diff --git a/ClientApp/.eslintignore b/apps/angular/.eslintignore similarity index 100% rename from ClientApp/.eslintignore rename to apps/angular/.eslintignore diff --git a/ClientApp/.eslintrc.js b/apps/angular/.eslintrc.js similarity index 100% rename from ClientApp/.eslintrc.js rename to apps/angular/.eslintrc.js diff --git a/ClientApp/.prettierignore b/apps/angular/.prettierignore similarity index 100% rename from ClientApp/.prettierignore rename to apps/angular/.prettierignore diff --git a/ClientApp/.prettierrc.json b/apps/angular/.prettierrc.json similarity index 100% rename from ClientApp/.prettierrc.json rename to apps/angular/.prettierrc.json diff --git a/ClientApp/.storybook/main.js b/apps/angular/.storybook/main.js similarity index 100% rename from ClientApp/.storybook/main.js rename to apps/angular/.storybook/main.js diff --git a/ClientApp/.storybook/preview.js b/apps/angular/.storybook/preview.js similarity index 100% rename from ClientApp/.storybook/preview.js rename to apps/angular/.storybook/preview.js diff --git a/ClientApp/.storybook/translations-decorator.ts b/apps/angular/.storybook/translations-decorator.ts similarity index 100% rename from ClientApp/.storybook/translations-decorator.ts rename to apps/angular/.storybook/translations-decorator.ts diff --git a/ClientApp/.storybook/tsconfig.json b/apps/angular/.storybook/tsconfig.json similarity index 100% rename from ClientApp/.storybook/tsconfig.json rename to apps/angular/.storybook/tsconfig.json diff --git a/ClientApp/.storybook/typings.d.ts b/apps/angular/.storybook/typings.d.ts similarity index 100% rename from ClientApp/.storybook/typings.d.ts rename to apps/angular/.storybook/typings.d.ts diff --git a/ClientApp/angular.json b/apps/angular/angular.json similarity index 100% rename from ClientApp/angular.json rename to apps/angular/angular.json diff --git a/ClientApp/custom-webpack.config.js b/apps/angular/custom-webpack.config.js similarity index 100% rename from ClientApp/custom-webpack.config.js rename to apps/angular/custom-webpack.config.js diff --git a/ClientApp/cypress.json b/apps/angular/cypress.json similarity index 100% rename from ClientApp/cypress.json rename to apps/angular/cypress.json diff --git a/ClientApp/cypress/integration/01 - online board - arrival.ts b/apps/angular/cypress/integration/01 - online board - arrival.ts similarity index 100% rename from ClientApp/cypress/integration/01 - online board - arrival.ts rename to apps/angular/cypress/integration/01 - online board - arrival.ts diff --git a/ClientApp/cypress/integration/02 - online board - departure.ts b/apps/angular/cypress/integration/02 - online board - departure.ts similarity index 100% rename from ClientApp/cypress/integration/02 - online board - departure.ts rename to apps/angular/cypress/integration/02 - online board - departure.ts diff --git a/ClientApp/cypress/integration/03 - online board - route.ts b/apps/angular/cypress/integration/03 - online board - route.ts similarity index 100% rename from ClientApp/cypress/integration/03 - online board - route.ts rename to apps/angular/cypress/integration/03 - online board - route.ts diff --git a/ClientApp/cypress/integration/04 - online board - flight search.ts b/apps/angular/cypress/integration/04 - online board - flight search.ts similarity index 100% rename from ClientApp/cypress/integration/04 - online board - flight search.ts rename to apps/angular/cypress/integration/04 - online board - flight search.ts diff --git a/ClientApp/cypress/integration/05 - schedule - search.ts b/apps/angular/cypress/integration/05 - schedule - search.ts similarity index 100% rename from ClientApp/cypress/integration/05 - schedule - search.ts rename to apps/angular/cypress/integration/05 - schedule - search.ts diff --git a/ClientApp/cypress/plugins/index.ts b/apps/angular/cypress/plugins/index.ts similarity index 100% rename from ClientApp/cypress/plugins/index.ts rename to apps/angular/cypress/plugins/index.ts diff --git a/ClientApp/cypress/support/commands.ts b/apps/angular/cypress/support/commands.ts similarity index 100% rename from ClientApp/cypress/support/commands.ts rename to apps/angular/cypress/support/commands.ts diff --git a/ClientApp/cypress/support/index.d.ts b/apps/angular/cypress/support/index.d.ts similarity index 100% rename from ClientApp/cypress/support/index.d.ts rename to apps/angular/cypress/support/index.d.ts diff --git a/ClientApp/cypress/support/index.ts b/apps/angular/cypress/support/index.ts similarity index 100% rename from ClientApp/cypress/support/index.ts rename to apps/angular/cypress/support/index.ts diff --git a/ClientApp/cypress/tsconfig.json b/apps/angular/cypress/tsconfig.json similarity index 100% rename from ClientApp/cypress/tsconfig.json rename to apps/angular/cypress/tsconfig.json diff --git a/ClientApp/dist/index.js b/apps/angular/dist/index.js similarity index 100% rename from ClientApp/dist/index.js rename to apps/angular/dist/index.js diff --git a/ClientApp/documentation.json b/apps/angular/documentation.json similarity index 100% rename from ClientApp/documentation.json rename to apps/angular/documentation.json diff --git a/ClientApp/examples.txt b/apps/angular/examples.txt similarity index 100% rename from ClientApp/examples.txt rename to apps/angular/examples.txt diff --git a/ClientApp/karma.conf.js b/apps/angular/karma.conf.js similarity index 100% rename from ClientApp/karma.conf.js rename to apps/angular/karma.conf.js diff --git a/ClientApp/node_modules/.bin/acorn b/apps/angular/node_modules/.bin/acorn similarity index 100% rename from ClientApp/node_modules/.bin/acorn rename to apps/angular/node_modules/.bin/acorn diff --git a/ClientApp/node_modules/.bin/cypress b/apps/angular/node_modules/.bin/cypress similarity index 100% rename from ClientApp/node_modules/.bin/cypress rename to apps/angular/node_modules/.bin/cypress diff --git a/ClientApp/node_modules/.bin/esbuild b/apps/angular/node_modules/.bin/esbuild similarity index 100% rename from ClientApp/node_modules/.bin/esbuild rename to apps/angular/node_modules/.bin/esbuild diff --git a/ClientApp/node_modules/.bin/eslint b/apps/angular/node_modules/.bin/eslint similarity index 100% rename from ClientApp/node_modules/.bin/eslint rename to apps/angular/node_modules/.bin/eslint diff --git a/ClientApp/node_modules/.bin/eslint-config-prettier b/apps/angular/node_modules/.bin/eslint-config-prettier similarity index 100% rename from ClientApp/node_modules/.bin/eslint-config-prettier rename to apps/angular/node_modules/.bin/eslint-config-prettier diff --git a/ClientApp/node_modules/.bin/esparse b/apps/angular/node_modules/.bin/esparse similarity index 100% rename from ClientApp/node_modules/.bin/esparse rename to apps/angular/node_modules/.bin/esparse diff --git a/ClientApp/node_modules/.bin/esvalidate b/apps/angular/node_modules/.bin/esvalidate similarity index 100% rename from ClientApp/node_modules/.bin/esvalidate rename to apps/angular/node_modules/.bin/esvalidate diff --git a/ClientApp/node_modules/.bin/extract-zip b/apps/angular/node_modules/.bin/extract-zip similarity index 100% rename from ClientApp/node_modules/.bin/extract-zip rename to apps/angular/node_modules/.bin/extract-zip diff --git a/ClientApp/node_modules/.bin/is-docker b/apps/angular/node_modules/.bin/is-docker similarity index 100% rename from ClientApp/node_modules/.bin/is-docker rename to apps/angular/node_modules/.bin/is-docker diff --git a/ClientApp/node_modules/.bin/is-inside-container b/apps/angular/node_modules/.bin/is-inside-container similarity index 100% rename from ClientApp/node_modules/.bin/is-inside-container rename to apps/angular/node_modules/.bin/is-inside-container diff --git a/ClientApp/node_modules/.bin/jiti b/apps/angular/node_modules/.bin/jiti similarity index 100% rename from ClientApp/node_modules/.bin/jiti rename to apps/angular/node_modules/.bin/jiti diff --git a/ClientApp/node_modules/.bin/js-yaml b/apps/angular/node_modules/.bin/js-yaml similarity index 100% rename from ClientApp/node_modules/.bin/js-yaml rename to apps/angular/node_modules/.bin/js-yaml diff --git a/ClientApp/node_modules/.bin/json5 b/apps/angular/node_modules/.bin/json5 similarity index 100% rename from ClientApp/node_modules/.bin/json5 rename to apps/angular/node_modules/.bin/json5 diff --git a/ClientApp/node_modules/.bin/loose-envify b/apps/angular/node_modules/.bin/loose-envify similarity index 100% rename from ClientApp/node_modules/.bin/loose-envify rename to apps/angular/node_modules/.bin/loose-envify diff --git a/ClientApp/node_modules/.bin/lz-string b/apps/angular/node_modules/.bin/lz-string similarity index 100% rename from ClientApp/node_modules/.bin/lz-string rename to apps/angular/node_modules/.bin/lz-string diff --git a/ClientApp/node_modules/.bin/nanoid b/apps/angular/node_modules/.bin/nanoid similarity index 100% rename from ClientApp/node_modules/.bin/nanoid rename to apps/angular/node_modules/.bin/nanoid diff --git a/ClientApp/node_modules/.bin/node-which b/apps/angular/node_modules/.bin/node-which similarity index 100% rename from ClientApp/node_modules/.bin/node-which rename to apps/angular/node_modules/.bin/node-which diff --git a/ClientApp/node_modules/.bin/parser b/apps/angular/node_modules/.bin/parser similarity index 100% rename from ClientApp/node_modules/.bin/parser rename to apps/angular/node_modules/.bin/parser diff --git a/ClientApp/node_modules/.bin/playwright b/apps/angular/node_modules/.bin/playwright similarity index 100% rename from ClientApp/node_modules/.bin/playwright rename to apps/angular/node_modules/.bin/playwright diff --git a/ClientApp/node_modules/.bin/playwright-core b/apps/angular/node_modules/.bin/playwright-core similarity index 100% rename from ClientApp/node_modules/.bin/playwright-core rename to apps/angular/node_modules/.bin/playwright-core diff --git a/ClientApp/node_modules/.bin/prettier b/apps/angular/node_modules/.bin/prettier similarity index 100% rename from ClientApp/node_modules/.bin/prettier rename to apps/angular/node_modules/.bin/prettier diff --git a/ClientApp/node_modules/.bin/resolve b/apps/angular/node_modules/.bin/resolve similarity index 100% rename from ClientApp/node_modules/.bin/resolve rename to apps/angular/node_modules/.bin/resolve diff --git a/ClientApp/node_modules/.bin/rimraf b/apps/angular/node_modules/.bin/rimraf similarity index 100% rename from ClientApp/node_modules/.bin/rimraf rename to apps/angular/node_modules/.bin/rimraf diff --git a/ClientApp/node_modules/.bin/rollup b/apps/angular/node_modules/.bin/rollup similarity index 100% rename from ClientApp/node_modules/.bin/rollup rename to apps/angular/node_modules/.bin/rollup diff --git a/ClientApp/node_modules/.bin/rsbuild b/apps/angular/node_modules/.bin/rsbuild similarity index 100% rename from ClientApp/node_modules/.bin/rsbuild rename to apps/angular/node_modules/.bin/rsbuild diff --git a/ClientApp/node_modules/.bin/sass b/apps/angular/node_modules/.bin/sass similarity index 100% rename from ClientApp/node_modules/.bin/sass rename to apps/angular/node_modules/.bin/sass diff --git a/ClientApp/node_modules/.bin/semver b/apps/angular/node_modules/.bin/semver similarity index 100% rename from ClientApp/node_modules/.bin/semver rename to apps/angular/node_modules/.bin/semver diff --git a/ClientApp/node_modules/.bin/sshpk-conv b/apps/angular/node_modules/.bin/sshpk-conv similarity index 100% rename from ClientApp/node_modules/.bin/sshpk-conv rename to apps/angular/node_modules/.bin/sshpk-conv diff --git a/ClientApp/node_modules/.bin/sshpk-sign b/apps/angular/node_modules/.bin/sshpk-sign similarity index 100% rename from ClientApp/node_modules/.bin/sshpk-sign rename to apps/angular/node_modules/.bin/sshpk-sign diff --git a/ClientApp/node_modules/.bin/sshpk-verify b/apps/angular/node_modules/.bin/sshpk-verify similarity index 100% rename from ClientApp/node_modules/.bin/sshpk-verify rename to apps/angular/node_modules/.bin/sshpk-verify diff --git a/ClientApp/node_modules/.bin/storybook b/apps/angular/node_modules/.bin/storybook similarity index 100% rename from ClientApp/node_modules/.bin/storybook rename to apps/angular/node_modules/.bin/storybook diff --git a/ClientApp/node_modules/.bin/tldts b/apps/angular/node_modules/.bin/tldts similarity index 100% rename from ClientApp/node_modules/.bin/tldts rename to apps/angular/node_modules/.bin/tldts diff --git a/ClientApp/node_modules/.bin/tree-kill b/apps/angular/node_modules/.bin/tree-kill similarity index 100% rename from ClientApp/node_modules/.bin/tree-kill rename to apps/angular/node_modules/.bin/tree-kill diff --git a/ClientApp/node_modules/.bin/tsc b/apps/angular/node_modules/.bin/tsc similarity index 100% rename from ClientApp/node_modules/.bin/tsc rename to apps/angular/node_modules/.bin/tsc diff --git a/ClientApp/node_modules/.bin/tsserver b/apps/angular/node_modules/.bin/tsserver similarity index 100% rename from ClientApp/node_modules/.bin/tsserver rename to apps/angular/node_modules/.bin/tsserver diff --git a/ClientApp/node_modules/.bin/uuid b/apps/angular/node_modules/.bin/uuid similarity index 100% rename from ClientApp/node_modules/.bin/uuid rename to apps/angular/node_modules/.bin/uuid diff --git a/ClientApp/node_modules/.bin/vite b/apps/angular/node_modules/.bin/vite similarity index 100% rename from ClientApp/node_modules/.bin/vite rename to apps/angular/node_modules/.bin/vite diff --git a/ClientApp/node_modules/.bin/vite-node b/apps/angular/node_modules/.bin/vite-node similarity index 100% rename from ClientApp/node_modules/.bin/vite-node rename to apps/angular/node_modules/.bin/vite-node diff --git a/ClientApp/node_modules/.bin/vitest b/apps/angular/node_modules/.bin/vitest similarity index 100% rename from ClientApp/node_modules/.bin/vitest rename to apps/angular/node_modules/.bin/vitest diff --git a/ClientApp/node_modules/.bin/why-is-node-running b/apps/angular/node_modules/.bin/why-is-node-running similarity index 100% rename from ClientApp/node_modules/.bin/why-is-node-running rename to apps/angular/node_modules/.bin/why-is-node-running diff --git a/ClientApp/node_modules/.package-lock.json b/apps/angular/node_modules/.package-lock.json similarity index 100% rename from ClientApp/node_modules/.package-lock.json rename to apps/angular/node_modules/.package-lock.json diff --git a/ClientApp/node_modules/@adobe/css-tools/LICENSE b/apps/angular/node_modules/@adobe/css-tools/LICENSE similarity index 100% rename from ClientApp/node_modules/@adobe/css-tools/LICENSE rename to apps/angular/node_modules/@adobe/css-tools/LICENSE diff --git a/ClientApp/node_modules/@adobe/css-tools/README.md b/apps/angular/node_modules/@adobe/css-tools/README.md similarity index 100% rename from ClientApp/node_modules/@adobe/css-tools/README.md rename to apps/angular/node_modules/@adobe/css-tools/README.md diff --git a/ClientApp/node_modules/@adobe/css-tools/dist/cjs/adobe-css-tools.cjs b/apps/angular/node_modules/@adobe/css-tools/dist/cjs/adobe-css-tools.cjs similarity index 100% rename from ClientApp/node_modules/@adobe/css-tools/dist/cjs/adobe-css-tools.cjs rename to apps/angular/node_modules/@adobe/css-tools/dist/cjs/adobe-css-tools.cjs diff --git a/ClientApp/node_modules/@adobe/css-tools/dist/cjs/adobe-css-tools.cjs.map b/apps/angular/node_modules/@adobe/css-tools/dist/cjs/adobe-css-tools.cjs.map similarity index 100% rename from ClientApp/node_modules/@adobe/css-tools/dist/cjs/adobe-css-tools.cjs.map rename to apps/angular/node_modules/@adobe/css-tools/dist/cjs/adobe-css-tools.cjs.map diff --git a/ClientApp/node_modules/@adobe/css-tools/dist/cjs/adobe-css-tools.d.cts b/apps/angular/node_modules/@adobe/css-tools/dist/cjs/adobe-css-tools.d.cts similarity index 100% rename from ClientApp/node_modules/@adobe/css-tools/dist/cjs/adobe-css-tools.d.cts rename to apps/angular/node_modules/@adobe/css-tools/dist/cjs/adobe-css-tools.d.cts diff --git a/ClientApp/node_modules/@adobe/css-tools/dist/esm/adobe-css-tools.d.mts b/apps/angular/node_modules/@adobe/css-tools/dist/esm/adobe-css-tools.d.mts similarity index 100% rename from ClientApp/node_modules/@adobe/css-tools/dist/esm/adobe-css-tools.d.mts rename to apps/angular/node_modules/@adobe/css-tools/dist/esm/adobe-css-tools.d.mts diff --git a/ClientApp/node_modules/@adobe/css-tools/dist/esm/adobe-css-tools.mjs b/apps/angular/node_modules/@adobe/css-tools/dist/esm/adobe-css-tools.mjs similarity index 100% rename from ClientApp/node_modules/@adobe/css-tools/dist/esm/adobe-css-tools.mjs rename to apps/angular/node_modules/@adobe/css-tools/dist/esm/adobe-css-tools.mjs diff --git a/ClientApp/node_modules/@adobe/css-tools/dist/esm/adobe-css-tools.mjs.map b/apps/angular/node_modules/@adobe/css-tools/dist/esm/adobe-css-tools.mjs.map similarity index 100% rename from ClientApp/node_modules/@adobe/css-tools/dist/esm/adobe-css-tools.mjs.map rename to apps/angular/node_modules/@adobe/css-tools/dist/esm/adobe-css-tools.mjs.map diff --git a/ClientApp/node_modules/@adobe/css-tools/dist/umd/adobe-css-tools.d.ts b/apps/angular/node_modules/@adobe/css-tools/dist/umd/adobe-css-tools.d.ts similarity index 100% rename from ClientApp/node_modules/@adobe/css-tools/dist/umd/adobe-css-tools.d.ts rename to apps/angular/node_modules/@adobe/css-tools/dist/umd/adobe-css-tools.d.ts diff --git a/ClientApp/node_modules/@adobe/css-tools/dist/umd/adobe-css-tools.js b/apps/angular/node_modules/@adobe/css-tools/dist/umd/adobe-css-tools.js similarity index 100% rename from ClientApp/node_modules/@adobe/css-tools/dist/umd/adobe-css-tools.js rename to apps/angular/node_modules/@adobe/css-tools/dist/umd/adobe-css-tools.js diff --git a/ClientApp/node_modules/@adobe/css-tools/dist/umd/adobe-css-tools.js.map b/apps/angular/node_modules/@adobe/css-tools/dist/umd/adobe-css-tools.js.map similarity index 100% rename from ClientApp/node_modules/@adobe/css-tools/dist/umd/adobe-css-tools.js.map rename to apps/angular/node_modules/@adobe/css-tools/dist/umd/adobe-css-tools.js.map diff --git a/ClientApp/node_modules/@adobe/css-tools/docs/API.md b/apps/angular/node_modules/@adobe/css-tools/docs/API.md similarity index 100% rename from ClientApp/node_modules/@adobe/css-tools/docs/API.md rename to apps/angular/node_modules/@adobe/css-tools/docs/API.md diff --git a/ClientApp/node_modules/@adobe/css-tools/docs/AST.md b/apps/angular/node_modules/@adobe/css-tools/docs/AST.md similarity index 100% rename from ClientApp/node_modules/@adobe/css-tools/docs/AST.md rename to apps/angular/node_modules/@adobe/css-tools/docs/AST.md diff --git a/ClientApp/node_modules/@adobe/css-tools/docs/CHANGELOG.md b/apps/angular/node_modules/@adobe/css-tools/docs/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/@adobe/css-tools/docs/CHANGELOG.md rename to apps/angular/node_modules/@adobe/css-tools/docs/CHANGELOG.md diff --git a/ClientApp/node_modules/@adobe/css-tools/docs/EXAMPLES.md b/apps/angular/node_modules/@adobe/css-tools/docs/EXAMPLES.md similarity index 100% rename from ClientApp/node_modules/@adobe/css-tools/docs/EXAMPLES.md rename to apps/angular/node_modules/@adobe/css-tools/docs/EXAMPLES.md diff --git a/ClientApp/node_modules/@adobe/css-tools/package.json b/apps/angular/node_modules/@adobe/css-tools/package.json similarity index 100% rename from ClientApp/node_modules/@adobe/css-tools/package.json rename to apps/angular/node_modules/@adobe/css-tools/package.json diff --git a/ClientApp/node_modules/@ampproject/remapping/LICENSE b/apps/angular/node_modules/@ampproject/remapping/LICENSE similarity index 100% rename from ClientApp/node_modules/@ampproject/remapping/LICENSE rename to apps/angular/node_modules/@ampproject/remapping/LICENSE diff --git a/ClientApp/node_modules/@ampproject/remapping/README.md b/apps/angular/node_modules/@ampproject/remapping/README.md similarity index 100% rename from ClientApp/node_modules/@ampproject/remapping/README.md rename to apps/angular/node_modules/@ampproject/remapping/README.md diff --git a/ClientApp/node_modules/@ampproject/remapping/dist/remapping.mjs b/apps/angular/node_modules/@ampproject/remapping/dist/remapping.mjs similarity index 100% rename from ClientApp/node_modules/@ampproject/remapping/dist/remapping.mjs rename to apps/angular/node_modules/@ampproject/remapping/dist/remapping.mjs diff --git a/ClientApp/node_modules/@ampproject/remapping/dist/remapping.mjs.map b/apps/angular/node_modules/@ampproject/remapping/dist/remapping.mjs.map similarity index 100% rename from ClientApp/node_modules/@ampproject/remapping/dist/remapping.mjs.map rename to apps/angular/node_modules/@ampproject/remapping/dist/remapping.mjs.map diff --git a/ClientApp/node_modules/@ampproject/remapping/dist/remapping.umd.js b/apps/angular/node_modules/@ampproject/remapping/dist/remapping.umd.js similarity index 100% rename from ClientApp/node_modules/@ampproject/remapping/dist/remapping.umd.js rename to apps/angular/node_modules/@ampproject/remapping/dist/remapping.umd.js diff --git a/ClientApp/node_modules/@ampproject/remapping/dist/remapping.umd.js.map b/apps/angular/node_modules/@ampproject/remapping/dist/remapping.umd.js.map similarity index 100% rename from ClientApp/node_modules/@ampproject/remapping/dist/remapping.umd.js.map rename to apps/angular/node_modules/@ampproject/remapping/dist/remapping.umd.js.map diff --git a/ClientApp/node_modules/@ampproject/remapping/dist/types/build-source-map-tree.d.ts b/apps/angular/node_modules/@ampproject/remapping/dist/types/build-source-map-tree.d.ts similarity index 100% rename from ClientApp/node_modules/@ampproject/remapping/dist/types/build-source-map-tree.d.ts rename to apps/angular/node_modules/@ampproject/remapping/dist/types/build-source-map-tree.d.ts diff --git a/ClientApp/node_modules/@ampproject/remapping/dist/types/remapping.d.ts b/apps/angular/node_modules/@ampproject/remapping/dist/types/remapping.d.ts similarity index 100% rename from ClientApp/node_modules/@ampproject/remapping/dist/types/remapping.d.ts rename to apps/angular/node_modules/@ampproject/remapping/dist/types/remapping.d.ts diff --git a/ClientApp/node_modules/@ampproject/remapping/dist/types/source-map-tree.d.ts b/apps/angular/node_modules/@ampproject/remapping/dist/types/source-map-tree.d.ts similarity index 100% rename from ClientApp/node_modules/@ampproject/remapping/dist/types/source-map-tree.d.ts rename to apps/angular/node_modules/@ampproject/remapping/dist/types/source-map-tree.d.ts diff --git a/ClientApp/node_modules/@ampproject/remapping/dist/types/source-map.d.ts b/apps/angular/node_modules/@ampproject/remapping/dist/types/source-map.d.ts similarity index 100% rename from ClientApp/node_modules/@ampproject/remapping/dist/types/source-map.d.ts rename to apps/angular/node_modules/@ampproject/remapping/dist/types/source-map.d.ts diff --git a/ClientApp/node_modules/@ampproject/remapping/dist/types/types.d.ts b/apps/angular/node_modules/@ampproject/remapping/dist/types/types.d.ts similarity index 100% rename from ClientApp/node_modules/@ampproject/remapping/dist/types/types.d.ts rename to apps/angular/node_modules/@ampproject/remapping/dist/types/types.d.ts diff --git a/ClientApp/node_modules/@ampproject/remapping/package.json b/apps/angular/node_modules/@ampproject/remapping/package.json similarity index 100% rename from ClientApp/node_modules/@ampproject/remapping/package.json rename to apps/angular/node_modules/@ampproject/remapping/package.json diff --git a/ClientApp/node_modules/@angular/common/LICENSE b/apps/angular/node_modules/@angular/common/LICENSE similarity index 100% rename from ClientApp/node_modules/@angular/common/LICENSE rename to apps/angular/node_modules/@angular/common/LICENSE diff --git a/ClientApp/node_modules/@angular/common/README.md b/apps/angular/node_modules/@angular/common/README.md similarity index 100% rename from ClientApp/node_modules/@angular/common/README.md rename to apps/angular/node_modules/@angular/common/README.md diff --git a/ClientApp/node_modules/@angular/common/fesm2022/_common_module-chunk.mjs b/apps/angular/node_modules/@angular/common/fesm2022/_common_module-chunk.mjs similarity index 100% rename from ClientApp/node_modules/@angular/common/fesm2022/_common_module-chunk.mjs rename to apps/angular/node_modules/@angular/common/fesm2022/_common_module-chunk.mjs diff --git a/ClientApp/node_modules/@angular/common/fesm2022/_common_module-chunk.mjs.map b/apps/angular/node_modules/@angular/common/fesm2022/_common_module-chunk.mjs.map similarity index 100% rename from ClientApp/node_modules/@angular/common/fesm2022/_common_module-chunk.mjs.map rename to apps/angular/node_modules/@angular/common/fesm2022/_common_module-chunk.mjs.map diff --git a/ClientApp/node_modules/@angular/common/fesm2022/_location-chunk.mjs b/apps/angular/node_modules/@angular/common/fesm2022/_location-chunk.mjs similarity index 100% rename from ClientApp/node_modules/@angular/common/fesm2022/_location-chunk.mjs rename to apps/angular/node_modules/@angular/common/fesm2022/_location-chunk.mjs diff --git a/ClientApp/node_modules/@angular/common/fesm2022/_location-chunk.mjs.map b/apps/angular/node_modules/@angular/common/fesm2022/_location-chunk.mjs.map similarity index 100% rename from ClientApp/node_modules/@angular/common/fesm2022/_location-chunk.mjs.map rename to apps/angular/node_modules/@angular/common/fesm2022/_location-chunk.mjs.map diff --git a/ClientApp/node_modules/@angular/common/fesm2022/_module-chunk.mjs b/apps/angular/node_modules/@angular/common/fesm2022/_module-chunk.mjs similarity index 100% rename from ClientApp/node_modules/@angular/common/fesm2022/_module-chunk.mjs rename to apps/angular/node_modules/@angular/common/fesm2022/_module-chunk.mjs diff --git a/ClientApp/node_modules/@angular/common/fesm2022/_module-chunk.mjs.map b/apps/angular/node_modules/@angular/common/fesm2022/_module-chunk.mjs.map similarity index 100% rename from ClientApp/node_modules/@angular/common/fesm2022/_module-chunk.mjs.map rename to apps/angular/node_modules/@angular/common/fesm2022/_module-chunk.mjs.map diff --git a/ClientApp/node_modules/@angular/common/fesm2022/_platform_location-chunk.mjs b/apps/angular/node_modules/@angular/common/fesm2022/_platform_location-chunk.mjs similarity index 100% rename from ClientApp/node_modules/@angular/common/fesm2022/_platform_location-chunk.mjs rename to apps/angular/node_modules/@angular/common/fesm2022/_platform_location-chunk.mjs diff --git a/ClientApp/node_modules/@angular/common/fesm2022/_platform_location-chunk.mjs.map b/apps/angular/node_modules/@angular/common/fesm2022/_platform_location-chunk.mjs.map similarity index 100% rename from ClientApp/node_modules/@angular/common/fesm2022/_platform_location-chunk.mjs.map rename to apps/angular/node_modules/@angular/common/fesm2022/_platform_location-chunk.mjs.map diff --git a/ClientApp/node_modules/@angular/common/fesm2022/_platform_navigation-chunk.mjs b/apps/angular/node_modules/@angular/common/fesm2022/_platform_navigation-chunk.mjs similarity index 100% rename from ClientApp/node_modules/@angular/common/fesm2022/_platform_navigation-chunk.mjs rename to apps/angular/node_modules/@angular/common/fesm2022/_platform_navigation-chunk.mjs diff --git a/ClientApp/node_modules/@angular/common/fesm2022/_platform_navigation-chunk.mjs.map b/apps/angular/node_modules/@angular/common/fesm2022/_platform_navigation-chunk.mjs.map similarity index 100% rename from ClientApp/node_modules/@angular/common/fesm2022/_platform_navigation-chunk.mjs.map rename to apps/angular/node_modules/@angular/common/fesm2022/_platform_navigation-chunk.mjs.map diff --git a/ClientApp/node_modules/@angular/common/fesm2022/_xhr-chunk.mjs b/apps/angular/node_modules/@angular/common/fesm2022/_xhr-chunk.mjs similarity index 100% rename from ClientApp/node_modules/@angular/common/fesm2022/_xhr-chunk.mjs rename to apps/angular/node_modules/@angular/common/fesm2022/_xhr-chunk.mjs diff --git a/ClientApp/node_modules/@angular/common/fesm2022/_xhr-chunk.mjs.map b/apps/angular/node_modules/@angular/common/fesm2022/_xhr-chunk.mjs.map similarity index 100% rename from ClientApp/node_modules/@angular/common/fesm2022/_xhr-chunk.mjs.map rename to apps/angular/node_modules/@angular/common/fesm2022/_xhr-chunk.mjs.map diff --git a/ClientApp/node_modules/@angular/common/fesm2022/common.mjs b/apps/angular/node_modules/@angular/common/fesm2022/common.mjs similarity index 100% rename from ClientApp/node_modules/@angular/common/fesm2022/common.mjs rename to apps/angular/node_modules/@angular/common/fesm2022/common.mjs diff --git a/ClientApp/node_modules/@angular/common/fesm2022/common.mjs.map b/apps/angular/node_modules/@angular/common/fesm2022/common.mjs.map similarity index 100% rename from ClientApp/node_modules/@angular/common/fesm2022/common.mjs.map rename to apps/angular/node_modules/@angular/common/fesm2022/common.mjs.map diff --git a/ClientApp/node_modules/@angular/common/fesm2022/http-testing.mjs b/apps/angular/node_modules/@angular/common/fesm2022/http-testing.mjs similarity index 100% rename from ClientApp/node_modules/@angular/common/fesm2022/http-testing.mjs rename to apps/angular/node_modules/@angular/common/fesm2022/http-testing.mjs diff --git a/ClientApp/node_modules/@angular/common/fesm2022/http-testing.mjs.map b/apps/angular/node_modules/@angular/common/fesm2022/http-testing.mjs.map similarity index 100% rename from ClientApp/node_modules/@angular/common/fesm2022/http-testing.mjs.map rename to apps/angular/node_modules/@angular/common/fesm2022/http-testing.mjs.map diff --git a/ClientApp/node_modules/@angular/common/fesm2022/http.mjs b/apps/angular/node_modules/@angular/common/fesm2022/http.mjs similarity index 100% rename from ClientApp/node_modules/@angular/common/fesm2022/http.mjs rename to apps/angular/node_modules/@angular/common/fesm2022/http.mjs diff --git a/ClientApp/node_modules/@angular/common/fesm2022/http.mjs.map b/apps/angular/node_modules/@angular/common/fesm2022/http.mjs.map similarity index 100% rename from ClientApp/node_modules/@angular/common/fesm2022/http.mjs.map rename to apps/angular/node_modules/@angular/common/fesm2022/http.mjs.map diff --git a/ClientApp/node_modules/@angular/common/fesm2022/testing.mjs b/apps/angular/node_modules/@angular/common/fesm2022/testing.mjs similarity index 100% rename from ClientApp/node_modules/@angular/common/fesm2022/testing.mjs rename to apps/angular/node_modules/@angular/common/fesm2022/testing.mjs diff --git a/ClientApp/node_modules/@angular/common/fesm2022/testing.mjs.map b/apps/angular/node_modules/@angular/common/fesm2022/testing.mjs.map similarity index 100% rename from ClientApp/node_modules/@angular/common/fesm2022/testing.mjs.map rename to apps/angular/node_modules/@angular/common/fesm2022/testing.mjs.map diff --git a/ClientApp/node_modules/@angular/common/fesm2022/upgrade.mjs b/apps/angular/node_modules/@angular/common/fesm2022/upgrade.mjs similarity index 100% rename from ClientApp/node_modules/@angular/common/fesm2022/upgrade.mjs rename to apps/angular/node_modules/@angular/common/fesm2022/upgrade.mjs diff --git a/ClientApp/node_modules/@angular/common/fesm2022/upgrade.mjs.map b/apps/angular/node_modules/@angular/common/fesm2022/upgrade.mjs.map similarity index 100% rename from ClientApp/node_modules/@angular/common/fesm2022/upgrade.mjs.map rename to apps/angular/node_modules/@angular/common/fesm2022/upgrade.mjs.map diff --git a/ClientApp/node_modules/@angular/common/locales/aa-DJ.d.ts b/apps/angular/node_modules/@angular/common/locales/aa-DJ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/aa-DJ.d.ts rename to apps/angular/node_modules/@angular/common/locales/aa-DJ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/aa-DJ.js b/apps/angular/node_modules/@angular/common/locales/aa-DJ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/aa-DJ.js rename to apps/angular/node_modules/@angular/common/locales/aa-DJ.js diff --git a/ClientApp/node_modules/@angular/common/locales/aa-DJ.js.map b/apps/angular/node_modules/@angular/common/locales/aa-DJ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/aa-DJ.js.map rename to apps/angular/node_modules/@angular/common/locales/aa-DJ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/aa-ER.d.ts b/apps/angular/node_modules/@angular/common/locales/aa-ER.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/aa-ER.d.ts rename to apps/angular/node_modules/@angular/common/locales/aa-ER.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/aa-ER.js b/apps/angular/node_modules/@angular/common/locales/aa-ER.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/aa-ER.js rename to apps/angular/node_modules/@angular/common/locales/aa-ER.js diff --git a/ClientApp/node_modules/@angular/common/locales/aa-ER.js.map b/apps/angular/node_modules/@angular/common/locales/aa-ER.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/aa-ER.js.map rename to apps/angular/node_modules/@angular/common/locales/aa-ER.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/aa.d.ts b/apps/angular/node_modules/@angular/common/locales/aa.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/aa.d.ts rename to apps/angular/node_modules/@angular/common/locales/aa.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/aa.js b/apps/angular/node_modules/@angular/common/locales/aa.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/aa.js rename to apps/angular/node_modules/@angular/common/locales/aa.js diff --git a/ClientApp/node_modules/@angular/common/locales/aa.js.map b/apps/angular/node_modules/@angular/common/locales/aa.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/aa.js.map rename to apps/angular/node_modules/@angular/common/locales/aa.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ab.d.ts b/apps/angular/node_modules/@angular/common/locales/ab.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ab.d.ts rename to apps/angular/node_modules/@angular/common/locales/ab.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ab.js b/apps/angular/node_modules/@angular/common/locales/ab.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ab.js rename to apps/angular/node_modules/@angular/common/locales/ab.js diff --git a/ClientApp/node_modules/@angular/common/locales/ab.js.map b/apps/angular/node_modules/@angular/common/locales/ab.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ab.js.map rename to apps/angular/node_modules/@angular/common/locales/ab.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/af-NA.d.ts b/apps/angular/node_modules/@angular/common/locales/af-NA.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/af-NA.d.ts rename to apps/angular/node_modules/@angular/common/locales/af-NA.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/af-NA.js b/apps/angular/node_modules/@angular/common/locales/af-NA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/af-NA.js rename to apps/angular/node_modules/@angular/common/locales/af-NA.js diff --git a/ClientApp/node_modules/@angular/common/locales/af-NA.js.map b/apps/angular/node_modules/@angular/common/locales/af-NA.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/af-NA.js.map rename to apps/angular/node_modules/@angular/common/locales/af-NA.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/af.d.ts b/apps/angular/node_modules/@angular/common/locales/af.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/af.d.ts rename to apps/angular/node_modules/@angular/common/locales/af.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/af.js b/apps/angular/node_modules/@angular/common/locales/af.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/af.js rename to apps/angular/node_modules/@angular/common/locales/af.js diff --git a/ClientApp/node_modules/@angular/common/locales/af.js.map b/apps/angular/node_modules/@angular/common/locales/af.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/af.js.map rename to apps/angular/node_modules/@angular/common/locales/af.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/agq.d.ts b/apps/angular/node_modules/@angular/common/locales/agq.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/agq.d.ts rename to apps/angular/node_modules/@angular/common/locales/agq.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/agq.js b/apps/angular/node_modules/@angular/common/locales/agq.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/agq.js rename to apps/angular/node_modules/@angular/common/locales/agq.js diff --git a/ClientApp/node_modules/@angular/common/locales/agq.js.map b/apps/angular/node_modules/@angular/common/locales/agq.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/agq.js.map rename to apps/angular/node_modules/@angular/common/locales/agq.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ak.d.ts b/apps/angular/node_modules/@angular/common/locales/ak.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ak.d.ts rename to apps/angular/node_modules/@angular/common/locales/ak.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ak.js b/apps/angular/node_modules/@angular/common/locales/ak.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ak.js rename to apps/angular/node_modules/@angular/common/locales/ak.js diff --git a/ClientApp/node_modules/@angular/common/locales/ak.js.map b/apps/angular/node_modules/@angular/common/locales/ak.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ak.js.map rename to apps/angular/node_modules/@angular/common/locales/ak.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/am.d.ts b/apps/angular/node_modules/@angular/common/locales/am.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/am.d.ts rename to apps/angular/node_modules/@angular/common/locales/am.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/am.js b/apps/angular/node_modules/@angular/common/locales/am.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/am.js rename to apps/angular/node_modules/@angular/common/locales/am.js diff --git a/ClientApp/node_modules/@angular/common/locales/am.js.map b/apps/angular/node_modules/@angular/common/locales/am.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/am.js.map rename to apps/angular/node_modules/@angular/common/locales/am.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/an.d.ts b/apps/angular/node_modules/@angular/common/locales/an.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/an.d.ts rename to apps/angular/node_modules/@angular/common/locales/an.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/an.js b/apps/angular/node_modules/@angular/common/locales/an.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/an.js rename to apps/angular/node_modules/@angular/common/locales/an.js diff --git a/ClientApp/node_modules/@angular/common/locales/an.js.map b/apps/angular/node_modules/@angular/common/locales/an.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/an.js.map rename to apps/angular/node_modules/@angular/common/locales/an.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ann.d.ts b/apps/angular/node_modules/@angular/common/locales/ann.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ann.d.ts rename to apps/angular/node_modules/@angular/common/locales/ann.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ann.js b/apps/angular/node_modules/@angular/common/locales/ann.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ann.js rename to apps/angular/node_modules/@angular/common/locales/ann.js diff --git a/ClientApp/node_modules/@angular/common/locales/ann.js.map b/apps/angular/node_modules/@angular/common/locales/ann.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ann.js.map rename to apps/angular/node_modules/@angular/common/locales/ann.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/apc.d.ts b/apps/angular/node_modules/@angular/common/locales/apc.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/apc.d.ts rename to apps/angular/node_modules/@angular/common/locales/apc.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/apc.js b/apps/angular/node_modules/@angular/common/locales/apc.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/apc.js rename to apps/angular/node_modules/@angular/common/locales/apc.js diff --git a/ClientApp/node_modules/@angular/common/locales/apc.js.map b/apps/angular/node_modules/@angular/common/locales/apc.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/apc.js.map rename to apps/angular/node_modules/@angular/common/locales/apc.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ar-AE.d.ts b/apps/angular/node_modules/@angular/common/locales/ar-AE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-AE.d.ts rename to apps/angular/node_modules/@angular/common/locales/ar-AE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ar-AE.js b/apps/angular/node_modules/@angular/common/locales/ar-AE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-AE.js rename to apps/angular/node_modules/@angular/common/locales/ar-AE.js diff --git a/ClientApp/node_modules/@angular/common/locales/ar-AE.js.map b/apps/angular/node_modules/@angular/common/locales/ar-AE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-AE.js.map rename to apps/angular/node_modules/@angular/common/locales/ar-AE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ar-BH.d.ts b/apps/angular/node_modules/@angular/common/locales/ar-BH.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-BH.d.ts rename to apps/angular/node_modules/@angular/common/locales/ar-BH.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ar-BH.js b/apps/angular/node_modules/@angular/common/locales/ar-BH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-BH.js rename to apps/angular/node_modules/@angular/common/locales/ar-BH.js diff --git a/ClientApp/node_modules/@angular/common/locales/ar-BH.js.map b/apps/angular/node_modules/@angular/common/locales/ar-BH.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-BH.js.map rename to apps/angular/node_modules/@angular/common/locales/ar-BH.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ar-DJ.d.ts b/apps/angular/node_modules/@angular/common/locales/ar-DJ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-DJ.d.ts rename to apps/angular/node_modules/@angular/common/locales/ar-DJ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ar-DJ.js b/apps/angular/node_modules/@angular/common/locales/ar-DJ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-DJ.js rename to apps/angular/node_modules/@angular/common/locales/ar-DJ.js diff --git a/ClientApp/node_modules/@angular/common/locales/ar-DJ.js.map b/apps/angular/node_modules/@angular/common/locales/ar-DJ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-DJ.js.map rename to apps/angular/node_modules/@angular/common/locales/ar-DJ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ar-DZ.d.ts b/apps/angular/node_modules/@angular/common/locales/ar-DZ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-DZ.d.ts rename to apps/angular/node_modules/@angular/common/locales/ar-DZ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ar-DZ.js b/apps/angular/node_modules/@angular/common/locales/ar-DZ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-DZ.js rename to apps/angular/node_modules/@angular/common/locales/ar-DZ.js diff --git a/ClientApp/node_modules/@angular/common/locales/ar-DZ.js.map b/apps/angular/node_modules/@angular/common/locales/ar-DZ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-DZ.js.map rename to apps/angular/node_modules/@angular/common/locales/ar-DZ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ar-EG.d.ts b/apps/angular/node_modules/@angular/common/locales/ar-EG.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-EG.d.ts rename to apps/angular/node_modules/@angular/common/locales/ar-EG.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ar-EG.js b/apps/angular/node_modules/@angular/common/locales/ar-EG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-EG.js rename to apps/angular/node_modules/@angular/common/locales/ar-EG.js diff --git a/ClientApp/node_modules/@angular/common/locales/ar-EG.js.map b/apps/angular/node_modules/@angular/common/locales/ar-EG.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-EG.js.map rename to apps/angular/node_modules/@angular/common/locales/ar-EG.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ar-EH.d.ts b/apps/angular/node_modules/@angular/common/locales/ar-EH.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-EH.d.ts rename to apps/angular/node_modules/@angular/common/locales/ar-EH.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ar-EH.js b/apps/angular/node_modules/@angular/common/locales/ar-EH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-EH.js rename to apps/angular/node_modules/@angular/common/locales/ar-EH.js diff --git a/ClientApp/node_modules/@angular/common/locales/ar-EH.js.map b/apps/angular/node_modules/@angular/common/locales/ar-EH.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-EH.js.map rename to apps/angular/node_modules/@angular/common/locales/ar-EH.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ar-ER.d.ts b/apps/angular/node_modules/@angular/common/locales/ar-ER.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-ER.d.ts rename to apps/angular/node_modules/@angular/common/locales/ar-ER.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ar-ER.js b/apps/angular/node_modules/@angular/common/locales/ar-ER.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-ER.js rename to apps/angular/node_modules/@angular/common/locales/ar-ER.js diff --git a/ClientApp/node_modules/@angular/common/locales/ar-ER.js.map b/apps/angular/node_modules/@angular/common/locales/ar-ER.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-ER.js.map rename to apps/angular/node_modules/@angular/common/locales/ar-ER.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ar-IL.d.ts b/apps/angular/node_modules/@angular/common/locales/ar-IL.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-IL.d.ts rename to apps/angular/node_modules/@angular/common/locales/ar-IL.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ar-IL.js b/apps/angular/node_modules/@angular/common/locales/ar-IL.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-IL.js rename to apps/angular/node_modules/@angular/common/locales/ar-IL.js diff --git a/ClientApp/node_modules/@angular/common/locales/ar-IL.js.map b/apps/angular/node_modules/@angular/common/locales/ar-IL.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-IL.js.map rename to apps/angular/node_modules/@angular/common/locales/ar-IL.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ar-IQ.d.ts b/apps/angular/node_modules/@angular/common/locales/ar-IQ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-IQ.d.ts rename to apps/angular/node_modules/@angular/common/locales/ar-IQ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ar-IQ.js b/apps/angular/node_modules/@angular/common/locales/ar-IQ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-IQ.js rename to apps/angular/node_modules/@angular/common/locales/ar-IQ.js diff --git a/ClientApp/node_modules/@angular/common/locales/ar-IQ.js.map b/apps/angular/node_modules/@angular/common/locales/ar-IQ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-IQ.js.map rename to apps/angular/node_modules/@angular/common/locales/ar-IQ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ar-JO.d.ts b/apps/angular/node_modules/@angular/common/locales/ar-JO.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-JO.d.ts rename to apps/angular/node_modules/@angular/common/locales/ar-JO.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ar-JO.js b/apps/angular/node_modules/@angular/common/locales/ar-JO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-JO.js rename to apps/angular/node_modules/@angular/common/locales/ar-JO.js diff --git a/ClientApp/node_modules/@angular/common/locales/ar-JO.js.map b/apps/angular/node_modules/@angular/common/locales/ar-JO.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-JO.js.map rename to apps/angular/node_modules/@angular/common/locales/ar-JO.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ar-KM.d.ts b/apps/angular/node_modules/@angular/common/locales/ar-KM.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-KM.d.ts rename to apps/angular/node_modules/@angular/common/locales/ar-KM.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ar-KM.js b/apps/angular/node_modules/@angular/common/locales/ar-KM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-KM.js rename to apps/angular/node_modules/@angular/common/locales/ar-KM.js diff --git a/ClientApp/node_modules/@angular/common/locales/ar-KM.js.map b/apps/angular/node_modules/@angular/common/locales/ar-KM.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-KM.js.map rename to apps/angular/node_modules/@angular/common/locales/ar-KM.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ar-KW.d.ts b/apps/angular/node_modules/@angular/common/locales/ar-KW.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-KW.d.ts rename to apps/angular/node_modules/@angular/common/locales/ar-KW.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ar-KW.js b/apps/angular/node_modules/@angular/common/locales/ar-KW.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-KW.js rename to apps/angular/node_modules/@angular/common/locales/ar-KW.js diff --git a/ClientApp/node_modules/@angular/common/locales/ar-KW.js.map b/apps/angular/node_modules/@angular/common/locales/ar-KW.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-KW.js.map rename to apps/angular/node_modules/@angular/common/locales/ar-KW.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ar-LB.d.ts b/apps/angular/node_modules/@angular/common/locales/ar-LB.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-LB.d.ts rename to apps/angular/node_modules/@angular/common/locales/ar-LB.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ar-LB.js b/apps/angular/node_modules/@angular/common/locales/ar-LB.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-LB.js rename to apps/angular/node_modules/@angular/common/locales/ar-LB.js diff --git a/ClientApp/node_modules/@angular/common/locales/ar-LB.js.map b/apps/angular/node_modules/@angular/common/locales/ar-LB.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-LB.js.map rename to apps/angular/node_modules/@angular/common/locales/ar-LB.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ar-LY.d.ts b/apps/angular/node_modules/@angular/common/locales/ar-LY.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-LY.d.ts rename to apps/angular/node_modules/@angular/common/locales/ar-LY.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ar-LY.js b/apps/angular/node_modules/@angular/common/locales/ar-LY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-LY.js rename to apps/angular/node_modules/@angular/common/locales/ar-LY.js diff --git a/ClientApp/node_modules/@angular/common/locales/ar-LY.js.map b/apps/angular/node_modules/@angular/common/locales/ar-LY.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-LY.js.map rename to apps/angular/node_modules/@angular/common/locales/ar-LY.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ar-MA.d.ts b/apps/angular/node_modules/@angular/common/locales/ar-MA.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-MA.d.ts rename to apps/angular/node_modules/@angular/common/locales/ar-MA.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ar-MA.js b/apps/angular/node_modules/@angular/common/locales/ar-MA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-MA.js rename to apps/angular/node_modules/@angular/common/locales/ar-MA.js diff --git a/ClientApp/node_modules/@angular/common/locales/ar-MA.js.map b/apps/angular/node_modules/@angular/common/locales/ar-MA.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-MA.js.map rename to apps/angular/node_modules/@angular/common/locales/ar-MA.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ar-MR.d.ts b/apps/angular/node_modules/@angular/common/locales/ar-MR.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-MR.d.ts rename to apps/angular/node_modules/@angular/common/locales/ar-MR.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ar-MR.js b/apps/angular/node_modules/@angular/common/locales/ar-MR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-MR.js rename to apps/angular/node_modules/@angular/common/locales/ar-MR.js diff --git a/ClientApp/node_modules/@angular/common/locales/ar-MR.js.map b/apps/angular/node_modules/@angular/common/locales/ar-MR.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-MR.js.map rename to apps/angular/node_modules/@angular/common/locales/ar-MR.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ar-OM.d.ts b/apps/angular/node_modules/@angular/common/locales/ar-OM.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-OM.d.ts rename to apps/angular/node_modules/@angular/common/locales/ar-OM.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ar-OM.js b/apps/angular/node_modules/@angular/common/locales/ar-OM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-OM.js rename to apps/angular/node_modules/@angular/common/locales/ar-OM.js diff --git a/ClientApp/node_modules/@angular/common/locales/ar-OM.js.map b/apps/angular/node_modules/@angular/common/locales/ar-OM.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-OM.js.map rename to apps/angular/node_modules/@angular/common/locales/ar-OM.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ar-PS.d.ts b/apps/angular/node_modules/@angular/common/locales/ar-PS.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-PS.d.ts rename to apps/angular/node_modules/@angular/common/locales/ar-PS.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ar-PS.js b/apps/angular/node_modules/@angular/common/locales/ar-PS.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-PS.js rename to apps/angular/node_modules/@angular/common/locales/ar-PS.js diff --git a/ClientApp/node_modules/@angular/common/locales/ar-PS.js.map b/apps/angular/node_modules/@angular/common/locales/ar-PS.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-PS.js.map rename to apps/angular/node_modules/@angular/common/locales/ar-PS.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ar-QA.d.ts b/apps/angular/node_modules/@angular/common/locales/ar-QA.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-QA.d.ts rename to apps/angular/node_modules/@angular/common/locales/ar-QA.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ar-QA.js b/apps/angular/node_modules/@angular/common/locales/ar-QA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-QA.js rename to apps/angular/node_modules/@angular/common/locales/ar-QA.js diff --git a/ClientApp/node_modules/@angular/common/locales/ar-QA.js.map b/apps/angular/node_modules/@angular/common/locales/ar-QA.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-QA.js.map rename to apps/angular/node_modules/@angular/common/locales/ar-QA.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ar-SA.d.ts b/apps/angular/node_modules/@angular/common/locales/ar-SA.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-SA.d.ts rename to apps/angular/node_modules/@angular/common/locales/ar-SA.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ar-SA.js b/apps/angular/node_modules/@angular/common/locales/ar-SA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-SA.js rename to apps/angular/node_modules/@angular/common/locales/ar-SA.js diff --git a/ClientApp/node_modules/@angular/common/locales/ar-SA.js.map b/apps/angular/node_modules/@angular/common/locales/ar-SA.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-SA.js.map rename to apps/angular/node_modules/@angular/common/locales/ar-SA.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ar-SD.d.ts b/apps/angular/node_modules/@angular/common/locales/ar-SD.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-SD.d.ts rename to apps/angular/node_modules/@angular/common/locales/ar-SD.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ar-SD.js b/apps/angular/node_modules/@angular/common/locales/ar-SD.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-SD.js rename to apps/angular/node_modules/@angular/common/locales/ar-SD.js diff --git a/ClientApp/node_modules/@angular/common/locales/ar-SD.js.map b/apps/angular/node_modules/@angular/common/locales/ar-SD.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-SD.js.map rename to apps/angular/node_modules/@angular/common/locales/ar-SD.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ar-SO.d.ts b/apps/angular/node_modules/@angular/common/locales/ar-SO.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-SO.d.ts rename to apps/angular/node_modules/@angular/common/locales/ar-SO.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ar-SO.js b/apps/angular/node_modules/@angular/common/locales/ar-SO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-SO.js rename to apps/angular/node_modules/@angular/common/locales/ar-SO.js diff --git a/ClientApp/node_modules/@angular/common/locales/ar-SO.js.map b/apps/angular/node_modules/@angular/common/locales/ar-SO.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-SO.js.map rename to apps/angular/node_modules/@angular/common/locales/ar-SO.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ar-SS.d.ts b/apps/angular/node_modules/@angular/common/locales/ar-SS.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-SS.d.ts rename to apps/angular/node_modules/@angular/common/locales/ar-SS.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ar-SS.js b/apps/angular/node_modules/@angular/common/locales/ar-SS.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-SS.js rename to apps/angular/node_modules/@angular/common/locales/ar-SS.js diff --git a/ClientApp/node_modules/@angular/common/locales/ar-SS.js.map b/apps/angular/node_modules/@angular/common/locales/ar-SS.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-SS.js.map rename to apps/angular/node_modules/@angular/common/locales/ar-SS.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ar-SY.d.ts b/apps/angular/node_modules/@angular/common/locales/ar-SY.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-SY.d.ts rename to apps/angular/node_modules/@angular/common/locales/ar-SY.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ar-SY.js b/apps/angular/node_modules/@angular/common/locales/ar-SY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-SY.js rename to apps/angular/node_modules/@angular/common/locales/ar-SY.js diff --git a/ClientApp/node_modules/@angular/common/locales/ar-SY.js.map b/apps/angular/node_modules/@angular/common/locales/ar-SY.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-SY.js.map rename to apps/angular/node_modules/@angular/common/locales/ar-SY.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ar-TD.d.ts b/apps/angular/node_modules/@angular/common/locales/ar-TD.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-TD.d.ts rename to apps/angular/node_modules/@angular/common/locales/ar-TD.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ar-TD.js b/apps/angular/node_modules/@angular/common/locales/ar-TD.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-TD.js rename to apps/angular/node_modules/@angular/common/locales/ar-TD.js diff --git a/ClientApp/node_modules/@angular/common/locales/ar-TD.js.map b/apps/angular/node_modules/@angular/common/locales/ar-TD.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-TD.js.map rename to apps/angular/node_modules/@angular/common/locales/ar-TD.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ar-TN.d.ts b/apps/angular/node_modules/@angular/common/locales/ar-TN.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-TN.d.ts rename to apps/angular/node_modules/@angular/common/locales/ar-TN.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ar-TN.js b/apps/angular/node_modules/@angular/common/locales/ar-TN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-TN.js rename to apps/angular/node_modules/@angular/common/locales/ar-TN.js diff --git a/ClientApp/node_modules/@angular/common/locales/ar-TN.js.map b/apps/angular/node_modules/@angular/common/locales/ar-TN.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-TN.js.map rename to apps/angular/node_modules/@angular/common/locales/ar-TN.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ar-YE.d.ts b/apps/angular/node_modules/@angular/common/locales/ar-YE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-YE.d.ts rename to apps/angular/node_modules/@angular/common/locales/ar-YE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ar-YE.js b/apps/angular/node_modules/@angular/common/locales/ar-YE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-YE.js rename to apps/angular/node_modules/@angular/common/locales/ar-YE.js diff --git a/ClientApp/node_modules/@angular/common/locales/ar-YE.js.map b/apps/angular/node_modules/@angular/common/locales/ar-YE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar-YE.js.map rename to apps/angular/node_modules/@angular/common/locales/ar-YE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ar.d.ts b/apps/angular/node_modules/@angular/common/locales/ar.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar.d.ts rename to apps/angular/node_modules/@angular/common/locales/ar.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ar.js b/apps/angular/node_modules/@angular/common/locales/ar.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar.js rename to apps/angular/node_modules/@angular/common/locales/ar.js diff --git a/ClientApp/node_modules/@angular/common/locales/ar.js.map b/apps/angular/node_modules/@angular/common/locales/ar.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ar.js.map rename to apps/angular/node_modules/@angular/common/locales/ar.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/arn.d.ts b/apps/angular/node_modules/@angular/common/locales/arn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/arn.d.ts rename to apps/angular/node_modules/@angular/common/locales/arn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/arn.js b/apps/angular/node_modules/@angular/common/locales/arn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/arn.js rename to apps/angular/node_modules/@angular/common/locales/arn.js diff --git a/ClientApp/node_modules/@angular/common/locales/arn.js.map b/apps/angular/node_modules/@angular/common/locales/arn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/arn.js.map rename to apps/angular/node_modules/@angular/common/locales/arn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/as.d.ts b/apps/angular/node_modules/@angular/common/locales/as.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/as.d.ts rename to apps/angular/node_modules/@angular/common/locales/as.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/as.js b/apps/angular/node_modules/@angular/common/locales/as.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/as.js rename to apps/angular/node_modules/@angular/common/locales/as.js diff --git a/ClientApp/node_modules/@angular/common/locales/as.js.map b/apps/angular/node_modules/@angular/common/locales/as.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/as.js.map rename to apps/angular/node_modules/@angular/common/locales/as.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/asa.d.ts b/apps/angular/node_modules/@angular/common/locales/asa.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/asa.d.ts rename to apps/angular/node_modules/@angular/common/locales/asa.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/asa.js b/apps/angular/node_modules/@angular/common/locales/asa.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/asa.js rename to apps/angular/node_modules/@angular/common/locales/asa.js diff --git a/ClientApp/node_modules/@angular/common/locales/asa.js.map b/apps/angular/node_modules/@angular/common/locales/asa.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/asa.js.map rename to apps/angular/node_modules/@angular/common/locales/asa.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ast.d.ts b/apps/angular/node_modules/@angular/common/locales/ast.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ast.d.ts rename to apps/angular/node_modules/@angular/common/locales/ast.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ast.js b/apps/angular/node_modules/@angular/common/locales/ast.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ast.js rename to apps/angular/node_modules/@angular/common/locales/ast.js diff --git a/ClientApp/node_modules/@angular/common/locales/ast.js.map b/apps/angular/node_modules/@angular/common/locales/ast.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ast.js.map rename to apps/angular/node_modules/@angular/common/locales/ast.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/az-Arab-IQ.d.ts b/apps/angular/node_modules/@angular/common/locales/az-Arab-IQ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/az-Arab-IQ.d.ts rename to apps/angular/node_modules/@angular/common/locales/az-Arab-IQ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/az-Arab-IQ.js b/apps/angular/node_modules/@angular/common/locales/az-Arab-IQ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/az-Arab-IQ.js rename to apps/angular/node_modules/@angular/common/locales/az-Arab-IQ.js diff --git a/ClientApp/node_modules/@angular/common/locales/az-Arab-IQ.js.map b/apps/angular/node_modules/@angular/common/locales/az-Arab-IQ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/az-Arab-IQ.js.map rename to apps/angular/node_modules/@angular/common/locales/az-Arab-IQ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/az-Arab-TR.d.ts b/apps/angular/node_modules/@angular/common/locales/az-Arab-TR.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/az-Arab-TR.d.ts rename to apps/angular/node_modules/@angular/common/locales/az-Arab-TR.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/az-Arab-TR.js b/apps/angular/node_modules/@angular/common/locales/az-Arab-TR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/az-Arab-TR.js rename to apps/angular/node_modules/@angular/common/locales/az-Arab-TR.js diff --git a/ClientApp/node_modules/@angular/common/locales/az-Arab-TR.js.map b/apps/angular/node_modules/@angular/common/locales/az-Arab-TR.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/az-Arab-TR.js.map rename to apps/angular/node_modules/@angular/common/locales/az-Arab-TR.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/az-Arab.d.ts b/apps/angular/node_modules/@angular/common/locales/az-Arab.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/az-Arab.d.ts rename to apps/angular/node_modules/@angular/common/locales/az-Arab.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/az-Arab.js b/apps/angular/node_modules/@angular/common/locales/az-Arab.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/az-Arab.js rename to apps/angular/node_modules/@angular/common/locales/az-Arab.js diff --git a/ClientApp/node_modules/@angular/common/locales/az-Arab.js.map b/apps/angular/node_modules/@angular/common/locales/az-Arab.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/az-Arab.js.map rename to apps/angular/node_modules/@angular/common/locales/az-Arab.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/az-Cyrl.d.ts b/apps/angular/node_modules/@angular/common/locales/az-Cyrl.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/az-Cyrl.d.ts rename to apps/angular/node_modules/@angular/common/locales/az-Cyrl.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/az-Cyrl.js b/apps/angular/node_modules/@angular/common/locales/az-Cyrl.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/az-Cyrl.js rename to apps/angular/node_modules/@angular/common/locales/az-Cyrl.js diff --git a/ClientApp/node_modules/@angular/common/locales/az-Cyrl.js.map b/apps/angular/node_modules/@angular/common/locales/az-Cyrl.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/az-Cyrl.js.map rename to apps/angular/node_modules/@angular/common/locales/az-Cyrl.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/az-Latn.d.ts b/apps/angular/node_modules/@angular/common/locales/az-Latn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/az-Latn.d.ts rename to apps/angular/node_modules/@angular/common/locales/az-Latn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/az-Latn.js b/apps/angular/node_modules/@angular/common/locales/az-Latn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/az-Latn.js rename to apps/angular/node_modules/@angular/common/locales/az-Latn.js diff --git a/ClientApp/node_modules/@angular/common/locales/az-Latn.js.map b/apps/angular/node_modules/@angular/common/locales/az-Latn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/az-Latn.js.map rename to apps/angular/node_modules/@angular/common/locales/az-Latn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/az.d.ts b/apps/angular/node_modules/@angular/common/locales/az.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/az.d.ts rename to apps/angular/node_modules/@angular/common/locales/az.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/az.js b/apps/angular/node_modules/@angular/common/locales/az.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/az.js rename to apps/angular/node_modules/@angular/common/locales/az.js diff --git a/ClientApp/node_modules/@angular/common/locales/az.js.map b/apps/angular/node_modules/@angular/common/locales/az.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/az.js.map rename to apps/angular/node_modules/@angular/common/locales/az.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ba.d.ts b/apps/angular/node_modules/@angular/common/locales/ba.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ba.d.ts rename to apps/angular/node_modules/@angular/common/locales/ba.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ba.js b/apps/angular/node_modules/@angular/common/locales/ba.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ba.js rename to apps/angular/node_modules/@angular/common/locales/ba.js diff --git a/ClientApp/node_modules/@angular/common/locales/ba.js.map b/apps/angular/node_modules/@angular/common/locales/ba.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ba.js.map rename to apps/angular/node_modules/@angular/common/locales/ba.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/bal-Arab.d.ts b/apps/angular/node_modules/@angular/common/locales/bal-Arab.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bal-Arab.d.ts rename to apps/angular/node_modules/@angular/common/locales/bal-Arab.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/bal-Arab.js b/apps/angular/node_modules/@angular/common/locales/bal-Arab.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bal-Arab.js rename to apps/angular/node_modules/@angular/common/locales/bal-Arab.js diff --git a/ClientApp/node_modules/@angular/common/locales/bal-Arab.js.map b/apps/angular/node_modules/@angular/common/locales/bal-Arab.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bal-Arab.js.map rename to apps/angular/node_modules/@angular/common/locales/bal-Arab.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/bal-Latn.d.ts b/apps/angular/node_modules/@angular/common/locales/bal-Latn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bal-Latn.d.ts rename to apps/angular/node_modules/@angular/common/locales/bal-Latn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/bal-Latn.js b/apps/angular/node_modules/@angular/common/locales/bal-Latn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bal-Latn.js rename to apps/angular/node_modules/@angular/common/locales/bal-Latn.js diff --git a/ClientApp/node_modules/@angular/common/locales/bal-Latn.js.map b/apps/angular/node_modules/@angular/common/locales/bal-Latn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bal-Latn.js.map rename to apps/angular/node_modules/@angular/common/locales/bal-Latn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/bal.d.ts b/apps/angular/node_modules/@angular/common/locales/bal.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bal.d.ts rename to apps/angular/node_modules/@angular/common/locales/bal.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/bal.js b/apps/angular/node_modules/@angular/common/locales/bal.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bal.js rename to apps/angular/node_modules/@angular/common/locales/bal.js diff --git a/ClientApp/node_modules/@angular/common/locales/bal.js.map b/apps/angular/node_modules/@angular/common/locales/bal.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bal.js.map rename to apps/angular/node_modules/@angular/common/locales/bal.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/bas.d.ts b/apps/angular/node_modules/@angular/common/locales/bas.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bas.d.ts rename to apps/angular/node_modules/@angular/common/locales/bas.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/bas.js b/apps/angular/node_modules/@angular/common/locales/bas.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bas.js rename to apps/angular/node_modules/@angular/common/locales/bas.js diff --git a/ClientApp/node_modules/@angular/common/locales/bas.js.map b/apps/angular/node_modules/@angular/common/locales/bas.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bas.js.map rename to apps/angular/node_modules/@angular/common/locales/bas.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/be-tarask.d.ts b/apps/angular/node_modules/@angular/common/locales/be-tarask.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/be-tarask.d.ts rename to apps/angular/node_modules/@angular/common/locales/be-tarask.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/be-tarask.js b/apps/angular/node_modules/@angular/common/locales/be-tarask.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/be-tarask.js rename to apps/angular/node_modules/@angular/common/locales/be-tarask.js diff --git a/ClientApp/node_modules/@angular/common/locales/be-tarask.js.map b/apps/angular/node_modules/@angular/common/locales/be-tarask.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/be-tarask.js.map rename to apps/angular/node_modules/@angular/common/locales/be-tarask.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/be.d.ts b/apps/angular/node_modules/@angular/common/locales/be.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/be.d.ts rename to apps/angular/node_modules/@angular/common/locales/be.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/be.js b/apps/angular/node_modules/@angular/common/locales/be.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/be.js rename to apps/angular/node_modules/@angular/common/locales/be.js diff --git a/ClientApp/node_modules/@angular/common/locales/be.js.map b/apps/angular/node_modules/@angular/common/locales/be.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/be.js.map rename to apps/angular/node_modules/@angular/common/locales/be.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/bem.d.ts b/apps/angular/node_modules/@angular/common/locales/bem.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bem.d.ts rename to apps/angular/node_modules/@angular/common/locales/bem.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/bem.js b/apps/angular/node_modules/@angular/common/locales/bem.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bem.js rename to apps/angular/node_modules/@angular/common/locales/bem.js diff --git a/ClientApp/node_modules/@angular/common/locales/bem.js.map b/apps/angular/node_modules/@angular/common/locales/bem.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bem.js.map rename to apps/angular/node_modules/@angular/common/locales/bem.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/bew.d.ts b/apps/angular/node_modules/@angular/common/locales/bew.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bew.d.ts rename to apps/angular/node_modules/@angular/common/locales/bew.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/bew.js b/apps/angular/node_modules/@angular/common/locales/bew.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bew.js rename to apps/angular/node_modules/@angular/common/locales/bew.js diff --git a/ClientApp/node_modules/@angular/common/locales/bew.js.map b/apps/angular/node_modules/@angular/common/locales/bew.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bew.js.map rename to apps/angular/node_modules/@angular/common/locales/bew.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/bez.d.ts b/apps/angular/node_modules/@angular/common/locales/bez.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bez.d.ts rename to apps/angular/node_modules/@angular/common/locales/bez.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/bez.js b/apps/angular/node_modules/@angular/common/locales/bez.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bez.js rename to apps/angular/node_modules/@angular/common/locales/bez.js diff --git a/ClientApp/node_modules/@angular/common/locales/bez.js.map b/apps/angular/node_modules/@angular/common/locales/bez.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bez.js.map rename to apps/angular/node_modules/@angular/common/locales/bez.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/bg.d.ts b/apps/angular/node_modules/@angular/common/locales/bg.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bg.d.ts rename to apps/angular/node_modules/@angular/common/locales/bg.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/bg.js b/apps/angular/node_modules/@angular/common/locales/bg.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bg.js rename to apps/angular/node_modules/@angular/common/locales/bg.js diff --git a/ClientApp/node_modules/@angular/common/locales/bg.js.map b/apps/angular/node_modules/@angular/common/locales/bg.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bg.js.map rename to apps/angular/node_modules/@angular/common/locales/bg.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/bgc.d.ts b/apps/angular/node_modules/@angular/common/locales/bgc.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bgc.d.ts rename to apps/angular/node_modules/@angular/common/locales/bgc.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/bgc.js b/apps/angular/node_modules/@angular/common/locales/bgc.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bgc.js rename to apps/angular/node_modules/@angular/common/locales/bgc.js diff --git a/ClientApp/node_modules/@angular/common/locales/bgc.js.map b/apps/angular/node_modules/@angular/common/locales/bgc.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bgc.js.map rename to apps/angular/node_modules/@angular/common/locales/bgc.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/bgn-AE.d.ts b/apps/angular/node_modules/@angular/common/locales/bgn-AE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bgn-AE.d.ts rename to apps/angular/node_modules/@angular/common/locales/bgn-AE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/bgn-AE.js b/apps/angular/node_modules/@angular/common/locales/bgn-AE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bgn-AE.js rename to apps/angular/node_modules/@angular/common/locales/bgn-AE.js diff --git a/ClientApp/node_modules/@angular/common/locales/bgn-AE.js.map b/apps/angular/node_modules/@angular/common/locales/bgn-AE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bgn-AE.js.map rename to apps/angular/node_modules/@angular/common/locales/bgn-AE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/bgn-AF.d.ts b/apps/angular/node_modules/@angular/common/locales/bgn-AF.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bgn-AF.d.ts rename to apps/angular/node_modules/@angular/common/locales/bgn-AF.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/bgn-AF.js b/apps/angular/node_modules/@angular/common/locales/bgn-AF.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bgn-AF.js rename to apps/angular/node_modules/@angular/common/locales/bgn-AF.js diff --git a/ClientApp/node_modules/@angular/common/locales/bgn-AF.js.map b/apps/angular/node_modules/@angular/common/locales/bgn-AF.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bgn-AF.js.map rename to apps/angular/node_modules/@angular/common/locales/bgn-AF.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/bgn-IR.d.ts b/apps/angular/node_modules/@angular/common/locales/bgn-IR.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bgn-IR.d.ts rename to apps/angular/node_modules/@angular/common/locales/bgn-IR.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/bgn-IR.js b/apps/angular/node_modules/@angular/common/locales/bgn-IR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bgn-IR.js rename to apps/angular/node_modules/@angular/common/locales/bgn-IR.js diff --git a/ClientApp/node_modules/@angular/common/locales/bgn-IR.js.map b/apps/angular/node_modules/@angular/common/locales/bgn-IR.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bgn-IR.js.map rename to apps/angular/node_modules/@angular/common/locales/bgn-IR.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/bgn-OM.d.ts b/apps/angular/node_modules/@angular/common/locales/bgn-OM.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bgn-OM.d.ts rename to apps/angular/node_modules/@angular/common/locales/bgn-OM.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/bgn-OM.js b/apps/angular/node_modules/@angular/common/locales/bgn-OM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bgn-OM.js rename to apps/angular/node_modules/@angular/common/locales/bgn-OM.js diff --git a/ClientApp/node_modules/@angular/common/locales/bgn-OM.js.map b/apps/angular/node_modules/@angular/common/locales/bgn-OM.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bgn-OM.js.map rename to apps/angular/node_modules/@angular/common/locales/bgn-OM.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/bgn.d.ts b/apps/angular/node_modules/@angular/common/locales/bgn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bgn.d.ts rename to apps/angular/node_modules/@angular/common/locales/bgn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/bgn.js b/apps/angular/node_modules/@angular/common/locales/bgn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bgn.js rename to apps/angular/node_modules/@angular/common/locales/bgn.js diff --git a/ClientApp/node_modules/@angular/common/locales/bgn.js.map b/apps/angular/node_modules/@angular/common/locales/bgn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bgn.js.map rename to apps/angular/node_modules/@angular/common/locales/bgn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/bho.d.ts b/apps/angular/node_modules/@angular/common/locales/bho.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bho.d.ts rename to apps/angular/node_modules/@angular/common/locales/bho.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/bho.js b/apps/angular/node_modules/@angular/common/locales/bho.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bho.js rename to apps/angular/node_modules/@angular/common/locales/bho.js diff --git a/ClientApp/node_modules/@angular/common/locales/bho.js.map b/apps/angular/node_modules/@angular/common/locales/bho.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bho.js.map rename to apps/angular/node_modules/@angular/common/locales/bho.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/blo.d.ts b/apps/angular/node_modules/@angular/common/locales/blo.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/blo.d.ts rename to apps/angular/node_modules/@angular/common/locales/blo.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/blo.js b/apps/angular/node_modules/@angular/common/locales/blo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/blo.js rename to apps/angular/node_modules/@angular/common/locales/blo.js diff --git a/ClientApp/node_modules/@angular/common/locales/blo.js.map b/apps/angular/node_modules/@angular/common/locales/blo.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/blo.js.map rename to apps/angular/node_modules/@angular/common/locales/blo.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/blt.d.ts b/apps/angular/node_modules/@angular/common/locales/blt.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/blt.d.ts rename to apps/angular/node_modules/@angular/common/locales/blt.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/blt.js b/apps/angular/node_modules/@angular/common/locales/blt.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/blt.js rename to apps/angular/node_modules/@angular/common/locales/blt.js diff --git a/ClientApp/node_modules/@angular/common/locales/blt.js.map b/apps/angular/node_modules/@angular/common/locales/blt.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/blt.js.map rename to apps/angular/node_modules/@angular/common/locales/blt.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/bm-Nkoo.d.ts b/apps/angular/node_modules/@angular/common/locales/bm-Nkoo.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bm-Nkoo.d.ts rename to apps/angular/node_modules/@angular/common/locales/bm-Nkoo.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/bm-Nkoo.js b/apps/angular/node_modules/@angular/common/locales/bm-Nkoo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bm-Nkoo.js rename to apps/angular/node_modules/@angular/common/locales/bm-Nkoo.js diff --git a/ClientApp/node_modules/@angular/common/locales/bm-Nkoo.js.map b/apps/angular/node_modules/@angular/common/locales/bm-Nkoo.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bm-Nkoo.js.map rename to apps/angular/node_modules/@angular/common/locales/bm-Nkoo.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/bm.d.ts b/apps/angular/node_modules/@angular/common/locales/bm.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bm.d.ts rename to apps/angular/node_modules/@angular/common/locales/bm.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/bm.js b/apps/angular/node_modules/@angular/common/locales/bm.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bm.js rename to apps/angular/node_modules/@angular/common/locales/bm.js diff --git a/ClientApp/node_modules/@angular/common/locales/bm.js.map b/apps/angular/node_modules/@angular/common/locales/bm.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bm.js.map rename to apps/angular/node_modules/@angular/common/locales/bm.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/bn-IN.d.ts b/apps/angular/node_modules/@angular/common/locales/bn-IN.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bn-IN.d.ts rename to apps/angular/node_modules/@angular/common/locales/bn-IN.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/bn-IN.js b/apps/angular/node_modules/@angular/common/locales/bn-IN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bn-IN.js rename to apps/angular/node_modules/@angular/common/locales/bn-IN.js diff --git a/ClientApp/node_modules/@angular/common/locales/bn-IN.js.map b/apps/angular/node_modules/@angular/common/locales/bn-IN.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bn-IN.js.map rename to apps/angular/node_modules/@angular/common/locales/bn-IN.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/bn.d.ts b/apps/angular/node_modules/@angular/common/locales/bn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bn.d.ts rename to apps/angular/node_modules/@angular/common/locales/bn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/bn.js b/apps/angular/node_modules/@angular/common/locales/bn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bn.js rename to apps/angular/node_modules/@angular/common/locales/bn.js diff --git a/ClientApp/node_modules/@angular/common/locales/bn.js.map b/apps/angular/node_modules/@angular/common/locales/bn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bn.js.map rename to apps/angular/node_modules/@angular/common/locales/bn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/bo-IN.d.ts b/apps/angular/node_modules/@angular/common/locales/bo-IN.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bo-IN.d.ts rename to apps/angular/node_modules/@angular/common/locales/bo-IN.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/bo-IN.js b/apps/angular/node_modules/@angular/common/locales/bo-IN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bo-IN.js rename to apps/angular/node_modules/@angular/common/locales/bo-IN.js diff --git a/ClientApp/node_modules/@angular/common/locales/bo-IN.js.map b/apps/angular/node_modules/@angular/common/locales/bo-IN.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bo-IN.js.map rename to apps/angular/node_modules/@angular/common/locales/bo-IN.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/bo.d.ts b/apps/angular/node_modules/@angular/common/locales/bo.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bo.d.ts rename to apps/angular/node_modules/@angular/common/locales/bo.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/bo.js b/apps/angular/node_modules/@angular/common/locales/bo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bo.js rename to apps/angular/node_modules/@angular/common/locales/bo.js diff --git a/ClientApp/node_modules/@angular/common/locales/bo.js.map b/apps/angular/node_modules/@angular/common/locales/bo.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bo.js.map rename to apps/angular/node_modules/@angular/common/locales/bo.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/br.d.ts b/apps/angular/node_modules/@angular/common/locales/br.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/br.d.ts rename to apps/angular/node_modules/@angular/common/locales/br.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/br.js b/apps/angular/node_modules/@angular/common/locales/br.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/br.js rename to apps/angular/node_modules/@angular/common/locales/br.js diff --git a/ClientApp/node_modules/@angular/common/locales/br.js.map b/apps/angular/node_modules/@angular/common/locales/br.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/br.js.map rename to apps/angular/node_modules/@angular/common/locales/br.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/brx.d.ts b/apps/angular/node_modules/@angular/common/locales/brx.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/brx.d.ts rename to apps/angular/node_modules/@angular/common/locales/brx.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/brx.js b/apps/angular/node_modules/@angular/common/locales/brx.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/brx.js rename to apps/angular/node_modules/@angular/common/locales/brx.js diff --git a/ClientApp/node_modules/@angular/common/locales/brx.js.map b/apps/angular/node_modules/@angular/common/locales/brx.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/brx.js.map rename to apps/angular/node_modules/@angular/common/locales/brx.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/bs-Cyrl.d.ts b/apps/angular/node_modules/@angular/common/locales/bs-Cyrl.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bs-Cyrl.d.ts rename to apps/angular/node_modules/@angular/common/locales/bs-Cyrl.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/bs-Cyrl.js b/apps/angular/node_modules/@angular/common/locales/bs-Cyrl.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bs-Cyrl.js rename to apps/angular/node_modules/@angular/common/locales/bs-Cyrl.js diff --git a/ClientApp/node_modules/@angular/common/locales/bs-Cyrl.js.map b/apps/angular/node_modules/@angular/common/locales/bs-Cyrl.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bs-Cyrl.js.map rename to apps/angular/node_modules/@angular/common/locales/bs-Cyrl.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/bs-Latn.d.ts b/apps/angular/node_modules/@angular/common/locales/bs-Latn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bs-Latn.d.ts rename to apps/angular/node_modules/@angular/common/locales/bs-Latn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/bs-Latn.js b/apps/angular/node_modules/@angular/common/locales/bs-Latn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bs-Latn.js rename to apps/angular/node_modules/@angular/common/locales/bs-Latn.js diff --git a/ClientApp/node_modules/@angular/common/locales/bs-Latn.js.map b/apps/angular/node_modules/@angular/common/locales/bs-Latn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bs-Latn.js.map rename to apps/angular/node_modules/@angular/common/locales/bs-Latn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/bs.d.ts b/apps/angular/node_modules/@angular/common/locales/bs.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bs.d.ts rename to apps/angular/node_modules/@angular/common/locales/bs.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/bs.js b/apps/angular/node_modules/@angular/common/locales/bs.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bs.js rename to apps/angular/node_modules/@angular/common/locales/bs.js diff --git a/ClientApp/node_modules/@angular/common/locales/bs.js.map b/apps/angular/node_modules/@angular/common/locales/bs.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bs.js.map rename to apps/angular/node_modules/@angular/common/locales/bs.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/bss.d.ts b/apps/angular/node_modules/@angular/common/locales/bss.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bss.d.ts rename to apps/angular/node_modules/@angular/common/locales/bss.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/bss.js b/apps/angular/node_modules/@angular/common/locales/bss.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bss.js rename to apps/angular/node_modules/@angular/common/locales/bss.js diff --git a/ClientApp/node_modules/@angular/common/locales/bss.js.map b/apps/angular/node_modules/@angular/common/locales/bss.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/bss.js.map rename to apps/angular/node_modules/@angular/common/locales/bss.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/byn.d.ts b/apps/angular/node_modules/@angular/common/locales/byn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/byn.d.ts rename to apps/angular/node_modules/@angular/common/locales/byn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/byn.js b/apps/angular/node_modules/@angular/common/locales/byn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/byn.js rename to apps/angular/node_modules/@angular/common/locales/byn.js diff --git a/ClientApp/node_modules/@angular/common/locales/byn.js.map b/apps/angular/node_modules/@angular/common/locales/byn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/byn.js.map rename to apps/angular/node_modules/@angular/common/locales/byn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ca-AD.d.ts b/apps/angular/node_modules/@angular/common/locales/ca-AD.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ca-AD.d.ts rename to apps/angular/node_modules/@angular/common/locales/ca-AD.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ca-AD.js b/apps/angular/node_modules/@angular/common/locales/ca-AD.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ca-AD.js rename to apps/angular/node_modules/@angular/common/locales/ca-AD.js diff --git a/ClientApp/node_modules/@angular/common/locales/ca-AD.js.map b/apps/angular/node_modules/@angular/common/locales/ca-AD.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ca-AD.js.map rename to apps/angular/node_modules/@angular/common/locales/ca-AD.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ca-ES-valencia.d.ts b/apps/angular/node_modules/@angular/common/locales/ca-ES-valencia.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ca-ES-valencia.d.ts rename to apps/angular/node_modules/@angular/common/locales/ca-ES-valencia.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ca-ES-valencia.js b/apps/angular/node_modules/@angular/common/locales/ca-ES-valencia.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ca-ES-valencia.js rename to apps/angular/node_modules/@angular/common/locales/ca-ES-valencia.js diff --git a/ClientApp/node_modules/@angular/common/locales/ca-ES-valencia.js.map b/apps/angular/node_modules/@angular/common/locales/ca-ES-valencia.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ca-ES-valencia.js.map rename to apps/angular/node_modules/@angular/common/locales/ca-ES-valencia.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ca-FR.d.ts b/apps/angular/node_modules/@angular/common/locales/ca-FR.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ca-FR.d.ts rename to apps/angular/node_modules/@angular/common/locales/ca-FR.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ca-FR.js b/apps/angular/node_modules/@angular/common/locales/ca-FR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ca-FR.js rename to apps/angular/node_modules/@angular/common/locales/ca-FR.js diff --git a/ClientApp/node_modules/@angular/common/locales/ca-FR.js.map b/apps/angular/node_modules/@angular/common/locales/ca-FR.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ca-FR.js.map rename to apps/angular/node_modules/@angular/common/locales/ca-FR.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ca-IT.d.ts b/apps/angular/node_modules/@angular/common/locales/ca-IT.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ca-IT.d.ts rename to apps/angular/node_modules/@angular/common/locales/ca-IT.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ca-IT.js b/apps/angular/node_modules/@angular/common/locales/ca-IT.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ca-IT.js rename to apps/angular/node_modules/@angular/common/locales/ca-IT.js diff --git a/ClientApp/node_modules/@angular/common/locales/ca-IT.js.map b/apps/angular/node_modules/@angular/common/locales/ca-IT.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ca-IT.js.map rename to apps/angular/node_modules/@angular/common/locales/ca-IT.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ca.d.ts b/apps/angular/node_modules/@angular/common/locales/ca.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ca.d.ts rename to apps/angular/node_modules/@angular/common/locales/ca.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ca.js b/apps/angular/node_modules/@angular/common/locales/ca.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ca.js rename to apps/angular/node_modules/@angular/common/locales/ca.js diff --git a/ClientApp/node_modules/@angular/common/locales/ca.js.map b/apps/angular/node_modules/@angular/common/locales/ca.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ca.js.map rename to apps/angular/node_modules/@angular/common/locales/ca.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/cad.d.ts b/apps/angular/node_modules/@angular/common/locales/cad.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/cad.d.ts rename to apps/angular/node_modules/@angular/common/locales/cad.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/cad.js b/apps/angular/node_modules/@angular/common/locales/cad.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/cad.js rename to apps/angular/node_modules/@angular/common/locales/cad.js diff --git a/ClientApp/node_modules/@angular/common/locales/cad.js.map b/apps/angular/node_modules/@angular/common/locales/cad.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/cad.js.map rename to apps/angular/node_modules/@angular/common/locales/cad.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/cch.d.ts b/apps/angular/node_modules/@angular/common/locales/cch.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/cch.d.ts rename to apps/angular/node_modules/@angular/common/locales/cch.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/cch.js b/apps/angular/node_modules/@angular/common/locales/cch.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/cch.js rename to apps/angular/node_modules/@angular/common/locales/cch.js diff --git a/ClientApp/node_modules/@angular/common/locales/cch.js.map b/apps/angular/node_modules/@angular/common/locales/cch.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/cch.js.map rename to apps/angular/node_modules/@angular/common/locales/cch.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ccp-IN.d.ts b/apps/angular/node_modules/@angular/common/locales/ccp-IN.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ccp-IN.d.ts rename to apps/angular/node_modules/@angular/common/locales/ccp-IN.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ccp-IN.js b/apps/angular/node_modules/@angular/common/locales/ccp-IN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ccp-IN.js rename to apps/angular/node_modules/@angular/common/locales/ccp-IN.js diff --git a/ClientApp/node_modules/@angular/common/locales/ccp-IN.js.map b/apps/angular/node_modules/@angular/common/locales/ccp-IN.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ccp-IN.js.map rename to apps/angular/node_modules/@angular/common/locales/ccp-IN.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ccp.d.ts b/apps/angular/node_modules/@angular/common/locales/ccp.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ccp.d.ts rename to apps/angular/node_modules/@angular/common/locales/ccp.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ccp.js b/apps/angular/node_modules/@angular/common/locales/ccp.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ccp.js rename to apps/angular/node_modules/@angular/common/locales/ccp.js diff --git a/ClientApp/node_modules/@angular/common/locales/ccp.js.map b/apps/angular/node_modules/@angular/common/locales/ccp.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ccp.js.map rename to apps/angular/node_modules/@angular/common/locales/ccp.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ce.d.ts b/apps/angular/node_modules/@angular/common/locales/ce.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ce.d.ts rename to apps/angular/node_modules/@angular/common/locales/ce.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ce.js b/apps/angular/node_modules/@angular/common/locales/ce.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ce.js rename to apps/angular/node_modules/@angular/common/locales/ce.js diff --git a/ClientApp/node_modules/@angular/common/locales/ce.js.map b/apps/angular/node_modules/@angular/common/locales/ce.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ce.js.map rename to apps/angular/node_modules/@angular/common/locales/ce.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ceb.d.ts b/apps/angular/node_modules/@angular/common/locales/ceb.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ceb.d.ts rename to apps/angular/node_modules/@angular/common/locales/ceb.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ceb.js b/apps/angular/node_modules/@angular/common/locales/ceb.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ceb.js rename to apps/angular/node_modules/@angular/common/locales/ceb.js diff --git a/ClientApp/node_modules/@angular/common/locales/ceb.js.map b/apps/angular/node_modules/@angular/common/locales/ceb.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ceb.js.map rename to apps/angular/node_modules/@angular/common/locales/ceb.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/cgg.d.ts b/apps/angular/node_modules/@angular/common/locales/cgg.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/cgg.d.ts rename to apps/angular/node_modules/@angular/common/locales/cgg.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/cgg.js b/apps/angular/node_modules/@angular/common/locales/cgg.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/cgg.js rename to apps/angular/node_modules/@angular/common/locales/cgg.js diff --git a/ClientApp/node_modules/@angular/common/locales/cgg.js.map b/apps/angular/node_modules/@angular/common/locales/cgg.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/cgg.js.map rename to apps/angular/node_modules/@angular/common/locales/cgg.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/cho.d.ts b/apps/angular/node_modules/@angular/common/locales/cho.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/cho.d.ts rename to apps/angular/node_modules/@angular/common/locales/cho.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/cho.js b/apps/angular/node_modules/@angular/common/locales/cho.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/cho.js rename to apps/angular/node_modules/@angular/common/locales/cho.js diff --git a/ClientApp/node_modules/@angular/common/locales/cho.js.map b/apps/angular/node_modules/@angular/common/locales/cho.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/cho.js.map rename to apps/angular/node_modules/@angular/common/locales/cho.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/chr.d.ts b/apps/angular/node_modules/@angular/common/locales/chr.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/chr.d.ts rename to apps/angular/node_modules/@angular/common/locales/chr.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/chr.js b/apps/angular/node_modules/@angular/common/locales/chr.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/chr.js rename to apps/angular/node_modules/@angular/common/locales/chr.js diff --git a/ClientApp/node_modules/@angular/common/locales/chr.js.map b/apps/angular/node_modules/@angular/common/locales/chr.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/chr.js.map rename to apps/angular/node_modules/@angular/common/locales/chr.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/cic.d.ts b/apps/angular/node_modules/@angular/common/locales/cic.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/cic.d.ts rename to apps/angular/node_modules/@angular/common/locales/cic.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/cic.js b/apps/angular/node_modules/@angular/common/locales/cic.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/cic.js rename to apps/angular/node_modules/@angular/common/locales/cic.js diff --git a/ClientApp/node_modules/@angular/common/locales/cic.js.map b/apps/angular/node_modules/@angular/common/locales/cic.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/cic.js.map rename to apps/angular/node_modules/@angular/common/locales/cic.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ckb-IR.d.ts b/apps/angular/node_modules/@angular/common/locales/ckb-IR.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ckb-IR.d.ts rename to apps/angular/node_modules/@angular/common/locales/ckb-IR.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ckb-IR.js b/apps/angular/node_modules/@angular/common/locales/ckb-IR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ckb-IR.js rename to apps/angular/node_modules/@angular/common/locales/ckb-IR.js diff --git a/ClientApp/node_modules/@angular/common/locales/ckb-IR.js.map b/apps/angular/node_modules/@angular/common/locales/ckb-IR.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ckb-IR.js.map rename to apps/angular/node_modules/@angular/common/locales/ckb-IR.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ckb.d.ts b/apps/angular/node_modules/@angular/common/locales/ckb.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ckb.d.ts rename to apps/angular/node_modules/@angular/common/locales/ckb.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ckb.js b/apps/angular/node_modules/@angular/common/locales/ckb.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ckb.js rename to apps/angular/node_modules/@angular/common/locales/ckb.js diff --git a/ClientApp/node_modules/@angular/common/locales/ckb.js.map b/apps/angular/node_modules/@angular/common/locales/ckb.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ckb.js.map rename to apps/angular/node_modules/@angular/common/locales/ckb.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/co.d.ts b/apps/angular/node_modules/@angular/common/locales/co.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/co.d.ts rename to apps/angular/node_modules/@angular/common/locales/co.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/co.js b/apps/angular/node_modules/@angular/common/locales/co.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/co.js rename to apps/angular/node_modules/@angular/common/locales/co.js diff --git a/ClientApp/node_modules/@angular/common/locales/co.js.map b/apps/angular/node_modules/@angular/common/locales/co.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/co.js.map rename to apps/angular/node_modules/@angular/common/locales/co.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/cop.d.ts b/apps/angular/node_modules/@angular/common/locales/cop.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/cop.d.ts rename to apps/angular/node_modules/@angular/common/locales/cop.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/cop.js b/apps/angular/node_modules/@angular/common/locales/cop.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/cop.js rename to apps/angular/node_modules/@angular/common/locales/cop.js diff --git a/ClientApp/node_modules/@angular/common/locales/cop.js.map b/apps/angular/node_modules/@angular/common/locales/cop.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/cop.js.map rename to apps/angular/node_modules/@angular/common/locales/cop.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/cs.d.ts b/apps/angular/node_modules/@angular/common/locales/cs.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/cs.d.ts rename to apps/angular/node_modules/@angular/common/locales/cs.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/cs.js b/apps/angular/node_modules/@angular/common/locales/cs.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/cs.js rename to apps/angular/node_modules/@angular/common/locales/cs.js diff --git a/ClientApp/node_modules/@angular/common/locales/cs.js.map b/apps/angular/node_modules/@angular/common/locales/cs.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/cs.js.map rename to apps/angular/node_modules/@angular/common/locales/cs.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/csw.d.ts b/apps/angular/node_modules/@angular/common/locales/csw.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/csw.d.ts rename to apps/angular/node_modules/@angular/common/locales/csw.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/csw.js b/apps/angular/node_modules/@angular/common/locales/csw.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/csw.js rename to apps/angular/node_modules/@angular/common/locales/csw.js diff --git a/ClientApp/node_modules/@angular/common/locales/csw.js.map b/apps/angular/node_modules/@angular/common/locales/csw.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/csw.js.map rename to apps/angular/node_modules/@angular/common/locales/csw.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/cu.d.ts b/apps/angular/node_modules/@angular/common/locales/cu.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/cu.d.ts rename to apps/angular/node_modules/@angular/common/locales/cu.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/cu.js b/apps/angular/node_modules/@angular/common/locales/cu.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/cu.js rename to apps/angular/node_modules/@angular/common/locales/cu.js diff --git a/ClientApp/node_modules/@angular/common/locales/cu.js.map b/apps/angular/node_modules/@angular/common/locales/cu.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/cu.js.map rename to apps/angular/node_modules/@angular/common/locales/cu.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/cv.d.ts b/apps/angular/node_modules/@angular/common/locales/cv.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/cv.d.ts rename to apps/angular/node_modules/@angular/common/locales/cv.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/cv.js b/apps/angular/node_modules/@angular/common/locales/cv.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/cv.js rename to apps/angular/node_modules/@angular/common/locales/cv.js diff --git a/ClientApp/node_modules/@angular/common/locales/cv.js.map b/apps/angular/node_modules/@angular/common/locales/cv.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/cv.js.map rename to apps/angular/node_modules/@angular/common/locales/cv.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/cy.d.ts b/apps/angular/node_modules/@angular/common/locales/cy.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/cy.d.ts rename to apps/angular/node_modules/@angular/common/locales/cy.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/cy.js b/apps/angular/node_modules/@angular/common/locales/cy.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/cy.js rename to apps/angular/node_modules/@angular/common/locales/cy.js diff --git a/ClientApp/node_modules/@angular/common/locales/cy.js.map b/apps/angular/node_modules/@angular/common/locales/cy.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/cy.js.map rename to apps/angular/node_modules/@angular/common/locales/cy.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/da-GL.d.ts b/apps/angular/node_modules/@angular/common/locales/da-GL.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/da-GL.d.ts rename to apps/angular/node_modules/@angular/common/locales/da-GL.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/da-GL.js b/apps/angular/node_modules/@angular/common/locales/da-GL.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/da-GL.js rename to apps/angular/node_modules/@angular/common/locales/da-GL.js diff --git a/ClientApp/node_modules/@angular/common/locales/da-GL.js.map b/apps/angular/node_modules/@angular/common/locales/da-GL.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/da-GL.js.map rename to apps/angular/node_modules/@angular/common/locales/da-GL.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/da.d.ts b/apps/angular/node_modules/@angular/common/locales/da.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/da.d.ts rename to apps/angular/node_modules/@angular/common/locales/da.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/da.js b/apps/angular/node_modules/@angular/common/locales/da.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/da.js rename to apps/angular/node_modules/@angular/common/locales/da.js diff --git a/ClientApp/node_modules/@angular/common/locales/da.js.map b/apps/angular/node_modules/@angular/common/locales/da.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/da.js.map rename to apps/angular/node_modules/@angular/common/locales/da.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/dav.d.ts b/apps/angular/node_modules/@angular/common/locales/dav.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/dav.d.ts rename to apps/angular/node_modules/@angular/common/locales/dav.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/dav.js b/apps/angular/node_modules/@angular/common/locales/dav.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/dav.js rename to apps/angular/node_modules/@angular/common/locales/dav.js diff --git a/ClientApp/node_modules/@angular/common/locales/dav.js.map b/apps/angular/node_modules/@angular/common/locales/dav.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/dav.js.map rename to apps/angular/node_modules/@angular/common/locales/dav.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/de-AT.d.ts b/apps/angular/node_modules/@angular/common/locales/de-AT.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/de-AT.d.ts rename to apps/angular/node_modules/@angular/common/locales/de-AT.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/de-AT.js b/apps/angular/node_modules/@angular/common/locales/de-AT.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/de-AT.js rename to apps/angular/node_modules/@angular/common/locales/de-AT.js diff --git a/ClientApp/node_modules/@angular/common/locales/de-AT.js.map b/apps/angular/node_modules/@angular/common/locales/de-AT.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/de-AT.js.map rename to apps/angular/node_modules/@angular/common/locales/de-AT.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/de-BE.d.ts b/apps/angular/node_modules/@angular/common/locales/de-BE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/de-BE.d.ts rename to apps/angular/node_modules/@angular/common/locales/de-BE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/de-BE.js b/apps/angular/node_modules/@angular/common/locales/de-BE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/de-BE.js rename to apps/angular/node_modules/@angular/common/locales/de-BE.js diff --git a/ClientApp/node_modules/@angular/common/locales/de-BE.js.map b/apps/angular/node_modules/@angular/common/locales/de-BE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/de-BE.js.map rename to apps/angular/node_modules/@angular/common/locales/de-BE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/de-CH.d.ts b/apps/angular/node_modules/@angular/common/locales/de-CH.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/de-CH.d.ts rename to apps/angular/node_modules/@angular/common/locales/de-CH.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/de-CH.js b/apps/angular/node_modules/@angular/common/locales/de-CH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/de-CH.js rename to apps/angular/node_modules/@angular/common/locales/de-CH.js diff --git a/ClientApp/node_modules/@angular/common/locales/de-CH.js.map b/apps/angular/node_modules/@angular/common/locales/de-CH.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/de-CH.js.map rename to apps/angular/node_modules/@angular/common/locales/de-CH.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/de-IT.d.ts b/apps/angular/node_modules/@angular/common/locales/de-IT.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/de-IT.d.ts rename to apps/angular/node_modules/@angular/common/locales/de-IT.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/de-IT.js b/apps/angular/node_modules/@angular/common/locales/de-IT.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/de-IT.js rename to apps/angular/node_modules/@angular/common/locales/de-IT.js diff --git a/ClientApp/node_modules/@angular/common/locales/de-IT.js.map b/apps/angular/node_modules/@angular/common/locales/de-IT.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/de-IT.js.map rename to apps/angular/node_modules/@angular/common/locales/de-IT.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/de-LI.d.ts b/apps/angular/node_modules/@angular/common/locales/de-LI.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/de-LI.d.ts rename to apps/angular/node_modules/@angular/common/locales/de-LI.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/de-LI.js b/apps/angular/node_modules/@angular/common/locales/de-LI.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/de-LI.js rename to apps/angular/node_modules/@angular/common/locales/de-LI.js diff --git a/ClientApp/node_modules/@angular/common/locales/de-LI.js.map b/apps/angular/node_modules/@angular/common/locales/de-LI.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/de-LI.js.map rename to apps/angular/node_modules/@angular/common/locales/de-LI.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/de-LU.d.ts b/apps/angular/node_modules/@angular/common/locales/de-LU.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/de-LU.d.ts rename to apps/angular/node_modules/@angular/common/locales/de-LU.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/de-LU.js b/apps/angular/node_modules/@angular/common/locales/de-LU.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/de-LU.js rename to apps/angular/node_modules/@angular/common/locales/de-LU.js diff --git a/ClientApp/node_modules/@angular/common/locales/de-LU.js.map b/apps/angular/node_modules/@angular/common/locales/de-LU.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/de-LU.js.map rename to apps/angular/node_modules/@angular/common/locales/de-LU.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/de.d.ts b/apps/angular/node_modules/@angular/common/locales/de.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/de.d.ts rename to apps/angular/node_modules/@angular/common/locales/de.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/de.js b/apps/angular/node_modules/@angular/common/locales/de.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/de.js rename to apps/angular/node_modules/@angular/common/locales/de.js diff --git a/ClientApp/node_modules/@angular/common/locales/de.js.map b/apps/angular/node_modules/@angular/common/locales/de.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/de.js.map rename to apps/angular/node_modules/@angular/common/locales/de.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/dje.d.ts b/apps/angular/node_modules/@angular/common/locales/dje.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/dje.d.ts rename to apps/angular/node_modules/@angular/common/locales/dje.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/dje.js b/apps/angular/node_modules/@angular/common/locales/dje.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/dje.js rename to apps/angular/node_modules/@angular/common/locales/dje.js diff --git a/ClientApp/node_modules/@angular/common/locales/dje.js.map b/apps/angular/node_modules/@angular/common/locales/dje.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/dje.js.map rename to apps/angular/node_modules/@angular/common/locales/dje.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/doi.d.ts b/apps/angular/node_modules/@angular/common/locales/doi.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/doi.d.ts rename to apps/angular/node_modules/@angular/common/locales/doi.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/doi.js b/apps/angular/node_modules/@angular/common/locales/doi.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/doi.js rename to apps/angular/node_modules/@angular/common/locales/doi.js diff --git a/ClientApp/node_modules/@angular/common/locales/doi.js.map b/apps/angular/node_modules/@angular/common/locales/doi.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/doi.js.map rename to apps/angular/node_modules/@angular/common/locales/doi.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/dsb.d.ts b/apps/angular/node_modules/@angular/common/locales/dsb.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/dsb.d.ts rename to apps/angular/node_modules/@angular/common/locales/dsb.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/dsb.js b/apps/angular/node_modules/@angular/common/locales/dsb.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/dsb.js rename to apps/angular/node_modules/@angular/common/locales/dsb.js diff --git a/ClientApp/node_modules/@angular/common/locales/dsb.js.map b/apps/angular/node_modules/@angular/common/locales/dsb.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/dsb.js.map rename to apps/angular/node_modules/@angular/common/locales/dsb.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/dua.d.ts b/apps/angular/node_modules/@angular/common/locales/dua.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/dua.d.ts rename to apps/angular/node_modules/@angular/common/locales/dua.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/dua.js b/apps/angular/node_modules/@angular/common/locales/dua.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/dua.js rename to apps/angular/node_modules/@angular/common/locales/dua.js diff --git a/ClientApp/node_modules/@angular/common/locales/dua.js.map b/apps/angular/node_modules/@angular/common/locales/dua.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/dua.js.map rename to apps/angular/node_modules/@angular/common/locales/dua.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/dv.d.ts b/apps/angular/node_modules/@angular/common/locales/dv.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/dv.d.ts rename to apps/angular/node_modules/@angular/common/locales/dv.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/dv.js b/apps/angular/node_modules/@angular/common/locales/dv.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/dv.js rename to apps/angular/node_modules/@angular/common/locales/dv.js diff --git a/ClientApp/node_modules/@angular/common/locales/dv.js.map b/apps/angular/node_modules/@angular/common/locales/dv.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/dv.js.map rename to apps/angular/node_modules/@angular/common/locales/dv.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/dyo.d.ts b/apps/angular/node_modules/@angular/common/locales/dyo.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/dyo.d.ts rename to apps/angular/node_modules/@angular/common/locales/dyo.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/dyo.js b/apps/angular/node_modules/@angular/common/locales/dyo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/dyo.js rename to apps/angular/node_modules/@angular/common/locales/dyo.js diff --git a/ClientApp/node_modules/@angular/common/locales/dyo.js.map b/apps/angular/node_modules/@angular/common/locales/dyo.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/dyo.js.map rename to apps/angular/node_modules/@angular/common/locales/dyo.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/dz.d.ts b/apps/angular/node_modules/@angular/common/locales/dz.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/dz.d.ts rename to apps/angular/node_modules/@angular/common/locales/dz.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/dz.js b/apps/angular/node_modules/@angular/common/locales/dz.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/dz.js rename to apps/angular/node_modules/@angular/common/locales/dz.js diff --git a/ClientApp/node_modules/@angular/common/locales/dz.js.map b/apps/angular/node_modules/@angular/common/locales/dz.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/dz.js.map rename to apps/angular/node_modules/@angular/common/locales/dz.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ebu.d.ts b/apps/angular/node_modules/@angular/common/locales/ebu.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ebu.d.ts rename to apps/angular/node_modules/@angular/common/locales/ebu.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ebu.js b/apps/angular/node_modules/@angular/common/locales/ebu.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ebu.js rename to apps/angular/node_modules/@angular/common/locales/ebu.js diff --git a/ClientApp/node_modules/@angular/common/locales/ebu.js.map b/apps/angular/node_modules/@angular/common/locales/ebu.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ebu.js.map rename to apps/angular/node_modules/@angular/common/locales/ebu.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ee-TG.d.ts b/apps/angular/node_modules/@angular/common/locales/ee-TG.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ee-TG.d.ts rename to apps/angular/node_modules/@angular/common/locales/ee-TG.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ee-TG.js b/apps/angular/node_modules/@angular/common/locales/ee-TG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ee-TG.js rename to apps/angular/node_modules/@angular/common/locales/ee-TG.js diff --git a/ClientApp/node_modules/@angular/common/locales/ee-TG.js.map b/apps/angular/node_modules/@angular/common/locales/ee-TG.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ee-TG.js.map rename to apps/angular/node_modules/@angular/common/locales/ee-TG.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ee.d.ts b/apps/angular/node_modules/@angular/common/locales/ee.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ee.d.ts rename to apps/angular/node_modules/@angular/common/locales/ee.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ee.js b/apps/angular/node_modules/@angular/common/locales/ee.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ee.js rename to apps/angular/node_modules/@angular/common/locales/ee.js diff --git a/ClientApp/node_modules/@angular/common/locales/ee.js.map b/apps/angular/node_modules/@angular/common/locales/ee.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ee.js.map rename to apps/angular/node_modules/@angular/common/locales/ee.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/el-CY.d.ts b/apps/angular/node_modules/@angular/common/locales/el-CY.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/el-CY.d.ts rename to apps/angular/node_modules/@angular/common/locales/el-CY.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/el-CY.js b/apps/angular/node_modules/@angular/common/locales/el-CY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/el-CY.js rename to apps/angular/node_modules/@angular/common/locales/el-CY.js diff --git a/ClientApp/node_modules/@angular/common/locales/el-CY.js.map b/apps/angular/node_modules/@angular/common/locales/el-CY.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/el-CY.js.map rename to apps/angular/node_modules/@angular/common/locales/el-CY.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/el-polyton.d.ts b/apps/angular/node_modules/@angular/common/locales/el-polyton.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/el-polyton.d.ts rename to apps/angular/node_modules/@angular/common/locales/el-polyton.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/el-polyton.js b/apps/angular/node_modules/@angular/common/locales/el-polyton.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/el-polyton.js rename to apps/angular/node_modules/@angular/common/locales/el-polyton.js diff --git a/ClientApp/node_modules/@angular/common/locales/el-polyton.js.map b/apps/angular/node_modules/@angular/common/locales/el-polyton.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/el-polyton.js.map rename to apps/angular/node_modules/@angular/common/locales/el-polyton.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/el.d.ts b/apps/angular/node_modules/@angular/common/locales/el.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/el.d.ts rename to apps/angular/node_modules/@angular/common/locales/el.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/el.js b/apps/angular/node_modules/@angular/common/locales/el.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/el.js rename to apps/angular/node_modules/@angular/common/locales/el.js diff --git a/ClientApp/node_modules/@angular/common/locales/el.js.map b/apps/angular/node_modules/@angular/common/locales/el.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/el.js.map rename to apps/angular/node_modules/@angular/common/locales/el.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-001.d.ts b/apps/angular/node_modules/@angular/common/locales/en-001.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-001.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-001.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-001.js b/apps/angular/node_modules/@angular/common/locales/en-001.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-001.js rename to apps/angular/node_modules/@angular/common/locales/en-001.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-001.js.map b/apps/angular/node_modules/@angular/common/locales/en-001.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-001.js.map rename to apps/angular/node_modules/@angular/common/locales/en-001.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-150.d.ts b/apps/angular/node_modules/@angular/common/locales/en-150.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-150.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-150.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-150.js b/apps/angular/node_modules/@angular/common/locales/en-150.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-150.js rename to apps/angular/node_modules/@angular/common/locales/en-150.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-150.js.map b/apps/angular/node_modules/@angular/common/locales/en-150.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-150.js.map rename to apps/angular/node_modules/@angular/common/locales/en-150.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-AE.d.ts b/apps/angular/node_modules/@angular/common/locales/en-AE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-AE.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-AE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-AE.js b/apps/angular/node_modules/@angular/common/locales/en-AE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-AE.js rename to apps/angular/node_modules/@angular/common/locales/en-AE.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-AE.js.map b/apps/angular/node_modules/@angular/common/locales/en-AE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-AE.js.map rename to apps/angular/node_modules/@angular/common/locales/en-AE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-AG.d.ts b/apps/angular/node_modules/@angular/common/locales/en-AG.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-AG.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-AG.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-AG.js b/apps/angular/node_modules/@angular/common/locales/en-AG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-AG.js rename to apps/angular/node_modules/@angular/common/locales/en-AG.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-AG.js.map b/apps/angular/node_modules/@angular/common/locales/en-AG.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-AG.js.map rename to apps/angular/node_modules/@angular/common/locales/en-AG.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-AI.d.ts b/apps/angular/node_modules/@angular/common/locales/en-AI.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-AI.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-AI.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-AI.js b/apps/angular/node_modules/@angular/common/locales/en-AI.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-AI.js rename to apps/angular/node_modules/@angular/common/locales/en-AI.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-AI.js.map b/apps/angular/node_modules/@angular/common/locales/en-AI.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-AI.js.map rename to apps/angular/node_modules/@angular/common/locales/en-AI.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-AS.d.ts b/apps/angular/node_modules/@angular/common/locales/en-AS.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-AS.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-AS.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-AS.js b/apps/angular/node_modules/@angular/common/locales/en-AS.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-AS.js rename to apps/angular/node_modules/@angular/common/locales/en-AS.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-AS.js.map b/apps/angular/node_modules/@angular/common/locales/en-AS.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-AS.js.map rename to apps/angular/node_modules/@angular/common/locales/en-AS.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-AT.d.ts b/apps/angular/node_modules/@angular/common/locales/en-AT.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-AT.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-AT.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-AT.js b/apps/angular/node_modules/@angular/common/locales/en-AT.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-AT.js rename to apps/angular/node_modules/@angular/common/locales/en-AT.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-AT.js.map b/apps/angular/node_modules/@angular/common/locales/en-AT.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-AT.js.map rename to apps/angular/node_modules/@angular/common/locales/en-AT.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-AU.d.ts b/apps/angular/node_modules/@angular/common/locales/en-AU.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-AU.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-AU.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-AU.js b/apps/angular/node_modules/@angular/common/locales/en-AU.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-AU.js rename to apps/angular/node_modules/@angular/common/locales/en-AU.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-AU.js.map b/apps/angular/node_modules/@angular/common/locales/en-AU.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-AU.js.map rename to apps/angular/node_modules/@angular/common/locales/en-AU.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-BB.d.ts b/apps/angular/node_modules/@angular/common/locales/en-BB.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-BB.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-BB.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-BB.js b/apps/angular/node_modules/@angular/common/locales/en-BB.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-BB.js rename to apps/angular/node_modules/@angular/common/locales/en-BB.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-BB.js.map b/apps/angular/node_modules/@angular/common/locales/en-BB.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-BB.js.map rename to apps/angular/node_modules/@angular/common/locales/en-BB.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-BE.d.ts b/apps/angular/node_modules/@angular/common/locales/en-BE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-BE.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-BE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-BE.js b/apps/angular/node_modules/@angular/common/locales/en-BE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-BE.js rename to apps/angular/node_modules/@angular/common/locales/en-BE.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-BE.js.map b/apps/angular/node_modules/@angular/common/locales/en-BE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-BE.js.map rename to apps/angular/node_modules/@angular/common/locales/en-BE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-BI.d.ts b/apps/angular/node_modules/@angular/common/locales/en-BI.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-BI.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-BI.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-BI.js b/apps/angular/node_modules/@angular/common/locales/en-BI.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-BI.js rename to apps/angular/node_modules/@angular/common/locales/en-BI.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-BI.js.map b/apps/angular/node_modules/@angular/common/locales/en-BI.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-BI.js.map rename to apps/angular/node_modules/@angular/common/locales/en-BI.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-BM.d.ts b/apps/angular/node_modules/@angular/common/locales/en-BM.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-BM.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-BM.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-BM.js b/apps/angular/node_modules/@angular/common/locales/en-BM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-BM.js rename to apps/angular/node_modules/@angular/common/locales/en-BM.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-BM.js.map b/apps/angular/node_modules/@angular/common/locales/en-BM.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-BM.js.map rename to apps/angular/node_modules/@angular/common/locales/en-BM.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-BS.d.ts b/apps/angular/node_modules/@angular/common/locales/en-BS.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-BS.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-BS.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-BS.js b/apps/angular/node_modules/@angular/common/locales/en-BS.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-BS.js rename to apps/angular/node_modules/@angular/common/locales/en-BS.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-BS.js.map b/apps/angular/node_modules/@angular/common/locales/en-BS.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-BS.js.map rename to apps/angular/node_modules/@angular/common/locales/en-BS.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-BW.d.ts b/apps/angular/node_modules/@angular/common/locales/en-BW.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-BW.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-BW.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-BW.js b/apps/angular/node_modules/@angular/common/locales/en-BW.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-BW.js rename to apps/angular/node_modules/@angular/common/locales/en-BW.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-BW.js.map b/apps/angular/node_modules/@angular/common/locales/en-BW.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-BW.js.map rename to apps/angular/node_modules/@angular/common/locales/en-BW.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-BZ.d.ts b/apps/angular/node_modules/@angular/common/locales/en-BZ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-BZ.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-BZ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-BZ.js b/apps/angular/node_modules/@angular/common/locales/en-BZ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-BZ.js rename to apps/angular/node_modules/@angular/common/locales/en-BZ.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-BZ.js.map b/apps/angular/node_modules/@angular/common/locales/en-BZ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-BZ.js.map rename to apps/angular/node_modules/@angular/common/locales/en-BZ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-CA.d.ts b/apps/angular/node_modules/@angular/common/locales/en-CA.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-CA.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-CA.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-CA.js b/apps/angular/node_modules/@angular/common/locales/en-CA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-CA.js rename to apps/angular/node_modules/@angular/common/locales/en-CA.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-CA.js.map b/apps/angular/node_modules/@angular/common/locales/en-CA.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-CA.js.map rename to apps/angular/node_modules/@angular/common/locales/en-CA.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-CC.d.ts b/apps/angular/node_modules/@angular/common/locales/en-CC.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-CC.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-CC.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-CC.js b/apps/angular/node_modules/@angular/common/locales/en-CC.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-CC.js rename to apps/angular/node_modules/@angular/common/locales/en-CC.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-CC.js.map b/apps/angular/node_modules/@angular/common/locales/en-CC.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-CC.js.map rename to apps/angular/node_modules/@angular/common/locales/en-CC.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-CH.d.ts b/apps/angular/node_modules/@angular/common/locales/en-CH.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-CH.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-CH.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-CH.js b/apps/angular/node_modules/@angular/common/locales/en-CH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-CH.js rename to apps/angular/node_modules/@angular/common/locales/en-CH.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-CH.js.map b/apps/angular/node_modules/@angular/common/locales/en-CH.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-CH.js.map rename to apps/angular/node_modules/@angular/common/locales/en-CH.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-CK.d.ts b/apps/angular/node_modules/@angular/common/locales/en-CK.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-CK.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-CK.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-CK.js b/apps/angular/node_modules/@angular/common/locales/en-CK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-CK.js rename to apps/angular/node_modules/@angular/common/locales/en-CK.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-CK.js.map b/apps/angular/node_modules/@angular/common/locales/en-CK.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-CK.js.map rename to apps/angular/node_modules/@angular/common/locales/en-CK.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-CM.d.ts b/apps/angular/node_modules/@angular/common/locales/en-CM.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-CM.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-CM.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-CM.js b/apps/angular/node_modules/@angular/common/locales/en-CM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-CM.js rename to apps/angular/node_modules/@angular/common/locales/en-CM.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-CM.js.map b/apps/angular/node_modules/@angular/common/locales/en-CM.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-CM.js.map rename to apps/angular/node_modules/@angular/common/locales/en-CM.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-CX.d.ts b/apps/angular/node_modules/@angular/common/locales/en-CX.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-CX.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-CX.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-CX.js b/apps/angular/node_modules/@angular/common/locales/en-CX.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-CX.js rename to apps/angular/node_modules/@angular/common/locales/en-CX.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-CX.js.map b/apps/angular/node_modules/@angular/common/locales/en-CX.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-CX.js.map rename to apps/angular/node_modules/@angular/common/locales/en-CX.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-CY.d.ts b/apps/angular/node_modules/@angular/common/locales/en-CY.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-CY.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-CY.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-CY.js b/apps/angular/node_modules/@angular/common/locales/en-CY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-CY.js rename to apps/angular/node_modules/@angular/common/locales/en-CY.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-CY.js.map b/apps/angular/node_modules/@angular/common/locales/en-CY.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-CY.js.map rename to apps/angular/node_modules/@angular/common/locales/en-CY.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-CZ.d.ts b/apps/angular/node_modules/@angular/common/locales/en-CZ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-CZ.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-CZ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-CZ.js b/apps/angular/node_modules/@angular/common/locales/en-CZ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-CZ.js rename to apps/angular/node_modules/@angular/common/locales/en-CZ.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-CZ.js.map b/apps/angular/node_modules/@angular/common/locales/en-CZ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-CZ.js.map rename to apps/angular/node_modules/@angular/common/locales/en-CZ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-DE.d.ts b/apps/angular/node_modules/@angular/common/locales/en-DE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-DE.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-DE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-DE.js b/apps/angular/node_modules/@angular/common/locales/en-DE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-DE.js rename to apps/angular/node_modules/@angular/common/locales/en-DE.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-DE.js.map b/apps/angular/node_modules/@angular/common/locales/en-DE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-DE.js.map rename to apps/angular/node_modules/@angular/common/locales/en-DE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-DG.d.ts b/apps/angular/node_modules/@angular/common/locales/en-DG.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-DG.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-DG.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-DG.js b/apps/angular/node_modules/@angular/common/locales/en-DG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-DG.js rename to apps/angular/node_modules/@angular/common/locales/en-DG.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-DG.js.map b/apps/angular/node_modules/@angular/common/locales/en-DG.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-DG.js.map rename to apps/angular/node_modules/@angular/common/locales/en-DG.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-DK.d.ts b/apps/angular/node_modules/@angular/common/locales/en-DK.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-DK.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-DK.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-DK.js b/apps/angular/node_modules/@angular/common/locales/en-DK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-DK.js rename to apps/angular/node_modules/@angular/common/locales/en-DK.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-DK.js.map b/apps/angular/node_modules/@angular/common/locales/en-DK.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-DK.js.map rename to apps/angular/node_modules/@angular/common/locales/en-DK.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-DM.d.ts b/apps/angular/node_modules/@angular/common/locales/en-DM.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-DM.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-DM.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-DM.js b/apps/angular/node_modules/@angular/common/locales/en-DM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-DM.js rename to apps/angular/node_modules/@angular/common/locales/en-DM.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-DM.js.map b/apps/angular/node_modules/@angular/common/locales/en-DM.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-DM.js.map rename to apps/angular/node_modules/@angular/common/locales/en-DM.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-Dsrt.d.ts b/apps/angular/node_modules/@angular/common/locales/en-Dsrt.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-Dsrt.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-Dsrt.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-Dsrt.js b/apps/angular/node_modules/@angular/common/locales/en-Dsrt.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-Dsrt.js rename to apps/angular/node_modules/@angular/common/locales/en-Dsrt.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-Dsrt.js.map b/apps/angular/node_modules/@angular/common/locales/en-Dsrt.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-Dsrt.js.map rename to apps/angular/node_modules/@angular/common/locales/en-Dsrt.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-ER.d.ts b/apps/angular/node_modules/@angular/common/locales/en-ER.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-ER.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-ER.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-ER.js b/apps/angular/node_modules/@angular/common/locales/en-ER.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-ER.js rename to apps/angular/node_modules/@angular/common/locales/en-ER.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-ER.js.map b/apps/angular/node_modules/@angular/common/locales/en-ER.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-ER.js.map rename to apps/angular/node_modules/@angular/common/locales/en-ER.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-ES.d.ts b/apps/angular/node_modules/@angular/common/locales/en-ES.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-ES.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-ES.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-ES.js b/apps/angular/node_modules/@angular/common/locales/en-ES.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-ES.js rename to apps/angular/node_modules/@angular/common/locales/en-ES.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-ES.js.map b/apps/angular/node_modules/@angular/common/locales/en-ES.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-ES.js.map rename to apps/angular/node_modules/@angular/common/locales/en-ES.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-FI.d.ts b/apps/angular/node_modules/@angular/common/locales/en-FI.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-FI.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-FI.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-FI.js b/apps/angular/node_modules/@angular/common/locales/en-FI.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-FI.js rename to apps/angular/node_modules/@angular/common/locales/en-FI.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-FI.js.map b/apps/angular/node_modules/@angular/common/locales/en-FI.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-FI.js.map rename to apps/angular/node_modules/@angular/common/locales/en-FI.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-FJ.d.ts b/apps/angular/node_modules/@angular/common/locales/en-FJ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-FJ.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-FJ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-FJ.js b/apps/angular/node_modules/@angular/common/locales/en-FJ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-FJ.js rename to apps/angular/node_modules/@angular/common/locales/en-FJ.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-FJ.js.map b/apps/angular/node_modules/@angular/common/locales/en-FJ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-FJ.js.map rename to apps/angular/node_modules/@angular/common/locales/en-FJ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-FK.d.ts b/apps/angular/node_modules/@angular/common/locales/en-FK.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-FK.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-FK.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-FK.js b/apps/angular/node_modules/@angular/common/locales/en-FK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-FK.js rename to apps/angular/node_modules/@angular/common/locales/en-FK.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-FK.js.map b/apps/angular/node_modules/@angular/common/locales/en-FK.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-FK.js.map rename to apps/angular/node_modules/@angular/common/locales/en-FK.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-FM.d.ts b/apps/angular/node_modules/@angular/common/locales/en-FM.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-FM.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-FM.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-FM.js b/apps/angular/node_modules/@angular/common/locales/en-FM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-FM.js rename to apps/angular/node_modules/@angular/common/locales/en-FM.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-FM.js.map b/apps/angular/node_modules/@angular/common/locales/en-FM.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-FM.js.map rename to apps/angular/node_modules/@angular/common/locales/en-FM.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-FR.d.ts b/apps/angular/node_modules/@angular/common/locales/en-FR.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-FR.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-FR.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-FR.js b/apps/angular/node_modules/@angular/common/locales/en-FR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-FR.js rename to apps/angular/node_modules/@angular/common/locales/en-FR.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-FR.js.map b/apps/angular/node_modules/@angular/common/locales/en-FR.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-FR.js.map rename to apps/angular/node_modules/@angular/common/locales/en-FR.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-GB.d.ts b/apps/angular/node_modules/@angular/common/locales/en-GB.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-GB.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-GB.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-GB.js b/apps/angular/node_modules/@angular/common/locales/en-GB.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-GB.js rename to apps/angular/node_modules/@angular/common/locales/en-GB.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-GB.js.map b/apps/angular/node_modules/@angular/common/locales/en-GB.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-GB.js.map rename to apps/angular/node_modules/@angular/common/locales/en-GB.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-GD.d.ts b/apps/angular/node_modules/@angular/common/locales/en-GD.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-GD.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-GD.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-GD.js b/apps/angular/node_modules/@angular/common/locales/en-GD.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-GD.js rename to apps/angular/node_modules/@angular/common/locales/en-GD.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-GD.js.map b/apps/angular/node_modules/@angular/common/locales/en-GD.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-GD.js.map rename to apps/angular/node_modules/@angular/common/locales/en-GD.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-GG.d.ts b/apps/angular/node_modules/@angular/common/locales/en-GG.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-GG.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-GG.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-GG.js b/apps/angular/node_modules/@angular/common/locales/en-GG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-GG.js rename to apps/angular/node_modules/@angular/common/locales/en-GG.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-GG.js.map b/apps/angular/node_modules/@angular/common/locales/en-GG.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-GG.js.map rename to apps/angular/node_modules/@angular/common/locales/en-GG.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-GH.d.ts b/apps/angular/node_modules/@angular/common/locales/en-GH.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-GH.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-GH.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-GH.js b/apps/angular/node_modules/@angular/common/locales/en-GH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-GH.js rename to apps/angular/node_modules/@angular/common/locales/en-GH.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-GH.js.map b/apps/angular/node_modules/@angular/common/locales/en-GH.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-GH.js.map rename to apps/angular/node_modules/@angular/common/locales/en-GH.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-GI.d.ts b/apps/angular/node_modules/@angular/common/locales/en-GI.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-GI.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-GI.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-GI.js b/apps/angular/node_modules/@angular/common/locales/en-GI.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-GI.js rename to apps/angular/node_modules/@angular/common/locales/en-GI.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-GI.js.map b/apps/angular/node_modules/@angular/common/locales/en-GI.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-GI.js.map rename to apps/angular/node_modules/@angular/common/locales/en-GI.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-GM.d.ts b/apps/angular/node_modules/@angular/common/locales/en-GM.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-GM.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-GM.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-GM.js b/apps/angular/node_modules/@angular/common/locales/en-GM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-GM.js rename to apps/angular/node_modules/@angular/common/locales/en-GM.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-GM.js.map b/apps/angular/node_modules/@angular/common/locales/en-GM.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-GM.js.map rename to apps/angular/node_modules/@angular/common/locales/en-GM.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-GS.d.ts b/apps/angular/node_modules/@angular/common/locales/en-GS.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-GS.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-GS.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-GS.js b/apps/angular/node_modules/@angular/common/locales/en-GS.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-GS.js rename to apps/angular/node_modules/@angular/common/locales/en-GS.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-GS.js.map b/apps/angular/node_modules/@angular/common/locales/en-GS.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-GS.js.map rename to apps/angular/node_modules/@angular/common/locales/en-GS.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-GU.d.ts b/apps/angular/node_modules/@angular/common/locales/en-GU.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-GU.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-GU.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-GU.js b/apps/angular/node_modules/@angular/common/locales/en-GU.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-GU.js rename to apps/angular/node_modules/@angular/common/locales/en-GU.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-GU.js.map b/apps/angular/node_modules/@angular/common/locales/en-GU.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-GU.js.map rename to apps/angular/node_modules/@angular/common/locales/en-GU.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-GY.d.ts b/apps/angular/node_modules/@angular/common/locales/en-GY.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-GY.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-GY.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-GY.js b/apps/angular/node_modules/@angular/common/locales/en-GY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-GY.js rename to apps/angular/node_modules/@angular/common/locales/en-GY.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-GY.js.map b/apps/angular/node_modules/@angular/common/locales/en-GY.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-GY.js.map rename to apps/angular/node_modules/@angular/common/locales/en-GY.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-HK.d.ts b/apps/angular/node_modules/@angular/common/locales/en-HK.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-HK.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-HK.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-HK.js b/apps/angular/node_modules/@angular/common/locales/en-HK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-HK.js rename to apps/angular/node_modules/@angular/common/locales/en-HK.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-HK.js.map b/apps/angular/node_modules/@angular/common/locales/en-HK.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-HK.js.map rename to apps/angular/node_modules/@angular/common/locales/en-HK.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-HU.d.ts b/apps/angular/node_modules/@angular/common/locales/en-HU.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-HU.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-HU.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-HU.js b/apps/angular/node_modules/@angular/common/locales/en-HU.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-HU.js rename to apps/angular/node_modules/@angular/common/locales/en-HU.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-HU.js.map b/apps/angular/node_modules/@angular/common/locales/en-HU.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-HU.js.map rename to apps/angular/node_modules/@angular/common/locales/en-HU.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-ID.d.ts b/apps/angular/node_modules/@angular/common/locales/en-ID.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-ID.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-ID.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-ID.js b/apps/angular/node_modules/@angular/common/locales/en-ID.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-ID.js rename to apps/angular/node_modules/@angular/common/locales/en-ID.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-ID.js.map b/apps/angular/node_modules/@angular/common/locales/en-ID.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-ID.js.map rename to apps/angular/node_modules/@angular/common/locales/en-ID.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-IE.d.ts b/apps/angular/node_modules/@angular/common/locales/en-IE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-IE.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-IE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-IE.js b/apps/angular/node_modules/@angular/common/locales/en-IE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-IE.js rename to apps/angular/node_modules/@angular/common/locales/en-IE.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-IE.js.map b/apps/angular/node_modules/@angular/common/locales/en-IE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-IE.js.map rename to apps/angular/node_modules/@angular/common/locales/en-IE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-IL.d.ts b/apps/angular/node_modules/@angular/common/locales/en-IL.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-IL.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-IL.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-IL.js b/apps/angular/node_modules/@angular/common/locales/en-IL.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-IL.js rename to apps/angular/node_modules/@angular/common/locales/en-IL.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-IL.js.map b/apps/angular/node_modules/@angular/common/locales/en-IL.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-IL.js.map rename to apps/angular/node_modules/@angular/common/locales/en-IL.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-IM.d.ts b/apps/angular/node_modules/@angular/common/locales/en-IM.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-IM.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-IM.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-IM.js b/apps/angular/node_modules/@angular/common/locales/en-IM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-IM.js rename to apps/angular/node_modules/@angular/common/locales/en-IM.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-IM.js.map b/apps/angular/node_modules/@angular/common/locales/en-IM.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-IM.js.map rename to apps/angular/node_modules/@angular/common/locales/en-IM.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-IN.d.ts b/apps/angular/node_modules/@angular/common/locales/en-IN.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-IN.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-IN.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-IN.js b/apps/angular/node_modules/@angular/common/locales/en-IN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-IN.js rename to apps/angular/node_modules/@angular/common/locales/en-IN.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-IN.js.map b/apps/angular/node_modules/@angular/common/locales/en-IN.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-IN.js.map rename to apps/angular/node_modules/@angular/common/locales/en-IN.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-IO.d.ts b/apps/angular/node_modules/@angular/common/locales/en-IO.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-IO.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-IO.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-IO.js b/apps/angular/node_modules/@angular/common/locales/en-IO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-IO.js rename to apps/angular/node_modules/@angular/common/locales/en-IO.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-IO.js.map b/apps/angular/node_modules/@angular/common/locales/en-IO.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-IO.js.map rename to apps/angular/node_modules/@angular/common/locales/en-IO.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-IT.d.ts b/apps/angular/node_modules/@angular/common/locales/en-IT.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-IT.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-IT.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-IT.js b/apps/angular/node_modules/@angular/common/locales/en-IT.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-IT.js rename to apps/angular/node_modules/@angular/common/locales/en-IT.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-IT.js.map b/apps/angular/node_modules/@angular/common/locales/en-IT.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-IT.js.map rename to apps/angular/node_modules/@angular/common/locales/en-IT.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-JE.d.ts b/apps/angular/node_modules/@angular/common/locales/en-JE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-JE.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-JE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-JE.js b/apps/angular/node_modules/@angular/common/locales/en-JE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-JE.js rename to apps/angular/node_modules/@angular/common/locales/en-JE.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-JE.js.map b/apps/angular/node_modules/@angular/common/locales/en-JE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-JE.js.map rename to apps/angular/node_modules/@angular/common/locales/en-JE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-JM.d.ts b/apps/angular/node_modules/@angular/common/locales/en-JM.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-JM.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-JM.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-JM.js b/apps/angular/node_modules/@angular/common/locales/en-JM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-JM.js rename to apps/angular/node_modules/@angular/common/locales/en-JM.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-JM.js.map b/apps/angular/node_modules/@angular/common/locales/en-JM.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-JM.js.map rename to apps/angular/node_modules/@angular/common/locales/en-JM.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-KE.d.ts b/apps/angular/node_modules/@angular/common/locales/en-KE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-KE.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-KE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-KE.js b/apps/angular/node_modules/@angular/common/locales/en-KE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-KE.js rename to apps/angular/node_modules/@angular/common/locales/en-KE.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-KE.js.map b/apps/angular/node_modules/@angular/common/locales/en-KE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-KE.js.map rename to apps/angular/node_modules/@angular/common/locales/en-KE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-KI.d.ts b/apps/angular/node_modules/@angular/common/locales/en-KI.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-KI.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-KI.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-KI.js b/apps/angular/node_modules/@angular/common/locales/en-KI.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-KI.js rename to apps/angular/node_modules/@angular/common/locales/en-KI.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-KI.js.map b/apps/angular/node_modules/@angular/common/locales/en-KI.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-KI.js.map rename to apps/angular/node_modules/@angular/common/locales/en-KI.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-KN.d.ts b/apps/angular/node_modules/@angular/common/locales/en-KN.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-KN.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-KN.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-KN.js b/apps/angular/node_modules/@angular/common/locales/en-KN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-KN.js rename to apps/angular/node_modules/@angular/common/locales/en-KN.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-KN.js.map b/apps/angular/node_modules/@angular/common/locales/en-KN.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-KN.js.map rename to apps/angular/node_modules/@angular/common/locales/en-KN.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-KY.d.ts b/apps/angular/node_modules/@angular/common/locales/en-KY.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-KY.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-KY.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-KY.js b/apps/angular/node_modules/@angular/common/locales/en-KY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-KY.js rename to apps/angular/node_modules/@angular/common/locales/en-KY.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-KY.js.map b/apps/angular/node_modules/@angular/common/locales/en-KY.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-KY.js.map rename to apps/angular/node_modules/@angular/common/locales/en-KY.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-LC.d.ts b/apps/angular/node_modules/@angular/common/locales/en-LC.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-LC.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-LC.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-LC.js b/apps/angular/node_modules/@angular/common/locales/en-LC.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-LC.js rename to apps/angular/node_modules/@angular/common/locales/en-LC.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-LC.js.map b/apps/angular/node_modules/@angular/common/locales/en-LC.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-LC.js.map rename to apps/angular/node_modules/@angular/common/locales/en-LC.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-LR.d.ts b/apps/angular/node_modules/@angular/common/locales/en-LR.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-LR.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-LR.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-LR.js b/apps/angular/node_modules/@angular/common/locales/en-LR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-LR.js rename to apps/angular/node_modules/@angular/common/locales/en-LR.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-LR.js.map b/apps/angular/node_modules/@angular/common/locales/en-LR.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-LR.js.map rename to apps/angular/node_modules/@angular/common/locales/en-LR.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-LS.d.ts b/apps/angular/node_modules/@angular/common/locales/en-LS.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-LS.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-LS.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-LS.js b/apps/angular/node_modules/@angular/common/locales/en-LS.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-LS.js rename to apps/angular/node_modules/@angular/common/locales/en-LS.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-LS.js.map b/apps/angular/node_modules/@angular/common/locales/en-LS.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-LS.js.map rename to apps/angular/node_modules/@angular/common/locales/en-LS.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-MG.d.ts b/apps/angular/node_modules/@angular/common/locales/en-MG.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-MG.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-MG.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-MG.js b/apps/angular/node_modules/@angular/common/locales/en-MG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-MG.js rename to apps/angular/node_modules/@angular/common/locales/en-MG.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-MG.js.map b/apps/angular/node_modules/@angular/common/locales/en-MG.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-MG.js.map rename to apps/angular/node_modules/@angular/common/locales/en-MG.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-MH.d.ts b/apps/angular/node_modules/@angular/common/locales/en-MH.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-MH.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-MH.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-MH.js b/apps/angular/node_modules/@angular/common/locales/en-MH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-MH.js rename to apps/angular/node_modules/@angular/common/locales/en-MH.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-MH.js.map b/apps/angular/node_modules/@angular/common/locales/en-MH.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-MH.js.map rename to apps/angular/node_modules/@angular/common/locales/en-MH.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-MO.d.ts b/apps/angular/node_modules/@angular/common/locales/en-MO.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-MO.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-MO.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-MO.js b/apps/angular/node_modules/@angular/common/locales/en-MO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-MO.js rename to apps/angular/node_modules/@angular/common/locales/en-MO.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-MO.js.map b/apps/angular/node_modules/@angular/common/locales/en-MO.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-MO.js.map rename to apps/angular/node_modules/@angular/common/locales/en-MO.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-MP.d.ts b/apps/angular/node_modules/@angular/common/locales/en-MP.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-MP.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-MP.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-MP.js b/apps/angular/node_modules/@angular/common/locales/en-MP.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-MP.js rename to apps/angular/node_modules/@angular/common/locales/en-MP.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-MP.js.map b/apps/angular/node_modules/@angular/common/locales/en-MP.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-MP.js.map rename to apps/angular/node_modules/@angular/common/locales/en-MP.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-MS.d.ts b/apps/angular/node_modules/@angular/common/locales/en-MS.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-MS.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-MS.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-MS.js b/apps/angular/node_modules/@angular/common/locales/en-MS.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-MS.js rename to apps/angular/node_modules/@angular/common/locales/en-MS.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-MS.js.map b/apps/angular/node_modules/@angular/common/locales/en-MS.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-MS.js.map rename to apps/angular/node_modules/@angular/common/locales/en-MS.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-MT.d.ts b/apps/angular/node_modules/@angular/common/locales/en-MT.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-MT.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-MT.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-MT.js b/apps/angular/node_modules/@angular/common/locales/en-MT.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-MT.js rename to apps/angular/node_modules/@angular/common/locales/en-MT.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-MT.js.map b/apps/angular/node_modules/@angular/common/locales/en-MT.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-MT.js.map rename to apps/angular/node_modules/@angular/common/locales/en-MT.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-MU.d.ts b/apps/angular/node_modules/@angular/common/locales/en-MU.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-MU.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-MU.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-MU.js b/apps/angular/node_modules/@angular/common/locales/en-MU.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-MU.js rename to apps/angular/node_modules/@angular/common/locales/en-MU.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-MU.js.map b/apps/angular/node_modules/@angular/common/locales/en-MU.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-MU.js.map rename to apps/angular/node_modules/@angular/common/locales/en-MU.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-MV.d.ts b/apps/angular/node_modules/@angular/common/locales/en-MV.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-MV.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-MV.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-MV.js b/apps/angular/node_modules/@angular/common/locales/en-MV.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-MV.js rename to apps/angular/node_modules/@angular/common/locales/en-MV.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-MV.js.map b/apps/angular/node_modules/@angular/common/locales/en-MV.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-MV.js.map rename to apps/angular/node_modules/@angular/common/locales/en-MV.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-MW.d.ts b/apps/angular/node_modules/@angular/common/locales/en-MW.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-MW.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-MW.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-MW.js b/apps/angular/node_modules/@angular/common/locales/en-MW.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-MW.js rename to apps/angular/node_modules/@angular/common/locales/en-MW.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-MW.js.map b/apps/angular/node_modules/@angular/common/locales/en-MW.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-MW.js.map rename to apps/angular/node_modules/@angular/common/locales/en-MW.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-MY.d.ts b/apps/angular/node_modules/@angular/common/locales/en-MY.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-MY.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-MY.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-MY.js b/apps/angular/node_modules/@angular/common/locales/en-MY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-MY.js rename to apps/angular/node_modules/@angular/common/locales/en-MY.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-MY.js.map b/apps/angular/node_modules/@angular/common/locales/en-MY.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-MY.js.map rename to apps/angular/node_modules/@angular/common/locales/en-MY.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-NA.d.ts b/apps/angular/node_modules/@angular/common/locales/en-NA.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-NA.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-NA.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-NA.js b/apps/angular/node_modules/@angular/common/locales/en-NA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-NA.js rename to apps/angular/node_modules/@angular/common/locales/en-NA.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-NA.js.map b/apps/angular/node_modules/@angular/common/locales/en-NA.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-NA.js.map rename to apps/angular/node_modules/@angular/common/locales/en-NA.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-NF.d.ts b/apps/angular/node_modules/@angular/common/locales/en-NF.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-NF.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-NF.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-NF.js b/apps/angular/node_modules/@angular/common/locales/en-NF.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-NF.js rename to apps/angular/node_modules/@angular/common/locales/en-NF.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-NF.js.map b/apps/angular/node_modules/@angular/common/locales/en-NF.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-NF.js.map rename to apps/angular/node_modules/@angular/common/locales/en-NF.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-NG.d.ts b/apps/angular/node_modules/@angular/common/locales/en-NG.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-NG.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-NG.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-NG.js b/apps/angular/node_modules/@angular/common/locales/en-NG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-NG.js rename to apps/angular/node_modules/@angular/common/locales/en-NG.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-NG.js.map b/apps/angular/node_modules/@angular/common/locales/en-NG.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-NG.js.map rename to apps/angular/node_modules/@angular/common/locales/en-NG.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-NL.d.ts b/apps/angular/node_modules/@angular/common/locales/en-NL.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-NL.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-NL.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-NL.js b/apps/angular/node_modules/@angular/common/locales/en-NL.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-NL.js rename to apps/angular/node_modules/@angular/common/locales/en-NL.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-NL.js.map b/apps/angular/node_modules/@angular/common/locales/en-NL.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-NL.js.map rename to apps/angular/node_modules/@angular/common/locales/en-NL.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-NO.d.ts b/apps/angular/node_modules/@angular/common/locales/en-NO.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-NO.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-NO.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-NO.js b/apps/angular/node_modules/@angular/common/locales/en-NO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-NO.js rename to apps/angular/node_modules/@angular/common/locales/en-NO.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-NO.js.map b/apps/angular/node_modules/@angular/common/locales/en-NO.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-NO.js.map rename to apps/angular/node_modules/@angular/common/locales/en-NO.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-NR.d.ts b/apps/angular/node_modules/@angular/common/locales/en-NR.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-NR.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-NR.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-NR.js b/apps/angular/node_modules/@angular/common/locales/en-NR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-NR.js rename to apps/angular/node_modules/@angular/common/locales/en-NR.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-NR.js.map b/apps/angular/node_modules/@angular/common/locales/en-NR.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-NR.js.map rename to apps/angular/node_modules/@angular/common/locales/en-NR.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-NU.d.ts b/apps/angular/node_modules/@angular/common/locales/en-NU.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-NU.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-NU.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-NU.js b/apps/angular/node_modules/@angular/common/locales/en-NU.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-NU.js rename to apps/angular/node_modules/@angular/common/locales/en-NU.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-NU.js.map b/apps/angular/node_modules/@angular/common/locales/en-NU.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-NU.js.map rename to apps/angular/node_modules/@angular/common/locales/en-NU.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-NZ.d.ts b/apps/angular/node_modules/@angular/common/locales/en-NZ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-NZ.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-NZ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-NZ.js b/apps/angular/node_modules/@angular/common/locales/en-NZ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-NZ.js rename to apps/angular/node_modules/@angular/common/locales/en-NZ.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-NZ.js.map b/apps/angular/node_modules/@angular/common/locales/en-NZ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-NZ.js.map rename to apps/angular/node_modules/@angular/common/locales/en-NZ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-PG.d.ts b/apps/angular/node_modules/@angular/common/locales/en-PG.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-PG.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-PG.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-PG.js b/apps/angular/node_modules/@angular/common/locales/en-PG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-PG.js rename to apps/angular/node_modules/@angular/common/locales/en-PG.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-PG.js.map b/apps/angular/node_modules/@angular/common/locales/en-PG.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-PG.js.map rename to apps/angular/node_modules/@angular/common/locales/en-PG.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-PH.d.ts b/apps/angular/node_modules/@angular/common/locales/en-PH.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-PH.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-PH.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-PH.js b/apps/angular/node_modules/@angular/common/locales/en-PH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-PH.js rename to apps/angular/node_modules/@angular/common/locales/en-PH.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-PH.js.map b/apps/angular/node_modules/@angular/common/locales/en-PH.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-PH.js.map rename to apps/angular/node_modules/@angular/common/locales/en-PH.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-PK.d.ts b/apps/angular/node_modules/@angular/common/locales/en-PK.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-PK.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-PK.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-PK.js b/apps/angular/node_modules/@angular/common/locales/en-PK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-PK.js rename to apps/angular/node_modules/@angular/common/locales/en-PK.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-PK.js.map b/apps/angular/node_modules/@angular/common/locales/en-PK.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-PK.js.map rename to apps/angular/node_modules/@angular/common/locales/en-PK.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-PL.d.ts b/apps/angular/node_modules/@angular/common/locales/en-PL.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-PL.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-PL.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-PL.js b/apps/angular/node_modules/@angular/common/locales/en-PL.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-PL.js rename to apps/angular/node_modules/@angular/common/locales/en-PL.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-PL.js.map b/apps/angular/node_modules/@angular/common/locales/en-PL.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-PL.js.map rename to apps/angular/node_modules/@angular/common/locales/en-PL.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-PN.d.ts b/apps/angular/node_modules/@angular/common/locales/en-PN.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-PN.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-PN.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-PN.js b/apps/angular/node_modules/@angular/common/locales/en-PN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-PN.js rename to apps/angular/node_modules/@angular/common/locales/en-PN.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-PN.js.map b/apps/angular/node_modules/@angular/common/locales/en-PN.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-PN.js.map rename to apps/angular/node_modules/@angular/common/locales/en-PN.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-PR.d.ts b/apps/angular/node_modules/@angular/common/locales/en-PR.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-PR.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-PR.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-PR.js b/apps/angular/node_modules/@angular/common/locales/en-PR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-PR.js rename to apps/angular/node_modules/@angular/common/locales/en-PR.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-PR.js.map b/apps/angular/node_modules/@angular/common/locales/en-PR.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-PR.js.map rename to apps/angular/node_modules/@angular/common/locales/en-PR.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-PT.d.ts b/apps/angular/node_modules/@angular/common/locales/en-PT.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-PT.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-PT.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-PT.js b/apps/angular/node_modules/@angular/common/locales/en-PT.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-PT.js rename to apps/angular/node_modules/@angular/common/locales/en-PT.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-PT.js.map b/apps/angular/node_modules/@angular/common/locales/en-PT.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-PT.js.map rename to apps/angular/node_modules/@angular/common/locales/en-PT.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-PW.d.ts b/apps/angular/node_modules/@angular/common/locales/en-PW.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-PW.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-PW.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-PW.js b/apps/angular/node_modules/@angular/common/locales/en-PW.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-PW.js rename to apps/angular/node_modules/@angular/common/locales/en-PW.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-PW.js.map b/apps/angular/node_modules/@angular/common/locales/en-PW.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-PW.js.map rename to apps/angular/node_modules/@angular/common/locales/en-PW.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-RO.d.ts b/apps/angular/node_modules/@angular/common/locales/en-RO.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-RO.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-RO.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-RO.js b/apps/angular/node_modules/@angular/common/locales/en-RO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-RO.js rename to apps/angular/node_modules/@angular/common/locales/en-RO.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-RO.js.map b/apps/angular/node_modules/@angular/common/locales/en-RO.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-RO.js.map rename to apps/angular/node_modules/@angular/common/locales/en-RO.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-RW.d.ts b/apps/angular/node_modules/@angular/common/locales/en-RW.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-RW.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-RW.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-RW.js b/apps/angular/node_modules/@angular/common/locales/en-RW.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-RW.js rename to apps/angular/node_modules/@angular/common/locales/en-RW.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-RW.js.map b/apps/angular/node_modules/@angular/common/locales/en-RW.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-RW.js.map rename to apps/angular/node_modules/@angular/common/locales/en-RW.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-SB.d.ts b/apps/angular/node_modules/@angular/common/locales/en-SB.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-SB.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-SB.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-SB.js b/apps/angular/node_modules/@angular/common/locales/en-SB.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-SB.js rename to apps/angular/node_modules/@angular/common/locales/en-SB.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-SB.js.map b/apps/angular/node_modules/@angular/common/locales/en-SB.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-SB.js.map rename to apps/angular/node_modules/@angular/common/locales/en-SB.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-SC.d.ts b/apps/angular/node_modules/@angular/common/locales/en-SC.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-SC.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-SC.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-SC.js b/apps/angular/node_modules/@angular/common/locales/en-SC.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-SC.js rename to apps/angular/node_modules/@angular/common/locales/en-SC.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-SC.js.map b/apps/angular/node_modules/@angular/common/locales/en-SC.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-SC.js.map rename to apps/angular/node_modules/@angular/common/locales/en-SC.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-SD.d.ts b/apps/angular/node_modules/@angular/common/locales/en-SD.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-SD.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-SD.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-SD.js b/apps/angular/node_modules/@angular/common/locales/en-SD.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-SD.js rename to apps/angular/node_modules/@angular/common/locales/en-SD.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-SD.js.map b/apps/angular/node_modules/@angular/common/locales/en-SD.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-SD.js.map rename to apps/angular/node_modules/@angular/common/locales/en-SD.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-SE.d.ts b/apps/angular/node_modules/@angular/common/locales/en-SE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-SE.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-SE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-SE.js b/apps/angular/node_modules/@angular/common/locales/en-SE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-SE.js rename to apps/angular/node_modules/@angular/common/locales/en-SE.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-SE.js.map b/apps/angular/node_modules/@angular/common/locales/en-SE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-SE.js.map rename to apps/angular/node_modules/@angular/common/locales/en-SE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-SG.d.ts b/apps/angular/node_modules/@angular/common/locales/en-SG.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-SG.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-SG.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-SG.js b/apps/angular/node_modules/@angular/common/locales/en-SG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-SG.js rename to apps/angular/node_modules/@angular/common/locales/en-SG.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-SG.js.map b/apps/angular/node_modules/@angular/common/locales/en-SG.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-SG.js.map rename to apps/angular/node_modules/@angular/common/locales/en-SG.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-SH.d.ts b/apps/angular/node_modules/@angular/common/locales/en-SH.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-SH.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-SH.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-SH.js b/apps/angular/node_modules/@angular/common/locales/en-SH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-SH.js rename to apps/angular/node_modules/@angular/common/locales/en-SH.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-SH.js.map b/apps/angular/node_modules/@angular/common/locales/en-SH.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-SH.js.map rename to apps/angular/node_modules/@angular/common/locales/en-SH.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-SI.d.ts b/apps/angular/node_modules/@angular/common/locales/en-SI.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-SI.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-SI.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-SI.js b/apps/angular/node_modules/@angular/common/locales/en-SI.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-SI.js rename to apps/angular/node_modules/@angular/common/locales/en-SI.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-SI.js.map b/apps/angular/node_modules/@angular/common/locales/en-SI.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-SI.js.map rename to apps/angular/node_modules/@angular/common/locales/en-SI.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-SK.d.ts b/apps/angular/node_modules/@angular/common/locales/en-SK.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-SK.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-SK.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-SK.js b/apps/angular/node_modules/@angular/common/locales/en-SK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-SK.js rename to apps/angular/node_modules/@angular/common/locales/en-SK.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-SK.js.map b/apps/angular/node_modules/@angular/common/locales/en-SK.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-SK.js.map rename to apps/angular/node_modules/@angular/common/locales/en-SK.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-SL.d.ts b/apps/angular/node_modules/@angular/common/locales/en-SL.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-SL.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-SL.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-SL.js b/apps/angular/node_modules/@angular/common/locales/en-SL.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-SL.js rename to apps/angular/node_modules/@angular/common/locales/en-SL.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-SL.js.map b/apps/angular/node_modules/@angular/common/locales/en-SL.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-SL.js.map rename to apps/angular/node_modules/@angular/common/locales/en-SL.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-SS.d.ts b/apps/angular/node_modules/@angular/common/locales/en-SS.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-SS.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-SS.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-SS.js b/apps/angular/node_modules/@angular/common/locales/en-SS.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-SS.js rename to apps/angular/node_modules/@angular/common/locales/en-SS.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-SS.js.map b/apps/angular/node_modules/@angular/common/locales/en-SS.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-SS.js.map rename to apps/angular/node_modules/@angular/common/locales/en-SS.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-SX.d.ts b/apps/angular/node_modules/@angular/common/locales/en-SX.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-SX.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-SX.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-SX.js b/apps/angular/node_modules/@angular/common/locales/en-SX.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-SX.js rename to apps/angular/node_modules/@angular/common/locales/en-SX.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-SX.js.map b/apps/angular/node_modules/@angular/common/locales/en-SX.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-SX.js.map rename to apps/angular/node_modules/@angular/common/locales/en-SX.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-SZ.d.ts b/apps/angular/node_modules/@angular/common/locales/en-SZ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-SZ.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-SZ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-SZ.js b/apps/angular/node_modules/@angular/common/locales/en-SZ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-SZ.js rename to apps/angular/node_modules/@angular/common/locales/en-SZ.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-SZ.js.map b/apps/angular/node_modules/@angular/common/locales/en-SZ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-SZ.js.map rename to apps/angular/node_modules/@angular/common/locales/en-SZ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-Shaw.d.ts b/apps/angular/node_modules/@angular/common/locales/en-Shaw.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-Shaw.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-Shaw.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-Shaw.js b/apps/angular/node_modules/@angular/common/locales/en-Shaw.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-Shaw.js rename to apps/angular/node_modules/@angular/common/locales/en-Shaw.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-Shaw.js.map b/apps/angular/node_modules/@angular/common/locales/en-Shaw.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-Shaw.js.map rename to apps/angular/node_modules/@angular/common/locales/en-Shaw.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-TC.d.ts b/apps/angular/node_modules/@angular/common/locales/en-TC.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-TC.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-TC.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-TC.js b/apps/angular/node_modules/@angular/common/locales/en-TC.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-TC.js rename to apps/angular/node_modules/@angular/common/locales/en-TC.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-TC.js.map b/apps/angular/node_modules/@angular/common/locales/en-TC.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-TC.js.map rename to apps/angular/node_modules/@angular/common/locales/en-TC.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-TK.d.ts b/apps/angular/node_modules/@angular/common/locales/en-TK.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-TK.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-TK.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-TK.js b/apps/angular/node_modules/@angular/common/locales/en-TK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-TK.js rename to apps/angular/node_modules/@angular/common/locales/en-TK.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-TK.js.map b/apps/angular/node_modules/@angular/common/locales/en-TK.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-TK.js.map rename to apps/angular/node_modules/@angular/common/locales/en-TK.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-TO.d.ts b/apps/angular/node_modules/@angular/common/locales/en-TO.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-TO.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-TO.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-TO.js b/apps/angular/node_modules/@angular/common/locales/en-TO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-TO.js rename to apps/angular/node_modules/@angular/common/locales/en-TO.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-TO.js.map b/apps/angular/node_modules/@angular/common/locales/en-TO.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-TO.js.map rename to apps/angular/node_modules/@angular/common/locales/en-TO.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-TT.d.ts b/apps/angular/node_modules/@angular/common/locales/en-TT.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-TT.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-TT.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-TT.js b/apps/angular/node_modules/@angular/common/locales/en-TT.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-TT.js rename to apps/angular/node_modules/@angular/common/locales/en-TT.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-TT.js.map b/apps/angular/node_modules/@angular/common/locales/en-TT.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-TT.js.map rename to apps/angular/node_modules/@angular/common/locales/en-TT.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-TV.d.ts b/apps/angular/node_modules/@angular/common/locales/en-TV.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-TV.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-TV.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-TV.js b/apps/angular/node_modules/@angular/common/locales/en-TV.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-TV.js rename to apps/angular/node_modules/@angular/common/locales/en-TV.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-TV.js.map b/apps/angular/node_modules/@angular/common/locales/en-TV.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-TV.js.map rename to apps/angular/node_modules/@angular/common/locales/en-TV.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-TZ.d.ts b/apps/angular/node_modules/@angular/common/locales/en-TZ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-TZ.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-TZ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-TZ.js b/apps/angular/node_modules/@angular/common/locales/en-TZ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-TZ.js rename to apps/angular/node_modules/@angular/common/locales/en-TZ.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-TZ.js.map b/apps/angular/node_modules/@angular/common/locales/en-TZ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-TZ.js.map rename to apps/angular/node_modules/@angular/common/locales/en-TZ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-UG.d.ts b/apps/angular/node_modules/@angular/common/locales/en-UG.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-UG.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-UG.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-UG.js b/apps/angular/node_modules/@angular/common/locales/en-UG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-UG.js rename to apps/angular/node_modules/@angular/common/locales/en-UG.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-UG.js.map b/apps/angular/node_modules/@angular/common/locales/en-UG.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-UG.js.map rename to apps/angular/node_modules/@angular/common/locales/en-UG.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-UM.d.ts b/apps/angular/node_modules/@angular/common/locales/en-UM.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-UM.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-UM.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-UM.js b/apps/angular/node_modules/@angular/common/locales/en-UM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-UM.js rename to apps/angular/node_modules/@angular/common/locales/en-UM.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-UM.js.map b/apps/angular/node_modules/@angular/common/locales/en-UM.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-UM.js.map rename to apps/angular/node_modules/@angular/common/locales/en-UM.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-VC.d.ts b/apps/angular/node_modules/@angular/common/locales/en-VC.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-VC.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-VC.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-VC.js b/apps/angular/node_modules/@angular/common/locales/en-VC.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-VC.js rename to apps/angular/node_modules/@angular/common/locales/en-VC.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-VC.js.map b/apps/angular/node_modules/@angular/common/locales/en-VC.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-VC.js.map rename to apps/angular/node_modules/@angular/common/locales/en-VC.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-VG.d.ts b/apps/angular/node_modules/@angular/common/locales/en-VG.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-VG.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-VG.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-VG.js b/apps/angular/node_modules/@angular/common/locales/en-VG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-VG.js rename to apps/angular/node_modules/@angular/common/locales/en-VG.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-VG.js.map b/apps/angular/node_modules/@angular/common/locales/en-VG.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-VG.js.map rename to apps/angular/node_modules/@angular/common/locales/en-VG.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-VI.d.ts b/apps/angular/node_modules/@angular/common/locales/en-VI.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-VI.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-VI.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-VI.js b/apps/angular/node_modules/@angular/common/locales/en-VI.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-VI.js rename to apps/angular/node_modules/@angular/common/locales/en-VI.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-VI.js.map b/apps/angular/node_modules/@angular/common/locales/en-VI.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-VI.js.map rename to apps/angular/node_modules/@angular/common/locales/en-VI.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-VU.d.ts b/apps/angular/node_modules/@angular/common/locales/en-VU.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-VU.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-VU.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-VU.js b/apps/angular/node_modules/@angular/common/locales/en-VU.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-VU.js rename to apps/angular/node_modules/@angular/common/locales/en-VU.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-VU.js.map b/apps/angular/node_modules/@angular/common/locales/en-VU.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-VU.js.map rename to apps/angular/node_modules/@angular/common/locales/en-VU.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-WS.d.ts b/apps/angular/node_modules/@angular/common/locales/en-WS.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-WS.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-WS.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-WS.js b/apps/angular/node_modules/@angular/common/locales/en-WS.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-WS.js rename to apps/angular/node_modules/@angular/common/locales/en-WS.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-WS.js.map b/apps/angular/node_modules/@angular/common/locales/en-WS.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-WS.js.map rename to apps/angular/node_modules/@angular/common/locales/en-WS.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-ZA.d.ts b/apps/angular/node_modules/@angular/common/locales/en-ZA.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-ZA.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-ZA.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-ZA.js b/apps/angular/node_modules/@angular/common/locales/en-ZA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-ZA.js rename to apps/angular/node_modules/@angular/common/locales/en-ZA.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-ZA.js.map b/apps/angular/node_modules/@angular/common/locales/en-ZA.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-ZA.js.map rename to apps/angular/node_modules/@angular/common/locales/en-ZA.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-ZM.d.ts b/apps/angular/node_modules/@angular/common/locales/en-ZM.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-ZM.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-ZM.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-ZM.js b/apps/angular/node_modules/@angular/common/locales/en-ZM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-ZM.js rename to apps/angular/node_modules/@angular/common/locales/en-ZM.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-ZM.js.map b/apps/angular/node_modules/@angular/common/locales/en-ZM.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-ZM.js.map rename to apps/angular/node_modules/@angular/common/locales/en-ZM.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en-ZW.d.ts b/apps/angular/node_modules/@angular/common/locales/en-ZW.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-ZW.d.ts rename to apps/angular/node_modules/@angular/common/locales/en-ZW.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en-ZW.js b/apps/angular/node_modules/@angular/common/locales/en-ZW.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-ZW.js rename to apps/angular/node_modules/@angular/common/locales/en-ZW.js diff --git a/ClientApp/node_modules/@angular/common/locales/en-ZW.js.map b/apps/angular/node_modules/@angular/common/locales/en-ZW.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en-ZW.js.map rename to apps/angular/node_modules/@angular/common/locales/en-ZW.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/en.d.ts b/apps/angular/node_modules/@angular/common/locales/en.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en.d.ts rename to apps/angular/node_modules/@angular/common/locales/en.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/en.js b/apps/angular/node_modules/@angular/common/locales/en.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en.js rename to apps/angular/node_modules/@angular/common/locales/en.js diff --git a/ClientApp/node_modules/@angular/common/locales/en.js.map b/apps/angular/node_modules/@angular/common/locales/en.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/en.js.map rename to apps/angular/node_modules/@angular/common/locales/en.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/eo.d.ts b/apps/angular/node_modules/@angular/common/locales/eo.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/eo.d.ts rename to apps/angular/node_modules/@angular/common/locales/eo.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/eo.js b/apps/angular/node_modules/@angular/common/locales/eo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/eo.js rename to apps/angular/node_modules/@angular/common/locales/eo.js diff --git a/ClientApp/node_modules/@angular/common/locales/eo.js.map b/apps/angular/node_modules/@angular/common/locales/eo.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/eo.js.map rename to apps/angular/node_modules/@angular/common/locales/eo.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/es-419.d.ts b/apps/angular/node_modules/@angular/common/locales/es-419.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-419.d.ts rename to apps/angular/node_modules/@angular/common/locales/es-419.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/es-419.js b/apps/angular/node_modules/@angular/common/locales/es-419.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-419.js rename to apps/angular/node_modules/@angular/common/locales/es-419.js diff --git a/ClientApp/node_modules/@angular/common/locales/es-419.js.map b/apps/angular/node_modules/@angular/common/locales/es-419.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-419.js.map rename to apps/angular/node_modules/@angular/common/locales/es-419.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/es-AR.d.ts b/apps/angular/node_modules/@angular/common/locales/es-AR.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-AR.d.ts rename to apps/angular/node_modules/@angular/common/locales/es-AR.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/es-AR.js b/apps/angular/node_modules/@angular/common/locales/es-AR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-AR.js rename to apps/angular/node_modules/@angular/common/locales/es-AR.js diff --git a/ClientApp/node_modules/@angular/common/locales/es-AR.js.map b/apps/angular/node_modules/@angular/common/locales/es-AR.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-AR.js.map rename to apps/angular/node_modules/@angular/common/locales/es-AR.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/es-BO.d.ts b/apps/angular/node_modules/@angular/common/locales/es-BO.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-BO.d.ts rename to apps/angular/node_modules/@angular/common/locales/es-BO.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/es-BO.js b/apps/angular/node_modules/@angular/common/locales/es-BO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-BO.js rename to apps/angular/node_modules/@angular/common/locales/es-BO.js diff --git a/ClientApp/node_modules/@angular/common/locales/es-BO.js.map b/apps/angular/node_modules/@angular/common/locales/es-BO.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-BO.js.map rename to apps/angular/node_modules/@angular/common/locales/es-BO.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/es-BR.d.ts b/apps/angular/node_modules/@angular/common/locales/es-BR.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-BR.d.ts rename to apps/angular/node_modules/@angular/common/locales/es-BR.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/es-BR.js b/apps/angular/node_modules/@angular/common/locales/es-BR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-BR.js rename to apps/angular/node_modules/@angular/common/locales/es-BR.js diff --git a/ClientApp/node_modules/@angular/common/locales/es-BR.js.map b/apps/angular/node_modules/@angular/common/locales/es-BR.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-BR.js.map rename to apps/angular/node_modules/@angular/common/locales/es-BR.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/es-BZ.d.ts b/apps/angular/node_modules/@angular/common/locales/es-BZ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-BZ.d.ts rename to apps/angular/node_modules/@angular/common/locales/es-BZ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/es-BZ.js b/apps/angular/node_modules/@angular/common/locales/es-BZ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-BZ.js rename to apps/angular/node_modules/@angular/common/locales/es-BZ.js diff --git a/ClientApp/node_modules/@angular/common/locales/es-BZ.js.map b/apps/angular/node_modules/@angular/common/locales/es-BZ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-BZ.js.map rename to apps/angular/node_modules/@angular/common/locales/es-BZ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/es-CL.d.ts b/apps/angular/node_modules/@angular/common/locales/es-CL.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-CL.d.ts rename to apps/angular/node_modules/@angular/common/locales/es-CL.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/es-CL.js b/apps/angular/node_modules/@angular/common/locales/es-CL.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-CL.js rename to apps/angular/node_modules/@angular/common/locales/es-CL.js diff --git a/ClientApp/node_modules/@angular/common/locales/es-CL.js.map b/apps/angular/node_modules/@angular/common/locales/es-CL.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-CL.js.map rename to apps/angular/node_modules/@angular/common/locales/es-CL.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/es-CO.d.ts b/apps/angular/node_modules/@angular/common/locales/es-CO.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-CO.d.ts rename to apps/angular/node_modules/@angular/common/locales/es-CO.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/es-CO.js b/apps/angular/node_modules/@angular/common/locales/es-CO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-CO.js rename to apps/angular/node_modules/@angular/common/locales/es-CO.js diff --git a/ClientApp/node_modules/@angular/common/locales/es-CO.js.map b/apps/angular/node_modules/@angular/common/locales/es-CO.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-CO.js.map rename to apps/angular/node_modules/@angular/common/locales/es-CO.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/es-CR.d.ts b/apps/angular/node_modules/@angular/common/locales/es-CR.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-CR.d.ts rename to apps/angular/node_modules/@angular/common/locales/es-CR.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/es-CR.js b/apps/angular/node_modules/@angular/common/locales/es-CR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-CR.js rename to apps/angular/node_modules/@angular/common/locales/es-CR.js diff --git a/ClientApp/node_modules/@angular/common/locales/es-CR.js.map b/apps/angular/node_modules/@angular/common/locales/es-CR.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-CR.js.map rename to apps/angular/node_modules/@angular/common/locales/es-CR.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/es-CU.d.ts b/apps/angular/node_modules/@angular/common/locales/es-CU.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-CU.d.ts rename to apps/angular/node_modules/@angular/common/locales/es-CU.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/es-CU.js b/apps/angular/node_modules/@angular/common/locales/es-CU.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-CU.js rename to apps/angular/node_modules/@angular/common/locales/es-CU.js diff --git a/ClientApp/node_modules/@angular/common/locales/es-CU.js.map b/apps/angular/node_modules/@angular/common/locales/es-CU.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-CU.js.map rename to apps/angular/node_modules/@angular/common/locales/es-CU.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/es-DO.d.ts b/apps/angular/node_modules/@angular/common/locales/es-DO.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-DO.d.ts rename to apps/angular/node_modules/@angular/common/locales/es-DO.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/es-DO.js b/apps/angular/node_modules/@angular/common/locales/es-DO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-DO.js rename to apps/angular/node_modules/@angular/common/locales/es-DO.js diff --git a/ClientApp/node_modules/@angular/common/locales/es-DO.js.map b/apps/angular/node_modules/@angular/common/locales/es-DO.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-DO.js.map rename to apps/angular/node_modules/@angular/common/locales/es-DO.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/es-EA.d.ts b/apps/angular/node_modules/@angular/common/locales/es-EA.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-EA.d.ts rename to apps/angular/node_modules/@angular/common/locales/es-EA.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/es-EA.js b/apps/angular/node_modules/@angular/common/locales/es-EA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-EA.js rename to apps/angular/node_modules/@angular/common/locales/es-EA.js diff --git a/ClientApp/node_modules/@angular/common/locales/es-EA.js.map b/apps/angular/node_modules/@angular/common/locales/es-EA.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-EA.js.map rename to apps/angular/node_modules/@angular/common/locales/es-EA.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/es-EC.d.ts b/apps/angular/node_modules/@angular/common/locales/es-EC.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-EC.d.ts rename to apps/angular/node_modules/@angular/common/locales/es-EC.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/es-EC.js b/apps/angular/node_modules/@angular/common/locales/es-EC.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-EC.js rename to apps/angular/node_modules/@angular/common/locales/es-EC.js diff --git a/ClientApp/node_modules/@angular/common/locales/es-EC.js.map b/apps/angular/node_modules/@angular/common/locales/es-EC.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-EC.js.map rename to apps/angular/node_modules/@angular/common/locales/es-EC.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/es-GQ.d.ts b/apps/angular/node_modules/@angular/common/locales/es-GQ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-GQ.d.ts rename to apps/angular/node_modules/@angular/common/locales/es-GQ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/es-GQ.js b/apps/angular/node_modules/@angular/common/locales/es-GQ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-GQ.js rename to apps/angular/node_modules/@angular/common/locales/es-GQ.js diff --git a/ClientApp/node_modules/@angular/common/locales/es-GQ.js.map b/apps/angular/node_modules/@angular/common/locales/es-GQ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-GQ.js.map rename to apps/angular/node_modules/@angular/common/locales/es-GQ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/es-GT.d.ts b/apps/angular/node_modules/@angular/common/locales/es-GT.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-GT.d.ts rename to apps/angular/node_modules/@angular/common/locales/es-GT.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/es-GT.js b/apps/angular/node_modules/@angular/common/locales/es-GT.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-GT.js rename to apps/angular/node_modules/@angular/common/locales/es-GT.js diff --git a/ClientApp/node_modules/@angular/common/locales/es-GT.js.map b/apps/angular/node_modules/@angular/common/locales/es-GT.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-GT.js.map rename to apps/angular/node_modules/@angular/common/locales/es-GT.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/es-HN.d.ts b/apps/angular/node_modules/@angular/common/locales/es-HN.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-HN.d.ts rename to apps/angular/node_modules/@angular/common/locales/es-HN.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/es-HN.js b/apps/angular/node_modules/@angular/common/locales/es-HN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-HN.js rename to apps/angular/node_modules/@angular/common/locales/es-HN.js diff --git a/ClientApp/node_modules/@angular/common/locales/es-HN.js.map b/apps/angular/node_modules/@angular/common/locales/es-HN.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-HN.js.map rename to apps/angular/node_modules/@angular/common/locales/es-HN.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/es-IC.d.ts b/apps/angular/node_modules/@angular/common/locales/es-IC.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-IC.d.ts rename to apps/angular/node_modules/@angular/common/locales/es-IC.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/es-IC.js b/apps/angular/node_modules/@angular/common/locales/es-IC.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-IC.js rename to apps/angular/node_modules/@angular/common/locales/es-IC.js diff --git a/ClientApp/node_modules/@angular/common/locales/es-IC.js.map b/apps/angular/node_modules/@angular/common/locales/es-IC.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-IC.js.map rename to apps/angular/node_modules/@angular/common/locales/es-IC.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/es-MX.d.ts b/apps/angular/node_modules/@angular/common/locales/es-MX.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-MX.d.ts rename to apps/angular/node_modules/@angular/common/locales/es-MX.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/es-MX.js b/apps/angular/node_modules/@angular/common/locales/es-MX.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-MX.js rename to apps/angular/node_modules/@angular/common/locales/es-MX.js diff --git a/ClientApp/node_modules/@angular/common/locales/es-MX.js.map b/apps/angular/node_modules/@angular/common/locales/es-MX.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-MX.js.map rename to apps/angular/node_modules/@angular/common/locales/es-MX.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/es-NI.d.ts b/apps/angular/node_modules/@angular/common/locales/es-NI.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-NI.d.ts rename to apps/angular/node_modules/@angular/common/locales/es-NI.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/es-NI.js b/apps/angular/node_modules/@angular/common/locales/es-NI.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-NI.js rename to apps/angular/node_modules/@angular/common/locales/es-NI.js diff --git a/ClientApp/node_modules/@angular/common/locales/es-NI.js.map b/apps/angular/node_modules/@angular/common/locales/es-NI.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-NI.js.map rename to apps/angular/node_modules/@angular/common/locales/es-NI.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/es-PA.d.ts b/apps/angular/node_modules/@angular/common/locales/es-PA.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-PA.d.ts rename to apps/angular/node_modules/@angular/common/locales/es-PA.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/es-PA.js b/apps/angular/node_modules/@angular/common/locales/es-PA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-PA.js rename to apps/angular/node_modules/@angular/common/locales/es-PA.js diff --git a/ClientApp/node_modules/@angular/common/locales/es-PA.js.map b/apps/angular/node_modules/@angular/common/locales/es-PA.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-PA.js.map rename to apps/angular/node_modules/@angular/common/locales/es-PA.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/es-PE.d.ts b/apps/angular/node_modules/@angular/common/locales/es-PE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-PE.d.ts rename to apps/angular/node_modules/@angular/common/locales/es-PE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/es-PE.js b/apps/angular/node_modules/@angular/common/locales/es-PE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-PE.js rename to apps/angular/node_modules/@angular/common/locales/es-PE.js diff --git a/ClientApp/node_modules/@angular/common/locales/es-PE.js.map b/apps/angular/node_modules/@angular/common/locales/es-PE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-PE.js.map rename to apps/angular/node_modules/@angular/common/locales/es-PE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/es-PH.d.ts b/apps/angular/node_modules/@angular/common/locales/es-PH.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-PH.d.ts rename to apps/angular/node_modules/@angular/common/locales/es-PH.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/es-PH.js b/apps/angular/node_modules/@angular/common/locales/es-PH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-PH.js rename to apps/angular/node_modules/@angular/common/locales/es-PH.js diff --git a/ClientApp/node_modules/@angular/common/locales/es-PH.js.map b/apps/angular/node_modules/@angular/common/locales/es-PH.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-PH.js.map rename to apps/angular/node_modules/@angular/common/locales/es-PH.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/es-PR.d.ts b/apps/angular/node_modules/@angular/common/locales/es-PR.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-PR.d.ts rename to apps/angular/node_modules/@angular/common/locales/es-PR.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/es-PR.js b/apps/angular/node_modules/@angular/common/locales/es-PR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-PR.js rename to apps/angular/node_modules/@angular/common/locales/es-PR.js diff --git a/ClientApp/node_modules/@angular/common/locales/es-PR.js.map b/apps/angular/node_modules/@angular/common/locales/es-PR.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-PR.js.map rename to apps/angular/node_modules/@angular/common/locales/es-PR.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/es-PY.d.ts b/apps/angular/node_modules/@angular/common/locales/es-PY.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-PY.d.ts rename to apps/angular/node_modules/@angular/common/locales/es-PY.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/es-PY.js b/apps/angular/node_modules/@angular/common/locales/es-PY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-PY.js rename to apps/angular/node_modules/@angular/common/locales/es-PY.js diff --git a/ClientApp/node_modules/@angular/common/locales/es-PY.js.map b/apps/angular/node_modules/@angular/common/locales/es-PY.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-PY.js.map rename to apps/angular/node_modules/@angular/common/locales/es-PY.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/es-SV.d.ts b/apps/angular/node_modules/@angular/common/locales/es-SV.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-SV.d.ts rename to apps/angular/node_modules/@angular/common/locales/es-SV.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/es-SV.js b/apps/angular/node_modules/@angular/common/locales/es-SV.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-SV.js rename to apps/angular/node_modules/@angular/common/locales/es-SV.js diff --git a/ClientApp/node_modules/@angular/common/locales/es-SV.js.map b/apps/angular/node_modules/@angular/common/locales/es-SV.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-SV.js.map rename to apps/angular/node_modules/@angular/common/locales/es-SV.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/es-US.d.ts b/apps/angular/node_modules/@angular/common/locales/es-US.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-US.d.ts rename to apps/angular/node_modules/@angular/common/locales/es-US.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/es-US.js b/apps/angular/node_modules/@angular/common/locales/es-US.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-US.js rename to apps/angular/node_modules/@angular/common/locales/es-US.js diff --git a/ClientApp/node_modules/@angular/common/locales/es-US.js.map b/apps/angular/node_modules/@angular/common/locales/es-US.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-US.js.map rename to apps/angular/node_modules/@angular/common/locales/es-US.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/es-UY.d.ts b/apps/angular/node_modules/@angular/common/locales/es-UY.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-UY.d.ts rename to apps/angular/node_modules/@angular/common/locales/es-UY.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/es-UY.js b/apps/angular/node_modules/@angular/common/locales/es-UY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-UY.js rename to apps/angular/node_modules/@angular/common/locales/es-UY.js diff --git a/ClientApp/node_modules/@angular/common/locales/es-UY.js.map b/apps/angular/node_modules/@angular/common/locales/es-UY.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-UY.js.map rename to apps/angular/node_modules/@angular/common/locales/es-UY.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/es-VE.d.ts b/apps/angular/node_modules/@angular/common/locales/es-VE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-VE.d.ts rename to apps/angular/node_modules/@angular/common/locales/es-VE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/es-VE.js b/apps/angular/node_modules/@angular/common/locales/es-VE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-VE.js rename to apps/angular/node_modules/@angular/common/locales/es-VE.js diff --git a/ClientApp/node_modules/@angular/common/locales/es-VE.js.map b/apps/angular/node_modules/@angular/common/locales/es-VE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es-VE.js.map rename to apps/angular/node_modules/@angular/common/locales/es-VE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/es.d.ts b/apps/angular/node_modules/@angular/common/locales/es.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es.d.ts rename to apps/angular/node_modules/@angular/common/locales/es.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/es.js b/apps/angular/node_modules/@angular/common/locales/es.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es.js rename to apps/angular/node_modules/@angular/common/locales/es.js diff --git a/ClientApp/node_modules/@angular/common/locales/es.js.map b/apps/angular/node_modules/@angular/common/locales/es.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/es.js.map rename to apps/angular/node_modules/@angular/common/locales/es.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/et.d.ts b/apps/angular/node_modules/@angular/common/locales/et.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/et.d.ts rename to apps/angular/node_modules/@angular/common/locales/et.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/et.js b/apps/angular/node_modules/@angular/common/locales/et.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/et.js rename to apps/angular/node_modules/@angular/common/locales/et.js diff --git a/ClientApp/node_modules/@angular/common/locales/et.js.map b/apps/angular/node_modules/@angular/common/locales/et.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/et.js.map rename to apps/angular/node_modules/@angular/common/locales/et.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/eu.d.ts b/apps/angular/node_modules/@angular/common/locales/eu.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/eu.d.ts rename to apps/angular/node_modules/@angular/common/locales/eu.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/eu.js b/apps/angular/node_modules/@angular/common/locales/eu.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/eu.js rename to apps/angular/node_modules/@angular/common/locales/eu.js diff --git a/ClientApp/node_modules/@angular/common/locales/eu.js.map b/apps/angular/node_modules/@angular/common/locales/eu.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/eu.js.map rename to apps/angular/node_modules/@angular/common/locales/eu.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ewo.d.ts b/apps/angular/node_modules/@angular/common/locales/ewo.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ewo.d.ts rename to apps/angular/node_modules/@angular/common/locales/ewo.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ewo.js b/apps/angular/node_modules/@angular/common/locales/ewo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ewo.js rename to apps/angular/node_modules/@angular/common/locales/ewo.js diff --git a/ClientApp/node_modules/@angular/common/locales/ewo.js.map b/apps/angular/node_modules/@angular/common/locales/ewo.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ewo.js.map rename to apps/angular/node_modules/@angular/common/locales/ewo.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/aa-DJ.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/aa-DJ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/aa-DJ.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/aa-DJ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/aa-DJ.js b/apps/angular/node_modules/@angular/common/locales/extra/aa-DJ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/aa-DJ.js rename to apps/angular/node_modules/@angular/common/locales/extra/aa-DJ.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/aa-DJ.js.map b/apps/angular/node_modules/@angular/common/locales/extra/aa-DJ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/aa-DJ.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/aa-DJ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/aa-ER.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/aa-ER.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/aa-ER.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/aa-ER.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/aa-ER.js b/apps/angular/node_modules/@angular/common/locales/extra/aa-ER.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/aa-ER.js rename to apps/angular/node_modules/@angular/common/locales/extra/aa-ER.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/aa-ER.js.map b/apps/angular/node_modules/@angular/common/locales/extra/aa-ER.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/aa-ER.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/aa-ER.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/aa.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/aa.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/aa.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/aa.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/aa.js b/apps/angular/node_modules/@angular/common/locales/extra/aa.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/aa.js rename to apps/angular/node_modules/@angular/common/locales/extra/aa.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/aa.js.map b/apps/angular/node_modules/@angular/common/locales/extra/aa.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/aa.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/aa.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ab.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ab.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ab.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ab.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ab.js b/apps/angular/node_modules/@angular/common/locales/extra/ab.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ab.js rename to apps/angular/node_modules/@angular/common/locales/extra/ab.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ab.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ab.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ab.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ab.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/af-NA.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/af-NA.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/af-NA.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/af-NA.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/af-NA.js b/apps/angular/node_modules/@angular/common/locales/extra/af-NA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/af-NA.js rename to apps/angular/node_modules/@angular/common/locales/extra/af-NA.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/af-NA.js.map b/apps/angular/node_modules/@angular/common/locales/extra/af-NA.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/af-NA.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/af-NA.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/af.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/af.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/af.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/af.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/af.js b/apps/angular/node_modules/@angular/common/locales/extra/af.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/af.js rename to apps/angular/node_modules/@angular/common/locales/extra/af.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/af.js.map b/apps/angular/node_modules/@angular/common/locales/extra/af.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/af.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/af.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/agq.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/agq.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/agq.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/agq.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/agq.js b/apps/angular/node_modules/@angular/common/locales/extra/agq.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/agq.js rename to apps/angular/node_modules/@angular/common/locales/extra/agq.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/agq.js.map b/apps/angular/node_modules/@angular/common/locales/extra/agq.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/agq.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/agq.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ak.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ak.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ak.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ak.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ak.js b/apps/angular/node_modules/@angular/common/locales/extra/ak.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ak.js rename to apps/angular/node_modules/@angular/common/locales/extra/ak.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ak.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ak.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ak.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ak.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/am.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/am.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/am.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/am.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/am.js b/apps/angular/node_modules/@angular/common/locales/extra/am.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/am.js rename to apps/angular/node_modules/@angular/common/locales/extra/am.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/am.js.map b/apps/angular/node_modules/@angular/common/locales/extra/am.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/am.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/am.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/an.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/an.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/an.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/an.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/an.js b/apps/angular/node_modules/@angular/common/locales/extra/an.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/an.js rename to apps/angular/node_modules/@angular/common/locales/extra/an.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/an.js.map b/apps/angular/node_modules/@angular/common/locales/extra/an.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/an.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/an.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ann.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ann.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ann.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ann.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ann.js b/apps/angular/node_modules/@angular/common/locales/extra/ann.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ann.js rename to apps/angular/node_modules/@angular/common/locales/extra/ann.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ann.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ann.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ann.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ann.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/apc.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/apc.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/apc.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/apc.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/apc.js b/apps/angular/node_modules/@angular/common/locales/extra/apc.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/apc.js rename to apps/angular/node_modules/@angular/common/locales/extra/apc.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/apc.js.map b/apps/angular/node_modules/@angular/common/locales/extra/apc.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/apc.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/apc.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-AE.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ar-AE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-AE.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ar-AE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-AE.js b/apps/angular/node_modules/@angular/common/locales/extra/ar-AE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-AE.js rename to apps/angular/node_modules/@angular/common/locales/extra/ar-AE.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-AE.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ar-AE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-AE.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ar-AE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-BH.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ar-BH.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-BH.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ar-BH.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-BH.js b/apps/angular/node_modules/@angular/common/locales/extra/ar-BH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-BH.js rename to apps/angular/node_modules/@angular/common/locales/extra/ar-BH.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-BH.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ar-BH.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-BH.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ar-BH.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-DJ.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ar-DJ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-DJ.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ar-DJ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-DJ.js b/apps/angular/node_modules/@angular/common/locales/extra/ar-DJ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-DJ.js rename to apps/angular/node_modules/@angular/common/locales/extra/ar-DJ.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-DJ.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ar-DJ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-DJ.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ar-DJ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-DZ.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ar-DZ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-DZ.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ar-DZ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-DZ.js b/apps/angular/node_modules/@angular/common/locales/extra/ar-DZ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-DZ.js rename to apps/angular/node_modules/@angular/common/locales/extra/ar-DZ.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-DZ.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ar-DZ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-DZ.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ar-DZ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-EG.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ar-EG.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-EG.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ar-EG.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-EG.js b/apps/angular/node_modules/@angular/common/locales/extra/ar-EG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-EG.js rename to apps/angular/node_modules/@angular/common/locales/extra/ar-EG.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-EG.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ar-EG.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-EG.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ar-EG.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-EH.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ar-EH.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-EH.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ar-EH.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-EH.js b/apps/angular/node_modules/@angular/common/locales/extra/ar-EH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-EH.js rename to apps/angular/node_modules/@angular/common/locales/extra/ar-EH.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-EH.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ar-EH.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-EH.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ar-EH.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-ER.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ar-ER.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-ER.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ar-ER.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-ER.js b/apps/angular/node_modules/@angular/common/locales/extra/ar-ER.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-ER.js rename to apps/angular/node_modules/@angular/common/locales/extra/ar-ER.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-ER.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ar-ER.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-ER.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ar-ER.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-IL.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ar-IL.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-IL.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ar-IL.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-IL.js b/apps/angular/node_modules/@angular/common/locales/extra/ar-IL.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-IL.js rename to apps/angular/node_modules/@angular/common/locales/extra/ar-IL.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-IL.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ar-IL.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-IL.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ar-IL.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-IQ.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ar-IQ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-IQ.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ar-IQ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-IQ.js b/apps/angular/node_modules/@angular/common/locales/extra/ar-IQ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-IQ.js rename to apps/angular/node_modules/@angular/common/locales/extra/ar-IQ.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-IQ.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ar-IQ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-IQ.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ar-IQ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-JO.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ar-JO.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-JO.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ar-JO.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-JO.js b/apps/angular/node_modules/@angular/common/locales/extra/ar-JO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-JO.js rename to apps/angular/node_modules/@angular/common/locales/extra/ar-JO.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-JO.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ar-JO.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-JO.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ar-JO.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-KM.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ar-KM.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-KM.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ar-KM.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-KM.js b/apps/angular/node_modules/@angular/common/locales/extra/ar-KM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-KM.js rename to apps/angular/node_modules/@angular/common/locales/extra/ar-KM.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-KM.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ar-KM.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-KM.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ar-KM.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-KW.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ar-KW.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-KW.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ar-KW.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-KW.js b/apps/angular/node_modules/@angular/common/locales/extra/ar-KW.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-KW.js rename to apps/angular/node_modules/@angular/common/locales/extra/ar-KW.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-KW.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ar-KW.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-KW.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ar-KW.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-LB.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ar-LB.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-LB.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ar-LB.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-LB.js b/apps/angular/node_modules/@angular/common/locales/extra/ar-LB.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-LB.js rename to apps/angular/node_modules/@angular/common/locales/extra/ar-LB.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-LB.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ar-LB.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-LB.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ar-LB.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-LY.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ar-LY.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-LY.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ar-LY.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-LY.js b/apps/angular/node_modules/@angular/common/locales/extra/ar-LY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-LY.js rename to apps/angular/node_modules/@angular/common/locales/extra/ar-LY.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-LY.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ar-LY.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-LY.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ar-LY.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-MA.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ar-MA.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-MA.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ar-MA.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-MA.js b/apps/angular/node_modules/@angular/common/locales/extra/ar-MA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-MA.js rename to apps/angular/node_modules/@angular/common/locales/extra/ar-MA.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-MA.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ar-MA.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-MA.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ar-MA.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-MR.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ar-MR.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-MR.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ar-MR.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-MR.js b/apps/angular/node_modules/@angular/common/locales/extra/ar-MR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-MR.js rename to apps/angular/node_modules/@angular/common/locales/extra/ar-MR.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-MR.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ar-MR.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-MR.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ar-MR.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-OM.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ar-OM.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-OM.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ar-OM.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-OM.js b/apps/angular/node_modules/@angular/common/locales/extra/ar-OM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-OM.js rename to apps/angular/node_modules/@angular/common/locales/extra/ar-OM.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-OM.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ar-OM.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-OM.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ar-OM.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-PS.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ar-PS.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-PS.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ar-PS.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-PS.js b/apps/angular/node_modules/@angular/common/locales/extra/ar-PS.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-PS.js rename to apps/angular/node_modules/@angular/common/locales/extra/ar-PS.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-PS.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ar-PS.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-PS.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ar-PS.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-QA.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ar-QA.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-QA.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ar-QA.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-QA.js b/apps/angular/node_modules/@angular/common/locales/extra/ar-QA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-QA.js rename to apps/angular/node_modules/@angular/common/locales/extra/ar-QA.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-QA.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ar-QA.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-QA.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ar-QA.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-SA.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ar-SA.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-SA.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ar-SA.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-SA.js b/apps/angular/node_modules/@angular/common/locales/extra/ar-SA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-SA.js rename to apps/angular/node_modules/@angular/common/locales/extra/ar-SA.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-SA.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ar-SA.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-SA.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ar-SA.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-SD.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ar-SD.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-SD.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ar-SD.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-SD.js b/apps/angular/node_modules/@angular/common/locales/extra/ar-SD.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-SD.js rename to apps/angular/node_modules/@angular/common/locales/extra/ar-SD.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-SD.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ar-SD.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-SD.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ar-SD.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-SO.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ar-SO.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-SO.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ar-SO.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-SO.js b/apps/angular/node_modules/@angular/common/locales/extra/ar-SO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-SO.js rename to apps/angular/node_modules/@angular/common/locales/extra/ar-SO.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-SO.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ar-SO.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-SO.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ar-SO.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-SS.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ar-SS.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-SS.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ar-SS.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-SS.js b/apps/angular/node_modules/@angular/common/locales/extra/ar-SS.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-SS.js rename to apps/angular/node_modules/@angular/common/locales/extra/ar-SS.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-SS.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ar-SS.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-SS.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ar-SS.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-SY.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ar-SY.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-SY.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ar-SY.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-SY.js b/apps/angular/node_modules/@angular/common/locales/extra/ar-SY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-SY.js rename to apps/angular/node_modules/@angular/common/locales/extra/ar-SY.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-SY.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ar-SY.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-SY.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ar-SY.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-TD.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ar-TD.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-TD.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ar-TD.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-TD.js b/apps/angular/node_modules/@angular/common/locales/extra/ar-TD.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-TD.js rename to apps/angular/node_modules/@angular/common/locales/extra/ar-TD.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-TD.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ar-TD.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-TD.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ar-TD.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-TN.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ar-TN.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-TN.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ar-TN.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-TN.js b/apps/angular/node_modules/@angular/common/locales/extra/ar-TN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-TN.js rename to apps/angular/node_modules/@angular/common/locales/extra/ar-TN.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-TN.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ar-TN.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-TN.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ar-TN.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-YE.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ar-YE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-YE.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ar-YE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-YE.js b/apps/angular/node_modules/@angular/common/locales/extra/ar-YE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-YE.js rename to apps/angular/node_modules/@angular/common/locales/extra/ar-YE.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar-YE.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ar-YE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar-YE.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ar-YE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ar.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ar.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar.js b/apps/angular/node_modules/@angular/common/locales/extra/ar.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar.js rename to apps/angular/node_modules/@angular/common/locales/extra/ar.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ar.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ar.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ar.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ar.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/arn.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/arn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/arn.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/arn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/arn.js b/apps/angular/node_modules/@angular/common/locales/extra/arn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/arn.js rename to apps/angular/node_modules/@angular/common/locales/extra/arn.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/arn.js.map b/apps/angular/node_modules/@angular/common/locales/extra/arn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/arn.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/arn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/as.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/as.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/as.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/as.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/as.js b/apps/angular/node_modules/@angular/common/locales/extra/as.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/as.js rename to apps/angular/node_modules/@angular/common/locales/extra/as.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/as.js.map b/apps/angular/node_modules/@angular/common/locales/extra/as.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/as.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/as.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/asa.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/asa.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/asa.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/asa.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/asa.js b/apps/angular/node_modules/@angular/common/locales/extra/asa.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/asa.js rename to apps/angular/node_modules/@angular/common/locales/extra/asa.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/asa.js.map b/apps/angular/node_modules/@angular/common/locales/extra/asa.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/asa.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/asa.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ast.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ast.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ast.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ast.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ast.js b/apps/angular/node_modules/@angular/common/locales/extra/ast.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ast.js rename to apps/angular/node_modules/@angular/common/locales/extra/ast.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ast.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ast.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ast.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ast.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/az-Arab-IQ.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/az-Arab-IQ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/az-Arab-IQ.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/az-Arab-IQ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/az-Arab-IQ.js b/apps/angular/node_modules/@angular/common/locales/extra/az-Arab-IQ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/az-Arab-IQ.js rename to apps/angular/node_modules/@angular/common/locales/extra/az-Arab-IQ.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/az-Arab-IQ.js.map b/apps/angular/node_modules/@angular/common/locales/extra/az-Arab-IQ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/az-Arab-IQ.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/az-Arab-IQ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/az-Arab-TR.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/az-Arab-TR.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/az-Arab-TR.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/az-Arab-TR.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/az-Arab-TR.js b/apps/angular/node_modules/@angular/common/locales/extra/az-Arab-TR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/az-Arab-TR.js rename to apps/angular/node_modules/@angular/common/locales/extra/az-Arab-TR.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/az-Arab-TR.js.map b/apps/angular/node_modules/@angular/common/locales/extra/az-Arab-TR.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/az-Arab-TR.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/az-Arab-TR.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/az-Arab.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/az-Arab.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/az-Arab.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/az-Arab.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/az-Arab.js b/apps/angular/node_modules/@angular/common/locales/extra/az-Arab.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/az-Arab.js rename to apps/angular/node_modules/@angular/common/locales/extra/az-Arab.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/az-Arab.js.map b/apps/angular/node_modules/@angular/common/locales/extra/az-Arab.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/az-Arab.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/az-Arab.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/az-Cyrl.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/az-Cyrl.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/az-Cyrl.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/az-Cyrl.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/az-Cyrl.js b/apps/angular/node_modules/@angular/common/locales/extra/az-Cyrl.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/az-Cyrl.js rename to apps/angular/node_modules/@angular/common/locales/extra/az-Cyrl.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/az-Cyrl.js.map b/apps/angular/node_modules/@angular/common/locales/extra/az-Cyrl.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/az-Cyrl.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/az-Cyrl.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/az-Latn.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/az-Latn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/az-Latn.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/az-Latn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/az-Latn.js b/apps/angular/node_modules/@angular/common/locales/extra/az-Latn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/az-Latn.js rename to apps/angular/node_modules/@angular/common/locales/extra/az-Latn.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/az-Latn.js.map b/apps/angular/node_modules/@angular/common/locales/extra/az-Latn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/az-Latn.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/az-Latn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/az.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/az.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/az.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/az.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/az.js b/apps/angular/node_modules/@angular/common/locales/extra/az.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/az.js rename to apps/angular/node_modules/@angular/common/locales/extra/az.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/az.js.map b/apps/angular/node_modules/@angular/common/locales/extra/az.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/az.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/az.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ba.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ba.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ba.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ba.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ba.js b/apps/angular/node_modules/@angular/common/locales/extra/ba.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ba.js rename to apps/angular/node_modules/@angular/common/locales/extra/ba.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ba.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ba.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ba.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ba.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bal-Arab.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/bal-Arab.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bal-Arab.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/bal-Arab.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bal-Arab.js b/apps/angular/node_modules/@angular/common/locales/extra/bal-Arab.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bal-Arab.js rename to apps/angular/node_modules/@angular/common/locales/extra/bal-Arab.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bal-Arab.js.map b/apps/angular/node_modules/@angular/common/locales/extra/bal-Arab.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bal-Arab.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/bal-Arab.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bal-Latn.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/bal-Latn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bal-Latn.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/bal-Latn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bal-Latn.js b/apps/angular/node_modules/@angular/common/locales/extra/bal-Latn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bal-Latn.js rename to apps/angular/node_modules/@angular/common/locales/extra/bal-Latn.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bal-Latn.js.map b/apps/angular/node_modules/@angular/common/locales/extra/bal-Latn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bal-Latn.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/bal-Latn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bal.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/bal.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bal.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/bal.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bal.js b/apps/angular/node_modules/@angular/common/locales/extra/bal.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bal.js rename to apps/angular/node_modules/@angular/common/locales/extra/bal.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bal.js.map b/apps/angular/node_modules/@angular/common/locales/extra/bal.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bal.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/bal.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bas.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/bas.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bas.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/bas.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bas.js b/apps/angular/node_modules/@angular/common/locales/extra/bas.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bas.js rename to apps/angular/node_modules/@angular/common/locales/extra/bas.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bas.js.map b/apps/angular/node_modules/@angular/common/locales/extra/bas.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bas.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/bas.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/be-tarask.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/be-tarask.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/be-tarask.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/be-tarask.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/be-tarask.js b/apps/angular/node_modules/@angular/common/locales/extra/be-tarask.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/be-tarask.js rename to apps/angular/node_modules/@angular/common/locales/extra/be-tarask.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/be-tarask.js.map b/apps/angular/node_modules/@angular/common/locales/extra/be-tarask.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/be-tarask.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/be-tarask.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/be.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/be.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/be.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/be.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/be.js b/apps/angular/node_modules/@angular/common/locales/extra/be.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/be.js rename to apps/angular/node_modules/@angular/common/locales/extra/be.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/be.js.map b/apps/angular/node_modules/@angular/common/locales/extra/be.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/be.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/be.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bem.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/bem.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bem.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/bem.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bem.js b/apps/angular/node_modules/@angular/common/locales/extra/bem.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bem.js rename to apps/angular/node_modules/@angular/common/locales/extra/bem.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bem.js.map b/apps/angular/node_modules/@angular/common/locales/extra/bem.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bem.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/bem.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bew.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/bew.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bew.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/bew.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bew.js b/apps/angular/node_modules/@angular/common/locales/extra/bew.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bew.js rename to apps/angular/node_modules/@angular/common/locales/extra/bew.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bew.js.map b/apps/angular/node_modules/@angular/common/locales/extra/bew.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bew.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/bew.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bez.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/bez.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bez.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/bez.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bez.js b/apps/angular/node_modules/@angular/common/locales/extra/bez.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bez.js rename to apps/angular/node_modules/@angular/common/locales/extra/bez.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bez.js.map b/apps/angular/node_modules/@angular/common/locales/extra/bez.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bez.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/bez.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bg.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/bg.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bg.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/bg.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bg.js b/apps/angular/node_modules/@angular/common/locales/extra/bg.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bg.js rename to apps/angular/node_modules/@angular/common/locales/extra/bg.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bg.js.map b/apps/angular/node_modules/@angular/common/locales/extra/bg.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bg.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/bg.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bgc.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/bgc.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bgc.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/bgc.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bgc.js b/apps/angular/node_modules/@angular/common/locales/extra/bgc.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bgc.js rename to apps/angular/node_modules/@angular/common/locales/extra/bgc.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bgc.js.map b/apps/angular/node_modules/@angular/common/locales/extra/bgc.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bgc.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/bgc.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bgn-AE.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/bgn-AE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bgn-AE.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/bgn-AE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bgn-AE.js b/apps/angular/node_modules/@angular/common/locales/extra/bgn-AE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bgn-AE.js rename to apps/angular/node_modules/@angular/common/locales/extra/bgn-AE.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bgn-AE.js.map b/apps/angular/node_modules/@angular/common/locales/extra/bgn-AE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bgn-AE.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/bgn-AE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bgn-AF.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/bgn-AF.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bgn-AF.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/bgn-AF.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bgn-AF.js b/apps/angular/node_modules/@angular/common/locales/extra/bgn-AF.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bgn-AF.js rename to apps/angular/node_modules/@angular/common/locales/extra/bgn-AF.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bgn-AF.js.map b/apps/angular/node_modules/@angular/common/locales/extra/bgn-AF.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bgn-AF.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/bgn-AF.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bgn-IR.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/bgn-IR.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bgn-IR.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/bgn-IR.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bgn-IR.js b/apps/angular/node_modules/@angular/common/locales/extra/bgn-IR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bgn-IR.js rename to apps/angular/node_modules/@angular/common/locales/extra/bgn-IR.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bgn-IR.js.map b/apps/angular/node_modules/@angular/common/locales/extra/bgn-IR.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bgn-IR.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/bgn-IR.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bgn-OM.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/bgn-OM.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bgn-OM.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/bgn-OM.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bgn-OM.js b/apps/angular/node_modules/@angular/common/locales/extra/bgn-OM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bgn-OM.js rename to apps/angular/node_modules/@angular/common/locales/extra/bgn-OM.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bgn-OM.js.map b/apps/angular/node_modules/@angular/common/locales/extra/bgn-OM.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bgn-OM.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/bgn-OM.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bgn.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/bgn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bgn.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/bgn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bgn.js b/apps/angular/node_modules/@angular/common/locales/extra/bgn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bgn.js rename to apps/angular/node_modules/@angular/common/locales/extra/bgn.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bgn.js.map b/apps/angular/node_modules/@angular/common/locales/extra/bgn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bgn.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/bgn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bho.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/bho.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bho.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/bho.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bho.js b/apps/angular/node_modules/@angular/common/locales/extra/bho.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bho.js rename to apps/angular/node_modules/@angular/common/locales/extra/bho.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bho.js.map b/apps/angular/node_modules/@angular/common/locales/extra/bho.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bho.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/bho.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/blo.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/blo.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/blo.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/blo.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/blo.js b/apps/angular/node_modules/@angular/common/locales/extra/blo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/blo.js rename to apps/angular/node_modules/@angular/common/locales/extra/blo.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/blo.js.map b/apps/angular/node_modules/@angular/common/locales/extra/blo.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/blo.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/blo.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/blt.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/blt.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/blt.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/blt.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/blt.js b/apps/angular/node_modules/@angular/common/locales/extra/blt.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/blt.js rename to apps/angular/node_modules/@angular/common/locales/extra/blt.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/blt.js.map b/apps/angular/node_modules/@angular/common/locales/extra/blt.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/blt.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/blt.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bm-Nkoo.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/bm-Nkoo.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bm-Nkoo.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/bm-Nkoo.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bm-Nkoo.js b/apps/angular/node_modules/@angular/common/locales/extra/bm-Nkoo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bm-Nkoo.js rename to apps/angular/node_modules/@angular/common/locales/extra/bm-Nkoo.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bm-Nkoo.js.map b/apps/angular/node_modules/@angular/common/locales/extra/bm-Nkoo.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bm-Nkoo.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/bm-Nkoo.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bm.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/bm.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bm.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/bm.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bm.js b/apps/angular/node_modules/@angular/common/locales/extra/bm.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bm.js rename to apps/angular/node_modules/@angular/common/locales/extra/bm.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bm.js.map b/apps/angular/node_modules/@angular/common/locales/extra/bm.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bm.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/bm.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bn-IN.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/bn-IN.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bn-IN.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/bn-IN.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bn-IN.js b/apps/angular/node_modules/@angular/common/locales/extra/bn-IN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bn-IN.js rename to apps/angular/node_modules/@angular/common/locales/extra/bn-IN.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bn-IN.js.map b/apps/angular/node_modules/@angular/common/locales/extra/bn-IN.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bn-IN.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/bn-IN.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bn.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/bn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bn.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/bn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bn.js b/apps/angular/node_modules/@angular/common/locales/extra/bn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bn.js rename to apps/angular/node_modules/@angular/common/locales/extra/bn.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bn.js.map b/apps/angular/node_modules/@angular/common/locales/extra/bn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bn.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/bn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bo-IN.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/bo-IN.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bo-IN.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/bo-IN.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bo-IN.js b/apps/angular/node_modules/@angular/common/locales/extra/bo-IN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bo-IN.js rename to apps/angular/node_modules/@angular/common/locales/extra/bo-IN.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bo-IN.js.map b/apps/angular/node_modules/@angular/common/locales/extra/bo-IN.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bo-IN.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/bo-IN.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bo.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/bo.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bo.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/bo.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bo.js b/apps/angular/node_modules/@angular/common/locales/extra/bo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bo.js rename to apps/angular/node_modules/@angular/common/locales/extra/bo.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bo.js.map b/apps/angular/node_modules/@angular/common/locales/extra/bo.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bo.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/bo.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/br.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/br.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/br.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/br.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/br.js b/apps/angular/node_modules/@angular/common/locales/extra/br.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/br.js rename to apps/angular/node_modules/@angular/common/locales/extra/br.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/br.js.map b/apps/angular/node_modules/@angular/common/locales/extra/br.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/br.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/br.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/brx.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/brx.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/brx.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/brx.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/brx.js b/apps/angular/node_modules/@angular/common/locales/extra/brx.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/brx.js rename to apps/angular/node_modules/@angular/common/locales/extra/brx.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/brx.js.map b/apps/angular/node_modules/@angular/common/locales/extra/brx.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/brx.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/brx.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bs-Cyrl.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/bs-Cyrl.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bs-Cyrl.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/bs-Cyrl.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bs-Cyrl.js b/apps/angular/node_modules/@angular/common/locales/extra/bs-Cyrl.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bs-Cyrl.js rename to apps/angular/node_modules/@angular/common/locales/extra/bs-Cyrl.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bs-Cyrl.js.map b/apps/angular/node_modules/@angular/common/locales/extra/bs-Cyrl.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bs-Cyrl.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/bs-Cyrl.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bs-Latn.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/bs-Latn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bs-Latn.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/bs-Latn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bs-Latn.js b/apps/angular/node_modules/@angular/common/locales/extra/bs-Latn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bs-Latn.js rename to apps/angular/node_modules/@angular/common/locales/extra/bs-Latn.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bs-Latn.js.map b/apps/angular/node_modules/@angular/common/locales/extra/bs-Latn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bs-Latn.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/bs-Latn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bs.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/bs.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bs.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/bs.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bs.js b/apps/angular/node_modules/@angular/common/locales/extra/bs.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bs.js rename to apps/angular/node_modules/@angular/common/locales/extra/bs.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bs.js.map b/apps/angular/node_modules/@angular/common/locales/extra/bs.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bs.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/bs.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bss.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/bss.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bss.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/bss.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bss.js b/apps/angular/node_modules/@angular/common/locales/extra/bss.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bss.js rename to apps/angular/node_modules/@angular/common/locales/extra/bss.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/bss.js.map b/apps/angular/node_modules/@angular/common/locales/extra/bss.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/bss.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/bss.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/byn.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/byn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/byn.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/byn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/byn.js b/apps/angular/node_modules/@angular/common/locales/extra/byn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/byn.js rename to apps/angular/node_modules/@angular/common/locales/extra/byn.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/byn.js.map b/apps/angular/node_modules/@angular/common/locales/extra/byn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/byn.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/byn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ca-AD.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ca-AD.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ca-AD.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ca-AD.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ca-AD.js b/apps/angular/node_modules/@angular/common/locales/extra/ca-AD.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ca-AD.js rename to apps/angular/node_modules/@angular/common/locales/extra/ca-AD.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ca-AD.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ca-AD.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ca-AD.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ca-AD.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ca-ES-valencia.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ca-ES-valencia.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ca-ES-valencia.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ca-ES-valencia.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ca-ES-valencia.js b/apps/angular/node_modules/@angular/common/locales/extra/ca-ES-valencia.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ca-ES-valencia.js rename to apps/angular/node_modules/@angular/common/locales/extra/ca-ES-valencia.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ca-ES-valencia.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ca-ES-valencia.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ca-ES-valencia.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ca-ES-valencia.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ca-FR.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ca-FR.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ca-FR.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ca-FR.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ca-FR.js b/apps/angular/node_modules/@angular/common/locales/extra/ca-FR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ca-FR.js rename to apps/angular/node_modules/@angular/common/locales/extra/ca-FR.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ca-FR.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ca-FR.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ca-FR.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ca-FR.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ca-IT.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ca-IT.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ca-IT.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ca-IT.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ca-IT.js b/apps/angular/node_modules/@angular/common/locales/extra/ca-IT.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ca-IT.js rename to apps/angular/node_modules/@angular/common/locales/extra/ca-IT.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ca-IT.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ca-IT.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ca-IT.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ca-IT.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ca.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ca.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ca.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ca.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ca.js b/apps/angular/node_modules/@angular/common/locales/extra/ca.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ca.js rename to apps/angular/node_modules/@angular/common/locales/extra/ca.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ca.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ca.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ca.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ca.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/cad.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/cad.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/cad.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/cad.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/cad.js b/apps/angular/node_modules/@angular/common/locales/extra/cad.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/cad.js rename to apps/angular/node_modules/@angular/common/locales/extra/cad.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/cad.js.map b/apps/angular/node_modules/@angular/common/locales/extra/cad.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/cad.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/cad.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/cch.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/cch.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/cch.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/cch.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/cch.js b/apps/angular/node_modules/@angular/common/locales/extra/cch.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/cch.js rename to apps/angular/node_modules/@angular/common/locales/extra/cch.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/cch.js.map b/apps/angular/node_modules/@angular/common/locales/extra/cch.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/cch.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/cch.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ccp-IN.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ccp-IN.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ccp-IN.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ccp-IN.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ccp-IN.js b/apps/angular/node_modules/@angular/common/locales/extra/ccp-IN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ccp-IN.js rename to apps/angular/node_modules/@angular/common/locales/extra/ccp-IN.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ccp-IN.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ccp-IN.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ccp-IN.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ccp-IN.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ccp.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ccp.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ccp.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ccp.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ccp.js b/apps/angular/node_modules/@angular/common/locales/extra/ccp.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ccp.js rename to apps/angular/node_modules/@angular/common/locales/extra/ccp.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ccp.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ccp.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ccp.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ccp.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ce.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ce.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ce.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ce.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ce.js b/apps/angular/node_modules/@angular/common/locales/extra/ce.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ce.js rename to apps/angular/node_modules/@angular/common/locales/extra/ce.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ce.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ce.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ce.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ce.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ceb.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ceb.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ceb.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ceb.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ceb.js b/apps/angular/node_modules/@angular/common/locales/extra/ceb.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ceb.js rename to apps/angular/node_modules/@angular/common/locales/extra/ceb.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ceb.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ceb.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ceb.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ceb.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/cgg.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/cgg.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/cgg.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/cgg.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/cgg.js b/apps/angular/node_modules/@angular/common/locales/extra/cgg.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/cgg.js rename to apps/angular/node_modules/@angular/common/locales/extra/cgg.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/cgg.js.map b/apps/angular/node_modules/@angular/common/locales/extra/cgg.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/cgg.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/cgg.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/cho.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/cho.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/cho.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/cho.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/cho.js b/apps/angular/node_modules/@angular/common/locales/extra/cho.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/cho.js rename to apps/angular/node_modules/@angular/common/locales/extra/cho.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/cho.js.map b/apps/angular/node_modules/@angular/common/locales/extra/cho.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/cho.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/cho.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/chr.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/chr.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/chr.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/chr.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/chr.js b/apps/angular/node_modules/@angular/common/locales/extra/chr.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/chr.js rename to apps/angular/node_modules/@angular/common/locales/extra/chr.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/chr.js.map b/apps/angular/node_modules/@angular/common/locales/extra/chr.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/chr.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/chr.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/cic.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/cic.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/cic.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/cic.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/cic.js b/apps/angular/node_modules/@angular/common/locales/extra/cic.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/cic.js rename to apps/angular/node_modules/@angular/common/locales/extra/cic.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/cic.js.map b/apps/angular/node_modules/@angular/common/locales/extra/cic.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/cic.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/cic.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ckb-IR.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ckb-IR.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ckb-IR.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ckb-IR.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ckb-IR.js b/apps/angular/node_modules/@angular/common/locales/extra/ckb-IR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ckb-IR.js rename to apps/angular/node_modules/@angular/common/locales/extra/ckb-IR.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ckb-IR.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ckb-IR.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ckb-IR.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ckb-IR.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ckb.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ckb.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ckb.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ckb.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ckb.js b/apps/angular/node_modules/@angular/common/locales/extra/ckb.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ckb.js rename to apps/angular/node_modules/@angular/common/locales/extra/ckb.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ckb.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ckb.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ckb.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ckb.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/co.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/co.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/co.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/co.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/co.js b/apps/angular/node_modules/@angular/common/locales/extra/co.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/co.js rename to apps/angular/node_modules/@angular/common/locales/extra/co.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/co.js.map b/apps/angular/node_modules/@angular/common/locales/extra/co.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/co.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/co.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/cop.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/cop.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/cop.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/cop.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/cop.js b/apps/angular/node_modules/@angular/common/locales/extra/cop.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/cop.js rename to apps/angular/node_modules/@angular/common/locales/extra/cop.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/cop.js.map b/apps/angular/node_modules/@angular/common/locales/extra/cop.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/cop.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/cop.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/cs.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/cs.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/cs.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/cs.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/cs.js b/apps/angular/node_modules/@angular/common/locales/extra/cs.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/cs.js rename to apps/angular/node_modules/@angular/common/locales/extra/cs.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/cs.js.map b/apps/angular/node_modules/@angular/common/locales/extra/cs.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/cs.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/cs.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/csw.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/csw.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/csw.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/csw.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/csw.js b/apps/angular/node_modules/@angular/common/locales/extra/csw.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/csw.js rename to apps/angular/node_modules/@angular/common/locales/extra/csw.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/csw.js.map b/apps/angular/node_modules/@angular/common/locales/extra/csw.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/csw.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/csw.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/cu.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/cu.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/cu.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/cu.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/cu.js b/apps/angular/node_modules/@angular/common/locales/extra/cu.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/cu.js rename to apps/angular/node_modules/@angular/common/locales/extra/cu.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/cu.js.map b/apps/angular/node_modules/@angular/common/locales/extra/cu.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/cu.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/cu.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/cv.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/cv.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/cv.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/cv.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/cv.js b/apps/angular/node_modules/@angular/common/locales/extra/cv.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/cv.js rename to apps/angular/node_modules/@angular/common/locales/extra/cv.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/cv.js.map b/apps/angular/node_modules/@angular/common/locales/extra/cv.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/cv.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/cv.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/cy.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/cy.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/cy.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/cy.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/cy.js b/apps/angular/node_modules/@angular/common/locales/extra/cy.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/cy.js rename to apps/angular/node_modules/@angular/common/locales/extra/cy.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/cy.js.map b/apps/angular/node_modules/@angular/common/locales/extra/cy.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/cy.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/cy.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/da-GL.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/da-GL.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/da-GL.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/da-GL.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/da-GL.js b/apps/angular/node_modules/@angular/common/locales/extra/da-GL.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/da-GL.js rename to apps/angular/node_modules/@angular/common/locales/extra/da-GL.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/da-GL.js.map b/apps/angular/node_modules/@angular/common/locales/extra/da-GL.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/da-GL.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/da-GL.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/da.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/da.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/da.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/da.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/da.js b/apps/angular/node_modules/@angular/common/locales/extra/da.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/da.js rename to apps/angular/node_modules/@angular/common/locales/extra/da.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/da.js.map b/apps/angular/node_modules/@angular/common/locales/extra/da.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/da.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/da.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/dav.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/dav.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/dav.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/dav.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/dav.js b/apps/angular/node_modules/@angular/common/locales/extra/dav.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/dav.js rename to apps/angular/node_modules/@angular/common/locales/extra/dav.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/dav.js.map b/apps/angular/node_modules/@angular/common/locales/extra/dav.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/dav.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/dav.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/de-AT.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/de-AT.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/de-AT.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/de-AT.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/de-AT.js b/apps/angular/node_modules/@angular/common/locales/extra/de-AT.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/de-AT.js rename to apps/angular/node_modules/@angular/common/locales/extra/de-AT.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/de-AT.js.map b/apps/angular/node_modules/@angular/common/locales/extra/de-AT.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/de-AT.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/de-AT.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/de-BE.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/de-BE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/de-BE.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/de-BE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/de-BE.js b/apps/angular/node_modules/@angular/common/locales/extra/de-BE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/de-BE.js rename to apps/angular/node_modules/@angular/common/locales/extra/de-BE.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/de-BE.js.map b/apps/angular/node_modules/@angular/common/locales/extra/de-BE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/de-BE.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/de-BE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/de-CH.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/de-CH.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/de-CH.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/de-CH.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/de-CH.js b/apps/angular/node_modules/@angular/common/locales/extra/de-CH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/de-CH.js rename to apps/angular/node_modules/@angular/common/locales/extra/de-CH.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/de-CH.js.map b/apps/angular/node_modules/@angular/common/locales/extra/de-CH.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/de-CH.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/de-CH.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/de-IT.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/de-IT.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/de-IT.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/de-IT.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/de-IT.js b/apps/angular/node_modules/@angular/common/locales/extra/de-IT.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/de-IT.js rename to apps/angular/node_modules/@angular/common/locales/extra/de-IT.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/de-IT.js.map b/apps/angular/node_modules/@angular/common/locales/extra/de-IT.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/de-IT.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/de-IT.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/de-LI.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/de-LI.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/de-LI.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/de-LI.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/de-LI.js b/apps/angular/node_modules/@angular/common/locales/extra/de-LI.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/de-LI.js rename to apps/angular/node_modules/@angular/common/locales/extra/de-LI.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/de-LI.js.map b/apps/angular/node_modules/@angular/common/locales/extra/de-LI.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/de-LI.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/de-LI.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/de-LU.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/de-LU.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/de-LU.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/de-LU.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/de-LU.js b/apps/angular/node_modules/@angular/common/locales/extra/de-LU.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/de-LU.js rename to apps/angular/node_modules/@angular/common/locales/extra/de-LU.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/de-LU.js.map b/apps/angular/node_modules/@angular/common/locales/extra/de-LU.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/de-LU.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/de-LU.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/de.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/de.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/de.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/de.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/de.js b/apps/angular/node_modules/@angular/common/locales/extra/de.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/de.js rename to apps/angular/node_modules/@angular/common/locales/extra/de.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/de.js.map b/apps/angular/node_modules/@angular/common/locales/extra/de.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/de.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/de.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/dje.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/dje.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/dje.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/dje.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/dje.js b/apps/angular/node_modules/@angular/common/locales/extra/dje.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/dje.js rename to apps/angular/node_modules/@angular/common/locales/extra/dje.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/dje.js.map b/apps/angular/node_modules/@angular/common/locales/extra/dje.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/dje.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/dje.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/doi.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/doi.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/doi.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/doi.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/doi.js b/apps/angular/node_modules/@angular/common/locales/extra/doi.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/doi.js rename to apps/angular/node_modules/@angular/common/locales/extra/doi.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/doi.js.map b/apps/angular/node_modules/@angular/common/locales/extra/doi.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/doi.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/doi.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/dsb.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/dsb.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/dsb.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/dsb.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/dsb.js b/apps/angular/node_modules/@angular/common/locales/extra/dsb.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/dsb.js rename to apps/angular/node_modules/@angular/common/locales/extra/dsb.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/dsb.js.map b/apps/angular/node_modules/@angular/common/locales/extra/dsb.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/dsb.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/dsb.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/dua.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/dua.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/dua.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/dua.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/dua.js b/apps/angular/node_modules/@angular/common/locales/extra/dua.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/dua.js rename to apps/angular/node_modules/@angular/common/locales/extra/dua.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/dua.js.map b/apps/angular/node_modules/@angular/common/locales/extra/dua.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/dua.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/dua.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/dv.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/dv.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/dv.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/dv.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/dv.js b/apps/angular/node_modules/@angular/common/locales/extra/dv.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/dv.js rename to apps/angular/node_modules/@angular/common/locales/extra/dv.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/dv.js.map b/apps/angular/node_modules/@angular/common/locales/extra/dv.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/dv.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/dv.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/dyo.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/dyo.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/dyo.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/dyo.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/dyo.js b/apps/angular/node_modules/@angular/common/locales/extra/dyo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/dyo.js rename to apps/angular/node_modules/@angular/common/locales/extra/dyo.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/dyo.js.map b/apps/angular/node_modules/@angular/common/locales/extra/dyo.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/dyo.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/dyo.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/dz.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/dz.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/dz.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/dz.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/dz.js b/apps/angular/node_modules/@angular/common/locales/extra/dz.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/dz.js rename to apps/angular/node_modules/@angular/common/locales/extra/dz.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/dz.js.map b/apps/angular/node_modules/@angular/common/locales/extra/dz.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/dz.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/dz.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ebu.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ebu.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ebu.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ebu.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ebu.js b/apps/angular/node_modules/@angular/common/locales/extra/ebu.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ebu.js rename to apps/angular/node_modules/@angular/common/locales/extra/ebu.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ebu.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ebu.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ebu.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ebu.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ee-TG.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ee-TG.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ee-TG.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ee-TG.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ee-TG.js b/apps/angular/node_modules/@angular/common/locales/extra/ee-TG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ee-TG.js rename to apps/angular/node_modules/@angular/common/locales/extra/ee-TG.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ee-TG.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ee-TG.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ee-TG.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ee-TG.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ee.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ee.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ee.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ee.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ee.js b/apps/angular/node_modules/@angular/common/locales/extra/ee.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ee.js rename to apps/angular/node_modules/@angular/common/locales/extra/ee.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ee.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ee.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ee.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ee.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/el-CY.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/el-CY.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/el-CY.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/el-CY.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/el-CY.js b/apps/angular/node_modules/@angular/common/locales/extra/el-CY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/el-CY.js rename to apps/angular/node_modules/@angular/common/locales/extra/el-CY.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/el-CY.js.map b/apps/angular/node_modules/@angular/common/locales/extra/el-CY.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/el-CY.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/el-CY.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/el-polyton.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/el-polyton.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/el-polyton.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/el-polyton.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/el-polyton.js b/apps/angular/node_modules/@angular/common/locales/extra/el-polyton.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/el-polyton.js rename to apps/angular/node_modules/@angular/common/locales/extra/el-polyton.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/el-polyton.js.map b/apps/angular/node_modules/@angular/common/locales/extra/el-polyton.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/el-polyton.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/el-polyton.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/el.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/el.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/el.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/el.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/el.js b/apps/angular/node_modules/@angular/common/locales/extra/el.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/el.js rename to apps/angular/node_modules/@angular/common/locales/extra/el.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/el.js.map b/apps/angular/node_modules/@angular/common/locales/extra/el.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/el.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/el.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-001.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-001.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-001.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-001.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-001.js b/apps/angular/node_modules/@angular/common/locales/extra/en-001.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-001.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-001.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-001.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-001.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-001.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-001.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-150.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-150.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-150.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-150.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-150.js b/apps/angular/node_modules/@angular/common/locales/extra/en-150.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-150.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-150.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-150.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-150.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-150.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-150.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-AE.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-AE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-AE.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-AE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-AE.js b/apps/angular/node_modules/@angular/common/locales/extra/en-AE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-AE.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-AE.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-AE.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-AE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-AE.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-AE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-AG.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-AG.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-AG.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-AG.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-AG.js b/apps/angular/node_modules/@angular/common/locales/extra/en-AG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-AG.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-AG.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-AG.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-AG.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-AG.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-AG.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-AI.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-AI.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-AI.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-AI.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-AI.js b/apps/angular/node_modules/@angular/common/locales/extra/en-AI.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-AI.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-AI.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-AI.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-AI.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-AI.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-AI.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-AS.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-AS.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-AS.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-AS.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-AS.js b/apps/angular/node_modules/@angular/common/locales/extra/en-AS.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-AS.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-AS.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-AS.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-AS.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-AS.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-AS.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-AT.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-AT.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-AT.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-AT.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-AT.js b/apps/angular/node_modules/@angular/common/locales/extra/en-AT.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-AT.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-AT.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-AT.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-AT.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-AT.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-AT.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-AU.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-AU.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-AU.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-AU.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-AU.js b/apps/angular/node_modules/@angular/common/locales/extra/en-AU.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-AU.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-AU.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-AU.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-AU.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-AU.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-AU.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-BB.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-BB.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-BB.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-BB.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-BB.js b/apps/angular/node_modules/@angular/common/locales/extra/en-BB.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-BB.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-BB.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-BB.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-BB.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-BB.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-BB.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-BE.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-BE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-BE.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-BE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-BE.js b/apps/angular/node_modules/@angular/common/locales/extra/en-BE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-BE.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-BE.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-BE.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-BE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-BE.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-BE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-BI.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-BI.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-BI.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-BI.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-BI.js b/apps/angular/node_modules/@angular/common/locales/extra/en-BI.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-BI.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-BI.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-BI.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-BI.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-BI.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-BI.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-BM.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-BM.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-BM.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-BM.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-BM.js b/apps/angular/node_modules/@angular/common/locales/extra/en-BM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-BM.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-BM.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-BM.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-BM.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-BM.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-BM.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-BS.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-BS.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-BS.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-BS.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-BS.js b/apps/angular/node_modules/@angular/common/locales/extra/en-BS.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-BS.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-BS.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-BS.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-BS.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-BS.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-BS.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-BW.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-BW.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-BW.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-BW.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-BW.js b/apps/angular/node_modules/@angular/common/locales/extra/en-BW.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-BW.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-BW.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-BW.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-BW.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-BW.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-BW.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-BZ.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-BZ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-BZ.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-BZ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-BZ.js b/apps/angular/node_modules/@angular/common/locales/extra/en-BZ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-BZ.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-BZ.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-BZ.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-BZ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-BZ.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-BZ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-CA.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-CA.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-CA.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-CA.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-CA.js b/apps/angular/node_modules/@angular/common/locales/extra/en-CA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-CA.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-CA.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-CA.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-CA.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-CA.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-CA.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-CC.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-CC.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-CC.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-CC.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-CC.js b/apps/angular/node_modules/@angular/common/locales/extra/en-CC.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-CC.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-CC.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-CC.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-CC.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-CC.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-CC.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-CH.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-CH.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-CH.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-CH.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-CH.js b/apps/angular/node_modules/@angular/common/locales/extra/en-CH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-CH.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-CH.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-CH.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-CH.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-CH.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-CH.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-CK.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-CK.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-CK.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-CK.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-CK.js b/apps/angular/node_modules/@angular/common/locales/extra/en-CK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-CK.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-CK.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-CK.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-CK.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-CK.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-CK.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-CM.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-CM.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-CM.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-CM.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-CM.js b/apps/angular/node_modules/@angular/common/locales/extra/en-CM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-CM.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-CM.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-CM.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-CM.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-CM.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-CM.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-CX.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-CX.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-CX.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-CX.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-CX.js b/apps/angular/node_modules/@angular/common/locales/extra/en-CX.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-CX.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-CX.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-CX.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-CX.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-CX.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-CX.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-CY.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-CY.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-CY.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-CY.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-CY.js b/apps/angular/node_modules/@angular/common/locales/extra/en-CY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-CY.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-CY.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-CY.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-CY.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-CY.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-CY.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-CZ.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-CZ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-CZ.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-CZ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-CZ.js b/apps/angular/node_modules/@angular/common/locales/extra/en-CZ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-CZ.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-CZ.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-CZ.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-CZ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-CZ.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-CZ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-DE.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-DE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-DE.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-DE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-DE.js b/apps/angular/node_modules/@angular/common/locales/extra/en-DE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-DE.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-DE.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-DE.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-DE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-DE.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-DE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-DG.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-DG.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-DG.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-DG.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-DG.js b/apps/angular/node_modules/@angular/common/locales/extra/en-DG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-DG.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-DG.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-DG.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-DG.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-DG.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-DG.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-DK.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-DK.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-DK.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-DK.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-DK.js b/apps/angular/node_modules/@angular/common/locales/extra/en-DK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-DK.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-DK.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-DK.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-DK.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-DK.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-DK.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-DM.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-DM.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-DM.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-DM.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-DM.js b/apps/angular/node_modules/@angular/common/locales/extra/en-DM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-DM.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-DM.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-DM.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-DM.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-DM.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-DM.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-Dsrt.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-Dsrt.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-Dsrt.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-Dsrt.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-Dsrt.js b/apps/angular/node_modules/@angular/common/locales/extra/en-Dsrt.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-Dsrt.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-Dsrt.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-Dsrt.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-Dsrt.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-Dsrt.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-Dsrt.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-ER.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-ER.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-ER.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-ER.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-ER.js b/apps/angular/node_modules/@angular/common/locales/extra/en-ER.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-ER.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-ER.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-ER.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-ER.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-ER.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-ER.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-ES.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-ES.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-ES.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-ES.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-ES.js b/apps/angular/node_modules/@angular/common/locales/extra/en-ES.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-ES.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-ES.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-ES.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-ES.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-ES.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-ES.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-FI.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-FI.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-FI.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-FI.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-FI.js b/apps/angular/node_modules/@angular/common/locales/extra/en-FI.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-FI.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-FI.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-FI.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-FI.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-FI.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-FI.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-FJ.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-FJ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-FJ.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-FJ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-FJ.js b/apps/angular/node_modules/@angular/common/locales/extra/en-FJ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-FJ.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-FJ.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-FJ.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-FJ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-FJ.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-FJ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-FK.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-FK.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-FK.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-FK.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-FK.js b/apps/angular/node_modules/@angular/common/locales/extra/en-FK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-FK.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-FK.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-FK.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-FK.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-FK.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-FK.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-FM.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-FM.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-FM.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-FM.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-FM.js b/apps/angular/node_modules/@angular/common/locales/extra/en-FM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-FM.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-FM.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-FM.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-FM.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-FM.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-FM.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-FR.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-FR.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-FR.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-FR.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-FR.js b/apps/angular/node_modules/@angular/common/locales/extra/en-FR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-FR.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-FR.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-FR.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-FR.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-FR.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-FR.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-GB.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-GB.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-GB.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-GB.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-GB.js b/apps/angular/node_modules/@angular/common/locales/extra/en-GB.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-GB.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-GB.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-GB.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-GB.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-GB.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-GB.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-GD.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-GD.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-GD.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-GD.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-GD.js b/apps/angular/node_modules/@angular/common/locales/extra/en-GD.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-GD.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-GD.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-GD.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-GD.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-GD.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-GD.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-GG.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-GG.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-GG.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-GG.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-GG.js b/apps/angular/node_modules/@angular/common/locales/extra/en-GG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-GG.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-GG.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-GG.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-GG.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-GG.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-GG.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-GH.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-GH.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-GH.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-GH.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-GH.js b/apps/angular/node_modules/@angular/common/locales/extra/en-GH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-GH.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-GH.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-GH.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-GH.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-GH.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-GH.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-GI.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-GI.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-GI.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-GI.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-GI.js b/apps/angular/node_modules/@angular/common/locales/extra/en-GI.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-GI.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-GI.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-GI.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-GI.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-GI.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-GI.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-GM.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-GM.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-GM.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-GM.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-GM.js b/apps/angular/node_modules/@angular/common/locales/extra/en-GM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-GM.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-GM.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-GM.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-GM.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-GM.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-GM.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-GS.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-GS.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-GS.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-GS.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-GS.js b/apps/angular/node_modules/@angular/common/locales/extra/en-GS.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-GS.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-GS.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-GS.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-GS.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-GS.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-GS.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-GU.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-GU.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-GU.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-GU.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-GU.js b/apps/angular/node_modules/@angular/common/locales/extra/en-GU.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-GU.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-GU.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-GU.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-GU.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-GU.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-GU.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-GY.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-GY.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-GY.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-GY.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-GY.js b/apps/angular/node_modules/@angular/common/locales/extra/en-GY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-GY.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-GY.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-GY.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-GY.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-GY.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-GY.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-HK.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-HK.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-HK.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-HK.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-HK.js b/apps/angular/node_modules/@angular/common/locales/extra/en-HK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-HK.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-HK.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-HK.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-HK.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-HK.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-HK.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-HU.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-HU.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-HU.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-HU.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-HU.js b/apps/angular/node_modules/@angular/common/locales/extra/en-HU.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-HU.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-HU.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-HU.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-HU.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-HU.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-HU.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-ID.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-ID.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-ID.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-ID.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-ID.js b/apps/angular/node_modules/@angular/common/locales/extra/en-ID.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-ID.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-ID.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-ID.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-ID.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-ID.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-ID.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-IE.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-IE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-IE.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-IE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-IE.js b/apps/angular/node_modules/@angular/common/locales/extra/en-IE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-IE.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-IE.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-IE.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-IE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-IE.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-IE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-IL.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-IL.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-IL.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-IL.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-IL.js b/apps/angular/node_modules/@angular/common/locales/extra/en-IL.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-IL.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-IL.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-IL.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-IL.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-IL.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-IL.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-IM.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-IM.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-IM.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-IM.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-IM.js b/apps/angular/node_modules/@angular/common/locales/extra/en-IM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-IM.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-IM.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-IM.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-IM.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-IM.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-IM.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-IN.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-IN.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-IN.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-IN.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-IN.js b/apps/angular/node_modules/@angular/common/locales/extra/en-IN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-IN.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-IN.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-IN.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-IN.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-IN.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-IN.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-IO.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-IO.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-IO.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-IO.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-IO.js b/apps/angular/node_modules/@angular/common/locales/extra/en-IO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-IO.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-IO.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-IO.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-IO.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-IO.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-IO.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-IT.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-IT.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-IT.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-IT.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-IT.js b/apps/angular/node_modules/@angular/common/locales/extra/en-IT.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-IT.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-IT.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-IT.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-IT.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-IT.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-IT.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-JE.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-JE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-JE.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-JE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-JE.js b/apps/angular/node_modules/@angular/common/locales/extra/en-JE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-JE.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-JE.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-JE.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-JE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-JE.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-JE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-JM.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-JM.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-JM.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-JM.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-JM.js b/apps/angular/node_modules/@angular/common/locales/extra/en-JM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-JM.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-JM.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-JM.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-JM.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-JM.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-JM.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-KE.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-KE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-KE.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-KE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-KE.js b/apps/angular/node_modules/@angular/common/locales/extra/en-KE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-KE.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-KE.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-KE.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-KE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-KE.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-KE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-KI.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-KI.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-KI.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-KI.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-KI.js b/apps/angular/node_modules/@angular/common/locales/extra/en-KI.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-KI.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-KI.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-KI.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-KI.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-KI.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-KI.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-KN.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-KN.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-KN.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-KN.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-KN.js b/apps/angular/node_modules/@angular/common/locales/extra/en-KN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-KN.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-KN.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-KN.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-KN.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-KN.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-KN.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-KY.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-KY.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-KY.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-KY.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-KY.js b/apps/angular/node_modules/@angular/common/locales/extra/en-KY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-KY.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-KY.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-KY.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-KY.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-KY.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-KY.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-LC.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-LC.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-LC.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-LC.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-LC.js b/apps/angular/node_modules/@angular/common/locales/extra/en-LC.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-LC.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-LC.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-LC.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-LC.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-LC.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-LC.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-LR.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-LR.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-LR.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-LR.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-LR.js b/apps/angular/node_modules/@angular/common/locales/extra/en-LR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-LR.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-LR.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-LR.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-LR.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-LR.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-LR.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-LS.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-LS.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-LS.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-LS.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-LS.js b/apps/angular/node_modules/@angular/common/locales/extra/en-LS.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-LS.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-LS.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-LS.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-LS.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-LS.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-LS.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-MG.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-MG.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-MG.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-MG.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-MG.js b/apps/angular/node_modules/@angular/common/locales/extra/en-MG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-MG.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-MG.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-MG.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-MG.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-MG.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-MG.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-MH.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-MH.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-MH.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-MH.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-MH.js b/apps/angular/node_modules/@angular/common/locales/extra/en-MH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-MH.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-MH.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-MH.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-MH.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-MH.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-MH.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-MO.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-MO.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-MO.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-MO.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-MO.js b/apps/angular/node_modules/@angular/common/locales/extra/en-MO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-MO.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-MO.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-MO.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-MO.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-MO.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-MO.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-MP.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-MP.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-MP.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-MP.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-MP.js b/apps/angular/node_modules/@angular/common/locales/extra/en-MP.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-MP.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-MP.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-MP.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-MP.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-MP.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-MP.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-MS.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-MS.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-MS.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-MS.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-MS.js b/apps/angular/node_modules/@angular/common/locales/extra/en-MS.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-MS.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-MS.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-MS.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-MS.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-MS.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-MS.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-MT.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-MT.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-MT.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-MT.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-MT.js b/apps/angular/node_modules/@angular/common/locales/extra/en-MT.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-MT.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-MT.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-MT.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-MT.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-MT.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-MT.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-MU.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-MU.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-MU.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-MU.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-MU.js b/apps/angular/node_modules/@angular/common/locales/extra/en-MU.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-MU.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-MU.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-MU.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-MU.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-MU.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-MU.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-MV.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-MV.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-MV.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-MV.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-MV.js b/apps/angular/node_modules/@angular/common/locales/extra/en-MV.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-MV.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-MV.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-MV.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-MV.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-MV.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-MV.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-MW.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-MW.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-MW.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-MW.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-MW.js b/apps/angular/node_modules/@angular/common/locales/extra/en-MW.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-MW.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-MW.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-MW.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-MW.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-MW.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-MW.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-MY.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-MY.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-MY.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-MY.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-MY.js b/apps/angular/node_modules/@angular/common/locales/extra/en-MY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-MY.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-MY.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-MY.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-MY.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-MY.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-MY.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-NA.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-NA.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-NA.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-NA.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-NA.js b/apps/angular/node_modules/@angular/common/locales/extra/en-NA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-NA.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-NA.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-NA.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-NA.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-NA.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-NA.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-NF.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-NF.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-NF.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-NF.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-NF.js b/apps/angular/node_modules/@angular/common/locales/extra/en-NF.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-NF.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-NF.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-NF.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-NF.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-NF.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-NF.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-NG.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-NG.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-NG.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-NG.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-NG.js b/apps/angular/node_modules/@angular/common/locales/extra/en-NG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-NG.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-NG.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-NG.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-NG.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-NG.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-NG.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-NL.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-NL.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-NL.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-NL.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-NL.js b/apps/angular/node_modules/@angular/common/locales/extra/en-NL.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-NL.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-NL.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-NL.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-NL.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-NL.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-NL.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-NO.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-NO.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-NO.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-NO.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-NO.js b/apps/angular/node_modules/@angular/common/locales/extra/en-NO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-NO.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-NO.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-NO.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-NO.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-NO.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-NO.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-NR.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-NR.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-NR.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-NR.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-NR.js b/apps/angular/node_modules/@angular/common/locales/extra/en-NR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-NR.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-NR.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-NR.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-NR.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-NR.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-NR.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-NU.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-NU.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-NU.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-NU.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-NU.js b/apps/angular/node_modules/@angular/common/locales/extra/en-NU.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-NU.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-NU.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-NU.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-NU.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-NU.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-NU.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-NZ.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-NZ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-NZ.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-NZ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-NZ.js b/apps/angular/node_modules/@angular/common/locales/extra/en-NZ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-NZ.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-NZ.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-NZ.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-NZ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-NZ.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-NZ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-PG.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-PG.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-PG.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-PG.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-PG.js b/apps/angular/node_modules/@angular/common/locales/extra/en-PG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-PG.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-PG.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-PG.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-PG.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-PG.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-PG.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-PH.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-PH.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-PH.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-PH.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-PH.js b/apps/angular/node_modules/@angular/common/locales/extra/en-PH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-PH.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-PH.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-PH.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-PH.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-PH.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-PH.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-PK.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-PK.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-PK.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-PK.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-PK.js b/apps/angular/node_modules/@angular/common/locales/extra/en-PK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-PK.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-PK.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-PK.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-PK.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-PK.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-PK.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-PL.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-PL.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-PL.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-PL.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-PL.js b/apps/angular/node_modules/@angular/common/locales/extra/en-PL.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-PL.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-PL.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-PL.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-PL.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-PL.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-PL.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-PN.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-PN.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-PN.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-PN.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-PN.js b/apps/angular/node_modules/@angular/common/locales/extra/en-PN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-PN.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-PN.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-PN.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-PN.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-PN.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-PN.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-PR.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-PR.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-PR.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-PR.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-PR.js b/apps/angular/node_modules/@angular/common/locales/extra/en-PR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-PR.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-PR.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-PR.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-PR.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-PR.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-PR.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-PT.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-PT.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-PT.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-PT.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-PT.js b/apps/angular/node_modules/@angular/common/locales/extra/en-PT.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-PT.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-PT.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-PT.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-PT.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-PT.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-PT.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-PW.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-PW.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-PW.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-PW.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-PW.js b/apps/angular/node_modules/@angular/common/locales/extra/en-PW.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-PW.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-PW.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-PW.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-PW.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-PW.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-PW.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-RO.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-RO.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-RO.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-RO.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-RO.js b/apps/angular/node_modules/@angular/common/locales/extra/en-RO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-RO.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-RO.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-RO.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-RO.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-RO.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-RO.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-RW.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-RW.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-RW.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-RW.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-RW.js b/apps/angular/node_modules/@angular/common/locales/extra/en-RW.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-RW.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-RW.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-RW.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-RW.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-RW.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-RW.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-SB.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-SB.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-SB.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-SB.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-SB.js b/apps/angular/node_modules/@angular/common/locales/extra/en-SB.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-SB.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-SB.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-SB.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-SB.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-SB.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-SB.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-SC.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-SC.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-SC.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-SC.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-SC.js b/apps/angular/node_modules/@angular/common/locales/extra/en-SC.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-SC.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-SC.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-SC.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-SC.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-SC.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-SC.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-SD.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-SD.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-SD.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-SD.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-SD.js b/apps/angular/node_modules/@angular/common/locales/extra/en-SD.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-SD.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-SD.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-SD.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-SD.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-SD.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-SD.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-SE.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-SE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-SE.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-SE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-SE.js b/apps/angular/node_modules/@angular/common/locales/extra/en-SE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-SE.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-SE.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-SE.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-SE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-SE.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-SE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-SG.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-SG.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-SG.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-SG.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-SG.js b/apps/angular/node_modules/@angular/common/locales/extra/en-SG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-SG.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-SG.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-SG.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-SG.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-SG.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-SG.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-SH.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-SH.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-SH.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-SH.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-SH.js b/apps/angular/node_modules/@angular/common/locales/extra/en-SH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-SH.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-SH.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-SH.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-SH.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-SH.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-SH.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-SI.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-SI.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-SI.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-SI.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-SI.js b/apps/angular/node_modules/@angular/common/locales/extra/en-SI.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-SI.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-SI.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-SI.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-SI.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-SI.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-SI.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-SK.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-SK.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-SK.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-SK.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-SK.js b/apps/angular/node_modules/@angular/common/locales/extra/en-SK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-SK.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-SK.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-SK.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-SK.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-SK.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-SK.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-SL.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-SL.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-SL.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-SL.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-SL.js b/apps/angular/node_modules/@angular/common/locales/extra/en-SL.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-SL.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-SL.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-SL.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-SL.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-SL.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-SL.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-SS.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-SS.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-SS.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-SS.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-SS.js b/apps/angular/node_modules/@angular/common/locales/extra/en-SS.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-SS.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-SS.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-SS.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-SS.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-SS.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-SS.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-SX.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-SX.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-SX.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-SX.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-SX.js b/apps/angular/node_modules/@angular/common/locales/extra/en-SX.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-SX.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-SX.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-SX.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-SX.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-SX.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-SX.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-SZ.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-SZ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-SZ.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-SZ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-SZ.js b/apps/angular/node_modules/@angular/common/locales/extra/en-SZ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-SZ.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-SZ.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-SZ.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-SZ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-SZ.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-SZ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-Shaw.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-Shaw.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-Shaw.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-Shaw.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-Shaw.js b/apps/angular/node_modules/@angular/common/locales/extra/en-Shaw.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-Shaw.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-Shaw.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-Shaw.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-Shaw.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-Shaw.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-Shaw.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-TC.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-TC.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-TC.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-TC.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-TC.js b/apps/angular/node_modules/@angular/common/locales/extra/en-TC.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-TC.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-TC.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-TC.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-TC.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-TC.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-TC.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-TK.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-TK.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-TK.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-TK.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-TK.js b/apps/angular/node_modules/@angular/common/locales/extra/en-TK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-TK.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-TK.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-TK.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-TK.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-TK.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-TK.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-TO.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-TO.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-TO.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-TO.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-TO.js b/apps/angular/node_modules/@angular/common/locales/extra/en-TO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-TO.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-TO.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-TO.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-TO.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-TO.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-TO.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-TT.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-TT.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-TT.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-TT.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-TT.js b/apps/angular/node_modules/@angular/common/locales/extra/en-TT.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-TT.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-TT.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-TT.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-TT.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-TT.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-TT.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-TV.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-TV.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-TV.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-TV.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-TV.js b/apps/angular/node_modules/@angular/common/locales/extra/en-TV.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-TV.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-TV.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-TV.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-TV.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-TV.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-TV.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-TZ.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-TZ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-TZ.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-TZ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-TZ.js b/apps/angular/node_modules/@angular/common/locales/extra/en-TZ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-TZ.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-TZ.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-TZ.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-TZ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-TZ.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-TZ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-UG.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-UG.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-UG.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-UG.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-UG.js b/apps/angular/node_modules/@angular/common/locales/extra/en-UG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-UG.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-UG.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-UG.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-UG.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-UG.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-UG.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-UM.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-UM.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-UM.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-UM.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-UM.js b/apps/angular/node_modules/@angular/common/locales/extra/en-UM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-UM.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-UM.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-UM.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-UM.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-UM.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-UM.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-VC.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-VC.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-VC.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-VC.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-VC.js b/apps/angular/node_modules/@angular/common/locales/extra/en-VC.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-VC.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-VC.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-VC.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-VC.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-VC.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-VC.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-VG.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-VG.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-VG.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-VG.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-VG.js b/apps/angular/node_modules/@angular/common/locales/extra/en-VG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-VG.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-VG.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-VG.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-VG.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-VG.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-VG.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-VI.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-VI.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-VI.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-VI.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-VI.js b/apps/angular/node_modules/@angular/common/locales/extra/en-VI.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-VI.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-VI.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-VI.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-VI.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-VI.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-VI.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-VU.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-VU.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-VU.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-VU.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-VU.js b/apps/angular/node_modules/@angular/common/locales/extra/en-VU.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-VU.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-VU.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-VU.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-VU.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-VU.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-VU.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-WS.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-WS.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-WS.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-WS.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-WS.js b/apps/angular/node_modules/@angular/common/locales/extra/en-WS.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-WS.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-WS.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-WS.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-WS.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-WS.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-WS.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-ZA.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-ZA.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-ZA.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-ZA.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-ZA.js b/apps/angular/node_modules/@angular/common/locales/extra/en-ZA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-ZA.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-ZA.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-ZA.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-ZA.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-ZA.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-ZA.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-ZM.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-ZM.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-ZM.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-ZM.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-ZM.js b/apps/angular/node_modules/@angular/common/locales/extra/en-ZM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-ZM.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-ZM.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-ZM.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-ZM.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-ZM.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-ZM.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-ZW.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en-ZW.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-ZW.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en-ZW.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-ZW.js b/apps/angular/node_modules/@angular/common/locales/extra/en-ZW.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-ZW.js rename to apps/angular/node_modules/@angular/common/locales/extra/en-ZW.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en-ZW.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en-ZW.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en-ZW.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en-ZW.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/en.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/en.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en.js b/apps/angular/node_modules/@angular/common/locales/extra/en.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en.js rename to apps/angular/node_modules/@angular/common/locales/extra/en.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/en.js.map b/apps/angular/node_modules/@angular/common/locales/extra/en.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/en.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/en.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/eo.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/eo.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/eo.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/eo.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/eo.js b/apps/angular/node_modules/@angular/common/locales/extra/eo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/eo.js rename to apps/angular/node_modules/@angular/common/locales/extra/eo.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/eo.js.map b/apps/angular/node_modules/@angular/common/locales/extra/eo.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/eo.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/eo.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-419.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/es-419.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-419.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/es-419.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-419.js b/apps/angular/node_modules/@angular/common/locales/extra/es-419.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-419.js rename to apps/angular/node_modules/@angular/common/locales/extra/es-419.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-419.js.map b/apps/angular/node_modules/@angular/common/locales/extra/es-419.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-419.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/es-419.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-AR.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/es-AR.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-AR.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/es-AR.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-AR.js b/apps/angular/node_modules/@angular/common/locales/extra/es-AR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-AR.js rename to apps/angular/node_modules/@angular/common/locales/extra/es-AR.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-AR.js.map b/apps/angular/node_modules/@angular/common/locales/extra/es-AR.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-AR.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/es-AR.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-BO.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/es-BO.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-BO.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/es-BO.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-BO.js b/apps/angular/node_modules/@angular/common/locales/extra/es-BO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-BO.js rename to apps/angular/node_modules/@angular/common/locales/extra/es-BO.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-BO.js.map b/apps/angular/node_modules/@angular/common/locales/extra/es-BO.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-BO.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/es-BO.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-BR.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/es-BR.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-BR.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/es-BR.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-BR.js b/apps/angular/node_modules/@angular/common/locales/extra/es-BR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-BR.js rename to apps/angular/node_modules/@angular/common/locales/extra/es-BR.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-BR.js.map b/apps/angular/node_modules/@angular/common/locales/extra/es-BR.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-BR.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/es-BR.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-BZ.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/es-BZ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-BZ.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/es-BZ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-BZ.js b/apps/angular/node_modules/@angular/common/locales/extra/es-BZ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-BZ.js rename to apps/angular/node_modules/@angular/common/locales/extra/es-BZ.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-BZ.js.map b/apps/angular/node_modules/@angular/common/locales/extra/es-BZ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-BZ.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/es-BZ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-CL.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/es-CL.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-CL.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/es-CL.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-CL.js b/apps/angular/node_modules/@angular/common/locales/extra/es-CL.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-CL.js rename to apps/angular/node_modules/@angular/common/locales/extra/es-CL.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-CL.js.map b/apps/angular/node_modules/@angular/common/locales/extra/es-CL.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-CL.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/es-CL.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-CO.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/es-CO.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-CO.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/es-CO.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-CO.js b/apps/angular/node_modules/@angular/common/locales/extra/es-CO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-CO.js rename to apps/angular/node_modules/@angular/common/locales/extra/es-CO.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-CO.js.map b/apps/angular/node_modules/@angular/common/locales/extra/es-CO.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-CO.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/es-CO.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-CR.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/es-CR.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-CR.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/es-CR.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-CR.js b/apps/angular/node_modules/@angular/common/locales/extra/es-CR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-CR.js rename to apps/angular/node_modules/@angular/common/locales/extra/es-CR.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-CR.js.map b/apps/angular/node_modules/@angular/common/locales/extra/es-CR.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-CR.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/es-CR.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-CU.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/es-CU.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-CU.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/es-CU.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-CU.js b/apps/angular/node_modules/@angular/common/locales/extra/es-CU.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-CU.js rename to apps/angular/node_modules/@angular/common/locales/extra/es-CU.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-CU.js.map b/apps/angular/node_modules/@angular/common/locales/extra/es-CU.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-CU.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/es-CU.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-DO.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/es-DO.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-DO.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/es-DO.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-DO.js b/apps/angular/node_modules/@angular/common/locales/extra/es-DO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-DO.js rename to apps/angular/node_modules/@angular/common/locales/extra/es-DO.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-DO.js.map b/apps/angular/node_modules/@angular/common/locales/extra/es-DO.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-DO.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/es-DO.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-EA.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/es-EA.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-EA.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/es-EA.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-EA.js b/apps/angular/node_modules/@angular/common/locales/extra/es-EA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-EA.js rename to apps/angular/node_modules/@angular/common/locales/extra/es-EA.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-EA.js.map b/apps/angular/node_modules/@angular/common/locales/extra/es-EA.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-EA.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/es-EA.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-EC.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/es-EC.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-EC.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/es-EC.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-EC.js b/apps/angular/node_modules/@angular/common/locales/extra/es-EC.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-EC.js rename to apps/angular/node_modules/@angular/common/locales/extra/es-EC.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-EC.js.map b/apps/angular/node_modules/@angular/common/locales/extra/es-EC.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-EC.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/es-EC.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-GQ.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/es-GQ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-GQ.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/es-GQ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-GQ.js b/apps/angular/node_modules/@angular/common/locales/extra/es-GQ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-GQ.js rename to apps/angular/node_modules/@angular/common/locales/extra/es-GQ.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-GQ.js.map b/apps/angular/node_modules/@angular/common/locales/extra/es-GQ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-GQ.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/es-GQ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-GT.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/es-GT.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-GT.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/es-GT.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-GT.js b/apps/angular/node_modules/@angular/common/locales/extra/es-GT.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-GT.js rename to apps/angular/node_modules/@angular/common/locales/extra/es-GT.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-GT.js.map b/apps/angular/node_modules/@angular/common/locales/extra/es-GT.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-GT.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/es-GT.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-HN.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/es-HN.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-HN.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/es-HN.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-HN.js b/apps/angular/node_modules/@angular/common/locales/extra/es-HN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-HN.js rename to apps/angular/node_modules/@angular/common/locales/extra/es-HN.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-HN.js.map b/apps/angular/node_modules/@angular/common/locales/extra/es-HN.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-HN.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/es-HN.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-IC.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/es-IC.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-IC.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/es-IC.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-IC.js b/apps/angular/node_modules/@angular/common/locales/extra/es-IC.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-IC.js rename to apps/angular/node_modules/@angular/common/locales/extra/es-IC.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-IC.js.map b/apps/angular/node_modules/@angular/common/locales/extra/es-IC.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-IC.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/es-IC.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-MX.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/es-MX.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-MX.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/es-MX.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-MX.js b/apps/angular/node_modules/@angular/common/locales/extra/es-MX.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-MX.js rename to apps/angular/node_modules/@angular/common/locales/extra/es-MX.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-MX.js.map b/apps/angular/node_modules/@angular/common/locales/extra/es-MX.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-MX.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/es-MX.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-NI.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/es-NI.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-NI.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/es-NI.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-NI.js b/apps/angular/node_modules/@angular/common/locales/extra/es-NI.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-NI.js rename to apps/angular/node_modules/@angular/common/locales/extra/es-NI.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-NI.js.map b/apps/angular/node_modules/@angular/common/locales/extra/es-NI.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-NI.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/es-NI.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-PA.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/es-PA.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-PA.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/es-PA.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-PA.js b/apps/angular/node_modules/@angular/common/locales/extra/es-PA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-PA.js rename to apps/angular/node_modules/@angular/common/locales/extra/es-PA.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-PA.js.map b/apps/angular/node_modules/@angular/common/locales/extra/es-PA.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-PA.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/es-PA.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-PE.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/es-PE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-PE.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/es-PE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-PE.js b/apps/angular/node_modules/@angular/common/locales/extra/es-PE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-PE.js rename to apps/angular/node_modules/@angular/common/locales/extra/es-PE.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-PE.js.map b/apps/angular/node_modules/@angular/common/locales/extra/es-PE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-PE.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/es-PE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-PH.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/es-PH.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-PH.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/es-PH.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-PH.js b/apps/angular/node_modules/@angular/common/locales/extra/es-PH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-PH.js rename to apps/angular/node_modules/@angular/common/locales/extra/es-PH.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-PH.js.map b/apps/angular/node_modules/@angular/common/locales/extra/es-PH.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-PH.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/es-PH.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-PR.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/es-PR.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-PR.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/es-PR.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-PR.js b/apps/angular/node_modules/@angular/common/locales/extra/es-PR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-PR.js rename to apps/angular/node_modules/@angular/common/locales/extra/es-PR.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-PR.js.map b/apps/angular/node_modules/@angular/common/locales/extra/es-PR.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-PR.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/es-PR.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-PY.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/es-PY.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-PY.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/es-PY.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-PY.js b/apps/angular/node_modules/@angular/common/locales/extra/es-PY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-PY.js rename to apps/angular/node_modules/@angular/common/locales/extra/es-PY.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-PY.js.map b/apps/angular/node_modules/@angular/common/locales/extra/es-PY.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-PY.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/es-PY.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-SV.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/es-SV.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-SV.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/es-SV.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-SV.js b/apps/angular/node_modules/@angular/common/locales/extra/es-SV.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-SV.js rename to apps/angular/node_modules/@angular/common/locales/extra/es-SV.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-SV.js.map b/apps/angular/node_modules/@angular/common/locales/extra/es-SV.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-SV.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/es-SV.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-US.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/es-US.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-US.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/es-US.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-US.js b/apps/angular/node_modules/@angular/common/locales/extra/es-US.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-US.js rename to apps/angular/node_modules/@angular/common/locales/extra/es-US.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-US.js.map b/apps/angular/node_modules/@angular/common/locales/extra/es-US.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-US.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/es-US.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-UY.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/es-UY.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-UY.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/es-UY.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-UY.js b/apps/angular/node_modules/@angular/common/locales/extra/es-UY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-UY.js rename to apps/angular/node_modules/@angular/common/locales/extra/es-UY.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-UY.js.map b/apps/angular/node_modules/@angular/common/locales/extra/es-UY.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-UY.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/es-UY.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-VE.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/es-VE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-VE.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/es-VE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-VE.js b/apps/angular/node_modules/@angular/common/locales/extra/es-VE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-VE.js rename to apps/angular/node_modules/@angular/common/locales/extra/es-VE.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es-VE.js.map b/apps/angular/node_modules/@angular/common/locales/extra/es-VE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es-VE.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/es-VE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/es.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/es.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es.js b/apps/angular/node_modules/@angular/common/locales/extra/es.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es.js rename to apps/angular/node_modules/@angular/common/locales/extra/es.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/es.js.map b/apps/angular/node_modules/@angular/common/locales/extra/es.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/es.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/es.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/et.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/et.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/et.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/et.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/et.js b/apps/angular/node_modules/@angular/common/locales/extra/et.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/et.js rename to apps/angular/node_modules/@angular/common/locales/extra/et.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/et.js.map b/apps/angular/node_modules/@angular/common/locales/extra/et.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/et.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/et.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/eu.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/eu.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/eu.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/eu.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/eu.js b/apps/angular/node_modules/@angular/common/locales/extra/eu.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/eu.js rename to apps/angular/node_modules/@angular/common/locales/extra/eu.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/eu.js.map b/apps/angular/node_modules/@angular/common/locales/extra/eu.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/eu.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/eu.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ewo.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ewo.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ewo.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ewo.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ewo.js b/apps/angular/node_modules/@angular/common/locales/extra/ewo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ewo.js rename to apps/angular/node_modules/@angular/common/locales/extra/ewo.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ewo.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ewo.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ewo.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ewo.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fa-AF.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fa-AF.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fa-AF.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fa-AF.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fa-AF.js b/apps/angular/node_modules/@angular/common/locales/extra/fa-AF.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fa-AF.js rename to apps/angular/node_modules/@angular/common/locales/extra/fa-AF.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fa-AF.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fa-AF.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fa-AF.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fa-AF.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fa.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fa.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fa.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fa.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fa.js b/apps/angular/node_modules/@angular/common/locales/extra/fa.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fa.js rename to apps/angular/node_modules/@angular/common/locales/extra/fa.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fa.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fa.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fa.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fa.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-BF.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-BF.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-BF.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-BF.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-BF.js b/apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-BF.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-BF.js rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-BF.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-BF.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-BF.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-BF.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-BF.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-CM.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-CM.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-CM.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-CM.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-CM.js b/apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-CM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-CM.js rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-CM.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-CM.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-CM.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-CM.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-CM.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-GH.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-GH.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-GH.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-GH.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-GH.js b/apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-GH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-GH.js rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-GH.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-GH.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-GH.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-GH.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-GH.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-GM.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-GM.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-GM.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-GM.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-GM.js b/apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-GM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-GM.js rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-GM.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-GM.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-GM.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-GM.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-GM.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-GW.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-GW.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-GW.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-GW.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-GW.js b/apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-GW.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-GW.js rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-GW.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-GW.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-GW.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-GW.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-GW.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-LR.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-LR.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-LR.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-LR.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-LR.js b/apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-LR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-LR.js rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-LR.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-LR.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-LR.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-LR.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-LR.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-MR.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-MR.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-MR.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-MR.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-MR.js b/apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-MR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-MR.js rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-MR.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-MR.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-MR.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-MR.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-MR.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-NE.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-NE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-NE.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-NE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-NE.js b/apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-NE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-NE.js rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-NE.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-NE.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-NE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-NE.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-NE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-NG.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-NG.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-NG.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-NG.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-NG.js b/apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-NG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-NG.js rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-NG.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-NG.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-NG.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-NG.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-NG.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-SL.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-SL.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-SL.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-SL.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-SL.js b/apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-SL.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-SL.js rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-SL.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-SL.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-SL.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-SL.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-SL.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-SN.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-SN.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-SN.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-SN.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-SN.js b/apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-SN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-SN.js rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-SN.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-SN.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-SN.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm-SN.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm-SN.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm.js b/apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm.js rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Adlm.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Adlm.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-CM.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ff-CM.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-CM.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ff-CM.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-CM.js b/apps/angular/node_modules/@angular/common/locales/extra/ff-CM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-CM.js rename to apps/angular/node_modules/@angular/common/locales/extra/ff-CM.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-CM.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ff-CM.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-CM.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ff-CM.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-GN.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ff-GN.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-GN.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ff-GN.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-GN.js b/apps/angular/node_modules/@angular/common/locales/extra/ff-GN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-GN.js rename to apps/angular/node_modules/@angular/common/locales/extra/ff-GN.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-GN.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ff-GN.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-GN.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ff-GN.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-BF.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-BF.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-BF.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-BF.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-BF.js b/apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-BF.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-BF.js rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-BF.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-BF.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-BF.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-BF.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-BF.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-CM.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-CM.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-CM.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-CM.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-CM.js b/apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-CM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-CM.js rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-CM.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-CM.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-CM.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-CM.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-CM.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-GH.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-GH.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-GH.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-GH.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-GH.js b/apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-GH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-GH.js rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-GH.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-GH.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-GH.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-GH.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-GH.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-GM.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-GM.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-GM.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-GM.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-GM.js b/apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-GM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-GM.js rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-GM.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-GM.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-GM.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-GM.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-GM.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-GN.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-GN.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-GN.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-GN.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-GN.js b/apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-GN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-GN.js rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-GN.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-GN.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-GN.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-GN.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-GN.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-GW.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-GW.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-GW.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-GW.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-GW.js b/apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-GW.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-GW.js rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-GW.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-GW.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-GW.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-GW.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-GW.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-LR.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-LR.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-LR.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-LR.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-LR.js b/apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-LR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-LR.js rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-LR.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-LR.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-LR.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-LR.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-LR.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-MR.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-MR.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-MR.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-MR.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-MR.js b/apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-MR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-MR.js rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-MR.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-MR.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-MR.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-MR.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-MR.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-NE.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-NE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-NE.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-NE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-NE.js b/apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-NE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-NE.js rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-NE.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-NE.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-NE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-NE.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-NE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-NG.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-NG.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-NG.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-NG.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-NG.js b/apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-NG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-NG.js rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-NG.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-NG.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-NG.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-NG.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-NG.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-SL.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-SL.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-SL.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-SL.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-SL.js b/apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-SL.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-SL.js rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-SL.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-SL.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-SL.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Latn-SL.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Latn-SL.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Latn.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ff-Latn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Latn.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Latn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Latn.js b/apps/angular/node_modules/@angular/common/locales/extra/ff-Latn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Latn.js rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Latn.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-Latn.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ff-Latn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-Latn.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ff-Latn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-MR.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ff-MR.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-MR.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ff-MR.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-MR.js b/apps/angular/node_modules/@angular/common/locales/extra/ff-MR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-MR.js rename to apps/angular/node_modules/@angular/common/locales/extra/ff-MR.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff-MR.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ff-MR.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff-MR.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ff-MR.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ff.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ff.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff.js b/apps/angular/node_modules/@angular/common/locales/extra/ff.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff.js rename to apps/angular/node_modules/@angular/common/locales/extra/ff.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ff.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ff.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ff.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ff.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fi.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fi.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fi.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fi.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fi.js b/apps/angular/node_modules/@angular/common/locales/extra/fi.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fi.js rename to apps/angular/node_modules/@angular/common/locales/extra/fi.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fi.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fi.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fi.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fi.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fil.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fil.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fil.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fil.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fil.js b/apps/angular/node_modules/@angular/common/locales/extra/fil.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fil.js rename to apps/angular/node_modules/@angular/common/locales/extra/fil.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fil.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fil.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fil.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fil.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fo-DK.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fo-DK.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fo-DK.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fo-DK.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fo-DK.js b/apps/angular/node_modules/@angular/common/locales/extra/fo-DK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fo-DK.js rename to apps/angular/node_modules/@angular/common/locales/extra/fo-DK.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fo-DK.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fo-DK.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fo-DK.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fo-DK.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fo.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fo.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fo.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fo.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fo.js b/apps/angular/node_modules/@angular/common/locales/extra/fo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fo.js rename to apps/angular/node_modules/@angular/common/locales/extra/fo.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fo.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fo.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fo.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fo.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-BE.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fr-BE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-BE.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fr-BE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-BE.js b/apps/angular/node_modules/@angular/common/locales/extra/fr-BE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-BE.js rename to apps/angular/node_modules/@angular/common/locales/extra/fr-BE.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-BE.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fr-BE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-BE.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fr-BE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-BF.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fr-BF.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-BF.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fr-BF.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-BF.js b/apps/angular/node_modules/@angular/common/locales/extra/fr-BF.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-BF.js rename to apps/angular/node_modules/@angular/common/locales/extra/fr-BF.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-BF.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fr-BF.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-BF.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fr-BF.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-BI.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fr-BI.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-BI.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fr-BI.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-BI.js b/apps/angular/node_modules/@angular/common/locales/extra/fr-BI.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-BI.js rename to apps/angular/node_modules/@angular/common/locales/extra/fr-BI.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-BI.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fr-BI.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-BI.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fr-BI.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-BJ.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fr-BJ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-BJ.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fr-BJ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-BJ.js b/apps/angular/node_modules/@angular/common/locales/extra/fr-BJ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-BJ.js rename to apps/angular/node_modules/@angular/common/locales/extra/fr-BJ.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-BJ.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fr-BJ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-BJ.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fr-BJ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-BL.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fr-BL.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-BL.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fr-BL.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-BL.js b/apps/angular/node_modules/@angular/common/locales/extra/fr-BL.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-BL.js rename to apps/angular/node_modules/@angular/common/locales/extra/fr-BL.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-BL.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fr-BL.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-BL.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fr-BL.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-CA.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fr-CA.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-CA.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fr-CA.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-CA.js b/apps/angular/node_modules/@angular/common/locales/extra/fr-CA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-CA.js rename to apps/angular/node_modules/@angular/common/locales/extra/fr-CA.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-CA.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fr-CA.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-CA.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fr-CA.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-CD.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fr-CD.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-CD.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fr-CD.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-CD.js b/apps/angular/node_modules/@angular/common/locales/extra/fr-CD.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-CD.js rename to apps/angular/node_modules/@angular/common/locales/extra/fr-CD.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-CD.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fr-CD.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-CD.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fr-CD.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-CF.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fr-CF.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-CF.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fr-CF.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-CF.js b/apps/angular/node_modules/@angular/common/locales/extra/fr-CF.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-CF.js rename to apps/angular/node_modules/@angular/common/locales/extra/fr-CF.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-CF.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fr-CF.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-CF.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fr-CF.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-CG.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fr-CG.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-CG.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fr-CG.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-CG.js b/apps/angular/node_modules/@angular/common/locales/extra/fr-CG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-CG.js rename to apps/angular/node_modules/@angular/common/locales/extra/fr-CG.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-CG.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fr-CG.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-CG.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fr-CG.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-CH.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fr-CH.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-CH.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fr-CH.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-CH.js b/apps/angular/node_modules/@angular/common/locales/extra/fr-CH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-CH.js rename to apps/angular/node_modules/@angular/common/locales/extra/fr-CH.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-CH.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fr-CH.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-CH.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fr-CH.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-CI.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fr-CI.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-CI.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fr-CI.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-CI.js b/apps/angular/node_modules/@angular/common/locales/extra/fr-CI.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-CI.js rename to apps/angular/node_modules/@angular/common/locales/extra/fr-CI.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-CI.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fr-CI.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-CI.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fr-CI.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-CM.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fr-CM.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-CM.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fr-CM.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-CM.js b/apps/angular/node_modules/@angular/common/locales/extra/fr-CM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-CM.js rename to apps/angular/node_modules/@angular/common/locales/extra/fr-CM.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-CM.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fr-CM.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-CM.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fr-CM.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-DJ.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fr-DJ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-DJ.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fr-DJ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-DJ.js b/apps/angular/node_modules/@angular/common/locales/extra/fr-DJ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-DJ.js rename to apps/angular/node_modules/@angular/common/locales/extra/fr-DJ.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-DJ.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fr-DJ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-DJ.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fr-DJ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-DZ.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fr-DZ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-DZ.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fr-DZ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-DZ.js b/apps/angular/node_modules/@angular/common/locales/extra/fr-DZ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-DZ.js rename to apps/angular/node_modules/@angular/common/locales/extra/fr-DZ.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-DZ.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fr-DZ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-DZ.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fr-DZ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-GA.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fr-GA.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-GA.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fr-GA.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-GA.js b/apps/angular/node_modules/@angular/common/locales/extra/fr-GA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-GA.js rename to apps/angular/node_modules/@angular/common/locales/extra/fr-GA.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-GA.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fr-GA.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-GA.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fr-GA.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-GF.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fr-GF.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-GF.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fr-GF.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-GF.js b/apps/angular/node_modules/@angular/common/locales/extra/fr-GF.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-GF.js rename to apps/angular/node_modules/@angular/common/locales/extra/fr-GF.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-GF.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fr-GF.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-GF.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fr-GF.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-GN.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fr-GN.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-GN.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fr-GN.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-GN.js b/apps/angular/node_modules/@angular/common/locales/extra/fr-GN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-GN.js rename to apps/angular/node_modules/@angular/common/locales/extra/fr-GN.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-GN.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fr-GN.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-GN.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fr-GN.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-GP.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fr-GP.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-GP.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fr-GP.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-GP.js b/apps/angular/node_modules/@angular/common/locales/extra/fr-GP.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-GP.js rename to apps/angular/node_modules/@angular/common/locales/extra/fr-GP.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-GP.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fr-GP.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-GP.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fr-GP.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-GQ.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fr-GQ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-GQ.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fr-GQ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-GQ.js b/apps/angular/node_modules/@angular/common/locales/extra/fr-GQ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-GQ.js rename to apps/angular/node_modules/@angular/common/locales/extra/fr-GQ.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-GQ.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fr-GQ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-GQ.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fr-GQ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-HT.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fr-HT.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-HT.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fr-HT.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-HT.js b/apps/angular/node_modules/@angular/common/locales/extra/fr-HT.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-HT.js rename to apps/angular/node_modules/@angular/common/locales/extra/fr-HT.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-HT.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fr-HT.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-HT.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fr-HT.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-KM.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fr-KM.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-KM.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fr-KM.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-KM.js b/apps/angular/node_modules/@angular/common/locales/extra/fr-KM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-KM.js rename to apps/angular/node_modules/@angular/common/locales/extra/fr-KM.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-KM.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fr-KM.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-KM.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fr-KM.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-LU.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fr-LU.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-LU.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fr-LU.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-LU.js b/apps/angular/node_modules/@angular/common/locales/extra/fr-LU.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-LU.js rename to apps/angular/node_modules/@angular/common/locales/extra/fr-LU.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-LU.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fr-LU.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-LU.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fr-LU.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-MA.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fr-MA.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-MA.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fr-MA.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-MA.js b/apps/angular/node_modules/@angular/common/locales/extra/fr-MA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-MA.js rename to apps/angular/node_modules/@angular/common/locales/extra/fr-MA.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-MA.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fr-MA.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-MA.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fr-MA.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-MC.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fr-MC.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-MC.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fr-MC.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-MC.js b/apps/angular/node_modules/@angular/common/locales/extra/fr-MC.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-MC.js rename to apps/angular/node_modules/@angular/common/locales/extra/fr-MC.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-MC.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fr-MC.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-MC.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fr-MC.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-MF.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fr-MF.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-MF.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fr-MF.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-MF.js b/apps/angular/node_modules/@angular/common/locales/extra/fr-MF.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-MF.js rename to apps/angular/node_modules/@angular/common/locales/extra/fr-MF.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-MF.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fr-MF.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-MF.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fr-MF.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-MG.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fr-MG.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-MG.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fr-MG.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-MG.js b/apps/angular/node_modules/@angular/common/locales/extra/fr-MG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-MG.js rename to apps/angular/node_modules/@angular/common/locales/extra/fr-MG.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-MG.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fr-MG.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-MG.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fr-MG.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-ML.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fr-ML.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-ML.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fr-ML.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-ML.js b/apps/angular/node_modules/@angular/common/locales/extra/fr-ML.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-ML.js rename to apps/angular/node_modules/@angular/common/locales/extra/fr-ML.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-ML.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fr-ML.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-ML.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fr-ML.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-MQ.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fr-MQ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-MQ.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fr-MQ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-MQ.js b/apps/angular/node_modules/@angular/common/locales/extra/fr-MQ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-MQ.js rename to apps/angular/node_modules/@angular/common/locales/extra/fr-MQ.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-MQ.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fr-MQ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-MQ.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fr-MQ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-MR.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fr-MR.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-MR.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fr-MR.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-MR.js b/apps/angular/node_modules/@angular/common/locales/extra/fr-MR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-MR.js rename to apps/angular/node_modules/@angular/common/locales/extra/fr-MR.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-MR.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fr-MR.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-MR.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fr-MR.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-MU.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fr-MU.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-MU.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fr-MU.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-MU.js b/apps/angular/node_modules/@angular/common/locales/extra/fr-MU.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-MU.js rename to apps/angular/node_modules/@angular/common/locales/extra/fr-MU.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-MU.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fr-MU.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-MU.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fr-MU.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-NC.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fr-NC.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-NC.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fr-NC.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-NC.js b/apps/angular/node_modules/@angular/common/locales/extra/fr-NC.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-NC.js rename to apps/angular/node_modules/@angular/common/locales/extra/fr-NC.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-NC.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fr-NC.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-NC.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fr-NC.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-NE.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fr-NE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-NE.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fr-NE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-NE.js b/apps/angular/node_modules/@angular/common/locales/extra/fr-NE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-NE.js rename to apps/angular/node_modules/@angular/common/locales/extra/fr-NE.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-NE.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fr-NE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-NE.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fr-NE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-PF.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fr-PF.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-PF.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fr-PF.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-PF.js b/apps/angular/node_modules/@angular/common/locales/extra/fr-PF.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-PF.js rename to apps/angular/node_modules/@angular/common/locales/extra/fr-PF.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-PF.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fr-PF.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-PF.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fr-PF.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-PM.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fr-PM.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-PM.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fr-PM.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-PM.js b/apps/angular/node_modules/@angular/common/locales/extra/fr-PM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-PM.js rename to apps/angular/node_modules/@angular/common/locales/extra/fr-PM.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-PM.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fr-PM.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-PM.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fr-PM.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-RE.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fr-RE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-RE.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fr-RE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-RE.js b/apps/angular/node_modules/@angular/common/locales/extra/fr-RE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-RE.js rename to apps/angular/node_modules/@angular/common/locales/extra/fr-RE.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-RE.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fr-RE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-RE.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fr-RE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-RW.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fr-RW.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-RW.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fr-RW.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-RW.js b/apps/angular/node_modules/@angular/common/locales/extra/fr-RW.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-RW.js rename to apps/angular/node_modules/@angular/common/locales/extra/fr-RW.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-RW.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fr-RW.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-RW.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fr-RW.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-SC.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fr-SC.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-SC.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fr-SC.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-SC.js b/apps/angular/node_modules/@angular/common/locales/extra/fr-SC.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-SC.js rename to apps/angular/node_modules/@angular/common/locales/extra/fr-SC.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-SC.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fr-SC.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-SC.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fr-SC.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-SN.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fr-SN.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-SN.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fr-SN.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-SN.js b/apps/angular/node_modules/@angular/common/locales/extra/fr-SN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-SN.js rename to apps/angular/node_modules/@angular/common/locales/extra/fr-SN.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-SN.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fr-SN.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-SN.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fr-SN.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-SY.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fr-SY.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-SY.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fr-SY.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-SY.js b/apps/angular/node_modules/@angular/common/locales/extra/fr-SY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-SY.js rename to apps/angular/node_modules/@angular/common/locales/extra/fr-SY.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-SY.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fr-SY.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-SY.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fr-SY.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-TD.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fr-TD.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-TD.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fr-TD.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-TD.js b/apps/angular/node_modules/@angular/common/locales/extra/fr-TD.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-TD.js rename to apps/angular/node_modules/@angular/common/locales/extra/fr-TD.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-TD.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fr-TD.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-TD.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fr-TD.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-TG.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fr-TG.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-TG.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fr-TG.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-TG.js b/apps/angular/node_modules/@angular/common/locales/extra/fr-TG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-TG.js rename to apps/angular/node_modules/@angular/common/locales/extra/fr-TG.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-TG.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fr-TG.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-TG.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fr-TG.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-TN.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fr-TN.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-TN.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fr-TN.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-TN.js b/apps/angular/node_modules/@angular/common/locales/extra/fr-TN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-TN.js rename to apps/angular/node_modules/@angular/common/locales/extra/fr-TN.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-TN.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fr-TN.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-TN.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fr-TN.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-VU.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fr-VU.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-VU.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fr-VU.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-VU.js b/apps/angular/node_modules/@angular/common/locales/extra/fr-VU.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-VU.js rename to apps/angular/node_modules/@angular/common/locales/extra/fr-VU.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-VU.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fr-VU.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-VU.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fr-VU.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-WF.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fr-WF.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-WF.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fr-WF.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-WF.js b/apps/angular/node_modules/@angular/common/locales/extra/fr-WF.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-WF.js rename to apps/angular/node_modules/@angular/common/locales/extra/fr-WF.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-WF.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fr-WF.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-WF.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fr-WF.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-YT.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fr-YT.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-YT.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fr-YT.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-YT.js b/apps/angular/node_modules/@angular/common/locales/extra/fr-YT.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-YT.js rename to apps/angular/node_modules/@angular/common/locales/extra/fr-YT.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr-YT.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fr-YT.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr-YT.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fr-YT.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fr.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fr.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr.js b/apps/angular/node_modules/@angular/common/locales/extra/fr.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr.js rename to apps/angular/node_modules/@angular/common/locales/extra/fr.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fr.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fr.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fr.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fr.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/frr.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/frr.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/frr.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/frr.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/frr.js b/apps/angular/node_modules/@angular/common/locales/extra/frr.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/frr.js rename to apps/angular/node_modules/@angular/common/locales/extra/frr.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/frr.js.map b/apps/angular/node_modules/@angular/common/locales/extra/frr.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/frr.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/frr.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fur.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fur.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fur.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fur.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fur.js b/apps/angular/node_modules/@angular/common/locales/extra/fur.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fur.js rename to apps/angular/node_modules/@angular/common/locales/extra/fur.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fur.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fur.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fur.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fur.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fy.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/fy.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fy.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/fy.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fy.js b/apps/angular/node_modules/@angular/common/locales/extra/fy.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fy.js rename to apps/angular/node_modules/@angular/common/locales/extra/fy.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/fy.js.map b/apps/angular/node_modules/@angular/common/locales/extra/fy.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/fy.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/fy.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ga-GB.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ga-GB.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ga-GB.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ga-GB.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ga-GB.js b/apps/angular/node_modules/@angular/common/locales/extra/ga-GB.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ga-GB.js rename to apps/angular/node_modules/@angular/common/locales/extra/ga-GB.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ga-GB.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ga-GB.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ga-GB.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ga-GB.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ga.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ga.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ga.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ga.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ga.js b/apps/angular/node_modules/@angular/common/locales/extra/ga.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ga.js rename to apps/angular/node_modules/@angular/common/locales/extra/ga.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ga.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ga.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ga.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ga.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/gaa.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/gaa.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/gaa.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/gaa.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/gaa.js b/apps/angular/node_modules/@angular/common/locales/extra/gaa.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/gaa.js rename to apps/angular/node_modules/@angular/common/locales/extra/gaa.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/gaa.js.map b/apps/angular/node_modules/@angular/common/locales/extra/gaa.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/gaa.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/gaa.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/gd.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/gd.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/gd.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/gd.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/gd.js b/apps/angular/node_modules/@angular/common/locales/extra/gd.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/gd.js rename to apps/angular/node_modules/@angular/common/locales/extra/gd.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/gd.js.map b/apps/angular/node_modules/@angular/common/locales/extra/gd.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/gd.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/gd.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/gez-ER.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/gez-ER.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/gez-ER.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/gez-ER.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/gez-ER.js b/apps/angular/node_modules/@angular/common/locales/extra/gez-ER.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/gez-ER.js rename to apps/angular/node_modules/@angular/common/locales/extra/gez-ER.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/gez-ER.js.map b/apps/angular/node_modules/@angular/common/locales/extra/gez-ER.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/gez-ER.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/gez-ER.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/gez.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/gez.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/gez.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/gez.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/gez.js b/apps/angular/node_modules/@angular/common/locales/extra/gez.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/gez.js rename to apps/angular/node_modules/@angular/common/locales/extra/gez.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/gez.js.map b/apps/angular/node_modules/@angular/common/locales/extra/gez.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/gez.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/gez.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/gl.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/gl.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/gl.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/gl.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/gl.js b/apps/angular/node_modules/@angular/common/locales/extra/gl.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/gl.js rename to apps/angular/node_modules/@angular/common/locales/extra/gl.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/gl.js.map b/apps/angular/node_modules/@angular/common/locales/extra/gl.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/gl.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/gl.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/gn.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/gn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/gn.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/gn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/gn.js b/apps/angular/node_modules/@angular/common/locales/extra/gn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/gn.js rename to apps/angular/node_modules/@angular/common/locales/extra/gn.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/gn.js.map b/apps/angular/node_modules/@angular/common/locales/extra/gn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/gn.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/gn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/gsw-FR.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/gsw-FR.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/gsw-FR.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/gsw-FR.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/gsw-FR.js b/apps/angular/node_modules/@angular/common/locales/extra/gsw-FR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/gsw-FR.js rename to apps/angular/node_modules/@angular/common/locales/extra/gsw-FR.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/gsw-FR.js.map b/apps/angular/node_modules/@angular/common/locales/extra/gsw-FR.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/gsw-FR.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/gsw-FR.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/gsw-LI.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/gsw-LI.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/gsw-LI.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/gsw-LI.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/gsw-LI.js b/apps/angular/node_modules/@angular/common/locales/extra/gsw-LI.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/gsw-LI.js rename to apps/angular/node_modules/@angular/common/locales/extra/gsw-LI.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/gsw-LI.js.map b/apps/angular/node_modules/@angular/common/locales/extra/gsw-LI.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/gsw-LI.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/gsw-LI.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/gsw.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/gsw.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/gsw.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/gsw.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/gsw.js b/apps/angular/node_modules/@angular/common/locales/extra/gsw.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/gsw.js rename to apps/angular/node_modules/@angular/common/locales/extra/gsw.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/gsw.js.map b/apps/angular/node_modules/@angular/common/locales/extra/gsw.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/gsw.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/gsw.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/gu.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/gu.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/gu.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/gu.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/gu.js b/apps/angular/node_modules/@angular/common/locales/extra/gu.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/gu.js rename to apps/angular/node_modules/@angular/common/locales/extra/gu.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/gu.js.map b/apps/angular/node_modules/@angular/common/locales/extra/gu.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/gu.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/gu.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/guz.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/guz.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/guz.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/guz.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/guz.js b/apps/angular/node_modules/@angular/common/locales/extra/guz.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/guz.js rename to apps/angular/node_modules/@angular/common/locales/extra/guz.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/guz.js.map b/apps/angular/node_modules/@angular/common/locales/extra/guz.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/guz.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/guz.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/gv.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/gv.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/gv.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/gv.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/gv.js b/apps/angular/node_modules/@angular/common/locales/extra/gv.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/gv.js rename to apps/angular/node_modules/@angular/common/locales/extra/gv.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/gv.js.map b/apps/angular/node_modules/@angular/common/locales/extra/gv.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/gv.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/gv.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ha-Arab-SD.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ha-Arab-SD.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ha-Arab-SD.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ha-Arab-SD.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ha-Arab-SD.js b/apps/angular/node_modules/@angular/common/locales/extra/ha-Arab-SD.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ha-Arab-SD.js rename to apps/angular/node_modules/@angular/common/locales/extra/ha-Arab-SD.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ha-Arab-SD.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ha-Arab-SD.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ha-Arab-SD.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ha-Arab-SD.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ha-Arab.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ha-Arab.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ha-Arab.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ha-Arab.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ha-Arab.js b/apps/angular/node_modules/@angular/common/locales/extra/ha-Arab.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ha-Arab.js rename to apps/angular/node_modules/@angular/common/locales/extra/ha-Arab.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ha-Arab.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ha-Arab.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ha-Arab.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ha-Arab.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ha-GH.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ha-GH.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ha-GH.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ha-GH.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ha-GH.js b/apps/angular/node_modules/@angular/common/locales/extra/ha-GH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ha-GH.js rename to apps/angular/node_modules/@angular/common/locales/extra/ha-GH.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ha-GH.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ha-GH.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ha-GH.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ha-GH.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ha-NE.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ha-NE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ha-NE.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ha-NE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ha-NE.js b/apps/angular/node_modules/@angular/common/locales/extra/ha-NE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ha-NE.js rename to apps/angular/node_modules/@angular/common/locales/extra/ha-NE.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ha-NE.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ha-NE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ha-NE.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ha-NE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ha.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ha.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ha.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ha.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ha.js b/apps/angular/node_modules/@angular/common/locales/extra/ha.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ha.js rename to apps/angular/node_modules/@angular/common/locales/extra/ha.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ha.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ha.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ha.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ha.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/haw.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/haw.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/haw.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/haw.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/haw.js b/apps/angular/node_modules/@angular/common/locales/extra/haw.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/haw.js rename to apps/angular/node_modules/@angular/common/locales/extra/haw.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/haw.js.map b/apps/angular/node_modules/@angular/common/locales/extra/haw.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/haw.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/haw.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/he.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/he.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/he.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/he.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/he.js b/apps/angular/node_modules/@angular/common/locales/extra/he.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/he.js rename to apps/angular/node_modules/@angular/common/locales/extra/he.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/he.js.map b/apps/angular/node_modules/@angular/common/locales/extra/he.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/he.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/he.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/hi-Latn.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/hi-Latn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/hi-Latn.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/hi-Latn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/hi-Latn.js b/apps/angular/node_modules/@angular/common/locales/extra/hi-Latn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/hi-Latn.js rename to apps/angular/node_modules/@angular/common/locales/extra/hi-Latn.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/hi-Latn.js.map b/apps/angular/node_modules/@angular/common/locales/extra/hi-Latn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/hi-Latn.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/hi-Latn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/hi.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/hi.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/hi.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/hi.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/hi.js b/apps/angular/node_modules/@angular/common/locales/extra/hi.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/hi.js rename to apps/angular/node_modules/@angular/common/locales/extra/hi.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/hi.js.map b/apps/angular/node_modules/@angular/common/locales/extra/hi.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/hi.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/hi.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/hnj-Hmnp.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/hnj-Hmnp.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/hnj-Hmnp.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/hnj-Hmnp.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/hnj-Hmnp.js b/apps/angular/node_modules/@angular/common/locales/extra/hnj-Hmnp.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/hnj-Hmnp.js rename to apps/angular/node_modules/@angular/common/locales/extra/hnj-Hmnp.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/hnj-Hmnp.js.map b/apps/angular/node_modules/@angular/common/locales/extra/hnj-Hmnp.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/hnj-Hmnp.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/hnj-Hmnp.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/hnj.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/hnj.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/hnj.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/hnj.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/hnj.js b/apps/angular/node_modules/@angular/common/locales/extra/hnj.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/hnj.js rename to apps/angular/node_modules/@angular/common/locales/extra/hnj.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/hnj.js.map b/apps/angular/node_modules/@angular/common/locales/extra/hnj.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/hnj.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/hnj.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/hr-BA.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/hr-BA.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/hr-BA.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/hr-BA.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/hr-BA.js b/apps/angular/node_modules/@angular/common/locales/extra/hr-BA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/hr-BA.js rename to apps/angular/node_modules/@angular/common/locales/extra/hr-BA.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/hr-BA.js.map b/apps/angular/node_modules/@angular/common/locales/extra/hr-BA.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/hr-BA.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/hr-BA.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/hr.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/hr.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/hr.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/hr.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/hr.js b/apps/angular/node_modules/@angular/common/locales/extra/hr.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/hr.js rename to apps/angular/node_modules/@angular/common/locales/extra/hr.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/hr.js.map b/apps/angular/node_modules/@angular/common/locales/extra/hr.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/hr.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/hr.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/hsb.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/hsb.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/hsb.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/hsb.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/hsb.js b/apps/angular/node_modules/@angular/common/locales/extra/hsb.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/hsb.js rename to apps/angular/node_modules/@angular/common/locales/extra/hsb.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/hsb.js.map b/apps/angular/node_modules/@angular/common/locales/extra/hsb.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/hsb.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/hsb.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ht.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ht.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ht.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ht.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ht.js b/apps/angular/node_modules/@angular/common/locales/extra/ht.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ht.js rename to apps/angular/node_modules/@angular/common/locales/extra/ht.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ht.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ht.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ht.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ht.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/hu.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/hu.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/hu.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/hu.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/hu.js b/apps/angular/node_modules/@angular/common/locales/extra/hu.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/hu.js rename to apps/angular/node_modules/@angular/common/locales/extra/hu.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/hu.js.map b/apps/angular/node_modules/@angular/common/locales/extra/hu.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/hu.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/hu.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/hy.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/hy.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/hy.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/hy.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/hy.js b/apps/angular/node_modules/@angular/common/locales/extra/hy.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/hy.js rename to apps/angular/node_modules/@angular/common/locales/extra/hy.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/hy.js.map b/apps/angular/node_modules/@angular/common/locales/extra/hy.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/hy.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/hy.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ia.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ia.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ia.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ia.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ia.js b/apps/angular/node_modules/@angular/common/locales/extra/ia.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ia.js rename to apps/angular/node_modules/@angular/common/locales/extra/ia.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ia.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ia.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ia.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ia.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/id.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/id.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/id.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/id.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/id.js b/apps/angular/node_modules/@angular/common/locales/extra/id.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/id.js rename to apps/angular/node_modules/@angular/common/locales/extra/id.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/id.js.map b/apps/angular/node_modules/@angular/common/locales/extra/id.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/id.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/id.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ie.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ie.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ie.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ie.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ie.js b/apps/angular/node_modules/@angular/common/locales/extra/ie.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ie.js rename to apps/angular/node_modules/@angular/common/locales/extra/ie.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ie.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ie.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ie.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ie.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ig.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ig.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ig.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ig.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ig.js b/apps/angular/node_modules/@angular/common/locales/extra/ig.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ig.js rename to apps/angular/node_modules/@angular/common/locales/extra/ig.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ig.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ig.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ig.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ig.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ii.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ii.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ii.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ii.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ii.js b/apps/angular/node_modules/@angular/common/locales/extra/ii.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ii.js rename to apps/angular/node_modules/@angular/common/locales/extra/ii.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ii.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ii.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ii.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ii.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/io.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/io.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/io.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/io.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/io.js b/apps/angular/node_modules/@angular/common/locales/extra/io.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/io.js rename to apps/angular/node_modules/@angular/common/locales/extra/io.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/io.js.map b/apps/angular/node_modules/@angular/common/locales/extra/io.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/io.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/io.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/is.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/is.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/is.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/is.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/is.js b/apps/angular/node_modules/@angular/common/locales/extra/is.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/is.js rename to apps/angular/node_modules/@angular/common/locales/extra/is.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/is.js.map b/apps/angular/node_modules/@angular/common/locales/extra/is.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/is.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/is.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/it-CH.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/it-CH.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/it-CH.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/it-CH.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/it-CH.js b/apps/angular/node_modules/@angular/common/locales/extra/it-CH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/it-CH.js rename to apps/angular/node_modules/@angular/common/locales/extra/it-CH.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/it-CH.js.map b/apps/angular/node_modules/@angular/common/locales/extra/it-CH.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/it-CH.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/it-CH.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/it-SM.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/it-SM.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/it-SM.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/it-SM.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/it-SM.js b/apps/angular/node_modules/@angular/common/locales/extra/it-SM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/it-SM.js rename to apps/angular/node_modules/@angular/common/locales/extra/it-SM.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/it-SM.js.map b/apps/angular/node_modules/@angular/common/locales/extra/it-SM.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/it-SM.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/it-SM.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/it-VA.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/it-VA.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/it-VA.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/it-VA.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/it-VA.js b/apps/angular/node_modules/@angular/common/locales/extra/it-VA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/it-VA.js rename to apps/angular/node_modules/@angular/common/locales/extra/it-VA.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/it-VA.js.map b/apps/angular/node_modules/@angular/common/locales/extra/it-VA.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/it-VA.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/it-VA.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/it.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/it.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/it.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/it.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/it.js b/apps/angular/node_modules/@angular/common/locales/extra/it.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/it.js rename to apps/angular/node_modules/@angular/common/locales/extra/it.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/it.js.map b/apps/angular/node_modules/@angular/common/locales/extra/it.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/it.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/it.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/iu-Latn.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/iu-Latn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/iu-Latn.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/iu-Latn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/iu-Latn.js b/apps/angular/node_modules/@angular/common/locales/extra/iu-Latn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/iu-Latn.js rename to apps/angular/node_modules/@angular/common/locales/extra/iu-Latn.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/iu-Latn.js.map b/apps/angular/node_modules/@angular/common/locales/extra/iu-Latn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/iu-Latn.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/iu-Latn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/iu.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/iu.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/iu.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/iu.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/iu.js b/apps/angular/node_modules/@angular/common/locales/extra/iu.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/iu.js rename to apps/angular/node_modules/@angular/common/locales/extra/iu.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/iu.js.map b/apps/angular/node_modules/@angular/common/locales/extra/iu.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/iu.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/iu.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ja.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ja.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ja.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ja.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ja.js b/apps/angular/node_modules/@angular/common/locales/extra/ja.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ja.js rename to apps/angular/node_modules/@angular/common/locales/extra/ja.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ja.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ja.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ja.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ja.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/jbo.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/jbo.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/jbo.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/jbo.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/jbo.js b/apps/angular/node_modules/@angular/common/locales/extra/jbo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/jbo.js rename to apps/angular/node_modules/@angular/common/locales/extra/jbo.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/jbo.js.map b/apps/angular/node_modules/@angular/common/locales/extra/jbo.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/jbo.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/jbo.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/jgo.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/jgo.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/jgo.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/jgo.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/jgo.js b/apps/angular/node_modules/@angular/common/locales/extra/jgo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/jgo.js rename to apps/angular/node_modules/@angular/common/locales/extra/jgo.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/jgo.js.map b/apps/angular/node_modules/@angular/common/locales/extra/jgo.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/jgo.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/jgo.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/jmc.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/jmc.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/jmc.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/jmc.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/jmc.js b/apps/angular/node_modules/@angular/common/locales/extra/jmc.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/jmc.js rename to apps/angular/node_modules/@angular/common/locales/extra/jmc.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/jmc.js.map b/apps/angular/node_modules/@angular/common/locales/extra/jmc.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/jmc.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/jmc.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/jv.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/jv.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/jv.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/jv.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/jv.js b/apps/angular/node_modules/@angular/common/locales/extra/jv.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/jv.js rename to apps/angular/node_modules/@angular/common/locales/extra/jv.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/jv.js.map b/apps/angular/node_modules/@angular/common/locales/extra/jv.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/jv.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/jv.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ka.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ka.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ka.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ka.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ka.js b/apps/angular/node_modules/@angular/common/locales/extra/ka.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ka.js rename to apps/angular/node_modules/@angular/common/locales/extra/ka.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ka.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ka.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ka.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ka.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kaa-Cyrl.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/kaa-Cyrl.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kaa-Cyrl.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/kaa-Cyrl.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kaa-Cyrl.js b/apps/angular/node_modules/@angular/common/locales/extra/kaa-Cyrl.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kaa-Cyrl.js rename to apps/angular/node_modules/@angular/common/locales/extra/kaa-Cyrl.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kaa-Cyrl.js.map b/apps/angular/node_modules/@angular/common/locales/extra/kaa-Cyrl.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kaa-Cyrl.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/kaa-Cyrl.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kaa-Latn.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/kaa-Latn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kaa-Latn.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/kaa-Latn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kaa-Latn.js b/apps/angular/node_modules/@angular/common/locales/extra/kaa-Latn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kaa-Latn.js rename to apps/angular/node_modules/@angular/common/locales/extra/kaa-Latn.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kaa-Latn.js.map b/apps/angular/node_modules/@angular/common/locales/extra/kaa-Latn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kaa-Latn.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/kaa-Latn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kaa.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/kaa.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kaa.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/kaa.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kaa.js b/apps/angular/node_modules/@angular/common/locales/extra/kaa.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kaa.js rename to apps/angular/node_modules/@angular/common/locales/extra/kaa.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kaa.js.map b/apps/angular/node_modules/@angular/common/locales/extra/kaa.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kaa.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/kaa.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kab.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/kab.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kab.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/kab.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kab.js b/apps/angular/node_modules/@angular/common/locales/extra/kab.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kab.js rename to apps/angular/node_modules/@angular/common/locales/extra/kab.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kab.js.map b/apps/angular/node_modules/@angular/common/locales/extra/kab.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kab.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/kab.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kaj.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/kaj.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kaj.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/kaj.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kaj.js b/apps/angular/node_modules/@angular/common/locales/extra/kaj.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kaj.js rename to apps/angular/node_modules/@angular/common/locales/extra/kaj.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kaj.js.map b/apps/angular/node_modules/@angular/common/locales/extra/kaj.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kaj.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/kaj.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kam.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/kam.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kam.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/kam.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kam.js b/apps/angular/node_modules/@angular/common/locales/extra/kam.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kam.js rename to apps/angular/node_modules/@angular/common/locales/extra/kam.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kam.js.map b/apps/angular/node_modules/@angular/common/locales/extra/kam.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kam.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/kam.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kcg.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/kcg.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kcg.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/kcg.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kcg.js b/apps/angular/node_modules/@angular/common/locales/extra/kcg.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kcg.js rename to apps/angular/node_modules/@angular/common/locales/extra/kcg.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kcg.js.map b/apps/angular/node_modules/@angular/common/locales/extra/kcg.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kcg.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/kcg.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kde.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/kde.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kde.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/kde.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kde.js b/apps/angular/node_modules/@angular/common/locales/extra/kde.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kde.js rename to apps/angular/node_modules/@angular/common/locales/extra/kde.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kde.js.map b/apps/angular/node_modules/@angular/common/locales/extra/kde.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kde.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/kde.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kea.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/kea.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kea.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/kea.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kea.js b/apps/angular/node_modules/@angular/common/locales/extra/kea.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kea.js rename to apps/angular/node_modules/@angular/common/locales/extra/kea.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kea.js.map b/apps/angular/node_modules/@angular/common/locales/extra/kea.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kea.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/kea.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ken.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ken.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ken.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ken.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ken.js b/apps/angular/node_modules/@angular/common/locales/extra/ken.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ken.js rename to apps/angular/node_modules/@angular/common/locales/extra/ken.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ken.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ken.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ken.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ken.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kgp.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/kgp.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kgp.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/kgp.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kgp.js b/apps/angular/node_modules/@angular/common/locales/extra/kgp.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kgp.js rename to apps/angular/node_modules/@angular/common/locales/extra/kgp.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kgp.js.map b/apps/angular/node_modules/@angular/common/locales/extra/kgp.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kgp.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/kgp.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/khq.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/khq.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/khq.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/khq.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/khq.js b/apps/angular/node_modules/@angular/common/locales/extra/khq.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/khq.js rename to apps/angular/node_modules/@angular/common/locales/extra/khq.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/khq.js.map b/apps/angular/node_modules/@angular/common/locales/extra/khq.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/khq.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/khq.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ki.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ki.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ki.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ki.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ki.js b/apps/angular/node_modules/@angular/common/locales/extra/ki.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ki.js rename to apps/angular/node_modules/@angular/common/locales/extra/ki.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ki.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ki.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ki.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ki.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kk-Arab.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/kk-Arab.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kk-Arab.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/kk-Arab.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kk-Arab.js b/apps/angular/node_modules/@angular/common/locales/extra/kk-Arab.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kk-Arab.js rename to apps/angular/node_modules/@angular/common/locales/extra/kk-Arab.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kk-Arab.js.map b/apps/angular/node_modules/@angular/common/locales/extra/kk-Arab.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kk-Arab.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/kk-Arab.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kk-Cyrl.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/kk-Cyrl.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kk-Cyrl.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/kk-Cyrl.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kk-Cyrl.js b/apps/angular/node_modules/@angular/common/locales/extra/kk-Cyrl.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kk-Cyrl.js rename to apps/angular/node_modules/@angular/common/locales/extra/kk-Cyrl.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kk-Cyrl.js.map b/apps/angular/node_modules/@angular/common/locales/extra/kk-Cyrl.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kk-Cyrl.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/kk-Cyrl.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kk-KZ.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/kk-KZ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kk-KZ.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/kk-KZ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kk-KZ.js b/apps/angular/node_modules/@angular/common/locales/extra/kk-KZ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kk-KZ.js rename to apps/angular/node_modules/@angular/common/locales/extra/kk-KZ.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kk-KZ.js.map b/apps/angular/node_modules/@angular/common/locales/extra/kk-KZ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kk-KZ.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/kk-KZ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kk.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/kk.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kk.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/kk.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kk.js b/apps/angular/node_modules/@angular/common/locales/extra/kk.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kk.js rename to apps/angular/node_modules/@angular/common/locales/extra/kk.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kk.js.map b/apps/angular/node_modules/@angular/common/locales/extra/kk.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kk.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/kk.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kkj.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/kkj.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kkj.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/kkj.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kkj.js b/apps/angular/node_modules/@angular/common/locales/extra/kkj.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kkj.js rename to apps/angular/node_modules/@angular/common/locales/extra/kkj.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kkj.js.map b/apps/angular/node_modules/@angular/common/locales/extra/kkj.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kkj.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/kkj.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kl.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/kl.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kl.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/kl.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kl.js b/apps/angular/node_modules/@angular/common/locales/extra/kl.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kl.js rename to apps/angular/node_modules/@angular/common/locales/extra/kl.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kl.js.map b/apps/angular/node_modules/@angular/common/locales/extra/kl.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kl.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/kl.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kln.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/kln.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kln.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/kln.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kln.js b/apps/angular/node_modules/@angular/common/locales/extra/kln.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kln.js rename to apps/angular/node_modules/@angular/common/locales/extra/kln.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kln.js.map b/apps/angular/node_modules/@angular/common/locales/extra/kln.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kln.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/kln.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/km.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/km.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/km.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/km.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/km.js b/apps/angular/node_modules/@angular/common/locales/extra/km.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/km.js rename to apps/angular/node_modules/@angular/common/locales/extra/km.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/km.js.map b/apps/angular/node_modules/@angular/common/locales/extra/km.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/km.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/km.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kn.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/kn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kn.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/kn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kn.js b/apps/angular/node_modules/@angular/common/locales/extra/kn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kn.js rename to apps/angular/node_modules/@angular/common/locales/extra/kn.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kn.js.map b/apps/angular/node_modules/@angular/common/locales/extra/kn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kn.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/kn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ko-CN.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ko-CN.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ko-CN.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ko-CN.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ko-CN.js b/apps/angular/node_modules/@angular/common/locales/extra/ko-CN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ko-CN.js rename to apps/angular/node_modules/@angular/common/locales/extra/ko-CN.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ko-CN.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ko-CN.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ko-CN.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ko-CN.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ko-KP.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ko-KP.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ko-KP.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ko-KP.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ko-KP.js b/apps/angular/node_modules/@angular/common/locales/extra/ko-KP.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ko-KP.js rename to apps/angular/node_modules/@angular/common/locales/extra/ko-KP.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ko-KP.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ko-KP.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ko-KP.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ko-KP.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ko.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ko.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ko.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ko.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ko.js b/apps/angular/node_modules/@angular/common/locales/extra/ko.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ko.js rename to apps/angular/node_modules/@angular/common/locales/extra/ko.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ko.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ko.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ko.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ko.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kok-Deva.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/kok-Deva.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kok-Deva.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/kok-Deva.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kok-Deva.js b/apps/angular/node_modules/@angular/common/locales/extra/kok-Deva.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kok-Deva.js rename to apps/angular/node_modules/@angular/common/locales/extra/kok-Deva.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kok-Deva.js.map b/apps/angular/node_modules/@angular/common/locales/extra/kok-Deva.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kok-Deva.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/kok-Deva.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kok-Latn.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/kok-Latn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kok-Latn.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/kok-Latn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kok-Latn.js b/apps/angular/node_modules/@angular/common/locales/extra/kok-Latn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kok-Latn.js rename to apps/angular/node_modules/@angular/common/locales/extra/kok-Latn.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kok-Latn.js.map b/apps/angular/node_modules/@angular/common/locales/extra/kok-Latn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kok-Latn.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/kok-Latn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kok.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/kok.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kok.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/kok.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kok.js b/apps/angular/node_modules/@angular/common/locales/extra/kok.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kok.js rename to apps/angular/node_modules/@angular/common/locales/extra/kok.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kok.js.map b/apps/angular/node_modules/@angular/common/locales/extra/kok.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kok.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/kok.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kpe-GN.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/kpe-GN.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kpe-GN.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/kpe-GN.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kpe-GN.js b/apps/angular/node_modules/@angular/common/locales/extra/kpe-GN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kpe-GN.js rename to apps/angular/node_modules/@angular/common/locales/extra/kpe-GN.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kpe-GN.js.map b/apps/angular/node_modules/@angular/common/locales/extra/kpe-GN.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kpe-GN.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/kpe-GN.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kpe.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/kpe.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kpe.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/kpe.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kpe.js b/apps/angular/node_modules/@angular/common/locales/extra/kpe.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kpe.js rename to apps/angular/node_modules/@angular/common/locales/extra/kpe.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kpe.js.map b/apps/angular/node_modules/@angular/common/locales/extra/kpe.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kpe.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/kpe.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ks-Arab.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ks-Arab.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ks-Arab.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ks-Arab.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ks-Arab.js b/apps/angular/node_modules/@angular/common/locales/extra/ks-Arab.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ks-Arab.js rename to apps/angular/node_modules/@angular/common/locales/extra/ks-Arab.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ks-Arab.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ks-Arab.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ks-Arab.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ks-Arab.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ks-Deva.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ks-Deva.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ks-Deva.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ks-Deva.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ks-Deva.js b/apps/angular/node_modules/@angular/common/locales/extra/ks-Deva.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ks-Deva.js rename to apps/angular/node_modules/@angular/common/locales/extra/ks-Deva.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ks-Deva.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ks-Deva.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ks-Deva.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ks-Deva.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ks.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ks.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ks.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ks.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ks.js b/apps/angular/node_modules/@angular/common/locales/extra/ks.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ks.js rename to apps/angular/node_modules/@angular/common/locales/extra/ks.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ks.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ks.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ks.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ks.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ksb.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ksb.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ksb.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ksb.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ksb.js b/apps/angular/node_modules/@angular/common/locales/extra/ksb.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ksb.js rename to apps/angular/node_modules/@angular/common/locales/extra/ksb.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ksb.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ksb.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ksb.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ksb.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ksf.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ksf.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ksf.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ksf.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ksf.js b/apps/angular/node_modules/@angular/common/locales/extra/ksf.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ksf.js rename to apps/angular/node_modules/@angular/common/locales/extra/ksf.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ksf.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ksf.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ksf.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ksf.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ksh.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ksh.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ksh.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ksh.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ksh.js b/apps/angular/node_modules/@angular/common/locales/extra/ksh.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ksh.js rename to apps/angular/node_modules/@angular/common/locales/extra/ksh.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ksh.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ksh.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ksh.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ksh.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ku.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ku.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ku.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ku.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ku.js b/apps/angular/node_modules/@angular/common/locales/extra/ku.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ku.js rename to apps/angular/node_modules/@angular/common/locales/extra/ku.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ku.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ku.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ku.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ku.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kw.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/kw.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kw.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/kw.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kw.js b/apps/angular/node_modules/@angular/common/locales/extra/kw.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kw.js rename to apps/angular/node_modules/@angular/common/locales/extra/kw.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kw.js.map b/apps/angular/node_modules/@angular/common/locales/extra/kw.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kw.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/kw.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kxv-Deva.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/kxv-Deva.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kxv-Deva.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/kxv-Deva.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kxv-Deva.js b/apps/angular/node_modules/@angular/common/locales/extra/kxv-Deva.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kxv-Deva.js rename to apps/angular/node_modules/@angular/common/locales/extra/kxv-Deva.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kxv-Deva.js.map b/apps/angular/node_modules/@angular/common/locales/extra/kxv-Deva.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kxv-Deva.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/kxv-Deva.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kxv-Latn.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/kxv-Latn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kxv-Latn.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/kxv-Latn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kxv-Latn.js b/apps/angular/node_modules/@angular/common/locales/extra/kxv-Latn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kxv-Latn.js rename to apps/angular/node_modules/@angular/common/locales/extra/kxv-Latn.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kxv-Latn.js.map b/apps/angular/node_modules/@angular/common/locales/extra/kxv-Latn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kxv-Latn.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/kxv-Latn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kxv-Orya.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/kxv-Orya.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kxv-Orya.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/kxv-Orya.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kxv-Orya.js b/apps/angular/node_modules/@angular/common/locales/extra/kxv-Orya.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kxv-Orya.js rename to apps/angular/node_modules/@angular/common/locales/extra/kxv-Orya.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kxv-Orya.js.map b/apps/angular/node_modules/@angular/common/locales/extra/kxv-Orya.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kxv-Orya.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/kxv-Orya.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kxv-Telu.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/kxv-Telu.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kxv-Telu.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/kxv-Telu.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kxv-Telu.js b/apps/angular/node_modules/@angular/common/locales/extra/kxv-Telu.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kxv-Telu.js rename to apps/angular/node_modules/@angular/common/locales/extra/kxv-Telu.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kxv-Telu.js.map b/apps/angular/node_modules/@angular/common/locales/extra/kxv-Telu.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kxv-Telu.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/kxv-Telu.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kxv.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/kxv.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kxv.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/kxv.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kxv.js b/apps/angular/node_modules/@angular/common/locales/extra/kxv.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kxv.js rename to apps/angular/node_modules/@angular/common/locales/extra/kxv.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/kxv.js.map b/apps/angular/node_modules/@angular/common/locales/extra/kxv.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/kxv.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/kxv.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ky.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ky.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ky.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ky.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ky.js b/apps/angular/node_modules/@angular/common/locales/extra/ky.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ky.js rename to apps/angular/node_modules/@angular/common/locales/extra/ky.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ky.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ky.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ky.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ky.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/la.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/la.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/la.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/la.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/la.js b/apps/angular/node_modules/@angular/common/locales/extra/la.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/la.js rename to apps/angular/node_modules/@angular/common/locales/extra/la.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/la.js.map b/apps/angular/node_modules/@angular/common/locales/extra/la.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/la.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/la.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/lag.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/lag.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/lag.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/lag.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/lag.js b/apps/angular/node_modules/@angular/common/locales/extra/lag.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/lag.js rename to apps/angular/node_modules/@angular/common/locales/extra/lag.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/lag.js.map b/apps/angular/node_modules/@angular/common/locales/extra/lag.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/lag.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/lag.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/lb.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/lb.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/lb.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/lb.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/lb.js b/apps/angular/node_modules/@angular/common/locales/extra/lb.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/lb.js rename to apps/angular/node_modules/@angular/common/locales/extra/lb.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/lb.js.map b/apps/angular/node_modules/@angular/common/locales/extra/lb.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/lb.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/lb.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/lg.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/lg.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/lg.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/lg.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/lg.js b/apps/angular/node_modules/@angular/common/locales/extra/lg.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/lg.js rename to apps/angular/node_modules/@angular/common/locales/extra/lg.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/lg.js.map b/apps/angular/node_modules/@angular/common/locales/extra/lg.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/lg.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/lg.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/lij.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/lij.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/lij.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/lij.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/lij.js b/apps/angular/node_modules/@angular/common/locales/extra/lij.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/lij.js rename to apps/angular/node_modules/@angular/common/locales/extra/lij.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/lij.js.map b/apps/angular/node_modules/@angular/common/locales/extra/lij.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/lij.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/lij.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/lkt.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/lkt.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/lkt.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/lkt.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/lkt.js b/apps/angular/node_modules/@angular/common/locales/extra/lkt.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/lkt.js rename to apps/angular/node_modules/@angular/common/locales/extra/lkt.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/lkt.js.map b/apps/angular/node_modules/@angular/common/locales/extra/lkt.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/lkt.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/lkt.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/lld.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/lld.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/lld.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/lld.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/lld.js b/apps/angular/node_modules/@angular/common/locales/extra/lld.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/lld.js rename to apps/angular/node_modules/@angular/common/locales/extra/lld.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/lld.js.map b/apps/angular/node_modules/@angular/common/locales/extra/lld.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/lld.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/lld.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/lmo.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/lmo.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/lmo.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/lmo.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/lmo.js b/apps/angular/node_modules/@angular/common/locales/extra/lmo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/lmo.js rename to apps/angular/node_modules/@angular/common/locales/extra/lmo.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/lmo.js.map b/apps/angular/node_modules/@angular/common/locales/extra/lmo.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/lmo.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/lmo.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ln-AO.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ln-AO.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ln-AO.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ln-AO.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ln-AO.js b/apps/angular/node_modules/@angular/common/locales/extra/ln-AO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ln-AO.js rename to apps/angular/node_modules/@angular/common/locales/extra/ln-AO.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ln-AO.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ln-AO.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ln-AO.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ln-AO.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ln-CF.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ln-CF.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ln-CF.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ln-CF.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ln-CF.js b/apps/angular/node_modules/@angular/common/locales/extra/ln-CF.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ln-CF.js rename to apps/angular/node_modules/@angular/common/locales/extra/ln-CF.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ln-CF.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ln-CF.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ln-CF.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ln-CF.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ln-CG.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ln-CG.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ln-CG.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ln-CG.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ln-CG.js b/apps/angular/node_modules/@angular/common/locales/extra/ln-CG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ln-CG.js rename to apps/angular/node_modules/@angular/common/locales/extra/ln-CG.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ln-CG.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ln-CG.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ln-CG.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ln-CG.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ln.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ln.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ln.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ln.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ln.js b/apps/angular/node_modules/@angular/common/locales/extra/ln.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ln.js rename to apps/angular/node_modules/@angular/common/locales/extra/ln.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ln.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ln.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ln.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ln.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/lo.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/lo.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/lo.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/lo.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/lo.js b/apps/angular/node_modules/@angular/common/locales/extra/lo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/lo.js rename to apps/angular/node_modules/@angular/common/locales/extra/lo.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/lo.js.map b/apps/angular/node_modules/@angular/common/locales/extra/lo.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/lo.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/lo.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/lrc-IQ.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/lrc-IQ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/lrc-IQ.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/lrc-IQ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/lrc-IQ.js b/apps/angular/node_modules/@angular/common/locales/extra/lrc-IQ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/lrc-IQ.js rename to apps/angular/node_modules/@angular/common/locales/extra/lrc-IQ.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/lrc-IQ.js.map b/apps/angular/node_modules/@angular/common/locales/extra/lrc-IQ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/lrc-IQ.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/lrc-IQ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/lrc.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/lrc.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/lrc.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/lrc.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/lrc.js b/apps/angular/node_modules/@angular/common/locales/extra/lrc.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/lrc.js rename to apps/angular/node_modules/@angular/common/locales/extra/lrc.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/lrc.js.map b/apps/angular/node_modules/@angular/common/locales/extra/lrc.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/lrc.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/lrc.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/lt.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/lt.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/lt.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/lt.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/lt.js b/apps/angular/node_modules/@angular/common/locales/extra/lt.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/lt.js rename to apps/angular/node_modules/@angular/common/locales/extra/lt.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/lt.js.map b/apps/angular/node_modules/@angular/common/locales/extra/lt.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/lt.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/lt.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ltg.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ltg.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ltg.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ltg.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ltg.js b/apps/angular/node_modules/@angular/common/locales/extra/ltg.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ltg.js rename to apps/angular/node_modules/@angular/common/locales/extra/ltg.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ltg.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ltg.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ltg.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ltg.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/lu.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/lu.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/lu.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/lu.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/lu.js b/apps/angular/node_modules/@angular/common/locales/extra/lu.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/lu.js rename to apps/angular/node_modules/@angular/common/locales/extra/lu.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/lu.js.map b/apps/angular/node_modules/@angular/common/locales/extra/lu.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/lu.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/lu.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/luo.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/luo.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/luo.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/luo.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/luo.js b/apps/angular/node_modules/@angular/common/locales/extra/luo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/luo.js rename to apps/angular/node_modules/@angular/common/locales/extra/luo.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/luo.js.map b/apps/angular/node_modules/@angular/common/locales/extra/luo.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/luo.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/luo.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/luy.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/luy.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/luy.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/luy.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/luy.js b/apps/angular/node_modules/@angular/common/locales/extra/luy.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/luy.js rename to apps/angular/node_modules/@angular/common/locales/extra/luy.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/luy.js.map b/apps/angular/node_modules/@angular/common/locales/extra/luy.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/luy.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/luy.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/lv.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/lv.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/lv.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/lv.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/lv.js b/apps/angular/node_modules/@angular/common/locales/extra/lv.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/lv.js rename to apps/angular/node_modules/@angular/common/locales/extra/lv.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/lv.js.map b/apps/angular/node_modules/@angular/common/locales/extra/lv.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/lv.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/lv.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mai.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/mai.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mai.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/mai.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mai.js b/apps/angular/node_modules/@angular/common/locales/extra/mai.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mai.js rename to apps/angular/node_modules/@angular/common/locales/extra/mai.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mai.js.map b/apps/angular/node_modules/@angular/common/locales/extra/mai.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mai.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/mai.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mas-TZ.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/mas-TZ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mas-TZ.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/mas-TZ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mas-TZ.js b/apps/angular/node_modules/@angular/common/locales/extra/mas-TZ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mas-TZ.js rename to apps/angular/node_modules/@angular/common/locales/extra/mas-TZ.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mas-TZ.js.map b/apps/angular/node_modules/@angular/common/locales/extra/mas-TZ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mas-TZ.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/mas-TZ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mas.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/mas.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mas.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/mas.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mas.js b/apps/angular/node_modules/@angular/common/locales/extra/mas.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mas.js rename to apps/angular/node_modules/@angular/common/locales/extra/mas.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mas.js.map b/apps/angular/node_modules/@angular/common/locales/extra/mas.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mas.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/mas.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mdf.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/mdf.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mdf.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/mdf.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mdf.js b/apps/angular/node_modules/@angular/common/locales/extra/mdf.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mdf.js rename to apps/angular/node_modules/@angular/common/locales/extra/mdf.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mdf.js.map b/apps/angular/node_modules/@angular/common/locales/extra/mdf.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mdf.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/mdf.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mer.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/mer.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mer.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/mer.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mer.js b/apps/angular/node_modules/@angular/common/locales/extra/mer.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mer.js rename to apps/angular/node_modules/@angular/common/locales/extra/mer.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mer.js.map b/apps/angular/node_modules/@angular/common/locales/extra/mer.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mer.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/mer.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mfe.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/mfe.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mfe.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/mfe.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mfe.js b/apps/angular/node_modules/@angular/common/locales/extra/mfe.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mfe.js rename to apps/angular/node_modules/@angular/common/locales/extra/mfe.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mfe.js.map b/apps/angular/node_modules/@angular/common/locales/extra/mfe.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mfe.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/mfe.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mg.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/mg.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mg.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/mg.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mg.js b/apps/angular/node_modules/@angular/common/locales/extra/mg.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mg.js rename to apps/angular/node_modules/@angular/common/locales/extra/mg.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mg.js.map b/apps/angular/node_modules/@angular/common/locales/extra/mg.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mg.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/mg.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mgh.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/mgh.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mgh.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/mgh.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mgh.js b/apps/angular/node_modules/@angular/common/locales/extra/mgh.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mgh.js rename to apps/angular/node_modules/@angular/common/locales/extra/mgh.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mgh.js.map b/apps/angular/node_modules/@angular/common/locales/extra/mgh.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mgh.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/mgh.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mgo.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/mgo.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mgo.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/mgo.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mgo.js b/apps/angular/node_modules/@angular/common/locales/extra/mgo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mgo.js rename to apps/angular/node_modules/@angular/common/locales/extra/mgo.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mgo.js.map b/apps/angular/node_modules/@angular/common/locales/extra/mgo.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mgo.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/mgo.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mhn.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/mhn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mhn.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/mhn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mhn.js b/apps/angular/node_modules/@angular/common/locales/extra/mhn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mhn.js rename to apps/angular/node_modules/@angular/common/locales/extra/mhn.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mhn.js.map b/apps/angular/node_modules/@angular/common/locales/extra/mhn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mhn.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/mhn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mi.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/mi.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mi.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/mi.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mi.js b/apps/angular/node_modules/@angular/common/locales/extra/mi.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mi.js rename to apps/angular/node_modules/@angular/common/locales/extra/mi.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mi.js.map b/apps/angular/node_modules/@angular/common/locales/extra/mi.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mi.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/mi.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mic.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/mic.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mic.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/mic.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mic.js b/apps/angular/node_modules/@angular/common/locales/extra/mic.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mic.js rename to apps/angular/node_modules/@angular/common/locales/extra/mic.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mic.js.map b/apps/angular/node_modules/@angular/common/locales/extra/mic.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mic.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/mic.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mk.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/mk.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mk.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/mk.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mk.js b/apps/angular/node_modules/@angular/common/locales/extra/mk.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mk.js rename to apps/angular/node_modules/@angular/common/locales/extra/mk.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mk.js.map b/apps/angular/node_modules/@angular/common/locales/extra/mk.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mk.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/mk.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ml.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ml.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ml.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ml.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ml.js b/apps/angular/node_modules/@angular/common/locales/extra/ml.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ml.js rename to apps/angular/node_modules/@angular/common/locales/extra/ml.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ml.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ml.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ml.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ml.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mn-Mong-MN.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/mn-Mong-MN.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mn-Mong-MN.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/mn-Mong-MN.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mn-Mong-MN.js b/apps/angular/node_modules/@angular/common/locales/extra/mn-Mong-MN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mn-Mong-MN.js rename to apps/angular/node_modules/@angular/common/locales/extra/mn-Mong-MN.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mn-Mong-MN.js.map b/apps/angular/node_modules/@angular/common/locales/extra/mn-Mong-MN.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mn-Mong-MN.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/mn-Mong-MN.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mn-Mong.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/mn-Mong.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mn-Mong.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/mn-Mong.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mn-Mong.js b/apps/angular/node_modules/@angular/common/locales/extra/mn-Mong.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mn-Mong.js rename to apps/angular/node_modules/@angular/common/locales/extra/mn-Mong.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mn-Mong.js.map b/apps/angular/node_modules/@angular/common/locales/extra/mn-Mong.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mn-Mong.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/mn-Mong.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mn.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/mn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mn.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/mn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mn.js b/apps/angular/node_modules/@angular/common/locales/extra/mn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mn.js rename to apps/angular/node_modules/@angular/common/locales/extra/mn.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mn.js.map b/apps/angular/node_modules/@angular/common/locales/extra/mn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mn.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/mn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mni-Beng.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/mni-Beng.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mni-Beng.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/mni-Beng.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mni-Beng.js b/apps/angular/node_modules/@angular/common/locales/extra/mni-Beng.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mni-Beng.js rename to apps/angular/node_modules/@angular/common/locales/extra/mni-Beng.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mni-Beng.js.map b/apps/angular/node_modules/@angular/common/locales/extra/mni-Beng.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mni-Beng.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/mni-Beng.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mni-Mtei.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/mni-Mtei.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mni-Mtei.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/mni-Mtei.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mni-Mtei.js b/apps/angular/node_modules/@angular/common/locales/extra/mni-Mtei.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mni-Mtei.js rename to apps/angular/node_modules/@angular/common/locales/extra/mni-Mtei.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mni-Mtei.js.map b/apps/angular/node_modules/@angular/common/locales/extra/mni-Mtei.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mni-Mtei.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/mni-Mtei.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mni.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/mni.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mni.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/mni.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mni.js b/apps/angular/node_modules/@angular/common/locales/extra/mni.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mni.js rename to apps/angular/node_modules/@angular/common/locales/extra/mni.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mni.js.map b/apps/angular/node_modules/@angular/common/locales/extra/mni.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mni.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/mni.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/moh.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/moh.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/moh.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/moh.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/moh.js b/apps/angular/node_modules/@angular/common/locales/extra/moh.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/moh.js rename to apps/angular/node_modules/@angular/common/locales/extra/moh.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/moh.js.map b/apps/angular/node_modules/@angular/common/locales/extra/moh.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/moh.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/moh.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mr.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/mr.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mr.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/mr.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mr.js b/apps/angular/node_modules/@angular/common/locales/extra/mr.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mr.js rename to apps/angular/node_modules/@angular/common/locales/extra/mr.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mr.js.map b/apps/angular/node_modules/@angular/common/locales/extra/mr.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mr.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/mr.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ms-Arab-BN.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ms-Arab-BN.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ms-Arab-BN.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ms-Arab-BN.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ms-Arab-BN.js b/apps/angular/node_modules/@angular/common/locales/extra/ms-Arab-BN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ms-Arab-BN.js rename to apps/angular/node_modules/@angular/common/locales/extra/ms-Arab-BN.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ms-Arab-BN.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ms-Arab-BN.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ms-Arab-BN.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ms-Arab-BN.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ms-Arab.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ms-Arab.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ms-Arab.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ms-Arab.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ms-Arab.js b/apps/angular/node_modules/@angular/common/locales/extra/ms-Arab.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ms-Arab.js rename to apps/angular/node_modules/@angular/common/locales/extra/ms-Arab.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ms-Arab.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ms-Arab.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ms-Arab.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ms-Arab.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ms-BN.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ms-BN.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ms-BN.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ms-BN.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ms-BN.js b/apps/angular/node_modules/@angular/common/locales/extra/ms-BN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ms-BN.js rename to apps/angular/node_modules/@angular/common/locales/extra/ms-BN.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ms-BN.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ms-BN.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ms-BN.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ms-BN.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ms-ID.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ms-ID.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ms-ID.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ms-ID.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ms-ID.js b/apps/angular/node_modules/@angular/common/locales/extra/ms-ID.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ms-ID.js rename to apps/angular/node_modules/@angular/common/locales/extra/ms-ID.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ms-ID.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ms-ID.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ms-ID.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ms-ID.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ms-SG.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ms-SG.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ms-SG.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ms-SG.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ms-SG.js b/apps/angular/node_modules/@angular/common/locales/extra/ms-SG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ms-SG.js rename to apps/angular/node_modules/@angular/common/locales/extra/ms-SG.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ms-SG.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ms-SG.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ms-SG.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ms-SG.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ms.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ms.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ms.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ms.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ms.js b/apps/angular/node_modules/@angular/common/locales/extra/ms.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ms.js rename to apps/angular/node_modules/@angular/common/locales/extra/ms.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ms.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ms.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ms.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ms.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mt.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/mt.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mt.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/mt.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mt.js b/apps/angular/node_modules/@angular/common/locales/extra/mt.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mt.js rename to apps/angular/node_modules/@angular/common/locales/extra/mt.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mt.js.map b/apps/angular/node_modules/@angular/common/locales/extra/mt.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mt.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/mt.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mua.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/mua.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mua.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/mua.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mua.js b/apps/angular/node_modules/@angular/common/locales/extra/mua.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mua.js rename to apps/angular/node_modules/@angular/common/locales/extra/mua.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mua.js.map b/apps/angular/node_modules/@angular/common/locales/extra/mua.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mua.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/mua.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mus.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/mus.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mus.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/mus.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mus.js b/apps/angular/node_modules/@angular/common/locales/extra/mus.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mus.js rename to apps/angular/node_modules/@angular/common/locales/extra/mus.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mus.js.map b/apps/angular/node_modules/@angular/common/locales/extra/mus.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mus.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/mus.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/my.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/my.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/my.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/my.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/my.js b/apps/angular/node_modules/@angular/common/locales/extra/my.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/my.js rename to apps/angular/node_modules/@angular/common/locales/extra/my.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/my.js.map b/apps/angular/node_modules/@angular/common/locales/extra/my.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/my.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/my.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/myv.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/myv.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/myv.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/myv.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/myv.js b/apps/angular/node_modules/@angular/common/locales/extra/myv.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/myv.js rename to apps/angular/node_modules/@angular/common/locales/extra/myv.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/myv.js.map b/apps/angular/node_modules/@angular/common/locales/extra/myv.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/myv.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/myv.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mzn.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/mzn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mzn.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/mzn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mzn.js b/apps/angular/node_modules/@angular/common/locales/extra/mzn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mzn.js rename to apps/angular/node_modules/@angular/common/locales/extra/mzn.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/mzn.js.map b/apps/angular/node_modules/@angular/common/locales/extra/mzn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/mzn.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/mzn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/naq.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/naq.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/naq.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/naq.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/naq.js b/apps/angular/node_modules/@angular/common/locales/extra/naq.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/naq.js rename to apps/angular/node_modules/@angular/common/locales/extra/naq.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/naq.js.map b/apps/angular/node_modules/@angular/common/locales/extra/naq.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/naq.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/naq.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nb-SJ.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/nb-SJ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nb-SJ.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/nb-SJ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nb-SJ.js b/apps/angular/node_modules/@angular/common/locales/extra/nb-SJ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nb-SJ.js rename to apps/angular/node_modules/@angular/common/locales/extra/nb-SJ.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nb-SJ.js.map b/apps/angular/node_modules/@angular/common/locales/extra/nb-SJ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nb-SJ.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/nb-SJ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nb.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/nb.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nb.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/nb.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nb.js b/apps/angular/node_modules/@angular/common/locales/extra/nb.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nb.js rename to apps/angular/node_modules/@angular/common/locales/extra/nb.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nb.js.map b/apps/angular/node_modules/@angular/common/locales/extra/nb.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nb.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/nb.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nd.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/nd.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nd.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/nd.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nd.js b/apps/angular/node_modules/@angular/common/locales/extra/nd.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nd.js rename to apps/angular/node_modules/@angular/common/locales/extra/nd.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nd.js.map b/apps/angular/node_modules/@angular/common/locales/extra/nd.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nd.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/nd.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nds-NL.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/nds-NL.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nds-NL.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/nds-NL.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nds-NL.js b/apps/angular/node_modules/@angular/common/locales/extra/nds-NL.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nds-NL.js rename to apps/angular/node_modules/@angular/common/locales/extra/nds-NL.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nds-NL.js.map b/apps/angular/node_modules/@angular/common/locales/extra/nds-NL.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nds-NL.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/nds-NL.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nds.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/nds.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nds.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/nds.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nds.js b/apps/angular/node_modules/@angular/common/locales/extra/nds.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nds.js rename to apps/angular/node_modules/@angular/common/locales/extra/nds.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nds.js.map b/apps/angular/node_modules/@angular/common/locales/extra/nds.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nds.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/nds.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ne-IN.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ne-IN.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ne-IN.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ne-IN.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ne-IN.js b/apps/angular/node_modules/@angular/common/locales/extra/ne-IN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ne-IN.js rename to apps/angular/node_modules/@angular/common/locales/extra/ne-IN.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ne-IN.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ne-IN.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ne-IN.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ne-IN.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ne.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ne.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ne.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ne.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ne.js b/apps/angular/node_modules/@angular/common/locales/extra/ne.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ne.js rename to apps/angular/node_modules/@angular/common/locales/extra/ne.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ne.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ne.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ne.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ne.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nl-AW.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/nl-AW.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nl-AW.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/nl-AW.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nl-AW.js b/apps/angular/node_modules/@angular/common/locales/extra/nl-AW.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nl-AW.js rename to apps/angular/node_modules/@angular/common/locales/extra/nl-AW.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nl-AW.js.map b/apps/angular/node_modules/@angular/common/locales/extra/nl-AW.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nl-AW.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/nl-AW.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nl-BE.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/nl-BE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nl-BE.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/nl-BE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nl-BE.js b/apps/angular/node_modules/@angular/common/locales/extra/nl-BE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nl-BE.js rename to apps/angular/node_modules/@angular/common/locales/extra/nl-BE.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nl-BE.js.map b/apps/angular/node_modules/@angular/common/locales/extra/nl-BE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nl-BE.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/nl-BE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nl-BQ.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/nl-BQ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nl-BQ.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/nl-BQ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nl-BQ.js b/apps/angular/node_modules/@angular/common/locales/extra/nl-BQ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nl-BQ.js rename to apps/angular/node_modules/@angular/common/locales/extra/nl-BQ.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nl-BQ.js.map b/apps/angular/node_modules/@angular/common/locales/extra/nl-BQ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nl-BQ.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/nl-BQ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nl-CW.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/nl-CW.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nl-CW.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/nl-CW.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nl-CW.js b/apps/angular/node_modules/@angular/common/locales/extra/nl-CW.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nl-CW.js rename to apps/angular/node_modules/@angular/common/locales/extra/nl-CW.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nl-CW.js.map b/apps/angular/node_modules/@angular/common/locales/extra/nl-CW.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nl-CW.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/nl-CW.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nl-SR.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/nl-SR.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nl-SR.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/nl-SR.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nl-SR.js b/apps/angular/node_modules/@angular/common/locales/extra/nl-SR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nl-SR.js rename to apps/angular/node_modules/@angular/common/locales/extra/nl-SR.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nl-SR.js.map b/apps/angular/node_modules/@angular/common/locales/extra/nl-SR.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nl-SR.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/nl-SR.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nl-SX.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/nl-SX.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nl-SX.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/nl-SX.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nl-SX.js b/apps/angular/node_modules/@angular/common/locales/extra/nl-SX.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nl-SX.js rename to apps/angular/node_modules/@angular/common/locales/extra/nl-SX.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nl-SX.js.map b/apps/angular/node_modules/@angular/common/locales/extra/nl-SX.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nl-SX.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/nl-SX.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nl.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/nl.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nl.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/nl.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nl.js b/apps/angular/node_modules/@angular/common/locales/extra/nl.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nl.js rename to apps/angular/node_modules/@angular/common/locales/extra/nl.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nl.js.map b/apps/angular/node_modules/@angular/common/locales/extra/nl.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nl.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/nl.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nmg.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/nmg.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nmg.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/nmg.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nmg.js b/apps/angular/node_modules/@angular/common/locales/extra/nmg.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nmg.js rename to apps/angular/node_modules/@angular/common/locales/extra/nmg.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nmg.js.map b/apps/angular/node_modules/@angular/common/locales/extra/nmg.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nmg.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/nmg.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nn.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/nn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nn.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/nn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nn.js b/apps/angular/node_modules/@angular/common/locales/extra/nn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nn.js rename to apps/angular/node_modules/@angular/common/locales/extra/nn.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nn.js.map b/apps/angular/node_modules/@angular/common/locales/extra/nn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nn.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/nn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nnh.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/nnh.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nnh.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/nnh.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nnh.js b/apps/angular/node_modules/@angular/common/locales/extra/nnh.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nnh.js rename to apps/angular/node_modules/@angular/common/locales/extra/nnh.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nnh.js.map b/apps/angular/node_modules/@angular/common/locales/extra/nnh.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nnh.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/nnh.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/no.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/no.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/no.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/no.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/no.js b/apps/angular/node_modules/@angular/common/locales/extra/no.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/no.js rename to apps/angular/node_modules/@angular/common/locales/extra/no.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/no.js.map b/apps/angular/node_modules/@angular/common/locales/extra/no.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/no.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/no.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nqo.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/nqo.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nqo.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/nqo.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nqo.js b/apps/angular/node_modules/@angular/common/locales/extra/nqo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nqo.js rename to apps/angular/node_modules/@angular/common/locales/extra/nqo.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nqo.js.map b/apps/angular/node_modules/@angular/common/locales/extra/nqo.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nqo.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/nqo.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nr.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/nr.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nr.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/nr.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nr.js b/apps/angular/node_modules/@angular/common/locales/extra/nr.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nr.js rename to apps/angular/node_modules/@angular/common/locales/extra/nr.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nr.js.map b/apps/angular/node_modules/@angular/common/locales/extra/nr.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nr.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/nr.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nso.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/nso.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nso.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/nso.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nso.js b/apps/angular/node_modules/@angular/common/locales/extra/nso.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nso.js rename to apps/angular/node_modules/@angular/common/locales/extra/nso.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nso.js.map b/apps/angular/node_modules/@angular/common/locales/extra/nso.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nso.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/nso.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nus.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/nus.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nus.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/nus.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nus.js b/apps/angular/node_modules/@angular/common/locales/extra/nus.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nus.js rename to apps/angular/node_modules/@angular/common/locales/extra/nus.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nus.js.map b/apps/angular/node_modules/@angular/common/locales/extra/nus.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nus.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/nus.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nv.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/nv.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nv.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/nv.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nv.js b/apps/angular/node_modules/@angular/common/locales/extra/nv.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nv.js rename to apps/angular/node_modules/@angular/common/locales/extra/nv.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nv.js.map b/apps/angular/node_modules/@angular/common/locales/extra/nv.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nv.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/nv.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ny.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ny.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ny.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ny.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ny.js b/apps/angular/node_modules/@angular/common/locales/extra/ny.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ny.js rename to apps/angular/node_modules/@angular/common/locales/extra/ny.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ny.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ny.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ny.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ny.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nyn.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/nyn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nyn.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/nyn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nyn.js b/apps/angular/node_modules/@angular/common/locales/extra/nyn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nyn.js rename to apps/angular/node_modules/@angular/common/locales/extra/nyn.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/nyn.js.map b/apps/angular/node_modules/@angular/common/locales/extra/nyn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/nyn.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/nyn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/oc-ES.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/oc-ES.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/oc-ES.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/oc-ES.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/oc-ES.js b/apps/angular/node_modules/@angular/common/locales/extra/oc-ES.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/oc-ES.js rename to apps/angular/node_modules/@angular/common/locales/extra/oc-ES.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/oc-ES.js.map b/apps/angular/node_modules/@angular/common/locales/extra/oc-ES.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/oc-ES.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/oc-ES.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/oc.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/oc.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/oc.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/oc.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/oc.js b/apps/angular/node_modules/@angular/common/locales/extra/oc.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/oc.js rename to apps/angular/node_modules/@angular/common/locales/extra/oc.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/oc.js.map b/apps/angular/node_modules/@angular/common/locales/extra/oc.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/oc.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/oc.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/om-KE.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/om-KE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/om-KE.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/om-KE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/om-KE.js b/apps/angular/node_modules/@angular/common/locales/extra/om-KE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/om-KE.js rename to apps/angular/node_modules/@angular/common/locales/extra/om-KE.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/om-KE.js.map b/apps/angular/node_modules/@angular/common/locales/extra/om-KE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/om-KE.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/om-KE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/om.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/om.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/om.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/om.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/om.js b/apps/angular/node_modules/@angular/common/locales/extra/om.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/om.js rename to apps/angular/node_modules/@angular/common/locales/extra/om.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/om.js.map b/apps/angular/node_modules/@angular/common/locales/extra/om.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/om.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/om.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/or.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/or.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/or.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/or.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/or.js b/apps/angular/node_modules/@angular/common/locales/extra/or.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/or.js rename to apps/angular/node_modules/@angular/common/locales/extra/or.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/or.js.map b/apps/angular/node_modules/@angular/common/locales/extra/or.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/or.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/or.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/os-RU.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/os-RU.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/os-RU.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/os-RU.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/os-RU.js b/apps/angular/node_modules/@angular/common/locales/extra/os-RU.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/os-RU.js rename to apps/angular/node_modules/@angular/common/locales/extra/os-RU.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/os-RU.js.map b/apps/angular/node_modules/@angular/common/locales/extra/os-RU.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/os-RU.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/os-RU.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/os.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/os.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/os.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/os.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/os.js b/apps/angular/node_modules/@angular/common/locales/extra/os.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/os.js rename to apps/angular/node_modules/@angular/common/locales/extra/os.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/os.js.map b/apps/angular/node_modules/@angular/common/locales/extra/os.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/os.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/os.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/osa.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/osa.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/osa.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/osa.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/osa.js b/apps/angular/node_modules/@angular/common/locales/extra/osa.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/osa.js rename to apps/angular/node_modules/@angular/common/locales/extra/osa.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/osa.js.map b/apps/angular/node_modules/@angular/common/locales/extra/osa.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/osa.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/osa.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pa-Arab.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/pa-Arab.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pa-Arab.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/pa-Arab.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pa-Arab.js b/apps/angular/node_modules/@angular/common/locales/extra/pa-Arab.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pa-Arab.js rename to apps/angular/node_modules/@angular/common/locales/extra/pa-Arab.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pa-Arab.js.map b/apps/angular/node_modules/@angular/common/locales/extra/pa-Arab.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pa-Arab.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/pa-Arab.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pa-Guru.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/pa-Guru.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pa-Guru.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/pa-Guru.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pa-Guru.js b/apps/angular/node_modules/@angular/common/locales/extra/pa-Guru.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pa-Guru.js rename to apps/angular/node_modules/@angular/common/locales/extra/pa-Guru.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pa-Guru.js.map b/apps/angular/node_modules/@angular/common/locales/extra/pa-Guru.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pa-Guru.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/pa-Guru.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pa.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/pa.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pa.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/pa.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pa.js b/apps/angular/node_modules/@angular/common/locales/extra/pa.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pa.js rename to apps/angular/node_modules/@angular/common/locales/extra/pa.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pa.js.map b/apps/angular/node_modules/@angular/common/locales/extra/pa.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pa.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/pa.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pap-AW.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/pap-AW.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pap-AW.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/pap-AW.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pap-AW.js b/apps/angular/node_modules/@angular/common/locales/extra/pap-AW.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pap-AW.js rename to apps/angular/node_modules/@angular/common/locales/extra/pap-AW.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pap-AW.js.map b/apps/angular/node_modules/@angular/common/locales/extra/pap-AW.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pap-AW.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/pap-AW.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pap.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/pap.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pap.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/pap.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pap.js b/apps/angular/node_modules/@angular/common/locales/extra/pap.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pap.js rename to apps/angular/node_modules/@angular/common/locales/extra/pap.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pap.js.map b/apps/angular/node_modules/@angular/common/locales/extra/pap.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pap.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/pap.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pcm.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/pcm.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pcm.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/pcm.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pcm.js b/apps/angular/node_modules/@angular/common/locales/extra/pcm.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pcm.js rename to apps/angular/node_modules/@angular/common/locales/extra/pcm.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pcm.js.map b/apps/angular/node_modules/@angular/common/locales/extra/pcm.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pcm.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/pcm.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pis.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/pis.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pis.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/pis.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pis.js b/apps/angular/node_modules/@angular/common/locales/extra/pis.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pis.js rename to apps/angular/node_modules/@angular/common/locales/extra/pis.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pis.js.map b/apps/angular/node_modules/@angular/common/locales/extra/pis.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pis.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/pis.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pl.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/pl.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pl.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/pl.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pl.js b/apps/angular/node_modules/@angular/common/locales/extra/pl.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pl.js rename to apps/angular/node_modules/@angular/common/locales/extra/pl.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pl.js.map b/apps/angular/node_modules/@angular/common/locales/extra/pl.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pl.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/pl.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/prg.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/prg.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/prg.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/prg.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/prg.js b/apps/angular/node_modules/@angular/common/locales/extra/prg.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/prg.js rename to apps/angular/node_modules/@angular/common/locales/extra/prg.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/prg.js.map b/apps/angular/node_modules/@angular/common/locales/extra/prg.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/prg.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/prg.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ps-PK.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ps-PK.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ps-PK.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ps-PK.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ps-PK.js b/apps/angular/node_modules/@angular/common/locales/extra/ps-PK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ps-PK.js rename to apps/angular/node_modules/@angular/common/locales/extra/ps-PK.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ps-PK.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ps-PK.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ps-PK.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ps-PK.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ps.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ps.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ps.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ps.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ps.js b/apps/angular/node_modules/@angular/common/locales/extra/ps.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ps.js rename to apps/angular/node_modules/@angular/common/locales/extra/ps.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ps.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ps.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ps.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ps.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pt-AO.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/pt-AO.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pt-AO.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/pt-AO.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pt-AO.js b/apps/angular/node_modules/@angular/common/locales/extra/pt-AO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pt-AO.js rename to apps/angular/node_modules/@angular/common/locales/extra/pt-AO.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pt-AO.js.map b/apps/angular/node_modules/@angular/common/locales/extra/pt-AO.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pt-AO.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/pt-AO.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pt-CH.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/pt-CH.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pt-CH.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/pt-CH.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pt-CH.js b/apps/angular/node_modules/@angular/common/locales/extra/pt-CH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pt-CH.js rename to apps/angular/node_modules/@angular/common/locales/extra/pt-CH.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pt-CH.js.map b/apps/angular/node_modules/@angular/common/locales/extra/pt-CH.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pt-CH.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/pt-CH.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pt-CV.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/pt-CV.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pt-CV.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/pt-CV.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pt-CV.js b/apps/angular/node_modules/@angular/common/locales/extra/pt-CV.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pt-CV.js rename to apps/angular/node_modules/@angular/common/locales/extra/pt-CV.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pt-CV.js.map b/apps/angular/node_modules/@angular/common/locales/extra/pt-CV.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pt-CV.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/pt-CV.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pt-GQ.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/pt-GQ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pt-GQ.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/pt-GQ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pt-GQ.js b/apps/angular/node_modules/@angular/common/locales/extra/pt-GQ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pt-GQ.js rename to apps/angular/node_modules/@angular/common/locales/extra/pt-GQ.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pt-GQ.js.map b/apps/angular/node_modules/@angular/common/locales/extra/pt-GQ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pt-GQ.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/pt-GQ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pt-GW.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/pt-GW.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pt-GW.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/pt-GW.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pt-GW.js b/apps/angular/node_modules/@angular/common/locales/extra/pt-GW.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pt-GW.js rename to apps/angular/node_modules/@angular/common/locales/extra/pt-GW.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pt-GW.js.map b/apps/angular/node_modules/@angular/common/locales/extra/pt-GW.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pt-GW.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/pt-GW.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pt-LU.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/pt-LU.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pt-LU.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/pt-LU.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pt-LU.js b/apps/angular/node_modules/@angular/common/locales/extra/pt-LU.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pt-LU.js rename to apps/angular/node_modules/@angular/common/locales/extra/pt-LU.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pt-LU.js.map b/apps/angular/node_modules/@angular/common/locales/extra/pt-LU.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pt-LU.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/pt-LU.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pt-MO.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/pt-MO.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pt-MO.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/pt-MO.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pt-MO.js b/apps/angular/node_modules/@angular/common/locales/extra/pt-MO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pt-MO.js rename to apps/angular/node_modules/@angular/common/locales/extra/pt-MO.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pt-MO.js.map b/apps/angular/node_modules/@angular/common/locales/extra/pt-MO.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pt-MO.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/pt-MO.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pt-MZ.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/pt-MZ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pt-MZ.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/pt-MZ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pt-MZ.js b/apps/angular/node_modules/@angular/common/locales/extra/pt-MZ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pt-MZ.js rename to apps/angular/node_modules/@angular/common/locales/extra/pt-MZ.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pt-MZ.js.map b/apps/angular/node_modules/@angular/common/locales/extra/pt-MZ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pt-MZ.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/pt-MZ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pt-PT.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/pt-PT.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pt-PT.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/pt-PT.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pt-PT.js b/apps/angular/node_modules/@angular/common/locales/extra/pt-PT.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pt-PT.js rename to apps/angular/node_modules/@angular/common/locales/extra/pt-PT.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pt-PT.js.map b/apps/angular/node_modules/@angular/common/locales/extra/pt-PT.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pt-PT.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/pt-PT.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pt-ST.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/pt-ST.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pt-ST.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/pt-ST.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pt-ST.js b/apps/angular/node_modules/@angular/common/locales/extra/pt-ST.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pt-ST.js rename to apps/angular/node_modules/@angular/common/locales/extra/pt-ST.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pt-ST.js.map b/apps/angular/node_modules/@angular/common/locales/extra/pt-ST.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pt-ST.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/pt-ST.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pt-TL.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/pt-TL.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pt-TL.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/pt-TL.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pt-TL.js b/apps/angular/node_modules/@angular/common/locales/extra/pt-TL.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pt-TL.js rename to apps/angular/node_modules/@angular/common/locales/extra/pt-TL.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pt-TL.js.map b/apps/angular/node_modules/@angular/common/locales/extra/pt-TL.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pt-TL.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/pt-TL.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pt.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/pt.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pt.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/pt.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pt.js b/apps/angular/node_modules/@angular/common/locales/extra/pt.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pt.js rename to apps/angular/node_modules/@angular/common/locales/extra/pt.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/pt.js.map b/apps/angular/node_modules/@angular/common/locales/extra/pt.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/pt.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/pt.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/qu-BO.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/qu-BO.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/qu-BO.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/qu-BO.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/qu-BO.js b/apps/angular/node_modules/@angular/common/locales/extra/qu-BO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/qu-BO.js rename to apps/angular/node_modules/@angular/common/locales/extra/qu-BO.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/qu-BO.js.map b/apps/angular/node_modules/@angular/common/locales/extra/qu-BO.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/qu-BO.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/qu-BO.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/qu-EC.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/qu-EC.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/qu-EC.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/qu-EC.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/qu-EC.js b/apps/angular/node_modules/@angular/common/locales/extra/qu-EC.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/qu-EC.js rename to apps/angular/node_modules/@angular/common/locales/extra/qu-EC.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/qu-EC.js.map b/apps/angular/node_modules/@angular/common/locales/extra/qu-EC.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/qu-EC.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/qu-EC.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/qu.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/qu.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/qu.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/qu.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/qu.js b/apps/angular/node_modules/@angular/common/locales/extra/qu.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/qu.js rename to apps/angular/node_modules/@angular/common/locales/extra/qu.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/qu.js.map b/apps/angular/node_modules/@angular/common/locales/extra/qu.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/qu.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/qu.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/quc.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/quc.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/quc.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/quc.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/quc.js b/apps/angular/node_modules/@angular/common/locales/extra/quc.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/quc.js rename to apps/angular/node_modules/@angular/common/locales/extra/quc.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/quc.js.map b/apps/angular/node_modules/@angular/common/locales/extra/quc.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/quc.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/quc.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/raj.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/raj.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/raj.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/raj.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/raj.js b/apps/angular/node_modules/@angular/common/locales/extra/raj.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/raj.js rename to apps/angular/node_modules/@angular/common/locales/extra/raj.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/raj.js.map b/apps/angular/node_modules/@angular/common/locales/extra/raj.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/raj.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/raj.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/rhg-Rohg-BD.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/rhg-Rohg-BD.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/rhg-Rohg-BD.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/rhg-Rohg-BD.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/rhg-Rohg-BD.js b/apps/angular/node_modules/@angular/common/locales/extra/rhg-Rohg-BD.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/rhg-Rohg-BD.js rename to apps/angular/node_modules/@angular/common/locales/extra/rhg-Rohg-BD.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/rhg-Rohg-BD.js.map b/apps/angular/node_modules/@angular/common/locales/extra/rhg-Rohg-BD.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/rhg-Rohg-BD.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/rhg-Rohg-BD.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/rhg-Rohg.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/rhg-Rohg.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/rhg-Rohg.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/rhg-Rohg.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/rhg-Rohg.js b/apps/angular/node_modules/@angular/common/locales/extra/rhg-Rohg.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/rhg-Rohg.js rename to apps/angular/node_modules/@angular/common/locales/extra/rhg-Rohg.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/rhg-Rohg.js.map b/apps/angular/node_modules/@angular/common/locales/extra/rhg-Rohg.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/rhg-Rohg.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/rhg-Rohg.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/rhg.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/rhg.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/rhg.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/rhg.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/rhg.js b/apps/angular/node_modules/@angular/common/locales/extra/rhg.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/rhg.js rename to apps/angular/node_modules/@angular/common/locales/extra/rhg.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/rhg.js.map b/apps/angular/node_modules/@angular/common/locales/extra/rhg.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/rhg.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/rhg.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/rif.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/rif.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/rif.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/rif.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/rif.js b/apps/angular/node_modules/@angular/common/locales/extra/rif.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/rif.js rename to apps/angular/node_modules/@angular/common/locales/extra/rif.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/rif.js.map b/apps/angular/node_modules/@angular/common/locales/extra/rif.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/rif.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/rif.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/rm.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/rm.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/rm.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/rm.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/rm.js b/apps/angular/node_modules/@angular/common/locales/extra/rm.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/rm.js rename to apps/angular/node_modules/@angular/common/locales/extra/rm.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/rm.js.map b/apps/angular/node_modules/@angular/common/locales/extra/rm.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/rm.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/rm.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/rn.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/rn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/rn.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/rn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/rn.js b/apps/angular/node_modules/@angular/common/locales/extra/rn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/rn.js rename to apps/angular/node_modules/@angular/common/locales/extra/rn.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/rn.js.map b/apps/angular/node_modules/@angular/common/locales/extra/rn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/rn.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/rn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ro-MD.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ro-MD.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ro-MD.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ro-MD.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ro-MD.js b/apps/angular/node_modules/@angular/common/locales/extra/ro-MD.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ro-MD.js rename to apps/angular/node_modules/@angular/common/locales/extra/ro-MD.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ro-MD.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ro-MD.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ro-MD.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ro-MD.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ro.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ro.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ro.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ro.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ro.js b/apps/angular/node_modules/@angular/common/locales/extra/ro.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ro.js rename to apps/angular/node_modules/@angular/common/locales/extra/ro.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ro.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ro.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ro.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ro.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/rof.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/rof.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/rof.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/rof.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/rof.js b/apps/angular/node_modules/@angular/common/locales/extra/rof.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/rof.js rename to apps/angular/node_modules/@angular/common/locales/extra/rof.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/rof.js.map b/apps/angular/node_modules/@angular/common/locales/extra/rof.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/rof.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/rof.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ru-BY.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ru-BY.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ru-BY.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ru-BY.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ru-BY.js b/apps/angular/node_modules/@angular/common/locales/extra/ru-BY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ru-BY.js rename to apps/angular/node_modules/@angular/common/locales/extra/ru-BY.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ru-BY.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ru-BY.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ru-BY.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ru-BY.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ru-KG.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ru-KG.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ru-KG.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ru-KG.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ru-KG.js b/apps/angular/node_modules/@angular/common/locales/extra/ru-KG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ru-KG.js rename to apps/angular/node_modules/@angular/common/locales/extra/ru-KG.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ru-KG.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ru-KG.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ru-KG.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ru-KG.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ru-KZ.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ru-KZ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ru-KZ.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ru-KZ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ru-KZ.js b/apps/angular/node_modules/@angular/common/locales/extra/ru-KZ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ru-KZ.js rename to apps/angular/node_modules/@angular/common/locales/extra/ru-KZ.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ru-KZ.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ru-KZ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ru-KZ.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ru-KZ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ru-MD.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ru-MD.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ru-MD.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ru-MD.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ru-MD.js b/apps/angular/node_modules/@angular/common/locales/extra/ru-MD.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ru-MD.js rename to apps/angular/node_modules/@angular/common/locales/extra/ru-MD.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ru-MD.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ru-MD.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ru-MD.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ru-MD.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ru-UA.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ru-UA.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ru-UA.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ru-UA.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ru-UA.js b/apps/angular/node_modules/@angular/common/locales/extra/ru-UA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ru-UA.js rename to apps/angular/node_modules/@angular/common/locales/extra/ru-UA.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ru-UA.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ru-UA.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ru-UA.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ru-UA.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ru.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ru.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ru.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ru.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ru.js b/apps/angular/node_modules/@angular/common/locales/extra/ru.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ru.js rename to apps/angular/node_modules/@angular/common/locales/extra/ru.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ru.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ru.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ru.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ru.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/rw.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/rw.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/rw.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/rw.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/rw.js b/apps/angular/node_modules/@angular/common/locales/extra/rw.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/rw.js rename to apps/angular/node_modules/@angular/common/locales/extra/rw.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/rw.js.map b/apps/angular/node_modules/@angular/common/locales/extra/rw.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/rw.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/rw.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/rwk.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/rwk.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/rwk.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/rwk.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/rwk.js b/apps/angular/node_modules/@angular/common/locales/extra/rwk.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/rwk.js rename to apps/angular/node_modules/@angular/common/locales/extra/rwk.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/rwk.js.map b/apps/angular/node_modules/@angular/common/locales/extra/rwk.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/rwk.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/rwk.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sa.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/sa.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sa.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/sa.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sa.js b/apps/angular/node_modules/@angular/common/locales/extra/sa.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sa.js rename to apps/angular/node_modules/@angular/common/locales/extra/sa.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sa.js.map b/apps/angular/node_modules/@angular/common/locales/extra/sa.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sa.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/sa.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sah.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/sah.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sah.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/sah.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sah.js b/apps/angular/node_modules/@angular/common/locales/extra/sah.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sah.js rename to apps/angular/node_modules/@angular/common/locales/extra/sah.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sah.js.map b/apps/angular/node_modules/@angular/common/locales/extra/sah.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sah.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/sah.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/saq.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/saq.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/saq.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/saq.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/saq.js b/apps/angular/node_modules/@angular/common/locales/extra/saq.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/saq.js rename to apps/angular/node_modules/@angular/common/locales/extra/saq.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/saq.js.map b/apps/angular/node_modules/@angular/common/locales/extra/saq.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/saq.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/saq.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sat-Deva.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/sat-Deva.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sat-Deva.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/sat-Deva.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sat-Deva.js b/apps/angular/node_modules/@angular/common/locales/extra/sat-Deva.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sat-Deva.js rename to apps/angular/node_modules/@angular/common/locales/extra/sat-Deva.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sat-Deva.js.map b/apps/angular/node_modules/@angular/common/locales/extra/sat-Deva.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sat-Deva.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/sat-Deva.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sat-Olck.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/sat-Olck.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sat-Olck.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/sat-Olck.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sat-Olck.js b/apps/angular/node_modules/@angular/common/locales/extra/sat-Olck.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sat-Olck.js rename to apps/angular/node_modules/@angular/common/locales/extra/sat-Olck.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sat-Olck.js.map b/apps/angular/node_modules/@angular/common/locales/extra/sat-Olck.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sat-Olck.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/sat-Olck.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sat.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/sat.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sat.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/sat.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sat.js b/apps/angular/node_modules/@angular/common/locales/extra/sat.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sat.js rename to apps/angular/node_modules/@angular/common/locales/extra/sat.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sat.js.map b/apps/angular/node_modules/@angular/common/locales/extra/sat.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sat.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/sat.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sbp.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/sbp.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sbp.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/sbp.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sbp.js b/apps/angular/node_modules/@angular/common/locales/extra/sbp.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sbp.js rename to apps/angular/node_modules/@angular/common/locales/extra/sbp.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sbp.js.map b/apps/angular/node_modules/@angular/common/locales/extra/sbp.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sbp.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/sbp.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sc.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/sc.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sc.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/sc.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sc.js b/apps/angular/node_modules/@angular/common/locales/extra/sc.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sc.js rename to apps/angular/node_modules/@angular/common/locales/extra/sc.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sc.js.map b/apps/angular/node_modules/@angular/common/locales/extra/sc.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sc.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/sc.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/scn.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/scn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/scn.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/scn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/scn.js b/apps/angular/node_modules/@angular/common/locales/extra/scn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/scn.js rename to apps/angular/node_modules/@angular/common/locales/extra/scn.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/scn.js.map b/apps/angular/node_modules/@angular/common/locales/extra/scn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/scn.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/scn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sd-Arab.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/sd-Arab.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sd-Arab.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/sd-Arab.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sd-Arab.js b/apps/angular/node_modules/@angular/common/locales/extra/sd-Arab.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sd-Arab.js rename to apps/angular/node_modules/@angular/common/locales/extra/sd-Arab.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sd-Arab.js.map b/apps/angular/node_modules/@angular/common/locales/extra/sd-Arab.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sd-Arab.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/sd-Arab.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sd-Deva.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/sd-Deva.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sd-Deva.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/sd-Deva.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sd-Deva.js b/apps/angular/node_modules/@angular/common/locales/extra/sd-Deva.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sd-Deva.js rename to apps/angular/node_modules/@angular/common/locales/extra/sd-Deva.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sd-Deva.js.map b/apps/angular/node_modules/@angular/common/locales/extra/sd-Deva.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sd-Deva.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/sd-Deva.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sd.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/sd.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sd.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/sd.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sd.js b/apps/angular/node_modules/@angular/common/locales/extra/sd.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sd.js rename to apps/angular/node_modules/@angular/common/locales/extra/sd.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sd.js.map b/apps/angular/node_modules/@angular/common/locales/extra/sd.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sd.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/sd.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sdh-IQ.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/sdh-IQ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sdh-IQ.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/sdh-IQ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sdh-IQ.js b/apps/angular/node_modules/@angular/common/locales/extra/sdh-IQ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sdh-IQ.js rename to apps/angular/node_modules/@angular/common/locales/extra/sdh-IQ.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sdh-IQ.js.map b/apps/angular/node_modules/@angular/common/locales/extra/sdh-IQ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sdh-IQ.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/sdh-IQ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sdh.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/sdh.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sdh.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/sdh.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sdh.js b/apps/angular/node_modules/@angular/common/locales/extra/sdh.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sdh.js rename to apps/angular/node_modules/@angular/common/locales/extra/sdh.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sdh.js.map b/apps/angular/node_modules/@angular/common/locales/extra/sdh.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sdh.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/sdh.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/se-FI.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/se-FI.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/se-FI.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/se-FI.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/se-FI.js b/apps/angular/node_modules/@angular/common/locales/extra/se-FI.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/se-FI.js rename to apps/angular/node_modules/@angular/common/locales/extra/se-FI.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/se-FI.js.map b/apps/angular/node_modules/@angular/common/locales/extra/se-FI.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/se-FI.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/se-FI.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/se-SE.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/se-SE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/se-SE.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/se-SE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/se-SE.js b/apps/angular/node_modules/@angular/common/locales/extra/se-SE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/se-SE.js rename to apps/angular/node_modules/@angular/common/locales/extra/se-SE.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/se-SE.js.map b/apps/angular/node_modules/@angular/common/locales/extra/se-SE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/se-SE.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/se-SE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/se.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/se.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/se.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/se.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/se.js b/apps/angular/node_modules/@angular/common/locales/extra/se.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/se.js rename to apps/angular/node_modules/@angular/common/locales/extra/se.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/se.js.map b/apps/angular/node_modules/@angular/common/locales/extra/se.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/se.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/se.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/seh.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/seh.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/seh.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/seh.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/seh.js b/apps/angular/node_modules/@angular/common/locales/extra/seh.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/seh.js rename to apps/angular/node_modules/@angular/common/locales/extra/seh.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/seh.js.map b/apps/angular/node_modules/@angular/common/locales/extra/seh.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/seh.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/seh.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ses.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ses.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ses.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ses.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ses.js b/apps/angular/node_modules/@angular/common/locales/extra/ses.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ses.js rename to apps/angular/node_modules/@angular/common/locales/extra/ses.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ses.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ses.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ses.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ses.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sg.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/sg.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sg.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/sg.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sg.js b/apps/angular/node_modules/@angular/common/locales/extra/sg.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sg.js rename to apps/angular/node_modules/@angular/common/locales/extra/sg.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sg.js.map b/apps/angular/node_modules/@angular/common/locales/extra/sg.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sg.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/sg.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/shi-Latn.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/shi-Latn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/shi-Latn.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/shi-Latn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/shi-Latn.js b/apps/angular/node_modules/@angular/common/locales/extra/shi-Latn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/shi-Latn.js rename to apps/angular/node_modules/@angular/common/locales/extra/shi-Latn.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/shi-Latn.js.map b/apps/angular/node_modules/@angular/common/locales/extra/shi-Latn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/shi-Latn.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/shi-Latn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/shi-Tfng.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/shi-Tfng.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/shi-Tfng.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/shi-Tfng.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/shi-Tfng.js b/apps/angular/node_modules/@angular/common/locales/extra/shi-Tfng.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/shi-Tfng.js rename to apps/angular/node_modules/@angular/common/locales/extra/shi-Tfng.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/shi-Tfng.js.map b/apps/angular/node_modules/@angular/common/locales/extra/shi-Tfng.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/shi-Tfng.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/shi-Tfng.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/shi.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/shi.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/shi.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/shi.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/shi.js b/apps/angular/node_modules/@angular/common/locales/extra/shi.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/shi.js rename to apps/angular/node_modules/@angular/common/locales/extra/shi.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/shi.js.map b/apps/angular/node_modules/@angular/common/locales/extra/shi.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/shi.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/shi.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/shn-TH.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/shn-TH.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/shn-TH.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/shn-TH.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/shn-TH.js b/apps/angular/node_modules/@angular/common/locales/extra/shn-TH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/shn-TH.js rename to apps/angular/node_modules/@angular/common/locales/extra/shn-TH.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/shn-TH.js.map b/apps/angular/node_modules/@angular/common/locales/extra/shn-TH.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/shn-TH.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/shn-TH.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/shn.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/shn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/shn.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/shn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/shn.js b/apps/angular/node_modules/@angular/common/locales/extra/shn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/shn.js rename to apps/angular/node_modules/@angular/common/locales/extra/shn.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/shn.js.map b/apps/angular/node_modules/@angular/common/locales/extra/shn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/shn.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/shn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/si.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/si.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/si.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/si.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/si.js b/apps/angular/node_modules/@angular/common/locales/extra/si.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/si.js rename to apps/angular/node_modules/@angular/common/locales/extra/si.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/si.js.map b/apps/angular/node_modules/@angular/common/locales/extra/si.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/si.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/si.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sid.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/sid.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sid.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/sid.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sid.js b/apps/angular/node_modules/@angular/common/locales/extra/sid.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sid.js rename to apps/angular/node_modules/@angular/common/locales/extra/sid.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sid.js.map b/apps/angular/node_modules/@angular/common/locales/extra/sid.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sid.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/sid.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sk.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/sk.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sk.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/sk.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sk.js b/apps/angular/node_modules/@angular/common/locales/extra/sk.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sk.js rename to apps/angular/node_modules/@angular/common/locales/extra/sk.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sk.js.map b/apps/angular/node_modules/@angular/common/locales/extra/sk.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sk.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/sk.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/skr.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/skr.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/skr.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/skr.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/skr.js b/apps/angular/node_modules/@angular/common/locales/extra/skr.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/skr.js rename to apps/angular/node_modules/@angular/common/locales/extra/skr.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/skr.js.map b/apps/angular/node_modules/@angular/common/locales/extra/skr.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/skr.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/skr.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sl.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/sl.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sl.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/sl.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sl.js b/apps/angular/node_modules/@angular/common/locales/extra/sl.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sl.js rename to apps/angular/node_modules/@angular/common/locales/extra/sl.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sl.js.map b/apps/angular/node_modules/@angular/common/locales/extra/sl.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sl.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/sl.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sma-NO.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/sma-NO.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sma-NO.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/sma-NO.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sma-NO.js b/apps/angular/node_modules/@angular/common/locales/extra/sma-NO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sma-NO.js rename to apps/angular/node_modules/@angular/common/locales/extra/sma-NO.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sma-NO.js.map b/apps/angular/node_modules/@angular/common/locales/extra/sma-NO.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sma-NO.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/sma-NO.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sma.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/sma.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sma.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/sma.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sma.js b/apps/angular/node_modules/@angular/common/locales/extra/sma.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sma.js rename to apps/angular/node_modules/@angular/common/locales/extra/sma.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sma.js.map b/apps/angular/node_modules/@angular/common/locales/extra/sma.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sma.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/sma.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/smj-NO.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/smj-NO.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/smj-NO.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/smj-NO.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/smj-NO.js b/apps/angular/node_modules/@angular/common/locales/extra/smj-NO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/smj-NO.js rename to apps/angular/node_modules/@angular/common/locales/extra/smj-NO.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/smj-NO.js.map b/apps/angular/node_modules/@angular/common/locales/extra/smj-NO.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/smj-NO.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/smj-NO.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/smj.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/smj.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/smj.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/smj.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/smj.js b/apps/angular/node_modules/@angular/common/locales/extra/smj.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/smj.js rename to apps/angular/node_modules/@angular/common/locales/extra/smj.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/smj.js.map b/apps/angular/node_modules/@angular/common/locales/extra/smj.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/smj.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/smj.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/smn.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/smn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/smn.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/smn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/smn.js b/apps/angular/node_modules/@angular/common/locales/extra/smn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/smn.js rename to apps/angular/node_modules/@angular/common/locales/extra/smn.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/smn.js.map b/apps/angular/node_modules/@angular/common/locales/extra/smn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/smn.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/smn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sms.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/sms.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sms.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/sms.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sms.js b/apps/angular/node_modules/@angular/common/locales/extra/sms.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sms.js rename to apps/angular/node_modules/@angular/common/locales/extra/sms.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sms.js.map b/apps/angular/node_modules/@angular/common/locales/extra/sms.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sms.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/sms.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sn.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/sn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sn.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/sn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sn.js b/apps/angular/node_modules/@angular/common/locales/extra/sn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sn.js rename to apps/angular/node_modules/@angular/common/locales/extra/sn.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sn.js.map b/apps/angular/node_modules/@angular/common/locales/extra/sn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sn.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/sn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/so-DJ.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/so-DJ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/so-DJ.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/so-DJ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/so-DJ.js b/apps/angular/node_modules/@angular/common/locales/extra/so-DJ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/so-DJ.js rename to apps/angular/node_modules/@angular/common/locales/extra/so-DJ.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/so-DJ.js.map b/apps/angular/node_modules/@angular/common/locales/extra/so-DJ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/so-DJ.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/so-DJ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/so-ET.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/so-ET.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/so-ET.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/so-ET.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/so-ET.js b/apps/angular/node_modules/@angular/common/locales/extra/so-ET.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/so-ET.js rename to apps/angular/node_modules/@angular/common/locales/extra/so-ET.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/so-ET.js.map b/apps/angular/node_modules/@angular/common/locales/extra/so-ET.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/so-ET.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/so-ET.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/so-KE.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/so-KE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/so-KE.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/so-KE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/so-KE.js b/apps/angular/node_modules/@angular/common/locales/extra/so-KE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/so-KE.js rename to apps/angular/node_modules/@angular/common/locales/extra/so-KE.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/so-KE.js.map b/apps/angular/node_modules/@angular/common/locales/extra/so-KE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/so-KE.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/so-KE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/so.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/so.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/so.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/so.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/so.js b/apps/angular/node_modules/@angular/common/locales/extra/so.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/so.js rename to apps/angular/node_modules/@angular/common/locales/extra/so.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/so.js.map b/apps/angular/node_modules/@angular/common/locales/extra/so.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/so.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/so.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sq-MK.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/sq-MK.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sq-MK.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/sq-MK.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sq-MK.js b/apps/angular/node_modules/@angular/common/locales/extra/sq-MK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sq-MK.js rename to apps/angular/node_modules/@angular/common/locales/extra/sq-MK.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sq-MK.js.map b/apps/angular/node_modules/@angular/common/locales/extra/sq-MK.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sq-MK.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/sq-MK.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sq-XK.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/sq-XK.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sq-XK.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/sq-XK.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sq-XK.js b/apps/angular/node_modules/@angular/common/locales/extra/sq-XK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sq-XK.js rename to apps/angular/node_modules/@angular/common/locales/extra/sq-XK.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sq-XK.js.map b/apps/angular/node_modules/@angular/common/locales/extra/sq-XK.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sq-XK.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/sq-XK.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sq.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/sq.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sq.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/sq.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sq.js b/apps/angular/node_modules/@angular/common/locales/extra/sq.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sq.js rename to apps/angular/node_modules/@angular/common/locales/extra/sq.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sq.js.map b/apps/angular/node_modules/@angular/common/locales/extra/sq.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sq.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/sq.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sr-Cyrl-BA.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/sr-Cyrl-BA.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sr-Cyrl-BA.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/sr-Cyrl-BA.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sr-Cyrl-BA.js b/apps/angular/node_modules/@angular/common/locales/extra/sr-Cyrl-BA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sr-Cyrl-BA.js rename to apps/angular/node_modules/@angular/common/locales/extra/sr-Cyrl-BA.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sr-Cyrl-BA.js.map b/apps/angular/node_modules/@angular/common/locales/extra/sr-Cyrl-BA.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sr-Cyrl-BA.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/sr-Cyrl-BA.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sr-Cyrl-ME.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/sr-Cyrl-ME.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sr-Cyrl-ME.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/sr-Cyrl-ME.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sr-Cyrl-ME.js b/apps/angular/node_modules/@angular/common/locales/extra/sr-Cyrl-ME.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sr-Cyrl-ME.js rename to apps/angular/node_modules/@angular/common/locales/extra/sr-Cyrl-ME.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sr-Cyrl-ME.js.map b/apps/angular/node_modules/@angular/common/locales/extra/sr-Cyrl-ME.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sr-Cyrl-ME.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/sr-Cyrl-ME.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sr-Cyrl-XK.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/sr-Cyrl-XK.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sr-Cyrl-XK.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/sr-Cyrl-XK.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sr-Cyrl-XK.js b/apps/angular/node_modules/@angular/common/locales/extra/sr-Cyrl-XK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sr-Cyrl-XK.js rename to apps/angular/node_modules/@angular/common/locales/extra/sr-Cyrl-XK.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sr-Cyrl-XK.js.map b/apps/angular/node_modules/@angular/common/locales/extra/sr-Cyrl-XK.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sr-Cyrl-XK.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/sr-Cyrl-XK.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sr-Cyrl.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/sr-Cyrl.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sr-Cyrl.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/sr-Cyrl.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sr-Cyrl.js b/apps/angular/node_modules/@angular/common/locales/extra/sr-Cyrl.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sr-Cyrl.js rename to apps/angular/node_modules/@angular/common/locales/extra/sr-Cyrl.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sr-Cyrl.js.map b/apps/angular/node_modules/@angular/common/locales/extra/sr-Cyrl.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sr-Cyrl.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/sr-Cyrl.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sr-Latn-BA.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/sr-Latn-BA.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sr-Latn-BA.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/sr-Latn-BA.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sr-Latn-BA.js b/apps/angular/node_modules/@angular/common/locales/extra/sr-Latn-BA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sr-Latn-BA.js rename to apps/angular/node_modules/@angular/common/locales/extra/sr-Latn-BA.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sr-Latn-BA.js.map b/apps/angular/node_modules/@angular/common/locales/extra/sr-Latn-BA.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sr-Latn-BA.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/sr-Latn-BA.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sr-Latn-ME.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/sr-Latn-ME.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sr-Latn-ME.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/sr-Latn-ME.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sr-Latn-ME.js b/apps/angular/node_modules/@angular/common/locales/extra/sr-Latn-ME.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sr-Latn-ME.js rename to apps/angular/node_modules/@angular/common/locales/extra/sr-Latn-ME.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sr-Latn-ME.js.map b/apps/angular/node_modules/@angular/common/locales/extra/sr-Latn-ME.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sr-Latn-ME.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/sr-Latn-ME.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sr-Latn-XK.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/sr-Latn-XK.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sr-Latn-XK.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/sr-Latn-XK.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sr-Latn-XK.js b/apps/angular/node_modules/@angular/common/locales/extra/sr-Latn-XK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sr-Latn-XK.js rename to apps/angular/node_modules/@angular/common/locales/extra/sr-Latn-XK.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sr-Latn-XK.js.map b/apps/angular/node_modules/@angular/common/locales/extra/sr-Latn-XK.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sr-Latn-XK.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/sr-Latn-XK.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sr-Latn.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/sr-Latn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sr-Latn.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/sr-Latn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sr-Latn.js b/apps/angular/node_modules/@angular/common/locales/extra/sr-Latn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sr-Latn.js rename to apps/angular/node_modules/@angular/common/locales/extra/sr-Latn.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sr-Latn.js.map b/apps/angular/node_modules/@angular/common/locales/extra/sr-Latn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sr-Latn.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/sr-Latn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sr.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/sr.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sr.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/sr.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sr.js b/apps/angular/node_modules/@angular/common/locales/extra/sr.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sr.js rename to apps/angular/node_modules/@angular/common/locales/extra/sr.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sr.js.map b/apps/angular/node_modules/@angular/common/locales/extra/sr.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sr.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/sr.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ss-SZ.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ss-SZ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ss-SZ.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ss-SZ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ss-SZ.js b/apps/angular/node_modules/@angular/common/locales/extra/ss-SZ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ss-SZ.js rename to apps/angular/node_modules/@angular/common/locales/extra/ss-SZ.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ss-SZ.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ss-SZ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ss-SZ.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ss-SZ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ss.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ss.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ss.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ss.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ss.js b/apps/angular/node_modules/@angular/common/locales/extra/ss.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ss.js rename to apps/angular/node_modules/@angular/common/locales/extra/ss.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ss.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ss.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ss.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ss.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ssy.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ssy.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ssy.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ssy.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ssy.js b/apps/angular/node_modules/@angular/common/locales/extra/ssy.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ssy.js rename to apps/angular/node_modules/@angular/common/locales/extra/ssy.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ssy.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ssy.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ssy.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ssy.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/st-LS.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/st-LS.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/st-LS.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/st-LS.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/st-LS.js b/apps/angular/node_modules/@angular/common/locales/extra/st-LS.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/st-LS.js rename to apps/angular/node_modules/@angular/common/locales/extra/st-LS.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/st-LS.js.map b/apps/angular/node_modules/@angular/common/locales/extra/st-LS.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/st-LS.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/st-LS.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/st.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/st.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/st.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/st.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/st.js b/apps/angular/node_modules/@angular/common/locales/extra/st.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/st.js rename to apps/angular/node_modules/@angular/common/locales/extra/st.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/st.js.map b/apps/angular/node_modules/@angular/common/locales/extra/st.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/st.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/st.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/su-Latn.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/su-Latn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/su-Latn.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/su-Latn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/su-Latn.js b/apps/angular/node_modules/@angular/common/locales/extra/su-Latn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/su-Latn.js rename to apps/angular/node_modules/@angular/common/locales/extra/su-Latn.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/su-Latn.js.map b/apps/angular/node_modules/@angular/common/locales/extra/su-Latn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/su-Latn.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/su-Latn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/su.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/su.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/su.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/su.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/su.js b/apps/angular/node_modules/@angular/common/locales/extra/su.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/su.js rename to apps/angular/node_modules/@angular/common/locales/extra/su.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/su.js.map b/apps/angular/node_modules/@angular/common/locales/extra/su.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/su.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/su.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sv-AX.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/sv-AX.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sv-AX.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/sv-AX.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sv-AX.js b/apps/angular/node_modules/@angular/common/locales/extra/sv-AX.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sv-AX.js rename to apps/angular/node_modules/@angular/common/locales/extra/sv-AX.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sv-AX.js.map b/apps/angular/node_modules/@angular/common/locales/extra/sv-AX.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sv-AX.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/sv-AX.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sv-FI.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/sv-FI.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sv-FI.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/sv-FI.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sv-FI.js b/apps/angular/node_modules/@angular/common/locales/extra/sv-FI.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sv-FI.js rename to apps/angular/node_modules/@angular/common/locales/extra/sv-FI.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sv-FI.js.map b/apps/angular/node_modules/@angular/common/locales/extra/sv-FI.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sv-FI.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/sv-FI.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sv.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/sv.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sv.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/sv.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sv.js b/apps/angular/node_modules/@angular/common/locales/extra/sv.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sv.js rename to apps/angular/node_modules/@angular/common/locales/extra/sv.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sv.js.map b/apps/angular/node_modules/@angular/common/locales/extra/sv.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sv.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/sv.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sw-CD.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/sw-CD.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sw-CD.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/sw-CD.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sw-CD.js b/apps/angular/node_modules/@angular/common/locales/extra/sw-CD.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sw-CD.js rename to apps/angular/node_modules/@angular/common/locales/extra/sw-CD.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sw-CD.js.map b/apps/angular/node_modules/@angular/common/locales/extra/sw-CD.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sw-CD.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/sw-CD.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sw-KE.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/sw-KE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sw-KE.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/sw-KE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sw-KE.js b/apps/angular/node_modules/@angular/common/locales/extra/sw-KE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sw-KE.js rename to apps/angular/node_modules/@angular/common/locales/extra/sw-KE.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sw-KE.js.map b/apps/angular/node_modules/@angular/common/locales/extra/sw-KE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sw-KE.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/sw-KE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sw-UG.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/sw-UG.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sw-UG.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/sw-UG.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sw-UG.js b/apps/angular/node_modules/@angular/common/locales/extra/sw-UG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sw-UG.js rename to apps/angular/node_modules/@angular/common/locales/extra/sw-UG.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sw-UG.js.map b/apps/angular/node_modules/@angular/common/locales/extra/sw-UG.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sw-UG.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/sw-UG.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sw.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/sw.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sw.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/sw.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sw.js b/apps/angular/node_modules/@angular/common/locales/extra/sw.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sw.js rename to apps/angular/node_modules/@angular/common/locales/extra/sw.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/sw.js.map b/apps/angular/node_modules/@angular/common/locales/extra/sw.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/sw.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/sw.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/syr-SY.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/syr-SY.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/syr-SY.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/syr-SY.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/syr-SY.js b/apps/angular/node_modules/@angular/common/locales/extra/syr-SY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/syr-SY.js rename to apps/angular/node_modules/@angular/common/locales/extra/syr-SY.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/syr-SY.js.map b/apps/angular/node_modules/@angular/common/locales/extra/syr-SY.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/syr-SY.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/syr-SY.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/syr.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/syr.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/syr.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/syr.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/syr.js b/apps/angular/node_modules/@angular/common/locales/extra/syr.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/syr.js rename to apps/angular/node_modules/@angular/common/locales/extra/syr.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/syr.js.map b/apps/angular/node_modules/@angular/common/locales/extra/syr.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/syr.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/syr.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/szl.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/szl.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/szl.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/szl.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/szl.js b/apps/angular/node_modules/@angular/common/locales/extra/szl.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/szl.js rename to apps/angular/node_modules/@angular/common/locales/extra/szl.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/szl.js.map b/apps/angular/node_modules/@angular/common/locales/extra/szl.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/szl.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/szl.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ta-LK.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ta-LK.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ta-LK.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ta-LK.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ta-LK.js b/apps/angular/node_modules/@angular/common/locales/extra/ta-LK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ta-LK.js rename to apps/angular/node_modules/@angular/common/locales/extra/ta-LK.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ta-LK.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ta-LK.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ta-LK.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ta-LK.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ta-MY.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ta-MY.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ta-MY.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ta-MY.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ta-MY.js b/apps/angular/node_modules/@angular/common/locales/extra/ta-MY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ta-MY.js rename to apps/angular/node_modules/@angular/common/locales/extra/ta-MY.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ta-MY.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ta-MY.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ta-MY.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ta-MY.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ta-SG.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ta-SG.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ta-SG.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ta-SG.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ta-SG.js b/apps/angular/node_modules/@angular/common/locales/extra/ta-SG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ta-SG.js rename to apps/angular/node_modules/@angular/common/locales/extra/ta-SG.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ta-SG.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ta-SG.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ta-SG.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ta-SG.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ta.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ta.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ta.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ta.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ta.js b/apps/angular/node_modules/@angular/common/locales/extra/ta.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ta.js rename to apps/angular/node_modules/@angular/common/locales/extra/ta.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ta.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ta.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ta.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ta.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/te.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/te.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/te.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/te.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/te.js b/apps/angular/node_modules/@angular/common/locales/extra/te.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/te.js rename to apps/angular/node_modules/@angular/common/locales/extra/te.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/te.js.map b/apps/angular/node_modules/@angular/common/locales/extra/te.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/te.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/te.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/teo-KE.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/teo-KE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/teo-KE.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/teo-KE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/teo-KE.js b/apps/angular/node_modules/@angular/common/locales/extra/teo-KE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/teo-KE.js rename to apps/angular/node_modules/@angular/common/locales/extra/teo-KE.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/teo-KE.js.map b/apps/angular/node_modules/@angular/common/locales/extra/teo-KE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/teo-KE.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/teo-KE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/teo.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/teo.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/teo.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/teo.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/teo.js b/apps/angular/node_modules/@angular/common/locales/extra/teo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/teo.js rename to apps/angular/node_modules/@angular/common/locales/extra/teo.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/teo.js.map b/apps/angular/node_modules/@angular/common/locales/extra/teo.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/teo.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/teo.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/tg.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/tg.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/tg.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/tg.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/tg.js b/apps/angular/node_modules/@angular/common/locales/extra/tg.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/tg.js rename to apps/angular/node_modules/@angular/common/locales/extra/tg.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/tg.js.map b/apps/angular/node_modules/@angular/common/locales/extra/tg.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/tg.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/tg.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/th.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/th.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/th.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/th.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/th.js b/apps/angular/node_modules/@angular/common/locales/extra/th.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/th.js rename to apps/angular/node_modules/@angular/common/locales/extra/th.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/th.js.map b/apps/angular/node_modules/@angular/common/locales/extra/th.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/th.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/th.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ti-ER.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ti-ER.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ti-ER.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ti-ER.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ti-ER.js b/apps/angular/node_modules/@angular/common/locales/extra/ti-ER.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ti-ER.js rename to apps/angular/node_modules/@angular/common/locales/extra/ti-ER.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ti-ER.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ti-ER.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ti-ER.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ti-ER.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ti.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ti.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ti.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ti.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ti.js b/apps/angular/node_modules/@angular/common/locales/extra/ti.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ti.js rename to apps/angular/node_modules/@angular/common/locales/extra/ti.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ti.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ti.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ti.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ti.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/tig.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/tig.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/tig.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/tig.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/tig.js b/apps/angular/node_modules/@angular/common/locales/extra/tig.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/tig.js rename to apps/angular/node_modules/@angular/common/locales/extra/tig.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/tig.js.map b/apps/angular/node_modules/@angular/common/locales/extra/tig.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/tig.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/tig.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/tk.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/tk.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/tk.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/tk.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/tk.js b/apps/angular/node_modules/@angular/common/locales/extra/tk.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/tk.js rename to apps/angular/node_modules/@angular/common/locales/extra/tk.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/tk.js.map b/apps/angular/node_modules/@angular/common/locales/extra/tk.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/tk.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/tk.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/tn-BW.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/tn-BW.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/tn-BW.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/tn-BW.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/tn-BW.js b/apps/angular/node_modules/@angular/common/locales/extra/tn-BW.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/tn-BW.js rename to apps/angular/node_modules/@angular/common/locales/extra/tn-BW.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/tn-BW.js.map b/apps/angular/node_modules/@angular/common/locales/extra/tn-BW.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/tn-BW.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/tn-BW.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/tn.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/tn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/tn.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/tn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/tn.js b/apps/angular/node_modules/@angular/common/locales/extra/tn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/tn.js rename to apps/angular/node_modules/@angular/common/locales/extra/tn.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/tn.js.map b/apps/angular/node_modules/@angular/common/locales/extra/tn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/tn.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/tn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/to.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/to.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/to.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/to.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/to.js b/apps/angular/node_modules/@angular/common/locales/extra/to.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/to.js rename to apps/angular/node_modules/@angular/common/locales/extra/to.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/to.js.map b/apps/angular/node_modules/@angular/common/locales/extra/to.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/to.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/to.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/tok.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/tok.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/tok.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/tok.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/tok.js b/apps/angular/node_modules/@angular/common/locales/extra/tok.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/tok.js rename to apps/angular/node_modules/@angular/common/locales/extra/tok.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/tok.js.map b/apps/angular/node_modules/@angular/common/locales/extra/tok.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/tok.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/tok.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/tpi.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/tpi.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/tpi.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/tpi.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/tpi.js b/apps/angular/node_modules/@angular/common/locales/extra/tpi.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/tpi.js rename to apps/angular/node_modules/@angular/common/locales/extra/tpi.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/tpi.js.map b/apps/angular/node_modules/@angular/common/locales/extra/tpi.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/tpi.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/tpi.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/tr-CY.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/tr-CY.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/tr-CY.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/tr-CY.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/tr-CY.js b/apps/angular/node_modules/@angular/common/locales/extra/tr-CY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/tr-CY.js rename to apps/angular/node_modules/@angular/common/locales/extra/tr-CY.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/tr-CY.js.map b/apps/angular/node_modules/@angular/common/locales/extra/tr-CY.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/tr-CY.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/tr-CY.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/tr.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/tr.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/tr.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/tr.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/tr.js b/apps/angular/node_modules/@angular/common/locales/extra/tr.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/tr.js rename to apps/angular/node_modules/@angular/common/locales/extra/tr.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/tr.js.map b/apps/angular/node_modules/@angular/common/locales/extra/tr.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/tr.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/tr.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/trv.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/trv.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/trv.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/trv.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/trv.js b/apps/angular/node_modules/@angular/common/locales/extra/trv.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/trv.js rename to apps/angular/node_modules/@angular/common/locales/extra/trv.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/trv.js.map b/apps/angular/node_modules/@angular/common/locales/extra/trv.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/trv.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/trv.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/trw.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/trw.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/trw.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/trw.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/trw.js b/apps/angular/node_modules/@angular/common/locales/extra/trw.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/trw.js rename to apps/angular/node_modules/@angular/common/locales/extra/trw.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/trw.js.map b/apps/angular/node_modules/@angular/common/locales/extra/trw.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/trw.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/trw.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ts.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ts.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ts.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ts.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ts.js b/apps/angular/node_modules/@angular/common/locales/extra/ts.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ts.js rename to apps/angular/node_modules/@angular/common/locales/extra/ts.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ts.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ts.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ts.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ts.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/tt.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/tt.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/tt.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/tt.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/tt.js b/apps/angular/node_modules/@angular/common/locales/extra/tt.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/tt.js rename to apps/angular/node_modules/@angular/common/locales/extra/tt.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/tt.js.map b/apps/angular/node_modules/@angular/common/locales/extra/tt.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/tt.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/tt.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/twq.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/twq.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/twq.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/twq.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/twq.js b/apps/angular/node_modules/@angular/common/locales/extra/twq.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/twq.js rename to apps/angular/node_modules/@angular/common/locales/extra/twq.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/twq.js.map b/apps/angular/node_modules/@angular/common/locales/extra/twq.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/twq.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/twq.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/tyv.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/tyv.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/tyv.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/tyv.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/tyv.js b/apps/angular/node_modules/@angular/common/locales/extra/tyv.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/tyv.js rename to apps/angular/node_modules/@angular/common/locales/extra/tyv.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/tyv.js.map b/apps/angular/node_modules/@angular/common/locales/extra/tyv.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/tyv.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/tyv.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/tzm.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/tzm.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/tzm.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/tzm.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/tzm.js b/apps/angular/node_modules/@angular/common/locales/extra/tzm.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/tzm.js rename to apps/angular/node_modules/@angular/common/locales/extra/tzm.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/tzm.js.map b/apps/angular/node_modules/@angular/common/locales/extra/tzm.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/tzm.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/tzm.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ug.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ug.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ug.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ug.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ug.js b/apps/angular/node_modules/@angular/common/locales/extra/ug.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ug.js rename to apps/angular/node_modules/@angular/common/locales/extra/ug.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ug.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ug.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ug.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ug.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/uk.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/uk.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/uk.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/uk.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/uk.js b/apps/angular/node_modules/@angular/common/locales/extra/uk.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/uk.js rename to apps/angular/node_modules/@angular/common/locales/extra/uk.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/uk.js.map b/apps/angular/node_modules/@angular/common/locales/extra/uk.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/uk.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/uk.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/und.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/und.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/und.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/und.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/und.js b/apps/angular/node_modules/@angular/common/locales/extra/und.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/und.js rename to apps/angular/node_modules/@angular/common/locales/extra/und.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/und.js.map b/apps/angular/node_modules/@angular/common/locales/extra/und.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/und.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/und.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ur-IN.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ur-IN.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ur-IN.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ur-IN.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ur-IN.js b/apps/angular/node_modules/@angular/common/locales/extra/ur-IN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ur-IN.js rename to apps/angular/node_modules/@angular/common/locales/extra/ur-IN.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ur-IN.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ur-IN.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ur-IN.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ur-IN.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ur.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ur.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ur.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ur.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ur.js b/apps/angular/node_modules/@angular/common/locales/extra/ur.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ur.js rename to apps/angular/node_modules/@angular/common/locales/extra/ur.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ur.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ur.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ur.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ur.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/uz-Arab.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/uz-Arab.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/uz-Arab.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/uz-Arab.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/uz-Arab.js b/apps/angular/node_modules/@angular/common/locales/extra/uz-Arab.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/uz-Arab.js rename to apps/angular/node_modules/@angular/common/locales/extra/uz-Arab.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/uz-Arab.js.map b/apps/angular/node_modules/@angular/common/locales/extra/uz-Arab.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/uz-Arab.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/uz-Arab.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/uz-Cyrl.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/uz-Cyrl.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/uz-Cyrl.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/uz-Cyrl.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/uz-Cyrl.js b/apps/angular/node_modules/@angular/common/locales/extra/uz-Cyrl.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/uz-Cyrl.js rename to apps/angular/node_modules/@angular/common/locales/extra/uz-Cyrl.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/uz-Cyrl.js.map b/apps/angular/node_modules/@angular/common/locales/extra/uz-Cyrl.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/uz-Cyrl.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/uz-Cyrl.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/uz-Latn.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/uz-Latn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/uz-Latn.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/uz-Latn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/uz-Latn.js b/apps/angular/node_modules/@angular/common/locales/extra/uz-Latn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/uz-Latn.js rename to apps/angular/node_modules/@angular/common/locales/extra/uz-Latn.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/uz-Latn.js.map b/apps/angular/node_modules/@angular/common/locales/extra/uz-Latn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/uz-Latn.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/uz-Latn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/uz.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/uz.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/uz.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/uz.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/uz.js b/apps/angular/node_modules/@angular/common/locales/extra/uz.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/uz.js rename to apps/angular/node_modules/@angular/common/locales/extra/uz.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/uz.js.map b/apps/angular/node_modules/@angular/common/locales/extra/uz.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/uz.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/uz.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/vai-Latn.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/vai-Latn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/vai-Latn.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/vai-Latn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/vai-Latn.js b/apps/angular/node_modules/@angular/common/locales/extra/vai-Latn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/vai-Latn.js rename to apps/angular/node_modules/@angular/common/locales/extra/vai-Latn.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/vai-Latn.js.map b/apps/angular/node_modules/@angular/common/locales/extra/vai-Latn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/vai-Latn.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/vai-Latn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/vai-Vaii.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/vai-Vaii.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/vai-Vaii.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/vai-Vaii.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/vai-Vaii.js b/apps/angular/node_modules/@angular/common/locales/extra/vai-Vaii.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/vai-Vaii.js rename to apps/angular/node_modules/@angular/common/locales/extra/vai-Vaii.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/vai-Vaii.js.map b/apps/angular/node_modules/@angular/common/locales/extra/vai-Vaii.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/vai-Vaii.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/vai-Vaii.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/vai.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/vai.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/vai.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/vai.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/vai.js b/apps/angular/node_modules/@angular/common/locales/extra/vai.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/vai.js rename to apps/angular/node_modules/@angular/common/locales/extra/vai.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/vai.js.map b/apps/angular/node_modules/@angular/common/locales/extra/vai.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/vai.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/vai.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ve.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/ve.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ve.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/ve.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ve.js b/apps/angular/node_modules/@angular/common/locales/extra/ve.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ve.js rename to apps/angular/node_modules/@angular/common/locales/extra/ve.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/ve.js.map b/apps/angular/node_modules/@angular/common/locales/extra/ve.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/ve.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/ve.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/vec.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/vec.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/vec.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/vec.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/vec.js b/apps/angular/node_modules/@angular/common/locales/extra/vec.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/vec.js rename to apps/angular/node_modules/@angular/common/locales/extra/vec.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/vec.js.map b/apps/angular/node_modules/@angular/common/locales/extra/vec.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/vec.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/vec.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/vi.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/vi.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/vi.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/vi.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/vi.js b/apps/angular/node_modules/@angular/common/locales/extra/vi.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/vi.js rename to apps/angular/node_modules/@angular/common/locales/extra/vi.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/vi.js.map b/apps/angular/node_modules/@angular/common/locales/extra/vi.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/vi.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/vi.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/vmw.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/vmw.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/vmw.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/vmw.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/vmw.js b/apps/angular/node_modules/@angular/common/locales/extra/vmw.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/vmw.js rename to apps/angular/node_modules/@angular/common/locales/extra/vmw.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/vmw.js.map b/apps/angular/node_modules/@angular/common/locales/extra/vmw.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/vmw.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/vmw.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/vo.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/vo.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/vo.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/vo.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/vo.js b/apps/angular/node_modules/@angular/common/locales/extra/vo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/vo.js rename to apps/angular/node_modules/@angular/common/locales/extra/vo.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/vo.js.map b/apps/angular/node_modules/@angular/common/locales/extra/vo.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/vo.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/vo.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/vun.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/vun.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/vun.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/vun.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/vun.js b/apps/angular/node_modules/@angular/common/locales/extra/vun.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/vun.js rename to apps/angular/node_modules/@angular/common/locales/extra/vun.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/vun.js.map b/apps/angular/node_modules/@angular/common/locales/extra/vun.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/vun.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/vun.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/wa.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/wa.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/wa.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/wa.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/wa.js b/apps/angular/node_modules/@angular/common/locales/extra/wa.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/wa.js rename to apps/angular/node_modules/@angular/common/locales/extra/wa.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/wa.js.map b/apps/angular/node_modules/@angular/common/locales/extra/wa.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/wa.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/wa.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/wae.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/wae.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/wae.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/wae.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/wae.js b/apps/angular/node_modules/@angular/common/locales/extra/wae.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/wae.js rename to apps/angular/node_modules/@angular/common/locales/extra/wae.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/wae.js.map b/apps/angular/node_modules/@angular/common/locales/extra/wae.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/wae.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/wae.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/wal.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/wal.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/wal.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/wal.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/wal.js b/apps/angular/node_modules/@angular/common/locales/extra/wal.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/wal.js rename to apps/angular/node_modules/@angular/common/locales/extra/wal.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/wal.js.map b/apps/angular/node_modules/@angular/common/locales/extra/wal.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/wal.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/wal.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/wbp.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/wbp.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/wbp.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/wbp.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/wbp.js b/apps/angular/node_modules/@angular/common/locales/extra/wbp.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/wbp.js rename to apps/angular/node_modules/@angular/common/locales/extra/wbp.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/wbp.js.map b/apps/angular/node_modules/@angular/common/locales/extra/wbp.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/wbp.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/wbp.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/wo.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/wo.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/wo.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/wo.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/wo.js b/apps/angular/node_modules/@angular/common/locales/extra/wo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/wo.js rename to apps/angular/node_modules/@angular/common/locales/extra/wo.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/wo.js.map b/apps/angular/node_modules/@angular/common/locales/extra/wo.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/wo.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/wo.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/xh.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/xh.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/xh.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/xh.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/xh.js b/apps/angular/node_modules/@angular/common/locales/extra/xh.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/xh.js rename to apps/angular/node_modules/@angular/common/locales/extra/xh.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/xh.js.map b/apps/angular/node_modules/@angular/common/locales/extra/xh.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/xh.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/xh.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/xnr.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/xnr.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/xnr.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/xnr.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/xnr.js b/apps/angular/node_modules/@angular/common/locales/extra/xnr.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/xnr.js rename to apps/angular/node_modules/@angular/common/locales/extra/xnr.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/xnr.js.map b/apps/angular/node_modules/@angular/common/locales/extra/xnr.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/xnr.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/xnr.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/xog.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/xog.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/xog.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/xog.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/xog.js b/apps/angular/node_modules/@angular/common/locales/extra/xog.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/xog.js rename to apps/angular/node_modules/@angular/common/locales/extra/xog.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/xog.js.map b/apps/angular/node_modules/@angular/common/locales/extra/xog.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/xog.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/xog.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/yav.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/yav.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/yav.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/yav.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/yav.js b/apps/angular/node_modules/@angular/common/locales/extra/yav.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/yav.js rename to apps/angular/node_modules/@angular/common/locales/extra/yav.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/yav.js.map b/apps/angular/node_modules/@angular/common/locales/extra/yav.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/yav.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/yav.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/yi.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/yi.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/yi.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/yi.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/yi.js b/apps/angular/node_modules/@angular/common/locales/extra/yi.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/yi.js rename to apps/angular/node_modules/@angular/common/locales/extra/yi.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/yi.js.map b/apps/angular/node_modules/@angular/common/locales/extra/yi.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/yi.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/yi.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/yo-BJ.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/yo-BJ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/yo-BJ.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/yo-BJ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/yo-BJ.js b/apps/angular/node_modules/@angular/common/locales/extra/yo-BJ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/yo-BJ.js rename to apps/angular/node_modules/@angular/common/locales/extra/yo-BJ.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/yo-BJ.js.map b/apps/angular/node_modules/@angular/common/locales/extra/yo-BJ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/yo-BJ.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/yo-BJ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/yo.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/yo.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/yo.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/yo.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/yo.js b/apps/angular/node_modules/@angular/common/locales/extra/yo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/yo.js rename to apps/angular/node_modules/@angular/common/locales/extra/yo.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/yo.js.map b/apps/angular/node_modules/@angular/common/locales/extra/yo.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/yo.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/yo.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/yrl-CO.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/yrl-CO.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/yrl-CO.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/yrl-CO.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/yrl-CO.js b/apps/angular/node_modules/@angular/common/locales/extra/yrl-CO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/yrl-CO.js rename to apps/angular/node_modules/@angular/common/locales/extra/yrl-CO.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/yrl-CO.js.map b/apps/angular/node_modules/@angular/common/locales/extra/yrl-CO.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/yrl-CO.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/yrl-CO.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/yrl-VE.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/yrl-VE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/yrl-VE.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/yrl-VE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/yrl-VE.js b/apps/angular/node_modules/@angular/common/locales/extra/yrl-VE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/yrl-VE.js rename to apps/angular/node_modules/@angular/common/locales/extra/yrl-VE.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/yrl-VE.js.map b/apps/angular/node_modules/@angular/common/locales/extra/yrl-VE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/yrl-VE.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/yrl-VE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/yrl.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/yrl.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/yrl.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/yrl.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/yrl.js b/apps/angular/node_modules/@angular/common/locales/extra/yrl.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/yrl.js rename to apps/angular/node_modules/@angular/common/locales/extra/yrl.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/yrl.js.map b/apps/angular/node_modules/@angular/common/locales/extra/yrl.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/yrl.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/yrl.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/yue-Hans.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/yue-Hans.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/yue-Hans.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/yue-Hans.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/yue-Hans.js b/apps/angular/node_modules/@angular/common/locales/extra/yue-Hans.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/yue-Hans.js rename to apps/angular/node_modules/@angular/common/locales/extra/yue-Hans.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/yue-Hans.js.map b/apps/angular/node_modules/@angular/common/locales/extra/yue-Hans.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/yue-Hans.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/yue-Hans.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/yue-Hant-CN.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/yue-Hant-CN.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/yue-Hant-CN.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/yue-Hant-CN.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/yue-Hant-CN.js b/apps/angular/node_modules/@angular/common/locales/extra/yue-Hant-CN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/yue-Hant-CN.js rename to apps/angular/node_modules/@angular/common/locales/extra/yue-Hant-CN.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/yue-Hant-CN.js.map b/apps/angular/node_modules/@angular/common/locales/extra/yue-Hant-CN.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/yue-Hant-CN.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/yue-Hant-CN.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/yue-Hant-MO.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/yue-Hant-MO.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/yue-Hant-MO.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/yue-Hant-MO.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/yue-Hant-MO.js b/apps/angular/node_modules/@angular/common/locales/extra/yue-Hant-MO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/yue-Hant-MO.js rename to apps/angular/node_modules/@angular/common/locales/extra/yue-Hant-MO.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/yue-Hant-MO.js.map b/apps/angular/node_modules/@angular/common/locales/extra/yue-Hant-MO.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/yue-Hant-MO.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/yue-Hant-MO.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/yue-Hant.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/yue-Hant.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/yue-Hant.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/yue-Hant.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/yue-Hant.js b/apps/angular/node_modules/@angular/common/locales/extra/yue-Hant.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/yue-Hant.js rename to apps/angular/node_modules/@angular/common/locales/extra/yue-Hant.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/yue-Hant.js.map b/apps/angular/node_modules/@angular/common/locales/extra/yue-Hant.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/yue-Hant.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/yue-Hant.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/yue.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/yue.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/yue.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/yue.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/yue.js b/apps/angular/node_modules/@angular/common/locales/extra/yue.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/yue.js rename to apps/angular/node_modules/@angular/common/locales/extra/yue.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/yue.js.map b/apps/angular/node_modules/@angular/common/locales/extra/yue.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/yue.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/yue.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/za.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/za.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/za.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/za.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/za.js b/apps/angular/node_modules/@angular/common/locales/extra/za.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/za.js rename to apps/angular/node_modules/@angular/common/locales/extra/za.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/za.js.map b/apps/angular/node_modules/@angular/common/locales/extra/za.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/za.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/za.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/zgh.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/zgh.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/zgh.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/zgh.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/zgh.js b/apps/angular/node_modules/@angular/common/locales/extra/zgh.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/zgh.js rename to apps/angular/node_modules/@angular/common/locales/extra/zgh.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/zgh.js.map b/apps/angular/node_modules/@angular/common/locales/extra/zgh.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/zgh.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/zgh.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/zh-Hans-HK.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/zh-Hans-HK.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/zh-Hans-HK.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/zh-Hans-HK.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/zh-Hans-HK.js b/apps/angular/node_modules/@angular/common/locales/extra/zh-Hans-HK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/zh-Hans-HK.js rename to apps/angular/node_modules/@angular/common/locales/extra/zh-Hans-HK.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/zh-Hans-HK.js.map b/apps/angular/node_modules/@angular/common/locales/extra/zh-Hans-HK.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/zh-Hans-HK.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/zh-Hans-HK.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/zh-Hans-MO.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/zh-Hans-MO.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/zh-Hans-MO.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/zh-Hans-MO.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/zh-Hans-MO.js b/apps/angular/node_modules/@angular/common/locales/extra/zh-Hans-MO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/zh-Hans-MO.js rename to apps/angular/node_modules/@angular/common/locales/extra/zh-Hans-MO.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/zh-Hans-MO.js.map b/apps/angular/node_modules/@angular/common/locales/extra/zh-Hans-MO.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/zh-Hans-MO.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/zh-Hans-MO.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/zh-Hans-MY.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/zh-Hans-MY.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/zh-Hans-MY.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/zh-Hans-MY.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/zh-Hans-MY.js b/apps/angular/node_modules/@angular/common/locales/extra/zh-Hans-MY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/zh-Hans-MY.js rename to apps/angular/node_modules/@angular/common/locales/extra/zh-Hans-MY.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/zh-Hans-MY.js.map b/apps/angular/node_modules/@angular/common/locales/extra/zh-Hans-MY.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/zh-Hans-MY.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/zh-Hans-MY.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/zh-Hans-SG.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/zh-Hans-SG.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/zh-Hans-SG.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/zh-Hans-SG.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/zh-Hans-SG.js b/apps/angular/node_modules/@angular/common/locales/extra/zh-Hans-SG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/zh-Hans-SG.js rename to apps/angular/node_modules/@angular/common/locales/extra/zh-Hans-SG.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/zh-Hans-SG.js.map b/apps/angular/node_modules/@angular/common/locales/extra/zh-Hans-SG.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/zh-Hans-SG.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/zh-Hans-SG.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/zh-Hans.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/zh-Hans.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/zh-Hans.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/zh-Hans.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/zh-Hans.js b/apps/angular/node_modules/@angular/common/locales/extra/zh-Hans.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/zh-Hans.js rename to apps/angular/node_modules/@angular/common/locales/extra/zh-Hans.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/zh-Hans.js.map b/apps/angular/node_modules/@angular/common/locales/extra/zh-Hans.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/zh-Hans.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/zh-Hans.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/zh-Hant-HK.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/zh-Hant-HK.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/zh-Hant-HK.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/zh-Hant-HK.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/zh-Hant-HK.js b/apps/angular/node_modules/@angular/common/locales/extra/zh-Hant-HK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/zh-Hant-HK.js rename to apps/angular/node_modules/@angular/common/locales/extra/zh-Hant-HK.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/zh-Hant-HK.js.map b/apps/angular/node_modules/@angular/common/locales/extra/zh-Hant-HK.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/zh-Hant-HK.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/zh-Hant-HK.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/zh-Hant-MO.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/zh-Hant-MO.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/zh-Hant-MO.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/zh-Hant-MO.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/zh-Hant-MO.js b/apps/angular/node_modules/@angular/common/locales/extra/zh-Hant-MO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/zh-Hant-MO.js rename to apps/angular/node_modules/@angular/common/locales/extra/zh-Hant-MO.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/zh-Hant-MO.js.map b/apps/angular/node_modules/@angular/common/locales/extra/zh-Hant-MO.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/zh-Hant-MO.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/zh-Hant-MO.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/zh-Hant-MY.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/zh-Hant-MY.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/zh-Hant-MY.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/zh-Hant-MY.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/zh-Hant-MY.js b/apps/angular/node_modules/@angular/common/locales/extra/zh-Hant-MY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/zh-Hant-MY.js rename to apps/angular/node_modules/@angular/common/locales/extra/zh-Hant-MY.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/zh-Hant-MY.js.map b/apps/angular/node_modules/@angular/common/locales/extra/zh-Hant-MY.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/zh-Hant-MY.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/zh-Hant-MY.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/zh-Hant.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/zh-Hant.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/zh-Hant.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/zh-Hant.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/zh-Hant.js b/apps/angular/node_modules/@angular/common/locales/extra/zh-Hant.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/zh-Hant.js rename to apps/angular/node_modules/@angular/common/locales/extra/zh-Hant.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/zh-Hant.js.map b/apps/angular/node_modules/@angular/common/locales/extra/zh-Hant.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/zh-Hant.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/zh-Hant.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/zh-Latn.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/zh-Latn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/zh-Latn.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/zh-Latn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/zh-Latn.js b/apps/angular/node_modules/@angular/common/locales/extra/zh-Latn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/zh-Latn.js rename to apps/angular/node_modules/@angular/common/locales/extra/zh-Latn.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/zh-Latn.js.map b/apps/angular/node_modules/@angular/common/locales/extra/zh-Latn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/zh-Latn.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/zh-Latn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/zh.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/zh.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/zh.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/zh.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/zh.js b/apps/angular/node_modules/@angular/common/locales/extra/zh.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/zh.js rename to apps/angular/node_modules/@angular/common/locales/extra/zh.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/zh.js.map b/apps/angular/node_modules/@angular/common/locales/extra/zh.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/zh.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/zh.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/extra/zu.d.ts b/apps/angular/node_modules/@angular/common/locales/extra/zu.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/zu.d.ts rename to apps/angular/node_modules/@angular/common/locales/extra/zu.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/extra/zu.js b/apps/angular/node_modules/@angular/common/locales/extra/zu.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/zu.js rename to apps/angular/node_modules/@angular/common/locales/extra/zu.js diff --git a/ClientApp/node_modules/@angular/common/locales/extra/zu.js.map b/apps/angular/node_modules/@angular/common/locales/extra/zu.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/extra/zu.js.map rename to apps/angular/node_modules/@angular/common/locales/extra/zu.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fa-AF.d.ts b/apps/angular/node_modules/@angular/common/locales/fa-AF.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fa-AF.d.ts rename to apps/angular/node_modules/@angular/common/locales/fa-AF.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fa-AF.js b/apps/angular/node_modules/@angular/common/locales/fa-AF.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fa-AF.js rename to apps/angular/node_modules/@angular/common/locales/fa-AF.js diff --git a/ClientApp/node_modules/@angular/common/locales/fa-AF.js.map b/apps/angular/node_modules/@angular/common/locales/fa-AF.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fa-AF.js.map rename to apps/angular/node_modules/@angular/common/locales/fa-AF.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fa.d.ts b/apps/angular/node_modules/@angular/common/locales/fa.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fa.d.ts rename to apps/angular/node_modules/@angular/common/locales/fa.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fa.js b/apps/angular/node_modules/@angular/common/locales/fa.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fa.js rename to apps/angular/node_modules/@angular/common/locales/fa.js diff --git a/ClientApp/node_modules/@angular/common/locales/fa.js.map b/apps/angular/node_modules/@angular/common/locales/fa.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fa.js.map rename to apps/angular/node_modules/@angular/common/locales/fa.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Adlm-BF.d.ts b/apps/angular/node_modules/@angular/common/locales/ff-Adlm-BF.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Adlm-BF.d.ts rename to apps/angular/node_modules/@angular/common/locales/ff-Adlm-BF.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Adlm-BF.js b/apps/angular/node_modules/@angular/common/locales/ff-Adlm-BF.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Adlm-BF.js rename to apps/angular/node_modules/@angular/common/locales/ff-Adlm-BF.js diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Adlm-BF.js.map b/apps/angular/node_modules/@angular/common/locales/ff-Adlm-BF.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Adlm-BF.js.map rename to apps/angular/node_modules/@angular/common/locales/ff-Adlm-BF.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Adlm-CM.d.ts b/apps/angular/node_modules/@angular/common/locales/ff-Adlm-CM.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Adlm-CM.d.ts rename to apps/angular/node_modules/@angular/common/locales/ff-Adlm-CM.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Adlm-CM.js b/apps/angular/node_modules/@angular/common/locales/ff-Adlm-CM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Adlm-CM.js rename to apps/angular/node_modules/@angular/common/locales/ff-Adlm-CM.js diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Adlm-CM.js.map b/apps/angular/node_modules/@angular/common/locales/ff-Adlm-CM.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Adlm-CM.js.map rename to apps/angular/node_modules/@angular/common/locales/ff-Adlm-CM.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Adlm-GH.d.ts b/apps/angular/node_modules/@angular/common/locales/ff-Adlm-GH.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Adlm-GH.d.ts rename to apps/angular/node_modules/@angular/common/locales/ff-Adlm-GH.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Adlm-GH.js b/apps/angular/node_modules/@angular/common/locales/ff-Adlm-GH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Adlm-GH.js rename to apps/angular/node_modules/@angular/common/locales/ff-Adlm-GH.js diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Adlm-GH.js.map b/apps/angular/node_modules/@angular/common/locales/ff-Adlm-GH.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Adlm-GH.js.map rename to apps/angular/node_modules/@angular/common/locales/ff-Adlm-GH.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Adlm-GM.d.ts b/apps/angular/node_modules/@angular/common/locales/ff-Adlm-GM.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Adlm-GM.d.ts rename to apps/angular/node_modules/@angular/common/locales/ff-Adlm-GM.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Adlm-GM.js b/apps/angular/node_modules/@angular/common/locales/ff-Adlm-GM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Adlm-GM.js rename to apps/angular/node_modules/@angular/common/locales/ff-Adlm-GM.js diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Adlm-GM.js.map b/apps/angular/node_modules/@angular/common/locales/ff-Adlm-GM.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Adlm-GM.js.map rename to apps/angular/node_modules/@angular/common/locales/ff-Adlm-GM.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Adlm-GW.d.ts b/apps/angular/node_modules/@angular/common/locales/ff-Adlm-GW.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Adlm-GW.d.ts rename to apps/angular/node_modules/@angular/common/locales/ff-Adlm-GW.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Adlm-GW.js b/apps/angular/node_modules/@angular/common/locales/ff-Adlm-GW.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Adlm-GW.js rename to apps/angular/node_modules/@angular/common/locales/ff-Adlm-GW.js diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Adlm-GW.js.map b/apps/angular/node_modules/@angular/common/locales/ff-Adlm-GW.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Adlm-GW.js.map rename to apps/angular/node_modules/@angular/common/locales/ff-Adlm-GW.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Adlm-LR.d.ts b/apps/angular/node_modules/@angular/common/locales/ff-Adlm-LR.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Adlm-LR.d.ts rename to apps/angular/node_modules/@angular/common/locales/ff-Adlm-LR.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Adlm-LR.js b/apps/angular/node_modules/@angular/common/locales/ff-Adlm-LR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Adlm-LR.js rename to apps/angular/node_modules/@angular/common/locales/ff-Adlm-LR.js diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Adlm-LR.js.map b/apps/angular/node_modules/@angular/common/locales/ff-Adlm-LR.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Adlm-LR.js.map rename to apps/angular/node_modules/@angular/common/locales/ff-Adlm-LR.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Adlm-MR.d.ts b/apps/angular/node_modules/@angular/common/locales/ff-Adlm-MR.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Adlm-MR.d.ts rename to apps/angular/node_modules/@angular/common/locales/ff-Adlm-MR.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Adlm-MR.js b/apps/angular/node_modules/@angular/common/locales/ff-Adlm-MR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Adlm-MR.js rename to apps/angular/node_modules/@angular/common/locales/ff-Adlm-MR.js diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Adlm-MR.js.map b/apps/angular/node_modules/@angular/common/locales/ff-Adlm-MR.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Adlm-MR.js.map rename to apps/angular/node_modules/@angular/common/locales/ff-Adlm-MR.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Adlm-NE.d.ts b/apps/angular/node_modules/@angular/common/locales/ff-Adlm-NE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Adlm-NE.d.ts rename to apps/angular/node_modules/@angular/common/locales/ff-Adlm-NE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Adlm-NE.js b/apps/angular/node_modules/@angular/common/locales/ff-Adlm-NE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Adlm-NE.js rename to apps/angular/node_modules/@angular/common/locales/ff-Adlm-NE.js diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Adlm-NE.js.map b/apps/angular/node_modules/@angular/common/locales/ff-Adlm-NE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Adlm-NE.js.map rename to apps/angular/node_modules/@angular/common/locales/ff-Adlm-NE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Adlm-NG.d.ts b/apps/angular/node_modules/@angular/common/locales/ff-Adlm-NG.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Adlm-NG.d.ts rename to apps/angular/node_modules/@angular/common/locales/ff-Adlm-NG.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Adlm-NG.js b/apps/angular/node_modules/@angular/common/locales/ff-Adlm-NG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Adlm-NG.js rename to apps/angular/node_modules/@angular/common/locales/ff-Adlm-NG.js diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Adlm-NG.js.map b/apps/angular/node_modules/@angular/common/locales/ff-Adlm-NG.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Adlm-NG.js.map rename to apps/angular/node_modules/@angular/common/locales/ff-Adlm-NG.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Adlm-SL.d.ts b/apps/angular/node_modules/@angular/common/locales/ff-Adlm-SL.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Adlm-SL.d.ts rename to apps/angular/node_modules/@angular/common/locales/ff-Adlm-SL.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Adlm-SL.js b/apps/angular/node_modules/@angular/common/locales/ff-Adlm-SL.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Adlm-SL.js rename to apps/angular/node_modules/@angular/common/locales/ff-Adlm-SL.js diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Adlm-SL.js.map b/apps/angular/node_modules/@angular/common/locales/ff-Adlm-SL.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Adlm-SL.js.map rename to apps/angular/node_modules/@angular/common/locales/ff-Adlm-SL.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Adlm-SN.d.ts b/apps/angular/node_modules/@angular/common/locales/ff-Adlm-SN.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Adlm-SN.d.ts rename to apps/angular/node_modules/@angular/common/locales/ff-Adlm-SN.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Adlm-SN.js b/apps/angular/node_modules/@angular/common/locales/ff-Adlm-SN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Adlm-SN.js rename to apps/angular/node_modules/@angular/common/locales/ff-Adlm-SN.js diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Adlm-SN.js.map b/apps/angular/node_modules/@angular/common/locales/ff-Adlm-SN.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Adlm-SN.js.map rename to apps/angular/node_modules/@angular/common/locales/ff-Adlm-SN.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Adlm.d.ts b/apps/angular/node_modules/@angular/common/locales/ff-Adlm.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Adlm.d.ts rename to apps/angular/node_modules/@angular/common/locales/ff-Adlm.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Adlm.js b/apps/angular/node_modules/@angular/common/locales/ff-Adlm.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Adlm.js rename to apps/angular/node_modules/@angular/common/locales/ff-Adlm.js diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Adlm.js.map b/apps/angular/node_modules/@angular/common/locales/ff-Adlm.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Adlm.js.map rename to apps/angular/node_modules/@angular/common/locales/ff-Adlm.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ff-CM.d.ts b/apps/angular/node_modules/@angular/common/locales/ff-CM.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-CM.d.ts rename to apps/angular/node_modules/@angular/common/locales/ff-CM.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ff-CM.js b/apps/angular/node_modules/@angular/common/locales/ff-CM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-CM.js rename to apps/angular/node_modules/@angular/common/locales/ff-CM.js diff --git a/ClientApp/node_modules/@angular/common/locales/ff-CM.js.map b/apps/angular/node_modules/@angular/common/locales/ff-CM.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-CM.js.map rename to apps/angular/node_modules/@angular/common/locales/ff-CM.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ff-GN.d.ts b/apps/angular/node_modules/@angular/common/locales/ff-GN.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-GN.d.ts rename to apps/angular/node_modules/@angular/common/locales/ff-GN.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ff-GN.js b/apps/angular/node_modules/@angular/common/locales/ff-GN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-GN.js rename to apps/angular/node_modules/@angular/common/locales/ff-GN.js diff --git a/ClientApp/node_modules/@angular/common/locales/ff-GN.js.map b/apps/angular/node_modules/@angular/common/locales/ff-GN.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-GN.js.map rename to apps/angular/node_modules/@angular/common/locales/ff-GN.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Latn-BF.d.ts b/apps/angular/node_modules/@angular/common/locales/ff-Latn-BF.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Latn-BF.d.ts rename to apps/angular/node_modules/@angular/common/locales/ff-Latn-BF.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Latn-BF.js b/apps/angular/node_modules/@angular/common/locales/ff-Latn-BF.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Latn-BF.js rename to apps/angular/node_modules/@angular/common/locales/ff-Latn-BF.js diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Latn-BF.js.map b/apps/angular/node_modules/@angular/common/locales/ff-Latn-BF.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Latn-BF.js.map rename to apps/angular/node_modules/@angular/common/locales/ff-Latn-BF.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Latn-CM.d.ts b/apps/angular/node_modules/@angular/common/locales/ff-Latn-CM.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Latn-CM.d.ts rename to apps/angular/node_modules/@angular/common/locales/ff-Latn-CM.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Latn-CM.js b/apps/angular/node_modules/@angular/common/locales/ff-Latn-CM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Latn-CM.js rename to apps/angular/node_modules/@angular/common/locales/ff-Latn-CM.js diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Latn-CM.js.map b/apps/angular/node_modules/@angular/common/locales/ff-Latn-CM.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Latn-CM.js.map rename to apps/angular/node_modules/@angular/common/locales/ff-Latn-CM.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Latn-GH.d.ts b/apps/angular/node_modules/@angular/common/locales/ff-Latn-GH.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Latn-GH.d.ts rename to apps/angular/node_modules/@angular/common/locales/ff-Latn-GH.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Latn-GH.js b/apps/angular/node_modules/@angular/common/locales/ff-Latn-GH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Latn-GH.js rename to apps/angular/node_modules/@angular/common/locales/ff-Latn-GH.js diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Latn-GH.js.map b/apps/angular/node_modules/@angular/common/locales/ff-Latn-GH.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Latn-GH.js.map rename to apps/angular/node_modules/@angular/common/locales/ff-Latn-GH.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Latn-GM.d.ts b/apps/angular/node_modules/@angular/common/locales/ff-Latn-GM.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Latn-GM.d.ts rename to apps/angular/node_modules/@angular/common/locales/ff-Latn-GM.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Latn-GM.js b/apps/angular/node_modules/@angular/common/locales/ff-Latn-GM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Latn-GM.js rename to apps/angular/node_modules/@angular/common/locales/ff-Latn-GM.js diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Latn-GM.js.map b/apps/angular/node_modules/@angular/common/locales/ff-Latn-GM.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Latn-GM.js.map rename to apps/angular/node_modules/@angular/common/locales/ff-Latn-GM.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Latn-GN.d.ts b/apps/angular/node_modules/@angular/common/locales/ff-Latn-GN.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Latn-GN.d.ts rename to apps/angular/node_modules/@angular/common/locales/ff-Latn-GN.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Latn-GN.js b/apps/angular/node_modules/@angular/common/locales/ff-Latn-GN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Latn-GN.js rename to apps/angular/node_modules/@angular/common/locales/ff-Latn-GN.js diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Latn-GN.js.map b/apps/angular/node_modules/@angular/common/locales/ff-Latn-GN.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Latn-GN.js.map rename to apps/angular/node_modules/@angular/common/locales/ff-Latn-GN.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Latn-GW.d.ts b/apps/angular/node_modules/@angular/common/locales/ff-Latn-GW.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Latn-GW.d.ts rename to apps/angular/node_modules/@angular/common/locales/ff-Latn-GW.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Latn-GW.js b/apps/angular/node_modules/@angular/common/locales/ff-Latn-GW.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Latn-GW.js rename to apps/angular/node_modules/@angular/common/locales/ff-Latn-GW.js diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Latn-GW.js.map b/apps/angular/node_modules/@angular/common/locales/ff-Latn-GW.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Latn-GW.js.map rename to apps/angular/node_modules/@angular/common/locales/ff-Latn-GW.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Latn-LR.d.ts b/apps/angular/node_modules/@angular/common/locales/ff-Latn-LR.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Latn-LR.d.ts rename to apps/angular/node_modules/@angular/common/locales/ff-Latn-LR.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Latn-LR.js b/apps/angular/node_modules/@angular/common/locales/ff-Latn-LR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Latn-LR.js rename to apps/angular/node_modules/@angular/common/locales/ff-Latn-LR.js diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Latn-LR.js.map b/apps/angular/node_modules/@angular/common/locales/ff-Latn-LR.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Latn-LR.js.map rename to apps/angular/node_modules/@angular/common/locales/ff-Latn-LR.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Latn-MR.d.ts b/apps/angular/node_modules/@angular/common/locales/ff-Latn-MR.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Latn-MR.d.ts rename to apps/angular/node_modules/@angular/common/locales/ff-Latn-MR.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Latn-MR.js b/apps/angular/node_modules/@angular/common/locales/ff-Latn-MR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Latn-MR.js rename to apps/angular/node_modules/@angular/common/locales/ff-Latn-MR.js diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Latn-MR.js.map b/apps/angular/node_modules/@angular/common/locales/ff-Latn-MR.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Latn-MR.js.map rename to apps/angular/node_modules/@angular/common/locales/ff-Latn-MR.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Latn-NE.d.ts b/apps/angular/node_modules/@angular/common/locales/ff-Latn-NE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Latn-NE.d.ts rename to apps/angular/node_modules/@angular/common/locales/ff-Latn-NE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Latn-NE.js b/apps/angular/node_modules/@angular/common/locales/ff-Latn-NE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Latn-NE.js rename to apps/angular/node_modules/@angular/common/locales/ff-Latn-NE.js diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Latn-NE.js.map b/apps/angular/node_modules/@angular/common/locales/ff-Latn-NE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Latn-NE.js.map rename to apps/angular/node_modules/@angular/common/locales/ff-Latn-NE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Latn-NG.d.ts b/apps/angular/node_modules/@angular/common/locales/ff-Latn-NG.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Latn-NG.d.ts rename to apps/angular/node_modules/@angular/common/locales/ff-Latn-NG.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Latn-NG.js b/apps/angular/node_modules/@angular/common/locales/ff-Latn-NG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Latn-NG.js rename to apps/angular/node_modules/@angular/common/locales/ff-Latn-NG.js diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Latn-NG.js.map b/apps/angular/node_modules/@angular/common/locales/ff-Latn-NG.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Latn-NG.js.map rename to apps/angular/node_modules/@angular/common/locales/ff-Latn-NG.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Latn-SL.d.ts b/apps/angular/node_modules/@angular/common/locales/ff-Latn-SL.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Latn-SL.d.ts rename to apps/angular/node_modules/@angular/common/locales/ff-Latn-SL.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Latn-SL.js b/apps/angular/node_modules/@angular/common/locales/ff-Latn-SL.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Latn-SL.js rename to apps/angular/node_modules/@angular/common/locales/ff-Latn-SL.js diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Latn-SL.js.map b/apps/angular/node_modules/@angular/common/locales/ff-Latn-SL.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Latn-SL.js.map rename to apps/angular/node_modules/@angular/common/locales/ff-Latn-SL.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Latn.d.ts b/apps/angular/node_modules/@angular/common/locales/ff-Latn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Latn.d.ts rename to apps/angular/node_modules/@angular/common/locales/ff-Latn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Latn.js b/apps/angular/node_modules/@angular/common/locales/ff-Latn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Latn.js rename to apps/angular/node_modules/@angular/common/locales/ff-Latn.js diff --git a/ClientApp/node_modules/@angular/common/locales/ff-Latn.js.map b/apps/angular/node_modules/@angular/common/locales/ff-Latn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-Latn.js.map rename to apps/angular/node_modules/@angular/common/locales/ff-Latn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ff-MR.d.ts b/apps/angular/node_modules/@angular/common/locales/ff-MR.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-MR.d.ts rename to apps/angular/node_modules/@angular/common/locales/ff-MR.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ff-MR.js b/apps/angular/node_modules/@angular/common/locales/ff-MR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-MR.js rename to apps/angular/node_modules/@angular/common/locales/ff-MR.js diff --git a/ClientApp/node_modules/@angular/common/locales/ff-MR.js.map b/apps/angular/node_modules/@angular/common/locales/ff-MR.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff-MR.js.map rename to apps/angular/node_modules/@angular/common/locales/ff-MR.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ff.d.ts b/apps/angular/node_modules/@angular/common/locales/ff.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff.d.ts rename to apps/angular/node_modules/@angular/common/locales/ff.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ff.js b/apps/angular/node_modules/@angular/common/locales/ff.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff.js rename to apps/angular/node_modules/@angular/common/locales/ff.js diff --git a/ClientApp/node_modules/@angular/common/locales/ff.js.map b/apps/angular/node_modules/@angular/common/locales/ff.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ff.js.map rename to apps/angular/node_modules/@angular/common/locales/ff.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fi.d.ts b/apps/angular/node_modules/@angular/common/locales/fi.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fi.d.ts rename to apps/angular/node_modules/@angular/common/locales/fi.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fi.js b/apps/angular/node_modules/@angular/common/locales/fi.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fi.js rename to apps/angular/node_modules/@angular/common/locales/fi.js diff --git a/ClientApp/node_modules/@angular/common/locales/fi.js.map b/apps/angular/node_modules/@angular/common/locales/fi.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fi.js.map rename to apps/angular/node_modules/@angular/common/locales/fi.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fil.d.ts b/apps/angular/node_modules/@angular/common/locales/fil.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fil.d.ts rename to apps/angular/node_modules/@angular/common/locales/fil.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fil.js b/apps/angular/node_modules/@angular/common/locales/fil.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fil.js rename to apps/angular/node_modules/@angular/common/locales/fil.js diff --git a/ClientApp/node_modules/@angular/common/locales/fil.js.map b/apps/angular/node_modules/@angular/common/locales/fil.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fil.js.map rename to apps/angular/node_modules/@angular/common/locales/fil.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fo-DK.d.ts b/apps/angular/node_modules/@angular/common/locales/fo-DK.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fo-DK.d.ts rename to apps/angular/node_modules/@angular/common/locales/fo-DK.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fo-DK.js b/apps/angular/node_modules/@angular/common/locales/fo-DK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fo-DK.js rename to apps/angular/node_modules/@angular/common/locales/fo-DK.js diff --git a/ClientApp/node_modules/@angular/common/locales/fo-DK.js.map b/apps/angular/node_modules/@angular/common/locales/fo-DK.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fo-DK.js.map rename to apps/angular/node_modules/@angular/common/locales/fo-DK.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fo.d.ts b/apps/angular/node_modules/@angular/common/locales/fo.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fo.d.ts rename to apps/angular/node_modules/@angular/common/locales/fo.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fo.js b/apps/angular/node_modules/@angular/common/locales/fo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fo.js rename to apps/angular/node_modules/@angular/common/locales/fo.js diff --git a/ClientApp/node_modules/@angular/common/locales/fo.js.map b/apps/angular/node_modules/@angular/common/locales/fo.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fo.js.map rename to apps/angular/node_modules/@angular/common/locales/fo.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fr-BE.d.ts b/apps/angular/node_modules/@angular/common/locales/fr-BE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-BE.d.ts rename to apps/angular/node_modules/@angular/common/locales/fr-BE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fr-BE.js b/apps/angular/node_modules/@angular/common/locales/fr-BE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-BE.js rename to apps/angular/node_modules/@angular/common/locales/fr-BE.js diff --git a/ClientApp/node_modules/@angular/common/locales/fr-BE.js.map b/apps/angular/node_modules/@angular/common/locales/fr-BE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-BE.js.map rename to apps/angular/node_modules/@angular/common/locales/fr-BE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fr-BF.d.ts b/apps/angular/node_modules/@angular/common/locales/fr-BF.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-BF.d.ts rename to apps/angular/node_modules/@angular/common/locales/fr-BF.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fr-BF.js b/apps/angular/node_modules/@angular/common/locales/fr-BF.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-BF.js rename to apps/angular/node_modules/@angular/common/locales/fr-BF.js diff --git a/ClientApp/node_modules/@angular/common/locales/fr-BF.js.map b/apps/angular/node_modules/@angular/common/locales/fr-BF.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-BF.js.map rename to apps/angular/node_modules/@angular/common/locales/fr-BF.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fr-BI.d.ts b/apps/angular/node_modules/@angular/common/locales/fr-BI.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-BI.d.ts rename to apps/angular/node_modules/@angular/common/locales/fr-BI.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fr-BI.js b/apps/angular/node_modules/@angular/common/locales/fr-BI.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-BI.js rename to apps/angular/node_modules/@angular/common/locales/fr-BI.js diff --git a/ClientApp/node_modules/@angular/common/locales/fr-BI.js.map b/apps/angular/node_modules/@angular/common/locales/fr-BI.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-BI.js.map rename to apps/angular/node_modules/@angular/common/locales/fr-BI.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fr-BJ.d.ts b/apps/angular/node_modules/@angular/common/locales/fr-BJ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-BJ.d.ts rename to apps/angular/node_modules/@angular/common/locales/fr-BJ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fr-BJ.js b/apps/angular/node_modules/@angular/common/locales/fr-BJ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-BJ.js rename to apps/angular/node_modules/@angular/common/locales/fr-BJ.js diff --git a/ClientApp/node_modules/@angular/common/locales/fr-BJ.js.map b/apps/angular/node_modules/@angular/common/locales/fr-BJ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-BJ.js.map rename to apps/angular/node_modules/@angular/common/locales/fr-BJ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fr-BL.d.ts b/apps/angular/node_modules/@angular/common/locales/fr-BL.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-BL.d.ts rename to apps/angular/node_modules/@angular/common/locales/fr-BL.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fr-BL.js b/apps/angular/node_modules/@angular/common/locales/fr-BL.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-BL.js rename to apps/angular/node_modules/@angular/common/locales/fr-BL.js diff --git a/ClientApp/node_modules/@angular/common/locales/fr-BL.js.map b/apps/angular/node_modules/@angular/common/locales/fr-BL.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-BL.js.map rename to apps/angular/node_modules/@angular/common/locales/fr-BL.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fr-CA.d.ts b/apps/angular/node_modules/@angular/common/locales/fr-CA.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-CA.d.ts rename to apps/angular/node_modules/@angular/common/locales/fr-CA.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fr-CA.js b/apps/angular/node_modules/@angular/common/locales/fr-CA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-CA.js rename to apps/angular/node_modules/@angular/common/locales/fr-CA.js diff --git a/ClientApp/node_modules/@angular/common/locales/fr-CA.js.map b/apps/angular/node_modules/@angular/common/locales/fr-CA.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-CA.js.map rename to apps/angular/node_modules/@angular/common/locales/fr-CA.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fr-CD.d.ts b/apps/angular/node_modules/@angular/common/locales/fr-CD.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-CD.d.ts rename to apps/angular/node_modules/@angular/common/locales/fr-CD.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fr-CD.js b/apps/angular/node_modules/@angular/common/locales/fr-CD.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-CD.js rename to apps/angular/node_modules/@angular/common/locales/fr-CD.js diff --git a/ClientApp/node_modules/@angular/common/locales/fr-CD.js.map b/apps/angular/node_modules/@angular/common/locales/fr-CD.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-CD.js.map rename to apps/angular/node_modules/@angular/common/locales/fr-CD.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fr-CF.d.ts b/apps/angular/node_modules/@angular/common/locales/fr-CF.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-CF.d.ts rename to apps/angular/node_modules/@angular/common/locales/fr-CF.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fr-CF.js b/apps/angular/node_modules/@angular/common/locales/fr-CF.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-CF.js rename to apps/angular/node_modules/@angular/common/locales/fr-CF.js diff --git a/ClientApp/node_modules/@angular/common/locales/fr-CF.js.map b/apps/angular/node_modules/@angular/common/locales/fr-CF.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-CF.js.map rename to apps/angular/node_modules/@angular/common/locales/fr-CF.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fr-CG.d.ts b/apps/angular/node_modules/@angular/common/locales/fr-CG.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-CG.d.ts rename to apps/angular/node_modules/@angular/common/locales/fr-CG.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fr-CG.js b/apps/angular/node_modules/@angular/common/locales/fr-CG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-CG.js rename to apps/angular/node_modules/@angular/common/locales/fr-CG.js diff --git a/ClientApp/node_modules/@angular/common/locales/fr-CG.js.map b/apps/angular/node_modules/@angular/common/locales/fr-CG.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-CG.js.map rename to apps/angular/node_modules/@angular/common/locales/fr-CG.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fr-CH.d.ts b/apps/angular/node_modules/@angular/common/locales/fr-CH.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-CH.d.ts rename to apps/angular/node_modules/@angular/common/locales/fr-CH.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fr-CH.js b/apps/angular/node_modules/@angular/common/locales/fr-CH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-CH.js rename to apps/angular/node_modules/@angular/common/locales/fr-CH.js diff --git a/ClientApp/node_modules/@angular/common/locales/fr-CH.js.map b/apps/angular/node_modules/@angular/common/locales/fr-CH.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-CH.js.map rename to apps/angular/node_modules/@angular/common/locales/fr-CH.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fr-CI.d.ts b/apps/angular/node_modules/@angular/common/locales/fr-CI.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-CI.d.ts rename to apps/angular/node_modules/@angular/common/locales/fr-CI.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fr-CI.js b/apps/angular/node_modules/@angular/common/locales/fr-CI.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-CI.js rename to apps/angular/node_modules/@angular/common/locales/fr-CI.js diff --git a/ClientApp/node_modules/@angular/common/locales/fr-CI.js.map b/apps/angular/node_modules/@angular/common/locales/fr-CI.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-CI.js.map rename to apps/angular/node_modules/@angular/common/locales/fr-CI.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fr-CM.d.ts b/apps/angular/node_modules/@angular/common/locales/fr-CM.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-CM.d.ts rename to apps/angular/node_modules/@angular/common/locales/fr-CM.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fr-CM.js b/apps/angular/node_modules/@angular/common/locales/fr-CM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-CM.js rename to apps/angular/node_modules/@angular/common/locales/fr-CM.js diff --git a/ClientApp/node_modules/@angular/common/locales/fr-CM.js.map b/apps/angular/node_modules/@angular/common/locales/fr-CM.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-CM.js.map rename to apps/angular/node_modules/@angular/common/locales/fr-CM.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fr-DJ.d.ts b/apps/angular/node_modules/@angular/common/locales/fr-DJ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-DJ.d.ts rename to apps/angular/node_modules/@angular/common/locales/fr-DJ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fr-DJ.js b/apps/angular/node_modules/@angular/common/locales/fr-DJ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-DJ.js rename to apps/angular/node_modules/@angular/common/locales/fr-DJ.js diff --git a/ClientApp/node_modules/@angular/common/locales/fr-DJ.js.map b/apps/angular/node_modules/@angular/common/locales/fr-DJ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-DJ.js.map rename to apps/angular/node_modules/@angular/common/locales/fr-DJ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fr-DZ.d.ts b/apps/angular/node_modules/@angular/common/locales/fr-DZ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-DZ.d.ts rename to apps/angular/node_modules/@angular/common/locales/fr-DZ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fr-DZ.js b/apps/angular/node_modules/@angular/common/locales/fr-DZ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-DZ.js rename to apps/angular/node_modules/@angular/common/locales/fr-DZ.js diff --git a/ClientApp/node_modules/@angular/common/locales/fr-DZ.js.map b/apps/angular/node_modules/@angular/common/locales/fr-DZ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-DZ.js.map rename to apps/angular/node_modules/@angular/common/locales/fr-DZ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fr-GA.d.ts b/apps/angular/node_modules/@angular/common/locales/fr-GA.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-GA.d.ts rename to apps/angular/node_modules/@angular/common/locales/fr-GA.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fr-GA.js b/apps/angular/node_modules/@angular/common/locales/fr-GA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-GA.js rename to apps/angular/node_modules/@angular/common/locales/fr-GA.js diff --git a/ClientApp/node_modules/@angular/common/locales/fr-GA.js.map b/apps/angular/node_modules/@angular/common/locales/fr-GA.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-GA.js.map rename to apps/angular/node_modules/@angular/common/locales/fr-GA.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fr-GF.d.ts b/apps/angular/node_modules/@angular/common/locales/fr-GF.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-GF.d.ts rename to apps/angular/node_modules/@angular/common/locales/fr-GF.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fr-GF.js b/apps/angular/node_modules/@angular/common/locales/fr-GF.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-GF.js rename to apps/angular/node_modules/@angular/common/locales/fr-GF.js diff --git a/ClientApp/node_modules/@angular/common/locales/fr-GF.js.map b/apps/angular/node_modules/@angular/common/locales/fr-GF.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-GF.js.map rename to apps/angular/node_modules/@angular/common/locales/fr-GF.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fr-GN.d.ts b/apps/angular/node_modules/@angular/common/locales/fr-GN.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-GN.d.ts rename to apps/angular/node_modules/@angular/common/locales/fr-GN.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fr-GN.js b/apps/angular/node_modules/@angular/common/locales/fr-GN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-GN.js rename to apps/angular/node_modules/@angular/common/locales/fr-GN.js diff --git a/ClientApp/node_modules/@angular/common/locales/fr-GN.js.map b/apps/angular/node_modules/@angular/common/locales/fr-GN.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-GN.js.map rename to apps/angular/node_modules/@angular/common/locales/fr-GN.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fr-GP.d.ts b/apps/angular/node_modules/@angular/common/locales/fr-GP.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-GP.d.ts rename to apps/angular/node_modules/@angular/common/locales/fr-GP.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fr-GP.js b/apps/angular/node_modules/@angular/common/locales/fr-GP.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-GP.js rename to apps/angular/node_modules/@angular/common/locales/fr-GP.js diff --git a/ClientApp/node_modules/@angular/common/locales/fr-GP.js.map b/apps/angular/node_modules/@angular/common/locales/fr-GP.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-GP.js.map rename to apps/angular/node_modules/@angular/common/locales/fr-GP.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fr-GQ.d.ts b/apps/angular/node_modules/@angular/common/locales/fr-GQ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-GQ.d.ts rename to apps/angular/node_modules/@angular/common/locales/fr-GQ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fr-GQ.js b/apps/angular/node_modules/@angular/common/locales/fr-GQ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-GQ.js rename to apps/angular/node_modules/@angular/common/locales/fr-GQ.js diff --git a/ClientApp/node_modules/@angular/common/locales/fr-GQ.js.map b/apps/angular/node_modules/@angular/common/locales/fr-GQ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-GQ.js.map rename to apps/angular/node_modules/@angular/common/locales/fr-GQ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fr-HT.d.ts b/apps/angular/node_modules/@angular/common/locales/fr-HT.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-HT.d.ts rename to apps/angular/node_modules/@angular/common/locales/fr-HT.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fr-HT.js b/apps/angular/node_modules/@angular/common/locales/fr-HT.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-HT.js rename to apps/angular/node_modules/@angular/common/locales/fr-HT.js diff --git a/ClientApp/node_modules/@angular/common/locales/fr-HT.js.map b/apps/angular/node_modules/@angular/common/locales/fr-HT.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-HT.js.map rename to apps/angular/node_modules/@angular/common/locales/fr-HT.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fr-KM.d.ts b/apps/angular/node_modules/@angular/common/locales/fr-KM.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-KM.d.ts rename to apps/angular/node_modules/@angular/common/locales/fr-KM.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fr-KM.js b/apps/angular/node_modules/@angular/common/locales/fr-KM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-KM.js rename to apps/angular/node_modules/@angular/common/locales/fr-KM.js diff --git a/ClientApp/node_modules/@angular/common/locales/fr-KM.js.map b/apps/angular/node_modules/@angular/common/locales/fr-KM.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-KM.js.map rename to apps/angular/node_modules/@angular/common/locales/fr-KM.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fr-LU.d.ts b/apps/angular/node_modules/@angular/common/locales/fr-LU.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-LU.d.ts rename to apps/angular/node_modules/@angular/common/locales/fr-LU.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fr-LU.js b/apps/angular/node_modules/@angular/common/locales/fr-LU.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-LU.js rename to apps/angular/node_modules/@angular/common/locales/fr-LU.js diff --git a/ClientApp/node_modules/@angular/common/locales/fr-LU.js.map b/apps/angular/node_modules/@angular/common/locales/fr-LU.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-LU.js.map rename to apps/angular/node_modules/@angular/common/locales/fr-LU.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fr-MA.d.ts b/apps/angular/node_modules/@angular/common/locales/fr-MA.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-MA.d.ts rename to apps/angular/node_modules/@angular/common/locales/fr-MA.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fr-MA.js b/apps/angular/node_modules/@angular/common/locales/fr-MA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-MA.js rename to apps/angular/node_modules/@angular/common/locales/fr-MA.js diff --git a/ClientApp/node_modules/@angular/common/locales/fr-MA.js.map b/apps/angular/node_modules/@angular/common/locales/fr-MA.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-MA.js.map rename to apps/angular/node_modules/@angular/common/locales/fr-MA.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fr-MC.d.ts b/apps/angular/node_modules/@angular/common/locales/fr-MC.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-MC.d.ts rename to apps/angular/node_modules/@angular/common/locales/fr-MC.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fr-MC.js b/apps/angular/node_modules/@angular/common/locales/fr-MC.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-MC.js rename to apps/angular/node_modules/@angular/common/locales/fr-MC.js diff --git a/ClientApp/node_modules/@angular/common/locales/fr-MC.js.map b/apps/angular/node_modules/@angular/common/locales/fr-MC.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-MC.js.map rename to apps/angular/node_modules/@angular/common/locales/fr-MC.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fr-MF.d.ts b/apps/angular/node_modules/@angular/common/locales/fr-MF.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-MF.d.ts rename to apps/angular/node_modules/@angular/common/locales/fr-MF.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fr-MF.js b/apps/angular/node_modules/@angular/common/locales/fr-MF.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-MF.js rename to apps/angular/node_modules/@angular/common/locales/fr-MF.js diff --git a/ClientApp/node_modules/@angular/common/locales/fr-MF.js.map b/apps/angular/node_modules/@angular/common/locales/fr-MF.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-MF.js.map rename to apps/angular/node_modules/@angular/common/locales/fr-MF.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fr-MG.d.ts b/apps/angular/node_modules/@angular/common/locales/fr-MG.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-MG.d.ts rename to apps/angular/node_modules/@angular/common/locales/fr-MG.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fr-MG.js b/apps/angular/node_modules/@angular/common/locales/fr-MG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-MG.js rename to apps/angular/node_modules/@angular/common/locales/fr-MG.js diff --git a/ClientApp/node_modules/@angular/common/locales/fr-MG.js.map b/apps/angular/node_modules/@angular/common/locales/fr-MG.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-MG.js.map rename to apps/angular/node_modules/@angular/common/locales/fr-MG.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fr-ML.d.ts b/apps/angular/node_modules/@angular/common/locales/fr-ML.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-ML.d.ts rename to apps/angular/node_modules/@angular/common/locales/fr-ML.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fr-ML.js b/apps/angular/node_modules/@angular/common/locales/fr-ML.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-ML.js rename to apps/angular/node_modules/@angular/common/locales/fr-ML.js diff --git a/ClientApp/node_modules/@angular/common/locales/fr-ML.js.map b/apps/angular/node_modules/@angular/common/locales/fr-ML.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-ML.js.map rename to apps/angular/node_modules/@angular/common/locales/fr-ML.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fr-MQ.d.ts b/apps/angular/node_modules/@angular/common/locales/fr-MQ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-MQ.d.ts rename to apps/angular/node_modules/@angular/common/locales/fr-MQ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fr-MQ.js b/apps/angular/node_modules/@angular/common/locales/fr-MQ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-MQ.js rename to apps/angular/node_modules/@angular/common/locales/fr-MQ.js diff --git a/ClientApp/node_modules/@angular/common/locales/fr-MQ.js.map b/apps/angular/node_modules/@angular/common/locales/fr-MQ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-MQ.js.map rename to apps/angular/node_modules/@angular/common/locales/fr-MQ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fr-MR.d.ts b/apps/angular/node_modules/@angular/common/locales/fr-MR.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-MR.d.ts rename to apps/angular/node_modules/@angular/common/locales/fr-MR.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fr-MR.js b/apps/angular/node_modules/@angular/common/locales/fr-MR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-MR.js rename to apps/angular/node_modules/@angular/common/locales/fr-MR.js diff --git a/ClientApp/node_modules/@angular/common/locales/fr-MR.js.map b/apps/angular/node_modules/@angular/common/locales/fr-MR.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-MR.js.map rename to apps/angular/node_modules/@angular/common/locales/fr-MR.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fr-MU.d.ts b/apps/angular/node_modules/@angular/common/locales/fr-MU.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-MU.d.ts rename to apps/angular/node_modules/@angular/common/locales/fr-MU.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fr-MU.js b/apps/angular/node_modules/@angular/common/locales/fr-MU.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-MU.js rename to apps/angular/node_modules/@angular/common/locales/fr-MU.js diff --git a/ClientApp/node_modules/@angular/common/locales/fr-MU.js.map b/apps/angular/node_modules/@angular/common/locales/fr-MU.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-MU.js.map rename to apps/angular/node_modules/@angular/common/locales/fr-MU.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fr-NC.d.ts b/apps/angular/node_modules/@angular/common/locales/fr-NC.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-NC.d.ts rename to apps/angular/node_modules/@angular/common/locales/fr-NC.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fr-NC.js b/apps/angular/node_modules/@angular/common/locales/fr-NC.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-NC.js rename to apps/angular/node_modules/@angular/common/locales/fr-NC.js diff --git a/ClientApp/node_modules/@angular/common/locales/fr-NC.js.map b/apps/angular/node_modules/@angular/common/locales/fr-NC.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-NC.js.map rename to apps/angular/node_modules/@angular/common/locales/fr-NC.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fr-NE.d.ts b/apps/angular/node_modules/@angular/common/locales/fr-NE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-NE.d.ts rename to apps/angular/node_modules/@angular/common/locales/fr-NE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fr-NE.js b/apps/angular/node_modules/@angular/common/locales/fr-NE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-NE.js rename to apps/angular/node_modules/@angular/common/locales/fr-NE.js diff --git a/ClientApp/node_modules/@angular/common/locales/fr-NE.js.map b/apps/angular/node_modules/@angular/common/locales/fr-NE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-NE.js.map rename to apps/angular/node_modules/@angular/common/locales/fr-NE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fr-PF.d.ts b/apps/angular/node_modules/@angular/common/locales/fr-PF.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-PF.d.ts rename to apps/angular/node_modules/@angular/common/locales/fr-PF.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fr-PF.js b/apps/angular/node_modules/@angular/common/locales/fr-PF.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-PF.js rename to apps/angular/node_modules/@angular/common/locales/fr-PF.js diff --git a/ClientApp/node_modules/@angular/common/locales/fr-PF.js.map b/apps/angular/node_modules/@angular/common/locales/fr-PF.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-PF.js.map rename to apps/angular/node_modules/@angular/common/locales/fr-PF.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fr-PM.d.ts b/apps/angular/node_modules/@angular/common/locales/fr-PM.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-PM.d.ts rename to apps/angular/node_modules/@angular/common/locales/fr-PM.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fr-PM.js b/apps/angular/node_modules/@angular/common/locales/fr-PM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-PM.js rename to apps/angular/node_modules/@angular/common/locales/fr-PM.js diff --git a/ClientApp/node_modules/@angular/common/locales/fr-PM.js.map b/apps/angular/node_modules/@angular/common/locales/fr-PM.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-PM.js.map rename to apps/angular/node_modules/@angular/common/locales/fr-PM.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fr-RE.d.ts b/apps/angular/node_modules/@angular/common/locales/fr-RE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-RE.d.ts rename to apps/angular/node_modules/@angular/common/locales/fr-RE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fr-RE.js b/apps/angular/node_modules/@angular/common/locales/fr-RE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-RE.js rename to apps/angular/node_modules/@angular/common/locales/fr-RE.js diff --git a/ClientApp/node_modules/@angular/common/locales/fr-RE.js.map b/apps/angular/node_modules/@angular/common/locales/fr-RE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-RE.js.map rename to apps/angular/node_modules/@angular/common/locales/fr-RE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fr-RW.d.ts b/apps/angular/node_modules/@angular/common/locales/fr-RW.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-RW.d.ts rename to apps/angular/node_modules/@angular/common/locales/fr-RW.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fr-RW.js b/apps/angular/node_modules/@angular/common/locales/fr-RW.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-RW.js rename to apps/angular/node_modules/@angular/common/locales/fr-RW.js diff --git a/ClientApp/node_modules/@angular/common/locales/fr-RW.js.map b/apps/angular/node_modules/@angular/common/locales/fr-RW.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-RW.js.map rename to apps/angular/node_modules/@angular/common/locales/fr-RW.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fr-SC.d.ts b/apps/angular/node_modules/@angular/common/locales/fr-SC.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-SC.d.ts rename to apps/angular/node_modules/@angular/common/locales/fr-SC.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fr-SC.js b/apps/angular/node_modules/@angular/common/locales/fr-SC.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-SC.js rename to apps/angular/node_modules/@angular/common/locales/fr-SC.js diff --git a/ClientApp/node_modules/@angular/common/locales/fr-SC.js.map b/apps/angular/node_modules/@angular/common/locales/fr-SC.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-SC.js.map rename to apps/angular/node_modules/@angular/common/locales/fr-SC.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fr-SN.d.ts b/apps/angular/node_modules/@angular/common/locales/fr-SN.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-SN.d.ts rename to apps/angular/node_modules/@angular/common/locales/fr-SN.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fr-SN.js b/apps/angular/node_modules/@angular/common/locales/fr-SN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-SN.js rename to apps/angular/node_modules/@angular/common/locales/fr-SN.js diff --git a/ClientApp/node_modules/@angular/common/locales/fr-SN.js.map b/apps/angular/node_modules/@angular/common/locales/fr-SN.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-SN.js.map rename to apps/angular/node_modules/@angular/common/locales/fr-SN.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fr-SY.d.ts b/apps/angular/node_modules/@angular/common/locales/fr-SY.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-SY.d.ts rename to apps/angular/node_modules/@angular/common/locales/fr-SY.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fr-SY.js b/apps/angular/node_modules/@angular/common/locales/fr-SY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-SY.js rename to apps/angular/node_modules/@angular/common/locales/fr-SY.js diff --git a/ClientApp/node_modules/@angular/common/locales/fr-SY.js.map b/apps/angular/node_modules/@angular/common/locales/fr-SY.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-SY.js.map rename to apps/angular/node_modules/@angular/common/locales/fr-SY.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fr-TD.d.ts b/apps/angular/node_modules/@angular/common/locales/fr-TD.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-TD.d.ts rename to apps/angular/node_modules/@angular/common/locales/fr-TD.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fr-TD.js b/apps/angular/node_modules/@angular/common/locales/fr-TD.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-TD.js rename to apps/angular/node_modules/@angular/common/locales/fr-TD.js diff --git a/ClientApp/node_modules/@angular/common/locales/fr-TD.js.map b/apps/angular/node_modules/@angular/common/locales/fr-TD.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-TD.js.map rename to apps/angular/node_modules/@angular/common/locales/fr-TD.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fr-TG.d.ts b/apps/angular/node_modules/@angular/common/locales/fr-TG.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-TG.d.ts rename to apps/angular/node_modules/@angular/common/locales/fr-TG.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fr-TG.js b/apps/angular/node_modules/@angular/common/locales/fr-TG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-TG.js rename to apps/angular/node_modules/@angular/common/locales/fr-TG.js diff --git a/ClientApp/node_modules/@angular/common/locales/fr-TG.js.map b/apps/angular/node_modules/@angular/common/locales/fr-TG.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-TG.js.map rename to apps/angular/node_modules/@angular/common/locales/fr-TG.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fr-TN.d.ts b/apps/angular/node_modules/@angular/common/locales/fr-TN.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-TN.d.ts rename to apps/angular/node_modules/@angular/common/locales/fr-TN.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fr-TN.js b/apps/angular/node_modules/@angular/common/locales/fr-TN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-TN.js rename to apps/angular/node_modules/@angular/common/locales/fr-TN.js diff --git a/ClientApp/node_modules/@angular/common/locales/fr-TN.js.map b/apps/angular/node_modules/@angular/common/locales/fr-TN.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-TN.js.map rename to apps/angular/node_modules/@angular/common/locales/fr-TN.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fr-VU.d.ts b/apps/angular/node_modules/@angular/common/locales/fr-VU.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-VU.d.ts rename to apps/angular/node_modules/@angular/common/locales/fr-VU.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fr-VU.js b/apps/angular/node_modules/@angular/common/locales/fr-VU.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-VU.js rename to apps/angular/node_modules/@angular/common/locales/fr-VU.js diff --git a/ClientApp/node_modules/@angular/common/locales/fr-VU.js.map b/apps/angular/node_modules/@angular/common/locales/fr-VU.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-VU.js.map rename to apps/angular/node_modules/@angular/common/locales/fr-VU.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fr-WF.d.ts b/apps/angular/node_modules/@angular/common/locales/fr-WF.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-WF.d.ts rename to apps/angular/node_modules/@angular/common/locales/fr-WF.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fr-WF.js b/apps/angular/node_modules/@angular/common/locales/fr-WF.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-WF.js rename to apps/angular/node_modules/@angular/common/locales/fr-WF.js diff --git a/ClientApp/node_modules/@angular/common/locales/fr-WF.js.map b/apps/angular/node_modules/@angular/common/locales/fr-WF.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-WF.js.map rename to apps/angular/node_modules/@angular/common/locales/fr-WF.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fr-YT.d.ts b/apps/angular/node_modules/@angular/common/locales/fr-YT.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-YT.d.ts rename to apps/angular/node_modules/@angular/common/locales/fr-YT.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fr-YT.js b/apps/angular/node_modules/@angular/common/locales/fr-YT.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-YT.js rename to apps/angular/node_modules/@angular/common/locales/fr-YT.js diff --git a/ClientApp/node_modules/@angular/common/locales/fr-YT.js.map b/apps/angular/node_modules/@angular/common/locales/fr-YT.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr-YT.js.map rename to apps/angular/node_modules/@angular/common/locales/fr-YT.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fr.d.ts b/apps/angular/node_modules/@angular/common/locales/fr.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr.d.ts rename to apps/angular/node_modules/@angular/common/locales/fr.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fr.js b/apps/angular/node_modules/@angular/common/locales/fr.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr.js rename to apps/angular/node_modules/@angular/common/locales/fr.js diff --git a/ClientApp/node_modules/@angular/common/locales/fr.js.map b/apps/angular/node_modules/@angular/common/locales/fr.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fr.js.map rename to apps/angular/node_modules/@angular/common/locales/fr.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/frr.d.ts b/apps/angular/node_modules/@angular/common/locales/frr.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/frr.d.ts rename to apps/angular/node_modules/@angular/common/locales/frr.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/frr.js b/apps/angular/node_modules/@angular/common/locales/frr.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/frr.js rename to apps/angular/node_modules/@angular/common/locales/frr.js diff --git a/ClientApp/node_modules/@angular/common/locales/frr.js.map b/apps/angular/node_modules/@angular/common/locales/frr.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/frr.js.map rename to apps/angular/node_modules/@angular/common/locales/frr.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fur.d.ts b/apps/angular/node_modules/@angular/common/locales/fur.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fur.d.ts rename to apps/angular/node_modules/@angular/common/locales/fur.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fur.js b/apps/angular/node_modules/@angular/common/locales/fur.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fur.js rename to apps/angular/node_modules/@angular/common/locales/fur.js diff --git a/ClientApp/node_modules/@angular/common/locales/fur.js.map b/apps/angular/node_modules/@angular/common/locales/fur.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fur.js.map rename to apps/angular/node_modules/@angular/common/locales/fur.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/fy.d.ts b/apps/angular/node_modules/@angular/common/locales/fy.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fy.d.ts rename to apps/angular/node_modules/@angular/common/locales/fy.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/fy.js b/apps/angular/node_modules/@angular/common/locales/fy.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fy.js rename to apps/angular/node_modules/@angular/common/locales/fy.js diff --git a/ClientApp/node_modules/@angular/common/locales/fy.js.map b/apps/angular/node_modules/@angular/common/locales/fy.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/fy.js.map rename to apps/angular/node_modules/@angular/common/locales/fy.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ga-GB.d.ts b/apps/angular/node_modules/@angular/common/locales/ga-GB.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ga-GB.d.ts rename to apps/angular/node_modules/@angular/common/locales/ga-GB.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ga-GB.js b/apps/angular/node_modules/@angular/common/locales/ga-GB.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ga-GB.js rename to apps/angular/node_modules/@angular/common/locales/ga-GB.js diff --git a/ClientApp/node_modules/@angular/common/locales/ga-GB.js.map b/apps/angular/node_modules/@angular/common/locales/ga-GB.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ga-GB.js.map rename to apps/angular/node_modules/@angular/common/locales/ga-GB.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ga.d.ts b/apps/angular/node_modules/@angular/common/locales/ga.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ga.d.ts rename to apps/angular/node_modules/@angular/common/locales/ga.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ga.js b/apps/angular/node_modules/@angular/common/locales/ga.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ga.js rename to apps/angular/node_modules/@angular/common/locales/ga.js diff --git a/ClientApp/node_modules/@angular/common/locales/ga.js.map b/apps/angular/node_modules/@angular/common/locales/ga.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ga.js.map rename to apps/angular/node_modules/@angular/common/locales/ga.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/gaa.d.ts b/apps/angular/node_modules/@angular/common/locales/gaa.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/gaa.d.ts rename to apps/angular/node_modules/@angular/common/locales/gaa.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/gaa.js b/apps/angular/node_modules/@angular/common/locales/gaa.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/gaa.js rename to apps/angular/node_modules/@angular/common/locales/gaa.js diff --git a/ClientApp/node_modules/@angular/common/locales/gaa.js.map b/apps/angular/node_modules/@angular/common/locales/gaa.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/gaa.js.map rename to apps/angular/node_modules/@angular/common/locales/gaa.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/gd.d.ts b/apps/angular/node_modules/@angular/common/locales/gd.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/gd.d.ts rename to apps/angular/node_modules/@angular/common/locales/gd.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/gd.js b/apps/angular/node_modules/@angular/common/locales/gd.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/gd.js rename to apps/angular/node_modules/@angular/common/locales/gd.js diff --git a/ClientApp/node_modules/@angular/common/locales/gd.js.map b/apps/angular/node_modules/@angular/common/locales/gd.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/gd.js.map rename to apps/angular/node_modules/@angular/common/locales/gd.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/gez-ER.d.ts b/apps/angular/node_modules/@angular/common/locales/gez-ER.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/gez-ER.d.ts rename to apps/angular/node_modules/@angular/common/locales/gez-ER.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/gez-ER.js b/apps/angular/node_modules/@angular/common/locales/gez-ER.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/gez-ER.js rename to apps/angular/node_modules/@angular/common/locales/gez-ER.js diff --git a/ClientApp/node_modules/@angular/common/locales/gez-ER.js.map b/apps/angular/node_modules/@angular/common/locales/gez-ER.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/gez-ER.js.map rename to apps/angular/node_modules/@angular/common/locales/gez-ER.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/gez.d.ts b/apps/angular/node_modules/@angular/common/locales/gez.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/gez.d.ts rename to apps/angular/node_modules/@angular/common/locales/gez.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/gez.js b/apps/angular/node_modules/@angular/common/locales/gez.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/gez.js rename to apps/angular/node_modules/@angular/common/locales/gez.js diff --git a/ClientApp/node_modules/@angular/common/locales/gez.js.map b/apps/angular/node_modules/@angular/common/locales/gez.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/gez.js.map rename to apps/angular/node_modules/@angular/common/locales/gez.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/gl.d.ts b/apps/angular/node_modules/@angular/common/locales/gl.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/gl.d.ts rename to apps/angular/node_modules/@angular/common/locales/gl.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/gl.js b/apps/angular/node_modules/@angular/common/locales/gl.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/gl.js rename to apps/angular/node_modules/@angular/common/locales/gl.js diff --git a/ClientApp/node_modules/@angular/common/locales/gl.js.map b/apps/angular/node_modules/@angular/common/locales/gl.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/gl.js.map rename to apps/angular/node_modules/@angular/common/locales/gl.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/global/aa-DJ.js b/apps/angular/node_modules/@angular/common/locales/global/aa-DJ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/aa-DJ.js rename to apps/angular/node_modules/@angular/common/locales/global/aa-DJ.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/aa-ER.js b/apps/angular/node_modules/@angular/common/locales/global/aa-ER.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/aa-ER.js rename to apps/angular/node_modules/@angular/common/locales/global/aa-ER.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/aa.js b/apps/angular/node_modules/@angular/common/locales/global/aa.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/aa.js rename to apps/angular/node_modules/@angular/common/locales/global/aa.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ab.js b/apps/angular/node_modules/@angular/common/locales/global/ab.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ab.js rename to apps/angular/node_modules/@angular/common/locales/global/ab.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/af-NA.js b/apps/angular/node_modules/@angular/common/locales/global/af-NA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/af-NA.js rename to apps/angular/node_modules/@angular/common/locales/global/af-NA.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/af.js b/apps/angular/node_modules/@angular/common/locales/global/af.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/af.js rename to apps/angular/node_modules/@angular/common/locales/global/af.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/agq.js b/apps/angular/node_modules/@angular/common/locales/global/agq.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/agq.js rename to apps/angular/node_modules/@angular/common/locales/global/agq.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ak.js b/apps/angular/node_modules/@angular/common/locales/global/ak.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ak.js rename to apps/angular/node_modules/@angular/common/locales/global/ak.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/am.js b/apps/angular/node_modules/@angular/common/locales/global/am.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/am.js rename to apps/angular/node_modules/@angular/common/locales/global/am.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/an.js b/apps/angular/node_modules/@angular/common/locales/global/an.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/an.js rename to apps/angular/node_modules/@angular/common/locales/global/an.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ann.js b/apps/angular/node_modules/@angular/common/locales/global/ann.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ann.js rename to apps/angular/node_modules/@angular/common/locales/global/ann.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/apc.js b/apps/angular/node_modules/@angular/common/locales/global/apc.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/apc.js rename to apps/angular/node_modules/@angular/common/locales/global/apc.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ar-AE.js b/apps/angular/node_modules/@angular/common/locales/global/ar-AE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ar-AE.js rename to apps/angular/node_modules/@angular/common/locales/global/ar-AE.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ar-BH.js b/apps/angular/node_modules/@angular/common/locales/global/ar-BH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ar-BH.js rename to apps/angular/node_modules/@angular/common/locales/global/ar-BH.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ar-DJ.js b/apps/angular/node_modules/@angular/common/locales/global/ar-DJ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ar-DJ.js rename to apps/angular/node_modules/@angular/common/locales/global/ar-DJ.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ar-DZ.js b/apps/angular/node_modules/@angular/common/locales/global/ar-DZ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ar-DZ.js rename to apps/angular/node_modules/@angular/common/locales/global/ar-DZ.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ar-EG.js b/apps/angular/node_modules/@angular/common/locales/global/ar-EG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ar-EG.js rename to apps/angular/node_modules/@angular/common/locales/global/ar-EG.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ar-EH.js b/apps/angular/node_modules/@angular/common/locales/global/ar-EH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ar-EH.js rename to apps/angular/node_modules/@angular/common/locales/global/ar-EH.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ar-ER.js b/apps/angular/node_modules/@angular/common/locales/global/ar-ER.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ar-ER.js rename to apps/angular/node_modules/@angular/common/locales/global/ar-ER.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ar-IL.js b/apps/angular/node_modules/@angular/common/locales/global/ar-IL.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ar-IL.js rename to apps/angular/node_modules/@angular/common/locales/global/ar-IL.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ar-IQ.js b/apps/angular/node_modules/@angular/common/locales/global/ar-IQ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ar-IQ.js rename to apps/angular/node_modules/@angular/common/locales/global/ar-IQ.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ar-JO.js b/apps/angular/node_modules/@angular/common/locales/global/ar-JO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ar-JO.js rename to apps/angular/node_modules/@angular/common/locales/global/ar-JO.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ar-KM.js b/apps/angular/node_modules/@angular/common/locales/global/ar-KM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ar-KM.js rename to apps/angular/node_modules/@angular/common/locales/global/ar-KM.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ar-KW.js b/apps/angular/node_modules/@angular/common/locales/global/ar-KW.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ar-KW.js rename to apps/angular/node_modules/@angular/common/locales/global/ar-KW.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ar-LB.js b/apps/angular/node_modules/@angular/common/locales/global/ar-LB.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ar-LB.js rename to apps/angular/node_modules/@angular/common/locales/global/ar-LB.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ar-LY.js b/apps/angular/node_modules/@angular/common/locales/global/ar-LY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ar-LY.js rename to apps/angular/node_modules/@angular/common/locales/global/ar-LY.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ar-MA.js b/apps/angular/node_modules/@angular/common/locales/global/ar-MA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ar-MA.js rename to apps/angular/node_modules/@angular/common/locales/global/ar-MA.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ar-MR.js b/apps/angular/node_modules/@angular/common/locales/global/ar-MR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ar-MR.js rename to apps/angular/node_modules/@angular/common/locales/global/ar-MR.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ar-OM.js b/apps/angular/node_modules/@angular/common/locales/global/ar-OM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ar-OM.js rename to apps/angular/node_modules/@angular/common/locales/global/ar-OM.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ar-PS.js b/apps/angular/node_modules/@angular/common/locales/global/ar-PS.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ar-PS.js rename to apps/angular/node_modules/@angular/common/locales/global/ar-PS.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ar-QA.js b/apps/angular/node_modules/@angular/common/locales/global/ar-QA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ar-QA.js rename to apps/angular/node_modules/@angular/common/locales/global/ar-QA.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ar-SA.js b/apps/angular/node_modules/@angular/common/locales/global/ar-SA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ar-SA.js rename to apps/angular/node_modules/@angular/common/locales/global/ar-SA.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ar-SD.js b/apps/angular/node_modules/@angular/common/locales/global/ar-SD.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ar-SD.js rename to apps/angular/node_modules/@angular/common/locales/global/ar-SD.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ar-SO.js b/apps/angular/node_modules/@angular/common/locales/global/ar-SO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ar-SO.js rename to apps/angular/node_modules/@angular/common/locales/global/ar-SO.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ar-SS.js b/apps/angular/node_modules/@angular/common/locales/global/ar-SS.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ar-SS.js rename to apps/angular/node_modules/@angular/common/locales/global/ar-SS.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ar-SY.js b/apps/angular/node_modules/@angular/common/locales/global/ar-SY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ar-SY.js rename to apps/angular/node_modules/@angular/common/locales/global/ar-SY.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ar-TD.js b/apps/angular/node_modules/@angular/common/locales/global/ar-TD.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ar-TD.js rename to apps/angular/node_modules/@angular/common/locales/global/ar-TD.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ar-TN.js b/apps/angular/node_modules/@angular/common/locales/global/ar-TN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ar-TN.js rename to apps/angular/node_modules/@angular/common/locales/global/ar-TN.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ar-YE.js b/apps/angular/node_modules/@angular/common/locales/global/ar-YE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ar-YE.js rename to apps/angular/node_modules/@angular/common/locales/global/ar-YE.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ar.js b/apps/angular/node_modules/@angular/common/locales/global/ar.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ar.js rename to apps/angular/node_modules/@angular/common/locales/global/ar.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/arn.js b/apps/angular/node_modules/@angular/common/locales/global/arn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/arn.js rename to apps/angular/node_modules/@angular/common/locales/global/arn.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/as.js b/apps/angular/node_modules/@angular/common/locales/global/as.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/as.js rename to apps/angular/node_modules/@angular/common/locales/global/as.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/asa.js b/apps/angular/node_modules/@angular/common/locales/global/asa.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/asa.js rename to apps/angular/node_modules/@angular/common/locales/global/asa.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ast.js b/apps/angular/node_modules/@angular/common/locales/global/ast.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ast.js rename to apps/angular/node_modules/@angular/common/locales/global/ast.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/az-Arab-IQ.js b/apps/angular/node_modules/@angular/common/locales/global/az-Arab-IQ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/az-Arab-IQ.js rename to apps/angular/node_modules/@angular/common/locales/global/az-Arab-IQ.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/az-Arab-TR.js b/apps/angular/node_modules/@angular/common/locales/global/az-Arab-TR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/az-Arab-TR.js rename to apps/angular/node_modules/@angular/common/locales/global/az-Arab-TR.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/az-Arab.js b/apps/angular/node_modules/@angular/common/locales/global/az-Arab.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/az-Arab.js rename to apps/angular/node_modules/@angular/common/locales/global/az-Arab.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/az-Cyrl.js b/apps/angular/node_modules/@angular/common/locales/global/az-Cyrl.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/az-Cyrl.js rename to apps/angular/node_modules/@angular/common/locales/global/az-Cyrl.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/az-Latn.js b/apps/angular/node_modules/@angular/common/locales/global/az-Latn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/az-Latn.js rename to apps/angular/node_modules/@angular/common/locales/global/az-Latn.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/az.js b/apps/angular/node_modules/@angular/common/locales/global/az.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/az.js rename to apps/angular/node_modules/@angular/common/locales/global/az.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ba.js b/apps/angular/node_modules/@angular/common/locales/global/ba.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ba.js rename to apps/angular/node_modules/@angular/common/locales/global/ba.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/bal-Arab.js b/apps/angular/node_modules/@angular/common/locales/global/bal-Arab.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/bal-Arab.js rename to apps/angular/node_modules/@angular/common/locales/global/bal-Arab.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/bal-Latn.js b/apps/angular/node_modules/@angular/common/locales/global/bal-Latn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/bal-Latn.js rename to apps/angular/node_modules/@angular/common/locales/global/bal-Latn.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/bal.js b/apps/angular/node_modules/@angular/common/locales/global/bal.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/bal.js rename to apps/angular/node_modules/@angular/common/locales/global/bal.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/bas.js b/apps/angular/node_modules/@angular/common/locales/global/bas.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/bas.js rename to apps/angular/node_modules/@angular/common/locales/global/bas.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/be-tarask.js b/apps/angular/node_modules/@angular/common/locales/global/be-tarask.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/be-tarask.js rename to apps/angular/node_modules/@angular/common/locales/global/be-tarask.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/be.js b/apps/angular/node_modules/@angular/common/locales/global/be.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/be.js rename to apps/angular/node_modules/@angular/common/locales/global/be.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/bem.js b/apps/angular/node_modules/@angular/common/locales/global/bem.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/bem.js rename to apps/angular/node_modules/@angular/common/locales/global/bem.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/bew.js b/apps/angular/node_modules/@angular/common/locales/global/bew.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/bew.js rename to apps/angular/node_modules/@angular/common/locales/global/bew.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/bez.js b/apps/angular/node_modules/@angular/common/locales/global/bez.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/bez.js rename to apps/angular/node_modules/@angular/common/locales/global/bez.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/bg.js b/apps/angular/node_modules/@angular/common/locales/global/bg.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/bg.js rename to apps/angular/node_modules/@angular/common/locales/global/bg.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/bgc.js b/apps/angular/node_modules/@angular/common/locales/global/bgc.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/bgc.js rename to apps/angular/node_modules/@angular/common/locales/global/bgc.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/bgn-AE.js b/apps/angular/node_modules/@angular/common/locales/global/bgn-AE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/bgn-AE.js rename to apps/angular/node_modules/@angular/common/locales/global/bgn-AE.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/bgn-AF.js b/apps/angular/node_modules/@angular/common/locales/global/bgn-AF.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/bgn-AF.js rename to apps/angular/node_modules/@angular/common/locales/global/bgn-AF.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/bgn-IR.js b/apps/angular/node_modules/@angular/common/locales/global/bgn-IR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/bgn-IR.js rename to apps/angular/node_modules/@angular/common/locales/global/bgn-IR.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/bgn-OM.js b/apps/angular/node_modules/@angular/common/locales/global/bgn-OM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/bgn-OM.js rename to apps/angular/node_modules/@angular/common/locales/global/bgn-OM.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/bgn.js b/apps/angular/node_modules/@angular/common/locales/global/bgn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/bgn.js rename to apps/angular/node_modules/@angular/common/locales/global/bgn.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/bho.js b/apps/angular/node_modules/@angular/common/locales/global/bho.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/bho.js rename to apps/angular/node_modules/@angular/common/locales/global/bho.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/blo.js b/apps/angular/node_modules/@angular/common/locales/global/blo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/blo.js rename to apps/angular/node_modules/@angular/common/locales/global/blo.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/blt.js b/apps/angular/node_modules/@angular/common/locales/global/blt.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/blt.js rename to apps/angular/node_modules/@angular/common/locales/global/blt.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/bm-Nkoo.js b/apps/angular/node_modules/@angular/common/locales/global/bm-Nkoo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/bm-Nkoo.js rename to apps/angular/node_modules/@angular/common/locales/global/bm-Nkoo.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/bm.js b/apps/angular/node_modules/@angular/common/locales/global/bm.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/bm.js rename to apps/angular/node_modules/@angular/common/locales/global/bm.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/bn-IN.js b/apps/angular/node_modules/@angular/common/locales/global/bn-IN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/bn-IN.js rename to apps/angular/node_modules/@angular/common/locales/global/bn-IN.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/bn.js b/apps/angular/node_modules/@angular/common/locales/global/bn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/bn.js rename to apps/angular/node_modules/@angular/common/locales/global/bn.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/bo-IN.js b/apps/angular/node_modules/@angular/common/locales/global/bo-IN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/bo-IN.js rename to apps/angular/node_modules/@angular/common/locales/global/bo-IN.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/bo.js b/apps/angular/node_modules/@angular/common/locales/global/bo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/bo.js rename to apps/angular/node_modules/@angular/common/locales/global/bo.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/br.js b/apps/angular/node_modules/@angular/common/locales/global/br.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/br.js rename to apps/angular/node_modules/@angular/common/locales/global/br.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/brx.js b/apps/angular/node_modules/@angular/common/locales/global/brx.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/brx.js rename to apps/angular/node_modules/@angular/common/locales/global/brx.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/bs-Cyrl.js b/apps/angular/node_modules/@angular/common/locales/global/bs-Cyrl.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/bs-Cyrl.js rename to apps/angular/node_modules/@angular/common/locales/global/bs-Cyrl.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/bs-Latn.js b/apps/angular/node_modules/@angular/common/locales/global/bs-Latn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/bs-Latn.js rename to apps/angular/node_modules/@angular/common/locales/global/bs-Latn.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/bs.js b/apps/angular/node_modules/@angular/common/locales/global/bs.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/bs.js rename to apps/angular/node_modules/@angular/common/locales/global/bs.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/bss.js b/apps/angular/node_modules/@angular/common/locales/global/bss.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/bss.js rename to apps/angular/node_modules/@angular/common/locales/global/bss.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/byn.js b/apps/angular/node_modules/@angular/common/locales/global/byn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/byn.js rename to apps/angular/node_modules/@angular/common/locales/global/byn.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ca-AD.js b/apps/angular/node_modules/@angular/common/locales/global/ca-AD.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ca-AD.js rename to apps/angular/node_modules/@angular/common/locales/global/ca-AD.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ca-ES-valencia.js b/apps/angular/node_modules/@angular/common/locales/global/ca-ES-valencia.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ca-ES-valencia.js rename to apps/angular/node_modules/@angular/common/locales/global/ca-ES-valencia.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ca-FR.js b/apps/angular/node_modules/@angular/common/locales/global/ca-FR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ca-FR.js rename to apps/angular/node_modules/@angular/common/locales/global/ca-FR.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ca-IT.js b/apps/angular/node_modules/@angular/common/locales/global/ca-IT.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ca-IT.js rename to apps/angular/node_modules/@angular/common/locales/global/ca-IT.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ca.js b/apps/angular/node_modules/@angular/common/locales/global/ca.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ca.js rename to apps/angular/node_modules/@angular/common/locales/global/ca.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/cad.js b/apps/angular/node_modules/@angular/common/locales/global/cad.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/cad.js rename to apps/angular/node_modules/@angular/common/locales/global/cad.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/cch.js b/apps/angular/node_modules/@angular/common/locales/global/cch.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/cch.js rename to apps/angular/node_modules/@angular/common/locales/global/cch.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ccp-IN.js b/apps/angular/node_modules/@angular/common/locales/global/ccp-IN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ccp-IN.js rename to apps/angular/node_modules/@angular/common/locales/global/ccp-IN.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ccp.js b/apps/angular/node_modules/@angular/common/locales/global/ccp.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ccp.js rename to apps/angular/node_modules/@angular/common/locales/global/ccp.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ce.js b/apps/angular/node_modules/@angular/common/locales/global/ce.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ce.js rename to apps/angular/node_modules/@angular/common/locales/global/ce.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ceb.js b/apps/angular/node_modules/@angular/common/locales/global/ceb.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ceb.js rename to apps/angular/node_modules/@angular/common/locales/global/ceb.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/cgg.js b/apps/angular/node_modules/@angular/common/locales/global/cgg.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/cgg.js rename to apps/angular/node_modules/@angular/common/locales/global/cgg.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/cho.js b/apps/angular/node_modules/@angular/common/locales/global/cho.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/cho.js rename to apps/angular/node_modules/@angular/common/locales/global/cho.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/chr.js b/apps/angular/node_modules/@angular/common/locales/global/chr.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/chr.js rename to apps/angular/node_modules/@angular/common/locales/global/chr.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/cic.js b/apps/angular/node_modules/@angular/common/locales/global/cic.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/cic.js rename to apps/angular/node_modules/@angular/common/locales/global/cic.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ckb-IR.js b/apps/angular/node_modules/@angular/common/locales/global/ckb-IR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ckb-IR.js rename to apps/angular/node_modules/@angular/common/locales/global/ckb-IR.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ckb.js b/apps/angular/node_modules/@angular/common/locales/global/ckb.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ckb.js rename to apps/angular/node_modules/@angular/common/locales/global/ckb.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/co.js b/apps/angular/node_modules/@angular/common/locales/global/co.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/co.js rename to apps/angular/node_modules/@angular/common/locales/global/co.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/cop.js b/apps/angular/node_modules/@angular/common/locales/global/cop.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/cop.js rename to apps/angular/node_modules/@angular/common/locales/global/cop.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/cs.js b/apps/angular/node_modules/@angular/common/locales/global/cs.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/cs.js rename to apps/angular/node_modules/@angular/common/locales/global/cs.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/csw.js b/apps/angular/node_modules/@angular/common/locales/global/csw.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/csw.js rename to apps/angular/node_modules/@angular/common/locales/global/csw.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/cu.js b/apps/angular/node_modules/@angular/common/locales/global/cu.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/cu.js rename to apps/angular/node_modules/@angular/common/locales/global/cu.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/cv.js b/apps/angular/node_modules/@angular/common/locales/global/cv.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/cv.js rename to apps/angular/node_modules/@angular/common/locales/global/cv.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/cy.js b/apps/angular/node_modules/@angular/common/locales/global/cy.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/cy.js rename to apps/angular/node_modules/@angular/common/locales/global/cy.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/da-GL.js b/apps/angular/node_modules/@angular/common/locales/global/da-GL.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/da-GL.js rename to apps/angular/node_modules/@angular/common/locales/global/da-GL.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/da.js b/apps/angular/node_modules/@angular/common/locales/global/da.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/da.js rename to apps/angular/node_modules/@angular/common/locales/global/da.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/dav.js b/apps/angular/node_modules/@angular/common/locales/global/dav.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/dav.js rename to apps/angular/node_modules/@angular/common/locales/global/dav.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/de-AT.js b/apps/angular/node_modules/@angular/common/locales/global/de-AT.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/de-AT.js rename to apps/angular/node_modules/@angular/common/locales/global/de-AT.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/de-BE.js b/apps/angular/node_modules/@angular/common/locales/global/de-BE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/de-BE.js rename to apps/angular/node_modules/@angular/common/locales/global/de-BE.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/de-CH.js b/apps/angular/node_modules/@angular/common/locales/global/de-CH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/de-CH.js rename to apps/angular/node_modules/@angular/common/locales/global/de-CH.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/de-IT.js b/apps/angular/node_modules/@angular/common/locales/global/de-IT.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/de-IT.js rename to apps/angular/node_modules/@angular/common/locales/global/de-IT.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/de-LI.js b/apps/angular/node_modules/@angular/common/locales/global/de-LI.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/de-LI.js rename to apps/angular/node_modules/@angular/common/locales/global/de-LI.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/de-LU.js b/apps/angular/node_modules/@angular/common/locales/global/de-LU.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/de-LU.js rename to apps/angular/node_modules/@angular/common/locales/global/de-LU.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/de.js b/apps/angular/node_modules/@angular/common/locales/global/de.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/de.js rename to apps/angular/node_modules/@angular/common/locales/global/de.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/dje.js b/apps/angular/node_modules/@angular/common/locales/global/dje.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/dje.js rename to apps/angular/node_modules/@angular/common/locales/global/dje.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/doi.js b/apps/angular/node_modules/@angular/common/locales/global/doi.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/doi.js rename to apps/angular/node_modules/@angular/common/locales/global/doi.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/dsb.js b/apps/angular/node_modules/@angular/common/locales/global/dsb.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/dsb.js rename to apps/angular/node_modules/@angular/common/locales/global/dsb.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/dua.js b/apps/angular/node_modules/@angular/common/locales/global/dua.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/dua.js rename to apps/angular/node_modules/@angular/common/locales/global/dua.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/dv.js b/apps/angular/node_modules/@angular/common/locales/global/dv.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/dv.js rename to apps/angular/node_modules/@angular/common/locales/global/dv.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/dyo.js b/apps/angular/node_modules/@angular/common/locales/global/dyo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/dyo.js rename to apps/angular/node_modules/@angular/common/locales/global/dyo.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/dz.js b/apps/angular/node_modules/@angular/common/locales/global/dz.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/dz.js rename to apps/angular/node_modules/@angular/common/locales/global/dz.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ebu.js b/apps/angular/node_modules/@angular/common/locales/global/ebu.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ebu.js rename to apps/angular/node_modules/@angular/common/locales/global/ebu.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ee-TG.js b/apps/angular/node_modules/@angular/common/locales/global/ee-TG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ee-TG.js rename to apps/angular/node_modules/@angular/common/locales/global/ee-TG.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ee.js b/apps/angular/node_modules/@angular/common/locales/global/ee.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ee.js rename to apps/angular/node_modules/@angular/common/locales/global/ee.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/el-CY.js b/apps/angular/node_modules/@angular/common/locales/global/el-CY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/el-CY.js rename to apps/angular/node_modules/@angular/common/locales/global/el-CY.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/el-polyton.js b/apps/angular/node_modules/@angular/common/locales/global/el-polyton.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/el-polyton.js rename to apps/angular/node_modules/@angular/common/locales/global/el-polyton.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/el.js b/apps/angular/node_modules/@angular/common/locales/global/el.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/el.js rename to apps/angular/node_modules/@angular/common/locales/global/el.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-001.js b/apps/angular/node_modules/@angular/common/locales/global/en-001.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-001.js rename to apps/angular/node_modules/@angular/common/locales/global/en-001.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-150.js b/apps/angular/node_modules/@angular/common/locales/global/en-150.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-150.js rename to apps/angular/node_modules/@angular/common/locales/global/en-150.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-AE.js b/apps/angular/node_modules/@angular/common/locales/global/en-AE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-AE.js rename to apps/angular/node_modules/@angular/common/locales/global/en-AE.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-AG.js b/apps/angular/node_modules/@angular/common/locales/global/en-AG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-AG.js rename to apps/angular/node_modules/@angular/common/locales/global/en-AG.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-AI.js b/apps/angular/node_modules/@angular/common/locales/global/en-AI.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-AI.js rename to apps/angular/node_modules/@angular/common/locales/global/en-AI.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-AS.js b/apps/angular/node_modules/@angular/common/locales/global/en-AS.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-AS.js rename to apps/angular/node_modules/@angular/common/locales/global/en-AS.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-AT.js b/apps/angular/node_modules/@angular/common/locales/global/en-AT.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-AT.js rename to apps/angular/node_modules/@angular/common/locales/global/en-AT.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-AU.js b/apps/angular/node_modules/@angular/common/locales/global/en-AU.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-AU.js rename to apps/angular/node_modules/@angular/common/locales/global/en-AU.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-BB.js b/apps/angular/node_modules/@angular/common/locales/global/en-BB.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-BB.js rename to apps/angular/node_modules/@angular/common/locales/global/en-BB.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-BE.js b/apps/angular/node_modules/@angular/common/locales/global/en-BE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-BE.js rename to apps/angular/node_modules/@angular/common/locales/global/en-BE.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-BI.js b/apps/angular/node_modules/@angular/common/locales/global/en-BI.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-BI.js rename to apps/angular/node_modules/@angular/common/locales/global/en-BI.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-BM.js b/apps/angular/node_modules/@angular/common/locales/global/en-BM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-BM.js rename to apps/angular/node_modules/@angular/common/locales/global/en-BM.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-BS.js b/apps/angular/node_modules/@angular/common/locales/global/en-BS.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-BS.js rename to apps/angular/node_modules/@angular/common/locales/global/en-BS.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-BW.js b/apps/angular/node_modules/@angular/common/locales/global/en-BW.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-BW.js rename to apps/angular/node_modules/@angular/common/locales/global/en-BW.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-BZ.js b/apps/angular/node_modules/@angular/common/locales/global/en-BZ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-BZ.js rename to apps/angular/node_modules/@angular/common/locales/global/en-BZ.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-CA.js b/apps/angular/node_modules/@angular/common/locales/global/en-CA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-CA.js rename to apps/angular/node_modules/@angular/common/locales/global/en-CA.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-CC.js b/apps/angular/node_modules/@angular/common/locales/global/en-CC.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-CC.js rename to apps/angular/node_modules/@angular/common/locales/global/en-CC.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-CH.js b/apps/angular/node_modules/@angular/common/locales/global/en-CH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-CH.js rename to apps/angular/node_modules/@angular/common/locales/global/en-CH.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-CK.js b/apps/angular/node_modules/@angular/common/locales/global/en-CK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-CK.js rename to apps/angular/node_modules/@angular/common/locales/global/en-CK.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-CM.js b/apps/angular/node_modules/@angular/common/locales/global/en-CM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-CM.js rename to apps/angular/node_modules/@angular/common/locales/global/en-CM.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-CX.js b/apps/angular/node_modules/@angular/common/locales/global/en-CX.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-CX.js rename to apps/angular/node_modules/@angular/common/locales/global/en-CX.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-CY.js b/apps/angular/node_modules/@angular/common/locales/global/en-CY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-CY.js rename to apps/angular/node_modules/@angular/common/locales/global/en-CY.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-CZ.js b/apps/angular/node_modules/@angular/common/locales/global/en-CZ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-CZ.js rename to apps/angular/node_modules/@angular/common/locales/global/en-CZ.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-DE.js b/apps/angular/node_modules/@angular/common/locales/global/en-DE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-DE.js rename to apps/angular/node_modules/@angular/common/locales/global/en-DE.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-DG.js b/apps/angular/node_modules/@angular/common/locales/global/en-DG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-DG.js rename to apps/angular/node_modules/@angular/common/locales/global/en-DG.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-DK.js b/apps/angular/node_modules/@angular/common/locales/global/en-DK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-DK.js rename to apps/angular/node_modules/@angular/common/locales/global/en-DK.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-DM.js b/apps/angular/node_modules/@angular/common/locales/global/en-DM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-DM.js rename to apps/angular/node_modules/@angular/common/locales/global/en-DM.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-Dsrt.js b/apps/angular/node_modules/@angular/common/locales/global/en-Dsrt.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-Dsrt.js rename to apps/angular/node_modules/@angular/common/locales/global/en-Dsrt.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-ER.js b/apps/angular/node_modules/@angular/common/locales/global/en-ER.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-ER.js rename to apps/angular/node_modules/@angular/common/locales/global/en-ER.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-ES.js b/apps/angular/node_modules/@angular/common/locales/global/en-ES.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-ES.js rename to apps/angular/node_modules/@angular/common/locales/global/en-ES.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-FI.js b/apps/angular/node_modules/@angular/common/locales/global/en-FI.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-FI.js rename to apps/angular/node_modules/@angular/common/locales/global/en-FI.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-FJ.js b/apps/angular/node_modules/@angular/common/locales/global/en-FJ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-FJ.js rename to apps/angular/node_modules/@angular/common/locales/global/en-FJ.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-FK.js b/apps/angular/node_modules/@angular/common/locales/global/en-FK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-FK.js rename to apps/angular/node_modules/@angular/common/locales/global/en-FK.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-FM.js b/apps/angular/node_modules/@angular/common/locales/global/en-FM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-FM.js rename to apps/angular/node_modules/@angular/common/locales/global/en-FM.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-FR.js b/apps/angular/node_modules/@angular/common/locales/global/en-FR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-FR.js rename to apps/angular/node_modules/@angular/common/locales/global/en-FR.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-GB.js b/apps/angular/node_modules/@angular/common/locales/global/en-GB.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-GB.js rename to apps/angular/node_modules/@angular/common/locales/global/en-GB.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-GD.js b/apps/angular/node_modules/@angular/common/locales/global/en-GD.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-GD.js rename to apps/angular/node_modules/@angular/common/locales/global/en-GD.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-GG.js b/apps/angular/node_modules/@angular/common/locales/global/en-GG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-GG.js rename to apps/angular/node_modules/@angular/common/locales/global/en-GG.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-GH.js b/apps/angular/node_modules/@angular/common/locales/global/en-GH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-GH.js rename to apps/angular/node_modules/@angular/common/locales/global/en-GH.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-GI.js b/apps/angular/node_modules/@angular/common/locales/global/en-GI.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-GI.js rename to apps/angular/node_modules/@angular/common/locales/global/en-GI.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-GM.js b/apps/angular/node_modules/@angular/common/locales/global/en-GM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-GM.js rename to apps/angular/node_modules/@angular/common/locales/global/en-GM.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-GS.js b/apps/angular/node_modules/@angular/common/locales/global/en-GS.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-GS.js rename to apps/angular/node_modules/@angular/common/locales/global/en-GS.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-GU.js b/apps/angular/node_modules/@angular/common/locales/global/en-GU.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-GU.js rename to apps/angular/node_modules/@angular/common/locales/global/en-GU.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-GY.js b/apps/angular/node_modules/@angular/common/locales/global/en-GY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-GY.js rename to apps/angular/node_modules/@angular/common/locales/global/en-GY.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-HK.js b/apps/angular/node_modules/@angular/common/locales/global/en-HK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-HK.js rename to apps/angular/node_modules/@angular/common/locales/global/en-HK.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-HU.js b/apps/angular/node_modules/@angular/common/locales/global/en-HU.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-HU.js rename to apps/angular/node_modules/@angular/common/locales/global/en-HU.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-ID.js b/apps/angular/node_modules/@angular/common/locales/global/en-ID.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-ID.js rename to apps/angular/node_modules/@angular/common/locales/global/en-ID.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-IE.js b/apps/angular/node_modules/@angular/common/locales/global/en-IE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-IE.js rename to apps/angular/node_modules/@angular/common/locales/global/en-IE.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-IL.js b/apps/angular/node_modules/@angular/common/locales/global/en-IL.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-IL.js rename to apps/angular/node_modules/@angular/common/locales/global/en-IL.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-IM.js b/apps/angular/node_modules/@angular/common/locales/global/en-IM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-IM.js rename to apps/angular/node_modules/@angular/common/locales/global/en-IM.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-IN.js b/apps/angular/node_modules/@angular/common/locales/global/en-IN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-IN.js rename to apps/angular/node_modules/@angular/common/locales/global/en-IN.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-IO.js b/apps/angular/node_modules/@angular/common/locales/global/en-IO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-IO.js rename to apps/angular/node_modules/@angular/common/locales/global/en-IO.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-IT.js b/apps/angular/node_modules/@angular/common/locales/global/en-IT.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-IT.js rename to apps/angular/node_modules/@angular/common/locales/global/en-IT.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-JE.js b/apps/angular/node_modules/@angular/common/locales/global/en-JE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-JE.js rename to apps/angular/node_modules/@angular/common/locales/global/en-JE.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-JM.js b/apps/angular/node_modules/@angular/common/locales/global/en-JM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-JM.js rename to apps/angular/node_modules/@angular/common/locales/global/en-JM.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-KE.js b/apps/angular/node_modules/@angular/common/locales/global/en-KE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-KE.js rename to apps/angular/node_modules/@angular/common/locales/global/en-KE.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-KI.js b/apps/angular/node_modules/@angular/common/locales/global/en-KI.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-KI.js rename to apps/angular/node_modules/@angular/common/locales/global/en-KI.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-KN.js b/apps/angular/node_modules/@angular/common/locales/global/en-KN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-KN.js rename to apps/angular/node_modules/@angular/common/locales/global/en-KN.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-KY.js b/apps/angular/node_modules/@angular/common/locales/global/en-KY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-KY.js rename to apps/angular/node_modules/@angular/common/locales/global/en-KY.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-LC.js b/apps/angular/node_modules/@angular/common/locales/global/en-LC.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-LC.js rename to apps/angular/node_modules/@angular/common/locales/global/en-LC.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-LR.js b/apps/angular/node_modules/@angular/common/locales/global/en-LR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-LR.js rename to apps/angular/node_modules/@angular/common/locales/global/en-LR.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-LS.js b/apps/angular/node_modules/@angular/common/locales/global/en-LS.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-LS.js rename to apps/angular/node_modules/@angular/common/locales/global/en-LS.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-MG.js b/apps/angular/node_modules/@angular/common/locales/global/en-MG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-MG.js rename to apps/angular/node_modules/@angular/common/locales/global/en-MG.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-MH.js b/apps/angular/node_modules/@angular/common/locales/global/en-MH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-MH.js rename to apps/angular/node_modules/@angular/common/locales/global/en-MH.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-MO.js b/apps/angular/node_modules/@angular/common/locales/global/en-MO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-MO.js rename to apps/angular/node_modules/@angular/common/locales/global/en-MO.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-MP.js b/apps/angular/node_modules/@angular/common/locales/global/en-MP.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-MP.js rename to apps/angular/node_modules/@angular/common/locales/global/en-MP.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-MS.js b/apps/angular/node_modules/@angular/common/locales/global/en-MS.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-MS.js rename to apps/angular/node_modules/@angular/common/locales/global/en-MS.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-MT.js b/apps/angular/node_modules/@angular/common/locales/global/en-MT.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-MT.js rename to apps/angular/node_modules/@angular/common/locales/global/en-MT.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-MU.js b/apps/angular/node_modules/@angular/common/locales/global/en-MU.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-MU.js rename to apps/angular/node_modules/@angular/common/locales/global/en-MU.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-MV.js b/apps/angular/node_modules/@angular/common/locales/global/en-MV.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-MV.js rename to apps/angular/node_modules/@angular/common/locales/global/en-MV.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-MW.js b/apps/angular/node_modules/@angular/common/locales/global/en-MW.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-MW.js rename to apps/angular/node_modules/@angular/common/locales/global/en-MW.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-MY.js b/apps/angular/node_modules/@angular/common/locales/global/en-MY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-MY.js rename to apps/angular/node_modules/@angular/common/locales/global/en-MY.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-NA.js b/apps/angular/node_modules/@angular/common/locales/global/en-NA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-NA.js rename to apps/angular/node_modules/@angular/common/locales/global/en-NA.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-NF.js b/apps/angular/node_modules/@angular/common/locales/global/en-NF.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-NF.js rename to apps/angular/node_modules/@angular/common/locales/global/en-NF.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-NG.js b/apps/angular/node_modules/@angular/common/locales/global/en-NG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-NG.js rename to apps/angular/node_modules/@angular/common/locales/global/en-NG.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-NL.js b/apps/angular/node_modules/@angular/common/locales/global/en-NL.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-NL.js rename to apps/angular/node_modules/@angular/common/locales/global/en-NL.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-NO.js b/apps/angular/node_modules/@angular/common/locales/global/en-NO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-NO.js rename to apps/angular/node_modules/@angular/common/locales/global/en-NO.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-NR.js b/apps/angular/node_modules/@angular/common/locales/global/en-NR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-NR.js rename to apps/angular/node_modules/@angular/common/locales/global/en-NR.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-NU.js b/apps/angular/node_modules/@angular/common/locales/global/en-NU.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-NU.js rename to apps/angular/node_modules/@angular/common/locales/global/en-NU.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-NZ.js b/apps/angular/node_modules/@angular/common/locales/global/en-NZ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-NZ.js rename to apps/angular/node_modules/@angular/common/locales/global/en-NZ.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-PG.js b/apps/angular/node_modules/@angular/common/locales/global/en-PG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-PG.js rename to apps/angular/node_modules/@angular/common/locales/global/en-PG.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-PH.js b/apps/angular/node_modules/@angular/common/locales/global/en-PH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-PH.js rename to apps/angular/node_modules/@angular/common/locales/global/en-PH.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-PK.js b/apps/angular/node_modules/@angular/common/locales/global/en-PK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-PK.js rename to apps/angular/node_modules/@angular/common/locales/global/en-PK.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-PL.js b/apps/angular/node_modules/@angular/common/locales/global/en-PL.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-PL.js rename to apps/angular/node_modules/@angular/common/locales/global/en-PL.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-PN.js b/apps/angular/node_modules/@angular/common/locales/global/en-PN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-PN.js rename to apps/angular/node_modules/@angular/common/locales/global/en-PN.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-PR.js b/apps/angular/node_modules/@angular/common/locales/global/en-PR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-PR.js rename to apps/angular/node_modules/@angular/common/locales/global/en-PR.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-PT.js b/apps/angular/node_modules/@angular/common/locales/global/en-PT.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-PT.js rename to apps/angular/node_modules/@angular/common/locales/global/en-PT.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-PW.js b/apps/angular/node_modules/@angular/common/locales/global/en-PW.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-PW.js rename to apps/angular/node_modules/@angular/common/locales/global/en-PW.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-RO.js b/apps/angular/node_modules/@angular/common/locales/global/en-RO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-RO.js rename to apps/angular/node_modules/@angular/common/locales/global/en-RO.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-RW.js b/apps/angular/node_modules/@angular/common/locales/global/en-RW.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-RW.js rename to apps/angular/node_modules/@angular/common/locales/global/en-RW.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-SB.js b/apps/angular/node_modules/@angular/common/locales/global/en-SB.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-SB.js rename to apps/angular/node_modules/@angular/common/locales/global/en-SB.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-SC.js b/apps/angular/node_modules/@angular/common/locales/global/en-SC.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-SC.js rename to apps/angular/node_modules/@angular/common/locales/global/en-SC.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-SD.js b/apps/angular/node_modules/@angular/common/locales/global/en-SD.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-SD.js rename to apps/angular/node_modules/@angular/common/locales/global/en-SD.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-SE.js b/apps/angular/node_modules/@angular/common/locales/global/en-SE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-SE.js rename to apps/angular/node_modules/@angular/common/locales/global/en-SE.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-SG.js b/apps/angular/node_modules/@angular/common/locales/global/en-SG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-SG.js rename to apps/angular/node_modules/@angular/common/locales/global/en-SG.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-SH.js b/apps/angular/node_modules/@angular/common/locales/global/en-SH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-SH.js rename to apps/angular/node_modules/@angular/common/locales/global/en-SH.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-SI.js b/apps/angular/node_modules/@angular/common/locales/global/en-SI.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-SI.js rename to apps/angular/node_modules/@angular/common/locales/global/en-SI.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-SK.js b/apps/angular/node_modules/@angular/common/locales/global/en-SK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-SK.js rename to apps/angular/node_modules/@angular/common/locales/global/en-SK.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-SL.js b/apps/angular/node_modules/@angular/common/locales/global/en-SL.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-SL.js rename to apps/angular/node_modules/@angular/common/locales/global/en-SL.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-SS.js b/apps/angular/node_modules/@angular/common/locales/global/en-SS.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-SS.js rename to apps/angular/node_modules/@angular/common/locales/global/en-SS.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-SX.js b/apps/angular/node_modules/@angular/common/locales/global/en-SX.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-SX.js rename to apps/angular/node_modules/@angular/common/locales/global/en-SX.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-SZ.js b/apps/angular/node_modules/@angular/common/locales/global/en-SZ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-SZ.js rename to apps/angular/node_modules/@angular/common/locales/global/en-SZ.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-Shaw.js b/apps/angular/node_modules/@angular/common/locales/global/en-Shaw.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-Shaw.js rename to apps/angular/node_modules/@angular/common/locales/global/en-Shaw.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-TC.js b/apps/angular/node_modules/@angular/common/locales/global/en-TC.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-TC.js rename to apps/angular/node_modules/@angular/common/locales/global/en-TC.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-TK.js b/apps/angular/node_modules/@angular/common/locales/global/en-TK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-TK.js rename to apps/angular/node_modules/@angular/common/locales/global/en-TK.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-TO.js b/apps/angular/node_modules/@angular/common/locales/global/en-TO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-TO.js rename to apps/angular/node_modules/@angular/common/locales/global/en-TO.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-TT.js b/apps/angular/node_modules/@angular/common/locales/global/en-TT.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-TT.js rename to apps/angular/node_modules/@angular/common/locales/global/en-TT.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-TV.js b/apps/angular/node_modules/@angular/common/locales/global/en-TV.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-TV.js rename to apps/angular/node_modules/@angular/common/locales/global/en-TV.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-TZ.js b/apps/angular/node_modules/@angular/common/locales/global/en-TZ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-TZ.js rename to apps/angular/node_modules/@angular/common/locales/global/en-TZ.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-UG.js b/apps/angular/node_modules/@angular/common/locales/global/en-UG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-UG.js rename to apps/angular/node_modules/@angular/common/locales/global/en-UG.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-UM.js b/apps/angular/node_modules/@angular/common/locales/global/en-UM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-UM.js rename to apps/angular/node_modules/@angular/common/locales/global/en-UM.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-VC.js b/apps/angular/node_modules/@angular/common/locales/global/en-VC.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-VC.js rename to apps/angular/node_modules/@angular/common/locales/global/en-VC.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-VG.js b/apps/angular/node_modules/@angular/common/locales/global/en-VG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-VG.js rename to apps/angular/node_modules/@angular/common/locales/global/en-VG.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-VI.js b/apps/angular/node_modules/@angular/common/locales/global/en-VI.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-VI.js rename to apps/angular/node_modules/@angular/common/locales/global/en-VI.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-VU.js b/apps/angular/node_modules/@angular/common/locales/global/en-VU.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-VU.js rename to apps/angular/node_modules/@angular/common/locales/global/en-VU.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-WS.js b/apps/angular/node_modules/@angular/common/locales/global/en-WS.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-WS.js rename to apps/angular/node_modules/@angular/common/locales/global/en-WS.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-ZA.js b/apps/angular/node_modules/@angular/common/locales/global/en-ZA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-ZA.js rename to apps/angular/node_modules/@angular/common/locales/global/en-ZA.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-ZM.js b/apps/angular/node_modules/@angular/common/locales/global/en-ZM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-ZM.js rename to apps/angular/node_modules/@angular/common/locales/global/en-ZM.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en-ZW.js b/apps/angular/node_modules/@angular/common/locales/global/en-ZW.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en-ZW.js rename to apps/angular/node_modules/@angular/common/locales/global/en-ZW.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/en.js b/apps/angular/node_modules/@angular/common/locales/global/en.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/en.js rename to apps/angular/node_modules/@angular/common/locales/global/en.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/eo.js b/apps/angular/node_modules/@angular/common/locales/global/eo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/eo.js rename to apps/angular/node_modules/@angular/common/locales/global/eo.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/es-419.js b/apps/angular/node_modules/@angular/common/locales/global/es-419.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/es-419.js rename to apps/angular/node_modules/@angular/common/locales/global/es-419.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/es-AR.js b/apps/angular/node_modules/@angular/common/locales/global/es-AR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/es-AR.js rename to apps/angular/node_modules/@angular/common/locales/global/es-AR.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/es-BO.js b/apps/angular/node_modules/@angular/common/locales/global/es-BO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/es-BO.js rename to apps/angular/node_modules/@angular/common/locales/global/es-BO.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/es-BR.js b/apps/angular/node_modules/@angular/common/locales/global/es-BR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/es-BR.js rename to apps/angular/node_modules/@angular/common/locales/global/es-BR.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/es-BZ.js b/apps/angular/node_modules/@angular/common/locales/global/es-BZ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/es-BZ.js rename to apps/angular/node_modules/@angular/common/locales/global/es-BZ.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/es-CL.js b/apps/angular/node_modules/@angular/common/locales/global/es-CL.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/es-CL.js rename to apps/angular/node_modules/@angular/common/locales/global/es-CL.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/es-CO.js b/apps/angular/node_modules/@angular/common/locales/global/es-CO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/es-CO.js rename to apps/angular/node_modules/@angular/common/locales/global/es-CO.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/es-CR.js b/apps/angular/node_modules/@angular/common/locales/global/es-CR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/es-CR.js rename to apps/angular/node_modules/@angular/common/locales/global/es-CR.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/es-CU.js b/apps/angular/node_modules/@angular/common/locales/global/es-CU.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/es-CU.js rename to apps/angular/node_modules/@angular/common/locales/global/es-CU.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/es-DO.js b/apps/angular/node_modules/@angular/common/locales/global/es-DO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/es-DO.js rename to apps/angular/node_modules/@angular/common/locales/global/es-DO.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/es-EA.js b/apps/angular/node_modules/@angular/common/locales/global/es-EA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/es-EA.js rename to apps/angular/node_modules/@angular/common/locales/global/es-EA.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/es-EC.js b/apps/angular/node_modules/@angular/common/locales/global/es-EC.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/es-EC.js rename to apps/angular/node_modules/@angular/common/locales/global/es-EC.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/es-GQ.js b/apps/angular/node_modules/@angular/common/locales/global/es-GQ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/es-GQ.js rename to apps/angular/node_modules/@angular/common/locales/global/es-GQ.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/es-GT.js b/apps/angular/node_modules/@angular/common/locales/global/es-GT.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/es-GT.js rename to apps/angular/node_modules/@angular/common/locales/global/es-GT.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/es-HN.js b/apps/angular/node_modules/@angular/common/locales/global/es-HN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/es-HN.js rename to apps/angular/node_modules/@angular/common/locales/global/es-HN.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/es-IC.js b/apps/angular/node_modules/@angular/common/locales/global/es-IC.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/es-IC.js rename to apps/angular/node_modules/@angular/common/locales/global/es-IC.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/es-MX.js b/apps/angular/node_modules/@angular/common/locales/global/es-MX.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/es-MX.js rename to apps/angular/node_modules/@angular/common/locales/global/es-MX.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/es-NI.js b/apps/angular/node_modules/@angular/common/locales/global/es-NI.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/es-NI.js rename to apps/angular/node_modules/@angular/common/locales/global/es-NI.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/es-PA.js b/apps/angular/node_modules/@angular/common/locales/global/es-PA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/es-PA.js rename to apps/angular/node_modules/@angular/common/locales/global/es-PA.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/es-PE.js b/apps/angular/node_modules/@angular/common/locales/global/es-PE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/es-PE.js rename to apps/angular/node_modules/@angular/common/locales/global/es-PE.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/es-PH.js b/apps/angular/node_modules/@angular/common/locales/global/es-PH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/es-PH.js rename to apps/angular/node_modules/@angular/common/locales/global/es-PH.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/es-PR.js b/apps/angular/node_modules/@angular/common/locales/global/es-PR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/es-PR.js rename to apps/angular/node_modules/@angular/common/locales/global/es-PR.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/es-PY.js b/apps/angular/node_modules/@angular/common/locales/global/es-PY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/es-PY.js rename to apps/angular/node_modules/@angular/common/locales/global/es-PY.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/es-SV.js b/apps/angular/node_modules/@angular/common/locales/global/es-SV.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/es-SV.js rename to apps/angular/node_modules/@angular/common/locales/global/es-SV.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/es-US.js b/apps/angular/node_modules/@angular/common/locales/global/es-US.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/es-US.js rename to apps/angular/node_modules/@angular/common/locales/global/es-US.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/es-UY.js b/apps/angular/node_modules/@angular/common/locales/global/es-UY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/es-UY.js rename to apps/angular/node_modules/@angular/common/locales/global/es-UY.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/es-VE.js b/apps/angular/node_modules/@angular/common/locales/global/es-VE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/es-VE.js rename to apps/angular/node_modules/@angular/common/locales/global/es-VE.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/es.js b/apps/angular/node_modules/@angular/common/locales/global/es.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/es.js rename to apps/angular/node_modules/@angular/common/locales/global/es.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/et.js b/apps/angular/node_modules/@angular/common/locales/global/et.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/et.js rename to apps/angular/node_modules/@angular/common/locales/global/et.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/eu.js b/apps/angular/node_modules/@angular/common/locales/global/eu.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/eu.js rename to apps/angular/node_modules/@angular/common/locales/global/eu.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ewo.js b/apps/angular/node_modules/@angular/common/locales/global/ewo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ewo.js rename to apps/angular/node_modules/@angular/common/locales/global/ewo.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fa-AF.js b/apps/angular/node_modules/@angular/common/locales/global/fa-AF.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fa-AF.js rename to apps/angular/node_modules/@angular/common/locales/global/fa-AF.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fa.js b/apps/angular/node_modules/@angular/common/locales/global/fa.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fa.js rename to apps/angular/node_modules/@angular/common/locales/global/fa.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ff-Adlm-BF.js b/apps/angular/node_modules/@angular/common/locales/global/ff-Adlm-BF.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ff-Adlm-BF.js rename to apps/angular/node_modules/@angular/common/locales/global/ff-Adlm-BF.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ff-Adlm-CM.js b/apps/angular/node_modules/@angular/common/locales/global/ff-Adlm-CM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ff-Adlm-CM.js rename to apps/angular/node_modules/@angular/common/locales/global/ff-Adlm-CM.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ff-Adlm-GH.js b/apps/angular/node_modules/@angular/common/locales/global/ff-Adlm-GH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ff-Adlm-GH.js rename to apps/angular/node_modules/@angular/common/locales/global/ff-Adlm-GH.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ff-Adlm-GM.js b/apps/angular/node_modules/@angular/common/locales/global/ff-Adlm-GM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ff-Adlm-GM.js rename to apps/angular/node_modules/@angular/common/locales/global/ff-Adlm-GM.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ff-Adlm-GW.js b/apps/angular/node_modules/@angular/common/locales/global/ff-Adlm-GW.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ff-Adlm-GW.js rename to apps/angular/node_modules/@angular/common/locales/global/ff-Adlm-GW.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ff-Adlm-LR.js b/apps/angular/node_modules/@angular/common/locales/global/ff-Adlm-LR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ff-Adlm-LR.js rename to apps/angular/node_modules/@angular/common/locales/global/ff-Adlm-LR.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ff-Adlm-MR.js b/apps/angular/node_modules/@angular/common/locales/global/ff-Adlm-MR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ff-Adlm-MR.js rename to apps/angular/node_modules/@angular/common/locales/global/ff-Adlm-MR.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ff-Adlm-NE.js b/apps/angular/node_modules/@angular/common/locales/global/ff-Adlm-NE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ff-Adlm-NE.js rename to apps/angular/node_modules/@angular/common/locales/global/ff-Adlm-NE.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ff-Adlm-NG.js b/apps/angular/node_modules/@angular/common/locales/global/ff-Adlm-NG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ff-Adlm-NG.js rename to apps/angular/node_modules/@angular/common/locales/global/ff-Adlm-NG.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ff-Adlm-SL.js b/apps/angular/node_modules/@angular/common/locales/global/ff-Adlm-SL.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ff-Adlm-SL.js rename to apps/angular/node_modules/@angular/common/locales/global/ff-Adlm-SL.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ff-Adlm-SN.js b/apps/angular/node_modules/@angular/common/locales/global/ff-Adlm-SN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ff-Adlm-SN.js rename to apps/angular/node_modules/@angular/common/locales/global/ff-Adlm-SN.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ff-Adlm.js b/apps/angular/node_modules/@angular/common/locales/global/ff-Adlm.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ff-Adlm.js rename to apps/angular/node_modules/@angular/common/locales/global/ff-Adlm.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ff-CM.js b/apps/angular/node_modules/@angular/common/locales/global/ff-CM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ff-CM.js rename to apps/angular/node_modules/@angular/common/locales/global/ff-CM.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ff-GN.js b/apps/angular/node_modules/@angular/common/locales/global/ff-GN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ff-GN.js rename to apps/angular/node_modules/@angular/common/locales/global/ff-GN.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ff-Latn-BF.js b/apps/angular/node_modules/@angular/common/locales/global/ff-Latn-BF.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ff-Latn-BF.js rename to apps/angular/node_modules/@angular/common/locales/global/ff-Latn-BF.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ff-Latn-CM.js b/apps/angular/node_modules/@angular/common/locales/global/ff-Latn-CM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ff-Latn-CM.js rename to apps/angular/node_modules/@angular/common/locales/global/ff-Latn-CM.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ff-Latn-GH.js b/apps/angular/node_modules/@angular/common/locales/global/ff-Latn-GH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ff-Latn-GH.js rename to apps/angular/node_modules/@angular/common/locales/global/ff-Latn-GH.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ff-Latn-GM.js b/apps/angular/node_modules/@angular/common/locales/global/ff-Latn-GM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ff-Latn-GM.js rename to apps/angular/node_modules/@angular/common/locales/global/ff-Latn-GM.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ff-Latn-GN.js b/apps/angular/node_modules/@angular/common/locales/global/ff-Latn-GN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ff-Latn-GN.js rename to apps/angular/node_modules/@angular/common/locales/global/ff-Latn-GN.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ff-Latn-GW.js b/apps/angular/node_modules/@angular/common/locales/global/ff-Latn-GW.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ff-Latn-GW.js rename to apps/angular/node_modules/@angular/common/locales/global/ff-Latn-GW.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ff-Latn-LR.js b/apps/angular/node_modules/@angular/common/locales/global/ff-Latn-LR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ff-Latn-LR.js rename to apps/angular/node_modules/@angular/common/locales/global/ff-Latn-LR.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ff-Latn-MR.js b/apps/angular/node_modules/@angular/common/locales/global/ff-Latn-MR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ff-Latn-MR.js rename to apps/angular/node_modules/@angular/common/locales/global/ff-Latn-MR.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ff-Latn-NE.js b/apps/angular/node_modules/@angular/common/locales/global/ff-Latn-NE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ff-Latn-NE.js rename to apps/angular/node_modules/@angular/common/locales/global/ff-Latn-NE.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ff-Latn-NG.js b/apps/angular/node_modules/@angular/common/locales/global/ff-Latn-NG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ff-Latn-NG.js rename to apps/angular/node_modules/@angular/common/locales/global/ff-Latn-NG.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ff-Latn-SL.js b/apps/angular/node_modules/@angular/common/locales/global/ff-Latn-SL.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ff-Latn-SL.js rename to apps/angular/node_modules/@angular/common/locales/global/ff-Latn-SL.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ff-Latn.js b/apps/angular/node_modules/@angular/common/locales/global/ff-Latn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ff-Latn.js rename to apps/angular/node_modules/@angular/common/locales/global/ff-Latn.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ff-MR.js b/apps/angular/node_modules/@angular/common/locales/global/ff-MR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ff-MR.js rename to apps/angular/node_modules/@angular/common/locales/global/ff-MR.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ff.js b/apps/angular/node_modules/@angular/common/locales/global/ff.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ff.js rename to apps/angular/node_modules/@angular/common/locales/global/ff.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fi.js b/apps/angular/node_modules/@angular/common/locales/global/fi.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fi.js rename to apps/angular/node_modules/@angular/common/locales/global/fi.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fil.js b/apps/angular/node_modules/@angular/common/locales/global/fil.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fil.js rename to apps/angular/node_modules/@angular/common/locales/global/fil.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fo-DK.js b/apps/angular/node_modules/@angular/common/locales/global/fo-DK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fo-DK.js rename to apps/angular/node_modules/@angular/common/locales/global/fo-DK.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fo.js b/apps/angular/node_modules/@angular/common/locales/global/fo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fo.js rename to apps/angular/node_modules/@angular/common/locales/global/fo.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fr-BE.js b/apps/angular/node_modules/@angular/common/locales/global/fr-BE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fr-BE.js rename to apps/angular/node_modules/@angular/common/locales/global/fr-BE.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fr-BF.js b/apps/angular/node_modules/@angular/common/locales/global/fr-BF.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fr-BF.js rename to apps/angular/node_modules/@angular/common/locales/global/fr-BF.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fr-BI.js b/apps/angular/node_modules/@angular/common/locales/global/fr-BI.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fr-BI.js rename to apps/angular/node_modules/@angular/common/locales/global/fr-BI.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fr-BJ.js b/apps/angular/node_modules/@angular/common/locales/global/fr-BJ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fr-BJ.js rename to apps/angular/node_modules/@angular/common/locales/global/fr-BJ.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fr-BL.js b/apps/angular/node_modules/@angular/common/locales/global/fr-BL.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fr-BL.js rename to apps/angular/node_modules/@angular/common/locales/global/fr-BL.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fr-CA.js b/apps/angular/node_modules/@angular/common/locales/global/fr-CA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fr-CA.js rename to apps/angular/node_modules/@angular/common/locales/global/fr-CA.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fr-CD.js b/apps/angular/node_modules/@angular/common/locales/global/fr-CD.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fr-CD.js rename to apps/angular/node_modules/@angular/common/locales/global/fr-CD.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fr-CF.js b/apps/angular/node_modules/@angular/common/locales/global/fr-CF.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fr-CF.js rename to apps/angular/node_modules/@angular/common/locales/global/fr-CF.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fr-CG.js b/apps/angular/node_modules/@angular/common/locales/global/fr-CG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fr-CG.js rename to apps/angular/node_modules/@angular/common/locales/global/fr-CG.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fr-CH.js b/apps/angular/node_modules/@angular/common/locales/global/fr-CH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fr-CH.js rename to apps/angular/node_modules/@angular/common/locales/global/fr-CH.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fr-CI.js b/apps/angular/node_modules/@angular/common/locales/global/fr-CI.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fr-CI.js rename to apps/angular/node_modules/@angular/common/locales/global/fr-CI.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fr-CM.js b/apps/angular/node_modules/@angular/common/locales/global/fr-CM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fr-CM.js rename to apps/angular/node_modules/@angular/common/locales/global/fr-CM.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fr-DJ.js b/apps/angular/node_modules/@angular/common/locales/global/fr-DJ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fr-DJ.js rename to apps/angular/node_modules/@angular/common/locales/global/fr-DJ.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fr-DZ.js b/apps/angular/node_modules/@angular/common/locales/global/fr-DZ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fr-DZ.js rename to apps/angular/node_modules/@angular/common/locales/global/fr-DZ.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fr-GA.js b/apps/angular/node_modules/@angular/common/locales/global/fr-GA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fr-GA.js rename to apps/angular/node_modules/@angular/common/locales/global/fr-GA.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fr-GF.js b/apps/angular/node_modules/@angular/common/locales/global/fr-GF.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fr-GF.js rename to apps/angular/node_modules/@angular/common/locales/global/fr-GF.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fr-GN.js b/apps/angular/node_modules/@angular/common/locales/global/fr-GN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fr-GN.js rename to apps/angular/node_modules/@angular/common/locales/global/fr-GN.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fr-GP.js b/apps/angular/node_modules/@angular/common/locales/global/fr-GP.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fr-GP.js rename to apps/angular/node_modules/@angular/common/locales/global/fr-GP.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fr-GQ.js b/apps/angular/node_modules/@angular/common/locales/global/fr-GQ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fr-GQ.js rename to apps/angular/node_modules/@angular/common/locales/global/fr-GQ.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fr-HT.js b/apps/angular/node_modules/@angular/common/locales/global/fr-HT.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fr-HT.js rename to apps/angular/node_modules/@angular/common/locales/global/fr-HT.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fr-KM.js b/apps/angular/node_modules/@angular/common/locales/global/fr-KM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fr-KM.js rename to apps/angular/node_modules/@angular/common/locales/global/fr-KM.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fr-LU.js b/apps/angular/node_modules/@angular/common/locales/global/fr-LU.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fr-LU.js rename to apps/angular/node_modules/@angular/common/locales/global/fr-LU.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fr-MA.js b/apps/angular/node_modules/@angular/common/locales/global/fr-MA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fr-MA.js rename to apps/angular/node_modules/@angular/common/locales/global/fr-MA.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fr-MC.js b/apps/angular/node_modules/@angular/common/locales/global/fr-MC.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fr-MC.js rename to apps/angular/node_modules/@angular/common/locales/global/fr-MC.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fr-MF.js b/apps/angular/node_modules/@angular/common/locales/global/fr-MF.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fr-MF.js rename to apps/angular/node_modules/@angular/common/locales/global/fr-MF.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fr-MG.js b/apps/angular/node_modules/@angular/common/locales/global/fr-MG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fr-MG.js rename to apps/angular/node_modules/@angular/common/locales/global/fr-MG.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fr-ML.js b/apps/angular/node_modules/@angular/common/locales/global/fr-ML.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fr-ML.js rename to apps/angular/node_modules/@angular/common/locales/global/fr-ML.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fr-MQ.js b/apps/angular/node_modules/@angular/common/locales/global/fr-MQ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fr-MQ.js rename to apps/angular/node_modules/@angular/common/locales/global/fr-MQ.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fr-MR.js b/apps/angular/node_modules/@angular/common/locales/global/fr-MR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fr-MR.js rename to apps/angular/node_modules/@angular/common/locales/global/fr-MR.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fr-MU.js b/apps/angular/node_modules/@angular/common/locales/global/fr-MU.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fr-MU.js rename to apps/angular/node_modules/@angular/common/locales/global/fr-MU.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fr-NC.js b/apps/angular/node_modules/@angular/common/locales/global/fr-NC.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fr-NC.js rename to apps/angular/node_modules/@angular/common/locales/global/fr-NC.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fr-NE.js b/apps/angular/node_modules/@angular/common/locales/global/fr-NE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fr-NE.js rename to apps/angular/node_modules/@angular/common/locales/global/fr-NE.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fr-PF.js b/apps/angular/node_modules/@angular/common/locales/global/fr-PF.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fr-PF.js rename to apps/angular/node_modules/@angular/common/locales/global/fr-PF.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fr-PM.js b/apps/angular/node_modules/@angular/common/locales/global/fr-PM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fr-PM.js rename to apps/angular/node_modules/@angular/common/locales/global/fr-PM.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fr-RE.js b/apps/angular/node_modules/@angular/common/locales/global/fr-RE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fr-RE.js rename to apps/angular/node_modules/@angular/common/locales/global/fr-RE.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fr-RW.js b/apps/angular/node_modules/@angular/common/locales/global/fr-RW.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fr-RW.js rename to apps/angular/node_modules/@angular/common/locales/global/fr-RW.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fr-SC.js b/apps/angular/node_modules/@angular/common/locales/global/fr-SC.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fr-SC.js rename to apps/angular/node_modules/@angular/common/locales/global/fr-SC.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fr-SN.js b/apps/angular/node_modules/@angular/common/locales/global/fr-SN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fr-SN.js rename to apps/angular/node_modules/@angular/common/locales/global/fr-SN.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fr-SY.js b/apps/angular/node_modules/@angular/common/locales/global/fr-SY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fr-SY.js rename to apps/angular/node_modules/@angular/common/locales/global/fr-SY.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fr-TD.js b/apps/angular/node_modules/@angular/common/locales/global/fr-TD.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fr-TD.js rename to apps/angular/node_modules/@angular/common/locales/global/fr-TD.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fr-TG.js b/apps/angular/node_modules/@angular/common/locales/global/fr-TG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fr-TG.js rename to apps/angular/node_modules/@angular/common/locales/global/fr-TG.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fr-TN.js b/apps/angular/node_modules/@angular/common/locales/global/fr-TN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fr-TN.js rename to apps/angular/node_modules/@angular/common/locales/global/fr-TN.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fr-VU.js b/apps/angular/node_modules/@angular/common/locales/global/fr-VU.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fr-VU.js rename to apps/angular/node_modules/@angular/common/locales/global/fr-VU.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fr-WF.js b/apps/angular/node_modules/@angular/common/locales/global/fr-WF.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fr-WF.js rename to apps/angular/node_modules/@angular/common/locales/global/fr-WF.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fr-YT.js b/apps/angular/node_modules/@angular/common/locales/global/fr-YT.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fr-YT.js rename to apps/angular/node_modules/@angular/common/locales/global/fr-YT.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fr.js b/apps/angular/node_modules/@angular/common/locales/global/fr.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fr.js rename to apps/angular/node_modules/@angular/common/locales/global/fr.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/frr.js b/apps/angular/node_modules/@angular/common/locales/global/frr.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/frr.js rename to apps/angular/node_modules/@angular/common/locales/global/frr.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fur.js b/apps/angular/node_modules/@angular/common/locales/global/fur.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fur.js rename to apps/angular/node_modules/@angular/common/locales/global/fur.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/fy.js b/apps/angular/node_modules/@angular/common/locales/global/fy.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/fy.js rename to apps/angular/node_modules/@angular/common/locales/global/fy.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ga-GB.js b/apps/angular/node_modules/@angular/common/locales/global/ga-GB.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ga-GB.js rename to apps/angular/node_modules/@angular/common/locales/global/ga-GB.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ga.js b/apps/angular/node_modules/@angular/common/locales/global/ga.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ga.js rename to apps/angular/node_modules/@angular/common/locales/global/ga.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/gaa.js b/apps/angular/node_modules/@angular/common/locales/global/gaa.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/gaa.js rename to apps/angular/node_modules/@angular/common/locales/global/gaa.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/gd.js b/apps/angular/node_modules/@angular/common/locales/global/gd.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/gd.js rename to apps/angular/node_modules/@angular/common/locales/global/gd.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/gez-ER.js b/apps/angular/node_modules/@angular/common/locales/global/gez-ER.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/gez-ER.js rename to apps/angular/node_modules/@angular/common/locales/global/gez-ER.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/gez.js b/apps/angular/node_modules/@angular/common/locales/global/gez.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/gez.js rename to apps/angular/node_modules/@angular/common/locales/global/gez.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/gl.js b/apps/angular/node_modules/@angular/common/locales/global/gl.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/gl.js rename to apps/angular/node_modules/@angular/common/locales/global/gl.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/gn.js b/apps/angular/node_modules/@angular/common/locales/global/gn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/gn.js rename to apps/angular/node_modules/@angular/common/locales/global/gn.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/gsw-FR.js b/apps/angular/node_modules/@angular/common/locales/global/gsw-FR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/gsw-FR.js rename to apps/angular/node_modules/@angular/common/locales/global/gsw-FR.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/gsw-LI.js b/apps/angular/node_modules/@angular/common/locales/global/gsw-LI.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/gsw-LI.js rename to apps/angular/node_modules/@angular/common/locales/global/gsw-LI.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/gsw.js b/apps/angular/node_modules/@angular/common/locales/global/gsw.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/gsw.js rename to apps/angular/node_modules/@angular/common/locales/global/gsw.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/gu.js b/apps/angular/node_modules/@angular/common/locales/global/gu.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/gu.js rename to apps/angular/node_modules/@angular/common/locales/global/gu.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/guz.js b/apps/angular/node_modules/@angular/common/locales/global/guz.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/guz.js rename to apps/angular/node_modules/@angular/common/locales/global/guz.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/gv.js b/apps/angular/node_modules/@angular/common/locales/global/gv.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/gv.js rename to apps/angular/node_modules/@angular/common/locales/global/gv.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ha-Arab-SD.js b/apps/angular/node_modules/@angular/common/locales/global/ha-Arab-SD.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ha-Arab-SD.js rename to apps/angular/node_modules/@angular/common/locales/global/ha-Arab-SD.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ha-Arab.js b/apps/angular/node_modules/@angular/common/locales/global/ha-Arab.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ha-Arab.js rename to apps/angular/node_modules/@angular/common/locales/global/ha-Arab.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ha-GH.js b/apps/angular/node_modules/@angular/common/locales/global/ha-GH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ha-GH.js rename to apps/angular/node_modules/@angular/common/locales/global/ha-GH.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ha-NE.js b/apps/angular/node_modules/@angular/common/locales/global/ha-NE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ha-NE.js rename to apps/angular/node_modules/@angular/common/locales/global/ha-NE.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ha.js b/apps/angular/node_modules/@angular/common/locales/global/ha.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ha.js rename to apps/angular/node_modules/@angular/common/locales/global/ha.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/haw.js b/apps/angular/node_modules/@angular/common/locales/global/haw.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/haw.js rename to apps/angular/node_modules/@angular/common/locales/global/haw.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/he.js b/apps/angular/node_modules/@angular/common/locales/global/he.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/he.js rename to apps/angular/node_modules/@angular/common/locales/global/he.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/hi-Latn.js b/apps/angular/node_modules/@angular/common/locales/global/hi-Latn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/hi-Latn.js rename to apps/angular/node_modules/@angular/common/locales/global/hi-Latn.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/hi.js b/apps/angular/node_modules/@angular/common/locales/global/hi.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/hi.js rename to apps/angular/node_modules/@angular/common/locales/global/hi.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/hnj-Hmnp.js b/apps/angular/node_modules/@angular/common/locales/global/hnj-Hmnp.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/hnj-Hmnp.js rename to apps/angular/node_modules/@angular/common/locales/global/hnj-Hmnp.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/hnj.js b/apps/angular/node_modules/@angular/common/locales/global/hnj.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/hnj.js rename to apps/angular/node_modules/@angular/common/locales/global/hnj.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/hr-BA.js b/apps/angular/node_modules/@angular/common/locales/global/hr-BA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/hr-BA.js rename to apps/angular/node_modules/@angular/common/locales/global/hr-BA.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/hr.js b/apps/angular/node_modules/@angular/common/locales/global/hr.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/hr.js rename to apps/angular/node_modules/@angular/common/locales/global/hr.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/hsb.js b/apps/angular/node_modules/@angular/common/locales/global/hsb.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/hsb.js rename to apps/angular/node_modules/@angular/common/locales/global/hsb.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ht.js b/apps/angular/node_modules/@angular/common/locales/global/ht.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ht.js rename to apps/angular/node_modules/@angular/common/locales/global/ht.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/hu.js b/apps/angular/node_modules/@angular/common/locales/global/hu.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/hu.js rename to apps/angular/node_modules/@angular/common/locales/global/hu.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/hy.js b/apps/angular/node_modules/@angular/common/locales/global/hy.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/hy.js rename to apps/angular/node_modules/@angular/common/locales/global/hy.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ia.js b/apps/angular/node_modules/@angular/common/locales/global/ia.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ia.js rename to apps/angular/node_modules/@angular/common/locales/global/ia.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/id.js b/apps/angular/node_modules/@angular/common/locales/global/id.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/id.js rename to apps/angular/node_modules/@angular/common/locales/global/id.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ie.js b/apps/angular/node_modules/@angular/common/locales/global/ie.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ie.js rename to apps/angular/node_modules/@angular/common/locales/global/ie.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ig.js b/apps/angular/node_modules/@angular/common/locales/global/ig.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ig.js rename to apps/angular/node_modules/@angular/common/locales/global/ig.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ii.js b/apps/angular/node_modules/@angular/common/locales/global/ii.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ii.js rename to apps/angular/node_modules/@angular/common/locales/global/ii.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/io.js b/apps/angular/node_modules/@angular/common/locales/global/io.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/io.js rename to apps/angular/node_modules/@angular/common/locales/global/io.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/is.js b/apps/angular/node_modules/@angular/common/locales/global/is.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/is.js rename to apps/angular/node_modules/@angular/common/locales/global/is.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/it-CH.js b/apps/angular/node_modules/@angular/common/locales/global/it-CH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/it-CH.js rename to apps/angular/node_modules/@angular/common/locales/global/it-CH.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/it-SM.js b/apps/angular/node_modules/@angular/common/locales/global/it-SM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/it-SM.js rename to apps/angular/node_modules/@angular/common/locales/global/it-SM.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/it-VA.js b/apps/angular/node_modules/@angular/common/locales/global/it-VA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/it-VA.js rename to apps/angular/node_modules/@angular/common/locales/global/it-VA.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/it.js b/apps/angular/node_modules/@angular/common/locales/global/it.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/it.js rename to apps/angular/node_modules/@angular/common/locales/global/it.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/iu-Latn.js b/apps/angular/node_modules/@angular/common/locales/global/iu-Latn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/iu-Latn.js rename to apps/angular/node_modules/@angular/common/locales/global/iu-Latn.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/iu.js b/apps/angular/node_modules/@angular/common/locales/global/iu.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/iu.js rename to apps/angular/node_modules/@angular/common/locales/global/iu.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ja.js b/apps/angular/node_modules/@angular/common/locales/global/ja.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ja.js rename to apps/angular/node_modules/@angular/common/locales/global/ja.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/jbo.js b/apps/angular/node_modules/@angular/common/locales/global/jbo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/jbo.js rename to apps/angular/node_modules/@angular/common/locales/global/jbo.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/jgo.js b/apps/angular/node_modules/@angular/common/locales/global/jgo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/jgo.js rename to apps/angular/node_modules/@angular/common/locales/global/jgo.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/jmc.js b/apps/angular/node_modules/@angular/common/locales/global/jmc.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/jmc.js rename to apps/angular/node_modules/@angular/common/locales/global/jmc.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/jv.js b/apps/angular/node_modules/@angular/common/locales/global/jv.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/jv.js rename to apps/angular/node_modules/@angular/common/locales/global/jv.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ka.js b/apps/angular/node_modules/@angular/common/locales/global/ka.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ka.js rename to apps/angular/node_modules/@angular/common/locales/global/ka.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/kaa-Cyrl.js b/apps/angular/node_modules/@angular/common/locales/global/kaa-Cyrl.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/kaa-Cyrl.js rename to apps/angular/node_modules/@angular/common/locales/global/kaa-Cyrl.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/kaa-Latn.js b/apps/angular/node_modules/@angular/common/locales/global/kaa-Latn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/kaa-Latn.js rename to apps/angular/node_modules/@angular/common/locales/global/kaa-Latn.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/kaa.js b/apps/angular/node_modules/@angular/common/locales/global/kaa.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/kaa.js rename to apps/angular/node_modules/@angular/common/locales/global/kaa.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/kab.js b/apps/angular/node_modules/@angular/common/locales/global/kab.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/kab.js rename to apps/angular/node_modules/@angular/common/locales/global/kab.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/kaj.js b/apps/angular/node_modules/@angular/common/locales/global/kaj.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/kaj.js rename to apps/angular/node_modules/@angular/common/locales/global/kaj.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/kam.js b/apps/angular/node_modules/@angular/common/locales/global/kam.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/kam.js rename to apps/angular/node_modules/@angular/common/locales/global/kam.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/kcg.js b/apps/angular/node_modules/@angular/common/locales/global/kcg.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/kcg.js rename to apps/angular/node_modules/@angular/common/locales/global/kcg.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/kde.js b/apps/angular/node_modules/@angular/common/locales/global/kde.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/kde.js rename to apps/angular/node_modules/@angular/common/locales/global/kde.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/kea.js b/apps/angular/node_modules/@angular/common/locales/global/kea.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/kea.js rename to apps/angular/node_modules/@angular/common/locales/global/kea.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ken.js b/apps/angular/node_modules/@angular/common/locales/global/ken.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ken.js rename to apps/angular/node_modules/@angular/common/locales/global/ken.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/kgp.js b/apps/angular/node_modules/@angular/common/locales/global/kgp.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/kgp.js rename to apps/angular/node_modules/@angular/common/locales/global/kgp.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/khq.js b/apps/angular/node_modules/@angular/common/locales/global/khq.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/khq.js rename to apps/angular/node_modules/@angular/common/locales/global/khq.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ki.js b/apps/angular/node_modules/@angular/common/locales/global/ki.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ki.js rename to apps/angular/node_modules/@angular/common/locales/global/ki.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/kk-Arab.js b/apps/angular/node_modules/@angular/common/locales/global/kk-Arab.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/kk-Arab.js rename to apps/angular/node_modules/@angular/common/locales/global/kk-Arab.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/kk-Cyrl.js b/apps/angular/node_modules/@angular/common/locales/global/kk-Cyrl.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/kk-Cyrl.js rename to apps/angular/node_modules/@angular/common/locales/global/kk-Cyrl.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/kk-KZ.js b/apps/angular/node_modules/@angular/common/locales/global/kk-KZ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/kk-KZ.js rename to apps/angular/node_modules/@angular/common/locales/global/kk-KZ.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/kk.js b/apps/angular/node_modules/@angular/common/locales/global/kk.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/kk.js rename to apps/angular/node_modules/@angular/common/locales/global/kk.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/kkj.js b/apps/angular/node_modules/@angular/common/locales/global/kkj.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/kkj.js rename to apps/angular/node_modules/@angular/common/locales/global/kkj.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/kl.js b/apps/angular/node_modules/@angular/common/locales/global/kl.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/kl.js rename to apps/angular/node_modules/@angular/common/locales/global/kl.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/kln.js b/apps/angular/node_modules/@angular/common/locales/global/kln.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/kln.js rename to apps/angular/node_modules/@angular/common/locales/global/kln.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/km.js b/apps/angular/node_modules/@angular/common/locales/global/km.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/km.js rename to apps/angular/node_modules/@angular/common/locales/global/km.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/kn.js b/apps/angular/node_modules/@angular/common/locales/global/kn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/kn.js rename to apps/angular/node_modules/@angular/common/locales/global/kn.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ko-CN.js b/apps/angular/node_modules/@angular/common/locales/global/ko-CN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ko-CN.js rename to apps/angular/node_modules/@angular/common/locales/global/ko-CN.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ko-KP.js b/apps/angular/node_modules/@angular/common/locales/global/ko-KP.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ko-KP.js rename to apps/angular/node_modules/@angular/common/locales/global/ko-KP.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ko.js b/apps/angular/node_modules/@angular/common/locales/global/ko.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ko.js rename to apps/angular/node_modules/@angular/common/locales/global/ko.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/kok-Deva.js b/apps/angular/node_modules/@angular/common/locales/global/kok-Deva.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/kok-Deva.js rename to apps/angular/node_modules/@angular/common/locales/global/kok-Deva.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/kok-Latn.js b/apps/angular/node_modules/@angular/common/locales/global/kok-Latn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/kok-Latn.js rename to apps/angular/node_modules/@angular/common/locales/global/kok-Latn.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/kok.js b/apps/angular/node_modules/@angular/common/locales/global/kok.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/kok.js rename to apps/angular/node_modules/@angular/common/locales/global/kok.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/kpe-GN.js b/apps/angular/node_modules/@angular/common/locales/global/kpe-GN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/kpe-GN.js rename to apps/angular/node_modules/@angular/common/locales/global/kpe-GN.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/kpe.js b/apps/angular/node_modules/@angular/common/locales/global/kpe.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/kpe.js rename to apps/angular/node_modules/@angular/common/locales/global/kpe.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ks-Arab.js b/apps/angular/node_modules/@angular/common/locales/global/ks-Arab.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ks-Arab.js rename to apps/angular/node_modules/@angular/common/locales/global/ks-Arab.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ks-Deva.js b/apps/angular/node_modules/@angular/common/locales/global/ks-Deva.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ks-Deva.js rename to apps/angular/node_modules/@angular/common/locales/global/ks-Deva.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ks.js b/apps/angular/node_modules/@angular/common/locales/global/ks.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ks.js rename to apps/angular/node_modules/@angular/common/locales/global/ks.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ksb.js b/apps/angular/node_modules/@angular/common/locales/global/ksb.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ksb.js rename to apps/angular/node_modules/@angular/common/locales/global/ksb.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ksf.js b/apps/angular/node_modules/@angular/common/locales/global/ksf.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ksf.js rename to apps/angular/node_modules/@angular/common/locales/global/ksf.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ksh.js b/apps/angular/node_modules/@angular/common/locales/global/ksh.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ksh.js rename to apps/angular/node_modules/@angular/common/locales/global/ksh.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ku.js b/apps/angular/node_modules/@angular/common/locales/global/ku.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ku.js rename to apps/angular/node_modules/@angular/common/locales/global/ku.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/kw.js b/apps/angular/node_modules/@angular/common/locales/global/kw.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/kw.js rename to apps/angular/node_modules/@angular/common/locales/global/kw.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/kxv-Deva.js b/apps/angular/node_modules/@angular/common/locales/global/kxv-Deva.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/kxv-Deva.js rename to apps/angular/node_modules/@angular/common/locales/global/kxv-Deva.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/kxv-Latn.js b/apps/angular/node_modules/@angular/common/locales/global/kxv-Latn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/kxv-Latn.js rename to apps/angular/node_modules/@angular/common/locales/global/kxv-Latn.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/kxv-Orya.js b/apps/angular/node_modules/@angular/common/locales/global/kxv-Orya.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/kxv-Orya.js rename to apps/angular/node_modules/@angular/common/locales/global/kxv-Orya.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/kxv-Telu.js b/apps/angular/node_modules/@angular/common/locales/global/kxv-Telu.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/kxv-Telu.js rename to apps/angular/node_modules/@angular/common/locales/global/kxv-Telu.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/kxv.js b/apps/angular/node_modules/@angular/common/locales/global/kxv.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/kxv.js rename to apps/angular/node_modules/@angular/common/locales/global/kxv.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ky.js b/apps/angular/node_modules/@angular/common/locales/global/ky.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ky.js rename to apps/angular/node_modules/@angular/common/locales/global/ky.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/la.js b/apps/angular/node_modules/@angular/common/locales/global/la.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/la.js rename to apps/angular/node_modules/@angular/common/locales/global/la.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/lag.js b/apps/angular/node_modules/@angular/common/locales/global/lag.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/lag.js rename to apps/angular/node_modules/@angular/common/locales/global/lag.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/lb.js b/apps/angular/node_modules/@angular/common/locales/global/lb.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/lb.js rename to apps/angular/node_modules/@angular/common/locales/global/lb.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/lg.js b/apps/angular/node_modules/@angular/common/locales/global/lg.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/lg.js rename to apps/angular/node_modules/@angular/common/locales/global/lg.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/lij.js b/apps/angular/node_modules/@angular/common/locales/global/lij.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/lij.js rename to apps/angular/node_modules/@angular/common/locales/global/lij.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/lkt.js b/apps/angular/node_modules/@angular/common/locales/global/lkt.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/lkt.js rename to apps/angular/node_modules/@angular/common/locales/global/lkt.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/lld.js b/apps/angular/node_modules/@angular/common/locales/global/lld.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/lld.js rename to apps/angular/node_modules/@angular/common/locales/global/lld.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/lmo.js b/apps/angular/node_modules/@angular/common/locales/global/lmo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/lmo.js rename to apps/angular/node_modules/@angular/common/locales/global/lmo.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ln-AO.js b/apps/angular/node_modules/@angular/common/locales/global/ln-AO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ln-AO.js rename to apps/angular/node_modules/@angular/common/locales/global/ln-AO.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ln-CF.js b/apps/angular/node_modules/@angular/common/locales/global/ln-CF.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ln-CF.js rename to apps/angular/node_modules/@angular/common/locales/global/ln-CF.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ln-CG.js b/apps/angular/node_modules/@angular/common/locales/global/ln-CG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ln-CG.js rename to apps/angular/node_modules/@angular/common/locales/global/ln-CG.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ln.js b/apps/angular/node_modules/@angular/common/locales/global/ln.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ln.js rename to apps/angular/node_modules/@angular/common/locales/global/ln.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/lo.js b/apps/angular/node_modules/@angular/common/locales/global/lo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/lo.js rename to apps/angular/node_modules/@angular/common/locales/global/lo.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/lrc-IQ.js b/apps/angular/node_modules/@angular/common/locales/global/lrc-IQ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/lrc-IQ.js rename to apps/angular/node_modules/@angular/common/locales/global/lrc-IQ.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/lrc.js b/apps/angular/node_modules/@angular/common/locales/global/lrc.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/lrc.js rename to apps/angular/node_modules/@angular/common/locales/global/lrc.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/lt.js b/apps/angular/node_modules/@angular/common/locales/global/lt.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/lt.js rename to apps/angular/node_modules/@angular/common/locales/global/lt.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ltg.js b/apps/angular/node_modules/@angular/common/locales/global/ltg.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ltg.js rename to apps/angular/node_modules/@angular/common/locales/global/ltg.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/lu.js b/apps/angular/node_modules/@angular/common/locales/global/lu.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/lu.js rename to apps/angular/node_modules/@angular/common/locales/global/lu.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/luo.js b/apps/angular/node_modules/@angular/common/locales/global/luo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/luo.js rename to apps/angular/node_modules/@angular/common/locales/global/luo.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/luy.js b/apps/angular/node_modules/@angular/common/locales/global/luy.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/luy.js rename to apps/angular/node_modules/@angular/common/locales/global/luy.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/lv.js b/apps/angular/node_modules/@angular/common/locales/global/lv.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/lv.js rename to apps/angular/node_modules/@angular/common/locales/global/lv.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/mai.js b/apps/angular/node_modules/@angular/common/locales/global/mai.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/mai.js rename to apps/angular/node_modules/@angular/common/locales/global/mai.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/mas-TZ.js b/apps/angular/node_modules/@angular/common/locales/global/mas-TZ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/mas-TZ.js rename to apps/angular/node_modules/@angular/common/locales/global/mas-TZ.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/mas.js b/apps/angular/node_modules/@angular/common/locales/global/mas.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/mas.js rename to apps/angular/node_modules/@angular/common/locales/global/mas.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/mdf.js b/apps/angular/node_modules/@angular/common/locales/global/mdf.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/mdf.js rename to apps/angular/node_modules/@angular/common/locales/global/mdf.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/mer.js b/apps/angular/node_modules/@angular/common/locales/global/mer.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/mer.js rename to apps/angular/node_modules/@angular/common/locales/global/mer.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/mfe.js b/apps/angular/node_modules/@angular/common/locales/global/mfe.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/mfe.js rename to apps/angular/node_modules/@angular/common/locales/global/mfe.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/mg.js b/apps/angular/node_modules/@angular/common/locales/global/mg.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/mg.js rename to apps/angular/node_modules/@angular/common/locales/global/mg.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/mgh.js b/apps/angular/node_modules/@angular/common/locales/global/mgh.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/mgh.js rename to apps/angular/node_modules/@angular/common/locales/global/mgh.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/mgo.js b/apps/angular/node_modules/@angular/common/locales/global/mgo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/mgo.js rename to apps/angular/node_modules/@angular/common/locales/global/mgo.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/mhn.js b/apps/angular/node_modules/@angular/common/locales/global/mhn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/mhn.js rename to apps/angular/node_modules/@angular/common/locales/global/mhn.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/mi.js b/apps/angular/node_modules/@angular/common/locales/global/mi.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/mi.js rename to apps/angular/node_modules/@angular/common/locales/global/mi.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/mic.js b/apps/angular/node_modules/@angular/common/locales/global/mic.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/mic.js rename to apps/angular/node_modules/@angular/common/locales/global/mic.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/mk.js b/apps/angular/node_modules/@angular/common/locales/global/mk.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/mk.js rename to apps/angular/node_modules/@angular/common/locales/global/mk.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ml.js b/apps/angular/node_modules/@angular/common/locales/global/ml.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ml.js rename to apps/angular/node_modules/@angular/common/locales/global/ml.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/mn-Mong-MN.js b/apps/angular/node_modules/@angular/common/locales/global/mn-Mong-MN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/mn-Mong-MN.js rename to apps/angular/node_modules/@angular/common/locales/global/mn-Mong-MN.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/mn-Mong.js b/apps/angular/node_modules/@angular/common/locales/global/mn-Mong.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/mn-Mong.js rename to apps/angular/node_modules/@angular/common/locales/global/mn-Mong.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/mn.js b/apps/angular/node_modules/@angular/common/locales/global/mn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/mn.js rename to apps/angular/node_modules/@angular/common/locales/global/mn.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/mni-Beng.js b/apps/angular/node_modules/@angular/common/locales/global/mni-Beng.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/mni-Beng.js rename to apps/angular/node_modules/@angular/common/locales/global/mni-Beng.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/mni-Mtei.js b/apps/angular/node_modules/@angular/common/locales/global/mni-Mtei.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/mni-Mtei.js rename to apps/angular/node_modules/@angular/common/locales/global/mni-Mtei.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/mni.js b/apps/angular/node_modules/@angular/common/locales/global/mni.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/mni.js rename to apps/angular/node_modules/@angular/common/locales/global/mni.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/moh.js b/apps/angular/node_modules/@angular/common/locales/global/moh.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/moh.js rename to apps/angular/node_modules/@angular/common/locales/global/moh.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/mr.js b/apps/angular/node_modules/@angular/common/locales/global/mr.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/mr.js rename to apps/angular/node_modules/@angular/common/locales/global/mr.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ms-Arab-BN.js b/apps/angular/node_modules/@angular/common/locales/global/ms-Arab-BN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ms-Arab-BN.js rename to apps/angular/node_modules/@angular/common/locales/global/ms-Arab-BN.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ms-Arab.js b/apps/angular/node_modules/@angular/common/locales/global/ms-Arab.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ms-Arab.js rename to apps/angular/node_modules/@angular/common/locales/global/ms-Arab.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ms-BN.js b/apps/angular/node_modules/@angular/common/locales/global/ms-BN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ms-BN.js rename to apps/angular/node_modules/@angular/common/locales/global/ms-BN.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ms-ID.js b/apps/angular/node_modules/@angular/common/locales/global/ms-ID.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ms-ID.js rename to apps/angular/node_modules/@angular/common/locales/global/ms-ID.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ms-SG.js b/apps/angular/node_modules/@angular/common/locales/global/ms-SG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ms-SG.js rename to apps/angular/node_modules/@angular/common/locales/global/ms-SG.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ms.js b/apps/angular/node_modules/@angular/common/locales/global/ms.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ms.js rename to apps/angular/node_modules/@angular/common/locales/global/ms.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/mt.js b/apps/angular/node_modules/@angular/common/locales/global/mt.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/mt.js rename to apps/angular/node_modules/@angular/common/locales/global/mt.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/mua.js b/apps/angular/node_modules/@angular/common/locales/global/mua.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/mua.js rename to apps/angular/node_modules/@angular/common/locales/global/mua.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/mus.js b/apps/angular/node_modules/@angular/common/locales/global/mus.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/mus.js rename to apps/angular/node_modules/@angular/common/locales/global/mus.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/my.js b/apps/angular/node_modules/@angular/common/locales/global/my.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/my.js rename to apps/angular/node_modules/@angular/common/locales/global/my.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/myv.js b/apps/angular/node_modules/@angular/common/locales/global/myv.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/myv.js rename to apps/angular/node_modules/@angular/common/locales/global/myv.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/mzn.js b/apps/angular/node_modules/@angular/common/locales/global/mzn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/mzn.js rename to apps/angular/node_modules/@angular/common/locales/global/mzn.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/naq.js b/apps/angular/node_modules/@angular/common/locales/global/naq.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/naq.js rename to apps/angular/node_modules/@angular/common/locales/global/naq.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/nb-SJ.js b/apps/angular/node_modules/@angular/common/locales/global/nb-SJ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/nb-SJ.js rename to apps/angular/node_modules/@angular/common/locales/global/nb-SJ.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/nb.js b/apps/angular/node_modules/@angular/common/locales/global/nb.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/nb.js rename to apps/angular/node_modules/@angular/common/locales/global/nb.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/nd.js b/apps/angular/node_modules/@angular/common/locales/global/nd.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/nd.js rename to apps/angular/node_modules/@angular/common/locales/global/nd.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/nds-NL.js b/apps/angular/node_modules/@angular/common/locales/global/nds-NL.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/nds-NL.js rename to apps/angular/node_modules/@angular/common/locales/global/nds-NL.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/nds.js b/apps/angular/node_modules/@angular/common/locales/global/nds.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/nds.js rename to apps/angular/node_modules/@angular/common/locales/global/nds.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ne-IN.js b/apps/angular/node_modules/@angular/common/locales/global/ne-IN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ne-IN.js rename to apps/angular/node_modules/@angular/common/locales/global/ne-IN.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ne.js b/apps/angular/node_modules/@angular/common/locales/global/ne.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ne.js rename to apps/angular/node_modules/@angular/common/locales/global/ne.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/nl-AW.js b/apps/angular/node_modules/@angular/common/locales/global/nl-AW.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/nl-AW.js rename to apps/angular/node_modules/@angular/common/locales/global/nl-AW.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/nl-BE.js b/apps/angular/node_modules/@angular/common/locales/global/nl-BE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/nl-BE.js rename to apps/angular/node_modules/@angular/common/locales/global/nl-BE.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/nl-BQ.js b/apps/angular/node_modules/@angular/common/locales/global/nl-BQ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/nl-BQ.js rename to apps/angular/node_modules/@angular/common/locales/global/nl-BQ.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/nl-CW.js b/apps/angular/node_modules/@angular/common/locales/global/nl-CW.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/nl-CW.js rename to apps/angular/node_modules/@angular/common/locales/global/nl-CW.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/nl-SR.js b/apps/angular/node_modules/@angular/common/locales/global/nl-SR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/nl-SR.js rename to apps/angular/node_modules/@angular/common/locales/global/nl-SR.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/nl-SX.js b/apps/angular/node_modules/@angular/common/locales/global/nl-SX.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/nl-SX.js rename to apps/angular/node_modules/@angular/common/locales/global/nl-SX.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/nl.js b/apps/angular/node_modules/@angular/common/locales/global/nl.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/nl.js rename to apps/angular/node_modules/@angular/common/locales/global/nl.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/nmg.js b/apps/angular/node_modules/@angular/common/locales/global/nmg.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/nmg.js rename to apps/angular/node_modules/@angular/common/locales/global/nmg.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/nn.js b/apps/angular/node_modules/@angular/common/locales/global/nn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/nn.js rename to apps/angular/node_modules/@angular/common/locales/global/nn.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/nnh.js b/apps/angular/node_modules/@angular/common/locales/global/nnh.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/nnh.js rename to apps/angular/node_modules/@angular/common/locales/global/nnh.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/no.js b/apps/angular/node_modules/@angular/common/locales/global/no.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/no.js rename to apps/angular/node_modules/@angular/common/locales/global/no.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/nqo.js b/apps/angular/node_modules/@angular/common/locales/global/nqo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/nqo.js rename to apps/angular/node_modules/@angular/common/locales/global/nqo.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/nr.js b/apps/angular/node_modules/@angular/common/locales/global/nr.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/nr.js rename to apps/angular/node_modules/@angular/common/locales/global/nr.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/nso.js b/apps/angular/node_modules/@angular/common/locales/global/nso.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/nso.js rename to apps/angular/node_modules/@angular/common/locales/global/nso.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/nus.js b/apps/angular/node_modules/@angular/common/locales/global/nus.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/nus.js rename to apps/angular/node_modules/@angular/common/locales/global/nus.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/nv.js b/apps/angular/node_modules/@angular/common/locales/global/nv.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/nv.js rename to apps/angular/node_modules/@angular/common/locales/global/nv.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ny.js b/apps/angular/node_modules/@angular/common/locales/global/ny.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ny.js rename to apps/angular/node_modules/@angular/common/locales/global/ny.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/nyn.js b/apps/angular/node_modules/@angular/common/locales/global/nyn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/nyn.js rename to apps/angular/node_modules/@angular/common/locales/global/nyn.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/oc-ES.js b/apps/angular/node_modules/@angular/common/locales/global/oc-ES.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/oc-ES.js rename to apps/angular/node_modules/@angular/common/locales/global/oc-ES.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/oc.js b/apps/angular/node_modules/@angular/common/locales/global/oc.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/oc.js rename to apps/angular/node_modules/@angular/common/locales/global/oc.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/om-KE.js b/apps/angular/node_modules/@angular/common/locales/global/om-KE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/om-KE.js rename to apps/angular/node_modules/@angular/common/locales/global/om-KE.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/om.js b/apps/angular/node_modules/@angular/common/locales/global/om.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/om.js rename to apps/angular/node_modules/@angular/common/locales/global/om.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/or.js b/apps/angular/node_modules/@angular/common/locales/global/or.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/or.js rename to apps/angular/node_modules/@angular/common/locales/global/or.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/os-RU.js b/apps/angular/node_modules/@angular/common/locales/global/os-RU.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/os-RU.js rename to apps/angular/node_modules/@angular/common/locales/global/os-RU.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/os.js b/apps/angular/node_modules/@angular/common/locales/global/os.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/os.js rename to apps/angular/node_modules/@angular/common/locales/global/os.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/osa.js b/apps/angular/node_modules/@angular/common/locales/global/osa.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/osa.js rename to apps/angular/node_modules/@angular/common/locales/global/osa.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/pa-Arab.js b/apps/angular/node_modules/@angular/common/locales/global/pa-Arab.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/pa-Arab.js rename to apps/angular/node_modules/@angular/common/locales/global/pa-Arab.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/pa-Guru.js b/apps/angular/node_modules/@angular/common/locales/global/pa-Guru.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/pa-Guru.js rename to apps/angular/node_modules/@angular/common/locales/global/pa-Guru.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/pa.js b/apps/angular/node_modules/@angular/common/locales/global/pa.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/pa.js rename to apps/angular/node_modules/@angular/common/locales/global/pa.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/pap-AW.js b/apps/angular/node_modules/@angular/common/locales/global/pap-AW.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/pap-AW.js rename to apps/angular/node_modules/@angular/common/locales/global/pap-AW.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/pap.js b/apps/angular/node_modules/@angular/common/locales/global/pap.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/pap.js rename to apps/angular/node_modules/@angular/common/locales/global/pap.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/pcm.js b/apps/angular/node_modules/@angular/common/locales/global/pcm.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/pcm.js rename to apps/angular/node_modules/@angular/common/locales/global/pcm.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/pis.js b/apps/angular/node_modules/@angular/common/locales/global/pis.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/pis.js rename to apps/angular/node_modules/@angular/common/locales/global/pis.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/pl.js b/apps/angular/node_modules/@angular/common/locales/global/pl.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/pl.js rename to apps/angular/node_modules/@angular/common/locales/global/pl.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/prg.js b/apps/angular/node_modules/@angular/common/locales/global/prg.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/prg.js rename to apps/angular/node_modules/@angular/common/locales/global/prg.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ps-PK.js b/apps/angular/node_modules/@angular/common/locales/global/ps-PK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ps-PK.js rename to apps/angular/node_modules/@angular/common/locales/global/ps-PK.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ps.js b/apps/angular/node_modules/@angular/common/locales/global/ps.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ps.js rename to apps/angular/node_modules/@angular/common/locales/global/ps.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/pt-AO.js b/apps/angular/node_modules/@angular/common/locales/global/pt-AO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/pt-AO.js rename to apps/angular/node_modules/@angular/common/locales/global/pt-AO.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/pt-CH.js b/apps/angular/node_modules/@angular/common/locales/global/pt-CH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/pt-CH.js rename to apps/angular/node_modules/@angular/common/locales/global/pt-CH.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/pt-CV.js b/apps/angular/node_modules/@angular/common/locales/global/pt-CV.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/pt-CV.js rename to apps/angular/node_modules/@angular/common/locales/global/pt-CV.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/pt-GQ.js b/apps/angular/node_modules/@angular/common/locales/global/pt-GQ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/pt-GQ.js rename to apps/angular/node_modules/@angular/common/locales/global/pt-GQ.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/pt-GW.js b/apps/angular/node_modules/@angular/common/locales/global/pt-GW.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/pt-GW.js rename to apps/angular/node_modules/@angular/common/locales/global/pt-GW.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/pt-LU.js b/apps/angular/node_modules/@angular/common/locales/global/pt-LU.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/pt-LU.js rename to apps/angular/node_modules/@angular/common/locales/global/pt-LU.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/pt-MO.js b/apps/angular/node_modules/@angular/common/locales/global/pt-MO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/pt-MO.js rename to apps/angular/node_modules/@angular/common/locales/global/pt-MO.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/pt-MZ.js b/apps/angular/node_modules/@angular/common/locales/global/pt-MZ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/pt-MZ.js rename to apps/angular/node_modules/@angular/common/locales/global/pt-MZ.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/pt-PT.js b/apps/angular/node_modules/@angular/common/locales/global/pt-PT.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/pt-PT.js rename to apps/angular/node_modules/@angular/common/locales/global/pt-PT.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/pt-ST.js b/apps/angular/node_modules/@angular/common/locales/global/pt-ST.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/pt-ST.js rename to apps/angular/node_modules/@angular/common/locales/global/pt-ST.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/pt-TL.js b/apps/angular/node_modules/@angular/common/locales/global/pt-TL.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/pt-TL.js rename to apps/angular/node_modules/@angular/common/locales/global/pt-TL.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/pt.js b/apps/angular/node_modules/@angular/common/locales/global/pt.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/pt.js rename to apps/angular/node_modules/@angular/common/locales/global/pt.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/qu-BO.js b/apps/angular/node_modules/@angular/common/locales/global/qu-BO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/qu-BO.js rename to apps/angular/node_modules/@angular/common/locales/global/qu-BO.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/qu-EC.js b/apps/angular/node_modules/@angular/common/locales/global/qu-EC.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/qu-EC.js rename to apps/angular/node_modules/@angular/common/locales/global/qu-EC.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/qu.js b/apps/angular/node_modules/@angular/common/locales/global/qu.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/qu.js rename to apps/angular/node_modules/@angular/common/locales/global/qu.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/quc.js b/apps/angular/node_modules/@angular/common/locales/global/quc.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/quc.js rename to apps/angular/node_modules/@angular/common/locales/global/quc.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/raj.js b/apps/angular/node_modules/@angular/common/locales/global/raj.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/raj.js rename to apps/angular/node_modules/@angular/common/locales/global/raj.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/rhg-Rohg-BD.js b/apps/angular/node_modules/@angular/common/locales/global/rhg-Rohg-BD.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/rhg-Rohg-BD.js rename to apps/angular/node_modules/@angular/common/locales/global/rhg-Rohg-BD.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/rhg-Rohg.js b/apps/angular/node_modules/@angular/common/locales/global/rhg-Rohg.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/rhg-Rohg.js rename to apps/angular/node_modules/@angular/common/locales/global/rhg-Rohg.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/rhg.js b/apps/angular/node_modules/@angular/common/locales/global/rhg.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/rhg.js rename to apps/angular/node_modules/@angular/common/locales/global/rhg.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/rif.js b/apps/angular/node_modules/@angular/common/locales/global/rif.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/rif.js rename to apps/angular/node_modules/@angular/common/locales/global/rif.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/rm.js b/apps/angular/node_modules/@angular/common/locales/global/rm.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/rm.js rename to apps/angular/node_modules/@angular/common/locales/global/rm.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/rn.js b/apps/angular/node_modules/@angular/common/locales/global/rn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/rn.js rename to apps/angular/node_modules/@angular/common/locales/global/rn.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ro-MD.js b/apps/angular/node_modules/@angular/common/locales/global/ro-MD.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ro-MD.js rename to apps/angular/node_modules/@angular/common/locales/global/ro-MD.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ro.js b/apps/angular/node_modules/@angular/common/locales/global/ro.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ro.js rename to apps/angular/node_modules/@angular/common/locales/global/ro.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/rof.js b/apps/angular/node_modules/@angular/common/locales/global/rof.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/rof.js rename to apps/angular/node_modules/@angular/common/locales/global/rof.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ru-BY.js b/apps/angular/node_modules/@angular/common/locales/global/ru-BY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ru-BY.js rename to apps/angular/node_modules/@angular/common/locales/global/ru-BY.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ru-KG.js b/apps/angular/node_modules/@angular/common/locales/global/ru-KG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ru-KG.js rename to apps/angular/node_modules/@angular/common/locales/global/ru-KG.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ru-KZ.js b/apps/angular/node_modules/@angular/common/locales/global/ru-KZ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ru-KZ.js rename to apps/angular/node_modules/@angular/common/locales/global/ru-KZ.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ru-MD.js b/apps/angular/node_modules/@angular/common/locales/global/ru-MD.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ru-MD.js rename to apps/angular/node_modules/@angular/common/locales/global/ru-MD.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ru-UA.js b/apps/angular/node_modules/@angular/common/locales/global/ru-UA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ru-UA.js rename to apps/angular/node_modules/@angular/common/locales/global/ru-UA.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ru.js b/apps/angular/node_modules/@angular/common/locales/global/ru.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ru.js rename to apps/angular/node_modules/@angular/common/locales/global/ru.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/rw.js b/apps/angular/node_modules/@angular/common/locales/global/rw.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/rw.js rename to apps/angular/node_modules/@angular/common/locales/global/rw.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/rwk.js b/apps/angular/node_modules/@angular/common/locales/global/rwk.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/rwk.js rename to apps/angular/node_modules/@angular/common/locales/global/rwk.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/sa.js b/apps/angular/node_modules/@angular/common/locales/global/sa.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/sa.js rename to apps/angular/node_modules/@angular/common/locales/global/sa.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/sah.js b/apps/angular/node_modules/@angular/common/locales/global/sah.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/sah.js rename to apps/angular/node_modules/@angular/common/locales/global/sah.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/saq.js b/apps/angular/node_modules/@angular/common/locales/global/saq.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/saq.js rename to apps/angular/node_modules/@angular/common/locales/global/saq.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/sat-Deva.js b/apps/angular/node_modules/@angular/common/locales/global/sat-Deva.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/sat-Deva.js rename to apps/angular/node_modules/@angular/common/locales/global/sat-Deva.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/sat-Olck.js b/apps/angular/node_modules/@angular/common/locales/global/sat-Olck.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/sat-Olck.js rename to apps/angular/node_modules/@angular/common/locales/global/sat-Olck.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/sat.js b/apps/angular/node_modules/@angular/common/locales/global/sat.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/sat.js rename to apps/angular/node_modules/@angular/common/locales/global/sat.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/sbp.js b/apps/angular/node_modules/@angular/common/locales/global/sbp.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/sbp.js rename to apps/angular/node_modules/@angular/common/locales/global/sbp.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/sc.js b/apps/angular/node_modules/@angular/common/locales/global/sc.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/sc.js rename to apps/angular/node_modules/@angular/common/locales/global/sc.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/scn.js b/apps/angular/node_modules/@angular/common/locales/global/scn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/scn.js rename to apps/angular/node_modules/@angular/common/locales/global/scn.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/sd-Arab.js b/apps/angular/node_modules/@angular/common/locales/global/sd-Arab.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/sd-Arab.js rename to apps/angular/node_modules/@angular/common/locales/global/sd-Arab.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/sd-Deva.js b/apps/angular/node_modules/@angular/common/locales/global/sd-Deva.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/sd-Deva.js rename to apps/angular/node_modules/@angular/common/locales/global/sd-Deva.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/sd.js b/apps/angular/node_modules/@angular/common/locales/global/sd.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/sd.js rename to apps/angular/node_modules/@angular/common/locales/global/sd.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/sdh-IQ.js b/apps/angular/node_modules/@angular/common/locales/global/sdh-IQ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/sdh-IQ.js rename to apps/angular/node_modules/@angular/common/locales/global/sdh-IQ.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/sdh.js b/apps/angular/node_modules/@angular/common/locales/global/sdh.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/sdh.js rename to apps/angular/node_modules/@angular/common/locales/global/sdh.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/se-FI.js b/apps/angular/node_modules/@angular/common/locales/global/se-FI.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/se-FI.js rename to apps/angular/node_modules/@angular/common/locales/global/se-FI.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/se-SE.js b/apps/angular/node_modules/@angular/common/locales/global/se-SE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/se-SE.js rename to apps/angular/node_modules/@angular/common/locales/global/se-SE.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/se.js b/apps/angular/node_modules/@angular/common/locales/global/se.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/se.js rename to apps/angular/node_modules/@angular/common/locales/global/se.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/seh.js b/apps/angular/node_modules/@angular/common/locales/global/seh.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/seh.js rename to apps/angular/node_modules/@angular/common/locales/global/seh.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ses.js b/apps/angular/node_modules/@angular/common/locales/global/ses.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ses.js rename to apps/angular/node_modules/@angular/common/locales/global/ses.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/sg.js b/apps/angular/node_modules/@angular/common/locales/global/sg.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/sg.js rename to apps/angular/node_modules/@angular/common/locales/global/sg.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/shi-Latn.js b/apps/angular/node_modules/@angular/common/locales/global/shi-Latn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/shi-Latn.js rename to apps/angular/node_modules/@angular/common/locales/global/shi-Latn.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/shi-Tfng.js b/apps/angular/node_modules/@angular/common/locales/global/shi-Tfng.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/shi-Tfng.js rename to apps/angular/node_modules/@angular/common/locales/global/shi-Tfng.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/shi.js b/apps/angular/node_modules/@angular/common/locales/global/shi.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/shi.js rename to apps/angular/node_modules/@angular/common/locales/global/shi.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/shn-TH.js b/apps/angular/node_modules/@angular/common/locales/global/shn-TH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/shn-TH.js rename to apps/angular/node_modules/@angular/common/locales/global/shn-TH.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/shn.js b/apps/angular/node_modules/@angular/common/locales/global/shn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/shn.js rename to apps/angular/node_modules/@angular/common/locales/global/shn.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/si.js b/apps/angular/node_modules/@angular/common/locales/global/si.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/si.js rename to apps/angular/node_modules/@angular/common/locales/global/si.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/sid.js b/apps/angular/node_modules/@angular/common/locales/global/sid.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/sid.js rename to apps/angular/node_modules/@angular/common/locales/global/sid.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/sk.js b/apps/angular/node_modules/@angular/common/locales/global/sk.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/sk.js rename to apps/angular/node_modules/@angular/common/locales/global/sk.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/skr.js b/apps/angular/node_modules/@angular/common/locales/global/skr.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/skr.js rename to apps/angular/node_modules/@angular/common/locales/global/skr.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/sl.js b/apps/angular/node_modules/@angular/common/locales/global/sl.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/sl.js rename to apps/angular/node_modules/@angular/common/locales/global/sl.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/sma-NO.js b/apps/angular/node_modules/@angular/common/locales/global/sma-NO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/sma-NO.js rename to apps/angular/node_modules/@angular/common/locales/global/sma-NO.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/sma.js b/apps/angular/node_modules/@angular/common/locales/global/sma.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/sma.js rename to apps/angular/node_modules/@angular/common/locales/global/sma.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/smj-NO.js b/apps/angular/node_modules/@angular/common/locales/global/smj-NO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/smj-NO.js rename to apps/angular/node_modules/@angular/common/locales/global/smj-NO.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/smj.js b/apps/angular/node_modules/@angular/common/locales/global/smj.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/smj.js rename to apps/angular/node_modules/@angular/common/locales/global/smj.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/smn.js b/apps/angular/node_modules/@angular/common/locales/global/smn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/smn.js rename to apps/angular/node_modules/@angular/common/locales/global/smn.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/sms.js b/apps/angular/node_modules/@angular/common/locales/global/sms.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/sms.js rename to apps/angular/node_modules/@angular/common/locales/global/sms.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/sn.js b/apps/angular/node_modules/@angular/common/locales/global/sn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/sn.js rename to apps/angular/node_modules/@angular/common/locales/global/sn.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/so-DJ.js b/apps/angular/node_modules/@angular/common/locales/global/so-DJ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/so-DJ.js rename to apps/angular/node_modules/@angular/common/locales/global/so-DJ.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/so-ET.js b/apps/angular/node_modules/@angular/common/locales/global/so-ET.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/so-ET.js rename to apps/angular/node_modules/@angular/common/locales/global/so-ET.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/so-KE.js b/apps/angular/node_modules/@angular/common/locales/global/so-KE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/so-KE.js rename to apps/angular/node_modules/@angular/common/locales/global/so-KE.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/so.js b/apps/angular/node_modules/@angular/common/locales/global/so.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/so.js rename to apps/angular/node_modules/@angular/common/locales/global/so.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/sq-MK.js b/apps/angular/node_modules/@angular/common/locales/global/sq-MK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/sq-MK.js rename to apps/angular/node_modules/@angular/common/locales/global/sq-MK.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/sq-XK.js b/apps/angular/node_modules/@angular/common/locales/global/sq-XK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/sq-XK.js rename to apps/angular/node_modules/@angular/common/locales/global/sq-XK.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/sq.js b/apps/angular/node_modules/@angular/common/locales/global/sq.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/sq.js rename to apps/angular/node_modules/@angular/common/locales/global/sq.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/sr-Cyrl-BA.js b/apps/angular/node_modules/@angular/common/locales/global/sr-Cyrl-BA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/sr-Cyrl-BA.js rename to apps/angular/node_modules/@angular/common/locales/global/sr-Cyrl-BA.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/sr-Cyrl-ME.js b/apps/angular/node_modules/@angular/common/locales/global/sr-Cyrl-ME.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/sr-Cyrl-ME.js rename to apps/angular/node_modules/@angular/common/locales/global/sr-Cyrl-ME.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/sr-Cyrl-XK.js b/apps/angular/node_modules/@angular/common/locales/global/sr-Cyrl-XK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/sr-Cyrl-XK.js rename to apps/angular/node_modules/@angular/common/locales/global/sr-Cyrl-XK.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/sr-Cyrl.js b/apps/angular/node_modules/@angular/common/locales/global/sr-Cyrl.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/sr-Cyrl.js rename to apps/angular/node_modules/@angular/common/locales/global/sr-Cyrl.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/sr-Latn-BA.js b/apps/angular/node_modules/@angular/common/locales/global/sr-Latn-BA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/sr-Latn-BA.js rename to apps/angular/node_modules/@angular/common/locales/global/sr-Latn-BA.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/sr-Latn-ME.js b/apps/angular/node_modules/@angular/common/locales/global/sr-Latn-ME.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/sr-Latn-ME.js rename to apps/angular/node_modules/@angular/common/locales/global/sr-Latn-ME.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/sr-Latn-XK.js b/apps/angular/node_modules/@angular/common/locales/global/sr-Latn-XK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/sr-Latn-XK.js rename to apps/angular/node_modules/@angular/common/locales/global/sr-Latn-XK.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/sr-Latn.js b/apps/angular/node_modules/@angular/common/locales/global/sr-Latn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/sr-Latn.js rename to apps/angular/node_modules/@angular/common/locales/global/sr-Latn.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/sr.js b/apps/angular/node_modules/@angular/common/locales/global/sr.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/sr.js rename to apps/angular/node_modules/@angular/common/locales/global/sr.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ss-SZ.js b/apps/angular/node_modules/@angular/common/locales/global/ss-SZ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ss-SZ.js rename to apps/angular/node_modules/@angular/common/locales/global/ss-SZ.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ss.js b/apps/angular/node_modules/@angular/common/locales/global/ss.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ss.js rename to apps/angular/node_modules/@angular/common/locales/global/ss.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ssy.js b/apps/angular/node_modules/@angular/common/locales/global/ssy.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ssy.js rename to apps/angular/node_modules/@angular/common/locales/global/ssy.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/st-LS.js b/apps/angular/node_modules/@angular/common/locales/global/st-LS.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/st-LS.js rename to apps/angular/node_modules/@angular/common/locales/global/st-LS.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/st.js b/apps/angular/node_modules/@angular/common/locales/global/st.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/st.js rename to apps/angular/node_modules/@angular/common/locales/global/st.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/su-Latn.js b/apps/angular/node_modules/@angular/common/locales/global/su-Latn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/su-Latn.js rename to apps/angular/node_modules/@angular/common/locales/global/su-Latn.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/su.js b/apps/angular/node_modules/@angular/common/locales/global/su.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/su.js rename to apps/angular/node_modules/@angular/common/locales/global/su.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/sv-AX.js b/apps/angular/node_modules/@angular/common/locales/global/sv-AX.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/sv-AX.js rename to apps/angular/node_modules/@angular/common/locales/global/sv-AX.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/sv-FI.js b/apps/angular/node_modules/@angular/common/locales/global/sv-FI.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/sv-FI.js rename to apps/angular/node_modules/@angular/common/locales/global/sv-FI.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/sv.js b/apps/angular/node_modules/@angular/common/locales/global/sv.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/sv.js rename to apps/angular/node_modules/@angular/common/locales/global/sv.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/sw-CD.js b/apps/angular/node_modules/@angular/common/locales/global/sw-CD.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/sw-CD.js rename to apps/angular/node_modules/@angular/common/locales/global/sw-CD.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/sw-KE.js b/apps/angular/node_modules/@angular/common/locales/global/sw-KE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/sw-KE.js rename to apps/angular/node_modules/@angular/common/locales/global/sw-KE.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/sw-UG.js b/apps/angular/node_modules/@angular/common/locales/global/sw-UG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/sw-UG.js rename to apps/angular/node_modules/@angular/common/locales/global/sw-UG.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/sw.js b/apps/angular/node_modules/@angular/common/locales/global/sw.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/sw.js rename to apps/angular/node_modules/@angular/common/locales/global/sw.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/syr-SY.js b/apps/angular/node_modules/@angular/common/locales/global/syr-SY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/syr-SY.js rename to apps/angular/node_modules/@angular/common/locales/global/syr-SY.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/syr.js b/apps/angular/node_modules/@angular/common/locales/global/syr.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/syr.js rename to apps/angular/node_modules/@angular/common/locales/global/syr.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/szl.js b/apps/angular/node_modules/@angular/common/locales/global/szl.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/szl.js rename to apps/angular/node_modules/@angular/common/locales/global/szl.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ta-LK.js b/apps/angular/node_modules/@angular/common/locales/global/ta-LK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ta-LK.js rename to apps/angular/node_modules/@angular/common/locales/global/ta-LK.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ta-MY.js b/apps/angular/node_modules/@angular/common/locales/global/ta-MY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ta-MY.js rename to apps/angular/node_modules/@angular/common/locales/global/ta-MY.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ta-SG.js b/apps/angular/node_modules/@angular/common/locales/global/ta-SG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ta-SG.js rename to apps/angular/node_modules/@angular/common/locales/global/ta-SG.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ta.js b/apps/angular/node_modules/@angular/common/locales/global/ta.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ta.js rename to apps/angular/node_modules/@angular/common/locales/global/ta.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/te.js b/apps/angular/node_modules/@angular/common/locales/global/te.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/te.js rename to apps/angular/node_modules/@angular/common/locales/global/te.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/teo-KE.js b/apps/angular/node_modules/@angular/common/locales/global/teo-KE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/teo-KE.js rename to apps/angular/node_modules/@angular/common/locales/global/teo-KE.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/teo.js b/apps/angular/node_modules/@angular/common/locales/global/teo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/teo.js rename to apps/angular/node_modules/@angular/common/locales/global/teo.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/tg.js b/apps/angular/node_modules/@angular/common/locales/global/tg.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/tg.js rename to apps/angular/node_modules/@angular/common/locales/global/tg.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/th.js b/apps/angular/node_modules/@angular/common/locales/global/th.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/th.js rename to apps/angular/node_modules/@angular/common/locales/global/th.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ti-ER.js b/apps/angular/node_modules/@angular/common/locales/global/ti-ER.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ti-ER.js rename to apps/angular/node_modules/@angular/common/locales/global/ti-ER.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ti.js b/apps/angular/node_modules/@angular/common/locales/global/ti.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ti.js rename to apps/angular/node_modules/@angular/common/locales/global/ti.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/tig.js b/apps/angular/node_modules/@angular/common/locales/global/tig.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/tig.js rename to apps/angular/node_modules/@angular/common/locales/global/tig.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/tk.js b/apps/angular/node_modules/@angular/common/locales/global/tk.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/tk.js rename to apps/angular/node_modules/@angular/common/locales/global/tk.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/tn-BW.js b/apps/angular/node_modules/@angular/common/locales/global/tn-BW.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/tn-BW.js rename to apps/angular/node_modules/@angular/common/locales/global/tn-BW.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/tn.js b/apps/angular/node_modules/@angular/common/locales/global/tn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/tn.js rename to apps/angular/node_modules/@angular/common/locales/global/tn.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/to.js b/apps/angular/node_modules/@angular/common/locales/global/to.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/to.js rename to apps/angular/node_modules/@angular/common/locales/global/to.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/tok.js b/apps/angular/node_modules/@angular/common/locales/global/tok.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/tok.js rename to apps/angular/node_modules/@angular/common/locales/global/tok.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/tpi.js b/apps/angular/node_modules/@angular/common/locales/global/tpi.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/tpi.js rename to apps/angular/node_modules/@angular/common/locales/global/tpi.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/tr-CY.js b/apps/angular/node_modules/@angular/common/locales/global/tr-CY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/tr-CY.js rename to apps/angular/node_modules/@angular/common/locales/global/tr-CY.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/tr.js b/apps/angular/node_modules/@angular/common/locales/global/tr.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/tr.js rename to apps/angular/node_modules/@angular/common/locales/global/tr.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/trv.js b/apps/angular/node_modules/@angular/common/locales/global/trv.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/trv.js rename to apps/angular/node_modules/@angular/common/locales/global/trv.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/trw.js b/apps/angular/node_modules/@angular/common/locales/global/trw.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/trw.js rename to apps/angular/node_modules/@angular/common/locales/global/trw.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ts.js b/apps/angular/node_modules/@angular/common/locales/global/ts.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ts.js rename to apps/angular/node_modules/@angular/common/locales/global/ts.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/tt.js b/apps/angular/node_modules/@angular/common/locales/global/tt.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/tt.js rename to apps/angular/node_modules/@angular/common/locales/global/tt.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/twq.js b/apps/angular/node_modules/@angular/common/locales/global/twq.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/twq.js rename to apps/angular/node_modules/@angular/common/locales/global/twq.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/tyv.js b/apps/angular/node_modules/@angular/common/locales/global/tyv.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/tyv.js rename to apps/angular/node_modules/@angular/common/locales/global/tyv.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/tzm.js b/apps/angular/node_modules/@angular/common/locales/global/tzm.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/tzm.js rename to apps/angular/node_modules/@angular/common/locales/global/tzm.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ug.js b/apps/angular/node_modules/@angular/common/locales/global/ug.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ug.js rename to apps/angular/node_modules/@angular/common/locales/global/ug.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/uk.js b/apps/angular/node_modules/@angular/common/locales/global/uk.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/uk.js rename to apps/angular/node_modules/@angular/common/locales/global/uk.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/und.js b/apps/angular/node_modules/@angular/common/locales/global/und.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/und.js rename to apps/angular/node_modules/@angular/common/locales/global/und.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ur-IN.js b/apps/angular/node_modules/@angular/common/locales/global/ur-IN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ur-IN.js rename to apps/angular/node_modules/@angular/common/locales/global/ur-IN.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ur.js b/apps/angular/node_modules/@angular/common/locales/global/ur.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ur.js rename to apps/angular/node_modules/@angular/common/locales/global/ur.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/uz-Arab.js b/apps/angular/node_modules/@angular/common/locales/global/uz-Arab.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/uz-Arab.js rename to apps/angular/node_modules/@angular/common/locales/global/uz-Arab.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/uz-Cyrl.js b/apps/angular/node_modules/@angular/common/locales/global/uz-Cyrl.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/uz-Cyrl.js rename to apps/angular/node_modules/@angular/common/locales/global/uz-Cyrl.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/uz-Latn.js b/apps/angular/node_modules/@angular/common/locales/global/uz-Latn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/uz-Latn.js rename to apps/angular/node_modules/@angular/common/locales/global/uz-Latn.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/uz.js b/apps/angular/node_modules/@angular/common/locales/global/uz.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/uz.js rename to apps/angular/node_modules/@angular/common/locales/global/uz.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/vai-Latn.js b/apps/angular/node_modules/@angular/common/locales/global/vai-Latn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/vai-Latn.js rename to apps/angular/node_modules/@angular/common/locales/global/vai-Latn.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/vai-Vaii.js b/apps/angular/node_modules/@angular/common/locales/global/vai-Vaii.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/vai-Vaii.js rename to apps/angular/node_modules/@angular/common/locales/global/vai-Vaii.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/vai.js b/apps/angular/node_modules/@angular/common/locales/global/vai.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/vai.js rename to apps/angular/node_modules/@angular/common/locales/global/vai.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/ve.js b/apps/angular/node_modules/@angular/common/locales/global/ve.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/ve.js rename to apps/angular/node_modules/@angular/common/locales/global/ve.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/vec.js b/apps/angular/node_modules/@angular/common/locales/global/vec.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/vec.js rename to apps/angular/node_modules/@angular/common/locales/global/vec.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/vi.js b/apps/angular/node_modules/@angular/common/locales/global/vi.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/vi.js rename to apps/angular/node_modules/@angular/common/locales/global/vi.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/vmw.js b/apps/angular/node_modules/@angular/common/locales/global/vmw.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/vmw.js rename to apps/angular/node_modules/@angular/common/locales/global/vmw.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/vo.js b/apps/angular/node_modules/@angular/common/locales/global/vo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/vo.js rename to apps/angular/node_modules/@angular/common/locales/global/vo.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/vun.js b/apps/angular/node_modules/@angular/common/locales/global/vun.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/vun.js rename to apps/angular/node_modules/@angular/common/locales/global/vun.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/wa.js b/apps/angular/node_modules/@angular/common/locales/global/wa.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/wa.js rename to apps/angular/node_modules/@angular/common/locales/global/wa.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/wae.js b/apps/angular/node_modules/@angular/common/locales/global/wae.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/wae.js rename to apps/angular/node_modules/@angular/common/locales/global/wae.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/wal.js b/apps/angular/node_modules/@angular/common/locales/global/wal.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/wal.js rename to apps/angular/node_modules/@angular/common/locales/global/wal.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/wbp.js b/apps/angular/node_modules/@angular/common/locales/global/wbp.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/wbp.js rename to apps/angular/node_modules/@angular/common/locales/global/wbp.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/wo.js b/apps/angular/node_modules/@angular/common/locales/global/wo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/wo.js rename to apps/angular/node_modules/@angular/common/locales/global/wo.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/xh.js b/apps/angular/node_modules/@angular/common/locales/global/xh.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/xh.js rename to apps/angular/node_modules/@angular/common/locales/global/xh.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/xnr.js b/apps/angular/node_modules/@angular/common/locales/global/xnr.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/xnr.js rename to apps/angular/node_modules/@angular/common/locales/global/xnr.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/xog.js b/apps/angular/node_modules/@angular/common/locales/global/xog.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/xog.js rename to apps/angular/node_modules/@angular/common/locales/global/xog.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/yav.js b/apps/angular/node_modules/@angular/common/locales/global/yav.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/yav.js rename to apps/angular/node_modules/@angular/common/locales/global/yav.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/yi.js b/apps/angular/node_modules/@angular/common/locales/global/yi.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/yi.js rename to apps/angular/node_modules/@angular/common/locales/global/yi.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/yo-BJ.js b/apps/angular/node_modules/@angular/common/locales/global/yo-BJ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/yo-BJ.js rename to apps/angular/node_modules/@angular/common/locales/global/yo-BJ.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/yo.js b/apps/angular/node_modules/@angular/common/locales/global/yo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/yo.js rename to apps/angular/node_modules/@angular/common/locales/global/yo.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/yrl-CO.js b/apps/angular/node_modules/@angular/common/locales/global/yrl-CO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/yrl-CO.js rename to apps/angular/node_modules/@angular/common/locales/global/yrl-CO.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/yrl-VE.js b/apps/angular/node_modules/@angular/common/locales/global/yrl-VE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/yrl-VE.js rename to apps/angular/node_modules/@angular/common/locales/global/yrl-VE.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/yrl.js b/apps/angular/node_modules/@angular/common/locales/global/yrl.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/yrl.js rename to apps/angular/node_modules/@angular/common/locales/global/yrl.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/yue-Hans.js b/apps/angular/node_modules/@angular/common/locales/global/yue-Hans.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/yue-Hans.js rename to apps/angular/node_modules/@angular/common/locales/global/yue-Hans.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/yue-Hant-CN.js b/apps/angular/node_modules/@angular/common/locales/global/yue-Hant-CN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/yue-Hant-CN.js rename to apps/angular/node_modules/@angular/common/locales/global/yue-Hant-CN.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/yue-Hant-MO.js b/apps/angular/node_modules/@angular/common/locales/global/yue-Hant-MO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/yue-Hant-MO.js rename to apps/angular/node_modules/@angular/common/locales/global/yue-Hant-MO.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/yue-Hant.js b/apps/angular/node_modules/@angular/common/locales/global/yue-Hant.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/yue-Hant.js rename to apps/angular/node_modules/@angular/common/locales/global/yue-Hant.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/yue.js b/apps/angular/node_modules/@angular/common/locales/global/yue.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/yue.js rename to apps/angular/node_modules/@angular/common/locales/global/yue.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/za.js b/apps/angular/node_modules/@angular/common/locales/global/za.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/za.js rename to apps/angular/node_modules/@angular/common/locales/global/za.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/zgh.js b/apps/angular/node_modules/@angular/common/locales/global/zgh.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/zgh.js rename to apps/angular/node_modules/@angular/common/locales/global/zgh.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/zh-Hans-HK.js b/apps/angular/node_modules/@angular/common/locales/global/zh-Hans-HK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/zh-Hans-HK.js rename to apps/angular/node_modules/@angular/common/locales/global/zh-Hans-HK.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/zh-Hans-MO.js b/apps/angular/node_modules/@angular/common/locales/global/zh-Hans-MO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/zh-Hans-MO.js rename to apps/angular/node_modules/@angular/common/locales/global/zh-Hans-MO.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/zh-Hans-MY.js b/apps/angular/node_modules/@angular/common/locales/global/zh-Hans-MY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/zh-Hans-MY.js rename to apps/angular/node_modules/@angular/common/locales/global/zh-Hans-MY.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/zh-Hans-SG.js b/apps/angular/node_modules/@angular/common/locales/global/zh-Hans-SG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/zh-Hans-SG.js rename to apps/angular/node_modules/@angular/common/locales/global/zh-Hans-SG.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/zh-Hans.js b/apps/angular/node_modules/@angular/common/locales/global/zh-Hans.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/zh-Hans.js rename to apps/angular/node_modules/@angular/common/locales/global/zh-Hans.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/zh-Hant-HK.js b/apps/angular/node_modules/@angular/common/locales/global/zh-Hant-HK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/zh-Hant-HK.js rename to apps/angular/node_modules/@angular/common/locales/global/zh-Hant-HK.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/zh-Hant-MO.js b/apps/angular/node_modules/@angular/common/locales/global/zh-Hant-MO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/zh-Hant-MO.js rename to apps/angular/node_modules/@angular/common/locales/global/zh-Hant-MO.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/zh-Hant-MY.js b/apps/angular/node_modules/@angular/common/locales/global/zh-Hant-MY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/zh-Hant-MY.js rename to apps/angular/node_modules/@angular/common/locales/global/zh-Hant-MY.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/zh-Hant.js b/apps/angular/node_modules/@angular/common/locales/global/zh-Hant.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/zh-Hant.js rename to apps/angular/node_modules/@angular/common/locales/global/zh-Hant.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/zh-Latn.js b/apps/angular/node_modules/@angular/common/locales/global/zh-Latn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/zh-Latn.js rename to apps/angular/node_modules/@angular/common/locales/global/zh-Latn.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/zh.js b/apps/angular/node_modules/@angular/common/locales/global/zh.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/zh.js rename to apps/angular/node_modules/@angular/common/locales/global/zh.js diff --git a/ClientApp/node_modules/@angular/common/locales/global/zu.js b/apps/angular/node_modules/@angular/common/locales/global/zu.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/global/zu.js rename to apps/angular/node_modules/@angular/common/locales/global/zu.js diff --git a/ClientApp/node_modules/@angular/common/locales/gn.d.ts b/apps/angular/node_modules/@angular/common/locales/gn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/gn.d.ts rename to apps/angular/node_modules/@angular/common/locales/gn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/gn.js b/apps/angular/node_modules/@angular/common/locales/gn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/gn.js rename to apps/angular/node_modules/@angular/common/locales/gn.js diff --git a/ClientApp/node_modules/@angular/common/locales/gn.js.map b/apps/angular/node_modules/@angular/common/locales/gn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/gn.js.map rename to apps/angular/node_modules/@angular/common/locales/gn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/gsw-FR.d.ts b/apps/angular/node_modules/@angular/common/locales/gsw-FR.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/gsw-FR.d.ts rename to apps/angular/node_modules/@angular/common/locales/gsw-FR.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/gsw-FR.js b/apps/angular/node_modules/@angular/common/locales/gsw-FR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/gsw-FR.js rename to apps/angular/node_modules/@angular/common/locales/gsw-FR.js diff --git a/ClientApp/node_modules/@angular/common/locales/gsw-FR.js.map b/apps/angular/node_modules/@angular/common/locales/gsw-FR.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/gsw-FR.js.map rename to apps/angular/node_modules/@angular/common/locales/gsw-FR.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/gsw-LI.d.ts b/apps/angular/node_modules/@angular/common/locales/gsw-LI.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/gsw-LI.d.ts rename to apps/angular/node_modules/@angular/common/locales/gsw-LI.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/gsw-LI.js b/apps/angular/node_modules/@angular/common/locales/gsw-LI.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/gsw-LI.js rename to apps/angular/node_modules/@angular/common/locales/gsw-LI.js diff --git a/ClientApp/node_modules/@angular/common/locales/gsw-LI.js.map b/apps/angular/node_modules/@angular/common/locales/gsw-LI.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/gsw-LI.js.map rename to apps/angular/node_modules/@angular/common/locales/gsw-LI.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/gsw.d.ts b/apps/angular/node_modules/@angular/common/locales/gsw.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/gsw.d.ts rename to apps/angular/node_modules/@angular/common/locales/gsw.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/gsw.js b/apps/angular/node_modules/@angular/common/locales/gsw.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/gsw.js rename to apps/angular/node_modules/@angular/common/locales/gsw.js diff --git a/ClientApp/node_modules/@angular/common/locales/gsw.js.map b/apps/angular/node_modules/@angular/common/locales/gsw.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/gsw.js.map rename to apps/angular/node_modules/@angular/common/locales/gsw.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/gu.d.ts b/apps/angular/node_modules/@angular/common/locales/gu.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/gu.d.ts rename to apps/angular/node_modules/@angular/common/locales/gu.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/gu.js b/apps/angular/node_modules/@angular/common/locales/gu.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/gu.js rename to apps/angular/node_modules/@angular/common/locales/gu.js diff --git a/ClientApp/node_modules/@angular/common/locales/gu.js.map b/apps/angular/node_modules/@angular/common/locales/gu.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/gu.js.map rename to apps/angular/node_modules/@angular/common/locales/gu.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/guz.d.ts b/apps/angular/node_modules/@angular/common/locales/guz.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/guz.d.ts rename to apps/angular/node_modules/@angular/common/locales/guz.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/guz.js b/apps/angular/node_modules/@angular/common/locales/guz.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/guz.js rename to apps/angular/node_modules/@angular/common/locales/guz.js diff --git a/ClientApp/node_modules/@angular/common/locales/guz.js.map b/apps/angular/node_modules/@angular/common/locales/guz.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/guz.js.map rename to apps/angular/node_modules/@angular/common/locales/guz.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/gv.d.ts b/apps/angular/node_modules/@angular/common/locales/gv.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/gv.d.ts rename to apps/angular/node_modules/@angular/common/locales/gv.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/gv.js b/apps/angular/node_modules/@angular/common/locales/gv.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/gv.js rename to apps/angular/node_modules/@angular/common/locales/gv.js diff --git a/ClientApp/node_modules/@angular/common/locales/gv.js.map b/apps/angular/node_modules/@angular/common/locales/gv.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/gv.js.map rename to apps/angular/node_modules/@angular/common/locales/gv.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ha-Arab-SD.d.ts b/apps/angular/node_modules/@angular/common/locales/ha-Arab-SD.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ha-Arab-SD.d.ts rename to apps/angular/node_modules/@angular/common/locales/ha-Arab-SD.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ha-Arab-SD.js b/apps/angular/node_modules/@angular/common/locales/ha-Arab-SD.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ha-Arab-SD.js rename to apps/angular/node_modules/@angular/common/locales/ha-Arab-SD.js diff --git a/ClientApp/node_modules/@angular/common/locales/ha-Arab-SD.js.map b/apps/angular/node_modules/@angular/common/locales/ha-Arab-SD.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ha-Arab-SD.js.map rename to apps/angular/node_modules/@angular/common/locales/ha-Arab-SD.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ha-Arab.d.ts b/apps/angular/node_modules/@angular/common/locales/ha-Arab.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ha-Arab.d.ts rename to apps/angular/node_modules/@angular/common/locales/ha-Arab.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ha-Arab.js b/apps/angular/node_modules/@angular/common/locales/ha-Arab.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ha-Arab.js rename to apps/angular/node_modules/@angular/common/locales/ha-Arab.js diff --git a/ClientApp/node_modules/@angular/common/locales/ha-Arab.js.map b/apps/angular/node_modules/@angular/common/locales/ha-Arab.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ha-Arab.js.map rename to apps/angular/node_modules/@angular/common/locales/ha-Arab.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ha-GH.d.ts b/apps/angular/node_modules/@angular/common/locales/ha-GH.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ha-GH.d.ts rename to apps/angular/node_modules/@angular/common/locales/ha-GH.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ha-GH.js b/apps/angular/node_modules/@angular/common/locales/ha-GH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ha-GH.js rename to apps/angular/node_modules/@angular/common/locales/ha-GH.js diff --git a/ClientApp/node_modules/@angular/common/locales/ha-GH.js.map b/apps/angular/node_modules/@angular/common/locales/ha-GH.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ha-GH.js.map rename to apps/angular/node_modules/@angular/common/locales/ha-GH.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ha-NE.d.ts b/apps/angular/node_modules/@angular/common/locales/ha-NE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ha-NE.d.ts rename to apps/angular/node_modules/@angular/common/locales/ha-NE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ha-NE.js b/apps/angular/node_modules/@angular/common/locales/ha-NE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ha-NE.js rename to apps/angular/node_modules/@angular/common/locales/ha-NE.js diff --git a/ClientApp/node_modules/@angular/common/locales/ha-NE.js.map b/apps/angular/node_modules/@angular/common/locales/ha-NE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ha-NE.js.map rename to apps/angular/node_modules/@angular/common/locales/ha-NE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ha.d.ts b/apps/angular/node_modules/@angular/common/locales/ha.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ha.d.ts rename to apps/angular/node_modules/@angular/common/locales/ha.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ha.js b/apps/angular/node_modules/@angular/common/locales/ha.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ha.js rename to apps/angular/node_modules/@angular/common/locales/ha.js diff --git a/ClientApp/node_modules/@angular/common/locales/ha.js.map b/apps/angular/node_modules/@angular/common/locales/ha.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ha.js.map rename to apps/angular/node_modules/@angular/common/locales/ha.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/haw.d.ts b/apps/angular/node_modules/@angular/common/locales/haw.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/haw.d.ts rename to apps/angular/node_modules/@angular/common/locales/haw.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/haw.js b/apps/angular/node_modules/@angular/common/locales/haw.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/haw.js rename to apps/angular/node_modules/@angular/common/locales/haw.js diff --git a/ClientApp/node_modules/@angular/common/locales/haw.js.map b/apps/angular/node_modules/@angular/common/locales/haw.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/haw.js.map rename to apps/angular/node_modules/@angular/common/locales/haw.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/he.d.ts b/apps/angular/node_modules/@angular/common/locales/he.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/he.d.ts rename to apps/angular/node_modules/@angular/common/locales/he.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/he.js b/apps/angular/node_modules/@angular/common/locales/he.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/he.js rename to apps/angular/node_modules/@angular/common/locales/he.js diff --git a/ClientApp/node_modules/@angular/common/locales/he.js.map b/apps/angular/node_modules/@angular/common/locales/he.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/he.js.map rename to apps/angular/node_modules/@angular/common/locales/he.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/hi-Latn.d.ts b/apps/angular/node_modules/@angular/common/locales/hi-Latn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/hi-Latn.d.ts rename to apps/angular/node_modules/@angular/common/locales/hi-Latn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/hi-Latn.js b/apps/angular/node_modules/@angular/common/locales/hi-Latn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/hi-Latn.js rename to apps/angular/node_modules/@angular/common/locales/hi-Latn.js diff --git a/ClientApp/node_modules/@angular/common/locales/hi-Latn.js.map b/apps/angular/node_modules/@angular/common/locales/hi-Latn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/hi-Latn.js.map rename to apps/angular/node_modules/@angular/common/locales/hi-Latn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/hi.d.ts b/apps/angular/node_modules/@angular/common/locales/hi.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/hi.d.ts rename to apps/angular/node_modules/@angular/common/locales/hi.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/hi.js b/apps/angular/node_modules/@angular/common/locales/hi.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/hi.js rename to apps/angular/node_modules/@angular/common/locales/hi.js diff --git a/ClientApp/node_modules/@angular/common/locales/hi.js.map b/apps/angular/node_modules/@angular/common/locales/hi.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/hi.js.map rename to apps/angular/node_modules/@angular/common/locales/hi.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/hnj-Hmnp.d.ts b/apps/angular/node_modules/@angular/common/locales/hnj-Hmnp.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/hnj-Hmnp.d.ts rename to apps/angular/node_modules/@angular/common/locales/hnj-Hmnp.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/hnj-Hmnp.js b/apps/angular/node_modules/@angular/common/locales/hnj-Hmnp.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/hnj-Hmnp.js rename to apps/angular/node_modules/@angular/common/locales/hnj-Hmnp.js diff --git a/ClientApp/node_modules/@angular/common/locales/hnj-Hmnp.js.map b/apps/angular/node_modules/@angular/common/locales/hnj-Hmnp.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/hnj-Hmnp.js.map rename to apps/angular/node_modules/@angular/common/locales/hnj-Hmnp.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/hnj.d.ts b/apps/angular/node_modules/@angular/common/locales/hnj.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/hnj.d.ts rename to apps/angular/node_modules/@angular/common/locales/hnj.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/hnj.js b/apps/angular/node_modules/@angular/common/locales/hnj.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/hnj.js rename to apps/angular/node_modules/@angular/common/locales/hnj.js diff --git a/ClientApp/node_modules/@angular/common/locales/hnj.js.map b/apps/angular/node_modules/@angular/common/locales/hnj.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/hnj.js.map rename to apps/angular/node_modules/@angular/common/locales/hnj.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/hr-BA.d.ts b/apps/angular/node_modules/@angular/common/locales/hr-BA.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/hr-BA.d.ts rename to apps/angular/node_modules/@angular/common/locales/hr-BA.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/hr-BA.js b/apps/angular/node_modules/@angular/common/locales/hr-BA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/hr-BA.js rename to apps/angular/node_modules/@angular/common/locales/hr-BA.js diff --git a/ClientApp/node_modules/@angular/common/locales/hr-BA.js.map b/apps/angular/node_modules/@angular/common/locales/hr-BA.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/hr-BA.js.map rename to apps/angular/node_modules/@angular/common/locales/hr-BA.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/hr.d.ts b/apps/angular/node_modules/@angular/common/locales/hr.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/hr.d.ts rename to apps/angular/node_modules/@angular/common/locales/hr.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/hr.js b/apps/angular/node_modules/@angular/common/locales/hr.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/hr.js rename to apps/angular/node_modules/@angular/common/locales/hr.js diff --git a/ClientApp/node_modules/@angular/common/locales/hr.js.map b/apps/angular/node_modules/@angular/common/locales/hr.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/hr.js.map rename to apps/angular/node_modules/@angular/common/locales/hr.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/hsb.d.ts b/apps/angular/node_modules/@angular/common/locales/hsb.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/hsb.d.ts rename to apps/angular/node_modules/@angular/common/locales/hsb.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/hsb.js b/apps/angular/node_modules/@angular/common/locales/hsb.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/hsb.js rename to apps/angular/node_modules/@angular/common/locales/hsb.js diff --git a/ClientApp/node_modules/@angular/common/locales/hsb.js.map b/apps/angular/node_modules/@angular/common/locales/hsb.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/hsb.js.map rename to apps/angular/node_modules/@angular/common/locales/hsb.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ht.d.ts b/apps/angular/node_modules/@angular/common/locales/ht.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ht.d.ts rename to apps/angular/node_modules/@angular/common/locales/ht.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ht.js b/apps/angular/node_modules/@angular/common/locales/ht.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ht.js rename to apps/angular/node_modules/@angular/common/locales/ht.js diff --git a/ClientApp/node_modules/@angular/common/locales/ht.js.map b/apps/angular/node_modules/@angular/common/locales/ht.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ht.js.map rename to apps/angular/node_modules/@angular/common/locales/ht.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/hu.d.ts b/apps/angular/node_modules/@angular/common/locales/hu.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/hu.d.ts rename to apps/angular/node_modules/@angular/common/locales/hu.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/hu.js b/apps/angular/node_modules/@angular/common/locales/hu.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/hu.js rename to apps/angular/node_modules/@angular/common/locales/hu.js diff --git a/ClientApp/node_modules/@angular/common/locales/hu.js.map b/apps/angular/node_modules/@angular/common/locales/hu.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/hu.js.map rename to apps/angular/node_modules/@angular/common/locales/hu.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/hy.d.ts b/apps/angular/node_modules/@angular/common/locales/hy.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/hy.d.ts rename to apps/angular/node_modules/@angular/common/locales/hy.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/hy.js b/apps/angular/node_modules/@angular/common/locales/hy.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/hy.js rename to apps/angular/node_modules/@angular/common/locales/hy.js diff --git a/ClientApp/node_modules/@angular/common/locales/hy.js.map b/apps/angular/node_modules/@angular/common/locales/hy.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/hy.js.map rename to apps/angular/node_modules/@angular/common/locales/hy.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ia.d.ts b/apps/angular/node_modules/@angular/common/locales/ia.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ia.d.ts rename to apps/angular/node_modules/@angular/common/locales/ia.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ia.js b/apps/angular/node_modules/@angular/common/locales/ia.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ia.js rename to apps/angular/node_modules/@angular/common/locales/ia.js diff --git a/ClientApp/node_modules/@angular/common/locales/ia.js.map b/apps/angular/node_modules/@angular/common/locales/ia.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ia.js.map rename to apps/angular/node_modules/@angular/common/locales/ia.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/id.d.ts b/apps/angular/node_modules/@angular/common/locales/id.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/id.d.ts rename to apps/angular/node_modules/@angular/common/locales/id.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/id.js b/apps/angular/node_modules/@angular/common/locales/id.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/id.js rename to apps/angular/node_modules/@angular/common/locales/id.js diff --git a/ClientApp/node_modules/@angular/common/locales/id.js.map b/apps/angular/node_modules/@angular/common/locales/id.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/id.js.map rename to apps/angular/node_modules/@angular/common/locales/id.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ie.d.ts b/apps/angular/node_modules/@angular/common/locales/ie.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ie.d.ts rename to apps/angular/node_modules/@angular/common/locales/ie.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ie.js b/apps/angular/node_modules/@angular/common/locales/ie.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ie.js rename to apps/angular/node_modules/@angular/common/locales/ie.js diff --git a/ClientApp/node_modules/@angular/common/locales/ie.js.map b/apps/angular/node_modules/@angular/common/locales/ie.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ie.js.map rename to apps/angular/node_modules/@angular/common/locales/ie.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ig.d.ts b/apps/angular/node_modules/@angular/common/locales/ig.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ig.d.ts rename to apps/angular/node_modules/@angular/common/locales/ig.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ig.js b/apps/angular/node_modules/@angular/common/locales/ig.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ig.js rename to apps/angular/node_modules/@angular/common/locales/ig.js diff --git a/ClientApp/node_modules/@angular/common/locales/ig.js.map b/apps/angular/node_modules/@angular/common/locales/ig.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ig.js.map rename to apps/angular/node_modules/@angular/common/locales/ig.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ii.d.ts b/apps/angular/node_modules/@angular/common/locales/ii.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ii.d.ts rename to apps/angular/node_modules/@angular/common/locales/ii.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ii.js b/apps/angular/node_modules/@angular/common/locales/ii.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ii.js rename to apps/angular/node_modules/@angular/common/locales/ii.js diff --git a/ClientApp/node_modules/@angular/common/locales/ii.js.map b/apps/angular/node_modules/@angular/common/locales/ii.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ii.js.map rename to apps/angular/node_modules/@angular/common/locales/ii.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/io.d.ts b/apps/angular/node_modules/@angular/common/locales/io.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/io.d.ts rename to apps/angular/node_modules/@angular/common/locales/io.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/io.js b/apps/angular/node_modules/@angular/common/locales/io.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/io.js rename to apps/angular/node_modules/@angular/common/locales/io.js diff --git a/ClientApp/node_modules/@angular/common/locales/io.js.map b/apps/angular/node_modules/@angular/common/locales/io.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/io.js.map rename to apps/angular/node_modules/@angular/common/locales/io.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/is.d.ts b/apps/angular/node_modules/@angular/common/locales/is.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/is.d.ts rename to apps/angular/node_modules/@angular/common/locales/is.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/is.js b/apps/angular/node_modules/@angular/common/locales/is.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/is.js rename to apps/angular/node_modules/@angular/common/locales/is.js diff --git a/ClientApp/node_modules/@angular/common/locales/is.js.map b/apps/angular/node_modules/@angular/common/locales/is.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/is.js.map rename to apps/angular/node_modules/@angular/common/locales/is.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/it-CH.d.ts b/apps/angular/node_modules/@angular/common/locales/it-CH.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/it-CH.d.ts rename to apps/angular/node_modules/@angular/common/locales/it-CH.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/it-CH.js b/apps/angular/node_modules/@angular/common/locales/it-CH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/it-CH.js rename to apps/angular/node_modules/@angular/common/locales/it-CH.js diff --git a/ClientApp/node_modules/@angular/common/locales/it-CH.js.map b/apps/angular/node_modules/@angular/common/locales/it-CH.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/it-CH.js.map rename to apps/angular/node_modules/@angular/common/locales/it-CH.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/it-SM.d.ts b/apps/angular/node_modules/@angular/common/locales/it-SM.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/it-SM.d.ts rename to apps/angular/node_modules/@angular/common/locales/it-SM.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/it-SM.js b/apps/angular/node_modules/@angular/common/locales/it-SM.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/it-SM.js rename to apps/angular/node_modules/@angular/common/locales/it-SM.js diff --git a/ClientApp/node_modules/@angular/common/locales/it-SM.js.map b/apps/angular/node_modules/@angular/common/locales/it-SM.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/it-SM.js.map rename to apps/angular/node_modules/@angular/common/locales/it-SM.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/it-VA.d.ts b/apps/angular/node_modules/@angular/common/locales/it-VA.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/it-VA.d.ts rename to apps/angular/node_modules/@angular/common/locales/it-VA.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/it-VA.js b/apps/angular/node_modules/@angular/common/locales/it-VA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/it-VA.js rename to apps/angular/node_modules/@angular/common/locales/it-VA.js diff --git a/ClientApp/node_modules/@angular/common/locales/it-VA.js.map b/apps/angular/node_modules/@angular/common/locales/it-VA.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/it-VA.js.map rename to apps/angular/node_modules/@angular/common/locales/it-VA.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/it.d.ts b/apps/angular/node_modules/@angular/common/locales/it.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/it.d.ts rename to apps/angular/node_modules/@angular/common/locales/it.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/it.js b/apps/angular/node_modules/@angular/common/locales/it.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/it.js rename to apps/angular/node_modules/@angular/common/locales/it.js diff --git a/ClientApp/node_modules/@angular/common/locales/it.js.map b/apps/angular/node_modules/@angular/common/locales/it.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/it.js.map rename to apps/angular/node_modules/@angular/common/locales/it.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/iu-Latn.d.ts b/apps/angular/node_modules/@angular/common/locales/iu-Latn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/iu-Latn.d.ts rename to apps/angular/node_modules/@angular/common/locales/iu-Latn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/iu-Latn.js b/apps/angular/node_modules/@angular/common/locales/iu-Latn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/iu-Latn.js rename to apps/angular/node_modules/@angular/common/locales/iu-Latn.js diff --git a/ClientApp/node_modules/@angular/common/locales/iu-Latn.js.map b/apps/angular/node_modules/@angular/common/locales/iu-Latn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/iu-Latn.js.map rename to apps/angular/node_modules/@angular/common/locales/iu-Latn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/iu.d.ts b/apps/angular/node_modules/@angular/common/locales/iu.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/iu.d.ts rename to apps/angular/node_modules/@angular/common/locales/iu.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/iu.js b/apps/angular/node_modules/@angular/common/locales/iu.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/iu.js rename to apps/angular/node_modules/@angular/common/locales/iu.js diff --git a/ClientApp/node_modules/@angular/common/locales/iu.js.map b/apps/angular/node_modules/@angular/common/locales/iu.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/iu.js.map rename to apps/angular/node_modules/@angular/common/locales/iu.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ja.d.ts b/apps/angular/node_modules/@angular/common/locales/ja.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ja.d.ts rename to apps/angular/node_modules/@angular/common/locales/ja.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ja.js b/apps/angular/node_modules/@angular/common/locales/ja.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ja.js rename to apps/angular/node_modules/@angular/common/locales/ja.js diff --git a/ClientApp/node_modules/@angular/common/locales/ja.js.map b/apps/angular/node_modules/@angular/common/locales/ja.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ja.js.map rename to apps/angular/node_modules/@angular/common/locales/ja.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/jbo.d.ts b/apps/angular/node_modules/@angular/common/locales/jbo.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/jbo.d.ts rename to apps/angular/node_modules/@angular/common/locales/jbo.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/jbo.js b/apps/angular/node_modules/@angular/common/locales/jbo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/jbo.js rename to apps/angular/node_modules/@angular/common/locales/jbo.js diff --git a/ClientApp/node_modules/@angular/common/locales/jbo.js.map b/apps/angular/node_modules/@angular/common/locales/jbo.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/jbo.js.map rename to apps/angular/node_modules/@angular/common/locales/jbo.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/jgo.d.ts b/apps/angular/node_modules/@angular/common/locales/jgo.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/jgo.d.ts rename to apps/angular/node_modules/@angular/common/locales/jgo.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/jgo.js b/apps/angular/node_modules/@angular/common/locales/jgo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/jgo.js rename to apps/angular/node_modules/@angular/common/locales/jgo.js diff --git a/ClientApp/node_modules/@angular/common/locales/jgo.js.map b/apps/angular/node_modules/@angular/common/locales/jgo.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/jgo.js.map rename to apps/angular/node_modules/@angular/common/locales/jgo.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/jmc.d.ts b/apps/angular/node_modules/@angular/common/locales/jmc.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/jmc.d.ts rename to apps/angular/node_modules/@angular/common/locales/jmc.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/jmc.js b/apps/angular/node_modules/@angular/common/locales/jmc.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/jmc.js rename to apps/angular/node_modules/@angular/common/locales/jmc.js diff --git a/ClientApp/node_modules/@angular/common/locales/jmc.js.map b/apps/angular/node_modules/@angular/common/locales/jmc.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/jmc.js.map rename to apps/angular/node_modules/@angular/common/locales/jmc.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/jv.d.ts b/apps/angular/node_modules/@angular/common/locales/jv.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/jv.d.ts rename to apps/angular/node_modules/@angular/common/locales/jv.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/jv.js b/apps/angular/node_modules/@angular/common/locales/jv.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/jv.js rename to apps/angular/node_modules/@angular/common/locales/jv.js diff --git a/ClientApp/node_modules/@angular/common/locales/jv.js.map b/apps/angular/node_modules/@angular/common/locales/jv.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/jv.js.map rename to apps/angular/node_modules/@angular/common/locales/jv.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ka.d.ts b/apps/angular/node_modules/@angular/common/locales/ka.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ka.d.ts rename to apps/angular/node_modules/@angular/common/locales/ka.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ka.js b/apps/angular/node_modules/@angular/common/locales/ka.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ka.js rename to apps/angular/node_modules/@angular/common/locales/ka.js diff --git a/ClientApp/node_modules/@angular/common/locales/ka.js.map b/apps/angular/node_modules/@angular/common/locales/ka.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ka.js.map rename to apps/angular/node_modules/@angular/common/locales/ka.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/kaa-Cyrl.d.ts b/apps/angular/node_modules/@angular/common/locales/kaa-Cyrl.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kaa-Cyrl.d.ts rename to apps/angular/node_modules/@angular/common/locales/kaa-Cyrl.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/kaa-Cyrl.js b/apps/angular/node_modules/@angular/common/locales/kaa-Cyrl.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kaa-Cyrl.js rename to apps/angular/node_modules/@angular/common/locales/kaa-Cyrl.js diff --git a/ClientApp/node_modules/@angular/common/locales/kaa-Cyrl.js.map b/apps/angular/node_modules/@angular/common/locales/kaa-Cyrl.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kaa-Cyrl.js.map rename to apps/angular/node_modules/@angular/common/locales/kaa-Cyrl.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/kaa-Latn.d.ts b/apps/angular/node_modules/@angular/common/locales/kaa-Latn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kaa-Latn.d.ts rename to apps/angular/node_modules/@angular/common/locales/kaa-Latn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/kaa-Latn.js b/apps/angular/node_modules/@angular/common/locales/kaa-Latn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kaa-Latn.js rename to apps/angular/node_modules/@angular/common/locales/kaa-Latn.js diff --git a/ClientApp/node_modules/@angular/common/locales/kaa-Latn.js.map b/apps/angular/node_modules/@angular/common/locales/kaa-Latn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kaa-Latn.js.map rename to apps/angular/node_modules/@angular/common/locales/kaa-Latn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/kaa.d.ts b/apps/angular/node_modules/@angular/common/locales/kaa.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kaa.d.ts rename to apps/angular/node_modules/@angular/common/locales/kaa.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/kaa.js b/apps/angular/node_modules/@angular/common/locales/kaa.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kaa.js rename to apps/angular/node_modules/@angular/common/locales/kaa.js diff --git a/ClientApp/node_modules/@angular/common/locales/kaa.js.map b/apps/angular/node_modules/@angular/common/locales/kaa.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kaa.js.map rename to apps/angular/node_modules/@angular/common/locales/kaa.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/kab.d.ts b/apps/angular/node_modules/@angular/common/locales/kab.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kab.d.ts rename to apps/angular/node_modules/@angular/common/locales/kab.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/kab.js b/apps/angular/node_modules/@angular/common/locales/kab.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kab.js rename to apps/angular/node_modules/@angular/common/locales/kab.js diff --git a/ClientApp/node_modules/@angular/common/locales/kab.js.map b/apps/angular/node_modules/@angular/common/locales/kab.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kab.js.map rename to apps/angular/node_modules/@angular/common/locales/kab.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/kaj.d.ts b/apps/angular/node_modules/@angular/common/locales/kaj.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kaj.d.ts rename to apps/angular/node_modules/@angular/common/locales/kaj.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/kaj.js b/apps/angular/node_modules/@angular/common/locales/kaj.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kaj.js rename to apps/angular/node_modules/@angular/common/locales/kaj.js diff --git a/ClientApp/node_modules/@angular/common/locales/kaj.js.map b/apps/angular/node_modules/@angular/common/locales/kaj.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kaj.js.map rename to apps/angular/node_modules/@angular/common/locales/kaj.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/kam.d.ts b/apps/angular/node_modules/@angular/common/locales/kam.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kam.d.ts rename to apps/angular/node_modules/@angular/common/locales/kam.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/kam.js b/apps/angular/node_modules/@angular/common/locales/kam.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kam.js rename to apps/angular/node_modules/@angular/common/locales/kam.js diff --git a/ClientApp/node_modules/@angular/common/locales/kam.js.map b/apps/angular/node_modules/@angular/common/locales/kam.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kam.js.map rename to apps/angular/node_modules/@angular/common/locales/kam.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/kcg.d.ts b/apps/angular/node_modules/@angular/common/locales/kcg.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kcg.d.ts rename to apps/angular/node_modules/@angular/common/locales/kcg.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/kcg.js b/apps/angular/node_modules/@angular/common/locales/kcg.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kcg.js rename to apps/angular/node_modules/@angular/common/locales/kcg.js diff --git a/ClientApp/node_modules/@angular/common/locales/kcg.js.map b/apps/angular/node_modules/@angular/common/locales/kcg.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kcg.js.map rename to apps/angular/node_modules/@angular/common/locales/kcg.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/kde.d.ts b/apps/angular/node_modules/@angular/common/locales/kde.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kde.d.ts rename to apps/angular/node_modules/@angular/common/locales/kde.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/kde.js b/apps/angular/node_modules/@angular/common/locales/kde.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kde.js rename to apps/angular/node_modules/@angular/common/locales/kde.js diff --git a/ClientApp/node_modules/@angular/common/locales/kde.js.map b/apps/angular/node_modules/@angular/common/locales/kde.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kde.js.map rename to apps/angular/node_modules/@angular/common/locales/kde.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/kea.d.ts b/apps/angular/node_modules/@angular/common/locales/kea.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kea.d.ts rename to apps/angular/node_modules/@angular/common/locales/kea.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/kea.js b/apps/angular/node_modules/@angular/common/locales/kea.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kea.js rename to apps/angular/node_modules/@angular/common/locales/kea.js diff --git a/ClientApp/node_modules/@angular/common/locales/kea.js.map b/apps/angular/node_modules/@angular/common/locales/kea.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kea.js.map rename to apps/angular/node_modules/@angular/common/locales/kea.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ken.d.ts b/apps/angular/node_modules/@angular/common/locales/ken.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ken.d.ts rename to apps/angular/node_modules/@angular/common/locales/ken.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ken.js b/apps/angular/node_modules/@angular/common/locales/ken.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ken.js rename to apps/angular/node_modules/@angular/common/locales/ken.js diff --git a/ClientApp/node_modules/@angular/common/locales/ken.js.map b/apps/angular/node_modules/@angular/common/locales/ken.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ken.js.map rename to apps/angular/node_modules/@angular/common/locales/ken.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/kgp.d.ts b/apps/angular/node_modules/@angular/common/locales/kgp.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kgp.d.ts rename to apps/angular/node_modules/@angular/common/locales/kgp.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/kgp.js b/apps/angular/node_modules/@angular/common/locales/kgp.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kgp.js rename to apps/angular/node_modules/@angular/common/locales/kgp.js diff --git a/ClientApp/node_modules/@angular/common/locales/kgp.js.map b/apps/angular/node_modules/@angular/common/locales/kgp.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kgp.js.map rename to apps/angular/node_modules/@angular/common/locales/kgp.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/khq.d.ts b/apps/angular/node_modules/@angular/common/locales/khq.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/khq.d.ts rename to apps/angular/node_modules/@angular/common/locales/khq.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/khq.js b/apps/angular/node_modules/@angular/common/locales/khq.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/khq.js rename to apps/angular/node_modules/@angular/common/locales/khq.js diff --git a/ClientApp/node_modules/@angular/common/locales/khq.js.map b/apps/angular/node_modules/@angular/common/locales/khq.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/khq.js.map rename to apps/angular/node_modules/@angular/common/locales/khq.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ki.d.ts b/apps/angular/node_modules/@angular/common/locales/ki.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ki.d.ts rename to apps/angular/node_modules/@angular/common/locales/ki.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ki.js b/apps/angular/node_modules/@angular/common/locales/ki.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ki.js rename to apps/angular/node_modules/@angular/common/locales/ki.js diff --git a/ClientApp/node_modules/@angular/common/locales/ki.js.map b/apps/angular/node_modules/@angular/common/locales/ki.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ki.js.map rename to apps/angular/node_modules/@angular/common/locales/ki.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/kk-Arab.d.ts b/apps/angular/node_modules/@angular/common/locales/kk-Arab.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kk-Arab.d.ts rename to apps/angular/node_modules/@angular/common/locales/kk-Arab.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/kk-Arab.js b/apps/angular/node_modules/@angular/common/locales/kk-Arab.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kk-Arab.js rename to apps/angular/node_modules/@angular/common/locales/kk-Arab.js diff --git a/ClientApp/node_modules/@angular/common/locales/kk-Arab.js.map b/apps/angular/node_modules/@angular/common/locales/kk-Arab.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kk-Arab.js.map rename to apps/angular/node_modules/@angular/common/locales/kk-Arab.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/kk-Cyrl.d.ts b/apps/angular/node_modules/@angular/common/locales/kk-Cyrl.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kk-Cyrl.d.ts rename to apps/angular/node_modules/@angular/common/locales/kk-Cyrl.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/kk-Cyrl.js b/apps/angular/node_modules/@angular/common/locales/kk-Cyrl.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kk-Cyrl.js rename to apps/angular/node_modules/@angular/common/locales/kk-Cyrl.js diff --git a/ClientApp/node_modules/@angular/common/locales/kk-Cyrl.js.map b/apps/angular/node_modules/@angular/common/locales/kk-Cyrl.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kk-Cyrl.js.map rename to apps/angular/node_modules/@angular/common/locales/kk-Cyrl.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/kk-KZ.d.ts b/apps/angular/node_modules/@angular/common/locales/kk-KZ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kk-KZ.d.ts rename to apps/angular/node_modules/@angular/common/locales/kk-KZ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/kk-KZ.js b/apps/angular/node_modules/@angular/common/locales/kk-KZ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kk-KZ.js rename to apps/angular/node_modules/@angular/common/locales/kk-KZ.js diff --git a/ClientApp/node_modules/@angular/common/locales/kk-KZ.js.map b/apps/angular/node_modules/@angular/common/locales/kk-KZ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kk-KZ.js.map rename to apps/angular/node_modules/@angular/common/locales/kk-KZ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/kk.d.ts b/apps/angular/node_modules/@angular/common/locales/kk.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kk.d.ts rename to apps/angular/node_modules/@angular/common/locales/kk.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/kk.js b/apps/angular/node_modules/@angular/common/locales/kk.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kk.js rename to apps/angular/node_modules/@angular/common/locales/kk.js diff --git a/ClientApp/node_modules/@angular/common/locales/kk.js.map b/apps/angular/node_modules/@angular/common/locales/kk.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kk.js.map rename to apps/angular/node_modules/@angular/common/locales/kk.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/kkj.d.ts b/apps/angular/node_modules/@angular/common/locales/kkj.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kkj.d.ts rename to apps/angular/node_modules/@angular/common/locales/kkj.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/kkj.js b/apps/angular/node_modules/@angular/common/locales/kkj.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kkj.js rename to apps/angular/node_modules/@angular/common/locales/kkj.js diff --git a/ClientApp/node_modules/@angular/common/locales/kkj.js.map b/apps/angular/node_modules/@angular/common/locales/kkj.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kkj.js.map rename to apps/angular/node_modules/@angular/common/locales/kkj.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/kl.d.ts b/apps/angular/node_modules/@angular/common/locales/kl.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kl.d.ts rename to apps/angular/node_modules/@angular/common/locales/kl.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/kl.js b/apps/angular/node_modules/@angular/common/locales/kl.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kl.js rename to apps/angular/node_modules/@angular/common/locales/kl.js diff --git a/ClientApp/node_modules/@angular/common/locales/kl.js.map b/apps/angular/node_modules/@angular/common/locales/kl.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kl.js.map rename to apps/angular/node_modules/@angular/common/locales/kl.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/kln.d.ts b/apps/angular/node_modules/@angular/common/locales/kln.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kln.d.ts rename to apps/angular/node_modules/@angular/common/locales/kln.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/kln.js b/apps/angular/node_modules/@angular/common/locales/kln.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kln.js rename to apps/angular/node_modules/@angular/common/locales/kln.js diff --git a/ClientApp/node_modules/@angular/common/locales/kln.js.map b/apps/angular/node_modules/@angular/common/locales/kln.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kln.js.map rename to apps/angular/node_modules/@angular/common/locales/kln.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/km.d.ts b/apps/angular/node_modules/@angular/common/locales/km.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/km.d.ts rename to apps/angular/node_modules/@angular/common/locales/km.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/km.js b/apps/angular/node_modules/@angular/common/locales/km.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/km.js rename to apps/angular/node_modules/@angular/common/locales/km.js diff --git a/ClientApp/node_modules/@angular/common/locales/km.js.map b/apps/angular/node_modules/@angular/common/locales/km.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/km.js.map rename to apps/angular/node_modules/@angular/common/locales/km.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/kn.d.ts b/apps/angular/node_modules/@angular/common/locales/kn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kn.d.ts rename to apps/angular/node_modules/@angular/common/locales/kn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/kn.js b/apps/angular/node_modules/@angular/common/locales/kn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kn.js rename to apps/angular/node_modules/@angular/common/locales/kn.js diff --git a/ClientApp/node_modules/@angular/common/locales/kn.js.map b/apps/angular/node_modules/@angular/common/locales/kn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kn.js.map rename to apps/angular/node_modules/@angular/common/locales/kn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ko-CN.d.ts b/apps/angular/node_modules/@angular/common/locales/ko-CN.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ko-CN.d.ts rename to apps/angular/node_modules/@angular/common/locales/ko-CN.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ko-CN.js b/apps/angular/node_modules/@angular/common/locales/ko-CN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ko-CN.js rename to apps/angular/node_modules/@angular/common/locales/ko-CN.js diff --git a/ClientApp/node_modules/@angular/common/locales/ko-CN.js.map b/apps/angular/node_modules/@angular/common/locales/ko-CN.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ko-CN.js.map rename to apps/angular/node_modules/@angular/common/locales/ko-CN.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ko-KP.d.ts b/apps/angular/node_modules/@angular/common/locales/ko-KP.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ko-KP.d.ts rename to apps/angular/node_modules/@angular/common/locales/ko-KP.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ko-KP.js b/apps/angular/node_modules/@angular/common/locales/ko-KP.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ko-KP.js rename to apps/angular/node_modules/@angular/common/locales/ko-KP.js diff --git a/ClientApp/node_modules/@angular/common/locales/ko-KP.js.map b/apps/angular/node_modules/@angular/common/locales/ko-KP.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ko-KP.js.map rename to apps/angular/node_modules/@angular/common/locales/ko-KP.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ko.d.ts b/apps/angular/node_modules/@angular/common/locales/ko.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ko.d.ts rename to apps/angular/node_modules/@angular/common/locales/ko.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ko.js b/apps/angular/node_modules/@angular/common/locales/ko.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ko.js rename to apps/angular/node_modules/@angular/common/locales/ko.js diff --git a/ClientApp/node_modules/@angular/common/locales/ko.js.map b/apps/angular/node_modules/@angular/common/locales/ko.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ko.js.map rename to apps/angular/node_modules/@angular/common/locales/ko.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/kok-Deva.d.ts b/apps/angular/node_modules/@angular/common/locales/kok-Deva.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kok-Deva.d.ts rename to apps/angular/node_modules/@angular/common/locales/kok-Deva.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/kok-Deva.js b/apps/angular/node_modules/@angular/common/locales/kok-Deva.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kok-Deva.js rename to apps/angular/node_modules/@angular/common/locales/kok-Deva.js diff --git a/ClientApp/node_modules/@angular/common/locales/kok-Deva.js.map b/apps/angular/node_modules/@angular/common/locales/kok-Deva.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kok-Deva.js.map rename to apps/angular/node_modules/@angular/common/locales/kok-Deva.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/kok-Latn.d.ts b/apps/angular/node_modules/@angular/common/locales/kok-Latn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kok-Latn.d.ts rename to apps/angular/node_modules/@angular/common/locales/kok-Latn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/kok-Latn.js b/apps/angular/node_modules/@angular/common/locales/kok-Latn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kok-Latn.js rename to apps/angular/node_modules/@angular/common/locales/kok-Latn.js diff --git a/ClientApp/node_modules/@angular/common/locales/kok-Latn.js.map b/apps/angular/node_modules/@angular/common/locales/kok-Latn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kok-Latn.js.map rename to apps/angular/node_modules/@angular/common/locales/kok-Latn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/kok.d.ts b/apps/angular/node_modules/@angular/common/locales/kok.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kok.d.ts rename to apps/angular/node_modules/@angular/common/locales/kok.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/kok.js b/apps/angular/node_modules/@angular/common/locales/kok.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kok.js rename to apps/angular/node_modules/@angular/common/locales/kok.js diff --git a/ClientApp/node_modules/@angular/common/locales/kok.js.map b/apps/angular/node_modules/@angular/common/locales/kok.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kok.js.map rename to apps/angular/node_modules/@angular/common/locales/kok.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/kpe-GN.d.ts b/apps/angular/node_modules/@angular/common/locales/kpe-GN.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kpe-GN.d.ts rename to apps/angular/node_modules/@angular/common/locales/kpe-GN.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/kpe-GN.js b/apps/angular/node_modules/@angular/common/locales/kpe-GN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kpe-GN.js rename to apps/angular/node_modules/@angular/common/locales/kpe-GN.js diff --git a/ClientApp/node_modules/@angular/common/locales/kpe-GN.js.map b/apps/angular/node_modules/@angular/common/locales/kpe-GN.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kpe-GN.js.map rename to apps/angular/node_modules/@angular/common/locales/kpe-GN.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/kpe.d.ts b/apps/angular/node_modules/@angular/common/locales/kpe.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kpe.d.ts rename to apps/angular/node_modules/@angular/common/locales/kpe.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/kpe.js b/apps/angular/node_modules/@angular/common/locales/kpe.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kpe.js rename to apps/angular/node_modules/@angular/common/locales/kpe.js diff --git a/ClientApp/node_modules/@angular/common/locales/kpe.js.map b/apps/angular/node_modules/@angular/common/locales/kpe.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kpe.js.map rename to apps/angular/node_modules/@angular/common/locales/kpe.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ks-Arab.d.ts b/apps/angular/node_modules/@angular/common/locales/ks-Arab.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ks-Arab.d.ts rename to apps/angular/node_modules/@angular/common/locales/ks-Arab.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ks-Arab.js b/apps/angular/node_modules/@angular/common/locales/ks-Arab.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ks-Arab.js rename to apps/angular/node_modules/@angular/common/locales/ks-Arab.js diff --git a/ClientApp/node_modules/@angular/common/locales/ks-Arab.js.map b/apps/angular/node_modules/@angular/common/locales/ks-Arab.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ks-Arab.js.map rename to apps/angular/node_modules/@angular/common/locales/ks-Arab.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ks-Deva.d.ts b/apps/angular/node_modules/@angular/common/locales/ks-Deva.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ks-Deva.d.ts rename to apps/angular/node_modules/@angular/common/locales/ks-Deva.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ks-Deva.js b/apps/angular/node_modules/@angular/common/locales/ks-Deva.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ks-Deva.js rename to apps/angular/node_modules/@angular/common/locales/ks-Deva.js diff --git a/ClientApp/node_modules/@angular/common/locales/ks-Deva.js.map b/apps/angular/node_modules/@angular/common/locales/ks-Deva.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ks-Deva.js.map rename to apps/angular/node_modules/@angular/common/locales/ks-Deva.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ks.d.ts b/apps/angular/node_modules/@angular/common/locales/ks.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ks.d.ts rename to apps/angular/node_modules/@angular/common/locales/ks.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ks.js b/apps/angular/node_modules/@angular/common/locales/ks.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ks.js rename to apps/angular/node_modules/@angular/common/locales/ks.js diff --git a/ClientApp/node_modules/@angular/common/locales/ks.js.map b/apps/angular/node_modules/@angular/common/locales/ks.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ks.js.map rename to apps/angular/node_modules/@angular/common/locales/ks.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ksb.d.ts b/apps/angular/node_modules/@angular/common/locales/ksb.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ksb.d.ts rename to apps/angular/node_modules/@angular/common/locales/ksb.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ksb.js b/apps/angular/node_modules/@angular/common/locales/ksb.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ksb.js rename to apps/angular/node_modules/@angular/common/locales/ksb.js diff --git a/ClientApp/node_modules/@angular/common/locales/ksb.js.map b/apps/angular/node_modules/@angular/common/locales/ksb.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ksb.js.map rename to apps/angular/node_modules/@angular/common/locales/ksb.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ksf.d.ts b/apps/angular/node_modules/@angular/common/locales/ksf.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ksf.d.ts rename to apps/angular/node_modules/@angular/common/locales/ksf.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ksf.js b/apps/angular/node_modules/@angular/common/locales/ksf.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ksf.js rename to apps/angular/node_modules/@angular/common/locales/ksf.js diff --git a/ClientApp/node_modules/@angular/common/locales/ksf.js.map b/apps/angular/node_modules/@angular/common/locales/ksf.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ksf.js.map rename to apps/angular/node_modules/@angular/common/locales/ksf.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ksh.d.ts b/apps/angular/node_modules/@angular/common/locales/ksh.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ksh.d.ts rename to apps/angular/node_modules/@angular/common/locales/ksh.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ksh.js b/apps/angular/node_modules/@angular/common/locales/ksh.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ksh.js rename to apps/angular/node_modules/@angular/common/locales/ksh.js diff --git a/ClientApp/node_modules/@angular/common/locales/ksh.js.map b/apps/angular/node_modules/@angular/common/locales/ksh.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ksh.js.map rename to apps/angular/node_modules/@angular/common/locales/ksh.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ku.d.ts b/apps/angular/node_modules/@angular/common/locales/ku.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ku.d.ts rename to apps/angular/node_modules/@angular/common/locales/ku.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ku.js b/apps/angular/node_modules/@angular/common/locales/ku.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ku.js rename to apps/angular/node_modules/@angular/common/locales/ku.js diff --git a/ClientApp/node_modules/@angular/common/locales/ku.js.map b/apps/angular/node_modules/@angular/common/locales/ku.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ku.js.map rename to apps/angular/node_modules/@angular/common/locales/ku.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/kw.d.ts b/apps/angular/node_modules/@angular/common/locales/kw.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kw.d.ts rename to apps/angular/node_modules/@angular/common/locales/kw.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/kw.js b/apps/angular/node_modules/@angular/common/locales/kw.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kw.js rename to apps/angular/node_modules/@angular/common/locales/kw.js diff --git a/ClientApp/node_modules/@angular/common/locales/kw.js.map b/apps/angular/node_modules/@angular/common/locales/kw.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kw.js.map rename to apps/angular/node_modules/@angular/common/locales/kw.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/kxv-Deva.d.ts b/apps/angular/node_modules/@angular/common/locales/kxv-Deva.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kxv-Deva.d.ts rename to apps/angular/node_modules/@angular/common/locales/kxv-Deva.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/kxv-Deva.js b/apps/angular/node_modules/@angular/common/locales/kxv-Deva.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kxv-Deva.js rename to apps/angular/node_modules/@angular/common/locales/kxv-Deva.js diff --git a/ClientApp/node_modules/@angular/common/locales/kxv-Deva.js.map b/apps/angular/node_modules/@angular/common/locales/kxv-Deva.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kxv-Deva.js.map rename to apps/angular/node_modules/@angular/common/locales/kxv-Deva.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/kxv-Latn.d.ts b/apps/angular/node_modules/@angular/common/locales/kxv-Latn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kxv-Latn.d.ts rename to apps/angular/node_modules/@angular/common/locales/kxv-Latn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/kxv-Latn.js b/apps/angular/node_modules/@angular/common/locales/kxv-Latn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kxv-Latn.js rename to apps/angular/node_modules/@angular/common/locales/kxv-Latn.js diff --git a/ClientApp/node_modules/@angular/common/locales/kxv-Latn.js.map b/apps/angular/node_modules/@angular/common/locales/kxv-Latn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kxv-Latn.js.map rename to apps/angular/node_modules/@angular/common/locales/kxv-Latn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/kxv-Orya.d.ts b/apps/angular/node_modules/@angular/common/locales/kxv-Orya.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kxv-Orya.d.ts rename to apps/angular/node_modules/@angular/common/locales/kxv-Orya.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/kxv-Orya.js b/apps/angular/node_modules/@angular/common/locales/kxv-Orya.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kxv-Orya.js rename to apps/angular/node_modules/@angular/common/locales/kxv-Orya.js diff --git a/ClientApp/node_modules/@angular/common/locales/kxv-Orya.js.map b/apps/angular/node_modules/@angular/common/locales/kxv-Orya.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kxv-Orya.js.map rename to apps/angular/node_modules/@angular/common/locales/kxv-Orya.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/kxv-Telu.d.ts b/apps/angular/node_modules/@angular/common/locales/kxv-Telu.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kxv-Telu.d.ts rename to apps/angular/node_modules/@angular/common/locales/kxv-Telu.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/kxv-Telu.js b/apps/angular/node_modules/@angular/common/locales/kxv-Telu.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kxv-Telu.js rename to apps/angular/node_modules/@angular/common/locales/kxv-Telu.js diff --git a/ClientApp/node_modules/@angular/common/locales/kxv-Telu.js.map b/apps/angular/node_modules/@angular/common/locales/kxv-Telu.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kxv-Telu.js.map rename to apps/angular/node_modules/@angular/common/locales/kxv-Telu.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/kxv.d.ts b/apps/angular/node_modules/@angular/common/locales/kxv.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kxv.d.ts rename to apps/angular/node_modules/@angular/common/locales/kxv.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/kxv.js b/apps/angular/node_modules/@angular/common/locales/kxv.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kxv.js rename to apps/angular/node_modules/@angular/common/locales/kxv.js diff --git a/ClientApp/node_modules/@angular/common/locales/kxv.js.map b/apps/angular/node_modules/@angular/common/locales/kxv.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/kxv.js.map rename to apps/angular/node_modules/@angular/common/locales/kxv.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ky.d.ts b/apps/angular/node_modules/@angular/common/locales/ky.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ky.d.ts rename to apps/angular/node_modules/@angular/common/locales/ky.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ky.js b/apps/angular/node_modules/@angular/common/locales/ky.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ky.js rename to apps/angular/node_modules/@angular/common/locales/ky.js diff --git a/ClientApp/node_modules/@angular/common/locales/ky.js.map b/apps/angular/node_modules/@angular/common/locales/ky.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ky.js.map rename to apps/angular/node_modules/@angular/common/locales/ky.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/la.d.ts b/apps/angular/node_modules/@angular/common/locales/la.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/la.d.ts rename to apps/angular/node_modules/@angular/common/locales/la.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/la.js b/apps/angular/node_modules/@angular/common/locales/la.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/la.js rename to apps/angular/node_modules/@angular/common/locales/la.js diff --git a/ClientApp/node_modules/@angular/common/locales/la.js.map b/apps/angular/node_modules/@angular/common/locales/la.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/la.js.map rename to apps/angular/node_modules/@angular/common/locales/la.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/lag.d.ts b/apps/angular/node_modules/@angular/common/locales/lag.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/lag.d.ts rename to apps/angular/node_modules/@angular/common/locales/lag.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/lag.js b/apps/angular/node_modules/@angular/common/locales/lag.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/lag.js rename to apps/angular/node_modules/@angular/common/locales/lag.js diff --git a/ClientApp/node_modules/@angular/common/locales/lag.js.map b/apps/angular/node_modules/@angular/common/locales/lag.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/lag.js.map rename to apps/angular/node_modules/@angular/common/locales/lag.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/lb.d.ts b/apps/angular/node_modules/@angular/common/locales/lb.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/lb.d.ts rename to apps/angular/node_modules/@angular/common/locales/lb.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/lb.js b/apps/angular/node_modules/@angular/common/locales/lb.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/lb.js rename to apps/angular/node_modules/@angular/common/locales/lb.js diff --git a/ClientApp/node_modules/@angular/common/locales/lb.js.map b/apps/angular/node_modules/@angular/common/locales/lb.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/lb.js.map rename to apps/angular/node_modules/@angular/common/locales/lb.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/lg.d.ts b/apps/angular/node_modules/@angular/common/locales/lg.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/lg.d.ts rename to apps/angular/node_modules/@angular/common/locales/lg.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/lg.js b/apps/angular/node_modules/@angular/common/locales/lg.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/lg.js rename to apps/angular/node_modules/@angular/common/locales/lg.js diff --git a/ClientApp/node_modules/@angular/common/locales/lg.js.map b/apps/angular/node_modules/@angular/common/locales/lg.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/lg.js.map rename to apps/angular/node_modules/@angular/common/locales/lg.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/lij.d.ts b/apps/angular/node_modules/@angular/common/locales/lij.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/lij.d.ts rename to apps/angular/node_modules/@angular/common/locales/lij.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/lij.js b/apps/angular/node_modules/@angular/common/locales/lij.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/lij.js rename to apps/angular/node_modules/@angular/common/locales/lij.js diff --git a/ClientApp/node_modules/@angular/common/locales/lij.js.map b/apps/angular/node_modules/@angular/common/locales/lij.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/lij.js.map rename to apps/angular/node_modules/@angular/common/locales/lij.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/lkt.d.ts b/apps/angular/node_modules/@angular/common/locales/lkt.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/lkt.d.ts rename to apps/angular/node_modules/@angular/common/locales/lkt.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/lkt.js b/apps/angular/node_modules/@angular/common/locales/lkt.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/lkt.js rename to apps/angular/node_modules/@angular/common/locales/lkt.js diff --git a/ClientApp/node_modules/@angular/common/locales/lkt.js.map b/apps/angular/node_modules/@angular/common/locales/lkt.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/lkt.js.map rename to apps/angular/node_modules/@angular/common/locales/lkt.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/lld.d.ts b/apps/angular/node_modules/@angular/common/locales/lld.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/lld.d.ts rename to apps/angular/node_modules/@angular/common/locales/lld.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/lld.js b/apps/angular/node_modules/@angular/common/locales/lld.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/lld.js rename to apps/angular/node_modules/@angular/common/locales/lld.js diff --git a/ClientApp/node_modules/@angular/common/locales/lld.js.map b/apps/angular/node_modules/@angular/common/locales/lld.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/lld.js.map rename to apps/angular/node_modules/@angular/common/locales/lld.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/lmo.d.ts b/apps/angular/node_modules/@angular/common/locales/lmo.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/lmo.d.ts rename to apps/angular/node_modules/@angular/common/locales/lmo.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/lmo.js b/apps/angular/node_modules/@angular/common/locales/lmo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/lmo.js rename to apps/angular/node_modules/@angular/common/locales/lmo.js diff --git a/ClientApp/node_modules/@angular/common/locales/lmo.js.map b/apps/angular/node_modules/@angular/common/locales/lmo.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/lmo.js.map rename to apps/angular/node_modules/@angular/common/locales/lmo.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ln-AO.d.ts b/apps/angular/node_modules/@angular/common/locales/ln-AO.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ln-AO.d.ts rename to apps/angular/node_modules/@angular/common/locales/ln-AO.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ln-AO.js b/apps/angular/node_modules/@angular/common/locales/ln-AO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ln-AO.js rename to apps/angular/node_modules/@angular/common/locales/ln-AO.js diff --git a/ClientApp/node_modules/@angular/common/locales/ln-AO.js.map b/apps/angular/node_modules/@angular/common/locales/ln-AO.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ln-AO.js.map rename to apps/angular/node_modules/@angular/common/locales/ln-AO.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ln-CF.d.ts b/apps/angular/node_modules/@angular/common/locales/ln-CF.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ln-CF.d.ts rename to apps/angular/node_modules/@angular/common/locales/ln-CF.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ln-CF.js b/apps/angular/node_modules/@angular/common/locales/ln-CF.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ln-CF.js rename to apps/angular/node_modules/@angular/common/locales/ln-CF.js diff --git a/ClientApp/node_modules/@angular/common/locales/ln-CF.js.map b/apps/angular/node_modules/@angular/common/locales/ln-CF.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ln-CF.js.map rename to apps/angular/node_modules/@angular/common/locales/ln-CF.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ln-CG.d.ts b/apps/angular/node_modules/@angular/common/locales/ln-CG.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ln-CG.d.ts rename to apps/angular/node_modules/@angular/common/locales/ln-CG.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ln-CG.js b/apps/angular/node_modules/@angular/common/locales/ln-CG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ln-CG.js rename to apps/angular/node_modules/@angular/common/locales/ln-CG.js diff --git a/ClientApp/node_modules/@angular/common/locales/ln-CG.js.map b/apps/angular/node_modules/@angular/common/locales/ln-CG.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ln-CG.js.map rename to apps/angular/node_modules/@angular/common/locales/ln-CG.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ln.d.ts b/apps/angular/node_modules/@angular/common/locales/ln.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ln.d.ts rename to apps/angular/node_modules/@angular/common/locales/ln.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ln.js b/apps/angular/node_modules/@angular/common/locales/ln.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ln.js rename to apps/angular/node_modules/@angular/common/locales/ln.js diff --git a/ClientApp/node_modules/@angular/common/locales/ln.js.map b/apps/angular/node_modules/@angular/common/locales/ln.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ln.js.map rename to apps/angular/node_modules/@angular/common/locales/ln.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/lo.d.ts b/apps/angular/node_modules/@angular/common/locales/lo.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/lo.d.ts rename to apps/angular/node_modules/@angular/common/locales/lo.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/lo.js b/apps/angular/node_modules/@angular/common/locales/lo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/lo.js rename to apps/angular/node_modules/@angular/common/locales/lo.js diff --git a/ClientApp/node_modules/@angular/common/locales/lo.js.map b/apps/angular/node_modules/@angular/common/locales/lo.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/lo.js.map rename to apps/angular/node_modules/@angular/common/locales/lo.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/lrc-IQ.d.ts b/apps/angular/node_modules/@angular/common/locales/lrc-IQ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/lrc-IQ.d.ts rename to apps/angular/node_modules/@angular/common/locales/lrc-IQ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/lrc-IQ.js b/apps/angular/node_modules/@angular/common/locales/lrc-IQ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/lrc-IQ.js rename to apps/angular/node_modules/@angular/common/locales/lrc-IQ.js diff --git a/ClientApp/node_modules/@angular/common/locales/lrc-IQ.js.map b/apps/angular/node_modules/@angular/common/locales/lrc-IQ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/lrc-IQ.js.map rename to apps/angular/node_modules/@angular/common/locales/lrc-IQ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/lrc.d.ts b/apps/angular/node_modules/@angular/common/locales/lrc.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/lrc.d.ts rename to apps/angular/node_modules/@angular/common/locales/lrc.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/lrc.js b/apps/angular/node_modules/@angular/common/locales/lrc.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/lrc.js rename to apps/angular/node_modules/@angular/common/locales/lrc.js diff --git a/ClientApp/node_modules/@angular/common/locales/lrc.js.map b/apps/angular/node_modules/@angular/common/locales/lrc.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/lrc.js.map rename to apps/angular/node_modules/@angular/common/locales/lrc.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/lt.d.ts b/apps/angular/node_modules/@angular/common/locales/lt.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/lt.d.ts rename to apps/angular/node_modules/@angular/common/locales/lt.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/lt.js b/apps/angular/node_modules/@angular/common/locales/lt.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/lt.js rename to apps/angular/node_modules/@angular/common/locales/lt.js diff --git a/ClientApp/node_modules/@angular/common/locales/lt.js.map b/apps/angular/node_modules/@angular/common/locales/lt.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/lt.js.map rename to apps/angular/node_modules/@angular/common/locales/lt.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ltg.d.ts b/apps/angular/node_modules/@angular/common/locales/ltg.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ltg.d.ts rename to apps/angular/node_modules/@angular/common/locales/ltg.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ltg.js b/apps/angular/node_modules/@angular/common/locales/ltg.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ltg.js rename to apps/angular/node_modules/@angular/common/locales/ltg.js diff --git a/ClientApp/node_modules/@angular/common/locales/ltg.js.map b/apps/angular/node_modules/@angular/common/locales/ltg.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ltg.js.map rename to apps/angular/node_modules/@angular/common/locales/ltg.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/lu.d.ts b/apps/angular/node_modules/@angular/common/locales/lu.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/lu.d.ts rename to apps/angular/node_modules/@angular/common/locales/lu.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/lu.js b/apps/angular/node_modules/@angular/common/locales/lu.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/lu.js rename to apps/angular/node_modules/@angular/common/locales/lu.js diff --git a/ClientApp/node_modules/@angular/common/locales/lu.js.map b/apps/angular/node_modules/@angular/common/locales/lu.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/lu.js.map rename to apps/angular/node_modules/@angular/common/locales/lu.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/luo.d.ts b/apps/angular/node_modules/@angular/common/locales/luo.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/luo.d.ts rename to apps/angular/node_modules/@angular/common/locales/luo.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/luo.js b/apps/angular/node_modules/@angular/common/locales/luo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/luo.js rename to apps/angular/node_modules/@angular/common/locales/luo.js diff --git a/ClientApp/node_modules/@angular/common/locales/luo.js.map b/apps/angular/node_modules/@angular/common/locales/luo.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/luo.js.map rename to apps/angular/node_modules/@angular/common/locales/luo.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/luy.d.ts b/apps/angular/node_modules/@angular/common/locales/luy.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/luy.d.ts rename to apps/angular/node_modules/@angular/common/locales/luy.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/luy.js b/apps/angular/node_modules/@angular/common/locales/luy.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/luy.js rename to apps/angular/node_modules/@angular/common/locales/luy.js diff --git a/ClientApp/node_modules/@angular/common/locales/luy.js.map b/apps/angular/node_modules/@angular/common/locales/luy.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/luy.js.map rename to apps/angular/node_modules/@angular/common/locales/luy.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/lv.d.ts b/apps/angular/node_modules/@angular/common/locales/lv.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/lv.d.ts rename to apps/angular/node_modules/@angular/common/locales/lv.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/lv.js b/apps/angular/node_modules/@angular/common/locales/lv.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/lv.js rename to apps/angular/node_modules/@angular/common/locales/lv.js diff --git a/ClientApp/node_modules/@angular/common/locales/lv.js.map b/apps/angular/node_modules/@angular/common/locales/lv.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/lv.js.map rename to apps/angular/node_modules/@angular/common/locales/lv.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/mai.d.ts b/apps/angular/node_modules/@angular/common/locales/mai.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mai.d.ts rename to apps/angular/node_modules/@angular/common/locales/mai.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/mai.js b/apps/angular/node_modules/@angular/common/locales/mai.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mai.js rename to apps/angular/node_modules/@angular/common/locales/mai.js diff --git a/ClientApp/node_modules/@angular/common/locales/mai.js.map b/apps/angular/node_modules/@angular/common/locales/mai.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mai.js.map rename to apps/angular/node_modules/@angular/common/locales/mai.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/mas-TZ.d.ts b/apps/angular/node_modules/@angular/common/locales/mas-TZ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mas-TZ.d.ts rename to apps/angular/node_modules/@angular/common/locales/mas-TZ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/mas-TZ.js b/apps/angular/node_modules/@angular/common/locales/mas-TZ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mas-TZ.js rename to apps/angular/node_modules/@angular/common/locales/mas-TZ.js diff --git a/ClientApp/node_modules/@angular/common/locales/mas-TZ.js.map b/apps/angular/node_modules/@angular/common/locales/mas-TZ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mas-TZ.js.map rename to apps/angular/node_modules/@angular/common/locales/mas-TZ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/mas.d.ts b/apps/angular/node_modules/@angular/common/locales/mas.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mas.d.ts rename to apps/angular/node_modules/@angular/common/locales/mas.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/mas.js b/apps/angular/node_modules/@angular/common/locales/mas.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mas.js rename to apps/angular/node_modules/@angular/common/locales/mas.js diff --git a/ClientApp/node_modules/@angular/common/locales/mas.js.map b/apps/angular/node_modules/@angular/common/locales/mas.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mas.js.map rename to apps/angular/node_modules/@angular/common/locales/mas.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/mdf.d.ts b/apps/angular/node_modules/@angular/common/locales/mdf.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mdf.d.ts rename to apps/angular/node_modules/@angular/common/locales/mdf.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/mdf.js b/apps/angular/node_modules/@angular/common/locales/mdf.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mdf.js rename to apps/angular/node_modules/@angular/common/locales/mdf.js diff --git a/ClientApp/node_modules/@angular/common/locales/mdf.js.map b/apps/angular/node_modules/@angular/common/locales/mdf.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mdf.js.map rename to apps/angular/node_modules/@angular/common/locales/mdf.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/mer.d.ts b/apps/angular/node_modules/@angular/common/locales/mer.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mer.d.ts rename to apps/angular/node_modules/@angular/common/locales/mer.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/mer.js b/apps/angular/node_modules/@angular/common/locales/mer.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mer.js rename to apps/angular/node_modules/@angular/common/locales/mer.js diff --git a/ClientApp/node_modules/@angular/common/locales/mer.js.map b/apps/angular/node_modules/@angular/common/locales/mer.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mer.js.map rename to apps/angular/node_modules/@angular/common/locales/mer.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/mfe.d.ts b/apps/angular/node_modules/@angular/common/locales/mfe.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mfe.d.ts rename to apps/angular/node_modules/@angular/common/locales/mfe.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/mfe.js b/apps/angular/node_modules/@angular/common/locales/mfe.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mfe.js rename to apps/angular/node_modules/@angular/common/locales/mfe.js diff --git a/ClientApp/node_modules/@angular/common/locales/mfe.js.map b/apps/angular/node_modules/@angular/common/locales/mfe.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mfe.js.map rename to apps/angular/node_modules/@angular/common/locales/mfe.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/mg.d.ts b/apps/angular/node_modules/@angular/common/locales/mg.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mg.d.ts rename to apps/angular/node_modules/@angular/common/locales/mg.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/mg.js b/apps/angular/node_modules/@angular/common/locales/mg.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mg.js rename to apps/angular/node_modules/@angular/common/locales/mg.js diff --git a/ClientApp/node_modules/@angular/common/locales/mg.js.map b/apps/angular/node_modules/@angular/common/locales/mg.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mg.js.map rename to apps/angular/node_modules/@angular/common/locales/mg.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/mgh.d.ts b/apps/angular/node_modules/@angular/common/locales/mgh.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mgh.d.ts rename to apps/angular/node_modules/@angular/common/locales/mgh.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/mgh.js b/apps/angular/node_modules/@angular/common/locales/mgh.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mgh.js rename to apps/angular/node_modules/@angular/common/locales/mgh.js diff --git a/ClientApp/node_modules/@angular/common/locales/mgh.js.map b/apps/angular/node_modules/@angular/common/locales/mgh.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mgh.js.map rename to apps/angular/node_modules/@angular/common/locales/mgh.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/mgo.d.ts b/apps/angular/node_modules/@angular/common/locales/mgo.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mgo.d.ts rename to apps/angular/node_modules/@angular/common/locales/mgo.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/mgo.js b/apps/angular/node_modules/@angular/common/locales/mgo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mgo.js rename to apps/angular/node_modules/@angular/common/locales/mgo.js diff --git a/ClientApp/node_modules/@angular/common/locales/mgo.js.map b/apps/angular/node_modules/@angular/common/locales/mgo.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mgo.js.map rename to apps/angular/node_modules/@angular/common/locales/mgo.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/mhn.d.ts b/apps/angular/node_modules/@angular/common/locales/mhn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mhn.d.ts rename to apps/angular/node_modules/@angular/common/locales/mhn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/mhn.js b/apps/angular/node_modules/@angular/common/locales/mhn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mhn.js rename to apps/angular/node_modules/@angular/common/locales/mhn.js diff --git a/ClientApp/node_modules/@angular/common/locales/mhn.js.map b/apps/angular/node_modules/@angular/common/locales/mhn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mhn.js.map rename to apps/angular/node_modules/@angular/common/locales/mhn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/mi.d.ts b/apps/angular/node_modules/@angular/common/locales/mi.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mi.d.ts rename to apps/angular/node_modules/@angular/common/locales/mi.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/mi.js b/apps/angular/node_modules/@angular/common/locales/mi.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mi.js rename to apps/angular/node_modules/@angular/common/locales/mi.js diff --git a/ClientApp/node_modules/@angular/common/locales/mi.js.map b/apps/angular/node_modules/@angular/common/locales/mi.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mi.js.map rename to apps/angular/node_modules/@angular/common/locales/mi.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/mic.d.ts b/apps/angular/node_modules/@angular/common/locales/mic.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mic.d.ts rename to apps/angular/node_modules/@angular/common/locales/mic.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/mic.js b/apps/angular/node_modules/@angular/common/locales/mic.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mic.js rename to apps/angular/node_modules/@angular/common/locales/mic.js diff --git a/ClientApp/node_modules/@angular/common/locales/mic.js.map b/apps/angular/node_modules/@angular/common/locales/mic.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mic.js.map rename to apps/angular/node_modules/@angular/common/locales/mic.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/mk.d.ts b/apps/angular/node_modules/@angular/common/locales/mk.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mk.d.ts rename to apps/angular/node_modules/@angular/common/locales/mk.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/mk.js b/apps/angular/node_modules/@angular/common/locales/mk.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mk.js rename to apps/angular/node_modules/@angular/common/locales/mk.js diff --git a/ClientApp/node_modules/@angular/common/locales/mk.js.map b/apps/angular/node_modules/@angular/common/locales/mk.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mk.js.map rename to apps/angular/node_modules/@angular/common/locales/mk.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ml.d.ts b/apps/angular/node_modules/@angular/common/locales/ml.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ml.d.ts rename to apps/angular/node_modules/@angular/common/locales/ml.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ml.js b/apps/angular/node_modules/@angular/common/locales/ml.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ml.js rename to apps/angular/node_modules/@angular/common/locales/ml.js diff --git a/ClientApp/node_modules/@angular/common/locales/ml.js.map b/apps/angular/node_modules/@angular/common/locales/ml.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ml.js.map rename to apps/angular/node_modules/@angular/common/locales/ml.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/mn-Mong-MN.d.ts b/apps/angular/node_modules/@angular/common/locales/mn-Mong-MN.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mn-Mong-MN.d.ts rename to apps/angular/node_modules/@angular/common/locales/mn-Mong-MN.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/mn-Mong-MN.js b/apps/angular/node_modules/@angular/common/locales/mn-Mong-MN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mn-Mong-MN.js rename to apps/angular/node_modules/@angular/common/locales/mn-Mong-MN.js diff --git a/ClientApp/node_modules/@angular/common/locales/mn-Mong-MN.js.map b/apps/angular/node_modules/@angular/common/locales/mn-Mong-MN.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mn-Mong-MN.js.map rename to apps/angular/node_modules/@angular/common/locales/mn-Mong-MN.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/mn-Mong.d.ts b/apps/angular/node_modules/@angular/common/locales/mn-Mong.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mn-Mong.d.ts rename to apps/angular/node_modules/@angular/common/locales/mn-Mong.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/mn-Mong.js b/apps/angular/node_modules/@angular/common/locales/mn-Mong.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mn-Mong.js rename to apps/angular/node_modules/@angular/common/locales/mn-Mong.js diff --git a/ClientApp/node_modules/@angular/common/locales/mn-Mong.js.map b/apps/angular/node_modules/@angular/common/locales/mn-Mong.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mn-Mong.js.map rename to apps/angular/node_modules/@angular/common/locales/mn-Mong.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/mn.d.ts b/apps/angular/node_modules/@angular/common/locales/mn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mn.d.ts rename to apps/angular/node_modules/@angular/common/locales/mn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/mn.js b/apps/angular/node_modules/@angular/common/locales/mn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mn.js rename to apps/angular/node_modules/@angular/common/locales/mn.js diff --git a/ClientApp/node_modules/@angular/common/locales/mn.js.map b/apps/angular/node_modules/@angular/common/locales/mn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mn.js.map rename to apps/angular/node_modules/@angular/common/locales/mn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/mni-Beng.d.ts b/apps/angular/node_modules/@angular/common/locales/mni-Beng.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mni-Beng.d.ts rename to apps/angular/node_modules/@angular/common/locales/mni-Beng.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/mni-Beng.js b/apps/angular/node_modules/@angular/common/locales/mni-Beng.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mni-Beng.js rename to apps/angular/node_modules/@angular/common/locales/mni-Beng.js diff --git a/ClientApp/node_modules/@angular/common/locales/mni-Beng.js.map b/apps/angular/node_modules/@angular/common/locales/mni-Beng.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mni-Beng.js.map rename to apps/angular/node_modules/@angular/common/locales/mni-Beng.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/mni-Mtei.d.ts b/apps/angular/node_modules/@angular/common/locales/mni-Mtei.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mni-Mtei.d.ts rename to apps/angular/node_modules/@angular/common/locales/mni-Mtei.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/mni-Mtei.js b/apps/angular/node_modules/@angular/common/locales/mni-Mtei.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mni-Mtei.js rename to apps/angular/node_modules/@angular/common/locales/mni-Mtei.js diff --git a/ClientApp/node_modules/@angular/common/locales/mni-Mtei.js.map b/apps/angular/node_modules/@angular/common/locales/mni-Mtei.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mni-Mtei.js.map rename to apps/angular/node_modules/@angular/common/locales/mni-Mtei.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/mni.d.ts b/apps/angular/node_modules/@angular/common/locales/mni.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mni.d.ts rename to apps/angular/node_modules/@angular/common/locales/mni.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/mni.js b/apps/angular/node_modules/@angular/common/locales/mni.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mni.js rename to apps/angular/node_modules/@angular/common/locales/mni.js diff --git a/ClientApp/node_modules/@angular/common/locales/mni.js.map b/apps/angular/node_modules/@angular/common/locales/mni.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mni.js.map rename to apps/angular/node_modules/@angular/common/locales/mni.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/moh.d.ts b/apps/angular/node_modules/@angular/common/locales/moh.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/moh.d.ts rename to apps/angular/node_modules/@angular/common/locales/moh.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/moh.js b/apps/angular/node_modules/@angular/common/locales/moh.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/moh.js rename to apps/angular/node_modules/@angular/common/locales/moh.js diff --git a/ClientApp/node_modules/@angular/common/locales/moh.js.map b/apps/angular/node_modules/@angular/common/locales/moh.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/moh.js.map rename to apps/angular/node_modules/@angular/common/locales/moh.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/mr.d.ts b/apps/angular/node_modules/@angular/common/locales/mr.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mr.d.ts rename to apps/angular/node_modules/@angular/common/locales/mr.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/mr.js b/apps/angular/node_modules/@angular/common/locales/mr.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mr.js rename to apps/angular/node_modules/@angular/common/locales/mr.js diff --git a/ClientApp/node_modules/@angular/common/locales/mr.js.map b/apps/angular/node_modules/@angular/common/locales/mr.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mr.js.map rename to apps/angular/node_modules/@angular/common/locales/mr.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ms-Arab-BN.d.ts b/apps/angular/node_modules/@angular/common/locales/ms-Arab-BN.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ms-Arab-BN.d.ts rename to apps/angular/node_modules/@angular/common/locales/ms-Arab-BN.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ms-Arab-BN.js b/apps/angular/node_modules/@angular/common/locales/ms-Arab-BN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ms-Arab-BN.js rename to apps/angular/node_modules/@angular/common/locales/ms-Arab-BN.js diff --git a/ClientApp/node_modules/@angular/common/locales/ms-Arab-BN.js.map b/apps/angular/node_modules/@angular/common/locales/ms-Arab-BN.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ms-Arab-BN.js.map rename to apps/angular/node_modules/@angular/common/locales/ms-Arab-BN.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ms-Arab.d.ts b/apps/angular/node_modules/@angular/common/locales/ms-Arab.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ms-Arab.d.ts rename to apps/angular/node_modules/@angular/common/locales/ms-Arab.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ms-Arab.js b/apps/angular/node_modules/@angular/common/locales/ms-Arab.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ms-Arab.js rename to apps/angular/node_modules/@angular/common/locales/ms-Arab.js diff --git a/ClientApp/node_modules/@angular/common/locales/ms-Arab.js.map b/apps/angular/node_modules/@angular/common/locales/ms-Arab.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ms-Arab.js.map rename to apps/angular/node_modules/@angular/common/locales/ms-Arab.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ms-BN.d.ts b/apps/angular/node_modules/@angular/common/locales/ms-BN.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ms-BN.d.ts rename to apps/angular/node_modules/@angular/common/locales/ms-BN.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ms-BN.js b/apps/angular/node_modules/@angular/common/locales/ms-BN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ms-BN.js rename to apps/angular/node_modules/@angular/common/locales/ms-BN.js diff --git a/ClientApp/node_modules/@angular/common/locales/ms-BN.js.map b/apps/angular/node_modules/@angular/common/locales/ms-BN.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ms-BN.js.map rename to apps/angular/node_modules/@angular/common/locales/ms-BN.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ms-ID.d.ts b/apps/angular/node_modules/@angular/common/locales/ms-ID.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ms-ID.d.ts rename to apps/angular/node_modules/@angular/common/locales/ms-ID.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ms-ID.js b/apps/angular/node_modules/@angular/common/locales/ms-ID.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ms-ID.js rename to apps/angular/node_modules/@angular/common/locales/ms-ID.js diff --git a/ClientApp/node_modules/@angular/common/locales/ms-ID.js.map b/apps/angular/node_modules/@angular/common/locales/ms-ID.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ms-ID.js.map rename to apps/angular/node_modules/@angular/common/locales/ms-ID.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ms-SG.d.ts b/apps/angular/node_modules/@angular/common/locales/ms-SG.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ms-SG.d.ts rename to apps/angular/node_modules/@angular/common/locales/ms-SG.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ms-SG.js b/apps/angular/node_modules/@angular/common/locales/ms-SG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ms-SG.js rename to apps/angular/node_modules/@angular/common/locales/ms-SG.js diff --git a/ClientApp/node_modules/@angular/common/locales/ms-SG.js.map b/apps/angular/node_modules/@angular/common/locales/ms-SG.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ms-SG.js.map rename to apps/angular/node_modules/@angular/common/locales/ms-SG.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ms.d.ts b/apps/angular/node_modules/@angular/common/locales/ms.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ms.d.ts rename to apps/angular/node_modules/@angular/common/locales/ms.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ms.js b/apps/angular/node_modules/@angular/common/locales/ms.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ms.js rename to apps/angular/node_modules/@angular/common/locales/ms.js diff --git a/ClientApp/node_modules/@angular/common/locales/ms.js.map b/apps/angular/node_modules/@angular/common/locales/ms.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ms.js.map rename to apps/angular/node_modules/@angular/common/locales/ms.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/mt.d.ts b/apps/angular/node_modules/@angular/common/locales/mt.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mt.d.ts rename to apps/angular/node_modules/@angular/common/locales/mt.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/mt.js b/apps/angular/node_modules/@angular/common/locales/mt.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mt.js rename to apps/angular/node_modules/@angular/common/locales/mt.js diff --git a/ClientApp/node_modules/@angular/common/locales/mt.js.map b/apps/angular/node_modules/@angular/common/locales/mt.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mt.js.map rename to apps/angular/node_modules/@angular/common/locales/mt.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/mua.d.ts b/apps/angular/node_modules/@angular/common/locales/mua.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mua.d.ts rename to apps/angular/node_modules/@angular/common/locales/mua.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/mua.js b/apps/angular/node_modules/@angular/common/locales/mua.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mua.js rename to apps/angular/node_modules/@angular/common/locales/mua.js diff --git a/ClientApp/node_modules/@angular/common/locales/mua.js.map b/apps/angular/node_modules/@angular/common/locales/mua.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mua.js.map rename to apps/angular/node_modules/@angular/common/locales/mua.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/mus.d.ts b/apps/angular/node_modules/@angular/common/locales/mus.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mus.d.ts rename to apps/angular/node_modules/@angular/common/locales/mus.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/mus.js b/apps/angular/node_modules/@angular/common/locales/mus.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mus.js rename to apps/angular/node_modules/@angular/common/locales/mus.js diff --git a/ClientApp/node_modules/@angular/common/locales/mus.js.map b/apps/angular/node_modules/@angular/common/locales/mus.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mus.js.map rename to apps/angular/node_modules/@angular/common/locales/mus.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/my.d.ts b/apps/angular/node_modules/@angular/common/locales/my.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/my.d.ts rename to apps/angular/node_modules/@angular/common/locales/my.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/my.js b/apps/angular/node_modules/@angular/common/locales/my.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/my.js rename to apps/angular/node_modules/@angular/common/locales/my.js diff --git a/ClientApp/node_modules/@angular/common/locales/my.js.map b/apps/angular/node_modules/@angular/common/locales/my.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/my.js.map rename to apps/angular/node_modules/@angular/common/locales/my.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/myv.d.ts b/apps/angular/node_modules/@angular/common/locales/myv.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/myv.d.ts rename to apps/angular/node_modules/@angular/common/locales/myv.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/myv.js b/apps/angular/node_modules/@angular/common/locales/myv.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/myv.js rename to apps/angular/node_modules/@angular/common/locales/myv.js diff --git a/ClientApp/node_modules/@angular/common/locales/myv.js.map b/apps/angular/node_modules/@angular/common/locales/myv.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/myv.js.map rename to apps/angular/node_modules/@angular/common/locales/myv.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/mzn.d.ts b/apps/angular/node_modules/@angular/common/locales/mzn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mzn.d.ts rename to apps/angular/node_modules/@angular/common/locales/mzn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/mzn.js b/apps/angular/node_modules/@angular/common/locales/mzn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mzn.js rename to apps/angular/node_modules/@angular/common/locales/mzn.js diff --git a/ClientApp/node_modules/@angular/common/locales/mzn.js.map b/apps/angular/node_modules/@angular/common/locales/mzn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/mzn.js.map rename to apps/angular/node_modules/@angular/common/locales/mzn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/naq.d.ts b/apps/angular/node_modules/@angular/common/locales/naq.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/naq.d.ts rename to apps/angular/node_modules/@angular/common/locales/naq.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/naq.js b/apps/angular/node_modules/@angular/common/locales/naq.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/naq.js rename to apps/angular/node_modules/@angular/common/locales/naq.js diff --git a/ClientApp/node_modules/@angular/common/locales/naq.js.map b/apps/angular/node_modules/@angular/common/locales/naq.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/naq.js.map rename to apps/angular/node_modules/@angular/common/locales/naq.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/nb-SJ.d.ts b/apps/angular/node_modules/@angular/common/locales/nb-SJ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nb-SJ.d.ts rename to apps/angular/node_modules/@angular/common/locales/nb-SJ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/nb-SJ.js b/apps/angular/node_modules/@angular/common/locales/nb-SJ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nb-SJ.js rename to apps/angular/node_modules/@angular/common/locales/nb-SJ.js diff --git a/ClientApp/node_modules/@angular/common/locales/nb-SJ.js.map b/apps/angular/node_modules/@angular/common/locales/nb-SJ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nb-SJ.js.map rename to apps/angular/node_modules/@angular/common/locales/nb-SJ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/nb.d.ts b/apps/angular/node_modules/@angular/common/locales/nb.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nb.d.ts rename to apps/angular/node_modules/@angular/common/locales/nb.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/nb.js b/apps/angular/node_modules/@angular/common/locales/nb.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nb.js rename to apps/angular/node_modules/@angular/common/locales/nb.js diff --git a/ClientApp/node_modules/@angular/common/locales/nb.js.map b/apps/angular/node_modules/@angular/common/locales/nb.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nb.js.map rename to apps/angular/node_modules/@angular/common/locales/nb.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/nd.d.ts b/apps/angular/node_modules/@angular/common/locales/nd.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nd.d.ts rename to apps/angular/node_modules/@angular/common/locales/nd.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/nd.js b/apps/angular/node_modules/@angular/common/locales/nd.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nd.js rename to apps/angular/node_modules/@angular/common/locales/nd.js diff --git a/ClientApp/node_modules/@angular/common/locales/nd.js.map b/apps/angular/node_modules/@angular/common/locales/nd.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nd.js.map rename to apps/angular/node_modules/@angular/common/locales/nd.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/nds-NL.d.ts b/apps/angular/node_modules/@angular/common/locales/nds-NL.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nds-NL.d.ts rename to apps/angular/node_modules/@angular/common/locales/nds-NL.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/nds-NL.js b/apps/angular/node_modules/@angular/common/locales/nds-NL.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nds-NL.js rename to apps/angular/node_modules/@angular/common/locales/nds-NL.js diff --git a/ClientApp/node_modules/@angular/common/locales/nds-NL.js.map b/apps/angular/node_modules/@angular/common/locales/nds-NL.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nds-NL.js.map rename to apps/angular/node_modules/@angular/common/locales/nds-NL.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/nds.d.ts b/apps/angular/node_modules/@angular/common/locales/nds.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nds.d.ts rename to apps/angular/node_modules/@angular/common/locales/nds.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/nds.js b/apps/angular/node_modules/@angular/common/locales/nds.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nds.js rename to apps/angular/node_modules/@angular/common/locales/nds.js diff --git a/ClientApp/node_modules/@angular/common/locales/nds.js.map b/apps/angular/node_modules/@angular/common/locales/nds.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nds.js.map rename to apps/angular/node_modules/@angular/common/locales/nds.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ne-IN.d.ts b/apps/angular/node_modules/@angular/common/locales/ne-IN.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ne-IN.d.ts rename to apps/angular/node_modules/@angular/common/locales/ne-IN.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ne-IN.js b/apps/angular/node_modules/@angular/common/locales/ne-IN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ne-IN.js rename to apps/angular/node_modules/@angular/common/locales/ne-IN.js diff --git a/ClientApp/node_modules/@angular/common/locales/ne-IN.js.map b/apps/angular/node_modules/@angular/common/locales/ne-IN.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ne-IN.js.map rename to apps/angular/node_modules/@angular/common/locales/ne-IN.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ne.d.ts b/apps/angular/node_modules/@angular/common/locales/ne.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ne.d.ts rename to apps/angular/node_modules/@angular/common/locales/ne.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ne.js b/apps/angular/node_modules/@angular/common/locales/ne.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ne.js rename to apps/angular/node_modules/@angular/common/locales/ne.js diff --git a/ClientApp/node_modules/@angular/common/locales/ne.js.map b/apps/angular/node_modules/@angular/common/locales/ne.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ne.js.map rename to apps/angular/node_modules/@angular/common/locales/ne.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/nl-AW.d.ts b/apps/angular/node_modules/@angular/common/locales/nl-AW.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nl-AW.d.ts rename to apps/angular/node_modules/@angular/common/locales/nl-AW.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/nl-AW.js b/apps/angular/node_modules/@angular/common/locales/nl-AW.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nl-AW.js rename to apps/angular/node_modules/@angular/common/locales/nl-AW.js diff --git a/ClientApp/node_modules/@angular/common/locales/nl-AW.js.map b/apps/angular/node_modules/@angular/common/locales/nl-AW.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nl-AW.js.map rename to apps/angular/node_modules/@angular/common/locales/nl-AW.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/nl-BE.d.ts b/apps/angular/node_modules/@angular/common/locales/nl-BE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nl-BE.d.ts rename to apps/angular/node_modules/@angular/common/locales/nl-BE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/nl-BE.js b/apps/angular/node_modules/@angular/common/locales/nl-BE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nl-BE.js rename to apps/angular/node_modules/@angular/common/locales/nl-BE.js diff --git a/ClientApp/node_modules/@angular/common/locales/nl-BE.js.map b/apps/angular/node_modules/@angular/common/locales/nl-BE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nl-BE.js.map rename to apps/angular/node_modules/@angular/common/locales/nl-BE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/nl-BQ.d.ts b/apps/angular/node_modules/@angular/common/locales/nl-BQ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nl-BQ.d.ts rename to apps/angular/node_modules/@angular/common/locales/nl-BQ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/nl-BQ.js b/apps/angular/node_modules/@angular/common/locales/nl-BQ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nl-BQ.js rename to apps/angular/node_modules/@angular/common/locales/nl-BQ.js diff --git a/ClientApp/node_modules/@angular/common/locales/nl-BQ.js.map b/apps/angular/node_modules/@angular/common/locales/nl-BQ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nl-BQ.js.map rename to apps/angular/node_modules/@angular/common/locales/nl-BQ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/nl-CW.d.ts b/apps/angular/node_modules/@angular/common/locales/nl-CW.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nl-CW.d.ts rename to apps/angular/node_modules/@angular/common/locales/nl-CW.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/nl-CW.js b/apps/angular/node_modules/@angular/common/locales/nl-CW.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nl-CW.js rename to apps/angular/node_modules/@angular/common/locales/nl-CW.js diff --git a/ClientApp/node_modules/@angular/common/locales/nl-CW.js.map b/apps/angular/node_modules/@angular/common/locales/nl-CW.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nl-CW.js.map rename to apps/angular/node_modules/@angular/common/locales/nl-CW.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/nl-SR.d.ts b/apps/angular/node_modules/@angular/common/locales/nl-SR.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nl-SR.d.ts rename to apps/angular/node_modules/@angular/common/locales/nl-SR.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/nl-SR.js b/apps/angular/node_modules/@angular/common/locales/nl-SR.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nl-SR.js rename to apps/angular/node_modules/@angular/common/locales/nl-SR.js diff --git a/ClientApp/node_modules/@angular/common/locales/nl-SR.js.map b/apps/angular/node_modules/@angular/common/locales/nl-SR.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nl-SR.js.map rename to apps/angular/node_modules/@angular/common/locales/nl-SR.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/nl-SX.d.ts b/apps/angular/node_modules/@angular/common/locales/nl-SX.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nl-SX.d.ts rename to apps/angular/node_modules/@angular/common/locales/nl-SX.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/nl-SX.js b/apps/angular/node_modules/@angular/common/locales/nl-SX.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nl-SX.js rename to apps/angular/node_modules/@angular/common/locales/nl-SX.js diff --git a/ClientApp/node_modules/@angular/common/locales/nl-SX.js.map b/apps/angular/node_modules/@angular/common/locales/nl-SX.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nl-SX.js.map rename to apps/angular/node_modules/@angular/common/locales/nl-SX.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/nl.d.ts b/apps/angular/node_modules/@angular/common/locales/nl.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nl.d.ts rename to apps/angular/node_modules/@angular/common/locales/nl.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/nl.js b/apps/angular/node_modules/@angular/common/locales/nl.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nl.js rename to apps/angular/node_modules/@angular/common/locales/nl.js diff --git a/ClientApp/node_modules/@angular/common/locales/nl.js.map b/apps/angular/node_modules/@angular/common/locales/nl.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nl.js.map rename to apps/angular/node_modules/@angular/common/locales/nl.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/nmg.d.ts b/apps/angular/node_modules/@angular/common/locales/nmg.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nmg.d.ts rename to apps/angular/node_modules/@angular/common/locales/nmg.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/nmg.js b/apps/angular/node_modules/@angular/common/locales/nmg.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nmg.js rename to apps/angular/node_modules/@angular/common/locales/nmg.js diff --git a/ClientApp/node_modules/@angular/common/locales/nmg.js.map b/apps/angular/node_modules/@angular/common/locales/nmg.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nmg.js.map rename to apps/angular/node_modules/@angular/common/locales/nmg.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/nn.d.ts b/apps/angular/node_modules/@angular/common/locales/nn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nn.d.ts rename to apps/angular/node_modules/@angular/common/locales/nn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/nn.js b/apps/angular/node_modules/@angular/common/locales/nn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nn.js rename to apps/angular/node_modules/@angular/common/locales/nn.js diff --git a/ClientApp/node_modules/@angular/common/locales/nn.js.map b/apps/angular/node_modules/@angular/common/locales/nn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nn.js.map rename to apps/angular/node_modules/@angular/common/locales/nn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/nnh.d.ts b/apps/angular/node_modules/@angular/common/locales/nnh.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nnh.d.ts rename to apps/angular/node_modules/@angular/common/locales/nnh.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/nnh.js b/apps/angular/node_modules/@angular/common/locales/nnh.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nnh.js rename to apps/angular/node_modules/@angular/common/locales/nnh.js diff --git a/ClientApp/node_modules/@angular/common/locales/nnh.js.map b/apps/angular/node_modules/@angular/common/locales/nnh.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nnh.js.map rename to apps/angular/node_modules/@angular/common/locales/nnh.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/no.d.ts b/apps/angular/node_modules/@angular/common/locales/no.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/no.d.ts rename to apps/angular/node_modules/@angular/common/locales/no.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/no.js b/apps/angular/node_modules/@angular/common/locales/no.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/no.js rename to apps/angular/node_modules/@angular/common/locales/no.js diff --git a/ClientApp/node_modules/@angular/common/locales/no.js.map b/apps/angular/node_modules/@angular/common/locales/no.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/no.js.map rename to apps/angular/node_modules/@angular/common/locales/no.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/nqo.d.ts b/apps/angular/node_modules/@angular/common/locales/nqo.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nqo.d.ts rename to apps/angular/node_modules/@angular/common/locales/nqo.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/nqo.js b/apps/angular/node_modules/@angular/common/locales/nqo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nqo.js rename to apps/angular/node_modules/@angular/common/locales/nqo.js diff --git a/ClientApp/node_modules/@angular/common/locales/nqo.js.map b/apps/angular/node_modules/@angular/common/locales/nqo.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nqo.js.map rename to apps/angular/node_modules/@angular/common/locales/nqo.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/nr.d.ts b/apps/angular/node_modules/@angular/common/locales/nr.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nr.d.ts rename to apps/angular/node_modules/@angular/common/locales/nr.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/nr.js b/apps/angular/node_modules/@angular/common/locales/nr.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nr.js rename to apps/angular/node_modules/@angular/common/locales/nr.js diff --git a/ClientApp/node_modules/@angular/common/locales/nr.js.map b/apps/angular/node_modules/@angular/common/locales/nr.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nr.js.map rename to apps/angular/node_modules/@angular/common/locales/nr.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/nso.d.ts b/apps/angular/node_modules/@angular/common/locales/nso.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nso.d.ts rename to apps/angular/node_modules/@angular/common/locales/nso.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/nso.js b/apps/angular/node_modules/@angular/common/locales/nso.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nso.js rename to apps/angular/node_modules/@angular/common/locales/nso.js diff --git a/ClientApp/node_modules/@angular/common/locales/nso.js.map b/apps/angular/node_modules/@angular/common/locales/nso.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nso.js.map rename to apps/angular/node_modules/@angular/common/locales/nso.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/nus.d.ts b/apps/angular/node_modules/@angular/common/locales/nus.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nus.d.ts rename to apps/angular/node_modules/@angular/common/locales/nus.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/nus.js b/apps/angular/node_modules/@angular/common/locales/nus.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nus.js rename to apps/angular/node_modules/@angular/common/locales/nus.js diff --git a/ClientApp/node_modules/@angular/common/locales/nus.js.map b/apps/angular/node_modules/@angular/common/locales/nus.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nus.js.map rename to apps/angular/node_modules/@angular/common/locales/nus.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/nv.d.ts b/apps/angular/node_modules/@angular/common/locales/nv.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nv.d.ts rename to apps/angular/node_modules/@angular/common/locales/nv.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/nv.js b/apps/angular/node_modules/@angular/common/locales/nv.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nv.js rename to apps/angular/node_modules/@angular/common/locales/nv.js diff --git a/ClientApp/node_modules/@angular/common/locales/nv.js.map b/apps/angular/node_modules/@angular/common/locales/nv.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nv.js.map rename to apps/angular/node_modules/@angular/common/locales/nv.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ny.d.ts b/apps/angular/node_modules/@angular/common/locales/ny.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ny.d.ts rename to apps/angular/node_modules/@angular/common/locales/ny.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ny.js b/apps/angular/node_modules/@angular/common/locales/ny.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ny.js rename to apps/angular/node_modules/@angular/common/locales/ny.js diff --git a/ClientApp/node_modules/@angular/common/locales/ny.js.map b/apps/angular/node_modules/@angular/common/locales/ny.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ny.js.map rename to apps/angular/node_modules/@angular/common/locales/ny.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/nyn.d.ts b/apps/angular/node_modules/@angular/common/locales/nyn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nyn.d.ts rename to apps/angular/node_modules/@angular/common/locales/nyn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/nyn.js b/apps/angular/node_modules/@angular/common/locales/nyn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nyn.js rename to apps/angular/node_modules/@angular/common/locales/nyn.js diff --git a/ClientApp/node_modules/@angular/common/locales/nyn.js.map b/apps/angular/node_modules/@angular/common/locales/nyn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/nyn.js.map rename to apps/angular/node_modules/@angular/common/locales/nyn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/oc-ES.d.ts b/apps/angular/node_modules/@angular/common/locales/oc-ES.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/oc-ES.d.ts rename to apps/angular/node_modules/@angular/common/locales/oc-ES.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/oc-ES.js b/apps/angular/node_modules/@angular/common/locales/oc-ES.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/oc-ES.js rename to apps/angular/node_modules/@angular/common/locales/oc-ES.js diff --git a/ClientApp/node_modules/@angular/common/locales/oc-ES.js.map b/apps/angular/node_modules/@angular/common/locales/oc-ES.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/oc-ES.js.map rename to apps/angular/node_modules/@angular/common/locales/oc-ES.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/oc.d.ts b/apps/angular/node_modules/@angular/common/locales/oc.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/oc.d.ts rename to apps/angular/node_modules/@angular/common/locales/oc.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/oc.js b/apps/angular/node_modules/@angular/common/locales/oc.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/oc.js rename to apps/angular/node_modules/@angular/common/locales/oc.js diff --git a/ClientApp/node_modules/@angular/common/locales/oc.js.map b/apps/angular/node_modules/@angular/common/locales/oc.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/oc.js.map rename to apps/angular/node_modules/@angular/common/locales/oc.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/om-KE.d.ts b/apps/angular/node_modules/@angular/common/locales/om-KE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/om-KE.d.ts rename to apps/angular/node_modules/@angular/common/locales/om-KE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/om-KE.js b/apps/angular/node_modules/@angular/common/locales/om-KE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/om-KE.js rename to apps/angular/node_modules/@angular/common/locales/om-KE.js diff --git a/ClientApp/node_modules/@angular/common/locales/om-KE.js.map b/apps/angular/node_modules/@angular/common/locales/om-KE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/om-KE.js.map rename to apps/angular/node_modules/@angular/common/locales/om-KE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/om.d.ts b/apps/angular/node_modules/@angular/common/locales/om.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/om.d.ts rename to apps/angular/node_modules/@angular/common/locales/om.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/om.js b/apps/angular/node_modules/@angular/common/locales/om.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/om.js rename to apps/angular/node_modules/@angular/common/locales/om.js diff --git a/ClientApp/node_modules/@angular/common/locales/om.js.map b/apps/angular/node_modules/@angular/common/locales/om.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/om.js.map rename to apps/angular/node_modules/@angular/common/locales/om.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/or.d.ts b/apps/angular/node_modules/@angular/common/locales/or.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/or.d.ts rename to apps/angular/node_modules/@angular/common/locales/or.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/or.js b/apps/angular/node_modules/@angular/common/locales/or.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/or.js rename to apps/angular/node_modules/@angular/common/locales/or.js diff --git a/ClientApp/node_modules/@angular/common/locales/or.js.map b/apps/angular/node_modules/@angular/common/locales/or.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/or.js.map rename to apps/angular/node_modules/@angular/common/locales/or.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/os-RU.d.ts b/apps/angular/node_modules/@angular/common/locales/os-RU.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/os-RU.d.ts rename to apps/angular/node_modules/@angular/common/locales/os-RU.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/os-RU.js b/apps/angular/node_modules/@angular/common/locales/os-RU.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/os-RU.js rename to apps/angular/node_modules/@angular/common/locales/os-RU.js diff --git a/ClientApp/node_modules/@angular/common/locales/os-RU.js.map b/apps/angular/node_modules/@angular/common/locales/os-RU.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/os-RU.js.map rename to apps/angular/node_modules/@angular/common/locales/os-RU.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/os.d.ts b/apps/angular/node_modules/@angular/common/locales/os.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/os.d.ts rename to apps/angular/node_modules/@angular/common/locales/os.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/os.js b/apps/angular/node_modules/@angular/common/locales/os.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/os.js rename to apps/angular/node_modules/@angular/common/locales/os.js diff --git a/ClientApp/node_modules/@angular/common/locales/os.js.map b/apps/angular/node_modules/@angular/common/locales/os.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/os.js.map rename to apps/angular/node_modules/@angular/common/locales/os.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/osa.d.ts b/apps/angular/node_modules/@angular/common/locales/osa.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/osa.d.ts rename to apps/angular/node_modules/@angular/common/locales/osa.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/osa.js b/apps/angular/node_modules/@angular/common/locales/osa.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/osa.js rename to apps/angular/node_modules/@angular/common/locales/osa.js diff --git a/ClientApp/node_modules/@angular/common/locales/osa.js.map b/apps/angular/node_modules/@angular/common/locales/osa.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/osa.js.map rename to apps/angular/node_modules/@angular/common/locales/osa.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/pa-Arab.d.ts b/apps/angular/node_modules/@angular/common/locales/pa-Arab.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pa-Arab.d.ts rename to apps/angular/node_modules/@angular/common/locales/pa-Arab.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/pa-Arab.js b/apps/angular/node_modules/@angular/common/locales/pa-Arab.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pa-Arab.js rename to apps/angular/node_modules/@angular/common/locales/pa-Arab.js diff --git a/ClientApp/node_modules/@angular/common/locales/pa-Arab.js.map b/apps/angular/node_modules/@angular/common/locales/pa-Arab.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pa-Arab.js.map rename to apps/angular/node_modules/@angular/common/locales/pa-Arab.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/pa-Guru.d.ts b/apps/angular/node_modules/@angular/common/locales/pa-Guru.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pa-Guru.d.ts rename to apps/angular/node_modules/@angular/common/locales/pa-Guru.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/pa-Guru.js b/apps/angular/node_modules/@angular/common/locales/pa-Guru.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pa-Guru.js rename to apps/angular/node_modules/@angular/common/locales/pa-Guru.js diff --git a/ClientApp/node_modules/@angular/common/locales/pa-Guru.js.map b/apps/angular/node_modules/@angular/common/locales/pa-Guru.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pa-Guru.js.map rename to apps/angular/node_modules/@angular/common/locales/pa-Guru.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/pa.d.ts b/apps/angular/node_modules/@angular/common/locales/pa.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pa.d.ts rename to apps/angular/node_modules/@angular/common/locales/pa.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/pa.js b/apps/angular/node_modules/@angular/common/locales/pa.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pa.js rename to apps/angular/node_modules/@angular/common/locales/pa.js diff --git a/ClientApp/node_modules/@angular/common/locales/pa.js.map b/apps/angular/node_modules/@angular/common/locales/pa.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pa.js.map rename to apps/angular/node_modules/@angular/common/locales/pa.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/pap-AW.d.ts b/apps/angular/node_modules/@angular/common/locales/pap-AW.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pap-AW.d.ts rename to apps/angular/node_modules/@angular/common/locales/pap-AW.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/pap-AW.js b/apps/angular/node_modules/@angular/common/locales/pap-AW.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pap-AW.js rename to apps/angular/node_modules/@angular/common/locales/pap-AW.js diff --git a/ClientApp/node_modules/@angular/common/locales/pap-AW.js.map b/apps/angular/node_modules/@angular/common/locales/pap-AW.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pap-AW.js.map rename to apps/angular/node_modules/@angular/common/locales/pap-AW.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/pap.d.ts b/apps/angular/node_modules/@angular/common/locales/pap.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pap.d.ts rename to apps/angular/node_modules/@angular/common/locales/pap.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/pap.js b/apps/angular/node_modules/@angular/common/locales/pap.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pap.js rename to apps/angular/node_modules/@angular/common/locales/pap.js diff --git a/ClientApp/node_modules/@angular/common/locales/pap.js.map b/apps/angular/node_modules/@angular/common/locales/pap.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pap.js.map rename to apps/angular/node_modules/@angular/common/locales/pap.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/pcm.d.ts b/apps/angular/node_modules/@angular/common/locales/pcm.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pcm.d.ts rename to apps/angular/node_modules/@angular/common/locales/pcm.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/pcm.js b/apps/angular/node_modules/@angular/common/locales/pcm.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pcm.js rename to apps/angular/node_modules/@angular/common/locales/pcm.js diff --git a/ClientApp/node_modules/@angular/common/locales/pcm.js.map b/apps/angular/node_modules/@angular/common/locales/pcm.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pcm.js.map rename to apps/angular/node_modules/@angular/common/locales/pcm.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/pis.d.ts b/apps/angular/node_modules/@angular/common/locales/pis.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pis.d.ts rename to apps/angular/node_modules/@angular/common/locales/pis.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/pis.js b/apps/angular/node_modules/@angular/common/locales/pis.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pis.js rename to apps/angular/node_modules/@angular/common/locales/pis.js diff --git a/ClientApp/node_modules/@angular/common/locales/pis.js.map b/apps/angular/node_modules/@angular/common/locales/pis.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pis.js.map rename to apps/angular/node_modules/@angular/common/locales/pis.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/pl.d.ts b/apps/angular/node_modules/@angular/common/locales/pl.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pl.d.ts rename to apps/angular/node_modules/@angular/common/locales/pl.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/pl.js b/apps/angular/node_modules/@angular/common/locales/pl.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pl.js rename to apps/angular/node_modules/@angular/common/locales/pl.js diff --git a/ClientApp/node_modules/@angular/common/locales/pl.js.map b/apps/angular/node_modules/@angular/common/locales/pl.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pl.js.map rename to apps/angular/node_modules/@angular/common/locales/pl.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/prg.d.ts b/apps/angular/node_modules/@angular/common/locales/prg.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/prg.d.ts rename to apps/angular/node_modules/@angular/common/locales/prg.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/prg.js b/apps/angular/node_modules/@angular/common/locales/prg.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/prg.js rename to apps/angular/node_modules/@angular/common/locales/prg.js diff --git a/ClientApp/node_modules/@angular/common/locales/prg.js.map b/apps/angular/node_modules/@angular/common/locales/prg.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/prg.js.map rename to apps/angular/node_modules/@angular/common/locales/prg.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ps-PK.d.ts b/apps/angular/node_modules/@angular/common/locales/ps-PK.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ps-PK.d.ts rename to apps/angular/node_modules/@angular/common/locales/ps-PK.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ps-PK.js b/apps/angular/node_modules/@angular/common/locales/ps-PK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ps-PK.js rename to apps/angular/node_modules/@angular/common/locales/ps-PK.js diff --git a/ClientApp/node_modules/@angular/common/locales/ps-PK.js.map b/apps/angular/node_modules/@angular/common/locales/ps-PK.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ps-PK.js.map rename to apps/angular/node_modules/@angular/common/locales/ps-PK.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ps.d.ts b/apps/angular/node_modules/@angular/common/locales/ps.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ps.d.ts rename to apps/angular/node_modules/@angular/common/locales/ps.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ps.js b/apps/angular/node_modules/@angular/common/locales/ps.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ps.js rename to apps/angular/node_modules/@angular/common/locales/ps.js diff --git a/ClientApp/node_modules/@angular/common/locales/ps.js.map b/apps/angular/node_modules/@angular/common/locales/ps.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ps.js.map rename to apps/angular/node_modules/@angular/common/locales/ps.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/pt-AO.d.ts b/apps/angular/node_modules/@angular/common/locales/pt-AO.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pt-AO.d.ts rename to apps/angular/node_modules/@angular/common/locales/pt-AO.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/pt-AO.js b/apps/angular/node_modules/@angular/common/locales/pt-AO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pt-AO.js rename to apps/angular/node_modules/@angular/common/locales/pt-AO.js diff --git a/ClientApp/node_modules/@angular/common/locales/pt-AO.js.map b/apps/angular/node_modules/@angular/common/locales/pt-AO.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pt-AO.js.map rename to apps/angular/node_modules/@angular/common/locales/pt-AO.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/pt-CH.d.ts b/apps/angular/node_modules/@angular/common/locales/pt-CH.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pt-CH.d.ts rename to apps/angular/node_modules/@angular/common/locales/pt-CH.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/pt-CH.js b/apps/angular/node_modules/@angular/common/locales/pt-CH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pt-CH.js rename to apps/angular/node_modules/@angular/common/locales/pt-CH.js diff --git a/ClientApp/node_modules/@angular/common/locales/pt-CH.js.map b/apps/angular/node_modules/@angular/common/locales/pt-CH.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pt-CH.js.map rename to apps/angular/node_modules/@angular/common/locales/pt-CH.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/pt-CV.d.ts b/apps/angular/node_modules/@angular/common/locales/pt-CV.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pt-CV.d.ts rename to apps/angular/node_modules/@angular/common/locales/pt-CV.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/pt-CV.js b/apps/angular/node_modules/@angular/common/locales/pt-CV.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pt-CV.js rename to apps/angular/node_modules/@angular/common/locales/pt-CV.js diff --git a/ClientApp/node_modules/@angular/common/locales/pt-CV.js.map b/apps/angular/node_modules/@angular/common/locales/pt-CV.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pt-CV.js.map rename to apps/angular/node_modules/@angular/common/locales/pt-CV.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/pt-GQ.d.ts b/apps/angular/node_modules/@angular/common/locales/pt-GQ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pt-GQ.d.ts rename to apps/angular/node_modules/@angular/common/locales/pt-GQ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/pt-GQ.js b/apps/angular/node_modules/@angular/common/locales/pt-GQ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pt-GQ.js rename to apps/angular/node_modules/@angular/common/locales/pt-GQ.js diff --git a/ClientApp/node_modules/@angular/common/locales/pt-GQ.js.map b/apps/angular/node_modules/@angular/common/locales/pt-GQ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pt-GQ.js.map rename to apps/angular/node_modules/@angular/common/locales/pt-GQ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/pt-GW.d.ts b/apps/angular/node_modules/@angular/common/locales/pt-GW.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pt-GW.d.ts rename to apps/angular/node_modules/@angular/common/locales/pt-GW.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/pt-GW.js b/apps/angular/node_modules/@angular/common/locales/pt-GW.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pt-GW.js rename to apps/angular/node_modules/@angular/common/locales/pt-GW.js diff --git a/ClientApp/node_modules/@angular/common/locales/pt-GW.js.map b/apps/angular/node_modules/@angular/common/locales/pt-GW.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pt-GW.js.map rename to apps/angular/node_modules/@angular/common/locales/pt-GW.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/pt-LU.d.ts b/apps/angular/node_modules/@angular/common/locales/pt-LU.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pt-LU.d.ts rename to apps/angular/node_modules/@angular/common/locales/pt-LU.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/pt-LU.js b/apps/angular/node_modules/@angular/common/locales/pt-LU.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pt-LU.js rename to apps/angular/node_modules/@angular/common/locales/pt-LU.js diff --git a/ClientApp/node_modules/@angular/common/locales/pt-LU.js.map b/apps/angular/node_modules/@angular/common/locales/pt-LU.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pt-LU.js.map rename to apps/angular/node_modules/@angular/common/locales/pt-LU.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/pt-MO.d.ts b/apps/angular/node_modules/@angular/common/locales/pt-MO.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pt-MO.d.ts rename to apps/angular/node_modules/@angular/common/locales/pt-MO.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/pt-MO.js b/apps/angular/node_modules/@angular/common/locales/pt-MO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pt-MO.js rename to apps/angular/node_modules/@angular/common/locales/pt-MO.js diff --git a/ClientApp/node_modules/@angular/common/locales/pt-MO.js.map b/apps/angular/node_modules/@angular/common/locales/pt-MO.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pt-MO.js.map rename to apps/angular/node_modules/@angular/common/locales/pt-MO.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/pt-MZ.d.ts b/apps/angular/node_modules/@angular/common/locales/pt-MZ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pt-MZ.d.ts rename to apps/angular/node_modules/@angular/common/locales/pt-MZ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/pt-MZ.js b/apps/angular/node_modules/@angular/common/locales/pt-MZ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pt-MZ.js rename to apps/angular/node_modules/@angular/common/locales/pt-MZ.js diff --git a/ClientApp/node_modules/@angular/common/locales/pt-MZ.js.map b/apps/angular/node_modules/@angular/common/locales/pt-MZ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pt-MZ.js.map rename to apps/angular/node_modules/@angular/common/locales/pt-MZ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/pt-PT.d.ts b/apps/angular/node_modules/@angular/common/locales/pt-PT.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pt-PT.d.ts rename to apps/angular/node_modules/@angular/common/locales/pt-PT.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/pt-PT.js b/apps/angular/node_modules/@angular/common/locales/pt-PT.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pt-PT.js rename to apps/angular/node_modules/@angular/common/locales/pt-PT.js diff --git a/ClientApp/node_modules/@angular/common/locales/pt-PT.js.map b/apps/angular/node_modules/@angular/common/locales/pt-PT.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pt-PT.js.map rename to apps/angular/node_modules/@angular/common/locales/pt-PT.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/pt-ST.d.ts b/apps/angular/node_modules/@angular/common/locales/pt-ST.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pt-ST.d.ts rename to apps/angular/node_modules/@angular/common/locales/pt-ST.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/pt-ST.js b/apps/angular/node_modules/@angular/common/locales/pt-ST.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pt-ST.js rename to apps/angular/node_modules/@angular/common/locales/pt-ST.js diff --git a/ClientApp/node_modules/@angular/common/locales/pt-ST.js.map b/apps/angular/node_modules/@angular/common/locales/pt-ST.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pt-ST.js.map rename to apps/angular/node_modules/@angular/common/locales/pt-ST.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/pt-TL.d.ts b/apps/angular/node_modules/@angular/common/locales/pt-TL.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pt-TL.d.ts rename to apps/angular/node_modules/@angular/common/locales/pt-TL.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/pt-TL.js b/apps/angular/node_modules/@angular/common/locales/pt-TL.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pt-TL.js rename to apps/angular/node_modules/@angular/common/locales/pt-TL.js diff --git a/ClientApp/node_modules/@angular/common/locales/pt-TL.js.map b/apps/angular/node_modules/@angular/common/locales/pt-TL.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pt-TL.js.map rename to apps/angular/node_modules/@angular/common/locales/pt-TL.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/pt.d.ts b/apps/angular/node_modules/@angular/common/locales/pt.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pt.d.ts rename to apps/angular/node_modules/@angular/common/locales/pt.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/pt.js b/apps/angular/node_modules/@angular/common/locales/pt.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pt.js rename to apps/angular/node_modules/@angular/common/locales/pt.js diff --git a/ClientApp/node_modules/@angular/common/locales/pt.js.map b/apps/angular/node_modules/@angular/common/locales/pt.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/pt.js.map rename to apps/angular/node_modules/@angular/common/locales/pt.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/qu-BO.d.ts b/apps/angular/node_modules/@angular/common/locales/qu-BO.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/qu-BO.d.ts rename to apps/angular/node_modules/@angular/common/locales/qu-BO.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/qu-BO.js b/apps/angular/node_modules/@angular/common/locales/qu-BO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/qu-BO.js rename to apps/angular/node_modules/@angular/common/locales/qu-BO.js diff --git a/ClientApp/node_modules/@angular/common/locales/qu-BO.js.map b/apps/angular/node_modules/@angular/common/locales/qu-BO.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/qu-BO.js.map rename to apps/angular/node_modules/@angular/common/locales/qu-BO.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/qu-EC.d.ts b/apps/angular/node_modules/@angular/common/locales/qu-EC.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/qu-EC.d.ts rename to apps/angular/node_modules/@angular/common/locales/qu-EC.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/qu-EC.js b/apps/angular/node_modules/@angular/common/locales/qu-EC.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/qu-EC.js rename to apps/angular/node_modules/@angular/common/locales/qu-EC.js diff --git a/ClientApp/node_modules/@angular/common/locales/qu-EC.js.map b/apps/angular/node_modules/@angular/common/locales/qu-EC.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/qu-EC.js.map rename to apps/angular/node_modules/@angular/common/locales/qu-EC.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/qu.d.ts b/apps/angular/node_modules/@angular/common/locales/qu.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/qu.d.ts rename to apps/angular/node_modules/@angular/common/locales/qu.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/qu.js b/apps/angular/node_modules/@angular/common/locales/qu.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/qu.js rename to apps/angular/node_modules/@angular/common/locales/qu.js diff --git a/ClientApp/node_modules/@angular/common/locales/qu.js.map b/apps/angular/node_modules/@angular/common/locales/qu.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/qu.js.map rename to apps/angular/node_modules/@angular/common/locales/qu.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/quc.d.ts b/apps/angular/node_modules/@angular/common/locales/quc.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/quc.d.ts rename to apps/angular/node_modules/@angular/common/locales/quc.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/quc.js b/apps/angular/node_modules/@angular/common/locales/quc.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/quc.js rename to apps/angular/node_modules/@angular/common/locales/quc.js diff --git a/ClientApp/node_modules/@angular/common/locales/quc.js.map b/apps/angular/node_modules/@angular/common/locales/quc.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/quc.js.map rename to apps/angular/node_modules/@angular/common/locales/quc.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/raj.d.ts b/apps/angular/node_modules/@angular/common/locales/raj.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/raj.d.ts rename to apps/angular/node_modules/@angular/common/locales/raj.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/raj.js b/apps/angular/node_modules/@angular/common/locales/raj.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/raj.js rename to apps/angular/node_modules/@angular/common/locales/raj.js diff --git a/ClientApp/node_modules/@angular/common/locales/raj.js.map b/apps/angular/node_modules/@angular/common/locales/raj.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/raj.js.map rename to apps/angular/node_modules/@angular/common/locales/raj.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/rhg-Rohg-BD.d.ts b/apps/angular/node_modules/@angular/common/locales/rhg-Rohg-BD.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/rhg-Rohg-BD.d.ts rename to apps/angular/node_modules/@angular/common/locales/rhg-Rohg-BD.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/rhg-Rohg-BD.js b/apps/angular/node_modules/@angular/common/locales/rhg-Rohg-BD.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/rhg-Rohg-BD.js rename to apps/angular/node_modules/@angular/common/locales/rhg-Rohg-BD.js diff --git a/ClientApp/node_modules/@angular/common/locales/rhg-Rohg-BD.js.map b/apps/angular/node_modules/@angular/common/locales/rhg-Rohg-BD.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/rhg-Rohg-BD.js.map rename to apps/angular/node_modules/@angular/common/locales/rhg-Rohg-BD.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/rhg-Rohg.d.ts b/apps/angular/node_modules/@angular/common/locales/rhg-Rohg.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/rhg-Rohg.d.ts rename to apps/angular/node_modules/@angular/common/locales/rhg-Rohg.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/rhg-Rohg.js b/apps/angular/node_modules/@angular/common/locales/rhg-Rohg.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/rhg-Rohg.js rename to apps/angular/node_modules/@angular/common/locales/rhg-Rohg.js diff --git a/ClientApp/node_modules/@angular/common/locales/rhg-Rohg.js.map b/apps/angular/node_modules/@angular/common/locales/rhg-Rohg.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/rhg-Rohg.js.map rename to apps/angular/node_modules/@angular/common/locales/rhg-Rohg.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/rhg.d.ts b/apps/angular/node_modules/@angular/common/locales/rhg.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/rhg.d.ts rename to apps/angular/node_modules/@angular/common/locales/rhg.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/rhg.js b/apps/angular/node_modules/@angular/common/locales/rhg.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/rhg.js rename to apps/angular/node_modules/@angular/common/locales/rhg.js diff --git a/ClientApp/node_modules/@angular/common/locales/rhg.js.map b/apps/angular/node_modules/@angular/common/locales/rhg.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/rhg.js.map rename to apps/angular/node_modules/@angular/common/locales/rhg.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/rif.d.ts b/apps/angular/node_modules/@angular/common/locales/rif.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/rif.d.ts rename to apps/angular/node_modules/@angular/common/locales/rif.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/rif.js b/apps/angular/node_modules/@angular/common/locales/rif.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/rif.js rename to apps/angular/node_modules/@angular/common/locales/rif.js diff --git a/ClientApp/node_modules/@angular/common/locales/rif.js.map b/apps/angular/node_modules/@angular/common/locales/rif.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/rif.js.map rename to apps/angular/node_modules/@angular/common/locales/rif.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/rm.d.ts b/apps/angular/node_modules/@angular/common/locales/rm.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/rm.d.ts rename to apps/angular/node_modules/@angular/common/locales/rm.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/rm.js b/apps/angular/node_modules/@angular/common/locales/rm.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/rm.js rename to apps/angular/node_modules/@angular/common/locales/rm.js diff --git a/ClientApp/node_modules/@angular/common/locales/rm.js.map b/apps/angular/node_modules/@angular/common/locales/rm.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/rm.js.map rename to apps/angular/node_modules/@angular/common/locales/rm.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/rn.d.ts b/apps/angular/node_modules/@angular/common/locales/rn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/rn.d.ts rename to apps/angular/node_modules/@angular/common/locales/rn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/rn.js b/apps/angular/node_modules/@angular/common/locales/rn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/rn.js rename to apps/angular/node_modules/@angular/common/locales/rn.js diff --git a/ClientApp/node_modules/@angular/common/locales/rn.js.map b/apps/angular/node_modules/@angular/common/locales/rn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/rn.js.map rename to apps/angular/node_modules/@angular/common/locales/rn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ro-MD.d.ts b/apps/angular/node_modules/@angular/common/locales/ro-MD.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ro-MD.d.ts rename to apps/angular/node_modules/@angular/common/locales/ro-MD.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ro-MD.js b/apps/angular/node_modules/@angular/common/locales/ro-MD.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ro-MD.js rename to apps/angular/node_modules/@angular/common/locales/ro-MD.js diff --git a/ClientApp/node_modules/@angular/common/locales/ro-MD.js.map b/apps/angular/node_modules/@angular/common/locales/ro-MD.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ro-MD.js.map rename to apps/angular/node_modules/@angular/common/locales/ro-MD.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ro.d.ts b/apps/angular/node_modules/@angular/common/locales/ro.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ro.d.ts rename to apps/angular/node_modules/@angular/common/locales/ro.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ro.js b/apps/angular/node_modules/@angular/common/locales/ro.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ro.js rename to apps/angular/node_modules/@angular/common/locales/ro.js diff --git a/ClientApp/node_modules/@angular/common/locales/ro.js.map b/apps/angular/node_modules/@angular/common/locales/ro.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ro.js.map rename to apps/angular/node_modules/@angular/common/locales/ro.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/rof.d.ts b/apps/angular/node_modules/@angular/common/locales/rof.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/rof.d.ts rename to apps/angular/node_modules/@angular/common/locales/rof.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/rof.js b/apps/angular/node_modules/@angular/common/locales/rof.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/rof.js rename to apps/angular/node_modules/@angular/common/locales/rof.js diff --git a/ClientApp/node_modules/@angular/common/locales/rof.js.map b/apps/angular/node_modules/@angular/common/locales/rof.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/rof.js.map rename to apps/angular/node_modules/@angular/common/locales/rof.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ru-BY.d.ts b/apps/angular/node_modules/@angular/common/locales/ru-BY.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ru-BY.d.ts rename to apps/angular/node_modules/@angular/common/locales/ru-BY.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ru-BY.js b/apps/angular/node_modules/@angular/common/locales/ru-BY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ru-BY.js rename to apps/angular/node_modules/@angular/common/locales/ru-BY.js diff --git a/ClientApp/node_modules/@angular/common/locales/ru-BY.js.map b/apps/angular/node_modules/@angular/common/locales/ru-BY.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ru-BY.js.map rename to apps/angular/node_modules/@angular/common/locales/ru-BY.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ru-KG.d.ts b/apps/angular/node_modules/@angular/common/locales/ru-KG.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ru-KG.d.ts rename to apps/angular/node_modules/@angular/common/locales/ru-KG.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ru-KG.js b/apps/angular/node_modules/@angular/common/locales/ru-KG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ru-KG.js rename to apps/angular/node_modules/@angular/common/locales/ru-KG.js diff --git a/ClientApp/node_modules/@angular/common/locales/ru-KG.js.map b/apps/angular/node_modules/@angular/common/locales/ru-KG.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ru-KG.js.map rename to apps/angular/node_modules/@angular/common/locales/ru-KG.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ru-KZ.d.ts b/apps/angular/node_modules/@angular/common/locales/ru-KZ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ru-KZ.d.ts rename to apps/angular/node_modules/@angular/common/locales/ru-KZ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ru-KZ.js b/apps/angular/node_modules/@angular/common/locales/ru-KZ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ru-KZ.js rename to apps/angular/node_modules/@angular/common/locales/ru-KZ.js diff --git a/ClientApp/node_modules/@angular/common/locales/ru-KZ.js.map b/apps/angular/node_modules/@angular/common/locales/ru-KZ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ru-KZ.js.map rename to apps/angular/node_modules/@angular/common/locales/ru-KZ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ru-MD.d.ts b/apps/angular/node_modules/@angular/common/locales/ru-MD.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ru-MD.d.ts rename to apps/angular/node_modules/@angular/common/locales/ru-MD.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ru-MD.js b/apps/angular/node_modules/@angular/common/locales/ru-MD.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ru-MD.js rename to apps/angular/node_modules/@angular/common/locales/ru-MD.js diff --git a/ClientApp/node_modules/@angular/common/locales/ru-MD.js.map b/apps/angular/node_modules/@angular/common/locales/ru-MD.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ru-MD.js.map rename to apps/angular/node_modules/@angular/common/locales/ru-MD.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ru-UA.d.ts b/apps/angular/node_modules/@angular/common/locales/ru-UA.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ru-UA.d.ts rename to apps/angular/node_modules/@angular/common/locales/ru-UA.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ru-UA.js b/apps/angular/node_modules/@angular/common/locales/ru-UA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ru-UA.js rename to apps/angular/node_modules/@angular/common/locales/ru-UA.js diff --git a/ClientApp/node_modules/@angular/common/locales/ru-UA.js.map b/apps/angular/node_modules/@angular/common/locales/ru-UA.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ru-UA.js.map rename to apps/angular/node_modules/@angular/common/locales/ru-UA.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ru.d.ts b/apps/angular/node_modules/@angular/common/locales/ru.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ru.d.ts rename to apps/angular/node_modules/@angular/common/locales/ru.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ru.js b/apps/angular/node_modules/@angular/common/locales/ru.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ru.js rename to apps/angular/node_modules/@angular/common/locales/ru.js diff --git a/ClientApp/node_modules/@angular/common/locales/ru.js.map b/apps/angular/node_modules/@angular/common/locales/ru.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ru.js.map rename to apps/angular/node_modules/@angular/common/locales/ru.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/rw.d.ts b/apps/angular/node_modules/@angular/common/locales/rw.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/rw.d.ts rename to apps/angular/node_modules/@angular/common/locales/rw.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/rw.js b/apps/angular/node_modules/@angular/common/locales/rw.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/rw.js rename to apps/angular/node_modules/@angular/common/locales/rw.js diff --git a/ClientApp/node_modules/@angular/common/locales/rw.js.map b/apps/angular/node_modules/@angular/common/locales/rw.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/rw.js.map rename to apps/angular/node_modules/@angular/common/locales/rw.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/rwk.d.ts b/apps/angular/node_modules/@angular/common/locales/rwk.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/rwk.d.ts rename to apps/angular/node_modules/@angular/common/locales/rwk.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/rwk.js b/apps/angular/node_modules/@angular/common/locales/rwk.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/rwk.js rename to apps/angular/node_modules/@angular/common/locales/rwk.js diff --git a/ClientApp/node_modules/@angular/common/locales/rwk.js.map b/apps/angular/node_modules/@angular/common/locales/rwk.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/rwk.js.map rename to apps/angular/node_modules/@angular/common/locales/rwk.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/sa.d.ts b/apps/angular/node_modules/@angular/common/locales/sa.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sa.d.ts rename to apps/angular/node_modules/@angular/common/locales/sa.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/sa.js b/apps/angular/node_modules/@angular/common/locales/sa.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sa.js rename to apps/angular/node_modules/@angular/common/locales/sa.js diff --git a/ClientApp/node_modules/@angular/common/locales/sa.js.map b/apps/angular/node_modules/@angular/common/locales/sa.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sa.js.map rename to apps/angular/node_modules/@angular/common/locales/sa.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/sah.d.ts b/apps/angular/node_modules/@angular/common/locales/sah.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sah.d.ts rename to apps/angular/node_modules/@angular/common/locales/sah.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/sah.js b/apps/angular/node_modules/@angular/common/locales/sah.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sah.js rename to apps/angular/node_modules/@angular/common/locales/sah.js diff --git a/ClientApp/node_modules/@angular/common/locales/sah.js.map b/apps/angular/node_modules/@angular/common/locales/sah.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sah.js.map rename to apps/angular/node_modules/@angular/common/locales/sah.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/saq.d.ts b/apps/angular/node_modules/@angular/common/locales/saq.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/saq.d.ts rename to apps/angular/node_modules/@angular/common/locales/saq.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/saq.js b/apps/angular/node_modules/@angular/common/locales/saq.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/saq.js rename to apps/angular/node_modules/@angular/common/locales/saq.js diff --git a/ClientApp/node_modules/@angular/common/locales/saq.js.map b/apps/angular/node_modules/@angular/common/locales/saq.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/saq.js.map rename to apps/angular/node_modules/@angular/common/locales/saq.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/sat-Deva.d.ts b/apps/angular/node_modules/@angular/common/locales/sat-Deva.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sat-Deva.d.ts rename to apps/angular/node_modules/@angular/common/locales/sat-Deva.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/sat-Deva.js b/apps/angular/node_modules/@angular/common/locales/sat-Deva.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sat-Deva.js rename to apps/angular/node_modules/@angular/common/locales/sat-Deva.js diff --git a/ClientApp/node_modules/@angular/common/locales/sat-Deva.js.map b/apps/angular/node_modules/@angular/common/locales/sat-Deva.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sat-Deva.js.map rename to apps/angular/node_modules/@angular/common/locales/sat-Deva.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/sat-Olck.d.ts b/apps/angular/node_modules/@angular/common/locales/sat-Olck.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sat-Olck.d.ts rename to apps/angular/node_modules/@angular/common/locales/sat-Olck.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/sat-Olck.js b/apps/angular/node_modules/@angular/common/locales/sat-Olck.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sat-Olck.js rename to apps/angular/node_modules/@angular/common/locales/sat-Olck.js diff --git a/ClientApp/node_modules/@angular/common/locales/sat-Olck.js.map b/apps/angular/node_modules/@angular/common/locales/sat-Olck.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sat-Olck.js.map rename to apps/angular/node_modules/@angular/common/locales/sat-Olck.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/sat.d.ts b/apps/angular/node_modules/@angular/common/locales/sat.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sat.d.ts rename to apps/angular/node_modules/@angular/common/locales/sat.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/sat.js b/apps/angular/node_modules/@angular/common/locales/sat.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sat.js rename to apps/angular/node_modules/@angular/common/locales/sat.js diff --git a/ClientApp/node_modules/@angular/common/locales/sat.js.map b/apps/angular/node_modules/@angular/common/locales/sat.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sat.js.map rename to apps/angular/node_modules/@angular/common/locales/sat.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/sbp.d.ts b/apps/angular/node_modules/@angular/common/locales/sbp.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sbp.d.ts rename to apps/angular/node_modules/@angular/common/locales/sbp.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/sbp.js b/apps/angular/node_modules/@angular/common/locales/sbp.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sbp.js rename to apps/angular/node_modules/@angular/common/locales/sbp.js diff --git a/ClientApp/node_modules/@angular/common/locales/sbp.js.map b/apps/angular/node_modules/@angular/common/locales/sbp.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sbp.js.map rename to apps/angular/node_modules/@angular/common/locales/sbp.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/sc.d.ts b/apps/angular/node_modules/@angular/common/locales/sc.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sc.d.ts rename to apps/angular/node_modules/@angular/common/locales/sc.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/sc.js b/apps/angular/node_modules/@angular/common/locales/sc.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sc.js rename to apps/angular/node_modules/@angular/common/locales/sc.js diff --git a/ClientApp/node_modules/@angular/common/locales/sc.js.map b/apps/angular/node_modules/@angular/common/locales/sc.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sc.js.map rename to apps/angular/node_modules/@angular/common/locales/sc.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/scn.d.ts b/apps/angular/node_modules/@angular/common/locales/scn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/scn.d.ts rename to apps/angular/node_modules/@angular/common/locales/scn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/scn.js b/apps/angular/node_modules/@angular/common/locales/scn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/scn.js rename to apps/angular/node_modules/@angular/common/locales/scn.js diff --git a/ClientApp/node_modules/@angular/common/locales/scn.js.map b/apps/angular/node_modules/@angular/common/locales/scn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/scn.js.map rename to apps/angular/node_modules/@angular/common/locales/scn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/sd-Arab.d.ts b/apps/angular/node_modules/@angular/common/locales/sd-Arab.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sd-Arab.d.ts rename to apps/angular/node_modules/@angular/common/locales/sd-Arab.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/sd-Arab.js b/apps/angular/node_modules/@angular/common/locales/sd-Arab.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sd-Arab.js rename to apps/angular/node_modules/@angular/common/locales/sd-Arab.js diff --git a/ClientApp/node_modules/@angular/common/locales/sd-Arab.js.map b/apps/angular/node_modules/@angular/common/locales/sd-Arab.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sd-Arab.js.map rename to apps/angular/node_modules/@angular/common/locales/sd-Arab.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/sd-Deva.d.ts b/apps/angular/node_modules/@angular/common/locales/sd-Deva.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sd-Deva.d.ts rename to apps/angular/node_modules/@angular/common/locales/sd-Deva.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/sd-Deva.js b/apps/angular/node_modules/@angular/common/locales/sd-Deva.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sd-Deva.js rename to apps/angular/node_modules/@angular/common/locales/sd-Deva.js diff --git a/ClientApp/node_modules/@angular/common/locales/sd-Deva.js.map b/apps/angular/node_modules/@angular/common/locales/sd-Deva.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sd-Deva.js.map rename to apps/angular/node_modules/@angular/common/locales/sd-Deva.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/sd.d.ts b/apps/angular/node_modules/@angular/common/locales/sd.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sd.d.ts rename to apps/angular/node_modules/@angular/common/locales/sd.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/sd.js b/apps/angular/node_modules/@angular/common/locales/sd.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sd.js rename to apps/angular/node_modules/@angular/common/locales/sd.js diff --git a/ClientApp/node_modules/@angular/common/locales/sd.js.map b/apps/angular/node_modules/@angular/common/locales/sd.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sd.js.map rename to apps/angular/node_modules/@angular/common/locales/sd.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/sdh-IQ.d.ts b/apps/angular/node_modules/@angular/common/locales/sdh-IQ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sdh-IQ.d.ts rename to apps/angular/node_modules/@angular/common/locales/sdh-IQ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/sdh-IQ.js b/apps/angular/node_modules/@angular/common/locales/sdh-IQ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sdh-IQ.js rename to apps/angular/node_modules/@angular/common/locales/sdh-IQ.js diff --git a/ClientApp/node_modules/@angular/common/locales/sdh-IQ.js.map b/apps/angular/node_modules/@angular/common/locales/sdh-IQ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sdh-IQ.js.map rename to apps/angular/node_modules/@angular/common/locales/sdh-IQ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/sdh.d.ts b/apps/angular/node_modules/@angular/common/locales/sdh.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sdh.d.ts rename to apps/angular/node_modules/@angular/common/locales/sdh.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/sdh.js b/apps/angular/node_modules/@angular/common/locales/sdh.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sdh.js rename to apps/angular/node_modules/@angular/common/locales/sdh.js diff --git a/ClientApp/node_modules/@angular/common/locales/sdh.js.map b/apps/angular/node_modules/@angular/common/locales/sdh.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sdh.js.map rename to apps/angular/node_modules/@angular/common/locales/sdh.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/se-FI.d.ts b/apps/angular/node_modules/@angular/common/locales/se-FI.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/se-FI.d.ts rename to apps/angular/node_modules/@angular/common/locales/se-FI.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/se-FI.js b/apps/angular/node_modules/@angular/common/locales/se-FI.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/se-FI.js rename to apps/angular/node_modules/@angular/common/locales/se-FI.js diff --git a/ClientApp/node_modules/@angular/common/locales/se-FI.js.map b/apps/angular/node_modules/@angular/common/locales/se-FI.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/se-FI.js.map rename to apps/angular/node_modules/@angular/common/locales/se-FI.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/se-SE.d.ts b/apps/angular/node_modules/@angular/common/locales/se-SE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/se-SE.d.ts rename to apps/angular/node_modules/@angular/common/locales/se-SE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/se-SE.js b/apps/angular/node_modules/@angular/common/locales/se-SE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/se-SE.js rename to apps/angular/node_modules/@angular/common/locales/se-SE.js diff --git a/ClientApp/node_modules/@angular/common/locales/se-SE.js.map b/apps/angular/node_modules/@angular/common/locales/se-SE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/se-SE.js.map rename to apps/angular/node_modules/@angular/common/locales/se-SE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/se.d.ts b/apps/angular/node_modules/@angular/common/locales/se.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/se.d.ts rename to apps/angular/node_modules/@angular/common/locales/se.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/se.js b/apps/angular/node_modules/@angular/common/locales/se.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/se.js rename to apps/angular/node_modules/@angular/common/locales/se.js diff --git a/ClientApp/node_modules/@angular/common/locales/se.js.map b/apps/angular/node_modules/@angular/common/locales/se.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/se.js.map rename to apps/angular/node_modules/@angular/common/locales/se.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/seh.d.ts b/apps/angular/node_modules/@angular/common/locales/seh.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/seh.d.ts rename to apps/angular/node_modules/@angular/common/locales/seh.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/seh.js b/apps/angular/node_modules/@angular/common/locales/seh.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/seh.js rename to apps/angular/node_modules/@angular/common/locales/seh.js diff --git a/ClientApp/node_modules/@angular/common/locales/seh.js.map b/apps/angular/node_modules/@angular/common/locales/seh.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/seh.js.map rename to apps/angular/node_modules/@angular/common/locales/seh.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ses.d.ts b/apps/angular/node_modules/@angular/common/locales/ses.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ses.d.ts rename to apps/angular/node_modules/@angular/common/locales/ses.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ses.js b/apps/angular/node_modules/@angular/common/locales/ses.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ses.js rename to apps/angular/node_modules/@angular/common/locales/ses.js diff --git a/ClientApp/node_modules/@angular/common/locales/ses.js.map b/apps/angular/node_modules/@angular/common/locales/ses.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ses.js.map rename to apps/angular/node_modules/@angular/common/locales/ses.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/sg.d.ts b/apps/angular/node_modules/@angular/common/locales/sg.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sg.d.ts rename to apps/angular/node_modules/@angular/common/locales/sg.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/sg.js b/apps/angular/node_modules/@angular/common/locales/sg.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sg.js rename to apps/angular/node_modules/@angular/common/locales/sg.js diff --git a/ClientApp/node_modules/@angular/common/locales/sg.js.map b/apps/angular/node_modules/@angular/common/locales/sg.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sg.js.map rename to apps/angular/node_modules/@angular/common/locales/sg.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/shi-Latn.d.ts b/apps/angular/node_modules/@angular/common/locales/shi-Latn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/shi-Latn.d.ts rename to apps/angular/node_modules/@angular/common/locales/shi-Latn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/shi-Latn.js b/apps/angular/node_modules/@angular/common/locales/shi-Latn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/shi-Latn.js rename to apps/angular/node_modules/@angular/common/locales/shi-Latn.js diff --git a/ClientApp/node_modules/@angular/common/locales/shi-Latn.js.map b/apps/angular/node_modules/@angular/common/locales/shi-Latn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/shi-Latn.js.map rename to apps/angular/node_modules/@angular/common/locales/shi-Latn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/shi-Tfng.d.ts b/apps/angular/node_modules/@angular/common/locales/shi-Tfng.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/shi-Tfng.d.ts rename to apps/angular/node_modules/@angular/common/locales/shi-Tfng.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/shi-Tfng.js b/apps/angular/node_modules/@angular/common/locales/shi-Tfng.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/shi-Tfng.js rename to apps/angular/node_modules/@angular/common/locales/shi-Tfng.js diff --git a/ClientApp/node_modules/@angular/common/locales/shi-Tfng.js.map b/apps/angular/node_modules/@angular/common/locales/shi-Tfng.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/shi-Tfng.js.map rename to apps/angular/node_modules/@angular/common/locales/shi-Tfng.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/shi.d.ts b/apps/angular/node_modules/@angular/common/locales/shi.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/shi.d.ts rename to apps/angular/node_modules/@angular/common/locales/shi.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/shi.js b/apps/angular/node_modules/@angular/common/locales/shi.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/shi.js rename to apps/angular/node_modules/@angular/common/locales/shi.js diff --git a/ClientApp/node_modules/@angular/common/locales/shi.js.map b/apps/angular/node_modules/@angular/common/locales/shi.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/shi.js.map rename to apps/angular/node_modules/@angular/common/locales/shi.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/shn-TH.d.ts b/apps/angular/node_modules/@angular/common/locales/shn-TH.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/shn-TH.d.ts rename to apps/angular/node_modules/@angular/common/locales/shn-TH.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/shn-TH.js b/apps/angular/node_modules/@angular/common/locales/shn-TH.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/shn-TH.js rename to apps/angular/node_modules/@angular/common/locales/shn-TH.js diff --git a/ClientApp/node_modules/@angular/common/locales/shn-TH.js.map b/apps/angular/node_modules/@angular/common/locales/shn-TH.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/shn-TH.js.map rename to apps/angular/node_modules/@angular/common/locales/shn-TH.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/shn.d.ts b/apps/angular/node_modules/@angular/common/locales/shn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/shn.d.ts rename to apps/angular/node_modules/@angular/common/locales/shn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/shn.js b/apps/angular/node_modules/@angular/common/locales/shn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/shn.js rename to apps/angular/node_modules/@angular/common/locales/shn.js diff --git a/ClientApp/node_modules/@angular/common/locales/shn.js.map b/apps/angular/node_modules/@angular/common/locales/shn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/shn.js.map rename to apps/angular/node_modules/@angular/common/locales/shn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/si.d.ts b/apps/angular/node_modules/@angular/common/locales/si.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/si.d.ts rename to apps/angular/node_modules/@angular/common/locales/si.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/si.js b/apps/angular/node_modules/@angular/common/locales/si.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/si.js rename to apps/angular/node_modules/@angular/common/locales/si.js diff --git a/ClientApp/node_modules/@angular/common/locales/si.js.map b/apps/angular/node_modules/@angular/common/locales/si.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/si.js.map rename to apps/angular/node_modules/@angular/common/locales/si.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/sid.d.ts b/apps/angular/node_modules/@angular/common/locales/sid.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sid.d.ts rename to apps/angular/node_modules/@angular/common/locales/sid.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/sid.js b/apps/angular/node_modules/@angular/common/locales/sid.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sid.js rename to apps/angular/node_modules/@angular/common/locales/sid.js diff --git a/ClientApp/node_modules/@angular/common/locales/sid.js.map b/apps/angular/node_modules/@angular/common/locales/sid.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sid.js.map rename to apps/angular/node_modules/@angular/common/locales/sid.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/sk.d.ts b/apps/angular/node_modules/@angular/common/locales/sk.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sk.d.ts rename to apps/angular/node_modules/@angular/common/locales/sk.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/sk.js b/apps/angular/node_modules/@angular/common/locales/sk.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sk.js rename to apps/angular/node_modules/@angular/common/locales/sk.js diff --git a/ClientApp/node_modules/@angular/common/locales/sk.js.map b/apps/angular/node_modules/@angular/common/locales/sk.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sk.js.map rename to apps/angular/node_modules/@angular/common/locales/sk.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/skr.d.ts b/apps/angular/node_modules/@angular/common/locales/skr.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/skr.d.ts rename to apps/angular/node_modules/@angular/common/locales/skr.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/skr.js b/apps/angular/node_modules/@angular/common/locales/skr.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/skr.js rename to apps/angular/node_modules/@angular/common/locales/skr.js diff --git a/ClientApp/node_modules/@angular/common/locales/skr.js.map b/apps/angular/node_modules/@angular/common/locales/skr.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/skr.js.map rename to apps/angular/node_modules/@angular/common/locales/skr.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/sl.d.ts b/apps/angular/node_modules/@angular/common/locales/sl.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sl.d.ts rename to apps/angular/node_modules/@angular/common/locales/sl.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/sl.js b/apps/angular/node_modules/@angular/common/locales/sl.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sl.js rename to apps/angular/node_modules/@angular/common/locales/sl.js diff --git a/ClientApp/node_modules/@angular/common/locales/sl.js.map b/apps/angular/node_modules/@angular/common/locales/sl.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sl.js.map rename to apps/angular/node_modules/@angular/common/locales/sl.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/sma-NO.d.ts b/apps/angular/node_modules/@angular/common/locales/sma-NO.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sma-NO.d.ts rename to apps/angular/node_modules/@angular/common/locales/sma-NO.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/sma-NO.js b/apps/angular/node_modules/@angular/common/locales/sma-NO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sma-NO.js rename to apps/angular/node_modules/@angular/common/locales/sma-NO.js diff --git a/ClientApp/node_modules/@angular/common/locales/sma-NO.js.map b/apps/angular/node_modules/@angular/common/locales/sma-NO.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sma-NO.js.map rename to apps/angular/node_modules/@angular/common/locales/sma-NO.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/sma.d.ts b/apps/angular/node_modules/@angular/common/locales/sma.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sma.d.ts rename to apps/angular/node_modules/@angular/common/locales/sma.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/sma.js b/apps/angular/node_modules/@angular/common/locales/sma.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sma.js rename to apps/angular/node_modules/@angular/common/locales/sma.js diff --git a/ClientApp/node_modules/@angular/common/locales/sma.js.map b/apps/angular/node_modules/@angular/common/locales/sma.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sma.js.map rename to apps/angular/node_modules/@angular/common/locales/sma.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/smj-NO.d.ts b/apps/angular/node_modules/@angular/common/locales/smj-NO.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/smj-NO.d.ts rename to apps/angular/node_modules/@angular/common/locales/smj-NO.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/smj-NO.js b/apps/angular/node_modules/@angular/common/locales/smj-NO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/smj-NO.js rename to apps/angular/node_modules/@angular/common/locales/smj-NO.js diff --git a/ClientApp/node_modules/@angular/common/locales/smj-NO.js.map b/apps/angular/node_modules/@angular/common/locales/smj-NO.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/smj-NO.js.map rename to apps/angular/node_modules/@angular/common/locales/smj-NO.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/smj.d.ts b/apps/angular/node_modules/@angular/common/locales/smj.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/smj.d.ts rename to apps/angular/node_modules/@angular/common/locales/smj.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/smj.js b/apps/angular/node_modules/@angular/common/locales/smj.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/smj.js rename to apps/angular/node_modules/@angular/common/locales/smj.js diff --git a/ClientApp/node_modules/@angular/common/locales/smj.js.map b/apps/angular/node_modules/@angular/common/locales/smj.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/smj.js.map rename to apps/angular/node_modules/@angular/common/locales/smj.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/smn.d.ts b/apps/angular/node_modules/@angular/common/locales/smn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/smn.d.ts rename to apps/angular/node_modules/@angular/common/locales/smn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/smn.js b/apps/angular/node_modules/@angular/common/locales/smn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/smn.js rename to apps/angular/node_modules/@angular/common/locales/smn.js diff --git a/ClientApp/node_modules/@angular/common/locales/smn.js.map b/apps/angular/node_modules/@angular/common/locales/smn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/smn.js.map rename to apps/angular/node_modules/@angular/common/locales/smn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/sms.d.ts b/apps/angular/node_modules/@angular/common/locales/sms.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sms.d.ts rename to apps/angular/node_modules/@angular/common/locales/sms.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/sms.js b/apps/angular/node_modules/@angular/common/locales/sms.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sms.js rename to apps/angular/node_modules/@angular/common/locales/sms.js diff --git a/ClientApp/node_modules/@angular/common/locales/sms.js.map b/apps/angular/node_modules/@angular/common/locales/sms.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sms.js.map rename to apps/angular/node_modules/@angular/common/locales/sms.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/sn.d.ts b/apps/angular/node_modules/@angular/common/locales/sn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sn.d.ts rename to apps/angular/node_modules/@angular/common/locales/sn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/sn.js b/apps/angular/node_modules/@angular/common/locales/sn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sn.js rename to apps/angular/node_modules/@angular/common/locales/sn.js diff --git a/ClientApp/node_modules/@angular/common/locales/sn.js.map b/apps/angular/node_modules/@angular/common/locales/sn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sn.js.map rename to apps/angular/node_modules/@angular/common/locales/sn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/so-DJ.d.ts b/apps/angular/node_modules/@angular/common/locales/so-DJ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/so-DJ.d.ts rename to apps/angular/node_modules/@angular/common/locales/so-DJ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/so-DJ.js b/apps/angular/node_modules/@angular/common/locales/so-DJ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/so-DJ.js rename to apps/angular/node_modules/@angular/common/locales/so-DJ.js diff --git a/ClientApp/node_modules/@angular/common/locales/so-DJ.js.map b/apps/angular/node_modules/@angular/common/locales/so-DJ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/so-DJ.js.map rename to apps/angular/node_modules/@angular/common/locales/so-DJ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/so-ET.d.ts b/apps/angular/node_modules/@angular/common/locales/so-ET.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/so-ET.d.ts rename to apps/angular/node_modules/@angular/common/locales/so-ET.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/so-ET.js b/apps/angular/node_modules/@angular/common/locales/so-ET.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/so-ET.js rename to apps/angular/node_modules/@angular/common/locales/so-ET.js diff --git a/ClientApp/node_modules/@angular/common/locales/so-ET.js.map b/apps/angular/node_modules/@angular/common/locales/so-ET.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/so-ET.js.map rename to apps/angular/node_modules/@angular/common/locales/so-ET.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/so-KE.d.ts b/apps/angular/node_modules/@angular/common/locales/so-KE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/so-KE.d.ts rename to apps/angular/node_modules/@angular/common/locales/so-KE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/so-KE.js b/apps/angular/node_modules/@angular/common/locales/so-KE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/so-KE.js rename to apps/angular/node_modules/@angular/common/locales/so-KE.js diff --git a/ClientApp/node_modules/@angular/common/locales/so-KE.js.map b/apps/angular/node_modules/@angular/common/locales/so-KE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/so-KE.js.map rename to apps/angular/node_modules/@angular/common/locales/so-KE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/so.d.ts b/apps/angular/node_modules/@angular/common/locales/so.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/so.d.ts rename to apps/angular/node_modules/@angular/common/locales/so.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/so.js b/apps/angular/node_modules/@angular/common/locales/so.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/so.js rename to apps/angular/node_modules/@angular/common/locales/so.js diff --git a/ClientApp/node_modules/@angular/common/locales/so.js.map b/apps/angular/node_modules/@angular/common/locales/so.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/so.js.map rename to apps/angular/node_modules/@angular/common/locales/so.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/sq-MK.d.ts b/apps/angular/node_modules/@angular/common/locales/sq-MK.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sq-MK.d.ts rename to apps/angular/node_modules/@angular/common/locales/sq-MK.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/sq-MK.js b/apps/angular/node_modules/@angular/common/locales/sq-MK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sq-MK.js rename to apps/angular/node_modules/@angular/common/locales/sq-MK.js diff --git a/ClientApp/node_modules/@angular/common/locales/sq-MK.js.map b/apps/angular/node_modules/@angular/common/locales/sq-MK.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sq-MK.js.map rename to apps/angular/node_modules/@angular/common/locales/sq-MK.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/sq-XK.d.ts b/apps/angular/node_modules/@angular/common/locales/sq-XK.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sq-XK.d.ts rename to apps/angular/node_modules/@angular/common/locales/sq-XK.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/sq-XK.js b/apps/angular/node_modules/@angular/common/locales/sq-XK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sq-XK.js rename to apps/angular/node_modules/@angular/common/locales/sq-XK.js diff --git a/ClientApp/node_modules/@angular/common/locales/sq-XK.js.map b/apps/angular/node_modules/@angular/common/locales/sq-XK.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sq-XK.js.map rename to apps/angular/node_modules/@angular/common/locales/sq-XK.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/sq.d.ts b/apps/angular/node_modules/@angular/common/locales/sq.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sq.d.ts rename to apps/angular/node_modules/@angular/common/locales/sq.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/sq.js b/apps/angular/node_modules/@angular/common/locales/sq.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sq.js rename to apps/angular/node_modules/@angular/common/locales/sq.js diff --git a/ClientApp/node_modules/@angular/common/locales/sq.js.map b/apps/angular/node_modules/@angular/common/locales/sq.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sq.js.map rename to apps/angular/node_modules/@angular/common/locales/sq.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/sr-Cyrl-BA.d.ts b/apps/angular/node_modules/@angular/common/locales/sr-Cyrl-BA.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sr-Cyrl-BA.d.ts rename to apps/angular/node_modules/@angular/common/locales/sr-Cyrl-BA.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/sr-Cyrl-BA.js b/apps/angular/node_modules/@angular/common/locales/sr-Cyrl-BA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sr-Cyrl-BA.js rename to apps/angular/node_modules/@angular/common/locales/sr-Cyrl-BA.js diff --git a/ClientApp/node_modules/@angular/common/locales/sr-Cyrl-BA.js.map b/apps/angular/node_modules/@angular/common/locales/sr-Cyrl-BA.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sr-Cyrl-BA.js.map rename to apps/angular/node_modules/@angular/common/locales/sr-Cyrl-BA.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/sr-Cyrl-ME.d.ts b/apps/angular/node_modules/@angular/common/locales/sr-Cyrl-ME.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sr-Cyrl-ME.d.ts rename to apps/angular/node_modules/@angular/common/locales/sr-Cyrl-ME.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/sr-Cyrl-ME.js b/apps/angular/node_modules/@angular/common/locales/sr-Cyrl-ME.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sr-Cyrl-ME.js rename to apps/angular/node_modules/@angular/common/locales/sr-Cyrl-ME.js diff --git a/ClientApp/node_modules/@angular/common/locales/sr-Cyrl-ME.js.map b/apps/angular/node_modules/@angular/common/locales/sr-Cyrl-ME.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sr-Cyrl-ME.js.map rename to apps/angular/node_modules/@angular/common/locales/sr-Cyrl-ME.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/sr-Cyrl-XK.d.ts b/apps/angular/node_modules/@angular/common/locales/sr-Cyrl-XK.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sr-Cyrl-XK.d.ts rename to apps/angular/node_modules/@angular/common/locales/sr-Cyrl-XK.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/sr-Cyrl-XK.js b/apps/angular/node_modules/@angular/common/locales/sr-Cyrl-XK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sr-Cyrl-XK.js rename to apps/angular/node_modules/@angular/common/locales/sr-Cyrl-XK.js diff --git a/ClientApp/node_modules/@angular/common/locales/sr-Cyrl-XK.js.map b/apps/angular/node_modules/@angular/common/locales/sr-Cyrl-XK.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sr-Cyrl-XK.js.map rename to apps/angular/node_modules/@angular/common/locales/sr-Cyrl-XK.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/sr-Cyrl.d.ts b/apps/angular/node_modules/@angular/common/locales/sr-Cyrl.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sr-Cyrl.d.ts rename to apps/angular/node_modules/@angular/common/locales/sr-Cyrl.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/sr-Cyrl.js b/apps/angular/node_modules/@angular/common/locales/sr-Cyrl.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sr-Cyrl.js rename to apps/angular/node_modules/@angular/common/locales/sr-Cyrl.js diff --git a/ClientApp/node_modules/@angular/common/locales/sr-Cyrl.js.map b/apps/angular/node_modules/@angular/common/locales/sr-Cyrl.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sr-Cyrl.js.map rename to apps/angular/node_modules/@angular/common/locales/sr-Cyrl.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/sr-Latn-BA.d.ts b/apps/angular/node_modules/@angular/common/locales/sr-Latn-BA.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sr-Latn-BA.d.ts rename to apps/angular/node_modules/@angular/common/locales/sr-Latn-BA.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/sr-Latn-BA.js b/apps/angular/node_modules/@angular/common/locales/sr-Latn-BA.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sr-Latn-BA.js rename to apps/angular/node_modules/@angular/common/locales/sr-Latn-BA.js diff --git a/ClientApp/node_modules/@angular/common/locales/sr-Latn-BA.js.map b/apps/angular/node_modules/@angular/common/locales/sr-Latn-BA.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sr-Latn-BA.js.map rename to apps/angular/node_modules/@angular/common/locales/sr-Latn-BA.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/sr-Latn-ME.d.ts b/apps/angular/node_modules/@angular/common/locales/sr-Latn-ME.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sr-Latn-ME.d.ts rename to apps/angular/node_modules/@angular/common/locales/sr-Latn-ME.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/sr-Latn-ME.js b/apps/angular/node_modules/@angular/common/locales/sr-Latn-ME.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sr-Latn-ME.js rename to apps/angular/node_modules/@angular/common/locales/sr-Latn-ME.js diff --git a/ClientApp/node_modules/@angular/common/locales/sr-Latn-ME.js.map b/apps/angular/node_modules/@angular/common/locales/sr-Latn-ME.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sr-Latn-ME.js.map rename to apps/angular/node_modules/@angular/common/locales/sr-Latn-ME.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/sr-Latn-XK.d.ts b/apps/angular/node_modules/@angular/common/locales/sr-Latn-XK.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sr-Latn-XK.d.ts rename to apps/angular/node_modules/@angular/common/locales/sr-Latn-XK.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/sr-Latn-XK.js b/apps/angular/node_modules/@angular/common/locales/sr-Latn-XK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sr-Latn-XK.js rename to apps/angular/node_modules/@angular/common/locales/sr-Latn-XK.js diff --git a/ClientApp/node_modules/@angular/common/locales/sr-Latn-XK.js.map b/apps/angular/node_modules/@angular/common/locales/sr-Latn-XK.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sr-Latn-XK.js.map rename to apps/angular/node_modules/@angular/common/locales/sr-Latn-XK.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/sr-Latn.d.ts b/apps/angular/node_modules/@angular/common/locales/sr-Latn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sr-Latn.d.ts rename to apps/angular/node_modules/@angular/common/locales/sr-Latn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/sr-Latn.js b/apps/angular/node_modules/@angular/common/locales/sr-Latn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sr-Latn.js rename to apps/angular/node_modules/@angular/common/locales/sr-Latn.js diff --git a/ClientApp/node_modules/@angular/common/locales/sr-Latn.js.map b/apps/angular/node_modules/@angular/common/locales/sr-Latn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sr-Latn.js.map rename to apps/angular/node_modules/@angular/common/locales/sr-Latn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/sr.d.ts b/apps/angular/node_modules/@angular/common/locales/sr.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sr.d.ts rename to apps/angular/node_modules/@angular/common/locales/sr.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/sr.js b/apps/angular/node_modules/@angular/common/locales/sr.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sr.js rename to apps/angular/node_modules/@angular/common/locales/sr.js diff --git a/ClientApp/node_modules/@angular/common/locales/sr.js.map b/apps/angular/node_modules/@angular/common/locales/sr.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sr.js.map rename to apps/angular/node_modules/@angular/common/locales/sr.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ss-SZ.d.ts b/apps/angular/node_modules/@angular/common/locales/ss-SZ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ss-SZ.d.ts rename to apps/angular/node_modules/@angular/common/locales/ss-SZ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ss-SZ.js b/apps/angular/node_modules/@angular/common/locales/ss-SZ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ss-SZ.js rename to apps/angular/node_modules/@angular/common/locales/ss-SZ.js diff --git a/ClientApp/node_modules/@angular/common/locales/ss-SZ.js.map b/apps/angular/node_modules/@angular/common/locales/ss-SZ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ss-SZ.js.map rename to apps/angular/node_modules/@angular/common/locales/ss-SZ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ss.d.ts b/apps/angular/node_modules/@angular/common/locales/ss.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ss.d.ts rename to apps/angular/node_modules/@angular/common/locales/ss.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ss.js b/apps/angular/node_modules/@angular/common/locales/ss.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ss.js rename to apps/angular/node_modules/@angular/common/locales/ss.js diff --git a/ClientApp/node_modules/@angular/common/locales/ss.js.map b/apps/angular/node_modules/@angular/common/locales/ss.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ss.js.map rename to apps/angular/node_modules/@angular/common/locales/ss.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ssy.d.ts b/apps/angular/node_modules/@angular/common/locales/ssy.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ssy.d.ts rename to apps/angular/node_modules/@angular/common/locales/ssy.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ssy.js b/apps/angular/node_modules/@angular/common/locales/ssy.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ssy.js rename to apps/angular/node_modules/@angular/common/locales/ssy.js diff --git a/ClientApp/node_modules/@angular/common/locales/ssy.js.map b/apps/angular/node_modules/@angular/common/locales/ssy.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ssy.js.map rename to apps/angular/node_modules/@angular/common/locales/ssy.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/st-LS.d.ts b/apps/angular/node_modules/@angular/common/locales/st-LS.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/st-LS.d.ts rename to apps/angular/node_modules/@angular/common/locales/st-LS.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/st-LS.js b/apps/angular/node_modules/@angular/common/locales/st-LS.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/st-LS.js rename to apps/angular/node_modules/@angular/common/locales/st-LS.js diff --git a/ClientApp/node_modules/@angular/common/locales/st-LS.js.map b/apps/angular/node_modules/@angular/common/locales/st-LS.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/st-LS.js.map rename to apps/angular/node_modules/@angular/common/locales/st-LS.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/st.d.ts b/apps/angular/node_modules/@angular/common/locales/st.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/st.d.ts rename to apps/angular/node_modules/@angular/common/locales/st.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/st.js b/apps/angular/node_modules/@angular/common/locales/st.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/st.js rename to apps/angular/node_modules/@angular/common/locales/st.js diff --git a/ClientApp/node_modules/@angular/common/locales/st.js.map b/apps/angular/node_modules/@angular/common/locales/st.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/st.js.map rename to apps/angular/node_modules/@angular/common/locales/st.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/su-Latn.d.ts b/apps/angular/node_modules/@angular/common/locales/su-Latn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/su-Latn.d.ts rename to apps/angular/node_modules/@angular/common/locales/su-Latn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/su-Latn.js b/apps/angular/node_modules/@angular/common/locales/su-Latn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/su-Latn.js rename to apps/angular/node_modules/@angular/common/locales/su-Latn.js diff --git a/ClientApp/node_modules/@angular/common/locales/su-Latn.js.map b/apps/angular/node_modules/@angular/common/locales/su-Latn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/su-Latn.js.map rename to apps/angular/node_modules/@angular/common/locales/su-Latn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/su.d.ts b/apps/angular/node_modules/@angular/common/locales/su.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/su.d.ts rename to apps/angular/node_modules/@angular/common/locales/su.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/su.js b/apps/angular/node_modules/@angular/common/locales/su.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/su.js rename to apps/angular/node_modules/@angular/common/locales/su.js diff --git a/ClientApp/node_modules/@angular/common/locales/su.js.map b/apps/angular/node_modules/@angular/common/locales/su.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/su.js.map rename to apps/angular/node_modules/@angular/common/locales/su.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/sv-AX.d.ts b/apps/angular/node_modules/@angular/common/locales/sv-AX.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sv-AX.d.ts rename to apps/angular/node_modules/@angular/common/locales/sv-AX.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/sv-AX.js b/apps/angular/node_modules/@angular/common/locales/sv-AX.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sv-AX.js rename to apps/angular/node_modules/@angular/common/locales/sv-AX.js diff --git a/ClientApp/node_modules/@angular/common/locales/sv-AX.js.map b/apps/angular/node_modules/@angular/common/locales/sv-AX.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sv-AX.js.map rename to apps/angular/node_modules/@angular/common/locales/sv-AX.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/sv-FI.d.ts b/apps/angular/node_modules/@angular/common/locales/sv-FI.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sv-FI.d.ts rename to apps/angular/node_modules/@angular/common/locales/sv-FI.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/sv-FI.js b/apps/angular/node_modules/@angular/common/locales/sv-FI.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sv-FI.js rename to apps/angular/node_modules/@angular/common/locales/sv-FI.js diff --git a/ClientApp/node_modules/@angular/common/locales/sv-FI.js.map b/apps/angular/node_modules/@angular/common/locales/sv-FI.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sv-FI.js.map rename to apps/angular/node_modules/@angular/common/locales/sv-FI.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/sv.d.ts b/apps/angular/node_modules/@angular/common/locales/sv.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sv.d.ts rename to apps/angular/node_modules/@angular/common/locales/sv.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/sv.js b/apps/angular/node_modules/@angular/common/locales/sv.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sv.js rename to apps/angular/node_modules/@angular/common/locales/sv.js diff --git a/ClientApp/node_modules/@angular/common/locales/sv.js.map b/apps/angular/node_modules/@angular/common/locales/sv.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sv.js.map rename to apps/angular/node_modules/@angular/common/locales/sv.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/sw-CD.d.ts b/apps/angular/node_modules/@angular/common/locales/sw-CD.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sw-CD.d.ts rename to apps/angular/node_modules/@angular/common/locales/sw-CD.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/sw-CD.js b/apps/angular/node_modules/@angular/common/locales/sw-CD.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sw-CD.js rename to apps/angular/node_modules/@angular/common/locales/sw-CD.js diff --git a/ClientApp/node_modules/@angular/common/locales/sw-CD.js.map b/apps/angular/node_modules/@angular/common/locales/sw-CD.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sw-CD.js.map rename to apps/angular/node_modules/@angular/common/locales/sw-CD.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/sw-KE.d.ts b/apps/angular/node_modules/@angular/common/locales/sw-KE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sw-KE.d.ts rename to apps/angular/node_modules/@angular/common/locales/sw-KE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/sw-KE.js b/apps/angular/node_modules/@angular/common/locales/sw-KE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sw-KE.js rename to apps/angular/node_modules/@angular/common/locales/sw-KE.js diff --git a/ClientApp/node_modules/@angular/common/locales/sw-KE.js.map b/apps/angular/node_modules/@angular/common/locales/sw-KE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sw-KE.js.map rename to apps/angular/node_modules/@angular/common/locales/sw-KE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/sw-UG.d.ts b/apps/angular/node_modules/@angular/common/locales/sw-UG.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sw-UG.d.ts rename to apps/angular/node_modules/@angular/common/locales/sw-UG.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/sw-UG.js b/apps/angular/node_modules/@angular/common/locales/sw-UG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sw-UG.js rename to apps/angular/node_modules/@angular/common/locales/sw-UG.js diff --git a/ClientApp/node_modules/@angular/common/locales/sw-UG.js.map b/apps/angular/node_modules/@angular/common/locales/sw-UG.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sw-UG.js.map rename to apps/angular/node_modules/@angular/common/locales/sw-UG.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/sw.d.ts b/apps/angular/node_modules/@angular/common/locales/sw.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sw.d.ts rename to apps/angular/node_modules/@angular/common/locales/sw.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/sw.js b/apps/angular/node_modules/@angular/common/locales/sw.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sw.js rename to apps/angular/node_modules/@angular/common/locales/sw.js diff --git a/ClientApp/node_modules/@angular/common/locales/sw.js.map b/apps/angular/node_modules/@angular/common/locales/sw.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/sw.js.map rename to apps/angular/node_modules/@angular/common/locales/sw.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/syr-SY.d.ts b/apps/angular/node_modules/@angular/common/locales/syr-SY.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/syr-SY.d.ts rename to apps/angular/node_modules/@angular/common/locales/syr-SY.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/syr-SY.js b/apps/angular/node_modules/@angular/common/locales/syr-SY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/syr-SY.js rename to apps/angular/node_modules/@angular/common/locales/syr-SY.js diff --git a/ClientApp/node_modules/@angular/common/locales/syr-SY.js.map b/apps/angular/node_modules/@angular/common/locales/syr-SY.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/syr-SY.js.map rename to apps/angular/node_modules/@angular/common/locales/syr-SY.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/syr.d.ts b/apps/angular/node_modules/@angular/common/locales/syr.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/syr.d.ts rename to apps/angular/node_modules/@angular/common/locales/syr.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/syr.js b/apps/angular/node_modules/@angular/common/locales/syr.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/syr.js rename to apps/angular/node_modules/@angular/common/locales/syr.js diff --git a/ClientApp/node_modules/@angular/common/locales/syr.js.map b/apps/angular/node_modules/@angular/common/locales/syr.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/syr.js.map rename to apps/angular/node_modules/@angular/common/locales/syr.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/szl.d.ts b/apps/angular/node_modules/@angular/common/locales/szl.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/szl.d.ts rename to apps/angular/node_modules/@angular/common/locales/szl.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/szl.js b/apps/angular/node_modules/@angular/common/locales/szl.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/szl.js rename to apps/angular/node_modules/@angular/common/locales/szl.js diff --git a/ClientApp/node_modules/@angular/common/locales/szl.js.map b/apps/angular/node_modules/@angular/common/locales/szl.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/szl.js.map rename to apps/angular/node_modules/@angular/common/locales/szl.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ta-LK.d.ts b/apps/angular/node_modules/@angular/common/locales/ta-LK.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ta-LK.d.ts rename to apps/angular/node_modules/@angular/common/locales/ta-LK.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ta-LK.js b/apps/angular/node_modules/@angular/common/locales/ta-LK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ta-LK.js rename to apps/angular/node_modules/@angular/common/locales/ta-LK.js diff --git a/ClientApp/node_modules/@angular/common/locales/ta-LK.js.map b/apps/angular/node_modules/@angular/common/locales/ta-LK.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ta-LK.js.map rename to apps/angular/node_modules/@angular/common/locales/ta-LK.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ta-MY.d.ts b/apps/angular/node_modules/@angular/common/locales/ta-MY.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ta-MY.d.ts rename to apps/angular/node_modules/@angular/common/locales/ta-MY.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ta-MY.js b/apps/angular/node_modules/@angular/common/locales/ta-MY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ta-MY.js rename to apps/angular/node_modules/@angular/common/locales/ta-MY.js diff --git a/ClientApp/node_modules/@angular/common/locales/ta-MY.js.map b/apps/angular/node_modules/@angular/common/locales/ta-MY.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ta-MY.js.map rename to apps/angular/node_modules/@angular/common/locales/ta-MY.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ta-SG.d.ts b/apps/angular/node_modules/@angular/common/locales/ta-SG.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ta-SG.d.ts rename to apps/angular/node_modules/@angular/common/locales/ta-SG.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ta-SG.js b/apps/angular/node_modules/@angular/common/locales/ta-SG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ta-SG.js rename to apps/angular/node_modules/@angular/common/locales/ta-SG.js diff --git a/ClientApp/node_modules/@angular/common/locales/ta-SG.js.map b/apps/angular/node_modules/@angular/common/locales/ta-SG.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ta-SG.js.map rename to apps/angular/node_modules/@angular/common/locales/ta-SG.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ta.d.ts b/apps/angular/node_modules/@angular/common/locales/ta.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ta.d.ts rename to apps/angular/node_modules/@angular/common/locales/ta.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ta.js b/apps/angular/node_modules/@angular/common/locales/ta.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ta.js rename to apps/angular/node_modules/@angular/common/locales/ta.js diff --git a/ClientApp/node_modules/@angular/common/locales/ta.js.map b/apps/angular/node_modules/@angular/common/locales/ta.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ta.js.map rename to apps/angular/node_modules/@angular/common/locales/ta.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/te.d.ts b/apps/angular/node_modules/@angular/common/locales/te.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/te.d.ts rename to apps/angular/node_modules/@angular/common/locales/te.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/te.js b/apps/angular/node_modules/@angular/common/locales/te.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/te.js rename to apps/angular/node_modules/@angular/common/locales/te.js diff --git a/ClientApp/node_modules/@angular/common/locales/te.js.map b/apps/angular/node_modules/@angular/common/locales/te.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/te.js.map rename to apps/angular/node_modules/@angular/common/locales/te.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/teo-KE.d.ts b/apps/angular/node_modules/@angular/common/locales/teo-KE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/teo-KE.d.ts rename to apps/angular/node_modules/@angular/common/locales/teo-KE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/teo-KE.js b/apps/angular/node_modules/@angular/common/locales/teo-KE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/teo-KE.js rename to apps/angular/node_modules/@angular/common/locales/teo-KE.js diff --git a/ClientApp/node_modules/@angular/common/locales/teo-KE.js.map b/apps/angular/node_modules/@angular/common/locales/teo-KE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/teo-KE.js.map rename to apps/angular/node_modules/@angular/common/locales/teo-KE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/teo.d.ts b/apps/angular/node_modules/@angular/common/locales/teo.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/teo.d.ts rename to apps/angular/node_modules/@angular/common/locales/teo.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/teo.js b/apps/angular/node_modules/@angular/common/locales/teo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/teo.js rename to apps/angular/node_modules/@angular/common/locales/teo.js diff --git a/ClientApp/node_modules/@angular/common/locales/teo.js.map b/apps/angular/node_modules/@angular/common/locales/teo.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/teo.js.map rename to apps/angular/node_modules/@angular/common/locales/teo.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/tg.d.ts b/apps/angular/node_modules/@angular/common/locales/tg.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/tg.d.ts rename to apps/angular/node_modules/@angular/common/locales/tg.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/tg.js b/apps/angular/node_modules/@angular/common/locales/tg.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/tg.js rename to apps/angular/node_modules/@angular/common/locales/tg.js diff --git a/ClientApp/node_modules/@angular/common/locales/tg.js.map b/apps/angular/node_modules/@angular/common/locales/tg.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/tg.js.map rename to apps/angular/node_modules/@angular/common/locales/tg.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/th.d.ts b/apps/angular/node_modules/@angular/common/locales/th.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/th.d.ts rename to apps/angular/node_modules/@angular/common/locales/th.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/th.js b/apps/angular/node_modules/@angular/common/locales/th.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/th.js rename to apps/angular/node_modules/@angular/common/locales/th.js diff --git a/ClientApp/node_modules/@angular/common/locales/th.js.map b/apps/angular/node_modules/@angular/common/locales/th.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/th.js.map rename to apps/angular/node_modules/@angular/common/locales/th.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ti-ER.d.ts b/apps/angular/node_modules/@angular/common/locales/ti-ER.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ti-ER.d.ts rename to apps/angular/node_modules/@angular/common/locales/ti-ER.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ti-ER.js b/apps/angular/node_modules/@angular/common/locales/ti-ER.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ti-ER.js rename to apps/angular/node_modules/@angular/common/locales/ti-ER.js diff --git a/ClientApp/node_modules/@angular/common/locales/ti-ER.js.map b/apps/angular/node_modules/@angular/common/locales/ti-ER.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ti-ER.js.map rename to apps/angular/node_modules/@angular/common/locales/ti-ER.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ti.d.ts b/apps/angular/node_modules/@angular/common/locales/ti.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ti.d.ts rename to apps/angular/node_modules/@angular/common/locales/ti.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ti.js b/apps/angular/node_modules/@angular/common/locales/ti.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ti.js rename to apps/angular/node_modules/@angular/common/locales/ti.js diff --git a/ClientApp/node_modules/@angular/common/locales/ti.js.map b/apps/angular/node_modules/@angular/common/locales/ti.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ti.js.map rename to apps/angular/node_modules/@angular/common/locales/ti.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/tig.d.ts b/apps/angular/node_modules/@angular/common/locales/tig.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/tig.d.ts rename to apps/angular/node_modules/@angular/common/locales/tig.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/tig.js b/apps/angular/node_modules/@angular/common/locales/tig.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/tig.js rename to apps/angular/node_modules/@angular/common/locales/tig.js diff --git a/ClientApp/node_modules/@angular/common/locales/tig.js.map b/apps/angular/node_modules/@angular/common/locales/tig.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/tig.js.map rename to apps/angular/node_modules/@angular/common/locales/tig.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/tk.d.ts b/apps/angular/node_modules/@angular/common/locales/tk.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/tk.d.ts rename to apps/angular/node_modules/@angular/common/locales/tk.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/tk.js b/apps/angular/node_modules/@angular/common/locales/tk.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/tk.js rename to apps/angular/node_modules/@angular/common/locales/tk.js diff --git a/ClientApp/node_modules/@angular/common/locales/tk.js.map b/apps/angular/node_modules/@angular/common/locales/tk.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/tk.js.map rename to apps/angular/node_modules/@angular/common/locales/tk.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/tn-BW.d.ts b/apps/angular/node_modules/@angular/common/locales/tn-BW.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/tn-BW.d.ts rename to apps/angular/node_modules/@angular/common/locales/tn-BW.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/tn-BW.js b/apps/angular/node_modules/@angular/common/locales/tn-BW.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/tn-BW.js rename to apps/angular/node_modules/@angular/common/locales/tn-BW.js diff --git a/ClientApp/node_modules/@angular/common/locales/tn-BW.js.map b/apps/angular/node_modules/@angular/common/locales/tn-BW.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/tn-BW.js.map rename to apps/angular/node_modules/@angular/common/locales/tn-BW.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/tn.d.ts b/apps/angular/node_modules/@angular/common/locales/tn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/tn.d.ts rename to apps/angular/node_modules/@angular/common/locales/tn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/tn.js b/apps/angular/node_modules/@angular/common/locales/tn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/tn.js rename to apps/angular/node_modules/@angular/common/locales/tn.js diff --git a/ClientApp/node_modules/@angular/common/locales/tn.js.map b/apps/angular/node_modules/@angular/common/locales/tn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/tn.js.map rename to apps/angular/node_modules/@angular/common/locales/tn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/to.d.ts b/apps/angular/node_modules/@angular/common/locales/to.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/to.d.ts rename to apps/angular/node_modules/@angular/common/locales/to.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/to.js b/apps/angular/node_modules/@angular/common/locales/to.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/to.js rename to apps/angular/node_modules/@angular/common/locales/to.js diff --git a/ClientApp/node_modules/@angular/common/locales/to.js.map b/apps/angular/node_modules/@angular/common/locales/to.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/to.js.map rename to apps/angular/node_modules/@angular/common/locales/to.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/tok.d.ts b/apps/angular/node_modules/@angular/common/locales/tok.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/tok.d.ts rename to apps/angular/node_modules/@angular/common/locales/tok.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/tok.js b/apps/angular/node_modules/@angular/common/locales/tok.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/tok.js rename to apps/angular/node_modules/@angular/common/locales/tok.js diff --git a/ClientApp/node_modules/@angular/common/locales/tok.js.map b/apps/angular/node_modules/@angular/common/locales/tok.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/tok.js.map rename to apps/angular/node_modules/@angular/common/locales/tok.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/tpi.d.ts b/apps/angular/node_modules/@angular/common/locales/tpi.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/tpi.d.ts rename to apps/angular/node_modules/@angular/common/locales/tpi.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/tpi.js b/apps/angular/node_modules/@angular/common/locales/tpi.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/tpi.js rename to apps/angular/node_modules/@angular/common/locales/tpi.js diff --git a/ClientApp/node_modules/@angular/common/locales/tpi.js.map b/apps/angular/node_modules/@angular/common/locales/tpi.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/tpi.js.map rename to apps/angular/node_modules/@angular/common/locales/tpi.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/tr-CY.d.ts b/apps/angular/node_modules/@angular/common/locales/tr-CY.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/tr-CY.d.ts rename to apps/angular/node_modules/@angular/common/locales/tr-CY.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/tr-CY.js b/apps/angular/node_modules/@angular/common/locales/tr-CY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/tr-CY.js rename to apps/angular/node_modules/@angular/common/locales/tr-CY.js diff --git a/ClientApp/node_modules/@angular/common/locales/tr-CY.js.map b/apps/angular/node_modules/@angular/common/locales/tr-CY.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/tr-CY.js.map rename to apps/angular/node_modules/@angular/common/locales/tr-CY.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/tr.d.ts b/apps/angular/node_modules/@angular/common/locales/tr.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/tr.d.ts rename to apps/angular/node_modules/@angular/common/locales/tr.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/tr.js b/apps/angular/node_modules/@angular/common/locales/tr.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/tr.js rename to apps/angular/node_modules/@angular/common/locales/tr.js diff --git a/ClientApp/node_modules/@angular/common/locales/tr.js.map b/apps/angular/node_modules/@angular/common/locales/tr.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/tr.js.map rename to apps/angular/node_modules/@angular/common/locales/tr.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/trv.d.ts b/apps/angular/node_modules/@angular/common/locales/trv.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/trv.d.ts rename to apps/angular/node_modules/@angular/common/locales/trv.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/trv.js b/apps/angular/node_modules/@angular/common/locales/trv.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/trv.js rename to apps/angular/node_modules/@angular/common/locales/trv.js diff --git a/ClientApp/node_modules/@angular/common/locales/trv.js.map b/apps/angular/node_modules/@angular/common/locales/trv.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/trv.js.map rename to apps/angular/node_modules/@angular/common/locales/trv.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/trw.d.ts b/apps/angular/node_modules/@angular/common/locales/trw.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/trw.d.ts rename to apps/angular/node_modules/@angular/common/locales/trw.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/trw.js b/apps/angular/node_modules/@angular/common/locales/trw.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/trw.js rename to apps/angular/node_modules/@angular/common/locales/trw.js diff --git a/ClientApp/node_modules/@angular/common/locales/trw.js.map b/apps/angular/node_modules/@angular/common/locales/trw.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/trw.js.map rename to apps/angular/node_modules/@angular/common/locales/trw.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ts.d.ts b/apps/angular/node_modules/@angular/common/locales/ts.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ts.d.ts rename to apps/angular/node_modules/@angular/common/locales/ts.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ts.js b/apps/angular/node_modules/@angular/common/locales/ts.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ts.js rename to apps/angular/node_modules/@angular/common/locales/ts.js diff --git a/ClientApp/node_modules/@angular/common/locales/ts.js.map b/apps/angular/node_modules/@angular/common/locales/ts.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ts.js.map rename to apps/angular/node_modules/@angular/common/locales/ts.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/tt.d.ts b/apps/angular/node_modules/@angular/common/locales/tt.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/tt.d.ts rename to apps/angular/node_modules/@angular/common/locales/tt.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/tt.js b/apps/angular/node_modules/@angular/common/locales/tt.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/tt.js rename to apps/angular/node_modules/@angular/common/locales/tt.js diff --git a/ClientApp/node_modules/@angular/common/locales/tt.js.map b/apps/angular/node_modules/@angular/common/locales/tt.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/tt.js.map rename to apps/angular/node_modules/@angular/common/locales/tt.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/twq.d.ts b/apps/angular/node_modules/@angular/common/locales/twq.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/twq.d.ts rename to apps/angular/node_modules/@angular/common/locales/twq.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/twq.js b/apps/angular/node_modules/@angular/common/locales/twq.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/twq.js rename to apps/angular/node_modules/@angular/common/locales/twq.js diff --git a/ClientApp/node_modules/@angular/common/locales/twq.js.map b/apps/angular/node_modules/@angular/common/locales/twq.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/twq.js.map rename to apps/angular/node_modules/@angular/common/locales/twq.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/tyv.d.ts b/apps/angular/node_modules/@angular/common/locales/tyv.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/tyv.d.ts rename to apps/angular/node_modules/@angular/common/locales/tyv.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/tyv.js b/apps/angular/node_modules/@angular/common/locales/tyv.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/tyv.js rename to apps/angular/node_modules/@angular/common/locales/tyv.js diff --git a/ClientApp/node_modules/@angular/common/locales/tyv.js.map b/apps/angular/node_modules/@angular/common/locales/tyv.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/tyv.js.map rename to apps/angular/node_modules/@angular/common/locales/tyv.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/tzm.d.ts b/apps/angular/node_modules/@angular/common/locales/tzm.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/tzm.d.ts rename to apps/angular/node_modules/@angular/common/locales/tzm.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/tzm.js b/apps/angular/node_modules/@angular/common/locales/tzm.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/tzm.js rename to apps/angular/node_modules/@angular/common/locales/tzm.js diff --git a/ClientApp/node_modules/@angular/common/locales/tzm.js.map b/apps/angular/node_modules/@angular/common/locales/tzm.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/tzm.js.map rename to apps/angular/node_modules/@angular/common/locales/tzm.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ug.d.ts b/apps/angular/node_modules/@angular/common/locales/ug.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ug.d.ts rename to apps/angular/node_modules/@angular/common/locales/ug.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ug.js b/apps/angular/node_modules/@angular/common/locales/ug.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ug.js rename to apps/angular/node_modules/@angular/common/locales/ug.js diff --git a/ClientApp/node_modules/@angular/common/locales/ug.js.map b/apps/angular/node_modules/@angular/common/locales/ug.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ug.js.map rename to apps/angular/node_modules/@angular/common/locales/ug.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/uk.d.ts b/apps/angular/node_modules/@angular/common/locales/uk.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/uk.d.ts rename to apps/angular/node_modules/@angular/common/locales/uk.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/uk.js b/apps/angular/node_modules/@angular/common/locales/uk.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/uk.js rename to apps/angular/node_modules/@angular/common/locales/uk.js diff --git a/ClientApp/node_modules/@angular/common/locales/uk.js.map b/apps/angular/node_modules/@angular/common/locales/uk.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/uk.js.map rename to apps/angular/node_modules/@angular/common/locales/uk.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/und.d.ts b/apps/angular/node_modules/@angular/common/locales/und.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/und.d.ts rename to apps/angular/node_modules/@angular/common/locales/und.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/und.js b/apps/angular/node_modules/@angular/common/locales/und.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/und.js rename to apps/angular/node_modules/@angular/common/locales/und.js diff --git a/ClientApp/node_modules/@angular/common/locales/und.js.map b/apps/angular/node_modules/@angular/common/locales/und.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/und.js.map rename to apps/angular/node_modules/@angular/common/locales/und.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ur-IN.d.ts b/apps/angular/node_modules/@angular/common/locales/ur-IN.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ur-IN.d.ts rename to apps/angular/node_modules/@angular/common/locales/ur-IN.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ur-IN.js b/apps/angular/node_modules/@angular/common/locales/ur-IN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ur-IN.js rename to apps/angular/node_modules/@angular/common/locales/ur-IN.js diff --git a/ClientApp/node_modules/@angular/common/locales/ur-IN.js.map b/apps/angular/node_modules/@angular/common/locales/ur-IN.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ur-IN.js.map rename to apps/angular/node_modules/@angular/common/locales/ur-IN.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ur.d.ts b/apps/angular/node_modules/@angular/common/locales/ur.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ur.d.ts rename to apps/angular/node_modules/@angular/common/locales/ur.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ur.js b/apps/angular/node_modules/@angular/common/locales/ur.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ur.js rename to apps/angular/node_modules/@angular/common/locales/ur.js diff --git a/ClientApp/node_modules/@angular/common/locales/ur.js.map b/apps/angular/node_modules/@angular/common/locales/ur.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ur.js.map rename to apps/angular/node_modules/@angular/common/locales/ur.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/uz-Arab.d.ts b/apps/angular/node_modules/@angular/common/locales/uz-Arab.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/uz-Arab.d.ts rename to apps/angular/node_modules/@angular/common/locales/uz-Arab.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/uz-Arab.js b/apps/angular/node_modules/@angular/common/locales/uz-Arab.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/uz-Arab.js rename to apps/angular/node_modules/@angular/common/locales/uz-Arab.js diff --git a/ClientApp/node_modules/@angular/common/locales/uz-Arab.js.map b/apps/angular/node_modules/@angular/common/locales/uz-Arab.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/uz-Arab.js.map rename to apps/angular/node_modules/@angular/common/locales/uz-Arab.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/uz-Cyrl.d.ts b/apps/angular/node_modules/@angular/common/locales/uz-Cyrl.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/uz-Cyrl.d.ts rename to apps/angular/node_modules/@angular/common/locales/uz-Cyrl.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/uz-Cyrl.js b/apps/angular/node_modules/@angular/common/locales/uz-Cyrl.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/uz-Cyrl.js rename to apps/angular/node_modules/@angular/common/locales/uz-Cyrl.js diff --git a/ClientApp/node_modules/@angular/common/locales/uz-Cyrl.js.map b/apps/angular/node_modules/@angular/common/locales/uz-Cyrl.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/uz-Cyrl.js.map rename to apps/angular/node_modules/@angular/common/locales/uz-Cyrl.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/uz-Latn.d.ts b/apps/angular/node_modules/@angular/common/locales/uz-Latn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/uz-Latn.d.ts rename to apps/angular/node_modules/@angular/common/locales/uz-Latn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/uz-Latn.js b/apps/angular/node_modules/@angular/common/locales/uz-Latn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/uz-Latn.js rename to apps/angular/node_modules/@angular/common/locales/uz-Latn.js diff --git a/ClientApp/node_modules/@angular/common/locales/uz-Latn.js.map b/apps/angular/node_modules/@angular/common/locales/uz-Latn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/uz-Latn.js.map rename to apps/angular/node_modules/@angular/common/locales/uz-Latn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/uz.d.ts b/apps/angular/node_modules/@angular/common/locales/uz.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/uz.d.ts rename to apps/angular/node_modules/@angular/common/locales/uz.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/uz.js b/apps/angular/node_modules/@angular/common/locales/uz.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/uz.js rename to apps/angular/node_modules/@angular/common/locales/uz.js diff --git a/ClientApp/node_modules/@angular/common/locales/uz.js.map b/apps/angular/node_modules/@angular/common/locales/uz.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/uz.js.map rename to apps/angular/node_modules/@angular/common/locales/uz.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/vai-Latn.d.ts b/apps/angular/node_modules/@angular/common/locales/vai-Latn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/vai-Latn.d.ts rename to apps/angular/node_modules/@angular/common/locales/vai-Latn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/vai-Latn.js b/apps/angular/node_modules/@angular/common/locales/vai-Latn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/vai-Latn.js rename to apps/angular/node_modules/@angular/common/locales/vai-Latn.js diff --git a/ClientApp/node_modules/@angular/common/locales/vai-Latn.js.map b/apps/angular/node_modules/@angular/common/locales/vai-Latn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/vai-Latn.js.map rename to apps/angular/node_modules/@angular/common/locales/vai-Latn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/vai-Vaii.d.ts b/apps/angular/node_modules/@angular/common/locales/vai-Vaii.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/vai-Vaii.d.ts rename to apps/angular/node_modules/@angular/common/locales/vai-Vaii.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/vai-Vaii.js b/apps/angular/node_modules/@angular/common/locales/vai-Vaii.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/vai-Vaii.js rename to apps/angular/node_modules/@angular/common/locales/vai-Vaii.js diff --git a/ClientApp/node_modules/@angular/common/locales/vai-Vaii.js.map b/apps/angular/node_modules/@angular/common/locales/vai-Vaii.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/vai-Vaii.js.map rename to apps/angular/node_modules/@angular/common/locales/vai-Vaii.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/vai.d.ts b/apps/angular/node_modules/@angular/common/locales/vai.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/vai.d.ts rename to apps/angular/node_modules/@angular/common/locales/vai.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/vai.js b/apps/angular/node_modules/@angular/common/locales/vai.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/vai.js rename to apps/angular/node_modules/@angular/common/locales/vai.js diff --git a/ClientApp/node_modules/@angular/common/locales/vai.js.map b/apps/angular/node_modules/@angular/common/locales/vai.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/vai.js.map rename to apps/angular/node_modules/@angular/common/locales/vai.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/ve.d.ts b/apps/angular/node_modules/@angular/common/locales/ve.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ve.d.ts rename to apps/angular/node_modules/@angular/common/locales/ve.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/ve.js b/apps/angular/node_modules/@angular/common/locales/ve.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ve.js rename to apps/angular/node_modules/@angular/common/locales/ve.js diff --git a/ClientApp/node_modules/@angular/common/locales/ve.js.map b/apps/angular/node_modules/@angular/common/locales/ve.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/ve.js.map rename to apps/angular/node_modules/@angular/common/locales/ve.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/vec.d.ts b/apps/angular/node_modules/@angular/common/locales/vec.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/vec.d.ts rename to apps/angular/node_modules/@angular/common/locales/vec.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/vec.js b/apps/angular/node_modules/@angular/common/locales/vec.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/vec.js rename to apps/angular/node_modules/@angular/common/locales/vec.js diff --git a/ClientApp/node_modules/@angular/common/locales/vec.js.map b/apps/angular/node_modules/@angular/common/locales/vec.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/vec.js.map rename to apps/angular/node_modules/@angular/common/locales/vec.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/vi.d.ts b/apps/angular/node_modules/@angular/common/locales/vi.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/vi.d.ts rename to apps/angular/node_modules/@angular/common/locales/vi.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/vi.js b/apps/angular/node_modules/@angular/common/locales/vi.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/vi.js rename to apps/angular/node_modules/@angular/common/locales/vi.js diff --git a/ClientApp/node_modules/@angular/common/locales/vi.js.map b/apps/angular/node_modules/@angular/common/locales/vi.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/vi.js.map rename to apps/angular/node_modules/@angular/common/locales/vi.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/vmw.d.ts b/apps/angular/node_modules/@angular/common/locales/vmw.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/vmw.d.ts rename to apps/angular/node_modules/@angular/common/locales/vmw.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/vmw.js b/apps/angular/node_modules/@angular/common/locales/vmw.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/vmw.js rename to apps/angular/node_modules/@angular/common/locales/vmw.js diff --git a/ClientApp/node_modules/@angular/common/locales/vmw.js.map b/apps/angular/node_modules/@angular/common/locales/vmw.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/vmw.js.map rename to apps/angular/node_modules/@angular/common/locales/vmw.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/vo.d.ts b/apps/angular/node_modules/@angular/common/locales/vo.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/vo.d.ts rename to apps/angular/node_modules/@angular/common/locales/vo.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/vo.js b/apps/angular/node_modules/@angular/common/locales/vo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/vo.js rename to apps/angular/node_modules/@angular/common/locales/vo.js diff --git a/ClientApp/node_modules/@angular/common/locales/vo.js.map b/apps/angular/node_modules/@angular/common/locales/vo.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/vo.js.map rename to apps/angular/node_modules/@angular/common/locales/vo.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/vun.d.ts b/apps/angular/node_modules/@angular/common/locales/vun.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/vun.d.ts rename to apps/angular/node_modules/@angular/common/locales/vun.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/vun.js b/apps/angular/node_modules/@angular/common/locales/vun.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/vun.js rename to apps/angular/node_modules/@angular/common/locales/vun.js diff --git a/ClientApp/node_modules/@angular/common/locales/vun.js.map b/apps/angular/node_modules/@angular/common/locales/vun.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/vun.js.map rename to apps/angular/node_modules/@angular/common/locales/vun.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/wa.d.ts b/apps/angular/node_modules/@angular/common/locales/wa.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/wa.d.ts rename to apps/angular/node_modules/@angular/common/locales/wa.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/wa.js b/apps/angular/node_modules/@angular/common/locales/wa.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/wa.js rename to apps/angular/node_modules/@angular/common/locales/wa.js diff --git a/ClientApp/node_modules/@angular/common/locales/wa.js.map b/apps/angular/node_modules/@angular/common/locales/wa.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/wa.js.map rename to apps/angular/node_modules/@angular/common/locales/wa.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/wae.d.ts b/apps/angular/node_modules/@angular/common/locales/wae.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/wae.d.ts rename to apps/angular/node_modules/@angular/common/locales/wae.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/wae.js b/apps/angular/node_modules/@angular/common/locales/wae.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/wae.js rename to apps/angular/node_modules/@angular/common/locales/wae.js diff --git a/ClientApp/node_modules/@angular/common/locales/wae.js.map b/apps/angular/node_modules/@angular/common/locales/wae.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/wae.js.map rename to apps/angular/node_modules/@angular/common/locales/wae.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/wal.d.ts b/apps/angular/node_modules/@angular/common/locales/wal.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/wal.d.ts rename to apps/angular/node_modules/@angular/common/locales/wal.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/wal.js b/apps/angular/node_modules/@angular/common/locales/wal.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/wal.js rename to apps/angular/node_modules/@angular/common/locales/wal.js diff --git a/ClientApp/node_modules/@angular/common/locales/wal.js.map b/apps/angular/node_modules/@angular/common/locales/wal.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/wal.js.map rename to apps/angular/node_modules/@angular/common/locales/wal.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/wbp.d.ts b/apps/angular/node_modules/@angular/common/locales/wbp.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/wbp.d.ts rename to apps/angular/node_modules/@angular/common/locales/wbp.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/wbp.js b/apps/angular/node_modules/@angular/common/locales/wbp.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/wbp.js rename to apps/angular/node_modules/@angular/common/locales/wbp.js diff --git a/ClientApp/node_modules/@angular/common/locales/wbp.js.map b/apps/angular/node_modules/@angular/common/locales/wbp.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/wbp.js.map rename to apps/angular/node_modules/@angular/common/locales/wbp.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/wo.d.ts b/apps/angular/node_modules/@angular/common/locales/wo.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/wo.d.ts rename to apps/angular/node_modules/@angular/common/locales/wo.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/wo.js b/apps/angular/node_modules/@angular/common/locales/wo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/wo.js rename to apps/angular/node_modules/@angular/common/locales/wo.js diff --git a/ClientApp/node_modules/@angular/common/locales/wo.js.map b/apps/angular/node_modules/@angular/common/locales/wo.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/wo.js.map rename to apps/angular/node_modules/@angular/common/locales/wo.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/xh.d.ts b/apps/angular/node_modules/@angular/common/locales/xh.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/xh.d.ts rename to apps/angular/node_modules/@angular/common/locales/xh.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/xh.js b/apps/angular/node_modules/@angular/common/locales/xh.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/xh.js rename to apps/angular/node_modules/@angular/common/locales/xh.js diff --git a/ClientApp/node_modules/@angular/common/locales/xh.js.map b/apps/angular/node_modules/@angular/common/locales/xh.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/xh.js.map rename to apps/angular/node_modules/@angular/common/locales/xh.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/xnr.d.ts b/apps/angular/node_modules/@angular/common/locales/xnr.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/xnr.d.ts rename to apps/angular/node_modules/@angular/common/locales/xnr.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/xnr.js b/apps/angular/node_modules/@angular/common/locales/xnr.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/xnr.js rename to apps/angular/node_modules/@angular/common/locales/xnr.js diff --git a/ClientApp/node_modules/@angular/common/locales/xnr.js.map b/apps/angular/node_modules/@angular/common/locales/xnr.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/xnr.js.map rename to apps/angular/node_modules/@angular/common/locales/xnr.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/xog.d.ts b/apps/angular/node_modules/@angular/common/locales/xog.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/xog.d.ts rename to apps/angular/node_modules/@angular/common/locales/xog.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/xog.js b/apps/angular/node_modules/@angular/common/locales/xog.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/xog.js rename to apps/angular/node_modules/@angular/common/locales/xog.js diff --git a/ClientApp/node_modules/@angular/common/locales/xog.js.map b/apps/angular/node_modules/@angular/common/locales/xog.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/xog.js.map rename to apps/angular/node_modules/@angular/common/locales/xog.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/yav.d.ts b/apps/angular/node_modules/@angular/common/locales/yav.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/yav.d.ts rename to apps/angular/node_modules/@angular/common/locales/yav.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/yav.js b/apps/angular/node_modules/@angular/common/locales/yav.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/yav.js rename to apps/angular/node_modules/@angular/common/locales/yav.js diff --git a/ClientApp/node_modules/@angular/common/locales/yav.js.map b/apps/angular/node_modules/@angular/common/locales/yav.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/yav.js.map rename to apps/angular/node_modules/@angular/common/locales/yav.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/yi.d.ts b/apps/angular/node_modules/@angular/common/locales/yi.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/yi.d.ts rename to apps/angular/node_modules/@angular/common/locales/yi.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/yi.js b/apps/angular/node_modules/@angular/common/locales/yi.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/yi.js rename to apps/angular/node_modules/@angular/common/locales/yi.js diff --git a/ClientApp/node_modules/@angular/common/locales/yi.js.map b/apps/angular/node_modules/@angular/common/locales/yi.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/yi.js.map rename to apps/angular/node_modules/@angular/common/locales/yi.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/yo-BJ.d.ts b/apps/angular/node_modules/@angular/common/locales/yo-BJ.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/yo-BJ.d.ts rename to apps/angular/node_modules/@angular/common/locales/yo-BJ.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/yo-BJ.js b/apps/angular/node_modules/@angular/common/locales/yo-BJ.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/yo-BJ.js rename to apps/angular/node_modules/@angular/common/locales/yo-BJ.js diff --git a/ClientApp/node_modules/@angular/common/locales/yo-BJ.js.map b/apps/angular/node_modules/@angular/common/locales/yo-BJ.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/yo-BJ.js.map rename to apps/angular/node_modules/@angular/common/locales/yo-BJ.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/yo.d.ts b/apps/angular/node_modules/@angular/common/locales/yo.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/yo.d.ts rename to apps/angular/node_modules/@angular/common/locales/yo.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/yo.js b/apps/angular/node_modules/@angular/common/locales/yo.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/yo.js rename to apps/angular/node_modules/@angular/common/locales/yo.js diff --git a/ClientApp/node_modules/@angular/common/locales/yo.js.map b/apps/angular/node_modules/@angular/common/locales/yo.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/yo.js.map rename to apps/angular/node_modules/@angular/common/locales/yo.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/yrl-CO.d.ts b/apps/angular/node_modules/@angular/common/locales/yrl-CO.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/yrl-CO.d.ts rename to apps/angular/node_modules/@angular/common/locales/yrl-CO.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/yrl-CO.js b/apps/angular/node_modules/@angular/common/locales/yrl-CO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/yrl-CO.js rename to apps/angular/node_modules/@angular/common/locales/yrl-CO.js diff --git a/ClientApp/node_modules/@angular/common/locales/yrl-CO.js.map b/apps/angular/node_modules/@angular/common/locales/yrl-CO.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/yrl-CO.js.map rename to apps/angular/node_modules/@angular/common/locales/yrl-CO.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/yrl-VE.d.ts b/apps/angular/node_modules/@angular/common/locales/yrl-VE.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/yrl-VE.d.ts rename to apps/angular/node_modules/@angular/common/locales/yrl-VE.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/yrl-VE.js b/apps/angular/node_modules/@angular/common/locales/yrl-VE.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/yrl-VE.js rename to apps/angular/node_modules/@angular/common/locales/yrl-VE.js diff --git a/ClientApp/node_modules/@angular/common/locales/yrl-VE.js.map b/apps/angular/node_modules/@angular/common/locales/yrl-VE.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/yrl-VE.js.map rename to apps/angular/node_modules/@angular/common/locales/yrl-VE.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/yrl.d.ts b/apps/angular/node_modules/@angular/common/locales/yrl.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/yrl.d.ts rename to apps/angular/node_modules/@angular/common/locales/yrl.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/yrl.js b/apps/angular/node_modules/@angular/common/locales/yrl.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/yrl.js rename to apps/angular/node_modules/@angular/common/locales/yrl.js diff --git a/ClientApp/node_modules/@angular/common/locales/yrl.js.map b/apps/angular/node_modules/@angular/common/locales/yrl.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/yrl.js.map rename to apps/angular/node_modules/@angular/common/locales/yrl.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/yue-Hans.d.ts b/apps/angular/node_modules/@angular/common/locales/yue-Hans.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/yue-Hans.d.ts rename to apps/angular/node_modules/@angular/common/locales/yue-Hans.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/yue-Hans.js b/apps/angular/node_modules/@angular/common/locales/yue-Hans.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/yue-Hans.js rename to apps/angular/node_modules/@angular/common/locales/yue-Hans.js diff --git a/ClientApp/node_modules/@angular/common/locales/yue-Hans.js.map b/apps/angular/node_modules/@angular/common/locales/yue-Hans.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/yue-Hans.js.map rename to apps/angular/node_modules/@angular/common/locales/yue-Hans.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/yue-Hant-CN.d.ts b/apps/angular/node_modules/@angular/common/locales/yue-Hant-CN.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/yue-Hant-CN.d.ts rename to apps/angular/node_modules/@angular/common/locales/yue-Hant-CN.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/yue-Hant-CN.js b/apps/angular/node_modules/@angular/common/locales/yue-Hant-CN.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/yue-Hant-CN.js rename to apps/angular/node_modules/@angular/common/locales/yue-Hant-CN.js diff --git a/ClientApp/node_modules/@angular/common/locales/yue-Hant-CN.js.map b/apps/angular/node_modules/@angular/common/locales/yue-Hant-CN.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/yue-Hant-CN.js.map rename to apps/angular/node_modules/@angular/common/locales/yue-Hant-CN.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/yue-Hant-MO.d.ts b/apps/angular/node_modules/@angular/common/locales/yue-Hant-MO.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/yue-Hant-MO.d.ts rename to apps/angular/node_modules/@angular/common/locales/yue-Hant-MO.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/yue-Hant-MO.js b/apps/angular/node_modules/@angular/common/locales/yue-Hant-MO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/yue-Hant-MO.js rename to apps/angular/node_modules/@angular/common/locales/yue-Hant-MO.js diff --git a/ClientApp/node_modules/@angular/common/locales/yue-Hant-MO.js.map b/apps/angular/node_modules/@angular/common/locales/yue-Hant-MO.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/yue-Hant-MO.js.map rename to apps/angular/node_modules/@angular/common/locales/yue-Hant-MO.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/yue-Hant.d.ts b/apps/angular/node_modules/@angular/common/locales/yue-Hant.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/yue-Hant.d.ts rename to apps/angular/node_modules/@angular/common/locales/yue-Hant.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/yue-Hant.js b/apps/angular/node_modules/@angular/common/locales/yue-Hant.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/yue-Hant.js rename to apps/angular/node_modules/@angular/common/locales/yue-Hant.js diff --git a/ClientApp/node_modules/@angular/common/locales/yue-Hant.js.map b/apps/angular/node_modules/@angular/common/locales/yue-Hant.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/yue-Hant.js.map rename to apps/angular/node_modules/@angular/common/locales/yue-Hant.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/yue.d.ts b/apps/angular/node_modules/@angular/common/locales/yue.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/yue.d.ts rename to apps/angular/node_modules/@angular/common/locales/yue.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/yue.js b/apps/angular/node_modules/@angular/common/locales/yue.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/yue.js rename to apps/angular/node_modules/@angular/common/locales/yue.js diff --git a/ClientApp/node_modules/@angular/common/locales/yue.js.map b/apps/angular/node_modules/@angular/common/locales/yue.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/yue.js.map rename to apps/angular/node_modules/@angular/common/locales/yue.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/za.d.ts b/apps/angular/node_modules/@angular/common/locales/za.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/za.d.ts rename to apps/angular/node_modules/@angular/common/locales/za.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/za.js b/apps/angular/node_modules/@angular/common/locales/za.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/za.js rename to apps/angular/node_modules/@angular/common/locales/za.js diff --git a/ClientApp/node_modules/@angular/common/locales/za.js.map b/apps/angular/node_modules/@angular/common/locales/za.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/za.js.map rename to apps/angular/node_modules/@angular/common/locales/za.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/zgh.d.ts b/apps/angular/node_modules/@angular/common/locales/zgh.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/zgh.d.ts rename to apps/angular/node_modules/@angular/common/locales/zgh.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/zgh.js b/apps/angular/node_modules/@angular/common/locales/zgh.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/zgh.js rename to apps/angular/node_modules/@angular/common/locales/zgh.js diff --git a/ClientApp/node_modules/@angular/common/locales/zgh.js.map b/apps/angular/node_modules/@angular/common/locales/zgh.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/zgh.js.map rename to apps/angular/node_modules/@angular/common/locales/zgh.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/zh-Hans-HK.d.ts b/apps/angular/node_modules/@angular/common/locales/zh-Hans-HK.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/zh-Hans-HK.d.ts rename to apps/angular/node_modules/@angular/common/locales/zh-Hans-HK.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/zh-Hans-HK.js b/apps/angular/node_modules/@angular/common/locales/zh-Hans-HK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/zh-Hans-HK.js rename to apps/angular/node_modules/@angular/common/locales/zh-Hans-HK.js diff --git a/ClientApp/node_modules/@angular/common/locales/zh-Hans-HK.js.map b/apps/angular/node_modules/@angular/common/locales/zh-Hans-HK.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/zh-Hans-HK.js.map rename to apps/angular/node_modules/@angular/common/locales/zh-Hans-HK.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/zh-Hans-MO.d.ts b/apps/angular/node_modules/@angular/common/locales/zh-Hans-MO.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/zh-Hans-MO.d.ts rename to apps/angular/node_modules/@angular/common/locales/zh-Hans-MO.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/zh-Hans-MO.js b/apps/angular/node_modules/@angular/common/locales/zh-Hans-MO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/zh-Hans-MO.js rename to apps/angular/node_modules/@angular/common/locales/zh-Hans-MO.js diff --git a/ClientApp/node_modules/@angular/common/locales/zh-Hans-MO.js.map b/apps/angular/node_modules/@angular/common/locales/zh-Hans-MO.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/zh-Hans-MO.js.map rename to apps/angular/node_modules/@angular/common/locales/zh-Hans-MO.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/zh-Hans-MY.d.ts b/apps/angular/node_modules/@angular/common/locales/zh-Hans-MY.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/zh-Hans-MY.d.ts rename to apps/angular/node_modules/@angular/common/locales/zh-Hans-MY.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/zh-Hans-MY.js b/apps/angular/node_modules/@angular/common/locales/zh-Hans-MY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/zh-Hans-MY.js rename to apps/angular/node_modules/@angular/common/locales/zh-Hans-MY.js diff --git a/ClientApp/node_modules/@angular/common/locales/zh-Hans-MY.js.map b/apps/angular/node_modules/@angular/common/locales/zh-Hans-MY.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/zh-Hans-MY.js.map rename to apps/angular/node_modules/@angular/common/locales/zh-Hans-MY.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/zh-Hans-SG.d.ts b/apps/angular/node_modules/@angular/common/locales/zh-Hans-SG.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/zh-Hans-SG.d.ts rename to apps/angular/node_modules/@angular/common/locales/zh-Hans-SG.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/zh-Hans-SG.js b/apps/angular/node_modules/@angular/common/locales/zh-Hans-SG.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/zh-Hans-SG.js rename to apps/angular/node_modules/@angular/common/locales/zh-Hans-SG.js diff --git a/ClientApp/node_modules/@angular/common/locales/zh-Hans-SG.js.map b/apps/angular/node_modules/@angular/common/locales/zh-Hans-SG.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/zh-Hans-SG.js.map rename to apps/angular/node_modules/@angular/common/locales/zh-Hans-SG.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/zh-Hans.d.ts b/apps/angular/node_modules/@angular/common/locales/zh-Hans.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/zh-Hans.d.ts rename to apps/angular/node_modules/@angular/common/locales/zh-Hans.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/zh-Hans.js b/apps/angular/node_modules/@angular/common/locales/zh-Hans.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/zh-Hans.js rename to apps/angular/node_modules/@angular/common/locales/zh-Hans.js diff --git a/ClientApp/node_modules/@angular/common/locales/zh-Hans.js.map b/apps/angular/node_modules/@angular/common/locales/zh-Hans.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/zh-Hans.js.map rename to apps/angular/node_modules/@angular/common/locales/zh-Hans.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/zh-Hant-HK.d.ts b/apps/angular/node_modules/@angular/common/locales/zh-Hant-HK.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/zh-Hant-HK.d.ts rename to apps/angular/node_modules/@angular/common/locales/zh-Hant-HK.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/zh-Hant-HK.js b/apps/angular/node_modules/@angular/common/locales/zh-Hant-HK.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/zh-Hant-HK.js rename to apps/angular/node_modules/@angular/common/locales/zh-Hant-HK.js diff --git a/ClientApp/node_modules/@angular/common/locales/zh-Hant-HK.js.map b/apps/angular/node_modules/@angular/common/locales/zh-Hant-HK.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/zh-Hant-HK.js.map rename to apps/angular/node_modules/@angular/common/locales/zh-Hant-HK.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/zh-Hant-MO.d.ts b/apps/angular/node_modules/@angular/common/locales/zh-Hant-MO.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/zh-Hant-MO.d.ts rename to apps/angular/node_modules/@angular/common/locales/zh-Hant-MO.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/zh-Hant-MO.js b/apps/angular/node_modules/@angular/common/locales/zh-Hant-MO.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/zh-Hant-MO.js rename to apps/angular/node_modules/@angular/common/locales/zh-Hant-MO.js diff --git a/ClientApp/node_modules/@angular/common/locales/zh-Hant-MO.js.map b/apps/angular/node_modules/@angular/common/locales/zh-Hant-MO.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/zh-Hant-MO.js.map rename to apps/angular/node_modules/@angular/common/locales/zh-Hant-MO.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/zh-Hant-MY.d.ts b/apps/angular/node_modules/@angular/common/locales/zh-Hant-MY.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/zh-Hant-MY.d.ts rename to apps/angular/node_modules/@angular/common/locales/zh-Hant-MY.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/zh-Hant-MY.js b/apps/angular/node_modules/@angular/common/locales/zh-Hant-MY.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/zh-Hant-MY.js rename to apps/angular/node_modules/@angular/common/locales/zh-Hant-MY.js diff --git a/ClientApp/node_modules/@angular/common/locales/zh-Hant-MY.js.map b/apps/angular/node_modules/@angular/common/locales/zh-Hant-MY.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/zh-Hant-MY.js.map rename to apps/angular/node_modules/@angular/common/locales/zh-Hant-MY.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/zh-Hant.d.ts b/apps/angular/node_modules/@angular/common/locales/zh-Hant.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/zh-Hant.d.ts rename to apps/angular/node_modules/@angular/common/locales/zh-Hant.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/zh-Hant.js b/apps/angular/node_modules/@angular/common/locales/zh-Hant.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/zh-Hant.js rename to apps/angular/node_modules/@angular/common/locales/zh-Hant.js diff --git a/ClientApp/node_modules/@angular/common/locales/zh-Hant.js.map b/apps/angular/node_modules/@angular/common/locales/zh-Hant.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/zh-Hant.js.map rename to apps/angular/node_modules/@angular/common/locales/zh-Hant.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/zh-Latn.d.ts b/apps/angular/node_modules/@angular/common/locales/zh-Latn.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/zh-Latn.d.ts rename to apps/angular/node_modules/@angular/common/locales/zh-Latn.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/zh-Latn.js b/apps/angular/node_modules/@angular/common/locales/zh-Latn.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/zh-Latn.js rename to apps/angular/node_modules/@angular/common/locales/zh-Latn.js diff --git a/ClientApp/node_modules/@angular/common/locales/zh-Latn.js.map b/apps/angular/node_modules/@angular/common/locales/zh-Latn.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/zh-Latn.js.map rename to apps/angular/node_modules/@angular/common/locales/zh-Latn.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/zh.d.ts b/apps/angular/node_modules/@angular/common/locales/zh.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/zh.d.ts rename to apps/angular/node_modules/@angular/common/locales/zh.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/zh.js b/apps/angular/node_modules/@angular/common/locales/zh.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/zh.js rename to apps/angular/node_modules/@angular/common/locales/zh.js diff --git a/ClientApp/node_modules/@angular/common/locales/zh.js.map b/apps/angular/node_modules/@angular/common/locales/zh.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/zh.js.map rename to apps/angular/node_modules/@angular/common/locales/zh.js.map diff --git a/ClientApp/node_modules/@angular/common/locales/zu.d.ts b/apps/angular/node_modules/@angular/common/locales/zu.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/zu.d.ts rename to apps/angular/node_modules/@angular/common/locales/zu.d.ts diff --git a/ClientApp/node_modules/@angular/common/locales/zu.js b/apps/angular/node_modules/@angular/common/locales/zu.js similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/zu.js rename to apps/angular/node_modules/@angular/common/locales/zu.js diff --git a/ClientApp/node_modules/@angular/common/locales/zu.js.map b/apps/angular/node_modules/@angular/common/locales/zu.js.map similarity index 100% rename from ClientApp/node_modules/@angular/common/locales/zu.js.map rename to apps/angular/node_modules/@angular/common/locales/zu.js.map diff --git a/ClientApp/node_modules/@angular/common/package.json b/apps/angular/node_modules/@angular/common/package.json similarity index 100% rename from ClientApp/node_modules/@angular/common/package.json rename to apps/angular/node_modules/@angular/common/package.json diff --git a/ClientApp/node_modules/@angular/common/types/_common_module-chunk.d.ts b/apps/angular/node_modules/@angular/common/types/_common_module-chunk.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/types/_common_module-chunk.d.ts rename to apps/angular/node_modules/@angular/common/types/_common_module-chunk.d.ts diff --git a/ClientApp/node_modules/@angular/common/types/_module-chunk.d.ts b/apps/angular/node_modules/@angular/common/types/_module-chunk.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/types/_module-chunk.d.ts rename to apps/angular/node_modules/@angular/common/types/_module-chunk.d.ts diff --git a/ClientApp/node_modules/@angular/common/types/_platform_location-chunk.d.ts b/apps/angular/node_modules/@angular/common/types/_platform_location-chunk.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/types/_platform_location-chunk.d.ts rename to apps/angular/node_modules/@angular/common/types/_platform_location-chunk.d.ts diff --git a/ClientApp/node_modules/@angular/common/types/_xhr-chunk.d.ts b/apps/angular/node_modules/@angular/common/types/_xhr-chunk.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/types/_xhr-chunk.d.ts rename to apps/angular/node_modules/@angular/common/types/_xhr-chunk.d.ts diff --git a/ClientApp/node_modules/@angular/common/types/common.d.ts b/apps/angular/node_modules/@angular/common/types/common.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/types/common.d.ts rename to apps/angular/node_modules/@angular/common/types/common.d.ts diff --git a/ClientApp/node_modules/@angular/common/types/http-testing.d.ts b/apps/angular/node_modules/@angular/common/types/http-testing.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/types/http-testing.d.ts rename to apps/angular/node_modules/@angular/common/types/http-testing.d.ts diff --git a/ClientApp/node_modules/@angular/common/types/http.d.ts b/apps/angular/node_modules/@angular/common/types/http.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/types/http.d.ts rename to apps/angular/node_modules/@angular/common/types/http.d.ts diff --git a/ClientApp/node_modules/@angular/common/types/testing.d.ts b/apps/angular/node_modules/@angular/common/types/testing.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/types/testing.d.ts rename to apps/angular/node_modules/@angular/common/types/testing.d.ts diff --git a/ClientApp/node_modules/@angular/common/types/upgrade.d.ts b/apps/angular/node_modules/@angular/common/types/upgrade.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/common/types/upgrade.d.ts rename to apps/angular/node_modules/@angular/common/types/upgrade.d.ts diff --git a/ClientApp/node_modules/@angular/core/LICENSE b/apps/angular/node_modules/@angular/core/LICENSE similarity index 100% rename from ClientApp/node_modules/@angular/core/LICENSE rename to apps/angular/node_modules/@angular/core/LICENSE diff --git a/ClientApp/node_modules/@angular/core/README.md b/apps/angular/node_modules/@angular/core/README.md similarity index 100% rename from ClientApp/node_modules/@angular/core/README.md rename to apps/angular/node_modules/@angular/core/README.md diff --git a/ClientApp/node_modules/@angular/core/event-dispatch-contract.min.js b/apps/angular/node_modules/@angular/core/event-dispatch-contract.min.js similarity index 100% rename from ClientApp/node_modules/@angular/core/event-dispatch-contract.min.js rename to apps/angular/node_modules/@angular/core/event-dispatch-contract.min.js diff --git a/ClientApp/node_modules/@angular/core/fesm2022/_attribute-chunk.mjs b/apps/angular/node_modules/@angular/core/fesm2022/_attribute-chunk.mjs similarity index 100% rename from ClientApp/node_modules/@angular/core/fesm2022/_attribute-chunk.mjs rename to apps/angular/node_modules/@angular/core/fesm2022/_attribute-chunk.mjs diff --git a/ClientApp/node_modules/@angular/core/fesm2022/_attribute-chunk.mjs.map b/apps/angular/node_modules/@angular/core/fesm2022/_attribute-chunk.mjs.map similarity index 100% rename from ClientApp/node_modules/@angular/core/fesm2022/_attribute-chunk.mjs.map rename to apps/angular/node_modules/@angular/core/fesm2022/_attribute-chunk.mjs.map diff --git a/ClientApp/node_modules/@angular/core/fesm2022/_debug_node-chunk.mjs b/apps/angular/node_modules/@angular/core/fesm2022/_debug_node-chunk.mjs similarity index 100% rename from ClientApp/node_modules/@angular/core/fesm2022/_debug_node-chunk.mjs rename to apps/angular/node_modules/@angular/core/fesm2022/_debug_node-chunk.mjs diff --git a/ClientApp/node_modules/@angular/core/fesm2022/_debug_node-chunk.mjs.map b/apps/angular/node_modules/@angular/core/fesm2022/_debug_node-chunk.mjs.map similarity index 100% rename from ClientApp/node_modules/@angular/core/fesm2022/_debug_node-chunk.mjs.map rename to apps/angular/node_modules/@angular/core/fesm2022/_debug_node-chunk.mjs.map diff --git a/ClientApp/node_modules/@angular/core/fesm2022/_effect-chunk.mjs b/apps/angular/node_modules/@angular/core/fesm2022/_effect-chunk.mjs similarity index 100% rename from ClientApp/node_modules/@angular/core/fesm2022/_effect-chunk.mjs rename to apps/angular/node_modules/@angular/core/fesm2022/_effect-chunk.mjs diff --git a/ClientApp/node_modules/@angular/core/fesm2022/_effect-chunk.mjs.map b/apps/angular/node_modules/@angular/core/fesm2022/_effect-chunk.mjs.map similarity index 100% rename from ClientApp/node_modules/@angular/core/fesm2022/_effect-chunk.mjs.map rename to apps/angular/node_modules/@angular/core/fesm2022/_effect-chunk.mjs.map diff --git a/ClientApp/node_modules/@angular/core/fesm2022/_effect-chunk2.mjs b/apps/angular/node_modules/@angular/core/fesm2022/_effect-chunk2.mjs similarity index 100% rename from ClientApp/node_modules/@angular/core/fesm2022/_effect-chunk2.mjs rename to apps/angular/node_modules/@angular/core/fesm2022/_effect-chunk2.mjs diff --git a/ClientApp/node_modules/@angular/core/fesm2022/_effect-chunk2.mjs.map b/apps/angular/node_modules/@angular/core/fesm2022/_effect-chunk2.mjs.map similarity index 100% rename from ClientApp/node_modules/@angular/core/fesm2022/_effect-chunk2.mjs.map rename to apps/angular/node_modules/@angular/core/fesm2022/_effect-chunk2.mjs.map diff --git a/ClientApp/node_modules/@angular/core/fesm2022/_not_found-chunk.mjs b/apps/angular/node_modules/@angular/core/fesm2022/_not_found-chunk.mjs similarity index 100% rename from ClientApp/node_modules/@angular/core/fesm2022/_not_found-chunk.mjs rename to apps/angular/node_modules/@angular/core/fesm2022/_not_found-chunk.mjs diff --git a/ClientApp/node_modules/@angular/core/fesm2022/_not_found-chunk.mjs.map b/apps/angular/node_modules/@angular/core/fesm2022/_not_found-chunk.mjs.map similarity index 100% rename from ClientApp/node_modules/@angular/core/fesm2022/_not_found-chunk.mjs.map rename to apps/angular/node_modules/@angular/core/fesm2022/_not_found-chunk.mjs.map diff --git a/ClientApp/node_modules/@angular/core/fesm2022/_resource-chunk.mjs b/apps/angular/node_modules/@angular/core/fesm2022/_resource-chunk.mjs similarity index 100% rename from ClientApp/node_modules/@angular/core/fesm2022/_resource-chunk.mjs rename to apps/angular/node_modules/@angular/core/fesm2022/_resource-chunk.mjs diff --git a/ClientApp/node_modules/@angular/core/fesm2022/_resource-chunk.mjs.map b/apps/angular/node_modules/@angular/core/fesm2022/_resource-chunk.mjs.map similarity index 100% rename from ClientApp/node_modules/@angular/core/fesm2022/_resource-chunk.mjs.map rename to apps/angular/node_modules/@angular/core/fesm2022/_resource-chunk.mjs.map diff --git a/ClientApp/node_modules/@angular/core/fesm2022/_untracked-chunk.mjs b/apps/angular/node_modules/@angular/core/fesm2022/_untracked-chunk.mjs similarity index 100% rename from ClientApp/node_modules/@angular/core/fesm2022/_untracked-chunk.mjs rename to apps/angular/node_modules/@angular/core/fesm2022/_untracked-chunk.mjs diff --git a/ClientApp/node_modules/@angular/core/fesm2022/_untracked-chunk.mjs.map b/apps/angular/node_modules/@angular/core/fesm2022/_untracked-chunk.mjs.map similarity index 100% rename from ClientApp/node_modules/@angular/core/fesm2022/_untracked-chunk.mjs.map rename to apps/angular/node_modules/@angular/core/fesm2022/_untracked-chunk.mjs.map diff --git a/ClientApp/node_modules/@angular/core/fesm2022/_weak_ref-chunk.mjs b/apps/angular/node_modules/@angular/core/fesm2022/_weak_ref-chunk.mjs similarity index 100% rename from ClientApp/node_modules/@angular/core/fesm2022/_weak_ref-chunk.mjs rename to apps/angular/node_modules/@angular/core/fesm2022/_weak_ref-chunk.mjs diff --git a/ClientApp/node_modules/@angular/core/fesm2022/_weak_ref-chunk.mjs.map b/apps/angular/node_modules/@angular/core/fesm2022/_weak_ref-chunk.mjs.map similarity index 100% rename from ClientApp/node_modules/@angular/core/fesm2022/_weak_ref-chunk.mjs.map rename to apps/angular/node_modules/@angular/core/fesm2022/_weak_ref-chunk.mjs.map diff --git a/ClientApp/node_modules/@angular/core/fesm2022/core.mjs b/apps/angular/node_modules/@angular/core/fesm2022/core.mjs similarity index 100% rename from ClientApp/node_modules/@angular/core/fesm2022/core.mjs rename to apps/angular/node_modules/@angular/core/fesm2022/core.mjs diff --git a/ClientApp/node_modules/@angular/core/fesm2022/core.mjs.map b/apps/angular/node_modules/@angular/core/fesm2022/core.mjs.map similarity index 100% rename from ClientApp/node_modules/@angular/core/fesm2022/core.mjs.map rename to apps/angular/node_modules/@angular/core/fesm2022/core.mjs.map diff --git a/ClientApp/node_modules/@angular/core/fesm2022/primitives-di.mjs b/apps/angular/node_modules/@angular/core/fesm2022/primitives-di.mjs similarity index 100% rename from ClientApp/node_modules/@angular/core/fesm2022/primitives-di.mjs rename to apps/angular/node_modules/@angular/core/fesm2022/primitives-di.mjs diff --git a/ClientApp/node_modules/@angular/core/fesm2022/primitives-di.mjs.map b/apps/angular/node_modules/@angular/core/fesm2022/primitives-di.mjs.map similarity index 100% rename from ClientApp/node_modules/@angular/core/fesm2022/primitives-di.mjs.map rename to apps/angular/node_modules/@angular/core/fesm2022/primitives-di.mjs.map diff --git a/ClientApp/node_modules/@angular/core/fesm2022/primitives-event-dispatch.mjs b/apps/angular/node_modules/@angular/core/fesm2022/primitives-event-dispatch.mjs similarity index 100% rename from ClientApp/node_modules/@angular/core/fesm2022/primitives-event-dispatch.mjs rename to apps/angular/node_modules/@angular/core/fesm2022/primitives-event-dispatch.mjs diff --git a/ClientApp/node_modules/@angular/core/fesm2022/primitives-event-dispatch.mjs.map b/apps/angular/node_modules/@angular/core/fesm2022/primitives-event-dispatch.mjs.map similarity index 100% rename from ClientApp/node_modules/@angular/core/fesm2022/primitives-event-dispatch.mjs.map rename to apps/angular/node_modules/@angular/core/fesm2022/primitives-event-dispatch.mjs.map diff --git a/ClientApp/node_modules/@angular/core/fesm2022/primitives-signals.mjs b/apps/angular/node_modules/@angular/core/fesm2022/primitives-signals.mjs similarity index 100% rename from ClientApp/node_modules/@angular/core/fesm2022/primitives-signals.mjs rename to apps/angular/node_modules/@angular/core/fesm2022/primitives-signals.mjs diff --git a/ClientApp/node_modules/@angular/core/fesm2022/primitives-signals.mjs.map b/apps/angular/node_modules/@angular/core/fesm2022/primitives-signals.mjs.map similarity index 100% rename from ClientApp/node_modules/@angular/core/fesm2022/primitives-signals.mjs.map rename to apps/angular/node_modules/@angular/core/fesm2022/primitives-signals.mjs.map diff --git a/ClientApp/node_modules/@angular/core/fesm2022/rxjs-interop.mjs b/apps/angular/node_modules/@angular/core/fesm2022/rxjs-interop.mjs similarity index 100% rename from ClientApp/node_modules/@angular/core/fesm2022/rxjs-interop.mjs rename to apps/angular/node_modules/@angular/core/fesm2022/rxjs-interop.mjs diff --git a/ClientApp/node_modules/@angular/core/fesm2022/rxjs-interop.mjs.map b/apps/angular/node_modules/@angular/core/fesm2022/rxjs-interop.mjs.map similarity index 100% rename from ClientApp/node_modules/@angular/core/fesm2022/rxjs-interop.mjs.map rename to apps/angular/node_modules/@angular/core/fesm2022/rxjs-interop.mjs.map diff --git a/ClientApp/node_modules/@angular/core/fesm2022/testing.mjs b/apps/angular/node_modules/@angular/core/fesm2022/testing.mjs similarity index 100% rename from ClientApp/node_modules/@angular/core/fesm2022/testing.mjs rename to apps/angular/node_modules/@angular/core/fesm2022/testing.mjs diff --git a/ClientApp/node_modules/@angular/core/fesm2022/testing.mjs.map b/apps/angular/node_modules/@angular/core/fesm2022/testing.mjs.map similarity index 100% rename from ClientApp/node_modules/@angular/core/fesm2022/testing.mjs.map rename to apps/angular/node_modules/@angular/core/fesm2022/testing.mjs.map diff --git a/ClientApp/node_modules/@angular/core/package.json b/apps/angular/node_modules/@angular/core/package.json similarity index 100% rename from ClientApp/node_modules/@angular/core/package.json rename to apps/angular/node_modules/@angular/core/package.json diff --git a/ClientApp/node_modules/@angular/core/resources/best-practices.md b/apps/angular/node_modules/@angular/core/resources/best-practices.md similarity index 100% rename from ClientApp/node_modules/@angular/core/resources/best-practices.md rename to apps/angular/node_modules/@angular/core/resources/best-practices.md diff --git a/ClientApp/node_modules/@angular/core/schematics/bundles/add-bootstrap-context-to-server-main.cjs b/apps/angular/node_modules/@angular/core/schematics/bundles/add-bootstrap-context-to-server-main.cjs similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/bundles/add-bootstrap-context-to-server-main.cjs rename to apps/angular/node_modules/@angular/core/schematics/bundles/add-bootstrap-context-to-server-main.cjs diff --git a/ClientApp/node_modules/@angular/core/schematics/bundles/application-config-core.cjs b/apps/angular/node_modules/@angular/core/schematics/bundles/application-config-core.cjs similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/bundles/application-config-core.cjs rename to apps/angular/node_modules/@angular/core/schematics/bundles/application-config-core.cjs diff --git a/ClientApp/node_modules/@angular/core/schematics/bundles/apply_import_manager-CxA_YYgB.cjs b/apps/angular/node_modules/@angular/core/schematics/bundles/apply_import_manager-CxA_YYgB.cjs similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/bundles/apply_import_manager-CxA_YYgB.cjs rename to apps/angular/node_modules/@angular/core/schematics/bundles/apply_import_manager-CxA_YYgB.cjs diff --git a/ClientApp/node_modules/@angular/core/schematics/bundles/bootstrap-options-migration.cjs b/apps/angular/node_modules/@angular/core/schematics/bundles/bootstrap-options-migration.cjs similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/bundles/bootstrap-options-migration.cjs rename to apps/angular/node_modules/@angular/core/schematics/bundles/bootstrap-options-migration.cjs diff --git a/ClientApp/node_modules/@angular/core/schematics/bundles/cleanup-unused-imports.cjs b/apps/angular/node_modules/@angular/core/schematics/bundles/cleanup-unused-imports.cjs similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/bundles/cleanup-unused-imports.cjs rename to apps/angular/node_modules/@angular/core/schematics/bundles/cleanup-unused-imports.cjs diff --git a/ClientApp/node_modules/@angular/core/schematics/bundles/common-to-standalone-migration.cjs b/apps/angular/node_modules/@angular/core/schematics/bundles/common-to-standalone-migration.cjs similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/bundles/common-to-standalone-migration.cjs rename to apps/angular/node_modules/@angular/core/schematics/bundles/common-to-standalone-migration.cjs diff --git a/ClientApp/node_modules/@angular/core/schematics/bundles/compiler_host-CY14HvaP.cjs b/apps/angular/node_modules/@angular/core/schematics/bundles/compiler_host-CY14HvaP.cjs similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/bundles/compiler_host-CY14HvaP.cjs rename to apps/angular/node_modules/@angular/core/schematics/bundles/compiler_host-CY14HvaP.cjs diff --git a/ClientApp/node_modules/@angular/core/schematics/bundles/control-flow-migration.cjs b/apps/angular/node_modules/@angular/core/schematics/bundles/control-flow-migration.cjs similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/bundles/control-flow-migration.cjs rename to apps/angular/node_modules/@angular/core/schematics/bundles/control-flow-migration.cjs diff --git a/ClientApp/node_modules/@angular/core/schematics/bundles/imports-CVmcbVA9.cjs b/apps/angular/node_modules/@angular/core/schematics/bundles/imports-CVmcbVA9.cjs similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/bundles/imports-CVmcbVA9.cjs rename to apps/angular/node_modules/@angular/core/schematics/bundles/imports-CVmcbVA9.cjs diff --git a/ClientApp/node_modules/@angular/core/schematics/bundles/index-BtLcQH8g.cjs b/apps/angular/node_modules/@angular/core/schematics/bundles/index-BtLcQH8g.cjs similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/bundles/index-BtLcQH8g.cjs rename to apps/angular/node_modules/@angular/core/schematics/bundles/index-BtLcQH8g.cjs diff --git a/ClientApp/node_modules/@angular/core/schematics/bundles/inject-migration.cjs b/apps/angular/node_modules/@angular/core/schematics/bundles/inject-migration.cjs similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/bundles/inject-migration.cjs rename to apps/angular/node_modules/@angular/core/schematics/bundles/inject-migration.cjs diff --git a/ClientApp/node_modules/@angular/core/schematics/bundles/leading_space-BTPRV0wu.cjs b/apps/angular/node_modules/@angular/core/schematics/bundles/leading_space-BTPRV0wu.cjs similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/bundles/leading_space-BTPRV0wu.cjs rename to apps/angular/node_modules/@angular/core/schematics/bundles/leading_space-BTPRV0wu.cjs diff --git a/ClientApp/node_modules/@angular/core/schematics/bundles/migrate_ts_type_references-MWoZx-Cb.cjs b/apps/angular/node_modules/@angular/core/schematics/bundles/migrate_ts_type_references-MWoZx-Cb.cjs similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/bundles/migrate_ts_type_references-MWoZx-Cb.cjs rename to apps/angular/node_modules/@angular/core/schematics/bundles/migrate_ts_type_references-MWoZx-Cb.cjs diff --git a/ClientApp/node_modules/@angular/core/schematics/bundles/ng_component_template-BOuKAnQd.cjs b/apps/angular/node_modules/@angular/core/schematics/bundles/ng_component_template-BOuKAnQd.cjs similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/bundles/ng_component_template-BOuKAnQd.cjs rename to apps/angular/node_modules/@angular/core/schematics/bundles/ng_component_template-BOuKAnQd.cjs diff --git a/ClientApp/node_modules/@angular/core/schematics/bundles/ng_decorators-DYy6II6x.cjs b/apps/angular/node_modules/@angular/core/schematics/bundles/ng_decorators-DYy6II6x.cjs similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/bundles/ng_decorators-DYy6II6x.cjs rename to apps/angular/node_modules/@angular/core/schematics/bundles/ng_decorators-DYy6II6x.cjs diff --git a/ClientApp/node_modules/@angular/core/schematics/bundles/ngclass-to-class-migration.cjs b/apps/angular/node_modules/@angular/core/schematics/bundles/ngclass-to-class-migration.cjs similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/bundles/ngclass-to-class-migration.cjs rename to apps/angular/node_modules/@angular/core/schematics/bundles/ngclass-to-class-migration.cjs diff --git a/ClientApp/node_modules/@angular/core/schematics/bundles/ngstyle-to-style-migration.cjs b/apps/angular/node_modules/@angular/core/schematics/bundles/ngstyle-to-style-migration.cjs similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/bundles/ngstyle-to-style-migration.cjs rename to apps/angular/node_modules/@angular/core/schematics/bundles/ngstyle-to-style-migration.cjs diff --git a/ClientApp/node_modules/@angular/core/schematics/bundles/nodes-ZSQ7WZRB.cjs b/apps/angular/node_modules/@angular/core/schematics/bundles/nodes-ZSQ7WZRB.cjs similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/bundles/nodes-ZSQ7WZRB.cjs rename to apps/angular/node_modules/@angular/core/schematics/bundles/nodes-ZSQ7WZRB.cjs diff --git a/ClientApp/node_modules/@angular/core/schematics/bundles/output-migration.cjs b/apps/angular/node_modules/@angular/core/schematics/bundles/output-migration.cjs similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/bundles/output-migration.cjs rename to apps/angular/node_modules/@angular/core/schematics/bundles/output-migration.cjs diff --git a/ClientApp/node_modules/@angular/core/schematics/bundles/parse_html-C8eKA9px.cjs b/apps/angular/node_modules/@angular/core/schematics/bundles/parse_html-C8eKA9px.cjs similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/bundles/parse_html-C8eKA9px.cjs rename to apps/angular/node_modules/@angular/core/schematics/bundles/parse_html-C8eKA9px.cjs diff --git a/ClientApp/node_modules/@angular/core/schematics/bundles/project_paths-D2V-Uh2L.cjs b/apps/angular/node_modules/@angular/core/schematics/bundles/project_paths-D2V-Uh2L.cjs similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/bundles/project_paths-D2V-Uh2L.cjs rename to apps/angular/node_modules/@angular/core/schematics/bundles/project_paths-D2V-Uh2L.cjs diff --git a/ClientApp/node_modules/@angular/core/schematics/bundles/project_tsconfig_paths-DkkMibv-.cjs b/apps/angular/node_modules/@angular/core/schematics/bundles/project_tsconfig_paths-DkkMibv-.cjs similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/bundles/project_tsconfig_paths-DkkMibv-.cjs rename to apps/angular/node_modules/@angular/core/schematics/bundles/project_tsconfig_paths-DkkMibv-.cjs diff --git a/ClientApp/node_modules/@angular/core/schematics/bundles/property_name-BCpALNpZ.cjs b/apps/angular/node_modules/@angular/core/schematics/bundles/property_name-BCpALNpZ.cjs similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/bundles/property_name-BCpALNpZ.cjs rename to apps/angular/node_modules/@angular/core/schematics/bundles/property_name-BCpALNpZ.cjs diff --git a/ClientApp/node_modules/@angular/core/schematics/bundles/route-lazy-loading.cjs b/apps/angular/node_modules/@angular/core/schematics/bundles/route-lazy-loading.cjs similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/bundles/route-lazy-loading.cjs rename to apps/angular/node_modules/@angular/core/schematics/bundles/route-lazy-loading.cjs diff --git a/ClientApp/node_modules/@angular/core/schematics/bundles/router-current-navigation.cjs b/apps/angular/node_modules/@angular/core/schematics/bundles/router-current-navigation.cjs similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/bundles/router-current-navigation.cjs rename to apps/angular/node_modules/@angular/core/schematics/bundles/router-current-navigation.cjs diff --git a/ClientApp/node_modules/@angular/core/schematics/bundles/router-last-successful-navigation.cjs b/apps/angular/node_modules/@angular/core/schematics/bundles/router-last-successful-navigation.cjs similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/bundles/router-last-successful-navigation.cjs rename to apps/angular/node_modules/@angular/core/schematics/bundles/router-last-successful-navigation.cjs diff --git a/ClientApp/node_modules/@angular/core/schematics/bundles/router-testing-module-migration.cjs b/apps/angular/node_modules/@angular/core/schematics/bundles/router-testing-module-migration.cjs similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/bundles/router-testing-module-migration.cjs rename to apps/angular/node_modules/@angular/core/schematics/bundles/router-testing-module-migration.cjs diff --git a/ClientApp/node_modules/@angular/core/schematics/bundles/self-closing-tags-migration.cjs b/apps/angular/node_modules/@angular/core/schematics/bundles/self-closing-tags-migration.cjs similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/bundles/self-closing-tags-migration.cjs rename to apps/angular/node_modules/@angular/core/schematics/bundles/self-closing-tags-migration.cjs diff --git a/ClientApp/node_modules/@angular/core/schematics/bundles/signal-input-migration.cjs b/apps/angular/node_modules/@angular/core/schematics/bundles/signal-input-migration.cjs similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/bundles/signal-input-migration.cjs rename to apps/angular/node_modules/@angular/core/schematics/bundles/signal-input-migration.cjs diff --git a/ClientApp/node_modules/@angular/core/schematics/bundles/signal-queries-migration.cjs b/apps/angular/node_modules/@angular/core/schematics/bundles/signal-queries-migration.cjs similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/bundles/signal-queries-migration.cjs rename to apps/angular/node_modules/@angular/core/schematics/bundles/signal-queries-migration.cjs diff --git a/ClientApp/node_modules/@angular/core/schematics/bundles/signals.cjs b/apps/angular/node_modules/@angular/core/schematics/bundles/signals.cjs similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/bundles/signals.cjs rename to apps/angular/node_modules/@angular/core/schematics/bundles/signals.cjs diff --git a/ClientApp/node_modules/@angular/core/schematics/bundles/standalone-migration.cjs b/apps/angular/node_modules/@angular/core/schematics/bundles/standalone-migration.cjs similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/bundles/standalone-migration.cjs rename to apps/angular/node_modules/@angular/core/schematics/bundles/standalone-migration.cjs diff --git a/ClientApp/node_modules/@angular/core/schematics/bundles/symbol-DZeHSR-V.cjs b/apps/angular/node_modules/@angular/core/schematics/bundles/symbol-DZeHSR-V.cjs similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/bundles/symbol-DZeHSR-V.cjs rename to apps/angular/node_modules/@angular/core/schematics/bundles/symbol-DZeHSR-V.cjs diff --git a/ClientApp/node_modules/@angular/core/schematics/collection.json b/apps/angular/node_modules/@angular/core/schematics/collection.json similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/collection.json rename to apps/angular/node_modules/@angular/core/schematics/collection.json diff --git a/ClientApp/node_modules/@angular/core/schematics/migrations.json b/apps/angular/node_modules/@angular/core/schematics/migrations.json similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/migrations.json rename to apps/angular/node_modules/@angular/core/schematics/migrations.json diff --git a/ClientApp/node_modules/@angular/core/schematics/migrations/common-to-standalone-migration/schema.json b/apps/angular/node_modules/@angular/core/schematics/migrations/common-to-standalone-migration/schema.json similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/migrations/common-to-standalone-migration/schema.json rename to apps/angular/node_modules/@angular/core/schematics/migrations/common-to-standalone-migration/schema.json diff --git a/ClientApp/node_modules/@angular/core/schematics/migrations/control-flow-migration/schema.json b/apps/angular/node_modules/@angular/core/schematics/migrations/control-flow-migration/schema.json similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/migrations/control-flow-migration/schema.json rename to apps/angular/node_modules/@angular/core/schematics/migrations/control-flow-migration/schema.json diff --git a/ClientApp/node_modules/@angular/core/schematics/migrations/ngclass-to-class-migration/schema.json b/apps/angular/node_modules/@angular/core/schematics/migrations/ngclass-to-class-migration/schema.json similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/migrations/ngclass-to-class-migration/schema.json rename to apps/angular/node_modules/@angular/core/schematics/migrations/ngclass-to-class-migration/schema.json diff --git a/ClientApp/node_modules/@angular/core/schematics/migrations/ngstyle-to-style-migration/schema.json b/apps/angular/node_modules/@angular/core/schematics/migrations/ngstyle-to-style-migration/schema.json similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/migrations/ngstyle-to-style-migration/schema.json rename to apps/angular/node_modules/@angular/core/schematics/migrations/ngstyle-to-style-migration/schema.json diff --git a/ClientApp/node_modules/@angular/core/schematics/migrations/router-testing-module-migration/schema.json b/apps/angular/node_modules/@angular/core/schematics/migrations/router-testing-module-migration/schema.json similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/migrations/router-testing-module-migration/schema.json rename to apps/angular/node_modules/@angular/core/schematics/migrations/router-testing-module-migration/schema.json diff --git a/ClientApp/node_modules/@angular/core/schematics/ng-generate/cleanup-unused-imports/schema.json b/apps/angular/node_modules/@angular/core/schematics/ng-generate/cleanup-unused-imports/schema.json similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/ng-generate/cleanup-unused-imports/schema.json rename to apps/angular/node_modules/@angular/core/schematics/ng-generate/cleanup-unused-imports/schema.json diff --git a/ClientApp/node_modules/@angular/core/schematics/ng-generate/inject-migration/schema.json b/apps/angular/node_modules/@angular/core/schematics/ng-generate/inject-migration/schema.json similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/ng-generate/inject-migration/schema.json rename to apps/angular/node_modules/@angular/core/schematics/ng-generate/inject-migration/schema.json diff --git a/ClientApp/node_modules/@angular/core/schematics/ng-generate/output-migration/schema.json b/apps/angular/node_modules/@angular/core/schematics/ng-generate/output-migration/schema.json similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/ng-generate/output-migration/schema.json rename to apps/angular/node_modules/@angular/core/schematics/ng-generate/output-migration/schema.json diff --git a/ClientApp/node_modules/@angular/core/schematics/ng-generate/route-lazy-loading/schema.json b/apps/angular/node_modules/@angular/core/schematics/ng-generate/route-lazy-loading/schema.json similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/ng-generate/route-lazy-loading/schema.json rename to apps/angular/node_modules/@angular/core/schematics/ng-generate/route-lazy-loading/schema.json diff --git a/ClientApp/node_modules/@angular/core/schematics/ng-generate/self-closing-tags-migration/schema.json b/apps/angular/node_modules/@angular/core/schematics/ng-generate/self-closing-tags-migration/schema.json similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/ng-generate/self-closing-tags-migration/schema.json rename to apps/angular/node_modules/@angular/core/schematics/ng-generate/self-closing-tags-migration/schema.json diff --git a/ClientApp/node_modules/@angular/core/schematics/ng-generate/signal-input-migration/schema.json b/apps/angular/node_modules/@angular/core/schematics/ng-generate/signal-input-migration/schema.json similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/ng-generate/signal-input-migration/schema.json rename to apps/angular/node_modules/@angular/core/schematics/ng-generate/signal-input-migration/schema.json diff --git a/ClientApp/node_modules/@angular/core/schematics/ng-generate/signal-queries-migration/schema.json b/apps/angular/node_modules/@angular/core/schematics/ng-generate/signal-queries-migration/schema.json similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/ng-generate/signal-queries-migration/schema.json rename to apps/angular/node_modules/@angular/core/schematics/ng-generate/signal-queries-migration/schema.json diff --git a/ClientApp/node_modules/@angular/core/schematics/ng-generate/signals/schema.json b/apps/angular/node_modules/@angular/core/schematics/ng-generate/signals/schema.json similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/ng-generate/signals/schema.json rename to apps/angular/node_modules/@angular/core/schematics/ng-generate/signals/schema.json diff --git a/ClientApp/node_modules/@angular/core/schematics/ng-generate/standalone-migration/schema.json b/apps/angular/node_modules/@angular/core/schematics/ng-generate/standalone-migration/schema.json similarity index 100% rename from ClientApp/node_modules/@angular/core/schematics/ng-generate/standalone-migration/schema.json rename to apps/angular/node_modules/@angular/core/schematics/ng-generate/standalone-migration/schema.json diff --git a/ClientApp/node_modules/@angular/core/types/_api-chunk.d.ts b/apps/angular/node_modules/@angular/core/types/_api-chunk.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/core/types/_api-chunk.d.ts rename to apps/angular/node_modules/@angular/core/types/_api-chunk.d.ts diff --git a/ClientApp/node_modules/@angular/core/types/_chrome_dev_tools_performance-chunk.d.ts b/apps/angular/node_modules/@angular/core/types/_chrome_dev_tools_performance-chunk.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/core/types/_chrome_dev_tools_performance-chunk.d.ts rename to apps/angular/node_modules/@angular/core/types/_chrome_dev_tools_performance-chunk.d.ts diff --git a/ClientApp/node_modules/@angular/core/types/_discovery-chunk.d.ts b/apps/angular/node_modules/@angular/core/types/_discovery-chunk.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/core/types/_discovery-chunk.d.ts rename to apps/angular/node_modules/@angular/core/types/_discovery-chunk.d.ts diff --git a/ClientApp/node_modules/@angular/core/types/_effect-chunk.d.ts b/apps/angular/node_modules/@angular/core/types/_effect-chunk.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/core/types/_effect-chunk.d.ts rename to apps/angular/node_modules/@angular/core/types/_effect-chunk.d.ts diff --git a/ClientApp/node_modules/@angular/core/types/_event_dispatcher-chunk.d.ts b/apps/angular/node_modules/@angular/core/types/_event_dispatcher-chunk.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/core/types/_event_dispatcher-chunk.d.ts rename to apps/angular/node_modules/@angular/core/types/_event_dispatcher-chunk.d.ts diff --git a/ClientApp/node_modules/@angular/core/types/_formatter-chunk.d.ts b/apps/angular/node_modules/@angular/core/types/_formatter-chunk.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/core/types/_formatter-chunk.d.ts rename to apps/angular/node_modules/@angular/core/types/_formatter-chunk.d.ts diff --git a/ClientApp/node_modules/@angular/core/types/_weak_ref-chunk.d.ts b/apps/angular/node_modules/@angular/core/types/_weak_ref-chunk.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/core/types/_weak_ref-chunk.d.ts rename to apps/angular/node_modules/@angular/core/types/_weak_ref-chunk.d.ts diff --git a/ClientApp/node_modules/@angular/core/types/core.d.ts b/apps/angular/node_modules/@angular/core/types/core.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/core/types/core.d.ts rename to apps/angular/node_modules/@angular/core/types/core.d.ts diff --git a/ClientApp/node_modules/@angular/core/types/primitives-di.d.ts b/apps/angular/node_modules/@angular/core/types/primitives-di.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/core/types/primitives-di.d.ts rename to apps/angular/node_modules/@angular/core/types/primitives-di.d.ts diff --git a/ClientApp/node_modules/@angular/core/types/primitives-event-dispatch.d.ts b/apps/angular/node_modules/@angular/core/types/primitives-event-dispatch.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/core/types/primitives-event-dispatch.d.ts rename to apps/angular/node_modules/@angular/core/types/primitives-event-dispatch.d.ts diff --git a/ClientApp/node_modules/@angular/core/types/primitives-signals.d.ts b/apps/angular/node_modules/@angular/core/types/primitives-signals.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/core/types/primitives-signals.d.ts rename to apps/angular/node_modules/@angular/core/types/primitives-signals.d.ts diff --git a/ClientApp/node_modules/@angular/core/types/rxjs-interop.d.ts b/apps/angular/node_modules/@angular/core/types/rxjs-interop.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/core/types/rxjs-interop.d.ts rename to apps/angular/node_modules/@angular/core/types/rxjs-interop.d.ts diff --git a/ClientApp/node_modules/@angular/core/types/testing.d.ts b/apps/angular/node_modules/@angular/core/types/testing.d.ts similarity index 100% rename from ClientApp/node_modules/@angular/core/types/testing.d.ts rename to apps/angular/node_modules/@angular/core/types/testing.d.ts diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/LICENSE b/apps/angular/node_modules/@asamuzakjp/css-color/LICENSE similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/LICENSE rename to apps/angular/node_modules/@asamuzakjp/css-color/LICENSE diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/README.md b/apps/angular/node_modules/@asamuzakjp/css-color/README.md similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/README.md rename to apps/angular/node_modules/@asamuzakjp/css-color/README.md diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/dist/browser/css-color.min.js b/apps/angular/node_modules/@asamuzakjp/css-color/dist/browser/css-color.min.js similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/dist/browser/css-color.min.js rename to apps/angular/node_modules/@asamuzakjp/css-color/dist/browser/css-color.min.js diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/dist/browser/css-color.min.js.map b/apps/angular/node_modules/@asamuzakjp/css-color/dist/browser/css-color.min.js.map similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/dist/browser/css-color.min.js.map rename to apps/angular/node_modules/@asamuzakjp/css-color/dist/browser/css-color.min.js.map diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/dist/cjs/index.cjs b/apps/angular/node_modules/@asamuzakjp/css-color/dist/cjs/index.cjs similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/dist/cjs/index.cjs rename to apps/angular/node_modules/@asamuzakjp/css-color/dist/cjs/index.cjs diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/dist/cjs/index.cjs.map b/apps/angular/node_modules/@asamuzakjp/css-color/dist/cjs/index.cjs.map similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/dist/cjs/index.cjs.map rename to apps/angular/node_modules/@asamuzakjp/css-color/dist/cjs/index.cjs.map diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/dist/cjs/index.d.cts b/apps/angular/node_modules/@asamuzakjp/css-color/dist/cjs/index.d.cts similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/dist/cjs/index.d.cts rename to apps/angular/node_modules/@asamuzakjp/css-color/dist/cjs/index.d.cts diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/index.d.ts b/apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/index.d.ts similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/index.d.ts rename to apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/index.d.ts diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/index.js b/apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/index.js similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/index.js rename to apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/index.js diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/index.js.map b/apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/index.js.map similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/index.js.map rename to apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/index.js.map diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/cache.d.ts b/apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/cache.d.ts similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/cache.d.ts rename to apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/cache.d.ts diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/cache.js b/apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/cache.js similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/cache.js rename to apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/cache.js diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/cache.js.map b/apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/cache.js.map similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/cache.js.map rename to apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/cache.js.map diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/color.d.ts b/apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/color.d.ts similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/color.d.ts rename to apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/color.d.ts diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/color.js b/apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/color.js similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/color.js rename to apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/color.js diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/color.js.map b/apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/color.js.map similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/color.js.map rename to apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/color.js.map diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/common.d.ts b/apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/common.d.ts similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/common.d.ts rename to apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/common.d.ts diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/common.js b/apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/common.js similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/common.js rename to apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/common.js diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/common.js.map b/apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/common.js.map similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/common.js.map rename to apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/common.js.map diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/constant.d.ts b/apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/constant.d.ts similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/constant.d.ts rename to apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/constant.d.ts diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/constant.js b/apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/constant.js similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/constant.js rename to apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/constant.js diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/constant.js.map b/apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/constant.js.map similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/constant.js.map rename to apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/constant.js.map diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/convert.d.ts b/apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/convert.d.ts similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/convert.d.ts rename to apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/convert.d.ts diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/convert.js b/apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/convert.js similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/convert.js rename to apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/convert.js diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/convert.js.map b/apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/convert.js.map similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/convert.js.map rename to apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/convert.js.map diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/css-calc.d.ts b/apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/css-calc.d.ts similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/css-calc.d.ts rename to apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/css-calc.d.ts diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/css-calc.js b/apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/css-calc.js similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/css-calc.js rename to apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/css-calc.js diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/css-calc.js.map b/apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/css-calc.js.map similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/css-calc.js.map rename to apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/css-calc.js.map diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/css-gradient.d.ts b/apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/css-gradient.d.ts similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/css-gradient.d.ts rename to apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/css-gradient.d.ts diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/css-gradient.js b/apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/css-gradient.js similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/css-gradient.js rename to apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/css-gradient.js diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/css-gradient.js.map b/apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/css-gradient.js.map similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/css-gradient.js.map rename to apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/css-gradient.js.map diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/css-var.d.ts b/apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/css-var.d.ts similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/css-var.d.ts rename to apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/css-var.d.ts diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/css-var.js b/apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/css-var.js similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/css-var.js rename to apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/css-var.js diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/css-var.js.map b/apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/css-var.js.map similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/css-var.js.map rename to apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/css-var.js.map diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/relative-color.d.ts b/apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/relative-color.d.ts similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/relative-color.d.ts rename to apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/relative-color.d.ts diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/relative-color.js b/apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/relative-color.js similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/relative-color.js rename to apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/relative-color.js diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/relative-color.js.map b/apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/relative-color.js.map similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/relative-color.js.map rename to apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/relative-color.js.map diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/resolve.d.ts b/apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/resolve.d.ts similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/resolve.d.ts rename to apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/resolve.d.ts diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/resolve.js b/apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/resolve.js similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/resolve.js rename to apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/resolve.js diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/resolve.js.map b/apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/resolve.js.map similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/resolve.js.map rename to apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/resolve.js.map diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/typedef.d.ts b/apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/typedef.d.ts similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/typedef.d.ts rename to apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/typedef.d.ts diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/util.d.ts b/apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/util.d.ts similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/util.d.ts rename to apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/util.d.ts diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/util.js b/apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/util.js similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/util.js rename to apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/util.js diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/util.js.map b/apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/util.js.map similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/dist/esm/js/util.js.map rename to apps/angular/node_modules/@asamuzakjp/css-color/dist/esm/js/util.js.map diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/package.json b/apps/angular/node_modules/@asamuzakjp/css-color/package.json similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/package.json rename to apps/angular/node_modules/@asamuzakjp/css-color/package.json diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/src/index.ts b/apps/angular/node_modules/@asamuzakjp/css-color/src/index.ts similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/src/index.ts rename to apps/angular/node_modules/@asamuzakjp/css-color/src/index.ts diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/src/js/cache.ts b/apps/angular/node_modules/@asamuzakjp/css-color/src/js/cache.ts similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/src/js/cache.ts rename to apps/angular/node_modules/@asamuzakjp/css-color/src/js/cache.ts diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/src/js/color.ts b/apps/angular/node_modules/@asamuzakjp/css-color/src/js/color.ts similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/src/js/color.ts rename to apps/angular/node_modules/@asamuzakjp/css-color/src/js/color.ts diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/src/js/common.ts b/apps/angular/node_modules/@asamuzakjp/css-color/src/js/common.ts similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/src/js/common.ts rename to apps/angular/node_modules/@asamuzakjp/css-color/src/js/common.ts diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/src/js/constant.ts b/apps/angular/node_modules/@asamuzakjp/css-color/src/js/constant.ts similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/src/js/constant.ts rename to apps/angular/node_modules/@asamuzakjp/css-color/src/js/constant.ts diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/src/js/convert.ts b/apps/angular/node_modules/@asamuzakjp/css-color/src/js/convert.ts similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/src/js/convert.ts rename to apps/angular/node_modules/@asamuzakjp/css-color/src/js/convert.ts diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/src/js/css-calc.ts b/apps/angular/node_modules/@asamuzakjp/css-color/src/js/css-calc.ts similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/src/js/css-calc.ts rename to apps/angular/node_modules/@asamuzakjp/css-color/src/js/css-calc.ts diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/src/js/css-gradient.ts b/apps/angular/node_modules/@asamuzakjp/css-color/src/js/css-gradient.ts similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/src/js/css-gradient.ts rename to apps/angular/node_modules/@asamuzakjp/css-color/src/js/css-gradient.ts diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/src/js/css-var.ts b/apps/angular/node_modules/@asamuzakjp/css-color/src/js/css-var.ts similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/src/js/css-var.ts rename to apps/angular/node_modules/@asamuzakjp/css-color/src/js/css-var.ts diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/src/js/relative-color.ts b/apps/angular/node_modules/@asamuzakjp/css-color/src/js/relative-color.ts similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/src/js/relative-color.ts rename to apps/angular/node_modules/@asamuzakjp/css-color/src/js/relative-color.ts diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/src/js/resolve.ts b/apps/angular/node_modules/@asamuzakjp/css-color/src/js/resolve.ts similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/src/js/resolve.ts rename to apps/angular/node_modules/@asamuzakjp/css-color/src/js/resolve.ts diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/src/js/typedef.ts b/apps/angular/node_modules/@asamuzakjp/css-color/src/js/typedef.ts similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/src/js/typedef.ts rename to apps/angular/node_modules/@asamuzakjp/css-color/src/js/typedef.ts diff --git a/ClientApp/node_modules/@asamuzakjp/css-color/src/js/util.ts b/apps/angular/node_modules/@asamuzakjp/css-color/src/js/util.ts similarity index 100% rename from ClientApp/node_modules/@asamuzakjp/css-color/src/js/util.ts rename to apps/angular/node_modules/@asamuzakjp/css-color/src/js/util.ts diff --git a/ClientApp/node_modules/@babel/code-frame/LICENSE b/apps/angular/node_modules/@babel/code-frame/LICENSE similarity index 100% rename from ClientApp/node_modules/@babel/code-frame/LICENSE rename to apps/angular/node_modules/@babel/code-frame/LICENSE diff --git a/ClientApp/node_modules/@babel/code-frame/README.md b/apps/angular/node_modules/@babel/code-frame/README.md similarity index 100% rename from ClientApp/node_modules/@babel/code-frame/README.md rename to apps/angular/node_modules/@babel/code-frame/README.md diff --git a/ClientApp/node_modules/@babel/code-frame/lib/index.js b/apps/angular/node_modules/@babel/code-frame/lib/index.js similarity index 100% rename from ClientApp/node_modules/@babel/code-frame/lib/index.js rename to apps/angular/node_modules/@babel/code-frame/lib/index.js diff --git a/ClientApp/node_modules/@babel/code-frame/lib/index.js.map b/apps/angular/node_modules/@babel/code-frame/lib/index.js.map similarity index 100% rename from ClientApp/node_modules/@babel/code-frame/lib/index.js.map rename to apps/angular/node_modules/@babel/code-frame/lib/index.js.map diff --git a/ClientApp/node_modules/@babel/code-frame/package.json b/apps/angular/node_modules/@babel/code-frame/package.json similarity index 100% rename from ClientApp/node_modules/@babel/code-frame/package.json rename to apps/angular/node_modules/@babel/code-frame/package.json diff --git a/ClientApp/node_modules/@babel/helper-string-parser/LICENSE b/apps/angular/node_modules/@babel/helper-string-parser/LICENSE similarity index 100% rename from ClientApp/node_modules/@babel/helper-string-parser/LICENSE rename to apps/angular/node_modules/@babel/helper-string-parser/LICENSE diff --git a/ClientApp/node_modules/@babel/helper-string-parser/README.md b/apps/angular/node_modules/@babel/helper-string-parser/README.md similarity index 100% rename from ClientApp/node_modules/@babel/helper-string-parser/README.md rename to apps/angular/node_modules/@babel/helper-string-parser/README.md diff --git a/ClientApp/node_modules/@babel/helper-string-parser/lib/index.js b/apps/angular/node_modules/@babel/helper-string-parser/lib/index.js similarity index 100% rename from ClientApp/node_modules/@babel/helper-string-parser/lib/index.js rename to apps/angular/node_modules/@babel/helper-string-parser/lib/index.js diff --git a/ClientApp/node_modules/@babel/helper-string-parser/lib/index.js.map b/apps/angular/node_modules/@babel/helper-string-parser/lib/index.js.map similarity index 100% rename from ClientApp/node_modules/@babel/helper-string-parser/lib/index.js.map rename to apps/angular/node_modules/@babel/helper-string-parser/lib/index.js.map diff --git a/ClientApp/node_modules/@babel/helper-string-parser/package.json b/apps/angular/node_modules/@babel/helper-string-parser/package.json similarity index 100% rename from ClientApp/node_modules/@babel/helper-string-parser/package.json rename to apps/angular/node_modules/@babel/helper-string-parser/package.json diff --git a/ClientApp/node_modules/@babel/helper-validator-identifier/LICENSE b/apps/angular/node_modules/@babel/helper-validator-identifier/LICENSE similarity index 100% rename from ClientApp/node_modules/@babel/helper-validator-identifier/LICENSE rename to apps/angular/node_modules/@babel/helper-validator-identifier/LICENSE diff --git a/ClientApp/node_modules/@babel/helper-validator-identifier/README.md b/apps/angular/node_modules/@babel/helper-validator-identifier/README.md similarity index 100% rename from ClientApp/node_modules/@babel/helper-validator-identifier/README.md rename to apps/angular/node_modules/@babel/helper-validator-identifier/README.md diff --git a/ClientApp/node_modules/@babel/helper-validator-identifier/lib/identifier.js b/apps/angular/node_modules/@babel/helper-validator-identifier/lib/identifier.js similarity index 100% rename from ClientApp/node_modules/@babel/helper-validator-identifier/lib/identifier.js rename to apps/angular/node_modules/@babel/helper-validator-identifier/lib/identifier.js diff --git a/ClientApp/node_modules/@babel/helper-validator-identifier/lib/identifier.js.map b/apps/angular/node_modules/@babel/helper-validator-identifier/lib/identifier.js.map similarity index 100% rename from ClientApp/node_modules/@babel/helper-validator-identifier/lib/identifier.js.map rename to apps/angular/node_modules/@babel/helper-validator-identifier/lib/identifier.js.map diff --git a/ClientApp/node_modules/@babel/helper-validator-identifier/lib/index.js b/apps/angular/node_modules/@babel/helper-validator-identifier/lib/index.js similarity index 100% rename from ClientApp/node_modules/@babel/helper-validator-identifier/lib/index.js rename to apps/angular/node_modules/@babel/helper-validator-identifier/lib/index.js diff --git a/ClientApp/node_modules/@babel/helper-validator-identifier/lib/index.js.map b/apps/angular/node_modules/@babel/helper-validator-identifier/lib/index.js.map similarity index 100% rename from ClientApp/node_modules/@babel/helper-validator-identifier/lib/index.js.map rename to apps/angular/node_modules/@babel/helper-validator-identifier/lib/index.js.map diff --git a/ClientApp/node_modules/@babel/helper-validator-identifier/lib/keyword.js b/apps/angular/node_modules/@babel/helper-validator-identifier/lib/keyword.js similarity index 100% rename from ClientApp/node_modules/@babel/helper-validator-identifier/lib/keyword.js rename to apps/angular/node_modules/@babel/helper-validator-identifier/lib/keyword.js diff --git a/ClientApp/node_modules/@babel/helper-validator-identifier/lib/keyword.js.map b/apps/angular/node_modules/@babel/helper-validator-identifier/lib/keyword.js.map similarity index 100% rename from ClientApp/node_modules/@babel/helper-validator-identifier/lib/keyword.js.map rename to apps/angular/node_modules/@babel/helper-validator-identifier/lib/keyword.js.map diff --git a/ClientApp/node_modules/@babel/helper-validator-identifier/package.json b/apps/angular/node_modules/@babel/helper-validator-identifier/package.json similarity index 100% rename from ClientApp/node_modules/@babel/helper-validator-identifier/package.json rename to apps/angular/node_modules/@babel/helper-validator-identifier/package.json diff --git a/ClientApp/node_modules/@babel/parser/CHANGELOG.md b/apps/angular/node_modules/@babel/parser/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/@babel/parser/CHANGELOG.md rename to apps/angular/node_modules/@babel/parser/CHANGELOG.md diff --git a/ClientApp/node_modules/@babel/parser/LICENSE b/apps/angular/node_modules/@babel/parser/LICENSE similarity index 100% rename from ClientApp/node_modules/@babel/parser/LICENSE rename to apps/angular/node_modules/@babel/parser/LICENSE diff --git a/ClientApp/node_modules/@babel/parser/README.md b/apps/angular/node_modules/@babel/parser/README.md similarity index 100% rename from ClientApp/node_modules/@babel/parser/README.md rename to apps/angular/node_modules/@babel/parser/README.md diff --git a/ClientApp/node_modules/@babel/parser/bin/babel-parser.js b/apps/angular/node_modules/@babel/parser/bin/babel-parser.js similarity index 100% rename from ClientApp/node_modules/@babel/parser/bin/babel-parser.js rename to apps/angular/node_modules/@babel/parser/bin/babel-parser.js diff --git a/ClientApp/node_modules/@babel/parser/lib/index.js b/apps/angular/node_modules/@babel/parser/lib/index.js similarity index 100% rename from ClientApp/node_modules/@babel/parser/lib/index.js rename to apps/angular/node_modules/@babel/parser/lib/index.js diff --git a/ClientApp/node_modules/@babel/parser/lib/index.js.map b/apps/angular/node_modules/@babel/parser/lib/index.js.map similarity index 100% rename from ClientApp/node_modules/@babel/parser/lib/index.js.map rename to apps/angular/node_modules/@babel/parser/lib/index.js.map diff --git a/ClientApp/node_modules/@babel/parser/package.json b/apps/angular/node_modules/@babel/parser/package.json similarity index 100% rename from ClientApp/node_modules/@babel/parser/package.json rename to apps/angular/node_modules/@babel/parser/package.json diff --git a/ClientApp/node_modules/@babel/parser/typings/babel-parser.d.ts b/apps/angular/node_modules/@babel/parser/typings/babel-parser.d.ts similarity index 100% rename from ClientApp/node_modules/@babel/parser/typings/babel-parser.d.ts rename to apps/angular/node_modules/@babel/parser/typings/babel-parser.d.ts diff --git a/ClientApp/node_modules/@babel/runtime/LICENSE b/apps/angular/node_modules/@babel/runtime/LICENSE similarity index 100% rename from ClientApp/node_modules/@babel/runtime/LICENSE rename to apps/angular/node_modules/@babel/runtime/LICENSE diff --git a/ClientApp/node_modules/@babel/runtime/README.md b/apps/angular/node_modules/@babel/runtime/README.md similarity index 100% rename from ClientApp/node_modules/@babel/runtime/README.md rename to apps/angular/node_modules/@babel/runtime/README.md diff --git a/ClientApp/node_modules/@babel/runtime/helpers/AwaitValue.js b/apps/angular/node_modules/@babel/runtime/helpers/AwaitValue.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/AwaitValue.js rename to apps/angular/node_modules/@babel/runtime/helpers/AwaitValue.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/OverloadYield.js b/apps/angular/node_modules/@babel/runtime/helpers/OverloadYield.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/OverloadYield.js rename to apps/angular/node_modules/@babel/runtime/helpers/OverloadYield.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/applyDecoratedDescriptor.js b/apps/angular/node_modules/@babel/runtime/helpers/applyDecoratedDescriptor.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/applyDecoratedDescriptor.js rename to apps/angular/node_modules/@babel/runtime/helpers/applyDecoratedDescriptor.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/applyDecs.js b/apps/angular/node_modules/@babel/runtime/helpers/applyDecs.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/applyDecs.js rename to apps/angular/node_modules/@babel/runtime/helpers/applyDecs.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/applyDecs2203.js b/apps/angular/node_modules/@babel/runtime/helpers/applyDecs2203.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/applyDecs2203.js rename to apps/angular/node_modules/@babel/runtime/helpers/applyDecs2203.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/applyDecs2203R.js b/apps/angular/node_modules/@babel/runtime/helpers/applyDecs2203R.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/applyDecs2203R.js rename to apps/angular/node_modules/@babel/runtime/helpers/applyDecs2203R.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/applyDecs2301.js b/apps/angular/node_modules/@babel/runtime/helpers/applyDecs2301.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/applyDecs2301.js rename to apps/angular/node_modules/@babel/runtime/helpers/applyDecs2301.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/applyDecs2305.js b/apps/angular/node_modules/@babel/runtime/helpers/applyDecs2305.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/applyDecs2305.js rename to apps/angular/node_modules/@babel/runtime/helpers/applyDecs2305.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/applyDecs2311.js b/apps/angular/node_modules/@babel/runtime/helpers/applyDecs2311.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/applyDecs2311.js rename to apps/angular/node_modules/@babel/runtime/helpers/applyDecs2311.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/arrayLikeToArray.js b/apps/angular/node_modules/@babel/runtime/helpers/arrayLikeToArray.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/arrayLikeToArray.js rename to apps/angular/node_modules/@babel/runtime/helpers/arrayLikeToArray.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/arrayWithHoles.js b/apps/angular/node_modules/@babel/runtime/helpers/arrayWithHoles.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/arrayWithHoles.js rename to apps/angular/node_modules/@babel/runtime/helpers/arrayWithHoles.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js b/apps/angular/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js rename to apps/angular/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/assertClassBrand.js b/apps/angular/node_modules/@babel/runtime/helpers/assertClassBrand.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/assertClassBrand.js rename to apps/angular/node_modules/@babel/runtime/helpers/assertClassBrand.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/assertThisInitialized.js b/apps/angular/node_modules/@babel/runtime/helpers/assertThisInitialized.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/assertThisInitialized.js rename to apps/angular/node_modules/@babel/runtime/helpers/assertThisInitialized.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/asyncGeneratorDelegate.js b/apps/angular/node_modules/@babel/runtime/helpers/asyncGeneratorDelegate.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/asyncGeneratorDelegate.js rename to apps/angular/node_modules/@babel/runtime/helpers/asyncGeneratorDelegate.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/asyncIterator.js b/apps/angular/node_modules/@babel/runtime/helpers/asyncIterator.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/asyncIterator.js rename to apps/angular/node_modules/@babel/runtime/helpers/asyncIterator.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/asyncToGenerator.js b/apps/angular/node_modules/@babel/runtime/helpers/asyncToGenerator.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/asyncToGenerator.js rename to apps/angular/node_modules/@babel/runtime/helpers/asyncToGenerator.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/awaitAsyncGenerator.js b/apps/angular/node_modules/@babel/runtime/helpers/awaitAsyncGenerator.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/awaitAsyncGenerator.js rename to apps/angular/node_modules/@babel/runtime/helpers/awaitAsyncGenerator.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/callSuper.js b/apps/angular/node_modules/@babel/runtime/helpers/callSuper.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/callSuper.js rename to apps/angular/node_modules/@babel/runtime/helpers/callSuper.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/checkInRHS.js b/apps/angular/node_modules/@babel/runtime/helpers/checkInRHS.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/checkInRHS.js rename to apps/angular/node_modules/@babel/runtime/helpers/checkInRHS.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/checkPrivateRedeclaration.js b/apps/angular/node_modules/@babel/runtime/helpers/checkPrivateRedeclaration.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/checkPrivateRedeclaration.js rename to apps/angular/node_modules/@babel/runtime/helpers/checkPrivateRedeclaration.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/classApplyDescriptorDestructureSet.js b/apps/angular/node_modules/@babel/runtime/helpers/classApplyDescriptorDestructureSet.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/classApplyDescriptorDestructureSet.js rename to apps/angular/node_modules/@babel/runtime/helpers/classApplyDescriptorDestructureSet.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js b/apps/angular/node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js rename to apps/angular/node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js b/apps/angular/node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js rename to apps/angular/node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/classCallCheck.js b/apps/angular/node_modules/@babel/runtime/helpers/classCallCheck.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/classCallCheck.js rename to apps/angular/node_modules/@babel/runtime/helpers/classCallCheck.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/classCheckPrivateStaticAccess.js b/apps/angular/node_modules/@babel/runtime/helpers/classCheckPrivateStaticAccess.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/classCheckPrivateStaticAccess.js rename to apps/angular/node_modules/@babel/runtime/helpers/classCheckPrivateStaticAccess.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/classCheckPrivateStaticFieldDescriptor.js b/apps/angular/node_modules/@babel/runtime/helpers/classCheckPrivateStaticFieldDescriptor.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/classCheckPrivateStaticFieldDescriptor.js rename to apps/angular/node_modules/@babel/runtime/helpers/classCheckPrivateStaticFieldDescriptor.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js b/apps/angular/node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js rename to apps/angular/node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/classNameTDZError.js b/apps/angular/node_modules/@babel/runtime/helpers/classNameTDZError.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/classNameTDZError.js rename to apps/angular/node_modules/@babel/runtime/helpers/classNameTDZError.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/classPrivateFieldDestructureSet.js b/apps/angular/node_modules/@babel/runtime/helpers/classPrivateFieldDestructureSet.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/classPrivateFieldDestructureSet.js rename to apps/angular/node_modules/@babel/runtime/helpers/classPrivateFieldDestructureSet.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js b/apps/angular/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js rename to apps/angular/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/classPrivateFieldGet2.js b/apps/angular/node_modules/@babel/runtime/helpers/classPrivateFieldGet2.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/classPrivateFieldGet2.js rename to apps/angular/node_modules/@babel/runtime/helpers/classPrivateFieldGet2.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/classPrivateFieldInitSpec.js b/apps/angular/node_modules/@babel/runtime/helpers/classPrivateFieldInitSpec.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/classPrivateFieldInitSpec.js rename to apps/angular/node_modules/@babel/runtime/helpers/classPrivateFieldInitSpec.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/classPrivateFieldLooseBase.js b/apps/angular/node_modules/@babel/runtime/helpers/classPrivateFieldLooseBase.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/classPrivateFieldLooseBase.js rename to apps/angular/node_modules/@babel/runtime/helpers/classPrivateFieldLooseBase.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/classPrivateFieldLooseKey.js b/apps/angular/node_modules/@babel/runtime/helpers/classPrivateFieldLooseKey.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/classPrivateFieldLooseKey.js rename to apps/angular/node_modules/@babel/runtime/helpers/classPrivateFieldLooseKey.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js b/apps/angular/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js rename to apps/angular/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/classPrivateFieldSet2.js b/apps/angular/node_modules/@babel/runtime/helpers/classPrivateFieldSet2.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/classPrivateFieldSet2.js rename to apps/angular/node_modules/@babel/runtime/helpers/classPrivateFieldSet2.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/classPrivateGetter.js b/apps/angular/node_modules/@babel/runtime/helpers/classPrivateGetter.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/classPrivateGetter.js rename to apps/angular/node_modules/@babel/runtime/helpers/classPrivateGetter.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/classPrivateMethodGet.js b/apps/angular/node_modules/@babel/runtime/helpers/classPrivateMethodGet.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/classPrivateMethodGet.js rename to apps/angular/node_modules/@babel/runtime/helpers/classPrivateMethodGet.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/classPrivateMethodInitSpec.js b/apps/angular/node_modules/@babel/runtime/helpers/classPrivateMethodInitSpec.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/classPrivateMethodInitSpec.js rename to apps/angular/node_modules/@babel/runtime/helpers/classPrivateMethodInitSpec.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/classPrivateMethodSet.js b/apps/angular/node_modules/@babel/runtime/helpers/classPrivateMethodSet.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/classPrivateMethodSet.js rename to apps/angular/node_modules/@babel/runtime/helpers/classPrivateMethodSet.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/classPrivateSetter.js b/apps/angular/node_modules/@babel/runtime/helpers/classPrivateSetter.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/classPrivateSetter.js rename to apps/angular/node_modules/@babel/runtime/helpers/classPrivateSetter.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/classStaticPrivateFieldDestructureSet.js b/apps/angular/node_modules/@babel/runtime/helpers/classStaticPrivateFieldDestructureSet.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/classStaticPrivateFieldDestructureSet.js rename to apps/angular/node_modules/@babel/runtime/helpers/classStaticPrivateFieldDestructureSet.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecGet.js b/apps/angular/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecGet.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecGet.js rename to apps/angular/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecGet.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecSet.js b/apps/angular/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecSet.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecSet.js rename to apps/angular/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecSet.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/classStaticPrivateMethodGet.js b/apps/angular/node_modules/@babel/runtime/helpers/classStaticPrivateMethodGet.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/classStaticPrivateMethodGet.js rename to apps/angular/node_modules/@babel/runtime/helpers/classStaticPrivateMethodGet.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/classStaticPrivateMethodSet.js b/apps/angular/node_modules/@babel/runtime/helpers/classStaticPrivateMethodSet.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/classStaticPrivateMethodSet.js rename to apps/angular/node_modules/@babel/runtime/helpers/classStaticPrivateMethodSet.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/construct.js b/apps/angular/node_modules/@babel/runtime/helpers/construct.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/construct.js rename to apps/angular/node_modules/@babel/runtime/helpers/construct.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/createClass.js b/apps/angular/node_modules/@babel/runtime/helpers/createClass.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/createClass.js rename to apps/angular/node_modules/@babel/runtime/helpers/createClass.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/createForOfIteratorHelper.js b/apps/angular/node_modules/@babel/runtime/helpers/createForOfIteratorHelper.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/createForOfIteratorHelper.js rename to apps/angular/node_modules/@babel/runtime/helpers/createForOfIteratorHelper.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/createForOfIteratorHelperLoose.js b/apps/angular/node_modules/@babel/runtime/helpers/createForOfIteratorHelperLoose.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/createForOfIteratorHelperLoose.js rename to apps/angular/node_modules/@babel/runtime/helpers/createForOfIteratorHelperLoose.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/createSuper.js b/apps/angular/node_modules/@babel/runtime/helpers/createSuper.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/createSuper.js rename to apps/angular/node_modules/@babel/runtime/helpers/createSuper.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/decorate.js b/apps/angular/node_modules/@babel/runtime/helpers/decorate.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/decorate.js rename to apps/angular/node_modules/@babel/runtime/helpers/decorate.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/defaults.js b/apps/angular/node_modules/@babel/runtime/helpers/defaults.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/defaults.js rename to apps/angular/node_modules/@babel/runtime/helpers/defaults.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/defineAccessor.js b/apps/angular/node_modules/@babel/runtime/helpers/defineAccessor.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/defineAccessor.js rename to apps/angular/node_modules/@babel/runtime/helpers/defineAccessor.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/defineEnumerableProperties.js b/apps/angular/node_modules/@babel/runtime/helpers/defineEnumerableProperties.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/defineEnumerableProperties.js rename to apps/angular/node_modules/@babel/runtime/helpers/defineEnumerableProperties.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/defineProperty.js b/apps/angular/node_modules/@babel/runtime/helpers/defineProperty.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/defineProperty.js rename to apps/angular/node_modules/@babel/runtime/helpers/defineProperty.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/dispose.js b/apps/angular/node_modules/@babel/runtime/helpers/dispose.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/dispose.js rename to apps/angular/node_modules/@babel/runtime/helpers/dispose.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/AwaitValue.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/AwaitValue.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/AwaitValue.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/AwaitValue.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/OverloadYield.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/OverloadYield.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/OverloadYield.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/OverloadYield.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/applyDecoratedDescriptor.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/applyDecoratedDescriptor.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/applyDecoratedDescriptor.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/applyDecoratedDescriptor.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/applyDecs.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/applyDecs.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/applyDecs.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/applyDecs.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/applyDecs2203.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/applyDecs2203.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/applyDecs2203.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/applyDecs2203.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/applyDecs2203R.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/applyDecs2203R.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/applyDecs2203R.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/applyDecs2203R.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/applyDecs2301.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/applyDecs2301.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/applyDecs2301.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/applyDecs2301.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/applyDecs2305.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/applyDecs2305.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/applyDecs2305.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/applyDecs2305.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/applyDecs2311.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/applyDecs2311.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/applyDecs2311.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/applyDecs2311.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/assertClassBrand.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/assertClassBrand.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/assertClassBrand.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/assertClassBrand.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/asyncGeneratorDelegate.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/asyncGeneratorDelegate.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/asyncGeneratorDelegate.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/asyncGeneratorDelegate.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/asyncIterator.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/asyncIterator.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/asyncIterator.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/asyncIterator.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/awaitAsyncGenerator.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/awaitAsyncGenerator.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/awaitAsyncGenerator.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/awaitAsyncGenerator.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/callSuper.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/callSuper.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/callSuper.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/callSuper.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/checkInRHS.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/checkInRHS.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/checkInRHS.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/checkInRHS.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/checkPrivateRedeclaration.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/checkPrivateRedeclaration.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/checkPrivateRedeclaration.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/checkPrivateRedeclaration.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorDestructureSet.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorDestructureSet.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorDestructureSet.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorDestructureSet.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorGet.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorGet.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorGet.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorGet.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorSet.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorSet.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorSet.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorSet.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/classCallCheck.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/classCallCheck.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/classCallCheck.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/classCallCheck.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticAccess.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticAccess.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticAccess.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticAccess.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticFieldDescriptor.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticFieldDescriptor.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticFieldDescriptor.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticFieldDescriptor.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/classExtractFieldDescriptor.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/classExtractFieldDescriptor.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/classExtractFieldDescriptor.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/classExtractFieldDescriptor.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/classNameTDZError.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/classNameTDZError.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/classNameTDZError.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/classNameTDZError.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/classPrivateFieldDestructureSet.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/classPrivateFieldDestructureSet.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/classPrivateFieldDestructureSet.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/classPrivateFieldDestructureSet.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet2.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet2.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet2.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet2.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/classPrivateFieldInitSpec.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/classPrivateFieldInitSpec.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/classPrivateFieldInitSpec.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/classPrivateFieldInitSpec.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseBase.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseBase.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseBase.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseBase.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseKey.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseKey.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseKey.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseKey.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet2.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet2.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet2.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet2.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/classPrivateGetter.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/classPrivateGetter.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/classPrivateGetter.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/classPrivateGetter.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/classPrivateMethodGet.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/classPrivateMethodGet.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/classPrivateMethodGet.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/classPrivateMethodGet.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/classPrivateMethodInitSpec.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/classPrivateMethodInitSpec.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/classPrivateMethodInitSpec.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/classPrivateMethodInitSpec.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/classPrivateMethodSet.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/classPrivateMethodSet.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/classPrivateMethodSet.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/classPrivateMethodSet.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/classPrivateSetter.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/classPrivateSetter.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/classPrivateSetter.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/classPrivateSetter.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldDestructureSet.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldDestructureSet.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldDestructureSet.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldDestructureSet.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecGet.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecGet.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecGet.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecGet.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecSet.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecSet.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecSet.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecSet.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodGet.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodGet.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodGet.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodGet.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodSet.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodSet.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodSet.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodSet.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/construct.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/construct.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/construct.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/construct.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/createClass.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/createClass.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/createClass.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/createClass.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelper.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelper.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelper.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelper.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelperLoose.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelperLoose.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelperLoose.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelperLoose.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/createSuper.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/createSuper.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/createSuper.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/createSuper.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/decorate.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/decorate.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/decorate.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/decorate.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/defaults.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/defaults.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/defaults.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/defaults.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/defineAccessor.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/defineAccessor.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/defineAccessor.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/defineAccessor.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/defineEnumerableProperties.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/defineEnumerableProperties.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/defineEnumerableProperties.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/defineEnumerableProperties.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/defineProperty.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/defineProperty.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/defineProperty.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/defineProperty.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/dispose.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/dispose.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/dispose.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/dispose.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/extends.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/extends.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/extends.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/extends.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/get.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/get.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/get.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/get.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/identity.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/identity.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/identity.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/identity.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/importDeferProxy.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/importDeferProxy.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/importDeferProxy.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/importDeferProxy.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/inherits.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/inherits.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/inherits.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/inherits.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/initializerDefineProperty.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/initializerDefineProperty.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/initializerDefineProperty.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/initializerDefineProperty.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/initializerWarningHelper.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/initializerWarningHelper.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/initializerWarningHelper.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/initializerWarningHelper.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/instanceof.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/instanceof.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/instanceof.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/instanceof.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/interopRequireDefault.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/interopRequireDefault.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/interopRequireDefault.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/interopRequireDefault.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/interopRequireWildcard.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/interopRequireWildcard.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/interopRequireWildcard.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/interopRequireWildcard.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/isNativeFunction.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/isNativeFunction.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/isNativeFunction.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/isNativeFunction.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/iterableToArray.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/iterableToArray.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/iterableToArray.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/iterableToArray.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/jsx.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/jsx.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/jsx.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/jsx.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/maybeArrayLike.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/maybeArrayLike.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/maybeArrayLike.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/maybeArrayLike.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/newArrowCheck.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/newArrowCheck.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/newArrowCheck.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/newArrowCheck.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/nullishReceiverError.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/nullishReceiverError.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/nullishReceiverError.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/nullishReceiverError.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/objectDestructuringEmpty.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/objectDestructuringEmpty.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/objectDestructuringEmpty.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/objectDestructuringEmpty.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/objectSpread.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/objectSpread.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/objectSpread.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/objectSpread.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/objectSpread2.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/objectSpread2.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/objectSpread2.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/objectSpread2.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/package.json b/apps/angular/node_modules/@babel/runtime/helpers/esm/package.json similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/package.json rename to apps/angular/node_modules/@babel/runtime/helpers/esm/package.json diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/readOnlyError.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/readOnlyError.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/readOnlyError.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/readOnlyError.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/regenerator.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/regenerator.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/regenerator.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/regenerator.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/regeneratorAsync.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/regeneratorAsync.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/regeneratorAsync.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/regeneratorAsync.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncGen.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncGen.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncGen.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncGen.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncIterator.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncIterator.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncIterator.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncIterator.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/regeneratorDefine.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/regeneratorDefine.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/regeneratorDefine.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/regeneratorDefine.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/regeneratorKeys.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/regeneratorKeys.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/regeneratorKeys.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/regeneratorKeys.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/regeneratorValues.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/regeneratorValues.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/regeneratorValues.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/regeneratorValues.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/set.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/set.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/set.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/set.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/setFunctionName.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/setFunctionName.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/setFunctionName.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/setFunctionName.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/skipFirstGeneratorNext.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/skipFirstGeneratorNext.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/skipFirstGeneratorNext.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/skipFirstGeneratorNext.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/slicedToArray.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/slicedToArray.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/slicedToArray.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/slicedToArray.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/superPropBase.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/superPropBase.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/superPropBase.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/superPropBase.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/superPropGet.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/superPropGet.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/superPropGet.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/superPropGet.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/superPropSet.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/superPropSet.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/superPropSet.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/superPropSet.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteral.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteral.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteral.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteral.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteralLoose.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteralLoose.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteralLoose.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteralLoose.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/tdz.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/tdz.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/tdz.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/tdz.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/temporalRef.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/temporalRef.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/temporalRef.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/temporalRef.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/temporalUndefined.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/temporalUndefined.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/temporalUndefined.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/temporalUndefined.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/toArray.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/toArray.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/toArray.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/toArray.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/toPrimitive.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/toPrimitive.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/toPrimitive.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/toPrimitive.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/toSetter.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/toSetter.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/toSetter.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/toSetter.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/tsRewriteRelativeImportExtensions.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/tsRewriteRelativeImportExtensions.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/tsRewriteRelativeImportExtensions.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/tsRewriteRelativeImportExtensions.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/typeof.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/typeof.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/typeof.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/typeof.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/using.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/using.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/using.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/using.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/usingCtx.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/usingCtx.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/usingCtx.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/usingCtx.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/wrapAsyncGenerator.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/wrapAsyncGenerator.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/wrapAsyncGenerator.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/wrapAsyncGenerator.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/wrapRegExp.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/wrapRegExp.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/wrapRegExp.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/wrapRegExp.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/esm/writeOnlyError.js b/apps/angular/node_modules/@babel/runtime/helpers/esm/writeOnlyError.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/esm/writeOnlyError.js rename to apps/angular/node_modules/@babel/runtime/helpers/esm/writeOnlyError.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/extends.js b/apps/angular/node_modules/@babel/runtime/helpers/extends.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/extends.js rename to apps/angular/node_modules/@babel/runtime/helpers/extends.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/get.js b/apps/angular/node_modules/@babel/runtime/helpers/get.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/get.js rename to apps/angular/node_modules/@babel/runtime/helpers/get.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/getPrototypeOf.js b/apps/angular/node_modules/@babel/runtime/helpers/getPrototypeOf.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/getPrototypeOf.js rename to apps/angular/node_modules/@babel/runtime/helpers/getPrototypeOf.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/identity.js b/apps/angular/node_modules/@babel/runtime/helpers/identity.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/identity.js rename to apps/angular/node_modules/@babel/runtime/helpers/identity.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/importDeferProxy.js b/apps/angular/node_modules/@babel/runtime/helpers/importDeferProxy.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/importDeferProxy.js rename to apps/angular/node_modules/@babel/runtime/helpers/importDeferProxy.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/inherits.js b/apps/angular/node_modules/@babel/runtime/helpers/inherits.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/inherits.js rename to apps/angular/node_modules/@babel/runtime/helpers/inherits.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/inheritsLoose.js b/apps/angular/node_modules/@babel/runtime/helpers/inheritsLoose.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/inheritsLoose.js rename to apps/angular/node_modules/@babel/runtime/helpers/inheritsLoose.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/initializerDefineProperty.js b/apps/angular/node_modules/@babel/runtime/helpers/initializerDefineProperty.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/initializerDefineProperty.js rename to apps/angular/node_modules/@babel/runtime/helpers/initializerDefineProperty.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/initializerWarningHelper.js b/apps/angular/node_modules/@babel/runtime/helpers/initializerWarningHelper.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/initializerWarningHelper.js rename to apps/angular/node_modules/@babel/runtime/helpers/initializerWarningHelper.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/instanceof.js b/apps/angular/node_modules/@babel/runtime/helpers/instanceof.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/instanceof.js rename to apps/angular/node_modules/@babel/runtime/helpers/instanceof.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/interopRequireDefault.js b/apps/angular/node_modules/@babel/runtime/helpers/interopRequireDefault.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/interopRequireDefault.js rename to apps/angular/node_modules/@babel/runtime/helpers/interopRequireDefault.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/interopRequireWildcard.js b/apps/angular/node_modules/@babel/runtime/helpers/interopRequireWildcard.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/interopRequireWildcard.js rename to apps/angular/node_modules/@babel/runtime/helpers/interopRequireWildcard.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/isNativeFunction.js b/apps/angular/node_modules/@babel/runtime/helpers/isNativeFunction.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/isNativeFunction.js rename to apps/angular/node_modules/@babel/runtime/helpers/isNativeFunction.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/isNativeReflectConstruct.js b/apps/angular/node_modules/@babel/runtime/helpers/isNativeReflectConstruct.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/isNativeReflectConstruct.js rename to apps/angular/node_modules/@babel/runtime/helpers/isNativeReflectConstruct.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/iterableToArray.js b/apps/angular/node_modules/@babel/runtime/helpers/iterableToArray.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/iterableToArray.js rename to apps/angular/node_modules/@babel/runtime/helpers/iterableToArray.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/iterableToArrayLimit.js b/apps/angular/node_modules/@babel/runtime/helpers/iterableToArrayLimit.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/iterableToArrayLimit.js rename to apps/angular/node_modules/@babel/runtime/helpers/iterableToArrayLimit.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/jsx.js b/apps/angular/node_modules/@babel/runtime/helpers/jsx.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/jsx.js rename to apps/angular/node_modules/@babel/runtime/helpers/jsx.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/maybeArrayLike.js b/apps/angular/node_modules/@babel/runtime/helpers/maybeArrayLike.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/maybeArrayLike.js rename to apps/angular/node_modules/@babel/runtime/helpers/maybeArrayLike.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/newArrowCheck.js b/apps/angular/node_modules/@babel/runtime/helpers/newArrowCheck.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/newArrowCheck.js rename to apps/angular/node_modules/@babel/runtime/helpers/newArrowCheck.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/nonIterableRest.js b/apps/angular/node_modules/@babel/runtime/helpers/nonIterableRest.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/nonIterableRest.js rename to apps/angular/node_modules/@babel/runtime/helpers/nonIterableRest.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/nonIterableSpread.js b/apps/angular/node_modules/@babel/runtime/helpers/nonIterableSpread.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/nonIterableSpread.js rename to apps/angular/node_modules/@babel/runtime/helpers/nonIterableSpread.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/nullishReceiverError.js b/apps/angular/node_modules/@babel/runtime/helpers/nullishReceiverError.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/nullishReceiverError.js rename to apps/angular/node_modules/@babel/runtime/helpers/nullishReceiverError.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/objectDestructuringEmpty.js b/apps/angular/node_modules/@babel/runtime/helpers/objectDestructuringEmpty.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/objectDestructuringEmpty.js rename to apps/angular/node_modules/@babel/runtime/helpers/objectDestructuringEmpty.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/objectSpread.js b/apps/angular/node_modules/@babel/runtime/helpers/objectSpread.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/objectSpread.js rename to apps/angular/node_modules/@babel/runtime/helpers/objectSpread.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/objectSpread2.js b/apps/angular/node_modules/@babel/runtime/helpers/objectSpread2.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/objectSpread2.js rename to apps/angular/node_modules/@babel/runtime/helpers/objectSpread2.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/objectWithoutProperties.js b/apps/angular/node_modules/@babel/runtime/helpers/objectWithoutProperties.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/objectWithoutProperties.js rename to apps/angular/node_modules/@babel/runtime/helpers/objectWithoutProperties.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js b/apps/angular/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js rename to apps/angular/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/possibleConstructorReturn.js b/apps/angular/node_modules/@babel/runtime/helpers/possibleConstructorReturn.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/possibleConstructorReturn.js rename to apps/angular/node_modules/@babel/runtime/helpers/possibleConstructorReturn.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/readOnlyError.js b/apps/angular/node_modules/@babel/runtime/helpers/readOnlyError.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/readOnlyError.js rename to apps/angular/node_modules/@babel/runtime/helpers/readOnlyError.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/regenerator.js b/apps/angular/node_modules/@babel/runtime/helpers/regenerator.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/regenerator.js rename to apps/angular/node_modules/@babel/runtime/helpers/regenerator.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/regeneratorAsync.js b/apps/angular/node_modules/@babel/runtime/helpers/regeneratorAsync.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/regeneratorAsync.js rename to apps/angular/node_modules/@babel/runtime/helpers/regeneratorAsync.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/regeneratorAsyncGen.js b/apps/angular/node_modules/@babel/runtime/helpers/regeneratorAsyncGen.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/regeneratorAsyncGen.js rename to apps/angular/node_modules/@babel/runtime/helpers/regeneratorAsyncGen.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/regeneratorAsyncIterator.js b/apps/angular/node_modules/@babel/runtime/helpers/regeneratorAsyncIterator.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/regeneratorAsyncIterator.js rename to apps/angular/node_modules/@babel/runtime/helpers/regeneratorAsyncIterator.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/regeneratorDefine.js b/apps/angular/node_modules/@babel/runtime/helpers/regeneratorDefine.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/regeneratorDefine.js rename to apps/angular/node_modules/@babel/runtime/helpers/regeneratorDefine.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/regeneratorKeys.js b/apps/angular/node_modules/@babel/runtime/helpers/regeneratorKeys.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/regeneratorKeys.js rename to apps/angular/node_modules/@babel/runtime/helpers/regeneratorKeys.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/regeneratorRuntime.js b/apps/angular/node_modules/@babel/runtime/helpers/regeneratorRuntime.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/regeneratorRuntime.js rename to apps/angular/node_modules/@babel/runtime/helpers/regeneratorRuntime.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/regeneratorValues.js b/apps/angular/node_modules/@babel/runtime/helpers/regeneratorValues.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/regeneratorValues.js rename to apps/angular/node_modules/@babel/runtime/helpers/regeneratorValues.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/set.js b/apps/angular/node_modules/@babel/runtime/helpers/set.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/set.js rename to apps/angular/node_modules/@babel/runtime/helpers/set.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/setFunctionName.js b/apps/angular/node_modules/@babel/runtime/helpers/setFunctionName.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/setFunctionName.js rename to apps/angular/node_modules/@babel/runtime/helpers/setFunctionName.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/setPrototypeOf.js b/apps/angular/node_modules/@babel/runtime/helpers/setPrototypeOf.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/setPrototypeOf.js rename to apps/angular/node_modules/@babel/runtime/helpers/setPrototypeOf.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/skipFirstGeneratorNext.js b/apps/angular/node_modules/@babel/runtime/helpers/skipFirstGeneratorNext.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/skipFirstGeneratorNext.js rename to apps/angular/node_modules/@babel/runtime/helpers/skipFirstGeneratorNext.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/slicedToArray.js b/apps/angular/node_modules/@babel/runtime/helpers/slicedToArray.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/slicedToArray.js rename to apps/angular/node_modules/@babel/runtime/helpers/slicedToArray.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/superPropBase.js b/apps/angular/node_modules/@babel/runtime/helpers/superPropBase.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/superPropBase.js rename to apps/angular/node_modules/@babel/runtime/helpers/superPropBase.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/superPropGet.js b/apps/angular/node_modules/@babel/runtime/helpers/superPropGet.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/superPropGet.js rename to apps/angular/node_modules/@babel/runtime/helpers/superPropGet.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/superPropSet.js b/apps/angular/node_modules/@babel/runtime/helpers/superPropSet.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/superPropSet.js rename to apps/angular/node_modules/@babel/runtime/helpers/superPropSet.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/taggedTemplateLiteral.js b/apps/angular/node_modules/@babel/runtime/helpers/taggedTemplateLiteral.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/taggedTemplateLiteral.js rename to apps/angular/node_modules/@babel/runtime/helpers/taggedTemplateLiteral.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/taggedTemplateLiteralLoose.js b/apps/angular/node_modules/@babel/runtime/helpers/taggedTemplateLiteralLoose.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/taggedTemplateLiteralLoose.js rename to apps/angular/node_modules/@babel/runtime/helpers/taggedTemplateLiteralLoose.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/tdz.js b/apps/angular/node_modules/@babel/runtime/helpers/tdz.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/tdz.js rename to apps/angular/node_modules/@babel/runtime/helpers/tdz.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/temporalRef.js b/apps/angular/node_modules/@babel/runtime/helpers/temporalRef.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/temporalRef.js rename to apps/angular/node_modules/@babel/runtime/helpers/temporalRef.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/temporalUndefined.js b/apps/angular/node_modules/@babel/runtime/helpers/temporalUndefined.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/temporalUndefined.js rename to apps/angular/node_modules/@babel/runtime/helpers/temporalUndefined.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/toArray.js b/apps/angular/node_modules/@babel/runtime/helpers/toArray.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/toArray.js rename to apps/angular/node_modules/@babel/runtime/helpers/toArray.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/toConsumableArray.js b/apps/angular/node_modules/@babel/runtime/helpers/toConsumableArray.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/toConsumableArray.js rename to apps/angular/node_modules/@babel/runtime/helpers/toConsumableArray.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/toPrimitive.js b/apps/angular/node_modules/@babel/runtime/helpers/toPrimitive.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/toPrimitive.js rename to apps/angular/node_modules/@babel/runtime/helpers/toPrimitive.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/toPropertyKey.js b/apps/angular/node_modules/@babel/runtime/helpers/toPropertyKey.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/toPropertyKey.js rename to apps/angular/node_modules/@babel/runtime/helpers/toPropertyKey.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/toSetter.js b/apps/angular/node_modules/@babel/runtime/helpers/toSetter.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/toSetter.js rename to apps/angular/node_modules/@babel/runtime/helpers/toSetter.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/tsRewriteRelativeImportExtensions.js b/apps/angular/node_modules/@babel/runtime/helpers/tsRewriteRelativeImportExtensions.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/tsRewriteRelativeImportExtensions.js rename to apps/angular/node_modules/@babel/runtime/helpers/tsRewriteRelativeImportExtensions.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/typeof.js b/apps/angular/node_modules/@babel/runtime/helpers/typeof.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/typeof.js rename to apps/angular/node_modules/@babel/runtime/helpers/typeof.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js b/apps/angular/node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js rename to apps/angular/node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/using.js b/apps/angular/node_modules/@babel/runtime/helpers/using.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/using.js rename to apps/angular/node_modules/@babel/runtime/helpers/using.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/usingCtx.js b/apps/angular/node_modules/@babel/runtime/helpers/usingCtx.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/usingCtx.js rename to apps/angular/node_modules/@babel/runtime/helpers/usingCtx.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js b/apps/angular/node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js rename to apps/angular/node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/wrapNativeSuper.js b/apps/angular/node_modules/@babel/runtime/helpers/wrapNativeSuper.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/wrapNativeSuper.js rename to apps/angular/node_modules/@babel/runtime/helpers/wrapNativeSuper.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/wrapRegExp.js b/apps/angular/node_modules/@babel/runtime/helpers/wrapRegExp.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/wrapRegExp.js rename to apps/angular/node_modules/@babel/runtime/helpers/wrapRegExp.js diff --git a/ClientApp/node_modules/@babel/runtime/helpers/writeOnlyError.js b/apps/angular/node_modules/@babel/runtime/helpers/writeOnlyError.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/helpers/writeOnlyError.js rename to apps/angular/node_modules/@babel/runtime/helpers/writeOnlyError.js diff --git a/ClientApp/node_modules/@babel/runtime/package.json b/apps/angular/node_modules/@babel/runtime/package.json similarity index 100% rename from ClientApp/node_modules/@babel/runtime/package.json rename to apps/angular/node_modules/@babel/runtime/package.json diff --git a/ClientApp/node_modules/@babel/runtime/regenerator/index.js b/apps/angular/node_modules/@babel/runtime/regenerator/index.js similarity index 100% rename from ClientApp/node_modules/@babel/runtime/regenerator/index.js rename to apps/angular/node_modules/@babel/runtime/regenerator/index.js diff --git a/ClientApp/node_modules/@babel/types/LICENSE b/apps/angular/node_modules/@babel/types/LICENSE similarity index 100% rename from ClientApp/node_modules/@babel/types/LICENSE rename to apps/angular/node_modules/@babel/types/LICENSE diff --git a/ClientApp/node_modules/@babel/types/README.md b/apps/angular/node_modules/@babel/types/README.md similarity index 100% rename from ClientApp/node_modules/@babel/types/README.md rename to apps/angular/node_modules/@babel/types/README.md diff --git a/ClientApp/node_modules/@babel/types/lib/asserts/assertNode.js b/apps/angular/node_modules/@babel/types/lib/asserts/assertNode.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/asserts/assertNode.js rename to apps/angular/node_modules/@babel/types/lib/asserts/assertNode.js diff --git a/ClientApp/node_modules/@babel/types/lib/asserts/assertNode.js.map b/apps/angular/node_modules/@babel/types/lib/asserts/assertNode.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/asserts/assertNode.js.map rename to apps/angular/node_modules/@babel/types/lib/asserts/assertNode.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/asserts/generated/index.js b/apps/angular/node_modules/@babel/types/lib/asserts/generated/index.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/asserts/generated/index.js rename to apps/angular/node_modules/@babel/types/lib/asserts/generated/index.js diff --git a/ClientApp/node_modules/@babel/types/lib/asserts/generated/index.js.map b/apps/angular/node_modules/@babel/types/lib/asserts/generated/index.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/asserts/generated/index.js.map rename to apps/angular/node_modules/@babel/types/lib/asserts/generated/index.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/ast-types/generated/index.js b/apps/angular/node_modules/@babel/types/lib/ast-types/generated/index.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/ast-types/generated/index.js rename to apps/angular/node_modules/@babel/types/lib/ast-types/generated/index.js diff --git a/ClientApp/node_modules/@babel/types/lib/ast-types/generated/index.js.map b/apps/angular/node_modules/@babel/types/lib/ast-types/generated/index.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/ast-types/generated/index.js.map rename to apps/angular/node_modules/@babel/types/lib/ast-types/generated/index.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js b/apps/angular/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js rename to apps/angular/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js diff --git a/ClientApp/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js.map b/apps/angular/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js.map rename to apps/angular/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js b/apps/angular/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js rename to apps/angular/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js diff --git a/ClientApp/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js.map b/apps/angular/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js.map rename to apps/angular/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/builders/generated/index.js b/apps/angular/node_modules/@babel/types/lib/builders/generated/index.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/builders/generated/index.js rename to apps/angular/node_modules/@babel/types/lib/builders/generated/index.js diff --git a/ClientApp/node_modules/@babel/types/lib/builders/generated/index.js.map b/apps/angular/node_modules/@babel/types/lib/builders/generated/index.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/builders/generated/index.js.map rename to apps/angular/node_modules/@babel/types/lib/builders/generated/index.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/builders/generated/lowercase.js b/apps/angular/node_modules/@babel/types/lib/builders/generated/lowercase.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/builders/generated/lowercase.js rename to apps/angular/node_modules/@babel/types/lib/builders/generated/lowercase.js diff --git a/ClientApp/node_modules/@babel/types/lib/builders/generated/lowercase.js.map b/apps/angular/node_modules/@babel/types/lib/builders/generated/lowercase.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/builders/generated/lowercase.js.map rename to apps/angular/node_modules/@babel/types/lib/builders/generated/lowercase.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/builders/generated/uppercase.js b/apps/angular/node_modules/@babel/types/lib/builders/generated/uppercase.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/builders/generated/uppercase.js rename to apps/angular/node_modules/@babel/types/lib/builders/generated/uppercase.js diff --git a/ClientApp/node_modules/@babel/types/lib/builders/generated/uppercase.js.map b/apps/angular/node_modules/@babel/types/lib/builders/generated/uppercase.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/builders/generated/uppercase.js.map rename to apps/angular/node_modules/@babel/types/lib/builders/generated/uppercase.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/builders/productions.js b/apps/angular/node_modules/@babel/types/lib/builders/productions.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/builders/productions.js rename to apps/angular/node_modules/@babel/types/lib/builders/productions.js diff --git a/ClientApp/node_modules/@babel/types/lib/builders/productions.js.map b/apps/angular/node_modules/@babel/types/lib/builders/productions.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/builders/productions.js.map rename to apps/angular/node_modules/@babel/types/lib/builders/productions.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/builders/react/buildChildren.js b/apps/angular/node_modules/@babel/types/lib/builders/react/buildChildren.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/builders/react/buildChildren.js rename to apps/angular/node_modules/@babel/types/lib/builders/react/buildChildren.js diff --git a/ClientApp/node_modules/@babel/types/lib/builders/react/buildChildren.js.map b/apps/angular/node_modules/@babel/types/lib/builders/react/buildChildren.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/builders/react/buildChildren.js.map rename to apps/angular/node_modules/@babel/types/lib/builders/react/buildChildren.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js b/apps/angular/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js rename to apps/angular/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js diff --git a/ClientApp/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js.map b/apps/angular/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js.map rename to apps/angular/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/builders/validateNode.js b/apps/angular/node_modules/@babel/types/lib/builders/validateNode.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/builders/validateNode.js rename to apps/angular/node_modules/@babel/types/lib/builders/validateNode.js diff --git a/ClientApp/node_modules/@babel/types/lib/builders/validateNode.js.map b/apps/angular/node_modules/@babel/types/lib/builders/validateNode.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/builders/validateNode.js.map rename to apps/angular/node_modules/@babel/types/lib/builders/validateNode.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/clone/clone.js b/apps/angular/node_modules/@babel/types/lib/clone/clone.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/clone/clone.js rename to apps/angular/node_modules/@babel/types/lib/clone/clone.js diff --git a/ClientApp/node_modules/@babel/types/lib/clone/clone.js.map b/apps/angular/node_modules/@babel/types/lib/clone/clone.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/clone/clone.js.map rename to apps/angular/node_modules/@babel/types/lib/clone/clone.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/clone/cloneDeep.js b/apps/angular/node_modules/@babel/types/lib/clone/cloneDeep.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/clone/cloneDeep.js rename to apps/angular/node_modules/@babel/types/lib/clone/cloneDeep.js diff --git a/ClientApp/node_modules/@babel/types/lib/clone/cloneDeep.js.map b/apps/angular/node_modules/@babel/types/lib/clone/cloneDeep.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/clone/cloneDeep.js.map rename to apps/angular/node_modules/@babel/types/lib/clone/cloneDeep.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js b/apps/angular/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js rename to apps/angular/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js diff --git a/ClientApp/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js.map b/apps/angular/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js.map rename to apps/angular/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/clone/cloneNode.js b/apps/angular/node_modules/@babel/types/lib/clone/cloneNode.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/clone/cloneNode.js rename to apps/angular/node_modules/@babel/types/lib/clone/cloneNode.js diff --git a/ClientApp/node_modules/@babel/types/lib/clone/cloneNode.js.map b/apps/angular/node_modules/@babel/types/lib/clone/cloneNode.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/clone/cloneNode.js.map rename to apps/angular/node_modules/@babel/types/lib/clone/cloneNode.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js b/apps/angular/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js rename to apps/angular/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js diff --git a/ClientApp/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js.map b/apps/angular/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js.map rename to apps/angular/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/comments/addComment.js b/apps/angular/node_modules/@babel/types/lib/comments/addComment.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/comments/addComment.js rename to apps/angular/node_modules/@babel/types/lib/comments/addComment.js diff --git a/ClientApp/node_modules/@babel/types/lib/comments/addComment.js.map b/apps/angular/node_modules/@babel/types/lib/comments/addComment.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/comments/addComment.js.map rename to apps/angular/node_modules/@babel/types/lib/comments/addComment.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/comments/addComments.js b/apps/angular/node_modules/@babel/types/lib/comments/addComments.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/comments/addComments.js rename to apps/angular/node_modules/@babel/types/lib/comments/addComments.js diff --git a/ClientApp/node_modules/@babel/types/lib/comments/addComments.js.map b/apps/angular/node_modules/@babel/types/lib/comments/addComments.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/comments/addComments.js.map rename to apps/angular/node_modules/@babel/types/lib/comments/addComments.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/comments/inheritInnerComments.js b/apps/angular/node_modules/@babel/types/lib/comments/inheritInnerComments.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/comments/inheritInnerComments.js rename to apps/angular/node_modules/@babel/types/lib/comments/inheritInnerComments.js diff --git a/ClientApp/node_modules/@babel/types/lib/comments/inheritInnerComments.js.map b/apps/angular/node_modules/@babel/types/lib/comments/inheritInnerComments.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/comments/inheritInnerComments.js.map rename to apps/angular/node_modules/@babel/types/lib/comments/inheritInnerComments.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/comments/inheritLeadingComments.js b/apps/angular/node_modules/@babel/types/lib/comments/inheritLeadingComments.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/comments/inheritLeadingComments.js rename to apps/angular/node_modules/@babel/types/lib/comments/inheritLeadingComments.js diff --git a/ClientApp/node_modules/@babel/types/lib/comments/inheritLeadingComments.js.map b/apps/angular/node_modules/@babel/types/lib/comments/inheritLeadingComments.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/comments/inheritLeadingComments.js.map rename to apps/angular/node_modules/@babel/types/lib/comments/inheritLeadingComments.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/comments/inheritTrailingComments.js b/apps/angular/node_modules/@babel/types/lib/comments/inheritTrailingComments.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/comments/inheritTrailingComments.js rename to apps/angular/node_modules/@babel/types/lib/comments/inheritTrailingComments.js diff --git a/ClientApp/node_modules/@babel/types/lib/comments/inheritTrailingComments.js.map b/apps/angular/node_modules/@babel/types/lib/comments/inheritTrailingComments.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/comments/inheritTrailingComments.js.map rename to apps/angular/node_modules/@babel/types/lib/comments/inheritTrailingComments.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/comments/inheritsComments.js b/apps/angular/node_modules/@babel/types/lib/comments/inheritsComments.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/comments/inheritsComments.js rename to apps/angular/node_modules/@babel/types/lib/comments/inheritsComments.js diff --git a/ClientApp/node_modules/@babel/types/lib/comments/inheritsComments.js.map b/apps/angular/node_modules/@babel/types/lib/comments/inheritsComments.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/comments/inheritsComments.js.map rename to apps/angular/node_modules/@babel/types/lib/comments/inheritsComments.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/comments/removeComments.js b/apps/angular/node_modules/@babel/types/lib/comments/removeComments.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/comments/removeComments.js rename to apps/angular/node_modules/@babel/types/lib/comments/removeComments.js diff --git a/ClientApp/node_modules/@babel/types/lib/comments/removeComments.js.map b/apps/angular/node_modules/@babel/types/lib/comments/removeComments.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/comments/removeComments.js.map rename to apps/angular/node_modules/@babel/types/lib/comments/removeComments.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/constants/generated/index.js b/apps/angular/node_modules/@babel/types/lib/constants/generated/index.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/constants/generated/index.js rename to apps/angular/node_modules/@babel/types/lib/constants/generated/index.js diff --git a/ClientApp/node_modules/@babel/types/lib/constants/generated/index.js.map b/apps/angular/node_modules/@babel/types/lib/constants/generated/index.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/constants/generated/index.js.map rename to apps/angular/node_modules/@babel/types/lib/constants/generated/index.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/constants/index.js b/apps/angular/node_modules/@babel/types/lib/constants/index.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/constants/index.js rename to apps/angular/node_modules/@babel/types/lib/constants/index.js diff --git a/ClientApp/node_modules/@babel/types/lib/constants/index.js.map b/apps/angular/node_modules/@babel/types/lib/constants/index.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/constants/index.js.map rename to apps/angular/node_modules/@babel/types/lib/constants/index.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/converters/ensureBlock.js b/apps/angular/node_modules/@babel/types/lib/converters/ensureBlock.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/converters/ensureBlock.js rename to apps/angular/node_modules/@babel/types/lib/converters/ensureBlock.js diff --git a/ClientApp/node_modules/@babel/types/lib/converters/ensureBlock.js.map b/apps/angular/node_modules/@babel/types/lib/converters/ensureBlock.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/converters/ensureBlock.js.map rename to apps/angular/node_modules/@babel/types/lib/converters/ensureBlock.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js b/apps/angular/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js rename to apps/angular/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js diff --git a/ClientApp/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js.map b/apps/angular/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js.map rename to apps/angular/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js b/apps/angular/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js rename to apps/angular/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js diff --git a/ClientApp/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js.map b/apps/angular/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js.map rename to apps/angular/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/converters/toBlock.js b/apps/angular/node_modules/@babel/types/lib/converters/toBlock.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/converters/toBlock.js rename to apps/angular/node_modules/@babel/types/lib/converters/toBlock.js diff --git a/ClientApp/node_modules/@babel/types/lib/converters/toBlock.js.map b/apps/angular/node_modules/@babel/types/lib/converters/toBlock.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/converters/toBlock.js.map rename to apps/angular/node_modules/@babel/types/lib/converters/toBlock.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/converters/toComputedKey.js b/apps/angular/node_modules/@babel/types/lib/converters/toComputedKey.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/converters/toComputedKey.js rename to apps/angular/node_modules/@babel/types/lib/converters/toComputedKey.js diff --git a/ClientApp/node_modules/@babel/types/lib/converters/toComputedKey.js.map b/apps/angular/node_modules/@babel/types/lib/converters/toComputedKey.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/converters/toComputedKey.js.map rename to apps/angular/node_modules/@babel/types/lib/converters/toComputedKey.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/converters/toExpression.js b/apps/angular/node_modules/@babel/types/lib/converters/toExpression.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/converters/toExpression.js rename to apps/angular/node_modules/@babel/types/lib/converters/toExpression.js diff --git a/ClientApp/node_modules/@babel/types/lib/converters/toExpression.js.map b/apps/angular/node_modules/@babel/types/lib/converters/toExpression.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/converters/toExpression.js.map rename to apps/angular/node_modules/@babel/types/lib/converters/toExpression.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/converters/toIdentifier.js b/apps/angular/node_modules/@babel/types/lib/converters/toIdentifier.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/converters/toIdentifier.js rename to apps/angular/node_modules/@babel/types/lib/converters/toIdentifier.js diff --git a/ClientApp/node_modules/@babel/types/lib/converters/toIdentifier.js.map b/apps/angular/node_modules/@babel/types/lib/converters/toIdentifier.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/converters/toIdentifier.js.map rename to apps/angular/node_modules/@babel/types/lib/converters/toIdentifier.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/converters/toKeyAlias.js b/apps/angular/node_modules/@babel/types/lib/converters/toKeyAlias.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/converters/toKeyAlias.js rename to apps/angular/node_modules/@babel/types/lib/converters/toKeyAlias.js diff --git a/ClientApp/node_modules/@babel/types/lib/converters/toKeyAlias.js.map b/apps/angular/node_modules/@babel/types/lib/converters/toKeyAlias.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/converters/toKeyAlias.js.map rename to apps/angular/node_modules/@babel/types/lib/converters/toKeyAlias.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/converters/toSequenceExpression.js b/apps/angular/node_modules/@babel/types/lib/converters/toSequenceExpression.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/converters/toSequenceExpression.js rename to apps/angular/node_modules/@babel/types/lib/converters/toSequenceExpression.js diff --git a/ClientApp/node_modules/@babel/types/lib/converters/toSequenceExpression.js.map b/apps/angular/node_modules/@babel/types/lib/converters/toSequenceExpression.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/converters/toSequenceExpression.js.map rename to apps/angular/node_modules/@babel/types/lib/converters/toSequenceExpression.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/converters/toStatement.js b/apps/angular/node_modules/@babel/types/lib/converters/toStatement.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/converters/toStatement.js rename to apps/angular/node_modules/@babel/types/lib/converters/toStatement.js diff --git a/ClientApp/node_modules/@babel/types/lib/converters/toStatement.js.map b/apps/angular/node_modules/@babel/types/lib/converters/toStatement.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/converters/toStatement.js.map rename to apps/angular/node_modules/@babel/types/lib/converters/toStatement.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/converters/valueToNode.js b/apps/angular/node_modules/@babel/types/lib/converters/valueToNode.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/converters/valueToNode.js rename to apps/angular/node_modules/@babel/types/lib/converters/valueToNode.js diff --git a/ClientApp/node_modules/@babel/types/lib/converters/valueToNode.js.map b/apps/angular/node_modules/@babel/types/lib/converters/valueToNode.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/converters/valueToNode.js.map rename to apps/angular/node_modules/@babel/types/lib/converters/valueToNode.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/definitions/core.js b/apps/angular/node_modules/@babel/types/lib/definitions/core.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/definitions/core.js rename to apps/angular/node_modules/@babel/types/lib/definitions/core.js diff --git a/ClientApp/node_modules/@babel/types/lib/definitions/core.js.map b/apps/angular/node_modules/@babel/types/lib/definitions/core.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/definitions/core.js.map rename to apps/angular/node_modules/@babel/types/lib/definitions/core.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/definitions/deprecated-aliases.js b/apps/angular/node_modules/@babel/types/lib/definitions/deprecated-aliases.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/definitions/deprecated-aliases.js rename to apps/angular/node_modules/@babel/types/lib/definitions/deprecated-aliases.js diff --git a/ClientApp/node_modules/@babel/types/lib/definitions/deprecated-aliases.js.map b/apps/angular/node_modules/@babel/types/lib/definitions/deprecated-aliases.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/definitions/deprecated-aliases.js.map rename to apps/angular/node_modules/@babel/types/lib/definitions/deprecated-aliases.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/definitions/experimental.js b/apps/angular/node_modules/@babel/types/lib/definitions/experimental.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/definitions/experimental.js rename to apps/angular/node_modules/@babel/types/lib/definitions/experimental.js diff --git a/ClientApp/node_modules/@babel/types/lib/definitions/experimental.js.map b/apps/angular/node_modules/@babel/types/lib/definitions/experimental.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/definitions/experimental.js.map rename to apps/angular/node_modules/@babel/types/lib/definitions/experimental.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/definitions/flow.js b/apps/angular/node_modules/@babel/types/lib/definitions/flow.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/definitions/flow.js rename to apps/angular/node_modules/@babel/types/lib/definitions/flow.js diff --git a/ClientApp/node_modules/@babel/types/lib/definitions/flow.js.map b/apps/angular/node_modules/@babel/types/lib/definitions/flow.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/definitions/flow.js.map rename to apps/angular/node_modules/@babel/types/lib/definitions/flow.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/definitions/index.js b/apps/angular/node_modules/@babel/types/lib/definitions/index.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/definitions/index.js rename to apps/angular/node_modules/@babel/types/lib/definitions/index.js diff --git a/ClientApp/node_modules/@babel/types/lib/definitions/index.js.map b/apps/angular/node_modules/@babel/types/lib/definitions/index.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/definitions/index.js.map rename to apps/angular/node_modules/@babel/types/lib/definitions/index.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/definitions/jsx.js b/apps/angular/node_modules/@babel/types/lib/definitions/jsx.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/definitions/jsx.js rename to apps/angular/node_modules/@babel/types/lib/definitions/jsx.js diff --git a/ClientApp/node_modules/@babel/types/lib/definitions/jsx.js.map b/apps/angular/node_modules/@babel/types/lib/definitions/jsx.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/definitions/jsx.js.map rename to apps/angular/node_modules/@babel/types/lib/definitions/jsx.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/definitions/misc.js b/apps/angular/node_modules/@babel/types/lib/definitions/misc.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/definitions/misc.js rename to apps/angular/node_modules/@babel/types/lib/definitions/misc.js diff --git a/ClientApp/node_modules/@babel/types/lib/definitions/misc.js.map b/apps/angular/node_modules/@babel/types/lib/definitions/misc.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/definitions/misc.js.map rename to apps/angular/node_modules/@babel/types/lib/definitions/misc.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/definitions/placeholders.js b/apps/angular/node_modules/@babel/types/lib/definitions/placeholders.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/definitions/placeholders.js rename to apps/angular/node_modules/@babel/types/lib/definitions/placeholders.js diff --git a/ClientApp/node_modules/@babel/types/lib/definitions/placeholders.js.map b/apps/angular/node_modules/@babel/types/lib/definitions/placeholders.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/definitions/placeholders.js.map rename to apps/angular/node_modules/@babel/types/lib/definitions/placeholders.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/definitions/typescript.js b/apps/angular/node_modules/@babel/types/lib/definitions/typescript.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/definitions/typescript.js rename to apps/angular/node_modules/@babel/types/lib/definitions/typescript.js diff --git a/ClientApp/node_modules/@babel/types/lib/definitions/typescript.js.map b/apps/angular/node_modules/@babel/types/lib/definitions/typescript.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/definitions/typescript.js.map rename to apps/angular/node_modules/@babel/types/lib/definitions/typescript.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/definitions/utils.js b/apps/angular/node_modules/@babel/types/lib/definitions/utils.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/definitions/utils.js rename to apps/angular/node_modules/@babel/types/lib/definitions/utils.js diff --git a/ClientApp/node_modules/@babel/types/lib/definitions/utils.js.map b/apps/angular/node_modules/@babel/types/lib/definitions/utils.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/definitions/utils.js.map rename to apps/angular/node_modules/@babel/types/lib/definitions/utils.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/index-legacy.d.ts b/apps/angular/node_modules/@babel/types/lib/index-legacy.d.ts similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/index-legacy.d.ts rename to apps/angular/node_modules/@babel/types/lib/index-legacy.d.ts diff --git a/ClientApp/node_modules/@babel/types/lib/index.d.ts b/apps/angular/node_modules/@babel/types/lib/index.d.ts similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/index.d.ts rename to apps/angular/node_modules/@babel/types/lib/index.d.ts diff --git a/ClientApp/node_modules/@babel/types/lib/index.js b/apps/angular/node_modules/@babel/types/lib/index.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/index.js rename to apps/angular/node_modules/@babel/types/lib/index.js diff --git a/ClientApp/node_modules/@babel/types/lib/index.js.flow b/apps/angular/node_modules/@babel/types/lib/index.js.flow similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/index.js.flow rename to apps/angular/node_modules/@babel/types/lib/index.js.flow diff --git a/ClientApp/node_modules/@babel/types/lib/index.js.map b/apps/angular/node_modules/@babel/types/lib/index.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/index.js.map rename to apps/angular/node_modules/@babel/types/lib/index.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js b/apps/angular/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js rename to apps/angular/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js diff --git a/ClientApp/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js.map b/apps/angular/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js.map rename to apps/angular/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js b/apps/angular/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js rename to apps/angular/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js diff --git a/ClientApp/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js.map b/apps/angular/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js.map rename to apps/angular/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/modifications/inherits.js b/apps/angular/node_modules/@babel/types/lib/modifications/inherits.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/modifications/inherits.js rename to apps/angular/node_modules/@babel/types/lib/modifications/inherits.js diff --git a/ClientApp/node_modules/@babel/types/lib/modifications/inherits.js.map b/apps/angular/node_modules/@babel/types/lib/modifications/inherits.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/modifications/inherits.js.map rename to apps/angular/node_modules/@babel/types/lib/modifications/inherits.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js b/apps/angular/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js rename to apps/angular/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js diff --git a/ClientApp/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js.map b/apps/angular/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js.map rename to apps/angular/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/modifications/removeProperties.js b/apps/angular/node_modules/@babel/types/lib/modifications/removeProperties.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/modifications/removeProperties.js rename to apps/angular/node_modules/@babel/types/lib/modifications/removeProperties.js diff --git a/ClientApp/node_modules/@babel/types/lib/modifications/removeProperties.js.map b/apps/angular/node_modules/@babel/types/lib/modifications/removeProperties.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/modifications/removeProperties.js.map rename to apps/angular/node_modules/@babel/types/lib/modifications/removeProperties.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js b/apps/angular/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js rename to apps/angular/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js diff --git a/ClientApp/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js.map b/apps/angular/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js.map rename to apps/angular/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js b/apps/angular/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js rename to apps/angular/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js diff --git a/ClientApp/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js.map b/apps/angular/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js.map rename to apps/angular/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/retrievers/getAssignmentIdentifiers.js b/apps/angular/node_modules/@babel/types/lib/retrievers/getAssignmentIdentifiers.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/retrievers/getAssignmentIdentifiers.js rename to apps/angular/node_modules/@babel/types/lib/retrievers/getAssignmentIdentifiers.js diff --git a/ClientApp/node_modules/@babel/types/lib/retrievers/getAssignmentIdentifiers.js.map b/apps/angular/node_modules/@babel/types/lib/retrievers/getAssignmentIdentifiers.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/retrievers/getAssignmentIdentifiers.js.map rename to apps/angular/node_modules/@babel/types/lib/retrievers/getAssignmentIdentifiers.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js b/apps/angular/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js rename to apps/angular/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js diff --git a/ClientApp/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js.map b/apps/angular/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js.map rename to apps/angular/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/retrievers/getFunctionName.js b/apps/angular/node_modules/@babel/types/lib/retrievers/getFunctionName.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/retrievers/getFunctionName.js rename to apps/angular/node_modules/@babel/types/lib/retrievers/getFunctionName.js diff --git a/ClientApp/node_modules/@babel/types/lib/retrievers/getFunctionName.js.map b/apps/angular/node_modules/@babel/types/lib/retrievers/getFunctionName.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/retrievers/getFunctionName.js.map rename to apps/angular/node_modules/@babel/types/lib/retrievers/getFunctionName.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js b/apps/angular/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js rename to apps/angular/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js diff --git a/ClientApp/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js.map b/apps/angular/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js.map rename to apps/angular/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/traverse/traverse.js b/apps/angular/node_modules/@babel/types/lib/traverse/traverse.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/traverse/traverse.js rename to apps/angular/node_modules/@babel/types/lib/traverse/traverse.js diff --git a/ClientApp/node_modules/@babel/types/lib/traverse/traverse.js.map b/apps/angular/node_modules/@babel/types/lib/traverse/traverse.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/traverse/traverse.js.map rename to apps/angular/node_modules/@babel/types/lib/traverse/traverse.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/traverse/traverseFast.js b/apps/angular/node_modules/@babel/types/lib/traverse/traverseFast.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/traverse/traverseFast.js rename to apps/angular/node_modules/@babel/types/lib/traverse/traverseFast.js diff --git a/ClientApp/node_modules/@babel/types/lib/traverse/traverseFast.js.map b/apps/angular/node_modules/@babel/types/lib/traverse/traverseFast.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/traverse/traverseFast.js.map rename to apps/angular/node_modules/@babel/types/lib/traverse/traverseFast.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/utils/deprecationWarning.js b/apps/angular/node_modules/@babel/types/lib/utils/deprecationWarning.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/utils/deprecationWarning.js rename to apps/angular/node_modules/@babel/types/lib/utils/deprecationWarning.js diff --git a/ClientApp/node_modules/@babel/types/lib/utils/deprecationWarning.js.map b/apps/angular/node_modules/@babel/types/lib/utils/deprecationWarning.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/utils/deprecationWarning.js.map rename to apps/angular/node_modules/@babel/types/lib/utils/deprecationWarning.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/utils/inherit.js b/apps/angular/node_modules/@babel/types/lib/utils/inherit.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/utils/inherit.js rename to apps/angular/node_modules/@babel/types/lib/utils/inherit.js diff --git a/ClientApp/node_modules/@babel/types/lib/utils/inherit.js.map b/apps/angular/node_modules/@babel/types/lib/utils/inherit.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/utils/inherit.js.map rename to apps/angular/node_modules/@babel/types/lib/utils/inherit.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js b/apps/angular/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js rename to apps/angular/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js diff --git a/ClientApp/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js.map b/apps/angular/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js.map rename to apps/angular/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/utils/shallowEqual.js b/apps/angular/node_modules/@babel/types/lib/utils/shallowEqual.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/utils/shallowEqual.js rename to apps/angular/node_modules/@babel/types/lib/utils/shallowEqual.js diff --git a/ClientApp/node_modules/@babel/types/lib/utils/shallowEqual.js.map b/apps/angular/node_modules/@babel/types/lib/utils/shallowEqual.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/utils/shallowEqual.js.map rename to apps/angular/node_modules/@babel/types/lib/utils/shallowEqual.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js b/apps/angular/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js rename to apps/angular/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js diff --git a/ClientApp/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js.map b/apps/angular/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js.map rename to apps/angular/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/validators/generated/index.js b/apps/angular/node_modules/@babel/types/lib/validators/generated/index.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/validators/generated/index.js rename to apps/angular/node_modules/@babel/types/lib/validators/generated/index.js diff --git a/ClientApp/node_modules/@babel/types/lib/validators/generated/index.js.map b/apps/angular/node_modules/@babel/types/lib/validators/generated/index.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/validators/generated/index.js.map rename to apps/angular/node_modules/@babel/types/lib/validators/generated/index.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/validators/is.js b/apps/angular/node_modules/@babel/types/lib/validators/is.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/validators/is.js rename to apps/angular/node_modules/@babel/types/lib/validators/is.js diff --git a/ClientApp/node_modules/@babel/types/lib/validators/is.js.map b/apps/angular/node_modules/@babel/types/lib/validators/is.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/validators/is.js.map rename to apps/angular/node_modules/@babel/types/lib/validators/is.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/validators/isBinding.js b/apps/angular/node_modules/@babel/types/lib/validators/isBinding.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/validators/isBinding.js rename to apps/angular/node_modules/@babel/types/lib/validators/isBinding.js diff --git a/ClientApp/node_modules/@babel/types/lib/validators/isBinding.js.map b/apps/angular/node_modules/@babel/types/lib/validators/isBinding.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/validators/isBinding.js.map rename to apps/angular/node_modules/@babel/types/lib/validators/isBinding.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/validators/isBlockScoped.js b/apps/angular/node_modules/@babel/types/lib/validators/isBlockScoped.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/validators/isBlockScoped.js rename to apps/angular/node_modules/@babel/types/lib/validators/isBlockScoped.js diff --git a/ClientApp/node_modules/@babel/types/lib/validators/isBlockScoped.js.map b/apps/angular/node_modules/@babel/types/lib/validators/isBlockScoped.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/validators/isBlockScoped.js.map rename to apps/angular/node_modules/@babel/types/lib/validators/isBlockScoped.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/validators/isImmutable.js b/apps/angular/node_modules/@babel/types/lib/validators/isImmutable.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/validators/isImmutable.js rename to apps/angular/node_modules/@babel/types/lib/validators/isImmutable.js diff --git a/ClientApp/node_modules/@babel/types/lib/validators/isImmutable.js.map b/apps/angular/node_modules/@babel/types/lib/validators/isImmutable.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/validators/isImmutable.js.map rename to apps/angular/node_modules/@babel/types/lib/validators/isImmutable.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/validators/isLet.js b/apps/angular/node_modules/@babel/types/lib/validators/isLet.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/validators/isLet.js rename to apps/angular/node_modules/@babel/types/lib/validators/isLet.js diff --git a/ClientApp/node_modules/@babel/types/lib/validators/isLet.js.map b/apps/angular/node_modules/@babel/types/lib/validators/isLet.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/validators/isLet.js.map rename to apps/angular/node_modules/@babel/types/lib/validators/isLet.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/validators/isNode.js b/apps/angular/node_modules/@babel/types/lib/validators/isNode.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/validators/isNode.js rename to apps/angular/node_modules/@babel/types/lib/validators/isNode.js diff --git a/ClientApp/node_modules/@babel/types/lib/validators/isNode.js.map b/apps/angular/node_modules/@babel/types/lib/validators/isNode.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/validators/isNode.js.map rename to apps/angular/node_modules/@babel/types/lib/validators/isNode.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/validators/isNodesEquivalent.js b/apps/angular/node_modules/@babel/types/lib/validators/isNodesEquivalent.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/validators/isNodesEquivalent.js rename to apps/angular/node_modules/@babel/types/lib/validators/isNodesEquivalent.js diff --git a/ClientApp/node_modules/@babel/types/lib/validators/isNodesEquivalent.js.map b/apps/angular/node_modules/@babel/types/lib/validators/isNodesEquivalent.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/validators/isNodesEquivalent.js.map rename to apps/angular/node_modules/@babel/types/lib/validators/isNodesEquivalent.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/validators/isPlaceholderType.js b/apps/angular/node_modules/@babel/types/lib/validators/isPlaceholderType.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/validators/isPlaceholderType.js rename to apps/angular/node_modules/@babel/types/lib/validators/isPlaceholderType.js diff --git a/ClientApp/node_modules/@babel/types/lib/validators/isPlaceholderType.js.map b/apps/angular/node_modules/@babel/types/lib/validators/isPlaceholderType.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/validators/isPlaceholderType.js.map rename to apps/angular/node_modules/@babel/types/lib/validators/isPlaceholderType.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/validators/isReferenced.js b/apps/angular/node_modules/@babel/types/lib/validators/isReferenced.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/validators/isReferenced.js rename to apps/angular/node_modules/@babel/types/lib/validators/isReferenced.js diff --git a/ClientApp/node_modules/@babel/types/lib/validators/isReferenced.js.map b/apps/angular/node_modules/@babel/types/lib/validators/isReferenced.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/validators/isReferenced.js.map rename to apps/angular/node_modules/@babel/types/lib/validators/isReferenced.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/validators/isScope.js b/apps/angular/node_modules/@babel/types/lib/validators/isScope.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/validators/isScope.js rename to apps/angular/node_modules/@babel/types/lib/validators/isScope.js diff --git a/ClientApp/node_modules/@babel/types/lib/validators/isScope.js.map b/apps/angular/node_modules/@babel/types/lib/validators/isScope.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/validators/isScope.js.map rename to apps/angular/node_modules/@babel/types/lib/validators/isScope.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/validators/isSpecifierDefault.js b/apps/angular/node_modules/@babel/types/lib/validators/isSpecifierDefault.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/validators/isSpecifierDefault.js rename to apps/angular/node_modules/@babel/types/lib/validators/isSpecifierDefault.js diff --git a/ClientApp/node_modules/@babel/types/lib/validators/isSpecifierDefault.js.map b/apps/angular/node_modules/@babel/types/lib/validators/isSpecifierDefault.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/validators/isSpecifierDefault.js.map rename to apps/angular/node_modules/@babel/types/lib/validators/isSpecifierDefault.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/validators/isType.js b/apps/angular/node_modules/@babel/types/lib/validators/isType.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/validators/isType.js rename to apps/angular/node_modules/@babel/types/lib/validators/isType.js diff --git a/ClientApp/node_modules/@babel/types/lib/validators/isType.js.map b/apps/angular/node_modules/@babel/types/lib/validators/isType.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/validators/isType.js.map rename to apps/angular/node_modules/@babel/types/lib/validators/isType.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/validators/isValidES3Identifier.js b/apps/angular/node_modules/@babel/types/lib/validators/isValidES3Identifier.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/validators/isValidES3Identifier.js rename to apps/angular/node_modules/@babel/types/lib/validators/isValidES3Identifier.js diff --git a/ClientApp/node_modules/@babel/types/lib/validators/isValidES3Identifier.js.map b/apps/angular/node_modules/@babel/types/lib/validators/isValidES3Identifier.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/validators/isValidES3Identifier.js.map rename to apps/angular/node_modules/@babel/types/lib/validators/isValidES3Identifier.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/validators/isValidIdentifier.js b/apps/angular/node_modules/@babel/types/lib/validators/isValidIdentifier.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/validators/isValidIdentifier.js rename to apps/angular/node_modules/@babel/types/lib/validators/isValidIdentifier.js diff --git a/ClientApp/node_modules/@babel/types/lib/validators/isValidIdentifier.js.map b/apps/angular/node_modules/@babel/types/lib/validators/isValidIdentifier.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/validators/isValidIdentifier.js.map rename to apps/angular/node_modules/@babel/types/lib/validators/isValidIdentifier.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/validators/isVar.js b/apps/angular/node_modules/@babel/types/lib/validators/isVar.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/validators/isVar.js rename to apps/angular/node_modules/@babel/types/lib/validators/isVar.js diff --git a/ClientApp/node_modules/@babel/types/lib/validators/isVar.js.map b/apps/angular/node_modules/@babel/types/lib/validators/isVar.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/validators/isVar.js.map rename to apps/angular/node_modules/@babel/types/lib/validators/isVar.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/validators/matchesPattern.js b/apps/angular/node_modules/@babel/types/lib/validators/matchesPattern.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/validators/matchesPattern.js rename to apps/angular/node_modules/@babel/types/lib/validators/matchesPattern.js diff --git a/ClientApp/node_modules/@babel/types/lib/validators/matchesPattern.js.map b/apps/angular/node_modules/@babel/types/lib/validators/matchesPattern.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/validators/matchesPattern.js.map rename to apps/angular/node_modules/@babel/types/lib/validators/matchesPattern.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/validators/react/isCompatTag.js b/apps/angular/node_modules/@babel/types/lib/validators/react/isCompatTag.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/validators/react/isCompatTag.js rename to apps/angular/node_modules/@babel/types/lib/validators/react/isCompatTag.js diff --git a/ClientApp/node_modules/@babel/types/lib/validators/react/isCompatTag.js.map b/apps/angular/node_modules/@babel/types/lib/validators/react/isCompatTag.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/validators/react/isCompatTag.js.map rename to apps/angular/node_modules/@babel/types/lib/validators/react/isCompatTag.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/validators/react/isReactComponent.js b/apps/angular/node_modules/@babel/types/lib/validators/react/isReactComponent.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/validators/react/isReactComponent.js rename to apps/angular/node_modules/@babel/types/lib/validators/react/isReactComponent.js diff --git a/ClientApp/node_modules/@babel/types/lib/validators/react/isReactComponent.js.map b/apps/angular/node_modules/@babel/types/lib/validators/react/isReactComponent.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/validators/react/isReactComponent.js.map rename to apps/angular/node_modules/@babel/types/lib/validators/react/isReactComponent.js.map diff --git a/ClientApp/node_modules/@babel/types/lib/validators/validate.js b/apps/angular/node_modules/@babel/types/lib/validators/validate.js similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/validators/validate.js rename to apps/angular/node_modules/@babel/types/lib/validators/validate.js diff --git a/ClientApp/node_modules/@babel/types/lib/validators/validate.js.map b/apps/angular/node_modules/@babel/types/lib/validators/validate.js.map similarity index 100% rename from ClientApp/node_modules/@babel/types/lib/validators/validate.js.map rename to apps/angular/node_modules/@babel/types/lib/validators/validate.js.map diff --git a/ClientApp/node_modules/@babel/types/package.json b/apps/angular/node_modules/@babel/types/package.json similarity index 100% rename from ClientApp/node_modules/@babel/types/package.json rename to apps/angular/node_modules/@babel/types/package.json diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/.editorconfig b/apps/angular/node_modules/@bcoe/v8-coverage/.editorconfig similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/.editorconfig rename to apps/angular/node_modules/@bcoe/v8-coverage/.editorconfig diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/.gitattributes b/apps/angular/node_modules/@bcoe/v8-coverage/.gitattributes similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/.gitattributes rename to apps/angular/node_modules/@bcoe/v8-coverage/.gitattributes diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/CHANGELOG.md b/apps/angular/node_modules/@bcoe/v8-coverage/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/CHANGELOG.md rename to apps/angular/node_modules/@bcoe/v8-coverage/CHANGELOG.md diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/LICENSE.md b/apps/angular/node_modules/@bcoe/v8-coverage/LICENSE.md similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/LICENSE.md rename to apps/angular/node_modules/@bcoe/v8-coverage/LICENSE.md diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/LICENSE.txt b/apps/angular/node_modules/@bcoe/v8-coverage/LICENSE.txt similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/LICENSE.txt rename to apps/angular/node_modules/@bcoe/v8-coverage/LICENSE.txt diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/README.md b/apps/angular/node_modules/@bcoe/v8-coverage/README.md similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/README.md rename to apps/angular/node_modules/@bcoe/v8-coverage/README.md diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/CHANGELOG.md b/apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/CHANGELOG.md rename to apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/CHANGELOG.md diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/LICENSE.md b/apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/LICENSE.md similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/LICENSE.md rename to apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/LICENSE.md diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/README.md b/apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/README.md similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/README.md rename to apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/README.md diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/_src/ascii.ts b/apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/_src/ascii.ts similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/_src/ascii.ts rename to apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/_src/ascii.ts diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/_src/clone.ts b/apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/_src/clone.ts similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/_src/clone.ts rename to apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/_src/clone.ts diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/_src/compare.ts b/apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/_src/compare.ts similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/_src/compare.ts rename to apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/_src/compare.ts diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/_src/index.ts b/apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/_src/index.ts similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/_src/index.ts rename to apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/_src/index.ts diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/_src/merge.ts b/apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/_src/merge.ts similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/_src/merge.ts rename to apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/_src/merge.ts diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/_src/normalize.ts b/apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/_src/normalize.ts similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/_src/normalize.ts rename to apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/_src/normalize.ts diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/_src/range-tree.ts b/apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/_src/range-tree.ts similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/_src/range-tree.ts rename to apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/_src/range-tree.ts diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/_src/types.ts b/apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/_src/types.ts similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/_src/types.ts rename to apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/_src/types.ts diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/ascii.d.ts b/apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/ascii.d.ts similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/ascii.d.ts rename to apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/ascii.d.ts diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/ascii.js b/apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/ascii.js similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/ascii.js rename to apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/ascii.js diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/ascii.mjs b/apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/ascii.mjs similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/ascii.mjs rename to apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/ascii.mjs diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/clone.d.ts b/apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/clone.d.ts similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/clone.d.ts rename to apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/clone.d.ts diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/clone.js b/apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/clone.js similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/clone.js rename to apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/clone.js diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/clone.mjs b/apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/clone.mjs similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/clone.mjs rename to apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/clone.mjs diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/compare.d.ts b/apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/compare.d.ts similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/compare.d.ts rename to apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/compare.d.ts diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/compare.js b/apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/compare.js similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/compare.js rename to apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/compare.js diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/compare.mjs b/apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/compare.mjs similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/compare.mjs rename to apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/compare.mjs diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/index.d.ts b/apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/index.d.ts similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/index.d.ts rename to apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/index.d.ts diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/index.js b/apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/index.js similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/index.js rename to apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/index.js diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/index.mjs b/apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/index.mjs similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/index.mjs rename to apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/index.mjs diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/merge.d.ts b/apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/merge.d.ts similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/merge.d.ts rename to apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/merge.d.ts diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/merge.js b/apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/merge.js similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/merge.js rename to apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/merge.js diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/merge.mjs b/apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/merge.mjs similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/merge.mjs rename to apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/merge.mjs diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/normalize.d.ts b/apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/normalize.d.ts similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/normalize.d.ts rename to apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/normalize.d.ts diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/normalize.js b/apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/normalize.js similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/normalize.js rename to apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/normalize.js diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/normalize.mjs b/apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/normalize.mjs similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/normalize.mjs rename to apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/normalize.mjs diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/package.json b/apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/package.json similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/package.json rename to apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/package.json diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/range-tree.d.ts b/apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/range-tree.d.ts similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/range-tree.d.ts rename to apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/range-tree.d.ts diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/range-tree.js b/apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/range-tree.js similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/range-tree.js rename to apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/range-tree.js diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/range-tree.mjs b/apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/range-tree.mjs similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/range-tree.mjs rename to apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/range-tree.mjs diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/tsconfig.json b/apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/tsconfig.json similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/tsconfig.json rename to apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/tsconfig.json diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/types.d.ts b/apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/types.d.ts similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/types.d.ts rename to apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/types.d.ts diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/types.js b/apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/types.js similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/types.js rename to apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/types.js diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/types.mjs b/apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/types.mjs similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/dist/lib/types.mjs rename to apps/angular/node_modules/@bcoe/v8-coverage/dist/lib/types.mjs diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/gulpfile.ts b/apps/angular/node_modules/@bcoe/v8-coverage/gulpfile.ts similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/gulpfile.ts rename to apps/angular/node_modules/@bcoe/v8-coverage/gulpfile.ts diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/package.json b/apps/angular/node_modules/@bcoe/v8-coverage/package.json similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/package.json rename to apps/angular/node_modules/@bcoe/v8-coverage/package.json diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/src/lib/ascii.ts b/apps/angular/node_modules/@bcoe/v8-coverage/src/lib/ascii.ts similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/src/lib/ascii.ts rename to apps/angular/node_modules/@bcoe/v8-coverage/src/lib/ascii.ts diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/src/lib/clone.ts b/apps/angular/node_modules/@bcoe/v8-coverage/src/lib/clone.ts similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/src/lib/clone.ts rename to apps/angular/node_modules/@bcoe/v8-coverage/src/lib/clone.ts diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/src/lib/compare.ts b/apps/angular/node_modules/@bcoe/v8-coverage/src/lib/compare.ts similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/src/lib/compare.ts rename to apps/angular/node_modules/@bcoe/v8-coverage/src/lib/compare.ts diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/src/lib/index.ts b/apps/angular/node_modules/@bcoe/v8-coverage/src/lib/index.ts similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/src/lib/index.ts rename to apps/angular/node_modules/@bcoe/v8-coverage/src/lib/index.ts diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/src/lib/merge.ts b/apps/angular/node_modules/@bcoe/v8-coverage/src/lib/merge.ts similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/src/lib/merge.ts rename to apps/angular/node_modules/@bcoe/v8-coverage/src/lib/merge.ts diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/src/lib/normalize.ts b/apps/angular/node_modules/@bcoe/v8-coverage/src/lib/normalize.ts similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/src/lib/normalize.ts rename to apps/angular/node_modules/@bcoe/v8-coverage/src/lib/normalize.ts diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/src/lib/range-tree.ts b/apps/angular/node_modules/@bcoe/v8-coverage/src/lib/range-tree.ts similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/src/lib/range-tree.ts rename to apps/angular/node_modules/@bcoe/v8-coverage/src/lib/range-tree.ts diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/src/lib/types.ts b/apps/angular/node_modules/@bcoe/v8-coverage/src/lib/types.ts similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/src/lib/types.ts rename to apps/angular/node_modules/@bcoe/v8-coverage/src/lib/types.ts diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/src/test/merge.spec.ts b/apps/angular/node_modules/@bcoe/v8-coverage/src/test/merge.spec.ts similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/src/test/merge.spec.ts rename to apps/angular/node_modules/@bcoe/v8-coverage/src/test/merge.spec.ts diff --git a/ClientApp/node_modules/@bcoe/v8-coverage/tsconfig.json b/apps/angular/node_modules/@bcoe/v8-coverage/tsconfig.json similarity index 100% rename from ClientApp/node_modules/@bcoe/v8-coverage/tsconfig.json rename to apps/angular/node_modules/@bcoe/v8-coverage/tsconfig.json diff --git a/ClientApp/node_modules/@bufbuild/protobuf/README.md b/apps/angular/node_modules/@bufbuild/protobuf/README.md similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/README.md rename to apps/angular/node_modules/@bufbuild/protobuf/README.md diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/clone.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/clone.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/clone.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/clone.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/clone.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/clone.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/clone.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/clone.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/enum.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/enum.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/enum.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/enum.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/enum.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/enum.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/enum.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/enum.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/extension.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/extension.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/extension.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/extension.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/extension.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/extension.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/extension.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/extension.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/file.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/file.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/file.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/file.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/file.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/file.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/file.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/file.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/index.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/index.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/index.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/index.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/index.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/index.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/index.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/index.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/message.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/message.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/message.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/message.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/message.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/message.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/message.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/message.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/service.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/service.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/service.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/service.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/service.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/service.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/service.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/service.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/symbols.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/symbols.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/symbols.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/symbols.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/symbols.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/symbols.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/symbols.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/symbols.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/types.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/types.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/types.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/types.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/types.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/types.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/types.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/types.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/boot.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/boot.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/boot.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/boot.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/boot.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/boot.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/boot.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/boot.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/embed.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/embed.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/embed.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/embed.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/embed.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/embed.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/embed.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/embed.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/enum.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/enum.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/enum.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/enum.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/enum.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/enum.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/enum.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/enum.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/extension.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/extension.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/extension.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/extension.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/extension.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/extension.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/extension.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/extension.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/file.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/file.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/file.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/file.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/file.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/file.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/file.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/file.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/index.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/index.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/index.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/index.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/index.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/index.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/index.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/index.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/message.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/message.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/message.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/message.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/message.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/message.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/message.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/message.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/restore-json-names.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/restore-json-names.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/restore-json-names.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/restore-json-names.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/restore-json-names.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/restore-json-names.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/restore-json-names.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/restore-json-names.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/scalar.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/scalar.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/scalar.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/scalar.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/scalar.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/scalar.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/scalar.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/scalar.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/service.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/service.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/service.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/service.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/service.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/service.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/service.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/service.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/symbols.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/symbols.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/symbols.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/symbols.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/symbols.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/symbols.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/symbols.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/symbols.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/types.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/types.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/types.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/types.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/types.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/types.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/types.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/types.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/create.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/create.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/create.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/create.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/create.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/create.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/create.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/create.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/descriptors.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/descriptors.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/descriptors.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/descriptors.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/descriptors.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/descriptors.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/descriptors.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/descriptors.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/equals.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/equals.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/equals.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/equals.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/equals.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/equals.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/equals.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/equals.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/extensions.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/extensions.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/extensions.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/extensions.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/extensions.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/extensions.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/extensions.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/extensions.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/fields.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/fields.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/fields.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/fields.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/fields.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/fields.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/fields.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/fields.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/from-binary.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/from-binary.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/from-binary.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/from-binary.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/from-binary.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/from-binary.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/from-binary.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/from-binary.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/from-json.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/from-json.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/from-json.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/from-json.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/from-json.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/from-json.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/from-json.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/from-json.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/index.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/index.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/index.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/index.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/index.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/index.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/index.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/index.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/is-message.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/is-message.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/is-message.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/is-message.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/is-message.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/is-message.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/is-message.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/is-message.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/json-value.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/json-value.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/json-value.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/json-value.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/json-value.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/json-value.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/json-value.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/json-value.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/merge.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/merge.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/merge.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/merge.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/merge.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/merge.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/merge.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/merge.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/package.json b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/package.json similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/package.json rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/package.json diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/proto-int64.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/proto-int64.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/proto-int64.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/proto-int64.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/proto-int64.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/proto-int64.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/proto-int64.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/proto-int64.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/reflect/error.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/reflect/error.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/reflect/error.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/reflect/error.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/reflect/error.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/reflect/error.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/reflect/error.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/reflect/error.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/reflect/guard.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/reflect/guard.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/reflect/guard.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/reflect/guard.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/reflect/guard.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/reflect/guard.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/reflect/guard.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/reflect/guard.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/reflect/index.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/reflect/index.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/reflect/index.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/reflect/index.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/reflect/index.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/reflect/index.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/reflect/index.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/reflect/index.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/reflect/names.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/reflect/names.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/reflect/names.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/reflect/names.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/reflect/names.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/reflect/names.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/reflect/names.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/reflect/names.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/reflect/nested-types.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/reflect/nested-types.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/reflect/nested-types.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/reflect/nested-types.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/reflect/nested-types.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/reflect/nested-types.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/reflect/nested-types.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/reflect/nested-types.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/reflect/path.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/reflect/path.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/reflect/path.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/reflect/path.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/reflect/path.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/reflect/path.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/reflect/path.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/reflect/path.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/reflect/reflect-check.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/reflect/reflect-check.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/reflect/reflect-check.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/reflect/reflect-check.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/reflect/reflect-check.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/reflect/reflect-check.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/reflect/reflect-check.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/reflect/reflect-check.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/reflect/reflect-types.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/reflect/reflect-types.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/reflect/reflect-types.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/reflect/reflect-types.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/reflect/reflect-types.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/reflect/reflect-types.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/reflect/reflect-types.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/reflect/reflect-types.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/reflect/reflect.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/reflect/reflect.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/reflect/reflect.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/reflect/reflect.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/reflect/reflect.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/reflect/reflect.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/reflect/reflect.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/reflect/reflect.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/reflect/scalar.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/reflect/scalar.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/reflect/scalar.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/reflect/scalar.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/reflect/scalar.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/reflect/scalar.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/reflect/scalar.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/reflect/scalar.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/reflect/unsafe.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/reflect/unsafe.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/reflect/unsafe.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/reflect/unsafe.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/reflect/unsafe.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/reflect/unsafe.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/reflect/unsafe.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/reflect/unsafe.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/registry.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/registry.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/registry.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/registry.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/registry.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/registry.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/registry.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/registry.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/to-binary.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/to-binary.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/to-binary.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/to-binary.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/to-binary.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/to-binary.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/to-binary.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/to-binary.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/to-json.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/to-json.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/to-json.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/to-json.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/to-json.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/to-json.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/to-json.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/to-json.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/types.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/types.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/types.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/types.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/types.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/types.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/types.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/types.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wire/base64-encoding.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wire/base64-encoding.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wire/base64-encoding.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wire/base64-encoding.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wire/base64-encoding.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wire/base64-encoding.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wire/base64-encoding.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wire/base64-encoding.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wire/binary-encoding.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wire/binary-encoding.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wire/binary-encoding.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wire/binary-encoding.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wire/binary-encoding.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wire/binary-encoding.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wire/binary-encoding.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wire/binary-encoding.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wire/index.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wire/index.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wire/index.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wire/index.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wire/index.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wire/index.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wire/index.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wire/index.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wire/size-delimited.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wire/size-delimited.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wire/size-delimited.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wire/size-delimited.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wire/size-delimited.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wire/size-delimited.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wire/size-delimited.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wire/size-delimited.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wire/text-encoding.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wire/text-encoding.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wire/text-encoding.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wire/text-encoding.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wire/text-encoding.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wire/text-encoding.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wire/text-encoding.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wire/text-encoding.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wire/text-format.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wire/text-format.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wire/text-format.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wire/text-format.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wire/text-format.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wire/text-format.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wire/text-format.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wire/text-format.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wire/varint.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wire/varint.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wire/varint.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wire/varint.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wire/varint.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wire/varint.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wire/varint.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wire/varint.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/any.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/any.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/any.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/any.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/any.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/any.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/any.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/any.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/duration.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/duration.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/duration.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/duration.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/duration.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/duration.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/duration.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/duration.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/any_pb.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/any_pb.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/any_pb.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/any_pb.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/any_pb.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/any_pb.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/any_pb.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/any_pb.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/api_pb.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/api_pb.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/api_pb.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/api_pb.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/api_pb.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/api_pb.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/api_pb.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/api_pb.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/compiler/plugin_pb.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/compiler/plugin_pb.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/compiler/plugin_pb.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/compiler/plugin_pb.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/compiler/plugin_pb.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/compiler/plugin_pb.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/compiler/plugin_pb.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/compiler/plugin_pb.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/cpp_features_pb.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/cpp_features_pb.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/cpp_features_pb.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/cpp_features_pb.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/cpp_features_pb.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/cpp_features_pb.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/cpp_features_pb.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/cpp_features_pb.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/descriptor_pb.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/descriptor_pb.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/descriptor_pb.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/descriptor_pb.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/descriptor_pb.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/descriptor_pb.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/descriptor_pb.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/descriptor_pb.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/duration_pb.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/duration_pb.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/duration_pb.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/duration_pb.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/duration_pb.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/duration_pb.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/duration_pb.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/duration_pb.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/empty_pb.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/empty_pb.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/empty_pb.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/empty_pb.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/empty_pb.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/empty_pb.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/empty_pb.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/empty_pb.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/field_mask_pb.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/field_mask_pb.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/field_mask_pb.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/field_mask_pb.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/field_mask_pb.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/field_mask_pb.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/field_mask_pb.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/field_mask_pb.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/go_features_pb.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/go_features_pb.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/go_features_pb.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/go_features_pb.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/go_features_pb.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/go_features_pb.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/go_features_pb.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/go_features_pb.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/java_features_pb.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/java_features_pb.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/java_features_pb.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/java_features_pb.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/java_features_pb.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/java_features_pb.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/java_features_pb.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/java_features_pb.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/source_context_pb.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/source_context_pb.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/source_context_pb.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/source_context_pb.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/source_context_pb.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/source_context_pb.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/source_context_pb.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/source_context_pb.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/struct_pb.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/struct_pb.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/struct_pb.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/struct_pb.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/struct_pb.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/struct_pb.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/struct_pb.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/struct_pb.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/timestamp_pb.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/timestamp_pb.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/timestamp_pb.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/timestamp_pb.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/timestamp_pb.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/timestamp_pb.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/timestamp_pb.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/timestamp_pb.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/type_pb.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/type_pb.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/type_pb.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/type_pb.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/type_pb.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/type_pb.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/type_pb.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/type_pb.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/wrappers_pb.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/wrappers_pb.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/wrappers_pb.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/wrappers_pb.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/wrappers_pb.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/wrappers_pb.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/wrappers_pb.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/wrappers_pb.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/index.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/index.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/index.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/index.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/index.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/index.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/index.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/index.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/timestamp.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/timestamp.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/timestamp.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/timestamp.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/timestamp.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/timestamp.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/timestamp.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/timestamp.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/wrappers.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/wrappers.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/wrappers.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/wrappers.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/wrappers.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/wrappers.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/cjs/wkt/wrappers.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/cjs/wkt/wrappers.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/clone.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/clone.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/clone.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/clone.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/clone.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/clone.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/clone.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/clone.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/enum.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/enum.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/enum.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/enum.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/enum.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/enum.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/enum.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/enum.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/extension.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/extension.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/extension.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/extension.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/extension.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/extension.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/extension.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/extension.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/file.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/file.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/file.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/file.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/file.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/file.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/file.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/file.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/index.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/index.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/index.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/index.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/index.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/index.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/index.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/index.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/message.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/message.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/message.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/message.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/message.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/message.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/message.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/message.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/service.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/service.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/service.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/service.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/service.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/service.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/service.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/service.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/symbols.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/symbols.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/symbols.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/symbols.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/symbols.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/symbols.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/symbols.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/symbols.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/types.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/types.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/types.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/types.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/types.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/types.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/types.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/types.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/boot.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/boot.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/boot.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/boot.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/boot.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/boot.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/boot.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/boot.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/embed.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/embed.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/embed.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/embed.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/embed.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/embed.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/embed.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/embed.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/enum.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/enum.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/enum.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/enum.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/enum.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/enum.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/enum.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/enum.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/extension.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/extension.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/extension.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/extension.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/extension.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/extension.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/extension.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/extension.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/file.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/file.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/file.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/file.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/file.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/file.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/file.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/file.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/index.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/index.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/index.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/index.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/index.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/index.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/index.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/index.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/message.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/message.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/message.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/message.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/message.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/message.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/message.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/message.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/restore-json-names.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/restore-json-names.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/restore-json-names.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/restore-json-names.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/restore-json-names.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/restore-json-names.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/restore-json-names.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/restore-json-names.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/scalar.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/scalar.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/scalar.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/scalar.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/scalar.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/scalar.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/scalar.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/scalar.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/service.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/service.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/service.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/service.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/service.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/service.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/service.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/service.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/symbols.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/symbols.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/symbols.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/symbols.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/symbols.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/symbols.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/symbols.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/symbols.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/types.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/types.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/types.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/types.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/types.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/types.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/types.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/types.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/create.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/create.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/create.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/create.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/create.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/create.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/create.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/create.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/descriptors.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/descriptors.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/descriptors.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/descriptors.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/descriptors.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/descriptors.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/descriptors.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/descriptors.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/equals.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/equals.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/equals.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/equals.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/equals.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/equals.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/equals.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/equals.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/extensions.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/extensions.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/extensions.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/extensions.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/extensions.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/extensions.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/extensions.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/extensions.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/fields.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/fields.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/fields.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/fields.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/fields.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/fields.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/fields.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/fields.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/from-binary.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/from-binary.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/from-binary.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/from-binary.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/from-binary.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/from-binary.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/from-binary.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/from-binary.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/from-json.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/from-json.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/from-json.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/from-json.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/from-json.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/from-json.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/from-json.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/from-json.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/index.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/index.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/index.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/index.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/index.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/index.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/index.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/index.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/is-message.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/is-message.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/is-message.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/is-message.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/is-message.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/is-message.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/is-message.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/is-message.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/json-value.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/json-value.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/json-value.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/json-value.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/json-value.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/json-value.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/json-value.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/json-value.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/merge.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/merge.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/merge.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/merge.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/merge.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/merge.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/merge.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/merge.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/proto-int64.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/proto-int64.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/proto-int64.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/proto-int64.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/proto-int64.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/proto-int64.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/proto-int64.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/proto-int64.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/reflect/error.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/reflect/error.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/reflect/error.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/reflect/error.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/reflect/error.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/reflect/error.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/reflect/error.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/reflect/error.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/reflect/guard.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/reflect/guard.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/reflect/guard.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/reflect/guard.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/reflect/guard.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/reflect/guard.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/reflect/guard.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/reflect/guard.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/reflect/index.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/reflect/index.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/reflect/index.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/reflect/index.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/reflect/index.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/reflect/index.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/reflect/index.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/reflect/index.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/reflect/names.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/reflect/names.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/reflect/names.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/reflect/names.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/reflect/names.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/reflect/names.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/reflect/names.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/reflect/names.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/reflect/nested-types.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/reflect/nested-types.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/reflect/nested-types.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/reflect/nested-types.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/reflect/nested-types.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/reflect/nested-types.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/reflect/nested-types.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/reflect/nested-types.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/reflect/path.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/reflect/path.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/reflect/path.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/reflect/path.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/reflect/path.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/reflect/path.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/reflect/path.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/reflect/path.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect-check.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect-check.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect-check.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect-check.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect-check.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect-check.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect-check.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect-check.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect-types.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect-types.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect-types.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect-types.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect-types.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect-types.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect-types.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect-types.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/reflect/scalar.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/reflect/scalar.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/reflect/scalar.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/reflect/scalar.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/reflect/scalar.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/reflect/scalar.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/reflect/scalar.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/reflect/scalar.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/reflect/unsafe.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/reflect/unsafe.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/reflect/unsafe.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/reflect/unsafe.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/reflect/unsafe.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/reflect/unsafe.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/reflect/unsafe.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/reflect/unsafe.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/registry.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/registry.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/registry.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/registry.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/registry.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/registry.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/registry.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/registry.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/to-binary.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/to-binary.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/to-binary.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/to-binary.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/to-binary.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/to-binary.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/to-binary.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/to-binary.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/to-json.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/to-json.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/to-json.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/to-json.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/to-json.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/to-json.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/to-json.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/to-json.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/types.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/types.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/types.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/types.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/types.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/types.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/types.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/types.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wire/base64-encoding.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wire/base64-encoding.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wire/base64-encoding.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wire/base64-encoding.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wire/base64-encoding.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wire/base64-encoding.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wire/base64-encoding.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wire/base64-encoding.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wire/binary-encoding.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wire/binary-encoding.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wire/binary-encoding.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wire/binary-encoding.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wire/binary-encoding.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wire/binary-encoding.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wire/binary-encoding.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wire/binary-encoding.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wire/index.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wire/index.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wire/index.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wire/index.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wire/index.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wire/index.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wire/index.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wire/index.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wire/size-delimited.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wire/size-delimited.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wire/size-delimited.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wire/size-delimited.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wire/size-delimited.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wire/size-delimited.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wire/size-delimited.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wire/size-delimited.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wire/text-encoding.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wire/text-encoding.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wire/text-encoding.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wire/text-encoding.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wire/text-encoding.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wire/text-encoding.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wire/text-encoding.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wire/text-encoding.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wire/text-format.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wire/text-format.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wire/text-format.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wire/text-format.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wire/text-format.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wire/text-format.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wire/text-format.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wire/text-format.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wire/varint.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wire/varint.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wire/varint.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wire/varint.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wire/varint.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wire/varint.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wire/varint.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wire/varint.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/any.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/any.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/any.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/any.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/any.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/any.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/any.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/any.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/duration.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/duration.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/duration.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/duration.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/duration.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/duration.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/duration.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/duration.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/any_pb.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/any_pb.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/any_pb.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/any_pb.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/any_pb.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/any_pb.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/any_pb.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/any_pb.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/api_pb.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/api_pb.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/api_pb.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/api_pb.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/api_pb.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/api_pb.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/api_pb.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/api_pb.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/compiler/plugin_pb.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/compiler/plugin_pb.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/compiler/plugin_pb.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/compiler/plugin_pb.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/compiler/plugin_pb.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/compiler/plugin_pb.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/compiler/plugin_pb.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/compiler/plugin_pb.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/cpp_features_pb.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/cpp_features_pb.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/cpp_features_pb.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/cpp_features_pb.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/cpp_features_pb.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/cpp_features_pb.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/cpp_features_pb.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/cpp_features_pb.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/descriptor_pb.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/descriptor_pb.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/descriptor_pb.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/descriptor_pb.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/descriptor_pb.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/descriptor_pb.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/descriptor_pb.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/descriptor_pb.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/duration_pb.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/duration_pb.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/duration_pb.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/duration_pb.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/duration_pb.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/duration_pb.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/duration_pb.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/duration_pb.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/empty_pb.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/empty_pb.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/empty_pb.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/empty_pb.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/empty_pb.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/empty_pb.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/empty_pb.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/empty_pb.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/field_mask_pb.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/field_mask_pb.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/field_mask_pb.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/field_mask_pb.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/field_mask_pb.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/field_mask_pb.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/field_mask_pb.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/field_mask_pb.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/go_features_pb.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/go_features_pb.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/go_features_pb.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/go_features_pb.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/go_features_pb.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/go_features_pb.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/go_features_pb.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/go_features_pb.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/java_features_pb.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/java_features_pb.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/java_features_pb.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/java_features_pb.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/java_features_pb.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/java_features_pb.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/java_features_pb.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/java_features_pb.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/source_context_pb.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/source_context_pb.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/source_context_pb.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/source_context_pb.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/source_context_pb.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/source_context_pb.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/source_context_pb.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/source_context_pb.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/struct_pb.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/struct_pb.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/struct_pb.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/struct_pb.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/struct_pb.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/struct_pb.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/struct_pb.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/struct_pb.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/timestamp_pb.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/timestamp_pb.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/timestamp_pb.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/timestamp_pb.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/timestamp_pb.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/timestamp_pb.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/timestamp_pb.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/timestamp_pb.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/type_pb.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/type_pb.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/type_pb.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/type_pb.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/type_pb.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/type_pb.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/type_pb.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/type_pb.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/wrappers_pb.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/wrappers_pb.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/wrappers_pb.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/wrappers_pb.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/wrappers_pb.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/wrappers_pb.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/wrappers_pb.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/wrappers_pb.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/index.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/index.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/index.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/index.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/index.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/index.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/index.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/index.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/timestamp.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/timestamp.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/timestamp.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/timestamp.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/timestamp.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/timestamp.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/timestamp.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/timestamp.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/wrappers.d.ts b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/wrappers.d.ts similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/wrappers.d.ts rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/wrappers.d.ts diff --git a/ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/wrappers.js b/apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/wrappers.js similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/dist/esm/wkt/wrappers.js rename to apps/angular/node_modules/@bufbuild/protobuf/dist/esm/wkt/wrappers.js diff --git a/ClientApp/node_modules/@bufbuild/protobuf/package.json b/apps/angular/node_modules/@bufbuild/protobuf/package.json similarity index 100% rename from ClientApp/node_modules/@bufbuild/protobuf/package.json rename to apps/angular/node_modules/@bufbuild/protobuf/package.json diff --git a/ClientApp/node_modules/@colors/colors/LICENSE b/apps/angular/node_modules/@colors/colors/LICENSE similarity index 100% rename from ClientApp/node_modules/@colors/colors/LICENSE rename to apps/angular/node_modules/@colors/colors/LICENSE diff --git a/ClientApp/node_modules/@colors/colors/README.md b/apps/angular/node_modules/@colors/colors/README.md similarity index 100% rename from ClientApp/node_modules/@colors/colors/README.md rename to apps/angular/node_modules/@colors/colors/README.md diff --git a/ClientApp/node_modules/@colors/colors/examples/normal-usage.js b/apps/angular/node_modules/@colors/colors/examples/normal-usage.js similarity index 100% rename from ClientApp/node_modules/@colors/colors/examples/normal-usage.js rename to apps/angular/node_modules/@colors/colors/examples/normal-usage.js diff --git a/ClientApp/node_modules/@colors/colors/examples/safe-string.js b/apps/angular/node_modules/@colors/colors/examples/safe-string.js similarity index 100% rename from ClientApp/node_modules/@colors/colors/examples/safe-string.js rename to apps/angular/node_modules/@colors/colors/examples/safe-string.js diff --git a/ClientApp/node_modules/@colors/colors/index.d.ts b/apps/angular/node_modules/@colors/colors/index.d.ts similarity index 100% rename from ClientApp/node_modules/@colors/colors/index.d.ts rename to apps/angular/node_modules/@colors/colors/index.d.ts diff --git a/ClientApp/node_modules/@colors/colors/lib/colors.js b/apps/angular/node_modules/@colors/colors/lib/colors.js similarity index 100% rename from ClientApp/node_modules/@colors/colors/lib/colors.js rename to apps/angular/node_modules/@colors/colors/lib/colors.js diff --git a/ClientApp/node_modules/@colors/colors/lib/custom/trap.js b/apps/angular/node_modules/@colors/colors/lib/custom/trap.js similarity index 100% rename from ClientApp/node_modules/@colors/colors/lib/custom/trap.js rename to apps/angular/node_modules/@colors/colors/lib/custom/trap.js diff --git a/ClientApp/node_modules/@colors/colors/lib/custom/zalgo.js b/apps/angular/node_modules/@colors/colors/lib/custom/zalgo.js similarity index 100% rename from ClientApp/node_modules/@colors/colors/lib/custom/zalgo.js rename to apps/angular/node_modules/@colors/colors/lib/custom/zalgo.js diff --git a/ClientApp/node_modules/@colors/colors/lib/extendStringPrototype.js b/apps/angular/node_modules/@colors/colors/lib/extendStringPrototype.js similarity index 100% rename from ClientApp/node_modules/@colors/colors/lib/extendStringPrototype.js rename to apps/angular/node_modules/@colors/colors/lib/extendStringPrototype.js diff --git a/ClientApp/node_modules/@colors/colors/lib/index.js b/apps/angular/node_modules/@colors/colors/lib/index.js similarity index 100% rename from ClientApp/node_modules/@colors/colors/lib/index.js rename to apps/angular/node_modules/@colors/colors/lib/index.js diff --git a/ClientApp/node_modules/@colors/colors/lib/maps/america.js b/apps/angular/node_modules/@colors/colors/lib/maps/america.js similarity index 100% rename from ClientApp/node_modules/@colors/colors/lib/maps/america.js rename to apps/angular/node_modules/@colors/colors/lib/maps/america.js diff --git a/ClientApp/node_modules/@colors/colors/lib/maps/rainbow.js b/apps/angular/node_modules/@colors/colors/lib/maps/rainbow.js similarity index 100% rename from ClientApp/node_modules/@colors/colors/lib/maps/rainbow.js rename to apps/angular/node_modules/@colors/colors/lib/maps/rainbow.js diff --git a/ClientApp/node_modules/@colors/colors/lib/maps/random.js b/apps/angular/node_modules/@colors/colors/lib/maps/random.js similarity index 100% rename from ClientApp/node_modules/@colors/colors/lib/maps/random.js rename to apps/angular/node_modules/@colors/colors/lib/maps/random.js diff --git a/ClientApp/node_modules/@colors/colors/lib/maps/zebra.js b/apps/angular/node_modules/@colors/colors/lib/maps/zebra.js similarity index 100% rename from ClientApp/node_modules/@colors/colors/lib/maps/zebra.js rename to apps/angular/node_modules/@colors/colors/lib/maps/zebra.js diff --git a/ClientApp/node_modules/@colors/colors/lib/styles.js b/apps/angular/node_modules/@colors/colors/lib/styles.js similarity index 100% rename from ClientApp/node_modules/@colors/colors/lib/styles.js rename to apps/angular/node_modules/@colors/colors/lib/styles.js diff --git a/ClientApp/node_modules/@colors/colors/lib/system/has-flag.js b/apps/angular/node_modules/@colors/colors/lib/system/has-flag.js similarity index 100% rename from ClientApp/node_modules/@colors/colors/lib/system/has-flag.js rename to apps/angular/node_modules/@colors/colors/lib/system/has-flag.js diff --git a/ClientApp/node_modules/@colors/colors/lib/system/supports-colors.js b/apps/angular/node_modules/@colors/colors/lib/system/supports-colors.js similarity index 100% rename from ClientApp/node_modules/@colors/colors/lib/system/supports-colors.js rename to apps/angular/node_modules/@colors/colors/lib/system/supports-colors.js diff --git a/ClientApp/node_modules/@colors/colors/package.json b/apps/angular/node_modules/@colors/colors/package.json similarity index 100% rename from ClientApp/node_modules/@colors/colors/package.json rename to apps/angular/node_modules/@colors/colors/package.json diff --git a/ClientApp/node_modules/@colors/colors/safe.d.ts b/apps/angular/node_modules/@colors/colors/safe.d.ts similarity index 100% rename from ClientApp/node_modules/@colors/colors/safe.d.ts rename to apps/angular/node_modules/@colors/colors/safe.d.ts diff --git a/ClientApp/node_modules/@colors/colors/safe.js b/apps/angular/node_modules/@colors/colors/safe.js similarity index 100% rename from ClientApp/node_modules/@colors/colors/safe.js rename to apps/angular/node_modules/@colors/colors/safe.js diff --git a/ClientApp/node_modules/@colors/colors/themes/generic-logging.js b/apps/angular/node_modules/@colors/colors/themes/generic-logging.js similarity index 100% rename from ClientApp/node_modules/@colors/colors/themes/generic-logging.js rename to apps/angular/node_modules/@colors/colors/themes/generic-logging.js diff --git a/ClientApp/node_modules/@csstools/color-helpers/CHANGELOG.md b/apps/angular/node_modules/@csstools/color-helpers/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/@csstools/color-helpers/CHANGELOG.md rename to apps/angular/node_modules/@csstools/color-helpers/CHANGELOG.md diff --git a/ClientApp/node_modules/@csstools/color-helpers/LICENSE.md b/apps/angular/node_modules/@csstools/color-helpers/LICENSE.md similarity index 100% rename from ClientApp/node_modules/@csstools/color-helpers/LICENSE.md rename to apps/angular/node_modules/@csstools/color-helpers/LICENSE.md diff --git a/ClientApp/node_modules/@csstools/color-helpers/README.md b/apps/angular/node_modules/@csstools/color-helpers/README.md similarity index 100% rename from ClientApp/node_modules/@csstools/color-helpers/README.md rename to apps/angular/node_modules/@csstools/color-helpers/README.md diff --git a/ClientApp/node_modules/@csstools/color-helpers/dist/index.cjs b/apps/angular/node_modules/@csstools/color-helpers/dist/index.cjs similarity index 100% rename from ClientApp/node_modules/@csstools/color-helpers/dist/index.cjs rename to apps/angular/node_modules/@csstools/color-helpers/dist/index.cjs diff --git a/ClientApp/node_modules/@csstools/color-helpers/dist/index.d.ts b/apps/angular/node_modules/@csstools/color-helpers/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/@csstools/color-helpers/dist/index.d.ts rename to apps/angular/node_modules/@csstools/color-helpers/dist/index.d.ts diff --git a/ClientApp/node_modules/@csstools/color-helpers/dist/index.mjs b/apps/angular/node_modules/@csstools/color-helpers/dist/index.mjs similarity index 100% rename from ClientApp/node_modules/@csstools/color-helpers/dist/index.mjs rename to apps/angular/node_modules/@csstools/color-helpers/dist/index.mjs diff --git a/ClientApp/node_modules/@csstools/color-helpers/package.json b/apps/angular/node_modules/@csstools/color-helpers/package.json similarity index 100% rename from ClientApp/node_modules/@csstools/color-helpers/package.json rename to apps/angular/node_modules/@csstools/color-helpers/package.json diff --git a/ClientApp/node_modules/@csstools/css-calc/CHANGELOG.md b/apps/angular/node_modules/@csstools/css-calc/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/@csstools/css-calc/CHANGELOG.md rename to apps/angular/node_modules/@csstools/css-calc/CHANGELOG.md diff --git a/ClientApp/node_modules/@csstools/css-calc/LICENSE.md b/apps/angular/node_modules/@csstools/css-calc/LICENSE.md similarity index 100% rename from ClientApp/node_modules/@csstools/css-calc/LICENSE.md rename to apps/angular/node_modules/@csstools/css-calc/LICENSE.md diff --git a/ClientApp/node_modules/@csstools/css-calc/README.md b/apps/angular/node_modules/@csstools/css-calc/README.md similarity index 100% rename from ClientApp/node_modules/@csstools/css-calc/README.md rename to apps/angular/node_modules/@csstools/css-calc/README.md diff --git a/ClientApp/node_modules/@csstools/css-calc/dist/index.cjs b/apps/angular/node_modules/@csstools/css-calc/dist/index.cjs similarity index 100% rename from ClientApp/node_modules/@csstools/css-calc/dist/index.cjs rename to apps/angular/node_modules/@csstools/css-calc/dist/index.cjs diff --git a/ClientApp/node_modules/@csstools/css-calc/dist/index.d.ts b/apps/angular/node_modules/@csstools/css-calc/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/@csstools/css-calc/dist/index.d.ts rename to apps/angular/node_modules/@csstools/css-calc/dist/index.d.ts diff --git a/ClientApp/node_modules/@csstools/css-calc/dist/index.mjs b/apps/angular/node_modules/@csstools/css-calc/dist/index.mjs similarity index 100% rename from ClientApp/node_modules/@csstools/css-calc/dist/index.mjs rename to apps/angular/node_modules/@csstools/css-calc/dist/index.mjs diff --git a/ClientApp/node_modules/@csstools/css-calc/package.json b/apps/angular/node_modules/@csstools/css-calc/package.json similarity index 100% rename from ClientApp/node_modules/@csstools/css-calc/package.json rename to apps/angular/node_modules/@csstools/css-calc/package.json diff --git a/ClientApp/node_modules/@csstools/css-color-parser/CHANGELOG.md b/apps/angular/node_modules/@csstools/css-color-parser/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/@csstools/css-color-parser/CHANGELOG.md rename to apps/angular/node_modules/@csstools/css-color-parser/CHANGELOG.md diff --git a/ClientApp/node_modules/@csstools/css-color-parser/LICENSE.md b/apps/angular/node_modules/@csstools/css-color-parser/LICENSE.md similarity index 100% rename from ClientApp/node_modules/@csstools/css-color-parser/LICENSE.md rename to apps/angular/node_modules/@csstools/css-color-parser/LICENSE.md diff --git a/ClientApp/node_modules/@csstools/css-color-parser/README.md b/apps/angular/node_modules/@csstools/css-color-parser/README.md similarity index 100% rename from ClientApp/node_modules/@csstools/css-color-parser/README.md rename to apps/angular/node_modules/@csstools/css-color-parser/README.md diff --git a/ClientApp/node_modules/@csstools/css-color-parser/dist/index.cjs b/apps/angular/node_modules/@csstools/css-color-parser/dist/index.cjs similarity index 100% rename from ClientApp/node_modules/@csstools/css-color-parser/dist/index.cjs rename to apps/angular/node_modules/@csstools/css-color-parser/dist/index.cjs diff --git a/ClientApp/node_modules/@csstools/css-color-parser/dist/index.d.ts b/apps/angular/node_modules/@csstools/css-color-parser/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/@csstools/css-color-parser/dist/index.d.ts rename to apps/angular/node_modules/@csstools/css-color-parser/dist/index.d.ts diff --git a/ClientApp/node_modules/@csstools/css-color-parser/dist/index.mjs b/apps/angular/node_modules/@csstools/css-color-parser/dist/index.mjs similarity index 100% rename from ClientApp/node_modules/@csstools/css-color-parser/dist/index.mjs rename to apps/angular/node_modules/@csstools/css-color-parser/dist/index.mjs diff --git a/ClientApp/node_modules/@csstools/css-color-parser/package.json b/apps/angular/node_modules/@csstools/css-color-parser/package.json similarity index 100% rename from ClientApp/node_modules/@csstools/css-color-parser/package.json rename to apps/angular/node_modules/@csstools/css-color-parser/package.json diff --git a/ClientApp/node_modules/@csstools/css-parser-algorithms/CHANGELOG.md b/apps/angular/node_modules/@csstools/css-parser-algorithms/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/@csstools/css-parser-algorithms/CHANGELOG.md rename to apps/angular/node_modules/@csstools/css-parser-algorithms/CHANGELOG.md diff --git a/ClientApp/node_modules/@csstools/css-parser-algorithms/LICENSE.md b/apps/angular/node_modules/@csstools/css-parser-algorithms/LICENSE.md similarity index 100% rename from ClientApp/node_modules/@csstools/css-parser-algorithms/LICENSE.md rename to apps/angular/node_modules/@csstools/css-parser-algorithms/LICENSE.md diff --git a/ClientApp/node_modules/@csstools/css-parser-algorithms/README.md b/apps/angular/node_modules/@csstools/css-parser-algorithms/README.md similarity index 100% rename from ClientApp/node_modules/@csstools/css-parser-algorithms/README.md rename to apps/angular/node_modules/@csstools/css-parser-algorithms/README.md diff --git a/ClientApp/node_modules/@csstools/css-parser-algorithms/dist/index.cjs b/apps/angular/node_modules/@csstools/css-parser-algorithms/dist/index.cjs similarity index 100% rename from ClientApp/node_modules/@csstools/css-parser-algorithms/dist/index.cjs rename to apps/angular/node_modules/@csstools/css-parser-algorithms/dist/index.cjs diff --git a/ClientApp/node_modules/@csstools/css-parser-algorithms/dist/index.d.ts b/apps/angular/node_modules/@csstools/css-parser-algorithms/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/@csstools/css-parser-algorithms/dist/index.d.ts rename to apps/angular/node_modules/@csstools/css-parser-algorithms/dist/index.d.ts diff --git a/ClientApp/node_modules/@csstools/css-parser-algorithms/dist/index.mjs b/apps/angular/node_modules/@csstools/css-parser-algorithms/dist/index.mjs similarity index 100% rename from ClientApp/node_modules/@csstools/css-parser-algorithms/dist/index.mjs rename to apps/angular/node_modules/@csstools/css-parser-algorithms/dist/index.mjs diff --git a/ClientApp/node_modules/@csstools/css-parser-algorithms/package.json b/apps/angular/node_modules/@csstools/css-parser-algorithms/package.json similarity index 100% rename from ClientApp/node_modules/@csstools/css-parser-algorithms/package.json rename to apps/angular/node_modules/@csstools/css-parser-algorithms/package.json diff --git a/ClientApp/node_modules/@csstools/css-tokenizer/CHANGELOG.md b/apps/angular/node_modules/@csstools/css-tokenizer/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/@csstools/css-tokenizer/CHANGELOG.md rename to apps/angular/node_modules/@csstools/css-tokenizer/CHANGELOG.md diff --git a/ClientApp/node_modules/@csstools/css-tokenizer/LICENSE.md b/apps/angular/node_modules/@csstools/css-tokenizer/LICENSE.md similarity index 100% rename from ClientApp/node_modules/@csstools/css-tokenizer/LICENSE.md rename to apps/angular/node_modules/@csstools/css-tokenizer/LICENSE.md diff --git a/ClientApp/node_modules/@csstools/css-tokenizer/README.md b/apps/angular/node_modules/@csstools/css-tokenizer/README.md similarity index 100% rename from ClientApp/node_modules/@csstools/css-tokenizer/README.md rename to apps/angular/node_modules/@csstools/css-tokenizer/README.md diff --git a/ClientApp/node_modules/@csstools/css-tokenizer/dist/index.cjs b/apps/angular/node_modules/@csstools/css-tokenizer/dist/index.cjs similarity index 100% rename from ClientApp/node_modules/@csstools/css-tokenizer/dist/index.cjs rename to apps/angular/node_modules/@csstools/css-tokenizer/dist/index.cjs diff --git a/ClientApp/node_modules/@csstools/css-tokenizer/dist/index.d.ts b/apps/angular/node_modules/@csstools/css-tokenizer/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/@csstools/css-tokenizer/dist/index.d.ts rename to apps/angular/node_modules/@csstools/css-tokenizer/dist/index.d.ts diff --git a/ClientApp/node_modules/@csstools/css-tokenizer/dist/index.mjs b/apps/angular/node_modules/@csstools/css-tokenizer/dist/index.mjs similarity index 100% rename from ClientApp/node_modules/@csstools/css-tokenizer/dist/index.mjs rename to apps/angular/node_modules/@csstools/css-tokenizer/dist/index.mjs diff --git a/ClientApp/node_modules/@csstools/css-tokenizer/package.json b/apps/angular/node_modules/@csstools/css-tokenizer/package.json similarity index 100% rename from ClientApp/node_modules/@csstools/css-tokenizer/package.json rename to apps/angular/node_modules/@csstools/css-tokenizer/package.json diff --git a/ClientApp/node_modules/@cypress/request/LICENSE b/apps/angular/node_modules/@cypress/request/LICENSE similarity index 100% rename from ClientApp/node_modules/@cypress/request/LICENSE rename to apps/angular/node_modules/@cypress/request/LICENSE diff --git a/ClientApp/node_modules/@cypress/request/README.md b/apps/angular/node_modules/@cypress/request/README.md similarity index 100% rename from ClientApp/node_modules/@cypress/request/README.md rename to apps/angular/node_modules/@cypress/request/README.md diff --git a/ClientApp/node_modules/@cypress/request/index.js b/apps/angular/node_modules/@cypress/request/index.js similarity index 100% rename from ClientApp/node_modules/@cypress/request/index.js rename to apps/angular/node_modules/@cypress/request/index.js diff --git a/ClientApp/node_modules/@cypress/request/lib/auth.js b/apps/angular/node_modules/@cypress/request/lib/auth.js similarity index 100% rename from ClientApp/node_modules/@cypress/request/lib/auth.js rename to apps/angular/node_modules/@cypress/request/lib/auth.js diff --git a/ClientApp/node_modules/@cypress/request/lib/cookies.js b/apps/angular/node_modules/@cypress/request/lib/cookies.js similarity index 100% rename from ClientApp/node_modules/@cypress/request/lib/cookies.js rename to apps/angular/node_modules/@cypress/request/lib/cookies.js diff --git a/ClientApp/node_modules/@cypress/request/lib/getProxyFromURI.js b/apps/angular/node_modules/@cypress/request/lib/getProxyFromURI.js similarity index 100% rename from ClientApp/node_modules/@cypress/request/lib/getProxyFromURI.js rename to apps/angular/node_modules/@cypress/request/lib/getProxyFromURI.js diff --git a/ClientApp/node_modules/@cypress/request/lib/har.js b/apps/angular/node_modules/@cypress/request/lib/har.js similarity index 100% rename from ClientApp/node_modules/@cypress/request/lib/har.js rename to apps/angular/node_modules/@cypress/request/lib/har.js diff --git a/ClientApp/node_modules/@cypress/request/lib/hawk.js b/apps/angular/node_modules/@cypress/request/lib/hawk.js similarity index 100% rename from ClientApp/node_modules/@cypress/request/lib/hawk.js rename to apps/angular/node_modules/@cypress/request/lib/hawk.js diff --git a/ClientApp/node_modules/@cypress/request/lib/helpers.js b/apps/angular/node_modules/@cypress/request/lib/helpers.js similarity index 100% rename from ClientApp/node_modules/@cypress/request/lib/helpers.js rename to apps/angular/node_modules/@cypress/request/lib/helpers.js diff --git a/ClientApp/node_modules/@cypress/request/lib/multipart.js b/apps/angular/node_modules/@cypress/request/lib/multipart.js similarity index 100% rename from ClientApp/node_modules/@cypress/request/lib/multipart.js rename to apps/angular/node_modules/@cypress/request/lib/multipart.js diff --git a/ClientApp/node_modules/@cypress/request/lib/querystring.js b/apps/angular/node_modules/@cypress/request/lib/querystring.js similarity index 100% rename from ClientApp/node_modules/@cypress/request/lib/querystring.js rename to apps/angular/node_modules/@cypress/request/lib/querystring.js diff --git a/ClientApp/node_modules/@cypress/request/lib/redirect.js b/apps/angular/node_modules/@cypress/request/lib/redirect.js similarity index 100% rename from ClientApp/node_modules/@cypress/request/lib/redirect.js rename to apps/angular/node_modules/@cypress/request/lib/redirect.js diff --git a/ClientApp/node_modules/@cypress/request/lib/tunnel.js b/apps/angular/node_modules/@cypress/request/lib/tunnel.js similarity index 100% rename from ClientApp/node_modules/@cypress/request/lib/tunnel.js rename to apps/angular/node_modules/@cypress/request/lib/tunnel.js diff --git a/ClientApp/node_modules/@cypress/request/package.json b/apps/angular/node_modules/@cypress/request/package.json similarity index 100% rename from ClientApp/node_modules/@cypress/request/package.json rename to apps/angular/node_modules/@cypress/request/package.json diff --git a/ClientApp/node_modules/@cypress/request/request.js b/apps/angular/node_modules/@cypress/request/request.js similarity index 100% rename from ClientApp/node_modules/@cypress/request/request.js rename to apps/angular/node_modules/@cypress/request/request.js diff --git a/ClientApp/node_modules/@cypress/xvfb/LICENSE b/apps/angular/node_modules/@cypress/xvfb/LICENSE similarity index 100% rename from ClientApp/node_modules/@cypress/xvfb/LICENSE rename to apps/angular/node_modules/@cypress/xvfb/LICENSE diff --git a/ClientApp/node_modules/@cypress/xvfb/README.md b/apps/angular/node_modules/@cypress/xvfb/README.md similarity index 100% rename from ClientApp/node_modules/@cypress/xvfb/README.md rename to apps/angular/node_modules/@cypress/xvfb/README.md diff --git a/ClientApp/node_modules/@cypress/xvfb/index.js b/apps/angular/node_modules/@cypress/xvfb/index.js similarity index 100% rename from ClientApp/node_modules/@cypress/xvfb/index.js rename to apps/angular/node_modules/@cypress/xvfb/index.js diff --git a/ClientApp/node_modules/@cypress/xvfb/node_modules/debug/CHANGELOG.md b/apps/angular/node_modules/@cypress/xvfb/node_modules/debug/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/@cypress/xvfb/node_modules/debug/CHANGELOG.md rename to apps/angular/node_modules/@cypress/xvfb/node_modules/debug/CHANGELOG.md diff --git a/ClientApp/node_modules/@cypress/xvfb/node_modules/debug/LICENSE b/apps/angular/node_modules/@cypress/xvfb/node_modules/debug/LICENSE similarity index 100% rename from ClientApp/node_modules/@cypress/xvfb/node_modules/debug/LICENSE rename to apps/angular/node_modules/@cypress/xvfb/node_modules/debug/LICENSE diff --git a/ClientApp/node_modules/@cypress/xvfb/node_modules/debug/README.md b/apps/angular/node_modules/@cypress/xvfb/node_modules/debug/README.md similarity index 100% rename from ClientApp/node_modules/@cypress/xvfb/node_modules/debug/README.md rename to apps/angular/node_modules/@cypress/xvfb/node_modules/debug/README.md diff --git a/ClientApp/node_modules/@cypress/xvfb/node_modules/debug/node.js b/apps/angular/node_modules/@cypress/xvfb/node_modules/debug/node.js similarity index 100% rename from ClientApp/node_modules/@cypress/xvfb/node_modules/debug/node.js rename to apps/angular/node_modules/@cypress/xvfb/node_modules/debug/node.js diff --git a/ClientApp/node_modules/@cypress/xvfb/node_modules/debug/package.json b/apps/angular/node_modules/@cypress/xvfb/node_modules/debug/package.json similarity index 100% rename from ClientApp/node_modules/@cypress/xvfb/node_modules/debug/package.json rename to apps/angular/node_modules/@cypress/xvfb/node_modules/debug/package.json diff --git a/ClientApp/node_modules/@cypress/xvfb/node_modules/debug/src/browser.js b/apps/angular/node_modules/@cypress/xvfb/node_modules/debug/src/browser.js similarity index 100% rename from ClientApp/node_modules/@cypress/xvfb/node_modules/debug/src/browser.js rename to apps/angular/node_modules/@cypress/xvfb/node_modules/debug/src/browser.js diff --git a/ClientApp/node_modules/@cypress/xvfb/node_modules/debug/src/common.js b/apps/angular/node_modules/@cypress/xvfb/node_modules/debug/src/common.js similarity index 100% rename from ClientApp/node_modules/@cypress/xvfb/node_modules/debug/src/common.js rename to apps/angular/node_modules/@cypress/xvfb/node_modules/debug/src/common.js diff --git a/ClientApp/node_modules/@cypress/xvfb/node_modules/debug/src/index.js b/apps/angular/node_modules/@cypress/xvfb/node_modules/debug/src/index.js similarity index 100% rename from ClientApp/node_modules/@cypress/xvfb/node_modules/debug/src/index.js rename to apps/angular/node_modules/@cypress/xvfb/node_modules/debug/src/index.js diff --git a/ClientApp/node_modules/@cypress/xvfb/node_modules/debug/src/node.js b/apps/angular/node_modules/@cypress/xvfb/node_modules/debug/src/node.js similarity index 100% rename from ClientApp/node_modules/@cypress/xvfb/node_modules/debug/src/node.js rename to apps/angular/node_modules/@cypress/xvfb/node_modules/debug/src/node.js diff --git a/ClientApp/node_modules/@cypress/xvfb/package.json b/apps/angular/node_modules/@cypress/xvfb/package.json similarity index 100% rename from ClientApp/node_modules/@cypress/xvfb/package.json rename to apps/angular/node_modules/@cypress/xvfb/package.json diff --git a/ClientApp/node_modules/@esbuild/darwin-arm64/README.md b/apps/angular/node_modules/@esbuild/darwin-arm64/README.md similarity index 100% rename from ClientApp/node_modules/@esbuild/darwin-arm64/README.md rename to apps/angular/node_modules/@esbuild/darwin-arm64/README.md diff --git a/ClientApp/node_modules/@esbuild/darwin-arm64/bin/esbuild b/apps/angular/node_modules/@esbuild/darwin-arm64/bin/esbuild similarity index 100% rename from ClientApp/node_modules/@esbuild/darwin-arm64/bin/esbuild rename to apps/angular/node_modules/@esbuild/darwin-arm64/bin/esbuild diff --git a/ClientApp/node_modules/@esbuild/darwin-arm64/package.json b/apps/angular/node_modules/@esbuild/darwin-arm64/package.json similarity index 100% rename from ClientApp/node_modules/@esbuild/darwin-arm64/package.json rename to apps/angular/node_modules/@esbuild/darwin-arm64/package.json diff --git a/ClientApp/node_modules/@eslint-community/eslint-utils/LICENSE b/apps/angular/node_modules/@eslint-community/eslint-utils/LICENSE similarity index 100% rename from ClientApp/node_modules/@eslint-community/eslint-utils/LICENSE rename to apps/angular/node_modules/@eslint-community/eslint-utils/LICENSE diff --git a/ClientApp/node_modules/@eslint-community/eslint-utils/README.md b/apps/angular/node_modules/@eslint-community/eslint-utils/README.md similarity index 100% rename from ClientApp/node_modules/@eslint-community/eslint-utils/README.md rename to apps/angular/node_modules/@eslint-community/eslint-utils/README.md diff --git a/ClientApp/node_modules/@eslint-community/eslint-utils/index.d.mts b/apps/angular/node_modules/@eslint-community/eslint-utils/index.d.mts similarity index 100% rename from ClientApp/node_modules/@eslint-community/eslint-utils/index.d.mts rename to apps/angular/node_modules/@eslint-community/eslint-utils/index.d.mts diff --git a/ClientApp/node_modules/@eslint-community/eslint-utils/index.d.ts b/apps/angular/node_modules/@eslint-community/eslint-utils/index.d.ts similarity index 100% rename from ClientApp/node_modules/@eslint-community/eslint-utils/index.d.ts rename to apps/angular/node_modules/@eslint-community/eslint-utils/index.d.ts diff --git a/ClientApp/node_modules/@eslint-community/eslint-utils/index.js b/apps/angular/node_modules/@eslint-community/eslint-utils/index.js similarity index 100% rename from ClientApp/node_modules/@eslint-community/eslint-utils/index.js rename to apps/angular/node_modules/@eslint-community/eslint-utils/index.js diff --git a/ClientApp/node_modules/@eslint-community/eslint-utils/index.js.map b/apps/angular/node_modules/@eslint-community/eslint-utils/index.js.map similarity index 100% rename from ClientApp/node_modules/@eslint-community/eslint-utils/index.js.map rename to apps/angular/node_modules/@eslint-community/eslint-utils/index.js.map diff --git a/ClientApp/node_modules/@eslint-community/eslint-utils/index.mjs b/apps/angular/node_modules/@eslint-community/eslint-utils/index.mjs similarity index 100% rename from ClientApp/node_modules/@eslint-community/eslint-utils/index.mjs rename to apps/angular/node_modules/@eslint-community/eslint-utils/index.mjs diff --git a/ClientApp/node_modules/@eslint-community/eslint-utils/index.mjs.map b/apps/angular/node_modules/@eslint-community/eslint-utils/index.mjs.map similarity index 100% rename from ClientApp/node_modules/@eslint-community/eslint-utils/index.mjs.map rename to apps/angular/node_modules/@eslint-community/eslint-utils/index.mjs.map diff --git a/ClientApp/node_modules/@eslint-community/eslint-utils/package.json b/apps/angular/node_modules/@eslint-community/eslint-utils/package.json similarity index 100% rename from ClientApp/node_modules/@eslint-community/eslint-utils/package.json rename to apps/angular/node_modules/@eslint-community/eslint-utils/package.json diff --git a/ClientApp/node_modules/@eslint-community/regexpp/LICENSE b/apps/angular/node_modules/@eslint-community/regexpp/LICENSE similarity index 100% rename from ClientApp/node_modules/@eslint-community/regexpp/LICENSE rename to apps/angular/node_modules/@eslint-community/regexpp/LICENSE diff --git a/ClientApp/node_modules/@eslint-community/regexpp/README.md b/apps/angular/node_modules/@eslint-community/regexpp/README.md similarity index 100% rename from ClientApp/node_modules/@eslint-community/regexpp/README.md rename to apps/angular/node_modules/@eslint-community/regexpp/README.md diff --git a/ClientApp/node_modules/@eslint-community/regexpp/index.d.ts b/apps/angular/node_modules/@eslint-community/regexpp/index.d.ts similarity index 100% rename from ClientApp/node_modules/@eslint-community/regexpp/index.d.ts rename to apps/angular/node_modules/@eslint-community/regexpp/index.d.ts diff --git a/ClientApp/node_modules/@eslint-community/regexpp/index.js b/apps/angular/node_modules/@eslint-community/regexpp/index.js similarity index 100% rename from ClientApp/node_modules/@eslint-community/regexpp/index.js rename to apps/angular/node_modules/@eslint-community/regexpp/index.js diff --git a/ClientApp/node_modules/@eslint-community/regexpp/index.js.map b/apps/angular/node_modules/@eslint-community/regexpp/index.js.map similarity index 100% rename from ClientApp/node_modules/@eslint-community/regexpp/index.js.map rename to apps/angular/node_modules/@eslint-community/regexpp/index.js.map diff --git a/ClientApp/node_modules/@eslint-community/regexpp/index.mjs b/apps/angular/node_modules/@eslint-community/regexpp/index.mjs similarity index 100% rename from ClientApp/node_modules/@eslint-community/regexpp/index.mjs rename to apps/angular/node_modules/@eslint-community/regexpp/index.mjs diff --git a/ClientApp/node_modules/@eslint-community/regexpp/index.mjs.map b/apps/angular/node_modules/@eslint-community/regexpp/index.mjs.map similarity index 100% rename from ClientApp/node_modules/@eslint-community/regexpp/index.mjs.map rename to apps/angular/node_modules/@eslint-community/regexpp/index.mjs.map diff --git a/ClientApp/node_modules/@eslint-community/regexpp/package.json b/apps/angular/node_modules/@eslint-community/regexpp/package.json similarity index 100% rename from ClientApp/node_modules/@eslint-community/regexpp/package.json rename to apps/angular/node_modules/@eslint-community/regexpp/package.json diff --git a/ClientApp/node_modules/@eslint/eslintrc/LICENSE b/apps/angular/node_modules/@eslint/eslintrc/LICENSE similarity index 100% rename from ClientApp/node_modules/@eslint/eslintrc/LICENSE rename to apps/angular/node_modules/@eslint/eslintrc/LICENSE diff --git a/ClientApp/node_modules/@eslint/eslintrc/README.md b/apps/angular/node_modules/@eslint/eslintrc/README.md similarity index 100% rename from ClientApp/node_modules/@eslint/eslintrc/README.md rename to apps/angular/node_modules/@eslint/eslintrc/README.md diff --git a/ClientApp/node_modules/@eslint/eslintrc/conf/config-schema.js b/apps/angular/node_modules/@eslint/eslintrc/conf/config-schema.js similarity index 100% rename from ClientApp/node_modules/@eslint/eslintrc/conf/config-schema.js rename to apps/angular/node_modules/@eslint/eslintrc/conf/config-schema.js diff --git a/ClientApp/node_modules/@eslint/eslintrc/conf/environments.js b/apps/angular/node_modules/@eslint/eslintrc/conf/environments.js similarity index 100% rename from ClientApp/node_modules/@eslint/eslintrc/conf/environments.js rename to apps/angular/node_modules/@eslint/eslintrc/conf/environments.js diff --git a/ClientApp/node_modules/@eslint/eslintrc/dist/eslintrc-universal.cjs b/apps/angular/node_modules/@eslint/eslintrc/dist/eslintrc-universal.cjs similarity index 100% rename from ClientApp/node_modules/@eslint/eslintrc/dist/eslintrc-universal.cjs rename to apps/angular/node_modules/@eslint/eslintrc/dist/eslintrc-universal.cjs diff --git a/ClientApp/node_modules/@eslint/eslintrc/dist/eslintrc-universal.cjs.map b/apps/angular/node_modules/@eslint/eslintrc/dist/eslintrc-universal.cjs.map similarity index 100% rename from ClientApp/node_modules/@eslint/eslintrc/dist/eslintrc-universal.cjs.map rename to apps/angular/node_modules/@eslint/eslintrc/dist/eslintrc-universal.cjs.map diff --git a/ClientApp/node_modules/@eslint/eslintrc/dist/eslintrc.cjs b/apps/angular/node_modules/@eslint/eslintrc/dist/eslintrc.cjs similarity index 100% rename from ClientApp/node_modules/@eslint/eslintrc/dist/eslintrc.cjs rename to apps/angular/node_modules/@eslint/eslintrc/dist/eslintrc.cjs diff --git a/ClientApp/node_modules/@eslint/eslintrc/dist/eslintrc.cjs.map b/apps/angular/node_modules/@eslint/eslintrc/dist/eslintrc.cjs.map similarity index 100% rename from ClientApp/node_modules/@eslint/eslintrc/dist/eslintrc.cjs.map rename to apps/angular/node_modules/@eslint/eslintrc/dist/eslintrc.cjs.map diff --git a/ClientApp/node_modules/@eslint/eslintrc/lib/cascading-config-array-factory.js b/apps/angular/node_modules/@eslint/eslintrc/lib/cascading-config-array-factory.js similarity index 100% rename from ClientApp/node_modules/@eslint/eslintrc/lib/cascading-config-array-factory.js rename to apps/angular/node_modules/@eslint/eslintrc/lib/cascading-config-array-factory.js diff --git a/ClientApp/node_modules/@eslint/eslintrc/lib/config-array-factory.js b/apps/angular/node_modules/@eslint/eslintrc/lib/config-array-factory.js similarity index 100% rename from ClientApp/node_modules/@eslint/eslintrc/lib/config-array-factory.js rename to apps/angular/node_modules/@eslint/eslintrc/lib/config-array-factory.js diff --git a/ClientApp/node_modules/@eslint/eslintrc/lib/config-array/config-array.js b/apps/angular/node_modules/@eslint/eslintrc/lib/config-array/config-array.js similarity index 100% rename from ClientApp/node_modules/@eslint/eslintrc/lib/config-array/config-array.js rename to apps/angular/node_modules/@eslint/eslintrc/lib/config-array/config-array.js diff --git a/ClientApp/node_modules/@eslint/eslintrc/lib/config-array/config-dependency.js b/apps/angular/node_modules/@eslint/eslintrc/lib/config-array/config-dependency.js similarity index 100% rename from ClientApp/node_modules/@eslint/eslintrc/lib/config-array/config-dependency.js rename to apps/angular/node_modules/@eslint/eslintrc/lib/config-array/config-dependency.js diff --git a/ClientApp/node_modules/@eslint/eslintrc/lib/config-array/extracted-config.js b/apps/angular/node_modules/@eslint/eslintrc/lib/config-array/extracted-config.js similarity index 100% rename from ClientApp/node_modules/@eslint/eslintrc/lib/config-array/extracted-config.js rename to apps/angular/node_modules/@eslint/eslintrc/lib/config-array/extracted-config.js diff --git a/ClientApp/node_modules/@eslint/eslintrc/lib/config-array/ignore-pattern.js b/apps/angular/node_modules/@eslint/eslintrc/lib/config-array/ignore-pattern.js similarity index 100% rename from ClientApp/node_modules/@eslint/eslintrc/lib/config-array/ignore-pattern.js rename to apps/angular/node_modules/@eslint/eslintrc/lib/config-array/ignore-pattern.js diff --git a/ClientApp/node_modules/@eslint/eslintrc/lib/config-array/index.js b/apps/angular/node_modules/@eslint/eslintrc/lib/config-array/index.js similarity index 100% rename from ClientApp/node_modules/@eslint/eslintrc/lib/config-array/index.js rename to apps/angular/node_modules/@eslint/eslintrc/lib/config-array/index.js diff --git a/ClientApp/node_modules/@eslint/eslintrc/lib/config-array/override-tester.js b/apps/angular/node_modules/@eslint/eslintrc/lib/config-array/override-tester.js similarity index 100% rename from ClientApp/node_modules/@eslint/eslintrc/lib/config-array/override-tester.js rename to apps/angular/node_modules/@eslint/eslintrc/lib/config-array/override-tester.js diff --git a/ClientApp/node_modules/@eslint/eslintrc/lib/flat-compat.js b/apps/angular/node_modules/@eslint/eslintrc/lib/flat-compat.js similarity index 100% rename from ClientApp/node_modules/@eslint/eslintrc/lib/flat-compat.js rename to apps/angular/node_modules/@eslint/eslintrc/lib/flat-compat.js diff --git a/ClientApp/node_modules/@eslint/eslintrc/lib/index-universal.js b/apps/angular/node_modules/@eslint/eslintrc/lib/index-universal.js similarity index 100% rename from ClientApp/node_modules/@eslint/eslintrc/lib/index-universal.js rename to apps/angular/node_modules/@eslint/eslintrc/lib/index-universal.js diff --git a/ClientApp/node_modules/@eslint/eslintrc/lib/index.js b/apps/angular/node_modules/@eslint/eslintrc/lib/index.js similarity index 100% rename from ClientApp/node_modules/@eslint/eslintrc/lib/index.js rename to apps/angular/node_modules/@eslint/eslintrc/lib/index.js diff --git a/ClientApp/node_modules/@eslint/eslintrc/lib/shared/ajv.js b/apps/angular/node_modules/@eslint/eslintrc/lib/shared/ajv.js similarity index 100% rename from ClientApp/node_modules/@eslint/eslintrc/lib/shared/ajv.js rename to apps/angular/node_modules/@eslint/eslintrc/lib/shared/ajv.js diff --git a/ClientApp/node_modules/@eslint/eslintrc/lib/shared/config-ops.js b/apps/angular/node_modules/@eslint/eslintrc/lib/shared/config-ops.js similarity index 100% rename from ClientApp/node_modules/@eslint/eslintrc/lib/shared/config-ops.js rename to apps/angular/node_modules/@eslint/eslintrc/lib/shared/config-ops.js diff --git a/ClientApp/node_modules/@eslint/eslintrc/lib/shared/config-validator.js b/apps/angular/node_modules/@eslint/eslintrc/lib/shared/config-validator.js similarity index 100% rename from ClientApp/node_modules/@eslint/eslintrc/lib/shared/config-validator.js rename to apps/angular/node_modules/@eslint/eslintrc/lib/shared/config-validator.js diff --git a/ClientApp/node_modules/@eslint/eslintrc/lib/shared/deprecation-warnings.js b/apps/angular/node_modules/@eslint/eslintrc/lib/shared/deprecation-warnings.js similarity index 100% rename from ClientApp/node_modules/@eslint/eslintrc/lib/shared/deprecation-warnings.js rename to apps/angular/node_modules/@eslint/eslintrc/lib/shared/deprecation-warnings.js diff --git a/ClientApp/node_modules/@eslint/eslintrc/lib/shared/naming.js b/apps/angular/node_modules/@eslint/eslintrc/lib/shared/naming.js similarity index 100% rename from ClientApp/node_modules/@eslint/eslintrc/lib/shared/naming.js rename to apps/angular/node_modules/@eslint/eslintrc/lib/shared/naming.js diff --git a/ClientApp/node_modules/@eslint/eslintrc/lib/shared/relative-module-resolver.js b/apps/angular/node_modules/@eslint/eslintrc/lib/shared/relative-module-resolver.js similarity index 100% rename from ClientApp/node_modules/@eslint/eslintrc/lib/shared/relative-module-resolver.js rename to apps/angular/node_modules/@eslint/eslintrc/lib/shared/relative-module-resolver.js diff --git a/ClientApp/node_modules/@eslint/eslintrc/lib/shared/types.js b/apps/angular/node_modules/@eslint/eslintrc/lib/shared/types.js similarity index 100% rename from ClientApp/node_modules/@eslint/eslintrc/lib/shared/types.js rename to apps/angular/node_modules/@eslint/eslintrc/lib/shared/types.js diff --git a/ClientApp/node_modules/@eslint/eslintrc/package.json b/apps/angular/node_modules/@eslint/eslintrc/package.json similarity index 100% rename from ClientApp/node_modules/@eslint/eslintrc/package.json rename to apps/angular/node_modules/@eslint/eslintrc/package.json diff --git a/ClientApp/node_modules/@eslint/eslintrc/universal.js b/apps/angular/node_modules/@eslint/eslintrc/universal.js similarity index 100% rename from ClientApp/node_modules/@eslint/eslintrc/universal.js rename to apps/angular/node_modules/@eslint/eslintrc/universal.js diff --git a/ClientApp/node_modules/@eslint/js/LICENSE b/apps/angular/node_modules/@eslint/js/LICENSE similarity index 100% rename from ClientApp/node_modules/@eslint/js/LICENSE rename to apps/angular/node_modules/@eslint/js/LICENSE diff --git a/ClientApp/node_modules/@eslint/js/README.md b/apps/angular/node_modules/@eslint/js/README.md similarity index 100% rename from ClientApp/node_modules/@eslint/js/README.md rename to apps/angular/node_modules/@eslint/js/README.md diff --git a/ClientApp/node_modules/@eslint/js/package.json b/apps/angular/node_modules/@eslint/js/package.json similarity index 100% rename from ClientApp/node_modules/@eslint/js/package.json rename to apps/angular/node_modules/@eslint/js/package.json diff --git a/ClientApp/node_modules/@eslint/js/src/configs/eslint-all.js b/apps/angular/node_modules/@eslint/js/src/configs/eslint-all.js similarity index 100% rename from ClientApp/node_modules/@eslint/js/src/configs/eslint-all.js rename to apps/angular/node_modules/@eslint/js/src/configs/eslint-all.js diff --git a/ClientApp/node_modules/@eslint/js/src/configs/eslint-recommended.js b/apps/angular/node_modules/@eslint/js/src/configs/eslint-recommended.js similarity index 100% rename from ClientApp/node_modules/@eslint/js/src/configs/eslint-recommended.js rename to apps/angular/node_modules/@eslint/js/src/configs/eslint-recommended.js diff --git a/ClientApp/node_modules/@eslint/js/src/index.js b/apps/angular/node_modules/@eslint/js/src/index.js similarity index 100% rename from ClientApp/node_modules/@eslint/js/src/index.js rename to apps/angular/node_modules/@eslint/js/src/index.js diff --git a/ClientApp/node_modules/@humanwhocodes/config-array/LICENSE b/apps/angular/node_modules/@humanwhocodes/config-array/LICENSE similarity index 100% rename from ClientApp/node_modules/@humanwhocodes/config-array/LICENSE rename to apps/angular/node_modules/@humanwhocodes/config-array/LICENSE diff --git a/ClientApp/node_modules/@humanwhocodes/config-array/README.md b/apps/angular/node_modules/@humanwhocodes/config-array/README.md similarity index 100% rename from ClientApp/node_modules/@humanwhocodes/config-array/README.md rename to apps/angular/node_modules/@humanwhocodes/config-array/README.md diff --git a/ClientApp/node_modules/@humanwhocodes/config-array/api.js b/apps/angular/node_modules/@humanwhocodes/config-array/api.js similarity index 100% rename from ClientApp/node_modules/@humanwhocodes/config-array/api.js rename to apps/angular/node_modules/@humanwhocodes/config-array/api.js diff --git a/ClientApp/node_modules/@humanwhocodes/config-array/package.json b/apps/angular/node_modules/@humanwhocodes/config-array/package.json similarity index 100% rename from ClientApp/node_modules/@humanwhocodes/config-array/package.json rename to apps/angular/node_modules/@humanwhocodes/config-array/package.json diff --git a/ClientApp/node_modules/@humanwhocodes/module-importer/CHANGELOG.md b/apps/angular/node_modules/@humanwhocodes/module-importer/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/@humanwhocodes/module-importer/CHANGELOG.md rename to apps/angular/node_modules/@humanwhocodes/module-importer/CHANGELOG.md diff --git a/ClientApp/node_modules/@humanwhocodes/module-importer/LICENSE b/apps/angular/node_modules/@humanwhocodes/module-importer/LICENSE similarity index 100% rename from ClientApp/node_modules/@humanwhocodes/module-importer/LICENSE rename to apps/angular/node_modules/@humanwhocodes/module-importer/LICENSE diff --git a/ClientApp/node_modules/@humanwhocodes/module-importer/README.md b/apps/angular/node_modules/@humanwhocodes/module-importer/README.md similarity index 100% rename from ClientApp/node_modules/@humanwhocodes/module-importer/README.md rename to apps/angular/node_modules/@humanwhocodes/module-importer/README.md diff --git a/ClientApp/node_modules/@humanwhocodes/module-importer/dist/module-importer.cjs b/apps/angular/node_modules/@humanwhocodes/module-importer/dist/module-importer.cjs similarity index 100% rename from ClientApp/node_modules/@humanwhocodes/module-importer/dist/module-importer.cjs rename to apps/angular/node_modules/@humanwhocodes/module-importer/dist/module-importer.cjs diff --git a/ClientApp/node_modules/@humanwhocodes/module-importer/dist/module-importer.d.cts b/apps/angular/node_modules/@humanwhocodes/module-importer/dist/module-importer.d.cts similarity index 100% rename from ClientApp/node_modules/@humanwhocodes/module-importer/dist/module-importer.d.cts rename to apps/angular/node_modules/@humanwhocodes/module-importer/dist/module-importer.d.cts diff --git a/ClientApp/node_modules/@humanwhocodes/module-importer/dist/module-importer.d.ts b/apps/angular/node_modules/@humanwhocodes/module-importer/dist/module-importer.d.ts similarity index 100% rename from ClientApp/node_modules/@humanwhocodes/module-importer/dist/module-importer.d.ts rename to apps/angular/node_modules/@humanwhocodes/module-importer/dist/module-importer.d.ts diff --git a/ClientApp/node_modules/@humanwhocodes/module-importer/dist/module-importer.js b/apps/angular/node_modules/@humanwhocodes/module-importer/dist/module-importer.js similarity index 100% rename from ClientApp/node_modules/@humanwhocodes/module-importer/dist/module-importer.js rename to apps/angular/node_modules/@humanwhocodes/module-importer/dist/module-importer.js diff --git a/ClientApp/node_modules/@humanwhocodes/module-importer/package.json b/apps/angular/node_modules/@humanwhocodes/module-importer/package.json similarity index 100% rename from ClientApp/node_modules/@humanwhocodes/module-importer/package.json rename to apps/angular/node_modules/@humanwhocodes/module-importer/package.json diff --git a/ClientApp/node_modules/@humanwhocodes/module-importer/src/module-importer.cjs b/apps/angular/node_modules/@humanwhocodes/module-importer/src/module-importer.cjs similarity index 100% rename from ClientApp/node_modules/@humanwhocodes/module-importer/src/module-importer.cjs rename to apps/angular/node_modules/@humanwhocodes/module-importer/src/module-importer.cjs diff --git a/ClientApp/node_modules/@humanwhocodes/module-importer/src/module-importer.js b/apps/angular/node_modules/@humanwhocodes/module-importer/src/module-importer.js similarity index 100% rename from ClientApp/node_modules/@humanwhocodes/module-importer/src/module-importer.js rename to apps/angular/node_modules/@humanwhocodes/module-importer/src/module-importer.js diff --git a/ClientApp/node_modules/@humanwhocodes/object-schema/CHANGELOG.md b/apps/angular/node_modules/@humanwhocodes/object-schema/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/@humanwhocodes/object-schema/CHANGELOG.md rename to apps/angular/node_modules/@humanwhocodes/object-schema/CHANGELOG.md diff --git a/ClientApp/node_modules/@humanwhocodes/object-schema/LICENSE b/apps/angular/node_modules/@humanwhocodes/object-schema/LICENSE similarity index 100% rename from ClientApp/node_modules/@humanwhocodes/object-schema/LICENSE rename to apps/angular/node_modules/@humanwhocodes/object-schema/LICENSE diff --git a/ClientApp/node_modules/@humanwhocodes/object-schema/README.md b/apps/angular/node_modules/@humanwhocodes/object-schema/README.md similarity index 100% rename from ClientApp/node_modules/@humanwhocodes/object-schema/README.md rename to apps/angular/node_modules/@humanwhocodes/object-schema/README.md diff --git a/ClientApp/node_modules/@humanwhocodes/object-schema/package.json b/apps/angular/node_modules/@humanwhocodes/object-schema/package.json similarity index 100% rename from ClientApp/node_modules/@humanwhocodes/object-schema/package.json rename to apps/angular/node_modules/@humanwhocodes/object-schema/package.json diff --git a/ClientApp/node_modules/@humanwhocodes/object-schema/src/index.js b/apps/angular/node_modules/@humanwhocodes/object-schema/src/index.js similarity index 100% rename from ClientApp/node_modules/@humanwhocodes/object-schema/src/index.js rename to apps/angular/node_modules/@humanwhocodes/object-schema/src/index.js diff --git a/ClientApp/node_modules/@humanwhocodes/object-schema/src/merge-strategy.js b/apps/angular/node_modules/@humanwhocodes/object-schema/src/merge-strategy.js similarity index 100% rename from ClientApp/node_modules/@humanwhocodes/object-schema/src/merge-strategy.js rename to apps/angular/node_modules/@humanwhocodes/object-schema/src/merge-strategy.js diff --git a/ClientApp/node_modules/@humanwhocodes/object-schema/src/object-schema.js b/apps/angular/node_modules/@humanwhocodes/object-schema/src/object-schema.js similarity index 100% rename from ClientApp/node_modules/@humanwhocodes/object-schema/src/object-schema.js rename to apps/angular/node_modules/@humanwhocodes/object-schema/src/object-schema.js diff --git a/ClientApp/node_modules/@humanwhocodes/object-schema/src/validation-strategy.js b/apps/angular/node_modules/@humanwhocodes/object-schema/src/validation-strategy.js similarity index 100% rename from ClientApp/node_modules/@humanwhocodes/object-schema/src/validation-strategy.js rename to apps/angular/node_modules/@humanwhocodes/object-schema/src/validation-strategy.js diff --git a/ClientApp/node_modules/@istanbuljs/schema/CHANGELOG.md b/apps/angular/node_modules/@istanbuljs/schema/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/@istanbuljs/schema/CHANGELOG.md rename to apps/angular/node_modules/@istanbuljs/schema/CHANGELOG.md diff --git a/ClientApp/node_modules/@istanbuljs/schema/LICENSE b/apps/angular/node_modules/@istanbuljs/schema/LICENSE similarity index 100% rename from ClientApp/node_modules/@istanbuljs/schema/LICENSE rename to apps/angular/node_modules/@istanbuljs/schema/LICENSE diff --git a/ClientApp/node_modules/@istanbuljs/schema/README.md b/apps/angular/node_modules/@istanbuljs/schema/README.md similarity index 100% rename from ClientApp/node_modules/@istanbuljs/schema/README.md rename to apps/angular/node_modules/@istanbuljs/schema/README.md diff --git a/ClientApp/node_modules/@istanbuljs/schema/default-exclude.js b/apps/angular/node_modules/@istanbuljs/schema/default-exclude.js similarity index 100% rename from ClientApp/node_modules/@istanbuljs/schema/default-exclude.js rename to apps/angular/node_modules/@istanbuljs/schema/default-exclude.js diff --git a/ClientApp/node_modules/@istanbuljs/schema/default-extension.js b/apps/angular/node_modules/@istanbuljs/schema/default-extension.js similarity index 100% rename from ClientApp/node_modules/@istanbuljs/schema/default-extension.js rename to apps/angular/node_modules/@istanbuljs/schema/default-extension.js diff --git a/ClientApp/node_modules/@istanbuljs/schema/index.js b/apps/angular/node_modules/@istanbuljs/schema/index.js similarity index 100% rename from ClientApp/node_modules/@istanbuljs/schema/index.js rename to apps/angular/node_modules/@istanbuljs/schema/index.js diff --git a/ClientApp/node_modules/@istanbuljs/schema/package.json b/apps/angular/node_modules/@istanbuljs/schema/package.json similarity index 100% rename from ClientApp/node_modules/@istanbuljs/schema/package.json rename to apps/angular/node_modules/@istanbuljs/schema/package.json diff --git a/ClientApp/node_modules/@jest/schemas/LICENSE b/apps/angular/node_modules/@jest/schemas/LICENSE similarity index 100% rename from ClientApp/node_modules/@jest/schemas/LICENSE rename to apps/angular/node_modules/@jest/schemas/LICENSE diff --git a/ClientApp/node_modules/@jest/schemas/README.md b/apps/angular/node_modules/@jest/schemas/README.md similarity index 100% rename from ClientApp/node_modules/@jest/schemas/README.md rename to apps/angular/node_modules/@jest/schemas/README.md diff --git a/ClientApp/node_modules/@jest/schemas/build/index.d.ts b/apps/angular/node_modules/@jest/schemas/build/index.d.ts similarity index 100% rename from ClientApp/node_modules/@jest/schemas/build/index.d.ts rename to apps/angular/node_modules/@jest/schemas/build/index.d.ts diff --git a/ClientApp/node_modules/@jest/schemas/build/index.js b/apps/angular/node_modules/@jest/schemas/build/index.js similarity index 100% rename from ClientApp/node_modules/@jest/schemas/build/index.js rename to apps/angular/node_modules/@jest/schemas/build/index.js diff --git a/ClientApp/node_modules/@jest/schemas/package.json b/apps/angular/node_modules/@jest/schemas/package.json similarity index 100% rename from ClientApp/node_modules/@jest/schemas/package.json rename to apps/angular/node_modules/@jest/schemas/package.json diff --git a/ClientApp/node_modules/@jridgewell/gen-mapping/LICENSE b/apps/angular/node_modules/@jridgewell/gen-mapping/LICENSE similarity index 100% rename from ClientApp/node_modules/@jridgewell/gen-mapping/LICENSE rename to apps/angular/node_modules/@jridgewell/gen-mapping/LICENSE diff --git a/ClientApp/node_modules/@jridgewell/gen-mapping/README.md b/apps/angular/node_modules/@jridgewell/gen-mapping/README.md similarity index 100% rename from ClientApp/node_modules/@jridgewell/gen-mapping/README.md rename to apps/angular/node_modules/@jridgewell/gen-mapping/README.md diff --git a/ClientApp/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs b/apps/angular/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs similarity index 100% rename from ClientApp/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs rename to apps/angular/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs diff --git a/ClientApp/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs.map b/apps/angular/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs.map similarity index 100% rename from ClientApp/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs.map rename to apps/angular/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs.map diff --git a/ClientApp/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js b/apps/angular/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js similarity index 100% rename from ClientApp/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js rename to apps/angular/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js diff --git a/ClientApp/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js.map b/apps/angular/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js.map similarity index 100% rename from ClientApp/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js.map rename to apps/angular/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js.map diff --git a/ClientApp/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts b/apps/angular/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts similarity index 100% rename from ClientApp/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts rename to apps/angular/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts diff --git a/ClientApp/node_modules/@jridgewell/gen-mapping/dist/types/set-array.d.ts b/apps/angular/node_modules/@jridgewell/gen-mapping/dist/types/set-array.d.ts similarity index 100% rename from ClientApp/node_modules/@jridgewell/gen-mapping/dist/types/set-array.d.ts rename to apps/angular/node_modules/@jridgewell/gen-mapping/dist/types/set-array.d.ts diff --git a/ClientApp/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts b/apps/angular/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts similarity index 100% rename from ClientApp/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts rename to apps/angular/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts diff --git a/ClientApp/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts b/apps/angular/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts similarity index 100% rename from ClientApp/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts rename to apps/angular/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts diff --git a/ClientApp/node_modules/@jridgewell/gen-mapping/package.json b/apps/angular/node_modules/@jridgewell/gen-mapping/package.json similarity index 100% rename from ClientApp/node_modules/@jridgewell/gen-mapping/package.json rename to apps/angular/node_modules/@jridgewell/gen-mapping/package.json diff --git a/ClientApp/node_modules/@jridgewell/gen-mapping/src/gen-mapping.ts b/apps/angular/node_modules/@jridgewell/gen-mapping/src/gen-mapping.ts similarity index 100% rename from ClientApp/node_modules/@jridgewell/gen-mapping/src/gen-mapping.ts rename to apps/angular/node_modules/@jridgewell/gen-mapping/src/gen-mapping.ts diff --git a/ClientApp/node_modules/@jridgewell/gen-mapping/src/set-array.ts b/apps/angular/node_modules/@jridgewell/gen-mapping/src/set-array.ts similarity index 100% rename from ClientApp/node_modules/@jridgewell/gen-mapping/src/set-array.ts rename to apps/angular/node_modules/@jridgewell/gen-mapping/src/set-array.ts diff --git a/ClientApp/node_modules/@jridgewell/gen-mapping/src/sourcemap-segment.ts b/apps/angular/node_modules/@jridgewell/gen-mapping/src/sourcemap-segment.ts similarity index 100% rename from ClientApp/node_modules/@jridgewell/gen-mapping/src/sourcemap-segment.ts rename to apps/angular/node_modules/@jridgewell/gen-mapping/src/sourcemap-segment.ts diff --git a/ClientApp/node_modules/@jridgewell/gen-mapping/src/types.ts b/apps/angular/node_modules/@jridgewell/gen-mapping/src/types.ts similarity index 100% rename from ClientApp/node_modules/@jridgewell/gen-mapping/src/types.ts rename to apps/angular/node_modules/@jridgewell/gen-mapping/src/types.ts diff --git a/ClientApp/node_modules/@jridgewell/gen-mapping/types/gen-mapping.d.cts b/apps/angular/node_modules/@jridgewell/gen-mapping/types/gen-mapping.d.cts similarity index 100% rename from ClientApp/node_modules/@jridgewell/gen-mapping/types/gen-mapping.d.cts rename to apps/angular/node_modules/@jridgewell/gen-mapping/types/gen-mapping.d.cts diff --git a/ClientApp/node_modules/@jridgewell/gen-mapping/types/gen-mapping.d.cts.map b/apps/angular/node_modules/@jridgewell/gen-mapping/types/gen-mapping.d.cts.map similarity index 100% rename from ClientApp/node_modules/@jridgewell/gen-mapping/types/gen-mapping.d.cts.map rename to apps/angular/node_modules/@jridgewell/gen-mapping/types/gen-mapping.d.cts.map diff --git a/ClientApp/node_modules/@jridgewell/gen-mapping/types/gen-mapping.d.mts b/apps/angular/node_modules/@jridgewell/gen-mapping/types/gen-mapping.d.mts similarity index 100% rename from ClientApp/node_modules/@jridgewell/gen-mapping/types/gen-mapping.d.mts rename to apps/angular/node_modules/@jridgewell/gen-mapping/types/gen-mapping.d.mts diff --git a/ClientApp/node_modules/@jridgewell/gen-mapping/types/gen-mapping.d.mts.map b/apps/angular/node_modules/@jridgewell/gen-mapping/types/gen-mapping.d.mts.map similarity index 100% rename from ClientApp/node_modules/@jridgewell/gen-mapping/types/gen-mapping.d.mts.map rename to apps/angular/node_modules/@jridgewell/gen-mapping/types/gen-mapping.d.mts.map diff --git a/ClientApp/node_modules/@jridgewell/gen-mapping/types/set-array.d.cts b/apps/angular/node_modules/@jridgewell/gen-mapping/types/set-array.d.cts similarity index 100% rename from ClientApp/node_modules/@jridgewell/gen-mapping/types/set-array.d.cts rename to apps/angular/node_modules/@jridgewell/gen-mapping/types/set-array.d.cts diff --git a/ClientApp/node_modules/@jridgewell/gen-mapping/types/set-array.d.cts.map b/apps/angular/node_modules/@jridgewell/gen-mapping/types/set-array.d.cts.map similarity index 100% rename from ClientApp/node_modules/@jridgewell/gen-mapping/types/set-array.d.cts.map rename to apps/angular/node_modules/@jridgewell/gen-mapping/types/set-array.d.cts.map diff --git a/ClientApp/node_modules/@jridgewell/gen-mapping/types/set-array.d.mts b/apps/angular/node_modules/@jridgewell/gen-mapping/types/set-array.d.mts similarity index 100% rename from ClientApp/node_modules/@jridgewell/gen-mapping/types/set-array.d.mts rename to apps/angular/node_modules/@jridgewell/gen-mapping/types/set-array.d.mts diff --git a/ClientApp/node_modules/@jridgewell/gen-mapping/types/set-array.d.mts.map b/apps/angular/node_modules/@jridgewell/gen-mapping/types/set-array.d.mts.map similarity index 100% rename from ClientApp/node_modules/@jridgewell/gen-mapping/types/set-array.d.mts.map rename to apps/angular/node_modules/@jridgewell/gen-mapping/types/set-array.d.mts.map diff --git a/ClientApp/node_modules/@jridgewell/gen-mapping/types/sourcemap-segment.d.cts b/apps/angular/node_modules/@jridgewell/gen-mapping/types/sourcemap-segment.d.cts similarity index 100% rename from ClientApp/node_modules/@jridgewell/gen-mapping/types/sourcemap-segment.d.cts rename to apps/angular/node_modules/@jridgewell/gen-mapping/types/sourcemap-segment.d.cts diff --git a/ClientApp/node_modules/@jridgewell/gen-mapping/types/sourcemap-segment.d.cts.map b/apps/angular/node_modules/@jridgewell/gen-mapping/types/sourcemap-segment.d.cts.map similarity index 100% rename from ClientApp/node_modules/@jridgewell/gen-mapping/types/sourcemap-segment.d.cts.map rename to apps/angular/node_modules/@jridgewell/gen-mapping/types/sourcemap-segment.d.cts.map diff --git a/ClientApp/node_modules/@jridgewell/gen-mapping/types/sourcemap-segment.d.mts b/apps/angular/node_modules/@jridgewell/gen-mapping/types/sourcemap-segment.d.mts similarity index 100% rename from ClientApp/node_modules/@jridgewell/gen-mapping/types/sourcemap-segment.d.mts rename to apps/angular/node_modules/@jridgewell/gen-mapping/types/sourcemap-segment.d.mts diff --git a/ClientApp/node_modules/@jridgewell/gen-mapping/types/sourcemap-segment.d.mts.map b/apps/angular/node_modules/@jridgewell/gen-mapping/types/sourcemap-segment.d.mts.map similarity index 100% rename from ClientApp/node_modules/@jridgewell/gen-mapping/types/sourcemap-segment.d.mts.map rename to apps/angular/node_modules/@jridgewell/gen-mapping/types/sourcemap-segment.d.mts.map diff --git a/ClientApp/node_modules/@jridgewell/gen-mapping/types/types.d.cts b/apps/angular/node_modules/@jridgewell/gen-mapping/types/types.d.cts similarity index 100% rename from ClientApp/node_modules/@jridgewell/gen-mapping/types/types.d.cts rename to apps/angular/node_modules/@jridgewell/gen-mapping/types/types.d.cts diff --git a/ClientApp/node_modules/@jridgewell/gen-mapping/types/types.d.cts.map b/apps/angular/node_modules/@jridgewell/gen-mapping/types/types.d.cts.map similarity index 100% rename from ClientApp/node_modules/@jridgewell/gen-mapping/types/types.d.cts.map rename to apps/angular/node_modules/@jridgewell/gen-mapping/types/types.d.cts.map diff --git a/ClientApp/node_modules/@jridgewell/gen-mapping/types/types.d.mts b/apps/angular/node_modules/@jridgewell/gen-mapping/types/types.d.mts similarity index 100% rename from ClientApp/node_modules/@jridgewell/gen-mapping/types/types.d.mts rename to apps/angular/node_modules/@jridgewell/gen-mapping/types/types.d.mts diff --git a/ClientApp/node_modules/@jridgewell/gen-mapping/types/types.d.mts.map b/apps/angular/node_modules/@jridgewell/gen-mapping/types/types.d.mts.map similarity index 100% rename from ClientApp/node_modules/@jridgewell/gen-mapping/types/types.d.mts.map rename to apps/angular/node_modules/@jridgewell/gen-mapping/types/types.d.mts.map diff --git a/ClientApp/node_modules/@jridgewell/resolve-uri/LICENSE b/apps/angular/node_modules/@jridgewell/resolve-uri/LICENSE similarity index 100% rename from ClientApp/node_modules/@jridgewell/resolve-uri/LICENSE rename to apps/angular/node_modules/@jridgewell/resolve-uri/LICENSE diff --git a/ClientApp/node_modules/@jridgewell/resolve-uri/README.md b/apps/angular/node_modules/@jridgewell/resolve-uri/README.md similarity index 100% rename from ClientApp/node_modules/@jridgewell/resolve-uri/README.md rename to apps/angular/node_modules/@jridgewell/resolve-uri/README.md diff --git a/ClientApp/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs b/apps/angular/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs similarity index 100% rename from ClientApp/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs rename to apps/angular/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs diff --git a/ClientApp/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map b/apps/angular/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map similarity index 100% rename from ClientApp/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map rename to apps/angular/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map diff --git a/ClientApp/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js b/apps/angular/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js similarity index 100% rename from ClientApp/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js rename to apps/angular/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js diff --git a/ClientApp/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map b/apps/angular/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map similarity index 100% rename from ClientApp/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map rename to apps/angular/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map diff --git a/ClientApp/node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts b/apps/angular/node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts similarity index 100% rename from ClientApp/node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts rename to apps/angular/node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts diff --git a/ClientApp/node_modules/@jridgewell/resolve-uri/package.json b/apps/angular/node_modules/@jridgewell/resolve-uri/package.json similarity index 100% rename from ClientApp/node_modules/@jridgewell/resolve-uri/package.json rename to apps/angular/node_modules/@jridgewell/resolve-uri/package.json diff --git a/ClientApp/node_modules/@jridgewell/sourcemap-codec/LICENSE b/apps/angular/node_modules/@jridgewell/sourcemap-codec/LICENSE similarity index 100% rename from ClientApp/node_modules/@jridgewell/sourcemap-codec/LICENSE rename to apps/angular/node_modules/@jridgewell/sourcemap-codec/LICENSE diff --git a/ClientApp/node_modules/@jridgewell/sourcemap-codec/README.md b/apps/angular/node_modules/@jridgewell/sourcemap-codec/README.md similarity index 100% rename from ClientApp/node_modules/@jridgewell/sourcemap-codec/README.md rename to apps/angular/node_modules/@jridgewell/sourcemap-codec/README.md diff --git a/ClientApp/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs b/apps/angular/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs similarity index 100% rename from ClientApp/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs rename to apps/angular/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs diff --git a/ClientApp/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map b/apps/angular/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map similarity index 100% rename from ClientApp/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map rename to apps/angular/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map diff --git a/ClientApp/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js b/apps/angular/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js similarity index 100% rename from ClientApp/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js rename to apps/angular/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js diff --git a/ClientApp/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map b/apps/angular/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map similarity index 100% rename from ClientApp/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map rename to apps/angular/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map diff --git a/ClientApp/node_modules/@jridgewell/sourcemap-codec/package.json b/apps/angular/node_modules/@jridgewell/sourcemap-codec/package.json similarity index 100% rename from ClientApp/node_modules/@jridgewell/sourcemap-codec/package.json rename to apps/angular/node_modules/@jridgewell/sourcemap-codec/package.json diff --git a/ClientApp/node_modules/@jridgewell/sourcemap-codec/src/scopes.ts b/apps/angular/node_modules/@jridgewell/sourcemap-codec/src/scopes.ts similarity index 100% rename from ClientApp/node_modules/@jridgewell/sourcemap-codec/src/scopes.ts rename to apps/angular/node_modules/@jridgewell/sourcemap-codec/src/scopes.ts diff --git a/ClientApp/node_modules/@jridgewell/sourcemap-codec/src/sourcemap-codec.ts b/apps/angular/node_modules/@jridgewell/sourcemap-codec/src/sourcemap-codec.ts similarity index 100% rename from ClientApp/node_modules/@jridgewell/sourcemap-codec/src/sourcemap-codec.ts rename to apps/angular/node_modules/@jridgewell/sourcemap-codec/src/sourcemap-codec.ts diff --git a/ClientApp/node_modules/@jridgewell/sourcemap-codec/src/strings.ts b/apps/angular/node_modules/@jridgewell/sourcemap-codec/src/strings.ts similarity index 100% rename from ClientApp/node_modules/@jridgewell/sourcemap-codec/src/strings.ts rename to apps/angular/node_modules/@jridgewell/sourcemap-codec/src/strings.ts diff --git a/ClientApp/node_modules/@jridgewell/sourcemap-codec/src/vlq.ts b/apps/angular/node_modules/@jridgewell/sourcemap-codec/src/vlq.ts similarity index 100% rename from ClientApp/node_modules/@jridgewell/sourcemap-codec/src/vlq.ts rename to apps/angular/node_modules/@jridgewell/sourcemap-codec/src/vlq.ts diff --git a/ClientApp/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.cts b/apps/angular/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.cts similarity index 100% rename from ClientApp/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.cts rename to apps/angular/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.cts diff --git a/ClientApp/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.cts.map b/apps/angular/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.cts.map similarity index 100% rename from ClientApp/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.cts.map rename to apps/angular/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.cts.map diff --git a/ClientApp/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.mts b/apps/angular/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.mts similarity index 100% rename from ClientApp/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.mts rename to apps/angular/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.mts diff --git a/ClientApp/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.mts.map b/apps/angular/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.mts.map similarity index 100% rename from ClientApp/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.mts.map rename to apps/angular/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.mts.map diff --git a/ClientApp/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.cts b/apps/angular/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.cts similarity index 100% rename from ClientApp/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.cts rename to apps/angular/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.cts diff --git a/ClientApp/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.cts.map b/apps/angular/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.cts.map similarity index 100% rename from ClientApp/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.cts.map rename to apps/angular/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.cts.map diff --git a/ClientApp/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.mts b/apps/angular/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.mts similarity index 100% rename from ClientApp/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.mts rename to apps/angular/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.mts diff --git a/ClientApp/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.mts.map b/apps/angular/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.mts.map similarity index 100% rename from ClientApp/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.mts.map rename to apps/angular/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.mts.map diff --git a/ClientApp/node_modules/@jridgewell/sourcemap-codec/types/strings.d.cts b/apps/angular/node_modules/@jridgewell/sourcemap-codec/types/strings.d.cts similarity index 100% rename from ClientApp/node_modules/@jridgewell/sourcemap-codec/types/strings.d.cts rename to apps/angular/node_modules/@jridgewell/sourcemap-codec/types/strings.d.cts diff --git a/ClientApp/node_modules/@jridgewell/sourcemap-codec/types/strings.d.cts.map b/apps/angular/node_modules/@jridgewell/sourcemap-codec/types/strings.d.cts.map similarity index 100% rename from ClientApp/node_modules/@jridgewell/sourcemap-codec/types/strings.d.cts.map rename to apps/angular/node_modules/@jridgewell/sourcemap-codec/types/strings.d.cts.map diff --git a/ClientApp/node_modules/@jridgewell/sourcemap-codec/types/strings.d.mts b/apps/angular/node_modules/@jridgewell/sourcemap-codec/types/strings.d.mts similarity index 100% rename from ClientApp/node_modules/@jridgewell/sourcemap-codec/types/strings.d.mts rename to apps/angular/node_modules/@jridgewell/sourcemap-codec/types/strings.d.mts diff --git a/ClientApp/node_modules/@jridgewell/sourcemap-codec/types/strings.d.mts.map b/apps/angular/node_modules/@jridgewell/sourcemap-codec/types/strings.d.mts.map similarity index 100% rename from ClientApp/node_modules/@jridgewell/sourcemap-codec/types/strings.d.mts.map rename to apps/angular/node_modules/@jridgewell/sourcemap-codec/types/strings.d.mts.map diff --git a/ClientApp/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.cts b/apps/angular/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.cts similarity index 100% rename from ClientApp/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.cts rename to apps/angular/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.cts diff --git a/ClientApp/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.cts.map b/apps/angular/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.cts.map similarity index 100% rename from ClientApp/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.cts.map rename to apps/angular/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.cts.map diff --git a/ClientApp/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.mts b/apps/angular/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.mts similarity index 100% rename from ClientApp/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.mts rename to apps/angular/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.mts diff --git a/ClientApp/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.mts.map b/apps/angular/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.mts.map similarity index 100% rename from ClientApp/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.mts.map rename to apps/angular/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.mts.map diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/LICENSE b/apps/angular/node_modules/@jridgewell/trace-mapping/LICENSE similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/LICENSE rename to apps/angular/node_modules/@jridgewell/trace-mapping/LICENSE diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/README.md b/apps/angular/node_modules/@jridgewell/trace-mapping/README.md similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/README.md rename to apps/angular/node_modules/@jridgewell/trace-mapping/README.md diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs b/apps/angular/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs rename to apps/angular/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map b/apps/angular/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map rename to apps/angular/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js b/apps/angular/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js rename to apps/angular/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map b/apps/angular/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map rename to apps/angular/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/package.json b/apps/angular/node_modules/@jridgewell/trace-mapping/package.json similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/package.json rename to apps/angular/node_modules/@jridgewell/trace-mapping/package.json diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/src/binary-search.ts b/apps/angular/node_modules/@jridgewell/trace-mapping/src/binary-search.ts similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/src/binary-search.ts rename to apps/angular/node_modules/@jridgewell/trace-mapping/src/binary-search.ts diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/src/by-source.ts b/apps/angular/node_modules/@jridgewell/trace-mapping/src/by-source.ts similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/src/by-source.ts rename to apps/angular/node_modules/@jridgewell/trace-mapping/src/by-source.ts diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/src/flatten-map.ts b/apps/angular/node_modules/@jridgewell/trace-mapping/src/flatten-map.ts similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/src/flatten-map.ts rename to apps/angular/node_modules/@jridgewell/trace-mapping/src/flatten-map.ts diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/src/resolve.ts b/apps/angular/node_modules/@jridgewell/trace-mapping/src/resolve.ts similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/src/resolve.ts rename to apps/angular/node_modules/@jridgewell/trace-mapping/src/resolve.ts diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/src/sort.ts b/apps/angular/node_modules/@jridgewell/trace-mapping/src/sort.ts similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/src/sort.ts rename to apps/angular/node_modules/@jridgewell/trace-mapping/src/sort.ts diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/src/sourcemap-segment.ts b/apps/angular/node_modules/@jridgewell/trace-mapping/src/sourcemap-segment.ts similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/src/sourcemap-segment.ts rename to apps/angular/node_modules/@jridgewell/trace-mapping/src/sourcemap-segment.ts diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/src/strip-filename.ts b/apps/angular/node_modules/@jridgewell/trace-mapping/src/strip-filename.ts similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/src/strip-filename.ts rename to apps/angular/node_modules/@jridgewell/trace-mapping/src/strip-filename.ts diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/src/trace-mapping.ts b/apps/angular/node_modules/@jridgewell/trace-mapping/src/trace-mapping.ts similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/src/trace-mapping.ts rename to apps/angular/node_modules/@jridgewell/trace-mapping/src/trace-mapping.ts diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/src/types.ts b/apps/angular/node_modules/@jridgewell/trace-mapping/src/types.ts similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/src/types.ts rename to apps/angular/node_modules/@jridgewell/trace-mapping/src/types.ts diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/types/binary-search.d.cts b/apps/angular/node_modules/@jridgewell/trace-mapping/types/binary-search.d.cts similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/types/binary-search.d.cts rename to apps/angular/node_modules/@jridgewell/trace-mapping/types/binary-search.d.cts diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/types/binary-search.d.cts.map b/apps/angular/node_modules/@jridgewell/trace-mapping/types/binary-search.d.cts.map similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/types/binary-search.d.cts.map rename to apps/angular/node_modules/@jridgewell/trace-mapping/types/binary-search.d.cts.map diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/types/binary-search.d.mts b/apps/angular/node_modules/@jridgewell/trace-mapping/types/binary-search.d.mts similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/types/binary-search.d.mts rename to apps/angular/node_modules/@jridgewell/trace-mapping/types/binary-search.d.mts diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/types/binary-search.d.mts.map b/apps/angular/node_modules/@jridgewell/trace-mapping/types/binary-search.d.mts.map similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/types/binary-search.d.mts.map rename to apps/angular/node_modules/@jridgewell/trace-mapping/types/binary-search.d.mts.map diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/types/by-source.d.cts b/apps/angular/node_modules/@jridgewell/trace-mapping/types/by-source.d.cts similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/types/by-source.d.cts rename to apps/angular/node_modules/@jridgewell/trace-mapping/types/by-source.d.cts diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/types/by-source.d.cts.map b/apps/angular/node_modules/@jridgewell/trace-mapping/types/by-source.d.cts.map similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/types/by-source.d.cts.map rename to apps/angular/node_modules/@jridgewell/trace-mapping/types/by-source.d.cts.map diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/types/by-source.d.mts b/apps/angular/node_modules/@jridgewell/trace-mapping/types/by-source.d.mts similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/types/by-source.d.mts rename to apps/angular/node_modules/@jridgewell/trace-mapping/types/by-source.d.mts diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/types/by-source.d.mts.map b/apps/angular/node_modules/@jridgewell/trace-mapping/types/by-source.d.mts.map similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/types/by-source.d.mts.map rename to apps/angular/node_modules/@jridgewell/trace-mapping/types/by-source.d.mts.map diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/types/flatten-map.d.cts b/apps/angular/node_modules/@jridgewell/trace-mapping/types/flatten-map.d.cts similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/types/flatten-map.d.cts rename to apps/angular/node_modules/@jridgewell/trace-mapping/types/flatten-map.d.cts diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/types/flatten-map.d.cts.map b/apps/angular/node_modules/@jridgewell/trace-mapping/types/flatten-map.d.cts.map similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/types/flatten-map.d.cts.map rename to apps/angular/node_modules/@jridgewell/trace-mapping/types/flatten-map.d.cts.map diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/types/flatten-map.d.mts b/apps/angular/node_modules/@jridgewell/trace-mapping/types/flatten-map.d.mts similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/types/flatten-map.d.mts rename to apps/angular/node_modules/@jridgewell/trace-mapping/types/flatten-map.d.mts diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/types/flatten-map.d.mts.map b/apps/angular/node_modules/@jridgewell/trace-mapping/types/flatten-map.d.mts.map similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/types/flatten-map.d.mts.map rename to apps/angular/node_modules/@jridgewell/trace-mapping/types/flatten-map.d.mts.map diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/types/resolve.d.cts b/apps/angular/node_modules/@jridgewell/trace-mapping/types/resolve.d.cts similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/types/resolve.d.cts rename to apps/angular/node_modules/@jridgewell/trace-mapping/types/resolve.d.cts diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/types/resolve.d.cts.map b/apps/angular/node_modules/@jridgewell/trace-mapping/types/resolve.d.cts.map similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/types/resolve.d.cts.map rename to apps/angular/node_modules/@jridgewell/trace-mapping/types/resolve.d.cts.map diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/types/resolve.d.mts b/apps/angular/node_modules/@jridgewell/trace-mapping/types/resolve.d.mts similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/types/resolve.d.mts rename to apps/angular/node_modules/@jridgewell/trace-mapping/types/resolve.d.mts diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/types/resolve.d.mts.map b/apps/angular/node_modules/@jridgewell/trace-mapping/types/resolve.d.mts.map similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/types/resolve.d.mts.map rename to apps/angular/node_modules/@jridgewell/trace-mapping/types/resolve.d.mts.map diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/types/sort.d.cts b/apps/angular/node_modules/@jridgewell/trace-mapping/types/sort.d.cts similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/types/sort.d.cts rename to apps/angular/node_modules/@jridgewell/trace-mapping/types/sort.d.cts diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/types/sort.d.cts.map b/apps/angular/node_modules/@jridgewell/trace-mapping/types/sort.d.cts.map similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/types/sort.d.cts.map rename to apps/angular/node_modules/@jridgewell/trace-mapping/types/sort.d.cts.map diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/types/sort.d.mts b/apps/angular/node_modules/@jridgewell/trace-mapping/types/sort.d.mts similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/types/sort.d.mts rename to apps/angular/node_modules/@jridgewell/trace-mapping/types/sort.d.mts diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/types/sort.d.mts.map b/apps/angular/node_modules/@jridgewell/trace-mapping/types/sort.d.mts.map similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/types/sort.d.mts.map rename to apps/angular/node_modules/@jridgewell/trace-mapping/types/sort.d.mts.map diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/types/sourcemap-segment.d.cts b/apps/angular/node_modules/@jridgewell/trace-mapping/types/sourcemap-segment.d.cts similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/types/sourcemap-segment.d.cts rename to apps/angular/node_modules/@jridgewell/trace-mapping/types/sourcemap-segment.d.cts diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/types/sourcemap-segment.d.cts.map b/apps/angular/node_modules/@jridgewell/trace-mapping/types/sourcemap-segment.d.cts.map similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/types/sourcemap-segment.d.cts.map rename to apps/angular/node_modules/@jridgewell/trace-mapping/types/sourcemap-segment.d.cts.map diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/types/sourcemap-segment.d.mts b/apps/angular/node_modules/@jridgewell/trace-mapping/types/sourcemap-segment.d.mts similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/types/sourcemap-segment.d.mts rename to apps/angular/node_modules/@jridgewell/trace-mapping/types/sourcemap-segment.d.mts diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/types/sourcemap-segment.d.mts.map b/apps/angular/node_modules/@jridgewell/trace-mapping/types/sourcemap-segment.d.mts.map similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/types/sourcemap-segment.d.mts.map rename to apps/angular/node_modules/@jridgewell/trace-mapping/types/sourcemap-segment.d.mts.map diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/types/strip-filename.d.cts b/apps/angular/node_modules/@jridgewell/trace-mapping/types/strip-filename.d.cts similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/types/strip-filename.d.cts rename to apps/angular/node_modules/@jridgewell/trace-mapping/types/strip-filename.d.cts diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/types/strip-filename.d.cts.map b/apps/angular/node_modules/@jridgewell/trace-mapping/types/strip-filename.d.cts.map similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/types/strip-filename.d.cts.map rename to apps/angular/node_modules/@jridgewell/trace-mapping/types/strip-filename.d.cts.map diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/types/strip-filename.d.mts b/apps/angular/node_modules/@jridgewell/trace-mapping/types/strip-filename.d.mts similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/types/strip-filename.d.mts rename to apps/angular/node_modules/@jridgewell/trace-mapping/types/strip-filename.d.mts diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/types/strip-filename.d.mts.map b/apps/angular/node_modules/@jridgewell/trace-mapping/types/strip-filename.d.mts.map similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/types/strip-filename.d.mts.map rename to apps/angular/node_modules/@jridgewell/trace-mapping/types/strip-filename.d.mts.map diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/types/trace-mapping.d.cts b/apps/angular/node_modules/@jridgewell/trace-mapping/types/trace-mapping.d.cts similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/types/trace-mapping.d.cts rename to apps/angular/node_modules/@jridgewell/trace-mapping/types/trace-mapping.d.cts diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/types/trace-mapping.d.cts.map b/apps/angular/node_modules/@jridgewell/trace-mapping/types/trace-mapping.d.cts.map similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/types/trace-mapping.d.cts.map rename to apps/angular/node_modules/@jridgewell/trace-mapping/types/trace-mapping.d.cts.map diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/types/trace-mapping.d.mts b/apps/angular/node_modules/@jridgewell/trace-mapping/types/trace-mapping.d.mts similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/types/trace-mapping.d.mts rename to apps/angular/node_modules/@jridgewell/trace-mapping/types/trace-mapping.d.mts diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/types/trace-mapping.d.mts.map b/apps/angular/node_modules/@jridgewell/trace-mapping/types/trace-mapping.d.mts.map similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/types/trace-mapping.d.mts.map rename to apps/angular/node_modules/@jridgewell/trace-mapping/types/trace-mapping.d.mts.map diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/types/types.d.cts b/apps/angular/node_modules/@jridgewell/trace-mapping/types/types.d.cts similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/types/types.d.cts rename to apps/angular/node_modules/@jridgewell/trace-mapping/types/types.d.cts diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/types/types.d.cts.map b/apps/angular/node_modules/@jridgewell/trace-mapping/types/types.d.cts.map similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/types/types.d.cts.map rename to apps/angular/node_modules/@jridgewell/trace-mapping/types/types.d.cts.map diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/types/types.d.mts b/apps/angular/node_modules/@jridgewell/trace-mapping/types/types.d.mts similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/types/types.d.mts rename to apps/angular/node_modules/@jridgewell/trace-mapping/types/types.d.mts diff --git a/ClientApp/node_modules/@jridgewell/trace-mapping/types/types.d.mts.map b/apps/angular/node_modules/@jridgewell/trace-mapping/types/types.d.mts.map similarity index 100% rename from ClientApp/node_modules/@jridgewell/trace-mapping/types/types.d.mts.map rename to apps/angular/node_modules/@jridgewell/trace-mapping/types/types.d.mts.map diff --git a/ClientApp/node_modules/@module-federation/error-codes/LICENSE b/apps/angular/node_modules/@module-federation/error-codes/LICENSE similarity index 100% rename from ClientApp/node_modules/@module-federation/error-codes/LICENSE rename to apps/angular/node_modules/@module-federation/error-codes/LICENSE diff --git a/ClientApp/node_modules/@module-federation/error-codes/README.md b/apps/angular/node_modules/@module-federation/error-codes/README.md similarity index 100% rename from ClientApp/node_modules/@module-federation/error-codes/README.md rename to apps/angular/node_modules/@module-federation/error-codes/README.md diff --git a/ClientApp/node_modules/@module-federation/error-codes/dist/index.cjs.js b/apps/angular/node_modules/@module-federation/error-codes/dist/index.cjs.js similarity index 100% rename from ClientApp/node_modules/@module-federation/error-codes/dist/index.cjs.js rename to apps/angular/node_modules/@module-federation/error-codes/dist/index.cjs.js diff --git a/ClientApp/node_modules/@module-federation/error-codes/dist/index.cjs.js.map b/apps/angular/node_modules/@module-federation/error-codes/dist/index.cjs.js.map similarity index 100% rename from ClientApp/node_modules/@module-federation/error-codes/dist/index.cjs.js.map rename to apps/angular/node_modules/@module-federation/error-codes/dist/index.cjs.js.map diff --git a/ClientApp/node_modules/@module-federation/error-codes/dist/index.d.ts b/apps/angular/node_modules/@module-federation/error-codes/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/error-codes/dist/index.d.ts rename to apps/angular/node_modules/@module-federation/error-codes/dist/index.d.ts diff --git a/ClientApp/node_modules/@module-federation/error-codes/dist/index.esm.d.ts b/apps/angular/node_modules/@module-federation/error-codes/dist/index.esm.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/error-codes/dist/index.esm.d.ts rename to apps/angular/node_modules/@module-federation/error-codes/dist/index.esm.d.ts diff --git a/ClientApp/node_modules/@module-federation/error-codes/dist/index.esm.mjs b/apps/angular/node_modules/@module-federation/error-codes/dist/index.esm.mjs similarity index 100% rename from ClientApp/node_modules/@module-federation/error-codes/dist/index.esm.mjs rename to apps/angular/node_modules/@module-federation/error-codes/dist/index.esm.mjs diff --git a/ClientApp/node_modules/@module-federation/error-codes/dist/index.esm.mjs.map b/apps/angular/node_modules/@module-federation/error-codes/dist/index.esm.mjs.map similarity index 100% rename from ClientApp/node_modules/@module-federation/error-codes/dist/index.esm.mjs.map rename to apps/angular/node_modules/@module-federation/error-codes/dist/index.esm.mjs.map diff --git a/ClientApp/node_modules/@module-federation/error-codes/dist/src/desc.d.ts b/apps/angular/node_modules/@module-federation/error-codes/dist/src/desc.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/error-codes/dist/src/desc.d.ts rename to apps/angular/node_modules/@module-federation/error-codes/dist/src/desc.d.ts diff --git a/ClientApp/node_modules/@module-federation/error-codes/dist/src/error-codes.d.ts b/apps/angular/node_modules/@module-federation/error-codes/dist/src/error-codes.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/error-codes/dist/src/error-codes.d.ts rename to apps/angular/node_modules/@module-federation/error-codes/dist/src/error-codes.d.ts diff --git a/ClientApp/node_modules/@module-federation/error-codes/dist/src/getShortErrorMsg.d.ts b/apps/angular/node_modules/@module-federation/error-codes/dist/src/getShortErrorMsg.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/error-codes/dist/src/getShortErrorMsg.d.ts rename to apps/angular/node_modules/@module-federation/error-codes/dist/src/getShortErrorMsg.d.ts diff --git a/ClientApp/node_modules/@module-federation/error-codes/dist/src/index.d.ts b/apps/angular/node_modules/@module-federation/error-codes/dist/src/index.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/error-codes/dist/src/index.d.ts rename to apps/angular/node_modules/@module-federation/error-codes/dist/src/index.d.ts diff --git a/ClientApp/node_modules/@module-federation/error-codes/package.json b/apps/angular/node_modules/@module-federation/error-codes/package.json similarity index 100% rename from ClientApp/node_modules/@module-federation/error-codes/package.json rename to apps/angular/node_modules/@module-federation/error-codes/package.json diff --git a/ClientApp/node_modules/@module-federation/runtime-core/LICENSE b/apps/angular/node_modules/@module-federation/runtime-core/LICENSE similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/LICENSE rename to apps/angular/node_modules/@module-federation/runtime-core/LICENSE diff --git a/ClientApp/node_modules/@module-federation/runtime-core/README.md b/apps/angular/node_modules/@module-federation/runtime-core/README.md similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/README.md rename to apps/angular/node_modules/@module-federation/runtime-core/README.md diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/LICENSE b/apps/angular/node_modules/@module-federation/runtime-core/dist/LICENSE similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/LICENSE rename to apps/angular/node_modules/@module-federation/runtime-core/dist/LICENSE diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/index.cjs.cjs b/apps/angular/node_modules/@module-federation/runtime-core/dist/index.cjs.cjs similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/index.cjs.cjs rename to apps/angular/node_modules/@module-federation/runtime-core/dist/index.cjs.cjs diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/index.cjs.cjs.map b/apps/angular/node_modules/@module-federation/runtime-core/dist/index.cjs.cjs.map similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/index.cjs.cjs.map rename to apps/angular/node_modules/@module-federation/runtime-core/dist/index.cjs.cjs.map diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/index.cjs.d.ts b/apps/angular/node_modules/@module-federation/runtime-core/dist/index.cjs.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/index.cjs.d.ts rename to apps/angular/node_modules/@module-federation/runtime-core/dist/index.cjs.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/index.d.ts b/apps/angular/node_modules/@module-federation/runtime-core/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/index.d.ts rename to apps/angular/node_modules/@module-federation/runtime-core/dist/index.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/index.esm.js b/apps/angular/node_modules/@module-federation/runtime-core/dist/index.esm.js similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/index.esm.js rename to apps/angular/node_modules/@module-federation/runtime-core/dist/index.esm.js diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/index.esm.js.map b/apps/angular/node_modules/@module-federation/runtime-core/dist/index.esm.js.map similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/index.esm.js.map rename to apps/angular/node_modules/@module-federation/runtime-core/dist/index.esm.js.map diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/src/constant.d.ts b/apps/angular/node_modules/@module-federation/runtime-core/dist/src/constant.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/src/constant.d.ts rename to apps/angular/node_modules/@module-federation/runtime-core/dist/src/constant.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/src/core.d.ts b/apps/angular/node_modules/@module-federation/runtime-core/dist/src/core.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/src/core.d.ts rename to apps/angular/node_modules/@module-federation/runtime-core/dist/src/core.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/src/global.d.ts b/apps/angular/node_modules/@module-federation/runtime-core/dist/src/global.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/src/global.d.ts rename to apps/angular/node_modules/@module-federation/runtime-core/dist/src/global.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/src/helpers.d.ts b/apps/angular/node_modules/@module-federation/runtime-core/dist/src/helpers.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/src/helpers.d.ts rename to apps/angular/node_modules/@module-federation/runtime-core/dist/src/helpers.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/src/index.d.ts b/apps/angular/node_modules/@module-federation/runtime-core/dist/src/index.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/src/index.d.ts rename to apps/angular/node_modules/@module-federation/runtime-core/dist/src/index.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/src/module/index.d.ts b/apps/angular/node_modules/@module-federation/runtime-core/dist/src/module/index.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/src/module/index.d.ts rename to apps/angular/node_modules/@module-federation/runtime-core/dist/src/module/index.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/src/plugins/generate-preload-assets.d.ts b/apps/angular/node_modules/@module-federation/runtime-core/dist/src/plugins/generate-preload-assets.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/src/plugins/generate-preload-assets.d.ts rename to apps/angular/node_modules/@module-federation/runtime-core/dist/src/plugins/generate-preload-assets.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/src/plugins/snapshot/SnapshotHandler.d.ts b/apps/angular/node_modules/@module-federation/runtime-core/dist/src/plugins/snapshot/SnapshotHandler.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/src/plugins/snapshot/SnapshotHandler.d.ts rename to apps/angular/node_modules/@module-federation/runtime-core/dist/src/plugins/snapshot/SnapshotHandler.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/src/plugins/snapshot/index.d.ts b/apps/angular/node_modules/@module-federation/runtime-core/dist/src/plugins/snapshot/index.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/src/plugins/snapshot/index.d.ts rename to apps/angular/node_modules/@module-federation/runtime-core/dist/src/plugins/snapshot/index.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/src/remote/index.d.ts b/apps/angular/node_modules/@module-federation/runtime-core/dist/src/remote/index.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/src/remote/index.d.ts rename to apps/angular/node_modules/@module-federation/runtime-core/dist/src/remote/index.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/src/shared/index.d.ts b/apps/angular/node_modules/@module-federation/runtime-core/dist/src/shared/index.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/src/shared/index.d.ts rename to apps/angular/node_modules/@module-federation/runtime-core/dist/src/shared/index.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/src/type/config.d.ts b/apps/angular/node_modules/@module-federation/runtime-core/dist/src/type/config.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/src/type/config.d.ts rename to apps/angular/node_modules/@module-federation/runtime-core/dist/src/type/config.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/src/type/index.d.ts b/apps/angular/node_modules/@module-federation/runtime-core/dist/src/type/index.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/src/type/index.d.ts rename to apps/angular/node_modules/@module-federation/runtime-core/dist/src/type/index.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/src/type/plugin.d.ts b/apps/angular/node_modules/@module-federation/runtime-core/dist/src/type/plugin.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/src/type/plugin.d.ts rename to apps/angular/node_modules/@module-federation/runtime-core/dist/src/type/plugin.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/src/type/preload.d.ts b/apps/angular/node_modules/@module-federation/runtime-core/dist/src/type/preload.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/src/type/preload.d.ts rename to apps/angular/node_modules/@module-federation/runtime-core/dist/src/type/preload.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/src/types.d.ts b/apps/angular/node_modules/@module-federation/runtime-core/dist/src/types.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/src/types.d.ts rename to apps/angular/node_modules/@module-federation/runtime-core/dist/src/types.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/src/utils/env.d.ts b/apps/angular/node_modules/@module-federation/runtime-core/dist/src/utils/env.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/src/utils/env.d.ts rename to apps/angular/node_modules/@module-federation/runtime-core/dist/src/utils/env.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/src/utils/hooks/asyncHook.d.ts b/apps/angular/node_modules/@module-federation/runtime-core/dist/src/utils/hooks/asyncHook.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/src/utils/hooks/asyncHook.d.ts rename to apps/angular/node_modules/@module-federation/runtime-core/dist/src/utils/hooks/asyncHook.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/src/utils/hooks/asyncWaterfallHooks.d.ts b/apps/angular/node_modules/@module-federation/runtime-core/dist/src/utils/hooks/asyncWaterfallHooks.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/src/utils/hooks/asyncWaterfallHooks.d.ts rename to apps/angular/node_modules/@module-federation/runtime-core/dist/src/utils/hooks/asyncWaterfallHooks.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/src/utils/hooks/index.d.ts b/apps/angular/node_modules/@module-federation/runtime-core/dist/src/utils/hooks/index.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/src/utils/hooks/index.d.ts rename to apps/angular/node_modules/@module-federation/runtime-core/dist/src/utils/hooks/index.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/src/utils/hooks/pluginSystem.d.ts b/apps/angular/node_modules/@module-federation/runtime-core/dist/src/utils/hooks/pluginSystem.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/src/utils/hooks/pluginSystem.d.ts rename to apps/angular/node_modules/@module-federation/runtime-core/dist/src/utils/hooks/pluginSystem.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/src/utils/hooks/syncHook.d.ts b/apps/angular/node_modules/@module-federation/runtime-core/dist/src/utils/hooks/syncHook.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/src/utils/hooks/syncHook.d.ts rename to apps/angular/node_modules/@module-federation/runtime-core/dist/src/utils/hooks/syncHook.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/src/utils/hooks/syncWaterfallHook.d.ts b/apps/angular/node_modules/@module-federation/runtime-core/dist/src/utils/hooks/syncWaterfallHook.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/src/utils/hooks/syncWaterfallHook.d.ts rename to apps/angular/node_modules/@module-federation/runtime-core/dist/src/utils/hooks/syncWaterfallHook.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/src/utils/index.d.ts b/apps/angular/node_modules/@module-federation/runtime-core/dist/src/utils/index.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/src/utils/index.d.ts rename to apps/angular/node_modules/@module-federation/runtime-core/dist/src/utils/index.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/src/utils/load.d.ts b/apps/angular/node_modules/@module-federation/runtime-core/dist/src/utils/load.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/src/utils/load.d.ts rename to apps/angular/node_modules/@module-federation/runtime-core/dist/src/utils/load.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/src/utils/logger.d.ts b/apps/angular/node_modules/@module-federation/runtime-core/dist/src/utils/logger.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/src/utils/logger.d.ts rename to apps/angular/node_modules/@module-federation/runtime-core/dist/src/utils/logger.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/src/utils/manifest.d.ts b/apps/angular/node_modules/@module-federation/runtime-core/dist/src/utils/manifest.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/src/utils/manifest.d.ts rename to apps/angular/node_modules/@module-federation/runtime-core/dist/src/utils/manifest.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/src/utils/plugin.d.ts b/apps/angular/node_modules/@module-federation/runtime-core/dist/src/utils/plugin.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/src/utils/plugin.d.ts rename to apps/angular/node_modules/@module-federation/runtime-core/dist/src/utils/plugin.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/src/utils/preload.d.ts b/apps/angular/node_modules/@module-federation/runtime-core/dist/src/utils/preload.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/src/utils/preload.d.ts rename to apps/angular/node_modules/@module-federation/runtime-core/dist/src/utils/preload.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/src/utils/semver/compare.d.ts b/apps/angular/node_modules/@module-federation/runtime-core/dist/src/utils/semver/compare.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/src/utils/semver/compare.d.ts rename to apps/angular/node_modules/@module-federation/runtime-core/dist/src/utils/semver/compare.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/src/utils/semver/constants.d.ts b/apps/angular/node_modules/@module-federation/runtime-core/dist/src/utils/semver/constants.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/src/utils/semver/constants.d.ts rename to apps/angular/node_modules/@module-federation/runtime-core/dist/src/utils/semver/constants.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/src/utils/semver/index.d.ts b/apps/angular/node_modules/@module-federation/runtime-core/dist/src/utils/semver/index.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/src/utils/semver/index.d.ts rename to apps/angular/node_modules/@module-federation/runtime-core/dist/src/utils/semver/index.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/src/utils/semver/parser.d.ts b/apps/angular/node_modules/@module-federation/runtime-core/dist/src/utils/semver/parser.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/src/utils/semver/parser.d.ts rename to apps/angular/node_modules/@module-federation/runtime-core/dist/src/utils/semver/parser.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/src/utils/semver/utils.d.ts b/apps/angular/node_modules/@module-federation/runtime-core/dist/src/utils/semver/utils.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/src/utils/semver/utils.d.ts rename to apps/angular/node_modules/@module-federation/runtime-core/dist/src/utils/semver/utils.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/src/utils/share.d.ts b/apps/angular/node_modules/@module-federation/runtime-core/dist/src/utils/share.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/src/utils/share.d.ts rename to apps/angular/node_modules/@module-federation/runtime-core/dist/src/utils/share.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/src/utils/tool.d.ts b/apps/angular/node_modules/@module-federation/runtime-core/dist/src/utils/tool.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/src/utils/tool.d.ts rename to apps/angular/node_modules/@module-federation/runtime-core/dist/src/utils/tool.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/types.cjs.cjs b/apps/angular/node_modules/@module-federation/runtime-core/dist/types.cjs.cjs similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/types.cjs.cjs rename to apps/angular/node_modules/@module-federation/runtime-core/dist/types.cjs.cjs diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/types.cjs.cjs.map b/apps/angular/node_modules/@module-federation/runtime-core/dist/types.cjs.cjs.map similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/types.cjs.cjs.map rename to apps/angular/node_modules/@module-federation/runtime-core/dist/types.cjs.cjs.map diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/types.cjs.d.ts b/apps/angular/node_modules/@module-federation/runtime-core/dist/types.cjs.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/types.cjs.d.ts rename to apps/angular/node_modules/@module-federation/runtime-core/dist/types.cjs.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/types.d.ts b/apps/angular/node_modules/@module-federation/runtime-core/dist/types.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/types.d.ts rename to apps/angular/node_modules/@module-federation/runtime-core/dist/types.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/types.esm.js b/apps/angular/node_modules/@module-federation/runtime-core/dist/types.esm.js similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/types.esm.js rename to apps/angular/node_modules/@module-federation/runtime-core/dist/types.esm.js diff --git a/ClientApp/node_modules/@module-federation/runtime-core/dist/types.esm.js.map b/apps/angular/node_modules/@module-federation/runtime-core/dist/types.esm.js.map similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/dist/types.esm.js.map rename to apps/angular/node_modules/@module-federation/runtime-core/dist/types.esm.js.map diff --git a/ClientApp/node_modules/@module-federation/runtime-core/package.json b/apps/angular/node_modules/@module-federation/runtime-core/package.json similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-core/package.json rename to apps/angular/node_modules/@module-federation/runtime-core/package.json diff --git a/ClientApp/node_modules/@module-federation/runtime-tools/LICENSE b/apps/angular/node_modules/@module-federation/runtime-tools/LICENSE similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-tools/LICENSE rename to apps/angular/node_modules/@module-federation/runtime-tools/LICENSE diff --git a/ClientApp/node_modules/@module-federation/runtime-tools/README.md b/apps/angular/node_modules/@module-federation/runtime-tools/README.md similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-tools/README.md rename to apps/angular/node_modules/@module-federation/runtime-tools/README.md diff --git a/ClientApp/node_modules/@module-federation/runtime-tools/dist/index.cjs.cjs b/apps/angular/node_modules/@module-federation/runtime-tools/dist/index.cjs.cjs similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-tools/dist/index.cjs.cjs rename to apps/angular/node_modules/@module-federation/runtime-tools/dist/index.cjs.cjs diff --git a/ClientApp/node_modules/@module-federation/runtime-tools/dist/index.cjs.cjs.map b/apps/angular/node_modules/@module-federation/runtime-tools/dist/index.cjs.cjs.map similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-tools/dist/index.cjs.cjs.map rename to apps/angular/node_modules/@module-federation/runtime-tools/dist/index.cjs.cjs.map diff --git a/ClientApp/node_modules/@module-federation/runtime-tools/dist/index.cjs.d.ts b/apps/angular/node_modules/@module-federation/runtime-tools/dist/index.cjs.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-tools/dist/index.cjs.d.ts rename to apps/angular/node_modules/@module-federation/runtime-tools/dist/index.cjs.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-tools/dist/index.d.ts b/apps/angular/node_modules/@module-federation/runtime-tools/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-tools/dist/index.d.ts rename to apps/angular/node_modules/@module-federation/runtime-tools/dist/index.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-tools/dist/index.esm.js b/apps/angular/node_modules/@module-federation/runtime-tools/dist/index.esm.js similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-tools/dist/index.esm.js rename to apps/angular/node_modules/@module-federation/runtime-tools/dist/index.esm.js diff --git a/ClientApp/node_modules/@module-federation/runtime-tools/dist/index.esm.js.map b/apps/angular/node_modules/@module-federation/runtime-tools/dist/index.esm.js.map similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-tools/dist/index.esm.js.map rename to apps/angular/node_modules/@module-federation/runtime-tools/dist/index.esm.js.map diff --git a/ClientApp/node_modules/@module-federation/runtime-tools/dist/runtime-core.cjs.cjs b/apps/angular/node_modules/@module-federation/runtime-tools/dist/runtime-core.cjs.cjs similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-tools/dist/runtime-core.cjs.cjs rename to apps/angular/node_modules/@module-federation/runtime-tools/dist/runtime-core.cjs.cjs diff --git a/ClientApp/node_modules/@module-federation/runtime-tools/dist/runtime-core.cjs.cjs.map b/apps/angular/node_modules/@module-federation/runtime-tools/dist/runtime-core.cjs.cjs.map similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-tools/dist/runtime-core.cjs.cjs.map rename to apps/angular/node_modules/@module-federation/runtime-tools/dist/runtime-core.cjs.cjs.map diff --git a/ClientApp/node_modules/@module-federation/runtime-tools/dist/runtime-core.cjs.d.ts b/apps/angular/node_modules/@module-federation/runtime-tools/dist/runtime-core.cjs.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-tools/dist/runtime-core.cjs.d.ts rename to apps/angular/node_modules/@module-federation/runtime-tools/dist/runtime-core.cjs.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-tools/dist/runtime-core.d.ts b/apps/angular/node_modules/@module-federation/runtime-tools/dist/runtime-core.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-tools/dist/runtime-core.d.ts rename to apps/angular/node_modules/@module-federation/runtime-tools/dist/runtime-core.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-tools/dist/runtime-core.esm.js b/apps/angular/node_modules/@module-federation/runtime-tools/dist/runtime-core.esm.js similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-tools/dist/runtime-core.esm.js rename to apps/angular/node_modules/@module-federation/runtime-tools/dist/runtime-core.esm.js diff --git a/ClientApp/node_modules/@module-federation/runtime-tools/dist/runtime-core.esm.js.map b/apps/angular/node_modules/@module-federation/runtime-tools/dist/runtime-core.esm.js.map similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-tools/dist/runtime-core.esm.js.map rename to apps/angular/node_modules/@module-federation/runtime-tools/dist/runtime-core.esm.js.map diff --git a/ClientApp/node_modules/@module-federation/runtime-tools/dist/runtime.cjs.cjs b/apps/angular/node_modules/@module-federation/runtime-tools/dist/runtime.cjs.cjs similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-tools/dist/runtime.cjs.cjs rename to apps/angular/node_modules/@module-federation/runtime-tools/dist/runtime.cjs.cjs diff --git a/ClientApp/node_modules/@module-federation/runtime-tools/dist/runtime.cjs.cjs.map b/apps/angular/node_modules/@module-federation/runtime-tools/dist/runtime.cjs.cjs.map similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-tools/dist/runtime.cjs.cjs.map rename to apps/angular/node_modules/@module-federation/runtime-tools/dist/runtime.cjs.cjs.map diff --git a/ClientApp/node_modules/@module-federation/runtime-tools/dist/runtime.cjs.d.ts b/apps/angular/node_modules/@module-federation/runtime-tools/dist/runtime.cjs.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-tools/dist/runtime.cjs.d.ts rename to apps/angular/node_modules/@module-federation/runtime-tools/dist/runtime.cjs.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-tools/dist/runtime.d.ts b/apps/angular/node_modules/@module-federation/runtime-tools/dist/runtime.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-tools/dist/runtime.d.ts rename to apps/angular/node_modules/@module-federation/runtime-tools/dist/runtime.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-tools/dist/runtime.esm.js b/apps/angular/node_modules/@module-federation/runtime-tools/dist/runtime.esm.js similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-tools/dist/runtime.esm.js rename to apps/angular/node_modules/@module-federation/runtime-tools/dist/runtime.esm.js diff --git a/ClientApp/node_modules/@module-federation/runtime-tools/dist/runtime.esm.js.map b/apps/angular/node_modules/@module-federation/runtime-tools/dist/runtime.esm.js.map similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-tools/dist/runtime.esm.js.map rename to apps/angular/node_modules/@module-federation/runtime-tools/dist/runtime.esm.js.map diff --git a/ClientApp/node_modules/@module-federation/runtime-tools/dist/src/index.d.ts b/apps/angular/node_modules/@module-federation/runtime-tools/dist/src/index.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-tools/dist/src/index.d.ts rename to apps/angular/node_modules/@module-federation/runtime-tools/dist/src/index.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-tools/dist/src/runtime-core.d.ts b/apps/angular/node_modules/@module-federation/runtime-tools/dist/src/runtime-core.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-tools/dist/src/runtime-core.d.ts rename to apps/angular/node_modules/@module-federation/runtime-tools/dist/src/runtime-core.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-tools/dist/src/runtime.d.ts b/apps/angular/node_modules/@module-federation/runtime-tools/dist/src/runtime.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-tools/dist/src/runtime.d.ts rename to apps/angular/node_modules/@module-federation/runtime-tools/dist/src/runtime.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-tools/dist/src/webpack-bundler-runtime.d.ts b/apps/angular/node_modules/@module-federation/runtime-tools/dist/src/webpack-bundler-runtime.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-tools/dist/src/webpack-bundler-runtime.d.ts rename to apps/angular/node_modules/@module-federation/runtime-tools/dist/src/webpack-bundler-runtime.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-tools/dist/webpack-bundler-runtime.cjs.cjs b/apps/angular/node_modules/@module-federation/runtime-tools/dist/webpack-bundler-runtime.cjs.cjs similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-tools/dist/webpack-bundler-runtime.cjs.cjs rename to apps/angular/node_modules/@module-federation/runtime-tools/dist/webpack-bundler-runtime.cjs.cjs diff --git a/ClientApp/node_modules/@module-federation/runtime-tools/dist/webpack-bundler-runtime.cjs.cjs.map b/apps/angular/node_modules/@module-federation/runtime-tools/dist/webpack-bundler-runtime.cjs.cjs.map similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-tools/dist/webpack-bundler-runtime.cjs.cjs.map rename to apps/angular/node_modules/@module-federation/runtime-tools/dist/webpack-bundler-runtime.cjs.cjs.map diff --git a/ClientApp/node_modules/@module-federation/runtime-tools/dist/webpack-bundler-runtime.cjs.d.ts b/apps/angular/node_modules/@module-federation/runtime-tools/dist/webpack-bundler-runtime.cjs.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-tools/dist/webpack-bundler-runtime.cjs.d.ts rename to apps/angular/node_modules/@module-federation/runtime-tools/dist/webpack-bundler-runtime.cjs.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-tools/dist/webpack-bundler-runtime.d.ts b/apps/angular/node_modules/@module-federation/runtime-tools/dist/webpack-bundler-runtime.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-tools/dist/webpack-bundler-runtime.d.ts rename to apps/angular/node_modules/@module-federation/runtime-tools/dist/webpack-bundler-runtime.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime-tools/dist/webpack-bundler-runtime.esm.js b/apps/angular/node_modules/@module-federation/runtime-tools/dist/webpack-bundler-runtime.esm.js similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-tools/dist/webpack-bundler-runtime.esm.js rename to apps/angular/node_modules/@module-federation/runtime-tools/dist/webpack-bundler-runtime.esm.js diff --git a/ClientApp/node_modules/@module-federation/runtime-tools/dist/webpack-bundler-runtime.esm.js.map b/apps/angular/node_modules/@module-federation/runtime-tools/dist/webpack-bundler-runtime.esm.js.map similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-tools/dist/webpack-bundler-runtime.esm.js.map rename to apps/angular/node_modules/@module-federation/runtime-tools/dist/webpack-bundler-runtime.esm.js.map diff --git a/ClientApp/node_modules/@module-federation/runtime-tools/package.json b/apps/angular/node_modules/@module-federation/runtime-tools/package.json similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime-tools/package.json rename to apps/angular/node_modules/@module-federation/runtime-tools/package.json diff --git a/ClientApp/node_modules/@module-federation/runtime/LICENSE b/apps/angular/node_modules/@module-federation/runtime/LICENSE similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime/LICENSE rename to apps/angular/node_modules/@module-federation/runtime/LICENSE diff --git a/ClientApp/node_modules/@module-federation/runtime/README.md b/apps/angular/node_modules/@module-federation/runtime/README.md similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime/README.md rename to apps/angular/node_modules/@module-federation/runtime/README.md diff --git a/ClientApp/node_modules/@module-federation/runtime/dist/LICENSE b/apps/angular/node_modules/@module-federation/runtime/dist/LICENSE similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime/dist/LICENSE rename to apps/angular/node_modules/@module-federation/runtime/dist/LICENSE diff --git a/ClientApp/node_modules/@module-federation/runtime/dist/core.cjs.cjs b/apps/angular/node_modules/@module-federation/runtime/dist/core.cjs.cjs similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime/dist/core.cjs.cjs rename to apps/angular/node_modules/@module-federation/runtime/dist/core.cjs.cjs diff --git a/ClientApp/node_modules/@module-federation/runtime/dist/core.cjs.cjs.map b/apps/angular/node_modules/@module-federation/runtime/dist/core.cjs.cjs.map similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime/dist/core.cjs.cjs.map rename to apps/angular/node_modules/@module-federation/runtime/dist/core.cjs.cjs.map diff --git a/ClientApp/node_modules/@module-federation/runtime/dist/core.cjs.d.ts b/apps/angular/node_modules/@module-federation/runtime/dist/core.cjs.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime/dist/core.cjs.d.ts rename to apps/angular/node_modules/@module-federation/runtime/dist/core.cjs.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime/dist/core.d.ts b/apps/angular/node_modules/@module-federation/runtime/dist/core.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime/dist/core.d.ts rename to apps/angular/node_modules/@module-federation/runtime/dist/core.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime/dist/core.esm.js b/apps/angular/node_modules/@module-federation/runtime/dist/core.esm.js similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime/dist/core.esm.js rename to apps/angular/node_modules/@module-federation/runtime/dist/core.esm.js diff --git a/ClientApp/node_modules/@module-federation/runtime/dist/core.esm.js.map b/apps/angular/node_modules/@module-federation/runtime/dist/core.esm.js.map similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime/dist/core.esm.js.map rename to apps/angular/node_modules/@module-federation/runtime/dist/core.esm.js.map diff --git a/ClientApp/node_modules/@module-federation/runtime/dist/helpers.cjs.cjs b/apps/angular/node_modules/@module-federation/runtime/dist/helpers.cjs.cjs similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime/dist/helpers.cjs.cjs rename to apps/angular/node_modules/@module-federation/runtime/dist/helpers.cjs.cjs diff --git a/ClientApp/node_modules/@module-federation/runtime/dist/helpers.cjs.cjs.map b/apps/angular/node_modules/@module-federation/runtime/dist/helpers.cjs.cjs.map similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime/dist/helpers.cjs.cjs.map rename to apps/angular/node_modules/@module-federation/runtime/dist/helpers.cjs.cjs.map diff --git a/ClientApp/node_modules/@module-federation/runtime/dist/helpers.cjs.d.ts b/apps/angular/node_modules/@module-federation/runtime/dist/helpers.cjs.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime/dist/helpers.cjs.d.ts rename to apps/angular/node_modules/@module-federation/runtime/dist/helpers.cjs.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime/dist/helpers.d.ts b/apps/angular/node_modules/@module-federation/runtime/dist/helpers.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime/dist/helpers.d.ts rename to apps/angular/node_modules/@module-federation/runtime/dist/helpers.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime/dist/helpers.esm.js b/apps/angular/node_modules/@module-federation/runtime/dist/helpers.esm.js similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime/dist/helpers.esm.js rename to apps/angular/node_modules/@module-federation/runtime/dist/helpers.esm.js diff --git a/ClientApp/node_modules/@module-federation/runtime/dist/helpers.esm.js.map b/apps/angular/node_modules/@module-federation/runtime/dist/helpers.esm.js.map similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime/dist/helpers.esm.js.map rename to apps/angular/node_modules/@module-federation/runtime/dist/helpers.esm.js.map diff --git a/ClientApp/node_modules/@module-federation/runtime/dist/index.cjs.cjs b/apps/angular/node_modules/@module-federation/runtime/dist/index.cjs.cjs similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime/dist/index.cjs.cjs rename to apps/angular/node_modules/@module-federation/runtime/dist/index.cjs.cjs diff --git a/ClientApp/node_modules/@module-federation/runtime/dist/index.cjs.cjs.map b/apps/angular/node_modules/@module-federation/runtime/dist/index.cjs.cjs.map similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime/dist/index.cjs.cjs.map rename to apps/angular/node_modules/@module-federation/runtime/dist/index.cjs.cjs.map diff --git a/ClientApp/node_modules/@module-federation/runtime/dist/index.cjs.d.ts b/apps/angular/node_modules/@module-federation/runtime/dist/index.cjs.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime/dist/index.cjs.d.ts rename to apps/angular/node_modules/@module-federation/runtime/dist/index.cjs.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime/dist/index.d.ts b/apps/angular/node_modules/@module-federation/runtime/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime/dist/index.d.ts rename to apps/angular/node_modules/@module-federation/runtime/dist/index.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime/dist/index.esm.js b/apps/angular/node_modules/@module-federation/runtime/dist/index.esm.js similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime/dist/index.esm.js rename to apps/angular/node_modules/@module-federation/runtime/dist/index.esm.js diff --git a/ClientApp/node_modules/@module-federation/runtime/dist/index.esm.js.map b/apps/angular/node_modules/@module-federation/runtime/dist/index.esm.js.map similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime/dist/index.esm.js.map rename to apps/angular/node_modules/@module-federation/runtime/dist/index.esm.js.map diff --git a/ClientApp/node_modules/@module-federation/runtime/dist/src/core.d.ts b/apps/angular/node_modules/@module-federation/runtime/dist/src/core.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime/dist/src/core.d.ts rename to apps/angular/node_modules/@module-federation/runtime/dist/src/core.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime/dist/src/helpers.d.ts b/apps/angular/node_modules/@module-federation/runtime/dist/src/helpers.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime/dist/src/helpers.d.ts rename to apps/angular/node_modules/@module-federation/runtime/dist/src/helpers.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime/dist/src/index.d.ts b/apps/angular/node_modules/@module-federation/runtime/dist/src/index.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime/dist/src/index.d.ts rename to apps/angular/node_modules/@module-federation/runtime/dist/src/index.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime/dist/src/types.d.ts b/apps/angular/node_modules/@module-federation/runtime/dist/src/types.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime/dist/src/types.d.ts rename to apps/angular/node_modules/@module-federation/runtime/dist/src/types.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime/dist/src/utils.d.ts b/apps/angular/node_modules/@module-federation/runtime/dist/src/utils.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime/dist/src/utils.d.ts rename to apps/angular/node_modules/@module-federation/runtime/dist/src/utils.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime/dist/types.cjs.cjs b/apps/angular/node_modules/@module-federation/runtime/dist/types.cjs.cjs similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime/dist/types.cjs.cjs rename to apps/angular/node_modules/@module-federation/runtime/dist/types.cjs.cjs diff --git a/ClientApp/node_modules/@module-federation/runtime/dist/types.cjs.cjs.map b/apps/angular/node_modules/@module-federation/runtime/dist/types.cjs.cjs.map similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime/dist/types.cjs.cjs.map rename to apps/angular/node_modules/@module-federation/runtime/dist/types.cjs.cjs.map diff --git a/ClientApp/node_modules/@module-federation/runtime/dist/types.cjs.d.ts b/apps/angular/node_modules/@module-federation/runtime/dist/types.cjs.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime/dist/types.cjs.d.ts rename to apps/angular/node_modules/@module-federation/runtime/dist/types.cjs.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime/dist/types.d.ts b/apps/angular/node_modules/@module-federation/runtime/dist/types.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime/dist/types.d.ts rename to apps/angular/node_modules/@module-federation/runtime/dist/types.d.ts diff --git a/ClientApp/node_modules/@module-federation/runtime/dist/types.esm.js b/apps/angular/node_modules/@module-federation/runtime/dist/types.esm.js similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime/dist/types.esm.js rename to apps/angular/node_modules/@module-federation/runtime/dist/types.esm.js diff --git a/ClientApp/node_modules/@module-federation/runtime/dist/types.esm.js.map b/apps/angular/node_modules/@module-federation/runtime/dist/types.esm.js.map similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime/dist/types.esm.js.map rename to apps/angular/node_modules/@module-federation/runtime/dist/types.esm.js.map diff --git a/ClientApp/node_modules/@module-federation/runtime/dist/utils.cjs.cjs b/apps/angular/node_modules/@module-federation/runtime/dist/utils.cjs.cjs similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime/dist/utils.cjs.cjs rename to apps/angular/node_modules/@module-federation/runtime/dist/utils.cjs.cjs diff --git a/ClientApp/node_modules/@module-federation/runtime/dist/utils.cjs.cjs.map b/apps/angular/node_modules/@module-federation/runtime/dist/utils.cjs.cjs.map similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime/dist/utils.cjs.cjs.map rename to apps/angular/node_modules/@module-federation/runtime/dist/utils.cjs.cjs.map diff --git a/ClientApp/node_modules/@module-federation/runtime/dist/utils.esm.js b/apps/angular/node_modules/@module-federation/runtime/dist/utils.esm.js similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime/dist/utils.esm.js rename to apps/angular/node_modules/@module-federation/runtime/dist/utils.esm.js diff --git a/ClientApp/node_modules/@module-federation/runtime/dist/utils.esm.js.map b/apps/angular/node_modules/@module-federation/runtime/dist/utils.esm.js.map similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime/dist/utils.esm.js.map rename to apps/angular/node_modules/@module-federation/runtime/dist/utils.esm.js.map diff --git a/ClientApp/node_modules/@module-federation/runtime/package.json b/apps/angular/node_modules/@module-federation/runtime/package.json similarity index 100% rename from ClientApp/node_modules/@module-federation/runtime/package.json rename to apps/angular/node_modules/@module-federation/runtime/package.json diff --git a/ClientApp/node_modules/@module-federation/sdk/LICENSE b/apps/angular/node_modules/@module-federation/sdk/LICENSE similarity index 100% rename from ClientApp/node_modules/@module-federation/sdk/LICENSE rename to apps/angular/node_modules/@module-federation/sdk/LICENSE diff --git a/ClientApp/node_modules/@module-federation/sdk/README.md b/apps/angular/node_modules/@module-federation/sdk/README.md similarity index 100% rename from ClientApp/node_modules/@module-federation/sdk/README.md rename to apps/angular/node_modules/@module-federation/sdk/README.md diff --git a/ClientApp/node_modules/@module-federation/sdk/dist/LICENSE b/apps/angular/node_modules/@module-federation/sdk/dist/LICENSE similarity index 100% rename from ClientApp/node_modules/@module-federation/sdk/dist/LICENSE rename to apps/angular/node_modules/@module-federation/sdk/dist/LICENSE diff --git a/ClientApp/node_modules/@module-federation/sdk/dist/index.cjs.cjs b/apps/angular/node_modules/@module-federation/sdk/dist/index.cjs.cjs similarity index 100% rename from ClientApp/node_modules/@module-federation/sdk/dist/index.cjs.cjs rename to apps/angular/node_modules/@module-federation/sdk/dist/index.cjs.cjs diff --git a/ClientApp/node_modules/@module-federation/sdk/dist/index.cjs.cjs.map b/apps/angular/node_modules/@module-federation/sdk/dist/index.cjs.cjs.map similarity index 100% rename from ClientApp/node_modules/@module-federation/sdk/dist/index.cjs.cjs.map rename to apps/angular/node_modules/@module-federation/sdk/dist/index.cjs.cjs.map diff --git a/ClientApp/node_modules/@module-federation/sdk/dist/index.cjs.d.ts b/apps/angular/node_modules/@module-federation/sdk/dist/index.cjs.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/sdk/dist/index.cjs.d.ts rename to apps/angular/node_modules/@module-federation/sdk/dist/index.cjs.d.ts diff --git a/ClientApp/node_modules/@module-federation/sdk/dist/index.d.ts b/apps/angular/node_modules/@module-federation/sdk/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/sdk/dist/index.d.ts rename to apps/angular/node_modules/@module-federation/sdk/dist/index.d.ts diff --git a/ClientApp/node_modules/@module-federation/sdk/dist/index.esm.js b/apps/angular/node_modules/@module-federation/sdk/dist/index.esm.js similarity index 100% rename from ClientApp/node_modules/@module-federation/sdk/dist/index.esm.js rename to apps/angular/node_modules/@module-federation/sdk/dist/index.esm.js diff --git a/ClientApp/node_modules/@module-federation/sdk/dist/index.esm.js.map b/apps/angular/node_modules/@module-federation/sdk/dist/index.esm.js.map similarity index 100% rename from ClientApp/node_modules/@module-federation/sdk/dist/index.esm.js.map rename to apps/angular/node_modules/@module-federation/sdk/dist/index.esm.js.map diff --git a/ClientApp/node_modules/@module-federation/sdk/dist/normalize-webpack-path.cjs.cjs b/apps/angular/node_modules/@module-federation/sdk/dist/normalize-webpack-path.cjs.cjs similarity index 100% rename from ClientApp/node_modules/@module-federation/sdk/dist/normalize-webpack-path.cjs.cjs rename to apps/angular/node_modules/@module-federation/sdk/dist/normalize-webpack-path.cjs.cjs diff --git a/ClientApp/node_modules/@module-federation/sdk/dist/normalize-webpack-path.cjs.cjs.map b/apps/angular/node_modules/@module-federation/sdk/dist/normalize-webpack-path.cjs.cjs.map similarity index 100% rename from ClientApp/node_modules/@module-federation/sdk/dist/normalize-webpack-path.cjs.cjs.map rename to apps/angular/node_modules/@module-federation/sdk/dist/normalize-webpack-path.cjs.cjs.map diff --git a/ClientApp/node_modules/@module-federation/sdk/dist/normalize-webpack-path.cjs.d.ts b/apps/angular/node_modules/@module-federation/sdk/dist/normalize-webpack-path.cjs.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/sdk/dist/normalize-webpack-path.cjs.d.ts rename to apps/angular/node_modules/@module-federation/sdk/dist/normalize-webpack-path.cjs.d.ts diff --git a/ClientApp/node_modules/@module-federation/sdk/dist/normalize-webpack-path.d.ts b/apps/angular/node_modules/@module-federation/sdk/dist/normalize-webpack-path.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/sdk/dist/normalize-webpack-path.d.ts rename to apps/angular/node_modules/@module-federation/sdk/dist/normalize-webpack-path.d.ts diff --git a/ClientApp/node_modules/@module-federation/sdk/dist/normalize-webpack-path.esm.js b/apps/angular/node_modules/@module-federation/sdk/dist/normalize-webpack-path.esm.js similarity index 100% rename from ClientApp/node_modules/@module-federation/sdk/dist/normalize-webpack-path.esm.js rename to apps/angular/node_modules/@module-federation/sdk/dist/normalize-webpack-path.esm.js diff --git a/ClientApp/node_modules/@module-federation/sdk/dist/normalize-webpack-path.esm.js.map b/apps/angular/node_modules/@module-federation/sdk/dist/normalize-webpack-path.esm.js.map similarity index 100% rename from ClientApp/node_modules/@module-federation/sdk/dist/normalize-webpack-path.esm.js.map rename to apps/angular/node_modules/@module-federation/sdk/dist/normalize-webpack-path.esm.js.map diff --git a/ClientApp/node_modules/@module-federation/sdk/dist/src/constant.d.ts b/apps/angular/node_modules/@module-federation/sdk/dist/src/constant.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/sdk/dist/src/constant.d.ts rename to apps/angular/node_modules/@module-federation/sdk/dist/src/constant.d.ts diff --git a/ClientApp/node_modules/@module-federation/sdk/dist/src/createModuleFederationConfig.d.ts b/apps/angular/node_modules/@module-federation/sdk/dist/src/createModuleFederationConfig.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/sdk/dist/src/createModuleFederationConfig.d.ts rename to apps/angular/node_modules/@module-federation/sdk/dist/src/createModuleFederationConfig.d.ts diff --git a/ClientApp/node_modules/@module-federation/sdk/dist/src/dom.d.ts b/apps/angular/node_modules/@module-federation/sdk/dist/src/dom.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/sdk/dist/src/dom.d.ts rename to apps/angular/node_modules/@module-federation/sdk/dist/src/dom.d.ts diff --git a/ClientApp/node_modules/@module-federation/sdk/dist/src/env.d.ts b/apps/angular/node_modules/@module-federation/sdk/dist/src/env.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/sdk/dist/src/env.d.ts rename to apps/angular/node_modules/@module-federation/sdk/dist/src/env.d.ts diff --git a/ClientApp/node_modules/@module-federation/sdk/dist/src/generateSnapshotFromManifest.d.ts b/apps/angular/node_modules/@module-federation/sdk/dist/src/generateSnapshotFromManifest.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/sdk/dist/src/generateSnapshotFromManifest.d.ts rename to apps/angular/node_modules/@module-federation/sdk/dist/src/generateSnapshotFromManifest.d.ts diff --git a/ClientApp/node_modules/@module-federation/sdk/dist/src/index.d.ts b/apps/angular/node_modules/@module-federation/sdk/dist/src/index.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/sdk/dist/src/index.d.ts rename to apps/angular/node_modules/@module-federation/sdk/dist/src/index.d.ts diff --git a/ClientApp/node_modules/@module-federation/sdk/dist/src/logger.d.ts b/apps/angular/node_modules/@module-federation/sdk/dist/src/logger.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/sdk/dist/src/logger.d.ts rename to apps/angular/node_modules/@module-federation/sdk/dist/src/logger.d.ts diff --git a/ClientApp/node_modules/@module-federation/sdk/dist/src/node.d.ts b/apps/angular/node_modules/@module-federation/sdk/dist/src/node.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/sdk/dist/src/node.d.ts rename to apps/angular/node_modules/@module-federation/sdk/dist/src/node.d.ts diff --git a/ClientApp/node_modules/@module-federation/sdk/dist/src/normalize-webpack-path.d.ts b/apps/angular/node_modules/@module-federation/sdk/dist/src/normalize-webpack-path.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/sdk/dist/src/normalize-webpack-path.d.ts rename to apps/angular/node_modules/@module-federation/sdk/dist/src/normalize-webpack-path.d.ts diff --git a/ClientApp/node_modules/@module-federation/sdk/dist/src/normalizeOptions.d.ts b/apps/angular/node_modules/@module-federation/sdk/dist/src/normalizeOptions.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/sdk/dist/src/normalizeOptions.d.ts rename to apps/angular/node_modules/@module-federation/sdk/dist/src/normalizeOptions.d.ts diff --git a/ClientApp/node_modules/@module-federation/sdk/dist/src/types/common.d.ts b/apps/angular/node_modules/@module-federation/sdk/dist/src/types/common.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/sdk/dist/src/types/common.d.ts rename to apps/angular/node_modules/@module-federation/sdk/dist/src/types/common.d.ts diff --git a/ClientApp/node_modules/@module-federation/sdk/dist/src/types/hooks.d.ts b/apps/angular/node_modules/@module-federation/sdk/dist/src/types/hooks.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/sdk/dist/src/types/hooks.d.ts rename to apps/angular/node_modules/@module-federation/sdk/dist/src/types/hooks.d.ts diff --git a/ClientApp/node_modules/@module-federation/sdk/dist/src/types/index.d.ts b/apps/angular/node_modules/@module-federation/sdk/dist/src/types/index.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/sdk/dist/src/types/index.d.ts rename to apps/angular/node_modules/@module-federation/sdk/dist/src/types/index.d.ts diff --git a/ClientApp/node_modules/@module-federation/sdk/dist/src/types/manifest.d.ts b/apps/angular/node_modules/@module-federation/sdk/dist/src/types/manifest.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/sdk/dist/src/types/manifest.d.ts rename to apps/angular/node_modules/@module-federation/sdk/dist/src/types/manifest.d.ts diff --git a/ClientApp/node_modules/@module-federation/sdk/dist/src/types/plugins/ContainerPlugin.d.ts b/apps/angular/node_modules/@module-federation/sdk/dist/src/types/plugins/ContainerPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/sdk/dist/src/types/plugins/ContainerPlugin.d.ts rename to apps/angular/node_modules/@module-federation/sdk/dist/src/types/plugins/ContainerPlugin.d.ts diff --git a/ClientApp/node_modules/@module-federation/sdk/dist/src/types/plugins/ContainerReferencePlugin.d.ts b/apps/angular/node_modules/@module-federation/sdk/dist/src/types/plugins/ContainerReferencePlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/sdk/dist/src/types/plugins/ContainerReferencePlugin.d.ts rename to apps/angular/node_modules/@module-federation/sdk/dist/src/types/plugins/ContainerReferencePlugin.d.ts diff --git a/ClientApp/node_modules/@module-federation/sdk/dist/src/types/plugins/ModuleFederationPlugin.d.ts b/apps/angular/node_modules/@module-federation/sdk/dist/src/types/plugins/ModuleFederationPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/sdk/dist/src/types/plugins/ModuleFederationPlugin.d.ts rename to apps/angular/node_modules/@module-federation/sdk/dist/src/types/plugins/ModuleFederationPlugin.d.ts diff --git a/ClientApp/node_modules/@module-federation/sdk/dist/src/types/plugins/SharePlugin.d.ts b/apps/angular/node_modules/@module-federation/sdk/dist/src/types/plugins/SharePlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/sdk/dist/src/types/plugins/SharePlugin.d.ts rename to apps/angular/node_modules/@module-federation/sdk/dist/src/types/plugins/SharePlugin.d.ts diff --git a/ClientApp/node_modules/@module-federation/sdk/dist/src/types/plugins/index.d.ts b/apps/angular/node_modules/@module-federation/sdk/dist/src/types/plugins/index.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/sdk/dist/src/types/plugins/index.d.ts rename to apps/angular/node_modules/@module-federation/sdk/dist/src/types/plugins/index.d.ts diff --git a/ClientApp/node_modules/@module-federation/sdk/dist/src/types/snapshot.d.ts b/apps/angular/node_modules/@module-federation/sdk/dist/src/types/snapshot.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/sdk/dist/src/types/snapshot.d.ts rename to apps/angular/node_modules/@module-federation/sdk/dist/src/types/snapshot.d.ts diff --git a/ClientApp/node_modules/@module-federation/sdk/dist/src/types/stats.d.ts b/apps/angular/node_modules/@module-federation/sdk/dist/src/types/stats.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/sdk/dist/src/types/stats.d.ts rename to apps/angular/node_modules/@module-federation/sdk/dist/src/types/stats.d.ts diff --git a/ClientApp/node_modules/@module-federation/sdk/dist/src/utils.d.ts b/apps/angular/node_modules/@module-federation/sdk/dist/src/utils.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/sdk/dist/src/utils.d.ts rename to apps/angular/node_modules/@module-federation/sdk/dist/src/utils.d.ts diff --git a/ClientApp/node_modules/@module-federation/sdk/package.json b/apps/angular/node_modules/@module-federation/sdk/package.json similarity index 100% rename from ClientApp/node_modules/@module-federation/sdk/package.json rename to apps/angular/node_modules/@module-federation/sdk/package.json diff --git a/ClientApp/node_modules/@module-federation/webpack-bundler-runtime/LICENSE b/apps/angular/node_modules/@module-federation/webpack-bundler-runtime/LICENSE similarity index 100% rename from ClientApp/node_modules/@module-federation/webpack-bundler-runtime/LICENSE rename to apps/angular/node_modules/@module-federation/webpack-bundler-runtime/LICENSE diff --git a/ClientApp/node_modules/@module-federation/webpack-bundler-runtime/README.md b/apps/angular/node_modules/@module-federation/webpack-bundler-runtime/README.md similarity index 100% rename from ClientApp/node_modules/@module-federation/webpack-bundler-runtime/README.md rename to apps/angular/node_modules/@module-federation/webpack-bundler-runtime/README.md diff --git a/ClientApp/node_modules/@module-federation/webpack-bundler-runtime/dist/LICENSE b/apps/angular/node_modules/@module-federation/webpack-bundler-runtime/dist/LICENSE similarity index 100% rename from ClientApp/node_modules/@module-federation/webpack-bundler-runtime/dist/LICENSE rename to apps/angular/node_modules/@module-federation/webpack-bundler-runtime/dist/LICENSE diff --git a/ClientApp/node_modules/@module-federation/webpack-bundler-runtime/dist/constant.cjs.cjs b/apps/angular/node_modules/@module-federation/webpack-bundler-runtime/dist/constant.cjs.cjs similarity index 100% rename from ClientApp/node_modules/@module-federation/webpack-bundler-runtime/dist/constant.cjs.cjs rename to apps/angular/node_modules/@module-federation/webpack-bundler-runtime/dist/constant.cjs.cjs diff --git a/ClientApp/node_modules/@module-federation/webpack-bundler-runtime/dist/constant.cjs.cjs.map b/apps/angular/node_modules/@module-federation/webpack-bundler-runtime/dist/constant.cjs.cjs.map similarity index 100% rename from ClientApp/node_modules/@module-federation/webpack-bundler-runtime/dist/constant.cjs.cjs.map rename to apps/angular/node_modules/@module-federation/webpack-bundler-runtime/dist/constant.cjs.cjs.map diff --git a/ClientApp/node_modules/@module-federation/webpack-bundler-runtime/dist/constant.cjs.d.ts b/apps/angular/node_modules/@module-federation/webpack-bundler-runtime/dist/constant.cjs.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/webpack-bundler-runtime/dist/constant.cjs.d.ts rename to apps/angular/node_modules/@module-federation/webpack-bundler-runtime/dist/constant.cjs.d.ts diff --git a/ClientApp/node_modules/@module-federation/webpack-bundler-runtime/dist/constant.d.ts b/apps/angular/node_modules/@module-federation/webpack-bundler-runtime/dist/constant.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/webpack-bundler-runtime/dist/constant.d.ts rename to apps/angular/node_modules/@module-federation/webpack-bundler-runtime/dist/constant.d.ts diff --git a/ClientApp/node_modules/@module-federation/webpack-bundler-runtime/dist/constant.esm.js b/apps/angular/node_modules/@module-federation/webpack-bundler-runtime/dist/constant.esm.js similarity index 100% rename from ClientApp/node_modules/@module-federation/webpack-bundler-runtime/dist/constant.esm.js rename to apps/angular/node_modules/@module-federation/webpack-bundler-runtime/dist/constant.esm.js diff --git a/ClientApp/node_modules/@module-federation/webpack-bundler-runtime/dist/constant.esm.js.map b/apps/angular/node_modules/@module-federation/webpack-bundler-runtime/dist/constant.esm.js.map similarity index 100% rename from ClientApp/node_modules/@module-federation/webpack-bundler-runtime/dist/constant.esm.js.map rename to apps/angular/node_modules/@module-federation/webpack-bundler-runtime/dist/constant.esm.js.map diff --git a/ClientApp/node_modules/@module-federation/webpack-bundler-runtime/dist/index.cjs.cjs b/apps/angular/node_modules/@module-federation/webpack-bundler-runtime/dist/index.cjs.cjs similarity index 100% rename from ClientApp/node_modules/@module-federation/webpack-bundler-runtime/dist/index.cjs.cjs rename to apps/angular/node_modules/@module-federation/webpack-bundler-runtime/dist/index.cjs.cjs diff --git a/ClientApp/node_modules/@module-federation/webpack-bundler-runtime/dist/index.cjs.cjs.map b/apps/angular/node_modules/@module-federation/webpack-bundler-runtime/dist/index.cjs.cjs.map similarity index 100% rename from ClientApp/node_modules/@module-federation/webpack-bundler-runtime/dist/index.cjs.cjs.map rename to apps/angular/node_modules/@module-federation/webpack-bundler-runtime/dist/index.cjs.cjs.map diff --git a/ClientApp/node_modules/@module-federation/webpack-bundler-runtime/dist/index.cjs.d.ts b/apps/angular/node_modules/@module-federation/webpack-bundler-runtime/dist/index.cjs.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/webpack-bundler-runtime/dist/index.cjs.d.ts rename to apps/angular/node_modules/@module-federation/webpack-bundler-runtime/dist/index.cjs.d.ts diff --git a/ClientApp/node_modules/@module-federation/webpack-bundler-runtime/dist/index.d.ts b/apps/angular/node_modules/@module-federation/webpack-bundler-runtime/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/webpack-bundler-runtime/dist/index.d.ts rename to apps/angular/node_modules/@module-federation/webpack-bundler-runtime/dist/index.d.ts diff --git a/ClientApp/node_modules/@module-federation/webpack-bundler-runtime/dist/index.esm.js b/apps/angular/node_modules/@module-federation/webpack-bundler-runtime/dist/index.esm.js similarity index 100% rename from ClientApp/node_modules/@module-federation/webpack-bundler-runtime/dist/index.esm.js rename to apps/angular/node_modules/@module-federation/webpack-bundler-runtime/dist/index.esm.js diff --git a/ClientApp/node_modules/@module-federation/webpack-bundler-runtime/dist/index.esm.js.map b/apps/angular/node_modules/@module-federation/webpack-bundler-runtime/dist/index.esm.js.map similarity index 100% rename from ClientApp/node_modules/@module-federation/webpack-bundler-runtime/dist/index.esm.js.map rename to apps/angular/node_modules/@module-federation/webpack-bundler-runtime/dist/index.esm.js.map diff --git a/ClientApp/node_modules/@module-federation/webpack-bundler-runtime/dist/src/attachShareScopeMap.d.ts b/apps/angular/node_modules/@module-federation/webpack-bundler-runtime/dist/src/attachShareScopeMap.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/webpack-bundler-runtime/dist/src/attachShareScopeMap.d.ts rename to apps/angular/node_modules/@module-federation/webpack-bundler-runtime/dist/src/attachShareScopeMap.d.ts diff --git a/ClientApp/node_modules/@module-federation/webpack-bundler-runtime/dist/src/constant.d.ts b/apps/angular/node_modules/@module-federation/webpack-bundler-runtime/dist/src/constant.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/webpack-bundler-runtime/dist/src/constant.d.ts rename to apps/angular/node_modules/@module-federation/webpack-bundler-runtime/dist/src/constant.d.ts diff --git a/ClientApp/node_modules/@module-federation/webpack-bundler-runtime/dist/src/consumes.d.ts b/apps/angular/node_modules/@module-federation/webpack-bundler-runtime/dist/src/consumes.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/webpack-bundler-runtime/dist/src/consumes.d.ts rename to apps/angular/node_modules/@module-federation/webpack-bundler-runtime/dist/src/consumes.d.ts diff --git a/ClientApp/node_modules/@module-federation/webpack-bundler-runtime/dist/src/index.d.ts b/apps/angular/node_modules/@module-federation/webpack-bundler-runtime/dist/src/index.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/webpack-bundler-runtime/dist/src/index.d.ts rename to apps/angular/node_modules/@module-federation/webpack-bundler-runtime/dist/src/index.d.ts diff --git a/ClientApp/node_modules/@module-federation/webpack-bundler-runtime/dist/src/initContainerEntry.d.ts b/apps/angular/node_modules/@module-federation/webpack-bundler-runtime/dist/src/initContainerEntry.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/webpack-bundler-runtime/dist/src/initContainerEntry.d.ts rename to apps/angular/node_modules/@module-federation/webpack-bundler-runtime/dist/src/initContainerEntry.d.ts diff --git a/ClientApp/node_modules/@module-federation/webpack-bundler-runtime/dist/src/initializeSharing.d.ts b/apps/angular/node_modules/@module-federation/webpack-bundler-runtime/dist/src/initializeSharing.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/webpack-bundler-runtime/dist/src/initializeSharing.d.ts rename to apps/angular/node_modules/@module-federation/webpack-bundler-runtime/dist/src/initializeSharing.d.ts diff --git a/ClientApp/node_modules/@module-federation/webpack-bundler-runtime/dist/src/installInitialConsumes.d.ts b/apps/angular/node_modules/@module-federation/webpack-bundler-runtime/dist/src/installInitialConsumes.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/webpack-bundler-runtime/dist/src/installInitialConsumes.d.ts rename to apps/angular/node_modules/@module-federation/webpack-bundler-runtime/dist/src/installInitialConsumes.d.ts diff --git a/ClientApp/node_modules/@module-federation/webpack-bundler-runtime/dist/src/remotes.d.ts b/apps/angular/node_modules/@module-federation/webpack-bundler-runtime/dist/src/remotes.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/webpack-bundler-runtime/dist/src/remotes.d.ts rename to apps/angular/node_modules/@module-federation/webpack-bundler-runtime/dist/src/remotes.d.ts diff --git a/ClientApp/node_modules/@module-federation/webpack-bundler-runtime/dist/src/types.d.ts b/apps/angular/node_modules/@module-federation/webpack-bundler-runtime/dist/src/types.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/webpack-bundler-runtime/dist/src/types.d.ts rename to apps/angular/node_modules/@module-federation/webpack-bundler-runtime/dist/src/types.d.ts diff --git a/ClientApp/node_modules/@module-federation/webpack-bundler-runtime/dist/src/updateOptions.d.ts b/apps/angular/node_modules/@module-federation/webpack-bundler-runtime/dist/src/updateOptions.d.ts similarity index 100% rename from ClientApp/node_modules/@module-federation/webpack-bundler-runtime/dist/src/updateOptions.d.ts rename to apps/angular/node_modules/@module-federation/webpack-bundler-runtime/dist/src/updateOptions.d.ts diff --git a/ClientApp/node_modules/@module-federation/webpack-bundler-runtime/package.json b/apps/angular/node_modules/@module-federation/webpack-bundler-runtime/package.json similarity index 100% rename from ClientApp/node_modules/@module-federation/webpack-bundler-runtime/package.json rename to apps/angular/node_modules/@module-federation/webpack-bundler-runtime/package.json diff --git a/ClientApp/node_modules/@ngx-translate/core/artifacts/schema.json b/apps/angular/node_modules/@ngx-translate/core/artifacts/schema.json similarity index 100% rename from ClientApp/node_modules/@ngx-translate/core/artifacts/schema.json rename to apps/angular/node_modules/@ngx-translate/core/artifacts/schema.json diff --git a/ClientApp/node_modules/@ngx-translate/core/core.docs.md b/apps/angular/node_modules/@ngx-translate/core/core.docs.md similarity index 100% rename from ClientApp/node_modules/@ngx-translate/core/core.docs.md rename to apps/angular/node_modules/@ngx-translate/core/core.docs.md diff --git a/ClientApp/node_modules/@ngx-translate/core/dist/esm2022/lib/missing-translation-handler.mjs b/apps/angular/node_modules/@ngx-translate/core/dist/esm2022/lib/missing-translation-handler.mjs similarity index 100% rename from ClientApp/node_modules/@ngx-translate/core/dist/esm2022/lib/missing-translation-handler.mjs rename to apps/angular/node_modules/@ngx-translate/core/dist/esm2022/lib/missing-translation-handler.mjs diff --git a/ClientApp/node_modules/@ngx-translate/core/dist/esm2022/lib/translate.compiler.mjs b/apps/angular/node_modules/@ngx-translate/core/dist/esm2022/lib/translate.compiler.mjs similarity index 100% rename from ClientApp/node_modules/@ngx-translate/core/dist/esm2022/lib/translate.compiler.mjs rename to apps/angular/node_modules/@ngx-translate/core/dist/esm2022/lib/translate.compiler.mjs diff --git a/ClientApp/node_modules/@ngx-translate/core/dist/esm2022/lib/translate.directive.mjs b/apps/angular/node_modules/@ngx-translate/core/dist/esm2022/lib/translate.directive.mjs similarity index 100% rename from ClientApp/node_modules/@ngx-translate/core/dist/esm2022/lib/translate.directive.mjs rename to apps/angular/node_modules/@ngx-translate/core/dist/esm2022/lib/translate.directive.mjs diff --git a/ClientApp/node_modules/@ngx-translate/core/dist/esm2022/lib/translate.loader.mjs b/apps/angular/node_modules/@ngx-translate/core/dist/esm2022/lib/translate.loader.mjs similarity index 100% rename from ClientApp/node_modules/@ngx-translate/core/dist/esm2022/lib/translate.loader.mjs rename to apps/angular/node_modules/@ngx-translate/core/dist/esm2022/lib/translate.loader.mjs diff --git a/ClientApp/node_modules/@ngx-translate/core/dist/esm2022/lib/translate.parser.mjs b/apps/angular/node_modules/@ngx-translate/core/dist/esm2022/lib/translate.parser.mjs similarity index 100% rename from ClientApp/node_modules/@ngx-translate/core/dist/esm2022/lib/translate.parser.mjs rename to apps/angular/node_modules/@ngx-translate/core/dist/esm2022/lib/translate.parser.mjs diff --git a/ClientApp/node_modules/@ngx-translate/core/dist/esm2022/lib/translate.pipe.mjs b/apps/angular/node_modules/@ngx-translate/core/dist/esm2022/lib/translate.pipe.mjs similarity index 100% rename from ClientApp/node_modules/@ngx-translate/core/dist/esm2022/lib/translate.pipe.mjs rename to apps/angular/node_modules/@ngx-translate/core/dist/esm2022/lib/translate.pipe.mjs diff --git a/ClientApp/node_modules/@ngx-translate/core/dist/esm2022/lib/translate.service.mjs b/apps/angular/node_modules/@ngx-translate/core/dist/esm2022/lib/translate.service.mjs similarity index 100% rename from ClientApp/node_modules/@ngx-translate/core/dist/esm2022/lib/translate.service.mjs rename to apps/angular/node_modules/@ngx-translate/core/dist/esm2022/lib/translate.service.mjs diff --git a/ClientApp/node_modules/@ngx-translate/core/dist/esm2022/lib/translate.store.mjs b/apps/angular/node_modules/@ngx-translate/core/dist/esm2022/lib/translate.store.mjs similarity index 100% rename from ClientApp/node_modules/@ngx-translate/core/dist/esm2022/lib/translate.store.mjs rename to apps/angular/node_modules/@ngx-translate/core/dist/esm2022/lib/translate.store.mjs diff --git a/ClientApp/node_modules/@ngx-translate/core/dist/esm2022/lib/util.mjs b/apps/angular/node_modules/@ngx-translate/core/dist/esm2022/lib/util.mjs similarity index 100% rename from ClientApp/node_modules/@ngx-translate/core/dist/esm2022/lib/util.mjs rename to apps/angular/node_modules/@ngx-translate/core/dist/esm2022/lib/util.mjs diff --git a/ClientApp/node_modules/@ngx-translate/core/dist/esm2022/ngx-translate-core.mjs b/apps/angular/node_modules/@ngx-translate/core/dist/esm2022/ngx-translate-core.mjs similarity index 100% rename from ClientApp/node_modules/@ngx-translate/core/dist/esm2022/ngx-translate-core.mjs rename to apps/angular/node_modules/@ngx-translate/core/dist/esm2022/ngx-translate-core.mjs diff --git a/ClientApp/node_modules/@ngx-translate/core/dist/esm2022/public-api.mjs b/apps/angular/node_modules/@ngx-translate/core/dist/esm2022/public-api.mjs similarity index 100% rename from ClientApp/node_modules/@ngx-translate/core/dist/esm2022/public-api.mjs rename to apps/angular/node_modules/@ngx-translate/core/dist/esm2022/public-api.mjs diff --git a/ClientApp/node_modules/@ngx-translate/core/dist/fesm2022/ngx-translate-core.mjs b/apps/angular/node_modules/@ngx-translate/core/dist/fesm2022/ngx-translate-core.mjs similarity index 100% rename from ClientApp/node_modules/@ngx-translate/core/dist/fesm2022/ngx-translate-core.mjs rename to apps/angular/node_modules/@ngx-translate/core/dist/fesm2022/ngx-translate-core.mjs diff --git a/ClientApp/node_modules/@ngx-translate/core/dist/fesm2022/ngx-translate-core.mjs.map b/apps/angular/node_modules/@ngx-translate/core/dist/fesm2022/ngx-translate-core.mjs.map similarity index 100% rename from ClientApp/node_modules/@ngx-translate/core/dist/fesm2022/ngx-translate-core.mjs.map rename to apps/angular/node_modules/@ngx-translate/core/dist/fesm2022/ngx-translate-core.mjs.map diff --git a/ClientApp/node_modules/@ngx-translate/core/dist/index.d.ts b/apps/angular/node_modules/@ngx-translate/core/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/@ngx-translate/core/dist/index.d.ts rename to apps/angular/node_modules/@ngx-translate/core/dist/index.d.ts diff --git a/ClientApp/node_modules/@ngx-translate/core/dist/lib/missing-translation-handler.d.ts b/apps/angular/node_modules/@ngx-translate/core/dist/lib/missing-translation-handler.d.ts similarity index 100% rename from ClientApp/node_modules/@ngx-translate/core/dist/lib/missing-translation-handler.d.ts rename to apps/angular/node_modules/@ngx-translate/core/dist/lib/missing-translation-handler.d.ts diff --git a/ClientApp/node_modules/@ngx-translate/core/dist/lib/translate.compiler.d.ts b/apps/angular/node_modules/@ngx-translate/core/dist/lib/translate.compiler.d.ts similarity index 100% rename from ClientApp/node_modules/@ngx-translate/core/dist/lib/translate.compiler.d.ts rename to apps/angular/node_modules/@ngx-translate/core/dist/lib/translate.compiler.d.ts diff --git a/ClientApp/node_modules/@ngx-translate/core/dist/lib/translate.directive.d.ts b/apps/angular/node_modules/@ngx-translate/core/dist/lib/translate.directive.d.ts similarity index 100% rename from ClientApp/node_modules/@ngx-translate/core/dist/lib/translate.directive.d.ts rename to apps/angular/node_modules/@ngx-translate/core/dist/lib/translate.directive.d.ts diff --git a/ClientApp/node_modules/@ngx-translate/core/dist/lib/translate.loader.d.ts b/apps/angular/node_modules/@ngx-translate/core/dist/lib/translate.loader.d.ts similarity index 100% rename from ClientApp/node_modules/@ngx-translate/core/dist/lib/translate.loader.d.ts rename to apps/angular/node_modules/@ngx-translate/core/dist/lib/translate.loader.d.ts diff --git a/ClientApp/node_modules/@ngx-translate/core/dist/lib/translate.parser.d.ts b/apps/angular/node_modules/@ngx-translate/core/dist/lib/translate.parser.d.ts similarity index 100% rename from ClientApp/node_modules/@ngx-translate/core/dist/lib/translate.parser.d.ts rename to apps/angular/node_modules/@ngx-translate/core/dist/lib/translate.parser.d.ts diff --git a/ClientApp/node_modules/@ngx-translate/core/dist/lib/translate.pipe.d.ts b/apps/angular/node_modules/@ngx-translate/core/dist/lib/translate.pipe.d.ts similarity index 100% rename from ClientApp/node_modules/@ngx-translate/core/dist/lib/translate.pipe.d.ts rename to apps/angular/node_modules/@ngx-translate/core/dist/lib/translate.pipe.d.ts diff --git a/ClientApp/node_modules/@ngx-translate/core/dist/lib/translate.service.d.ts b/apps/angular/node_modules/@ngx-translate/core/dist/lib/translate.service.d.ts similarity index 100% rename from ClientApp/node_modules/@ngx-translate/core/dist/lib/translate.service.d.ts rename to apps/angular/node_modules/@ngx-translate/core/dist/lib/translate.service.d.ts diff --git a/ClientApp/node_modules/@ngx-translate/core/dist/lib/translate.store.d.ts b/apps/angular/node_modules/@ngx-translate/core/dist/lib/translate.store.d.ts similarity index 100% rename from ClientApp/node_modules/@ngx-translate/core/dist/lib/translate.store.d.ts rename to apps/angular/node_modules/@ngx-translate/core/dist/lib/translate.store.d.ts diff --git a/ClientApp/node_modules/@ngx-translate/core/dist/lib/util.d.ts b/apps/angular/node_modules/@ngx-translate/core/dist/lib/util.d.ts similarity index 100% rename from ClientApp/node_modules/@ngx-translate/core/dist/lib/util.d.ts rename to apps/angular/node_modules/@ngx-translate/core/dist/lib/util.d.ts diff --git a/ClientApp/node_modules/@ngx-translate/core/dist/public-api.d.ts b/apps/angular/node_modules/@ngx-translate/core/dist/public-api.d.ts similarity index 100% rename from ClientApp/node_modules/@ngx-translate/core/dist/public-api.d.ts rename to apps/angular/node_modules/@ngx-translate/core/dist/public-api.d.ts diff --git a/ClientApp/node_modules/@ngx-translate/core/lib/missing-translation-handler.ts b/apps/angular/node_modules/@ngx-translate/core/lib/missing-translation-handler.ts similarity index 100% rename from ClientApp/node_modules/@ngx-translate/core/lib/missing-translation-handler.ts rename to apps/angular/node_modules/@ngx-translate/core/lib/missing-translation-handler.ts diff --git a/ClientApp/node_modules/@ngx-translate/core/lib/translate.compiler.ts b/apps/angular/node_modules/@ngx-translate/core/lib/translate.compiler.ts similarity index 100% rename from ClientApp/node_modules/@ngx-translate/core/lib/translate.compiler.ts rename to apps/angular/node_modules/@ngx-translate/core/lib/translate.compiler.ts diff --git a/ClientApp/node_modules/@ngx-translate/core/lib/translate.directive.ts b/apps/angular/node_modules/@ngx-translate/core/lib/translate.directive.ts similarity index 100% rename from ClientApp/node_modules/@ngx-translate/core/lib/translate.directive.ts rename to apps/angular/node_modules/@ngx-translate/core/lib/translate.directive.ts diff --git a/ClientApp/node_modules/@ngx-translate/core/lib/translate.loader.ts b/apps/angular/node_modules/@ngx-translate/core/lib/translate.loader.ts similarity index 100% rename from ClientApp/node_modules/@ngx-translate/core/lib/translate.loader.ts rename to apps/angular/node_modules/@ngx-translate/core/lib/translate.loader.ts diff --git a/ClientApp/node_modules/@ngx-translate/core/lib/translate.parser.ts b/apps/angular/node_modules/@ngx-translate/core/lib/translate.parser.ts similarity index 100% rename from ClientApp/node_modules/@ngx-translate/core/lib/translate.parser.ts rename to apps/angular/node_modules/@ngx-translate/core/lib/translate.parser.ts diff --git a/ClientApp/node_modules/@ngx-translate/core/lib/translate.pipe.ts b/apps/angular/node_modules/@ngx-translate/core/lib/translate.pipe.ts similarity index 100% rename from ClientApp/node_modules/@ngx-translate/core/lib/translate.pipe.ts rename to apps/angular/node_modules/@ngx-translate/core/lib/translate.pipe.ts diff --git a/ClientApp/node_modules/@ngx-translate/core/lib/translate.service.ts b/apps/angular/node_modules/@ngx-translate/core/lib/translate.service.ts similarity index 100% rename from ClientApp/node_modules/@ngx-translate/core/lib/translate.service.ts rename to apps/angular/node_modules/@ngx-translate/core/lib/translate.service.ts diff --git a/ClientApp/node_modules/@ngx-translate/core/lib/translate.store.ts b/apps/angular/node_modules/@ngx-translate/core/lib/translate.store.ts similarity index 100% rename from ClientApp/node_modules/@ngx-translate/core/lib/translate.store.ts rename to apps/angular/node_modules/@ngx-translate/core/lib/translate.store.ts diff --git a/ClientApp/node_modules/@ngx-translate/core/lib/util.ts b/apps/angular/node_modules/@ngx-translate/core/lib/util.ts similarity index 100% rename from ClientApp/node_modules/@ngx-translate/core/lib/util.ts rename to apps/angular/node_modules/@ngx-translate/core/lib/util.ts diff --git a/ClientApp/node_modules/@ngx-translate/core/package-tar/ngx-translate-core-15.0.0.tgz b/apps/angular/node_modules/@ngx-translate/core/package-tar/ngx-translate-core-15.0.0.tgz similarity index 100% rename from ClientApp/node_modules/@ngx-translate/core/package-tar/ngx-translate-core-15.0.0.tgz rename to apps/angular/node_modules/@ngx-translate/core/package-tar/ngx-translate-core-15.0.0.tgz diff --git a/ClientApp/node_modules/@ngx-translate/core/package.json b/apps/angular/node_modules/@ngx-translate/core/package.json similarity index 100% rename from ClientApp/node_modules/@ngx-translate/core/package.json rename to apps/angular/node_modules/@ngx-translate/core/package.json diff --git a/ClientApp/node_modules/@ngx-translate/core/public-api.ts b/apps/angular/node_modules/@ngx-translate/core/public-api.ts similarity index 100% rename from ClientApp/node_modules/@ngx-translate/core/public-api.ts rename to apps/angular/node_modules/@ngx-translate/core/public-api.ts diff --git a/ClientApp/node_modules/@ngx-translate/core/tests/missing-translation-handler.spec.ts b/apps/angular/node_modules/@ngx-translate/core/tests/missing-translation-handler.spec.ts similarity index 100% rename from ClientApp/node_modules/@ngx-translate/core/tests/missing-translation-handler.spec.ts rename to apps/angular/node_modules/@ngx-translate/core/tests/missing-translation-handler.spec.ts diff --git a/ClientApp/node_modules/@ngx-translate/core/tests/translate.compiler.spec.ts b/apps/angular/node_modules/@ngx-translate/core/tests/translate.compiler.spec.ts similarity index 100% rename from ClientApp/node_modules/@ngx-translate/core/tests/translate.compiler.spec.ts rename to apps/angular/node_modules/@ngx-translate/core/tests/translate.compiler.spec.ts diff --git a/ClientApp/node_modules/@ngx-translate/core/tests/translate.directive.spec.ts b/apps/angular/node_modules/@ngx-translate/core/tests/translate.directive.spec.ts similarity index 100% rename from ClientApp/node_modules/@ngx-translate/core/tests/translate.directive.spec.ts rename to apps/angular/node_modules/@ngx-translate/core/tests/translate.directive.spec.ts diff --git a/ClientApp/node_modules/@ngx-translate/core/tests/translate.loader.spec.ts b/apps/angular/node_modules/@ngx-translate/core/tests/translate.loader.spec.ts similarity index 100% rename from ClientApp/node_modules/@ngx-translate/core/tests/translate.loader.spec.ts rename to apps/angular/node_modules/@ngx-translate/core/tests/translate.loader.spec.ts diff --git a/ClientApp/node_modules/@ngx-translate/core/tests/translate.parser.spec.ts b/apps/angular/node_modules/@ngx-translate/core/tests/translate.parser.spec.ts similarity index 100% rename from ClientApp/node_modules/@ngx-translate/core/tests/translate.parser.spec.ts rename to apps/angular/node_modules/@ngx-translate/core/tests/translate.parser.spec.ts diff --git a/ClientApp/node_modules/@ngx-translate/core/tests/translate.pipe.spec.ts b/apps/angular/node_modules/@ngx-translate/core/tests/translate.pipe.spec.ts similarity index 100% rename from ClientApp/node_modules/@ngx-translate/core/tests/translate.pipe.spec.ts rename to apps/angular/node_modules/@ngx-translate/core/tests/translate.pipe.spec.ts diff --git a/ClientApp/node_modules/@ngx-translate/core/tests/translate.service.spec.ts b/apps/angular/node_modules/@ngx-translate/core/tests/translate.service.spec.ts similarity index 100% rename from ClientApp/node_modules/@ngx-translate/core/tests/translate.service.spec.ts rename to apps/angular/node_modules/@ngx-translate/core/tests/translate.service.spec.ts diff --git a/ClientApp/node_modules/@ngx-translate/core/tests/translate.store.spec.ts b/apps/angular/node_modules/@ngx-translate/core/tests/translate.store.spec.ts similarity index 100% rename from ClientApp/node_modules/@ngx-translate/core/tests/translate.store.spec.ts rename to apps/angular/node_modules/@ngx-translate/core/tests/translate.store.spec.ts diff --git a/ClientApp/node_modules/@ngx-translate/http-loader/artifacts/schema.json b/apps/angular/node_modules/@ngx-translate/http-loader/artifacts/schema.json similarity index 100% rename from ClientApp/node_modules/@ngx-translate/http-loader/artifacts/schema.json rename to apps/angular/node_modules/@ngx-translate/http-loader/artifacts/schema.json diff --git a/ClientApp/node_modules/@ngx-translate/http-loader/dist/esm2022/lib/http-loader.mjs b/apps/angular/node_modules/@ngx-translate/http-loader/dist/esm2022/lib/http-loader.mjs similarity index 100% rename from ClientApp/node_modules/@ngx-translate/http-loader/dist/esm2022/lib/http-loader.mjs rename to apps/angular/node_modules/@ngx-translate/http-loader/dist/esm2022/lib/http-loader.mjs diff --git a/ClientApp/node_modules/@ngx-translate/http-loader/dist/esm2022/ngx-translate-http-loader.mjs b/apps/angular/node_modules/@ngx-translate/http-loader/dist/esm2022/ngx-translate-http-loader.mjs similarity index 100% rename from ClientApp/node_modules/@ngx-translate/http-loader/dist/esm2022/ngx-translate-http-loader.mjs rename to apps/angular/node_modules/@ngx-translate/http-loader/dist/esm2022/ngx-translate-http-loader.mjs diff --git a/ClientApp/node_modules/@ngx-translate/http-loader/dist/esm2022/public-api.mjs b/apps/angular/node_modules/@ngx-translate/http-loader/dist/esm2022/public-api.mjs similarity index 100% rename from ClientApp/node_modules/@ngx-translate/http-loader/dist/esm2022/public-api.mjs rename to apps/angular/node_modules/@ngx-translate/http-loader/dist/esm2022/public-api.mjs diff --git a/ClientApp/node_modules/@ngx-translate/http-loader/dist/fesm2022/ngx-translate-http-loader.mjs b/apps/angular/node_modules/@ngx-translate/http-loader/dist/fesm2022/ngx-translate-http-loader.mjs similarity index 100% rename from ClientApp/node_modules/@ngx-translate/http-loader/dist/fesm2022/ngx-translate-http-loader.mjs rename to apps/angular/node_modules/@ngx-translate/http-loader/dist/fesm2022/ngx-translate-http-loader.mjs diff --git a/ClientApp/node_modules/@ngx-translate/http-loader/dist/fesm2022/ngx-translate-http-loader.mjs.map b/apps/angular/node_modules/@ngx-translate/http-loader/dist/fesm2022/ngx-translate-http-loader.mjs.map similarity index 100% rename from ClientApp/node_modules/@ngx-translate/http-loader/dist/fesm2022/ngx-translate-http-loader.mjs.map rename to apps/angular/node_modules/@ngx-translate/http-loader/dist/fesm2022/ngx-translate-http-loader.mjs.map diff --git a/ClientApp/node_modules/@ngx-translate/http-loader/dist/index.d.ts b/apps/angular/node_modules/@ngx-translate/http-loader/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/@ngx-translate/http-loader/dist/index.d.ts rename to apps/angular/node_modules/@ngx-translate/http-loader/dist/index.d.ts diff --git a/ClientApp/node_modules/@ngx-translate/http-loader/dist/lib/http-loader.d.ts b/apps/angular/node_modules/@ngx-translate/http-loader/dist/lib/http-loader.d.ts similarity index 100% rename from ClientApp/node_modules/@ngx-translate/http-loader/dist/lib/http-loader.d.ts rename to apps/angular/node_modules/@ngx-translate/http-loader/dist/lib/http-loader.d.ts diff --git a/ClientApp/node_modules/@ngx-translate/http-loader/dist/public-api.d.ts b/apps/angular/node_modules/@ngx-translate/http-loader/dist/public-api.d.ts similarity index 100% rename from ClientApp/node_modules/@ngx-translate/http-loader/dist/public-api.d.ts rename to apps/angular/node_modules/@ngx-translate/http-loader/dist/public-api.d.ts diff --git a/ClientApp/node_modules/@ngx-translate/http-loader/http-loader.docs.md b/apps/angular/node_modules/@ngx-translate/http-loader/http-loader.docs.md similarity index 100% rename from ClientApp/node_modules/@ngx-translate/http-loader/http-loader.docs.md rename to apps/angular/node_modules/@ngx-translate/http-loader/http-loader.docs.md diff --git a/ClientApp/node_modules/@ngx-translate/http-loader/lib/http-loader.ts b/apps/angular/node_modules/@ngx-translate/http-loader/lib/http-loader.ts similarity index 100% rename from ClientApp/node_modules/@ngx-translate/http-loader/lib/http-loader.ts rename to apps/angular/node_modules/@ngx-translate/http-loader/lib/http-loader.ts diff --git a/ClientApp/node_modules/@ngx-translate/http-loader/package-tar/ngx-translate-http-loader-8.0.0.tgz b/apps/angular/node_modules/@ngx-translate/http-loader/package-tar/ngx-translate-http-loader-8.0.0.tgz similarity index 100% rename from ClientApp/node_modules/@ngx-translate/http-loader/package-tar/ngx-translate-http-loader-8.0.0.tgz rename to apps/angular/node_modules/@ngx-translate/http-loader/package-tar/ngx-translate-http-loader-8.0.0.tgz diff --git a/ClientApp/node_modules/@ngx-translate/http-loader/package.json b/apps/angular/node_modules/@ngx-translate/http-loader/package.json similarity index 100% rename from ClientApp/node_modules/@ngx-translate/http-loader/package.json rename to apps/angular/node_modules/@ngx-translate/http-loader/package.json diff --git a/ClientApp/node_modules/@ngx-translate/http-loader/public-api.ts b/apps/angular/node_modules/@ngx-translate/http-loader/public-api.ts similarity index 100% rename from ClientApp/node_modules/@ngx-translate/http-loader/public-api.ts rename to apps/angular/node_modules/@ngx-translate/http-loader/public-api.ts diff --git a/ClientApp/node_modules/@ngx-translate/http-loader/tests/http-loader.spec.ts b/apps/angular/node_modules/@ngx-translate/http-loader/tests/http-loader.spec.ts similarity index 100% rename from ClientApp/node_modules/@ngx-translate/http-loader/tests/http-loader.spec.ts rename to apps/angular/node_modules/@ngx-translate/http-loader/tests/http-loader.spec.ts diff --git a/ClientApp/node_modules/@nodelib/fs.scandir/LICENSE b/apps/angular/node_modules/@nodelib/fs.scandir/LICENSE similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.scandir/LICENSE rename to apps/angular/node_modules/@nodelib/fs.scandir/LICENSE diff --git a/ClientApp/node_modules/@nodelib/fs.scandir/README.md b/apps/angular/node_modules/@nodelib/fs.scandir/README.md similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.scandir/README.md rename to apps/angular/node_modules/@nodelib/fs.scandir/README.md diff --git a/ClientApp/node_modules/@nodelib/fs.scandir/out/adapters/fs.d.ts b/apps/angular/node_modules/@nodelib/fs.scandir/out/adapters/fs.d.ts similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.scandir/out/adapters/fs.d.ts rename to apps/angular/node_modules/@nodelib/fs.scandir/out/adapters/fs.d.ts diff --git a/ClientApp/node_modules/@nodelib/fs.scandir/out/adapters/fs.js b/apps/angular/node_modules/@nodelib/fs.scandir/out/adapters/fs.js similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.scandir/out/adapters/fs.js rename to apps/angular/node_modules/@nodelib/fs.scandir/out/adapters/fs.js diff --git a/ClientApp/node_modules/@nodelib/fs.scandir/out/constants.d.ts b/apps/angular/node_modules/@nodelib/fs.scandir/out/constants.d.ts similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.scandir/out/constants.d.ts rename to apps/angular/node_modules/@nodelib/fs.scandir/out/constants.d.ts diff --git a/ClientApp/node_modules/@nodelib/fs.scandir/out/constants.js b/apps/angular/node_modules/@nodelib/fs.scandir/out/constants.js similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.scandir/out/constants.js rename to apps/angular/node_modules/@nodelib/fs.scandir/out/constants.js diff --git a/ClientApp/node_modules/@nodelib/fs.scandir/out/index.d.ts b/apps/angular/node_modules/@nodelib/fs.scandir/out/index.d.ts similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.scandir/out/index.d.ts rename to apps/angular/node_modules/@nodelib/fs.scandir/out/index.d.ts diff --git a/ClientApp/node_modules/@nodelib/fs.scandir/out/index.js b/apps/angular/node_modules/@nodelib/fs.scandir/out/index.js similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.scandir/out/index.js rename to apps/angular/node_modules/@nodelib/fs.scandir/out/index.js diff --git a/ClientApp/node_modules/@nodelib/fs.scandir/out/providers/async.d.ts b/apps/angular/node_modules/@nodelib/fs.scandir/out/providers/async.d.ts similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.scandir/out/providers/async.d.ts rename to apps/angular/node_modules/@nodelib/fs.scandir/out/providers/async.d.ts diff --git a/ClientApp/node_modules/@nodelib/fs.scandir/out/providers/async.js b/apps/angular/node_modules/@nodelib/fs.scandir/out/providers/async.js similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.scandir/out/providers/async.js rename to apps/angular/node_modules/@nodelib/fs.scandir/out/providers/async.js diff --git a/ClientApp/node_modules/@nodelib/fs.scandir/out/providers/common.d.ts b/apps/angular/node_modules/@nodelib/fs.scandir/out/providers/common.d.ts similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.scandir/out/providers/common.d.ts rename to apps/angular/node_modules/@nodelib/fs.scandir/out/providers/common.d.ts diff --git a/ClientApp/node_modules/@nodelib/fs.scandir/out/providers/common.js b/apps/angular/node_modules/@nodelib/fs.scandir/out/providers/common.js similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.scandir/out/providers/common.js rename to apps/angular/node_modules/@nodelib/fs.scandir/out/providers/common.js diff --git a/ClientApp/node_modules/@nodelib/fs.scandir/out/providers/sync.d.ts b/apps/angular/node_modules/@nodelib/fs.scandir/out/providers/sync.d.ts similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.scandir/out/providers/sync.d.ts rename to apps/angular/node_modules/@nodelib/fs.scandir/out/providers/sync.d.ts diff --git a/ClientApp/node_modules/@nodelib/fs.scandir/out/providers/sync.js b/apps/angular/node_modules/@nodelib/fs.scandir/out/providers/sync.js similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.scandir/out/providers/sync.js rename to apps/angular/node_modules/@nodelib/fs.scandir/out/providers/sync.js diff --git a/ClientApp/node_modules/@nodelib/fs.scandir/out/settings.d.ts b/apps/angular/node_modules/@nodelib/fs.scandir/out/settings.d.ts similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.scandir/out/settings.d.ts rename to apps/angular/node_modules/@nodelib/fs.scandir/out/settings.d.ts diff --git a/ClientApp/node_modules/@nodelib/fs.scandir/out/settings.js b/apps/angular/node_modules/@nodelib/fs.scandir/out/settings.js similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.scandir/out/settings.js rename to apps/angular/node_modules/@nodelib/fs.scandir/out/settings.js diff --git a/ClientApp/node_modules/@nodelib/fs.scandir/out/types/index.d.ts b/apps/angular/node_modules/@nodelib/fs.scandir/out/types/index.d.ts similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.scandir/out/types/index.d.ts rename to apps/angular/node_modules/@nodelib/fs.scandir/out/types/index.d.ts diff --git a/ClientApp/node_modules/@nodelib/fs.scandir/out/types/index.js b/apps/angular/node_modules/@nodelib/fs.scandir/out/types/index.js similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.scandir/out/types/index.js rename to apps/angular/node_modules/@nodelib/fs.scandir/out/types/index.js diff --git a/ClientApp/node_modules/@nodelib/fs.scandir/out/utils/fs.d.ts b/apps/angular/node_modules/@nodelib/fs.scandir/out/utils/fs.d.ts similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.scandir/out/utils/fs.d.ts rename to apps/angular/node_modules/@nodelib/fs.scandir/out/utils/fs.d.ts diff --git a/ClientApp/node_modules/@nodelib/fs.scandir/out/utils/fs.js b/apps/angular/node_modules/@nodelib/fs.scandir/out/utils/fs.js similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.scandir/out/utils/fs.js rename to apps/angular/node_modules/@nodelib/fs.scandir/out/utils/fs.js diff --git a/ClientApp/node_modules/@nodelib/fs.scandir/out/utils/index.d.ts b/apps/angular/node_modules/@nodelib/fs.scandir/out/utils/index.d.ts similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.scandir/out/utils/index.d.ts rename to apps/angular/node_modules/@nodelib/fs.scandir/out/utils/index.d.ts diff --git a/ClientApp/node_modules/@nodelib/fs.scandir/out/utils/index.js b/apps/angular/node_modules/@nodelib/fs.scandir/out/utils/index.js similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.scandir/out/utils/index.js rename to apps/angular/node_modules/@nodelib/fs.scandir/out/utils/index.js diff --git a/ClientApp/node_modules/@nodelib/fs.scandir/package.json b/apps/angular/node_modules/@nodelib/fs.scandir/package.json similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.scandir/package.json rename to apps/angular/node_modules/@nodelib/fs.scandir/package.json diff --git a/ClientApp/node_modules/@nodelib/fs.stat/LICENSE b/apps/angular/node_modules/@nodelib/fs.stat/LICENSE similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.stat/LICENSE rename to apps/angular/node_modules/@nodelib/fs.stat/LICENSE diff --git a/ClientApp/node_modules/@nodelib/fs.stat/README.md b/apps/angular/node_modules/@nodelib/fs.stat/README.md similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.stat/README.md rename to apps/angular/node_modules/@nodelib/fs.stat/README.md diff --git a/ClientApp/node_modules/@nodelib/fs.stat/out/adapters/fs.d.ts b/apps/angular/node_modules/@nodelib/fs.stat/out/adapters/fs.d.ts similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.stat/out/adapters/fs.d.ts rename to apps/angular/node_modules/@nodelib/fs.stat/out/adapters/fs.d.ts diff --git a/ClientApp/node_modules/@nodelib/fs.stat/out/adapters/fs.js b/apps/angular/node_modules/@nodelib/fs.stat/out/adapters/fs.js similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.stat/out/adapters/fs.js rename to apps/angular/node_modules/@nodelib/fs.stat/out/adapters/fs.js diff --git a/ClientApp/node_modules/@nodelib/fs.stat/out/index.d.ts b/apps/angular/node_modules/@nodelib/fs.stat/out/index.d.ts similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.stat/out/index.d.ts rename to apps/angular/node_modules/@nodelib/fs.stat/out/index.d.ts diff --git a/ClientApp/node_modules/@nodelib/fs.stat/out/index.js b/apps/angular/node_modules/@nodelib/fs.stat/out/index.js similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.stat/out/index.js rename to apps/angular/node_modules/@nodelib/fs.stat/out/index.js diff --git a/ClientApp/node_modules/@nodelib/fs.stat/out/providers/async.d.ts b/apps/angular/node_modules/@nodelib/fs.stat/out/providers/async.d.ts similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.stat/out/providers/async.d.ts rename to apps/angular/node_modules/@nodelib/fs.stat/out/providers/async.d.ts diff --git a/ClientApp/node_modules/@nodelib/fs.stat/out/providers/async.js b/apps/angular/node_modules/@nodelib/fs.stat/out/providers/async.js similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.stat/out/providers/async.js rename to apps/angular/node_modules/@nodelib/fs.stat/out/providers/async.js diff --git a/ClientApp/node_modules/@nodelib/fs.stat/out/providers/sync.d.ts b/apps/angular/node_modules/@nodelib/fs.stat/out/providers/sync.d.ts similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.stat/out/providers/sync.d.ts rename to apps/angular/node_modules/@nodelib/fs.stat/out/providers/sync.d.ts diff --git a/ClientApp/node_modules/@nodelib/fs.stat/out/providers/sync.js b/apps/angular/node_modules/@nodelib/fs.stat/out/providers/sync.js similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.stat/out/providers/sync.js rename to apps/angular/node_modules/@nodelib/fs.stat/out/providers/sync.js diff --git a/ClientApp/node_modules/@nodelib/fs.stat/out/settings.d.ts b/apps/angular/node_modules/@nodelib/fs.stat/out/settings.d.ts similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.stat/out/settings.d.ts rename to apps/angular/node_modules/@nodelib/fs.stat/out/settings.d.ts diff --git a/ClientApp/node_modules/@nodelib/fs.stat/out/settings.js b/apps/angular/node_modules/@nodelib/fs.stat/out/settings.js similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.stat/out/settings.js rename to apps/angular/node_modules/@nodelib/fs.stat/out/settings.js diff --git a/ClientApp/node_modules/@nodelib/fs.stat/out/types/index.d.ts b/apps/angular/node_modules/@nodelib/fs.stat/out/types/index.d.ts similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.stat/out/types/index.d.ts rename to apps/angular/node_modules/@nodelib/fs.stat/out/types/index.d.ts diff --git a/ClientApp/node_modules/@nodelib/fs.stat/out/types/index.js b/apps/angular/node_modules/@nodelib/fs.stat/out/types/index.js similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.stat/out/types/index.js rename to apps/angular/node_modules/@nodelib/fs.stat/out/types/index.js diff --git a/ClientApp/node_modules/@nodelib/fs.stat/package.json b/apps/angular/node_modules/@nodelib/fs.stat/package.json similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.stat/package.json rename to apps/angular/node_modules/@nodelib/fs.stat/package.json diff --git a/ClientApp/node_modules/@nodelib/fs.walk/LICENSE b/apps/angular/node_modules/@nodelib/fs.walk/LICENSE similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.walk/LICENSE rename to apps/angular/node_modules/@nodelib/fs.walk/LICENSE diff --git a/ClientApp/node_modules/@nodelib/fs.walk/README.md b/apps/angular/node_modules/@nodelib/fs.walk/README.md similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.walk/README.md rename to apps/angular/node_modules/@nodelib/fs.walk/README.md diff --git a/ClientApp/node_modules/@nodelib/fs.walk/out/index.d.ts b/apps/angular/node_modules/@nodelib/fs.walk/out/index.d.ts similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.walk/out/index.d.ts rename to apps/angular/node_modules/@nodelib/fs.walk/out/index.d.ts diff --git a/ClientApp/node_modules/@nodelib/fs.walk/out/index.js b/apps/angular/node_modules/@nodelib/fs.walk/out/index.js similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.walk/out/index.js rename to apps/angular/node_modules/@nodelib/fs.walk/out/index.js diff --git a/ClientApp/node_modules/@nodelib/fs.walk/out/providers/async.d.ts b/apps/angular/node_modules/@nodelib/fs.walk/out/providers/async.d.ts similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.walk/out/providers/async.d.ts rename to apps/angular/node_modules/@nodelib/fs.walk/out/providers/async.d.ts diff --git a/ClientApp/node_modules/@nodelib/fs.walk/out/providers/async.js b/apps/angular/node_modules/@nodelib/fs.walk/out/providers/async.js similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.walk/out/providers/async.js rename to apps/angular/node_modules/@nodelib/fs.walk/out/providers/async.js diff --git a/ClientApp/node_modules/@nodelib/fs.walk/out/providers/index.d.ts b/apps/angular/node_modules/@nodelib/fs.walk/out/providers/index.d.ts similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.walk/out/providers/index.d.ts rename to apps/angular/node_modules/@nodelib/fs.walk/out/providers/index.d.ts diff --git a/ClientApp/node_modules/@nodelib/fs.walk/out/providers/index.js b/apps/angular/node_modules/@nodelib/fs.walk/out/providers/index.js similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.walk/out/providers/index.js rename to apps/angular/node_modules/@nodelib/fs.walk/out/providers/index.js diff --git a/ClientApp/node_modules/@nodelib/fs.walk/out/providers/stream.d.ts b/apps/angular/node_modules/@nodelib/fs.walk/out/providers/stream.d.ts similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.walk/out/providers/stream.d.ts rename to apps/angular/node_modules/@nodelib/fs.walk/out/providers/stream.d.ts diff --git a/ClientApp/node_modules/@nodelib/fs.walk/out/providers/stream.js b/apps/angular/node_modules/@nodelib/fs.walk/out/providers/stream.js similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.walk/out/providers/stream.js rename to apps/angular/node_modules/@nodelib/fs.walk/out/providers/stream.js diff --git a/ClientApp/node_modules/@nodelib/fs.walk/out/providers/sync.d.ts b/apps/angular/node_modules/@nodelib/fs.walk/out/providers/sync.d.ts similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.walk/out/providers/sync.d.ts rename to apps/angular/node_modules/@nodelib/fs.walk/out/providers/sync.d.ts diff --git a/ClientApp/node_modules/@nodelib/fs.walk/out/providers/sync.js b/apps/angular/node_modules/@nodelib/fs.walk/out/providers/sync.js similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.walk/out/providers/sync.js rename to apps/angular/node_modules/@nodelib/fs.walk/out/providers/sync.js diff --git a/ClientApp/node_modules/@nodelib/fs.walk/out/readers/async.d.ts b/apps/angular/node_modules/@nodelib/fs.walk/out/readers/async.d.ts similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.walk/out/readers/async.d.ts rename to apps/angular/node_modules/@nodelib/fs.walk/out/readers/async.d.ts diff --git a/ClientApp/node_modules/@nodelib/fs.walk/out/readers/async.js b/apps/angular/node_modules/@nodelib/fs.walk/out/readers/async.js similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.walk/out/readers/async.js rename to apps/angular/node_modules/@nodelib/fs.walk/out/readers/async.js diff --git a/ClientApp/node_modules/@nodelib/fs.walk/out/readers/common.d.ts b/apps/angular/node_modules/@nodelib/fs.walk/out/readers/common.d.ts similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.walk/out/readers/common.d.ts rename to apps/angular/node_modules/@nodelib/fs.walk/out/readers/common.d.ts diff --git a/ClientApp/node_modules/@nodelib/fs.walk/out/readers/common.js b/apps/angular/node_modules/@nodelib/fs.walk/out/readers/common.js similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.walk/out/readers/common.js rename to apps/angular/node_modules/@nodelib/fs.walk/out/readers/common.js diff --git a/ClientApp/node_modules/@nodelib/fs.walk/out/readers/reader.d.ts b/apps/angular/node_modules/@nodelib/fs.walk/out/readers/reader.d.ts similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.walk/out/readers/reader.d.ts rename to apps/angular/node_modules/@nodelib/fs.walk/out/readers/reader.d.ts diff --git a/ClientApp/node_modules/@nodelib/fs.walk/out/readers/reader.js b/apps/angular/node_modules/@nodelib/fs.walk/out/readers/reader.js similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.walk/out/readers/reader.js rename to apps/angular/node_modules/@nodelib/fs.walk/out/readers/reader.js diff --git a/ClientApp/node_modules/@nodelib/fs.walk/out/readers/sync.d.ts b/apps/angular/node_modules/@nodelib/fs.walk/out/readers/sync.d.ts similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.walk/out/readers/sync.d.ts rename to apps/angular/node_modules/@nodelib/fs.walk/out/readers/sync.d.ts diff --git a/ClientApp/node_modules/@nodelib/fs.walk/out/readers/sync.js b/apps/angular/node_modules/@nodelib/fs.walk/out/readers/sync.js similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.walk/out/readers/sync.js rename to apps/angular/node_modules/@nodelib/fs.walk/out/readers/sync.js diff --git a/ClientApp/node_modules/@nodelib/fs.walk/out/settings.d.ts b/apps/angular/node_modules/@nodelib/fs.walk/out/settings.d.ts similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.walk/out/settings.d.ts rename to apps/angular/node_modules/@nodelib/fs.walk/out/settings.d.ts diff --git a/ClientApp/node_modules/@nodelib/fs.walk/out/settings.js b/apps/angular/node_modules/@nodelib/fs.walk/out/settings.js similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.walk/out/settings.js rename to apps/angular/node_modules/@nodelib/fs.walk/out/settings.js diff --git a/ClientApp/node_modules/@nodelib/fs.walk/out/types/index.d.ts b/apps/angular/node_modules/@nodelib/fs.walk/out/types/index.d.ts similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.walk/out/types/index.d.ts rename to apps/angular/node_modules/@nodelib/fs.walk/out/types/index.d.ts diff --git a/ClientApp/node_modules/@nodelib/fs.walk/out/types/index.js b/apps/angular/node_modules/@nodelib/fs.walk/out/types/index.js similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.walk/out/types/index.js rename to apps/angular/node_modules/@nodelib/fs.walk/out/types/index.js diff --git a/ClientApp/node_modules/@nodelib/fs.walk/package.json b/apps/angular/node_modules/@nodelib/fs.walk/package.json similarity index 100% rename from ClientApp/node_modules/@nodelib/fs.walk/package.json rename to apps/angular/node_modules/@nodelib/fs.walk/package.json diff --git a/ClientApp/node_modules/@parcel/watcher-darwin-arm64/LICENSE b/apps/angular/node_modules/@parcel/watcher-darwin-arm64/LICENSE similarity index 100% rename from ClientApp/node_modules/@parcel/watcher-darwin-arm64/LICENSE rename to apps/angular/node_modules/@parcel/watcher-darwin-arm64/LICENSE diff --git a/ClientApp/node_modules/@parcel/watcher-darwin-arm64/README.md b/apps/angular/node_modules/@parcel/watcher-darwin-arm64/README.md similarity index 100% rename from ClientApp/node_modules/@parcel/watcher-darwin-arm64/README.md rename to apps/angular/node_modules/@parcel/watcher-darwin-arm64/README.md diff --git a/ClientApp/node_modules/@parcel/watcher-darwin-arm64/package.json b/apps/angular/node_modules/@parcel/watcher-darwin-arm64/package.json similarity index 100% rename from ClientApp/node_modules/@parcel/watcher-darwin-arm64/package.json rename to apps/angular/node_modules/@parcel/watcher-darwin-arm64/package.json diff --git a/ClientApp/node_modules/@parcel/watcher-darwin-arm64/watcher.node b/apps/angular/node_modules/@parcel/watcher-darwin-arm64/watcher.node similarity index 100% rename from ClientApp/node_modules/@parcel/watcher-darwin-arm64/watcher.node rename to apps/angular/node_modules/@parcel/watcher-darwin-arm64/watcher.node diff --git a/ClientApp/node_modules/@parcel/watcher/LICENSE b/apps/angular/node_modules/@parcel/watcher/LICENSE similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/LICENSE rename to apps/angular/node_modules/@parcel/watcher/LICENSE diff --git a/ClientApp/node_modules/@parcel/watcher/README.md b/apps/angular/node_modules/@parcel/watcher/README.md similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/README.md rename to apps/angular/node_modules/@parcel/watcher/README.md diff --git a/ClientApp/node_modules/@parcel/watcher/binding.gyp b/apps/angular/node_modules/@parcel/watcher/binding.gyp similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/binding.gyp rename to apps/angular/node_modules/@parcel/watcher/binding.gyp diff --git a/ClientApp/node_modules/@parcel/watcher/index.d.ts b/apps/angular/node_modules/@parcel/watcher/index.d.ts similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/index.d.ts rename to apps/angular/node_modules/@parcel/watcher/index.d.ts diff --git a/ClientApp/node_modules/@parcel/watcher/index.js b/apps/angular/node_modules/@parcel/watcher/index.js similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/index.js rename to apps/angular/node_modules/@parcel/watcher/index.js diff --git a/ClientApp/node_modules/@parcel/watcher/index.js.flow b/apps/angular/node_modules/@parcel/watcher/index.js.flow similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/index.js.flow rename to apps/angular/node_modules/@parcel/watcher/index.js.flow diff --git a/ClientApp/node_modules/@parcel/watcher/node_modules/picomatch/LICENSE b/apps/angular/node_modules/@parcel/watcher/node_modules/picomatch/LICENSE similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/node_modules/picomatch/LICENSE rename to apps/angular/node_modules/@parcel/watcher/node_modules/picomatch/LICENSE diff --git a/ClientApp/node_modules/@parcel/watcher/node_modules/picomatch/README.md b/apps/angular/node_modules/@parcel/watcher/node_modules/picomatch/README.md similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/node_modules/picomatch/README.md rename to apps/angular/node_modules/@parcel/watcher/node_modules/picomatch/README.md diff --git a/ClientApp/node_modules/@parcel/watcher/node_modules/picomatch/index.js b/apps/angular/node_modules/@parcel/watcher/node_modules/picomatch/index.js similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/node_modules/picomatch/index.js rename to apps/angular/node_modules/@parcel/watcher/node_modules/picomatch/index.js diff --git a/ClientApp/node_modules/@parcel/watcher/node_modules/picomatch/lib/constants.js b/apps/angular/node_modules/@parcel/watcher/node_modules/picomatch/lib/constants.js similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/node_modules/picomatch/lib/constants.js rename to apps/angular/node_modules/@parcel/watcher/node_modules/picomatch/lib/constants.js diff --git a/ClientApp/node_modules/@parcel/watcher/node_modules/picomatch/lib/parse.js b/apps/angular/node_modules/@parcel/watcher/node_modules/picomatch/lib/parse.js similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/node_modules/picomatch/lib/parse.js rename to apps/angular/node_modules/@parcel/watcher/node_modules/picomatch/lib/parse.js diff --git a/ClientApp/node_modules/@parcel/watcher/node_modules/picomatch/lib/picomatch.js b/apps/angular/node_modules/@parcel/watcher/node_modules/picomatch/lib/picomatch.js similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/node_modules/picomatch/lib/picomatch.js rename to apps/angular/node_modules/@parcel/watcher/node_modules/picomatch/lib/picomatch.js diff --git a/ClientApp/node_modules/@parcel/watcher/node_modules/picomatch/lib/scan.js b/apps/angular/node_modules/@parcel/watcher/node_modules/picomatch/lib/scan.js similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/node_modules/picomatch/lib/scan.js rename to apps/angular/node_modules/@parcel/watcher/node_modules/picomatch/lib/scan.js diff --git a/ClientApp/node_modules/@parcel/watcher/node_modules/picomatch/lib/utils.js b/apps/angular/node_modules/@parcel/watcher/node_modules/picomatch/lib/utils.js similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/node_modules/picomatch/lib/utils.js rename to apps/angular/node_modules/@parcel/watcher/node_modules/picomatch/lib/utils.js diff --git a/ClientApp/node_modules/@parcel/watcher/node_modules/picomatch/package.json b/apps/angular/node_modules/@parcel/watcher/node_modules/picomatch/package.json similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/node_modules/picomatch/package.json rename to apps/angular/node_modules/@parcel/watcher/node_modules/picomatch/package.json diff --git a/ClientApp/node_modules/@parcel/watcher/node_modules/picomatch/posix.js b/apps/angular/node_modules/@parcel/watcher/node_modules/picomatch/posix.js similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/node_modules/picomatch/posix.js rename to apps/angular/node_modules/@parcel/watcher/node_modules/picomatch/posix.js diff --git a/ClientApp/node_modules/@parcel/watcher/package.json b/apps/angular/node_modules/@parcel/watcher/package.json similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/package.json rename to apps/angular/node_modules/@parcel/watcher/package.json diff --git a/ClientApp/node_modules/@parcel/watcher/scripts/build-from-source.js b/apps/angular/node_modules/@parcel/watcher/scripts/build-from-source.js similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/scripts/build-from-source.js rename to apps/angular/node_modules/@parcel/watcher/scripts/build-from-source.js diff --git a/ClientApp/node_modules/@parcel/watcher/src/Backend.cc b/apps/angular/node_modules/@parcel/watcher/src/Backend.cc similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/src/Backend.cc rename to apps/angular/node_modules/@parcel/watcher/src/Backend.cc diff --git a/ClientApp/node_modules/@parcel/watcher/src/Backend.hh b/apps/angular/node_modules/@parcel/watcher/src/Backend.hh similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/src/Backend.hh rename to apps/angular/node_modules/@parcel/watcher/src/Backend.hh diff --git a/ClientApp/node_modules/@parcel/watcher/src/Debounce.cc b/apps/angular/node_modules/@parcel/watcher/src/Debounce.cc similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/src/Debounce.cc rename to apps/angular/node_modules/@parcel/watcher/src/Debounce.cc diff --git a/ClientApp/node_modules/@parcel/watcher/src/Debounce.hh b/apps/angular/node_modules/@parcel/watcher/src/Debounce.hh similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/src/Debounce.hh rename to apps/angular/node_modules/@parcel/watcher/src/Debounce.hh diff --git a/ClientApp/node_modules/@parcel/watcher/src/DirTree.cc b/apps/angular/node_modules/@parcel/watcher/src/DirTree.cc similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/src/DirTree.cc rename to apps/angular/node_modules/@parcel/watcher/src/DirTree.cc diff --git a/ClientApp/node_modules/@parcel/watcher/src/DirTree.hh b/apps/angular/node_modules/@parcel/watcher/src/DirTree.hh similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/src/DirTree.hh rename to apps/angular/node_modules/@parcel/watcher/src/DirTree.hh diff --git a/ClientApp/node_modules/@parcel/watcher/src/Event.hh b/apps/angular/node_modules/@parcel/watcher/src/Event.hh similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/src/Event.hh rename to apps/angular/node_modules/@parcel/watcher/src/Event.hh diff --git a/ClientApp/node_modules/@parcel/watcher/src/Glob.cc b/apps/angular/node_modules/@parcel/watcher/src/Glob.cc similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/src/Glob.cc rename to apps/angular/node_modules/@parcel/watcher/src/Glob.cc diff --git a/ClientApp/node_modules/@parcel/watcher/src/Glob.hh b/apps/angular/node_modules/@parcel/watcher/src/Glob.hh similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/src/Glob.hh rename to apps/angular/node_modules/@parcel/watcher/src/Glob.hh diff --git a/ClientApp/node_modules/@parcel/watcher/src/PromiseRunner.hh b/apps/angular/node_modules/@parcel/watcher/src/PromiseRunner.hh similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/src/PromiseRunner.hh rename to apps/angular/node_modules/@parcel/watcher/src/PromiseRunner.hh diff --git a/ClientApp/node_modules/@parcel/watcher/src/Signal.hh b/apps/angular/node_modules/@parcel/watcher/src/Signal.hh similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/src/Signal.hh rename to apps/angular/node_modules/@parcel/watcher/src/Signal.hh diff --git a/ClientApp/node_modules/@parcel/watcher/src/Watcher.cc b/apps/angular/node_modules/@parcel/watcher/src/Watcher.cc similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/src/Watcher.cc rename to apps/angular/node_modules/@parcel/watcher/src/Watcher.cc diff --git a/ClientApp/node_modules/@parcel/watcher/src/Watcher.hh b/apps/angular/node_modules/@parcel/watcher/src/Watcher.hh similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/src/Watcher.hh rename to apps/angular/node_modules/@parcel/watcher/src/Watcher.hh diff --git a/ClientApp/node_modules/@parcel/watcher/src/binding.cc b/apps/angular/node_modules/@parcel/watcher/src/binding.cc similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/src/binding.cc rename to apps/angular/node_modules/@parcel/watcher/src/binding.cc diff --git a/ClientApp/node_modules/@parcel/watcher/src/kqueue/KqueueBackend.cc b/apps/angular/node_modules/@parcel/watcher/src/kqueue/KqueueBackend.cc similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/src/kqueue/KqueueBackend.cc rename to apps/angular/node_modules/@parcel/watcher/src/kqueue/KqueueBackend.cc diff --git a/ClientApp/node_modules/@parcel/watcher/src/kqueue/KqueueBackend.hh b/apps/angular/node_modules/@parcel/watcher/src/kqueue/KqueueBackend.hh similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/src/kqueue/KqueueBackend.hh rename to apps/angular/node_modules/@parcel/watcher/src/kqueue/KqueueBackend.hh diff --git a/ClientApp/node_modules/@parcel/watcher/src/linux/InotifyBackend.cc b/apps/angular/node_modules/@parcel/watcher/src/linux/InotifyBackend.cc similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/src/linux/InotifyBackend.cc rename to apps/angular/node_modules/@parcel/watcher/src/linux/InotifyBackend.cc diff --git a/ClientApp/node_modules/@parcel/watcher/src/linux/InotifyBackend.hh b/apps/angular/node_modules/@parcel/watcher/src/linux/InotifyBackend.hh similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/src/linux/InotifyBackend.hh rename to apps/angular/node_modules/@parcel/watcher/src/linux/InotifyBackend.hh diff --git a/ClientApp/node_modules/@parcel/watcher/src/macos/FSEventsBackend.cc b/apps/angular/node_modules/@parcel/watcher/src/macos/FSEventsBackend.cc similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/src/macos/FSEventsBackend.cc rename to apps/angular/node_modules/@parcel/watcher/src/macos/FSEventsBackend.cc diff --git a/ClientApp/node_modules/@parcel/watcher/src/macos/FSEventsBackend.hh b/apps/angular/node_modules/@parcel/watcher/src/macos/FSEventsBackend.hh similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/src/macos/FSEventsBackend.hh rename to apps/angular/node_modules/@parcel/watcher/src/macos/FSEventsBackend.hh diff --git a/ClientApp/node_modules/@parcel/watcher/src/shared/BruteForceBackend.cc b/apps/angular/node_modules/@parcel/watcher/src/shared/BruteForceBackend.cc similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/src/shared/BruteForceBackend.cc rename to apps/angular/node_modules/@parcel/watcher/src/shared/BruteForceBackend.cc diff --git a/ClientApp/node_modules/@parcel/watcher/src/shared/BruteForceBackend.hh b/apps/angular/node_modules/@parcel/watcher/src/shared/BruteForceBackend.hh similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/src/shared/BruteForceBackend.hh rename to apps/angular/node_modules/@parcel/watcher/src/shared/BruteForceBackend.hh diff --git a/ClientApp/node_modules/@parcel/watcher/src/unix/fts.cc b/apps/angular/node_modules/@parcel/watcher/src/unix/fts.cc similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/src/unix/fts.cc rename to apps/angular/node_modules/@parcel/watcher/src/unix/fts.cc diff --git a/ClientApp/node_modules/@parcel/watcher/src/unix/legacy.cc b/apps/angular/node_modules/@parcel/watcher/src/unix/legacy.cc similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/src/unix/legacy.cc rename to apps/angular/node_modules/@parcel/watcher/src/unix/legacy.cc diff --git a/ClientApp/node_modules/@parcel/watcher/src/wasm/WasmBackend.cc b/apps/angular/node_modules/@parcel/watcher/src/wasm/WasmBackend.cc similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/src/wasm/WasmBackend.cc rename to apps/angular/node_modules/@parcel/watcher/src/wasm/WasmBackend.cc diff --git a/ClientApp/node_modules/@parcel/watcher/src/wasm/WasmBackend.hh b/apps/angular/node_modules/@parcel/watcher/src/wasm/WasmBackend.hh similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/src/wasm/WasmBackend.hh rename to apps/angular/node_modules/@parcel/watcher/src/wasm/WasmBackend.hh diff --git a/ClientApp/node_modules/@parcel/watcher/src/wasm/include.h b/apps/angular/node_modules/@parcel/watcher/src/wasm/include.h similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/src/wasm/include.h rename to apps/angular/node_modules/@parcel/watcher/src/wasm/include.h diff --git a/ClientApp/node_modules/@parcel/watcher/src/watchman/BSER.cc b/apps/angular/node_modules/@parcel/watcher/src/watchman/BSER.cc similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/src/watchman/BSER.cc rename to apps/angular/node_modules/@parcel/watcher/src/watchman/BSER.cc diff --git a/ClientApp/node_modules/@parcel/watcher/src/watchman/BSER.hh b/apps/angular/node_modules/@parcel/watcher/src/watchman/BSER.hh similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/src/watchman/BSER.hh rename to apps/angular/node_modules/@parcel/watcher/src/watchman/BSER.hh diff --git a/ClientApp/node_modules/@parcel/watcher/src/watchman/IPC.hh b/apps/angular/node_modules/@parcel/watcher/src/watchman/IPC.hh similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/src/watchman/IPC.hh rename to apps/angular/node_modules/@parcel/watcher/src/watchman/IPC.hh diff --git a/ClientApp/node_modules/@parcel/watcher/src/watchman/WatchmanBackend.cc b/apps/angular/node_modules/@parcel/watcher/src/watchman/WatchmanBackend.cc similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/src/watchman/WatchmanBackend.cc rename to apps/angular/node_modules/@parcel/watcher/src/watchman/WatchmanBackend.cc diff --git a/ClientApp/node_modules/@parcel/watcher/src/watchman/WatchmanBackend.hh b/apps/angular/node_modules/@parcel/watcher/src/watchman/WatchmanBackend.hh similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/src/watchman/WatchmanBackend.hh rename to apps/angular/node_modules/@parcel/watcher/src/watchman/WatchmanBackend.hh diff --git a/ClientApp/node_modules/@parcel/watcher/src/windows/WindowsBackend.cc b/apps/angular/node_modules/@parcel/watcher/src/windows/WindowsBackend.cc similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/src/windows/WindowsBackend.cc rename to apps/angular/node_modules/@parcel/watcher/src/windows/WindowsBackend.cc diff --git a/ClientApp/node_modules/@parcel/watcher/src/windows/WindowsBackend.hh b/apps/angular/node_modules/@parcel/watcher/src/windows/WindowsBackend.hh similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/src/windows/WindowsBackend.hh rename to apps/angular/node_modules/@parcel/watcher/src/windows/WindowsBackend.hh diff --git a/ClientApp/node_modules/@parcel/watcher/src/windows/win_utils.cc b/apps/angular/node_modules/@parcel/watcher/src/windows/win_utils.cc similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/src/windows/win_utils.cc rename to apps/angular/node_modules/@parcel/watcher/src/windows/win_utils.cc diff --git a/ClientApp/node_modules/@parcel/watcher/src/windows/win_utils.hh b/apps/angular/node_modules/@parcel/watcher/src/windows/win_utils.hh similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/src/windows/win_utils.hh rename to apps/angular/node_modules/@parcel/watcher/src/windows/win_utils.hh diff --git a/ClientApp/node_modules/@parcel/watcher/wrapper.js b/apps/angular/node_modules/@parcel/watcher/wrapper.js similarity index 100% rename from ClientApp/node_modules/@parcel/watcher/wrapper.js rename to apps/angular/node_modules/@parcel/watcher/wrapper.js diff --git a/ClientApp/node_modules/@playwright/test/LICENSE b/apps/angular/node_modules/@playwright/test/LICENSE similarity index 100% rename from ClientApp/node_modules/@playwright/test/LICENSE rename to apps/angular/node_modules/@playwright/test/LICENSE diff --git a/ClientApp/node_modules/@playwright/test/NOTICE b/apps/angular/node_modules/@playwright/test/NOTICE similarity index 100% rename from ClientApp/node_modules/@playwright/test/NOTICE rename to apps/angular/node_modules/@playwright/test/NOTICE diff --git a/ClientApp/node_modules/@playwright/test/README.md b/apps/angular/node_modules/@playwright/test/README.md similarity index 100% rename from ClientApp/node_modules/@playwright/test/README.md rename to apps/angular/node_modules/@playwright/test/README.md diff --git a/ClientApp/node_modules/@playwright/test/cli.js b/apps/angular/node_modules/@playwright/test/cli.js similarity index 100% rename from ClientApp/node_modules/@playwright/test/cli.js rename to apps/angular/node_modules/@playwright/test/cli.js diff --git a/ClientApp/node_modules/@playwright/test/index.d.ts b/apps/angular/node_modules/@playwright/test/index.d.ts similarity index 100% rename from ClientApp/node_modules/@playwright/test/index.d.ts rename to apps/angular/node_modules/@playwright/test/index.d.ts diff --git a/ClientApp/node_modules/@playwright/test/index.js b/apps/angular/node_modules/@playwright/test/index.js similarity index 100% rename from ClientApp/node_modules/@playwright/test/index.js rename to apps/angular/node_modules/@playwright/test/index.js diff --git a/ClientApp/node_modules/@playwright/test/index.mjs b/apps/angular/node_modules/@playwright/test/index.mjs similarity index 100% rename from ClientApp/node_modules/@playwright/test/index.mjs rename to apps/angular/node_modules/@playwright/test/index.mjs diff --git a/ClientApp/node_modules/@playwright/test/package.json b/apps/angular/node_modules/@playwright/test/package.json similarity index 100% rename from ClientApp/node_modules/@playwright/test/package.json rename to apps/angular/node_modules/@playwright/test/package.json diff --git a/ClientApp/node_modules/@playwright/test/reporter.d.ts b/apps/angular/node_modules/@playwright/test/reporter.d.ts similarity index 100% rename from ClientApp/node_modules/@playwright/test/reporter.d.ts rename to apps/angular/node_modules/@playwright/test/reporter.d.ts diff --git a/ClientApp/node_modules/@playwright/test/reporter.js b/apps/angular/node_modules/@playwright/test/reporter.js similarity index 100% rename from ClientApp/node_modules/@playwright/test/reporter.js rename to apps/angular/node_modules/@playwright/test/reporter.js diff --git a/ClientApp/node_modules/@playwright/test/reporter.mjs b/apps/angular/node_modules/@playwright/test/reporter.mjs similarity index 100% rename from ClientApp/node_modules/@playwright/test/reporter.mjs rename to apps/angular/node_modules/@playwright/test/reporter.mjs diff --git a/ClientApp/node_modules/@polka/url/build.js b/apps/angular/node_modules/@polka/url/build.js similarity index 100% rename from ClientApp/node_modules/@polka/url/build.js rename to apps/angular/node_modules/@polka/url/build.js diff --git a/ClientApp/node_modules/@polka/url/build.mjs b/apps/angular/node_modules/@polka/url/build.mjs similarity index 100% rename from ClientApp/node_modules/@polka/url/build.mjs rename to apps/angular/node_modules/@polka/url/build.mjs diff --git a/ClientApp/node_modules/@polka/url/index.d.ts b/apps/angular/node_modules/@polka/url/index.d.ts similarity index 100% rename from ClientApp/node_modules/@polka/url/index.d.ts rename to apps/angular/node_modules/@polka/url/index.d.ts diff --git a/ClientApp/node_modules/@polka/url/package.json b/apps/angular/node_modules/@polka/url/package.json similarity index 100% rename from ClientApp/node_modules/@polka/url/package.json rename to apps/angular/node_modules/@polka/url/package.json diff --git a/ClientApp/node_modules/@polka/url/readme.md b/apps/angular/node_modules/@polka/url/readme.md similarity index 100% rename from ClientApp/node_modules/@polka/url/readme.md rename to apps/angular/node_modules/@polka/url/readme.md diff --git a/ClientApp/node_modules/@react-leaflet/core/LICENSE.md b/apps/angular/node_modules/@react-leaflet/core/LICENSE.md similarity index 100% rename from ClientApp/node_modules/@react-leaflet/core/LICENSE.md rename to apps/angular/node_modules/@react-leaflet/core/LICENSE.md diff --git a/ClientApp/node_modules/@react-leaflet/core/README.md b/apps/angular/node_modules/@react-leaflet/core/README.md similarity index 100% rename from ClientApp/node_modules/@react-leaflet/core/README.md rename to apps/angular/node_modules/@react-leaflet/core/README.md diff --git a/ClientApp/node_modules/@react-leaflet/core/lib/attribution.d.ts b/apps/angular/node_modules/@react-leaflet/core/lib/attribution.d.ts similarity index 100% rename from ClientApp/node_modules/@react-leaflet/core/lib/attribution.d.ts rename to apps/angular/node_modules/@react-leaflet/core/lib/attribution.d.ts diff --git a/ClientApp/node_modules/@react-leaflet/core/lib/attribution.js b/apps/angular/node_modules/@react-leaflet/core/lib/attribution.js similarity index 100% rename from ClientApp/node_modules/@react-leaflet/core/lib/attribution.js rename to apps/angular/node_modules/@react-leaflet/core/lib/attribution.js diff --git a/ClientApp/node_modules/@react-leaflet/core/lib/circle.d.ts b/apps/angular/node_modules/@react-leaflet/core/lib/circle.d.ts similarity index 100% rename from ClientApp/node_modules/@react-leaflet/core/lib/circle.d.ts rename to apps/angular/node_modules/@react-leaflet/core/lib/circle.d.ts diff --git a/ClientApp/node_modules/@react-leaflet/core/lib/circle.js b/apps/angular/node_modules/@react-leaflet/core/lib/circle.js similarity index 100% rename from ClientApp/node_modules/@react-leaflet/core/lib/circle.js rename to apps/angular/node_modules/@react-leaflet/core/lib/circle.js diff --git a/ClientApp/node_modules/@react-leaflet/core/lib/component.d.ts b/apps/angular/node_modules/@react-leaflet/core/lib/component.d.ts similarity index 100% rename from ClientApp/node_modules/@react-leaflet/core/lib/component.d.ts rename to apps/angular/node_modules/@react-leaflet/core/lib/component.d.ts diff --git a/ClientApp/node_modules/@react-leaflet/core/lib/component.js b/apps/angular/node_modules/@react-leaflet/core/lib/component.js similarity index 100% rename from ClientApp/node_modules/@react-leaflet/core/lib/component.js rename to apps/angular/node_modules/@react-leaflet/core/lib/component.js diff --git a/ClientApp/node_modules/@react-leaflet/core/lib/context.d.ts b/apps/angular/node_modules/@react-leaflet/core/lib/context.d.ts similarity index 100% rename from ClientApp/node_modules/@react-leaflet/core/lib/context.d.ts rename to apps/angular/node_modules/@react-leaflet/core/lib/context.d.ts diff --git a/ClientApp/node_modules/@react-leaflet/core/lib/context.js b/apps/angular/node_modules/@react-leaflet/core/lib/context.js similarity index 100% rename from ClientApp/node_modules/@react-leaflet/core/lib/context.js rename to apps/angular/node_modules/@react-leaflet/core/lib/context.js diff --git a/ClientApp/node_modules/@react-leaflet/core/lib/control.d.ts b/apps/angular/node_modules/@react-leaflet/core/lib/control.d.ts similarity index 100% rename from ClientApp/node_modules/@react-leaflet/core/lib/control.d.ts rename to apps/angular/node_modules/@react-leaflet/core/lib/control.d.ts diff --git a/ClientApp/node_modules/@react-leaflet/core/lib/control.js b/apps/angular/node_modules/@react-leaflet/core/lib/control.js similarity index 100% rename from ClientApp/node_modules/@react-leaflet/core/lib/control.js rename to apps/angular/node_modules/@react-leaflet/core/lib/control.js diff --git a/ClientApp/node_modules/@react-leaflet/core/lib/div-overlay.d.ts b/apps/angular/node_modules/@react-leaflet/core/lib/div-overlay.d.ts similarity index 100% rename from ClientApp/node_modules/@react-leaflet/core/lib/div-overlay.d.ts rename to apps/angular/node_modules/@react-leaflet/core/lib/div-overlay.d.ts diff --git a/ClientApp/node_modules/@react-leaflet/core/lib/div-overlay.js b/apps/angular/node_modules/@react-leaflet/core/lib/div-overlay.js similarity index 100% rename from ClientApp/node_modules/@react-leaflet/core/lib/div-overlay.js rename to apps/angular/node_modules/@react-leaflet/core/lib/div-overlay.js diff --git a/ClientApp/node_modules/@react-leaflet/core/lib/dom.d.ts b/apps/angular/node_modules/@react-leaflet/core/lib/dom.d.ts similarity index 100% rename from ClientApp/node_modules/@react-leaflet/core/lib/dom.d.ts rename to apps/angular/node_modules/@react-leaflet/core/lib/dom.d.ts diff --git a/ClientApp/node_modules/@react-leaflet/core/lib/dom.js b/apps/angular/node_modules/@react-leaflet/core/lib/dom.js similarity index 100% rename from ClientApp/node_modules/@react-leaflet/core/lib/dom.js rename to apps/angular/node_modules/@react-leaflet/core/lib/dom.js diff --git a/ClientApp/node_modules/@react-leaflet/core/lib/element.d.ts b/apps/angular/node_modules/@react-leaflet/core/lib/element.d.ts similarity index 100% rename from ClientApp/node_modules/@react-leaflet/core/lib/element.d.ts rename to apps/angular/node_modules/@react-leaflet/core/lib/element.d.ts diff --git a/ClientApp/node_modules/@react-leaflet/core/lib/element.js b/apps/angular/node_modules/@react-leaflet/core/lib/element.js similarity index 100% rename from ClientApp/node_modules/@react-leaflet/core/lib/element.js rename to apps/angular/node_modules/@react-leaflet/core/lib/element.js diff --git a/ClientApp/node_modules/@react-leaflet/core/lib/events.d.ts b/apps/angular/node_modules/@react-leaflet/core/lib/events.d.ts similarity index 100% rename from ClientApp/node_modules/@react-leaflet/core/lib/events.d.ts rename to apps/angular/node_modules/@react-leaflet/core/lib/events.d.ts diff --git a/ClientApp/node_modules/@react-leaflet/core/lib/events.js b/apps/angular/node_modules/@react-leaflet/core/lib/events.js similarity index 100% rename from ClientApp/node_modules/@react-leaflet/core/lib/events.js rename to apps/angular/node_modules/@react-leaflet/core/lib/events.js diff --git a/ClientApp/node_modules/@react-leaflet/core/lib/generic.d.ts b/apps/angular/node_modules/@react-leaflet/core/lib/generic.d.ts similarity index 100% rename from ClientApp/node_modules/@react-leaflet/core/lib/generic.d.ts rename to apps/angular/node_modules/@react-leaflet/core/lib/generic.d.ts diff --git a/ClientApp/node_modules/@react-leaflet/core/lib/generic.js b/apps/angular/node_modules/@react-leaflet/core/lib/generic.js similarity index 100% rename from ClientApp/node_modules/@react-leaflet/core/lib/generic.js rename to apps/angular/node_modules/@react-leaflet/core/lib/generic.js diff --git a/ClientApp/node_modules/@react-leaflet/core/lib/grid-layer.d.ts b/apps/angular/node_modules/@react-leaflet/core/lib/grid-layer.d.ts similarity index 100% rename from ClientApp/node_modules/@react-leaflet/core/lib/grid-layer.d.ts rename to apps/angular/node_modules/@react-leaflet/core/lib/grid-layer.d.ts diff --git a/ClientApp/node_modules/@react-leaflet/core/lib/grid-layer.js b/apps/angular/node_modules/@react-leaflet/core/lib/grid-layer.js similarity index 100% rename from ClientApp/node_modules/@react-leaflet/core/lib/grid-layer.js rename to apps/angular/node_modules/@react-leaflet/core/lib/grid-layer.js diff --git a/ClientApp/node_modules/@react-leaflet/core/lib/index.d.ts b/apps/angular/node_modules/@react-leaflet/core/lib/index.d.ts similarity index 100% rename from ClientApp/node_modules/@react-leaflet/core/lib/index.d.ts rename to apps/angular/node_modules/@react-leaflet/core/lib/index.d.ts diff --git a/ClientApp/node_modules/@react-leaflet/core/lib/index.js b/apps/angular/node_modules/@react-leaflet/core/lib/index.js similarity index 100% rename from ClientApp/node_modules/@react-leaflet/core/lib/index.js rename to apps/angular/node_modules/@react-leaflet/core/lib/index.js diff --git a/ClientApp/node_modules/@react-leaflet/core/lib/layer.d.ts b/apps/angular/node_modules/@react-leaflet/core/lib/layer.d.ts similarity index 100% rename from ClientApp/node_modules/@react-leaflet/core/lib/layer.d.ts rename to apps/angular/node_modules/@react-leaflet/core/lib/layer.d.ts diff --git a/ClientApp/node_modules/@react-leaflet/core/lib/layer.js b/apps/angular/node_modules/@react-leaflet/core/lib/layer.js similarity index 100% rename from ClientApp/node_modules/@react-leaflet/core/lib/layer.js rename to apps/angular/node_modules/@react-leaflet/core/lib/layer.js diff --git a/ClientApp/node_modules/@react-leaflet/core/lib/media-overlay.d.ts b/apps/angular/node_modules/@react-leaflet/core/lib/media-overlay.d.ts similarity index 100% rename from ClientApp/node_modules/@react-leaflet/core/lib/media-overlay.d.ts rename to apps/angular/node_modules/@react-leaflet/core/lib/media-overlay.d.ts diff --git a/ClientApp/node_modules/@react-leaflet/core/lib/media-overlay.js b/apps/angular/node_modules/@react-leaflet/core/lib/media-overlay.js similarity index 100% rename from ClientApp/node_modules/@react-leaflet/core/lib/media-overlay.js rename to apps/angular/node_modules/@react-leaflet/core/lib/media-overlay.js diff --git a/ClientApp/node_modules/@react-leaflet/core/lib/pane.d.ts b/apps/angular/node_modules/@react-leaflet/core/lib/pane.d.ts similarity index 100% rename from ClientApp/node_modules/@react-leaflet/core/lib/pane.d.ts rename to apps/angular/node_modules/@react-leaflet/core/lib/pane.d.ts diff --git a/ClientApp/node_modules/@react-leaflet/core/lib/pane.js b/apps/angular/node_modules/@react-leaflet/core/lib/pane.js similarity index 100% rename from ClientApp/node_modules/@react-leaflet/core/lib/pane.js rename to apps/angular/node_modules/@react-leaflet/core/lib/pane.js diff --git a/ClientApp/node_modules/@react-leaflet/core/lib/path.d.ts b/apps/angular/node_modules/@react-leaflet/core/lib/path.d.ts similarity index 100% rename from ClientApp/node_modules/@react-leaflet/core/lib/path.d.ts rename to apps/angular/node_modules/@react-leaflet/core/lib/path.d.ts diff --git a/ClientApp/node_modules/@react-leaflet/core/lib/path.js b/apps/angular/node_modules/@react-leaflet/core/lib/path.js similarity index 100% rename from ClientApp/node_modules/@react-leaflet/core/lib/path.js rename to apps/angular/node_modules/@react-leaflet/core/lib/path.js diff --git a/ClientApp/node_modules/@react-leaflet/core/package.json b/apps/angular/node_modules/@react-leaflet/core/package.json similarity index 100% rename from ClientApp/node_modules/@react-leaflet/core/package.json rename to apps/angular/node_modules/@react-leaflet/core/package.json diff --git a/ClientApp/node_modules/@remix-run/router/CHANGELOG.md b/apps/angular/node_modules/@remix-run/router/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/@remix-run/router/CHANGELOG.md rename to apps/angular/node_modules/@remix-run/router/CHANGELOG.md diff --git a/ClientApp/node_modules/@remix-run/router/LICENSE.md b/apps/angular/node_modules/@remix-run/router/LICENSE.md similarity index 100% rename from ClientApp/node_modules/@remix-run/router/LICENSE.md rename to apps/angular/node_modules/@remix-run/router/LICENSE.md diff --git a/ClientApp/node_modules/@remix-run/router/README.md b/apps/angular/node_modules/@remix-run/router/README.md similarity index 100% rename from ClientApp/node_modules/@remix-run/router/README.md rename to apps/angular/node_modules/@remix-run/router/README.md diff --git a/ClientApp/node_modules/@remix-run/router/dist/history.d.ts b/apps/angular/node_modules/@remix-run/router/dist/history.d.ts similarity index 100% rename from ClientApp/node_modules/@remix-run/router/dist/history.d.ts rename to apps/angular/node_modules/@remix-run/router/dist/history.d.ts diff --git a/ClientApp/node_modules/@remix-run/router/dist/index.d.ts b/apps/angular/node_modules/@remix-run/router/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/@remix-run/router/dist/index.d.ts rename to apps/angular/node_modules/@remix-run/router/dist/index.d.ts diff --git a/ClientApp/node_modules/@remix-run/router/dist/router.cjs.js b/apps/angular/node_modules/@remix-run/router/dist/router.cjs.js similarity index 100% rename from ClientApp/node_modules/@remix-run/router/dist/router.cjs.js rename to apps/angular/node_modules/@remix-run/router/dist/router.cjs.js diff --git a/ClientApp/node_modules/@remix-run/router/dist/router.cjs.js.map b/apps/angular/node_modules/@remix-run/router/dist/router.cjs.js.map similarity index 100% rename from ClientApp/node_modules/@remix-run/router/dist/router.cjs.js.map rename to apps/angular/node_modules/@remix-run/router/dist/router.cjs.js.map diff --git a/ClientApp/node_modules/@remix-run/router/dist/router.d.ts b/apps/angular/node_modules/@remix-run/router/dist/router.d.ts similarity index 100% rename from ClientApp/node_modules/@remix-run/router/dist/router.d.ts rename to apps/angular/node_modules/@remix-run/router/dist/router.d.ts diff --git a/ClientApp/node_modules/@remix-run/router/dist/router.js b/apps/angular/node_modules/@remix-run/router/dist/router.js similarity index 100% rename from ClientApp/node_modules/@remix-run/router/dist/router.js rename to apps/angular/node_modules/@remix-run/router/dist/router.js diff --git a/ClientApp/node_modules/@remix-run/router/dist/router.js.map b/apps/angular/node_modules/@remix-run/router/dist/router.js.map similarity index 100% rename from ClientApp/node_modules/@remix-run/router/dist/router.js.map rename to apps/angular/node_modules/@remix-run/router/dist/router.js.map diff --git a/ClientApp/node_modules/@remix-run/router/dist/router.umd.js b/apps/angular/node_modules/@remix-run/router/dist/router.umd.js similarity index 100% rename from ClientApp/node_modules/@remix-run/router/dist/router.umd.js rename to apps/angular/node_modules/@remix-run/router/dist/router.umd.js diff --git a/ClientApp/node_modules/@remix-run/router/dist/router.umd.js.map b/apps/angular/node_modules/@remix-run/router/dist/router.umd.js.map similarity index 100% rename from ClientApp/node_modules/@remix-run/router/dist/router.umd.js.map rename to apps/angular/node_modules/@remix-run/router/dist/router.umd.js.map diff --git a/ClientApp/node_modules/@remix-run/router/dist/router.umd.min.js b/apps/angular/node_modules/@remix-run/router/dist/router.umd.min.js similarity index 100% rename from ClientApp/node_modules/@remix-run/router/dist/router.umd.min.js rename to apps/angular/node_modules/@remix-run/router/dist/router.umd.min.js diff --git a/ClientApp/node_modules/@remix-run/router/dist/router.umd.min.js.map b/apps/angular/node_modules/@remix-run/router/dist/router.umd.min.js.map similarity index 100% rename from ClientApp/node_modules/@remix-run/router/dist/router.umd.min.js.map rename to apps/angular/node_modules/@remix-run/router/dist/router.umd.min.js.map diff --git a/ClientApp/node_modules/@remix-run/router/dist/utils.d.ts b/apps/angular/node_modules/@remix-run/router/dist/utils.d.ts similarity index 100% rename from ClientApp/node_modules/@remix-run/router/dist/utils.d.ts rename to apps/angular/node_modules/@remix-run/router/dist/utils.d.ts diff --git a/ClientApp/node_modules/@remix-run/router/history.ts b/apps/angular/node_modules/@remix-run/router/history.ts similarity index 100% rename from ClientApp/node_modules/@remix-run/router/history.ts rename to apps/angular/node_modules/@remix-run/router/history.ts diff --git a/ClientApp/node_modules/@remix-run/router/index.ts b/apps/angular/node_modules/@remix-run/router/index.ts similarity index 100% rename from ClientApp/node_modules/@remix-run/router/index.ts rename to apps/angular/node_modules/@remix-run/router/index.ts diff --git a/ClientApp/node_modules/@remix-run/router/package.json b/apps/angular/node_modules/@remix-run/router/package.json similarity index 100% rename from ClientApp/node_modules/@remix-run/router/package.json rename to apps/angular/node_modules/@remix-run/router/package.json diff --git a/ClientApp/node_modules/@remix-run/router/router.ts b/apps/angular/node_modules/@remix-run/router/router.ts similarity index 100% rename from ClientApp/node_modules/@remix-run/router/router.ts rename to apps/angular/node_modules/@remix-run/router/router.ts diff --git a/ClientApp/node_modules/@remix-run/router/utils.ts b/apps/angular/node_modules/@remix-run/router/utils.ts similarity index 100% rename from ClientApp/node_modules/@remix-run/router/utils.ts rename to apps/angular/node_modules/@remix-run/router/utils.ts diff --git a/ClientApp/node_modules/@rollup/rollup-darwin-arm64/README.md b/apps/angular/node_modules/@rollup/rollup-darwin-arm64/README.md similarity index 100% rename from ClientApp/node_modules/@rollup/rollup-darwin-arm64/README.md rename to apps/angular/node_modules/@rollup/rollup-darwin-arm64/README.md diff --git a/ClientApp/node_modules/@rollup/rollup-darwin-arm64/package.json b/apps/angular/node_modules/@rollup/rollup-darwin-arm64/package.json similarity index 100% rename from ClientApp/node_modules/@rollup/rollup-darwin-arm64/package.json rename to apps/angular/node_modules/@rollup/rollup-darwin-arm64/package.json diff --git a/ClientApp/node_modules/@rollup/rollup-darwin-arm64/rollup.darwin-arm64.node b/apps/angular/node_modules/@rollup/rollup-darwin-arm64/rollup.darwin-arm64.node similarity index 100% rename from ClientApp/node_modules/@rollup/rollup-darwin-arm64/rollup.darwin-arm64.node rename to apps/angular/node_modules/@rollup/rollup-darwin-arm64/rollup.darwin-arm64.node diff --git a/ClientApp/node_modules/@rsbuild/core/LICENSE b/apps/angular/node_modules/@rsbuild/core/LICENSE similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/LICENSE rename to apps/angular/node_modules/@rsbuild/core/LICENSE diff --git a/ClientApp/node_modules/@rsbuild/core/README.md b/apps/angular/node_modules/@rsbuild/core/README.md similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/README.md rename to apps/angular/node_modules/@rsbuild/core/README.md diff --git a/ClientApp/node_modules/@rsbuild/core/bin/rsbuild.js b/apps/angular/node_modules/@rsbuild/core/bin/rsbuild.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/bin/rsbuild.js rename to apps/angular/node_modules/@rsbuild/core/bin/rsbuild.js diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/@jridgewell/remapping/index.d.ts b/apps/angular/node_modules/@rsbuild/core/compiled/@jridgewell/remapping/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/@jridgewell/remapping/index.d.ts rename to apps/angular/node_modules/@rsbuild/core/compiled/@jridgewell/remapping/index.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/@jridgewell/remapping/index.js b/apps/angular/node_modules/@rsbuild/core/compiled/@jridgewell/remapping/index.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/@jridgewell/remapping/index.js rename to apps/angular/node_modules/@rsbuild/core/compiled/@jridgewell/remapping/index.js diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/@jridgewell/remapping/license b/apps/angular/node_modules/@rsbuild/core/compiled/@jridgewell/remapping/license similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/@jridgewell/remapping/license rename to apps/angular/node_modules/@rsbuild/core/compiled/@jridgewell/remapping/license diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/@jridgewell/remapping/package.json b/apps/angular/node_modules/@rsbuild/core/compiled/@jridgewell/remapping/package.json similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/@jridgewell/remapping/package.json rename to apps/angular/node_modules/@rsbuild/core/compiled/@jridgewell/remapping/package.json diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/@jridgewell/trace-mapping/index.d.ts b/apps/angular/node_modules/@rsbuild/core/compiled/@jridgewell/trace-mapping/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/@jridgewell/trace-mapping/index.d.ts rename to apps/angular/node_modules/@rsbuild/core/compiled/@jridgewell/trace-mapping/index.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/@jridgewell/trace-mapping/index.js b/apps/angular/node_modules/@rsbuild/core/compiled/@jridgewell/trace-mapping/index.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/@jridgewell/trace-mapping/index.js rename to apps/angular/node_modules/@rsbuild/core/compiled/@jridgewell/trace-mapping/index.js diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/@jridgewell/trace-mapping/license b/apps/angular/node_modules/@rsbuild/core/compiled/@jridgewell/trace-mapping/license similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/@jridgewell/trace-mapping/license rename to apps/angular/node_modules/@rsbuild/core/compiled/@jridgewell/trace-mapping/license diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/@jridgewell/trace-mapping/package.json b/apps/angular/node_modules/@rsbuild/core/compiled/@jridgewell/trace-mapping/package.json similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/@jridgewell/trace-mapping/package.json rename to apps/angular/node_modules/@rsbuild/core/compiled/@jridgewell/trace-mapping/package.json diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/chokidar/index.d.ts b/apps/angular/node_modules/@rsbuild/core/compiled/chokidar/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/chokidar/index.d.ts rename to apps/angular/node_modules/@rsbuild/core/compiled/chokidar/index.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/chokidar/index.js b/apps/angular/node_modules/@rsbuild/core/compiled/chokidar/index.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/chokidar/index.js rename to apps/angular/node_modules/@rsbuild/core/compiled/chokidar/index.js diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/chokidar/license b/apps/angular/node_modules/@rsbuild/core/compiled/chokidar/license similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/chokidar/license rename to apps/angular/node_modules/@rsbuild/core/compiled/chokidar/license diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/chokidar/package.json b/apps/angular/node_modules/@rsbuild/core/compiled/chokidar/package.json similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/chokidar/package.json rename to apps/angular/node_modules/@rsbuild/core/compiled/chokidar/package.json diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/connect/index.d.ts b/apps/angular/node_modules/@rsbuild/core/compiled/connect/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/connect/index.d.ts rename to apps/angular/node_modules/@rsbuild/core/compiled/connect/index.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/connect/index.js b/apps/angular/node_modules/@rsbuild/core/compiled/connect/index.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/connect/index.js rename to apps/angular/node_modules/@rsbuild/core/compiled/connect/index.js diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/connect/license b/apps/angular/node_modules/@rsbuild/core/compiled/connect/license similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/connect/license rename to apps/angular/node_modules/@rsbuild/core/compiled/connect/license diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/connect/package.json b/apps/angular/node_modules/@rsbuild/core/compiled/connect/package.json similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/connect/package.json rename to apps/angular/node_modules/@rsbuild/core/compiled/connect/package.json diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/cors/index.d.ts b/apps/angular/node_modules/@rsbuild/core/compiled/cors/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/cors/index.d.ts rename to apps/angular/node_modules/@rsbuild/core/compiled/cors/index.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/cors/index.js b/apps/angular/node_modules/@rsbuild/core/compiled/cors/index.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/cors/index.js rename to apps/angular/node_modules/@rsbuild/core/compiled/cors/index.js diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/cors/license b/apps/angular/node_modules/@rsbuild/core/compiled/cors/license similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/cors/license rename to apps/angular/node_modules/@rsbuild/core/compiled/cors/license diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/cors/package.json b/apps/angular/node_modules/@rsbuild/core/compiled/cors/package.json similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/cors/package.json rename to apps/angular/node_modules/@rsbuild/core/compiled/cors/package.json diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/css-loader/api.js b/apps/angular/node_modules/@rsbuild/core/compiled/css-loader/api.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/css-loader/api.js rename to apps/angular/node_modules/@rsbuild/core/compiled/css-loader/api.js diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/css-loader/getUrl.js b/apps/angular/node_modules/@rsbuild/core/compiled/css-loader/getUrl.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/css-loader/getUrl.js rename to apps/angular/node_modules/@rsbuild/core/compiled/css-loader/getUrl.js diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/css-loader/index.d.ts b/apps/angular/node_modules/@rsbuild/core/compiled/css-loader/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/css-loader/index.d.ts rename to apps/angular/node_modules/@rsbuild/core/compiled/css-loader/index.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/css-loader/index.js b/apps/angular/node_modules/@rsbuild/core/compiled/css-loader/index.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/css-loader/index.js rename to apps/angular/node_modules/@rsbuild/core/compiled/css-loader/index.js diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/css-loader/license b/apps/angular/node_modules/@rsbuild/core/compiled/css-loader/license similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/css-loader/license rename to apps/angular/node_modules/@rsbuild/core/compiled/css-loader/license diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/css-loader/noSourceMaps.js b/apps/angular/node_modules/@rsbuild/core/compiled/css-loader/noSourceMaps.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/css-loader/noSourceMaps.js rename to apps/angular/node_modules/@rsbuild/core/compiled/css-loader/noSourceMaps.js diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/css-loader/package.json b/apps/angular/node_modules/@rsbuild/core/compiled/css-loader/package.json similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/css-loader/package.json rename to apps/angular/node_modules/@rsbuild/core/compiled/css-loader/package.json diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/css-loader/sourceMaps.js b/apps/angular/node_modules/@rsbuild/core/compiled/css-loader/sourceMaps.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/css-loader/sourceMaps.js rename to apps/angular/node_modules/@rsbuild/core/compiled/css-loader/sourceMaps.js diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/html-rspack-plugin/default_index.ejs b/apps/angular/node_modules/@rsbuild/core/compiled/html-rspack-plugin/default_index.ejs similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/html-rspack-plugin/default_index.ejs rename to apps/angular/node_modules/@rsbuild/core/compiled/html-rspack-plugin/default_index.ejs diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/html-rspack-plugin/index.d.ts b/apps/angular/node_modules/@rsbuild/core/compiled/html-rspack-plugin/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/html-rspack-plugin/index.d.ts rename to apps/angular/node_modules/@rsbuild/core/compiled/html-rspack-plugin/index.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/html-rspack-plugin/index.js b/apps/angular/node_modules/@rsbuild/core/compiled/html-rspack-plugin/index.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/html-rspack-plugin/index.js rename to apps/angular/node_modules/@rsbuild/core/compiled/html-rspack-plugin/index.js diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/html-rspack-plugin/license b/apps/angular/node_modules/@rsbuild/core/compiled/html-rspack-plugin/license similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/html-rspack-plugin/license rename to apps/angular/node_modules/@rsbuild/core/compiled/html-rspack-plugin/license diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/html-rspack-plugin/loader.js b/apps/angular/node_modules/@rsbuild/core/compiled/html-rspack-plugin/loader.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/html-rspack-plugin/loader.js rename to apps/angular/node_modules/@rsbuild/core/compiled/html-rspack-plugin/loader.js diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/html-rspack-plugin/package.json b/apps/angular/node_modules/@rsbuild/core/compiled/html-rspack-plugin/package.json similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/html-rspack-plugin/package.json rename to apps/angular/node_modules/@rsbuild/core/compiled/html-rspack-plugin/package.json diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/http-proxy-middleware/index.d.ts b/apps/angular/node_modules/@rsbuild/core/compiled/http-proxy-middleware/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/http-proxy-middleware/index.d.ts rename to apps/angular/node_modules/@rsbuild/core/compiled/http-proxy-middleware/index.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/http-proxy-middleware/index.js b/apps/angular/node_modules/@rsbuild/core/compiled/http-proxy-middleware/index.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/http-proxy-middleware/index.js rename to apps/angular/node_modules/@rsbuild/core/compiled/http-proxy-middleware/index.js diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/http-proxy-middleware/license b/apps/angular/node_modules/@rsbuild/core/compiled/http-proxy-middleware/license similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/http-proxy-middleware/license rename to apps/angular/node_modules/@rsbuild/core/compiled/http-proxy-middleware/license diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/http-proxy-middleware/package.json b/apps/angular/node_modules/@rsbuild/core/compiled/http-proxy-middleware/package.json similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/http-proxy-middleware/package.json rename to apps/angular/node_modules/@rsbuild/core/compiled/http-proxy-middleware/package.json diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/launch-editor-middleware/index.d.ts b/apps/angular/node_modules/@rsbuild/core/compiled/launch-editor-middleware/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/launch-editor-middleware/index.d.ts rename to apps/angular/node_modules/@rsbuild/core/compiled/launch-editor-middleware/index.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/launch-editor-middleware/index.js b/apps/angular/node_modules/@rsbuild/core/compiled/launch-editor-middleware/index.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/launch-editor-middleware/index.js rename to apps/angular/node_modules/@rsbuild/core/compiled/launch-editor-middleware/index.js diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/launch-editor-middleware/license b/apps/angular/node_modules/@rsbuild/core/compiled/launch-editor-middleware/license similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/launch-editor-middleware/license rename to apps/angular/node_modules/@rsbuild/core/compiled/launch-editor-middleware/license diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/launch-editor-middleware/package.json b/apps/angular/node_modules/@rsbuild/core/compiled/launch-editor-middleware/package.json similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/launch-editor-middleware/package.json rename to apps/angular/node_modules/@rsbuild/core/compiled/launch-editor-middleware/package.json diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/memfs/index.d.ts b/apps/angular/node_modules/@rsbuild/core/compiled/memfs/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/memfs/index.d.ts rename to apps/angular/node_modules/@rsbuild/core/compiled/memfs/index.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/memfs/index.js b/apps/angular/node_modules/@rsbuild/core/compiled/memfs/index.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/memfs/index.js rename to apps/angular/node_modules/@rsbuild/core/compiled/memfs/index.js diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/memfs/license b/apps/angular/node_modules/@rsbuild/core/compiled/memfs/license similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/memfs/license rename to apps/angular/node_modules/@rsbuild/core/compiled/memfs/license diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/memfs/package.json b/apps/angular/node_modules/@rsbuild/core/compiled/memfs/package.json similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/memfs/package.json rename to apps/angular/node_modules/@rsbuild/core/compiled/memfs/package.json diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/mrmime/index.d.ts b/apps/angular/node_modules/@rsbuild/core/compiled/mrmime/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/mrmime/index.d.ts rename to apps/angular/node_modules/@rsbuild/core/compiled/mrmime/index.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/mrmime/index.js b/apps/angular/node_modules/@rsbuild/core/compiled/mrmime/index.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/mrmime/index.js rename to apps/angular/node_modules/@rsbuild/core/compiled/mrmime/index.js diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/mrmime/package.json b/apps/angular/node_modules/@rsbuild/core/compiled/mrmime/package.json similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/mrmime/package.json rename to apps/angular/node_modules/@rsbuild/core/compiled/mrmime/package.json diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/picocolors/index.d.ts b/apps/angular/node_modules/@rsbuild/core/compiled/picocolors/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/picocolors/index.d.ts rename to apps/angular/node_modules/@rsbuild/core/compiled/picocolors/index.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/picocolors/index.js b/apps/angular/node_modules/@rsbuild/core/compiled/picocolors/index.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/picocolors/index.js rename to apps/angular/node_modules/@rsbuild/core/compiled/picocolors/index.js diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/picocolors/license b/apps/angular/node_modules/@rsbuild/core/compiled/picocolors/license similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/picocolors/license rename to apps/angular/node_modules/@rsbuild/core/compiled/picocolors/license diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/picocolors/package.json b/apps/angular/node_modules/@rsbuild/core/compiled/picocolors/package.json similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/picocolors/package.json rename to apps/angular/node_modules/@rsbuild/core/compiled/picocolors/package.json diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/postcss-loader/index.d.ts b/apps/angular/node_modules/@rsbuild/core/compiled/postcss-loader/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/postcss-loader/index.d.ts rename to apps/angular/node_modules/@rsbuild/core/compiled/postcss-loader/index.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/postcss-loader/index.js b/apps/angular/node_modules/@rsbuild/core/compiled/postcss-loader/index.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/postcss-loader/index.js rename to apps/angular/node_modules/@rsbuild/core/compiled/postcss-loader/index.js diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/postcss-loader/license b/apps/angular/node_modules/@rsbuild/core/compiled/postcss-loader/license similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/postcss-loader/license rename to apps/angular/node_modules/@rsbuild/core/compiled/postcss-loader/license diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/postcss-loader/package.json b/apps/angular/node_modules/@rsbuild/core/compiled/postcss-loader/package.json similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/postcss-loader/package.json rename to apps/angular/node_modules/@rsbuild/core/compiled/postcss-loader/package.json diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/postcss/index.js b/apps/angular/node_modules/@rsbuild/core/compiled/postcss/index.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/postcss/index.js rename to apps/angular/node_modules/@rsbuild/core/compiled/postcss/index.js diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/postcss/lib/at-rule.d.ts b/apps/angular/node_modules/@rsbuild/core/compiled/postcss/lib/at-rule.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/postcss/lib/at-rule.d.ts rename to apps/angular/node_modules/@rsbuild/core/compiled/postcss/lib/at-rule.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/postcss/lib/comment.d.ts b/apps/angular/node_modules/@rsbuild/core/compiled/postcss/lib/comment.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/postcss/lib/comment.d.ts rename to apps/angular/node_modules/@rsbuild/core/compiled/postcss/lib/comment.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/postcss/lib/container.d.ts b/apps/angular/node_modules/@rsbuild/core/compiled/postcss/lib/container.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/postcss/lib/container.d.ts rename to apps/angular/node_modules/@rsbuild/core/compiled/postcss/lib/container.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/postcss/lib/css-syntax-error.d.ts b/apps/angular/node_modules/@rsbuild/core/compiled/postcss/lib/css-syntax-error.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/postcss/lib/css-syntax-error.d.ts rename to apps/angular/node_modules/@rsbuild/core/compiled/postcss/lib/css-syntax-error.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/postcss/lib/declaration.d.ts b/apps/angular/node_modules/@rsbuild/core/compiled/postcss/lib/declaration.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/postcss/lib/declaration.d.ts rename to apps/angular/node_modules/@rsbuild/core/compiled/postcss/lib/declaration.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/postcss/lib/document.d.ts b/apps/angular/node_modules/@rsbuild/core/compiled/postcss/lib/document.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/postcss/lib/document.d.ts rename to apps/angular/node_modules/@rsbuild/core/compiled/postcss/lib/document.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/postcss/lib/fromJSON.d.ts b/apps/angular/node_modules/@rsbuild/core/compiled/postcss/lib/fromJSON.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/postcss/lib/fromJSON.d.ts rename to apps/angular/node_modules/@rsbuild/core/compiled/postcss/lib/fromJSON.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/postcss/lib/input.d.ts b/apps/angular/node_modules/@rsbuild/core/compiled/postcss/lib/input.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/postcss/lib/input.d.ts rename to apps/angular/node_modules/@rsbuild/core/compiled/postcss/lib/input.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/postcss/lib/lazy-result.d.ts b/apps/angular/node_modules/@rsbuild/core/compiled/postcss/lib/lazy-result.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/postcss/lib/lazy-result.d.ts rename to apps/angular/node_modules/@rsbuild/core/compiled/postcss/lib/lazy-result.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/postcss/lib/list.d.ts b/apps/angular/node_modules/@rsbuild/core/compiled/postcss/lib/list.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/postcss/lib/list.d.ts rename to apps/angular/node_modules/@rsbuild/core/compiled/postcss/lib/list.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/postcss/lib/no-work-result.d.ts b/apps/angular/node_modules/@rsbuild/core/compiled/postcss/lib/no-work-result.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/postcss/lib/no-work-result.d.ts rename to apps/angular/node_modules/@rsbuild/core/compiled/postcss/lib/no-work-result.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/postcss/lib/node.d.ts b/apps/angular/node_modules/@rsbuild/core/compiled/postcss/lib/node.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/postcss/lib/node.d.ts rename to apps/angular/node_modules/@rsbuild/core/compiled/postcss/lib/node.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/postcss/lib/parse.d.ts b/apps/angular/node_modules/@rsbuild/core/compiled/postcss/lib/parse.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/postcss/lib/parse.d.ts rename to apps/angular/node_modules/@rsbuild/core/compiled/postcss/lib/parse.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/postcss/lib/postcss.d.ts b/apps/angular/node_modules/@rsbuild/core/compiled/postcss/lib/postcss.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/postcss/lib/postcss.d.ts rename to apps/angular/node_modules/@rsbuild/core/compiled/postcss/lib/postcss.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/postcss/lib/previous-map.d.ts b/apps/angular/node_modules/@rsbuild/core/compiled/postcss/lib/previous-map.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/postcss/lib/previous-map.d.ts rename to apps/angular/node_modules/@rsbuild/core/compiled/postcss/lib/previous-map.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/postcss/lib/processor.d.ts b/apps/angular/node_modules/@rsbuild/core/compiled/postcss/lib/processor.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/postcss/lib/processor.d.ts rename to apps/angular/node_modules/@rsbuild/core/compiled/postcss/lib/processor.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/postcss/lib/result.d.ts b/apps/angular/node_modules/@rsbuild/core/compiled/postcss/lib/result.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/postcss/lib/result.d.ts rename to apps/angular/node_modules/@rsbuild/core/compiled/postcss/lib/result.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/postcss/lib/root.d.ts b/apps/angular/node_modules/@rsbuild/core/compiled/postcss/lib/root.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/postcss/lib/root.d.ts rename to apps/angular/node_modules/@rsbuild/core/compiled/postcss/lib/root.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/postcss/lib/rule.d.ts b/apps/angular/node_modules/@rsbuild/core/compiled/postcss/lib/rule.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/postcss/lib/rule.d.ts rename to apps/angular/node_modules/@rsbuild/core/compiled/postcss/lib/rule.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/postcss/lib/source-map-js.d.ts b/apps/angular/node_modules/@rsbuild/core/compiled/postcss/lib/source-map-js.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/postcss/lib/source-map-js.d.ts rename to apps/angular/node_modules/@rsbuild/core/compiled/postcss/lib/source-map-js.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/postcss/lib/stringifier.d.ts b/apps/angular/node_modules/@rsbuild/core/compiled/postcss/lib/stringifier.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/postcss/lib/stringifier.d.ts rename to apps/angular/node_modules/@rsbuild/core/compiled/postcss/lib/stringifier.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/postcss/lib/stringify.d.ts b/apps/angular/node_modules/@rsbuild/core/compiled/postcss/lib/stringify.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/postcss/lib/stringify.d.ts rename to apps/angular/node_modules/@rsbuild/core/compiled/postcss/lib/stringify.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/postcss/lib/warning.d.ts b/apps/angular/node_modules/@rsbuild/core/compiled/postcss/lib/warning.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/postcss/lib/warning.d.ts rename to apps/angular/node_modules/@rsbuild/core/compiled/postcss/lib/warning.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/postcss/license b/apps/angular/node_modules/@rsbuild/core/compiled/postcss/license similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/postcss/license rename to apps/angular/node_modules/@rsbuild/core/compiled/postcss/license diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/postcss/package.json b/apps/angular/node_modules/@rsbuild/core/compiled/postcss/package.json similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/postcss/package.json rename to apps/angular/node_modules/@rsbuild/core/compiled/postcss/package.json diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/rslog/index.d.ts b/apps/angular/node_modules/@rsbuild/core/compiled/rslog/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/rslog/index.d.ts rename to apps/angular/node_modules/@rsbuild/core/compiled/rslog/index.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/rslog/license b/apps/angular/node_modules/@rsbuild/core/compiled/rslog/license similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/rslog/license rename to apps/angular/node_modules/@rsbuild/core/compiled/rslog/license diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/rslog/package.json b/apps/angular/node_modules/@rsbuild/core/compiled/rslog/package.json similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/rslog/package.json rename to apps/angular/node_modules/@rsbuild/core/compiled/rslog/package.json diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/rspack-chain/license b/apps/angular/node_modules/@rsbuild/core/compiled/rspack-chain/license similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/rspack-chain/license rename to apps/angular/node_modules/@rsbuild/core/compiled/rspack-chain/license diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/rspack-chain/package.json b/apps/angular/node_modules/@rsbuild/core/compiled/rspack-chain/package.json similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/rspack-chain/package.json rename to apps/angular/node_modules/@rsbuild/core/compiled/rspack-chain/package.json diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/rspack-chain/types/index.d.ts b/apps/angular/node_modules/@rsbuild/core/compiled/rspack-chain/types/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/rspack-chain/types/index.d.ts rename to apps/angular/node_modules/@rsbuild/core/compiled/rspack-chain/types/index.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/rspack-manifest-plugin/index.d.ts b/apps/angular/node_modules/@rsbuild/core/compiled/rspack-manifest-plugin/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/rspack-manifest-plugin/index.d.ts rename to apps/angular/node_modules/@rsbuild/core/compiled/rspack-manifest-plugin/index.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/rspack-manifest-plugin/index.js b/apps/angular/node_modules/@rsbuild/core/compiled/rspack-manifest-plugin/index.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/rspack-manifest-plugin/index.js rename to apps/angular/node_modules/@rsbuild/core/compiled/rspack-manifest-plugin/index.js diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/rspack-manifest-plugin/license b/apps/angular/node_modules/@rsbuild/core/compiled/rspack-manifest-plugin/license similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/rspack-manifest-plugin/license rename to apps/angular/node_modules/@rsbuild/core/compiled/rspack-manifest-plugin/license diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/rspack-manifest-plugin/package.json b/apps/angular/node_modules/@rsbuild/core/compiled/rspack-manifest-plugin/package.json similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/rspack-manifest-plugin/package.json rename to apps/angular/node_modules/@rsbuild/core/compiled/rspack-manifest-plugin/package.json diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/sirv/index.d.ts b/apps/angular/node_modules/@rsbuild/core/compiled/sirv/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/sirv/index.d.ts rename to apps/angular/node_modules/@rsbuild/core/compiled/sirv/index.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/sirv/index.js b/apps/angular/node_modules/@rsbuild/core/compiled/sirv/index.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/sirv/index.js rename to apps/angular/node_modules/@rsbuild/core/compiled/sirv/index.js diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/sirv/package.json b/apps/angular/node_modules/@rsbuild/core/compiled/sirv/package.json similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/sirv/package.json rename to apps/angular/node_modules/@rsbuild/core/compiled/sirv/package.json diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/style-loader/index.d.ts b/apps/angular/node_modules/@rsbuild/core/compiled/style-loader/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/style-loader/index.d.ts rename to apps/angular/node_modules/@rsbuild/core/compiled/style-loader/index.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/style-loader/index.js b/apps/angular/node_modules/@rsbuild/core/compiled/style-loader/index.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/style-loader/index.js rename to apps/angular/node_modules/@rsbuild/core/compiled/style-loader/index.js diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/style-loader/license b/apps/angular/node_modules/@rsbuild/core/compiled/style-loader/license similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/style-loader/license rename to apps/angular/node_modules/@rsbuild/core/compiled/style-loader/license diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/style-loader/package.json b/apps/angular/node_modules/@rsbuild/core/compiled/style-loader/package.json similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/style-loader/package.json rename to apps/angular/node_modules/@rsbuild/core/compiled/style-loader/package.json diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/style-loader/runtime/injectStylesIntoLinkTag.js b/apps/angular/node_modules/@rsbuild/core/compiled/style-loader/runtime/injectStylesIntoLinkTag.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/style-loader/runtime/injectStylesIntoLinkTag.js rename to apps/angular/node_modules/@rsbuild/core/compiled/style-loader/runtime/injectStylesIntoLinkTag.js diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/style-loader/runtime/injectStylesIntoStyleTag.js b/apps/angular/node_modules/@rsbuild/core/compiled/style-loader/runtime/injectStylesIntoStyleTag.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/style-loader/runtime/injectStylesIntoStyleTag.js rename to apps/angular/node_modules/@rsbuild/core/compiled/style-loader/runtime/injectStylesIntoStyleTag.js diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/style-loader/runtime/insertBySelector.js b/apps/angular/node_modules/@rsbuild/core/compiled/style-loader/runtime/insertBySelector.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/style-loader/runtime/insertBySelector.js rename to apps/angular/node_modules/@rsbuild/core/compiled/style-loader/runtime/insertBySelector.js diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/style-loader/runtime/insertStyleElement.js b/apps/angular/node_modules/@rsbuild/core/compiled/style-loader/runtime/insertStyleElement.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/style-loader/runtime/insertStyleElement.js rename to apps/angular/node_modules/@rsbuild/core/compiled/style-loader/runtime/insertStyleElement.js diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/style-loader/runtime/isEqualLocals.js b/apps/angular/node_modules/@rsbuild/core/compiled/style-loader/runtime/isEqualLocals.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/style-loader/runtime/isEqualLocals.js rename to apps/angular/node_modules/@rsbuild/core/compiled/style-loader/runtime/isEqualLocals.js diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/style-loader/runtime/isOldIE.js b/apps/angular/node_modules/@rsbuild/core/compiled/style-loader/runtime/isOldIE.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/style-loader/runtime/isOldIE.js rename to apps/angular/node_modules/@rsbuild/core/compiled/style-loader/runtime/isOldIE.js diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/style-loader/runtime/setAttributesWithAttributes.js b/apps/angular/node_modules/@rsbuild/core/compiled/style-loader/runtime/setAttributesWithAttributes.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/style-loader/runtime/setAttributesWithAttributes.js rename to apps/angular/node_modules/@rsbuild/core/compiled/style-loader/runtime/setAttributesWithAttributes.js diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/style-loader/runtime/setAttributesWithAttributesAndNonce.js b/apps/angular/node_modules/@rsbuild/core/compiled/style-loader/runtime/setAttributesWithAttributesAndNonce.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/style-loader/runtime/setAttributesWithAttributesAndNonce.js rename to apps/angular/node_modules/@rsbuild/core/compiled/style-loader/runtime/setAttributesWithAttributesAndNonce.js diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/style-loader/runtime/setAttributesWithoutAttributes.js b/apps/angular/node_modules/@rsbuild/core/compiled/style-loader/runtime/setAttributesWithoutAttributes.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/style-loader/runtime/setAttributesWithoutAttributes.js rename to apps/angular/node_modules/@rsbuild/core/compiled/style-loader/runtime/setAttributesWithoutAttributes.js diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/style-loader/runtime/singletonStyleDomAPI.js b/apps/angular/node_modules/@rsbuild/core/compiled/style-loader/runtime/singletonStyleDomAPI.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/style-loader/runtime/singletonStyleDomAPI.js rename to apps/angular/node_modules/@rsbuild/core/compiled/style-loader/runtime/singletonStyleDomAPI.js diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/style-loader/runtime/styleDomAPI.js b/apps/angular/node_modules/@rsbuild/core/compiled/style-loader/runtime/styleDomAPI.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/style-loader/runtime/styleDomAPI.js rename to apps/angular/node_modules/@rsbuild/core/compiled/style-loader/runtime/styleDomAPI.js diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/style-loader/runtime/styleTagTransform.js b/apps/angular/node_modules/@rsbuild/core/compiled/style-loader/runtime/styleTagTransform.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/style-loader/runtime/styleTagTransform.js rename to apps/angular/node_modules/@rsbuild/core/compiled/style-loader/runtime/styleTagTransform.js diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/tinyglobby/index.d.ts b/apps/angular/node_modules/@rsbuild/core/compiled/tinyglobby/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/tinyglobby/index.d.ts rename to apps/angular/node_modules/@rsbuild/core/compiled/tinyglobby/index.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/tinyglobby/index.js b/apps/angular/node_modules/@rsbuild/core/compiled/tinyglobby/index.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/tinyglobby/index.js rename to apps/angular/node_modules/@rsbuild/core/compiled/tinyglobby/index.js diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/tinyglobby/license b/apps/angular/node_modules/@rsbuild/core/compiled/tinyglobby/license similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/tinyglobby/license rename to apps/angular/node_modules/@rsbuild/core/compiled/tinyglobby/license diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/tinyglobby/package.json b/apps/angular/node_modules/@rsbuild/core/compiled/tinyglobby/package.json similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/tinyglobby/package.json rename to apps/angular/node_modules/@rsbuild/core/compiled/tinyglobby/package.json diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/webpack-bundle-analyzer/dist/index.js b/apps/angular/node_modules/@rsbuild/core/compiled/webpack-bundle-analyzer/dist/index.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/webpack-bundle-analyzer/dist/index.js rename to apps/angular/node_modules/@rsbuild/core/compiled/webpack-bundle-analyzer/dist/index.js diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/webpack-bundle-analyzer/dist/package.json b/apps/angular/node_modules/@rsbuild/core/compiled/webpack-bundle-analyzer/dist/package.json similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/webpack-bundle-analyzer/dist/package.json rename to apps/angular/node_modules/@rsbuild/core/compiled/webpack-bundle-analyzer/dist/package.json diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/webpack-bundle-analyzer/index.d.ts b/apps/angular/node_modules/@rsbuild/core/compiled/webpack-bundle-analyzer/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/webpack-bundle-analyzer/index.d.ts rename to apps/angular/node_modules/@rsbuild/core/compiled/webpack-bundle-analyzer/index.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/webpack-bundle-analyzer/index.js b/apps/angular/node_modules/@rsbuild/core/compiled/webpack-bundle-analyzer/index.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/webpack-bundle-analyzer/index.js rename to apps/angular/node_modules/@rsbuild/core/compiled/webpack-bundle-analyzer/index.js diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/webpack-bundle-analyzer/license b/apps/angular/node_modules/@rsbuild/core/compiled/webpack-bundle-analyzer/license similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/webpack-bundle-analyzer/license rename to apps/angular/node_modules/@rsbuild/core/compiled/webpack-bundle-analyzer/license diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/webpack-bundle-analyzer/package.json b/apps/angular/node_modules/@rsbuild/core/compiled/webpack-bundle-analyzer/package.json similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/webpack-bundle-analyzer/package.json rename to apps/angular/node_modules/@rsbuild/core/compiled/webpack-bundle-analyzer/package.json diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/webpack-bundle-analyzer/public/viewer.js b/apps/angular/node_modules/@rsbuild/core/compiled/webpack-bundle-analyzer/public/viewer.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/webpack-bundle-analyzer/public/viewer.js rename to apps/angular/node_modules/@rsbuild/core/compiled/webpack-bundle-analyzer/public/viewer.js diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/webpack-bundle-analyzer/public/viewer.js.LICENSE.txt b/apps/angular/node_modules/@rsbuild/core/compiled/webpack-bundle-analyzer/public/viewer.js.LICENSE.txt similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/webpack-bundle-analyzer/public/viewer.js.LICENSE.txt rename to apps/angular/node_modules/@rsbuild/core/compiled/webpack-bundle-analyzer/public/viewer.js.LICENSE.txt diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/webpack-bundle-analyzer/public/viewer.js.map b/apps/angular/node_modules/@rsbuild/core/compiled/webpack-bundle-analyzer/public/viewer.js.map similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/webpack-bundle-analyzer/public/viewer.js.map rename to apps/angular/node_modules/@rsbuild/core/compiled/webpack-bundle-analyzer/public/viewer.js.map diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/webpack-merge/index.d.ts b/apps/angular/node_modules/@rsbuild/core/compiled/webpack-merge/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/webpack-merge/index.d.ts rename to apps/angular/node_modules/@rsbuild/core/compiled/webpack-merge/index.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/webpack-merge/index.js b/apps/angular/node_modules/@rsbuild/core/compiled/webpack-merge/index.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/webpack-merge/index.js rename to apps/angular/node_modules/@rsbuild/core/compiled/webpack-merge/index.js diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/webpack-merge/license b/apps/angular/node_modules/@rsbuild/core/compiled/webpack-merge/license similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/webpack-merge/license rename to apps/angular/node_modules/@rsbuild/core/compiled/webpack-merge/license diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/webpack-merge/package.json b/apps/angular/node_modules/@rsbuild/core/compiled/webpack-merge/package.json similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/webpack-merge/package.json rename to apps/angular/node_modules/@rsbuild/core/compiled/webpack-merge/package.json diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/ws/index.d.ts b/apps/angular/node_modules/@rsbuild/core/compiled/ws/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/ws/index.d.ts rename to apps/angular/node_modules/@rsbuild/core/compiled/ws/index.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/ws/index.js b/apps/angular/node_modules/@rsbuild/core/compiled/ws/index.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/ws/index.js rename to apps/angular/node_modules/@rsbuild/core/compiled/ws/index.js diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/ws/license b/apps/angular/node_modules/@rsbuild/core/compiled/ws/license similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/ws/license rename to apps/angular/node_modules/@rsbuild/core/compiled/ws/license diff --git a/ClientApp/node_modules/@rsbuild/core/compiled/ws/package.json b/apps/angular/node_modules/@rsbuild/core/compiled/ws/package.json similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/compiled/ws/package.json rename to apps/angular/node_modules/@rsbuild/core/compiled/ws/package.json diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/cli/commands.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/cli/commands.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/cli/commands.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/cli/commands.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/cli/index.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/cli/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/cli/index.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/cli/index.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/cli/init.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/cli/init.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/cli/init.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/cli/init.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/client/hmr.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/client/hmr.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/client/hmr.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/client/hmr.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/client/log.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/client/log.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/client/log.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/client/log.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/client/overlay.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/client/overlay.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/client/overlay.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/client/overlay.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/configChain.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/configChain.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/configChain.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/configChain.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/constants.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/constants.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/constants.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/constants.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/createContext.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/createContext.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/createContext.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/createContext.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/createRsbuild.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/createRsbuild.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/createRsbuild.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/createRsbuild.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/defaultConfig.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/defaultConfig.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/defaultConfig.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/defaultConfig.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/helpers/compiler.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/helpers/compiler.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/helpers/compiler.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/helpers/compiler.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/helpers/exitHook.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/helpers/exitHook.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/helpers/exitHook.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/helpers/exitHook.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/helpers/format.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/helpers/format.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/helpers/format.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/helpers/format.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/helpers/fs.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/helpers/fs.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/helpers/fs.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/helpers/fs.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/helpers/index.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/helpers/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/helpers/index.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/helpers/index.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/helpers/path.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/helpers/path.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/helpers/path.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/helpers/path.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/helpers/stats.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/helpers/stats.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/helpers/stats.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/helpers/stats.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/helpers/url.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/helpers/url.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/helpers/url.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/helpers/url.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/helpers/vendors.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/helpers/vendors.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/helpers/vendors.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/helpers/vendors.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/helpers/version.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/helpers/version.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/helpers/version.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/helpers/version.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/hooks.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/hooks.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/hooks.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/hooks.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/index.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/index.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/index.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/initPlugins.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/initPlugins.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/initPlugins.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/initPlugins.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/inspectConfig.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/inspectConfig.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/inspectConfig.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/inspectConfig.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/loadConfig.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/loadConfig.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/loadConfig.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/loadConfig.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/loadEnv.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/loadEnv.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/loadEnv.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/loadEnv.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/loader/ignoreCssLoader.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/loader/ignoreCssLoader.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/loader/ignoreCssLoader.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/loader/ignoreCssLoader.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/loader/transformLoader.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/loader/transformLoader.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/loader/transformLoader.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/loader/transformLoader.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/loader/transformRawLoader.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/loader/transformRawLoader.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/loader/transformRawLoader.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/loader/transformRawLoader.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/logger.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/logger.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/logger.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/logger.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/mergeConfig.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/mergeConfig.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/mergeConfig.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/mergeConfig.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/package.json b/apps/angular/node_modules/@rsbuild/core/dist-types/package.json similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/package.json rename to apps/angular/node_modules/@rsbuild/core/dist-types/package.json diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/pluginHelper.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/pluginHelper.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/pluginHelper.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/pluginHelper.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/pluginManager.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/pluginManager.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/pluginManager.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/pluginManager.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/plugins/appIcon.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/plugins/appIcon.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/plugins/appIcon.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/plugins/appIcon.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/plugins/asset.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/plugins/asset.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/plugins/asset.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/plugins/asset.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/plugins/basic.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/plugins/basic.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/plugins/basic.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/plugins/basic.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/plugins/bundleAnalyzer.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/plugins/bundleAnalyzer.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/plugins/bundleAnalyzer.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/plugins/bundleAnalyzer.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/plugins/cache.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/plugins/cache.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/plugins/cache.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/plugins/cache.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/plugins/cleanOutput.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/plugins/cleanOutput.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/plugins/cleanOutput.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/plugins/cleanOutput.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/plugins/css.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/plugins/css.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/plugins/css.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/plugins/css.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/plugins/define.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/plugins/define.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/plugins/define.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/plugins/define.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/plugins/entry.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/plugins/entry.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/plugins/entry.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/plugins/entry.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/plugins/esm.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/plugins/esm.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/plugins/esm.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/plugins/esm.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/plugins/externals.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/plugins/externals.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/plugins/externals.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/plugins/externals.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/plugins/fileSize.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/plugins/fileSize.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/plugins/fileSize.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/plugins/fileSize.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/plugins/html.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/plugins/html.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/plugins/html.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/plugins/html.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/plugins/inlineChunk.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/plugins/inlineChunk.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/plugins/inlineChunk.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/plugins/inlineChunk.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/plugins/lazyCompilation.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/plugins/lazyCompilation.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/plugins/lazyCompilation.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/plugins/lazyCompilation.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/plugins/manifest.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/plugins/manifest.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/plugins/manifest.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/plugins/manifest.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/plugins/minimize.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/plugins/minimize.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/plugins/minimize.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/plugins/minimize.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/plugins/moduleFederation.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/plugins/moduleFederation.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/plugins/moduleFederation.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/plugins/moduleFederation.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/plugins/moment.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/plugins/moment.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/plugins/moment.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/plugins/moment.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/plugins/nodeAddons.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/plugins/nodeAddons.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/plugins/nodeAddons.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/plugins/nodeAddons.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/plugins/nonce.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/plugins/nonce.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/plugins/nonce.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/plugins/nonce.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/plugins/output.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/plugins/output.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/plugins/output.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/plugins/output.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/plugins/performance.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/plugins/performance.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/plugins/performance.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/plugins/performance.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/plugins/progress.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/plugins/progress.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/plugins/progress.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/plugins/progress.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/plugins/resolve.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/plugins/resolve.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/plugins/resolve.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/plugins/resolve.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/plugins/resourceHints.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/plugins/resourceHints.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/plugins/resourceHints.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/plugins/resourceHints.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/plugins/rsdoctor.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/plugins/rsdoctor.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/plugins/rsdoctor.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/plugins/rsdoctor.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/plugins/rspackProfile.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/plugins/rspackProfile.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/plugins/rspackProfile.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/plugins/rspackProfile.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/plugins/server.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/plugins/server.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/plugins/server.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/plugins/server.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/plugins/sourceMap.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/plugins/sourceMap.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/plugins/sourceMap.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/plugins/sourceMap.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/plugins/splitChunks.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/plugins/splitChunks.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/plugins/splitChunks.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/plugins/splitChunks.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/plugins/sri.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/plugins/sri.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/plugins/sri.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/plugins/sri.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/plugins/swc.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/plugins/swc.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/plugins/swc.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/plugins/swc.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/plugins/target.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/plugins/target.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/plugins/target.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/plugins/target.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/plugins/wasm.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/plugins/wasm.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/plugins/wasm.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/plugins/wasm.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/provider/build.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/provider/build.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/provider/build.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/provider/build.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/provider/createCompiler.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/provider/createCompiler.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/provider/createCompiler.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/provider/createCompiler.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/provider/helpers.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/provider/helpers.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/provider/helpers.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/provider/helpers.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/provider/initConfigs.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/provider/initConfigs.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/provider/initConfigs.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/provider/initConfigs.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/provider/provider.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/provider/provider.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/provider/provider.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/provider/provider.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/provider/rspackConfig.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/provider/rspackConfig.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/provider/rspackConfig.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/provider/rspackConfig.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/restart.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/restart.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/restart.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/restart.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/rspack-plugins/RsbuildHtmlPlugin.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/rspack-plugins/RsbuildHtmlPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/rspack-plugins/RsbuildHtmlPlugin.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/rspack-plugins/RsbuildHtmlPlugin.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/rspack-plugins/resource-hints/HtmlResourceHintsPlugin.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/rspack-plugins/resource-hints/HtmlResourceHintsPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/rspack-plugins/resource-hints/HtmlResourceHintsPlugin.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/rspack-plugins/resource-hints/HtmlResourceHintsPlugin.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/rspack-plugins/resource-hints/doesChunkBelongToHtml.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/rspack-plugins/resource-hints/doesChunkBelongToHtml.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/rspack-plugins/resource-hints/doesChunkBelongToHtml.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/rspack-plugins/resource-hints/doesChunkBelongToHtml.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/rspack-plugins/resource-hints/extractChunks.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/rspack-plugins/resource-hints/extractChunks.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/rspack-plugins/resource-hints/extractChunks.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/rspack-plugins/resource-hints/extractChunks.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/rspack-plugins/resource-hints/getResourceType.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/rspack-plugins/resource-hints/getResourceType.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/rspack-plugins/resource-hints/getResourceType.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/rspack-plugins/resource-hints/getResourceType.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/rspack.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/rspack.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/rspack.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/rspack.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/server/ansiHTML.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/server/ansiHTML.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/server/ansiHTML.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/server/ansiHTML.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/server/assets-middleware/getFileFromUrl.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/server/assets-middleware/getFileFromUrl.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/server/assets-middleware/getFileFromUrl.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/server/assets-middleware/getFileFromUrl.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/server/assets-middleware/index.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/server/assets-middleware/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/server/assets-middleware/index.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/server/assets-middleware/index.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/server/assets-middleware/middleware.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/server/assets-middleware/middleware.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/server/assets-middleware/middleware.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/server/assets-middleware/middleware.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/server/assets-middleware/parseTokenList.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/server/assets-middleware/parseTokenList.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/server/assets-middleware/parseTokenList.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/server/assets-middleware/parseTokenList.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/server/assets-middleware/setupOutputFileSystem.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/server/assets-middleware/setupOutputFileSystem.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/server/assets-middleware/setupOutputFileSystem.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/server/assets-middleware/setupOutputFileSystem.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/server/assets-middleware/setupWriteToDisk.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/server/assets-middleware/setupWriteToDisk.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/server/assets-middleware/setupWriteToDisk.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/server/assets-middleware/setupWriteToDisk.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/server/browserLogs.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/server/browserLogs.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/server/browserLogs.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/server/browserLogs.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/server/buildManager.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/server/buildManager.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/server/buildManager.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/server/buildManager.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/server/cliShortcuts.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/server/cliShortcuts.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/server/cliShortcuts.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/server/cliShortcuts.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/server/devMiddlewares.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/server/devMiddlewares.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/server/devMiddlewares.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/server/devMiddlewares.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/server/devServer.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/server/devServer.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/server/devServer.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/server/devServer.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/server/environment.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/server/environment.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/server/environment.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/server/environment.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/server/gracefulShutdown.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/server/gracefulShutdown.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/server/gracefulShutdown.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/server/gracefulShutdown.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/server/gzipMiddleware.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/server/gzipMiddleware.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/server/gzipMiddleware.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/server/gzipMiddleware.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/server/helper.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/server/helper.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/server/helper.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/server/helper.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/server/historyApiFallback.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/server/historyApiFallback.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/server/historyApiFallback.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/server/historyApiFallback.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/server/hmrFallback.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/server/hmrFallback.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/server/hmrFallback.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/server/hmrFallback.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/server/httpServer.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/server/httpServer.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/server/httpServer.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/server/httpServer.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/server/middlewares.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/server/middlewares.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/server/middlewares.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/server/middlewares.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/server/open.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/server/open.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/server/open.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/server/open.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/server/overlay.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/server/overlay.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/server/overlay.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/server/overlay.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/server/prodServer.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/server/prodServer.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/server/prodServer.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/server/prodServer.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/server/proxy.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/server/proxy.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/server/proxy.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/server/proxy.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/server/runner/asModule.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/server/runner/asModule.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/server/runner/asModule.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/server/runner/asModule.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/server/runner/basic.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/server/runner/basic.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/server/runner/basic.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/server/runner/basic.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/server/runner/cjs.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/server/runner/cjs.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/server/runner/cjs.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/server/runner/cjs.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/server/runner/esm.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/server/runner/esm.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/server/runner/esm.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/server/runner/esm.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/server/runner/index.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/server/runner/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/server/runner/index.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/server/runner/index.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/server/runner/type.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/server/runner/type.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/server/runner/type.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/server/runner/type.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/server/socketServer.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/server/socketServer.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/server/socketServer.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/server/socketServer.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/server/watchFiles.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/server/watchFiles.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/server/watchFiles.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/server/watchFiles.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/types/config.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/types/config.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/types/config.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/types/config.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/types/context.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/types/context.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/types/context.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/types/context.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/types/hooks.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/types/hooks.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/types/hooks.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/types/hooks.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/types/index.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/types/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/types/index.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/types/index.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/types/plugin.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/types/plugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/types/plugin.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/types/plugin.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/types/rsbuild.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/types/rsbuild.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/types/rsbuild.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/types/rsbuild.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/types/rspack.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/types/rspack.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/types/rspack.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/types/rspack.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/types/thirdParty.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/types/thirdParty.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/types/thirdParty.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/types/thirdParty.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist-types/types/utils.d.ts b/apps/angular/node_modules/@rsbuild/core/dist-types/types/utils.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist-types/types/utils.d.ts rename to apps/angular/node_modules/@rsbuild/core/dist-types/types/utils.d.ts diff --git a/ClientApp/node_modules/@rsbuild/core/dist/0~open.js b/apps/angular/node_modules/@rsbuild/core/dist/0~open.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist/0~open.js rename to apps/angular/node_modules/@rsbuild/core/dist/0~open.js diff --git a/ClientApp/node_modules/@rsbuild/core/dist/0~range-parser.js b/apps/angular/node_modules/@rsbuild/core/dist/0~range-parser.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist/0~range-parser.js rename to apps/angular/node_modules/@rsbuild/core/dist/0~range-parser.js diff --git a/ClientApp/node_modules/@rsbuild/core/dist/0~range-parser.js.LICENSE.txt b/apps/angular/node_modules/@rsbuild/core/dist/0~range-parser.js.LICENSE.txt similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist/0~range-parser.js.LICENSE.txt rename to apps/angular/node_modules/@rsbuild/core/dist/0~range-parser.js.LICENSE.txt diff --git a/ClientApp/node_modules/@rsbuild/core/dist/131.js b/apps/angular/node_modules/@rsbuild/core/dist/131.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist/131.js rename to apps/angular/node_modules/@rsbuild/core/dist/131.js diff --git a/ClientApp/node_modules/@rsbuild/core/dist/131.js.LICENSE.txt b/apps/angular/node_modules/@rsbuild/core/dist/131.js.LICENSE.txt similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist/131.js.LICENSE.txt rename to apps/angular/node_modules/@rsbuild/core/dist/131.js.LICENSE.txt diff --git a/ClientApp/node_modules/@rsbuild/core/dist/136.mjs b/apps/angular/node_modules/@rsbuild/core/dist/136.mjs similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist/136.mjs rename to apps/angular/node_modules/@rsbuild/core/dist/136.mjs diff --git a/ClientApp/node_modules/@rsbuild/core/dist/2~open.cjs b/apps/angular/node_modules/@rsbuild/core/dist/2~open.cjs similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist/2~open.cjs rename to apps/angular/node_modules/@rsbuild/core/dist/2~open.cjs diff --git a/ClientApp/node_modules/@rsbuild/core/dist/2~range-parser.cjs b/apps/angular/node_modules/@rsbuild/core/dist/2~range-parser.cjs similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist/2~range-parser.cjs rename to apps/angular/node_modules/@rsbuild/core/dist/2~range-parser.cjs diff --git a/ClientApp/node_modules/@rsbuild/core/dist/2~range-parser.cjs.LICENSE.txt b/apps/angular/node_modules/@rsbuild/core/dist/2~range-parser.cjs.LICENSE.txt similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist/2~range-parser.cjs.LICENSE.txt rename to apps/angular/node_modules/@rsbuild/core/dist/2~range-parser.cjs.LICENSE.txt diff --git a/ClientApp/node_modules/@rsbuild/core/dist/client/59.js b/apps/angular/node_modules/@rsbuild/core/dist/client/59.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist/client/59.js rename to apps/angular/node_modules/@rsbuild/core/dist/client/59.js diff --git a/ClientApp/node_modules/@rsbuild/core/dist/client/hmr.js b/apps/angular/node_modules/@rsbuild/core/dist/client/hmr.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist/client/hmr.js rename to apps/angular/node_modules/@rsbuild/core/dist/client/hmr.js diff --git a/ClientApp/node_modules/@rsbuild/core/dist/client/overlay.js b/apps/angular/node_modules/@rsbuild/core/dist/client/overlay.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist/client/overlay.js rename to apps/angular/node_modules/@rsbuild/core/dist/client/overlay.js diff --git a/ClientApp/node_modules/@rsbuild/core/dist/ignoreCssLoader.mjs b/apps/angular/node_modules/@rsbuild/core/dist/ignoreCssLoader.mjs similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist/ignoreCssLoader.mjs rename to apps/angular/node_modules/@rsbuild/core/dist/ignoreCssLoader.mjs diff --git a/ClientApp/node_modules/@rsbuild/core/dist/index.cjs b/apps/angular/node_modules/@rsbuild/core/dist/index.cjs similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist/index.cjs rename to apps/angular/node_modules/@rsbuild/core/dist/index.cjs diff --git a/ClientApp/node_modules/@rsbuild/core/dist/index.cjs.LICENSE.txt b/apps/angular/node_modules/@rsbuild/core/dist/index.cjs.LICENSE.txt similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist/index.cjs.LICENSE.txt rename to apps/angular/node_modules/@rsbuild/core/dist/index.cjs.LICENSE.txt diff --git a/ClientApp/node_modules/@rsbuild/core/dist/index.js b/apps/angular/node_modules/@rsbuild/core/dist/index.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist/index.js rename to apps/angular/node_modules/@rsbuild/core/dist/index.js diff --git a/ClientApp/node_modules/@rsbuild/core/dist/rslib-runtime.js b/apps/angular/node_modules/@rsbuild/core/dist/rslib-runtime.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist/rslib-runtime.js rename to apps/angular/node_modules/@rsbuild/core/dist/rslib-runtime.js diff --git a/ClientApp/node_modules/@rsbuild/core/dist/transformLoader.mjs b/apps/angular/node_modules/@rsbuild/core/dist/transformLoader.mjs similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist/transformLoader.mjs rename to apps/angular/node_modules/@rsbuild/core/dist/transformLoader.mjs diff --git a/ClientApp/node_modules/@rsbuild/core/dist/transformRawLoader.mjs b/apps/angular/node_modules/@rsbuild/core/dist/transformRawLoader.mjs similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/dist/transformRawLoader.mjs rename to apps/angular/node_modules/@rsbuild/core/dist/transformRawLoader.mjs diff --git a/ClientApp/node_modules/@rsbuild/core/package.json b/apps/angular/node_modules/@rsbuild/core/package.json similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/package.json rename to apps/angular/node_modules/@rsbuild/core/package.json diff --git a/ClientApp/node_modules/@rsbuild/core/static/openChrome.applescript b/apps/angular/node_modules/@rsbuild/core/static/openChrome.applescript similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/static/openChrome.applescript rename to apps/angular/node_modules/@rsbuild/core/static/openChrome.applescript diff --git a/ClientApp/node_modules/@rsbuild/core/types.d.ts b/apps/angular/node_modules/@rsbuild/core/types.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/core/types.d.ts rename to apps/angular/node_modules/@rsbuild/core/types.d.ts diff --git a/ClientApp/node_modules/@rsbuild/plugin-react/LICENSE b/apps/angular/node_modules/@rsbuild/plugin-react/LICENSE similarity index 100% rename from ClientApp/node_modules/@rsbuild/plugin-react/LICENSE rename to apps/angular/node_modules/@rsbuild/plugin-react/LICENSE diff --git a/ClientApp/node_modules/@rsbuild/plugin-react/README.md b/apps/angular/node_modules/@rsbuild/plugin-react/README.md similarity index 100% rename from ClientApp/node_modules/@rsbuild/plugin-react/README.md rename to apps/angular/node_modules/@rsbuild/plugin-react/README.md diff --git a/ClientApp/node_modules/@rsbuild/plugin-react/dist/index.cjs b/apps/angular/node_modules/@rsbuild/plugin-react/dist/index.cjs similarity index 100% rename from ClientApp/node_modules/@rsbuild/plugin-react/dist/index.cjs rename to apps/angular/node_modules/@rsbuild/plugin-react/dist/index.cjs diff --git a/ClientApp/node_modules/@rsbuild/plugin-react/dist/index.d.ts b/apps/angular/node_modules/@rsbuild/plugin-react/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/plugin-react/dist/index.d.ts rename to apps/angular/node_modules/@rsbuild/plugin-react/dist/index.d.ts diff --git a/ClientApp/node_modules/@rsbuild/plugin-react/dist/index.js b/apps/angular/node_modules/@rsbuild/plugin-react/dist/index.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/plugin-react/dist/index.js rename to apps/angular/node_modules/@rsbuild/plugin-react/dist/index.js diff --git a/ClientApp/node_modules/@rsbuild/plugin-react/dist/react.d.ts b/apps/angular/node_modules/@rsbuild/plugin-react/dist/react.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/plugin-react/dist/react.d.ts rename to apps/angular/node_modules/@rsbuild/plugin-react/dist/react.d.ts diff --git a/ClientApp/node_modules/@rsbuild/plugin-react/dist/splitChunks.d.ts b/apps/angular/node_modules/@rsbuild/plugin-react/dist/splitChunks.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/plugin-react/dist/splitChunks.d.ts rename to apps/angular/node_modules/@rsbuild/plugin-react/dist/splitChunks.d.ts diff --git a/ClientApp/node_modules/@rsbuild/plugin-react/package.json b/apps/angular/node_modules/@rsbuild/plugin-react/package.json similarity index 100% rename from ClientApp/node_modules/@rsbuild/plugin-react/package.json rename to apps/angular/node_modules/@rsbuild/plugin-react/package.json diff --git a/ClientApp/node_modules/@rsbuild/plugin-sass/LICENSE b/apps/angular/node_modules/@rsbuild/plugin-sass/LICENSE similarity index 100% rename from ClientApp/node_modules/@rsbuild/plugin-sass/LICENSE rename to apps/angular/node_modules/@rsbuild/plugin-sass/LICENSE diff --git a/ClientApp/node_modules/@rsbuild/plugin-sass/README.md b/apps/angular/node_modules/@rsbuild/plugin-sass/README.md similarity index 100% rename from ClientApp/node_modules/@rsbuild/plugin-sass/README.md rename to apps/angular/node_modules/@rsbuild/plugin-sass/README.md diff --git a/ClientApp/node_modules/@rsbuild/plugin-sass/compiled/resolve-url-loader/index.d.ts b/apps/angular/node_modules/@rsbuild/plugin-sass/compiled/resolve-url-loader/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/plugin-sass/compiled/resolve-url-loader/index.d.ts rename to apps/angular/node_modules/@rsbuild/plugin-sass/compiled/resolve-url-loader/index.d.ts diff --git a/ClientApp/node_modules/@rsbuild/plugin-sass/compiled/resolve-url-loader/index.js b/apps/angular/node_modules/@rsbuild/plugin-sass/compiled/resolve-url-loader/index.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/plugin-sass/compiled/resolve-url-loader/index.js rename to apps/angular/node_modules/@rsbuild/plugin-sass/compiled/resolve-url-loader/index.js diff --git a/ClientApp/node_modules/@rsbuild/plugin-sass/compiled/resolve-url-loader/license b/apps/angular/node_modules/@rsbuild/plugin-sass/compiled/resolve-url-loader/license similarity index 100% rename from ClientApp/node_modules/@rsbuild/plugin-sass/compiled/resolve-url-loader/license rename to apps/angular/node_modules/@rsbuild/plugin-sass/compiled/resolve-url-loader/license diff --git a/ClientApp/node_modules/@rsbuild/plugin-sass/compiled/resolve-url-loader/package.json b/apps/angular/node_modules/@rsbuild/plugin-sass/compiled/resolve-url-loader/package.json similarity index 100% rename from ClientApp/node_modules/@rsbuild/plugin-sass/compiled/resolve-url-loader/package.json rename to apps/angular/node_modules/@rsbuild/plugin-sass/compiled/resolve-url-loader/package.json diff --git a/ClientApp/node_modules/@rsbuild/plugin-sass/compiled/sass-loader/index.d.ts b/apps/angular/node_modules/@rsbuild/plugin-sass/compiled/sass-loader/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/plugin-sass/compiled/sass-loader/index.d.ts rename to apps/angular/node_modules/@rsbuild/plugin-sass/compiled/sass-loader/index.d.ts diff --git a/ClientApp/node_modules/@rsbuild/plugin-sass/compiled/sass-loader/index.js b/apps/angular/node_modules/@rsbuild/plugin-sass/compiled/sass-loader/index.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/plugin-sass/compiled/sass-loader/index.js rename to apps/angular/node_modules/@rsbuild/plugin-sass/compiled/sass-loader/index.js diff --git a/ClientApp/node_modules/@rsbuild/plugin-sass/compiled/sass-loader/index1.js b/apps/angular/node_modules/@rsbuild/plugin-sass/compiled/sass-loader/index1.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/plugin-sass/compiled/sass-loader/index1.js rename to apps/angular/node_modules/@rsbuild/plugin-sass/compiled/sass-loader/index1.js diff --git a/ClientApp/node_modules/@rsbuild/plugin-sass/compiled/sass-loader/license b/apps/angular/node_modules/@rsbuild/plugin-sass/compiled/sass-loader/license similarity index 100% rename from ClientApp/node_modules/@rsbuild/plugin-sass/compiled/sass-loader/license rename to apps/angular/node_modules/@rsbuild/plugin-sass/compiled/sass-loader/license diff --git a/ClientApp/node_modules/@rsbuild/plugin-sass/compiled/sass-loader/package.json b/apps/angular/node_modules/@rsbuild/plugin-sass/compiled/sass-loader/package.json similarity index 100% rename from ClientApp/node_modules/@rsbuild/plugin-sass/compiled/sass-loader/package.json rename to apps/angular/node_modules/@rsbuild/plugin-sass/compiled/sass-loader/package.json diff --git a/ClientApp/node_modules/@rsbuild/plugin-sass/compiled/sass-loader/sass.node.js b/apps/angular/node_modules/@rsbuild/plugin-sass/compiled/sass-loader/sass.node.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/plugin-sass/compiled/sass-loader/sass.node.js rename to apps/angular/node_modules/@rsbuild/plugin-sass/compiled/sass-loader/sass.node.js diff --git a/ClientApp/node_modules/@rsbuild/plugin-sass/dist/helpers.d.ts b/apps/angular/node_modules/@rsbuild/plugin-sass/dist/helpers.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/plugin-sass/dist/helpers.d.ts rename to apps/angular/node_modules/@rsbuild/plugin-sass/dist/helpers.d.ts diff --git a/ClientApp/node_modules/@rsbuild/plugin-sass/dist/index.cjs b/apps/angular/node_modules/@rsbuild/plugin-sass/dist/index.cjs similarity index 100% rename from ClientApp/node_modules/@rsbuild/plugin-sass/dist/index.cjs rename to apps/angular/node_modules/@rsbuild/plugin-sass/dist/index.cjs diff --git a/ClientApp/node_modules/@rsbuild/plugin-sass/dist/index.d.ts b/apps/angular/node_modules/@rsbuild/plugin-sass/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/plugin-sass/dist/index.d.ts rename to apps/angular/node_modules/@rsbuild/plugin-sass/dist/index.d.ts diff --git a/ClientApp/node_modules/@rsbuild/plugin-sass/dist/index.js b/apps/angular/node_modules/@rsbuild/plugin-sass/dist/index.js similarity index 100% rename from ClientApp/node_modules/@rsbuild/plugin-sass/dist/index.js rename to apps/angular/node_modules/@rsbuild/plugin-sass/dist/index.js diff --git a/ClientApp/node_modules/@rsbuild/plugin-sass/dist/types.d.ts b/apps/angular/node_modules/@rsbuild/plugin-sass/dist/types.d.ts similarity index 100% rename from ClientApp/node_modules/@rsbuild/plugin-sass/dist/types.d.ts rename to apps/angular/node_modules/@rsbuild/plugin-sass/dist/types.d.ts diff --git a/ClientApp/node_modules/@rsbuild/plugin-sass/package.json b/apps/angular/node_modules/@rsbuild/plugin-sass/package.json similarity index 100% rename from ClientApp/node_modules/@rsbuild/plugin-sass/package.json rename to apps/angular/node_modules/@rsbuild/plugin-sass/package.json diff --git a/ClientApp/node_modules/@rspack/binding-darwin-arm64/LICENSE b/apps/angular/node_modules/@rspack/binding-darwin-arm64/LICENSE similarity index 100% rename from ClientApp/node_modules/@rspack/binding-darwin-arm64/LICENSE rename to apps/angular/node_modules/@rspack/binding-darwin-arm64/LICENSE diff --git a/ClientApp/node_modules/@rspack/binding-darwin-arm64/README.md b/apps/angular/node_modules/@rspack/binding-darwin-arm64/README.md similarity index 100% rename from ClientApp/node_modules/@rspack/binding-darwin-arm64/README.md rename to apps/angular/node_modules/@rspack/binding-darwin-arm64/README.md diff --git a/ClientApp/node_modules/@rspack/binding-darwin-arm64/package.json b/apps/angular/node_modules/@rspack/binding-darwin-arm64/package.json similarity index 100% rename from ClientApp/node_modules/@rspack/binding-darwin-arm64/package.json rename to apps/angular/node_modules/@rspack/binding-darwin-arm64/package.json diff --git a/ClientApp/node_modules/@rspack/binding-darwin-arm64/rspack.darwin-arm64.node b/apps/angular/node_modules/@rspack/binding-darwin-arm64/rspack.darwin-arm64.node similarity index 100% rename from ClientApp/node_modules/@rspack/binding-darwin-arm64/rspack.darwin-arm64.node rename to apps/angular/node_modules/@rspack/binding-darwin-arm64/rspack.darwin-arm64.node diff --git a/ClientApp/node_modules/@rspack/binding/LICENSE b/apps/angular/node_modules/@rspack/binding/LICENSE similarity index 100% rename from ClientApp/node_modules/@rspack/binding/LICENSE rename to apps/angular/node_modules/@rspack/binding/LICENSE diff --git a/ClientApp/node_modules/@rspack/binding/README.md b/apps/angular/node_modules/@rspack/binding/README.md similarity index 100% rename from ClientApp/node_modules/@rspack/binding/README.md rename to apps/angular/node_modules/@rspack/binding/README.md diff --git a/ClientApp/node_modules/@rspack/binding/binding.d.ts b/apps/angular/node_modules/@rspack/binding/binding.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/binding/binding.d.ts rename to apps/angular/node_modules/@rspack/binding/binding.d.ts diff --git a/ClientApp/node_modules/@rspack/binding/binding.js b/apps/angular/node_modules/@rspack/binding/binding.js similarity index 100% rename from ClientApp/node_modules/@rspack/binding/binding.js rename to apps/angular/node_modules/@rspack/binding/binding.js diff --git a/ClientApp/node_modules/@rspack/binding/napi-binding.d.ts b/apps/angular/node_modules/@rspack/binding/napi-binding.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/binding/napi-binding.d.ts rename to apps/angular/node_modules/@rspack/binding/napi-binding.d.ts diff --git a/ClientApp/node_modules/@rspack/binding/package.json b/apps/angular/node_modules/@rspack/binding/package.json similarity index 100% rename from ClientApp/node_modules/@rspack/binding/package.json rename to apps/angular/node_modules/@rspack/binding/package.json diff --git a/ClientApp/node_modules/@rspack/binding/webcontainer-fallback.cjs b/apps/angular/node_modules/@rspack/binding/webcontainer-fallback.cjs similarity index 100% rename from ClientApp/node_modules/@rspack/binding/webcontainer-fallback.cjs rename to apps/angular/node_modules/@rspack/binding/webcontainer-fallback.cjs diff --git a/ClientApp/node_modules/@rspack/core/LICENSE b/apps/angular/node_modules/@rspack/core/LICENSE similarity index 100% rename from ClientApp/node_modules/@rspack/core/LICENSE rename to apps/angular/node_modules/@rspack/core/LICENSE diff --git a/ClientApp/node_modules/@rspack/core/README.md b/apps/angular/node_modules/@rspack/core/README.md similarity index 100% rename from ClientApp/node_modules/@rspack/core/README.md rename to apps/angular/node_modules/@rspack/core/README.md diff --git a/ClientApp/node_modules/@rspack/core/compiled/@swc/types/index.d.ts b/apps/angular/node_modules/@rspack/core/compiled/@swc/types/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/compiled/@swc/types/index.d.ts rename to apps/angular/node_modules/@rspack/core/compiled/@swc/types/index.d.ts diff --git a/ClientApp/node_modules/@rspack/core/compiled/@swc/types/index.js b/apps/angular/node_modules/@rspack/core/compiled/@swc/types/index.js similarity index 100% rename from ClientApp/node_modules/@rspack/core/compiled/@swc/types/index.js rename to apps/angular/node_modules/@rspack/core/compiled/@swc/types/index.js diff --git a/ClientApp/node_modules/@rspack/core/compiled/@swc/types/license b/apps/angular/node_modules/@rspack/core/compiled/@swc/types/license similarity index 100% rename from ClientApp/node_modules/@rspack/core/compiled/@swc/types/license rename to apps/angular/node_modules/@rspack/core/compiled/@swc/types/license diff --git a/ClientApp/node_modules/@rspack/core/compiled/@swc/types/package.json b/apps/angular/node_modules/@rspack/core/compiled/@swc/types/package.json similarity index 100% rename from ClientApp/node_modules/@rspack/core/compiled/@swc/types/package.json rename to apps/angular/node_modules/@rspack/core/compiled/@swc/types/package.json diff --git a/ClientApp/node_modules/@rspack/core/compiled/browserslist-load-config/index.d.ts b/apps/angular/node_modules/@rspack/core/compiled/browserslist-load-config/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/compiled/browserslist-load-config/index.d.ts rename to apps/angular/node_modules/@rspack/core/compiled/browserslist-load-config/index.d.ts diff --git a/ClientApp/node_modules/@rspack/core/compiled/browserslist-load-config/index.js b/apps/angular/node_modules/@rspack/core/compiled/browserslist-load-config/index.js similarity index 100% rename from ClientApp/node_modules/@rspack/core/compiled/browserslist-load-config/index.js rename to apps/angular/node_modules/@rspack/core/compiled/browserslist-load-config/index.js diff --git a/ClientApp/node_modules/@rspack/core/compiled/browserslist-load-config/license b/apps/angular/node_modules/@rspack/core/compiled/browserslist-load-config/license similarity index 100% rename from ClientApp/node_modules/@rspack/core/compiled/browserslist-load-config/license rename to apps/angular/node_modules/@rspack/core/compiled/browserslist-load-config/license diff --git a/ClientApp/node_modules/@rspack/core/compiled/browserslist-load-config/package.json b/apps/angular/node_modules/@rspack/core/compiled/browserslist-load-config/package.json similarity index 100% rename from ClientApp/node_modules/@rspack/core/compiled/browserslist-load-config/package.json rename to apps/angular/node_modules/@rspack/core/compiled/browserslist-load-config/package.json diff --git a/ClientApp/node_modules/@rspack/core/compiled/tinypool/LICENSE b/apps/angular/node_modules/@rspack/core/compiled/tinypool/LICENSE similarity index 100% rename from ClientApp/node_modules/@rspack/core/compiled/tinypool/LICENSE rename to apps/angular/node_modules/@rspack/core/compiled/tinypool/LICENSE diff --git a/ClientApp/node_modules/@rspack/core/compiled/tinypool/README.md b/apps/angular/node_modules/@rspack/core/compiled/tinypool/README.md similarity index 100% rename from ClientApp/node_modules/@rspack/core/compiled/tinypool/README.md rename to apps/angular/node_modules/@rspack/core/compiled/tinypool/README.md diff --git a/ClientApp/node_modules/@rspack/core/compiled/tinypool/dist/common-Qw-RoVFD.js b/apps/angular/node_modules/@rspack/core/compiled/tinypool/dist/common-Qw-RoVFD.js similarity index 100% rename from ClientApp/node_modules/@rspack/core/compiled/tinypool/dist/common-Qw-RoVFD.js rename to apps/angular/node_modules/@rspack/core/compiled/tinypool/dist/common-Qw-RoVFD.js diff --git a/ClientApp/node_modules/@rspack/core/compiled/tinypool/dist/entry/process.d.ts b/apps/angular/node_modules/@rspack/core/compiled/tinypool/dist/entry/process.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/compiled/tinypool/dist/entry/process.d.ts rename to apps/angular/node_modules/@rspack/core/compiled/tinypool/dist/entry/process.d.ts diff --git a/ClientApp/node_modules/@rspack/core/compiled/tinypool/dist/entry/process.js b/apps/angular/node_modules/@rspack/core/compiled/tinypool/dist/entry/process.js similarity index 100% rename from ClientApp/node_modules/@rspack/core/compiled/tinypool/dist/entry/process.js rename to apps/angular/node_modules/@rspack/core/compiled/tinypool/dist/entry/process.js diff --git a/ClientApp/node_modules/@rspack/core/compiled/tinypool/dist/entry/utils.d.ts b/apps/angular/node_modules/@rspack/core/compiled/tinypool/dist/entry/utils.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/compiled/tinypool/dist/entry/utils.d.ts rename to apps/angular/node_modules/@rspack/core/compiled/tinypool/dist/entry/utils.d.ts diff --git a/ClientApp/node_modules/@rspack/core/compiled/tinypool/dist/entry/utils.js b/apps/angular/node_modules/@rspack/core/compiled/tinypool/dist/entry/utils.js similarity index 100% rename from ClientApp/node_modules/@rspack/core/compiled/tinypool/dist/entry/utils.js rename to apps/angular/node_modules/@rspack/core/compiled/tinypool/dist/entry/utils.js diff --git a/ClientApp/node_modules/@rspack/core/compiled/tinypool/dist/entry/worker.d.ts b/apps/angular/node_modules/@rspack/core/compiled/tinypool/dist/entry/worker.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/compiled/tinypool/dist/entry/worker.d.ts rename to apps/angular/node_modules/@rspack/core/compiled/tinypool/dist/entry/worker.d.ts diff --git a/ClientApp/node_modules/@rspack/core/compiled/tinypool/dist/entry/worker.js b/apps/angular/node_modules/@rspack/core/compiled/tinypool/dist/entry/worker.js similarity index 100% rename from ClientApp/node_modules/@rspack/core/compiled/tinypool/dist/entry/worker.js rename to apps/angular/node_modules/@rspack/core/compiled/tinypool/dist/entry/worker.js diff --git a/ClientApp/node_modules/@rspack/core/compiled/tinypool/dist/index.d.ts b/apps/angular/node_modules/@rspack/core/compiled/tinypool/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/compiled/tinypool/dist/index.d.ts rename to apps/angular/node_modules/@rspack/core/compiled/tinypool/dist/index.d.ts diff --git a/ClientApp/node_modules/@rspack/core/compiled/tinypool/dist/index.js b/apps/angular/node_modules/@rspack/core/compiled/tinypool/dist/index.js similarity index 100% rename from ClientApp/node_modules/@rspack/core/compiled/tinypool/dist/index.js rename to apps/angular/node_modules/@rspack/core/compiled/tinypool/dist/index.js diff --git a/ClientApp/node_modules/@rspack/core/compiled/tinypool/dist/utils-B--2TaWv.js b/apps/angular/node_modules/@rspack/core/compiled/tinypool/dist/utils-B--2TaWv.js similarity index 100% rename from ClientApp/node_modules/@rspack/core/compiled/tinypool/dist/utils-B--2TaWv.js rename to apps/angular/node_modules/@rspack/core/compiled/tinypool/dist/utils-B--2TaWv.js diff --git a/ClientApp/node_modules/@rspack/core/compiled/tinypool/dist/utils-De75vAgL.js b/apps/angular/node_modules/@rspack/core/compiled/tinypool/dist/utils-De75vAgL.js similarity index 100% rename from ClientApp/node_modules/@rspack/core/compiled/tinypool/dist/utils-De75vAgL.js rename to apps/angular/node_modules/@rspack/core/compiled/tinypool/dist/utils-De75vAgL.js diff --git a/ClientApp/node_modules/@rspack/core/compiled/tinypool/package.json b/apps/angular/node_modules/@rspack/core/compiled/tinypool/package.json similarity index 100% rename from ClientApp/node_modules/@rspack/core/compiled/tinypool/package.json rename to apps/angular/node_modules/@rspack/core/compiled/tinypool/package.json diff --git a/ClientApp/node_modules/@rspack/core/compiled/watchpack/index.d.ts b/apps/angular/node_modules/@rspack/core/compiled/watchpack/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/compiled/watchpack/index.d.ts rename to apps/angular/node_modules/@rspack/core/compiled/watchpack/index.d.ts diff --git a/ClientApp/node_modules/@rspack/core/compiled/watchpack/index.js b/apps/angular/node_modules/@rspack/core/compiled/watchpack/index.js similarity index 100% rename from ClientApp/node_modules/@rspack/core/compiled/watchpack/index.js rename to apps/angular/node_modules/@rspack/core/compiled/watchpack/index.js diff --git a/ClientApp/node_modules/@rspack/core/compiled/watchpack/license b/apps/angular/node_modules/@rspack/core/compiled/watchpack/license similarity index 100% rename from ClientApp/node_modules/@rspack/core/compiled/watchpack/license rename to apps/angular/node_modules/@rspack/core/compiled/watchpack/license diff --git a/ClientApp/node_modules/@rspack/core/compiled/watchpack/package.json b/apps/angular/node_modules/@rspack/core/compiled/watchpack/package.json similarity index 100% rename from ClientApp/node_modules/@rspack/core/compiled/watchpack/package.json rename to apps/angular/node_modules/@rspack/core/compiled/watchpack/package.json diff --git a/ClientApp/node_modules/@rspack/core/compiled/webpack-sources/index.js b/apps/angular/node_modules/@rspack/core/compiled/webpack-sources/index.js similarity index 100% rename from ClientApp/node_modules/@rspack/core/compiled/webpack-sources/index.js rename to apps/angular/node_modules/@rspack/core/compiled/webpack-sources/index.js diff --git a/ClientApp/node_modules/@rspack/core/compiled/webpack-sources/license b/apps/angular/node_modules/@rspack/core/compiled/webpack-sources/license similarity index 100% rename from ClientApp/node_modules/@rspack/core/compiled/webpack-sources/license rename to apps/angular/node_modules/@rspack/core/compiled/webpack-sources/license diff --git a/ClientApp/node_modules/@rspack/core/compiled/webpack-sources/package.json b/apps/angular/node_modules/@rspack/core/compiled/webpack-sources/package.json similarity index 100% rename from ClientApp/node_modules/@rspack/core/compiled/webpack-sources/package.json rename to apps/angular/node_modules/@rspack/core/compiled/webpack-sources/package.json diff --git a/ClientApp/node_modules/@rspack/core/compiled/webpack-sources/types.d.ts b/apps/angular/node_modules/@rspack/core/compiled/webpack-sources/types.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/compiled/webpack-sources/types.d.ts rename to apps/angular/node_modules/@rspack/core/compiled/webpack-sources/types.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/BuildInfo.d.ts b/apps/angular/node_modules/@rspack/core/dist/BuildInfo.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/BuildInfo.d.ts rename to apps/angular/node_modules/@rspack/core/dist/BuildInfo.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/Chunk.d.ts b/apps/angular/node_modules/@rspack/core/dist/Chunk.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/Chunk.d.ts rename to apps/angular/node_modules/@rspack/core/dist/Chunk.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/ChunkGraph.d.ts b/apps/angular/node_modules/@rspack/core/dist/ChunkGraph.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/ChunkGraph.d.ts rename to apps/angular/node_modules/@rspack/core/dist/ChunkGraph.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/Chunks.d.ts b/apps/angular/node_modules/@rspack/core/dist/Chunks.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/Chunks.d.ts rename to apps/angular/node_modules/@rspack/core/dist/Chunks.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/CodeGenerationResults.d.ts b/apps/angular/node_modules/@rspack/core/dist/CodeGenerationResults.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/CodeGenerationResults.d.ts rename to apps/angular/node_modules/@rspack/core/dist/CodeGenerationResults.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/Compilation.d.ts b/apps/angular/node_modules/@rspack/core/dist/Compilation.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/Compilation.d.ts rename to apps/angular/node_modules/@rspack/core/dist/Compilation.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/Compiler.d.ts b/apps/angular/node_modules/@rspack/core/dist/Compiler.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/Compiler.d.ts rename to apps/angular/node_modules/@rspack/core/dist/Compiler.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/ConcatenatedModule.d.ts b/apps/angular/node_modules/@rspack/core/dist/ConcatenatedModule.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/ConcatenatedModule.d.ts rename to apps/angular/node_modules/@rspack/core/dist/ConcatenatedModule.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/ContextModule.d.ts b/apps/angular/node_modules/@rspack/core/dist/ContextModule.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/ContextModule.d.ts rename to apps/angular/node_modules/@rspack/core/dist/ContextModule.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/ContextModuleFactory.d.ts b/apps/angular/node_modules/@rspack/core/dist/ContextModuleFactory.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/ContextModuleFactory.d.ts rename to apps/angular/node_modules/@rspack/core/dist/ContextModuleFactory.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/Diagnostics.d.ts b/apps/angular/node_modules/@rspack/core/dist/Diagnostics.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/Diagnostics.d.ts rename to apps/angular/node_modules/@rspack/core/dist/Diagnostics.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/Entrypoint.d.ts b/apps/angular/node_modules/@rspack/core/dist/Entrypoint.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/Entrypoint.d.ts rename to apps/angular/node_modules/@rspack/core/dist/Entrypoint.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/ErrorHelpers.d.ts b/apps/angular/node_modules/@rspack/core/dist/ErrorHelpers.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/ErrorHelpers.d.ts rename to apps/angular/node_modules/@rspack/core/dist/ErrorHelpers.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/ExecuteModulePlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/ExecuteModulePlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/ExecuteModulePlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/ExecuteModulePlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/ExportsInfo.d.ts b/apps/angular/node_modules/@rspack/core/dist/ExportsInfo.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/ExportsInfo.d.ts rename to apps/angular/node_modules/@rspack/core/dist/ExportsInfo.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/ExternalModule.d.ts b/apps/angular/node_modules/@rspack/core/dist/ExternalModule.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/ExternalModule.d.ts rename to apps/angular/node_modules/@rspack/core/dist/ExternalModule.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/FileSystem.d.ts b/apps/angular/node_modules/@rspack/core/dist/FileSystem.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/FileSystem.d.ts rename to apps/angular/node_modules/@rspack/core/dist/FileSystem.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/FileSystemInfo.d.ts b/apps/angular/node_modules/@rspack/core/dist/FileSystemInfo.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/FileSystemInfo.d.ts rename to apps/angular/node_modules/@rspack/core/dist/FileSystemInfo.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/Module.d.ts b/apps/angular/node_modules/@rspack/core/dist/Module.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/Module.d.ts rename to apps/angular/node_modules/@rspack/core/dist/Module.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/ModuleGraph.d.ts b/apps/angular/node_modules/@rspack/core/dist/ModuleGraph.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/ModuleGraph.d.ts rename to apps/angular/node_modules/@rspack/core/dist/ModuleGraph.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/ModuleTypeConstants.d.ts b/apps/angular/node_modules/@rspack/core/dist/ModuleTypeConstants.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/ModuleTypeConstants.d.ts rename to apps/angular/node_modules/@rspack/core/dist/ModuleTypeConstants.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/MultiCompiler.d.ts b/apps/angular/node_modules/@rspack/core/dist/MultiCompiler.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/MultiCompiler.d.ts rename to apps/angular/node_modules/@rspack/core/dist/MultiCompiler.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/MultiStats.d.ts b/apps/angular/node_modules/@rspack/core/dist/MultiStats.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/MultiStats.d.ts rename to apps/angular/node_modules/@rspack/core/dist/MultiStats.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/MultiWatching.d.ts b/apps/angular/node_modules/@rspack/core/dist/MultiWatching.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/MultiWatching.d.ts rename to apps/angular/node_modules/@rspack/core/dist/MultiWatching.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/NativeWatchFileSystem.d.ts b/apps/angular/node_modules/@rspack/core/dist/NativeWatchFileSystem.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/NativeWatchFileSystem.d.ts rename to apps/angular/node_modules/@rspack/core/dist/NativeWatchFileSystem.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/NormalModule.d.ts b/apps/angular/node_modules/@rspack/core/dist/NormalModule.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/NormalModule.d.ts rename to apps/angular/node_modules/@rspack/core/dist/NormalModule.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/NormalModuleFactory.d.ts b/apps/angular/node_modules/@rspack/core/dist/NormalModuleFactory.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/NormalModuleFactory.d.ts rename to apps/angular/node_modules/@rspack/core/dist/NormalModuleFactory.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/Resolver.d.ts b/apps/angular/node_modules/@rspack/core/dist/Resolver.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/Resolver.d.ts rename to apps/angular/node_modules/@rspack/core/dist/Resolver.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/ResolverFactory.d.ts b/apps/angular/node_modules/@rspack/core/dist/ResolverFactory.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/ResolverFactory.d.ts rename to apps/angular/node_modules/@rspack/core/dist/ResolverFactory.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/RspackError.d.ts b/apps/angular/node_modules/@rspack/core/dist/RspackError.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/RspackError.d.ts rename to apps/angular/node_modules/@rspack/core/dist/RspackError.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/RuleSetCompiler.d.ts b/apps/angular/node_modules/@rspack/core/dist/RuleSetCompiler.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/RuleSetCompiler.d.ts rename to apps/angular/node_modules/@rspack/core/dist/RuleSetCompiler.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/RuntimeGlobals.d.ts b/apps/angular/node_modules/@rspack/core/dist/RuntimeGlobals.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/RuntimeGlobals.d.ts rename to apps/angular/node_modules/@rspack/core/dist/RuntimeGlobals.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/RuntimeModule.d.ts b/apps/angular/node_modules/@rspack/core/dist/RuntimeModule.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/RuntimeModule.d.ts rename to apps/angular/node_modules/@rspack/core/dist/RuntimeModule.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/Stats.d.ts b/apps/angular/node_modules/@rspack/core/dist/Stats.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/Stats.d.ts rename to apps/angular/node_modules/@rspack/core/dist/Stats.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/Template.d.ts b/apps/angular/node_modules/@rspack/core/dist/Template.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/Template.d.ts rename to apps/angular/node_modules/@rspack/core/dist/Template.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/VirtualModulesPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/VirtualModulesPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/VirtualModulesPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/VirtualModulesPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/Watching.d.ts b/apps/angular/node_modules/@rspack/core/dist/Watching.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/Watching.d.ts rename to apps/angular/node_modules/@rspack/core/dist/Watching.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-loader/index.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-loader/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-loader/index.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-loader/index.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-loader/lightningcss/index.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-loader/lightningcss/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-loader/lightningcss/index.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-loader/lightningcss/index.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-loader/swc/collectTypeScriptInfo.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-loader/swc/collectTypeScriptInfo.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-loader/swc/collectTypeScriptInfo.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-loader/swc/collectTypeScriptInfo.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-loader/swc/index.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-loader/swc/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-loader/swc/index.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-loader/swc/index.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-loader/swc/pluginImport.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-loader/swc/pluginImport.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-loader/swc/pluginImport.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-loader/swc/pluginImport.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-loader/swc/types.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-loader/swc/types.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-loader/swc/types.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-loader/swc/types.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/APIPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/APIPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/APIPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/APIPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/ArrayPushCallbackChunkFormatPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/ArrayPushCallbackChunkFormatPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/ArrayPushCallbackChunkFormatPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/ArrayPushCallbackChunkFormatPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/AssetModulesPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/AssetModulesPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/AssetModulesPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/AssetModulesPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/AsyncWebAssemblyModulesPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/AsyncWebAssemblyModulesPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/AsyncWebAssemblyModulesPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/AsyncWebAssemblyModulesPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/BannerPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/BannerPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/BannerPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/BannerPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/BundlerInfoRspackPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/BundlerInfoRspackPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/BundlerInfoRspackPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/BundlerInfoRspackPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/CaseSensitivePlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/CaseSensitivePlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/CaseSensitivePlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/CaseSensitivePlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/ChunkPrefetchPreloadPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/ChunkPrefetchPreloadPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/ChunkPrefetchPreloadPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/ChunkPrefetchPreloadPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/CircularDependencyRspackPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/CircularDependencyRspackPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/CircularDependencyRspackPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/CircularDependencyRspackPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/CommonJsChunkFormatPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/CommonJsChunkFormatPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/CommonJsChunkFormatPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/CommonJsChunkFormatPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/ContextReplacementPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/ContextReplacementPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/ContextReplacementPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/ContextReplacementPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/CopyRspackPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/CopyRspackPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/CopyRspackPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/CopyRspackPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/CssChunkingPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/CssChunkingPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/CssChunkingPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/CssChunkingPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/CssModulesPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/CssModulesPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/CssModulesPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/CssModulesPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/DataUriPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/DataUriPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/DataUriPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/DataUriPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/DefinePlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/DefinePlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/DefinePlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/DefinePlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/DeterministicChunkIdsPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/DeterministicChunkIdsPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/DeterministicChunkIdsPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/DeterministicChunkIdsPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/DeterministicModuleIdsPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/DeterministicModuleIdsPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/DeterministicModuleIdsPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/DeterministicModuleIdsPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/DllEntryPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/DllEntryPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/DllEntryPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/DllEntryPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/DllReferenceAgencyPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/DllReferenceAgencyPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/DllReferenceAgencyPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/DllReferenceAgencyPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/DynamicEntryPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/DynamicEntryPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/DynamicEntryPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/DynamicEntryPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/ElectronTargetPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/ElectronTargetPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/ElectronTargetPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/ElectronTargetPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/EnableChunkLoadingPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/EnableChunkLoadingPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/EnableChunkLoadingPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/EnableChunkLoadingPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/EnableLibraryPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/EnableLibraryPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/EnableLibraryPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/EnableLibraryPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/EnableWasmLoadingPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/EnableWasmLoadingPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/EnableWasmLoadingPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/EnableWasmLoadingPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/EnsureChunkConditionsPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/EnsureChunkConditionsPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/EnsureChunkConditionsPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/EnsureChunkConditionsPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/EntryPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/EntryPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/EntryPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/EntryPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/EsmLibraryPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/EsmLibraryPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/EsmLibraryPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/EsmLibraryPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/EvalDevToolModulePlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/EvalDevToolModulePlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/EvalDevToolModulePlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/EvalDevToolModulePlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/EvalSourceMapDevToolPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/EvalSourceMapDevToolPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/EvalSourceMapDevToolPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/EvalSourceMapDevToolPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/ExternalsPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/ExternalsPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/ExternalsPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/ExternalsPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/FetchCompileAsyncWasmPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/FetchCompileAsyncWasmPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/FetchCompileAsyncWasmPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/FetchCompileAsyncWasmPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/FileUriPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/FileUriPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/FileUriPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/FileUriPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/FlagAllModulesAsUsedPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/FlagAllModulesAsUsedPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/FlagAllModulesAsUsedPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/FlagAllModulesAsUsedPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/FlagDependencyExportsPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/FlagDependencyExportsPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/FlagDependencyExportsPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/FlagDependencyExportsPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/FlagDependencyUsagePlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/FlagDependencyUsagePlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/FlagDependencyUsagePlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/FlagDependencyUsagePlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/HotModuleReplacementPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/HotModuleReplacementPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/HotModuleReplacementPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/HotModuleReplacementPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/HttpExternalsRspackPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/HttpExternalsRspackPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/HttpExternalsRspackPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/HttpExternalsRspackPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/HttpUriPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/HttpUriPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/HttpUriPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/HttpUriPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/IgnorePlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/IgnorePlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/IgnorePlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/IgnorePlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/InferAsyncModulesPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/InferAsyncModulesPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/InferAsyncModulesPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/InferAsyncModulesPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/InlineExportsPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/InlineExportsPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/InlineExportsPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/InlineExportsPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/JavascriptModulesPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/JavascriptModulesPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/JavascriptModulesPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/JavascriptModulesPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/JsLoaderRspackPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/JsLoaderRspackPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/JsLoaderRspackPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/JsLoaderRspackPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/JsonModulesPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/JsonModulesPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/JsonModulesPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/JsonModulesPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/LibManifestPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/LibManifestPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/LibManifestPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/LibManifestPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/LightningCssMinimizerRspackPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/LightningCssMinimizerRspackPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/LightningCssMinimizerRspackPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/LightningCssMinimizerRspackPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/LimitChunkCountPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/LimitChunkCountPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/LimitChunkCountPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/LimitChunkCountPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/MangleExportsPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/MangleExportsPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/MangleExportsPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/MangleExportsPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/MergeDuplicateChunksPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/MergeDuplicateChunksPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/MergeDuplicateChunksPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/MergeDuplicateChunksPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/ModuleChunkFormatPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/ModuleChunkFormatPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/ModuleChunkFormatPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/ModuleChunkFormatPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/ModuleConcatenationPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/ModuleConcatenationPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/ModuleConcatenationPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/ModuleConcatenationPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/ModuleInfoHeaderPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/ModuleInfoHeaderPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/ModuleInfoHeaderPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/ModuleInfoHeaderPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/NamedChunkIdsPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/NamedChunkIdsPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/NamedChunkIdsPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/NamedChunkIdsPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/NamedModuleIdsPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/NamedModuleIdsPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/NamedModuleIdsPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/NamedModuleIdsPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/NaturalChunkIdsPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/NaturalChunkIdsPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/NaturalChunkIdsPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/NaturalChunkIdsPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/NaturalModuleIdsPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/NaturalModuleIdsPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/NaturalModuleIdsPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/NaturalModuleIdsPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/NoEmitOnErrorsPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/NoEmitOnErrorsPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/NoEmitOnErrorsPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/NoEmitOnErrorsPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/NodeTargetPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/NodeTargetPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/NodeTargetPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/NodeTargetPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/NormalModuleReplacementPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/NormalModuleReplacementPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/NormalModuleReplacementPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/NormalModuleReplacementPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/OccurrenceChunkIdsPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/OccurrenceChunkIdsPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/OccurrenceChunkIdsPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/OccurrenceChunkIdsPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/ProgressPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/ProgressPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/ProgressPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/ProgressPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/ProvidePlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/ProvidePlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/ProvidePlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/ProvidePlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/RealContentHashPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/RealContentHashPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/RealContentHashPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/RealContentHashPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/RemoveDuplicateModulesPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/RemoveDuplicateModulesPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/RemoveDuplicateModulesPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/RemoveDuplicateModulesPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/RemoveEmptyChunksPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/RemoveEmptyChunksPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/RemoveEmptyChunksPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/RemoveEmptyChunksPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/RsdoctorPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/RsdoctorPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/RsdoctorPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/RsdoctorPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/RslibPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/RslibPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/RslibPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/RslibPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/RstestPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/RstestPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/RstestPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/RstestPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/RuntimeChunkPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/RuntimeChunkPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/RuntimeChunkPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/RuntimeChunkPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/RuntimePlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/RuntimePlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/RuntimePlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/RuntimePlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/SideEffectsFlagPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/SideEffectsFlagPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/SideEffectsFlagPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/SideEffectsFlagPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/SizeLimitsPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/SizeLimitsPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/SizeLimitsPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/SizeLimitsPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/SourceMapDevToolPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/SourceMapDevToolPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/SourceMapDevToolPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/SourceMapDevToolPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/SplitChunksPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/SplitChunksPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/SplitChunksPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/SplitChunksPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/SubresourceIntegrityPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/SubresourceIntegrityPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/SubresourceIntegrityPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/SubresourceIntegrityPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/SwcJsMinimizerPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/SwcJsMinimizerPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/SwcJsMinimizerPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/SwcJsMinimizerPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/URLPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/URLPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/URLPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/URLPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/WebWorkerTemplatePlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/WebWorkerTemplatePlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/WebWorkerTemplatePlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/WebWorkerTemplatePlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/WorkerPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/WorkerPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/WorkerPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/WorkerPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/base.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/base.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/base.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/base.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/css-extract/index.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/css-extract/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/css-extract/index.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/css-extract/index.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/css-extract/loader.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/css-extract/loader.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/css-extract/loader.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/css-extract/loader.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/css-extract/utils.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/css-extract/utils.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/css-extract/utils.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/css-extract/utils.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/html-plugin/hooks.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/html-plugin/hooks.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/html-plugin/hooks.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/html-plugin/hooks.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/html-plugin/index.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/html-plugin/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/html-plugin/index.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/html-plugin/index.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/html-plugin/options.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/html-plugin/options.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/html-plugin/options.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/html-plugin/options.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/html-plugin/plugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/html-plugin/plugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/html-plugin/plugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/html-plugin/plugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/html-plugin/taps.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/html-plugin/taps.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/html-plugin/taps.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/html-plugin/taps.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/index.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/index.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/index.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/lazy-compilation/lazyCompilation.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/lazy-compilation/lazyCompilation.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/lazy-compilation/lazyCompilation.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/lazy-compilation/lazyCompilation.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/builtin-plugin/lazy-compilation/middleware.d.ts b/apps/angular/node_modules/@rspack/core/dist/builtin-plugin/lazy-compilation/middleware.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/builtin-plugin/lazy-compilation/middleware.d.ts rename to apps/angular/node_modules/@rspack/core/dist/builtin-plugin/lazy-compilation/middleware.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/config/adapter.d.ts b/apps/angular/node_modules/@rspack/core/dist/config/adapter.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/config/adapter.d.ts rename to apps/angular/node_modules/@rspack/core/dist/config/adapter.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/config/adapterRuleUse.d.ts b/apps/angular/node_modules/@rspack/core/dist/config/adapterRuleUse.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/config/adapterRuleUse.d.ts rename to apps/angular/node_modules/@rspack/core/dist/config/adapterRuleUse.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/config/browserslistTargetHandler.d.ts b/apps/angular/node_modules/@rspack/core/dist/config/browserslistTargetHandler.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/config/browserslistTargetHandler.d.ts rename to apps/angular/node_modules/@rspack/core/dist/config/browserslistTargetHandler.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/config/defaults.d.ts b/apps/angular/node_modules/@rspack/core/dist/config/defaults.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/config/defaults.d.ts rename to apps/angular/node_modules/@rspack/core/dist/config/defaults.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/config/devServer.d.ts b/apps/angular/node_modules/@rspack/core/dist/config/devServer.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/config/devServer.d.ts rename to apps/angular/node_modules/@rspack/core/dist/config/devServer.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/config/index.d.ts b/apps/angular/node_modules/@rspack/core/dist/config/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/config/index.d.ts rename to apps/angular/node_modules/@rspack/core/dist/config/index.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/config/normalization.d.ts b/apps/angular/node_modules/@rspack/core/dist/config/normalization.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/config/normalization.d.ts rename to apps/angular/node_modules/@rspack/core/dist/config/normalization.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/config/target.d.ts b/apps/angular/node_modules/@rspack/core/dist/config/target.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/config/target.d.ts rename to apps/angular/node_modules/@rspack/core/dist/config/target.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/config/types.d.ts b/apps/angular/node_modules/@rspack/core/dist/config/types.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/config/types.d.ts rename to apps/angular/node_modules/@rspack/core/dist/config/types.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/container/ContainerPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/container/ContainerPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/container/ContainerPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/container/ContainerPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/container/ContainerReferencePlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/container/ContainerReferencePlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/container/ContainerReferencePlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/container/ContainerReferencePlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/container/ModuleFederationManifestPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/container/ModuleFederationManifestPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/container/ModuleFederationManifestPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/container/ModuleFederationManifestPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/container/ModuleFederationPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/container/ModuleFederationPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/container/ModuleFederationPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/container/ModuleFederationPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/container/ModuleFederationPluginV1.d.ts b/apps/angular/node_modules/@rspack/core/dist/container/ModuleFederationPluginV1.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/container/ModuleFederationPluginV1.d.ts rename to apps/angular/node_modules/@rspack/core/dist/container/ModuleFederationPluginV1.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/container/ModuleFederationRuntimePlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/container/ModuleFederationRuntimePlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/container/ModuleFederationRuntimePlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/container/ModuleFederationRuntimePlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/container/index.d.ts b/apps/angular/node_modules/@rspack/core/dist/container/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/container/index.d.ts rename to apps/angular/node_modules/@rspack/core/dist/container/index.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/container/options.d.ts b/apps/angular/node_modules/@rspack/core/dist/container/options.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/container/options.d.ts rename to apps/angular/node_modules/@rspack/core/dist/container/options.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/cssExtractHmr.js b/apps/angular/node_modules/@rspack/core/dist/cssExtractHmr.js similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/cssExtractHmr.js rename to apps/angular/node_modules/@rspack/core/dist/cssExtractHmr.js diff --git a/ClientApp/node_modules/@rspack/core/dist/cssExtractLoader.js b/apps/angular/node_modules/@rspack/core/dist/cssExtractLoader.js similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/cssExtractLoader.js rename to apps/angular/node_modules/@rspack/core/dist/cssExtractLoader.js diff --git a/ClientApp/node_modules/@rspack/core/dist/error/ConcurrentCompilationError.d.ts b/apps/angular/node_modules/@rspack/core/dist/error/ConcurrentCompilationError.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/error/ConcurrentCompilationError.d.ts rename to apps/angular/node_modules/@rspack/core/dist/error/ConcurrentCompilationError.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/exports.d.ts b/apps/angular/node_modules/@rspack/core/dist/exports.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/exports.d.ts rename to apps/angular/node_modules/@rspack/core/dist/exports.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/index.d.ts b/apps/angular/node_modules/@rspack/core/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/index.d.ts rename to apps/angular/node_modules/@rspack/core/dist/index.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/index.js b/apps/angular/node_modules/@rspack/core/dist/index.js similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/index.js rename to apps/angular/node_modules/@rspack/core/dist/index.js diff --git a/ClientApp/node_modules/@rspack/core/dist/lib/AbstractMethodError.d.ts b/apps/angular/node_modules/@rspack/core/dist/lib/AbstractMethodError.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/lib/AbstractMethodError.d.ts rename to apps/angular/node_modules/@rspack/core/dist/lib/AbstractMethodError.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/lib/Cache.d.ts b/apps/angular/node_modules/@rspack/core/dist/lib/Cache.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/lib/Cache.d.ts rename to apps/angular/node_modules/@rspack/core/dist/lib/Cache.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/lib/CacheFacade.d.ts b/apps/angular/node_modules/@rspack/core/dist/lib/CacheFacade.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/lib/CacheFacade.d.ts rename to apps/angular/node_modules/@rspack/core/dist/lib/CacheFacade.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/lib/DllPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/lib/DllPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/lib/DllPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/lib/DllPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/lib/DllReferencePlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/lib/DllReferencePlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/lib/DllReferencePlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/lib/DllReferencePlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/lib/EntryOptionPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/lib/EntryOptionPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/lib/EntryOptionPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/lib/EntryOptionPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/lib/EnvironmentPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/lib/EnvironmentPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/lib/EnvironmentPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/lib/EnvironmentPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/lib/HookWebpackError.d.ts b/apps/angular/node_modules/@rspack/core/dist/lib/HookWebpackError.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/lib/HookWebpackError.d.ts rename to apps/angular/node_modules/@rspack/core/dist/lib/HookWebpackError.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/lib/IgnoreWarningsPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/lib/IgnoreWarningsPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/lib/IgnoreWarningsPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/lib/IgnoreWarningsPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/lib/LoaderOptionsPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/lib/LoaderOptionsPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/lib/LoaderOptionsPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/lib/LoaderOptionsPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/lib/LoaderTargetPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/lib/LoaderTargetPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/lib/LoaderTargetPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/lib/LoaderTargetPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/lib/ModuleFilenameHelpers.d.ts b/apps/angular/node_modules/@rspack/core/dist/lib/ModuleFilenameHelpers.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/lib/ModuleFilenameHelpers.d.ts rename to apps/angular/node_modules/@rspack/core/dist/lib/ModuleFilenameHelpers.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/lib/WebpackError.d.ts b/apps/angular/node_modules/@rspack/core/dist/lib/WebpackError.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/lib/WebpackError.d.ts rename to apps/angular/node_modules/@rspack/core/dist/lib/WebpackError.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/lib/cache/MemoryCachePlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/lib/cache/MemoryCachePlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/lib/cache/MemoryCachePlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/lib/cache/MemoryCachePlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/lib/cache/getLazyHashedEtag.d.ts b/apps/angular/node_modules/@rspack/core/dist/lib/cache/getLazyHashedEtag.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/lib/cache/getLazyHashedEtag.d.ts rename to apps/angular/node_modules/@rspack/core/dist/lib/cache/getLazyHashedEtag.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/lib/cache/mergeEtags.d.ts b/apps/angular/node_modules/@rspack/core/dist/lib/cache/mergeEtags.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/lib/cache/mergeEtags.d.ts rename to apps/angular/node_modules/@rspack/core/dist/lib/cache/mergeEtags.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/loader-runner/LoaderLoadingError.d.ts b/apps/angular/node_modules/@rspack/core/dist/loader-runner/LoaderLoadingError.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/loader-runner/LoaderLoadingError.d.ts rename to apps/angular/node_modules/@rspack/core/dist/loader-runner/LoaderLoadingError.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/loader-runner/ModuleError.d.ts b/apps/angular/node_modules/@rspack/core/dist/loader-runner/ModuleError.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/loader-runner/ModuleError.d.ts rename to apps/angular/node_modules/@rspack/core/dist/loader-runner/ModuleError.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/loader-runner/index.d.ts b/apps/angular/node_modules/@rspack/core/dist/loader-runner/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/loader-runner/index.d.ts rename to apps/angular/node_modules/@rspack/core/dist/loader-runner/index.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/loader-runner/loadLoader.d.ts b/apps/angular/node_modules/@rspack/core/dist/loader-runner/loadLoader.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/loader-runner/loadLoader.d.ts rename to apps/angular/node_modules/@rspack/core/dist/loader-runner/loadLoader.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/loader-runner/service.d.ts b/apps/angular/node_modules/@rspack/core/dist/loader-runner/service.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/loader-runner/service.d.ts rename to apps/angular/node_modules/@rspack/core/dist/loader-runner/service.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/loader-runner/utils.d.ts b/apps/angular/node_modules/@rspack/core/dist/loader-runner/utils.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/loader-runner/utils.d.ts rename to apps/angular/node_modules/@rspack/core/dist/loader-runner/utils.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/loader-runner/worker.d.ts b/apps/angular/node_modules/@rspack/core/dist/loader-runner/worker.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/loader-runner/worker.d.ts rename to apps/angular/node_modules/@rspack/core/dist/loader-runner/worker.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/logging/Logger.d.ts b/apps/angular/node_modules/@rspack/core/dist/logging/Logger.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/logging/Logger.d.ts rename to apps/angular/node_modules/@rspack/core/dist/logging/Logger.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/logging/createConsoleLogger.d.ts b/apps/angular/node_modules/@rspack/core/dist/logging/createConsoleLogger.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/logging/createConsoleLogger.d.ts rename to apps/angular/node_modules/@rspack/core/dist/logging/createConsoleLogger.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/logging/truncateArgs.d.ts b/apps/angular/node_modules/@rspack/core/dist/logging/truncateArgs.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/logging/truncateArgs.d.ts rename to apps/angular/node_modules/@rspack/core/dist/logging/truncateArgs.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/moduleFederationDefaultRuntime.js b/apps/angular/node_modules/@rspack/core/dist/moduleFederationDefaultRuntime.js similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/moduleFederationDefaultRuntime.js rename to apps/angular/node_modules/@rspack/core/dist/moduleFederationDefaultRuntime.js diff --git a/ClientApp/node_modules/@rspack/core/dist/node/NodeEnvironmentPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/node/NodeEnvironmentPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/node/NodeEnvironmentPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/node/NodeEnvironmentPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/node/NodeTemplatePlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/node/NodeTemplatePlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/node/NodeTemplatePlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/node/NodeTemplatePlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/node/NodeWatchFileSystem.d.ts b/apps/angular/node_modules/@rspack/core/dist/node/NodeWatchFileSystem.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/node/NodeWatchFileSystem.d.ts rename to apps/angular/node_modules/@rspack/core/dist/node/NodeWatchFileSystem.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/node/nodeConsole.d.ts b/apps/angular/node_modules/@rspack/core/dist/node/nodeConsole.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/node/nodeConsole.d.ts rename to apps/angular/node_modules/@rspack/core/dist/node/nodeConsole.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/rspack.d.ts b/apps/angular/node_modules/@rspack/core/dist/rspack.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/rspack.d.ts rename to apps/angular/node_modules/@rspack/core/dist/rspack.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/rspackOptionsApply.d.ts b/apps/angular/node_modules/@rspack/core/dist/rspackOptionsApply.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/rspackOptionsApply.d.ts rename to apps/angular/node_modules/@rspack/core/dist/rspackOptionsApply.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/runtime/cssExtractHmr.d.ts b/apps/angular/node_modules/@rspack/core/dist/runtime/cssExtractHmr.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/runtime/cssExtractHmr.d.ts rename to apps/angular/node_modules/@rspack/core/dist/runtime/cssExtractHmr.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/runtime/moduleFederationDefaultRuntime.d.ts b/apps/angular/node_modules/@rspack/core/dist/runtime/moduleFederationDefaultRuntime.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/runtime/moduleFederationDefaultRuntime.d.ts rename to apps/angular/node_modules/@rspack/core/dist/runtime/moduleFederationDefaultRuntime.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/sharing/ConsumeSharedPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/sharing/ConsumeSharedPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/sharing/ConsumeSharedPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/sharing/ConsumeSharedPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/sharing/ProvideSharedPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/sharing/ProvideSharedPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/sharing/ProvideSharedPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/sharing/ProvideSharedPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/sharing/SharePlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/sharing/SharePlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/sharing/SharePlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/sharing/SharePlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/sharing/ShareRuntimePlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/sharing/ShareRuntimePlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/sharing/ShareRuntimePlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/sharing/ShareRuntimePlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/sharing/utils.d.ts b/apps/angular/node_modules/@rspack/core/dist/sharing/utils.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/sharing/utils.d.ts rename to apps/angular/node_modules/@rspack/core/dist/sharing/utils.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/stats/DefaultStatsFactoryPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/stats/DefaultStatsFactoryPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/stats/DefaultStatsFactoryPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/stats/DefaultStatsFactoryPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/stats/DefaultStatsPresetPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/stats/DefaultStatsPresetPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/stats/DefaultStatsPresetPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/stats/DefaultStatsPresetPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/stats/DefaultStatsPrinterPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/stats/DefaultStatsPrinterPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/stats/DefaultStatsPrinterPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/stats/DefaultStatsPrinterPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/stats/StatsFactory.d.ts b/apps/angular/node_modules/@rspack/core/dist/stats/StatsFactory.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/stats/StatsFactory.d.ts rename to apps/angular/node_modules/@rspack/core/dist/stats/StatsFactory.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/stats/StatsPrinter.d.ts b/apps/angular/node_modules/@rspack/core/dist/stats/StatsPrinter.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/stats/StatsPrinter.d.ts rename to apps/angular/node_modules/@rspack/core/dist/stats/StatsPrinter.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/stats/statsFactoryUtils.d.ts b/apps/angular/node_modules/@rspack/core/dist/stats/statsFactoryUtils.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/stats/statsFactoryUtils.d.ts rename to apps/angular/node_modules/@rspack/core/dist/stats/statsFactoryUtils.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/swc.d.ts b/apps/angular/node_modules/@rspack/core/dist/swc.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/swc.d.ts rename to apps/angular/node_modules/@rspack/core/dist/swc.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/taps/compilation.d.ts b/apps/angular/node_modules/@rspack/core/dist/taps/compilation.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/taps/compilation.d.ts rename to apps/angular/node_modules/@rspack/core/dist/taps/compilation.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/taps/compiler.d.ts b/apps/angular/node_modules/@rspack/core/dist/taps/compiler.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/taps/compiler.d.ts rename to apps/angular/node_modules/@rspack/core/dist/taps/compiler.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/taps/contextModuleFactory.d.ts b/apps/angular/node_modules/@rspack/core/dist/taps/contextModuleFactory.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/taps/contextModuleFactory.d.ts rename to apps/angular/node_modules/@rspack/core/dist/taps/contextModuleFactory.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/taps/index.d.ts b/apps/angular/node_modules/@rspack/core/dist/taps/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/taps/index.d.ts rename to apps/angular/node_modules/@rspack/core/dist/taps/index.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/taps/javascriptModules.d.ts b/apps/angular/node_modules/@rspack/core/dist/taps/javascriptModules.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/taps/javascriptModules.d.ts rename to apps/angular/node_modules/@rspack/core/dist/taps/javascriptModules.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/taps/normalModuleFactory.d.ts b/apps/angular/node_modules/@rspack/core/dist/taps/normalModuleFactory.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/taps/normalModuleFactory.d.ts rename to apps/angular/node_modules/@rspack/core/dist/taps/normalModuleFactory.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/taps/types.d.ts b/apps/angular/node_modules/@rspack/core/dist/taps/types.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/taps/types.d.ts rename to apps/angular/node_modules/@rspack/core/dist/taps/types.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/trace/index.d.ts b/apps/angular/node_modules/@rspack/core/dist/trace/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/trace/index.d.ts rename to apps/angular/node_modules/@rspack/core/dist/trace/index.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/trace/traceHookPlugin.d.ts b/apps/angular/node_modules/@rspack/core/dist/trace/traceHookPlugin.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/trace/traceHookPlugin.d.ts rename to apps/angular/node_modules/@rspack/core/dist/trace/traceHookPlugin.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/util/ArrayQueue.d.ts b/apps/angular/node_modules/@rspack/core/dist/util/ArrayQueue.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/util/ArrayQueue.d.ts rename to apps/angular/node_modules/@rspack/core/dist/util/ArrayQueue.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/util/AsyncTask.d.ts b/apps/angular/node_modules/@rspack/core/dist/util/AsyncTask.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/util/AsyncTask.d.ts rename to apps/angular/node_modules/@rspack/core/dist/util/AsyncTask.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/util/MergeCaller.d.ts b/apps/angular/node_modules/@rspack/core/dist/util/MergeCaller.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/util/MergeCaller.d.ts rename to apps/angular/node_modules/@rspack/core/dist/util/MergeCaller.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/util/SizeFormatHelpers.d.ts b/apps/angular/node_modules/@rspack/core/dist/util/SizeFormatHelpers.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/util/SizeFormatHelpers.d.ts rename to apps/angular/node_modules/@rspack/core/dist/util/SizeFormatHelpers.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/util/SplitChunkSize.d.ts b/apps/angular/node_modules/@rspack/core/dist/util/SplitChunkSize.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/util/SplitChunkSize.d.ts rename to apps/angular/node_modules/@rspack/core/dist/util/SplitChunkSize.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/util/assertNotNil.d.ts b/apps/angular/node_modules/@rspack/core/dist/util/assertNotNil.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/util/assertNotNil.d.ts rename to apps/angular/node_modules/@rspack/core/dist/util/assertNotNil.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/util/assetCondition.d.ts b/apps/angular/node_modules/@rspack/core/dist/util/assetCondition.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/util/assetCondition.d.ts rename to apps/angular/node_modules/@rspack/core/dist/util/assetCondition.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/util/asyncLib.d.ts b/apps/angular/node_modules/@rspack/core/dist/util/asyncLib.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/util/asyncLib.d.ts rename to apps/angular/node_modules/@rspack/core/dist/util/asyncLib.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/util/bindingVersionCheck.d.ts b/apps/angular/node_modules/@rspack/core/dist/util/bindingVersionCheck.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/util/bindingVersionCheck.d.ts rename to apps/angular/node_modules/@rspack/core/dist/util/bindingVersionCheck.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/util/cleverMerge.d.ts b/apps/angular/node_modules/@rspack/core/dist/util/cleverMerge.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/util/cleverMerge.d.ts rename to apps/angular/node_modules/@rspack/core/dist/util/cleverMerge.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/util/comparators.d.ts b/apps/angular/node_modules/@rspack/core/dist/util/comparators.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/util/comparators.d.ts rename to apps/angular/node_modules/@rspack/core/dist/util/comparators.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/util/createHash.d.ts b/apps/angular/node_modules/@rspack/core/dist/util/createHash.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/util/createHash.d.ts rename to apps/angular/node_modules/@rspack/core/dist/util/createHash.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/util/createReadonlyMap.d.ts b/apps/angular/node_modules/@rspack/core/dist/util/createReadonlyMap.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/util/createReadonlyMap.d.ts rename to apps/angular/node_modules/@rspack/core/dist/util/createReadonlyMap.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/util/fake.d.ts b/apps/angular/node_modules/@rspack/core/dist/util/fake.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/util/fake.d.ts rename to apps/angular/node_modules/@rspack/core/dist/util/fake.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/util/fs.d.ts b/apps/angular/node_modules/@rspack/core/dist/util/fs.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/util/fs.d.ts rename to apps/angular/node_modules/@rspack/core/dist/util/fs.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/util/hash/index.d.ts b/apps/angular/node_modules/@rspack/core/dist/util/hash/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/util/hash/index.d.ts rename to apps/angular/node_modules/@rspack/core/dist/util/hash/index.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/util/hash/md4.d.ts b/apps/angular/node_modules/@rspack/core/dist/util/hash/md4.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/util/hash/md4.d.ts rename to apps/angular/node_modules/@rspack/core/dist/util/hash/md4.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/util/hash/wasm-hash.d.ts b/apps/angular/node_modules/@rspack/core/dist/util/hash/wasm-hash.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/util/hash/wasm-hash.d.ts rename to apps/angular/node_modules/@rspack/core/dist/util/hash/wasm-hash.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/util/hash/xxhash64.d.ts b/apps/angular/node_modules/@rspack/core/dist/util/hash/xxhash64.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/util/hash/xxhash64.d.ts rename to apps/angular/node_modules/@rspack/core/dist/util/hash/xxhash64.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/util/identifier.d.ts b/apps/angular/node_modules/@rspack/core/dist/util/identifier.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/util/identifier.d.ts rename to apps/angular/node_modules/@rspack/core/dist/util/identifier.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/util/index.d.ts b/apps/angular/node_modules/@rspack/core/dist/util/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/util/index.d.ts rename to apps/angular/node_modules/@rspack/core/dist/util/index.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/util/memoize.d.ts b/apps/angular/node_modules/@rspack/core/dist/util/memoize.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/util/memoize.d.ts rename to apps/angular/node_modules/@rspack/core/dist/util/memoize.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/util/runtime.d.ts b/apps/angular/node_modules/@rspack/core/dist/util/runtime.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/util/runtime.d.ts rename to apps/angular/node_modules/@rspack/core/dist/util/runtime.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/util/smartGrouping.d.ts b/apps/angular/node_modules/@rspack/core/dist/util/smartGrouping.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/util/smartGrouping.d.ts rename to apps/angular/node_modules/@rspack/core/dist/util/smartGrouping.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/util/source.d.ts b/apps/angular/node_modules/@rspack/core/dist/util/source.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/util/source.d.ts rename to apps/angular/node_modules/@rspack/core/dist/util/source.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/util/validateConfig.d.ts b/apps/angular/node_modules/@rspack/core/dist/util/validateConfig.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/util/validateConfig.d.ts rename to apps/angular/node_modules/@rspack/core/dist/util/validateConfig.d.ts diff --git a/ClientApp/node_modules/@rspack/core/dist/worker.js b/apps/angular/node_modules/@rspack/core/dist/worker.js similarity index 100% rename from ClientApp/node_modules/@rspack/core/dist/worker.js rename to apps/angular/node_modules/@rspack/core/dist/worker.js diff --git a/ClientApp/node_modules/@rspack/core/hot/dev-server.js b/apps/angular/node_modules/@rspack/core/hot/dev-server.js similarity index 100% rename from ClientApp/node_modules/@rspack/core/hot/dev-server.js rename to apps/angular/node_modules/@rspack/core/hot/dev-server.js diff --git a/ClientApp/node_modules/@rspack/core/hot/emitter.js b/apps/angular/node_modules/@rspack/core/hot/emitter.js similarity index 100% rename from ClientApp/node_modules/@rspack/core/hot/emitter.js rename to apps/angular/node_modules/@rspack/core/hot/emitter.js diff --git a/ClientApp/node_modules/@rspack/core/hot/lazy-compilation-node.js b/apps/angular/node_modules/@rspack/core/hot/lazy-compilation-node.js similarity index 100% rename from ClientApp/node_modules/@rspack/core/hot/lazy-compilation-node.js rename to apps/angular/node_modules/@rspack/core/hot/lazy-compilation-node.js diff --git a/ClientApp/node_modules/@rspack/core/hot/lazy-compilation-web.js b/apps/angular/node_modules/@rspack/core/hot/lazy-compilation-web.js similarity index 100% rename from ClientApp/node_modules/@rspack/core/hot/lazy-compilation-web.js rename to apps/angular/node_modules/@rspack/core/hot/lazy-compilation-web.js diff --git a/ClientApp/node_modules/@rspack/core/hot/log-apply-result.js b/apps/angular/node_modules/@rspack/core/hot/log-apply-result.js similarity index 100% rename from ClientApp/node_modules/@rspack/core/hot/log-apply-result.js rename to apps/angular/node_modules/@rspack/core/hot/log-apply-result.js diff --git a/ClientApp/node_modules/@rspack/core/hot/log.js b/apps/angular/node_modules/@rspack/core/hot/log.js similarity index 100% rename from ClientApp/node_modules/@rspack/core/hot/log.js rename to apps/angular/node_modules/@rspack/core/hot/log.js diff --git a/ClientApp/node_modules/@rspack/core/hot/only-dev-server.js b/apps/angular/node_modules/@rspack/core/hot/only-dev-server.js similarity index 100% rename from ClientApp/node_modules/@rspack/core/hot/only-dev-server.js rename to apps/angular/node_modules/@rspack/core/hot/only-dev-server.js diff --git a/ClientApp/node_modules/@rspack/core/hot/poll.js b/apps/angular/node_modules/@rspack/core/hot/poll.js similarity index 100% rename from ClientApp/node_modules/@rspack/core/hot/poll.js rename to apps/angular/node_modules/@rspack/core/hot/poll.js diff --git a/ClientApp/node_modules/@rspack/core/hot/signal.js b/apps/angular/node_modules/@rspack/core/hot/signal.js similarity index 100% rename from ClientApp/node_modules/@rspack/core/hot/signal.js rename to apps/angular/node_modules/@rspack/core/hot/signal.js diff --git a/ClientApp/node_modules/@rspack/core/module.d.ts b/apps/angular/node_modules/@rspack/core/module.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/core/module.d.ts rename to apps/angular/node_modules/@rspack/core/module.d.ts diff --git a/ClientApp/node_modules/@rspack/core/package.json b/apps/angular/node_modules/@rspack/core/package.json similarity index 100% rename from ClientApp/node_modules/@rspack/core/package.json rename to apps/angular/node_modules/@rspack/core/package.json diff --git a/ClientApp/node_modules/@rspack/lite-tapable/LICENSE b/apps/angular/node_modules/@rspack/lite-tapable/LICENSE similarity index 100% rename from ClientApp/node_modules/@rspack/lite-tapable/LICENSE rename to apps/angular/node_modules/@rspack/lite-tapable/LICENSE diff --git a/ClientApp/node_modules/@rspack/lite-tapable/README.md b/apps/angular/node_modules/@rspack/lite-tapable/README.md similarity index 100% rename from ClientApp/node_modules/@rspack/lite-tapable/README.md rename to apps/angular/node_modules/@rspack/lite-tapable/README.md diff --git a/ClientApp/node_modules/@rspack/lite-tapable/dist/index.cjs b/apps/angular/node_modules/@rspack/lite-tapable/dist/index.cjs similarity index 100% rename from ClientApp/node_modules/@rspack/lite-tapable/dist/index.cjs rename to apps/angular/node_modules/@rspack/lite-tapable/dist/index.cjs diff --git a/ClientApp/node_modules/@rspack/lite-tapable/dist/index.d.ts b/apps/angular/node_modules/@rspack/lite-tapable/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/lite-tapable/dist/index.d.ts rename to apps/angular/node_modules/@rspack/lite-tapable/dist/index.d.ts diff --git a/ClientApp/node_modules/@rspack/lite-tapable/dist/index.js b/apps/angular/node_modules/@rspack/lite-tapable/dist/index.js similarity index 100% rename from ClientApp/node_modules/@rspack/lite-tapable/dist/index.js rename to apps/angular/node_modules/@rspack/lite-tapable/dist/index.js diff --git a/ClientApp/node_modules/@rspack/lite-tapable/package.json b/apps/angular/node_modules/@rspack/lite-tapable/package.json similarity index 100% rename from ClientApp/node_modules/@rspack/lite-tapable/package.json rename to apps/angular/node_modules/@rspack/lite-tapable/package.json diff --git a/ClientApp/node_modules/@rspack/plugin-react-refresh/LICENSE b/apps/angular/node_modules/@rspack/plugin-react-refresh/LICENSE similarity index 100% rename from ClientApp/node_modules/@rspack/plugin-react-refresh/LICENSE rename to apps/angular/node_modules/@rspack/plugin-react-refresh/LICENSE diff --git a/ClientApp/node_modules/@rspack/plugin-react-refresh/README.md b/apps/angular/node_modules/@rspack/plugin-react-refresh/README.md similarity index 100% rename from ClientApp/node_modules/@rspack/plugin-react-refresh/README.md rename to apps/angular/node_modules/@rspack/plugin-react-refresh/README.md diff --git a/ClientApp/node_modules/@rspack/plugin-react-refresh/client/errorOverlayEntry.js b/apps/angular/node_modules/@rspack/plugin-react-refresh/client/errorOverlayEntry.js similarity index 100% rename from ClientApp/node_modules/@rspack/plugin-react-refresh/client/errorOverlayEntry.js rename to apps/angular/node_modules/@rspack/plugin-react-refresh/client/errorOverlayEntry.js diff --git a/ClientApp/node_modules/@rspack/plugin-react-refresh/client/overlay/components/CompileErrorTrace.js b/apps/angular/node_modules/@rspack/plugin-react-refresh/client/overlay/components/CompileErrorTrace.js similarity index 100% rename from ClientApp/node_modules/@rspack/plugin-react-refresh/client/overlay/components/CompileErrorTrace.js rename to apps/angular/node_modules/@rspack/plugin-react-refresh/client/overlay/components/CompileErrorTrace.js diff --git a/ClientApp/node_modules/@rspack/plugin-react-refresh/client/overlay/components/PageHeader.js b/apps/angular/node_modules/@rspack/plugin-react-refresh/client/overlay/components/PageHeader.js similarity index 100% rename from ClientApp/node_modules/@rspack/plugin-react-refresh/client/overlay/components/PageHeader.js rename to apps/angular/node_modules/@rspack/plugin-react-refresh/client/overlay/components/PageHeader.js diff --git a/ClientApp/node_modules/@rspack/plugin-react-refresh/client/overlay/components/RuntimeErrorFooter.js b/apps/angular/node_modules/@rspack/plugin-react-refresh/client/overlay/components/RuntimeErrorFooter.js similarity index 100% rename from ClientApp/node_modules/@rspack/plugin-react-refresh/client/overlay/components/RuntimeErrorFooter.js rename to apps/angular/node_modules/@rspack/plugin-react-refresh/client/overlay/components/RuntimeErrorFooter.js diff --git a/ClientApp/node_modules/@rspack/plugin-react-refresh/client/overlay/components/RuntimeErrorHeader.js b/apps/angular/node_modules/@rspack/plugin-react-refresh/client/overlay/components/RuntimeErrorHeader.js similarity index 100% rename from ClientApp/node_modules/@rspack/plugin-react-refresh/client/overlay/components/RuntimeErrorHeader.js rename to apps/angular/node_modules/@rspack/plugin-react-refresh/client/overlay/components/RuntimeErrorHeader.js diff --git a/ClientApp/node_modules/@rspack/plugin-react-refresh/client/overlay/components/RuntimeErrorStack.js b/apps/angular/node_modules/@rspack/plugin-react-refresh/client/overlay/components/RuntimeErrorStack.js similarity index 100% rename from ClientApp/node_modules/@rspack/plugin-react-refresh/client/overlay/components/RuntimeErrorStack.js rename to apps/angular/node_modules/@rspack/plugin-react-refresh/client/overlay/components/RuntimeErrorStack.js diff --git a/ClientApp/node_modules/@rspack/plugin-react-refresh/client/overlay/components/Spacer.js b/apps/angular/node_modules/@rspack/plugin-react-refresh/client/overlay/components/Spacer.js similarity index 100% rename from ClientApp/node_modules/@rspack/plugin-react-refresh/client/overlay/components/Spacer.js rename to apps/angular/node_modules/@rspack/plugin-react-refresh/client/overlay/components/Spacer.js diff --git a/ClientApp/node_modules/@rspack/plugin-react-refresh/client/overlay/containers/CompileErrorContainer.js b/apps/angular/node_modules/@rspack/plugin-react-refresh/client/overlay/containers/CompileErrorContainer.js similarity index 100% rename from ClientApp/node_modules/@rspack/plugin-react-refresh/client/overlay/containers/CompileErrorContainer.js rename to apps/angular/node_modules/@rspack/plugin-react-refresh/client/overlay/containers/CompileErrorContainer.js diff --git a/ClientApp/node_modules/@rspack/plugin-react-refresh/client/overlay/containers/RuntimeErrorContainer.js b/apps/angular/node_modules/@rspack/plugin-react-refresh/client/overlay/containers/RuntimeErrorContainer.js similarity index 100% rename from ClientApp/node_modules/@rspack/plugin-react-refresh/client/overlay/containers/RuntimeErrorContainer.js rename to apps/angular/node_modules/@rspack/plugin-react-refresh/client/overlay/containers/RuntimeErrorContainer.js diff --git a/ClientApp/node_modules/@rspack/plugin-react-refresh/client/overlay/index.js b/apps/angular/node_modules/@rspack/plugin-react-refresh/client/overlay/index.js similarity index 100% rename from ClientApp/node_modules/@rspack/plugin-react-refresh/client/overlay/index.js rename to apps/angular/node_modules/@rspack/plugin-react-refresh/client/overlay/index.js diff --git a/ClientApp/node_modules/@rspack/plugin-react-refresh/client/overlay/theme.js b/apps/angular/node_modules/@rspack/plugin-react-refresh/client/overlay/theme.js similarity index 100% rename from ClientApp/node_modules/@rspack/plugin-react-refresh/client/overlay/theme.js rename to apps/angular/node_modules/@rspack/plugin-react-refresh/client/overlay/theme.js diff --git a/ClientApp/node_modules/@rspack/plugin-react-refresh/client/overlay/utils.js b/apps/angular/node_modules/@rspack/plugin-react-refresh/client/overlay/utils.js similarity index 100% rename from ClientApp/node_modules/@rspack/plugin-react-refresh/client/overlay/utils.js rename to apps/angular/node_modules/@rspack/plugin-react-refresh/client/overlay/utils.js diff --git a/ClientApp/node_modules/@rspack/plugin-react-refresh/client/reactRefresh.js b/apps/angular/node_modules/@rspack/plugin-react-refresh/client/reactRefresh.js similarity index 100% rename from ClientApp/node_modules/@rspack/plugin-react-refresh/client/reactRefresh.js rename to apps/angular/node_modules/@rspack/plugin-react-refresh/client/reactRefresh.js diff --git a/ClientApp/node_modules/@rspack/plugin-react-refresh/client/reactRefreshEntry.js b/apps/angular/node_modules/@rspack/plugin-react-refresh/client/reactRefreshEntry.js similarity index 100% rename from ClientApp/node_modules/@rspack/plugin-react-refresh/client/reactRefreshEntry.js rename to apps/angular/node_modules/@rspack/plugin-react-refresh/client/reactRefreshEntry.js diff --git a/ClientApp/node_modules/@rspack/plugin-react-refresh/client/refreshUtils.js b/apps/angular/node_modules/@rspack/plugin-react-refresh/client/refreshUtils.js similarity index 100% rename from ClientApp/node_modules/@rspack/plugin-react-refresh/client/refreshUtils.js rename to apps/angular/node_modules/@rspack/plugin-react-refresh/client/refreshUtils.js diff --git a/ClientApp/node_modules/@rspack/plugin-react-refresh/client/utils/ansi-html.js b/apps/angular/node_modules/@rspack/plugin-react-refresh/client/utils/ansi-html.js similarity index 100% rename from ClientApp/node_modules/@rspack/plugin-react-refresh/client/utils/ansi-html.js rename to apps/angular/node_modules/@rspack/plugin-react-refresh/client/utils/ansi-html.js diff --git a/ClientApp/node_modules/@rspack/plugin-react-refresh/client/utils/errorEventHandlers.js b/apps/angular/node_modules/@rspack/plugin-react-refresh/client/utils/errorEventHandlers.js similarity index 100% rename from ClientApp/node_modules/@rspack/plugin-react-refresh/client/utils/errorEventHandlers.js rename to apps/angular/node_modules/@rspack/plugin-react-refresh/client/utils/errorEventHandlers.js diff --git a/ClientApp/node_modules/@rspack/plugin-react-refresh/client/utils/formatWebpackErrors.js b/apps/angular/node_modules/@rspack/plugin-react-refresh/client/utils/formatWebpackErrors.js similarity index 100% rename from ClientApp/node_modules/@rspack/plugin-react-refresh/client/utils/formatWebpackErrors.js rename to apps/angular/node_modules/@rspack/plugin-react-refresh/client/utils/formatWebpackErrors.js diff --git a/ClientApp/node_modules/@rspack/plugin-react-refresh/client/utils/retry.js b/apps/angular/node_modules/@rspack/plugin-react-refresh/client/utils/retry.js similarity index 100% rename from ClientApp/node_modules/@rspack/plugin-react-refresh/client/utils/retry.js rename to apps/angular/node_modules/@rspack/plugin-react-refresh/client/utils/retry.js diff --git a/ClientApp/node_modules/@rspack/plugin-react-refresh/dist/index.d.ts b/apps/angular/node_modules/@rspack/plugin-react-refresh/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/plugin-react-refresh/dist/index.d.ts rename to apps/angular/node_modules/@rspack/plugin-react-refresh/dist/index.d.ts diff --git a/ClientApp/node_modules/@rspack/plugin-react-refresh/dist/index.js b/apps/angular/node_modules/@rspack/plugin-react-refresh/dist/index.js similarity index 100% rename from ClientApp/node_modules/@rspack/plugin-react-refresh/dist/index.js rename to apps/angular/node_modules/@rspack/plugin-react-refresh/dist/index.js diff --git a/ClientApp/node_modules/@rspack/plugin-react-refresh/dist/options.d.ts b/apps/angular/node_modules/@rspack/plugin-react-refresh/dist/options.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/plugin-react-refresh/dist/options.d.ts rename to apps/angular/node_modules/@rspack/plugin-react-refresh/dist/options.d.ts diff --git a/ClientApp/node_modules/@rspack/plugin-react-refresh/dist/paths.d.ts b/apps/angular/node_modules/@rspack/plugin-react-refresh/dist/paths.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/plugin-react-refresh/dist/paths.d.ts rename to apps/angular/node_modules/@rspack/plugin-react-refresh/dist/paths.d.ts diff --git a/ClientApp/node_modules/@rspack/plugin-react-refresh/dist/sockets/WDSSocket.d.ts b/apps/angular/node_modules/@rspack/plugin-react-refresh/dist/sockets/WDSSocket.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/plugin-react-refresh/dist/sockets/WDSSocket.d.ts rename to apps/angular/node_modules/@rspack/plugin-react-refresh/dist/sockets/WDSSocket.d.ts diff --git a/ClientApp/node_modules/@rspack/plugin-react-refresh/dist/sockets/WDSSocket.js b/apps/angular/node_modules/@rspack/plugin-react-refresh/dist/sockets/WDSSocket.js similarity index 100% rename from ClientApp/node_modules/@rspack/plugin-react-refresh/dist/sockets/WDSSocket.js rename to apps/angular/node_modules/@rspack/plugin-react-refresh/dist/sockets/WDSSocket.js diff --git a/ClientApp/node_modules/@rspack/plugin-react-refresh/dist/sockets/WHMEventSource.d.ts b/apps/angular/node_modules/@rspack/plugin-react-refresh/dist/sockets/WHMEventSource.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/plugin-react-refresh/dist/sockets/WHMEventSource.d.ts rename to apps/angular/node_modules/@rspack/plugin-react-refresh/dist/sockets/WHMEventSource.d.ts diff --git a/ClientApp/node_modules/@rspack/plugin-react-refresh/dist/sockets/WHMEventSource.js b/apps/angular/node_modules/@rspack/plugin-react-refresh/dist/sockets/WHMEventSource.js similarity index 100% rename from ClientApp/node_modules/@rspack/plugin-react-refresh/dist/sockets/WHMEventSource.js rename to apps/angular/node_modules/@rspack/plugin-react-refresh/dist/sockets/WHMEventSource.js diff --git a/ClientApp/node_modules/@rspack/plugin-react-refresh/dist/sockets/utils/getCurrentScriptSource.d.ts b/apps/angular/node_modules/@rspack/plugin-react-refresh/dist/sockets/utils/getCurrentScriptSource.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/plugin-react-refresh/dist/sockets/utils/getCurrentScriptSource.d.ts rename to apps/angular/node_modules/@rspack/plugin-react-refresh/dist/sockets/utils/getCurrentScriptSource.d.ts diff --git a/ClientApp/node_modules/@rspack/plugin-react-refresh/dist/sockets/utils/getCurrentScriptSource.js b/apps/angular/node_modules/@rspack/plugin-react-refresh/dist/sockets/utils/getCurrentScriptSource.js similarity index 100% rename from ClientApp/node_modules/@rspack/plugin-react-refresh/dist/sockets/utils/getCurrentScriptSource.js rename to apps/angular/node_modules/@rspack/plugin-react-refresh/dist/sockets/utils/getCurrentScriptSource.js diff --git a/ClientApp/node_modules/@rspack/plugin-react-refresh/dist/sockets/utils/getSocketUrlParts.d.ts b/apps/angular/node_modules/@rspack/plugin-react-refresh/dist/sockets/utils/getSocketUrlParts.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/plugin-react-refresh/dist/sockets/utils/getSocketUrlParts.d.ts rename to apps/angular/node_modules/@rspack/plugin-react-refresh/dist/sockets/utils/getSocketUrlParts.d.ts diff --git a/ClientApp/node_modules/@rspack/plugin-react-refresh/dist/sockets/utils/getSocketUrlParts.js b/apps/angular/node_modules/@rspack/plugin-react-refresh/dist/sockets/utils/getSocketUrlParts.js similarity index 100% rename from ClientApp/node_modules/@rspack/plugin-react-refresh/dist/sockets/utils/getSocketUrlParts.js rename to apps/angular/node_modules/@rspack/plugin-react-refresh/dist/sockets/utils/getSocketUrlParts.js diff --git a/ClientApp/node_modules/@rspack/plugin-react-refresh/dist/sockets/utils/getUrlFromParts.d.ts b/apps/angular/node_modules/@rspack/plugin-react-refresh/dist/sockets/utils/getUrlFromParts.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/plugin-react-refresh/dist/sockets/utils/getUrlFromParts.d.ts rename to apps/angular/node_modules/@rspack/plugin-react-refresh/dist/sockets/utils/getUrlFromParts.d.ts diff --git a/ClientApp/node_modules/@rspack/plugin-react-refresh/dist/sockets/utils/getUrlFromParts.js b/apps/angular/node_modules/@rspack/plugin-react-refresh/dist/sockets/utils/getUrlFromParts.js similarity index 100% rename from ClientApp/node_modules/@rspack/plugin-react-refresh/dist/sockets/utils/getUrlFromParts.js rename to apps/angular/node_modules/@rspack/plugin-react-refresh/dist/sockets/utils/getUrlFromParts.js diff --git a/ClientApp/node_modules/@rspack/plugin-react-refresh/dist/sockets/utils/getWDSMetadata.d.ts b/apps/angular/node_modules/@rspack/plugin-react-refresh/dist/sockets/utils/getWDSMetadata.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/plugin-react-refresh/dist/sockets/utils/getWDSMetadata.d.ts rename to apps/angular/node_modules/@rspack/plugin-react-refresh/dist/sockets/utils/getWDSMetadata.d.ts diff --git a/ClientApp/node_modules/@rspack/plugin-react-refresh/dist/sockets/utils/getWDSMetadata.js b/apps/angular/node_modules/@rspack/plugin-react-refresh/dist/sockets/utils/getWDSMetadata.js similarity index 100% rename from ClientApp/node_modules/@rspack/plugin-react-refresh/dist/sockets/utils/getWDSMetadata.js rename to apps/angular/node_modules/@rspack/plugin-react-refresh/dist/sockets/utils/getWDSMetadata.js diff --git a/ClientApp/node_modules/@rspack/plugin-react-refresh/dist/utils/getAdditionalEntries.d.ts b/apps/angular/node_modules/@rspack/plugin-react-refresh/dist/utils/getAdditionalEntries.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/plugin-react-refresh/dist/utils/getAdditionalEntries.d.ts rename to apps/angular/node_modules/@rspack/plugin-react-refresh/dist/utils/getAdditionalEntries.d.ts diff --git a/ClientApp/node_modules/@rspack/plugin-react-refresh/dist/utils/getIntegrationEntry.d.ts b/apps/angular/node_modules/@rspack/plugin-react-refresh/dist/utils/getIntegrationEntry.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/plugin-react-refresh/dist/utils/getIntegrationEntry.d.ts rename to apps/angular/node_modules/@rspack/plugin-react-refresh/dist/utils/getIntegrationEntry.d.ts diff --git a/ClientApp/node_modules/@rspack/plugin-react-refresh/dist/utils/getSocketIntegration.d.ts b/apps/angular/node_modules/@rspack/plugin-react-refresh/dist/utils/getSocketIntegration.d.ts similarity index 100% rename from ClientApp/node_modules/@rspack/plugin-react-refresh/dist/utils/getSocketIntegration.d.ts rename to apps/angular/node_modules/@rspack/plugin-react-refresh/dist/utils/getSocketIntegration.d.ts diff --git a/ClientApp/node_modules/@rspack/plugin-react-refresh/exports/index.cjs b/apps/angular/node_modules/@rspack/plugin-react-refresh/exports/index.cjs similarity index 100% rename from ClientApp/node_modules/@rspack/plugin-react-refresh/exports/index.cjs rename to apps/angular/node_modules/@rspack/plugin-react-refresh/exports/index.cjs diff --git a/ClientApp/node_modules/@rspack/plugin-react-refresh/exports/index.d.cts b/apps/angular/node_modules/@rspack/plugin-react-refresh/exports/index.d.cts similarity index 100% rename from ClientApp/node_modules/@rspack/plugin-react-refresh/exports/index.d.cts rename to apps/angular/node_modules/@rspack/plugin-react-refresh/exports/index.d.cts diff --git a/ClientApp/node_modules/@rspack/plugin-react-refresh/exports/index.d.mts b/apps/angular/node_modules/@rspack/plugin-react-refresh/exports/index.d.mts similarity index 100% rename from ClientApp/node_modules/@rspack/plugin-react-refresh/exports/index.d.mts rename to apps/angular/node_modules/@rspack/plugin-react-refresh/exports/index.d.mts diff --git a/ClientApp/node_modules/@rspack/plugin-react-refresh/exports/index.mjs b/apps/angular/node_modules/@rspack/plugin-react-refresh/exports/index.mjs similarity index 100% rename from ClientApp/node_modules/@rspack/plugin-react-refresh/exports/index.mjs rename to apps/angular/node_modules/@rspack/plugin-react-refresh/exports/index.mjs diff --git a/ClientApp/node_modules/@rspack/plugin-react-refresh/package.json b/apps/angular/node_modules/@rspack/plugin-react-refresh/package.json similarity index 100% rename from ClientApp/node_modules/@rspack/plugin-react-refresh/package.json rename to apps/angular/node_modules/@rspack/plugin-react-refresh/package.json diff --git a/ClientApp/node_modules/@sinclair/typebox/compiler/compiler.d.ts b/apps/angular/node_modules/@sinclair/typebox/compiler/compiler.d.ts similarity index 100% rename from ClientApp/node_modules/@sinclair/typebox/compiler/compiler.d.ts rename to apps/angular/node_modules/@sinclair/typebox/compiler/compiler.d.ts diff --git a/ClientApp/node_modules/@sinclair/typebox/compiler/compiler.js b/apps/angular/node_modules/@sinclair/typebox/compiler/compiler.js similarity index 100% rename from ClientApp/node_modules/@sinclair/typebox/compiler/compiler.js rename to apps/angular/node_modules/@sinclair/typebox/compiler/compiler.js diff --git a/ClientApp/node_modules/@sinclair/typebox/compiler/index.d.ts b/apps/angular/node_modules/@sinclair/typebox/compiler/index.d.ts similarity index 100% rename from ClientApp/node_modules/@sinclair/typebox/compiler/index.d.ts rename to apps/angular/node_modules/@sinclair/typebox/compiler/index.d.ts diff --git a/ClientApp/node_modules/@sinclair/typebox/compiler/index.js b/apps/angular/node_modules/@sinclair/typebox/compiler/index.js similarity index 100% rename from ClientApp/node_modules/@sinclair/typebox/compiler/index.js rename to apps/angular/node_modules/@sinclair/typebox/compiler/index.js diff --git a/ClientApp/node_modules/@sinclair/typebox/errors/errors.d.ts b/apps/angular/node_modules/@sinclair/typebox/errors/errors.d.ts similarity index 100% rename from ClientApp/node_modules/@sinclair/typebox/errors/errors.d.ts rename to apps/angular/node_modules/@sinclair/typebox/errors/errors.d.ts diff --git a/ClientApp/node_modules/@sinclair/typebox/errors/errors.js b/apps/angular/node_modules/@sinclair/typebox/errors/errors.js similarity index 100% rename from ClientApp/node_modules/@sinclair/typebox/errors/errors.js rename to apps/angular/node_modules/@sinclair/typebox/errors/errors.js diff --git a/ClientApp/node_modules/@sinclair/typebox/errors/index.d.ts b/apps/angular/node_modules/@sinclair/typebox/errors/index.d.ts similarity index 100% rename from ClientApp/node_modules/@sinclair/typebox/errors/index.d.ts rename to apps/angular/node_modules/@sinclair/typebox/errors/index.d.ts diff --git a/ClientApp/node_modules/@sinclair/typebox/errors/index.js b/apps/angular/node_modules/@sinclair/typebox/errors/index.js similarity index 100% rename from ClientApp/node_modules/@sinclair/typebox/errors/index.js rename to apps/angular/node_modules/@sinclair/typebox/errors/index.js diff --git a/ClientApp/node_modules/@sinclair/typebox/license b/apps/angular/node_modules/@sinclair/typebox/license similarity index 100% rename from ClientApp/node_modules/@sinclair/typebox/license rename to apps/angular/node_modules/@sinclair/typebox/license diff --git a/ClientApp/node_modules/@sinclair/typebox/package.json b/apps/angular/node_modules/@sinclair/typebox/package.json similarity index 100% rename from ClientApp/node_modules/@sinclair/typebox/package.json rename to apps/angular/node_modules/@sinclair/typebox/package.json diff --git a/ClientApp/node_modules/@sinclair/typebox/readme.md b/apps/angular/node_modules/@sinclair/typebox/readme.md similarity index 100% rename from ClientApp/node_modules/@sinclair/typebox/readme.md rename to apps/angular/node_modules/@sinclair/typebox/readme.md diff --git a/ClientApp/node_modules/@sinclair/typebox/system/index.d.ts b/apps/angular/node_modules/@sinclair/typebox/system/index.d.ts similarity index 100% rename from ClientApp/node_modules/@sinclair/typebox/system/index.d.ts rename to apps/angular/node_modules/@sinclair/typebox/system/index.d.ts diff --git a/ClientApp/node_modules/@sinclair/typebox/system/index.js b/apps/angular/node_modules/@sinclair/typebox/system/index.js similarity index 100% rename from ClientApp/node_modules/@sinclair/typebox/system/index.js rename to apps/angular/node_modules/@sinclair/typebox/system/index.js diff --git a/ClientApp/node_modules/@sinclair/typebox/system/system.d.ts b/apps/angular/node_modules/@sinclair/typebox/system/system.d.ts similarity index 100% rename from ClientApp/node_modules/@sinclair/typebox/system/system.d.ts rename to apps/angular/node_modules/@sinclair/typebox/system/system.d.ts diff --git a/ClientApp/node_modules/@sinclair/typebox/system/system.js b/apps/angular/node_modules/@sinclair/typebox/system/system.js similarity index 100% rename from ClientApp/node_modules/@sinclair/typebox/system/system.js rename to apps/angular/node_modules/@sinclair/typebox/system/system.js diff --git a/ClientApp/node_modules/@sinclair/typebox/typebox.d.ts b/apps/angular/node_modules/@sinclair/typebox/typebox.d.ts similarity index 100% rename from ClientApp/node_modules/@sinclair/typebox/typebox.d.ts rename to apps/angular/node_modules/@sinclair/typebox/typebox.d.ts diff --git a/ClientApp/node_modules/@sinclair/typebox/typebox.js b/apps/angular/node_modules/@sinclair/typebox/typebox.js similarity index 100% rename from ClientApp/node_modules/@sinclair/typebox/typebox.js rename to apps/angular/node_modules/@sinclair/typebox/typebox.js diff --git a/ClientApp/node_modules/@sinclair/typebox/value/cast.d.ts b/apps/angular/node_modules/@sinclair/typebox/value/cast.d.ts similarity index 100% rename from ClientApp/node_modules/@sinclair/typebox/value/cast.d.ts rename to apps/angular/node_modules/@sinclair/typebox/value/cast.d.ts diff --git a/ClientApp/node_modules/@sinclair/typebox/value/cast.js b/apps/angular/node_modules/@sinclair/typebox/value/cast.js similarity index 100% rename from ClientApp/node_modules/@sinclair/typebox/value/cast.js rename to apps/angular/node_modules/@sinclair/typebox/value/cast.js diff --git a/ClientApp/node_modules/@sinclair/typebox/value/check.d.ts b/apps/angular/node_modules/@sinclair/typebox/value/check.d.ts similarity index 100% rename from ClientApp/node_modules/@sinclair/typebox/value/check.d.ts rename to apps/angular/node_modules/@sinclair/typebox/value/check.d.ts diff --git a/ClientApp/node_modules/@sinclair/typebox/value/check.js b/apps/angular/node_modules/@sinclair/typebox/value/check.js similarity index 100% rename from ClientApp/node_modules/@sinclair/typebox/value/check.js rename to apps/angular/node_modules/@sinclair/typebox/value/check.js diff --git a/ClientApp/node_modules/@sinclair/typebox/value/clone.d.ts b/apps/angular/node_modules/@sinclair/typebox/value/clone.d.ts similarity index 100% rename from ClientApp/node_modules/@sinclair/typebox/value/clone.d.ts rename to apps/angular/node_modules/@sinclair/typebox/value/clone.d.ts diff --git a/ClientApp/node_modules/@sinclair/typebox/value/clone.js b/apps/angular/node_modules/@sinclair/typebox/value/clone.js similarity index 100% rename from ClientApp/node_modules/@sinclair/typebox/value/clone.js rename to apps/angular/node_modules/@sinclair/typebox/value/clone.js diff --git a/ClientApp/node_modules/@sinclair/typebox/value/convert.d.ts b/apps/angular/node_modules/@sinclair/typebox/value/convert.d.ts similarity index 100% rename from ClientApp/node_modules/@sinclair/typebox/value/convert.d.ts rename to apps/angular/node_modules/@sinclair/typebox/value/convert.d.ts diff --git a/ClientApp/node_modules/@sinclair/typebox/value/convert.js b/apps/angular/node_modules/@sinclair/typebox/value/convert.js similarity index 100% rename from ClientApp/node_modules/@sinclair/typebox/value/convert.js rename to apps/angular/node_modules/@sinclair/typebox/value/convert.js diff --git a/ClientApp/node_modules/@sinclair/typebox/value/create.d.ts b/apps/angular/node_modules/@sinclair/typebox/value/create.d.ts similarity index 100% rename from ClientApp/node_modules/@sinclair/typebox/value/create.d.ts rename to apps/angular/node_modules/@sinclair/typebox/value/create.d.ts diff --git a/ClientApp/node_modules/@sinclair/typebox/value/create.js b/apps/angular/node_modules/@sinclair/typebox/value/create.js similarity index 100% rename from ClientApp/node_modules/@sinclair/typebox/value/create.js rename to apps/angular/node_modules/@sinclair/typebox/value/create.js diff --git a/ClientApp/node_modules/@sinclair/typebox/value/delta.d.ts b/apps/angular/node_modules/@sinclair/typebox/value/delta.d.ts similarity index 100% rename from ClientApp/node_modules/@sinclair/typebox/value/delta.d.ts rename to apps/angular/node_modules/@sinclair/typebox/value/delta.d.ts diff --git a/ClientApp/node_modules/@sinclair/typebox/value/delta.js b/apps/angular/node_modules/@sinclair/typebox/value/delta.js similarity index 100% rename from ClientApp/node_modules/@sinclair/typebox/value/delta.js rename to apps/angular/node_modules/@sinclair/typebox/value/delta.js diff --git a/ClientApp/node_modules/@sinclair/typebox/value/equal.d.ts b/apps/angular/node_modules/@sinclair/typebox/value/equal.d.ts similarity index 100% rename from ClientApp/node_modules/@sinclair/typebox/value/equal.d.ts rename to apps/angular/node_modules/@sinclair/typebox/value/equal.d.ts diff --git a/ClientApp/node_modules/@sinclair/typebox/value/equal.js b/apps/angular/node_modules/@sinclair/typebox/value/equal.js similarity index 100% rename from ClientApp/node_modules/@sinclair/typebox/value/equal.js rename to apps/angular/node_modules/@sinclair/typebox/value/equal.js diff --git a/ClientApp/node_modules/@sinclair/typebox/value/hash.d.ts b/apps/angular/node_modules/@sinclair/typebox/value/hash.d.ts similarity index 100% rename from ClientApp/node_modules/@sinclair/typebox/value/hash.d.ts rename to apps/angular/node_modules/@sinclair/typebox/value/hash.d.ts diff --git a/ClientApp/node_modules/@sinclair/typebox/value/hash.js b/apps/angular/node_modules/@sinclair/typebox/value/hash.js similarity index 100% rename from ClientApp/node_modules/@sinclair/typebox/value/hash.js rename to apps/angular/node_modules/@sinclair/typebox/value/hash.js diff --git a/ClientApp/node_modules/@sinclair/typebox/value/index.d.ts b/apps/angular/node_modules/@sinclair/typebox/value/index.d.ts similarity index 100% rename from ClientApp/node_modules/@sinclair/typebox/value/index.d.ts rename to apps/angular/node_modules/@sinclair/typebox/value/index.d.ts diff --git a/ClientApp/node_modules/@sinclair/typebox/value/index.js b/apps/angular/node_modules/@sinclair/typebox/value/index.js similarity index 100% rename from ClientApp/node_modules/@sinclair/typebox/value/index.js rename to apps/angular/node_modules/@sinclair/typebox/value/index.js diff --git a/ClientApp/node_modules/@sinclair/typebox/value/is.d.ts b/apps/angular/node_modules/@sinclair/typebox/value/is.d.ts similarity index 100% rename from ClientApp/node_modules/@sinclair/typebox/value/is.d.ts rename to apps/angular/node_modules/@sinclair/typebox/value/is.d.ts diff --git a/ClientApp/node_modules/@sinclair/typebox/value/is.js b/apps/angular/node_modules/@sinclair/typebox/value/is.js similarity index 100% rename from ClientApp/node_modules/@sinclair/typebox/value/is.js rename to apps/angular/node_modules/@sinclair/typebox/value/is.js diff --git a/ClientApp/node_modules/@sinclair/typebox/value/mutate.d.ts b/apps/angular/node_modules/@sinclair/typebox/value/mutate.d.ts similarity index 100% rename from ClientApp/node_modules/@sinclair/typebox/value/mutate.d.ts rename to apps/angular/node_modules/@sinclair/typebox/value/mutate.d.ts diff --git a/ClientApp/node_modules/@sinclair/typebox/value/mutate.js b/apps/angular/node_modules/@sinclair/typebox/value/mutate.js similarity index 100% rename from ClientApp/node_modules/@sinclair/typebox/value/mutate.js rename to apps/angular/node_modules/@sinclair/typebox/value/mutate.js diff --git a/ClientApp/node_modules/@sinclair/typebox/value/pointer.d.ts b/apps/angular/node_modules/@sinclair/typebox/value/pointer.d.ts similarity index 100% rename from ClientApp/node_modules/@sinclair/typebox/value/pointer.d.ts rename to apps/angular/node_modules/@sinclair/typebox/value/pointer.d.ts diff --git a/ClientApp/node_modules/@sinclair/typebox/value/pointer.js b/apps/angular/node_modules/@sinclair/typebox/value/pointer.js similarity index 100% rename from ClientApp/node_modules/@sinclair/typebox/value/pointer.js rename to apps/angular/node_modules/@sinclair/typebox/value/pointer.js diff --git a/ClientApp/node_modules/@sinclair/typebox/value/value.d.ts b/apps/angular/node_modules/@sinclair/typebox/value/value.d.ts similarity index 100% rename from ClientApp/node_modules/@sinclair/typebox/value/value.d.ts rename to apps/angular/node_modules/@sinclair/typebox/value/value.d.ts diff --git a/ClientApp/node_modules/@sinclair/typebox/value/value.js b/apps/angular/node_modules/@sinclair/typebox/value/value.js similarity index 100% rename from ClientApp/node_modules/@sinclair/typebox/value/value.js rename to apps/angular/node_modules/@sinclair/typebox/value/value.js diff --git a/ClientApp/node_modules/@storybook/global/LICENSE b/apps/angular/node_modules/@storybook/global/LICENSE similarity index 100% rename from ClientApp/node_modules/@storybook/global/LICENSE rename to apps/angular/node_modules/@storybook/global/LICENSE diff --git a/ClientApp/node_modules/@storybook/global/README.md b/apps/angular/node_modules/@storybook/global/README.md similarity index 100% rename from ClientApp/node_modules/@storybook/global/README.md rename to apps/angular/node_modules/@storybook/global/README.md diff --git a/ClientApp/node_modules/@storybook/global/dist/index.d.ts b/apps/angular/node_modules/@storybook/global/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/@storybook/global/dist/index.d.ts rename to apps/angular/node_modules/@storybook/global/dist/index.d.ts diff --git a/ClientApp/node_modules/@storybook/global/dist/index.js b/apps/angular/node_modules/@storybook/global/dist/index.js similarity index 100% rename from ClientApp/node_modules/@storybook/global/dist/index.js rename to apps/angular/node_modules/@storybook/global/dist/index.js diff --git a/ClientApp/node_modules/@storybook/global/dist/index.mjs b/apps/angular/node_modules/@storybook/global/dist/index.mjs similarity index 100% rename from ClientApp/node_modules/@storybook/global/dist/index.mjs rename to apps/angular/node_modules/@storybook/global/dist/index.mjs diff --git a/ClientApp/node_modules/@storybook/global/package.json b/apps/angular/node_modules/@storybook/global/package.json similarity index 100% rename from ClientApp/node_modules/@storybook/global/package.json rename to apps/angular/node_modules/@storybook/global/package.json diff --git a/ClientApp/node_modules/@storybook/icons/LICENSE.md b/apps/angular/node_modules/@storybook/icons/LICENSE.md similarity index 100% rename from ClientApp/node_modules/@storybook/icons/LICENSE.md rename to apps/angular/node_modules/@storybook/icons/LICENSE.md diff --git a/ClientApp/node_modules/@storybook/icons/README.md b/apps/angular/node_modules/@storybook/icons/README.md similarity index 100% rename from ClientApp/node_modules/@storybook/icons/README.md rename to apps/angular/node_modules/@storybook/icons/README.md diff --git a/ClientApp/node_modules/@storybook/icons/dist/index.d.ts b/apps/angular/node_modules/@storybook/icons/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/@storybook/icons/dist/index.d.ts rename to apps/angular/node_modules/@storybook/icons/dist/index.d.ts diff --git a/ClientApp/node_modules/@storybook/icons/dist/index.js b/apps/angular/node_modules/@storybook/icons/dist/index.js similarity index 100% rename from ClientApp/node_modules/@storybook/icons/dist/index.js rename to apps/angular/node_modules/@storybook/icons/dist/index.js diff --git a/ClientApp/node_modules/@storybook/icons/dist/public/cover.jpg b/apps/angular/node_modules/@storybook/icons/dist/public/cover.jpg similarity index 100% rename from ClientApp/node_modules/@storybook/icons/dist/public/cover.jpg rename to apps/angular/node_modules/@storybook/icons/dist/public/cover.jpg diff --git a/ClientApp/node_modules/@storybook/icons/dist/public/logo.png b/apps/angular/node_modules/@storybook/icons/dist/public/logo.png similarity index 100% rename from ClientApp/node_modules/@storybook/icons/dist/public/logo.png rename to apps/angular/node_modules/@storybook/icons/dist/public/logo.png diff --git a/ClientApp/node_modules/@storybook/icons/package.json b/apps/angular/node_modules/@storybook/icons/package.json similarity index 100% rename from ClientApp/node_modules/@storybook/icons/package.json rename to apps/angular/node_modules/@storybook/icons/package.json diff --git a/ClientApp/node_modules/@swc/helpers/LICENSE b/apps/angular/node_modules/@swc/helpers/LICENSE similarity index 100% rename from ClientApp/node_modules/@swc/helpers/LICENSE rename to apps/angular/node_modules/@swc/helpers/LICENSE diff --git a/ClientApp/node_modules/@swc/helpers/_/_apply_decorated_descriptor/package.json b/apps/angular/node_modules/@swc/helpers/_/_apply_decorated_descriptor/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_apply_decorated_descriptor/package.json rename to apps/angular/node_modules/@swc/helpers/_/_apply_decorated_descriptor/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_apply_decs_2203_r/package.json b/apps/angular/node_modules/@swc/helpers/_/_apply_decs_2203_r/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_apply_decs_2203_r/package.json rename to apps/angular/node_modules/@swc/helpers/_/_apply_decs_2203_r/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_apply_decs_2311/package.json b/apps/angular/node_modules/@swc/helpers/_/_apply_decs_2311/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_apply_decs_2311/package.json rename to apps/angular/node_modules/@swc/helpers/_/_apply_decs_2311/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_array_like_to_array/package.json b/apps/angular/node_modules/@swc/helpers/_/_array_like_to_array/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_array_like_to_array/package.json rename to apps/angular/node_modules/@swc/helpers/_/_array_like_to_array/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_array_with_holes/package.json b/apps/angular/node_modules/@swc/helpers/_/_array_with_holes/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_array_with_holes/package.json rename to apps/angular/node_modules/@swc/helpers/_/_array_with_holes/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_array_without_holes/package.json b/apps/angular/node_modules/@swc/helpers/_/_array_without_holes/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_array_without_holes/package.json rename to apps/angular/node_modules/@swc/helpers/_/_array_without_holes/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_assert_this_initialized/package.json b/apps/angular/node_modules/@swc/helpers/_/_assert_this_initialized/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_assert_this_initialized/package.json rename to apps/angular/node_modules/@swc/helpers/_/_assert_this_initialized/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_async_generator/package.json b/apps/angular/node_modules/@swc/helpers/_/_async_generator/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_async_generator/package.json rename to apps/angular/node_modules/@swc/helpers/_/_async_generator/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_async_generator_delegate/package.json b/apps/angular/node_modules/@swc/helpers/_/_async_generator_delegate/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_async_generator_delegate/package.json rename to apps/angular/node_modules/@swc/helpers/_/_async_generator_delegate/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_async_iterator/package.json b/apps/angular/node_modules/@swc/helpers/_/_async_iterator/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_async_iterator/package.json rename to apps/angular/node_modules/@swc/helpers/_/_async_iterator/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_async_to_generator/package.json b/apps/angular/node_modules/@swc/helpers/_/_async_to_generator/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_async_to_generator/package.json rename to apps/angular/node_modules/@swc/helpers/_/_async_to_generator/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_await_async_generator/package.json b/apps/angular/node_modules/@swc/helpers/_/_await_async_generator/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_await_async_generator/package.json rename to apps/angular/node_modules/@swc/helpers/_/_await_async_generator/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_await_value/package.json b/apps/angular/node_modules/@swc/helpers/_/_await_value/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_await_value/package.json rename to apps/angular/node_modules/@swc/helpers/_/_await_value/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_call_super/package.json b/apps/angular/node_modules/@swc/helpers/_/_call_super/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_call_super/package.json rename to apps/angular/node_modules/@swc/helpers/_/_call_super/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_check_private_redeclaration/package.json b/apps/angular/node_modules/@swc/helpers/_/_check_private_redeclaration/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_check_private_redeclaration/package.json rename to apps/angular/node_modules/@swc/helpers/_/_check_private_redeclaration/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_class_apply_descriptor_destructure/package.json b/apps/angular/node_modules/@swc/helpers/_/_class_apply_descriptor_destructure/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_class_apply_descriptor_destructure/package.json rename to apps/angular/node_modules/@swc/helpers/_/_class_apply_descriptor_destructure/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_class_apply_descriptor_get/package.json b/apps/angular/node_modules/@swc/helpers/_/_class_apply_descriptor_get/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_class_apply_descriptor_get/package.json rename to apps/angular/node_modules/@swc/helpers/_/_class_apply_descriptor_get/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_class_apply_descriptor_set/package.json b/apps/angular/node_modules/@swc/helpers/_/_class_apply_descriptor_set/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_class_apply_descriptor_set/package.json rename to apps/angular/node_modules/@swc/helpers/_/_class_apply_descriptor_set/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_class_apply_descriptor_update/package.json b/apps/angular/node_modules/@swc/helpers/_/_class_apply_descriptor_update/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_class_apply_descriptor_update/package.json rename to apps/angular/node_modules/@swc/helpers/_/_class_apply_descriptor_update/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_class_call_check/package.json b/apps/angular/node_modules/@swc/helpers/_/_class_call_check/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_class_call_check/package.json rename to apps/angular/node_modules/@swc/helpers/_/_class_call_check/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_class_check_private_static_access/package.json b/apps/angular/node_modules/@swc/helpers/_/_class_check_private_static_access/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_class_check_private_static_access/package.json rename to apps/angular/node_modules/@swc/helpers/_/_class_check_private_static_access/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_class_check_private_static_field_descriptor/package.json b/apps/angular/node_modules/@swc/helpers/_/_class_check_private_static_field_descriptor/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_class_check_private_static_field_descriptor/package.json rename to apps/angular/node_modules/@swc/helpers/_/_class_check_private_static_field_descriptor/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_class_extract_field_descriptor/package.json b/apps/angular/node_modules/@swc/helpers/_/_class_extract_field_descriptor/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_class_extract_field_descriptor/package.json rename to apps/angular/node_modules/@swc/helpers/_/_class_extract_field_descriptor/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_class_name_tdz_error/package.json b/apps/angular/node_modules/@swc/helpers/_/_class_name_tdz_error/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_class_name_tdz_error/package.json rename to apps/angular/node_modules/@swc/helpers/_/_class_name_tdz_error/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_class_private_field_destructure/package.json b/apps/angular/node_modules/@swc/helpers/_/_class_private_field_destructure/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_class_private_field_destructure/package.json rename to apps/angular/node_modules/@swc/helpers/_/_class_private_field_destructure/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_class_private_field_get/package.json b/apps/angular/node_modules/@swc/helpers/_/_class_private_field_get/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_class_private_field_get/package.json rename to apps/angular/node_modules/@swc/helpers/_/_class_private_field_get/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_class_private_field_init/package.json b/apps/angular/node_modules/@swc/helpers/_/_class_private_field_init/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_class_private_field_init/package.json rename to apps/angular/node_modules/@swc/helpers/_/_class_private_field_init/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_class_private_field_loose_base/package.json b/apps/angular/node_modules/@swc/helpers/_/_class_private_field_loose_base/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_class_private_field_loose_base/package.json rename to apps/angular/node_modules/@swc/helpers/_/_class_private_field_loose_base/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_class_private_field_loose_key/package.json b/apps/angular/node_modules/@swc/helpers/_/_class_private_field_loose_key/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_class_private_field_loose_key/package.json rename to apps/angular/node_modules/@swc/helpers/_/_class_private_field_loose_key/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_class_private_field_set/package.json b/apps/angular/node_modules/@swc/helpers/_/_class_private_field_set/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_class_private_field_set/package.json rename to apps/angular/node_modules/@swc/helpers/_/_class_private_field_set/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_class_private_field_update/package.json b/apps/angular/node_modules/@swc/helpers/_/_class_private_field_update/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_class_private_field_update/package.json rename to apps/angular/node_modules/@swc/helpers/_/_class_private_field_update/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_class_private_method_get/package.json b/apps/angular/node_modules/@swc/helpers/_/_class_private_method_get/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_class_private_method_get/package.json rename to apps/angular/node_modules/@swc/helpers/_/_class_private_method_get/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_class_private_method_init/package.json b/apps/angular/node_modules/@swc/helpers/_/_class_private_method_init/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_class_private_method_init/package.json rename to apps/angular/node_modules/@swc/helpers/_/_class_private_method_init/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_class_private_method_set/package.json b/apps/angular/node_modules/@swc/helpers/_/_class_private_method_set/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_class_private_method_set/package.json rename to apps/angular/node_modules/@swc/helpers/_/_class_private_method_set/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_class_static_private_field_destructure/package.json b/apps/angular/node_modules/@swc/helpers/_/_class_static_private_field_destructure/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_class_static_private_field_destructure/package.json rename to apps/angular/node_modules/@swc/helpers/_/_class_static_private_field_destructure/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_class_static_private_field_spec_get/package.json b/apps/angular/node_modules/@swc/helpers/_/_class_static_private_field_spec_get/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_class_static_private_field_spec_get/package.json rename to apps/angular/node_modules/@swc/helpers/_/_class_static_private_field_spec_get/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_class_static_private_field_spec_set/package.json b/apps/angular/node_modules/@swc/helpers/_/_class_static_private_field_spec_set/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_class_static_private_field_spec_set/package.json rename to apps/angular/node_modules/@swc/helpers/_/_class_static_private_field_spec_set/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_class_static_private_field_update/package.json b/apps/angular/node_modules/@swc/helpers/_/_class_static_private_field_update/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_class_static_private_field_update/package.json rename to apps/angular/node_modules/@swc/helpers/_/_class_static_private_field_update/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_class_static_private_method_get/package.json b/apps/angular/node_modules/@swc/helpers/_/_class_static_private_method_get/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_class_static_private_method_get/package.json rename to apps/angular/node_modules/@swc/helpers/_/_class_static_private_method_get/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_construct/package.json b/apps/angular/node_modules/@swc/helpers/_/_construct/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_construct/package.json rename to apps/angular/node_modules/@swc/helpers/_/_construct/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_create_class/package.json b/apps/angular/node_modules/@swc/helpers/_/_create_class/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_create_class/package.json rename to apps/angular/node_modules/@swc/helpers/_/_create_class/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_create_for_of_iterator_helper_loose/package.json b/apps/angular/node_modules/@swc/helpers/_/_create_for_of_iterator_helper_loose/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_create_for_of_iterator_helper_loose/package.json rename to apps/angular/node_modules/@swc/helpers/_/_create_for_of_iterator_helper_loose/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_create_super/package.json b/apps/angular/node_modules/@swc/helpers/_/_create_super/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_create_super/package.json rename to apps/angular/node_modules/@swc/helpers/_/_create_super/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_decorate/package.json b/apps/angular/node_modules/@swc/helpers/_/_decorate/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_decorate/package.json rename to apps/angular/node_modules/@swc/helpers/_/_decorate/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_defaults/package.json b/apps/angular/node_modules/@swc/helpers/_/_defaults/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_defaults/package.json rename to apps/angular/node_modules/@swc/helpers/_/_defaults/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_define_enumerable_properties/package.json b/apps/angular/node_modules/@swc/helpers/_/_define_enumerable_properties/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_define_enumerable_properties/package.json rename to apps/angular/node_modules/@swc/helpers/_/_define_enumerable_properties/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_define_property/package.json b/apps/angular/node_modules/@swc/helpers/_/_define_property/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_define_property/package.json rename to apps/angular/node_modules/@swc/helpers/_/_define_property/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_dispose/package.json b/apps/angular/node_modules/@swc/helpers/_/_dispose/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_dispose/package.json rename to apps/angular/node_modules/@swc/helpers/_/_dispose/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_export_star/package.json b/apps/angular/node_modules/@swc/helpers/_/_export_star/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_export_star/package.json rename to apps/angular/node_modules/@swc/helpers/_/_export_star/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_extends/package.json b/apps/angular/node_modules/@swc/helpers/_/_extends/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_extends/package.json rename to apps/angular/node_modules/@swc/helpers/_/_extends/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_get/package.json b/apps/angular/node_modules/@swc/helpers/_/_get/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_get/package.json rename to apps/angular/node_modules/@swc/helpers/_/_get/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_get_prototype_of/package.json b/apps/angular/node_modules/@swc/helpers/_/_get_prototype_of/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_get_prototype_of/package.json rename to apps/angular/node_modules/@swc/helpers/_/_get_prototype_of/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_identity/package.json b/apps/angular/node_modules/@swc/helpers/_/_identity/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_identity/package.json rename to apps/angular/node_modules/@swc/helpers/_/_identity/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_inherits/package.json b/apps/angular/node_modules/@swc/helpers/_/_inherits/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_inherits/package.json rename to apps/angular/node_modules/@swc/helpers/_/_inherits/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_inherits_loose/package.json b/apps/angular/node_modules/@swc/helpers/_/_inherits_loose/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_inherits_loose/package.json rename to apps/angular/node_modules/@swc/helpers/_/_inherits_loose/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_initializer_define_property/package.json b/apps/angular/node_modules/@swc/helpers/_/_initializer_define_property/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_initializer_define_property/package.json rename to apps/angular/node_modules/@swc/helpers/_/_initializer_define_property/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_initializer_warning_helper/package.json b/apps/angular/node_modules/@swc/helpers/_/_initializer_warning_helper/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_initializer_warning_helper/package.json rename to apps/angular/node_modules/@swc/helpers/_/_initializer_warning_helper/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_instanceof/package.json b/apps/angular/node_modules/@swc/helpers/_/_instanceof/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_instanceof/package.json rename to apps/angular/node_modules/@swc/helpers/_/_instanceof/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_interop_require_default/package.json b/apps/angular/node_modules/@swc/helpers/_/_interop_require_default/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_interop_require_default/package.json rename to apps/angular/node_modules/@swc/helpers/_/_interop_require_default/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_interop_require_wildcard/package.json b/apps/angular/node_modules/@swc/helpers/_/_interop_require_wildcard/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_interop_require_wildcard/package.json rename to apps/angular/node_modules/@swc/helpers/_/_interop_require_wildcard/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_is_native_function/package.json b/apps/angular/node_modules/@swc/helpers/_/_is_native_function/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_is_native_function/package.json rename to apps/angular/node_modules/@swc/helpers/_/_is_native_function/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_is_native_reflect_construct/package.json b/apps/angular/node_modules/@swc/helpers/_/_is_native_reflect_construct/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_is_native_reflect_construct/package.json rename to apps/angular/node_modules/@swc/helpers/_/_is_native_reflect_construct/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_iterable_to_array/package.json b/apps/angular/node_modules/@swc/helpers/_/_iterable_to_array/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_iterable_to_array/package.json rename to apps/angular/node_modules/@swc/helpers/_/_iterable_to_array/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_iterable_to_array_limit/package.json b/apps/angular/node_modules/@swc/helpers/_/_iterable_to_array_limit/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_iterable_to_array_limit/package.json rename to apps/angular/node_modules/@swc/helpers/_/_iterable_to_array_limit/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_iterable_to_array_limit_loose/package.json b/apps/angular/node_modules/@swc/helpers/_/_iterable_to_array_limit_loose/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_iterable_to_array_limit_loose/package.json rename to apps/angular/node_modules/@swc/helpers/_/_iterable_to_array_limit_loose/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_jsx/package.json b/apps/angular/node_modules/@swc/helpers/_/_jsx/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_jsx/package.json rename to apps/angular/node_modules/@swc/helpers/_/_jsx/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_new_arrow_check/package.json b/apps/angular/node_modules/@swc/helpers/_/_new_arrow_check/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_new_arrow_check/package.json rename to apps/angular/node_modules/@swc/helpers/_/_new_arrow_check/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_non_iterable_rest/package.json b/apps/angular/node_modules/@swc/helpers/_/_non_iterable_rest/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_non_iterable_rest/package.json rename to apps/angular/node_modules/@swc/helpers/_/_non_iterable_rest/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_non_iterable_spread/package.json b/apps/angular/node_modules/@swc/helpers/_/_non_iterable_spread/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_non_iterable_spread/package.json rename to apps/angular/node_modules/@swc/helpers/_/_non_iterable_spread/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_object_destructuring_empty/package.json b/apps/angular/node_modules/@swc/helpers/_/_object_destructuring_empty/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_object_destructuring_empty/package.json rename to apps/angular/node_modules/@swc/helpers/_/_object_destructuring_empty/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_object_spread/package.json b/apps/angular/node_modules/@swc/helpers/_/_object_spread/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_object_spread/package.json rename to apps/angular/node_modules/@swc/helpers/_/_object_spread/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_object_spread_props/package.json b/apps/angular/node_modules/@swc/helpers/_/_object_spread_props/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_object_spread_props/package.json rename to apps/angular/node_modules/@swc/helpers/_/_object_spread_props/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_object_without_properties/package.json b/apps/angular/node_modules/@swc/helpers/_/_object_without_properties/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_object_without_properties/package.json rename to apps/angular/node_modules/@swc/helpers/_/_object_without_properties/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_object_without_properties_loose/package.json b/apps/angular/node_modules/@swc/helpers/_/_object_without_properties_loose/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_object_without_properties_loose/package.json rename to apps/angular/node_modules/@swc/helpers/_/_object_without_properties_loose/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_overload_yield/package.json b/apps/angular/node_modules/@swc/helpers/_/_overload_yield/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_overload_yield/package.json rename to apps/angular/node_modules/@swc/helpers/_/_overload_yield/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_possible_constructor_return/package.json b/apps/angular/node_modules/@swc/helpers/_/_possible_constructor_return/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_possible_constructor_return/package.json rename to apps/angular/node_modules/@swc/helpers/_/_possible_constructor_return/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_read_only_error/package.json b/apps/angular/node_modules/@swc/helpers/_/_read_only_error/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_read_only_error/package.json rename to apps/angular/node_modules/@swc/helpers/_/_read_only_error/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_set/package.json b/apps/angular/node_modules/@swc/helpers/_/_set/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_set/package.json rename to apps/angular/node_modules/@swc/helpers/_/_set/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_set_prototype_of/package.json b/apps/angular/node_modules/@swc/helpers/_/_set_prototype_of/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_set_prototype_of/package.json rename to apps/angular/node_modules/@swc/helpers/_/_set_prototype_of/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_skip_first_generator_next/package.json b/apps/angular/node_modules/@swc/helpers/_/_skip_first_generator_next/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_skip_first_generator_next/package.json rename to apps/angular/node_modules/@swc/helpers/_/_skip_first_generator_next/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_sliced_to_array/package.json b/apps/angular/node_modules/@swc/helpers/_/_sliced_to_array/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_sliced_to_array/package.json rename to apps/angular/node_modules/@swc/helpers/_/_sliced_to_array/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_sliced_to_array_loose/package.json b/apps/angular/node_modules/@swc/helpers/_/_sliced_to_array_loose/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_sliced_to_array_loose/package.json rename to apps/angular/node_modules/@swc/helpers/_/_sliced_to_array_loose/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_super_prop_base/package.json b/apps/angular/node_modules/@swc/helpers/_/_super_prop_base/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_super_prop_base/package.json rename to apps/angular/node_modules/@swc/helpers/_/_super_prop_base/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_tagged_template_literal/package.json b/apps/angular/node_modules/@swc/helpers/_/_tagged_template_literal/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_tagged_template_literal/package.json rename to apps/angular/node_modules/@swc/helpers/_/_tagged_template_literal/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_tagged_template_literal_loose/package.json b/apps/angular/node_modules/@swc/helpers/_/_tagged_template_literal_loose/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_tagged_template_literal_loose/package.json rename to apps/angular/node_modules/@swc/helpers/_/_tagged_template_literal_loose/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_throw/package.json b/apps/angular/node_modules/@swc/helpers/_/_throw/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_throw/package.json rename to apps/angular/node_modules/@swc/helpers/_/_throw/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_to_array/package.json b/apps/angular/node_modules/@swc/helpers/_/_to_array/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_to_array/package.json rename to apps/angular/node_modules/@swc/helpers/_/_to_array/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_to_consumable_array/package.json b/apps/angular/node_modules/@swc/helpers/_/_to_consumable_array/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_to_consumable_array/package.json rename to apps/angular/node_modules/@swc/helpers/_/_to_consumable_array/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_to_primitive/package.json b/apps/angular/node_modules/@swc/helpers/_/_to_primitive/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_to_primitive/package.json rename to apps/angular/node_modules/@swc/helpers/_/_to_primitive/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_to_property_key/package.json b/apps/angular/node_modules/@swc/helpers/_/_to_property_key/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_to_property_key/package.json rename to apps/angular/node_modules/@swc/helpers/_/_to_property_key/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_ts_add_disposable_resource/package.json b/apps/angular/node_modules/@swc/helpers/_/_ts_add_disposable_resource/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_ts_add_disposable_resource/package.json rename to apps/angular/node_modules/@swc/helpers/_/_ts_add_disposable_resource/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_ts_decorate/package.json b/apps/angular/node_modules/@swc/helpers/_/_ts_decorate/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_ts_decorate/package.json rename to apps/angular/node_modules/@swc/helpers/_/_ts_decorate/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_ts_dispose_resources/package.json b/apps/angular/node_modules/@swc/helpers/_/_ts_dispose_resources/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_ts_dispose_resources/package.json rename to apps/angular/node_modules/@swc/helpers/_/_ts_dispose_resources/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_ts_generator/package.json b/apps/angular/node_modules/@swc/helpers/_/_ts_generator/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_ts_generator/package.json rename to apps/angular/node_modules/@swc/helpers/_/_ts_generator/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_ts_metadata/package.json b/apps/angular/node_modules/@swc/helpers/_/_ts_metadata/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_ts_metadata/package.json rename to apps/angular/node_modules/@swc/helpers/_/_ts_metadata/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_ts_param/package.json b/apps/angular/node_modules/@swc/helpers/_/_ts_param/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_ts_param/package.json rename to apps/angular/node_modules/@swc/helpers/_/_ts_param/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_ts_rewrite_relative_import_extension/package.json b/apps/angular/node_modules/@swc/helpers/_/_ts_rewrite_relative_import_extension/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_ts_rewrite_relative_import_extension/package.json rename to apps/angular/node_modules/@swc/helpers/_/_ts_rewrite_relative_import_extension/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_ts_values/package.json b/apps/angular/node_modules/@swc/helpers/_/_ts_values/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_ts_values/package.json rename to apps/angular/node_modules/@swc/helpers/_/_ts_values/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_type_of/package.json b/apps/angular/node_modules/@swc/helpers/_/_type_of/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_type_of/package.json rename to apps/angular/node_modules/@swc/helpers/_/_type_of/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_unsupported_iterable_to_array/package.json b/apps/angular/node_modules/@swc/helpers/_/_unsupported_iterable_to_array/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_unsupported_iterable_to_array/package.json rename to apps/angular/node_modules/@swc/helpers/_/_unsupported_iterable_to_array/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_update/package.json b/apps/angular/node_modules/@swc/helpers/_/_update/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_update/package.json rename to apps/angular/node_modules/@swc/helpers/_/_update/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_using/package.json b/apps/angular/node_modules/@swc/helpers/_/_using/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_using/package.json rename to apps/angular/node_modules/@swc/helpers/_/_using/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_using_ctx/package.json b/apps/angular/node_modules/@swc/helpers/_/_using_ctx/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_using_ctx/package.json rename to apps/angular/node_modules/@swc/helpers/_/_using_ctx/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_wrap_async_generator/package.json b/apps/angular/node_modules/@swc/helpers/_/_wrap_async_generator/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_wrap_async_generator/package.json rename to apps/angular/node_modules/@swc/helpers/_/_wrap_async_generator/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_wrap_native_super/package.json b/apps/angular/node_modules/@swc/helpers/_/_wrap_native_super/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_wrap_native_super/package.json rename to apps/angular/node_modules/@swc/helpers/_/_wrap_native_super/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_wrap_reg_exp/package.json b/apps/angular/node_modules/@swc/helpers/_/_wrap_reg_exp/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_wrap_reg_exp/package.json rename to apps/angular/node_modules/@swc/helpers/_/_wrap_reg_exp/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/_write_only_error/package.json b/apps/angular/node_modules/@swc/helpers/_/_write_only_error/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/_write_only_error/package.json rename to apps/angular/node_modules/@swc/helpers/_/_write_only_error/package.json diff --git a/ClientApp/node_modules/@swc/helpers/_/index/package.json b/apps/angular/node_modules/@swc/helpers/_/index/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/_/index/package.json rename to apps/angular/node_modules/@swc/helpers/_/index/package.json diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_apply_decorated_descriptor.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_apply_decorated_descriptor.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_apply_decorated_descriptor.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_apply_decorated_descriptor.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_apply_decs_2203_r.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_apply_decs_2203_r.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_apply_decs_2203_r.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_apply_decs_2203_r.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_apply_decs_2311.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_apply_decs_2311.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_apply_decs_2311.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_apply_decs_2311.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_array_like_to_array.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_array_like_to_array.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_array_like_to_array.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_array_like_to_array.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_array_with_holes.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_array_with_holes.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_array_with_holes.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_array_with_holes.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_array_without_holes.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_array_without_holes.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_array_without_holes.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_array_without_holes.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_assert_this_initialized.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_assert_this_initialized.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_assert_this_initialized.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_assert_this_initialized.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_async_generator.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_async_generator.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_async_generator.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_async_generator.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_async_generator_delegate.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_async_generator_delegate.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_async_generator_delegate.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_async_generator_delegate.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_async_iterator.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_async_iterator.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_async_iterator.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_async_iterator.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_async_to_generator.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_async_to_generator.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_async_to_generator.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_async_to_generator.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_await_async_generator.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_await_async_generator.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_await_async_generator.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_await_async_generator.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_await_value.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_await_value.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_await_value.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_await_value.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_call_super.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_call_super.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_call_super.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_call_super.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_check_private_redeclaration.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_check_private_redeclaration.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_check_private_redeclaration.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_check_private_redeclaration.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_class_apply_descriptor_destructure.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_class_apply_descriptor_destructure.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_class_apply_descriptor_destructure.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_class_apply_descriptor_destructure.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_class_apply_descriptor_get.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_class_apply_descriptor_get.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_class_apply_descriptor_get.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_class_apply_descriptor_get.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_class_apply_descriptor_set.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_class_apply_descriptor_set.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_class_apply_descriptor_set.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_class_apply_descriptor_set.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_class_apply_descriptor_update.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_class_apply_descriptor_update.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_class_apply_descriptor_update.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_class_apply_descriptor_update.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_class_call_check.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_class_call_check.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_class_call_check.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_class_call_check.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_class_check_private_static_access.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_class_check_private_static_access.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_class_check_private_static_access.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_class_check_private_static_access.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_class_check_private_static_field_descriptor.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_class_check_private_static_field_descriptor.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_class_check_private_static_field_descriptor.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_class_check_private_static_field_descriptor.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_class_extract_field_descriptor.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_class_extract_field_descriptor.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_class_extract_field_descriptor.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_class_extract_field_descriptor.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_class_name_tdz_error.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_class_name_tdz_error.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_class_name_tdz_error.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_class_name_tdz_error.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_class_private_field_destructure.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_class_private_field_destructure.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_class_private_field_destructure.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_class_private_field_destructure.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_class_private_field_get.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_class_private_field_get.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_class_private_field_get.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_class_private_field_get.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_class_private_field_init.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_class_private_field_init.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_class_private_field_init.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_class_private_field_init.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_class_private_field_loose_base.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_class_private_field_loose_base.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_class_private_field_loose_base.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_class_private_field_loose_base.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_class_private_field_loose_key.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_class_private_field_loose_key.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_class_private_field_loose_key.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_class_private_field_loose_key.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_class_private_field_set.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_class_private_field_set.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_class_private_field_set.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_class_private_field_set.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_class_private_field_update.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_class_private_field_update.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_class_private_field_update.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_class_private_field_update.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_class_private_method_get.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_class_private_method_get.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_class_private_method_get.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_class_private_method_get.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_class_private_method_init.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_class_private_method_init.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_class_private_method_init.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_class_private_method_init.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_class_private_method_set.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_class_private_method_set.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_class_private_method_set.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_class_private_method_set.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_class_static_private_field_destructure.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_class_static_private_field_destructure.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_class_static_private_field_destructure.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_class_static_private_field_destructure.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_class_static_private_field_spec_get.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_class_static_private_field_spec_get.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_class_static_private_field_spec_get.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_class_static_private_field_spec_get.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_class_static_private_field_spec_set.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_class_static_private_field_spec_set.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_class_static_private_field_spec_set.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_class_static_private_field_spec_set.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_class_static_private_field_update.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_class_static_private_field_update.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_class_static_private_field_update.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_class_static_private_field_update.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_class_static_private_method_get.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_class_static_private_method_get.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_class_static_private_method_get.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_class_static_private_method_get.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_construct.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_construct.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_construct.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_construct.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_create_class.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_create_class.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_create_class.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_create_class.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_create_for_of_iterator_helper_loose.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_create_for_of_iterator_helper_loose.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_create_for_of_iterator_helper_loose.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_create_for_of_iterator_helper_loose.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_create_super.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_create_super.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_create_super.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_create_super.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_decorate.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_decorate.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_decorate.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_decorate.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_defaults.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_defaults.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_defaults.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_defaults.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_define_enumerable_properties.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_define_enumerable_properties.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_define_enumerable_properties.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_define_enumerable_properties.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_define_property.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_define_property.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_define_property.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_define_property.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_dispose.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_dispose.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_dispose.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_dispose.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_export_star.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_export_star.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_export_star.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_export_star.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_extends.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_extends.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_extends.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_extends.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_get.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_get.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_get.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_get.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_get_prototype_of.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_get_prototype_of.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_get_prototype_of.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_get_prototype_of.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_identity.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_identity.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_identity.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_identity.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_inherits.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_inherits.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_inherits.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_inherits.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_inherits_loose.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_inherits_loose.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_inherits_loose.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_inherits_loose.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_initializer_define_property.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_initializer_define_property.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_initializer_define_property.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_initializer_define_property.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_initializer_warning_helper.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_initializer_warning_helper.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_initializer_warning_helper.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_initializer_warning_helper.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_instanceof.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_instanceof.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_instanceof.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_instanceof.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_interop_require_default.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_interop_require_default.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_interop_require_default.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_interop_require_default.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_is_native_function.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_is_native_function.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_is_native_function.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_is_native_function.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_is_native_reflect_construct.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_is_native_reflect_construct.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_is_native_reflect_construct.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_is_native_reflect_construct.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_iterable_to_array.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_iterable_to_array.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_iterable_to_array.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_iterable_to_array.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_iterable_to_array_limit.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_iterable_to_array_limit.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_iterable_to_array_limit.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_iterable_to_array_limit.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_iterable_to_array_limit_loose.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_iterable_to_array_limit_loose.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_iterable_to_array_limit_loose.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_iterable_to_array_limit_loose.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_jsx.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_jsx.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_jsx.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_jsx.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_new_arrow_check.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_new_arrow_check.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_new_arrow_check.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_new_arrow_check.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_non_iterable_rest.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_non_iterable_rest.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_non_iterable_rest.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_non_iterable_rest.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_non_iterable_spread.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_non_iterable_spread.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_non_iterable_spread.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_non_iterable_spread.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_object_destructuring_empty.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_object_destructuring_empty.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_object_destructuring_empty.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_object_destructuring_empty.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_object_spread.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_object_spread.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_object_spread.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_object_spread.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_object_spread_props.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_object_spread_props.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_object_spread_props.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_object_spread_props.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_object_without_properties.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_object_without_properties.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_object_without_properties.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_object_without_properties.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_object_without_properties_loose.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_object_without_properties_loose.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_object_without_properties_loose.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_object_without_properties_loose.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_overload_yield.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_overload_yield.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_overload_yield.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_overload_yield.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_possible_constructor_return.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_possible_constructor_return.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_possible_constructor_return.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_possible_constructor_return.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_read_only_error.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_read_only_error.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_read_only_error.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_read_only_error.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_set.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_set.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_set.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_set.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_set_prototype_of.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_set_prototype_of.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_set_prototype_of.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_set_prototype_of.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_skip_first_generator_next.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_skip_first_generator_next.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_skip_first_generator_next.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_skip_first_generator_next.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_sliced_to_array.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_sliced_to_array.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_sliced_to_array.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_sliced_to_array.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_sliced_to_array_loose.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_sliced_to_array_loose.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_sliced_to_array_loose.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_sliced_to_array_loose.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_super_prop_base.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_super_prop_base.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_super_prop_base.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_super_prop_base.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_tagged_template_literal.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_tagged_template_literal.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_tagged_template_literal.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_tagged_template_literal.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_tagged_template_literal_loose.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_tagged_template_literal_loose.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_tagged_template_literal_loose.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_tagged_template_literal_loose.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_throw.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_throw.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_throw.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_throw.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_to_array.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_to_array.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_to_array.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_to_array.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_to_consumable_array.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_to_consumable_array.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_to_consumable_array.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_to_consumable_array.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_to_primitive.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_to_primitive.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_to_primitive.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_to_primitive.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_to_property_key.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_to_property_key.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_to_property_key.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_to_property_key.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_ts_add_disposable_resource.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_ts_add_disposable_resource.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_ts_add_disposable_resource.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_ts_add_disposable_resource.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_ts_decorate.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_ts_decorate.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_ts_decorate.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_ts_decorate.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_ts_dispose_resources.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_ts_dispose_resources.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_ts_dispose_resources.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_ts_dispose_resources.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_ts_generator.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_ts_generator.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_ts_generator.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_ts_generator.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_ts_metadata.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_ts_metadata.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_ts_metadata.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_ts_metadata.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_ts_param.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_ts_param.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_ts_param.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_ts_param.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_ts_rewrite_relative_import_extension.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_ts_rewrite_relative_import_extension.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_ts_rewrite_relative_import_extension.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_ts_rewrite_relative_import_extension.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_ts_values.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_ts_values.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_ts_values.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_ts_values.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_type_of.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_type_of.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_type_of.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_type_of.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_unsupported_iterable_to_array.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_unsupported_iterable_to_array.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_unsupported_iterable_to_array.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_unsupported_iterable_to_array.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_update.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_update.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_update.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_update.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_using.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_using.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_using.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_using.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_using_ctx.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_using_ctx.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_using_ctx.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_using_ctx.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_wrap_async_generator.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_wrap_async_generator.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_wrap_async_generator.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_wrap_async_generator.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_wrap_native_super.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_wrap_native_super.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_wrap_native_super.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_wrap_native_super.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_wrap_reg_exp.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_wrap_reg_exp.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_wrap_reg_exp.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_wrap_reg_exp.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/_write_only_error.cjs b/apps/angular/node_modules/@swc/helpers/cjs/_write_only_error.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/_write_only_error.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/_write_only_error.cjs diff --git a/ClientApp/node_modules/@swc/helpers/cjs/index.cjs b/apps/angular/node_modules/@swc/helpers/cjs/index.cjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/cjs/index.cjs rename to apps/angular/node_modules/@swc/helpers/cjs/index.cjs diff --git a/ClientApp/node_modules/@swc/helpers/esm/_apply_decorated_descriptor.js b/apps/angular/node_modules/@swc/helpers/esm/_apply_decorated_descriptor.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_apply_decorated_descriptor.js rename to apps/angular/node_modules/@swc/helpers/esm/_apply_decorated_descriptor.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_apply_decs_2203_r.js b/apps/angular/node_modules/@swc/helpers/esm/_apply_decs_2203_r.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_apply_decs_2203_r.js rename to apps/angular/node_modules/@swc/helpers/esm/_apply_decs_2203_r.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_apply_decs_2311.js b/apps/angular/node_modules/@swc/helpers/esm/_apply_decs_2311.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_apply_decs_2311.js rename to apps/angular/node_modules/@swc/helpers/esm/_apply_decs_2311.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_array_like_to_array.js b/apps/angular/node_modules/@swc/helpers/esm/_array_like_to_array.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_array_like_to_array.js rename to apps/angular/node_modules/@swc/helpers/esm/_array_like_to_array.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_array_with_holes.js b/apps/angular/node_modules/@swc/helpers/esm/_array_with_holes.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_array_with_holes.js rename to apps/angular/node_modules/@swc/helpers/esm/_array_with_holes.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_array_without_holes.js b/apps/angular/node_modules/@swc/helpers/esm/_array_without_holes.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_array_without_holes.js rename to apps/angular/node_modules/@swc/helpers/esm/_array_without_holes.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_assert_this_initialized.js b/apps/angular/node_modules/@swc/helpers/esm/_assert_this_initialized.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_assert_this_initialized.js rename to apps/angular/node_modules/@swc/helpers/esm/_assert_this_initialized.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_async_generator.js b/apps/angular/node_modules/@swc/helpers/esm/_async_generator.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_async_generator.js rename to apps/angular/node_modules/@swc/helpers/esm/_async_generator.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_async_generator_delegate.js b/apps/angular/node_modules/@swc/helpers/esm/_async_generator_delegate.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_async_generator_delegate.js rename to apps/angular/node_modules/@swc/helpers/esm/_async_generator_delegate.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_async_iterator.js b/apps/angular/node_modules/@swc/helpers/esm/_async_iterator.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_async_iterator.js rename to apps/angular/node_modules/@swc/helpers/esm/_async_iterator.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_async_to_generator.js b/apps/angular/node_modules/@swc/helpers/esm/_async_to_generator.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_async_to_generator.js rename to apps/angular/node_modules/@swc/helpers/esm/_async_to_generator.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_await_async_generator.js b/apps/angular/node_modules/@swc/helpers/esm/_await_async_generator.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_await_async_generator.js rename to apps/angular/node_modules/@swc/helpers/esm/_await_async_generator.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_await_value.js b/apps/angular/node_modules/@swc/helpers/esm/_await_value.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_await_value.js rename to apps/angular/node_modules/@swc/helpers/esm/_await_value.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_call_super.js b/apps/angular/node_modules/@swc/helpers/esm/_call_super.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_call_super.js rename to apps/angular/node_modules/@swc/helpers/esm/_call_super.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_check_private_redeclaration.js b/apps/angular/node_modules/@swc/helpers/esm/_check_private_redeclaration.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_check_private_redeclaration.js rename to apps/angular/node_modules/@swc/helpers/esm/_check_private_redeclaration.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_class_apply_descriptor_destructure.js b/apps/angular/node_modules/@swc/helpers/esm/_class_apply_descriptor_destructure.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_class_apply_descriptor_destructure.js rename to apps/angular/node_modules/@swc/helpers/esm/_class_apply_descriptor_destructure.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_class_apply_descriptor_get.js b/apps/angular/node_modules/@swc/helpers/esm/_class_apply_descriptor_get.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_class_apply_descriptor_get.js rename to apps/angular/node_modules/@swc/helpers/esm/_class_apply_descriptor_get.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_class_apply_descriptor_set.js b/apps/angular/node_modules/@swc/helpers/esm/_class_apply_descriptor_set.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_class_apply_descriptor_set.js rename to apps/angular/node_modules/@swc/helpers/esm/_class_apply_descriptor_set.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_class_apply_descriptor_update.js b/apps/angular/node_modules/@swc/helpers/esm/_class_apply_descriptor_update.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_class_apply_descriptor_update.js rename to apps/angular/node_modules/@swc/helpers/esm/_class_apply_descriptor_update.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_class_call_check.js b/apps/angular/node_modules/@swc/helpers/esm/_class_call_check.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_class_call_check.js rename to apps/angular/node_modules/@swc/helpers/esm/_class_call_check.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_class_check_private_static_access.js b/apps/angular/node_modules/@swc/helpers/esm/_class_check_private_static_access.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_class_check_private_static_access.js rename to apps/angular/node_modules/@swc/helpers/esm/_class_check_private_static_access.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_class_check_private_static_field_descriptor.js b/apps/angular/node_modules/@swc/helpers/esm/_class_check_private_static_field_descriptor.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_class_check_private_static_field_descriptor.js rename to apps/angular/node_modules/@swc/helpers/esm/_class_check_private_static_field_descriptor.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_class_extract_field_descriptor.js b/apps/angular/node_modules/@swc/helpers/esm/_class_extract_field_descriptor.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_class_extract_field_descriptor.js rename to apps/angular/node_modules/@swc/helpers/esm/_class_extract_field_descriptor.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_class_name_tdz_error.js b/apps/angular/node_modules/@swc/helpers/esm/_class_name_tdz_error.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_class_name_tdz_error.js rename to apps/angular/node_modules/@swc/helpers/esm/_class_name_tdz_error.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_class_private_field_destructure.js b/apps/angular/node_modules/@swc/helpers/esm/_class_private_field_destructure.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_class_private_field_destructure.js rename to apps/angular/node_modules/@swc/helpers/esm/_class_private_field_destructure.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_class_private_field_get.js b/apps/angular/node_modules/@swc/helpers/esm/_class_private_field_get.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_class_private_field_get.js rename to apps/angular/node_modules/@swc/helpers/esm/_class_private_field_get.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_class_private_field_init.js b/apps/angular/node_modules/@swc/helpers/esm/_class_private_field_init.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_class_private_field_init.js rename to apps/angular/node_modules/@swc/helpers/esm/_class_private_field_init.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_class_private_field_loose_base.js b/apps/angular/node_modules/@swc/helpers/esm/_class_private_field_loose_base.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_class_private_field_loose_base.js rename to apps/angular/node_modules/@swc/helpers/esm/_class_private_field_loose_base.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_class_private_field_loose_key.js b/apps/angular/node_modules/@swc/helpers/esm/_class_private_field_loose_key.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_class_private_field_loose_key.js rename to apps/angular/node_modules/@swc/helpers/esm/_class_private_field_loose_key.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_class_private_field_set.js b/apps/angular/node_modules/@swc/helpers/esm/_class_private_field_set.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_class_private_field_set.js rename to apps/angular/node_modules/@swc/helpers/esm/_class_private_field_set.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_class_private_field_update.js b/apps/angular/node_modules/@swc/helpers/esm/_class_private_field_update.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_class_private_field_update.js rename to apps/angular/node_modules/@swc/helpers/esm/_class_private_field_update.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_class_private_method_get.js b/apps/angular/node_modules/@swc/helpers/esm/_class_private_method_get.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_class_private_method_get.js rename to apps/angular/node_modules/@swc/helpers/esm/_class_private_method_get.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_class_private_method_init.js b/apps/angular/node_modules/@swc/helpers/esm/_class_private_method_init.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_class_private_method_init.js rename to apps/angular/node_modules/@swc/helpers/esm/_class_private_method_init.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_class_private_method_set.js b/apps/angular/node_modules/@swc/helpers/esm/_class_private_method_set.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_class_private_method_set.js rename to apps/angular/node_modules/@swc/helpers/esm/_class_private_method_set.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_class_static_private_field_destructure.js b/apps/angular/node_modules/@swc/helpers/esm/_class_static_private_field_destructure.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_class_static_private_field_destructure.js rename to apps/angular/node_modules/@swc/helpers/esm/_class_static_private_field_destructure.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_class_static_private_field_spec_get.js b/apps/angular/node_modules/@swc/helpers/esm/_class_static_private_field_spec_get.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_class_static_private_field_spec_get.js rename to apps/angular/node_modules/@swc/helpers/esm/_class_static_private_field_spec_get.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_class_static_private_field_spec_set.js b/apps/angular/node_modules/@swc/helpers/esm/_class_static_private_field_spec_set.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_class_static_private_field_spec_set.js rename to apps/angular/node_modules/@swc/helpers/esm/_class_static_private_field_spec_set.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_class_static_private_field_update.js b/apps/angular/node_modules/@swc/helpers/esm/_class_static_private_field_update.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_class_static_private_field_update.js rename to apps/angular/node_modules/@swc/helpers/esm/_class_static_private_field_update.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_class_static_private_method_get.js b/apps/angular/node_modules/@swc/helpers/esm/_class_static_private_method_get.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_class_static_private_method_get.js rename to apps/angular/node_modules/@swc/helpers/esm/_class_static_private_method_get.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_construct.js b/apps/angular/node_modules/@swc/helpers/esm/_construct.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_construct.js rename to apps/angular/node_modules/@swc/helpers/esm/_construct.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_create_class.js b/apps/angular/node_modules/@swc/helpers/esm/_create_class.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_create_class.js rename to apps/angular/node_modules/@swc/helpers/esm/_create_class.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_create_for_of_iterator_helper_loose.js b/apps/angular/node_modules/@swc/helpers/esm/_create_for_of_iterator_helper_loose.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_create_for_of_iterator_helper_loose.js rename to apps/angular/node_modules/@swc/helpers/esm/_create_for_of_iterator_helper_loose.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_create_super.js b/apps/angular/node_modules/@swc/helpers/esm/_create_super.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_create_super.js rename to apps/angular/node_modules/@swc/helpers/esm/_create_super.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_decorate.js b/apps/angular/node_modules/@swc/helpers/esm/_decorate.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_decorate.js rename to apps/angular/node_modules/@swc/helpers/esm/_decorate.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_defaults.js b/apps/angular/node_modules/@swc/helpers/esm/_defaults.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_defaults.js rename to apps/angular/node_modules/@swc/helpers/esm/_defaults.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_define_enumerable_properties.js b/apps/angular/node_modules/@swc/helpers/esm/_define_enumerable_properties.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_define_enumerable_properties.js rename to apps/angular/node_modules/@swc/helpers/esm/_define_enumerable_properties.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_define_property.js b/apps/angular/node_modules/@swc/helpers/esm/_define_property.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_define_property.js rename to apps/angular/node_modules/@swc/helpers/esm/_define_property.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_dispose.js b/apps/angular/node_modules/@swc/helpers/esm/_dispose.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_dispose.js rename to apps/angular/node_modules/@swc/helpers/esm/_dispose.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_export_star.js b/apps/angular/node_modules/@swc/helpers/esm/_export_star.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_export_star.js rename to apps/angular/node_modules/@swc/helpers/esm/_export_star.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_extends.js b/apps/angular/node_modules/@swc/helpers/esm/_extends.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_extends.js rename to apps/angular/node_modules/@swc/helpers/esm/_extends.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_get.js b/apps/angular/node_modules/@swc/helpers/esm/_get.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_get.js rename to apps/angular/node_modules/@swc/helpers/esm/_get.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_get_prototype_of.js b/apps/angular/node_modules/@swc/helpers/esm/_get_prototype_of.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_get_prototype_of.js rename to apps/angular/node_modules/@swc/helpers/esm/_get_prototype_of.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_identity.js b/apps/angular/node_modules/@swc/helpers/esm/_identity.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_identity.js rename to apps/angular/node_modules/@swc/helpers/esm/_identity.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_inherits.js b/apps/angular/node_modules/@swc/helpers/esm/_inherits.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_inherits.js rename to apps/angular/node_modules/@swc/helpers/esm/_inherits.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_inherits_loose.js b/apps/angular/node_modules/@swc/helpers/esm/_inherits_loose.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_inherits_loose.js rename to apps/angular/node_modules/@swc/helpers/esm/_inherits_loose.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_initializer_define_property.js b/apps/angular/node_modules/@swc/helpers/esm/_initializer_define_property.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_initializer_define_property.js rename to apps/angular/node_modules/@swc/helpers/esm/_initializer_define_property.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_initializer_warning_helper.js b/apps/angular/node_modules/@swc/helpers/esm/_initializer_warning_helper.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_initializer_warning_helper.js rename to apps/angular/node_modules/@swc/helpers/esm/_initializer_warning_helper.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_instanceof.js b/apps/angular/node_modules/@swc/helpers/esm/_instanceof.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_instanceof.js rename to apps/angular/node_modules/@swc/helpers/esm/_instanceof.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_interop_require_default.js b/apps/angular/node_modules/@swc/helpers/esm/_interop_require_default.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_interop_require_default.js rename to apps/angular/node_modules/@swc/helpers/esm/_interop_require_default.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_interop_require_wildcard.js b/apps/angular/node_modules/@swc/helpers/esm/_interop_require_wildcard.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_interop_require_wildcard.js rename to apps/angular/node_modules/@swc/helpers/esm/_interop_require_wildcard.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_is_native_function.js b/apps/angular/node_modules/@swc/helpers/esm/_is_native_function.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_is_native_function.js rename to apps/angular/node_modules/@swc/helpers/esm/_is_native_function.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_is_native_reflect_construct.js b/apps/angular/node_modules/@swc/helpers/esm/_is_native_reflect_construct.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_is_native_reflect_construct.js rename to apps/angular/node_modules/@swc/helpers/esm/_is_native_reflect_construct.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_iterable_to_array.js b/apps/angular/node_modules/@swc/helpers/esm/_iterable_to_array.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_iterable_to_array.js rename to apps/angular/node_modules/@swc/helpers/esm/_iterable_to_array.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_iterable_to_array_limit.js b/apps/angular/node_modules/@swc/helpers/esm/_iterable_to_array_limit.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_iterable_to_array_limit.js rename to apps/angular/node_modules/@swc/helpers/esm/_iterable_to_array_limit.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_iterable_to_array_limit_loose.js b/apps/angular/node_modules/@swc/helpers/esm/_iterable_to_array_limit_loose.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_iterable_to_array_limit_loose.js rename to apps/angular/node_modules/@swc/helpers/esm/_iterable_to_array_limit_loose.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_jsx.js b/apps/angular/node_modules/@swc/helpers/esm/_jsx.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_jsx.js rename to apps/angular/node_modules/@swc/helpers/esm/_jsx.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_new_arrow_check.js b/apps/angular/node_modules/@swc/helpers/esm/_new_arrow_check.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_new_arrow_check.js rename to apps/angular/node_modules/@swc/helpers/esm/_new_arrow_check.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_non_iterable_rest.js b/apps/angular/node_modules/@swc/helpers/esm/_non_iterable_rest.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_non_iterable_rest.js rename to apps/angular/node_modules/@swc/helpers/esm/_non_iterable_rest.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_non_iterable_spread.js b/apps/angular/node_modules/@swc/helpers/esm/_non_iterable_spread.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_non_iterable_spread.js rename to apps/angular/node_modules/@swc/helpers/esm/_non_iterable_spread.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_object_destructuring_empty.js b/apps/angular/node_modules/@swc/helpers/esm/_object_destructuring_empty.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_object_destructuring_empty.js rename to apps/angular/node_modules/@swc/helpers/esm/_object_destructuring_empty.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_object_spread.js b/apps/angular/node_modules/@swc/helpers/esm/_object_spread.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_object_spread.js rename to apps/angular/node_modules/@swc/helpers/esm/_object_spread.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_object_spread_props.js b/apps/angular/node_modules/@swc/helpers/esm/_object_spread_props.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_object_spread_props.js rename to apps/angular/node_modules/@swc/helpers/esm/_object_spread_props.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_object_without_properties.js b/apps/angular/node_modules/@swc/helpers/esm/_object_without_properties.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_object_without_properties.js rename to apps/angular/node_modules/@swc/helpers/esm/_object_without_properties.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_object_without_properties_loose.js b/apps/angular/node_modules/@swc/helpers/esm/_object_without_properties_loose.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_object_without_properties_loose.js rename to apps/angular/node_modules/@swc/helpers/esm/_object_without_properties_loose.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_overload_yield.js b/apps/angular/node_modules/@swc/helpers/esm/_overload_yield.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_overload_yield.js rename to apps/angular/node_modules/@swc/helpers/esm/_overload_yield.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_possible_constructor_return.js b/apps/angular/node_modules/@swc/helpers/esm/_possible_constructor_return.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_possible_constructor_return.js rename to apps/angular/node_modules/@swc/helpers/esm/_possible_constructor_return.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_read_only_error.js b/apps/angular/node_modules/@swc/helpers/esm/_read_only_error.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_read_only_error.js rename to apps/angular/node_modules/@swc/helpers/esm/_read_only_error.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_set.js b/apps/angular/node_modules/@swc/helpers/esm/_set.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_set.js rename to apps/angular/node_modules/@swc/helpers/esm/_set.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_set_prototype_of.js b/apps/angular/node_modules/@swc/helpers/esm/_set_prototype_of.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_set_prototype_of.js rename to apps/angular/node_modules/@swc/helpers/esm/_set_prototype_of.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_skip_first_generator_next.js b/apps/angular/node_modules/@swc/helpers/esm/_skip_first_generator_next.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_skip_first_generator_next.js rename to apps/angular/node_modules/@swc/helpers/esm/_skip_first_generator_next.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_sliced_to_array.js b/apps/angular/node_modules/@swc/helpers/esm/_sliced_to_array.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_sliced_to_array.js rename to apps/angular/node_modules/@swc/helpers/esm/_sliced_to_array.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_sliced_to_array_loose.js b/apps/angular/node_modules/@swc/helpers/esm/_sliced_to_array_loose.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_sliced_to_array_loose.js rename to apps/angular/node_modules/@swc/helpers/esm/_sliced_to_array_loose.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_super_prop_base.js b/apps/angular/node_modules/@swc/helpers/esm/_super_prop_base.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_super_prop_base.js rename to apps/angular/node_modules/@swc/helpers/esm/_super_prop_base.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_tagged_template_literal.js b/apps/angular/node_modules/@swc/helpers/esm/_tagged_template_literal.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_tagged_template_literal.js rename to apps/angular/node_modules/@swc/helpers/esm/_tagged_template_literal.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_tagged_template_literal_loose.js b/apps/angular/node_modules/@swc/helpers/esm/_tagged_template_literal_loose.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_tagged_template_literal_loose.js rename to apps/angular/node_modules/@swc/helpers/esm/_tagged_template_literal_loose.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_throw.js b/apps/angular/node_modules/@swc/helpers/esm/_throw.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_throw.js rename to apps/angular/node_modules/@swc/helpers/esm/_throw.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_to_array.js b/apps/angular/node_modules/@swc/helpers/esm/_to_array.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_to_array.js rename to apps/angular/node_modules/@swc/helpers/esm/_to_array.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_to_consumable_array.js b/apps/angular/node_modules/@swc/helpers/esm/_to_consumable_array.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_to_consumable_array.js rename to apps/angular/node_modules/@swc/helpers/esm/_to_consumable_array.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_to_primitive.js b/apps/angular/node_modules/@swc/helpers/esm/_to_primitive.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_to_primitive.js rename to apps/angular/node_modules/@swc/helpers/esm/_to_primitive.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_to_property_key.js b/apps/angular/node_modules/@swc/helpers/esm/_to_property_key.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_to_property_key.js rename to apps/angular/node_modules/@swc/helpers/esm/_to_property_key.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_ts_add_disposable_resource.js b/apps/angular/node_modules/@swc/helpers/esm/_ts_add_disposable_resource.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_ts_add_disposable_resource.js rename to apps/angular/node_modules/@swc/helpers/esm/_ts_add_disposable_resource.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_ts_decorate.js b/apps/angular/node_modules/@swc/helpers/esm/_ts_decorate.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_ts_decorate.js rename to apps/angular/node_modules/@swc/helpers/esm/_ts_decorate.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_ts_dispose_resources.js b/apps/angular/node_modules/@swc/helpers/esm/_ts_dispose_resources.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_ts_dispose_resources.js rename to apps/angular/node_modules/@swc/helpers/esm/_ts_dispose_resources.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_ts_generator.js b/apps/angular/node_modules/@swc/helpers/esm/_ts_generator.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_ts_generator.js rename to apps/angular/node_modules/@swc/helpers/esm/_ts_generator.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_ts_metadata.js b/apps/angular/node_modules/@swc/helpers/esm/_ts_metadata.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_ts_metadata.js rename to apps/angular/node_modules/@swc/helpers/esm/_ts_metadata.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_ts_param.js b/apps/angular/node_modules/@swc/helpers/esm/_ts_param.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_ts_param.js rename to apps/angular/node_modules/@swc/helpers/esm/_ts_param.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_ts_rewrite_relative_import_extension.js b/apps/angular/node_modules/@swc/helpers/esm/_ts_rewrite_relative_import_extension.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_ts_rewrite_relative_import_extension.js rename to apps/angular/node_modules/@swc/helpers/esm/_ts_rewrite_relative_import_extension.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_ts_values.js b/apps/angular/node_modules/@swc/helpers/esm/_ts_values.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_ts_values.js rename to apps/angular/node_modules/@swc/helpers/esm/_ts_values.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_type_of.js b/apps/angular/node_modules/@swc/helpers/esm/_type_of.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_type_of.js rename to apps/angular/node_modules/@swc/helpers/esm/_type_of.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_unsupported_iterable_to_array.js b/apps/angular/node_modules/@swc/helpers/esm/_unsupported_iterable_to_array.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_unsupported_iterable_to_array.js rename to apps/angular/node_modules/@swc/helpers/esm/_unsupported_iterable_to_array.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_update.js b/apps/angular/node_modules/@swc/helpers/esm/_update.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_update.js rename to apps/angular/node_modules/@swc/helpers/esm/_update.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_using.js b/apps/angular/node_modules/@swc/helpers/esm/_using.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_using.js rename to apps/angular/node_modules/@swc/helpers/esm/_using.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_using_ctx.js b/apps/angular/node_modules/@swc/helpers/esm/_using_ctx.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_using_ctx.js rename to apps/angular/node_modules/@swc/helpers/esm/_using_ctx.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_wrap_async_generator.js b/apps/angular/node_modules/@swc/helpers/esm/_wrap_async_generator.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_wrap_async_generator.js rename to apps/angular/node_modules/@swc/helpers/esm/_wrap_async_generator.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_wrap_native_super.js b/apps/angular/node_modules/@swc/helpers/esm/_wrap_native_super.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_wrap_native_super.js rename to apps/angular/node_modules/@swc/helpers/esm/_wrap_native_super.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_wrap_reg_exp.js b/apps/angular/node_modules/@swc/helpers/esm/_wrap_reg_exp.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_wrap_reg_exp.js rename to apps/angular/node_modules/@swc/helpers/esm/_wrap_reg_exp.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/_write_only_error.js b/apps/angular/node_modules/@swc/helpers/esm/_write_only_error.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/_write_only_error.js rename to apps/angular/node_modules/@swc/helpers/esm/_write_only_error.js diff --git a/ClientApp/node_modules/@swc/helpers/esm/index.js b/apps/angular/node_modules/@swc/helpers/esm/index.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/esm/index.js rename to apps/angular/node_modules/@swc/helpers/esm/index.js diff --git a/ClientApp/node_modules/@swc/helpers/package.json b/apps/angular/node_modules/@swc/helpers/package.json similarity index 100% rename from ClientApp/node_modules/@swc/helpers/package.json rename to apps/angular/node_modules/@swc/helpers/package.json diff --git a/ClientApp/node_modules/@swc/helpers/scripts/ast_grep.js b/apps/angular/node_modules/@swc/helpers/scripts/ast_grep.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/scripts/ast_grep.js rename to apps/angular/node_modules/@swc/helpers/scripts/ast_grep.js diff --git a/ClientApp/node_modules/@swc/helpers/scripts/build.js b/apps/angular/node_modules/@swc/helpers/scripts/build.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/scripts/build.js rename to apps/angular/node_modules/@swc/helpers/scripts/build.js diff --git a/ClientApp/node_modules/@swc/helpers/scripts/errors.js b/apps/angular/node_modules/@swc/helpers/scripts/errors.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/scripts/errors.js rename to apps/angular/node_modules/@swc/helpers/scripts/errors.js diff --git a/ClientApp/node_modules/@swc/helpers/scripts/utils.js b/apps/angular/node_modules/@swc/helpers/scripts/utils.js similarity index 100% rename from ClientApp/node_modules/@swc/helpers/scripts/utils.js rename to apps/angular/node_modules/@swc/helpers/scripts/utils.js diff --git a/ClientApp/node_modules/@swc/helpers/src/_apply_decorated_descriptor.mjs b/apps/angular/node_modules/@swc/helpers/src/_apply_decorated_descriptor.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_apply_decorated_descriptor.mjs rename to apps/angular/node_modules/@swc/helpers/src/_apply_decorated_descriptor.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_apply_decs_2203_r.mjs b/apps/angular/node_modules/@swc/helpers/src/_apply_decs_2203_r.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_apply_decs_2203_r.mjs rename to apps/angular/node_modules/@swc/helpers/src/_apply_decs_2203_r.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_apply_decs_2311.mjs b/apps/angular/node_modules/@swc/helpers/src/_apply_decs_2311.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_apply_decs_2311.mjs rename to apps/angular/node_modules/@swc/helpers/src/_apply_decs_2311.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_array_like_to_array.mjs b/apps/angular/node_modules/@swc/helpers/src/_array_like_to_array.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_array_like_to_array.mjs rename to apps/angular/node_modules/@swc/helpers/src/_array_like_to_array.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_array_with_holes.mjs b/apps/angular/node_modules/@swc/helpers/src/_array_with_holes.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_array_with_holes.mjs rename to apps/angular/node_modules/@swc/helpers/src/_array_with_holes.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_array_without_holes.mjs b/apps/angular/node_modules/@swc/helpers/src/_array_without_holes.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_array_without_holes.mjs rename to apps/angular/node_modules/@swc/helpers/src/_array_without_holes.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_assert_this_initialized.mjs b/apps/angular/node_modules/@swc/helpers/src/_assert_this_initialized.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_assert_this_initialized.mjs rename to apps/angular/node_modules/@swc/helpers/src/_assert_this_initialized.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_async_generator.mjs b/apps/angular/node_modules/@swc/helpers/src/_async_generator.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_async_generator.mjs rename to apps/angular/node_modules/@swc/helpers/src/_async_generator.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_async_generator_delegate.mjs b/apps/angular/node_modules/@swc/helpers/src/_async_generator_delegate.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_async_generator_delegate.mjs rename to apps/angular/node_modules/@swc/helpers/src/_async_generator_delegate.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_async_iterator.mjs b/apps/angular/node_modules/@swc/helpers/src/_async_iterator.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_async_iterator.mjs rename to apps/angular/node_modules/@swc/helpers/src/_async_iterator.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_async_to_generator.mjs b/apps/angular/node_modules/@swc/helpers/src/_async_to_generator.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_async_to_generator.mjs rename to apps/angular/node_modules/@swc/helpers/src/_async_to_generator.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_await_async_generator.mjs b/apps/angular/node_modules/@swc/helpers/src/_await_async_generator.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_await_async_generator.mjs rename to apps/angular/node_modules/@swc/helpers/src/_await_async_generator.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_await_value.mjs b/apps/angular/node_modules/@swc/helpers/src/_await_value.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_await_value.mjs rename to apps/angular/node_modules/@swc/helpers/src/_await_value.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_call_super.mjs b/apps/angular/node_modules/@swc/helpers/src/_call_super.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_call_super.mjs rename to apps/angular/node_modules/@swc/helpers/src/_call_super.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_check_private_redeclaration.mjs b/apps/angular/node_modules/@swc/helpers/src/_check_private_redeclaration.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_check_private_redeclaration.mjs rename to apps/angular/node_modules/@swc/helpers/src/_check_private_redeclaration.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_class_apply_descriptor_destructure.mjs b/apps/angular/node_modules/@swc/helpers/src/_class_apply_descriptor_destructure.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_class_apply_descriptor_destructure.mjs rename to apps/angular/node_modules/@swc/helpers/src/_class_apply_descriptor_destructure.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_class_apply_descriptor_get.mjs b/apps/angular/node_modules/@swc/helpers/src/_class_apply_descriptor_get.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_class_apply_descriptor_get.mjs rename to apps/angular/node_modules/@swc/helpers/src/_class_apply_descriptor_get.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_class_apply_descriptor_set.mjs b/apps/angular/node_modules/@swc/helpers/src/_class_apply_descriptor_set.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_class_apply_descriptor_set.mjs rename to apps/angular/node_modules/@swc/helpers/src/_class_apply_descriptor_set.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_class_apply_descriptor_update.mjs b/apps/angular/node_modules/@swc/helpers/src/_class_apply_descriptor_update.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_class_apply_descriptor_update.mjs rename to apps/angular/node_modules/@swc/helpers/src/_class_apply_descriptor_update.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_class_call_check.mjs b/apps/angular/node_modules/@swc/helpers/src/_class_call_check.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_class_call_check.mjs rename to apps/angular/node_modules/@swc/helpers/src/_class_call_check.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_class_check_private_static_access.mjs b/apps/angular/node_modules/@swc/helpers/src/_class_check_private_static_access.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_class_check_private_static_access.mjs rename to apps/angular/node_modules/@swc/helpers/src/_class_check_private_static_access.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_class_check_private_static_field_descriptor.mjs b/apps/angular/node_modules/@swc/helpers/src/_class_check_private_static_field_descriptor.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_class_check_private_static_field_descriptor.mjs rename to apps/angular/node_modules/@swc/helpers/src/_class_check_private_static_field_descriptor.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_class_extract_field_descriptor.mjs b/apps/angular/node_modules/@swc/helpers/src/_class_extract_field_descriptor.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_class_extract_field_descriptor.mjs rename to apps/angular/node_modules/@swc/helpers/src/_class_extract_field_descriptor.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_class_name_tdz_error.mjs b/apps/angular/node_modules/@swc/helpers/src/_class_name_tdz_error.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_class_name_tdz_error.mjs rename to apps/angular/node_modules/@swc/helpers/src/_class_name_tdz_error.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_class_private_field_destructure.mjs b/apps/angular/node_modules/@swc/helpers/src/_class_private_field_destructure.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_class_private_field_destructure.mjs rename to apps/angular/node_modules/@swc/helpers/src/_class_private_field_destructure.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_class_private_field_get.mjs b/apps/angular/node_modules/@swc/helpers/src/_class_private_field_get.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_class_private_field_get.mjs rename to apps/angular/node_modules/@swc/helpers/src/_class_private_field_get.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_class_private_field_init.mjs b/apps/angular/node_modules/@swc/helpers/src/_class_private_field_init.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_class_private_field_init.mjs rename to apps/angular/node_modules/@swc/helpers/src/_class_private_field_init.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_class_private_field_loose_base.mjs b/apps/angular/node_modules/@swc/helpers/src/_class_private_field_loose_base.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_class_private_field_loose_base.mjs rename to apps/angular/node_modules/@swc/helpers/src/_class_private_field_loose_base.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_class_private_field_loose_key.mjs b/apps/angular/node_modules/@swc/helpers/src/_class_private_field_loose_key.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_class_private_field_loose_key.mjs rename to apps/angular/node_modules/@swc/helpers/src/_class_private_field_loose_key.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_class_private_field_set.mjs b/apps/angular/node_modules/@swc/helpers/src/_class_private_field_set.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_class_private_field_set.mjs rename to apps/angular/node_modules/@swc/helpers/src/_class_private_field_set.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_class_private_field_update.mjs b/apps/angular/node_modules/@swc/helpers/src/_class_private_field_update.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_class_private_field_update.mjs rename to apps/angular/node_modules/@swc/helpers/src/_class_private_field_update.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_class_private_method_get.mjs b/apps/angular/node_modules/@swc/helpers/src/_class_private_method_get.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_class_private_method_get.mjs rename to apps/angular/node_modules/@swc/helpers/src/_class_private_method_get.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_class_private_method_init.mjs b/apps/angular/node_modules/@swc/helpers/src/_class_private_method_init.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_class_private_method_init.mjs rename to apps/angular/node_modules/@swc/helpers/src/_class_private_method_init.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_class_private_method_set.mjs b/apps/angular/node_modules/@swc/helpers/src/_class_private_method_set.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_class_private_method_set.mjs rename to apps/angular/node_modules/@swc/helpers/src/_class_private_method_set.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_class_static_private_field_destructure.mjs b/apps/angular/node_modules/@swc/helpers/src/_class_static_private_field_destructure.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_class_static_private_field_destructure.mjs rename to apps/angular/node_modules/@swc/helpers/src/_class_static_private_field_destructure.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_class_static_private_field_spec_get.mjs b/apps/angular/node_modules/@swc/helpers/src/_class_static_private_field_spec_get.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_class_static_private_field_spec_get.mjs rename to apps/angular/node_modules/@swc/helpers/src/_class_static_private_field_spec_get.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_class_static_private_field_spec_set.mjs b/apps/angular/node_modules/@swc/helpers/src/_class_static_private_field_spec_set.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_class_static_private_field_spec_set.mjs rename to apps/angular/node_modules/@swc/helpers/src/_class_static_private_field_spec_set.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_class_static_private_field_update.mjs b/apps/angular/node_modules/@swc/helpers/src/_class_static_private_field_update.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_class_static_private_field_update.mjs rename to apps/angular/node_modules/@swc/helpers/src/_class_static_private_field_update.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_class_static_private_method_get.mjs b/apps/angular/node_modules/@swc/helpers/src/_class_static_private_method_get.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_class_static_private_method_get.mjs rename to apps/angular/node_modules/@swc/helpers/src/_class_static_private_method_get.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_construct.mjs b/apps/angular/node_modules/@swc/helpers/src/_construct.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_construct.mjs rename to apps/angular/node_modules/@swc/helpers/src/_construct.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_create_class.mjs b/apps/angular/node_modules/@swc/helpers/src/_create_class.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_create_class.mjs rename to apps/angular/node_modules/@swc/helpers/src/_create_class.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_create_for_of_iterator_helper_loose.mjs b/apps/angular/node_modules/@swc/helpers/src/_create_for_of_iterator_helper_loose.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_create_for_of_iterator_helper_loose.mjs rename to apps/angular/node_modules/@swc/helpers/src/_create_for_of_iterator_helper_loose.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_create_super.mjs b/apps/angular/node_modules/@swc/helpers/src/_create_super.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_create_super.mjs rename to apps/angular/node_modules/@swc/helpers/src/_create_super.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_decorate.mjs b/apps/angular/node_modules/@swc/helpers/src/_decorate.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_decorate.mjs rename to apps/angular/node_modules/@swc/helpers/src/_decorate.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_defaults.mjs b/apps/angular/node_modules/@swc/helpers/src/_defaults.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_defaults.mjs rename to apps/angular/node_modules/@swc/helpers/src/_defaults.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_define_enumerable_properties.mjs b/apps/angular/node_modules/@swc/helpers/src/_define_enumerable_properties.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_define_enumerable_properties.mjs rename to apps/angular/node_modules/@swc/helpers/src/_define_enumerable_properties.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_define_property.mjs b/apps/angular/node_modules/@swc/helpers/src/_define_property.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_define_property.mjs rename to apps/angular/node_modules/@swc/helpers/src/_define_property.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_dispose.mjs b/apps/angular/node_modules/@swc/helpers/src/_dispose.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_dispose.mjs rename to apps/angular/node_modules/@swc/helpers/src/_dispose.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_export_star.mjs b/apps/angular/node_modules/@swc/helpers/src/_export_star.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_export_star.mjs rename to apps/angular/node_modules/@swc/helpers/src/_export_star.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_extends.mjs b/apps/angular/node_modules/@swc/helpers/src/_extends.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_extends.mjs rename to apps/angular/node_modules/@swc/helpers/src/_extends.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_get.mjs b/apps/angular/node_modules/@swc/helpers/src/_get.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_get.mjs rename to apps/angular/node_modules/@swc/helpers/src/_get.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_get_prototype_of.mjs b/apps/angular/node_modules/@swc/helpers/src/_get_prototype_of.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_get_prototype_of.mjs rename to apps/angular/node_modules/@swc/helpers/src/_get_prototype_of.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_identity.mjs b/apps/angular/node_modules/@swc/helpers/src/_identity.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_identity.mjs rename to apps/angular/node_modules/@swc/helpers/src/_identity.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_inherits.mjs b/apps/angular/node_modules/@swc/helpers/src/_inherits.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_inherits.mjs rename to apps/angular/node_modules/@swc/helpers/src/_inherits.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_inherits_loose.mjs b/apps/angular/node_modules/@swc/helpers/src/_inherits_loose.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_inherits_loose.mjs rename to apps/angular/node_modules/@swc/helpers/src/_inherits_loose.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_initializer_define_property.mjs b/apps/angular/node_modules/@swc/helpers/src/_initializer_define_property.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_initializer_define_property.mjs rename to apps/angular/node_modules/@swc/helpers/src/_initializer_define_property.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_initializer_warning_helper.mjs b/apps/angular/node_modules/@swc/helpers/src/_initializer_warning_helper.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_initializer_warning_helper.mjs rename to apps/angular/node_modules/@swc/helpers/src/_initializer_warning_helper.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_instanceof.mjs b/apps/angular/node_modules/@swc/helpers/src/_instanceof.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_instanceof.mjs rename to apps/angular/node_modules/@swc/helpers/src/_instanceof.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_interop_require_default.mjs b/apps/angular/node_modules/@swc/helpers/src/_interop_require_default.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_interop_require_default.mjs rename to apps/angular/node_modules/@swc/helpers/src/_interop_require_default.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_interop_require_wildcard.mjs b/apps/angular/node_modules/@swc/helpers/src/_interop_require_wildcard.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_interop_require_wildcard.mjs rename to apps/angular/node_modules/@swc/helpers/src/_interop_require_wildcard.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_is_native_function.mjs b/apps/angular/node_modules/@swc/helpers/src/_is_native_function.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_is_native_function.mjs rename to apps/angular/node_modules/@swc/helpers/src/_is_native_function.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_is_native_reflect_construct.mjs b/apps/angular/node_modules/@swc/helpers/src/_is_native_reflect_construct.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_is_native_reflect_construct.mjs rename to apps/angular/node_modules/@swc/helpers/src/_is_native_reflect_construct.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_iterable_to_array.mjs b/apps/angular/node_modules/@swc/helpers/src/_iterable_to_array.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_iterable_to_array.mjs rename to apps/angular/node_modules/@swc/helpers/src/_iterable_to_array.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_iterable_to_array_limit.mjs b/apps/angular/node_modules/@swc/helpers/src/_iterable_to_array_limit.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_iterable_to_array_limit.mjs rename to apps/angular/node_modules/@swc/helpers/src/_iterable_to_array_limit.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_iterable_to_array_limit_loose.mjs b/apps/angular/node_modules/@swc/helpers/src/_iterable_to_array_limit_loose.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_iterable_to_array_limit_loose.mjs rename to apps/angular/node_modules/@swc/helpers/src/_iterable_to_array_limit_loose.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_jsx.mjs b/apps/angular/node_modules/@swc/helpers/src/_jsx.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_jsx.mjs rename to apps/angular/node_modules/@swc/helpers/src/_jsx.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_new_arrow_check.mjs b/apps/angular/node_modules/@swc/helpers/src/_new_arrow_check.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_new_arrow_check.mjs rename to apps/angular/node_modules/@swc/helpers/src/_new_arrow_check.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_non_iterable_rest.mjs b/apps/angular/node_modules/@swc/helpers/src/_non_iterable_rest.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_non_iterable_rest.mjs rename to apps/angular/node_modules/@swc/helpers/src/_non_iterable_rest.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_non_iterable_spread.mjs b/apps/angular/node_modules/@swc/helpers/src/_non_iterable_spread.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_non_iterable_spread.mjs rename to apps/angular/node_modules/@swc/helpers/src/_non_iterable_spread.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_object_destructuring_empty.mjs b/apps/angular/node_modules/@swc/helpers/src/_object_destructuring_empty.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_object_destructuring_empty.mjs rename to apps/angular/node_modules/@swc/helpers/src/_object_destructuring_empty.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_object_spread.mjs b/apps/angular/node_modules/@swc/helpers/src/_object_spread.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_object_spread.mjs rename to apps/angular/node_modules/@swc/helpers/src/_object_spread.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_object_spread_props.mjs b/apps/angular/node_modules/@swc/helpers/src/_object_spread_props.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_object_spread_props.mjs rename to apps/angular/node_modules/@swc/helpers/src/_object_spread_props.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_object_without_properties.mjs b/apps/angular/node_modules/@swc/helpers/src/_object_without_properties.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_object_without_properties.mjs rename to apps/angular/node_modules/@swc/helpers/src/_object_without_properties.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_object_without_properties_loose.mjs b/apps/angular/node_modules/@swc/helpers/src/_object_without_properties_loose.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_object_without_properties_loose.mjs rename to apps/angular/node_modules/@swc/helpers/src/_object_without_properties_loose.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_overload_yield.mjs b/apps/angular/node_modules/@swc/helpers/src/_overload_yield.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_overload_yield.mjs rename to apps/angular/node_modules/@swc/helpers/src/_overload_yield.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_possible_constructor_return.mjs b/apps/angular/node_modules/@swc/helpers/src/_possible_constructor_return.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_possible_constructor_return.mjs rename to apps/angular/node_modules/@swc/helpers/src/_possible_constructor_return.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_read_only_error.mjs b/apps/angular/node_modules/@swc/helpers/src/_read_only_error.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_read_only_error.mjs rename to apps/angular/node_modules/@swc/helpers/src/_read_only_error.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_set.mjs b/apps/angular/node_modules/@swc/helpers/src/_set.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_set.mjs rename to apps/angular/node_modules/@swc/helpers/src/_set.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_set_prototype_of.mjs b/apps/angular/node_modules/@swc/helpers/src/_set_prototype_of.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_set_prototype_of.mjs rename to apps/angular/node_modules/@swc/helpers/src/_set_prototype_of.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_skip_first_generator_next.mjs b/apps/angular/node_modules/@swc/helpers/src/_skip_first_generator_next.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_skip_first_generator_next.mjs rename to apps/angular/node_modules/@swc/helpers/src/_skip_first_generator_next.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_sliced_to_array.mjs b/apps/angular/node_modules/@swc/helpers/src/_sliced_to_array.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_sliced_to_array.mjs rename to apps/angular/node_modules/@swc/helpers/src/_sliced_to_array.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_sliced_to_array_loose.mjs b/apps/angular/node_modules/@swc/helpers/src/_sliced_to_array_loose.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_sliced_to_array_loose.mjs rename to apps/angular/node_modules/@swc/helpers/src/_sliced_to_array_loose.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_super_prop_base.mjs b/apps/angular/node_modules/@swc/helpers/src/_super_prop_base.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_super_prop_base.mjs rename to apps/angular/node_modules/@swc/helpers/src/_super_prop_base.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_tagged_template_literal.mjs b/apps/angular/node_modules/@swc/helpers/src/_tagged_template_literal.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_tagged_template_literal.mjs rename to apps/angular/node_modules/@swc/helpers/src/_tagged_template_literal.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_tagged_template_literal_loose.mjs b/apps/angular/node_modules/@swc/helpers/src/_tagged_template_literal_loose.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_tagged_template_literal_loose.mjs rename to apps/angular/node_modules/@swc/helpers/src/_tagged_template_literal_loose.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_throw.mjs b/apps/angular/node_modules/@swc/helpers/src/_throw.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_throw.mjs rename to apps/angular/node_modules/@swc/helpers/src/_throw.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_to_array.mjs b/apps/angular/node_modules/@swc/helpers/src/_to_array.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_to_array.mjs rename to apps/angular/node_modules/@swc/helpers/src/_to_array.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_to_consumable_array.mjs b/apps/angular/node_modules/@swc/helpers/src/_to_consumable_array.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_to_consumable_array.mjs rename to apps/angular/node_modules/@swc/helpers/src/_to_consumable_array.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_to_primitive.mjs b/apps/angular/node_modules/@swc/helpers/src/_to_primitive.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_to_primitive.mjs rename to apps/angular/node_modules/@swc/helpers/src/_to_primitive.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_to_property_key.mjs b/apps/angular/node_modules/@swc/helpers/src/_to_property_key.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_to_property_key.mjs rename to apps/angular/node_modules/@swc/helpers/src/_to_property_key.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_ts_add_disposable_resource.mjs b/apps/angular/node_modules/@swc/helpers/src/_ts_add_disposable_resource.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_ts_add_disposable_resource.mjs rename to apps/angular/node_modules/@swc/helpers/src/_ts_add_disposable_resource.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_ts_decorate.mjs b/apps/angular/node_modules/@swc/helpers/src/_ts_decorate.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_ts_decorate.mjs rename to apps/angular/node_modules/@swc/helpers/src/_ts_decorate.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_ts_dispose_resources.mjs b/apps/angular/node_modules/@swc/helpers/src/_ts_dispose_resources.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_ts_dispose_resources.mjs rename to apps/angular/node_modules/@swc/helpers/src/_ts_dispose_resources.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_ts_generator.mjs b/apps/angular/node_modules/@swc/helpers/src/_ts_generator.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_ts_generator.mjs rename to apps/angular/node_modules/@swc/helpers/src/_ts_generator.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_ts_metadata.mjs b/apps/angular/node_modules/@swc/helpers/src/_ts_metadata.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_ts_metadata.mjs rename to apps/angular/node_modules/@swc/helpers/src/_ts_metadata.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_ts_param.mjs b/apps/angular/node_modules/@swc/helpers/src/_ts_param.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_ts_param.mjs rename to apps/angular/node_modules/@swc/helpers/src/_ts_param.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_ts_rewrite_relative_import_extension.mjs b/apps/angular/node_modules/@swc/helpers/src/_ts_rewrite_relative_import_extension.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_ts_rewrite_relative_import_extension.mjs rename to apps/angular/node_modules/@swc/helpers/src/_ts_rewrite_relative_import_extension.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_ts_values.mjs b/apps/angular/node_modules/@swc/helpers/src/_ts_values.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_ts_values.mjs rename to apps/angular/node_modules/@swc/helpers/src/_ts_values.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_type_of.mjs b/apps/angular/node_modules/@swc/helpers/src/_type_of.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_type_of.mjs rename to apps/angular/node_modules/@swc/helpers/src/_type_of.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_unsupported_iterable_to_array.mjs b/apps/angular/node_modules/@swc/helpers/src/_unsupported_iterable_to_array.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_unsupported_iterable_to_array.mjs rename to apps/angular/node_modules/@swc/helpers/src/_unsupported_iterable_to_array.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_update.mjs b/apps/angular/node_modules/@swc/helpers/src/_update.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_update.mjs rename to apps/angular/node_modules/@swc/helpers/src/_update.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_using.mjs b/apps/angular/node_modules/@swc/helpers/src/_using.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_using.mjs rename to apps/angular/node_modules/@swc/helpers/src/_using.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_using_ctx.mjs b/apps/angular/node_modules/@swc/helpers/src/_using_ctx.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_using_ctx.mjs rename to apps/angular/node_modules/@swc/helpers/src/_using_ctx.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_wrap_async_generator.mjs b/apps/angular/node_modules/@swc/helpers/src/_wrap_async_generator.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_wrap_async_generator.mjs rename to apps/angular/node_modules/@swc/helpers/src/_wrap_async_generator.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_wrap_native_super.mjs b/apps/angular/node_modules/@swc/helpers/src/_wrap_native_super.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_wrap_native_super.mjs rename to apps/angular/node_modules/@swc/helpers/src/_wrap_native_super.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_wrap_reg_exp.mjs b/apps/angular/node_modules/@swc/helpers/src/_wrap_reg_exp.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_wrap_reg_exp.mjs rename to apps/angular/node_modules/@swc/helpers/src/_wrap_reg_exp.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/_write_only_error.mjs b/apps/angular/node_modules/@swc/helpers/src/_write_only_error.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/_write_only_error.mjs rename to apps/angular/node_modules/@swc/helpers/src/_write_only_error.mjs diff --git a/ClientApp/node_modules/@swc/helpers/src/index.mjs b/apps/angular/node_modules/@swc/helpers/src/index.mjs similarity index 100% rename from ClientApp/node_modules/@swc/helpers/src/index.mjs rename to apps/angular/node_modules/@swc/helpers/src/index.mjs diff --git a/ClientApp/node_modules/@tanstack/query-core/LICENSE b/apps/angular/node_modules/@tanstack/query-core/LICENSE similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/LICENSE rename to apps/angular/node_modules/@tanstack/query-core/LICENSE diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/_tsup-dts-rollup.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/_tsup-dts-rollup.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/_tsup-dts-rollup.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/_tsup-dts-rollup.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/_tsup-dts-rollup.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/_tsup-dts-rollup.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/_tsup-dts-rollup.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/_tsup-dts-rollup.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/chunk-PXG64RU4.js b/apps/angular/node_modules/@tanstack/query-core/build/legacy/chunk-PXG64RU4.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/chunk-PXG64RU4.js rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/chunk-PXG64RU4.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/chunk-PXG64RU4.js.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/chunk-PXG64RU4.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/chunk-PXG64RU4.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/chunk-PXG64RU4.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/environmentManager.cjs b/apps/angular/node_modules/@tanstack/query-core/build/legacy/environmentManager.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/environmentManager.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/environmentManager.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/environmentManager.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/environmentManager.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/environmentManager.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/environmentManager.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/environmentManager.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/environmentManager.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/environmentManager.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/environmentManager.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/environmentManager.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/environmentManager.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/environmentManager.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/environmentManager.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/environmentManager.js b/apps/angular/node_modules/@tanstack/query-core/build/legacy/environmentManager.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/environmentManager.js rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/environmentManager.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/environmentManager.js.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/environmentManager.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/environmentManager.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/environmentManager.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/focusManager.cjs b/apps/angular/node_modules/@tanstack/query-core/build/legacy/focusManager.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/focusManager.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/focusManager.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/focusManager.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/focusManager.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/focusManager.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/focusManager.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/focusManager.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/focusManager.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/focusManager.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/focusManager.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/focusManager.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/focusManager.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/focusManager.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/focusManager.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/focusManager.js b/apps/angular/node_modules/@tanstack/query-core/build/legacy/focusManager.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/focusManager.js rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/focusManager.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/focusManager.js.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/focusManager.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/focusManager.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/focusManager.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/hydration.cjs b/apps/angular/node_modules/@tanstack/query-core/build/legacy/hydration.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/hydration.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/hydration.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/hydration.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/hydration.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/hydration.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/hydration.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/hydration.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/hydration.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/hydration.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/hydration.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/hydration.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/hydration.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/hydration.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/hydration.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/hydration.js b/apps/angular/node_modules/@tanstack/query-core/build/legacy/hydration.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/hydration.js rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/hydration.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/hydration.js.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/hydration.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/hydration.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/hydration.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/index.cjs b/apps/angular/node_modules/@tanstack/query-core/build/legacy/index.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/index.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/index.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/index.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/index.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/index.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/index.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/index.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/index.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/index.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/index.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/index.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/index.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/index.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/index.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/index.js b/apps/angular/node_modules/@tanstack/query-core/build/legacy/index.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/index.js rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/index.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/index.js.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/index.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/index.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/index.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/infiniteQueryBehavior.cjs b/apps/angular/node_modules/@tanstack/query-core/build/legacy/infiniteQueryBehavior.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/infiniteQueryBehavior.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/infiniteQueryBehavior.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/infiniteQueryBehavior.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/infiniteQueryBehavior.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/infiniteQueryBehavior.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/infiniteQueryBehavior.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/infiniteQueryBehavior.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/infiniteQueryBehavior.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/infiniteQueryBehavior.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/infiniteQueryBehavior.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/infiniteQueryBehavior.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/infiniteQueryBehavior.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/infiniteQueryBehavior.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/infiniteQueryBehavior.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/infiniteQueryBehavior.js b/apps/angular/node_modules/@tanstack/query-core/build/legacy/infiniteQueryBehavior.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/infiniteQueryBehavior.js rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/infiniteQueryBehavior.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/infiniteQueryBehavior.js.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/infiniteQueryBehavior.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/infiniteQueryBehavior.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/infiniteQueryBehavior.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/infiniteQueryObserver.cjs b/apps/angular/node_modules/@tanstack/query-core/build/legacy/infiniteQueryObserver.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/infiniteQueryObserver.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/infiniteQueryObserver.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/infiniteQueryObserver.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/infiniteQueryObserver.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/infiniteQueryObserver.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/infiniteQueryObserver.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/infiniteQueryObserver.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/infiniteQueryObserver.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/infiniteQueryObserver.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/infiniteQueryObserver.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/infiniteQueryObserver.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/infiniteQueryObserver.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/infiniteQueryObserver.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/infiniteQueryObserver.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/infiniteQueryObserver.js b/apps/angular/node_modules/@tanstack/query-core/build/legacy/infiniteQueryObserver.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/infiniteQueryObserver.js rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/infiniteQueryObserver.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/infiniteQueryObserver.js.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/infiniteQueryObserver.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/infiniteQueryObserver.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/infiniteQueryObserver.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/mutation.cjs b/apps/angular/node_modules/@tanstack/query-core/build/legacy/mutation.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/mutation.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/mutation.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/mutation.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/mutation.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/mutation.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/mutation.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/mutation.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/mutation.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/mutation.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/mutation.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/mutation.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/mutation.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/mutation.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/mutation.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/mutation.js b/apps/angular/node_modules/@tanstack/query-core/build/legacy/mutation.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/mutation.js rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/mutation.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/mutation.js.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/mutation.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/mutation.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/mutation.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/mutationCache.cjs b/apps/angular/node_modules/@tanstack/query-core/build/legacy/mutationCache.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/mutationCache.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/mutationCache.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/mutationCache.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/mutationCache.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/mutationCache.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/mutationCache.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/mutationCache.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/mutationCache.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/mutationCache.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/mutationCache.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/mutationCache.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/mutationCache.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/mutationCache.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/mutationCache.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/mutationCache.js b/apps/angular/node_modules/@tanstack/query-core/build/legacy/mutationCache.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/mutationCache.js rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/mutationCache.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/mutationCache.js.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/mutationCache.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/mutationCache.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/mutationCache.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/mutationObserver.cjs b/apps/angular/node_modules/@tanstack/query-core/build/legacy/mutationObserver.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/mutationObserver.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/mutationObserver.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/mutationObserver.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/mutationObserver.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/mutationObserver.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/mutationObserver.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/mutationObserver.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/mutationObserver.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/mutationObserver.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/mutationObserver.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/mutationObserver.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/mutationObserver.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/mutationObserver.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/mutationObserver.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/mutationObserver.js b/apps/angular/node_modules/@tanstack/query-core/build/legacy/mutationObserver.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/mutationObserver.js rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/mutationObserver.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/mutationObserver.js.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/mutationObserver.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/mutationObserver.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/mutationObserver.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/notifyManager.cjs b/apps/angular/node_modules/@tanstack/query-core/build/legacy/notifyManager.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/notifyManager.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/notifyManager.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/notifyManager.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/notifyManager.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/notifyManager.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/notifyManager.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/notifyManager.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/notifyManager.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/notifyManager.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/notifyManager.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/notifyManager.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/notifyManager.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/notifyManager.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/notifyManager.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/notifyManager.js b/apps/angular/node_modules/@tanstack/query-core/build/legacy/notifyManager.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/notifyManager.js rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/notifyManager.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/notifyManager.js.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/notifyManager.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/notifyManager.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/notifyManager.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/onlineManager.cjs b/apps/angular/node_modules/@tanstack/query-core/build/legacy/onlineManager.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/onlineManager.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/onlineManager.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/onlineManager.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/onlineManager.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/onlineManager.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/onlineManager.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/onlineManager.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/onlineManager.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/onlineManager.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/onlineManager.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/onlineManager.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/onlineManager.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/onlineManager.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/onlineManager.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/onlineManager.js b/apps/angular/node_modules/@tanstack/query-core/build/legacy/onlineManager.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/onlineManager.js rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/onlineManager.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/onlineManager.js.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/onlineManager.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/onlineManager.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/onlineManager.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/queriesObserver.cjs b/apps/angular/node_modules/@tanstack/query-core/build/legacy/queriesObserver.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/queriesObserver.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/queriesObserver.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/queriesObserver.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/queriesObserver.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/queriesObserver.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/queriesObserver.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/queriesObserver.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/queriesObserver.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/queriesObserver.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/queriesObserver.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/queriesObserver.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/queriesObserver.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/queriesObserver.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/queriesObserver.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/queriesObserver.js b/apps/angular/node_modules/@tanstack/query-core/build/legacy/queriesObserver.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/queriesObserver.js rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/queriesObserver.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/queriesObserver.js.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/queriesObserver.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/queriesObserver.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/queriesObserver.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/query.cjs b/apps/angular/node_modules/@tanstack/query-core/build/legacy/query.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/query.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/query.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/query.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/query.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/query.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/query.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/query.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/query.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/query.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/query.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/query.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/query.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/query.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/query.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/query.js b/apps/angular/node_modules/@tanstack/query-core/build/legacy/query.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/query.js rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/query.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/query.js.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/query.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/query.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/query.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/queryCache.cjs b/apps/angular/node_modules/@tanstack/query-core/build/legacy/queryCache.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/queryCache.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/queryCache.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/queryCache.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/queryCache.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/queryCache.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/queryCache.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/queryCache.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/queryCache.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/queryCache.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/queryCache.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/queryCache.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/queryCache.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/queryCache.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/queryCache.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/queryCache.js b/apps/angular/node_modules/@tanstack/query-core/build/legacy/queryCache.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/queryCache.js rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/queryCache.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/queryCache.js.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/queryCache.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/queryCache.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/queryCache.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/queryClient.cjs b/apps/angular/node_modules/@tanstack/query-core/build/legacy/queryClient.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/queryClient.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/queryClient.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/queryClient.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/queryClient.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/queryClient.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/queryClient.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/queryClient.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/queryClient.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/queryClient.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/queryClient.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/queryClient.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/queryClient.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/queryClient.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/queryClient.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/queryClient.js b/apps/angular/node_modules/@tanstack/query-core/build/legacy/queryClient.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/queryClient.js rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/queryClient.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/queryClient.js.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/queryClient.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/queryClient.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/queryClient.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/queryObserver.cjs b/apps/angular/node_modules/@tanstack/query-core/build/legacy/queryObserver.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/queryObserver.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/queryObserver.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/queryObserver.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/queryObserver.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/queryObserver.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/queryObserver.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/queryObserver.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/queryObserver.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/queryObserver.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/queryObserver.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/queryObserver.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/queryObserver.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/queryObserver.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/queryObserver.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/queryObserver.js b/apps/angular/node_modules/@tanstack/query-core/build/legacy/queryObserver.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/queryObserver.js rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/queryObserver.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/queryObserver.js.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/queryObserver.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/queryObserver.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/queryObserver.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/removable.cjs b/apps/angular/node_modules/@tanstack/query-core/build/legacy/removable.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/removable.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/removable.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/removable.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/removable.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/removable.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/removable.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/removable.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/removable.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/removable.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/removable.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/removable.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/removable.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/removable.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/removable.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/removable.js b/apps/angular/node_modules/@tanstack/query-core/build/legacy/removable.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/removable.js rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/removable.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/removable.js.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/removable.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/removable.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/removable.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/retryer.cjs b/apps/angular/node_modules/@tanstack/query-core/build/legacy/retryer.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/retryer.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/retryer.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/retryer.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/retryer.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/retryer.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/retryer.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/retryer.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/retryer.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/retryer.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/retryer.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/retryer.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/retryer.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/retryer.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/retryer.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/retryer.js b/apps/angular/node_modules/@tanstack/query-core/build/legacy/retryer.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/retryer.js rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/retryer.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/retryer.js.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/retryer.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/retryer.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/retryer.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/streamedQuery.cjs b/apps/angular/node_modules/@tanstack/query-core/build/legacy/streamedQuery.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/streamedQuery.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/streamedQuery.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/streamedQuery.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/streamedQuery.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/streamedQuery.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/streamedQuery.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/streamedQuery.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/streamedQuery.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/streamedQuery.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/streamedQuery.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/streamedQuery.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/streamedQuery.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/streamedQuery.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/streamedQuery.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/streamedQuery.js b/apps/angular/node_modules/@tanstack/query-core/build/legacy/streamedQuery.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/streamedQuery.js rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/streamedQuery.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/streamedQuery.js.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/streamedQuery.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/streamedQuery.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/streamedQuery.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/subscribable.cjs b/apps/angular/node_modules/@tanstack/query-core/build/legacy/subscribable.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/subscribable.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/subscribable.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/subscribable.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/subscribable.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/subscribable.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/subscribable.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/subscribable.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/subscribable.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/subscribable.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/subscribable.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/subscribable.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/subscribable.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/subscribable.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/subscribable.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/subscribable.js b/apps/angular/node_modules/@tanstack/query-core/build/legacy/subscribable.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/subscribable.js rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/subscribable.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/subscribable.js.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/subscribable.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/subscribable.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/subscribable.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/thenable.cjs b/apps/angular/node_modules/@tanstack/query-core/build/legacy/thenable.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/thenable.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/thenable.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/thenable.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/thenable.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/thenable.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/thenable.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/thenable.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/thenable.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/thenable.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/thenable.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/thenable.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/thenable.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/thenable.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/thenable.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/thenable.js b/apps/angular/node_modules/@tanstack/query-core/build/legacy/thenable.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/thenable.js rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/thenable.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/thenable.js.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/thenable.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/thenable.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/thenable.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/timeoutManager.cjs b/apps/angular/node_modules/@tanstack/query-core/build/legacy/timeoutManager.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/timeoutManager.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/timeoutManager.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/timeoutManager.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/timeoutManager.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/timeoutManager.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/timeoutManager.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/timeoutManager.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/timeoutManager.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/timeoutManager.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/timeoutManager.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/timeoutManager.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/timeoutManager.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/timeoutManager.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/timeoutManager.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/timeoutManager.js b/apps/angular/node_modules/@tanstack/query-core/build/legacy/timeoutManager.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/timeoutManager.js rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/timeoutManager.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/timeoutManager.js.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/timeoutManager.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/timeoutManager.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/timeoutManager.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/types.cjs b/apps/angular/node_modules/@tanstack/query-core/build/legacy/types.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/types.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/types.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/types.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/types.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/types.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/types.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/types.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/types.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/types.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/types.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/types.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/types.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/types.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/types.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/types.js b/apps/angular/node_modules/@tanstack/query-core/build/legacy/types.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/types.js rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/types.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/types.js.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/types.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/types.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/types.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/utils.cjs b/apps/angular/node_modules/@tanstack/query-core/build/legacy/utils.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/utils.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/utils.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/utils.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/utils.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/utils.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/utils.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/utils.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/utils.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/utils.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/utils.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/utils.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/legacy/utils.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/utils.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/utils.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/utils.js b/apps/angular/node_modules/@tanstack/query-core/build/legacy/utils.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/utils.js rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/utils.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/legacy/utils.js.map b/apps/angular/node_modules/@tanstack/query-core/build/legacy/utils.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/legacy/utils.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/legacy/utils.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/_tsup-dts-rollup.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/modern/_tsup-dts-rollup.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/_tsup-dts-rollup.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/_tsup-dts-rollup.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/_tsup-dts-rollup.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/modern/_tsup-dts-rollup.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/_tsup-dts-rollup.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/_tsup-dts-rollup.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/environmentManager.cjs b/apps/angular/node_modules/@tanstack/query-core/build/modern/environmentManager.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/environmentManager.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/modern/environmentManager.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/environmentManager.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/environmentManager.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/environmentManager.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/environmentManager.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/environmentManager.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/modern/environmentManager.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/environmentManager.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/environmentManager.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/environmentManager.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/modern/environmentManager.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/environmentManager.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/environmentManager.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/environmentManager.js b/apps/angular/node_modules/@tanstack/query-core/build/modern/environmentManager.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/environmentManager.js rename to apps/angular/node_modules/@tanstack/query-core/build/modern/environmentManager.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/environmentManager.js.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/environmentManager.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/environmentManager.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/environmentManager.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/focusManager.cjs b/apps/angular/node_modules/@tanstack/query-core/build/modern/focusManager.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/focusManager.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/modern/focusManager.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/focusManager.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/focusManager.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/focusManager.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/focusManager.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/focusManager.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/modern/focusManager.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/focusManager.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/focusManager.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/focusManager.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/modern/focusManager.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/focusManager.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/focusManager.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/focusManager.js b/apps/angular/node_modules/@tanstack/query-core/build/modern/focusManager.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/focusManager.js rename to apps/angular/node_modules/@tanstack/query-core/build/modern/focusManager.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/focusManager.js.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/focusManager.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/focusManager.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/focusManager.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/hydration.cjs b/apps/angular/node_modules/@tanstack/query-core/build/modern/hydration.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/hydration.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/modern/hydration.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/hydration.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/hydration.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/hydration.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/hydration.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/hydration.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/modern/hydration.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/hydration.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/hydration.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/hydration.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/modern/hydration.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/hydration.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/hydration.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/hydration.js b/apps/angular/node_modules/@tanstack/query-core/build/modern/hydration.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/hydration.js rename to apps/angular/node_modules/@tanstack/query-core/build/modern/hydration.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/hydration.js.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/hydration.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/hydration.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/hydration.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/index.cjs b/apps/angular/node_modules/@tanstack/query-core/build/modern/index.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/index.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/modern/index.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/index.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/index.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/index.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/index.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/index.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/modern/index.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/index.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/index.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/index.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/modern/index.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/index.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/index.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/index.js b/apps/angular/node_modules/@tanstack/query-core/build/modern/index.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/index.js rename to apps/angular/node_modules/@tanstack/query-core/build/modern/index.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/index.js.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/index.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/index.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/index.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/infiniteQueryBehavior.cjs b/apps/angular/node_modules/@tanstack/query-core/build/modern/infiniteQueryBehavior.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/infiniteQueryBehavior.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/modern/infiniteQueryBehavior.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/infiniteQueryBehavior.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/infiniteQueryBehavior.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/infiniteQueryBehavior.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/infiniteQueryBehavior.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/infiniteQueryBehavior.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/modern/infiniteQueryBehavior.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/infiniteQueryBehavior.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/infiniteQueryBehavior.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/infiniteQueryBehavior.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/modern/infiniteQueryBehavior.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/infiniteQueryBehavior.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/infiniteQueryBehavior.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/infiniteQueryBehavior.js b/apps/angular/node_modules/@tanstack/query-core/build/modern/infiniteQueryBehavior.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/infiniteQueryBehavior.js rename to apps/angular/node_modules/@tanstack/query-core/build/modern/infiniteQueryBehavior.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/infiniteQueryBehavior.js.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/infiniteQueryBehavior.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/infiniteQueryBehavior.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/infiniteQueryBehavior.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/infiniteQueryObserver.cjs b/apps/angular/node_modules/@tanstack/query-core/build/modern/infiniteQueryObserver.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/infiniteQueryObserver.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/modern/infiniteQueryObserver.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/infiniteQueryObserver.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/infiniteQueryObserver.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/infiniteQueryObserver.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/infiniteQueryObserver.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/infiniteQueryObserver.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/modern/infiniteQueryObserver.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/infiniteQueryObserver.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/infiniteQueryObserver.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/infiniteQueryObserver.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/modern/infiniteQueryObserver.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/infiniteQueryObserver.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/infiniteQueryObserver.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/infiniteQueryObserver.js b/apps/angular/node_modules/@tanstack/query-core/build/modern/infiniteQueryObserver.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/infiniteQueryObserver.js rename to apps/angular/node_modules/@tanstack/query-core/build/modern/infiniteQueryObserver.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/infiniteQueryObserver.js.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/infiniteQueryObserver.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/infiniteQueryObserver.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/infiniteQueryObserver.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/mutation.cjs b/apps/angular/node_modules/@tanstack/query-core/build/modern/mutation.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/mutation.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/modern/mutation.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/mutation.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/mutation.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/mutation.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/mutation.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/mutation.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/modern/mutation.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/mutation.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/mutation.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/mutation.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/modern/mutation.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/mutation.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/mutation.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/mutation.js b/apps/angular/node_modules/@tanstack/query-core/build/modern/mutation.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/mutation.js rename to apps/angular/node_modules/@tanstack/query-core/build/modern/mutation.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/mutation.js.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/mutation.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/mutation.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/mutation.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/mutationCache.cjs b/apps/angular/node_modules/@tanstack/query-core/build/modern/mutationCache.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/mutationCache.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/modern/mutationCache.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/mutationCache.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/mutationCache.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/mutationCache.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/mutationCache.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/mutationCache.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/modern/mutationCache.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/mutationCache.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/mutationCache.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/mutationCache.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/modern/mutationCache.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/mutationCache.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/mutationCache.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/mutationCache.js b/apps/angular/node_modules/@tanstack/query-core/build/modern/mutationCache.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/mutationCache.js rename to apps/angular/node_modules/@tanstack/query-core/build/modern/mutationCache.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/mutationCache.js.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/mutationCache.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/mutationCache.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/mutationCache.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/mutationObserver.cjs b/apps/angular/node_modules/@tanstack/query-core/build/modern/mutationObserver.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/mutationObserver.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/modern/mutationObserver.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/mutationObserver.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/mutationObserver.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/mutationObserver.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/mutationObserver.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/mutationObserver.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/modern/mutationObserver.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/mutationObserver.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/mutationObserver.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/mutationObserver.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/modern/mutationObserver.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/mutationObserver.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/mutationObserver.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/mutationObserver.js b/apps/angular/node_modules/@tanstack/query-core/build/modern/mutationObserver.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/mutationObserver.js rename to apps/angular/node_modules/@tanstack/query-core/build/modern/mutationObserver.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/mutationObserver.js.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/mutationObserver.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/mutationObserver.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/mutationObserver.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/notifyManager.cjs b/apps/angular/node_modules/@tanstack/query-core/build/modern/notifyManager.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/notifyManager.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/modern/notifyManager.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/notifyManager.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/notifyManager.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/notifyManager.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/notifyManager.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/notifyManager.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/modern/notifyManager.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/notifyManager.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/notifyManager.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/notifyManager.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/modern/notifyManager.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/notifyManager.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/notifyManager.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/notifyManager.js b/apps/angular/node_modules/@tanstack/query-core/build/modern/notifyManager.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/notifyManager.js rename to apps/angular/node_modules/@tanstack/query-core/build/modern/notifyManager.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/notifyManager.js.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/notifyManager.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/notifyManager.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/notifyManager.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/onlineManager.cjs b/apps/angular/node_modules/@tanstack/query-core/build/modern/onlineManager.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/onlineManager.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/modern/onlineManager.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/onlineManager.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/onlineManager.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/onlineManager.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/onlineManager.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/onlineManager.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/modern/onlineManager.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/onlineManager.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/onlineManager.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/onlineManager.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/modern/onlineManager.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/onlineManager.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/onlineManager.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/onlineManager.js b/apps/angular/node_modules/@tanstack/query-core/build/modern/onlineManager.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/onlineManager.js rename to apps/angular/node_modules/@tanstack/query-core/build/modern/onlineManager.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/onlineManager.js.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/onlineManager.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/onlineManager.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/onlineManager.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/queriesObserver.cjs b/apps/angular/node_modules/@tanstack/query-core/build/modern/queriesObserver.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/queriesObserver.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/modern/queriesObserver.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/queriesObserver.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/queriesObserver.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/queriesObserver.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/queriesObserver.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/queriesObserver.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/modern/queriesObserver.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/queriesObserver.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/queriesObserver.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/queriesObserver.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/modern/queriesObserver.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/queriesObserver.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/queriesObserver.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/queriesObserver.js b/apps/angular/node_modules/@tanstack/query-core/build/modern/queriesObserver.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/queriesObserver.js rename to apps/angular/node_modules/@tanstack/query-core/build/modern/queriesObserver.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/queriesObserver.js.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/queriesObserver.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/queriesObserver.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/queriesObserver.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/query.cjs b/apps/angular/node_modules/@tanstack/query-core/build/modern/query.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/query.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/modern/query.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/query.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/query.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/query.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/query.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/query.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/modern/query.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/query.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/query.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/query.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/modern/query.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/query.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/query.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/query.js b/apps/angular/node_modules/@tanstack/query-core/build/modern/query.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/query.js rename to apps/angular/node_modules/@tanstack/query-core/build/modern/query.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/query.js.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/query.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/query.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/query.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/queryCache.cjs b/apps/angular/node_modules/@tanstack/query-core/build/modern/queryCache.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/queryCache.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/modern/queryCache.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/queryCache.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/queryCache.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/queryCache.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/queryCache.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/queryCache.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/modern/queryCache.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/queryCache.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/queryCache.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/queryCache.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/modern/queryCache.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/queryCache.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/queryCache.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/queryCache.js b/apps/angular/node_modules/@tanstack/query-core/build/modern/queryCache.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/queryCache.js rename to apps/angular/node_modules/@tanstack/query-core/build/modern/queryCache.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/queryCache.js.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/queryCache.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/queryCache.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/queryCache.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/queryClient.cjs b/apps/angular/node_modules/@tanstack/query-core/build/modern/queryClient.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/queryClient.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/modern/queryClient.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/queryClient.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/queryClient.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/queryClient.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/queryClient.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/queryClient.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/modern/queryClient.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/queryClient.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/queryClient.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/queryClient.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/modern/queryClient.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/queryClient.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/queryClient.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/queryClient.js b/apps/angular/node_modules/@tanstack/query-core/build/modern/queryClient.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/queryClient.js rename to apps/angular/node_modules/@tanstack/query-core/build/modern/queryClient.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/queryClient.js.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/queryClient.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/queryClient.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/queryClient.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/queryObserver.cjs b/apps/angular/node_modules/@tanstack/query-core/build/modern/queryObserver.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/queryObserver.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/modern/queryObserver.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/queryObserver.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/queryObserver.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/queryObserver.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/queryObserver.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/queryObserver.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/modern/queryObserver.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/queryObserver.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/queryObserver.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/queryObserver.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/modern/queryObserver.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/queryObserver.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/queryObserver.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/queryObserver.js b/apps/angular/node_modules/@tanstack/query-core/build/modern/queryObserver.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/queryObserver.js rename to apps/angular/node_modules/@tanstack/query-core/build/modern/queryObserver.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/queryObserver.js.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/queryObserver.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/queryObserver.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/queryObserver.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/removable.cjs b/apps/angular/node_modules/@tanstack/query-core/build/modern/removable.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/removable.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/modern/removable.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/removable.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/removable.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/removable.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/removable.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/removable.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/modern/removable.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/removable.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/removable.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/removable.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/modern/removable.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/removable.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/removable.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/removable.js b/apps/angular/node_modules/@tanstack/query-core/build/modern/removable.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/removable.js rename to apps/angular/node_modules/@tanstack/query-core/build/modern/removable.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/removable.js.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/removable.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/removable.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/removable.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/retryer.cjs b/apps/angular/node_modules/@tanstack/query-core/build/modern/retryer.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/retryer.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/modern/retryer.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/retryer.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/retryer.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/retryer.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/retryer.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/retryer.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/modern/retryer.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/retryer.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/retryer.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/retryer.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/modern/retryer.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/retryer.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/retryer.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/retryer.js b/apps/angular/node_modules/@tanstack/query-core/build/modern/retryer.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/retryer.js rename to apps/angular/node_modules/@tanstack/query-core/build/modern/retryer.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/retryer.js.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/retryer.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/retryer.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/retryer.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/streamedQuery.cjs b/apps/angular/node_modules/@tanstack/query-core/build/modern/streamedQuery.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/streamedQuery.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/modern/streamedQuery.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/streamedQuery.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/streamedQuery.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/streamedQuery.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/streamedQuery.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/streamedQuery.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/modern/streamedQuery.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/streamedQuery.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/streamedQuery.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/streamedQuery.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/modern/streamedQuery.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/streamedQuery.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/streamedQuery.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/streamedQuery.js b/apps/angular/node_modules/@tanstack/query-core/build/modern/streamedQuery.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/streamedQuery.js rename to apps/angular/node_modules/@tanstack/query-core/build/modern/streamedQuery.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/streamedQuery.js.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/streamedQuery.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/streamedQuery.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/streamedQuery.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/subscribable.cjs b/apps/angular/node_modules/@tanstack/query-core/build/modern/subscribable.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/subscribable.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/modern/subscribable.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/subscribable.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/subscribable.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/subscribable.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/subscribable.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/subscribable.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/modern/subscribable.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/subscribable.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/subscribable.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/subscribable.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/modern/subscribable.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/subscribable.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/subscribable.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/subscribable.js b/apps/angular/node_modules/@tanstack/query-core/build/modern/subscribable.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/subscribable.js rename to apps/angular/node_modules/@tanstack/query-core/build/modern/subscribable.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/subscribable.js.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/subscribable.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/subscribable.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/subscribable.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/thenable.cjs b/apps/angular/node_modules/@tanstack/query-core/build/modern/thenable.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/thenable.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/modern/thenable.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/thenable.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/thenable.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/thenable.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/thenable.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/thenable.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/modern/thenable.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/thenable.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/thenable.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/thenable.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/modern/thenable.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/thenable.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/thenable.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/thenable.js b/apps/angular/node_modules/@tanstack/query-core/build/modern/thenable.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/thenable.js rename to apps/angular/node_modules/@tanstack/query-core/build/modern/thenable.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/thenable.js.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/thenable.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/thenable.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/thenable.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/timeoutManager.cjs b/apps/angular/node_modules/@tanstack/query-core/build/modern/timeoutManager.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/timeoutManager.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/modern/timeoutManager.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/timeoutManager.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/timeoutManager.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/timeoutManager.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/timeoutManager.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/timeoutManager.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/modern/timeoutManager.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/timeoutManager.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/timeoutManager.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/timeoutManager.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/modern/timeoutManager.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/timeoutManager.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/timeoutManager.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/timeoutManager.js b/apps/angular/node_modules/@tanstack/query-core/build/modern/timeoutManager.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/timeoutManager.js rename to apps/angular/node_modules/@tanstack/query-core/build/modern/timeoutManager.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/timeoutManager.js.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/timeoutManager.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/timeoutManager.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/timeoutManager.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/types.cjs b/apps/angular/node_modules/@tanstack/query-core/build/modern/types.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/types.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/modern/types.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/types.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/types.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/types.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/types.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/types.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/modern/types.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/types.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/types.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/types.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/modern/types.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/types.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/types.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/types.js b/apps/angular/node_modules/@tanstack/query-core/build/modern/types.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/types.js rename to apps/angular/node_modules/@tanstack/query-core/build/modern/types.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/types.js.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/types.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/types.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/types.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/utils.cjs b/apps/angular/node_modules/@tanstack/query-core/build/modern/utils.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/utils.cjs rename to apps/angular/node_modules/@tanstack/query-core/build/modern/utils.cjs diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/utils.cjs.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/utils.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/utils.cjs.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/utils.cjs.map diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/utils.d.cts b/apps/angular/node_modules/@tanstack/query-core/build/modern/utils.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/utils.d.cts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/utils.d.cts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/utils.d.ts b/apps/angular/node_modules/@tanstack/query-core/build/modern/utils.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/utils.d.ts rename to apps/angular/node_modules/@tanstack/query-core/build/modern/utils.d.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/utils.js b/apps/angular/node_modules/@tanstack/query-core/build/modern/utils.js similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/utils.js rename to apps/angular/node_modules/@tanstack/query-core/build/modern/utils.js diff --git a/ClientApp/node_modules/@tanstack/query-core/build/modern/utils.js.map b/apps/angular/node_modules/@tanstack/query-core/build/modern/utils.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/build/modern/utils.js.map rename to apps/angular/node_modules/@tanstack/query-core/build/modern/utils.js.map diff --git a/ClientApp/node_modules/@tanstack/query-core/package.json b/apps/angular/node_modules/@tanstack/query-core/package.json similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/package.json rename to apps/angular/node_modules/@tanstack/query-core/package.json diff --git a/ClientApp/node_modules/@tanstack/query-core/src/environmentManager.ts b/apps/angular/node_modules/@tanstack/query-core/src/environmentManager.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/src/environmentManager.ts rename to apps/angular/node_modules/@tanstack/query-core/src/environmentManager.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/src/focusManager.ts b/apps/angular/node_modules/@tanstack/query-core/src/focusManager.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/src/focusManager.ts rename to apps/angular/node_modules/@tanstack/query-core/src/focusManager.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/src/hydration.ts b/apps/angular/node_modules/@tanstack/query-core/src/hydration.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/src/hydration.ts rename to apps/angular/node_modules/@tanstack/query-core/src/hydration.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/src/index.ts b/apps/angular/node_modules/@tanstack/query-core/src/index.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/src/index.ts rename to apps/angular/node_modules/@tanstack/query-core/src/index.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/src/infiniteQueryBehavior.ts b/apps/angular/node_modules/@tanstack/query-core/src/infiniteQueryBehavior.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/src/infiniteQueryBehavior.ts rename to apps/angular/node_modules/@tanstack/query-core/src/infiniteQueryBehavior.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/src/infiniteQueryObserver.ts b/apps/angular/node_modules/@tanstack/query-core/src/infiniteQueryObserver.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/src/infiniteQueryObserver.ts rename to apps/angular/node_modules/@tanstack/query-core/src/infiniteQueryObserver.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/src/mutation.ts b/apps/angular/node_modules/@tanstack/query-core/src/mutation.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/src/mutation.ts rename to apps/angular/node_modules/@tanstack/query-core/src/mutation.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/src/mutationCache.ts b/apps/angular/node_modules/@tanstack/query-core/src/mutationCache.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/src/mutationCache.ts rename to apps/angular/node_modules/@tanstack/query-core/src/mutationCache.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/src/mutationObserver.ts b/apps/angular/node_modules/@tanstack/query-core/src/mutationObserver.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/src/mutationObserver.ts rename to apps/angular/node_modules/@tanstack/query-core/src/mutationObserver.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/src/notifyManager.ts b/apps/angular/node_modules/@tanstack/query-core/src/notifyManager.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/src/notifyManager.ts rename to apps/angular/node_modules/@tanstack/query-core/src/notifyManager.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/src/onlineManager.ts b/apps/angular/node_modules/@tanstack/query-core/src/onlineManager.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/src/onlineManager.ts rename to apps/angular/node_modules/@tanstack/query-core/src/onlineManager.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/src/queriesObserver.ts b/apps/angular/node_modules/@tanstack/query-core/src/queriesObserver.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/src/queriesObserver.ts rename to apps/angular/node_modules/@tanstack/query-core/src/queriesObserver.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/src/query.ts b/apps/angular/node_modules/@tanstack/query-core/src/query.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/src/query.ts rename to apps/angular/node_modules/@tanstack/query-core/src/query.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/src/queryCache.ts b/apps/angular/node_modules/@tanstack/query-core/src/queryCache.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/src/queryCache.ts rename to apps/angular/node_modules/@tanstack/query-core/src/queryCache.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/src/queryClient.ts b/apps/angular/node_modules/@tanstack/query-core/src/queryClient.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/src/queryClient.ts rename to apps/angular/node_modules/@tanstack/query-core/src/queryClient.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/src/queryObserver.ts b/apps/angular/node_modules/@tanstack/query-core/src/queryObserver.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/src/queryObserver.ts rename to apps/angular/node_modules/@tanstack/query-core/src/queryObserver.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/src/removable.ts b/apps/angular/node_modules/@tanstack/query-core/src/removable.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/src/removable.ts rename to apps/angular/node_modules/@tanstack/query-core/src/removable.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/src/retryer.ts b/apps/angular/node_modules/@tanstack/query-core/src/retryer.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/src/retryer.ts rename to apps/angular/node_modules/@tanstack/query-core/src/retryer.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/src/streamedQuery.ts b/apps/angular/node_modules/@tanstack/query-core/src/streamedQuery.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/src/streamedQuery.ts rename to apps/angular/node_modules/@tanstack/query-core/src/streamedQuery.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/src/subscribable.ts b/apps/angular/node_modules/@tanstack/query-core/src/subscribable.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/src/subscribable.ts rename to apps/angular/node_modules/@tanstack/query-core/src/subscribable.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/src/thenable.ts b/apps/angular/node_modules/@tanstack/query-core/src/thenable.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/src/thenable.ts rename to apps/angular/node_modules/@tanstack/query-core/src/thenable.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/src/timeoutManager.ts b/apps/angular/node_modules/@tanstack/query-core/src/timeoutManager.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/src/timeoutManager.ts rename to apps/angular/node_modules/@tanstack/query-core/src/timeoutManager.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/src/types.ts b/apps/angular/node_modules/@tanstack/query-core/src/types.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/src/types.ts rename to apps/angular/node_modules/@tanstack/query-core/src/types.ts diff --git a/ClientApp/node_modules/@tanstack/query-core/src/utils.ts b/apps/angular/node_modules/@tanstack/query-core/src/utils.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/query-core/src/utils.ts rename to apps/angular/node_modules/@tanstack/query-core/src/utils.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/LICENSE b/apps/angular/node_modules/@tanstack/react-query/LICENSE similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/LICENSE rename to apps/angular/node_modules/@tanstack/react-query/LICENSE diff --git a/ClientApp/node_modules/@tanstack/react-query/README.md b/apps/angular/node_modules/@tanstack/react-query/README.md similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/README.md rename to apps/angular/node_modules/@tanstack/react-query/README.md diff --git a/ClientApp/node_modules/@tanstack/react-query/build/codemods/src/utils/index.cjs b/apps/angular/node_modules/@tanstack/react-query/build/codemods/src/utils/index.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/codemods/src/utils/index.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/codemods/src/utils/index.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/codemods/src/utils/transformers/query-cache-transformer.cjs b/apps/angular/node_modules/@tanstack/react-query/build/codemods/src/utils/transformers/query-cache-transformer.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/codemods/src/utils/transformers/query-cache-transformer.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/codemods/src/utils/transformers/query-cache-transformer.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/codemods/src/utils/transformers/query-client-transformer.cjs b/apps/angular/node_modules/@tanstack/react-query/build/codemods/src/utils/transformers/query-client-transformer.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/codemods/src/utils/transformers/query-client-transformer.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/codemods/src/utils/transformers/query-client-transformer.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/codemods/src/utils/transformers/use-query-like-transformer.cjs b/apps/angular/node_modules/@tanstack/react-query/build/codemods/src/utils/transformers/use-query-like-transformer.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/codemods/src/utils/transformers/use-query-like-transformer.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/codemods/src/utils/transformers/use-query-like-transformer.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/codemods/src/v4/key-transformation.cjs b/apps/angular/node_modules/@tanstack/react-query/build/codemods/src/v4/key-transformation.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/codemods/src/v4/key-transformation.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/codemods/src/v4/key-transformation.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/codemods/src/v4/replace-import-specifier.cjs b/apps/angular/node_modules/@tanstack/react-query/build/codemods/src/v4/replace-import-specifier.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/codemods/src/v4/replace-import-specifier.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/codemods/src/v4/replace-import-specifier.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/codemods/src/v4/utils/replacers/key-replacer.cjs b/apps/angular/node_modules/@tanstack/react-query/build/codemods/src/v4/utils/replacers/key-replacer.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/codemods/src/v4/utils/replacers/key-replacer.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/codemods/src/v4/utils/replacers/key-replacer.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/codemods/src/v5/is-loading/is-loading.cjs b/apps/angular/node_modules/@tanstack/react-query/build/codemods/src/v5/is-loading/is-loading.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/codemods/src/v5/is-loading/is-loading.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/codemods/src/v5/is-loading/is-loading.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/codemods/src/v5/keep-previous-data/README.md b/apps/angular/node_modules/@tanstack/react-query/build/codemods/src/v5/keep-previous-data/README.md similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/codemods/src/v5/keep-previous-data/README.md rename to apps/angular/node_modules/@tanstack/react-query/build/codemods/src/v5/keep-previous-data/README.md diff --git a/ClientApp/node_modules/@tanstack/react-query/build/codemods/src/v5/keep-previous-data/keep-previous-data.cjs b/apps/angular/node_modules/@tanstack/react-query/build/codemods/src/v5/keep-previous-data/keep-previous-data.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/codemods/src/v5/keep-previous-data/keep-previous-data.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/codemods/src/v5/keep-previous-data/keep-previous-data.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/codemods/src/v5/keep-previous-data/utils/already-has-placeholder-data-property.cjs b/apps/angular/node_modules/@tanstack/react-query/build/codemods/src/v5/keep-previous-data/utils/already-has-placeholder-data-property.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/codemods/src/v5/keep-previous-data/utils/already-has-placeholder-data-property.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/codemods/src/v5/keep-previous-data/utils/already-has-placeholder-data-property.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/codemods/src/v5/remove-overloads/remove-overloads.cjs b/apps/angular/node_modules/@tanstack/react-query/build/codemods/src/v5/remove-overloads/remove-overloads.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/codemods/src/v5/remove-overloads/remove-overloads.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/codemods/src/v5/remove-overloads/remove-overloads.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/codemods/src/v5/remove-overloads/transformers/filter-aware-usage-transformer.cjs b/apps/angular/node_modules/@tanstack/react-query/build/codemods/src/v5/remove-overloads/transformers/filter-aware-usage-transformer.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/codemods/src/v5/remove-overloads/transformers/filter-aware-usage-transformer.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/codemods/src/v5/remove-overloads/transformers/filter-aware-usage-transformer.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/codemods/src/v5/remove-overloads/transformers/query-fn-aware-usage-transformer.cjs b/apps/angular/node_modules/@tanstack/react-query/build/codemods/src/v5/remove-overloads/transformers/query-fn-aware-usage-transformer.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/codemods/src/v5/remove-overloads/transformers/query-fn-aware-usage-transformer.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/codemods/src/v5/remove-overloads/transformers/query-fn-aware-usage-transformer.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/codemods/src/v5/remove-overloads/utils/index.cjs b/apps/angular/node_modules/@tanstack/react-query/build/codemods/src/v5/remove-overloads/utils/index.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/codemods/src/v5/remove-overloads/utils/index.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/codemods/src/v5/remove-overloads/utils/index.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/codemods/src/v5/remove-overloads/utils/unknown-usage-error.cjs b/apps/angular/node_modules/@tanstack/react-query/build/codemods/src/v5/remove-overloads/utils/unknown-usage-error.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/codemods/src/v5/remove-overloads/utils/unknown-usage-error.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/codemods/src/v5/remove-overloads/utils/unknown-usage-error.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/codemods/src/v5/rename-hydrate/rename-hydrate.cjs b/apps/angular/node_modules/@tanstack/react-query/build/codemods/src/v5/rename-hydrate/rename-hydrate.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/codemods/src/v5/rename-hydrate/rename-hydrate.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/codemods/src/v5/rename-hydrate/rename-hydrate.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/codemods/src/v5/rename-properties/rename-properties.cjs b/apps/angular/node_modules/@tanstack/react-query/build/codemods/src/v5/rename-properties/rename-properties.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/codemods/src/v5/rename-properties/rename-properties.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/codemods/src/v5/rename-properties/rename-properties.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/HydrationBoundary.cjs b/apps/angular/node_modules/@tanstack/react-query/build/legacy/HydrationBoundary.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/HydrationBoundary.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/HydrationBoundary.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/HydrationBoundary.cjs.map b/apps/angular/node_modules/@tanstack/react-query/build/legacy/HydrationBoundary.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/HydrationBoundary.cjs.map rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/HydrationBoundary.cjs.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/HydrationBoundary.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/HydrationBoundary.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/HydrationBoundary.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/HydrationBoundary.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/HydrationBoundary.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/HydrationBoundary.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/HydrationBoundary.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/HydrationBoundary.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/HydrationBoundary.js b/apps/angular/node_modules/@tanstack/react-query/build/legacy/HydrationBoundary.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/HydrationBoundary.js rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/HydrationBoundary.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/HydrationBoundary.js.map b/apps/angular/node_modules/@tanstack/react-query/build/legacy/HydrationBoundary.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/HydrationBoundary.js.map rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/HydrationBoundary.js.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/IsRestoringProvider.cjs b/apps/angular/node_modules/@tanstack/react-query/build/legacy/IsRestoringProvider.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/IsRestoringProvider.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/IsRestoringProvider.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/IsRestoringProvider.cjs.map b/apps/angular/node_modules/@tanstack/react-query/build/legacy/IsRestoringProvider.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/IsRestoringProvider.cjs.map rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/IsRestoringProvider.cjs.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/IsRestoringProvider.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/IsRestoringProvider.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/IsRestoringProvider.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/IsRestoringProvider.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/IsRestoringProvider.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/IsRestoringProvider.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/IsRestoringProvider.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/IsRestoringProvider.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/IsRestoringProvider.js b/apps/angular/node_modules/@tanstack/react-query/build/legacy/IsRestoringProvider.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/IsRestoringProvider.js rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/IsRestoringProvider.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/IsRestoringProvider.js.map b/apps/angular/node_modules/@tanstack/react-query/build/legacy/IsRestoringProvider.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/IsRestoringProvider.js.map rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/IsRestoringProvider.js.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/QueryClientProvider.cjs b/apps/angular/node_modules/@tanstack/react-query/build/legacy/QueryClientProvider.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/QueryClientProvider.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/QueryClientProvider.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/QueryClientProvider.cjs.map b/apps/angular/node_modules/@tanstack/react-query/build/legacy/QueryClientProvider.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/QueryClientProvider.cjs.map rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/QueryClientProvider.cjs.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/QueryClientProvider.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/QueryClientProvider.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/QueryClientProvider.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/QueryClientProvider.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/QueryClientProvider.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/QueryClientProvider.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/QueryClientProvider.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/QueryClientProvider.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/QueryClientProvider.js b/apps/angular/node_modules/@tanstack/react-query/build/legacy/QueryClientProvider.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/QueryClientProvider.js rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/QueryClientProvider.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/QueryClientProvider.js.map b/apps/angular/node_modules/@tanstack/react-query/build/legacy/QueryClientProvider.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/QueryClientProvider.js.map rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/QueryClientProvider.js.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/QueryErrorResetBoundary.cjs b/apps/angular/node_modules/@tanstack/react-query/build/legacy/QueryErrorResetBoundary.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/QueryErrorResetBoundary.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/QueryErrorResetBoundary.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/QueryErrorResetBoundary.cjs.map b/apps/angular/node_modules/@tanstack/react-query/build/legacy/QueryErrorResetBoundary.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/QueryErrorResetBoundary.cjs.map rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/QueryErrorResetBoundary.cjs.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/QueryErrorResetBoundary.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/QueryErrorResetBoundary.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/QueryErrorResetBoundary.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/QueryErrorResetBoundary.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/QueryErrorResetBoundary.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/QueryErrorResetBoundary.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/QueryErrorResetBoundary.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/QueryErrorResetBoundary.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/QueryErrorResetBoundary.js b/apps/angular/node_modules/@tanstack/react-query/build/legacy/QueryErrorResetBoundary.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/QueryErrorResetBoundary.js rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/QueryErrorResetBoundary.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/QueryErrorResetBoundary.js.map b/apps/angular/node_modules/@tanstack/react-query/build/legacy/QueryErrorResetBoundary.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/QueryErrorResetBoundary.js.map rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/QueryErrorResetBoundary.js.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/_tsup-dts-rollup.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/_tsup-dts-rollup.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/_tsup-dts-rollup.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/_tsup-dts-rollup.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/_tsup-dts-rollup.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/_tsup-dts-rollup.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/_tsup-dts-rollup.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/_tsup-dts-rollup.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/errorBoundaryUtils.cjs b/apps/angular/node_modules/@tanstack/react-query/build/legacy/errorBoundaryUtils.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/errorBoundaryUtils.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/errorBoundaryUtils.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/errorBoundaryUtils.cjs.map b/apps/angular/node_modules/@tanstack/react-query/build/legacy/errorBoundaryUtils.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/errorBoundaryUtils.cjs.map rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/errorBoundaryUtils.cjs.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/errorBoundaryUtils.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/errorBoundaryUtils.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/errorBoundaryUtils.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/errorBoundaryUtils.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/errorBoundaryUtils.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/errorBoundaryUtils.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/errorBoundaryUtils.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/errorBoundaryUtils.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/errorBoundaryUtils.js b/apps/angular/node_modules/@tanstack/react-query/build/legacy/errorBoundaryUtils.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/errorBoundaryUtils.js rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/errorBoundaryUtils.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/errorBoundaryUtils.js.map b/apps/angular/node_modules/@tanstack/react-query/build/legacy/errorBoundaryUtils.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/errorBoundaryUtils.js.map rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/errorBoundaryUtils.js.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/index.cjs b/apps/angular/node_modules/@tanstack/react-query/build/legacy/index.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/index.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/index.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/index.cjs.map b/apps/angular/node_modules/@tanstack/react-query/build/legacy/index.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/index.cjs.map rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/index.cjs.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/index.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/index.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/index.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/index.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/index.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/index.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/index.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/index.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/index.js b/apps/angular/node_modules/@tanstack/react-query/build/legacy/index.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/index.js rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/index.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/index.js.map b/apps/angular/node_modules/@tanstack/react-query/build/legacy/index.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/index.js.map rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/index.js.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/infiniteQueryOptions.cjs b/apps/angular/node_modules/@tanstack/react-query/build/legacy/infiniteQueryOptions.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/infiniteQueryOptions.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/infiniteQueryOptions.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/infiniteQueryOptions.cjs.map b/apps/angular/node_modules/@tanstack/react-query/build/legacy/infiniteQueryOptions.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/infiniteQueryOptions.cjs.map rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/infiniteQueryOptions.cjs.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/infiniteQueryOptions.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/infiniteQueryOptions.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/infiniteQueryOptions.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/infiniteQueryOptions.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/infiniteQueryOptions.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/infiniteQueryOptions.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/infiniteQueryOptions.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/infiniteQueryOptions.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/infiniteQueryOptions.js b/apps/angular/node_modules/@tanstack/react-query/build/legacy/infiniteQueryOptions.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/infiniteQueryOptions.js rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/infiniteQueryOptions.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/infiniteQueryOptions.js.map b/apps/angular/node_modules/@tanstack/react-query/build/legacy/infiniteQueryOptions.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/infiniteQueryOptions.js.map rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/infiniteQueryOptions.js.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/mutationOptions.cjs b/apps/angular/node_modules/@tanstack/react-query/build/legacy/mutationOptions.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/mutationOptions.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/mutationOptions.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/mutationOptions.cjs.map b/apps/angular/node_modules/@tanstack/react-query/build/legacy/mutationOptions.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/mutationOptions.cjs.map rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/mutationOptions.cjs.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/mutationOptions.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/mutationOptions.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/mutationOptions.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/mutationOptions.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/mutationOptions.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/mutationOptions.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/mutationOptions.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/mutationOptions.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/mutationOptions.js b/apps/angular/node_modules/@tanstack/react-query/build/legacy/mutationOptions.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/mutationOptions.js rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/mutationOptions.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/mutationOptions.js.map b/apps/angular/node_modules/@tanstack/react-query/build/legacy/mutationOptions.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/mutationOptions.js.map rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/mutationOptions.js.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/queryOptions.cjs b/apps/angular/node_modules/@tanstack/react-query/build/legacy/queryOptions.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/queryOptions.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/queryOptions.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/queryOptions.cjs.map b/apps/angular/node_modules/@tanstack/react-query/build/legacy/queryOptions.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/queryOptions.cjs.map rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/queryOptions.cjs.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/queryOptions.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/queryOptions.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/queryOptions.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/queryOptions.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/queryOptions.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/queryOptions.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/queryOptions.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/queryOptions.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/queryOptions.js b/apps/angular/node_modules/@tanstack/react-query/build/legacy/queryOptions.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/queryOptions.js rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/queryOptions.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/queryOptions.js.map b/apps/angular/node_modules/@tanstack/react-query/build/legacy/queryOptions.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/queryOptions.js.map rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/queryOptions.js.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/suspense.cjs b/apps/angular/node_modules/@tanstack/react-query/build/legacy/suspense.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/suspense.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/suspense.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/suspense.cjs.map b/apps/angular/node_modules/@tanstack/react-query/build/legacy/suspense.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/suspense.cjs.map rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/suspense.cjs.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/suspense.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/suspense.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/suspense.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/suspense.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/suspense.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/suspense.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/suspense.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/suspense.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/suspense.js b/apps/angular/node_modules/@tanstack/react-query/build/legacy/suspense.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/suspense.js rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/suspense.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/suspense.js.map b/apps/angular/node_modules/@tanstack/react-query/build/legacy/suspense.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/suspense.js.map rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/suspense.js.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/types.cjs b/apps/angular/node_modules/@tanstack/react-query/build/legacy/types.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/types.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/types.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/types.cjs.map b/apps/angular/node_modules/@tanstack/react-query/build/legacy/types.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/types.cjs.map rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/types.cjs.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/types.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/types.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/types.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/types.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/types.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/types.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/types.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/types.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/types.js b/apps/angular/node_modules/@tanstack/react-query/build/legacy/types.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/types.js rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/types.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/types.js.map b/apps/angular/node_modules/@tanstack/react-query/build/legacy/types.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/types.js.map rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/types.js.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useBaseQuery.cjs b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useBaseQuery.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useBaseQuery.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useBaseQuery.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useBaseQuery.cjs.map b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useBaseQuery.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useBaseQuery.cjs.map rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useBaseQuery.cjs.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useBaseQuery.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useBaseQuery.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useBaseQuery.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useBaseQuery.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useBaseQuery.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useBaseQuery.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useBaseQuery.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useBaseQuery.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useBaseQuery.js b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useBaseQuery.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useBaseQuery.js rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useBaseQuery.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useBaseQuery.js.map b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useBaseQuery.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useBaseQuery.js.map rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useBaseQuery.js.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useInfiniteQuery.cjs b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useInfiniteQuery.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useInfiniteQuery.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useInfiniteQuery.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useInfiniteQuery.cjs.map b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useInfiniteQuery.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useInfiniteQuery.cjs.map rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useInfiniteQuery.cjs.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useInfiniteQuery.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useInfiniteQuery.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useInfiniteQuery.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useInfiniteQuery.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useInfiniteQuery.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useInfiniteQuery.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useInfiniteQuery.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useInfiniteQuery.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useInfiniteQuery.js b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useInfiniteQuery.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useInfiniteQuery.js rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useInfiniteQuery.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useInfiniteQuery.js.map b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useInfiniteQuery.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useInfiniteQuery.js.map rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useInfiniteQuery.js.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useIsFetching.cjs b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useIsFetching.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useIsFetching.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useIsFetching.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useIsFetching.cjs.map b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useIsFetching.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useIsFetching.cjs.map rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useIsFetching.cjs.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useIsFetching.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useIsFetching.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useIsFetching.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useIsFetching.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useIsFetching.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useIsFetching.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useIsFetching.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useIsFetching.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useIsFetching.js b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useIsFetching.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useIsFetching.js rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useIsFetching.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useIsFetching.js.map b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useIsFetching.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useIsFetching.js.map rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useIsFetching.js.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useMutation.cjs b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useMutation.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useMutation.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useMutation.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useMutation.cjs.map b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useMutation.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useMutation.cjs.map rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useMutation.cjs.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useMutation.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useMutation.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useMutation.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useMutation.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useMutation.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useMutation.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useMutation.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useMutation.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useMutation.js b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useMutation.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useMutation.js rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useMutation.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useMutation.js.map b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useMutation.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useMutation.js.map rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useMutation.js.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useMutationState.cjs b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useMutationState.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useMutationState.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useMutationState.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useMutationState.cjs.map b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useMutationState.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useMutationState.cjs.map rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useMutationState.cjs.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useMutationState.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useMutationState.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useMutationState.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useMutationState.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useMutationState.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useMutationState.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useMutationState.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useMutationState.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useMutationState.js b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useMutationState.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useMutationState.js rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useMutationState.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useMutationState.js.map b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useMutationState.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useMutationState.js.map rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useMutationState.js.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/usePrefetchInfiniteQuery.cjs b/apps/angular/node_modules/@tanstack/react-query/build/legacy/usePrefetchInfiniteQuery.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/usePrefetchInfiniteQuery.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/usePrefetchInfiniteQuery.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/usePrefetchInfiniteQuery.cjs.map b/apps/angular/node_modules/@tanstack/react-query/build/legacy/usePrefetchInfiniteQuery.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/usePrefetchInfiniteQuery.cjs.map rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/usePrefetchInfiniteQuery.cjs.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/usePrefetchInfiniteQuery.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/usePrefetchInfiniteQuery.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/usePrefetchInfiniteQuery.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/usePrefetchInfiniteQuery.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/usePrefetchInfiniteQuery.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/usePrefetchInfiniteQuery.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/usePrefetchInfiniteQuery.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/usePrefetchInfiniteQuery.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/usePrefetchInfiniteQuery.js b/apps/angular/node_modules/@tanstack/react-query/build/legacy/usePrefetchInfiniteQuery.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/usePrefetchInfiniteQuery.js rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/usePrefetchInfiniteQuery.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/usePrefetchInfiniteQuery.js.map b/apps/angular/node_modules/@tanstack/react-query/build/legacy/usePrefetchInfiniteQuery.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/usePrefetchInfiniteQuery.js.map rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/usePrefetchInfiniteQuery.js.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/usePrefetchQuery.cjs b/apps/angular/node_modules/@tanstack/react-query/build/legacy/usePrefetchQuery.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/usePrefetchQuery.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/usePrefetchQuery.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/usePrefetchQuery.cjs.map b/apps/angular/node_modules/@tanstack/react-query/build/legacy/usePrefetchQuery.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/usePrefetchQuery.cjs.map rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/usePrefetchQuery.cjs.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/usePrefetchQuery.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/usePrefetchQuery.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/usePrefetchQuery.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/usePrefetchQuery.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/usePrefetchQuery.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/usePrefetchQuery.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/usePrefetchQuery.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/usePrefetchQuery.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/usePrefetchQuery.js b/apps/angular/node_modules/@tanstack/react-query/build/legacy/usePrefetchQuery.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/usePrefetchQuery.js rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/usePrefetchQuery.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/usePrefetchQuery.js.map b/apps/angular/node_modules/@tanstack/react-query/build/legacy/usePrefetchQuery.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/usePrefetchQuery.js.map rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/usePrefetchQuery.js.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useQueries.cjs b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useQueries.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useQueries.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useQueries.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useQueries.cjs.map b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useQueries.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useQueries.cjs.map rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useQueries.cjs.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useQueries.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useQueries.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useQueries.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useQueries.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useQueries.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useQueries.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useQueries.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useQueries.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useQueries.js b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useQueries.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useQueries.js rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useQueries.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useQueries.js.map b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useQueries.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useQueries.js.map rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useQueries.js.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useQuery.cjs b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useQuery.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useQuery.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useQuery.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useQuery.cjs.map b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useQuery.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useQuery.cjs.map rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useQuery.cjs.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useQuery.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useQuery.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useQuery.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useQuery.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useQuery.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useQuery.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useQuery.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useQuery.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useQuery.js b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useQuery.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useQuery.js rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useQuery.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useQuery.js.map b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useQuery.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useQuery.js.map rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useQuery.js.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useSuspenseInfiniteQuery.cjs b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useSuspenseInfiniteQuery.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useSuspenseInfiniteQuery.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useSuspenseInfiniteQuery.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useSuspenseInfiniteQuery.cjs.map b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useSuspenseInfiniteQuery.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useSuspenseInfiniteQuery.cjs.map rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useSuspenseInfiniteQuery.cjs.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useSuspenseInfiniteQuery.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useSuspenseInfiniteQuery.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useSuspenseInfiniteQuery.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useSuspenseInfiniteQuery.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useSuspenseInfiniteQuery.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useSuspenseInfiniteQuery.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useSuspenseInfiniteQuery.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useSuspenseInfiniteQuery.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useSuspenseInfiniteQuery.js b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useSuspenseInfiniteQuery.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useSuspenseInfiniteQuery.js rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useSuspenseInfiniteQuery.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useSuspenseInfiniteQuery.js.map b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useSuspenseInfiniteQuery.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useSuspenseInfiniteQuery.js.map rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useSuspenseInfiniteQuery.js.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useSuspenseQueries.cjs b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useSuspenseQueries.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useSuspenseQueries.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useSuspenseQueries.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useSuspenseQueries.cjs.map b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useSuspenseQueries.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useSuspenseQueries.cjs.map rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useSuspenseQueries.cjs.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useSuspenseQueries.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useSuspenseQueries.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useSuspenseQueries.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useSuspenseQueries.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useSuspenseQueries.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useSuspenseQueries.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useSuspenseQueries.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useSuspenseQueries.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useSuspenseQueries.js b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useSuspenseQueries.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useSuspenseQueries.js rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useSuspenseQueries.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useSuspenseQueries.js.map b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useSuspenseQueries.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useSuspenseQueries.js.map rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useSuspenseQueries.js.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useSuspenseQuery.cjs b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useSuspenseQuery.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useSuspenseQuery.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useSuspenseQuery.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useSuspenseQuery.cjs.map b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useSuspenseQuery.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useSuspenseQuery.cjs.map rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useSuspenseQuery.cjs.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useSuspenseQuery.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useSuspenseQuery.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useSuspenseQuery.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useSuspenseQuery.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useSuspenseQuery.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useSuspenseQuery.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useSuspenseQuery.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useSuspenseQuery.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useSuspenseQuery.js b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useSuspenseQuery.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useSuspenseQuery.js rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useSuspenseQuery.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/legacy/useSuspenseQuery.js.map b/apps/angular/node_modules/@tanstack/react-query/build/legacy/useSuspenseQuery.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/legacy/useSuspenseQuery.js.map rename to apps/angular/node_modules/@tanstack/react-query/build/legacy/useSuspenseQuery.js.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/HydrationBoundary.cjs b/apps/angular/node_modules/@tanstack/react-query/build/modern/HydrationBoundary.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/HydrationBoundary.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/modern/HydrationBoundary.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/HydrationBoundary.cjs.map b/apps/angular/node_modules/@tanstack/react-query/build/modern/HydrationBoundary.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/HydrationBoundary.cjs.map rename to apps/angular/node_modules/@tanstack/react-query/build/modern/HydrationBoundary.cjs.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/HydrationBoundary.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/modern/HydrationBoundary.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/HydrationBoundary.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/HydrationBoundary.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/HydrationBoundary.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/modern/HydrationBoundary.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/HydrationBoundary.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/HydrationBoundary.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/HydrationBoundary.js b/apps/angular/node_modules/@tanstack/react-query/build/modern/HydrationBoundary.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/HydrationBoundary.js rename to apps/angular/node_modules/@tanstack/react-query/build/modern/HydrationBoundary.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/HydrationBoundary.js.map b/apps/angular/node_modules/@tanstack/react-query/build/modern/HydrationBoundary.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/HydrationBoundary.js.map rename to apps/angular/node_modules/@tanstack/react-query/build/modern/HydrationBoundary.js.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/IsRestoringProvider.cjs b/apps/angular/node_modules/@tanstack/react-query/build/modern/IsRestoringProvider.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/IsRestoringProvider.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/modern/IsRestoringProvider.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/IsRestoringProvider.cjs.map b/apps/angular/node_modules/@tanstack/react-query/build/modern/IsRestoringProvider.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/IsRestoringProvider.cjs.map rename to apps/angular/node_modules/@tanstack/react-query/build/modern/IsRestoringProvider.cjs.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/IsRestoringProvider.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/modern/IsRestoringProvider.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/IsRestoringProvider.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/IsRestoringProvider.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/IsRestoringProvider.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/modern/IsRestoringProvider.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/IsRestoringProvider.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/IsRestoringProvider.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/IsRestoringProvider.js b/apps/angular/node_modules/@tanstack/react-query/build/modern/IsRestoringProvider.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/IsRestoringProvider.js rename to apps/angular/node_modules/@tanstack/react-query/build/modern/IsRestoringProvider.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/IsRestoringProvider.js.map b/apps/angular/node_modules/@tanstack/react-query/build/modern/IsRestoringProvider.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/IsRestoringProvider.js.map rename to apps/angular/node_modules/@tanstack/react-query/build/modern/IsRestoringProvider.js.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/QueryClientProvider.cjs b/apps/angular/node_modules/@tanstack/react-query/build/modern/QueryClientProvider.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/QueryClientProvider.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/modern/QueryClientProvider.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/QueryClientProvider.cjs.map b/apps/angular/node_modules/@tanstack/react-query/build/modern/QueryClientProvider.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/QueryClientProvider.cjs.map rename to apps/angular/node_modules/@tanstack/react-query/build/modern/QueryClientProvider.cjs.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/QueryClientProvider.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/modern/QueryClientProvider.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/QueryClientProvider.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/QueryClientProvider.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/QueryClientProvider.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/modern/QueryClientProvider.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/QueryClientProvider.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/QueryClientProvider.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/QueryClientProvider.js b/apps/angular/node_modules/@tanstack/react-query/build/modern/QueryClientProvider.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/QueryClientProvider.js rename to apps/angular/node_modules/@tanstack/react-query/build/modern/QueryClientProvider.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/QueryClientProvider.js.map b/apps/angular/node_modules/@tanstack/react-query/build/modern/QueryClientProvider.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/QueryClientProvider.js.map rename to apps/angular/node_modules/@tanstack/react-query/build/modern/QueryClientProvider.js.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/QueryErrorResetBoundary.cjs b/apps/angular/node_modules/@tanstack/react-query/build/modern/QueryErrorResetBoundary.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/QueryErrorResetBoundary.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/modern/QueryErrorResetBoundary.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/QueryErrorResetBoundary.cjs.map b/apps/angular/node_modules/@tanstack/react-query/build/modern/QueryErrorResetBoundary.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/QueryErrorResetBoundary.cjs.map rename to apps/angular/node_modules/@tanstack/react-query/build/modern/QueryErrorResetBoundary.cjs.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/QueryErrorResetBoundary.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/modern/QueryErrorResetBoundary.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/QueryErrorResetBoundary.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/QueryErrorResetBoundary.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/QueryErrorResetBoundary.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/modern/QueryErrorResetBoundary.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/QueryErrorResetBoundary.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/QueryErrorResetBoundary.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/QueryErrorResetBoundary.js b/apps/angular/node_modules/@tanstack/react-query/build/modern/QueryErrorResetBoundary.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/QueryErrorResetBoundary.js rename to apps/angular/node_modules/@tanstack/react-query/build/modern/QueryErrorResetBoundary.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/QueryErrorResetBoundary.js.map b/apps/angular/node_modules/@tanstack/react-query/build/modern/QueryErrorResetBoundary.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/QueryErrorResetBoundary.js.map rename to apps/angular/node_modules/@tanstack/react-query/build/modern/QueryErrorResetBoundary.js.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/_tsup-dts-rollup.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/modern/_tsup-dts-rollup.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/_tsup-dts-rollup.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/_tsup-dts-rollup.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/_tsup-dts-rollup.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/modern/_tsup-dts-rollup.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/_tsup-dts-rollup.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/_tsup-dts-rollup.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/errorBoundaryUtils.cjs b/apps/angular/node_modules/@tanstack/react-query/build/modern/errorBoundaryUtils.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/errorBoundaryUtils.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/modern/errorBoundaryUtils.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/errorBoundaryUtils.cjs.map b/apps/angular/node_modules/@tanstack/react-query/build/modern/errorBoundaryUtils.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/errorBoundaryUtils.cjs.map rename to apps/angular/node_modules/@tanstack/react-query/build/modern/errorBoundaryUtils.cjs.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/errorBoundaryUtils.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/modern/errorBoundaryUtils.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/errorBoundaryUtils.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/errorBoundaryUtils.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/errorBoundaryUtils.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/modern/errorBoundaryUtils.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/errorBoundaryUtils.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/errorBoundaryUtils.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/errorBoundaryUtils.js b/apps/angular/node_modules/@tanstack/react-query/build/modern/errorBoundaryUtils.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/errorBoundaryUtils.js rename to apps/angular/node_modules/@tanstack/react-query/build/modern/errorBoundaryUtils.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/errorBoundaryUtils.js.map b/apps/angular/node_modules/@tanstack/react-query/build/modern/errorBoundaryUtils.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/errorBoundaryUtils.js.map rename to apps/angular/node_modules/@tanstack/react-query/build/modern/errorBoundaryUtils.js.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/index.cjs b/apps/angular/node_modules/@tanstack/react-query/build/modern/index.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/index.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/modern/index.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/index.cjs.map b/apps/angular/node_modules/@tanstack/react-query/build/modern/index.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/index.cjs.map rename to apps/angular/node_modules/@tanstack/react-query/build/modern/index.cjs.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/index.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/modern/index.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/index.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/index.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/index.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/modern/index.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/index.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/index.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/index.js b/apps/angular/node_modules/@tanstack/react-query/build/modern/index.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/index.js rename to apps/angular/node_modules/@tanstack/react-query/build/modern/index.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/index.js.map b/apps/angular/node_modules/@tanstack/react-query/build/modern/index.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/index.js.map rename to apps/angular/node_modules/@tanstack/react-query/build/modern/index.js.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/infiniteQueryOptions.cjs b/apps/angular/node_modules/@tanstack/react-query/build/modern/infiniteQueryOptions.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/infiniteQueryOptions.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/modern/infiniteQueryOptions.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/infiniteQueryOptions.cjs.map b/apps/angular/node_modules/@tanstack/react-query/build/modern/infiniteQueryOptions.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/infiniteQueryOptions.cjs.map rename to apps/angular/node_modules/@tanstack/react-query/build/modern/infiniteQueryOptions.cjs.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/infiniteQueryOptions.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/modern/infiniteQueryOptions.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/infiniteQueryOptions.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/infiniteQueryOptions.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/infiniteQueryOptions.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/modern/infiniteQueryOptions.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/infiniteQueryOptions.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/infiniteQueryOptions.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/infiniteQueryOptions.js b/apps/angular/node_modules/@tanstack/react-query/build/modern/infiniteQueryOptions.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/infiniteQueryOptions.js rename to apps/angular/node_modules/@tanstack/react-query/build/modern/infiniteQueryOptions.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/infiniteQueryOptions.js.map b/apps/angular/node_modules/@tanstack/react-query/build/modern/infiniteQueryOptions.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/infiniteQueryOptions.js.map rename to apps/angular/node_modules/@tanstack/react-query/build/modern/infiniteQueryOptions.js.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/mutationOptions.cjs b/apps/angular/node_modules/@tanstack/react-query/build/modern/mutationOptions.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/mutationOptions.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/modern/mutationOptions.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/mutationOptions.cjs.map b/apps/angular/node_modules/@tanstack/react-query/build/modern/mutationOptions.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/mutationOptions.cjs.map rename to apps/angular/node_modules/@tanstack/react-query/build/modern/mutationOptions.cjs.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/mutationOptions.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/modern/mutationOptions.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/mutationOptions.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/mutationOptions.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/mutationOptions.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/modern/mutationOptions.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/mutationOptions.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/mutationOptions.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/mutationOptions.js b/apps/angular/node_modules/@tanstack/react-query/build/modern/mutationOptions.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/mutationOptions.js rename to apps/angular/node_modules/@tanstack/react-query/build/modern/mutationOptions.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/mutationOptions.js.map b/apps/angular/node_modules/@tanstack/react-query/build/modern/mutationOptions.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/mutationOptions.js.map rename to apps/angular/node_modules/@tanstack/react-query/build/modern/mutationOptions.js.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/queryOptions.cjs b/apps/angular/node_modules/@tanstack/react-query/build/modern/queryOptions.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/queryOptions.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/modern/queryOptions.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/queryOptions.cjs.map b/apps/angular/node_modules/@tanstack/react-query/build/modern/queryOptions.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/queryOptions.cjs.map rename to apps/angular/node_modules/@tanstack/react-query/build/modern/queryOptions.cjs.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/queryOptions.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/modern/queryOptions.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/queryOptions.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/queryOptions.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/queryOptions.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/modern/queryOptions.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/queryOptions.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/queryOptions.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/queryOptions.js b/apps/angular/node_modules/@tanstack/react-query/build/modern/queryOptions.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/queryOptions.js rename to apps/angular/node_modules/@tanstack/react-query/build/modern/queryOptions.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/queryOptions.js.map b/apps/angular/node_modules/@tanstack/react-query/build/modern/queryOptions.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/queryOptions.js.map rename to apps/angular/node_modules/@tanstack/react-query/build/modern/queryOptions.js.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/suspense.cjs b/apps/angular/node_modules/@tanstack/react-query/build/modern/suspense.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/suspense.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/modern/suspense.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/suspense.cjs.map b/apps/angular/node_modules/@tanstack/react-query/build/modern/suspense.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/suspense.cjs.map rename to apps/angular/node_modules/@tanstack/react-query/build/modern/suspense.cjs.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/suspense.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/modern/suspense.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/suspense.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/suspense.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/suspense.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/modern/suspense.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/suspense.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/suspense.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/suspense.js b/apps/angular/node_modules/@tanstack/react-query/build/modern/suspense.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/suspense.js rename to apps/angular/node_modules/@tanstack/react-query/build/modern/suspense.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/suspense.js.map b/apps/angular/node_modules/@tanstack/react-query/build/modern/suspense.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/suspense.js.map rename to apps/angular/node_modules/@tanstack/react-query/build/modern/suspense.js.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/types.cjs b/apps/angular/node_modules/@tanstack/react-query/build/modern/types.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/types.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/modern/types.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/types.cjs.map b/apps/angular/node_modules/@tanstack/react-query/build/modern/types.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/types.cjs.map rename to apps/angular/node_modules/@tanstack/react-query/build/modern/types.cjs.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/types.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/modern/types.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/types.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/types.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/types.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/modern/types.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/types.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/types.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/types.js b/apps/angular/node_modules/@tanstack/react-query/build/modern/types.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/types.js rename to apps/angular/node_modules/@tanstack/react-query/build/modern/types.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/types.js.map b/apps/angular/node_modules/@tanstack/react-query/build/modern/types.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/types.js.map rename to apps/angular/node_modules/@tanstack/react-query/build/modern/types.js.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useBaseQuery.cjs b/apps/angular/node_modules/@tanstack/react-query/build/modern/useBaseQuery.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useBaseQuery.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useBaseQuery.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useBaseQuery.cjs.map b/apps/angular/node_modules/@tanstack/react-query/build/modern/useBaseQuery.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useBaseQuery.cjs.map rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useBaseQuery.cjs.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useBaseQuery.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/modern/useBaseQuery.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useBaseQuery.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useBaseQuery.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useBaseQuery.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/modern/useBaseQuery.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useBaseQuery.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useBaseQuery.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useBaseQuery.js b/apps/angular/node_modules/@tanstack/react-query/build/modern/useBaseQuery.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useBaseQuery.js rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useBaseQuery.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useBaseQuery.js.map b/apps/angular/node_modules/@tanstack/react-query/build/modern/useBaseQuery.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useBaseQuery.js.map rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useBaseQuery.js.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useInfiniteQuery.cjs b/apps/angular/node_modules/@tanstack/react-query/build/modern/useInfiniteQuery.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useInfiniteQuery.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useInfiniteQuery.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useInfiniteQuery.cjs.map b/apps/angular/node_modules/@tanstack/react-query/build/modern/useInfiniteQuery.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useInfiniteQuery.cjs.map rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useInfiniteQuery.cjs.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useInfiniteQuery.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/modern/useInfiniteQuery.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useInfiniteQuery.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useInfiniteQuery.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useInfiniteQuery.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/modern/useInfiniteQuery.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useInfiniteQuery.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useInfiniteQuery.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useInfiniteQuery.js b/apps/angular/node_modules/@tanstack/react-query/build/modern/useInfiniteQuery.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useInfiniteQuery.js rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useInfiniteQuery.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useInfiniteQuery.js.map b/apps/angular/node_modules/@tanstack/react-query/build/modern/useInfiniteQuery.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useInfiniteQuery.js.map rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useInfiniteQuery.js.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useIsFetching.cjs b/apps/angular/node_modules/@tanstack/react-query/build/modern/useIsFetching.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useIsFetching.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useIsFetching.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useIsFetching.cjs.map b/apps/angular/node_modules/@tanstack/react-query/build/modern/useIsFetching.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useIsFetching.cjs.map rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useIsFetching.cjs.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useIsFetching.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/modern/useIsFetching.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useIsFetching.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useIsFetching.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useIsFetching.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/modern/useIsFetching.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useIsFetching.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useIsFetching.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useIsFetching.js b/apps/angular/node_modules/@tanstack/react-query/build/modern/useIsFetching.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useIsFetching.js rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useIsFetching.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useIsFetching.js.map b/apps/angular/node_modules/@tanstack/react-query/build/modern/useIsFetching.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useIsFetching.js.map rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useIsFetching.js.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useMutation.cjs b/apps/angular/node_modules/@tanstack/react-query/build/modern/useMutation.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useMutation.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useMutation.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useMutation.cjs.map b/apps/angular/node_modules/@tanstack/react-query/build/modern/useMutation.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useMutation.cjs.map rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useMutation.cjs.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useMutation.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/modern/useMutation.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useMutation.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useMutation.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useMutation.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/modern/useMutation.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useMutation.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useMutation.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useMutation.js b/apps/angular/node_modules/@tanstack/react-query/build/modern/useMutation.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useMutation.js rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useMutation.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useMutation.js.map b/apps/angular/node_modules/@tanstack/react-query/build/modern/useMutation.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useMutation.js.map rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useMutation.js.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useMutationState.cjs b/apps/angular/node_modules/@tanstack/react-query/build/modern/useMutationState.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useMutationState.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useMutationState.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useMutationState.cjs.map b/apps/angular/node_modules/@tanstack/react-query/build/modern/useMutationState.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useMutationState.cjs.map rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useMutationState.cjs.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useMutationState.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/modern/useMutationState.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useMutationState.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useMutationState.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useMutationState.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/modern/useMutationState.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useMutationState.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useMutationState.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useMutationState.js b/apps/angular/node_modules/@tanstack/react-query/build/modern/useMutationState.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useMutationState.js rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useMutationState.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useMutationState.js.map b/apps/angular/node_modules/@tanstack/react-query/build/modern/useMutationState.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useMutationState.js.map rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useMutationState.js.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/usePrefetchInfiniteQuery.cjs b/apps/angular/node_modules/@tanstack/react-query/build/modern/usePrefetchInfiniteQuery.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/usePrefetchInfiniteQuery.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/modern/usePrefetchInfiniteQuery.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/usePrefetchInfiniteQuery.cjs.map b/apps/angular/node_modules/@tanstack/react-query/build/modern/usePrefetchInfiniteQuery.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/usePrefetchInfiniteQuery.cjs.map rename to apps/angular/node_modules/@tanstack/react-query/build/modern/usePrefetchInfiniteQuery.cjs.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/usePrefetchInfiniteQuery.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/modern/usePrefetchInfiniteQuery.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/usePrefetchInfiniteQuery.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/usePrefetchInfiniteQuery.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/usePrefetchInfiniteQuery.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/modern/usePrefetchInfiniteQuery.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/usePrefetchInfiniteQuery.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/usePrefetchInfiniteQuery.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/usePrefetchInfiniteQuery.js b/apps/angular/node_modules/@tanstack/react-query/build/modern/usePrefetchInfiniteQuery.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/usePrefetchInfiniteQuery.js rename to apps/angular/node_modules/@tanstack/react-query/build/modern/usePrefetchInfiniteQuery.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/usePrefetchInfiniteQuery.js.map b/apps/angular/node_modules/@tanstack/react-query/build/modern/usePrefetchInfiniteQuery.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/usePrefetchInfiniteQuery.js.map rename to apps/angular/node_modules/@tanstack/react-query/build/modern/usePrefetchInfiniteQuery.js.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/usePrefetchQuery.cjs b/apps/angular/node_modules/@tanstack/react-query/build/modern/usePrefetchQuery.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/usePrefetchQuery.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/modern/usePrefetchQuery.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/usePrefetchQuery.cjs.map b/apps/angular/node_modules/@tanstack/react-query/build/modern/usePrefetchQuery.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/usePrefetchQuery.cjs.map rename to apps/angular/node_modules/@tanstack/react-query/build/modern/usePrefetchQuery.cjs.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/usePrefetchQuery.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/modern/usePrefetchQuery.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/usePrefetchQuery.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/usePrefetchQuery.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/usePrefetchQuery.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/modern/usePrefetchQuery.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/usePrefetchQuery.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/usePrefetchQuery.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/usePrefetchQuery.js b/apps/angular/node_modules/@tanstack/react-query/build/modern/usePrefetchQuery.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/usePrefetchQuery.js rename to apps/angular/node_modules/@tanstack/react-query/build/modern/usePrefetchQuery.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/usePrefetchQuery.js.map b/apps/angular/node_modules/@tanstack/react-query/build/modern/usePrefetchQuery.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/usePrefetchQuery.js.map rename to apps/angular/node_modules/@tanstack/react-query/build/modern/usePrefetchQuery.js.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useQueries.cjs b/apps/angular/node_modules/@tanstack/react-query/build/modern/useQueries.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useQueries.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useQueries.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useQueries.cjs.map b/apps/angular/node_modules/@tanstack/react-query/build/modern/useQueries.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useQueries.cjs.map rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useQueries.cjs.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useQueries.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/modern/useQueries.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useQueries.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useQueries.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useQueries.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/modern/useQueries.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useQueries.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useQueries.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useQueries.js b/apps/angular/node_modules/@tanstack/react-query/build/modern/useQueries.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useQueries.js rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useQueries.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useQueries.js.map b/apps/angular/node_modules/@tanstack/react-query/build/modern/useQueries.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useQueries.js.map rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useQueries.js.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useQuery.cjs b/apps/angular/node_modules/@tanstack/react-query/build/modern/useQuery.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useQuery.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useQuery.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useQuery.cjs.map b/apps/angular/node_modules/@tanstack/react-query/build/modern/useQuery.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useQuery.cjs.map rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useQuery.cjs.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useQuery.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/modern/useQuery.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useQuery.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useQuery.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useQuery.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/modern/useQuery.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useQuery.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useQuery.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useQuery.js b/apps/angular/node_modules/@tanstack/react-query/build/modern/useQuery.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useQuery.js rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useQuery.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useQuery.js.map b/apps/angular/node_modules/@tanstack/react-query/build/modern/useQuery.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useQuery.js.map rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useQuery.js.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useSuspenseInfiniteQuery.cjs b/apps/angular/node_modules/@tanstack/react-query/build/modern/useSuspenseInfiniteQuery.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useSuspenseInfiniteQuery.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useSuspenseInfiniteQuery.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useSuspenseInfiniteQuery.cjs.map b/apps/angular/node_modules/@tanstack/react-query/build/modern/useSuspenseInfiniteQuery.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useSuspenseInfiniteQuery.cjs.map rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useSuspenseInfiniteQuery.cjs.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useSuspenseInfiniteQuery.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/modern/useSuspenseInfiniteQuery.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useSuspenseInfiniteQuery.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useSuspenseInfiniteQuery.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useSuspenseInfiniteQuery.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/modern/useSuspenseInfiniteQuery.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useSuspenseInfiniteQuery.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useSuspenseInfiniteQuery.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useSuspenseInfiniteQuery.js b/apps/angular/node_modules/@tanstack/react-query/build/modern/useSuspenseInfiniteQuery.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useSuspenseInfiniteQuery.js rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useSuspenseInfiniteQuery.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useSuspenseInfiniteQuery.js.map b/apps/angular/node_modules/@tanstack/react-query/build/modern/useSuspenseInfiniteQuery.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useSuspenseInfiniteQuery.js.map rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useSuspenseInfiniteQuery.js.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useSuspenseQueries.cjs b/apps/angular/node_modules/@tanstack/react-query/build/modern/useSuspenseQueries.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useSuspenseQueries.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useSuspenseQueries.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useSuspenseQueries.cjs.map b/apps/angular/node_modules/@tanstack/react-query/build/modern/useSuspenseQueries.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useSuspenseQueries.cjs.map rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useSuspenseQueries.cjs.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useSuspenseQueries.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/modern/useSuspenseQueries.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useSuspenseQueries.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useSuspenseQueries.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useSuspenseQueries.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/modern/useSuspenseQueries.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useSuspenseQueries.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useSuspenseQueries.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useSuspenseQueries.js b/apps/angular/node_modules/@tanstack/react-query/build/modern/useSuspenseQueries.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useSuspenseQueries.js rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useSuspenseQueries.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useSuspenseQueries.js.map b/apps/angular/node_modules/@tanstack/react-query/build/modern/useSuspenseQueries.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useSuspenseQueries.js.map rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useSuspenseQueries.js.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useSuspenseQuery.cjs b/apps/angular/node_modules/@tanstack/react-query/build/modern/useSuspenseQuery.cjs similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useSuspenseQuery.cjs rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useSuspenseQuery.cjs diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useSuspenseQuery.cjs.map b/apps/angular/node_modules/@tanstack/react-query/build/modern/useSuspenseQuery.cjs.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useSuspenseQuery.cjs.map rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useSuspenseQuery.cjs.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useSuspenseQuery.d.cts b/apps/angular/node_modules/@tanstack/react-query/build/modern/useSuspenseQuery.d.cts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useSuspenseQuery.d.cts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useSuspenseQuery.d.cts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useSuspenseQuery.d.ts b/apps/angular/node_modules/@tanstack/react-query/build/modern/useSuspenseQuery.d.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useSuspenseQuery.d.ts rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useSuspenseQuery.d.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useSuspenseQuery.js b/apps/angular/node_modules/@tanstack/react-query/build/modern/useSuspenseQuery.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useSuspenseQuery.js rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useSuspenseQuery.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/modern/useSuspenseQuery.js.map b/apps/angular/node_modules/@tanstack/react-query/build/modern/useSuspenseQuery.js.map similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/modern/useSuspenseQuery.js.map rename to apps/angular/node_modules/@tanstack/react-query/build/modern/useSuspenseQuery.js.map diff --git a/ClientApp/node_modules/@tanstack/react-query/build/query-codemods/eslint.config.js b/apps/angular/node_modules/@tanstack/react-query/build/query-codemods/eslint.config.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/query-codemods/eslint.config.js rename to apps/angular/node_modules/@tanstack/react-query/build/query-codemods/eslint.config.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/query-codemods/package.json b/apps/angular/node_modules/@tanstack/react-query/build/query-codemods/package.json similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/query-codemods/package.json rename to apps/angular/node_modules/@tanstack/react-query/build/query-codemods/package.json diff --git a/ClientApp/node_modules/@tanstack/react-query/build/query-codemods/root.eslint.config.js b/apps/angular/node_modules/@tanstack/react-query/build/query-codemods/root.eslint.config.js similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/query-codemods/root.eslint.config.js rename to apps/angular/node_modules/@tanstack/react-query/build/query-codemods/root.eslint.config.js diff --git a/ClientApp/node_modules/@tanstack/react-query/build/query-codemods/tsconfig.json b/apps/angular/node_modules/@tanstack/react-query/build/query-codemods/tsconfig.json similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/query-codemods/tsconfig.json rename to apps/angular/node_modules/@tanstack/react-query/build/query-codemods/tsconfig.json diff --git a/ClientApp/node_modules/@tanstack/react-query/build/query-codemods/vite.config.ts b/apps/angular/node_modules/@tanstack/react-query/build/query-codemods/vite.config.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/build/query-codemods/vite.config.ts rename to apps/angular/node_modules/@tanstack/react-query/build/query-codemods/vite.config.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/package.json b/apps/angular/node_modules/@tanstack/react-query/package.json similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/package.json rename to apps/angular/node_modules/@tanstack/react-query/package.json diff --git a/ClientApp/node_modules/@tanstack/react-query/src/HydrationBoundary.tsx b/apps/angular/node_modules/@tanstack/react-query/src/HydrationBoundary.tsx similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/src/HydrationBoundary.tsx rename to apps/angular/node_modules/@tanstack/react-query/src/HydrationBoundary.tsx diff --git a/ClientApp/node_modules/@tanstack/react-query/src/IsRestoringProvider.ts b/apps/angular/node_modules/@tanstack/react-query/src/IsRestoringProvider.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/src/IsRestoringProvider.ts rename to apps/angular/node_modules/@tanstack/react-query/src/IsRestoringProvider.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/src/QueryClientProvider.tsx b/apps/angular/node_modules/@tanstack/react-query/src/QueryClientProvider.tsx similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/src/QueryClientProvider.tsx rename to apps/angular/node_modules/@tanstack/react-query/src/QueryClientProvider.tsx diff --git a/ClientApp/node_modules/@tanstack/react-query/src/QueryErrorResetBoundary.tsx b/apps/angular/node_modules/@tanstack/react-query/src/QueryErrorResetBoundary.tsx similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/src/QueryErrorResetBoundary.tsx rename to apps/angular/node_modules/@tanstack/react-query/src/QueryErrorResetBoundary.tsx diff --git a/ClientApp/node_modules/@tanstack/react-query/src/errorBoundaryUtils.ts b/apps/angular/node_modules/@tanstack/react-query/src/errorBoundaryUtils.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/src/errorBoundaryUtils.ts rename to apps/angular/node_modules/@tanstack/react-query/src/errorBoundaryUtils.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/src/index.ts b/apps/angular/node_modules/@tanstack/react-query/src/index.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/src/index.ts rename to apps/angular/node_modules/@tanstack/react-query/src/index.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/src/infiniteQueryOptions.ts b/apps/angular/node_modules/@tanstack/react-query/src/infiniteQueryOptions.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/src/infiniteQueryOptions.ts rename to apps/angular/node_modules/@tanstack/react-query/src/infiniteQueryOptions.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/src/mutationOptions.ts b/apps/angular/node_modules/@tanstack/react-query/src/mutationOptions.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/src/mutationOptions.ts rename to apps/angular/node_modules/@tanstack/react-query/src/mutationOptions.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/src/queryOptions.ts b/apps/angular/node_modules/@tanstack/react-query/src/queryOptions.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/src/queryOptions.ts rename to apps/angular/node_modules/@tanstack/react-query/src/queryOptions.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/src/suspense.ts b/apps/angular/node_modules/@tanstack/react-query/src/suspense.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/src/suspense.ts rename to apps/angular/node_modules/@tanstack/react-query/src/suspense.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/src/types.ts b/apps/angular/node_modules/@tanstack/react-query/src/types.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/src/types.ts rename to apps/angular/node_modules/@tanstack/react-query/src/types.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/src/useBaseQuery.ts b/apps/angular/node_modules/@tanstack/react-query/src/useBaseQuery.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/src/useBaseQuery.ts rename to apps/angular/node_modules/@tanstack/react-query/src/useBaseQuery.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/src/useInfiniteQuery.ts b/apps/angular/node_modules/@tanstack/react-query/src/useInfiniteQuery.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/src/useInfiniteQuery.ts rename to apps/angular/node_modules/@tanstack/react-query/src/useInfiniteQuery.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/src/useIsFetching.ts b/apps/angular/node_modules/@tanstack/react-query/src/useIsFetching.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/src/useIsFetching.ts rename to apps/angular/node_modules/@tanstack/react-query/src/useIsFetching.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/src/useMutation.ts b/apps/angular/node_modules/@tanstack/react-query/src/useMutation.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/src/useMutation.ts rename to apps/angular/node_modules/@tanstack/react-query/src/useMutation.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/src/useMutationState.ts b/apps/angular/node_modules/@tanstack/react-query/src/useMutationState.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/src/useMutationState.ts rename to apps/angular/node_modules/@tanstack/react-query/src/useMutationState.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/src/usePrefetchInfiniteQuery.tsx b/apps/angular/node_modules/@tanstack/react-query/src/usePrefetchInfiniteQuery.tsx similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/src/usePrefetchInfiniteQuery.tsx rename to apps/angular/node_modules/@tanstack/react-query/src/usePrefetchInfiniteQuery.tsx diff --git a/ClientApp/node_modules/@tanstack/react-query/src/usePrefetchQuery.tsx b/apps/angular/node_modules/@tanstack/react-query/src/usePrefetchQuery.tsx similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/src/usePrefetchQuery.tsx rename to apps/angular/node_modules/@tanstack/react-query/src/usePrefetchQuery.tsx diff --git a/ClientApp/node_modules/@tanstack/react-query/src/useQueries.ts b/apps/angular/node_modules/@tanstack/react-query/src/useQueries.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/src/useQueries.ts rename to apps/angular/node_modules/@tanstack/react-query/src/useQueries.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/src/useQuery.ts b/apps/angular/node_modules/@tanstack/react-query/src/useQuery.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/src/useQuery.ts rename to apps/angular/node_modules/@tanstack/react-query/src/useQuery.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/src/useSuspenseInfiniteQuery.ts b/apps/angular/node_modules/@tanstack/react-query/src/useSuspenseInfiniteQuery.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/src/useSuspenseInfiniteQuery.ts rename to apps/angular/node_modules/@tanstack/react-query/src/useSuspenseInfiniteQuery.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/src/useSuspenseQueries.ts b/apps/angular/node_modules/@tanstack/react-query/src/useSuspenseQueries.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/src/useSuspenseQueries.ts rename to apps/angular/node_modules/@tanstack/react-query/src/useSuspenseQueries.ts diff --git a/ClientApp/node_modules/@tanstack/react-query/src/useSuspenseQuery.ts b/apps/angular/node_modules/@tanstack/react-query/src/useSuspenseQuery.ts similarity index 100% rename from ClientApp/node_modules/@tanstack/react-query/src/useSuspenseQuery.ts rename to apps/angular/node_modules/@tanstack/react-query/src/useSuspenseQuery.ts diff --git a/ClientApp/node_modules/@testing-library/dom/LICENSE b/apps/angular/node_modules/@testing-library/dom/LICENSE similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/LICENSE rename to apps/angular/node_modules/@testing-library/dom/LICENSE diff --git a/ClientApp/node_modules/@testing-library/dom/README.md b/apps/angular/node_modules/@testing-library/dom/README.md similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/README.md rename to apps/angular/node_modules/@testing-library/dom/README.md diff --git a/ClientApp/node_modules/@testing-library/dom/dist/@testing-library/dom.cjs.js b/apps/angular/node_modules/@testing-library/dom/dist/@testing-library/dom.cjs.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/dist/@testing-library/dom.cjs.js rename to apps/angular/node_modules/@testing-library/dom/dist/@testing-library/dom.cjs.js diff --git a/ClientApp/node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js b/apps/angular/node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js rename to apps/angular/node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js diff --git a/ClientApp/node_modules/@testing-library/dom/dist/@testing-library/dom.umd.js b/apps/angular/node_modules/@testing-library/dom/dist/@testing-library/dom.umd.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/dist/@testing-library/dom.umd.js rename to apps/angular/node_modules/@testing-library/dom/dist/@testing-library/dom.umd.js diff --git a/ClientApp/node_modules/@testing-library/dom/dist/@testing-library/dom.umd.js.map b/apps/angular/node_modules/@testing-library/dom/dist/@testing-library/dom.umd.js.map similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/dist/@testing-library/dom.umd.js.map rename to apps/angular/node_modules/@testing-library/dom/dist/@testing-library/dom.umd.js.map diff --git a/ClientApp/node_modules/@testing-library/dom/dist/@testing-library/dom.umd.min.js b/apps/angular/node_modules/@testing-library/dom/dist/@testing-library/dom.umd.min.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/dist/@testing-library/dom.umd.min.js rename to apps/angular/node_modules/@testing-library/dom/dist/@testing-library/dom.umd.min.js diff --git a/ClientApp/node_modules/@testing-library/dom/dist/@testing-library/dom.umd.min.js.map b/apps/angular/node_modules/@testing-library/dom/dist/@testing-library/dom.umd.min.js.map similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/dist/@testing-library/dom.umd.min.js.map rename to apps/angular/node_modules/@testing-library/dom/dist/@testing-library/dom.umd.min.js.map diff --git a/ClientApp/node_modules/@testing-library/dom/dist/DOMElementFilter.js b/apps/angular/node_modules/@testing-library/dom/dist/DOMElementFilter.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/dist/DOMElementFilter.js rename to apps/angular/node_modules/@testing-library/dom/dist/DOMElementFilter.js diff --git a/ClientApp/node_modules/@testing-library/dom/dist/config.js b/apps/angular/node_modules/@testing-library/dom/dist/config.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/dist/config.js rename to apps/angular/node_modules/@testing-library/dom/dist/config.js diff --git a/ClientApp/node_modules/@testing-library/dom/dist/event-map.js b/apps/angular/node_modules/@testing-library/dom/dist/event-map.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/dist/event-map.js rename to apps/angular/node_modules/@testing-library/dom/dist/event-map.js diff --git a/ClientApp/node_modules/@testing-library/dom/dist/events.js b/apps/angular/node_modules/@testing-library/dom/dist/events.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/dist/events.js rename to apps/angular/node_modules/@testing-library/dom/dist/events.js diff --git a/ClientApp/node_modules/@testing-library/dom/dist/get-node-text.js b/apps/angular/node_modules/@testing-library/dom/dist/get-node-text.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/dist/get-node-text.js rename to apps/angular/node_modules/@testing-library/dom/dist/get-node-text.js diff --git a/ClientApp/node_modules/@testing-library/dom/dist/get-queries-for-element.js b/apps/angular/node_modules/@testing-library/dom/dist/get-queries-for-element.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/dist/get-queries-for-element.js rename to apps/angular/node_modules/@testing-library/dom/dist/get-queries-for-element.js diff --git a/ClientApp/node_modules/@testing-library/dom/dist/get-user-code-frame.js b/apps/angular/node_modules/@testing-library/dom/dist/get-user-code-frame.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/dist/get-user-code-frame.js rename to apps/angular/node_modules/@testing-library/dom/dist/get-user-code-frame.js diff --git a/ClientApp/node_modules/@testing-library/dom/dist/helpers.js b/apps/angular/node_modules/@testing-library/dom/dist/helpers.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/dist/helpers.js rename to apps/angular/node_modules/@testing-library/dom/dist/helpers.js diff --git a/ClientApp/node_modules/@testing-library/dom/dist/index.js b/apps/angular/node_modules/@testing-library/dom/dist/index.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/dist/index.js rename to apps/angular/node_modules/@testing-library/dom/dist/index.js diff --git a/ClientApp/node_modules/@testing-library/dom/dist/label-helpers.js b/apps/angular/node_modules/@testing-library/dom/dist/label-helpers.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/dist/label-helpers.js rename to apps/angular/node_modules/@testing-library/dom/dist/label-helpers.js diff --git a/ClientApp/node_modules/@testing-library/dom/dist/matches.js b/apps/angular/node_modules/@testing-library/dom/dist/matches.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/dist/matches.js rename to apps/angular/node_modules/@testing-library/dom/dist/matches.js diff --git a/ClientApp/node_modules/@testing-library/dom/dist/pretty-dom.js b/apps/angular/node_modules/@testing-library/dom/dist/pretty-dom.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/dist/pretty-dom.js rename to apps/angular/node_modules/@testing-library/dom/dist/pretty-dom.js diff --git a/ClientApp/node_modules/@testing-library/dom/dist/queries/all-utils.js b/apps/angular/node_modules/@testing-library/dom/dist/queries/all-utils.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/dist/queries/all-utils.js rename to apps/angular/node_modules/@testing-library/dom/dist/queries/all-utils.js diff --git a/ClientApp/node_modules/@testing-library/dom/dist/queries/alt-text.js b/apps/angular/node_modules/@testing-library/dom/dist/queries/alt-text.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/dist/queries/alt-text.js rename to apps/angular/node_modules/@testing-library/dom/dist/queries/alt-text.js diff --git a/ClientApp/node_modules/@testing-library/dom/dist/queries/display-value.js b/apps/angular/node_modules/@testing-library/dom/dist/queries/display-value.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/dist/queries/display-value.js rename to apps/angular/node_modules/@testing-library/dom/dist/queries/display-value.js diff --git a/ClientApp/node_modules/@testing-library/dom/dist/queries/index.js b/apps/angular/node_modules/@testing-library/dom/dist/queries/index.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/dist/queries/index.js rename to apps/angular/node_modules/@testing-library/dom/dist/queries/index.js diff --git a/ClientApp/node_modules/@testing-library/dom/dist/queries/label-text.js b/apps/angular/node_modules/@testing-library/dom/dist/queries/label-text.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/dist/queries/label-text.js rename to apps/angular/node_modules/@testing-library/dom/dist/queries/label-text.js diff --git a/ClientApp/node_modules/@testing-library/dom/dist/queries/placeholder-text.js b/apps/angular/node_modules/@testing-library/dom/dist/queries/placeholder-text.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/dist/queries/placeholder-text.js rename to apps/angular/node_modules/@testing-library/dom/dist/queries/placeholder-text.js diff --git a/ClientApp/node_modules/@testing-library/dom/dist/queries/role.js b/apps/angular/node_modules/@testing-library/dom/dist/queries/role.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/dist/queries/role.js rename to apps/angular/node_modules/@testing-library/dom/dist/queries/role.js diff --git a/ClientApp/node_modules/@testing-library/dom/dist/queries/test-id.js b/apps/angular/node_modules/@testing-library/dom/dist/queries/test-id.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/dist/queries/test-id.js rename to apps/angular/node_modules/@testing-library/dom/dist/queries/test-id.js diff --git a/ClientApp/node_modules/@testing-library/dom/dist/queries/text.js b/apps/angular/node_modules/@testing-library/dom/dist/queries/text.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/dist/queries/text.js rename to apps/angular/node_modules/@testing-library/dom/dist/queries/text.js diff --git a/ClientApp/node_modules/@testing-library/dom/dist/queries/title.js b/apps/angular/node_modules/@testing-library/dom/dist/queries/title.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/dist/queries/title.js rename to apps/angular/node_modules/@testing-library/dom/dist/queries/title.js diff --git a/ClientApp/node_modules/@testing-library/dom/dist/query-helpers.js b/apps/angular/node_modules/@testing-library/dom/dist/query-helpers.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/dist/query-helpers.js rename to apps/angular/node_modules/@testing-library/dom/dist/query-helpers.js diff --git a/ClientApp/node_modules/@testing-library/dom/dist/role-helpers.js b/apps/angular/node_modules/@testing-library/dom/dist/role-helpers.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/dist/role-helpers.js rename to apps/angular/node_modules/@testing-library/dom/dist/role-helpers.js diff --git a/ClientApp/node_modules/@testing-library/dom/dist/screen.js b/apps/angular/node_modules/@testing-library/dom/dist/screen.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/dist/screen.js rename to apps/angular/node_modules/@testing-library/dom/dist/screen.js diff --git a/ClientApp/node_modules/@testing-library/dom/dist/suggestions.js b/apps/angular/node_modules/@testing-library/dom/dist/suggestions.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/dist/suggestions.js rename to apps/angular/node_modules/@testing-library/dom/dist/suggestions.js diff --git a/ClientApp/node_modules/@testing-library/dom/dist/wait-for-element-to-be-removed.js b/apps/angular/node_modules/@testing-library/dom/dist/wait-for-element-to-be-removed.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/dist/wait-for-element-to-be-removed.js rename to apps/angular/node_modules/@testing-library/dom/dist/wait-for-element-to-be-removed.js diff --git a/ClientApp/node_modules/@testing-library/dom/dist/wait-for.js b/apps/angular/node_modules/@testing-library/dom/dist/wait-for.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/dist/wait-for.js rename to apps/angular/node_modules/@testing-library/dom/dist/wait-for.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/LICENSE b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/LICENSE similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/LICENSE rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/LICENSE diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/README.md b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/README.md similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/README.md rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/README.md diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/ariaPropsMap.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/ariaPropsMap.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/ariaPropsMap.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/ariaPropsMap.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/domMap.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/domMap.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/domMap.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/domMap.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/elementRoleMap.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/elementRoleMap.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/elementRoleMap.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/elementRoleMap.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/commandRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/commandRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/commandRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/commandRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/compositeRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/compositeRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/compositeRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/compositeRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/inputRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/inputRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/inputRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/inputRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/landmarkRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/landmarkRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/landmarkRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/landmarkRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/rangeRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/rangeRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/rangeRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/rangeRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/roletypeRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/roletypeRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/roletypeRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/roletypeRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/sectionRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/sectionRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/sectionRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/sectionRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/sectionheadRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/sectionheadRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/sectionheadRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/sectionheadRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/selectRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/selectRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/selectRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/selectRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/structureRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/structureRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/structureRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/structureRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/widgetRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/widgetRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/widgetRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/widgetRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/windowRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/windowRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/windowRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/abstract/windowRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/ariaAbstractRoles.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/ariaAbstractRoles.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/ariaAbstractRoles.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/ariaAbstractRoles.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/ariaDpubRoles.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/ariaDpubRoles.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/ariaDpubRoles.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/ariaDpubRoles.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/ariaGraphicsRoles.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/ariaGraphicsRoles.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/ariaGraphicsRoles.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/ariaGraphicsRoles.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/ariaLiteralRoles.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/ariaLiteralRoles.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/ariaLiteralRoles.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/ariaLiteralRoles.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docAbstractRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docAbstractRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docAbstractRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docAbstractRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docAcknowledgmentsRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docAcknowledgmentsRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docAcknowledgmentsRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docAcknowledgmentsRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docAfterwordRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docAfterwordRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docAfterwordRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docAfterwordRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docAppendixRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docAppendixRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docAppendixRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docAppendixRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docBacklinkRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docBacklinkRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docBacklinkRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docBacklinkRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docBiblioentryRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docBiblioentryRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docBiblioentryRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docBiblioentryRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docBibliographyRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docBibliographyRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docBibliographyRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docBibliographyRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docBibliorefRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docBibliorefRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docBibliorefRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docBibliorefRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docChapterRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docChapterRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docChapterRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docChapterRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docColophonRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docColophonRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docColophonRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docColophonRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docConclusionRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docConclusionRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docConclusionRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docConclusionRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docCoverRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docCoverRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docCoverRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docCoverRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docCreditRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docCreditRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docCreditRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docCreditRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docCreditsRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docCreditsRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docCreditsRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docCreditsRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docDedicationRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docDedicationRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docDedicationRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docDedicationRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docEndnoteRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docEndnoteRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docEndnoteRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docEndnoteRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docEndnotesRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docEndnotesRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docEndnotesRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docEndnotesRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docEpigraphRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docEpigraphRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docEpigraphRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docEpigraphRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docEpilogueRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docEpilogueRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docEpilogueRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docEpilogueRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docErrataRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docErrataRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docErrataRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docErrataRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docExampleRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docExampleRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docExampleRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docExampleRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docFootnoteRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docFootnoteRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docFootnoteRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docFootnoteRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docForewordRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docForewordRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docForewordRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docForewordRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docGlossaryRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docGlossaryRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docGlossaryRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docGlossaryRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docGlossrefRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docGlossrefRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docGlossrefRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docGlossrefRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docIndexRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docIndexRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docIndexRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docIndexRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docIntroductionRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docIntroductionRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docIntroductionRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docIntroductionRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docNoterefRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docNoterefRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docNoterefRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docNoterefRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docNoticeRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docNoticeRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docNoticeRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docNoticeRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docPagebreakRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docPagebreakRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docPagebreakRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docPagebreakRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docPagelistRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docPagelistRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docPagelistRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docPagelistRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docPartRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docPartRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docPartRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docPartRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docPrefaceRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docPrefaceRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docPrefaceRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docPrefaceRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docPrologueRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docPrologueRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docPrologueRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docPrologueRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docPullquoteRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docPullquoteRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docPullquoteRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docPullquoteRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docQnaRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docQnaRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docQnaRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docQnaRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docSubtitleRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docSubtitleRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docSubtitleRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docSubtitleRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docTipRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docTipRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docTipRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docTipRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docTocRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docTocRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docTocRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/dpub/docTocRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/graphics/graphicsDocumentRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/graphics/graphicsDocumentRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/graphics/graphicsDocumentRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/graphics/graphicsDocumentRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/graphics/graphicsObjectRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/graphics/graphicsObjectRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/graphics/graphicsObjectRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/graphics/graphicsObjectRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/graphics/graphicsSymbolRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/graphics/graphicsSymbolRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/graphics/graphicsSymbolRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/graphics/graphicsSymbolRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/alertRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/alertRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/alertRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/alertRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/alertdialogRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/alertdialogRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/alertdialogRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/alertdialogRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/applicationRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/applicationRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/applicationRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/applicationRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/articleRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/articleRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/articleRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/articleRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/bannerRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/bannerRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/bannerRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/bannerRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/blockquoteRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/blockquoteRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/blockquoteRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/blockquoteRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/buttonRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/buttonRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/buttonRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/buttonRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/captionRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/captionRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/captionRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/captionRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/cellRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/cellRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/cellRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/cellRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/checkboxRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/checkboxRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/checkboxRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/checkboxRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/codeRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/codeRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/codeRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/codeRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/columnheaderRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/columnheaderRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/columnheaderRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/columnheaderRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/comboboxRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/comboboxRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/comboboxRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/comboboxRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/complementaryRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/complementaryRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/complementaryRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/complementaryRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/contentinfoRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/contentinfoRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/contentinfoRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/contentinfoRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/definitionRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/definitionRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/definitionRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/definitionRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/deletionRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/deletionRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/deletionRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/deletionRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/dialogRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/dialogRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/dialogRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/dialogRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/directoryRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/directoryRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/directoryRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/directoryRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/documentRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/documentRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/documentRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/documentRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/emphasisRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/emphasisRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/emphasisRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/emphasisRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/feedRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/feedRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/feedRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/feedRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/figureRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/figureRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/figureRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/figureRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/formRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/formRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/formRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/formRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/genericRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/genericRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/genericRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/genericRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/graphicsDocumentRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/graphicsDocumentRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/graphicsDocumentRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/graphicsDocumentRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/graphicsObjectRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/graphicsObjectRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/graphicsObjectRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/graphicsObjectRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/graphicsSymbolRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/graphicsSymbolRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/graphicsSymbolRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/graphicsSymbolRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/gridRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/gridRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/gridRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/gridRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/gridcellRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/gridcellRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/gridcellRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/gridcellRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/groupRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/groupRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/groupRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/groupRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/headingRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/headingRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/headingRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/headingRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/imgRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/imgRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/imgRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/imgRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/insertionRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/insertionRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/insertionRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/insertionRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/linkRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/linkRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/linkRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/linkRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/listRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/listRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/listRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/listRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/listboxRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/listboxRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/listboxRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/listboxRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/listitemRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/listitemRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/listitemRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/listitemRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/logRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/logRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/logRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/logRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/mainRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/mainRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/mainRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/mainRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/marqueeRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/marqueeRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/marqueeRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/marqueeRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/mathRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/mathRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/mathRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/mathRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/menuRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/menuRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/menuRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/menuRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/menubarRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/menubarRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/menubarRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/menubarRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/menuitemRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/menuitemRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/menuitemRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/menuitemRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/menuitemcheckboxRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/menuitemcheckboxRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/menuitemcheckboxRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/menuitemcheckboxRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/menuitemradioRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/menuitemradioRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/menuitemradioRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/menuitemradioRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/meterRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/meterRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/meterRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/meterRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/navigationRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/navigationRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/navigationRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/navigationRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/noneRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/noneRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/noneRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/noneRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/noteRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/noteRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/noteRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/noteRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/optionRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/optionRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/optionRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/optionRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/paragraphRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/paragraphRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/paragraphRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/paragraphRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/presentationRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/presentationRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/presentationRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/presentationRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/progressbarRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/progressbarRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/progressbarRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/progressbarRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/radioRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/radioRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/radioRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/radioRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/radiogroupRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/radiogroupRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/radiogroupRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/radiogroupRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/regionRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/regionRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/regionRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/regionRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/rowRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/rowRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/rowRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/rowRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/rowgroupRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/rowgroupRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/rowgroupRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/rowgroupRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/rowheaderRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/rowheaderRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/rowheaderRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/rowheaderRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/scrollbarRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/scrollbarRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/scrollbarRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/scrollbarRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/searchRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/searchRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/searchRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/searchRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/searchboxRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/searchboxRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/searchboxRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/searchboxRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/separatorRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/separatorRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/separatorRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/separatorRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/sliderRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/sliderRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/sliderRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/sliderRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/spinbuttonRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/spinbuttonRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/spinbuttonRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/spinbuttonRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/statusRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/statusRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/statusRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/statusRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/strongRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/strongRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/strongRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/strongRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/subscriptRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/subscriptRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/subscriptRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/subscriptRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/superscriptRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/superscriptRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/superscriptRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/superscriptRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/switchRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/switchRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/switchRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/switchRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/tabRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/tabRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/tabRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/tabRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/tableRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/tableRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/tableRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/tableRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/tablistRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/tablistRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/tablistRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/tablistRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/tabpanelRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/tabpanelRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/tabpanelRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/tabpanelRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/termRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/termRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/termRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/termRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/textboxRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/textboxRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/textboxRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/textboxRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/timeRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/timeRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/timeRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/timeRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/timerRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/timerRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/timerRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/timerRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/toolbarRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/toolbarRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/toolbarRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/toolbarRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/tooltipRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/tooltipRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/tooltipRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/tooltipRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/treeRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/treeRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/treeRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/treeRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/treegridRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/treegridRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/treegridRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/treegridRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/treeitemRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/treeitemRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/treeitemRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/etc/roles/literal/treeitemRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/index.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/index.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/index.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/index.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/roleElementMap.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/roleElementMap.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/roleElementMap.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/roleElementMap.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/rolesMap.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/rolesMap.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/rolesMap.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/rolesMap.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/util/iterationDecorator.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/util/iterationDecorator.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/util/iterationDecorator.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/util/iterationDecorator.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/util/iteratorProxy.js b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/util/iteratorProxy.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/lib/util/iteratorProxy.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/lib/util/iteratorProxy.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/package.json b/apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/package.json similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/aria-query/package.json rename to apps/angular/node_modules/@testing-library/dom/node_modules/aria-query/package.json diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/.browserslistrc b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/.browserslistrc similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/.browserslistrc rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/.browserslistrc diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/LICENSE.md b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/LICENSE.md similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/LICENSE.md rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/LICENSE.md diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/README.md b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/README.md similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/README.md rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/README.md diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-description.d.ts b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-description.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-description.d.ts rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-description.d.ts diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-description.d.ts.map b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-description.d.ts.map similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-description.d.ts.map rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-description.d.ts.map diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-description.js b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-description.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-description.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-description.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-description.js.map b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-description.js.map similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-description.js.map rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-description.js.map diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-description.mjs b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-description.mjs similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-description.mjs rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-description.mjs diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-description.mjs.map b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-description.mjs.map similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-description.mjs.map rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-description.mjs.map diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name-and-description.d.ts b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name-and-description.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name-and-description.d.ts rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name-and-description.d.ts diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name-and-description.d.ts.map b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name-and-description.d.ts.map similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name-and-description.d.ts.map rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name-and-description.d.ts.map diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name-and-description.js b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name-and-description.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name-and-description.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name-and-description.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name-and-description.js.map b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name-and-description.js.map similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name-and-description.js.map rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name-and-description.js.map diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name-and-description.mjs b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name-and-description.mjs similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name-and-description.mjs rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name-and-description.mjs diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name-and-description.mjs.map b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name-and-description.mjs.map similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name-and-description.mjs.map rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name-and-description.mjs.map diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name.d.ts b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name.d.ts rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name.d.ts diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name.d.ts.map b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name.d.ts.map similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name.d.ts.map rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name.d.ts.map diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name.js b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name.js.map b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name.js.map similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name.js.map rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name.js.map diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name.mjs b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name.mjs similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name.mjs rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name.mjs diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name.mjs.map b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name.mjs.map similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name.mjs.map rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name.mjs.map diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/getRole.d.ts b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/getRole.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/getRole.d.ts rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/getRole.d.ts diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/getRole.d.ts.map b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/getRole.d.ts.map similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/getRole.d.ts.map rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/getRole.d.ts.map diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/getRole.js b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/getRole.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/getRole.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/getRole.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/getRole.js.map b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/getRole.js.map similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/getRole.js.map rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/getRole.js.map diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/getRole.mjs b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/getRole.mjs similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/getRole.mjs rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/getRole.mjs diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/getRole.mjs.map b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/getRole.mjs.map similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/getRole.mjs.map rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/getRole.mjs.map diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/index.d.ts b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/index.d.ts rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/index.d.ts diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/index.d.ts.map b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/index.d.ts.map similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/index.d.ts.map rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/index.d.ts.map diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/index.js b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/index.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/index.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/index.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/index.js.map b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/index.js.map similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/index.js.map rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/index.js.map diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/index.mjs b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/index.mjs similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/index.mjs rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/index.mjs diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/index.mjs.map b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/index.mjs.map similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/index.mjs.map rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/index.mjs.map diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/is-inaccessible.d.ts b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/is-inaccessible.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/is-inaccessible.d.ts rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/is-inaccessible.d.ts diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/is-inaccessible.d.ts.map b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/is-inaccessible.d.ts.map similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/is-inaccessible.d.ts.map rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/is-inaccessible.d.ts.map diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/is-inaccessible.js b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/is-inaccessible.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/is-inaccessible.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/is-inaccessible.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/is-inaccessible.js.map b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/is-inaccessible.js.map similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/is-inaccessible.js.map rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/is-inaccessible.js.map diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/is-inaccessible.mjs b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/is-inaccessible.mjs similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/is-inaccessible.mjs rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/is-inaccessible.mjs diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/is-inaccessible.mjs.map b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/is-inaccessible.mjs.map similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/is-inaccessible.mjs.map rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/is-inaccessible.mjs.map diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/SetLike.d.ts b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/SetLike.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/SetLike.d.ts rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/SetLike.d.ts diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/SetLike.d.ts.map b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/SetLike.d.ts.map similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/SetLike.d.ts.map rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/SetLike.d.ts.map diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/SetLike.js b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/SetLike.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/SetLike.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/SetLike.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/SetLike.js.map b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/SetLike.js.map similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/SetLike.js.map rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/SetLike.js.map diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/SetLike.mjs b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/SetLike.mjs similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/SetLike.mjs rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/SetLike.mjs diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/SetLike.mjs.map b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/SetLike.mjs.map similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/SetLike.mjs.map rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/SetLike.mjs.map diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/array.from.d.ts b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/array.from.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/array.from.d.ts rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/array.from.d.ts diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/array.from.d.ts.map b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/array.from.d.ts.map similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/array.from.d.ts.map rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/array.from.d.ts.map diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/array.from.js b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/array.from.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/array.from.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/array.from.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/array.from.js.map b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/array.from.js.map similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/array.from.js.map rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/array.from.js.map diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/array.from.mjs b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/array.from.mjs similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/array.from.mjs rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/array.from.mjs diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/array.from.mjs.map b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/array.from.mjs.map similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/array.from.mjs.map rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/array.from.mjs.map diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/iterator.d.js b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/iterator.d.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/iterator.d.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/iterator.d.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/iterator.d.js.map b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/iterator.d.js.map similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/iterator.d.js.map rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/iterator.d.js.map diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/iterator.d.mjs b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/iterator.d.mjs similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/iterator.d.mjs rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/iterator.d.mjs diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/iterator.d.mjs.map b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/iterator.d.mjs.map similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/iterator.d.mjs.map rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/iterator.d.mjs.map diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/util.d.ts b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/util.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/util.d.ts rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/util.d.ts diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/util.d.ts.map b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/util.d.ts.map similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/util.d.ts.map rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/util.d.ts.map diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/util.js b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/util.js similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/util.js rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/util.js diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/util.js.map b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/util.js.map similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/util.js.map rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/util.js.map diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/util.mjs b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/util.mjs similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/util.mjs rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/util.mjs diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/util.mjs.map b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/util.mjs.map similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/util.mjs.map rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/util.mjs.map diff --git a/ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/package.json b/apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/package.json similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/package.json rename to apps/angular/node_modules/@testing-library/dom/node_modules/dom-accessibility-api/package.json diff --git a/ClientApp/node_modules/@testing-library/dom/package.json b/apps/angular/node_modules/@testing-library/dom/package.json similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/package.json rename to apps/angular/node_modules/@testing-library/dom/package.json diff --git a/ClientApp/node_modules/@testing-library/dom/types/config.d.ts b/apps/angular/node_modules/@testing-library/dom/types/config.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/types/config.d.ts rename to apps/angular/node_modules/@testing-library/dom/types/config.d.ts diff --git a/ClientApp/node_modules/@testing-library/dom/types/events.d.ts b/apps/angular/node_modules/@testing-library/dom/types/events.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/types/events.d.ts rename to apps/angular/node_modules/@testing-library/dom/types/events.d.ts diff --git a/ClientApp/node_modules/@testing-library/dom/types/get-node-text.d.ts b/apps/angular/node_modules/@testing-library/dom/types/get-node-text.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/types/get-node-text.d.ts rename to apps/angular/node_modules/@testing-library/dom/types/get-node-text.d.ts diff --git a/ClientApp/node_modules/@testing-library/dom/types/get-queries-for-element.d.ts b/apps/angular/node_modules/@testing-library/dom/types/get-queries-for-element.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/types/get-queries-for-element.d.ts rename to apps/angular/node_modules/@testing-library/dom/types/get-queries-for-element.d.ts diff --git a/ClientApp/node_modules/@testing-library/dom/types/index.d.ts b/apps/angular/node_modules/@testing-library/dom/types/index.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/types/index.d.ts rename to apps/angular/node_modules/@testing-library/dom/types/index.d.ts diff --git a/ClientApp/node_modules/@testing-library/dom/types/matches.d.ts b/apps/angular/node_modules/@testing-library/dom/types/matches.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/types/matches.d.ts rename to apps/angular/node_modules/@testing-library/dom/types/matches.d.ts diff --git a/ClientApp/node_modules/@testing-library/dom/types/pretty-dom.d.ts b/apps/angular/node_modules/@testing-library/dom/types/pretty-dom.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/types/pretty-dom.d.ts rename to apps/angular/node_modules/@testing-library/dom/types/pretty-dom.d.ts diff --git a/ClientApp/node_modules/@testing-library/dom/types/queries.d.ts b/apps/angular/node_modules/@testing-library/dom/types/queries.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/types/queries.d.ts rename to apps/angular/node_modules/@testing-library/dom/types/queries.d.ts diff --git a/ClientApp/node_modules/@testing-library/dom/types/query-helpers.d.ts b/apps/angular/node_modules/@testing-library/dom/types/query-helpers.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/types/query-helpers.d.ts rename to apps/angular/node_modules/@testing-library/dom/types/query-helpers.d.ts diff --git a/ClientApp/node_modules/@testing-library/dom/types/role-helpers.d.ts b/apps/angular/node_modules/@testing-library/dom/types/role-helpers.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/types/role-helpers.d.ts rename to apps/angular/node_modules/@testing-library/dom/types/role-helpers.d.ts diff --git a/ClientApp/node_modules/@testing-library/dom/types/screen.d.ts b/apps/angular/node_modules/@testing-library/dom/types/screen.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/types/screen.d.ts rename to apps/angular/node_modules/@testing-library/dom/types/screen.d.ts diff --git a/ClientApp/node_modules/@testing-library/dom/types/suggestions.d.ts b/apps/angular/node_modules/@testing-library/dom/types/suggestions.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/types/suggestions.d.ts rename to apps/angular/node_modules/@testing-library/dom/types/suggestions.d.ts diff --git a/ClientApp/node_modules/@testing-library/dom/types/wait-for-element-to-be-removed.d.ts b/apps/angular/node_modules/@testing-library/dom/types/wait-for-element-to-be-removed.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/types/wait-for-element-to-be-removed.d.ts rename to apps/angular/node_modules/@testing-library/dom/types/wait-for-element-to-be-removed.d.ts diff --git a/ClientApp/node_modules/@testing-library/dom/types/wait-for.d.ts b/apps/angular/node_modules/@testing-library/dom/types/wait-for.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/dom/types/wait-for.d.ts rename to apps/angular/node_modules/@testing-library/dom/types/wait-for.d.ts diff --git a/ClientApp/node_modules/@testing-library/jest-dom/CHANGELOG.md b/apps/angular/node_modules/@testing-library/jest-dom/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/@testing-library/jest-dom/CHANGELOG.md rename to apps/angular/node_modules/@testing-library/jest-dom/CHANGELOG.md diff --git a/ClientApp/node_modules/@testing-library/jest-dom/LICENSE b/apps/angular/node_modules/@testing-library/jest-dom/LICENSE similarity index 100% rename from ClientApp/node_modules/@testing-library/jest-dom/LICENSE rename to apps/angular/node_modules/@testing-library/jest-dom/LICENSE diff --git a/ClientApp/node_modules/@testing-library/jest-dom/README.md b/apps/angular/node_modules/@testing-library/jest-dom/README.md similarity index 100% rename from ClientApp/node_modules/@testing-library/jest-dom/README.md rename to apps/angular/node_modules/@testing-library/jest-dom/README.md diff --git a/ClientApp/node_modules/@testing-library/jest-dom/dist/index.js b/apps/angular/node_modules/@testing-library/jest-dom/dist/index.js similarity index 100% rename from ClientApp/node_modules/@testing-library/jest-dom/dist/index.js rename to apps/angular/node_modules/@testing-library/jest-dom/dist/index.js diff --git a/ClientApp/node_modules/@testing-library/jest-dom/dist/index.mjs b/apps/angular/node_modules/@testing-library/jest-dom/dist/index.mjs similarity index 100% rename from ClientApp/node_modules/@testing-library/jest-dom/dist/index.mjs rename to apps/angular/node_modules/@testing-library/jest-dom/dist/index.mjs diff --git a/ClientApp/node_modules/@testing-library/jest-dom/dist/jest-globals.js b/apps/angular/node_modules/@testing-library/jest-dom/dist/jest-globals.js similarity index 100% rename from ClientApp/node_modules/@testing-library/jest-dom/dist/jest-globals.js rename to apps/angular/node_modules/@testing-library/jest-dom/dist/jest-globals.js diff --git a/ClientApp/node_modules/@testing-library/jest-dom/dist/jest-globals.mjs b/apps/angular/node_modules/@testing-library/jest-dom/dist/jest-globals.mjs similarity index 100% rename from ClientApp/node_modules/@testing-library/jest-dom/dist/jest-globals.mjs rename to apps/angular/node_modules/@testing-library/jest-dom/dist/jest-globals.mjs diff --git a/ClientApp/node_modules/@testing-library/jest-dom/dist/matchers-35e4d3bd.mjs b/apps/angular/node_modules/@testing-library/jest-dom/dist/matchers-35e4d3bd.mjs similarity index 100% rename from ClientApp/node_modules/@testing-library/jest-dom/dist/matchers-35e4d3bd.mjs rename to apps/angular/node_modules/@testing-library/jest-dom/dist/matchers-35e4d3bd.mjs diff --git a/ClientApp/node_modules/@testing-library/jest-dom/dist/matchers-98b869c1.js b/apps/angular/node_modules/@testing-library/jest-dom/dist/matchers-98b869c1.js similarity index 100% rename from ClientApp/node_modules/@testing-library/jest-dom/dist/matchers-98b869c1.js rename to apps/angular/node_modules/@testing-library/jest-dom/dist/matchers-98b869c1.js diff --git a/ClientApp/node_modules/@testing-library/jest-dom/dist/matchers.js b/apps/angular/node_modules/@testing-library/jest-dom/dist/matchers.js similarity index 100% rename from ClientApp/node_modules/@testing-library/jest-dom/dist/matchers.js rename to apps/angular/node_modules/@testing-library/jest-dom/dist/matchers.js diff --git a/ClientApp/node_modules/@testing-library/jest-dom/dist/matchers.mjs b/apps/angular/node_modules/@testing-library/jest-dom/dist/matchers.mjs similarity index 100% rename from ClientApp/node_modules/@testing-library/jest-dom/dist/matchers.mjs rename to apps/angular/node_modules/@testing-library/jest-dom/dist/matchers.mjs diff --git a/ClientApp/node_modules/@testing-library/jest-dom/dist/vitest.js b/apps/angular/node_modules/@testing-library/jest-dom/dist/vitest.js similarity index 100% rename from ClientApp/node_modules/@testing-library/jest-dom/dist/vitest.js rename to apps/angular/node_modules/@testing-library/jest-dom/dist/vitest.js diff --git a/ClientApp/node_modules/@testing-library/jest-dom/dist/vitest.mjs b/apps/angular/node_modules/@testing-library/jest-dom/dist/vitest.mjs similarity index 100% rename from ClientApp/node_modules/@testing-library/jest-dom/dist/vitest.mjs rename to apps/angular/node_modules/@testing-library/jest-dom/dist/vitest.mjs diff --git a/ClientApp/node_modules/@testing-library/jest-dom/jest-globals.d.ts b/apps/angular/node_modules/@testing-library/jest-dom/jest-globals.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/jest-dom/jest-globals.d.ts rename to apps/angular/node_modules/@testing-library/jest-dom/jest-globals.d.ts diff --git a/ClientApp/node_modules/@testing-library/jest-dom/jest-globals.js b/apps/angular/node_modules/@testing-library/jest-dom/jest-globals.js similarity index 100% rename from ClientApp/node_modules/@testing-library/jest-dom/jest-globals.js rename to apps/angular/node_modules/@testing-library/jest-dom/jest-globals.js diff --git a/ClientApp/node_modules/@testing-library/jest-dom/matchers.d.ts b/apps/angular/node_modules/@testing-library/jest-dom/matchers.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/jest-dom/matchers.d.ts rename to apps/angular/node_modules/@testing-library/jest-dom/matchers.d.ts diff --git a/ClientApp/node_modules/@testing-library/jest-dom/matchers.js b/apps/angular/node_modules/@testing-library/jest-dom/matchers.js similarity index 100% rename from ClientApp/node_modules/@testing-library/jest-dom/matchers.js rename to apps/angular/node_modules/@testing-library/jest-dom/matchers.js diff --git a/ClientApp/node_modules/@testing-library/jest-dom/package.json b/apps/angular/node_modules/@testing-library/jest-dom/package.json similarity index 100% rename from ClientApp/node_modules/@testing-library/jest-dom/package.json rename to apps/angular/node_modules/@testing-library/jest-dom/package.json diff --git a/ClientApp/node_modules/@testing-library/jest-dom/types/__tests__/bun/bun-custom-expect-types.test.ts b/apps/angular/node_modules/@testing-library/jest-dom/types/__tests__/bun/bun-custom-expect-types.test.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/jest-dom/types/__tests__/bun/bun-custom-expect-types.test.ts rename to apps/angular/node_modules/@testing-library/jest-dom/types/__tests__/bun/bun-custom-expect-types.test.ts diff --git a/ClientApp/node_modules/@testing-library/jest-dom/types/__tests__/bun/bun-types.test.ts b/apps/angular/node_modules/@testing-library/jest-dom/types/__tests__/bun/bun-types.test.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/jest-dom/types/__tests__/bun/bun-types.test.ts rename to apps/angular/node_modules/@testing-library/jest-dom/types/__tests__/bun/bun-types.test.ts diff --git a/ClientApp/node_modules/@testing-library/jest-dom/types/__tests__/bun/tsconfig.json b/apps/angular/node_modules/@testing-library/jest-dom/types/__tests__/bun/tsconfig.json similarity index 100% rename from ClientApp/node_modules/@testing-library/jest-dom/types/__tests__/bun/tsconfig.json rename to apps/angular/node_modules/@testing-library/jest-dom/types/__tests__/bun/tsconfig.json diff --git a/ClientApp/node_modules/@testing-library/jest-dom/types/__tests__/jest-globals/jest-globals-custom-expect-types.test.ts b/apps/angular/node_modules/@testing-library/jest-dom/types/__tests__/jest-globals/jest-globals-custom-expect-types.test.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/jest-dom/types/__tests__/jest-globals/jest-globals-custom-expect-types.test.ts rename to apps/angular/node_modules/@testing-library/jest-dom/types/__tests__/jest-globals/jest-globals-custom-expect-types.test.ts diff --git a/ClientApp/node_modules/@testing-library/jest-dom/types/__tests__/jest-globals/jest-globals-types.test.ts b/apps/angular/node_modules/@testing-library/jest-dom/types/__tests__/jest-globals/jest-globals-types.test.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/jest-dom/types/__tests__/jest-globals/jest-globals-types.test.ts rename to apps/angular/node_modules/@testing-library/jest-dom/types/__tests__/jest-globals/jest-globals-types.test.ts diff --git a/ClientApp/node_modules/@testing-library/jest-dom/types/__tests__/jest-globals/tsconfig.json b/apps/angular/node_modules/@testing-library/jest-dom/types/__tests__/jest-globals/tsconfig.json similarity index 100% rename from ClientApp/node_modules/@testing-library/jest-dom/types/__tests__/jest-globals/tsconfig.json rename to apps/angular/node_modules/@testing-library/jest-dom/types/__tests__/jest-globals/tsconfig.json diff --git a/ClientApp/node_modules/@testing-library/jest-dom/types/__tests__/jest/jest-custom-expect-types.test.ts b/apps/angular/node_modules/@testing-library/jest-dom/types/__tests__/jest/jest-custom-expect-types.test.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/jest-dom/types/__tests__/jest/jest-custom-expect-types.test.ts rename to apps/angular/node_modules/@testing-library/jest-dom/types/__tests__/jest/jest-custom-expect-types.test.ts diff --git a/ClientApp/node_modules/@testing-library/jest-dom/types/__tests__/jest/jest-types.test.ts b/apps/angular/node_modules/@testing-library/jest-dom/types/__tests__/jest/jest-types.test.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/jest-dom/types/__tests__/jest/jest-types.test.ts rename to apps/angular/node_modules/@testing-library/jest-dom/types/__tests__/jest/jest-types.test.ts diff --git a/ClientApp/node_modules/@testing-library/jest-dom/types/__tests__/jest/tsconfig.json b/apps/angular/node_modules/@testing-library/jest-dom/types/__tests__/jest/tsconfig.json similarity index 100% rename from ClientApp/node_modules/@testing-library/jest-dom/types/__tests__/jest/tsconfig.json rename to apps/angular/node_modules/@testing-library/jest-dom/types/__tests__/jest/tsconfig.json diff --git a/ClientApp/node_modules/@testing-library/jest-dom/types/__tests__/vitest/tsconfig.json b/apps/angular/node_modules/@testing-library/jest-dom/types/__tests__/vitest/tsconfig.json similarity index 100% rename from ClientApp/node_modules/@testing-library/jest-dom/types/__tests__/vitest/tsconfig.json rename to apps/angular/node_modules/@testing-library/jest-dom/types/__tests__/vitest/tsconfig.json diff --git a/ClientApp/node_modules/@testing-library/jest-dom/types/__tests__/vitest/vitest-custom-expect-types.test.ts b/apps/angular/node_modules/@testing-library/jest-dom/types/__tests__/vitest/vitest-custom-expect-types.test.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/jest-dom/types/__tests__/vitest/vitest-custom-expect-types.test.ts rename to apps/angular/node_modules/@testing-library/jest-dom/types/__tests__/vitest/vitest-custom-expect-types.test.ts diff --git a/ClientApp/node_modules/@testing-library/jest-dom/types/__tests__/vitest/vitest-types.test.ts b/apps/angular/node_modules/@testing-library/jest-dom/types/__tests__/vitest/vitest-types.test.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/jest-dom/types/__tests__/vitest/vitest-types.test.ts rename to apps/angular/node_modules/@testing-library/jest-dom/types/__tests__/vitest/vitest-types.test.ts diff --git a/ClientApp/node_modules/@testing-library/jest-dom/types/bun.d.ts b/apps/angular/node_modules/@testing-library/jest-dom/types/bun.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/jest-dom/types/bun.d.ts rename to apps/angular/node_modules/@testing-library/jest-dom/types/bun.d.ts diff --git a/ClientApp/node_modules/@testing-library/jest-dom/types/index.d.ts b/apps/angular/node_modules/@testing-library/jest-dom/types/index.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/jest-dom/types/index.d.ts rename to apps/angular/node_modules/@testing-library/jest-dom/types/index.d.ts diff --git a/ClientApp/node_modules/@testing-library/jest-dom/types/jest-globals.d.ts b/apps/angular/node_modules/@testing-library/jest-dom/types/jest-globals.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/jest-dom/types/jest-globals.d.ts rename to apps/angular/node_modules/@testing-library/jest-dom/types/jest-globals.d.ts diff --git a/ClientApp/node_modules/@testing-library/jest-dom/types/jest.d.ts b/apps/angular/node_modules/@testing-library/jest-dom/types/jest.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/jest-dom/types/jest.d.ts rename to apps/angular/node_modules/@testing-library/jest-dom/types/jest.d.ts diff --git a/ClientApp/node_modules/@testing-library/jest-dom/types/matchers-standalone.d.ts b/apps/angular/node_modules/@testing-library/jest-dom/types/matchers-standalone.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/jest-dom/types/matchers-standalone.d.ts rename to apps/angular/node_modules/@testing-library/jest-dom/types/matchers-standalone.d.ts diff --git a/ClientApp/node_modules/@testing-library/jest-dom/types/matchers.d.ts b/apps/angular/node_modules/@testing-library/jest-dom/types/matchers.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/jest-dom/types/matchers.d.ts rename to apps/angular/node_modules/@testing-library/jest-dom/types/matchers.d.ts diff --git a/ClientApp/node_modules/@testing-library/jest-dom/types/vitest.d.ts b/apps/angular/node_modules/@testing-library/jest-dom/types/vitest.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/jest-dom/types/vitest.d.ts rename to apps/angular/node_modules/@testing-library/jest-dom/types/vitest.d.ts diff --git a/ClientApp/node_modules/@testing-library/jest-dom/vitest.d.ts b/apps/angular/node_modules/@testing-library/jest-dom/vitest.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/jest-dom/vitest.d.ts rename to apps/angular/node_modules/@testing-library/jest-dom/vitest.d.ts diff --git a/ClientApp/node_modules/@testing-library/jest-dom/vitest.js b/apps/angular/node_modules/@testing-library/jest-dom/vitest.js similarity index 100% rename from ClientApp/node_modules/@testing-library/jest-dom/vitest.js rename to apps/angular/node_modules/@testing-library/jest-dom/vitest.js diff --git a/ClientApp/node_modules/@testing-library/react/CHANGELOG.md b/apps/angular/node_modules/@testing-library/react/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/@testing-library/react/CHANGELOG.md rename to apps/angular/node_modules/@testing-library/react/CHANGELOG.md diff --git a/ClientApp/node_modules/@testing-library/react/LICENSE b/apps/angular/node_modules/@testing-library/react/LICENSE similarity index 100% rename from ClientApp/node_modules/@testing-library/react/LICENSE rename to apps/angular/node_modules/@testing-library/react/LICENSE diff --git a/ClientApp/node_modules/@testing-library/react/README.md b/apps/angular/node_modules/@testing-library/react/README.md similarity index 100% rename from ClientApp/node_modules/@testing-library/react/README.md rename to apps/angular/node_modules/@testing-library/react/README.md diff --git a/ClientApp/node_modules/@testing-library/react/dist/@testing-library/react.cjs.js b/apps/angular/node_modules/@testing-library/react/dist/@testing-library/react.cjs.js similarity index 100% rename from ClientApp/node_modules/@testing-library/react/dist/@testing-library/react.cjs.js rename to apps/angular/node_modules/@testing-library/react/dist/@testing-library/react.cjs.js diff --git a/ClientApp/node_modules/@testing-library/react/dist/@testing-library/react.esm.js b/apps/angular/node_modules/@testing-library/react/dist/@testing-library/react.esm.js similarity index 100% rename from ClientApp/node_modules/@testing-library/react/dist/@testing-library/react.esm.js rename to apps/angular/node_modules/@testing-library/react/dist/@testing-library/react.esm.js diff --git a/ClientApp/node_modules/@testing-library/react/dist/@testing-library/react.pure.cjs.js b/apps/angular/node_modules/@testing-library/react/dist/@testing-library/react.pure.cjs.js similarity index 100% rename from ClientApp/node_modules/@testing-library/react/dist/@testing-library/react.pure.cjs.js rename to apps/angular/node_modules/@testing-library/react/dist/@testing-library/react.pure.cjs.js diff --git a/ClientApp/node_modules/@testing-library/react/dist/@testing-library/react.pure.esm.js b/apps/angular/node_modules/@testing-library/react/dist/@testing-library/react.pure.esm.js similarity index 100% rename from ClientApp/node_modules/@testing-library/react/dist/@testing-library/react.pure.esm.js rename to apps/angular/node_modules/@testing-library/react/dist/@testing-library/react.pure.esm.js diff --git a/ClientApp/node_modules/@testing-library/react/dist/@testing-library/react.pure.umd.js b/apps/angular/node_modules/@testing-library/react/dist/@testing-library/react.pure.umd.js similarity index 100% rename from ClientApp/node_modules/@testing-library/react/dist/@testing-library/react.pure.umd.js rename to apps/angular/node_modules/@testing-library/react/dist/@testing-library/react.pure.umd.js diff --git a/ClientApp/node_modules/@testing-library/react/dist/@testing-library/react.pure.umd.js.map b/apps/angular/node_modules/@testing-library/react/dist/@testing-library/react.pure.umd.js.map similarity index 100% rename from ClientApp/node_modules/@testing-library/react/dist/@testing-library/react.pure.umd.js.map rename to apps/angular/node_modules/@testing-library/react/dist/@testing-library/react.pure.umd.js.map diff --git a/ClientApp/node_modules/@testing-library/react/dist/@testing-library/react.pure.umd.min.js b/apps/angular/node_modules/@testing-library/react/dist/@testing-library/react.pure.umd.min.js similarity index 100% rename from ClientApp/node_modules/@testing-library/react/dist/@testing-library/react.pure.umd.min.js rename to apps/angular/node_modules/@testing-library/react/dist/@testing-library/react.pure.umd.min.js diff --git a/ClientApp/node_modules/@testing-library/react/dist/@testing-library/react.pure.umd.min.js.map b/apps/angular/node_modules/@testing-library/react/dist/@testing-library/react.pure.umd.min.js.map similarity index 100% rename from ClientApp/node_modules/@testing-library/react/dist/@testing-library/react.pure.umd.min.js.map rename to apps/angular/node_modules/@testing-library/react/dist/@testing-library/react.pure.umd.min.js.map diff --git a/ClientApp/node_modules/@testing-library/react/dist/@testing-library/react.umd.js b/apps/angular/node_modules/@testing-library/react/dist/@testing-library/react.umd.js similarity index 100% rename from ClientApp/node_modules/@testing-library/react/dist/@testing-library/react.umd.js rename to apps/angular/node_modules/@testing-library/react/dist/@testing-library/react.umd.js diff --git a/ClientApp/node_modules/@testing-library/react/dist/@testing-library/react.umd.js.map b/apps/angular/node_modules/@testing-library/react/dist/@testing-library/react.umd.js.map similarity index 100% rename from ClientApp/node_modules/@testing-library/react/dist/@testing-library/react.umd.js.map rename to apps/angular/node_modules/@testing-library/react/dist/@testing-library/react.umd.js.map diff --git a/ClientApp/node_modules/@testing-library/react/dist/@testing-library/react.umd.min.js b/apps/angular/node_modules/@testing-library/react/dist/@testing-library/react.umd.min.js similarity index 100% rename from ClientApp/node_modules/@testing-library/react/dist/@testing-library/react.umd.min.js rename to apps/angular/node_modules/@testing-library/react/dist/@testing-library/react.umd.min.js diff --git a/ClientApp/node_modules/@testing-library/react/dist/@testing-library/react.umd.min.js.map b/apps/angular/node_modules/@testing-library/react/dist/@testing-library/react.umd.min.js.map similarity index 100% rename from ClientApp/node_modules/@testing-library/react/dist/@testing-library/react.umd.min.js.map rename to apps/angular/node_modules/@testing-library/react/dist/@testing-library/react.umd.min.js.map diff --git a/ClientApp/node_modules/@testing-library/react/dist/act-compat.js b/apps/angular/node_modules/@testing-library/react/dist/act-compat.js similarity index 100% rename from ClientApp/node_modules/@testing-library/react/dist/act-compat.js rename to apps/angular/node_modules/@testing-library/react/dist/act-compat.js diff --git a/ClientApp/node_modules/@testing-library/react/dist/config.js b/apps/angular/node_modules/@testing-library/react/dist/config.js similarity index 100% rename from ClientApp/node_modules/@testing-library/react/dist/config.js rename to apps/angular/node_modules/@testing-library/react/dist/config.js diff --git a/ClientApp/node_modules/@testing-library/react/dist/fire-event.js b/apps/angular/node_modules/@testing-library/react/dist/fire-event.js similarity index 100% rename from ClientApp/node_modules/@testing-library/react/dist/fire-event.js rename to apps/angular/node_modules/@testing-library/react/dist/fire-event.js diff --git a/ClientApp/node_modules/@testing-library/react/dist/index.js b/apps/angular/node_modules/@testing-library/react/dist/index.js similarity index 100% rename from ClientApp/node_modules/@testing-library/react/dist/index.js rename to apps/angular/node_modules/@testing-library/react/dist/index.js diff --git a/ClientApp/node_modules/@testing-library/react/dist/pure.js b/apps/angular/node_modules/@testing-library/react/dist/pure.js similarity index 100% rename from ClientApp/node_modules/@testing-library/react/dist/pure.js rename to apps/angular/node_modules/@testing-library/react/dist/pure.js diff --git a/ClientApp/node_modules/@testing-library/react/dont-cleanup-after-each.js b/apps/angular/node_modules/@testing-library/react/dont-cleanup-after-each.js similarity index 100% rename from ClientApp/node_modules/@testing-library/react/dont-cleanup-after-each.js rename to apps/angular/node_modules/@testing-library/react/dont-cleanup-after-each.js diff --git a/ClientApp/node_modules/@testing-library/react/package.json b/apps/angular/node_modules/@testing-library/react/package.json similarity index 100% rename from ClientApp/node_modules/@testing-library/react/package.json rename to apps/angular/node_modules/@testing-library/react/package.json diff --git a/ClientApp/node_modules/@testing-library/react/pure.d.ts b/apps/angular/node_modules/@testing-library/react/pure.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/react/pure.d.ts rename to apps/angular/node_modules/@testing-library/react/pure.d.ts diff --git a/ClientApp/node_modules/@testing-library/react/pure.js b/apps/angular/node_modules/@testing-library/react/pure.js similarity index 100% rename from ClientApp/node_modules/@testing-library/react/pure.js rename to apps/angular/node_modules/@testing-library/react/pure.js diff --git a/ClientApp/node_modules/@testing-library/react/types/index.d.ts b/apps/angular/node_modules/@testing-library/react/types/index.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/react/types/index.d.ts rename to apps/angular/node_modules/@testing-library/react/types/index.d.ts diff --git a/ClientApp/node_modules/@testing-library/react/types/pure.d.ts b/apps/angular/node_modules/@testing-library/react/types/pure.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/react/types/pure.d.ts rename to apps/angular/node_modules/@testing-library/react/types/pure.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/LICENSE b/apps/angular/node_modules/@testing-library/user-event/LICENSE similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/LICENSE rename to apps/angular/node_modules/@testing-library/user-event/LICENSE diff --git a/ClientApp/node_modules/@testing-library/user-event/README.md b/apps/angular/node_modules/@testing-library/user-event/README.md similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/README.md rename to apps/angular/node_modules/@testing-library/user-event/README.md diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/clipboard/copy.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/clipboard/copy.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/clipboard/copy.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/clipboard/copy.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/clipboard/cut.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/clipboard/cut.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/clipboard/cut.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/clipboard/cut.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/clipboard/index.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/clipboard/index.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/clipboard/index.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/clipboard/index.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/clipboard/paste.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/clipboard/paste.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/clipboard/paste.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/clipboard/paste.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/convenience/click.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/convenience/click.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/convenience/click.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/convenience/click.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/convenience/hover.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/convenience/hover.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/convenience/hover.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/convenience/hover.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/convenience/index.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/convenience/index.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/convenience/index.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/convenience/index.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/convenience/tab.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/convenience/tab.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/convenience/tab.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/convenience/tab.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/document/UI.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/document/UI.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/document/UI.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/document/UI.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/document/copySelection.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/document/copySelection.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/document/copySelection.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/document/copySelection.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/document/getValueOrTextContent.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/document/getValueOrTextContent.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/document/getValueOrTextContent.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/document/getValueOrTextContent.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/document/index.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/document/index.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/document/index.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/document/index.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/document/interceptor.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/document/interceptor.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/document/interceptor.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/document/interceptor.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/document/patchFocus.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/document/patchFocus.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/document/patchFocus.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/document/patchFocus.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/document/prepareDocument.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/document/prepareDocument.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/document/prepareDocument.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/document/prepareDocument.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/document/trackValue.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/document/trackValue.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/document/trackValue.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/document/trackValue.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/behavior/click.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/behavior/click.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/behavior/click.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/behavior/click.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/behavior/cut.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/behavior/cut.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/behavior/cut.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/behavior/cut.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/behavior/index.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/behavior/index.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/behavior/index.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/behavior/index.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/behavior/keydown.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/behavior/keydown.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/behavior/keydown.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/behavior/keydown.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/behavior/keypress.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/behavior/keypress.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/behavior/keypress.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/behavior/keypress.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/behavior/keyup.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/behavior/keyup.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/behavior/keyup.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/behavior/keyup.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/behavior/paste.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/behavior/paste.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/behavior/paste.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/behavior/paste.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/behavior/registry.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/behavior/registry.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/behavior/registry.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/behavior/registry.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/createEvent.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/createEvent.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/createEvent.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/createEvent.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/dispatchEvent.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/dispatchEvent.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/dispatchEvent.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/dispatchEvent.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/eventMap.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/eventMap.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/eventMap.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/eventMap.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/focus.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/focus.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/focus.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/focus.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/index.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/index.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/index.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/index.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/input.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/input.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/input.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/input.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/radio.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/radio.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/radio.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/radio.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/selection/getInputRange.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/selection/getInputRange.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/selection/getInputRange.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/selection/getInputRange.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/selection/getTargetTypeAndSelection.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/selection/getTargetTypeAndSelection.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/selection/getTargetTypeAndSelection.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/selection/getTargetTypeAndSelection.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/selection/index.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/selection/index.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/selection/index.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/selection/index.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/selection/modifySelection.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/selection/modifySelection.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/selection/modifySelection.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/selection/modifySelection.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/selection/modifySelectionPerMouse.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/selection/modifySelectionPerMouse.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/selection/modifySelectionPerMouse.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/selection/modifySelectionPerMouse.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/selection/moveSelection.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/selection/moveSelection.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/selection/moveSelection.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/selection/moveSelection.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/selection/resolveCaretPosition.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/selection/resolveCaretPosition.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/selection/resolveCaretPosition.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/selection/resolveCaretPosition.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/selection/selectAll.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/selection/selectAll.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/selection/selectAll.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/selection/selectAll.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/selection/setSelection.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/selection/setSelection.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/selection/setSelection.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/selection/setSelection.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/selection/setSelectionPerMouse.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/selection/setSelectionPerMouse.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/selection/setSelectionPerMouse.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/selection/setSelectionPerMouse.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/selection/setSelectionRange.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/selection/setSelectionRange.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/selection/setSelectionRange.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/selection/setSelectionRange.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/selection/updateSelectionOnFocus.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/selection/updateSelectionOnFocus.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/selection/updateSelectionOnFocus.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/selection/updateSelectionOnFocus.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/types.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/types.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/types.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/types.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/wrapEvent.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/wrapEvent.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/event/wrapEvent.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/event/wrapEvent.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/index.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/index.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/index.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/index.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/keyboard/index.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/keyboard/index.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/keyboard/index.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/keyboard/index.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/keyboard/keyMap.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/keyboard/keyMap.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/keyboard/keyMap.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/keyboard/keyMap.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/keyboard/parseKeyDef.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/keyboard/parseKeyDef.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/keyboard/parseKeyDef.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/keyboard/parseKeyDef.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/options.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/options.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/options.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/options.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/package.json b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/package.json similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/package.json rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/package.json diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/pointer/index.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/pointer/index.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/pointer/index.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/pointer/index.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/pointer/keyMap.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/pointer/keyMap.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/pointer/keyMap.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/pointer/keyMap.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/pointer/parseKeyDef.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/pointer/parseKeyDef.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/pointer/parseKeyDef.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/pointer/parseKeyDef.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/setup/api.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/setup/api.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/setup/api.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/setup/api.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/setup/directApi.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/setup/directApi.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/setup/directApi.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/setup/directApi.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/setup/index.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/setup/index.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/setup/index.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/setup/index.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/setup/setup.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/setup/setup.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/setup/setup.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/setup/setup.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/setup/wrapAsync.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/setup/wrapAsync.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/setup/wrapAsync.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/setup/wrapAsync.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/system/index.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/system/index.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/system/index.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/system/index.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/system/keyboard.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/system/keyboard.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/system/keyboard.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/system/keyboard.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/system/pointer/buttons.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/system/pointer/buttons.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/system/pointer/buttons.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/system/pointer/buttons.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/system/pointer/device.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/system/pointer/device.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/system/pointer/device.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/system/pointer/device.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/system/pointer/index.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/system/pointer/index.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/system/pointer/index.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/system/pointer/index.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/system/pointer/mouse.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/system/pointer/mouse.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/system/pointer/mouse.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/system/pointer/mouse.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/system/pointer/pointer.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/system/pointer/pointer.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/system/pointer/pointer.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/system/pointer/pointer.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/system/pointer/shared.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/system/pointer/shared.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/system/pointer/shared.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/system/pointer/shared.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/utility/clear.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/utility/clear.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/utility/clear.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/utility/clear.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/utility/index.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/utility/index.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/utility/index.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/utility/index.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/utility/selectOptions.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/utility/selectOptions.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/utility/selectOptions.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/utility/selectOptions.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/utility/type.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/utility/type.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/utility/type.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/utility/type.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/utility/upload.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/utility/upload.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/utility/upload.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/utility/upload.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/click/isClickableInput.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/click/isClickableInput.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/click/isClickableInput.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/click/isClickableInput.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/dataTransfer/Blob.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/dataTransfer/Blob.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/dataTransfer/Blob.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/dataTransfer/Blob.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/dataTransfer/Clipboard.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/dataTransfer/Clipboard.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/dataTransfer/Clipboard.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/dataTransfer/Clipboard.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/dataTransfer/DataTransfer.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/dataTransfer/DataTransfer.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/dataTransfer/DataTransfer.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/dataTransfer/DataTransfer.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/dataTransfer/FileList.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/dataTransfer/FileList.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/dataTransfer/FileList.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/dataTransfer/FileList.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/edit/isContentEditable.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/edit/isContentEditable.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/edit/isContentEditable.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/edit/isContentEditable.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/edit/isEditable.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/edit/isEditable.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/edit/isEditable.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/edit/isEditable.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/edit/maxLength.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/edit/maxLength.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/edit/maxLength.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/edit/maxLength.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/edit/setFiles.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/edit/setFiles.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/edit/setFiles.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/edit/setFiles.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/edit/timeValue.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/edit/timeValue.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/edit/timeValue.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/edit/timeValue.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/focus/cursor.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/focus/cursor.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/focus/cursor.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/focus/cursor.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/focus/getActiveElement.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/focus/getActiveElement.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/focus/getActiveElement.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/focus/getActiveElement.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/focus/getTabDestination.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/focus/getTabDestination.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/focus/getTabDestination.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/focus/getTabDestination.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/focus/isFocusable.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/focus/isFocusable.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/focus/isFocusable.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/focus/isFocusable.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/focus/selection.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/focus/selection.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/focus/selection.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/focus/selection.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/focus/selector.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/focus/selector.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/focus/selector.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/focus/selector.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/index.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/index.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/index.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/index.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/keyDef/readNextDescriptor.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/keyDef/readNextDescriptor.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/keyDef/readNextDescriptor.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/keyDef/readNextDescriptor.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/misc/cloneEvent.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/misc/cloneEvent.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/misc/cloneEvent.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/misc/cloneEvent.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/misc/findClosest.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/misc/findClosest.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/misc/findClosest.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/misc/findClosest.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/misc/getDocumentFromNode.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/misc/getDocumentFromNode.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/misc/getDocumentFromNode.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/misc/getDocumentFromNode.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/misc/getTreeDiff.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/misc/getTreeDiff.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/misc/getTreeDiff.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/misc/getTreeDiff.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/misc/getWindow.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/misc/getWindow.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/misc/getWindow.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/misc/getWindow.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/misc/isDescendantOrSelf.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/misc/isDescendantOrSelf.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/misc/isDescendantOrSelf.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/misc/isDescendantOrSelf.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/misc/isDisabled.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/misc/isDisabled.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/misc/isDisabled.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/misc/isDisabled.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/misc/isElementType.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/misc/isElementType.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/misc/isElementType.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/misc/isElementType.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/misc/isVisible.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/misc/isVisible.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/misc/isVisible.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/misc/isVisible.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/misc/level.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/misc/level.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/misc/level.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/misc/level.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/misc/wait.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/misc/wait.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/misc/wait.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/misc/wait.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/pointer/cssPointerEvents.js b/apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/pointer/cssPointerEvents.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/cjs/utils/pointer/cssPointerEvents.js rename to apps/angular/node_modules/@testing-library/user-event/dist/cjs/utils/pointer/cssPointerEvents.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/clipboard/copy.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/clipboard/copy.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/clipboard/copy.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/clipboard/copy.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/clipboard/cut.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/clipboard/cut.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/clipboard/cut.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/clipboard/cut.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/clipboard/index.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/clipboard/index.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/clipboard/index.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/clipboard/index.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/clipboard/paste.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/clipboard/paste.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/clipboard/paste.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/clipboard/paste.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/convenience/click.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/convenience/click.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/convenience/click.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/convenience/click.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/convenience/hover.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/convenience/hover.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/convenience/hover.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/convenience/hover.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/convenience/index.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/convenience/index.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/convenience/index.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/convenience/index.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/convenience/tab.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/convenience/tab.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/convenience/tab.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/convenience/tab.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/document/UI.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/document/UI.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/document/UI.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/document/UI.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/document/copySelection.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/document/copySelection.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/document/copySelection.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/document/copySelection.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/document/getValueOrTextContent.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/document/getValueOrTextContent.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/document/getValueOrTextContent.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/document/getValueOrTextContent.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/document/index.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/document/index.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/document/index.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/document/index.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/document/interceptor.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/document/interceptor.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/document/interceptor.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/document/interceptor.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/document/patchFocus.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/document/patchFocus.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/document/patchFocus.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/document/patchFocus.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/document/prepareDocument.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/document/prepareDocument.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/document/prepareDocument.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/document/prepareDocument.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/document/trackValue.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/document/trackValue.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/document/trackValue.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/document/trackValue.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/event/behavior/click.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/event/behavior/click.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/event/behavior/click.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/event/behavior/click.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/event/behavior/cut.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/event/behavior/cut.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/event/behavior/cut.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/event/behavior/cut.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/event/behavior/index.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/event/behavior/index.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/event/behavior/index.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/event/behavior/index.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/event/behavior/keydown.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/event/behavior/keydown.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/event/behavior/keydown.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/event/behavior/keydown.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/event/behavior/keypress.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/event/behavior/keypress.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/event/behavior/keypress.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/event/behavior/keypress.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/event/behavior/keyup.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/event/behavior/keyup.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/event/behavior/keyup.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/event/behavior/keyup.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/event/behavior/paste.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/event/behavior/paste.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/event/behavior/paste.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/event/behavior/paste.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/event/behavior/registry.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/event/behavior/registry.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/event/behavior/registry.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/event/behavior/registry.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/event/createEvent.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/event/createEvent.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/event/createEvent.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/event/createEvent.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/event/dispatchEvent.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/event/dispatchEvent.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/event/dispatchEvent.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/event/dispatchEvent.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/event/eventMap.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/event/eventMap.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/event/eventMap.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/event/eventMap.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/event/focus.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/event/focus.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/event/focus.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/event/focus.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/event/index.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/event/index.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/event/index.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/event/index.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/event/input.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/event/input.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/event/input.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/event/input.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/event/radio.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/event/radio.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/event/radio.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/event/radio.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/event/selection/getInputRange.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/event/selection/getInputRange.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/event/selection/getInputRange.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/event/selection/getInputRange.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/event/selection/getTargetTypeAndSelection.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/event/selection/getTargetTypeAndSelection.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/event/selection/getTargetTypeAndSelection.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/event/selection/getTargetTypeAndSelection.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/event/selection/index.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/event/selection/index.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/event/selection/index.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/event/selection/index.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/event/selection/modifySelection.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/event/selection/modifySelection.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/event/selection/modifySelection.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/event/selection/modifySelection.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/event/selection/modifySelectionPerMouse.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/event/selection/modifySelectionPerMouse.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/event/selection/modifySelectionPerMouse.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/event/selection/modifySelectionPerMouse.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/event/selection/moveSelection.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/event/selection/moveSelection.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/event/selection/moveSelection.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/event/selection/moveSelection.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/event/selection/resolveCaretPosition.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/event/selection/resolveCaretPosition.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/event/selection/resolveCaretPosition.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/event/selection/resolveCaretPosition.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/event/selection/selectAll.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/event/selection/selectAll.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/event/selection/selectAll.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/event/selection/selectAll.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/event/selection/setSelection.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/event/selection/setSelection.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/event/selection/setSelection.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/event/selection/setSelection.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/event/selection/setSelectionPerMouse.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/event/selection/setSelectionPerMouse.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/event/selection/setSelectionPerMouse.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/event/selection/setSelectionPerMouse.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/event/selection/setSelectionRange.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/event/selection/setSelectionRange.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/event/selection/setSelectionRange.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/event/selection/setSelectionRange.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/event/selection/updateSelectionOnFocus.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/event/selection/updateSelectionOnFocus.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/event/selection/updateSelectionOnFocus.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/event/selection/updateSelectionOnFocus.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/event/types.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/event/types.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/event/types.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/event/types.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/event/wrapEvent.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/event/wrapEvent.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/event/wrapEvent.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/event/wrapEvent.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/index.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/index.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/index.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/index.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/keyboard/index.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/keyboard/index.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/keyboard/index.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/keyboard/index.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/keyboard/keyMap.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/keyboard/keyMap.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/keyboard/keyMap.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/keyboard/keyMap.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/keyboard/parseKeyDef.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/keyboard/parseKeyDef.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/keyboard/parseKeyDef.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/keyboard/parseKeyDef.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/options.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/options.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/options.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/options.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/package.json b/apps/angular/node_modules/@testing-library/user-event/dist/esm/package.json similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/package.json rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/package.json diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/pointer/index.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/pointer/index.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/pointer/index.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/pointer/index.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/pointer/keyMap.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/pointer/keyMap.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/pointer/keyMap.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/pointer/keyMap.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/pointer/parseKeyDef.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/pointer/parseKeyDef.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/pointer/parseKeyDef.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/pointer/parseKeyDef.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/setup/api.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/setup/api.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/setup/api.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/setup/api.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/setup/directApi.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/setup/directApi.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/setup/directApi.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/setup/directApi.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/setup/index.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/setup/index.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/setup/index.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/setup/index.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/setup/setup.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/setup/setup.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/setup/setup.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/setup/setup.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/setup/wrapAsync.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/setup/wrapAsync.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/setup/wrapAsync.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/setup/wrapAsync.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/system/index.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/system/index.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/system/index.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/system/index.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/system/keyboard.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/system/keyboard.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/system/keyboard.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/system/keyboard.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/system/pointer/buttons.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/system/pointer/buttons.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/system/pointer/buttons.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/system/pointer/buttons.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/system/pointer/device.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/system/pointer/device.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/system/pointer/device.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/system/pointer/device.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/system/pointer/index.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/system/pointer/index.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/system/pointer/index.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/system/pointer/index.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/system/pointer/mouse.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/system/pointer/mouse.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/system/pointer/mouse.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/system/pointer/mouse.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/system/pointer/pointer.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/system/pointer/pointer.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/system/pointer/pointer.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/system/pointer/pointer.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/system/pointer/shared.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/system/pointer/shared.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/system/pointer/shared.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/system/pointer/shared.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/utility/clear.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/utility/clear.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/utility/clear.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/utility/clear.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/utility/index.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/utility/index.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/utility/index.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/utility/index.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/utility/selectOptions.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/utility/selectOptions.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/utility/selectOptions.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/utility/selectOptions.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/utility/type.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/utility/type.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/utility/type.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/utility/type.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/utility/upload.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/utility/upload.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/utility/upload.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/utility/upload.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/click/isClickableInput.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/click/isClickableInput.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/click/isClickableInput.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/click/isClickableInput.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/dataTransfer/Blob.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/dataTransfer/Blob.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/dataTransfer/Blob.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/dataTransfer/Blob.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/dataTransfer/Clipboard.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/dataTransfer/Clipboard.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/dataTransfer/Clipboard.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/dataTransfer/Clipboard.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/dataTransfer/DataTransfer.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/dataTransfer/DataTransfer.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/dataTransfer/DataTransfer.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/dataTransfer/DataTransfer.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/dataTransfer/FileList.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/dataTransfer/FileList.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/dataTransfer/FileList.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/dataTransfer/FileList.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/edit/isContentEditable.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/edit/isContentEditable.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/edit/isContentEditable.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/edit/isContentEditable.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/edit/isEditable.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/edit/isEditable.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/edit/isEditable.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/edit/isEditable.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/edit/maxLength.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/edit/maxLength.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/edit/maxLength.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/edit/maxLength.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/edit/setFiles.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/edit/setFiles.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/edit/setFiles.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/edit/setFiles.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/edit/timeValue.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/edit/timeValue.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/edit/timeValue.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/edit/timeValue.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/focus/cursor.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/focus/cursor.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/focus/cursor.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/focus/cursor.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/focus/getActiveElement.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/focus/getActiveElement.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/focus/getActiveElement.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/focus/getActiveElement.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/focus/getTabDestination.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/focus/getTabDestination.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/focus/getTabDestination.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/focus/getTabDestination.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/focus/isFocusable.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/focus/isFocusable.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/focus/isFocusable.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/focus/isFocusable.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/focus/selection.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/focus/selection.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/focus/selection.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/focus/selection.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/focus/selector.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/focus/selector.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/focus/selector.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/focus/selector.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/index.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/index.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/index.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/index.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/keyDef/readNextDescriptor.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/keyDef/readNextDescriptor.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/keyDef/readNextDescriptor.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/keyDef/readNextDescriptor.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/misc/cloneEvent.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/misc/cloneEvent.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/misc/cloneEvent.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/misc/cloneEvent.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/misc/findClosest.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/misc/findClosest.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/misc/findClosest.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/misc/findClosest.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/misc/getDocumentFromNode.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/misc/getDocumentFromNode.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/misc/getDocumentFromNode.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/misc/getDocumentFromNode.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/misc/getTreeDiff.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/misc/getTreeDiff.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/misc/getTreeDiff.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/misc/getTreeDiff.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/misc/getWindow.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/misc/getWindow.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/misc/getWindow.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/misc/getWindow.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/misc/isDescendantOrSelf.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/misc/isDescendantOrSelf.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/misc/isDescendantOrSelf.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/misc/isDescendantOrSelf.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/misc/isDisabled.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/misc/isDisabled.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/misc/isDisabled.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/misc/isDisabled.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/misc/isElementType.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/misc/isElementType.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/misc/isElementType.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/misc/isElementType.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/misc/isVisible.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/misc/isVisible.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/misc/isVisible.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/misc/isVisible.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/misc/level.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/misc/level.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/misc/level.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/misc/level.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/misc/wait.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/misc/wait.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/misc/wait.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/misc/wait.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/pointer/cssPointerEvents.js b/apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/pointer/cssPointerEvents.js similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/esm/utils/pointer/cssPointerEvents.js rename to apps/angular/node_modules/@testing-library/user-event/dist/esm/utils/pointer/cssPointerEvents.js diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/clipboard/copy.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/clipboard/copy.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/clipboard/copy.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/clipboard/copy.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/clipboard/cut.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/clipboard/cut.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/clipboard/cut.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/clipboard/cut.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/clipboard/index.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/clipboard/index.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/clipboard/index.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/clipboard/index.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/clipboard/paste.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/clipboard/paste.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/clipboard/paste.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/clipboard/paste.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/convenience/click.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/convenience/click.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/convenience/click.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/convenience/click.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/convenience/hover.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/convenience/hover.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/convenience/hover.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/convenience/hover.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/convenience/index.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/convenience/index.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/convenience/index.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/convenience/index.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/convenience/tab.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/convenience/tab.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/convenience/tab.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/convenience/tab.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/document/UI.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/document/UI.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/document/UI.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/document/UI.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/document/copySelection.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/document/copySelection.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/document/copySelection.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/document/copySelection.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/document/getValueOrTextContent.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/document/getValueOrTextContent.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/document/getValueOrTextContent.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/document/getValueOrTextContent.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/document/index.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/document/index.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/document/index.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/document/index.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/document/interceptor.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/document/interceptor.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/document/interceptor.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/document/interceptor.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/document/patchFocus.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/document/patchFocus.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/document/patchFocus.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/document/patchFocus.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/document/prepareDocument.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/document/prepareDocument.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/document/prepareDocument.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/document/prepareDocument.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/document/trackValue.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/document/trackValue.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/document/trackValue.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/document/trackValue.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/event/behavior/click.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/event/behavior/click.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/event/behavior/click.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/event/behavior/click.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/event/behavior/cut.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/event/behavior/cut.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/event/behavior/cut.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/event/behavior/cut.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/event/behavior/index.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/event/behavior/index.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/event/behavior/index.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/event/behavior/index.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/event/behavior/keydown.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/event/behavior/keydown.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/event/behavior/keydown.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/event/behavior/keydown.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/event/behavior/keypress.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/event/behavior/keypress.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/event/behavior/keypress.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/event/behavior/keypress.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/event/behavior/keyup.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/event/behavior/keyup.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/event/behavior/keyup.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/event/behavior/keyup.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/event/behavior/paste.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/event/behavior/paste.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/event/behavior/paste.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/event/behavior/paste.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/event/behavior/registry.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/event/behavior/registry.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/event/behavior/registry.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/event/behavior/registry.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/event/createEvent.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/event/createEvent.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/event/createEvent.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/event/createEvent.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/event/dispatchEvent.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/event/dispatchEvent.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/event/dispatchEvent.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/event/dispatchEvent.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/event/eventMap.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/event/eventMap.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/event/eventMap.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/event/eventMap.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/event/focus.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/event/focus.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/event/focus.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/event/focus.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/event/index.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/event/index.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/event/index.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/event/index.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/event/input.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/event/input.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/event/input.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/event/input.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/event/radio.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/event/radio.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/event/radio.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/event/radio.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/event/selection/getInputRange.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/event/selection/getInputRange.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/event/selection/getInputRange.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/event/selection/getInputRange.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/event/selection/getTargetTypeAndSelection.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/event/selection/getTargetTypeAndSelection.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/event/selection/getTargetTypeAndSelection.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/event/selection/getTargetTypeAndSelection.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/event/selection/index.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/event/selection/index.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/event/selection/index.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/event/selection/index.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/event/selection/modifySelection.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/event/selection/modifySelection.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/event/selection/modifySelection.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/event/selection/modifySelection.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/event/selection/modifySelectionPerMouse.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/event/selection/modifySelectionPerMouse.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/event/selection/modifySelectionPerMouse.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/event/selection/modifySelectionPerMouse.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/event/selection/moveSelection.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/event/selection/moveSelection.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/event/selection/moveSelection.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/event/selection/moveSelection.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/event/selection/resolveCaretPosition.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/event/selection/resolveCaretPosition.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/event/selection/resolveCaretPosition.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/event/selection/resolveCaretPosition.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/event/selection/selectAll.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/event/selection/selectAll.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/event/selection/selectAll.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/event/selection/selectAll.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/event/selection/setSelection.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/event/selection/setSelection.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/event/selection/setSelection.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/event/selection/setSelection.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/event/selection/setSelectionPerMouse.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/event/selection/setSelectionPerMouse.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/event/selection/setSelectionPerMouse.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/event/selection/setSelectionPerMouse.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/event/selection/setSelectionRange.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/event/selection/setSelectionRange.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/event/selection/setSelectionRange.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/event/selection/setSelectionRange.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/event/selection/updateSelectionOnFocus.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/event/selection/updateSelectionOnFocus.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/event/selection/updateSelectionOnFocus.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/event/selection/updateSelectionOnFocus.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/event/types.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/event/types.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/event/types.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/event/types.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/event/wrapEvent.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/event/wrapEvent.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/event/wrapEvent.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/event/wrapEvent.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/index.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/index.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/index.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/index.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/keyboard/index.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/keyboard/index.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/keyboard/index.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/keyboard/index.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/keyboard/keyMap.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/keyboard/keyMap.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/keyboard/keyMap.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/keyboard/keyMap.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/keyboard/parseKeyDef.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/keyboard/parseKeyDef.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/keyboard/parseKeyDef.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/keyboard/parseKeyDef.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/options.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/options.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/options.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/options.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/pointer/index.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/pointer/index.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/pointer/index.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/pointer/index.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/pointer/keyMap.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/pointer/keyMap.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/pointer/keyMap.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/pointer/keyMap.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/pointer/parseKeyDef.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/pointer/parseKeyDef.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/pointer/parseKeyDef.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/pointer/parseKeyDef.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/setup/api.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/setup/api.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/setup/api.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/setup/api.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/setup/directApi.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/setup/directApi.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/setup/directApi.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/setup/directApi.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/setup/index.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/setup/index.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/setup/index.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/setup/index.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/setup/setup.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/setup/setup.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/setup/setup.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/setup/setup.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/setup/wrapAsync.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/setup/wrapAsync.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/setup/wrapAsync.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/setup/wrapAsync.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/system/index.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/system/index.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/system/index.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/system/index.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/system/keyboard.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/system/keyboard.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/system/keyboard.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/system/keyboard.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/system/pointer/buttons.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/system/pointer/buttons.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/system/pointer/buttons.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/system/pointer/buttons.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/system/pointer/device.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/system/pointer/device.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/system/pointer/device.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/system/pointer/device.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/system/pointer/index.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/system/pointer/index.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/system/pointer/index.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/system/pointer/index.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/system/pointer/mouse.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/system/pointer/mouse.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/system/pointer/mouse.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/system/pointer/mouse.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/system/pointer/pointer.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/system/pointer/pointer.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/system/pointer/pointer.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/system/pointer/pointer.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/system/pointer/shared.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/system/pointer/shared.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/system/pointer/shared.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/system/pointer/shared.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/utility/clear.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/utility/clear.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/utility/clear.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/utility/clear.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/utility/index.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/utility/index.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/utility/index.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/utility/index.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/utility/selectOptions.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/utility/selectOptions.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/utility/selectOptions.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/utility/selectOptions.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/utility/type.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/utility/type.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/utility/type.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/utility/type.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/utility/upload.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/utility/upload.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/utility/upload.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/utility/upload.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/utils/click/isClickableInput.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/utils/click/isClickableInput.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/utils/click/isClickableInput.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/utils/click/isClickableInput.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/utils/dataTransfer/Blob.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/utils/dataTransfer/Blob.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/utils/dataTransfer/Blob.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/utils/dataTransfer/Blob.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/utils/dataTransfer/Clipboard.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/utils/dataTransfer/Clipboard.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/utils/dataTransfer/Clipboard.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/utils/dataTransfer/Clipboard.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/utils/dataTransfer/DataTransfer.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/utils/dataTransfer/DataTransfer.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/utils/dataTransfer/DataTransfer.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/utils/dataTransfer/DataTransfer.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/utils/dataTransfer/FileList.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/utils/dataTransfer/FileList.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/utils/dataTransfer/FileList.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/utils/dataTransfer/FileList.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/utils/edit/isContentEditable.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/utils/edit/isContentEditable.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/utils/edit/isContentEditable.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/utils/edit/isContentEditable.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/utils/edit/isEditable.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/utils/edit/isEditable.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/utils/edit/isEditable.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/utils/edit/isEditable.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/utils/edit/maxLength.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/utils/edit/maxLength.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/utils/edit/maxLength.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/utils/edit/maxLength.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/utils/edit/setFiles.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/utils/edit/setFiles.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/utils/edit/setFiles.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/utils/edit/setFiles.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/utils/edit/timeValue.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/utils/edit/timeValue.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/utils/edit/timeValue.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/utils/edit/timeValue.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/utils/focus/cursor.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/utils/focus/cursor.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/utils/focus/cursor.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/utils/focus/cursor.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/utils/focus/getActiveElement.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/utils/focus/getActiveElement.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/utils/focus/getActiveElement.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/utils/focus/getActiveElement.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/utils/focus/getTabDestination.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/utils/focus/getTabDestination.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/utils/focus/getTabDestination.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/utils/focus/getTabDestination.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/utils/focus/isFocusable.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/utils/focus/isFocusable.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/utils/focus/isFocusable.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/utils/focus/isFocusable.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/utils/focus/selection.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/utils/focus/selection.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/utils/focus/selection.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/utils/focus/selection.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/utils/focus/selector.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/utils/focus/selector.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/utils/focus/selector.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/utils/focus/selector.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/utils/index.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/utils/index.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/utils/index.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/utils/index.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/utils/keyDef/readNextDescriptor.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/utils/keyDef/readNextDescriptor.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/utils/keyDef/readNextDescriptor.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/utils/keyDef/readNextDescriptor.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/utils/misc/cloneEvent.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/utils/misc/cloneEvent.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/utils/misc/cloneEvent.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/utils/misc/cloneEvent.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/utils/misc/findClosest.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/utils/misc/findClosest.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/utils/misc/findClosest.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/utils/misc/findClosest.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/utils/misc/getDocumentFromNode.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/utils/misc/getDocumentFromNode.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/utils/misc/getDocumentFromNode.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/utils/misc/getDocumentFromNode.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/utils/misc/getTreeDiff.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/utils/misc/getTreeDiff.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/utils/misc/getTreeDiff.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/utils/misc/getTreeDiff.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/utils/misc/getWindow.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/utils/misc/getWindow.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/utils/misc/getWindow.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/utils/misc/getWindow.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/utils/misc/isDescendantOrSelf.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/utils/misc/isDescendantOrSelf.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/utils/misc/isDescendantOrSelf.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/utils/misc/isDescendantOrSelf.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/utils/misc/isDisabled.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/utils/misc/isDisabled.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/utils/misc/isDisabled.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/utils/misc/isDisabled.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/utils/misc/isElementType.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/utils/misc/isElementType.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/utils/misc/isElementType.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/utils/misc/isElementType.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/utils/misc/isVisible.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/utils/misc/isVisible.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/utils/misc/isVisible.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/utils/misc/isVisible.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/utils/misc/level.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/utils/misc/level.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/utils/misc/level.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/utils/misc/level.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/utils/misc/wait.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/utils/misc/wait.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/utils/misc/wait.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/utils/misc/wait.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/dist/types/utils/pointer/cssPointerEvents.d.ts b/apps/angular/node_modules/@testing-library/user-event/dist/types/utils/pointer/cssPointerEvents.d.ts similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/dist/types/utils/pointer/cssPointerEvents.d.ts rename to apps/angular/node_modules/@testing-library/user-event/dist/types/utils/pointer/cssPointerEvents.d.ts diff --git a/ClientApp/node_modules/@testing-library/user-event/package.json b/apps/angular/node_modules/@testing-library/user-event/package.json similarity index 100% rename from ClientApp/node_modules/@testing-library/user-event/package.json rename to apps/angular/node_modules/@testing-library/user-event/package.json diff --git a/ClientApp/node_modules/@types/aria-query/LICENSE b/apps/angular/node_modules/@types/aria-query/LICENSE similarity index 100% rename from ClientApp/node_modules/@types/aria-query/LICENSE rename to apps/angular/node_modules/@types/aria-query/LICENSE diff --git a/ClientApp/node_modules/@types/aria-query/README.md b/apps/angular/node_modules/@types/aria-query/README.md similarity index 100% rename from ClientApp/node_modules/@types/aria-query/README.md rename to apps/angular/node_modules/@types/aria-query/README.md diff --git a/ClientApp/node_modules/@types/aria-query/index.d.ts b/apps/angular/node_modules/@types/aria-query/index.d.ts similarity index 100% rename from ClientApp/node_modules/@types/aria-query/index.d.ts rename to apps/angular/node_modules/@types/aria-query/index.d.ts diff --git a/ClientApp/node_modules/@types/aria-query/package.json b/apps/angular/node_modules/@types/aria-query/package.json similarity index 100% rename from ClientApp/node_modules/@types/aria-query/package.json rename to apps/angular/node_modules/@types/aria-query/package.json diff --git a/ClientApp/node_modules/@types/chai/LICENSE b/apps/angular/node_modules/@types/chai/LICENSE similarity index 100% rename from ClientApp/node_modules/@types/chai/LICENSE rename to apps/angular/node_modules/@types/chai/LICENSE diff --git a/ClientApp/node_modules/@types/chai/README.md b/apps/angular/node_modules/@types/chai/README.md similarity index 100% rename from ClientApp/node_modules/@types/chai/README.md rename to apps/angular/node_modules/@types/chai/README.md diff --git a/ClientApp/node_modules/@types/chai/index.d.ts b/apps/angular/node_modules/@types/chai/index.d.ts similarity index 100% rename from ClientApp/node_modules/@types/chai/index.d.ts rename to apps/angular/node_modules/@types/chai/index.d.ts diff --git a/ClientApp/node_modules/@types/chai/node_modules/assertion-error/LICENSE b/apps/angular/node_modules/@types/chai/node_modules/assertion-error/LICENSE similarity index 100% rename from ClientApp/node_modules/@types/chai/node_modules/assertion-error/LICENSE rename to apps/angular/node_modules/@types/chai/node_modules/assertion-error/LICENSE diff --git a/ClientApp/node_modules/@types/chai/node_modules/assertion-error/README.md b/apps/angular/node_modules/@types/chai/node_modules/assertion-error/README.md similarity index 100% rename from ClientApp/node_modules/@types/chai/node_modules/assertion-error/README.md rename to apps/angular/node_modules/@types/chai/node_modules/assertion-error/README.md diff --git a/ClientApp/node_modules/@types/chai/node_modules/assertion-error/index.d.ts b/apps/angular/node_modules/@types/chai/node_modules/assertion-error/index.d.ts similarity index 100% rename from ClientApp/node_modules/@types/chai/node_modules/assertion-error/index.d.ts rename to apps/angular/node_modules/@types/chai/node_modules/assertion-error/index.d.ts diff --git a/ClientApp/node_modules/@types/chai/node_modules/assertion-error/index.js b/apps/angular/node_modules/@types/chai/node_modules/assertion-error/index.js similarity index 100% rename from ClientApp/node_modules/@types/chai/node_modules/assertion-error/index.js rename to apps/angular/node_modules/@types/chai/node_modules/assertion-error/index.js diff --git a/ClientApp/node_modules/@types/chai/node_modules/assertion-error/package.json b/apps/angular/node_modules/@types/chai/node_modules/assertion-error/package.json similarity index 100% rename from ClientApp/node_modules/@types/chai/node_modules/assertion-error/package.json rename to apps/angular/node_modules/@types/chai/node_modules/assertion-error/package.json diff --git a/ClientApp/node_modules/@types/chai/package.json b/apps/angular/node_modules/@types/chai/package.json similarity index 100% rename from ClientApp/node_modules/@types/chai/package.json rename to apps/angular/node_modules/@types/chai/package.json diff --git a/ClientApp/node_modules/@types/chai/register-should.d.ts b/apps/angular/node_modules/@types/chai/register-should.d.ts similarity index 100% rename from ClientApp/node_modules/@types/chai/register-should.d.ts rename to apps/angular/node_modules/@types/chai/register-should.d.ts diff --git a/ClientApp/node_modules/@types/deep-eql/LICENSE b/apps/angular/node_modules/@types/deep-eql/LICENSE similarity index 100% rename from ClientApp/node_modules/@types/deep-eql/LICENSE rename to apps/angular/node_modules/@types/deep-eql/LICENSE diff --git a/ClientApp/node_modules/@types/deep-eql/README.md b/apps/angular/node_modules/@types/deep-eql/README.md similarity index 100% rename from ClientApp/node_modules/@types/deep-eql/README.md rename to apps/angular/node_modules/@types/deep-eql/README.md diff --git a/ClientApp/node_modules/@types/deep-eql/index.d.ts b/apps/angular/node_modules/@types/deep-eql/index.d.ts similarity index 100% rename from ClientApp/node_modules/@types/deep-eql/index.d.ts rename to apps/angular/node_modules/@types/deep-eql/index.d.ts diff --git a/ClientApp/node_modules/@types/deep-eql/package.json b/apps/angular/node_modules/@types/deep-eql/package.json similarity index 100% rename from ClientApp/node_modules/@types/deep-eql/package.json rename to apps/angular/node_modules/@types/deep-eql/package.json diff --git a/ClientApp/node_modules/@types/estree/LICENSE b/apps/angular/node_modules/@types/estree/LICENSE similarity index 100% rename from ClientApp/node_modules/@types/estree/LICENSE rename to apps/angular/node_modules/@types/estree/LICENSE diff --git a/ClientApp/node_modules/@types/estree/README.md b/apps/angular/node_modules/@types/estree/README.md similarity index 100% rename from ClientApp/node_modules/@types/estree/README.md rename to apps/angular/node_modules/@types/estree/README.md diff --git a/ClientApp/node_modules/@types/estree/flow.d.ts b/apps/angular/node_modules/@types/estree/flow.d.ts similarity index 100% rename from ClientApp/node_modules/@types/estree/flow.d.ts rename to apps/angular/node_modules/@types/estree/flow.d.ts diff --git a/ClientApp/node_modules/@types/estree/index.d.ts b/apps/angular/node_modules/@types/estree/index.d.ts similarity index 100% rename from ClientApp/node_modules/@types/estree/index.d.ts rename to apps/angular/node_modules/@types/estree/index.d.ts diff --git a/ClientApp/node_modules/@types/estree/package.json b/apps/angular/node_modules/@types/estree/package.json similarity index 100% rename from ClientApp/node_modules/@types/estree/package.json rename to apps/angular/node_modules/@types/estree/package.json diff --git a/ClientApp/node_modules/@types/geojson/LICENSE b/apps/angular/node_modules/@types/geojson/LICENSE similarity index 100% rename from ClientApp/node_modules/@types/geojson/LICENSE rename to apps/angular/node_modules/@types/geojson/LICENSE diff --git a/ClientApp/node_modules/@types/geojson/README.md b/apps/angular/node_modules/@types/geojson/README.md similarity index 100% rename from ClientApp/node_modules/@types/geojson/README.md rename to apps/angular/node_modules/@types/geojson/README.md diff --git a/ClientApp/node_modules/@types/geojson/index.d.ts b/apps/angular/node_modules/@types/geojson/index.d.ts similarity index 100% rename from ClientApp/node_modules/@types/geojson/index.d.ts rename to apps/angular/node_modules/@types/geojson/index.d.ts diff --git a/ClientApp/node_modules/@types/geojson/package.json b/apps/angular/node_modules/@types/geojson/package.json similarity index 100% rename from ClientApp/node_modules/@types/geojson/package.json rename to apps/angular/node_modules/@types/geojson/package.json diff --git a/ClientApp/node_modules/@types/leaflet/LICENSE b/apps/angular/node_modules/@types/leaflet/LICENSE similarity index 100% rename from ClientApp/node_modules/@types/leaflet/LICENSE rename to apps/angular/node_modules/@types/leaflet/LICENSE diff --git a/ClientApp/node_modules/@types/leaflet/README.md b/apps/angular/node_modules/@types/leaflet/README.md similarity index 100% rename from ClientApp/node_modules/@types/leaflet/README.md rename to apps/angular/node_modules/@types/leaflet/README.md diff --git a/ClientApp/node_modules/@types/leaflet/index.d.ts b/apps/angular/node_modules/@types/leaflet/index.d.ts similarity index 100% rename from ClientApp/node_modules/@types/leaflet/index.d.ts rename to apps/angular/node_modules/@types/leaflet/index.d.ts diff --git a/ClientApp/node_modules/@types/leaflet/package.json b/apps/angular/node_modules/@types/leaflet/package.json similarity index 100% rename from ClientApp/node_modules/@types/leaflet/package.json rename to apps/angular/node_modules/@types/leaflet/package.json diff --git a/ClientApp/node_modules/@types/node/LICENSE b/apps/angular/node_modules/@types/node/LICENSE similarity index 100% rename from ClientApp/node_modules/@types/node/LICENSE rename to apps/angular/node_modules/@types/node/LICENSE diff --git a/ClientApp/node_modules/@types/node/README.md b/apps/angular/node_modules/@types/node/README.md similarity index 100% rename from ClientApp/node_modules/@types/node/README.md rename to apps/angular/node_modules/@types/node/README.md diff --git a/ClientApp/node_modules/@types/node/assert.d.ts b/apps/angular/node_modules/@types/node/assert.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/assert.d.ts rename to apps/angular/node_modules/@types/node/assert.d.ts diff --git a/ClientApp/node_modules/@types/node/assert/strict.d.ts b/apps/angular/node_modules/@types/node/assert/strict.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/assert/strict.d.ts rename to apps/angular/node_modules/@types/node/assert/strict.d.ts diff --git a/ClientApp/node_modules/@types/node/async_hooks.d.ts b/apps/angular/node_modules/@types/node/async_hooks.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/async_hooks.d.ts rename to apps/angular/node_modules/@types/node/async_hooks.d.ts diff --git a/ClientApp/node_modules/@types/node/buffer.buffer.d.ts b/apps/angular/node_modules/@types/node/buffer.buffer.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/buffer.buffer.d.ts rename to apps/angular/node_modules/@types/node/buffer.buffer.d.ts diff --git a/ClientApp/node_modules/@types/node/buffer.d.ts b/apps/angular/node_modules/@types/node/buffer.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/buffer.d.ts rename to apps/angular/node_modules/@types/node/buffer.d.ts diff --git a/ClientApp/node_modules/@types/node/child_process.d.ts b/apps/angular/node_modules/@types/node/child_process.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/child_process.d.ts rename to apps/angular/node_modules/@types/node/child_process.d.ts diff --git a/ClientApp/node_modules/@types/node/cluster.d.ts b/apps/angular/node_modules/@types/node/cluster.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/cluster.d.ts rename to apps/angular/node_modules/@types/node/cluster.d.ts diff --git a/ClientApp/node_modules/@types/node/compatibility/disposable.d.ts b/apps/angular/node_modules/@types/node/compatibility/disposable.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/compatibility/disposable.d.ts rename to apps/angular/node_modules/@types/node/compatibility/disposable.d.ts diff --git a/ClientApp/node_modules/@types/node/compatibility/index.d.ts b/apps/angular/node_modules/@types/node/compatibility/index.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/compatibility/index.d.ts rename to apps/angular/node_modules/@types/node/compatibility/index.d.ts diff --git a/ClientApp/node_modules/@types/node/compatibility/indexable.d.ts b/apps/angular/node_modules/@types/node/compatibility/indexable.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/compatibility/indexable.d.ts rename to apps/angular/node_modules/@types/node/compatibility/indexable.d.ts diff --git a/ClientApp/node_modules/@types/node/compatibility/iterators.d.ts b/apps/angular/node_modules/@types/node/compatibility/iterators.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/compatibility/iterators.d.ts rename to apps/angular/node_modules/@types/node/compatibility/iterators.d.ts diff --git a/ClientApp/node_modules/@types/node/console.d.ts b/apps/angular/node_modules/@types/node/console.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/console.d.ts rename to apps/angular/node_modules/@types/node/console.d.ts diff --git a/ClientApp/node_modules/@types/node/constants.d.ts b/apps/angular/node_modules/@types/node/constants.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/constants.d.ts rename to apps/angular/node_modules/@types/node/constants.d.ts diff --git a/ClientApp/node_modules/@types/node/crypto.d.ts b/apps/angular/node_modules/@types/node/crypto.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/crypto.d.ts rename to apps/angular/node_modules/@types/node/crypto.d.ts diff --git a/ClientApp/node_modules/@types/node/dgram.d.ts b/apps/angular/node_modules/@types/node/dgram.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/dgram.d.ts rename to apps/angular/node_modules/@types/node/dgram.d.ts diff --git a/ClientApp/node_modules/@types/node/diagnostics_channel.d.ts b/apps/angular/node_modules/@types/node/diagnostics_channel.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/diagnostics_channel.d.ts rename to apps/angular/node_modules/@types/node/diagnostics_channel.d.ts diff --git a/ClientApp/node_modules/@types/node/dns.d.ts b/apps/angular/node_modules/@types/node/dns.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/dns.d.ts rename to apps/angular/node_modules/@types/node/dns.d.ts diff --git a/ClientApp/node_modules/@types/node/dns/promises.d.ts b/apps/angular/node_modules/@types/node/dns/promises.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/dns/promises.d.ts rename to apps/angular/node_modules/@types/node/dns/promises.d.ts diff --git a/ClientApp/node_modules/@types/node/domain.d.ts b/apps/angular/node_modules/@types/node/domain.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/domain.d.ts rename to apps/angular/node_modules/@types/node/domain.d.ts diff --git a/ClientApp/node_modules/@types/node/events.d.ts b/apps/angular/node_modules/@types/node/events.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/events.d.ts rename to apps/angular/node_modules/@types/node/events.d.ts diff --git a/ClientApp/node_modules/@types/node/fs.d.ts b/apps/angular/node_modules/@types/node/fs.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/fs.d.ts rename to apps/angular/node_modules/@types/node/fs.d.ts diff --git a/ClientApp/node_modules/@types/node/fs/promises.d.ts b/apps/angular/node_modules/@types/node/fs/promises.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/fs/promises.d.ts rename to apps/angular/node_modules/@types/node/fs/promises.d.ts diff --git a/ClientApp/node_modules/@types/node/globals.d.ts b/apps/angular/node_modules/@types/node/globals.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/globals.d.ts rename to apps/angular/node_modules/@types/node/globals.d.ts diff --git a/ClientApp/node_modules/@types/node/globals.typedarray.d.ts b/apps/angular/node_modules/@types/node/globals.typedarray.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/globals.typedarray.d.ts rename to apps/angular/node_modules/@types/node/globals.typedarray.d.ts diff --git a/ClientApp/node_modules/@types/node/http.d.ts b/apps/angular/node_modules/@types/node/http.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/http.d.ts rename to apps/angular/node_modules/@types/node/http.d.ts diff --git a/ClientApp/node_modules/@types/node/http2.d.ts b/apps/angular/node_modules/@types/node/http2.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/http2.d.ts rename to apps/angular/node_modules/@types/node/http2.d.ts diff --git a/ClientApp/node_modules/@types/node/https.d.ts b/apps/angular/node_modules/@types/node/https.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/https.d.ts rename to apps/angular/node_modules/@types/node/https.d.ts diff --git a/ClientApp/node_modules/@types/node/index.d.ts b/apps/angular/node_modules/@types/node/index.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/index.d.ts rename to apps/angular/node_modules/@types/node/index.d.ts diff --git a/ClientApp/node_modules/@types/node/inspector.generated.d.ts b/apps/angular/node_modules/@types/node/inspector.generated.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/inspector.generated.d.ts rename to apps/angular/node_modules/@types/node/inspector.generated.d.ts diff --git a/ClientApp/node_modules/@types/node/module.d.ts b/apps/angular/node_modules/@types/node/module.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/module.d.ts rename to apps/angular/node_modules/@types/node/module.d.ts diff --git a/ClientApp/node_modules/@types/node/net.d.ts b/apps/angular/node_modules/@types/node/net.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/net.d.ts rename to apps/angular/node_modules/@types/node/net.d.ts diff --git a/ClientApp/node_modules/@types/node/os.d.ts b/apps/angular/node_modules/@types/node/os.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/os.d.ts rename to apps/angular/node_modules/@types/node/os.d.ts diff --git a/ClientApp/node_modules/@types/node/package.json b/apps/angular/node_modules/@types/node/package.json similarity index 100% rename from ClientApp/node_modules/@types/node/package.json rename to apps/angular/node_modules/@types/node/package.json diff --git a/ClientApp/node_modules/@types/node/path.d.ts b/apps/angular/node_modules/@types/node/path.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/path.d.ts rename to apps/angular/node_modules/@types/node/path.d.ts diff --git a/ClientApp/node_modules/@types/node/perf_hooks.d.ts b/apps/angular/node_modules/@types/node/perf_hooks.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/perf_hooks.d.ts rename to apps/angular/node_modules/@types/node/perf_hooks.d.ts diff --git a/ClientApp/node_modules/@types/node/process.d.ts b/apps/angular/node_modules/@types/node/process.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/process.d.ts rename to apps/angular/node_modules/@types/node/process.d.ts diff --git a/ClientApp/node_modules/@types/node/punycode.d.ts b/apps/angular/node_modules/@types/node/punycode.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/punycode.d.ts rename to apps/angular/node_modules/@types/node/punycode.d.ts diff --git a/ClientApp/node_modules/@types/node/querystring.d.ts b/apps/angular/node_modules/@types/node/querystring.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/querystring.d.ts rename to apps/angular/node_modules/@types/node/querystring.d.ts diff --git a/ClientApp/node_modules/@types/node/readline.d.ts b/apps/angular/node_modules/@types/node/readline.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/readline.d.ts rename to apps/angular/node_modules/@types/node/readline.d.ts diff --git a/ClientApp/node_modules/@types/node/readline/promises.d.ts b/apps/angular/node_modules/@types/node/readline/promises.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/readline/promises.d.ts rename to apps/angular/node_modules/@types/node/readline/promises.d.ts diff --git a/ClientApp/node_modules/@types/node/repl.d.ts b/apps/angular/node_modules/@types/node/repl.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/repl.d.ts rename to apps/angular/node_modules/@types/node/repl.d.ts diff --git a/ClientApp/node_modules/@types/node/sea.d.ts b/apps/angular/node_modules/@types/node/sea.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/sea.d.ts rename to apps/angular/node_modules/@types/node/sea.d.ts diff --git a/ClientApp/node_modules/@types/node/stream.d.ts b/apps/angular/node_modules/@types/node/stream.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/stream.d.ts rename to apps/angular/node_modules/@types/node/stream.d.ts diff --git a/ClientApp/node_modules/@types/node/stream/consumers.d.ts b/apps/angular/node_modules/@types/node/stream/consumers.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/stream/consumers.d.ts rename to apps/angular/node_modules/@types/node/stream/consumers.d.ts diff --git a/ClientApp/node_modules/@types/node/stream/promises.d.ts b/apps/angular/node_modules/@types/node/stream/promises.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/stream/promises.d.ts rename to apps/angular/node_modules/@types/node/stream/promises.d.ts diff --git a/ClientApp/node_modules/@types/node/stream/web.d.ts b/apps/angular/node_modules/@types/node/stream/web.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/stream/web.d.ts rename to apps/angular/node_modules/@types/node/stream/web.d.ts diff --git a/ClientApp/node_modules/@types/node/string_decoder.d.ts b/apps/angular/node_modules/@types/node/string_decoder.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/string_decoder.d.ts rename to apps/angular/node_modules/@types/node/string_decoder.d.ts diff --git a/ClientApp/node_modules/@types/node/test.d.ts b/apps/angular/node_modules/@types/node/test.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/test.d.ts rename to apps/angular/node_modules/@types/node/test.d.ts diff --git a/ClientApp/node_modules/@types/node/timers.d.ts b/apps/angular/node_modules/@types/node/timers.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/timers.d.ts rename to apps/angular/node_modules/@types/node/timers.d.ts diff --git a/ClientApp/node_modules/@types/node/timers/promises.d.ts b/apps/angular/node_modules/@types/node/timers/promises.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/timers/promises.d.ts rename to apps/angular/node_modules/@types/node/timers/promises.d.ts diff --git a/ClientApp/node_modules/@types/node/tls.d.ts b/apps/angular/node_modules/@types/node/tls.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/tls.d.ts rename to apps/angular/node_modules/@types/node/tls.d.ts diff --git a/ClientApp/node_modules/@types/node/trace_events.d.ts b/apps/angular/node_modules/@types/node/trace_events.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/trace_events.d.ts rename to apps/angular/node_modules/@types/node/trace_events.d.ts diff --git a/ClientApp/node_modules/@types/node/ts5.6/buffer.buffer.d.ts b/apps/angular/node_modules/@types/node/ts5.6/buffer.buffer.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/ts5.6/buffer.buffer.d.ts rename to apps/angular/node_modules/@types/node/ts5.6/buffer.buffer.d.ts diff --git a/ClientApp/node_modules/@types/node/ts5.6/globals.typedarray.d.ts b/apps/angular/node_modules/@types/node/ts5.6/globals.typedarray.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/ts5.6/globals.typedarray.d.ts rename to apps/angular/node_modules/@types/node/ts5.6/globals.typedarray.d.ts diff --git a/ClientApp/node_modules/@types/node/ts5.6/index.d.ts b/apps/angular/node_modules/@types/node/ts5.6/index.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/ts5.6/index.d.ts rename to apps/angular/node_modules/@types/node/ts5.6/index.d.ts diff --git a/ClientApp/node_modules/@types/node/tty.d.ts b/apps/angular/node_modules/@types/node/tty.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/tty.d.ts rename to apps/angular/node_modules/@types/node/tty.d.ts diff --git a/ClientApp/node_modules/@types/node/url.d.ts b/apps/angular/node_modules/@types/node/url.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/url.d.ts rename to apps/angular/node_modules/@types/node/url.d.ts diff --git a/ClientApp/node_modules/@types/node/util.d.ts b/apps/angular/node_modules/@types/node/util.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/util.d.ts rename to apps/angular/node_modules/@types/node/util.d.ts diff --git a/ClientApp/node_modules/@types/node/v8.d.ts b/apps/angular/node_modules/@types/node/v8.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/v8.d.ts rename to apps/angular/node_modules/@types/node/v8.d.ts diff --git a/ClientApp/node_modules/@types/node/vm.d.ts b/apps/angular/node_modules/@types/node/vm.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/vm.d.ts rename to apps/angular/node_modules/@types/node/vm.d.ts diff --git a/ClientApp/node_modules/@types/node/wasi.d.ts b/apps/angular/node_modules/@types/node/wasi.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/wasi.d.ts rename to apps/angular/node_modules/@types/node/wasi.d.ts diff --git a/ClientApp/node_modules/@types/node/web-globals/abortcontroller.d.ts b/apps/angular/node_modules/@types/node/web-globals/abortcontroller.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/web-globals/abortcontroller.d.ts rename to apps/angular/node_modules/@types/node/web-globals/abortcontroller.d.ts diff --git a/ClientApp/node_modules/@types/node/web-globals/domexception.d.ts b/apps/angular/node_modules/@types/node/web-globals/domexception.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/web-globals/domexception.d.ts rename to apps/angular/node_modules/@types/node/web-globals/domexception.d.ts diff --git a/ClientApp/node_modules/@types/node/web-globals/events.d.ts b/apps/angular/node_modules/@types/node/web-globals/events.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/web-globals/events.d.ts rename to apps/angular/node_modules/@types/node/web-globals/events.d.ts diff --git a/ClientApp/node_modules/@types/node/web-globals/fetch.d.ts b/apps/angular/node_modules/@types/node/web-globals/fetch.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/web-globals/fetch.d.ts rename to apps/angular/node_modules/@types/node/web-globals/fetch.d.ts diff --git a/ClientApp/node_modules/@types/node/worker_threads.d.ts b/apps/angular/node_modules/@types/node/worker_threads.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/worker_threads.d.ts rename to apps/angular/node_modules/@types/node/worker_threads.d.ts diff --git a/ClientApp/node_modules/@types/node/zlib.d.ts b/apps/angular/node_modules/@types/node/zlib.d.ts similarity index 100% rename from ClientApp/node_modules/@types/node/zlib.d.ts rename to apps/angular/node_modules/@types/node/zlib.d.ts diff --git a/ClientApp/node_modules/@types/prop-types/LICENSE b/apps/angular/node_modules/@types/prop-types/LICENSE similarity index 100% rename from ClientApp/node_modules/@types/prop-types/LICENSE rename to apps/angular/node_modules/@types/prop-types/LICENSE diff --git a/ClientApp/node_modules/@types/prop-types/README.md b/apps/angular/node_modules/@types/prop-types/README.md similarity index 100% rename from ClientApp/node_modules/@types/prop-types/README.md rename to apps/angular/node_modules/@types/prop-types/README.md diff --git a/ClientApp/node_modules/@types/prop-types/index.d.ts b/apps/angular/node_modules/@types/prop-types/index.d.ts similarity index 100% rename from ClientApp/node_modules/@types/prop-types/index.d.ts rename to apps/angular/node_modules/@types/prop-types/index.d.ts diff --git a/ClientApp/node_modules/@types/prop-types/package.json b/apps/angular/node_modules/@types/prop-types/package.json similarity index 100% rename from ClientApp/node_modules/@types/prop-types/package.json rename to apps/angular/node_modules/@types/prop-types/package.json diff --git a/ClientApp/node_modules/@types/react-dom/LICENSE b/apps/angular/node_modules/@types/react-dom/LICENSE similarity index 100% rename from ClientApp/node_modules/@types/react-dom/LICENSE rename to apps/angular/node_modules/@types/react-dom/LICENSE diff --git a/ClientApp/node_modules/@types/react-dom/README.md b/apps/angular/node_modules/@types/react-dom/README.md similarity index 100% rename from ClientApp/node_modules/@types/react-dom/README.md rename to apps/angular/node_modules/@types/react-dom/README.md diff --git a/ClientApp/node_modules/@types/react-dom/canary.d.ts b/apps/angular/node_modules/@types/react-dom/canary.d.ts similarity index 100% rename from ClientApp/node_modules/@types/react-dom/canary.d.ts rename to apps/angular/node_modules/@types/react-dom/canary.d.ts diff --git a/ClientApp/node_modules/@types/react-dom/client.d.ts b/apps/angular/node_modules/@types/react-dom/client.d.ts similarity index 100% rename from ClientApp/node_modules/@types/react-dom/client.d.ts rename to apps/angular/node_modules/@types/react-dom/client.d.ts diff --git a/ClientApp/node_modules/@types/react-dom/experimental.d.ts b/apps/angular/node_modules/@types/react-dom/experimental.d.ts similarity index 100% rename from ClientApp/node_modules/@types/react-dom/experimental.d.ts rename to apps/angular/node_modules/@types/react-dom/experimental.d.ts diff --git a/ClientApp/node_modules/@types/react-dom/index.d.ts b/apps/angular/node_modules/@types/react-dom/index.d.ts similarity index 100% rename from ClientApp/node_modules/@types/react-dom/index.d.ts rename to apps/angular/node_modules/@types/react-dom/index.d.ts diff --git a/ClientApp/node_modules/@types/react-dom/package.json b/apps/angular/node_modules/@types/react-dom/package.json similarity index 100% rename from ClientApp/node_modules/@types/react-dom/package.json rename to apps/angular/node_modules/@types/react-dom/package.json diff --git a/ClientApp/node_modules/@types/react-dom/server.d.ts b/apps/angular/node_modules/@types/react-dom/server.d.ts similarity index 100% rename from ClientApp/node_modules/@types/react-dom/server.d.ts rename to apps/angular/node_modules/@types/react-dom/server.d.ts diff --git a/ClientApp/node_modules/@types/react-dom/test-utils/index.d.ts b/apps/angular/node_modules/@types/react-dom/test-utils/index.d.ts similarity index 100% rename from ClientApp/node_modules/@types/react-dom/test-utils/index.d.ts rename to apps/angular/node_modules/@types/react-dom/test-utils/index.d.ts diff --git a/ClientApp/node_modules/@types/react/LICENSE b/apps/angular/node_modules/@types/react/LICENSE similarity index 100% rename from ClientApp/node_modules/@types/react/LICENSE rename to apps/angular/node_modules/@types/react/LICENSE diff --git a/ClientApp/node_modules/@types/react/README.md b/apps/angular/node_modules/@types/react/README.md similarity index 100% rename from ClientApp/node_modules/@types/react/README.md rename to apps/angular/node_modules/@types/react/README.md diff --git a/ClientApp/node_modules/@types/react/canary.d.ts b/apps/angular/node_modules/@types/react/canary.d.ts similarity index 100% rename from ClientApp/node_modules/@types/react/canary.d.ts rename to apps/angular/node_modules/@types/react/canary.d.ts diff --git a/ClientApp/node_modules/@types/react/experimental.d.ts b/apps/angular/node_modules/@types/react/experimental.d.ts similarity index 100% rename from ClientApp/node_modules/@types/react/experimental.d.ts rename to apps/angular/node_modules/@types/react/experimental.d.ts diff --git a/ClientApp/node_modules/@types/react/global.d.ts b/apps/angular/node_modules/@types/react/global.d.ts similarity index 100% rename from ClientApp/node_modules/@types/react/global.d.ts rename to apps/angular/node_modules/@types/react/global.d.ts diff --git a/ClientApp/node_modules/@types/react/index.d.ts b/apps/angular/node_modules/@types/react/index.d.ts similarity index 100% rename from ClientApp/node_modules/@types/react/index.d.ts rename to apps/angular/node_modules/@types/react/index.d.ts diff --git a/ClientApp/node_modules/@types/react/jsx-dev-runtime.d.ts b/apps/angular/node_modules/@types/react/jsx-dev-runtime.d.ts similarity index 100% rename from ClientApp/node_modules/@types/react/jsx-dev-runtime.d.ts rename to apps/angular/node_modules/@types/react/jsx-dev-runtime.d.ts diff --git a/ClientApp/node_modules/@types/react/jsx-runtime.d.ts b/apps/angular/node_modules/@types/react/jsx-runtime.d.ts similarity index 100% rename from ClientApp/node_modules/@types/react/jsx-runtime.d.ts rename to apps/angular/node_modules/@types/react/jsx-runtime.d.ts diff --git a/ClientApp/node_modules/@types/react/package.json b/apps/angular/node_modules/@types/react/package.json similarity index 100% rename from ClientApp/node_modules/@types/react/package.json rename to apps/angular/node_modules/@types/react/package.json diff --git a/ClientApp/node_modules/@types/react/ts5.0/canary.d.ts b/apps/angular/node_modules/@types/react/ts5.0/canary.d.ts similarity index 100% rename from ClientApp/node_modules/@types/react/ts5.0/canary.d.ts rename to apps/angular/node_modules/@types/react/ts5.0/canary.d.ts diff --git a/ClientApp/node_modules/@types/react/ts5.0/experimental.d.ts b/apps/angular/node_modules/@types/react/ts5.0/experimental.d.ts similarity index 100% rename from ClientApp/node_modules/@types/react/ts5.0/experimental.d.ts rename to apps/angular/node_modules/@types/react/ts5.0/experimental.d.ts diff --git a/ClientApp/node_modules/@types/react/ts5.0/global.d.ts b/apps/angular/node_modules/@types/react/ts5.0/global.d.ts similarity index 100% rename from ClientApp/node_modules/@types/react/ts5.0/global.d.ts rename to apps/angular/node_modules/@types/react/ts5.0/global.d.ts diff --git a/ClientApp/node_modules/@types/react/ts5.0/index.d.ts b/apps/angular/node_modules/@types/react/ts5.0/index.d.ts similarity index 100% rename from ClientApp/node_modules/@types/react/ts5.0/index.d.ts rename to apps/angular/node_modules/@types/react/ts5.0/index.d.ts diff --git a/ClientApp/node_modules/@types/react/ts5.0/jsx-dev-runtime.d.ts b/apps/angular/node_modules/@types/react/ts5.0/jsx-dev-runtime.d.ts similarity index 100% rename from ClientApp/node_modules/@types/react/ts5.0/jsx-dev-runtime.d.ts rename to apps/angular/node_modules/@types/react/ts5.0/jsx-dev-runtime.d.ts diff --git a/ClientApp/node_modules/@types/react/ts5.0/jsx-runtime.d.ts b/apps/angular/node_modules/@types/react/ts5.0/jsx-runtime.d.ts similarity index 100% rename from ClientApp/node_modules/@types/react/ts5.0/jsx-runtime.d.ts rename to apps/angular/node_modules/@types/react/ts5.0/jsx-runtime.d.ts diff --git a/ClientApp/node_modules/@types/sinonjs__fake-timers/LICENSE b/apps/angular/node_modules/@types/sinonjs__fake-timers/LICENSE similarity index 100% rename from ClientApp/node_modules/@types/sinonjs__fake-timers/LICENSE rename to apps/angular/node_modules/@types/sinonjs__fake-timers/LICENSE diff --git a/ClientApp/node_modules/@types/sinonjs__fake-timers/README.md b/apps/angular/node_modules/@types/sinonjs__fake-timers/README.md similarity index 100% rename from ClientApp/node_modules/@types/sinonjs__fake-timers/README.md rename to apps/angular/node_modules/@types/sinonjs__fake-timers/README.md diff --git a/ClientApp/node_modules/@types/sinonjs__fake-timers/index.d.ts b/apps/angular/node_modules/@types/sinonjs__fake-timers/index.d.ts similarity index 100% rename from ClientApp/node_modules/@types/sinonjs__fake-timers/index.d.ts rename to apps/angular/node_modules/@types/sinonjs__fake-timers/index.d.ts diff --git a/ClientApp/node_modules/@types/sinonjs__fake-timers/package.json b/apps/angular/node_modules/@types/sinonjs__fake-timers/package.json similarity index 100% rename from ClientApp/node_modules/@types/sinonjs__fake-timers/package.json rename to apps/angular/node_modules/@types/sinonjs__fake-timers/package.json diff --git a/ClientApp/node_modules/@types/sizzle/LICENSE b/apps/angular/node_modules/@types/sizzle/LICENSE similarity index 100% rename from ClientApp/node_modules/@types/sizzle/LICENSE rename to apps/angular/node_modules/@types/sizzle/LICENSE diff --git a/ClientApp/node_modules/@types/sizzle/README.md b/apps/angular/node_modules/@types/sizzle/README.md similarity index 100% rename from ClientApp/node_modules/@types/sizzle/README.md rename to apps/angular/node_modules/@types/sizzle/README.md diff --git a/ClientApp/node_modules/@types/sizzle/index.d.ts b/apps/angular/node_modules/@types/sizzle/index.d.ts similarity index 100% rename from ClientApp/node_modules/@types/sizzle/index.d.ts rename to apps/angular/node_modules/@types/sizzle/index.d.ts diff --git a/ClientApp/node_modules/@types/sizzle/package.json b/apps/angular/node_modules/@types/sizzle/package.json similarity index 100% rename from ClientApp/node_modules/@types/sizzle/package.json rename to apps/angular/node_modules/@types/sizzle/package.json diff --git a/ClientApp/node_modules/@types/yauzl/LICENSE b/apps/angular/node_modules/@types/yauzl/LICENSE similarity index 100% rename from ClientApp/node_modules/@types/yauzl/LICENSE rename to apps/angular/node_modules/@types/yauzl/LICENSE diff --git a/ClientApp/node_modules/@types/yauzl/README.md b/apps/angular/node_modules/@types/yauzl/README.md similarity index 100% rename from ClientApp/node_modules/@types/yauzl/README.md rename to apps/angular/node_modules/@types/yauzl/README.md diff --git a/ClientApp/node_modules/@types/yauzl/index.d.ts b/apps/angular/node_modules/@types/yauzl/index.d.ts similarity index 100% rename from ClientApp/node_modules/@types/yauzl/index.d.ts rename to apps/angular/node_modules/@types/yauzl/index.d.ts diff --git a/ClientApp/node_modules/@types/yauzl/package.json b/apps/angular/node_modules/@types/yauzl/package.json similarity index 100% rename from ClientApp/node_modules/@types/yauzl/package.json rename to apps/angular/node_modules/@types/yauzl/package.json diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/LICENSE b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/LICENSE similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/LICENSE rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/LICENSE diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/README.md b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/README.md similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/README.md rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/README.md diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslint-recommended-raw.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslint-recommended-raw.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslint-recommended-raw.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslint-recommended-raw.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslint-recommended-raw.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslint-recommended-raw.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslint-recommended-raw.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslint-recommended-raw.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/all.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/all.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/all.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/all.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/all.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/all.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/all.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/all.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/base.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/base.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/base.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/base.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/base.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/base.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/base.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/base.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/disable-type-checked.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/disable-type-checked.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/disable-type-checked.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/disable-type-checked.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/disable-type-checked.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/disable-type-checked.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/disable-type-checked.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/disable-type-checked.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/eslint-recommended.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/eslint-recommended.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/eslint-recommended.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/eslint-recommended.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/eslint-recommended.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/eslint-recommended.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/eslint-recommended.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/eslint-recommended.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/recommended-type-checked-only.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/recommended-type-checked-only.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/recommended-type-checked-only.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/recommended-type-checked-only.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/recommended-type-checked-only.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/recommended-type-checked-only.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/recommended-type-checked-only.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/recommended-type-checked-only.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/recommended-type-checked.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/recommended-type-checked.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/recommended-type-checked.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/recommended-type-checked.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/recommended-type-checked.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/recommended-type-checked.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/recommended-type-checked.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/recommended-type-checked.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/recommended.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/recommended.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/recommended.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/recommended.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/recommended.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/recommended.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/recommended.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/recommended.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/strict-type-checked-only.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/strict-type-checked-only.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/strict-type-checked-only.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/strict-type-checked-only.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/strict-type-checked-only.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/strict-type-checked-only.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/strict-type-checked-only.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/strict-type-checked-only.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/strict-type-checked.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/strict-type-checked.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/strict-type-checked.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/strict-type-checked.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/strict-type-checked.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/strict-type-checked.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/strict-type-checked.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/strict-type-checked.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/strict.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/strict.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/strict.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/strict.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/strict.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/strict.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/strict.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/strict.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/stylistic-type-checked-only.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/stylistic-type-checked-only.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/stylistic-type-checked-only.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/stylistic-type-checked-only.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/stylistic-type-checked-only.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/stylistic-type-checked-only.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/stylistic-type-checked-only.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/stylistic-type-checked-only.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/stylistic-type-checked.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/stylistic-type-checked.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/stylistic-type-checked.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/stylistic-type-checked.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/stylistic-type-checked.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/stylistic-type-checked.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/stylistic-type-checked.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/stylistic-type-checked.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/stylistic.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/stylistic.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/stylistic.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/stylistic.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/stylistic.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/stylistic.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/stylistic.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/stylistic.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/all.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/all.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/all.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/all.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/all.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/all.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/all.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/all.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/base.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/base.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/base.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/base.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/base.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/base.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/base.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/base.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/disable-type-checked.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/disable-type-checked.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/disable-type-checked.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/disable-type-checked.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/disable-type-checked.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/disable-type-checked.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/disable-type-checked.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/disable-type-checked.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/eslint-recommended.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/eslint-recommended.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/eslint-recommended.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/eslint-recommended.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/eslint-recommended.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/eslint-recommended.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/eslint-recommended.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/eslint-recommended.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/recommended-type-checked-only.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/recommended-type-checked-only.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/recommended-type-checked-only.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/recommended-type-checked-only.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/recommended-type-checked-only.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/recommended-type-checked-only.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/recommended-type-checked-only.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/recommended-type-checked-only.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/recommended-type-checked.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/recommended-type-checked.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/recommended-type-checked.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/recommended-type-checked.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/recommended-type-checked.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/recommended-type-checked.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/recommended-type-checked.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/recommended-type-checked.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/recommended.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/recommended.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/recommended.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/recommended.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/recommended.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/recommended.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/recommended.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/recommended.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/strict-type-checked-only.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/strict-type-checked-only.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/strict-type-checked-only.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/strict-type-checked-only.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/strict-type-checked-only.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/strict-type-checked-only.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/strict-type-checked-only.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/strict-type-checked-only.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/strict-type-checked.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/strict-type-checked.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/strict-type-checked.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/strict-type-checked.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/strict-type-checked.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/strict-type-checked.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/strict-type-checked.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/strict-type-checked.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/strict.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/strict.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/strict.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/strict.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/strict.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/strict.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/strict.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/strict.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/stylistic-type-checked-only.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/stylistic-type-checked-only.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/stylistic-type-checked-only.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/stylistic-type-checked-only.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/stylistic-type-checked-only.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/stylistic-type-checked-only.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/stylistic-type-checked-only.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/stylistic-type-checked-only.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/stylistic-type-checked.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/stylistic-type-checked.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/stylistic-type-checked.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/stylistic-type-checked.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/stylistic-type-checked.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/stylistic-type-checked.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/stylistic-type-checked.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/stylistic-type-checked.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/stylistic.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/stylistic.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/stylistic.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/stylistic.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/stylistic.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/stylistic.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/stylistic.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/stylistic.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/index.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/index.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/index.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/index.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/index.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/index.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/index.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/raw-plugin.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/raw-plugin.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/raw-plugin.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/raw-plugin.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/raw-plugin.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/raw-plugin.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/raw-plugin.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/raw-plugin.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/adjacent-overload-signatures.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/adjacent-overload-signatures.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/adjacent-overload-signatures.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/adjacent-overload-signatures.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/adjacent-overload-signatures.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/adjacent-overload-signatures.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/adjacent-overload-signatures.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/adjacent-overload-signatures.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/array-type.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/array-type.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/array-type.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/array-type.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/array-type.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/array-type.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/array-type.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/array-type.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/await-thenable.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/await-thenable.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/await-thenable.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/await-thenable.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/await-thenable.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/await-thenable.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/await-thenable.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/await-thenable.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-ts-comment.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-ts-comment.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-ts-comment.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-ts-comment.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-ts-comment.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-ts-comment.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-ts-comment.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-ts-comment.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-tslint-comment.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-tslint-comment.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-tslint-comment.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-tslint-comment.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-tslint-comment.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-tslint-comment.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-tslint-comment.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-tslint-comment.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/class-literal-property-style.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/class-literal-property-style.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/class-literal-property-style.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/class-literal-property-style.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/class-literal-property-style.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/class-literal-property-style.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/class-literal-property-style.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/class-literal-property-style.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/class-methods-use-this.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/class-methods-use-this.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/class-methods-use-this.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/class-methods-use-this.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/class-methods-use-this.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/class-methods-use-this.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/class-methods-use-this.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/class-methods-use-this.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-generic-constructors.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-generic-constructors.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-generic-constructors.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-generic-constructors.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-generic-constructors.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-generic-constructors.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-generic-constructors.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-generic-constructors.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-indexed-object-style.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-indexed-object-style.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-indexed-object-style.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-indexed-object-style.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-indexed-object-style.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-indexed-object-style.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-indexed-object-style.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-indexed-object-style.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-return.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-return.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-return.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-return.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-return.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-return.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-return.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-return.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-assertions.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-assertions.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-assertions.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-assertions.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-assertions.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-assertions.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-assertions.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-assertions.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-definitions.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-definitions.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-definitions.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-definitions.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-definitions.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-definitions.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-definitions.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-definitions.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-exports.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-exports.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-exports.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-exports.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-exports.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-exports.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-exports.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-exports.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-imports.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-imports.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-imports.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-imports.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-imports.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-imports.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-imports.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-imports.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/default-param-last.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/default-param-last.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/default-param-last.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/default-param-last.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/default-param-last.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/default-param-last.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/default-param-last.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/default-param-last.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/dot-notation.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/dot-notation.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/dot-notation.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/dot-notation.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/dot-notation.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/dot-notation.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/dot-notation.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/dot-notation.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/enum-utils/shared.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/enum-utils/shared.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/enum-utils/shared.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/enum-utils/shared.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/enum-utils/shared.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/enum-utils/shared.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/enum-utils/shared.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/enum-utils/shared.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-function-return-type.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-function-return-type.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-function-return-type.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-function-return-type.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-function-return-type.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-function-return-type.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-function-return-type.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-function-return-type.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-member-accessibility.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-member-accessibility.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-member-accessibility.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-member-accessibility.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-member-accessibility.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-member-accessibility.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-member-accessibility.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-member-accessibility.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-module-boundary-types.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-module-boundary-types.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-module-boundary-types.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-module-boundary-types.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-module-boundary-types.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-module-boundary-types.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-module-boundary-types.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-module-boundary-types.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/index.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/index.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/index.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/index.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/index.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/index.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/index.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/index.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/init-declarations.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/init-declarations.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/init-declarations.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/init-declarations.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/init-declarations.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/init-declarations.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/init-declarations.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/init-declarations.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/max-params.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/max-params.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/max-params.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/max-params.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/max-params.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/max-params.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/max-params.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/max-params.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-ordering.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-ordering.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-ordering.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-ordering.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-ordering.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-ordering.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-ordering.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-ordering.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/method-signature-style.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/method-signature-style.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/method-signature-style.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/method-signature-style.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/method-signature-style.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/method-signature-style.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/method-signature-style.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/method-signature-style.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/enums.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/enums.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/enums.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/enums.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/enums.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/enums.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/enums.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/enums.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/format.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/format.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/format.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/format.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/format.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/format.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/format.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/format.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/index.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/index.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/index.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/index.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/index.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/index.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/index.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/index.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/parse-options.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/parse-options.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/parse-options.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/parse-options.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/parse-options.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/parse-options.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/parse-options.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/parse-options.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/schema.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/schema.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/schema.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/schema.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/schema.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/schema.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/schema.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/schema.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/shared.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/shared.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/shared.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/shared.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/shared.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/shared.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/shared.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/shared.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/types.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/types.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/types.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/types.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/types.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/types.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/types.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/types.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/validator.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/validator.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/validator.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/validator.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/validator.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/validator.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/validator.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/validator.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-array-constructor.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-array-constructor.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-array-constructor.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-array-constructor.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-array-constructor.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-array-constructor.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-array-constructor.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-array-constructor.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-array-delete.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-array-delete.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-array-delete.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-array-delete.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-array-delete.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-array-delete.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-array-delete.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-array-delete.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-base-to-string.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-base-to-string.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-base-to-string.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-base-to-string.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-base-to-string.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-base-to-string.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-base-to-string.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-base-to-string.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-non-null-assertion.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-non-null-assertion.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-non-null-assertion.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-non-null-assertion.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-non-null-assertion.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-non-null-assertion.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-non-null-assertion.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-non-null-assertion.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-void-expression.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-void-expression.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-void-expression.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-void-expression.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-void-expression.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-void-expression.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-void-expression.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-void-expression.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-deprecated.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-deprecated.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-deprecated.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-deprecated.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-deprecated.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-deprecated.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-deprecated.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-deprecated.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dupe-class-members.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dupe-class-members.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dupe-class-members.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dupe-class-members.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dupe-class-members.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dupe-class-members.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dupe-class-members.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dupe-class-members.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-enum-values.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-enum-values.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-enum-values.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-enum-values.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-enum-values.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-enum-values.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-enum-values.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-enum-values.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-type-constituents.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-type-constituents.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-type-constituents.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-type-constituents.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-type-constituents.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-type-constituents.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-type-constituents.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-type-constituents.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dynamic-delete.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dynamic-delete.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dynamic-delete.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dynamic-delete.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dynamic-delete.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dynamic-delete.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dynamic-delete.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dynamic-delete.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-function.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-function.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-function.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-function.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-function.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-function.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-function.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-function.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-interface.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-interface.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-interface.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-interface.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-interface.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-interface.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-interface.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-interface.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-object-type.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-object-type.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-object-type.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-object-type.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-object-type.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-object-type.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-object-type.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-object-type.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-explicit-any.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-explicit-any.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-explicit-any.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-explicit-any.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-explicit-any.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-explicit-any.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-explicit-any.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-explicit-any.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-non-null-assertion.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-non-null-assertion.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-non-null-assertion.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-non-null-assertion.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-non-null-assertion.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-non-null-assertion.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-non-null-assertion.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-non-null-assertion.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extraneous-class.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extraneous-class.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extraneous-class.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extraneous-class.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extraneous-class.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extraneous-class.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extraneous-class.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extraneous-class.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-floating-promises.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-floating-promises.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-floating-promises.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-floating-promises.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-floating-promises.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-floating-promises.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-floating-promises.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-floating-promises.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-for-in-array.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-for-in-array.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-for-in-array.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-for-in-array.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-for-in-array.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-for-in-array.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-for-in-array.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-for-in-array.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implied-eval.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implied-eval.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implied-eval.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implied-eval.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implied-eval.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implied-eval.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implied-eval.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implied-eval.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-import-type-side-effects.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-import-type-side-effects.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-import-type-side-effects.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-import-type-side-effects.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-import-type-side-effects.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-import-type-side-effects.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-import-type-side-effects.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-import-type-side-effects.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-inferrable-types.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-inferrable-types.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-inferrable-types.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-inferrable-types.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-inferrable-types.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-inferrable-types.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-inferrable-types.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-inferrable-types.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-this.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-this.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-this.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-this.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-this.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-this.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-this.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-this.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-void-type.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-void-type.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-void-type.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-void-type.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-void-type.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-void-type.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-void-type.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-void-type.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loop-func.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loop-func.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loop-func.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loop-func.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loop-func.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loop-func.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loop-func.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loop-func.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loss-of-precision.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loss-of-precision.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loss-of-precision.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loss-of-precision.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loss-of-precision.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loss-of-precision.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loss-of-precision.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loss-of-precision.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-magic-numbers.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-magic-numbers.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-magic-numbers.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-magic-numbers.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-magic-numbers.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-magic-numbers.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-magic-numbers.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-magic-numbers.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-meaningless-void-operator.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-meaningless-void-operator.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-meaningless-void-operator.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-meaningless-void-operator.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-meaningless-void-operator.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-meaningless-void-operator.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-meaningless-void-operator.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-meaningless-void-operator.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-new.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-new.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-new.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-new.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-new.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-new.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-new.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-new.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-promises.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-promises.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-promises.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-promises.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-promises.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-promises.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-promises.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-promises.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-spread.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-spread.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-spread.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-spread.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-spread.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-spread.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-spread.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-spread.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-mixed-enums.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-mixed-enums.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-mixed-enums.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-mixed-enums.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-mixed-enums.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-mixed-enums.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-mixed-enums.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-mixed-enums.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-namespace.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-namespace.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-namespace.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-namespace.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-namespace.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-namespace.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-namespace.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-namespace.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-nullish-coalescing.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-nullish-coalescing.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-nullish-coalescing.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-nullish-coalescing.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-nullish-coalescing.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-nullish-coalescing.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-nullish-coalescing.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-nullish-coalescing.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-optional-chain.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-optional-chain.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-optional-chain.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-optional-chain.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-optional-chain.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-optional-chain.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-optional-chain.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-optional-chain.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-assertion.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-assertion.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-assertion.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-assertion.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-assertion.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-assertion.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-assertion.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-assertion.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redeclare.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redeclare.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redeclare.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redeclare.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redeclare.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redeclare.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redeclare.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redeclare.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redundant-type-constituents.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redundant-type-constituents.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redundant-type-constituents.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redundant-type-constituents.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redundant-type-constituents.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redundant-type-constituents.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redundant-type-constituents.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redundant-type-constituents.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-require-imports.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-require-imports.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-require-imports.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-require-imports.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-require-imports.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-require-imports.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-require-imports.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-require-imports.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-restricted-imports.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-restricted-imports.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-restricted-imports.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-restricted-imports.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-restricted-imports.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-restricted-imports.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-restricted-imports.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-restricted-imports.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-restricted-types.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-restricted-types.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-restricted-types.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-restricted-types.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-restricted-types.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-restricted-types.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-restricted-types.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-restricted-types.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-shadow.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-shadow.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-shadow.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-shadow.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-shadow.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-shadow.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-shadow.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-shadow.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-this-alias.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-this-alias.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-this-alias.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-this-alias.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-this-alias.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-this-alias.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-this-alias.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-this-alias.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-type-alias.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-type-alias.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-type-alias.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-type-alias.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-type-alias.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-type-alias.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-type-alias.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-type-alias.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-boolean-literal-compare.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-boolean-literal-compare.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-boolean-literal-compare.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-boolean-literal-compare.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-boolean-literal-compare.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-boolean-literal-compare.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-boolean-literal-compare.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-boolean-literal-compare.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-condition.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-condition.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-condition.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-condition.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-condition.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-condition.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-condition.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-condition.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-parameter-property-assignment.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-parameter-property-assignment.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-parameter-property-assignment.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-parameter-property-assignment.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-parameter-property-assignment.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-parameter-property-assignment.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-parameter-property-assignment.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-parameter-property-assignment.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-qualifier.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-qualifier.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-qualifier.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-qualifier.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-qualifier.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-qualifier.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-qualifier.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-qualifier.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-template-expression.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-template-expression.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-template-expression.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-template-expression.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-template-expression.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-template-expression.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-template-expression.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-template-expression.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-arguments.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-arguments.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-arguments.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-arguments.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-arguments.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-arguments.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-arguments.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-arguments.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-assertion.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-assertion.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-assertion.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-assertion.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-assertion.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-assertion.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-assertion.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-assertion.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-constraint.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-constraint.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-constraint.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-constraint.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-constraint.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-constraint.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-constraint.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-constraint.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-conversion.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-conversion.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-conversion.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-conversion.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-conversion.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-conversion.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-conversion.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-conversion.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-parameters.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-parameters.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-parameters.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-parameters.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-parameters.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-parameters.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-parameters.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-parameters.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-argument.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-argument.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-argument.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-argument.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-argument.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-argument.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-argument.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-argument.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-assignment.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-assignment.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-assignment.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-assignment.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-assignment.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-assignment.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-assignment.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-assignment.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-call.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-call.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-call.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-call.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-call.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-call.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-call.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-call.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-declaration-merging.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-declaration-merging.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-declaration-merging.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-declaration-merging.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-declaration-merging.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-declaration-merging.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-declaration-merging.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-declaration-merging.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-enum-comparison.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-enum-comparison.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-enum-comparison.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-enum-comparison.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-enum-comparison.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-enum-comparison.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-enum-comparison.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-enum-comparison.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-function-type.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-function-type.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-function-type.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-function-type.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-function-type.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-function-type.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-function-type.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-function-type.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-member-access.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-member-access.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-member-access.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-member-access.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-member-access.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-member-access.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-member-access.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-member-access.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-return.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-return.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-return.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-return.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-return.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-return.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-return.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-return.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-type-assertion.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-type-assertion.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-type-assertion.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-type-assertion.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-type-assertion.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-type-assertion.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-type-assertion.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-type-assertion.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-unary-minus.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-unary-minus.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-unary-minus.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-unary-minus.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-unary-minus.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-unary-minus.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-unary-minus.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-unary-minus.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-expressions.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-expressions.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-expressions.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-expressions.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-expressions.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-expressions.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-expressions.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-expressions.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-private-class-members.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-private-class-members.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-private-class-members.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-private-class-members.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-private-class-members.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-private-class-members.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-private-class-members.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-private-class-members.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-vars.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-vars.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-vars.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-vars.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-vars.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-vars.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-vars.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-vars.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-use-before-define.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-use-before-define.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-use-before-define.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-use-before-define.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-use-before-define.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-use-before-define.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-use-before-define.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-use-before-define.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-constructor.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-constructor.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-constructor.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-constructor.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-constructor.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-constructor.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-constructor.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-constructor.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-default-assignment.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-default-assignment.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-default-assignment.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-default-assignment.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-default-assignment.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-default-assignment.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-default-assignment.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-default-assignment.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-empty-export.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-empty-export.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-empty-export.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-empty-export.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-empty-export.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-empty-export.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-empty-export.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-empty-export.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-var-requires.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-var-requires.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-var-requires.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-var-requires.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-var-requires.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-var-requires.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-var-requires.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-var-requires.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-wrapper-object-types.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-wrapper-object-types.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-wrapper-object-types.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-wrapper-object-types.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-wrapper-object-types.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-wrapper-object-types.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-wrapper-object-types.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-wrapper-object-types.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/non-nullable-type-assertion-style.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/non-nullable-type-assertion-style.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/non-nullable-type-assertion-style.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/non-nullable-type-assertion-style.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/non-nullable-type-assertion-style.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/non-nullable-type-assertion-style.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/non-nullable-type-assertion-style.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/non-nullable-type-assertion-style.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/only-throw-error.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/only-throw-error.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/only-throw-error.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/only-throw-error.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/only-throw-error.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/only-throw-error.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/only-throw-error.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/only-throw-error.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/parameter-properties.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/parameter-properties.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/parameter-properties.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/parameter-properties.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/parameter-properties.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/parameter-properties.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/parameter-properties.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/parameter-properties.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-as-const.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-as-const.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-as-const.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-as-const.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-as-const.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-as-const.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-as-const.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-as-const.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-destructuring.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-destructuring.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-destructuring.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-destructuring.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-destructuring.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-destructuring.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-destructuring.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-destructuring.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-enum-initializers.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-enum-initializers.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-enum-initializers.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-enum-initializers.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-enum-initializers.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-enum-initializers.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-enum-initializers.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-enum-initializers.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-find.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-find.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-find.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-find.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-find.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-find.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-find.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-find.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-for-of.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-for-of.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-for-of.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-for-of.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-for-of.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-for-of.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-for-of.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-for-of.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-function-type.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-function-type.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-function-type.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-function-type.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-function-type.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-function-type.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-function-type.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-function-type.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-includes.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-includes.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-includes.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-includes.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-includes.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-includes.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-includes.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-includes.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-literal-enum-member.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-literal-enum-member.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-literal-enum-member.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-literal-enum-member.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-literal-enum-member.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-literal-enum-member.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-literal-enum-member.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-literal-enum-member.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-namespace-keyword.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-namespace-keyword.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-namespace-keyword.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-namespace-keyword.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-namespace-keyword.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-namespace-keyword.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-namespace-keyword.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-namespace-keyword.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-nullish-coalescing.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-nullish-coalescing.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-nullish-coalescing.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-nullish-coalescing.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-nullish-coalescing.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-nullish-coalescing.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-nullish-coalescing.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-nullish-coalescing.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/PreferOptionalChainOptions.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/PreferOptionalChainOptions.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/PreferOptionalChainOptions.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/PreferOptionalChainOptions.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/PreferOptionalChainOptions.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/PreferOptionalChainOptions.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/PreferOptionalChainOptions.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/PreferOptionalChainOptions.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/analyzeChain.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/analyzeChain.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/analyzeChain.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/analyzeChain.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/analyzeChain.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/analyzeChain.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/analyzeChain.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/analyzeChain.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/checkNullishAndReport.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/checkNullishAndReport.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/checkNullishAndReport.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/checkNullishAndReport.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/checkNullishAndReport.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/checkNullishAndReport.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/checkNullishAndReport.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/checkNullishAndReport.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/compareNodes.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/compareNodes.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/compareNodes.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/compareNodes.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/compareNodes.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/compareNodes.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/compareNodes.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/compareNodes.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/gatherLogicalOperands.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/gatherLogicalOperands.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/gatherLogicalOperands.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/gatherLogicalOperands.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/gatherLogicalOperands.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/gatherLogicalOperands.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/gatherLogicalOperands.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/gatherLogicalOperands.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-promise-reject-errors.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-promise-reject-errors.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-promise-reject-errors.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-promise-reject-errors.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-promise-reject-errors.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-promise-reject-errors.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-promise-reject-errors.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-promise-reject-errors.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly-parameter-types.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly-parameter-types.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly-parameter-types.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly-parameter-types.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly-parameter-types.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly-parameter-types.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly-parameter-types.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly-parameter-types.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-reduce-type-parameter.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-reduce-type-parameter.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-reduce-type-parameter.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-reduce-type-parameter.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-reduce-type-parameter.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-reduce-type-parameter.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-reduce-type-parameter.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-reduce-type-parameter.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-regexp-exec.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-regexp-exec.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-regexp-exec.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-regexp-exec.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-regexp-exec.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-regexp-exec.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-regexp-exec.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-regexp-exec.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-return-this-type.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-return-this-type.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-return-this-type.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-return-this-type.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-return-this-type.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-return-this-type.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-return-this-type.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-return-this-type.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-string-starts-ends-with.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-string-starts-ends-with.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-string-starts-ends-with.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-string-starts-ends-with.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-string-starts-ends-with.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-string-starts-ends-with.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-string-starts-ends-with.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-string-starts-ends-with.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-ts-expect-error.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-ts-expect-error.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-ts-expect-error.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-ts-expect-error.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-ts-expect-error.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-ts-expect-error.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-ts-expect-error.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-ts-expect-error.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/promise-function-async.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/promise-function-async.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/promise-function-async.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/promise-function-async.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/promise-function-async.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/promise-function-async.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/promise-function-async.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/promise-function-async.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/related-getter-setter-pairs.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/related-getter-setter-pairs.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/related-getter-setter-pairs.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/related-getter-setter-pairs.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/related-getter-setter-pairs.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/related-getter-setter-pairs.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/related-getter-setter-pairs.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/related-getter-setter-pairs.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-array-sort-compare.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-array-sort-compare.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-array-sort-compare.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-array-sort-compare.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-array-sort-compare.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-array-sort-compare.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-array-sort-compare.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-array-sort-compare.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-await.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-await.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-await.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-await.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-await.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-await.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-await.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-await.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-plus-operands.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-plus-operands.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-plus-operands.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-plus-operands.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-plus-operands.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-plus-operands.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-plus-operands.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-plus-operands.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-template-expressions.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-template-expressions.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-template-expressions.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-template-expressions.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-template-expressions.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-template-expressions.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-template-expressions.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-template-expressions.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/return-await.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/return-await.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/return-await.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/return-await.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/return-await.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/return-await.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/return-await.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/return-await.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/sort-type-constituents.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/sort-type-constituents.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/sort-type-constituents.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/sort-type-constituents.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/sort-type-constituents.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/sort-type-constituents.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/sort-type-constituents.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/sort-type-constituents.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/strict-boolean-expressions.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/strict-boolean-expressions.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/strict-boolean-expressions.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/strict-boolean-expressions.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/strict-boolean-expressions.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/strict-boolean-expressions.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/strict-boolean-expressions.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/strict-boolean-expressions.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/strict-void-return.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/strict-void-return.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/strict-void-return.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/strict-void-return.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/strict-void-return.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/strict-void-return.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/strict-void-return.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/strict-void-return.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/switch-exhaustiveness-check.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/switch-exhaustiveness-check.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/switch-exhaustiveness-check.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/switch-exhaustiveness-check.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/switch-exhaustiveness-check.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/switch-exhaustiveness-check.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/switch-exhaustiveness-check.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/switch-exhaustiveness-check.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/triple-slash-reference.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/triple-slash-reference.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/triple-slash-reference.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/triple-slash-reference.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/triple-slash-reference.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/triple-slash-reference.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/triple-slash-reference.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/triple-slash-reference.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/typedef.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/typedef.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/typedef.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/typedef.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/typedef.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/typedef.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/typedef.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/typedef.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unbound-method.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unbound-method.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unbound-method.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unbound-method.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unbound-method.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unbound-method.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unbound-method.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unbound-method.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unified-signatures.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unified-signatures.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unified-signatures.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unified-signatures.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unified-signatures.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unified-signatures.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unified-signatures.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unified-signatures.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/use-unknown-in-catch-callback-variable.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/use-unknown-in-catch-callback-variable.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/use-unknown-in-catch-callback-variable.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/use-unknown-in-catch-callback-variable.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/use-unknown-in-catch-callback-variable.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/use-unknown-in-catch-callback-variable.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/rules/use-unknown-in-catch-callback-variable.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/rules/use-unknown-in-catch-callback-variable.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/tsconfig.build.tsbuildinfo b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/tsconfig.build.tsbuildinfo similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/tsconfig.build.tsbuildinfo rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/tsconfig.build.tsbuildinfo diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/assertionFunctionUtils.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/assertionFunctionUtils.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/assertionFunctionUtils.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/assertionFunctionUtils.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/assertionFunctionUtils.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/assertionFunctionUtils.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/assertionFunctionUtils.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/assertionFunctionUtils.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/astUtils.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/astUtils.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/astUtils.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/astUtils.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/astUtils.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/astUtils.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/astUtils.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/astUtils.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/baseTypeUtils.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/baseTypeUtils.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/baseTypeUtils.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/baseTypeUtils.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/baseTypeUtils.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/baseTypeUtils.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/baseTypeUtils.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/baseTypeUtils.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/class-scope-analyzer/classScopeAnalyzer.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/class-scope-analyzer/classScopeAnalyzer.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/class-scope-analyzer/classScopeAnalyzer.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/class-scope-analyzer/classScopeAnalyzer.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/class-scope-analyzer/classScopeAnalyzer.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/class-scope-analyzer/classScopeAnalyzer.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/class-scope-analyzer/classScopeAnalyzer.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/class-scope-analyzer/classScopeAnalyzer.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/class-scope-analyzer/extractComputedName.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/class-scope-analyzer/extractComputedName.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/class-scope-analyzer/extractComputedName.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/class-scope-analyzer/extractComputedName.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/class-scope-analyzer/extractComputedName.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/class-scope-analyzer/extractComputedName.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/class-scope-analyzer/extractComputedName.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/class-scope-analyzer/extractComputedName.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/class-scope-analyzer/types.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/class-scope-analyzer/types.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/class-scope-analyzer/types.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/class-scope-analyzer/types.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/class-scope-analyzer/types.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/class-scope-analyzer/types.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/class-scope-analyzer/types.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/class-scope-analyzer/types.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/collectUnusedVariables.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/collectUnusedVariables.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/collectUnusedVariables.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/collectUnusedVariables.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/collectUnusedVariables.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/collectUnusedVariables.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/collectUnusedVariables.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/collectUnusedVariables.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/createRule.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/createRule.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/createRule.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/createRule.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/createRule.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/createRule.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/createRule.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/createRule.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/escapeRegExp.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/escapeRegExp.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/escapeRegExp.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/escapeRegExp.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/escapeRegExp.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/escapeRegExp.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/escapeRegExp.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/escapeRegExp.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/explicitReturnTypeUtils.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/explicitReturnTypeUtils.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/explicitReturnTypeUtils.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/explicitReturnTypeUtils.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/explicitReturnTypeUtils.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/explicitReturnTypeUtils.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/explicitReturnTypeUtils.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/explicitReturnTypeUtils.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getBaseTypesOfClassMember.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getBaseTypesOfClassMember.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getBaseTypesOfClassMember.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getBaseTypesOfClassMember.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getBaseTypesOfClassMember.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getBaseTypesOfClassMember.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getBaseTypesOfClassMember.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getBaseTypesOfClassMember.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getConstraintInfo.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getConstraintInfo.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getConstraintInfo.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getConstraintInfo.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getConstraintInfo.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getConstraintInfo.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getConstraintInfo.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getConstraintInfo.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getESLintCoreRule.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getESLintCoreRule.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getESLintCoreRule.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getESLintCoreRule.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getESLintCoreRule.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getESLintCoreRule.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getESLintCoreRule.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getESLintCoreRule.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getFixOrSuggest.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getFixOrSuggest.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getFixOrSuggest.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getFixOrSuggest.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getFixOrSuggest.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getFixOrSuggest.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getFixOrSuggest.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getFixOrSuggest.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getForStatementHeadLoc.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getForStatementHeadLoc.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getForStatementHeadLoc.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getForStatementHeadLoc.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getForStatementHeadLoc.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getForStatementHeadLoc.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getForStatementHeadLoc.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getForStatementHeadLoc.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getFunctionHeadLoc.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getFunctionHeadLoc.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getFunctionHeadLoc.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getFunctionHeadLoc.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getFunctionHeadLoc.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getFunctionHeadLoc.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getFunctionHeadLoc.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getFunctionHeadLoc.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getMemberHeadLoc.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getMemberHeadLoc.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getMemberHeadLoc.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getMemberHeadLoc.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getMemberHeadLoc.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getMemberHeadLoc.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getMemberHeadLoc.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getMemberHeadLoc.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getOperatorPrecedence.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getOperatorPrecedence.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getOperatorPrecedence.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getOperatorPrecedence.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getOperatorPrecedence.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getOperatorPrecedence.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getOperatorPrecedence.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getOperatorPrecedence.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getParentFunctionNode.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getParentFunctionNode.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getParentFunctionNode.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getParentFunctionNode.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getParentFunctionNode.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getParentFunctionNode.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getParentFunctionNode.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getParentFunctionNode.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getStaticStringValue.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getStaticStringValue.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getStaticStringValue.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getStaticStringValue.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getStaticStringValue.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getStaticStringValue.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getStaticStringValue.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getStaticStringValue.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getStringLength.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getStringLength.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getStringLength.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getStringLength.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getStringLength.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getStringLength.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getStringLength.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getStringLength.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getTextWithParentheses.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getTextWithParentheses.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getTextWithParentheses.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getTextWithParentheses.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getTextWithParentheses.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getTextWithParentheses.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getTextWithParentheses.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getTextWithParentheses.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getThisExpression.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getThisExpression.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getThisExpression.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getThisExpression.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getThisExpression.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getThisExpression.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getThisExpression.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getThisExpression.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getValueOfLiteralType.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getValueOfLiteralType.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getValueOfLiteralType.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getValueOfLiteralType.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getValueOfLiteralType.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getValueOfLiteralType.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getValueOfLiteralType.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getValueOfLiteralType.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getWrappedCode.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getWrappedCode.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getWrappedCode.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getWrappedCode.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getWrappedCode.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getWrappedCode.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getWrappedCode.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getWrappedCode.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getWrappingFixer.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getWrappingFixer.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getWrappingFixer.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getWrappingFixer.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getWrappingFixer.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getWrappingFixer.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/getWrappingFixer.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/getWrappingFixer.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/hasOverloadSignatures.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/hasOverloadSignatures.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/hasOverloadSignatures.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/hasOverloadSignatures.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/hasOverloadSignatures.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/hasOverloadSignatures.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/hasOverloadSignatures.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/hasOverloadSignatures.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/index.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/index.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/index.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/index.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/index.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/index.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/index.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/index.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/isArrayMethodCallWithPredicate.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/isArrayMethodCallWithPredicate.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/isArrayMethodCallWithPredicate.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/isArrayMethodCallWithPredicate.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/isArrayMethodCallWithPredicate.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/isArrayMethodCallWithPredicate.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/isArrayMethodCallWithPredicate.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/isArrayMethodCallWithPredicate.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/isAssignee.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/isAssignee.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/isAssignee.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/isAssignee.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/isAssignee.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/isAssignee.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/isAssignee.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/isAssignee.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/isHigherPrecedenceThanAwait.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/isHigherPrecedenceThanAwait.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/isHigherPrecedenceThanAwait.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/isHigherPrecedenceThanAwait.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/isHigherPrecedenceThanAwait.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/isHigherPrecedenceThanAwait.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/isHigherPrecedenceThanAwait.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/isHigherPrecedenceThanAwait.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/isNodeEqual.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/isNodeEqual.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/isNodeEqual.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/isNodeEqual.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/isNodeEqual.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/isNodeEqual.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/isNodeEqual.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/isNodeEqual.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/isNullLiteral.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/isNullLiteral.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/isNullLiteral.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/isNullLiteral.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/isNullLiteral.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/isNullLiteral.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/isNullLiteral.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/isNullLiteral.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/isPromiseAggregatorMethod.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/isPromiseAggregatorMethod.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/isPromiseAggregatorMethod.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/isPromiseAggregatorMethod.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/isPromiseAggregatorMethod.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/isPromiseAggregatorMethod.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/isPromiseAggregatorMethod.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/isPromiseAggregatorMethod.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/isStartOfExpressionStatement.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/isStartOfExpressionStatement.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/isStartOfExpressionStatement.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/isStartOfExpressionStatement.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/isStartOfExpressionStatement.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/isStartOfExpressionStatement.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/isStartOfExpressionStatement.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/isStartOfExpressionStatement.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/isTypeImport.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/isTypeImport.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/isTypeImport.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/isTypeImport.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/isTypeImport.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/isTypeImport.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/isTypeImport.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/isTypeImport.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/isUndefinedIdentifier.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/isUndefinedIdentifier.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/isUndefinedIdentifier.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/isUndefinedIdentifier.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/isUndefinedIdentifier.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/isUndefinedIdentifier.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/isUndefinedIdentifier.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/isUndefinedIdentifier.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/misc.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/misc.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/misc.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/misc.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/misc.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/misc.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/misc.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/misc.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/needsPrecedingSemiColon.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/needsPrecedingSemiColon.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/needsPrecedingSemiColon.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/needsPrecedingSemiColon.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/needsPrecedingSemiColon.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/needsPrecedingSemiColon.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/needsPrecedingSemiColon.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/needsPrecedingSemiColon.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/needsToBeAwaited.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/needsToBeAwaited.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/needsToBeAwaited.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/needsToBeAwaited.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/needsToBeAwaited.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/needsToBeAwaited.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/needsToBeAwaited.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/needsToBeAwaited.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/objectIterators.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/objectIterators.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/objectIterators.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/objectIterators.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/objectIterators.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/objectIterators.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/objectIterators.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/objectIterators.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/promiseUtils.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/promiseUtils.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/promiseUtils.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/promiseUtils.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/promiseUtils.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/promiseUtils.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/promiseUtils.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/promiseUtils.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/rangeToLoc.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/rangeToLoc.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/rangeToLoc.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/rangeToLoc.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/rangeToLoc.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/rangeToLoc.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/rangeToLoc.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/rangeToLoc.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/referenceContainsTypeQuery.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/referenceContainsTypeQuery.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/referenceContainsTypeQuery.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/referenceContainsTypeQuery.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/referenceContainsTypeQuery.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/referenceContainsTypeQuery.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/referenceContainsTypeQuery.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/referenceContainsTypeQuery.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/scopeUtils.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/scopeUtils.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/scopeUtils.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/scopeUtils.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/scopeUtils.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/scopeUtils.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/scopeUtils.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/scopeUtils.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/skipChainExpression.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/skipChainExpression.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/skipChainExpression.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/skipChainExpression.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/skipChainExpression.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/skipChainExpression.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/skipChainExpression.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/skipChainExpression.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/truthinessUtils.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/truthinessUtils.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/truthinessUtils.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/truthinessUtils.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/truthinessUtils.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/truthinessUtils.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/truthinessUtils.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/truthinessUtils.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/types.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/types.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/types.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/types.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/types.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/types.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/types.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/types.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/walkStatements.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/walkStatements.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/walkStatements.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/walkStatements.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/walkStatements.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/walkStatements.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/dist/util/walkStatements.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/dist/util/walkStatements.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/index.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/index.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/index.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/index.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/LICENSE-MIT b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/LICENSE-MIT similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/LICENSE-MIT rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/LICENSE-MIT diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/README.md b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/README.md similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/README.md rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/README.md diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/index.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/index.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/index.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/index.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/index.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/index.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/index.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/index.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/legacy.js b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/legacy.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/legacy.js rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/legacy.js diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/package.json b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/package.json similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/package.json rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/package.json diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/package.json b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/package.json similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/package.json rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/package.json diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/raw-plugin.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/raw-plugin.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/raw-plugin.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/raw-plugin.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/eslint-plugin/rules.d.ts b/apps/angular/node_modules/@typescript-eslint/eslint-plugin/rules.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/eslint-plugin/rules.d.ts rename to apps/angular/node_modules/@typescript-eslint/eslint-plugin/rules.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/parser/LICENSE b/apps/angular/node_modules/@typescript-eslint/parser/LICENSE similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/parser/LICENSE rename to apps/angular/node_modules/@typescript-eslint/parser/LICENSE diff --git a/ClientApp/node_modules/@typescript-eslint/parser/README.md b/apps/angular/node_modules/@typescript-eslint/parser/README.md similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/parser/README.md rename to apps/angular/node_modules/@typescript-eslint/parser/README.md diff --git a/ClientApp/node_modules/@typescript-eslint/parser/dist/index.d.ts b/apps/angular/node_modules/@typescript-eslint/parser/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/parser/dist/index.d.ts rename to apps/angular/node_modules/@typescript-eslint/parser/dist/index.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/parser/dist/index.js b/apps/angular/node_modules/@typescript-eslint/parser/dist/index.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/parser/dist/index.js rename to apps/angular/node_modules/@typescript-eslint/parser/dist/index.js diff --git a/ClientApp/node_modules/@typescript-eslint/parser/dist/parser.d.ts b/apps/angular/node_modules/@typescript-eslint/parser/dist/parser.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/parser/dist/parser.d.ts rename to apps/angular/node_modules/@typescript-eslint/parser/dist/parser.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/parser/dist/parser.js b/apps/angular/node_modules/@typescript-eslint/parser/dist/parser.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/parser/dist/parser.js rename to apps/angular/node_modules/@typescript-eslint/parser/dist/parser.js diff --git a/ClientApp/node_modules/@typescript-eslint/parser/dist/tsconfig.build.tsbuildinfo b/apps/angular/node_modules/@typescript-eslint/parser/dist/tsconfig.build.tsbuildinfo similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/parser/dist/tsconfig.build.tsbuildinfo rename to apps/angular/node_modules/@typescript-eslint/parser/dist/tsconfig.build.tsbuildinfo diff --git a/ClientApp/node_modules/@typescript-eslint/parser/package.json b/apps/angular/node_modules/@typescript-eslint/parser/package.json similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/parser/package.json rename to apps/angular/node_modules/@typescript-eslint/parser/package.json diff --git a/ClientApp/node_modules/@typescript-eslint/project-service/LICENSE b/apps/angular/node_modules/@typescript-eslint/project-service/LICENSE similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/project-service/LICENSE rename to apps/angular/node_modules/@typescript-eslint/project-service/LICENSE diff --git a/ClientApp/node_modules/@typescript-eslint/project-service/README.md b/apps/angular/node_modules/@typescript-eslint/project-service/README.md similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/project-service/README.md rename to apps/angular/node_modules/@typescript-eslint/project-service/README.md diff --git a/ClientApp/node_modules/@typescript-eslint/project-service/dist/createProjectService.d.ts b/apps/angular/node_modules/@typescript-eslint/project-service/dist/createProjectService.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/project-service/dist/createProjectService.d.ts rename to apps/angular/node_modules/@typescript-eslint/project-service/dist/createProjectService.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/project-service/dist/createProjectService.js b/apps/angular/node_modules/@typescript-eslint/project-service/dist/createProjectService.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/project-service/dist/createProjectService.js rename to apps/angular/node_modules/@typescript-eslint/project-service/dist/createProjectService.js diff --git a/ClientApp/node_modules/@typescript-eslint/project-service/dist/getParsedConfigFileFromTSServer.d.ts b/apps/angular/node_modules/@typescript-eslint/project-service/dist/getParsedConfigFileFromTSServer.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/project-service/dist/getParsedConfigFileFromTSServer.d.ts rename to apps/angular/node_modules/@typescript-eslint/project-service/dist/getParsedConfigFileFromTSServer.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/project-service/dist/getParsedConfigFileFromTSServer.js b/apps/angular/node_modules/@typescript-eslint/project-service/dist/getParsedConfigFileFromTSServer.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/project-service/dist/getParsedConfigFileFromTSServer.js rename to apps/angular/node_modules/@typescript-eslint/project-service/dist/getParsedConfigFileFromTSServer.js diff --git a/ClientApp/node_modules/@typescript-eslint/project-service/dist/index.d.ts b/apps/angular/node_modules/@typescript-eslint/project-service/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/project-service/dist/index.d.ts rename to apps/angular/node_modules/@typescript-eslint/project-service/dist/index.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/project-service/dist/index.js b/apps/angular/node_modules/@typescript-eslint/project-service/dist/index.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/project-service/dist/index.js rename to apps/angular/node_modules/@typescript-eslint/project-service/dist/index.js diff --git a/ClientApp/node_modules/@typescript-eslint/project-service/dist/tsconfig.build.tsbuildinfo b/apps/angular/node_modules/@typescript-eslint/project-service/dist/tsconfig.build.tsbuildinfo similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/project-service/dist/tsconfig.build.tsbuildinfo rename to apps/angular/node_modules/@typescript-eslint/project-service/dist/tsconfig.build.tsbuildinfo diff --git a/ClientApp/node_modules/@typescript-eslint/project-service/package.json b/apps/angular/node_modules/@typescript-eslint/project-service/package.json similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/project-service/package.json rename to apps/angular/node_modules/@typescript-eslint/project-service/package.json diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/LICENSE b/apps/angular/node_modules/@typescript-eslint/scope-manager/LICENSE similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/LICENSE rename to apps/angular/node_modules/@typescript-eslint/scope-manager/LICENSE diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/README.md b/apps/angular/node_modules/@typescript-eslint/scope-manager/README.md similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/README.md rename to apps/angular/node_modules/@typescript-eslint/scope-manager/README.md diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/ID.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/ID.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/ID.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/ID.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/ID.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/ID.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/ID.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/ID.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/analyze.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/analyze.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/analyze.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/analyze.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/analyze.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/analyze.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/analyze.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/analyze.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/assert.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/assert.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/assert.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/assert.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/assert.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/assert.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/assert.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/assert.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/FunctionNameDefinition.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/FunctionNameDefinition.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/FunctionNameDefinition.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/FunctionNameDefinition.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/FunctionNameDefinition.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/FunctionNameDefinition.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/FunctionNameDefinition.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/FunctionNameDefinition.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/ImplicitGlobalVariableDefinition.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/ImplicitGlobalVariableDefinition.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/ImplicitGlobalVariableDefinition.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/ImplicitGlobalVariableDefinition.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/ImplicitGlobalVariableDefinition.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/ImplicitGlobalVariableDefinition.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/ImplicitGlobalVariableDefinition.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/ImplicitGlobalVariableDefinition.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/ImportBindingDefinition.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/ImportBindingDefinition.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/ImportBindingDefinition.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/ImportBindingDefinition.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/ImportBindingDefinition.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/ImportBindingDefinition.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/ImportBindingDefinition.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/ImportBindingDefinition.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/ParameterDefinition.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/ParameterDefinition.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/ParameterDefinition.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/ParameterDefinition.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/ParameterDefinition.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/ParameterDefinition.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/ParameterDefinition.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/ParameterDefinition.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumMemberDefinition.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumMemberDefinition.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumMemberDefinition.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumMemberDefinition.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumMemberDefinition.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumMemberDefinition.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumMemberDefinition.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumMemberDefinition.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumNameDefinition.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumNameDefinition.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumNameDefinition.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumNameDefinition.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumNameDefinition.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumNameDefinition.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumNameDefinition.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumNameDefinition.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/TSModuleNameDefinition.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/TSModuleNameDefinition.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/TSModuleNameDefinition.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/TSModuleNameDefinition.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/TSModuleNameDefinition.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/TSModuleNameDefinition.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/TSModuleNameDefinition.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/TSModuleNameDefinition.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/TypeDefinition.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/TypeDefinition.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/TypeDefinition.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/TypeDefinition.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/TypeDefinition.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/TypeDefinition.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/TypeDefinition.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/TypeDefinition.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/VariableDefinition.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/VariableDefinition.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/VariableDefinition.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/VariableDefinition.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/VariableDefinition.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/VariableDefinition.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/VariableDefinition.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/VariableDefinition.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/index.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/index.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/index.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/index.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/index.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/index.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/definition/index.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/definition/index.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/index.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/index.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/index.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/index.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/index.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/index.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/index.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.legacy.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.legacy.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.legacy.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.legacy.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.legacy.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.legacy.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.legacy.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.legacy.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.asynciterable.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.asynciterable.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.asynciterable.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.asynciterable.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.asynciterable.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.asynciterable.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.asynciterable.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.asynciterable.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.intl.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.intl.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.intl.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.intl.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.intl.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.intl.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.intl.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.intl.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.arraybuffer.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.arraybuffer.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.arraybuffer.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.arraybuffer.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.arraybuffer.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.arraybuffer.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.arraybuffer.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.arraybuffer.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.date.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.date.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.date.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.date.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.date.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.date.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.date.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.date.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.intl.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.intl.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.intl.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.intl.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.intl.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.intl.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.intl.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.intl.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.date.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.date.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.date.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.date.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.date.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.date.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.date.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.date.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.number.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.number.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.number.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.number.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.number.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.number.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.number.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.number.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.intl.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.intl.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.intl.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.intl.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.intl.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.intl.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.intl.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.intl.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.regexp.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.regexp.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.regexp.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.regexp.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.regexp.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.regexp.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.regexp.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.regexp.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.array.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.array.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.array.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.array.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.array.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.array.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.array.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.array.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.collection.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.collection.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.collection.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.collection.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.collection.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.collection.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.collection.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.collection.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.full.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.full.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.full.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.full.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.full.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.full.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.full.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.full.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.intl.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.intl.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.intl.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.intl.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.intl.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.intl.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.intl.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.intl.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.arraybuffer.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.arraybuffer.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.arraybuffer.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.arraybuffer.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.arraybuffer.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.arraybuffer.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.arraybuffer.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.arraybuffer.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.collection.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.collection.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.collection.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.collection.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.collection.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.collection.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.collection.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.collection.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.full.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.full.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.full.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.full.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.full.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.full.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.full.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.full.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.object.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.object.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.object.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.object.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.object.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.object.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.object.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.object.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.promise.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.promise.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.promise.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.promise.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.promise.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.promise.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.promise.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.promise.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.regexp.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.regexp.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.regexp.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.regexp.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.regexp.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.regexp.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.regexp.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.regexp.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.sharedmemory.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.sharedmemory.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.sharedmemory.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.sharedmemory.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.sharedmemory.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.sharedmemory.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.sharedmemory.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.sharedmemory.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.string.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.string.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.string.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.string.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.string.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.string.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.string.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.string.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.collection.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.collection.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.collection.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.collection.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.collection.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.collection.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.collection.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.collection.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.float16.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.float16.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.float16.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.float16.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.float16.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.float16.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.float16.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.float16.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.full.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.full.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.full.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.full.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.full.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.full.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.full.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.full.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.intl.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.intl.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.intl.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.intl.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.intl.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.intl.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.intl.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.intl.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.iterator.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.iterator.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.iterator.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.iterator.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.iterator.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.iterator.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.iterator.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.iterator.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.promise.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.promise.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.promise.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.promise.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.promise.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.promise.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.promise.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.promise.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.regexp.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.regexp.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.regexp.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.regexp.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.regexp.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.regexp.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.regexp.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.regexp.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.collection.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.collection.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.collection.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.collection.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.collection.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.collection.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.collection.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.collection.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.date.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.date.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.date.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.date.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.date.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.date.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.date.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.date.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.decorators.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.decorators.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.decorators.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.decorators.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.decorators.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.decorators.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.decorators.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.decorators.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.disposable.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.disposable.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.disposable.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.disposable.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.disposable.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.disposable.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.disposable.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.disposable.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.error.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.error.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.error.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.error.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.error.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.error.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.error.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.error.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.float16.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.float16.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.float16.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.float16.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.float16.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.float16.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.float16.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.float16.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.iterator.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.iterator.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.iterator.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.iterator.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.iterator.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.iterator.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.iterator.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.iterator.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.object.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.object.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.object.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.object.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.object.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.object.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.object.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.object.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.regexp.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.regexp.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.regexp.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.regexp.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.regexp.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.regexp.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.regexp.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.regexp.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.sharedmemory.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.sharedmemory.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.sharedmemory.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.sharedmemory.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.sharedmemory.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.sharedmemory.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.sharedmemory.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.sharedmemory.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.temporal.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.temporal.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.temporal.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.temporal.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.temporal.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.temporal.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.temporal.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.temporal.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.typedarrays.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.typedarrays.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.typedarrays.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.typedarrays.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.typedarrays.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.typedarrays.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.typedarrays.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.typedarrays.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/index.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/index.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/index.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/index.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/index.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/index.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/index.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/index.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.asynciterable.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.asynciterable.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.asynciterable.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.asynciterable.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.asynciterable.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.asynciterable.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.asynciterable.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.asynciterable.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/referencer/index.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/referencer/index.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/referencer/index.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/referencer/index.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/referencer/index.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/referencer/index.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/referencer/index.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/referencer/index.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/BlockScope.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/BlockScope.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/BlockScope.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/BlockScope.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/BlockScope.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/BlockScope.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/BlockScope.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/BlockScope.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/CatchScope.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/CatchScope.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/CatchScope.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/CatchScope.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/CatchScope.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/CatchScope.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/CatchScope.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/CatchScope.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassFieldInitializerScope.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassFieldInitializerScope.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassFieldInitializerScope.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassFieldInitializerScope.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassFieldInitializerScope.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassFieldInitializerScope.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassFieldInitializerScope.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassFieldInitializerScope.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassScope.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassScope.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassScope.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassScope.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassScope.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassScope.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassScope.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassScope.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/ForScope.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/ForScope.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/ForScope.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/ForScope.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/ForScope.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/ForScope.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/ForScope.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/ForScope.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/GlobalScope.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/GlobalScope.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/GlobalScope.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/GlobalScope.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/GlobalScope.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/GlobalScope.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/GlobalScope.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/GlobalScope.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/ModuleScope.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/ModuleScope.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/ModuleScope.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/ModuleScope.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/ModuleScope.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/ModuleScope.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/ModuleScope.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/ModuleScope.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/SwitchScope.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/SwitchScope.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/SwitchScope.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/SwitchScope.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/SwitchScope.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/SwitchScope.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/SwitchScope.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/SwitchScope.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/TSEnumScope.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/TSEnumScope.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/TSEnumScope.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/TSEnumScope.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/TSEnumScope.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/TSEnumScope.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/TSEnumScope.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/TSEnumScope.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/TSModuleScope.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/TSModuleScope.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/TSModuleScope.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/TSModuleScope.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/TSModuleScope.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/TSModuleScope.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/TSModuleScope.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/TSModuleScope.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/TypeScope.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/TypeScope.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/TypeScope.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/TypeScope.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/TypeScope.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/TypeScope.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/TypeScope.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/TypeScope.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/index.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/index.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/index.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/index.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/index.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/index.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/scope/index.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/scope/index.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/tsconfig.build.tsbuildinfo b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/tsconfig.build.tsbuildinfo similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/tsconfig.build.tsbuildinfo rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/tsconfig.build.tsbuildinfo diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/variable/ESLintScopeVariable.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/variable/ESLintScopeVariable.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/variable/ESLintScopeVariable.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/variable/ESLintScopeVariable.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/variable/ESLintScopeVariable.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/variable/ESLintScopeVariable.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/variable/ESLintScopeVariable.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/variable/ESLintScopeVariable.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/variable/ImplicitLibVariable.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/variable/ImplicitLibVariable.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/variable/ImplicitLibVariable.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/variable/ImplicitLibVariable.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/variable/ImplicitLibVariable.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/variable/ImplicitLibVariable.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/variable/ImplicitLibVariable.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/variable/ImplicitLibVariable.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/variable/Variable.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/variable/Variable.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/variable/Variable.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/variable/Variable.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/variable/Variable.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/variable/Variable.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/variable/Variable.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/variable/Variable.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/variable/VariableBase.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/variable/VariableBase.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/variable/VariableBase.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/variable/VariableBase.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/variable/VariableBase.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/variable/VariableBase.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/variable/VariableBase.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/variable/VariableBase.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/variable/index.d.ts b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/variable/index.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/variable/index.d.ts rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/variable/index.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/dist/variable/index.js b/apps/angular/node_modules/@typescript-eslint/scope-manager/dist/variable/index.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/dist/variable/index.js rename to apps/angular/node_modules/@typescript-eslint/scope-manager/dist/variable/index.js diff --git a/ClientApp/node_modules/@typescript-eslint/scope-manager/package.json b/apps/angular/node_modules/@typescript-eslint/scope-manager/package.json similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/scope-manager/package.json rename to apps/angular/node_modules/@typescript-eslint/scope-manager/package.json diff --git a/ClientApp/node_modules/@typescript-eslint/tsconfig-utils/LICENSE b/apps/angular/node_modules/@typescript-eslint/tsconfig-utils/LICENSE similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/tsconfig-utils/LICENSE rename to apps/angular/node_modules/@typescript-eslint/tsconfig-utils/LICENSE diff --git a/ClientApp/node_modules/@typescript-eslint/tsconfig-utils/README.md b/apps/angular/node_modules/@typescript-eslint/tsconfig-utils/README.md similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/tsconfig-utils/README.md rename to apps/angular/node_modules/@typescript-eslint/tsconfig-utils/README.md diff --git a/ClientApp/node_modules/@typescript-eslint/tsconfig-utils/dist/compilerOptions.d.ts b/apps/angular/node_modules/@typescript-eslint/tsconfig-utils/dist/compilerOptions.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/tsconfig-utils/dist/compilerOptions.d.ts rename to apps/angular/node_modules/@typescript-eslint/tsconfig-utils/dist/compilerOptions.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/tsconfig-utils/dist/compilerOptions.js b/apps/angular/node_modules/@typescript-eslint/tsconfig-utils/dist/compilerOptions.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/tsconfig-utils/dist/compilerOptions.js rename to apps/angular/node_modules/@typescript-eslint/tsconfig-utils/dist/compilerOptions.js diff --git a/ClientApp/node_modules/@typescript-eslint/tsconfig-utils/dist/getParsedConfigFile.d.ts b/apps/angular/node_modules/@typescript-eslint/tsconfig-utils/dist/getParsedConfigFile.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/tsconfig-utils/dist/getParsedConfigFile.d.ts rename to apps/angular/node_modules/@typescript-eslint/tsconfig-utils/dist/getParsedConfigFile.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/tsconfig-utils/dist/getParsedConfigFile.js b/apps/angular/node_modules/@typescript-eslint/tsconfig-utils/dist/getParsedConfigFile.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/tsconfig-utils/dist/getParsedConfigFile.js rename to apps/angular/node_modules/@typescript-eslint/tsconfig-utils/dist/getParsedConfigFile.js diff --git a/ClientApp/node_modules/@typescript-eslint/tsconfig-utils/dist/index.d.ts b/apps/angular/node_modules/@typescript-eslint/tsconfig-utils/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/tsconfig-utils/dist/index.d.ts rename to apps/angular/node_modules/@typescript-eslint/tsconfig-utils/dist/index.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/tsconfig-utils/dist/index.js b/apps/angular/node_modules/@typescript-eslint/tsconfig-utils/dist/index.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/tsconfig-utils/dist/index.js rename to apps/angular/node_modules/@typescript-eslint/tsconfig-utils/dist/index.js diff --git a/ClientApp/node_modules/@typescript-eslint/tsconfig-utils/dist/tsconfig.build.tsbuildinfo b/apps/angular/node_modules/@typescript-eslint/tsconfig-utils/dist/tsconfig.build.tsbuildinfo similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/tsconfig-utils/dist/tsconfig.build.tsbuildinfo rename to apps/angular/node_modules/@typescript-eslint/tsconfig-utils/dist/tsconfig.build.tsbuildinfo diff --git a/ClientApp/node_modules/@typescript-eslint/tsconfig-utils/package.json b/apps/angular/node_modules/@typescript-eslint/tsconfig-utils/package.json similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/tsconfig-utils/package.json rename to apps/angular/node_modules/@typescript-eslint/tsconfig-utils/package.json diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/LICENSE b/apps/angular/node_modules/@typescript-eslint/type-utils/LICENSE similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/LICENSE rename to apps/angular/node_modules/@typescript-eslint/type-utils/LICENSE diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/README.md b/apps/angular/node_modules/@typescript-eslint/type-utils/README.md similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/README.md rename to apps/angular/node_modules/@typescript-eslint/type-utils/README.md diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/dist/TypeOrValueSpecifier.d.ts b/apps/angular/node_modules/@typescript-eslint/type-utils/dist/TypeOrValueSpecifier.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/dist/TypeOrValueSpecifier.d.ts rename to apps/angular/node_modules/@typescript-eslint/type-utils/dist/TypeOrValueSpecifier.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/dist/TypeOrValueSpecifier.js b/apps/angular/node_modules/@typescript-eslint/type-utils/dist/TypeOrValueSpecifier.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/dist/TypeOrValueSpecifier.js rename to apps/angular/node_modules/@typescript-eslint/type-utils/dist/TypeOrValueSpecifier.js diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/dist/builtinSymbolLikes.d.ts b/apps/angular/node_modules/@typescript-eslint/type-utils/dist/builtinSymbolLikes.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/dist/builtinSymbolLikes.d.ts rename to apps/angular/node_modules/@typescript-eslint/type-utils/dist/builtinSymbolLikes.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/dist/builtinSymbolLikes.js b/apps/angular/node_modules/@typescript-eslint/type-utils/dist/builtinSymbolLikes.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/dist/builtinSymbolLikes.js rename to apps/angular/node_modules/@typescript-eslint/type-utils/dist/builtinSymbolLikes.js diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/dist/containsAllTypesByName.d.ts b/apps/angular/node_modules/@typescript-eslint/type-utils/dist/containsAllTypesByName.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/dist/containsAllTypesByName.d.ts rename to apps/angular/node_modules/@typescript-eslint/type-utils/dist/containsAllTypesByName.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/dist/containsAllTypesByName.js b/apps/angular/node_modules/@typescript-eslint/type-utils/dist/containsAllTypesByName.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/dist/containsAllTypesByName.js rename to apps/angular/node_modules/@typescript-eslint/type-utils/dist/containsAllTypesByName.js diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/dist/discriminateAnyType.d.ts b/apps/angular/node_modules/@typescript-eslint/type-utils/dist/discriminateAnyType.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/dist/discriminateAnyType.d.ts rename to apps/angular/node_modules/@typescript-eslint/type-utils/dist/discriminateAnyType.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/dist/discriminateAnyType.js b/apps/angular/node_modules/@typescript-eslint/type-utils/dist/discriminateAnyType.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/dist/discriminateAnyType.js rename to apps/angular/node_modules/@typescript-eslint/type-utils/dist/discriminateAnyType.js diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/dist/getConstrainedTypeAtLocation.d.ts b/apps/angular/node_modules/@typescript-eslint/type-utils/dist/getConstrainedTypeAtLocation.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/dist/getConstrainedTypeAtLocation.d.ts rename to apps/angular/node_modules/@typescript-eslint/type-utils/dist/getConstrainedTypeAtLocation.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/dist/getConstrainedTypeAtLocation.js b/apps/angular/node_modules/@typescript-eslint/type-utils/dist/getConstrainedTypeAtLocation.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/dist/getConstrainedTypeAtLocation.js rename to apps/angular/node_modules/@typescript-eslint/type-utils/dist/getConstrainedTypeAtLocation.js diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/dist/getContextualType.d.ts b/apps/angular/node_modules/@typescript-eslint/type-utils/dist/getContextualType.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/dist/getContextualType.d.ts rename to apps/angular/node_modules/@typescript-eslint/type-utils/dist/getContextualType.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/dist/getContextualType.js b/apps/angular/node_modules/@typescript-eslint/type-utils/dist/getContextualType.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/dist/getContextualType.js rename to apps/angular/node_modules/@typescript-eslint/type-utils/dist/getContextualType.js diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/dist/getDeclaration.d.ts b/apps/angular/node_modules/@typescript-eslint/type-utils/dist/getDeclaration.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/dist/getDeclaration.d.ts rename to apps/angular/node_modules/@typescript-eslint/type-utils/dist/getDeclaration.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/dist/getDeclaration.js b/apps/angular/node_modules/@typescript-eslint/type-utils/dist/getDeclaration.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/dist/getDeclaration.js rename to apps/angular/node_modules/@typescript-eslint/type-utils/dist/getDeclaration.js diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/dist/getSourceFileOfNode.d.ts b/apps/angular/node_modules/@typescript-eslint/type-utils/dist/getSourceFileOfNode.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/dist/getSourceFileOfNode.d.ts rename to apps/angular/node_modules/@typescript-eslint/type-utils/dist/getSourceFileOfNode.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/dist/getSourceFileOfNode.js b/apps/angular/node_modules/@typescript-eslint/type-utils/dist/getSourceFileOfNode.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/dist/getSourceFileOfNode.js rename to apps/angular/node_modules/@typescript-eslint/type-utils/dist/getSourceFileOfNode.js diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/dist/getTypeName.d.ts b/apps/angular/node_modules/@typescript-eslint/type-utils/dist/getTypeName.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/dist/getTypeName.d.ts rename to apps/angular/node_modules/@typescript-eslint/type-utils/dist/getTypeName.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/dist/getTypeName.js b/apps/angular/node_modules/@typescript-eslint/type-utils/dist/getTypeName.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/dist/getTypeName.js rename to apps/angular/node_modules/@typescript-eslint/type-utils/dist/getTypeName.js diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/dist/index.d.ts b/apps/angular/node_modules/@typescript-eslint/type-utils/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/dist/index.d.ts rename to apps/angular/node_modules/@typescript-eslint/type-utils/dist/index.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/dist/index.js b/apps/angular/node_modules/@typescript-eslint/type-utils/dist/index.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/dist/index.js rename to apps/angular/node_modules/@typescript-eslint/type-utils/dist/index.js diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/dist/isSymbolFromDefaultLibrary.d.ts b/apps/angular/node_modules/@typescript-eslint/type-utils/dist/isSymbolFromDefaultLibrary.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/dist/isSymbolFromDefaultLibrary.d.ts rename to apps/angular/node_modules/@typescript-eslint/type-utils/dist/isSymbolFromDefaultLibrary.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/dist/isSymbolFromDefaultLibrary.js b/apps/angular/node_modules/@typescript-eslint/type-utils/dist/isSymbolFromDefaultLibrary.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/dist/isSymbolFromDefaultLibrary.js rename to apps/angular/node_modules/@typescript-eslint/type-utils/dist/isSymbolFromDefaultLibrary.js diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/dist/isTypeBrandedLiteralLike.d.ts b/apps/angular/node_modules/@typescript-eslint/type-utils/dist/isTypeBrandedLiteralLike.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/dist/isTypeBrandedLiteralLike.d.ts rename to apps/angular/node_modules/@typescript-eslint/type-utils/dist/isTypeBrandedLiteralLike.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/dist/isTypeBrandedLiteralLike.js b/apps/angular/node_modules/@typescript-eslint/type-utils/dist/isTypeBrandedLiteralLike.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/dist/isTypeBrandedLiteralLike.js rename to apps/angular/node_modules/@typescript-eslint/type-utils/dist/isTypeBrandedLiteralLike.js diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/dist/isTypeReadonly.d.ts b/apps/angular/node_modules/@typescript-eslint/type-utils/dist/isTypeReadonly.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/dist/isTypeReadonly.d.ts rename to apps/angular/node_modules/@typescript-eslint/type-utils/dist/isTypeReadonly.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/dist/isTypeReadonly.js b/apps/angular/node_modules/@typescript-eslint/type-utils/dist/isTypeReadonly.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/dist/isTypeReadonly.js rename to apps/angular/node_modules/@typescript-eslint/type-utils/dist/isTypeReadonly.js diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/dist/isUnsafeAssignment.d.ts b/apps/angular/node_modules/@typescript-eslint/type-utils/dist/isUnsafeAssignment.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/dist/isUnsafeAssignment.d.ts rename to apps/angular/node_modules/@typescript-eslint/type-utils/dist/isUnsafeAssignment.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/dist/isUnsafeAssignment.js b/apps/angular/node_modules/@typescript-eslint/type-utils/dist/isUnsafeAssignment.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/dist/isUnsafeAssignment.js rename to apps/angular/node_modules/@typescript-eslint/type-utils/dist/isUnsafeAssignment.js diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/dist/predicates.d.ts b/apps/angular/node_modules/@typescript-eslint/type-utils/dist/predicates.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/dist/predicates.d.ts rename to apps/angular/node_modules/@typescript-eslint/type-utils/dist/predicates.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/dist/predicates.js b/apps/angular/node_modules/@typescript-eslint/type-utils/dist/predicates.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/dist/predicates.js rename to apps/angular/node_modules/@typescript-eslint/type-utils/dist/predicates.js diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/dist/propertyTypes.d.ts b/apps/angular/node_modules/@typescript-eslint/type-utils/dist/propertyTypes.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/dist/propertyTypes.d.ts rename to apps/angular/node_modules/@typescript-eslint/type-utils/dist/propertyTypes.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/dist/propertyTypes.js b/apps/angular/node_modules/@typescript-eslint/type-utils/dist/propertyTypes.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/dist/propertyTypes.js rename to apps/angular/node_modules/@typescript-eslint/type-utils/dist/propertyTypes.js diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/dist/requiresQuoting.d.ts b/apps/angular/node_modules/@typescript-eslint/type-utils/dist/requiresQuoting.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/dist/requiresQuoting.d.ts rename to apps/angular/node_modules/@typescript-eslint/type-utils/dist/requiresQuoting.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/dist/requiresQuoting.js b/apps/angular/node_modules/@typescript-eslint/type-utils/dist/requiresQuoting.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/dist/requiresQuoting.js rename to apps/angular/node_modules/@typescript-eslint/type-utils/dist/requiresQuoting.js diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/dist/tsconfig.build.tsbuildinfo b/apps/angular/node_modules/@typescript-eslint/type-utils/dist/tsconfig.build.tsbuildinfo similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/dist/tsconfig.build.tsbuildinfo rename to apps/angular/node_modules/@typescript-eslint/type-utils/dist/tsconfig.build.tsbuildinfo diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/dist/typeFlagUtils.d.ts b/apps/angular/node_modules/@typescript-eslint/type-utils/dist/typeFlagUtils.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/dist/typeFlagUtils.d.ts rename to apps/angular/node_modules/@typescript-eslint/type-utils/dist/typeFlagUtils.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/dist/typeFlagUtils.js b/apps/angular/node_modules/@typescript-eslint/type-utils/dist/typeFlagUtils.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/dist/typeFlagUtils.js rename to apps/angular/node_modules/@typescript-eslint/type-utils/dist/typeFlagUtils.js diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/dist/typeOrValueSpecifiers/specifierNameMatches.d.ts b/apps/angular/node_modules/@typescript-eslint/type-utils/dist/typeOrValueSpecifiers/specifierNameMatches.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/dist/typeOrValueSpecifiers/specifierNameMatches.d.ts rename to apps/angular/node_modules/@typescript-eslint/type-utils/dist/typeOrValueSpecifiers/specifierNameMatches.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/dist/typeOrValueSpecifiers/specifierNameMatches.js b/apps/angular/node_modules/@typescript-eslint/type-utils/dist/typeOrValueSpecifiers/specifierNameMatches.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/dist/typeOrValueSpecifiers/specifierNameMatches.js rename to apps/angular/node_modules/@typescript-eslint/type-utils/dist/typeOrValueSpecifiers/specifierNameMatches.js diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/dist/typeOrValueSpecifiers/typeDeclaredInFile.d.ts b/apps/angular/node_modules/@typescript-eslint/type-utils/dist/typeOrValueSpecifiers/typeDeclaredInFile.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/dist/typeOrValueSpecifiers/typeDeclaredInFile.d.ts rename to apps/angular/node_modules/@typescript-eslint/type-utils/dist/typeOrValueSpecifiers/typeDeclaredInFile.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/dist/typeOrValueSpecifiers/typeDeclaredInFile.js b/apps/angular/node_modules/@typescript-eslint/type-utils/dist/typeOrValueSpecifiers/typeDeclaredInFile.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/dist/typeOrValueSpecifiers/typeDeclaredInFile.js rename to apps/angular/node_modules/@typescript-eslint/type-utils/dist/typeOrValueSpecifiers/typeDeclaredInFile.js diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/dist/typeOrValueSpecifiers/typeDeclaredInLib.d.ts b/apps/angular/node_modules/@typescript-eslint/type-utils/dist/typeOrValueSpecifiers/typeDeclaredInLib.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/dist/typeOrValueSpecifiers/typeDeclaredInLib.d.ts rename to apps/angular/node_modules/@typescript-eslint/type-utils/dist/typeOrValueSpecifiers/typeDeclaredInLib.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/dist/typeOrValueSpecifiers/typeDeclaredInLib.js b/apps/angular/node_modules/@typescript-eslint/type-utils/dist/typeOrValueSpecifiers/typeDeclaredInLib.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/dist/typeOrValueSpecifiers/typeDeclaredInLib.js rename to apps/angular/node_modules/@typescript-eslint/type-utils/dist/typeOrValueSpecifiers/typeDeclaredInLib.js diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/dist/typeOrValueSpecifiers/typeDeclaredInPackageDeclarationFile.d.ts b/apps/angular/node_modules/@typescript-eslint/type-utils/dist/typeOrValueSpecifiers/typeDeclaredInPackageDeclarationFile.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/dist/typeOrValueSpecifiers/typeDeclaredInPackageDeclarationFile.d.ts rename to apps/angular/node_modules/@typescript-eslint/type-utils/dist/typeOrValueSpecifiers/typeDeclaredInPackageDeclarationFile.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/dist/typeOrValueSpecifiers/typeDeclaredInPackageDeclarationFile.js b/apps/angular/node_modules/@typescript-eslint/type-utils/dist/typeOrValueSpecifiers/typeDeclaredInPackageDeclarationFile.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/dist/typeOrValueSpecifiers/typeDeclaredInPackageDeclarationFile.js rename to apps/angular/node_modules/@typescript-eslint/type-utils/dist/typeOrValueSpecifiers/typeDeclaredInPackageDeclarationFile.js diff --git a/ClientApp/node_modules/@typescript-eslint/type-utils/package.json b/apps/angular/node_modules/@typescript-eslint/type-utils/package.json similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/type-utils/package.json rename to apps/angular/node_modules/@typescript-eslint/type-utils/package.json diff --git a/ClientApp/node_modules/@typescript-eslint/types/LICENSE b/apps/angular/node_modules/@typescript-eslint/types/LICENSE similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/types/LICENSE rename to apps/angular/node_modules/@typescript-eslint/types/LICENSE diff --git a/ClientApp/node_modules/@typescript-eslint/types/README.md b/apps/angular/node_modules/@typescript-eslint/types/README.md similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/types/README.md rename to apps/angular/node_modules/@typescript-eslint/types/README.md diff --git a/ClientApp/node_modules/@typescript-eslint/types/dist/generated/ast-spec.d.ts b/apps/angular/node_modules/@typescript-eslint/types/dist/generated/ast-spec.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/types/dist/generated/ast-spec.d.ts rename to apps/angular/node_modules/@typescript-eslint/types/dist/generated/ast-spec.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/types/dist/generated/ast-spec.js b/apps/angular/node_modules/@typescript-eslint/types/dist/generated/ast-spec.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/types/dist/generated/ast-spec.js rename to apps/angular/node_modules/@typescript-eslint/types/dist/generated/ast-spec.js diff --git a/ClientApp/node_modules/@typescript-eslint/types/dist/index.d.ts b/apps/angular/node_modules/@typescript-eslint/types/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/types/dist/index.d.ts rename to apps/angular/node_modules/@typescript-eslint/types/dist/index.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/types/dist/index.js b/apps/angular/node_modules/@typescript-eslint/types/dist/index.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/types/dist/index.js rename to apps/angular/node_modules/@typescript-eslint/types/dist/index.js diff --git a/ClientApp/node_modules/@typescript-eslint/types/dist/lib.d.ts b/apps/angular/node_modules/@typescript-eslint/types/dist/lib.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/types/dist/lib.d.ts rename to apps/angular/node_modules/@typescript-eslint/types/dist/lib.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/types/dist/lib.js b/apps/angular/node_modules/@typescript-eslint/types/dist/lib.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/types/dist/lib.js rename to apps/angular/node_modules/@typescript-eslint/types/dist/lib.js diff --git a/ClientApp/node_modules/@typescript-eslint/types/dist/parser-options.d.ts b/apps/angular/node_modules/@typescript-eslint/types/dist/parser-options.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/types/dist/parser-options.d.ts rename to apps/angular/node_modules/@typescript-eslint/types/dist/parser-options.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/types/dist/parser-options.js b/apps/angular/node_modules/@typescript-eslint/types/dist/parser-options.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/types/dist/parser-options.js rename to apps/angular/node_modules/@typescript-eslint/types/dist/parser-options.js diff --git a/ClientApp/node_modules/@typescript-eslint/types/dist/ts-estree.d.ts b/apps/angular/node_modules/@typescript-eslint/types/dist/ts-estree.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/types/dist/ts-estree.d.ts rename to apps/angular/node_modules/@typescript-eslint/types/dist/ts-estree.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/types/dist/ts-estree.js b/apps/angular/node_modules/@typescript-eslint/types/dist/ts-estree.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/types/dist/ts-estree.js rename to apps/angular/node_modules/@typescript-eslint/types/dist/ts-estree.js diff --git a/ClientApp/node_modules/@typescript-eslint/types/dist/tsconfig.build.tsbuildinfo b/apps/angular/node_modules/@typescript-eslint/types/dist/tsconfig.build.tsbuildinfo similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/types/dist/tsconfig.build.tsbuildinfo rename to apps/angular/node_modules/@typescript-eslint/types/dist/tsconfig.build.tsbuildinfo diff --git a/ClientApp/node_modules/@typescript-eslint/types/package.json b/apps/angular/node_modules/@typescript-eslint/types/package.json similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/types/package.json rename to apps/angular/node_modules/@typescript-eslint/types/package.json diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/LICENSE b/apps/angular/node_modules/@typescript-eslint/typescript-estree/LICENSE similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/LICENSE rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/LICENSE diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/README.md b/apps/angular/node_modules/@typescript-eslint/typescript-estree/README.md similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/README.md rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/README.md diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/ast-converter.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/ast-converter.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/ast-converter.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/ast-converter.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/ast-converter.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/ast-converter.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/ast-converter.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/ast-converter.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/check-modifiers.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/check-modifiers.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/check-modifiers.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/check-modifiers.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/check-modifiers.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/check-modifiers.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/check-modifiers.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/check-modifiers.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/check-syntax-errors.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/check-syntax-errors.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/check-syntax-errors.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/check-syntax-errors.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/check-syntax-errors.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/check-syntax-errors.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/check-syntax-errors.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/check-syntax-errors.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/clear-caches.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/clear-caches.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/clear-caches.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/clear-caches.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/clear-caches.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/clear-caches.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/clear-caches.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/clear-caches.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/convert.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/convert.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/convert.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/convert.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/convert.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/convert.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/convert.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/convert.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/create-program/WatchCompilerHostOfConfigFile.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/create-program/WatchCompilerHostOfConfigFile.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/create-program/WatchCompilerHostOfConfigFile.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/create-program/WatchCompilerHostOfConfigFile.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/create-program/WatchCompilerHostOfConfigFile.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/create-program/WatchCompilerHostOfConfigFile.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/create-program/WatchCompilerHostOfConfigFile.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/create-program/WatchCompilerHostOfConfigFile.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgramError.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgramError.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgramError.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgramError.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgramError.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgramError.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgramError.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgramError.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createSourceFile.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createSourceFile.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createSourceFile.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createSourceFile.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createSourceFile.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createSourceFile.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createSourceFile.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createSourceFile.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/create-program/describeFilePath.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/create-program/describeFilePath.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/create-program/describeFilePath.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/create-program/describeFilePath.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/create-program/describeFilePath.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/create-program/describeFilePath.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/create-program/describeFilePath.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/create-program/describeFilePath.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getScriptKind.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getScriptKind.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getScriptKind.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getScriptKind.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getScriptKind.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getScriptKind.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getScriptKind.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getScriptKind.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getWatchProgramsForProjects.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getWatchProgramsForProjects.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getWatchProgramsForProjects.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getWatchProgramsForProjects.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getWatchProgramsForProjects.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getWatchProgramsForProjects.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getWatchProgramsForProjects.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getWatchProgramsForProjects.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/create-program/validateDefaultProjectForFilesGlob.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/create-program/validateDefaultProjectForFilesGlob.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/create-program/validateDefaultProjectForFilesGlob.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/create-program/validateDefaultProjectForFilesGlob.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/create-program/validateDefaultProjectForFilesGlob.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/create-program/validateDefaultProjectForFilesGlob.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/create-program/validateDefaultProjectForFilesGlob.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/create-program/validateDefaultProjectForFilesGlob.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/createParserServices.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/createParserServices.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/createParserServices.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/createParserServices.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/createParserServices.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/createParserServices.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/createParserServices.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/createParserServices.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/getModifiers.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/getModifiers.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/getModifiers.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/getModifiers.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/getModifiers.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/getModifiers.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/getModifiers.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/getModifiers.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/index.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/index.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/index.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/index.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/index.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/index.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/index.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/jsx/xhtml-entities.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/jsx/xhtml-entities.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/jsx/xhtml-entities.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/jsx/xhtml-entities.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/jsx/xhtml-entities.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/jsx/xhtml-entities.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/jsx/xhtml-entities.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/jsx/xhtml-entities.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/ExpiringCache.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/ExpiringCache.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/ExpiringCache.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/ExpiringCache.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/ExpiringCache.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/ExpiringCache.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/ExpiringCache.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/ExpiringCache.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/candidateTSConfigRootDirs.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/candidateTSConfigRootDirs.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/candidateTSConfigRootDirs.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/candidateTSConfigRootDirs.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/candidateTSConfigRootDirs.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/candidateTSConfigRootDirs.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/candidateTSConfigRootDirs.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/candidateTSConfigRootDirs.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/createParseSettings.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/createParseSettings.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/createParseSettings.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/createParseSettings.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/createParseSettings.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/createParseSettings.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/createParseSettings.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/createParseSettings.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/getProjectConfigFiles.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/getProjectConfigFiles.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/getProjectConfigFiles.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/getProjectConfigFiles.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/getProjectConfigFiles.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/getProjectConfigFiles.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/getProjectConfigFiles.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/getProjectConfigFiles.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/index.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/index.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/index.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/index.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/index.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/index.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/index.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/index.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/inferSingleRun.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/inferSingleRun.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/inferSingleRun.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/inferSingleRun.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/inferSingleRun.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/inferSingleRun.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/inferSingleRun.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/inferSingleRun.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/resolveProjectList.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/resolveProjectList.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/resolveProjectList.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/resolveProjectList.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/resolveProjectList.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/resolveProjectList.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/resolveProjectList.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/resolveProjectList.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/warnAboutTSVersion.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/warnAboutTSVersion.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/warnAboutTSVersion.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/warnAboutTSVersion.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/warnAboutTSVersion.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/warnAboutTSVersion.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/warnAboutTSVersion.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/warnAboutTSVersion.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/parser-options.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/parser-options.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/parser-options.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/parser-options.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/parser-options.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/parser-options.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/parser-options.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/parser-options.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/parser.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/parser.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/parser.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/parser.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/parser.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/parser.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/parser.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/parser.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/semantic-or-syntactic-errors.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/semantic-or-syntactic-errors.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/semantic-or-syntactic-errors.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/semantic-or-syntactic-errors.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/semantic-or-syntactic-errors.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/semantic-or-syntactic-errors.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/semantic-or-syntactic-errors.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/semantic-or-syntactic-errors.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/simple-traverse.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/simple-traverse.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/simple-traverse.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/simple-traverse.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/simple-traverse.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/simple-traverse.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/simple-traverse.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/simple-traverse.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/source-files.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/source-files.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/source-files.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/source-files.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/source-files.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/source-files.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/source-files.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/source-files.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/index.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/index.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/index.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/index.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/index.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/index.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/index.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/index.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/tsconfig.build.tsbuildinfo b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/tsconfig.build.tsbuildinfo similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/tsconfig.build.tsbuildinfo rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/tsconfig.build.tsbuildinfo diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/use-at-your-own-risk.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/use-at-your-own-risk.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/use-at-your-own-risk.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/use-at-your-own-risk.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/use-at-your-own-risk.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/use-at-your-own-risk.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/use-at-your-own-risk.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/use-at-your-own-risk.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/useProgramFromProjectService.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/useProgramFromProjectService.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/useProgramFromProjectService.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/useProgramFromProjectService.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/useProgramFromProjectService.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/useProgramFromProjectService.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/useProgramFromProjectService.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/useProgramFromProjectService.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/version-check.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/version-check.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/version-check.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/version-check.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/version-check.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/version-check.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/version-check.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/version-check.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/version.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/version.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/version.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/version.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/version.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/version.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/version.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/version.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/withoutProjectParserOptions.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/withoutProjectParserOptions.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/withoutProjectParserOptions.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/withoutProjectParserOptions.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/withoutProjectParserOptions.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/withoutProjectParserOptions.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/dist/withoutProjectParserOptions.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/dist/withoutProjectParserOptions.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/LICENSE.md b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/LICENSE.md similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/LICENSE.md rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/LICENSE.md diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/README.md b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/README.md similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/README.md rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/README.md diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/dist/commonjs/index.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/dist/commonjs/index.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/dist/commonjs/index.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/dist/commonjs/index.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/dist/commonjs/index.d.ts.map b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/dist/commonjs/index.d.ts.map similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/dist/commonjs/index.d.ts.map rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/dist/commonjs/index.d.ts.map diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/dist/commonjs/index.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/dist/commonjs/index.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/dist/commonjs/index.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/dist/commonjs/index.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/dist/commonjs/index.js.map b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/dist/commonjs/index.js.map similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/dist/commonjs/index.js.map rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/dist/commonjs/index.js.map diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/dist/commonjs/package.json b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/dist/commonjs/package.json similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/dist/commonjs/package.json rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/dist/commonjs/package.json diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/dist/esm/index.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/dist/esm/index.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/dist/esm/index.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/dist/esm/index.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/dist/esm/index.d.ts.map b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/dist/esm/index.d.ts.map similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/dist/esm/index.d.ts.map rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/dist/esm/index.d.ts.map diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/dist/esm/index.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/dist/esm/index.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/dist/esm/index.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/dist/esm/index.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/dist/esm/index.js.map b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/dist/esm/index.js.map similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/dist/esm/index.js.map rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/dist/esm/index.js.map diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/dist/esm/package.json b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/dist/esm/package.json similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/dist/esm/package.json rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/dist/esm/package.json diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/package.json b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/package.json similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/package.json rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match/package.json diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/LICENSE b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/LICENSE similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/LICENSE rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/LICENSE diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/README.md b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/README.md similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/README.md rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/README.md diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/dist/commonjs/index.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/dist/commonjs/index.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/dist/commonjs/index.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/dist/commonjs/index.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/dist/commonjs/index.d.ts.map b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/dist/commonjs/index.d.ts.map similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/dist/commonjs/index.d.ts.map rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/dist/commonjs/index.d.ts.map diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/dist/commonjs/index.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/dist/commonjs/index.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/dist/commonjs/index.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/dist/commonjs/index.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/dist/commonjs/index.js.map b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/dist/commonjs/index.js.map similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/dist/commonjs/index.js.map rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/dist/commonjs/index.js.map diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/dist/commonjs/package.json b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/dist/commonjs/package.json similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/dist/commonjs/package.json rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/dist/commonjs/package.json diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/dist/esm/index.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/dist/esm/index.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/dist/esm/index.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/dist/esm/index.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/dist/esm/index.d.ts.map b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/dist/esm/index.d.ts.map similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/dist/esm/index.d.ts.map rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/dist/esm/index.d.ts.map diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/dist/esm/index.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/dist/esm/index.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/dist/esm/index.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/dist/esm/index.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/dist/esm/index.js.map b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/dist/esm/index.js.map similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/dist/esm/index.js.map rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/dist/esm/index.js.map diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/dist/esm/package.json b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/dist/esm/package.json similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/dist/esm/package.json rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/dist/esm/package.json diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/package.json b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/package.json similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/package.json rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/package.json diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/LICENSE.md b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/LICENSE.md similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/LICENSE.md rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/LICENSE.md diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/README.md b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/README.md similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/README.md rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/README.md diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts.map b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts.map similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts.map rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts.map diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js.map b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js.map similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js.map rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js.map diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/ast.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/ast.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/ast.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/ast.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/ast.d.ts.map b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/ast.d.ts.map similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/ast.d.ts.map rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/ast.d.ts.map diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/ast.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/ast.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/ast.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/ast.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/ast.js.map b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/ast.js.map similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/ast.js.map rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/ast.js.map diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts.map b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts.map similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts.map rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts.map diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/brace-expressions.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/brace-expressions.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/brace-expressions.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/brace-expressions.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/brace-expressions.js.map b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/brace-expressions.js.map similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/brace-expressions.js.map rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/brace-expressions.js.map diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/escape.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/escape.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/escape.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/escape.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/escape.d.ts.map b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/escape.d.ts.map similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/escape.d.ts.map rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/escape.d.ts.map diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/escape.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/escape.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/escape.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/escape.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/escape.js.map b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/escape.js.map similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/escape.js.map rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/escape.js.map diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/index.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/index.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/index.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/index.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/index.d.ts.map b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/index.d.ts.map similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/index.d.ts.map rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/index.d.ts.map diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/index.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/index.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/index.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/index.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/index.js.map b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/index.js.map similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/index.js.map rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/index.js.map diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/package.json b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/package.json similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/package.json rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/package.json diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/unescape.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/unescape.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/unescape.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/unescape.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/unescape.d.ts.map b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/unescape.d.ts.map similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/unescape.d.ts.map rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/unescape.d.ts.map diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/unescape.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/unescape.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/unescape.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/unescape.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/unescape.js.map b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/unescape.js.map similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/unescape.js.map rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/unescape.js.map diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts.map b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts.map similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts.map rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts.map diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/assert-valid-pattern.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/assert-valid-pattern.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/assert-valid-pattern.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/assert-valid-pattern.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/assert-valid-pattern.js.map b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/assert-valid-pattern.js.map similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/assert-valid-pattern.js.map rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/assert-valid-pattern.js.map diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/ast.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/ast.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/ast.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/ast.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/ast.d.ts.map b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/ast.d.ts.map similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/ast.d.ts.map rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/ast.d.ts.map diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/ast.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/ast.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/ast.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/ast.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/ast.js.map b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/ast.js.map similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/ast.js.map rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/ast.js.map diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/brace-expressions.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/brace-expressions.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/brace-expressions.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/brace-expressions.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/brace-expressions.d.ts.map b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/brace-expressions.d.ts.map similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/brace-expressions.d.ts.map rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/brace-expressions.d.ts.map diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/brace-expressions.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/brace-expressions.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/brace-expressions.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/brace-expressions.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/brace-expressions.js.map b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/brace-expressions.js.map similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/brace-expressions.js.map rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/brace-expressions.js.map diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/escape.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/escape.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/escape.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/escape.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/escape.d.ts.map b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/escape.d.ts.map similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/escape.d.ts.map rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/escape.d.ts.map diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/escape.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/escape.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/escape.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/escape.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/escape.js.map b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/escape.js.map similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/escape.js.map rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/escape.js.map diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/index.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/index.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/index.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/index.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/index.d.ts.map b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/index.d.ts.map similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/index.d.ts.map rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/index.d.ts.map diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/index.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/index.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/index.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/index.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/index.js.map b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/index.js.map similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/index.js.map rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/index.js.map diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/package.json b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/package.json similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/package.json rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/package.json diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/unescape.d.ts b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/unescape.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/unescape.d.ts rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/unescape.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/unescape.d.ts.map b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/unescape.d.ts.map similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/unescape.d.ts.map rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/unescape.d.ts.map diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/unescape.js b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/unescape.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/unescape.js rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/unescape.js diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/unescape.js.map b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/unescape.js.map similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/unescape.js.map rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/esm/unescape.js.map diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/package.json b/apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/package.json similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/package.json rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/package.json diff --git a/ClientApp/node_modules/@typescript-eslint/typescript-estree/package.json b/apps/angular/node_modules/@typescript-eslint/typescript-estree/package.json similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/typescript-estree/package.json rename to apps/angular/node_modules/@typescript-eslint/typescript-estree/package.json diff --git a/ClientApp/node_modules/@typescript-eslint/utils/LICENSE b/apps/angular/node_modules/@typescript-eslint/utils/LICENSE similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/LICENSE rename to apps/angular/node_modules/@typescript-eslint/utils/LICENSE diff --git a/ClientApp/node_modules/@typescript-eslint/utils/README.md b/apps/angular/node_modules/@typescript-eslint/utils/README.md similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/README.md rename to apps/angular/node_modules/@typescript-eslint/utils/README.md diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/PatternMatcher.d.ts b/apps/angular/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/PatternMatcher.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/PatternMatcher.d.ts rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/PatternMatcher.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/PatternMatcher.js b/apps/angular/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/PatternMatcher.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/PatternMatcher.js rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/PatternMatcher.js diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/ReferenceTracker.d.ts b/apps/angular/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/ReferenceTracker.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/ReferenceTracker.d.ts rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/ReferenceTracker.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/ReferenceTracker.js b/apps/angular/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/ReferenceTracker.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/ReferenceTracker.js rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/ReferenceTracker.js diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/astUtilities.d.ts b/apps/angular/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/astUtilities.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/astUtilities.d.ts rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/astUtilities.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/astUtilities.js b/apps/angular/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/astUtilities.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/astUtilities.js rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/astUtilities.js diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/index.d.ts b/apps/angular/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/index.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/index.d.ts rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/index.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/index.js b/apps/angular/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/index.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/index.js rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/index.js diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/predicates.d.ts b/apps/angular/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/predicates.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/predicates.d.ts rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/predicates.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/predicates.js b/apps/angular/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/predicates.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/predicates.js rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/predicates.js diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/scopeAnalysis.d.ts b/apps/angular/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/scopeAnalysis.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/scopeAnalysis.d.ts rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/scopeAnalysis.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/scopeAnalysis.js b/apps/angular/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/scopeAnalysis.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/scopeAnalysis.js rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/scopeAnalysis.js diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ast-utils/helpers.d.ts b/apps/angular/node_modules/@typescript-eslint/utils/dist/ast-utils/helpers.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ast-utils/helpers.d.ts rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ast-utils/helpers.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ast-utils/helpers.js b/apps/angular/node_modules/@typescript-eslint/utils/dist/ast-utils/helpers.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ast-utils/helpers.js rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ast-utils/helpers.js diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ast-utils/index.d.ts b/apps/angular/node_modules/@typescript-eslint/utils/dist/ast-utils/index.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ast-utils/index.d.ts rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ast-utils/index.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ast-utils/index.js b/apps/angular/node_modules/@typescript-eslint/utils/dist/ast-utils/index.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ast-utils/index.js rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ast-utils/index.js diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ast-utils/misc.d.ts b/apps/angular/node_modules/@typescript-eslint/utils/dist/ast-utils/misc.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ast-utils/misc.d.ts rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ast-utils/misc.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ast-utils/misc.js b/apps/angular/node_modules/@typescript-eslint/utils/dist/ast-utils/misc.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ast-utils/misc.js rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ast-utils/misc.js diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ast-utils/predicates.d.ts b/apps/angular/node_modules/@typescript-eslint/utils/dist/ast-utils/predicates.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ast-utils/predicates.d.ts rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ast-utils/predicates.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ast-utils/predicates.js b/apps/angular/node_modules/@typescript-eslint/utils/dist/ast-utils/predicates.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ast-utils/predicates.js rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ast-utils/predicates.js diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/eslint-utils/InferTypesFromRule.d.ts b/apps/angular/node_modules/@typescript-eslint/utils/dist/eslint-utils/InferTypesFromRule.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/eslint-utils/InferTypesFromRule.d.ts rename to apps/angular/node_modules/@typescript-eslint/utils/dist/eslint-utils/InferTypesFromRule.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/eslint-utils/InferTypesFromRule.js b/apps/angular/node_modules/@typescript-eslint/utils/dist/eslint-utils/InferTypesFromRule.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/eslint-utils/InferTypesFromRule.js rename to apps/angular/node_modules/@typescript-eslint/utils/dist/eslint-utils/InferTypesFromRule.js diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.d.ts b/apps/angular/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.d.ts rename to apps/angular/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.js b/apps/angular/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.js rename to apps/angular/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.js diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/eslint-utils/applyDefault.d.ts b/apps/angular/node_modules/@typescript-eslint/utils/dist/eslint-utils/applyDefault.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/eslint-utils/applyDefault.d.ts rename to apps/angular/node_modules/@typescript-eslint/utils/dist/eslint-utils/applyDefault.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/eslint-utils/applyDefault.js b/apps/angular/node_modules/@typescript-eslint/utils/dist/eslint-utils/applyDefault.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/eslint-utils/applyDefault.js rename to apps/angular/node_modules/@typescript-eslint/utils/dist/eslint-utils/applyDefault.js diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/eslint-utils/deepMerge.d.ts b/apps/angular/node_modules/@typescript-eslint/utils/dist/eslint-utils/deepMerge.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/eslint-utils/deepMerge.d.ts rename to apps/angular/node_modules/@typescript-eslint/utils/dist/eslint-utils/deepMerge.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/eslint-utils/deepMerge.js b/apps/angular/node_modules/@typescript-eslint/utils/dist/eslint-utils/deepMerge.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/eslint-utils/deepMerge.js rename to apps/angular/node_modules/@typescript-eslint/utils/dist/eslint-utils/deepMerge.js diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/eslint-utils/getParserServices.d.ts b/apps/angular/node_modules/@typescript-eslint/utils/dist/eslint-utils/getParserServices.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/eslint-utils/getParserServices.d.ts rename to apps/angular/node_modules/@typescript-eslint/utils/dist/eslint-utils/getParserServices.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/eslint-utils/getParserServices.js b/apps/angular/node_modules/@typescript-eslint/utils/dist/eslint-utils/getParserServices.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/eslint-utils/getParserServices.js rename to apps/angular/node_modules/@typescript-eslint/utils/dist/eslint-utils/getParserServices.js diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/eslint-utils/index.d.ts b/apps/angular/node_modules/@typescript-eslint/utils/dist/eslint-utils/index.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/eslint-utils/index.d.ts rename to apps/angular/node_modules/@typescript-eslint/utils/dist/eslint-utils/index.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/eslint-utils/index.js b/apps/angular/node_modules/@typescript-eslint/utils/dist/eslint-utils/index.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/eslint-utils/index.js rename to apps/angular/node_modules/@typescript-eslint/utils/dist/eslint-utils/index.js diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/eslint-utils/nullThrows.d.ts b/apps/angular/node_modules/@typescript-eslint/utils/dist/eslint-utils/nullThrows.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/eslint-utils/nullThrows.d.ts rename to apps/angular/node_modules/@typescript-eslint/utils/dist/eslint-utils/nullThrows.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/eslint-utils/nullThrows.js b/apps/angular/node_modules/@typescript-eslint/utils/dist/eslint-utils/nullThrows.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/eslint-utils/nullThrows.js rename to apps/angular/node_modules/@typescript-eslint/utils/dist/eslint-utils/nullThrows.js diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/eslint-utils/parserSeemsToBeTSESLint.d.ts b/apps/angular/node_modules/@typescript-eslint/utils/dist/eslint-utils/parserSeemsToBeTSESLint.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/eslint-utils/parserSeemsToBeTSESLint.d.ts rename to apps/angular/node_modules/@typescript-eslint/utils/dist/eslint-utils/parserSeemsToBeTSESLint.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/eslint-utils/parserSeemsToBeTSESLint.js b/apps/angular/node_modules/@typescript-eslint/utils/dist/eslint-utils/parserSeemsToBeTSESLint.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/eslint-utils/parserSeemsToBeTSESLint.js rename to apps/angular/node_modules/@typescript-eslint/utils/dist/eslint-utils/parserSeemsToBeTSESLint.js diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/index.d.ts b/apps/angular/node_modules/@typescript-eslint/utils/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/index.d.ts rename to apps/angular/node_modules/@typescript-eslint/utils/dist/index.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/index.js b/apps/angular/node_modules/@typescript-eslint/utils/dist/index.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/index.js rename to apps/angular/node_modules/@typescript-eslint/utils/dist/index.js diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/json-schema.d.ts b/apps/angular/node_modules/@typescript-eslint/utils/dist/json-schema.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/json-schema.d.ts rename to apps/angular/node_modules/@typescript-eslint/utils/dist/json-schema.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/json-schema.js b/apps/angular/node_modules/@typescript-eslint/utils/dist/json-schema.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/json-schema.js rename to apps/angular/node_modules/@typescript-eslint/utils/dist/json-schema.js diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/AST.d.ts b/apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/AST.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/AST.d.ts rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/AST.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/AST.js b/apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/AST.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/AST.js rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/AST.js diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/Config.d.ts b/apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/Config.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/Config.d.ts rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/Config.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/Config.js b/apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/Config.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/Config.js rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/Config.js diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/ESLint.d.ts b/apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/ESLint.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/ESLint.d.ts rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/ESLint.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/ESLint.js b/apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/ESLint.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/ESLint.js rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/ESLint.js diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/Linter.d.ts b/apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/Linter.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/Linter.d.ts rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/Linter.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/Linter.js b/apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/Linter.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/Linter.js rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/Linter.js diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/Parser.d.ts b/apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/Parser.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/Parser.d.ts rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/Parser.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/Parser.js b/apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/Parser.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/Parser.js rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/Parser.js diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/ParserOptions.d.ts b/apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/ParserOptions.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/ParserOptions.d.ts rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/ParserOptions.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/ParserOptions.js b/apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/ParserOptions.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/ParserOptions.js rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/ParserOptions.js diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/Processor.d.ts b/apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/Processor.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/Processor.d.ts rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/Processor.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/Processor.js b/apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/Processor.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/Processor.js rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/Processor.js diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/Rule.d.ts b/apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/Rule.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/Rule.d.ts rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/Rule.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/Rule.js b/apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/Rule.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/Rule.js rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/Rule.js diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/RuleTester.d.ts b/apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/RuleTester.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/RuleTester.d.ts rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/RuleTester.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/RuleTester.js b/apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/RuleTester.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/RuleTester.js rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/RuleTester.js diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/Scope.d.ts b/apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/Scope.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/Scope.d.ts rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/Scope.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/Scope.js b/apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/Scope.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/Scope.js rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/Scope.js diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/SourceCode.d.ts b/apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/SourceCode.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/SourceCode.d.ts rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/SourceCode.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/SourceCode.js b/apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/SourceCode.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/SourceCode.js rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/SourceCode.js diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/eslint/ESLintShared.d.ts b/apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/eslint/ESLintShared.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/eslint/ESLintShared.d.ts rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/eslint/ESLintShared.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/eslint/ESLintShared.js b/apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/eslint/ESLintShared.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/eslint/ESLintShared.js rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/eslint/ESLintShared.js diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/eslint/FlatESLint.d.ts b/apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/eslint/FlatESLint.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/eslint/FlatESLint.d.ts rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/eslint/FlatESLint.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/eslint/FlatESLint.js b/apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/eslint/FlatESLint.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/eslint/FlatESLint.js rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/eslint/FlatESLint.js diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/eslint/LegacyESLint.d.ts b/apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/eslint/LegacyESLint.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/eslint/LegacyESLint.d.ts rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/eslint/LegacyESLint.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/eslint/LegacyESLint.js b/apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/eslint/LegacyESLint.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/eslint/LegacyESLint.js rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/eslint/LegacyESLint.js diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/index.d.ts b/apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/index.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/index.d.ts rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/index.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/index.js b/apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/index.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ts-eslint/index.js rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ts-eslint/index.js diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ts-estree.d.ts b/apps/angular/node_modules/@typescript-eslint/utils/dist/ts-estree.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ts-estree.d.ts rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ts-estree.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ts-estree.js b/apps/angular/node_modules/@typescript-eslint/utils/dist/ts-estree.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ts-estree.js rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ts-estree.js diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ts-utils/NoInfer.d.ts b/apps/angular/node_modules/@typescript-eslint/utils/dist/ts-utils/NoInfer.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ts-utils/NoInfer.d.ts rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ts-utils/NoInfer.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ts-utils/NoInfer.js b/apps/angular/node_modules/@typescript-eslint/utils/dist/ts-utils/NoInfer.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ts-utils/NoInfer.js rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ts-utils/NoInfer.js diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ts-utils/index.d.ts b/apps/angular/node_modules/@typescript-eslint/utils/dist/ts-utils/index.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ts-utils/index.d.ts rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ts-utils/index.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ts-utils/index.js b/apps/angular/node_modules/@typescript-eslint/utils/dist/ts-utils/index.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ts-utils/index.js rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ts-utils/index.js diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ts-utils/isArray.d.ts b/apps/angular/node_modules/@typescript-eslint/utils/dist/ts-utils/isArray.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ts-utils/isArray.d.ts rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ts-utils/isArray.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/ts-utils/isArray.js b/apps/angular/node_modules/@typescript-eslint/utils/dist/ts-utils/isArray.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/ts-utils/isArray.js rename to apps/angular/node_modules/@typescript-eslint/utils/dist/ts-utils/isArray.js diff --git a/ClientApp/node_modules/@typescript-eslint/utils/dist/tsconfig.build.tsbuildinfo b/apps/angular/node_modules/@typescript-eslint/utils/dist/tsconfig.build.tsbuildinfo similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/dist/tsconfig.build.tsbuildinfo rename to apps/angular/node_modules/@typescript-eslint/utils/dist/tsconfig.build.tsbuildinfo diff --git a/ClientApp/node_modules/@typescript-eslint/utils/package.json b/apps/angular/node_modules/@typescript-eslint/utils/package.json similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/utils/package.json rename to apps/angular/node_modules/@typescript-eslint/utils/package.json diff --git a/ClientApp/node_modules/@typescript-eslint/visitor-keys/LICENSE b/apps/angular/node_modules/@typescript-eslint/visitor-keys/LICENSE similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/visitor-keys/LICENSE rename to apps/angular/node_modules/@typescript-eslint/visitor-keys/LICENSE diff --git a/ClientApp/node_modules/@typescript-eslint/visitor-keys/README.md b/apps/angular/node_modules/@typescript-eslint/visitor-keys/README.md similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/visitor-keys/README.md rename to apps/angular/node_modules/@typescript-eslint/visitor-keys/README.md diff --git a/ClientApp/node_modules/@typescript-eslint/visitor-keys/dist/get-keys.d.ts b/apps/angular/node_modules/@typescript-eslint/visitor-keys/dist/get-keys.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/visitor-keys/dist/get-keys.d.ts rename to apps/angular/node_modules/@typescript-eslint/visitor-keys/dist/get-keys.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/visitor-keys/dist/get-keys.js b/apps/angular/node_modules/@typescript-eslint/visitor-keys/dist/get-keys.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/visitor-keys/dist/get-keys.js rename to apps/angular/node_modules/@typescript-eslint/visitor-keys/dist/get-keys.js diff --git a/ClientApp/node_modules/@typescript-eslint/visitor-keys/dist/index.d.ts b/apps/angular/node_modules/@typescript-eslint/visitor-keys/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/visitor-keys/dist/index.d.ts rename to apps/angular/node_modules/@typescript-eslint/visitor-keys/dist/index.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/visitor-keys/dist/index.js b/apps/angular/node_modules/@typescript-eslint/visitor-keys/dist/index.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/visitor-keys/dist/index.js rename to apps/angular/node_modules/@typescript-eslint/visitor-keys/dist/index.js diff --git a/ClientApp/node_modules/@typescript-eslint/visitor-keys/dist/tsconfig.build.tsbuildinfo b/apps/angular/node_modules/@typescript-eslint/visitor-keys/dist/tsconfig.build.tsbuildinfo similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/visitor-keys/dist/tsconfig.build.tsbuildinfo rename to apps/angular/node_modules/@typescript-eslint/visitor-keys/dist/tsconfig.build.tsbuildinfo diff --git a/ClientApp/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.d.ts b/apps/angular/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.d.ts rename to apps/angular/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.js b/apps/angular/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.js rename to apps/angular/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.js diff --git a/ClientApp/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys/LICENSE b/apps/angular/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys/LICENSE similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys/LICENSE rename to apps/angular/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys/LICENSE diff --git a/ClientApp/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys/README.md b/apps/angular/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys/README.md similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys/README.md rename to apps/angular/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys/README.md diff --git a/ClientApp/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys/dist/eslint-visitor-keys.cjs b/apps/angular/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys/dist/eslint-visitor-keys.cjs similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys/dist/eslint-visitor-keys.cjs rename to apps/angular/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys/dist/eslint-visitor-keys.cjs diff --git a/ClientApp/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys/dist/eslint-visitor-keys.d.cts b/apps/angular/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys/dist/eslint-visitor-keys.d.cts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys/dist/eslint-visitor-keys.d.cts rename to apps/angular/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys/dist/eslint-visitor-keys.d.cts diff --git a/ClientApp/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys/dist/index.d.ts b/apps/angular/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys/dist/index.d.ts rename to apps/angular/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys/dist/index.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys/dist/visitor-keys.d.ts b/apps/angular/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys/dist/visitor-keys.d.ts similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys/dist/visitor-keys.d.ts rename to apps/angular/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys/dist/visitor-keys.d.ts diff --git a/ClientApp/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys/lib/index.js b/apps/angular/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys/lib/index.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys/lib/index.js rename to apps/angular/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys/lib/index.js diff --git a/ClientApp/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys/lib/visitor-keys.js b/apps/angular/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys/lib/visitor-keys.js similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys/lib/visitor-keys.js rename to apps/angular/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys/lib/visitor-keys.js diff --git a/ClientApp/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys/package.json b/apps/angular/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys/package.json similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys/package.json rename to apps/angular/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys/package.json diff --git a/ClientApp/node_modules/@typescript-eslint/visitor-keys/package.json b/apps/angular/node_modules/@typescript-eslint/visitor-keys/package.json similarity index 100% rename from ClientApp/node_modules/@typescript-eslint/visitor-keys/package.json rename to apps/angular/node_modules/@typescript-eslint/visitor-keys/package.json diff --git a/ClientApp/node_modules/@ungap/structured-clone/.github/workflows/node.js.yml b/apps/angular/node_modules/@ungap/structured-clone/.github/workflows/node.js.yml similarity index 100% rename from ClientApp/node_modules/@ungap/structured-clone/.github/workflows/node.js.yml rename to apps/angular/node_modules/@ungap/structured-clone/.github/workflows/node.js.yml diff --git a/ClientApp/node_modules/@ungap/structured-clone/LICENSE b/apps/angular/node_modules/@ungap/structured-clone/LICENSE similarity index 100% rename from ClientApp/node_modules/@ungap/structured-clone/LICENSE rename to apps/angular/node_modules/@ungap/structured-clone/LICENSE diff --git a/ClientApp/node_modules/@ungap/structured-clone/README.md b/apps/angular/node_modules/@ungap/structured-clone/README.md similarity index 100% rename from ClientApp/node_modules/@ungap/structured-clone/README.md rename to apps/angular/node_modules/@ungap/structured-clone/README.md diff --git a/ClientApp/node_modules/@ungap/structured-clone/cjs/deserialize.js b/apps/angular/node_modules/@ungap/structured-clone/cjs/deserialize.js similarity index 100% rename from ClientApp/node_modules/@ungap/structured-clone/cjs/deserialize.js rename to apps/angular/node_modules/@ungap/structured-clone/cjs/deserialize.js diff --git a/ClientApp/node_modules/@ungap/structured-clone/cjs/index.js b/apps/angular/node_modules/@ungap/structured-clone/cjs/index.js similarity index 100% rename from ClientApp/node_modules/@ungap/structured-clone/cjs/index.js rename to apps/angular/node_modules/@ungap/structured-clone/cjs/index.js diff --git a/ClientApp/node_modules/@ungap/structured-clone/cjs/json.js b/apps/angular/node_modules/@ungap/structured-clone/cjs/json.js similarity index 100% rename from ClientApp/node_modules/@ungap/structured-clone/cjs/json.js rename to apps/angular/node_modules/@ungap/structured-clone/cjs/json.js diff --git a/ClientApp/node_modules/@ungap/structured-clone/cjs/package.json b/apps/angular/node_modules/@ungap/structured-clone/cjs/package.json similarity index 100% rename from ClientApp/node_modules/@ungap/structured-clone/cjs/package.json rename to apps/angular/node_modules/@ungap/structured-clone/cjs/package.json diff --git a/ClientApp/node_modules/@ungap/structured-clone/cjs/serialize.js b/apps/angular/node_modules/@ungap/structured-clone/cjs/serialize.js similarity index 100% rename from ClientApp/node_modules/@ungap/structured-clone/cjs/serialize.js rename to apps/angular/node_modules/@ungap/structured-clone/cjs/serialize.js diff --git a/ClientApp/node_modules/@ungap/structured-clone/cjs/types.js b/apps/angular/node_modules/@ungap/structured-clone/cjs/types.js similarity index 100% rename from ClientApp/node_modules/@ungap/structured-clone/cjs/types.js rename to apps/angular/node_modules/@ungap/structured-clone/cjs/types.js diff --git a/ClientApp/node_modules/@ungap/structured-clone/esm/deserialize.js b/apps/angular/node_modules/@ungap/structured-clone/esm/deserialize.js similarity index 100% rename from ClientApp/node_modules/@ungap/structured-clone/esm/deserialize.js rename to apps/angular/node_modules/@ungap/structured-clone/esm/deserialize.js diff --git a/ClientApp/node_modules/@ungap/structured-clone/esm/index.js b/apps/angular/node_modules/@ungap/structured-clone/esm/index.js similarity index 100% rename from ClientApp/node_modules/@ungap/structured-clone/esm/index.js rename to apps/angular/node_modules/@ungap/structured-clone/esm/index.js diff --git a/ClientApp/node_modules/@ungap/structured-clone/esm/json.js b/apps/angular/node_modules/@ungap/structured-clone/esm/json.js similarity index 100% rename from ClientApp/node_modules/@ungap/structured-clone/esm/json.js rename to apps/angular/node_modules/@ungap/structured-clone/esm/json.js diff --git a/ClientApp/node_modules/@ungap/structured-clone/esm/serialize.js b/apps/angular/node_modules/@ungap/structured-clone/esm/serialize.js similarity index 100% rename from ClientApp/node_modules/@ungap/structured-clone/esm/serialize.js rename to apps/angular/node_modules/@ungap/structured-clone/esm/serialize.js diff --git a/ClientApp/node_modules/@ungap/structured-clone/esm/types.js b/apps/angular/node_modules/@ungap/structured-clone/esm/types.js similarity index 100% rename from ClientApp/node_modules/@ungap/structured-clone/esm/types.js rename to apps/angular/node_modules/@ungap/structured-clone/esm/types.js diff --git a/ClientApp/node_modules/@ungap/structured-clone/package.json b/apps/angular/node_modules/@ungap/structured-clone/package.json similarity index 100% rename from ClientApp/node_modules/@ungap/structured-clone/package.json rename to apps/angular/node_modules/@ungap/structured-clone/package.json diff --git a/ClientApp/node_modules/@ungap/structured-clone/structured-json.js b/apps/angular/node_modules/@ungap/structured-clone/structured-json.js similarity index 100% rename from ClientApp/node_modules/@ungap/structured-clone/structured-json.js rename to apps/angular/node_modules/@ungap/structured-clone/structured-json.js diff --git a/ClientApp/node_modules/@vitest/coverage-v8/LICENSE b/apps/angular/node_modules/@vitest/coverage-v8/LICENSE similarity index 100% rename from ClientApp/node_modules/@vitest/coverage-v8/LICENSE rename to apps/angular/node_modules/@vitest/coverage-v8/LICENSE diff --git a/ClientApp/node_modules/@vitest/coverage-v8/dist/index.d.ts b/apps/angular/node_modules/@vitest/coverage-v8/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/@vitest/coverage-v8/dist/index.d.ts rename to apps/angular/node_modules/@vitest/coverage-v8/dist/index.d.ts diff --git a/ClientApp/node_modules/@vitest/coverage-v8/dist/index.js b/apps/angular/node_modules/@vitest/coverage-v8/dist/index.js similarity index 100% rename from ClientApp/node_modules/@vitest/coverage-v8/dist/index.js rename to apps/angular/node_modules/@vitest/coverage-v8/dist/index.js diff --git a/ClientApp/node_modules/@vitest/coverage-v8/dist/provider.d.ts b/apps/angular/node_modules/@vitest/coverage-v8/dist/provider.d.ts similarity index 100% rename from ClientApp/node_modules/@vitest/coverage-v8/dist/provider.d.ts rename to apps/angular/node_modules/@vitest/coverage-v8/dist/provider.d.ts diff --git a/ClientApp/node_modules/@vitest/coverage-v8/dist/provider.js b/apps/angular/node_modules/@vitest/coverage-v8/dist/provider.js similarity index 100% rename from ClientApp/node_modules/@vitest/coverage-v8/dist/provider.js rename to apps/angular/node_modules/@vitest/coverage-v8/dist/provider.js diff --git a/ClientApp/node_modules/@vitest/coverage-v8/package.json b/apps/angular/node_modules/@vitest/coverage-v8/package.json similarity index 100% rename from ClientApp/node_modules/@vitest/coverage-v8/package.json rename to apps/angular/node_modules/@vitest/coverage-v8/package.json diff --git a/ClientApp/node_modules/@vitest/expect/LICENSE b/apps/angular/node_modules/@vitest/expect/LICENSE similarity index 100% rename from ClientApp/node_modules/@vitest/expect/LICENSE rename to apps/angular/node_modules/@vitest/expect/LICENSE diff --git a/ClientApp/node_modules/@vitest/expect/README.md b/apps/angular/node_modules/@vitest/expect/README.md similarity index 100% rename from ClientApp/node_modules/@vitest/expect/README.md rename to apps/angular/node_modules/@vitest/expect/README.md diff --git a/ClientApp/node_modules/@vitest/expect/dist/chai.d.cts b/apps/angular/node_modules/@vitest/expect/dist/chai.d.cts similarity index 100% rename from ClientApp/node_modules/@vitest/expect/dist/chai.d.cts rename to apps/angular/node_modules/@vitest/expect/dist/chai.d.cts diff --git a/ClientApp/node_modules/@vitest/expect/dist/index.d.ts b/apps/angular/node_modules/@vitest/expect/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/@vitest/expect/dist/index.d.ts rename to apps/angular/node_modules/@vitest/expect/dist/index.d.ts diff --git a/ClientApp/node_modules/@vitest/expect/dist/index.js b/apps/angular/node_modules/@vitest/expect/dist/index.js similarity index 100% rename from ClientApp/node_modules/@vitest/expect/dist/index.js rename to apps/angular/node_modules/@vitest/expect/dist/index.js diff --git a/ClientApp/node_modules/@vitest/expect/index.d.ts b/apps/angular/node_modules/@vitest/expect/index.d.ts similarity index 100% rename from ClientApp/node_modules/@vitest/expect/index.d.ts rename to apps/angular/node_modules/@vitest/expect/index.d.ts diff --git a/ClientApp/node_modules/@vitest/expect/package.json b/apps/angular/node_modules/@vitest/expect/package.json similarity index 100% rename from ClientApp/node_modules/@vitest/expect/package.json rename to apps/angular/node_modules/@vitest/expect/package.json diff --git a/ClientApp/node_modules/@vitest/pretty-format/LICENSE b/apps/angular/node_modules/@vitest/pretty-format/LICENSE similarity index 100% rename from ClientApp/node_modules/@vitest/pretty-format/LICENSE rename to apps/angular/node_modules/@vitest/pretty-format/LICENSE diff --git a/ClientApp/node_modules/@vitest/pretty-format/dist/index.d.ts b/apps/angular/node_modules/@vitest/pretty-format/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/@vitest/pretty-format/dist/index.d.ts rename to apps/angular/node_modules/@vitest/pretty-format/dist/index.d.ts diff --git a/ClientApp/node_modules/@vitest/pretty-format/dist/index.js b/apps/angular/node_modules/@vitest/pretty-format/dist/index.js similarity index 100% rename from ClientApp/node_modules/@vitest/pretty-format/dist/index.js rename to apps/angular/node_modules/@vitest/pretty-format/dist/index.js diff --git a/ClientApp/node_modules/@vitest/pretty-format/package.json b/apps/angular/node_modules/@vitest/pretty-format/package.json similarity index 100% rename from ClientApp/node_modules/@vitest/pretty-format/package.json rename to apps/angular/node_modules/@vitest/pretty-format/package.json diff --git a/ClientApp/node_modules/@vitest/runner/LICENSE b/apps/angular/node_modules/@vitest/runner/LICENSE similarity index 100% rename from ClientApp/node_modules/@vitest/runner/LICENSE rename to apps/angular/node_modules/@vitest/runner/LICENSE diff --git a/ClientApp/node_modules/@vitest/runner/README.md b/apps/angular/node_modules/@vitest/runner/README.md similarity index 100% rename from ClientApp/node_modules/@vitest/runner/README.md rename to apps/angular/node_modules/@vitest/runner/README.md diff --git a/ClientApp/node_modules/@vitest/runner/dist/chunk-tasks.js b/apps/angular/node_modules/@vitest/runner/dist/chunk-tasks.js similarity index 100% rename from ClientApp/node_modules/@vitest/runner/dist/chunk-tasks.js rename to apps/angular/node_modules/@vitest/runner/dist/chunk-tasks.js diff --git a/ClientApp/node_modules/@vitest/runner/dist/index.d.ts b/apps/angular/node_modules/@vitest/runner/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/@vitest/runner/dist/index.d.ts rename to apps/angular/node_modules/@vitest/runner/dist/index.d.ts diff --git a/ClientApp/node_modules/@vitest/runner/dist/index.js b/apps/angular/node_modules/@vitest/runner/dist/index.js similarity index 100% rename from ClientApp/node_modules/@vitest/runner/dist/index.js rename to apps/angular/node_modules/@vitest/runner/dist/index.js diff --git a/ClientApp/node_modules/@vitest/runner/dist/tasks-K5XERDtv.d.ts b/apps/angular/node_modules/@vitest/runner/dist/tasks-K5XERDtv.d.ts similarity index 100% rename from ClientApp/node_modules/@vitest/runner/dist/tasks-K5XERDtv.d.ts rename to apps/angular/node_modules/@vitest/runner/dist/tasks-K5XERDtv.d.ts diff --git a/ClientApp/node_modules/@vitest/runner/dist/types.d.ts b/apps/angular/node_modules/@vitest/runner/dist/types.d.ts similarity index 100% rename from ClientApp/node_modules/@vitest/runner/dist/types.d.ts rename to apps/angular/node_modules/@vitest/runner/dist/types.d.ts diff --git a/ClientApp/node_modules/@vitest/runner/dist/types.js b/apps/angular/node_modules/@vitest/runner/dist/types.js similarity index 100% rename from ClientApp/node_modules/@vitest/runner/dist/types.js rename to apps/angular/node_modules/@vitest/runner/dist/types.js diff --git a/ClientApp/node_modules/@vitest/runner/dist/utils.d.ts b/apps/angular/node_modules/@vitest/runner/dist/utils.d.ts similarity index 100% rename from ClientApp/node_modules/@vitest/runner/dist/utils.d.ts rename to apps/angular/node_modules/@vitest/runner/dist/utils.d.ts diff --git a/ClientApp/node_modules/@vitest/runner/dist/utils.js b/apps/angular/node_modules/@vitest/runner/dist/utils.js similarity index 100% rename from ClientApp/node_modules/@vitest/runner/dist/utils.js rename to apps/angular/node_modules/@vitest/runner/dist/utils.js diff --git a/ClientApp/node_modules/@vitest/runner/node_modules/p-limit/async-hooks-stub.js b/apps/angular/node_modules/@vitest/runner/node_modules/p-limit/async-hooks-stub.js similarity index 100% rename from ClientApp/node_modules/@vitest/runner/node_modules/p-limit/async-hooks-stub.js rename to apps/angular/node_modules/@vitest/runner/node_modules/p-limit/async-hooks-stub.js diff --git a/ClientApp/node_modules/@vitest/runner/node_modules/p-limit/index.d.ts b/apps/angular/node_modules/@vitest/runner/node_modules/p-limit/index.d.ts similarity index 100% rename from ClientApp/node_modules/@vitest/runner/node_modules/p-limit/index.d.ts rename to apps/angular/node_modules/@vitest/runner/node_modules/p-limit/index.d.ts diff --git a/ClientApp/node_modules/@vitest/runner/node_modules/p-limit/index.js b/apps/angular/node_modules/@vitest/runner/node_modules/p-limit/index.js similarity index 100% rename from ClientApp/node_modules/@vitest/runner/node_modules/p-limit/index.js rename to apps/angular/node_modules/@vitest/runner/node_modules/p-limit/index.js diff --git a/ClientApp/node_modules/@vitest/runner/node_modules/p-limit/license b/apps/angular/node_modules/@vitest/runner/node_modules/p-limit/license similarity index 100% rename from ClientApp/node_modules/@vitest/runner/node_modules/p-limit/license rename to apps/angular/node_modules/@vitest/runner/node_modules/p-limit/license diff --git a/ClientApp/node_modules/@vitest/runner/node_modules/p-limit/package.json b/apps/angular/node_modules/@vitest/runner/node_modules/p-limit/package.json similarity index 100% rename from ClientApp/node_modules/@vitest/runner/node_modules/p-limit/package.json rename to apps/angular/node_modules/@vitest/runner/node_modules/p-limit/package.json diff --git a/ClientApp/node_modules/@vitest/runner/node_modules/p-limit/readme.md b/apps/angular/node_modules/@vitest/runner/node_modules/p-limit/readme.md similarity index 100% rename from ClientApp/node_modules/@vitest/runner/node_modules/p-limit/readme.md rename to apps/angular/node_modules/@vitest/runner/node_modules/p-limit/readme.md diff --git a/ClientApp/node_modules/@vitest/runner/node_modules/yocto-queue/index.d.ts b/apps/angular/node_modules/@vitest/runner/node_modules/yocto-queue/index.d.ts similarity index 100% rename from ClientApp/node_modules/@vitest/runner/node_modules/yocto-queue/index.d.ts rename to apps/angular/node_modules/@vitest/runner/node_modules/yocto-queue/index.d.ts diff --git a/ClientApp/node_modules/@vitest/runner/node_modules/yocto-queue/index.js b/apps/angular/node_modules/@vitest/runner/node_modules/yocto-queue/index.js similarity index 100% rename from ClientApp/node_modules/@vitest/runner/node_modules/yocto-queue/index.js rename to apps/angular/node_modules/@vitest/runner/node_modules/yocto-queue/index.js diff --git a/ClientApp/node_modules/@vitest/runner/node_modules/yocto-queue/license b/apps/angular/node_modules/@vitest/runner/node_modules/yocto-queue/license similarity index 100% rename from ClientApp/node_modules/@vitest/runner/node_modules/yocto-queue/license rename to apps/angular/node_modules/@vitest/runner/node_modules/yocto-queue/license diff --git a/ClientApp/node_modules/@vitest/runner/node_modules/yocto-queue/package.json b/apps/angular/node_modules/@vitest/runner/node_modules/yocto-queue/package.json similarity index 100% rename from ClientApp/node_modules/@vitest/runner/node_modules/yocto-queue/package.json rename to apps/angular/node_modules/@vitest/runner/node_modules/yocto-queue/package.json diff --git a/ClientApp/node_modules/@vitest/runner/node_modules/yocto-queue/readme.md b/apps/angular/node_modules/@vitest/runner/node_modules/yocto-queue/readme.md similarity index 100% rename from ClientApp/node_modules/@vitest/runner/node_modules/yocto-queue/readme.md rename to apps/angular/node_modules/@vitest/runner/node_modules/yocto-queue/readme.md diff --git a/ClientApp/node_modules/@vitest/runner/package.json b/apps/angular/node_modules/@vitest/runner/package.json similarity index 100% rename from ClientApp/node_modules/@vitest/runner/package.json rename to apps/angular/node_modules/@vitest/runner/package.json diff --git a/ClientApp/node_modules/@vitest/runner/types.d.ts b/apps/angular/node_modules/@vitest/runner/types.d.ts similarity index 100% rename from ClientApp/node_modules/@vitest/runner/types.d.ts rename to apps/angular/node_modules/@vitest/runner/types.d.ts diff --git a/ClientApp/node_modules/@vitest/runner/utils.d.ts b/apps/angular/node_modules/@vitest/runner/utils.d.ts similarity index 100% rename from ClientApp/node_modules/@vitest/runner/utils.d.ts rename to apps/angular/node_modules/@vitest/runner/utils.d.ts diff --git a/ClientApp/node_modules/@vitest/snapshot/LICENSE b/apps/angular/node_modules/@vitest/snapshot/LICENSE similarity index 100% rename from ClientApp/node_modules/@vitest/snapshot/LICENSE rename to apps/angular/node_modules/@vitest/snapshot/LICENSE diff --git a/ClientApp/node_modules/@vitest/snapshot/README.md b/apps/angular/node_modules/@vitest/snapshot/README.md similarity index 100% rename from ClientApp/node_modules/@vitest/snapshot/README.md rename to apps/angular/node_modules/@vitest/snapshot/README.md diff --git a/ClientApp/node_modules/@vitest/snapshot/dist/environment-cMiGIVXz.d.ts b/apps/angular/node_modules/@vitest/snapshot/dist/environment-cMiGIVXz.d.ts similarity index 100% rename from ClientApp/node_modules/@vitest/snapshot/dist/environment-cMiGIVXz.d.ts rename to apps/angular/node_modules/@vitest/snapshot/dist/environment-cMiGIVXz.d.ts diff --git a/ClientApp/node_modules/@vitest/snapshot/dist/environment.d.ts b/apps/angular/node_modules/@vitest/snapshot/dist/environment.d.ts similarity index 100% rename from ClientApp/node_modules/@vitest/snapshot/dist/environment.d.ts rename to apps/angular/node_modules/@vitest/snapshot/dist/environment.d.ts diff --git a/ClientApp/node_modules/@vitest/snapshot/dist/environment.js b/apps/angular/node_modules/@vitest/snapshot/dist/environment.js similarity index 100% rename from ClientApp/node_modules/@vitest/snapshot/dist/environment.js rename to apps/angular/node_modules/@vitest/snapshot/dist/environment.js diff --git a/ClientApp/node_modules/@vitest/snapshot/dist/index-S94ASl6q.d.ts b/apps/angular/node_modules/@vitest/snapshot/dist/index-S94ASl6q.d.ts similarity index 100% rename from ClientApp/node_modules/@vitest/snapshot/dist/index-S94ASl6q.d.ts rename to apps/angular/node_modules/@vitest/snapshot/dist/index-S94ASl6q.d.ts diff --git a/ClientApp/node_modules/@vitest/snapshot/dist/index.d.ts b/apps/angular/node_modules/@vitest/snapshot/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/@vitest/snapshot/dist/index.d.ts rename to apps/angular/node_modules/@vitest/snapshot/dist/index.d.ts diff --git a/ClientApp/node_modules/@vitest/snapshot/dist/index.js b/apps/angular/node_modules/@vitest/snapshot/dist/index.js similarity index 100% rename from ClientApp/node_modules/@vitest/snapshot/dist/index.js rename to apps/angular/node_modules/@vitest/snapshot/dist/index.js diff --git a/ClientApp/node_modules/@vitest/snapshot/dist/manager.d.ts b/apps/angular/node_modules/@vitest/snapshot/dist/manager.d.ts similarity index 100% rename from ClientApp/node_modules/@vitest/snapshot/dist/manager.d.ts rename to apps/angular/node_modules/@vitest/snapshot/dist/manager.d.ts diff --git a/ClientApp/node_modules/@vitest/snapshot/dist/manager.js b/apps/angular/node_modules/@vitest/snapshot/dist/manager.js similarity index 100% rename from ClientApp/node_modules/@vitest/snapshot/dist/manager.js rename to apps/angular/node_modules/@vitest/snapshot/dist/manager.js diff --git a/ClientApp/node_modules/@vitest/snapshot/environment.d.ts b/apps/angular/node_modules/@vitest/snapshot/environment.d.ts similarity index 100% rename from ClientApp/node_modules/@vitest/snapshot/environment.d.ts rename to apps/angular/node_modules/@vitest/snapshot/environment.d.ts diff --git a/ClientApp/node_modules/@vitest/snapshot/manager.d.ts b/apps/angular/node_modules/@vitest/snapshot/manager.d.ts similarity index 100% rename from ClientApp/node_modules/@vitest/snapshot/manager.d.ts rename to apps/angular/node_modules/@vitest/snapshot/manager.d.ts diff --git a/ClientApp/node_modules/@vitest/snapshot/node_modules/ansi-styles/index.d.ts b/apps/angular/node_modules/@vitest/snapshot/node_modules/ansi-styles/index.d.ts similarity index 100% rename from ClientApp/node_modules/@vitest/snapshot/node_modules/ansi-styles/index.d.ts rename to apps/angular/node_modules/@vitest/snapshot/node_modules/ansi-styles/index.d.ts diff --git a/ClientApp/node_modules/@vitest/snapshot/node_modules/ansi-styles/index.js b/apps/angular/node_modules/@vitest/snapshot/node_modules/ansi-styles/index.js similarity index 100% rename from ClientApp/node_modules/@vitest/snapshot/node_modules/ansi-styles/index.js rename to apps/angular/node_modules/@vitest/snapshot/node_modules/ansi-styles/index.js diff --git a/ClientApp/node_modules/@vitest/snapshot/node_modules/ansi-styles/license b/apps/angular/node_modules/@vitest/snapshot/node_modules/ansi-styles/license similarity index 100% rename from ClientApp/node_modules/@vitest/snapshot/node_modules/ansi-styles/license rename to apps/angular/node_modules/@vitest/snapshot/node_modules/ansi-styles/license diff --git a/ClientApp/node_modules/@vitest/snapshot/node_modules/ansi-styles/package.json b/apps/angular/node_modules/@vitest/snapshot/node_modules/ansi-styles/package.json similarity index 100% rename from ClientApp/node_modules/@vitest/snapshot/node_modules/ansi-styles/package.json rename to apps/angular/node_modules/@vitest/snapshot/node_modules/ansi-styles/package.json diff --git a/ClientApp/node_modules/@vitest/snapshot/node_modules/ansi-styles/readme.md b/apps/angular/node_modules/@vitest/snapshot/node_modules/ansi-styles/readme.md similarity index 100% rename from ClientApp/node_modules/@vitest/snapshot/node_modules/ansi-styles/readme.md rename to apps/angular/node_modules/@vitest/snapshot/node_modules/ansi-styles/readme.md diff --git a/ClientApp/node_modules/@vitest/snapshot/node_modules/pretty-format/LICENSE b/apps/angular/node_modules/@vitest/snapshot/node_modules/pretty-format/LICENSE similarity index 100% rename from ClientApp/node_modules/@vitest/snapshot/node_modules/pretty-format/LICENSE rename to apps/angular/node_modules/@vitest/snapshot/node_modules/pretty-format/LICENSE diff --git a/ClientApp/node_modules/@vitest/snapshot/node_modules/pretty-format/README.md b/apps/angular/node_modules/@vitest/snapshot/node_modules/pretty-format/README.md similarity index 100% rename from ClientApp/node_modules/@vitest/snapshot/node_modules/pretty-format/README.md rename to apps/angular/node_modules/@vitest/snapshot/node_modules/pretty-format/README.md diff --git a/ClientApp/node_modules/@vitest/snapshot/node_modules/pretty-format/build/collections.js b/apps/angular/node_modules/@vitest/snapshot/node_modules/pretty-format/build/collections.js similarity index 100% rename from ClientApp/node_modules/@vitest/snapshot/node_modules/pretty-format/build/collections.js rename to apps/angular/node_modules/@vitest/snapshot/node_modules/pretty-format/build/collections.js diff --git a/ClientApp/node_modules/@vitest/snapshot/node_modules/pretty-format/build/index.d.ts b/apps/angular/node_modules/@vitest/snapshot/node_modules/pretty-format/build/index.d.ts similarity index 100% rename from ClientApp/node_modules/@vitest/snapshot/node_modules/pretty-format/build/index.d.ts rename to apps/angular/node_modules/@vitest/snapshot/node_modules/pretty-format/build/index.d.ts diff --git a/ClientApp/node_modules/@vitest/snapshot/node_modules/pretty-format/build/index.js b/apps/angular/node_modules/@vitest/snapshot/node_modules/pretty-format/build/index.js similarity index 100% rename from ClientApp/node_modules/@vitest/snapshot/node_modules/pretty-format/build/index.js rename to apps/angular/node_modules/@vitest/snapshot/node_modules/pretty-format/build/index.js diff --git a/ClientApp/node_modules/@vitest/snapshot/node_modules/pretty-format/build/plugins/AsymmetricMatcher.js b/apps/angular/node_modules/@vitest/snapshot/node_modules/pretty-format/build/plugins/AsymmetricMatcher.js similarity index 100% rename from ClientApp/node_modules/@vitest/snapshot/node_modules/pretty-format/build/plugins/AsymmetricMatcher.js rename to apps/angular/node_modules/@vitest/snapshot/node_modules/pretty-format/build/plugins/AsymmetricMatcher.js diff --git a/ClientApp/node_modules/@vitest/snapshot/node_modules/pretty-format/build/plugins/DOMCollection.js b/apps/angular/node_modules/@vitest/snapshot/node_modules/pretty-format/build/plugins/DOMCollection.js similarity index 100% rename from ClientApp/node_modules/@vitest/snapshot/node_modules/pretty-format/build/plugins/DOMCollection.js rename to apps/angular/node_modules/@vitest/snapshot/node_modules/pretty-format/build/plugins/DOMCollection.js diff --git a/ClientApp/node_modules/@vitest/snapshot/node_modules/pretty-format/build/plugins/DOMElement.js b/apps/angular/node_modules/@vitest/snapshot/node_modules/pretty-format/build/plugins/DOMElement.js similarity index 100% rename from ClientApp/node_modules/@vitest/snapshot/node_modules/pretty-format/build/plugins/DOMElement.js rename to apps/angular/node_modules/@vitest/snapshot/node_modules/pretty-format/build/plugins/DOMElement.js diff --git a/ClientApp/node_modules/@vitest/snapshot/node_modules/pretty-format/build/plugins/Immutable.js b/apps/angular/node_modules/@vitest/snapshot/node_modules/pretty-format/build/plugins/Immutable.js similarity index 100% rename from ClientApp/node_modules/@vitest/snapshot/node_modules/pretty-format/build/plugins/Immutable.js rename to apps/angular/node_modules/@vitest/snapshot/node_modules/pretty-format/build/plugins/Immutable.js diff --git a/ClientApp/node_modules/@vitest/snapshot/node_modules/pretty-format/build/plugins/ReactElement.js b/apps/angular/node_modules/@vitest/snapshot/node_modules/pretty-format/build/plugins/ReactElement.js similarity index 100% rename from ClientApp/node_modules/@vitest/snapshot/node_modules/pretty-format/build/plugins/ReactElement.js rename to apps/angular/node_modules/@vitest/snapshot/node_modules/pretty-format/build/plugins/ReactElement.js diff --git a/ClientApp/node_modules/@vitest/snapshot/node_modules/pretty-format/build/plugins/ReactTestComponent.js b/apps/angular/node_modules/@vitest/snapshot/node_modules/pretty-format/build/plugins/ReactTestComponent.js similarity index 100% rename from ClientApp/node_modules/@vitest/snapshot/node_modules/pretty-format/build/plugins/ReactTestComponent.js rename to apps/angular/node_modules/@vitest/snapshot/node_modules/pretty-format/build/plugins/ReactTestComponent.js diff --git a/ClientApp/node_modules/@vitest/snapshot/node_modules/pretty-format/build/plugins/lib/escapeHTML.js b/apps/angular/node_modules/@vitest/snapshot/node_modules/pretty-format/build/plugins/lib/escapeHTML.js similarity index 100% rename from ClientApp/node_modules/@vitest/snapshot/node_modules/pretty-format/build/plugins/lib/escapeHTML.js rename to apps/angular/node_modules/@vitest/snapshot/node_modules/pretty-format/build/plugins/lib/escapeHTML.js diff --git a/ClientApp/node_modules/@vitest/snapshot/node_modules/pretty-format/build/plugins/lib/markup.js b/apps/angular/node_modules/@vitest/snapshot/node_modules/pretty-format/build/plugins/lib/markup.js similarity index 100% rename from ClientApp/node_modules/@vitest/snapshot/node_modules/pretty-format/build/plugins/lib/markup.js rename to apps/angular/node_modules/@vitest/snapshot/node_modules/pretty-format/build/plugins/lib/markup.js diff --git a/ClientApp/node_modules/@vitest/snapshot/node_modules/pretty-format/build/types.js b/apps/angular/node_modules/@vitest/snapshot/node_modules/pretty-format/build/types.js similarity index 100% rename from ClientApp/node_modules/@vitest/snapshot/node_modules/pretty-format/build/types.js rename to apps/angular/node_modules/@vitest/snapshot/node_modules/pretty-format/build/types.js diff --git a/ClientApp/node_modules/@vitest/snapshot/node_modules/pretty-format/package.json b/apps/angular/node_modules/@vitest/snapshot/node_modules/pretty-format/package.json similarity index 100% rename from ClientApp/node_modules/@vitest/snapshot/node_modules/pretty-format/package.json rename to apps/angular/node_modules/@vitest/snapshot/node_modules/pretty-format/package.json diff --git a/ClientApp/node_modules/@vitest/snapshot/node_modules/react-is/LICENSE b/apps/angular/node_modules/@vitest/snapshot/node_modules/react-is/LICENSE similarity index 100% rename from ClientApp/node_modules/@vitest/snapshot/node_modules/react-is/LICENSE rename to apps/angular/node_modules/@vitest/snapshot/node_modules/react-is/LICENSE diff --git a/ClientApp/node_modules/@vitest/snapshot/node_modules/react-is/README.md b/apps/angular/node_modules/@vitest/snapshot/node_modules/react-is/README.md similarity index 100% rename from ClientApp/node_modules/@vitest/snapshot/node_modules/react-is/README.md rename to apps/angular/node_modules/@vitest/snapshot/node_modules/react-is/README.md diff --git a/ClientApp/node_modules/@vitest/snapshot/node_modules/react-is/cjs/react-is.development.js b/apps/angular/node_modules/@vitest/snapshot/node_modules/react-is/cjs/react-is.development.js similarity index 100% rename from ClientApp/node_modules/@vitest/snapshot/node_modules/react-is/cjs/react-is.development.js rename to apps/angular/node_modules/@vitest/snapshot/node_modules/react-is/cjs/react-is.development.js diff --git a/ClientApp/node_modules/@vitest/snapshot/node_modules/react-is/cjs/react-is.production.min.js b/apps/angular/node_modules/@vitest/snapshot/node_modules/react-is/cjs/react-is.production.min.js similarity index 100% rename from ClientApp/node_modules/@vitest/snapshot/node_modules/react-is/cjs/react-is.production.min.js rename to apps/angular/node_modules/@vitest/snapshot/node_modules/react-is/cjs/react-is.production.min.js diff --git a/ClientApp/node_modules/@vitest/snapshot/node_modules/react-is/index.js b/apps/angular/node_modules/@vitest/snapshot/node_modules/react-is/index.js similarity index 100% rename from ClientApp/node_modules/@vitest/snapshot/node_modules/react-is/index.js rename to apps/angular/node_modules/@vitest/snapshot/node_modules/react-is/index.js diff --git a/ClientApp/node_modules/@vitest/snapshot/node_modules/react-is/package.json b/apps/angular/node_modules/@vitest/snapshot/node_modules/react-is/package.json similarity index 100% rename from ClientApp/node_modules/@vitest/snapshot/node_modules/react-is/package.json rename to apps/angular/node_modules/@vitest/snapshot/node_modules/react-is/package.json diff --git a/ClientApp/node_modules/@vitest/snapshot/node_modules/react-is/umd/react-is.development.js b/apps/angular/node_modules/@vitest/snapshot/node_modules/react-is/umd/react-is.development.js similarity index 100% rename from ClientApp/node_modules/@vitest/snapshot/node_modules/react-is/umd/react-is.development.js rename to apps/angular/node_modules/@vitest/snapshot/node_modules/react-is/umd/react-is.development.js diff --git a/ClientApp/node_modules/@vitest/snapshot/node_modules/react-is/umd/react-is.production.min.js b/apps/angular/node_modules/@vitest/snapshot/node_modules/react-is/umd/react-is.production.min.js similarity index 100% rename from ClientApp/node_modules/@vitest/snapshot/node_modules/react-is/umd/react-is.production.min.js rename to apps/angular/node_modules/@vitest/snapshot/node_modules/react-is/umd/react-is.production.min.js diff --git a/ClientApp/node_modules/@vitest/snapshot/package.json b/apps/angular/node_modules/@vitest/snapshot/package.json similarity index 100% rename from ClientApp/node_modules/@vitest/snapshot/package.json rename to apps/angular/node_modules/@vitest/snapshot/package.json diff --git a/ClientApp/node_modules/@vitest/spy/LICENSE b/apps/angular/node_modules/@vitest/spy/LICENSE similarity index 100% rename from ClientApp/node_modules/@vitest/spy/LICENSE rename to apps/angular/node_modules/@vitest/spy/LICENSE diff --git a/ClientApp/node_modules/@vitest/spy/README.md b/apps/angular/node_modules/@vitest/spy/README.md similarity index 100% rename from ClientApp/node_modules/@vitest/spy/README.md rename to apps/angular/node_modules/@vitest/spy/README.md diff --git a/ClientApp/node_modules/@vitest/spy/dist/index.d.ts b/apps/angular/node_modules/@vitest/spy/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/@vitest/spy/dist/index.d.ts rename to apps/angular/node_modules/@vitest/spy/dist/index.d.ts diff --git a/ClientApp/node_modules/@vitest/spy/dist/index.js b/apps/angular/node_modules/@vitest/spy/dist/index.js similarity index 100% rename from ClientApp/node_modules/@vitest/spy/dist/index.js rename to apps/angular/node_modules/@vitest/spy/dist/index.js diff --git a/ClientApp/node_modules/@vitest/spy/package.json b/apps/angular/node_modules/@vitest/spy/package.json similarity index 100% rename from ClientApp/node_modules/@vitest/spy/package.json rename to apps/angular/node_modules/@vitest/spy/package.json diff --git a/ClientApp/node_modules/@vitest/ui/LICENSE b/apps/angular/node_modules/@vitest/ui/LICENSE similarity index 100% rename from ClientApp/node_modules/@vitest/ui/LICENSE rename to apps/angular/node_modules/@vitest/ui/LICENSE diff --git a/ClientApp/node_modules/@vitest/ui/README.md b/apps/angular/node_modules/@vitest/ui/README.md similarity index 100% rename from ClientApp/node_modules/@vitest/ui/README.md rename to apps/angular/node_modules/@vitest/ui/README.md diff --git a/ClientApp/node_modules/@vitest/ui/dist/client/assets/index-9agQl9q3.js b/apps/angular/node_modules/@vitest/ui/dist/client/assets/index-9agQl9q3.js similarity index 100% rename from ClientApp/node_modules/@vitest/ui/dist/client/assets/index-9agQl9q3.js rename to apps/angular/node_modules/@vitest/ui/dist/client/assets/index-9agQl9q3.js diff --git a/ClientApp/node_modules/@vitest/ui/dist/client/assets/index-fUmMsp0O.css b/apps/angular/node_modules/@vitest/ui/dist/client/assets/index-fUmMsp0O.css similarity index 100% rename from ClientApp/node_modules/@vitest/ui/dist/client/assets/index-fUmMsp0O.css rename to apps/angular/node_modules/@vitest/ui/dist/client/assets/index-fUmMsp0O.css diff --git a/ClientApp/node_modules/@vitest/ui/dist/client/bg.png b/apps/angular/node_modules/@vitest/ui/dist/client/bg.png similarity index 100% rename from ClientApp/node_modules/@vitest/ui/dist/client/bg.png rename to apps/angular/node_modules/@vitest/ui/dist/client/bg.png diff --git a/ClientApp/node_modules/@vitest/ui/dist/client/favicon.svg b/apps/angular/node_modules/@vitest/ui/dist/client/favicon.svg similarity index 100% rename from ClientApp/node_modules/@vitest/ui/dist/client/favicon.svg rename to apps/angular/node_modules/@vitest/ui/dist/client/favicon.svg diff --git a/ClientApp/node_modules/@vitest/ui/dist/client/index.html b/apps/angular/node_modules/@vitest/ui/dist/client/index.html similarity index 100% rename from ClientApp/node_modules/@vitest/ui/dist/client/index.html rename to apps/angular/node_modules/@vitest/ui/dist/client/index.html diff --git a/ClientApp/node_modules/@vitest/ui/dist/index.d.ts b/apps/angular/node_modules/@vitest/ui/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/@vitest/ui/dist/index.d.ts rename to apps/angular/node_modules/@vitest/ui/dist/index.d.ts diff --git a/ClientApp/node_modules/@vitest/ui/dist/index.js b/apps/angular/node_modules/@vitest/ui/dist/index.js similarity index 100% rename from ClientApp/node_modules/@vitest/ui/dist/index.js rename to apps/angular/node_modules/@vitest/ui/dist/index.js diff --git a/ClientApp/node_modules/@vitest/ui/dist/reporter.js b/apps/angular/node_modules/@vitest/ui/dist/reporter.js similarity index 100% rename from ClientApp/node_modules/@vitest/ui/dist/reporter.js rename to apps/angular/node_modules/@vitest/ui/dist/reporter.js diff --git a/ClientApp/node_modules/@vitest/ui/package.json b/apps/angular/node_modules/@vitest/ui/package.json similarity index 100% rename from ClientApp/node_modules/@vitest/ui/package.json rename to apps/angular/node_modules/@vitest/ui/package.json diff --git a/ClientApp/node_modules/@vitest/ui/reporter.d.ts b/apps/angular/node_modules/@vitest/ui/reporter.d.ts similarity index 100% rename from ClientApp/node_modules/@vitest/ui/reporter.d.ts rename to apps/angular/node_modules/@vitest/ui/reporter.d.ts diff --git a/ClientApp/node_modules/@vitest/ui/shim.d.ts b/apps/angular/node_modules/@vitest/ui/shim.d.ts similarity index 100% rename from ClientApp/node_modules/@vitest/ui/shim.d.ts rename to apps/angular/node_modules/@vitest/ui/shim.d.ts diff --git a/ClientApp/node_modules/@vitest/utils/LICENSE b/apps/angular/node_modules/@vitest/utils/LICENSE similarity index 100% rename from ClientApp/node_modules/@vitest/utils/LICENSE rename to apps/angular/node_modules/@vitest/utils/LICENSE diff --git a/ClientApp/node_modules/@vitest/utils/diff.d.ts b/apps/angular/node_modules/@vitest/utils/diff.d.ts similarity index 100% rename from ClientApp/node_modules/@vitest/utils/diff.d.ts rename to apps/angular/node_modules/@vitest/utils/diff.d.ts diff --git a/ClientApp/node_modules/@vitest/utils/dist/ast.d.ts b/apps/angular/node_modules/@vitest/utils/dist/ast.d.ts similarity index 100% rename from ClientApp/node_modules/@vitest/utils/dist/ast.d.ts rename to apps/angular/node_modules/@vitest/utils/dist/ast.d.ts diff --git a/ClientApp/node_modules/@vitest/utils/dist/ast.js b/apps/angular/node_modules/@vitest/utils/dist/ast.js similarity index 100% rename from ClientApp/node_modules/@vitest/utils/dist/ast.js rename to apps/angular/node_modules/@vitest/utils/dist/ast.js diff --git a/ClientApp/node_modules/@vitest/utils/dist/chunk-colors.js b/apps/angular/node_modules/@vitest/utils/dist/chunk-colors.js similarity index 100% rename from ClientApp/node_modules/@vitest/utils/dist/chunk-colors.js rename to apps/angular/node_modules/@vitest/utils/dist/chunk-colors.js diff --git a/ClientApp/node_modules/@vitest/utils/dist/chunk-display.js b/apps/angular/node_modules/@vitest/utils/dist/chunk-display.js similarity index 100% rename from ClientApp/node_modules/@vitest/utils/dist/chunk-display.js rename to apps/angular/node_modules/@vitest/utils/dist/chunk-display.js diff --git a/ClientApp/node_modules/@vitest/utils/dist/diff.d.ts b/apps/angular/node_modules/@vitest/utils/dist/diff.d.ts similarity index 100% rename from ClientApp/node_modules/@vitest/utils/dist/diff.d.ts rename to apps/angular/node_modules/@vitest/utils/dist/diff.d.ts diff --git a/ClientApp/node_modules/@vitest/utils/dist/diff.js b/apps/angular/node_modules/@vitest/utils/dist/diff.js similarity index 100% rename from ClientApp/node_modules/@vitest/utils/dist/diff.js rename to apps/angular/node_modules/@vitest/utils/dist/diff.js diff --git a/ClientApp/node_modules/@vitest/utils/dist/error.d.ts b/apps/angular/node_modules/@vitest/utils/dist/error.d.ts similarity index 100% rename from ClientApp/node_modules/@vitest/utils/dist/error.d.ts rename to apps/angular/node_modules/@vitest/utils/dist/error.d.ts diff --git a/ClientApp/node_modules/@vitest/utils/dist/error.js b/apps/angular/node_modules/@vitest/utils/dist/error.js similarity index 100% rename from ClientApp/node_modules/@vitest/utils/dist/error.js rename to apps/angular/node_modules/@vitest/utils/dist/error.js diff --git a/ClientApp/node_modules/@vitest/utils/dist/helpers.d.ts b/apps/angular/node_modules/@vitest/utils/dist/helpers.d.ts similarity index 100% rename from ClientApp/node_modules/@vitest/utils/dist/helpers.d.ts rename to apps/angular/node_modules/@vitest/utils/dist/helpers.d.ts diff --git a/ClientApp/node_modules/@vitest/utils/dist/helpers.js b/apps/angular/node_modules/@vitest/utils/dist/helpers.js similarity index 100% rename from ClientApp/node_modules/@vitest/utils/dist/helpers.js rename to apps/angular/node_modules/@vitest/utils/dist/helpers.js diff --git a/ClientApp/node_modules/@vitest/utils/dist/index.d.ts b/apps/angular/node_modules/@vitest/utils/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/@vitest/utils/dist/index.d.ts rename to apps/angular/node_modules/@vitest/utils/dist/index.d.ts diff --git a/ClientApp/node_modules/@vitest/utils/dist/index.js b/apps/angular/node_modules/@vitest/utils/dist/index.js similarity index 100% rename from ClientApp/node_modules/@vitest/utils/dist/index.js rename to apps/angular/node_modules/@vitest/utils/dist/index.js diff --git a/ClientApp/node_modules/@vitest/utils/dist/source-map.d.ts b/apps/angular/node_modules/@vitest/utils/dist/source-map.d.ts similarity index 100% rename from ClientApp/node_modules/@vitest/utils/dist/source-map.d.ts rename to apps/angular/node_modules/@vitest/utils/dist/source-map.d.ts diff --git a/ClientApp/node_modules/@vitest/utils/dist/source-map.js b/apps/angular/node_modules/@vitest/utils/dist/source-map.js similarity index 100% rename from ClientApp/node_modules/@vitest/utils/dist/source-map.js rename to apps/angular/node_modules/@vitest/utils/dist/source-map.js diff --git a/ClientApp/node_modules/@vitest/utils/dist/types-9l4niLY8.d.ts b/apps/angular/node_modules/@vitest/utils/dist/types-9l4niLY8.d.ts similarity index 100% rename from ClientApp/node_modules/@vitest/utils/dist/types-9l4niLY8.d.ts rename to apps/angular/node_modules/@vitest/utils/dist/types-9l4niLY8.d.ts diff --git a/ClientApp/node_modules/@vitest/utils/dist/types.d.ts b/apps/angular/node_modules/@vitest/utils/dist/types.d.ts similarity index 100% rename from ClientApp/node_modules/@vitest/utils/dist/types.d.ts rename to apps/angular/node_modules/@vitest/utils/dist/types.d.ts diff --git a/ClientApp/node_modules/@vitest/utils/dist/types.js b/apps/angular/node_modules/@vitest/utils/dist/types.js similarity index 100% rename from ClientApp/node_modules/@vitest/utils/dist/types.js rename to apps/angular/node_modules/@vitest/utils/dist/types.js diff --git a/ClientApp/node_modules/@vitest/utils/error.d.ts b/apps/angular/node_modules/@vitest/utils/error.d.ts similarity index 100% rename from ClientApp/node_modules/@vitest/utils/error.d.ts rename to apps/angular/node_modules/@vitest/utils/error.d.ts diff --git a/ClientApp/node_modules/@vitest/utils/helpers.d.ts b/apps/angular/node_modules/@vitest/utils/helpers.d.ts similarity index 100% rename from ClientApp/node_modules/@vitest/utils/helpers.d.ts rename to apps/angular/node_modules/@vitest/utils/helpers.d.ts diff --git a/ClientApp/node_modules/@vitest/utils/node_modules/ansi-styles/index.d.ts b/apps/angular/node_modules/@vitest/utils/node_modules/ansi-styles/index.d.ts similarity index 100% rename from ClientApp/node_modules/@vitest/utils/node_modules/ansi-styles/index.d.ts rename to apps/angular/node_modules/@vitest/utils/node_modules/ansi-styles/index.d.ts diff --git a/ClientApp/node_modules/@vitest/utils/node_modules/ansi-styles/index.js b/apps/angular/node_modules/@vitest/utils/node_modules/ansi-styles/index.js similarity index 100% rename from ClientApp/node_modules/@vitest/utils/node_modules/ansi-styles/index.js rename to apps/angular/node_modules/@vitest/utils/node_modules/ansi-styles/index.js diff --git a/ClientApp/node_modules/@vitest/utils/node_modules/ansi-styles/license b/apps/angular/node_modules/@vitest/utils/node_modules/ansi-styles/license similarity index 100% rename from ClientApp/node_modules/@vitest/utils/node_modules/ansi-styles/license rename to apps/angular/node_modules/@vitest/utils/node_modules/ansi-styles/license diff --git a/ClientApp/node_modules/@vitest/utils/node_modules/ansi-styles/package.json b/apps/angular/node_modules/@vitest/utils/node_modules/ansi-styles/package.json similarity index 100% rename from ClientApp/node_modules/@vitest/utils/node_modules/ansi-styles/package.json rename to apps/angular/node_modules/@vitest/utils/node_modules/ansi-styles/package.json diff --git a/ClientApp/node_modules/@vitest/utils/node_modules/ansi-styles/readme.md b/apps/angular/node_modules/@vitest/utils/node_modules/ansi-styles/readme.md similarity index 100% rename from ClientApp/node_modules/@vitest/utils/node_modules/ansi-styles/readme.md rename to apps/angular/node_modules/@vitest/utils/node_modules/ansi-styles/readme.md diff --git a/ClientApp/node_modules/@vitest/utils/node_modules/pretty-format/LICENSE b/apps/angular/node_modules/@vitest/utils/node_modules/pretty-format/LICENSE similarity index 100% rename from ClientApp/node_modules/@vitest/utils/node_modules/pretty-format/LICENSE rename to apps/angular/node_modules/@vitest/utils/node_modules/pretty-format/LICENSE diff --git a/ClientApp/node_modules/@vitest/utils/node_modules/pretty-format/README.md b/apps/angular/node_modules/@vitest/utils/node_modules/pretty-format/README.md similarity index 100% rename from ClientApp/node_modules/@vitest/utils/node_modules/pretty-format/README.md rename to apps/angular/node_modules/@vitest/utils/node_modules/pretty-format/README.md diff --git a/ClientApp/node_modules/@vitest/utils/node_modules/pretty-format/build/collections.js b/apps/angular/node_modules/@vitest/utils/node_modules/pretty-format/build/collections.js similarity index 100% rename from ClientApp/node_modules/@vitest/utils/node_modules/pretty-format/build/collections.js rename to apps/angular/node_modules/@vitest/utils/node_modules/pretty-format/build/collections.js diff --git a/ClientApp/node_modules/@vitest/utils/node_modules/pretty-format/build/index.d.ts b/apps/angular/node_modules/@vitest/utils/node_modules/pretty-format/build/index.d.ts similarity index 100% rename from ClientApp/node_modules/@vitest/utils/node_modules/pretty-format/build/index.d.ts rename to apps/angular/node_modules/@vitest/utils/node_modules/pretty-format/build/index.d.ts diff --git a/ClientApp/node_modules/@vitest/utils/node_modules/pretty-format/build/index.js b/apps/angular/node_modules/@vitest/utils/node_modules/pretty-format/build/index.js similarity index 100% rename from ClientApp/node_modules/@vitest/utils/node_modules/pretty-format/build/index.js rename to apps/angular/node_modules/@vitest/utils/node_modules/pretty-format/build/index.js diff --git a/ClientApp/node_modules/@vitest/utils/node_modules/pretty-format/build/plugins/AsymmetricMatcher.js b/apps/angular/node_modules/@vitest/utils/node_modules/pretty-format/build/plugins/AsymmetricMatcher.js similarity index 100% rename from ClientApp/node_modules/@vitest/utils/node_modules/pretty-format/build/plugins/AsymmetricMatcher.js rename to apps/angular/node_modules/@vitest/utils/node_modules/pretty-format/build/plugins/AsymmetricMatcher.js diff --git a/ClientApp/node_modules/@vitest/utils/node_modules/pretty-format/build/plugins/DOMCollection.js b/apps/angular/node_modules/@vitest/utils/node_modules/pretty-format/build/plugins/DOMCollection.js similarity index 100% rename from ClientApp/node_modules/@vitest/utils/node_modules/pretty-format/build/plugins/DOMCollection.js rename to apps/angular/node_modules/@vitest/utils/node_modules/pretty-format/build/plugins/DOMCollection.js diff --git a/ClientApp/node_modules/@vitest/utils/node_modules/pretty-format/build/plugins/DOMElement.js b/apps/angular/node_modules/@vitest/utils/node_modules/pretty-format/build/plugins/DOMElement.js similarity index 100% rename from ClientApp/node_modules/@vitest/utils/node_modules/pretty-format/build/plugins/DOMElement.js rename to apps/angular/node_modules/@vitest/utils/node_modules/pretty-format/build/plugins/DOMElement.js diff --git a/ClientApp/node_modules/@vitest/utils/node_modules/pretty-format/build/plugins/Immutable.js b/apps/angular/node_modules/@vitest/utils/node_modules/pretty-format/build/plugins/Immutable.js similarity index 100% rename from ClientApp/node_modules/@vitest/utils/node_modules/pretty-format/build/plugins/Immutable.js rename to apps/angular/node_modules/@vitest/utils/node_modules/pretty-format/build/plugins/Immutable.js diff --git a/ClientApp/node_modules/@vitest/utils/node_modules/pretty-format/build/plugins/ReactElement.js b/apps/angular/node_modules/@vitest/utils/node_modules/pretty-format/build/plugins/ReactElement.js similarity index 100% rename from ClientApp/node_modules/@vitest/utils/node_modules/pretty-format/build/plugins/ReactElement.js rename to apps/angular/node_modules/@vitest/utils/node_modules/pretty-format/build/plugins/ReactElement.js diff --git a/ClientApp/node_modules/@vitest/utils/node_modules/pretty-format/build/plugins/ReactTestComponent.js b/apps/angular/node_modules/@vitest/utils/node_modules/pretty-format/build/plugins/ReactTestComponent.js similarity index 100% rename from ClientApp/node_modules/@vitest/utils/node_modules/pretty-format/build/plugins/ReactTestComponent.js rename to apps/angular/node_modules/@vitest/utils/node_modules/pretty-format/build/plugins/ReactTestComponent.js diff --git a/ClientApp/node_modules/@vitest/utils/node_modules/pretty-format/build/plugins/lib/escapeHTML.js b/apps/angular/node_modules/@vitest/utils/node_modules/pretty-format/build/plugins/lib/escapeHTML.js similarity index 100% rename from ClientApp/node_modules/@vitest/utils/node_modules/pretty-format/build/plugins/lib/escapeHTML.js rename to apps/angular/node_modules/@vitest/utils/node_modules/pretty-format/build/plugins/lib/escapeHTML.js diff --git a/ClientApp/node_modules/@vitest/utils/node_modules/pretty-format/build/plugins/lib/markup.js b/apps/angular/node_modules/@vitest/utils/node_modules/pretty-format/build/plugins/lib/markup.js similarity index 100% rename from ClientApp/node_modules/@vitest/utils/node_modules/pretty-format/build/plugins/lib/markup.js rename to apps/angular/node_modules/@vitest/utils/node_modules/pretty-format/build/plugins/lib/markup.js diff --git a/ClientApp/node_modules/@vitest/utils/node_modules/pretty-format/build/types.js b/apps/angular/node_modules/@vitest/utils/node_modules/pretty-format/build/types.js similarity index 100% rename from ClientApp/node_modules/@vitest/utils/node_modules/pretty-format/build/types.js rename to apps/angular/node_modules/@vitest/utils/node_modules/pretty-format/build/types.js diff --git a/ClientApp/node_modules/@vitest/utils/node_modules/pretty-format/package.json b/apps/angular/node_modules/@vitest/utils/node_modules/pretty-format/package.json similarity index 100% rename from ClientApp/node_modules/@vitest/utils/node_modules/pretty-format/package.json rename to apps/angular/node_modules/@vitest/utils/node_modules/pretty-format/package.json diff --git a/ClientApp/node_modules/@vitest/utils/node_modules/react-is/LICENSE b/apps/angular/node_modules/@vitest/utils/node_modules/react-is/LICENSE similarity index 100% rename from ClientApp/node_modules/@vitest/utils/node_modules/react-is/LICENSE rename to apps/angular/node_modules/@vitest/utils/node_modules/react-is/LICENSE diff --git a/ClientApp/node_modules/@vitest/utils/node_modules/react-is/README.md b/apps/angular/node_modules/@vitest/utils/node_modules/react-is/README.md similarity index 100% rename from ClientApp/node_modules/@vitest/utils/node_modules/react-is/README.md rename to apps/angular/node_modules/@vitest/utils/node_modules/react-is/README.md diff --git a/ClientApp/node_modules/@vitest/utils/node_modules/react-is/cjs/react-is.development.js b/apps/angular/node_modules/@vitest/utils/node_modules/react-is/cjs/react-is.development.js similarity index 100% rename from ClientApp/node_modules/@vitest/utils/node_modules/react-is/cjs/react-is.development.js rename to apps/angular/node_modules/@vitest/utils/node_modules/react-is/cjs/react-is.development.js diff --git a/ClientApp/node_modules/@vitest/utils/node_modules/react-is/cjs/react-is.production.min.js b/apps/angular/node_modules/@vitest/utils/node_modules/react-is/cjs/react-is.production.min.js similarity index 100% rename from ClientApp/node_modules/@vitest/utils/node_modules/react-is/cjs/react-is.production.min.js rename to apps/angular/node_modules/@vitest/utils/node_modules/react-is/cjs/react-is.production.min.js diff --git a/ClientApp/node_modules/@vitest/utils/node_modules/react-is/index.js b/apps/angular/node_modules/@vitest/utils/node_modules/react-is/index.js similarity index 100% rename from ClientApp/node_modules/@vitest/utils/node_modules/react-is/index.js rename to apps/angular/node_modules/@vitest/utils/node_modules/react-is/index.js diff --git a/ClientApp/node_modules/@vitest/utils/node_modules/react-is/package.json b/apps/angular/node_modules/@vitest/utils/node_modules/react-is/package.json similarity index 100% rename from ClientApp/node_modules/@vitest/utils/node_modules/react-is/package.json rename to apps/angular/node_modules/@vitest/utils/node_modules/react-is/package.json diff --git a/ClientApp/node_modules/@vitest/utils/node_modules/react-is/umd/react-is.development.js b/apps/angular/node_modules/@vitest/utils/node_modules/react-is/umd/react-is.development.js similarity index 100% rename from ClientApp/node_modules/@vitest/utils/node_modules/react-is/umd/react-is.development.js rename to apps/angular/node_modules/@vitest/utils/node_modules/react-is/umd/react-is.development.js diff --git a/ClientApp/node_modules/@vitest/utils/node_modules/react-is/umd/react-is.production.min.js b/apps/angular/node_modules/@vitest/utils/node_modules/react-is/umd/react-is.production.min.js similarity index 100% rename from ClientApp/node_modules/@vitest/utils/node_modules/react-is/umd/react-is.production.min.js rename to apps/angular/node_modules/@vitest/utils/node_modules/react-is/umd/react-is.production.min.js diff --git a/ClientApp/node_modules/@vitest/utils/package.json b/apps/angular/node_modules/@vitest/utils/package.json similarity index 100% rename from ClientApp/node_modules/@vitest/utils/package.json rename to apps/angular/node_modules/@vitest/utils/package.json diff --git a/ClientApp/node_modules/acorn-jsx/LICENSE b/apps/angular/node_modules/acorn-jsx/LICENSE similarity index 100% rename from ClientApp/node_modules/acorn-jsx/LICENSE rename to apps/angular/node_modules/acorn-jsx/LICENSE diff --git a/ClientApp/node_modules/acorn-jsx/README.md b/apps/angular/node_modules/acorn-jsx/README.md similarity index 100% rename from ClientApp/node_modules/acorn-jsx/README.md rename to apps/angular/node_modules/acorn-jsx/README.md diff --git a/ClientApp/node_modules/acorn-jsx/index.d.ts b/apps/angular/node_modules/acorn-jsx/index.d.ts similarity index 100% rename from ClientApp/node_modules/acorn-jsx/index.d.ts rename to apps/angular/node_modules/acorn-jsx/index.d.ts diff --git a/ClientApp/node_modules/acorn-jsx/index.js b/apps/angular/node_modules/acorn-jsx/index.js similarity index 100% rename from ClientApp/node_modules/acorn-jsx/index.js rename to apps/angular/node_modules/acorn-jsx/index.js diff --git a/ClientApp/node_modules/acorn-jsx/package.json b/apps/angular/node_modules/acorn-jsx/package.json similarity index 100% rename from ClientApp/node_modules/acorn-jsx/package.json rename to apps/angular/node_modules/acorn-jsx/package.json diff --git a/ClientApp/node_modules/acorn-jsx/xhtml.js b/apps/angular/node_modules/acorn-jsx/xhtml.js similarity index 100% rename from ClientApp/node_modules/acorn-jsx/xhtml.js rename to apps/angular/node_modules/acorn-jsx/xhtml.js diff --git a/ClientApp/node_modules/acorn-walk/CHANGELOG.md b/apps/angular/node_modules/acorn-walk/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/acorn-walk/CHANGELOG.md rename to apps/angular/node_modules/acorn-walk/CHANGELOG.md diff --git a/ClientApp/node_modules/acorn-walk/LICENSE b/apps/angular/node_modules/acorn-walk/LICENSE similarity index 100% rename from ClientApp/node_modules/acorn-walk/LICENSE rename to apps/angular/node_modules/acorn-walk/LICENSE diff --git a/ClientApp/node_modules/acorn-walk/README.md b/apps/angular/node_modules/acorn-walk/README.md similarity index 100% rename from ClientApp/node_modules/acorn-walk/README.md rename to apps/angular/node_modules/acorn-walk/README.md diff --git a/ClientApp/node_modules/acorn-walk/dist/walk.d.mts b/apps/angular/node_modules/acorn-walk/dist/walk.d.mts similarity index 100% rename from ClientApp/node_modules/acorn-walk/dist/walk.d.mts rename to apps/angular/node_modules/acorn-walk/dist/walk.d.mts diff --git a/ClientApp/node_modules/acorn-walk/dist/walk.d.ts b/apps/angular/node_modules/acorn-walk/dist/walk.d.ts similarity index 100% rename from ClientApp/node_modules/acorn-walk/dist/walk.d.ts rename to apps/angular/node_modules/acorn-walk/dist/walk.d.ts diff --git a/ClientApp/node_modules/acorn-walk/dist/walk.js b/apps/angular/node_modules/acorn-walk/dist/walk.js similarity index 100% rename from ClientApp/node_modules/acorn-walk/dist/walk.js rename to apps/angular/node_modules/acorn-walk/dist/walk.js diff --git a/ClientApp/node_modules/acorn-walk/dist/walk.mjs b/apps/angular/node_modules/acorn-walk/dist/walk.mjs similarity index 100% rename from ClientApp/node_modules/acorn-walk/dist/walk.mjs rename to apps/angular/node_modules/acorn-walk/dist/walk.mjs diff --git a/ClientApp/node_modules/acorn-walk/package.json b/apps/angular/node_modules/acorn-walk/package.json similarity index 100% rename from ClientApp/node_modules/acorn-walk/package.json rename to apps/angular/node_modules/acorn-walk/package.json diff --git a/ClientApp/node_modules/acorn/CHANGELOG.md b/apps/angular/node_modules/acorn/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/acorn/CHANGELOG.md rename to apps/angular/node_modules/acorn/CHANGELOG.md diff --git a/ClientApp/node_modules/acorn/LICENSE b/apps/angular/node_modules/acorn/LICENSE similarity index 100% rename from ClientApp/node_modules/acorn/LICENSE rename to apps/angular/node_modules/acorn/LICENSE diff --git a/ClientApp/node_modules/acorn/README.md b/apps/angular/node_modules/acorn/README.md similarity index 100% rename from ClientApp/node_modules/acorn/README.md rename to apps/angular/node_modules/acorn/README.md diff --git a/ClientApp/node_modules/acorn/bin/acorn b/apps/angular/node_modules/acorn/bin/acorn similarity index 100% rename from ClientApp/node_modules/acorn/bin/acorn rename to apps/angular/node_modules/acorn/bin/acorn diff --git a/ClientApp/node_modules/acorn/dist/acorn.d.mts b/apps/angular/node_modules/acorn/dist/acorn.d.mts similarity index 100% rename from ClientApp/node_modules/acorn/dist/acorn.d.mts rename to apps/angular/node_modules/acorn/dist/acorn.d.mts diff --git a/ClientApp/node_modules/acorn/dist/acorn.d.ts b/apps/angular/node_modules/acorn/dist/acorn.d.ts similarity index 100% rename from ClientApp/node_modules/acorn/dist/acorn.d.ts rename to apps/angular/node_modules/acorn/dist/acorn.d.ts diff --git a/ClientApp/node_modules/acorn/dist/acorn.js b/apps/angular/node_modules/acorn/dist/acorn.js similarity index 100% rename from ClientApp/node_modules/acorn/dist/acorn.js rename to apps/angular/node_modules/acorn/dist/acorn.js diff --git a/ClientApp/node_modules/acorn/dist/acorn.mjs b/apps/angular/node_modules/acorn/dist/acorn.mjs similarity index 100% rename from ClientApp/node_modules/acorn/dist/acorn.mjs rename to apps/angular/node_modules/acorn/dist/acorn.mjs diff --git a/ClientApp/node_modules/acorn/dist/bin.js b/apps/angular/node_modules/acorn/dist/bin.js similarity index 100% rename from ClientApp/node_modules/acorn/dist/bin.js rename to apps/angular/node_modules/acorn/dist/bin.js diff --git a/ClientApp/node_modules/acorn/package.json b/apps/angular/node_modules/acorn/package.json similarity index 100% rename from ClientApp/node_modules/acorn/package.json rename to apps/angular/node_modules/acorn/package.json diff --git a/ClientApp/node_modules/agent-base/LICENSE b/apps/angular/node_modules/agent-base/LICENSE similarity index 100% rename from ClientApp/node_modules/agent-base/LICENSE rename to apps/angular/node_modules/agent-base/LICENSE diff --git a/ClientApp/node_modules/agent-base/README.md b/apps/angular/node_modules/agent-base/README.md similarity index 100% rename from ClientApp/node_modules/agent-base/README.md rename to apps/angular/node_modules/agent-base/README.md diff --git a/ClientApp/node_modules/agent-base/dist/helpers.d.ts b/apps/angular/node_modules/agent-base/dist/helpers.d.ts similarity index 100% rename from ClientApp/node_modules/agent-base/dist/helpers.d.ts rename to apps/angular/node_modules/agent-base/dist/helpers.d.ts diff --git a/ClientApp/node_modules/agent-base/dist/helpers.d.ts.map b/apps/angular/node_modules/agent-base/dist/helpers.d.ts.map similarity index 100% rename from ClientApp/node_modules/agent-base/dist/helpers.d.ts.map rename to apps/angular/node_modules/agent-base/dist/helpers.d.ts.map diff --git a/ClientApp/node_modules/agent-base/dist/helpers.js b/apps/angular/node_modules/agent-base/dist/helpers.js similarity index 100% rename from ClientApp/node_modules/agent-base/dist/helpers.js rename to apps/angular/node_modules/agent-base/dist/helpers.js diff --git a/ClientApp/node_modules/agent-base/dist/helpers.js.map b/apps/angular/node_modules/agent-base/dist/helpers.js.map similarity index 100% rename from ClientApp/node_modules/agent-base/dist/helpers.js.map rename to apps/angular/node_modules/agent-base/dist/helpers.js.map diff --git a/ClientApp/node_modules/agent-base/dist/index.d.ts b/apps/angular/node_modules/agent-base/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/agent-base/dist/index.d.ts rename to apps/angular/node_modules/agent-base/dist/index.d.ts diff --git a/ClientApp/node_modules/agent-base/dist/index.d.ts.map b/apps/angular/node_modules/agent-base/dist/index.d.ts.map similarity index 100% rename from ClientApp/node_modules/agent-base/dist/index.d.ts.map rename to apps/angular/node_modules/agent-base/dist/index.d.ts.map diff --git a/ClientApp/node_modules/agent-base/dist/index.js b/apps/angular/node_modules/agent-base/dist/index.js similarity index 100% rename from ClientApp/node_modules/agent-base/dist/index.js rename to apps/angular/node_modules/agent-base/dist/index.js diff --git a/ClientApp/node_modules/agent-base/dist/index.js.map b/apps/angular/node_modules/agent-base/dist/index.js.map similarity index 100% rename from ClientApp/node_modules/agent-base/dist/index.js.map rename to apps/angular/node_modules/agent-base/dist/index.js.map diff --git a/ClientApp/node_modules/agent-base/package.json b/apps/angular/node_modules/agent-base/package.json similarity index 100% rename from ClientApp/node_modules/agent-base/package.json rename to apps/angular/node_modules/agent-base/package.json diff --git a/ClientApp/node_modules/aggregate-error/index.d.ts b/apps/angular/node_modules/aggregate-error/index.d.ts similarity index 100% rename from ClientApp/node_modules/aggregate-error/index.d.ts rename to apps/angular/node_modules/aggregate-error/index.d.ts diff --git a/ClientApp/node_modules/aggregate-error/index.js b/apps/angular/node_modules/aggregate-error/index.js similarity index 100% rename from ClientApp/node_modules/aggregate-error/index.js rename to apps/angular/node_modules/aggregate-error/index.js diff --git a/ClientApp/node_modules/aggregate-error/license b/apps/angular/node_modules/aggregate-error/license similarity index 100% rename from ClientApp/node_modules/aggregate-error/license rename to apps/angular/node_modules/aggregate-error/license diff --git a/ClientApp/node_modules/aggregate-error/package.json b/apps/angular/node_modules/aggregate-error/package.json similarity index 100% rename from ClientApp/node_modules/aggregate-error/package.json rename to apps/angular/node_modules/aggregate-error/package.json diff --git a/ClientApp/node_modules/aggregate-error/readme.md b/apps/angular/node_modules/aggregate-error/readme.md similarity index 100% rename from ClientApp/node_modules/aggregate-error/readme.md rename to apps/angular/node_modules/aggregate-error/readme.md diff --git a/ClientApp/node_modules/ajv/.tonic_example.js b/apps/angular/node_modules/ajv/.tonic_example.js similarity index 100% rename from ClientApp/node_modules/ajv/.tonic_example.js rename to apps/angular/node_modules/ajv/.tonic_example.js diff --git a/ClientApp/node_modules/ajv/LICENSE b/apps/angular/node_modules/ajv/LICENSE similarity index 100% rename from ClientApp/node_modules/ajv/LICENSE rename to apps/angular/node_modules/ajv/LICENSE diff --git a/ClientApp/node_modules/ajv/README.md b/apps/angular/node_modules/ajv/README.md similarity index 100% rename from ClientApp/node_modules/ajv/README.md rename to apps/angular/node_modules/ajv/README.md diff --git a/ClientApp/node_modules/ajv/dist/ajv.bundle.js b/apps/angular/node_modules/ajv/dist/ajv.bundle.js similarity index 100% rename from ClientApp/node_modules/ajv/dist/ajv.bundle.js rename to apps/angular/node_modules/ajv/dist/ajv.bundle.js diff --git a/ClientApp/node_modules/ajv/dist/ajv.min.js b/apps/angular/node_modules/ajv/dist/ajv.min.js similarity index 100% rename from ClientApp/node_modules/ajv/dist/ajv.min.js rename to apps/angular/node_modules/ajv/dist/ajv.min.js diff --git a/ClientApp/node_modules/ajv/dist/ajv.min.js.map b/apps/angular/node_modules/ajv/dist/ajv.min.js.map similarity index 100% rename from ClientApp/node_modules/ajv/dist/ajv.min.js.map rename to apps/angular/node_modules/ajv/dist/ajv.min.js.map diff --git a/ClientApp/node_modules/ajv/lib/ajv.d.ts b/apps/angular/node_modules/ajv/lib/ajv.d.ts similarity index 100% rename from ClientApp/node_modules/ajv/lib/ajv.d.ts rename to apps/angular/node_modules/ajv/lib/ajv.d.ts diff --git a/ClientApp/node_modules/ajv/lib/ajv.js b/apps/angular/node_modules/ajv/lib/ajv.js similarity index 100% rename from ClientApp/node_modules/ajv/lib/ajv.js rename to apps/angular/node_modules/ajv/lib/ajv.js diff --git a/ClientApp/node_modules/ajv/lib/cache.js b/apps/angular/node_modules/ajv/lib/cache.js similarity index 100% rename from ClientApp/node_modules/ajv/lib/cache.js rename to apps/angular/node_modules/ajv/lib/cache.js diff --git a/ClientApp/node_modules/ajv/lib/compile/async.js b/apps/angular/node_modules/ajv/lib/compile/async.js similarity index 100% rename from ClientApp/node_modules/ajv/lib/compile/async.js rename to apps/angular/node_modules/ajv/lib/compile/async.js diff --git a/ClientApp/node_modules/ajv/lib/compile/equal.js b/apps/angular/node_modules/ajv/lib/compile/equal.js similarity index 100% rename from ClientApp/node_modules/ajv/lib/compile/equal.js rename to apps/angular/node_modules/ajv/lib/compile/equal.js diff --git a/ClientApp/node_modules/ajv/lib/compile/error_classes.js b/apps/angular/node_modules/ajv/lib/compile/error_classes.js similarity index 100% rename from ClientApp/node_modules/ajv/lib/compile/error_classes.js rename to apps/angular/node_modules/ajv/lib/compile/error_classes.js diff --git a/ClientApp/node_modules/ajv/lib/compile/formats.js b/apps/angular/node_modules/ajv/lib/compile/formats.js similarity index 100% rename from ClientApp/node_modules/ajv/lib/compile/formats.js rename to apps/angular/node_modules/ajv/lib/compile/formats.js diff --git a/ClientApp/node_modules/ajv/lib/compile/index.js b/apps/angular/node_modules/ajv/lib/compile/index.js similarity index 100% rename from ClientApp/node_modules/ajv/lib/compile/index.js rename to apps/angular/node_modules/ajv/lib/compile/index.js diff --git a/ClientApp/node_modules/ajv/lib/compile/resolve.js b/apps/angular/node_modules/ajv/lib/compile/resolve.js similarity index 100% rename from ClientApp/node_modules/ajv/lib/compile/resolve.js rename to apps/angular/node_modules/ajv/lib/compile/resolve.js diff --git a/ClientApp/node_modules/ajv/lib/compile/rules.js b/apps/angular/node_modules/ajv/lib/compile/rules.js similarity index 100% rename from ClientApp/node_modules/ajv/lib/compile/rules.js rename to apps/angular/node_modules/ajv/lib/compile/rules.js diff --git a/ClientApp/node_modules/ajv/lib/compile/schema_obj.js b/apps/angular/node_modules/ajv/lib/compile/schema_obj.js similarity index 100% rename from ClientApp/node_modules/ajv/lib/compile/schema_obj.js rename to apps/angular/node_modules/ajv/lib/compile/schema_obj.js diff --git a/ClientApp/node_modules/ajv/lib/compile/ucs2length.js b/apps/angular/node_modules/ajv/lib/compile/ucs2length.js similarity index 100% rename from ClientApp/node_modules/ajv/lib/compile/ucs2length.js rename to apps/angular/node_modules/ajv/lib/compile/ucs2length.js diff --git a/ClientApp/node_modules/ajv/lib/compile/util.js b/apps/angular/node_modules/ajv/lib/compile/util.js similarity index 100% rename from ClientApp/node_modules/ajv/lib/compile/util.js rename to apps/angular/node_modules/ajv/lib/compile/util.js diff --git a/ClientApp/node_modules/ajv/lib/data.js b/apps/angular/node_modules/ajv/lib/data.js similarity index 100% rename from ClientApp/node_modules/ajv/lib/data.js rename to apps/angular/node_modules/ajv/lib/data.js diff --git a/ClientApp/node_modules/ajv/lib/definition_schema.js b/apps/angular/node_modules/ajv/lib/definition_schema.js similarity index 100% rename from ClientApp/node_modules/ajv/lib/definition_schema.js rename to apps/angular/node_modules/ajv/lib/definition_schema.js diff --git a/ClientApp/node_modules/ajv/lib/dot/_limit.jst b/apps/angular/node_modules/ajv/lib/dot/_limit.jst similarity index 100% rename from ClientApp/node_modules/ajv/lib/dot/_limit.jst rename to apps/angular/node_modules/ajv/lib/dot/_limit.jst diff --git a/ClientApp/node_modules/ajv/lib/dot/_limitItems.jst b/apps/angular/node_modules/ajv/lib/dot/_limitItems.jst similarity index 100% rename from ClientApp/node_modules/ajv/lib/dot/_limitItems.jst rename to apps/angular/node_modules/ajv/lib/dot/_limitItems.jst diff --git a/ClientApp/node_modules/ajv/lib/dot/_limitLength.jst b/apps/angular/node_modules/ajv/lib/dot/_limitLength.jst similarity index 100% rename from ClientApp/node_modules/ajv/lib/dot/_limitLength.jst rename to apps/angular/node_modules/ajv/lib/dot/_limitLength.jst diff --git a/ClientApp/node_modules/ajv/lib/dot/_limitProperties.jst b/apps/angular/node_modules/ajv/lib/dot/_limitProperties.jst similarity index 100% rename from ClientApp/node_modules/ajv/lib/dot/_limitProperties.jst rename to apps/angular/node_modules/ajv/lib/dot/_limitProperties.jst diff --git a/ClientApp/node_modules/ajv/lib/dot/allOf.jst b/apps/angular/node_modules/ajv/lib/dot/allOf.jst similarity index 100% rename from ClientApp/node_modules/ajv/lib/dot/allOf.jst rename to apps/angular/node_modules/ajv/lib/dot/allOf.jst diff --git a/ClientApp/node_modules/ajv/lib/dot/anyOf.jst b/apps/angular/node_modules/ajv/lib/dot/anyOf.jst similarity index 100% rename from ClientApp/node_modules/ajv/lib/dot/anyOf.jst rename to apps/angular/node_modules/ajv/lib/dot/anyOf.jst diff --git a/ClientApp/node_modules/ajv/lib/dot/coerce.def b/apps/angular/node_modules/ajv/lib/dot/coerce.def similarity index 100% rename from ClientApp/node_modules/ajv/lib/dot/coerce.def rename to apps/angular/node_modules/ajv/lib/dot/coerce.def diff --git a/ClientApp/node_modules/ajv/lib/dot/comment.jst b/apps/angular/node_modules/ajv/lib/dot/comment.jst similarity index 100% rename from ClientApp/node_modules/ajv/lib/dot/comment.jst rename to apps/angular/node_modules/ajv/lib/dot/comment.jst diff --git a/ClientApp/node_modules/ajv/lib/dot/const.jst b/apps/angular/node_modules/ajv/lib/dot/const.jst similarity index 100% rename from ClientApp/node_modules/ajv/lib/dot/const.jst rename to apps/angular/node_modules/ajv/lib/dot/const.jst diff --git a/ClientApp/node_modules/ajv/lib/dot/contains.jst b/apps/angular/node_modules/ajv/lib/dot/contains.jst similarity index 100% rename from ClientApp/node_modules/ajv/lib/dot/contains.jst rename to apps/angular/node_modules/ajv/lib/dot/contains.jst diff --git a/ClientApp/node_modules/ajv/lib/dot/custom.jst b/apps/angular/node_modules/ajv/lib/dot/custom.jst similarity index 100% rename from ClientApp/node_modules/ajv/lib/dot/custom.jst rename to apps/angular/node_modules/ajv/lib/dot/custom.jst diff --git a/ClientApp/node_modules/ajv/lib/dot/defaults.def b/apps/angular/node_modules/ajv/lib/dot/defaults.def similarity index 100% rename from ClientApp/node_modules/ajv/lib/dot/defaults.def rename to apps/angular/node_modules/ajv/lib/dot/defaults.def diff --git a/ClientApp/node_modules/ajv/lib/dot/definitions.def b/apps/angular/node_modules/ajv/lib/dot/definitions.def similarity index 100% rename from ClientApp/node_modules/ajv/lib/dot/definitions.def rename to apps/angular/node_modules/ajv/lib/dot/definitions.def diff --git a/ClientApp/node_modules/ajv/lib/dot/dependencies.jst b/apps/angular/node_modules/ajv/lib/dot/dependencies.jst similarity index 100% rename from ClientApp/node_modules/ajv/lib/dot/dependencies.jst rename to apps/angular/node_modules/ajv/lib/dot/dependencies.jst diff --git a/ClientApp/node_modules/ajv/lib/dot/enum.jst b/apps/angular/node_modules/ajv/lib/dot/enum.jst similarity index 100% rename from ClientApp/node_modules/ajv/lib/dot/enum.jst rename to apps/angular/node_modules/ajv/lib/dot/enum.jst diff --git a/ClientApp/node_modules/ajv/lib/dot/errors.def b/apps/angular/node_modules/ajv/lib/dot/errors.def similarity index 100% rename from ClientApp/node_modules/ajv/lib/dot/errors.def rename to apps/angular/node_modules/ajv/lib/dot/errors.def diff --git a/ClientApp/node_modules/ajv/lib/dot/format.jst b/apps/angular/node_modules/ajv/lib/dot/format.jst similarity index 100% rename from ClientApp/node_modules/ajv/lib/dot/format.jst rename to apps/angular/node_modules/ajv/lib/dot/format.jst diff --git a/ClientApp/node_modules/ajv/lib/dot/if.jst b/apps/angular/node_modules/ajv/lib/dot/if.jst similarity index 100% rename from ClientApp/node_modules/ajv/lib/dot/if.jst rename to apps/angular/node_modules/ajv/lib/dot/if.jst diff --git a/ClientApp/node_modules/ajv/lib/dot/items.jst b/apps/angular/node_modules/ajv/lib/dot/items.jst similarity index 100% rename from ClientApp/node_modules/ajv/lib/dot/items.jst rename to apps/angular/node_modules/ajv/lib/dot/items.jst diff --git a/ClientApp/node_modules/ajv/lib/dot/missing.def b/apps/angular/node_modules/ajv/lib/dot/missing.def similarity index 100% rename from ClientApp/node_modules/ajv/lib/dot/missing.def rename to apps/angular/node_modules/ajv/lib/dot/missing.def diff --git a/ClientApp/node_modules/ajv/lib/dot/multipleOf.jst b/apps/angular/node_modules/ajv/lib/dot/multipleOf.jst similarity index 100% rename from ClientApp/node_modules/ajv/lib/dot/multipleOf.jst rename to apps/angular/node_modules/ajv/lib/dot/multipleOf.jst diff --git a/ClientApp/node_modules/ajv/lib/dot/not.jst b/apps/angular/node_modules/ajv/lib/dot/not.jst similarity index 100% rename from ClientApp/node_modules/ajv/lib/dot/not.jst rename to apps/angular/node_modules/ajv/lib/dot/not.jst diff --git a/ClientApp/node_modules/ajv/lib/dot/oneOf.jst b/apps/angular/node_modules/ajv/lib/dot/oneOf.jst similarity index 100% rename from ClientApp/node_modules/ajv/lib/dot/oneOf.jst rename to apps/angular/node_modules/ajv/lib/dot/oneOf.jst diff --git a/ClientApp/node_modules/ajv/lib/dot/pattern.jst b/apps/angular/node_modules/ajv/lib/dot/pattern.jst similarity index 100% rename from ClientApp/node_modules/ajv/lib/dot/pattern.jst rename to apps/angular/node_modules/ajv/lib/dot/pattern.jst diff --git a/ClientApp/node_modules/ajv/lib/dot/properties.jst b/apps/angular/node_modules/ajv/lib/dot/properties.jst similarity index 100% rename from ClientApp/node_modules/ajv/lib/dot/properties.jst rename to apps/angular/node_modules/ajv/lib/dot/properties.jst diff --git a/ClientApp/node_modules/ajv/lib/dot/propertyNames.jst b/apps/angular/node_modules/ajv/lib/dot/propertyNames.jst similarity index 100% rename from ClientApp/node_modules/ajv/lib/dot/propertyNames.jst rename to apps/angular/node_modules/ajv/lib/dot/propertyNames.jst diff --git a/ClientApp/node_modules/ajv/lib/dot/ref.jst b/apps/angular/node_modules/ajv/lib/dot/ref.jst similarity index 100% rename from ClientApp/node_modules/ajv/lib/dot/ref.jst rename to apps/angular/node_modules/ajv/lib/dot/ref.jst diff --git a/ClientApp/node_modules/ajv/lib/dot/required.jst b/apps/angular/node_modules/ajv/lib/dot/required.jst similarity index 100% rename from ClientApp/node_modules/ajv/lib/dot/required.jst rename to apps/angular/node_modules/ajv/lib/dot/required.jst diff --git a/ClientApp/node_modules/ajv/lib/dot/uniqueItems.jst b/apps/angular/node_modules/ajv/lib/dot/uniqueItems.jst similarity index 100% rename from ClientApp/node_modules/ajv/lib/dot/uniqueItems.jst rename to apps/angular/node_modules/ajv/lib/dot/uniqueItems.jst diff --git a/ClientApp/node_modules/ajv/lib/dot/validate.jst b/apps/angular/node_modules/ajv/lib/dot/validate.jst similarity index 100% rename from ClientApp/node_modules/ajv/lib/dot/validate.jst rename to apps/angular/node_modules/ajv/lib/dot/validate.jst diff --git a/ClientApp/node_modules/ajv/lib/dotjs/README.md b/apps/angular/node_modules/ajv/lib/dotjs/README.md similarity index 100% rename from ClientApp/node_modules/ajv/lib/dotjs/README.md rename to apps/angular/node_modules/ajv/lib/dotjs/README.md diff --git a/ClientApp/node_modules/ajv/lib/dotjs/_limit.js b/apps/angular/node_modules/ajv/lib/dotjs/_limit.js similarity index 100% rename from ClientApp/node_modules/ajv/lib/dotjs/_limit.js rename to apps/angular/node_modules/ajv/lib/dotjs/_limit.js diff --git a/ClientApp/node_modules/ajv/lib/dotjs/_limitItems.js b/apps/angular/node_modules/ajv/lib/dotjs/_limitItems.js similarity index 100% rename from ClientApp/node_modules/ajv/lib/dotjs/_limitItems.js rename to apps/angular/node_modules/ajv/lib/dotjs/_limitItems.js diff --git a/ClientApp/node_modules/ajv/lib/dotjs/_limitLength.js b/apps/angular/node_modules/ajv/lib/dotjs/_limitLength.js similarity index 100% rename from ClientApp/node_modules/ajv/lib/dotjs/_limitLength.js rename to apps/angular/node_modules/ajv/lib/dotjs/_limitLength.js diff --git a/ClientApp/node_modules/ajv/lib/dotjs/_limitProperties.js b/apps/angular/node_modules/ajv/lib/dotjs/_limitProperties.js similarity index 100% rename from ClientApp/node_modules/ajv/lib/dotjs/_limitProperties.js rename to apps/angular/node_modules/ajv/lib/dotjs/_limitProperties.js diff --git a/ClientApp/node_modules/ajv/lib/dotjs/allOf.js b/apps/angular/node_modules/ajv/lib/dotjs/allOf.js similarity index 100% rename from ClientApp/node_modules/ajv/lib/dotjs/allOf.js rename to apps/angular/node_modules/ajv/lib/dotjs/allOf.js diff --git a/ClientApp/node_modules/ajv/lib/dotjs/anyOf.js b/apps/angular/node_modules/ajv/lib/dotjs/anyOf.js similarity index 100% rename from ClientApp/node_modules/ajv/lib/dotjs/anyOf.js rename to apps/angular/node_modules/ajv/lib/dotjs/anyOf.js diff --git a/ClientApp/node_modules/ajv/lib/dotjs/comment.js b/apps/angular/node_modules/ajv/lib/dotjs/comment.js similarity index 100% rename from ClientApp/node_modules/ajv/lib/dotjs/comment.js rename to apps/angular/node_modules/ajv/lib/dotjs/comment.js diff --git a/ClientApp/node_modules/ajv/lib/dotjs/const.js b/apps/angular/node_modules/ajv/lib/dotjs/const.js similarity index 100% rename from ClientApp/node_modules/ajv/lib/dotjs/const.js rename to apps/angular/node_modules/ajv/lib/dotjs/const.js diff --git a/ClientApp/node_modules/ajv/lib/dotjs/contains.js b/apps/angular/node_modules/ajv/lib/dotjs/contains.js similarity index 100% rename from ClientApp/node_modules/ajv/lib/dotjs/contains.js rename to apps/angular/node_modules/ajv/lib/dotjs/contains.js diff --git a/ClientApp/node_modules/ajv/lib/dotjs/custom.js b/apps/angular/node_modules/ajv/lib/dotjs/custom.js similarity index 100% rename from ClientApp/node_modules/ajv/lib/dotjs/custom.js rename to apps/angular/node_modules/ajv/lib/dotjs/custom.js diff --git a/ClientApp/node_modules/ajv/lib/dotjs/dependencies.js b/apps/angular/node_modules/ajv/lib/dotjs/dependencies.js similarity index 100% rename from ClientApp/node_modules/ajv/lib/dotjs/dependencies.js rename to apps/angular/node_modules/ajv/lib/dotjs/dependencies.js diff --git a/ClientApp/node_modules/ajv/lib/dotjs/enum.js b/apps/angular/node_modules/ajv/lib/dotjs/enum.js similarity index 100% rename from ClientApp/node_modules/ajv/lib/dotjs/enum.js rename to apps/angular/node_modules/ajv/lib/dotjs/enum.js diff --git a/ClientApp/node_modules/ajv/lib/dotjs/format.js b/apps/angular/node_modules/ajv/lib/dotjs/format.js similarity index 100% rename from ClientApp/node_modules/ajv/lib/dotjs/format.js rename to apps/angular/node_modules/ajv/lib/dotjs/format.js diff --git a/ClientApp/node_modules/ajv/lib/dotjs/if.js b/apps/angular/node_modules/ajv/lib/dotjs/if.js similarity index 100% rename from ClientApp/node_modules/ajv/lib/dotjs/if.js rename to apps/angular/node_modules/ajv/lib/dotjs/if.js diff --git a/ClientApp/node_modules/ajv/lib/dotjs/index.js b/apps/angular/node_modules/ajv/lib/dotjs/index.js similarity index 100% rename from ClientApp/node_modules/ajv/lib/dotjs/index.js rename to apps/angular/node_modules/ajv/lib/dotjs/index.js diff --git a/ClientApp/node_modules/ajv/lib/dotjs/items.js b/apps/angular/node_modules/ajv/lib/dotjs/items.js similarity index 100% rename from ClientApp/node_modules/ajv/lib/dotjs/items.js rename to apps/angular/node_modules/ajv/lib/dotjs/items.js diff --git a/ClientApp/node_modules/ajv/lib/dotjs/multipleOf.js b/apps/angular/node_modules/ajv/lib/dotjs/multipleOf.js similarity index 100% rename from ClientApp/node_modules/ajv/lib/dotjs/multipleOf.js rename to apps/angular/node_modules/ajv/lib/dotjs/multipleOf.js diff --git a/ClientApp/node_modules/ajv/lib/dotjs/not.js b/apps/angular/node_modules/ajv/lib/dotjs/not.js similarity index 100% rename from ClientApp/node_modules/ajv/lib/dotjs/not.js rename to apps/angular/node_modules/ajv/lib/dotjs/not.js diff --git a/ClientApp/node_modules/ajv/lib/dotjs/oneOf.js b/apps/angular/node_modules/ajv/lib/dotjs/oneOf.js similarity index 100% rename from ClientApp/node_modules/ajv/lib/dotjs/oneOf.js rename to apps/angular/node_modules/ajv/lib/dotjs/oneOf.js diff --git a/ClientApp/node_modules/ajv/lib/dotjs/pattern.js b/apps/angular/node_modules/ajv/lib/dotjs/pattern.js similarity index 100% rename from ClientApp/node_modules/ajv/lib/dotjs/pattern.js rename to apps/angular/node_modules/ajv/lib/dotjs/pattern.js diff --git a/ClientApp/node_modules/ajv/lib/dotjs/properties.js b/apps/angular/node_modules/ajv/lib/dotjs/properties.js similarity index 100% rename from ClientApp/node_modules/ajv/lib/dotjs/properties.js rename to apps/angular/node_modules/ajv/lib/dotjs/properties.js diff --git a/ClientApp/node_modules/ajv/lib/dotjs/propertyNames.js b/apps/angular/node_modules/ajv/lib/dotjs/propertyNames.js similarity index 100% rename from ClientApp/node_modules/ajv/lib/dotjs/propertyNames.js rename to apps/angular/node_modules/ajv/lib/dotjs/propertyNames.js diff --git a/ClientApp/node_modules/ajv/lib/dotjs/ref.js b/apps/angular/node_modules/ajv/lib/dotjs/ref.js similarity index 100% rename from ClientApp/node_modules/ajv/lib/dotjs/ref.js rename to apps/angular/node_modules/ajv/lib/dotjs/ref.js diff --git a/ClientApp/node_modules/ajv/lib/dotjs/required.js b/apps/angular/node_modules/ajv/lib/dotjs/required.js similarity index 100% rename from ClientApp/node_modules/ajv/lib/dotjs/required.js rename to apps/angular/node_modules/ajv/lib/dotjs/required.js diff --git a/ClientApp/node_modules/ajv/lib/dotjs/uniqueItems.js b/apps/angular/node_modules/ajv/lib/dotjs/uniqueItems.js similarity index 100% rename from ClientApp/node_modules/ajv/lib/dotjs/uniqueItems.js rename to apps/angular/node_modules/ajv/lib/dotjs/uniqueItems.js diff --git a/ClientApp/node_modules/ajv/lib/dotjs/validate.js b/apps/angular/node_modules/ajv/lib/dotjs/validate.js similarity index 100% rename from ClientApp/node_modules/ajv/lib/dotjs/validate.js rename to apps/angular/node_modules/ajv/lib/dotjs/validate.js diff --git a/ClientApp/node_modules/ajv/lib/keyword.js b/apps/angular/node_modules/ajv/lib/keyword.js similarity index 100% rename from ClientApp/node_modules/ajv/lib/keyword.js rename to apps/angular/node_modules/ajv/lib/keyword.js diff --git a/ClientApp/node_modules/ajv/lib/refs/data.json b/apps/angular/node_modules/ajv/lib/refs/data.json similarity index 100% rename from ClientApp/node_modules/ajv/lib/refs/data.json rename to apps/angular/node_modules/ajv/lib/refs/data.json diff --git a/ClientApp/node_modules/ajv/lib/refs/json-schema-draft-04.json b/apps/angular/node_modules/ajv/lib/refs/json-schema-draft-04.json similarity index 100% rename from ClientApp/node_modules/ajv/lib/refs/json-schema-draft-04.json rename to apps/angular/node_modules/ajv/lib/refs/json-schema-draft-04.json diff --git a/ClientApp/node_modules/ajv/lib/refs/json-schema-draft-06.json b/apps/angular/node_modules/ajv/lib/refs/json-schema-draft-06.json similarity index 100% rename from ClientApp/node_modules/ajv/lib/refs/json-schema-draft-06.json rename to apps/angular/node_modules/ajv/lib/refs/json-schema-draft-06.json diff --git a/ClientApp/node_modules/ajv/lib/refs/json-schema-draft-07.json b/apps/angular/node_modules/ajv/lib/refs/json-schema-draft-07.json similarity index 100% rename from ClientApp/node_modules/ajv/lib/refs/json-schema-draft-07.json rename to apps/angular/node_modules/ajv/lib/refs/json-schema-draft-07.json diff --git a/ClientApp/node_modules/ajv/lib/refs/json-schema-secure.json b/apps/angular/node_modules/ajv/lib/refs/json-schema-secure.json similarity index 100% rename from ClientApp/node_modules/ajv/lib/refs/json-schema-secure.json rename to apps/angular/node_modules/ajv/lib/refs/json-schema-secure.json diff --git a/ClientApp/node_modules/ajv/package.json b/apps/angular/node_modules/ajv/package.json similarity index 100% rename from ClientApp/node_modules/ajv/package.json rename to apps/angular/node_modules/ajv/package.json diff --git a/ClientApp/node_modules/ajv/scripts/.eslintrc.yml b/apps/angular/node_modules/ajv/scripts/.eslintrc.yml similarity index 100% rename from ClientApp/node_modules/ajv/scripts/.eslintrc.yml rename to apps/angular/node_modules/ajv/scripts/.eslintrc.yml diff --git a/ClientApp/node_modules/ajv/scripts/bundle.js b/apps/angular/node_modules/ajv/scripts/bundle.js similarity index 100% rename from ClientApp/node_modules/ajv/scripts/bundle.js rename to apps/angular/node_modules/ajv/scripts/bundle.js diff --git a/ClientApp/node_modules/ajv/scripts/compile-dots.js b/apps/angular/node_modules/ajv/scripts/compile-dots.js similarity index 100% rename from ClientApp/node_modules/ajv/scripts/compile-dots.js rename to apps/angular/node_modules/ajv/scripts/compile-dots.js diff --git a/ClientApp/node_modules/ajv/scripts/info b/apps/angular/node_modules/ajv/scripts/info similarity index 100% rename from ClientApp/node_modules/ajv/scripts/info rename to apps/angular/node_modules/ajv/scripts/info diff --git a/ClientApp/node_modules/ajv/scripts/prepare-tests b/apps/angular/node_modules/ajv/scripts/prepare-tests similarity index 100% rename from ClientApp/node_modules/ajv/scripts/prepare-tests rename to apps/angular/node_modules/ajv/scripts/prepare-tests diff --git a/ClientApp/node_modules/ajv/scripts/publish-built-version b/apps/angular/node_modules/ajv/scripts/publish-built-version similarity index 100% rename from ClientApp/node_modules/ajv/scripts/publish-built-version rename to apps/angular/node_modules/ajv/scripts/publish-built-version diff --git a/ClientApp/node_modules/ajv/scripts/travis-gh-pages b/apps/angular/node_modules/ajv/scripts/travis-gh-pages similarity index 100% rename from ClientApp/node_modules/ajv/scripts/travis-gh-pages rename to apps/angular/node_modules/ajv/scripts/travis-gh-pages diff --git a/ClientApp/node_modules/ansi-colors/LICENSE b/apps/angular/node_modules/ansi-colors/LICENSE similarity index 100% rename from ClientApp/node_modules/ansi-colors/LICENSE rename to apps/angular/node_modules/ansi-colors/LICENSE diff --git a/ClientApp/node_modules/ansi-colors/README.md b/apps/angular/node_modules/ansi-colors/README.md similarity index 100% rename from ClientApp/node_modules/ansi-colors/README.md rename to apps/angular/node_modules/ansi-colors/README.md diff --git a/ClientApp/node_modules/ansi-colors/index.js b/apps/angular/node_modules/ansi-colors/index.js similarity index 100% rename from ClientApp/node_modules/ansi-colors/index.js rename to apps/angular/node_modules/ansi-colors/index.js diff --git a/ClientApp/node_modules/ansi-colors/package.json b/apps/angular/node_modules/ansi-colors/package.json similarity index 100% rename from ClientApp/node_modules/ansi-colors/package.json rename to apps/angular/node_modules/ansi-colors/package.json diff --git a/ClientApp/node_modules/ansi-colors/symbols.js b/apps/angular/node_modules/ansi-colors/symbols.js similarity index 100% rename from ClientApp/node_modules/ansi-colors/symbols.js rename to apps/angular/node_modules/ansi-colors/symbols.js diff --git a/ClientApp/node_modules/ansi-colors/types/index.d.ts b/apps/angular/node_modules/ansi-colors/types/index.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-colors/types/index.d.ts rename to apps/angular/node_modules/ansi-colors/types/index.d.ts diff --git a/ClientApp/node_modules/ansi-escapes/index.d.ts b/apps/angular/node_modules/ansi-escapes/index.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-escapes/index.d.ts rename to apps/angular/node_modules/ansi-escapes/index.d.ts diff --git a/ClientApp/node_modules/ansi-escapes/index.js b/apps/angular/node_modules/ansi-escapes/index.js similarity index 100% rename from ClientApp/node_modules/ansi-escapes/index.js rename to apps/angular/node_modules/ansi-escapes/index.js diff --git a/ClientApp/node_modules/ansi-escapes/license b/apps/angular/node_modules/ansi-escapes/license similarity index 100% rename from ClientApp/node_modules/ansi-escapes/license rename to apps/angular/node_modules/ansi-escapes/license diff --git a/ClientApp/node_modules/ansi-escapes/node_modules/type-fest/base.d.ts b/apps/angular/node_modules/ansi-escapes/node_modules/type-fest/base.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-escapes/node_modules/type-fest/base.d.ts rename to apps/angular/node_modules/ansi-escapes/node_modules/type-fest/base.d.ts diff --git a/ClientApp/node_modules/ansi-escapes/node_modules/type-fest/index.d.ts b/apps/angular/node_modules/ansi-escapes/node_modules/type-fest/index.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-escapes/node_modules/type-fest/index.d.ts rename to apps/angular/node_modules/ansi-escapes/node_modules/type-fest/index.d.ts diff --git a/ClientApp/node_modules/ansi-escapes/node_modules/type-fest/license b/apps/angular/node_modules/ansi-escapes/node_modules/type-fest/license similarity index 100% rename from ClientApp/node_modules/ansi-escapes/node_modules/type-fest/license rename to apps/angular/node_modules/ansi-escapes/node_modules/type-fest/license diff --git a/ClientApp/node_modules/ansi-escapes/node_modules/type-fest/package.json b/apps/angular/node_modules/ansi-escapes/node_modules/type-fest/package.json similarity index 100% rename from ClientApp/node_modules/ansi-escapes/node_modules/type-fest/package.json rename to apps/angular/node_modules/ansi-escapes/node_modules/type-fest/package.json diff --git a/ClientApp/node_modules/ansi-escapes/node_modules/type-fest/readme.md b/apps/angular/node_modules/ansi-escapes/node_modules/type-fest/readme.md similarity index 100% rename from ClientApp/node_modules/ansi-escapes/node_modules/type-fest/readme.md rename to apps/angular/node_modules/ansi-escapes/node_modules/type-fest/readme.md diff --git a/ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/async-return-type.d.ts b/apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/async-return-type.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/async-return-type.d.ts rename to apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/async-return-type.d.ts diff --git a/ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/asyncify.d.ts b/apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/asyncify.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/asyncify.d.ts rename to apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/asyncify.d.ts diff --git a/ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/basic.d.ts b/apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/basic.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/basic.d.ts rename to apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/basic.d.ts diff --git a/ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/conditional-except.d.ts b/apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/conditional-except.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/conditional-except.d.ts rename to apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/conditional-except.d.ts diff --git a/ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/conditional-keys.d.ts b/apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/conditional-keys.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/conditional-keys.d.ts rename to apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/conditional-keys.d.ts diff --git a/ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/conditional-pick.d.ts b/apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/conditional-pick.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/conditional-pick.d.ts rename to apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/conditional-pick.d.ts diff --git a/ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/entries.d.ts b/apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/entries.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/entries.d.ts rename to apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/entries.d.ts diff --git a/ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/entry.d.ts b/apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/entry.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/entry.d.ts rename to apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/entry.d.ts diff --git a/ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/except.d.ts b/apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/except.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/except.d.ts rename to apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/except.d.ts diff --git a/ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/fixed-length-array.d.ts b/apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/fixed-length-array.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/fixed-length-array.d.ts rename to apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/fixed-length-array.d.ts diff --git a/ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/iterable-element.d.ts b/apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/iterable-element.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/iterable-element.d.ts rename to apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/iterable-element.d.ts diff --git a/ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/literal-union.d.ts b/apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/literal-union.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/literal-union.d.ts rename to apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/literal-union.d.ts diff --git a/ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/merge-exclusive.d.ts b/apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/merge-exclusive.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/merge-exclusive.d.ts rename to apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/merge-exclusive.d.ts diff --git a/ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/merge.d.ts b/apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/merge.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/merge.d.ts rename to apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/merge.d.ts diff --git a/ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/mutable.d.ts b/apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/mutable.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/mutable.d.ts rename to apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/mutable.d.ts diff --git a/ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/opaque.d.ts b/apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/opaque.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/opaque.d.ts rename to apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/opaque.d.ts diff --git a/ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/package-json.d.ts b/apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/package-json.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/package-json.d.ts rename to apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/package-json.d.ts diff --git a/ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/partial-deep.d.ts b/apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/partial-deep.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/partial-deep.d.ts rename to apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/partial-deep.d.ts diff --git a/ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/promisable.d.ts b/apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/promisable.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/promisable.d.ts rename to apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/promisable.d.ts diff --git a/ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/promise-value.d.ts b/apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/promise-value.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/promise-value.d.ts rename to apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/promise-value.d.ts diff --git a/ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/readonly-deep.d.ts b/apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/readonly-deep.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/readonly-deep.d.ts rename to apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/readonly-deep.d.ts diff --git a/ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/require-at-least-one.d.ts b/apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/require-at-least-one.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/require-at-least-one.d.ts rename to apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/require-at-least-one.d.ts diff --git a/ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/require-exactly-one.d.ts b/apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/require-exactly-one.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/require-exactly-one.d.ts rename to apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/require-exactly-one.d.ts diff --git a/ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/set-optional.d.ts b/apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/set-optional.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/set-optional.d.ts rename to apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/set-optional.d.ts diff --git a/ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/set-required.d.ts b/apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/set-required.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/set-required.d.ts rename to apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/set-required.d.ts diff --git a/ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/set-return-type.d.ts b/apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/set-return-type.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/set-return-type.d.ts rename to apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/set-return-type.d.ts diff --git a/ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/simplify.d.ts b/apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/simplify.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/simplify.d.ts rename to apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/simplify.d.ts diff --git a/ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/stringified.d.ts b/apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/stringified.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/stringified.d.ts rename to apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/stringified.d.ts diff --git a/ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/tsconfig-json.d.ts b/apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/tsconfig-json.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/tsconfig-json.d.ts rename to apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/tsconfig-json.d.ts diff --git a/ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/typed-array.d.ts b/apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/typed-array.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/typed-array.d.ts rename to apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/typed-array.d.ts diff --git a/ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/union-to-intersection.d.ts b/apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/union-to-intersection.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/union-to-intersection.d.ts rename to apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/union-to-intersection.d.ts diff --git a/ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/utilities.d.ts b/apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/utilities.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/utilities.d.ts rename to apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/utilities.d.ts diff --git a/ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/value-of.d.ts b/apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/value-of.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-escapes/node_modules/type-fest/source/value-of.d.ts rename to apps/angular/node_modules/ansi-escapes/node_modules/type-fest/source/value-of.d.ts diff --git a/ClientApp/node_modules/ansi-escapes/node_modules/type-fest/ts41/camel-case.d.ts b/apps/angular/node_modules/ansi-escapes/node_modules/type-fest/ts41/camel-case.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-escapes/node_modules/type-fest/ts41/camel-case.d.ts rename to apps/angular/node_modules/ansi-escapes/node_modules/type-fest/ts41/camel-case.d.ts diff --git a/ClientApp/node_modules/ansi-escapes/node_modules/type-fest/ts41/delimiter-case.d.ts b/apps/angular/node_modules/ansi-escapes/node_modules/type-fest/ts41/delimiter-case.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-escapes/node_modules/type-fest/ts41/delimiter-case.d.ts rename to apps/angular/node_modules/ansi-escapes/node_modules/type-fest/ts41/delimiter-case.d.ts diff --git a/ClientApp/node_modules/ansi-escapes/node_modules/type-fest/ts41/get.d.ts b/apps/angular/node_modules/ansi-escapes/node_modules/type-fest/ts41/get.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-escapes/node_modules/type-fest/ts41/get.d.ts rename to apps/angular/node_modules/ansi-escapes/node_modules/type-fest/ts41/get.d.ts diff --git a/ClientApp/node_modules/ansi-escapes/node_modules/type-fest/ts41/index.d.ts b/apps/angular/node_modules/ansi-escapes/node_modules/type-fest/ts41/index.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-escapes/node_modules/type-fest/ts41/index.d.ts rename to apps/angular/node_modules/ansi-escapes/node_modules/type-fest/ts41/index.d.ts diff --git a/ClientApp/node_modules/ansi-escapes/node_modules/type-fest/ts41/kebab-case.d.ts b/apps/angular/node_modules/ansi-escapes/node_modules/type-fest/ts41/kebab-case.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-escapes/node_modules/type-fest/ts41/kebab-case.d.ts rename to apps/angular/node_modules/ansi-escapes/node_modules/type-fest/ts41/kebab-case.d.ts diff --git a/ClientApp/node_modules/ansi-escapes/node_modules/type-fest/ts41/pascal-case.d.ts b/apps/angular/node_modules/ansi-escapes/node_modules/type-fest/ts41/pascal-case.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-escapes/node_modules/type-fest/ts41/pascal-case.d.ts rename to apps/angular/node_modules/ansi-escapes/node_modules/type-fest/ts41/pascal-case.d.ts diff --git a/ClientApp/node_modules/ansi-escapes/node_modules/type-fest/ts41/snake-case.d.ts b/apps/angular/node_modules/ansi-escapes/node_modules/type-fest/ts41/snake-case.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-escapes/node_modules/type-fest/ts41/snake-case.d.ts rename to apps/angular/node_modules/ansi-escapes/node_modules/type-fest/ts41/snake-case.d.ts diff --git a/ClientApp/node_modules/ansi-escapes/node_modules/type-fest/ts41/utilities.d.ts b/apps/angular/node_modules/ansi-escapes/node_modules/type-fest/ts41/utilities.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-escapes/node_modules/type-fest/ts41/utilities.d.ts rename to apps/angular/node_modules/ansi-escapes/node_modules/type-fest/ts41/utilities.d.ts diff --git a/ClientApp/node_modules/ansi-escapes/package.json b/apps/angular/node_modules/ansi-escapes/package.json similarity index 100% rename from ClientApp/node_modules/ansi-escapes/package.json rename to apps/angular/node_modules/ansi-escapes/package.json diff --git a/ClientApp/node_modules/ansi-escapes/readme.md b/apps/angular/node_modules/ansi-escapes/readme.md similarity index 100% rename from ClientApp/node_modules/ansi-escapes/readme.md rename to apps/angular/node_modules/ansi-escapes/readme.md diff --git a/ClientApp/node_modules/ansi-regex/index.d.ts b/apps/angular/node_modules/ansi-regex/index.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-regex/index.d.ts rename to apps/angular/node_modules/ansi-regex/index.d.ts diff --git a/ClientApp/node_modules/ansi-regex/index.js b/apps/angular/node_modules/ansi-regex/index.js similarity index 100% rename from ClientApp/node_modules/ansi-regex/index.js rename to apps/angular/node_modules/ansi-regex/index.js diff --git a/ClientApp/node_modules/ansi-regex/license b/apps/angular/node_modules/ansi-regex/license similarity index 100% rename from ClientApp/node_modules/ansi-regex/license rename to apps/angular/node_modules/ansi-regex/license diff --git a/ClientApp/node_modules/ansi-regex/package.json b/apps/angular/node_modules/ansi-regex/package.json similarity index 100% rename from ClientApp/node_modules/ansi-regex/package.json rename to apps/angular/node_modules/ansi-regex/package.json diff --git a/ClientApp/node_modules/ansi-regex/readme.md b/apps/angular/node_modules/ansi-regex/readme.md similarity index 100% rename from ClientApp/node_modules/ansi-regex/readme.md rename to apps/angular/node_modules/ansi-regex/readme.md diff --git a/ClientApp/node_modules/ansi-styles/index.d.ts b/apps/angular/node_modules/ansi-styles/index.d.ts similarity index 100% rename from ClientApp/node_modules/ansi-styles/index.d.ts rename to apps/angular/node_modules/ansi-styles/index.d.ts diff --git a/ClientApp/node_modules/ansi-styles/index.js b/apps/angular/node_modules/ansi-styles/index.js similarity index 100% rename from ClientApp/node_modules/ansi-styles/index.js rename to apps/angular/node_modules/ansi-styles/index.js diff --git a/ClientApp/node_modules/ansi-styles/license b/apps/angular/node_modules/ansi-styles/license similarity index 100% rename from ClientApp/node_modules/ansi-styles/license rename to apps/angular/node_modules/ansi-styles/license diff --git a/ClientApp/node_modules/ansi-styles/package.json b/apps/angular/node_modules/ansi-styles/package.json similarity index 100% rename from ClientApp/node_modules/ansi-styles/package.json rename to apps/angular/node_modules/ansi-styles/package.json diff --git a/ClientApp/node_modules/ansi-styles/readme.md b/apps/angular/node_modules/ansi-styles/readme.md similarity index 100% rename from ClientApp/node_modules/ansi-styles/readme.md rename to apps/angular/node_modules/ansi-styles/readme.md diff --git a/ClientApp/node_modules/arch/LICENSE b/apps/angular/node_modules/arch/LICENSE similarity index 100% rename from ClientApp/node_modules/arch/LICENSE rename to apps/angular/node_modules/arch/LICENSE diff --git a/ClientApp/node_modules/arch/README.md b/apps/angular/node_modules/arch/README.md similarity index 100% rename from ClientApp/node_modules/arch/README.md rename to apps/angular/node_modules/arch/README.md diff --git a/ClientApp/node_modules/arch/browser.js b/apps/angular/node_modules/arch/browser.js similarity index 100% rename from ClientApp/node_modules/arch/browser.js rename to apps/angular/node_modules/arch/browser.js diff --git a/ClientApp/node_modules/arch/index.d.ts b/apps/angular/node_modules/arch/index.d.ts similarity index 100% rename from ClientApp/node_modules/arch/index.d.ts rename to apps/angular/node_modules/arch/index.d.ts diff --git a/ClientApp/node_modules/arch/index.js b/apps/angular/node_modules/arch/index.js similarity index 100% rename from ClientApp/node_modules/arch/index.js rename to apps/angular/node_modules/arch/index.js diff --git a/ClientApp/node_modules/arch/package.json b/apps/angular/node_modules/arch/package.json similarity index 100% rename from ClientApp/node_modules/arch/package.json rename to apps/angular/node_modules/arch/package.json diff --git a/ClientApp/node_modules/argparse/CHANGELOG.md b/apps/angular/node_modules/argparse/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/argparse/CHANGELOG.md rename to apps/angular/node_modules/argparse/CHANGELOG.md diff --git a/ClientApp/node_modules/argparse/LICENSE b/apps/angular/node_modules/argparse/LICENSE similarity index 100% rename from ClientApp/node_modules/argparse/LICENSE rename to apps/angular/node_modules/argparse/LICENSE diff --git a/ClientApp/node_modules/argparse/README.md b/apps/angular/node_modules/argparse/README.md similarity index 100% rename from ClientApp/node_modules/argparse/README.md rename to apps/angular/node_modules/argparse/README.md diff --git a/ClientApp/node_modules/argparse/argparse.js b/apps/angular/node_modules/argparse/argparse.js similarity index 100% rename from ClientApp/node_modules/argparse/argparse.js rename to apps/angular/node_modules/argparse/argparse.js diff --git a/ClientApp/node_modules/argparse/lib/sub.js b/apps/angular/node_modules/argparse/lib/sub.js similarity index 100% rename from ClientApp/node_modules/argparse/lib/sub.js rename to apps/angular/node_modules/argparse/lib/sub.js diff --git a/ClientApp/node_modules/argparse/lib/textwrap.js b/apps/angular/node_modules/argparse/lib/textwrap.js similarity index 100% rename from ClientApp/node_modules/argparse/lib/textwrap.js rename to apps/angular/node_modules/argparse/lib/textwrap.js diff --git a/ClientApp/node_modules/argparse/package.json b/apps/angular/node_modules/argparse/package.json similarity index 100% rename from ClientApp/node_modules/argparse/package.json rename to apps/angular/node_modules/argparse/package.json diff --git a/ClientApp/node_modules/aria-query/LICENSE b/apps/angular/node_modules/aria-query/LICENSE similarity index 100% rename from ClientApp/node_modules/aria-query/LICENSE rename to apps/angular/node_modules/aria-query/LICENSE diff --git a/ClientApp/node_modules/aria-query/README.md b/apps/angular/node_modules/aria-query/README.md similarity index 100% rename from ClientApp/node_modules/aria-query/README.md rename to apps/angular/node_modules/aria-query/README.md diff --git a/ClientApp/node_modules/aria-query/lib/ariaPropsMap.js b/apps/angular/node_modules/aria-query/lib/ariaPropsMap.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/ariaPropsMap.js rename to apps/angular/node_modules/aria-query/lib/ariaPropsMap.js diff --git a/ClientApp/node_modules/aria-query/lib/domMap.js b/apps/angular/node_modules/aria-query/lib/domMap.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/domMap.js rename to apps/angular/node_modules/aria-query/lib/domMap.js diff --git a/ClientApp/node_modules/aria-query/lib/elementRoleMap.js b/apps/angular/node_modules/aria-query/lib/elementRoleMap.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/elementRoleMap.js rename to apps/angular/node_modules/aria-query/lib/elementRoleMap.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/abstract/commandRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/abstract/commandRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/abstract/commandRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/abstract/commandRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/abstract/compositeRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/abstract/compositeRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/abstract/compositeRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/abstract/compositeRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/abstract/inputRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/abstract/inputRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/abstract/inputRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/abstract/inputRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/abstract/landmarkRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/abstract/landmarkRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/abstract/landmarkRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/abstract/landmarkRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/abstract/rangeRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/abstract/rangeRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/abstract/rangeRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/abstract/rangeRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/abstract/roletypeRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/abstract/roletypeRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/abstract/roletypeRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/abstract/roletypeRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/abstract/sectionRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/abstract/sectionRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/abstract/sectionRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/abstract/sectionRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/abstract/sectionheadRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/abstract/sectionheadRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/abstract/sectionheadRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/abstract/sectionheadRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/abstract/selectRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/abstract/selectRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/abstract/selectRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/abstract/selectRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/abstract/structureRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/abstract/structureRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/abstract/structureRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/abstract/structureRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/abstract/widgetRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/abstract/widgetRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/abstract/widgetRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/abstract/widgetRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/abstract/windowRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/abstract/windowRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/abstract/windowRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/abstract/windowRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/ariaAbstractRoles.js b/apps/angular/node_modules/aria-query/lib/etc/roles/ariaAbstractRoles.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/ariaAbstractRoles.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/ariaAbstractRoles.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/ariaDpubRoles.js b/apps/angular/node_modules/aria-query/lib/etc/roles/ariaDpubRoles.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/ariaDpubRoles.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/ariaDpubRoles.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/ariaGraphicsRoles.js b/apps/angular/node_modules/aria-query/lib/etc/roles/ariaGraphicsRoles.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/ariaGraphicsRoles.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/ariaGraphicsRoles.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/ariaLiteralRoles.js b/apps/angular/node_modules/aria-query/lib/etc/roles/ariaLiteralRoles.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/ariaLiteralRoles.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/ariaLiteralRoles.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docAbstractRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docAbstractRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docAbstractRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docAbstractRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docAcknowledgmentsRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docAcknowledgmentsRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docAcknowledgmentsRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docAcknowledgmentsRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docAfterwordRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docAfterwordRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docAfterwordRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docAfterwordRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docAppendixRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docAppendixRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docAppendixRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docAppendixRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docBacklinkRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docBacklinkRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docBacklinkRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docBacklinkRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docBiblioentryRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docBiblioentryRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docBiblioentryRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docBiblioentryRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docBibliographyRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docBibliographyRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docBibliographyRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docBibliographyRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docBibliorefRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docBibliorefRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docBibliorefRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docBibliorefRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docChapterRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docChapterRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docChapterRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docChapterRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docColophonRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docColophonRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docColophonRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docColophonRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docConclusionRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docConclusionRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docConclusionRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docConclusionRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docCoverRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docCoverRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docCoverRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docCoverRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docCreditRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docCreditRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docCreditRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docCreditRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docCreditsRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docCreditsRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docCreditsRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docCreditsRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docDedicationRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docDedicationRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docDedicationRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docDedicationRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docEndnoteRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docEndnoteRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docEndnoteRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docEndnoteRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docEndnotesRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docEndnotesRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docEndnotesRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docEndnotesRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docEpigraphRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docEpigraphRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docEpigraphRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docEpigraphRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docEpilogueRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docEpilogueRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docEpilogueRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docEpilogueRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docErrataRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docErrataRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docErrataRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docErrataRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docExampleRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docExampleRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docExampleRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docExampleRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docFootnoteRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docFootnoteRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docFootnoteRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docFootnoteRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docForewordRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docForewordRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docForewordRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docForewordRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docGlossaryRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docGlossaryRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docGlossaryRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docGlossaryRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docGlossrefRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docGlossrefRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docGlossrefRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docGlossrefRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docIndexRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docIndexRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docIndexRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docIndexRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docIntroductionRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docIntroductionRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docIntroductionRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docIntroductionRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docNoterefRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docNoterefRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docNoterefRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docNoterefRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docNoticeRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docNoticeRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docNoticeRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docNoticeRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docPagebreakRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docPagebreakRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docPagebreakRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docPagebreakRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docPagefooterRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docPagefooterRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docPagefooterRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docPagefooterRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docPageheaderRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docPageheaderRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docPageheaderRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docPageheaderRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docPagelistRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docPagelistRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docPagelistRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docPagelistRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docPartRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docPartRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docPartRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docPartRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docPrefaceRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docPrefaceRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docPrefaceRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docPrefaceRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docPrologueRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docPrologueRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docPrologueRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docPrologueRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docPullquoteRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docPullquoteRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docPullquoteRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docPullquoteRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docQnaRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docQnaRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docQnaRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docQnaRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docSubtitleRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docSubtitleRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docSubtitleRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docSubtitleRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docTipRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docTipRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docTipRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docTipRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docTocRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docTocRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/dpub/docTocRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/dpub/docTocRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/graphics/graphicsDocumentRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/graphics/graphicsDocumentRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/graphics/graphicsDocumentRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/graphics/graphicsDocumentRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/graphics/graphicsObjectRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/graphics/graphicsObjectRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/graphics/graphicsObjectRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/graphics/graphicsObjectRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/graphics/graphicsSymbolRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/graphics/graphicsSymbolRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/graphics/graphicsSymbolRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/graphics/graphicsSymbolRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/alertRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/alertRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/alertRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/alertRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/alertdialogRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/alertdialogRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/alertdialogRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/alertdialogRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/applicationRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/applicationRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/applicationRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/applicationRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/articleRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/articleRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/articleRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/articleRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/bannerRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/bannerRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/bannerRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/bannerRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/blockquoteRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/blockquoteRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/blockquoteRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/blockquoteRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/buttonRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/buttonRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/buttonRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/buttonRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/captionRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/captionRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/captionRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/captionRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/cellRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/cellRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/cellRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/cellRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/checkboxRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/checkboxRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/checkboxRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/checkboxRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/codeRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/codeRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/codeRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/codeRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/columnheaderRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/columnheaderRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/columnheaderRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/columnheaderRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/comboboxRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/comboboxRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/comboboxRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/comboboxRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/complementaryRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/complementaryRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/complementaryRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/complementaryRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/contentinfoRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/contentinfoRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/contentinfoRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/contentinfoRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/definitionRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/definitionRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/definitionRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/definitionRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/deletionRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/deletionRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/deletionRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/deletionRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/dialogRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/dialogRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/dialogRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/dialogRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/directoryRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/directoryRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/directoryRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/directoryRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/documentRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/documentRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/documentRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/documentRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/emphasisRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/emphasisRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/emphasisRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/emphasisRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/feedRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/feedRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/feedRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/feedRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/figureRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/figureRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/figureRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/figureRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/formRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/formRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/formRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/formRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/genericRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/genericRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/genericRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/genericRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/graphicsDocumentRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/graphicsDocumentRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/graphicsDocumentRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/graphicsDocumentRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/graphicsObjectRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/graphicsObjectRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/graphicsObjectRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/graphicsObjectRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/graphicsSymbolRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/graphicsSymbolRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/graphicsSymbolRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/graphicsSymbolRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/gridRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/gridRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/gridRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/gridRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/gridcellRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/gridcellRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/gridcellRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/gridcellRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/groupRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/groupRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/groupRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/groupRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/headingRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/headingRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/headingRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/headingRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/imgRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/imgRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/imgRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/imgRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/insertionRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/insertionRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/insertionRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/insertionRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/linkRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/linkRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/linkRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/linkRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/listRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/listRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/listRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/listRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/listboxRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/listboxRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/listboxRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/listboxRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/listitemRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/listitemRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/listitemRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/listitemRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/logRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/logRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/logRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/logRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/mainRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/mainRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/mainRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/mainRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/markRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/markRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/markRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/markRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/marqueeRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/marqueeRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/marqueeRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/marqueeRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/mathRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/mathRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/mathRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/mathRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/menuRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/menuRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/menuRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/menuRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/menubarRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/menubarRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/menubarRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/menubarRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/menuitemRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/menuitemRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/menuitemRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/menuitemRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/menuitemcheckboxRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/menuitemcheckboxRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/menuitemcheckboxRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/menuitemcheckboxRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/menuitemradioRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/menuitemradioRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/menuitemradioRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/menuitemradioRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/meterRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/meterRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/meterRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/meterRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/navigationRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/navigationRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/navigationRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/navigationRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/noneRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/noneRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/noneRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/noneRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/noteRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/noteRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/noteRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/noteRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/optionRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/optionRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/optionRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/optionRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/paragraphRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/paragraphRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/paragraphRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/paragraphRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/presentationRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/presentationRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/presentationRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/presentationRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/progressbarRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/progressbarRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/progressbarRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/progressbarRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/radioRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/radioRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/radioRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/radioRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/radiogroupRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/radiogroupRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/radiogroupRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/radiogroupRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/regionRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/regionRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/regionRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/regionRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/rowRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/rowRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/rowRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/rowRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/rowgroupRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/rowgroupRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/rowgroupRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/rowgroupRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/rowheaderRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/rowheaderRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/rowheaderRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/rowheaderRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/scrollbarRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/scrollbarRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/scrollbarRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/scrollbarRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/searchRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/searchRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/searchRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/searchRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/searchboxRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/searchboxRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/searchboxRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/searchboxRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/separatorRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/separatorRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/separatorRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/separatorRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/sliderRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/sliderRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/sliderRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/sliderRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/spinbuttonRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/spinbuttonRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/spinbuttonRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/spinbuttonRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/statusRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/statusRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/statusRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/statusRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/strongRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/strongRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/strongRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/strongRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/subscriptRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/subscriptRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/subscriptRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/subscriptRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/superscriptRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/superscriptRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/superscriptRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/superscriptRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/switchRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/switchRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/switchRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/switchRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/tabRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/tabRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/tabRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/tabRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/tableRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/tableRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/tableRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/tableRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/tablistRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/tablistRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/tablistRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/tablistRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/tabpanelRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/tabpanelRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/tabpanelRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/tabpanelRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/termRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/termRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/termRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/termRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/textboxRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/textboxRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/textboxRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/textboxRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/timeRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/timeRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/timeRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/timeRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/timerRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/timerRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/timerRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/timerRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/toolbarRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/toolbarRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/toolbarRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/toolbarRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/tooltipRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/tooltipRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/tooltipRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/tooltipRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/treeRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/treeRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/treeRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/treeRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/treegridRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/treegridRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/treegridRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/treegridRole.js diff --git a/ClientApp/node_modules/aria-query/lib/etc/roles/literal/treeitemRole.js b/apps/angular/node_modules/aria-query/lib/etc/roles/literal/treeitemRole.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/etc/roles/literal/treeitemRole.js rename to apps/angular/node_modules/aria-query/lib/etc/roles/literal/treeitemRole.js diff --git a/ClientApp/node_modules/aria-query/lib/index.js b/apps/angular/node_modules/aria-query/lib/index.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/index.js rename to apps/angular/node_modules/aria-query/lib/index.js diff --git a/ClientApp/node_modules/aria-query/lib/roleElementMap.js b/apps/angular/node_modules/aria-query/lib/roleElementMap.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/roleElementMap.js rename to apps/angular/node_modules/aria-query/lib/roleElementMap.js diff --git a/ClientApp/node_modules/aria-query/lib/rolesMap.js b/apps/angular/node_modules/aria-query/lib/rolesMap.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/rolesMap.js rename to apps/angular/node_modules/aria-query/lib/rolesMap.js diff --git a/ClientApp/node_modules/aria-query/lib/util/iterationDecorator.js b/apps/angular/node_modules/aria-query/lib/util/iterationDecorator.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/util/iterationDecorator.js rename to apps/angular/node_modules/aria-query/lib/util/iterationDecorator.js diff --git a/ClientApp/node_modules/aria-query/lib/util/iteratorProxy.js b/apps/angular/node_modules/aria-query/lib/util/iteratorProxy.js similarity index 100% rename from ClientApp/node_modules/aria-query/lib/util/iteratorProxy.js rename to apps/angular/node_modules/aria-query/lib/util/iteratorProxy.js diff --git a/ClientApp/node_modules/aria-query/package.json b/apps/angular/node_modules/aria-query/package.json similarity index 100% rename from ClientApp/node_modules/aria-query/package.json rename to apps/angular/node_modules/aria-query/package.json diff --git a/ClientApp/node_modules/array-buffer-byte-length/.eslintrc b/apps/angular/node_modules/array-buffer-byte-length/.eslintrc similarity index 100% rename from ClientApp/node_modules/array-buffer-byte-length/.eslintrc rename to apps/angular/node_modules/array-buffer-byte-length/.eslintrc diff --git a/ClientApp/node_modules/array-buffer-byte-length/.github/FUNDING.yml b/apps/angular/node_modules/array-buffer-byte-length/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/array-buffer-byte-length/.github/FUNDING.yml rename to apps/angular/node_modules/array-buffer-byte-length/.github/FUNDING.yml diff --git a/ClientApp/node_modules/array-buffer-byte-length/.nycrc b/apps/angular/node_modules/array-buffer-byte-length/.nycrc similarity index 100% rename from ClientApp/node_modules/array-buffer-byte-length/.nycrc rename to apps/angular/node_modules/array-buffer-byte-length/.nycrc diff --git a/ClientApp/node_modules/array-buffer-byte-length/CHANGELOG.md b/apps/angular/node_modules/array-buffer-byte-length/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/array-buffer-byte-length/CHANGELOG.md rename to apps/angular/node_modules/array-buffer-byte-length/CHANGELOG.md diff --git a/ClientApp/node_modules/array-buffer-byte-length/LICENSE b/apps/angular/node_modules/array-buffer-byte-length/LICENSE similarity index 100% rename from ClientApp/node_modules/array-buffer-byte-length/LICENSE rename to apps/angular/node_modules/array-buffer-byte-length/LICENSE diff --git a/ClientApp/node_modules/array-buffer-byte-length/README.md b/apps/angular/node_modules/array-buffer-byte-length/README.md similarity index 100% rename from ClientApp/node_modules/array-buffer-byte-length/README.md rename to apps/angular/node_modules/array-buffer-byte-length/README.md diff --git a/ClientApp/node_modules/array-buffer-byte-length/index.d.ts b/apps/angular/node_modules/array-buffer-byte-length/index.d.ts similarity index 100% rename from ClientApp/node_modules/array-buffer-byte-length/index.d.ts rename to apps/angular/node_modules/array-buffer-byte-length/index.d.ts diff --git a/ClientApp/node_modules/array-buffer-byte-length/index.js b/apps/angular/node_modules/array-buffer-byte-length/index.js similarity index 100% rename from ClientApp/node_modules/array-buffer-byte-length/index.js rename to apps/angular/node_modules/array-buffer-byte-length/index.js diff --git a/ClientApp/node_modules/array-buffer-byte-length/package.json b/apps/angular/node_modules/array-buffer-byte-length/package.json similarity index 100% rename from ClientApp/node_modules/array-buffer-byte-length/package.json rename to apps/angular/node_modules/array-buffer-byte-length/package.json diff --git a/ClientApp/node_modules/array-buffer-byte-length/test/index.js b/apps/angular/node_modules/array-buffer-byte-length/test/index.js similarity index 100% rename from ClientApp/node_modules/array-buffer-byte-length/test/index.js rename to apps/angular/node_modules/array-buffer-byte-length/test/index.js diff --git a/ClientApp/node_modules/array-buffer-byte-length/tsconfig.json b/apps/angular/node_modules/array-buffer-byte-length/tsconfig.json similarity index 100% rename from ClientApp/node_modules/array-buffer-byte-length/tsconfig.json rename to apps/angular/node_modules/array-buffer-byte-length/tsconfig.json diff --git a/ClientApp/node_modules/array-includes/.editorconfig b/apps/angular/node_modules/array-includes/.editorconfig similarity index 100% rename from ClientApp/node_modules/array-includes/.editorconfig rename to apps/angular/node_modules/array-includes/.editorconfig diff --git a/ClientApp/node_modules/array-includes/.eslintrc b/apps/angular/node_modules/array-includes/.eslintrc similarity index 100% rename from ClientApp/node_modules/array-includes/.eslintrc rename to apps/angular/node_modules/array-includes/.eslintrc diff --git a/ClientApp/node_modules/array-includes/.github/FUNDING.yml b/apps/angular/node_modules/array-includes/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/array-includes/.github/FUNDING.yml rename to apps/angular/node_modules/array-includes/.github/FUNDING.yml diff --git a/ClientApp/node_modules/array-includes/.nycrc b/apps/angular/node_modules/array-includes/.nycrc similarity index 100% rename from ClientApp/node_modules/array-includes/.nycrc rename to apps/angular/node_modules/array-includes/.nycrc diff --git a/ClientApp/node_modules/array-includes/CHANGELOG.md b/apps/angular/node_modules/array-includes/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/array-includes/CHANGELOG.md rename to apps/angular/node_modules/array-includes/CHANGELOG.md diff --git a/ClientApp/node_modules/array-includes/LICENSE b/apps/angular/node_modules/array-includes/LICENSE similarity index 100% rename from ClientApp/node_modules/array-includes/LICENSE rename to apps/angular/node_modules/array-includes/LICENSE diff --git a/ClientApp/node_modules/array-includes/README.md b/apps/angular/node_modules/array-includes/README.md similarity index 100% rename from ClientApp/node_modules/array-includes/README.md rename to apps/angular/node_modules/array-includes/README.md diff --git a/ClientApp/node_modules/array-includes/auto.js b/apps/angular/node_modules/array-includes/auto.js similarity index 100% rename from ClientApp/node_modules/array-includes/auto.js rename to apps/angular/node_modules/array-includes/auto.js diff --git a/ClientApp/node_modules/array-includes/implementation.js b/apps/angular/node_modules/array-includes/implementation.js similarity index 100% rename from ClientApp/node_modules/array-includes/implementation.js rename to apps/angular/node_modules/array-includes/implementation.js diff --git a/ClientApp/node_modules/array-includes/index.js b/apps/angular/node_modules/array-includes/index.js similarity index 100% rename from ClientApp/node_modules/array-includes/index.js rename to apps/angular/node_modules/array-includes/index.js diff --git a/ClientApp/node_modules/array-includes/package.json b/apps/angular/node_modules/array-includes/package.json similarity index 100% rename from ClientApp/node_modules/array-includes/package.json rename to apps/angular/node_modules/array-includes/package.json diff --git a/ClientApp/node_modules/array-includes/polyfill.js b/apps/angular/node_modules/array-includes/polyfill.js similarity index 100% rename from ClientApp/node_modules/array-includes/polyfill.js rename to apps/angular/node_modules/array-includes/polyfill.js diff --git a/ClientApp/node_modules/array-includes/shim.js b/apps/angular/node_modules/array-includes/shim.js similarity index 100% rename from ClientApp/node_modules/array-includes/shim.js rename to apps/angular/node_modules/array-includes/shim.js diff --git a/ClientApp/node_modules/array-includes/test/implementation.js b/apps/angular/node_modules/array-includes/test/implementation.js similarity index 100% rename from ClientApp/node_modules/array-includes/test/implementation.js rename to apps/angular/node_modules/array-includes/test/implementation.js diff --git a/ClientApp/node_modules/array-includes/test/index.js b/apps/angular/node_modules/array-includes/test/index.js similarity index 100% rename from ClientApp/node_modules/array-includes/test/index.js rename to apps/angular/node_modules/array-includes/test/index.js diff --git a/ClientApp/node_modules/array-includes/test/shimmed.js b/apps/angular/node_modules/array-includes/test/shimmed.js similarity index 100% rename from ClientApp/node_modules/array-includes/test/shimmed.js rename to apps/angular/node_modules/array-includes/test/shimmed.js diff --git a/ClientApp/node_modules/array-includes/test/tests.js b/apps/angular/node_modules/array-includes/test/tests.js similarity index 100% rename from ClientApp/node_modules/array-includes/test/tests.js rename to apps/angular/node_modules/array-includes/test/tests.js diff --git a/ClientApp/node_modules/array.prototype.findlast/.editorconfig b/apps/angular/node_modules/array.prototype.findlast/.editorconfig similarity index 100% rename from ClientApp/node_modules/array.prototype.findlast/.editorconfig rename to apps/angular/node_modules/array.prototype.findlast/.editorconfig diff --git a/ClientApp/node_modules/array.prototype.findlast/.eslintrc b/apps/angular/node_modules/array.prototype.findlast/.eslintrc similarity index 100% rename from ClientApp/node_modules/array.prototype.findlast/.eslintrc rename to apps/angular/node_modules/array.prototype.findlast/.eslintrc diff --git a/ClientApp/node_modules/array.prototype.findlast/.github/FUNDING.yml b/apps/angular/node_modules/array.prototype.findlast/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/array.prototype.findlast/.github/FUNDING.yml rename to apps/angular/node_modules/array.prototype.findlast/.github/FUNDING.yml diff --git a/ClientApp/node_modules/array.prototype.findlast/.nycrc b/apps/angular/node_modules/array.prototype.findlast/.nycrc similarity index 100% rename from ClientApp/node_modules/array.prototype.findlast/.nycrc rename to apps/angular/node_modules/array.prototype.findlast/.nycrc diff --git a/ClientApp/node_modules/array.prototype.findlast/CHANGELOG.md b/apps/angular/node_modules/array.prototype.findlast/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/array.prototype.findlast/CHANGELOG.md rename to apps/angular/node_modules/array.prototype.findlast/CHANGELOG.md diff --git a/ClientApp/node_modules/array.prototype.findlast/LICENSE b/apps/angular/node_modules/array.prototype.findlast/LICENSE similarity index 100% rename from ClientApp/node_modules/array.prototype.findlast/LICENSE rename to apps/angular/node_modules/array.prototype.findlast/LICENSE diff --git a/ClientApp/node_modules/array.prototype.findlast/README.md b/apps/angular/node_modules/array.prototype.findlast/README.md similarity index 100% rename from ClientApp/node_modules/array.prototype.findlast/README.md rename to apps/angular/node_modules/array.prototype.findlast/README.md diff --git a/ClientApp/node_modules/array.prototype.findlast/auto.js b/apps/angular/node_modules/array.prototype.findlast/auto.js similarity index 100% rename from ClientApp/node_modules/array.prototype.findlast/auto.js rename to apps/angular/node_modules/array.prototype.findlast/auto.js diff --git a/ClientApp/node_modules/array.prototype.findlast/implementation.js b/apps/angular/node_modules/array.prototype.findlast/implementation.js similarity index 100% rename from ClientApp/node_modules/array.prototype.findlast/implementation.js rename to apps/angular/node_modules/array.prototype.findlast/implementation.js diff --git a/ClientApp/node_modules/array.prototype.findlast/index.js b/apps/angular/node_modules/array.prototype.findlast/index.js similarity index 100% rename from ClientApp/node_modules/array.prototype.findlast/index.js rename to apps/angular/node_modules/array.prototype.findlast/index.js diff --git a/ClientApp/node_modules/array.prototype.findlast/package.json b/apps/angular/node_modules/array.prototype.findlast/package.json similarity index 100% rename from ClientApp/node_modules/array.prototype.findlast/package.json rename to apps/angular/node_modules/array.prototype.findlast/package.json diff --git a/ClientApp/node_modules/array.prototype.findlast/polyfill.js b/apps/angular/node_modules/array.prototype.findlast/polyfill.js similarity index 100% rename from ClientApp/node_modules/array.prototype.findlast/polyfill.js rename to apps/angular/node_modules/array.prototype.findlast/polyfill.js diff --git a/ClientApp/node_modules/array.prototype.findlast/shim.js b/apps/angular/node_modules/array.prototype.findlast/shim.js similarity index 100% rename from ClientApp/node_modules/array.prototype.findlast/shim.js rename to apps/angular/node_modules/array.prototype.findlast/shim.js diff --git a/ClientApp/node_modules/array.prototype.findlast/test/implementation.js b/apps/angular/node_modules/array.prototype.findlast/test/implementation.js similarity index 100% rename from ClientApp/node_modules/array.prototype.findlast/test/implementation.js rename to apps/angular/node_modules/array.prototype.findlast/test/implementation.js diff --git a/ClientApp/node_modules/array.prototype.findlast/test/index.js b/apps/angular/node_modules/array.prototype.findlast/test/index.js similarity index 100% rename from ClientApp/node_modules/array.prototype.findlast/test/index.js rename to apps/angular/node_modules/array.prototype.findlast/test/index.js diff --git a/ClientApp/node_modules/array.prototype.findlast/test/shimmed.js b/apps/angular/node_modules/array.prototype.findlast/test/shimmed.js similarity index 100% rename from ClientApp/node_modules/array.prototype.findlast/test/shimmed.js rename to apps/angular/node_modules/array.prototype.findlast/test/shimmed.js diff --git a/ClientApp/node_modules/array.prototype.findlast/test/tests.js b/apps/angular/node_modules/array.prototype.findlast/test/tests.js similarity index 100% rename from ClientApp/node_modules/array.prototype.findlast/test/tests.js rename to apps/angular/node_modules/array.prototype.findlast/test/tests.js diff --git a/ClientApp/node_modules/array.prototype.flat/.editorconfig b/apps/angular/node_modules/array.prototype.flat/.editorconfig similarity index 100% rename from ClientApp/node_modules/array.prototype.flat/.editorconfig rename to apps/angular/node_modules/array.prototype.flat/.editorconfig diff --git a/ClientApp/node_modules/array.prototype.flat/.eslintrc b/apps/angular/node_modules/array.prototype.flat/.eslintrc similarity index 100% rename from ClientApp/node_modules/array.prototype.flat/.eslintrc rename to apps/angular/node_modules/array.prototype.flat/.eslintrc diff --git a/ClientApp/node_modules/array.prototype.flat/.github/FUNDING.yml b/apps/angular/node_modules/array.prototype.flat/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/array.prototype.flat/.github/FUNDING.yml rename to apps/angular/node_modules/array.prototype.flat/.github/FUNDING.yml diff --git a/ClientApp/node_modules/array.prototype.flat/.nycrc b/apps/angular/node_modules/array.prototype.flat/.nycrc similarity index 100% rename from ClientApp/node_modules/array.prototype.flat/.nycrc rename to apps/angular/node_modules/array.prototype.flat/.nycrc diff --git a/ClientApp/node_modules/array.prototype.flat/CHANGELOG.md b/apps/angular/node_modules/array.prototype.flat/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/array.prototype.flat/CHANGELOG.md rename to apps/angular/node_modules/array.prototype.flat/CHANGELOG.md diff --git a/ClientApp/node_modules/array.prototype.flat/LICENSE b/apps/angular/node_modules/array.prototype.flat/LICENSE similarity index 100% rename from ClientApp/node_modules/array.prototype.flat/LICENSE rename to apps/angular/node_modules/array.prototype.flat/LICENSE diff --git a/ClientApp/node_modules/array.prototype.flat/README.md b/apps/angular/node_modules/array.prototype.flat/README.md similarity index 100% rename from ClientApp/node_modules/array.prototype.flat/README.md rename to apps/angular/node_modules/array.prototype.flat/README.md diff --git a/ClientApp/node_modules/array.prototype.flat/auto.js b/apps/angular/node_modules/array.prototype.flat/auto.js similarity index 100% rename from ClientApp/node_modules/array.prototype.flat/auto.js rename to apps/angular/node_modules/array.prototype.flat/auto.js diff --git a/ClientApp/node_modules/array.prototype.flat/implementation.js b/apps/angular/node_modules/array.prototype.flat/implementation.js similarity index 100% rename from ClientApp/node_modules/array.prototype.flat/implementation.js rename to apps/angular/node_modules/array.prototype.flat/implementation.js diff --git a/ClientApp/node_modules/array.prototype.flat/index.js b/apps/angular/node_modules/array.prototype.flat/index.js similarity index 100% rename from ClientApp/node_modules/array.prototype.flat/index.js rename to apps/angular/node_modules/array.prototype.flat/index.js diff --git a/ClientApp/node_modules/array.prototype.flat/package.json b/apps/angular/node_modules/array.prototype.flat/package.json similarity index 100% rename from ClientApp/node_modules/array.prototype.flat/package.json rename to apps/angular/node_modules/array.prototype.flat/package.json diff --git a/ClientApp/node_modules/array.prototype.flat/polyfill.js b/apps/angular/node_modules/array.prototype.flat/polyfill.js similarity index 100% rename from ClientApp/node_modules/array.prototype.flat/polyfill.js rename to apps/angular/node_modules/array.prototype.flat/polyfill.js diff --git a/ClientApp/node_modules/array.prototype.flat/shim.js b/apps/angular/node_modules/array.prototype.flat/shim.js similarity index 100% rename from ClientApp/node_modules/array.prototype.flat/shim.js rename to apps/angular/node_modules/array.prototype.flat/shim.js diff --git a/ClientApp/node_modules/array.prototype.flat/test/implementation.js b/apps/angular/node_modules/array.prototype.flat/test/implementation.js similarity index 100% rename from ClientApp/node_modules/array.prototype.flat/test/implementation.js rename to apps/angular/node_modules/array.prototype.flat/test/implementation.js diff --git a/ClientApp/node_modules/array.prototype.flat/test/index.js b/apps/angular/node_modules/array.prototype.flat/test/index.js similarity index 100% rename from ClientApp/node_modules/array.prototype.flat/test/index.js rename to apps/angular/node_modules/array.prototype.flat/test/index.js diff --git a/ClientApp/node_modules/array.prototype.flat/test/shimmed.js b/apps/angular/node_modules/array.prototype.flat/test/shimmed.js similarity index 100% rename from ClientApp/node_modules/array.prototype.flat/test/shimmed.js rename to apps/angular/node_modules/array.prototype.flat/test/shimmed.js diff --git a/ClientApp/node_modules/array.prototype.flat/test/tests.js b/apps/angular/node_modules/array.prototype.flat/test/tests.js similarity index 100% rename from ClientApp/node_modules/array.prototype.flat/test/tests.js rename to apps/angular/node_modules/array.prototype.flat/test/tests.js diff --git a/ClientApp/node_modules/array.prototype.flatmap/.editorconfig b/apps/angular/node_modules/array.prototype.flatmap/.editorconfig similarity index 100% rename from ClientApp/node_modules/array.prototype.flatmap/.editorconfig rename to apps/angular/node_modules/array.prototype.flatmap/.editorconfig diff --git a/ClientApp/node_modules/array.prototype.flatmap/.eslintrc b/apps/angular/node_modules/array.prototype.flatmap/.eslintrc similarity index 100% rename from ClientApp/node_modules/array.prototype.flatmap/.eslintrc rename to apps/angular/node_modules/array.prototype.flatmap/.eslintrc diff --git a/ClientApp/node_modules/array.prototype.flatmap/.github/FUNDING.yml b/apps/angular/node_modules/array.prototype.flatmap/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/array.prototype.flatmap/.github/FUNDING.yml rename to apps/angular/node_modules/array.prototype.flatmap/.github/FUNDING.yml diff --git a/ClientApp/node_modules/array.prototype.flatmap/.nycrc b/apps/angular/node_modules/array.prototype.flatmap/.nycrc similarity index 100% rename from ClientApp/node_modules/array.prototype.flatmap/.nycrc rename to apps/angular/node_modules/array.prototype.flatmap/.nycrc diff --git a/ClientApp/node_modules/array.prototype.flatmap/CHANGELOG.md b/apps/angular/node_modules/array.prototype.flatmap/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/array.prototype.flatmap/CHANGELOG.md rename to apps/angular/node_modules/array.prototype.flatmap/CHANGELOG.md diff --git a/ClientApp/node_modules/array.prototype.flatmap/LICENSE b/apps/angular/node_modules/array.prototype.flatmap/LICENSE similarity index 100% rename from ClientApp/node_modules/array.prototype.flatmap/LICENSE rename to apps/angular/node_modules/array.prototype.flatmap/LICENSE diff --git a/ClientApp/node_modules/array.prototype.flatmap/README.md b/apps/angular/node_modules/array.prototype.flatmap/README.md similarity index 100% rename from ClientApp/node_modules/array.prototype.flatmap/README.md rename to apps/angular/node_modules/array.prototype.flatmap/README.md diff --git a/ClientApp/node_modules/array.prototype.flatmap/auto.js b/apps/angular/node_modules/array.prototype.flatmap/auto.js similarity index 100% rename from ClientApp/node_modules/array.prototype.flatmap/auto.js rename to apps/angular/node_modules/array.prototype.flatmap/auto.js diff --git a/ClientApp/node_modules/array.prototype.flatmap/implementation.js b/apps/angular/node_modules/array.prototype.flatmap/implementation.js similarity index 100% rename from ClientApp/node_modules/array.prototype.flatmap/implementation.js rename to apps/angular/node_modules/array.prototype.flatmap/implementation.js diff --git a/ClientApp/node_modules/array.prototype.flatmap/index.js b/apps/angular/node_modules/array.prototype.flatmap/index.js similarity index 100% rename from ClientApp/node_modules/array.prototype.flatmap/index.js rename to apps/angular/node_modules/array.prototype.flatmap/index.js diff --git a/ClientApp/node_modules/array.prototype.flatmap/package.json b/apps/angular/node_modules/array.prototype.flatmap/package.json similarity index 100% rename from ClientApp/node_modules/array.prototype.flatmap/package.json rename to apps/angular/node_modules/array.prototype.flatmap/package.json diff --git a/ClientApp/node_modules/array.prototype.flatmap/polyfill.js b/apps/angular/node_modules/array.prototype.flatmap/polyfill.js similarity index 100% rename from ClientApp/node_modules/array.prototype.flatmap/polyfill.js rename to apps/angular/node_modules/array.prototype.flatmap/polyfill.js diff --git a/ClientApp/node_modules/array.prototype.flatmap/shim.js b/apps/angular/node_modules/array.prototype.flatmap/shim.js similarity index 100% rename from ClientApp/node_modules/array.prototype.flatmap/shim.js rename to apps/angular/node_modules/array.prototype.flatmap/shim.js diff --git a/ClientApp/node_modules/array.prototype.flatmap/test/implementation.js b/apps/angular/node_modules/array.prototype.flatmap/test/implementation.js similarity index 100% rename from ClientApp/node_modules/array.prototype.flatmap/test/implementation.js rename to apps/angular/node_modules/array.prototype.flatmap/test/implementation.js diff --git a/ClientApp/node_modules/array.prototype.flatmap/test/index.js b/apps/angular/node_modules/array.prototype.flatmap/test/index.js similarity index 100% rename from ClientApp/node_modules/array.prototype.flatmap/test/index.js rename to apps/angular/node_modules/array.prototype.flatmap/test/index.js diff --git a/ClientApp/node_modules/array.prototype.flatmap/test/shimmed.js b/apps/angular/node_modules/array.prototype.flatmap/test/shimmed.js similarity index 100% rename from ClientApp/node_modules/array.prototype.flatmap/test/shimmed.js rename to apps/angular/node_modules/array.prototype.flatmap/test/shimmed.js diff --git a/ClientApp/node_modules/array.prototype.flatmap/test/tests.js b/apps/angular/node_modules/array.prototype.flatmap/test/tests.js similarity index 100% rename from ClientApp/node_modules/array.prototype.flatmap/test/tests.js rename to apps/angular/node_modules/array.prototype.flatmap/test/tests.js diff --git a/ClientApp/node_modules/array.prototype.tosorted/.eslintrc b/apps/angular/node_modules/array.prototype.tosorted/.eslintrc similarity index 100% rename from ClientApp/node_modules/array.prototype.tosorted/.eslintrc rename to apps/angular/node_modules/array.prototype.tosorted/.eslintrc diff --git a/ClientApp/node_modules/array.prototype.tosorted/.github/FUNDING.yml b/apps/angular/node_modules/array.prototype.tosorted/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/array.prototype.tosorted/.github/FUNDING.yml rename to apps/angular/node_modules/array.prototype.tosorted/.github/FUNDING.yml diff --git a/ClientApp/node_modules/array.prototype.tosorted/.nycrc b/apps/angular/node_modules/array.prototype.tosorted/.nycrc similarity index 100% rename from ClientApp/node_modules/array.prototype.tosorted/.nycrc rename to apps/angular/node_modules/array.prototype.tosorted/.nycrc diff --git a/ClientApp/node_modules/array.prototype.tosorted/CHANGELOG.md b/apps/angular/node_modules/array.prototype.tosorted/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/array.prototype.tosorted/CHANGELOG.md rename to apps/angular/node_modules/array.prototype.tosorted/CHANGELOG.md diff --git a/ClientApp/node_modules/array.prototype.tosorted/LICENSE b/apps/angular/node_modules/array.prototype.tosorted/LICENSE similarity index 100% rename from ClientApp/node_modules/array.prototype.tosorted/LICENSE rename to apps/angular/node_modules/array.prototype.tosorted/LICENSE diff --git a/ClientApp/node_modules/array.prototype.tosorted/README.md b/apps/angular/node_modules/array.prototype.tosorted/README.md similarity index 100% rename from ClientApp/node_modules/array.prototype.tosorted/README.md rename to apps/angular/node_modules/array.prototype.tosorted/README.md diff --git a/ClientApp/node_modules/array.prototype.tosorted/auto.js b/apps/angular/node_modules/array.prototype.tosorted/auto.js similarity index 100% rename from ClientApp/node_modules/array.prototype.tosorted/auto.js rename to apps/angular/node_modules/array.prototype.tosorted/auto.js diff --git a/ClientApp/node_modules/array.prototype.tosorted/implementation.js b/apps/angular/node_modules/array.prototype.tosorted/implementation.js similarity index 100% rename from ClientApp/node_modules/array.prototype.tosorted/implementation.js rename to apps/angular/node_modules/array.prototype.tosorted/implementation.js diff --git a/ClientApp/node_modules/array.prototype.tosorted/index.js b/apps/angular/node_modules/array.prototype.tosorted/index.js similarity index 100% rename from ClientApp/node_modules/array.prototype.tosorted/index.js rename to apps/angular/node_modules/array.prototype.tosorted/index.js diff --git a/ClientApp/node_modules/array.prototype.tosorted/package.json b/apps/angular/node_modules/array.prototype.tosorted/package.json similarity index 100% rename from ClientApp/node_modules/array.prototype.tosorted/package.json rename to apps/angular/node_modules/array.prototype.tosorted/package.json diff --git a/ClientApp/node_modules/array.prototype.tosorted/polyfill.js b/apps/angular/node_modules/array.prototype.tosorted/polyfill.js similarity index 100% rename from ClientApp/node_modules/array.prototype.tosorted/polyfill.js rename to apps/angular/node_modules/array.prototype.tosorted/polyfill.js diff --git a/ClientApp/node_modules/array.prototype.tosorted/shim.js b/apps/angular/node_modules/array.prototype.tosorted/shim.js similarity index 100% rename from ClientApp/node_modules/array.prototype.tosorted/shim.js rename to apps/angular/node_modules/array.prototype.tosorted/shim.js diff --git a/ClientApp/node_modules/array.prototype.tosorted/test/implementation.js b/apps/angular/node_modules/array.prototype.tosorted/test/implementation.js similarity index 100% rename from ClientApp/node_modules/array.prototype.tosorted/test/implementation.js rename to apps/angular/node_modules/array.prototype.tosorted/test/implementation.js diff --git a/ClientApp/node_modules/array.prototype.tosorted/test/index.js b/apps/angular/node_modules/array.prototype.tosorted/test/index.js similarity index 100% rename from ClientApp/node_modules/array.prototype.tosorted/test/index.js rename to apps/angular/node_modules/array.prototype.tosorted/test/index.js diff --git a/ClientApp/node_modules/array.prototype.tosorted/test/shimmed.js b/apps/angular/node_modules/array.prototype.tosorted/test/shimmed.js similarity index 100% rename from ClientApp/node_modules/array.prototype.tosorted/test/shimmed.js rename to apps/angular/node_modules/array.prototype.tosorted/test/shimmed.js diff --git a/ClientApp/node_modules/array.prototype.tosorted/test/tests.js b/apps/angular/node_modules/array.prototype.tosorted/test/tests.js similarity index 100% rename from ClientApp/node_modules/array.prototype.tosorted/test/tests.js rename to apps/angular/node_modules/array.prototype.tosorted/test/tests.js diff --git a/ClientApp/node_modules/arraybuffer.prototype.slice/.editorconfig b/apps/angular/node_modules/arraybuffer.prototype.slice/.editorconfig similarity index 100% rename from ClientApp/node_modules/arraybuffer.prototype.slice/.editorconfig rename to apps/angular/node_modules/arraybuffer.prototype.slice/.editorconfig diff --git a/ClientApp/node_modules/arraybuffer.prototype.slice/.eslintrc b/apps/angular/node_modules/arraybuffer.prototype.slice/.eslintrc similarity index 100% rename from ClientApp/node_modules/arraybuffer.prototype.slice/.eslintrc rename to apps/angular/node_modules/arraybuffer.prototype.slice/.eslintrc diff --git a/ClientApp/node_modules/arraybuffer.prototype.slice/.nycrc b/apps/angular/node_modules/arraybuffer.prototype.slice/.nycrc similarity index 100% rename from ClientApp/node_modules/arraybuffer.prototype.slice/.nycrc rename to apps/angular/node_modules/arraybuffer.prototype.slice/.nycrc diff --git a/ClientApp/node_modules/arraybuffer.prototype.slice/CHANGELOG.md b/apps/angular/node_modules/arraybuffer.prototype.slice/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/arraybuffer.prototype.slice/CHANGELOG.md rename to apps/angular/node_modules/arraybuffer.prototype.slice/CHANGELOG.md diff --git a/ClientApp/node_modules/arraybuffer.prototype.slice/LICENSE b/apps/angular/node_modules/arraybuffer.prototype.slice/LICENSE similarity index 100% rename from ClientApp/node_modules/arraybuffer.prototype.slice/LICENSE rename to apps/angular/node_modules/arraybuffer.prototype.slice/LICENSE diff --git a/ClientApp/node_modules/arraybuffer.prototype.slice/README.md b/apps/angular/node_modules/arraybuffer.prototype.slice/README.md similarity index 100% rename from ClientApp/node_modules/arraybuffer.prototype.slice/README.md rename to apps/angular/node_modules/arraybuffer.prototype.slice/README.md diff --git a/ClientApp/node_modules/arraybuffer.prototype.slice/auto.js b/apps/angular/node_modules/arraybuffer.prototype.slice/auto.js similarity index 100% rename from ClientApp/node_modules/arraybuffer.prototype.slice/auto.js rename to apps/angular/node_modules/arraybuffer.prototype.slice/auto.js diff --git a/ClientApp/node_modules/arraybuffer.prototype.slice/implementation.js b/apps/angular/node_modules/arraybuffer.prototype.slice/implementation.js similarity index 100% rename from ClientApp/node_modules/arraybuffer.prototype.slice/implementation.js rename to apps/angular/node_modules/arraybuffer.prototype.slice/implementation.js diff --git a/ClientApp/node_modules/arraybuffer.prototype.slice/index.js b/apps/angular/node_modules/arraybuffer.prototype.slice/index.js similarity index 100% rename from ClientApp/node_modules/arraybuffer.prototype.slice/index.js rename to apps/angular/node_modules/arraybuffer.prototype.slice/index.js diff --git a/ClientApp/node_modules/arraybuffer.prototype.slice/package.json b/apps/angular/node_modules/arraybuffer.prototype.slice/package.json similarity index 100% rename from ClientApp/node_modules/arraybuffer.prototype.slice/package.json rename to apps/angular/node_modules/arraybuffer.prototype.slice/package.json diff --git a/ClientApp/node_modules/arraybuffer.prototype.slice/polyfill.js b/apps/angular/node_modules/arraybuffer.prototype.slice/polyfill.js similarity index 100% rename from ClientApp/node_modules/arraybuffer.prototype.slice/polyfill.js rename to apps/angular/node_modules/arraybuffer.prototype.slice/polyfill.js diff --git a/ClientApp/node_modules/arraybuffer.prototype.slice/shim.js b/apps/angular/node_modules/arraybuffer.prototype.slice/shim.js similarity index 100% rename from ClientApp/node_modules/arraybuffer.prototype.slice/shim.js rename to apps/angular/node_modules/arraybuffer.prototype.slice/shim.js diff --git a/ClientApp/node_modules/arraybuffer.prototype.slice/test/implementation.js b/apps/angular/node_modules/arraybuffer.prototype.slice/test/implementation.js similarity index 100% rename from ClientApp/node_modules/arraybuffer.prototype.slice/test/implementation.js rename to apps/angular/node_modules/arraybuffer.prototype.slice/test/implementation.js diff --git a/ClientApp/node_modules/arraybuffer.prototype.slice/test/index.js b/apps/angular/node_modules/arraybuffer.prototype.slice/test/index.js similarity index 100% rename from ClientApp/node_modules/arraybuffer.prototype.slice/test/index.js rename to apps/angular/node_modules/arraybuffer.prototype.slice/test/index.js diff --git a/ClientApp/node_modules/arraybuffer.prototype.slice/test/shimmed.js b/apps/angular/node_modules/arraybuffer.prototype.slice/test/shimmed.js similarity index 100% rename from ClientApp/node_modules/arraybuffer.prototype.slice/test/shimmed.js rename to apps/angular/node_modules/arraybuffer.prototype.slice/test/shimmed.js diff --git a/ClientApp/node_modules/arraybuffer.prototype.slice/test/tests.js b/apps/angular/node_modules/arraybuffer.prototype.slice/test/tests.js similarity index 100% rename from ClientApp/node_modules/arraybuffer.prototype.slice/test/tests.js rename to apps/angular/node_modules/arraybuffer.prototype.slice/test/tests.js diff --git a/ClientApp/node_modules/asn1/Jenkinsfile b/apps/angular/node_modules/asn1/Jenkinsfile similarity index 100% rename from ClientApp/node_modules/asn1/Jenkinsfile rename to apps/angular/node_modules/asn1/Jenkinsfile diff --git a/ClientApp/node_modules/asn1/LICENSE b/apps/angular/node_modules/asn1/LICENSE similarity index 100% rename from ClientApp/node_modules/asn1/LICENSE rename to apps/angular/node_modules/asn1/LICENSE diff --git a/ClientApp/node_modules/asn1/README.md b/apps/angular/node_modules/asn1/README.md similarity index 100% rename from ClientApp/node_modules/asn1/README.md rename to apps/angular/node_modules/asn1/README.md diff --git a/ClientApp/node_modules/asn1/lib/ber/errors.js b/apps/angular/node_modules/asn1/lib/ber/errors.js similarity index 100% rename from ClientApp/node_modules/asn1/lib/ber/errors.js rename to apps/angular/node_modules/asn1/lib/ber/errors.js diff --git a/ClientApp/node_modules/asn1/lib/ber/index.js b/apps/angular/node_modules/asn1/lib/ber/index.js similarity index 100% rename from ClientApp/node_modules/asn1/lib/ber/index.js rename to apps/angular/node_modules/asn1/lib/ber/index.js diff --git a/ClientApp/node_modules/asn1/lib/ber/reader.js b/apps/angular/node_modules/asn1/lib/ber/reader.js similarity index 100% rename from ClientApp/node_modules/asn1/lib/ber/reader.js rename to apps/angular/node_modules/asn1/lib/ber/reader.js diff --git a/ClientApp/node_modules/asn1/lib/ber/types.js b/apps/angular/node_modules/asn1/lib/ber/types.js similarity index 100% rename from ClientApp/node_modules/asn1/lib/ber/types.js rename to apps/angular/node_modules/asn1/lib/ber/types.js diff --git a/ClientApp/node_modules/asn1/lib/ber/writer.js b/apps/angular/node_modules/asn1/lib/ber/writer.js similarity index 100% rename from ClientApp/node_modules/asn1/lib/ber/writer.js rename to apps/angular/node_modules/asn1/lib/ber/writer.js diff --git a/ClientApp/node_modules/asn1/lib/index.js b/apps/angular/node_modules/asn1/lib/index.js similarity index 100% rename from ClientApp/node_modules/asn1/lib/index.js rename to apps/angular/node_modules/asn1/lib/index.js diff --git a/ClientApp/node_modules/asn1/package.json b/apps/angular/node_modules/asn1/package.json similarity index 100% rename from ClientApp/node_modules/asn1/package.json rename to apps/angular/node_modules/asn1/package.json diff --git a/ClientApp/node_modules/assert-plus/AUTHORS b/apps/angular/node_modules/assert-plus/AUTHORS similarity index 100% rename from ClientApp/node_modules/assert-plus/AUTHORS rename to apps/angular/node_modules/assert-plus/AUTHORS diff --git a/ClientApp/node_modules/assert-plus/CHANGES.md b/apps/angular/node_modules/assert-plus/CHANGES.md similarity index 100% rename from ClientApp/node_modules/assert-plus/CHANGES.md rename to apps/angular/node_modules/assert-plus/CHANGES.md diff --git a/ClientApp/node_modules/assert-plus/README.md b/apps/angular/node_modules/assert-plus/README.md similarity index 100% rename from ClientApp/node_modules/assert-plus/README.md rename to apps/angular/node_modules/assert-plus/README.md diff --git a/ClientApp/node_modules/assert-plus/assert.js b/apps/angular/node_modules/assert-plus/assert.js similarity index 100% rename from ClientApp/node_modules/assert-plus/assert.js rename to apps/angular/node_modules/assert-plus/assert.js diff --git a/ClientApp/node_modules/assert-plus/package.json b/apps/angular/node_modules/assert-plus/package.json similarity index 100% rename from ClientApp/node_modules/assert-plus/package.json rename to apps/angular/node_modules/assert-plus/package.json diff --git a/ClientApp/node_modules/assertion-error/History.md b/apps/angular/node_modules/assertion-error/History.md similarity index 100% rename from ClientApp/node_modules/assertion-error/History.md rename to apps/angular/node_modules/assertion-error/History.md diff --git a/ClientApp/node_modules/assertion-error/README.md b/apps/angular/node_modules/assertion-error/README.md similarity index 100% rename from ClientApp/node_modules/assertion-error/README.md rename to apps/angular/node_modules/assertion-error/README.md diff --git a/ClientApp/node_modules/assertion-error/index.d.ts b/apps/angular/node_modules/assertion-error/index.d.ts similarity index 100% rename from ClientApp/node_modules/assertion-error/index.d.ts rename to apps/angular/node_modules/assertion-error/index.d.ts diff --git a/ClientApp/node_modules/assertion-error/index.js b/apps/angular/node_modules/assertion-error/index.js similarity index 100% rename from ClientApp/node_modules/assertion-error/index.js rename to apps/angular/node_modules/assertion-error/index.js diff --git a/ClientApp/node_modules/assertion-error/package.json b/apps/angular/node_modules/assertion-error/package.json similarity index 100% rename from ClientApp/node_modules/assertion-error/package.json rename to apps/angular/node_modules/assertion-error/package.json diff --git a/ClientApp/node_modules/ast-types/LICENSE b/apps/angular/node_modules/ast-types/LICENSE similarity index 100% rename from ClientApp/node_modules/ast-types/LICENSE rename to apps/angular/node_modules/ast-types/LICENSE diff --git a/ClientApp/node_modules/ast-types/README.md b/apps/angular/node_modules/ast-types/README.md similarity index 100% rename from ClientApp/node_modules/ast-types/README.md rename to apps/angular/node_modules/ast-types/README.md diff --git a/ClientApp/node_modules/ast-types/lib/def/babel-core.d.ts b/apps/angular/node_modules/ast-types/lib/def/babel-core.d.ts similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/babel-core.d.ts rename to apps/angular/node_modules/ast-types/lib/def/babel-core.d.ts diff --git a/ClientApp/node_modules/ast-types/lib/def/babel-core.js b/apps/angular/node_modules/ast-types/lib/def/babel-core.js similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/babel-core.js rename to apps/angular/node_modules/ast-types/lib/def/babel-core.js diff --git a/ClientApp/node_modules/ast-types/lib/def/babel-core.js.map b/apps/angular/node_modules/ast-types/lib/def/babel-core.js.map similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/babel-core.js.map rename to apps/angular/node_modules/ast-types/lib/def/babel-core.js.map diff --git a/ClientApp/node_modules/ast-types/lib/def/babel.d.ts b/apps/angular/node_modules/ast-types/lib/def/babel.d.ts similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/babel.d.ts rename to apps/angular/node_modules/ast-types/lib/def/babel.d.ts diff --git a/ClientApp/node_modules/ast-types/lib/def/babel.js b/apps/angular/node_modules/ast-types/lib/def/babel.js similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/babel.js rename to apps/angular/node_modules/ast-types/lib/def/babel.js diff --git a/ClientApp/node_modules/ast-types/lib/def/babel.js.map b/apps/angular/node_modules/ast-types/lib/def/babel.js.map similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/babel.js.map rename to apps/angular/node_modules/ast-types/lib/def/babel.js.map diff --git a/ClientApp/node_modules/ast-types/lib/def/core.d.ts b/apps/angular/node_modules/ast-types/lib/def/core.d.ts similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/core.d.ts rename to apps/angular/node_modules/ast-types/lib/def/core.d.ts diff --git a/ClientApp/node_modules/ast-types/lib/def/core.js b/apps/angular/node_modules/ast-types/lib/def/core.js similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/core.js rename to apps/angular/node_modules/ast-types/lib/def/core.js diff --git a/ClientApp/node_modules/ast-types/lib/def/core.js.map b/apps/angular/node_modules/ast-types/lib/def/core.js.map similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/core.js.map rename to apps/angular/node_modules/ast-types/lib/def/core.js.map diff --git a/ClientApp/node_modules/ast-types/lib/def/es-proposals.d.ts b/apps/angular/node_modules/ast-types/lib/def/es-proposals.d.ts similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/es-proposals.d.ts rename to apps/angular/node_modules/ast-types/lib/def/es-proposals.d.ts diff --git a/ClientApp/node_modules/ast-types/lib/def/es-proposals.js b/apps/angular/node_modules/ast-types/lib/def/es-proposals.js similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/es-proposals.js rename to apps/angular/node_modules/ast-types/lib/def/es-proposals.js diff --git a/ClientApp/node_modules/ast-types/lib/def/es-proposals.js.map b/apps/angular/node_modules/ast-types/lib/def/es-proposals.js.map similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/es-proposals.js.map rename to apps/angular/node_modules/ast-types/lib/def/es-proposals.js.map diff --git a/ClientApp/node_modules/ast-types/lib/def/es2016.d.ts b/apps/angular/node_modules/ast-types/lib/def/es2016.d.ts similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/es2016.d.ts rename to apps/angular/node_modules/ast-types/lib/def/es2016.d.ts diff --git a/ClientApp/node_modules/ast-types/lib/def/es2016.js b/apps/angular/node_modules/ast-types/lib/def/es2016.js similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/es2016.js rename to apps/angular/node_modules/ast-types/lib/def/es2016.js diff --git a/ClientApp/node_modules/ast-types/lib/def/es2016.js.map b/apps/angular/node_modules/ast-types/lib/def/es2016.js.map similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/es2016.js.map rename to apps/angular/node_modules/ast-types/lib/def/es2016.js.map diff --git a/ClientApp/node_modules/ast-types/lib/def/es2017.d.ts b/apps/angular/node_modules/ast-types/lib/def/es2017.d.ts similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/es2017.d.ts rename to apps/angular/node_modules/ast-types/lib/def/es2017.d.ts diff --git a/ClientApp/node_modules/ast-types/lib/def/es2017.js b/apps/angular/node_modules/ast-types/lib/def/es2017.js similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/es2017.js rename to apps/angular/node_modules/ast-types/lib/def/es2017.js diff --git a/ClientApp/node_modules/ast-types/lib/def/es2017.js.map b/apps/angular/node_modules/ast-types/lib/def/es2017.js.map similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/es2017.js.map rename to apps/angular/node_modules/ast-types/lib/def/es2017.js.map diff --git a/ClientApp/node_modules/ast-types/lib/def/es2018.d.ts b/apps/angular/node_modules/ast-types/lib/def/es2018.d.ts similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/es2018.d.ts rename to apps/angular/node_modules/ast-types/lib/def/es2018.d.ts diff --git a/ClientApp/node_modules/ast-types/lib/def/es2018.js b/apps/angular/node_modules/ast-types/lib/def/es2018.js similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/es2018.js rename to apps/angular/node_modules/ast-types/lib/def/es2018.js diff --git a/ClientApp/node_modules/ast-types/lib/def/es2018.js.map b/apps/angular/node_modules/ast-types/lib/def/es2018.js.map similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/es2018.js.map rename to apps/angular/node_modules/ast-types/lib/def/es2018.js.map diff --git a/ClientApp/node_modules/ast-types/lib/def/es2019.d.ts b/apps/angular/node_modules/ast-types/lib/def/es2019.d.ts similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/es2019.d.ts rename to apps/angular/node_modules/ast-types/lib/def/es2019.d.ts diff --git a/ClientApp/node_modules/ast-types/lib/def/es2019.js b/apps/angular/node_modules/ast-types/lib/def/es2019.js similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/es2019.js rename to apps/angular/node_modules/ast-types/lib/def/es2019.js diff --git a/ClientApp/node_modules/ast-types/lib/def/es2019.js.map b/apps/angular/node_modules/ast-types/lib/def/es2019.js.map similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/es2019.js.map rename to apps/angular/node_modules/ast-types/lib/def/es2019.js.map diff --git a/ClientApp/node_modules/ast-types/lib/def/es2020.d.ts b/apps/angular/node_modules/ast-types/lib/def/es2020.d.ts similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/es2020.d.ts rename to apps/angular/node_modules/ast-types/lib/def/es2020.d.ts diff --git a/ClientApp/node_modules/ast-types/lib/def/es2020.js b/apps/angular/node_modules/ast-types/lib/def/es2020.js similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/es2020.js rename to apps/angular/node_modules/ast-types/lib/def/es2020.js diff --git a/ClientApp/node_modules/ast-types/lib/def/es2020.js.map b/apps/angular/node_modules/ast-types/lib/def/es2020.js.map similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/es2020.js.map rename to apps/angular/node_modules/ast-types/lib/def/es2020.js.map diff --git a/ClientApp/node_modules/ast-types/lib/def/es2021.d.ts b/apps/angular/node_modules/ast-types/lib/def/es2021.d.ts similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/es2021.d.ts rename to apps/angular/node_modules/ast-types/lib/def/es2021.d.ts diff --git a/ClientApp/node_modules/ast-types/lib/def/es2021.js b/apps/angular/node_modules/ast-types/lib/def/es2021.js similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/es2021.js rename to apps/angular/node_modules/ast-types/lib/def/es2021.js diff --git a/ClientApp/node_modules/ast-types/lib/def/es2021.js.map b/apps/angular/node_modules/ast-types/lib/def/es2021.js.map similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/es2021.js.map rename to apps/angular/node_modules/ast-types/lib/def/es2021.js.map diff --git a/ClientApp/node_modules/ast-types/lib/def/es2022.d.ts b/apps/angular/node_modules/ast-types/lib/def/es2022.d.ts similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/es2022.d.ts rename to apps/angular/node_modules/ast-types/lib/def/es2022.d.ts diff --git a/ClientApp/node_modules/ast-types/lib/def/es2022.js b/apps/angular/node_modules/ast-types/lib/def/es2022.js similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/es2022.js rename to apps/angular/node_modules/ast-types/lib/def/es2022.js diff --git a/ClientApp/node_modules/ast-types/lib/def/es2022.js.map b/apps/angular/node_modules/ast-types/lib/def/es2022.js.map similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/es2022.js.map rename to apps/angular/node_modules/ast-types/lib/def/es2022.js.map diff --git a/ClientApp/node_modules/ast-types/lib/def/es6.d.ts b/apps/angular/node_modules/ast-types/lib/def/es6.d.ts similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/es6.d.ts rename to apps/angular/node_modules/ast-types/lib/def/es6.d.ts diff --git a/ClientApp/node_modules/ast-types/lib/def/es6.js b/apps/angular/node_modules/ast-types/lib/def/es6.js similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/es6.js rename to apps/angular/node_modules/ast-types/lib/def/es6.js diff --git a/ClientApp/node_modules/ast-types/lib/def/es6.js.map b/apps/angular/node_modules/ast-types/lib/def/es6.js.map similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/es6.js.map rename to apps/angular/node_modules/ast-types/lib/def/es6.js.map diff --git a/ClientApp/node_modules/ast-types/lib/def/esprima.d.ts b/apps/angular/node_modules/ast-types/lib/def/esprima.d.ts similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/esprima.d.ts rename to apps/angular/node_modules/ast-types/lib/def/esprima.d.ts diff --git a/ClientApp/node_modules/ast-types/lib/def/esprima.js b/apps/angular/node_modules/ast-types/lib/def/esprima.js similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/esprima.js rename to apps/angular/node_modules/ast-types/lib/def/esprima.js diff --git a/ClientApp/node_modules/ast-types/lib/def/esprima.js.map b/apps/angular/node_modules/ast-types/lib/def/esprima.js.map similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/esprima.js.map rename to apps/angular/node_modules/ast-types/lib/def/esprima.js.map diff --git a/ClientApp/node_modules/ast-types/lib/def/flow.d.ts b/apps/angular/node_modules/ast-types/lib/def/flow.d.ts similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/flow.d.ts rename to apps/angular/node_modules/ast-types/lib/def/flow.d.ts diff --git a/ClientApp/node_modules/ast-types/lib/def/flow.js b/apps/angular/node_modules/ast-types/lib/def/flow.js similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/flow.js rename to apps/angular/node_modules/ast-types/lib/def/flow.js diff --git a/ClientApp/node_modules/ast-types/lib/def/flow.js.map b/apps/angular/node_modules/ast-types/lib/def/flow.js.map similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/flow.js.map rename to apps/angular/node_modules/ast-types/lib/def/flow.js.map diff --git a/ClientApp/node_modules/ast-types/lib/def/jsx.d.ts b/apps/angular/node_modules/ast-types/lib/def/jsx.d.ts similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/jsx.d.ts rename to apps/angular/node_modules/ast-types/lib/def/jsx.d.ts diff --git a/ClientApp/node_modules/ast-types/lib/def/jsx.js b/apps/angular/node_modules/ast-types/lib/def/jsx.js similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/jsx.js rename to apps/angular/node_modules/ast-types/lib/def/jsx.js diff --git a/ClientApp/node_modules/ast-types/lib/def/jsx.js.map b/apps/angular/node_modules/ast-types/lib/def/jsx.js.map similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/jsx.js.map rename to apps/angular/node_modules/ast-types/lib/def/jsx.js.map diff --git a/ClientApp/node_modules/ast-types/lib/def/operators/core.d.ts b/apps/angular/node_modules/ast-types/lib/def/operators/core.d.ts similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/operators/core.d.ts rename to apps/angular/node_modules/ast-types/lib/def/operators/core.d.ts diff --git a/ClientApp/node_modules/ast-types/lib/def/operators/core.js b/apps/angular/node_modules/ast-types/lib/def/operators/core.js similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/operators/core.js rename to apps/angular/node_modules/ast-types/lib/def/operators/core.js diff --git a/ClientApp/node_modules/ast-types/lib/def/operators/core.js.map b/apps/angular/node_modules/ast-types/lib/def/operators/core.js.map similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/operators/core.js.map rename to apps/angular/node_modules/ast-types/lib/def/operators/core.js.map diff --git a/ClientApp/node_modules/ast-types/lib/def/operators/es2016.d.ts b/apps/angular/node_modules/ast-types/lib/def/operators/es2016.d.ts similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/operators/es2016.d.ts rename to apps/angular/node_modules/ast-types/lib/def/operators/es2016.d.ts diff --git a/ClientApp/node_modules/ast-types/lib/def/operators/es2016.js b/apps/angular/node_modules/ast-types/lib/def/operators/es2016.js similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/operators/es2016.js rename to apps/angular/node_modules/ast-types/lib/def/operators/es2016.js diff --git a/ClientApp/node_modules/ast-types/lib/def/operators/es2016.js.map b/apps/angular/node_modules/ast-types/lib/def/operators/es2016.js.map similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/operators/es2016.js.map rename to apps/angular/node_modules/ast-types/lib/def/operators/es2016.js.map diff --git a/ClientApp/node_modules/ast-types/lib/def/operators/es2020.d.ts b/apps/angular/node_modules/ast-types/lib/def/operators/es2020.d.ts similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/operators/es2020.d.ts rename to apps/angular/node_modules/ast-types/lib/def/operators/es2020.d.ts diff --git a/ClientApp/node_modules/ast-types/lib/def/operators/es2020.js b/apps/angular/node_modules/ast-types/lib/def/operators/es2020.js similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/operators/es2020.js rename to apps/angular/node_modules/ast-types/lib/def/operators/es2020.js diff --git a/ClientApp/node_modules/ast-types/lib/def/operators/es2020.js.map b/apps/angular/node_modules/ast-types/lib/def/operators/es2020.js.map similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/operators/es2020.js.map rename to apps/angular/node_modules/ast-types/lib/def/operators/es2020.js.map diff --git a/ClientApp/node_modules/ast-types/lib/def/operators/es2021.d.ts b/apps/angular/node_modules/ast-types/lib/def/operators/es2021.d.ts similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/operators/es2021.d.ts rename to apps/angular/node_modules/ast-types/lib/def/operators/es2021.d.ts diff --git a/ClientApp/node_modules/ast-types/lib/def/operators/es2021.js b/apps/angular/node_modules/ast-types/lib/def/operators/es2021.js similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/operators/es2021.js rename to apps/angular/node_modules/ast-types/lib/def/operators/es2021.js diff --git a/ClientApp/node_modules/ast-types/lib/def/operators/es2021.js.map b/apps/angular/node_modules/ast-types/lib/def/operators/es2021.js.map similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/operators/es2021.js.map rename to apps/angular/node_modules/ast-types/lib/def/operators/es2021.js.map diff --git a/ClientApp/node_modules/ast-types/lib/def/type-annotations.d.ts b/apps/angular/node_modules/ast-types/lib/def/type-annotations.d.ts similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/type-annotations.d.ts rename to apps/angular/node_modules/ast-types/lib/def/type-annotations.d.ts diff --git a/ClientApp/node_modules/ast-types/lib/def/type-annotations.js b/apps/angular/node_modules/ast-types/lib/def/type-annotations.js similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/type-annotations.js rename to apps/angular/node_modules/ast-types/lib/def/type-annotations.js diff --git a/ClientApp/node_modules/ast-types/lib/def/type-annotations.js.map b/apps/angular/node_modules/ast-types/lib/def/type-annotations.js.map similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/type-annotations.js.map rename to apps/angular/node_modules/ast-types/lib/def/type-annotations.js.map diff --git a/ClientApp/node_modules/ast-types/lib/def/typescript.d.ts b/apps/angular/node_modules/ast-types/lib/def/typescript.d.ts similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/typescript.d.ts rename to apps/angular/node_modules/ast-types/lib/def/typescript.d.ts diff --git a/ClientApp/node_modules/ast-types/lib/def/typescript.js b/apps/angular/node_modules/ast-types/lib/def/typescript.js similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/typescript.js rename to apps/angular/node_modules/ast-types/lib/def/typescript.js diff --git a/ClientApp/node_modules/ast-types/lib/def/typescript.js.map b/apps/angular/node_modules/ast-types/lib/def/typescript.js.map similarity index 100% rename from ClientApp/node_modules/ast-types/lib/def/typescript.js.map rename to apps/angular/node_modules/ast-types/lib/def/typescript.js.map diff --git a/ClientApp/node_modules/ast-types/lib/equiv.d.ts b/apps/angular/node_modules/ast-types/lib/equiv.d.ts similarity index 100% rename from ClientApp/node_modules/ast-types/lib/equiv.d.ts rename to apps/angular/node_modules/ast-types/lib/equiv.d.ts diff --git a/ClientApp/node_modules/ast-types/lib/equiv.js b/apps/angular/node_modules/ast-types/lib/equiv.js similarity index 100% rename from ClientApp/node_modules/ast-types/lib/equiv.js rename to apps/angular/node_modules/ast-types/lib/equiv.js diff --git a/ClientApp/node_modules/ast-types/lib/equiv.js.map b/apps/angular/node_modules/ast-types/lib/equiv.js.map similarity index 100% rename from ClientApp/node_modules/ast-types/lib/equiv.js.map rename to apps/angular/node_modules/ast-types/lib/equiv.js.map diff --git a/ClientApp/node_modules/ast-types/lib/fork.d.ts b/apps/angular/node_modules/ast-types/lib/fork.d.ts similarity index 100% rename from ClientApp/node_modules/ast-types/lib/fork.d.ts rename to apps/angular/node_modules/ast-types/lib/fork.d.ts diff --git a/ClientApp/node_modules/ast-types/lib/fork.js b/apps/angular/node_modules/ast-types/lib/fork.js similarity index 100% rename from ClientApp/node_modules/ast-types/lib/fork.js rename to apps/angular/node_modules/ast-types/lib/fork.js diff --git a/ClientApp/node_modules/ast-types/lib/fork.js.map b/apps/angular/node_modules/ast-types/lib/fork.js.map similarity index 100% rename from ClientApp/node_modules/ast-types/lib/fork.js.map rename to apps/angular/node_modules/ast-types/lib/fork.js.map diff --git a/ClientApp/node_modules/ast-types/lib/gen/builders.d.ts b/apps/angular/node_modules/ast-types/lib/gen/builders.d.ts similarity index 100% rename from ClientApp/node_modules/ast-types/lib/gen/builders.d.ts rename to apps/angular/node_modules/ast-types/lib/gen/builders.d.ts diff --git a/ClientApp/node_modules/ast-types/lib/gen/builders.js b/apps/angular/node_modules/ast-types/lib/gen/builders.js similarity index 100% rename from ClientApp/node_modules/ast-types/lib/gen/builders.js rename to apps/angular/node_modules/ast-types/lib/gen/builders.js diff --git a/ClientApp/node_modules/ast-types/lib/gen/builders.js.map b/apps/angular/node_modules/ast-types/lib/gen/builders.js.map similarity index 100% rename from ClientApp/node_modules/ast-types/lib/gen/builders.js.map rename to apps/angular/node_modules/ast-types/lib/gen/builders.js.map diff --git a/ClientApp/node_modules/ast-types/lib/gen/kinds.d.ts b/apps/angular/node_modules/ast-types/lib/gen/kinds.d.ts similarity index 100% rename from ClientApp/node_modules/ast-types/lib/gen/kinds.d.ts rename to apps/angular/node_modules/ast-types/lib/gen/kinds.d.ts diff --git a/ClientApp/node_modules/ast-types/lib/gen/kinds.js b/apps/angular/node_modules/ast-types/lib/gen/kinds.js similarity index 100% rename from ClientApp/node_modules/ast-types/lib/gen/kinds.js rename to apps/angular/node_modules/ast-types/lib/gen/kinds.js diff --git a/ClientApp/node_modules/ast-types/lib/gen/kinds.js.map b/apps/angular/node_modules/ast-types/lib/gen/kinds.js.map similarity index 100% rename from ClientApp/node_modules/ast-types/lib/gen/kinds.js.map rename to apps/angular/node_modules/ast-types/lib/gen/kinds.js.map diff --git a/ClientApp/node_modules/ast-types/lib/gen/namedTypes.d.ts b/apps/angular/node_modules/ast-types/lib/gen/namedTypes.d.ts similarity index 100% rename from ClientApp/node_modules/ast-types/lib/gen/namedTypes.d.ts rename to apps/angular/node_modules/ast-types/lib/gen/namedTypes.d.ts diff --git a/ClientApp/node_modules/ast-types/lib/gen/namedTypes.js b/apps/angular/node_modules/ast-types/lib/gen/namedTypes.js similarity index 100% rename from ClientApp/node_modules/ast-types/lib/gen/namedTypes.js rename to apps/angular/node_modules/ast-types/lib/gen/namedTypes.js diff --git a/ClientApp/node_modules/ast-types/lib/gen/namedTypes.js.map b/apps/angular/node_modules/ast-types/lib/gen/namedTypes.js.map similarity index 100% rename from ClientApp/node_modules/ast-types/lib/gen/namedTypes.js.map rename to apps/angular/node_modules/ast-types/lib/gen/namedTypes.js.map diff --git a/ClientApp/node_modules/ast-types/lib/gen/visitor.d.ts b/apps/angular/node_modules/ast-types/lib/gen/visitor.d.ts similarity index 100% rename from ClientApp/node_modules/ast-types/lib/gen/visitor.d.ts rename to apps/angular/node_modules/ast-types/lib/gen/visitor.d.ts diff --git a/ClientApp/node_modules/ast-types/lib/gen/visitor.js b/apps/angular/node_modules/ast-types/lib/gen/visitor.js similarity index 100% rename from ClientApp/node_modules/ast-types/lib/gen/visitor.js rename to apps/angular/node_modules/ast-types/lib/gen/visitor.js diff --git a/ClientApp/node_modules/ast-types/lib/gen/visitor.js.map b/apps/angular/node_modules/ast-types/lib/gen/visitor.js.map similarity index 100% rename from ClientApp/node_modules/ast-types/lib/gen/visitor.js.map rename to apps/angular/node_modules/ast-types/lib/gen/visitor.js.map diff --git a/ClientApp/node_modules/ast-types/lib/main.d.ts b/apps/angular/node_modules/ast-types/lib/main.d.ts similarity index 100% rename from ClientApp/node_modules/ast-types/lib/main.d.ts rename to apps/angular/node_modules/ast-types/lib/main.d.ts diff --git a/ClientApp/node_modules/ast-types/lib/main.js b/apps/angular/node_modules/ast-types/lib/main.js similarity index 100% rename from ClientApp/node_modules/ast-types/lib/main.js rename to apps/angular/node_modules/ast-types/lib/main.js diff --git a/ClientApp/node_modules/ast-types/lib/main.js.map b/apps/angular/node_modules/ast-types/lib/main.js.map similarity index 100% rename from ClientApp/node_modules/ast-types/lib/main.js.map rename to apps/angular/node_modules/ast-types/lib/main.js.map diff --git a/ClientApp/node_modules/ast-types/lib/node-path.d.ts b/apps/angular/node_modules/ast-types/lib/node-path.d.ts similarity index 100% rename from ClientApp/node_modules/ast-types/lib/node-path.d.ts rename to apps/angular/node_modules/ast-types/lib/node-path.d.ts diff --git a/ClientApp/node_modules/ast-types/lib/node-path.js b/apps/angular/node_modules/ast-types/lib/node-path.js similarity index 100% rename from ClientApp/node_modules/ast-types/lib/node-path.js rename to apps/angular/node_modules/ast-types/lib/node-path.js diff --git a/ClientApp/node_modules/ast-types/lib/node-path.js.map b/apps/angular/node_modules/ast-types/lib/node-path.js.map similarity index 100% rename from ClientApp/node_modules/ast-types/lib/node-path.js.map rename to apps/angular/node_modules/ast-types/lib/node-path.js.map diff --git a/ClientApp/node_modules/ast-types/lib/path-visitor.d.ts b/apps/angular/node_modules/ast-types/lib/path-visitor.d.ts similarity index 100% rename from ClientApp/node_modules/ast-types/lib/path-visitor.d.ts rename to apps/angular/node_modules/ast-types/lib/path-visitor.d.ts diff --git a/ClientApp/node_modules/ast-types/lib/path-visitor.js b/apps/angular/node_modules/ast-types/lib/path-visitor.js similarity index 100% rename from ClientApp/node_modules/ast-types/lib/path-visitor.js rename to apps/angular/node_modules/ast-types/lib/path-visitor.js diff --git a/ClientApp/node_modules/ast-types/lib/path-visitor.js.map b/apps/angular/node_modules/ast-types/lib/path-visitor.js.map similarity index 100% rename from ClientApp/node_modules/ast-types/lib/path-visitor.js.map rename to apps/angular/node_modules/ast-types/lib/path-visitor.js.map diff --git a/ClientApp/node_modules/ast-types/lib/path.d.ts b/apps/angular/node_modules/ast-types/lib/path.d.ts similarity index 100% rename from ClientApp/node_modules/ast-types/lib/path.d.ts rename to apps/angular/node_modules/ast-types/lib/path.d.ts diff --git a/ClientApp/node_modules/ast-types/lib/path.js b/apps/angular/node_modules/ast-types/lib/path.js similarity index 100% rename from ClientApp/node_modules/ast-types/lib/path.js rename to apps/angular/node_modules/ast-types/lib/path.js diff --git a/ClientApp/node_modules/ast-types/lib/path.js.map b/apps/angular/node_modules/ast-types/lib/path.js.map similarity index 100% rename from ClientApp/node_modules/ast-types/lib/path.js.map rename to apps/angular/node_modules/ast-types/lib/path.js.map diff --git a/ClientApp/node_modules/ast-types/lib/scope.d.ts b/apps/angular/node_modules/ast-types/lib/scope.d.ts similarity index 100% rename from ClientApp/node_modules/ast-types/lib/scope.d.ts rename to apps/angular/node_modules/ast-types/lib/scope.d.ts diff --git a/ClientApp/node_modules/ast-types/lib/scope.js b/apps/angular/node_modules/ast-types/lib/scope.js similarity index 100% rename from ClientApp/node_modules/ast-types/lib/scope.js rename to apps/angular/node_modules/ast-types/lib/scope.js diff --git a/ClientApp/node_modules/ast-types/lib/scope.js.map b/apps/angular/node_modules/ast-types/lib/scope.js.map similarity index 100% rename from ClientApp/node_modules/ast-types/lib/scope.js.map rename to apps/angular/node_modules/ast-types/lib/scope.js.map diff --git a/ClientApp/node_modules/ast-types/lib/shared.d.ts b/apps/angular/node_modules/ast-types/lib/shared.d.ts similarity index 100% rename from ClientApp/node_modules/ast-types/lib/shared.d.ts rename to apps/angular/node_modules/ast-types/lib/shared.d.ts diff --git a/ClientApp/node_modules/ast-types/lib/shared.js b/apps/angular/node_modules/ast-types/lib/shared.js similarity index 100% rename from ClientApp/node_modules/ast-types/lib/shared.js rename to apps/angular/node_modules/ast-types/lib/shared.js diff --git a/ClientApp/node_modules/ast-types/lib/shared.js.map b/apps/angular/node_modules/ast-types/lib/shared.js.map similarity index 100% rename from ClientApp/node_modules/ast-types/lib/shared.js.map rename to apps/angular/node_modules/ast-types/lib/shared.js.map diff --git a/ClientApp/node_modules/ast-types/lib/types.d.ts b/apps/angular/node_modules/ast-types/lib/types.d.ts similarity index 100% rename from ClientApp/node_modules/ast-types/lib/types.d.ts rename to apps/angular/node_modules/ast-types/lib/types.d.ts diff --git a/ClientApp/node_modules/ast-types/lib/types.js b/apps/angular/node_modules/ast-types/lib/types.js similarity index 100% rename from ClientApp/node_modules/ast-types/lib/types.js rename to apps/angular/node_modules/ast-types/lib/types.js diff --git a/ClientApp/node_modules/ast-types/lib/types.js.map b/apps/angular/node_modules/ast-types/lib/types.js.map similarity index 100% rename from ClientApp/node_modules/ast-types/lib/types.js.map rename to apps/angular/node_modules/ast-types/lib/types.js.map diff --git a/ClientApp/node_modules/ast-types/package.json b/apps/angular/node_modules/ast-types/package.json similarity index 100% rename from ClientApp/node_modules/ast-types/package.json rename to apps/angular/node_modules/ast-types/package.json diff --git a/ClientApp/node_modules/astral-regex/index.d.ts b/apps/angular/node_modules/astral-regex/index.d.ts similarity index 100% rename from ClientApp/node_modules/astral-regex/index.d.ts rename to apps/angular/node_modules/astral-regex/index.d.ts diff --git a/ClientApp/node_modules/astral-regex/index.js b/apps/angular/node_modules/astral-regex/index.js similarity index 100% rename from ClientApp/node_modules/astral-regex/index.js rename to apps/angular/node_modules/astral-regex/index.js diff --git a/ClientApp/node_modules/astral-regex/license b/apps/angular/node_modules/astral-regex/license similarity index 100% rename from ClientApp/node_modules/astral-regex/license rename to apps/angular/node_modules/astral-regex/license diff --git a/ClientApp/node_modules/astral-regex/package.json b/apps/angular/node_modules/astral-regex/package.json similarity index 100% rename from ClientApp/node_modules/astral-regex/package.json rename to apps/angular/node_modules/astral-regex/package.json diff --git a/ClientApp/node_modules/astral-regex/readme.md b/apps/angular/node_modules/astral-regex/readme.md similarity index 100% rename from ClientApp/node_modules/astral-regex/readme.md rename to apps/angular/node_modules/astral-regex/readme.md diff --git a/ClientApp/node_modules/async-function/.eslintrc b/apps/angular/node_modules/async-function/.eslintrc similarity index 100% rename from ClientApp/node_modules/async-function/.eslintrc rename to apps/angular/node_modules/async-function/.eslintrc diff --git a/ClientApp/node_modules/async-function/.github/FUNDING.yml b/apps/angular/node_modules/async-function/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/async-function/.github/FUNDING.yml rename to apps/angular/node_modules/async-function/.github/FUNDING.yml diff --git a/ClientApp/node_modules/async-function/.nycrc b/apps/angular/node_modules/async-function/.nycrc similarity index 100% rename from ClientApp/node_modules/async-function/.nycrc rename to apps/angular/node_modules/async-function/.nycrc diff --git a/ClientApp/node_modules/async-function/CHANGELOG.md b/apps/angular/node_modules/async-function/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/async-function/CHANGELOG.md rename to apps/angular/node_modules/async-function/CHANGELOG.md diff --git a/ClientApp/node_modules/async-function/LICENSE b/apps/angular/node_modules/async-function/LICENSE similarity index 100% rename from ClientApp/node_modules/async-function/LICENSE rename to apps/angular/node_modules/async-function/LICENSE diff --git a/ClientApp/node_modules/async-function/README.md b/apps/angular/node_modules/async-function/README.md similarity index 100% rename from ClientApp/node_modules/async-function/README.md rename to apps/angular/node_modules/async-function/README.md diff --git a/ClientApp/node_modules/async-function/index.d.mts b/apps/angular/node_modules/async-function/index.d.mts similarity index 100% rename from ClientApp/node_modules/async-function/index.d.mts rename to apps/angular/node_modules/async-function/index.d.mts diff --git a/ClientApp/node_modules/async-function/index.d.ts b/apps/angular/node_modules/async-function/index.d.ts similarity index 100% rename from ClientApp/node_modules/async-function/index.d.ts rename to apps/angular/node_modules/async-function/index.d.ts diff --git a/ClientApp/node_modules/async-function/index.js b/apps/angular/node_modules/async-function/index.js similarity index 100% rename from ClientApp/node_modules/async-function/index.js rename to apps/angular/node_modules/async-function/index.js diff --git a/ClientApp/node_modules/async-function/index.mjs b/apps/angular/node_modules/async-function/index.mjs similarity index 100% rename from ClientApp/node_modules/async-function/index.mjs rename to apps/angular/node_modules/async-function/index.mjs diff --git a/ClientApp/node_modules/async-function/legacy.js b/apps/angular/node_modules/async-function/legacy.js similarity index 100% rename from ClientApp/node_modules/async-function/legacy.js rename to apps/angular/node_modules/async-function/legacy.js diff --git a/ClientApp/node_modules/async-function/package.json b/apps/angular/node_modules/async-function/package.json similarity index 100% rename from ClientApp/node_modules/async-function/package.json rename to apps/angular/node_modules/async-function/package.json diff --git a/ClientApp/node_modules/async-function/require.mjs b/apps/angular/node_modules/async-function/require.mjs similarity index 100% rename from ClientApp/node_modules/async-function/require.mjs rename to apps/angular/node_modules/async-function/require.mjs diff --git a/ClientApp/node_modules/async-function/test/index.js b/apps/angular/node_modules/async-function/test/index.js similarity index 100% rename from ClientApp/node_modules/async-function/test/index.js rename to apps/angular/node_modules/async-function/test/index.js diff --git a/ClientApp/node_modules/async-function/tsconfig.json b/apps/angular/node_modules/async-function/tsconfig.json similarity index 100% rename from ClientApp/node_modules/async-function/tsconfig.json rename to apps/angular/node_modules/async-function/tsconfig.json diff --git a/ClientApp/node_modules/async/CHANGELOG.md b/apps/angular/node_modules/async/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/async/CHANGELOG.md rename to apps/angular/node_modules/async/CHANGELOG.md diff --git a/ClientApp/node_modules/async/LICENSE b/apps/angular/node_modules/async/LICENSE similarity index 100% rename from ClientApp/node_modules/async/LICENSE rename to apps/angular/node_modules/async/LICENSE diff --git a/ClientApp/node_modules/async/README.md b/apps/angular/node_modules/async/README.md similarity index 100% rename from ClientApp/node_modules/async/README.md rename to apps/angular/node_modules/async/README.md diff --git a/ClientApp/node_modules/async/all.js b/apps/angular/node_modules/async/all.js similarity index 100% rename from ClientApp/node_modules/async/all.js rename to apps/angular/node_modules/async/all.js diff --git a/ClientApp/node_modules/async/allLimit.js b/apps/angular/node_modules/async/allLimit.js similarity index 100% rename from ClientApp/node_modules/async/allLimit.js rename to apps/angular/node_modules/async/allLimit.js diff --git a/ClientApp/node_modules/async/allSeries.js b/apps/angular/node_modules/async/allSeries.js similarity index 100% rename from ClientApp/node_modules/async/allSeries.js rename to apps/angular/node_modules/async/allSeries.js diff --git a/ClientApp/node_modules/async/any.js b/apps/angular/node_modules/async/any.js similarity index 100% rename from ClientApp/node_modules/async/any.js rename to apps/angular/node_modules/async/any.js diff --git a/ClientApp/node_modules/async/anyLimit.js b/apps/angular/node_modules/async/anyLimit.js similarity index 100% rename from ClientApp/node_modules/async/anyLimit.js rename to apps/angular/node_modules/async/anyLimit.js diff --git a/ClientApp/node_modules/async/anySeries.js b/apps/angular/node_modules/async/anySeries.js similarity index 100% rename from ClientApp/node_modules/async/anySeries.js rename to apps/angular/node_modules/async/anySeries.js diff --git a/ClientApp/node_modules/async/apply.js b/apps/angular/node_modules/async/apply.js similarity index 100% rename from ClientApp/node_modules/async/apply.js rename to apps/angular/node_modules/async/apply.js diff --git a/ClientApp/node_modules/async/applyEach.js b/apps/angular/node_modules/async/applyEach.js similarity index 100% rename from ClientApp/node_modules/async/applyEach.js rename to apps/angular/node_modules/async/applyEach.js diff --git a/ClientApp/node_modules/async/applyEachSeries.js b/apps/angular/node_modules/async/applyEachSeries.js similarity index 100% rename from ClientApp/node_modules/async/applyEachSeries.js rename to apps/angular/node_modules/async/applyEachSeries.js diff --git a/ClientApp/node_modules/async/asyncify.js b/apps/angular/node_modules/async/asyncify.js similarity index 100% rename from ClientApp/node_modules/async/asyncify.js rename to apps/angular/node_modules/async/asyncify.js diff --git a/ClientApp/node_modules/async/auto.js b/apps/angular/node_modules/async/auto.js similarity index 100% rename from ClientApp/node_modules/async/auto.js rename to apps/angular/node_modules/async/auto.js diff --git a/ClientApp/node_modules/async/autoInject.js b/apps/angular/node_modules/async/autoInject.js similarity index 100% rename from ClientApp/node_modules/async/autoInject.js rename to apps/angular/node_modules/async/autoInject.js diff --git a/ClientApp/node_modules/async/bower.json b/apps/angular/node_modules/async/bower.json similarity index 100% rename from ClientApp/node_modules/async/bower.json rename to apps/angular/node_modules/async/bower.json diff --git a/ClientApp/node_modules/async/cargo.js b/apps/angular/node_modules/async/cargo.js similarity index 100% rename from ClientApp/node_modules/async/cargo.js rename to apps/angular/node_modules/async/cargo.js diff --git a/ClientApp/node_modules/async/cargoQueue.js b/apps/angular/node_modules/async/cargoQueue.js similarity index 100% rename from ClientApp/node_modules/async/cargoQueue.js rename to apps/angular/node_modules/async/cargoQueue.js diff --git a/ClientApp/node_modules/async/compose.js b/apps/angular/node_modules/async/compose.js similarity index 100% rename from ClientApp/node_modules/async/compose.js rename to apps/angular/node_modules/async/compose.js diff --git a/ClientApp/node_modules/async/concat.js b/apps/angular/node_modules/async/concat.js similarity index 100% rename from ClientApp/node_modules/async/concat.js rename to apps/angular/node_modules/async/concat.js diff --git a/ClientApp/node_modules/async/concatLimit.js b/apps/angular/node_modules/async/concatLimit.js similarity index 100% rename from ClientApp/node_modules/async/concatLimit.js rename to apps/angular/node_modules/async/concatLimit.js diff --git a/ClientApp/node_modules/async/concatSeries.js b/apps/angular/node_modules/async/concatSeries.js similarity index 100% rename from ClientApp/node_modules/async/concatSeries.js rename to apps/angular/node_modules/async/concatSeries.js diff --git a/ClientApp/node_modules/async/constant.js b/apps/angular/node_modules/async/constant.js similarity index 100% rename from ClientApp/node_modules/async/constant.js rename to apps/angular/node_modules/async/constant.js diff --git a/ClientApp/node_modules/async/detect.js b/apps/angular/node_modules/async/detect.js similarity index 100% rename from ClientApp/node_modules/async/detect.js rename to apps/angular/node_modules/async/detect.js diff --git a/ClientApp/node_modules/async/detectLimit.js b/apps/angular/node_modules/async/detectLimit.js similarity index 100% rename from ClientApp/node_modules/async/detectLimit.js rename to apps/angular/node_modules/async/detectLimit.js diff --git a/ClientApp/node_modules/async/detectSeries.js b/apps/angular/node_modules/async/detectSeries.js similarity index 100% rename from ClientApp/node_modules/async/detectSeries.js rename to apps/angular/node_modules/async/detectSeries.js diff --git a/ClientApp/node_modules/async/dir.js b/apps/angular/node_modules/async/dir.js similarity index 100% rename from ClientApp/node_modules/async/dir.js rename to apps/angular/node_modules/async/dir.js diff --git a/ClientApp/node_modules/async/dist/async.js b/apps/angular/node_modules/async/dist/async.js similarity index 100% rename from ClientApp/node_modules/async/dist/async.js rename to apps/angular/node_modules/async/dist/async.js diff --git a/ClientApp/node_modules/async/dist/async.min.js b/apps/angular/node_modules/async/dist/async.min.js similarity index 100% rename from ClientApp/node_modules/async/dist/async.min.js rename to apps/angular/node_modules/async/dist/async.min.js diff --git a/ClientApp/node_modules/async/dist/async.mjs b/apps/angular/node_modules/async/dist/async.mjs similarity index 100% rename from ClientApp/node_modules/async/dist/async.mjs rename to apps/angular/node_modules/async/dist/async.mjs diff --git a/ClientApp/node_modules/async/doDuring.js b/apps/angular/node_modules/async/doDuring.js similarity index 100% rename from ClientApp/node_modules/async/doDuring.js rename to apps/angular/node_modules/async/doDuring.js diff --git a/ClientApp/node_modules/async/doUntil.js b/apps/angular/node_modules/async/doUntil.js similarity index 100% rename from ClientApp/node_modules/async/doUntil.js rename to apps/angular/node_modules/async/doUntil.js diff --git a/ClientApp/node_modules/async/doWhilst.js b/apps/angular/node_modules/async/doWhilst.js similarity index 100% rename from ClientApp/node_modules/async/doWhilst.js rename to apps/angular/node_modules/async/doWhilst.js diff --git a/ClientApp/node_modules/async/during.js b/apps/angular/node_modules/async/during.js similarity index 100% rename from ClientApp/node_modules/async/during.js rename to apps/angular/node_modules/async/during.js diff --git a/ClientApp/node_modules/async/each.js b/apps/angular/node_modules/async/each.js similarity index 100% rename from ClientApp/node_modules/async/each.js rename to apps/angular/node_modules/async/each.js diff --git a/ClientApp/node_modules/async/eachLimit.js b/apps/angular/node_modules/async/eachLimit.js similarity index 100% rename from ClientApp/node_modules/async/eachLimit.js rename to apps/angular/node_modules/async/eachLimit.js diff --git a/ClientApp/node_modules/async/eachOf.js b/apps/angular/node_modules/async/eachOf.js similarity index 100% rename from ClientApp/node_modules/async/eachOf.js rename to apps/angular/node_modules/async/eachOf.js diff --git a/ClientApp/node_modules/async/eachOfLimit.js b/apps/angular/node_modules/async/eachOfLimit.js similarity index 100% rename from ClientApp/node_modules/async/eachOfLimit.js rename to apps/angular/node_modules/async/eachOfLimit.js diff --git a/ClientApp/node_modules/async/eachOfSeries.js b/apps/angular/node_modules/async/eachOfSeries.js similarity index 100% rename from ClientApp/node_modules/async/eachOfSeries.js rename to apps/angular/node_modules/async/eachOfSeries.js diff --git a/ClientApp/node_modules/async/eachSeries.js b/apps/angular/node_modules/async/eachSeries.js similarity index 100% rename from ClientApp/node_modules/async/eachSeries.js rename to apps/angular/node_modules/async/eachSeries.js diff --git a/ClientApp/node_modules/async/ensureAsync.js b/apps/angular/node_modules/async/ensureAsync.js similarity index 100% rename from ClientApp/node_modules/async/ensureAsync.js rename to apps/angular/node_modules/async/ensureAsync.js diff --git a/ClientApp/node_modules/async/every.js b/apps/angular/node_modules/async/every.js similarity index 100% rename from ClientApp/node_modules/async/every.js rename to apps/angular/node_modules/async/every.js diff --git a/ClientApp/node_modules/async/everyLimit.js b/apps/angular/node_modules/async/everyLimit.js similarity index 100% rename from ClientApp/node_modules/async/everyLimit.js rename to apps/angular/node_modules/async/everyLimit.js diff --git a/ClientApp/node_modules/async/everySeries.js b/apps/angular/node_modules/async/everySeries.js similarity index 100% rename from ClientApp/node_modules/async/everySeries.js rename to apps/angular/node_modules/async/everySeries.js diff --git a/ClientApp/node_modules/async/filter.js b/apps/angular/node_modules/async/filter.js similarity index 100% rename from ClientApp/node_modules/async/filter.js rename to apps/angular/node_modules/async/filter.js diff --git a/ClientApp/node_modules/async/filterLimit.js b/apps/angular/node_modules/async/filterLimit.js similarity index 100% rename from ClientApp/node_modules/async/filterLimit.js rename to apps/angular/node_modules/async/filterLimit.js diff --git a/ClientApp/node_modules/async/filterSeries.js b/apps/angular/node_modules/async/filterSeries.js similarity index 100% rename from ClientApp/node_modules/async/filterSeries.js rename to apps/angular/node_modules/async/filterSeries.js diff --git a/ClientApp/node_modules/async/find.js b/apps/angular/node_modules/async/find.js similarity index 100% rename from ClientApp/node_modules/async/find.js rename to apps/angular/node_modules/async/find.js diff --git a/ClientApp/node_modules/async/findLimit.js b/apps/angular/node_modules/async/findLimit.js similarity index 100% rename from ClientApp/node_modules/async/findLimit.js rename to apps/angular/node_modules/async/findLimit.js diff --git a/ClientApp/node_modules/async/findSeries.js b/apps/angular/node_modules/async/findSeries.js similarity index 100% rename from ClientApp/node_modules/async/findSeries.js rename to apps/angular/node_modules/async/findSeries.js diff --git a/ClientApp/node_modules/async/flatMap.js b/apps/angular/node_modules/async/flatMap.js similarity index 100% rename from ClientApp/node_modules/async/flatMap.js rename to apps/angular/node_modules/async/flatMap.js diff --git a/ClientApp/node_modules/async/flatMapLimit.js b/apps/angular/node_modules/async/flatMapLimit.js similarity index 100% rename from ClientApp/node_modules/async/flatMapLimit.js rename to apps/angular/node_modules/async/flatMapLimit.js diff --git a/ClientApp/node_modules/async/flatMapSeries.js b/apps/angular/node_modules/async/flatMapSeries.js similarity index 100% rename from ClientApp/node_modules/async/flatMapSeries.js rename to apps/angular/node_modules/async/flatMapSeries.js diff --git a/ClientApp/node_modules/async/foldl.js b/apps/angular/node_modules/async/foldl.js similarity index 100% rename from ClientApp/node_modules/async/foldl.js rename to apps/angular/node_modules/async/foldl.js diff --git a/ClientApp/node_modules/async/foldr.js b/apps/angular/node_modules/async/foldr.js similarity index 100% rename from ClientApp/node_modules/async/foldr.js rename to apps/angular/node_modules/async/foldr.js diff --git a/ClientApp/node_modules/async/forEach.js b/apps/angular/node_modules/async/forEach.js similarity index 100% rename from ClientApp/node_modules/async/forEach.js rename to apps/angular/node_modules/async/forEach.js diff --git a/ClientApp/node_modules/async/forEachLimit.js b/apps/angular/node_modules/async/forEachLimit.js similarity index 100% rename from ClientApp/node_modules/async/forEachLimit.js rename to apps/angular/node_modules/async/forEachLimit.js diff --git a/ClientApp/node_modules/async/forEachOf.js b/apps/angular/node_modules/async/forEachOf.js similarity index 100% rename from ClientApp/node_modules/async/forEachOf.js rename to apps/angular/node_modules/async/forEachOf.js diff --git a/ClientApp/node_modules/async/forEachOfLimit.js b/apps/angular/node_modules/async/forEachOfLimit.js similarity index 100% rename from ClientApp/node_modules/async/forEachOfLimit.js rename to apps/angular/node_modules/async/forEachOfLimit.js diff --git a/ClientApp/node_modules/async/forEachOfSeries.js b/apps/angular/node_modules/async/forEachOfSeries.js similarity index 100% rename from ClientApp/node_modules/async/forEachOfSeries.js rename to apps/angular/node_modules/async/forEachOfSeries.js diff --git a/ClientApp/node_modules/async/forEachSeries.js b/apps/angular/node_modules/async/forEachSeries.js similarity index 100% rename from ClientApp/node_modules/async/forEachSeries.js rename to apps/angular/node_modules/async/forEachSeries.js diff --git a/ClientApp/node_modules/async/forever.js b/apps/angular/node_modules/async/forever.js similarity index 100% rename from ClientApp/node_modules/async/forever.js rename to apps/angular/node_modules/async/forever.js diff --git a/ClientApp/node_modules/async/groupBy.js b/apps/angular/node_modules/async/groupBy.js similarity index 100% rename from ClientApp/node_modules/async/groupBy.js rename to apps/angular/node_modules/async/groupBy.js diff --git a/ClientApp/node_modules/async/groupByLimit.js b/apps/angular/node_modules/async/groupByLimit.js similarity index 100% rename from ClientApp/node_modules/async/groupByLimit.js rename to apps/angular/node_modules/async/groupByLimit.js diff --git a/ClientApp/node_modules/async/groupBySeries.js b/apps/angular/node_modules/async/groupBySeries.js similarity index 100% rename from ClientApp/node_modules/async/groupBySeries.js rename to apps/angular/node_modules/async/groupBySeries.js diff --git a/ClientApp/node_modules/async/index.js b/apps/angular/node_modules/async/index.js similarity index 100% rename from ClientApp/node_modules/async/index.js rename to apps/angular/node_modules/async/index.js diff --git a/ClientApp/node_modules/async/inject.js b/apps/angular/node_modules/async/inject.js similarity index 100% rename from ClientApp/node_modules/async/inject.js rename to apps/angular/node_modules/async/inject.js diff --git a/ClientApp/node_modules/async/internal/DoublyLinkedList.js b/apps/angular/node_modules/async/internal/DoublyLinkedList.js similarity index 100% rename from ClientApp/node_modules/async/internal/DoublyLinkedList.js rename to apps/angular/node_modules/async/internal/DoublyLinkedList.js diff --git a/ClientApp/node_modules/async/internal/Heap.js b/apps/angular/node_modules/async/internal/Heap.js similarity index 100% rename from ClientApp/node_modules/async/internal/Heap.js rename to apps/angular/node_modules/async/internal/Heap.js diff --git a/ClientApp/node_modules/async/internal/applyEach.js b/apps/angular/node_modules/async/internal/applyEach.js similarity index 100% rename from ClientApp/node_modules/async/internal/applyEach.js rename to apps/angular/node_modules/async/internal/applyEach.js diff --git a/ClientApp/node_modules/async/internal/asyncEachOfLimit.js b/apps/angular/node_modules/async/internal/asyncEachOfLimit.js similarity index 100% rename from ClientApp/node_modules/async/internal/asyncEachOfLimit.js rename to apps/angular/node_modules/async/internal/asyncEachOfLimit.js diff --git a/ClientApp/node_modules/async/internal/awaitify.js b/apps/angular/node_modules/async/internal/awaitify.js similarity index 100% rename from ClientApp/node_modules/async/internal/awaitify.js rename to apps/angular/node_modules/async/internal/awaitify.js diff --git a/ClientApp/node_modules/async/internal/breakLoop.js b/apps/angular/node_modules/async/internal/breakLoop.js similarity index 100% rename from ClientApp/node_modules/async/internal/breakLoop.js rename to apps/angular/node_modules/async/internal/breakLoop.js diff --git a/ClientApp/node_modules/async/internal/consoleFunc.js b/apps/angular/node_modules/async/internal/consoleFunc.js similarity index 100% rename from ClientApp/node_modules/async/internal/consoleFunc.js rename to apps/angular/node_modules/async/internal/consoleFunc.js diff --git a/ClientApp/node_modules/async/internal/createTester.js b/apps/angular/node_modules/async/internal/createTester.js similarity index 100% rename from ClientApp/node_modules/async/internal/createTester.js rename to apps/angular/node_modules/async/internal/createTester.js diff --git a/ClientApp/node_modules/async/internal/eachOfLimit.js b/apps/angular/node_modules/async/internal/eachOfLimit.js similarity index 100% rename from ClientApp/node_modules/async/internal/eachOfLimit.js rename to apps/angular/node_modules/async/internal/eachOfLimit.js diff --git a/ClientApp/node_modules/async/internal/filter.js b/apps/angular/node_modules/async/internal/filter.js similarity index 100% rename from ClientApp/node_modules/async/internal/filter.js rename to apps/angular/node_modules/async/internal/filter.js diff --git a/ClientApp/node_modules/async/internal/getIterator.js b/apps/angular/node_modules/async/internal/getIterator.js similarity index 100% rename from ClientApp/node_modules/async/internal/getIterator.js rename to apps/angular/node_modules/async/internal/getIterator.js diff --git a/ClientApp/node_modules/async/internal/initialParams.js b/apps/angular/node_modules/async/internal/initialParams.js similarity index 100% rename from ClientApp/node_modules/async/internal/initialParams.js rename to apps/angular/node_modules/async/internal/initialParams.js diff --git a/ClientApp/node_modules/async/internal/isArrayLike.js b/apps/angular/node_modules/async/internal/isArrayLike.js similarity index 100% rename from ClientApp/node_modules/async/internal/isArrayLike.js rename to apps/angular/node_modules/async/internal/isArrayLike.js diff --git a/ClientApp/node_modules/async/internal/iterator.js b/apps/angular/node_modules/async/internal/iterator.js similarity index 100% rename from ClientApp/node_modules/async/internal/iterator.js rename to apps/angular/node_modules/async/internal/iterator.js diff --git a/ClientApp/node_modules/async/internal/map.js b/apps/angular/node_modules/async/internal/map.js similarity index 100% rename from ClientApp/node_modules/async/internal/map.js rename to apps/angular/node_modules/async/internal/map.js diff --git a/ClientApp/node_modules/async/internal/once.js b/apps/angular/node_modules/async/internal/once.js similarity index 100% rename from ClientApp/node_modules/async/internal/once.js rename to apps/angular/node_modules/async/internal/once.js diff --git a/ClientApp/node_modules/async/internal/onlyOnce.js b/apps/angular/node_modules/async/internal/onlyOnce.js similarity index 100% rename from ClientApp/node_modules/async/internal/onlyOnce.js rename to apps/angular/node_modules/async/internal/onlyOnce.js diff --git a/ClientApp/node_modules/async/internal/parallel.js b/apps/angular/node_modules/async/internal/parallel.js similarity index 100% rename from ClientApp/node_modules/async/internal/parallel.js rename to apps/angular/node_modules/async/internal/parallel.js diff --git a/ClientApp/node_modules/async/internal/promiseCallback.js b/apps/angular/node_modules/async/internal/promiseCallback.js similarity index 100% rename from ClientApp/node_modules/async/internal/promiseCallback.js rename to apps/angular/node_modules/async/internal/promiseCallback.js diff --git a/ClientApp/node_modules/async/internal/queue.js b/apps/angular/node_modules/async/internal/queue.js similarity index 100% rename from ClientApp/node_modules/async/internal/queue.js rename to apps/angular/node_modules/async/internal/queue.js diff --git a/ClientApp/node_modules/async/internal/range.js b/apps/angular/node_modules/async/internal/range.js similarity index 100% rename from ClientApp/node_modules/async/internal/range.js rename to apps/angular/node_modules/async/internal/range.js diff --git a/ClientApp/node_modules/async/internal/reject.js b/apps/angular/node_modules/async/internal/reject.js similarity index 100% rename from ClientApp/node_modules/async/internal/reject.js rename to apps/angular/node_modules/async/internal/reject.js diff --git a/ClientApp/node_modules/async/internal/setImmediate.js b/apps/angular/node_modules/async/internal/setImmediate.js similarity index 100% rename from ClientApp/node_modules/async/internal/setImmediate.js rename to apps/angular/node_modules/async/internal/setImmediate.js diff --git a/ClientApp/node_modules/async/internal/withoutIndex.js b/apps/angular/node_modules/async/internal/withoutIndex.js similarity index 100% rename from ClientApp/node_modules/async/internal/withoutIndex.js rename to apps/angular/node_modules/async/internal/withoutIndex.js diff --git a/ClientApp/node_modules/async/internal/wrapAsync.js b/apps/angular/node_modules/async/internal/wrapAsync.js similarity index 100% rename from ClientApp/node_modules/async/internal/wrapAsync.js rename to apps/angular/node_modules/async/internal/wrapAsync.js diff --git a/ClientApp/node_modules/async/log.js b/apps/angular/node_modules/async/log.js similarity index 100% rename from ClientApp/node_modules/async/log.js rename to apps/angular/node_modules/async/log.js diff --git a/ClientApp/node_modules/async/map.js b/apps/angular/node_modules/async/map.js similarity index 100% rename from ClientApp/node_modules/async/map.js rename to apps/angular/node_modules/async/map.js diff --git a/ClientApp/node_modules/async/mapLimit.js b/apps/angular/node_modules/async/mapLimit.js similarity index 100% rename from ClientApp/node_modules/async/mapLimit.js rename to apps/angular/node_modules/async/mapLimit.js diff --git a/ClientApp/node_modules/async/mapSeries.js b/apps/angular/node_modules/async/mapSeries.js similarity index 100% rename from ClientApp/node_modules/async/mapSeries.js rename to apps/angular/node_modules/async/mapSeries.js diff --git a/ClientApp/node_modules/async/mapValues.js b/apps/angular/node_modules/async/mapValues.js similarity index 100% rename from ClientApp/node_modules/async/mapValues.js rename to apps/angular/node_modules/async/mapValues.js diff --git a/ClientApp/node_modules/async/mapValuesLimit.js b/apps/angular/node_modules/async/mapValuesLimit.js similarity index 100% rename from ClientApp/node_modules/async/mapValuesLimit.js rename to apps/angular/node_modules/async/mapValuesLimit.js diff --git a/ClientApp/node_modules/async/mapValuesSeries.js b/apps/angular/node_modules/async/mapValuesSeries.js similarity index 100% rename from ClientApp/node_modules/async/mapValuesSeries.js rename to apps/angular/node_modules/async/mapValuesSeries.js diff --git a/ClientApp/node_modules/async/memoize.js b/apps/angular/node_modules/async/memoize.js similarity index 100% rename from ClientApp/node_modules/async/memoize.js rename to apps/angular/node_modules/async/memoize.js diff --git a/ClientApp/node_modules/async/nextTick.js b/apps/angular/node_modules/async/nextTick.js similarity index 100% rename from ClientApp/node_modules/async/nextTick.js rename to apps/angular/node_modules/async/nextTick.js diff --git a/ClientApp/node_modules/async/package.json b/apps/angular/node_modules/async/package.json similarity index 100% rename from ClientApp/node_modules/async/package.json rename to apps/angular/node_modules/async/package.json diff --git a/ClientApp/node_modules/async/parallel.js b/apps/angular/node_modules/async/parallel.js similarity index 100% rename from ClientApp/node_modules/async/parallel.js rename to apps/angular/node_modules/async/parallel.js diff --git a/ClientApp/node_modules/async/parallelLimit.js b/apps/angular/node_modules/async/parallelLimit.js similarity index 100% rename from ClientApp/node_modules/async/parallelLimit.js rename to apps/angular/node_modules/async/parallelLimit.js diff --git a/ClientApp/node_modules/async/priorityQueue.js b/apps/angular/node_modules/async/priorityQueue.js similarity index 100% rename from ClientApp/node_modules/async/priorityQueue.js rename to apps/angular/node_modules/async/priorityQueue.js diff --git a/ClientApp/node_modules/async/queue.js b/apps/angular/node_modules/async/queue.js similarity index 100% rename from ClientApp/node_modules/async/queue.js rename to apps/angular/node_modules/async/queue.js diff --git a/ClientApp/node_modules/async/race.js b/apps/angular/node_modules/async/race.js similarity index 100% rename from ClientApp/node_modules/async/race.js rename to apps/angular/node_modules/async/race.js diff --git a/ClientApp/node_modules/async/reduce.js b/apps/angular/node_modules/async/reduce.js similarity index 100% rename from ClientApp/node_modules/async/reduce.js rename to apps/angular/node_modules/async/reduce.js diff --git a/ClientApp/node_modules/async/reduceRight.js b/apps/angular/node_modules/async/reduceRight.js similarity index 100% rename from ClientApp/node_modules/async/reduceRight.js rename to apps/angular/node_modules/async/reduceRight.js diff --git a/ClientApp/node_modules/async/reflect.js b/apps/angular/node_modules/async/reflect.js similarity index 100% rename from ClientApp/node_modules/async/reflect.js rename to apps/angular/node_modules/async/reflect.js diff --git a/ClientApp/node_modules/async/reflectAll.js b/apps/angular/node_modules/async/reflectAll.js similarity index 100% rename from ClientApp/node_modules/async/reflectAll.js rename to apps/angular/node_modules/async/reflectAll.js diff --git a/ClientApp/node_modules/async/reject.js b/apps/angular/node_modules/async/reject.js similarity index 100% rename from ClientApp/node_modules/async/reject.js rename to apps/angular/node_modules/async/reject.js diff --git a/ClientApp/node_modules/async/rejectLimit.js b/apps/angular/node_modules/async/rejectLimit.js similarity index 100% rename from ClientApp/node_modules/async/rejectLimit.js rename to apps/angular/node_modules/async/rejectLimit.js diff --git a/ClientApp/node_modules/async/rejectSeries.js b/apps/angular/node_modules/async/rejectSeries.js similarity index 100% rename from ClientApp/node_modules/async/rejectSeries.js rename to apps/angular/node_modules/async/rejectSeries.js diff --git a/ClientApp/node_modules/async/retry.js b/apps/angular/node_modules/async/retry.js similarity index 100% rename from ClientApp/node_modules/async/retry.js rename to apps/angular/node_modules/async/retry.js diff --git a/ClientApp/node_modules/async/retryable.js b/apps/angular/node_modules/async/retryable.js similarity index 100% rename from ClientApp/node_modules/async/retryable.js rename to apps/angular/node_modules/async/retryable.js diff --git a/ClientApp/node_modules/async/select.js b/apps/angular/node_modules/async/select.js similarity index 100% rename from ClientApp/node_modules/async/select.js rename to apps/angular/node_modules/async/select.js diff --git a/ClientApp/node_modules/async/selectLimit.js b/apps/angular/node_modules/async/selectLimit.js similarity index 100% rename from ClientApp/node_modules/async/selectLimit.js rename to apps/angular/node_modules/async/selectLimit.js diff --git a/ClientApp/node_modules/async/selectSeries.js b/apps/angular/node_modules/async/selectSeries.js similarity index 100% rename from ClientApp/node_modules/async/selectSeries.js rename to apps/angular/node_modules/async/selectSeries.js diff --git a/ClientApp/node_modules/async/seq.js b/apps/angular/node_modules/async/seq.js similarity index 100% rename from ClientApp/node_modules/async/seq.js rename to apps/angular/node_modules/async/seq.js diff --git a/ClientApp/node_modules/async/series.js b/apps/angular/node_modules/async/series.js similarity index 100% rename from ClientApp/node_modules/async/series.js rename to apps/angular/node_modules/async/series.js diff --git a/ClientApp/node_modules/async/setImmediate.js b/apps/angular/node_modules/async/setImmediate.js similarity index 100% rename from ClientApp/node_modules/async/setImmediate.js rename to apps/angular/node_modules/async/setImmediate.js diff --git a/ClientApp/node_modules/async/some.js b/apps/angular/node_modules/async/some.js similarity index 100% rename from ClientApp/node_modules/async/some.js rename to apps/angular/node_modules/async/some.js diff --git a/ClientApp/node_modules/async/someLimit.js b/apps/angular/node_modules/async/someLimit.js similarity index 100% rename from ClientApp/node_modules/async/someLimit.js rename to apps/angular/node_modules/async/someLimit.js diff --git a/ClientApp/node_modules/async/someSeries.js b/apps/angular/node_modules/async/someSeries.js similarity index 100% rename from ClientApp/node_modules/async/someSeries.js rename to apps/angular/node_modules/async/someSeries.js diff --git a/ClientApp/node_modules/async/sortBy.js b/apps/angular/node_modules/async/sortBy.js similarity index 100% rename from ClientApp/node_modules/async/sortBy.js rename to apps/angular/node_modules/async/sortBy.js diff --git a/ClientApp/node_modules/async/timeout.js b/apps/angular/node_modules/async/timeout.js similarity index 100% rename from ClientApp/node_modules/async/timeout.js rename to apps/angular/node_modules/async/timeout.js diff --git a/ClientApp/node_modules/async/times.js b/apps/angular/node_modules/async/times.js similarity index 100% rename from ClientApp/node_modules/async/times.js rename to apps/angular/node_modules/async/times.js diff --git a/ClientApp/node_modules/async/timesLimit.js b/apps/angular/node_modules/async/timesLimit.js similarity index 100% rename from ClientApp/node_modules/async/timesLimit.js rename to apps/angular/node_modules/async/timesLimit.js diff --git a/ClientApp/node_modules/async/timesSeries.js b/apps/angular/node_modules/async/timesSeries.js similarity index 100% rename from ClientApp/node_modules/async/timesSeries.js rename to apps/angular/node_modules/async/timesSeries.js diff --git a/ClientApp/node_modules/async/transform.js b/apps/angular/node_modules/async/transform.js similarity index 100% rename from ClientApp/node_modules/async/transform.js rename to apps/angular/node_modules/async/transform.js diff --git a/ClientApp/node_modules/async/tryEach.js b/apps/angular/node_modules/async/tryEach.js similarity index 100% rename from ClientApp/node_modules/async/tryEach.js rename to apps/angular/node_modules/async/tryEach.js diff --git a/ClientApp/node_modules/async/unmemoize.js b/apps/angular/node_modules/async/unmemoize.js similarity index 100% rename from ClientApp/node_modules/async/unmemoize.js rename to apps/angular/node_modules/async/unmemoize.js diff --git a/ClientApp/node_modules/async/until.js b/apps/angular/node_modules/async/until.js similarity index 100% rename from ClientApp/node_modules/async/until.js rename to apps/angular/node_modules/async/until.js diff --git a/ClientApp/node_modules/async/waterfall.js b/apps/angular/node_modules/async/waterfall.js similarity index 100% rename from ClientApp/node_modules/async/waterfall.js rename to apps/angular/node_modules/async/waterfall.js diff --git a/ClientApp/node_modules/async/whilst.js b/apps/angular/node_modules/async/whilst.js similarity index 100% rename from ClientApp/node_modules/async/whilst.js rename to apps/angular/node_modules/async/whilst.js diff --git a/ClientApp/node_modules/async/wrapSync.js b/apps/angular/node_modules/async/wrapSync.js similarity index 100% rename from ClientApp/node_modules/async/wrapSync.js rename to apps/angular/node_modules/async/wrapSync.js diff --git a/ClientApp/node_modules/asynckit/LICENSE b/apps/angular/node_modules/asynckit/LICENSE similarity index 100% rename from ClientApp/node_modules/asynckit/LICENSE rename to apps/angular/node_modules/asynckit/LICENSE diff --git a/ClientApp/node_modules/asynckit/README.md b/apps/angular/node_modules/asynckit/README.md similarity index 100% rename from ClientApp/node_modules/asynckit/README.md rename to apps/angular/node_modules/asynckit/README.md diff --git a/ClientApp/node_modules/asynckit/bench.js b/apps/angular/node_modules/asynckit/bench.js similarity index 100% rename from ClientApp/node_modules/asynckit/bench.js rename to apps/angular/node_modules/asynckit/bench.js diff --git a/ClientApp/node_modules/asynckit/index.js b/apps/angular/node_modules/asynckit/index.js similarity index 100% rename from ClientApp/node_modules/asynckit/index.js rename to apps/angular/node_modules/asynckit/index.js diff --git a/ClientApp/node_modules/asynckit/lib/abort.js b/apps/angular/node_modules/asynckit/lib/abort.js similarity index 100% rename from ClientApp/node_modules/asynckit/lib/abort.js rename to apps/angular/node_modules/asynckit/lib/abort.js diff --git a/ClientApp/node_modules/asynckit/lib/async.js b/apps/angular/node_modules/asynckit/lib/async.js similarity index 100% rename from ClientApp/node_modules/asynckit/lib/async.js rename to apps/angular/node_modules/asynckit/lib/async.js diff --git a/ClientApp/node_modules/asynckit/lib/defer.js b/apps/angular/node_modules/asynckit/lib/defer.js similarity index 100% rename from ClientApp/node_modules/asynckit/lib/defer.js rename to apps/angular/node_modules/asynckit/lib/defer.js diff --git a/ClientApp/node_modules/asynckit/lib/iterate.js b/apps/angular/node_modules/asynckit/lib/iterate.js similarity index 100% rename from ClientApp/node_modules/asynckit/lib/iterate.js rename to apps/angular/node_modules/asynckit/lib/iterate.js diff --git a/ClientApp/node_modules/asynckit/lib/readable_asynckit.js b/apps/angular/node_modules/asynckit/lib/readable_asynckit.js similarity index 100% rename from ClientApp/node_modules/asynckit/lib/readable_asynckit.js rename to apps/angular/node_modules/asynckit/lib/readable_asynckit.js diff --git a/ClientApp/node_modules/asynckit/lib/readable_parallel.js b/apps/angular/node_modules/asynckit/lib/readable_parallel.js similarity index 100% rename from ClientApp/node_modules/asynckit/lib/readable_parallel.js rename to apps/angular/node_modules/asynckit/lib/readable_parallel.js diff --git a/ClientApp/node_modules/asynckit/lib/readable_serial.js b/apps/angular/node_modules/asynckit/lib/readable_serial.js similarity index 100% rename from ClientApp/node_modules/asynckit/lib/readable_serial.js rename to apps/angular/node_modules/asynckit/lib/readable_serial.js diff --git a/ClientApp/node_modules/asynckit/lib/readable_serial_ordered.js b/apps/angular/node_modules/asynckit/lib/readable_serial_ordered.js similarity index 100% rename from ClientApp/node_modules/asynckit/lib/readable_serial_ordered.js rename to apps/angular/node_modules/asynckit/lib/readable_serial_ordered.js diff --git a/ClientApp/node_modules/asynckit/lib/state.js b/apps/angular/node_modules/asynckit/lib/state.js similarity index 100% rename from ClientApp/node_modules/asynckit/lib/state.js rename to apps/angular/node_modules/asynckit/lib/state.js diff --git a/ClientApp/node_modules/asynckit/lib/streamify.js b/apps/angular/node_modules/asynckit/lib/streamify.js similarity index 100% rename from ClientApp/node_modules/asynckit/lib/streamify.js rename to apps/angular/node_modules/asynckit/lib/streamify.js diff --git a/ClientApp/node_modules/asynckit/lib/terminator.js b/apps/angular/node_modules/asynckit/lib/terminator.js similarity index 100% rename from ClientApp/node_modules/asynckit/lib/terminator.js rename to apps/angular/node_modules/asynckit/lib/terminator.js diff --git a/ClientApp/node_modules/asynckit/package.json b/apps/angular/node_modules/asynckit/package.json similarity index 100% rename from ClientApp/node_modules/asynckit/package.json rename to apps/angular/node_modules/asynckit/package.json diff --git a/ClientApp/node_modules/asynckit/parallel.js b/apps/angular/node_modules/asynckit/parallel.js similarity index 100% rename from ClientApp/node_modules/asynckit/parallel.js rename to apps/angular/node_modules/asynckit/parallel.js diff --git a/ClientApp/node_modules/asynckit/serial.js b/apps/angular/node_modules/asynckit/serial.js similarity index 100% rename from ClientApp/node_modules/asynckit/serial.js rename to apps/angular/node_modules/asynckit/serial.js diff --git a/ClientApp/node_modules/asynckit/serialOrdered.js b/apps/angular/node_modules/asynckit/serialOrdered.js similarity index 100% rename from ClientApp/node_modules/asynckit/serialOrdered.js rename to apps/angular/node_modules/asynckit/serialOrdered.js diff --git a/ClientApp/node_modules/asynckit/stream.js b/apps/angular/node_modules/asynckit/stream.js similarity index 100% rename from ClientApp/node_modules/asynckit/stream.js rename to apps/angular/node_modules/asynckit/stream.js diff --git a/ClientApp/node_modules/at-least-node/LICENSE b/apps/angular/node_modules/at-least-node/LICENSE similarity index 100% rename from ClientApp/node_modules/at-least-node/LICENSE rename to apps/angular/node_modules/at-least-node/LICENSE diff --git a/ClientApp/node_modules/at-least-node/README.md b/apps/angular/node_modules/at-least-node/README.md similarity index 100% rename from ClientApp/node_modules/at-least-node/README.md rename to apps/angular/node_modules/at-least-node/README.md diff --git a/ClientApp/node_modules/at-least-node/index.js b/apps/angular/node_modules/at-least-node/index.js similarity index 100% rename from ClientApp/node_modules/at-least-node/index.js rename to apps/angular/node_modules/at-least-node/index.js diff --git a/ClientApp/node_modules/at-least-node/package.json b/apps/angular/node_modules/at-least-node/package.json similarity index 100% rename from ClientApp/node_modules/at-least-node/package.json rename to apps/angular/node_modules/at-least-node/package.json diff --git a/ClientApp/node_modules/available-typed-arrays/.eslintrc b/apps/angular/node_modules/available-typed-arrays/.eslintrc similarity index 100% rename from ClientApp/node_modules/available-typed-arrays/.eslintrc rename to apps/angular/node_modules/available-typed-arrays/.eslintrc diff --git a/ClientApp/node_modules/available-typed-arrays/.github/FUNDING.yml b/apps/angular/node_modules/available-typed-arrays/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/available-typed-arrays/.github/FUNDING.yml rename to apps/angular/node_modules/available-typed-arrays/.github/FUNDING.yml diff --git a/ClientApp/node_modules/available-typed-arrays/.nycrc b/apps/angular/node_modules/available-typed-arrays/.nycrc similarity index 100% rename from ClientApp/node_modules/available-typed-arrays/.nycrc rename to apps/angular/node_modules/available-typed-arrays/.nycrc diff --git a/ClientApp/node_modules/available-typed-arrays/CHANGELOG.md b/apps/angular/node_modules/available-typed-arrays/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/available-typed-arrays/CHANGELOG.md rename to apps/angular/node_modules/available-typed-arrays/CHANGELOG.md diff --git a/ClientApp/node_modules/available-typed-arrays/LICENSE b/apps/angular/node_modules/available-typed-arrays/LICENSE similarity index 100% rename from ClientApp/node_modules/available-typed-arrays/LICENSE rename to apps/angular/node_modules/available-typed-arrays/LICENSE diff --git a/ClientApp/node_modules/available-typed-arrays/README.md b/apps/angular/node_modules/available-typed-arrays/README.md similarity index 100% rename from ClientApp/node_modules/available-typed-arrays/README.md rename to apps/angular/node_modules/available-typed-arrays/README.md diff --git a/ClientApp/node_modules/available-typed-arrays/index.d.ts b/apps/angular/node_modules/available-typed-arrays/index.d.ts similarity index 100% rename from ClientApp/node_modules/available-typed-arrays/index.d.ts rename to apps/angular/node_modules/available-typed-arrays/index.d.ts diff --git a/ClientApp/node_modules/available-typed-arrays/index.js b/apps/angular/node_modules/available-typed-arrays/index.js similarity index 100% rename from ClientApp/node_modules/available-typed-arrays/index.js rename to apps/angular/node_modules/available-typed-arrays/index.js diff --git a/ClientApp/node_modules/available-typed-arrays/package.json b/apps/angular/node_modules/available-typed-arrays/package.json similarity index 100% rename from ClientApp/node_modules/available-typed-arrays/package.json rename to apps/angular/node_modules/available-typed-arrays/package.json diff --git a/ClientApp/node_modules/available-typed-arrays/test/index.js b/apps/angular/node_modules/available-typed-arrays/test/index.js similarity index 100% rename from ClientApp/node_modules/available-typed-arrays/test/index.js rename to apps/angular/node_modules/available-typed-arrays/test/index.js diff --git a/ClientApp/node_modules/available-typed-arrays/tsconfig.json b/apps/angular/node_modules/available-typed-arrays/tsconfig.json similarity index 100% rename from ClientApp/node_modules/available-typed-arrays/tsconfig.json rename to apps/angular/node_modules/available-typed-arrays/tsconfig.json diff --git a/ClientApp/node_modules/aws-sign2/LICENSE b/apps/angular/node_modules/aws-sign2/LICENSE similarity index 100% rename from ClientApp/node_modules/aws-sign2/LICENSE rename to apps/angular/node_modules/aws-sign2/LICENSE diff --git a/ClientApp/node_modules/aws-sign2/README.md b/apps/angular/node_modules/aws-sign2/README.md similarity index 100% rename from ClientApp/node_modules/aws-sign2/README.md rename to apps/angular/node_modules/aws-sign2/README.md diff --git a/ClientApp/node_modules/aws-sign2/index.js b/apps/angular/node_modules/aws-sign2/index.js similarity index 100% rename from ClientApp/node_modules/aws-sign2/index.js rename to apps/angular/node_modules/aws-sign2/index.js diff --git a/ClientApp/node_modules/aws-sign2/package.json b/apps/angular/node_modules/aws-sign2/package.json similarity index 100% rename from ClientApp/node_modules/aws-sign2/package.json rename to apps/angular/node_modules/aws-sign2/package.json diff --git a/ClientApp/node_modules/aws4/LICENSE b/apps/angular/node_modules/aws4/LICENSE similarity index 100% rename from ClientApp/node_modules/aws4/LICENSE rename to apps/angular/node_modules/aws4/LICENSE diff --git a/ClientApp/node_modules/aws4/README.md b/apps/angular/node_modules/aws4/README.md similarity index 100% rename from ClientApp/node_modules/aws4/README.md rename to apps/angular/node_modules/aws4/README.md diff --git a/ClientApp/node_modules/aws4/aws4.js b/apps/angular/node_modules/aws4/aws4.js similarity index 100% rename from ClientApp/node_modules/aws4/aws4.js rename to apps/angular/node_modules/aws4/aws4.js diff --git a/ClientApp/node_modules/aws4/lru.js b/apps/angular/node_modules/aws4/lru.js similarity index 100% rename from ClientApp/node_modules/aws4/lru.js rename to apps/angular/node_modules/aws4/lru.js diff --git a/ClientApp/node_modules/aws4/package.json b/apps/angular/node_modules/aws4/package.json similarity index 100% rename from ClientApp/node_modules/aws4/package.json rename to apps/angular/node_modules/aws4/package.json diff --git a/ClientApp/node_modules/balanced-match/.github/FUNDING.yml b/apps/angular/node_modules/balanced-match/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/balanced-match/.github/FUNDING.yml rename to apps/angular/node_modules/balanced-match/.github/FUNDING.yml diff --git a/ClientApp/node_modules/balanced-match/LICENSE.md b/apps/angular/node_modules/balanced-match/LICENSE.md similarity index 100% rename from ClientApp/node_modules/balanced-match/LICENSE.md rename to apps/angular/node_modules/balanced-match/LICENSE.md diff --git a/ClientApp/node_modules/balanced-match/README.md b/apps/angular/node_modules/balanced-match/README.md similarity index 100% rename from ClientApp/node_modules/balanced-match/README.md rename to apps/angular/node_modules/balanced-match/README.md diff --git a/ClientApp/node_modules/balanced-match/index.js b/apps/angular/node_modules/balanced-match/index.js similarity index 100% rename from ClientApp/node_modules/balanced-match/index.js rename to apps/angular/node_modules/balanced-match/index.js diff --git a/ClientApp/node_modules/balanced-match/package.json b/apps/angular/node_modules/balanced-match/package.json similarity index 100% rename from ClientApp/node_modules/balanced-match/package.json rename to apps/angular/node_modules/balanced-match/package.json diff --git a/ClientApp/node_modules/base64-js/LICENSE b/apps/angular/node_modules/base64-js/LICENSE similarity index 100% rename from ClientApp/node_modules/base64-js/LICENSE rename to apps/angular/node_modules/base64-js/LICENSE diff --git a/ClientApp/node_modules/base64-js/README.md b/apps/angular/node_modules/base64-js/README.md similarity index 100% rename from ClientApp/node_modules/base64-js/README.md rename to apps/angular/node_modules/base64-js/README.md diff --git a/ClientApp/node_modules/base64-js/base64js.min.js b/apps/angular/node_modules/base64-js/base64js.min.js similarity index 100% rename from ClientApp/node_modules/base64-js/base64js.min.js rename to apps/angular/node_modules/base64-js/base64js.min.js diff --git a/ClientApp/node_modules/base64-js/index.d.ts b/apps/angular/node_modules/base64-js/index.d.ts similarity index 100% rename from ClientApp/node_modules/base64-js/index.d.ts rename to apps/angular/node_modules/base64-js/index.d.ts diff --git a/ClientApp/node_modules/base64-js/index.js b/apps/angular/node_modules/base64-js/index.js similarity index 100% rename from ClientApp/node_modules/base64-js/index.js rename to apps/angular/node_modules/base64-js/index.js diff --git a/ClientApp/node_modules/base64-js/package.json b/apps/angular/node_modules/base64-js/package.json similarity index 100% rename from ClientApp/node_modules/base64-js/package.json rename to apps/angular/node_modules/base64-js/package.json diff --git a/ClientApp/node_modules/bcrypt-pbkdf/CONTRIBUTING.md b/apps/angular/node_modules/bcrypt-pbkdf/CONTRIBUTING.md similarity index 100% rename from ClientApp/node_modules/bcrypt-pbkdf/CONTRIBUTING.md rename to apps/angular/node_modules/bcrypt-pbkdf/CONTRIBUTING.md diff --git a/ClientApp/node_modules/bcrypt-pbkdf/LICENSE b/apps/angular/node_modules/bcrypt-pbkdf/LICENSE similarity index 100% rename from ClientApp/node_modules/bcrypt-pbkdf/LICENSE rename to apps/angular/node_modules/bcrypt-pbkdf/LICENSE diff --git a/ClientApp/node_modules/bcrypt-pbkdf/README.md b/apps/angular/node_modules/bcrypt-pbkdf/README.md similarity index 100% rename from ClientApp/node_modules/bcrypt-pbkdf/README.md rename to apps/angular/node_modules/bcrypt-pbkdf/README.md diff --git a/ClientApp/node_modules/bcrypt-pbkdf/index.js b/apps/angular/node_modules/bcrypt-pbkdf/index.js similarity index 100% rename from ClientApp/node_modules/bcrypt-pbkdf/index.js rename to apps/angular/node_modules/bcrypt-pbkdf/index.js diff --git a/ClientApp/node_modules/bcrypt-pbkdf/package.json b/apps/angular/node_modules/bcrypt-pbkdf/package.json similarity index 100% rename from ClientApp/node_modules/bcrypt-pbkdf/package.json rename to apps/angular/node_modules/bcrypt-pbkdf/package.json diff --git a/ClientApp/node_modules/big.js/CHANGELOG.md b/apps/angular/node_modules/big.js/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/big.js/CHANGELOG.md rename to apps/angular/node_modules/big.js/CHANGELOG.md diff --git a/ClientApp/node_modules/big.js/LICENCE b/apps/angular/node_modules/big.js/LICENCE similarity index 100% rename from ClientApp/node_modules/big.js/LICENCE rename to apps/angular/node_modules/big.js/LICENCE diff --git a/ClientApp/node_modules/big.js/README.md b/apps/angular/node_modules/big.js/README.md similarity index 100% rename from ClientApp/node_modules/big.js/README.md rename to apps/angular/node_modules/big.js/README.md diff --git a/ClientApp/node_modules/big.js/big.js b/apps/angular/node_modules/big.js/big.js similarity index 100% rename from ClientApp/node_modules/big.js/big.js rename to apps/angular/node_modules/big.js/big.js diff --git a/ClientApp/node_modules/big.js/big.min.js b/apps/angular/node_modules/big.js/big.min.js similarity index 100% rename from ClientApp/node_modules/big.js/big.min.js rename to apps/angular/node_modules/big.js/big.min.js diff --git a/ClientApp/node_modules/big.js/big.mjs b/apps/angular/node_modules/big.js/big.mjs similarity index 100% rename from ClientApp/node_modules/big.js/big.mjs rename to apps/angular/node_modules/big.js/big.mjs diff --git a/ClientApp/node_modules/big.js/package.json b/apps/angular/node_modules/big.js/package.json similarity index 100% rename from ClientApp/node_modules/big.js/package.json rename to apps/angular/node_modules/big.js/package.json diff --git a/ClientApp/node_modules/blob-util/CHANGELOG.md b/apps/angular/node_modules/blob-util/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/blob-util/CHANGELOG.md rename to apps/angular/node_modules/blob-util/CHANGELOG.md diff --git a/ClientApp/node_modules/blob-util/LICENSE b/apps/angular/node_modules/blob-util/LICENSE similarity index 100% rename from ClientApp/node_modules/blob-util/LICENSE rename to apps/angular/node_modules/blob-util/LICENSE diff --git a/ClientApp/node_modules/blob-util/README.md b/apps/angular/node_modules/blob-util/README.md similarity index 100% rename from ClientApp/node_modules/blob-util/README.md rename to apps/angular/node_modules/blob-util/README.md diff --git a/ClientApp/node_modules/blob-util/dist/blob-util.cjs.js b/apps/angular/node_modules/blob-util/dist/blob-util.cjs.js similarity index 100% rename from ClientApp/node_modules/blob-util/dist/blob-util.cjs.js rename to apps/angular/node_modules/blob-util/dist/blob-util.cjs.js diff --git a/ClientApp/node_modules/blob-util/dist/blob-util.d.ts b/apps/angular/node_modules/blob-util/dist/blob-util.d.ts similarity index 100% rename from ClientApp/node_modules/blob-util/dist/blob-util.d.ts rename to apps/angular/node_modules/blob-util/dist/blob-util.d.ts diff --git a/ClientApp/node_modules/blob-util/dist/blob-util.es.js b/apps/angular/node_modules/blob-util/dist/blob-util.es.js similarity index 100% rename from ClientApp/node_modules/blob-util/dist/blob-util.es.js rename to apps/angular/node_modules/blob-util/dist/blob-util.es.js diff --git a/ClientApp/node_modules/blob-util/dist/blob-util.js b/apps/angular/node_modules/blob-util/dist/blob-util.js similarity index 100% rename from ClientApp/node_modules/blob-util/dist/blob-util.js rename to apps/angular/node_modules/blob-util/dist/blob-util.js diff --git a/ClientApp/node_modules/blob-util/dist/blob-util.min.js b/apps/angular/node_modules/blob-util/dist/blob-util.min.js similarity index 100% rename from ClientApp/node_modules/blob-util/dist/blob-util.min.js rename to apps/angular/node_modules/blob-util/dist/blob-util.min.js diff --git a/ClientApp/node_modules/blob-util/package.json b/apps/angular/node_modules/blob-util/package.json similarity index 100% rename from ClientApp/node_modules/blob-util/package.json rename to apps/angular/node_modules/blob-util/package.json diff --git a/ClientApp/node_modules/bluebird/LICENSE b/apps/angular/node_modules/bluebird/LICENSE similarity index 100% rename from ClientApp/node_modules/bluebird/LICENSE rename to apps/angular/node_modules/bluebird/LICENSE diff --git a/ClientApp/node_modules/bluebird/README.md b/apps/angular/node_modules/bluebird/README.md similarity index 100% rename from ClientApp/node_modules/bluebird/README.md rename to apps/angular/node_modules/bluebird/README.md diff --git a/ClientApp/node_modules/bluebird/changelog.md b/apps/angular/node_modules/bluebird/changelog.md similarity index 100% rename from ClientApp/node_modules/bluebird/changelog.md rename to apps/angular/node_modules/bluebird/changelog.md diff --git a/ClientApp/node_modules/bluebird/js/browser/bluebird.core.js b/apps/angular/node_modules/bluebird/js/browser/bluebird.core.js similarity index 100% rename from ClientApp/node_modules/bluebird/js/browser/bluebird.core.js rename to apps/angular/node_modules/bluebird/js/browser/bluebird.core.js diff --git a/ClientApp/node_modules/bluebird/js/browser/bluebird.core.min.js b/apps/angular/node_modules/bluebird/js/browser/bluebird.core.min.js similarity index 100% rename from ClientApp/node_modules/bluebird/js/browser/bluebird.core.min.js rename to apps/angular/node_modules/bluebird/js/browser/bluebird.core.min.js diff --git a/ClientApp/node_modules/bluebird/js/browser/bluebird.js b/apps/angular/node_modules/bluebird/js/browser/bluebird.js similarity index 100% rename from ClientApp/node_modules/bluebird/js/browser/bluebird.js rename to apps/angular/node_modules/bluebird/js/browser/bluebird.js diff --git a/ClientApp/node_modules/bluebird/js/browser/bluebird.min.js b/apps/angular/node_modules/bluebird/js/browser/bluebird.min.js similarity index 100% rename from ClientApp/node_modules/bluebird/js/browser/bluebird.min.js rename to apps/angular/node_modules/bluebird/js/browser/bluebird.min.js diff --git a/ClientApp/node_modules/bluebird/js/release/any.js b/apps/angular/node_modules/bluebird/js/release/any.js similarity index 100% rename from ClientApp/node_modules/bluebird/js/release/any.js rename to apps/angular/node_modules/bluebird/js/release/any.js diff --git a/ClientApp/node_modules/bluebird/js/release/assert.js b/apps/angular/node_modules/bluebird/js/release/assert.js similarity index 100% rename from ClientApp/node_modules/bluebird/js/release/assert.js rename to apps/angular/node_modules/bluebird/js/release/assert.js diff --git a/ClientApp/node_modules/bluebird/js/release/async.js b/apps/angular/node_modules/bluebird/js/release/async.js similarity index 100% rename from ClientApp/node_modules/bluebird/js/release/async.js rename to apps/angular/node_modules/bluebird/js/release/async.js diff --git a/ClientApp/node_modules/bluebird/js/release/bind.js b/apps/angular/node_modules/bluebird/js/release/bind.js similarity index 100% rename from ClientApp/node_modules/bluebird/js/release/bind.js rename to apps/angular/node_modules/bluebird/js/release/bind.js diff --git a/ClientApp/node_modules/bluebird/js/release/bluebird.js b/apps/angular/node_modules/bluebird/js/release/bluebird.js similarity index 100% rename from ClientApp/node_modules/bluebird/js/release/bluebird.js rename to apps/angular/node_modules/bluebird/js/release/bluebird.js diff --git a/ClientApp/node_modules/bluebird/js/release/call_get.js b/apps/angular/node_modules/bluebird/js/release/call_get.js similarity index 100% rename from ClientApp/node_modules/bluebird/js/release/call_get.js rename to apps/angular/node_modules/bluebird/js/release/call_get.js diff --git a/ClientApp/node_modules/bluebird/js/release/cancel.js b/apps/angular/node_modules/bluebird/js/release/cancel.js similarity index 100% rename from ClientApp/node_modules/bluebird/js/release/cancel.js rename to apps/angular/node_modules/bluebird/js/release/cancel.js diff --git a/ClientApp/node_modules/bluebird/js/release/catch_filter.js b/apps/angular/node_modules/bluebird/js/release/catch_filter.js similarity index 100% rename from ClientApp/node_modules/bluebird/js/release/catch_filter.js rename to apps/angular/node_modules/bluebird/js/release/catch_filter.js diff --git a/ClientApp/node_modules/bluebird/js/release/context.js b/apps/angular/node_modules/bluebird/js/release/context.js similarity index 100% rename from ClientApp/node_modules/bluebird/js/release/context.js rename to apps/angular/node_modules/bluebird/js/release/context.js diff --git a/ClientApp/node_modules/bluebird/js/release/debuggability.js b/apps/angular/node_modules/bluebird/js/release/debuggability.js similarity index 100% rename from ClientApp/node_modules/bluebird/js/release/debuggability.js rename to apps/angular/node_modules/bluebird/js/release/debuggability.js diff --git a/ClientApp/node_modules/bluebird/js/release/direct_resolve.js b/apps/angular/node_modules/bluebird/js/release/direct_resolve.js similarity index 100% rename from ClientApp/node_modules/bluebird/js/release/direct_resolve.js rename to apps/angular/node_modules/bluebird/js/release/direct_resolve.js diff --git a/ClientApp/node_modules/bluebird/js/release/each.js b/apps/angular/node_modules/bluebird/js/release/each.js similarity index 100% rename from ClientApp/node_modules/bluebird/js/release/each.js rename to apps/angular/node_modules/bluebird/js/release/each.js diff --git a/ClientApp/node_modules/bluebird/js/release/errors.js b/apps/angular/node_modules/bluebird/js/release/errors.js similarity index 100% rename from ClientApp/node_modules/bluebird/js/release/errors.js rename to apps/angular/node_modules/bluebird/js/release/errors.js diff --git a/ClientApp/node_modules/bluebird/js/release/es5.js b/apps/angular/node_modules/bluebird/js/release/es5.js similarity index 100% rename from ClientApp/node_modules/bluebird/js/release/es5.js rename to apps/angular/node_modules/bluebird/js/release/es5.js diff --git a/ClientApp/node_modules/bluebird/js/release/filter.js b/apps/angular/node_modules/bluebird/js/release/filter.js similarity index 100% rename from ClientApp/node_modules/bluebird/js/release/filter.js rename to apps/angular/node_modules/bluebird/js/release/filter.js diff --git a/ClientApp/node_modules/bluebird/js/release/finally.js b/apps/angular/node_modules/bluebird/js/release/finally.js similarity index 100% rename from ClientApp/node_modules/bluebird/js/release/finally.js rename to apps/angular/node_modules/bluebird/js/release/finally.js diff --git a/ClientApp/node_modules/bluebird/js/release/generators.js b/apps/angular/node_modules/bluebird/js/release/generators.js similarity index 100% rename from ClientApp/node_modules/bluebird/js/release/generators.js rename to apps/angular/node_modules/bluebird/js/release/generators.js diff --git a/ClientApp/node_modules/bluebird/js/release/join.js b/apps/angular/node_modules/bluebird/js/release/join.js similarity index 100% rename from ClientApp/node_modules/bluebird/js/release/join.js rename to apps/angular/node_modules/bluebird/js/release/join.js diff --git a/ClientApp/node_modules/bluebird/js/release/map.js b/apps/angular/node_modules/bluebird/js/release/map.js similarity index 100% rename from ClientApp/node_modules/bluebird/js/release/map.js rename to apps/angular/node_modules/bluebird/js/release/map.js diff --git a/ClientApp/node_modules/bluebird/js/release/method.js b/apps/angular/node_modules/bluebird/js/release/method.js similarity index 100% rename from ClientApp/node_modules/bluebird/js/release/method.js rename to apps/angular/node_modules/bluebird/js/release/method.js diff --git a/ClientApp/node_modules/bluebird/js/release/nodeback.js b/apps/angular/node_modules/bluebird/js/release/nodeback.js similarity index 100% rename from ClientApp/node_modules/bluebird/js/release/nodeback.js rename to apps/angular/node_modules/bluebird/js/release/nodeback.js diff --git a/ClientApp/node_modules/bluebird/js/release/nodeify.js b/apps/angular/node_modules/bluebird/js/release/nodeify.js similarity index 100% rename from ClientApp/node_modules/bluebird/js/release/nodeify.js rename to apps/angular/node_modules/bluebird/js/release/nodeify.js diff --git a/ClientApp/node_modules/bluebird/js/release/promise.js b/apps/angular/node_modules/bluebird/js/release/promise.js similarity index 100% rename from ClientApp/node_modules/bluebird/js/release/promise.js rename to apps/angular/node_modules/bluebird/js/release/promise.js diff --git a/ClientApp/node_modules/bluebird/js/release/promise_array.js b/apps/angular/node_modules/bluebird/js/release/promise_array.js similarity index 100% rename from ClientApp/node_modules/bluebird/js/release/promise_array.js rename to apps/angular/node_modules/bluebird/js/release/promise_array.js diff --git a/ClientApp/node_modules/bluebird/js/release/promisify.js b/apps/angular/node_modules/bluebird/js/release/promisify.js similarity index 100% rename from ClientApp/node_modules/bluebird/js/release/promisify.js rename to apps/angular/node_modules/bluebird/js/release/promisify.js diff --git a/ClientApp/node_modules/bluebird/js/release/props.js b/apps/angular/node_modules/bluebird/js/release/props.js similarity index 100% rename from ClientApp/node_modules/bluebird/js/release/props.js rename to apps/angular/node_modules/bluebird/js/release/props.js diff --git a/ClientApp/node_modules/bluebird/js/release/queue.js b/apps/angular/node_modules/bluebird/js/release/queue.js similarity index 100% rename from ClientApp/node_modules/bluebird/js/release/queue.js rename to apps/angular/node_modules/bluebird/js/release/queue.js diff --git a/ClientApp/node_modules/bluebird/js/release/race.js b/apps/angular/node_modules/bluebird/js/release/race.js similarity index 100% rename from ClientApp/node_modules/bluebird/js/release/race.js rename to apps/angular/node_modules/bluebird/js/release/race.js diff --git a/ClientApp/node_modules/bluebird/js/release/reduce.js b/apps/angular/node_modules/bluebird/js/release/reduce.js similarity index 100% rename from ClientApp/node_modules/bluebird/js/release/reduce.js rename to apps/angular/node_modules/bluebird/js/release/reduce.js diff --git a/ClientApp/node_modules/bluebird/js/release/schedule.js b/apps/angular/node_modules/bluebird/js/release/schedule.js similarity index 100% rename from ClientApp/node_modules/bluebird/js/release/schedule.js rename to apps/angular/node_modules/bluebird/js/release/schedule.js diff --git a/ClientApp/node_modules/bluebird/js/release/settle.js b/apps/angular/node_modules/bluebird/js/release/settle.js similarity index 100% rename from ClientApp/node_modules/bluebird/js/release/settle.js rename to apps/angular/node_modules/bluebird/js/release/settle.js diff --git a/ClientApp/node_modules/bluebird/js/release/some.js b/apps/angular/node_modules/bluebird/js/release/some.js similarity index 100% rename from ClientApp/node_modules/bluebird/js/release/some.js rename to apps/angular/node_modules/bluebird/js/release/some.js diff --git a/ClientApp/node_modules/bluebird/js/release/synchronous_inspection.js b/apps/angular/node_modules/bluebird/js/release/synchronous_inspection.js similarity index 100% rename from ClientApp/node_modules/bluebird/js/release/synchronous_inspection.js rename to apps/angular/node_modules/bluebird/js/release/synchronous_inspection.js diff --git a/ClientApp/node_modules/bluebird/js/release/thenables.js b/apps/angular/node_modules/bluebird/js/release/thenables.js similarity index 100% rename from ClientApp/node_modules/bluebird/js/release/thenables.js rename to apps/angular/node_modules/bluebird/js/release/thenables.js diff --git a/ClientApp/node_modules/bluebird/js/release/timers.js b/apps/angular/node_modules/bluebird/js/release/timers.js similarity index 100% rename from ClientApp/node_modules/bluebird/js/release/timers.js rename to apps/angular/node_modules/bluebird/js/release/timers.js diff --git a/ClientApp/node_modules/bluebird/js/release/using.js b/apps/angular/node_modules/bluebird/js/release/using.js similarity index 100% rename from ClientApp/node_modules/bluebird/js/release/using.js rename to apps/angular/node_modules/bluebird/js/release/using.js diff --git a/ClientApp/node_modules/bluebird/js/release/util.js b/apps/angular/node_modules/bluebird/js/release/util.js similarity index 100% rename from ClientApp/node_modules/bluebird/js/release/util.js rename to apps/angular/node_modules/bluebird/js/release/util.js diff --git a/ClientApp/node_modules/bluebird/package.json b/apps/angular/node_modules/bluebird/package.json similarity index 100% rename from ClientApp/node_modules/bluebird/package.json rename to apps/angular/node_modules/bluebird/package.json diff --git a/ClientApp/node_modules/brace-expansion/LICENSE b/apps/angular/node_modules/brace-expansion/LICENSE similarity index 100% rename from ClientApp/node_modules/brace-expansion/LICENSE rename to apps/angular/node_modules/brace-expansion/LICENSE diff --git a/ClientApp/node_modules/brace-expansion/README.md b/apps/angular/node_modules/brace-expansion/README.md similarity index 100% rename from ClientApp/node_modules/brace-expansion/README.md rename to apps/angular/node_modules/brace-expansion/README.md diff --git a/ClientApp/node_modules/brace-expansion/index.js b/apps/angular/node_modules/brace-expansion/index.js similarity index 100% rename from ClientApp/node_modules/brace-expansion/index.js rename to apps/angular/node_modules/brace-expansion/index.js diff --git a/ClientApp/node_modules/brace-expansion/package.json b/apps/angular/node_modules/brace-expansion/package.json similarity index 100% rename from ClientApp/node_modules/brace-expansion/package.json rename to apps/angular/node_modules/brace-expansion/package.json diff --git a/ClientApp/node_modules/braces/LICENSE b/apps/angular/node_modules/braces/LICENSE similarity index 100% rename from ClientApp/node_modules/braces/LICENSE rename to apps/angular/node_modules/braces/LICENSE diff --git a/ClientApp/node_modules/braces/README.md b/apps/angular/node_modules/braces/README.md similarity index 100% rename from ClientApp/node_modules/braces/README.md rename to apps/angular/node_modules/braces/README.md diff --git a/ClientApp/node_modules/braces/index.js b/apps/angular/node_modules/braces/index.js similarity index 100% rename from ClientApp/node_modules/braces/index.js rename to apps/angular/node_modules/braces/index.js diff --git a/ClientApp/node_modules/braces/lib/compile.js b/apps/angular/node_modules/braces/lib/compile.js similarity index 100% rename from ClientApp/node_modules/braces/lib/compile.js rename to apps/angular/node_modules/braces/lib/compile.js diff --git a/ClientApp/node_modules/braces/lib/constants.js b/apps/angular/node_modules/braces/lib/constants.js similarity index 100% rename from ClientApp/node_modules/braces/lib/constants.js rename to apps/angular/node_modules/braces/lib/constants.js diff --git a/ClientApp/node_modules/braces/lib/expand.js b/apps/angular/node_modules/braces/lib/expand.js similarity index 100% rename from ClientApp/node_modules/braces/lib/expand.js rename to apps/angular/node_modules/braces/lib/expand.js diff --git a/ClientApp/node_modules/braces/lib/parse.js b/apps/angular/node_modules/braces/lib/parse.js similarity index 100% rename from ClientApp/node_modules/braces/lib/parse.js rename to apps/angular/node_modules/braces/lib/parse.js diff --git a/ClientApp/node_modules/braces/lib/stringify.js b/apps/angular/node_modules/braces/lib/stringify.js similarity index 100% rename from ClientApp/node_modules/braces/lib/stringify.js rename to apps/angular/node_modules/braces/lib/stringify.js diff --git a/ClientApp/node_modules/braces/lib/utils.js b/apps/angular/node_modules/braces/lib/utils.js similarity index 100% rename from ClientApp/node_modules/braces/lib/utils.js rename to apps/angular/node_modules/braces/lib/utils.js diff --git a/ClientApp/node_modules/braces/package.json b/apps/angular/node_modules/braces/package.json similarity index 100% rename from ClientApp/node_modules/braces/package.json rename to apps/angular/node_modules/braces/package.json diff --git a/ClientApp/node_modules/buffer-crc32/LICENSE b/apps/angular/node_modules/buffer-crc32/LICENSE similarity index 100% rename from ClientApp/node_modules/buffer-crc32/LICENSE rename to apps/angular/node_modules/buffer-crc32/LICENSE diff --git a/ClientApp/node_modules/buffer-crc32/README.md b/apps/angular/node_modules/buffer-crc32/README.md similarity index 100% rename from ClientApp/node_modules/buffer-crc32/README.md rename to apps/angular/node_modules/buffer-crc32/README.md diff --git a/ClientApp/node_modules/buffer-crc32/index.js b/apps/angular/node_modules/buffer-crc32/index.js similarity index 100% rename from ClientApp/node_modules/buffer-crc32/index.js rename to apps/angular/node_modules/buffer-crc32/index.js diff --git a/ClientApp/node_modules/buffer-crc32/package.json b/apps/angular/node_modules/buffer-crc32/package.json similarity index 100% rename from ClientApp/node_modules/buffer-crc32/package.json rename to apps/angular/node_modules/buffer-crc32/package.json diff --git a/ClientApp/node_modules/buffer/AUTHORS.md b/apps/angular/node_modules/buffer/AUTHORS.md similarity index 100% rename from ClientApp/node_modules/buffer/AUTHORS.md rename to apps/angular/node_modules/buffer/AUTHORS.md diff --git a/ClientApp/node_modules/buffer/LICENSE b/apps/angular/node_modules/buffer/LICENSE similarity index 100% rename from ClientApp/node_modules/buffer/LICENSE rename to apps/angular/node_modules/buffer/LICENSE diff --git a/ClientApp/node_modules/buffer/README.md b/apps/angular/node_modules/buffer/README.md similarity index 100% rename from ClientApp/node_modules/buffer/README.md rename to apps/angular/node_modules/buffer/README.md diff --git a/ClientApp/node_modules/buffer/index.d.ts b/apps/angular/node_modules/buffer/index.d.ts similarity index 100% rename from ClientApp/node_modules/buffer/index.d.ts rename to apps/angular/node_modules/buffer/index.d.ts diff --git a/ClientApp/node_modules/buffer/index.js b/apps/angular/node_modules/buffer/index.js similarity index 100% rename from ClientApp/node_modules/buffer/index.js rename to apps/angular/node_modules/buffer/index.js diff --git a/ClientApp/node_modules/buffer/package.json b/apps/angular/node_modules/buffer/package.json similarity index 100% rename from ClientApp/node_modules/buffer/package.json rename to apps/angular/node_modules/buffer/package.json diff --git a/ClientApp/node_modules/bundle-name/index.js b/apps/angular/node_modules/bundle-name/index.js similarity index 100% rename from ClientApp/node_modules/bundle-name/index.js rename to apps/angular/node_modules/bundle-name/index.js diff --git a/ClientApp/node_modules/bundle-name/license b/apps/angular/node_modules/bundle-name/license similarity index 100% rename from ClientApp/node_modules/bundle-name/license rename to apps/angular/node_modules/bundle-name/license diff --git a/ClientApp/node_modules/bundle-name/package.json b/apps/angular/node_modules/bundle-name/package.json similarity index 100% rename from ClientApp/node_modules/bundle-name/package.json rename to apps/angular/node_modules/bundle-name/package.json diff --git a/ClientApp/node_modules/bundle-name/readme.md b/apps/angular/node_modules/bundle-name/readme.md similarity index 100% rename from ClientApp/node_modules/bundle-name/readme.md rename to apps/angular/node_modules/bundle-name/readme.md diff --git a/ClientApp/node_modules/cac/LICENSE b/apps/angular/node_modules/cac/LICENSE similarity index 100% rename from ClientApp/node_modules/cac/LICENSE rename to apps/angular/node_modules/cac/LICENSE diff --git a/ClientApp/node_modules/cac/README.md b/apps/angular/node_modules/cac/README.md similarity index 100% rename from ClientApp/node_modules/cac/README.md rename to apps/angular/node_modules/cac/README.md diff --git a/ClientApp/node_modules/cac/deno/CAC.ts b/apps/angular/node_modules/cac/deno/CAC.ts similarity index 100% rename from ClientApp/node_modules/cac/deno/CAC.ts rename to apps/angular/node_modules/cac/deno/CAC.ts diff --git a/ClientApp/node_modules/cac/deno/Command.ts b/apps/angular/node_modules/cac/deno/Command.ts similarity index 100% rename from ClientApp/node_modules/cac/deno/Command.ts rename to apps/angular/node_modules/cac/deno/Command.ts diff --git a/ClientApp/node_modules/cac/deno/Option.ts b/apps/angular/node_modules/cac/deno/Option.ts similarity index 100% rename from ClientApp/node_modules/cac/deno/Option.ts rename to apps/angular/node_modules/cac/deno/Option.ts diff --git a/ClientApp/node_modules/cac/deno/deno.ts b/apps/angular/node_modules/cac/deno/deno.ts similarity index 100% rename from ClientApp/node_modules/cac/deno/deno.ts rename to apps/angular/node_modules/cac/deno/deno.ts diff --git a/ClientApp/node_modules/cac/deno/index.ts b/apps/angular/node_modules/cac/deno/index.ts similarity index 100% rename from ClientApp/node_modules/cac/deno/index.ts rename to apps/angular/node_modules/cac/deno/index.ts diff --git a/ClientApp/node_modules/cac/deno/utils.ts b/apps/angular/node_modules/cac/deno/utils.ts similarity index 100% rename from ClientApp/node_modules/cac/deno/utils.ts rename to apps/angular/node_modules/cac/deno/utils.ts diff --git a/ClientApp/node_modules/cac/dist/index.d.ts b/apps/angular/node_modules/cac/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/cac/dist/index.d.ts rename to apps/angular/node_modules/cac/dist/index.d.ts diff --git a/ClientApp/node_modules/cac/dist/index.js b/apps/angular/node_modules/cac/dist/index.js similarity index 100% rename from ClientApp/node_modules/cac/dist/index.js rename to apps/angular/node_modules/cac/dist/index.js diff --git a/ClientApp/node_modules/cac/dist/index.mjs b/apps/angular/node_modules/cac/dist/index.mjs similarity index 100% rename from ClientApp/node_modules/cac/dist/index.mjs rename to apps/angular/node_modules/cac/dist/index.mjs diff --git a/ClientApp/node_modules/cac/index-compat.js b/apps/angular/node_modules/cac/index-compat.js similarity index 100% rename from ClientApp/node_modules/cac/index-compat.js rename to apps/angular/node_modules/cac/index-compat.js diff --git a/ClientApp/node_modules/cac/mod.js b/apps/angular/node_modules/cac/mod.js similarity index 100% rename from ClientApp/node_modules/cac/mod.js rename to apps/angular/node_modules/cac/mod.js diff --git a/ClientApp/node_modules/cac/mod.ts b/apps/angular/node_modules/cac/mod.ts similarity index 100% rename from ClientApp/node_modules/cac/mod.ts rename to apps/angular/node_modules/cac/mod.ts diff --git a/ClientApp/node_modules/cac/package.json b/apps/angular/node_modules/cac/package.json similarity index 100% rename from ClientApp/node_modules/cac/package.json rename to apps/angular/node_modules/cac/package.json diff --git a/ClientApp/node_modules/cachedir/.travis.yml b/apps/angular/node_modules/cachedir/.travis.yml similarity index 100% rename from ClientApp/node_modules/cachedir/.travis.yml rename to apps/angular/node_modules/cachedir/.travis.yml diff --git a/ClientApp/node_modules/cachedir/index.d.ts b/apps/angular/node_modules/cachedir/index.d.ts similarity index 100% rename from ClientApp/node_modules/cachedir/index.d.ts rename to apps/angular/node_modules/cachedir/index.d.ts diff --git a/ClientApp/node_modules/cachedir/index.js b/apps/angular/node_modules/cachedir/index.js similarity index 100% rename from ClientApp/node_modules/cachedir/index.js rename to apps/angular/node_modules/cachedir/index.js diff --git a/ClientApp/node_modules/cachedir/license b/apps/angular/node_modules/cachedir/license similarity index 100% rename from ClientApp/node_modules/cachedir/license rename to apps/angular/node_modules/cachedir/license diff --git a/ClientApp/node_modules/cachedir/package.json b/apps/angular/node_modules/cachedir/package.json similarity index 100% rename from ClientApp/node_modules/cachedir/package.json rename to apps/angular/node_modules/cachedir/package.json diff --git a/ClientApp/node_modules/cachedir/readme.md b/apps/angular/node_modules/cachedir/readme.md similarity index 100% rename from ClientApp/node_modules/cachedir/readme.md rename to apps/angular/node_modules/cachedir/readme.md diff --git a/ClientApp/node_modules/cachedir/test.js b/apps/angular/node_modules/cachedir/test.js similarity index 100% rename from ClientApp/node_modules/cachedir/test.js rename to apps/angular/node_modules/cachedir/test.js diff --git a/ClientApp/node_modules/call-bind-apply-helpers/.eslintrc b/apps/angular/node_modules/call-bind-apply-helpers/.eslintrc similarity index 100% rename from ClientApp/node_modules/call-bind-apply-helpers/.eslintrc rename to apps/angular/node_modules/call-bind-apply-helpers/.eslintrc diff --git a/ClientApp/node_modules/call-bind-apply-helpers/.github/FUNDING.yml b/apps/angular/node_modules/call-bind-apply-helpers/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/call-bind-apply-helpers/.github/FUNDING.yml rename to apps/angular/node_modules/call-bind-apply-helpers/.github/FUNDING.yml diff --git a/ClientApp/node_modules/call-bind-apply-helpers/.nycrc b/apps/angular/node_modules/call-bind-apply-helpers/.nycrc similarity index 100% rename from ClientApp/node_modules/call-bind-apply-helpers/.nycrc rename to apps/angular/node_modules/call-bind-apply-helpers/.nycrc diff --git a/ClientApp/node_modules/call-bind-apply-helpers/CHANGELOG.md b/apps/angular/node_modules/call-bind-apply-helpers/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/call-bind-apply-helpers/CHANGELOG.md rename to apps/angular/node_modules/call-bind-apply-helpers/CHANGELOG.md diff --git a/ClientApp/node_modules/call-bind-apply-helpers/LICENSE b/apps/angular/node_modules/call-bind-apply-helpers/LICENSE similarity index 100% rename from ClientApp/node_modules/call-bind-apply-helpers/LICENSE rename to apps/angular/node_modules/call-bind-apply-helpers/LICENSE diff --git a/ClientApp/node_modules/call-bind-apply-helpers/README.md b/apps/angular/node_modules/call-bind-apply-helpers/README.md similarity index 100% rename from ClientApp/node_modules/call-bind-apply-helpers/README.md rename to apps/angular/node_modules/call-bind-apply-helpers/README.md diff --git a/ClientApp/node_modules/call-bind-apply-helpers/actualApply.d.ts b/apps/angular/node_modules/call-bind-apply-helpers/actualApply.d.ts similarity index 100% rename from ClientApp/node_modules/call-bind-apply-helpers/actualApply.d.ts rename to apps/angular/node_modules/call-bind-apply-helpers/actualApply.d.ts diff --git a/ClientApp/node_modules/call-bind-apply-helpers/actualApply.js b/apps/angular/node_modules/call-bind-apply-helpers/actualApply.js similarity index 100% rename from ClientApp/node_modules/call-bind-apply-helpers/actualApply.js rename to apps/angular/node_modules/call-bind-apply-helpers/actualApply.js diff --git a/ClientApp/node_modules/call-bind-apply-helpers/applyBind.d.ts b/apps/angular/node_modules/call-bind-apply-helpers/applyBind.d.ts similarity index 100% rename from ClientApp/node_modules/call-bind-apply-helpers/applyBind.d.ts rename to apps/angular/node_modules/call-bind-apply-helpers/applyBind.d.ts diff --git a/ClientApp/node_modules/call-bind-apply-helpers/applyBind.js b/apps/angular/node_modules/call-bind-apply-helpers/applyBind.js similarity index 100% rename from ClientApp/node_modules/call-bind-apply-helpers/applyBind.js rename to apps/angular/node_modules/call-bind-apply-helpers/applyBind.js diff --git a/ClientApp/node_modules/call-bind-apply-helpers/functionApply.d.ts b/apps/angular/node_modules/call-bind-apply-helpers/functionApply.d.ts similarity index 100% rename from ClientApp/node_modules/call-bind-apply-helpers/functionApply.d.ts rename to apps/angular/node_modules/call-bind-apply-helpers/functionApply.d.ts diff --git a/ClientApp/node_modules/call-bind-apply-helpers/functionApply.js b/apps/angular/node_modules/call-bind-apply-helpers/functionApply.js similarity index 100% rename from ClientApp/node_modules/call-bind-apply-helpers/functionApply.js rename to apps/angular/node_modules/call-bind-apply-helpers/functionApply.js diff --git a/ClientApp/node_modules/call-bind-apply-helpers/functionCall.d.ts b/apps/angular/node_modules/call-bind-apply-helpers/functionCall.d.ts similarity index 100% rename from ClientApp/node_modules/call-bind-apply-helpers/functionCall.d.ts rename to apps/angular/node_modules/call-bind-apply-helpers/functionCall.d.ts diff --git a/ClientApp/node_modules/call-bind-apply-helpers/functionCall.js b/apps/angular/node_modules/call-bind-apply-helpers/functionCall.js similarity index 100% rename from ClientApp/node_modules/call-bind-apply-helpers/functionCall.js rename to apps/angular/node_modules/call-bind-apply-helpers/functionCall.js diff --git a/ClientApp/node_modules/call-bind-apply-helpers/index.d.ts b/apps/angular/node_modules/call-bind-apply-helpers/index.d.ts similarity index 100% rename from ClientApp/node_modules/call-bind-apply-helpers/index.d.ts rename to apps/angular/node_modules/call-bind-apply-helpers/index.d.ts diff --git a/ClientApp/node_modules/call-bind-apply-helpers/index.js b/apps/angular/node_modules/call-bind-apply-helpers/index.js similarity index 100% rename from ClientApp/node_modules/call-bind-apply-helpers/index.js rename to apps/angular/node_modules/call-bind-apply-helpers/index.js diff --git a/ClientApp/node_modules/call-bind-apply-helpers/package.json b/apps/angular/node_modules/call-bind-apply-helpers/package.json similarity index 100% rename from ClientApp/node_modules/call-bind-apply-helpers/package.json rename to apps/angular/node_modules/call-bind-apply-helpers/package.json diff --git a/ClientApp/node_modules/call-bind-apply-helpers/reflectApply.d.ts b/apps/angular/node_modules/call-bind-apply-helpers/reflectApply.d.ts similarity index 100% rename from ClientApp/node_modules/call-bind-apply-helpers/reflectApply.d.ts rename to apps/angular/node_modules/call-bind-apply-helpers/reflectApply.d.ts diff --git a/ClientApp/node_modules/call-bind-apply-helpers/reflectApply.js b/apps/angular/node_modules/call-bind-apply-helpers/reflectApply.js similarity index 100% rename from ClientApp/node_modules/call-bind-apply-helpers/reflectApply.js rename to apps/angular/node_modules/call-bind-apply-helpers/reflectApply.js diff --git a/ClientApp/node_modules/call-bind-apply-helpers/test/index.js b/apps/angular/node_modules/call-bind-apply-helpers/test/index.js similarity index 100% rename from ClientApp/node_modules/call-bind-apply-helpers/test/index.js rename to apps/angular/node_modules/call-bind-apply-helpers/test/index.js diff --git a/ClientApp/node_modules/call-bind-apply-helpers/tsconfig.json b/apps/angular/node_modules/call-bind-apply-helpers/tsconfig.json similarity index 100% rename from ClientApp/node_modules/call-bind-apply-helpers/tsconfig.json rename to apps/angular/node_modules/call-bind-apply-helpers/tsconfig.json diff --git a/ClientApp/node_modules/call-bind/.eslintignore b/apps/angular/node_modules/call-bind/.eslintignore similarity index 100% rename from ClientApp/node_modules/call-bind/.eslintignore rename to apps/angular/node_modules/call-bind/.eslintignore diff --git a/ClientApp/node_modules/call-bind/.eslintrc b/apps/angular/node_modules/call-bind/.eslintrc similarity index 100% rename from ClientApp/node_modules/call-bind/.eslintrc rename to apps/angular/node_modules/call-bind/.eslintrc diff --git a/ClientApp/node_modules/call-bind/.github/FUNDING.yml b/apps/angular/node_modules/call-bind/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/call-bind/.github/FUNDING.yml rename to apps/angular/node_modules/call-bind/.github/FUNDING.yml diff --git a/ClientApp/node_modules/call-bind/.nycrc b/apps/angular/node_modules/call-bind/.nycrc similarity index 100% rename from ClientApp/node_modules/call-bind/.nycrc rename to apps/angular/node_modules/call-bind/.nycrc diff --git a/ClientApp/node_modules/call-bind/CHANGELOG.md b/apps/angular/node_modules/call-bind/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/call-bind/CHANGELOG.md rename to apps/angular/node_modules/call-bind/CHANGELOG.md diff --git a/ClientApp/node_modules/call-bind/LICENSE b/apps/angular/node_modules/call-bind/LICENSE similarity index 100% rename from ClientApp/node_modules/call-bind/LICENSE rename to apps/angular/node_modules/call-bind/LICENSE diff --git a/ClientApp/node_modules/call-bind/README.md b/apps/angular/node_modules/call-bind/README.md similarity index 100% rename from ClientApp/node_modules/call-bind/README.md rename to apps/angular/node_modules/call-bind/README.md diff --git a/ClientApp/node_modules/call-bind/callBound.js b/apps/angular/node_modules/call-bind/callBound.js similarity index 100% rename from ClientApp/node_modules/call-bind/callBound.js rename to apps/angular/node_modules/call-bind/callBound.js diff --git a/ClientApp/node_modules/call-bind/index.js b/apps/angular/node_modules/call-bind/index.js similarity index 100% rename from ClientApp/node_modules/call-bind/index.js rename to apps/angular/node_modules/call-bind/index.js diff --git a/ClientApp/node_modules/call-bind/package.json b/apps/angular/node_modules/call-bind/package.json similarity index 100% rename from ClientApp/node_modules/call-bind/package.json rename to apps/angular/node_modules/call-bind/package.json diff --git a/ClientApp/node_modules/call-bind/test/callBound.js b/apps/angular/node_modules/call-bind/test/callBound.js similarity index 100% rename from ClientApp/node_modules/call-bind/test/callBound.js rename to apps/angular/node_modules/call-bind/test/callBound.js diff --git a/ClientApp/node_modules/call-bind/test/index.js b/apps/angular/node_modules/call-bind/test/index.js similarity index 100% rename from ClientApp/node_modules/call-bind/test/index.js rename to apps/angular/node_modules/call-bind/test/index.js diff --git a/ClientApp/node_modules/call-bound/.eslintrc b/apps/angular/node_modules/call-bound/.eslintrc similarity index 100% rename from ClientApp/node_modules/call-bound/.eslintrc rename to apps/angular/node_modules/call-bound/.eslintrc diff --git a/ClientApp/node_modules/call-bound/.github/FUNDING.yml b/apps/angular/node_modules/call-bound/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/call-bound/.github/FUNDING.yml rename to apps/angular/node_modules/call-bound/.github/FUNDING.yml diff --git a/ClientApp/node_modules/call-bound/.nycrc b/apps/angular/node_modules/call-bound/.nycrc similarity index 100% rename from ClientApp/node_modules/call-bound/.nycrc rename to apps/angular/node_modules/call-bound/.nycrc diff --git a/ClientApp/node_modules/call-bound/CHANGELOG.md b/apps/angular/node_modules/call-bound/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/call-bound/CHANGELOG.md rename to apps/angular/node_modules/call-bound/CHANGELOG.md diff --git a/ClientApp/node_modules/call-bound/LICENSE b/apps/angular/node_modules/call-bound/LICENSE similarity index 100% rename from ClientApp/node_modules/call-bound/LICENSE rename to apps/angular/node_modules/call-bound/LICENSE diff --git a/ClientApp/node_modules/call-bound/README.md b/apps/angular/node_modules/call-bound/README.md similarity index 100% rename from ClientApp/node_modules/call-bound/README.md rename to apps/angular/node_modules/call-bound/README.md diff --git a/ClientApp/node_modules/call-bound/index.d.ts b/apps/angular/node_modules/call-bound/index.d.ts similarity index 100% rename from ClientApp/node_modules/call-bound/index.d.ts rename to apps/angular/node_modules/call-bound/index.d.ts diff --git a/ClientApp/node_modules/call-bound/index.js b/apps/angular/node_modules/call-bound/index.js similarity index 100% rename from ClientApp/node_modules/call-bound/index.js rename to apps/angular/node_modules/call-bound/index.js diff --git a/ClientApp/node_modules/call-bound/package.json b/apps/angular/node_modules/call-bound/package.json similarity index 100% rename from ClientApp/node_modules/call-bound/package.json rename to apps/angular/node_modules/call-bound/package.json diff --git a/ClientApp/node_modules/call-bound/test/index.js b/apps/angular/node_modules/call-bound/test/index.js similarity index 100% rename from ClientApp/node_modules/call-bound/test/index.js rename to apps/angular/node_modules/call-bound/test/index.js diff --git a/ClientApp/node_modules/call-bound/tsconfig.json b/apps/angular/node_modules/call-bound/tsconfig.json similarity index 100% rename from ClientApp/node_modules/call-bound/tsconfig.json rename to apps/angular/node_modules/call-bound/tsconfig.json diff --git a/ClientApp/node_modules/callsites/index.d.ts b/apps/angular/node_modules/callsites/index.d.ts similarity index 100% rename from ClientApp/node_modules/callsites/index.d.ts rename to apps/angular/node_modules/callsites/index.d.ts diff --git a/ClientApp/node_modules/callsites/index.js b/apps/angular/node_modules/callsites/index.js similarity index 100% rename from ClientApp/node_modules/callsites/index.js rename to apps/angular/node_modules/callsites/index.js diff --git a/ClientApp/node_modules/callsites/license b/apps/angular/node_modules/callsites/license similarity index 100% rename from ClientApp/node_modules/callsites/license rename to apps/angular/node_modules/callsites/license diff --git a/ClientApp/node_modules/callsites/package.json b/apps/angular/node_modules/callsites/package.json similarity index 100% rename from ClientApp/node_modules/callsites/package.json rename to apps/angular/node_modules/callsites/package.json diff --git a/ClientApp/node_modules/callsites/readme.md b/apps/angular/node_modules/callsites/readme.md similarity index 100% rename from ClientApp/node_modules/callsites/readme.md rename to apps/angular/node_modules/callsites/readme.md diff --git a/ClientApp/node_modules/caseless/LICENSE b/apps/angular/node_modules/caseless/LICENSE similarity index 100% rename from ClientApp/node_modules/caseless/LICENSE rename to apps/angular/node_modules/caseless/LICENSE diff --git a/ClientApp/node_modules/caseless/README.md b/apps/angular/node_modules/caseless/README.md similarity index 100% rename from ClientApp/node_modules/caseless/README.md rename to apps/angular/node_modules/caseless/README.md diff --git a/ClientApp/node_modules/caseless/index.js b/apps/angular/node_modules/caseless/index.js similarity index 100% rename from ClientApp/node_modules/caseless/index.js rename to apps/angular/node_modules/caseless/index.js diff --git a/ClientApp/node_modules/caseless/package.json b/apps/angular/node_modules/caseless/package.json similarity index 100% rename from ClientApp/node_modules/caseless/package.json rename to apps/angular/node_modules/caseless/package.json diff --git a/ClientApp/node_modules/caseless/test.js b/apps/angular/node_modules/caseless/test.js similarity index 100% rename from ClientApp/node_modules/caseless/test.js rename to apps/angular/node_modules/caseless/test.js diff --git a/ClientApp/node_modules/chai/CODEOWNERS b/apps/angular/node_modules/chai/CODEOWNERS similarity index 100% rename from ClientApp/node_modules/chai/CODEOWNERS rename to apps/angular/node_modules/chai/CODEOWNERS diff --git a/ClientApp/node_modules/chai/CODE_OF_CONDUCT.md b/apps/angular/node_modules/chai/CODE_OF_CONDUCT.md similarity index 100% rename from ClientApp/node_modules/chai/CODE_OF_CONDUCT.md rename to apps/angular/node_modules/chai/CODE_OF_CONDUCT.md diff --git a/ClientApp/node_modules/chai/CONTRIBUTING.md b/apps/angular/node_modules/chai/CONTRIBUTING.md similarity index 100% rename from ClientApp/node_modules/chai/CONTRIBUTING.md rename to apps/angular/node_modules/chai/CONTRIBUTING.md diff --git a/ClientApp/node_modules/chai/History.md b/apps/angular/node_modules/chai/History.md similarity index 100% rename from ClientApp/node_modules/chai/History.md rename to apps/angular/node_modules/chai/History.md diff --git a/ClientApp/node_modules/chai/LICENSE b/apps/angular/node_modules/chai/LICENSE similarity index 100% rename from ClientApp/node_modules/chai/LICENSE rename to apps/angular/node_modules/chai/LICENSE diff --git a/ClientApp/node_modules/chai/README.md b/apps/angular/node_modules/chai/README.md similarity index 100% rename from ClientApp/node_modules/chai/README.md rename to apps/angular/node_modules/chai/README.md diff --git a/ClientApp/node_modules/chai/ReleaseNotes.md b/apps/angular/node_modules/chai/ReleaseNotes.md similarity index 100% rename from ClientApp/node_modules/chai/ReleaseNotes.md rename to apps/angular/node_modules/chai/ReleaseNotes.md diff --git a/ClientApp/node_modules/chai/bower.json b/apps/angular/node_modules/chai/bower.json similarity index 100% rename from ClientApp/node_modules/chai/bower.json rename to apps/angular/node_modules/chai/bower.json diff --git a/ClientApp/node_modules/chai/chai.js b/apps/angular/node_modules/chai/chai.js similarity index 100% rename from ClientApp/node_modules/chai/chai.js rename to apps/angular/node_modules/chai/chai.js diff --git a/ClientApp/node_modules/chai/index.js b/apps/angular/node_modules/chai/index.js similarity index 100% rename from ClientApp/node_modules/chai/index.js rename to apps/angular/node_modules/chai/index.js diff --git a/ClientApp/node_modules/chai/index.mjs b/apps/angular/node_modules/chai/index.mjs similarity index 100% rename from ClientApp/node_modules/chai/index.mjs rename to apps/angular/node_modules/chai/index.mjs diff --git a/ClientApp/node_modules/chai/karma.conf.js b/apps/angular/node_modules/chai/karma.conf.js similarity index 100% rename from ClientApp/node_modules/chai/karma.conf.js rename to apps/angular/node_modules/chai/karma.conf.js diff --git a/ClientApp/node_modules/chai/karma.sauce.js b/apps/angular/node_modules/chai/karma.sauce.js similarity index 100% rename from ClientApp/node_modules/chai/karma.sauce.js rename to apps/angular/node_modules/chai/karma.sauce.js diff --git a/ClientApp/node_modules/chai/lib/chai.js b/apps/angular/node_modules/chai/lib/chai.js similarity index 100% rename from ClientApp/node_modules/chai/lib/chai.js rename to apps/angular/node_modules/chai/lib/chai.js diff --git a/ClientApp/node_modules/chai/lib/chai/assertion.js b/apps/angular/node_modules/chai/lib/chai/assertion.js similarity index 100% rename from ClientApp/node_modules/chai/lib/chai/assertion.js rename to apps/angular/node_modules/chai/lib/chai/assertion.js diff --git a/ClientApp/node_modules/chai/lib/chai/config.js b/apps/angular/node_modules/chai/lib/chai/config.js similarity index 100% rename from ClientApp/node_modules/chai/lib/chai/config.js rename to apps/angular/node_modules/chai/lib/chai/config.js diff --git a/ClientApp/node_modules/chai/lib/chai/core/assertions.js b/apps/angular/node_modules/chai/lib/chai/core/assertions.js similarity index 100% rename from ClientApp/node_modules/chai/lib/chai/core/assertions.js rename to apps/angular/node_modules/chai/lib/chai/core/assertions.js diff --git a/ClientApp/node_modules/chai/lib/chai/interface/assert.js b/apps/angular/node_modules/chai/lib/chai/interface/assert.js similarity index 100% rename from ClientApp/node_modules/chai/lib/chai/interface/assert.js rename to apps/angular/node_modules/chai/lib/chai/interface/assert.js diff --git a/ClientApp/node_modules/chai/lib/chai/interface/expect.js b/apps/angular/node_modules/chai/lib/chai/interface/expect.js similarity index 100% rename from ClientApp/node_modules/chai/lib/chai/interface/expect.js rename to apps/angular/node_modules/chai/lib/chai/interface/expect.js diff --git a/ClientApp/node_modules/chai/lib/chai/interface/should.js b/apps/angular/node_modules/chai/lib/chai/interface/should.js similarity index 100% rename from ClientApp/node_modules/chai/lib/chai/interface/should.js rename to apps/angular/node_modules/chai/lib/chai/interface/should.js diff --git a/ClientApp/node_modules/chai/lib/chai/utils/addChainableMethod.js b/apps/angular/node_modules/chai/lib/chai/utils/addChainableMethod.js similarity index 100% rename from ClientApp/node_modules/chai/lib/chai/utils/addChainableMethod.js rename to apps/angular/node_modules/chai/lib/chai/utils/addChainableMethod.js diff --git a/ClientApp/node_modules/chai/lib/chai/utils/addLengthGuard.js b/apps/angular/node_modules/chai/lib/chai/utils/addLengthGuard.js similarity index 100% rename from ClientApp/node_modules/chai/lib/chai/utils/addLengthGuard.js rename to apps/angular/node_modules/chai/lib/chai/utils/addLengthGuard.js diff --git a/ClientApp/node_modules/chai/lib/chai/utils/addMethod.js b/apps/angular/node_modules/chai/lib/chai/utils/addMethod.js similarity index 100% rename from ClientApp/node_modules/chai/lib/chai/utils/addMethod.js rename to apps/angular/node_modules/chai/lib/chai/utils/addMethod.js diff --git a/ClientApp/node_modules/chai/lib/chai/utils/addProperty.js b/apps/angular/node_modules/chai/lib/chai/utils/addProperty.js similarity index 100% rename from ClientApp/node_modules/chai/lib/chai/utils/addProperty.js rename to apps/angular/node_modules/chai/lib/chai/utils/addProperty.js diff --git a/ClientApp/node_modules/chai/lib/chai/utils/compareByInspect.js b/apps/angular/node_modules/chai/lib/chai/utils/compareByInspect.js similarity index 100% rename from ClientApp/node_modules/chai/lib/chai/utils/compareByInspect.js rename to apps/angular/node_modules/chai/lib/chai/utils/compareByInspect.js diff --git a/ClientApp/node_modules/chai/lib/chai/utils/expectTypes.js b/apps/angular/node_modules/chai/lib/chai/utils/expectTypes.js similarity index 100% rename from ClientApp/node_modules/chai/lib/chai/utils/expectTypes.js rename to apps/angular/node_modules/chai/lib/chai/utils/expectTypes.js diff --git a/ClientApp/node_modules/chai/lib/chai/utils/flag.js b/apps/angular/node_modules/chai/lib/chai/utils/flag.js similarity index 100% rename from ClientApp/node_modules/chai/lib/chai/utils/flag.js rename to apps/angular/node_modules/chai/lib/chai/utils/flag.js diff --git a/ClientApp/node_modules/chai/lib/chai/utils/getActual.js b/apps/angular/node_modules/chai/lib/chai/utils/getActual.js similarity index 100% rename from ClientApp/node_modules/chai/lib/chai/utils/getActual.js rename to apps/angular/node_modules/chai/lib/chai/utils/getActual.js diff --git a/ClientApp/node_modules/chai/lib/chai/utils/getEnumerableProperties.js b/apps/angular/node_modules/chai/lib/chai/utils/getEnumerableProperties.js similarity index 100% rename from ClientApp/node_modules/chai/lib/chai/utils/getEnumerableProperties.js rename to apps/angular/node_modules/chai/lib/chai/utils/getEnumerableProperties.js diff --git a/ClientApp/node_modules/chai/lib/chai/utils/getMessage.js b/apps/angular/node_modules/chai/lib/chai/utils/getMessage.js similarity index 100% rename from ClientApp/node_modules/chai/lib/chai/utils/getMessage.js rename to apps/angular/node_modules/chai/lib/chai/utils/getMessage.js diff --git a/ClientApp/node_modules/chai/lib/chai/utils/getOperator.js b/apps/angular/node_modules/chai/lib/chai/utils/getOperator.js similarity index 100% rename from ClientApp/node_modules/chai/lib/chai/utils/getOperator.js rename to apps/angular/node_modules/chai/lib/chai/utils/getOperator.js diff --git a/ClientApp/node_modules/chai/lib/chai/utils/getOwnEnumerableProperties.js b/apps/angular/node_modules/chai/lib/chai/utils/getOwnEnumerableProperties.js similarity index 100% rename from ClientApp/node_modules/chai/lib/chai/utils/getOwnEnumerableProperties.js rename to apps/angular/node_modules/chai/lib/chai/utils/getOwnEnumerableProperties.js diff --git a/ClientApp/node_modules/chai/lib/chai/utils/getOwnEnumerablePropertySymbols.js b/apps/angular/node_modules/chai/lib/chai/utils/getOwnEnumerablePropertySymbols.js similarity index 100% rename from ClientApp/node_modules/chai/lib/chai/utils/getOwnEnumerablePropertySymbols.js rename to apps/angular/node_modules/chai/lib/chai/utils/getOwnEnumerablePropertySymbols.js diff --git a/ClientApp/node_modules/chai/lib/chai/utils/getProperties.js b/apps/angular/node_modules/chai/lib/chai/utils/getProperties.js similarity index 100% rename from ClientApp/node_modules/chai/lib/chai/utils/getProperties.js rename to apps/angular/node_modules/chai/lib/chai/utils/getProperties.js diff --git a/ClientApp/node_modules/chai/lib/chai/utils/index.js b/apps/angular/node_modules/chai/lib/chai/utils/index.js similarity index 100% rename from ClientApp/node_modules/chai/lib/chai/utils/index.js rename to apps/angular/node_modules/chai/lib/chai/utils/index.js diff --git a/ClientApp/node_modules/chai/lib/chai/utils/inspect.js b/apps/angular/node_modules/chai/lib/chai/utils/inspect.js similarity index 100% rename from ClientApp/node_modules/chai/lib/chai/utils/inspect.js rename to apps/angular/node_modules/chai/lib/chai/utils/inspect.js diff --git a/ClientApp/node_modules/chai/lib/chai/utils/isNaN.js b/apps/angular/node_modules/chai/lib/chai/utils/isNaN.js similarity index 100% rename from ClientApp/node_modules/chai/lib/chai/utils/isNaN.js rename to apps/angular/node_modules/chai/lib/chai/utils/isNaN.js diff --git a/ClientApp/node_modules/chai/lib/chai/utils/isProxyEnabled.js b/apps/angular/node_modules/chai/lib/chai/utils/isProxyEnabled.js similarity index 100% rename from ClientApp/node_modules/chai/lib/chai/utils/isProxyEnabled.js rename to apps/angular/node_modules/chai/lib/chai/utils/isProxyEnabled.js diff --git a/ClientApp/node_modules/chai/lib/chai/utils/objDisplay.js b/apps/angular/node_modules/chai/lib/chai/utils/objDisplay.js similarity index 100% rename from ClientApp/node_modules/chai/lib/chai/utils/objDisplay.js rename to apps/angular/node_modules/chai/lib/chai/utils/objDisplay.js diff --git a/ClientApp/node_modules/chai/lib/chai/utils/overwriteChainableMethod.js b/apps/angular/node_modules/chai/lib/chai/utils/overwriteChainableMethod.js similarity index 100% rename from ClientApp/node_modules/chai/lib/chai/utils/overwriteChainableMethod.js rename to apps/angular/node_modules/chai/lib/chai/utils/overwriteChainableMethod.js diff --git a/ClientApp/node_modules/chai/lib/chai/utils/overwriteMethod.js b/apps/angular/node_modules/chai/lib/chai/utils/overwriteMethod.js similarity index 100% rename from ClientApp/node_modules/chai/lib/chai/utils/overwriteMethod.js rename to apps/angular/node_modules/chai/lib/chai/utils/overwriteMethod.js diff --git a/ClientApp/node_modules/chai/lib/chai/utils/overwriteProperty.js b/apps/angular/node_modules/chai/lib/chai/utils/overwriteProperty.js similarity index 100% rename from ClientApp/node_modules/chai/lib/chai/utils/overwriteProperty.js rename to apps/angular/node_modules/chai/lib/chai/utils/overwriteProperty.js diff --git a/ClientApp/node_modules/chai/lib/chai/utils/proxify.js b/apps/angular/node_modules/chai/lib/chai/utils/proxify.js similarity index 100% rename from ClientApp/node_modules/chai/lib/chai/utils/proxify.js rename to apps/angular/node_modules/chai/lib/chai/utils/proxify.js diff --git a/ClientApp/node_modules/chai/lib/chai/utils/test.js b/apps/angular/node_modules/chai/lib/chai/utils/test.js similarity index 100% rename from ClientApp/node_modules/chai/lib/chai/utils/test.js rename to apps/angular/node_modules/chai/lib/chai/utils/test.js diff --git a/ClientApp/node_modules/chai/lib/chai/utils/transferFlags.js b/apps/angular/node_modules/chai/lib/chai/utils/transferFlags.js similarity index 100% rename from ClientApp/node_modules/chai/lib/chai/utils/transferFlags.js rename to apps/angular/node_modules/chai/lib/chai/utils/transferFlags.js diff --git a/ClientApp/node_modules/chai/package.json b/apps/angular/node_modules/chai/package.json similarity index 100% rename from ClientApp/node_modules/chai/package.json rename to apps/angular/node_modules/chai/package.json diff --git a/ClientApp/node_modules/chai/register-assert.js b/apps/angular/node_modules/chai/register-assert.js similarity index 100% rename from ClientApp/node_modules/chai/register-assert.js rename to apps/angular/node_modules/chai/register-assert.js diff --git a/ClientApp/node_modules/chai/register-expect.js b/apps/angular/node_modules/chai/register-expect.js similarity index 100% rename from ClientApp/node_modules/chai/register-expect.js rename to apps/angular/node_modules/chai/register-expect.js diff --git a/ClientApp/node_modules/chai/register-should.js b/apps/angular/node_modules/chai/register-should.js similarity index 100% rename from ClientApp/node_modules/chai/register-should.js rename to apps/angular/node_modules/chai/register-should.js diff --git a/ClientApp/node_modules/chai/sauce.browsers.js b/apps/angular/node_modules/chai/sauce.browsers.js similarity index 100% rename from ClientApp/node_modules/chai/sauce.browsers.js rename to apps/angular/node_modules/chai/sauce.browsers.js diff --git a/ClientApp/node_modules/chalk/index.d.ts b/apps/angular/node_modules/chalk/index.d.ts similarity index 100% rename from ClientApp/node_modules/chalk/index.d.ts rename to apps/angular/node_modules/chalk/index.d.ts diff --git a/ClientApp/node_modules/chalk/license b/apps/angular/node_modules/chalk/license similarity index 100% rename from ClientApp/node_modules/chalk/license rename to apps/angular/node_modules/chalk/license diff --git a/ClientApp/node_modules/chalk/package.json b/apps/angular/node_modules/chalk/package.json similarity index 100% rename from ClientApp/node_modules/chalk/package.json rename to apps/angular/node_modules/chalk/package.json diff --git a/ClientApp/node_modules/chalk/readme.md b/apps/angular/node_modules/chalk/readme.md similarity index 100% rename from ClientApp/node_modules/chalk/readme.md rename to apps/angular/node_modules/chalk/readme.md diff --git a/ClientApp/node_modules/chalk/source/index.js b/apps/angular/node_modules/chalk/source/index.js similarity index 100% rename from ClientApp/node_modules/chalk/source/index.js rename to apps/angular/node_modules/chalk/source/index.js diff --git a/ClientApp/node_modules/chalk/source/templates.js b/apps/angular/node_modules/chalk/source/templates.js similarity index 100% rename from ClientApp/node_modules/chalk/source/templates.js rename to apps/angular/node_modules/chalk/source/templates.js diff --git a/ClientApp/node_modules/chalk/source/util.js b/apps/angular/node_modules/chalk/source/util.js similarity index 100% rename from ClientApp/node_modules/chalk/source/util.js rename to apps/angular/node_modules/chalk/source/util.js diff --git a/ClientApp/node_modules/check-error/LICENSE b/apps/angular/node_modules/check-error/LICENSE similarity index 100% rename from ClientApp/node_modules/check-error/LICENSE rename to apps/angular/node_modules/check-error/LICENSE diff --git a/ClientApp/node_modules/check-error/README.md b/apps/angular/node_modules/check-error/README.md similarity index 100% rename from ClientApp/node_modules/check-error/README.md rename to apps/angular/node_modules/check-error/README.md diff --git a/ClientApp/node_modules/check-error/check-error.js b/apps/angular/node_modules/check-error/check-error.js similarity index 100% rename from ClientApp/node_modules/check-error/check-error.js rename to apps/angular/node_modules/check-error/check-error.js diff --git a/ClientApp/node_modules/check-error/index.js b/apps/angular/node_modules/check-error/index.js similarity index 100% rename from ClientApp/node_modules/check-error/index.js rename to apps/angular/node_modules/check-error/index.js diff --git a/ClientApp/node_modules/check-error/package.json b/apps/angular/node_modules/check-error/package.json similarity index 100% rename from ClientApp/node_modules/check-error/package.json rename to apps/angular/node_modules/check-error/package.json diff --git a/ClientApp/node_modules/check-more-types/LICENSE b/apps/angular/node_modules/check-more-types/LICENSE similarity index 100% rename from ClientApp/node_modules/check-more-types/LICENSE rename to apps/angular/node_modules/check-more-types/LICENSE diff --git a/ClientApp/node_modules/check-more-types/README.md b/apps/angular/node_modules/check-more-types/README.md similarity index 100% rename from ClientApp/node_modules/check-more-types/README.md rename to apps/angular/node_modules/check-more-types/README.md diff --git a/ClientApp/node_modules/check-more-types/bower.json b/apps/angular/node_modules/check-more-types/bower.json similarity index 100% rename from ClientApp/node_modules/check-more-types/bower.json rename to apps/angular/node_modules/check-more-types/bower.json diff --git a/ClientApp/node_modules/check-more-types/dist/check-more-types.d.ts b/apps/angular/node_modules/check-more-types/dist/check-more-types.d.ts similarity index 100% rename from ClientApp/node_modules/check-more-types/dist/check-more-types.d.ts rename to apps/angular/node_modules/check-more-types/dist/check-more-types.d.ts diff --git a/ClientApp/node_modules/check-more-types/dist/check-more-types.js b/apps/angular/node_modules/check-more-types/dist/check-more-types.js similarity index 100% rename from ClientApp/node_modules/check-more-types/dist/check-more-types.js rename to apps/angular/node_modules/check-more-types/dist/check-more-types.js diff --git a/ClientApp/node_modules/check-more-types/dist/check-more-types.min.js b/apps/angular/node_modules/check-more-types/dist/check-more-types.min.js similarity index 100% rename from ClientApp/node_modules/check-more-types/dist/check-more-types.min.js rename to apps/angular/node_modules/check-more-types/dist/check-more-types.min.js diff --git a/ClientApp/node_modules/check-more-types/package.json b/apps/angular/node_modules/check-more-types/package.json similarity index 100% rename from ClientApp/node_modules/check-more-types/package.json rename to apps/angular/node_modules/check-more-types/package.json diff --git a/ClientApp/node_modules/chokidar/LICENSE b/apps/angular/node_modules/chokidar/LICENSE similarity index 100% rename from ClientApp/node_modules/chokidar/LICENSE rename to apps/angular/node_modules/chokidar/LICENSE diff --git a/ClientApp/node_modules/chokidar/README.md b/apps/angular/node_modules/chokidar/README.md similarity index 100% rename from ClientApp/node_modules/chokidar/README.md rename to apps/angular/node_modules/chokidar/README.md diff --git a/ClientApp/node_modules/chokidar/esm/handler.d.ts b/apps/angular/node_modules/chokidar/esm/handler.d.ts similarity index 100% rename from ClientApp/node_modules/chokidar/esm/handler.d.ts rename to apps/angular/node_modules/chokidar/esm/handler.d.ts diff --git a/ClientApp/node_modules/chokidar/esm/handler.js b/apps/angular/node_modules/chokidar/esm/handler.js similarity index 100% rename from ClientApp/node_modules/chokidar/esm/handler.js rename to apps/angular/node_modules/chokidar/esm/handler.js diff --git a/ClientApp/node_modules/chokidar/esm/index.d.ts b/apps/angular/node_modules/chokidar/esm/index.d.ts similarity index 100% rename from ClientApp/node_modules/chokidar/esm/index.d.ts rename to apps/angular/node_modules/chokidar/esm/index.d.ts diff --git a/ClientApp/node_modules/chokidar/esm/index.js b/apps/angular/node_modules/chokidar/esm/index.js similarity index 100% rename from ClientApp/node_modules/chokidar/esm/index.js rename to apps/angular/node_modules/chokidar/esm/index.js diff --git a/ClientApp/node_modules/chokidar/esm/package.json b/apps/angular/node_modules/chokidar/esm/package.json similarity index 100% rename from ClientApp/node_modules/chokidar/esm/package.json rename to apps/angular/node_modules/chokidar/esm/package.json diff --git a/ClientApp/node_modules/chokidar/handler.d.ts b/apps/angular/node_modules/chokidar/handler.d.ts similarity index 100% rename from ClientApp/node_modules/chokidar/handler.d.ts rename to apps/angular/node_modules/chokidar/handler.d.ts diff --git a/ClientApp/node_modules/chokidar/handler.js b/apps/angular/node_modules/chokidar/handler.js similarity index 100% rename from ClientApp/node_modules/chokidar/handler.js rename to apps/angular/node_modules/chokidar/handler.js diff --git a/ClientApp/node_modules/chokidar/index.d.ts b/apps/angular/node_modules/chokidar/index.d.ts similarity index 100% rename from ClientApp/node_modules/chokidar/index.d.ts rename to apps/angular/node_modules/chokidar/index.d.ts diff --git a/ClientApp/node_modules/chokidar/index.js b/apps/angular/node_modules/chokidar/index.js similarity index 100% rename from ClientApp/node_modules/chokidar/index.js rename to apps/angular/node_modules/chokidar/index.js diff --git a/ClientApp/node_modules/chokidar/package.json b/apps/angular/node_modules/chokidar/package.json similarity index 100% rename from ClientApp/node_modules/chokidar/package.json rename to apps/angular/node_modules/chokidar/package.json diff --git a/ClientApp/node_modules/ci-info/CHANGELOG.md b/apps/angular/node_modules/ci-info/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/ci-info/CHANGELOG.md rename to apps/angular/node_modules/ci-info/CHANGELOG.md diff --git a/ClientApp/node_modules/ci-info/LICENSE b/apps/angular/node_modules/ci-info/LICENSE similarity index 100% rename from ClientApp/node_modules/ci-info/LICENSE rename to apps/angular/node_modules/ci-info/LICENSE diff --git a/ClientApp/node_modules/ci-info/README.md b/apps/angular/node_modules/ci-info/README.md similarity index 100% rename from ClientApp/node_modules/ci-info/README.md rename to apps/angular/node_modules/ci-info/README.md diff --git a/ClientApp/node_modules/ci-info/index.d.ts b/apps/angular/node_modules/ci-info/index.d.ts similarity index 100% rename from ClientApp/node_modules/ci-info/index.d.ts rename to apps/angular/node_modules/ci-info/index.d.ts diff --git a/ClientApp/node_modules/ci-info/index.js b/apps/angular/node_modules/ci-info/index.js similarity index 100% rename from ClientApp/node_modules/ci-info/index.js rename to apps/angular/node_modules/ci-info/index.js diff --git a/ClientApp/node_modules/ci-info/package.json b/apps/angular/node_modules/ci-info/package.json similarity index 100% rename from ClientApp/node_modules/ci-info/package.json rename to apps/angular/node_modules/ci-info/package.json diff --git a/ClientApp/node_modules/ci-info/vendors.json b/apps/angular/node_modules/ci-info/vendors.json similarity index 100% rename from ClientApp/node_modules/ci-info/vendors.json rename to apps/angular/node_modules/ci-info/vendors.json diff --git a/ClientApp/node_modules/clean-stack/index.d.ts b/apps/angular/node_modules/clean-stack/index.d.ts similarity index 100% rename from ClientApp/node_modules/clean-stack/index.d.ts rename to apps/angular/node_modules/clean-stack/index.d.ts diff --git a/ClientApp/node_modules/clean-stack/index.js b/apps/angular/node_modules/clean-stack/index.js similarity index 100% rename from ClientApp/node_modules/clean-stack/index.js rename to apps/angular/node_modules/clean-stack/index.js diff --git a/ClientApp/node_modules/clean-stack/license b/apps/angular/node_modules/clean-stack/license similarity index 100% rename from ClientApp/node_modules/clean-stack/license rename to apps/angular/node_modules/clean-stack/license diff --git a/ClientApp/node_modules/clean-stack/package.json b/apps/angular/node_modules/clean-stack/package.json similarity index 100% rename from ClientApp/node_modules/clean-stack/package.json rename to apps/angular/node_modules/clean-stack/package.json diff --git a/ClientApp/node_modules/clean-stack/readme.md b/apps/angular/node_modules/clean-stack/readme.md similarity index 100% rename from ClientApp/node_modules/clean-stack/readme.md rename to apps/angular/node_modules/clean-stack/readme.md diff --git a/ClientApp/node_modules/cli-cursor/index.d.ts b/apps/angular/node_modules/cli-cursor/index.d.ts similarity index 100% rename from ClientApp/node_modules/cli-cursor/index.d.ts rename to apps/angular/node_modules/cli-cursor/index.d.ts diff --git a/ClientApp/node_modules/cli-cursor/index.js b/apps/angular/node_modules/cli-cursor/index.js similarity index 100% rename from ClientApp/node_modules/cli-cursor/index.js rename to apps/angular/node_modules/cli-cursor/index.js diff --git a/ClientApp/node_modules/cli-cursor/license b/apps/angular/node_modules/cli-cursor/license similarity index 100% rename from ClientApp/node_modules/cli-cursor/license rename to apps/angular/node_modules/cli-cursor/license diff --git a/ClientApp/node_modules/cli-cursor/package.json b/apps/angular/node_modules/cli-cursor/package.json similarity index 100% rename from ClientApp/node_modules/cli-cursor/package.json rename to apps/angular/node_modules/cli-cursor/package.json diff --git a/ClientApp/node_modules/cli-cursor/readme.md b/apps/angular/node_modules/cli-cursor/readme.md similarity index 100% rename from ClientApp/node_modules/cli-cursor/readme.md rename to apps/angular/node_modules/cli-cursor/readme.md diff --git a/ClientApp/node_modules/cli-table3/LICENSE b/apps/angular/node_modules/cli-table3/LICENSE similarity index 100% rename from ClientApp/node_modules/cli-table3/LICENSE rename to apps/angular/node_modules/cli-table3/LICENSE diff --git a/ClientApp/node_modules/cli-table3/README.md b/apps/angular/node_modules/cli-table3/README.md similarity index 100% rename from ClientApp/node_modules/cli-table3/README.md rename to apps/angular/node_modules/cli-table3/README.md diff --git a/ClientApp/node_modules/cli-table3/index.d.ts b/apps/angular/node_modules/cli-table3/index.d.ts similarity index 100% rename from ClientApp/node_modules/cli-table3/index.d.ts rename to apps/angular/node_modules/cli-table3/index.d.ts diff --git a/ClientApp/node_modules/cli-table3/index.js b/apps/angular/node_modules/cli-table3/index.js similarity index 100% rename from ClientApp/node_modules/cli-table3/index.js rename to apps/angular/node_modules/cli-table3/index.js diff --git a/ClientApp/node_modules/cli-table3/package.json b/apps/angular/node_modules/cli-table3/package.json similarity index 100% rename from ClientApp/node_modules/cli-table3/package.json rename to apps/angular/node_modules/cli-table3/package.json diff --git a/ClientApp/node_modules/cli-table3/src/cell.js b/apps/angular/node_modules/cli-table3/src/cell.js similarity index 100% rename from ClientApp/node_modules/cli-table3/src/cell.js rename to apps/angular/node_modules/cli-table3/src/cell.js diff --git a/ClientApp/node_modules/cli-table3/src/debug.js b/apps/angular/node_modules/cli-table3/src/debug.js similarity index 100% rename from ClientApp/node_modules/cli-table3/src/debug.js rename to apps/angular/node_modules/cli-table3/src/debug.js diff --git a/ClientApp/node_modules/cli-table3/src/layout-manager.js b/apps/angular/node_modules/cli-table3/src/layout-manager.js similarity index 100% rename from ClientApp/node_modules/cli-table3/src/layout-manager.js rename to apps/angular/node_modules/cli-table3/src/layout-manager.js diff --git a/ClientApp/node_modules/cli-table3/src/table.js b/apps/angular/node_modules/cli-table3/src/table.js similarity index 100% rename from ClientApp/node_modules/cli-table3/src/table.js rename to apps/angular/node_modules/cli-table3/src/table.js diff --git a/ClientApp/node_modules/cli-table3/src/utils.js b/apps/angular/node_modules/cli-table3/src/utils.js similarity index 100% rename from ClientApp/node_modules/cli-table3/src/utils.js rename to apps/angular/node_modules/cli-table3/src/utils.js diff --git a/ClientApp/node_modules/cli-truncate/index.d.ts b/apps/angular/node_modules/cli-truncate/index.d.ts similarity index 100% rename from ClientApp/node_modules/cli-truncate/index.d.ts rename to apps/angular/node_modules/cli-truncate/index.d.ts diff --git a/ClientApp/node_modules/cli-truncate/index.js b/apps/angular/node_modules/cli-truncate/index.js similarity index 100% rename from ClientApp/node_modules/cli-truncate/index.js rename to apps/angular/node_modules/cli-truncate/index.js diff --git a/ClientApp/node_modules/cli-truncate/license b/apps/angular/node_modules/cli-truncate/license similarity index 100% rename from ClientApp/node_modules/cli-truncate/license rename to apps/angular/node_modules/cli-truncate/license diff --git a/ClientApp/node_modules/cli-truncate/package.json b/apps/angular/node_modules/cli-truncate/package.json similarity index 100% rename from ClientApp/node_modules/cli-truncate/package.json rename to apps/angular/node_modules/cli-truncate/package.json diff --git a/ClientApp/node_modules/cli-truncate/readme.md b/apps/angular/node_modules/cli-truncate/readme.md similarity index 100% rename from ClientApp/node_modules/cli-truncate/readme.md rename to apps/angular/node_modules/cli-truncate/readme.md diff --git a/ClientApp/node_modules/clsx/clsx.d.mts b/apps/angular/node_modules/clsx/clsx.d.mts similarity index 100% rename from ClientApp/node_modules/clsx/clsx.d.mts rename to apps/angular/node_modules/clsx/clsx.d.mts diff --git a/ClientApp/node_modules/clsx/clsx.d.ts b/apps/angular/node_modules/clsx/clsx.d.ts similarity index 100% rename from ClientApp/node_modules/clsx/clsx.d.ts rename to apps/angular/node_modules/clsx/clsx.d.ts diff --git a/ClientApp/node_modules/clsx/dist/clsx.js b/apps/angular/node_modules/clsx/dist/clsx.js similarity index 100% rename from ClientApp/node_modules/clsx/dist/clsx.js rename to apps/angular/node_modules/clsx/dist/clsx.js diff --git a/ClientApp/node_modules/clsx/dist/clsx.min.js b/apps/angular/node_modules/clsx/dist/clsx.min.js similarity index 100% rename from ClientApp/node_modules/clsx/dist/clsx.min.js rename to apps/angular/node_modules/clsx/dist/clsx.min.js diff --git a/ClientApp/node_modules/clsx/dist/clsx.mjs b/apps/angular/node_modules/clsx/dist/clsx.mjs similarity index 100% rename from ClientApp/node_modules/clsx/dist/clsx.mjs rename to apps/angular/node_modules/clsx/dist/clsx.mjs diff --git a/ClientApp/node_modules/clsx/dist/lite.js b/apps/angular/node_modules/clsx/dist/lite.js similarity index 100% rename from ClientApp/node_modules/clsx/dist/lite.js rename to apps/angular/node_modules/clsx/dist/lite.js diff --git a/ClientApp/node_modules/clsx/dist/lite.mjs b/apps/angular/node_modules/clsx/dist/lite.mjs similarity index 100% rename from ClientApp/node_modules/clsx/dist/lite.mjs rename to apps/angular/node_modules/clsx/dist/lite.mjs diff --git a/ClientApp/node_modules/clsx/license b/apps/angular/node_modules/clsx/license similarity index 100% rename from ClientApp/node_modules/clsx/license rename to apps/angular/node_modules/clsx/license diff --git a/ClientApp/node_modules/clsx/package.json b/apps/angular/node_modules/clsx/package.json similarity index 100% rename from ClientApp/node_modules/clsx/package.json rename to apps/angular/node_modules/clsx/package.json diff --git a/ClientApp/node_modules/clsx/readme.md b/apps/angular/node_modules/clsx/readme.md similarity index 100% rename from ClientApp/node_modules/clsx/readme.md rename to apps/angular/node_modules/clsx/readme.md diff --git a/ClientApp/node_modules/color-convert/CHANGELOG.md b/apps/angular/node_modules/color-convert/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/color-convert/CHANGELOG.md rename to apps/angular/node_modules/color-convert/CHANGELOG.md diff --git a/ClientApp/node_modules/color-convert/LICENSE b/apps/angular/node_modules/color-convert/LICENSE similarity index 100% rename from ClientApp/node_modules/color-convert/LICENSE rename to apps/angular/node_modules/color-convert/LICENSE diff --git a/ClientApp/node_modules/color-convert/README.md b/apps/angular/node_modules/color-convert/README.md similarity index 100% rename from ClientApp/node_modules/color-convert/README.md rename to apps/angular/node_modules/color-convert/README.md diff --git a/ClientApp/node_modules/color-convert/conversions.js b/apps/angular/node_modules/color-convert/conversions.js similarity index 100% rename from ClientApp/node_modules/color-convert/conversions.js rename to apps/angular/node_modules/color-convert/conversions.js diff --git a/ClientApp/node_modules/color-convert/index.js b/apps/angular/node_modules/color-convert/index.js similarity index 100% rename from ClientApp/node_modules/color-convert/index.js rename to apps/angular/node_modules/color-convert/index.js diff --git a/ClientApp/node_modules/color-convert/package.json b/apps/angular/node_modules/color-convert/package.json similarity index 100% rename from ClientApp/node_modules/color-convert/package.json rename to apps/angular/node_modules/color-convert/package.json diff --git a/ClientApp/node_modules/color-convert/route.js b/apps/angular/node_modules/color-convert/route.js similarity index 100% rename from ClientApp/node_modules/color-convert/route.js rename to apps/angular/node_modules/color-convert/route.js diff --git a/ClientApp/node_modules/color-name/LICENSE b/apps/angular/node_modules/color-name/LICENSE similarity index 100% rename from ClientApp/node_modules/color-name/LICENSE rename to apps/angular/node_modules/color-name/LICENSE diff --git a/ClientApp/node_modules/color-name/README.md b/apps/angular/node_modules/color-name/README.md similarity index 100% rename from ClientApp/node_modules/color-name/README.md rename to apps/angular/node_modules/color-name/README.md diff --git a/ClientApp/node_modules/color-name/index.js b/apps/angular/node_modules/color-name/index.js similarity index 100% rename from ClientApp/node_modules/color-name/index.js rename to apps/angular/node_modules/color-name/index.js diff --git a/ClientApp/node_modules/color-name/package.json b/apps/angular/node_modules/color-name/package.json similarity index 100% rename from ClientApp/node_modules/color-name/package.json rename to apps/angular/node_modules/color-name/package.json diff --git a/ClientApp/node_modules/colorette/LICENSE.md b/apps/angular/node_modules/colorette/LICENSE.md similarity index 100% rename from ClientApp/node_modules/colorette/LICENSE.md rename to apps/angular/node_modules/colorette/LICENSE.md diff --git a/ClientApp/node_modules/colorette/README.md b/apps/angular/node_modules/colorette/README.md similarity index 100% rename from ClientApp/node_modules/colorette/README.md rename to apps/angular/node_modules/colorette/README.md diff --git a/ClientApp/node_modules/colorette/index.cjs b/apps/angular/node_modules/colorette/index.cjs similarity index 100% rename from ClientApp/node_modules/colorette/index.cjs rename to apps/angular/node_modules/colorette/index.cjs diff --git a/ClientApp/node_modules/colorette/index.d.ts b/apps/angular/node_modules/colorette/index.d.ts similarity index 100% rename from ClientApp/node_modules/colorette/index.d.ts rename to apps/angular/node_modules/colorette/index.d.ts diff --git a/ClientApp/node_modules/colorette/index.js b/apps/angular/node_modules/colorette/index.js similarity index 100% rename from ClientApp/node_modules/colorette/index.js rename to apps/angular/node_modules/colorette/index.js diff --git a/ClientApp/node_modules/colorette/package.json b/apps/angular/node_modules/colorette/package.json similarity index 100% rename from ClientApp/node_modules/colorette/package.json rename to apps/angular/node_modules/colorette/package.json diff --git a/ClientApp/node_modules/colorjs.io/LICENSE b/apps/angular/node_modules/colorjs.io/LICENSE similarity index 100% rename from ClientApp/node_modules/colorjs.io/LICENSE rename to apps/angular/node_modules/colorjs.io/LICENSE diff --git a/ClientApp/node_modules/colorjs.io/README.json b/apps/angular/node_modules/colorjs.io/README.json similarity index 100% rename from ClientApp/node_modules/colorjs.io/README.json rename to apps/angular/node_modules/colorjs.io/README.json diff --git a/ClientApp/node_modules/colorjs.io/README.md b/apps/angular/node_modules/colorjs.io/README.md similarity index 100% rename from ClientApp/node_modules/colorjs.io/README.md rename to apps/angular/node_modules/colorjs.io/README.md diff --git a/ClientApp/node_modules/colorjs.io/dist/color-fn.cjs b/apps/angular/node_modules/colorjs.io/dist/color-fn.cjs similarity index 100% rename from ClientApp/node_modules/colorjs.io/dist/color-fn.cjs rename to apps/angular/node_modules/colorjs.io/dist/color-fn.cjs diff --git a/ClientApp/node_modules/colorjs.io/dist/color-fn.cjs.map b/apps/angular/node_modules/colorjs.io/dist/color-fn.cjs.map similarity index 100% rename from ClientApp/node_modules/colorjs.io/dist/color-fn.cjs.map rename to apps/angular/node_modules/colorjs.io/dist/color-fn.cjs.map diff --git a/ClientApp/node_modules/colorjs.io/dist/color-fn.legacy.cjs b/apps/angular/node_modules/colorjs.io/dist/color-fn.legacy.cjs similarity index 100% rename from ClientApp/node_modules/colorjs.io/dist/color-fn.legacy.cjs rename to apps/angular/node_modules/colorjs.io/dist/color-fn.legacy.cjs diff --git a/ClientApp/node_modules/colorjs.io/dist/color-fn.legacy.cjs.map b/apps/angular/node_modules/colorjs.io/dist/color-fn.legacy.cjs.map similarity index 100% rename from ClientApp/node_modules/colorjs.io/dist/color-fn.legacy.cjs.map rename to apps/angular/node_modules/colorjs.io/dist/color-fn.legacy.cjs.map diff --git a/ClientApp/node_modules/colorjs.io/dist/color-fn.legacy.min.cjs b/apps/angular/node_modules/colorjs.io/dist/color-fn.legacy.min.cjs similarity index 100% rename from ClientApp/node_modules/colorjs.io/dist/color-fn.legacy.min.cjs rename to apps/angular/node_modules/colorjs.io/dist/color-fn.legacy.min.cjs diff --git a/ClientApp/node_modules/colorjs.io/dist/color-fn.legacy.min.cjs.map b/apps/angular/node_modules/colorjs.io/dist/color-fn.legacy.min.cjs.map similarity index 100% rename from ClientApp/node_modules/colorjs.io/dist/color-fn.legacy.min.cjs.map rename to apps/angular/node_modules/colorjs.io/dist/color-fn.legacy.min.cjs.map diff --git a/ClientApp/node_modules/colorjs.io/dist/color-fn.min.cjs b/apps/angular/node_modules/colorjs.io/dist/color-fn.min.cjs similarity index 100% rename from ClientApp/node_modules/colorjs.io/dist/color-fn.min.cjs rename to apps/angular/node_modules/colorjs.io/dist/color-fn.min.cjs diff --git a/ClientApp/node_modules/colorjs.io/dist/color-fn.min.cjs.map b/apps/angular/node_modules/colorjs.io/dist/color-fn.min.cjs.map similarity index 100% rename from ClientApp/node_modules/colorjs.io/dist/color-fn.min.cjs.map rename to apps/angular/node_modules/colorjs.io/dist/color-fn.min.cjs.map diff --git a/ClientApp/node_modules/colorjs.io/dist/color.cjs b/apps/angular/node_modules/colorjs.io/dist/color.cjs similarity index 100% rename from ClientApp/node_modules/colorjs.io/dist/color.cjs rename to apps/angular/node_modules/colorjs.io/dist/color.cjs diff --git a/ClientApp/node_modules/colorjs.io/dist/color.cjs.map b/apps/angular/node_modules/colorjs.io/dist/color.cjs.map similarity index 100% rename from ClientApp/node_modules/colorjs.io/dist/color.cjs.map rename to apps/angular/node_modules/colorjs.io/dist/color.cjs.map diff --git a/ClientApp/node_modules/colorjs.io/dist/color.global.js b/apps/angular/node_modules/colorjs.io/dist/color.global.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/dist/color.global.js rename to apps/angular/node_modules/colorjs.io/dist/color.global.js diff --git a/ClientApp/node_modules/colorjs.io/dist/color.global.js.map b/apps/angular/node_modules/colorjs.io/dist/color.global.js.map similarity index 100% rename from ClientApp/node_modules/colorjs.io/dist/color.global.js.map rename to apps/angular/node_modules/colorjs.io/dist/color.global.js.map diff --git a/ClientApp/node_modules/colorjs.io/dist/color.global.legacy.js b/apps/angular/node_modules/colorjs.io/dist/color.global.legacy.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/dist/color.global.legacy.js rename to apps/angular/node_modules/colorjs.io/dist/color.global.legacy.js diff --git a/ClientApp/node_modules/colorjs.io/dist/color.global.legacy.js.map b/apps/angular/node_modules/colorjs.io/dist/color.global.legacy.js.map similarity index 100% rename from ClientApp/node_modules/colorjs.io/dist/color.global.legacy.js.map rename to apps/angular/node_modules/colorjs.io/dist/color.global.legacy.js.map diff --git a/ClientApp/node_modules/colorjs.io/dist/color.global.legacy.min.js b/apps/angular/node_modules/colorjs.io/dist/color.global.legacy.min.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/dist/color.global.legacy.min.js rename to apps/angular/node_modules/colorjs.io/dist/color.global.legacy.min.js diff --git a/ClientApp/node_modules/colorjs.io/dist/color.global.legacy.min.js.map b/apps/angular/node_modules/colorjs.io/dist/color.global.legacy.min.js.map similarity index 100% rename from ClientApp/node_modules/colorjs.io/dist/color.global.legacy.min.js.map rename to apps/angular/node_modules/colorjs.io/dist/color.global.legacy.min.js.map diff --git a/ClientApp/node_modules/colorjs.io/dist/color.global.min.js b/apps/angular/node_modules/colorjs.io/dist/color.global.min.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/dist/color.global.min.js rename to apps/angular/node_modules/colorjs.io/dist/color.global.min.js diff --git a/ClientApp/node_modules/colorjs.io/dist/color.global.min.js.map b/apps/angular/node_modules/colorjs.io/dist/color.global.min.js.map similarity index 100% rename from ClientApp/node_modules/colorjs.io/dist/color.global.min.js.map rename to apps/angular/node_modules/colorjs.io/dist/color.global.min.js.map diff --git a/ClientApp/node_modules/colorjs.io/dist/color.js b/apps/angular/node_modules/colorjs.io/dist/color.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/dist/color.js rename to apps/angular/node_modules/colorjs.io/dist/color.js diff --git a/ClientApp/node_modules/colorjs.io/dist/color.js.map b/apps/angular/node_modules/colorjs.io/dist/color.js.map similarity index 100% rename from ClientApp/node_modules/colorjs.io/dist/color.js.map rename to apps/angular/node_modules/colorjs.io/dist/color.js.map diff --git a/ClientApp/node_modules/colorjs.io/dist/color.legacy.cjs b/apps/angular/node_modules/colorjs.io/dist/color.legacy.cjs similarity index 100% rename from ClientApp/node_modules/colorjs.io/dist/color.legacy.cjs rename to apps/angular/node_modules/colorjs.io/dist/color.legacy.cjs diff --git a/ClientApp/node_modules/colorjs.io/dist/color.legacy.cjs.map b/apps/angular/node_modules/colorjs.io/dist/color.legacy.cjs.map similarity index 100% rename from ClientApp/node_modules/colorjs.io/dist/color.legacy.cjs.map rename to apps/angular/node_modules/colorjs.io/dist/color.legacy.cjs.map diff --git a/ClientApp/node_modules/colorjs.io/dist/color.legacy.js b/apps/angular/node_modules/colorjs.io/dist/color.legacy.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/dist/color.legacy.js rename to apps/angular/node_modules/colorjs.io/dist/color.legacy.js diff --git a/ClientApp/node_modules/colorjs.io/dist/color.legacy.js.map b/apps/angular/node_modules/colorjs.io/dist/color.legacy.js.map similarity index 100% rename from ClientApp/node_modules/colorjs.io/dist/color.legacy.js.map rename to apps/angular/node_modules/colorjs.io/dist/color.legacy.js.map diff --git a/ClientApp/node_modules/colorjs.io/dist/color.legacy.min.cjs b/apps/angular/node_modules/colorjs.io/dist/color.legacy.min.cjs similarity index 100% rename from ClientApp/node_modules/colorjs.io/dist/color.legacy.min.cjs rename to apps/angular/node_modules/colorjs.io/dist/color.legacy.min.cjs diff --git a/ClientApp/node_modules/colorjs.io/dist/color.legacy.min.cjs.map b/apps/angular/node_modules/colorjs.io/dist/color.legacy.min.cjs.map similarity index 100% rename from ClientApp/node_modules/colorjs.io/dist/color.legacy.min.cjs.map rename to apps/angular/node_modules/colorjs.io/dist/color.legacy.min.cjs.map diff --git a/ClientApp/node_modules/colorjs.io/dist/color.legacy.min.js b/apps/angular/node_modules/colorjs.io/dist/color.legacy.min.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/dist/color.legacy.min.js rename to apps/angular/node_modules/colorjs.io/dist/color.legacy.min.js diff --git a/ClientApp/node_modules/colorjs.io/dist/color.legacy.min.js.map b/apps/angular/node_modules/colorjs.io/dist/color.legacy.min.js.map similarity index 100% rename from ClientApp/node_modules/colorjs.io/dist/color.legacy.min.js.map rename to apps/angular/node_modules/colorjs.io/dist/color.legacy.min.js.map diff --git a/ClientApp/node_modules/colorjs.io/dist/color.min.cjs b/apps/angular/node_modules/colorjs.io/dist/color.min.cjs similarity index 100% rename from ClientApp/node_modules/colorjs.io/dist/color.min.cjs rename to apps/angular/node_modules/colorjs.io/dist/color.min.cjs diff --git a/ClientApp/node_modules/colorjs.io/dist/color.min.cjs.map b/apps/angular/node_modules/colorjs.io/dist/color.min.cjs.map similarity index 100% rename from ClientApp/node_modules/colorjs.io/dist/color.min.cjs.map rename to apps/angular/node_modules/colorjs.io/dist/color.min.cjs.map diff --git a/ClientApp/node_modules/colorjs.io/dist/color.min.js b/apps/angular/node_modules/colorjs.io/dist/color.min.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/dist/color.min.js rename to apps/angular/node_modules/colorjs.io/dist/color.min.js diff --git a/ClientApp/node_modules/colorjs.io/dist/color.min.js.map b/apps/angular/node_modules/colorjs.io/dist/color.min.js.map similarity index 100% rename from ClientApp/node_modules/colorjs.io/dist/color.min.js.map rename to apps/angular/node_modules/colorjs.io/dist/color.min.js.map diff --git a/ClientApp/node_modules/colorjs.io/package.json b/apps/angular/node_modules/colorjs.io/package.json similarity index 100% rename from ClientApp/node_modules/colorjs.io/package.json rename to apps/angular/node_modules/colorjs.io/package.json diff --git a/ClientApp/node_modules/colorjs.io/src/CATs.js b/apps/angular/node_modules/colorjs.io/src/CATs.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/CATs.js rename to apps/angular/node_modules/colorjs.io/src/CATs.js diff --git a/ClientApp/node_modules/colorjs.io/src/adapt.js b/apps/angular/node_modules/colorjs.io/src/adapt.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/adapt.js rename to apps/angular/node_modules/colorjs.io/src/adapt.js diff --git a/ClientApp/node_modules/colorjs.io/src/angles.js b/apps/angular/node_modules/colorjs.io/src/angles.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/angles.js rename to apps/angular/node_modules/colorjs.io/src/angles.js diff --git a/ClientApp/node_modules/colorjs.io/src/chromaticity.js b/apps/angular/node_modules/colorjs.io/src/chromaticity.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/chromaticity.js rename to apps/angular/node_modules/colorjs.io/src/chromaticity.js diff --git a/ClientApp/node_modules/colorjs.io/src/clone.js b/apps/angular/node_modules/colorjs.io/src/clone.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/clone.js rename to apps/angular/node_modules/colorjs.io/src/clone.js diff --git a/ClientApp/node_modules/colorjs.io/src/color.js b/apps/angular/node_modules/colorjs.io/src/color.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/color.js rename to apps/angular/node_modules/colorjs.io/src/color.js diff --git a/ClientApp/node_modules/colorjs.io/src/contrast.js b/apps/angular/node_modules/colorjs.io/src/contrast.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/contrast.js rename to apps/angular/node_modules/colorjs.io/src/contrast.js diff --git a/ClientApp/node_modules/colorjs.io/src/contrast/APCA.js b/apps/angular/node_modules/colorjs.io/src/contrast/APCA.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/contrast/APCA.js rename to apps/angular/node_modules/colorjs.io/src/contrast/APCA.js diff --git a/ClientApp/node_modules/colorjs.io/src/contrast/Lstar.js b/apps/angular/node_modules/colorjs.io/src/contrast/Lstar.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/contrast/Lstar.js rename to apps/angular/node_modules/colorjs.io/src/contrast/Lstar.js diff --git a/ClientApp/node_modules/colorjs.io/src/contrast/Michelson.js b/apps/angular/node_modules/colorjs.io/src/contrast/Michelson.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/contrast/Michelson.js rename to apps/angular/node_modules/colorjs.io/src/contrast/Michelson.js diff --git a/ClientApp/node_modules/colorjs.io/src/contrast/WCAG21.js b/apps/angular/node_modules/colorjs.io/src/contrast/WCAG21.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/contrast/WCAG21.js rename to apps/angular/node_modules/colorjs.io/src/contrast/WCAG21.js diff --git a/ClientApp/node_modules/colorjs.io/src/contrast/Weber.js b/apps/angular/node_modules/colorjs.io/src/contrast/Weber.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/contrast/Weber.js rename to apps/angular/node_modules/colorjs.io/src/contrast/Weber.js diff --git a/ClientApp/node_modules/colorjs.io/src/contrast/deltaPhi.js b/apps/angular/node_modules/colorjs.io/src/contrast/deltaPhi.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/contrast/deltaPhi.js rename to apps/angular/node_modules/colorjs.io/src/contrast/deltaPhi.js diff --git a/ClientApp/node_modules/colorjs.io/src/contrast/index.js b/apps/angular/node_modules/colorjs.io/src/contrast/index.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/contrast/index.js rename to apps/angular/node_modules/colorjs.io/src/contrast/index.js diff --git a/ClientApp/node_modules/colorjs.io/src/defaults.js b/apps/angular/node_modules/colorjs.io/src/defaults.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/defaults.js rename to apps/angular/node_modules/colorjs.io/src/defaults.js diff --git a/ClientApp/node_modules/colorjs.io/src/deltaE.js b/apps/angular/node_modules/colorjs.io/src/deltaE.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/deltaE.js rename to apps/angular/node_modules/colorjs.io/src/deltaE.js diff --git a/ClientApp/node_modules/colorjs.io/src/deltaE/deltaE2000.js b/apps/angular/node_modules/colorjs.io/src/deltaE/deltaE2000.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/deltaE/deltaE2000.js rename to apps/angular/node_modules/colorjs.io/src/deltaE/deltaE2000.js diff --git a/ClientApp/node_modules/colorjs.io/src/deltaE/deltaE76.js b/apps/angular/node_modules/colorjs.io/src/deltaE/deltaE76.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/deltaE/deltaE76.js rename to apps/angular/node_modules/colorjs.io/src/deltaE/deltaE76.js diff --git a/ClientApp/node_modules/colorjs.io/src/deltaE/deltaECMC.js b/apps/angular/node_modules/colorjs.io/src/deltaE/deltaECMC.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/deltaE/deltaECMC.js rename to apps/angular/node_modules/colorjs.io/src/deltaE/deltaECMC.js diff --git a/ClientApp/node_modules/colorjs.io/src/deltaE/deltaEHCT.js b/apps/angular/node_modules/colorjs.io/src/deltaE/deltaEHCT.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/deltaE/deltaEHCT.js rename to apps/angular/node_modules/colorjs.io/src/deltaE/deltaEHCT.js diff --git a/ClientApp/node_modules/colorjs.io/src/deltaE/deltaEITP.js b/apps/angular/node_modules/colorjs.io/src/deltaE/deltaEITP.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/deltaE/deltaEITP.js rename to apps/angular/node_modules/colorjs.io/src/deltaE/deltaEITP.js diff --git a/ClientApp/node_modules/colorjs.io/src/deltaE/deltaEJz.js b/apps/angular/node_modules/colorjs.io/src/deltaE/deltaEJz.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/deltaE/deltaEJz.js rename to apps/angular/node_modules/colorjs.io/src/deltaE/deltaEJz.js diff --git a/ClientApp/node_modules/colorjs.io/src/deltaE/deltaEOK.js b/apps/angular/node_modules/colorjs.io/src/deltaE/deltaEOK.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/deltaE/deltaEOK.js rename to apps/angular/node_modules/colorjs.io/src/deltaE/deltaEOK.js diff --git a/ClientApp/node_modules/colorjs.io/src/deltaE/index.js b/apps/angular/node_modules/colorjs.io/src/deltaE/index.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/deltaE/index.js rename to apps/angular/node_modules/colorjs.io/src/deltaE/index.js diff --git a/ClientApp/node_modules/colorjs.io/src/display.js b/apps/angular/node_modules/colorjs.io/src/display.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/display.js rename to apps/angular/node_modules/colorjs.io/src/display.js diff --git a/ClientApp/node_modules/colorjs.io/src/distance.js b/apps/angular/node_modules/colorjs.io/src/distance.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/distance.js rename to apps/angular/node_modules/colorjs.io/src/distance.js diff --git a/ClientApp/node_modules/colorjs.io/src/equals.js b/apps/angular/node_modules/colorjs.io/src/equals.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/equals.js rename to apps/angular/node_modules/colorjs.io/src/equals.js diff --git a/ClientApp/node_modules/colorjs.io/src/get.js b/apps/angular/node_modules/colorjs.io/src/get.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/get.js rename to apps/angular/node_modules/colorjs.io/src/get.js diff --git a/ClientApp/node_modules/colorjs.io/src/getAll.js b/apps/angular/node_modules/colorjs.io/src/getAll.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/getAll.js rename to apps/angular/node_modules/colorjs.io/src/getAll.js diff --git a/ClientApp/node_modules/colorjs.io/src/getColor.js b/apps/angular/node_modules/colorjs.io/src/getColor.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/getColor.js rename to apps/angular/node_modules/colorjs.io/src/getColor.js diff --git a/ClientApp/node_modules/colorjs.io/src/hooks.js b/apps/angular/node_modules/colorjs.io/src/hooks.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/hooks.js rename to apps/angular/node_modules/colorjs.io/src/hooks.js diff --git a/ClientApp/node_modules/colorjs.io/src/inGamut.js b/apps/angular/node_modules/colorjs.io/src/inGamut.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/inGamut.js rename to apps/angular/node_modules/colorjs.io/src/inGamut.js diff --git a/ClientApp/node_modules/colorjs.io/src/index-fn.js b/apps/angular/node_modules/colorjs.io/src/index-fn.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/index-fn.js rename to apps/angular/node_modules/colorjs.io/src/index-fn.js diff --git a/ClientApp/node_modules/colorjs.io/src/index.js b/apps/angular/node_modules/colorjs.io/src/index.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/index.js rename to apps/angular/node_modules/colorjs.io/src/index.js diff --git a/ClientApp/node_modules/colorjs.io/src/interpolation.js b/apps/angular/node_modules/colorjs.io/src/interpolation.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/interpolation.js rename to apps/angular/node_modules/colorjs.io/src/interpolation.js diff --git a/ClientApp/node_modules/colorjs.io/src/keywords.js b/apps/angular/node_modules/colorjs.io/src/keywords.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/keywords.js rename to apps/angular/node_modules/colorjs.io/src/keywords.js diff --git a/ClientApp/node_modules/colorjs.io/src/luminance.js b/apps/angular/node_modules/colorjs.io/src/luminance.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/luminance.js rename to apps/angular/node_modules/colorjs.io/src/luminance.js diff --git a/ClientApp/node_modules/colorjs.io/src/multiply-matrices.js b/apps/angular/node_modules/colorjs.io/src/multiply-matrices.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/multiply-matrices.js rename to apps/angular/node_modules/colorjs.io/src/multiply-matrices.js diff --git a/ClientApp/node_modules/colorjs.io/src/parse.js b/apps/angular/node_modules/colorjs.io/src/parse.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/parse.js rename to apps/angular/node_modules/colorjs.io/src/parse.js diff --git a/ClientApp/node_modules/colorjs.io/src/rgbspace.js b/apps/angular/node_modules/colorjs.io/src/rgbspace.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/rgbspace.js rename to apps/angular/node_modules/colorjs.io/src/rgbspace.js diff --git a/ClientApp/node_modules/colorjs.io/src/serialize.js b/apps/angular/node_modules/colorjs.io/src/serialize.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/serialize.js rename to apps/angular/node_modules/colorjs.io/src/serialize.js diff --git a/ClientApp/node_modules/colorjs.io/src/set.js b/apps/angular/node_modules/colorjs.io/src/set.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/set.js rename to apps/angular/node_modules/colorjs.io/src/set.js diff --git a/ClientApp/node_modules/colorjs.io/src/setAll.js b/apps/angular/node_modules/colorjs.io/src/setAll.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/setAll.js rename to apps/angular/node_modules/colorjs.io/src/setAll.js diff --git a/ClientApp/node_modules/colorjs.io/src/space-accessors.js b/apps/angular/node_modules/colorjs.io/src/space-accessors.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/space-accessors.js rename to apps/angular/node_modules/colorjs.io/src/space-accessors.js diff --git a/ClientApp/node_modules/colorjs.io/src/space.js b/apps/angular/node_modules/colorjs.io/src/space.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/space.js rename to apps/angular/node_modules/colorjs.io/src/space.js diff --git a/ClientApp/node_modules/colorjs.io/src/spaces/a98rgb-linear.js b/apps/angular/node_modules/colorjs.io/src/spaces/a98rgb-linear.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/spaces/a98rgb-linear.js rename to apps/angular/node_modules/colorjs.io/src/spaces/a98rgb-linear.js diff --git a/ClientApp/node_modules/colorjs.io/src/spaces/a98rgb.js b/apps/angular/node_modules/colorjs.io/src/spaces/a98rgb.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/spaces/a98rgb.js rename to apps/angular/node_modules/colorjs.io/src/spaces/a98rgb.js diff --git a/ClientApp/node_modules/colorjs.io/src/spaces/acescc.js b/apps/angular/node_modules/colorjs.io/src/spaces/acescc.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/spaces/acescc.js rename to apps/angular/node_modules/colorjs.io/src/spaces/acescc.js diff --git a/ClientApp/node_modules/colorjs.io/src/spaces/acescg.js b/apps/angular/node_modules/colorjs.io/src/spaces/acescg.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/spaces/acescg.js rename to apps/angular/node_modules/colorjs.io/src/spaces/acescg.js diff --git a/ClientApp/node_modules/colorjs.io/src/spaces/cam16.js b/apps/angular/node_modules/colorjs.io/src/spaces/cam16.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/spaces/cam16.js rename to apps/angular/node_modules/colorjs.io/src/spaces/cam16.js diff --git a/ClientApp/node_modules/colorjs.io/src/spaces/hct.js b/apps/angular/node_modules/colorjs.io/src/spaces/hct.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/spaces/hct.js rename to apps/angular/node_modules/colorjs.io/src/spaces/hct.js diff --git a/ClientApp/node_modules/colorjs.io/src/spaces/hpluv.js b/apps/angular/node_modules/colorjs.io/src/spaces/hpluv.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/spaces/hpluv.js rename to apps/angular/node_modules/colorjs.io/src/spaces/hpluv.js diff --git a/ClientApp/node_modules/colorjs.io/src/spaces/hsl.js b/apps/angular/node_modules/colorjs.io/src/spaces/hsl.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/spaces/hsl.js rename to apps/angular/node_modules/colorjs.io/src/spaces/hsl.js diff --git a/ClientApp/node_modules/colorjs.io/src/spaces/hsluv.js b/apps/angular/node_modules/colorjs.io/src/spaces/hsluv.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/spaces/hsluv.js rename to apps/angular/node_modules/colorjs.io/src/spaces/hsluv.js diff --git a/ClientApp/node_modules/colorjs.io/src/spaces/hsv.js b/apps/angular/node_modules/colorjs.io/src/spaces/hsv.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/spaces/hsv.js rename to apps/angular/node_modules/colorjs.io/src/spaces/hsv.js diff --git a/ClientApp/node_modules/colorjs.io/src/spaces/hwb.js b/apps/angular/node_modules/colorjs.io/src/spaces/hwb.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/spaces/hwb.js rename to apps/angular/node_modules/colorjs.io/src/spaces/hwb.js diff --git a/ClientApp/node_modules/colorjs.io/src/spaces/ictcp.js b/apps/angular/node_modules/colorjs.io/src/spaces/ictcp.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/spaces/ictcp.js rename to apps/angular/node_modules/colorjs.io/src/spaces/ictcp.js diff --git a/ClientApp/node_modules/colorjs.io/src/spaces/index-fn-hdr.js b/apps/angular/node_modules/colorjs.io/src/spaces/index-fn-hdr.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/spaces/index-fn-hdr.js rename to apps/angular/node_modules/colorjs.io/src/spaces/index-fn-hdr.js diff --git a/ClientApp/node_modules/colorjs.io/src/spaces/index-fn.js b/apps/angular/node_modules/colorjs.io/src/spaces/index-fn.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/spaces/index-fn.js rename to apps/angular/node_modules/colorjs.io/src/spaces/index-fn.js diff --git a/ClientApp/node_modules/colorjs.io/src/spaces/index.js b/apps/angular/node_modules/colorjs.io/src/spaces/index.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/spaces/index.js rename to apps/angular/node_modules/colorjs.io/src/spaces/index.js diff --git a/ClientApp/node_modules/colorjs.io/src/spaces/jzazbz.js b/apps/angular/node_modules/colorjs.io/src/spaces/jzazbz.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/spaces/jzazbz.js rename to apps/angular/node_modules/colorjs.io/src/spaces/jzazbz.js diff --git a/ClientApp/node_modules/colorjs.io/src/spaces/jzczhz.js b/apps/angular/node_modules/colorjs.io/src/spaces/jzczhz.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/spaces/jzczhz.js rename to apps/angular/node_modules/colorjs.io/src/spaces/jzczhz.js diff --git a/ClientApp/node_modules/colorjs.io/src/spaces/lab-d65.js b/apps/angular/node_modules/colorjs.io/src/spaces/lab-d65.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/spaces/lab-d65.js rename to apps/angular/node_modules/colorjs.io/src/spaces/lab-d65.js diff --git a/ClientApp/node_modules/colorjs.io/src/spaces/lab.js b/apps/angular/node_modules/colorjs.io/src/spaces/lab.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/spaces/lab.js rename to apps/angular/node_modules/colorjs.io/src/spaces/lab.js diff --git a/ClientApp/node_modules/colorjs.io/src/spaces/lch.js b/apps/angular/node_modules/colorjs.io/src/spaces/lch.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/spaces/lch.js rename to apps/angular/node_modules/colorjs.io/src/spaces/lch.js diff --git a/ClientApp/node_modules/colorjs.io/src/spaces/lchuv.js b/apps/angular/node_modules/colorjs.io/src/spaces/lchuv.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/spaces/lchuv.js rename to apps/angular/node_modules/colorjs.io/src/spaces/lchuv.js diff --git a/ClientApp/node_modules/colorjs.io/src/spaces/luv.js b/apps/angular/node_modules/colorjs.io/src/spaces/luv.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/spaces/luv.js rename to apps/angular/node_modules/colorjs.io/src/spaces/luv.js diff --git a/ClientApp/node_modules/colorjs.io/src/spaces/oklab.js b/apps/angular/node_modules/colorjs.io/src/spaces/oklab.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/spaces/oklab.js rename to apps/angular/node_modules/colorjs.io/src/spaces/oklab.js diff --git a/ClientApp/node_modules/colorjs.io/src/spaces/oklch.js b/apps/angular/node_modules/colorjs.io/src/spaces/oklch.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/spaces/oklch.js rename to apps/angular/node_modules/colorjs.io/src/spaces/oklch.js diff --git a/ClientApp/node_modules/colorjs.io/src/spaces/p3-linear.js b/apps/angular/node_modules/colorjs.io/src/spaces/p3-linear.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/spaces/p3-linear.js rename to apps/angular/node_modules/colorjs.io/src/spaces/p3-linear.js diff --git a/ClientApp/node_modules/colorjs.io/src/spaces/p3.js b/apps/angular/node_modules/colorjs.io/src/spaces/p3.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/spaces/p3.js rename to apps/angular/node_modules/colorjs.io/src/spaces/p3.js diff --git a/ClientApp/node_modules/colorjs.io/src/spaces/prophoto-linear.js b/apps/angular/node_modules/colorjs.io/src/spaces/prophoto-linear.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/spaces/prophoto-linear.js rename to apps/angular/node_modules/colorjs.io/src/spaces/prophoto-linear.js diff --git a/ClientApp/node_modules/colorjs.io/src/spaces/prophoto.js b/apps/angular/node_modules/colorjs.io/src/spaces/prophoto.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/spaces/prophoto.js rename to apps/angular/node_modules/colorjs.io/src/spaces/prophoto.js diff --git a/ClientApp/node_modules/colorjs.io/src/spaces/rec2020-linear.js b/apps/angular/node_modules/colorjs.io/src/spaces/rec2020-linear.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/spaces/rec2020-linear.js rename to apps/angular/node_modules/colorjs.io/src/spaces/rec2020-linear.js diff --git a/ClientApp/node_modules/colorjs.io/src/spaces/rec2020.js b/apps/angular/node_modules/colorjs.io/src/spaces/rec2020.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/spaces/rec2020.js rename to apps/angular/node_modules/colorjs.io/src/spaces/rec2020.js diff --git a/ClientApp/node_modules/colorjs.io/src/spaces/rec2100-hlg.js b/apps/angular/node_modules/colorjs.io/src/spaces/rec2100-hlg.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/spaces/rec2100-hlg.js rename to apps/angular/node_modules/colorjs.io/src/spaces/rec2100-hlg.js diff --git a/ClientApp/node_modules/colorjs.io/src/spaces/rec2100-pq.js b/apps/angular/node_modules/colorjs.io/src/spaces/rec2100-pq.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/spaces/rec2100-pq.js rename to apps/angular/node_modules/colorjs.io/src/spaces/rec2100-pq.js diff --git a/ClientApp/node_modules/colorjs.io/src/spaces/srgb-linear.js b/apps/angular/node_modules/colorjs.io/src/spaces/srgb-linear.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/spaces/srgb-linear.js rename to apps/angular/node_modules/colorjs.io/src/spaces/srgb-linear.js diff --git a/ClientApp/node_modules/colorjs.io/src/spaces/srgb.js b/apps/angular/node_modules/colorjs.io/src/spaces/srgb.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/spaces/srgb.js rename to apps/angular/node_modules/colorjs.io/src/spaces/srgb.js diff --git a/ClientApp/node_modules/colorjs.io/src/spaces/xyz-abs-d65.js b/apps/angular/node_modules/colorjs.io/src/spaces/xyz-abs-d65.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/spaces/xyz-abs-d65.js rename to apps/angular/node_modules/colorjs.io/src/spaces/xyz-abs-d65.js diff --git a/ClientApp/node_modules/colorjs.io/src/spaces/xyz-d50.js b/apps/angular/node_modules/colorjs.io/src/spaces/xyz-d50.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/spaces/xyz-d50.js rename to apps/angular/node_modules/colorjs.io/src/spaces/xyz-d50.js diff --git a/ClientApp/node_modules/colorjs.io/src/spaces/xyz-d65.js b/apps/angular/node_modules/colorjs.io/src/spaces/xyz-d65.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/spaces/xyz-d65.js rename to apps/angular/node_modules/colorjs.io/src/spaces/xyz-d65.js diff --git a/ClientApp/node_modules/colorjs.io/src/to.js b/apps/angular/node_modules/colorjs.io/src/to.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/to.js rename to apps/angular/node_modules/colorjs.io/src/to.js diff --git a/ClientApp/node_modules/colorjs.io/src/toGamut.js b/apps/angular/node_modules/colorjs.io/src/toGamut.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/toGamut.js rename to apps/angular/node_modules/colorjs.io/src/toGamut.js diff --git a/ClientApp/node_modules/colorjs.io/src/util.js b/apps/angular/node_modules/colorjs.io/src/util.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/util.js rename to apps/angular/node_modules/colorjs.io/src/util.js diff --git a/ClientApp/node_modules/colorjs.io/src/variations.js b/apps/angular/node_modules/colorjs.io/src/variations.js similarity index 100% rename from ClientApp/node_modules/colorjs.io/src/variations.js rename to apps/angular/node_modules/colorjs.io/src/variations.js diff --git a/ClientApp/node_modules/colorjs.io/types/index.d.cts b/apps/angular/node_modules/colorjs.io/types/index.d.cts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/index.d.cts rename to apps/angular/node_modules/colorjs.io/types/index.d.cts diff --git a/ClientApp/node_modules/colorjs.io/types/index.d.ts b/apps/angular/node_modules/colorjs.io/types/index.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/index.d.ts rename to apps/angular/node_modules/colorjs.io/types/index.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/CATs.d.ts b/apps/angular/node_modules/colorjs.io/types/src/CATs.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/CATs.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/CATs.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/adapt.d.ts b/apps/angular/node_modules/colorjs.io/types/src/adapt.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/adapt.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/adapt.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/angles.d.ts b/apps/angular/node_modules/colorjs.io/types/src/angles.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/angles.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/angles.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/chromaticity.d.ts b/apps/angular/node_modules/colorjs.io/types/src/chromaticity.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/chromaticity.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/chromaticity.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/clone.d.ts b/apps/angular/node_modules/colorjs.io/types/src/clone.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/clone.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/clone.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/color.d.ts b/apps/angular/node_modules/colorjs.io/types/src/color.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/color.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/color.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/contrast.d.ts b/apps/angular/node_modules/colorjs.io/types/src/contrast.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/contrast.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/contrast.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/contrast/APCA.d.ts b/apps/angular/node_modules/colorjs.io/types/src/contrast/APCA.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/contrast/APCA.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/contrast/APCA.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/contrast/Lstar.d.ts b/apps/angular/node_modules/colorjs.io/types/src/contrast/Lstar.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/contrast/Lstar.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/contrast/Lstar.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/contrast/Michelson.d.ts b/apps/angular/node_modules/colorjs.io/types/src/contrast/Michelson.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/contrast/Michelson.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/contrast/Michelson.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/contrast/WCAG21.d.ts b/apps/angular/node_modules/colorjs.io/types/src/contrast/WCAG21.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/contrast/WCAG21.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/contrast/WCAG21.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/contrast/Weber.d.ts b/apps/angular/node_modules/colorjs.io/types/src/contrast/Weber.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/contrast/Weber.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/contrast/Weber.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/contrast/deltaPhi.d.ts b/apps/angular/node_modules/colorjs.io/types/src/contrast/deltaPhi.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/contrast/deltaPhi.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/contrast/deltaPhi.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/contrast/index.d.ts b/apps/angular/node_modules/colorjs.io/types/src/contrast/index.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/contrast/index.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/contrast/index.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/defaults.d.ts b/apps/angular/node_modules/colorjs.io/types/src/defaults.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/defaults.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/defaults.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/deltaE.d.ts b/apps/angular/node_modules/colorjs.io/types/src/deltaE.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/deltaE.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/deltaE.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/deltaE/deltaE2000.d.ts b/apps/angular/node_modules/colorjs.io/types/src/deltaE/deltaE2000.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/deltaE/deltaE2000.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/deltaE/deltaE2000.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/deltaE/deltaE76.d.ts b/apps/angular/node_modules/colorjs.io/types/src/deltaE/deltaE76.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/deltaE/deltaE76.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/deltaE/deltaE76.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/deltaE/deltaECMC.d.ts b/apps/angular/node_modules/colorjs.io/types/src/deltaE/deltaECMC.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/deltaE/deltaECMC.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/deltaE/deltaECMC.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/deltaE/deltaEHCT.d.ts b/apps/angular/node_modules/colorjs.io/types/src/deltaE/deltaEHCT.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/deltaE/deltaEHCT.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/deltaE/deltaEHCT.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/deltaE/deltaEITP.d.ts b/apps/angular/node_modules/colorjs.io/types/src/deltaE/deltaEITP.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/deltaE/deltaEITP.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/deltaE/deltaEITP.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/deltaE/deltaEJz.d.ts b/apps/angular/node_modules/colorjs.io/types/src/deltaE/deltaEJz.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/deltaE/deltaEJz.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/deltaE/deltaEJz.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/deltaE/deltaEOK.d.ts b/apps/angular/node_modules/colorjs.io/types/src/deltaE/deltaEOK.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/deltaE/deltaEOK.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/deltaE/deltaEOK.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/deltaE/index.d.ts b/apps/angular/node_modules/colorjs.io/types/src/deltaE/index.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/deltaE/index.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/deltaE/index.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/display.d.ts b/apps/angular/node_modules/colorjs.io/types/src/display.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/display.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/display.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/distance.d.ts b/apps/angular/node_modules/colorjs.io/types/src/distance.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/distance.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/distance.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/equals.d.ts b/apps/angular/node_modules/colorjs.io/types/src/equals.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/equals.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/equals.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/get.d.ts b/apps/angular/node_modules/colorjs.io/types/src/get.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/get.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/get.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/getAll.d.ts b/apps/angular/node_modules/colorjs.io/types/src/getAll.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/getAll.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/getAll.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/getColor.d.ts b/apps/angular/node_modules/colorjs.io/types/src/getColor.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/getColor.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/getColor.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/hooks.d.ts b/apps/angular/node_modules/colorjs.io/types/src/hooks.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/hooks.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/hooks.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/inGamut.d.ts b/apps/angular/node_modules/colorjs.io/types/src/inGamut.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/inGamut.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/inGamut.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/index-fn.d.cts b/apps/angular/node_modules/colorjs.io/types/src/index-fn.d.cts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/index-fn.d.cts rename to apps/angular/node_modules/colorjs.io/types/src/index-fn.d.cts diff --git a/ClientApp/node_modules/colorjs.io/types/src/index-fn.d.ts b/apps/angular/node_modules/colorjs.io/types/src/index-fn.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/index-fn.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/index-fn.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/index.d.ts b/apps/angular/node_modules/colorjs.io/types/src/index.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/index.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/index.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/interpolation.d.ts b/apps/angular/node_modules/colorjs.io/types/src/interpolation.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/interpolation.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/interpolation.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/keywords.d.ts b/apps/angular/node_modules/colorjs.io/types/src/keywords.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/keywords.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/keywords.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/luminance.d.ts b/apps/angular/node_modules/colorjs.io/types/src/luminance.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/luminance.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/luminance.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/multiply-matrices.d.ts b/apps/angular/node_modules/colorjs.io/types/src/multiply-matrices.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/multiply-matrices.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/multiply-matrices.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/parse.d.ts b/apps/angular/node_modules/colorjs.io/types/src/parse.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/parse.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/parse.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/rgbspace.d.ts b/apps/angular/node_modules/colorjs.io/types/src/rgbspace.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/rgbspace.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/rgbspace.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/serialize.d.ts b/apps/angular/node_modules/colorjs.io/types/src/serialize.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/serialize.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/serialize.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/set.d.ts b/apps/angular/node_modules/colorjs.io/types/src/set.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/set.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/set.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/setAll.d.ts b/apps/angular/node_modules/colorjs.io/types/src/setAll.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/setAll.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/setAll.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/space-accessors.d.ts b/apps/angular/node_modules/colorjs.io/types/src/space-accessors.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/space-accessors.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/space-accessors.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/space-coord-accessors.d.ts b/apps/angular/node_modules/colorjs.io/types/src/space-coord-accessors.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/space-coord-accessors.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/space-coord-accessors.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/space.d.ts b/apps/angular/node_modules/colorjs.io/types/src/space.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/space.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/space.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/spaces/a98rgb-linear.d.ts b/apps/angular/node_modules/colorjs.io/types/src/spaces/a98rgb-linear.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/spaces/a98rgb-linear.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/spaces/a98rgb-linear.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/spaces/a98rgb.d.ts b/apps/angular/node_modules/colorjs.io/types/src/spaces/a98rgb.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/spaces/a98rgb.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/spaces/a98rgb.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/spaces/acescc.d.ts b/apps/angular/node_modules/colorjs.io/types/src/spaces/acescc.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/spaces/acescc.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/spaces/acescc.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/spaces/acescg.d.ts b/apps/angular/node_modules/colorjs.io/types/src/spaces/acescg.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/spaces/acescg.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/spaces/acescg.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/spaces/hpluv.d.ts b/apps/angular/node_modules/colorjs.io/types/src/spaces/hpluv.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/spaces/hpluv.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/spaces/hpluv.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/spaces/hsl.d.ts b/apps/angular/node_modules/colorjs.io/types/src/spaces/hsl.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/spaces/hsl.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/spaces/hsl.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/spaces/hsluv.d.ts b/apps/angular/node_modules/colorjs.io/types/src/spaces/hsluv.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/spaces/hsluv.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/spaces/hsluv.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/spaces/hsv.d.ts b/apps/angular/node_modules/colorjs.io/types/src/spaces/hsv.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/spaces/hsv.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/spaces/hsv.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/spaces/hwb.d.ts b/apps/angular/node_modules/colorjs.io/types/src/spaces/hwb.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/spaces/hwb.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/spaces/hwb.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/spaces/ictcp.d.ts b/apps/angular/node_modules/colorjs.io/types/src/spaces/ictcp.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/spaces/ictcp.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/spaces/ictcp.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/spaces/index-fn-hdr.d.ts b/apps/angular/node_modules/colorjs.io/types/src/spaces/index-fn-hdr.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/spaces/index-fn-hdr.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/spaces/index-fn-hdr.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/spaces/index-fn.d.ts b/apps/angular/node_modules/colorjs.io/types/src/spaces/index-fn.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/spaces/index-fn.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/spaces/index-fn.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/spaces/index.d.ts b/apps/angular/node_modules/colorjs.io/types/src/spaces/index.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/spaces/index.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/spaces/index.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/spaces/jzazbz.d.ts b/apps/angular/node_modules/colorjs.io/types/src/spaces/jzazbz.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/spaces/jzazbz.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/spaces/jzazbz.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/spaces/jzczhz.d.ts b/apps/angular/node_modules/colorjs.io/types/src/spaces/jzczhz.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/spaces/jzczhz.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/spaces/jzczhz.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/spaces/lab-d65.d.ts b/apps/angular/node_modules/colorjs.io/types/src/spaces/lab-d65.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/spaces/lab-d65.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/spaces/lab-d65.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/spaces/lab.d.ts b/apps/angular/node_modules/colorjs.io/types/src/spaces/lab.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/spaces/lab.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/spaces/lab.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/spaces/lch.d.ts b/apps/angular/node_modules/colorjs.io/types/src/spaces/lch.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/spaces/lch.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/spaces/lch.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/spaces/lchuv.d.ts b/apps/angular/node_modules/colorjs.io/types/src/spaces/lchuv.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/spaces/lchuv.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/spaces/lchuv.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/spaces/luv.d.ts b/apps/angular/node_modules/colorjs.io/types/src/spaces/luv.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/spaces/luv.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/spaces/luv.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/spaces/oklab.d.ts b/apps/angular/node_modules/colorjs.io/types/src/spaces/oklab.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/spaces/oklab.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/spaces/oklab.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/spaces/oklch.d.ts b/apps/angular/node_modules/colorjs.io/types/src/spaces/oklch.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/spaces/oklch.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/spaces/oklch.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/spaces/p3-linear.d.ts b/apps/angular/node_modules/colorjs.io/types/src/spaces/p3-linear.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/spaces/p3-linear.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/spaces/p3-linear.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/spaces/p3.d.ts b/apps/angular/node_modules/colorjs.io/types/src/spaces/p3.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/spaces/p3.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/spaces/p3.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/spaces/prophoto-linear.d.ts b/apps/angular/node_modules/colorjs.io/types/src/spaces/prophoto-linear.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/spaces/prophoto-linear.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/spaces/prophoto-linear.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/spaces/prophoto.d.ts b/apps/angular/node_modules/colorjs.io/types/src/spaces/prophoto.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/spaces/prophoto.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/spaces/prophoto.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/spaces/rec2020-linear.d.ts b/apps/angular/node_modules/colorjs.io/types/src/spaces/rec2020-linear.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/spaces/rec2020-linear.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/spaces/rec2020-linear.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/spaces/rec2020.d.ts b/apps/angular/node_modules/colorjs.io/types/src/spaces/rec2020.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/spaces/rec2020.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/spaces/rec2020.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/spaces/rec2100-hlg.d.ts b/apps/angular/node_modules/colorjs.io/types/src/spaces/rec2100-hlg.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/spaces/rec2100-hlg.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/spaces/rec2100-hlg.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/spaces/rec2100-pq.d.ts b/apps/angular/node_modules/colorjs.io/types/src/spaces/rec2100-pq.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/spaces/rec2100-pq.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/spaces/rec2100-pq.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/spaces/srgb-linear.d.ts b/apps/angular/node_modules/colorjs.io/types/src/spaces/srgb-linear.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/spaces/srgb-linear.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/spaces/srgb-linear.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/spaces/srgb.d.ts b/apps/angular/node_modules/colorjs.io/types/src/spaces/srgb.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/spaces/srgb.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/spaces/srgb.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/spaces/xyz-abs-d65.d.ts b/apps/angular/node_modules/colorjs.io/types/src/spaces/xyz-abs-d65.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/spaces/xyz-abs-d65.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/spaces/xyz-abs-d65.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/spaces/xyz-d50.d.ts b/apps/angular/node_modules/colorjs.io/types/src/spaces/xyz-d50.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/spaces/xyz-d50.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/spaces/xyz-d50.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/spaces/xyz-d65.d.ts b/apps/angular/node_modules/colorjs.io/types/src/spaces/xyz-d65.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/spaces/xyz-d65.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/spaces/xyz-d65.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/to.d.ts b/apps/angular/node_modules/colorjs.io/types/src/to.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/to.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/to.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/toGamut.d.ts b/apps/angular/node_modules/colorjs.io/types/src/toGamut.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/toGamut.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/toGamut.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/util.d.ts b/apps/angular/node_modules/colorjs.io/types/src/util.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/util.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/util.d.ts diff --git a/ClientApp/node_modules/colorjs.io/types/src/variations.d.ts b/apps/angular/node_modules/colorjs.io/types/src/variations.d.ts similarity index 100% rename from ClientApp/node_modules/colorjs.io/types/src/variations.d.ts rename to apps/angular/node_modules/colorjs.io/types/src/variations.d.ts diff --git a/ClientApp/node_modules/combined-stream/License b/apps/angular/node_modules/combined-stream/License similarity index 100% rename from ClientApp/node_modules/combined-stream/License rename to apps/angular/node_modules/combined-stream/License diff --git a/ClientApp/node_modules/combined-stream/Readme.md b/apps/angular/node_modules/combined-stream/Readme.md similarity index 100% rename from ClientApp/node_modules/combined-stream/Readme.md rename to apps/angular/node_modules/combined-stream/Readme.md diff --git a/ClientApp/node_modules/combined-stream/lib/combined_stream.js b/apps/angular/node_modules/combined-stream/lib/combined_stream.js similarity index 100% rename from ClientApp/node_modules/combined-stream/lib/combined_stream.js rename to apps/angular/node_modules/combined-stream/lib/combined_stream.js diff --git a/ClientApp/node_modules/combined-stream/package.json b/apps/angular/node_modules/combined-stream/package.json similarity index 100% rename from ClientApp/node_modules/combined-stream/package.json rename to apps/angular/node_modules/combined-stream/package.json diff --git a/ClientApp/node_modules/combined-stream/yarn.lock b/apps/angular/node_modules/combined-stream/yarn.lock similarity index 100% rename from ClientApp/node_modules/combined-stream/yarn.lock rename to apps/angular/node_modules/combined-stream/yarn.lock diff --git a/ClientApp/node_modules/commander/CHANGELOG.md b/apps/angular/node_modules/commander/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/commander/CHANGELOG.md rename to apps/angular/node_modules/commander/CHANGELOG.md diff --git a/ClientApp/node_modules/commander/LICENSE b/apps/angular/node_modules/commander/LICENSE similarity index 100% rename from ClientApp/node_modules/commander/LICENSE rename to apps/angular/node_modules/commander/LICENSE diff --git a/ClientApp/node_modules/commander/Readme.md b/apps/angular/node_modules/commander/Readme.md similarity index 100% rename from ClientApp/node_modules/commander/Readme.md rename to apps/angular/node_modules/commander/Readme.md diff --git a/ClientApp/node_modules/commander/index.js b/apps/angular/node_modules/commander/index.js similarity index 100% rename from ClientApp/node_modules/commander/index.js rename to apps/angular/node_modules/commander/index.js diff --git a/ClientApp/node_modules/commander/package.json b/apps/angular/node_modules/commander/package.json similarity index 100% rename from ClientApp/node_modules/commander/package.json rename to apps/angular/node_modules/commander/package.json diff --git a/ClientApp/node_modules/commander/typings/index.d.ts b/apps/angular/node_modules/commander/typings/index.d.ts similarity index 100% rename from ClientApp/node_modules/commander/typings/index.d.ts rename to apps/angular/node_modules/commander/typings/index.d.ts diff --git a/ClientApp/node_modules/common-tags/dist/common-tags.min.js b/apps/angular/node_modules/common-tags/dist/common-tags.min.js similarity index 100% rename from ClientApp/node_modules/common-tags/dist/common-tags.min.js rename to apps/angular/node_modules/common-tags/dist/common-tags.min.js diff --git a/ClientApp/node_modules/common-tags/es/TemplateTag/TemplateTag.js b/apps/angular/node_modules/common-tags/es/TemplateTag/TemplateTag.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/TemplateTag/TemplateTag.js rename to apps/angular/node_modules/common-tags/es/TemplateTag/TemplateTag.js diff --git a/ClientApp/node_modules/common-tags/es/TemplateTag/index.js b/apps/angular/node_modules/common-tags/es/TemplateTag/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/TemplateTag/index.js rename to apps/angular/node_modules/common-tags/es/TemplateTag/index.js diff --git a/ClientApp/node_modules/common-tags/es/codeBlock/index.js b/apps/angular/node_modules/common-tags/es/codeBlock/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/codeBlock/index.js rename to apps/angular/node_modules/common-tags/es/codeBlock/index.js diff --git a/ClientApp/node_modules/common-tags/es/commaLists/commaLists.js b/apps/angular/node_modules/common-tags/es/commaLists/commaLists.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/commaLists/commaLists.js rename to apps/angular/node_modules/common-tags/es/commaLists/commaLists.js diff --git a/ClientApp/node_modules/common-tags/es/commaLists/index.js b/apps/angular/node_modules/common-tags/es/commaLists/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/commaLists/index.js rename to apps/angular/node_modules/common-tags/es/commaLists/index.js diff --git a/ClientApp/node_modules/common-tags/es/commaListsAnd/commaListsAnd.js b/apps/angular/node_modules/common-tags/es/commaListsAnd/commaListsAnd.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/commaListsAnd/commaListsAnd.js rename to apps/angular/node_modules/common-tags/es/commaListsAnd/commaListsAnd.js diff --git a/ClientApp/node_modules/common-tags/es/commaListsAnd/index.js b/apps/angular/node_modules/common-tags/es/commaListsAnd/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/commaListsAnd/index.js rename to apps/angular/node_modules/common-tags/es/commaListsAnd/index.js diff --git a/ClientApp/node_modules/common-tags/es/commaListsOr/commaListsOr.js b/apps/angular/node_modules/common-tags/es/commaListsOr/commaListsOr.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/commaListsOr/commaListsOr.js rename to apps/angular/node_modules/common-tags/es/commaListsOr/commaListsOr.js diff --git a/ClientApp/node_modules/common-tags/es/commaListsOr/index.js b/apps/angular/node_modules/common-tags/es/commaListsOr/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/commaListsOr/index.js rename to apps/angular/node_modules/common-tags/es/commaListsOr/index.js diff --git a/ClientApp/node_modules/common-tags/es/html/html.js b/apps/angular/node_modules/common-tags/es/html/html.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/html/html.js rename to apps/angular/node_modules/common-tags/es/html/html.js diff --git a/ClientApp/node_modules/common-tags/es/html/index.js b/apps/angular/node_modules/common-tags/es/html/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/html/index.js rename to apps/angular/node_modules/common-tags/es/html/index.js diff --git a/ClientApp/node_modules/common-tags/es/index.js b/apps/angular/node_modules/common-tags/es/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/index.js rename to apps/angular/node_modules/common-tags/es/index.js diff --git a/ClientApp/node_modules/common-tags/es/inlineArrayTransformer/index.js b/apps/angular/node_modules/common-tags/es/inlineArrayTransformer/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/inlineArrayTransformer/index.js rename to apps/angular/node_modules/common-tags/es/inlineArrayTransformer/index.js diff --git a/ClientApp/node_modules/common-tags/es/inlineArrayTransformer/inlineArrayTransformer.js b/apps/angular/node_modules/common-tags/es/inlineArrayTransformer/inlineArrayTransformer.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/inlineArrayTransformer/inlineArrayTransformer.js rename to apps/angular/node_modules/common-tags/es/inlineArrayTransformer/inlineArrayTransformer.js diff --git a/ClientApp/node_modules/common-tags/es/inlineLists/index.js b/apps/angular/node_modules/common-tags/es/inlineLists/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/inlineLists/index.js rename to apps/angular/node_modules/common-tags/es/inlineLists/index.js diff --git a/ClientApp/node_modules/common-tags/es/inlineLists/inlineLists.js b/apps/angular/node_modules/common-tags/es/inlineLists/inlineLists.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/inlineLists/inlineLists.js rename to apps/angular/node_modules/common-tags/es/inlineLists/inlineLists.js diff --git a/ClientApp/node_modules/common-tags/es/oneLine/index.js b/apps/angular/node_modules/common-tags/es/oneLine/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/oneLine/index.js rename to apps/angular/node_modules/common-tags/es/oneLine/index.js diff --git a/ClientApp/node_modules/common-tags/es/oneLine/oneLine.js b/apps/angular/node_modules/common-tags/es/oneLine/oneLine.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/oneLine/oneLine.js rename to apps/angular/node_modules/common-tags/es/oneLine/oneLine.js diff --git a/ClientApp/node_modules/common-tags/es/oneLineCommaLists/index.js b/apps/angular/node_modules/common-tags/es/oneLineCommaLists/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/oneLineCommaLists/index.js rename to apps/angular/node_modules/common-tags/es/oneLineCommaLists/index.js diff --git a/ClientApp/node_modules/common-tags/es/oneLineCommaLists/oneLineCommaLists.js b/apps/angular/node_modules/common-tags/es/oneLineCommaLists/oneLineCommaLists.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/oneLineCommaLists/oneLineCommaLists.js rename to apps/angular/node_modules/common-tags/es/oneLineCommaLists/oneLineCommaLists.js diff --git a/ClientApp/node_modules/common-tags/es/oneLineCommaListsAnd/index.js b/apps/angular/node_modules/common-tags/es/oneLineCommaListsAnd/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/oneLineCommaListsAnd/index.js rename to apps/angular/node_modules/common-tags/es/oneLineCommaListsAnd/index.js diff --git a/ClientApp/node_modules/common-tags/es/oneLineCommaListsAnd/oneLineCommaListsAnd.js b/apps/angular/node_modules/common-tags/es/oneLineCommaListsAnd/oneLineCommaListsAnd.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/oneLineCommaListsAnd/oneLineCommaListsAnd.js rename to apps/angular/node_modules/common-tags/es/oneLineCommaListsAnd/oneLineCommaListsAnd.js diff --git a/ClientApp/node_modules/common-tags/es/oneLineCommaListsOr/index.js b/apps/angular/node_modules/common-tags/es/oneLineCommaListsOr/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/oneLineCommaListsOr/index.js rename to apps/angular/node_modules/common-tags/es/oneLineCommaListsOr/index.js diff --git a/ClientApp/node_modules/common-tags/es/oneLineCommaListsOr/oneLineCommaListsOr.js b/apps/angular/node_modules/common-tags/es/oneLineCommaListsOr/oneLineCommaListsOr.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/oneLineCommaListsOr/oneLineCommaListsOr.js rename to apps/angular/node_modules/common-tags/es/oneLineCommaListsOr/oneLineCommaListsOr.js diff --git a/ClientApp/node_modules/common-tags/es/oneLineInlineLists/index.js b/apps/angular/node_modules/common-tags/es/oneLineInlineLists/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/oneLineInlineLists/index.js rename to apps/angular/node_modules/common-tags/es/oneLineInlineLists/index.js diff --git a/ClientApp/node_modules/common-tags/es/oneLineInlineLists/oneLineInlineLists.js b/apps/angular/node_modules/common-tags/es/oneLineInlineLists/oneLineInlineLists.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/oneLineInlineLists/oneLineInlineLists.js rename to apps/angular/node_modules/common-tags/es/oneLineInlineLists/oneLineInlineLists.js diff --git a/ClientApp/node_modules/common-tags/es/oneLineTrim/index.js b/apps/angular/node_modules/common-tags/es/oneLineTrim/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/oneLineTrim/index.js rename to apps/angular/node_modules/common-tags/es/oneLineTrim/index.js diff --git a/ClientApp/node_modules/common-tags/es/oneLineTrim/oneLineTrim.js b/apps/angular/node_modules/common-tags/es/oneLineTrim/oneLineTrim.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/oneLineTrim/oneLineTrim.js rename to apps/angular/node_modules/common-tags/es/oneLineTrim/oneLineTrim.js diff --git a/ClientApp/node_modules/common-tags/es/removeNonPrintingValuesTransformer/index.js b/apps/angular/node_modules/common-tags/es/removeNonPrintingValuesTransformer/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/removeNonPrintingValuesTransformer/index.js rename to apps/angular/node_modules/common-tags/es/removeNonPrintingValuesTransformer/index.js diff --git a/ClientApp/node_modules/common-tags/es/removeNonPrintingValuesTransformer/removeNonPrintingValuesTransformer.js b/apps/angular/node_modules/common-tags/es/removeNonPrintingValuesTransformer/removeNonPrintingValuesTransformer.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/removeNonPrintingValuesTransformer/removeNonPrintingValuesTransformer.js rename to apps/angular/node_modules/common-tags/es/removeNonPrintingValuesTransformer/removeNonPrintingValuesTransformer.js diff --git a/ClientApp/node_modules/common-tags/es/replaceResultTransformer/index.js b/apps/angular/node_modules/common-tags/es/replaceResultTransformer/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/replaceResultTransformer/index.js rename to apps/angular/node_modules/common-tags/es/replaceResultTransformer/index.js diff --git a/ClientApp/node_modules/common-tags/es/replaceResultTransformer/replaceResultTransformer.js b/apps/angular/node_modules/common-tags/es/replaceResultTransformer/replaceResultTransformer.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/replaceResultTransformer/replaceResultTransformer.js rename to apps/angular/node_modules/common-tags/es/replaceResultTransformer/replaceResultTransformer.js diff --git a/ClientApp/node_modules/common-tags/es/replaceStringTransformer/index.js b/apps/angular/node_modules/common-tags/es/replaceStringTransformer/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/replaceStringTransformer/index.js rename to apps/angular/node_modules/common-tags/es/replaceStringTransformer/index.js diff --git a/ClientApp/node_modules/common-tags/es/replaceStringTransformer/replaceStringTransformer.js b/apps/angular/node_modules/common-tags/es/replaceStringTransformer/replaceStringTransformer.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/replaceStringTransformer/replaceStringTransformer.js rename to apps/angular/node_modules/common-tags/es/replaceStringTransformer/replaceStringTransformer.js diff --git a/ClientApp/node_modules/common-tags/es/replaceSubstitutionTransformer/index.js b/apps/angular/node_modules/common-tags/es/replaceSubstitutionTransformer/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/replaceSubstitutionTransformer/index.js rename to apps/angular/node_modules/common-tags/es/replaceSubstitutionTransformer/index.js diff --git a/ClientApp/node_modules/common-tags/es/replaceSubstitutionTransformer/replaceSubstitutionTransformer.js b/apps/angular/node_modules/common-tags/es/replaceSubstitutionTransformer/replaceSubstitutionTransformer.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/replaceSubstitutionTransformer/replaceSubstitutionTransformer.js rename to apps/angular/node_modules/common-tags/es/replaceSubstitutionTransformer/replaceSubstitutionTransformer.js diff --git a/ClientApp/node_modules/common-tags/es/safeHtml/index.js b/apps/angular/node_modules/common-tags/es/safeHtml/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/safeHtml/index.js rename to apps/angular/node_modules/common-tags/es/safeHtml/index.js diff --git a/ClientApp/node_modules/common-tags/es/safeHtml/safeHtml.js b/apps/angular/node_modules/common-tags/es/safeHtml/safeHtml.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/safeHtml/safeHtml.js rename to apps/angular/node_modules/common-tags/es/safeHtml/safeHtml.js diff --git a/ClientApp/node_modules/common-tags/es/source/index.js b/apps/angular/node_modules/common-tags/es/source/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/source/index.js rename to apps/angular/node_modules/common-tags/es/source/index.js diff --git a/ClientApp/node_modules/common-tags/es/splitStringTransformer/index.js b/apps/angular/node_modules/common-tags/es/splitStringTransformer/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/splitStringTransformer/index.js rename to apps/angular/node_modules/common-tags/es/splitStringTransformer/index.js diff --git a/ClientApp/node_modules/common-tags/es/splitStringTransformer/splitStringTransformer.js b/apps/angular/node_modules/common-tags/es/splitStringTransformer/splitStringTransformer.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/splitStringTransformer/splitStringTransformer.js rename to apps/angular/node_modules/common-tags/es/splitStringTransformer/splitStringTransformer.js diff --git a/ClientApp/node_modules/common-tags/es/stripIndent/index.js b/apps/angular/node_modules/common-tags/es/stripIndent/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/stripIndent/index.js rename to apps/angular/node_modules/common-tags/es/stripIndent/index.js diff --git a/ClientApp/node_modules/common-tags/es/stripIndent/stripIndent.js b/apps/angular/node_modules/common-tags/es/stripIndent/stripIndent.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/stripIndent/stripIndent.js rename to apps/angular/node_modules/common-tags/es/stripIndent/stripIndent.js diff --git a/ClientApp/node_modules/common-tags/es/stripIndentTransformer/index.js b/apps/angular/node_modules/common-tags/es/stripIndentTransformer/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/stripIndentTransformer/index.js rename to apps/angular/node_modules/common-tags/es/stripIndentTransformer/index.js diff --git a/ClientApp/node_modules/common-tags/es/stripIndentTransformer/stripIndentTransformer.js b/apps/angular/node_modules/common-tags/es/stripIndentTransformer/stripIndentTransformer.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/stripIndentTransformer/stripIndentTransformer.js rename to apps/angular/node_modules/common-tags/es/stripIndentTransformer/stripIndentTransformer.js diff --git a/ClientApp/node_modules/common-tags/es/stripIndents/index.js b/apps/angular/node_modules/common-tags/es/stripIndents/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/stripIndents/index.js rename to apps/angular/node_modules/common-tags/es/stripIndents/index.js diff --git a/ClientApp/node_modules/common-tags/es/stripIndents/stripIndents.js b/apps/angular/node_modules/common-tags/es/stripIndents/stripIndents.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/stripIndents/stripIndents.js rename to apps/angular/node_modules/common-tags/es/stripIndents/stripIndents.js diff --git a/ClientApp/node_modules/common-tags/es/trimResultTransformer/index.js b/apps/angular/node_modules/common-tags/es/trimResultTransformer/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/trimResultTransformer/index.js rename to apps/angular/node_modules/common-tags/es/trimResultTransformer/index.js diff --git a/ClientApp/node_modules/common-tags/es/trimResultTransformer/trimResultTransformer.js b/apps/angular/node_modules/common-tags/es/trimResultTransformer/trimResultTransformer.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/trimResultTransformer/trimResultTransformer.js rename to apps/angular/node_modules/common-tags/es/trimResultTransformer/trimResultTransformer.js diff --git a/ClientApp/node_modules/common-tags/es/utils/index.js b/apps/angular/node_modules/common-tags/es/utils/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/utils/index.js rename to apps/angular/node_modules/common-tags/es/utils/index.js diff --git a/ClientApp/node_modules/common-tags/es/utils/readFromFixture/index.js b/apps/angular/node_modules/common-tags/es/utils/readFromFixture/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/utils/readFromFixture/index.js rename to apps/angular/node_modules/common-tags/es/utils/readFromFixture/index.js diff --git a/ClientApp/node_modules/common-tags/es/utils/readFromFixture/readFromFixture.js b/apps/angular/node_modules/common-tags/es/utils/readFromFixture/readFromFixture.js similarity index 100% rename from ClientApp/node_modules/common-tags/es/utils/readFromFixture/readFromFixture.js rename to apps/angular/node_modules/common-tags/es/utils/readFromFixture/readFromFixture.js diff --git a/ClientApp/node_modules/common-tags/lib/TemplateTag/TemplateTag.js b/apps/angular/node_modules/common-tags/lib/TemplateTag/TemplateTag.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/TemplateTag/TemplateTag.js rename to apps/angular/node_modules/common-tags/lib/TemplateTag/TemplateTag.js diff --git a/ClientApp/node_modules/common-tags/lib/TemplateTag/index.js b/apps/angular/node_modules/common-tags/lib/TemplateTag/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/TemplateTag/index.js rename to apps/angular/node_modules/common-tags/lib/TemplateTag/index.js diff --git a/ClientApp/node_modules/common-tags/lib/codeBlock/index.js b/apps/angular/node_modules/common-tags/lib/codeBlock/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/codeBlock/index.js rename to apps/angular/node_modules/common-tags/lib/codeBlock/index.js diff --git a/ClientApp/node_modules/common-tags/lib/commaLists/commaLists.js b/apps/angular/node_modules/common-tags/lib/commaLists/commaLists.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/commaLists/commaLists.js rename to apps/angular/node_modules/common-tags/lib/commaLists/commaLists.js diff --git a/ClientApp/node_modules/common-tags/lib/commaLists/index.js b/apps/angular/node_modules/common-tags/lib/commaLists/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/commaLists/index.js rename to apps/angular/node_modules/common-tags/lib/commaLists/index.js diff --git a/ClientApp/node_modules/common-tags/lib/commaListsAnd/commaListsAnd.js b/apps/angular/node_modules/common-tags/lib/commaListsAnd/commaListsAnd.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/commaListsAnd/commaListsAnd.js rename to apps/angular/node_modules/common-tags/lib/commaListsAnd/commaListsAnd.js diff --git a/ClientApp/node_modules/common-tags/lib/commaListsAnd/index.js b/apps/angular/node_modules/common-tags/lib/commaListsAnd/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/commaListsAnd/index.js rename to apps/angular/node_modules/common-tags/lib/commaListsAnd/index.js diff --git a/ClientApp/node_modules/common-tags/lib/commaListsOr/commaListsOr.js b/apps/angular/node_modules/common-tags/lib/commaListsOr/commaListsOr.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/commaListsOr/commaListsOr.js rename to apps/angular/node_modules/common-tags/lib/commaListsOr/commaListsOr.js diff --git a/ClientApp/node_modules/common-tags/lib/commaListsOr/index.js b/apps/angular/node_modules/common-tags/lib/commaListsOr/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/commaListsOr/index.js rename to apps/angular/node_modules/common-tags/lib/commaListsOr/index.js diff --git a/ClientApp/node_modules/common-tags/lib/html/html.js b/apps/angular/node_modules/common-tags/lib/html/html.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/html/html.js rename to apps/angular/node_modules/common-tags/lib/html/html.js diff --git a/ClientApp/node_modules/common-tags/lib/html/index.js b/apps/angular/node_modules/common-tags/lib/html/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/html/index.js rename to apps/angular/node_modules/common-tags/lib/html/index.js diff --git a/ClientApp/node_modules/common-tags/lib/index.js b/apps/angular/node_modules/common-tags/lib/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/index.js rename to apps/angular/node_modules/common-tags/lib/index.js diff --git a/ClientApp/node_modules/common-tags/lib/inlineArrayTransformer/index.js b/apps/angular/node_modules/common-tags/lib/inlineArrayTransformer/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/inlineArrayTransformer/index.js rename to apps/angular/node_modules/common-tags/lib/inlineArrayTransformer/index.js diff --git a/ClientApp/node_modules/common-tags/lib/inlineArrayTransformer/inlineArrayTransformer.js b/apps/angular/node_modules/common-tags/lib/inlineArrayTransformer/inlineArrayTransformer.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/inlineArrayTransformer/inlineArrayTransformer.js rename to apps/angular/node_modules/common-tags/lib/inlineArrayTransformer/inlineArrayTransformer.js diff --git a/ClientApp/node_modules/common-tags/lib/inlineLists/index.js b/apps/angular/node_modules/common-tags/lib/inlineLists/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/inlineLists/index.js rename to apps/angular/node_modules/common-tags/lib/inlineLists/index.js diff --git a/ClientApp/node_modules/common-tags/lib/inlineLists/inlineLists.js b/apps/angular/node_modules/common-tags/lib/inlineLists/inlineLists.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/inlineLists/inlineLists.js rename to apps/angular/node_modules/common-tags/lib/inlineLists/inlineLists.js diff --git a/ClientApp/node_modules/common-tags/lib/oneLine/index.js b/apps/angular/node_modules/common-tags/lib/oneLine/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/oneLine/index.js rename to apps/angular/node_modules/common-tags/lib/oneLine/index.js diff --git a/ClientApp/node_modules/common-tags/lib/oneLine/oneLine.js b/apps/angular/node_modules/common-tags/lib/oneLine/oneLine.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/oneLine/oneLine.js rename to apps/angular/node_modules/common-tags/lib/oneLine/oneLine.js diff --git a/ClientApp/node_modules/common-tags/lib/oneLineCommaLists/index.js b/apps/angular/node_modules/common-tags/lib/oneLineCommaLists/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/oneLineCommaLists/index.js rename to apps/angular/node_modules/common-tags/lib/oneLineCommaLists/index.js diff --git a/ClientApp/node_modules/common-tags/lib/oneLineCommaLists/oneLineCommaLists.js b/apps/angular/node_modules/common-tags/lib/oneLineCommaLists/oneLineCommaLists.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/oneLineCommaLists/oneLineCommaLists.js rename to apps/angular/node_modules/common-tags/lib/oneLineCommaLists/oneLineCommaLists.js diff --git a/ClientApp/node_modules/common-tags/lib/oneLineCommaListsAnd/index.js b/apps/angular/node_modules/common-tags/lib/oneLineCommaListsAnd/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/oneLineCommaListsAnd/index.js rename to apps/angular/node_modules/common-tags/lib/oneLineCommaListsAnd/index.js diff --git a/ClientApp/node_modules/common-tags/lib/oneLineCommaListsAnd/oneLineCommaListsAnd.js b/apps/angular/node_modules/common-tags/lib/oneLineCommaListsAnd/oneLineCommaListsAnd.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/oneLineCommaListsAnd/oneLineCommaListsAnd.js rename to apps/angular/node_modules/common-tags/lib/oneLineCommaListsAnd/oneLineCommaListsAnd.js diff --git a/ClientApp/node_modules/common-tags/lib/oneLineCommaListsOr/index.js b/apps/angular/node_modules/common-tags/lib/oneLineCommaListsOr/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/oneLineCommaListsOr/index.js rename to apps/angular/node_modules/common-tags/lib/oneLineCommaListsOr/index.js diff --git a/ClientApp/node_modules/common-tags/lib/oneLineCommaListsOr/oneLineCommaListsOr.js b/apps/angular/node_modules/common-tags/lib/oneLineCommaListsOr/oneLineCommaListsOr.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/oneLineCommaListsOr/oneLineCommaListsOr.js rename to apps/angular/node_modules/common-tags/lib/oneLineCommaListsOr/oneLineCommaListsOr.js diff --git a/ClientApp/node_modules/common-tags/lib/oneLineInlineLists/index.js b/apps/angular/node_modules/common-tags/lib/oneLineInlineLists/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/oneLineInlineLists/index.js rename to apps/angular/node_modules/common-tags/lib/oneLineInlineLists/index.js diff --git a/ClientApp/node_modules/common-tags/lib/oneLineInlineLists/oneLineInlineLists.js b/apps/angular/node_modules/common-tags/lib/oneLineInlineLists/oneLineInlineLists.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/oneLineInlineLists/oneLineInlineLists.js rename to apps/angular/node_modules/common-tags/lib/oneLineInlineLists/oneLineInlineLists.js diff --git a/ClientApp/node_modules/common-tags/lib/oneLineTrim/index.js b/apps/angular/node_modules/common-tags/lib/oneLineTrim/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/oneLineTrim/index.js rename to apps/angular/node_modules/common-tags/lib/oneLineTrim/index.js diff --git a/ClientApp/node_modules/common-tags/lib/oneLineTrim/oneLineTrim.js b/apps/angular/node_modules/common-tags/lib/oneLineTrim/oneLineTrim.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/oneLineTrim/oneLineTrim.js rename to apps/angular/node_modules/common-tags/lib/oneLineTrim/oneLineTrim.js diff --git a/ClientApp/node_modules/common-tags/lib/removeNonPrintingValuesTransformer/index.js b/apps/angular/node_modules/common-tags/lib/removeNonPrintingValuesTransformer/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/removeNonPrintingValuesTransformer/index.js rename to apps/angular/node_modules/common-tags/lib/removeNonPrintingValuesTransformer/index.js diff --git a/ClientApp/node_modules/common-tags/lib/removeNonPrintingValuesTransformer/removeNonPrintingValuesTransformer.js b/apps/angular/node_modules/common-tags/lib/removeNonPrintingValuesTransformer/removeNonPrintingValuesTransformer.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/removeNonPrintingValuesTransformer/removeNonPrintingValuesTransformer.js rename to apps/angular/node_modules/common-tags/lib/removeNonPrintingValuesTransformer/removeNonPrintingValuesTransformer.js diff --git a/ClientApp/node_modules/common-tags/lib/replaceResultTransformer/index.js b/apps/angular/node_modules/common-tags/lib/replaceResultTransformer/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/replaceResultTransformer/index.js rename to apps/angular/node_modules/common-tags/lib/replaceResultTransformer/index.js diff --git a/ClientApp/node_modules/common-tags/lib/replaceResultTransformer/replaceResultTransformer.js b/apps/angular/node_modules/common-tags/lib/replaceResultTransformer/replaceResultTransformer.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/replaceResultTransformer/replaceResultTransformer.js rename to apps/angular/node_modules/common-tags/lib/replaceResultTransformer/replaceResultTransformer.js diff --git a/ClientApp/node_modules/common-tags/lib/replaceStringTransformer/index.js b/apps/angular/node_modules/common-tags/lib/replaceStringTransformer/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/replaceStringTransformer/index.js rename to apps/angular/node_modules/common-tags/lib/replaceStringTransformer/index.js diff --git a/ClientApp/node_modules/common-tags/lib/replaceStringTransformer/replaceStringTransformer.js b/apps/angular/node_modules/common-tags/lib/replaceStringTransformer/replaceStringTransformer.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/replaceStringTransformer/replaceStringTransformer.js rename to apps/angular/node_modules/common-tags/lib/replaceStringTransformer/replaceStringTransformer.js diff --git a/ClientApp/node_modules/common-tags/lib/replaceSubstitutionTransformer/index.js b/apps/angular/node_modules/common-tags/lib/replaceSubstitutionTransformer/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/replaceSubstitutionTransformer/index.js rename to apps/angular/node_modules/common-tags/lib/replaceSubstitutionTransformer/index.js diff --git a/ClientApp/node_modules/common-tags/lib/replaceSubstitutionTransformer/replaceSubstitutionTransformer.js b/apps/angular/node_modules/common-tags/lib/replaceSubstitutionTransformer/replaceSubstitutionTransformer.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/replaceSubstitutionTransformer/replaceSubstitutionTransformer.js rename to apps/angular/node_modules/common-tags/lib/replaceSubstitutionTransformer/replaceSubstitutionTransformer.js diff --git a/ClientApp/node_modules/common-tags/lib/safeHtml/index.js b/apps/angular/node_modules/common-tags/lib/safeHtml/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/safeHtml/index.js rename to apps/angular/node_modules/common-tags/lib/safeHtml/index.js diff --git a/ClientApp/node_modules/common-tags/lib/safeHtml/safeHtml.js b/apps/angular/node_modules/common-tags/lib/safeHtml/safeHtml.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/safeHtml/safeHtml.js rename to apps/angular/node_modules/common-tags/lib/safeHtml/safeHtml.js diff --git a/ClientApp/node_modules/common-tags/lib/source/index.js b/apps/angular/node_modules/common-tags/lib/source/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/source/index.js rename to apps/angular/node_modules/common-tags/lib/source/index.js diff --git a/ClientApp/node_modules/common-tags/lib/splitStringTransformer/index.js b/apps/angular/node_modules/common-tags/lib/splitStringTransformer/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/splitStringTransformer/index.js rename to apps/angular/node_modules/common-tags/lib/splitStringTransformer/index.js diff --git a/ClientApp/node_modules/common-tags/lib/splitStringTransformer/splitStringTransformer.js b/apps/angular/node_modules/common-tags/lib/splitStringTransformer/splitStringTransformer.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/splitStringTransformer/splitStringTransformer.js rename to apps/angular/node_modules/common-tags/lib/splitStringTransformer/splitStringTransformer.js diff --git a/ClientApp/node_modules/common-tags/lib/stripIndent/index.js b/apps/angular/node_modules/common-tags/lib/stripIndent/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/stripIndent/index.js rename to apps/angular/node_modules/common-tags/lib/stripIndent/index.js diff --git a/ClientApp/node_modules/common-tags/lib/stripIndent/stripIndent.js b/apps/angular/node_modules/common-tags/lib/stripIndent/stripIndent.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/stripIndent/stripIndent.js rename to apps/angular/node_modules/common-tags/lib/stripIndent/stripIndent.js diff --git a/ClientApp/node_modules/common-tags/lib/stripIndentTransformer/index.js b/apps/angular/node_modules/common-tags/lib/stripIndentTransformer/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/stripIndentTransformer/index.js rename to apps/angular/node_modules/common-tags/lib/stripIndentTransformer/index.js diff --git a/ClientApp/node_modules/common-tags/lib/stripIndentTransformer/stripIndentTransformer.js b/apps/angular/node_modules/common-tags/lib/stripIndentTransformer/stripIndentTransformer.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/stripIndentTransformer/stripIndentTransformer.js rename to apps/angular/node_modules/common-tags/lib/stripIndentTransformer/stripIndentTransformer.js diff --git a/ClientApp/node_modules/common-tags/lib/stripIndents/index.js b/apps/angular/node_modules/common-tags/lib/stripIndents/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/stripIndents/index.js rename to apps/angular/node_modules/common-tags/lib/stripIndents/index.js diff --git a/ClientApp/node_modules/common-tags/lib/stripIndents/stripIndents.js b/apps/angular/node_modules/common-tags/lib/stripIndents/stripIndents.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/stripIndents/stripIndents.js rename to apps/angular/node_modules/common-tags/lib/stripIndents/stripIndents.js diff --git a/ClientApp/node_modules/common-tags/lib/trimResultTransformer/index.js b/apps/angular/node_modules/common-tags/lib/trimResultTransformer/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/trimResultTransformer/index.js rename to apps/angular/node_modules/common-tags/lib/trimResultTransformer/index.js diff --git a/ClientApp/node_modules/common-tags/lib/trimResultTransformer/trimResultTransformer.js b/apps/angular/node_modules/common-tags/lib/trimResultTransformer/trimResultTransformer.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/trimResultTransformer/trimResultTransformer.js rename to apps/angular/node_modules/common-tags/lib/trimResultTransformer/trimResultTransformer.js diff --git a/ClientApp/node_modules/common-tags/lib/utils/index.js b/apps/angular/node_modules/common-tags/lib/utils/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/utils/index.js rename to apps/angular/node_modules/common-tags/lib/utils/index.js diff --git a/ClientApp/node_modules/common-tags/lib/utils/readFromFixture/index.js b/apps/angular/node_modules/common-tags/lib/utils/readFromFixture/index.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/utils/readFromFixture/index.js rename to apps/angular/node_modules/common-tags/lib/utils/readFromFixture/index.js diff --git a/ClientApp/node_modules/common-tags/lib/utils/readFromFixture/readFromFixture.js b/apps/angular/node_modules/common-tags/lib/utils/readFromFixture/readFromFixture.js similarity index 100% rename from ClientApp/node_modules/common-tags/lib/utils/readFromFixture/readFromFixture.js rename to apps/angular/node_modules/common-tags/lib/utils/readFromFixture/readFromFixture.js diff --git a/ClientApp/node_modules/common-tags/license.md b/apps/angular/node_modules/common-tags/license.md similarity index 100% rename from ClientApp/node_modules/common-tags/license.md rename to apps/angular/node_modules/common-tags/license.md diff --git a/ClientApp/node_modules/common-tags/package.json b/apps/angular/node_modules/common-tags/package.json similarity index 100% rename from ClientApp/node_modules/common-tags/package.json rename to apps/angular/node_modules/common-tags/package.json diff --git a/ClientApp/node_modules/common-tags/readme.md b/apps/angular/node_modules/common-tags/readme.md similarity index 100% rename from ClientApp/node_modules/common-tags/readme.md rename to apps/angular/node_modules/common-tags/readme.md diff --git a/ClientApp/node_modules/concat-map/.travis.yml b/apps/angular/node_modules/concat-map/.travis.yml similarity index 100% rename from ClientApp/node_modules/concat-map/.travis.yml rename to apps/angular/node_modules/concat-map/.travis.yml diff --git a/ClientApp/node_modules/concat-map/LICENSE b/apps/angular/node_modules/concat-map/LICENSE similarity index 100% rename from ClientApp/node_modules/concat-map/LICENSE rename to apps/angular/node_modules/concat-map/LICENSE diff --git a/ClientApp/node_modules/concat-map/README.markdown b/apps/angular/node_modules/concat-map/README.markdown similarity index 100% rename from ClientApp/node_modules/concat-map/README.markdown rename to apps/angular/node_modules/concat-map/README.markdown diff --git a/ClientApp/node_modules/concat-map/example/map.js b/apps/angular/node_modules/concat-map/example/map.js similarity index 100% rename from ClientApp/node_modules/concat-map/example/map.js rename to apps/angular/node_modules/concat-map/example/map.js diff --git a/ClientApp/node_modules/concat-map/index.js b/apps/angular/node_modules/concat-map/index.js similarity index 100% rename from ClientApp/node_modules/concat-map/index.js rename to apps/angular/node_modules/concat-map/index.js diff --git a/ClientApp/node_modules/concat-map/package.json b/apps/angular/node_modules/concat-map/package.json similarity index 100% rename from ClientApp/node_modules/concat-map/package.json rename to apps/angular/node_modules/concat-map/package.json diff --git a/ClientApp/node_modules/concat-map/test/map.js b/apps/angular/node_modules/concat-map/test/map.js similarity index 100% rename from ClientApp/node_modules/concat-map/test/map.js rename to apps/angular/node_modules/concat-map/test/map.js diff --git a/ClientApp/node_modules/confbox/LICENSE b/apps/angular/node_modules/confbox/LICENSE similarity index 100% rename from ClientApp/node_modules/confbox/LICENSE rename to apps/angular/node_modules/confbox/LICENSE diff --git a/ClientApp/node_modules/confbox/README.md b/apps/angular/node_modules/confbox/README.md similarity index 100% rename from ClientApp/node_modules/confbox/README.md rename to apps/angular/node_modules/confbox/README.md diff --git a/ClientApp/node_modules/confbox/dist/index.cjs b/apps/angular/node_modules/confbox/dist/index.cjs similarity index 100% rename from ClientApp/node_modules/confbox/dist/index.cjs rename to apps/angular/node_modules/confbox/dist/index.cjs diff --git a/ClientApp/node_modules/confbox/dist/index.d.cts b/apps/angular/node_modules/confbox/dist/index.d.cts similarity index 100% rename from ClientApp/node_modules/confbox/dist/index.d.cts rename to apps/angular/node_modules/confbox/dist/index.d.cts diff --git a/ClientApp/node_modules/confbox/dist/index.d.mts b/apps/angular/node_modules/confbox/dist/index.d.mts similarity index 100% rename from ClientApp/node_modules/confbox/dist/index.d.mts rename to apps/angular/node_modules/confbox/dist/index.d.mts diff --git a/ClientApp/node_modules/confbox/dist/index.d.ts b/apps/angular/node_modules/confbox/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/confbox/dist/index.d.ts rename to apps/angular/node_modules/confbox/dist/index.d.ts diff --git a/ClientApp/node_modules/confbox/dist/index.mjs b/apps/angular/node_modules/confbox/dist/index.mjs similarity index 100% rename from ClientApp/node_modules/confbox/dist/index.mjs rename to apps/angular/node_modules/confbox/dist/index.mjs diff --git a/ClientApp/node_modules/confbox/dist/json5.cjs b/apps/angular/node_modules/confbox/dist/json5.cjs similarity index 100% rename from ClientApp/node_modules/confbox/dist/json5.cjs rename to apps/angular/node_modules/confbox/dist/json5.cjs diff --git a/ClientApp/node_modules/confbox/dist/json5.d.cts b/apps/angular/node_modules/confbox/dist/json5.d.cts similarity index 100% rename from ClientApp/node_modules/confbox/dist/json5.d.cts rename to apps/angular/node_modules/confbox/dist/json5.d.cts diff --git a/ClientApp/node_modules/confbox/dist/json5.d.mts b/apps/angular/node_modules/confbox/dist/json5.d.mts similarity index 100% rename from ClientApp/node_modules/confbox/dist/json5.d.mts rename to apps/angular/node_modules/confbox/dist/json5.d.mts diff --git a/ClientApp/node_modules/confbox/dist/json5.d.ts b/apps/angular/node_modules/confbox/dist/json5.d.ts similarity index 100% rename from ClientApp/node_modules/confbox/dist/json5.d.ts rename to apps/angular/node_modules/confbox/dist/json5.d.ts diff --git a/ClientApp/node_modules/confbox/dist/json5.mjs b/apps/angular/node_modules/confbox/dist/json5.mjs similarity index 100% rename from ClientApp/node_modules/confbox/dist/json5.mjs rename to apps/angular/node_modules/confbox/dist/json5.mjs diff --git a/ClientApp/node_modules/confbox/dist/jsonc.cjs b/apps/angular/node_modules/confbox/dist/jsonc.cjs similarity index 100% rename from ClientApp/node_modules/confbox/dist/jsonc.cjs rename to apps/angular/node_modules/confbox/dist/jsonc.cjs diff --git a/ClientApp/node_modules/confbox/dist/jsonc.d.cts b/apps/angular/node_modules/confbox/dist/jsonc.d.cts similarity index 100% rename from ClientApp/node_modules/confbox/dist/jsonc.d.cts rename to apps/angular/node_modules/confbox/dist/jsonc.d.cts diff --git a/ClientApp/node_modules/confbox/dist/jsonc.d.mts b/apps/angular/node_modules/confbox/dist/jsonc.d.mts similarity index 100% rename from ClientApp/node_modules/confbox/dist/jsonc.d.mts rename to apps/angular/node_modules/confbox/dist/jsonc.d.mts diff --git a/ClientApp/node_modules/confbox/dist/jsonc.d.ts b/apps/angular/node_modules/confbox/dist/jsonc.d.ts similarity index 100% rename from ClientApp/node_modules/confbox/dist/jsonc.d.ts rename to apps/angular/node_modules/confbox/dist/jsonc.d.ts diff --git a/ClientApp/node_modules/confbox/dist/jsonc.mjs b/apps/angular/node_modules/confbox/dist/jsonc.mjs similarity index 100% rename from ClientApp/node_modules/confbox/dist/jsonc.mjs rename to apps/angular/node_modules/confbox/dist/jsonc.mjs diff --git a/ClientApp/node_modules/confbox/dist/shared/confbox.3768c7e9.cjs b/apps/angular/node_modules/confbox/dist/shared/confbox.3768c7e9.cjs similarity index 100% rename from ClientApp/node_modules/confbox/dist/shared/confbox.3768c7e9.cjs rename to apps/angular/node_modules/confbox/dist/shared/confbox.3768c7e9.cjs diff --git a/ClientApp/node_modules/confbox/dist/shared/confbox.6b479c78.cjs b/apps/angular/node_modules/confbox/dist/shared/confbox.6b479c78.cjs similarity index 100% rename from ClientApp/node_modules/confbox/dist/shared/confbox.6b479c78.cjs rename to apps/angular/node_modules/confbox/dist/shared/confbox.6b479c78.cjs diff --git a/ClientApp/node_modules/confbox/dist/shared/confbox.9388d834.mjs b/apps/angular/node_modules/confbox/dist/shared/confbox.9388d834.mjs similarity index 100% rename from ClientApp/node_modules/confbox/dist/shared/confbox.9388d834.mjs rename to apps/angular/node_modules/confbox/dist/shared/confbox.9388d834.mjs diff --git a/ClientApp/node_modules/confbox/dist/shared/confbox.9745c98f.d.cts b/apps/angular/node_modules/confbox/dist/shared/confbox.9745c98f.d.cts similarity index 100% rename from ClientApp/node_modules/confbox/dist/shared/confbox.9745c98f.d.cts rename to apps/angular/node_modules/confbox/dist/shared/confbox.9745c98f.d.cts diff --git a/ClientApp/node_modules/confbox/dist/shared/confbox.9745c98f.d.mts b/apps/angular/node_modules/confbox/dist/shared/confbox.9745c98f.d.mts similarity index 100% rename from ClientApp/node_modules/confbox/dist/shared/confbox.9745c98f.d.mts rename to apps/angular/node_modules/confbox/dist/shared/confbox.9745c98f.d.mts diff --git a/ClientApp/node_modules/confbox/dist/shared/confbox.9745c98f.d.ts b/apps/angular/node_modules/confbox/dist/shared/confbox.9745c98f.d.ts similarity index 100% rename from ClientApp/node_modules/confbox/dist/shared/confbox.9745c98f.d.ts rename to apps/angular/node_modules/confbox/dist/shared/confbox.9745c98f.d.ts diff --git a/ClientApp/node_modules/confbox/dist/shared/confbox.f9f03f05.mjs b/apps/angular/node_modules/confbox/dist/shared/confbox.f9f03f05.mjs similarity index 100% rename from ClientApp/node_modules/confbox/dist/shared/confbox.f9f03f05.mjs rename to apps/angular/node_modules/confbox/dist/shared/confbox.f9f03f05.mjs diff --git a/ClientApp/node_modules/confbox/dist/toml.cjs b/apps/angular/node_modules/confbox/dist/toml.cjs similarity index 100% rename from ClientApp/node_modules/confbox/dist/toml.cjs rename to apps/angular/node_modules/confbox/dist/toml.cjs diff --git a/ClientApp/node_modules/confbox/dist/toml.d.cts b/apps/angular/node_modules/confbox/dist/toml.d.cts similarity index 100% rename from ClientApp/node_modules/confbox/dist/toml.d.cts rename to apps/angular/node_modules/confbox/dist/toml.d.cts diff --git a/ClientApp/node_modules/confbox/dist/toml.d.mts b/apps/angular/node_modules/confbox/dist/toml.d.mts similarity index 100% rename from ClientApp/node_modules/confbox/dist/toml.d.mts rename to apps/angular/node_modules/confbox/dist/toml.d.mts diff --git a/ClientApp/node_modules/confbox/dist/toml.d.ts b/apps/angular/node_modules/confbox/dist/toml.d.ts similarity index 100% rename from ClientApp/node_modules/confbox/dist/toml.d.ts rename to apps/angular/node_modules/confbox/dist/toml.d.ts diff --git a/ClientApp/node_modules/confbox/dist/toml.mjs b/apps/angular/node_modules/confbox/dist/toml.mjs similarity index 100% rename from ClientApp/node_modules/confbox/dist/toml.mjs rename to apps/angular/node_modules/confbox/dist/toml.mjs diff --git a/ClientApp/node_modules/confbox/dist/yaml.cjs b/apps/angular/node_modules/confbox/dist/yaml.cjs similarity index 100% rename from ClientApp/node_modules/confbox/dist/yaml.cjs rename to apps/angular/node_modules/confbox/dist/yaml.cjs diff --git a/ClientApp/node_modules/confbox/dist/yaml.d.cts b/apps/angular/node_modules/confbox/dist/yaml.d.cts similarity index 100% rename from ClientApp/node_modules/confbox/dist/yaml.d.cts rename to apps/angular/node_modules/confbox/dist/yaml.d.cts diff --git a/ClientApp/node_modules/confbox/dist/yaml.d.mts b/apps/angular/node_modules/confbox/dist/yaml.d.mts similarity index 100% rename from ClientApp/node_modules/confbox/dist/yaml.d.mts rename to apps/angular/node_modules/confbox/dist/yaml.d.mts diff --git a/ClientApp/node_modules/confbox/dist/yaml.d.ts b/apps/angular/node_modules/confbox/dist/yaml.d.ts similarity index 100% rename from ClientApp/node_modules/confbox/dist/yaml.d.ts rename to apps/angular/node_modules/confbox/dist/yaml.d.ts diff --git a/ClientApp/node_modules/confbox/dist/yaml.mjs b/apps/angular/node_modules/confbox/dist/yaml.mjs similarity index 100% rename from ClientApp/node_modules/confbox/dist/yaml.mjs rename to apps/angular/node_modules/confbox/dist/yaml.mjs diff --git a/ClientApp/node_modules/confbox/json5.d.ts b/apps/angular/node_modules/confbox/json5.d.ts similarity index 100% rename from ClientApp/node_modules/confbox/json5.d.ts rename to apps/angular/node_modules/confbox/json5.d.ts diff --git a/ClientApp/node_modules/confbox/jsonc.d.ts b/apps/angular/node_modules/confbox/jsonc.d.ts similarity index 100% rename from ClientApp/node_modules/confbox/jsonc.d.ts rename to apps/angular/node_modules/confbox/jsonc.d.ts diff --git a/ClientApp/node_modules/confbox/package.json b/apps/angular/node_modules/confbox/package.json similarity index 100% rename from ClientApp/node_modules/confbox/package.json rename to apps/angular/node_modules/confbox/package.json diff --git a/ClientApp/node_modules/confbox/toml.d.ts b/apps/angular/node_modules/confbox/toml.d.ts similarity index 100% rename from ClientApp/node_modules/confbox/toml.d.ts rename to apps/angular/node_modules/confbox/toml.d.ts diff --git a/ClientApp/node_modules/confbox/yaml.d.ts b/apps/angular/node_modules/confbox/yaml.d.ts similarity index 100% rename from ClientApp/node_modules/confbox/yaml.d.ts rename to apps/angular/node_modules/confbox/yaml.d.ts diff --git a/ClientApp/node_modules/core-js/LICENSE b/apps/angular/node_modules/core-js/LICENSE similarity index 100% rename from ClientApp/node_modules/core-js/LICENSE rename to apps/angular/node_modules/core-js/LICENSE diff --git a/ClientApp/node_modules/core-js/README.md b/apps/angular/node_modules/core-js/README.md similarity index 100% rename from ClientApp/node_modules/core-js/README.md rename to apps/angular/node_modules/core-js/README.md diff --git a/ClientApp/node_modules/core-js/actual/README.md b/apps/angular/node_modules/core-js/actual/README.md similarity index 100% rename from ClientApp/node_modules/core-js/actual/README.md rename to apps/angular/node_modules/core-js/actual/README.md diff --git a/ClientApp/node_modules/core-js/actual/aggregate-error.js b/apps/angular/node_modules/core-js/actual/aggregate-error.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/aggregate-error.js rename to apps/angular/node_modules/core-js/actual/aggregate-error.js diff --git a/ClientApp/node_modules/core-js/actual/array-buffer/constructor.js b/apps/angular/node_modules/core-js/actual/array-buffer/constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array-buffer/constructor.js rename to apps/angular/node_modules/core-js/actual/array-buffer/constructor.js diff --git a/ClientApp/node_modules/core-js/actual/array-buffer/detached.js b/apps/angular/node_modules/core-js/actual/array-buffer/detached.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array-buffer/detached.js rename to apps/angular/node_modules/core-js/actual/array-buffer/detached.js diff --git a/ClientApp/node_modules/core-js/actual/array-buffer/index.js b/apps/angular/node_modules/core-js/actual/array-buffer/index.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array-buffer/index.js rename to apps/angular/node_modules/core-js/actual/array-buffer/index.js diff --git a/ClientApp/node_modules/core-js/actual/array-buffer/is-view.js b/apps/angular/node_modules/core-js/actual/array-buffer/is-view.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array-buffer/is-view.js rename to apps/angular/node_modules/core-js/actual/array-buffer/is-view.js diff --git a/ClientApp/node_modules/core-js/actual/array-buffer/slice.js b/apps/angular/node_modules/core-js/actual/array-buffer/slice.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array-buffer/slice.js rename to apps/angular/node_modules/core-js/actual/array-buffer/slice.js diff --git a/ClientApp/node_modules/core-js/actual/array-buffer/transfer-to-fixed-length.js b/apps/angular/node_modules/core-js/actual/array-buffer/transfer-to-fixed-length.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array-buffer/transfer-to-fixed-length.js rename to apps/angular/node_modules/core-js/actual/array-buffer/transfer-to-fixed-length.js diff --git a/ClientApp/node_modules/core-js/actual/array-buffer/transfer.js b/apps/angular/node_modules/core-js/actual/array-buffer/transfer.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array-buffer/transfer.js rename to apps/angular/node_modules/core-js/actual/array-buffer/transfer.js diff --git a/ClientApp/node_modules/core-js/actual/array/at.js b/apps/angular/node_modules/core-js/actual/array/at.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/at.js rename to apps/angular/node_modules/core-js/actual/array/at.js diff --git a/ClientApp/node_modules/core-js/actual/array/concat.js b/apps/angular/node_modules/core-js/actual/array/concat.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/concat.js rename to apps/angular/node_modules/core-js/actual/array/concat.js diff --git a/ClientApp/node_modules/core-js/actual/array/copy-within.js b/apps/angular/node_modules/core-js/actual/array/copy-within.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/copy-within.js rename to apps/angular/node_modules/core-js/actual/array/copy-within.js diff --git a/ClientApp/node_modules/core-js/actual/array/entries.js b/apps/angular/node_modules/core-js/actual/array/entries.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/entries.js rename to apps/angular/node_modules/core-js/actual/array/entries.js diff --git a/ClientApp/node_modules/core-js/actual/array/every.js b/apps/angular/node_modules/core-js/actual/array/every.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/every.js rename to apps/angular/node_modules/core-js/actual/array/every.js diff --git a/ClientApp/node_modules/core-js/actual/array/fill.js b/apps/angular/node_modules/core-js/actual/array/fill.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/fill.js rename to apps/angular/node_modules/core-js/actual/array/fill.js diff --git a/ClientApp/node_modules/core-js/actual/array/filter.js b/apps/angular/node_modules/core-js/actual/array/filter.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/filter.js rename to apps/angular/node_modules/core-js/actual/array/filter.js diff --git a/ClientApp/node_modules/core-js/actual/array/find-index.js b/apps/angular/node_modules/core-js/actual/array/find-index.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/find-index.js rename to apps/angular/node_modules/core-js/actual/array/find-index.js diff --git a/ClientApp/node_modules/core-js/actual/array/find-last-index.js b/apps/angular/node_modules/core-js/actual/array/find-last-index.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/find-last-index.js rename to apps/angular/node_modules/core-js/actual/array/find-last-index.js diff --git a/ClientApp/node_modules/core-js/actual/array/find-last.js b/apps/angular/node_modules/core-js/actual/array/find-last.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/find-last.js rename to apps/angular/node_modules/core-js/actual/array/find-last.js diff --git a/ClientApp/node_modules/core-js/actual/array/find.js b/apps/angular/node_modules/core-js/actual/array/find.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/find.js rename to apps/angular/node_modules/core-js/actual/array/find.js diff --git a/ClientApp/node_modules/core-js/actual/array/flat-map.js b/apps/angular/node_modules/core-js/actual/array/flat-map.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/flat-map.js rename to apps/angular/node_modules/core-js/actual/array/flat-map.js diff --git a/ClientApp/node_modules/core-js/actual/array/flat.js b/apps/angular/node_modules/core-js/actual/array/flat.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/flat.js rename to apps/angular/node_modules/core-js/actual/array/flat.js diff --git a/ClientApp/node_modules/core-js/actual/array/for-each.js b/apps/angular/node_modules/core-js/actual/array/for-each.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/for-each.js rename to apps/angular/node_modules/core-js/actual/array/for-each.js diff --git a/ClientApp/node_modules/core-js/actual/array/from-async.js b/apps/angular/node_modules/core-js/actual/array/from-async.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/from-async.js rename to apps/angular/node_modules/core-js/actual/array/from-async.js diff --git a/ClientApp/node_modules/core-js/actual/array/from.js b/apps/angular/node_modules/core-js/actual/array/from.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/from.js rename to apps/angular/node_modules/core-js/actual/array/from.js diff --git a/ClientApp/node_modules/core-js/actual/array/group-by-to-map.js b/apps/angular/node_modules/core-js/actual/array/group-by-to-map.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/group-by-to-map.js rename to apps/angular/node_modules/core-js/actual/array/group-by-to-map.js diff --git a/ClientApp/node_modules/core-js/actual/array/group-by.js b/apps/angular/node_modules/core-js/actual/array/group-by.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/group-by.js rename to apps/angular/node_modules/core-js/actual/array/group-by.js diff --git a/ClientApp/node_modules/core-js/actual/array/group-to-map.js b/apps/angular/node_modules/core-js/actual/array/group-to-map.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/group-to-map.js rename to apps/angular/node_modules/core-js/actual/array/group-to-map.js diff --git a/ClientApp/node_modules/core-js/actual/array/group.js b/apps/angular/node_modules/core-js/actual/array/group.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/group.js rename to apps/angular/node_modules/core-js/actual/array/group.js diff --git a/ClientApp/node_modules/core-js/actual/array/includes.js b/apps/angular/node_modules/core-js/actual/array/includes.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/includes.js rename to apps/angular/node_modules/core-js/actual/array/includes.js diff --git a/ClientApp/node_modules/core-js/actual/array/index-of.js b/apps/angular/node_modules/core-js/actual/array/index-of.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/index-of.js rename to apps/angular/node_modules/core-js/actual/array/index-of.js diff --git a/ClientApp/node_modules/core-js/actual/array/index.js b/apps/angular/node_modules/core-js/actual/array/index.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/index.js rename to apps/angular/node_modules/core-js/actual/array/index.js diff --git a/ClientApp/node_modules/core-js/actual/array/is-array.js b/apps/angular/node_modules/core-js/actual/array/is-array.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/is-array.js rename to apps/angular/node_modules/core-js/actual/array/is-array.js diff --git a/ClientApp/node_modules/core-js/actual/array/iterator.js b/apps/angular/node_modules/core-js/actual/array/iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/iterator.js rename to apps/angular/node_modules/core-js/actual/array/iterator.js diff --git a/ClientApp/node_modules/core-js/actual/array/join.js b/apps/angular/node_modules/core-js/actual/array/join.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/join.js rename to apps/angular/node_modules/core-js/actual/array/join.js diff --git a/ClientApp/node_modules/core-js/actual/array/keys.js b/apps/angular/node_modules/core-js/actual/array/keys.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/keys.js rename to apps/angular/node_modules/core-js/actual/array/keys.js diff --git a/ClientApp/node_modules/core-js/actual/array/last-index-of.js b/apps/angular/node_modules/core-js/actual/array/last-index-of.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/last-index-of.js rename to apps/angular/node_modules/core-js/actual/array/last-index-of.js diff --git a/ClientApp/node_modules/core-js/actual/array/map.js b/apps/angular/node_modules/core-js/actual/array/map.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/map.js rename to apps/angular/node_modules/core-js/actual/array/map.js diff --git a/ClientApp/node_modules/core-js/actual/array/of.js b/apps/angular/node_modules/core-js/actual/array/of.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/of.js rename to apps/angular/node_modules/core-js/actual/array/of.js diff --git a/ClientApp/node_modules/core-js/actual/array/push.js b/apps/angular/node_modules/core-js/actual/array/push.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/push.js rename to apps/angular/node_modules/core-js/actual/array/push.js diff --git a/ClientApp/node_modules/core-js/actual/array/reduce-right.js b/apps/angular/node_modules/core-js/actual/array/reduce-right.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/reduce-right.js rename to apps/angular/node_modules/core-js/actual/array/reduce-right.js diff --git a/ClientApp/node_modules/core-js/actual/array/reduce.js b/apps/angular/node_modules/core-js/actual/array/reduce.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/reduce.js rename to apps/angular/node_modules/core-js/actual/array/reduce.js diff --git a/ClientApp/node_modules/core-js/actual/array/reverse.js b/apps/angular/node_modules/core-js/actual/array/reverse.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/reverse.js rename to apps/angular/node_modules/core-js/actual/array/reverse.js diff --git a/ClientApp/node_modules/core-js/actual/array/slice.js b/apps/angular/node_modules/core-js/actual/array/slice.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/slice.js rename to apps/angular/node_modules/core-js/actual/array/slice.js diff --git a/ClientApp/node_modules/core-js/actual/array/some.js b/apps/angular/node_modules/core-js/actual/array/some.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/some.js rename to apps/angular/node_modules/core-js/actual/array/some.js diff --git a/ClientApp/node_modules/core-js/actual/array/sort.js b/apps/angular/node_modules/core-js/actual/array/sort.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/sort.js rename to apps/angular/node_modules/core-js/actual/array/sort.js diff --git a/ClientApp/node_modules/core-js/actual/array/splice.js b/apps/angular/node_modules/core-js/actual/array/splice.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/splice.js rename to apps/angular/node_modules/core-js/actual/array/splice.js diff --git a/ClientApp/node_modules/core-js/actual/array/to-reversed.js b/apps/angular/node_modules/core-js/actual/array/to-reversed.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/to-reversed.js rename to apps/angular/node_modules/core-js/actual/array/to-reversed.js diff --git a/ClientApp/node_modules/core-js/actual/array/to-sorted.js b/apps/angular/node_modules/core-js/actual/array/to-sorted.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/to-sorted.js rename to apps/angular/node_modules/core-js/actual/array/to-sorted.js diff --git a/ClientApp/node_modules/core-js/actual/array/to-spliced.js b/apps/angular/node_modules/core-js/actual/array/to-spliced.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/to-spliced.js rename to apps/angular/node_modules/core-js/actual/array/to-spliced.js diff --git a/ClientApp/node_modules/core-js/actual/array/unshift.js b/apps/angular/node_modules/core-js/actual/array/unshift.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/unshift.js rename to apps/angular/node_modules/core-js/actual/array/unshift.js diff --git a/ClientApp/node_modules/core-js/actual/array/values.js b/apps/angular/node_modules/core-js/actual/array/values.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/values.js rename to apps/angular/node_modules/core-js/actual/array/values.js diff --git a/ClientApp/node_modules/core-js/actual/array/virtual/at.js b/apps/angular/node_modules/core-js/actual/array/virtual/at.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/virtual/at.js rename to apps/angular/node_modules/core-js/actual/array/virtual/at.js diff --git a/ClientApp/node_modules/core-js/actual/array/virtual/concat.js b/apps/angular/node_modules/core-js/actual/array/virtual/concat.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/virtual/concat.js rename to apps/angular/node_modules/core-js/actual/array/virtual/concat.js diff --git a/ClientApp/node_modules/core-js/actual/array/virtual/copy-within.js b/apps/angular/node_modules/core-js/actual/array/virtual/copy-within.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/virtual/copy-within.js rename to apps/angular/node_modules/core-js/actual/array/virtual/copy-within.js diff --git a/ClientApp/node_modules/core-js/actual/array/virtual/entries.js b/apps/angular/node_modules/core-js/actual/array/virtual/entries.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/virtual/entries.js rename to apps/angular/node_modules/core-js/actual/array/virtual/entries.js diff --git a/ClientApp/node_modules/core-js/actual/array/virtual/every.js b/apps/angular/node_modules/core-js/actual/array/virtual/every.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/virtual/every.js rename to apps/angular/node_modules/core-js/actual/array/virtual/every.js diff --git a/ClientApp/node_modules/core-js/actual/array/virtual/fill.js b/apps/angular/node_modules/core-js/actual/array/virtual/fill.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/virtual/fill.js rename to apps/angular/node_modules/core-js/actual/array/virtual/fill.js diff --git a/ClientApp/node_modules/core-js/actual/array/virtual/filter.js b/apps/angular/node_modules/core-js/actual/array/virtual/filter.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/virtual/filter.js rename to apps/angular/node_modules/core-js/actual/array/virtual/filter.js diff --git a/ClientApp/node_modules/core-js/actual/array/virtual/find-index.js b/apps/angular/node_modules/core-js/actual/array/virtual/find-index.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/virtual/find-index.js rename to apps/angular/node_modules/core-js/actual/array/virtual/find-index.js diff --git a/ClientApp/node_modules/core-js/actual/array/virtual/find-last-index.js b/apps/angular/node_modules/core-js/actual/array/virtual/find-last-index.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/virtual/find-last-index.js rename to apps/angular/node_modules/core-js/actual/array/virtual/find-last-index.js diff --git a/ClientApp/node_modules/core-js/actual/array/virtual/find-last.js b/apps/angular/node_modules/core-js/actual/array/virtual/find-last.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/virtual/find-last.js rename to apps/angular/node_modules/core-js/actual/array/virtual/find-last.js diff --git a/ClientApp/node_modules/core-js/actual/array/virtual/find.js b/apps/angular/node_modules/core-js/actual/array/virtual/find.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/virtual/find.js rename to apps/angular/node_modules/core-js/actual/array/virtual/find.js diff --git a/ClientApp/node_modules/core-js/actual/array/virtual/flat-map.js b/apps/angular/node_modules/core-js/actual/array/virtual/flat-map.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/virtual/flat-map.js rename to apps/angular/node_modules/core-js/actual/array/virtual/flat-map.js diff --git a/ClientApp/node_modules/core-js/actual/array/virtual/flat.js b/apps/angular/node_modules/core-js/actual/array/virtual/flat.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/virtual/flat.js rename to apps/angular/node_modules/core-js/actual/array/virtual/flat.js diff --git a/ClientApp/node_modules/core-js/actual/array/virtual/for-each.js b/apps/angular/node_modules/core-js/actual/array/virtual/for-each.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/virtual/for-each.js rename to apps/angular/node_modules/core-js/actual/array/virtual/for-each.js diff --git a/ClientApp/node_modules/core-js/actual/array/virtual/group-by-to-map.js b/apps/angular/node_modules/core-js/actual/array/virtual/group-by-to-map.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/virtual/group-by-to-map.js rename to apps/angular/node_modules/core-js/actual/array/virtual/group-by-to-map.js diff --git a/ClientApp/node_modules/core-js/actual/array/virtual/group-by.js b/apps/angular/node_modules/core-js/actual/array/virtual/group-by.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/virtual/group-by.js rename to apps/angular/node_modules/core-js/actual/array/virtual/group-by.js diff --git a/ClientApp/node_modules/core-js/actual/array/virtual/group-to-map.js b/apps/angular/node_modules/core-js/actual/array/virtual/group-to-map.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/virtual/group-to-map.js rename to apps/angular/node_modules/core-js/actual/array/virtual/group-to-map.js diff --git a/ClientApp/node_modules/core-js/actual/array/virtual/group.js b/apps/angular/node_modules/core-js/actual/array/virtual/group.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/virtual/group.js rename to apps/angular/node_modules/core-js/actual/array/virtual/group.js diff --git a/ClientApp/node_modules/core-js/actual/array/virtual/includes.js b/apps/angular/node_modules/core-js/actual/array/virtual/includes.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/virtual/includes.js rename to apps/angular/node_modules/core-js/actual/array/virtual/includes.js diff --git a/ClientApp/node_modules/core-js/actual/array/virtual/index-of.js b/apps/angular/node_modules/core-js/actual/array/virtual/index-of.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/virtual/index-of.js rename to apps/angular/node_modules/core-js/actual/array/virtual/index-of.js diff --git a/ClientApp/node_modules/core-js/actual/array/virtual/index.js b/apps/angular/node_modules/core-js/actual/array/virtual/index.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/virtual/index.js rename to apps/angular/node_modules/core-js/actual/array/virtual/index.js diff --git a/ClientApp/node_modules/core-js/actual/array/virtual/iterator.js b/apps/angular/node_modules/core-js/actual/array/virtual/iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/virtual/iterator.js rename to apps/angular/node_modules/core-js/actual/array/virtual/iterator.js diff --git a/ClientApp/node_modules/core-js/actual/array/virtual/join.js b/apps/angular/node_modules/core-js/actual/array/virtual/join.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/virtual/join.js rename to apps/angular/node_modules/core-js/actual/array/virtual/join.js diff --git a/ClientApp/node_modules/core-js/actual/array/virtual/keys.js b/apps/angular/node_modules/core-js/actual/array/virtual/keys.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/virtual/keys.js rename to apps/angular/node_modules/core-js/actual/array/virtual/keys.js diff --git a/ClientApp/node_modules/core-js/actual/array/virtual/last-index-of.js b/apps/angular/node_modules/core-js/actual/array/virtual/last-index-of.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/virtual/last-index-of.js rename to apps/angular/node_modules/core-js/actual/array/virtual/last-index-of.js diff --git a/ClientApp/node_modules/core-js/actual/array/virtual/map.js b/apps/angular/node_modules/core-js/actual/array/virtual/map.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/virtual/map.js rename to apps/angular/node_modules/core-js/actual/array/virtual/map.js diff --git a/ClientApp/node_modules/core-js/actual/array/virtual/push.js b/apps/angular/node_modules/core-js/actual/array/virtual/push.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/virtual/push.js rename to apps/angular/node_modules/core-js/actual/array/virtual/push.js diff --git a/ClientApp/node_modules/core-js/actual/array/virtual/reduce-right.js b/apps/angular/node_modules/core-js/actual/array/virtual/reduce-right.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/virtual/reduce-right.js rename to apps/angular/node_modules/core-js/actual/array/virtual/reduce-right.js diff --git a/ClientApp/node_modules/core-js/actual/array/virtual/reduce.js b/apps/angular/node_modules/core-js/actual/array/virtual/reduce.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/virtual/reduce.js rename to apps/angular/node_modules/core-js/actual/array/virtual/reduce.js diff --git a/ClientApp/node_modules/core-js/actual/array/virtual/reverse.js b/apps/angular/node_modules/core-js/actual/array/virtual/reverse.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/virtual/reverse.js rename to apps/angular/node_modules/core-js/actual/array/virtual/reverse.js diff --git a/ClientApp/node_modules/core-js/actual/array/virtual/slice.js b/apps/angular/node_modules/core-js/actual/array/virtual/slice.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/virtual/slice.js rename to apps/angular/node_modules/core-js/actual/array/virtual/slice.js diff --git a/ClientApp/node_modules/core-js/actual/array/virtual/some.js b/apps/angular/node_modules/core-js/actual/array/virtual/some.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/virtual/some.js rename to apps/angular/node_modules/core-js/actual/array/virtual/some.js diff --git a/ClientApp/node_modules/core-js/actual/array/virtual/sort.js b/apps/angular/node_modules/core-js/actual/array/virtual/sort.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/virtual/sort.js rename to apps/angular/node_modules/core-js/actual/array/virtual/sort.js diff --git a/ClientApp/node_modules/core-js/actual/array/virtual/splice.js b/apps/angular/node_modules/core-js/actual/array/virtual/splice.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/virtual/splice.js rename to apps/angular/node_modules/core-js/actual/array/virtual/splice.js diff --git a/ClientApp/node_modules/core-js/actual/array/virtual/to-reversed.js b/apps/angular/node_modules/core-js/actual/array/virtual/to-reversed.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/virtual/to-reversed.js rename to apps/angular/node_modules/core-js/actual/array/virtual/to-reversed.js diff --git a/ClientApp/node_modules/core-js/actual/array/virtual/to-sorted.js b/apps/angular/node_modules/core-js/actual/array/virtual/to-sorted.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/virtual/to-sorted.js rename to apps/angular/node_modules/core-js/actual/array/virtual/to-sorted.js diff --git a/ClientApp/node_modules/core-js/actual/array/virtual/to-spliced.js b/apps/angular/node_modules/core-js/actual/array/virtual/to-spliced.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/virtual/to-spliced.js rename to apps/angular/node_modules/core-js/actual/array/virtual/to-spliced.js diff --git a/ClientApp/node_modules/core-js/actual/array/virtual/unshift.js b/apps/angular/node_modules/core-js/actual/array/virtual/unshift.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/virtual/unshift.js rename to apps/angular/node_modules/core-js/actual/array/virtual/unshift.js diff --git a/ClientApp/node_modules/core-js/actual/array/virtual/values.js b/apps/angular/node_modules/core-js/actual/array/virtual/values.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/virtual/values.js rename to apps/angular/node_modules/core-js/actual/array/virtual/values.js diff --git a/ClientApp/node_modules/core-js/actual/array/virtual/with.js b/apps/angular/node_modules/core-js/actual/array/virtual/with.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/virtual/with.js rename to apps/angular/node_modules/core-js/actual/array/virtual/with.js diff --git a/ClientApp/node_modules/core-js/actual/array/with.js b/apps/angular/node_modules/core-js/actual/array/with.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/array/with.js rename to apps/angular/node_modules/core-js/actual/array/with.js diff --git a/ClientApp/node_modules/core-js/actual/async-disposable-stack/constructor.js b/apps/angular/node_modules/core-js/actual/async-disposable-stack/constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/async-disposable-stack/constructor.js rename to apps/angular/node_modules/core-js/actual/async-disposable-stack/constructor.js diff --git a/ClientApp/node_modules/core-js/actual/async-disposable-stack/index.js b/apps/angular/node_modules/core-js/actual/async-disposable-stack/index.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/async-disposable-stack/index.js rename to apps/angular/node_modules/core-js/actual/async-disposable-stack/index.js diff --git a/ClientApp/node_modules/core-js/actual/async-iterator/async-dispose.js b/apps/angular/node_modules/core-js/actual/async-iterator/async-dispose.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/async-iterator/async-dispose.js rename to apps/angular/node_modules/core-js/actual/async-iterator/async-dispose.js diff --git a/ClientApp/node_modules/core-js/actual/async-iterator/drop.js b/apps/angular/node_modules/core-js/actual/async-iterator/drop.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/async-iterator/drop.js rename to apps/angular/node_modules/core-js/actual/async-iterator/drop.js diff --git a/ClientApp/node_modules/core-js/actual/async-iterator/every.js b/apps/angular/node_modules/core-js/actual/async-iterator/every.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/async-iterator/every.js rename to apps/angular/node_modules/core-js/actual/async-iterator/every.js diff --git a/ClientApp/node_modules/core-js/actual/async-iterator/filter.js b/apps/angular/node_modules/core-js/actual/async-iterator/filter.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/async-iterator/filter.js rename to apps/angular/node_modules/core-js/actual/async-iterator/filter.js diff --git a/ClientApp/node_modules/core-js/actual/async-iterator/find.js b/apps/angular/node_modules/core-js/actual/async-iterator/find.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/async-iterator/find.js rename to apps/angular/node_modules/core-js/actual/async-iterator/find.js diff --git a/ClientApp/node_modules/core-js/actual/async-iterator/flat-map.js b/apps/angular/node_modules/core-js/actual/async-iterator/flat-map.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/async-iterator/flat-map.js rename to apps/angular/node_modules/core-js/actual/async-iterator/flat-map.js diff --git a/ClientApp/node_modules/core-js/actual/async-iterator/for-each.js b/apps/angular/node_modules/core-js/actual/async-iterator/for-each.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/async-iterator/for-each.js rename to apps/angular/node_modules/core-js/actual/async-iterator/for-each.js diff --git a/ClientApp/node_modules/core-js/actual/async-iterator/from.js b/apps/angular/node_modules/core-js/actual/async-iterator/from.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/async-iterator/from.js rename to apps/angular/node_modules/core-js/actual/async-iterator/from.js diff --git a/ClientApp/node_modules/core-js/actual/async-iterator/index.js b/apps/angular/node_modules/core-js/actual/async-iterator/index.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/async-iterator/index.js rename to apps/angular/node_modules/core-js/actual/async-iterator/index.js diff --git a/ClientApp/node_modules/core-js/actual/async-iterator/map.js b/apps/angular/node_modules/core-js/actual/async-iterator/map.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/async-iterator/map.js rename to apps/angular/node_modules/core-js/actual/async-iterator/map.js diff --git a/ClientApp/node_modules/core-js/actual/async-iterator/reduce.js b/apps/angular/node_modules/core-js/actual/async-iterator/reduce.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/async-iterator/reduce.js rename to apps/angular/node_modules/core-js/actual/async-iterator/reduce.js diff --git a/ClientApp/node_modules/core-js/actual/async-iterator/some.js b/apps/angular/node_modules/core-js/actual/async-iterator/some.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/async-iterator/some.js rename to apps/angular/node_modules/core-js/actual/async-iterator/some.js diff --git a/ClientApp/node_modules/core-js/actual/async-iterator/take.js b/apps/angular/node_modules/core-js/actual/async-iterator/take.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/async-iterator/take.js rename to apps/angular/node_modules/core-js/actual/async-iterator/take.js diff --git a/ClientApp/node_modules/core-js/actual/async-iterator/to-array.js b/apps/angular/node_modules/core-js/actual/async-iterator/to-array.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/async-iterator/to-array.js rename to apps/angular/node_modules/core-js/actual/async-iterator/to-array.js diff --git a/ClientApp/node_modules/core-js/actual/atob.js b/apps/angular/node_modules/core-js/actual/atob.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/atob.js rename to apps/angular/node_modules/core-js/actual/atob.js diff --git a/ClientApp/node_modules/core-js/actual/btoa.js b/apps/angular/node_modules/core-js/actual/btoa.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/btoa.js rename to apps/angular/node_modules/core-js/actual/btoa.js diff --git a/ClientApp/node_modules/core-js/actual/clear-immediate.js b/apps/angular/node_modules/core-js/actual/clear-immediate.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/clear-immediate.js rename to apps/angular/node_modules/core-js/actual/clear-immediate.js diff --git a/ClientApp/node_modules/core-js/actual/data-view/get-float16.js b/apps/angular/node_modules/core-js/actual/data-view/get-float16.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/data-view/get-float16.js rename to apps/angular/node_modules/core-js/actual/data-view/get-float16.js diff --git a/ClientApp/node_modules/core-js/actual/data-view/index.js b/apps/angular/node_modules/core-js/actual/data-view/index.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/data-view/index.js rename to apps/angular/node_modules/core-js/actual/data-view/index.js diff --git a/ClientApp/node_modules/core-js/actual/data-view/set-float16.js b/apps/angular/node_modules/core-js/actual/data-view/set-float16.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/data-view/set-float16.js rename to apps/angular/node_modules/core-js/actual/data-view/set-float16.js diff --git a/ClientApp/node_modules/core-js/actual/date/get-year.js b/apps/angular/node_modules/core-js/actual/date/get-year.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/date/get-year.js rename to apps/angular/node_modules/core-js/actual/date/get-year.js diff --git a/ClientApp/node_modules/core-js/actual/date/index.js b/apps/angular/node_modules/core-js/actual/date/index.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/date/index.js rename to apps/angular/node_modules/core-js/actual/date/index.js diff --git a/ClientApp/node_modules/core-js/actual/date/now.js b/apps/angular/node_modules/core-js/actual/date/now.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/date/now.js rename to apps/angular/node_modules/core-js/actual/date/now.js diff --git a/ClientApp/node_modules/core-js/actual/date/set-year.js b/apps/angular/node_modules/core-js/actual/date/set-year.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/date/set-year.js rename to apps/angular/node_modules/core-js/actual/date/set-year.js diff --git a/ClientApp/node_modules/core-js/actual/date/to-gmt-string.js b/apps/angular/node_modules/core-js/actual/date/to-gmt-string.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/date/to-gmt-string.js rename to apps/angular/node_modules/core-js/actual/date/to-gmt-string.js diff --git a/ClientApp/node_modules/core-js/actual/date/to-iso-string.js b/apps/angular/node_modules/core-js/actual/date/to-iso-string.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/date/to-iso-string.js rename to apps/angular/node_modules/core-js/actual/date/to-iso-string.js diff --git a/ClientApp/node_modules/core-js/actual/date/to-json.js b/apps/angular/node_modules/core-js/actual/date/to-json.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/date/to-json.js rename to apps/angular/node_modules/core-js/actual/date/to-json.js diff --git a/ClientApp/node_modules/core-js/actual/date/to-primitive.js b/apps/angular/node_modules/core-js/actual/date/to-primitive.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/date/to-primitive.js rename to apps/angular/node_modules/core-js/actual/date/to-primitive.js diff --git a/ClientApp/node_modules/core-js/actual/date/to-string.js b/apps/angular/node_modules/core-js/actual/date/to-string.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/date/to-string.js rename to apps/angular/node_modules/core-js/actual/date/to-string.js diff --git a/ClientApp/node_modules/core-js/actual/disposable-stack/constructor.js b/apps/angular/node_modules/core-js/actual/disposable-stack/constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/disposable-stack/constructor.js rename to apps/angular/node_modules/core-js/actual/disposable-stack/constructor.js diff --git a/ClientApp/node_modules/core-js/actual/disposable-stack/index.js b/apps/angular/node_modules/core-js/actual/disposable-stack/index.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/disposable-stack/index.js rename to apps/angular/node_modules/core-js/actual/disposable-stack/index.js diff --git a/ClientApp/node_modules/core-js/actual/dom-collections/for-each.js b/apps/angular/node_modules/core-js/actual/dom-collections/for-each.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/dom-collections/for-each.js rename to apps/angular/node_modules/core-js/actual/dom-collections/for-each.js diff --git a/ClientApp/node_modules/core-js/actual/dom-collections/index.js b/apps/angular/node_modules/core-js/actual/dom-collections/index.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/dom-collections/index.js rename to apps/angular/node_modules/core-js/actual/dom-collections/index.js diff --git a/ClientApp/node_modules/core-js/actual/dom-collections/iterator.js b/apps/angular/node_modules/core-js/actual/dom-collections/iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/dom-collections/iterator.js rename to apps/angular/node_modules/core-js/actual/dom-collections/iterator.js diff --git a/ClientApp/node_modules/core-js/actual/dom-exception/constructor.js b/apps/angular/node_modules/core-js/actual/dom-exception/constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/dom-exception/constructor.js rename to apps/angular/node_modules/core-js/actual/dom-exception/constructor.js diff --git a/ClientApp/node_modules/core-js/actual/dom-exception/index.js b/apps/angular/node_modules/core-js/actual/dom-exception/index.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/dom-exception/index.js rename to apps/angular/node_modules/core-js/actual/dom-exception/index.js diff --git a/ClientApp/node_modules/core-js/actual/dom-exception/to-string-tag.js b/apps/angular/node_modules/core-js/actual/dom-exception/to-string-tag.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/dom-exception/to-string-tag.js rename to apps/angular/node_modules/core-js/actual/dom-exception/to-string-tag.js diff --git a/ClientApp/node_modules/core-js/actual/error/constructor.js b/apps/angular/node_modules/core-js/actual/error/constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/error/constructor.js rename to apps/angular/node_modules/core-js/actual/error/constructor.js diff --git a/ClientApp/node_modules/core-js/actual/error/index.js b/apps/angular/node_modules/core-js/actual/error/index.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/error/index.js rename to apps/angular/node_modules/core-js/actual/error/index.js diff --git a/ClientApp/node_modules/core-js/actual/error/is-error.js b/apps/angular/node_modules/core-js/actual/error/is-error.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/error/is-error.js rename to apps/angular/node_modules/core-js/actual/error/is-error.js diff --git a/ClientApp/node_modules/core-js/actual/error/to-string.js b/apps/angular/node_modules/core-js/actual/error/to-string.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/error/to-string.js rename to apps/angular/node_modules/core-js/actual/error/to-string.js diff --git a/ClientApp/node_modules/core-js/actual/escape.js b/apps/angular/node_modules/core-js/actual/escape.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/escape.js rename to apps/angular/node_modules/core-js/actual/escape.js diff --git a/ClientApp/node_modules/core-js/actual/function/bind.js b/apps/angular/node_modules/core-js/actual/function/bind.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/function/bind.js rename to apps/angular/node_modules/core-js/actual/function/bind.js diff --git a/ClientApp/node_modules/core-js/actual/function/has-instance.js b/apps/angular/node_modules/core-js/actual/function/has-instance.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/function/has-instance.js rename to apps/angular/node_modules/core-js/actual/function/has-instance.js diff --git a/ClientApp/node_modules/core-js/actual/function/index.js b/apps/angular/node_modules/core-js/actual/function/index.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/function/index.js rename to apps/angular/node_modules/core-js/actual/function/index.js diff --git a/ClientApp/node_modules/core-js/actual/function/metadata.js b/apps/angular/node_modules/core-js/actual/function/metadata.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/function/metadata.js rename to apps/angular/node_modules/core-js/actual/function/metadata.js diff --git a/ClientApp/node_modules/core-js/actual/function/name.js b/apps/angular/node_modules/core-js/actual/function/name.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/function/name.js rename to apps/angular/node_modules/core-js/actual/function/name.js diff --git a/ClientApp/node_modules/core-js/actual/function/virtual/bind.js b/apps/angular/node_modules/core-js/actual/function/virtual/bind.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/function/virtual/bind.js rename to apps/angular/node_modules/core-js/actual/function/virtual/bind.js diff --git a/ClientApp/node_modules/core-js/actual/function/virtual/index.js b/apps/angular/node_modules/core-js/actual/function/virtual/index.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/function/virtual/index.js rename to apps/angular/node_modules/core-js/actual/function/virtual/index.js diff --git a/ClientApp/node_modules/core-js/actual/get-iterator-method.js b/apps/angular/node_modules/core-js/actual/get-iterator-method.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/get-iterator-method.js rename to apps/angular/node_modules/core-js/actual/get-iterator-method.js diff --git a/ClientApp/node_modules/core-js/actual/get-iterator.js b/apps/angular/node_modules/core-js/actual/get-iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/get-iterator.js rename to apps/angular/node_modules/core-js/actual/get-iterator.js diff --git a/ClientApp/node_modules/core-js/actual/global-this.js b/apps/angular/node_modules/core-js/actual/global-this.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/global-this.js rename to apps/angular/node_modules/core-js/actual/global-this.js diff --git a/ClientApp/node_modules/core-js/actual/index.js b/apps/angular/node_modules/core-js/actual/index.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/index.js rename to apps/angular/node_modules/core-js/actual/index.js diff --git a/ClientApp/node_modules/core-js/actual/instance/at.js b/apps/angular/node_modules/core-js/actual/instance/at.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/at.js rename to apps/angular/node_modules/core-js/actual/instance/at.js diff --git a/ClientApp/node_modules/core-js/actual/instance/bind.js b/apps/angular/node_modules/core-js/actual/instance/bind.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/bind.js rename to apps/angular/node_modules/core-js/actual/instance/bind.js diff --git a/ClientApp/node_modules/core-js/actual/instance/code-point-at.js b/apps/angular/node_modules/core-js/actual/instance/code-point-at.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/code-point-at.js rename to apps/angular/node_modules/core-js/actual/instance/code-point-at.js diff --git a/ClientApp/node_modules/core-js/actual/instance/concat.js b/apps/angular/node_modules/core-js/actual/instance/concat.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/concat.js rename to apps/angular/node_modules/core-js/actual/instance/concat.js diff --git a/ClientApp/node_modules/core-js/actual/instance/copy-within.js b/apps/angular/node_modules/core-js/actual/instance/copy-within.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/copy-within.js rename to apps/angular/node_modules/core-js/actual/instance/copy-within.js diff --git a/ClientApp/node_modules/core-js/actual/instance/ends-with.js b/apps/angular/node_modules/core-js/actual/instance/ends-with.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/ends-with.js rename to apps/angular/node_modules/core-js/actual/instance/ends-with.js diff --git a/ClientApp/node_modules/core-js/actual/instance/entries.js b/apps/angular/node_modules/core-js/actual/instance/entries.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/entries.js rename to apps/angular/node_modules/core-js/actual/instance/entries.js diff --git a/ClientApp/node_modules/core-js/actual/instance/every.js b/apps/angular/node_modules/core-js/actual/instance/every.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/every.js rename to apps/angular/node_modules/core-js/actual/instance/every.js diff --git a/ClientApp/node_modules/core-js/actual/instance/fill.js b/apps/angular/node_modules/core-js/actual/instance/fill.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/fill.js rename to apps/angular/node_modules/core-js/actual/instance/fill.js diff --git a/ClientApp/node_modules/core-js/actual/instance/filter.js b/apps/angular/node_modules/core-js/actual/instance/filter.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/filter.js rename to apps/angular/node_modules/core-js/actual/instance/filter.js diff --git a/ClientApp/node_modules/core-js/actual/instance/find-index.js b/apps/angular/node_modules/core-js/actual/instance/find-index.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/find-index.js rename to apps/angular/node_modules/core-js/actual/instance/find-index.js diff --git a/ClientApp/node_modules/core-js/actual/instance/find-last-index.js b/apps/angular/node_modules/core-js/actual/instance/find-last-index.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/find-last-index.js rename to apps/angular/node_modules/core-js/actual/instance/find-last-index.js diff --git a/ClientApp/node_modules/core-js/actual/instance/find-last.js b/apps/angular/node_modules/core-js/actual/instance/find-last.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/find-last.js rename to apps/angular/node_modules/core-js/actual/instance/find-last.js diff --git a/ClientApp/node_modules/core-js/actual/instance/find.js b/apps/angular/node_modules/core-js/actual/instance/find.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/find.js rename to apps/angular/node_modules/core-js/actual/instance/find.js diff --git a/ClientApp/node_modules/core-js/actual/instance/flags.js b/apps/angular/node_modules/core-js/actual/instance/flags.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/flags.js rename to apps/angular/node_modules/core-js/actual/instance/flags.js diff --git a/ClientApp/node_modules/core-js/actual/instance/flat-map.js b/apps/angular/node_modules/core-js/actual/instance/flat-map.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/flat-map.js rename to apps/angular/node_modules/core-js/actual/instance/flat-map.js diff --git a/ClientApp/node_modules/core-js/actual/instance/flat.js b/apps/angular/node_modules/core-js/actual/instance/flat.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/flat.js rename to apps/angular/node_modules/core-js/actual/instance/flat.js diff --git a/ClientApp/node_modules/core-js/actual/instance/for-each.js b/apps/angular/node_modules/core-js/actual/instance/for-each.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/for-each.js rename to apps/angular/node_modules/core-js/actual/instance/for-each.js diff --git a/ClientApp/node_modules/core-js/actual/instance/group-by-to-map.js b/apps/angular/node_modules/core-js/actual/instance/group-by-to-map.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/group-by-to-map.js rename to apps/angular/node_modules/core-js/actual/instance/group-by-to-map.js diff --git a/ClientApp/node_modules/core-js/actual/instance/group-by.js b/apps/angular/node_modules/core-js/actual/instance/group-by.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/group-by.js rename to apps/angular/node_modules/core-js/actual/instance/group-by.js diff --git a/ClientApp/node_modules/core-js/actual/instance/group-to-map.js b/apps/angular/node_modules/core-js/actual/instance/group-to-map.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/group-to-map.js rename to apps/angular/node_modules/core-js/actual/instance/group-to-map.js diff --git a/ClientApp/node_modules/core-js/actual/instance/group.js b/apps/angular/node_modules/core-js/actual/instance/group.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/group.js rename to apps/angular/node_modules/core-js/actual/instance/group.js diff --git a/ClientApp/node_modules/core-js/actual/instance/includes.js b/apps/angular/node_modules/core-js/actual/instance/includes.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/includes.js rename to apps/angular/node_modules/core-js/actual/instance/includes.js diff --git a/ClientApp/node_modules/core-js/actual/instance/index-of.js b/apps/angular/node_modules/core-js/actual/instance/index-of.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/index-of.js rename to apps/angular/node_modules/core-js/actual/instance/index-of.js diff --git a/ClientApp/node_modules/core-js/actual/instance/is-well-formed.js b/apps/angular/node_modules/core-js/actual/instance/is-well-formed.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/is-well-formed.js rename to apps/angular/node_modules/core-js/actual/instance/is-well-formed.js diff --git a/ClientApp/node_modules/core-js/actual/instance/keys.js b/apps/angular/node_modules/core-js/actual/instance/keys.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/keys.js rename to apps/angular/node_modules/core-js/actual/instance/keys.js diff --git a/ClientApp/node_modules/core-js/actual/instance/last-index-of.js b/apps/angular/node_modules/core-js/actual/instance/last-index-of.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/last-index-of.js rename to apps/angular/node_modules/core-js/actual/instance/last-index-of.js diff --git a/ClientApp/node_modules/core-js/actual/instance/map.js b/apps/angular/node_modules/core-js/actual/instance/map.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/map.js rename to apps/angular/node_modules/core-js/actual/instance/map.js diff --git a/ClientApp/node_modules/core-js/actual/instance/match-all.js b/apps/angular/node_modules/core-js/actual/instance/match-all.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/match-all.js rename to apps/angular/node_modules/core-js/actual/instance/match-all.js diff --git a/ClientApp/node_modules/core-js/actual/instance/pad-end.js b/apps/angular/node_modules/core-js/actual/instance/pad-end.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/pad-end.js rename to apps/angular/node_modules/core-js/actual/instance/pad-end.js diff --git a/ClientApp/node_modules/core-js/actual/instance/pad-start.js b/apps/angular/node_modules/core-js/actual/instance/pad-start.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/pad-start.js rename to apps/angular/node_modules/core-js/actual/instance/pad-start.js diff --git a/ClientApp/node_modules/core-js/actual/instance/push.js b/apps/angular/node_modules/core-js/actual/instance/push.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/push.js rename to apps/angular/node_modules/core-js/actual/instance/push.js diff --git a/ClientApp/node_modules/core-js/actual/instance/reduce-right.js b/apps/angular/node_modules/core-js/actual/instance/reduce-right.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/reduce-right.js rename to apps/angular/node_modules/core-js/actual/instance/reduce-right.js diff --git a/ClientApp/node_modules/core-js/actual/instance/reduce.js b/apps/angular/node_modules/core-js/actual/instance/reduce.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/reduce.js rename to apps/angular/node_modules/core-js/actual/instance/reduce.js diff --git a/ClientApp/node_modules/core-js/actual/instance/repeat.js b/apps/angular/node_modules/core-js/actual/instance/repeat.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/repeat.js rename to apps/angular/node_modules/core-js/actual/instance/repeat.js diff --git a/ClientApp/node_modules/core-js/actual/instance/replace-all.js b/apps/angular/node_modules/core-js/actual/instance/replace-all.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/replace-all.js rename to apps/angular/node_modules/core-js/actual/instance/replace-all.js diff --git a/ClientApp/node_modules/core-js/actual/instance/reverse.js b/apps/angular/node_modules/core-js/actual/instance/reverse.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/reverse.js rename to apps/angular/node_modules/core-js/actual/instance/reverse.js diff --git a/ClientApp/node_modules/core-js/actual/instance/slice.js b/apps/angular/node_modules/core-js/actual/instance/slice.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/slice.js rename to apps/angular/node_modules/core-js/actual/instance/slice.js diff --git a/ClientApp/node_modules/core-js/actual/instance/some.js b/apps/angular/node_modules/core-js/actual/instance/some.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/some.js rename to apps/angular/node_modules/core-js/actual/instance/some.js diff --git a/ClientApp/node_modules/core-js/actual/instance/sort.js b/apps/angular/node_modules/core-js/actual/instance/sort.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/sort.js rename to apps/angular/node_modules/core-js/actual/instance/sort.js diff --git a/ClientApp/node_modules/core-js/actual/instance/splice.js b/apps/angular/node_modules/core-js/actual/instance/splice.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/splice.js rename to apps/angular/node_modules/core-js/actual/instance/splice.js diff --git a/ClientApp/node_modules/core-js/actual/instance/starts-with.js b/apps/angular/node_modules/core-js/actual/instance/starts-with.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/starts-with.js rename to apps/angular/node_modules/core-js/actual/instance/starts-with.js diff --git a/ClientApp/node_modules/core-js/actual/instance/to-reversed.js b/apps/angular/node_modules/core-js/actual/instance/to-reversed.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/to-reversed.js rename to apps/angular/node_modules/core-js/actual/instance/to-reversed.js diff --git a/ClientApp/node_modules/core-js/actual/instance/to-sorted.js b/apps/angular/node_modules/core-js/actual/instance/to-sorted.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/to-sorted.js rename to apps/angular/node_modules/core-js/actual/instance/to-sorted.js diff --git a/ClientApp/node_modules/core-js/actual/instance/to-spliced.js b/apps/angular/node_modules/core-js/actual/instance/to-spliced.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/to-spliced.js rename to apps/angular/node_modules/core-js/actual/instance/to-spliced.js diff --git a/ClientApp/node_modules/core-js/actual/instance/to-well-formed.js b/apps/angular/node_modules/core-js/actual/instance/to-well-formed.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/to-well-formed.js rename to apps/angular/node_modules/core-js/actual/instance/to-well-formed.js diff --git a/ClientApp/node_modules/core-js/actual/instance/trim-end.js b/apps/angular/node_modules/core-js/actual/instance/trim-end.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/trim-end.js rename to apps/angular/node_modules/core-js/actual/instance/trim-end.js diff --git a/ClientApp/node_modules/core-js/actual/instance/trim-left.js b/apps/angular/node_modules/core-js/actual/instance/trim-left.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/trim-left.js rename to apps/angular/node_modules/core-js/actual/instance/trim-left.js diff --git a/ClientApp/node_modules/core-js/actual/instance/trim-right.js b/apps/angular/node_modules/core-js/actual/instance/trim-right.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/trim-right.js rename to apps/angular/node_modules/core-js/actual/instance/trim-right.js diff --git a/ClientApp/node_modules/core-js/actual/instance/trim-start.js b/apps/angular/node_modules/core-js/actual/instance/trim-start.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/trim-start.js rename to apps/angular/node_modules/core-js/actual/instance/trim-start.js diff --git a/ClientApp/node_modules/core-js/actual/instance/trim.js b/apps/angular/node_modules/core-js/actual/instance/trim.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/trim.js rename to apps/angular/node_modules/core-js/actual/instance/trim.js diff --git a/ClientApp/node_modules/core-js/actual/instance/unshift.js b/apps/angular/node_modules/core-js/actual/instance/unshift.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/unshift.js rename to apps/angular/node_modules/core-js/actual/instance/unshift.js diff --git a/ClientApp/node_modules/core-js/actual/instance/values.js b/apps/angular/node_modules/core-js/actual/instance/values.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/values.js rename to apps/angular/node_modules/core-js/actual/instance/values.js diff --git a/ClientApp/node_modules/core-js/actual/instance/with.js b/apps/angular/node_modules/core-js/actual/instance/with.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/instance/with.js rename to apps/angular/node_modules/core-js/actual/instance/with.js diff --git a/ClientApp/node_modules/core-js/actual/is-iterable.js b/apps/angular/node_modules/core-js/actual/is-iterable.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/is-iterable.js rename to apps/angular/node_modules/core-js/actual/is-iterable.js diff --git a/ClientApp/node_modules/core-js/actual/iterator/concat.js b/apps/angular/node_modules/core-js/actual/iterator/concat.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/iterator/concat.js rename to apps/angular/node_modules/core-js/actual/iterator/concat.js diff --git a/ClientApp/node_modules/core-js/actual/iterator/dispose.js b/apps/angular/node_modules/core-js/actual/iterator/dispose.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/iterator/dispose.js rename to apps/angular/node_modules/core-js/actual/iterator/dispose.js diff --git a/ClientApp/node_modules/core-js/actual/iterator/drop.js b/apps/angular/node_modules/core-js/actual/iterator/drop.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/iterator/drop.js rename to apps/angular/node_modules/core-js/actual/iterator/drop.js diff --git a/ClientApp/node_modules/core-js/actual/iterator/every.js b/apps/angular/node_modules/core-js/actual/iterator/every.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/iterator/every.js rename to apps/angular/node_modules/core-js/actual/iterator/every.js diff --git a/ClientApp/node_modules/core-js/actual/iterator/filter.js b/apps/angular/node_modules/core-js/actual/iterator/filter.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/iterator/filter.js rename to apps/angular/node_modules/core-js/actual/iterator/filter.js diff --git a/ClientApp/node_modules/core-js/actual/iterator/find.js b/apps/angular/node_modules/core-js/actual/iterator/find.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/iterator/find.js rename to apps/angular/node_modules/core-js/actual/iterator/find.js diff --git a/ClientApp/node_modules/core-js/actual/iterator/flat-map.js b/apps/angular/node_modules/core-js/actual/iterator/flat-map.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/iterator/flat-map.js rename to apps/angular/node_modules/core-js/actual/iterator/flat-map.js diff --git a/ClientApp/node_modules/core-js/actual/iterator/for-each.js b/apps/angular/node_modules/core-js/actual/iterator/for-each.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/iterator/for-each.js rename to apps/angular/node_modules/core-js/actual/iterator/for-each.js diff --git a/ClientApp/node_modules/core-js/actual/iterator/from.js b/apps/angular/node_modules/core-js/actual/iterator/from.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/iterator/from.js rename to apps/angular/node_modules/core-js/actual/iterator/from.js diff --git a/ClientApp/node_modules/core-js/actual/iterator/index.js b/apps/angular/node_modules/core-js/actual/iterator/index.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/iterator/index.js rename to apps/angular/node_modules/core-js/actual/iterator/index.js diff --git a/ClientApp/node_modules/core-js/actual/iterator/map.js b/apps/angular/node_modules/core-js/actual/iterator/map.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/iterator/map.js rename to apps/angular/node_modules/core-js/actual/iterator/map.js diff --git a/ClientApp/node_modules/core-js/actual/iterator/reduce.js b/apps/angular/node_modules/core-js/actual/iterator/reduce.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/iterator/reduce.js rename to apps/angular/node_modules/core-js/actual/iterator/reduce.js diff --git a/ClientApp/node_modules/core-js/actual/iterator/some.js b/apps/angular/node_modules/core-js/actual/iterator/some.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/iterator/some.js rename to apps/angular/node_modules/core-js/actual/iterator/some.js diff --git a/ClientApp/node_modules/core-js/actual/iterator/take.js b/apps/angular/node_modules/core-js/actual/iterator/take.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/iterator/take.js rename to apps/angular/node_modules/core-js/actual/iterator/take.js diff --git a/ClientApp/node_modules/core-js/actual/iterator/to-array.js b/apps/angular/node_modules/core-js/actual/iterator/to-array.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/iterator/to-array.js rename to apps/angular/node_modules/core-js/actual/iterator/to-array.js diff --git a/ClientApp/node_modules/core-js/actual/iterator/to-async.js b/apps/angular/node_modules/core-js/actual/iterator/to-async.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/iterator/to-async.js rename to apps/angular/node_modules/core-js/actual/iterator/to-async.js diff --git a/ClientApp/node_modules/core-js/actual/iterator/zip-keyed.js b/apps/angular/node_modules/core-js/actual/iterator/zip-keyed.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/iterator/zip-keyed.js rename to apps/angular/node_modules/core-js/actual/iterator/zip-keyed.js diff --git a/ClientApp/node_modules/core-js/actual/iterator/zip.js b/apps/angular/node_modules/core-js/actual/iterator/zip.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/iterator/zip.js rename to apps/angular/node_modules/core-js/actual/iterator/zip.js diff --git a/ClientApp/node_modules/core-js/actual/json/index.js b/apps/angular/node_modules/core-js/actual/json/index.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/json/index.js rename to apps/angular/node_modules/core-js/actual/json/index.js diff --git a/ClientApp/node_modules/core-js/actual/json/is-raw-json.js b/apps/angular/node_modules/core-js/actual/json/is-raw-json.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/json/is-raw-json.js rename to apps/angular/node_modules/core-js/actual/json/is-raw-json.js diff --git a/ClientApp/node_modules/core-js/actual/json/parse.js b/apps/angular/node_modules/core-js/actual/json/parse.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/json/parse.js rename to apps/angular/node_modules/core-js/actual/json/parse.js diff --git a/ClientApp/node_modules/core-js/actual/json/raw-json.js b/apps/angular/node_modules/core-js/actual/json/raw-json.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/json/raw-json.js rename to apps/angular/node_modules/core-js/actual/json/raw-json.js diff --git a/ClientApp/node_modules/core-js/actual/json/stringify.js b/apps/angular/node_modules/core-js/actual/json/stringify.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/json/stringify.js rename to apps/angular/node_modules/core-js/actual/json/stringify.js diff --git a/ClientApp/node_modules/core-js/actual/json/to-string-tag.js b/apps/angular/node_modules/core-js/actual/json/to-string-tag.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/json/to-string-tag.js rename to apps/angular/node_modules/core-js/actual/json/to-string-tag.js diff --git a/ClientApp/node_modules/core-js/actual/map/get-or-insert-computed.js b/apps/angular/node_modules/core-js/actual/map/get-or-insert-computed.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/map/get-or-insert-computed.js rename to apps/angular/node_modules/core-js/actual/map/get-or-insert-computed.js diff --git a/ClientApp/node_modules/core-js/actual/map/get-or-insert.js b/apps/angular/node_modules/core-js/actual/map/get-or-insert.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/map/get-or-insert.js rename to apps/angular/node_modules/core-js/actual/map/get-or-insert.js diff --git a/ClientApp/node_modules/core-js/actual/map/group-by.js b/apps/angular/node_modules/core-js/actual/map/group-by.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/map/group-by.js rename to apps/angular/node_modules/core-js/actual/map/group-by.js diff --git a/ClientApp/node_modules/core-js/actual/map/index.js b/apps/angular/node_modules/core-js/actual/map/index.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/map/index.js rename to apps/angular/node_modules/core-js/actual/map/index.js diff --git a/ClientApp/node_modules/core-js/actual/math/acosh.js b/apps/angular/node_modules/core-js/actual/math/acosh.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/math/acosh.js rename to apps/angular/node_modules/core-js/actual/math/acosh.js diff --git a/ClientApp/node_modules/core-js/actual/math/asinh.js b/apps/angular/node_modules/core-js/actual/math/asinh.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/math/asinh.js rename to apps/angular/node_modules/core-js/actual/math/asinh.js diff --git a/ClientApp/node_modules/core-js/actual/math/atanh.js b/apps/angular/node_modules/core-js/actual/math/atanh.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/math/atanh.js rename to apps/angular/node_modules/core-js/actual/math/atanh.js diff --git a/ClientApp/node_modules/core-js/actual/math/cbrt.js b/apps/angular/node_modules/core-js/actual/math/cbrt.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/math/cbrt.js rename to apps/angular/node_modules/core-js/actual/math/cbrt.js diff --git a/ClientApp/node_modules/core-js/actual/math/clz32.js b/apps/angular/node_modules/core-js/actual/math/clz32.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/math/clz32.js rename to apps/angular/node_modules/core-js/actual/math/clz32.js diff --git a/ClientApp/node_modules/core-js/actual/math/cosh.js b/apps/angular/node_modules/core-js/actual/math/cosh.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/math/cosh.js rename to apps/angular/node_modules/core-js/actual/math/cosh.js diff --git a/ClientApp/node_modules/core-js/actual/math/expm1.js b/apps/angular/node_modules/core-js/actual/math/expm1.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/math/expm1.js rename to apps/angular/node_modules/core-js/actual/math/expm1.js diff --git a/ClientApp/node_modules/core-js/actual/math/f16round.js b/apps/angular/node_modules/core-js/actual/math/f16round.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/math/f16round.js rename to apps/angular/node_modules/core-js/actual/math/f16round.js diff --git a/ClientApp/node_modules/core-js/actual/math/fround.js b/apps/angular/node_modules/core-js/actual/math/fround.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/math/fround.js rename to apps/angular/node_modules/core-js/actual/math/fround.js diff --git a/ClientApp/node_modules/core-js/actual/math/hypot.js b/apps/angular/node_modules/core-js/actual/math/hypot.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/math/hypot.js rename to apps/angular/node_modules/core-js/actual/math/hypot.js diff --git a/ClientApp/node_modules/core-js/actual/math/imul.js b/apps/angular/node_modules/core-js/actual/math/imul.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/math/imul.js rename to apps/angular/node_modules/core-js/actual/math/imul.js diff --git a/ClientApp/node_modules/core-js/actual/math/index.js b/apps/angular/node_modules/core-js/actual/math/index.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/math/index.js rename to apps/angular/node_modules/core-js/actual/math/index.js diff --git a/ClientApp/node_modules/core-js/actual/math/log10.js b/apps/angular/node_modules/core-js/actual/math/log10.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/math/log10.js rename to apps/angular/node_modules/core-js/actual/math/log10.js diff --git a/ClientApp/node_modules/core-js/actual/math/log1p.js b/apps/angular/node_modules/core-js/actual/math/log1p.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/math/log1p.js rename to apps/angular/node_modules/core-js/actual/math/log1p.js diff --git a/ClientApp/node_modules/core-js/actual/math/log2.js b/apps/angular/node_modules/core-js/actual/math/log2.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/math/log2.js rename to apps/angular/node_modules/core-js/actual/math/log2.js diff --git a/ClientApp/node_modules/core-js/actual/math/sign.js b/apps/angular/node_modules/core-js/actual/math/sign.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/math/sign.js rename to apps/angular/node_modules/core-js/actual/math/sign.js diff --git a/ClientApp/node_modules/core-js/actual/math/sinh.js b/apps/angular/node_modules/core-js/actual/math/sinh.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/math/sinh.js rename to apps/angular/node_modules/core-js/actual/math/sinh.js diff --git a/ClientApp/node_modules/core-js/actual/math/sum-precise.js b/apps/angular/node_modules/core-js/actual/math/sum-precise.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/math/sum-precise.js rename to apps/angular/node_modules/core-js/actual/math/sum-precise.js diff --git a/ClientApp/node_modules/core-js/actual/math/tanh.js b/apps/angular/node_modules/core-js/actual/math/tanh.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/math/tanh.js rename to apps/angular/node_modules/core-js/actual/math/tanh.js diff --git a/ClientApp/node_modules/core-js/actual/math/to-string-tag.js b/apps/angular/node_modules/core-js/actual/math/to-string-tag.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/math/to-string-tag.js rename to apps/angular/node_modules/core-js/actual/math/to-string-tag.js diff --git a/ClientApp/node_modules/core-js/actual/math/trunc.js b/apps/angular/node_modules/core-js/actual/math/trunc.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/math/trunc.js rename to apps/angular/node_modules/core-js/actual/math/trunc.js diff --git a/ClientApp/node_modules/core-js/actual/number/constructor.js b/apps/angular/node_modules/core-js/actual/number/constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/number/constructor.js rename to apps/angular/node_modules/core-js/actual/number/constructor.js diff --git a/ClientApp/node_modules/core-js/actual/number/epsilon.js b/apps/angular/node_modules/core-js/actual/number/epsilon.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/number/epsilon.js rename to apps/angular/node_modules/core-js/actual/number/epsilon.js diff --git a/ClientApp/node_modules/core-js/actual/number/index.js b/apps/angular/node_modules/core-js/actual/number/index.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/number/index.js rename to apps/angular/node_modules/core-js/actual/number/index.js diff --git a/ClientApp/node_modules/core-js/actual/number/is-finite.js b/apps/angular/node_modules/core-js/actual/number/is-finite.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/number/is-finite.js rename to apps/angular/node_modules/core-js/actual/number/is-finite.js diff --git a/ClientApp/node_modules/core-js/actual/number/is-integer.js b/apps/angular/node_modules/core-js/actual/number/is-integer.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/number/is-integer.js rename to apps/angular/node_modules/core-js/actual/number/is-integer.js diff --git a/ClientApp/node_modules/core-js/actual/number/is-nan.js b/apps/angular/node_modules/core-js/actual/number/is-nan.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/number/is-nan.js rename to apps/angular/node_modules/core-js/actual/number/is-nan.js diff --git a/ClientApp/node_modules/core-js/actual/number/is-safe-integer.js b/apps/angular/node_modules/core-js/actual/number/is-safe-integer.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/number/is-safe-integer.js rename to apps/angular/node_modules/core-js/actual/number/is-safe-integer.js diff --git a/ClientApp/node_modules/core-js/actual/number/max-safe-integer.js b/apps/angular/node_modules/core-js/actual/number/max-safe-integer.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/number/max-safe-integer.js rename to apps/angular/node_modules/core-js/actual/number/max-safe-integer.js diff --git a/ClientApp/node_modules/core-js/actual/number/min-safe-integer.js b/apps/angular/node_modules/core-js/actual/number/min-safe-integer.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/number/min-safe-integer.js rename to apps/angular/node_modules/core-js/actual/number/min-safe-integer.js diff --git a/ClientApp/node_modules/core-js/actual/number/parse-float.js b/apps/angular/node_modules/core-js/actual/number/parse-float.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/number/parse-float.js rename to apps/angular/node_modules/core-js/actual/number/parse-float.js diff --git a/ClientApp/node_modules/core-js/actual/number/parse-int.js b/apps/angular/node_modules/core-js/actual/number/parse-int.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/number/parse-int.js rename to apps/angular/node_modules/core-js/actual/number/parse-int.js diff --git a/ClientApp/node_modules/core-js/actual/number/to-exponential.js b/apps/angular/node_modules/core-js/actual/number/to-exponential.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/number/to-exponential.js rename to apps/angular/node_modules/core-js/actual/number/to-exponential.js diff --git a/ClientApp/node_modules/core-js/actual/number/to-fixed.js b/apps/angular/node_modules/core-js/actual/number/to-fixed.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/number/to-fixed.js rename to apps/angular/node_modules/core-js/actual/number/to-fixed.js diff --git a/ClientApp/node_modules/core-js/actual/number/to-precision.js b/apps/angular/node_modules/core-js/actual/number/to-precision.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/number/to-precision.js rename to apps/angular/node_modules/core-js/actual/number/to-precision.js diff --git a/ClientApp/node_modules/core-js/actual/number/virtual/index.js b/apps/angular/node_modules/core-js/actual/number/virtual/index.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/number/virtual/index.js rename to apps/angular/node_modules/core-js/actual/number/virtual/index.js diff --git a/ClientApp/node_modules/core-js/actual/number/virtual/to-exponential.js b/apps/angular/node_modules/core-js/actual/number/virtual/to-exponential.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/number/virtual/to-exponential.js rename to apps/angular/node_modules/core-js/actual/number/virtual/to-exponential.js diff --git a/ClientApp/node_modules/core-js/actual/number/virtual/to-fixed.js b/apps/angular/node_modules/core-js/actual/number/virtual/to-fixed.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/number/virtual/to-fixed.js rename to apps/angular/node_modules/core-js/actual/number/virtual/to-fixed.js diff --git a/ClientApp/node_modules/core-js/actual/number/virtual/to-precision.js b/apps/angular/node_modules/core-js/actual/number/virtual/to-precision.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/number/virtual/to-precision.js rename to apps/angular/node_modules/core-js/actual/number/virtual/to-precision.js diff --git a/ClientApp/node_modules/core-js/actual/object/assign.js b/apps/angular/node_modules/core-js/actual/object/assign.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/object/assign.js rename to apps/angular/node_modules/core-js/actual/object/assign.js diff --git a/ClientApp/node_modules/core-js/actual/object/create.js b/apps/angular/node_modules/core-js/actual/object/create.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/object/create.js rename to apps/angular/node_modules/core-js/actual/object/create.js diff --git a/ClientApp/node_modules/core-js/actual/object/define-getter.js b/apps/angular/node_modules/core-js/actual/object/define-getter.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/object/define-getter.js rename to apps/angular/node_modules/core-js/actual/object/define-getter.js diff --git a/ClientApp/node_modules/core-js/actual/object/define-properties.js b/apps/angular/node_modules/core-js/actual/object/define-properties.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/object/define-properties.js rename to apps/angular/node_modules/core-js/actual/object/define-properties.js diff --git a/ClientApp/node_modules/core-js/actual/object/define-property.js b/apps/angular/node_modules/core-js/actual/object/define-property.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/object/define-property.js rename to apps/angular/node_modules/core-js/actual/object/define-property.js diff --git a/ClientApp/node_modules/core-js/actual/object/define-setter.js b/apps/angular/node_modules/core-js/actual/object/define-setter.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/object/define-setter.js rename to apps/angular/node_modules/core-js/actual/object/define-setter.js diff --git a/ClientApp/node_modules/core-js/actual/object/entries.js b/apps/angular/node_modules/core-js/actual/object/entries.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/object/entries.js rename to apps/angular/node_modules/core-js/actual/object/entries.js diff --git a/ClientApp/node_modules/core-js/actual/object/freeze.js b/apps/angular/node_modules/core-js/actual/object/freeze.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/object/freeze.js rename to apps/angular/node_modules/core-js/actual/object/freeze.js diff --git a/ClientApp/node_modules/core-js/actual/object/from-entries.js b/apps/angular/node_modules/core-js/actual/object/from-entries.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/object/from-entries.js rename to apps/angular/node_modules/core-js/actual/object/from-entries.js diff --git a/ClientApp/node_modules/core-js/actual/object/get-own-property-descriptor.js b/apps/angular/node_modules/core-js/actual/object/get-own-property-descriptor.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/object/get-own-property-descriptor.js rename to apps/angular/node_modules/core-js/actual/object/get-own-property-descriptor.js diff --git a/ClientApp/node_modules/core-js/actual/object/get-own-property-descriptors.js b/apps/angular/node_modules/core-js/actual/object/get-own-property-descriptors.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/object/get-own-property-descriptors.js rename to apps/angular/node_modules/core-js/actual/object/get-own-property-descriptors.js diff --git a/ClientApp/node_modules/core-js/actual/object/get-own-property-names.js b/apps/angular/node_modules/core-js/actual/object/get-own-property-names.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/object/get-own-property-names.js rename to apps/angular/node_modules/core-js/actual/object/get-own-property-names.js diff --git a/ClientApp/node_modules/core-js/actual/object/get-own-property-symbols.js b/apps/angular/node_modules/core-js/actual/object/get-own-property-symbols.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/object/get-own-property-symbols.js rename to apps/angular/node_modules/core-js/actual/object/get-own-property-symbols.js diff --git a/ClientApp/node_modules/core-js/actual/object/get-prototype-of.js b/apps/angular/node_modules/core-js/actual/object/get-prototype-of.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/object/get-prototype-of.js rename to apps/angular/node_modules/core-js/actual/object/get-prototype-of.js diff --git a/ClientApp/node_modules/core-js/actual/object/group-by.js b/apps/angular/node_modules/core-js/actual/object/group-by.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/object/group-by.js rename to apps/angular/node_modules/core-js/actual/object/group-by.js diff --git a/ClientApp/node_modules/core-js/actual/object/has-own.js b/apps/angular/node_modules/core-js/actual/object/has-own.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/object/has-own.js rename to apps/angular/node_modules/core-js/actual/object/has-own.js diff --git a/ClientApp/node_modules/core-js/actual/object/index.js b/apps/angular/node_modules/core-js/actual/object/index.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/object/index.js rename to apps/angular/node_modules/core-js/actual/object/index.js diff --git a/ClientApp/node_modules/core-js/actual/object/is-extensible.js b/apps/angular/node_modules/core-js/actual/object/is-extensible.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/object/is-extensible.js rename to apps/angular/node_modules/core-js/actual/object/is-extensible.js diff --git a/ClientApp/node_modules/core-js/actual/object/is-frozen.js b/apps/angular/node_modules/core-js/actual/object/is-frozen.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/object/is-frozen.js rename to apps/angular/node_modules/core-js/actual/object/is-frozen.js diff --git a/ClientApp/node_modules/core-js/actual/object/is-sealed.js b/apps/angular/node_modules/core-js/actual/object/is-sealed.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/object/is-sealed.js rename to apps/angular/node_modules/core-js/actual/object/is-sealed.js diff --git a/ClientApp/node_modules/core-js/actual/object/is.js b/apps/angular/node_modules/core-js/actual/object/is.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/object/is.js rename to apps/angular/node_modules/core-js/actual/object/is.js diff --git a/ClientApp/node_modules/core-js/actual/object/keys.js b/apps/angular/node_modules/core-js/actual/object/keys.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/object/keys.js rename to apps/angular/node_modules/core-js/actual/object/keys.js diff --git a/ClientApp/node_modules/core-js/actual/object/lookup-getter.js b/apps/angular/node_modules/core-js/actual/object/lookup-getter.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/object/lookup-getter.js rename to apps/angular/node_modules/core-js/actual/object/lookup-getter.js diff --git a/ClientApp/node_modules/core-js/actual/object/lookup-setter.js b/apps/angular/node_modules/core-js/actual/object/lookup-setter.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/object/lookup-setter.js rename to apps/angular/node_modules/core-js/actual/object/lookup-setter.js diff --git a/ClientApp/node_modules/core-js/actual/object/prevent-extensions.js b/apps/angular/node_modules/core-js/actual/object/prevent-extensions.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/object/prevent-extensions.js rename to apps/angular/node_modules/core-js/actual/object/prevent-extensions.js diff --git a/ClientApp/node_modules/core-js/actual/object/proto.js b/apps/angular/node_modules/core-js/actual/object/proto.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/object/proto.js rename to apps/angular/node_modules/core-js/actual/object/proto.js diff --git a/ClientApp/node_modules/core-js/actual/object/seal.js b/apps/angular/node_modules/core-js/actual/object/seal.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/object/seal.js rename to apps/angular/node_modules/core-js/actual/object/seal.js diff --git a/ClientApp/node_modules/core-js/actual/object/set-prototype-of.js b/apps/angular/node_modules/core-js/actual/object/set-prototype-of.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/object/set-prototype-of.js rename to apps/angular/node_modules/core-js/actual/object/set-prototype-of.js diff --git a/ClientApp/node_modules/core-js/actual/object/to-string.js b/apps/angular/node_modules/core-js/actual/object/to-string.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/object/to-string.js rename to apps/angular/node_modules/core-js/actual/object/to-string.js diff --git a/ClientApp/node_modules/core-js/actual/object/values.js b/apps/angular/node_modules/core-js/actual/object/values.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/object/values.js rename to apps/angular/node_modules/core-js/actual/object/values.js diff --git a/ClientApp/node_modules/core-js/actual/parse-float.js b/apps/angular/node_modules/core-js/actual/parse-float.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/parse-float.js rename to apps/angular/node_modules/core-js/actual/parse-float.js diff --git a/ClientApp/node_modules/core-js/actual/parse-int.js b/apps/angular/node_modules/core-js/actual/parse-int.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/parse-int.js rename to apps/angular/node_modules/core-js/actual/parse-int.js diff --git a/ClientApp/node_modules/core-js/actual/promise/all-settled.js b/apps/angular/node_modules/core-js/actual/promise/all-settled.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/promise/all-settled.js rename to apps/angular/node_modules/core-js/actual/promise/all-settled.js diff --git a/ClientApp/node_modules/core-js/actual/promise/any.js b/apps/angular/node_modules/core-js/actual/promise/any.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/promise/any.js rename to apps/angular/node_modules/core-js/actual/promise/any.js diff --git a/ClientApp/node_modules/core-js/actual/promise/finally.js b/apps/angular/node_modules/core-js/actual/promise/finally.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/promise/finally.js rename to apps/angular/node_modules/core-js/actual/promise/finally.js diff --git a/ClientApp/node_modules/core-js/actual/promise/index.js b/apps/angular/node_modules/core-js/actual/promise/index.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/promise/index.js rename to apps/angular/node_modules/core-js/actual/promise/index.js diff --git a/ClientApp/node_modules/core-js/actual/promise/try.js b/apps/angular/node_modules/core-js/actual/promise/try.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/promise/try.js rename to apps/angular/node_modules/core-js/actual/promise/try.js diff --git a/ClientApp/node_modules/core-js/actual/promise/with-resolvers.js b/apps/angular/node_modules/core-js/actual/promise/with-resolvers.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/promise/with-resolvers.js rename to apps/angular/node_modules/core-js/actual/promise/with-resolvers.js diff --git a/ClientApp/node_modules/core-js/actual/queue-microtask.js b/apps/angular/node_modules/core-js/actual/queue-microtask.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/queue-microtask.js rename to apps/angular/node_modules/core-js/actual/queue-microtask.js diff --git a/ClientApp/node_modules/core-js/actual/reflect/apply.js b/apps/angular/node_modules/core-js/actual/reflect/apply.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/reflect/apply.js rename to apps/angular/node_modules/core-js/actual/reflect/apply.js diff --git a/ClientApp/node_modules/core-js/actual/reflect/construct.js b/apps/angular/node_modules/core-js/actual/reflect/construct.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/reflect/construct.js rename to apps/angular/node_modules/core-js/actual/reflect/construct.js diff --git a/ClientApp/node_modules/core-js/actual/reflect/define-property.js b/apps/angular/node_modules/core-js/actual/reflect/define-property.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/reflect/define-property.js rename to apps/angular/node_modules/core-js/actual/reflect/define-property.js diff --git a/ClientApp/node_modules/core-js/actual/reflect/delete-property.js b/apps/angular/node_modules/core-js/actual/reflect/delete-property.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/reflect/delete-property.js rename to apps/angular/node_modules/core-js/actual/reflect/delete-property.js diff --git a/ClientApp/node_modules/core-js/actual/reflect/get-own-property-descriptor.js b/apps/angular/node_modules/core-js/actual/reflect/get-own-property-descriptor.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/reflect/get-own-property-descriptor.js rename to apps/angular/node_modules/core-js/actual/reflect/get-own-property-descriptor.js diff --git a/ClientApp/node_modules/core-js/actual/reflect/get-prototype-of.js b/apps/angular/node_modules/core-js/actual/reflect/get-prototype-of.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/reflect/get-prototype-of.js rename to apps/angular/node_modules/core-js/actual/reflect/get-prototype-of.js diff --git a/ClientApp/node_modules/core-js/actual/reflect/get.js b/apps/angular/node_modules/core-js/actual/reflect/get.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/reflect/get.js rename to apps/angular/node_modules/core-js/actual/reflect/get.js diff --git a/ClientApp/node_modules/core-js/actual/reflect/has.js b/apps/angular/node_modules/core-js/actual/reflect/has.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/reflect/has.js rename to apps/angular/node_modules/core-js/actual/reflect/has.js diff --git a/ClientApp/node_modules/core-js/actual/reflect/index.js b/apps/angular/node_modules/core-js/actual/reflect/index.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/reflect/index.js rename to apps/angular/node_modules/core-js/actual/reflect/index.js diff --git a/ClientApp/node_modules/core-js/actual/reflect/is-extensible.js b/apps/angular/node_modules/core-js/actual/reflect/is-extensible.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/reflect/is-extensible.js rename to apps/angular/node_modules/core-js/actual/reflect/is-extensible.js diff --git a/ClientApp/node_modules/core-js/actual/reflect/own-keys.js b/apps/angular/node_modules/core-js/actual/reflect/own-keys.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/reflect/own-keys.js rename to apps/angular/node_modules/core-js/actual/reflect/own-keys.js diff --git a/ClientApp/node_modules/core-js/actual/reflect/prevent-extensions.js b/apps/angular/node_modules/core-js/actual/reflect/prevent-extensions.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/reflect/prevent-extensions.js rename to apps/angular/node_modules/core-js/actual/reflect/prevent-extensions.js diff --git a/ClientApp/node_modules/core-js/actual/reflect/set-prototype-of.js b/apps/angular/node_modules/core-js/actual/reflect/set-prototype-of.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/reflect/set-prototype-of.js rename to apps/angular/node_modules/core-js/actual/reflect/set-prototype-of.js diff --git a/ClientApp/node_modules/core-js/actual/reflect/set.js b/apps/angular/node_modules/core-js/actual/reflect/set.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/reflect/set.js rename to apps/angular/node_modules/core-js/actual/reflect/set.js diff --git a/ClientApp/node_modules/core-js/actual/reflect/to-string-tag.js b/apps/angular/node_modules/core-js/actual/reflect/to-string-tag.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/reflect/to-string-tag.js rename to apps/angular/node_modules/core-js/actual/reflect/to-string-tag.js diff --git a/ClientApp/node_modules/core-js/actual/regexp/constructor.js b/apps/angular/node_modules/core-js/actual/regexp/constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/regexp/constructor.js rename to apps/angular/node_modules/core-js/actual/regexp/constructor.js diff --git a/ClientApp/node_modules/core-js/actual/regexp/dot-all.js b/apps/angular/node_modules/core-js/actual/regexp/dot-all.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/regexp/dot-all.js rename to apps/angular/node_modules/core-js/actual/regexp/dot-all.js diff --git a/ClientApp/node_modules/core-js/actual/regexp/escape.js b/apps/angular/node_modules/core-js/actual/regexp/escape.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/regexp/escape.js rename to apps/angular/node_modules/core-js/actual/regexp/escape.js diff --git a/ClientApp/node_modules/core-js/actual/regexp/flags.js b/apps/angular/node_modules/core-js/actual/regexp/flags.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/regexp/flags.js rename to apps/angular/node_modules/core-js/actual/regexp/flags.js diff --git a/ClientApp/node_modules/core-js/actual/regexp/index.js b/apps/angular/node_modules/core-js/actual/regexp/index.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/regexp/index.js rename to apps/angular/node_modules/core-js/actual/regexp/index.js diff --git a/ClientApp/node_modules/core-js/actual/regexp/match.js b/apps/angular/node_modules/core-js/actual/regexp/match.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/regexp/match.js rename to apps/angular/node_modules/core-js/actual/regexp/match.js diff --git a/ClientApp/node_modules/core-js/actual/regexp/replace.js b/apps/angular/node_modules/core-js/actual/regexp/replace.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/regexp/replace.js rename to apps/angular/node_modules/core-js/actual/regexp/replace.js diff --git a/ClientApp/node_modules/core-js/actual/regexp/search.js b/apps/angular/node_modules/core-js/actual/regexp/search.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/regexp/search.js rename to apps/angular/node_modules/core-js/actual/regexp/search.js diff --git a/ClientApp/node_modules/core-js/actual/regexp/split.js b/apps/angular/node_modules/core-js/actual/regexp/split.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/regexp/split.js rename to apps/angular/node_modules/core-js/actual/regexp/split.js diff --git a/ClientApp/node_modules/core-js/actual/regexp/sticky.js b/apps/angular/node_modules/core-js/actual/regexp/sticky.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/regexp/sticky.js rename to apps/angular/node_modules/core-js/actual/regexp/sticky.js diff --git a/ClientApp/node_modules/core-js/actual/regexp/test.js b/apps/angular/node_modules/core-js/actual/regexp/test.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/regexp/test.js rename to apps/angular/node_modules/core-js/actual/regexp/test.js diff --git a/ClientApp/node_modules/core-js/actual/regexp/to-string.js b/apps/angular/node_modules/core-js/actual/regexp/to-string.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/regexp/to-string.js rename to apps/angular/node_modules/core-js/actual/regexp/to-string.js diff --git a/ClientApp/node_modules/core-js/actual/self.js b/apps/angular/node_modules/core-js/actual/self.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/self.js rename to apps/angular/node_modules/core-js/actual/self.js diff --git a/ClientApp/node_modules/core-js/actual/set-immediate.js b/apps/angular/node_modules/core-js/actual/set-immediate.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/set-immediate.js rename to apps/angular/node_modules/core-js/actual/set-immediate.js diff --git a/ClientApp/node_modules/core-js/actual/set-interval.js b/apps/angular/node_modules/core-js/actual/set-interval.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/set-interval.js rename to apps/angular/node_modules/core-js/actual/set-interval.js diff --git a/ClientApp/node_modules/core-js/actual/set-timeout.js b/apps/angular/node_modules/core-js/actual/set-timeout.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/set-timeout.js rename to apps/angular/node_modules/core-js/actual/set-timeout.js diff --git a/ClientApp/node_modules/core-js/actual/set/difference.js b/apps/angular/node_modules/core-js/actual/set/difference.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/set/difference.js rename to apps/angular/node_modules/core-js/actual/set/difference.js diff --git a/ClientApp/node_modules/core-js/actual/set/index.js b/apps/angular/node_modules/core-js/actual/set/index.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/set/index.js rename to apps/angular/node_modules/core-js/actual/set/index.js diff --git a/ClientApp/node_modules/core-js/actual/set/intersection.js b/apps/angular/node_modules/core-js/actual/set/intersection.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/set/intersection.js rename to apps/angular/node_modules/core-js/actual/set/intersection.js diff --git a/ClientApp/node_modules/core-js/actual/set/is-disjoint-from.js b/apps/angular/node_modules/core-js/actual/set/is-disjoint-from.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/set/is-disjoint-from.js rename to apps/angular/node_modules/core-js/actual/set/is-disjoint-from.js diff --git a/ClientApp/node_modules/core-js/actual/set/is-subset-of.js b/apps/angular/node_modules/core-js/actual/set/is-subset-of.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/set/is-subset-of.js rename to apps/angular/node_modules/core-js/actual/set/is-subset-of.js diff --git a/ClientApp/node_modules/core-js/actual/set/is-superset-of.js b/apps/angular/node_modules/core-js/actual/set/is-superset-of.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/set/is-superset-of.js rename to apps/angular/node_modules/core-js/actual/set/is-superset-of.js diff --git a/ClientApp/node_modules/core-js/actual/set/symmetric-difference.js b/apps/angular/node_modules/core-js/actual/set/symmetric-difference.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/set/symmetric-difference.js rename to apps/angular/node_modules/core-js/actual/set/symmetric-difference.js diff --git a/ClientApp/node_modules/core-js/actual/set/union.js b/apps/angular/node_modules/core-js/actual/set/union.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/set/union.js rename to apps/angular/node_modules/core-js/actual/set/union.js diff --git a/ClientApp/node_modules/core-js/actual/string/anchor.js b/apps/angular/node_modules/core-js/actual/string/anchor.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/anchor.js rename to apps/angular/node_modules/core-js/actual/string/anchor.js diff --git a/ClientApp/node_modules/core-js/actual/string/at.js b/apps/angular/node_modules/core-js/actual/string/at.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/at.js rename to apps/angular/node_modules/core-js/actual/string/at.js diff --git a/ClientApp/node_modules/core-js/actual/string/big.js b/apps/angular/node_modules/core-js/actual/string/big.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/big.js rename to apps/angular/node_modules/core-js/actual/string/big.js diff --git a/ClientApp/node_modules/core-js/actual/string/blink.js b/apps/angular/node_modules/core-js/actual/string/blink.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/blink.js rename to apps/angular/node_modules/core-js/actual/string/blink.js diff --git a/ClientApp/node_modules/core-js/actual/string/bold.js b/apps/angular/node_modules/core-js/actual/string/bold.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/bold.js rename to apps/angular/node_modules/core-js/actual/string/bold.js diff --git a/ClientApp/node_modules/core-js/actual/string/code-point-at.js b/apps/angular/node_modules/core-js/actual/string/code-point-at.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/code-point-at.js rename to apps/angular/node_modules/core-js/actual/string/code-point-at.js diff --git a/ClientApp/node_modules/core-js/actual/string/ends-with.js b/apps/angular/node_modules/core-js/actual/string/ends-with.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/ends-with.js rename to apps/angular/node_modules/core-js/actual/string/ends-with.js diff --git a/ClientApp/node_modules/core-js/actual/string/fixed.js b/apps/angular/node_modules/core-js/actual/string/fixed.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/fixed.js rename to apps/angular/node_modules/core-js/actual/string/fixed.js diff --git a/ClientApp/node_modules/core-js/actual/string/fontcolor.js b/apps/angular/node_modules/core-js/actual/string/fontcolor.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/fontcolor.js rename to apps/angular/node_modules/core-js/actual/string/fontcolor.js diff --git a/ClientApp/node_modules/core-js/actual/string/fontsize.js b/apps/angular/node_modules/core-js/actual/string/fontsize.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/fontsize.js rename to apps/angular/node_modules/core-js/actual/string/fontsize.js diff --git a/ClientApp/node_modules/core-js/actual/string/from-code-point.js b/apps/angular/node_modules/core-js/actual/string/from-code-point.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/from-code-point.js rename to apps/angular/node_modules/core-js/actual/string/from-code-point.js diff --git a/ClientApp/node_modules/core-js/actual/string/includes.js b/apps/angular/node_modules/core-js/actual/string/includes.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/includes.js rename to apps/angular/node_modules/core-js/actual/string/includes.js diff --git a/ClientApp/node_modules/core-js/actual/string/index.js b/apps/angular/node_modules/core-js/actual/string/index.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/index.js rename to apps/angular/node_modules/core-js/actual/string/index.js diff --git a/ClientApp/node_modules/core-js/actual/string/is-well-formed.js b/apps/angular/node_modules/core-js/actual/string/is-well-formed.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/is-well-formed.js rename to apps/angular/node_modules/core-js/actual/string/is-well-formed.js diff --git a/ClientApp/node_modules/core-js/actual/string/italics.js b/apps/angular/node_modules/core-js/actual/string/italics.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/italics.js rename to apps/angular/node_modules/core-js/actual/string/italics.js diff --git a/ClientApp/node_modules/core-js/actual/string/iterator.js b/apps/angular/node_modules/core-js/actual/string/iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/iterator.js rename to apps/angular/node_modules/core-js/actual/string/iterator.js diff --git a/ClientApp/node_modules/core-js/actual/string/link.js b/apps/angular/node_modules/core-js/actual/string/link.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/link.js rename to apps/angular/node_modules/core-js/actual/string/link.js diff --git a/ClientApp/node_modules/core-js/actual/string/match-all.js b/apps/angular/node_modules/core-js/actual/string/match-all.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/match-all.js rename to apps/angular/node_modules/core-js/actual/string/match-all.js diff --git a/ClientApp/node_modules/core-js/actual/string/match.js b/apps/angular/node_modules/core-js/actual/string/match.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/match.js rename to apps/angular/node_modules/core-js/actual/string/match.js diff --git a/ClientApp/node_modules/core-js/actual/string/pad-end.js b/apps/angular/node_modules/core-js/actual/string/pad-end.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/pad-end.js rename to apps/angular/node_modules/core-js/actual/string/pad-end.js diff --git a/ClientApp/node_modules/core-js/actual/string/pad-start.js b/apps/angular/node_modules/core-js/actual/string/pad-start.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/pad-start.js rename to apps/angular/node_modules/core-js/actual/string/pad-start.js diff --git a/ClientApp/node_modules/core-js/actual/string/raw.js b/apps/angular/node_modules/core-js/actual/string/raw.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/raw.js rename to apps/angular/node_modules/core-js/actual/string/raw.js diff --git a/ClientApp/node_modules/core-js/actual/string/repeat.js b/apps/angular/node_modules/core-js/actual/string/repeat.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/repeat.js rename to apps/angular/node_modules/core-js/actual/string/repeat.js diff --git a/ClientApp/node_modules/core-js/actual/string/replace-all.js b/apps/angular/node_modules/core-js/actual/string/replace-all.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/replace-all.js rename to apps/angular/node_modules/core-js/actual/string/replace-all.js diff --git a/ClientApp/node_modules/core-js/actual/string/replace.js b/apps/angular/node_modules/core-js/actual/string/replace.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/replace.js rename to apps/angular/node_modules/core-js/actual/string/replace.js diff --git a/ClientApp/node_modules/core-js/actual/string/search.js b/apps/angular/node_modules/core-js/actual/string/search.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/search.js rename to apps/angular/node_modules/core-js/actual/string/search.js diff --git a/ClientApp/node_modules/core-js/actual/string/small.js b/apps/angular/node_modules/core-js/actual/string/small.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/small.js rename to apps/angular/node_modules/core-js/actual/string/small.js diff --git a/ClientApp/node_modules/core-js/actual/string/split.js b/apps/angular/node_modules/core-js/actual/string/split.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/split.js rename to apps/angular/node_modules/core-js/actual/string/split.js diff --git a/ClientApp/node_modules/core-js/actual/string/starts-with.js b/apps/angular/node_modules/core-js/actual/string/starts-with.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/starts-with.js rename to apps/angular/node_modules/core-js/actual/string/starts-with.js diff --git a/ClientApp/node_modules/core-js/actual/string/strike.js b/apps/angular/node_modules/core-js/actual/string/strike.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/strike.js rename to apps/angular/node_modules/core-js/actual/string/strike.js diff --git a/ClientApp/node_modules/core-js/actual/string/sub.js b/apps/angular/node_modules/core-js/actual/string/sub.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/sub.js rename to apps/angular/node_modules/core-js/actual/string/sub.js diff --git a/ClientApp/node_modules/core-js/actual/string/substr.js b/apps/angular/node_modules/core-js/actual/string/substr.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/substr.js rename to apps/angular/node_modules/core-js/actual/string/substr.js diff --git a/ClientApp/node_modules/core-js/actual/string/sup.js b/apps/angular/node_modules/core-js/actual/string/sup.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/sup.js rename to apps/angular/node_modules/core-js/actual/string/sup.js diff --git a/ClientApp/node_modules/core-js/actual/string/to-well-formed.js b/apps/angular/node_modules/core-js/actual/string/to-well-formed.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/to-well-formed.js rename to apps/angular/node_modules/core-js/actual/string/to-well-formed.js diff --git a/ClientApp/node_modules/core-js/actual/string/trim-end.js b/apps/angular/node_modules/core-js/actual/string/trim-end.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/trim-end.js rename to apps/angular/node_modules/core-js/actual/string/trim-end.js diff --git a/ClientApp/node_modules/core-js/actual/string/trim-left.js b/apps/angular/node_modules/core-js/actual/string/trim-left.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/trim-left.js rename to apps/angular/node_modules/core-js/actual/string/trim-left.js diff --git a/ClientApp/node_modules/core-js/actual/string/trim-right.js b/apps/angular/node_modules/core-js/actual/string/trim-right.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/trim-right.js rename to apps/angular/node_modules/core-js/actual/string/trim-right.js diff --git a/ClientApp/node_modules/core-js/actual/string/trim-start.js b/apps/angular/node_modules/core-js/actual/string/trim-start.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/trim-start.js rename to apps/angular/node_modules/core-js/actual/string/trim-start.js diff --git a/ClientApp/node_modules/core-js/actual/string/trim.js b/apps/angular/node_modules/core-js/actual/string/trim.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/trim.js rename to apps/angular/node_modules/core-js/actual/string/trim.js diff --git a/ClientApp/node_modules/core-js/actual/string/virtual/anchor.js b/apps/angular/node_modules/core-js/actual/string/virtual/anchor.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/virtual/anchor.js rename to apps/angular/node_modules/core-js/actual/string/virtual/anchor.js diff --git a/ClientApp/node_modules/core-js/actual/string/virtual/at.js b/apps/angular/node_modules/core-js/actual/string/virtual/at.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/virtual/at.js rename to apps/angular/node_modules/core-js/actual/string/virtual/at.js diff --git a/ClientApp/node_modules/core-js/actual/string/virtual/big.js b/apps/angular/node_modules/core-js/actual/string/virtual/big.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/virtual/big.js rename to apps/angular/node_modules/core-js/actual/string/virtual/big.js diff --git a/ClientApp/node_modules/core-js/actual/string/virtual/blink.js b/apps/angular/node_modules/core-js/actual/string/virtual/blink.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/virtual/blink.js rename to apps/angular/node_modules/core-js/actual/string/virtual/blink.js diff --git a/ClientApp/node_modules/core-js/actual/string/virtual/bold.js b/apps/angular/node_modules/core-js/actual/string/virtual/bold.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/virtual/bold.js rename to apps/angular/node_modules/core-js/actual/string/virtual/bold.js diff --git a/ClientApp/node_modules/core-js/actual/string/virtual/code-point-at.js b/apps/angular/node_modules/core-js/actual/string/virtual/code-point-at.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/virtual/code-point-at.js rename to apps/angular/node_modules/core-js/actual/string/virtual/code-point-at.js diff --git a/ClientApp/node_modules/core-js/actual/string/virtual/ends-with.js b/apps/angular/node_modules/core-js/actual/string/virtual/ends-with.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/virtual/ends-with.js rename to apps/angular/node_modules/core-js/actual/string/virtual/ends-with.js diff --git a/ClientApp/node_modules/core-js/actual/string/virtual/fixed.js b/apps/angular/node_modules/core-js/actual/string/virtual/fixed.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/virtual/fixed.js rename to apps/angular/node_modules/core-js/actual/string/virtual/fixed.js diff --git a/ClientApp/node_modules/core-js/actual/string/virtual/fontcolor.js b/apps/angular/node_modules/core-js/actual/string/virtual/fontcolor.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/virtual/fontcolor.js rename to apps/angular/node_modules/core-js/actual/string/virtual/fontcolor.js diff --git a/ClientApp/node_modules/core-js/actual/string/virtual/fontsize.js b/apps/angular/node_modules/core-js/actual/string/virtual/fontsize.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/virtual/fontsize.js rename to apps/angular/node_modules/core-js/actual/string/virtual/fontsize.js diff --git a/ClientApp/node_modules/core-js/actual/string/virtual/includes.js b/apps/angular/node_modules/core-js/actual/string/virtual/includes.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/virtual/includes.js rename to apps/angular/node_modules/core-js/actual/string/virtual/includes.js diff --git a/ClientApp/node_modules/core-js/actual/string/virtual/index.js b/apps/angular/node_modules/core-js/actual/string/virtual/index.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/virtual/index.js rename to apps/angular/node_modules/core-js/actual/string/virtual/index.js diff --git a/ClientApp/node_modules/core-js/actual/string/virtual/is-well-formed.js b/apps/angular/node_modules/core-js/actual/string/virtual/is-well-formed.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/virtual/is-well-formed.js rename to apps/angular/node_modules/core-js/actual/string/virtual/is-well-formed.js diff --git a/ClientApp/node_modules/core-js/actual/string/virtual/italics.js b/apps/angular/node_modules/core-js/actual/string/virtual/italics.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/virtual/italics.js rename to apps/angular/node_modules/core-js/actual/string/virtual/italics.js diff --git a/ClientApp/node_modules/core-js/actual/string/virtual/iterator.js b/apps/angular/node_modules/core-js/actual/string/virtual/iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/virtual/iterator.js rename to apps/angular/node_modules/core-js/actual/string/virtual/iterator.js diff --git a/ClientApp/node_modules/core-js/actual/string/virtual/link.js b/apps/angular/node_modules/core-js/actual/string/virtual/link.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/virtual/link.js rename to apps/angular/node_modules/core-js/actual/string/virtual/link.js diff --git a/ClientApp/node_modules/core-js/actual/string/virtual/match-all.js b/apps/angular/node_modules/core-js/actual/string/virtual/match-all.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/virtual/match-all.js rename to apps/angular/node_modules/core-js/actual/string/virtual/match-all.js diff --git a/ClientApp/node_modules/core-js/actual/string/virtual/pad-end.js b/apps/angular/node_modules/core-js/actual/string/virtual/pad-end.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/virtual/pad-end.js rename to apps/angular/node_modules/core-js/actual/string/virtual/pad-end.js diff --git a/ClientApp/node_modules/core-js/actual/string/virtual/pad-start.js b/apps/angular/node_modules/core-js/actual/string/virtual/pad-start.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/virtual/pad-start.js rename to apps/angular/node_modules/core-js/actual/string/virtual/pad-start.js diff --git a/ClientApp/node_modules/core-js/actual/string/virtual/repeat.js b/apps/angular/node_modules/core-js/actual/string/virtual/repeat.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/virtual/repeat.js rename to apps/angular/node_modules/core-js/actual/string/virtual/repeat.js diff --git a/ClientApp/node_modules/core-js/actual/string/virtual/replace-all.js b/apps/angular/node_modules/core-js/actual/string/virtual/replace-all.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/virtual/replace-all.js rename to apps/angular/node_modules/core-js/actual/string/virtual/replace-all.js diff --git a/ClientApp/node_modules/core-js/actual/string/virtual/small.js b/apps/angular/node_modules/core-js/actual/string/virtual/small.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/virtual/small.js rename to apps/angular/node_modules/core-js/actual/string/virtual/small.js diff --git a/ClientApp/node_modules/core-js/actual/string/virtual/starts-with.js b/apps/angular/node_modules/core-js/actual/string/virtual/starts-with.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/virtual/starts-with.js rename to apps/angular/node_modules/core-js/actual/string/virtual/starts-with.js diff --git a/ClientApp/node_modules/core-js/actual/string/virtual/strike.js b/apps/angular/node_modules/core-js/actual/string/virtual/strike.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/virtual/strike.js rename to apps/angular/node_modules/core-js/actual/string/virtual/strike.js diff --git a/ClientApp/node_modules/core-js/actual/string/virtual/sub.js b/apps/angular/node_modules/core-js/actual/string/virtual/sub.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/virtual/sub.js rename to apps/angular/node_modules/core-js/actual/string/virtual/sub.js diff --git a/ClientApp/node_modules/core-js/actual/string/virtual/substr.js b/apps/angular/node_modules/core-js/actual/string/virtual/substr.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/virtual/substr.js rename to apps/angular/node_modules/core-js/actual/string/virtual/substr.js diff --git a/ClientApp/node_modules/core-js/actual/string/virtual/sup.js b/apps/angular/node_modules/core-js/actual/string/virtual/sup.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/virtual/sup.js rename to apps/angular/node_modules/core-js/actual/string/virtual/sup.js diff --git a/ClientApp/node_modules/core-js/actual/string/virtual/to-well-formed.js b/apps/angular/node_modules/core-js/actual/string/virtual/to-well-formed.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/virtual/to-well-formed.js rename to apps/angular/node_modules/core-js/actual/string/virtual/to-well-formed.js diff --git a/ClientApp/node_modules/core-js/actual/string/virtual/trim-end.js b/apps/angular/node_modules/core-js/actual/string/virtual/trim-end.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/virtual/trim-end.js rename to apps/angular/node_modules/core-js/actual/string/virtual/trim-end.js diff --git a/ClientApp/node_modules/core-js/actual/string/virtual/trim-left.js b/apps/angular/node_modules/core-js/actual/string/virtual/trim-left.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/virtual/trim-left.js rename to apps/angular/node_modules/core-js/actual/string/virtual/trim-left.js diff --git a/ClientApp/node_modules/core-js/actual/string/virtual/trim-right.js b/apps/angular/node_modules/core-js/actual/string/virtual/trim-right.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/virtual/trim-right.js rename to apps/angular/node_modules/core-js/actual/string/virtual/trim-right.js diff --git a/ClientApp/node_modules/core-js/actual/string/virtual/trim-start.js b/apps/angular/node_modules/core-js/actual/string/virtual/trim-start.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/virtual/trim-start.js rename to apps/angular/node_modules/core-js/actual/string/virtual/trim-start.js diff --git a/ClientApp/node_modules/core-js/actual/string/virtual/trim.js b/apps/angular/node_modules/core-js/actual/string/virtual/trim.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/string/virtual/trim.js rename to apps/angular/node_modules/core-js/actual/string/virtual/trim.js diff --git a/ClientApp/node_modules/core-js/actual/structured-clone.js b/apps/angular/node_modules/core-js/actual/structured-clone.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/structured-clone.js rename to apps/angular/node_modules/core-js/actual/structured-clone.js diff --git a/ClientApp/node_modules/core-js/actual/suppressed-error.js b/apps/angular/node_modules/core-js/actual/suppressed-error.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/suppressed-error.js rename to apps/angular/node_modules/core-js/actual/suppressed-error.js diff --git a/ClientApp/node_modules/core-js/actual/symbol/async-dispose.js b/apps/angular/node_modules/core-js/actual/symbol/async-dispose.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/symbol/async-dispose.js rename to apps/angular/node_modules/core-js/actual/symbol/async-dispose.js diff --git a/ClientApp/node_modules/core-js/actual/symbol/async-iterator.js b/apps/angular/node_modules/core-js/actual/symbol/async-iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/symbol/async-iterator.js rename to apps/angular/node_modules/core-js/actual/symbol/async-iterator.js diff --git a/ClientApp/node_modules/core-js/actual/symbol/description.js b/apps/angular/node_modules/core-js/actual/symbol/description.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/symbol/description.js rename to apps/angular/node_modules/core-js/actual/symbol/description.js diff --git a/ClientApp/node_modules/core-js/actual/symbol/dispose.js b/apps/angular/node_modules/core-js/actual/symbol/dispose.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/symbol/dispose.js rename to apps/angular/node_modules/core-js/actual/symbol/dispose.js diff --git a/ClientApp/node_modules/core-js/actual/symbol/for.js b/apps/angular/node_modules/core-js/actual/symbol/for.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/symbol/for.js rename to apps/angular/node_modules/core-js/actual/symbol/for.js diff --git a/ClientApp/node_modules/core-js/actual/symbol/has-instance.js b/apps/angular/node_modules/core-js/actual/symbol/has-instance.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/symbol/has-instance.js rename to apps/angular/node_modules/core-js/actual/symbol/has-instance.js diff --git a/ClientApp/node_modules/core-js/actual/symbol/index.js b/apps/angular/node_modules/core-js/actual/symbol/index.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/symbol/index.js rename to apps/angular/node_modules/core-js/actual/symbol/index.js diff --git a/ClientApp/node_modules/core-js/actual/symbol/is-concat-spreadable.js b/apps/angular/node_modules/core-js/actual/symbol/is-concat-spreadable.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/symbol/is-concat-spreadable.js rename to apps/angular/node_modules/core-js/actual/symbol/is-concat-spreadable.js diff --git a/ClientApp/node_modules/core-js/actual/symbol/iterator.js b/apps/angular/node_modules/core-js/actual/symbol/iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/symbol/iterator.js rename to apps/angular/node_modules/core-js/actual/symbol/iterator.js diff --git a/ClientApp/node_modules/core-js/actual/symbol/key-for.js b/apps/angular/node_modules/core-js/actual/symbol/key-for.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/symbol/key-for.js rename to apps/angular/node_modules/core-js/actual/symbol/key-for.js diff --git a/ClientApp/node_modules/core-js/actual/symbol/match-all.js b/apps/angular/node_modules/core-js/actual/symbol/match-all.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/symbol/match-all.js rename to apps/angular/node_modules/core-js/actual/symbol/match-all.js diff --git a/ClientApp/node_modules/core-js/actual/symbol/match.js b/apps/angular/node_modules/core-js/actual/symbol/match.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/symbol/match.js rename to apps/angular/node_modules/core-js/actual/symbol/match.js diff --git a/ClientApp/node_modules/core-js/actual/symbol/metadata.js b/apps/angular/node_modules/core-js/actual/symbol/metadata.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/symbol/metadata.js rename to apps/angular/node_modules/core-js/actual/symbol/metadata.js diff --git a/ClientApp/node_modules/core-js/actual/symbol/replace.js b/apps/angular/node_modules/core-js/actual/symbol/replace.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/symbol/replace.js rename to apps/angular/node_modules/core-js/actual/symbol/replace.js diff --git a/ClientApp/node_modules/core-js/actual/symbol/search.js b/apps/angular/node_modules/core-js/actual/symbol/search.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/symbol/search.js rename to apps/angular/node_modules/core-js/actual/symbol/search.js diff --git a/ClientApp/node_modules/core-js/actual/symbol/species.js b/apps/angular/node_modules/core-js/actual/symbol/species.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/symbol/species.js rename to apps/angular/node_modules/core-js/actual/symbol/species.js diff --git a/ClientApp/node_modules/core-js/actual/symbol/split.js b/apps/angular/node_modules/core-js/actual/symbol/split.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/symbol/split.js rename to apps/angular/node_modules/core-js/actual/symbol/split.js diff --git a/ClientApp/node_modules/core-js/actual/symbol/to-primitive.js b/apps/angular/node_modules/core-js/actual/symbol/to-primitive.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/symbol/to-primitive.js rename to apps/angular/node_modules/core-js/actual/symbol/to-primitive.js diff --git a/ClientApp/node_modules/core-js/actual/symbol/to-string-tag.js b/apps/angular/node_modules/core-js/actual/symbol/to-string-tag.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/symbol/to-string-tag.js rename to apps/angular/node_modules/core-js/actual/symbol/to-string-tag.js diff --git a/ClientApp/node_modules/core-js/actual/symbol/unscopables.js b/apps/angular/node_modules/core-js/actual/symbol/unscopables.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/symbol/unscopables.js rename to apps/angular/node_modules/core-js/actual/symbol/unscopables.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/at.js b/apps/angular/node_modules/core-js/actual/typed-array/at.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/at.js rename to apps/angular/node_modules/core-js/actual/typed-array/at.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/copy-within.js b/apps/angular/node_modules/core-js/actual/typed-array/copy-within.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/copy-within.js rename to apps/angular/node_modules/core-js/actual/typed-array/copy-within.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/entries.js b/apps/angular/node_modules/core-js/actual/typed-array/entries.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/entries.js rename to apps/angular/node_modules/core-js/actual/typed-array/entries.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/every.js b/apps/angular/node_modules/core-js/actual/typed-array/every.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/every.js rename to apps/angular/node_modules/core-js/actual/typed-array/every.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/fill.js b/apps/angular/node_modules/core-js/actual/typed-array/fill.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/fill.js rename to apps/angular/node_modules/core-js/actual/typed-array/fill.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/filter.js b/apps/angular/node_modules/core-js/actual/typed-array/filter.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/filter.js rename to apps/angular/node_modules/core-js/actual/typed-array/filter.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/find-index.js b/apps/angular/node_modules/core-js/actual/typed-array/find-index.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/find-index.js rename to apps/angular/node_modules/core-js/actual/typed-array/find-index.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/find-last-index.js b/apps/angular/node_modules/core-js/actual/typed-array/find-last-index.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/find-last-index.js rename to apps/angular/node_modules/core-js/actual/typed-array/find-last-index.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/find-last.js b/apps/angular/node_modules/core-js/actual/typed-array/find-last.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/find-last.js rename to apps/angular/node_modules/core-js/actual/typed-array/find-last.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/find.js b/apps/angular/node_modules/core-js/actual/typed-array/find.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/find.js rename to apps/angular/node_modules/core-js/actual/typed-array/find.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/float32-array.js b/apps/angular/node_modules/core-js/actual/typed-array/float32-array.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/float32-array.js rename to apps/angular/node_modules/core-js/actual/typed-array/float32-array.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/float64-array.js b/apps/angular/node_modules/core-js/actual/typed-array/float64-array.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/float64-array.js rename to apps/angular/node_modules/core-js/actual/typed-array/float64-array.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/for-each.js b/apps/angular/node_modules/core-js/actual/typed-array/for-each.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/for-each.js rename to apps/angular/node_modules/core-js/actual/typed-array/for-each.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/from-base64.js b/apps/angular/node_modules/core-js/actual/typed-array/from-base64.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/from-base64.js rename to apps/angular/node_modules/core-js/actual/typed-array/from-base64.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/from-hex.js b/apps/angular/node_modules/core-js/actual/typed-array/from-hex.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/from-hex.js rename to apps/angular/node_modules/core-js/actual/typed-array/from-hex.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/from.js b/apps/angular/node_modules/core-js/actual/typed-array/from.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/from.js rename to apps/angular/node_modules/core-js/actual/typed-array/from.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/includes.js b/apps/angular/node_modules/core-js/actual/typed-array/includes.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/includes.js rename to apps/angular/node_modules/core-js/actual/typed-array/includes.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/index-of.js b/apps/angular/node_modules/core-js/actual/typed-array/index-of.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/index-of.js rename to apps/angular/node_modules/core-js/actual/typed-array/index-of.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/index.js b/apps/angular/node_modules/core-js/actual/typed-array/index.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/index.js rename to apps/angular/node_modules/core-js/actual/typed-array/index.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/int16-array.js b/apps/angular/node_modules/core-js/actual/typed-array/int16-array.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/int16-array.js rename to apps/angular/node_modules/core-js/actual/typed-array/int16-array.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/int32-array.js b/apps/angular/node_modules/core-js/actual/typed-array/int32-array.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/int32-array.js rename to apps/angular/node_modules/core-js/actual/typed-array/int32-array.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/int8-array.js b/apps/angular/node_modules/core-js/actual/typed-array/int8-array.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/int8-array.js rename to apps/angular/node_modules/core-js/actual/typed-array/int8-array.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/iterator.js b/apps/angular/node_modules/core-js/actual/typed-array/iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/iterator.js rename to apps/angular/node_modules/core-js/actual/typed-array/iterator.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/join.js b/apps/angular/node_modules/core-js/actual/typed-array/join.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/join.js rename to apps/angular/node_modules/core-js/actual/typed-array/join.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/keys.js b/apps/angular/node_modules/core-js/actual/typed-array/keys.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/keys.js rename to apps/angular/node_modules/core-js/actual/typed-array/keys.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/last-index-of.js b/apps/angular/node_modules/core-js/actual/typed-array/last-index-of.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/last-index-of.js rename to apps/angular/node_modules/core-js/actual/typed-array/last-index-of.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/map.js b/apps/angular/node_modules/core-js/actual/typed-array/map.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/map.js rename to apps/angular/node_modules/core-js/actual/typed-array/map.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/methods.js b/apps/angular/node_modules/core-js/actual/typed-array/methods.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/methods.js rename to apps/angular/node_modules/core-js/actual/typed-array/methods.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/of.js b/apps/angular/node_modules/core-js/actual/typed-array/of.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/of.js rename to apps/angular/node_modules/core-js/actual/typed-array/of.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/reduce-right.js b/apps/angular/node_modules/core-js/actual/typed-array/reduce-right.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/reduce-right.js rename to apps/angular/node_modules/core-js/actual/typed-array/reduce-right.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/reduce.js b/apps/angular/node_modules/core-js/actual/typed-array/reduce.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/reduce.js rename to apps/angular/node_modules/core-js/actual/typed-array/reduce.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/reverse.js b/apps/angular/node_modules/core-js/actual/typed-array/reverse.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/reverse.js rename to apps/angular/node_modules/core-js/actual/typed-array/reverse.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/set-from-base64.js b/apps/angular/node_modules/core-js/actual/typed-array/set-from-base64.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/set-from-base64.js rename to apps/angular/node_modules/core-js/actual/typed-array/set-from-base64.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/set-from-hex.js b/apps/angular/node_modules/core-js/actual/typed-array/set-from-hex.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/set-from-hex.js rename to apps/angular/node_modules/core-js/actual/typed-array/set-from-hex.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/set.js b/apps/angular/node_modules/core-js/actual/typed-array/set.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/set.js rename to apps/angular/node_modules/core-js/actual/typed-array/set.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/slice.js b/apps/angular/node_modules/core-js/actual/typed-array/slice.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/slice.js rename to apps/angular/node_modules/core-js/actual/typed-array/slice.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/some.js b/apps/angular/node_modules/core-js/actual/typed-array/some.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/some.js rename to apps/angular/node_modules/core-js/actual/typed-array/some.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/sort.js b/apps/angular/node_modules/core-js/actual/typed-array/sort.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/sort.js rename to apps/angular/node_modules/core-js/actual/typed-array/sort.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/subarray.js b/apps/angular/node_modules/core-js/actual/typed-array/subarray.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/subarray.js rename to apps/angular/node_modules/core-js/actual/typed-array/subarray.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/to-base64.js b/apps/angular/node_modules/core-js/actual/typed-array/to-base64.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/to-base64.js rename to apps/angular/node_modules/core-js/actual/typed-array/to-base64.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/to-hex.js b/apps/angular/node_modules/core-js/actual/typed-array/to-hex.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/to-hex.js rename to apps/angular/node_modules/core-js/actual/typed-array/to-hex.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/to-locale-string.js b/apps/angular/node_modules/core-js/actual/typed-array/to-locale-string.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/to-locale-string.js rename to apps/angular/node_modules/core-js/actual/typed-array/to-locale-string.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/to-reversed.js b/apps/angular/node_modules/core-js/actual/typed-array/to-reversed.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/to-reversed.js rename to apps/angular/node_modules/core-js/actual/typed-array/to-reversed.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/to-sorted.js b/apps/angular/node_modules/core-js/actual/typed-array/to-sorted.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/to-sorted.js rename to apps/angular/node_modules/core-js/actual/typed-array/to-sorted.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/to-spliced.js b/apps/angular/node_modules/core-js/actual/typed-array/to-spliced.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/to-spliced.js rename to apps/angular/node_modules/core-js/actual/typed-array/to-spliced.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/to-string.js b/apps/angular/node_modules/core-js/actual/typed-array/to-string.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/to-string.js rename to apps/angular/node_modules/core-js/actual/typed-array/to-string.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/uint16-array.js b/apps/angular/node_modules/core-js/actual/typed-array/uint16-array.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/uint16-array.js rename to apps/angular/node_modules/core-js/actual/typed-array/uint16-array.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/uint32-array.js b/apps/angular/node_modules/core-js/actual/typed-array/uint32-array.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/uint32-array.js rename to apps/angular/node_modules/core-js/actual/typed-array/uint32-array.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/uint8-array.js b/apps/angular/node_modules/core-js/actual/typed-array/uint8-array.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/uint8-array.js rename to apps/angular/node_modules/core-js/actual/typed-array/uint8-array.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/uint8-clamped-array.js b/apps/angular/node_modules/core-js/actual/typed-array/uint8-clamped-array.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/uint8-clamped-array.js rename to apps/angular/node_modules/core-js/actual/typed-array/uint8-clamped-array.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/values.js b/apps/angular/node_modules/core-js/actual/typed-array/values.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/values.js rename to apps/angular/node_modules/core-js/actual/typed-array/values.js diff --git a/ClientApp/node_modules/core-js/actual/typed-array/with.js b/apps/angular/node_modules/core-js/actual/typed-array/with.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/typed-array/with.js rename to apps/angular/node_modules/core-js/actual/typed-array/with.js diff --git a/ClientApp/node_modules/core-js/actual/unescape.js b/apps/angular/node_modules/core-js/actual/unescape.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/unescape.js rename to apps/angular/node_modules/core-js/actual/unescape.js diff --git a/ClientApp/node_modules/core-js/actual/url-search-params/index.js b/apps/angular/node_modules/core-js/actual/url-search-params/index.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/url-search-params/index.js rename to apps/angular/node_modules/core-js/actual/url-search-params/index.js diff --git a/ClientApp/node_modules/core-js/actual/url/can-parse.js b/apps/angular/node_modules/core-js/actual/url/can-parse.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/url/can-parse.js rename to apps/angular/node_modules/core-js/actual/url/can-parse.js diff --git a/ClientApp/node_modules/core-js/actual/url/index.js b/apps/angular/node_modules/core-js/actual/url/index.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/url/index.js rename to apps/angular/node_modules/core-js/actual/url/index.js diff --git a/ClientApp/node_modules/core-js/actual/url/parse.js b/apps/angular/node_modules/core-js/actual/url/parse.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/url/parse.js rename to apps/angular/node_modules/core-js/actual/url/parse.js diff --git a/ClientApp/node_modules/core-js/actual/url/to-json.js b/apps/angular/node_modules/core-js/actual/url/to-json.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/url/to-json.js rename to apps/angular/node_modules/core-js/actual/url/to-json.js diff --git a/ClientApp/node_modules/core-js/actual/weak-map/get-or-insert-computed.js b/apps/angular/node_modules/core-js/actual/weak-map/get-or-insert-computed.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/weak-map/get-or-insert-computed.js rename to apps/angular/node_modules/core-js/actual/weak-map/get-or-insert-computed.js diff --git a/ClientApp/node_modules/core-js/actual/weak-map/get-or-insert.js b/apps/angular/node_modules/core-js/actual/weak-map/get-or-insert.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/weak-map/get-or-insert.js rename to apps/angular/node_modules/core-js/actual/weak-map/get-or-insert.js diff --git a/ClientApp/node_modules/core-js/actual/weak-map/index.js b/apps/angular/node_modules/core-js/actual/weak-map/index.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/weak-map/index.js rename to apps/angular/node_modules/core-js/actual/weak-map/index.js diff --git a/ClientApp/node_modules/core-js/actual/weak-set/index.js b/apps/angular/node_modules/core-js/actual/weak-set/index.js similarity index 100% rename from ClientApp/node_modules/core-js/actual/weak-set/index.js rename to apps/angular/node_modules/core-js/actual/weak-set/index.js diff --git a/ClientApp/node_modules/core-js/configurator.js b/apps/angular/node_modules/core-js/configurator.js similarity index 100% rename from ClientApp/node_modules/core-js/configurator.js rename to apps/angular/node_modules/core-js/configurator.js diff --git a/ClientApp/node_modules/core-js/es/README.md b/apps/angular/node_modules/core-js/es/README.md similarity index 100% rename from ClientApp/node_modules/core-js/es/README.md rename to apps/angular/node_modules/core-js/es/README.md diff --git a/ClientApp/node_modules/core-js/es/aggregate-error.js b/apps/angular/node_modules/core-js/es/aggregate-error.js similarity index 100% rename from ClientApp/node_modules/core-js/es/aggregate-error.js rename to apps/angular/node_modules/core-js/es/aggregate-error.js diff --git a/ClientApp/node_modules/core-js/es/array-buffer/constructor.js b/apps/angular/node_modules/core-js/es/array-buffer/constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array-buffer/constructor.js rename to apps/angular/node_modules/core-js/es/array-buffer/constructor.js diff --git a/ClientApp/node_modules/core-js/es/array-buffer/detached.js b/apps/angular/node_modules/core-js/es/array-buffer/detached.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array-buffer/detached.js rename to apps/angular/node_modules/core-js/es/array-buffer/detached.js diff --git a/ClientApp/node_modules/core-js/es/array-buffer/index.js b/apps/angular/node_modules/core-js/es/array-buffer/index.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array-buffer/index.js rename to apps/angular/node_modules/core-js/es/array-buffer/index.js diff --git a/ClientApp/node_modules/core-js/es/array-buffer/is-view.js b/apps/angular/node_modules/core-js/es/array-buffer/is-view.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array-buffer/is-view.js rename to apps/angular/node_modules/core-js/es/array-buffer/is-view.js diff --git a/ClientApp/node_modules/core-js/es/array-buffer/slice.js b/apps/angular/node_modules/core-js/es/array-buffer/slice.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array-buffer/slice.js rename to apps/angular/node_modules/core-js/es/array-buffer/slice.js diff --git a/ClientApp/node_modules/core-js/es/array-buffer/transfer-to-fixed-length.js b/apps/angular/node_modules/core-js/es/array-buffer/transfer-to-fixed-length.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array-buffer/transfer-to-fixed-length.js rename to apps/angular/node_modules/core-js/es/array-buffer/transfer-to-fixed-length.js diff --git a/ClientApp/node_modules/core-js/es/array-buffer/transfer.js b/apps/angular/node_modules/core-js/es/array-buffer/transfer.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array-buffer/transfer.js rename to apps/angular/node_modules/core-js/es/array-buffer/transfer.js diff --git a/ClientApp/node_modules/core-js/es/array/at.js b/apps/angular/node_modules/core-js/es/array/at.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/at.js rename to apps/angular/node_modules/core-js/es/array/at.js diff --git a/ClientApp/node_modules/core-js/es/array/concat.js b/apps/angular/node_modules/core-js/es/array/concat.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/concat.js rename to apps/angular/node_modules/core-js/es/array/concat.js diff --git a/ClientApp/node_modules/core-js/es/array/copy-within.js b/apps/angular/node_modules/core-js/es/array/copy-within.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/copy-within.js rename to apps/angular/node_modules/core-js/es/array/copy-within.js diff --git a/ClientApp/node_modules/core-js/es/array/entries.js b/apps/angular/node_modules/core-js/es/array/entries.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/entries.js rename to apps/angular/node_modules/core-js/es/array/entries.js diff --git a/ClientApp/node_modules/core-js/es/array/every.js b/apps/angular/node_modules/core-js/es/array/every.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/every.js rename to apps/angular/node_modules/core-js/es/array/every.js diff --git a/ClientApp/node_modules/core-js/es/array/fill.js b/apps/angular/node_modules/core-js/es/array/fill.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/fill.js rename to apps/angular/node_modules/core-js/es/array/fill.js diff --git a/ClientApp/node_modules/core-js/es/array/filter.js b/apps/angular/node_modules/core-js/es/array/filter.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/filter.js rename to apps/angular/node_modules/core-js/es/array/filter.js diff --git a/ClientApp/node_modules/core-js/es/array/find-index.js b/apps/angular/node_modules/core-js/es/array/find-index.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/find-index.js rename to apps/angular/node_modules/core-js/es/array/find-index.js diff --git a/ClientApp/node_modules/core-js/es/array/find-last-index.js b/apps/angular/node_modules/core-js/es/array/find-last-index.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/find-last-index.js rename to apps/angular/node_modules/core-js/es/array/find-last-index.js diff --git a/ClientApp/node_modules/core-js/es/array/find-last.js b/apps/angular/node_modules/core-js/es/array/find-last.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/find-last.js rename to apps/angular/node_modules/core-js/es/array/find-last.js diff --git a/ClientApp/node_modules/core-js/es/array/find.js b/apps/angular/node_modules/core-js/es/array/find.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/find.js rename to apps/angular/node_modules/core-js/es/array/find.js diff --git a/ClientApp/node_modules/core-js/es/array/flat-map.js b/apps/angular/node_modules/core-js/es/array/flat-map.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/flat-map.js rename to apps/angular/node_modules/core-js/es/array/flat-map.js diff --git a/ClientApp/node_modules/core-js/es/array/flat.js b/apps/angular/node_modules/core-js/es/array/flat.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/flat.js rename to apps/angular/node_modules/core-js/es/array/flat.js diff --git a/ClientApp/node_modules/core-js/es/array/for-each.js b/apps/angular/node_modules/core-js/es/array/for-each.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/for-each.js rename to apps/angular/node_modules/core-js/es/array/for-each.js diff --git a/ClientApp/node_modules/core-js/es/array/from-async.js b/apps/angular/node_modules/core-js/es/array/from-async.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/from-async.js rename to apps/angular/node_modules/core-js/es/array/from-async.js diff --git a/ClientApp/node_modules/core-js/es/array/from.js b/apps/angular/node_modules/core-js/es/array/from.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/from.js rename to apps/angular/node_modules/core-js/es/array/from.js diff --git a/ClientApp/node_modules/core-js/es/array/includes.js b/apps/angular/node_modules/core-js/es/array/includes.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/includes.js rename to apps/angular/node_modules/core-js/es/array/includes.js diff --git a/ClientApp/node_modules/core-js/es/array/index-of.js b/apps/angular/node_modules/core-js/es/array/index-of.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/index-of.js rename to apps/angular/node_modules/core-js/es/array/index-of.js diff --git a/ClientApp/node_modules/core-js/es/array/index.js b/apps/angular/node_modules/core-js/es/array/index.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/index.js rename to apps/angular/node_modules/core-js/es/array/index.js diff --git a/ClientApp/node_modules/core-js/es/array/is-array.js b/apps/angular/node_modules/core-js/es/array/is-array.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/is-array.js rename to apps/angular/node_modules/core-js/es/array/is-array.js diff --git a/ClientApp/node_modules/core-js/es/array/iterator.js b/apps/angular/node_modules/core-js/es/array/iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/iterator.js rename to apps/angular/node_modules/core-js/es/array/iterator.js diff --git a/ClientApp/node_modules/core-js/es/array/join.js b/apps/angular/node_modules/core-js/es/array/join.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/join.js rename to apps/angular/node_modules/core-js/es/array/join.js diff --git a/ClientApp/node_modules/core-js/es/array/keys.js b/apps/angular/node_modules/core-js/es/array/keys.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/keys.js rename to apps/angular/node_modules/core-js/es/array/keys.js diff --git a/ClientApp/node_modules/core-js/es/array/last-index-of.js b/apps/angular/node_modules/core-js/es/array/last-index-of.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/last-index-of.js rename to apps/angular/node_modules/core-js/es/array/last-index-of.js diff --git a/ClientApp/node_modules/core-js/es/array/map.js b/apps/angular/node_modules/core-js/es/array/map.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/map.js rename to apps/angular/node_modules/core-js/es/array/map.js diff --git a/ClientApp/node_modules/core-js/es/array/of.js b/apps/angular/node_modules/core-js/es/array/of.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/of.js rename to apps/angular/node_modules/core-js/es/array/of.js diff --git a/ClientApp/node_modules/core-js/es/array/push.js b/apps/angular/node_modules/core-js/es/array/push.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/push.js rename to apps/angular/node_modules/core-js/es/array/push.js diff --git a/ClientApp/node_modules/core-js/es/array/reduce-right.js b/apps/angular/node_modules/core-js/es/array/reduce-right.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/reduce-right.js rename to apps/angular/node_modules/core-js/es/array/reduce-right.js diff --git a/ClientApp/node_modules/core-js/es/array/reduce.js b/apps/angular/node_modules/core-js/es/array/reduce.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/reduce.js rename to apps/angular/node_modules/core-js/es/array/reduce.js diff --git a/ClientApp/node_modules/core-js/es/array/reverse.js b/apps/angular/node_modules/core-js/es/array/reverse.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/reverse.js rename to apps/angular/node_modules/core-js/es/array/reverse.js diff --git a/ClientApp/node_modules/core-js/es/array/slice.js b/apps/angular/node_modules/core-js/es/array/slice.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/slice.js rename to apps/angular/node_modules/core-js/es/array/slice.js diff --git a/ClientApp/node_modules/core-js/es/array/some.js b/apps/angular/node_modules/core-js/es/array/some.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/some.js rename to apps/angular/node_modules/core-js/es/array/some.js diff --git a/ClientApp/node_modules/core-js/es/array/sort.js b/apps/angular/node_modules/core-js/es/array/sort.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/sort.js rename to apps/angular/node_modules/core-js/es/array/sort.js diff --git a/ClientApp/node_modules/core-js/es/array/splice.js b/apps/angular/node_modules/core-js/es/array/splice.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/splice.js rename to apps/angular/node_modules/core-js/es/array/splice.js diff --git a/ClientApp/node_modules/core-js/es/array/to-reversed.js b/apps/angular/node_modules/core-js/es/array/to-reversed.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/to-reversed.js rename to apps/angular/node_modules/core-js/es/array/to-reversed.js diff --git a/ClientApp/node_modules/core-js/es/array/to-sorted.js b/apps/angular/node_modules/core-js/es/array/to-sorted.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/to-sorted.js rename to apps/angular/node_modules/core-js/es/array/to-sorted.js diff --git a/ClientApp/node_modules/core-js/es/array/to-spliced.js b/apps/angular/node_modules/core-js/es/array/to-spliced.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/to-spliced.js rename to apps/angular/node_modules/core-js/es/array/to-spliced.js diff --git a/ClientApp/node_modules/core-js/es/array/unshift.js b/apps/angular/node_modules/core-js/es/array/unshift.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/unshift.js rename to apps/angular/node_modules/core-js/es/array/unshift.js diff --git a/ClientApp/node_modules/core-js/es/array/values.js b/apps/angular/node_modules/core-js/es/array/values.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/values.js rename to apps/angular/node_modules/core-js/es/array/values.js diff --git a/ClientApp/node_modules/core-js/es/array/virtual/at.js b/apps/angular/node_modules/core-js/es/array/virtual/at.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/virtual/at.js rename to apps/angular/node_modules/core-js/es/array/virtual/at.js diff --git a/ClientApp/node_modules/core-js/es/array/virtual/concat.js b/apps/angular/node_modules/core-js/es/array/virtual/concat.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/virtual/concat.js rename to apps/angular/node_modules/core-js/es/array/virtual/concat.js diff --git a/ClientApp/node_modules/core-js/es/array/virtual/copy-within.js b/apps/angular/node_modules/core-js/es/array/virtual/copy-within.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/virtual/copy-within.js rename to apps/angular/node_modules/core-js/es/array/virtual/copy-within.js diff --git a/ClientApp/node_modules/core-js/es/array/virtual/entries.js b/apps/angular/node_modules/core-js/es/array/virtual/entries.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/virtual/entries.js rename to apps/angular/node_modules/core-js/es/array/virtual/entries.js diff --git a/ClientApp/node_modules/core-js/es/array/virtual/every.js b/apps/angular/node_modules/core-js/es/array/virtual/every.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/virtual/every.js rename to apps/angular/node_modules/core-js/es/array/virtual/every.js diff --git a/ClientApp/node_modules/core-js/es/array/virtual/fill.js b/apps/angular/node_modules/core-js/es/array/virtual/fill.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/virtual/fill.js rename to apps/angular/node_modules/core-js/es/array/virtual/fill.js diff --git a/ClientApp/node_modules/core-js/es/array/virtual/filter.js b/apps/angular/node_modules/core-js/es/array/virtual/filter.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/virtual/filter.js rename to apps/angular/node_modules/core-js/es/array/virtual/filter.js diff --git a/ClientApp/node_modules/core-js/es/array/virtual/find-index.js b/apps/angular/node_modules/core-js/es/array/virtual/find-index.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/virtual/find-index.js rename to apps/angular/node_modules/core-js/es/array/virtual/find-index.js diff --git a/ClientApp/node_modules/core-js/es/array/virtual/find-last-index.js b/apps/angular/node_modules/core-js/es/array/virtual/find-last-index.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/virtual/find-last-index.js rename to apps/angular/node_modules/core-js/es/array/virtual/find-last-index.js diff --git a/ClientApp/node_modules/core-js/es/array/virtual/find-last.js b/apps/angular/node_modules/core-js/es/array/virtual/find-last.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/virtual/find-last.js rename to apps/angular/node_modules/core-js/es/array/virtual/find-last.js diff --git a/ClientApp/node_modules/core-js/es/array/virtual/find.js b/apps/angular/node_modules/core-js/es/array/virtual/find.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/virtual/find.js rename to apps/angular/node_modules/core-js/es/array/virtual/find.js diff --git a/ClientApp/node_modules/core-js/es/array/virtual/flat-map.js b/apps/angular/node_modules/core-js/es/array/virtual/flat-map.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/virtual/flat-map.js rename to apps/angular/node_modules/core-js/es/array/virtual/flat-map.js diff --git a/ClientApp/node_modules/core-js/es/array/virtual/flat.js b/apps/angular/node_modules/core-js/es/array/virtual/flat.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/virtual/flat.js rename to apps/angular/node_modules/core-js/es/array/virtual/flat.js diff --git a/ClientApp/node_modules/core-js/es/array/virtual/for-each.js b/apps/angular/node_modules/core-js/es/array/virtual/for-each.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/virtual/for-each.js rename to apps/angular/node_modules/core-js/es/array/virtual/for-each.js diff --git a/ClientApp/node_modules/core-js/es/array/virtual/includes.js b/apps/angular/node_modules/core-js/es/array/virtual/includes.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/virtual/includes.js rename to apps/angular/node_modules/core-js/es/array/virtual/includes.js diff --git a/ClientApp/node_modules/core-js/es/array/virtual/index-of.js b/apps/angular/node_modules/core-js/es/array/virtual/index-of.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/virtual/index-of.js rename to apps/angular/node_modules/core-js/es/array/virtual/index-of.js diff --git a/ClientApp/node_modules/core-js/es/array/virtual/index.js b/apps/angular/node_modules/core-js/es/array/virtual/index.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/virtual/index.js rename to apps/angular/node_modules/core-js/es/array/virtual/index.js diff --git a/ClientApp/node_modules/core-js/es/array/virtual/iterator.js b/apps/angular/node_modules/core-js/es/array/virtual/iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/virtual/iterator.js rename to apps/angular/node_modules/core-js/es/array/virtual/iterator.js diff --git a/ClientApp/node_modules/core-js/es/array/virtual/join.js b/apps/angular/node_modules/core-js/es/array/virtual/join.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/virtual/join.js rename to apps/angular/node_modules/core-js/es/array/virtual/join.js diff --git a/ClientApp/node_modules/core-js/es/array/virtual/keys.js b/apps/angular/node_modules/core-js/es/array/virtual/keys.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/virtual/keys.js rename to apps/angular/node_modules/core-js/es/array/virtual/keys.js diff --git a/ClientApp/node_modules/core-js/es/array/virtual/last-index-of.js b/apps/angular/node_modules/core-js/es/array/virtual/last-index-of.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/virtual/last-index-of.js rename to apps/angular/node_modules/core-js/es/array/virtual/last-index-of.js diff --git a/ClientApp/node_modules/core-js/es/array/virtual/map.js b/apps/angular/node_modules/core-js/es/array/virtual/map.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/virtual/map.js rename to apps/angular/node_modules/core-js/es/array/virtual/map.js diff --git a/ClientApp/node_modules/core-js/es/array/virtual/push.js b/apps/angular/node_modules/core-js/es/array/virtual/push.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/virtual/push.js rename to apps/angular/node_modules/core-js/es/array/virtual/push.js diff --git a/ClientApp/node_modules/core-js/es/array/virtual/reduce-right.js b/apps/angular/node_modules/core-js/es/array/virtual/reduce-right.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/virtual/reduce-right.js rename to apps/angular/node_modules/core-js/es/array/virtual/reduce-right.js diff --git a/ClientApp/node_modules/core-js/es/array/virtual/reduce.js b/apps/angular/node_modules/core-js/es/array/virtual/reduce.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/virtual/reduce.js rename to apps/angular/node_modules/core-js/es/array/virtual/reduce.js diff --git a/ClientApp/node_modules/core-js/es/array/virtual/reverse.js b/apps/angular/node_modules/core-js/es/array/virtual/reverse.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/virtual/reverse.js rename to apps/angular/node_modules/core-js/es/array/virtual/reverse.js diff --git a/ClientApp/node_modules/core-js/es/array/virtual/slice.js b/apps/angular/node_modules/core-js/es/array/virtual/slice.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/virtual/slice.js rename to apps/angular/node_modules/core-js/es/array/virtual/slice.js diff --git a/ClientApp/node_modules/core-js/es/array/virtual/some.js b/apps/angular/node_modules/core-js/es/array/virtual/some.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/virtual/some.js rename to apps/angular/node_modules/core-js/es/array/virtual/some.js diff --git a/ClientApp/node_modules/core-js/es/array/virtual/sort.js b/apps/angular/node_modules/core-js/es/array/virtual/sort.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/virtual/sort.js rename to apps/angular/node_modules/core-js/es/array/virtual/sort.js diff --git a/ClientApp/node_modules/core-js/es/array/virtual/splice.js b/apps/angular/node_modules/core-js/es/array/virtual/splice.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/virtual/splice.js rename to apps/angular/node_modules/core-js/es/array/virtual/splice.js diff --git a/ClientApp/node_modules/core-js/es/array/virtual/to-reversed.js b/apps/angular/node_modules/core-js/es/array/virtual/to-reversed.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/virtual/to-reversed.js rename to apps/angular/node_modules/core-js/es/array/virtual/to-reversed.js diff --git a/ClientApp/node_modules/core-js/es/array/virtual/to-sorted.js b/apps/angular/node_modules/core-js/es/array/virtual/to-sorted.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/virtual/to-sorted.js rename to apps/angular/node_modules/core-js/es/array/virtual/to-sorted.js diff --git a/ClientApp/node_modules/core-js/es/array/virtual/to-spliced.js b/apps/angular/node_modules/core-js/es/array/virtual/to-spliced.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/virtual/to-spliced.js rename to apps/angular/node_modules/core-js/es/array/virtual/to-spliced.js diff --git a/ClientApp/node_modules/core-js/es/array/virtual/unshift.js b/apps/angular/node_modules/core-js/es/array/virtual/unshift.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/virtual/unshift.js rename to apps/angular/node_modules/core-js/es/array/virtual/unshift.js diff --git a/ClientApp/node_modules/core-js/es/array/virtual/values.js b/apps/angular/node_modules/core-js/es/array/virtual/values.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/virtual/values.js rename to apps/angular/node_modules/core-js/es/array/virtual/values.js diff --git a/ClientApp/node_modules/core-js/es/array/virtual/with.js b/apps/angular/node_modules/core-js/es/array/virtual/with.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/virtual/with.js rename to apps/angular/node_modules/core-js/es/array/virtual/with.js diff --git a/ClientApp/node_modules/core-js/es/array/with.js b/apps/angular/node_modules/core-js/es/array/with.js similarity index 100% rename from ClientApp/node_modules/core-js/es/array/with.js rename to apps/angular/node_modules/core-js/es/array/with.js diff --git a/ClientApp/node_modules/core-js/es/async-disposable-stack/constructor.js b/apps/angular/node_modules/core-js/es/async-disposable-stack/constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/es/async-disposable-stack/constructor.js rename to apps/angular/node_modules/core-js/es/async-disposable-stack/constructor.js diff --git a/ClientApp/node_modules/core-js/es/async-disposable-stack/index.js b/apps/angular/node_modules/core-js/es/async-disposable-stack/index.js similarity index 100% rename from ClientApp/node_modules/core-js/es/async-disposable-stack/index.js rename to apps/angular/node_modules/core-js/es/async-disposable-stack/index.js diff --git a/ClientApp/node_modules/core-js/es/async-iterator/async-dispose.js b/apps/angular/node_modules/core-js/es/async-iterator/async-dispose.js similarity index 100% rename from ClientApp/node_modules/core-js/es/async-iterator/async-dispose.js rename to apps/angular/node_modules/core-js/es/async-iterator/async-dispose.js diff --git a/ClientApp/node_modules/core-js/es/async-iterator/index.js b/apps/angular/node_modules/core-js/es/async-iterator/index.js similarity index 100% rename from ClientApp/node_modules/core-js/es/async-iterator/index.js rename to apps/angular/node_modules/core-js/es/async-iterator/index.js diff --git a/ClientApp/node_modules/core-js/es/data-view/get-float16.js b/apps/angular/node_modules/core-js/es/data-view/get-float16.js similarity index 100% rename from ClientApp/node_modules/core-js/es/data-view/get-float16.js rename to apps/angular/node_modules/core-js/es/data-view/get-float16.js diff --git a/ClientApp/node_modules/core-js/es/data-view/index.js b/apps/angular/node_modules/core-js/es/data-view/index.js similarity index 100% rename from ClientApp/node_modules/core-js/es/data-view/index.js rename to apps/angular/node_modules/core-js/es/data-view/index.js diff --git a/ClientApp/node_modules/core-js/es/data-view/set-float16.js b/apps/angular/node_modules/core-js/es/data-view/set-float16.js similarity index 100% rename from ClientApp/node_modules/core-js/es/data-view/set-float16.js rename to apps/angular/node_modules/core-js/es/data-view/set-float16.js diff --git a/ClientApp/node_modules/core-js/es/date/get-year.js b/apps/angular/node_modules/core-js/es/date/get-year.js similarity index 100% rename from ClientApp/node_modules/core-js/es/date/get-year.js rename to apps/angular/node_modules/core-js/es/date/get-year.js diff --git a/ClientApp/node_modules/core-js/es/date/index.js b/apps/angular/node_modules/core-js/es/date/index.js similarity index 100% rename from ClientApp/node_modules/core-js/es/date/index.js rename to apps/angular/node_modules/core-js/es/date/index.js diff --git a/ClientApp/node_modules/core-js/es/date/now.js b/apps/angular/node_modules/core-js/es/date/now.js similarity index 100% rename from ClientApp/node_modules/core-js/es/date/now.js rename to apps/angular/node_modules/core-js/es/date/now.js diff --git a/ClientApp/node_modules/core-js/es/date/set-year.js b/apps/angular/node_modules/core-js/es/date/set-year.js similarity index 100% rename from ClientApp/node_modules/core-js/es/date/set-year.js rename to apps/angular/node_modules/core-js/es/date/set-year.js diff --git a/ClientApp/node_modules/core-js/es/date/to-gmt-string.js b/apps/angular/node_modules/core-js/es/date/to-gmt-string.js similarity index 100% rename from ClientApp/node_modules/core-js/es/date/to-gmt-string.js rename to apps/angular/node_modules/core-js/es/date/to-gmt-string.js diff --git a/ClientApp/node_modules/core-js/es/date/to-iso-string.js b/apps/angular/node_modules/core-js/es/date/to-iso-string.js similarity index 100% rename from ClientApp/node_modules/core-js/es/date/to-iso-string.js rename to apps/angular/node_modules/core-js/es/date/to-iso-string.js diff --git a/ClientApp/node_modules/core-js/es/date/to-json.js b/apps/angular/node_modules/core-js/es/date/to-json.js similarity index 100% rename from ClientApp/node_modules/core-js/es/date/to-json.js rename to apps/angular/node_modules/core-js/es/date/to-json.js diff --git a/ClientApp/node_modules/core-js/es/date/to-primitive.js b/apps/angular/node_modules/core-js/es/date/to-primitive.js similarity index 100% rename from ClientApp/node_modules/core-js/es/date/to-primitive.js rename to apps/angular/node_modules/core-js/es/date/to-primitive.js diff --git a/ClientApp/node_modules/core-js/es/date/to-string.js b/apps/angular/node_modules/core-js/es/date/to-string.js similarity index 100% rename from ClientApp/node_modules/core-js/es/date/to-string.js rename to apps/angular/node_modules/core-js/es/date/to-string.js diff --git a/ClientApp/node_modules/core-js/es/disposable-stack/constructor.js b/apps/angular/node_modules/core-js/es/disposable-stack/constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/es/disposable-stack/constructor.js rename to apps/angular/node_modules/core-js/es/disposable-stack/constructor.js diff --git a/ClientApp/node_modules/core-js/es/disposable-stack/index.js b/apps/angular/node_modules/core-js/es/disposable-stack/index.js similarity index 100% rename from ClientApp/node_modules/core-js/es/disposable-stack/index.js rename to apps/angular/node_modules/core-js/es/disposable-stack/index.js diff --git a/ClientApp/node_modules/core-js/es/error/constructor.js b/apps/angular/node_modules/core-js/es/error/constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/es/error/constructor.js rename to apps/angular/node_modules/core-js/es/error/constructor.js diff --git a/ClientApp/node_modules/core-js/es/error/index.js b/apps/angular/node_modules/core-js/es/error/index.js similarity index 100% rename from ClientApp/node_modules/core-js/es/error/index.js rename to apps/angular/node_modules/core-js/es/error/index.js diff --git a/ClientApp/node_modules/core-js/es/error/is-error.js b/apps/angular/node_modules/core-js/es/error/is-error.js similarity index 100% rename from ClientApp/node_modules/core-js/es/error/is-error.js rename to apps/angular/node_modules/core-js/es/error/is-error.js diff --git a/ClientApp/node_modules/core-js/es/error/to-string.js b/apps/angular/node_modules/core-js/es/error/to-string.js similarity index 100% rename from ClientApp/node_modules/core-js/es/error/to-string.js rename to apps/angular/node_modules/core-js/es/error/to-string.js diff --git a/ClientApp/node_modules/core-js/es/escape.js b/apps/angular/node_modules/core-js/es/escape.js similarity index 100% rename from ClientApp/node_modules/core-js/es/escape.js rename to apps/angular/node_modules/core-js/es/escape.js diff --git a/ClientApp/node_modules/core-js/es/function/bind.js b/apps/angular/node_modules/core-js/es/function/bind.js similarity index 100% rename from ClientApp/node_modules/core-js/es/function/bind.js rename to apps/angular/node_modules/core-js/es/function/bind.js diff --git a/ClientApp/node_modules/core-js/es/function/has-instance.js b/apps/angular/node_modules/core-js/es/function/has-instance.js similarity index 100% rename from ClientApp/node_modules/core-js/es/function/has-instance.js rename to apps/angular/node_modules/core-js/es/function/has-instance.js diff --git a/ClientApp/node_modules/core-js/es/function/index.js b/apps/angular/node_modules/core-js/es/function/index.js similarity index 100% rename from ClientApp/node_modules/core-js/es/function/index.js rename to apps/angular/node_modules/core-js/es/function/index.js diff --git a/ClientApp/node_modules/core-js/es/function/name.js b/apps/angular/node_modules/core-js/es/function/name.js similarity index 100% rename from ClientApp/node_modules/core-js/es/function/name.js rename to apps/angular/node_modules/core-js/es/function/name.js diff --git a/ClientApp/node_modules/core-js/es/function/virtual/bind.js b/apps/angular/node_modules/core-js/es/function/virtual/bind.js similarity index 100% rename from ClientApp/node_modules/core-js/es/function/virtual/bind.js rename to apps/angular/node_modules/core-js/es/function/virtual/bind.js diff --git a/ClientApp/node_modules/core-js/es/function/virtual/index.js b/apps/angular/node_modules/core-js/es/function/virtual/index.js similarity index 100% rename from ClientApp/node_modules/core-js/es/function/virtual/index.js rename to apps/angular/node_modules/core-js/es/function/virtual/index.js diff --git a/ClientApp/node_modules/core-js/es/get-iterator-method.js b/apps/angular/node_modules/core-js/es/get-iterator-method.js similarity index 100% rename from ClientApp/node_modules/core-js/es/get-iterator-method.js rename to apps/angular/node_modules/core-js/es/get-iterator-method.js diff --git a/ClientApp/node_modules/core-js/es/get-iterator.js b/apps/angular/node_modules/core-js/es/get-iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/es/get-iterator.js rename to apps/angular/node_modules/core-js/es/get-iterator.js diff --git a/ClientApp/node_modules/core-js/es/global-this.js b/apps/angular/node_modules/core-js/es/global-this.js similarity index 100% rename from ClientApp/node_modules/core-js/es/global-this.js rename to apps/angular/node_modules/core-js/es/global-this.js diff --git a/ClientApp/node_modules/core-js/es/index.js b/apps/angular/node_modules/core-js/es/index.js similarity index 100% rename from ClientApp/node_modules/core-js/es/index.js rename to apps/angular/node_modules/core-js/es/index.js diff --git a/ClientApp/node_modules/core-js/es/instance/at.js b/apps/angular/node_modules/core-js/es/instance/at.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/at.js rename to apps/angular/node_modules/core-js/es/instance/at.js diff --git a/ClientApp/node_modules/core-js/es/instance/bind.js b/apps/angular/node_modules/core-js/es/instance/bind.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/bind.js rename to apps/angular/node_modules/core-js/es/instance/bind.js diff --git a/ClientApp/node_modules/core-js/es/instance/code-point-at.js b/apps/angular/node_modules/core-js/es/instance/code-point-at.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/code-point-at.js rename to apps/angular/node_modules/core-js/es/instance/code-point-at.js diff --git a/ClientApp/node_modules/core-js/es/instance/concat.js b/apps/angular/node_modules/core-js/es/instance/concat.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/concat.js rename to apps/angular/node_modules/core-js/es/instance/concat.js diff --git a/ClientApp/node_modules/core-js/es/instance/copy-within.js b/apps/angular/node_modules/core-js/es/instance/copy-within.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/copy-within.js rename to apps/angular/node_modules/core-js/es/instance/copy-within.js diff --git a/ClientApp/node_modules/core-js/es/instance/ends-with.js b/apps/angular/node_modules/core-js/es/instance/ends-with.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/ends-with.js rename to apps/angular/node_modules/core-js/es/instance/ends-with.js diff --git a/ClientApp/node_modules/core-js/es/instance/entries.js b/apps/angular/node_modules/core-js/es/instance/entries.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/entries.js rename to apps/angular/node_modules/core-js/es/instance/entries.js diff --git a/ClientApp/node_modules/core-js/es/instance/every.js b/apps/angular/node_modules/core-js/es/instance/every.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/every.js rename to apps/angular/node_modules/core-js/es/instance/every.js diff --git a/ClientApp/node_modules/core-js/es/instance/fill.js b/apps/angular/node_modules/core-js/es/instance/fill.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/fill.js rename to apps/angular/node_modules/core-js/es/instance/fill.js diff --git a/ClientApp/node_modules/core-js/es/instance/filter.js b/apps/angular/node_modules/core-js/es/instance/filter.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/filter.js rename to apps/angular/node_modules/core-js/es/instance/filter.js diff --git a/ClientApp/node_modules/core-js/es/instance/find-index.js b/apps/angular/node_modules/core-js/es/instance/find-index.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/find-index.js rename to apps/angular/node_modules/core-js/es/instance/find-index.js diff --git a/ClientApp/node_modules/core-js/es/instance/find-last-index.js b/apps/angular/node_modules/core-js/es/instance/find-last-index.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/find-last-index.js rename to apps/angular/node_modules/core-js/es/instance/find-last-index.js diff --git a/ClientApp/node_modules/core-js/es/instance/find-last.js b/apps/angular/node_modules/core-js/es/instance/find-last.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/find-last.js rename to apps/angular/node_modules/core-js/es/instance/find-last.js diff --git a/ClientApp/node_modules/core-js/es/instance/find.js b/apps/angular/node_modules/core-js/es/instance/find.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/find.js rename to apps/angular/node_modules/core-js/es/instance/find.js diff --git a/ClientApp/node_modules/core-js/es/instance/flags.js b/apps/angular/node_modules/core-js/es/instance/flags.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/flags.js rename to apps/angular/node_modules/core-js/es/instance/flags.js diff --git a/ClientApp/node_modules/core-js/es/instance/flat-map.js b/apps/angular/node_modules/core-js/es/instance/flat-map.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/flat-map.js rename to apps/angular/node_modules/core-js/es/instance/flat-map.js diff --git a/ClientApp/node_modules/core-js/es/instance/flat.js b/apps/angular/node_modules/core-js/es/instance/flat.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/flat.js rename to apps/angular/node_modules/core-js/es/instance/flat.js diff --git a/ClientApp/node_modules/core-js/es/instance/for-each.js b/apps/angular/node_modules/core-js/es/instance/for-each.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/for-each.js rename to apps/angular/node_modules/core-js/es/instance/for-each.js diff --git a/ClientApp/node_modules/core-js/es/instance/includes.js b/apps/angular/node_modules/core-js/es/instance/includes.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/includes.js rename to apps/angular/node_modules/core-js/es/instance/includes.js diff --git a/ClientApp/node_modules/core-js/es/instance/index-of.js b/apps/angular/node_modules/core-js/es/instance/index-of.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/index-of.js rename to apps/angular/node_modules/core-js/es/instance/index-of.js diff --git a/ClientApp/node_modules/core-js/es/instance/is-well-formed.js b/apps/angular/node_modules/core-js/es/instance/is-well-formed.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/is-well-formed.js rename to apps/angular/node_modules/core-js/es/instance/is-well-formed.js diff --git a/ClientApp/node_modules/core-js/es/instance/keys.js b/apps/angular/node_modules/core-js/es/instance/keys.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/keys.js rename to apps/angular/node_modules/core-js/es/instance/keys.js diff --git a/ClientApp/node_modules/core-js/es/instance/last-index-of.js b/apps/angular/node_modules/core-js/es/instance/last-index-of.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/last-index-of.js rename to apps/angular/node_modules/core-js/es/instance/last-index-of.js diff --git a/ClientApp/node_modules/core-js/es/instance/map.js b/apps/angular/node_modules/core-js/es/instance/map.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/map.js rename to apps/angular/node_modules/core-js/es/instance/map.js diff --git a/ClientApp/node_modules/core-js/es/instance/match-all.js b/apps/angular/node_modules/core-js/es/instance/match-all.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/match-all.js rename to apps/angular/node_modules/core-js/es/instance/match-all.js diff --git a/ClientApp/node_modules/core-js/es/instance/pad-end.js b/apps/angular/node_modules/core-js/es/instance/pad-end.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/pad-end.js rename to apps/angular/node_modules/core-js/es/instance/pad-end.js diff --git a/ClientApp/node_modules/core-js/es/instance/pad-start.js b/apps/angular/node_modules/core-js/es/instance/pad-start.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/pad-start.js rename to apps/angular/node_modules/core-js/es/instance/pad-start.js diff --git a/ClientApp/node_modules/core-js/es/instance/push.js b/apps/angular/node_modules/core-js/es/instance/push.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/push.js rename to apps/angular/node_modules/core-js/es/instance/push.js diff --git a/ClientApp/node_modules/core-js/es/instance/reduce-right.js b/apps/angular/node_modules/core-js/es/instance/reduce-right.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/reduce-right.js rename to apps/angular/node_modules/core-js/es/instance/reduce-right.js diff --git a/ClientApp/node_modules/core-js/es/instance/reduce.js b/apps/angular/node_modules/core-js/es/instance/reduce.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/reduce.js rename to apps/angular/node_modules/core-js/es/instance/reduce.js diff --git a/ClientApp/node_modules/core-js/es/instance/repeat.js b/apps/angular/node_modules/core-js/es/instance/repeat.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/repeat.js rename to apps/angular/node_modules/core-js/es/instance/repeat.js diff --git a/ClientApp/node_modules/core-js/es/instance/replace-all.js b/apps/angular/node_modules/core-js/es/instance/replace-all.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/replace-all.js rename to apps/angular/node_modules/core-js/es/instance/replace-all.js diff --git a/ClientApp/node_modules/core-js/es/instance/reverse.js b/apps/angular/node_modules/core-js/es/instance/reverse.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/reverse.js rename to apps/angular/node_modules/core-js/es/instance/reverse.js diff --git a/ClientApp/node_modules/core-js/es/instance/slice.js b/apps/angular/node_modules/core-js/es/instance/slice.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/slice.js rename to apps/angular/node_modules/core-js/es/instance/slice.js diff --git a/ClientApp/node_modules/core-js/es/instance/some.js b/apps/angular/node_modules/core-js/es/instance/some.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/some.js rename to apps/angular/node_modules/core-js/es/instance/some.js diff --git a/ClientApp/node_modules/core-js/es/instance/sort.js b/apps/angular/node_modules/core-js/es/instance/sort.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/sort.js rename to apps/angular/node_modules/core-js/es/instance/sort.js diff --git a/ClientApp/node_modules/core-js/es/instance/splice.js b/apps/angular/node_modules/core-js/es/instance/splice.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/splice.js rename to apps/angular/node_modules/core-js/es/instance/splice.js diff --git a/ClientApp/node_modules/core-js/es/instance/starts-with.js b/apps/angular/node_modules/core-js/es/instance/starts-with.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/starts-with.js rename to apps/angular/node_modules/core-js/es/instance/starts-with.js diff --git a/ClientApp/node_modules/core-js/es/instance/to-reversed.js b/apps/angular/node_modules/core-js/es/instance/to-reversed.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/to-reversed.js rename to apps/angular/node_modules/core-js/es/instance/to-reversed.js diff --git a/ClientApp/node_modules/core-js/es/instance/to-sorted.js b/apps/angular/node_modules/core-js/es/instance/to-sorted.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/to-sorted.js rename to apps/angular/node_modules/core-js/es/instance/to-sorted.js diff --git a/ClientApp/node_modules/core-js/es/instance/to-spliced.js b/apps/angular/node_modules/core-js/es/instance/to-spliced.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/to-spliced.js rename to apps/angular/node_modules/core-js/es/instance/to-spliced.js diff --git a/ClientApp/node_modules/core-js/es/instance/to-well-formed.js b/apps/angular/node_modules/core-js/es/instance/to-well-formed.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/to-well-formed.js rename to apps/angular/node_modules/core-js/es/instance/to-well-formed.js diff --git a/ClientApp/node_modules/core-js/es/instance/trim-end.js b/apps/angular/node_modules/core-js/es/instance/trim-end.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/trim-end.js rename to apps/angular/node_modules/core-js/es/instance/trim-end.js diff --git a/ClientApp/node_modules/core-js/es/instance/trim-left.js b/apps/angular/node_modules/core-js/es/instance/trim-left.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/trim-left.js rename to apps/angular/node_modules/core-js/es/instance/trim-left.js diff --git a/ClientApp/node_modules/core-js/es/instance/trim-right.js b/apps/angular/node_modules/core-js/es/instance/trim-right.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/trim-right.js rename to apps/angular/node_modules/core-js/es/instance/trim-right.js diff --git a/ClientApp/node_modules/core-js/es/instance/trim-start.js b/apps/angular/node_modules/core-js/es/instance/trim-start.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/trim-start.js rename to apps/angular/node_modules/core-js/es/instance/trim-start.js diff --git a/ClientApp/node_modules/core-js/es/instance/trim.js b/apps/angular/node_modules/core-js/es/instance/trim.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/trim.js rename to apps/angular/node_modules/core-js/es/instance/trim.js diff --git a/ClientApp/node_modules/core-js/es/instance/unshift.js b/apps/angular/node_modules/core-js/es/instance/unshift.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/unshift.js rename to apps/angular/node_modules/core-js/es/instance/unshift.js diff --git a/ClientApp/node_modules/core-js/es/instance/values.js b/apps/angular/node_modules/core-js/es/instance/values.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/values.js rename to apps/angular/node_modules/core-js/es/instance/values.js diff --git a/ClientApp/node_modules/core-js/es/instance/with.js b/apps/angular/node_modules/core-js/es/instance/with.js similarity index 100% rename from ClientApp/node_modules/core-js/es/instance/with.js rename to apps/angular/node_modules/core-js/es/instance/with.js diff --git a/ClientApp/node_modules/core-js/es/is-iterable.js b/apps/angular/node_modules/core-js/es/is-iterable.js similarity index 100% rename from ClientApp/node_modules/core-js/es/is-iterable.js rename to apps/angular/node_modules/core-js/es/is-iterable.js diff --git a/ClientApp/node_modules/core-js/es/iterator/concat.js b/apps/angular/node_modules/core-js/es/iterator/concat.js similarity index 100% rename from ClientApp/node_modules/core-js/es/iterator/concat.js rename to apps/angular/node_modules/core-js/es/iterator/concat.js diff --git a/ClientApp/node_modules/core-js/es/iterator/dispose.js b/apps/angular/node_modules/core-js/es/iterator/dispose.js similarity index 100% rename from ClientApp/node_modules/core-js/es/iterator/dispose.js rename to apps/angular/node_modules/core-js/es/iterator/dispose.js diff --git a/ClientApp/node_modules/core-js/es/iterator/drop.js b/apps/angular/node_modules/core-js/es/iterator/drop.js similarity index 100% rename from ClientApp/node_modules/core-js/es/iterator/drop.js rename to apps/angular/node_modules/core-js/es/iterator/drop.js diff --git a/ClientApp/node_modules/core-js/es/iterator/every.js b/apps/angular/node_modules/core-js/es/iterator/every.js similarity index 100% rename from ClientApp/node_modules/core-js/es/iterator/every.js rename to apps/angular/node_modules/core-js/es/iterator/every.js diff --git a/ClientApp/node_modules/core-js/es/iterator/filter.js b/apps/angular/node_modules/core-js/es/iterator/filter.js similarity index 100% rename from ClientApp/node_modules/core-js/es/iterator/filter.js rename to apps/angular/node_modules/core-js/es/iterator/filter.js diff --git a/ClientApp/node_modules/core-js/es/iterator/find.js b/apps/angular/node_modules/core-js/es/iterator/find.js similarity index 100% rename from ClientApp/node_modules/core-js/es/iterator/find.js rename to apps/angular/node_modules/core-js/es/iterator/find.js diff --git a/ClientApp/node_modules/core-js/es/iterator/flat-map.js b/apps/angular/node_modules/core-js/es/iterator/flat-map.js similarity index 100% rename from ClientApp/node_modules/core-js/es/iterator/flat-map.js rename to apps/angular/node_modules/core-js/es/iterator/flat-map.js diff --git a/ClientApp/node_modules/core-js/es/iterator/for-each.js b/apps/angular/node_modules/core-js/es/iterator/for-each.js similarity index 100% rename from ClientApp/node_modules/core-js/es/iterator/for-each.js rename to apps/angular/node_modules/core-js/es/iterator/for-each.js diff --git a/ClientApp/node_modules/core-js/es/iterator/from.js b/apps/angular/node_modules/core-js/es/iterator/from.js similarity index 100% rename from ClientApp/node_modules/core-js/es/iterator/from.js rename to apps/angular/node_modules/core-js/es/iterator/from.js diff --git a/ClientApp/node_modules/core-js/es/iterator/index.js b/apps/angular/node_modules/core-js/es/iterator/index.js similarity index 100% rename from ClientApp/node_modules/core-js/es/iterator/index.js rename to apps/angular/node_modules/core-js/es/iterator/index.js diff --git a/ClientApp/node_modules/core-js/es/iterator/map.js b/apps/angular/node_modules/core-js/es/iterator/map.js similarity index 100% rename from ClientApp/node_modules/core-js/es/iterator/map.js rename to apps/angular/node_modules/core-js/es/iterator/map.js diff --git a/ClientApp/node_modules/core-js/es/iterator/reduce.js b/apps/angular/node_modules/core-js/es/iterator/reduce.js similarity index 100% rename from ClientApp/node_modules/core-js/es/iterator/reduce.js rename to apps/angular/node_modules/core-js/es/iterator/reduce.js diff --git a/ClientApp/node_modules/core-js/es/iterator/some.js b/apps/angular/node_modules/core-js/es/iterator/some.js similarity index 100% rename from ClientApp/node_modules/core-js/es/iterator/some.js rename to apps/angular/node_modules/core-js/es/iterator/some.js diff --git a/ClientApp/node_modules/core-js/es/iterator/take.js b/apps/angular/node_modules/core-js/es/iterator/take.js similarity index 100% rename from ClientApp/node_modules/core-js/es/iterator/take.js rename to apps/angular/node_modules/core-js/es/iterator/take.js diff --git a/ClientApp/node_modules/core-js/es/iterator/to-array.js b/apps/angular/node_modules/core-js/es/iterator/to-array.js similarity index 100% rename from ClientApp/node_modules/core-js/es/iterator/to-array.js rename to apps/angular/node_modules/core-js/es/iterator/to-array.js diff --git a/ClientApp/node_modules/core-js/es/json/index.js b/apps/angular/node_modules/core-js/es/json/index.js similarity index 100% rename from ClientApp/node_modules/core-js/es/json/index.js rename to apps/angular/node_modules/core-js/es/json/index.js diff --git a/ClientApp/node_modules/core-js/es/json/is-raw-json.js b/apps/angular/node_modules/core-js/es/json/is-raw-json.js similarity index 100% rename from ClientApp/node_modules/core-js/es/json/is-raw-json.js rename to apps/angular/node_modules/core-js/es/json/is-raw-json.js diff --git a/ClientApp/node_modules/core-js/es/json/parse.js b/apps/angular/node_modules/core-js/es/json/parse.js similarity index 100% rename from ClientApp/node_modules/core-js/es/json/parse.js rename to apps/angular/node_modules/core-js/es/json/parse.js diff --git a/ClientApp/node_modules/core-js/es/json/raw-json.js b/apps/angular/node_modules/core-js/es/json/raw-json.js similarity index 100% rename from ClientApp/node_modules/core-js/es/json/raw-json.js rename to apps/angular/node_modules/core-js/es/json/raw-json.js diff --git a/ClientApp/node_modules/core-js/es/json/stringify.js b/apps/angular/node_modules/core-js/es/json/stringify.js similarity index 100% rename from ClientApp/node_modules/core-js/es/json/stringify.js rename to apps/angular/node_modules/core-js/es/json/stringify.js diff --git a/ClientApp/node_modules/core-js/es/json/to-string-tag.js b/apps/angular/node_modules/core-js/es/json/to-string-tag.js similarity index 100% rename from ClientApp/node_modules/core-js/es/json/to-string-tag.js rename to apps/angular/node_modules/core-js/es/json/to-string-tag.js diff --git a/ClientApp/node_modules/core-js/es/map/group-by.js b/apps/angular/node_modules/core-js/es/map/group-by.js similarity index 100% rename from ClientApp/node_modules/core-js/es/map/group-by.js rename to apps/angular/node_modules/core-js/es/map/group-by.js diff --git a/ClientApp/node_modules/core-js/es/map/index.js b/apps/angular/node_modules/core-js/es/map/index.js similarity index 100% rename from ClientApp/node_modules/core-js/es/map/index.js rename to apps/angular/node_modules/core-js/es/map/index.js diff --git a/ClientApp/node_modules/core-js/es/math/acosh.js b/apps/angular/node_modules/core-js/es/math/acosh.js similarity index 100% rename from ClientApp/node_modules/core-js/es/math/acosh.js rename to apps/angular/node_modules/core-js/es/math/acosh.js diff --git a/ClientApp/node_modules/core-js/es/math/asinh.js b/apps/angular/node_modules/core-js/es/math/asinh.js similarity index 100% rename from ClientApp/node_modules/core-js/es/math/asinh.js rename to apps/angular/node_modules/core-js/es/math/asinh.js diff --git a/ClientApp/node_modules/core-js/es/math/atanh.js b/apps/angular/node_modules/core-js/es/math/atanh.js similarity index 100% rename from ClientApp/node_modules/core-js/es/math/atanh.js rename to apps/angular/node_modules/core-js/es/math/atanh.js diff --git a/ClientApp/node_modules/core-js/es/math/cbrt.js b/apps/angular/node_modules/core-js/es/math/cbrt.js similarity index 100% rename from ClientApp/node_modules/core-js/es/math/cbrt.js rename to apps/angular/node_modules/core-js/es/math/cbrt.js diff --git a/ClientApp/node_modules/core-js/es/math/clz32.js b/apps/angular/node_modules/core-js/es/math/clz32.js similarity index 100% rename from ClientApp/node_modules/core-js/es/math/clz32.js rename to apps/angular/node_modules/core-js/es/math/clz32.js diff --git a/ClientApp/node_modules/core-js/es/math/cosh.js b/apps/angular/node_modules/core-js/es/math/cosh.js similarity index 100% rename from ClientApp/node_modules/core-js/es/math/cosh.js rename to apps/angular/node_modules/core-js/es/math/cosh.js diff --git a/ClientApp/node_modules/core-js/es/math/expm1.js b/apps/angular/node_modules/core-js/es/math/expm1.js similarity index 100% rename from ClientApp/node_modules/core-js/es/math/expm1.js rename to apps/angular/node_modules/core-js/es/math/expm1.js diff --git a/ClientApp/node_modules/core-js/es/math/f16round.js b/apps/angular/node_modules/core-js/es/math/f16round.js similarity index 100% rename from ClientApp/node_modules/core-js/es/math/f16round.js rename to apps/angular/node_modules/core-js/es/math/f16round.js diff --git a/ClientApp/node_modules/core-js/es/math/fround.js b/apps/angular/node_modules/core-js/es/math/fround.js similarity index 100% rename from ClientApp/node_modules/core-js/es/math/fround.js rename to apps/angular/node_modules/core-js/es/math/fround.js diff --git a/ClientApp/node_modules/core-js/es/math/hypot.js b/apps/angular/node_modules/core-js/es/math/hypot.js similarity index 100% rename from ClientApp/node_modules/core-js/es/math/hypot.js rename to apps/angular/node_modules/core-js/es/math/hypot.js diff --git a/ClientApp/node_modules/core-js/es/math/imul.js b/apps/angular/node_modules/core-js/es/math/imul.js similarity index 100% rename from ClientApp/node_modules/core-js/es/math/imul.js rename to apps/angular/node_modules/core-js/es/math/imul.js diff --git a/ClientApp/node_modules/core-js/es/math/index.js b/apps/angular/node_modules/core-js/es/math/index.js similarity index 100% rename from ClientApp/node_modules/core-js/es/math/index.js rename to apps/angular/node_modules/core-js/es/math/index.js diff --git a/ClientApp/node_modules/core-js/es/math/log10.js b/apps/angular/node_modules/core-js/es/math/log10.js similarity index 100% rename from ClientApp/node_modules/core-js/es/math/log10.js rename to apps/angular/node_modules/core-js/es/math/log10.js diff --git a/ClientApp/node_modules/core-js/es/math/log1p.js b/apps/angular/node_modules/core-js/es/math/log1p.js similarity index 100% rename from ClientApp/node_modules/core-js/es/math/log1p.js rename to apps/angular/node_modules/core-js/es/math/log1p.js diff --git a/ClientApp/node_modules/core-js/es/math/log2.js b/apps/angular/node_modules/core-js/es/math/log2.js similarity index 100% rename from ClientApp/node_modules/core-js/es/math/log2.js rename to apps/angular/node_modules/core-js/es/math/log2.js diff --git a/ClientApp/node_modules/core-js/es/math/sign.js b/apps/angular/node_modules/core-js/es/math/sign.js similarity index 100% rename from ClientApp/node_modules/core-js/es/math/sign.js rename to apps/angular/node_modules/core-js/es/math/sign.js diff --git a/ClientApp/node_modules/core-js/es/math/sinh.js b/apps/angular/node_modules/core-js/es/math/sinh.js similarity index 100% rename from ClientApp/node_modules/core-js/es/math/sinh.js rename to apps/angular/node_modules/core-js/es/math/sinh.js diff --git a/ClientApp/node_modules/core-js/es/math/sum-precise.js b/apps/angular/node_modules/core-js/es/math/sum-precise.js similarity index 100% rename from ClientApp/node_modules/core-js/es/math/sum-precise.js rename to apps/angular/node_modules/core-js/es/math/sum-precise.js diff --git a/ClientApp/node_modules/core-js/es/math/tanh.js b/apps/angular/node_modules/core-js/es/math/tanh.js similarity index 100% rename from ClientApp/node_modules/core-js/es/math/tanh.js rename to apps/angular/node_modules/core-js/es/math/tanh.js diff --git a/ClientApp/node_modules/core-js/es/math/to-string-tag.js b/apps/angular/node_modules/core-js/es/math/to-string-tag.js similarity index 100% rename from ClientApp/node_modules/core-js/es/math/to-string-tag.js rename to apps/angular/node_modules/core-js/es/math/to-string-tag.js diff --git a/ClientApp/node_modules/core-js/es/math/trunc.js b/apps/angular/node_modules/core-js/es/math/trunc.js similarity index 100% rename from ClientApp/node_modules/core-js/es/math/trunc.js rename to apps/angular/node_modules/core-js/es/math/trunc.js diff --git a/ClientApp/node_modules/core-js/es/number/constructor.js b/apps/angular/node_modules/core-js/es/number/constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/es/number/constructor.js rename to apps/angular/node_modules/core-js/es/number/constructor.js diff --git a/ClientApp/node_modules/core-js/es/number/epsilon.js b/apps/angular/node_modules/core-js/es/number/epsilon.js similarity index 100% rename from ClientApp/node_modules/core-js/es/number/epsilon.js rename to apps/angular/node_modules/core-js/es/number/epsilon.js diff --git a/ClientApp/node_modules/core-js/es/number/index.js b/apps/angular/node_modules/core-js/es/number/index.js similarity index 100% rename from ClientApp/node_modules/core-js/es/number/index.js rename to apps/angular/node_modules/core-js/es/number/index.js diff --git a/ClientApp/node_modules/core-js/es/number/is-finite.js b/apps/angular/node_modules/core-js/es/number/is-finite.js similarity index 100% rename from ClientApp/node_modules/core-js/es/number/is-finite.js rename to apps/angular/node_modules/core-js/es/number/is-finite.js diff --git a/ClientApp/node_modules/core-js/es/number/is-integer.js b/apps/angular/node_modules/core-js/es/number/is-integer.js similarity index 100% rename from ClientApp/node_modules/core-js/es/number/is-integer.js rename to apps/angular/node_modules/core-js/es/number/is-integer.js diff --git a/ClientApp/node_modules/core-js/es/number/is-nan.js b/apps/angular/node_modules/core-js/es/number/is-nan.js similarity index 100% rename from ClientApp/node_modules/core-js/es/number/is-nan.js rename to apps/angular/node_modules/core-js/es/number/is-nan.js diff --git a/ClientApp/node_modules/core-js/es/number/is-safe-integer.js b/apps/angular/node_modules/core-js/es/number/is-safe-integer.js similarity index 100% rename from ClientApp/node_modules/core-js/es/number/is-safe-integer.js rename to apps/angular/node_modules/core-js/es/number/is-safe-integer.js diff --git a/ClientApp/node_modules/core-js/es/number/max-safe-integer.js b/apps/angular/node_modules/core-js/es/number/max-safe-integer.js similarity index 100% rename from ClientApp/node_modules/core-js/es/number/max-safe-integer.js rename to apps/angular/node_modules/core-js/es/number/max-safe-integer.js diff --git a/ClientApp/node_modules/core-js/es/number/min-safe-integer.js b/apps/angular/node_modules/core-js/es/number/min-safe-integer.js similarity index 100% rename from ClientApp/node_modules/core-js/es/number/min-safe-integer.js rename to apps/angular/node_modules/core-js/es/number/min-safe-integer.js diff --git a/ClientApp/node_modules/core-js/es/number/parse-float.js b/apps/angular/node_modules/core-js/es/number/parse-float.js similarity index 100% rename from ClientApp/node_modules/core-js/es/number/parse-float.js rename to apps/angular/node_modules/core-js/es/number/parse-float.js diff --git a/ClientApp/node_modules/core-js/es/number/parse-int.js b/apps/angular/node_modules/core-js/es/number/parse-int.js similarity index 100% rename from ClientApp/node_modules/core-js/es/number/parse-int.js rename to apps/angular/node_modules/core-js/es/number/parse-int.js diff --git a/ClientApp/node_modules/core-js/es/number/to-exponential.js b/apps/angular/node_modules/core-js/es/number/to-exponential.js similarity index 100% rename from ClientApp/node_modules/core-js/es/number/to-exponential.js rename to apps/angular/node_modules/core-js/es/number/to-exponential.js diff --git a/ClientApp/node_modules/core-js/es/number/to-fixed.js b/apps/angular/node_modules/core-js/es/number/to-fixed.js similarity index 100% rename from ClientApp/node_modules/core-js/es/number/to-fixed.js rename to apps/angular/node_modules/core-js/es/number/to-fixed.js diff --git a/ClientApp/node_modules/core-js/es/number/to-precision.js b/apps/angular/node_modules/core-js/es/number/to-precision.js similarity index 100% rename from ClientApp/node_modules/core-js/es/number/to-precision.js rename to apps/angular/node_modules/core-js/es/number/to-precision.js diff --git a/ClientApp/node_modules/core-js/es/number/virtual/index.js b/apps/angular/node_modules/core-js/es/number/virtual/index.js similarity index 100% rename from ClientApp/node_modules/core-js/es/number/virtual/index.js rename to apps/angular/node_modules/core-js/es/number/virtual/index.js diff --git a/ClientApp/node_modules/core-js/es/number/virtual/to-exponential.js b/apps/angular/node_modules/core-js/es/number/virtual/to-exponential.js similarity index 100% rename from ClientApp/node_modules/core-js/es/number/virtual/to-exponential.js rename to apps/angular/node_modules/core-js/es/number/virtual/to-exponential.js diff --git a/ClientApp/node_modules/core-js/es/number/virtual/to-fixed.js b/apps/angular/node_modules/core-js/es/number/virtual/to-fixed.js similarity index 100% rename from ClientApp/node_modules/core-js/es/number/virtual/to-fixed.js rename to apps/angular/node_modules/core-js/es/number/virtual/to-fixed.js diff --git a/ClientApp/node_modules/core-js/es/number/virtual/to-precision.js b/apps/angular/node_modules/core-js/es/number/virtual/to-precision.js similarity index 100% rename from ClientApp/node_modules/core-js/es/number/virtual/to-precision.js rename to apps/angular/node_modules/core-js/es/number/virtual/to-precision.js diff --git a/ClientApp/node_modules/core-js/es/object/assign.js b/apps/angular/node_modules/core-js/es/object/assign.js similarity index 100% rename from ClientApp/node_modules/core-js/es/object/assign.js rename to apps/angular/node_modules/core-js/es/object/assign.js diff --git a/ClientApp/node_modules/core-js/es/object/create.js b/apps/angular/node_modules/core-js/es/object/create.js similarity index 100% rename from ClientApp/node_modules/core-js/es/object/create.js rename to apps/angular/node_modules/core-js/es/object/create.js diff --git a/ClientApp/node_modules/core-js/es/object/define-getter.js b/apps/angular/node_modules/core-js/es/object/define-getter.js similarity index 100% rename from ClientApp/node_modules/core-js/es/object/define-getter.js rename to apps/angular/node_modules/core-js/es/object/define-getter.js diff --git a/ClientApp/node_modules/core-js/es/object/define-properties.js b/apps/angular/node_modules/core-js/es/object/define-properties.js similarity index 100% rename from ClientApp/node_modules/core-js/es/object/define-properties.js rename to apps/angular/node_modules/core-js/es/object/define-properties.js diff --git a/ClientApp/node_modules/core-js/es/object/define-property.js b/apps/angular/node_modules/core-js/es/object/define-property.js similarity index 100% rename from ClientApp/node_modules/core-js/es/object/define-property.js rename to apps/angular/node_modules/core-js/es/object/define-property.js diff --git a/ClientApp/node_modules/core-js/es/object/define-setter.js b/apps/angular/node_modules/core-js/es/object/define-setter.js similarity index 100% rename from ClientApp/node_modules/core-js/es/object/define-setter.js rename to apps/angular/node_modules/core-js/es/object/define-setter.js diff --git a/ClientApp/node_modules/core-js/es/object/entries.js b/apps/angular/node_modules/core-js/es/object/entries.js similarity index 100% rename from ClientApp/node_modules/core-js/es/object/entries.js rename to apps/angular/node_modules/core-js/es/object/entries.js diff --git a/ClientApp/node_modules/core-js/es/object/freeze.js b/apps/angular/node_modules/core-js/es/object/freeze.js similarity index 100% rename from ClientApp/node_modules/core-js/es/object/freeze.js rename to apps/angular/node_modules/core-js/es/object/freeze.js diff --git a/ClientApp/node_modules/core-js/es/object/from-entries.js b/apps/angular/node_modules/core-js/es/object/from-entries.js similarity index 100% rename from ClientApp/node_modules/core-js/es/object/from-entries.js rename to apps/angular/node_modules/core-js/es/object/from-entries.js diff --git a/ClientApp/node_modules/core-js/es/object/get-own-property-descriptor.js b/apps/angular/node_modules/core-js/es/object/get-own-property-descriptor.js similarity index 100% rename from ClientApp/node_modules/core-js/es/object/get-own-property-descriptor.js rename to apps/angular/node_modules/core-js/es/object/get-own-property-descriptor.js diff --git a/ClientApp/node_modules/core-js/es/object/get-own-property-descriptors.js b/apps/angular/node_modules/core-js/es/object/get-own-property-descriptors.js similarity index 100% rename from ClientApp/node_modules/core-js/es/object/get-own-property-descriptors.js rename to apps/angular/node_modules/core-js/es/object/get-own-property-descriptors.js diff --git a/ClientApp/node_modules/core-js/es/object/get-own-property-names.js b/apps/angular/node_modules/core-js/es/object/get-own-property-names.js similarity index 100% rename from ClientApp/node_modules/core-js/es/object/get-own-property-names.js rename to apps/angular/node_modules/core-js/es/object/get-own-property-names.js diff --git a/ClientApp/node_modules/core-js/es/object/get-own-property-symbols.js b/apps/angular/node_modules/core-js/es/object/get-own-property-symbols.js similarity index 100% rename from ClientApp/node_modules/core-js/es/object/get-own-property-symbols.js rename to apps/angular/node_modules/core-js/es/object/get-own-property-symbols.js diff --git a/ClientApp/node_modules/core-js/es/object/get-prototype-of.js b/apps/angular/node_modules/core-js/es/object/get-prototype-of.js similarity index 100% rename from ClientApp/node_modules/core-js/es/object/get-prototype-of.js rename to apps/angular/node_modules/core-js/es/object/get-prototype-of.js diff --git a/ClientApp/node_modules/core-js/es/object/group-by.js b/apps/angular/node_modules/core-js/es/object/group-by.js similarity index 100% rename from ClientApp/node_modules/core-js/es/object/group-by.js rename to apps/angular/node_modules/core-js/es/object/group-by.js diff --git a/ClientApp/node_modules/core-js/es/object/has-own.js b/apps/angular/node_modules/core-js/es/object/has-own.js similarity index 100% rename from ClientApp/node_modules/core-js/es/object/has-own.js rename to apps/angular/node_modules/core-js/es/object/has-own.js diff --git a/ClientApp/node_modules/core-js/es/object/index.js b/apps/angular/node_modules/core-js/es/object/index.js similarity index 100% rename from ClientApp/node_modules/core-js/es/object/index.js rename to apps/angular/node_modules/core-js/es/object/index.js diff --git a/ClientApp/node_modules/core-js/es/object/is-extensible.js b/apps/angular/node_modules/core-js/es/object/is-extensible.js similarity index 100% rename from ClientApp/node_modules/core-js/es/object/is-extensible.js rename to apps/angular/node_modules/core-js/es/object/is-extensible.js diff --git a/ClientApp/node_modules/core-js/es/object/is-frozen.js b/apps/angular/node_modules/core-js/es/object/is-frozen.js similarity index 100% rename from ClientApp/node_modules/core-js/es/object/is-frozen.js rename to apps/angular/node_modules/core-js/es/object/is-frozen.js diff --git a/ClientApp/node_modules/core-js/es/object/is-sealed.js b/apps/angular/node_modules/core-js/es/object/is-sealed.js similarity index 100% rename from ClientApp/node_modules/core-js/es/object/is-sealed.js rename to apps/angular/node_modules/core-js/es/object/is-sealed.js diff --git a/ClientApp/node_modules/core-js/es/object/is.js b/apps/angular/node_modules/core-js/es/object/is.js similarity index 100% rename from ClientApp/node_modules/core-js/es/object/is.js rename to apps/angular/node_modules/core-js/es/object/is.js diff --git a/ClientApp/node_modules/core-js/es/object/keys.js b/apps/angular/node_modules/core-js/es/object/keys.js similarity index 100% rename from ClientApp/node_modules/core-js/es/object/keys.js rename to apps/angular/node_modules/core-js/es/object/keys.js diff --git a/ClientApp/node_modules/core-js/es/object/lookup-getter.js b/apps/angular/node_modules/core-js/es/object/lookup-getter.js similarity index 100% rename from ClientApp/node_modules/core-js/es/object/lookup-getter.js rename to apps/angular/node_modules/core-js/es/object/lookup-getter.js diff --git a/ClientApp/node_modules/core-js/es/object/lookup-setter.js b/apps/angular/node_modules/core-js/es/object/lookup-setter.js similarity index 100% rename from ClientApp/node_modules/core-js/es/object/lookup-setter.js rename to apps/angular/node_modules/core-js/es/object/lookup-setter.js diff --git a/ClientApp/node_modules/core-js/es/object/prevent-extensions.js b/apps/angular/node_modules/core-js/es/object/prevent-extensions.js similarity index 100% rename from ClientApp/node_modules/core-js/es/object/prevent-extensions.js rename to apps/angular/node_modules/core-js/es/object/prevent-extensions.js diff --git a/ClientApp/node_modules/core-js/es/object/proto.js b/apps/angular/node_modules/core-js/es/object/proto.js similarity index 100% rename from ClientApp/node_modules/core-js/es/object/proto.js rename to apps/angular/node_modules/core-js/es/object/proto.js diff --git a/ClientApp/node_modules/core-js/es/object/seal.js b/apps/angular/node_modules/core-js/es/object/seal.js similarity index 100% rename from ClientApp/node_modules/core-js/es/object/seal.js rename to apps/angular/node_modules/core-js/es/object/seal.js diff --git a/ClientApp/node_modules/core-js/es/object/set-prototype-of.js b/apps/angular/node_modules/core-js/es/object/set-prototype-of.js similarity index 100% rename from ClientApp/node_modules/core-js/es/object/set-prototype-of.js rename to apps/angular/node_modules/core-js/es/object/set-prototype-of.js diff --git a/ClientApp/node_modules/core-js/es/object/to-string.js b/apps/angular/node_modules/core-js/es/object/to-string.js similarity index 100% rename from ClientApp/node_modules/core-js/es/object/to-string.js rename to apps/angular/node_modules/core-js/es/object/to-string.js diff --git a/ClientApp/node_modules/core-js/es/object/values.js b/apps/angular/node_modules/core-js/es/object/values.js similarity index 100% rename from ClientApp/node_modules/core-js/es/object/values.js rename to apps/angular/node_modules/core-js/es/object/values.js diff --git a/ClientApp/node_modules/core-js/es/parse-float.js b/apps/angular/node_modules/core-js/es/parse-float.js similarity index 100% rename from ClientApp/node_modules/core-js/es/parse-float.js rename to apps/angular/node_modules/core-js/es/parse-float.js diff --git a/ClientApp/node_modules/core-js/es/parse-int.js b/apps/angular/node_modules/core-js/es/parse-int.js similarity index 100% rename from ClientApp/node_modules/core-js/es/parse-int.js rename to apps/angular/node_modules/core-js/es/parse-int.js diff --git a/ClientApp/node_modules/core-js/es/promise/all-settled.js b/apps/angular/node_modules/core-js/es/promise/all-settled.js similarity index 100% rename from ClientApp/node_modules/core-js/es/promise/all-settled.js rename to apps/angular/node_modules/core-js/es/promise/all-settled.js diff --git a/ClientApp/node_modules/core-js/es/promise/any.js b/apps/angular/node_modules/core-js/es/promise/any.js similarity index 100% rename from ClientApp/node_modules/core-js/es/promise/any.js rename to apps/angular/node_modules/core-js/es/promise/any.js diff --git a/ClientApp/node_modules/core-js/es/promise/finally.js b/apps/angular/node_modules/core-js/es/promise/finally.js similarity index 100% rename from ClientApp/node_modules/core-js/es/promise/finally.js rename to apps/angular/node_modules/core-js/es/promise/finally.js diff --git a/ClientApp/node_modules/core-js/es/promise/index.js b/apps/angular/node_modules/core-js/es/promise/index.js similarity index 100% rename from ClientApp/node_modules/core-js/es/promise/index.js rename to apps/angular/node_modules/core-js/es/promise/index.js diff --git a/ClientApp/node_modules/core-js/es/promise/try.js b/apps/angular/node_modules/core-js/es/promise/try.js similarity index 100% rename from ClientApp/node_modules/core-js/es/promise/try.js rename to apps/angular/node_modules/core-js/es/promise/try.js diff --git a/ClientApp/node_modules/core-js/es/promise/with-resolvers.js b/apps/angular/node_modules/core-js/es/promise/with-resolvers.js similarity index 100% rename from ClientApp/node_modules/core-js/es/promise/with-resolvers.js rename to apps/angular/node_modules/core-js/es/promise/with-resolvers.js diff --git a/ClientApp/node_modules/core-js/es/reflect/apply.js b/apps/angular/node_modules/core-js/es/reflect/apply.js similarity index 100% rename from ClientApp/node_modules/core-js/es/reflect/apply.js rename to apps/angular/node_modules/core-js/es/reflect/apply.js diff --git a/ClientApp/node_modules/core-js/es/reflect/construct.js b/apps/angular/node_modules/core-js/es/reflect/construct.js similarity index 100% rename from ClientApp/node_modules/core-js/es/reflect/construct.js rename to apps/angular/node_modules/core-js/es/reflect/construct.js diff --git a/ClientApp/node_modules/core-js/es/reflect/define-property.js b/apps/angular/node_modules/core-js/es/reflect/define-property.js similarity index 100% rename from ClientApp/node_modules/core-js/es/reflect/define-property.js rename to apps/angular/node_modules/core-js/es/reflect/define-property.js diff --git a/ClientApp/node_modules/core-js/es/reflect/delete-property.js b/apps/angular/node_modules/core-js/es/reflect/delete-property.js similarity index 100% rename from ClientApp/node_modules/core-js/es/reflect/delete-property.js rename to apps/angular/node_modules/core-js/es/reflect/delete-property.js diff --git a/ClientApp/node_modules/core-js/es/reflect/get-own-property-descriptor.js b/apps/angular/node_modules/core-js/es/reflect/get-own-property-descriptor.js similarity index 100% rename from ClientApp/node_modules/core-js/es/reflect/get-own-property-descriptor.js rename to apps/angular/node_modules/core-js/es/reflect/get-own-property-descriptor.js diff --git a/ClientApp/node_modules/core-js/es/reflect/get-prototype-of.js b/apps/angular/node_modules/core-js/es/reflect/get-prototype-of.js similarity index 100% rename from ClientApp/node_modules/core-js/es/reflect/get-prototype-of.js rename to apps/angular/node_modules/core-js/es/reflect/get-prototype-of.js diff --git a/ClientApp/node_modules/core-js/es/reflect/get.js b/apps/angular/node_modules/core-js/es/reflect/get.js similarity index 100% rename from ClientApp/node_modules/core-js/es/reflect/get.js rename to apps/angular/node_modules/core-js/es/reflect/get.js diff --git a/ClientApp/node_modules/core-js/es/reflect/has.js b/apps/angular/node_modules/core-js/es/reflect/has.js similarity index 100% rename from ClientApp/node_modules/core-js/es/reflect/has.js rename to apps/angular/node_modules/core-js/es/reflect/has.js diff --git a/ClientApp/node_modules/core-js/es/reflect/index.js b/apps/angular/node_modules/core-js/es/reflect/index.js similarity index 100% rename from ClientApp/node_modules/core-js/es/reflect/index.js rename to apps/angular/node_modules/core-js/es/reflect/index.js diff --git a/ClientApp/node_modules/core-js/es/reflect/is-extensible.js b/apps/angular/node_modules/core-js/es/reflect/is-extensible.js similarity index 100% rename from ClientApp/node_modules/core-js/es/reflect/is-extensible.js rename to apps/angular/node_modules/core-js/es/reflect/is-extensible.js diff --git a/ClientApp/node_modules/core-js/es/reflect/own-keys.js b/apps/angular/node_modules/core-js/es/reflect/own-keys.js similarity index 100% rename from ClientApp/node_modules/core-js/es/reflect/own-keys.js rename to apps/angular/node_modules/core-js/es/reflect/own-keys.js diff --git a/ClientApp/node_modules/core-js/es/reflect/prevent-extensions.js b/apps/angular/node_modules/core-js/es/reflect/prevent-extensions.js similarity index 100% rename from ClientApp/node_modules/core-js/es/reflect/prevent-extensions.js rename to apps/angular/node_modules/core-js/es/reflect/prevent-extensions.js diff --git a/ClientApp/node_modules/core-js/es/reflect/set-prototype-of.js b/apps/angular/node_modules/core-js/es/reflect/set-prototype-of.js similarity index 100% rename from ClientApp/node_modules/core-js/es/reflect/set-prototype-of.js rename to apps/angular/node_modules/core-js/es/reflect/set-prototype-of.js diff --git a/ClientApp/node_modules/core-js/es/reflect/set.js b/apps/angular/node_modules/core-js/es/reflect/set.js similarity index 100% rename from ClientApp/node_modules/core-js/es/reflect/set.js rename to apps/angular/node_modules/core-js/es/reflect/set.js diff --git a/ClientApp/node_modules/core-js/es/reflect/to-string-tag.js b/apps/angular/node_modules/core-js/es/reflect/to-string-tag.js similarity index 100% rename from ClientApp/node_modules/core-js/es/reflect/to-string-tag.js rename to apps/angular/node_modules/core-js/es/reflect/to-string-tag.js diff --git a/ClientApp/node_modules/core-js/es/regexp/constructor.js b/apps/angular/node_modules/core-js/es/regexp/constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/es/regexp/constructor.js rename to apps/angular/node_modules/core-js/es/regexp/constructor.js diff --git a/ClientApp/node_modules/core-js/es/regexp/dot-all.js b/apps/angular/node_modules/core-js/es/regexp/dot-all.js similarity index 100% rename from ClientApp/node_modules/core-js/es/regexp/dot-all.js rename to apps/angular/node_modules/core-js/es/regexp/dot-all.js diff --git a/ClientApp/node_modules/core-js/es/regexp/escape.js b/apps/angular/node_modules/core-js/es/regexp/escape.js similarity index 100% rename from ClientApp/node_modules/core-js/es/regexp/escape.js rename to apps/angular/node_modules/core-js/es/regexp/escape.js diff --git a/ClientApp/node_modules/core-js/es/regexp/flags.js b/apps/angular/node_modules/core-js/es/regexp/flags.js similarity index 100% rename from ClientApp/node_modules/core-js/es/regexp/flags.js rename to apps/angular/node_modules/core-js/es/regexp/flags.js diff --git a/ClientApp/node_modules/core-js/es/regexp/index.js b/apps/angular/node_modules/core-js/es/regexp/index.js similarity index 100% rename from ClientApp/node_modules/core-js/es/regexp/index.js rename to apps/angular/node_modules/core-js/es/regexp/index.js diff --git a/ClientApp/node_modules/core-js/es/regexp/match.js b/apps/angular/node_modules/core-js/es/regexp/match.js similarity index 100% rename from ClientApp/node_modules/core-js/es/regexp/match.js rename to apps/angular/node_modules/core-js/es/regexp/match.js diff --git a/ClientApp/node_modules/core-js/es/regexp/replace.js b/apps/angular/node_modules/core-js/es/regexp/replace.js similarity index 100% rename from ClientApp/node_modules/core-js/es/regexp/replace.js rename to apps/angular/node_modules/core-js/es/regexp/replace.js diff --git a/ClientApp/node_modules/core-js/es/regexp/search.js b/apps/angular/node_modules/core-js/es/regexp/search.js similarity index 100% rename from ClientApp/node_modules/core-js/es/regexp/search.js rename to apps/angular/node_modules/core-js/es/regexp/search.js diff --git a/ClientApp/node_modules/core-js/es/regexp/split.js b/apps/angular/node_modules/core-js/es/regexp/split.js similarity index 100% rename from ClientApp/node_modules/core-js/es/regexp/split.js rename to apps/angular/node_modules/core-js/es/regexp/split.js diff --git a/ClientApp/node_modules/core-js/es/regexp/sticky.js b/apps/angular/node_modules/core-js/es/regexp/sticky.js similarity index 100% rename from ClientApp/node_modules/core-js/es/regexp/sticky.js rename to apps/angular/node_modules/core-js/es/regexp/sticky.js diff --git a/ClientApp/node_modules/core-js/es/regexp/test.js b/apps/angular/node_modules/core-js/es/regexp/test.js similarity index 100% rename from ClientApp/node_modules/core-js/es/regexp/test.js rename to apps/angular/node_modules/core-js/es/regexp/test.js diff --git a/ClientApp/node_modules/core-js/es/regexp/to-string.js b/apps/angular/node_modules/core-js/es/regexp/to-string.js similarity index 100% rename from ClientApp/node_modules/core-js/es/regexp/to-string.js rename to apps/angular/node_modules/core-js/es/regexp/to-string.js diff --git a/ClientApp/node_modules/core-js/es/set/difference.js b/apps/angular/node_modules/core-js/es/set/difference.js similarity index 100% rename from ClientApp/node_modules/core-js/es/set/difference.js rename to apps/angular/node_modules/core-js/es/set/difference.js diff --git a/ClientApp/node_modules/core-js/es/set/index.js b/apps/angular/node_modules/core-js/es/set/index.js similarity index 100% rename from ClientApp/node_modules/core-js/es/set/index.js rename to apps/angular/node_modules/core-js/es/set/index.js diff --git a/ClientApp/node_modules/core-js/es/set/intersection.js b/apps/angular/node_modules/core-js/es/set/intersection.js similarity index 100% rename from ClientApp/node_modules/core-js/es/set/intersection.js rename to apps/angular/node_modules/core-js/es/set/intersection.js diff --git a/ClientApp/node_modules/core-js/es/set/is-disjoint-from.js b/apps/angular/node_modules/core-js/es/set/is-disjoint-from.js similarity index 100% rename from ClientApp/node_modules/core-js/es/set/is-disjoint-from.js rename to apps/angular/node_modules/core-js/es/set/is-disjoint-from.js diff --git a/ClientApp/node_modules/core-js/es/set/is-subset-of.js b/apps/angular/node_modules/core-js/es/set/is-subset-of.js similarity index 100% rename from ClientApp/node_modules/core-js/es/set/is-subset-of.js rename to apps/angular/node_modules/core-js/es/set/is-subset-of.js diff --git a/ClientApp/node_modules/core-js/es/set/is-superset-of.js b/apps/angular/node_modules/core-js/es/set/is-superset-of.js similarity index 100% rename from ClientApp/node_modules/core-js/es/set/is-superset-of.js rename to apps/angular/node_modules/core-js/es/set/is-superset-of.js diff --git a/ClientApp/node_modules/core-js/es/set/symmetric-difference.js b/apps/angular/node_modules/core-js/es/set/symmetric-difference.js similarity index 100% rename from ClientApp/node_modules/core-js/es/set/symmetric-difference.js rename to apps/angular/node_modules/core-js/es/set/symmetric-difference.js diff --git a/ClientApp/node_modules/core-js/es/set/union.js b/apps/angular/node_modules/core-js/es/set/union.js similarity index 100% rename from ClientApp/node_modules/core-js/es/set/union.js rename to apps/angular/node_modules/core-js/es/set/union.js diff --git a/ClientApp/node_modules/core-js/es/string/anchor.js b/apps/angular/node_modules/core-js/es/string/anchor.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/anchor.js rename to apps/angular/node_modules/core-js/es/string/anchor.js diff --git a/ClientApp/node_modules/core-js/es/string/at.js b/apps/angular/node_modules/core-js/es/string/at.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/at.js rename to apps/angular/node_modules/core-js/es/string/at.js diff --git a/ClientApp/node_modules/core-js/es/string/big.js b/apps/angular/node_modules/core-js/es/string/big.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/big.js rename to apps/angular/node_modules/core-js/es/string/big.js diff --git a/ClientApp/node_modules/core-js/es/string/blink.js b/apps/angular/node_modules/core-js/es/string/blink.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/blink.js rename to apps/angular/node_modules/core-js/es/string/blink.js diff --git a/ClientApp/node_modules/core-js/es/string/bold.js b/apps/angular/node_modules/core-js/es/string/bold.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/bold.js rename to apps/angular/node_modules/core-js/es/string/bold.js diff --git a/ClientApp/node_modules/core-js/es/string/code-point-at.js b/apps/angular/node_modules/core-js/es/string/code-point-at.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/code-point-at.js rename to apps/angular/node_modules/core-js/es/string/code-point-at.js diff --git a/ClientApp/node_modules/core-js/es/string/ends-with.js b/apps/angular/node_modules/core-js/es/string/ends-with.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/ends-with.js rename to apps/angular/node_modules/core-js/es/string/ends-with.js diff --git a/ClientApp/node_modules/core-js/es/string/fixed.js b/apps/angular/node_modules/core-js/es/string/fixed.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/fixed.js rename to apps/angular/node_modules/core-js/es/string/fixed.js diff --git a/ClientApp/node_modules/core-js/es/string/fontcolor.js b/apps/angular/node_modules/core-js/es/string/fontcolor.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/fontcolor.js rename to apps/angular/node_modules/core-js/es/string/fontcolor.js diff --git a/ClientApp/node_modules/core-js/es/string/fontsize.js b/apps/angular/node_modules/core-js/es/string/fontsize.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/fontsize.js rename to apps/angular/node_modules/core-js/es/string/fontsize.js diff --git a/ClientApp/node_modules/core-js/es/string/from-code-point.js b/apps/angular/node_modules/core-js/es/string/from-code-point.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/from-code-point.js rename to apps/angular/node_modules/core-js/es/string/from-code-point.js diff --git a/ClientApp/node_modules/core-js/es/string/includes.js b/apps/angular/node_modules/core-js/es/string/includes.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/includes.js rename to apps/angular/node_modules/core-js/es/string/includes.js diff --git a/ClientApp/node_modules/core-js/es/string/index.js b/apps/angular/node_modules/core-js/es/string/index.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/index.js rename to apps/angular/node_modules/core-js/es/string/index.js diff --git a/ClientApp/node_modules/core-js/es/string/is-well-formed.js b/apps/angular/node_modules/core-js/es/string/is-well-formed.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/is-well-formed.js rename to apps/angular/node_modules/core-js/es/string/is-well-formed.js diff --git a/ClientApp/node_modules/core-js/es/string/italics.js b/apps/angular/node_modules/core-js/es/string/italics.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/italics.js rename to apps/angular/node_modules/core-js/es/string/italics.js diff --git a/ClientApp/node_modules/core-js/es/string/iterator.js b/apps/angular/node_modules/core-js/es/string/iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/iterator.js rename to apps/angular/node_modules/core-js/es/string/iterator.js diff --git a/ClientApp/node_modules/core-js/es/string/link.js b/apps/angular/node_modules/core-js/es/string/link.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/link.js rename to apps/angular/node_modules/core-js/es/string/link.js diff --git a/ClientApp/node_modules/core-js/es/string/match-all.js b/apps/angular/node_modules/core-js/es/string/match-all.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/match-all.js rename to apps/angular/node_modules/core-js/es/string/match-all.js diff --git a/ClientApp/node_modules/core-js/es/string/match.js b/apps/angular/node_modules/core-js/es/string/match.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/match.js rename to apps/angular/node_modules/core-js/es/string/match.js diff --git a/ClientApp/node_modules/core-js/es/string/pad-end.js b/apps/angular/node_modules/core-js/es/string/pad-end.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/pad-end.js rename to apps/angular/node_modules/core-js/es/string/pad-end.js diff --git a/ClientApp/node_modules/core-js/es/string/pad-start.js b/apps/angular/node_modules/core-js/es/string/pad-start.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/pad-start.js rename to apps/angular/node_modules/core-js/es/string/pad-start.js diff --git a/ClientApp/node_modules/core-js/es/string/raw.js b/apps/angular/node_modules/core-js/es/string/raw.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/raw.js rename to apps/angular/node_modules/core-js/es/string/raw.js diff --git a/ClientApp/node_modules/core-js/es/string/repeat.js b/apps/angular/node_modules/core-js/es/string/repeat.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/repeat.js rename to apps/angular/node_modules/core-js/es/string/repeat.js diff --git a/ClientApp/node_modules/core-js/es/string/replace-all.js b/apps/angular/node_modules/core-js/es/string/replace-all.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/replace-all.js rename to apps/angular/node_modules/core-js/es/string/replace-all.js diff --git a/ClientApp/node_modules/core-js/es/string/replace.js b/apps/angular/node_modules/core-js/es/string/replace.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/replace.js rename to apps/angular/node_modules/core-js/es/string/replace.js diff --git a/ClientApp/node_modules/core-js/es/string/search.js b/apps/angular/node_modules/core-js/es/string/search.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/search.js rename to apps/angular/node_modules/core-js/es/string/search.js diff --git a/ClientApp/node_modules/core-js/es/string/small.js b/apps/angular/node_modules/core-js/es/string/small.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/small.js rename to apps/angular/node_modules/core-js/es/string/small.js diff --git a/ClientApp/node_modules/core-js/es/string/split.js b/apps/angular/node_modules/core-js/es/string/split.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/split.js rename to apps/angular/node_modules/core-js/es/string/split.js diff --git a/ClientApp/node_modules/core-js/es/string/starts-with.js b/apps/angular/node_modules/core-js/es/string/starts-with.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/starts-with.js rename to apps/angular/node_modules/core-js/es/string/starts-with.js diff --git a/ClientApp/node_modules/core-js/es/string/strike.js b/apps/angular/node_modules/core-js/es/string/strike.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/strike.js rename to apps/angular/node_modules/core-js/es/string/strike.js diff --git a/ClientApp/node_modules/core-js/es/string/sub.js b/apps/angular/node_modules/core-js/es/string/sub.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/sub.js rename to apps/angular/node_modules/core-js/es/string/sub.js diff --git a/ClientApp/node_modules/core-js/es/string/substr.js b/apps/angular/node_modules/core-js/es/string/substr.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/substr.js rename to apps/angular/node_modules/core-js/es/string/substr.js diff --git a/ClientApp/node_modules/core-js/es/string/sup.js b/apps/angular/node_modules/core-js/es/string/sup.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/sup.js rename to apps/angular/node_modules/core-js/es/string/sup.js diff --git a/ClientApp/node_modules/core-js/es/string/to-well-formed.js b/apps/angular/node_modules/core-js/es/string/to-well-formed.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/to-well-formed.js rename to apps/angular/node_modules/core-js/es/string/to-well-formed.js diff --git a/ClientApp/node_modules/core-js/es/string/trim-end.js b/apps/angular/node_modules/core-js/es/string/trim-end.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/trim-end.js rename to apps/angular/node_modules/core-js/es/string/trim-end.js diff --git a/ClientApp/node_modules/core-js/es/string/trim-left.js b/apps/angular/node_modules/core-js/es/string/trim-left.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/trim-left.js rename to apps/angular/node_modules/core-js/es/string/trim-left.js diff --git a/ClientApp/node_modules/core-js/es/string/trim-right.js b/apps/angular/node_modules/core-js/es/string/trim-right.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/trim-right.js rename to apps/angular/node_modules/core-js/es/string/trim-right.js diff --git a/ClientApp/node_modules/core-js/es/string/trim-start.js b/apps/angular/node_modules/core-js/es/string/trim-start.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/trim-start.js rename to apps/angular/node_modules/core-js/es/string/trim-start.js diff --git a/ClientApp/node_modules/core-js/es/string/trim.js b/apps/angular/node_modules/core-js/es/string/trim.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/trim.js rename to apps/angular/node_modules/core-js/es/string/trim.js diff --git a/ClientApp/node_modules/core-js/es/string/virtual/anchor.js b/apps/angular/node_modules/core-js/es/string/virtual/anchor.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/virtual/anchor.js rename to apps/angular/node_modules/core-js/es/string/virtual/anchor.js diff --git a/ClientApp/node_modules/core-js/es/string/virtual/at.js b/apps/angular/node_modules/core-js/es/string/virtual/at.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/virtual/at.js rename to apps/angular/node_modules/core-js/es/string/virtual/at.js diff --git a/ClientApp/node_modules/core-js/es/string/virtual/big.js b/apps/angular/node_modules/core-js/es/string/virtual/big.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/virtual/big.js rename to apps/angular/node_modules/core-js/es/string/virtual/big.js diff --git a/ClientApp/node_modules/core-js/es/string/virtual/blink.js b/apps/angular/node_modules/core-js/es/string/virtual/blink.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/virtual/blink.js rename to apps/angular/node_modules/core-js/es/string/virtual/blink.js diff --git a/ClientApp/node_modules/core-js/es/string/virtual/bold.js b/apps/angular/node_modules/core-js/es/string/virtual/bold.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/virtual/bold.js rename to apps/angular/node_modules/core-js/es/string/virtual/bold.js diff --git a/ClientApp/node_modules/core-js/es/string/virtual/code-point-at.js b/apps/angular/node_modules/core-js/es/string/virtual/code-point-at.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/virtual/code-point-at.js rename to apps/angular/node_modules/core-js/es/string/virtual/code-point-at.js diff --git a/ClientApp/node_modules/core-js/es/string/virtual/ends-with.js b/apps/angular/node_modules/core-js/es/string/virtual/ends-with.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/virtual/ends-with.js rename to apps/angular/node_modules/core-js/es/string/virtual/ends-with.js diff --git a/ClientApp/node_modules/core-js/es/string/virtual/fixed.js b/apps/angular/node_modules/core-js/es/string/virtual/fixed.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/virtual/fixed.js rename to apps/angular/node_modules/core-js/es/string/virtual/fixed.js diff --git a/ClientApp/node_modules/core-js/es/string/virtual/fontcolor.js b/apps/angular/node_modules/core-js/es/string/virtual/fontcolor.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/virtual/fontcolor.js rename to apps/angular/node_modules/core-js/es/string/virtual/fontcolor.js diff --git a/ClientApp/node_modules/core-js/es/string/virtual/fontsize.js b/apps/angular/node_modules/core-js/es/string/virtual/fontsize.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/virtual/fontsize.js rename to apps/angular/node_modules/core-js/es/string/virtual/fontsize.js diff --git a/ClientApp/node_modules/core-js/es/string/virtual/includes.js b/apps/angular/node_modules/core-js/es/string/virtual/includes.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/virtual/includes.js rename to apps/angular/node_modules/core-js/es/string/virtual/includes.js diff --git a/ClientApp/node_modules/core-js/es/string/virtual/index.js b/apps/angular/node_modules/core-js/es/string/virtual/index.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/virtual/index.js rename to apps/angular/node_modules/core-js/es/string/virtual/index.js diff --git a/ClientApp/node_modules/core-js/es/string/virtual/is-well-formed.js b/apps/angular/node_modules/core-js/es/string/virtual/is-well-formed.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/virtual/is-well-formed.js rename to apps/angular/node_modules/core-js/es/string/virtual/is-well-formed.js diff --git a/ClientApp/node_modules/core-js/es/string/virtual/italics.js b/apps/angular/node_modules/core-js/es/string/virtual/italics.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/virtual/italics.js rename to apps/angular/node_modules/core-js/es/string/virtual/italics.js diff --git a/ClientApp/node_modules/core-js/es/string/virtual/iterator.js b/apps/angular/node_modules/core-js/es/string/virtual/iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/virtual/iterator.js rename to apps/angular/node_modules/core-js/es/string/virtual/iterator.js diff --git a/ClientApp/node_modules/core-js/es/string/virtual/link.js b/apps/angular/node_modules/core-js/es/string/virtual/link.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/virtual/link.js rename to apps/angular/node_modules/core-js/es/string/virtual/link.js diff --git a/ClientApp/node_modules/core-js/es/string/virtual/match-all.js b/apps/angular/node_modules/core-js/es/string/virtual/match-all.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/virtual/match-all.js rename to apps/angular/node_modules/core-js/es/string/virtual/match-all.js diff --git a/ClientApp/node_modules/core-js/es/string/virtual/pad-end.js b/apps/angular/node_modules/core-js/es/string/virtual/pad-end.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/virtual/pad-end.js rename to apps/angular/node_modules/core-js/es/string/virtual/pad-end.js diff --git a/ClientApp/node_modules/core-js/es/string/virtual/pad-start.js b/apps/angular/node_modules/core-js/es/string/virtual/pad-start.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/virtual/pad-start.js rename to apps/angular/node_modules/core-js/es/string/virtual/pad-start.js diff --git a/ClientApp/node_modules/core-js/es/string/virtual/repeat.js b/apps/angular/node_modules/core-js/es/string/virtual/repeat.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/virtual/repeat.js rename to apps/angular/node_modules/core-js/es/string/virtual/repeat.js diff --git a/ClientApp/node_modules/core-js/es/string/virtual/replace-all.js b/apps/angular/node_modules/core-js/es/string/virtual/replace-all.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/virtual/replace-all.js rename to apps/angular/node_modules/core-js/es/string/virtual/replace-all.js diff --git a/ClientApp/node_modules/core-js/es/string/virtual/small.js b/apps/angular/node_modules/core-js/es/string/virtual/small.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/virtual/small.js rename to apps/angular/node_modules/core-js/es/string/virtual/small.js diff --git a/ClientApp/node_modules/core-js/es/string/virtual/starts-with.js b/apps/angular/node_modules/core-js/es/string/virtual/starts-with.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/virtual/starts-with.js rename to apps/angular/node_modules/core-js/es/string/virtual/starts-with.js diff --git a/ClientApp/node_modules/core-js/es/string/virtual/strike.js b/apps/angular/node_modules/core-js/es/string/virtual/strike.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/virtual/strike.js rename to apps/angular/node_modules/core-js/es/string/virtual/strike.js diff --git a/ClientApp/node_modules/core-js/es/string/virtual/sub.js b/apps/angular/node_modules/core-js/es/string/virtual/sub.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/virtual/sub.js rename to apps/angular/node_modules/core-js/es/string/virtual/sub.js diff --git a/ClientApp/node_modules/core-js/es/string/virtual/substr.js b/apps/angular/node_modules/core-js/es/string/virtual/substr.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/virtual/substr.js rename to apps/angular/node_modules/core-js/es/string/virtual/substr.js diff --git a/ClientApp/node_modules/core-js/es/string/virtual/sup.js b/apps/angular/node_modules/core-js/es/string/virtual/sup.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/virtual/sup.js rename to apps/angular/node_modules/core-js/es/string/virtual/sup.js diff --git a/ClientApp/node_modules/core-js/es/string/virtual/to-well-formed.js b/apps/angular/node_modules/core-js/es/string/virtual/to-well-formed.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/virtual/to-well-formed.js rename to apps/angular/node_modules/core-js/es/string/virtual/to-well-formed.js diff --git a/ClientApp/node_modules/core-js/es/string/virtual/trim-end.js b/apps/angular/node_modules/core-js/es/string/virtual/trim-end.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/virtual/trim-end.js rename to apps/angular/node_modules/core-js/es/string/virtual/trim-end.js diff --git a/ClientApp/node_modules/core-js/es/string/virtual/trim-left.js b/apps/angular/node_modules/core-js/es/string/virtual/trim-left.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/virtual/trim-left.js rename to apps/angular/node_modules/core-js/es/string/virtual/trim-left.js diff --git a/ClientApp/node_modules/core-js/es/string/virtual/trim-right.js b/apps/angular/node_modules/core-js/es/string/virtual/trim-right.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/virtual/trim-right.js rename to apps/angular/node_modules/core-js/es/string/virtual/trim-right.js diff --git a/ClientApp/node_modules/core-js/es/string/virtual/trim-start.js b/apps/angular/node_modules/core-js/es/string/virtual/trim-start.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/virtual/trim-start.js rename to apps/angular/node_modules/core-js/es/string/virtual/trim-start.js diff --git a/ClientApp/node_modules/core-js/es/string/virtual/trim.js b/apps/angular/node_modules/core-js/es/string/virtual/trim.js similarity index 100% rename from ClientApp/node_modules/core-js/es/string/virtual/trim.js rename to apps/angular/node_modules/core-js/es/string/virtual/trim.js diff --git a/ClientApp/node_modules/core-js/es/suppressed-error.js b/apps/angular/node_modules/core-js/es/suppressed-error.js similarity index 100% rename from ClientApp/node_modules/core-js/es/suppressed-error.js rename to apps/angular/node_modules/core-js/es/suppressed-error.js diff --git a/ClientApp/node_modules/core-js/es/symbol/async-dispose.js b/apps/angular/node_modules/core-js/es/symbol/async-dispose.js similarity index 100% rename from ClientApp/node_modules/core-js/es/symbol/async-dispose.js rename to apps/angular/node_modules/core-js/es/symbol/async-dispose.js diff --git a/ClientApp/node_modules/core-js/es/symbol/async-iterator.js b/apps/angular/node_modules/core-js/es/symbol/async-iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/es/symbol/async-iterator.js rename to apps/angular/node_modules/core-js/es/symbol/async-iterator.js diff --git a/ClientApp/node_modules/core-js/es/symbol/description.js b/apps/angular/node_modules/core-js/es/symbol/description.js similarity index 100% rename from ClientApp/node_modules/core-js/es/symbol/description.js rename to apps/angular/node_modules/core-js/es/symbol/description.js diff --git a/ClientApp/node_modules/core-js/es/symbol/dispose.js b/apps/angular/node_modules/core-js/es/symbol/dispose.js similarity index 100% rename from ClientApp/node_modules/core-js/es/symbol/dispose.js rename to apps/angular/node_modules/core-js/es/symbol/dispose.js diff --git a/ClientApp/node_modules/core-js/es/symbol/for.js b/apps/angular/node_modules/core-js/es/symbol/for.js similarity index 100% rename from ClientApp/node_modules/core-js/es/symbol/for.js rename to apps/angular/node_modules/core-js/es/symbol/for.js diff --git a/ClientApp/node_modules/core-js/es/symbol/has-instance.js b/apps/angular/node_modules/core-js/es/symbol/has-instance.js similarity index 100% rename from ClientApp/node_modules/core-js/es/symbol/has-instance.js rename to apps/angular/node_modules/core-js/es/symbol/has-instance.js diff --git a/ClientApp/node_modules/core-js/es/symbol/index.js b/apps/angular/node_modules/core-js/es/symbol/index.js similarity index 100% rename from ClientApp/node_modules/core-js/es/symbol/index.js rename to apps/angular/node_modules/core-js/es/symbol/index.js diff --git a/ClientApp/node_modules/core-js/es/symbol/is-concat-spreadable.js b/apps/angular/node_modules/core-js/es/symbol/is-concat-spreadable.js similarity index 100% rename from ClientApp/node_modules/core-js/es/symbol/is-concat-spreadable.js rename to apps/angular/node_modules/core-js/es/symbol/is-concat-spreadable.js diff --git a/ClientApp/node_modules/core-js/es/symbol/iterator.js b/apps/angular/node_modules/core-js/es/symbol/iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/es/symbol/iterator.js rename to apps/angular/node_modules/core-js/es/symbol/iterator.js diff --git a/ClientApp/node_modules/core-js/es/symbol/key-for.js b/apps/angular/node_modules/core-js/es/symbol/key-for.js similarity index 100% rename from ClientApp/node_modules/core-js/es/symbol/key-for.js rename to apps/angular/node_modules/core-js/es/symbol/key-for.js diff --git a/ClientApp/node_modules/core-js/es/symbol/match-all.js b/apps/angular/node_modules/core-js/es/symbol/match-all.js similarity index 100% rename from ClientApp/node_modules/core-js/es/symbol/match-all.js rename to apps/angular/node_modules/core-js/es/symbol/match-all.js diff --git a/ClientApp/node_modules/core-js/es/symbol/match.js b/apps/angular/node_modules/core-js/es/symbol/match.js similarity index 100% rename from ClientApp/node_modules/core-js/es/symbol/match.js rename to apps/angular/node_modules/core-js/es/symbol/match.js diff --git a/ClientApp/node_modules/core-js/es/symbol/replace.js b/apps/angular/node_modules/core-js/es/symbol/replace.js similarity index 100% rename from ClientApp/node_modules/core-js/es/symbol/replace.js rename to apps/angular/node_modules/core-js/es/symbol/replace.js diff --git a/ClientApp/node_modules/core-js/es/symbol/search.js b/apps/angular/node_modules/core-js/es/symbol/search.js similarity index 100% rename from ClientApp/node_modules/core-js/es/symbol/search.js rename to apps/angular/node_modules/core-js/es/symbol/search.js diff --git a/ClientApp/node_modules/core-js/es/symbol/species.js b/apps/angular/node_modules/core-js/es/symbol/species.js similarity index 100% rename from ClientApp/node_modules/core-js/es/symbol/species.js rename to apps/angular/node_modules/core-js/es/symbol/species.js diff --git a/ClientApp/node_modules/core-js/es/symbol/split.js b/apps/angular/node_modules/core-js/es/symbol/split.js similarity index 100% rename from ClientApp/node_modules/core-js/es/symbol/split.js rename to apps/angular/node_modules/core-js/es/symbol/split.js diff --git a/ClientApp/node_modules/core-js/es/symbol/to-primitive.js b/apps/angular/node_modules/core-js/es/symbol/to-primitive.js similarity index 100% rename from ClientApp/node_modules/core-js/es/symbol/to-primitive.js rename to apps/angular/node_modules/core-js/es/symbol/to-primitive.js diff --git a/ClientApp/node_modules/core-js/es/symbol/to-string-tag.js b/apps/angular/node_modules/core-js/es/symbol/to-string-tag.js similarity index 100% rename from ClientApp/node_modules/core-js/es/symbol/to-string-tag.js rename to apps/angular/node_modules/core-js/es/symbol/to-string-tag.js diff --git a/ClientApp/node_modules/core-js/es/symbol/unscopables.js b/apps/angular/node_modules/core-js/es/symbol/unscopables.js similarity index 100% rename from ClientApp/node_modules/core-js/es/symbol/unscopables.js rename to apps/angular/node_modules/core-js/es/symbol/unscopables.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/at.js b/apps/angular/node_modules/core-js/es/typed-array/at.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/at.js rename to apps/angular/node_modules/core-js/es/typed-array/at.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/copy-within.js b/apps/angular/node_modules/core-js/es/typed-array/copy-within.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/copy-within.js rename to apps/angular/node_modules/core-js/es/typed-array/copy-within.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/entries.js b/apps/angular/node_modules/core-js/es/typed-array/entries.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/entries.js rename to apps/angular/node_modules/core-js/es/typed-array/entries.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/every.js b/apps/angular/node_modules/core-js/es/typed-array/every.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/every.js rename to apps/angular/node_modules/core-js/es/typed-array/every.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/fill.js b/apps/angular/node_modules/core-js/es/typed-array/fill.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/fill.js rename to apps/angular/node_modules/core-js/es/typed-array/fill.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/filter.js b/apps/angular/node_modules/core-js/es/typed-array/filter.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/filter.js rename to apps/angular/node_modules/core-js/es/typed-array/filter.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/find-index.js b/apps/angular/node_modules/core-js/es/typed-array/find-index.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/find-index.js rename to apps/angular/node_modules/core-js/es/typed-array/find-index.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/find-last-index.js b/apps/angular/node_modules/core-js/es/typed-array/find-last-index.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/find-last-index.js rename to apps/angular/node_modules/core-js/es/typed-array/find-last-index.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/find-last.js b/apps/angular/node_modules/core-js/es/typed-array/find-last.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/find-last.js rename to apps/angular/node_modules/core-js/es/typed-array/find-last.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/find.js b/apps/angular/node_modules/core-js/es/typed-array/find.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/find.js rename to apps/angular/node_modules/core-js/es/typed-array/find.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/float32-array.js b/apps/angular/node_modules/core-js/es/typed-array/float32-array.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/float32-array.js rename to apps/angular/node_modules/core-js/es/typed-array/float32-array.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/float64-array.js b/apps/angular/node_modules/core-js/es/typed-array/float64-array.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/float64-array.js rename to apps/angular/node_modules/core-js/es/typed-array/float64-array.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/for-each.js b/apps/angular/node_modules/core-js/es/typed-array/for-each.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/for-each.js rename to apps/angular/node_modules/core-js/es/typed-array/for-each.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/from-base64.js b/apps/angular/node_modules/core-js/es/typed-array/from-base64.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/from-base64.js rename to apps/angular/node_modules/core-js/es/typed-array/from-base64.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/from-hex.js b/apps/angular/node_modules/core-js/es/typed-array/from-hex.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/from-hex.js rename to apps/angular/node_modules/core-js/es/typed-array/from-hex.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/from.js b/apps/angular/node_modules/core-js/es/typed-array/from.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/from.js rename to apps/angular/node_modules/core-js/es/typed-array/from.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/includes.js b/apps/angular/node_modules/core-js/es/typed-array/includes.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/includes.js rename to apps/angular/node_modules/core-js/es/typed-array/includes.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/index-of.js b/apps/angular/node_modules/core-js/es/typed-array/index-of.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/index-of.js rename to apps/angular/node_modules/core-js/es/typed-array/index-of.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/index.js b/apps/angular/node_modules/core-js/es/typed-array/index.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/index.js rename to apps/angular/node_modules/core-js/es/typed-array/index.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/int16-array.js b/apps/angular/node_modules/core-js/es/typed-array/int16-array.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/int16-array.js rename to apps/angular/node_modules/core-js/es/typed-array/int16-array.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/int32-array.js b/apps/angular/node_modules/core-js/es/typed-array/int32-array.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/int32-array.js rename to apps/angular/node_modules/core-js/es/typed-array/int32-array.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/int8-array.js b/apps/angular/node_modules/core-js/es/typed-array/int8-array.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/int8-array.js rename to apps/angular/node_modules/core-js/es/typed-array/int8-array.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/iterator.js b/apps/angular/node_modules/core-js/es/typed-array/iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/iterator.js rename to apps/angular/node_modules/core-js/es/typed-array/iterator.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/join.js b/apps/angular/node_modules/core-js/es/typed-array/join.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/join.js rename to apps/angular/node_modules/core-js/es/typed-array/join.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/keys.js b/apps/angular/node_modules/core-js/es/typed-array/keys.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/keys.js rename to apps/angular/node_modules/core-js/es/typed-array/keys.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/last-index-of.js b/apps/angular/node_modules/core-js/es/typed-array/last-index-of.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/last-index-of.js rename to apps/angular/node_modules/core-js/es/typed-array/last-index-of.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/map.js b/apps/angular/node_modules/core-js/es/typed-array/map.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/map.js rename to apps/angular/node_modules/core-js/es/typed-array/map.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/methods.js b/apps/angular/node_modules/core-js/es/typed-array/methods.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/methods.js rename to apps/angular/node_modules/core-js/es/typed-array/methods.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/of.js b/apps/angular/node_modules/core-js/es/typed-array/of.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/of.js rename to apps/angular/node_modules/core-js/es/typed-array/of.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/reduce-right.js b/apps/angular/node_modules/core-js/es/typed-array/reduce-right.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/reduce-right.js rename to apps/angular/node_modules/core-js/es/typed-array/reduce-right.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/reduce.js b/apps/angular/node_modules/core-js/es/typed-array/reduce.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/reduce.js rename to apps/angular/node_modules/core-js/es/typed-array/reduce.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/reverse.js b/apps/angular/node_modules/core-js/es/typed-array/reverse.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/reverse.js rename to apps/angular/node_modules/core-js/es/typed-array/reverse.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/set-from-base64.js b/apps/angular/node_modules/core-js/es/typed-array/set-from-base64.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/set-from-base64.js rename to apps/angular/node_modules/core-js/es/typed-array/set-from-base64.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/set-from-hex.js b/apps/angular/node_modules/core-js/es/typed-array/set-from-hex.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/set-from-hex.js rename to apps/angular/node_modules/core-js/es/typed-array/set-from-hex.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/set.js b/apps/angular/node_modules/core-js/es/typed-array/set.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/set.js rename to apps/angular/node_modules/core-js/es/typed-array/set.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/slice.js b/apps/angular/node_modules/core-js/es/typed-array/slice.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/slice.js rename to apps/angular/node_modules/core-js/es/typed-array/slice.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/some.js b/apps/angular/node_modules/core-js/es/typed-array/some.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/some.js rename to apps/angular/node_modules/core-js/es/typed-array/some.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/sort.js b/apps/angular/node_modules/core-js/es/typed-array/sort.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/sort.js rename to apps/angular/node_modules/core-js/es/typed-array/sort.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/subarray.js b/apps/angular/node_modules/core-js/es/typed-array/subarray.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/subarray.js rename to apps/angular/node_modules/core-js/es/typed-array/subarray.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/to-base64.js b/apps/angular/node_modules/core-js/es/typed-array/to-base64.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/to-base64.js rename to apps/angular/node_modules/core-js/es/typed-array/to-base64.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/to-hex.js b/apps/angular/node_modules/core-js/es/typed-array/to-hex.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/to-hex.js rename to apps/angular/node_modules/core-js/es/typed-array/to-hex.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/to-locale-string.js b/apps/angular/node_modules/core-js/es/typed-array/to-locale-string.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/to-locale-string.js rename to apps/angular/node_modules/core-js/es/typed-array/to-locale-string.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/to-reversed.js b/apps/angular/node_modules/core-js/es/typed-array/to-reversed.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/to-reversed.js rename to apps/angular/node_modules/core-js/es/typed-array/to-reversed.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/to-sorted.js b/apps/angular/node_modules/core-js/es/typed-array/to-sorted.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/to-sorted.js rename to apps/angular/node_modules/core-js/es/typed-array/to-sorted.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/to-string.js b/apps/angular/node_modules/core-js/es/typed-array/to-string.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/to-string.js rename to apps/angular/node_modules/core-js/es/typed-array/to-string.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/uint16-array.js b/apps/angular/node_modules/core-js/es/typed-array/uint16-array.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/uint16-array.js rename to apps/angular/node_modules/core-js/es/typed-array/uint16-array.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/uint32-array.js b/apps/angular/node_modules/core-js/es/typed-array/uint32-array.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/uint32-array.js rename to apps/angular/node_modules/core-js/es/typed-array/uint32-array.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/uint8-array.js b/apps/angular/node_modules/core-js/es/typed-array/uint8-array.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/uint8-array.js rename to apps/angular/node_modules/core-js/es/typed-array/uint8-array.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/uint8-clamped-array.js b/apps/angular/node_modules/core-js/es/typed-array/uint8-clamped-array.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/uint8-clamped-array.js rename to apps/angular/node_modules/core-js/es/typed-array/uint8-clamped-array.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/values.js b/apps/angular/node_modules/core-js/es/typed-array/values.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/values.js rename to apps/angular/node_modules/core-js/es/typed-array/values.js diff --git a/ClientApp/node_modules/core-js/es/typed-array/with.js b/apps/angular/node_modules/core-js/es/typed-array/with.js similarity index 100% rename from ClientApp/node_modules/core-js/es/typed-array/with.js rename to apps/angular/node_modules/core-js/es/typed-array/with.js diff --git a/ClientApp/node_modules/core-js/es/unescape.js b/apps/angular/node_modules/core-js/es/unescape.js similarity index 100% rename from ClientApp/node_modules/core-js/es/unescape.js rename to apps/angular/node_modules/core-js/es/unescape.js diff --git a/ClientApp/node_modules/core-js/es/weak-map/index.js b/apps/angular/node_modules/core-js/es/weak-map/index.js similarity index 100% rename from ClientApp/node_modules/core-js/es/weak-map/index.js rename to apps/angular/node_modules/core-js/es/weak-map/index.js diff --git a/ClientApp/node_modules/core-js/es/weak-set/index.js b/apps/angular/node_modules/core-js/es/weak-set/index.js similarity index 100% rename from ClientApp/node_modules/core-js/es/weak-set/index.js rename to apps/angular/node_modules/core-js/es/weak-set/index.js diff --git a/ClientApp/node_modules/core-js/features/aggregate-error.js b/apps/angular/node_modules/core-js/features/aggregate-error.js similarity index 100% rename from ClientApp/node_modules/core-js/features/aggregate-error.js rename to apps/angular/node_modules/core-js/features/aggregate-error.js diff --git a/ClientApp/node_modules/core-js/features/array-buffer/constructor.js b/apps/angular/node_modules/core-js/features/array-buffer/constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array-buffer/constructor.js rename to apps/angular/node_modules/core-js/features/array-buffer/constructor.js diff --git a/ClientApp/node_modules/core-js/features/array-buffer/detached.js b/apps/angular/node_modules/core-js/features/array-buffer/detached.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array-buffer/detached.js rename to apps/angular/node_modules/core-js/features/array-buffer/detached.js diff --git a/ClientApp/node_modules/core-js/features/array-buffer/index.js b/apps/angular/node_modules/core-js/features/array-buffer/index.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array-buffer/index.js rename to apps/angular/node_modules/core-js/features/array-buffer/index.js diff --git a/ClientApp/node_modules/core-js/features/array-buffer/is-view.js b/apps/angular/node_modules/core-js/features/array-buffer/is-view.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array-buffer/is-view.js rename to apps/angular/node_modules/core-js/features/array-buffer/is-view.js diff --git a/ClientApp/node_modules/core-js/features/array-buffer/slice.js b/apps/angular/node_modules/core-js/features/array-buffer/slice.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array-buffer/slice.js rename to apps/angular/node_modules/core-js/features/array-buffer/slice.js diff --git a/ClientApp/node_modules/core-js/features/array-buffer/transfer-to-fixed-length.js b/apps/angular/node_modules/core-js/features/array-buffer/transfer-to-fixed-length.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array-buffer/transfer-to-fixed-length.js rename to apps/angular/node_modules/core-js/features/array-buffer/transfer-to-fixed-length.js diff --git a/ClientApp/node_modules/core-js/features/array-buffer/transfer.js b/apps/angular/node_modules/core-js/features/array-buffer/transfer.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array-buffer/transfer.js rename to apps/angular/node_modules/core-js/features/array-buffer/transfer.js diff --git a/ClientApp/node_modules/core-js/features/array/at.js b/apps/angular/node_modules/core-js/features/array/at.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/at.js rename to apps/angular/node_modules/core-js/features/array/at.js diff --git a/ClientApp/node_modules/core-js/features/array/concat.js b/apps/angular/node_modules/core-js/features/array/concat.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/concat.js rename to apps/angular/node_modules/core-js/features/array/concat.js diff --git a/ClientApp/node_modules/core-js/features/array/copy-within.js b/apps/angular/node_modules/core-js/features/array/copy-within.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/copy-within.js rename to apps/angular/node_modules/core-js/features/array/copy-within.js diff --git a/ClientApp/node_modules/core-js/features/array/entries.js b/apps/angular/node_modules/core-js/features/array/entries.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/entries.js rename to apps/angular/node_modules/core-js/features/array/entries.js diff --git a/ClientApp/node_modules/core-js/features/array/every.js b/apps/angular/node_modules/core-js/features/array/every.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/every.js rename to apps/angular/node_modules/core-js/features/array/every.js diff --git a/ClientApp/node_modules/core-js/features/array/fill.js b/apps/angular/node_modules/core-js/features/array/fill.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/fill.js rename to apps/angular/node_modules/core-js/features/array/fill.js diff --git a/ClientApp/node_modules/core-js/features/array/filter-out.js b/apps/angular/node_modules/core-js/features/array/filter-out.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/filter-out.js rename to apps/angular/node_modules/core-js/features/array/filter-out.js diff --git a/ClientApp/node_modules/core-js/features/array/filter-reject.js b/apps/angular/node_modules/core-js/features/array/filter-reject.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/filter-reject.js rename to apps/angular/node_modules/core-js/features/array/filter-reject.js diff --git a/ClientApp/node_modules/core-js/features/array/filter.js b/apps/angular/node_modules/core-js/features/array/filter.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/filter.js rename to apps/angular/node_modules/core-js/features/array/filter.js diff --git a/ClientApp/node_modules/core-js/features/array/find-index.js b/apps/angular/node_modules/core-js/features/array/find-index.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/find-index.js rename to apps/angular/node_modules/core-js/features/array/find-index.js diff --git a/ClientApp/node_modules/core-js/features/array/find-last-index.js b/apps/angular/node_modules/core-js/features/array/find-last-index.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/find-last-index.js rename to apps/angular/node_modules/core-js/features/array/find-last-index.js diff --git a/ClientApp/node_modules/core-js/features/array/find-last.js b/apps/angular/node_modules/core-js/features/array/find-last.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/find-last.js rename to apps/angular/node_modules/core-js/features/array/find-last.js diff --git a/ClientApp/node_modules/core-js/features/array/find.js b/apps/angular/node_modules/core-js/features/array/find.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/find.js rename to apps/angular/node_modules/core-js/features/array/find.js diff --git a/ClientApp/node_modules/core-js/features/array/flat-map.js b/apps/angular/node_modules/core-js/features/array/flat-map.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/flat-map.js rename to apps/angular/node_modules/core-js/features/array/flat-map.js diff --git a/ClientApp/node_modules/core-js/features/array/flat.js b/apps/angular/node_modules/core-js/features/array/flat.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/flat.js rename to apps/angular/node_modules/core-js/features/array/flat.js diff --git a/ClientApp/node_modules/core-js/features/array/for-each.js b/apps/angular/node_modules/core-js/features/array/for-each.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/for-each.js rename to apps/angular/node_modules/core-js/features/array/for-each.js diff --git a/ClientApp/node_modules/core-js/features/array/from-async.js b/apps/angular/node_modules/core-js/features/array/from-async.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/from-async.js rename to apps/angular/node_modules/core-js/features/array/from-async.js diff --git a/ClientApp/node_modules/core-js/features/array/from.js b/apps/angular/node_modules/core-js/features/array/from.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/from.js rename to apps/angular/node_modules/core-js/features/array/from.js diff --git a/ClientApp/node_modules/core-js/features/array/group-by-to-map.js b/apps/angular/node_modules/core-js/features/array/group-by-to-map.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/group-by-to-map.js rename to apps/angular/node_modules/core-js/features/array/group-by-to-map.js diff --git a/ClientApp/node_modules/core-js/features/array/group-by.js b/apps/angular/node_modules/core-js/features/array/group-by.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/group-by.js rename to apps/angular/node_modules/core-js/features/array/group-by.js diff --git a/ClientApp/node_modules/core-js/features/array/group-to-map.js b/apps/angular/node_modules/core-js/features/array/group-to-map.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/group-to-map.js rename to apps/angular/node_modules/core-js/features/array/group-to-map.js diff --git a/ClientApp/node_modules/core-js/features/array/group.js b/apps/angular/node_modules/core-js/features/array/group.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/group.js rename to apps/angular/node_modules/core-js/features/array/group.js diff --git a/ClientApp/node_modules/core-js/features/array/includes.js b/apps/angular/node_modules/core-js/features/array/includes.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/includes.js rename to apps/angular/node_modules/core-js/features/array/includes.js diff --git a/ClientApp/node_modules/core-js/features/array/index-of.js b/apps/angular/node_modules/core-js/features/array/index-of.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/index-of.js rename to apps/angular/node_modules/core-js/features/array/index-of.js diff --git a/ClientApp/node_modules/core-js/features/array/index.js b/apps/angular/node_modules/core-js/features/array/index.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/index.js rename to apps/angular/node_modules/core-js/features/array/index.js diff --git a/ClientApp/node_modules/core-js/features/array/is-array.js b/apps/angular/node_modules/core-js/features/array/is-array.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/is-array.js rename to apps/angular/node_modules/core-js/features/array/is-array.js diff --git a/ClientApp/node_modules/core-js/features/array/is-template-object.js b/apps/angular/node_modules/core-js/features/array/is-template-object.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/is-template-object.js rename to apps/angular/node_modules/core-js/features/array/is-template-object.js diff --git a/ClientApp/node_modules/core-js/features/array/iterator.js b/apps/angular/node_modules/core-js/features/array/iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/iterator.js rename to apps/angular/node_modules/core-js/features/array/iterator.js diff --git a/ClientApp/node_modules/core-js/features/array/join.js b/apps/angular/node_modules/core-js/features/array/join.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/join.js rename to apps/angular/node_modules/core-js/features/array/join.js diff --git a/ClientApp/node_modules/core-js/features/array/keys.js b/apps/angular/node_modules/core-js/features/array/keys.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/keys.js rename to apps/angular/node_modules/core-js/features/array/keys.js diff --git a/ClientApp/node_modules/core-js/features/array/last-index-of.js b/apps/angular/node_modules/core-js/features/array/last-index-of.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/last-index-of.js rename to apps/angular/node_modules/core-js/features/array/last-index-of.js diff --git a/ClientApp/node_modules/core-js/features/array/last-index.js b/apps/angular/node_modules/core-js/features/array/last-index.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/last-index.js rename to apps/angular/node_modules/core-js/features/array/last-index.js diff --git a/ClientApp/node_modules/core-js/features/array/last-item.js b/apps/angular/node_modules/core-js/features/array/last-item.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/last-item.js rename to apps/angular/node_modules/core-js/features/array/last-item.js diff --git a/ClientApp/node_modules/core-js/features/array/map.js b/apps/angular/node_modules/core-js/features/array/map.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/map.js rename to apps/angular/node_modules/core-js/features/array/map.js diff --git a/ClientApp/node_modules/core-js/features/array/of.js b/apps/angular/node_modules/core-js/features/array/of.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/of.js rename to apps/angular/node_modules/core-js/features/array/of.js diff --git a/ClientApp/node_modules/core-js/features/array/push.js b/apps/angular/node_modules/core-js/features/array/push.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/push.js rename to apps/angular/node_modules/core-js/features/array/push.js diff --git a/ClientApp/node_modules/core-js/features/array/reduce-right.js b/apps/angular/node_modules/core-js/features/array/reduce-right.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/reduce-right.js rename to apps/angular/node_modules/core-js/features/array/reduce-right.js diff --git a/ClientApp/node_modules/core-js/features/array/reduce.js b/apps/angular/node_modules/core-js/features/array/reduce.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/reduce.js rename to apps/angular/node_modules/core-js/features/array/reduce.js diff --git a/ClientApp/node_modules/core-js/features/array/reverse.js b/apps/angular/node_modules/core-js/features/array/reverse.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/reverse.js rename to apps/angular/node_modules/core-js/features/array/reverse.js diff --git a/ClientApp/node_modules/core-js/features/array/slice.js b/apps/angular/node_modules/core-js/features/array/slice.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/slice.js rename to apps/angular/node_modules/core-js/features/array/slice.js diff --git a/ClientApp/node_modules/core-js/features/array/some.js b/apps/angular/node_modules/core-js/features/array/some.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/some.js rename to apps/angular/node_modules/core-js/features/array/some.js diff --git a/ClientApp/node_modules/core-js/features/array/sort.js b/apps/angular/node_modules/core-js/features/array/sort.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/sort.js rename to apps/angular/node_modules/core-js/features/array/sort.js diff --git a/ClientApp/node_modules/core-js/features/array/splice.js b/apps/angular/node_modules/core-js/features/array/splice.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/splice.js rename to apps/angular/node_modules/core-js/features/array/splice.js diff --git a/ClientApp/node_modules/core-js/features/array/to-reversed.js b/apps/angular/node_modules/core-js/features/array/to-reversed.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/to-reversed.js rename to apps/angular/node_modules/core-js/features/array/to-reversed.js diff --git a/ClientApp/node_modules/core-js/features/array/to-sorted.js b/apps/angular/node_modules/core-js/features/array/to-sorted.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/to-sorted.js rename to apps/angular/node_modules/core-js/features/array/to-sorted.js diff --git a/ClientApp/node_modules/core-js/features/array/to-spliced.js b/apps/angular/node_modules/core-js/features/array/to-spliced.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/to-spliced.js rename to apps/angular/node_modules/core-js/features/array/to-spliced.js diff --git a/ClientApp/node_modules/core-js/features/array/unique-by.js b/apps/angular/node_modules/core-js/features/array/unique-by.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/unique-by.js rename to apps/angular/node_modules/core-js/features/array/unique-by.js diff --git a/ClientApp/node_modules/core-js/features/array/unshift.js b/apps/angular/node_modules/core-js/features/array/unshift.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/unshift.js rename to apps/angular/node_modules/core-js/features/array/unshift.js diff --git a/ClientApp/node_modules/core-js/features/array/values.js b/apps/angular/node_modules/core-js/features/array/values.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/values.js rename to apps/angular/node_modules/core-js/features/array/values.js diff --git a/ClientApp/node_modules/core-js/features/array/virtual/at.js b/apps/angular/node_modules/core-js/features/array/virtual/at.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/virtual/at.js rename to apps/angular/node_modules/core-js/features/array/virtual/at.js diff --git a/ClientApp/node_modules/core-js/features/array/virtual/concat.js b/apps/angular/node_modules/core-js/features/array/virtual/concat.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/virtual/concat.js rename to apps/angular/node_modules/core-js/features/array/virtual/concat.js diff --git a/ClientApp/node_modules/core-js/features/array/virtual/copy-within.js b/apps/angular/node_modules/core-js/features/array/virtual/copy-within.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/virtual/copy-within.js rename to apps/angular/node_modules/core-js/features/array/virtual/copy-within.js diff --git a/ClientApp/node_modules/core-js/features/array/virtual/entries.js b/apps/angular/node_modules/core-js/features/array/virtual/entries.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/virtual/entries.js rename to apps/angular/node_modules/core-js/features/array/virtual/entries.js diff --git a/ClientApp/node_modules/core-js/features/array/virtual/every.js b/apps/angular/node_modules/core-js/features/array/virtual/every.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/virtual/every.js rename to apps/angular/node_modules/core-js/features/array/virtual/every.js diff --git a/ClientApp/node_modules/core-js/features/array/virtual/fill.js b/apps/angular/node_modules/core-js/features/array/virtual/fill.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/virtual/fill.js rename to apps/angular/node_modules/core-js/features/array/virtual/fill.js diff --git a/ClientApp/node_modules/core-js/features/array/virtual/filter-out.js b/apps/angular/node_modules/core-js/features/array/virtual/filter-out.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/virtual/filter-out.js rename to apps/angular/node_modules/core-js/features/array/virtual/filter-out.js diff --git a/ClientApp/node_modules/core-js/features/array/virtual/filter-reject.js b/apps/angular/node_modules/core-js/features/array/virtual/filter-reject.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/virtual/filter-reject.js rename to apps/angular/node_modules/core-js/features/array/virtual/filter-reject.js diff --git a/ClientApp/node_modules/core-js/features/array/virtual/filter.js b/apps/angular/node_modules/core-js/features/array/virtual/filter.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/virtual/filter.js rename to apps/angular/node_modules/core-js/features/array/virtual/filter.js diff --git a/ClientApp/node_modules/core-js/features/array/virtual/find-index.js b/apps/angular/node_modules/core-js/features/array/virtual/find-index.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/virtual/find-index.js rename to apps/angular/node_modules/core-js/features/array/virtual/find-index.js diff --git a/ClientApp/node_modules/core-js/features/array/virtual/find-last-index.js b/apps/angular/node_modules/core-js/features/array/virtual/find-last-index.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/virtual/find-last-index.js rename to apps/angular/node_modules/core-js/features/array/virtual/find-last-index.js diff --git a/ClientApp/node_modules/core-js/features/array/virtual/find-last.js b/apps/angular/node_modules/core-js/features/array/virtual/find-last.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/virtual/find-last.js rename to apps/angular/node_modules/core-js/features/array/virtual/find-last.js diff --git a/ClientApp/node_modules/core-js/features/array/virtual/find.js b/apps/angular/node_modules/core-js/features/array/virtual/find.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/virtual/find.js rename to apps/angular/node_modules/core-js/features/array/virtual/find.js diff --git a/ClientApp/node_modules/core-js/features/array/virtual/flat-map.js b/apps/angular/node_modules/core-js/features/array/virtual/flat-map.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/virtual/flat-map.js rename to apps/angular/node_modules/core-js/features/array/virtual/flat-map.js diff --git a/ClientApp/node_modules/core-js/features/array/virtual/flat.js b/apps/angular/node_modules/core-js/features/array/virtual/flat.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/virtual/flat.js rename to apps/angular/node_modules/core-js/features/array/virtual/flat.js diff --git a/ClientApp/node_modules/core-js/features/array/virtual/for-each.js b/apps/angular/node_modules/core-js/features/array/virtual/for-each.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/virtual/for-each.js rename to apps/angular/node_modules/core-js/features/array/virtual/for-each.js diff --git a/ClientApp/node_modules/core-js/features/array/virtual/group-by-to-map.js b/apps/angular/node_modules/core-js/features/array/virtual/group-by-to-map.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/virtual/group-by-to-map.js rename to apps/angular/node_modules/core-js/features/array/virtual/group-by-to-map.js diff --git a/ClientApp/node_modules/core-js/features/array/virtual/group-by.js b/apps/angular/node_modules/core-js/features/array/virtual/group-by.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/virtual/group-by.js rename to apps/angular/node_modules/core-js/features/array/virtual/group-by.js diff --git a/ClientApp/node_modules/core-js/features/array/virtual/group-to-map.js b/apps/angular/node_modules/core-js/features/array/virtual/group-to-map.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/virtual/group-to-map.js rename to apps/angular/node_modules/core-js/features/array/virtual/group-to-map.js diff --git a/ClientApp/node_modules/core-js/features/array/virtual/group.js b/apps/angular/node_modules/core-js/features/array/virtual/group.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/virtual/group.js rename to apps/angular/node_modules/core-js/features/array/virtual/group.js diff --git a/ClientApp/node_modules/core-js/features/array/virtual/includes.js b/apps/angular/node_modules/core-js/features/array/virtual/includes.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/virtual/includes.js rename to apps/angular/node_modules/core-js/features/array/virtual/includes.js diff --git a/ClientApp/node_modules/core-js/features/array/virtual/index-of.js b/apps/angular/node_modules/core-js/features/array/virtual/index-of.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/virtual/index-of.js rename to apps/angular/node_modules/core-js/features/array/virtual/index-of.js diff --git a/ClientApp/node_modules/core-js/features/array/virtual/index.js b/apps/angular/node_modules/core-js/features/array/virtual/index.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/virtual/index.js rename to apps/angular/node_modules/core-js/features/array/virtual/index.js diff --git a/ClientApp/node_modules/core-js/features/array/virtual/iterator.js b/apps/angular/node_modules/core-js/features/array/virtual/iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/virtual/iterator.js rename to apps/angular/node_modules/core-js/features/array/virtual/iterator.js diff --git a/ClientApp/node_modules/core-js/features/array/virtual/join.js b/apps/angular/node_modules/core-js/features/array/virtual/join.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/virtual/join.js rename to apps/angular/node_modules/core-js/features/array/virtual/join.js diff --git a/ClientApp/node_modules/core-js/features/array/virtual/keys.js b/apps/angular/node_modules/core-js/features/array/virtual/keys.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/virtual/keys.js rename to apps/angular/node_modules/core-js/features/array/virtual/keys.js diff --git a/ClientApp/node_modules/core-js/features/array/virtual/last-index-of.js b/apps/angular/node_modules/core-js/features/array/virtual/last-index-of.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/virtual/last-index-of.js rename to apps/angular/node_modules/core-js/features/array/virtual/last-index-of.js diff --git a/ClientApp/node_modules/core-js/features/array/virtual/map.js b/apps/angular/node_modules/core-js/features/array/virtual/map.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/virtual/map.js rename to apps/angular/node_modules/core-js/features/array/virtual/map.js diff --git a/ClientApp/node_modules/core-js/features/array/virtual/push.js b/apps/angular/node_modules/core-js/features/array/virtual/push.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/virtual/push.js rename to apps/angular/node_modules/core-js/features/array/virtual/push.js diff --git a/ClientApp/node_modules/core-js/features/array/virtual/reduce-right.js b/apps/angular/node_modules/core-js/features/array/virtual/reduce-right.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/virtual/reduce-right.js rename to apps/angular/node_modules/core-js/features/array/virtual/reduce-right.js diff --git a/ClientApp/node_modules/core-js/features/array/virtual/reduce.js b/apps/angular/node_modules/core-js/features/array/virtual/reduce.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/virtual/reduce.js rename to apps/angular/node_modules/core-js/features/array/virtual/reduce.js diff --git a/ClientApp/node_modules/core-js/features/array/virtual/reverse.js b/apps/angular/node_modules/core-js/features/array/virtual/reverse.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/virtual/reverse.js rename to apps/angular/node_modules/core-js/features/array/virtual/reverse.js diff --git a/ClientApp/node_modules/core-js/features/array/virtual/slice.js b/apps/angular/node_modules/core-js/features/array/virtual/slice.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/virtual/slice.js rename to apps/angular/node_modules/core-js/features/array/virtual/slice.js diff --git a/ClientApp/node_modules/core-js/features/array/virtual/some.js b/apps/angular/node_modules/core-js/features/array/virtual/some.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/virtual/some.js rename to apps/angular/node_modules/core-js/features/array/virtual/some.js diff --git a/ClientApp/node_modules/core-js/features/array/virtual/sort.js b/apps/angular/node_modules/core-js/features/array/virtual/sort.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/virtual/sort.js rename to apps/angular/node_modules/core-js/features/array/virtual/sort.js diff --git a/ClientApp/node_modules/core-js/features/array/virtual/splice.js b/apps/angular/node_modules/core-js/features/array/virtual/splice.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/virtual/splice.js rename to apps/angular/node_modules/core-js/features/array/virtual/splice.js diff --git a/ClientApp/node_modules/core-js/features/array/virtual/to-reversed.js b/apps/angular/node_modules/core-js/features/array/virtual/to-reversed.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/virtual/to-reversed.js rename to apps/angular/node_modules/core-js/features/array/virtual/to-reversed.js diff --git a/ClientApp/node_modules/core-js/features/array/virtual/to-sorted.js b/apps/angular/node_modules/core-js/features/array/virtual/to-sorted.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/virtual/to-sorted.js rename to apps/angular/node_modules/core-js/features/array/virtual/to-sorted.js diff --git a/ClientApp/node_modules/core-js/features/array/virtual/to-spliced.js b/apps/angular/node_modules/core-js/features/array/virtual/to-spliced.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/virtual/to-spliced.js rename to apps/angular/node_modules/core-js/features/array/virtual/to-spliced.js diff --git a/ClientApp/node_modules/core-js/features/array/virtual/unique-by.js b/apps/angular/node_modules/core-js/features/array/virtual/unique-by.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/virtual/unique-by.js rename to apps/angular/node_modules/core-js/features/array/virtual/unique-by.js diff --git a/ClientApp/node_modules/core-js/features/array/virtual/unshift.js b/apps/angular/node_modules/core-js/features/array/virtual/unshift.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/virtual/unshift.js rename to apps/angular/node_modules/core-js/features/array/virtual/unshift.js diff --git a/ClientApp/node_modules/core-js/features/array/virtual/values.js b/apps/angular/node_modules/core-js/features/array/virtual/values.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/virtual/values.js rename to apps/angular/node_modules/core-js/features/array/virtual/values.js diff --git a/ClientApp/node_modules/core-js/features/array/virtual/with.js b/apps/angular/node_modules/core-js/features/array/virtual/with.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/virtual/with.js rename to apps/angular/node_modules/core-js/features/array/virtual/with.js diff --git a/ClientApp/node_modules/core-js/features/array/with.js b/apps/angular/node_modules/core-js/features/array/with.js similarity index 100% rename from ClientApp/node_modules/core-js/features/array/with.js rename to apps/angular/node_modules/core-js/features/array/with.js diff --git a/ClientApp/node_modules/core-js/features/async-disposable-stack/constructor.js b/apps/angular/node_modules/core-js/features/async-disposable-stack/constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/features/async-disposable-stack/constructor.js rename to apps/angular/node_modules/core-js/features/async-disposable-stack/constructor.js diff --git a/ClientApp/node_modules/core-js/features/async-disposable-stack/index.js b/apps/angular/node_modules/core-js/features/async-disposable-stack/index.js similarity index 100% rename from ClientApp/node_modules/core-js/features/async-disposable-stack/index.js rename to apps/angular/node_modules/core-js/features/async-disposable-stack/index.js diff --git a/ClientApp/node_modules/core-js/features/async-iterator/as-indexed-pairs.js b/apps/angular/node_modules/core-js/features/async-iterator/as-indexed-pairs.js similarity index 100% rename from ClientApp/node_modules/core-js/features/async-iterator/as-indexed-pairs.js rename to apps/angular/node_modules/core-js/features/async-iterator/as-indexed-pairs.js diff --git a/ClientApp/node_modules/core-js/features/async-iterator/async-dispose.js b/apps/angular/node_modules/core-js/features/async-iterator/async-dispose.js similarity index 100% rename from ClientApp/node_modules/core-js/features/async-iterator/async-dispose.js rename to apps/angular/node_modules/core-js/features/async-iterator/async-dispose.js diff --git a/ClientApp/node_modules/core-js/features/async-iterator/drop.js b/apps/angular/node_modules/core-js/features/async-iterator/drop.js similarity index 100% rename from ClientApp/node_modules/core-js/features/async-iterator/drop.js rename to apps/angular/node_modules/core-js/features/async-iterator/drop.js diff --git a/ClientApp/node_modules/core-js/features/async-iterator/every.js b/apps/angular/node_modules/core-js/features/async-iterator/every.js similarity index 100% rename from ClientApp/node_modules/core-js/features/async-iterator/every.js rename to apps/angular/node_modules/core-js/features/async-iterator/every.js diff --git a/ClientApp/node_modules/core-js/features/async-iterator/filter.js b/apps/angular/node_modules/core-js/features/async-iterator/filter.js similarity index 100% rename from ClientApp/node_modules/core-js/features/async-iterator/filter.js rename to apps/angular/node_modules/core-js/features/async-iterator/filter.js diff --git a/ClientApp/node_modules/core-js/features/async-iterator/find.js b/apps/angular/node_modules/core-js/features/async-iterator/find.js similarity index 100% rename from ClientApp/node_modules/core-js/features/async-iterator/find.js rename to apps/angular/node_modules/core-js/features/async-iterator/find.js diff --git a/ClientApp/node_modules/core-js/features/async-iterator/flat-map.js b/apps/angular/node_modules/core-js/features/async-iterator/flat-map.js similarity index 100% rename from ClientApp/node_modules/core-js/features/async-iterator/flat-map.js rename to apps/angular/node_modules/core-js/features/async-iterator/flat-map.js diff --git a/ClientApp/node_modules/core-js/features/async-iterator/for-each.js b/apps/angular/node_modules/core-js/features/async-iterator/for-each.js similarity index 100% rename from ClientApp/node_modules/core-js/features/async-iterator/for-each.js rename to apps/angular/node_modules/core-js/features/async-iterator/for-each.js diff --git a/ClientApp/node_modules/core-js/features/async-iterator/from.js b/apps/angular/node_modules/core-js/features/async-iterator/from.js similarity index 100% rename from ClientApp/node_modules/core-js/features/async-iterator/from.js rename to apps/angular/node_modules/core-js/features/async-iterator/from.js diff --git a/ClientApp/node_modules/core-js/features/async-iterator/index.js b/apps/angular/node_modules/core-js/features/async-iterator/index.js similarity index 100% rename from ClientApp/node_modules/core-js/features/async-iterator/index.js rename to apps/angular/node_modules/core-js/features/async-iterator/index.js diff --git a/ClientApp/node_modules/core-js/features/async-iterator/indexed.js b/apps/angular/node_modules/core-js/features/async-iterator/indexed.js similarity index 100% rename from ClientApp/node_modules/core-js/features/async-iterator/indexed.js rename to apps/angular/node_modules/core-js/features/async-iterator/indexed.js diff --git a/ClientApp/node_modules/core-js/features/async-iterator/map.js b/apps/angular/node_modules/core-js/features/async-iterator/map.js similarity index 100% rename from ClientApp/node_modules/core-js/features/async-iterator/map.js rename to apps/angular/node_modules/core-js/features/async-iterator/map.js diff --git a/ClientApp/node_modules/core-js/features/async-iterator/reduce.js b/apps/angular/node_modules/core-js/features/async-iterator/reduce.js similarity index 100% rename from ClientApp/node_modules/core-js/features/async-iterator/reduce.js rename to apps/angular/node_modules/core-js/features/async-iterator/reduce.js diff --git a/ClientApp/node_modules/core-js/features/async-iterator/some.js b/apps/angular/node_modules/core-js/features/async-iterator/some.js similarity index 100% rename from ClientApp/node_modules/core-js/features/async-iterator/some.js rename to apps/angular/node_modules/core-js/features/async-iterator/some.js diff --git a/ClientApp/node_modules/core-js/features/async-iterator/take.js b/apps/angular/node_modules/core-js/features/async-iterator/take.js similarity index 100% rename from ClientApp/node_modules/core-js/features/async-iterator/take.js rename to apps/angular/node_modules/core-js/features/async-iterator/take.js diff --git a/ClientApp/node_modules/core-js/features/async-iterator/to-array.js b/apps/angular/node_modules/core-js/features/async-iterator/to-array.js similarity index 100% rename from ClientApp/node_modules/core-js/features/async-iterator/to-array.js rename to apps/angular/node_modules/core-js/features/async-iterator/to-array.js diff --git a/ClientApp/node_modules/core-js/features/atob.js b/apps/angular/node_modules/core-js/features/atob.js similarity index 100% rename from ClientApp/node_modules/core-js/features/atob.js rename to apps/angular/node_modules/core-js/features/atob.js diff --git a/ClientApp/node_modules/core-js/features/bigint/index.js b/apps/angular/node_modules/core-js/features/bigint/index.js similarity index 100% rename from ClientApp/node_modules/core-js/features/bigint/index.js rename to apps/angular/node_modules/core-js/features/bigint/index.js diff --git a/ClientApp/node_modules/core-js/features/bigint/range.js b/apps/angular/node_modules/core-js/features/bigint/range.js similarity index 100% rename from ClientApp/node_modules/core-js/features/bigint/range.js rename to apps/angular/node_modules/core-js/features/bigint/range.js diff --git a/ClientApp/node_modules/core-js/features/btoa.js b/apps/angular/node_modules/core-js/features/btoa.js similarity index 100% rename from ClientApp/node_modules/core-js/features/btoa.js rename to apps/angular/node_modules/core-js/features/btoa.js diff --git a/ClientApp/node_modules/core-js/features/clear-immediate.js b/apps/angular/node_modules/core-js/features/clear-immediate.js similarity index 100% rename from ClientApp/node_modules/core-js/features/clear-immediate.js rename to apps/angular/node_modules/core-js/features/clear-immediate.js diff --git a/ClientApp/node_modules/core-js/features/composite-key.js b/apps/angular/node_modules/core-js/features/composite-key.js similarity index 100% rename from ClientApp/node_modules/core-js/features/composite-key.js rename to apps/angular/node_modules/core-js/features/composite-key.js diff --git a/ClientApp/node_modules/core-js/features/composite-symbol.js b/apps/angular/node_modules/core-js/features/composite-symbol.js similarity index 100% rename from ClientApp/node_modules/core-js/features/composite-symbol.js rename to apps/angular/node_modules/core-js/features/composite-symbol.js diff --git a/ClientApp/node_modules/core-js/features/data-view/get-float16.js b/apps/angular/node_modules/core-js/features/data-view/get-float16.js similarity index 100% rename from ClientApp/node_modules/core-js/features/data-view/get-float16.js rename to apps/angular/node_modules/core-js/features/data-view/get-float16.js diff --git a/ClientApp/node_modules/core-js/features/data-view/get-uint8-clamped.js b/apps/angular/node_modules/core-js/features/data-view/get-uint8-clamped.js similarity index 100% rename from ClientApp/node_modules/core-js/features/data-view/get-uint8-clamped.js rename to apps/angular/node_modules/core-js/features/data-view/get-uint8-clamped.js diff --git a/ClientApp/node_modules/core-js/features/data-view/index.js b/apps/angular/node_modules/core-js/features/data-view/index.js similarity index 100% rename from ClientApp/node_modules/core-js/features/data-view/index.js rename to apps/angular/node_modules/core-js/features/data-view/index.js diff --git a/ClientApp/node_modules/core-js/features/data-view/set-float16.js b/apps/angular/node_modules/core-js/features/data-view/set-float16.js similarity index 100% rename from ClientApp/node_modules/core-js/features/data-view/set-float16.js rename to apps/angular/node_modules/core-js/features/data-view/set-float16.js diff --git a/ClientApp/node_modules/core-js/features/data-view/set-uint8-clamped.js b/apps/angular/node_modules/core-js/features/data-view/set-uint8-clamped.js similarity index 100% rename from ClientApp/node_modules/core-js/features/data-view/set-uint8-clamped.js rename to apps/angular/node_modules/core-js/features/data-view/set-uint8-clamped.js diff --git a/ClientApp/node_modules/core-js/features/date/get-year.js b/apps/angular/node_modules/core-js/features/date/get-year.js similarity index 100% rename from ClientApp/node_modules/core-js/features/date/get-year.js rename to apps/angular/node_modules/core-js/features/date/get-year.js diff --git a/ClientApp/node_modules/core-js/features/date/index.js b/apps/angular/node_modules/core-js/features/date/index.js similarity index 100% rename from ClientApp/node_modules/core-js/features/date/index.js rename to apps/angular/node_modules/core-js/features/date/index.js diff --git a/ClientApp/node_modules/core-js/features/date/now.js b/apps/angular/node_modules/core-js/features/date/now.js similarity index 100% rename from ClientApp/node_modules/core-js/features/date/now.js rename to apps/angular/node_modules/core-js/features/date/now.js diff --git a/ClientApp/node_modules/core-js/features/date/set-year.js b/apps/angular/node_modules/core-js/features/date/set-year.js similarity index 100% rename from ClientApp/node_modules/core-js/features/date/set-year.js rename to apps/angular/node_modules/core-js/features/date/set-year.js diff --git a/ClientApp/node_modules/core-js/features/date/to-gmt-string.js b/apps/angular/node_modules/core-js/features/date/to-gmt-string.js similarity index 100% rename from ClientApp/node_modules/core-js/features/date/to-gmt-string.js rename to apps/angular/node_modules/core-js/features/date/to-gmt-string.js diff --git a/ClientApp/node_modules/core-js/features/date/to-iso-string.js b/apps/angular/node_modules/core-js/features/date/to-iso-string.js similarity index 100% rename from ClientApp/node_modules/core-js/features/date/to-iso-string.js rename to apps/angular/node_modules/core-js/features/date/to-iso-string.js diff --git a/ClientApp/node_modules/core-js/features/date/to-json.js b/apps/angular/node_modules/core-js/features/date/to-json.js similarity index 100% rename from ClientApp/node_modules/core-js/features/date/to-json.js rename to apps/angular/node_modules/core-js/features/date/to-json.js diff --git a/ClientApp/node_modules/core-js/features/date/to-primitive.js b/apps/angular/node_modules/core-js/features/date/to-primitive.js similarity index 100% rename from ClientApp/node_modules/core-js/features/date/to-primitive.js rename to apps/angular/node_modules/core-js/features/date/to-primitive.js diff --git a/ClientApp/node_modules/core-js/features/date/to-string.js b/apps/angular/node_modules/core-js/features/date/to-string.js similarity index 100% rename from ClientApp/node_modules/core-js/features/date/to-string.js rename to apps/angular/node_modules/core-js/features/date/to-string.js diff --git a/ClientApp/node_modules/core-js/features/disposable-stack/constructor.js b/apps/angular/node_modules/core-js/features/disposable-stack/constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/features/disposable-stack/constructor.js rename to apps/angular/node_modules/core-js/features/disposable-stack/constructor.js diff --git a/ClientApp/node_modules/core-js/features/disposable-stack/index.js b/apps/angular/node_modules/core-js/features/disposable-stack/index.js similarity index 100% rename from ClientApp/node_modules/core-js/features/disposable-stack/index.js rename to apps/angular/node_modules/core-js/features/disposable-stack/index.js diff --git a/ClientApp/node_modules/core-js/features/dom-collections/for-each.js b/apps/angular/node_modules/core-js/features/dom-collections/for-each.js similarity index 100% rename from ClientApp/node_modules/core-js/features/dom-collections/for-each.js rename to apps/angular/node_modules/core-js/features/dom-collections/for-each.js diff --git a/ClientApp/node_modules/core-js/features/dom-collections/index.js b/apps/angular/node_modules/core-js/features/dom-collections/index.js similarity index 100% rename from ClientApp/node_modules/core-js/features/dom-collections/index.js rename to apps/angular/node_modules/core-js/features/dom-collections/index.js diff --git a/ClientApp/node_modules/core-js/features/dom-collections/iterator.js b/apps/angular/node_modules/core-js/features/dom-collections/iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/features/dom-collections/iterator.js rename to apps/angular/node_modules/core-js/features/dom-collections/iterator.js diff --git a/ClientApp/node_modules/core-js/features/dom-exception/constructor.js b/apps/angular/node_modules/core-js/features/dom-exception/constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/features/dom-exception/constructor.js rename to apps/angular/node_modules/core-js/features/dom-exception/constructor.js diff --git a/ClientApp/node_modules/core-js/features/dom-exception/index.js b/apps/angular/node_modules/core-js/features/dom-exception/index.js similarity index 100% rename from ClientApp/node_modules/core-js/features/dom-exception/index.js rename to apps/angular/node_modules/core-js/features/dom-exception/index.js diff --git a/ClientApp/node_modules/core-js/features/dom-exception/to-string-tag.js b/apps/angular/node_modules/core-js/features/dom-exception/to-string-tag.js similarity index 100% rename from ClientApp/node_modules/core-js/features/dom-exception/to-string-tag.js rename to apps/angular/node_modules/core-js/features/dom-exception/to-string-tag.js diff --git a/ClientApp/node_modules/core-js/features/error/constructor.js b/apps/angular/node_modules/core-js/features/error/constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/features/error/constructor.js rename to apps/angular/node_modules/core-js/features/error/constructor.js diff --git a/ClientApp/node_modules/core-js/features/error/index.js b/apps/angular/node_modules/core-js/features/error/index.js similarity index 100% rename from ClientApp/node_modules/core-js/features/error/index.js rename to apps/angular/node_modules/core-js/features/error/index.js diff --git a/ClientApp/node_modules/core-js/features/error/is-error.js b/apps/angular/node_modules/core-js/features/error/is-error.js similarity index 100% rename from ClientApp/node_modules/core-js/features/error/is-error.js rename to apps/angular/node_modules/core-js/features/error/is-error.js diff --git a/ClientApp/node_modules/core-js/features/error/to-string.js b/apps/angular/node_modules/core-js/features/error/to-string.js similarity index 100% rename from ClientApp/node_modules/core-js/features/error/to-string.js rename to apps/angular/node_modules/core-js/features/error/to-string.js diff --git a/ClientApp/node_modules/core-js/features/escape.js b/apps/angular/node_modules/core-js/features/escape.js similarity index 100% rename from ClientApp/node_modules/core-js/features/escape.js rename to apps/angular/node_modules/core-js/features/escape.js diff --git a/ClientApp/node_modules/core-js/features/function/bind.js b/apps/angular/node_modules/core-js/features/function/bind.js similarity index 100% rename from ClientApp/node_modules/core-js/features/function/bind.js rename to apps/angular/node_modules/core-js/features/function/bind.js diff --git a/ClientApp/node_modules/core-js/features/function/demethodize.js b/apps/angular/node_modules/core-js/features/function/demethodize.js similarity index 100% rename from ClientApp/node_modules/core-js/features/function/demethodize.js rename to apps/angular/node_modules/core-js/features/function/demethodize.js diff --git a/ClientApp/node_modules/core-js/features/function/has-instance.js b/apps/angular/node_modules/core-js/features/function/has-instance.js similarity index 100% rename from ClientApp/node_modules/core-js/features/function/has-instance.js rename to apps/angular/node_modules/core-js/features/function/has-instance.js diff --git a/ClientApp/node_modules/core-js/features/function/index.js b/apps/angular/node_modules/core-js/features/function/index.js similarity index 100% rename from ClientApp/node_modules/core-js/features/function/index.js rename to apps/angular/node_modules/core-js/features/function/index.js diff --git a/ClientApp/node_modules/core-js/features/function/is-callable.js b/apps/angular/node_modules/core-js/features/function/is-callable.js similarity index 100% rename from ClientApp/node_modules/core-js/features/function/is-callable.js rename to apps/angular/node_modules/core-js/features/function/is-callable.js diff --git a/ClientApp/node_modules/core-js/features/function/is-constructor.js b/apps/angular/node_modules/core-js/features/function/is-constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/features/function/is-constructor.js rename to apps/angular/node_modules/core-js/features/function/is-constructor.js diff --git a/ClientApp/node_modules/core-js/features/function/metadata.js b/apps/angular/node_modules/core-js/features/function/metadata.js similarity index 100% rename from ClientApp/node_modules/core-js/features/function/metadata.js rename to apps/angular/node_modules/core-js/features/function/metadata.js diff --git a/ClientApp/node_modules/core-js/features/function/name.js b/apps/angular/node_modules/core-js/features/function/name.js similarity index 100% rename from ClientApp/node_modules/core-js/features/function/name.js rename to apps/angular/node_modules/core-js/features/function/name.js diff --git a/ClientApp/node_modules/core-js/features/function/un-this.js b/apps/angular/node_modules/core-js/features/function/un-this.js similarity index 100% rename from ClientApp/node_modules/core-js/features/function/un-this.js rename to apps/angular/node_modules/core-js/features/function/un-this.js diff --git a/ClientApp/node_modules/core-js/features/function/virtual/bind.js b/apps/angular/node_modules/core-js/features/function/virtual/bind.js similarity index 100% rename from ClientApp/node_modules/core-js/features/function/virtual/bind.js rename to apps/angular/node_modules/core-js/features/function/virtual/bind.js diff --git a/ClientApp/node_modules/core-js/features/function/virtual/demethodize.js b/apps/angular/node_modules/core-js/features/function/virtual/demethodize.js similarity index 100% rename from ClientApp/node_modules/core-js/features/function/virtual/demethodize.js rename to apps/angular/node_modules/core-js/features/function/virtual/demethodize.js diff --git a/ClientApp/node_modules/core-js/features/function/virtual/index.js b/apps/angular/node_modules/core-js/features/function/virtual/index.js similarity index 100% rename from ClientApp/node_modules/core-js/features/function/virtual/index.js rename to apps/angular/node_modules/core-js/features/function/virtual/index.js diff --git a/ClientApp/node_modules/core-js/features/function/virtual/un-this.js b/apps/angular/node_modules/core-js/features/function/virtual/un-this.js similarity index 100% rename from ClientApp/node_modules/core-js/features/function/virtual/un-this.js rename to apps/angular/node_modules/core-js/features/function/virtual/un-this.js diff --git a/ClientApp/node_modules/core-js/features/get-iterator-method.js b/apps/angular/node_modules/core-js/features/get-iterator-method.js similarity index 100% rename from ClientApp/node_modules/core-js/features/get-iterator-method.js rename to apps/angular/node_modules/core-js/features/get-iterator-method.js diff --git a/ClientApp/node_modules/core-js/features/get-iterator.js b/apps/angular/node_modules/core-js/features/get-iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/features/get-iterator.js rename to apps/angular/node_modules/core-js/features/get-iterator.js diff --git a/ClientApp/node_modules/core-js/features/global-this.js b/apps/angular/node_modules/core-js/features/global-this.js similarity index 100% rename from ClientApp/node_modules/core-js/features/global-this.js rename to apps/angular/node_modules/core-js/features/global-this.js diff --git a/ClientApp/node_modules/core-js/features/index.js b/apps/angular/node_modules/core-js/features/index.js similarity index 100% rename from ClientApp/node_modules/core-js/features/index.js rename to apps/angular/node_modules/core-js/features/index.js diff --git a/ClientApp/node_modules/core-js/features/instance/at.js b/apps/angular/node_modules/core-js/features/instance/at.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/at.js rename to apps/angular/node_modules/core-js/features/instance/at.js diff --git a/ClientApp/node_modules/core-js/features/instance/bind.js b/apps/angular/node_modules/core-js/features/instance/bind.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/bind.js rename to apps/angular/node_modules/core-js/features/instance/bind.js diff --git a/ClientApp/node_modules/core-js/features/instance/clamp.js b/apps/angular/node_modules/core-js/features/instance/clamp.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/clamp.js rename to apps/angular/node_modules/core-js/features/instance/clamp.js diff --git a/ClientApp/node_modules/core-js/features/instance/code-point-at.js b/apps/angular/node_modules/core-js/features/instance/code-point-at.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/code-point-at.js rename to apps/angular/node_modules/core-js/features/instance/code-point-at.js diff --git a/ClientApp/node_modules/core-js/features/instance/code-points.js b/apps/angular/node_modules/core-js/features/instance/code-points.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/code-points.js rename to apps/angular/node_modules/core-js/features/instance/code-points.js diff --git a/ClientApp/node_modules/core-js/features/instance/concat.js b/apps/angular/node_modules/core-js/features/instance/concat.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/concat.js rename to apps/angular/node_modules/core-js/features/instance/concat.js diff --git a/ClientApp/node_modules/core-js/features/instance/copy-within.js b/apps/angular/node_modules/core-js/features/instance/copy-within.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/copy-within.js rename to apps/angular/node_modules/core-js/features/instance/copy-within.js diff --git a/ClientApp/node_modules/core-js/features/instance/demethodize.js b/apps/angular/node_modules/core-js/features/instance/demethodize.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/demethodize.js rename to apps/angular/node_modules/core-js/features/instance/demethodize.js diff --git a/ClientApp/node_modules/core-js/features/instance/ends-with.js b/apps/angular/node_modules/core-js/features/instance/ends-with.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/ends-with.js rename to apps/angular/node_modules/core-js/features/instance/ends-with.js diff --git a/ClientApp/node_modules/core-js/features/instance/entries.js b/apps/angular/node_modules/core-js/features/instance/entries.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/entries.js rename to apps/angular/node_modules/core-js/features/instance/entries.js diff --git a/ClientApp/node_modules/core-js/features/instance/every.js b/apps/angular/node_modules/core-js/features/instance/every.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/every.js rename to apps/angular/node_modules/core-js/features/instance/every.js diff --git a/ClientApp/node_modules/core-js/features/instance/fill.js b/apps/angular/node_modules/core-js/features/instance/fill.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/fill.js rename to apps/angular/node_modules/core-js/features/instance/fill.js diff --git a/ClientApp/node_modules/core-js/features/instance/filter-out.js b/apps/angular/node_modules/core-js/features/instance/filter-out.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/filter-out.js rename to apps/angular/node_modules/core-js/features/instance/filter-out.js diff --git a/ClientApp/node_modules/core-js/features/instance/filter-reject.js b/apps/angular/node_modules/core-js/features/instance/filter-reject.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/filter-reject.js rename to apps/angular/node_modules/core-js/features/instance/filter-reject.js diff --git a/ClientApp/node_modules/core-js/features/instance/filter.js b/apps/angular/node_modules/core-js/features/instance/filter.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/filter.js rename to apps/angular/node_modules/core-js/features/instance/filter.js diff --git a/ClientApp/node_modules/core-js/features/instance/find-index.js b/apps/angular/node_modules/core-js/features/instance/find-index.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/find-index.js rename to apps/angular/node_modules/core-js/features/instance/find-index.js diff --git a/ClientApp/node_modules/core-js/features/instance/find-last-index.js b/apps/angular/node_modules/core-js/features/instance/find-last-index.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/find-last-index.js rename to apps/angular/node_modules/core-js/features/instance/find-last-index.js diff --git a/ClientApp/node_modules/core-js/features/instance/find-last.js b/apps/angular/node_modules/core-js/features/instance/find-last.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/find-last.js rename to apps/angular/node_modules/core-js/features/instance/find-last.js diff --git a/ClientApp/node_modules/core-js/features/instance/find.js b/apps/angular/node_modules/core-js/features/instance/find.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/find.js rename to apps/angular/node_modules/core-js/features/instance/find.js diff --git a/ClientApp/node_modules/core-js/features/instance/flags.js b/apps/angular/node_modules/core-js/features/instance/flags.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/flags.js rename to apps/angular/node_modules/core-js/features/instance/flags.js diff --git a/ClientApp/node_modules/core-js/features/instance/flat-map.js b/apps/angular/node_modules/core-js/features/instance/flat-map.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/flat-map.js rename to apps/angular/node_modules/core-js/features/instance/flat-map.js diff --git a/ClientApp/node_modules/core-js/features/instance/flat.js b/apps/angular/node_modules/core-js/features/instance/flat.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/flat.js rename to apps/angular/node_modules/core-js/features/instance/flat.js diff --git a/ClientApp/node_modules/core-js/features/instance/for-each.js b/apps/angular/node_modules/core-js/features/instance/for-each.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/for-each.js rename to apps/angular/node_modules/core-js/features/instance/for-each.js diff --git a/ClientApp/node_modules/core-js/features/instance/group-by-to-map.js b/apps/angular/node_modules/core-js/features/instance/group-by-to-map.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/group-by-to-map.js rename to apps/angular/node_modules/core-js/features/instance/group-by-to-map.js diff --git a/ClientApp/node_modules/core-js/features/instance/group-by.js b/apps/angular/node_modules/core-js/features/instance/group-by.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/group-by.js rename to apps/angular/node_modules/core-js/features/instance/group-by.js diff --git a/ClientApp/node_modules/core-js/features/instance/group-to-map.js b/apps/angular/node_modules/core-js/features/instance/group-to-map.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/group-to-map.js rename to apps/angular/node_modules/core-js/features/instance/group-to-map.js diff --git a/ClientApp/node_modules/core-js/features/instance/group.js b/apps/angular/node_modules/core-js/features/instance/group.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/group.js rename to apps/angular/node_modules/core-js/features/instance/group.js diff --git a/ClientApp/node_modules/core-js/features/instance/includes.js b/apps/angular/node_modules/core-js/features/instance/includes.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/includes.js rename to apps/angular/node_modules/core-js/features/instance/includes.js diff --git a/ClientApp/node_modules/core-js/features/instance/index-of.js b/apps/angular/node_modules/core-js/features/instance/index-of.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/index-of.js rename to apps/angular/node_modules/core-js/features/instance/index-of.js diff --git a/ClientApp/node_modules/core-js/features/instance/is-well-formed.js b/apps/angular/node_modules/core-js/features/instance/is-well-formed.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/is-well-formed.js rename to apps/angular/node_modules/core-js/features/instance/is-well-formed.js diff --git a/ClientApp/node_modules/core-js/features/instance/keys.js b/apps/angular/node_modules/core-js/features/instance/keys.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/keys.js rename to apps/angular/node_modules/core-js/features/instance/keys.js diff --git a/ClientApp/node_modules/core-js/features/instance/last-index-of.js b/apps/angular/node_modules/core-js/features/instance/last-index-of.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/last-index-of.js rename to apps/angular/node_modules/core-js/features/instance/last-index-of.js diff --git a/ClientApp/node_modules/core-js/features/instance/map.js b/apps/angular/node_modules/core-js/features/instance/map.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/map.js rename to apps/angular/node_modules/core-js/features/instance/map.js diff --git a/ClientApp/node_modules/core-js/features/instance/match-all.js b/apps/angular/node_modules/core-js/features/instance/match-all.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/match-all.js rename to apps/angular/node_modules/core-js/features/instance/match-all.js diff --git a/ClientApp/node_modules/core-js/features/instance/pad-end.js b/apps/angular/node_modules/core-js/features/instance/pad-end.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/pad-end.js rename to apps/angular/node_modules/core-js/features/instance/pad-end.js diff --git a/ClientApp/node_modules/core-js/features/instance/pad-start.js b/apps/angular/node_modules/core-js/features/instance/pad-start.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/pad-start.js rename to apps/angular/node_modules/core-js/features/instance/pad-start.js diff --git a/ClientApp/node_modules/core-js/features/instance/push.js b/apps/angular/node_modules/core-js/features/instance/push.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/push.js rename to apps/angular/node_modules/core-js/features/instance/push.js diff --git a/ClientApp/node_modules/core-js/features/instance/reduce-right.js b/apps/angular/node_modules/core-js/features/instance/reduce-right.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/reduce-right.js rename to apps/angular/node_modules/core-js/features/instance/reduce-right.js diff --git a/ClientApp/node_modules/core-js/features/instance/reduce.js b/apps/angular/node_modules/core-js/features/instance/reduce.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/reduce.js rename to apps/angular/node_modules/core-js/features/instance/reduce.js diff --git a/ClientApp/node_modules/core-js/features/instance/repeat.js b/apps/angular/node_modules/core-js/features/instance/repeat.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/repeat.js rename to apps/angular/node_modules/core-js/features/instance/repeat.js diff --git a/ClientApp/node_modules/core-js/features/instance/replace-all.js b/apps/angular/node_modules/core-js/features/instance/replace-all.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/replace-all.js rename to apps/angular/node_modules/core-js/features/instance/replace-all.js diff --git a/ClientApp/node_modules/core-js/features/instance/reverse.js b/apps/angular/node_modules/core-js/features/instance/reverse.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/reverse.js rename to apps/angular/node_modules/core-js/features/instance/reverse.js diff --git a/ClientApp/node_modules/core-js/features/instance/slice.js b/apps/angular/node_modules/core-js/features/instance/slice.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/slice.js rename to apps/angular/node_modules/core-js/features/instance/slice.js diff --git a/ClientApp/node_modules/core-js/features/instance/some.js b/apps/angular/node_modules/core-js/features/instance/some.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/some.js rename to apps/angular/node_modules/core-js/features/instance/some.js diff --git a/ClientApp/node_modules/core-js/features/instance/sort.js b/apps/angular/node_modules/core-js/features/instance/sort.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/sort.js rename to apps/angular/node_modules/core-js/features/instance/sort.js diff --git a/ClientApp/node_modules/core-js/features/instance/splice.js b/apps/angular/node_modules/core-js/features/instance/splice.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/splice.js rename to apps/angular/node_modules/core-js/features/instance/splice.js diff --git a/ClientApp/node_modules/core-js/features/instance/starts-with.js b/apps/angular/node_modules/core-js/features/instance/starts-with.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/starts-with.js rename to apps/angular/node_modules/core-js/features/instance/starts-with.js diff --git a/ClientApp/node_modules/core-js/features/instance/to-reversed.js b/apps/angular/node_modules/core-js/features/instance/to-reversed.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/to-reversed.js rename to apps/angular/node_modules/core-js/features/instance/to-reversed.js diff --git a/ClientApp/node_modules/core-js/features/instance/to-sorted.js b/apps/angular/node_modules/core-js/features/instance/to-sorted.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/to-sorted.js rename to apps/angular/node_modules/core-js/features/instance/to-sorted.js diff --git a/ClientApp/node_modules/core-js/features/instance/to-spliced.js b/apps/angular/node_modules/core-js/features/instance/to-spliced.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/to-spliced.js rename to apps/angular/node_modules/core-js/features/instance/to-spliced.js diff --git a/ClientApp/node_modules/core-js/features/instance/to-well-formed.js b/apps/angular/node_modules/core-js/features/instance/to-well-formed.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/to-well-formed.js rename to apps/angular/node_modules/core-js/features/instance/to-well-formed.js diff --git a/ClientApp/node_modules/core-js/features/instance/trim-end.js b/apps/angular/node_modules/core-js/features/instance/trim-end.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/trim-end.js rename to apps/angular/node_modules/core-js/features/instance/trim-end.js diff --git a/ClientApp/node_modules/core-js/features/instance/trim-left.js b/apps/angular/node_modules/core-js/features/instance/trim-left.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/trim-left.js rename to apps/angular/node_modules/core-js/features/instance/trim-left.js diff --git a/ClientApp/node_modules/core-js/features/instance/trim-right.js b/apps/angular/node_modules/core-js/features/instance/trim-right.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/trim-right.js rename to apps/angular/node_modules/core-js/features/instance/trim-right.js diff --git a/ClientApp/node_modules/core-js/features/instance/trim-start.js b/apps/angular/node_modules/core-js/features/instance/trim-start.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/trim-start.js rename to apps/angular/node_modules/core-js/features/instance/trim-start.js diff --git a/ClientApp/node_modules/core-js/features/instance/trim.js b/apps/angular/node_modules/core-js/features/instance/trim.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/trim.js rename to apps/angular/node_modules/core-js/features/instance/trim.js diff --git a/ClientApp/node_modules/core-js/features/instance/un-this.js b/apps/angular/node_modules/core-js/features/instance/un-this.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/un-this.js rename to apps/angular/node_modules/core-js/features/instance/un-this.js diff --git a/ClientApp/node_modules/core-js/features/instance/unique-by.js b/apps/angular/node_modules/core-js/features/instance/unique-by.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/unique-by.js rename to apps/angular/node_modules/core-js/features/instance/unique-by.js diff --git a/ClientApp/node_modules/core-js/features/instance/unshift.js b/apps/angular/node_modules/core-js/features/instance/unshift.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/unshift.js rename to apps/angular/node_modules/core-js/features/instance/unshift.js diff --git a/ClientApp/node_modules/core-js/features/instance/values.js b/apps/angular/node_modules/core-js/features/instance/values.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/values.js rename to apps/angular/node_modules/core-js/features/instance/values.js diff --git a/ClientApp/node_modules/core-js/features/instance/with.js b/apps/angular/node_modules/core-js/features/instance/with.js similarity index 100% rename from ClientApp/node_modules/core-js/features/instance/with.js rename to apps/angular/node_modules/core-js/features/instance/with.js diff --git a/ClientApp/node_modules/core-js/features/is-iterable.js b/apps/angular/node_modules/core-js/features/is-iterable.js similarity index 100% rename from ClientApp/node_modules/core-js/features/is-iterable.js rename to apps/angular/node_modules/core-js/features/is-iterable.js diff --git a/ClientApp/node_modules/core-js/features/iterator/as-indexed-pairs.js b/apps/angular/node_modules/core-js/features/iterator/as-indexed-pairs.js similarity index 100% rename from ClientApp/node_modules/core-js/features/iterator/as-indexed-pairs.js rename to apps/angular/node_modules/core-js/features/iterator/as-indexed-pairs.js diff --git a/ClientApp/node_modules/core-js/features/iterator/chunks.js b/apps/angular/node_modules/core-js/features/iterator/chunks.js similarity index 100% rename from ClientApp/node_modules/core-js/features/iterator/chunks.js rename to apps/angular/node_modules/core-js/features/iterator/chunks.js diff --git a/ClientApp/node_modules/core-js/features/iterator/concat.js b/apps/angular/node_modules/core-js/features/iterator/concat.js similarity index 100% rename from ClientApp/node_modules/core-js/features/iterator/concat.js rename to apps/angular/node_modules/core-js/features/iterator/concat.js diff --git a/ClientApp/node_modules/core-js/features/iterator/dispose.js b/apps/angular/node_modules/core-js/features/iterator/dispose.js similarity index 100% rename from ClientApp/node_modules/core-js/features/iterator/dispose.js rename to apps/angular/node_modules/core-js/features/iterator/dispose.js diff --git a/ClientApp/node_modules/core-js/features/iterator/drop.js b/apps/angular/node_modules/core-js/features/iterator/drop.js similarity index 100% rename from ClientApp/node_modules/core-js/features/iterator/drop.js rename to apps/angular/node_modules/core-js/features/iterator/drop.js diff --git a/ClientApp/node_modules/core-js/features/iterator/every.js b/apps/angular/node_modules/core-js/features/iterator/every.js similarity index 100% rename from ClientApp/node_modules/core-js/features/iterator/every.js rename to apps/angular/node_modules/core-js/features/iterator/every.js diff --git a/ClientApp/node_modules/core-js/features/iterator/filter.js b/apps/angular/node_modules/core-js/features/iterator/filter.js similarity index 100% rename from ClientApp/node_modules/core-js/features/iterator/filter.js rename to apps/angular/node_modules/core-js/features/iterator/filter.js diff --git a/ClientApp/node_modules/core-js/features/iterator/find.js b/apps/angular/node_modules/core-js/features/iterator/find.js similarity index 100% rename from ClientApp/node_modules/core-js/features/iterator/find.js rename to apps/angular/node_modules/core-js/features/iterator/find.js diff --git a/ClientApp/node_modules/core-js/features/iterator/flat-map.js b/apps/angular/node_modules/core-js/features/iterator/flat-map.js similarity index 100% rename from ClientApp/node_modules/core-js/features/iterator/flat-map.js rename to apps/angular/node_modules/core-js/features/iterator/flat-map.js diff --git a/ClientApp/node_modules/core-js/features/iterator/for-each.js b/apps/angular/node_modules/core-js/features/iterator/for-each.js similarity index 100% rename from ClientApp/node_modules/core-js/features/iterator/for-each.js rename to apps/angular/node_modules/core-js/features/iterator/for-each.js diff --git a/ClientApp/node_modules/core-js/features/iterator/from.js b/apps/angular/node_modules/core-js/features/iterator/from.js similarity index 100% rename from ClientApp/node_modules/core-js/features/iterator/from.js rename to apps/angular/node_modules/core-js/features/iterator/from.js diff --git a/ClientApp/node_modules/core-js/features/iterator/index.js b/apps/angular/node_modules/core-js/features/iterator/index.js similarity index 100% rename from ClientApp/node_modules/core-js/features/iterator/index.js rename to apps/angular/node_modules/core-js/features/iterator/index.js diff --git a/ClientApp/node_modules/core-js/features/iterator/indexed.js b/apps/angular/node_modules/core-js/features/iterator/indexed.js similarity index 100% rename from ClientApp/node_modules/core-js/features/iterator/indexed.js rename to apps/angular/node_modules/core-js/features/iterator/indexed.js diff --git a/ClientApp/node_modules/core-js/features/iterator/map.js b/apps/angular/node_modules/core-js/features/iterator/map.js similarity index 100% rename from ClientApp/node_modules/core-js/features/iterator/map.js rename to apps/angular/node_modules/core-js/features/iterator/map.js diff --git a/ClientApp/node_modules/core-js/features/iterator/range.js b/apps/angular/node_modules/core-js/features/iterator/range.js similarity index 100% rename from ClientApp/node_modules/core-js/features/iterator/range.js rename to apps/angular/node_modules/core-js/features/iterator/range.js diff --git a/ClientApp/node_modules/core-js/features/iterator/reduce.js b/apps/angular/node_modules/core-js/features/iterator/reduce.js similarity index 100% rename from ClientApp/node_modules/core-js/features/iterator/reduce.js rename to apps/angular/node_modules/core-js/features/iterator/reduce.js diff --git a/ClientApp/node_modules/core-js/features/iterator/sliding.js b/apps/angular/node_modules/core-js/features/iterator/sliding.js similarity index 100% rename from ClientApp/node_modules/core-js/features/iterator/sliding.js rename to apps/angular/node_modules/core-js/features/iterator/sliding.js diff --git a/ClientApp/node_modules/core-js/features/iterator/some.js b/apps/angular/node_modules/core-js/features/iterator/some.js similarity index 100% rename from ClientApp/node_modules/core-js/features/iterator/some.js rename to apps/angular/node_modules/core-js/features/iterator/some.js diff --git a/ClientApp/node_modules/core-js/features/iterator/take.js b/apps/angular/node_modules/core-js/features/iterator/take.js similarity index 100% rename from ClientApp/node_modules/core-js/features/iterator/take.js rename to apps/angular/node_modules/core-js/features/iterator/take.js diff --git a/ClientApp/node_modules/core-js/features/iterator/to-array.js b/apps/angular/node_modules/core-js/features/iterator/to-array.js similarity index 100% rename from ClientApp/node_modules/core-js/features/iterator/to-array.js rename to apps/angular/node_modules/core-js/features/iterator/to-array.js diff --git a/ClientApp/node_modules/core-js/features/iterator/to-async.js b/apps/angular/node_modules/core-js/features/iterator/to-async.js similarity index 100% rename from ClientApp/node_modules/core-js/features/iterator/to-async.js rename to apps/angular/node_modules/core-js/features/iterator/to-async.js diff --git a/ClientApp/node_modules/core-js/features/iterator/windows.js b/apps/angular/node_modules/core-js/features/iterator/windows.js similarity index 100% rename from ClientApp/node_modules/core-js/features/iterator/windows.js rename to apps/angular/node_modules/core-js/features/iterator/windows.js diff --git a/ClientApp/node_modules/core-js/features/iterator/zip-keyed.js b/apps/angular/node_modules/core-js/features/iterator/zip-keyed.js similarity index 100% rename from ClientApp/node_modules/core-js/features/iterator/zip-keyed.js rename to apps/angular/node_modules/core-js/features/iterator/zip-keyed.js diff --git a/ClientApp/node_modules/core-js/features/iterator/zip.js b/apps/angular/node_modules/core-js/features/iterator/zip.js similarity index 100% rename from ClientApp/node_modules/core-js/features/iterator/zip.js rename to apps/angular/node_modules/core-js/features/iterator/zip.js diff --git a/ClientApp/node_modules/core-js/features/json/index.js b/apps/angular/node_modules/core-js/features/json/index.js similarity index 100% rename from ClientApp/node_modules/core-js/features/json/index.js rename to apps/angular/node_modules/core-js/features/json/index.js diff --git a/ClientApp/node_modules/core-js/features/json/is-raw-json.js b/apps/angular/node_modules/core-js/features/json/is-raw-json.js similarity index 100% rename from ClientApp/node_modules/core-js/features/json/is-raw-json.js rename to apps/angular/node_modules/core-js/features/json/is-raw-json.js diff --git a/ClientApp/node_modules/core-js/features/json/parse.js b/apps/angular/node_modules/core-js/features/json/parse.js similarity index 100% rename from ClientApp/node_modules/core-js/features/json/parse.js rename to apps/angular/node_modules/core-js/features/json/parse.js diff --git a/ClientApp/node_modules/core-js/features/json/raw-json.js b/apps/angular/node_modules/core-js/features/json/raw-json.js similarity index 100% rename from ClientApp/node_modules/core-js/features/json/raw-json.js rename to apps/angular/node_modules/core-js/features/json/raw-json.js diff --git a/ClientApp/node_modules/core-js/features/json/stringify.js b/apps/angular/node_modules/core-js/features/json/stringify.js similarity index 100% rename from ClientApp/node_modules/core-js/features/json/stringify.js rename to apps/angular/node_modules/core-js/features/json/stringify.js diff --git a/ClientApp/node_modules/core-js/features/json/to-string-tag.js b/apps/angular/node_modules/core-js/features/json/to-string-tag.js similarity index 100% rename from ClientApp/node_modules/core-js/features/json/to-string-tag.js rename to apps/angular/node_modules/core-js/features/json/to-string-tag.js diff --git a/ClientApp/node_modules/core-js/features/map/delete-all.js b/apps/angular/node_modules/core-js/features/map/delete-all.js similarity index 100% rename from ClientApp/node_modules/core-js/features/map/delete-all.js rename to apps/angular/node_modules/core-js/features/map/delete-all.js diff --git a/ClientApp/node_modules/core-js/features/map/emplace.js b/apps/angular/node_modules/core-js/features/map/emplace.js similarity index 100% rename from ClientApp/node_modules/core-js/features/map/emplace.js rename to apps/angular/node_modules/core-js/features/map/emplace.js diff --git a/ClientApp/node_modules/core-js/features/map/every.js b/apps/angular/node_modules/core-js/features/map/every.js similarity index 100% rename from ClientApp/node_modules/core-js/features/map/every.js rename to apps/angular/node_modules/core-js/features/map/every.js diff --git a/ClientApp/node_modules/core-js/features/map/filter.js b/apps/angular/node_modules/core-js/features/map/filter.js similarity index 100% rename from ClientApp/node_modules/core-js/features/map/filter.js rename to apps/angular/node_modules/core-js/features/map/filter.js diff --git a/ClientApp/node_modules/core-js/features/map/find-key.js b/apps/angular/node_modules/core-js/features/map/find-key.js similarity index 100% rename from ClientApp/node_modules/core-js/features/map/find-key.js rename to apps/angular/node_modules/core-js/features/map/find-key.js diff --git a/ClientApp/node_modules/core-js/features/map/find.js b/apps/angular/node_modules/core-js/features/map/find.js similarity index 100% rename from ClientApp/node_modules/core-js/features/map/find.js rename to apps/angular/node_modules/core-js/features/map/find.js diff --git a/ClientApp/node_modules/core-js/features/map/from.js b/apps/angular/node_modules/core-js/features/map/from.js similarity index 100% rename from ClientApp/node_modules/core-js/features/map/from.js rename to apps/angular/node_modules/core-js/features/map/from.js diff --git a/ClientApp/node_modules/core-js/features/map/get-or-insert-computed.js b/apps/angular/node_modules/core-js/features/map/get-or-insert-computed.js similarity index 100% rename from ClientApp/node_modules/core-js/features/map/get-or-insert-computed.js rename to apps/angular/node_modules/core-js/features/map/get-or-insert-computed.js diff --git a/ClientApp/node_modules/core-js/features/map/get-or-insert.js b/apps/angular/node_modules/core-js/features/map/get-or-insert.js similarity index 100% rename from ClientApp/node_modules/core-js/features/map/get-or-insert.js rename to apps/angular/node_modules/core-js/features/map/get-or-insert.js diff --git a/ClientApp/node_modules/core-js/features/map/group-by.js b/apps/angular/node_modules/core-js/features/map/group-by.js similarity index 100% rename from ClientApp/node_modules/core-js/features/map/group-by.js rename to apps/angular/node_modules/core-js/features/map/group-by.js diff --git a/ClientApp/node_modules/core-js/features/map/includes.js b/apps/angular/node_modules/core-js/features/map/includes.js similarity index 100% rename from ClientApp/node_modules/core-js/features/map/includes.js rename to apps/angular/node_modules/core-js/features/map/includes.js diff --git a/ClientApp/node_modules/core-js/features/map/index.js b/apps/angular/node_modules/core-js/features/map/index.js similarity index 100% rename from ClientApp/node_modules/core-js/features/map/index.js rename to apps/angular/node_modules/core-js/features/map/index.js diff --git a/ClientApp/node_modules/core-js/features/map/key-by.js b/apps/angular/node_modules/core-js/features/map/key-by.js similarity index 100% rename from ClientApp/node_modules/core-js/features/map/key-by.js rename to apps/angular/node_modules/core-js/features/map/key-by.js diff --git a/ClientApp/node_modules/core-js/features/map/key-of.js b/apps/angular/node_modules/core-js/features/map/key-of.js similarity index 100% rename from ClientApp/node_modules/core-js/features/map/key-of.js rename to apps/angular/node_modules/core-js/features/map/key-of.js diff --git a/ClientApp/node_modules/core-js/features/map/map-keys.js b/apps/angular/node_modules/core-js/features/map/map-keys.js similarity index 100% rename from ClientApp/node_modules/core-js/features/map/map-keys.js rename to apps/angular/node_modules/core-js/features/map/map-keys.js diff --git a/ClientApp/node_modules/core-js/features/map/map-values.js b/apps/angular/node_modules/core-js/features/map/map-values.js similarity index 100% rename from ClientApp/node_modules/core-js/features/map/map-values.js rename to apps/angular/node_modules/core-js/features/map/map-values.js diff --git a/ClientApp/node_modules/core-js/features/map/merge.js b/apps/angular/node_modules/core-js/features/map/merge.js similarity index 100% rename from ClientApp/node_modules/core-js/features/map/merge.js rename to apps/angular/node_modules/core-js/features/map/merge.js diff --git a/ClientApp/node_modules/core-js/features/map/of.js b/apps/angular/node_modules/core-js/features/map/of.js similarity index 100% rename from ClientApp/node_modules/core-js/features/map/of.js rename to apps/angular/node_modules/core-js/features/map/of.js diff --git a/ClientApp/node_modules/core-js/features/map/reduce.js b/apps/angular/node_modules/core-js/features/map/reduce.js similarity index 100% rename from ClientApp/node_modules/core-js/features/map/reduce.js rename to apps/angular/node_modules/core-js/features/map/reduce.js diff --git a/ClientApp/node_modules/core-js/features/map/some.js b/apps/angular/node_modules/core-js/features/map/some.js similarity index 100% rename from ClientApp/node_modules/core-js/features/map/some.js rename to apps/angular/node_modules/core-js/features/map/some.js diff --git a/ClientApp/node_modules/core-js/features/map/update-or-insert.js b/apps/angular/node_modules/core-js/features/map/update-or-insert.js similarity index 100% rename from ClientApp/node_modules/core-js/features/map/update-or-insert.js rename to apps/angular/node_modules/core-js/features/map/update-or-insert.js diff --git a/ClientApp/node_modules/core-js/features/map/update.js b/apps/angular/node_modules/core-js/features/map/update.js similarity index 100% rename from ClientApp/node_modules/core-js/features/map/update.js rename to apps/angular/node_modules/core-js/features/map/update.js diff --git a/ClientApp/node_modules/core-js/features/map/upsert.js b/apps/angular/node_modules/core-js/features/map/upsert.js similarity index 100% rename from ClientApp/node_modules/core-js/features/map/upsert.js rename to apps/angular/node_modules/core-js/features/map/upsert.js diff --git a/ClientApp/node_modules/core-js/features/math/acosh.js b/apps/angular/node_modules/core-js/features/math/acosh.js similarity index 100% rename from ClientApp/node_modules/core-js/features/math/acosh.js rename to apps/angular/node_modules/core-js/features/math/acosh.js diff --git a/ClientApp/node_modules/core-js/features/math/asinh.js b/apps/angular/node_modules/core-js/features/math/asinh.js similarity index 100% rename from ClientApp/node_modules/core-js/features/math/asinh.js rename to apps/angular/node_modules/core-js/features/math/asinh.js diff --git a/ClientApp/node_modules/core-js/features/math/atanh.js b/apps/angular/node_modules/core-js/features/math/atanh.js similarity index 100% rename from ClientApp/node_modules/core-js/features/math/atanh.js rename to apps/angular/node_modules/core-js/features/math/atanh.js diff --git a/ClientApp/node_modules/core-js/features/math/cbrt.js b/apps/angular/node_modules/core-js/features/math/cbrt.js similarity index 100% rename from ClientApp/node_modules/core-js/features/math/cbrt.js rename to apps/angular/node_modules/core-js/features/math/cbrt.js diff --git a/ClientApp/node_modules/core-js/features/math/clamp.js b/apps/angular/node_modules/core-js/features/math/clamp.js similarity index 100% rename from ClientApp/node_modules/core-js/features/math/clamp.js rename to apps/angular/node_modules/core-js/features/math/clamp.js diff --git a/ClientApp/node_modules/core-js/features/math/clz32.js b/apps/angular/node_modules/core-js/features/math/clz32.js similarity index 100% rename from ClientApp/node_modules/core-js/features/math/clz32.js rename to apps/angular/node_modules/core-js/features/math/clz32.js diff --git a/ClientApp/node_modules/core-js/features/math/cosh.js b/apps/angular/node_modules/core-js/features/math/cosh.js similarity index 100% rename from ClientApp/node_modules/core-js/features/math/cosh.js rename to apps/angular/node_modules/core-js/features/math/cosh.js diff --git a/ClientApp/node_modules/core-js/features/math/deg-per-rad.js b/apps/angular/node_modules/core-js/features/math/deg-per-rad.js similarity index 100% rename from ClientApp/node_modules/core-js/features/math/deg-per-rad.js rename to apps/angular/node_modules/core-js/features/math/deg-per-rad.js diff --git a/ClientApp/node_modules/core-js/features/math/degrees.js b/apps/angular/node_modules/core-js/features/math/degrees.js similarity index 100% rename from ClientApp/node_modules/core-js/features/math/degrees.js rename to apps/angular/node_modules/core-js/features/math/degrees.js diff --git a/ClientApp/node_modules/core-js/features/math/expm1.js b/apps/angular/node_modules/core-js/features/math/expm1.js similarity index 100% rename from ClientApp/node_modules/core-js/features/math/expm1.js rename to apps/angular/node_modules/core-js/features/math/expm1.js diff --git a/ClientApp/node_modules/core-js/features/math/f16round.js b/apps/angular/node_modules/core-js/features/math/f16round.js similarity index 100% rename from ClientApp/node_modules/core-js/features/math/f16round.js rename to apps/angular/node_modules/core-js/features/math/f16round.js diff --git a/ClientApp/node_modules/core-js/features/math/fround.js b/apps/angular/node_modules/core-js/features/math/fround.js similarity index 100% rename from ClientApp/node_modules/core-js/features/math/fround.js rename to apps/angular/node_modules/core-js/features/math/fround.js diff --git a/ClientApp/node_modules/core-js/features/math/fscale.js b/apps/angular/node_modules/core-js/features/math/fscale.js similarity index 100% rename from ClientApp/node_modules/core-js/features/math/fscale.js rename to apps/angular/node_modules/core-js/features/math/fscale.js diff --git a/ClientApp/node_modules/core-js/features/math/hypot.js b/apps/angular/node_modules/core-js/features/math/hypot.js similarity index 100% rename from ClientApp/node_modules/core-js/features/math/hypot.js rename to apps/angular/node_modules/core-js/features/math/hypot.js diff --git a/ClientApp/node_modules/core-js/features/math/iaddh.js b/apps/angular/node_modules/core-js/features/math/iaddh.js similarity index 100% rename from ClientApp/node_modules/core-js/features/math/iaddh.js rename to apps/angular/node_modules/core-js/features/math/iaddh.js diff --git a/ClientApp/node_modules/core-js/features/math/imul.js b/apps/angular/node_modules/core-js/features/math/imul.js similarity index 100% rename from ClientApp/node_modules/core-js/features/math/imul.js rename to apps/angular/node_modules/core-js/features/math/imul.js diff --git a/ClientApp/node_modules/core-js/features/math/imulh.js b/apps/angular/node_modules/core-js/features/math/imulh.js similarity index 100% rename from ClientApp/node_modules/core-js/features/math/imulh.js rename to apps/angular/node_modules/core-js/features/math/imulh.js diff --git a/ClientApp/node_modules/core-js/features/math/index.js b/apps/angular/node_modules/core-js/features/math/index.js similarity index 100% rename from ClientApp/node_modules/core-js/features/math/index.js rename to apps/angular/node_modules/core-js/features/math/index.js diff --git a/ClientApp/node_modules/core-js/features/math/isubh.js b/apps/angular/node_modules/core-js/features/math/isubh.js similarity index 100% rename from ClientApp/node_modules/core-js/features/math/isubh.js rename to apps/angular/node_modules/core-js/features/math/isubh.js diff --git a/ClientApp/node_modules/core-js/features/math/log10.js b/apps/angular/node_modules/core-js/features/math/log10.js similarity index 100% rename from ClientApp/node_modules/core-js/features/math/log10.js rename to apps/angular/node_modules/core-js/features/math/log10.js diff --git a/ClientApp/node_modules/core-js/features/math/log1p.js b/apps/angular/node_modules/core-js/features/math/log1p.js similarity index 100% rename from ClientApp/node_modules/core-js/features/math/log1p.js rename to apps/angular/node_modules/core-js/features/math/log1p.js diff --git a/ClientApp/node_modules/core-js/features/math/log2.js b/apps/angular/node_modules/core-js/features/math/log2.js similarity index 100% rename from ClientApp/node_modules/core-js/features/math/log2.js rename to apps/angular/node_modules/core-js/features/math/log2.js diff --git a/ClientApp/node_modules/core-js/features/math/rad-per-deg.js b/apps/angular/node_modules/core-js/features/math/rad-per-deg.js similarity index 100% rename from ClientApp/node_modules/core-js/features/math/rad-per-deg.js rename to apps/angular/node_modules/core-js/features/math/rad-per-deg.js diff --git a/ClientApp/node_modules/core-js/features/math/radians.js b/apps/angular/node_modules/core-js/features/math/radians.js similarity index 100% rename from ClientApp/node_modules/core-js/features/math/radians.js rename to apps/angular/node_modules/core-js/features/math/radians.js diff --git a/ClientApp/node_modules/core-js/features/math/scale.js b/apps/angular/node_modules/core-js/features/math/scale.js similarity index 100% rename from ClientApp/node_modules/core-js/features/math/scale.js rename to apps/angular/node_modules/core-js/features/math/scale.js diff --git a/ClientApp/node_modules/core-js/features/math/seeded-prng.js b/apps/angular/node_modules/core-js/features/math/seeded-prng.js similarity index 100% rename from ClientApp/node_modules/core-js/features/math/seeded-prng.js rename to apps/angular/node_modules/core-js/features/math/seeded-prng.js diff --git a/ClientApp/node_modules/core-js/features/math/sign.js b/apps/angular/node_modules/core-js/features/math/sign.js similarity index 100% rename from ClientApp/node_modules/core-js/features/math/sign.js rename to apps/angular/node_modules/core-js/features/math/sign.js diff --git a/ClientApp/node_modules/core-js/features/math/signbit.js b/apps/angular/node_modules/core-js/features/math/signbit.js similarity index 100% rename from ClientApp/node_modules/core-js/features/math/signbit.js rename to apps/angular/node_modules/core-js/features/math/signbit.js diff --git a/ClientApp/node_modules/core-js/features/math/sinh.js b/apps/angular/node_modules/core-js/features/math/sinh.js similarity index 100% rename from ClientApp/node_modules/core-js/features/math/sinh.js rename to apps/angular/node_modules/core-js/features/math/sinh.js diff --git a/ClientApp/node_modules/core-js/features/math/sum-precise.js b/apps/angular/node_modules/core-js/features/math/sum-precise.js similarity index 100% rename from ClientApp/node_modules/core-js/features/math/sum-precise.js rename to apps/angular/node_modules/core-js/features/math/sum-precise.js diff --git a/ClientApp/node_modules/core-js/features/math/tanh.js b/apps/angular/node_modules/core-js/features/math/tanh.js similarity index 100% rename from ClientApp/node_modules/core-js/features/math/tanh.js rename to apps/angular/node_modules/core-js/features/math/tanh.js diff --git a/ClientApp/node_modules/core-js/features/math/to-string-tag.js b/apps/angular/node_modules/core-js/features/math/to-string-tag.js similarity index 100% rename from ClientApp/node_modules/core-js/features/math/to-string-tag.js rename to apps/angular/node_modules/core-js/features/math/to-string-tag.js diff --git a/ClientApp/node_modules/core-js/features/math/trunc.js b/apps/angular/node_modules/core-js/features/math/trunc.js similarity index 100% rename from ClientApp/node_modules/core-js/features/math/trunc.js rename to apps/angular/node_modules/core-js/features/math/trunc.js diff --git a/ClientApp/node_modules/core-js/features/math/umulh.js b/apps/angular/node_modules/core-js/features/math/umulh.js similarity index 100% rename from ClientApp/node_modules/core-js/features/math/umulh.js rename to apps/angular/node_modules/core-js/features/math/umulh.js diff --git a/ClientApp/node_modules/core-js/features/number/clamp.js b/apps/angular/node_modules/core-js/features/number/clamp.js similarity index 100% rename from ClientApp/node_modules/core-js/features/number/clamp.js rename to apps/angular/node_modules/core-js/features/number/clamp.js diff --git a/ClientApp/node_modules/core-js/features/number/constructor.js b/apps/angular/node_modules/core-js/features/number/constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/features/number/constructor.js rename to apps/angular/node_modules/core-js/features/number/constructor.js diff --git a/ClientApp/node_modules/core-js/features/number/epsilon.js b/apps/angular/node_modules/core-js/features/number/epsilon.js similarity index 100% rename from ClientApp/node_modules/core-js/features/number/epsilon.js rename to apps/angular/node_modules/core-js/features/number/epsilon.js diff --git a/ClientApp/node_modules/core-js/features/number/from-string.js b/apps/angular/node_modules/core-js/features/number/from-string.js similarity index 100% rename from ClientApp/node_modules/core-js/features/number/from-string.js rename to apps/angular/node_modules/core-js/features/number/from-string.js diff --git a/ClientApp/node_modules/core-js/features/number/index.js b/apps/angular/node_modules/core-js/features/number/index.js similarity index 100% rename from ClientApp/node_modules/core-js/features/number/index.js rename to apps/angular/node_modules/core-js/features/number/index.js diff --git a/ClientApp/node_modules/core-js/features/number/is-finite.js b/apps/angular/node_modules/core-js/features/number/is-finite.js similarity index 100% rename from ClientApp/node_modules/core-js/features/number/is-finite.js rename to apps/angular/node_modules/core-js/features/number/is-finite.js diff --git a/ClientApp/node_modules/core-js/features/number/is-integer.js b/apps/angular/node_modules/core-js/features/number/is-integer.js similarity index 100% rename from ClientApp/node_modules/core-js/features/number/is-integer.js rename to apps/angular/node_modules/core-js/features/number/is-integer.js diff --git a/ClientApp/node_modules/core-js/features/number/is-nan.js b/apps/angular/node_modules/core-js/features/number/is-nan.js similarity index 100% rename from ClientApp/node_modules/core-js/features/number/is-nan.js rename to apps/angular/node_modules/core-js/features/number/is-nan.js diff --git a/ClientApp/node_modules/core-js/features/number/is-safe-integer.js b/apps/angular/node_modules/core-js/features/number/is-safe-integer.js similarity index 100% rename from ClientApp/node_modules/core-js/features/number/is-safe-integer.js rename to apps/angular/node_modules/core-js/features/number/is-safe-integer.js diff --git a/ClientApp/node_modules/core-js/features/number/max-safe-integer.js b/apps/angular/node_modules/core-js/features/number/max-safe-integer.js similarity index 100% rename from ClientApp/node_modules/core-js/features/number/max-safe-integer.js rename to apps/angular/node_modules/core-js/features/number/max-safe-integer.js diff --git a/ClientApp/node_modules/core-js/features/number/min-safe-integer.js b/apps/angular/node_modules/core-js/features/number/min-safe-integer.js similarity index 100% rename from ClientApp/node_modules/core-js/features/number/min-safe-integer.js rename to apps/angular/node_modules/core-js/features/number/min-safe-integer.js diff --git a/ClientApp/node_modules/core-js/features/number/parse-float.js b/apps/angular/node_modules/core-js/features/number/parse-float.js similarity index 100% rename from ClientApp/node_modules/core-js/features/number/parse-float.js rename to apps/angular/node_modules/core-js/features/number/parse-float.js diff --git a/ClientApp/node_modules/core-js/features/number/parse-int.js b/apps/angular/node_modules/core-js/features/number/parse-int.js similarity index 100% rename from ClientApp/node_modules/core-js/features/number/parse-int.js rename to apps/angular/node_modules/core-js/features/number/parse-int.js diff --git a/ClientApp/node_modules/core-js/features/number/range.js b/apps/angular/node_modules/core-js/features/number/range.js similarity index 100% rename from ClientApp/node_modules/core-js/features/number/range.js rename to apps/angular/node_modules/core-js/features/number/range.js diff --git a/ClientApp/node_modules/core-js/features/number/to-exponential.js b/apps/angular/node_modules/core-js/features/number/to-exponential.js similarity index 100% rename from ClientApp/node_modules/core-js/features/number/to-exponential.js rename to apps/angular/node_modules/core-js/features/number/to-exponential.js diff --git a/ClientApp/node_modules/core-js/features/number/to-fixed.js b/apps/angular/node_modules/core-js/features/number/to-fixed.js similarity index 100% rename from ClientApp/node_modules/core-js/features/number/to-fixed.js rename to apps/angular/node_modules/core-js/features/number/to-fixed.js diff --git a/ClientApp/node_modules/core-js/features/number/to-precision.js b/apps/angular/node_modules/core-js/features/number/to-precision.js similarity index 100% rename from ClientApp/node_modules/core-js/features/number/to-precision.js rename to apps/angular/node_modules/core-js/features/number/to-precision.js diff --git a/ClientApp/node_modules/core-js/features/number/virtual/clamp.js b/apps/angular/node_modules/core-js/features/number/virtual/clamp.js similarity index 100% rename from ClientApp/node_modules/core-js/features/number/virtual/clamp.js rename to apps/angular/node_modules/core-js/features/number/virtual/clamp.js diff --git a/ClientApp/node_modules/core-js/features/number/virtual/index.js b/apps/angular/node_modules/core-js/features/number/virtual/index.js similarity index 100% rename from ClientApp/node_modules/core-js/features/number/virtual/index.js rename to apps/angular/node_modules/core-js/features/number/virtual/index.js diff --git a/ClientApp/node_modules/core-js/features/number/virtual/to-exponential.js b/apps/angular/node_modules/core-js/features/number/virtual/to-exponential.js similarity index 100% rename from ClientApp/node_modules/core-js/features/number/virtual/to-exponential.js rename to apps/angular/node_modules/core-js/features/number/virtual/to-exponential.js diff --git a/ClientApp/node_modules/core-js/features/number/virtual/to-fixed.js b/apps/angular/node_modules/core-js/features/number/virtual/to-fixed.js similarity index 100% rename from ClientApp/node_modules/core-js/features/number/virtual/to-fixed.js rename to apps/angular/node_modules/core-js/features/number/virtual/to-fixed.js diff --git a/ClientApp/node_modules/core-js/features/number/virtual/to-precision.js b/apps/angular/node_modules/core-js/features/number/virtual/to-precision.js similarity index 100% rename from ClientApp/node_modules/core-js/features/number/virtual/to-precision.js rename to apps/angular/node_modules/core-js/features/number/virtual/to-precision.js diff --git a/ClientApp/node_modules/core-js/features/object/assign.js b/apps/angular/node_modules/core-js/features/object/assign.js similarity index 100% rename from ClientApp/node_modules/core-js/features/object/assign.js rename to apps/angular/node_modules/core-js/features/object/assign.js diff --git a/ClientApp/node_modules/core-js/features/object/create.js b/apps/angular/node_modules/core-js/features/object/create.js similarity index 100% rename from ClientApp/node_modules/core-js/features/object/create.js rename to apps/angular/node_modules/core-js/features/object/create.js diff --git a/ClientApp/node_modules/core-js/features/object/define-getter.js b/apps/angular/node_modules/core-js/features/object/define-getter.js similarity index 100% rename from ClientApp/node_modules/core-js/features/object/define-getter.js rename to apps/angular/node_modules/core-js/features/object/define-getter.js diff --git a/ClientApp/node_modules/core-js/features/object/define-properties.js b/apps/angular/node_modules/core-js/features/object/define-properties.js similarity index 100% rename from ClientApp/node_modules/core-js/features/object/define-properties.js rename to apps/angular/node_modules/core-js/features/object/define-properties.js diff --git a/ClientApp/node_modules/core-js/features/object/define-property.js b/apps/angular/node_modules/core-js/features/object/define-property.js similarity index 100% rename from ClientApp/node_modules/core-js/features/object/define-property.js rename to apps/angular/node_modules/core-js/features/object/define-property.js diff --git a/ClientApp/node_modules/core-js/features/object/define-setter.js b/apps/angular/node_modules/core-js/features/object/define-setter.js similarity index 100% rename from ClientApp/node_modules/core-js/features/object/define-setter.js rename to apps/angular/node_modules/core-js/features/object/define-setter.js diff --git a/ClientApp/node_modules/core-js/features/object/entries.js b/apps/angular/node_modules/core-js/features/object/entries.js similarity index 100% rename from ClientApp/node_modules/core-js/features/object/entries.js rename to apps/angular/node_modules/core-js/features/object/entries.js diff --git a/ClientApp/node_modules/core-js/features/object/freeze.js b/apps/angular/node_modules/core-js/features/object/freeze.js similarity index 100% rename from ClientApp/node_modules/core-js/features/object/freeze.js rename to apps/angular/node_modules/core-js/features/object/freeze.js diff --git a/ClientApp/node_modules/core-js/features/object/from-entries.js b/apps/angular/node_modules/core-js/features/object/from-entries.js similarity index 100% rename from ClientApp/node_modules/core-js/features/object/from-entries.js rename to apps/angular/node_modules/core-js/features/object/from-entries.js diff --git a/ClientApp/node_modules/core-js/features/object/get-own-property-descriptor.js b/apps/angular/node_modules/core-js/features/object/get-own-property-descriptor.js similarity index 100% rename from ClientApp/node_modules/core-js/features/object/get-own-property-descriptor.js rename to apps/angular/node_modules/core-js/features/object/get-own-property-descriptor.js diff --git a/ClientApp/node_modules/core-js/features/object/get-own-property-descriptors.js b/apps/angular/node_modules/core-js/features/object/get-own-property-descriptors.js similarity index 100% rename from ClientApp/node_modules/core-js/features/object/get-own-property-descriptors.js rename to apps/angular/node_modules/core-js/features/object/get-own-property-descriptors.js diff --git a/ClientApp/node_modules/core-js/features/object/get-own-property-names.js b/apps/angular/node_modules/core-js/features/object/get-own-property-names.js similarity index 100% rename from ClientApp/node_modules/core-js/features/object/get-own-property-names.js rename to apps/angular/node_modules/core-js/features/object/get-own-property-names.js diff --git a/ClientApp/node_modules/core-js/features/object/get-own-property-symbols.js b/apps/angular/node_modules/core-js/features/object/get-own-property-symbols.js similarity index 100% rename from ClientApp/node_modules/core-js/features/object/get-own-property-symbols.js rename to apps/angular/node_modules/core-js/features/object/get-own-property-symbols.js diff --git a/ClientApp/node_modules/core-js/features/object/get-prototype-of.js b/apps/angular/node_modules/core-js/features/object/get-prototype-of.js similarity index 100% rename from ClientApp/node_modules/core-js/features/object/get-prototype-of.js rename to apps/angular/node_modules/core-js/features/object/get-prototype-of.js diff --git a/ClientApp/node_modules/core-js/features/object/group-by.js b/apps/angular/node_modules/core-js/features/object/group-by.js similarity index 100% rename from ClientApp/node_modules/core-js/features/object/group-by.js rename to apps/angular/node_modules/core-js/features/object/group-by.js diff --git a/ClientApp/node_modules/core-js/features/object/has-own.js b/apps/angular/node_modules/core-js/features/object/has-own.js similarity index 100% rename from ClientApp/node_modules/core-js/features/object/has-own.js rename to apps/angular/node_modules/core-js/features/object/has-own.js diff --git a/ClientApp/node_modules/core-js/features/object/index.js b/apps/angular/node_modules/core-js/features/object/index.js similarity index 100% rename from ClientApp/node_modules/core-js/features/object/index.js rename to apps/angular/node_modules/core-js/features/object/index.js diff --git a/ClientApp/node_modules/core-js/features/object/is-extensible.js b/apps/angular/node_modules/core-js/features/object/is-extensible.js similarity index 100% rename from ClientApp/node_modules/core-js/features/object/is-extensible.js rename to apps/angular/node_modules/core-js/features/object/is-extensible.js diff --git a/ClientApp/node_modules/core-js/features/object/is-frozen.js b/apps/angular/node_modules/core-js/features/object/is-frozen.js similarity index 100% rename from ClientApp/node_modules/core-js/features/object/is-frozen.js rename to apps/angular/node_modules/core-js/features/object/is-frozen.js diff --git a/ClientApp/node_modules/core-js/features/object/is-sealed.js b/apps/angular/node_modules/core-js/features/object/is-sealed.js similarity index 100% rename from ClientApp/node_modules/core-js/features/object/is-sealed.js rename to apps/angular/node_modules/core-js/features/object/is-sealed.js diff --git a/ClientApp/node_modules/core-js/features/object/is.js b/apps/angular/node_modules/core-js/features/object/is.js similarity index 100% rename from ClientApp/node_modules/core-js/features/object/is.js rename to apps/angular/node_modules/core-js/features/object/is.js diff --git a/ClientApp/node_modules/core-js/features/object/iterate-entries.js b/apps/angular/node_modules/core-js/features/object/iterate-entries.js similarity index 100% rename from ClientApp/node_modules/core-js/features/object/iterate-entries.js rename to apps/angular/node_modules/core-js/features/object/iterate-entries.js diff --git a/ClientApp/node_modules/core-js/features/object/iterate-keys.js b/apps/angular/node_modules/core-js/features/object/iterate-keys.js similarity index 100% rename from ClientApp/node_modules/core-js/features/object/iterate-keys.js rename to apps/angular/node_modules/core-js/features/object/iterate-keys.js diff --git a/ClientApp/node_modules/core-js/features/object/iterate-values.js b/apps/angular/node_modules/core-js/features/object/iterate-values.js similarity index 100% rename from ClientApp/node_modules/core-js/features/object/iterate-values.js rename to apps/angular/node_modules/core-js/features/object/iterate-values.js diff --git a/ClientApp/node_modules/core-js/features/object/keys.js b/apps/angular/node_modules/core-js/features/object/keys.js similarity index 100% rename from ClientApp/node_modules/core-js/features/object/keys.js rename to apps/angular/node_modules/core-js/features/object/keys.js diff --git a/ClientApp/node_modules/core-js/features/object/lookup-getter.js b/apps/angular/node_modules/core-js/features/object/lookup-getter.js similarity index 100% rename from ClientApp/node_modules/core-js/features/object/lookup-getter.js rename to apps/angular/node_modules/core-js/features/object/lookup-getter.js diff --git a/ClientApp/node_modules/core-js/features/object/lookup-setter.js b/apps/angular/node_modules/core-js/features/object/lookup-setter.js similarity index 100% rename from ClientApp/node_modules/core-js/features/object/lookup-setter.js rename to apps/angular/node_modules/core-js/features/object/lookup-setter.js diff --git a/ClientApp/node_modules/core-js/features/object/prevent-extensions.js b/apps/angular/node_modules/core-js/features/object/prevent-extensions.js similarity index 100% rename from ClientApp/node_modules/core-js/features/object/prevent-extensions.js rename to apps/angular/node_modules/core-js/features/object/prevent-extensions.js diff --git a/ClientApp/node_modules/core-js/features/object/proto.js b/apps/angular/node_modules/core-js/features/object/proto.js similarity index 100% rename from ClientApp/node_modules/core-js/features/object/proto.js rename to apps/angular/node_modules/core-js/features/object/proto.js diff --git a/ClientApp/node_modules/core-js/features/object/seal.js b/apps/angular/node_modules/core-js/features/object/seal.js similarity index 100% rename from ClientApp/node_modules/core-js/features/object/seal.js rename to apps/angular/node_modules/core-js/features/object/seal.js diff --git a/ClientApp/node_modules/core-js/features/object/set-prototype-of.js b/apps/angular/node_modules/core-js/features/object/set-prototype-of.js similarity index 100% rename from ClientApp/node_modules/core-js/features/object/set-prototype-of.js rename to apps/angular/node_modules/core-js/features/object/set-prototype-of.js diff --git a/ClientApp/node_modules/core-js/features/object/to-string.js b/apps/angular/node_modules/core-js/features/object/to-string.js similarity index 100% rename from ClientApp/node_modules/core-js/features/object/to-string.js rename to apps/angular/node_modules/core-js/features/object/to-string.js diff --git a/ClientApp/node_modules/core-js/features/object/values.js b/apps/angular/node_modules/core-js/features/object/values.js similarity index 100% rename from ClientApp/node_modules/core-js/features/object/values.js rename to apps/angular/node_modules/core-js/features/object/values.js diff --git a/ClientApp/node_modules/core-js/features/observable/index.js b/apps/angular/node_modules/core-js/features/observable/index.js similarity index 100% rename from ClientApp/node_modules/core-js/features/observable/index.js rename to apps/angular/node_modules/core-js/features/observable/index.js diff --git a/ClientApp/node_modules/core-js/features/parse-float.js b/apps/angular/node_modules/core-js/features/parse-float.js similarity index 100% rename from ClientApp/node_modules/core-js/features/parse-float.js rename to apps/angular/node_modules/core-js/features/parse-float.js diff --git a/ClientApp/node_modules/core-js/features/parse-int.js b/apps/angular/node_modules/core-js/features/parse-int.js similarity index 100% rename from ClientApp/node_modules/core-js/features/parse-int.js rename to apps/angular/node_modules/core-js/features/parse-int.js diff --git a/ClientApp/node_modules/core-js/features/promise/all-settled.js b/apps/angular/node_modules/core-js/features/promise/all-settled.js similarity index 100% rename from ClientApp/node_modules/core-js/features/promise/all-settled.js rename to apps/angular/node_modules/core-js/features/promise/all-settled.js diff --git a/ClientApp/node_modules/core-js/features/promise/any.js b/apps/angular/node_modules/core-js/features/promise/any.js similarity index 100% rename from ClientApp/node_modules/core-js/features/promise/any.js rename to apps/angular/node_modules/core-js/features/promise/any.js diff --git a/ClientApp/node_modules/core-js/features/promise/finally.js b/apps/angular/node_modules/core-js/features/promise/finally.js similarity index 100% rename from ClientApp/node_modules/core-js/features/promise/finally.js rename to apps/angular/node_modules/core-js/features/promise/finally.js diff --git a/ClientApp/node_modules/core-js/features/promise/index.js b/apps/angular/node_modules/core-js/features/promise/index.js similarity index 100% rename from ClientApp/node_modules/core-js/features/promise/index.js rename to apps/angular/node_modules/core-js/features/promise/index.js diff --git a/ClientApp/node_modules/core-js/features/promise/try.js b/apps/angular/node_modules/core-js/features/promise/try.js similarity index 100% rename from ClientApp/node_modules/core-js/features/promise/try.js rename to apps/angular/node_modules/core-js/features/promise/try.js diff --git a/ClientApp/node_modules/core-js/features/promise/with-resolvers.js b/apps/angular/node_modules/core-js/features/promise/with-resolvers.js similarity index 100% rename from ClientApp/node_modules/core-js/features/promise/with-resolvers.js rename to apps/angular/node_modules/core-js/features/promise/with-resolvers.js diff --git a/ClientApp/node_modules/core-js/features/queue-microtask.js b/apps/angular/node_modules/core-js/features/queue-microtask.js similarity index 100% rename from ClientApp/node_modules/core-js/features/queue-microtask.js rename to apps/angular/node_modules/core-js/features/queue-microtask.js diff --git a/ClientApp/node_modules/core-js/features/reflect/apply.js b/apps/angular/node_modules/core-js/features/reflect/apply.js similarity index 100% rename from ClientApp/node_modules/core-js/features/reflect/apply.js rename to apps/angular/node_modules/core-js/features/reflect/apply.js diff --git a/ClientApp/node_modules/core-js/features/reflect/construct.js b/apps/angular/node_modules/core-js/features/reflect/construct.js similarity index 100% rename from ClientApp/node_modules/core-js/features/reflect/construct.js rename to apps/angular/node_modules/core-js/features/reflect/construct.js diff --git a/ClientApp/node_modules/core-js/features/reflect/define-metadata.js b/apps/angular/node_modules/core-js/features/reflect/define-metadata.js similarity index 100% rename from ClientApp/node_modules/core-js/features/reflect/define-metadata.js rename to apps/angular/node_modules/core-js/features/reflect/define-metadata.js diff --git a/ClientApp/node_modules/core-js/features/reflect/define-property.js b/apps/angular/node_modules/core-js/features/reflect/define-property.js similarity index 100% rename from ClientApp/node_modules/core-js/features/reflect/define-property.js rename to apps/angular/node_modules/core-js/features/reflect/define-property.js diff --git a/ClientApp/node_modules/core-js/features/reflect/delete-metadata.js b/apps/angular/node_modules/core-js/features/reflect/delete-metadata.js similarity index 100% rename from ClientApp/node_modules/core-js/features/reflect/delete-metadata.js rename to apps/angular/node_modules/core-js/features/reflect/delete-metadata.js diff --git a/ClientApp/node_modules/core-js/features/reflect/delete-property.js b/apps/angular/node_modules/core-js/features/reflect/delete-property.js similarity index 100% rename from ClientApp/node_modules/core-js/features/reflect/delete-property.js rename to apps/angular/node_modules/core-js/features/reflect/delete-property.js diff --git a/ClientApp/node_modules/core-js/features/reflect/get-metadata-keys.js b/apps/angular/node_modules/core-js/features/reflect/get-metadata-keys.js similarity index 100% rename from ClientApp/node_modules/core-js/features/reflect/get-metadata-keys.js rename to apps/angular/node_modules/core-js/features/reflect/get-metadata-keys.js diff --git a/ClientApp/node_modules/core-js/features/reflect/get-metadata.js b/apps/angular/node_modules/core-js/features/reflect/get-metadata.js similarity index 100% rename from ClientApp/node_modules/core-js/features/reflect/get-metadata.js rename to apps/angular/node_modules/core-js/features/reflect/get-metadata.js diff --git a/ClientApp/node_modules/core-js/features/reflect/get-own-metadata-keys.js b/apps/angular/node_modules/core-js/features/reflect/get-own-metadata-keys.js similarity index 100% rename from ClientApp/node_modules/core-js/features/reflect/get-own-metadata-keys.js rename to apps/angular/node_modules/core-js/features/reflect/get-own-metadata-keys.js diff --git a/ClientApp/node_modules/core-js/features/reflect/get-own-metadata.js b/apps/angular/node_modules/core-js/features/reflect/get-own-metadata.js similarity index 100% rename from ClientApp/node_modules/core-js/features/reflect/get-own-metadata.js rename to apps/angular/node_modules/core-js/features/reflect/get-own-metadata.js diff --git a/ClientApp/node_modules/core-js/features/reflect/get-own-property-descriptor.js b/apps/angular/node_modules/core-js/features/reflect/get-own-property-descriptor.js similarity index 100% rename from ClientApp/node_modules/core-js/features/reflect/get-own-property-descriptor.js rename to apps/angular/node_modules/core-js/features/reflect/get-own-property-descriptor.js diff --git a/ClientApp/node_modules/core-js/features/reflect/get-prototype-of.js b/apps/angular/node_modules/core-js/features/reflect/get-prototype-of.js similarity index 100% rename from ClientApp/node_modules/core-js/features/reflect/get-prototype-of.js rename to apps/angular/node_modules/core-js/features/reflect/get-prototype-of.js diff --git a/ClientApp/node_modules/core-js/features/reflect/get.js b/apps/angular/node_modules/core-js/features/reflect/get.js similarity index 100% rename from ClientApp/node_modules/core-js/features/reflect/get.js rename to apps/angular/node_modules/core-js/features/reflect/get.js diff --git a/ClientApp/node_modules/core-js/features/reflect/has-metadata.js b/apps/angular/node_modules/core-js/features/reflect/has-metadata.js similarity index 100% rename from ClientApp/node_modules/core-js/features/reflect/has-metadata.js rename to apps/angular/node_modules/core-js/features/reflect/has-metadata.js diff --git a/ClientApp/node_modules/core-js/features/reflect/has-own-metadata.js b/apps/angular/node_modules/core-js/features/reflect/has-own-metadata.js similarity index 100% rename from ClientApp/node_modules/core-js/features/reflect/has-own-metadata.js rename to apps/angular/node_modules/core-js/features/reflect/has-own-metadata.js diff --git a/ClientApp/node_modules/core-js/features/reflect/has.js b/apps/angular/node_modules/core-js/features/reflect/has.js similarity index 100% rename from ClientApp/node_modules/core-js/features/reflect/has.js rename to apps/angular/node_modules/core-js/features/reflect/has.js diff --git a/ClientApp/node_modules/core-js/features/reflect/index.js b/apps/angular/node_modules/core-js/features/reflect/index.js similarity index 100% rename from ClientApp/node_modules/core-js/features/reflect/index.js rename to apps/angular/node_modules/core-js/features/reflect/index.js diff --git a/ClientApp/node_modules/core-js/features/reflect/is-extensible.js b/apps/angular/node_modules/core-js/features/reflect/is-extensible.js similarity index 100% rename from ClientApp/node_modules/core-js/features/reflect/is-extensible.js rename to apps/angular/node_modules/core-js/features/reflect/is-extensible.js diff --git a/ClientApp/node_modules/core-js/features/reflect/metadata.js b/apps/angular/node_modules/core-js/features/reflect/metadata.js similarity index 100% rename from ClientApp/node_modules/core-js/features/reflect/metadata.js rename to apps/angular/node_modules/core-js/features/reflect/metadata.js diff --git a/ClientApp/node_modules/core-js/features/reflect/own-keys.js b/apps/angular/node_modules/core-js/features/reflect/own-keys.js similarity index 100% rename from ClientApp/node_modules/core-js/features/reflect/own-keys.js rename to apps/angular/node_modules/core-js/features/reflect/own-keys.js diff --git a/ClientApp/node_modules/core-js/features/reflect/prevent-extensions.js b/apps/angular/node_modules/core-js/features/reflect/prevent-extensions.js similarity index 100% rename from ClientApp/node_modules/core-js/features/reflect/prevent-extensions.js rename to apps/angular/node_modules/core-js/features/reflect/prevent-extensions.js diff --git a/ClientApp/node_modules/core-js/features/reflect/set-prototype-of.js b/apps/angular/node_modules/core-js/features/reflect/set-prototype-of.js similarity index 100% rename from ClientApp/node_modules/core-js/features/reflect/set-prototype-of.js rename to apps/angular/node_modules/core-js/features/reflect/set-prototype-of.js diff --git a/ClientApp/node_modules/core-js/features/reflect/set.js b/apps/angular/node_modules/core-js/features/reflect/set.js similarity index 100% rename from ClientApp/node_modules/core-js/features/reflect/set.js rename to apps/angular/node_modules/core-js/features/reflect/set.js diff --git a/ClientApp/node_modules/core-js/features/reflect/to-string-tag.js b/apps/angular/node_modules/core-js/features/reflect/to-string-tag.js similarity index 100% rename from ClientApp/node_modules/core-js/features/reflect/to-string-tag.js rename to apps/angular/node_modules/core-js/features/reflect/to-string-tag.js diff --git a/ClientApp/node_modules/core-js/features/regexp/constructor.js b/apps/angular/node_modules/core-js/features/regexp/constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/features/regexp/constructor.js rename to apps/angular/node_modules/core-js/features/regexp/constructor.js diff --git a/ClientApp/node_modules/core-js/features/regexp/dot-all.js b/apps/angular/node_modules/core-js/features/regexp/dot-all.js similarity index 100% rename from ClientApp/node_modules/core-js/features/regexp/dot-all.js rename to apps/angular/node_modules/core-js/features/regexp/dot-all.js diff --git a/ClientApp/node_modules/core-js/features/regexp/escape.js b/apps/angular/node_modules/core-js/features/regexp/escape.js similarity index 100% rename from ClientApp/node_modules/core-js/features/regexp/escape.js rename to apps/angular/node_modules/core-js/features/regexp/escape.js diff --git a/ClientApp/node_modules/core-js/features/regexp/flags.js b/apps/angular/node_modules/core-js/features/regexp/flags.js similarity index 100% rename from ClientApp/node_modules/core-js/features/regexp/flags.js rename to apps/angular/node_modules/core-js/features/regexp/flags.js diff --git a/ClientApp/node_modules/core-js/features/regexp/index.js b/apps/angular/node_modules/core-js/features/regexp/index.js similarity index 100% rename from ClientApp/node_modules/core-js/features/regexp/index.js rename to apps/angular/node_modules/core-js/features/regexp/index.js diff --git a/ClientApp/node_modules/core-js/features/regexp/match.js b/apps/angular/node_modules/core-js/features/regexp/match.js similarity index 100% rename from ClientApp/node_modules/core-js/features/regexp/match.js rename to apps/angular/node_modules/core-js/features/regexp/match.js diff --git a/ClientApp/node_modules/core-js/features/regexp/replace.js b/apps/angular/node_modules/core-js/features/regexp/replace.js similarity index 100% rename from ClientApp/node_modules/core-js/features/regexp/replace.js rename to apps/angular/node_modules/core-js/features/regexp/replace.js diff --git a/ClientApp/node_modules/core-js/features/regexp/search.js b/apps/angular/node_modules/core-js/features/regexp/search.js similarity index 100% rename from ClientApp/node_modules/core-js/features/regexp/search.js rename to apps/angular/node_modules/core-js/features/regexp/search.js diff --git a/ClientApp/node_modules/core-js/features/regexp/split.js b/apps/angular/node_modules/core-js/features/regexp/split.js similarity index 100% rename from ClientApp/node_modules/core-js/features/regexp/split.js rename to apps/angular/node_modules/core-js/features/regexp/split.js diff --git a/ClientApp/node_modules/core-js/features/regexp/sticky.js b/apps/angular/node_modules/core-js/features/regexp/sticky.js similarity index 100% rename from ClientApp/node_modules/core-js/features/regexp/sticky.js rename to apps/angular/node_modules/core-js/features/regexp/sticky.js diff --git a/ClientApp/node_modules/core-js/features/regexp/test.js b/apps/angular/node_modules/core-js/features/regexp/test.js similarity index 100% rename from ClientApp/node_modules/core-js/features/regexp/test.js rename to apps/angular/node_modules/core-js/features/regexp/test.js diff --git a/ClientApp/node_modules/core-js/features/regexp/to-string.js b/apps/angular/node_modules/core-js/features/regexp/to-string.js similarity index 100% rename from ClientApp/node_modules/core-js/features/regexp/to-string.js rename to apps/angular/node_modules/core-js/features/regexp/to-string.js diff --git a/ClientApp/node_modules/core-js/features/self.js b/apps/angular/node_modules/core-js/features/self.js similarity index 100% rename from ClientApp/node_modules/core-js/features/self.js rename to apps/angular/node_modules/core-js/features/self.js diff --git a/ClientApp/node_modules/core-js/features/set-immediate.js b/apps/angular/node_modules/core-js/features/set-immediate.js similarity index 100% rename from ClientApp/node_modules/core-js/features/set-immediate.js rename to apps/angular/node_modules/core-js/features/set-immediate.js diff --git a/ClientApp/node_modules/core-js/features/set-interval.js b/apps/angular/node_modules/core-js/features/set-interval.js similarity index 100% rename from ClientApp/node_modules/core-js/features/set-interval.js rename to apps/angular/node_modules/core-js/features/set-interval.js diff --git a/ClientApp/node_modules/core-js/features/set-timeout.js b/apps/angular/node_modules/core-js/features/set-timeout.js similarity index 100% rename from ClientApp/node_modules/core-js/features/set-timeout.js rename to apps/angular/node_modules/core-js/features/set-timeout.js diff --git a/ClientApp/node_modules/core-js/features/set/add-all.js b/apps/angular/node_modules/core-js/features/set/add-all.js similarity index 100% rename from ClientApp/node_modules/core-js/features/set/add-all.js rename to apps/angular/node_modules/core-js/features/set/add-all.js diff --git a/ClientApp/node_modules/core-js/features/set/delete-all.js b/apps/angular/node_modules/core-js/features/set/delete-all.js similarity index 100% rename from ClientApp/node_modules/core-js/features/set/delete-all.js rename to apps/angular/node_modules/core-js/features/set/delete-all.js diff --git a/ClientApp/node_modules/core-js/features/set/difference.js b/apps/angular/node_modules/core-js/features/set/difference.js similarity index 100% rename from ClientApp/node_modules/core-js/features/set/difference.js rename to apps/angular/node_modules/core-js/features/set/difference.js diff --git a/ClientApp/node_modules/core-js/features/set/every.js b/apps/angular/node_modules/core-js/features/set/every.js similarity index 100% rename from ClientApp/node_modules/core-js/features/set/every.js rename to apps/angular/node_modules/core-js/features/set/every.js diff --git a/ClientApp/node_modules/core-js/features/set/filter.js b/apps/angular/node_modules/core-js/features/set/filter.js similarity index 100% rename from ClientApp/node_modules/core-js/features/set/filter.js rename to apps/angular/node_modules/core-js/features/set/filter.js diff --git a/ClientApp/node_modules/core-js/features/set/find.js b/apps/angular/node_modules/core-js/features/set/find.js similarity index 100% rename from ClientApp/node_modules/core-js/features/set/find.js rename to apps/angular/node_modules/core-js/features/set/find.js diff --git a/ClientApp/node_modules/core-js/features/set/from.js b/apps/angular/node_modules/core-js/features/set/from.js similarity index 100% rename from ClientApp/node_modules/core-js/features/set/from.js rename to apps/angular/node_modules/core-js/features/set/from.js diff --git a/ClientApp/node_modules/core-js/features/set/index.js b/apps/angular/node_modules/core-js/features/set/index.js similarity index 100% rename from ClientApp/node_modules/core-js/features/set/index.js rename to apps/angular/node_modules/core-js/features/set/index.js diff --git a/ClientApp/node_modules/core-js/features/set/intersection.js b/apps/angular/node_modules/core-js/features/set/intersection.js similarity index 100% rename from ClientApp/node_modules/core-js/features/set/intersection.js rename to apps/angular/node_modules/core-js/features/set/intersection.js diff --git a/ClientApp/node_modules/core-js/features/set/is-disjoint-from.js b/apps/angular/node_modules/core-js/features/set/is-disjoint-from.js similarity index 100% rename from ClientApp/node_modules/core-js/features/set/is-disjoint-from.js rename to apps/angular/node_modules/core-js/features/set/is-disjoint-from.js diff --git a/ClientApp/node_modules/core-js/features/set/is-subset-of.js b/apps/angular/node_modules/core-js/features/set/is-subset-of.js similarity index 100% rename from ClientApp/node_modules/core-js/features/set/is-subset-of.js rename to apps/angular/node_modules/core-js/features/set/is-subset-of.js diff --git a/ClientApp/node_modules/core-js/features/set/is-superset-of.js b/apps/angular/node_modules/core-js/features/set/is-superset-of.js similarity index 100% rename from ClientApp/node_modules/core-js/features/set/is-superset-of.js rename to apps/angular/node_modules/core-js/features/set/is-superset-of.js diff --git a/ClientApp/node_modules/core-js/features/set/join.js b/apps/angular/node_modules/core-js/features/set/join.js similarity index 100% rename from ClientApp/node_modules/core-js/features/set/join.js rename to apps/angular/node_modules/core-js/features/set/join.js diff --git a/ClientApp/node_modules/core-js/features/set/map.js b/apps/angular/node_modules/core-js/features/set/map.js similarity index 100% rename from ClientApp/node_modules/core-js/features/set/map.js rename to apps/angular/node_modules/core-js/features/set/map.js diff --git a/ClientApp/node_modules/core-js/features/set/of.js b/apps/angular/node_modules/core-js/features/set/of.js similarity index 100% rename from ClientApp/node_modules/core-js/features/set/of.js rename to apps/angular/node_modules/core-js/features/set/of.js diff --git a/ClientApp/node_modules/core-js/features/set/reduce.js b/apps/angular/node_modules/core-js/features/set/reduce.js similarity index 100% rename from ClientApp/node_modules/core-js/features/set/reduce.js rename to apps/angular/node_modules/core-js/features/set/reduce.js diff --git a/ClientApp/node_modules/core-js/features/set/some.js b/apps/angular/node_modules/core-js/features/set/some.js similarity index 100% rename from ClientApp/node_modules/core-js/features/set/some.js rename to apps/angular/node_modules/core-js/features/set/some.js diff --git a/ClientApp/node_modules/core-js/features/set/symmetric-difference.js b/apps/angular/node_modules/core-js/features/set/symmetric-difference.js similarity index 100% rename from ClientApp/node_modules/core-js/features/set/symmetric-difference.js rename to apps/angular/node_modules/core-js/features/set/symmetric-difference.js diff --git a/ClientApp/node_modules/core-js/features/set/union.js b/apps/angular/node_modules/core-js/features/set/union.js similarity index 100% rename from ClientApp/node_modules/core-js/features/set/union.js rename to apps/angular/node_modules/core-js/features/set/union.js diff --git a/ClientApp/node_modules/core-js/features/string/anchor.js b/apps/angular/node_modules/core-js/features/string/anchor.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/anchor.js rename to apps/angular/node_modules/core-js/features/string/anchor.js diff --git a/ClientApp/node_modules/core-js/features/string/at.js b/apps/angular/node_modules/core-js/features/string/at.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/at.js rename to apps/angular/node_modules/core-js/features/string/at.js diff --git a/ClientApp/node_modules/core-js/features/string/big.js b/apps/angular/node_modules/core-js/features/string/big.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/big.js rename to apps/angular/node_modules/core-js/features/string/big.js diff --git a/ClientApp/node_modules/core-js/features/string/blink.js b/apps/angular/node_modules/core-js/features/string/blink.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/blink.js rename to apps/angular/node_modules/core-js/features/string/blink.js diff --git a/ClientApp/node_modules/core-js/features/string/bold.js b/apps/angular/node_modules/core-js/features/string/bold.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/bold.js rename to apps/angular/node_modules/core-js/features/string/bold.js diff --git a/ClientApp/node_modules/core-js/features/string/code-point-at.js b/apps/angular/node_modules/core-js/features/string/code-point-at.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/code-point-at.js rename to apps/angular/node_modules/core-js/features/string/code-point-at.js diff --git a/ClientApp/node_modules/core-js/features/string/code-points.js b/apps/angular/node_modules/core-js/features/string/code-points.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/code-points.js rename to apps/angular/node_modules/core-js/features/string/code-points.js diff --git a/ClientApp/node_modules/core-js/features/string/cooked.js b/apps/angular/node_modules/core-js/features/string/cooked.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/cooked.js rename to apps/angular/node_modules/core-js/features/string/cooked.js diff --git a/ClientApp/node_modules/core-js/features/string/dedent.js b/apps/angular/node_modules/core-js/features/string/dedent.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/dedent.js rename to apps/angular/node_modules/core-js/features/string/dedent.js diff --git a/ClientApp/node_modules/core-js/features/string/ends-with.js b/apps/angular/node_modules/core-js/features/string/ends-with.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/ends-with.js rename to apps/angular/node_modules/core-js/features/string/ends-with.js diff --git a/ClientApp/node_modules/core-js/features/string/fixed.js b/apps/angular/node_modules/core-js/features/string/fixed.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/fixed.js rename to apps/angular/node_modules/core-js/features/string/fixed.js diff --git a/ClientApp/node_modules/core-js/features/string/fontcolor.js b/apps/angular/node_modules/core-js/features/string/fontcolor.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/fontcolor.js rename to apps/angular/node_modules/core-js/features/string/fontcolor.js diff --git a/ClientApp/node_modules/core-js/features/string/fontsize.js b/apps/angular/node_modules/core-js/features/string/fontsize.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/fontsize.js rename to apps/angular/node_modules/core-js/features/string/fontsize.js diff --git a/ClientApp/node_modules/core-js/features/string/from-code-point.js b/apps/angular/node_modules/core-js/features/string/from-code-point.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/from-code-point.js rename to apps/angular/node_modules/core-js/features/string/from-code-point.js diff --git a/ClientApp/node_modules/core-js/features/string/includes.js b/apps/angular/node_modules/core-js/features/string/includes.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/includes.js rename to apps/angular/node_modules/core-js/features/string/includes.js diff --git a/ClientApp/node_modules/core-js/features/string/index.js b/apps/angular/node_modules/core-js/features/string/index.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/index.js rename to apps/angular/node_modules/core-js/features/string/index.js diff --git a/ClientApp/node_modules/core-js/features/string/is-well-formed.js b/apps/angular/node_modules/core-js/features/string/is-well-formed.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/is-well-formed.js rename to apps/angular/node_modules/core-js/features/string/is-well-formed.js diff --git a/ClientApp/node_modules/core-js/features/string/italics.js b/apps/angular/node_modules/core-js/features/string/italics.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/italics.js rename to apps/angular/node_modules/core-js/features/string/italics.js diff --git a/ClientApp/node_modules/core-js/features/string/iterator.js b/apps/angular/node_modules/core-js/features/string/iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/iterator.js rename to apps/angular/node_modules/core-js/features/string/iterator.js diff --git a/ClientApp/node_modules/core-js/features/string/link.js b/apps/angular/node_modules/core-js/features/string/link.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/link.js rename to apps/angular/node_modules/core-js/features/string/link.js diff --git a/ClientApp/node_modules/core-js/features/string/match-all.js b/apps/angular/node_modules/core-js/features/string/match-all.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/match-all.js rename to apps/angular/node_modules/core-js/features/string/match-all.js diff --git a/ClientApp/node_modules/core-js/features/string/match.js b/apps/angular/node_modules/core-js/features/string/match.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/match.js rename to apps/angular/node_modules/core-js/features/string/match.js diff --git a/ClientApp/node_modules/core-js/features/string/pad-end.js b/apps/angular/node_modules/core-js/features/string/pad-end.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/pad-end.js rename to apps/angular/node_modules/core-js/features/string/pad-end.js diff --git a/ClientApp/node_modules/core-js/features/string/pad-start.js b/apps/angular/node_modules/core-js/features/string/pad-start.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/pad-start.js rename to apps/angular/node_modules/core-js/features/string/pad-start.js diff --git a/ClientApp/node_modules/core-js/features/string/raw.js b/apps/angular/node_modules/core-js/features/string/raw.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/raw.js rename to apps/angular/node_modules/core-js/features/string/raw.js diff --git a/ClientApp/node_modules/core-js/features/string/repeat.js b/apps/angular/node_modules/core-js/features/string/repeat.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/repeat.js rename to apps/angular/node_modules/core-js/features/string/repeat.js diff --git a/ClientApp/node_modules/core-js/features/string/replace-all.js b/apps/angular/node_modules/core-js/features/string/replace-all.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/replace-all.js rename to apps/angular/node_modules/core-js/features/string/replace-all.js diff --git a/ClientApp/node_modules/core-js/features/string/replace.js b/apps/angular/node_modules/core-js/features/string/replace.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/replace.js rename to apps/angular/node_modules/core-js/features/string/replace.js diff --git a/ClientApp/node_modules/core-js/features/string/search.js b/apps/angular/node_modules/core-js/features/string/search.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/search.js rename to apps/angular/node_modules/core-js/features/string/search.js diff --git a/ClientApp/node_modules/core-js/features/string/small.js b/apps/angular/node_modules/core-js/features/string/small.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/small.js rename to apps/angular/node_modules/core-js/features/string/small.js diff --git a/ClientApp/node_modules/core-js/features/string/split.js b/apps/angular/node_modules/core-js/features/string/split.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/split.js rename to apps/angular/node_modules/core-js/features/string/split.js diff --git a/ClientApp/node_modules/core-js/features/string/starts-with.js b/apps/angular/node_modules/core-js/features/string/starts-with.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/starts-with.js rename to apps/angular/node_modules/core-js/features/string/starts-with.js diff --git a/ClientApp/node_modules/core-js/features/string/strike.js b/apps/angular/node_modules/core-js/features/string/strike.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/strike.js rename to apps/angular/node_modules/core-js/features/string/strike.js diff --git a/ClientApp/node_modules/core-js/features/string/sub.js b/apps/angular/node_modules/core-js/features/string/sub.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/sub.js rename to apps/angular/node_modules/core-js/features/string/sub.js diff --git a/ClientApp/node_modules/core-js/features/string/substr.js b/apps/angular/node_modules/core-js/features/string/substr.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/substr.js rename to apps/angular/node_modules/core-js/features/string/substr.js diff --git a/ClientApp/node_modules/core-js/features/string/sup.js b/apps/angular/node_modules/core-js/features/string/sup.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/sup.js rename to apps/angular/node_modules/core-js/features/string/sup.js diff --git a/ClientApp/node_modules/core-js/features/string/to-well-formed.js b/apps/angular/node_modules/core-js/features/string/to-well-formed.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/to-well-formed.js rename to apps/angular/node_modules/core-js/features/string/to-well-formed.js diff --git a/ClientApp/node_modules/core-js/features/string/trim-end.js b/apps/angular/node_modules/core-js/features/string/trim-end.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/trim-end.js rename to apps/angular/node_modules/core-js/features/string/trim-end.js diff --git a/ClientApp/node_modules/core-js/features/string/trim-left.js b/apps/angular/node_modules/core-js/features/string/trim-left.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/trim-left.js rename to apps/angular/node_modules/core-js/features/string/trim-left.js diff --git a/ClientApp/node_modules/core-js/features/string/trim-right.js b/apps/angular/node_modules/core-js/features/string/trim-right.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/trim-right.js rename to apps/angular/node_modules/core-js/features/string/trim-right.js diff --git a/ClientApp/node_modules/core-js/features/string/trim-start.js b/apps/angular/node_modules/core-js/features/string/trim-start.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/trim-start.js rename to apps/angular/node_modules/core-js/features/string/trim-start.js diff --git a/ClientApp/node_modules/core-js/features/string/trim.js b/apps/angular/node_modules/core-js/features/string/trim.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/trim.js rename to apps/angular/node_modules/core-js/features/string/trim.js diff --git a/ClientApp/node_modules/core-js/features/string/virtual/anchor.js b/apps/angular/node_modules/core-js/features/string/virtual/anchor.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/virtual/anchor.js rename to apps/angular/node_modules/core-js/features/string/virtual/anchor.js diff --git a/ClientApp/node_modules/core-js/features/string/virtual/at.js b/apps/angular/node_modules/core-js/features/string/virtual/at.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/virtual/at.js rename to apps/angular/node_modules/core-js/features/string/virtual/at.js diff --git a/ClientApp/node_modules/core-js/features/string/virtual/big.js b/apps/angular/node_modules/core-js/features/string/virtual/big.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/virtual/big.js rename to apps/angular/node_modules/core-js/features/string/virtual/big.js diff --git a/ClientApp/node_modules/core-js/features/string/virtual/blink.js b/apps/angular/node_modules/core-js/features/string/virtual/blink.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/virtual/blink.js rename to apps/angular/node_modules/core-js/features/string/virtual/blink.js diff --git a/ClientApp/node_modules/core-js/features/string/virtual/bold.js b/apps/angular/node_modules/core-js/features/string/virtual/bold.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/virtual/bold.js rename to apps/angular/node_modules/core-js/features/string/virtual/bold.js diff --git a/ClientApp/node_modules/core-js/features/string/virtual/code-point-at.js b/apps/angular/node_modules/core-js/features/string/virtual/code-point-at.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/virtual/code-point-at.js rename to apps/angular/node_modules/core-js/features/string/virtual/code-point-at.js diff --git a/ClientApp/node_modules/core-js/features/string/virtual/code-points.js b/apps/angular/node_modules/core-js/features/string/virtual/code-points.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/virtual/code-points.js rename to apps/angular/node_modules/core-js/features/string/virtual/code-points.js diff --git a/ClientApp/node_modules/core-js/features/string/virtual/ends-with.js b/apps/angular/node_modules/core-js/features/string/virtual/ends-with.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/virtual/ends-with.js rename to apps/angular/node_modules/core-js/features/string/virtual/ends-with.js diff --git a/ClientApp/node_modules/core-js/features/string/virtual/fixed.js b/apps/angular/node_modules/core-js/features/string/virtual/fixed.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/virtual/fixed.js rename to apps/angular/node_modules/core-js/features/string/virtual/fixed.js diff --git a/ClientApp/node_modules/core-js/features/string/virtual/fontcolor.js b/apps/angular/node_modules/core-js/features/string/virtual/fontcolor.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/virtual/fontcolor.js rename to apps/angular/node_modules/core-js/features/string/virtual/fontcolor.js diff --git a/ClientApp/node_modules/core-js/features/string/virtual/fontsize.js b/apps/angular/node_modules/core-js/features/string/virtual/fontsize.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/virtual/fontsize.js rename to apps/angular/node_modules/core-js/features/string/virtual/fontsize.js diff --git a/ClientApp/node_modules/core-js/features/string/virtual/includes.js b/apps/angular/node_modules/core-js/features/string/virtual/includes.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/virtual/includes.js rename to apps/angular/node_modules/core-js/features/string/virtual/includes.js diff --git a/ClientApp/node_modules/core-js/features/string/virtual/index.js b/apps/angular/node_modules/core-js/features/string/virtual/index.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/virtual/index.js rename to apps/angular/node_modules/core-js/features/string/virtual/index.js diff --git a/ClientApp/node_modules/core-js/features/string/virtual/is-well-formed.js b/apps/angular/node_modules/core-js/features/string/virtual/is-well-formed.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/virtual/is-well-formed.js rename to apps/angular/node_modules/core-js/features/string/virtual/is-well-formed.js diff --git a/ClientApp/node_modules/core-js/features/string/virtual/italics.js b/apps/angular/node_modules/core-js/features/string/virtual/italics.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/virtual/italics.js rename to apps/angular/node_modules/core-js/features/string/virtual/italics.js diff --git a/ClientApp/node_modules/core-js/features/string/virtual/iterator.js b/apps/angular/node_modules/core-js/features/string/virtual/iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/virtual/iterator.js rename to apps/angular/node_modules/core-js/features/string/virtual/iterator.js diff --git a/ClientApp/node_modules/core-js/features/string/virtual/link.js b/apps/angular/node_modules/core-js/features/string/virtual/link.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/virtual/link.js rename to apps/angular/node_modules/core-js/features/string/virtual/link.js diff --git a/ClientApp/node_modules/core-js/features/string/virtual/match-all.js b/apps/angular/node_modules/core-js/features/string/virtual/match-all.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/virtual/match-all.js rename to apps/angular/node_modules/core-js/features/string/virtual/match-all.js diff --git a/ClientApp/node_modules/core-js/features/string/virtual/pad-end.js b/apps/angular/node_modules/core-js/features/string/virtual/pad-end.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/virtual/pad-end.js rename to apps/angular/node_modules/core-js/features/string/virtual/pad-end.js diff --git a/ClientApp/node_modules/core-js/features/string/virtual/pad-start.js b/apps/angular/node_modules/core-js/features/string/virtual/pad-start.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/virtual/pad-start.js rename to apps/angular/node_modules/core-js/features/string/virtual/pad-start.js diff --git a/ClientApp/node_modules/core-js/features/string/virtual/repeat.js b/apps/angular/node_modules/core-js/features/string/virtual/repeat.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/virtual/repeat.js rename to apps/angular/node_modules/core-js/features/string/virtual/repeat.js diff --git a/ClientApp/node_modules/core-js/features/string/virtual/replace-all.js b/apps/angular/node_modules/core-js/features/string/virtual/replace-all.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/virtual/replace-all.js rename to apps/angular/node_modules/core-js/features/string/virtual/replace-all.js diff --git a/ClientApp/node_modules/core-js/features/string/virtual/small.js b/apps/angular/node_modules/core-js/features/string/virtual/small.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/virtual/small.js rename to apps/angular/node_modules/core-js/features/string/virtual/small.js diff --git a/ClientApp/node_modules/core-js/features/string/virtual/starts-with.js b/apps/angular/node_modules/core-js/features/string/virtual/starts-with.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/virtual/starts-with.js rename to apps/angular/node_modules/core-js/features/string/virtual/starts-with.js diff --git a/ClientApp/node_modules/core-js/features/string/virtual/strike.js b/apps/angular/node_modules/core-js/features/string/virtual/strike.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/virtual/strike.js rename to apps/angular/node_modules/core-js/features/string/virtual/strike.js diff --git a/ClientApp/node_modules/core-js/features/string/virtual/sub.js b/apps/angular/node_modules/core-js/features/string/virtual/sub.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/virtual/sub.js rename to apps/angular/node_modules/core-js/features/string/virtual/sub.js diff --git a/ClientApp/node_modules/core-js/features/string/virtual/substr.js b/apps/angular/node_modules/core-js/features/string/virtual/substr.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/virtual/substr.js rename to apps/angular/node_modules/core-js/features/string/virtual/substr.js diff --git a/ClientApp/node_modules/core-js/features/string/virtual/sup.js b/apps/angular/node_modules/core-js/features/string/virtual/sup.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/virtual/sup.js rename to apps/angular/node_modules/core-js/features/string/virtual/sup.js diff --git a/ClientApp/node_modules/core-js/features/string/virtual/to-well-formed.js b/apps/angular/node_modules/core-js/features/string/virtual/to-well-formed.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/virtual/to-well-formed.js rename to apps/angular/node_modules/core-js/features/string/virtual/to-well-formed.js diff --git a/ClientApp/node_modules/core-js/features/string/virtual/trim-end.js b/apps/angular/node_modules/core-js/features/string/virtual/trim-end.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/virtual/trim-end.js rename to apps/angular/node_modules/core-js/features/string/virtual/trim-end.js diff --git a/ClientApp/node_modules/core-js/features/string/virtual/trim-left.js b/apps/angular/node_modules/core-js/features/string/virtual/trim-left.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/virtual/trim-left.js rename to apps/angular/node_modules/core-js/features/string/virtual/trim-left.js diff --git a/ClientApp/node_modules/core-js/features/string/virtual/trim-right.js b/apps/angular/node_modules/core-js/features/string/virtual/trim-right.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/virtual/trim-right.js rename to apps/angular/node_modules/core-js/features/string/virtual/trim-right.js diff --git a/ClientApp/node_modules/core-js/features/string/virtual/trim-start.js b/apps/angular/node_modules/core-js/features/string/virtual/trim-start.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/virtual/trim-start.js rename to apps/angular/node_modules/core-js/features/string/virtual/trim-start.js diff --git a/ClientApp/node_modules/core-js/features/string/virtual/trim.js b/apps/angular/node_modules/core-js/features/string/virtual/trim.js similarity index 100% rename from ClientApp/node_modules/core-js/features/string/virtual/trim.js rename to apps/angular/node_modules/core-js/features/string/virtual/trim.js diff --git a/ClientApp/node_modules/core-js/features/structured-clone.js b/apps/angular/node_modules/core-js/features/structured-clone.js similarity index 100% rename from ClientApp/node_modules/core-js/features/structured-clone.js rename to apps/angular/node_modules/core-js/features/structured-clone.js diff --git a/ClientApp/node_modules/core-js/features/suppressed-error.js b/apps/angular/node_modules/core-js/features/suppressed-error.js similarity index 100% rename from ClientApp/node_modules/core-js/features/suppressed-error.js rename to apps/angular/node_modules/core-js/features/suppressed-error.js diff --git a/ClientApp/node_modules/core-js/features/symbol/async-dispose.js b/apps/angular/node_modules/core-js/features/symbol/async-dispose.js similarity index 100% rename from ClientApp/node_modules/core-js/features/symbol/async-dispose.js rename to apps/angular/node_modules/core-js/features/symbol/async-dispose.js diff --git a/ClientApp/node_modules/core-js/features/symbol/async-iterator.js b/apps/angular/node_modules/core-js/features/symbol/async-iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/features/symbol/async-iterator.js rename to apps/angular/node_modules/core-js/features/symbol/async-iterator.js diff --git a/ClientApp/node_modules/core-js/features/symbol/custom-matcher.js b/apps/angular/node_modules/core-js/features/symbol/custom-matcher.js similarity index 100% rename from ClientApp/node_modules/core-js/features/symbol/custom-matcher.js rename to apps/angular/node_modules/core-js/features/symbol/custom-matcher.js diff --git a/ClientApp/node_modules/core-js/features/symbol/description.js b/apps/angular/node_modules/core-js/features/symbol/description.js similarity index 100% rename from ClientApp/node_modules/core-js/features/symbol/description.js rename to apps/angular/node_modules/core-js/features/symbol/description.js diff --git a/ClientApp/node_modules/core-js/features/symbol/dispose.js b/apps/angular/node_modules/core-js/features/symbol/dispose.js similarity index 100% rename from ClientApp/node_modules/core-js/features/symbol/dispose.js rename to apps/angular/node_modules/core-js/features/symbol/dispose.js diff --git a/ClientApp/node_modules/core-js/features/symbol/for.js b/apps/angular/node_modules/core-js/features/symbol/for.js similarity index 100% rename from ClientApp/node_modules/core-js/features/symbol/for.js rename to apps/angular/node_modules/core-js/features/symbol/for.js diff --git a/ClientApp/node_modules/core-js/features/symbol/has-instance.js b/apps/angular/node_modules/core-js/features/symbol/has-instance.js similarity index 100% rename from ClientApp/node_modules/core-js/features/symbol/has-instance.js rename to apps/angular/node_modules/core-js/features/symbol/has-instance.js diff --git a/ClientApp/node_modules/core-js/features/symbol/index.js b/apps/angular/node_modules/core-js/features/symbol/index.js similarity index 100% rename from ClientApp/node_modules/core-js/features/symbol/index.js rename to apps/angular/node_modules/core-js/features/symbol/index.js diff --git a/ClientApp/node_modules/core-js/features/symbol/is-concat-spreadable.js b/apps/angular/node_modules/core-js/features/symbol/is-concat-spreadable.js similarity index 100% rename from ClientApp/node_modules/core-js/features/symbol/is-concat-spreadable.js rename to apps/angular/node_modules/core-js/features/symbol/is-concat-spreadable.js diff --git a/ClientApp/node_modules/core-js/features/symbol/is-registered-symbol.js b/apps/angular/node_modules/core-js/features/symbol/is-registered-symbol.js similarity index 100% rename from ClientApp/node_modules/core-js/features/symbol/is-registered-symbol.js rename to apps/angular/node_modules/core-js/features/symbol/is-registered-symbol.js diff --git a/ClientApp/node_modules/core-js/features/symbol/is-registered.js b/apps/angular/node_modules/core-js/features/symbol/is-registered.js similarity index 100% rename from ClientApp/node_modules/core-js/features/symbol/is-registered.js rename to apps/angular/node_modules/core-js/features/symbol/is-registered.js diff --git a/ClientApp/node_modules/core-js/features/symbol/is-well-known-symbol.js b/apps/angular/node_modules/core-js/features/symbol/is-well-known-symbol.js similarity index 100% rename from ClientApp/node_modules/core-js/features/symbol/is-well-known-symbol.js rename to apps/angular/node_modules/core-js/features/symbol/is-well-known-symbol.js diff --git a/ClientApp/node_modules/core-js/features/symbol/is-well-known.js b/apps/angular/node_modules/core-js/features/symbol/is-well-known.js similarity index 100% rename from ClientApp/node_modules/core-js/features/symbol/is-well-known.js rename to apps/angular/node_modules/core-js/features/symbol/is-well-known.js diff --git a/ClientApp/node_modules/core-js/features/symbol/iterator.js b/apps/angular/node_modules/core-js/features/symbol/iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/features/symbol/iterator.js rename to apps/angular/node_modules/core-js/features/symbol/iterator.js diff --git a/ClientApp/node_modules/core-js/features/symbol/key-for.js b/apps/angular/node_modules/core-js/features/symbol/key-for.js similarity index 100% rename from ClientApp/node_modules/core-js/features/symbol/key-for.js rename to apps/angular/node_modules/core-js/features/symbol/key-for.js diff --git a/ClientApp/node_modules/core-js/features/symbol/match-all.js b/apps/angular/node_modules/core-js/features/symbol/match-all.js similarity index 100% rename from ClientApp/node_modules/core-js/features/symbol/match-all.js rename to apps/angular/node_modules/core-js/features/symbol/match-all.js diff --git a/ClientApp/node_modules/core-js/features/symbol/match.js b/apps/angular/node_modules/core-js/features/symbol/match.js similarity index 100% rename from ClientApp/node_modules/core-js/features/symbol/match.js rename to apps/angular/node_modules/core-js/features/symbol/match.js diff --git a/ClientApp/node_modules/core-js/features/symbol/matcher.js b/apps/angular/node_modules/core-js/features/symbol/matcher.js similarity index 100% rename from ClientApp/node_modules/core-js/features/symbol/matcher.js rename to apps/angular/node_modules/core-js/features/symbol/matcher.js diff --git a/ClientApp/node_modules/core-js/features/symbol/metadata-key.js b/apps/angular/node_modules/core-js/features/symbol/metadata-key.js similarity index 100% rename from ClientApp/node_modules/core-js/features/symbol/metadata-key.js rename to apps/angular/node_modules/core-js/features/symbol/metadata-key.js diff --git a/ClientApp/node_modules/core-js/features/symbol/metadata.js b/apps/angular/node_modules/core-js/features/symbol/metadata.js similarity index 100% rename from ClientApp/node_modules/core-js/features/symbol/metadata.js rename to apps/angular/node_modules/core-js/features/symbol/metadata.js diff --git a/ClientApp/node_modules/core-js/features/symbol/observable.js b/apps/angular/node_modules/core-js/features/symbol/observable.js similarity index 100% rename from ClientApp/node_modules/core-js/features/symbol/observable.js rename to apps/angular/node_modules/core-js/features/symbol/observable.js diff --git a/ClientApp/node_modules/core-js/features/symbol/pattern-match.js b/apps/angular/node_modules/core-js/features/symbol/pattern-match.js similarity index 100% rename from ClientApp/node_modules/core-js/features/symbol/pattern-match.js rename to apps/angular/node_modules/core-js/features/symbol/pattern-match.js diff --git a/ClientApp/node_modules/core-js/features/symbol/replace-all.js b/apps/angular/node_modules/core-js/features/symbol/replace-all.js similarity index 100% rename from ClientApp/node_modules/core-js/features/symbol/replace-all.js rename to apps/angular/node_modules/core-js/features/symbol/replace-all.js diff --git a/ClientApp/node_modules/core-js/features/symbol/replace.js b/apps/angular/node_modules/core-js/features/symbol/replace.js similarity index 100% rename from ClientApp/node_modules/core-js/features/symbol/replace.js rename to apps/angular/node_modules/core-js/features/symbol/replace.js diff --git a/ClientApp/node_modules/core-js/features/symbol/search.js b/apps/angular/node_modules/core-js/features/symbol/search.js similarity index 100% rename from ClientApp/node_modules/core-js/features/symbol/search.js rename to apps/angular/node_modules/core-js/features/symbol/search.js diff --git a/ClientApp/node_modules/core-js/features/symbol/species.js b/apps/angular/node_modules/core-js/features/symbol/species.js similarity index 100% rename from ClientApp/node_modules/core-js/features/symbol/species.js rename to apps/angular/node_modules/core-js/features/symbol/species.js diff --git a/ClientApp/node_modules/core-js/features/symbol/split.js b/apps/angular/node_modules/core-js/features/symbol/split.js similarity index 100% rename from ClientApp/node_modules/core-js/features/symbol/split.js rename to apps/angular/node_modules/core-js/features/symbol/split.js diff --git a/ClientApp/node_modules/core-js/features/symbol/to-primitive.js b/apps/angular/node_modules/core-js/features/symbol/to-primitive.js similarity index 100% rename from ClientApp/node_modules/core-js/features/symbol/to-primitive.js rename to apps/angular/node_modules/core-js/features/symbol/to-primitive.js diff --git a/ClientApp/node_modules/core-js/features/symbol/to-string-tag.js b/apps/angular/node_modules/core-js/features/symbol/to-string-tag.js similarity index 100% rename from ClientApp/node_modules/core-js/features/symbol/to-string-tag.js rename to apps/angular/node_modules/core-js/features/symbol/to-string-tag.js diff --git a/ClientApp/node_modules/core-js/features/symbol/unscopables.js b/apps/angular/node_modules/core-js/features/symbol/unscopables.js similarity index 100% rename from ClientApp/node_modules/core-js/features/symbol/unscopables.js rename to apps/angular/node_modules/core-js/features/symbol/unscopables.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/at.js b/apps/angular/node_modules/core-js/features/typed-array/at.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/at.js rename to apps/angular/node_modules/core-js/features/typed-array/at.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/copy-within.js b/apps/angular/node_modules/core-js/features/typed-array/copy-within.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/copy-within.js rename to apps/angular/node_modules/core-js/features/typed-array/copy-within.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/entries.js b/apps/angular/node_modules/core-js/features/typed-array/entries.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/entries.js rename to apps/angular/node_modules/core-js/features/typed-array/entries.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/every.js b/apps/angular/node_modules/core-js/features/typed-array/every.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/every.js rename to apps/angular/node_modules/core-js/features/typed-array/every.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/fill.js b/apps/angular/node_modules/core-js/features/typed-array/fill.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/fill.js rename to apps/angular/node_modules/core-js/features/typed-array/fill.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/filter-out.js b/apps/angular/node_modules/core-js/features/typed-array/filter-out.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/filter-out.js rename to apps/angular/node_modules/core-js/features/typed-array/filter-out.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/filter-reject.js b/apps/angular/node_modules/core-js/features/typed-array/filter-reject.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/filter-reject.js rename to apps/angular/node_modules/core-js/features/typed-array/filter-reject.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/filter.js b/apps/angular/node_modules/core-js/features/typed-array/filter.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/filter.js rename to apps/angular/node_modules/core-js/features/typed-array/filter.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/find-index.js b/apps/angular/node_modules/core-js/features/typed-array/find-index.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/find-index.js rename to apps/angular/node_modules/core-js/features/typed-array/find-index.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/find-last-index.js b/apps/angular/node_modules/core-js/features/typed-array/find-last-index.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/find-last-index.js rename to apps/angular/node_modules/core-js/features/typed-array/find-last-index.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/find-last.js b/apps/angular/node_modules/core-js/features/typed-array/find-last.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/find-last.js rename to apps/angular/node_modules/core-js/features/typed-array/find-last.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/find.js b/apps/angular/node_modules/core-js/features/typed-array/find.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/find.js rename to apps/angular/node_modules/core-js/features/typed-array/find.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/float32-array.js b/apps/angular/node_modules/core-js/features/typed-array/float32-array.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/float32-array.js rename to apps/angular/node_modules/core-js/features/typed-array/float32-array.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/float64-array.js b/apps/angular/node_modules/core-js/features/typed-array/float64-array.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/float64-array.js rename to apps/angular/node_modules/core-js/features/typed-array/float64-array.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/for-each.js b/apps/angular/node_modules/core-js/features/typed-array/for-each.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/for-each.js rename to apps/angular/node_modules/core-js/features/typed-array/for-each.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/from-async.js b/apps/angular/node_modules/core-js/features/typed-array/from-async.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/from-async.js rename to apps/angular/node_modules/core-js/features/typed-array/from-async.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/from-base64.js b/apps/angular/node_modules/core-js/features/typed-array/from-base64.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/from-base64.js rename to apps/angular/node_modules/core-js/features/typed-array/from-base64.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/from-hex.js b/apps/angular/node_modules/core-js/features/typed-array/from-hex.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/from-hex.js rename to apps/angular/node_modules/core-js/features/typed-array/from-hex.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/from.js b/apps/angular/node_modules/core-js/features/typed-array/from.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/from.js rename to apps/angular/node_modules/core-js/features/typed-array/from.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/group-by.js b/apps/angular/node_modules/core-js/features/typed-array/group-by.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/group-by.js rename to apps/angular/node_modules/core-js/features/typed-array/group-by.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/includes.js b/apps/angular/node_modules/core-js/features/typed-array/includes.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/includes.js rename to apps/angular/node_modules/core-js/features/typed-array/includes.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/index-of.js b/apps/angular/node_modules/core-js/features/typed-array/index-of.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/index-of.js rename to apps/angular/node_modules/core-js/features/typed-array/index-of.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/index.js b/apps/angular/node_modules/core-js/features/typed-array/index.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/index.js rename to apps/angular/node_modules/core-js/features/typed-array/index.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/int16-array.js b/apps/angular/node_modules/core-js/features/typed-array/int16-array.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/int16-array.js rename to apps/angular/node_modules/core-js/features/typed-array/int16-array.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/int32-array.js b/apps/angular/node_modules/core-js/features/typed-array/int32-array.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/int32-array.js rename to apps/angular/node_modules/core-js/features/typed-array/int32-array.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/int8-array.js b/apps/angular/node_modules/core-js/features/typed-array/int8-array.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/int8-array.js rename to apps/angular/node_modules/core-js/features/typed-array/int8-array.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/iterator.js b/apps/angular/node_modules/core-js/features/typed-array/iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/iterator.js rename to apps/angular/node_modules/core-js/features/typed-array/iterator.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/join.js b/apps/angular/node_modules/core-js/features/typed-array/join.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/join.js rename to apps/angular/node_modules/core-js/features/typed-array/join.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/keys.js b/apps/angular/node_modules/core-js/features/typed-array/keys.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/keys.js rename to apps/angular/node_modules/core-js/features/typed-array/keys.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/last-index-of.js b/apps/angular/node_modules/core-js/features/typed-array/last-index-of.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/last-index-of.js rename to apps/angular/node_modules/core-js/features/typed-array/last-index-of.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/map.js b/apps/angular/node_modules/core-js/features/typed-array/map.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/map.js rename to apps/angular/node_modules/core-js/features/typed-array/map.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/methods.js b/apps/angular/node_modules/core-js/features/typed-array/methods.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/methods.js rename to apps/angular/node_modules/core-js/features/typed-array/methods.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/of.js b/apps/angular/node_modules/core-js/features/typed-array/of.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/of.js rename to apps/angular/node_modules/core-js/features/typed-array/of.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/reduce-right.js b/apps/angular/node_modules/core-js/features/typed-array/reduce-right.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/reduce-right.js rename to apps/angular/node_modules/core-js/features/typed-array/reduce-right.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/reduce.js b/apps/angular/node_modules/core-js/features/typed-array/reduce.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/reduce.js rename to apps/angular/node_modules/core-js/features/typed-array/reduce.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/reverse.js b/apps/angular/node_modules/core-js/features/typed-array/reverse.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/reverse.js rename to apps/angular/node_modules/core-js/features/typed-array/reverse.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/set-from-base64.js b/apps/angular/node_modules/core-js/features/typed-array/set-from-base64.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/set-from-base64.js rename to apps/angular/node_modules/core-js/features/typed-array/set-from-base64.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/set-from-hex.js b/apps/angular/node_modules/core-js/features/typed-array/set-from-hex.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/set-from-hex.js rename to apps/angular/node_modules/core-js/features/typed-array/set-from-hex.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/set.js b/apps/angular/node_modules/core-js/features/typed-array/set.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/set.js rename to apps/angular/node_modules/core-js/features/typed-array/set.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/slice.js b/apps/angular/node_modules/core-js/features/typed-array/slice.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/slice.js rename to apps/angular/node_modules/core-js/features/typed-array/slice.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/some.js b/apps/angular/node_modules/core-js/features/typed-array/some.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/some.js rename to apps/angular/node_modules/core-js/features/typed-array/some.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/sort.js b/apps/angular/node_modules/core-js/features/typed-array/sort.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/sort.js rename to apps/angular/node_modules/core-js/features/typed-array/sort.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/subarray.js b/apps/angular/node_modules/core-js/features/typed-array/subarray.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/subarray.js rename to apps/angular/node_modules/core-js/features/typed-array/subarray.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/to-base64.js b/apps/angular/node_modules/core-js/features/typed-array/to-base64.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/to-base64.js rename to apps/angular/node_modules/core-js/features/typed-array/to-base64.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/to-hex.js b/apps/angular/node_modules/core-js/features/typed-array/to-hex.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/to-hex.js rename to apps/angular/node_modules/core-js/features/typed-array/to-hex.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/to-locale-string.js b/apps/angular/node_modules/core-js/features/typed-array/to-locale-string.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/to-locale-string.js rename to apps/angular/node_modules/core-js/features/typed-array/to-locale-string.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/to-reversed.js b/apps/angular/node_modules/core-js/features/typed-array/to-reversed.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/to-reversed.js rename to apps/angular/node_modules/core-js/features/typed-array/to-reversed.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/to-sorted.js b/apps/angular/node_modules/core-js/features/typed-array/to-sorted.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/to-sorted.js rename to apps/angular/node_modules/core-js/features/typed-array/to-sorted.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/to-spliced.js b/apps/angular/node_modules/core-js/features/typed-array/to-spliced.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/to-spliced.js rename to apps/angular/node_modules/core-js/features/typed-array/to-spliced.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/to-string.js b/apps/angular/node_modules/core-js/features/typed-array/to-string.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/to-string.js rename to apps/angular/node_modules/core-js/features/typed-array/to-string.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/uint16-array.js b/apps/angular/node_modules/core-js/features/typed-array/uint16-array.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/uint16-array.js rename to apps/angular/node_modules/core-js/features/typed-array/uint16-array.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/uint32-array.js b/apps/angular/node_modules/core-js/features/typed-array/uint32-array.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/uint32-array.js rename to apps/angular/node_modules/core-js/features/typed-array/uint32-array.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/uint8-array.js b/apps/angular/node_modules/core-js/features/typed-array/uint8-array.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/uint8-array.js rename to apps/angular/node_modules/core-js/features/typed-array/uint8-array.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/uint8-clamped-array.js b/apps/angular/node_modules/core-js/features/typed-array/uint8-clamped-array.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/uint8-clamped-array.js rename to apps/angular/node_modules/core-js/features/typed-array/uint8-clamped-array.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/unique-by.js b/apps/angular/node_modules/core-js/features/typed-array/unique-by.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/unique-by.js rename to apps/angular/node_modules/core-js/features/typed-array/unique-by.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/values.js b/apps/angular/node_modules/core-js/features/typed-array/values.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/values.js rename to apps/angular/node_modules/core-js/features/typed-array/values.js diff --git a/ClientApp/node_modules/core-js/features/typed-array/with.js b/apps/angular/node_modules/core-js/features/typed-array/with.js similarity index 100% rename from ClientApp/node_modules/core-js/features/typed-array/with.js rename to apps/angular/node_modules/core-js/features/typed-array/with.js diff --git a/ClientApp/node_modules/core-js/features/unescape.js b/apps/angular/node_modules/core-js/features/unescape.js similarity index 100% rename from ClientApp/node_modules/core-js/features/unescape.js rename to apps/angular/node_modules/core-js/features/unescape.js diff --git a/ClientApp/node_modules/core-js/features/url-search-params/index.js b/apps/angular/node_modules/core-js/features/url-search-params/index.js similarity index 100% rename from ClientApp/node_modules/core-js/features/url-search-params/index.js rename to apps/angular/node_modules/core-js/features/url-search-params/index.js diff --git a/ClientApp/node_modules/core-js/features/url/can-parse.js b/apps/angular/node_modules/core-js/features/url/can-parse.js similarity index 100% rename from ClientApp/node_modules/core-js/features/url/can-parse.js rename to apps/angular/node_modules/core-js/features/url/can-parse.js diff --git a/ClientApp/node_modules/core-js/features/url/index.js b/apps/angular/node_modules/core-js/features/url/index.js similarity index 100% rename from ClientApp/node_modules/core-js/features/url/index.js rename to apps/angular/node_modules/core-js/features/url/index.js diff --git a/ClientApp/node_modules/core-js/features/url/parse.js b/apps/angular/node_modules/core-js/features/url/parse.js similarity index 100% rename from ClientApp/node_modules/core-js/features/url/parse.js rename to apps/angular/node_modules/core-js/features/url/parse.js diff --git a/ClientApp/node_modules/core-js/features/url/to-json.js b/apps/angular/node_modules/core-js/features/url/to-json.js similarity index 100% rename from ClientApp/node_modules/core-js/features/url/to-json.js rename to apps/angular/node_modules/core-js/features/url/to-json.js diff --git a/ClientApp/node_modules/core-js/features/weak-map/delete-all.js b/apps/angular/node_modules/core-js/features/weak-map/delete-all.js similarity index 100% rename from ClientApp/node_modules/core-js/features/weak-map/delete-all.js rename to apps/angular/node_modules/core-js/features/weak-map/delete-all.js diff --git a/ClientApp/node_modules/core-js/features/weak-map/emplace.js b/apps/angular/node_modules/core-js/features/weak-map/emplace.js similarity index 100% rename from ClientApp/node_modules/core-js/features/weak-map/emplace.js rename to apps/angular/node_modules/core-js/features/weak-map/emplace.js diff --git a/ClientApp/node_modules/core-js/features/weak-map/from.js b/apps/angular/node_modules/core-js/features/weak-map/from.js similarity index 100% rename from ClientApp/node_modules/core-js/features/weak-map/from.js rename to apps/angular/node_modules/core-js/features/weak-map/from.js diff --git a/ClientApp/node_modules/core-js/features/weak-map/get-or-insert-computed.js b/apps/angular/node_modules/core-js/features/weak-map/get-or-insert-computed.js similarity index 100% rename from ClientApp/node_modules/core-js/features/weak-map/get-or-insert-computed.js rename to apps/angular/node_modules/core-js/features/weak-map/get-or-insert-computed.js diff --git a/ClientApp/node_modules/core-js/features/weak-map/get-or-insert.js b/apps/angular/node_modules/core-js/features/weak-map/get-or-insert.js similarity index 100% rename from ClientApp/node_modules/core-js/features/weak-map/get-or-insert.js rename to apps/angular/node_modules/core-js/features/weak-map/get-or-insert.js diff --git a/ClientApp/node_modules/core-js/features/weak-map/index.js b/apps/angular/node_modules/core-js/features/weak-map/index.js similarity index 100% rename from ClientApp/node_modules/core-js/features/weak-map/index.js rename to apps/angular/node_modules/core-js/features/weak-map/index.js diff --git a/ClientApp/node_modules/core-js/features/weak-map/of.js b/apps/angular/node_modules/core-js/features/weak-map/of.js similarity index 100% rename from ClientApp/node_modules/core-js/features/weak-map/of.js rename to apps/angular/node_modules/core-js/features/weak-map/of.js diff --git a/ClientApp/node_modules/core-js/features/weak-map/upsert.js b/apps/angular/node_modules/core-js/features/weak-map/upsert.js similarity index 100% rename from ClientApp/node_modules/core-js/features/weak-map/upsert.js rename to apps/angular/node_modules/core-js/features/weak-map/upsert.js diff --git a/ClientApp/node_modules/core-js/features/weak-set/add-all.js b/apps/angular/node_modules/core-js/features/weak-set/add-all.js similarity index 100% rename from ClientApp/node_modules/core-js/features/weak-set/add-all.js rename to apps/angular/node_modules/core-js/features/weak-set/add-all.js diff --git a/ClientApp/node_modules/core-js/features/weak-set/delete-all.js b/apps/angular/node_modules/core-js/features/weak-set/delete-all.js similarity index 100% rename from ClientApp/node_modules/core-js/features/weak-set/delete-all.js rename to apps/angular/node_modules/core-js/features/weak-set/delete-all.js diff --git a/ClientApp/node_modules/core-js/features/weak-set/from.js b/apps/angular/node_modules/core-js/features/weak-set/from.js similarity index 100% rename from ClientApp/node_modules/core-js/features/weak-set/from.js rename to apps/angular/node_modules/core-js/features/weak-set/from.js diff --git a/ClientApp/node_modules/core-js/features/weak-set/index.js b/apps/angular/node_modules/core-js/features/weak-set/index.js similarity index 100% rename from ClientApp/node_modules/core-js/features/weak-set/index.js rename to apps/angular/node_modules/core-js/features/weak-set/index.js diff --git a/ClientApp/node_modules/core-js/features/weak-set/of.js b/apps/angular/node_modules/core-js/features/weak-set/of.js similarity index 100% rename from ClientApp/node_modules/core-js/features/weak-set/of.js rename to apps/angular/node_modules/core-js/features/weak-set/of.js diff --git a/ClientApp/node_modules/core-js/full/README.md b/apps/angular/node_modules/core-js/full/README.md similarity index 100% rename from ClientApp/node_modules/core-js/full/README.md rename to apps/angular/node_modules/core-js/full/README.md diff --git a/ClientApp/node_modules/core-js/full/aggregate-error.js b/apps/angular/node_modules/core-js/full/aggregate-error.js similarity index 100% rename from ClientApp/node_modules/core-js/full/aggregate-error.js rename to apps/angular/node_modules/core-js/full/aggregate-error.js diff --git a/ClientApp/node_modules/core-js/full/array-buffer/constructor.js b/apps/angular/node_modules/core-js/full/array-buffer/constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array-buffer/constructor.js rename to apps/angular/node_modules/core-js/full/array-buffer/constructor.js diff --git a/ClientApp/node_modules/core-js/full/array-buffer/detached.js b/apps/angular/node_modules/core-js/full/array-buffer/detached.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array-buffer/detached.js rename to apps/angular/node_modules/core-js/full/array-buffer/detached.js diff --git a/ClientApp/node_modules/core-js/full/array-buffer/index.js b/apps/angular/node_modules/core-js/full/array-buffer/index.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array-buffer/index.js rename to apps/angular/node_modules/core-js/full/array-buffer/index.js diff --git a/ClientApp/node_modules/core-js/full/array-buffer/is-view.js b/apps/angular/node_modules/core-js/full/array-buffer/is-view.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array-buffer/is-view.js rename to apps/angular/node_modules/core-js/full/array-buffer/is-view.js diff --git a/ClientApp/node_modules/core-js/full/array-buffer/slice.js b/apps/angular/node_modules/core-js/full/array-buffer/slice.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array-buffer/slice.js rename to apps/angular/node_modules/core-js/full/array-buffer/slice.js diff --git a/ClientApp/node_modules/core-js/full/array-buffer/transfer-to-fixed-length.js b/apps/angular/node_modules/core-js/full/array-buffer/transfer-to-fixed-length.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array-buffer/transfer-to-fixed-length.js rename to apps/angular/node_modules/core-js/full/array-buffer/transfer-to-fixed-length.js diff --git a/ClientApp/node_modules/core-js/full/array-buffer/transfer.js b/apps/angular/node_modules/core-js/full/array-buffer/transfer.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array-buffer/transfer.js rename to apps/angular/node_modules/core-js/full/array-buffer/transfer.js diff --git a/ClientApp/node_modules/core-js/full/array/at.js b/apps/angular/node_modules/core-js/full/array/at.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/at.js rename to apps/angular/node_modules/core-js/full/array/at.js diff --git a/ClientApp/node_modules/core-js/full/array/concat.js b/apps/angular/node_modules/core-js/full/array/concat.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/concat.js rename to apps/angular/node_modules/core-js/full/array/concat.js diff --git a/ClientApp/node_modules/core-js/full/array/copy-within.js b/apps/angular/node_modules/core-js/full/array/copy-within.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/copy-within.js rename to apps/angular/node_modules/core-js/full/array/copy-within.js diff --git a/ClientApp/node_modules/core-js/full/array/entries.js b/apps/angular/node_modules/core-js/full/array/entries.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/entries.js rename to apps/angular/node_modules/core-js/full/array/entries.js diff --git a/ClientApp/node_modules/core-js/full/array/every.js b/apps/angular/node_modules/core-js/full/array/every.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/every.js rename to apps/angular/node_modules/core-js/full/array/every.js diff --git a/ClientApp/node_modules/core-js/full/array/fill.js b/apps/angular/node_modules/core-js/full/array/fill.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/fill.js rename to apps/angular/node_modules/core-js/full/array/fill.js diff --git a/ClientApp/node_modules/core-js/full/array/filter-out.js b/apps/angular/node_modules/core-js/full/array/filter-out.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/filter-out.js rename to apps/angular/node_modules/core-js/full/array/filter-out.js diff --git a/ClientApp/node_modules/core-js/full/array/filter-reject.js b/apps/angular/node_modules/core-js/full/array/filter-reject.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/filter-reject.js rename to apps/angular/node_modules/core-js/full/array/filter-reject.js diff --git a/ClientApp/node_modules/core-js/full/array/filter.js b/apps/angular/node_modules/core-js/full/array/filter.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/filter.js rename to apps/angular/node_modules/core-js/full/array/filter.js diff --git a/ClientApp/node_modules/core-js/full/array/find-index.js b/apps/angular/node_modules/core-js/full/array/find-index.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/find-index.js rename to apps/angular/node_modules/core-js/full/array/find-index.js diff --git a/ClientApp/node_modules/core-js/full/array/find-last-index.js b/apps/angular/node_modules/core-js/full/array/find-last-index.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/find-last-index.js rename to apps/angular/node_modules/core-js/full/array/find-last-index.js diff --git a/ClientApp/node_modules/core-js/full/array/find-last.js b/apps/angular/node_modules/core-js/full/array/find-last.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/find-last.js rename to apps/angular/node_modules/core-js/full/array/find-last.js diff --git a/ClientApp/node_modules/core-js/full/array/find.js b/apps/angular/node_modules/core-js/full/array/find.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/find.js rename to apps/angular/node_modules/core-js/full/array/find.js diff --git a/ClientApp/node_modules/core-js/full/array/flat-map.js b/apps/angular/node_modules/core-js/full/array/flat-map.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/flat-map.js rename to apps/angular/node_modules/core-js/full/array/flat-map.js diff --git a/ClientApp/node_modules/core-js/full/array/flat.js b/apps/angular/node_modules/core-js/full/array/flat.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/flat.js rename to apps/angular/node_modules/core-js/full/array/flat.js diff --git a/ClientApp/node_modules/core-js/full/array/for-each.js b/apps/angular/node_modules/core-js/full/array/for-each.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/for-each.js rename to apps/angular/node_modules/core-js/full/array/for-each.js diff --git a/ClientApp/node_modules/core-js/full/array/from-async.js b/apps/angular/node_modules/core-js/full/array/from-async.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/from-async.js rename to apps/angular/node_modules/core-js/full/array/from-async.js diff --git a/ClientApp/node_modules/core-js/full/array/from.js b/apps/angular/node_modules/core-js/full/array/from.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/from.js rename to apps/angular/node_modules/core-js/full/array/from.js diff --git a/ClientApp/node_modules/core-js/full/array/group-by-to-map.js b/apps/angular/node_modules/core-js/full/array/group-by-to-map.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/group-by-to-map.js rename to apps/angular/node_modules/core-js/full/array/group-by-to-map.js diff --git a/ClientApp/node_modules/core-js/full/array/group-by.js b/apps/angular/node_modules/core-js/full/array/group-by.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/group-by.js rename to apps/angular/node_modules/core-js/full/array/group-by.js diff --git a/ClientApp/node_modules/core-js/full/array/group-to-map.js b/apps/angular/node_modules/core-js/full/array/group-to-map.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/group-to-map.js rename to apps/angular/node_modules/core-js/full/array/group-to-map.js diff --git a/ClientApp/node_modules/core-js/full/array/group.js b/apps/angular/node_modules/core-js/full/array/group.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/group.js rename to apps/angular/node_modules/core-js/full/array/group.js diff --git a/ClientApp/node_modules/core-js/full/array/includes.js b/apps/angular/node_modules/core-js/full/array/includes.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/includes.js rename to apps/angular/node_modules/core-js/full/array/includes.js diff --git a/ClientApp/node_modules/core-js/full/array/index-of.js b/apps/angular/node_modules/core-js/full/array/index-of.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/index-of.js rename to apps/angular/node_modules/core-js/full/array/index-of.js diff --git a/ClientApp/node_modules/core-js/full/array/index.js b/apps/angular/node_modules/core-js/full/array/index.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/index.js rename to apps/angular/node_modules/core-js/full/array/index.js diff --git a/ClientApp/node_modules/core-js/full/array/is-array.js b/apps/angular/node_modules/core-js/full/array/is-array.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/is-array.js rename to apps/angular/node_modules/core-js/full/array/is-array.js diff --git a/ClientApp/node_modules/core-js/full/array/is-template-object.js b/apps/angular/node_modules/core-js/full/array/is-template-object.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/is-template-object.js rename to apps/angular/node_modules/core-js/full/array/is-template-object.js diff --git a/ClientApp/node_modules/core-js/full/array/iterator.js b/apps/angular/node_modules/core-js/full/array/iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/iterator.js rename to apps/angular/node_modules/core-js/full/array/iterator.js diff --git a/ClientApp/node_modules/core-js/full/array/join.js b/apps/angular/node_modules/core-js/full/array/join.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/join.js rename to apps/angular/node_modules/core-js/full/array/join.js diff --git a/ClientApp/node_modules/core-js/full/array/keys.js b/apps/angular/node_modules/core-js/full/array/keys.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/keys.js rename to apps/angular/node_modules/core-js/full/array/keys.js diff --git a/ClientApp/node_modules/core-js/full/array/last-index-of.js b/apps/angular/node_modules/core-js/full/array/last-index-of.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/last-index-of.js rename to apps/angular/node_modules/core-js/full/array/last-index-of.js diff --git a/ClientApp/node_modules/core-js/full/array/last-index.js b/apps/angular/node_modules/core-js/full/array/last-index.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/last-index.js rename to apps/angular/node_modules/core-js/full/array/last-index.js diff --git a/ClientApp/node_modules/core-js/full/array/last-item.js b/apps/angular/node_modules/core-js/full/array/last-item.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/last-item.js rename to apps/angular/node_modules/core-js/full/array/last-item.js diff --git a/ClientApp/node_modules/core-js/full/array/map.js b/apps/angular/node_modules/core-js/full/array/map.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/map.js rename to apps/angular/node_modules/core-js/full/array/map.js diff --git a/ClientApp/node_modules/core-js/full/array/of.js b/apps/angular/node_modules/core-js/full/array/of.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/of.js rename to apps/angular/node_modules/core-js/full/array/of.js diff --git a/ClientApp/node_modules/core-js/full/array/push.js b/apps/angular/node_modules/core-js/full/array/push.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/push.js rename to apps/angular/node_modules/core-js/full/array/push.js diff --git a/ClientApp/node_modules/core-js/full/array/reduce-right.js b/apps/angular/node_modules/core-js/full/array/reduce-right.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/reduce-right.js rename to apps/angular/node_modules/core-js/full/array/reduce-right.js diff --git a/ClientApp/node_modules/core-js/full/array/reduce.js b/apps/angular/node_modules/core-js/full/array/reduce.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/reduce.js rename to apps/angular/node_modules/core-js/full/array/reduce.js diff --git a/ClientApp/node_modules/core-js/full/array/reverse.js b/apps/angular/node_modules/core-js/full/array/reverse.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/reverse.js rename to apps/angular/node_modules/core-js/full/array/reverse.js diff --git a/ClientApp/node_modules/core-js/full/array/slice.js b/apps/angular/node_modules/core-js/full/array/slice.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/slice.js rename to apps/angular/node_modules/core-js/full/array/slice.js diff --git a/ClientApp/node_modules/core-js/full/array/some.js b/apps/angular/node_modules/core-js/full/array/some.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/some.js rename to apps/angular/node_modules/core-js/full/array/some.js diff --git a/ClientApp/node_modules/core-js/full/array/sort.js b/apps/angular/node_modules/core-js/full/array/sort.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/sort.js rename to apps/angular/node_modules/core-js/full/array/sort.js diff --git a/ClientApp/node_modules/core-js/full/array/splice.js b/apps/angular/node_modules/core-js/full/array/splice.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/splice.js rename to apps/angular/node_modules/core-js/full/array/splice.js diff --git a/ClientApp/node_modules/core-js/full/array/to-reversed.js b/apps/angular/node_modules/core-js/full/array/to-reversed.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/to-reversed.js rename to apps/angular/node_modules/core-js/full/array/to-reversed.js diff --git a/ClientApp/node_modules/core-js/full/array/to-sorted.js b/apps/angular/node_modules/core-js/full/array/to-sorted.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/to-sorted.js rename to apps/angular/node_modules/core-js/full/array/to-sorted.js diff --git a/ClientApp/node_modules/core-js/full/array/to-spliced.js b/apps/angular/node_modules/core-js/full/array/to-spliced.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/to-spliced.js rename to apps/angular/node_modules/core-js/full/array/to-spliced.js diff --git a/ClientApp/node_modules/core-js/full/array/unique-by.js b/apps/angular/node_modules/core-js/full/array/unique-by.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/unique-by.js rename to apps/angular/node_modules/core-js/full/array/unique-by.js diff --git a/ClientApp/node_modules/core-js/full/array/unshift.js b/apps/angular/node_modules/core-js/full/array/unshift.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/unshift.js rename to apps/angular/node_modules/core-js/full/array/unshift.js diff --git a/ClientApp/node_modules/core-js/full/array/values.js b/apps/angular/node_modules/core-js/full/array/values.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/values.js rename to apps/angular/node_modules/core-js/full/array/values.js diff --git a/ClientApp/node_modules/core-js/full/array/virtual/at.js b/apps/angular/node_modules/core-js/full/array/virtual/at.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/virtual/at.js rename to apps/angular/node_modules/core-js/full/array/virtual/at.js diff --git a/ClientApp/node_modules/core-js/full/array/virtual/concat.js b/apps/angular/node_modules/core-js/full/array/virtual/concat.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/virtual/concat.js rename to apps/angular/node_modules/core-js/full/array/virtual/concat.js diff --git a/ClientApp/node_modules/core-js/full/array/virtual/copy-within.js b/apps/angular/node_modules/core-js/full/array/virtual/copy-within.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/virtual/copy-within.js rename to apps/angular/node_modules/core-js/full/array/virtual/copy-within.js diff --git a/ClientApp/node_modules/core-js/full/array/virtual/entries.js b/apps/angular/node_modules/core-js/full/array/virtual/entries.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/virtual/entries.js rename to apps/angular/node_modules/core-js/full/array/virtual/entries.js diff --git a/ClientApp/node_modules/core-js/full/array/virtual/every.js b/apps/angular/node_modules/core-js/full/array/virtual/every.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/virtual/every.js rename to apps/angular/node_modules/core-js/full/array/virtual/every.js diff --git a/ClientApp/node_modules/core-js/full/array/virtual/fill.js b/apps/angular/node_modules/core-js/full/array/virtual/fill.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/virtual/fill.js rename to apps/angular/node_modules/core-js/full/array/virtual/fill.js diff --git a/ClientApp/node_modules/core-js/full/array/virtual/filter-out.js b/apps/angular/node_modules/core-js/full/array/virtual/filter-out.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/virtual/filter-out.js rename to apps/angular/node_modules/core-js/full/array/virtual/filter-out.js diff --git a/ClientApp/node_modules/core-js/full/array/virtual/filter-reject.js b/apps/angular/node_modules/core-js/full/array/virtual/filter-reject.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/virtual/filter-reject.js rename to apps/angular/node_modules/core-js/full/array/virtual/filter-reject.js diff --git a/ClientApp/node_modules/core-js/full/array/virtual/filter.js b/apps/angular/node_modules/core-js/full/array/virtual/filter.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/virtual/filter.js rename to apps/angular/node_modules/core-js/full/array/virtual/filter.js diff --git a/ClientApp/node_modules/core-js/full/array/virtual/find-index.js b/apps/angular/node_modules/core-js/full/array/virtual/find-index.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/virtual/find-index.js rename to apps/angular/node_modules/core-js/full/array/virtual/find-index.js diff --git a/ClientApp/node_modules/core-js/full/array/virtual/find-last-index.js b/apps/angular/node_modules/core-js/full/array/virtual/find-last-index.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/virtual/find-last-index.js rename to apps/angular/node_modules/core-js/full/array/virtual/find-last-index.js diff --git a/ClientApp/node_modules/core-js/full/array/virtual/find-last.js b/apps/angular/node_modules/core-js/full/array/virtual/find-last.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/virtual/find-last.js rename to apps/angular/node_modules/core-js/full/array/virtual/find-last.js diff --git a/ClientApp/node_modules/core-js/full/array/virtual/find.js b/apps/angular/node_modules/core-js/full/array/virtual/find.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/virtual/find.js rename to apps/angular/node_modules/core-js/full/array/virtual/find.js diff --git a/ClientApp/node_modules/core-js/full/array/virtual/flat-map.js b/apps/angular/node_modules/core-js/full/array/virtual/flat-map.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/virtual/flat-map.js rename to apps/angular/node_modules/core-js/full/array/virtual/flat-map.js diff --git a/ClientApp/node_modules/core-js/full/array/virtual/flat.js b/apps/angular/node_modules/core-js/full/array/virtual/flat.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/virtual/flat.js rename to apps/angular/node_modules/core-js/full/array/virtual/flat.js diff --git a/ClientApp/node_modules/core-js/full/array/virtual/for-each.js b/apps/angular/node_modules/core-js/full/array/virtual/for-each.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/virtual/for-each.js rename to apps/angular/node_modules/core-js/full/array/virtual/for-each.js diff --git a/ClientApp/node_modules/core-js/full/array/virtual/group-by-to-map.js b/apps/angular/node_modules/core-js/full/array/virtual/group-by-to-map.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/virtual/group-by-to-map.js rename to apps/angular/node_modules/core-js/full/array/virtual/group-by-to-map.js diff --git a/ClientApp/node_modules/core-js/full/array/virtual/group-by.js b/apps/angular/node_modules/core-js/full/array/virtual/group-by.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/virtual/group-by.js rename to apps/angular/node_modules/core-js/full/array/virtual/group-by.js diff --git a/ClientApp/node_modules/core-js/full/array/virtual/group-to-map.js b/apps/angular/node_modules/core-js/full/array/virtual/group-to-map.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/virtual/group-to-map.js rename to apps/angular/node_modules/core-js/full/array/virtual/group-to-map.js diff --git a/ClientApp/node_modules/core-js/full/array/virtual/group.js b/apps/angular/node_modules/core-js/full/array/virtual/group.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/virtual/group.js rename to apps/angular/node_modules/core-js/full/array/virtual/group.js diff --git a/ClientApp/node_modules/core-js/full/array/virtual/includes.js b/apps/angular/node_modules/core-js/full/array/virtual/includes.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/virtual/includes.js rename to apps/angular/node_modules/core-js/full/array/virtual/includes.js diff --git a/ClientApp/node_modules/core-js/full/array/virtual/index-of.js b/apps/angular/node_modules/core-js/full/array/virtual/index-of.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/virtual/index-of.js rename to apps/angular/node_modules/core-js/full/array/virtual/index-of.js diff --git a/ClientApp/node_modules/core-js/full/array/virtual/index.js b/apps/angular/node_modules/core-js/full/array/virtual/index.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/virtual/index.js rename to apps/angular/node_modules/core-js/full/array/virtual/index.js diff --git a/ClientApp/node_modules/core-js/full/array/virtual/iterator.js b/apps/angular/node_modules/core-js/full/array/virtual/iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/virtual/iterator.js rename to apps/angular/node_modules/core-js/full/array/virtual/iterator.js diff --git a/ClientApp/node_modules/core-js/full/array/virtual/join.js b/apps/angular/node_modules/core-js/full/array/virtual/join.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/virtual/join.js rename to apps/angular/node_modules/core-js/full/array/virtual/join.js diff --git a/ClientApp/node_modules/core-js/full/array/virtual/keys.js b/apps/angular/node_modules/core-js/full/array/virtual/keys.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/virtual/keys.js rename to apps/angular/node_modules/core-js/full/array/virtual/keys.js diff --git a/ClientApp/node_modules/core-js/full/array/virtual/last-index-of.js b/apps/angular/node_modules/core-js/full/array/virtual/last-index-of.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/virtual/last-index-of.js rename to apps/angular/node_modules/core-js/full/array/virtual/last-index-of.js diff --git a/ClientApp/node_modules/core-js/full/array/virtual/map.js b/apps/angular/node_modules/core-js/full/array/virtual/map.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/virtual/map.js rename to apps/angular/node_modules/core-js/full/array/virtual/map.js diff --git a/ClientApp/node_modules/core-js/full/array/virtual/push.js b/apps/angular/node_modules/core-js/full/array/virtual/push.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/virtual/push.js rename to apps/angular/node_modules/core-js/full/array/virtual/push.js diff --git a/ClientApp/node_modules/core-js/full/array/virtual/reduce-right.js b/apps/angular/node_modules/core-js/full/array/virtual/reduce-right.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/virtual/reduce-right.js rename to apps/angular/node_modules/core-js/full/array/virtual/reduce-right.js diff --git a/ClientApp/node_modules/core-js/full/array/virtual/reduce.js b/apps/angular/node_modules/core-js/full/array/virtual/reduce.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/virtual/reduce.js rename to apps/angular/node_modules/core-js/full/array/virtual/reduce.js diff --git a/ClientApp/node_modules/core-js/full/array/virtual/reverse.js b/apps/angular/node_modules/core-js/full/array/virtual/reverse.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/virtual/reverse.js rename to apps/angular/node_modules/core-js/full/array/virtual/reverse.js diff --git a/ClientApp/node_modules/core-js/full/array/virtual/slice.js b/apps/angular/node_modules/core-js/full/array/virtual/slice.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/virtual/slice.js rename to apps/angular/node_modules/core-js/full/array/virtual/slice.js diff --git a/ClientApp/node_modules/core-js/full/array/virtual/some.js b/apps/angular/node_modules/core-js/full/array/virtual/some.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/virtual/some.js rename to apps/angular/node_modules/core-js/full/array/virtual/some.js diff --git a/ClientApp/node_modules/core-js/full/array/virtual/sort.js b/apps/angular/node_modules/core-js/full/array/virtual/sort.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/virtual/sort.js rename to apps/angular/node_modules/core-js/full/array/virtual/sort.js diff --git a/ClientApp/node_modules/core-js/full/array/virtual/splice.js b/apps/angular/node_modules/core-js/full/array/virtual/splice.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/virtual/splice.js rename to apps/angular/node_modules/core-js/full/array/virtual/splice.js diff --git a/ClientApp/node_modules/core-js/full/array/virtual/to-reversed.js b/apps/angular/node_modules/core-js/full/array/virtual/to-reversed.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/virtual/to-reversed.js rename to apps/angular/node_modules/core-js/full/array/virtual/to-reversed.js diff --git a/ClientApp/node_modules/core-js/full/array/virtual/to-sorted.js b/apps/angular/node_modules/core-js/full/array/virtual/to-sorted.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/virtual/to-sorted.js rename to apps/angular/node_modules/core-js/full/array/virtual/to-sorted.js diff --git a/ClientApp/node_modules/core-js/full/array/virtual/to-spliced.js b/apps/angular/node_modules/core-js/full/array/virtual/to-spliced.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/virtual/to-spliced.js rename to apps/angular/node_modules/core-js/full/array/virtual/to-spliced.js diff --git a/ClientApp/node_modules/core-js/full/array/virtual/unique-by.js b/apps/angular/node_modules/core-js/full/array/virtual/unique-by.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/virtual/unique-by.js rename to apps/angular/node_modules/core-js/full/array/virtual/unique-by.js diff --git a/ClientApp/node_modules/core-js/full/array/virtual/unshift.js b/apps/angular/node_modules/core-js/full/array/virtual/unshift.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/virtual/unshift.js rename to apps/angular/node_modules/core-js/full/array/virtual/unshift.js diff --git a/ClientApp/node_modules/core-js/full/array/virtual/values.js b/apps/angular/node_modules/core-js/full/array/virtual/values.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/virtual/values.js rename to apps/angular/node_modules/core-js/full/array/virtual/values.js diff --git a/ClientApp/node_modules/core-js/full/array/virtual/with.js b/apps/angular/node_modules/core-js/full/array/virtual/with.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/virtual/with.js rename to apps/angular/node_modules/core-js/full/array/virtual/with.js diff --git a/ClientApp/node_modules/core-js/full/array/with.js b/apps/angular/node_modules/core-js/full/array/with.js similarity index 100% rename from ClientApp/node_modules/core-js/full/array/with.js rename to apps/angular/node_modules/core-js/full/array/with.js diff --git a/ClientApp/node_modules/core-js/full/async-disposable-stack/constructor.js b/apps/angular/node_modules/core-js/full/async-disposable-stack/constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/full/async-disposable-stack/constructor.js rename to apps/angular/node_modules/core-js/full/async-disposable-stack/constructor.js diff --git a/ClientApp/node_modules/core-js/full/async-disposable-stack/index.js b/apps/angular/node_modules/core-js/full/async-disposable-stack/index.js similarity index 100% rename from ClientApp/node_modules/core-js/full/async-disposable-stack/index.js rename to apps/angular/node_modules/core-js/full/async-disposable-stack/index.js diff --git a/ClientApp/node_modules/core-js/full/async-iterator/as-indexed-pairs.js b/apps/angular/node_modules/core-js/full/async-iterator/as-indexed-pairs.js similarity index 100% rename from ClientApp/node_modules/core-js/full/async-iterator/as-indexed-pairs.js rename to apps/angular/node_modules/core-js/full/async-iterator/as-indexed-pairs.js diff --git a/ClientApp/node_modules/core-js/full/async-iterator/async-dispose.js b/apps/angular/node_modules/core-js/full/async-iterator/async-dispose.js similarity index 100% rename from ClientApp/node_modules/core-js/full/async-iterator/async-dispose.js rename to apps/angular/node_modules/core-js/full/async-iterator/async-dispose.js diff --git a/ClientApp/node_modules/core-js/full/async-iterator/drop.js b/apps/angular/node_modules/core-js/full/async-iterator/drop.js similarity index 100% rename from ClientApp/node_modules/core-js/full/async-iterator/drop.js rename to apps/angular/node_modules/core-js/full/async-iterator/drop.js diff --git a/ClientApp/node_modules/core-js/full/async-iterator/every.js b/apps/angular/node_modules/core-js/full/async-iterator/every.js similarity index 100% rename from ClientApp/node_modules/core-js/full/async-iterator/every.js rename to apps/angular/node_modules/core-js/full/async-iterator/every.js diff --git a/ClientApp/node_modules/core-js/full/async-iterator/filter.js b/apps/angular/node_modules/core-js/full/async-iterator/filter.js similarity index 100% rename from ClientApp/node_modules/core-js/full/async-iterator/filter.js rename to apps/angular/node_modules/core-js/full/async-iterator/filter.js diff --git a/ClientApp/node_modules/core-js/full/async-iterator/find.js b/apps/angular/node_modules/core-js/full/async-iterator/find.js similarity index 100% rename from ClientApp/node_modules/core-js/full/async-iterator/find.js rename to apps/angular/node_modules/core-js/full/async-iterator/find.js diff --git a/ClientApp/node_modules/core-js/full/async-iterator/flat-map.js b/apps/angular/node_modules/core-js/full/async-iterator/flat-map.js similarity index 100% rename from ClientApp/node_modules/core-js/full/async-iterator/flat-map.js rename to apps/angular/node_modules/core-js/full/async-iterator/flat-map.js diff --git a/ClientApp/node_modules/core-js/full/async-iterator/for-each.js b/apps/angular/node_modules/core-js/full/async-iterator/for-each.js similarity index 100% rename from ClientApp/node_modules/core-js/full/async-iterator/for-each.js rename to apps/angular/node_modules/core-js/full/async-iterator/for-each.js diff --git a/ClientApp/node_modules/core-js/full/async-iterator/from.js b/apps/angular/node_modules/core-js/full/async-iterator/from.js similarity index 100% rename from ClientApp/node_modules/core-js/full/async-iterator/from.js rename to apps/angular/node_modules/core-js/full/async-iterator/from.js diff --git a/ClientApp/node_modules/core-js/full/async-iterator/index.js b/apps/angular/node_modules/core-js/full/async-iterator/index.js similarity index 100% rename from ClientApp/node_modules/core-js/full/async-iterator/index.js rename to apps/angular/node_modules/core-js/full/async-iterator/index.js diff --git a/ClientApp/node_modules/core-js/full/async-iterator/indexed.js b/apps/angular/node_modules/core-js/full/async-iterator/indexed.js similarity index 100% rename from ClientApp/node_modules/core-js/full/async-iterator/indexed.js rename to apps/angular/node_modules/core-js/full/async-iterator/indexed.js diff --git a/ClientApp/node_modules/core-js/full/async-iterator/map.js b/apps/angular/node_modules/core-js/full/async-iterator/map.js similarity index 100% rename from ClientApp/node_modules/core-js/full/async-iterator/map.js rename to apps/angular/node_modules/core-js/full/async-iterator/map.js diff --git a/ClientApp/node_modules/core-js/full/async-iterator/reduce.js b/apps/angular/node_modules/core-js/full/async-iterator/reduce.js similarity index 100% rename from ClientApp/node_modules/core-js/full/async-iterator/reduce.js rename to apps/angular/node_modules/core-js/full/async-iterator/reduce.js diff --git a/ClientApp/node_modules/core-js/full/async-iterator/some.js b/apps/angular/node_modules/core-js/full/async-iterator/some.js similarity index 100% rename from ClientApp/node_modules/core-js/full/async-iterator/some.js rename to apps/angular/node_modules/core-js/full/async-iterator/some.js diff --git a/ClientApp/node_modules/core-js/full/async-iterator/take.js b/apps/angular/node_modules/core-js/full/async-iterator/take.js similarity index 100% rename from ClientApp/node_modules/core-js/full/async-iterator/take.js rename to apps/angular/node_modules/core-js/full/async-iterator/take.js diff --git a/ClientApp/node_modules/core-js/full/async-iterator/to-array.js b/apps/angular/node_modules/core-js/full/async-iterator/to-array.js similarity index 100% rename from ClientApp/node_modules/core-js/full/async-iterator/to-array.js rename to apps/angular/node_modules/core-js/full/async-iterator/to-array.js diff --git a/ClientApp/node_modules/core-js/full/atob.js b/apps/angular/node_modules/core-js/full/atob.js similarity index 100% rename from ClientApp/node_modules/core-js/full/atob.js rename to apps/angular/node_modules/core-js/full/atob.js diff --git a/ClientApp/node_modules/core-js/full/bigint/index.js b/apps/angular/node_modules/core-js/full/bigint/index.js similarity index 100% rename from ClientApp/node_modules/core-js/full/bigint/index.js rename to apps/angular/node_modules/core-js/full/bigint/index.js diff --git a/ClientApp/node_modules/core-js/full/bigint/range.js b/apps/angular/node_modules/core-js/full/bigint/range.js similarity index 100% rename from ClientApp/node_modules/core-js/full/bigint/range.js rename to apps/angular/node_modules/core-js/full/bigint/range.js diff --git a/ClientApp/node_modules/core-js/full/btoa.js b/apps/angular/node_modules/core-js/full/btoa.js similarity index 100% rename from ClientApp/node_modules/core-js/full/btoa.js rename to apps/angular/node_modules/core-js/full/btoa.js diff --git a/ClientApp/node_modules/core-js/full/clear-immediate.js b/apps/angular/node_modules/core-js/full/clear-immediate.js similarity index 100% rename from ClientApp/node_modules/core-js/full/clear-immediate.js rename to apps/angular/node_modules/core-js/full/clear-immediate.js diff --git a/ClientApp/node_modules/core-js/full/composite-key.js b/apps/angular/node_modules/core-js/full/composite-key.js similarity index 100% rename from ClientApp/node_modules/core-js/full/composite-key.js rename to apps/angular/node_modules/core-js/full/composite-key.js diff --git a/ClientApp/node_modules/core-js/full/composite-symbol.js b/apps/angular/node_modules/core-js/full/composite-symbol.js similarity index 100% rename from ClientApp/node_modules/core-js/full/composite-symbol.js rename to apps/angular/node_modules/core-js/full/composite-symbol.js diff --git a/ClientApp/node_modules/core-js/full/data-view/get-float16.js b/apps/angular/node_modules/core-js/full/data-view/get-float16.js similarity index 100% rename from ClientApp/node_modules/core-js/full/data-view/get-float16.js rename to apps/angular/node_modules/core-js/full/data-view/get-float16.js diff --git a/ClientApp/node_modules/core-js/full/data-view/get-uint8-clamped.js b/apps/angular/node_modules/core-js/full/data-view/get-uint8-clamped.js similarity index 100% rename from ClientApp/node_modules/core-js/full/data-view/get-uint8-clamped.js rename to apps/angular/node_modules/core-js/full/data-view/get-uint8-clamped.js diff --git a/ClientApp/node_modules/core-js/full/data-view/index.js b/apps/angular/node_modules/core-js/full/data-view/index.js similarity index 100% rename from ClientApp/node_modules/core-js/full/data-view/index.js rename to apps/angular/node_modules/core-js/full/data-view/index.js diff --git a/ClientApp/node_modules/core-js/full/data-view/set-float16.js b/apps/angular/node_modules/core-js/full/data-view/set-float16.js similarity index 100% rename from ClientApp/node_modules/core-js/full/data-view/set-float16.js rename to apps/angular/node_modules/core-js/full/data-view/set-float16.js diff --git a/ClientApp/node_modules/core-js/full/data-view/set-uint8-clamped.js b/apps/angular/node_modules/core-js/full/data-view/set-uint8-clamped.js similarity index 100% rename from ClientApp/node_modules/core-js/full/data-view/set-uint8-clamped.js rename to apps/angular/node_modules/core-js/full/data-view/set-uint8-clamped.js diff --git a/ClientApp/node_modules/core-js/full/date/get-year.js b/apps/angular/node_modules/core-js/full/date/get-year.js similarity index 100% rename from ClientApp/node_modules/core-js/full/date/get-year.js rename to apps/angular/node_modules/core-js/full/date/get-year.js diff --git a/ClientApp/node_modules/core-js/full/date/index.js b/apps/angular/node_modules/core-js/full/date/index.js similarity index 100% rename from ClientApp/node_modules/core-js/full/date/index.js rename to apps/angular/node_modules/core-js/full/date/index.js diff --git a/ClientApp/node_modules/core-js/full/date/now.js b/apps/angular/node_modules/core-js/full/date/now.js similarity index 100% rename from ClientApp/node_modules/core-js/full/date/now.js rename to apps/angular/node_modules/core-js/full/date/now.js diff --git a/ClientApp/node_modules/core-js/full/date/set-year.js b/apps/angular/node_modules/core-js/full/date/set-year.js similarity index 100% rename from ClientApp/node_modules/core-js/full/date/set-year.js rename to apps/angular/node_modules/core-js/full/date/set-year.js diff --git a/ClientApp/node_modules/core-js/full/date/to-gmt-string.js b/apps/angular/node_modules/core-js/full/date/to-gmt-string.js similarity index 100% rename from ClientApp/node_modules/core-js/full/date/to-gmt-string.js rename to apps/angular/node_modules/core-js/full/date/to-gmt-string.js diff --git a/ClientApp/node_modules/core-js/full/date/to-iso-string.js b/apps/angular/node_modules/core-js/full/date/to-iso-string.js similarity index 100% rename from ClientApp/node_modules/core-js/full/date/to-iso-string.js rename to apps/angular/node_modules/core-js/full/date/to-iso-string.js diff --git a/ClientApp/node_modules/core-js/full/date/to-json.js b/apps/angular/node_modules/core-js/full/date/to-json.js similarity index 100% rename from ClientApp/node_modules/core-js/full/date/to-json.js rename to apps/angular/node_modules/core-js/full/date/to-json.js diff --git a/ClientApp/node_modules/core-js/full/date/to-primitive.js b/apps/angular/node_modules/core-js/full/date/to-primitive.js similarity index 100% rename from ClientApp/node_modules/core-js/full/date/to-primitive.js rename to apps/angular/node_modules/core-js/full/date/to-primitive.js diff --git a/ClientApp/node_modules/core-js/full/date/to-string.js b/apps/angular/node_modules/core-js/full/date/to-string.js similarity index 100% rename from ClientApp/node_modules/core-js/full/date/to-string.js rename to apps/angular/node_modules/core-js/full/date/to-string.js diff --git a/ClientApp/node_modules/core-js/full/disposable-stack/constructor.js b/apps/angular/node_modules/core-js/full/disposable-stack/constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/full/disposable-stack/constructor.js rename to apps/angular/node_modules/core-js/full/disposable-stack/constructor.js diff --git a/ClientApp/node_modules/core-js/full/disposable-stack/index.js b/apps/angular/node_modules/core-js/full/disposable-stack/index.js similarity index 100% rename from ClientApp/node_modules/core-js/full/disposable-stack/index.js rename to apps/angular/node_modules/core-js/full/disposable-stack/index.js diff --git a/ClientApp/node_modules/core-js/full/dom-collections/for-each.js b/apps/angular/node_modules/core-js/full/dom-collections/for-each.js similarity index 100% rename from ClientApp/node_modules/core-js/full/dom-collections/for-each.js rename to apps/angular/node_modules/core-js/full/dom-collections/for-each.js diff --git a/ClientApp/node_modules/core-js/full/dom-collections/index.js b/apps/angular/node_modules/core-js/full/dom-collections/index.js similarity index 100% rename from ClientApp/node_modules/core-js/full/dom-collections/index.js rename to apps/angular/node_modules/core-js/full/dom-collections/index.js diff --git a/ClientApp/node_modules/core-js/full/dom-collections/iterator.js b/apps/angular/node_modules/core-js/full/dom-collections/iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/full/dom-collections/iterator.js rename to apps/angular/node_modules/core-js/full/dom-collections/iterator.js diff --git a/ClientApp/node_modules/core-js/full/dom-exception/constructor.js b/apps/angular/node_modules/core-js/full/dom-exception/constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/full/dom-exception/constructor.js rename to apps/angular/node_modules/core-js/full/dom-exception/constructor.js diff --git a/ClientApp/node_modules/core-js/full/dom-exception/index.js b/apps/angular/node_modules/core-js/full/dom-exception/index.js similarity index 100% rename from ClientApp/node_modules/core-js/full/dom-exception/index.js rename to apps/angular/node_modules/core-js/full/dom-exception/index.js diff --git a/ClientApp/node_modules/core-js/full/dom-exception/to-string-tag.js b/apps/angular/node_modules/core-js/full/dom-exception/to-string-tag.js similarity index 100% rename from ClientApp/node_modules/core-js/full/dom-exception/to-string-tag.js rename to apps/angular/node_modules/core-js/full/dom-exception/to-string-tag.js diff --git a/ClientApp/node_modules/core-js/full/error/constructor.js b/apps/angular/node_modules/core-js/full/error/constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/full/error/constructor.js rename to apps/angular/node_modules/core-js/full/error/constructor.js diff --git a/ClientApp/node_modules/core-js/full/error/index.js b/apps/angular/node_modules/core-js/full/error/index.js similarity index 100% rename from ClientApp/node_modules/core-js/full/error/index.js rename to apps/angular/node_modules/core-js/full/error/index.js diff --git a/ClientApp/node_modules/core-js/full/error/is-error.js b/apps/angular/node_modules/core-js/full/error/is-error.js similarity index 100% rename from ClientApp/node_modules/core-js/full/error/is-error.js rename to apps/angular/node_modules/core-js/full/error/is-error.js diff --git a/ClientApp/node_modules/core-js/full/error/to-string.js b/apps/angular/node_modules/core-js/full/error/to-string.js similarity index 100% rename from ClientApp/node_modules/core-js/full/error/to-string.js rename to apps/angular/node_modules/core-js/full/error/to-string.js diff --git a/ClientApp/node_modules/core-js/full/escape.js b/apps/angular/node_modules/core-js/full/escape.js similarity index 100% rename from ClientApp/node_modules/core-js/full/escape.js rename to apps/angular/node_modules/core-js/full/escape.js diff --git a/ClientApp/node_modules/core-js/full/function/bind.js b/apps/angular/node_modules/core-js/full/function/bind.js similarity index 100% rename from ClientApp/node_modules/core-js/full/function/bind.js rename to apps/angular/node_modules/core-js/full/function/bind.js diff --git a/ClientApp/node_modules/core-js/full/function/demethodize.js b/apps/angular/node_modules/core-js/full/function/demethodize.js similarity index 100% rename from ClientApp/node_modules/core-js/full/function/demethodize.js rename to apps/angular/node_modules/core-js/full/function/demethodize.js diff --git a/ClientApp/node_modules/core-js/full/function/has-instance.js b/apps/angular/node_modules/core-js/full/function/has-instance.js similarity index 100% rename from ClientApp/node_modules/core-js/full/function/has-instance.js rename to apps/angular/node_modules/core-js/full/function/has-instance.js diff --git a/ClientApp/node_modules/core-js/full/function/index.js b/apps/angular/node_modules/core-js/full/function/index.js similarity index 100% rename from ClientApp/node_modules/core-js/full/function/index.js rename to apps/angular/node_modules/core-js/full/function/index.js diff --git a/ClientApp/node_modules/core-js/full/function/is-callable.js b/apps/angular/node_modules/core-js/full/function/is-callable.js similarity index 100% rename from ClientApp/node_modules/core-js/full/function/is-callable.js rename to apps/angular/node_modules/core-js/full/function/is-callable.js diff --git a/ClientApp/node_modules/core-js/full/function/is-constructor.js b/apps/angular/node_modules/core-js/full/function/is-constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/full/function/is-constructor.js rename to apps/angular/node_modules/core-js/full/function/is-constructor.js diff --git a/ClientApp/node_modules/core-js/full/function/metadata.js b/apps/angular/node_modules/core-js/full/function/metadata.js similarity index 100% rename from ClientApp/node_modules/core-js/full/function/metadata.js rename to apps/angular/node_modules/core-js/full/function/metadata.js diff --git a/ClientApp/node_modules/core-js/full/function/name.js b/apps/angular/node_modules/core-js/full/function/name.js similarity index 100% rename from ClientApp/node_modules/core-js/full/function/name.js rename to apps/angular/node_modules/core-js/full/function/name.js diff --git a/ClientApp/node_modules/core-js/full/function/un-this.js b/apps/angular/node_modules/core-js/full/function/un-this.js similarity index 100% rename from ClientApp/node_modules/core-js/full/function/un-this.js rename to apps/angular/node_modules/core-js/full/function/un-this.js diff --git a/ClientApp/node_modules/core-js/full/function/virtual/bind.js b/apps/angular/node_modules/core-js/full/function/virtual/bind.js similarity index 100% rename from ClientApp/node_modules/core-js/full/function/virtual/bind.js rename to apps/angular/node_modules/core-js/full/function/virtual/bind.js diff --git a/ClientApp/node_modules/core-js/full/function/virtual/demethodize.js b/apps/angular/node_modules/core-js/full/function/virtual/demethodize.js similarity index 100% rename from ClientApp/node_modules/core-js/full/function/virtual/demethodize.js rename to apps/angular/node_modules/core-js/full/function/virtual/demethodize.js diff --git a/ClientApp/node_modules/core-js/full/function/virtual/index.js b/apps/angular/node_modules/core-js/full/function/virtual/index.js similarity index 100% rename from ClientApp/node_modules/core-js/full/function/virtual/index.js rename to apps/angular/node_modules/core-js/full/function/virtual/index.js diff --git a/ClientApp/node_modules/core-js/full/function/virtual/un-this.js b/apps/angular/node_modules/core-js/full/function/virtual/un-this.js similarity index 100% rename from ClientApp/node_modules/core-js/full/function/virtual/un-this.js rename to apps/angular/node_modules/core-js/full/function/virtual/un-this.js diff --git a/ClientApp/node_modules/core-js/full/get-iterator-method.js b/apps/angular/node_modules/core-js/full/get-iterator-method.js similarity index 100% rename from ClientApp/node_modules/core-js/full/get-iterator-method.js rename to apps/angular/node_modules/core-js/full/get-iterator-method.js diff --git a/ClientApp/node_modules/core-js/full/get-iterator.js b/apps/angular/node_modules/core-js/full/get-iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/full/get-iterator.js rename to apps/angular/node_modules/core-js/full/get-iterator.js diff --git a/ClientApp/node_modules/core-js/full/global-this.js b/apps/angular/node_modules/core-js/full/global-this.js similarity index 100% rename from ClientApp/node_modules/core-js/full/global-this.js rename to apps/angular/node_modules/core-js/full/global-this.js diff --git a/ClientApp/node_modules/core-js/full/index.js b/apps/angular/node_modules/core-js/full/index.js similarity index 100% rename from ClientApp/node_modules/core-js/full/index.js rename to apps/angular/node_modules/core-js/full/index.js diff --git a/ClientApp/node_modules/core-js/full/instance/at.js b/apps/angular/node_modules/core-js/full/instance/at.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/at.js rename to apps/angular/node_modules/core-js/full/instance/at.js diff --git a/ClientApp/node_modules/core-js/full/instance/bind.js b/apps/angular/node_modules/core-js/full/instance/bind.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/bind.js rename to apps/angular/node_modules/core-js/full/instance/bind.js diff --git a/ClientApp/node_modules/core-js/full/instance/clamp.js b/apps/angular/node_modules/core-js/full/instance/clamp.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/clamp.js rename to apps/angular/node_modules/core-js/full/instance/clamp.js diff --git a/ClientApp/node_modules/core-js/full/instance/code-point-at.js b/apps/angular/node_modules/core-js/full/instance/code-point-at.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/code-point-at.js rename to apps/angular/node_modules/core-js/full/instance/code-point-at.js diff --git a/ClientApp/node_modules/core-js/full/instance/code-points.js b/apps/angular/node_modules/core-js/full/instance/code-points.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/code-points.js rename to apps/angular/node_modules/core-js/full/instance/code-points.js diff --git a/ClientApp/node_modules/core-js/full/instance/concat.js b/apps/angular/node_modules/core-js/full/instance/concat.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/concat.js rename to apps/angular/node_modules/core-js/full/instance/concat.js diff --git a/ClientApp/node_modules/core-js/full/instance/copy-within.js b/apps/angular/node_modules/core-js/full/instance/copy-within.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/copy-within.js rename to apps/angular/node_modules/core-js/full/instance/copy-within.js diff --git a/ClientApp/node_modules/core-js/full/instance/demethodize.js b/apps/angular/node_modules/core-js/full/instance/demethodize.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/demethodize.js rename to apps/angular/node_modules/core-js/full/instance/demethodize.js diff --git a/ClientApp/node_modules/core-js/full/instance/ends-with.js b/apps/angular/node_modules/core-js/full/instance/ends-with.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/ends-with.js rename to apps/angular/node_modules/core-js/full/instance/ends-with.js diff --git a/ClientApp/node_modules/core-js/full/instance/entries.js b/apps/angular/node_modules/core-js/full/instance/entries.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/entries.js rename to apps/angular/node_modules/core-js/full/instance/entries.js diff --git a/ClientApp/node_modules/core-js/full/instance/every.js b/apps/angular/node_modules/core-js/full/instance/every.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/every.js rename to apps/angular/node_modules/core-js/full/instance/every.js diff --git a/ClientApp/node_modules/core-js/full/instance/fill.js b/apps/angular/node_modules/core-js/full/instance/fill.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/fill.js rename to apps/angular/node_modules/core-js/full/instance/fill.js diff --git a/ClientApp/node_modules/core-js/full/instance/filter-out.js b/apps/angular/node_modules/core-js/full/instance/filter-out.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/filter-out.js rename to apps/angular/node_modules/core-js/full/instance/filter-out.js diff --git a/ClientApp/node_modules/core-js/full/instance/filter-reject.js b/apps/angular/node_modules/core-js/full/instance/filter-reject.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/filter-reject.js rename to apps/angular/node_modules/core-js/full/instance/filter-reject.js diff --git a/ClientApp/node_modules/core-js/full/instance/filter.js b/apps/angular/node_modules/core-js/full/instance/filter.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/filter.js rename to apps/angular/node_modules/core-js/full/instance/filter.js diff --git a/ClientApp/node_modules/core-js/full/instance/find-index.js b/apps/angular/node_modules/core-js/full/instance/find-index.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/find-index.js rename to apps/angular/node_modules/core-js/full/instance/find-index.js diff --git a/ClientApp/node_modules/core-js/full/instance/find-last-index.js b/apps/angular/node_modules/core-js/full/instance/find-last-index.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/find-last-index.js rename to apps/angular/node_modules/core-js/full/instance/find-last-index.js diff --git a/ClientApp/node_modules/core-js/full/instance/find-last.js b/apps/angular/node_modules/core-js/full/instance/find-last.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/find-last.js rename to apps/angular/node_modules/core-js/full/instance/find-last.js diff --git a/ClientApp/node_modules/core-js/full/instance/find.js b/apps/angular/node_modules/core-js/full/instance/find.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/find.js rename to apps/angular/node_modules/core-js/full/instance/find.js diff --git a/ClientApp/node_modules/core-js/full/instance/flags.js b/apps/angular/node_modules/core-js/full/instance/flags.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/flags.js rename to apps/angular/node_modules/core-js/full/instance/flags.js diff --git a/ClientApp/node_modules/core-js/full/instance/flat-map.js b/apps/angular/node_modules/core-js/full/instance/flat-map.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/flat-map.js rename to apps/angular/node_modules/core-js/full/instance/flat-map.js diff --git a/ClientApp/node_modules/core-js/full/instance/flat.js b/apps/angular/node_modules/core-js/full/instance/flat.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/flat.js rename to apps/angular/node_modules/core-js/full/instance/flat.js diff --git a/ClientApp/node_modules/core-js/full/instance/for-each.js b/apps/angular/node_modules/core-js/full/instance/for-each.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/for-each.js rename to apps/angular/node_modules/core-js/full/instance/for-each.js diff --git a/ClientApp/node_modules/core-js/full/instance/group-by-to-map.js b/apps/angular/node_modules/core-js/full/instance/group-by-to-map.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/group-by-to-map.js rename to apps/angular/node_modules/core-js/full/instance/group-by-to-map.js diff --git a/ClientApp/node_modules/core-js/full/instance/group-by.js b/apps/angular/node_modules/core-js/full/instance/group-by.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/group-by.js rename to apps/angular/node_modules/core-js/full/instance/group-by.js diff --git a/ClientApp/node_modules/core-js/full/instance/group-to-map.js b/apps/angular/node_modules/core-js/full/instance/group-to-map.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/group-to-map.js rename to apps/angular/node_modules/core-js/full/instance/group-to-map.js diff --git a/ClientApp/node_modules/core-js/full/instance/group.js b/apps/angular/node_modules/core-js/full/instance/group.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/group.js rename to apps/angular/node_modules/core-js/full/instance/group.js diff --git a/ClientApp/node_modules/core-js/full/instance/includes.js b/apps/angular/node_modules/core-js/full/instance/includes.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/includes.js rename to apps/angular/node_modules/core-js/full/instance/includes.js diff --git a/ClientApp/node_modules/core-js/full/instance/index-of.js b/apps/angular/node_modules/core-js/full/instance/index-of.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/index-of.js rename to apps/angular/node_modules/core-js/full/instance/index-of.js diff --git a/ClientApp/node_modules/core-js/full/instance/is-well-formed.js b/apps/angular/node_modules/core-js/full/instance/is-well-formed.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/is-well-formed.js rename to apps/angular/node_modules/core-js/full/instance/is-well-formed.js diff --git a/ClientApp/node_modules/core-js/full/instance/keys.js b/apps/angular/node_modules/core-js/full/instance/keys.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/keys.js rename to apps/angular/node_modules/core-js/full/instance/keys.js diff --git a/ClientApp/node_modules/core-js/full/instance/last-index-of.js b/apps/angular/node_modules/core-js/full/instance/last-index-of.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/last-index-of.js rename to apps/angular/node_modules/core-js/full/instance/last-index-of.js diff --git a/ClientApp/node_modules/core-js/full/instance/map.js b/apps/angular/node_modules/core-js/full/instance/map.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/map.js rename to apps/angular/node_modules/core-js/full/instance/map.js diff --git a/ClientApp/node_modules/core-js/full/instance/match-all.js b/apps/angular/node_modules/core-js/full/instance/match-all.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/match-all.js rename to apps/angular/node_modules/core-js/full/instance/match-all.js diff --git a/ClientApp/node_modules/core-js/full/instance/pad-end.js b/apps/angular/node_modules/core-js/full/instance/pad-end.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/pad-end.js rename to apps/angular/node_modules/core-js/full/instance/pad-end.js diff --git a/ClientApp/node_modules/core-js/full/instance/pad-start.js b/apps/angular/node_modules/core-js/full/instance/pad-start.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/pad-start.js rename to apps/angular/node_modules/core-js/full/instance/pad-start.js diff --git a/ClientApp/node_modules/core-js/full/instance/push.js b/apps/angular/node_modules/core-js/full/instance/push.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/push.js rename to apps/angular/node_modules/core-js/full/instance/push.js diff --git a/ClientApp/node_modules/core-js/full/instance/reduce-right.js b/apps/angular/node_modules/core-js/full/instance/reduce-right.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/reduce-right.js rename to apps/angular/node_modules/core-js/full/instance/reduce-right.js diff --git a/ClientApp/node_modules/core-js/full/instance/reduce.js b/apps/angular/node_modules/core-js/full/instance/reduce.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/reduce.js rename to apps/angular/node_modules/core-js/full/instance/reduce.js diff --git a/ClientApp/node_modules/core-js/full/instance/repeat.js b/apps/angular/node_modules/core-js/full/instance/repeat.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/repeat.js rename to apps/angular/node_modules/core-js/full/instance/repeat.js diff --git a/ClientApp/node_modules/core-js/full/instance/replace-all.js b/apps/angular/node_modules/core-js/full/instance/replace-all.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/replace-all.js rename to apps/angular/node_modules/core-js/full/instance/replace-all.js diff --git a/ClientApp/node_modules/core-js/full/instance/reverse.js b/apps/angular/node_modules/core-js/full/instance/reverse.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/reverse.js rename to apps/angular/node_modules/core-js/full/instance/reverse.js diff --git a/ClientApp/node_modules/core-js/full/instance/slice.js b/apps/angular/node_modules/core-js/full/instance/slice.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/slice.js rename to apps/angular/node_modules/core-js/full/instance/slice.js diff --git a/ClientApp/node_modules/core-js/full/instance/some.js b/apps/angular/node_modules/core-js/full/instance/some.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/some.js rename to apps/angular/node_modules/core-js/full/instance/some.js diff --git a/ClientApp/node_modules/core-js/full/instance/sort.js b/apps/angular/node_modules/core-js/full/instance/sort.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/sort.js rename to apps/angular/node_modules/core-js/full/instance/sort.js diff --git a/ClientApp/node_modules/core-js/full/instance/splice.js b/apps/angular/node_modules/core-js/full/instance/splice.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/splice.js rename to apps/angular/node_modules/core-js/full/instance/splice.js diff --git a/ClientApp/node_modules/core-js/full/instance/starts-with.js b/apps/angular/node_modules/core-js/full/instance/starts-with.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/starts-with.js rename to apps/angular/node_modules/core-js/full/instance/starts-with.js diff --git a/ClientApp/node_modules/core-js/full/instance/to-reversed.js b/apps/angular/node_modules/core-js/full/instance/to-reversed.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/to-reversed.js rename to apps/angular/node_modules/core-js/full/instance/to-reversed.js diff --git a/ClientApp/node_modules/core-js/full/instance/to-sorted.js b/apps/angular/node_modules/core-js/full/instance/to-sorted.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/to-sorted.js rename to apps/angular/node_modules/core-js/full/instance/to-sorted.js diff --git a/ClientApp/node_modules/core-js/full/instance/to-spliced.js b/apps/angular/node_modules/core-js/full/instance/to-spliced.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/to-spliced.js rename to apps/angular/node_modules/core-js/full/instance/to-spliced.js diff --git a/ClientApp/node_modules/core-js/full/instance/to-well-formed.js b/apps/angular/node_modules/core-js/full/instance/to-well-formed.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/to-well-formed.js rename to apps/angular/node_modules/core-js/full/instance/to-well-formed.js diff --git a/ClientApp/node_modules/core-js/full/instance/trim-end.js b/apps/angular/node_modules/core-js/full/instance/trim-end.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/trim-end.js rename to apps/angular/node_modules/core-js/full/instance/trim-end.js diff --git a/ClientApp/node_modules/core-js/full/instance/trim-left.js b/apps/angular/node_modules/core-js/full/instance/trim-left.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/trim-left.js rename to apps/angular/node_modules/core-js/full/instance/trim-left.js diff --git a/ClientApp/node_modules/core-js/full/instance/trim-right.js b/apps/angular/node_modules/core-js/full/instance/trim-right.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/trim-right.js rename to apps/angular/node_modules/core-js/full/instance/trim-right.js diff --git a/ClientApp/node_modules/core-js/full/instance/trim-start.js b/apps/angular/node_modules/core-js/full/instance/trim-start.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/trim-start.js rename to apps/angular/node_modules/core-js/full/instance/trim-start.js diff --git a/ClientApp/node_modules/core-js/full/instance/trim.js b/apps/angular/node_modules/core-js/full/instance/trim.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/trim.js rename to apps/angular/node_modules/core-js/full/instance/trim.js diff --git a/ClientApp/node_modules/core-js/full/instance/un-this.js b/apps/angular/node_modules/core-js/full/instance/un-this.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/un-this.js rename to apps/angular/node_modules/core-js/full/instance/un-this.js diff --git a/ClientApp/node_modules/core-js/full/instance/unique-by.js b/apps/angular/node_modules/core-js/full/instance/unique-by.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/unique-by.js rename to apps/angular/node_modules/core-js/full/instance/unique-by.js diff --git a/ClientApp/node_modules/core-js/full/instance/unshift.js b/apps/angular/node_modules/core-js/full/instance/unshift.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/unshift.js rename to apps/angular/node_modules/core-js/full/instance/unshift.js diff --git a/ClientApp/node_modules/core-js/full/instance/values.js b/apps/angular/node_modules/core-js/full/instance/values.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/values.js rename to apps/angular/node_modules/core-js/full/instance/values.js diff --git a/ClientApp/node_modules/core-js/full/instance/with.js b/apps/angular/node_modules/core-js/full/instance/with.js similarity index 100% rename from ClientApp/node_modules/core-js/full/instance/with.js rename to apps/angular/node_modules/core-js/full/instance/with.js diff --git a/ClientApp/node_modules/core-js/full/is-iterable.js b/apps/angular/node_modules/core-js/full/is-iterable.js similarity index 100% rename from ClientApp/node_modules/core-js/full/is-iterable.js rename to apps/angular/node_modules/core-js/full/is-iterable.js diff --git a/ClientApp/node_modules/core-js/full/iterator/as-indexed-pairs.js b/apps/angular/node_modules/core-js/full/iterator/as-indexed-pairs.js similarity index 100% rename from ClientApp/node_modules/core-js/full/iterator/as-indexed-pairs.js rename to apps/angular/node_modules/core-js/full/iterator/as-indexed-pairs.js diff --git a/ClientApp/node_modules/core-js/full/iterator/chunks.js b/apps/angular/node_modules/core-js/full/iterator/chunks.js similarity index 100% rename from ClientApp/node_modules/core-js/full/iterator/chunks.js rename to apps/angular/node_modules/core-js/full/iterator/chunks.js diff --git a/ClientApp/node_modules/core-js/full/iterator/concat.js b/apps/angular/node_modules/core-js/full/iterator/concat.js similarity index 100% rename from ClientApp/node_modules/core-js/full/iterator/concat.js rename to apps/angular/node_modules/core-js/full/iterator/concat.js diff --git a/ClientApp/node_modules/core-js/full/iterator/dispose.js b/apps/angular/node_modules/core-js/full/iterator/dispose.js similarity index 100% rename from ClientApp/node_modules/core-js/full/iterator/dispose.js rename to apps/angular/node_modules/core-js/full/iterator/dispose.js diff --git a/ClientApp/node_modules/core-js/full/iterator/drop.js b/apps/angular/node_modules/core-js/full/iterator/drop.js similarity index 100% rename from ClientApp/node_modules/core-js/full/iterator/drop.js rename to apps/angular/node_modules/core-js/full/iterator/drop.js diff --git a/ClientApp/node_modules/core-js/full/iterator/every.js b/apps/angular/node_modules/core-js/full/iterator/every.js similarity index 100% rename from ClientApp/node_modules/core-js/full/iterator/every.js rename to apps/angular/node_modules/core-js/full/iterator/every.js diff --git a/ClientApp/node_modules/core-js/full/iterator/filter.js b/apps/angular/node_modules/core-js/full/iterator/filter.js similarity index 100% rename from ClientApp/node_modules/core-js/full/iterator/filter.js rename to apps/angular/node_modules/core-js/full/iterator/filter.js diff --git a/ClientApp/node_modules/core-js/full/iterator/find.js b/apps/angular/node_modules/core-js/full/iterator/find.js similarity index 100% rename from ClientApp/node_modules/core-js/full/iterator/find.js rename to apps/angular/node_modules/core-js/full/iterator/find.js diff --git a/ClientApp/node_modules/core-js/full/iterator/flat-map.js b/apps/angular/node_modules/core-js/full/iterator/flat-map.js similarity index 100% rename from ClientApp/node_modules/core-js/full/iterator/flat-map.js rename to apps/angular/node_modules/core-js/full/iterator/flat-map.js diff --git a/ClientApp/node_modules/core-js/full/iterator/for-each.js b/apps/angular/node_modules/core-js/full/iterator/for-each.js similarity index 100% rename from ClientApp/node_modules/core-js/full/iterator/for-each.js rename to apps/angular/node_modules/core-js/full/iterator/for-each.js diff --git a/ClientApp/node_modules/core-js/full/iterator/from.js b/apps/angular/node_modules/core-js/full/iterator/from.js similarity index 100% rename from ClientApp/node_modules/core-js/full/iterator/from.js rename to apps/angular/node_modules/core-js/full/iterator/from.js diff --git a/ClientApp/node_modules/core-js/full/iterator/index.js b/apps/angular/node_modules/core-js/full/iterator/index.js similarity index 100% rename from ClientApp/node_modules/core-js/full/iterator/index.js rename to apps/angular/node_modules/core-js/full/iterator/index.js diff --git a/ClientApp/node_modules/core-js/full/iterator/indexed.js b/apps/angular/node_modules/core-js/full/iterator/indexed.js similarity index 100% rename from ClientApp/node_modules/core-js/full/iterator/indexed.js rename to apps/angular/node_modules/core-js/full/iterator/indexed.js diff --git a/ClientApp/node_modules/core-js/full/iterator/map.js b/apps/angular/node_modules/core-js/full/iterator/map.js similarity index 100% rename from ClientApp/node_modules/core-js/full/iterator/map.js rename to apps/angular/node_modules/core-js/full/iterator/map.js diff --git a/ClientApp/node_modules/core-js/full/iterator/range.js b/apps/angular/node_modules/core-js/full/iterator/range.js similarity index 100% rename from ClientApp/node_modules/core-js/full/iterator/range.js rename to apps/angular/node_modules/core-js/full/iterator/range.js diff --git a/ClientApp/node_modules/core-js/full/iterator/reduce.js b/apps/angular/node_modules/core-js/full/iterator/reduce.js similarity index 100% rename from ClientApp/node_modules/core-js/full/iterator/reduce.js rename to apps/angular/node_modules/core-js/full/iterator/reduce.js diff --git a/ClientApp/node_modules/core-js/full/iterator/sliding.js b/apps/angular/node_modules/core-js/full/iterator/sliding.js similarity index 100% rename from ClientApp/node_modules/core-js/full/iterator/sliding.js rename to apps/angular/node_modules/core-js/full/iterator/sliding.js diff --git a/ClientApp/node_modules/core-js/full/iterator/some.js b/apps/angular/node_modules/core-js/full/iterator/some.js similarity index 100% rename from ClientApp/node_modules/core-js/full/iterator/some.js rename to apps/angular/node_modules/core-js/full/iterator/some.js diff --git a/ClientApp/node_modules/core-js/full/iterator/take.js b/apps/angular/node_modules/core-js/full/iterator/take.js similarity index 100% rename from ClientApp/node_modules/core-js/full/iterator/take.js rename to apps/angular/node_modules/core-js/full/iterator/take.js diff --git a/ClientApp/node_modules/core-js/full/iterator/to-array.js b/apps/angular/node_modules/core-js/full/iterator/to-array.js similarity index 100% rename from ClientApp/node_modules/core-js/full/iterator/to-array.js rename to apps/angular/node_modules/core-js/full/iterator/to-array.js diff --git a/ClientApp/node_modules/core-js/full/iterator/to-async.js b/apps/angular/node_modules/core-js/full/iterator/to-async.js similarity index 100% rename from ClientApp/node_modules/core-js/full/iterator/to-async.js rename to apps/angular/node_modules/core-js/full/iterator/to-async.js diff --git a/ClientApp/node_modules/core-js/full/iterator/windows.js b/apps/angular/node_modules/core-js/full/iterator/windows.js similarity index 100% rename from ClientApp/node_modules/core-js/full/iterator/windows.js rename to apps/angular/node_modules/core-js/full/iterator/windows.js diff --git a/ClientApp/node_modules/core-js/full/iterator/zip-keyed.js b/apps/angular/node_modules/core-js/full/iterator/zip-keyed.js similarity index 100% rename from ClientApp/node_modules/core-js/full/iterator/zip-keyed.js rename to apps/angular/node_modules/core-js/full/iterator/zip-keyed.js diff --git a/ClientApp/node_modules/core-js/full/iterator/zip.js b/apps/angular/node_modules/core-js/full/iterator/zip.js similarity index 100% rename from ClientApp/node_modules/core-js/full/iterator/zip.js rename to apps/angular/node_modules/core-js/full/iterator/zip.js diff --git a/ClientApp/node_modules/core-js/full/json/index.js b/apps/angular/node_modules/core-js/full/json/index.js similarity index 100% rename from ClientApp/node_modules/core-js/full/json/index.js rename to apps/angular/node_modules/core-js/full/json/index.js diff --git a/ClientApp/node_modules/core-js/full/json/is-raw-json.js b/apps/angular/node_modules/core-js/full/json/is-raw-json.js similarity index 100% rename from ClientApp/node_modules/core-js/full/json/is-raw-json.js rename to apps/angular/node_modules/core-js/full/json/is-raw-json.js diff --git a/ClientApp/node_modules/core-js/full/json/parse.js b/apps/angular/node_modules/core-js/full/json/parse.js similarity index 100% rename from ClientApp/node_modules/core-js/full/json/parse.js rename to apps/angular/node_modules/core-js/full/json/parse.js diff --git a/ClientApp/node_modules/core-js/full/json/raw-json.js b/apps/angular/node_modules/core-js/full/json/raw-json.js similarity index 100% rename from ClientApp/node_modules/core-js/full/json/raw-json.js rename to apps/angular/node_modules/core-js/full/json/raw-json.js diff --git a/ClientApp/node_modules/core-js/full/json/stringify.js b/apps/angular/node_modules/core-js/full/json/stringify.js similarity index 100% rename from ClientApp/node_modules/core-js/full/json/stringify.js rename to apps/angular/node_modules/core-js/full/json/stringify.js diff --git a/ClientApp/node_modules/core-js/full/json/to-string-tag.js b/apps/angular/node_modules/core-js/full/json/to-string-tag.js similarity index 100% rename from ClientApp/node_modules/core-js/full/json/to-string-tag.js rename to apps/angular/node_modules/core-js/full/json/to-string-tag.js diff --git a/ClientApp/node_modules/core-js/full/map/delete-all.js b/apps/angular/node_modules/core-js/full/map/delete-all.js similarity index 100% rename from ClientApp/node_modules/core-js/full/map/delete-all.js rename to apps/angular/node_modules/core-js/full/map/delete-all.js diff --git a/ClientApp/node_modules/core-js/full/map/emplace.js b/apps/angular/node_modules/core-js/full/map/emplace.js similarity index 100% rename from ClientApp/node_modules/core-js/full/map/emplace.js rename to apps/angular/node_modules/core-js/full/map/emplace.js diff --git a/ClientApp/node_modules/core-js/full/map/every.js b/apps/angular/node_modules/core-js/full/map/every.js similarity index 100% rename from ClientApp/node_modules/core-js/full/map/every.js rename to apps/angular/node_modules/core-js/full/map/every.js diff --git a/ClientApp/node_modules/core-js/full/map/filter.js b/apps/angular/node_modules/core-js/full/map/filter.js similarity index 100% rename from ClientApp/node_modules/core-js/full/map/filter.js rename to apps/angular/node_modules/core-js/full/map/filter.js diff --git a/ClientApp/node_modules/core-js/full/map/find-key.js b/apps/angular/node_modules/core-js/full/map/find-key.js similarity index 100% rename from ClientApp/node_modules/core-js/full/map/find-key.js rename to apps/angular/node_modules/core-js/full/map/find-key.js diff --git a/ClientApp/node_modules/core-js/full/map/find.js b/apps/angular/node_modules/core-js/full/map/find.js similarity index 100% rename from ClientApp/node_modules/core-js/full/map/find.js rename to apps/angular/node_modules/core-js/full/map/find.js diff --git a/ClientApp/node_modules/core-js/full/map/from.js b/apps/angular/node_modules/core-js/full/map/from.js similarity index 100% rename from ClientApp/node_modules/core-js/full/map/from.js rename to apps/angular/node_modules/core-js/full/map/from.js diff --git a/ClientApp/node_modules/core-js/full/map/get-or-insert-computed.js b/apps/angular/node_modules/core-js/full/map/get-or-insert-computed.js similarity index 100% rename from ClientApp/node_modules/core-js/full/map/get-or-insert-computed.js rename to apps/angular/node_modules/core-js/full/map/get-or-insert-computed.js diff --git a/ClientApp/node_modules/core-js/full/map/get-or-insert.js b/apps/angular/node_modules/core-js/full/map/get-or-insert.js similarity index 100% rename from ClientApp/node_modules/core-js/full/map/get-or-insert.js rename to apps/angular/node_modules/core-js/full/map/get-or-insert.js diff --git a/ClientApp/node_modules/core-js/full/map/group-by.js b/apps/angular/node_modules/core-js/full/map/group-by.js similarity index 100% rename from ClientApp/node_modules/core-js/full/map/group-by.js rename to apps/angular/node_modules/core-js/full/map/group-by.js diff --git a/ClientApp/node_modules/core-js/full/map/includes.js b/apps/angular/node_modules/core-js/full/map/includes.js similarity index 100% rename from ClientApp/node_modules/core-js/full/map/includes.js rename to apps/angular/node_modules/core-js/full/map/includes.js diff --git a/ClientApp/node_modules/core-js/full/map/index.js b/apps/angular/node_modules/core-js/full/map/index.js similarity index 100% rename from ClientApp/node_modules/core-js/full/map/index.js rename to apps/angular/node_modules/core-js/full/map/index.js diff --git a/ClientApp/node_modules/core-js/full/map/key-by.js b/apps/angular/node_modules/core-js/full/map/key-by.js similarity index 100% rename from ClientApp/node_modules/core-js/full/map/key-by.js rename to apps/angular/node_modules/core-js/full/map/key-by.js diff --git a/ClientApp/node_modules/core-js/full/map/key-of.js b/apps/angular/node_modules/core-js/full/map/key-of.js similarity index 100% rename from ClientApp/node_modules/core-js/full/map/key-of.js rename to apps/angular/node_modules/core-js/full/map/key-of.js diff --git a/ClientApp/node_modules/core-js/full/map/map-keys.js b/apps/angular/node_modules/core-js/full/map/map-keys.js similarity index 100% rename from ClientApp/node_modules/core-js/full/map/map-keys.js rename to apps/angular/node_modules/core-js/full/map/map-keys.js diff --git a/ClientApp/node_modules/core-js/full/map/map-values.js b/apps/angular/node_modules/core-js/full/map/map-values.js similarity index 100% rename from ClientApp/node_modules/core-js/full/map/map-values.js rename to apps/angular/node_modules/core-js/full/map/map-values.js diff --git a/ClientApp/node_modules/core-js/full/map/merge.js b/apps/angular/node_modules/core-js/full/map/merge.js similarity index 100% rename from ClientApp/node_modules/core-js/full/map/merge.js rename to apps/angular/node_modules/core-js/full/map/merge.js diff --git a/ClientApp/node_modules/core-js/full/map/of.js b/apps/angular/node_modules/core-js/full/map/of.js similarity index 100% rename from ClientApp/node_modules/core-js/full/map/of.js rename to apps/angular/node_modules/core-js/full/map/of.js diff --git a/ClientApp/node_modules/core-js/full/map/reduce.js b/apps/angular/node_modules/core-js/full/map/reduce.js similarity index 100% rename from ClientApp/node_modules/core-js/full/map/reduce.js rename to apps/angular/node_modules/core-js/full/map/reduce.js diff --git a/ClientApp/node_modules/core-js/full/map/some.js b/apps/angular/node_modules/core-js/full/map/some.js similarity index 100% rename from ClientApp/node_modules/core-js/full/map/some.js rename to apps/angular/node_modules/core-js/full/map/some.js diff --git a/ClientApp/node_modules/core-js/full/map/update-or-insert.js b/apps/angular/node_modules/core-js/full/map/update-or-insert.js similarity index 100% rename from ClientApp/node_modules/core-js/full/map/update-or-insert.js rename to apps/angular/node_modules/core-js/full/map/update-or-insert.js diff --git a/ClientApp/node_modules/core-js/full/map/update.js b/apps/angular/node_modules/core-js/full/map/update.js similarity index 100% rename from ClientApp/node_modules/core-js/full/map/update.js rename to apps/angular/node_modules/core-js/full/map/update.js diff --git a/ClientApp/node_modules/core-js/full/map/upsert.js b/apps/angular/node_modules/core-js/full/map/upsert.js similarity index 100% rename from ClientApp/node_modules/core-js/full/map/upsert.js rename to apps/angular/node_modules/core-js/full/map/upsert.js diff --git a/ClientApp/node_modules/core-js/full/math/acosh.js b/apps/angular/node_modules/core-js/full/math/acosh.js similarity index 100% rename from ClientApp/node_modules/core-js/full/math/acosh.js rename to apps/angular/node_modules/core-js/full/math/acosh.js diff --git a/ClientApp/node_modules/core-js/full/math/asinh.js b/apps/angular/node_modules/core-js/full/math/asinh.js similarity index 100% rename from ClientApp/node_modules/core-js/full/math/asinh.js rename to apps/angular/node_modules/core-js/full/math/asinh.js diff --git a/ClientApp/node_modules/core-js/full/math/atanh.js b/apps/angular/node_modules/core-js/full/math/atanh.js similarity index 100% rename from ClientApp/node_modules/core-js/full/math/atanh.js rename to apps/angular/node_modules/core-js/full/math/atanh.js diff --git a/ClientApp/node_modules/core-js/full/math/cbrt.js b/apps/angular/node_modules/core-js/full/math/cbrt.js similarity index 100% rename from ClientApp/node_modules/core-js/full/math/cbrt.js rename to apps/angular/node_modules/core-js/full/math/cbrt.js diff --git a/ClientApp/node_modules/core-js/full/math/clamp.js b/apps/angular/node_modules/core-js/full/math/clamp.js similarity index 100% rename from ClientApp/node_modules/core-js/full/math/clamp.js rename to apps/angular/node_modules/core-js/full/math/clamp.js diff --git a/ClientApp/node_modules/core-js/full/math/clz32.js b/apps/angular/node_modules/core-js/full/math/clz32.js similarity index 100% rename from ClientApp/node_modules/core-js/full/math/clz32.js rename to apps/angular/node_modules/core-js/full/math/clz32.js diff --git a/ClientApp/node_modules/core-js/full/math/cosh.js b/apps/angular/node_modules/core-js/full/math/cosh.js similarity index 100% rename from ClientApp/node_modules/core-js/full/math/cosh.js rename to apps/angular/node_modules/core-js/full/math/cosh.js diff --git a/ClientApp/node_modules/core-js/full/math/deg-per-rad.js b/apps/angular/node_modules/core-js/full/math/deg-per-rad.js similarity index 100% rename from ClientApp/node_modules/core-js/full/math/deg-per-rad.js rename to apps/angular/node_modules/core-js/full/math/deg-per-rad.js diff --git a/ClientApp/node_modules/core-js/full/math/degrees.js b/apps/angular/node_modules/core-js/full/math/degrees.js similarity index 100% rename from ClientApp/node_modules/core-js/full/math/degrees.js rename to apps/angular/node_modules/core-js/full/math/degrees.js diff --git a/ClientApp/node_modules/core-js/full/math/expm1.js b/apps/angular/node_modules/core-js/full/math/expm1.js similarity index 100% rename from ClientApp/node_modules/core-js/full/math/expm1.js rename to apps/angular/node_modules/core-js/full/math/expm1.js diff --git a/ClientApp/node_modules/core-js/full/math/f16round.js b/apps/angular/node_modules/core-js/full/math/f16round.js similarity index 100% rename from ClientApp/node_modules/core-js/full/math/f16round.js rename to apps/angular/node_modules/core-js/full/math/f16round.js diff --git a/ClientApp/node_modules/core-js/full/math/fround.js b/apps/angular/node_modules/core-js/full/math/fround.js similarity index 100% rename from ClientApp/node_modules/core-js/full/math/fround.js rename to apps/angular/node_modules/core-js/full/math/fround.js diff --git a/ClientApp/node_modules/core-js/full/math/fscale.js b/apps/angular/node_modules/core-js/full/math/fscale.js similarity index 100% rename from ClientApp/node_modules/core-js/full/math/fscale.js rename to apps/angular/node_modules/core-js/full/math/fscale.js diff --git a/ClientApp/node_modules/core-js/full/math/hypot.js b/apps/angular/node_modules/core-js/full/math/hypot.js similarity index 100% rename from ClientApp/node_modules/core-js/full/math/hypot.js rename to apps/angular/node_modules/core-js/full/math/hypot.js diff --git a/ClientApp/node_modules/core-js/full/math/iaddh.js b/apps/angular/node_modules/core-js/full/math/iaddh.js similarity index 100% rename from ClientApp/node_modules/core-js/full/math/iaddh.js rename to apps/angular/node_modules/core-js/full/math/iaddh.js diff --git a/ClientApp/node_modules/core-js/full/math/imul.js b/apps/angular/node_modules/core-js/full/math/imul.js similarity index 100% rename from ClientApp/node_modules/core-js/full/math/imul.js rename to apps/angular/node_modules/core-js/full/math/imul.js diff --git a/ClientApp/node_modules/core-js/full/math/imulh.js b/apps/angular/node_modules/core-js/full/math/imulh.js similarity index 100% rename from ClientApp/node_modules/core-js/full/math/imulh.js rename to apps/angular/node_modules/core-js/full/math/imulh.js diff --git a/ClientApp/node_modules/core-js/full/math/index.js b/apps/angular/node_modules/core-js/full/math/index.js similarity index 100% rename from ClientApp/node_modules/core-js/full/math/index.js rename to apps/angular/node_modules/core-js/full/math/index.js diff --git a/ClientApp/node_modules/core-js/full/math/isubh.js b/apps/angular/node_modules/core-js/full/math/isubh.js similarity index 100% rename from ClientApp/node_modules/core-js/full/math/isubh.js rename to apps/angular/node_modules/core-js/full/math/isubh.js diff --git a/ClientApp/node_modules/core-js/full/math/log10.js b/apps/angular/node_modules/core-js/full/math/log10.js similarity index 100% rename from ClientApp/node_modules/core-js/full/math/log10.js rename to apps/angular/node_modules/core-js/full/math/log10.js diff --git a/ClientApp/node_modules/core-js/full/math/log1p.js b/apps/angular/node_modules/core-js/full/math/log1p.js similarity index 100% rename from ClientApp/node_modules/core-js/full/math/log1p.js rename to apps/angular/node_modules/core-js/full/math/log1p.js diff --git a/ClientApp/node_modules/core-js/full/math/log2.js b/apps/angular/node_modules/core-js/full/math/log2.js similarity index 100% rename from ClientApp/node_modules/core-js/full/math/log2.js rename to apps/angular/node_modules/core-js/full/math/log2.js diff --git a/ClientApp/node_modules/core-js/full/math/rad-per-deg.js b/apps/angular/node_modules/core-js/full/math/rad-per-deg.js similarity index 100% rename from ClientApp/node_modules/core-js/full/math/rad-per-deg.js rename to apps/angular/node_modules/core-js/full/math/rad-per-deg.js diff --git a/ClientApp/node_modules/core-js/full/math/radians.js b/apps/angular/node_modules/core-js/full/math/radians.js similarity index 100% rename from ClientApp/node_modules/core-js/full/math/radians.js rename to apps/angular/node_modules/core-js/full/math/radians.js diff --git a/ClientApp/node_modules/core-js/full/math/scale.js b/apps/angular/node_modules/core-js/full/math/scale.js similarity index 100% rename from ClientApp/node_modules/core-js/full/math/scale.js rename to apps/angular/node_modules/core-js/full/math/scale.js diff --git a/ClientApp/node_modules/core-js/full/math/seeded-prng.js b/apps/angular/node_modules/core-js/full/math/seeded-prng.js similarity index 100% rename from ClientApp/node_modules/core-js/full/math/seeded-prng.js rename to apps/angular/node_modules/core-js/full/math/seeded-prng.js diff --git a/ClientApp/node_modules/core-js/full/math/sign.js b/apps/angular/node_modules/core-js/full/math/sign.js similarity index 100% rename from ClientApp/node_modules/core-js/full/math/sign.js rename to apps/angular/node_modules/core-js/full/math/sign.js diff --git a/ClientApp/node_modules/core-js/full/math/signbit.js b/apps/angular/node_modules/core-js/full/math/signbit.js similarity index 100% rename from ClientApp/node_modules/core-js/full/math/signbit.js rename to apps/angular/node_modules/core-js/full/math/signbit.js diff --git a/ClientApp/node_modules/core-js/full/math/sinh.js b/apps/angular/node_modules/core-js/full/math/sinh.js similarity index 100% rename from ClientApp/node_modules/core-js/full/math/sinh.js rename to apps/angular/node_modules/core-js/full/math/sinh.js diff --git a/ClientApp/node_modules/core-js/full/math/sum-precise.js b/apps/angular/node_modules/core-js/full/math/sum-precise.js similarity index 100% rename from ClientApp/node_modules/core-js/full/math/sum-precise.js rename to apps/angular/node_modules/core-js/full/math/sum-precise.js diff --git a/ClientApp/node_modules/core-js/full/math/tanh.js b/apps/angular/node_modules/core-js/full/math/tanh.js similarity index 100% rename from ClientApp/node_modules/core-js/full/math/tanh.js rename to apps/angular/node_modules/core-js/full/math/tanh.js diff --git a/ClientApp/node_modules/core-js/full/math/to-string-tag.js b/apps/angular/node_modules/core-js/full/math/to-string-tag.js similarity index 100% rename from ClientApp/node_modules/core-js/full/math/to-string-tag.js rename to apps/angular/node_modules/core-js/full/math/to-string-tag.js diff --git a/ClientApp/node_modules/core-js/full/math/trunc.js b/apps/angular/node_modules/core-js/full/math/trunc.js similarity index 100% rename from ClientApp/node_modules/core-js/full/math/trunc.js rename to apps/angular/node_modules/core-js/full/math/trunc.js diff --git a/ClientApp/node_modules/core-js/full/math/umulh.js b/apps/angular/node_modules/core-js/full/math/umulh.js similarity index 100% rename from ClientApp/node_modules/core-js/full/math/umulh.js rename to apps/angular/node_modules/core-js/full/math/umulh.js diff --git a/ClientApp/node_modules/core-js/full/number/clamp.js b/apps/angular/node_modules/core-js/full/number/clamp.js similarity index 100% rename from ClientApp/node_modules/core-js/full/number/clamp.js rename to apps/angular/node_modules/core-js/full/number/clamp.js diff --git a/ClientApp/node_modules/core-js/full/number/constructor.js b/apps/angular/node_modules/core-js/full/number/constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/full/number/constructor.js rename to apps/angular/node_modules/core-js/full/number/constructor.js diff --git a/ClientApp/node_modules/core-js/full/number/epsilon.js b/apps/angular/node_modules/core-js/full/number/epsilon.js similarity index 100% rename from ClientApp/node_modules/core-js/full/number/epsilon.js rename to apps/angular/node_modules/core-js/full/number/epsilon.js diff --git a/ClientApp/node_modules/core-js/full/number/from-string.js b/apps/angular/node_modules/core-js/full/number/from-string.js similarity index 100% rename from ClientApp/node_modules/core-js/full/number/from-string.js rename to apps/angular/node_modules/core-js/full/number/from-string.js diff --git a/ClientApp/node_modules/core-js/full/number/index.js b/apps/angular/node_modules/core-js/full/number/index.js similarity index 100% rename from ClientApp/node_modules/core-js/full/number/index.js rename to apps/angular/node_modules/core-js/full/number/index.js diff --git a/ClientApp/node_modules/core-js/full/number/is-finite.js b/apps/angular/node_modules/core-js/full/number/is-finite.js similarity index 100% rename from ClientApp/node_modules/core-js/full/number/is-finite.js rename to apps/angular/node_modules/core-js/full/number/is-finite.js diff --git a/ClientApp/node_modules/core-js/full/number/is-integer.js b/apps/angular/node_modules/core-js/full/number/is-integer.js similarity index 100% rename from ClientApp/node_modules/core-js/full/number/is-integer.js rename to apps/angular/node_modules/core-js/full/number/is-integer.js diff --git a/ClientApp/node_modules/core-js/full/number/is-nan.js b/apps/angular/node_modules/core-js/full/number/is-nan.js similarity index 100% rename from ClientApp/node_modules/core-js/full/number/is-nan.js rename to apps/angular/node_modules/core-js/full/number/is-nan.js diff --git a/ClientApp/node_modules/core-js/full/number/is-safe-integer.js b/apps/angular/node_modules/core-js/full/number/is-safe-integer.js similarity index 100% rename from ClientApp/node_modules/core-js/full/number/is-safe-integer.js rename to apps/angular/node_modules/core-js/full/number/is-safe-integer.js diff --git a/ClientApp/node_modules/core-js/full/number/max-safe-integer.js b/apps/angular/node_modules/core-js/full/number/max-safe-integer.js similarity index 100% rename from ClientApp/node_modules/core-js/full/number/max-safe-integer.js rename to apps/angular/node_modules/core-js/full/number/max-safe-integer.js diff --git a/ClientApp/node_modules/core-js/full/number/min-safe-integer.js b/apps/angular/node_modules/core-js/full/number/min-safe-integer.js similarity index 100% rename from ClientApp/node_modules/core-js/full/number/min-safe-integer.js rename to apps/angular/node_modules/core-js/full/number/min-safe-integer.js diff --git a/ClientApp/node_modules/core-js/full/number/parse-float.js b/apps/angular/node_modules/core-js/full/number/parse-float.js similarity index 100% rename from ClientApp/node_modules/core-js/full/number/parse-float.js rename to apps/angular/node_modules/core-js/full/number/parse-float.js diff --git a/ClientApp/node_modules/core-js/full/number/parse-int.js b/apps/angular/node_modules/core-js/full/number/parse-int.js similarity index 100% rename from ClientApp/node_modules/core-js/full/number/parse-int.js rename to apps/angular/node_modules/core-js/full/number/parse-int.js diff --git a/ClientApp/node_modules/core-js/full/number/range.js b/apps/angular/node_modules/core-js/full/number/range.js similarity index 100% rename from ClientApp/node_modules/core-js/full/number/range.js rename to apps/angular/node_modules/core-js/full/number/range.js diff --git a/ClientApp/node_modules/core-js/full/number/to-exponential.js b/apps/angular/node_modules/core-js/full/number/to-exponential.js similarity index 100% rename from ClientApp/node_modules/core-js/full/number/to-exponential.js rename to apps/angular/node_modules/core-js/full/number/to-exponential.js diff --git a/ClientApp/node_modules/core-js/full/number/to-fixed.js b/apps/angular/node_modules/core-js/full/number/to-fixed.js similarity index 100% rename from ClientApp/node_modules/core-js/full/number/to-fixed.js rename to apps/angular/node_modules/core-js/full/number/to-fixed.js diff --git a/ClientApp/node_modules/core-js/full/number/to-precision.js b/apps/angular/node_modules/core-js/full/number/to-precision.js similarity index 100% rename from ClientApp/node_modules/core-js/full/number/to-precision.js rename to apps/angular/node_modules/core-js/full/number/to-precision.js diff --git a/ClientApp/node_modules/core-js/full/number/virtual/clamp.js b/apps/angular/node_modules/core-js/full/number/virtual/clamp.js similarity index 100% rename from ClientApp/node_modules/core-js/full/number/virtual/clamp.js rename to apps/angular/node_modules/core-js/full/number/virtual/clamp.js diff --git a/ClientApp/node_modules/core-js/full/number/virtual/index.js b/apps/angular/node_modules/core-js/full/number/virtual/index.js similarity index 100% rename from ClientApp/node_modules/core-js/full/number/virtual/index.js rename to apps/angular/node_modules/core-js/full/number/virtual/index.js diff --git a/ClientApp/node_modules/core-js/full/number/virtual/to-exponential.js b/apps/angular/node_modules/core-js/full/number/virtual/to-exponential.js similarity index 100% rename from ClientApp/node_modules/core-js/full/number/virtual/to-exponential.js rename to apps/angular/node_modules/core-js/full/number/virtual/to-exponential.js diff --git a/ClientApp/node_modules/core-js/full/number/virtual/to-fixed.js b/apps/angular/node_modules/core-js/full/number/virtual/to-fixed.js similarity index 100% rename from ClientApp/node_modules/core-js/full/number/virtual/to-fixed.js rename to apps/angular/node_modules/core-js/full/number/virtual/to-fixed.js diff --git a/ClientApp/node_modules/core-js/full/number/virtual/to-precision.js b/apps/angular/node_modules/core-js/full/number/virtual/to-precision.js similarity index 100% rename from ClientApp/node_modules/core-js/full/number/virtual/to-precision.js rename to apps/angular/node_modules/core-js/full/number/virtual/to-precision.js diff --git a/ClientApp/node_modules/core-js/full/object/assign.js b/apps/angular/node_modules/core-js/full/object/assign.js similarity index 100% rename from ClientApp/node_modules/core-js/full/object/assign.js rename to apps/angular/node_modules/core-js/full/object/assign.js diff --git a/ClientApp/node_modules/core-js/full/object/create.js b/apps/angular/node_modules/core-js/full/object/create.js similarity index 100% rename from ClientApp/node_modules/core-js/full/object/create.js rename to apps/angular/node_modules/core-js/full/object/create.js diff --git a/ClientApp/node_modules/core-js/full/object/define-getter.js b/apps/angular/node_modules/core-js/full/object/define-getter.js similarity index 100% rename from ClientApp/node_modules/core-js/full/object/define-getter.js rename to apps/angular/node_modules/core-js/full/object/define-getter.js diff --git a/ClientApp/node_modules/core-js/full/object/define-properties.js b/apps/angular/node_modules/core-js/full/object/define-properties.js similarity index 100% rename from ClientApp/node_modules/core-js/full/object/define-properties.js rename to apps/angular/node_modules/core-js/full/object/define-properties.js diff --git a/ClientApp/node_modules/core-js/full/object/define-property.js b/apps/angular/node_modules/core-js/full/object/define-property.js similarity index 100% rename from ClientApp/node_modules/core-js/full/object/define-property.js rename to apps/angular/node_modules/core-js/full/object/define-property.js diff --git a/ClientApp/node_modules/core-js/full/object/define-setter.js b/apps/angular/node_modules/core-js/full/object/define-setter.js similarity index 100% rename from ClientApp/node_modules/core-js/full/object/define-setter.js rename to apps/angular/node_modules/core-js/full/object/define-setter.js diff --git a/ClientApp/node_modules/core-js/full/object/entries.js b/apps/angular/node_modules/core-js/full/object/entries.js similarity index 100% rename from ClientApp/node_modules/core-js/full/object/entries.js rename to apps/angular/node_modules/core-js/full/object/entries.js diff --git a/ClientApp/node_modules/core-js/full/object/freeze.js b/apps/angular/node_modules/core-js/full/object/freeze.js similarity index 100% rename from ClientApp/node_modules/core-js/full/object/freeze.js rename to apps/angular/node_modules/core-js/full/object/freeze.js diff --git a/ClientApp/node_modules/core-js/full/object/from-entries.js b/apps/angular/node_modules/core-js/full/object/from-entries.js similarity index 100% rename from ClientApp/node_modules/core-js/full/object/from-entries.js rename to apps/angular/node_modules/core-js/full/object/from-entries.js diff --git a/ClientApp/node_modules/core-js/full/object/get-own-property-descriptor.js b/apps/angular/node_modules/core-js/full/object/get-own-property-descriptor.js similarity index 100% rename from ClientApp/node_modules/core-js/full/object/get-own-property-descriptor.js rename to apps/angular/node_modules/core-js/full/object/get-own-property-descriptor.js diff --git a/ClientApp/node_modules/core-js/full/object/get-own-property-descriptors.js b/apps/angular/node_modules/core-js/full/object/get-own-property-descriptors.js similarity index 100% rename from ClientApp/node_modules/core-js/full/object/get-own-property-descriptors.js rename to apps/angular/node_modules/core-js/full/object/get-own-property-descriptors.js diff --git a/ClientApp/node_modules/core-js/full/object/get-own-property-names.js b/apps/angular/node_modules/core-js/full/object/get-own-property-names.js similarity index 100% rename from ClientApp/node_modules/core-js/full/object/get-own-property-names.js rename to apps/angular/node_modules/core-js/full/object/get-own-property-names.js diff --git a/ClientApp/node_modules/core-js/full/object/get-own-property-symbols.js b/apps/angular/node_modules/core-js/full/object/get-own-property-symbols.js similarity index 100% rename from ClientApp/node_modules/core-js/full/object/get-own-property-symbols.js rename to apps/angular/node_modules/core-js/full/object/get-own-property-symbols.js diff --git a/ClientApp/node_modules/core-js/full/object/get-prototype-of.js b/apps/angular/node_modules/core-js/full/object/get-prototype-of.js similarity index 100% rename from ClientApp/node_modules/core-js/full/object/get-prototype-of.js rename to apps/angular/node_modules/core-js/full/object/get-prototype-of.js diff --git a/ClientApp/node_modules/core-js/full/object/group-by.js b/apps/angular/node_modules/core-js/full/object/group-by.js similarity index 100% rename from ClientApp/node_modules/core-js/full/object/group-by.js rename to apps/angular/node_modules/core-js/full/object/group-by.js diff --git a/ClientApp/node_modules/core-js/full/object/has-own.js b/apps/angular/node_modules/core-js/full/object/has-own.js similarity index 100% rename from ClientApp/node_modules/core-js/full/object/has-own.js rename to apps/angular/node_modules/core-js/full/object/has-own.js diff --git a/ClientApp/node_modules/core-js/full/object/index.js b/apps/angular/node_modules/core-js/full/object/index.js similarity index 100% rename from ClientApp/node_modules/core-js/full/object/index.js rename to apps/angular/node_modules/core-js/full/object/index.js diff --git a/ClientApp/node_modules/core-js/full/object/is-extensible.js b/apps/angular/node_modules/core-js/full/object/is-extensible.js similarity index 100% rename from ClientApp/node_modules/core-js/full/object/is-extensible.js rename to apps/angular/node_modules/core-js/full/object/is-extensible.js diff --git a/ClientApp/node_modules/core-js/full/object/is-frozen.js b/apps/angular/node_modules/core-js/full/object/is-frozen.js similarity index 100% rename from ClientApp/node_modules/core-js/full/object/is-frozen.js rename to apps/angular/node_modules/core-js/full/object/is-frozen.js diff --git a/ClientApp/node_modules/core-js/full/object/is-sealed.js b/apps/angular/node_modules/core-js/full/object/is-sealed.js similarity index 100% rename from ClientApp/node_modules/core-js/full/object/is-sealed.js rename to apps/angular/node_modules/core-js/full/object/is-sealed.js diff --git a/ClientApp/node_modules/core-js/full/object/is.js b/apps/angular/node_modules/core-js/full/object/is.js similarity index 100% rename from ClientApp/node_modules/core-js/full/object/is.js rename to apps/angular/node_modules/core-js/full/object/is.js diff --git a/ClientApp/node_modules/core-js/full/object/iterate-entries.js b/apps/angular/node_modules/core-js/full/object/iterate-entries.js similarity index 100% rename from ClientApp/node_modules/core-js/full/object/iterate-entries.js rename to apps/angular/node_modules/core-js/full/object/iterate-entries.js diff --git a/ClientApp/node_modules/core-js/full/object/iterate-keys.js b/apps/angular/node_modules/core-js/full/object/iterate-keys.js similarity index 100% rename from ClientApp/node_modules/core-js/full/object/iterate-keys.js rename to apps/angular/node_modules/core-js/full/object/iterate-keys.js diff --git a/ClientApp/node_modules/core-js/full/object/iterate-values.js b/apps/angular/node_modules/core-js/full/object/iterate-values.js similarity index 100% rename from ClientApp/node_modules/core-js/full/object/iterate-values.js rename to apps/angular/node_modules/core-js/full/object/iterate-values.js diff --git a/ClientApp/node_modules/core-js/full/object/keys.js b/apps/angular/node_modules/core-js/full/object/keys.js similarity index 100% rename from ClientApp/node_modules/core-js/full/object/keys.js rename to apps/angular/node_modules/core-js/full/object/keys.js diff --git a/ClientApp/node_modules/core-js/full/object/lookup-getter.js b/apps/angular/node_modules/core-js/full/object/lookup-getter.js similarity index 100% rename from ClientApp/node_modules/core-js/full/object/lookup-getter.js rename to apps/angular/node_modules/core-js/full/object/lookup-getter.js diff --git a/ClientApp/node_modules/core-js/full/object/lookup-setter.js b/apps/angular/node_modules/core-js/full/object/lookup-setter.js similarity index 100% rename from ClientApp/node_modules/core-js/full/object/lookup-setter.js rename to apps/angular/node_modules/core-js/full/object/lookup-setter.js diff --git a/ClientApp/node_modules/core-js/full/object/prevent-extensions.js b/apps/angular/node_modules/core-js/full/object/prevent-extensions.js similarity index 100% rename from ClientApp/node_modules/core-js/full/object/prevent-extensions.js rename to apps/angular/node_modules/core-js/full/object/prevent-extensions.js diff --git a/ClientApp/node_modules/core-js/full/object/proto.js b/apps/angular/node_modules/core-js/full/object/proto.js similarity index 100% rename from ClientApp/node_modules/core-js/full/object/proto.js rename to apps/angular/node_modules/core-js/full/object/proto.js diff --git a/ClientApp/node_modules/core-js/full/object/seal.js b/apps/angular/node_modules/core-js/full/object/seal.js similarity index 100% rename from ClientApp/node_modules/core-js/full/object/seal.js rename to apps/angular/node_modules/core-js/full/object/seal.js diff --git a/ClientApp/node_modules/core-js/full/object/set-prototype-of.js b/apps/angular/node_modules/core-js/full/object/set-prototype-of.js similarity index 100% rename from ClientApp/node_modules/core-js/full/object/set-prototype-of.js rename to apps/angular/node_modules/core-js/full/object/set-prototype-of.js diff --git a/ClientApp/node_modules/core-js/full/object/to-string.js b/apps/angular/node_modules/core-js/full/object/to-string.js similarity index 100% rename from ClientApp/node_modules/core-js/full/object/to-string.js rename to apps/angular/node_modules/core-js/full/object/to-string.js diff --git a/ClientApp/node_modules/core-js/full/object/values.js b/apps/angular/node_modules/core-js/full/object/values.js similarity index 100% rename from ClientApp/node_modules/core-js/full/object/values.js rename to apps/angular/node_modules/core-js/full/object/values.js diff --git a/ClientApp/node_modules/core-js/full/observable/index.js b/apps/angular/node_modules/core-js/full/observable/index.js similarity index 100% rename from ClientApp/node_modules/core-js/full/observable/index.js rename to apps/angular/node_modules/core-js/full/observable/index.js diff --git a/ClientApp/node_modules/core-js/full/parse-float.js b/apps/angular/node_modules/core-js/full/parse-float.js similarity index 100% rename from ClientApp/node_modules/core-js/full/parse-float.js rename to apps/angular/node_modules/core-js/full/parse-float.js diff --git a/ClientApp/node_modules/core-js/full/parse-int.js b/apps/angular/node_modules/core-js/full/parse-int.js similarity index 100% rename from ClientApp/node_modules/core-js/full/parse-int.js rename to apps/angular/node_modules/core-js/full/parse-int.js diff --git a/ClientApp/node_modules/core-js/full/promise/all-settled.js b/apps/angular/node_modules/core-js/full/promise/all-settled.js similarity index 100% rename from ClientApp/node_modules/core-js/full/promise/all-settled.js rename to apps/angular/node_modules/core-js/full/promise/all-settled.js diff --git a/ClientApp/node_modules/core-js/full/promise/any.js b/apps/angular/node_modules/core-js/full/promise/any.js similarity index 100% rename from ClientApp/node_modules/core-js/full/promise/any.js rename to apps/angular/node_modules/core-js/full/promise/any.js diff --git a/ClientApp/node_modules/core-js/full/promise/finally.js b/apps/angular/node_modules/core-js/full/promise/finally.js similarity index 100% rename from ClientApp/node_modules/core-js/full/promise/finally.js rename to apps/angular/node_modules/core-js/full/promise/finally.js diff --git a/ClientApp/node_modules/core-js/full/promise/index.js b/apps/angular/node_modules/core-js/full/promise/index.js similarity index 100% rename from ClientApp/node_modules/core-js/full/promise/index.js rename to apps/angular/node_modules/core-js/full/promise/index.js diff --git a/ClientApp/node_modules/core-js/full/promise/try.js b/apps/angular/node_modules/core-js/full/promise/try.js similarity index 100% rename from ClientApp/node_modules/core-js/full/promise/try.js rename to apps/angular/node_modules/core-js/full/promise/try.js diff --git a/ClientApp/node_modules/core-js/full/promise/with-resolvers.js b/apps/angular/node_modules/core-js/full/promise/with-resolvers.js similarity index 100% rename from ClientApp/node_modules/core-js/full/promise/with-resolvers.js rename to apps/angular/node_modules/core-js/full/promise/with-resolvers.js diff --git a/ClientApp/node_modules/core-js/full/queue-microtask.js b/apps/angular/node_modules/core-js/full/queue-microtask.js similarity index 100% rename from ClientApp/node_modules/core-js/full/queue-microtask.js rename to apps/angular/node_modules/core-js/full/queue-microtask.js diff --git a/ClientApp/node_modules/core-js/full/reflect/apply.js b/apps/angular/node_modules/core-js/full/reflect/apply.js similarity index 100% rename from ClientApp/node_modules/core-js/full/reflect/apply.js rename to apps/angular/node_modules/core-js/full/reflect/apply.js diff --git a/ClientApp/node_modules/core-js/full/reflect/construct.js b/apps/angular/node_modules/core-js/full/reflect/construct.js similarity index 100% rename from ClientApp/node_modules/core-js/full/reflect/construct.js rename to apps/angular/node_modules/core-js/full/reflect/construct.js diff --git a/ClientApp/node_modules/core-js/full/reflect/define-metadata.js b/apps/angular/node_modules/core-js/full/reflect/define-metadata.js similarity index 100% rename from ClientApp/node_modules/core-js/full/reflect/define-metadata.js rename to apps/angular/node_modules/core-js/full/reflect/define-metadata.js diff --git a/ClientApp/node_modules/core-js/full/reflect/define-property.js b/apps/angular/node_modules/core-js/full/reflect/define-property.js similarity index 100% rename from ClientApp/node_modules/core-js/full/reflect/define-property.js rename to apps/angular/node_modules/core-js/full/reflect/define-property.js diff --git a/ClientApp/node_modules/core-js/full/reflect/delete-metadata.js b/apps/angular/node_modules/core-js/full/reflect/delete-metadata.js similarity index 100% rename from ClientApp/node_modules/core-js/full/reflect/delete-metadata.js rename to apps/angular/node_modules/core-js/full/reflect/delete-metadata.js diff --git a/ClientApp/node_modules/core-js/full/reflect/delete-property.js b/apps/angular/node_modules/core-js/full/reflect/delete-property.js similarity index 100% rename from ClientApp/node_modules/core-js/full/reflect/delete-property.js rename to apps/angular/node_modules/core-js/full/reflect/delete-property.js diff --git a/ClientApp/node_modules/core-js/full/reflect/get-metadata-keys.js b/apps/angular/node_modules/core-js/full/reflect/get-metadata-keys.js similarity index 100% rename from ClientApp/node_modules/core-js/full/reflect/get-metadata-keys.js rename to apps/angular/node_modules/core-js/full/reflect/get-metadata-keys.js diff --git a/ClientApp/node_modules/core-js/full/reflect/get-metadata.js b/apps/angular/node_modules/core-js/full/reflect/get-metadata.js similarity index 100% rename from ClientApp/node_modules/core-js/full/reflect/get-metadata.js rename to apps/angular/node_modules/core-js/full/reflect/get-metadata.js diff --git a/ClientApp/node_modules/core-js/full/reflect/get-own-metadata-keys.js b/apps/angular/node_modules/core-js/full/reflect/get-own-metadata-keys.js similarity index 100% rename from ClientApp/node_modules/core-js/full/reflect/get-own-metadata-keys.js rename to apps/angular/node_modules/core-js/full/reflect/get-own-metadata-keys.js diff --git a/ClientApp/node_modules/core-js/full/reflect/get-own-metadata.js b/apps/angular/node_modules/core-js/full/reflect/get-own-metadata.js similarity index 100% rename from ClientApp/node_modules/core-js/full/reflect/get-own-metadata.js rename to apps/angular/node_modules/core-js/full/reflect/get-own-metadata.js diff --git a/ClientApp/node_modules/core-js/full/reflect/get-own-property-descriptor.js b/apps/angular/node_modules/core-js/full/reflect/get-own-property-descriptor.js similarity index 100% rename from ClientApp/node_modules/core-js/full/reflect/get-own-property-descriptor.js rename to apps/angular/node_modules/core-js/full/reflect/get-own-property-descriptor.js diff --git a/ClientApp/node_modules/core-js/full/reflect/get-prototype-of.js b/apps/angular/node_modules/core-js/full/reflect/get-prototype-of.js similarity index 100% rename from ClientApp/node_modules/core-js/full/reflect/get-prototype-of.js rename to apps/angular/node_modules/core-js/full/reflect/get-prototype-of.js diff --git a/ClientApp/node_modules/core-js/full/reflect/get.js b/apps/angular/node_modules/core-js/full/reflect/get.js similarity index 100% rename from ClientApp/node_modules/core-js/full/reflect/get.js rename to apps/angular/node_modules/core-js/full/reflect/get.js diff --git a/ClientApp/node_modules/core-js/full/reflect/has-metadata.js b/apps/angular/node_modules/core-js/full/reflect/has-metadata.js similarity index 100% rename from ClientApp/node_modules/core-js/full/reflect/has-metadata.js rename to apps/angular/node_modules/core-js/full/reflect/has-metadata.js diff --git a/ClientApp/node_modules/core-js/full/reflect/has-own-metadata.js b/apps/angular/node_modules/core-js/full/reflect/has-own-metadata.js similarity index 100% rename from ClientApp/node_modules/core-js/full/reflect/has-own-metadata.js rename to apps/angular/node_modules/core-js/full/reflect/has-own-metadata.js diff --git a/ClientApp/node_modules/core-js/full/reflect/has.js b/apps/angular/node_modules/core-js/full/reflect/has.js similarity index 100% rename from ClientApp/node_modules/core-js/full/reflect/has.js rename to apps/angular/node_modules/core-js/full/reflect/has.js diff --git a/ClientApp/node_modules/core-js/full/reflect/index.js b/apps/angular/node_modules/core-js/full/reflect/index.js similarity index 100% rename from ClientApp/node_modules/core-js/full/reflect/index.js rename to apps/angular/node_modules/core-js/full/reflect/index.js diff --git a/ClientApp/node_modules/core-js/full/reflect/is-extensible.js b/apps/angular/node_modules/core-js/full/reflect/is-extensible.js similarity index 100% rename from ClientApp/node_modules/core-js/full/reflect/is-extensible.js rename to apps/angular/node_modules/core-js/full/reflect/is-extensible.js diff --git a/ClientApp/node_modules/core-js/full/reflect/metadata.js b/apps/angular/node_modules/core-js/full/reflect/metadata.js similarity index 100% rename from ClientApp/node_modules/core-js/full/reflect/metadata.js rename to apps/angular/node_modules/core-js/full/reflect/metadata.js diff --git a/ClientApp/node_modules/core-js/full/reflect/own-keys.js b/apps/angular/node_modules/core-js/full/reflect/own-keys.js similarity index 100% rename from ClientApp/node_modules/core-js/full/reflect/own-keys.js rename to apps/angular/node_modules/core-js/full/reflect/own-keys.js diff --git a/ClientApp/node_modules/core-js/full/reflect/prevent-extensions.js b/apps/angular/node_modules/core-js/full/reflect/prevent-extensions.js similarity index 100% rename from ClientApp/node_modules/core-js/full/reflect/prevent-extensions.js rename to apps/angular/node_modules/core-js/full/reflect/prevent-extensions.js diff --git a/ClientApp/node_modules/core-js/full/reflect/set-prototype-of.js b/apps/angular/node_modules/core-js/full/reflect/set-prototype-of.js similarity index 100% rename from ClientApp/node_modules/core-js/full/reflect/set-prototype-of.js rename to apps/angular/node_modules/core-js/full/reflect/set-prototype-of.js diff --git a/ClientApp/node_modules/core-js/full/reflect/set.js b/apps/angular/node_modules/core-js/full/reflect/set.js similarity index 100% rename from ClientApp/node_modules/core-js/full/reflect/set.js rename to apps/angular/node_modules/core-js/full/reflect/set.js diff --git a/ClientApp/node_modules/core-js/full/reflect/to-string-tag.js b/apps/angular/node_modules/core-js/full/reflect/to-string-tag.js similarity index 100% rename from ClientApp/node_modules/core-js/full/reflect/to-string-tag.js rename to apps/angular/node_modules/core-js/full/reflect/to-string-tag.js diff --git a/ClientApp/node_modules/core-js/full/regexp/constructor.js b/apps/angular/node_modules/core-js/full/regexp/constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/full/regexp/constructor.js rename to apps/angular/node_modules/core-js/full/regexp/constructor.js diff --git a/ClientApp/node_modules/core-js/full/regexp/dot-all.js b/apps/angular/node_modules/core-js/full/regexp/dot-all.js similarity index 100% rename from ClientApp/node_modules/core-js/full/regexp/dot-all.js rename to apps/angular/node_modules/core-js/full/regexp/dot-all.js diff --git a/ClientApp/node_modules/core-js/full/regexp/escape.js b/apps/angular/node_modules/core-js/full/regexp/escape.js similarity index 100% rename from ClientApp/node_modules/core-js/full/regexp/escape.js rename to apps/angular/node_modules/core-js/full/regexp/escape.js diff --git a/ClientApp/node_modules/core-js/full/regexp/flags.js b/apps/angular/node_modules/core-js/full/regexp/flags.js similarity index 100% rename from ClientApp/node_modules/core-js/full/regexp/flags.js rename to apps/angular/node_modules/core-js/full/regexp/flags.js diff --git a/ClientApp/node_modules/core-js/full/regexp/index.js b/apps/angular/node_modules/core-js/full/regexp/index.js similarity index 100% rename from ClientApp/node_modules/core-js/full/regexp/index.js rename to apps/angular/node_modules/core-js/full/regexp/index.js diff --git a/ClientApp/node_modules/core-js/full/regexp/match.js b/apps/angular/node_modules/core-js/full/regexp/match.js similarity index 100% rename from ClientApp/node_modules/core-js/full/regexp/match.js rename to apps/angular/node_modules/core-js/full/regexp/match.js diff --git a/ClientApp/node_modules/core-js/full/regexp/replace.js b/apps/angular/node_modules/core-js/full/regexp/replace.js similarity index 100% rename from ClientApp/node_modules/core-js/full/regexp/replace.js rename to apps/angular/node_modules/core-js/full/regexp/replace.js diff --git a/ClientApp/node_modules/core-js/full/regexp/search.js b/apps/angular/node_modules/core-js/full/regexp/search.js similarity index 100% rename from ClientApp/node_modules/core-js/full/regexp/search.js rename to apps/angular/node_modules/core-js/full/regexp/search.js diff --git a/ClientApp/node_modules/core-js/full/regexp/split.js b/apps/angular/node_modules/core-js/full/regexp/split.js similarity index 100% rename from ClientApp/node_modules/core-js/full/regexp/split.js rename to apps/angular/node_modules/core-js/full/regexp/split.js diff --git a/ClientApp/node_modules/core-js/full/regexp/sticky.js b/apps/angular/node_modules/core-js/full/regexp/sticky.js similarity index 100% rename from ClientApp/node_modules/core-js/full/regexp/sticky.js rename to apps/angular/node_modules/core-js/full/regexp/sticky.js diff --git a/ClientApp/node_modules/core-js/full/regexp/test.js b/apps/angular/node_modules/core-js/full/regexp/test.js similarity index 100% rename from ClientApp/node_modules/core-js/full/regexp/test.js rename to apps/angular/node_modules/core-js/full/regexp/test.js diff --git a/ClientApp/node_modules/core-js/full/regexp/to-string.js b/apps/angular/node_modules/core-js/full/regexp/to-string.js similarity index 100% rename from ClientApp/node_modules/core-js/full/regexp/to-string.js rename to apps/angular/node_modules/core-js/full/regexp/to-string.js diff --git a/ClientApp/node_modules/core-js/full/self.js b/apps/angular/node_modules/core-js/full/self.js similarity index 100% rename from ClientApp/node_modules/core-js/full/self.js rename to apps/angular/node_modules/core-js/full/self.js diff --git a/ClientApp/node_modules/core-js/full/set-immediate.js b/apps/angular/node_modules/core-js/full/set-immediate.js similarity index 100% rename from ClientApp/node_modules/core-js/full/set-immediate.js rename to apps/angular/node_modules/core-js/full/set-immediate.js diff --git a/ClientApp/node_modules/core-js/full/set-interval.js b/apps/angular/node_modules/core-js/full/set-interval.js similarity index 100% rename from ClientApp/node_modules/core-js/full/set-interval.js rename to apps/angular/node_modules/core-js/full/set-interval.js diff --git a/ClientApp/node_modules/core-js/full/set-timeout.js b/apps/angular/node_modules/core-js/full/set-timeout.js similarity index 100% rename from ClientApp/node_modules/core-js/full/set-timeout.js rename to apps/angular/node_modules/core-js/full/set-timeout.js diff --git a/ClientApp/node_modules/core-js/full/set/add-all.js b/apps/angular/node_modules/core-js/full/set/add-all.js similarity index 100% rename from ClientApp/node_modules/core-js/full/set/add-all.js rename to apps/angular/node_modules/core-js/full/set/add-all.js diff --git a/ClientApp/node_modules/core-js/full/set/delete-all.js b/apps/angular/node_modules/core-js/full/set/delete-all.js similarity index 100% rename from ClientApp/node_modules/core-js/full/set/delete-all.js rename to apps/angular/node_modules/core-js/full/set/delete-all.js diff --git a/ClientApp/node_modules/core-js/full/set/difference.js b/apps/angular/node_modules/core-js/full/set/difference.js similarity index 100% rename from ClientApp/node_modules/core-js/full/set/difference.js rename to apps/angular/node_modules/core-js/full/set/difference.js diff --git a/ClientApp/node_modules/core-js/full/set/every.js b/apps/angular/node_modules/core-js/full/set/every.js similarity index 100% rename from ClientApp/node_modules/core-js/full/set/every.js rename to apps/angular/node_modules/core-js/full/set/every.js diff --git a/ClientApp/node_modules/core-js/full/set/filter.js b/apps/angular/node_modules/core-js/full/set/filter.js similarity index 100% rename from ClientApp/node_modules/core-js/full/set/filter.js rename to apps/angular/node_modules/core-js/full/set/filter.js diff --git a/ClientApp/node_modules/core-js/full/set/find.js b/apps/angular/node_modules/core-js/full/set/find.js similarity index 100% rename from ClientApp/node_modules/core-js/full/set/find.js rename to apps/angular/node_modules/core-js/full/set/find.js diff --git a/ClientApp/node_modules/core-js/full/set/from.js b/apps/angular/node_modules/core-js/full/set/from.js similarity index 100% rename from ClientApp/node_modules/core-js/full/set/from.js rename to apps/angular/node_modules/core-js/full/set/from.js diff --git a/ClientApp/node_modules/core-js/full/set/index.js b/apps/angular/node_modules/core-js/full/set/index.js similarity index 100% rename from ClientApp/node_modules/core-js/full/set/index.js rename to apps/angular/node_modules/core-js/full/set/index.js diff --git a/ClientApp/node_modules/core-js/full/set/intersection.js b/apps/angular/node_modules/core-js/full/set/intersection.js similarity index 100% rename from ClientApp/node_modules/core-js/full/set/intersection.js rename to apps/angular/node_modules/core-js/full/set/intersection.js diff --git a/ClientApp/node_modules/core-js/full/set/is-disjoint-from.js b/apps/angular/node_modules/core-js/full/set/is-disjoint-from.js similarity index 100% rename from ClientApp/node_modules/core-js/full/set/is-disjoint-from.js rename to apps/angular/node_modules/core-js/full/set/is-disjoint-from.js diff --git a/ClientApp/node_modules/core-js/full/set/is-subset-of.js b/apps/angular/node_modules/core-js/full/set/is-subset-of.js similarity index 100% rename from ClientApp/node_modules/core-js/full/set/is-subset-of.js rename to apps/angular/node_modules/core-js/full/set/is-subset-of.js diff --git a/ClientApp/node_modules/core-js/full/set/is-superset-of.js b/apps/angular/node_modules/core-js/full/set/is-superset-of.js similarity index 100% rename from ClientApp/node_modules/core-js/full/set/is-superset-of.js rename to apps/angular/node_modules/core-js/full/set/is-superset-of.js diff --git a/ClientApp/node_modules/core-js/full/set/join.js b/apps/angular/node_modules/core-js/full/set/join.js similarity index 100% rename from ClientApp/node_modules/core-js/full/set/join.js rename to apps/angular/node_modules/core-js/full/set/join.js diff --git a/ClientApp/node_modules/core-js/full/set/map.js b/apps/angular/node_modules/core-js/full/set/map.js similarity index 100% rename from ClientApp/node_modules/core-js/full/set/map.js rename to apps/angular/node_modules/core-js/full/set/map.js diff --git a/ClientApp/node_modules/core-js/full/set/of.js b/apps/angular/node_modules/core-js/full/set/of.js similarity index 100% rename from ClientApp/node_modules/core-js/full/set/of.js rename to apps/angular/node_modules/core-js/full/set/of.js diff --git a/ClientApp/node_modules/core-js/full/set/reduce.js b/apps/angular/node_modules/core-js/full/set/reduce.js similarity index 100% rename from ClientApp/node_modules/core-js/full/set/reduce.js rename to apps/angular/node_modules/core-js/full/set/reduce.js diff --git a/ClientApp/node_modules/core-js/full/set/some.js b/apps/angular/node_modules/core-js/full/set/some.js similarity index 100% rename from ClientApp/node_modules/core-js/full/set/some.js rename to apps/angular/node_modules/core-js/full/set/some.js diff --git a/ClientApp/node_modules/core-js/full/set/symmetric-difference.js b/apps/angular/node_modules/core-js/full/set/symmetric-difference.js similarity index 100% rename from ClientApp/node_modules/core-js/full/set/symmetric-difference.js rename to apps/angular/node_modules/core-js/full/set/symmetric-difference.js diff --git a/ClientApp/node_modules/core-js/full/set/union.js b/apps/angular/node_modules/core-js/full/set/union.js similarity index 100% rename from ClientApp/node_modules/core-js/full/set/union.js rename to apps/angular/node_modules/core-js/full/set/union.js diff --git a/ClientApp/node_modules/core-js/full/string/anchor.js b/apps/angular/node_modules/core-js/full/string/anchor.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/anchor.js rename to apps/angular/node_modules/core-js/full/string/anchor.js diff --git a/ClientApp/node_modules/core-js/full/string/at.js b/apps/angular/node_modules/core-js/full/string/at.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/at.js rename to apps/angular/node_modules/core-js/full/string/at.js diff --git a/ClientApp/node_modules/core-js/full/string/big.js b/apps/angular/node_modules/core-js/full/string/big.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/big.js rename to apps/angular/node_modules/core-js/full/string/big.js diff --git a/ClientApp/node_modules/core-js/full/string/blink.js b/apps/angular/node_modules/core-js/full/string/blink.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/blink.js rename to apps/angular/node_modules/core-js/full/string/blink.js diff --git a/ClientApp/node_modules/core-js/full/string/bold.js b/apps/angular/node_modules/core-js/full/string/bold.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/bold.js rename to apps/angular/node_modules/core-js/full/string/bold.js diff --git a/ClientApp/node_modules/core-js/full/string/code-point-at.js b/apps/angular/node_modules/core-js/full/string/code-point-at.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/code-point-at.js rename to apps/angular/node_modules/core-js/full/string/code-point-at.js diff --git a/ClientApp/node_modules/core-js/full/string/code-points.js b/apps/angular/node_modules/core-js/full/string/code-points.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/code-points.js rename to apps/angular/node_modules/core-js/full/string/code-points.js diff --git a/ClientApp/node_modules/core-js/full/string/cooked.js b/apps/angular/node_modules/core-js/full/string/cooked.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/cooked.js rename to apps/angular/node_modules/core-js/full/string/cooked.js diff --git a/ClientApp/node_modules/core-js/full/string/dedent.js b/apps/angular/node_modules/core-js/full/string/dedent.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/dedent.js rename to apps/angular/node_modules/core-js/full/string/dedent.js diff --git a/ClientApp/node_modules/core-js/full/string/ends-with.js b/apps/angular/node_modules/core-js/full/string/ends-with.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/ends-with.js rename to apps/angular/node_modules/core-js/full/string/ends-with.js diff --git a/ClientApp/node_modules/core-js/full/string/fixed.js b/apps/angular/node_modules/core-js/full/string/fixed.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/fixed.js rename to apps/angular/node_modules/core-js/full/string/fixed.js diff --git a/ClientApp/node_modules/core-js/full/string/fontcolor.js b/apps/angular/node_modules/core-js/full/string/fontcolor.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/fontcolor.js rename to apps/angular/node_modules/core-js/full/string/fontcolor.js diff --git a/ClientApp/node_modules/core-js/full/string/fontsize.js b/apps/angular/node_modules/core-js/full/string/fontsize.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/fontsize.js rename to apps/angular/node_modules/core-js/full/string/fontsize.js diff --git a/ClientApp/node_modules/core-js/full/string/from-code-point.js b/apps/angular/node_modules/core-js/full/string/from-code-point.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/from-code-point.js rename to apps/angular/node_modules/core-js/full/string/from-code-point.js diff --git a/ClientApp/node_modules/core-js/full/string/includes.js b/apps/angular/node_modules/core-js/full/string/includes.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/includes.js rename to apps/angular/node_modules/core-js/full/string/includes.js diff --git a/ClientApp/node_modules/core-js/full/string/index.js b/apps/angular/node_modules/core-js/full/string/index.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/index.js rename to apps/angular/node_modules/core-js/full/string/index.js diff --git a/ClientApp/node_modules/core-js/full/string/is-well-formed.js b/apps/angular/node_modules/core-js/full/string/is-well-formed.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/is-well-formed.js rename to apps/angular/node_modules/core-js/full/string/is-well-formed.js diff --git a/ClientApp/node_modules/core-js/full/string/italics.js b/apps/angular/node_modules/core-js/full/string/italics.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/italics.js rename to apps/angular/node_modules/core-js/full/string/italics.js diff --git a/ClientApp/node_modules/core-js/full/string/iterator.js b/apps/angular/node_modules/core-js/full/string/iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/iterator.js rename to apps/angular/node_modules/core-js/full/string/iterator.js diff --git a/ClientApp/node_modules/core-js/full/string/link.js b/apps/angular/node_modules/core-js/full/string/link.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/link.js rename to apps/angular/node_modules/core-js/full/string/link.js diff --git a/ClientApp/node_modules/core-js/full/string/match-all.js b/apps/angular/node_modules/core-js/full/string/match-all.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/match-all.js rename to apps/angular/node_modules/core-js/full/string/match-all.js diff --git a/ClientApp/node_modules/core-js/full/string/match.js b/apps/angular/node_modules/core-js/full/string/match.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/match.js rename to apps/angular/node_modules/core-js/full/string/match.js diff --git a/ClientApp/node_modules/core-js/full/string/pad-end.js b/apps/angular/node_modules/core-js/full/string/pad-end.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/pad-end.js rename to apps/angular/node_modules/core-js/full/string/pad-end.js diff --git a/ClientApp/node_modules/core-js/full/string/pad-start.js b/apps/angular/node_modules/core-js/full/string/pad-start.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/pad-start.js rename to apps/angular/node_modules/core-js/full/string/pad-start.js diff --git a/ClientApp/node_modules/core-js/full/string/raw.js b/apps/angular/node_modules/core-js/full/string/raw.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/raw.js rename to apps/angular/node_modules/core-js/full/string/raw.js diff --git a/ClientApp/node_modules/core-js/full/string/repeat.js b/apps/angular/node_modules/core-js/full/string/repeat.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/repeat.js rename to apps/angular/node_modules/core-js/full/string/repeat.js diff --git a/ClientApp/node_modules/core-js/full/string/replace-all.js b/apps/angular/node_modules/core-js/full/string/replace-all.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/replace-all.js rename to apps/angular/node_modules/core-js/full/string/replace-all.js diff --git a/ClientApp/node_modules/core-js/full/string/replace.js b/apps/angular/node_modules/core-js/full/string/replace.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/replace.js rename to apps/angular/node_modules/core-js/full/string/replace.js diff --git a/ClientApp/node_modules/core-js/full/string/search.js b/apps/angular/node_modules/core-js/full/string/search.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/search.js rename to apps/angular/node_modules/core-js/full/string/search.js diff --git a/ClientApp/node_modules/core-js/full/string/small.js b/apps/angular/node_modules/core-js/full/string/small.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/small.js rename to apps/angular/node_modules/core-js/full/string/small.js diff --git a/ClientApp/node_modules/core-js/full/string/split.js b/apps/angular/node_modules/core-js/full/string/split.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/split.js rename to apps/angular/node_modules/core-js/full/string/split.js diff --git a/ClientApp/node_modules/core-js/full/string/starts-with.js b/apps/angular/node_modules/core-js/full/string/starts-with.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/starts-with.js rename to apps/angular/node_modules/core-js/full/string/starts-with.js diff --git a/ClientApp/node_modules/core-js/full/string/strike.js b/apps/angular/node_modules/core-js/full/string/strike.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/strike.js rename to apps/angular/node_modules/core-js/full/string/strike.js diff --git a/ClientApp/node_modules/core-js/full/string/sub.js b/apps/angular/node_modules/core-js/full/string/sub.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/sub.js rename to apps/angular/node_modules/core-js/full/string/sub.js diff --git a/ClientApp/node_modules/core-js/full/string/substr.js b/apps/angular/node_modules/core-js/full/string/substr.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/substr.js rename to apps/angular/node_modules/core-js/full/string/substr.js diff --git a/ClientApp/node_modules/core-js/full/string/sup.js b/apps/angular/node_modules/core-js/full/string/sup.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/sup.js rename to apps/angular/node_modules/core-js/full/string/sup.js diff --git a/ClientApp/node_modules/core-js/full/string/to-well-formed.js b/apps/angular/node_modules/core-js/full/string/to-well-formed.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/to-well-formed.js rename to apps/angular/node_modules/core-js/full/string/to-well-formed.js diff --git a/ClientApp/node_modules/core-js/full/string/trim-end.js b/apps/angular/node_modules/core-js/full/string/trim-end.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/trim-end.js rename to apps/angular/node_modules/core-js/full/string/trim-end.js diff --git a/ClientApp/node_modules/core-js/full/string/trim-left.js b/apps/angular/node_modules/core-js/full/string/trim-left.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/trim-left.js rename to apps/angular/node_modules/core-js/full/string/trim-left.js diff --git a/ClientApp/node_modules/core-js/full/string/trim-right.js b/apps/angular/node_modules/core-js/full/string/trim-right.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/trim-right.js rename to apps/angular/node_modules/core-js/full/string/trim-right.js diff --git a/ClientApp/node_modules/core-js/full/string/trim-start.js b/apps/angular/node_modules/core-js/full/string/trim-start.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/trim-start.js rename to apps/angular/node_modules/core-js/full/string/trim-start.js diff --git a/ClientApp/node_modules/core-js/full/string/trim.js b/apps/angular/node_modules/core-js/full/string/trim.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/trim.js rename to apps/angular/node_modules/core-js/full/string/trim.js diff --git a/ClientApp/node_modules/core-js/full/string/virtual/anchor.js b/apps/angular/node_modules/core-js/full/string/virtual/anchor.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/virtual/anchor.js rename to apps/angular/node_modules/core-js/full/string/virtual/anchor.js diff --git a/ClientApp/node_modules/core-js/full/string/virtual/at.js b/apps/angular/node_modules/core-js/full/string/virtual/at.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/virtual/at.js rename to apps/angular/node_modules/core-js/full/string/virtual/at.js diff --git a/ClientApp/node_modules/core-js/full/string/virtual/big.js b/apps/angular/node_modules/core-js/full/string/virtual/big.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/virtual/big.js rename to apps/angular/node_modules/core-js/full/string/virtual/big.js diff --git a/ClientApp/node_modules/core-js/full/string/virtual/blink.js b/apps/angular/node_modules/core-js/full/string/virtual/blink.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/virtual/blink.js rename to apps/angular/node_modules/core-js/full/string/virtual/blink.js diff --git a/ClientApp/node_modules/core-js/full/string/virtual/bold.js b/apps/angular/node_modules/core-js/full/string/virtual/bold.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/virtual/bold.js rename to apps/angular/node_modules/core-js/full/string/virtual/bold.js diff --git a/ClientApp/node_modules/core-js/full/string/virtual/code-point-at.js b/apps/angular/node_modules/core-js/full/string/virtual/code-point-at.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/virtual/code-point-at.js rename to apps/angular/node_modules/core-js/full/string/virtual/code-point-at.js diff --git a/ClientApp/node_modules/core-js/full/string/virtual/code-points.js b/apps/angular/node_modules/core-js/full/string/virtual/code-points.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/virtual/code-points.js rename to apps/angular/node_modules/core-js/full/string/virtual/code-points.js diff --git a/ClientApp/node_modules/core-js/full/string/virtual/ends-with.js b/apps/angular/node_modules/core-js/full/string/virtual/ends-with.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/virtual/ends-with.js rename to apps/angular/node_modules/core-js/full/string/virtual/ends-with.js diff --git a/ClientApp/node_modules/core-js/full/string/virtual/fixed.js b/apps/angular/node_modules/core-js/full/string/virtual/fixed.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/virtual/fixed.js rename to apps/angular/node_modules/core-js/full/string/virtual/fixed.js diff --git a/ClientApp/node_modules/core-js/full/string/virtual/fontcolor.js b/apps/angular/node_modules/core-js/full/string/virtual/fontcolor.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/virtual/fontcolor.js rename to apps/angular/node_modules/core-js/full/string/virtual/fontcolor.js diff --git a/ClientApp/node_modules/core-js/full/string/virtual/fontsize.js b/apps/angular/node_modules/core-js/full/string/virtual/fontsize.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/virtual/fontsize.js rename to apps/angular/node_modules/core-js/full/string/virtual/fontsize.js diff --git a/ClientApp/node_modules/core-js/full/string/virtual/includes.js b/apps/angular/node_modules/core-js/full/string/virtual/includes.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/virtual/includes.js rename to apps/angular/node_modules/core-js/full/string/virtual/includes.js diff --git a/ClientApp/node_modules/core-js/full/string/virtual/index.js b/apps/angular/node_modules/core-js/full/string/virtual/index.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/virtual/index.js rename to apps/angular/node_modules/core-js/full/string/virtual/index.js diff --git a/ClientApp/node_modules/core-js/full/string/virtual/is-well-formed.js b/apps/angular/node_modules/core-js/full/string/virtual/is-well-formed.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/virtual/is-well-formed.js rename to apps/angular/node_modules/core-js/full/string/virtual/is-well-formed.js diff --git a/ClientApp/node_modules/core-js/full/string/virtual/italics.js b/apps/angular/node_modules/core-js/full/string/virtual/italics.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/virtual/italics.js rename to apps/angular/node_modules/core-js/full/string/virtual/italics.js diff --git a/ClientApp/node_modules/core-js/full/string/virtual/iterator.js b/apps/angular/node_modules/core-js/full/string/virtual/iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/virtual/iterator.js rename to apps/angular/node_modules/core-js/full/string/virtual/iterator.js diff --git a/ClientApp/node_modules/core-js/full/string/virtual/link.js b/apps/angular/node_modules/core-js/full/string/virtual/link.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/virtual/link.js rename to apps/angular/node_modules/core-js/full/string/virtual/link.js diff --git a/ClientApp/node_modules/core-js/full/string/virtual/match-all.js b/apps/angular/node_modules/core-js/full/string/virtual/match-all.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/virtual/match-all.js rename to apps/angular/node_modules/core-js/full/string/virtual/match-all.js diff --git a/ClientApp/node_modules/core-js/full/string/virtual/pad-end.js b/apps/angular/node_modules/core-js/full/string/virtual/pad-end.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/virtual/pad-end.js rename to apps/angular/node_modules/core-js/full/string/virtual/pad-end.js diff --git a/ClientApp/node_modules/core-js/full/string/virtual/pad-start.js b/apps/angular/node_modules/core-js/full/string/virtual/pad-start.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/virtual/pad-start.js rename to apps/angular/node_modules/core-js/full/string/virtual/pad-start.js diff --git a/ClientApp/node_modules/core-js/full/string/virtual/repeat.js b/apps/angular/node_modules/core-js/full/string/virtual/repeat.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/virtual/repeat.js rename to apps/angular/node_modules/core-js/full/string/virtual/repeat.js diff --git a/ClientApp/node_modules/core-js/full/string/virtual/replace-all.js b/apps/angular/node_modules/core-js/full/string/virtual/replace-all.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/virtual/replace-all.js rename to apps/angular/node_modules/core-js/full/string/virtual/replace-all.js diff --git a/ClientApp/node_modules/core-js/full/string/virtual/small.js b/apps/angular/node_modules/core-js/full/string/virtual/small.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/virtual/small.js rename to apps/angular/node_modules/core-js/full/string/virtual/small.js diff --git a/ClientApp/node_modules/core-js/full/string/virtual/starts-with.js b/apps/angular/node_modules/core-js/full/string/virtual/starts-with.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/virtual/starts-with.js rename to apps/angular/node_modules/core-js/full/string/virtual/starts-with.js diff --git a/ClientApp/node_modules/core-js/full/string/virtual/strike.js b/apps/angular/node_modules/core-js/full/string/virtual/strike.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/virtual/strike.js rename to apps/angular/node_modules/core-js/full/string/virtual/strike.js diff --git a/ClientApp/node_modules/core-js/full/string/virtual/sub.js b/apps/angular/node_modules/core-js/full/string/virtual/sub.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/virtual/sub.js rename to apps/angular/node_modules/core-js/full/string/virtual/sub.js diff --git a/ClientApp/node_modules/core-js/full/string/virtual/substr.js b/apps/angular/node_modules/core-js/full/string/virtual/substr.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/virtual/substr.js rename to apps/angular/node_modules/core-js/full/string/virtual/substr.js diff --git a/ClientApp/node_modules/core-js/full/string/virtual/sup.js b/apps/angular/node_modules/core-js/full/string/virtual/sup.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/virtual/sup.js rename to apps/angular/node_modules/core-js/full/string/virtual/sup.js diff --git a/ClientApp/node_modules/core-js/full/string/virtual/to-well-formed.js b/apps/angular/node_modules/core-js/full/string/virtual/to-well-formed.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/virtual/to-well-formed.js rename to apps/angular/node_modules/core-js/full/string/virtual/to-well-formed.js diff --git a/ClientApp/node_modules/core-js/full/string/virtual/trim-end.js b/apps/angular/node_modules/core-js/full/string/virtual/trim-end.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/virtual/trim-end.js rename to apps/angular/node_modules/core-js/full/string/virtual/trim-end.js diff --git a/ClientApp/node_modules/core-js/full/string/virtual/trim-left.js b/apps/angular/node_modules/core-js/full/string/virtual/trim-left.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/virtual/trim-left.js rename to apps/angular/node_modules/core-js/full/string/virtual/trim-left.js diff --git a/ClientApp/node_modules/core-js/full/string/virtual/trim-right.js b/apps/angular/node_modules/core-js/full/string/virtual/trim-right.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/virtual/trim-right.js rename to apps/angular/node_modules/core-js/full/string/virtual/trim-right.js diff --git a/ClientApp/node_modules/core-js/full/string/virtual/trim-start.js b/apps/angular/node_modules/core-js/full/string/virtual/trim-start.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/virtual/trim-start.js rename to apps/angular/node_modules/core-js/full/string/virtual/trim-start.js diff --git a/ClientApp/node_modules/core-js/full/string/virtual/trim.js b/apps/angular/node_modules/core-js/full/string/virtual/trim.js similarity index 100% rename from ClientApp/node_modules/core-js/full/string/virtual/trim.js rename to apps/angular/node_modules/core-js/full/string/virtual/trim.js diff --git a/ClientApp/node_modules/core-js/full/structured-clone.js b/apps/angular/node_modules/core-js/full/structured-clone.js similarity index 100% rename from ClientApp/node_modules/core-js/full/structured-clone.js rename to apps/angular/node_modules/core-js/full/structured-clone.js diff --git a/ClientApp/node_modules/core-js/full/suppressed-error.js b/apps/angular/node_modules/core-js/full/suppressed-error.js similarity index 100% rename from ClientApp/node_modules/core-js/full/suppressed-error.js rename to apps/angular/node_modules/core-js/full/suppressed-error.js diff --git a/ClientApp/node_modules/core-js/full/symbol/async-dispose.js b/apps/angular/node_modules/core-js/full/symbol/async-dispose.js similarity index 100% rename from ClientApp/node_modules/core-js/full/symbol/async-dispose.js rename to apps/angular/node_modules/core-js/full/symbol/async-dispose.js diff --git a/ClientApp/node_modules/core-js/full/symbol/async-iterator.js b/apps/angular/node_modules/core-js/full/symbol/async-iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/full/symbol/async-iterator.js rename to apps/angular/node_modules/core-js/full/symbol/async-iterator.js diff --git a/ClientApp/node_modules/core-js/full/symbol/custom-matcher.js b/apps/angular/node_modules/core-js/full/symbol/custom-matcher.js similarity index 100% rename from ClientApp/node_modules/core-js/full/symbol/custom-matcher.js rename to apps/angular/node_modules/core-js/full/symbol/custom-matcher.js diff --git a/ClientApp/node_modules/core-js/full/symbol/description.js b/apps/angular/node_modules/core-js/full/symbol/description.js similarity index 100% rename from ClientApp/node_modules/core-js/full/symbol/description.js rename to apps/angular/node_modules/core-js/full/symbol/description.js diff --git a/ClientApp/node_modules/core-js/full/symbol/dispose.js b/apps/angular/node_modules/core-js/full/symbol/dispose.js similarity index 100% rename from ClientApp/node_modules/core-js/full/symbol/dispose.js rename to apps/angular/node_modules/core-js/full/symbol/dispose.js diff --git a/ClientApp/node_modules/core-js/full/symbol/for.js b/apps/angular/node_modules/core-js/full/symbol/for.js similarity index 100% rename from ClientApp/node_modules/core-js/full/symbol/for.js rename to apps/angular/node_modules/core-js/full/symbol/for.js diff --git a/ClientApp/node_modules/core-js/full/symbol/has-instance.js b/apps/angular/node_modules/core-js/full/symbol/has-instance.js similarity index 100% rename from ClientApp/node_modules/core-js/full/symbol/has-instance.js rename to apps/angular/node_modules/core-js/full/symbol/has-instance.js diff --git a/ClientApp/node_modules/core-js/full/symbol/index.js b/apps/angular/node_modules/core-js/full/symbol/index.js similarity index 100% rename from ClientApp/node_modules/core-js/full/symbol/index.js rename to apps/angular/node_modules/core-js/full/symbol/index.js diff --git a/ClientApp/node_modules/core-js/full/symbol/is-concat-spreadable.js b/apps/angular/node_modules/core-js/full/symbol/is-concat-spreadable.js similarity index 100% rename from ClientApp/node_modules/core-js/full/symbol/is-concat-spreadable.js rename to apps/angular/node_modules/core-js/full/symbol/is-concat-spreadable.js diff --git a/ClientApp/node_modules/core-js/full/symbol/is-registered-symbol.js b/apps/angular/node_modules/core-js/full/symbol/is-registered-symbol.js similarity index 100% rename from ClientApp/node_modules/core-js/full/symbol/is-registered-symbol.js rename to apps/angular/node_modules/core-js/full/symbol/is-registered-symbol.js diff --git a/ClientApp/node_modules/core-js/full/symbol/is-registered.js b/apps/angular/node_modules/core-js/full/symbol/is-registered.js similarity index 100% rename from ClientApp/node_modules/core-js/full/symbol/is-registered.js rename to apps/angular/node_modules/core-js/full/symbol/is-registered.js diff --git a/ClientApp/node_modules/core-js/full/symbol/is-well-known-symbol.js b/apps/angular/node_modules/core-js/full/symbol/is-well-known-symbol.js similarity index 100% rename from ClientApp/node_modules/core-js/full/symbol/is-well-known-symbol.js rename to apps/angular/node_modules/core-js/full/symbol/is-well-known-symbol.js diff --git a/ClientApp/node_modules/core-js/full/symbol/is-well-known.js b/apps/angular/node_modules/core-js/full/symbol/is-well-known.js similarity index 100% rename from ClientApp/node_modules/core-js/full/symbol/is-well-known.js rename to apps/angular/node_modules/core-js/full/symbol/is-well-known.js diff --git a/ClientApp/node_modules/core-js/full/symbol/iterator.js b/apps/angular/node_modules/core-js/full/symbol/iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/full/symbol/iterator.js rename to apps/angular/node_modules/core-js/full/symbol/iterator.js diff --git a/ClientApp/node_modules/core-js/full/symbol/key-for.js b/apps/angular/node_modules/core-js/full/symbol/key-for.js similarity index 100% rename from ClientApp/node_modules/core-js/full/symbol/key-for.js rename to apps/angular/node_modules/core-js/full/symbol/key-for.js diff --git a/ClientApp/node_modules/core-js/full/symbol/match-all.js b/apps/angular/node_modules/core-js/full/symbol/match-all.js similarity index 100% rename from ClientApp/node_modules/core-js/full/symbol/match-all.js rename to apps/angular/node_modules/core-js/full/symbol/match-all.js diff --git a/ClientApp/node_modules/core-js/full/symbol/match.js b/apps/angular/node_modules/core-js/full/symbol/match.js similarity index 100% rename from ClientApp/node_modules/core-js/full/symbol/match.js rename to apps/angular/node_modules/core-js/full/symbol/match.js diff --git a/ClientApp/node_modules/core-js/full/symbol/matcher.js b/apps/angular/node_modules/core-js/full/symbol/matcher.js similarity index 100% rename from ClientApp/node_modules/core-js/full/symbol/matcher.js rename to apps/angular/node_modules/core-js/full/symbol/matcher.js diff --git a/ClientApp/node_modules/core-js/full/symbol/metadata-key.js b/apps/angular/node_modules/core-js/full/symbol/metadata-key.js similarity index 100% rename from ClientApp/node_modules/core-js/full/symbol/metadata-key.js rename to apps/angular/node_modules/core-js/full/symbol/metadata-key.js diff --git a/ClientApp/node_modules/core-js/full/symbol/metadata.js b/apps/angular/node_modules/core-js/full/symbol/metadata.js similarity index 100% rename from ClientApp/node_modules/core-js/full/symbol/metadata.js rename to apps/angular/node_modules/core-js/full/symbol/metadata.js diff --git a/ClientApp/node_modules/core-js/full/symbol/observable.js b/apps/angular/node_modules/core-js/full/symbol/observable.js similarity index 100% rename from ClientApp/node_modules/core-js/full/symbol/observable.js rename to apps/angular/node_modules/core-js/full/symbol/observable.js diff --git a/ClientApp/node_modules/core-js/full/symbol/pattern-match.js b/apps/angular/node_modules/core-js/full/symbol/pattern-match.js similarity index 100% rename from ClientApp/node_modules/core-js/full/symbol/pattern-match.js rename to apps/angular/node_modules/core-js/full/symbol/pattern-match.js diff --git a/ClientApp/node_modules/core-js/full/symbol/replace-all.js b/apps/angular/node_modules/core-js/full/symbol/replace-all.js similarity index 100% rename from ClientApp/node_modules/core-js/full/symbol/replace-all.js rename to apps/angular/node_modules/core-js/full/symbol/replace-all.js diff --git a/ClientApp/node_modules/core-js/full/symbol/replace.js b/apps/angular/node_modules/core-js/full/symbol/replace.js similarity index 100% rename from ClientApp/node_modules/core-js/full/symbol/replace.js rename to apps/angular/node_modules/core-js/full/symbol/replace.js diff --git a/ClientApp/node_modules/core-js/full/symbol/search.js b/apps/angular/node_modules/core-js/full/symbol/search.js similarity index 100% rename from ClientApp/node_modules/core-js/full/symbol/search.js rename to apps/angular/node_modules/core-js/full/symbol/search.js diff --git a/ClientApp/node_modules/core-js/full/symbol/species.js b/apps/angular/node_modules/core-js/full/symbol/species.js similarity index 100% rename from ClientApp/node_modules/core-js/full/symbol/species.js rename to apps/angular/node_modules/core-js/full/symbol/species.js diff --git a/ClientApp/node_modules/core-js/full/symbol/split.js b/apps/angular/node_modules/core-js/full/symbol/split.js similarity index 100% rename from ClientApp/node_modules/core-js/full/symbol/split.js rename to apps/angular/node_modules/core-js/full/symbol/split.js diff --git a/ClientApp/node_modules/core-js/full/symbol/to-primitive.js b/apps/angular/node_modules/core-js/full/symbol/to-primitive.js similarity index 100% rename from ClientApp/node_modules/core-js/full/symbol/to-primitive.js rename to apps/angular/node_modules/core-js/full/symbol/to-primitive.js diff --git a/ClientApp/node_modules/core-js/full/symbol/to-string-tag.js b/apps/angular/node_modules/core-js/full/symbol/to-string-tag.js similarity index 100% rename from ClientApp/node_modules/core-js/full/symbol/to-string-tag.js rename to apps/angular/node_modules/core-js/full/symbol/to-string-tag.js diff --git a/ClientApp/node_modules/core-js/full/symbol/unscopables.js b/apps/angular/node_modules/core-js/full/symbol/unscopables.js similarity index 100% rename from ClientApp/node_modules/core-js/full/symbol/unscopables.js rename to apps/angular/node_modules/core-js/full/symbol/unscopables.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/at.js b/apps/angular/node_modules/core-js/full/typed-array/at.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/at.js rename to apps/angular/node_modules/core-js/full/typed-array/at.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/copy-within.js b/apps/angular/node_modules/core-js/full/typed-array/copy-within.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/copy-within.js rename to apps/angular/node_modules/core-js/full/typed-array/copy-within.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/entries.js b/apps/angular/node_modules/core-js/full/typed-array/entries.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/entries.js rename to apps/angular/node_modules/core-js/full/typed-array/entries.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/every.js b/apps/angular/node_modules/core-js/full/typed-array/every.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/every.js rename to apps/angular/node_modules/core-js/full/typed-array/every.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/fill.js b/apps/angular/node_modules/core-js/full/typed-array/fill.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/fill.js rename to apps/angular/node_modules/core-js/full/typed-array/fill.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/filter-out.js b/apps/angular/node_modules/core-js/full/typed-array/filter-out.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/filter-out.js rename to apps/angular/node_modules/core-js/full/typed-array/filter-out.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/filter-reject.js b/apps/angular/node_modules/core-js/full/typed-array/filter-reject.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/filter-reject.js rename to apps/angular/node_modules/core-js/full/typed-array/filter-reject.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/filter.js b/apps/angular/node_modules/core-js/full/typed-array/filter.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/filter.js rename to apps/angular/node_modules/core-js/full/typed-array/filter.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/find-index.js b/apps/angular/node_modules/core-js/full/typed-array/find-index.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/find-index.js rename to apps/angular/node_modules/core-js/full/typed-array/find-index.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/find-last-index.js b/apps/angular/node_modules/core-js/full/typed-array/find-last-index.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/find-last-index.js rename to apps/angular/node_modules/core-js/full/typed-array/find-last-index.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/find-last.js b/apps/angular/node_modules/core-js/full/typed-array/find-last.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/find-last.js rename to apps/angular/node_modules/core-js/full/typed-array/find-last.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/find.js b/apps/angular/node_modules/core-js/full/typed-array/find.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/find.js rename to apps/angular/node_modules/core-js/full/typed-array/find.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/float32-array.js b/apps/angular/node_modules/core-js/full/typed-array/float32-array.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/float32-array.js rename to apps/angular/node_modules/core-js/full/typed-array/float32-array.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/float64-array.js b/apps/angular/node_modules/core-js/full/typed-array/float64-array.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/float64-array.js rename to apps/angular/node_modules/core-js/full/typed-array/float64-array.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/for-each.js b/apps/angular/node_modules/core-js/full/typed-array/for-each.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/for-each.js rename to apps/angular/node_modules/core-js/full/typed-array/for-each.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/from-async.js b/apps/angular/node_modules/core-js/full/typed-array/from-async.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/from-async.js rename to apps/angular/node_modules/core-js/full/typed-array/from-async.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/from-base64.js b/apps/angular/node_modules/core-js/full/typed-array/from-base64.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/from-base64.js rename to apps/angular/node_modules/core-js/full/typed-array/from-base64.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/from-hex.js b/apps/angular/node_modules/core-js/full/typed-array/from-hex.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/from-hex.js rename to apps/angular/node_modules/core-js/full/typed-array/from-hex.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/from.js b/apps/angular/node_modules/core-js/full/typed-array/from.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/from.js rename to apps/angular/node_modules/core-js/full/typed-array/from.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/group-by.js b/apps/angular/node_modules/core-js/full/typed-array/group-by.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/group-by.js rename to apps/angular/node_modules/core-js/full/typed-array/group-by.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/includes.js b/apps/angular/node_modules/core-js/full/typed-array/includes.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/includes.js rename to apps/angular/node_modules/core-js/full/typed-array/includes.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/index-of.js b/apps/angular/node_modules/core-js/full/typed-array/index-of.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/index-of.js rename to apps/angular/node_modules/core-js/full/typed-array/index-of.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/index.js b/apps/angular/node_modules/core-js/full/typed-array/index.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/index.js rename to apps/angular/node_modules/core-js/full/typed-array/index.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/int16-array.js b/apps/angular/node_modules/core-js/full/typed-array/int16-array.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/int16-array.js rename to apps/angular/node_modules/core-js/full/typed-array/int16-array.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/int32-array.js b/apps/angular/node_modules/core-js/full/typed-array/int32-array.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/int32-array.js rename to apps/angular/node_modules/core-js/full/typed-array/int32-array.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/int8-array.js b/apps/angular/node_modules/core-js/full/typed-array/int8-array.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/int8-array.js rename to apps/angular/node_modules/core-js/full/typed-array/int8-array.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/iterator.js b/apps/angular/node_modules/core-js/full/typed-array/iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/iterator.js rename to apps/angular/node_modules/core-js/full/typed-array/iterator.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/join.js b/apps/angular/node_modules/core-js/full/typed-array/join.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/join.js rename to apps/angular/node_modules/core-js/full/typed-array/join.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/keys.js b/apps/angular/node_modules/core-js/full/typed-array/keys.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/keys.js rename to apps/angular/node_modules/core-js/full/typed-array/keys.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/last-index-of.js b/apps/angular/node_modules/core-js/full/typed-array/last-index-of.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/last-index-of.js rename to apps/angular/node_modules/core-js/full/typed-array/last-index-of.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/map.js b/apps/angular/node_modules/core-js/full/typed-array/map.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/map.js rename to apps/angular/node_modules/core-js/full/typed-array/map.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/methods.js b/apps/angular/node_modules/core-js/full/typed-array/methods.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/methods.js rename to apps/angular/node_modules/core-js/full/typed-array/methods.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/of.js b/apps/angular/node_modules/core-js/full/typed-array/of.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/of.js rename to apps/angular/node_modules/core-js/full/typed-array/of.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/reduce-right.js b/apps/angular/node_modules/core-js/full/typed-array/reduce-right.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/reduce-right.js rename to apps/angular/node_modules/core-js/full/typed-array/reduce-right.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/reduce.js b/apps/angular/node_modules/core-js/full/typed-array/reduce.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/reduce.js rename to apps/angular/node_modules/core-js/full/typed-array/reduce.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/reverse.js b/apps/angular/node_modules/core-js/full/typed-array/reverse.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/reverse.js rename to apps/angular/node_modules/core-js/full/typed-array/reverse.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/set-from-base64.js b/apps/angular/node_modules/core-js/full/typed-array/set-from-base64.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/set-from-base64.js rename to apps/angular/node_modules/core-js/full/typed-array/set-from-base64.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/set-from-hex.js b/apps/angular/node_modules/core-js/full/typed-array/set-from-hex.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/set-from-hex.js rename to apps/angular/node_modules/core-js/full/typed-array/set-from-hex.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/set.js b/apps/angular/node_modules/core-js/full/typed-array/set.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/set.js rename to apps/angular/node_modules/core-js/full/typed-array/set.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/slice.js b/apps/angular/node_modules/core-js/full/typed-array/slice.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/slice.js rename to apps/angular/node_modules/core-js/full/typed-array/slice.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/some.js b/apps/angular/node_modules/core-js/full/typed-array/some.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/some.js rename to apps/angular/node_modules/core-js/full/typed-array/some.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/sort.js b/apps/angular/node_modules/core-js/full/typed-array/sort.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/sort.js rename to apps/angular/node_modules/core-js/full/typed-array/sort.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/subarray.js b/apps/angular/node_modules/core-js/full/typed-array/subarray.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/subarray.js rename to apps/angular/node_modules/core-js/full/typed-array/subarray.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/to-base64.js b/apps/angular/node_modules/core-js/full/typed-array/to-base64.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/to-base64.js rename to apps/angular/node_modules/core-js/full/typed-array/to-base64.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/to-hex.js b/apps/angular/node_modules/core-js/full/typed-array/to-hex.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/to-hex.js rename to apps/angular/node_modules/core-js/full/typed-array/to-hex.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/to-locale-string.js b/apps/angular/node_modules/core-js/full/typed-array/to-locale-string.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/to-locale-string.js rename to apps/angular/node_modules/core-js/full/typed-array/to-locale-string.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/to-reversed.js b/apps/angular/node_modules/core-js/full/typed-array/to-reversed.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/to-reversed.js rename to apps/angular/node_modules/core-js/full/typed-array/to-reversed.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/to-sorted.js b/apps/angular/node_modules/core-js/full/typed-array/to-sorted.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/to-sorted.js rename to apps/angular/node_modules/core-js/full/typed-array/to-sorted.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/to-spliced.js b/apps/angular/node_modules/core-js/full/typed-array/to-spliced.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/to-spliced.js rename to apps/angular/node_modules/core-js/full/typed-array/to-spliced.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/to-string.js b/apps/angular/node_modules/core-js/full/typed-array/to-string.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/to-string.js rename to apps/angular/node_modules/core-js/full/typed-array/to-string.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/uint16-array.js b/apps/angular/node_modules/core-js/full/typed-array/uint16-array.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/uint16-array.js rename to apps/angular/node_modules/core-js/full/typed-array/uint16-array.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/uint32-array.js b/apps/angular/node_modules/core-js/full/typed-array/uint32-array.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/uint32-array.js rename to apps/angular/node_modules/core-js/full/typed-array/uint32-array.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/uint8-array.js b/apps/angular/node_modules/core-js/full/typed-array/uint8-array.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/uint8-array.js rename to apps/angular/node_modules/core-js/full/typed-array/uint8-array.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/uint8-clamped-array.js b/apps/angular/node_modules/core-js/full/typed-array/uint8-clamped-array.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/uint8-clamped-array.js rename to apps/angular/node_modules/core-js/full/typed-array/uint8-clamped-array.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/unique-by.js b/apps/angular/node_modules/core-js/full/typed-array/unique-by.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/unique-by.js rename to apps/angular/node_modules/core-js/full/typed-array/unique-by.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/values.js b/apps/angular/node_modules/core-js/full/typed-array/values.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/values.js rename to apps/angular/node_modules/core-js/full/typed-array/values.js diff --git a/ClientApp/node_modules/core-js/full/typed-array/with.js b/apps/angular/node_modules/core-js/full/typed-array/with.js similarity index 100% rename from ClientApp/node_modules/core-js/full/typed-array/with.js rename to apps/angular/node_modules/core-js/full/typed-array/with.js diff --git a/ClientApp/node_modules/core-js/full/unescape.js b/apps/angular/node_modules/core-js/full/unescape.js similarity index 100% rename from ClientApp/node_modules/core-js/full/unescape.js rename to apps/angular/node_modules/core-js/full/unescape.js diff --git a/ClientApp/node_modules/core-js/full/url-search-params/index.js b/apps/angular/node_modules/core-js/full/url-search-params/index.js similarity index 100% rename from ClientApp/node_modules/core-js/full/url-search-params/index.js rename to apps/angular/node_modules/core-js/full/url-search-params/index.js diff --git a/ClientApp/node_modules/core-js/full/url/can-parse.js b/apps/angular/node_modules/core-js/full/url/can-parse.js similarity index 100% rename from ClientApp/node_modules/core-js/full/url/can-parse.js rename to apps/angular/node_modules/core-js/full/url/can-parse.js diff --git a/ClientApp/node_modules/core-js/full/url/index.js b/apps/angular/node_modules/core-js/full/url/index.js similarity index 100% rename from ClientApp/node_modules/core-js/full/url/index.js rename to apps/angular/node_modules/core-js/full/url/index.js diff --git a/ClientApp/node_modules/core-js/full/url/parse.js b/apps/angular/node_modules/core-js/full/url/parse.js similarity index 100% rename from ClientApp/node_modules/core-js/full/url/parse.js rename to apps/angular/node_modules/core-js/full/url/parse.js diff --git a/ClientApp/node_modules/core-js/full/url/to-json.js b/apps/angular/node_modules/core-js/full/url/to-json.js similarity index 100% rename from ClientApp/node_modules/core-js/full/url/to-json.js rename to apps/angular/node_modules/core-js/full/url/to-json.js diff --git a/ClientApp/node_modules/core-js/full/weak-map/delete-all.js b/apps/angular/node_modules/core-js/full/weak-map/delete-all.js similarity index 100% rename from ClientApp/node_modules/core-js/full/weak-map/delete-all.js rename to apps/angular/node_modules/core-js/full/weak-map/delete-all.js diff --git a/ClientApp/node_modules/core-js/full/weak-map/emplace.js b/apps/angular/node_modules/core-js/full/weak-map/emplace.js similarity index 100% rename from ClientApp/node_modules/core-js/full/weak-map/emplace.js rename to apps/angular/node_modules/core-js/full/weak-map/emplace.js diff --git a/ClientApp/node_modules/core-js/full/weak-map/from.js b/apps/angular/node_modules/core-js/full/weak-map/from.js similarity index 100% rename from ClientApp/node_modules/core-js/full/weak-map/from.js rename to apps/angular/node_modules/core-js/full/weak-map/from.js diff --git a/ClientApp/node_modules/core-js/full/weak-map/get-or-insert-computed.js b/apps/angular/node_modules/core-js/full/weak-map/get-or-insert-computed.js similarity index 100% rename from ClientApp/node_modules/core-js/full/weak-map/get-or-insert-computed.js rename to apps/angular/node_modules/core-js/full/weak-map/get-or-insert-computed.js diff --git a/ClientApp/node_modules/core-js/full/weak-map/get-or-insert.js b/apps/angular/node_modules/core-js/full/weak-map/get-or-insert.js similarity index 100% rename from ClientApp/node_modules/core-js/full/weak-map/get-or-insert.js rename to apps/angular/node_modules/core-js/full/weak-map/get-or-insert.js diff --git a/ClientApp/node_modules/core-js/full/weak-map/index.js b/apps/angular/node_modules/core-js/full/weak-map/index.js similarity index 100% rename from ClientApp/node_modules/core-js/full/weak-map/index.js rename to apps/angular/node_modules/core-js/full/weak-map/index.js diff --git a/ClientApp/node_modules/core-js/full/weak-map/of.js b/apps/angular/node_modules/core-js/full/weak-map/of.js similarity index 100% rename from ClientApp/node_modules/core-js/full/weak-map/of.js rename to apps/angular/node_modules/core-js/full/weak-map/of.js diff --git a/ClientApp/node_modules/core-js/full/weak-map/upsert.js b/apps/angular/node_modules/core-js/full/weak-map/upsert.js similarity index 100% rename from ClientApp/node_modules/core-js/full/weak-map/upsert.js rename to apps/angular/node_modules/core-js/full/weak-map/upsert.js diff --git a/ClientApp/node_modules/core-js/full/weak-set/add-all.js b/apps/angular/node_modules/core-js/full/weak-set/add-all.js similarity index 100% rename from ClientApp/node_modules/core-js/full/weak-set/add-all.js rename to apps/angular/node_modules/core-js/full/weak-set/add-all.js diff --git a/ClientApp/node_modules/core-js/full/weak-set/delete-all.js b/apps/angular/node_modules/core-js/full/weak-set/delete-all.js similarity index 100% rename from ClientApp/node_modules/core-js/full/weak-set/delete-all.js rename to apps/angular/node_modules/core-js/full/weak-set/delete-all.js diff --git a/ClientApp/node_modules/core-js/full/weak-set/from.js b/apps/angular/node_modules/core-js/full/weak-set/from.js similarity index 100% rename from ClientApp/node_modules/core-js/full/weak-set/from.js rename to apps/angular/node_modules/core-js/full/weak-set/from.js diff --git a/ClientApp/node_modules/core-js/full/weak-set/index.js b/apps/angular/node_modules/core-js/full/weak-set/index.js similarity index 100% rename from ClientApp/node_modules/core-js/full/weak-set/index.js rename to apps/angular/node_modules/core-js/full/weak-set/index.js diff --git a/ClientApp/node_modules/core-js/full/weak-set/of.js b/apps/angular/node_modules/core-js/full/weak-set/of.js similarity index 100% rename from ClientApp/node_modules/core-js/full/weak-set/of.js rename to apps/angular/node_modules/core-js/full/weak-set/of.js diff --git a/ClientApp/node_modules/core-js/index.js b/apps/angular/node_modules/core-js/index.js similarity index 100% rename from ClientApp/node_modules/core-js/index.js rename to apps/angular/node_modules/core-js/index.js diff --git a/ClientApp/node_modules/core-js/internals/README.md b/apps/angular/node_modules/core-js/internals/README.md similarity index 100% rename from ClientApp/node_modules/core-js/internals/README.md rename to apps/angular/node_modules/core-js/internals/README.md diff --git a/ClientApp/node_modules/core-js/internals/a-callable.js b/apps/angular/node_modules/core-js/internals/a-callable.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/a-callable.js rename to apps/angular/node_modules/core-js/internals/a-callable.js diff --git a/ClientApp/node_modules/core-js/internals/a-constructor.js b/apps/angular/node_modules/core-js/internals/a-constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/a-constructor.js rename to apps/angular/node_modules/core-js/internals/a-constructor.js diff --git a/ClientApp/node_modules/core-js/internals/a-data-view.js b/apps/angular/node_modules/core-js/internals/a-data-view.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/a-data-view.js rename to apps/angular/node_modules/core-js/internals/a-data-view.js diff --git a/ClientApp/node_modules/core-js/internals/a-map.js b/apps/angular/node_modules/core-js/internals/a-map.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/a-map.js rename to apps/angular/node_modules/core-js/internals/a-map.js diff --git a/ClientApp/node_modules/core-js/internals/a-number.js b/apps/angular/node_modules/core-js/internals/a-number.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/a-number.js rename to apps/angular/node_modules/core-js/internals/a-number.js diff --git a/ClientApp/node_modules/core-js/internals/a-possible-prototype.js b/apps/angular/node_modules/core-js/internals/a-possible-prototype.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/a-possible-prototype.js rename to apps/angular/node_modules/core-js/internals/a-possible-prototype.js diff --git a/ClientApp/node_modules/core-js/internals/a-set.js b/apps/angular/node_modules/core-js/internals/a-set.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/a-set.js rename to apps/angular/node_modules/core-js/internals/a-set.js diff --git a/ClientApp/node_modules/core-js/internals/a-string.js b/apps/angular/node_modules/core-js/internals/a-string.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/a-string.js rename to apps/angular/node_modules/core-js/internals/a-string.js diff --git a/ClientApp/node_modules/core-js/internals/a-weak-key.js b/apps/angular/node_modules/core-js/internals/a-weak-key.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/a-weak-key.js rename to apps/angular/node_modules/core-js/internals/a-weak-key.js diff --git a/ClientApp/node_modules/core-js/internals/a-weak-map.js b/apps/angular/node_modules/core-js/internals/a-weak-map.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/a-weak-map.js rename to apps/angular/node_modules/core-js/internals/a-weak-map.js diff --git a/ClientApp/node_modules/core-js/internals/a-weak-set.js b/apps/angular/node_modules/core-js/internals/a-weak-set.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/a-weak-set.js rename to apps/angular/node_modules/core-js/internals/a-weak-set.js diff --git a/ClientApp/node_modules/core-js/internals/add-disposable-resource.js b/apps/angular/node_modules/core-js/internals/add-disposable-resource.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/add-disposable-resource.js rename to apps/angular/node_modules/core-js/internals/add-disposable-resource.js diff --git a/ClientApp/node_modules/core-js/internals/add-to-unscopables.js b/apps/angular/node_modules/core-js/internals/add-to-unscopables.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/add-to-unscopables.js rename to apps/angular/node_modules/core-js/internals/add-to-unscopables.js diff --git a/ClientApp/node_modules/core-js/internals/advance-string-index.js b/apps/angular/node_modules/core-js/internals/advance-string-index.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/advance-string-index.js rename to apps/angular/node_modules/core-js/internals/advance-string-index.js diff --git a/ClientApp/node_modules/core-js/internals/an-instance.js b/apps/angular/node_modules/core-js/internals/an-instance.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/an-instance.js rename to apps/angular/node_modules/core-js/internals/an-instance.js diff --git a/ClientApp/node_modules/core-js/internals/an-object-or-undefined.js b/apps/angular/node_modules/core-js/internals/an-object-or-undefined.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/an-object-or-undefined.js rename to apps/angular/node_modules/core-js/internals/an-object-or-undefined.js diff --git a/ClientApp/node_modules/core-js/internals/an-object.js b/apps/angular/node_modules/core-js/internals/an-object.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/an-object.js rename to apps/angular/node_modules/core-js/internals/an-object.js diff --git a/ClientApp/node_modules/core-js/internals/an-uint8-array.js b/apps/angular/node_modules/core-js/internals/an-uint8-array.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/an-uint8-array.js rename to apps/angular/node_modules/core-js/internals/an-uint8-array.js diff --git a/ClientApp/node_modules/core-js/internals/array-buffer-basic-detection.js b/apps/angular/node_modules/core-js/internals/array-buffer-basic-detection.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/array-buffer-basic-detection.js rename to apps/angular/node_modules/core-js/internals/array-buffer-basic-detection.js diff --git a/ClientApp/node_modules/core-js/internals/array-buffer-byte-length.js b/apps/angular/node_modules/core-js/internals/array-buffer-byte-length.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/array-buffer-byte-length.js rename to apps/angular/node_modules/core-js/internals/array-buffer-byte-length.js diff --git a/ClientApp/node_modules/core-js/internals/array-buffer-is-detached.js b/apps/angular/node_modules/core-js/internals/array-buffer-is-detached.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/array-buffer-is-detached.js rename to apps/angular/node_modules/core-js/internals/array-buffer-is-detached.js diff --git a/ClientApp/node_modules/core-js/internals/array-buffer-non-extensible.js b/apps/angular/node_modules/core-js/internals/array-buffer-non-extensible.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/array-buffer-non-extensible.js rename to apps/angular/node_modules/core-js/internals/array-buffer-non-extensible.js diff --git a/ClientApp/node_modules/core-js/internals/array-buffer-not-detached.js b/apps/angular/node_modules/core-js/internals/array-buffer-not-detached.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/array-buffer-not-detached.js rename to apps/angular/node_modules/core-js/internals/array-buffer-not-detached.js diff --git a/ClientApp/node_modules/core-js/internals/array-buffer-transfer.js b/apps/angular/node_modules/core-js/internals/array-buffer-transfer.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/array-buffer-transfer.js rename to apps/angular/node_modules/core-js/internals/array-buffer-transfer.js diff --git a/ClientApp/node_modules/core-js/internals/array-buffer-view-core.js b/apps/angular/node_modules/core-js/internals/array-buffer-view-core.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/array-buffer-view-core.js rename to apps/angular/node_modules/core-js/internals/array-buffer-view-core.js diff --git a/ClientApp/node_modules/core-js/internals/array-buffer.js b/apps/angular/node_modules/core-js/internals/array-buffer.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/array-buffer.js rename to apps/angular/node_modules/core-js/internals/array-buffer.js diff --git a/ClientApp/node_modules/core-js/internals/array-copy-within.js b/apps/angular/node_modules/core-js/internals/array-copy-within.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/array-copy-within.js rename to apps/angular/node_modules/core-js/internals/array-copy-within.js diff --git a/ClientApp/node_modules/core-js/internals/array-fill.js b/apps/angular/node_modules/core-js/internals/array-fill.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/array-fill.js rename to apps/angular/node_modules/core-js/internals/array-fill.js diff --git a/ClientApp/node_modules/core-js/internals/array-for-each.js b/apps/angular/node_modules/core-js/internals/array-for-each.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/array-for-each.js rename to apps/angular/node_modules/core-js/internals/array-for-each.js diff --git a/ClientApp/node_modules/core-js/internals/array-from-async.js b/apps/angular/node_modules/core-js/internals/array-from-async.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/array-from-async.js rename to apps/angular/node_modules/core-js/internals/array-from-async.js diff --git a/ClientApp/node_modules/core-js/internals/array-from-constructor-and-list.js b/apps/angular/node_modules/core-js/internals/array-from-constructor-and-list.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/array-from-constructor-and-list.js rename to apps/angular/node_modules/core-js/internals/array-from-constructor-and-list.js diff --git a/ClientApp/node_modules/core-js/internals/array-from.js b/apps/angular/node_modules/core-js/internals/array-from.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/array-from.js rename to apps/angular/node_modules/core-js/internals/array-from.js diff --git a/ClientApp/node_modules/core-js/internals/array-group-to-map.js b/apps/angular/node_modules/core-js/internals/array-group-to-map.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/array-group-to-map.js rename to apps/angular/node_modules/core-js/internals/array-group-to-map.js diff --git a/ClientApp/node_modules/core-js/internals/array-group.js b/apps/angular/node_modules/core-js/internals/array-group.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/array-group.js rename to apps/angular/node_modules/core-js/internals/array-group.js diff --git a/ClientApp/node_modules/core-js/internals/array-includes.js b/apps/angular/node_modules/core-js/internals/array-includes.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/array-includes.js rename to apps/angular/node_modules/core-js/internals/array-includes.js diff --git a/ClientApp/node_modules/core-js/internals/array-iteration-from-last.js b/apps/angular/node_modules/core-js/internals/array-iteration-from-last.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/array-iteration-from-last.js rename to apps/angular/node_modules/core-js/internals/array-iteration-from-last.js diff --git a/ClientApp/node_modules/core-js/internals/array-iteration.js b/apps/angular/node_modules/core-js/internals/array-iteration.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/array-iteration.js rename to apps/angular/node_modules/core-js/internals/array-iteration.js diff --git a/ClientApp/node_modules/core-js/internals/array-last-index-of.js b/apps/angular/node_modules/core-js/internals/array-last-index-of.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/array-last-index-of.js rename to apps/angular/node_modules/core-js/internals/array-last-index-of.js diff --git a/ClientApp/node_modules/core-js/internals/array-method-has-species-support.js b/apps/angular/node_modules/core-js/internals/array-method-has-species-support.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/array-method-has-species-support.js rename to apps/angular/node_modules/core-js/internals/array-method-has-species-support.js diff --git a/ClientApp/node_modules/core-js/internals/array-method-is-strict.js b/apps/angular/node_modules/core-js/internals/array-method-is-strict.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/array-method-is-strict.js rename to apps/angular/node_modules/core-js/internals/array-method-is-strict.js diff --git a/ClientApp/node_modules/core-js/internals/array-reduce.js b/apps/angular/node_modules/core-js/internals/array-reduce.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/array-reduce.js rename to apps/angular/node_modules/core-js/internals/array-reduce.js diff --git a/ClientApp/node_modules/core-js/internals/array-set-length.js b/apps/angular/node_modules/core-js/internals/array-set-length.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/array-set-length.js rename to apps/angular/node_modules/core-js/internals/array-set-length.js diff --git a/ClientApp/node_modules/core-js/internals/array-slice.js b/apps/angular/node_modules/core-js/internals/array-slice.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/array-slice.js rename to apps/angular/node_modules/core-js/internals/array-slice.js diff --git a/ClientApp/node_modules/core-js/internals/array-sort.js b/apps/angular/node_modules/core-js/internals/array-sort.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/array-sort.js rename to apps/angular/node_modules/core-js/internals/array-sort.js diff --git a/ClientApp/node_modules/core-js/internals/array-species-constructor.js b/apps/angular/node_modules/core-js/internals/array-species-constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/array-species-constructor.js rename to apps/angular/node_modules/core-js/internals/array-species-constructor.js diff --git a/ClientApp/node_modules/core-js/internals/array-species-create.js b/apps/angular/node_modules/core-js/internals/array-species-create.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/array-species-create.js rename to apps/angular/node_modules/core-js/internals/array-species-create.js diff --git a/ClientApp/node_modules/core-js/internals/array-to-reversed.js b/apps/angular/node_modules/core-js/internals/array-to-reversed.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/array-to-reversed.js rename to apps/angular/node_modules/core-js/internals/array-to-reversed.js diff --git a/ClientApp/node_modules/core-js/internals/array-unique-by.js b/apps/angular/node_modules/core-js/internals/array-unique-by.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/array-unique-by.js rename to apps/angular/node_modules/core-js/internals/array-unique-by.js diff --git a/ClientApp/node_modules/core-js/internals/array-with.js b/apps/angular/node_modules/core-js/internals/array-with.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/array-with.js rename to apps/angular/node_modules/core-js/internals/array-with.js diff --git a/ClientApp/node_modules/core-js/internals/async-from-sync-iterator.js b/apps/angular/node_modules/core-js/internals/async-from-sync-iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/async-from-sync-iterator.js rename to apps/angular/node_modules/core-js/internals/async-from-sync-iterator.js diff --git a/ClientApp/node_modules/core-js/internals/async-iterator-close.js b/apps/angular/node_modules/core-js/internals/async-iterator-close.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/async-iterator-close.js rename to apps/angular/node_modules/core-js/internals/async-iterator-close.js diff --git a/ClientApp/node_modules/core-js/internals/async-iterator-create-proxy.js b/apps/angular/node_modules/core-js/internals/async-iterator-create-proxy.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/async-iterator-create-proxy.js rename to apps/angular/node_modules/core-js/internals/async-iterator-create-proxy.js diff --git a/ClientApp/node_modules/core-js/internals/async-iterator-indexed.js b/apps/angular/node_modules/core-js/internals/async-iterator-indexed.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/async-iterator-indexed.js rename to apps/angular/node_modules/core-js/internals/async-iterator-indexed.js diff --git a/ClientApp/node_modules/core-js/internals/async-iterator-iteration.js b/apps/angular/node_modules/core-js/internals/async-iterator-iteration.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/async-iterator-iteration.js rename to apps/angular/node_modules/core-js/internals/async-iterator-iteration.js diff --git a/ClientApp/node_modules/core-js/internals/async-iterator-map.js b/apps/angular/node_modules/core-js/internals/async-iterator-map.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/async-iterator-map.js rename to apps/angular/node_modules/core-js/internals/async-iterator-map.js diff --git a/ClientApp/node_modules/core-js/internals/async-iterator-prototype.js b/apps/angular/node_modules/core-js/internals/async-iterator-prototype.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/async-iterator-prototype.js rename to apps/angular/node_modules/core-js/internals/async-iterator-prototype.js diff --git a/ClientApp/node_modules/core-js/internals/async-iterator-wrap.js b/apps/angular/node_modules/core-js/internals/async-iterator-wrap.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/async-iterator-wrap.js rename to apps/angular/node_modules/core-js/internals/async-iterator-wrap.js diff --git a/ClientApp/node_modules/core-js/internals/base64-map.js b/apps/angular/node_modules/core-js/internals/base64-map.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/base64-map.js rename to apps/angular/node_modules/core-js/internals/base64-map.js diff --git a/ClientApp/node_modules/core-js/internals/call-with-safe-iteration-closing.js b/apps/angular/node_modules/core-js/internals/call-with-safe-iteration-closing.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/call-with-safe-iteration-closing.js rename to apps/angular/node_modules/core-js/internals/call-with-safe-iteration-closing.js diff --git a/ClientApp/node_modules/core-js/internals/caller.js b/apps/angular/node_modules/core-js/internals/caller.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/caller.js rename to apps/angular/node_modules/core-js/internals/caller.js diff --git a/ClientApp/node_modules/core-js/internals/check-correctness-of-iteration.js b/apps/angular/node_modules/core-js/internals/check-correctness-of-iteration.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/check-correctness-of-iteration.js rename to apps/angular/node_modules/core-js/internals/check-correctness-of-iteration.js diff --git a/ClientApp/node_modules/core-js/internals/classof-raw.js b/apps/angular/node_modules/core-js/internals/classof-raw.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/classof-raw.js rename to apps/angular/node_modules/core-js/internals/classof-raw.js diff --git a/ClientApp/node_modules/core-js/internals/classof.js b/apps/angular/node_modules/core-js/internals/classof.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/classof.js rename to apps/angular/node_modules/core-js/internals/classof.js diff --git a/ClientApp/node_modules/core-js/internals/collection-from.js b/apps/angular/node_modules/core-js/internals/collection-from.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/collection-from.js rename to apps/angular/node_modules/core-js/internals/collection-from.js diff --git a/ClientApp/node_modules/core-js/internals/collection-of.js b/apps/angular/node_modules/core-js/internals/collection-of.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/collection-of.js rename to apps/angular/node_modules/core-js/internals/collection-of.js diff --git a/ClientApp/node_modules/core-js/internals/collection-strong.js b/apps/angular/node_modules/core-js/internals/collection-strong.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/collection-strong.js rename to apps/angular/node_modules/core-js/internals/collection-strong.js diff --git a/ClientApp/node_modules/core-js/internals/collection-weak.js b/apps/angular/node_modules/core-js/internals/collection-weak.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/collection-weak.js rename to apps/angular/node_modules/core-js/internals/collection-weak.js diff --git a/ClientApp/node_modules/core-js/internals/collection.js b/apps/angular/node_modules/core-js/internals/collection.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/collection.js rename to apps/angular/node_modules/core-js/internals/collection.js diff --git a/ClientApp/node_modules/core-js/internals/composite-key.js b/apps/angular/node_modules/core-js/internals/composite-key.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/composite-key.js rename to apps/angular/node_modules/core-js/internals/composite-key.js diff --git a/ClientApp/node_modules/core-js/internals/copy-constructor-properties.js b/apps/angular/node_modules/core-js/internals/copy-constructor-properties.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/copy-constructor-properties.js rename to apps/angular/node_modules/core-js/internals/copy-constructor-properties.js diff --git a/ClientApp/node_modules/core-js/internals/correct-is-regexp-logic.js b/apps/angular/node_modules/core-js/internals/correct-is-regexp-logic.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/correct-is-regexp-logic.js rename to apps/angular/node_modules/core-js/internals/correct-is-regexp-logic.js diff --git a/ClientApp/node_modules/core-js/internals/correct-prototype-getter.js b/apps/angular/node_modules/core-js/internals/correct-prototype-getter.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/correct-prototype-getter.js rename to apps/angular/node_modules/core-js/internals/correct-prototype-getter.js diff --git a/ClientApp/node_modules/core-js/internals/create-html.js b/apps/angular/node_modules/core-js/internals/create-html.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/create-html.js rename to apps/angular/node_modules/core-js/internals/create-html.js diff --git a/ClientApp/node_modules/core-js/internals/create-iter-result-object.js b/apps/angular/node_modules/core-js/internals/create-iter-result-object.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/create-iter-result-object.js rename to apps/angular/node_modules/core-js/internals/create-iter-result-object.js diff --git a/ClientApp/node_modules/core-js/internals/create-non-enumerable-property.js b/apps/angular/node_modules/core-js/internals/create-non-enumerable-property.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/create-non-enumerable-property.js rename to apps/angular/node_modules/core-js/internals/create-non-enumerable-property.js diff --git a/ClientApp/node_modules/core-js/internals/create-property-descriptor.js b/apps/angular/node_modules/core-js/internals/create-property-descriptor.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/create-property-descriptor.js rename to apps/angular/node_modules/core-js/internals/create-property-descriptor.js diff --git a/ClientApp/node_modules/core-js/internals/create-property.js b/apps/angular/node_modules/core-js/internals/create-property.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/create-property.js rename to apps/angular/node_modules/core-js/internals/create-property.js diff --git a/ClientApp/node_modules/core-js/internals/date-to-iso-string.js b/apps/angular/node_modules/core-js/internals/date-to-iso-string.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/date-to-iso-string.js rename to apps/angular/node_modules/core-js/internals/date-to-iso-string.js diff --git a/ClientApp/node_modules/core-js/internals/date-to-primitive.js b/apps/angular/node_modules/core-js/internals/date-to-primitive.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/date-to-primitive.js rename to apps/angular/node_modules/core-js/internals/date-to-primitive.js diff --git a/ClientApp/node_modules/core-js/internals/define-built-in-accessor.js b/apps/angular/node_modules/core-js/internals/define-built-in-accessor.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/define-built-in-accessor.js rename to apps/angular/node_modules/core-js/internals/define-built-in-accessor.js diff --git a/ClientApp/node_modules/core-js/internals/define-built-in.js b/apps/angular/node_modules/core-js/internals/define-built-in.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/define-built-in.js rename to apps/angular/node_modules/core-js/internals/define-built-in.js diff --git a/ClientApp/node_modules/core-js/internals/define-built-ins.js b/apps/angular/node_modules/core-js/internals/define-built-ins.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/define-built-ins.js rename to apps/angular/node_modules/core-js/internals/define-built-ins.js diff --git a/ClientApp/node_modules/core-js/internals/define-global-property.js b/apps/angular/node_modules/core-js/internals/define-global-property.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/define-global-property.js rename to apps/angular/node_modules/core-js/internals/define-global-property.js diff --git a/ClientApp/node_modules/core-js/internals/delete-property-or-throw.js b/apps/angular/node_modules/core-js/internals/delete-property-or-throw.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/delete-property-or-throw.js rename to apps/angular/node_modules/core-js/internals/delete-property-or-throw.js diff --git a/ClientApp/node_modules/core-js/internals/descriptors.js b/apps/angular/node_modules/core-js/internals/descriptors.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/descriptors.js rename to apps/angular/node_modules/core-js/internals/descriptors.js diff --git a/ClientApp/node_modules/core-js/internals/detach-transferable.js b/apps/angular/node_modules/core-js/internals/detach-transferable.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/detach-transferable.js rename to apps/angular/node_modules/core-js/internals/detach-transferable.js diff --git a/ClientApp/node_modules/core-js/internals/document-create-element.js b/apps/angular/node_modules/core-js/internals/document-create-element.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/document-create-element.js rename to apps/angular/node_modules/core-js/internals/document-create-element.js diff --git a/ClientApp/node_modules/core-js/internals/does-not-exceed-safe-integer.js b/apps/angular/node_modules/core-js/internals/does-not-exceed-safe-integer.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/does-not-exceed-safe-integer.js rename to apps/angular/node_modules/core-js/internals/does-not-exceed-safe-integer.js diff --git a/ClientApp/node_modules/core-js/internals/dom-exception-constants.js b/apps/angular/node_modules/core-js/internals/dom-exception-constants.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/dom-exception-constants.js rename to apps/angular/node_modules/core-js/internals/dom-exception-constants.js diff --git a/ClientApp/node_modules/core-js/internals/dom-iterables.js b/apps/angular/node_modules/core-js/internals/dom-iterables.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/dom-iterables.js rename to apps/angular/node_modules/core-js/internals/dom-iterables.js diff --git a/ClientApp/node_modules/core-js/internals/dom-token-list-prototype.js b/apps/angular/node_modules/core-js/internals/dom-token-list-prototype.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/dom-token-list-prototype.js rename to apps/angular/node_modules/core-js/internals/dom-token-list-prototype.js diff --git a/ClientApp/node_modules/core-js/internals/entry-unbind.js b/apps/angular/node_modules/core-js/internals/entry-unbind.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/entry-unbind.js rename to apps/angular/node_modules/core-js/internals/entry-unbind.js diff --git a/ClientApp/node_modules/core-js/internals/entry-virtual.js b/apps/angular/node_modules/core-js/internals/entry-virtual.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/entry-virtual.js rename to apps/angular/node_modules/core-js/internals/entry-virtual.js diff --git a/ClientApp/node_modules/core-js/internals/enum-bug-keys.js b/apps/angular/node_modules/core-js/internals/enum-bug-keys.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/enum-bug-keys.js rename to apps/angular/node_modules/core-js/internals/enum-bug-keys.js diff --git a/ClientApp/node_modules/core-js/internals/environment-ff-version.js b/apps/angular/node_modules/core-js/internals/environment-ff-version.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/environment-ff-version.js rename to apps/angular/node_modules/core-js/internals/environment-ff-version.js diff --git a/ClientApp/node_modules/core-js/internals/environment-is-ie-or-edge.js b/apps/angular/node_modules/core-js/internals/environment-is-ie-or-edge.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/environment-is-ie-or-edge.js rename to apps/angular/node_modules/core-js/internals/environment-is-ie-or-edge.js diff --git a/ClientApp/node_modules/core-js/internals/environment-is-ios-pebble.js b/apps/angular/node_modules/core-js/internals/environment-is-ios-pebble.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/environment-is-ios-pebble.js rename to apps/angular/node_modules/core-js/internals/environment-is-ios-pebble.js diff --git a/ClientApp/node_modules/core-js/internals/environment-is-ios.js b/apps/angular/node_modules/core-js/internals/environment-is-ios.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/environment-is-ios.js rename to apps/angular/node_modules/core-js/internals/environment-is-ios.js diff --git a/ClientApp/node_modules/core-js/internals/environment-is-node.js b/apps/angular/node_modules/core-js/internals/environment-is-node.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/environment-is-node.js rename to apps/angular/node_modules/core-js/internals/environment-is-node.js diff --git a/ClientApp/node_modules/core-js/internals/environment-is-webos-webkit.js b/apps/angular/node_modules/core-js/internals/environment-is-webos-webkit.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/environment-is-webos-webkit.js rename to apps/angular/node_modules/core-js/internals/environment-is-webos-webkit.js diff --git a/ClientApp/node_modules/core-js/internals/environment-user-agent.js b/apps/angular/node_modules/core-js/internals/environment-user-agent.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/environment-user-agent.js rename to apps/angular/node_modules/core-js/internals/environment-user-agent.js diff --git a/ClientApp/node_modules/core-js/internals/environment-v8-version.js b/apps/angular/node_modules/core-js/internals/environment-v8-version.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/environment-v8-version.js rename to apps/angular/node_modules/core-js/internals/environment-v8-version.js diff --git a/ClientApp/node_modules/core-js/internals/environment-webkit-version.js b/apps/angular/node_modules/core-js/internals/environment-webkit-version.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/environment-webkit-version.js rename to apps/angular/node_modules/core-js/internals/environment-webkit-version.js diff --git a/ClientApp/node_modules/core-js/internals/environment.js b/apps/angular/node_modules/core-js/internals/environment.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/environment.js rename to apps/angular/node_modules/core-js/internals/environment.js diff --git a/ClientApp/node_modules/core-js/internals/error-stack-clear.js b/apps/angular/node_modules/core-js/internals/error-stack-clear.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/error-stack-clear.js rename to apps/angular/node_modules/core-js/internals/error-stack-clear.js diff --git a/ClientApp/node_modules/core-js/internals/error-stack-install.js b/apps/angular/node_modules/core-js/internals/error-stack-install.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/error-stack-install.js rename to apps/angular/node_modules/core-js/internals/error-stack-install.js diff --git a/ClientApp/node_modules/core-js/internals/error-stack-installable.js b/apps/angular/node_modules/core-js/internals/error-stack-installable.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/error-stack-installable.js rename to apps/angular/node_modules/core-js/internals/error-stack-installable.js diff --git a/ClientApp/node_modules/core-js/internals/error-to-string.js b/apps/angular/node_modules/core-js/internals/error-to-string.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/error-to-string.js rename to apps/angular/node_modules/core-js/internals/error-to-string.js diff --git a/ClientApp/node_modules/core-js/internals/export.js b/apps/angular/node_modules/core-js/internals/export.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/export.js rename to apps/angular/node_modules/core-js/internals/export.js diff --git a/ClientApp/node_modules/core-js/internals/fails.js b/apps/angular/node_modules/core-js/internals/fails.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/fails.js rename to apps/angular/node_modules/core-js/internals/fails.js diff --git a/ClientApp/node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js b/apps/angular/node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js rename to apps/angular/node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js diff --git a/ClientApp/node_modules/core-js/internals/flatten-into-array.js b/apps/angular/node_modules/core-js/internals/flatten-into-array.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/flatten-into-array.js rename to apps/angular/node_modules/core-js/internals/flatten-into-array.js diff --git a/ClientApp/node_modules/core-js/internals/freezing.js b/apps/angular/node_modules/core-js/internals/freezing.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/freezing.js rename to apps/angular/node_modules/core-js/internals/freezing.js diff --git a/ClientApp/node_modules/core-js/internals/function-apply.js b/apps/angular/node_modules/core-js/internals/function-apply.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/function-apply.js rename to apps/angular/node_modules/core-js/internals/function-apply.js diff --git a/ClientApp/node_modules/core-js/internals/function-bind-context.js b/apps/angular/node_modules/core-js/internals/function-bind-context.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/function-bind-context.js rename to apps/angular/node_modules/core-js/internals/function-bind-context.js diff --git a/ClientApp/node_modules/core-js/internals/function-bind-native.js b/apps/angular/node_modules/core-js/internals/function-bind-native.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/function-bind-native.js rename to apps/angular/node_modules/core-js/internals/function-bind-native.js diff --git a/ClientApp/node_modules/core-js/internals/function-bind.js b/apps/angular/node_modules/core-js/internals/function-bind.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/function-bind.js rename to apps/angular/node_modules/core-js/internals/function-bind.js diff --git a/ClientApp/node_modules/core-js/internals/function-call.js b/apps/angular/node_modules/core-js/internals/function-call.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/function-call.js rename to apps/angular/node_modules/core-js/internals/function-call.js diff --git a/ClientApp/node_modules/core-js/internals/function-demethodize.js b/apps/angular/node_modules/core-js/internals/function-demethodize.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/function-demethodize.js rename to apps/angular/node_modules/core-js/internals/function-demethodize.js diff --git a/ClientApp/node_modules/core-js/internals/function-name.js b/apps/angular/node_modules/core-js/internals/function-name.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/function-name.js rename to apps/angular/node_modules/core-js/internals/function-name.js diff --git a/ClientApp/node_modules/core-js/internals/function-uncurry-this-accessor.js b/apps/angular/node_modules/core-js/internals/function-uncurry-this-accessor.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/function-uncurry-this-accessor.js rename to apps/angular/node_modules/core-js/internals/function-uncurry-this-accessor.js diff --git a/ClientApp/node_modules/core-js/internals/function-uncurry-this-clause.js b/apps/angular/node_modules/core-js/internals/function-uncurry-this-clause.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/function-uncurry-this-clause.js rename to apps/angular/node_modules/core-js/internals/function-uncurry-this-clause.js diff --git a/ClientApp/node_modules/core-js/internals/function-uncurry-this.js b/apps/angular/node_modules/core-js/internals/function-uncurry-this.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/function-uncurry-this.js rename to apps/angular/node_modules/core-js/internals/function-uncurry-this.js diff --git a/ClientApp/node_modules/core-js/internals/get-alphabet-option.js b/apps/angular/node_modules/core-js/internals/get-alphabet-option.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/get-alphabet-option.js rename to apps/angular/node_modules/core-js/internals/get-alphabet-option.js diff --git a/ClientApp/node_modules/core-js/internals/get-async-iterator-flattenable.js b/apps/angular/node_modules/core-js/internals/get-async-iterator-flattenable.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/get-async-iterator-flattenable.js rename to apps/angular/node_modules/core-js/internals/get-async-iterator-flattenable.js diff --git a/ClientApp/node_modules/core-js/internals/get-async-iterator.js b/apps/angular/node_modules/core-js/internals/get-async-iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/get-async-iterator.js rename to apps/angular/node_modules/core-js/internals/get-async-iterator.js diff --git a/ClientApp/node_modules/core-js/internals/get-built-in-node-module.js b/apps/angular/node_modules/core-js/internals/get-built-in-node-module.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/get-built-in-node-module.js rename to apps/angular/node_modules/core-js/internals/get-built-in-node-module.js diff --git a/ClientApp/node_modules/core-js/internals/get-built-in-prototype-method.js b/apps/angular/node_modules/core-js/internals/get-built-in-prototype-method.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/get-built-in-prototype-method.js rename to apps/angular/node_modules/core-js/internals/get-built-in-prototype-method.js diff --git a/ClientApp/node_modules/core-js/internals/get-built-in.js b/apps/angular/node_modules/core-js/internals/get-built-in.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/get-built-in.js rename to apps/angular/node_modules/core-js/internals/get-built-in.js diff --git a/ClientApp/node_modules/core-js/internals/get-iterator-direct.js b/apps/angular/node_modules/core-js/internals/get-iterator-direct.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/get-iterator-direct.js rename to apps/angular/node_modules/core-js/internals/get-iterator-direct.js diff --git a/ClientApp/node_modules/core-js/internals/get-iterator-flattenable.js b/apps/angular/node_modules/core-js/internals/get-iterator-flattenable.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/get-iterator-flattenable.js rename to apps/angular/node_modules/core-js/internals/get-iterator-flattenable.js diff --git a/ClientApp/node_modules/core-js/internals/get-iterator-method.js b/apps/angular/node_modules/core-js/internals/get-iterator-method.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/get-iterator-method.js rename to apps/angular/node_modules/core-js/internals/get-iterator-method.js diff --git a/ClientApp/node_modules/core-js/internals/get-iterator-record.js b/apps/angular/node_modules/core-js/internals/get-iterator-record.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/get-iterator-record.js rename to apps/angular/node_modules/core-js/internals/get-iterator-record.js diff --git a/ClientApp/node_modules/core-js/internals/get-iterator.js b/apps/angular/node_modules/core-js/internals/get-iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/get-iterator.js rename to apps/angular/node_modules/core-js/internals/get-iterator.js diff --git a/ClientApp/node_modules/core-js/internals/get-method.js b/apps/angular/node_modules/core-js/internals/get-method.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/get-method.js rename to apps/angular/node_modules/core-js/internals/get-method.js diff --git a/ClientApp/node_modules/core-js/internals/get-mode-option.js b/apps/angular/node_modules/core-js/internals/get-mode-option.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/get-mode-option.js rename to apps/angular/node_modules/core-js/internals/get-mode-option.js diff --git a/ClientApp/node_modules/core-js/internals/get-set-record.js b/apps/angular/node_modules/core-js/internals/get-set-record.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/get-set-record.js rename to apps/angular/node_modules/core-js/internals/get-set-record.js diff --git a/ClientApp/node_modules/core-js/internals/get-substitution.js b/apps/angular/node_modules/core-js/internals/get-substitution.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/get-substitution.js rename to apps/angular/node_modules/core-js/internals/get-substitution.js diff --git a/ClientApp/node_modules/core-js/internals/global-this.js b/apps/angular/node_modules/core-js/internals/global-this.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/global-this.js rename to apps/angular/node_modules/core-js/internals/global-this.js diff --git a/ClientApp/node_modules/core-js/internals/has-own-property.js b/apps/angular/node_modules/core-js/internals/has-own-property.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/has-own-property.js rename to apps/angular/node_modules/core-js/internals/has-own-property.js diff --git a/ClientApp/node_modules/core-js/internals/hidden-keys.js b/apps/angular/node_modules/core-js/internals/hidden-keys.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/hidden-keys.js rename to apps/angular/node_modules/core-js/internals/hidden-keys.js diff --git a/ClientApp/node_modules/core-js/internals/host-report-errors.js b/apps/angular/node_modules/core-js/internals/host-report-errors.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/host-report-errors.js rename to apps/angular/node_modules/core-js/internals/host-report-errors.js diff --git a/ClientApp/node_modules/core-js/internals/html.js b/apps/angular/node_modules/core-js/internals/html.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/html.js rename to apps/angular/node_modules/core-js/internals/html.js diff --git a/ClientApp/node_modules/core-js/internals/ie8-dom-define.js b/apps/angular/node_modules/core-js/internals/ie8-dom-define.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/ie8-dom-define.js rename to apps/angular/node_modules/core-js/internals/ie8-dom-define.js diff --git a/ClientApp/node_modules/core-js/internals/ieee754.js b/apps/angular/node_modules/core-js/internals/ieee754.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/ieee754.js rename to apps/angular/node_modules/core-js/internals/ieee754.js diff --git a/ClientApp/node_modules/core-js/internals/indexed-object.js b/apps/angular/node_modules/core-js/internals/indexed-object.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/indexed-object.js rename to apps/angular/node_modules/core-js/internals/indexed-object.js diff --git a/ClientApp/node_modules/core-js/internals/inherit-if-required.js b/apps/angular/node_modules/core-js/internals/inherit-if-required.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/inherit-if-required.js rename to apps/angular/node_modules/core-js/internals/inherit-if-required.js diff --git a/ClientApp/node_modules/core-js/internals/inspect-source.js b/apps/angular/node_modules/core-js/internals/inspect-source.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/inspect-source.js rename to apps/angular/node_modules/core-js/internals/inspect-source.js diff --git a/ClientApp/node_modules/core-js/internals/install-error-cause.js b/apps/angular/node_modules/core-js/internals/install-error-cause.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/install-error-cause.js rename to apps/angular/node_modules/core-js/internals/install-error-cause.js diff --git a/ClientApp/node_modules/core-js/internals/internal-metadata.js b/apps/angular/node_modules/core-js/internals/internal-metadata.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/internal-metadata.js rename to apps/angular/node_modules/core-js/internals/internal-metadata.js diff --git a/ClientApp/node_modules/core-js/internals/internal-state.js b/apps/angular/node_modules/core-js/internals/internal-state.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/internal-state.js rename to apps/angular/node_modules/core-js/internals/internal-state.js diff --git a/ClientApp/node_modules/core-js/internals/is-array-iterator-method.js b/apps/angular/node_modules/core-js/internals/is-array-iterator-method.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/is-array-iterator-method.js rename to apps/angular/node_modules/core-js/internals/is-array-iterator-method.js diff --git a/ClientApp/node_modules/core-js/internals/is-array.js b/apps/angular/node_modules/core-js/internals/is-array.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/is-array.js rename to apps/angular/node_modules/core-js/internals/is-array.js diff --git a/ClientApp/node_modules/core-js/internals/is-big-int-array.js b/apps/angular/node_modules/core-js/internals/is-big-int-array.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/is-big-int-array.js rename to apps/angular/node_modules/core-js/internals/is-big-int-array.js diff --git a/ClientApp/node_modules/core-js/internals/is-callable.js b/apps/angular/node_modules/core-js/internals/is-callable.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/is-callable.js rename to apps/angular/node_modules/core-js/internals/is-callable.js diff --git a/ClientApp/node_modules/core-js/internals/is-constructor.js b/apps/angular/node_modules/core-js/internals/is-constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/is-constructor.js rename to apps/angular/node_modules/core-js/internals/is-constructor.js diff --git a/ClientApp/node_modules/core-js/internals/is-data-descriptor.js b/apps/angular/node_modules/core-js/internals/is-data-descriptor.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/is-data-descriptor.js rename to apps/angular/node_modules/core-js/internals/is-data-descriptor.js diff --git a/ClientApp/node_modules/core-js/internals/is-forced.js b/apps/angular/node_modules/core-js/internals/is-forced.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/is-forced.js rename to apps/angular/node_modules/core-js/internals/is-forced.js diff --git a/ClientApp/node_modules/core-js/internals/is-integral-number.js b/apps/angular/node_modules/core-js/internals/is-integral-number.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/is-integral-number.js rename to apps/angular/node_modules/core-js/internals/is-integral-number.js diff --git a/ClientApp/node_modules/core-js/internals/is-iterable.js b/apps/angular/node_modules/core-js/internals/is-iterable.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/is-iterable.js rename to apps/angular/node_modules/core-js/internals/is-iterable.js diff --git a/ClientApp/node_modules/core-js/internals/is-null-or-undefined.js b/apps/angular/node_modules/core-js/internals/is-null-or-undefined.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/is-null-or-undefined.js rename to apps/angular/node_modules/core-js/internals/is-null-or-undefined.js diff --git a/ClientApp/node_modules/core-js/internals/is-object.js b/apps/angular/node_modules/core-js/internals/is-object.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/is-object.js rename to apps/angular/node_modules/core-js/internals/is-object.js diff --git a/ClientApp/node_modules/core-js/internals/is-possible-prototype.js b/apps/angular/node_modules/core-js/internals/is-possible-prototype.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/is-possible-prototype.js rename to apps/angular/node_modules/core-js/internals/is-possible-prototype.js diff --git a/ClientApp/node_modules/core-js/internals/is-pure.js b/apps/angular/node_modules/core-js/internals/is-pure.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/is-pure.js rename to apps/angular/node_modules/core-js/internals/is-pure.js diff --git a/ClientApp/node_modules/core-js/internals/is-raw-json.js b/apps/angular/node_modules/core-js/internals/is-raw-json.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/is-raw-json.js rename to apps/angular/node_modules/core-js/internals/is-raw-json.js diff --git a/ClientApp/node_modules/core-js/internals/is-regexp.js b/apps/angular/node_modules/core-js/internals/is-regexp.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/is-regexp.js rename to apps/angular/node_modules/core-js/internals/is-regexp.js diff --git a/ClientApp/node_modules/core-js/internals/is-symbol.js b/apps/angular/node_modules/core-js/internals/is-symbol.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/is-symbol.js rename to apps/angular/node_modules/core-js/internals/is-symbol.js diff --git a/ClientApp/node_modules/core-js/internals/iterate-simple.js b/apps/angular/node_modules/core-js/internals/iterate-simple.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/iterate-simple.js rename to apps/angular/node_modules/core-js/internals/iterate-simple.js diff --git a/ClientApp/node_modules/core-js/internals/iterate.js b/apps/angular/node_modules/core-js/internals/iterate.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/iterate.js rename to apps/angular/node_modules/core-js/internals/iterate.js diff --git a/ClientApp/node_modules/core-js/internals/iterator-close-all.js b/apps/angular/node_modules/core-js/internals/iterator-close-all.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/iterator-close-all.js rename to apps/angular/node_modules/core-js/internals/iterator-close-all.js diff --git a/ClientApp/node_modules/core-js/internals/iterator-close.js b/apps/angular/node_modules/core-js/internals/iterator-close.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/iterator-close.js rename to apps/angular/node_modules/core-js/internals/iterator-close.js diff --git a/ClientApp/node_modules/core-js/internals/iterator-create-constructor.js b/apps/angular/node_modules/core-js/internals/iterator-create-constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/iterator-create-constructor.js rename to apps/angular/node_modules/core-js/internals/iterator-create-constructor.js diff --git a/ClientApp/node_modules/core-js/internals/iterator-create-proxy.js b/apps/angular/node_modules/core-js/internals/iterator-create-proxy.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/iterator-create-proxy.js rename to apps/angular/node_modules/core-js/internals/iterator-create-proxy.js diff --git a/ClientApp/node_modules/core-js/internals/iterator-define.js b/apps/angular/node_modules/core-js/internals/iterator-define.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/iterator-define.js rename to apps/angular/node_modules/core-js/internals/iterator-define.js diff --git a/ClientApp/node_modules/core-js/internals/iterator-helper-throws-on-invalid-iterator.js b/apps/angular/node_modules/core-js/internals/iterator-helper-throws-on-invalid-iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/iterator-helper-throws-on-invalid-iterator.js rename to apps/angular/node_modules/core-js/internals/iterator-helper-throws-on-invalid-iterator.js diff --git a/ClientApp/node_modules/core-js/internals/iterator-helper-without-closing-on-early-error.js b/apps/angular/node_modules/core-js/internals/iterator-helper-without-closing-on-early-error.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/iterator-helper-without-closing-on-early-error.js rename to apps/angular/node_modules/core-js/internals/iterator-helper-without-closing-on-early-error.js diff --git a/ClientApp/node_modules/core-js/internals/iterator-indexed.js b/apps/angular/node_modules/core-js/internals/iterator-indexed.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/iterator-indexed.js rename to apps/angular/node_modules/core-js/internals/iterator-indexed.js diff --git a/ClientApp/node_modules/core-js/internals/iterator-window.js b/apps/angular/node_modules/core-js/internals/iterator-window.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/iterator-window.js rename to apps/angular/node_modules/core-js/internals/iterator-window.js diff --git a/ClientApp/node_modules/core-js/internals/iterator-zip.js b/apps/angular/node_modules/core-js/internals/iterator-zip.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/iterator-zip.js rename to apps/angular/node_modules/core-js/internals/iterator-zip.js diff --git a/ClientApp/node_modules/core-js/internals/iterators-core.js b/apps/angular/node_modules/core-js/internals/iterators-core.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/iterators-core.js rename to apps/angular/node_modules/core-js/internals/iterators-core.js diff --git a/ClientApp/node_modules/core-js/internals/iterators.js b/apps/angular/node_modules/core-js/internals/iterators.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/iterators.js rename to apps/angular/node_modules/core-js/internals/iterators.js diff --git a/ClientApp/node_modules/core-js/internals/length-of-array-like.js b/apps/angular/node_modules/core-js/internals/length-of-array-like.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/length-of-array-like.js rename to apps/angular/node_modules/core-js/internals/length-of-array-like.js diff --git a/ClientApp/node_modules/core-js/internals/make-built-in.js b/apps/angular/node_modules/core-js/internals/make-built-in.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/make-built-in.js rename to apps/angular/node_modules/core-js/internals/make-built-in.js diff --git a/ClientApp/node_modules/core-js/internals/map-helpers.js b/apps/angular/node_modules/core-js/internals/map-helpers.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/map-helpers.js rename to apps/angular/node_modules/core-js/internals/map-helpers.js diff --git a/ClientApp/node_modules/core-js/internals/map-iterate.js b/apps/angular/node_modules/core-js/internals/map-iterate.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/map-iterate.js rename to apps/angular/node_modules/core-js/internals/map-iterate.js diff --git a/ClientApp/node_modules/core-js/internals/map-upsert.js b/apps/angular/node_modules/core-js/internals/map-upsert.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/map-upsert.js rename to apps/angular/node_modules/core-js/internals/map-upsert.js diff --git a/ClientApp/node_modules/core-js/internals/math-clamp.js b/apps/angular/node_modules/core-js/internals/math-clamp.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/math-clamp.js rename to apps/angular/node_modules/core-js/internals/math-clamp.js diff --git a/ClientApp/node_modules/core-js/internals/math-expm1.js b/apps/angular/node_modules/core-js/internals/math-expm1.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/math-expm1.js rename to apps/angular/node_modules/core-js/internals/math-expm1.js diff --git a/ClientApp/node_modules/core-js/internals/math-float-round.js b/apps/angular/node_modules/core-js/internals/math-float-round.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/math-float-round.js rename to apps/angular/node_modules/core-js/internals/math-float-round.js diff --git a/ClientApp/node_modules/core-js/internals/math-fround.js b/apps/angular/node_modules/core-js/internals/math-fround.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/math-fround.js rename to apps/angular/node_modules/core-js/internals/math-fround.js diff --git a/ClientApp/node_modules/core-js/internals/math-log10.js b/apps/angular/node_modules/core-js/internals/math-log10.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/math-log10.js rename to apps/angular/node_modules/core-js/internals/math-log10.js diff --git a/ClientApp/node_modules/core-js/internals/math-log1p.js b/apps/angular/node_modules/core-js/internals/math-log1p.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/math-log1p.js rename to apps/angular/node_modules/core-js/internals/math-log1p.js diff --git a/ClientApp/node_modules/core-js/internals/math-log2.js b/apps/angular/node_modules/core-js/internals/math-log2.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/math-log2.js rename to apps/angular/node_modules/core-js/internals/math-log2.js diff --git a/ClientApp/node_modules/core-js/internals/math-round-ties-to-even.js b/apps/angular/node_modules/core-js/internals/math-round-ties-to-even.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/math-round-ties-to-even.js rename to apps/angular/node_modules/core-js/internals/math-round-ties-to-even.js diff --git a/ClientApp/node_modules/core-js/internals/math-scale.js b/apps/angular/node_modules/core-js/internals/math-scale.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/math-scale.js rename to apps/angular/node_modules/core-js/internals/math-scale.js diff --git a/ClientApp/node_modules/core-js/internals/math-sign.js b/apps/angular/node_modules/core-js/internals/math-sign.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/math-sign.js rename to apps/angular/node_modules/core-js/internals/math-sign.js diff --git a/ClientApp/node_modules/core-js/internals/math-trunc.js b/apps/angular/node_modules/core-js/internals/math-trunc.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/math-trunc.js rename to apps/angular/node_modules/core-js/internals/math-trunc.js diff --git a/ClientApp/node_modules/core-js/internals/microtask.js b/apps/angular/node_modules/core-js/internals/microtask.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/microtask.js rename to apps/angular/node_modules/core-js/internals/microtask.js diff --git a/ClientApp/node_modules/core-js/internals/native-raw-json.js b/apps/angular/node_modules/core-js/internals/native-raw-json.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/native-raw-json.js rename to apps/angular/node_modules/core-js/internals/native-raw-json.js diff --git a/ClientApp/node_modules/core-js/internals/new-promise-capability.js b/apps/angular/node_modules/core-js/internals/new-promise-capability.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/new-promise-capability.js rename to apps/angular/node_modules/core-js/internals/new-promise-capability.js diff --git a/ClientApp/node_modules/core-js/internals/normalize-string-argument.js b/apps/angular/node_modules/core-js/internals/normalize-string-argument.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/normalize-string-argument.js rename to apps/angular/node_modules/core-js/internals/normalize-string-argument.js diff --git a/ClientApp/node_modules/core-js/internals/not-a-nan.js b/apps/angular/node_modules/core-js/internals/not-a-nan.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/not-a-nan.js rename to apps/angular/node_modules/core-js/internals/not-a-nan.js diff --git a/ClientApp/node_modules/core-js/internals/not-a-regexp.js b/apps/angular/node_modules/core-js/internals/not-a-regexp.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/not-a-regexp.js rename to apps/angular/node_modules/core-js/internals/not-a-regexp.js diff --git a/ClientApp/node_modules/core-js/internals/number-is-finite.js b/apps/angular/node_modules/core-js/internals/number-is-finite.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/number-is-finite.js rename to apps/angular/node_modules/core-js/internals/number-is-finite.js diff --git a/ClientApp/node_modules/core-js/internals/number-parse-float.js b/apps/angular/node_modules/core-js/internals/number-parse-float.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/number-parse-float.js rename to apps/angular/node_modules/core-js/internals/number-parse-float.js diff --git a/ClientApp/node_modules/core-js/internals/number-parse-int.js b/apps/angular/node_modules/core-js/internals/number-parse-int.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/number-parse-int.js rename to apps/angular/node_modules/core-js/internals/number-parse-int.js diff --git a/ClientApp/node_modules/core-js/internals/numeric-range-iterator.js b/apps/angular/node_modules/core-js/internals/numeric-range-iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/numeric-range-iterator.js rename to apps/angular/node_modules/core-js/internals/numeric-range-iterator.js diff --git a/ClientApp/node_modules/core-js/internals/object-assign.js b/apps/angular/node_modules/core-js/internals/object-assign.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/object-assign.js rename to apps/angular/node_modules/core-js/internals/object-assign.js diff --git a/ClientApp/node_modules/core-js/internals/object-create.js b/apps/angular/node_modules/core-js/internals/object-create.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/object-create.js rename to apps/angular/node_modules/core-js/internals/object-create.js diff --git a/ClientApp/node_modules/core-js/internals/object-define-properties.js b/apps/angular/node_modules/core-js/internals/object-define-properties.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/object-define-properties.js rename to apps/angular/node_modules/core-js/internals/object-define-properties.js diff --git a/ClientApp/node_modules/core-js/internals/object-define-property.js b/apps/angular/node_modules/core-js/internals/object-define-property.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/object-define-property.js rename to apps/angular/node_modules/core-js/internals/object-define-property.js diff --git a/ClientApp/node_modules/core-js/internals/object-get-own-property-descriptor.js b/apps/angular/node_modules/core-js/internals/object-get-own-property-descriptor.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/object-get-own-property-descriptor.js rename to apps/angular/node_modules/core-js/internals/object-get-own-property-descriptor.js diff --git a/ClientApp/node_modules/core-js/internals/object-get-own-property-names-external.js b/apps/angular/node_modules/core-js/internals/object-get-own-property-names-external.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/object-get-own-property-names-external.js rename to apps/angular/node_modules/core-js/internals/object-get-own-property-names-external.js diff --git a/ClientApp/node_modules/core-js/internals/object-get-own-property-names.js b/apps/angular/node_modules/core-js/internals/object-get-own-property-names.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/object-get-own-property-names.js rename to apps/angular/node_modules/core-js/internals/object-get-own-property-names.js diff --git a/ClientApp/node_modules/core-js/internals/object-get-own-property-symbols.js b/apps/angular/node_modules/core-js/internals/object-get-own-property-symbols.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/object-get-own-property-symbols.js rename to apps/angular/node_modules/core-js/internals/object-get-own-property-symbols.js diff --git a/ClientApp/node_modules/core-js/internals/object-get-prototype-of.js b/apps/angular/node_modules/core-js/internals/object-get-prototype-of.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/object-get-prototype-of.js rename to apps/angular/node_modules/core-js/internals/object-get-prototype-of.js diff --git a/ClientApp/node_modules/core-js/internals/object-is-extensible.js b/apps/angular/node_modules/core-js/internals/object-is-extensible.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/object-is-extensible.js rename to apps/angular/node_modules/core-js/internals/object-is-extensible.js diff --git a/ClientApp/node_modules/core-js/internals/object-is-prototype-of.js b/apps/angular/node_modules/core-js/internals/object-is-prototype-of.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/object-is-prototype-of.js rename to apps/angular/node_modules/core-js/internals/object-is-prototype-of.js diff --git a/ClientApp/node_modules/core-js/internals/object-iterator.js b/apps/angular/node_modules/core-js/internals/object-iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/object-iterator.js rename to apps/angular/node_modules/core-js/internals/object-iterator.js diff --git a/ClientApp/node_modules/core-js/internals/object-keys-internal.js b/apps/angular/node_modules/core-js/internals/object-keys-internal.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/object-keys-internal.js rename to apps/angular/node_modules/core-js/internals/object-keys-internal.js diff --git a/ClientApp/node_modules/core-js/internals/object-keys.js b/apps/angular/node_modules/core-js/internals/object-keys.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/object-keys.js rename to apps/angular/node_modules/core-js/internals/object-keys.js diff --git a/ClientApp/node_modules/core-js/internals/object-property-is-enumerable.js b/apps/angular/node_modules/core-js/internals/object-property-is-enumerable.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/object-property-is-enumerable.js rename to apps/angular/node_modules/core-js/internals/object-property-is-enumerable.js diff --git a/ClientApp/node_modules/core-js/internals/object-prototype-accessors-forced.js b/apps/angular/node_modules/core-js/internals/object-prototype-accessors-forced.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/object-prototype-accessors-forced.js rename to apps/angular/node_modules/core-js/internals/object-prototype-accessors-forced.js diff --git a/ClientApp/node_modules/core-js/internals/object-set-prototype-of.js b/apps/angular/node_modules/core-js/internals/object-set-prototype-of.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/object-set-prototype-of.js rename to apps/angular/node_modules/core-js/internals/object-set-prototype-of.js diff --git a/ClientApp/node_modules/core-js/internals/object-to-array.js b/apps/angular/node_modules/core-js/internals/object-to-array.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/object-to-array.js rename to apps/angular/node_modules/core-js/internals/object-to-array.js diff --git a/ClientApp/node_modules/core-js/internals/object-to-string.js b/apps/angular/node_modules/core-js/internals/object-to-string.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/object-to-string.js rename to apps/angular/node_modules/core-js/internals/object-to-string.js diff --git a/ClientApp/node_modules/core-js/internals/ordinary-to-primitive.js b/apps/angular/node_modules/core-js/internals/ordinary-to-primitive.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/ordinary-to-primitive.js rename to apps/angular/node_modules/core-js/internals/ordinary-to-primitive.js diff --git a/ClientApp/node_modules/core-js/internals/own-keys.js b/apps/angular/node_modules/core-js/internals/own-keys.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/own-keys.js rename to apps/angular/node_modules/core-js/internals/own-keys.js diff --git a/ClientApp/node_modules/core-js/internals/parse-json-string.js b/apps/angular/node_modules/core-js/internals/parse-json-string.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/parse-json-string.js rename to apps/angular/node_modules/core-js/internals/parse-json-string.js diff --git a/ClientApp/node_modules/core-js/internals/path.js b/apps/angular/node_modules/core-js/internals/path.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/path.js rename to apps/angular/node_modules/core-js/internals/path.js diff --git a/ClientApp/node_modules/core-js/internals/perform.js b/apps/angular/node_modules/core-js/internals/perform.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/perform.js rename to apps/angular/node_modules/core-js/internals/perform.js diff --git a/ClientApp/node_modules/core-js/internals/promise-constructor-detection.js b/apps/angular/node_modules/core-js/internals/promise-constructor-detection.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/promise-constructor-detection.js rename to apps/angular/node_modules/core-js/internals/promise-constructor-detection.js diff --git a/ClientApp/node_modules/core-js/internals/promise-native-constructor.js b/apps/angular/node_modules/core-js/internals/promise-native-constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/promise-native-constructor.js rename to apps/angular/node_modules/core-js/internals/promise-native-constructor.js diff --git a/ClientApp/node_modules/core-js/internals/promise-resolve.js b/apps/angular/node_modules/core-js/internals/promise-resolve.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/promise-resolve.js rename to apps/angular/node_modules/core-js/internals/promise-resolve.js diff --git a/ClientApp/node_modules/core-js/internals/promise-statics-incorrect-iteration.js b/apps/angular/node_modules/core-js/internals/promise-statics-incorrect-iteration.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/promise-statics-incorrect-iteration.js rename to apps/angular/node_modules/core-js/internals/promise-statics-incorrect-iteration.js diff --git a/ClientApp/node_modules/core-js/internals/proxy-accessor.js b/apps/angular/node_modules/core-js/internals/proxy-accessor.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/proxy-accessor.js rename to apps/angular/node_modules/core-js/internals/proxy-accessor.js diff --git a/ClientApp/node_modules/core-js/internals/queue.js b/apps/angular/node_modules/core-js/internals/queue.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/queue.js rename to apps/angular/node_modules/core-js/internals/queue.js diff --git a/ClientApp/node_modules/core-js/internals/reflect-metadata.js b/apps/angular/node_modules/core-js/internals/reflect-metadata.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/reflect-metadata.js rename to apps/angular/node_modules/core-js/internals/reflect-metadata.js diff --git a/ClientApp/node_modules/core-js/internals/regexp-exec-abstract.js b/apps/angular/node_modules/core-js/internals/regexp-exec-abstract.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/regexp-exec-abstract.js rename to apps/angular/node_modules/core-js/internals/regexp-exec-abstract.js diff --git a/ClientApp/node_modules/core-js/internals/regexp-exec.js b/apps/angular/node_modules/core-js/internals/regexp-exec.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/regexp-exec.js rename to apps/angular/node_modules/core-js/internals/regexp-exec.js diff --git a/ClientApp/node_modules/core-js/internals/regexp-flags-detection.js b/apps/angular/node_modules/core-js/internals/regexp-flags-detection.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/regexp-flags-detection.js rename to apps/angular/node_modules/core-js/internals/regexp-flags-detection.js diff --git a/ClientApp/node_modules/core-js/internals/regexp-flags.js b/apps/angular/node_modules/core-js/internals/regexp-flags.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/regexp-flags.js rename to apps/angular/node_modules/core-js/internals/regexp-flags.js diff --git a/ClientApp/node_modules/core-js/internals/regexp-get-flags.js b/apps/angular/node_modules/core-js/internals/regexp-get-flags.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/regexp-get-flags.js rename to apps/angular/node_modules/core-js/internals/regexp-get-flags.js diff --git a/ClientApp/node_modules/core-js/internals/regexp-sticky-helpers.js b/apps/angular/node_modules/core-js/internals/regexp-sticky-helpers.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/regexp-sticky-helpers.js rename to apps/angular/node_modules/core-js/internals/regexp-sticky-helpers.js diff --git a/ClientApp/node_modules/core-js/internals/regexp-unsupported-dot-all.js b/apps/angular/node_modules/core-js/internals/regexp-unsupported-dot-all.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/regexp-unsupported-dot-all.js rename to apps/angular/node_modules/core-js/internals/regexp-unsupported-dot-all.js diff --git a/ClientApp/node_modules/core-js/internals/regexp-unsupported-ncg.js b/apps/angular/node_modules/core-js/internals/regexp-unsupported-ncg.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/regexp-unsupported-ncg.js rename to apps/angular/node_modules/core-js/internals/regexp-unsupported-ncg.js diff --git a/ClientApp/node_modules/core-js/internals/require-object-coercible.js b/apps/angular/node_modules/core-js/internals/require-object-coercible.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/require-object-coercible.js rename to apps/angular/node_modules/core-js/internals/require-object-coercible.js diff --git a/ClientApp/node_modules/core-js/internals/safe-get-built-in.js b/apps/angular/node_modules/core-js/internals/safe-get-built-in.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/safe-get-built-in.js rename to apps/angular/node_modules/core-js/internals/safe-get-built-in.js diff --git a/ClientApp/node_modules/core-js/internals/same-value-zero.js b/apps/angular/node_modules/core-js/internals/same-value-zero.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/same-value-zero.js rename to apps/angular/node_modules/core-js/internals/same-value-zero.js diff --git a/ClientApp/node_modules/core-js/internals/same-value.js b/apps/angular/node_modules/core-js/internals/same-value.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/same-value.js rename to apps/angular/node_modules/core-js/internals/same-value.js diff --git a/ClientApp/node_modules/core-js/internals/schedulers-fix.js b/apps/angular/node_modules/core-js/internals/schedulers-fix.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/schedulers-fix.js rename to apps/angular/node_modules/core-js/internals/schedulers-fix.js diff --git a/ClientApp/node_modules/core-js/internals/set-clone.js b/apps/angular/node_modules/core-js/internals/set-clone.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/set-clone.js rename to apps/angular/node_modules/core-js/internals/set-clone.js diff --git a/ClientApp/node_modules/core-js/internals/set-difference.js b/apps/angular/node_modules/core-js/internals/set-difference.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/set-difference.js rename to apps/angular/node_modules/core-js/internals/set-difference.js diff --git a/ClientApp/node_modules/core-js/internals/set-helpers.js b/apps/angular/node_modules/core-js/internals/set-helpers.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/set-helpers.js rename to apps/angular/node_modules/core-js/internals/set-helpers.js diff --git a/ClientApp/node_modules/core-js/internals/set-intersection.js b/apps/angular/node_modules/core-js/internals/set-intersection.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/set-intersection.js rename to apps/angular/node_modules/core-js/internals/set-intersection.js diff --git a/ClientApp/node_modules/core-js/internals/set-is-disjoint-from.js b/apps/angular/node_modules/core-js/internals/set-is-disjoint-from.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/set-is-disjoint-from.js rename to apps/angular/node_modules/core-js/internals/set-is-disjoint-from.js diff --git a/ClientApp/node_modules/core-js/internals/set-is-subset-of.js b/apps/angular/node_modules/core-js/internals/set-is-subset-of.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/set-is-subset-of.js rename to apps/angular/node_modules/core-js/internals/set-is-subset-of.js diff --git a/ClientApp/node_modules/core-js/internals/set-is-superset-of.js b/apps/angular/node_modules/core-js/internals/set-is-superset-of.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/set-is-superset-of.js rename to apps/angular/node_modules/core-js/internals/set-is-superset-of.js diff --git a/ClientApp/node_modules/core-js/internals/set-iterate.js b/apps/angular/node_modules/core-js/internals/set-iterate.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/set-iterate.js rename to apps/angular/node_modules/core-js/internals/set-iterate.js diff --git a/ClientApp/node_modules/core-js/internals/set-method-accept-set-like.js b/apps/angular/node_modules/core-js/internals/set-method-accept-set-like.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/set-method-accept-set-like.js rename to apps/angular/node_modules/core-js/internals/set-method-accept-set-like.js diff --git a/ClientApp/node_modules/core-js/internals/set-method-get-keys-before-cloning-detection.js b/apps/angular/node_modules/core-js/internals/set-method-get-keys-before-cloning-detection.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/set-method-get-keys-before-cloning-detection.js rename to apps/angular/node_modules/core-js/internals/set-method-get-keys-before-cloning-detection.js diff --git a/ClientApp/node_modules/core-js/internals/set-size.js b/apps/angular/node_modules/core-js/internals/set-size.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/set-size.js rename to apps/angular/node_modules/core-js/internals/set-size.js diff --git a/ClientApp/node_modules/core-js/internals/set-species.js b/apps/angular/node_modules/core-js/internals/set-species.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/set-species.js rename to apps/angular/node_modules/core-js/internals/set-species.js diff --git a/ClientApp/node_modules/core-js/internals/set-symmetric-difference.js b/apps/angular/node_modules/core-js/internals/set-symmetric-difference.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/set-symmetric-difference.js rename to apps/angular/node_modules/core-js/internals/set-symmetric-difference.js diff --git a/ClientApp/node_modules/core-js/internals/set-to-string-tag.js b/apps/angular/node_modules/core-js/internals/set-to-string-tag.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/set-to-string-tag.js rename to apps/angular/node_modules/core-js/internals/set-to-string-tag.js diff --git a/ClientApp/node_modules/core-js/internals/set-union.js b/apps/angular/node_modules/core-js/internals/set-union.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/set-union.js rename to apps/angular/node_modules/core-js/internals/set-union.js diff --git a/ClientApp/node_modules/core-js/internals/shared-key.js b/apps/angular/node_modules/core-js/internals/shared-key.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/shared-key.js rename to apps/angular/node_modules/core-js/internals/shared-key.js diff --git a/ClientApp/node_modules/core-js/internals/shared-store.js b/apps/angular/node_modules/core-js/internals/shared-store.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/shared-store.js rename to apps/angular/node_modules/core-js/internals/shared-store.js diff --git a/ClientApp/node_modules/core-js/internals/shared.js b/apps/angular/node_modules/core-js/internals/shared.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/shared.js rename to apps/angular/node_modules/core-js/internals/shared.js diff --git a/ClientApp/node_modules/core-js/internals/species-constructor.js b/apps/angular/node_modules/core-js/internals/species-constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/species-constructor.js rename to apps/angular/node_modules/core-js/internals/species-constructor.js diff --git a/ClientApp/node_modules/core-js/internals/string-cooked.js b/apps/angular/node_modules/core-js/internals/string-cooked.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/string-cooked.js rename to apps/angular/node_modules/core-js/internals/string-cooked.js diff --git a/ClientApp/node_modules/core-js/internals/string-html-forced.js b/apps/angular/node_modules/core-js/internals/string-html-forced.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/string-html-forced.js rename to apps/angular/node_modules/core-js/internals/string-html-forced.js diff --git a/ClientApp/node_modules/core-js/internals/string-multibyte.js b/apps/angular/node_modules/core-js/internals/string-multibyte.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/string-multibyte.js rename to apps/angular/node_modules/core-js/internals/string-multibyte.js diff --git a/ClientApp/node_modules/core-js/internals/string-pad-webkit-bug.js b/apps/angular/node_modules/core-js/internals/string-pad-webkit-bug.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/string-pad-webkit-bug.js rename to apps/angular/node_modules/core-js/internals/string-pad-webkit-bug.js diff --git a/ClientApp/node_modules/core-js/internals/string-pad.js b/apps/angular/node_modules/core-js/internals/string-pad.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/string-pad.js rename to apps/angular/node_modules/core-js/internals/string-pad.js diff --git a/ClientApp/node_modules/core-js/internals/string-parse.js b/apps/angular/node_modules/core-js/internals/string-parse.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/string-parse.js rename to apps/angular/node_modules/core-js/internals/string-parse.js diff --git a/ClientApp/node_modules/core-js/internals/string-punycode-to-ascii.js b/apps/angular/node_modules/core-js/internals/string-punycode-to-ascii.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/string-punycode-to-ascii.js rename to apps/angular/node_modules/core-js/internals/string-punycode-to-ascii.js diff --git a/ClientApp/node_modules/core-js/internals/string-repeat.js b/apps/angular/node_modules/core-js/internals/string-repeat.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/string-repeat.js rename to apps/angular/node_modules/core-js/internals/string-repeat.js diff --git a/ClientApp/node_modules/core-js/internals/string-trim-end.js b/apps/angular/node_modules/core-js/internals/string-trim-end.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/string-trim-end.js rename to apps/angular/node_modules/core-js/internals/string-trim-end.js diff --git a/ClientApp/node_modules/core-js/internals/string-trim-forced.js b/apps/angular/node_modules/core-js/internals/string-trim-forced.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/string-trim-forced.js rename to apps/angular/node_modules/core-js/internals/string-trim-forced.js diff --git a/ClientApp/node_modules/core-js/internals/string-trim-start.js b/apps/angular/node_modules/core-js/internals/string-trim-start.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/string-trim-start.js rename to apps/angular/node_modules/core-js/internals/string-trim-start.js diff --git a/ClientApp/node_modules/core-js/internals/string-trim.js b/apps/angular/node_modules/core-js/internals/string-trim.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/string-trim.js rename to apps/angular/node_modules/core-js/internals/string-trim.js diff --git a/ClientApp/node_modules/core-js/internals/structured-clone-proper-transfer.js b/apps/angular/node_modules/core-js/internals/structured-clone-proper-transfer.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/structured-clone-proper-transfer.js rename to apps/angular/node_modules/core-js/internals/structured-clone-proper-transfer.js diff --git a/ClientApp/node_modules/core-js/internals/symbol-constructor-detection.js b/apps/angular/node_modules/core-js/internals/symbol-constructor-detection.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/symbol-constructor-detection.js rename to apps/angular/node_modules/core-js/internals/symbol-constructor-detection.js diff --git a/ClientApp/node_modules/core-js/internals/symbol-define-to-primitive.js b/apps/angular/node_modules/core-js/internals/symbol-define-to-primitive.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/symbol-define-to-primitive.js rename to apps/angular/node_modules/core-js/internals/symbol-define-to-primitive.js diff --git a/ClientApp/node_modules/core-js/internals/symbol-is-registered.js b/apps/angular/node_modules/core-js/internals/symbol-is-registered.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/symbol-is-registered.js rename to apps/angular/node_modules/core-js/internals/symbol-is-registered.js diff --git a/ClientApp/node_modules/core-js/internals/symbol-is-well-known.js b/apps/angular/node_modules/core-js/internals/symbol-is-well-known.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/symbol-is-well-known.js rename to apps/angular/node_modules/core-js/internals/symbol-is-well-known.js diff --git a/ClientApp/node_modules/core-js/internals/symbol-registry-detection.js b/apps/angular/node_modules/core-js/internals/symbol-registry-detection.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/symbol-registry-detection.js rename to apps/angular/node_modules/core-js/internals/symbol-registry-detection.js diff --git a/ClientApp/node_modules/core-js/internals/task.js b/apps/angular/node_modules/core-js/internals/task.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/task.js rename to apps/angular/node_modules/core-js/internals/task.js diff --git a/ClientApp/node_modules/core-js/internals/this-number-value.js b/apps/angular/node_modules/core-js/internals/this-number-value.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/this-number-value.js rename to apps/angular/node_modules/core-js/internals/this-number-value.js diff --git a/ClientApp/node_modules/core-js/internals/to-absolute-index.js b/apps/angular/node_modules/core-js/internals/to-absolute-index.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/to-absolute-index.js rename to apps/angular/node_modules/core-js/internals/to-absolute-index.js diff --git a/ClientApp/node_modules/core-js/internals/to-big-int.js b/apps/angular/node_modules/core-js/internals/to-big-int.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/to-big-int.js rename to apps/angular/node_modules/core-js/internals/to-big-int.js diff --git a/ClientApp/node_modules/core-js/internals/to-index.js b/apps/angular/node_modules/core-js/internals/to-index.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/to-index.js rename to apps/angular/node_modules/core-js/internals/to-index.js diff --git a/ClientApp/node_modules/core-js/internals/to-indexed-object.js b/apps/angular/node_modules/core-js/internals/to-indexed-object.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/to-indexed-object.js rename to apps/angular/node_modules/core-js/internals/to-indexed-object.js diff --git a/ClientApp/node_modules/core-js/internals/to-integer-or-infinity.js b/apps/angular/node_modules/core-js/internals/to-integer-or-infinity.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/to-integer-or-infinity.js rename to apps/angular/node_modules/core-js/internals/to-integer-or-infinity.js diff --git a/ClientApp/node_modules/core-js/internals/to-length.js b/apps/angular/node_modules/core-js/internals/to-length.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/to-length.js rename to apps/angular/node_modules/core-js/internals/to-length.js diff --git a/ClientApp/node_modules/core-js/internals/to-object.js b/apps/angular/node_modules/core-js/internals/to-object.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/to-object.js rename to apps/angular/node_modules/core-js/internals/to-object.js diff --git a/ClientApp/node_modules/core-js/internals/to-offset.js b/apps/angular/node_modules/core-js/internals/to-offset.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/to-offset.js rename to apps/angular/node_modules/core-js/internals/to-offset.js diff --git a/ClientApp/node_modules/core-js/internals/to-positive-integer.js b/apps/angular/node_modules/core-js/internals/to-positive-integer.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/to-positive-integer.js rename to apps/angular/node_modules/core-js/internals/to-positive-integer.js diff --git a/ClientApp/node_modules/core-js/internals/to-primitive.js b/apps/angular/node_modules/core-js/internals/to-primitive.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/to-primitive.js rename to apps/angular/node_modules/core-js/internals/to-primitive.js diff --git a/ClientApp/node_modules/core-js/internals/to-property-key.js b/apps/angular/node_modules/core-js/internals/to-property-key.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/to-property-key.js rename to apps/angular/node_modules/core-js/internals/to-property-key.js diff --git a/ClientApp/node_modules/core-js/internals/to-set-like.js b/apps/angular/node_modules/core-js/internals/to-set-like.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/to-set-like.js rename to apps/angular/node_modules/core-js/internals/to-set-like.js diff --git a/ClientApp/node_modules/core-js/internals/to-string-tag-support.js b/apps/angular/node_modules/core-js/internals/to-string-tag-support.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/to-string-tag-support.js rename to apps/angular/node_modules/core-js/internals/to-string-tag-support.js diff --git a/ClientApp/node_modules/core-js/internals/to-string.js b/apps/angular/node_modules/core-js/internals/to-string.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/to-string.js rename to apps/angular/node_modules/core-js/internals/to-string.js diff --git a/ClientApp/node_modules/core-js/internals/to-uint8-clamped.js b/apps/angular/node_modules/core-js/internals/to-uint8-clamped.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/to-uint8-clamped.js rename to apps/angular/node_modules/core-js/internals/to-uint8-clamped.js diff --git a/ClientApp/node_modules/core-js/internals/try-to-string.js b/apps/angular/node_modules/core-js/internals/try-to-string.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/try-to-string.js rename to apps/angular/node_modules/core-js/internals/try-to-string.js diff --git a/ClientApp/node_modules/core-js/internals/typed-array-constructor.js b/apps/angular/node_modules/core-js/internals/typed-array-constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/typed-array-constructor.js rename to apps/angular/node_modules/core-js/internals/typed-array-constructor.js diff --git a/ClientApp/node_modules/core-js/internals/typed-array-constructors-require-wrappers.js b/apps/angular/node_modules/core-js/internals/typed-array-constructors-require-wrappers.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/typed-array-constructors-require-wrappers.js rename to apps/angular/node_modules/core-js/internals/typed-array-constructors-require-wrappers.js diff --git a/ClientApp/node_modules/core-js/internals/typed-array-from-same-type-and-list.js b/apps/angular/node_modules/core-js/internals/typed-array-from-same-type-and-list.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/typed-array-from-same-type-and-list.js rename to apps/angular/node_modules/core-js/internals/typed-array-from-same-type-and-list.js diff --git a/ClientApp/node_modules/core-js/internals/typed-array-from.js b/apps/angular/node_modules/core-js/internals/typed-array-from.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/typed-array-from.js rename to apps/angular/node_modules/core-js/internals/typed-array-from.js diff --git a/ClientApp/node_modules/core-js/internals/uid.js b/apps/angular/node_modules/core-js/internals/uid.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/uid.js rename to apps/angular/node_modules/core-js/internals/uid.js diff --git a/ClientApp/node_modules/core-js/internals/uint8-from-base64.js b/apps/angular/node_modules/core-js/internals/uint8-from-base64.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/uint8-from-base64.js rename to apps/angular/node_modules/core-js/internals/uint8-from-base64.js diff --git a/ClientApp/node_modules/core-js/internals/uint8-from-hex.js b/apps/angular/node_modules/core-js/internals/uint8-from-hex.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/uint8-from-hex.js rename to apps/angular/node_modules/core-js/internals/uint8-from-hex.js diff --git a/ClientApp/node_modules/core-js/internals/url-constructor-detection.js b/apps/angular/node_modules/core-js/internals/url-constructor-detection.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/url-constructor-detection.js rename to apps/angular/node_modules/core-js/internals/url-constructor-detection.js diff --git a/ClientApp/node_modules/core-js/internals/use-symbol-as-uid.js b/apps/angular/node_modules/core-js/internals/use-symbol-as-uid.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/use-symbol-as-uid.js rename to apps/angular/node_modules/core-js/internals/use-symbol-as-uid.js diff --git a/ClientApp/node_modules/core-js/internals/v8-prototype-define-bug.js b/apps/angular/node_modules/core-js/internals/v8-prototype-define-bug.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/v8-prototype-define-bug.js rename to apps/angular/node_modules/core-js/internals/v8-prototype-define-bug.js diff --git a/ClientApp/node_modules/core-js/internals/validate-arguments-length.js b/apps/angular/node_modules/core-js/internals/validate-arguments-length.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/validate-arguments-length.js rename to apps/angular/node_modules/core-js/internals/validate-arguments-length.js diff --git a/ClientApp/node_modules/core-js/internals/weak-map-basic-detection.js b/apps/angular/node_modules/core-js/internals/weak-map-basic-detection.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/weak-map-basic-detection.js rename to apps/angular/node_modules/core-js/internals/weak-map-basic-detection.js diff --git a/ClientApp/node_modules/core-js/internals/weak-map-helpers.js b/apps/angular/node_modules/core-js/internals/weak-map-helpers.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/weak-map-helpers.js rename to apps/angular/node_modules/core-js/internals/weak-map-helpers.js diff --git a/ClientApp/node_modules/core-js/internals/weak-set-helpers.js b/apps/angular/node_modules/core-js/internals/weak-set-helpers.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/weak-set-helpers.js rename to apps/angular/node_modules/core-js/internals/weak-set-helpers.js diff --git a/ClientApp/node_modules/core-js/internals/well-known-symbol-define.js b/apps/angular/node_modules/core-js/internals/well-known-symbol-define.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/well-known-symbol-define.js rename to apps/angular/node_modules/core-js/internals/well-known-symbol-define.js diff --git a/ClientApp/node_modules/core-js/internals/well-known-symbol-wrapped.js b/apps/angular/node_modules/core-js/internals/well-known-symbol-wrapped.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/well-known-symbol-wrapped.js rename to apps/angular/node_modules/core-js/internals/well-known-symbol-wrapped.js diff --git a/ClientApp/node_modules/core-js/internals/well-known-symbol.js b/apps/angular/node_modules/core-js/internals/well-known-symbol.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/well-known-symbol.js rename to apps/angular/node_modules/core-js/internals/well-known-symbol.js diff --git a/ClientApp/node_modules/core-js/internals/whitespaces.js b/apps/angular/node_modules/core-js/internals/whitespaces.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/whitespaces.js rename to apps/angular/node_modules/core-js/internals/whitespaces.js diff --git a/ClientApp/node_modules/core-js/internals/wrap-error-constructor-with-cause.js b/apps/angular/node_modules/core-js/internals/wrap-error-constructor-with-cause.js similarity index 100% rename from ClientApp/node_modules/core-js/internals/wrap-error-constructor-with-cause.js rename to apps/angular/node_modules/core-js/internals/wrap-error-constructor-with-cause.js diff --git a/ClientApp/node_modules/core-js/modules/README.md b/apps/angular/node_modules/core-js/modules/README.md similarity index 100% rename from ClientApp/node_modules/core-js/modules/README.md rename to apps/angular/node_modules/core-js/modules/README.md diff --git a/ClientApp/node_modules/core-js/modules/es.aggregate-error.cause.js b/apps/angular/node_modules/core-js/modules/es.aggregate-error.cause.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.aggregate-error.cause.js rename to apps/angular/node_modules/core-js/modules/es.aggregate-error.cause.js diff --git a/ClientApp/node_modules/core-js/modules/es.aggregate-error.constructor.js b/apps/angular/node_modules/core-js/modules/es.aggregate-error.constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.aggregate-error.constructor.js rename to apps/angular/node_modules/core-js/modules/es.aggregate-error.constructor.js diff --git a/ClientApp/node_modules/core-js/modules/es.aggregate-error.js b/apps/angular/node_modules/core-js/modules/es.aggregate-error.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.aggregate-error.js rename to apps/angular/node_modules/core-js/modules/es.aggregate-error.js diff --git a/ClientApp/node_modules/core-js/modules/es.array-buffer.constructor.js b/apps/angular/node_modules/core-js/modules/es.array-buffer.constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.array-buffer.constructor.js rename to apps/angular/node_modules/core-js/modules/es.array-buffer.constructor.js diff --git a/ClientApp/node_modules/core-js/modules/es.array-buffer.detached.js b/apps/angular/node_modules/core-js/modules/es.array-buffer.detached.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.array-buffer.detached.js rename to apps/angular/node_modules/core-js/modules/es.array-buffer.detached.js diff --git a/ClientApp/node_modules/core-js/modules/es.array-buffer.is-view.js b/apps/angular/node_modules/core-js/modules/es.array-buffer.is-view.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.array-buffer.is-view.js rename to apps/angular/node_modules/core-js/modules/es.array-buffer.is-view.js diff --git a/ClientApp/node_modules/core-js/modules/es.array-buffer.slice.js b/apps/angular/node_modules/core-js/modules/es.array-buffer.slice.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.array-buffer.slice.js rename to apps/angular/node_modules/core-js/modules/es.array-buffer.slice.js diff --git a/ClientApp/node_modules/core-js/modules/es.array-buffer.transfer-to-fixed-length.js b/apps/angular/node_modules/core-js/modules/es.array-buffer.transfer-to-fixed-length.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.array-buffer.transfer-to-fixed-length.js rename to apps/angular/node_modules/core-js/modules/es.array-buffer.transfer-to-fixed-length.js diff --git a/ClientApp/node_modules/core-js/modules/es.array-buffer.transfer.js b/apps/angular/node_modules/core-js/modules/es.array-buffer.transfer.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.array-buffer.transfer.js rename to apps/angular/node_modules/core-js/modules/es.array-buffer.transfer.js diff --git a/ClientApp/node_modules/core-js/modules/es.array.at.js b/apps/angular/node_modules/core-js/modules/es.array.at.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.array.at.js rename to apps/angular/node_modules/core-js/modules/es.array.at.js diff --git a/ClientApp/node_modules/core-js/modules/es.array.concat.js b/apps/angular/node_modules/core-js/modules/es.array.concat.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.array.concat.js rename to apps/angular/node_modules/core-js/modules/es.array.concat.js diff --git a/ClientApp/node_modules/core-js/modules/es.array.copy-within.js b/apps/angular/node_modules/core-js/modules/es.array.copy-within.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.array.copy-within.js rename to apps/angular/node_modules/core-js/modules/es.array.copy-within.js diff --git a/ClientApp/node_modules/core-js/modules/es.array.every.js b/apps/angular/node_modules/core-js/modules/es.array.every.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.array.every.js rename to apps/angular/node_modules/core-js/modules/es.array.every.js diff --git a/ClientApp/node_modules/core-js/modules/es.array.fill.js b/apps/angular/node_modules/core-js/modules/es.array.fill.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.array.fill.js rename to apps/angular/node_modules/core-js/modules/es.array.fill.js diff --git a/ClientApp/node_modules/core-js/modules/es.array.filter.js b/apps/angular/node_modules/core-js/modules/es.array.filter.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.array.filter.js rename to apps/angular/node_modules/core-js/modules/es.array.filter.js diff --git a/ClientApp/node_modules/core-js/modules/es.array.find-index.js b/apps/angular/node_modules/core-js/modules/es.array.find-index.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.array.find-index.js rename to apps/angular/node_modules/core-js/modules/es.array.find-index.js diff --git a/ClientApp/node_modules/core-js/modules/es.array.find-last-index.js b/apps/angular/node_modules/core-js/modules/es.array.find-last-index.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.array.find-last-index.js rename to apps/angular/node_modules/core-js/modules/es.array.find-last-index.js diff --git a/ClientApp/node_modules/core-js/modules/es.array.find-last.js b/apps/angular/node_modules/core-js/modules/es.array.find-last.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.array.find-last.js rename to apps/angular/node_modules/core-js/modules/es.array.find-last.js diff --git a/ClientApp/node_modules/core-js/modules/es.array.find.js b/apps/angular/node_modules/core-js/modules/es.array.find.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.array.find.js rename to apps/angular/node_modules/core-js/modules/es.array.find.js diff --git a/ClientApp/node_modules/core-js/modules/es.array.flat-map.js b/apps/angular/node_modules/core-js/modules/es.array.flat-map.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.array.flat-map.js rename to apps/angular/node_modules/core-js/modules/es.array.flat-map.js diff --git a/ClientApp/node_modules/core-js/modules/es.array.flat.js b/apps/angular/node_modules/core-js/modules/es.array.flat.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.array.flat.js rename to apps/angular/node_modules/core-js/modules/es.array.flat.js diff --git a/ClientApp/node_modules/core-js/modules/es.array.for-each.js b/apps/angular/node_modules/core-js/modules/es.array.for-each.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.array.for-each.js rename to apps/angular/node_modules/core-js/modules/es.array.for-each.js diff --git a/ClientApp/node_modules/core-js/modules/es.array.from-async.js b/apps/angular/node_modules/core-js/modules/es.array.from-async.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.array.from-async.js rename to apps/angular/node_modules/core-js/modules/es.array.from-async.js diff --git a/ClientApp/node_modules/core-js/modules/es.array.from.js b/apps/angular/node_modules/core-js/modules/es.array.from.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.array.from.js rename to apps/angular/node_modules/core-js/modules/es.array.from.js diff --git a/ClientApp/node_modules/core-js/modules/es.array.includes.js b/apps/angular/node_modules/core-js/modules/es.array.includes.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.array.includes.js rename to apps/angular/node_modules/core-js/modules/es.array.includes.js diff --git a/ClientApp/node_modules/core-js/modules/es.array.index-of.js b/apps/angular/node_modules/core-js/modules/es.array.index-of.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.array.index-of.js rename to apps/angular/node_modules/core-js/modules/es.array.index-of.js diff --git a/ClientApp/node_modules/core-js/modules/es.array.is-array.js b/apps/angular/node_modules/core-js/modules/es.array.is-array.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.array.is-array.js rename to apps/angular/node_modules/core-js/modules/es.array.is-array.js diff --git a/ClientApp/node_modules/core-js/modules/es.array.iterator.js b/apps/angular/node_modules/core-js/modules/es.array.iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.array.iterator.js rename to apps/angular/node_modules/core-js/modules/es.array.iterator.js diff --git a/ClientApp/node_modules/core-js/modules/es.array.join.js b/apps/angular/node_modules/core-js/modules/es.array.join.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.array.join.js rename to apps/angular/node_modules/core-js/modules/es.array.join.js diff --git a/ClientApp/node_modules/core-js/modules/es.array.last-index-of.js b/apps/angular/node_modules/core-js/modules/es.array.last-index-of.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.array.last-index-of.js rename to apps/angular/node_modules/core-js/modules/es.array.last-index-of.js diff --git a/ClientApp/node_modules/core-js/modules/es.array.map.js b/apps/angular/node_modules/core-js/modules/es.array.map.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.array.map.js rename to apps/angular/node_modules/core-js/modules/es.array.map.js diff --git a/ClientApp/node_modules/core-js/modules/es.array.of.js b/apps/angular/node_modules/core-js/modules/es.array.of.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.array.of.js rename to apps/angular/node_modules/core-js/modules/es.array.of.js diff --git a/ClientApp/node_modules/core-js/modules/es.array.push.js b/apps/angular/node_modules/core-js/modules/es.array.push.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.array.push.js rename to apps/angular/node_modules/core-js/modules/es.array.push.js diff --git a/ClientApp/node_modules/core-js/modules/es.array.reduce-right.js b/apps/angular/node_modules/core-js/modules/es.array.reduce-right.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.array.reduce-right.js rename to apps/angular/node_modules/core-js/modules/es.array.reduce-right.js diff --git a/ClientApp/node_modules/core-js/modules/es.array.reduce.js b/apps/angular/node_modules/core-js/modules/es.array.reduce.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.array.reduce.js rename to apps/angular/node_modules/core-js/modules/es.array.reduce.js diff --git a/ClientApp/node_modules/core-js/modules/es.array.reverse.js b/apps/angular/node_modules/core-js/modules/es.array.reverse.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.array.reverse.js rename to apps/angular/node_modules/core-js/modules/es.array.reverse.js diff --git a/ClientApp/node_modules/core-js/modules/es.array.slice.js b/apps/angular/node_modules/core-js/modules/es.array.slice.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.array.slice.js rename to apps/angular/node_modules/core-js/modules/es.array.slice.js diff --git a/ClientApp/node_modules/core-js/modules/es.array.some.js b/apps/angular/node_modules/core-js/modules/es.array.some.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.array.some.js rename to apps/angular/node_modules/core-js/modules/es.array.some.js diff --git a/ClientApp/node_modules/core-js/modules/es.array.sort.js b/apps/angular/node_modules/core-js/modules/es.array.sort.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.array.sort.js rename to apps/angular/node_modules/core-js/modules/es.array.sort.js diff --git a/ClientApp/node_modules/core-js/modules/es.array.species.js b/apps/angular/node_modules/core-js/modules/es.array.species.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.array.species.js rename to apps/angular/node_modules/core-js/modules/es.array.species.js diff --git a/ClientApp/node_modules/core-js/modules/es.array.splice.js b/apps/angular/node_modules/core-js/modules/es.array.splice.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.array.splice.js rename to apps/angular/node_modules/core-js/modules/es.array.splice.js diff --git a/ClientApp/node_modules/core-js/modules/es.array.to-reversed.js b/apps/angular/node_modules/core-js/modules/es.array.to-reversed.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.array.to-reversed.js rename to apps/angular/node_modules/core-js/modules/es.array.to-reversed.js diff --git a/ClientApp/node_modules/core-js/modules/es.array.to-sorted.js b/apps/angular/node_modules/core-js/modules/es.array.to-sorted.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.array.to-sorted.js rename to apps/angular/node_modules/core-js/modules/es.array.to-sorted.js diff --git a/ClientApp/node_modules/core-js/modules/es.array.to-spliced.js b/apps/angular/node_modules/core-js/modules/es.array.to-spliced.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.array.to-spliced.js rename to apps/angular/node_modules/core-js/modules/es.array.to-spliced.js diff --git a/ClientApp/node_modules/core-js/modules/es.array.unscopables.flat-map.js b/apps/angular/node_modules/core-js/modules/es.array.unscopables.flat-map.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.array.unscopables.flat-map.js rename to apps/angular/node_modules/core-js/modules/es.array.unscopables.flat-map.js diff --git a/ClientApp/node_modules/core-js/modules/es.array.unscopables.flat.js b/apps/angular/node_modules/core-js/modules/es.array.unscopables.flat.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.array.unscopables.flat.js rename to apps/angular/node_modules/core-js/modules/es.array.unscopables.flat.js diff --git a/ClientApp/node_modules/core-js/modules/es.array.unshift.js b/apps/angular/node_modules/core-js/modules/es.array.unshift.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.array.unshift.js rename to apps/angular/node_modules/core-js/modules/es.array.unshift.js diff --git a/ClientApp/node_modules/core-js/modules/es.array.with.js b/apps/angular/node_modules/core-js/modules/es.array.with.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.array.with.js rename to apps/angular/node_modules/core-js/modules/es.array.with.js diff --git a/ClientApp/node_modules/core-js/modules/es.async-disposable-stack.constructor.js b/apps/angular/node_modules/core-js/modules/es.async-disposable-stack.constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.async-disposable-stack.constructor.js rename to apps/angular/node_modules/core-js/modules/es.async-disposable-stack.constructor.js diff --git a/ClientApp/node_modules/core-js/modules/es.async-iterator.async-dispose.js b/apps/angular/node_modules/core-js/modules/es.async-iterator.async-dispose.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.async-iterator.async-dispose.js rename to apps/angular/node_modules/core-js/modules/es.async-iterator.async-dispose.js diff --git a/ClientApp/node_modules/core-js/modules/es.data-view.constructor.js b/apps/angular/node_modules/core-js/modules/es.data-view.constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.data-view.constructor.js rename to apps/angular/node_modules/core-js/modules/es.data-view.constructor.js diff --git a/ClientApp/node_modules/core-js/modules/es.data-view.get-float16.js b/apps/angular/node_modules/core-js/modules/es.data-view.get-float16.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.data-view.get-float16.js rename to apps/angular/node_modules/core-js/modules/es.data-view.get-float16.js diff --git a/ClientApp/node_modules/core-js/modules/es.data-view.js b/apps/angular/node_modules/core-js/modules/es.data-view.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.data-view.js rename to apps/angular/node_modules/core-js/modules/es.data-view.js diff --git a/ClientApp/node_modules/core-js/modules/es.data-view.set-float16.js b/apps/angular/node_modules/core-js/modules/es.data-view.set-float16.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.data-view.set-float16.js rename to apps/angular/node_modules/core-js/modules/es.data-view.set-float16.js diff --git a/ClientApp/node_modules/core-js/modules/es.date.get-year.js b/apps/angular/node_modules/core-js/modules/es.date.get-year.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.date.get-year.js rename to apps/angular/node_modules/core-js/modules/es.date.get-year.js diff --git a/ClientApp/node_modules/core-js/modules/es.date.now.js b/apps/angular/node_modules/core-js/modules/es.date.now.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.date.now.js rename to apps/angular/node_modules/core-js/modules/es.date.now.js diff --git a/ClientApp/node_modules/core-js/modules/es.date.set-year.js b/apps/angular/node_modules/core-js/modules/es.date.set-year.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.date.set-year.js rename to apps/angular/node_modules/core-js/modules/es.date.set-year.js diff --git a/ClientApp/node_modules/core-js/modules/es.date.to-gmt-string.js b/apps/angular/node_modules/core-js/modules/es.date.to-gmt-string.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.date.to-gmt-string.js rename to apps/angular/node_modules/core-js/modules/es.date.to-gmt-string.js diff --git a/ClientApp/node_modules/core-js/modules/es.date.to-iso-string.js b/apps/angular/node_modules/core-js/modules/es.date.to-iso-string.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.date.to-iso-string.js rename to apps/angular/node_modules/core-js/modules/es.date.to-iso-string.js diff --git a/ClientApp/node_modules/core-js/modules/es.date.to-json.js b/apps/angular/node_modules/core-js/modules/es.date.to-json.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.date.to-json.js rename to apps/angular/node_modules/core-js/modules/es.date.to-json.js diff --git a/ClientApp/node_modules/core-js/modules/es.date.to-primitive.js b/apps/angular/node_modules/core-js/modules/es.date.to-primitive.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.date.to-primitive.js rename to apps/angular/node_modules/core-js/modules/es.date.to-primitive.js diff --git a/ClientApp/node_modules/core-js/modules/es.date.to-string.js b/apps/angular/node_modules/core-js/modules/es.date.to-string.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.date.to-string.js rename to apps/angular/node_modules/core-js/modules/es.date.to-string.js diff --git a/ClientApp/node_modules/core-js/modules/es.disposable-stack.constructor.js b/apps/angular/node_modules/core-js/modules/es.disposable-stack.constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.disposable-stack.constructor.js rename to apps/angular/node_modules/core-js/modules/es.disposable-stack.constructor.js diff --git a/ClientApp/node_modules/core-js/modules/es.error.cause.js b/apps/angular/node_modules/core-js/modules/es.error.cause.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.error.cause.js rename to apps/angular/node_modules/core-js/modules/es.error.cause.js diff --git a/ClientApp/node_modules/core-js/modules/es.error.is-error.js b/apps/angular/node_modules/core-js/modules/es.error.is-error.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.error.is-error.js rename to apps/angular/node_modules/core-js/modules/es.error.is-error.js diff --git a/ClientApp/node_modules/core-js/modules/es.error.to-string.js b/apps/angular/node_modules/core-js/modules/es.error.to-string.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.error.to-string.js rename to apps/angular/node_modules/core-js/modules/es.error.to-string.js diff --git a/ClientApp/node_modules/core-js/modules/es.escape.js b/apps/angular/node_modules/core-js/modules/es.escape.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.escape.js rename to apps/angular/node_modules/core-js/modules/es.escape.js diff --git a/ClientApp/node_modules/core-js/modules/es.function.bind.js b/apps/angular/node_modules/core-js/modules/es.function.bind.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.function.bind.js rename to apps/angular/node_modules/core-js/modules/es.function.bind.js diff --git a/ClientApp/node_modules/core-js/modules/es.function.has-instance.js b/apps/angular/node_modules/core-js/modules/es.function.has-instance.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.function.has-instance.js rename to apps/angular/node_modules/core-js/modules/es.function.has-instance.js diff --git a/ClientApp/node_modules/core-js/modules/es.function.name.js b/apps/angular/node_modules/core-js/modules/es.function.name.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.function.name.js rename to apps/angular/node_modules/core-js/modules/es.function.name.js diff --git a/ClientApp/node_modules/core-js/modules/es.global-this.js b/apps/angular/node_modules/core-js/modules/es.global-this.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.global-this.js rename to apps/angular/node_modules/core-js/modules/es.global-this.js diff --git a/ClientApp/node_modules/core-js/modules/es.iterator.concat.js b/apps/angular/node_modules/core-js/modules/es.iterator.concat.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.iterator.concat.js rename to apps/angular/node_modules/core-js/modules/es.iterator.concat.js diff --git a/ClientApp/node_modules/core-js/modules/es.iterator.constructor.js b/apps/angular/node_modules/core-js/modules/es.iterator.constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.iterator.constructor.js rename to apps/angular/node_modules/core-js/modules/es.iterator.constructor.js diff --git a/ClientApp/node_modules/core-js/modules/es.iterator.dispose.js b/apps/angular/node_modules/core-js/modules/es.iterator.dispose.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.iterator.dispose.js rename to apps/angular/node_modules/core-js/modules/es.iterator.dispose.js diff --git a/ClientApp/node_modules/core-js/modules/es.iterator.drop.js b/apps/angular/node_modules/core-js/modules/es.iterator.drop.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.iterator.drop.js rename to apps/angular/node_modules/core-js/modules/es.iterator.drop.js diff --git a/ClientApp/node_modules/core-js/modules/es.iterator.every.js b/apps/angular/node_modules/core-js/modules/es.iterator.every.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.iterator.every.js rename to apps/angular/node_modules/core-js/modules/es.iterator.every.js diff --git a/ClientApp/node_modules/core-js/modules/es.iterator.filter.js b/apps/angular/node_modules/core-js/modules/es.iterator.filter.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.iterator.filter.js rename to apps/angular/node_modules/core-js/modules/es.iterator.filter.js diff --git a/ClientApp/node_modules/core-js/modules/es.iterator.find.js b/apps/angular/node_modules/core-js/modules/es.iterator.find.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.iterator.find.js rename to apps/angular/node_modules/core-js/modules/es.iterator.find.js diff --git a/ClientApp/node_modules/core-js/modules/es.iterator.flat-map.js b/apps/angular/node_modules/core-js/modules/es.iterator.flat-map.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.iterator.flat-map.js rename to apps/angular/node_modules/core-js/modules/es.iterator.flat-map.js diff --git a/ClientApp/node_modules/core-js/modules/es.iterator.for-each.js b/apps/angular/node_modules/core-js/modules/es.iterator.for-each.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.iterator.for-each.js rename to apps/angular/node_modules/core-js/modules/es.iterator.for-each.js diff --git a/ClientApp/node_modules/core-js/modules/es.iterator.from.js b/apps/angular/node_modules/core-js/modules/es.iterator.from.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.iterator.from.js rename to apps/angular/node_modules/core-js/modules/es.iterator.from.js diff --git a/ClientApp/node_modules/core-js/modules/es.iterator.map.js b/apps/angular/node_modules/core-js/modules/es.iterator.map.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.iterator.map.js rename to apps/angular/node_modules/core-js/modules/es.iterator.map.js diff --git a/ClientApp/node_modules/core-js/modules/es.iterator.reduce.js b/apps/angular/node_modules/core-js/modules/es.iterator.reduce.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.iterator.reduce.js rename to apps/angular/node_modules/core-js/modules/es.iterator.reduce.js diff --git a/ClientApp/node_modules/core-js/modules/es.iterator.some.js b/apps/angular/node_modules/core-js/modules/es.iterator.some.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.iterator.some.js rename to apps/angular/node_modules/core-js/modules/es.iterator.some.js diff --git a/ClientApp/node_modules/core-js/modules/es.iterator.take.js b/apps/angular/node_modules/core-js/modules/es.iterator.take.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.iterator.take.js rename to apps/angular/node_modules/core-js/modules/es.iterator.take.js diff --git a/ClientApp/node_modules/core-js/modules/es.iterator.to-array.js b/apps/angular/node_modules/core-js/modules/es.iterator.to-array.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.iterator.to-array.js rename to apps/angular/node_modules/core-js/modules/es.iterator.to-array.js diff --git a/ClientApp/node_modules/core-js/modules/es.json.is-raw-json.js b/apps/angular/node_modules/core-js/modules/es.json.is-raw-json.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.json.is-raw-json.js rename to apps/angular/node_modules/core-js/modules/es.json.is-raw-json.js diff --git a/ClientApp/node_modules/core-js/modules/es.json.parse.js b/apps/angular/node_modules/core-js/modules/es.json.parse.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.json.parse.js rename to apps/angular/node_modules/core-js/modules/es.json.parse.js diff --git a/ClientApp/node_modules/core-js/modules/es.json.raw-json.js b/apps/angular/node_modules/core-js/modules/es.json.raw-json.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.json.raw-json.js rename to apps/angular/node_modules/core-js/modules/es.json.raw-json.js diff --git a/ClientApp/node_modules/core-js/modules/es.json.stringify.js b/apps/angular/node_modules/core-js/modules/es.json.stringify.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.json.stringify.js rename to apps/angular/node_modules/core-js/modules/es.json.stringify.js diff --git a/ClientApp/node_modules/core-js/modules/es.json.to-string-tag.js b/apps/angular/node_modules/core-js/modules/es.json.to-string-tag.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.json.to-string-tag.js rename to apps/angular/node_modules/core-js/modules/es.json.to-string-tag.js diff --git a/ClientApp/node_modules/core-js/modules/es.map.constructor.js b/apps/angular/node_modules/core-js/modules/es.map.constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.map.constructor.js rename to apps/angular/node_modules/core-js/modules/es.map.constructor.js diff --git a/ClientApp/node_modules/core-js/modules/es.map.group-by.js b/apps/angular/node_modules/core-js/modules/es.map.group-by.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.map.group-by.js rename to apps/angular/node_modules/core-js/modules/es.map.group-by.js diff --git a/ClientApp/node_modules/core-js/modules/es.map.js b/apps/angular/node_modules/core-js/modules/es.map.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.map.js rename to apps/angular/node_modules/core-js/modules/es.map.js diff --git a/ClientApp/node_modules/core-js/modules/es.math.acosh.js b/apps/angular/node_modules/core-js/modules/es.math.acosh.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.math.acosh.js rename to apps/angular/node_modules/core-js/modules/es.math.acosh.js diff --git a/ClientApp/node_modules/core-js/modules/es.math.asinh.js b/apps/angular/node_modules/core-js/modules/es.math.asinh.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.math.asinh.js rename to apps/angular/node_modules/core-js/modules/es.math.asinh.js diff --git a/ClientApp/node_modules/core-js/modules/es.math.atanh.js b/apps/angular/node_modules/core-js/modules/es.math.atanh.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.math.atanh.js rename to apps/angular/node_modules/core-js/modules/es.math.atanh.js diff --git a/ClientApp/node_modules/core-js/modules/es.math.cbrt.js b/apps/angular/node_modules/core-js/modules/es.math.cbrt.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.math.cbrt.js rename to apps/angular/node_modules/core-js/modules/es.math.cbrt.js diff --git a/ClientApp/node_modules/core-js/modules/es.math.clz32.js b/apps/angular/node_modules/core-js/modules/es.math.clz32.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.math.clz32.js rename to apps/angular/node_modules/core-js/modules/es.math.clz32.js diff --git a/ClientApp/node_modules/core-js/modules/es.math.cosh.js b/apps/angular/node_modules/core-js/modules/es.math.cosh.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.math.cosh.js rename to apps/angular/node_modules/core-js/modules/es.math.cosh.js diff --git a/ClientApp/node_modules/core-js/modules/es.math.expm1.js b/apps/angular/node_modules/core-js/modules/es.math.expm1.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.math.expm1.js rename to apps/angular/node_modules/core-js/modules/es.math.expm1.js diff --git a/ClientApp/node_modules/core-js/modules/es.math.f16round.js b/apps/angular/node_modules/core-js/modules/es.math.f16round.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.math.f16round.js rename to apps/angular/node_modules/core-js/modules/es.math.f16round.js diff --git a/ClientApp/node_modules/core-js/modules/es.math.fround.js b/apps/angular/node_modules/core-js/modules/es.math.fround.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.math.fround.js rename to apps/angular/node_modules/core-js/modules/es.math.fround.js diff --git a/ClientApp/node_modules/core-js/modules/es.math.hypot.js b/apps/angular/node_modules/core-js/modules/es.math.hypot.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.math.hypot.js rename to apps/angular/node_modules/core-js/modules/es.math.hypot.js diff --git a/ClientApp/node_modules/core-js/modules/es.math.imul.js b/apps/angular/node_modules/core-js/modules/es.math.imul.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.math.imul.js rename to apps/angular/node_modules/core-js/modules/es.math.imul.js diff --git a/ClientApp/node_modules/core-js/modules/es.math.log10.js b/apps/angular/node_modules/core-js/modules/es.math.log10.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.math.log10.js rename to apps/angular/node_modules/core-js/modules/es.math.log10.js diff --git a/ClientApp/node_modules/core-js/modules/es.math.log1p.js b/apps/angular/node_modules/core-js/modules/es.math.log1p.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.math.log1p.js rename to apps/angular/node_modules/core-js/modules/es.math.log1p.js diff --git a/ClientApp/node_modules/core-js/modules/es.math.log2.js b/apps/angular/node_modules/core-js/modules/es.math.log2.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.math.log2.js rename to apps/angular/node_modules/core-js/modules/es.math.log2.js diff --git a/ClientApp/node_modules/core-js/modules/es.math.sign.js b/apps/angular/node_modules/core-js/modules/es.math.sign.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.math.sign.js rename to apps/angular/node_modules/core-js/modules/es.math.sign.js diff --git a/ClientApp/node_modules/core-js/modules/es.math.sinh.js b/apps/angular/node_modules/core-js/modules/es.math.sinh.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.math.sinh.js rename to apps/angular/node_modules/core-js/modules/es.math.sinh.js diff --git a/ClientApp/node_modules/core-js/modules/es.math.sum-precise.js b/apps/angular/node_modules/core-js/modules/es.math.sum-precise.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.math.sum-precise.js rename to apps/angular/node_modules/core-js/modules/es.math.sum-precise.js diff --git a/ClientApp/node_modules/core-js/modules/es.math.tanh.js b/apps/angular/node_modules/core-js/modules/es.math.tanh.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.math.tanh.js rename to apps/angular/node_modules/core-js/modules/es.math.tanh.js diff --git a/ClientApp/node_modules/core-js/modules/es.math.to-string-tag.js b/apps/angular/node_modules/core-js/modules/es.math.to-string-tag.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.math.to-string-tag.js rename to apps/angular/node_modules/core-js/modules/es.math.to-string-tag.js diff --git a/ClientApp/node_modules/core-js/modules/es.math.trunc.js b/apps/angular/node_modules/core-js/modules/es.math.trunc.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.math.trunc.js rename to apps/angular/node_modules/core-js/modules/es.math.trunc.js diff --git a/ClientApp/node_modules/core-js/modules/es.number.constructor.js b/apps/angular/node_modules/core-js/modules/es.number.constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.number.constructor.js rename to apps/angular/node_modules/core-js/modules/es.number.constructor.js diff --git a/ClientApp/node_modules/core-js/modules/es.number.epsilon.js b/apps/angular/node_modules/core-js/modules/es.number.epsilon.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.number.epsilon.js rename to apps/angular/node_modules/core-js/modules/es.number.epsilon.js diff --git a/ClientApp/node_modules/core-js/modules/es.number.is-finite.js b/apps/angular/node_modules/core-js/modules/es.number.is-finite.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.number.is-finite.js rename to apps/angular/node_modules/core-js/modules/es.number.is-finite.js diff --git a/ClientApp/node_modules/core-js/modules/es.number.is-integer.js b/apps/angular/node_modules/core-js/modules/es.number.is-integer.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.number.is-integer.js rename to apps/angular/node_modules/core-js/modules/es.number.is-integer.js diff --git a/ClientApp/node_modules/core-js/modules/es.number.is-nan.js b/apps/angular/node_modules/core-js/modules/es.number.is-nan.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.number.is-nan.js rename to apps/angular/node_modules/core-js/modules/es.number.is-nan.js diff --git a/ClientApp/node_modules/core-js/modules/es.number.is-safe-integer.js b/apps/angular/node_modules/core-js/modules/es.number.is-safe-integer.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.number.is-safe-integer.js rename to apps/angular/node_modules/core-js/modules/es.number.is-safe-integer.js diff --git a/ClientApp/node_modules/core-js/modules/es.number.max-safe-integer.js b/apps/angular/node_modules/core-js/modules/es.number.max-safe-integer.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.number.max-safe-integer.js rename to apps/angular/node_modules/core-js/modules/es.number.max-safe-integer.js diff --git a/ClientApp/node_modules/core-js/modules/es.number.min-safe-integer.js b/apps/angular/node_modules/core-js/modules/es.number.min-safe-integer.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.number.min-safe-integer.js rename to apps/angular/node_modules/core-js/modules/es.number.min-safe-integer.js diff --git a/ClientApp/node_modules/core-js/modules/es.number.parse-float.js b/apps/angular/node_modules/core-js/modules/es.number.parse-float.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.number.parse-float.js rename to apps/angular/node_modules/core-js/modules/es.number.parse-float.js diff --git a/ClientApp/node_modules/core-js/modules/es.number.parse-int.js b/apps/angular/node_modules/core-js/modules/es.number.parse-int.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.number.parse-int.js rename to apps/angular/node_modules/core-js/modules/es.number.parse-int.js diff --git a/ClientApp/node_modules/core-js/modules/es.number.to-exponential.js b/apps/angular/node_modules/core-js/modules/es.number.to-exponential.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.number.to-exponential.js rename to apps/angular/node_modules/core-js/modules/es.number.to-exponential.js diff --git a/ClientApp/node_modules/core-js/modules/es.number.to-fixed.js b/apps/angular/node_modules/core-js/modules/es.number.to-fixed.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.number.to-fixed.js rename to apps/angular/node_modules/core-js/modules/es.number.to-fixed.js diff --git a/ClientApp/node_modules/core-js/modules/es.number.to-precision.js b/apps/angular/node_modules/core-js/modules/es.number.to-precision.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.number.to-precision.js rename to apps/angular/node_modules/core-js/modules/es.number.to-precision.js diff --git a/ClientApp/node_modules/core-js/modules/es.object.assign.js b/apps/angular/node_modules/core-js/modules/es.object.assign.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.object.assign.js rename to apps/angular/node_modules/core-js/modules/es.object.assign.js diff --git a/ClientApp/node_modules/core-js/modules/es.object.create.js b/apps/angular/node_modules/core-js/modules/es.object.create.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.object.create.js rename to apps/angular/node_modules/core-js/modules/es.object.create.js diff --git a/ClientApp/node_modules/core-js/modules/es.object.define-getter.js b/apps/angular/node_modules/core-js/modules/es.object.define-getter.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.object.define-getter.js rename to apps/angular/node_modules/core-js/modules/es.object.define-getter.js diff --git a/ClientApp/node_modules/core-js/modules/es.object.define-properties.js b/apps/angular/node_modules/core-js/modules/es.object.define-properties.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.object.define-properties.js rename to apps/angular/node_modules/core-js/modules/es.object.define-properties.js diff --git a/ClientApp/node_modules/core-js/modules/es.object.define-property.js b/apps/angular/node_modules/core-js/modules/es.object.define-property.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.object.define-property.js rename to apps/angular/node_modules/core-js/modules/es.object.define-property.js diff --git a/ClientApp/node_modules/core-js/modules/es.object.define-setter.js b/apps/angular/node_modules/core-js/modules/es.object.define-setter.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.object.define-setter.js rename to apps/angular/node_modules/core-js/modules/es.object.define-setter.js diff --git a/ClientApp/node_modules/core-js/modules/es.object.entries.js b/apps/angular/node_modules/core-js/modules/es.object.entries.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.object.entries.js rename to apps/angular/node_modules/core-js/modules/es.object.entries.js diff --git a/ClientApp/node_modules/core-js/modules/es.object.freeze.js b/apps/angular/node_modules/core-js/modules/es.object.freeze.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.object.freeze.js rename to apps/angular/node_modules/core-js/modules/es.object.freeze.js diff --git a/ClientApp/node_modules/core-js/modules/es.object.from-entries.js b/apps/angular/node_modules/core-js/modules/es.object.from-entries.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.object.from-entries.js rename to apps/angular/node_modules/core-js/modules/es.object.from-entries.js diff --git a/ClientApp/node_modules/core-js/modules/es.object.get-own-property-descriptor.js b/apps/angular/node_modules/core-js/modules/es.object.get-own-property-descriptor.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.object.get-own-property-descriptor.js rename to apps/angular/node_modules/core-js/modules/es.object.get-own-property-descriptor.js diff --git a/ClientApp/node_modules/core-js/modules/es.object.get-own-property-descriptors.js b/apps/angular/node_modules/core-js/modules/es.object.get-own-property-descriptors.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.object.get-own-property-descriptors.js rename to apps/angular/node_modules/core-js/modules/es.object.get-own-property-descriptors.js diff --git a/ClientApp/node_modules/core-js/modules/es.object.get-own-property-names.js b/apps/angular/node_modules/core-js/modules/es.object.get-own-property-names.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.object.get-own-property-names.js rename to apps/angular/node_modules/core-js/modules/es.object.get-own-property-names.js diff --git a/ClientApp/node_modules/core-js/modules/es.object.get-own-property-symbols.js b/apps/angular/node_modules/core-js/modules/es.object.get-own-property-symbols.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.object.get-own-property-symbols.js rename to apps/angular/node_modules/core-js/modules/es.object.get-own-property-symbols.js diff --git a/ClientApp/node_modules/core-js/modules/es.object.get-prototype-of.js b/apps/angular/node_modules/core-js/modules/es.object.get-prototype-of.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.object.get-prototype-of.js rename to apps/angular/node_modules/core-js/modules/es.object.get-prototype-of.js diff --git a/ClientApp/node_modules/core-js/modules/es.object.group-by.js b/apps/angular/node_modules/core-js/modules/es.object.group-by.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.object.group-by.js rename to apps/angular/node_modules/core-js/modules/es.object.group-by.js diff --git a/ClientApp/node_modules/core-js/modules/es.object.has-own.js b/apps/angular/node_modules/core-js/modules/es.object.has-own.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.object.has-own.js rename to apps/angular/node_modules/core-js/modules/es.object.has-own.js diff --git a/ClientApp/node_modules/core-js/modules/es.object.is-extensible.js b/apps/angular/node_modules/core-js/modules/es.object.is-extensible.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.object.is-extensible.js rename to apps/angular/node_modules/core-js/modules/es.object.is-extensible.js diff --git a/ClientApp/node_modules/core-js/modules/es.object.is-frozen.js b/apps/angular/node_modules/core-js/modules/es.object.is-frozen.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.object.is-frozen.js rename to apps/angular/node_modules/core-js/modules/es.object.is-frozen.js diff --git a/ClientApp/node_modules/core-js/modules/es.object.is-sealed.js b/apps/angular/node_modules/core-js/modules/es.object.is-sealed.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.object.is-sealed.js rename to apps/angular/node_modules/core-js/modules/es.object.is-sealed.js diff --git a/ClientApp/node_modules/core-js/modules/es.object.is.js b/apps/angular/node_modules/core-js/modules/es.object.is.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.object.is.js rename to apps/angular/node_modules/core-js/modules/es.object.is.js diff --git a/ClientApp/node_modules/core-js/modules/es.object.keys.js b/apps/angular/node_modules/core-js/modules/es.object.keys.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.object.keys.js rename to apps/angular/node_modules/core-js/modules/es.object.keys.js diff --git a/ClientApp/node_modules/core-js/modules/es.object.lookup-getter.js b/apps/angular/node_modules/core-js/modules/es.object.lookup-getter.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.object.lookup-getter.js rename to apps/angular/node_modules/core-js/modules/es.object.lookup-getter.js diff --git a/ClientApp/node_modules/core-js/modules/es.object.lookup-setter.js b/apps/angular/node_modules/core-js/modules/es.object.lookup-setter.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.object.lookup-setter.js rename to apps/angular/node_modules/core-js/modules/es.object.lookup-setter.js diff --git a/ClientApp/node_modules/core-js/modules/es.object.prevent-extensions.js b/apps/angular/node_modules/core-js/modules/es.object.prevent-extensions.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.object.prevent-extensions.js rename to apps/angular/node_modules/core-js/modules/es.object.prevent-extensions.js diff --git a/ClientApp/node_modules/core-js/modules/es.object.proto.js b/apps/angular/node_modules/core-js/modules/es.object.proto.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.object.proto.js rename to apps/angular/node_modules/core-js/modules/es.object.proto.js diff --git a/ClientApp/node_modules/core-js/modules/es.object.seal.js b/apps/angular/node_modules/core-js/modules/es.object.seal.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.object.seal.js rename to apps/angular/node_modules/core-js/modules/es.object.seal.js diff --git a/ClientApp/node_modules/core-js/modules/es.object.set-prototype-of.js b/apps/angular/node_modules/core-js/modules/es.object.set-prototype-of.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.object.set-prototype-of.js rename to apps/angular/node_modules/core-js/modules/es.object.set-prototype-of.js diff --git a/ClientApp/node_modules/core-js/modules/es.object.to-string.js b/apps/angular/node_modules/core-js/modules/es.object.to-string.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.object.to-string.js rename to apps/angular/node_modules/core-js/modules/es.object.to-string.js diff --git a/ClientApp/node_modules/core-js/modules/es.object.values.js b/apps/angular/node_modules/core-js/modules/es.object.values.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.object.values.js rename to apps/angular/node_modules/core-js/modules/es.object.values.js diff --git a/ClientApp/node_modules/core-js/modules/es.parse-float.js b/apps/angular/node_modules/core-js/modules/es.parse-float.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.parse-float.js rename to apps/angular/node_modules/core-js/modules/es.parse-float.js diff --git a/ClientApp/node_modules/core-js/modules/es.parse-int.js b/apps/angular/node_modules/core-js/modules/es.parse-int.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.parse-int.js rename to apps/angular/node_modules/core-js/modules/es.parse-int.js diff --git a/ClientApp/node_modules/core-js/modules/es.promise.all-settled.js b/apps/angular/node_modules/core-js/modules/es.promise.all-settled.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.promise.all-settled.js rename to apps/angular/node_modules/core-js/modules/es.promise.all-settled.js diff --git a/ClientApp/node_modules/core-js/modules/es.promise.all.js b/apps/angular/node_modules/core-js/modules/es.promise.all.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.promise.all.js rename to apps/angular/node_modules/core-js/modules/es.promise.all.js diff --git a/ClientApp/node_modules/core-js/modules/es.promise.any.js b/apps/angular/node_modules/core-js/modules/es.promise.any.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.promise.any.js rename to apps/angular/node_modules/core-js/modules/es.promise.any.js diff --git a/ClientApp/node_modules/core-js/modules/es.promise.catch.js b/apps/angular/node_modules/core-js/modules/es.promise.catch.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.promise.catch.js rename to apps/angular/node_modules/core-js/modules/es.promise.catch.js diff --git a/ClientApp/node_modules/core-js/modules/es.promise.constructor.js b/apps/angular/node_modules/core-js/modules/es.promise.constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.promise.constructor.js rename to apps/angular/node_modules/core-js/modules/es.promise.constructor.js diff --git a/ClientApp/node_modules/core-js/modules/es.promise.finally.js b/apps/angular/node_modules/core-js/modules/es.promise.finally.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.promise.finally.js rename to apps/angular/node_modules/core-js/modules/es.promise.finally.js diff --git a/ClientApp/node_modules/core-js/modules/es.promise.js b/apps/angular/node_modules/core-js/modules/es.promise.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.promise.js rename to apps/angular/node_modules/core-js/modules/es.promise.js diff --git a/ClientApp/node_modules/core-js/modules/es.promise.race.js b/apps/angular/node_modules/core-js/modules/es.promise.race.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.promise.race.js rename to apps/angular/node_modules/core-js/modules/es.promise.race.js diff --git a/ClientApp/node_modules/core-js/modules/es.promise.reject.js b/apps/angular/node_modules/core-js/modules/es.promise.reject.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.promise.reject.js rename to apps/angular/node_modules/core-js/modules/es.promise.reject.js diff --git a/ClientApp/node_modules/core-js/modules/es.promise.resolve.js b/apps/angular/node_modules/core-js/modules/es.promise.resolve.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.promise.resolve.js rename to apps/angular/node_modules/core-js/modules/es.promise.resolve.js diff --git a/ClientApp/node_modules/core-js/modules/es.promise.try.js b/apps/angular/node_modules/core-js/modules/es.promise.try.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.promise.try.js rename to apps/angular/node_modules/core-js/modules/es.promise.try.js diff --git a/ClientApp/node_modules/core-js/modules/es.promise.with-resolvers.js b/apps/angular/node_modules/core-js/modules/es.promise.with-resolvers.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.promise.with-resolvers.js rename to apps/angular/node_modules/core-js/modules/es.promise.with-resolvers.js diff --git a/ClientApp/node_modules/core-js/modules/es.reflect.apply.js b/apps/angular/node_modules/core-js/modules/es.reflect.apply.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.reflect.apply.js rename to apps/angular/node_modules/core-js/modules/es.reflect.apply.js diff --git a/ClientApp/node_modules/core-js/modules/es.reflect.construct.js b/apps/angular/node_modules/core-js/modules/es.reflect.construct.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.reflect.construct.js rename to apps/angular/node_modules/core-js/modules/es.reflect.construct.js diff --git a/ClientApp/node_modules/core-js/modules/es.reflect.define-property.js b/apps/angular/node_modules/core-js/modules/es.reflect.define-property.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.reflect.define-property.js rename to apps/angular/node_modules/core-js/modules/es.reflect.define-property.js diff --git a/ClientApp/node_modules/core-js/modules/es.reflect.delete-property.js b/apps/angular/node_modules/core-js/modules/es.reflect.delete-property.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.reflect.delete-property.js rename to apps/angular/node_modules/core-js/modules/es.reflect.delete-property.js diff --git a/ClientApp/node_modules/core-js/modules/es.reflect.get-own-property-descriptor.js b/apps/angular/node_modules/core-js/modules/es.reflect.get-own-property-descriptor.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.reflect.get-own-property-descriptor.js rename to apps/angular/node_modules/core-js/modules/es.reflect.get-own-property-descriptor.js diff --git a/ClientApp/node_modules/core-js/modules/es.reflect.get-prototype-of.js b/apps/angular/node_modules/core-js/modules/es.reflect.get-prototype-of.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.reflect.get-prototype-of.js rename to apps/angular/node_modules/core-js/modules/es.reflect.get-prototype-of.js diff --git a/ClientApp/node_modules/core-js/modules/es.reflect.get.js b/apps/angular/node_modules/core-js/modules/es.reflect.get.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.reflect.get.js rename to apps/angular/node_modules/core-js/modules/es.reflect.get.js diff --git a/ClientApp/node_modules/core-js/modules/es.reflect.has.js b/apps/angular/node_modules/core-js/modules/es.reflect.has.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.reflect.has.js rename to apps/angular/node_modules/core-js/modules/es.reflect.has.js diff --git a/ClientApp/node_modules/core-js/modules/es.reflect.is-extensible.js b/apps/angular/node_modules/core-js/modules/es.reflect.is-extensible.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.reflect.is-extensible.js rename to apps/angular/node_modules/core-js/modules/es.reflect.is-extensible.js diff --git a/ClientApp/node_modules/core-js/modules/es.reflect.own-keys.js b/apps/angular/node_modules/core-js/modules/es.reflect.own-keys.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.reflect.own-keys.js rename to apps/angular/node_modules/core-js/modules/es.reflect.own-keys.js diff --git a/ClientApp/node_modules/core-js/modules/es.reflect.prevent-extensions.js b/apps/angular/node_modules/core-js/modules/es.reflect.prevent-extensions.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.reflect.prevent-extensions.js rename to apps/angular/node_modules/core-js/modules/es.reflect.prevent-extensions.js diff --git a/ClientApp/node_modules/core-js/modules/es.reflect.set-prototype-of.js b/apps/angular/node_modules/core-js/modules/es.reflect.set-prototype-of.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.reflect.set-prototype-of.js rename to apps/angular/node_modules/core-js/modules/es.reflect.set-prototype-of.js diff --git a/ClientApp/node_modules/core-js/modules/es.reflect.set.js b/apps/angular/node_modules/core-js/modules/es.reflect.set.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.reflect.set.js rename to apps/angular/node_modules/core-js/modules/es.reflect.set.js diff --git a/ClientApp/node_modules/core-js/modules/es.reflect.to-string-tag.js b/apps/angular/node_modules/core-js/modules/es.reflect.to-string-tag.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.reflect.to-string-tag.js rename to apps/angular/node_modules/core-js/modules/es.reflect.to-string-tag.js diff --git a/ClientApp/node_modules/core-js/modules/es.regexp.constructor.js b/apps/angular/node_modules/core-js/modules/es.regexp.constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.regexp.constructor.js rename to apps/angular/node_modules/core-js/modules/es.regexp.constructor.js diff --git a/ClientApp/node_modules/core-js/modules/es.regexp.dot-all.js b/apps/angular/node_modules/core-js/modules/es.regexp.dot-all.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.regexp.dot-all.js rename to apps/angular/node_modules/core-js/modules/es.regexp.dot-all.js diff --git a/ClientApp/node_modules/core-js/modules/es.regexp.escape.js b/apps/angular/node_modules/core-js/modules/es.regexp.escape.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.regexp.escape.js rename to apps/angular/node_modules/core-js/modules/es.regexp.escape.js diff --git a/ClientApp/node_modules/core-js/modules/es.regexp.exec.js b/apps/angular/node_modules/core-js/modules/es.regexp.exec.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.regexp.exec.js rename to apps/angular/node_modules/core-js/modules/es.regexp.exec.js diff --git a/ClientApp/node_modules/core-js/modules/es.regexp.flags.js b/apps/angular/node_modules/core-js/modules/es.regexp.flags.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.regexp.flags.js rename to apps/angular/node_modules/core-js/modules/es.regexp.flags.js diff --git a/ClientApp/node_modules/core-js/modules/es.regexp.sticky.js b/apps/angular/node_modules/core-js/modules/es.regexp.sticky.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.regexp.sticky.js rename to apps/angular/node_modules/core-js/modules/es.regexp.sticky.js diff --git a/ClientApp/node_modules/core-js/modules/es.regexp.test.js b/apps/angular/node_modules/core-js/modules/es.regexp.test.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.regexp.test.js rename to apps/angular/node_modules/core-js/modules/es.regexp.test.js diff --git a/ClientApp/node_modules/core-js/modules/es.regexp.to-string.js b/apps/angular/node_modules/core-js/modules/es.regexp.to-string.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.regexp.to-string.js rename to apps/angular/node_modules/core-js/modules/es.regexp.to-string.js diff --git a/ClientApp/node_modules/core-js/modules/es.set.constructor.js b/apps/angular/node_modules/core-js/modules/es.set.constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.set.constructor.js rename to apps/angular/node_modules/core-js/modules/es.set.constructor.js diff --git a/ClientApp/node_modules/core-js/modules/es.set.difference.v2.js b/apps/angular/node_modules/core-js/modules/es.set.difference.v2.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.set.difference.v2.js rename to apps/angular/node_modules/core-js/modules/es.set.difference.v2.js diff --git a/ClientApp/node_modules/core-js/modules/es.set.intersection.v2.js b/apps/angular/node_modules/core-js/modules/es.set.intersection.v2.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.set.intersection.v2.js rename to apps/angular/node_modules/core-js/modules/es.set.intersection.v2.js diff --git a/ClientApp/node_modules/core-js/modules/es.set.is-disjoint-from.v2.js b/apps/angular/node_modules/core-js/modules/es.set.is-disjoint-from.v2.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.set.is-disjoint-from.v2.js rename to apps/angular/node_modules/core-js/modules/es.set.is-disjoint-from.v2.js diff --git a/ClientApp/node_modules/core-js/modules/es.set.is-subset-of.v2.js b/apps/angular/node_modules/core-js/modules/es.set.is-subset-of.v2.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.set.is-subset-of.v2.js rename to apps/angular/node_modules/core-js/modules/es.set.is-subset-of.v2.js diff --git a/ClientApp/node_modules/core-js/modules/es.set.is-superset-of.v2.js b/apps/angular/node_modules/core-js/modules/es.set.is-superset-of.v2.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.set.is-superset-of.v2.js rename to apps/angular/node_modules/core-js/modules/es.set.is-superset-of.v2.js diff --git a/ClientApp/node_modules/core-js/modules/es.set.js b/apps/angular/node_modules/core-js/modules/es.set.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.set.js rename to apps/angular/node_modules/core-js/modules/es.set.js diff --git a/ClientApp/node_modules/core-js/modules/es.set.symmetric-difference.v2.js b/apps/angular/node_modules/core-js/modules/es.set.symmetric-difference.v2.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.set.symmetric-difference.v2.js rename to apps/angular/node_modules/core-js/modules/es.set.symmetric-difference.v2.js diff --git a/ClientApp/node_modules/core-js/modules/es.set.union.v2.js b/apps/angular/node_modules/core-js/modules/es.set.union.v2.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.set.union.v2.js rename to apps/angular/node_modules/core-js/modules/es.set.union.v2.js diff --git a/ClientApp/node_modules/core-js/modules/es.string.anchor.js b/apps/angular/node_modules/core-js/modules/es.string.anchor.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.string.anchor.js rename to apps/angular/node_modules/core-js/modules/es.string.anchor.js diff --git a/ClientApp/node_modules/core-js/modules/es.string.at-alternative.js b/apps/angular/node_modules/core-js/modules/es.string.at-alternative.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.string.at-alternative.js rename to apps/angular/node_modules/core-js/modules/es.string.at-alternative.js diff --git a/ClientApp/node_modules/core-js/modules/es.string.big.js b/apps/angular/node_modules/core-js/modules/es.string.big.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.string.big.js rename to apps/angular/node_modules/core-js/modules/es.string.big.js diff --git a/ClientApp/node_modules/core-js/modules/es.string.blink.js b/apps/angular/node_modules/core-js/modules/es.string.blink.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.string.blink.js rename to apps/angular/node_modules/core-js/modules/es.string.blink.js diff --git a/ClientApp/node_modules/core-js/modules/es.string.bold.js b/apps/angular/node_modules/core-js/modules/es.string.bold.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.string.bold.js rename to apps/angular/node_modules/core-js/modules/es.string.bold.js diff --git a/ClientApp/node_modules/core-js/modules/es.string.code-point-at.js b/apps/angular/node_modules/core-js/modules/es.string.code-point-at.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.string.code-point-at.js rename to apps/angular/node_modules/core-js/modules/es.string.code-point-at.js diff --git a/ClientApp/node_modules/core-js/modules/es.string.ends-with.js b/apps/angular/node_modules/core-js/modules/es.string.ends-with.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.string.ends-with.js rename to apps/angular/node_modules/core-js/modules/es.string.ends-with.js diff --git a/ClientApp/node_modules/core-js/modules/es.string.fixed.js b/apps/angular/node_modules/core-js/modules/es.string.fixed.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.string.fixed.js rename to apps/angular/node_modules/core-js/modules/es.string.fixed.js diff --git a/ClientApp/node_modules/core-js/modules/es.string.fontcolor.js b/apps/angular/node_modules/core-js/modules/es.string.fontcolor.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.string.fontcolor.js rename to apps/angular/node_modules/core-js/modules/es.string.fontcolor.js diff --git a/ClientApp/node_modules/core-js/modules/es.string.fontsize.js b/apps/angular/node_modules/core-js/modules/es.string.fontsize.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.string.fontsize.js rename to apps/angular/node_modules/core-js/modules/es.string.fontsize.js diff --git a/ClientApp/node_modules/core-js/modules/es.string.from-code-point.js b/apps/angular/node_modules/core-js/modules/es.string.from-code-point.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.string.from-code-point.js rename to apps/angular/node_modules/core-js/modules/es.string.from-code-point.js diff --git a/ClientApp/node_modules/core-js/modules/es.string.includes.js b/apps/angular/node_modules/core-js/modules/es.string.includes.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.string.includes.js rename to apps/angular/node_modules/core-js/modules/es.string.includes.js diff --git a/ClientApp/node_modules/core-js/modules/es.string.is-well-formed.js b/apps/angular/node_modules/core-js/modules/es.string.is-well-formed.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.string.is-well-formed.js rename to apps/angular/node_modules/core-js/modules/es.string.is-well-formed.js diff --git a/ClientApp/node_modules/core-js/modules/es.string.italics.js b/apps/angular/node_modules/core-js/modules/es.string.italics.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.string.italics.js rename to apps/angular/node_modules/core-js/modules/es.string.italics.js diff --git a/ClientApp/node_modules/core-js/modules/es.string.iterator.js b/apps/angular/node_modules/core-js/modules/es.string.iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.string.iterator.js rename to apps/angular/node_modules/core-js/modules/es.string.iterator.js diff --git a/ClientApp/node_modules/core-js/modules/es.string.link.js b/apps/angular/node_modules/core-js/modules/es.string.link.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.string.link.js rename to apps/angular/node_modules/core-js/modules/es.string.link.js diff --git a/ClientApp/node_modules/core-js/modules/es.string.match-all.js b/apps/angular/node_modules/core-js/modules/es.string.match-all.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.string.match-all.js rename to apps/angular/node_modules/core-js/modules/es.string.match-all.js diff --git a/ClientApp/node_modules/core-js/modules/es.string.match.js b/apps/angular/node_modules/core-js/modules/es.string.match.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.string.match.js rename to apps/angular/node_modules/core-js/modules/es.string.match.js diff --git a/ClientApp/node_modules/core-js/modules/es.string.pad-end.js b/apps/angular/node_modules/core-js/modules/es.string.pad-end.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.string.pad-end.js rename to apps/angular/node_modules/core-js/modules/es.string.pad-end.js diff --git a/ClientApp/node_modules/core-js/modules/es.string.pad-start.js b/apps/angular/node_modules/core-js/modules/es.string.pad-start.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.string.pad-start.js rename to apps/angular/node_modules/core-js/modules/es.string.pad-start.js diff --git a/ClientApp/node_modules/core-js/modules/es.string.raw.js b/apps/angular/node_modules/core-js/modules/es.string.raw.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.string.raw.js rename to apps/angular/node_modules/core-js/modules/es.string.raw.js diff --git a/ClientApp/node_modules/core-js/modules/es.string.repeat.js b/apps/angular/node_modules/core-js/modules/es.string.repeat.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.string.repeat.js rename to apps/angular/node_modules/core-js/modules/es.string.repeat.js diff --git a/ClientApp/node_modules/core-js/modules/es.string.replace-all.js b/apps/angular/node_modules/core-js/modules/es.string.replace-all.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.string.replace-all.js rename to apps/angular/node_modules/core-js/modules/es.string.replace-all.js diff --git a/ClientApp/node_modules/core-js/modules/es.string.replace.js b/apps/angular/node_modules/core-js/modules/es.string.replace.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.string.replace.js rename to apps/angular/node_modules/core-js/modules/es.string.replace.js diff --git a/ClientApp/node_modules/core-js/modules/es.string.search.js b/apps/angular/node_modules/core-js/modules/es.string.search.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.string.search.js rename to apps/angular/node_modules/core-js/modules/es.string.search.js diff --git a/ClientApp/node_modules/core-js/modules/es.string.small.js b/apps/angular/node_modules/core-js/modules/es.string.small.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.string.small.js rename to apps/angular/node_modules/core-js/modules/es.string.small.js diff --git a/ClientApp/node_modules/core-js/modules/es.string.split.js b/apps/angular/node_modules/core-js/modules/es.string.split.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.string.split.js rename to apps/angular/node_modules/core-js/modules/es.string.split.js diff --git a/ClientApp/node_modules/core-js/modules/es.string.starts-with.js b/apps/angular/node_modules/core-js/modules/es.string.starts-with.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.string.starts-with.js rename to apps/angular/node_modules/core-js/modules/es.string.starts-with.js diff --git a/ClientApp/node_modules/core-js/modules/es.string.strike.js b/apps/angular/node_modules/core-js/modules/es.string.strike.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.string.strike.js rename to apps/angular/node_modules/core-js/modules/es.string.strike.js diff --git a/ClientApp/node_modules/core-js/modules/es.string.sub.js b/apps/angular/node_modules/core-js/modules/es.string.sub.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.string.sub.js rename to apps/angular/node_modules/core-js/modules/es.string.sub.js diff --git a/ClientApp/node_modules/core-js/modules/es.string.substr.js b/apps/angular/node_modules/core-js/modules/es.string.substr.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.string.substr.js rename to apps/angular/node_modules/core-js/modules/es.string.substr.js diff --git a/ClientApp/node_modules/core-js/modules/es.string.sup.js b/apps/angular/node_modules/core-js/modules/es.string.sup.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.string.sup.js rename to apps/angular/node_modules/core-js/modules/es.string.sup.js diff --git a/ClientApp/node_modules/core-js/modules/es.string.to-well-formed.js b/apps/angular/node_modules/core-js/modules/es.string.to-well-formed.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.string.to-well-formed.js rename to apps/angular/node_modules/core-js/modules/es.string.to-well-formed.js diff --git a/ClientApp/node_modules/core-js/modules/es.string.trim-end.js b/apps/angular/node_modules/core-js/modules/es.string.trim-end.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.string.trim-end.js rename to apps/angular/node_modules/core-js/modules/es.string.trim-end.js diff --git a/ClientApp/node_modules/core-js/modules/es.string.trim-left.js b/apps/angular/node_modules/core-js/modules/es.string.trim-left.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.string.trim-left.js rename to apps/angular/node_modules/core-js/modules/es.string.trim-left.js diff --git a/ClientApp/node_modules/core-js/modules/es.string.trim-right.js b/apps/angular/node_modules/core-js/modules/es.string.trim-right.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.string.trim-right.js rename to apps/angular/node_modules/core-js/modules/es.string.trim-right.js diff --git a/ClientApp/node_modules/core-js/modules/es.string.trim-start.js b/apps/angular/node_modules/core-js/modules/es.string.trim-start.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.string.trim-start.js rename to apps/angular/node_modules/core-js/modules/es.string.trim-start.js diff --git a/ClientApp/node_modules/core-js/modules/es.string.trim.js b/apps/angular/node_modules/core-js/modules/es.string.trim.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.string.trim.js rename to apps/angular/node_modules/core-js/modules/es.string.trim.js diff --git a/ClientApp/node_modules/core-js/modules/es.suppressed-error.constructor.js b/apps/angular/node_modules/core-js/modules/es.suppressed-error.constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.suppressed-error.constructor.js rename to apps/angular/node_modules/core-js/modules/es.suppressed-error.constructor.js diff --git a/ClientApp/node_modules/core-js/modules/es.symbol.async-dispose.js b/apps/angular/node_modules/core-js/modules/es.symbol.async-dispose.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.symbol.async-dispose.js rename to apps/angular/node_modules/core-js/modules/es.symbol.async-dispose.js diff --git a/ClientApp/node_modules/core-js/modules/es.symbol.async-iterator.js b/apps/angular/node_modules/core-js/modules/es.symbol.async-iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.symbol.async-iterator.js rename to apps/angular/node_modules/core-js/modules/es.symbol.async-iterator.js diff --git a/ClientApp/node_modules/core-js/modules/es.symbol.constructor.js b/apps/angular/node_modules/core-js/modules/es.symbol.constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.symbol.constructor.js rename to apps/angular/node_modules/core-js/modules/es.symbol.constructor.js diff --git a/ClientApp/node_modules/core-js/modules/es.symbol.description.js b/apps/angular/node_modules/core-js/modules/es.symbol.description.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.symbol.description.js rename to apps/angular/node_modules/core-js/modules/es.symbol.description.js diff --git a/ClientApp/node_modules/core-js/modules/es.symbol.dispose.js b/apps/angular/node_modules/core-js/modules/es.symbol.dispose.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.symbol.dispose.js rename to apps/angular/node_modules/core-js/modules/es.symbol.dispose.js diff --git a/ClientApp/node_modules/core-js/modules/es.symbol.for.js b/apps/angular/node_modules/core-js/modules/es.symbol.for.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.symbol.for.js rename to apps/angular/node_modules/core-js/modules/es.symbol.for.js diff --git a/ClientApp/node_modules/core-js/modules/es.symbol.has-instance.js b/apps/angular/node_modules/core-js/modules/es.symbol.has-instance.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.symbol.has-instance.js rename to apps/angular/node_modules/core-js/modules/es.symbol.has-instance.js diff --git a/ClientApp/node_modules/core-js/modules/es.symbol.is-concat-spreadable.js b/apps/angular/node_modules/core-js/modules/es.symbol.is-concat-spreadable.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.symbol.is-concat-spreadable.js rename to apps/angular/node_modules/core-js/modules/es.symbol.is-concat-spreadable.js diff --git a/ClientApp/node_modules/core-js/modules/es.symbol.iterator.js b/apps/angular/node_modules/core-js/modules/es.symbol.iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.symbol.iterator.js rename to apps/angular/node_modules/core-js/modules/es.symbol.iterator.js diff --git a/ClientApp/node_modules/core-js/modules/es.symbol.js b/apps/angular/node_modules/core-js/modules/es.symbol.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.symbol.js rename to apps/angular/node_modules/core-js/modules/es.symbol.js diff --git a/ClientApp/node_modules/core-js/modules/es.symbol.key-for.js b/apps/angular/node_modules/core-js/modules/es.symbol.key-for.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.symbol.key-for.js rename to apps/angular/node_modules/core-js/modules/es.symbol.key-for.js diff --git a/ClientApp/node_modules/core-js/modules/es.symbol.match-all.js b/apps/angular/node_modules/core-js/modules/es.symbol.match-all.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.symbol.match-all.js rename to apps/angular/node_modules/core-js/modules/es.symbol.match-all.js diff --git a/ClientApp/node_modules/core-js/modules/es.symbol.match.js b/apps/angular/node_modules/core-js/modules/es.symbol.match.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.symbol.match.js rename to apps/angular/node_modules/core-js/modules/es.symbol.match.js diff --git a/ClientApp/node_modules/core-js/modules/es.symbol.replace.js b/apps/angular/node_modules/core-js/modules/es.symbol.replace.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.symbol.replace.js rename to apps/angular/node_modules/core-js/modules/es.symbol.replace.js diff --git a/ClientApp/node_modules/core-js/modules/es.symbol.search.js b/apps/angular/node_modules/core-js/modules/es.symbol.search.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.symbol.search.js rename to apps/angular/node_modules/core-js/modules/es.symbol.search.js diff --git a/ClientApp/node_modules/core-js/modules/es.symbol.species.js b/apps/angular/node_modules/core-js/modules/es.symbol.species.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.symbol.species.js rename to apps/angular/node_modules/core-js/modules/es.symbol.species.js diff --git a/ClientApp/node_modules/core-js/modules/es.symbol.split.js b/apps/angular/node_modules/core-js/modules/es.symbol.split.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.symbol.split.js rename to apps/angular/node_modules/core-js/modules/es.symbol.split.js diff --git a/ClientApp/node_modules/core-js/modules/es.symbol.to-primitive.js b/apps/angular/node_modules/core-js/modules/es.symbol.to-primitive.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.symbol.to-primitive.js rename to apps/angular/node_modules/core-js/modules/es.symbol.to-primitive.js diff --git a/ClientApp/node_modules/core-js/modules/es.symbol.to-string-tag.js b/apps/angular/node_modules/core-js/modules/es.symbol.to-string-tag.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.symbol.to-string-tag.js rename to apps/angular/node_modules/core-js/modules/es.symbol.to-string-tag.js diff --git a/ClientApp/node_modules/core-js/modules/es.symbol.unscopables.js b/apps/angular/node_modules/core-js/modules/es.symbol.unscopables.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.symbol.unscopables.js rename to apps/angular/node_modules/core-js/modules/es.symbol.unscopables.js diff --git a/ClientApp/node_modules/core-js/modules/es.typed-array.at.js b/apps/angular/node_modules/core-js/modules/es.typed-array.at.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.typed-array.at.js rename to apps/angular/node_modules/core-js/modules/es.typed-array.at.js diff --git a/ClientApp/node_modules/core-js/modules/es.typed-array.copy-within.js b/apps/angular/node_modules/core-js/modules/es.typed-array.copy-within.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.typed-array.copy-within.js rename to apps/angular/node_modules/core-js/modules/es.typed-array.copy-within.js diff --git a/ClientApp/node_modules/core-js/modules/es.typed-array.every.js b/apps/angular/node_modules/core-js/modules/es.typed-array.every.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.typed-array.every.js rename to apps/angular/node_modules/core-js/modules/es.typed-array.every.js diff --git a/ClientApp/node_modules/core-js/modules/es.typed-array.fill.js b/apps/angular/node_modules/core-js/modules/es.typed-array.fill.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.typed-array.fill.js rename to apps/angular/node_modules/core-js/modules/es.typed-array.fill.js diff --git a/ClientApp/node_modules/core-js/modules/es.typed-array.filter.js b/apps/angular/node_modules/core-js/modules/es.typed-array.filter.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.typed-array.filter.js rename to apps/angular/node_modules/core-js/modules/es.typed-array.filter.js diff --git a/ClientApp/node_modules/core-js/modules/es.typed-array.find-index.js b/apps/angular/node_modules/core-js/modules/es.typed-array.find-index.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.typed-array.find-index.js rename to apps/angular/node_modules/core-js/modules/es.typed-array.find-index.js diff --git a/ClientApp/node_modules/core-js/modules/es.typed-array.find-last-index.js b/apps/angular/node_modules/core-js/modules/es.typed-array.find-last-index.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.typed-array.find-last-index.js rename to apps/angular/node_modules/core-js/modules/es.typed-array.find-last-index.js diff --git a/ClientApp/node_modules/core-js/modules/es.typed-array.find-last.js b/apps/angular/node_modules/core-js/modules/es.typed-array.find-last.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.typed-array.find-last.js rename to apps/angular/node_modules/core-js/modules/es.typed-array.find-last.js diff --git a/ClientApp/node_modules/core-js/modules/es.typed-array.find.js b/apps/angular/node_modules/core-js/modules/es.typed-array.find.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.typed-array.find.js rename to apps/angular/node_modules/core-js/modules/es.typed-array.find.js diff --git a/ClientApp/node_modules/core-js/modules/es.typed-array.float32-array.js b/apps/angular/node_modules/core-js/modules/es.typed-array.float32-array.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.typed-array.float32-array.js rename to apps/angular/node_modules/core-js/modules/es.typed-array.float32-array.js diff --git a/ClientApp/node_modules/core-js/modules/es.typed-array.float64-array.js b/apps/angular/node_modules/core-js/modules/es.typed-array.float64-array.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.typed-array.float64-array.js rename to apps/angular/node_modules/core-js/modules/es.typed-array.float64-array.js diff --git a/ClientApp/node_modules/core-js/modules/es.typed-array.for-each.js b/apps/angular/node_modules/core-js/modules/es.typed-array.for-each.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.typed-array.for-each.js rename to apps/angular/node_modules/core-js/modules/es.typed-array.for-each.js diff --git a/ClientApp/node_modules/core-js/modules/es.typed-array.from.js b/apps/angular/node_modules/core-js/modules/es.typed-array.from.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.typed-array.from.js rename to apps/angular/node_modules/core-js/modules/es.typed-array.from.js diff --git a/ClientApp/node_modules/core-js/modules/es.typed-array.includes.js b/apps/angular/node_modules/core-js/modules/es.typed-array.includes.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.typed-array.includes.js rename to apps/angular/node_modules/core-js/modules/es.typed-array.includes.js diff --git a/ClientApp/node_modules/core-js/modules/es.typed-array.index-of.js b/apps/angular/node_modules/core-js/modules/es.typed-array.index-of.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.typed-array.index-of.js rename to apps/angular/node_modules/core-js/modules/es.typed-array.index-of.js diff --git a/ClientApp/node_modules/core-js/modules/es.typed-array.int16-array.js b/apps/angular/node_modules/core-js/modules/es.typed-array.int16-array.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.typed-array.int16-array.js rename to apps/angular/node_modules/core-js/modules/es.typed-array.int16-array.js diff --git a/ClientApp/node_modules/core-js/modules/es.typed-array.int32-array.js b/apps/angular/node_modules/core-js/modules/es.typed-array.int32-array.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.typed-array.int32-array.js rename to apps/angular/node_modules/core-js/modules/es.typed-array.int32-array.js diff --git a/ClientApp/node_modules/core-js/modules/es.typed-array.int8-array.js b/apps/angular/node_modules/core-js/modules/es.typed-array.int8-array.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.typed-array.int8-array.js rename to apps/angular/node_modules/core-js/modules/es.typed-array.int8-array.js diff --git a/ClientApp/node_modules/core-js/modules/es.typed-array.iterator.js b/apps/angular/node_modules/core-js/modules/es.typed-array.iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.typed-array.iterator.js rename to apps/angular/node_modules/core-js/modules/es.typed-array.iterator.js diff --git a/ClientApp/node_modules/core-js/modules/es.typed-array.join.js b/apps/angular/node_modules/core-js/modules/es.typed-array.join.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.typed-array.join.js rename to apps/angular/node_modules/core-js/modules/es.typed-array.join.js diff --git a/ClientApp/node_modules/core-js/modules/es.typed-array.last-index-of.js b/apps/angular/node_modules/core-js/modules/es.typed-array.last-index-of.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.typed-array.last-index-of.js rename to apps/angular/node_modules/core-js/modules/es.typed-array.last-index-of.js diff --git a/ClientApp/node_modules/core-js/modules/es.typed-array.map.js b/apps/angular/node_modules/core-js/modules/es.typed-array.map.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.typed-array.map.js rename to apps/angular/node_modules/core-js/modules/es.typed-array.map.js diff --git a/ClientApp/node_modules/core-js/modules/es.typed-array.of.js b/apps/angular/node_modules/core-js/modules/es.typed-array.of.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.typed-array.of.js rename to apps/angular/node_modules/core-js/modules/es.typed-array.of.js diff --git a/ClientApp/node_modules/core-js/modules/es.typed-array.reduce-right.js b/apps/angular/node_modules/core-js/modules/es.typed-array.reduce-right.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.typed-array.reduce-right.js rename to apps/angular/node_modules/core-js/modules/es.typed-array.reduce-right.js diff --git a/ClientApp/node_modules/core-js/modules/es.typed-array.reduce.js b/apps/angular/node_modules/core-js/modules/es.typed-array.reduce.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.typed-array.reduce.js rename to apps/angular/node_modules/core-js/modules/es.typed-array.reduce.js diff --git a/ClientApp/node_modules/core-js/modules/es.typed-array.reverse.js b/apps/angular/node_modules/core-js/modules/es.typed-array.reverse.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.typed-array.reverse.js rename to apps/angular/node_modules/core-js/modules/es.typed-array.reverse.js diff --git a/ClientApp/node_modules/core-js/modules/es.typed-array.set.js b/apps/angular/node_modules/core-js/modules/es.typed-array.set.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.typed-array.set.js rename to apps/angular/node_modules/core-js/modules/es.typed-array.set.js diff --git a/ClientApp/node_modules/core-js/modules/es.typed-array.slice.js b/apps/angular/node_modules/core-js/modules/es.typed-array.slice.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.typed-array.slice.js rename to apps/angular/node_modules/core-js/modules/es.typed-array.slice.js diff --git a/ClientApp/node_modules/core-js/modules/es.typed-array.some.js b/apps/angular/node_modules/core-js/modules/es.typed-array.some.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.typed-array.some.js rename to apps/angular/node_modules/core-js/modules/es.typed-array.some.js diff --git a/ClientApp/node_modules/core-js/modules/es.typed-array.sort.js b/apps/angular/node_modules/core-js/modules/es.typed-array.sort.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.typed-array.sort.js rename to apps/angular/node_modules/core-js/modules/es.typed-array.sort.js diff --git a/ClientApp/node_modules/core-js/modules/es.typed-array.subarray.js b/apps/angular/node_modules/core-js/modules/es.typed-array.subarray.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.typed-array.subarray.js rename to apps/angular/node_modules/core-js/modules/es.typed-array.subarray.js diff --git a/ClientApp/node_modules/core-js/modules/es.typed-array.to-locale-string.js b/apps/angular/node_modules/core-js/modules/es.typed-array.to-locale-string.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.typed-array.to-locale-string.js rename to apps/angular/node_modules/core-js/modules/es.typed-array.to-locale-string.js diff --git a/ClientApp/node_modules/core-js/modules/es.typed-array.to-reversed.js b/apps/angular/node_modules/core-js/modules/es.typed-array.to-reversed.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.typed-array.to-reversed.js rename to apps/angular/node_modules/core-js/modules/es.typed-array.to-reversed.js diff --git a/ClientApp/node_modules/core-js/modules/es.typed-array.to-sorted.js b/apps/angular/node_modules/core-js/modules/es.typed-array.to-sorted.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.typed-array.to-sorted.js rename to apps/angular/node_modules/core-js/modules/es.typed-array.to-sorted.js diff --git a/ClientApp/node_modules/core-js/modules/es.typed-array.to-string.js b/apps/angular/node_modules/core-js/modules/es.typed-array.to-string.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.typed-array.to-string.js rename to apps/angular/node_modules/core-js/modules/es.typed-array.to-string.js diff --git a/ClientApp/node_modules/core-js/modules/es.typed-array.uint16-array.js b/apps/angular/node_modules/core-js/modules/es.typed-array.uint16-array.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.typed-array.uint16-array.js rename to apps/angular/node_modules/core-js/modules/es.typed-array.uint16-array.js diff --git a/ClientApp/node_modules/core-js/modules/es.typed-array.uint32-array.js b/apps/angular/node_modules/core-js/modules/es.typed-array.uint32-array.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.typed-array.uint32-array.js rename to apps/angular/node_modules/core-js/modules/es.typed-array.uint32-array.js diff --git a/ClientApp/node_modules/core-js/modules/es.typed-array.uint8-array.js b/apps/angular/node_modules/core-js/modules/es.typed-array.uint8-array.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.typed-array.uint8-array.js rename to apps/angular/node_modules/core-js/modules/es.typed-array.uint8-array.js diff --git a/ClientApp/node_modules/core-js/modules/es.typed-array.uint8-clamped-array.js b/apps/angular/node_modules/core-js/modules/es.typed-array.uint8-clamped-array.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.typed-array.uint8-clamped-array.js rename to apps/angular/node_modules/core-js/modules/es.typed-array.uint8-clamped-array.js diff --git a/ClientApp/node_modules/core-js/modules/es.typed-array.with.js b/apps/angular/node_modules/core-js/modules/es.typed-array.with.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.typed-array.with.js rename to apps/angular/node_modules/core-js/modules/es.typed-array.with.js diff --git a/ClientApp/node_modules/core-js/modules/es.uint8-array.from-base64.js b/apps/angular/node_modules/core-js/modules/es.uint8-array.from-base64.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.uint8-array.from-base64.js rename to apps/angular/node_modules/core-js/modules/es.uint8-array.from-base64.js diff --git a/ClientApp/node_modules/core-js/modules/es.uint8-array.from-hex.js b/apps/angular/node_modules/core-js/modules/es.uint8-array.from-hex.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.uint8-array.from-hex.js rename to apps/angular/node_modules/core-js/modules/es.uint8-array.from-hex.js diff --git a/ClientApp/node_modules/core-js/modules/es.uint8-array.set-from-base64.js b/apps/angular/node_modules/core-js/modules/es.uint8-array.set-from-base64.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.uint8-array.set-from-base64.js rename to apps/angular/node_modules/core-js/modules/es.uint8-array.set-from-base64.js diff --git a/ClientApp/node_modules/core-js/modules/es.uint8-array.set-from-hex.js b/apps/angular/node_modules/core-js/modules/es.uint8-array.set-from-hex.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.uint8-array.set-from-hex.js rename to apps/angular/node_modules/core-js/modules/es.uint8-array.set-from-hex.js diff --git a/ClientApp/node_modules/core-js/modules/es.uint8-array.to-base64.js b/apps/angular/node_modules/core-js/modules/es.uint8-array.to-base64.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.uint8-array.to-base64.js rename to apps/angular/node_modules/core-js/modules/es.uint8-array.to-base64.js diff --git a/ClientApp/node_modules/core-js/modules/es.uint8-array.to-hex.js b/apps/angular/node_modules/core-js/modules/es.uint8-array.to-hex.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.uint8-array.to-hex.js rename to apps/angular/node_modules/core-js/modules/es.uint8-array.to-hex.js diff --git a/ClientApp/node_modules/core-js/modules/es.unescape.js b/apps/angular/node_modules/core-js/modules/es.unescape.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.unescape.js rename to apps/angular/node_modules/core-js/modules/es.unescape.js diff --git a/ClientApp/node_modules/core-js/modules/es.weak-map.constructor.js b/apps/angular/node_modules/core-js/modules/es.weak-map.constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.weak-map.constructor.js rename to apps/angular/node_modules/core-js/modules/es.weak-map.constructor.js diff --git a/ClientApp/node_modules/core-js/modules/es.weak-map.js b/apps/angular/node_modules/core-js/modules/es.weak-map.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.weak-map.js rename to apps/angular/node_modules/core-js/modules/es.weak-map.js diff --git a/ClientApp/node_modules/core-js/modules/es.weak-set.constructor.js b/apps/angular/node_modules/core-js/modules/es.weak-set.constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.weak-set.constructor.js rename to apps/angular/node_modules/core-js/modules/es.weak-set.constructor.js diff --git a/ClientApp/node_modules/core-js/modules/es.weak-set.js b/apps/angular/node_modules/core-js/modules/es.weak-set.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/es.weak-set.js rename to apps/angular/node_modules/core-js/modules/es.weak-set.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.aggregate-error.js b/apps/angular/node_modules/core-js/modules/esnext.aggregate-error.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.aggregate-error.js rename to apps/angular/node_modules/core-js/modules/esnext.aggregate-error.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.array-buffer.detached.js b/apps/angular/node_modules/core-js/modules/esnext.array-buffer.detached.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.array-buffer.detached.js rename to apps/angular/node_modules/core-js/modules/esnext.array-buffer.detached.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.array-buffer.transfer-to-fixed-length.js b/apps/angular/node_modules/core-js/modules/esnext.array-buffer.transfer-to-fixed-length.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.array-buffer.transfer-to-fixed-length.js rename to apps/angular/node_modules/core-js/modules/esnext.array-buffer.transfer-to-fixed-length.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.array-buffer.transfer.js b/apps/angular/node_modules/core-js/modules/esnext.array-buffer.transfer.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.array-buffer.transfer.js rename to apps/angular/node_modules/core-js/modules/esnext.array-buffer.transfer.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.array.at.js b/apps/angular/node_modules/core-js/modules/esnext.array.at.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.array.at.js rename to apps/angular/node_modules/core-js/modules/esnext.array.at.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.array.filter-out.js b/apps/angular/node_modules/core-js/modules/esnext.array.filter-out.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.array.filter-out.js rename to apps/angular/node_modules/core-js/modules/esnext.array.filter-out.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.array.filter-reject.js b/apps/angular/node_modules/core-js/modules/esnext.array.filter-reject.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.array.filter-reject.js rename to apps/angular/node_modules/core-js/modules/esnext.array.filter-reject.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.array.find-last-index.js b/apps/angular/node_modules/core-js/modules/esnext.array.find-last-index.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.array.find-last-index.js rename to apps/angular/node_modules/core-js/modules/esnext.array.find-last-index.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.array.find-last.js b/apps/angular/node_modules/core-js/modules/esnext.array.find-last.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.array.find-last.js rename to apps/angular/node_modules/core-js/modules/esnext.array.find-last.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.array.from-async.js b/apps/angular/node_modules/core-js/modules/esnext.array.from-async.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.array.from-async.js rename to apps/angular/node_modules/core-js/modules/esnext.array.from-async.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.array.group-by-to-map.js b/apps/angular/node_modules/core-js/modules/esnext.array.group-by-to-map.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.array.group-by-to-map.js rename to apps/angular/node_modules/core-js/modules/esnext.array.group-by-to-map.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.array.group-by.js b/apps/angular/node_modules/core-js/modules/esnext.array.group-by.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.array.group-by.js rename to apps/angular/node_modules/core-js/modules/esnext.array.group-by.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.array.group-to-map.js b/apps/angular/node_modules/core-js/modules/esnext.array.group-to-map.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.array.group-to-map.js rename to apps/angular/node_modules/core-js/modules/esnext.array.group-to-map.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.array.group.js b/apps/angular/node_modules/core-js/modules/esnext.array.group.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.array.group.js rename to apps/angular/node_modules/core-js/modules/esnext.array.group.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.array.is-template-object.js b/apps/angular/node_modules/core-js/modules/esnext.array.is-template-object.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.array.is-template-object.js rename to apps/angular/node_modules/core-js/modules/esnext.array.is-template-object.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.array.last-index.js b/apps/angular/node_modules/core-js/modules/esnext.array.last-index.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.array.last-index.js rename to apps/angular/node_modules/core-js/modules/esnext.array.last-index.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.array.last-item.js b/apps/angular/node_modules/core-js/modules/esnext.array.last-item.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.array.last-item.js rename to apps/angular/node_modules/core-js/modules/esnext.array.last-item.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.array.to-reversed.js b/apps/angular/node_modules/core-js/modules/esnext.array.to-reversed.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.array.to-reversed.js rename to apps/angular/node_modules/core-js/modules/esnext.array.to-reversed.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.array.to-sorted.js b/apps/angular/node_modules/core-js/modules/esnext.array.to-sorted.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.array.to-sorted.js rename to apps/angular/node_modules/core-js/modules/esnext.array.to-sorted.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.array.to-spliced.js b/apps/angular/node_modules/core-js/modules/esnext.array.to-spliced.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.array.to-spliced.js rename to apps/angular/node_modules/core-js/modules/esnext.array.to-spliced.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.array.unique-by.js b/apps/angular/node_modules/core-js/modules/esnext.array.unique-by.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.array.unique-by.js rename to apps/angular/node_modules/core-js/modules/esnext.array.unique-by.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.array.with.js b/apps/angular/node_modules/core-js/modules/esnext.array.with.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.array.with.js rename to apps/angular/node_modules/core-js/modules/esnext.array.with.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.async-disposable-stack.constructor.js b/apps/angular/node_modules/core-js/modules/esnext.async-disposable-stack.constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.async-disposable-stack.constructor.js rename to apps/angular/node_modules/core-js/modules/esnext.async-disposable-stack.constructor.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.async-iterator.as-indexed-pairs.js b/apps/angular/node_modules/core-js/modules/esnext.async-iterator.as-indexed-pairs.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.async-iterator.as-indexed-pairs.js rename to apps/angular/node_modules/core-js/modules/esnext.async-iterator.as-indexed-pairs.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.async-iterator.async-dispose.js b/apps/angular/node_modules/core-js/modules/esnext.async-iterator.async-dispose.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.async-iterator.async-dispose.js rename to apps/angular/node_modules/core-js/modules/esnext.async-iterator.async-dispose.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.async-iterator.constructor.js b/apps/angular/node_modules/core-js/modules/esnext.async-iterator.constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.async-iterator.constructor.js rename to apps/angular/node_modules/core-js/modules/esnext.async-iterator.constructor.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.async-iterator.drop.js b/apps/angular/node_modules/core-js/modules/esnext.async-iterator.drop.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.async-iterator.drop.js rename to apps/angular/node_modules/core-js/modules/esnext.async-iterator.drop.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.async-iterator.every.js b/apps/angular/node_modules/core-js/modules/esnext.async-iterator.every.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.async-iterator.every.js rename to apps/angular/node_modules/core-js/modules/esnext.async-iterator.every.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.async-iterator.filter.js b/apps/angular/node_modules/core-js/modules/esnext.async-iterator.filter.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.async-iterator.filter.js rename to apps/angular/node_modules/core-js/modules/esnext.async-iterator.filter.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.async-iterator.find.js b/apps/angular/node_modules/core-js/modules/esnext.async-iterator.find.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.async-iterator.find.js rename to apps/angular/node_modules/core-js/modules/esnext.async-iterator.find.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.async-iterator.flat-map.js b/apps/angular/node_modules/core-js/modules/esnext.async-iterator.flat-map.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.async-iterator.flat-map.js rename to apps/angular/node_modules/core-js/modules/esnext.async-iterator.flat-map.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.async-iterator.for-each.js b/apps/angular/node_modules/core-js/modules/esnext.async-iterator.for-each.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.async-iterator.for-each.js rename to apps/angular/node_modules/core-js/modules/esnext.async-iterator.for-each.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.async-iterator.from.js b/apps/angular/node_modules/core-js/modules/esnext.async-iterator.from.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.async-iterator.from.js rename to apps/angular/node_modules/core-js/modules/esnext.async-iterator.from.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.async-iterator.indexed.js b/apps/angular/node_modules/core-js/modules/esnext.async-iterator.indexed.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.async-iterator.indexed.js rename to apps/angular/node_modules/core-js/modules/esnext.async-iterator.indexed.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.async-iterator.map.js b/apps/angular/node_modules/core-js/modules/esnext.async-iterator.map.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.async-iterator.map.js rename to apps/angular/node_modules/core-js/modules/esnext.async-iterator.map.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.async-iterator.reduce.js b/apps/angular/node_modules/core-js/modules/esnext.async-iterator.reduce.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.async-iterator.reduce.js rename to apps/angular/node_modules/core-js/modules/esnext.async-iterator.reduce.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.async-iterator.some.js b/apps/angular/node_modules/core-js/modules/esnext.async-iterator.some.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.async-iterator.some.js rename to apps/angular/node_modules/core-js/modules/esnext.async-iterator.some.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.async-iterator.take.js b/apps/angular/node_modules/core-js/modules/esnext.async-iterator.take.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.async-iterator.take.js rename to apps/angular/node_modules/core-js/modules/esnext.async-iterator.take.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.async-iterator.to-array.js b/apps/angular/node_modules/core-js/modules/esnext.async-iterator.to-array.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.async-iterator.to-array.js rename to apps/angular/node_modules/core-js/modules/esnext.async-iterator.to-array.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.bigint.range.js b/apps/angular/node_modules/core-js/modules/esnext.bigint.range.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.bigint.range.js rename to apps/angular/node_modules/core-js/modules/esnext.bigint.range.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.composite-key.js b/apps/angular/node_modules/core-js/modules/esnext.composite-key.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.composite-key.js rename to apps/angular/node_modules/core-js/modules/esnext.composite-key.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.composite-symbol.js b/apps/angular/node_modules/core-js/modules/esnext.composite-symbol.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.composite-symbol.js rename to apps/angular/node_modules/core-js/modules/esnext.composite-symbol.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.data-view.get-float16.js b/apps/angular/node_modules/core-js/modules/esnext.data-view.get-float16.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.data-view.get-float16.js rename to apps/angular/node_modules/core-js/modules/esnext.data-view.get-float16.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.data-view.get-uint8-clamped.js b/apps/angular/node_modules/core-js/modules/esnext.data-view.get-uint8-clamped.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.data-view.get-uint8-clamped.js rename to apps/angular/node_modules/core-js/modules/esnext.data-view.get-uint8-clamped.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.data-view.set-float16.js b/apps/angular/node_modules/core-js/modules/esnext.data-view.set-float16.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.data-view.set-float16.js rename to apps/angular/node_modules/core-js/modules/esnext.data-view.set-float16.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.data-view.set-uint8-clamped.js b/apps/angular/node_modules/core-js/modules/esnext.data-view.set-uint8-clamped.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.data-view.set-uint8-clamped.js rename to apps/angular/node_modules/core-js/modules/esnext.data-view.set-uint8-clamped.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.disposable-stack.constructor.js b/apps/angular/node_modules/core-js/modules/esnext.disposable-stack.constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.disposable-stack.constructor.js rename to apps/angular/node_modules/core-js/modules/esnext.disposable-stack.constructor.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.error.is-error.js b/apps/angular/node_modules/core-js/modules/esnext.error.is-error.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.error.is-error.js rename to apps/angular/node_modules/core-js/modules/esnext.error.is-error.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.function.demethodize.js b/apps/angular/node_modules/core-js/modules/esnext.function.demethodize.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.function.demethodize.js rename to apps/angular/node_modules/core-js/modules/esnext.function.demethodize.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.function.is-callable.js b/apps/angular/node_modules/core-js/modules/esnext.function.is-callable.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.function.is-callable.js rename to apps/angular/node_modules/core-js/modules/esnext.function.is-callable.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.function.is-constructor.js b/apps/angular/node_modules/core-js/modules/esnext.function.is-constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.function.is-constructor.js rename to apps/angular/node_modules/core-js/modules/esnext.function.is-constructor.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.function.metadata.js b/apps/angular/node_modules/core-js/modules/esnext.function.metadata.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.function.metadata.js rename to apps/angular/node_modules/core-js/modules/esnext.function.metadata.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.function.un-this.js b/apps/angular/node_modules/core-js/modules/esnext.function.un-this.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.function.un-this.js rename to apps/angular/node_modules/core-js/modules/esnext.function.un-this.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.global-this.js b/apps/angular/node_modules/core-js/modules/esnext.global-this.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.global-this.js rename to apps/angular/node_modules/core-js/modules/esnext.global-this.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.iterator.as-indexed-pairs.js b/apps/angular/node_modules/core-js/modules/esnext.iterator.as-indexed-pairs.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.iterator.as-indexed-pairs.js rename to apps/angular/node_modules/core-js/modules/esnext.iterator.as-indexed-pairs.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.iterator.chunks.js b/apps/angular/node_modules/core-js/modules/esnext.iterator.chunks.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.iterator.chunks.js rename to apps/angular/node_modules/core-js/modules/esnext.iterator.chunks.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.iterator.concat.js b/apps/angular/node_modules/core-js/modules/esnext.iterator.concat.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.iterator.concat.js rename to apps/angular/node_modules/core-js/modules/esnext.iterator.concat.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.iterator.constructor.js b/apps/angular/node_modules/core-js/modules/esnext.iterator.constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.iterator.constructor.js rename to apps/angular/node_modules/core-js/modules/esnext.iterator.constructor.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.iterator.dispose.js b/apps/angular/node_modules/core-js/modules/esnext.iterator.dispose.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.iterator.dispose.js rename to apps/angular/node_modules/core-js/modules/esnext.iterator.dispose.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.iterator.drop.js b/apps/angular/node_modules/core-js/modules/esnext.iterator.drop.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.iterator.drop.js rename to apps/angular/node_modules/core-js/modules/esnext.iterator.drop.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.iterator.every.js b/apps/angular/node_modules/core-js/modules/esnext.iterator.every.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.iterator.every.js rename to apps/angular/node_modules/core-js/modules/esnext.iterator.every.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.iterator.filter.js b/apps/angular/node_modules/core-js/modules/esnext.iterator.filter.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.iterator.filter.js rename to apps/angular/node_modules/core-js/modules/esnext.iterator.filter.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.iterator.find.js b/apps/angular/node_modules/core-js/modules/esnext.iterator.find.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.iterator.find.js rename to apps/angular/node_modules/core-js/modules/esnext.iterator.find.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.iterator.flat-map.js b/apps/angular/node_modules/core-js/modules/esnext.iterator.flat-map.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.iterator.flat-map.js rename to apps/angular/node_modules/core-js/modules/esnext.iterator.flat-map.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.iterator.for-each.js b/apps/angular/node_modules/core-js/modules/esnext.iterator.for-each.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.iterator.for-each.js rename to apps/angular/node_modules/core-js/modules/esnext.iterator.for-each.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.iterator.from.js b/apps/angular/node_modules/core-js/modules/esnext.iterator.from.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.iterator.from.js rename to apps/angular/node_modules/core-js/modules/esnext.iterator.from.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.iterator.indexed.js b/apps/angular/node_modules/core-js/modules/esnext.iterator.indexed.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.iterator.indexed.js rename to apps/angular/node_modules/core-js/modules/esnext.iterator.indexed.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.iterator.map.js b/apps/angular/node_modules/core-js/modules/esnext.iterator.map.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.iterator.map.js rename to apps/angular/node_modules/core-js/modules/esnext.iterator.map.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.iterator.range.js b/apps/angular/node_modules/core-js/modules/esnext.iterator.range.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.iterator.range.js rename to apps/angular/node_modules/core-js/modules/esnext.iterator.range.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.iterator.reduce.js b/apps/angular/node_modules/core-js/modules/esnext.iterator.reduce.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.iterator.reduce.js rename to apps/angular/node_modules/core-js/modules/esnext.iterator.reduce.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.iterator.sliding.js b/apps/angular/node_modules/core-js/modules/esnext.iterator.sliding.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.iterator.sliding.js rename to apps/angular/node_modules/core-js/modules/esnext.iterator.sliding.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.iterator.some.js b/apps/angular/node_modules/core-js/modules/esnext.iterator.some.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.iterator.some.js rename to apps/angular/node_modules/core-js/modules/esnext.iterator.some.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.iterator.take.js b/apps/angular/node_modules/core-js/modules/esnext.iterator.take.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.iterator.take.js rename to apps/angular/node_modules/core-js/modules/esnext.iterator.take.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.iterator.to-array.js b/apps/angular/node_modules/core-js/modules/esnext.iterator.to-array.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.iterator.to-array.js rename to apps/angular/node_modules/core-js/modules/esnext.iterator.to-array.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.iterator.to-async.js b/apps/angular/node_modules/core-js/modules/esnext.iterator.to-async.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.iterator.to-async.js rename to apps/angular/node_modules/core-js/modules/esnext.iterator.to-async.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.iterator.windows.js b/apps/angular/node_modules/core-js/modules/esnext.iterator.windows.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.iterator.windows.js rename to apps/angular/node_modules/core-js/modules/esnext.iterator.windows.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.iterator.zip-keyed.js b/apps/angular/node_modules/core-js/modules/esnext.iterator.zip-keyed.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.iterator.zip-keyed.js rename to apps/angular/node_modules/core-js/modules/esnext.iterator.zip-keyed.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.iterator.zip.js b/apps/angular/node_modules/core-js/modules/esnext.iterator.zip.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.iterator.zip.js rename to apps/angular/node_modules/core-js/modules/esnext.iterator.zip.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.json.is-raw-json.js b/apps/angular/node_modules/core-js/modules/esnext.json.is-raw-json.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.json.is-raw-json.js rename to apps/angular/node_modules/core-js/modules/esnext.json.is-raw-json.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.json.parse.js b/apps/angular/node_modules/core-js/modules/esnext.json.parse.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.json.parse.js rename to apps/angular/node_modules/core-js/modules/esnext.json.parse.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.json.raw-json.js b/apps/angular/node_modules/core-js/modules/esnext.json.raw-json.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.json.raw-json.js rename to apps/angular/node_modules/core-js/modules/esnext.json.raw-json.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.map.delete-all.js b/apps/angular/node_modules/core-js/modules/esnext.map.delete-all.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.map.delete-all.js rename to apps/angular/node_modules/core-js/modules/esnext.map.delete-all.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.map.emplace.js b/apps/angular/node_modules/core-js/modules/esnext.map.emplace.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.map.emplace.js rename to apps/angular/node_modules/core-js/modules/esnext.map.emplace.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.map.every.js b/apps/angular/node_modules/core-js/modules/esnext.map.every.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.map.every.js rename to apps/angular/node_modules/core-js/modules/esnext.map.every.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.map.filter.js b/apps/angular/node_modules/core-js/modules/esnext.map.filter.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.map.filter.js rename to apps/angular/node_modules/core-js/modules/esnext.map.filter.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.map.find-key.js b/apps/angular/node_modules/core-js/modules/esnext.map.find-key.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.map.find-key.js rename to apps/angular/node_modules/core-js/modules/esnext.map.find-key.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.map.find.js b/apps/angular/node_modules/core-js/modules/esnext.map.find.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.map.find.js rename to apps/angular/node_modules/core-js/modules/esnext.map.find.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.map.from.js b/apps/angular/node_modules/core-js/modules/esnext.map.from.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.map.from.js rename to apps/angular/node_modules/core-js/modules/esnext.map.from.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.map.get-or-insert-computed.js b/apps/angular/node_modules/core-js/modules/esnext.map.get-or-insert-computed.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.map.get-or-insert-computed.js rename to apps/angular/node_modules/core-js/modules/esnext.map.get-or-insert-computed.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.map.get-or-insert.js b/apps/angular/node_modules/core-js/modules/esnext.map.get-or-insert.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.map.get-or-insert.js rename to apps/angular/node_modules/core-js/modules/esnext.map.get-or-insert.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.map.group-by.js b/apps/angular/node_modules/core-js/modules/esnext.map.group-by.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.map.group-by.js rename to apps/angular/node_modules/core-js/modules/esnext.map.group-by.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.map.includes.js b/apps/angular/node_modules/core-js/modules/esnext.map.includes.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.map.includes.js rename to apps/angular/node_modules/core-js/modules/esnext.map.includes.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.map.key-by.js b/apps/angular/node_modules/core-js/modules/esnext.map.key-by.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.map.key-by.js rename to apps/angular/node_modules/core-js/modules/esnext.map.key-by.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.map.key-of.js b/apps/angular/node_modules/core-js/modules/esnext.map.key-of.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.map.key-of.js rename to apps/angular/node_modules/core-js/modules/esnext.map.key-of.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.map.map-keys.js b/apps/angular/node_modules/core-js/modules/esnext.map.map-keys.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.map.map-keys.js rename to apps/angular/node_modules/core-js/modules/esnext.map.map-keys.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.map.map-values.js b/apps/angular/node_modules/core-js/modules/esnext.map.map-values.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.map.map-values.js rename to apps/angular/node_modules/core-js/modules/esnext.map.map-values.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.map.merge.js b/apps/angular/node_modules/core-js/modules/esnext.map.merge.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.map.merge.js rename to apps/angular/node_modules/core-js/modules/esnext.map.merge.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.map.of.js b/apps/angular/node_modules/core-js/modules/esnext.map.of.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.map.of.js rename to apps/angular/node_modules/core-js/modules/esnext.map.of.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.map.reduce.js b/apps/angular/node_modules/core-js/modules/esnext.map.reduce.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.map.reduce.js rename to apps/angular/node_modules/core-js/modules/esnext.map.reduce.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.map.some.js b/apps/angular/node_modules/core-js/modules/esnext.map.some.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.map.some.js rename to apps/angular/node_modules/core-js/modules/esnext.map.some.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.map.update-or-insert.js b/apps/angular/node_modules/core-js/modules/esnext.map.update-or-insert.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.map.update-or-insert.js rename to apps/angular/node_modules/core-js/modules/esnext.map.update-or-insert.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.map.update.js b/apps/angular/node_modules/core-js/modules/esnext.map.update.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.map.update.js rename to apps/angular/node_modules/core-js/modules/esnext.map.update.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.map.upsert.js b/apps/angular/node_modules/core-js/modules/esnext.map.upsert.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.map.upsert.js rename to apps/angular/node_modules/core-js/modules/esnext.map.upsert.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.math.clamp.js b/apps/angular/node_modules/core-js/modules/esnext.math.clamp.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.math.clamp.js rename to apps/angular/node_modules/core-js/modules/esnext.math.clamp.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.math.deg-per-rad.js b/apps/angular/node_modules/core-js/modules/esnext.math.deg-per-rad.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.math.deg-per-rad.js rename to apps/angular/node_modules/core-js/modules/esnext.math.deg-per-rad.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.math.degrees.js b/apps/angular/node_modules/core-js/modules/esnext.math.degrees.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.math.degrees.js rename to apps/angular/node_modules/core-js/modules/esnext.math.degrees.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.math.f16round.js b/apps/angular/node_modules/core-js/modules/esnext.math.f16round.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.math.f16round.js rename to apps/angular/node_modules/core-js/modules/esnext.math.f16round.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.math.fscale.js b/apps/angular/node_modules/core-js/modules/esnext.math.fscale.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.math.fscale.js rename to apps/angular/node_modules/core-js/modules/esnext.math.fscale.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.math.iaddh.js b/apps/angular/node_modules/core-js/modules/esnext.math.iaddh.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.math.iaddh.js rename to apps/angular/node_modules/core-js/modules/esnext.math.iaddh.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.math.imulh.js b/apps/angular/node_modules/core-js/modules/esnext.math.imulh.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.math.imulh.js rename to apps/angular/node_modules/core-js/modules/esnext.math.imulh.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.math.isubh.js b/apps/angular/node_modules/core-js/modules/esnext.math.isubh.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.math.isubh.js rename to apps/angular/node_modules/core-js/modules/esnext.math.isubh.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.math.rad-per-deg.js b/apps/angular/node_modules/core-js/modules/esnext.math.rad-per-deg.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.math.rad-per-deg.js rename to apps/angular/node_modules/core-js/modules/esnext.math.rad-per-deg.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.math.radians.js b/apps/angular/node_modules/core-js/modules/esnext.math.radians.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.math.radians.js rename to apps/angular/node_modules/core-js/modules/esnext.math.radians.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.math.scale.js b/apps/angular/node_modules/core-js/modules/esnext.math.scale.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.math.scale.js rename to apps/angular/node_modules/core-js/modules/esnext.math.scale.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.math.seeded-prng.js b/apps/angular/node_modules/core-js/modules/esnext.math.seeded-prng.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.math.seeded-prng.js rename to apps/angular/node_modules/core-js/modules/esnext.math.seeded-prng.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.math.signbit.js b/apps/angular/node_modules/core-js/modules/esnext.math.signbit.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.math.signbit.js rename to apps/angular/node_modules/core-js/modules/esnext.math.signbit.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.math.sum-precise.js b/apps/angular/node_modules/core-js/modules/esnext.math.sum-precise.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.math.sum-precise.js rename to apps/angular/node_modules/core-js/modules/esnext.math.sum-precise.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.math.umulh.js b/apps/angular/node_modules/core-js/modules/esnext.math.umulh.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.math.umulh.js rename to apps/angular/node_modules/core-js/modules/esnext.math.umulh.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.number.clamp.js b/apps/angular/node_modules/core-js/modules/esnext.number.clamp.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.number.clamp.js rename to apps/angular/node_modules/core-js/modules/esnext.number.clamp.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.number.from-string.js b/apps/angular/node_modules/core-js/modules/esnext.number.from-string.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.number.from-string.js rename to apps/angular/node_modules/core-js/modules/esnext.number.from-string.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.number.range.js b/apps/angular/node_modules/core-js/modules/esnext.number.range.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.number.range.js rename to apps/angular/node_modules/core-js/modules/esnext.number.range.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.object.group-by.js b/apps/angular/node_modules/core-js/modules/esnext.object.group-by.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.object.group-by.js rename to apps/angular/node_modules/core-js/modules/esnext.object.group-by.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.object.has-own.js b/apps/angular/node_modules/core-js/modules/esnext.object.has-own.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.object.has-own.js rename to apps/angular/node_modules/core-js/modules/esnext.object.has-own.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.object.iterate-entries.js b/apps/angular/node_modules/core-js/modules/esnext.object.iterate-entries.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.object.iterate-entries.js rename to apps/angular/node_modules/core-js/modules/esnext.object.iterate-entries.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.object.iterate-keys.js b/apps/angular/node_modules/core-js/modules/esnext.object.iterate-keys.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.object.iterate-keys.js rename to apps/angular/node_modules/core-js/modules/esnext.object.iterate-keys.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.object.iterate-values.js b/apps/angular/node_modules/core-js/modules/esnext.object.iterate-values.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.object.iterate-values.js rename to apps/angular/node_modules/core-js/modules/esnext.object.iterate-values.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.observable.constructor.js b/apps/angular/node_modules/core-js/modules/esnext.observable.constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.observable.constructor.js rename to apps/angular/node_modules/core-js/modules/esnext.observable.constructor.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.observable.from.js b/apps/angular/node_modules/core-js/modules/esnext.observable.from.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.observable.from.js rename to apps/angular/node_modules/core-js/modules/esnext.observable.from.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.observable.js b/apps/angular/node_modules/core-js/modules/esnext.observable.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.observable.js rename to apps/angular/node_modules/core-js/modules/esnext.observable.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.observable.of.js b/apps/angular/node_modules/core-js/modules/esnext.observable.of.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.observable.of.js rename to apps/angular/node_modules/core-js/modules/esnext.observable.of.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.promise.all-settled.js b/apps/angular/node_modules/core-js/modules/esnext.promise.all-settled.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.promise.all-settled.js rename to apps/angular/node_modules/core-js/modules/esnext.promise.all-settled.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.promise.any.js b/apps/angular/node_modules/core-js/modules/esnext.promise.any.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.promise.any.js rename to apps/angular/node_modules/core-js/modules/esnext.promise.any.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.promise.try.js b/apps/angular/node_modules/core-js/modules/esnext.promise.try.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.promise.try.js rename to apps/angular/node_modules/core-js/modules/esnext.promise.try.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.promise.with-resolvers.js b/apps/angular/node_modules/core-js/modules/esnext.promise.with-resolvers.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.promise.with-resolvers.js rename to apps/angular/node_modules/core-js/modules/esnext.promise.with-resolvers.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.reflect.define-metadata.js b/apps/angular/node_modules/core-js/modules/esnext.reflect.define-metadata.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.reflect.define-metadata.js rename to apps/angular/node_modules/core-js/modules/esnext.reflect.define-metadata.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.reflect.delete-metadata.js b/apps/angular/node_modules/core-js/modules/esnext.reflect.delete-metadata.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.reflect.delete-metadata.js rename to apps/angular/node_modules/core-js/modules/esnext.reflect.delete-metadata.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.reflect.get-metadata-keys.js b/apps/angular/node_modules/core-js/modules/esnext.reflect.get-metadata-keys.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.reflect.get-metadata-keys.js rename to apps/angular/node_modules/core-js/modules/esnext.reflect.get-metadata-keys.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.reflect.get-metadata.js b/apps/angular/node_modules/core-js/modules/esnext.reflect.get-metadata.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.reflect.get-metadata.js rename to apps/angular/node_modules/core-js/modules/esnext.reflect.get-metadata.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.reflect.get-own-metadata-keys.js b/apps/angular/node_modules/core-js/modules/esnext.reflect.get-own-metadata-keys.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.reflect.get-own-metadata-keys.js rename to apps/angular/node_modules/core-js/modules/esnext.reflect.get-own-metadata-keys.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.reflect.get-own-metadata.js b/apps/angular/node_modules/core-js/modules/esnext.reflect.get-own-metadata.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.reflect.get-own-metadata.js rename to apps/angular/node_modules/core-js/modules/esnext.reflect.get-own-metadata.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.reflect.has-metadata.js b/apps/angular/node_modules/core-js/modules/esnext.reflect.has-metadata.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.reflect.has-metadata.js rename to apps/angular/node_modules/core-js/modules/esnext.reflect.has-metadata.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.reflect.has-own-metadata.js b/apps/angular/node_modules/core-js/modules/esnext.reflect.has-own-metadata.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.reflect.has-own-metadata.js rename to apps/angular/node_modules/core-js/modules/esnext.reflect.has-own-metadata.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.reflect.metadata.js b/apps/angular/node_modules/core-js/modules/esnext.reflect.metadata.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.reflect.metadata.js rename to apps/angular/node_modules/core-js/modules/esnext.reflect.metadata.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.regexp.escape.js b/apps/angular/node_modules/core-js/modules/esnext.regexp.escape.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.regexp.escape.js rename to apps/angular/node_modules/core-js/modules/esnext.regexp.escape.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.set.add-all.js b/apps/angular/node_modules/core-js/modules/esnext.set.add-all.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.set.add-all.js rename to apps/angular/node_modules/core-js/modules/esnext.set.add-all.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.set.delete-all.js b/apps/angular/node_modules/core-js/modules/esnext.set.delete-all.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.set.delete-all.js rename to apps/angular/node_modules/core-js/modules/esnext.set.delete-all.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.set.difference.js b/apps/angular/node_modules/core-js/modules/esnext.set.difference.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.set.difference.js rename to apps/angular/node_modules/core-js/modules/esnext.set.difference.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.set.difference.v2.js b/apps/angular/node_modules/core-js/modules/esnext.set.difference.v2.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.set.difference.v2.js rename to apps/angular/node_modules/core-js/modules/esnext.set.difference.v2.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.set.every.js b/apps/angular/node_modules/core-js/modules/esnext.set.every.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.set.every.js rename to apps/angular/node_modules/core-js/modules/esnext.set.every.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.set.filter.js b/apps/angular/node_modules/core-js/modules/esnext.set.filter.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.set.filter.js rename to apps/angular/node_modules/core-js/modules/esnext.set.filter.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.set.find.js b/apps/angular/node_modules/core-js/modules/esnext.set.find.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.set.find.js rename to apps/angular/node_modules/core-js/modules/esnext.set.find.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.set.from.js b/apps/angular/node_modules/core-js/modules/esnext.set.from.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.set.from.js rename to apps/angular/node_modules/core-js/modules/esnext.set.from.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.set.intersection.js b/apps/angular/node_modules/core-js/modules/esnext.set.intersection.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.set.intersection.js rename to apps/angular/node_modules/core-js/modules/esnext.set.intersection.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.set.intersection.v2.js b/apps/angular/node_modules/core-js/modules/esnext.set.intersection.v2.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.set.intersection.v2.js rename to apps/angular/node_modules/core-js/modules/esnext.set.intersection.v2.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.set.is-disjoint-from.js b/apps/angular/node_modules/core-js/modules/esnext.set.is-disjoint-from.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.set.is-disjoint-from.js rename to apps/angular/node_modules/core-js/modules/esnext.set.is-disjoint-from.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.set.is-disjoint-from.v2.js b/apps/angular/node_modules/core-js/modules/esnext.set.is-disjoint-from.v2.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.set.is-disjoint-from.v2.js rename to apps/angular/node_modules/core-js/modules/esnext.set.is-disjoint-from.v2.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.set.is-subset-of.js b/apps/angular/node_modules/core-js/modules/esnext.set.is-subset-of.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.set.is-subset-of.js rename to apps/angular/node_modules/core-js/modules/esnext.set.is-subset-of.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.set.is-subset-of.v2.js b/apps/angular/node_modules/core-js/modules/esnext.set.is-subset-of.v2.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.set.is-subset-of.v2.js rename to apps/angular/node_modules/core-js/modules/esnext.set.is-subset-of.v2.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.set.is-superset-of.js b/apps/angular/node_modules/core-js/modules/esnext.set.is-superset-of.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.set.is-superset-of.js rename to apps/angular/node_modules/core-js/modules/esnext.set.is-superset-of.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.set.is-superset-of.v2.js b/apps/angular/node_modules/core-js/modules/esnext.set.is-superset-of.v2.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.set.is-superset-of.v2.js rename to apps/angular/node_modules/core-js/modules/esnext.set.is-superset-of.v2.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.set.join.js b/apps/angular/node_modules/core-js/modules/esnext.set.join.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.set.join.js rename to apps/angular/node_modules/core-js/modules/esnext.set.join.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.set.map.js b/apps/angular/node_modules/core-js/modules/esnext.set.map.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.set.map.js rename to apps/angular/node_modules/core-js/modules/esnext.set.map.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.set.of.js b/apps/angular/node_modules/core-js/modules/esnext.set.of.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.set.of.js rename to apps/angular/node_modules/core-js/modules/esnext.set.of.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.set.reduce.js b/apps/angular/node_modules/core-js/modules/esnext.set.reduce.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.set.reduce.js rename to apps/angular/node_modules/core-js/modules/esnext.set.reduce.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.set.some.js b/apps/angular/node_modules/core-js/modules/esnext.set.some.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.set.some.js rename to apps/angular/node_modules/core-js/modules/esnext.set.some.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.set.symmetric-difference.js b/apps/angular/node_modules/core-js/modules/esnext.set.symmetric-difference.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.set.symmetric-difference.js rename to apps/angular/node_modules/core-js/modules/esnext.set.symmetric-difference.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.set.symmetric-difference.v2.js b/apps/angular/node_modules/core-js/modules/esnext.set.symmetric-difference.v2.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.set.symmetric-difference.v2.js rename to apps/angular/node_modules/core-js/modules/esnext.set.symmetric-difference.v2.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.set.union.js b/apps/angular/node_modules/core-js/modules/esnext.set.union.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.set.union.js rename to apps/angular/node_modules/core-js/modules/esnext.set.union.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.set.union.v2.js b/apps/angular/node_modules/core-js/modules/esnext.set.union.v2.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.set.union.v2.js rename to apps/angular/node_modules/core-js/modules/esnext.set.union.v2.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.string.at-alternative.js b/apps/angular/node_modules/core-js/modules/esnext.string.at-alternative.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.string.at-alternative.js rename to apps/angular/node_modules/core-js/modules/esnext.string.at-alternative.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.string.at.js b/apps/angular/node_modules/core-js/modules/esnext.string.at.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.string.at.js rename to apps/angular/node_modules/core-js/modules/esnext.string.at.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.string.code-points.js b/apps/angular/node_modules/core-js/modules/esnext.string.code-points.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.string.code-points.js rename to apps/angular/node_modules/core-js/modules/esnext.string.code-points.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.string.cooked.js b/apps/angular/node_modules/core-js/modules/esnext.string.cooked.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.string.cooked.js rename to apps/angular/node_modules/core-js/modules/esnext.string.cooked.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.string.dedent.js b/apps/angular/node_modules/core-js/modules/esnext.string.dedent.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.string.dedent.js rename to apps/angular/node_modules/core-js/modules/esnext.string.dedent.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.string.is-well-formed.js b/apps/angular/node_modules/core-js/modules/esnext.string.is-well-formed.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.string.is-well-formed.js rename to apps/angular/node_modules/core-js/modules/esnext.string.is-well-formed.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.string.match-all.js b/apps/angular/node_modules/core-js/modules/esnext.string.match-all.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.string.match-all.js rename to apps/angular/node_modules/core-js/modules/esnext.string.match-all.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.string.replace-all.js b/apps/angular/node_modules/core-js/modules/esnext.string.replace-all.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.string.replace-all.js rename to apps/angular/node_modules/core-js/modules/esnext.string.replace-all.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.string.to-well-formed.js b/apps/angular/node_modules/core-js/modules/esnext.string.to-well-formed.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.string.to-well-formed.js rename to apps/angular/node_modules/core-js/modules/esnext.string.to-well-formed.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.suppressed-error.constructor.js b/apps/angular/node_modules/core-js/modules/esnext.suppressed-error.constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.suppressed-error.constructor.js rename to apps/angular/node_modules/core-js/modules/esnext.suppressed-error.constructor.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.symbol.async-dispose.js b/apps/angular/node_modules/core-js/modules/esnext.symbol.async-dispose.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.symbol.async-dispose.js rename to apps/angular/node_modules/core-js/modules/esnext.symbol.async-dispose.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.symbol.custom-matcher.js b/apps/angular/node_modules/core-js/modules/esnext.symbol.custom-matcher.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.symbol.custom-matcher.js rename to apps/angular/node_modules/core-js/modules/esnext.symbol.custom-matcher.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.symbol.dispose.js b/apps/angular/node_modules/core-js/modules/esnext.symbol.dispose.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.symbol.dispose.js rename to apps/angular/node_modules/core-js/modules/esnext.symbol.dispose.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.symbol.is-registered-symbol.js b/apps/angular/node_modules/core-js/modules/esnext.symbol.is-registered-symbol.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.symbol.is-registered-symbol.js rename to apps/angular/node_modules/core-js/modules/esnext.symbol.is-registered-symbol.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.symbol.is-registered.js b/apps/angular/node_modules/core-js/modules/esnext.symbol.is-registered.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.symbol.is-registered.js rename to apps/angular/node_modules/core-js/modules/esnext.symbol.is-registered.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.symbol.is-well-known-symbol.js b/apps/angular/node_modules/core-js/modules/esnext.symbol.is-well-known-symbol.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.symbol.is-well-known-symbol.js rename to apps/angular/node_modules/core-js/modules/esnext.symbol.is-well-known-symbol.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.symbol.is-well-known.js b/apps/angular/node_modules/core-js/modules/esnext.symbol.is-well-known.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.symbol.is-well-known.js rename to apps/angular/node_modules/core-js/modules/esnext.symbol.is-well-known.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.symbol.matcher.js b/apps/angular/node_modules/core-js/modules/esnext.symbol.matcher.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.symbol.matcher.js rename to apps/angular/node_modules/core-js/modules/esnext.symbol.matcher.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.symbol.metadata-key.js b/apps/angular/node_modules/core-js/modules/esnext.symbol.metadata-key.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.symbol.metadata-key.js rename to apps/angular/node_modules/core-js/modules/esnext.symbol.metadata-key.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.symbol.metadata.js b/apps/angular/node_modules/core-js/modules/esnext.symbol.metadata.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.symbol.metadata.js rename to apps/angular/node_modules/core-js/modules/esnext.symbol.metadata.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.symbol.observable.js b/apps/angular/node_modules/core-js/modules/esnext.symbol.observable.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.symbol.observable.js rename to apps/angular/node_modules/core-js/modules/esnext.symbol.observable.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.symbol.pattern-match.js b/apps/angular/node_modules/core-js/modules/esnext.symbol.pattern-match.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.symbol.pattern-match.js rename to apps/angular/node_modules/core-js/modules/esnext.symbol.pattern-match.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.symbol.replace-all.js b/apps/angular/node_modules/core-js/modules/esnext.symbol.replace-all.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.symbol.replace-all.js rename to apps/angular/node_modules/core-js/modules/esnext.symbol.replace-all.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.typed-array.at.js b/apps/angular/node_modules/core-js/modules/esnext.typed-array.at.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.typed-array.at.js rename to apps/angular/node_modules/core-js/modules/esnext.typed-array.at.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.typed-array.filter-out.js b/apps/angular/node_modules/core-js/modules/esnext.typed-array.filter-out.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.typed-array.filter-out.js rename to apps/angular/node_modules/core-js/modules/esnext.typed-array.filter-out.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.typed-array.filter-reject.js b/apps/angular/node_modules/core-js/modules/esnext.typed-array.filter-reject.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.typed-array.filter-reject.js rename to apps/angular/node_modules/core-js/modules/esnext.typed-array.filter-reject.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.typed-array.find-last-index.js b/apps/angular/node_modules/core-js/modules/esnext.typed-array.find-last-index.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.typed-array.find-last-index.js rename to apps/angular/node_modules/core-js/modules/esnext.typed-array.find-last-index.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.typed-array.find-last.js b/apps/angular/node_modules/core-js/modules/esnext.typed-array.find-last.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.typed-array.find-last.js rename to apps/angular/node_modules/core-js/modules/esnext.typed-array.find-last.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.typed-array.from-async.js b/apps/angular/node_modules/core-js/modules/esnext.typed-array.from-async.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.typed-array.from-async.js rename to apps/angular/node_modules/core-js/modules/esnext.typed-array.from-async.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.typed-array.group-by.js b/apps/angular/node_modules/core-js/modules/esnext.typed-array.group-by.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.typed-array.group-by.js rename to apps/angular/node_modules/core-js/modules/esnext.typed-array.group-by.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.typed-array.to-reversed.js b/apps/angular/node_modules/core-js/modules/esnext.typed-array.to-reversed.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.typed-array.to-reversed.js rename to apps/angular/node_modules/core-js/modules/esnext.typed-array.to-reversed.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.typed-array.to-sorted.js b/apps/angular/node_modules/core-js/modules/esnext.typed-array.to-sorted.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.typed-array.to-sorted.js rename to apps/angular/node_modules/core-js/modules/esnext.typed-array.to-sorted.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.typed-array.to-spliced.js b/apps/angular/node_modules/core-js/modules/esnext.typed-array.to-spliced.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.typed-array.to-spliced.js rename to apps/angular/node_modules/core-js/modules/esnext.typed-array.to-spliced.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.typed-array.unique-by.js b/apps/angular/node_modules/core-js/modules/esnext.typed-array.unique-by.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.typed-array.unique-by.js rename to apps/angular/node_modules/core-js/modules/esnext.typed-array.unique-by.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.typed-array.with.js b/apps/angular/node_modules/core-js/modules/esnext.typed-array.with.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.typed-array.with.js rename to apps/angular/node_modules/core-js/modules/esnext.typed-array.with.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.uint8-array.from-base64.js b/apps/angular/node_modules/core-js/modules/esnext.uint8-array.from-base64.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.uint8-array.from-base64.js rename to apps/angular/node_modules/core-js/modules/esnext.uint8-array.from-base64.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.uint8-array.from-hex.js b/apps/angular/node_modules/core-js/modules/esnext.uint8-array.from-hex.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.uint8-array.from-hex.js rename to apps/angular/node_modules/core-js/modules/esnext.uint8-array.from-hex.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.uint8-array.set-from-base64.js b/apps/angular/node_modules/core-js/modules/esnext.uint8-array.set-from-base64.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.uint8-array.set-from-base64.js rename to apps/angular/node_modules/core-js/modules/esnext.uint8-array.set-from-base64.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.uint8-array.set-from-hex.js b/apps/angular/node_modules/core-js/modules/esnext.uint8-array.set-from-hex.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.uint8-array.set-from-hex.js rename to apps/angular/node_modules/core-js/modules/esnext.uint8-array.set-from-hex.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.uint8-array.to-base64.js b/apps/angular/node_modules/core-js/modules/esnext.uint8-array.to-base64.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.uint8-array.to-base64.js rename to apps/angular/node_modules/core-js/modules/esnext.uint8-array.to-base64.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.uint8-array.to-hex.js b/apps/angular/node_modules/core-js/modules/esnext.uint8-array.to-hex.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.uint8-array.to-hex.js rename to apps/angular/node_modules/core-js/modules/esnext.uint8-array.to-hex.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.weak-map.delete-all.js b/apps/angular/node_modules/core-js/modules/esnext.weak-map.delete-all.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.weak-map.delete-all.js rename to apps/angular/node_modules/core-js/modules/esnext.weak-map.delete-all.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.weak-map.emplace.js b/apps/angular/node_modules/core-js/modules/esnext.weak-map.emplace.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.weak-map.emplace.js rename to apps/angular/node_modules/core-js/modules/esnext.weak-map.emplace.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.weak-map.from.js b/apps/angular/node_modules/core-js/modules/esnext.weak-map.from.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.weak-map.from.js rename to apps/angular/node_modules/core-js/modules/esnext.weak-map.from.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.weak-map.get-or-insert-computed.js b/apps/angular/node_modules/core-js/modules/esnext.weak-map.get-or-insert-computed.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.weak-map.get-or-insert-computed.js rename to apps/angular/node_modules/core-js/modules/esnext.weak-map.get-or-insert-computed.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.weak-map.get-or-insert.js b/apps/angular/node_modules/core-js/modules/esnext.weak-map.get-or-insert.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.weak-map.get-or-insert.js rename to apps/angular/node_modules/core-js/modules/esnext.weak-map.get-or-insert.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.weak-map.of.js b/apps/angular/node_modules/core-js/modules/esnext.weak-map.of.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.weak-map.of.js rename to apps/angular/node_modules/core-js/modules/esnext.weak-map.of.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.weak-map.upsert.js b/apps/angular/node_modules/core-js/modules/esnext.weak-map.upsert.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.weak-map.upsert.js rename to apps/angular/node_modules/core-js/modules/esnext.weak-map.upsert.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.weak-set.add-all.js b/apps/angular/node_modules/core-js/modules/esnext.weak-set.add-all.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.weak-set.add-all.js rename to apps/angular/node_modules/core-js/modules/esnext.weak-set.add-all.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.weak-set.delete-all.js b/apps/angular/node_modules/core-js/modules/esnext.weak-set.delete-all.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.weak-set.delete-all.js rename to apps/angular/node_modules/core-js/modules/esnext.weak-set.delete-all.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.weak-set.from.js b/apps/angular/node_modules/core-js/modules/esnext.weak-set.from.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.weak-set.from.js rename to apps/angular/node_modules/core-js/modules/esnext.weak-set.from.js diff --git a/ClientApp/node_modules/core-js/modules/esnext.weak-set.of.js b/apps/angular/node_modules/core-js/modules/esnext.weak-set.of.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/esnext.weak-set.of.js rename to apps/angular/node_modules/core-js/modules/esnext.weak-set.of.js diff --git a/ClientApp/node_modules/core-js/modules/web.atob.js b/apps/angular/node_modules/core-js/modules/web.atob.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/web.atob.js rename to apps/angular/node_modules/core-js/modules/web.atob.js diff --git a/ClientApp/node_modules/core-js/modules/web.btoa.js b/apps/angular/node_modules/core-js/modules/web.btoa.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/web.btoa.js rename to apps/angular/node_modules/core-js/modules/web.btoa.js diff --git a/ClientApp/node_modules/core-js/modules/web.clear-immediate.js b/apps/angular/node_modules/core-js/modules/web.clear-immediate.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/web.clear-immediate.js rename to apps/angular/node_modules/core-js/modules/web.clear-immediate.js diff --git a/ClientApp/node_modules/core-js/modules/web.dom-collections.for-each.js b/apps/angular/node_modules/core-js/modules/web.dom-collections.for-each.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/web.dom-collections.for-each.js rename to apps/angular/node_modules/core-js/modules/web.dom-collections.for-each.js diff --git a/ClientApp/node_modules/core-js/modules/web.dom-collections.iterator.js b/apps/angular/node_modules/core-js/modules/web.dom-collections.iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/web.dom-collections.iterator.js rename to apps/angular/node_modules/core-js/modules/web.dom-collections.iterator.js diff --git a/ClientApp/node_modules/core-js/modules/web.dom-exception.constructor.js b/apps/angular/node_modules/core-js/modules/web.dom-exception.constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/web.dom-exception.constructor.js rename to apps/angular/node_modules/core-js/modules/web.dom-exception.constructor.js diff --git a/ClientApp/node_modules/core-js/modules/web.dom-exception.stack.js b/apps/angular/node_modules/core-js/modules/web.dom-exception.stack.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/web.dom-exception.stack.js rename to apps/angular/node_modules/core-js/modules/web.dom-exception.stack.js diff --git a/ClientApp/node_modules/core-js/modules/web.dom-exception.to-string-tag.js b/apps/angular/node_modules/core-js/modules/web.dom-exception.to-string-tag.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/web.dom-exception.to-string-tag.js rename to apps/angular/node_modules/core-js/modules/web.dom-exception.to-string-tag.js diff --git a/ClientApp/node_modules/core-js/modules/web.immediate.js b/apps/angular/node_modules/core-js/modules/web.immediate.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/web.immediate.js rename to apps/angular/node_modules/core-js/modules/web.immediate.js diff --git a/ClientApp/node_modules/core-js/modules/web.queue-microtask.js b/apps/angular/node_modules/core-js/modules/web.queue-microtask.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/web.queue-microtask.js rename to apps/angular/node_modules/core-js/modules/web.queue-microtask.js diff --git a/ClientApp/node_modules/core-js/modules/web.self.js b/apps/angular/node_modules/core-js/modules/web.self.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/web.self.js rename to apps/angular/node_modules/core-js/modules/web.self.js diff --git a/ClientApp/node_modules/core-js/modules/web.set-immediate.js b/apps/angular/node_modules/core-js/modules/web.set-immediate.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/web.set-immediate.js rename to apps/angular/node_modules/core-js/modules/web.set-immediate.js diff --git a/ClientApp/node_modules/core-js/modules/web.set-interval.js b/apps/angular/node_modules/core-js/modules/web.set-interval.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/web.set-interval.js rename to apps/angular/node_modules/core-js/modules/web.set-interval.js diff --git a/ClientApp/node_modules/core-js/modules/web.set-timeout.js b/apps/angular/node_modules/core-js/modules/web.set-timeout.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/web.set-timeout.js rename to apps/angular/node_modules/core-js/modules/web.set-timeout.js diff --git a/ClientApp/node_modules/core-js/modules/web.structured-clone.js b/apps/angular/node_modules/core-js/modules/web.structured-clone.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/web.structured-clone.js rename to apps/angular/node_modules/core-js/modules/web.structured-clone.js diff --git a/ClientApp/node_modules/core-js/modules/web.timers.js b/apps/angular/node_modules/core-js/modules/web.timers.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/web.timers.js rename to apps/angular/node_modules/core-js/modules/web.timers.js diff --git a/ClientApp/node_modules/core-js/modules/web.url-search-params.constructor.js b/apps/angular/node_modules/core-js/modules/web.url-search-params.constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/web.url-search-params.constructor.js rename to apps/angular/node_modules/core-js/modules/web.url-search-params.constructor.js diff --git a/ClientApp/node_modules/core-js/modules/web.url-search-params.delete.js b/apps/angular/node_modules/core-js/modules/web.url-search-params.delete.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/web.url-search-params.delete.js rename to apps/angular/node_modules/core-js/modules/web.url-search-params.delete.js diff --git a/ClientApp/node_modules/core-js/modules/web.url-search-params.has.js b/apps/angular/node_modules/core-js/modules/web.url-search-params.has.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/web.url-search-params.has.js rename to apps/angular/node_modules/core-js/modules/web.url-search-params.has.js diff --git a/ClientApp/node_modules/core-js/modules/web.url-search-params.js b/apps/angular/node_modules/core-js/modules/web.url-search-params.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/web.url-search-params.js rename to apps/angular/node_modules/core-js/modules/web.url-search-params.js diff --git a/ClientApp/node_modules/core-js/modules/web.url-search-params.size.js b/apps/angular/node_modules/core-js/modules/web.url-search-params.size.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/web.url-search-params.size.js rename to apps/angular/node_modules/core-js/modules/web.url-search-params.size.js diff --git a/ClientApp/node_modules/core-js/modules/web.url.can-parse.js b/apps/angular/node_modules/core-js/modules/web.url.can-parse.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/web.url.can-parse.js rename to apps/angular/node_modules/core-js/modules/web.url.can-parse.js diff --git a/ClientApp/node_modules/core-js/modules/web.url.constructor.js b/apps/angular/node_modules/core-js/modules/web.url.constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/web.url.constructor.js rename to apps/angular/node_modules/core-js/modules/web.url.constructor.js diff --git a/ClientApp/node_modules/core-js/modules/web.url.js b/apps/angular/node_modules/core-js/modules/web.url.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/web.url.js rename to apps/angular/node_modules/core-js/modules/web.url.js diff --git a/ClientApp/node_modules/core-js/modules/web.url.parse.js b/apps/angular/node_modules/core-js/modules/web.url.parse.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/web.url.parse.js rename to apps/angular/node_modules/core-js/modules/web.url.parse.js diff --git a/ClientApp/node_modules/core-js/modules/web.url.to-json.js b/apps/angular/node_modules/core-js/modules/web.url.to-json.js similarity index 100% rename from ClientApp/node_modules/core-js/modules/web.url.to-json.js rename to apps/angular/node_modules/core-js/modules/web.url.to-json.js diff --git a/ClientApp/node_modules/core-js/package.json b/apps/angular/node_modules/core-js/package.json similarity index 100% rename from ClientApp/node_modules/core-js/package.json rename to apps/angular/node_modules/core-js/package.json diff --git a/ClientApp/node_modules/core-js/postinstall.js b/apps/angular/node_modules/core-js/postinstall.js similarity index 100% rename from ClientApp/node_modules/core-js/postinstall.js rename to apps/angular/node_modules/core-js/postinstall.js diff --git a/ClientApp/node_modules/core-js/proposals/accessible-object-hasownproperty.js b/apps/angular/node_modules/core-js/proposals/accessible-object-hasownproperty.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/accessible-object-hasownproperty.js rename to apps/angular/node_modules/core-js/proposals/accessible-object-hasownproperty.js diff --git a/ClientApp/node_modules/core-js/proposals/array-buffer-base64.js b/apps/angular/node_modules/core-js/proposals/array-buffer-base64.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/array-buffer-base64.js rename to apps/angular/node_modules/core-js/proposals/array-buffer-base64.js diff --git a/ClientApp/node_modules/core-js/proposals/array-buffer-transfer.js b/apps/angular/node_modules/core-js/proposals/array-buffer-transfer.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/array-buffer-transfer.js rename to apps/angular/node_modules/core-js/proposals/array-buffer-transfer.js diff --git a/ClientApp/node_modules/core-js/proposals/array-filtering-stage-1.js b/apps/angular/node_modules/core-js/proposals/array-filtering-stage-1.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/array-filtering-stage-1.js rename to apps/angular/node_modules/core-js/proposals/array-filtering-stage-1.js diff --git a/ClientApp/node_modules/core-js/proposals/array-filtering.js b/apps/angular/node_modules/core-js/proposals/array-filtering.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/array-filtering.js rename to apps/angular/node_modules/core-js/proposals/array-filtering.js diff --git a/ClientApp/node_modules/core-js/proposals/array-find-from-last.js b/apps/angular/node_modules/core-js/proposals/array-find-from-last.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/array-find-from-last.js rename to apps/angular/node_modules/core-js/proposals/array-find-from-last.js diff --git a/ClientApp/node_modules/core-js/proposals/array-flat-map.js b/apps/angular/node_modules/core-js/proposals/array-flat-map.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/array-flat-map.js rename to apps/angular/node_modules/core-js/proposals/array-flat-map.js diff --git a/ClientApp/node_modules/core-js/proposals/array-from-async-stage-2.js b/apps/angular/node_modules/core-js/proposals/array-from-async-stage-2.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/array-from-async-stage-2.js rename to apps/angular/node_modules/core-js/proposals/array-from-async-stage-2.js diff --git a/ClientApp/node_modules/core-js/proposals/array-from-async.js b/apps/angular/node_modules/core-js/proposals/array-from-async.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/array-from-async.js rename to apps/angular/node_modules/core-js/proposals/array-from-async.js diff --git a/ClientApp/node_modules/core-js/proposals/array-grouping-stage-3-2.js b/apps/angular/node_modules/core-js/proposals/array-grouping-stage-3-2.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/array-grouping-stage-3-2.js rename to apps/angular/node_modules/core-js/proposals/array-grouping-stage-3-2.js diff --git a/ClientApp/node_modules/core-js/proposals/array-grouping-stage-3.js b/apps/angular/node_modules/core-js/proposals/array-grouping-stage-3.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/array-grouping-stage-3.js rename to apps/angular/node_modules/core-js/proposals/array-grouping-stage-3.js diff --git a/ClientApp/node_modules/core-js/proposals/array-grouping-v2.js b/apps/angular/node_modules/core-js/proposals/array-grouping-v2.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/array-grouping-v2.js rename to apps/angular/node_modules/core-js/proposals/array-grouping-v2.js diff --git a/ClientApp/node_modules/core-js/proposals/array-grouping.js b/apps/angular/node_modules/core-js/proposals/array-grouping.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/array-grouping.js rename to apps/angular/node_modules/core-js/proposals/array-grouping.js diff --git a/ClientApp/node_modules/core-js/proposals/array-includes.js b/apps/angular/node_modules/core-js/proposals/array-includes.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/array-includes.js rename to apps/angular/node_modules/core-js/proposals/array-includes.js diff --git a/ClientApp/node_modules/core-js/proposals/array-is-template-object.js b/apps/angular/node_modules/core-js/proposals/array-is-template-object.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/array-is-template-object.js rename to apps/angular/node_modules/core-js/proposals/array-is-template-object.js diff --git a/ClientApp/node_modules/core-js/proposals/array-last.js b/apps/angular/node_modules/core-js/proposals/array-last.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/array-last.js rename to apps/angular/node_modules/core-js/proposals/array-last.js diff --git a/ClientApp/node_modules/core-js/proposals/array-unique.js b/apps/angular/node_modules/core-js/proposals/array-unique.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/array-unique.js rename to apps/angular/node_modules/core-js/proposals/array-unique.js diff --git a/ClientApp/node_modules/core-js/proposals/async-explicit-resource-management.js b/apps/angular/node_modules/core-js/proposals/async-explicit-resource-management.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/async-explicit-resource-management.js rename to apps/angular/node_modules/core-js/proposals/async-explicit-resource-management.js diff --git a/ClientApp/node_modules/core-js/proposals/async-iteration.js b/apps/angular/node_modules/core-js/proposals/async-iteration.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/async-iteration.js rename to apps/angular/node_modules/core-js/proposals/async-iteration.js diff --git a/ClientApp/node_modules/core-js/proposals/async-iterator-helpers.js b/apps/angular/node_modules/core-js/proposals/async-iterator-helpers.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/async-iterator-helpers.js rename to apps/angular/node_modules/core-js/proposals/async-iterator-helpers.js diff --git a/ClientApp/node_modules/core-js/proposals/change-array-by-copy-stage-4.js b/apps/angular/node_modules/core-js/proposals/change-array-by-copy-stage-4.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/change-array-by-copy-stage-4.js rename to apps/angular/node_modules/core-js/proposals/change-array-by-copy-stage-4.js diff --git a/ClientApp/node_modules/core-js/proposals/change-array-by-copy.js b/apps/angular/node_modules/core-js/proposals/change-array-by-copy.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/change-array-by-copy.js rename to apps/angular/node_modules/core-js/proposals/change-array-by-copy.js diff --git a/ClientApp/node_modules/core-js/proposals/collection-methods.js b/apps/angular/node_modules/core-js/proposals/collection-methods.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/collection-methods.js rename to apps/angular/node_modules/core-js/proposals/collection-methods.js diff --git a/ClientApp/node_modules/core-js/proposals/collection-of-from.js b/apps/angular/node_modules/core-js/proposals/collection-of-from.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/collection-of-from.js rename to apps/angular/node_modules/core-js/proposals/collection-of-from.js diff --git a/ClientApp/node_modules/core-js/proposals/data-view-get-set-uint8-clamped.js b/apps/angular/node_modules/core-js/proposals/data-view-get-set-uint8-clamped.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/data-view-get-set-uint8-clamped.js rename to apps/angular/node_modules/core-js/proposals/data-view-get-set-uint8-clamped.js diff --git a/ClientApp/node_modules/core-js/proposals/decorator-metadata-v2.js b/apps/angular/node_modules/core-js/proposals/decorator-metadata-v2.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/decorator-metadata-v2.js rename to apps/angular/node_modules/core-js/proposals/decorator-metadata-v2.js diff --git a/ClientApp/node_modules/core-js/proposals/decorator-metadata.js b/apps/angular/node_modules/core-js/proposals/decorator-metadata.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/decorator-metadata.js rename to apps/angular/node_modules/core-js/proposals/decorator-metadata.js diff --git a/ClientApp/node_modules/core-js/proposals/decorators.js b/apps/angular/node_modules/core-js/proposals/decorators.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/decorators.js rename to apps/angular/node_modules/core-js/proposals/decorators.js diff --git a/ClientApp/node_modules/core-js/proposals/efficient-64-bit-arithmetic.js b/apps/angular/node_modules/core-js/proposals/efficient-64-bit-arithmetic.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/efficient-64-bit-arithmetic.js rename to apps/angular/node_modules/core-js/proposals/efficient-64-bit-arithmetic.js diff --git a/ClientApp/node_modules/core-js/proposals/error-cause.js b/apps/angular/node_modules/core-js/proposals/error-cause.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/error-cause.js rename to apps/angular/node_modules/core-js/proposals/error-cause.js diff --git a/ClientApp/node_modules/core-js/proposals/explicit-resource-management.js b/apps/angular/node_modules/core-js/proposals/explicit-resource-management.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/explicit-resource-management.js rename to apps/angular/node_modules/core-js/proposals/explicit-resource-management.js diff --git a/ClientApp/node_modules/core-js/proposals/extractors.js b/apps/angular/node_modules/core-js/proposals/extractors.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/extractors.js rename to apps/angular/node_modules/core-js/proposals/extractors.js diff --git a/ClientApp/node_modules/core-js/proposals/float16.js b/apps/angular/node_modules/core-js/proposals/float16.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/float16.js rename to apps/angular/node_modules/core-js/proposals/float16.js diff --git a/ClientApp/node_modules/core-js/proposals/function-demethodize.js b/apps/angular/node_modules/core-js/proposals/function-demethodize.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/function-demethodize.js rename to apps/angular/node_modules/core-js/proposals/function-demethodize.js diff --git a/ClientApp/node_modules/core-js/proposals/function-is-callable-is-constructor.js b/apps/angular/node_modules/core-js/proposals/function-is-callable-is-constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/function-is-callable-is-constructor.js rename to apps/angular/node_modules/core-js/proposals/function-is-callable-is-constructor.js diff --git a/ClientApp/node_modules/core-js/proposals/function-un-this.js b/apps/angular/node_modules/core-js/proposals/function-un-this.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/function-un-this.js rename to apps/angular/node_modules/core-js/proposals/function-un-this.js diff --git a/ClientApp/node_modules/core-js/proposals/global-this.js b/apps/angular/node_modules/core-js/proposals/global-this.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/global-this.js rename to apps/angular/node_modules/core-js/proposals/global-this.js diff --git a/ClientApp/node_modules/core-js/proposals/index.js b/apps/angular/node_modules/core-js/proposals/index.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/index.js rename to apps/angular/node_modules/core-js/proposals/index.js diff --git a/ClientApp/node_modules/core-js/proposals/is-error.js b/apps/angular/node_modules/core-js/proposals/is-error.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/is-error.js rename to apps/angular/node_modules/core-js/proposals/is-error.js diff --git a/ClientApp/node_modules/core-js/proposals/iterator-chunking-v2.js b/apps/angular/node_modules/core-js/proposals/iterator-chunking-v2.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/iterator-chunking-v2.js rename to apps/angular/node_modules/core-js/proposals/iterator-chunking-v2.js diff --git a/ClientApp/node_modules/core-js/proposals/iterator-chunking.js b/apps/angular/node_modules/core-js/proposals/iterator-chunking.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/iterator-chunking.js rename to apps/angular/node_modules/core-js/proposals/iterator-chunking.js diff --git a/ClientApp/node_modules/core-js/proposals/iterator-helpers-stage-3-2.js b/apps/angular/node_modules/core-js/proposals/iterator-helpers-stage-3-2.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/iterator-helpers-stage-3-2.js rename to apps/angular/node_modules/core-js/proposals/iterator-helpers-stage-3-2.js diff --git a/ClientApp/node_modules/core-js/proposals/iterator-helpers-stage-3.js b/apps/angular/node_modules/core-js/proposals/iterator-helpers-stage-3.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/iterator-helpers-stage-3.js rename to apps/angular/node_modules/core-js/proposals/iterator-helpers-stage-3.js diff --git a/ClientApp/node_modules/core-js/proposals/iterator-helpers.js b/apps/angular/node_modules/core-js/proposals/iterator-helpers.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/iterator-helpers.js rename to apps/angular/node_modules/core-js/proposals/iterator-helpers.js diff --git a/ClientApp/node_modules/core-js/proposals/iterator-range.js b/apps/angular/node_modules/core-js/proposals/iterator-range.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/iterator-range.js rename to apps/angular/node_modules/core-js/proposals/iterator-range.js diff --git a/ClientApp/node_modules/core-js/proposals/iterator-sequencing.js b/apps/angular/node_modules/core-js/proposals/iterator-sequencing.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/iterator-sequencing.js rename to apps/angular/node_modules/core-js/proposals/iterator-sequencing.js diff --git a/ClientApp/node_modules/core-js/proposals/joint-iteration.js b/apps/angular/node_modules/core-js/proposals/joint-iteration.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/joint-iteration.js rename to apps/angular/node_modules/core-js/proposals/joint-iteration.js diff --git a/ClientApp/node_modules/core-js/proposals/json-parse-with-source.js b/apps/angular/node_modules/core-js/proposals/json-parse-with-source.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/json-parse-with-source.js rename to apps/angular/node_modules/core-js/proposals/json-parse-with-source.js diff --git a/ClientApp/node_modules/core-js/proposals/keys-composition.js b/apps/angular/node_modules/core-js/proposals/keys-composition.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/keys-composition.js rename to apps/angular/node_modules/core-js/proposals/keys-composition.js diff --git a/ClientApp/node_modules/core-js/proposals/map-update-or-insert.js b/apps/angular/node_modules/core-js/proposals/map-update-or-insert.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/map-update-or-insert.js rename to apps/angular/node_modules/core-js/proposals/map-update-or-insert.js diff --git a/ClientApp/node_modules/core-js/proposals/map-upsert-stage-2.js b/apps/angular/node_modules/core-js/proposals/map-upsert-stage-2.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/map-upsert-stage-2.js rename to apps/angular/node_modules/core-js/proposals/map-upsert-stage-2.js diff --git a/ClientApp/node_modules/core-js/proposals/map-upsert-v4.js b/apps/angular/node_modules/core-js/proposals/map-upsert-v4.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/map-upsert-v4.js rename to apps/angular/node_modules/core-js/proposals/map-upsert-v4.js diff --git a/ClientApp/node_modules/core-js/proposals/map-upsert.js b/apps/angular/node_modules/core-js/proposals/map-upsert.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/map-upsert.js rename to apps/angular/node_modules/core-js/proposals/map-upsert.js diff --git a/ClientApp/node_modules/core-js/proposals/math-clamp-v2.js b/apps/angular/node_modules/core-js/proposals/math-clamp-v2.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/math-clamp-v2.js rename to apps/angular/node_modules/core-js/proposals/math-clamp-v2.js diff --git a/ClientApp/node_modules/core-js/proposals/math-clamp.js b/apps/angular/node_modules/core-js/proposals/math-clamp.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/math-clamp.js rename to apps/angular/node_modules/core-js/proposals/math-clamp.js diff --git a/ClientApp/node_modules/core-js/proposals/math-extensions.js b/apps/angular/node_modules/core-js/proposals/math-extensions.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/math-extensions.js rename to apps/angular/node_modules/core-js/proposals/math-extensions.js diff --git a/ClientApp/node_modules/core-js/proposals/math-signbit.js b/apps/angular/node_modules/core-js/proposals/math-signbit.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/math-signbit.js rename to apps/angular/node_modules/core-js/proposals/math-signbit.js diff --git a/ClientApp/node_modules/core-js/proposals/math-sum.js b/apps/angular/node_modules/core-js/proposals/math-sum.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/math-sum.js rename to apps/angular/node_modules/core-js/proposals/math-sum.js diff --git a/ClientApp/node_modules/core-js/proposals/number-from-string.js b/apps/angular/node_modules/core-js/proposals/number-from-string.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/number-from-string.js rename to apps/angular/node_modules/core-js/proposals/number-from-string.js diff --git a/ClientApp/node_modules/core-js/proposals/number-range.js b/apps/angular/node_modules/core-js/proposals/number-range.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/number-range.js rename to apps/angular/node_modules/core-js/proposals/number-range.js diff --git a/ClientApp/node_modules/core-js/proposals/object-from-entries.js b/apps/angular/node_modules/core-js/proposals/object-from-entries.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/object-from-entries.js rename to apps/angular/node_modules/core-js/proposals/object-from-entries.js diff --git a/ClientApp/node_modules/core-js/proposals/object-getownpropertydescriptors.js b/apps/angular/node_modules/core-js/proposals/object-getownpropertydescriptors.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/object-getownpropertydescriptors.js rename to apps/angular/node_modules/core-js/proposals/object-getownpropertydescriptors.js diff --git a/ClientApp/node_modules/core-js/proposals/object-iteration.js b/apps/angular/node_modules/core-js/proposals/object-iteration.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/object-iteration.js rename to apps/angular/node_modules/core-js/proposals/object-iteration.js diff --git a/ClientApp/node_modules/core-js/proposals/object-values-entries.js b/apps/angular/node_modules/core-js/proposals/object-values-entries.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/object-values-entries.js rename to apps/angular/node_modules/core-js/proposals/object-values-entries.js diff --git a/ClientApp/node_modules/core-js/proposals/observable.js b/apps/angular/node_modules/core-js/proposals/observable.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/observable.js rename to apps/angular/node_modules/core-js/proposals/observable.js diff --git a/ClientApp/node_modules/core-js/proposals/pattern-matching-v2.js b/apps/angular/node_modules/core-js/proposals/pattern-matching-v2.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/pattern-matching-v2.js rename to apps/angular/node_modules/core-js/proposals/pattern-matching-v2.js diff --git a/ClientApp/node_modules/core-js/proposals/pattern-matching.js b/apps/angular/node_modules/core-js/proposals/pattern-matching.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/pattern-matching.js rename to apps/angular/node_modules/core-js/proposals/pattern-matching.js diff --git a/ClientApp/node_modules/core-js/proposals/promise-all-settled.js b/apps/angular/node_modules/core-js/proposals/promise-all-settled.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/promise-all-settled.js rename to apps/angular/node_modules/core-js/proposals/promise-all-settled.js diff --git a/ClientApp/node_modules/core-js/proposals/promise-any.js b/apps/angular/node_modules/core-js/proposals/promise-any.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/promise-any.js rename to apps/angular/node_modules/core-js/proposals/promise-any.js diff --git a/ClientApp/node_modules/core-js/proposals/promise-finally.js b/apps/angular/node_modules/core-js/proposals/promise-finally.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/promise-finally.js rename to apps/angular/node_modules/core-js/proposals/promise-finally.js diff --git a/ClientApp/node_modules/core-js/proposals/promise-try.js b/apps/angular/node_modules/core-js/proposals/promise-try.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/promise-try.js rename to apps/angular/node_modules/core-js/proposals/promise-try.js diff --git a/ClientApp/node_modules/core-js/proposals/promise-with-resolvers.js b/apps/angular/node_modules/core-js/proposals/promise-with-resolvers.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/promise-with-resolvers.js rename to apps/angular/node_modules/core-js/proposals/promise-with-resolvers.js diff --git a/ClientApp/node_modules/core-js/proposals/reflect-metadata.js b/apps/angular/node_modules/core-js/proposals/reflect-metadata.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/reflect-metadata.js rename to apps/angular/node_modules/core-js/proposals/reflect-metadata.js diff --git a/ClientApp/node_modules/core-js/proposals/regexp-dotall-flag.js b/apps/angular/node_modules/core-js/proposals/regexp-dotall-flag.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/regexp-dotall-flag.js rename to apps/angular/node_modules/core-js/proposals/regexp-dotall-flag.js diff --git a/ClientApp/node_modules/core-js/proposals/regexp-escaping.js b/apps/angular/node_modules/core-js/proposals/regexp-escaping.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/regexp-escaping.js rename to apps/angular/node_modules/core-js/proposals/regexp-escaping.js diff --git a/ClientApp/node_modules/core-js/proposals/regexp-named-groups.js b/apps/angular/node_modules/core-js/proposals/regexp-named-groups.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/regexp-named-groups.js rename to apps/angular/node_modules/core-js/proposals/regexp-named-groups.js diff --git a/ClientApp/node_modules/core-js/proposals/relative-indexing-method.js b/apps/angular/node_modules/core-js/proposals/relative-indexing-method.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/relative-indexing-method.js rename to apps/angular/node_modules/core-js/proposals/relative-indexing-method.js diff --git a/ClientApp/node_modules/core-js/proposals/seeded-random.js b/apps/angular/node_modules/core-js/proposals/seeded-random.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/seeded-random.js rename to apps/angular/node_modules/core-js/proposals/seeded-random.js diff --git a/ClientApp/node_modules/core-js/proposals/set-methods-v2.js b/apps/angular/node_modules/core-js/proposals/set-methods-v2.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/set-methods-v2.js rename to apps/angular/node_modules/core-js/proposals/set-methods-v2.js diff --git a/ClientApp/node_modules/core-js/proposals/set-methods.js b/apps/angular/node_modules/core-js/proposals/set-methods.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/set-methods.js rename to apps/angular/node_modules/core-js/proposals/set-methods.js diff --git a/ClientApp/node_modules/core-js/proposals/string-at.js b/apps/angular/node_modules/core-js/proposals/string-at.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/string-at.js rename to apps/angular/node_modules/core-js/proposals/string-at.js diff --git a/ClientApp/node_modules/core-js/proposals/string-code-points.js b/apps/angular/node_modules/core-js/proposals/string-code-points.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/string-code-points.js rename to apps/angular/node_modules/core-js/proposals/string-code-points.js diff --git a/ClientApp/node_modules/core-js/proposals/string-cooked.js b/apps/angular/node_modules/core-js/proposals/string-cooked.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/string-cooked.js rename to apps/angular/node_modules/core-js/proposals/string-cooked.js diff --git a/ClientApp/node_modules/core-js/proposals/string-dedent.js b/apps/angular/node_modules/core-js/proposals/string-dedent.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/string-dedent.js rename to apps/angular/node_modules/core-js/proposals/string-dedent.js diff --git a/ClientApp/node_modules/core-js/proposals/string-left-right-trim.js b/apps/angular/node_modules/core-js/proposals/string-left-right-trim.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/string-left-right-trim.js rename to apps/angular/node_modules/core-js/proposals/string-left-right-trim.js diff --git a/ClientApp/node_modules/core-js/proposals/string-match-all.js b/apps/angular/node_modules/core-js/proposals/string-match-all.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/string-match-all.js rename to apps/angular/node_modules/core-js/proposals/string-match-all.js diff --git a/ClientApp/node_modules/core-js/proposals/string-padding.js b/apps/angular/node_modules/core-js/proposals/string-padding.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/string-padding.js rename to apps/angular/node_modules/core-js/proposals/string-padding.js diff --git a/ClientApp/node_modules/core-js/proposals/string-replace-all-stage-4.js b/apps/angular/node_modules/core-js/proposals/string-replace-all-stage-4.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/string-replace-all-stage-4.js rename to apps/angular/node_modules/core-js/proposals/string-replace-all-stage-4.js diff --git a/ClientApp/node_modules/core-js/proposals/string-replace-all.js b/apps/angular/node_modules/core-js/proposals/string-replace-all.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/string-replace-all.js rename to apps/angular/node_modules/core-js/proposals/string-replace-all.js diff --git a/ClientApp/node_modules/core-js/proposals/symbol-description.js b/apps/angular/node_modules/core-js/proposals/symbol-description.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/symbol-description.js rename to apps/angular/node_modules/core-js/proposals/symbol-description.js diff --git a/ClientApp/node_modules/core-js/proposals/symbol-predicates-v2.js b/apps/angular/node_modules/core-js/proposals/symbol-predicates-v2.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/symbol-predicates-v2.js rename to apps/angular/node_modules/core-js/proposals/symbol-predicates-v2.js diff --git a/ClientApp/node_modules/core-js/proposals/symbol-predicates.js b/apps/angular/node_modules/core-js/proposals/symbol-predicates.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/symbol-predicates.js rename to apps/angular/node_modules/core-js/proposals/symbol-predicates.js diff --git a/ClientApp/node_modules/core-js/proposals/url.js b/apps/angular/node_modules/core-js/proposals/url.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/url.js rename to apps/angular/node_modules/core-js/proposals/url.js diff --git a/ClientApp/node_modules/core-js/proposals/using-statement.js b/apps/angular/node_modules/core-js/proposals/using-statement.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/using-statement.js rename to apps/angular/node_modules/core-js/proposals/using-statement.js diff --git a/ClientApp/node_modules/core-js/proposals/well-formed-stringify.js b/apps/angular/node_modules/core-js/proposals/well-formed-stringify.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/well-formed-stringify.js rename to apps/angular/node_modules/core-js/proposals/well-formed-stringify.js diff --git a/ClientApp/node_modules/core-js/proposals/well-formed-unicode-strings.js b/apps/angular/node_modules/core-js/proposals/well-formed-unicode-strings.js similarity index 100% rename from ClientApp/node_modules/core-js/proposals/well-formed-unicode-strings.js rename to apps/angular/node_modules/core-js/proposals/well-formed-unicode-strings.js diff --git a/ClientApp/node_modules/core-js/stable/README.md b/apps/angular/node_modules/core-js/stable/README.md similarity index 100% rename from ClientApp/node_modules/core-js/stable/README.md rename to apps/angular/node_modules/core-js/stable/README.md diff --git a/ClientApp/node_modules/core-js/stable/aggregate-error.js b/apps/angular/node_modules/core-js/stable/aggregate-error.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/aggregate-error.js rename to apps/angular/node_modules/core-js/stable/aggregate-error.js diff --git a/ClientApp/node_modules/core-js/stable/array-buffer/constructor.js b/apps/angular/node_modules/core-js/stable/array-buffer/constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array-buffer/constructor.js rename to apps/angular/node_modules/core-js/stable/array-buffer/constructor.js diff --git a/ClientApp/node_modules/core-js/stable/array-buffer/detached.js b/apps/angular/node_modules/core-js/stable/array-buffer/detached.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array-buffer/detached.js rename to apps/angular/node_modules/core-js/stable/array-buffer/detached.js diff --git a/ClientApp/node_modules/core-js/stable/array-buffer/index.js b/apps/angular/node_modules/core-js/stable/array-buffer/index.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array-buffer/index.js rename to apps/angular/node_modules/core-js/stable/array-buffer/index.js diff --git a/ClientApp/node_modules/core-js/stable/array-buffer/is-view.js b/apps/angular/node_modules/core-js/stable/array-buffer/is-view.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array-buffer/is-view.js rename to apps/angular/node_modules/core-js/stable/array-buffer/is-view.js diff --git a/ClientApp/node_modules/core-js/stable/array-buffer/slice.js b/apps/angular/node_modules/core-js/stable/array-buffer/slice.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array-buffer/slice.js rename to apps/angular/node_modules/core-js/stable/array-buffer/slice.js diff --git a/ClientApp/node_modules/core-js/stable/array-buffer/transfer-to-fixed-length.js b/apps/angular/node_modules/core-js/stable/array-buffer/transfer-to-fixed-length.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array-buffer/transfer-to-fixed-length.js rename to apps/angular/node_modules/core-js/stable/array-buffer/transfer-to-fixed-length.js diff --git a/ClientApp/node_modules/core-js/stable/array-buffer/transfer.js b/apps/angular/node_modules/core-js/stable/array-buffer/transfer.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array-buffer/transfer.js rename to apps/angular/node_modules/core-js/stable/array-buffer/transfer.js diff --git a/ClientApp/node_modules/core-js/stable/array/at.js b/apps/angular/node_modules/core-js/stable/array/at.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/at.js rename to apps/angular/node_modules/core-js/stable/array/at.js diff --git a/ClientApp/node_modules/core-js/stable/array/concat.js b/apps/angular/node_modules/core-js/stable/array/concat.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/concat.js rename to apps/angular/node_modules/core-js/stable/array/concat.js diff --git a/ClientApp/node_modules/core-js/stable/array/copy-within.js b/apps/angular/node_modules/core-js/stable/array/copy-within.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/copy-within.js rename to apps/angular/node_modules/core-js/stable/array/copy-within.js diff --git a/ClientApp/node_modules/core-js/stable/array/entries.js b/apps/angular/node_modules/core-js/stable/array/entries.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/entries.js rename to apps/angular/node_modules/core-js/stable/array/entries.js diff --git a/ClientApp/node_modules/core-js/stable/array/every.js b/apps/angular/node_modules/core-js/stable/array/every.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/every.js rename to apps/angular/node_modules/core-js/stable/array/every.js diff --git a/ClientApp/node_modules/core-js/stable/array/fill.js b/apps/angular/node_modules/core-js/stable/array/fill.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/fill.js rename to apps/angular/node_modules/core-js/stable/array/fill.js diff --git a/ClientApp/node_modules/core-js/stable/array/filter.js b/apps/angular/node_modules/core-js/stable/array/filter.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/filter.js rename to apps/angular/node_modules/core-js/stable/array/filter.js diff --git a/ClientApp/node_modules/core-js/stable/array/find-index.js b/apps/angular/node_modules/core-js/stable/array/find-index.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/find-index.js rename to apps/angular/node_modules/core-js/stable/array/find-index.js diff --git a/ClientApp/node_modules/core-js/stable/array/find-last-index.js b/apps/angular/node_modules/core-js/stable/array/find-last-index.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/find-last-index.js rename to apps/angular/node_modules/core-js/stable/array/find-last-index.js diff --git a/ClientApp/node_modules/core-js/stable/array/find-last.js b/apps/angular/node_modules/core-js/stable/array/find-last.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/find-last.js rename to apps/angular/node_modules/core-js/stable/array/find-last.js diff --git a/ClientApp/node_modules/core-js/stable/array/find.js b/apps/angular/node_modules/core-js/stable/array/find.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/find.js rename to apps/angular/node_modules/core-js/stable/array/find.js diff --git a/ClientApp/node_modules/core-js/stable/array/flat-map.js b/apps/angular/node_modules/core-js/stable/array/flat-map.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/flat-map.js rename to apps/angular/node_modules/core-js/stable/array/flat-map.js diff --git a/ClientApp/node_modules/core-js/stable/array/flat.js b/apps/angular/node_modules/core-js/stable/array/flat.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/flat.js rename to apps/angular/node_modules/core-js/stable/array/flat.js diff --git a/ClientApp/node_modules/core-js/stable/array/for-each.js b/apps/angular/node_modules/core-js/stable/array/for-each.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/for-each.js rename to apps/angular/node_modules/core-js/stable/array/for-each.js diff --git a/ClientApp/node_modules/core-js/stable/array/from-async.js b/apps/angular/node_modules/core-js/stable/array/from-async.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/from-async.js rename to apps/angular/node_modules/core-js/stable/array/from-async.js diff --git a/ClientApp/node_modules/core-js/stable/array/from.js b/apps/angular/node_modules/core-js/stable/array/from.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/from.js rename to apps/angular/node_modules/core-js/stable/array/from.js diff --git a/ClientApp/node_modules/core-js/stable/array/includes.js b/apps/angular/node_modules/core-js/stable/array/includes.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/includes.js rename to apps/angular/node_modules/core-js/stable/array/includes.js diff --git a/ClientApp/node_modules/core-js/stable/array/index-of.js b/apps/angular/node_modules/core-js/stable/array/index-of.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/index-of.js rename to apps/angular/node_modules/core-js/stable/array/index-of.js diff --git a/ClientApp/node_modules/core-js/stable/array/index.js b/apps/angular/node_modules/core-js/stable/array/index.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/index.js rename to apps/angular/node_modules/core-js/stable/array/index.js diff --git a/ClientApp/node_modules/core-js/stable/array/is-array.js b/apps/angular/node_modules/core-js/stable/array/is-array.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/is-array.js rename to apps/angular/node_modules/core-js/stable/array/is-array.js diff --git a/ClientApp/node_modules/core-js/stable/array/iterator.js b/apps/angular/node_modules/core-js/stable/array/iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/iterator.js rename to apps/angular/node_modules/core-js/stable/array/iterator.js diff --git a/ClientApp/node_modules/core-js/stable/array/join.js b/apps/angular/node_modules/core-js/stable/array/join.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/join.js rename to apps/angular/node_modules/core-js/stable/array/join.js diff --git a/ClientApp/node_modules/core-js/stable/array/keys.js b/apps/angular/node_modules/core-js/stable/array/keys.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/keys.js rename to apps/angular/node_modules/core-js/stable/array/keys.js diff --git a/ClientApp/node_modules/core-js/stable/array/last-index-of.js b/apps/angular/node_modules/core-js/stable/array/last-index-of.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/last-index-of.js rename to apps/angular/node_modules/core-js/stable/array/last-index-of.js diff --git a/ClientApp/node_modules/core-js/stable/array/map.js b/apps/angular/node_modules/core-js/stable/array/map.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/map.js rename to apps/angular/node_modules/core-js/stable/array/map.js diff --git a/ClientApp/node_modules/core-js/stable/array/of.js b/apps/angular/node_modules/core-js/stable/array/of.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/of.js rename to apps/angular/node_modules/core-js/stable/array/of.js diff --git a/ClientApp/node_modules/core-js/stable/array/push.js b/apps/angular/node_modules/core-js/stable/array/push.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/push.js rename to apps/angular/node_modules/core-js/stable/array/push.js diff --git a/ClientApp/node_modules/core-js/stable/array/reduce-right.js b/apps/angular/node_modules/core-js/stable/array/reduce-right.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/reduce-right.js rename to apps/angular/node_modules/core-js/stable/array/reduce-right.js diff --git a/ClientApp/node_modules/core-js/stable/array/reduce.js b/apps/angular/node_modules/core-js/stable/array/reduce.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/reduce.js rename to apps/angular/node_modules/core-js/stable/array/reduce.js diff --git a/ClientApp/node_modules/core-js/stable/array/reverse.js b/apps/angular/node_modules/core-js/stable/array/reverse.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/reverse.js rename to apps/angular/node_modules/core-js/stable/array/reverse.js diff --git a/ClientApp/node_modules/core-js/stable/array/slice.js b/apps/angular/node_modules/core-js/stable/array/slice.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/slice.js rename to apps/angular/node_modules/core-js/stable/array/slice.js diff --git a/ClientApp/node_modules/core-js/stable/array/some.js b/apps/angular/node_modules/core-js/stable/array/some.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/some.js rename to apps/angular/node_modules/core-js/stable/array/some.js diff --git a/ClientApp/node_modules/core-js/stable/array/sort.js b/apps/angular/node_modules/core-js/stable/array/sort.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/sort.js rename to apps/angular/node_modules/core-js/stable/array/sort.js diff --git a/ClientApp/node_modules/core-js/stable/array/splice.js b/apps/angular/node_modules/core-js/stable/array/splice.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/splice.js rename to apps/angular/node_modules/core-js/stable/array/splice.js diff --git a/ClientApp/node_modules/core-js/stable/array/to-reversed.js b/apps/angular/node_modules/core-js/stable/array/to-reversed.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/to-reversed.js rename to apps/angular/node_modules/core-js/stable/array/to-reversed.js diff --git a/ClientApp/node_modules/core-js/stable/array/to-sorted.js b/apps/angular/node_modules/core-js/stable/array/to-sorted.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/to-sorted.js rename to apps/angular/node_modules/core-js/stable/array/to-sorted.js diff --git a/ClientApp/node_modules/core-js/stable/array/to-spliced.js b/apps/angular/node_modules/core-js/stable/array/to-spliced.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/to-spliced.js rename to apps/angular/node_modules/core-js/stable/array/to-spliced.js diff --git a/ClientApp/node_modules/core-js/stable/array/unshift.js b/apps/angular/node_modules/core-js/stable/array/unshift.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/unshift.js rename to apps/angular/node_modules/core-js/stable/array/unshift.js diff --git a/ClientApp/node_modules/core-js/stable/array/values.js b/apps/angular/node_modules/core-js/stable/array/values.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/values.js rename to apps/angular/node_modules/core-js/stable/array/values.js diff --git a/ClientApp/node_modules/core-js/stable/array/virtual/at.js b/apps/angular/node_modules/core-js/stable/array/virtual/at.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/virtual/at.js rename to apps/angular/node_modules/core-js/stable/array/virtual/at.js diff --git a/ClientApp/node_modules/core-js/stable/array/virtual/concat.js b/apps/angular/node_modules/core-js/stable/array/virtual/concat.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/virtual/concat.js rename to apps/angular/node_modules/core-js/stable/array/virtual/concat.js diff --git a/ClientApp/node_modules/core-js/stable/array/virtual/copy-within.js b/apps/angular/node_modules/core-js/stable/array/virtual/copy-within.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/virtual/copy-within.js rename to apps/angular/node_modules/core-js/stable/array/virtual/copy-within.js diff --git a/ClientApp/node_modules/core-js/stable/array/virtual/entries.js b/apps/angular/node_modules/core-js/stable/array/virtual/entries.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/virtual/entries.js rename to apps/angular/node_modules/core-js/stable/array/virtual/entries.js diff --git a/ClientApp/node_modules/core-js/stable/array/virtual/every.js b/apps/angular/node_modules/core-js/stable/array/virtual/every.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/virtual/every.js rename to apps/angular/node_modules/core-js/stable/array/virtual/every.js diff --git a/ClientApp/node_modules/core-js/stable/array/virtual/fill.js b/apps/angular/node_modules/core-js/stable/array/virtual/fill.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/virtual/fill.js rename to apps/angular/node_modules/core-js/stable/array/virtual/fill.js diff --git a/ClientApp/node_modules/core-js/stable/array/virtual/filter.js b/apps/angular/node_modules/core-js/stable/array/virtual/filter.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/virtual/filter.js rename to apps/angular/node_modules/core-js/stable/array/virtual/filter.js diff --git a/ClientApp/node_modules/core-js/stable/array/virtual/find-index.js b/apps/angular/node_modules/core-js/stable/array/virtual/find-index.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/virtual/find-index.js rename to apps/angular/node_modules/core-js/stable/array/virtual/find-index.js diff --git a/ClientApp/node_modules/core-js/stable/array/virtual/find-last-index.js b/apps/angular/node_modules/core-js/stable/array/virtual/find-last-index.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/virtual/find-last-index.js rename to apps/angular/node_modules/core-js/stable/array/virtual/find-last-index.js diff --git a/ClientApp/node_modules/core-js/stable/array/virtual/find-last.js b/apps/angular/node_modules/core-js/stable/array/virtual/find-last.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/virtual/find-last.js rename to apps/angular/node_modules/core-js/stable/array/virtual/find-last.js diff --git a/ClientApp/node_modules/core-js/stable/array/virtual/find.js b/apps/angular/node_modules/core-js/stable/array/virtual/find.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/virtual/find.js rename to apps/angular/node_modules/core-js/stable/array/virtual/find.js diff --git a/ClientApp/node_modules/core-js/stable/array/virtual/flat-map.js b/apps/angular/node_modules/core-js/stable/array/virtual/flat-map.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/virtual/flat-map.js rename to apps/angular/node_modules/core-js/stable/array/virtual/flat-map.js diff --git a/ClientApp/node_modules/core-js/stable/array/virtual/flat.js b/apps/angular/node_modules/core-js/stable/array/virtual/flat.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/virtual/flat.js rename to apps/angular/node_modules/core-js/stable/array/virtual/flat.js diff --git a/ClientApp/node_modules/core-js/stable/array/virtual/for-each.js b/apps/angular/node_modules/core-js/stable/array/virtual/for-each.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/virtual/for-each.js rename to apps/angular/node_modules/core-js/stable/array/virtual/for-each.js diff --git a/ClientApp/node_modules/core-js/stable/array/virtual/includes.js b/apps/angular/node_modules/core-js/stable/array/virtual/includes.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/virtual/includes.js rename to apps/angular/node_modules/core-js/stable/array/virtual/includes.js diff --git a/ClientApp/node_modules/core-js/stable/array/virtual/index-of.js b/apps/angular/node_modules/core-js/stable/array/virtual/index-of.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/virtual/index-of.js rename to apps/angular/node_modules/core-js/stable/array/virtual/index-of.js diff --git a/ClientApp/node_modules/core-js/stable/array/virtual/index.js b/apps/angular/node_modules/core-js/stable/array/virtual/index.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/virtual/index.js rename to apps/angular/node_modules/core-js/stable/array/virtual/index.js diff --git a/ClientApp/node_modules/core-js/stable/array/virtual/iterator.js b/apps/angular/node_modules/core-js/stable/array/virtual/iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/virtual/iterator.js rename to apps/angular/node_modules/core-js/stable/array/virtual/iterator.js diff --git a/ClientApp/node_modules/core-js/stable/array/virtual/join.js b/apps/angular/node_modules/core-js/stable/array/virtual/join.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/virtual/join.js rename to apps/angular/node_modules/core-js/stable/array/virtual/join.js diff --git a/ClientApp/node_modules/core-js/stable/array/virtual/keys.js b/apps/angular/node_modules/core-js/stable/array/virtual/keys.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/virtual/keys.js rename to apps/angular/node_modules/core-js/stable/array/virtual/keys.js diff --git a/ClientApp/node_modules/core-js/stable/array/virtual/last-index-of.js b/apps/angular/node_modules/core-js/stable/array/virtual/last-index-of.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/virtual/last-index-of.js rename to apps/angular/node_modules/core-js/stable/array/virtual/last-index-of.js diff --git a/ClientApp/node_modules/core-js/stable/array/virtual/map.js b/apps/angular/node_modules/core-js/stable/array/virtual/map.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/virtual/map.js rename to apps/angular/node_modules/core-js/stable/array/virtual/map.js diff --git a/ClientApp/node_modules/core-js/stable/array/virtual/push.js b/apps/angular/node_modules/core-js/stable/array/virtual/push.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/virtual/push.js rename to apps/angular/node_modules/core-js/stable/array/virtual/push.js diff --git a/ClientApp/node_modules/core-js/stable/array/virtual/reduce-right.js b/apps/angular/node_modules/core-js/stable/array/virtual/reduce-right.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/virtual/reduce-right.js rename to apps/angular/node_modules/core-js/stable/array/virtual/reduce-right.js diff --git a/ClientApp/node_modules/core-js/stable/array/virtual/reduce.js b/apps/angular/node_modules/core-js/stable/array/virtual/reduce.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/virtual/reduce.js rename to apps/angular/node_modules/core-js/stable/array/virtual/reduce.js diff --git a/ClientApp/node_modules/core-js/stable/array/virtual/reverse.js b/apps/angular/node_modules/core-js/stable/array/virtual/reverse.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/virtual/reverse.js rename to apps/angular/node_modules/core-js/stable/array/virtual/reverse.js diff --git a/ClientApp/node_modules/core-js/stable/array/virtual/slice.js b/apps/angular/node_modules/core-js/stable/array/virtual/slice.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/virtual/slice.js rename to apps/angular/node_modules/core-js/stable/array/virtual/slice.js diff --git a/ClientApp/node_modules/core-js/stable/array/virtual/some.js b/apps/angular/node_modules/core-js/stable/array/virtual/some.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/virtual/some.js rename to apps/angular/node_modules/core-js/stable/array/virtual/some.js diff --git a/ClientApp/node_modules/core-js/stable/array/virtual/sort.js b/apps/angular/node_modules/core-js/stable/array/virtual/sort.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/virtual/sort.js rename to apps/angular/node_modules/core-js/stable/array/virtual/sort.js diff --git a/ClientApp/node_modules/core-js/stable/array/virtual/splice.js b/apps/angular/node_modules/core-js/stable/array/virtual/splice.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/virtual/splice.js rename to apps/angular/node_modules/core-js/stable/array/virtual/splice.js diff --git a/ClientApp/node_modules/core-js/stable/array/virtual/to-reversed.js b/apps/angular/node_modules/core-js/stable/array/virtual/to-reversed.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/virtual/to-reversed.js rename to apps/angular/node_modules/core-js/stable/array/virtual/to-reversed.js diff --git a/ClientApp/node_modules/core-js/stable/array/virtual/to-sorted.js b/apps/angular/node_modules/core-js/stable/array/virtual/to-sorted.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/virtual/to-sorted.js rename to apps/angular/node_modules/core-js/stable/array/virtual/to-sorted.js diff --git a/ClientApp/node_modules/core-js/stable/array/virtual/to-spliced.js b/apps/angular/node_modules/core-js/stable/array/virtual/to-spliced.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/virtual/to-spliced.js rename to apps/angular/node_modules/core-js/stable/array/virtual/to-spliced.js diff --git a/ClientApp/node_modules/core-js/stable/array/virtual/unshift.js b/apps/angular/node_modules/core-js/stable/array/virtual/unshift.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/virtual/unshift.js rename to apps/angular/node_modules/core-js/stable/array/virtual/unshift.js diff --git a/ClientApp/node_modules/core-js/stable/array/virtual/values.js b/apps/angular/node_modules/core-js/stable/array/virtual/values.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/virtual/values.js rename to apps/angular/node_modules/core-js/stable/array/virtual/values.js diff --git a/ClientApp/node_modules/core-js/stable/array/virtual/with.js b/apps/angular/node_modules/core-js/stable/array/virtual/with.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/virtual/with.js rename to apps/angular/node_modules/core-js/stable/array/virtual/with.js diff --git a/ClientApp/node_modules/core-js/stable/array/with.js b/apps/angular/node_modules/core-js/stable/array/with.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/array/with.js rename to apps/angular/node_modules/core-js/stable/array/with.js diff --git a/ClientApp/node_modules/core-js/stable/async-disposable-stack/constructor.js b/apps/angular/node_modules/core-js/stable/async-disposable-stack/constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/async-disposable-stack/constructor.js rename to apps/angular/node_modules/core-js/stable/async-disposable-stack/constructor.js diff --git a/ClientApp/node_modules/core-js/stable/async-disposable-stack/index.js b/apps/angular/node_modules/core-js/stable/async-disposable-stack/index.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/async-disposable-stack/index.js rename to apps/angular/node_modules/core-js/stable/async-disposable-stack/index.js diff --git a/ClientApp/node_modules/core-js/stable/async-iterator/async-dispose.js b/apps/angular/node_modules/core-js/stable/async-iterator/async-dispose.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/async-iterator/async-dispose.js rename to apps/angular/node_modules/core-js/stable/async-iterator/async-dispose.js diff --git a/ClientApp/node_modules/core-js/stable/async-iterator/index.js b/apps/angular/node_modules/core-js/stable/async-iterator/index.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/async-iterator/index.js rename to apps/angular/node_modules/core-js/stable/async-iterator/index.js diff --git a/ClientApp/node_modules/core-js/stable/atob.js b/apps/angular/node_modules/core-js/stable/atob.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/atob.js rename to apps/angular/node_modules/core-js/stable/atob.js diff --git a/ClientApp/node_modules/core-js/stable/btoa.js b/apps/angular/node_modules/core-js/stable/btoa.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/btoa.js rename to apps/angular/node_modules/core-js/stable/btoa.js diff --git a/ClientApp/node_modules/core-js/stable/clear-immediate.js b/apps/angular/node_modules/core-js/stable/clear-immediate.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/clear-immediate.js rename to apps/angular/node_modules/core-js/stable/clear-immediate.js diff --git a/ClientApp/node_modules/core-js/stable/data-view/get-float16.js b/apps/angular/node_modules/core-js/stable/data-view/get-float16.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/data-view/get-float16.js rename to apps/angular/node_modules/core-js/stable/data-view/get-float16.js diff --git a/ClientApp/node_modules/core-js/stable/data-view/index.js b/apps/angular/node_modules/core-js/stable/data-view/index.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/data-view/index.js rename to apps/angular/node_modules/core-js/stable/data-view/index.js diff --git a/ClientApp/node_modules/core-js/stable/data-view/set-float16.js b/apps/angular/node_modules/core-js/stable/data-view/set-float16.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/data-view/set-float16.js rename to apps/angular/node_modules/core-js/stable/data-view/set-float16.js diff --git a/ClientApp/node_modules/core-js/stable/date/get-year.js b/apps/angular/node_modules/core-js/stable/date/get-year.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/date/get-year.js rename to apps/angular/node_modules/core-js/stable/date/get-year.js diff --git a/ClientApp/node_modules/core-js/stable/date/index.js b/apps/angular/node_modules/core-js/stable/date/index.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/date/index.js rename to apps/angular/node_modules/core-js/stable/date/index.js diff --git a/ClientApp/node_modules/core-js/stable/date/now.js b/apps/angular/node_modules/core-js/stable/date/now.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/date/now.js rename to apps/angular/node_modules/core-js/stable/date/now.js diff --git a/ClientApp/node_modules/core-js/stable/date/set-year.js b/apps/angular/node_modules/core-js/stable/date/set-year.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/date/set-year.js rename to apps/angular/node_modules/core-js/stable/date/set-year.js diff --git a/ClientApp/node_modules/core-js/stable/date/to-gmt-string.js b/apps/angular/node_modules/core-js/stable/date/to-gmt-string.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/date/to-gmt-string.js rename to apps/angular/node_modules/core-js/stable/date/to-gmt-string.js diff --git a/ClientApp/node_modules/core-js/stable/date/to-iso-string.js b/apps/angular/node_modules/core-js/stable/date/to-iso-string.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/date/to-iso-string.js rename to apps/angular/node_modules/core-js/stable/date/to-iso-string.js diff --git a/ClientApp/node_modules/core-js/stable/date/to-json.js b/apps/angular/node_modules/core-js/stable/date/to-json.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/date/to-json.js rename to apps/angular/node_modules/core-js/stable/date/to-json.js diff --git a/ClientApp/node_modules/core-js/stable/date/to-primitive.js b/apps/angular/node_modules/core-js/stable/date/to-primitive.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/date/to-primitive.js rename to apps/angular/node_modules/core-js/stable/date/to-primitive.js diff --git a/ClientApp/node_modules/core-js/stable/date/to-string.js b/apps/angular/node_modules/core-js/stable/date/to-string.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/date/to-string.js rename to apps/angular/node_modules/core-js/stable/date/to-string.js diff --git a/ClientApp/node_modules/core-js/stable/disposable-stack/constructor.js b/apps/angular/node_modules/core-js/stable/disposable-stack/constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/disposable-stack/constructor.js rename to apps/angular/node_modules/core-js/stable/disposable-stack/constructor.js diff --git a/ClientApp/node_modules/core-js/stable/disposable-stack/index.js b/apps/angular/node_modules/core-js/stable/disposable-stack/index.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/disposable-stack/index.js rename to apps/angular/node_modules/core-js/stable/disposable-stack/index.js diff --git a/ClientApp/node_modules/core-js/stable/dom-collections/for-each.js b/apps/angular/node_modules/core-js/stable/dom-collections/for-each.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/dom-collections/for-each.js rename to apps/angular/node_modules/core-js/stable/dom-collections/for-each.js diff --git a/ClientApp/node_modules/core-js/stable/dom-collections/index.js b/apps/angular/node_modules/core-js/stable/dom-collections/index.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/dom-collections/index.js rename to apps/angular/node_modules/core-js/stable/dom-collections/index.js diff --git a/ClientApp/node_modules/core-js/stable/dom-collections/iterator.js b/apps/angular/node_modules/core-js/stable/dom-collections/iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/dom-collections/iterator.js rename to apps/angular/node_modules/core-js/stable/dom-collections/iterator.js diff --git a/ClientApp/node_modules/core-js/stable/dom-exception/constructor.js b/apps/angular/node_modules/core-js/stable/dom-exception/constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/dom-exception/constructor.js rename to apps/angular/node_modules/core-js/stable/dom-exception/constructor.js diff --git a/ClientApp/node_modules/core-js/stable/dom-exception/index.js b/apps/angular/node_modules/core-js/stable/dom-exception/index.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/dom-exception/index.js rename to apps/angular/node_modules/core-js/stable/dom-exception/index.js diff --git a/ClientApp/node_modules/core-js/stable/dom-exception/to-string-tag.js b/apps/angular/node_modules/core-js/stable/dom-exception/to-string-tag.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/dom-exception/to-string-tag.js rename to apps/angular/node_modules/core-js/stable/dom-exception/to-string-tag.js diff --git a/ClientApp/node_modules/core-js/stable/error/constructor.js b/apps/angular/node_modules/core-js/stable/error/constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/error/constructor.js rename to apps/angular/node_modules/core-js/stable/error/constructor.js diff --git a/ClientApp/node_modules/core-js/stable/error/index.js b/apps/angular/node_modules/core-js/stable/error/index.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/error/index.js rename to apps/angular/node_modules/core-js/stable/error/index.js diff --git a/ClientApp/node_modules/core-js/stable/error/is-error.js b/apps/angular/node_modules/core-js/stable/error/is-error.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/error/is-error.js rename to apps/angular/node_modules/core-js/stable/error/is-error.js diff --git a/ClientApp/node_modules/core-js/stable/error/to-string.js b/apps/angular/node_modules/core-js/stable/error/to-string.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/error/to-string.js rename to apps/angular/node_modules/core-js/stable/error/to-string.js diff --git a/ClientApp/node_modules/core-js/stable/escape.js b/apps/angular/node_modules/core-js/stable/escape.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/escape.js rename to apps/angular/node_modules/core-js/stable/escape.js diff --git a/ClientApp/node_modules/core-js/stable/function/bind.js b/apps/angular/node_modules/core-js/stable/function/bind.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/function/bind.js rename to apps/angular/node_modules/core-js/stable/function/bind.js diff --git a/ClientApp/node_modules/core-js/stable/function/has-instance.js b/apps/angular/node_modules/core-js/stable/function/has-instance.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/function/has-instance.js rename to apps/angular/node_modules/core-js/stable/function/has-instance.js diff --git a/ClientApp/node_modules/core-js/stable/function/index.js b/apps/angular/node_modules/core-js/stable/function/index.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/function/index.js rename to apps/angular/node_modules/core-js/stable/function/index.js diff --git a/ClientApp/node_modules/core-js/stable/function/name.js b/apps/angular/node_modules/core-js/stable/function/name.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/function/name.js rename to apps/angular/node_modules/core-js/stable/function/name.js diff --git a/ClientApp/node_modules/core-js/stable/function/virtual/bind.js b/apps/angular/node_modules/core-js/stable/function/virtual/bind.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/function/virtual/bind.js rename to apps/angular/node_modules/core-js/stable/function/virtual/bind.js diff --git a/ClientApp/node_modules/core-js/stable/function/virtual/index.js b/apps/angular/node_modules/core-js/stable/function/virtual/index.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/function/virtual/index.js rename to apps/angular/node_modules/core-js/stable/function/virtual/index.js diff --git a/ClientApp/node_modules/core-js/stable/get-iterator-method.js b/apps/angular/node_modules/core-js/stable/get-iterator-method.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/get-iterator-method.js rename to apps/angular/node_modules/core-js/stable/get-iterator-method.js diff --git a/ClientApp/node_modules/core-js/stable/get-iterator.js b/apps/angular/node_modules/core-js/stable/get-iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/get-iterator.js rename to apps/angular/node_modules/core-js/stable/get-iterator.js diff --git a/ClientApp/node_modules/core-js/stable/global-this.js b/apps/angular/node_modules/core-js/stable/global-this.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/global-this.js rename to apps/angular/node_modules/core-js/stable/global-this.js diff --git a/ClientApp/node_modules/core-js/stable/index.js b/apps/angular/node_modules/core-js/stable/index.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/index.js rename to apps/angular/node_modules/core-js/stable/index.js diff --git a/ClientApp/node_modules/core-js/stable/instance/at.js b/apps/angular/node_modules/core-js/stable/instance/at.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/at.js rename to apps/angular/node_modules/core-js/stable/instance/at.js diff --git a/ClientApp/node_modules/core-js/stable/instance/bind.js b/apps/angular/node_modules/core-js/stable/instance/bind.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/bind.js rename to apps/angular/node_modules/core-js/stable/instance/bind.js diff --git a/ClientApp/node_modules/core-js/stable/instance/code-point-at.js b/apps/angular/node_modules/core-js/stable/instance/code-point-at.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/code-point-at.js rename to apps/angular/node_modules/core-js/stable/instance/code-point-at.js diff --git a/ClientApp/node_modules/core-js/stable/instance/concat.js b/apps/angular/node_modules/core-js/stable/instance/concat.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/concat.js rename to apps/angular/node_modules/core-js/stable/instance/concat.js diff --git a/ClientApp/node_modules/core-js/stable/instance/copy-within.js b/apps/angular/node_modules/core-js/stable/instance/copy-within.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/copy-within.js rename to apps/angular/node_modules/core-js/stable/instance/copy-within.js diff --git a/ClientApp/node_modules/core-js/stable/instance/ends-with.js b/apps/angular/node_modules/core-js/stable/instance/ends-with.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/ends-with.js rename to apps/angular/node_modules/core-js/stable/instance/ends-with.js diff --git a/ClientApp/node_modules/core-js/stable/instance/entries.js b/apps/angular/node_modules/core-js/stable/instance/entries.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/entries.js rename to apps/angular/node_modules/core-js/stable/instance/entries.js diff --git a/ClientApp/node_modules/core-js/stable/instance/every.js b/apps/angular/node_modules/core-js/stable/instance/every.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/every.js rename to apps/angular/node_modules/core-js/stable/instance/every.js diff --git a/ClientApp/node_modules/core-js/stable/instance/fill.js b/apps/angular/node_modules/core-js/stable/instance/fill.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/fill.js rename to apps/angular/node_modules/core-js/stable/instance/fill.js diff --git a/ClientApp/node_modules/core-js/stable/instance/filter.js b/apps/angular/node_modules/core-js/stable/instance/filter.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/filter.js rename to apps/angular/node_modules/core-js/stable/instance/filter.js diff --git a/ClientApp/node_modules/core-js/stable/instance/find-index.js b/apps/angular/node_modules/core-js/stable/instance/find-index.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/find-index.js rename to apps/angular/node_modules/core-js/stable/instance/find-index.js diff --git a/ClientApp/node_modules/core-js/stable/instance/find-last-index.js b/apps/angular/node_modules/core-js/stable/instance/find-last-index.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/find-last-index.js rename to apps/angular/node_modules/core-js/stable/instance/find-last-index.js diff --git a/ClientApp/node_modules/core-js/stable/instance/find-last.js b/apps/angular/node_modules/core-js/stable/instance/find-last.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/find-last.js rename to apps/angular/node_modules/core-js/stable/instance/find-last.js diff --git a/ClientApp/node_modules/core-js/stable/instance/find.js b/apps/angular/node_modules/core-js/stable/instance/find.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/find.js rename to apps/angular/node_modules/core-js/stable/instance/find.js diff --git a/ClientApp/node_modules/core-js/stable/instance/flags.js b/apps/angular/node_modules/core-js/stable/instance/flags.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/flags.js rename to apps/angular/node_modules/core-js/stable/instance/flags.js diff --git a/ClientApp/node_modules/core-js/stable/instance/flat-map.js b/apps/angular/node_modules/core-js/stable/instance/flat-map.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/flat-map.js rename to apps/angular/node_modules/core-js/stable/instance/flat-map.js diff --git a/ClientApp/node_modules/core-js/stable/instance/flat.js b/apps/angular/node_modules/core-js/stable/instance/flat.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/flat.js rename to apps/angular/node_modules/core-js/stable/instance/flat.js diff --git a/ClientApp/node_modules/core-js/stable/instance/for-each.js b/apps/angular/node_modules/core-js/stable/instance/for-each.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/for-each.js rename to apps/angular/node_modules/core-js/stable/instance/for-each.js diff --git a/ClientApp/node_modules/core-js/stable/instance/includes.js b/apps/angular/node_modules/core-js/stable/instance/includes.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/includes.js rename to apps/angular/node_modules/core-js/stable/instance/includes.js diff --git a/ClientApp/node_modules/core-js/stable/instance/index-of.js b/apps/angular/node_modules/core-js/stable/instance/index-of.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/index-of.js rename to apps/angular/node_modules/core-js/stable/instance/index-of.js diff --git a/ClientApp/node_modules/core-js/stable/instance/is-well-formed.js b/apps/angular/node_modules/core-js/stable/instance/is-well-formed.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/is-well-formed.js rename to apps/angular/node_modules/core-js/stable/instance/is-well-formed.js diff --git a/ClientApp/node_modules/core-js/stable/instance/keys.js b/apps/angular/node_modules/core-js/stable/instance/keys.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/keys.js rename to apps/angular/node_modules/core-js/stable/instance/keys.js diff --git a/ClientApp/node_modules/core-js/stable/instance/last-index-of.js b/apps/angular/node_modules/core-js/stable/instance/last-index-of.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/last-index-of.js rename to apps/angular/node_modules/core-js/stable/instance/last-index-of.js diff --git a/ClientApp/node_modules/core-js/stable/instance/map.js b/apps/angular/node_modules/core-js/stable/instance/map.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/map.js rename to apps/angular/node_modules/core-js/stable/instance/map.js diff --git a/ClientApp/node_modules/core-js/stable/instance/match-all.js b/apps/angular/node_modules/core-js/stable/instance/match-all.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/match-all.js rename to apps/angular/node_modules/core-js/stable/instance/match-all.js diff --git a/ClientApp/node_modules/core-js/stable/instance/pad-end.js b/apps/angular/node_modules/core-js/stable/instance/pad-end.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/pad-end.js rename to apps/angular/node_modules/core-js/stable/instance/pad-end.js diff --git a/ClientApp/node_modules/core-js/stable/instance/pad-start.js b/apps/angular/node_modules/core-js/stable/instance/pad-start.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/pad-start.js rename to apps/angular/node_modules/core-js/stable/instance/pad-start.js diff --git a/ClientApp/node_modules/core-js/stable/instance/push.js b/apps/angular/node_modules/core-js/stable/instance/push.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/push.js rename to apps/angular/node_modules/core-js/stable/instance/push.js diff --git a/ClientApp/node_modules/core-js/stable/instance/reduce-right.js b/apps/angular/node_modules/core-js/stable/instance/reduce-right.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/reduce-right.js rename to apps/angular/node_modules/core-js/stable/instance/reduce-right.js diff --git a/ClientApp/node_modules/core-js/stable/instance/reduce.js b/apps/angular/node_modules/core-js/stable/instance/reduce.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/reduce.js rename to apps/angular/node_modules/core-js/stable/instance/reduce.js diff --git a/ClientApp/node_modules/core-js/stable/instance/repeat.js b/apps/angular/node_modules/core-js/stable/instance/repeat.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/repeat.js rename to apps/angular/node_modules/core-js/stable/instance/repeat.js diff --git a/ClientApp/node_modules/core-js/stable/instance/replace-all.js b/apps/angular/node_modules/core-js/stable/instance/replace-all.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/replace-all.js rename to apps/angular/node_modules/core-js/stable/instance/replace-all.js diff --git a/ClientApp/node_modules/core-js/stable/instance/reverse.js b/apps/angular/node_modules/core-js/stable/instance/reverse.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/reverse.js rename to apps/angular/node_modules/core-js/stable/instance/reverse.js diff --git a/ClientApp/node_modules/core-js/stable/instance/slice.js b/apps/angular/node_modules/core-js/stable/instance/slice.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/slice.js rename to apps/angular/node_modules/core-js/stable/instance/slice.js diff --git a/ClientApp/node_modules/core-js/stable/instance/some.js b/apps/angular/node_modules/core-js/stable/instance/some.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/some.js rename to apps/angular/node_modules/core-js/stable/instance/some.js diff --git a/ClientApp/node_modules/core-js/stable/instance/sort.js b/apps/angular/node_modules/core-js/stable/instance/sort.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/sort.js rename to apps/angular/node_modules/core-js/stable/instance/sort.js diff --git a/ClientApp/node_modules/core-js/stable/instance/splice.js b/apps/angular/node_modules/core-js/stable/instance/splice.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/splice.js rename to apps/angular/node_modules/core-js/stable/instance/splice.js diff --git a/ClientApp/node_modules/core-js/stable/instance/starts-with.js b/apps/angular/node_modules/core-js/stable/instance/starts-with.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/starts-with.js rename to apps/angular/node_modules/core-js/stable/instance/starts-with.js diff --git a/ClientApp/node_modules/core-js/stable/instance/to-reversed.js b/apps/angular/node_modules/core-js/stable/instance/to-reversed.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/to-reversed.js rename to apps/angular/node_modules/core-js/stable/instance/to-reversed.js diff --git a/ClientApp/node_modules/core-js/stable/instance/to-sorted.js b/apps/angular/node_modules/core-js/stable/instance/to-sorted.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/to-sorted.js rename to apps/angular/node_modules/core-js/stable/instance/to-sorted.js diff --git a/ClientApp/node_modules/core-js/stable/instance/to-spliced.js b/apps/angular/node_modules/core-js/stable/instance/to-spliced.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/to-spliced.js rename to apps/angular/node_modules/core-js/stable/instance/to-spliced.js diff --git a/ClientApp/node_modules/core-js/stable/instance/to-well-formed.js b/apps/angular/node_modules/core-js/stable/instance/to-well-formed.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/to-well-formed.js rename to apps/angular/node_modules/core-js/stable/instance/to-well-formed.js diff --git a/ClientApp/node_modules/core-js/stable/instance/trim-end.js b/apps/angular/node_modules/core-js/stable/instance/trim-end.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/trim-end.js rename to apps/angular/node_modules/core-js/stable/instance/trim-end.js diff --git a/ClientApp/node_modules/core-js/stable/instance/trim-left.js b/apps/angular/node_modules/core-js/stable/instance/trim-left.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/trim-left.js rename to apps/angular/node_modules/core-js/stable/instance/trim-left.js diff --git a/ClientApp/node_modules/core-js/stable/instance/trim-right.js b/apps/angular/node_modules/core-js/stable/instance/trim-right.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/trim-right.js rename to apps/angular/node_modules/core-js/stable/instance/trim-right.js diff --git a/ClientApp/node_modules/core-js/stable/instance/trim-start.js b/apps/angular/node_modules/core-js/stable/instance/trim-start.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/trim-start.js rename to apps/angular/node_modules/core-js/stable/instance/trim-start.js diff --git a/ClientApp/node_modules/core-js/stable/instance/trim.js b/apps/angular/node_modules/core-js/stable/instance/trim.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/trim.js rename to apps/angular/node_modules/core-js/stable/instance/trim.js diff --git a/ClientApp/node_modules/core-js/stable/instance/unshift.js b/apps/angular/node_modules/core-js/stable/instance/unshift.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/unshift.js rename to apps/angular/node_modules/core-js/stable/instance/unshift.js diff --git a/ClientApp/node_modules/core-js/stable/instance/values.js b/apps/angular/node_modules/core-js/stable/instance/values.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/values.js rename to apps/angular/node_modules/core-js/stable/instance/values.js diff --git a/ClientApp/node_modules/core-js/stable/instance/with.js b/apps/angular/node_modules/core-js/stable/instance/with.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/instance/with.js rename to apps/angular/node_modules/core-js/stable/instance/with.js diff --git a/ClientApp/node_modules/core-js/stable/is-iterable.js b/apps/angular/node_modules/core-js/stable/is-iterable.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/is-iterable.js rename to apps/angular/node_modules/core-js/stable/is-iterable.js diff --git a/ClientApp/node_modules/core-js/stable/iterator/concat.js b/apps/angular/node_modules/core-js/stable/iterator/concat.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/iterator/concat.js rename to apps/angular/node_modules/core-js/stable/iterator/concat.js diff --git a/ClientApp/node_modules/core-js/stable/iterator/dispose.js b/apps/angular/node_modules/core-js/stable/iterator/dispose.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/iterator/dispose.js rename to apps/angular/node_modules/core-js/stable/iterator/dispose.js diff --git a/ClientApp/node_modules/core-js/stable/iterator/drop.js b/apps/angular/node_modules/core-js/stable/iterator/drop.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/iterator/drop.js rename to apps/angular/node_modules/core-js/stable/iterator/drop.js diff --git a/ClientApp/node_modules/core-js/stable/iterator/every.js b/apps/angular/node_modules/core-js/stable/iterator/every.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/iterator/every.js rename to apps/angular/node_modules/core-js/stable/iterator/every.js diff --git a/ClientApp/node_modules/core-js/stable/iterator/filter.js b/apps/angular/node_modules/core-js/stable/iterator/filter.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/iterator/filter.js rename to apps/angular/node_modules/core-js/stable/iterator/filter.js diff --git a/ClientApp/node_modules/core-js/stable/iterator/find.js b/apps/angular/node_modules/core-js/stable/iterator/find.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/iterator/find.js rename to apps/angular/node_modules/core-js/stable/iterator/find.js diff --git a/ClientApp/node_modules/core-js/stable/iterator/flat-map.js b/apps/angular/node_modules/core-js/stable/iterator/flat-map.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/iterator/flat-map.js rename to apps/angular/node_modules/core-js/stable/iterator/flat-map.js diff --git a/ClientApp/node_modules/core-js/stable/iterator/for-each.js b/apps/angular/node_modules/core-js/stable/iterator/for-each.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/iterator/for-each.js rename to apps/angular/node_modules/core-js/stable/iterator/for-each.js diff --git a/ClientApp/node_modules/core-js/stable/iterator/from.js b/apps/angular/node_modules/core-js/stable/iterator/from.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/iterator/from.js rename to apps/angular/node_modules/core-js/stable/iterator/from.js diff --git a/ClientApp/node_modules/core-js/stable/iterator/index.js b/apps/angular/node_modules/core-js/stable/iterator/index.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/iterator/index.js rename to apps/angular/node_modules/core-js/stable/iterator/index.js diff --git a/ClientApp/node_modules/core-js/stable/iterator/map.js b/apps/angular/node_modules/core-js/stable/iterator/map.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/iterator/map.js rename to apps/angular/node_modules/core-js/stable/iterator/map.js diff --git a/ClientApp/node_modules/core-js/stable/iterator/reduce.js b/apps/angular/node_modules/core-js/stable/iterator/reduce.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/iterator/reduce.js rename to apps/angular/node_modules/core-js/stable/iterator/reduce.js diff --git a/ClientApp/node_modules/core-js/stable/iterator/some.js b/apps/angular/node_modules/core-js/stable/iterator/some.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/iterator/some.js rename to apps/angular/node_modules/core-js/stable/iterator/some.js diff --git a/ClientApp/node_modules/core-js/stable/iterator/take.js b/apps/angular/node_modules/core-js/stable/iterator/take.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/iterator/take.js rename to apps/angular/node_modules/core-js/stable/iterator/take.js diff --git a/ClientApp/node_modules/core-js/stable/iterator/to-array.js b/apps/angular/node_modules/core-js/stable/iterator/to-array.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/iterator/to-array.js rename to apps/angular/node_modules/core-js/stable/iterator/to-array.js diff --git a/ClientApp/node_modules/core-js/stable/json/index.js b/apps/angular/node_modules/core-js/stable/json/index.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/json/index.js rename to apps/angular/node_modules/core-js/stable/json/index.js diff --git a/ClientApp/node_modules/core-js/stable/json/is-raw-json.js b/apps/angular/node_modules/core-js/stable/json/is-raw-json.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/json/is-raw-json.js rename to apps/angular/node_modules/core-js/stable/json/is-raw-json.js diff --git a/ClientApp/node_modules/core-js/stable/json/parse.js b/apps/angular/node_modules/core-js/stable/json/parse.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/json/parse.js rename to apps/angular/node_modules/core-js/stable/json/parse.js diff --git a/ClientApp/node_modules/core-js/stable/json/raw-json.js b/apps/angular/node_modules/core-js/stable/json/raw-json.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/json/raw-json.js rename to apps/angular/node_modules/core-js/stable/json/raw-json.js diff --git a/ClientApp/node_modules/core-js/stable/json/stringify.js b/apps/angular/node_modules/core-js/stable/json/stringify.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/json/stringify.js rename to apps/angular/node_modules/core-js/stable/json/stringify.js diff --git a/ClientApp/node_modules/core-js/stable/json/to-string-tag.js b/apps/angular/node_modules/core-js/stable/json/to-string-tag.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/json/to-string-tag.js rename to apps/angular/node_modules/core-js/stable/json/to-string-tag.js diff --git a/ClientApp/node_modules/core-js/stable/map/group-by.js b/apps/angular/node_modules/core-js/stable/map/group-by.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/map/group-by.js rename to apps/angular/node_modules/core-js/stable/map/group-by.js diff --git a/ClientApp/node_modules/core-js/stable/map/index.js b/apps/angular/node_modules/core-js/stable/map/index.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/map/index.js rename to apps/angular/node_modules/core-js/stable/map/index.js diff --git a/ClientApp/node_modules/core-js/stable/math/acosh.js b/apps/angular/node_modules/core-js/stable/math/acosh.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/math/acosh.js rename to apps/angular/node_modules/core-js/stable/math/acosh.js diff --git a/ClientApp/node_modules/core-js/stable/math/asinh.js b/apps/angular/node_modules/core-js/stable/math/asinh.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/math/asinh.js rename to apps/angular/node_modules/core-js/stable/math/asinh.js diff --git a/ClientApp/node_modules/core-js/stable/math/atanh.js b/apps/angular/node_modules/core-js/stable/math/atanh.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/math/atanh.js rename to apps/angular/node_modules/core-js/stable/math/atanh.js diff --git a/ClientApp/node_modules/core-js/stable/math/cbrt.js b/apps/angular/node_modules/core-js/stable/math/cbrt.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/math/cbrt.js rename to apps/angular/node_modules/core-js/stable/math/cbrt.js diff --git a/ClientApp/node_modules/core-js/stable/math/clz32.js b/apps/angular/node_modules/core-js/stable/math/clz32.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/math/clz32.js rename to apps/angular/node_modules/core-js/stable/math/clz32.js diff --git a/ClientApp/node_modules/core-js/stable/math/cosh.js b/apps/angular/node_modules/core-js/stable/math/cosh.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/math/cosh.js rename to apps/angular/node_modules/core-js/stable/math/cosh.js diff --git a/ClientApp/node_modules/core-js/stable/math/expm1.js b/apps/angular/node_modules/core-js/stable/math/expm1.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/math/expm1.js rename to apps/angular/node_modules/core-js/stable/math/expm1.js diff --git a/ClientApp/node_modules/core-js/stable/math/f16round.js b/apps/angular/node_modules/core-js/stable/math/f16round.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/math/f16round.js rename to apps/angular/node_modules/core-js/stable/math/f16round.js diff --git a/ClientApp/node_modules/core-js/stable/math/fround.js b/apps/angular/node_modules/core-js/stable/math/fround.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/math/fround.js rename to apps/angular/node_modules/core-js/stable/math/fround.js diff --git a/ClientApp/node_modules/core-js/stable/math/hypot.js b/apps/angular/node_modules/core-js/stable/math/hypot.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/math/hypot.js rename to apps/angular/node_modules/core-js/stable/math/hypot.js diff --git a/ClientApp/node_modules/core-js/stable/math/imul.js b/apps/angular/node_modules/core-js/stable/math/imul.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/math/imul.js rename to apps/angular/node_modules/core-js/stable/math/imul.js diff --git a/ClientApp/node_modules/core-js/stable/math/index.js b/apps/angular/node_modules/core-js/stable/math/index.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/math/index.js rename to apps/angular/node_modules/core-js/stable/math/index.js diff --git a/ClientApp/node_modules/core-js/stable/math/log10.js b/apps/angular/node_modules/core-js/stable/math/log10.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/math/log10.js rename to apps/angular/node_modules/core-js/stable/math/log10.js diff --git a/ClientApp/node_modules/core-js/stable/math/log1p.js b/apps/angular/node_modules/core-js/stable/math/log1p.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/math/log1p.js rename to apps/angular/node_modules/core-js/stable/math/log1p.js diff --git a/ClientApp/node_modules/core-js/stable/math/log2.js b/apps/angular/node_modules/core-js/stable/math/log2.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/math/log2.js rename to apps/angular/node_modules/core-js/stable/math/log2.js diff --git a/ClientApp/node_modules/core-js/stable/math/sign.js b/apps/angular/node_modules/core-js/stable/math/sign.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/math/sign.js rename to apps/angular/node_modules/core-js/stable/math/sign.js diff --git a/ClientApp/node_modules/core-js/stable/math/sinh.js b/apps/angular/node_modules/core-js/stable/math/sinh.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/math/sinh.js rename to apps/angular/node_modules/core-js/stable/math/sinh.js diff --git a/ClientApp/node_modules/core-js/stable/math/sum-precise.js b/apps/angular/node_modules/core-js/stable/math/sum-precise.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/math/sum-precise.js rename to apps/angular/node_modules/core-js/stable/math/sum-precise.js diff --git a/ClientApp/node_modules/core-js/stable/math/tanh.js b/apps/angular/node_modules/core-js/stable/math/tanh.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/math/tanh.js rename to apps/angular/node_modules/core-js/stable/math/tanh.js diff --git a/ClientApp/node_modules/core-js/stable/math/to-string-tag.js b/apps/angular/node_modules/core-js/stable/math/to-string-tag.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/math/to-string-tag.js rename to apps/angular/node_modules/core-js/stable/math/to-string-tag.js diff --git a/ClientApp/node_modules/core-js/stable/math/trunc.js b/apps/angular/node_modules/core-js/stable/math/trunc.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/math/trunc.js rename to apps/angular/node_modules/core-js/stable/math/trunc.js diff --git a/ClientApp/node_modules/core-js/stable/number/constructor.js b/apps/angular/node_modules/core-js/stable/number/constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/number/constructor.js rename to apps/angular/node_modules/core-js/stable/number/constructor.js diff --git a/ClientApp/node_modules/core-js/stable/number/epsilon.js b/apps/angular/node_modules/core-js/stable/number/epsilon.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/number/epsilon.js rename to apps/angular/node_modules/core-js/stable/number/epsilon.js diff --git a/ClientApp/node_modules/core-js/stable/number/index.js b/apps/angular/node_modules/core-js/stable/number/index.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/number/index.js rename to apps/angular/node_modules/core-js/stable/number/index.js diff --git a/ClientApp/node_modules/core-js/stable/number/is-finite.js b/apps/angular/node_modules/core-js/stable/number/is-finite.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/number/is-finite.js rename to apps/angular/node_modules/core-js/stable/number/is-finite.js diff --git a/ClientApp/node_modules/core-js/stable/number/is-integer.js b/apps/angular/node_modules/core-js/stable/number/is-integer.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/number/is-integer.js rename to apps/angular/node_modules/core-js/stable/number/is-integer.js diff --git a/ClientApp/node_modules/core-js/stable/number/is-nan.js b/apps/angular/node_modules/core-js/stable/number/is-nan.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/number/is-nan.js rename to apps/angular/node_modules/core-js/stable/number/is-nan.js diff --git a/ClientApp/node_modules/core-js/stable/number/is-safe-integer.js b/apps/angular/node_modules/core-js/stable/number/is-safe-integer.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/number/is-safe-integer.js rename to apps/angular/node_modules/core-js/stable/number/is-safe-integer.js diff --git a/ClientApp/node_modules/core-js/stable/number/max-safe-integer.js b/apps/angular/node_modules/core-js/stable/number/max-safe-integer.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/number/max-safe-integer.js rename to apps/angular/node_modules/core-js/stable/number/max-safe-integer.js diff --git a/ClientApp/node_modules/core-js/stable/number/min-safe-integer.js b/apps/angular/node_modules/core-js/stable/number/min-safe-integer.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/number/min-safe-integer.js rename to apps/angular/node_modules/core-js/stable/number/min-safe-integer.js diff --git a/ClientApp/node_modules/core-js/stable/number/parse-float.js b/apps/angular/node_modules/core-js/stable/number/parse-float.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/number/parse-float.js rename to apps/angular/node_modules/core-js/stable/number/parse-float.js diff --git a/ClientApp/node_modules/core-js/stable/number/parse-int.js b/apps/angular/node_modules/core-js/stable/number/parse-int.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/number/parse-int.js rename to apps/angular/node_modules/core-js/stable/number/parse-int.js diff --git a/ClientApp/node_modules/core-js/stable/number/to-exponential.js b/apps/angular/node_modules/core-js/stable/number/to-exponential.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/number/to-exponential.js rename to apps/angular/node_modules/core-js/stable/number/to-exponential.js diff --git a/ClientApp/node_modules/core-js/stable/number/to-fixed.js b/apps/angular/node_modules/core-js/stable/number/to-fixed.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/number/to-fixed.js rename to apps/angular/node_modules/core-js/stable/number/to-fixed.js diff --git a/ClientApp/node_modules/core-js/stable/number/to-precision.js b/apps/angular/node_modules/core-js/stable/number/to-precision.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/number/to-precision.js rename to apps/angular/node_modules/core-js/stable/number/to-precision.js diff --git a/ClientApp/node_modules/core-js/stable/number/virtual/index.js b/apps/angular/node_modules/core-js/stable/number/virtual/index.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/number/virtual/index.js rename to apps/angular/node_modules/core-js/stable/number/virtual/index.js diff --git a/ClientApp/node_modules/core-js/stable/number/virtual/to-exponential.js b/apps/angular/node_modules/core-js/stable/number/virtual/to-exponential.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/number/virtual/to-exponential.js rename to apps/angular/node_modules/core-js/stable/number/virtual/to-exponential.js diff --git a/ClientApp/node_modules/core-js/stable/number/virtual/to-fixed.js b/apps/angular/node_modules/core-js/stable/number/virtual/to-fixed.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/number/virtual/to-fixed.js rename to apps/angular/node_modules/core-js/stable/number/virtual/to-fixed.js diff --git a/ClientApp/node_modules/core-js/stable/number/virtual/to-precision.js b/apps/angular/node_modules/core-js/stable/number/virtual/to-precision.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/number/virtual/to-precision.js rename to apps/angular/node_modules/core-js/stable/number/virtual/to-precision.js diff --git a/ClientApp/node_modules/core-js/stable/object/assign.js b/apps/angular/node_modules/core-js/stable/object/assign.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/object/assign.js rename to apps/angular/node_modules/core-js/stable/object/assign.js diff --git a/ClientApp/node_modules/core-js/stable/object/create.js b/apps/angular/node_modules/core-js/stable/object/create.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/object/create.js rename to apps/angular/node_modules/core-js/stable/object/create.js diff --git a/ClientApp/node_modules/core-js/stable/object/define-getter.js b/apps/angular/node_modules/core-js/stable/object/define-getter.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/object/define-getter.js rename to apps/angular/node_modules/core-js/stable/object/define-getter.js diff --git a/ClientApp/node_modules/core-js/stable/object/define-properties.js b/apps/angular/node_modules/core-js/stable/object/define-properties.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/object/define-properties.js rename to apps/angular/node_modules/core-js/stable/object/define-properties.js diff --git a/ClientApp/node_modules/core-js/stable/object/define-property.js b/apps/angular/node_modules/core-js/stable/object/define-property.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/object/define-property.js rename to apps/angular/node_modules/core-js/stable/object/define-property.js diff --git a/ClientApp/node_modules/core-js/stable/object/define-setter.js b/apps/angular/node_modules/core-js/stable/object/define-setter.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/object/define-setter.js rename to apps/angular/node_modules/core-js/stable/object/define-setter.js diff --git a/ClientApp/node_modules/core-js/stable/object/entries.js b/apps/angular/node_modules/core-js/stable/object/entries.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/object/entries.js rename to apps/angular/node_modules/core-js/stable/object/entries.js diff --git a/ClientApp/node_modules/core-js/stable/object/freeze.js b/apps/angular/node_modules/core-js/stable/object/freeze.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/object/freeze.js rename to apps/angular/node_modules/core-js/stable/object/freeze.js diff --git a/ClientApp/node_modules/core-js/stable/object/from-entries.js b/apps/angular/node_modules/core-js/stable/object/from-entries.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/object/from-entries.js rename to apps/angular/node_modules/core-js/stable/object/from-entries.js diff --git a/ClientApp/node_modules/core-js/stable/object/get-own-property-descriptor.js b/apps/angular/node_modules/core-js/stable/object/get-own-property-descriptor.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/object/get-own-property-descriptor.js rename to apps/angular/node_modules/core-js/stable/object/get-own-property-descriptor.js diff --git a/ClientApp/node_modules/core-js/stable/object/get-own-property-descriptors.js b/apps/angular/node_modules/core-js/stable/object/get-own-property-descriptors.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/object/get-own-property-descriptors.js rename to apps/angular/node_modules/core-js/stable/object/get-own-property-descriptors.js diff --git a/ClientApp/node_modules/core-js/stable/object/get-own-property-names.js b/apps/angular/node_modules/core-js/stable/object/get-own-property-names.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/object/get-own-property-names.js rename to apps/angular/node_modules/core-js/stable/object/get-own-property-names.js diff --git a/ClientApp/node_modules/core-js/stable/object/get-own-property-symbols.js b/apps/angular/node_modules/core-js/stable/object/get-own-property-symbols.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/object/get-own-property-symbols.js rename to apps/angular/node_modules/core-js/stable/object/get-own-property-symbols.js diff --git a/ClientApp/node_modules/core-js/stable/object/get-prototype-of.js b/apps/angular/node_modules/core-js/stable/object/get-prototype-of.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/object/get-prototype-of.js rename to apps/angular/node_modules/core-js/stable/object/get-prototype-of.js diff --git a/ClientApp/node_modules/core-js/stable/object/group-by.js b/apps/angular/node_modules/core-js/stable/object/group-by.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/object/group-by.js rename to apps/angular/node_modules/core-js/stable/object/group-by.js diff --git a/ClientApp/node_modules/core-js/stable/object/has-own.js b/apps/angular/node_modules/core-js/stable/object/has-own.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/object/has-own.js rename to apps/angular/node_modules/core-js/stable/object/has-own.js diff --git a/ClientApp/node_modules/core-js/stable/object/index.js b/apps/angular/node_modules/core-js/stable/object/index.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/object/index.js rename to apps/angular/node_modules/core-js/stable/object/index.js diff --git a/ClientApp/node_modules/core-js/stable/object/is-extensible.js b/apps/angular/node_modules/core-js/stable/object/is-extensible.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/object/is-extensible.js rename to apps/angular/node_modules/core-js/stable/object/is-extensible.js diff --git a/ClientApp/node_modules/core-js/stable/object/is-frozen.js b/apps/angular/node_modules/core-js/stable/object/is-frozen.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/object/is-frozen.js rename to apps/angular/node_modules/core-js/stable/object/is-frozen.js diff --git a/ClientApp/node_modules/core-js/stable/object/is-sealed.js b/apps/angular/node_modules/core-js/stable/object/is-sealed.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/object/is-sealed.js rename to apps/angular/node_modules/core-js/stable/object/is-sealed.js diff --git a/ClientApp/node_modules/core-js/stable/object/is.js b/apps/angular/node_modules/core-js/stable/object/is.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/object/is.js rename to apps/angular/node_modules/core-js/stable/object/is.js diff --git a/ClientApp/node_modules/core-js/stable/object/keys.js b/apps/angular/node_modules/core-js/stable/object/keys.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/object/keys.js rename to apps/angular/node_modules/core-js/stable/object/keys.js diff --git a/ClientApp/node_modules/core-js/stable/object/lookup-getter.js b/apps/angular/node_modules/core-js/stable/object/lookup-getter.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/object/lookup-getter.js rename to apps/angular/node_modules/core-js/stable/object/lookup-getter.js diff --git a/ClientApp/node_modules/core-js/stable/object/lookup-setter.js b/apps/angular/node_modules/core-js/stable/object/lookup-setter.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/object/lookup-setter.js rename to apps/angular/node_modules/core-js/stable/object/lookup-setter.js diff --git a/ClientApp/node_modules/core-js/stable/object/prevent-extensions.js b/apps/angular/node_modules/core-js/stable/object/prevent-extensions.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/object/prevent-extensions.js rename to apps/angular/node_modules/core-js/stable/object/prevent-extensions.js diff --git a/ClientApp/node_modules/core-js/stable/object/proto.js b/apps/angular/node_modules/core-js/stable/object/proto.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/object/proto.js rename to apps/angular/node_modules/core-js/stable/object/proto.js diff --git a/ClientApp/node_modules/core-js/stable/object/seal.js b/apps/angular/node_modules/core-js/stable/object/seal.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/object/seal.js rename to apps/angular/node_modules/core-js/stable/object/seal.js diff --git a/ClientApp/node_modules/core-js/stable/object/set-prototype-of.js b/apps/angular/node_modules/core-js/stable/object/set-prototype-of.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/object/set-prototype-of.js rename to apps/angular/node_modules/core-js/stable/object/set-prototype-of.js diff --git a/ClientApp/node_modules/core-js/stable/object/to-string.js b/apps/angular/node_modules/core-js/stable/object/to-string.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/object/to-string.js rename to apps/angular/node_modules/core-js/stable/object/to-string.js diff --git a/ClientApp/node_modules/core-js/stable/object/values.js b/apps/angular/node_modules/core-js/stable/object/values.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/object/values.js rename to apps/angular/node_modules/core-js/stable/object/values.js diff --git a/ClientApp/node_modules/core-js/stable/parse-float.js b/apps/angular/node_modules/core-js/stable/parse-float.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/parse-float.js rename to apps/angular/node_modules/core-js/stable/parse-float.js diff --git a/ClientApp/node_modules/core-js/stable/parse-int.js b/apps/angular/node_modules/core-js/stable/parse-int.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/parse-int.js rename to apps/angular/node_modules/core-js/stable/parse-int.js diff --git a/ClientApp/node_modules/core-js/stable/promise/all-settled.js b/apps/angular/node_modules/core-js/stable/promise/all-settled.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/promise/all-settled.js rename to apps/angular/node_modules/core-js/stable/promise/all-settled.js diff --git a/ClientApp/node_modules/core-js/stable/promise/any.js b/apps/angular/node_modules/core-js/stable/promise/any.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/promise/any.js rename to apps/angular/node_modules/core-js/stable/promise/any.js diff --git a/ClientApp/node_modules/core-js/stable/promise/finally.js b/apps/angular/node_modules/core-js/stable/promise/finally.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/promise/finally.js rename to apps/angular/node_modules/core-js/stable/promise/finally.js diff --git a/ClientApp/node_modules/core-js/stable/promise/index.js b/apps/angular/node_modules/core-js/stable/promise/index.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/promise/index.js rename to apps/angular/node_modules/core-js/stable/promise/index.js diff --git a/ClientApp/node_modules/core-js/stable/promise/try.js b/apps/angular/node_modules/core-js/stable/promise/try.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/promise/try.js rename to apps/angular/node_modules/core-js/stable/promise/try.js diff --git a/ClientApp/node_modules/core-js/stable/promise/with-resolvers.js b/apps/angular/node_modules/core-js/stable/promise/with-resolvers.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/promise/with-resolvers.js rename to apps/angular/node_modules/core-js/stable/promise/with-resolvers.js diff --git a/ClientApp/node_modules/core-js/stable/queue-microtask.js b/apps/angular/node_modules/core-js/stable/queue-microtask.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/queue-microtask.js rename to apps/angular/node_modules/core-js/stable/queue-microtask.js diff --git a/ClientApp/node_modules/core-js/stable/reflect/apply.js b/apps/angular/node_modules/core-js/stable/reflect/apply.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/reflect/apply.js rename to apps/angular/node_modules/core-js/stable/reflect/apply.js diff --git a/ClientApp/node_modules/core-js/stable/reflect/construct.js b/apps/angular/node_modules/core-js/stable/reflect/construct.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/reflect/construct.js rename to apps/angular/node_modules/core-js/stable/reflect/construct.js diff --git a/ClientApp/node_modules/core-js/stable/reflect/define-property.js b/apps/angular/node_modules/core-js/stable/reflect/define-property.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/reflect/define-property.js rename to apps/angular/node_modules/core-js/stable/reflect/define-property.js diff --git a/ClientApp/node_modules/core-js/stable/reflect/delete-property.js b/apps/angular/node_modules/core-js/stable/reflect/delete-property.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/reflect/delete-property.js rename to apps/angular/node_modules/core-js/stable/reflect/delete-property.js diff --git a/ClientApp/node_modules/core-js/stable/reflect/get-own-property-descriptor.js b/apps/angular/node_modules/core-js/stable/reflect/get-own-property-descriptor.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/reflect/get-own-property-descriptor.js rename to apps/angular/node_modules/core-js/stable/reflect/get-own-property-descriptor.js diff --git a/ClientApp/node_modules/core-js/stable/reflect/get-prototype-of.js b/apps/angular/node_modules/core-js/stable/reflect/get-prototype-of.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/reflect/get-prototype-of.js rename to apps/angular/node_modules/core-js/stable/reflect/get-prototype-of.js diff --git a/ClientApp/node_modules/core-js/stable/reflect/get.js b/apps/angular/node_modules/core-js/stable/reflect/get.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/reflect/get.js rename to apps/angular/node_modules/core-js/stable/reflect/get.js diff --git a/ClientApp/node_modules/core-js/stable/reflect/has.js b/apps/angular/node_modules/core-js/stable/reflect/has.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/reflect/has.js rename to apps/angular/node_modules/core-js/stable/reflect/has.js diff --git a/ClientApp/node_modules/core-js/stable/reflect/index.js b/apps/angular/node_modules/core-js/stable/reflect/index.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/reflect/index.js rename to apps/angular/node_modules/core-js/stable/reflect/index.js diff --git a/ClientApp/node_modules/core-js/stable/reflect/is-extensible.js b/apps/angular/node_modules/core-js/stable/reflect/is-extensible.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/reflect/is-extensible.js rename to apps/angular/node_modules/core-js/stable/reflect/is-extensible.js diff --git a/ClientApp/node_modules/core-js/stable/reflect/own-keys.js b/apps/angular/node_modules/core-js/stable/reflect/own-keys.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/reflect/own-keys.js rename to apps/angular/node_modules/core-js/stable/reflect/own-keys.js diff --git a/ClientApp/node_modules/core-js/stable/reflect/prevent-extensions.js b/apps/angular/node_modules/core-js/stable/reflect/prevent-extensions.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/reflect/prevent-extensions.js rename to apps/angular/node_modules/core-js/stable/reflect/prevent-extensions.js diff --git a/ClientApp/node_modules/core-js/stable/reflect/set-prototype-of.js b/apps/angular/node_modules/core-js/stable/reflect/set-prototype-of.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/reflect/set-prototype-of.js rename to apps/angular/node_modules/core-js/stable/reflect/set-prototype-of.js diff --git a/ClientApp/node_modules/core-js/stable/reflect/set.js b/apps/angular/node_modules/core-js/stable/reflect/set.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/reflect/set.js rename to apps/angular/node_modules/core-js/stable/reflect/set.js diff --git a/ClientApp/node_modules/core-js/stable/reflect/to-string-tag.js b/apps/angular/node_modules/core-js/stable/reflect/to-string-tag.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/reflect/to-string-tag.js rename to apps/angular/node_modules/core-js/stable/reflect/to-string-tag.js diff --git a/ClientApp/node_modules/core-js/stable/regexp/constructor.js b/apps/angular/node_modules/core-js/stable/regexp/constructor.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/regexp/constructor.js rename to apps/angular/node_modules/core-js/stable/regexp/constructor.js diff --git a/ClientApp/node_modules/core-js/stable/regexp/dot-all.js b/apps/angular/node_modules/core-js/stable/regexp/dot-all.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/regexp/dot-all.js rename to apps/angular/node_modules/core-js/stable/regexp/dot-all.js diff --git a/ClientApp/node_modules/core-js/stable/regexp/escape.js b/apps/angular/node_modules/core-js/stable/regexp/escape.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/regexp/escape.js rename to apps/angular/node_modules/core-js/stable/regexp/escape.js diff --git a/ClientApp/node_modules/core-js/stable/regexp/flags.js b/apps/angular/node_modules/core-js/stable/regexp/flags.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/regexp/flags.js rename to apps/angular/node_modules/core-js/stable/regexp/flags.js diff --git a/ClientApp/node_modules/core-js/stable/regexp/index.js b/apps/angular/node_modules/core-js/stable/regexp/index.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/regexp/index.js rename to apps/angular/node_modules/core-js/stable/regexp/index.js diff --git a/ClientApp/node_modules/core-js/stable/regexp/match.js b/apps/angular/node_modules/core-js/stable/regexp/match.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/regexp/match.js rename to apps/angular/node_modules/core-js/stable/regexp/match.js diff --git a/ClientApp/node_modules/core-js/stable/regexp/replace.js b/apps/angular/node_modules/core-js/stable/regexp/replace.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/regexp/replace.js rename to apps/angular/node_modules/core-js/stable/regexp/replace.js diff --git a/ClientApp/node_modules/core-js/stable/regexp/search.js b/apps/angular/node_modules/core-js/stable/regexp/search.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/regexp/search.js rename to apps/angular/node_modules/core-js/stable/regexp/search.js diff --git a/ClientApp/node_modules/core-js/stable/regexp/split.js b/apps/angular/node_modules/core-js/stable/regexp/split.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/regexp/split.js rename to apps/angular/node_modules/core-js/stable/regexp/split.js diff --git a/ClientApp/node_modules/core-js/stable/regexp/sticky.js b/apps/angular/node_modules/core-js/stable/regexp/sticky.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/regexp/sticky.js rename to apps/angular/node_modules/core-js/stable/regexp/sticky.js diff --git a/ClientApp/node_modules/core-js/stable/regexp/test.js b/apps/angular/node_modules/core-js/stable/regexp/test.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/regexp/test.js rename to apps/angular/node_modules/core-js/stable/regexp/test.js diff --git a/ClientApp/node_modules/core-js/stable/regexp/to-string.js b/apps/angular/node_modules/core-js/stable/regexp/to-string.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/regexp/to-string.js rename to apps/angular/node_modules/core-js/stable/regexp/to-string.js diff --git a/ClientApp/node_modules/core-js/stable/self.js b/apps/angular/node_modules/core-js/stable/self.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/self.js rename to apps/angular/node_modules/core-js/stable/self.js diff --git a/ClientApp/node_modules/core-js/stable/set-immediate.js b/apps/angular/node_modules/core-js/stable/set-immediate.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/set-immediate.js rename to apps/angular/node_modules/core-js/stable/set-immediate.js diff --git a/ClientApp/node_modules/core-js/stable/set-interval.js b/apps/angular/node_modules/core-js/stable/set-interval.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/set-interval.js rename to apps/angular/node_modules/core-js/stable/set-interval.js diff --git a/ClientApp/node_modules/core-js/stable/set-timeout.js b/apps/angular/node_modules/core-js/stable/set-timeout.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/set-timeout.js rename to apps/angular/node_modules/core-js/stable/set-timeout.js diff --git a/ClientApp/node_modules/core-js/stable/set/difference.js b/apps/angular/node_modules/core-js/stable/set/difference.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/set/difference.js rename to apps/angular/node_modules/core-js/stable/set/difference.js diff --git a/ClientApp/node_modules/core-js/stable/set/index.js b/apps/angular/node_modules/core-js/stable/set/index.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/set/index.js rename to apps/angular/node_modules/core-js/stable/set/index.js diff --git a/ClientApp/node_modules/core-js/stable/set/intersection.js b/apps/angular/node_modules/core-js/stable/set/intersection.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/set/intersection.js rename to apps/angular/node_modules/core-js/stable/set/intersection.js diff --git a/ClientApp/node_modules/core-js/stable/set/is-disjoint-from.js b/apps/angular/node_modules/core-js/stable/set/is-disjoint-from.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/set/is-disjoint-from.js rename to apps/angular/node_modules/core-js/stable/set/is-disjoint-from.js diff --git a/ClientApp/node_modules/core-js/stable/set/is-subset-of.js b/apps/angular/node_modules/core-js/stable/set/is-subset-of.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/set/is-subset-of.js rename to apps/angular/node_modules/core-js/stable/set/is-subset-of.js diff --git a/ClientApp/node_modules/core-js/stable/set/is-superset-of.js b/apps/angular/node_modules/core-js/stable/set/is-superset-of.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/set/is-superset-of.js rename to apps/angular/node_modules/core-js/stable/set/is-superset-of.js diff --git a/ClientApp/node_modules/core-js/stable/set/symmetric-difference.js b/apps/angular/node_modules/core-js/stable/set/symmetric-difference.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/set/symmetric-difference.js rename to apps/angular/node_modules/core-js/stable/set/symmetric-difference.js diff --git a/ClientApp/node_modules/core-js/stable/set/union.js b/apps/angular/node_modules/core-js/stable/set/union.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/set/union.js rename to apps/angular/node_modules/core-js/stable/set/union.js diff --git a/ClientApp/node_modules/core-js/stable/string/anchor.js b/apps/angular/node_modules/core-js/stable/string/anchor.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/anchor.js rename to apps/angular/node_modules/core-js/stable/string/anchor.js diff --git a/ClientApp/node_modules/core-js/stable/string/at.js b/apps/angular/node_modules/core-js/stable/string/at.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/at.js rename to apps/angular/node_modules/core-js/stable/string/at.js diff --git a/ClientApp/node_modules/core-js/stable/string/big.js b/apps/angular/node_modules/core-js/stable/string/big.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/big.js rename to apps/angular/node_modules/core-js/stable/string/big.js diff --git a/ClientApp/node_modules/core-js/stable/string/blink.js b/apps/angular/node_modules/core-js/stable/string/blink.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/blink.js rename to apps/angular/node_modules/core-js/stable/string/blink.js diff --git a/ClientApp/node_modules/core-js/stable/string/bold.js b/apps/angular/node_modules/core-js/stable/string/bold.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/bold.js rename to apps/angular/node_modules/core-js/stable/string/bold.js diff --git a/ClientApp/node_modules/core-js/stable/string/code-point-at.js b/apps/angular/node_modules/core-js/stable/string/code-point-at.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/code-point-at.js rename to apps/angular/node_modules/core-js/stable/string/code-point-at.js diff --git a/ClientApp/node_modules/core-js/stable/string/ends-with.js b/apps/angular/node_modules/core-js/stable/string/ends-with.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/ends-with.js rename to apps/angular/node_modules/core-js/stable/string/ends-with.js diff --git a/ClientApp/node_modules/core-js/stable/string/fixed.js b/apps/angular/node_modules/core-js/stable/string/fixed.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/fixed.js rename to apps/angular/node_modules/core-js/stable/string/fixed.js diff --git a/ClientApp/node_modules/core-js/stable/string/fontcolor.js b/apps/angular/node_modules/core-js/stable/string/fontcolor.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/fontcolor.js rename to apps/angular/node_modules/core-js/stable/string/fontcolor.js diff --git a/ClientApp/node_modules/core-js/stable/string/fontsize.js b/apps/angular/node_modules/core-js/stable/string/fontsize.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/fontsize.js rename to apps/angular/node_modules/core-js/stable/string/fontsize.js diff --git a/ClientApp/node_modules/core-js/stable/string/from-code-point.js b/apps/angular/node_modules/core-js/stable/string/from-code-point.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/from-code-point.js rename to apps/angular/node_modules/core-js/stable/string/from-code-point.js diff --git a/ClientApp/node_modules/core-js/stable/string/includes.js b/apps/angular/node_modules/core-js/stable/string/includes.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/includes.js rename to apps/angular/node_modules/core-js/stable/string/includes.js diff --git a/ClientApp/node_modules/core-js/stable/string/index.js b/apps/angular/node_modules/core-js/stable/string/index.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/index.js rename to apps/angular/node_modules/core-js/stable/string/index.js diff --git a/ClientApp/node_modules/core-js/stable/string/is-well-formed.js b/apps/angular/node_modules/core-js/stable/string/is-well-formed.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/is-well-formed.js rename to apps/angular/node_modules/core-js/stable/string/is-well-formed.js diff --git a/ClientApp/node_modules/core-js/stable/string/italics.js b/apps/angular/node_modules/core-js/stable/string/italics.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/italics.js rename to apps/angular/node_modules/core-js/stable/string/italics.js diff --git a/ClientApp/node_modules/core-js/stable/string/iterator.js b/apps/angular/node_modules/core-js/stable/string/iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/iterator.js rename to apps/angular/node_modules/core-js/stable/string/iterator.js diff --git a/ClientApp/node_modules/core-js/stable/string/link.js b/apps/angular/node_modules/core-js/stable/string/link.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/link.js rename to apps/angular/node_modules/core-js/stable/string/link.js diff --git a/ClientApp/node_modules/core-js/stable/string/match-all.js b/apps/angular/node_modules/core-js/stable/string/match-all.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/match-all.js rename to apps/angular/node_modules/core-js/stable/string/match-all.js diff --git a/ClientApp/node_modules/core-js/stable/string/match.js b/apps/angular/node_modules/core-js/stable/string/match.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/match.js rename to apps/angular/node_modules/core-js/stable/string/match.js diff --git a/ClientApp/node_modules/core-js/stable/string/pad-end.js b/apps/angular/node_modules/core-js/stable/string/pad-end.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/pad-end.js rename to apps/angular/node_modules/core-js/stable/string/pad-end.js diff --git a/ClientApp/node_modules/core-js/stable/string/pad-start.js b/apps/angular/node_modules/core-js/stable/string/pad-start.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/pad-start.js rename to apps/angular/node_modules/core-js/stable/string/pad-start.js diff --git a/ClientApp/node_modules/core-js/stable/string/raw.js b/apps/angular/node_modules/core-js/stable/string/raw.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/raw.js rename to apps/angular/node_modules/core-js/stable/string/raw.js diff --git a/ClientApp/node_modules/core-js/stable/string/repeat.js b/apps/angular/node_modules/core-js/stable/string/repeat.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/repeat.js rename to apps/angular/node_modules/core-js/stable/string/repeat.js diff --git a/ClientApp/node_modules/core-js/stable/string/replace-all.js b/apps/angular/node_modules/core-js/stable/string/replace-all.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/replace-all.js rename to apps/angular/node_modules/core-js/stable/string/replace-all.js diff --git a/ClientApp/node_modules/core-js/stable/string/replace.js b/apps/angular/node_modules/core-js/stable/string/replace.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/replace.js rename to apps/angular/node_modules/core-js/stable/string/replace.js diff --git a/ClientApp/node_modules/core-js/stable/string/search.js b/apps/angular/node_modules/core-js/stable/string/search.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/search.js rename to apps/angular/node_modules/core-js/stable/string/search.js diff --git a/ClientApp/node_modules/core-js/stable/string/small.js b/apps/angular/node_modules/core-js/stable/string/small.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/small.js rename to apps/angular/node_modules/core-js/stable/string/small.js diff --git a/ClientApp/node_modules/core-js/stable/string/split.js b/apps/angular/node_modules/core-js/stable/string/split.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/split.js rename to apps/angular/node_modules/core-js/stable/string/split.js diff --git a/ClientApp/node_modules/core-js/stable/string/starts-with.js b/apps/angular/node_modules/core-js/stable/string/starts-with.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/starts-with.js rename to apps/angular/node_modules/core-js/stable/string/starts-with.js diff --git a/ClientApp/node_modules/core-js/stable/string/strike.js b/apps/angular/node_modules/core-js/stable/string/strike.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/strike.js rename to apps/angular/node_modules/core-js/stable/string/strike.js diff --git a/ClientApp/node_modules/core-js/stable/string/sub.js b/apps/angular/node_modules/core-js/stable/string/sub.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/sub.js rename to apps/angular/node_modules/core-js/stable/string/sub.js diff --git a/ClientApp/node_modules/core-js/stable/string/substr.js b/apps/angular/node_modules/core-js/stable/string/substr.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/substr.js rename to apps/angular/node_modules/core-js/stable/string/substr.js diff --git a/ClientApp/node_modules/core-js/stable/string/sup.js b/apps/angular/node_modules/core-js/stable/string/sup.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/sup.js rename to apps/angular/node_modules/core-js/stable/string/sup.js diff --git a/ClientApp/node_modules/core-js/stable/string/to-well-formed.js b/apps/angular/node_modules/core-js/stable/string/to-well-formed.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/to-well-formed.js rename to apps/angular/node_modules/core-js/stable/string/to-well-formed.js diff --git a/ClientApp/node_modules/core-js/stable/string/trim-end.js b/apps/angular/node_modules/core-js/stable/string/trim-end.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/trim-end.js rename to apps/angular/node_modules/core-js/stable/string/trim-end.js diff --git a/ClientApp/node_modules/core-js/stable/string/trim-left.js b/apps/angular/node_modules/core-js/stable/string/trim-left.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/trim-left.js rename to apps/angular/node_modules/core-js/stable/string/trim-left.js diff --git a/ClientApp/node_modules/core-js/stable/string/trim-right.js b/apps/angular/node_modules/core-js/stable/string/trim-right.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/trim-right.js rename to apps/angular/node_modules/core-js/stable/string/trim-right.js diff --git a/ClientApp/node_modules/core-js/stable/string/trim-start.js b/apps/angular/node_modules/core-js/stable/string/trim-start.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/trim-start.js rename to apps/angular/node_modules/core-js/stable/string/trim-start.js diff --git a/ClientApp/node_modules/core-js/stable/string/trim.js b/apps/angular/node_modules/core-js/stable/string/trim.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/trim.js rename to apps/angular/node_modules/core-js/stable/string/trim.js diff --git a/ClientApp/node_modules/core-js/stable/string/virtual/anchor.js b/apps/angular/node_modules/core-js/stable/string/virtual/anchor.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/virtual/anchor.js rename to apps/angular/node_modules/core-js/stable/string/virtual/anchor.js diff --git a/ClientApp/node_modules/core-js/stable/string/virtual/at.js b/apps/angular/node_modules/core-js/stable/string/virtual/at.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/virtual/at.js rename to apps/angular/node_modules/core-js/stable/string/virtual/at.js diff --git a/ClientApp/node_modules/core-js/stable/string/virtual/big.js b/apps/angular/node_modules/core-js/stable/string/virtual/big.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/virtual/big.js rename to apps/angular/node_modules/core-js/stable/string/virtual/big.js diff --git a/ClientApp/node_modules/core-js/stable/string/virtual/blink.js b/apps/angular/node_modules/core-js/stable/string/virtual/blink.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/virtual/blink.js rename to apps/angular/node_modules/core-js/stable/string/virtual/blink.js diff --git a/ClientApp/node_modules/core-js/stable/string/virtual/bold.js b/apps/angular/node_modules/core-js/stable/string/virtual/bold.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/virtual/bold.js rename to apps/angular/node_modules/core-js/stable/string/virtual/bold.js diff --git a/ClientApp/node_modules/core-js/stable/string/virtual/code-point-at.js b/apps/angular/node_modules/core-js/stable/string/virtual/code-point-at.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/virtual/code-point-at.js rename to apps/angular/node_modules/core-js/stable/string/virtual/code-point-at.js diff --git a/ClientApp/node_modules/core-js/stable/string/virtual/ends-with.js b/apps/angular/node_modules/core-js/stable/string/virtual/ends-with.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/virtual/ends-with.js rename to apps/angular/node_modules/core-js/stable/string/virtual/ends-with.js diff --git a/ClientApp/node_modules/core-js/stable/string/virtual/fixed.js b/apps/angular/node_modules/core-js/stable/string/virtual/fixed.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/virtual/fixed.js rename to apps/angular/node_modules/core-js/stable/string/virtual/fixed.js diff --git a/ClientApp/node_modules/core-js/stable/string/virtual/fontcolor.js b/apps/angular/node_modules/core-js/stable/string/virtual/fontcolor.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/virtual/fontcolor.js rename to apps/angular/node_modules/core-js/stable/string/virtual/fontcolor.js diff --git a/ClientApp/node_modules/core-js/stable/string/virtual/fontsize.js b/apps/angular/node_modules/core-js/stable/string/virtual/fontsize.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/virtual/fontsize.js rename to apps/angular/node_modules/core-js/stable/string/virtual/fontsize.js diff --git a/ClientApp/node_modules/core-js/stable/string/virtual/includes.js b/apps/angular/node_modules/core-js/stable/string/virtual/includes.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/virtual/includes.js rename to apps/angular/node_modules/core-js/stable/string/virtual/includes.js diff --git a/ClientApp/node_modules/core-js/stable/string/virtual/index.js b/apps/angular/node_modules/core-js/stable/string/virtual/index.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/virtual/index.js rename to apps/angular/node_modules/core-js/stable/string/virtual/index.js diff --git a/ClientApp/node_modules/core-js/stable/string/virtual/is-well-formed.js b/apps/angular/node_modules/core-js/stable/string/virtual/is-well-formed.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/virtual/is-well-formed.js rename to apps/angular/node_modules/core-js/stable/string/virtual/is-well-formed.js diff --git a/ClientApp/node_modules/core-js/stable/string/virtual/italics.js b/apps/angular/node_modules/core-js/stable/string/virtual/italics.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/virtual/italics.js rename to apps/angular/node_modules/core-js/stable/string/virtual/italics.js diff --git a/ClientApp/node_modules/core-js/stable/string/virtual/iterator.js b/apps/angular/node_modules/core-js/stable/string/virtual/iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/virtual/iterator.js rename to apps/angular/node_modules/core-js/stable/string/virtual/iterator.js diff --git a/ClientApp/node_modules/core-js/stable/string/virtual/link.js b/apps/angular/node_modules/core-js/stable/string/virtual/link.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/virtual/link.js rename to apps/angular/node_modules/core-js/stable/string/virtual/link.js diff --git a/ClientApp/node_modules/core-js/stable/string/virtual/match-all.js b/apps/angular/node_modules/core-js/stable/string/virtual/match-all.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/virtual/match-all.js rename to apps/angular/node_modules/core-js/stable/string/virtual/match-all.js diff --git a/ClientApp/node_modules/core-js/stable/string/virtual/pad-end.js b/apps/angular/node_modules/core-js/stable/string/virtual/pad-end.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/virtual/pad-end.js rename to apps/angular/node_modules/core-js/stable/string/virtual/pad-end.js diff --git a/ClientApp/node_modules/core-js/stable/string/virtual/pad-start.js b/apps/angular/node_modules/core-js/stable/string/virtual/pad-start.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/virtual/pad-start.js rename to apps/angular/node_modules/core-js/stable/string/virtual/pad-start.js diff --git a/ClientApp/node_modules/core-js/stable/string/virtual/repeat.js b/apps/angular/node_modules/core-js/stable/string/virtual/repeat.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/virtual/repeat.js rename to apps/angular/node_modules/core-js/stable/string/virtual/repeat.js diff --git a/ClientApp/node_modules/core-js/stable/string/virtual/replace-all.js b/apps/angular/node_modules/core-js/stable/string/virtual/replace-all.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/virtual/replace-all.js rename to apps/angular/node_modules/core-js/stable/string/virtual/replace-all.js diff --git a/ClientApp/node_modules/core-js/stable/string/virtual/small.js b/apps/angular/node_modules/core-js/stable/string/virtual/small.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/virtual/small.js rename to apps/angular/node_modules/core-js/stable/string/virtual/small.js diff --git a/ClientApp/node_modules/core-js/stable/string/virtual/starts-with.js b/apps/angular/node_modules/core-js/stable/string/virtual/starts-with.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/virtual/starts-with.js rename to apps/angular/node_modules/core-js/stable/string/virtual/starts-with.js diff --git a/ClientApp/node_modules/core-js/stable/string/virtual/strike.js b/apps/angular/node_modules/core-js/stable/string/virtual/strike.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/virtual/strike.js rename to apps/angular/node_modules/core-js/stable/string/virtual/strike.js diff --git a/ClientApp/node_modules/core-js/stable/string/virtual/sub.js b/apps/angular/node_modules/core-js/stable/string/virtual/sub.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/virtual/sub.js rename to apps/angular/node_modules/core-js/stable/string/virtual/sub.js diff --git a/ClientApp/node_modules/core-js/stable/string/virtual/substr.js b/apps/angular/node_modules/core-js/stable/string/virtual/substr.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/virtual/substr.js rename to apps/angular/node_modules/core-js/stable/string/virtual/substr.js diff --git a/ClientApp/node_modules/core-js/stable/string/virtual/sup.js b/apps/angular/node_modules/core-js/stable/string/virtual/sup.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/virtual/sup.js rename to apps/angular/node_modules/core-js/stable/string/virtual/sup.js diff --git a/ClientApp/node_modules/core-js/stable/string/virtual/to-well-formed.js b/apps/angular/node_modules/core-js/stable/string/virtual/to-well-formed.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/virtual/to-well-formed.js rename to apps/angular/node_modules/core-js/stable/string/virtual/to-well-formed.js diff --git a/ClientApp/node_modules/core-js/stable/string/virtual/trim-end.js b/apps/angular/node_modules/core-js/stable/string/virtual/trim-end.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/virtual/trim-end.js rename to apps/angular/node_modules/core-js/stable/string/virtual/trim-end.js diff --git a/ClientApp/node_modules/core-js/stable/string/virtual/trim-left.js b/apps/angular/node_modules/core-js/stable/string/virtual/trim-left.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/virtual/trim-left.js rename to apps/angular/node_modules/core-js/stable/string/virtual/trim-left.js diff --git a/ClientApp/node_modules/core-js/stable/string/virtual/trim-right.js b/apps/angular/node_modules/core-js/stable/string/virtual/trim-right.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/virtual/trim-right.js rename to apps/angular/node_modules/core-js/stable/string/virtual/trim-right.js diff --git a/ClientApp/node_modules/core-js/stable/string/virtual/trim-start.js b/apps/angular/node_modules/core-js/stable/string/virtual/trim-start.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/virtual/trim-start.js rename to apps/angular/node_modules/core-js/stable/string/virtual/trim-start.js diff --git a/ClientApp/node_modules/core-js/stable/string/virtual/trim.js b/apps/angular/node_modules/core-js/stable/string/virtual/trim.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/string/virtual/trim.js rename to apps/angular/node_modules/core-js/stable/string/virtual/trim.js diff --git a/ClientApp/node_modules/core-js/stable/structured-clone.js b/apps/angular/node_modules/core-js/stable/structured-clone.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/structured-clone.js rename to apps/angular/node_modules/core-js/stable/structured-clone.js diff --git a/ClientApp/node_modules/core-js/stable/suppressed-error.js b/apps/angular/node_modules/core-js/stable/suppressed-error.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/suppressed-error.js rename to apps/angular/node_modules/core-js/stable/suppressed-error.js diff --git a/ClientApp/node_modules/core-js/stable/symbol/async-dispose.js b/apps/angular/node_modules/core-js/stable/symbol/async-dispose.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/symbol/async-dispose.js rename to apps/angular/node_modules/core-js/stable/symbol/async-dispose.js diff --git a/ClientApp/node_modules/core-js/stable/symbol/async-iterator.js b/apps/angular/node_modules/core-js/stable/symbol/async-iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/symbol/async-iterator.js rename to apps/angular/node_modules/core-js/stable/symbol/async-iterator.js diff --git a/ClientApp/node_modules/core-js/stable/symbol/description.js b/apps/angular/node_modules/core-js/stable/symbol/description.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/symbol/description.js rename to apps/angular/node_modules/core-js/stable/symbol/description.js diff --git a/ClientApp/node_modules/core-js/stable/symbol/dispose.js b/apps/angular/node_modules/core-js/stable/symbol/dispose.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/symbol/dispose.js rename to apps/angular/node_modules/core-js/stable/symbol/dispose.js diff --git a/ClientApp/node_modules/core-js/stable/symbol/for.js b/apps/angular/node_modules/core-js/stable/symbol/for.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/symbol/for.js rename to apps/angular/node_modules/core-js/stable/symbol/for.js diff --git a/ClientApp/node_modules/core-js/stable/symbol/has-instance.js b/apps/angular/node_modules/core-js/stable/symbol/has-instance.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/symbol/has-instance.js rename to apps/angular/node_modules/core-js/stable/symbol/has-instance.js diff --git a/ClientApp/node_modules/core-js/stable/symbol/index.js b/apps/angular/node_modules/core-js/stable/symbol/index.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/symbol/index.js rename to apps/angular/node_modules/core-js/stable/symbol/index.js diff --git a/ClientApp/node_modules/core-js/stable/symbol/is-concat-spreadable.js b/apps/angular/node_modules/core-js/stable/symbol/is-concat-spreadable.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/symbol/is-concat-spreadable.js rename to apps/angular/node_modules/core-js/stable/symbol/is-concat-spreadable.js diff --git a/ClientApp/node_modules/core-js/stable/symbol/iterator.js b/apps/angular/node_modules/core-js/stable/symbol/iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/symbol/iterator.js rename to apps/angular/node_modules/core-js/stable/symbol/iterator.js diff --git a/ClientApp/node_modules/core-js/stable/symbol/key-for.js b/apps/angular/node_modules/core-js/stable/symbol/key-for.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/symbol/key-for.js rename to apps/angular/node_modules/core-js/stable/symbol/key-for.js diff --git a/ClientApp/node_modules/core-js/stable/symbol/match-all.js b/apps/angular/node_modules/core-js/stable/symbol/match-all.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/symbol/match-all.js rename to apps/angular/node_modules/core-js/stable/symbol/match-all.js diff --git a/ClientApp/node_modules/core-js/stable/symbol/match.js b/apps/angular/node_modules/core-js/stable/symbol/match.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/symbol/match.js rename to apps/angular/node_modules/core-js/stable/symbol/match.js diff --git a/ClientApp/node_modules/core-js/stable/symbol/replace.js b/apps/angular/node_modules/core-js/stable/symbol/replace.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/symbol/replace.js rename to apps/angular/node_modules/core-js/stable/symbol/replace.js diff --git a/ClientApp/node_modules/core-js/stable/symbol/search.js b/apps/angular/node_modules/core-js/stable/symbol/search.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/symbol/search.js rename to apps/angular/node_modules/core-js/stable/symbol/search.js diff --git a/ClientApp/node_modules/core-js/stable/symbol/species.js b/apps/angular/node_modules/core-js/stable/symbol/species.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/symbol/species.js rename to apps/angular/node_modules/core-js/stable/symbol/species.js diff --git a/ClientApp/node_modules/core-js/stable/symbol/split.js b/apps/angular/node_modules/core-js/stable/symbol/split.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/symbol/split.js rename to apps/angular/node_modules/core-js/stable/symbol/split.js diff --git a/ClientApp/node_modules/core-js/stable/symbol/to-primitive.js b/apps/angular/node_modules/core-js/stable/symbol/to-primitive.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/symbol/to-primitive.js rename to apps/angular/node_modules/core-js/stable/symbol/to-primitive.js diff --git a/ClientApp/node_modules/core-js/stable/symbol/to-string-tag.js b/apps/angular/node_modules/core-js/stable/symbol/to-string-tag.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/symbol/to-string-tag.js rename to apps/angular/node_modules/core-js/stable/symbol/to-string-tag.js diff --git a/ClientApp/node_modules/core-js/stable/symbol/unscopables.js b/apps/angular/node_modules/core-js/stable/symbol/unscopables.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/symbol/unscopables.js rename to apps/angular/node_modules/core-js/stable/symbol/unscopables.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/at.js b/apps/angular/node_modules/core-js/stable/typed-array/at.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/at.js rename to apps/angular/node_modules/core-js/stable/typed-array/at.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/copy-within.js b/apps/angular/node_modules/core-js/stable/typed-array/copy-within.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/copy-within.js rename to apps/angular/node_modules/core-js/stable/typed-array/copy-within.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/entries.js b/apps/angular/node_modules/core-js/stable/typed-array/entries.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/entries.js rename to apps/angular/node_modules/core-js/stable/typed-array/entries.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/every.js b/apps/angular/node_modules/core-js/stable/typed-array/every.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/every.js rename to apps/angular/node_modules/core-js/stable/typed-array/every.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/fill.js b/apps/angular/node_modules/core-js/stable/typed-array/fill.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/fill.js rename to apps/angular/node_modules/core-js/stable/typed-array/fill.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/filter.js b/apps/angular/node_modules/core-js/stable/typed-array/filter.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/filter.js rename to apps/angular/node_modules/core-js/stable/typed-array/filter.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/find-index.js b/apps/angular/node_modules/core-js/stable/typed-array/find-index.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/find-index.js rename to apps/angular/node_modules/core-js/stable/typed-array/find-index.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/find-last-index.js b/apps/angular/node_modules/core-js/stable/typed-array/find-last-index.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/find-last-index.js rename to apps/angular/node_modules/core-js/stable/typed-array/find-last-index.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/find-last.js b/apps/angular/node_modules/core-js/stable/typed-array/find-last.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/find-last.js rename to apps/angular/node_modules/core-js/stable/typed-array/find-last.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/find.js b/apps/angular/node_modules/core-js/stable/typed-array/find.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/find.js rename to apps/angular/node_modules/core-js/stable/typed-array/find.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/float32-array.js b/apps/angular/node_modules/core-js/stable/typed-array/float32-array.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/float32-array.js rename to apps/angular/node_modules/core-js/stable/typed-array/float32-array.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/float64-array.js b/apps/angular/node_modules/core-js/stable/typed-array/float64-array.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/float64-array.js rename to apps/angular/node_modules/core-js/stable/typed-array/float64-array.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/for-each.js b/apps/angular/node_modules/core-js/stable/typed-array/for-each.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/for-each.js rename to apps/angular/node_modules/core-js/stable/typed-array/for-each.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/from-base64.js b/apps/angular/node_modules/core-js/stable/typed-array/from-base64.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/from-base64.js rename to apps/angular/node_modules/core-js/stable/typed-array/from-base64.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/from-hex.js b/apps/angular/node_modules/core-js/stable/typed-array/from-hex.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/from-hex.js rename to apps/angular/node_modules/core-js/stable/typed-array/from-hex.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/from.js b/apps/angular/node_modules/core-js/stable/typed-array/from.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/from.js rename to apps/angular/node_modules/core-js/stable/typed-array/from.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/includes.js b/apps/angular/node_modules/core-js/stable/typed-array/includes.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/includes.js rename to apps/angular/node_modules/core-js/stable/typed-array/includes.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/index-of.js b/apps/angular/node_modules/core-js/stable/typed-array/index-of.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/index-of.js rename to apps/angular/node_modules/core-js/stable/typed-array/index-of.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/index.js b/apps/angular/node_modules/core-js/stable/typed-array/index.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/index.js rename to apps/angular/node_modules/core-js/stable/typed-array/index.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/int16-array.js b/apps/angular/node_modules/core-js/stable/typed-array/int16-array.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/int16-array.js rename to apps/angular/node_modules/core-js/stable/typed-array/int16-array.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/int32-array.js b/apps/angular/node_modules/core-js/stable/typed-array/int32-array.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/int32-array.js rename to apps/angular/node_modules/core-js/stable/typed-array/int32-array.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/int8-array.js b/apps/angular/node_modules/core-js/stable/typed-array/int8-array.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/int8-array.js rename to apps/angular/node_modules/core-js/stable/typed-array/int8-array.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/iterator.js b/apps/angular/node_modules/core-js/stable/typed-array/iterator.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/iterator.js rename to apps/angular/node_modules/core-js/stable/typed-array/iterator.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/join.js b/apps/angular/node_modules/core-js/stable/typed-array/join.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/join.js rename to apps/angular/node_modules/core-js/stable/typed-array/join.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/keys.js b/apps/angular/node_modules/core-js/stable/typed-array/keys.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/keys.js rename to apps/angular/node_modules/core-js/stable/typed-array/keys.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/last-index-of.js b/apps/angular/node_modules/core-js/stable/typed-array/last-index-of.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/last-index-of.js rename to apps/angular/node_modules/core-js/stable/typed-array/last-index-of.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/map.js b/apps/angular/node_modules/core-js/stable/typed-array/map.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/map.js rename to apps/angular/node_modules/core-js/stable/typed-array/map.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/methods.js b/apps/angular/node_modules/core-js/stable/typed-array/methods.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/methods.js rename to apps/angular/node_modules/core-js/stable/typed-array/methods.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/of.js b/apps/angular/node_modules/core-js/stable/typed-array/of.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/of.js rename to apps/angular/node_modules/core-js/stable/typed-array/of.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/reduce-right.js b/apps/angular/node_modules/core-js/stable/typed-array/reduce-right.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/reduce-right.js rename to apps/angular/node_modules/core-js/stable/typed-array/reduce-right.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/reduce.js b/apps/angular/node_modules/core-js/stable/typed-array/reduce.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/reduce.js rename to apps/angular/node_modules/core-js/stable/typed-array/reduce.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/reverse.js b/apps/angular/node_modules/core-js/stable/typed-array/reverse.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/reverse.js rename to apps/angular/node_modules/core-js/stable/typed-array/reverse.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/set-from-base64.js b/apps/angular/node_modules/core-js/stable/typed-array/set-from-base64.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/set-from-base64.js rename to apps/angular/node_modules/core-js/stable/typed-array/set-from-base64.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/set-from-hex.js b/apps/angular/node_modules/core-js/stable/typed-array/set-from-hex.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/set-from-hex.js rename to apps/angular/node_modules/core-js/stable/typed-array/set-from-hex.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/set.js b/apps/angular/node_modules/core-js/stable/typed-array/set.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/set.js rename to apps/angular/node_modules/core-js/stable/typed-array/set.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/slice.js b/apps/angular/node_modules/core-js/stable/typed-array/slice.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/slice.js rename to apps/angular/node_modules/core-js/stable/typed-array/slice.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/some.js b/apps/angular/node_modules/core-js/stable/typed-array/some.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/some.js rename to apps/angular/node_modules/core-js/stable/typed-array/some.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/sort.js b/apps/angular/node_modules/core-js/stable/typed-array/sort.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/sort.js rename to apps/angular/node_modules/core-js/stable/typed-array/sort.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/subarray.js b/apps/angular/node_modules/core-js/stable/typed-array/subarray.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/subarray.js rename to apps/angular/node_modules/core-js/stable/typed-array/subarray.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/to-base64.js b/apps/angular/node_modules/core-js/stable/typed-array/to-base64.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/to-base64.js rename to apps/angular/node_modules/core-js/stable/typed-array/to-base64.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/to-hex.js b/apps/angular/node_modules/core-js/stable/typed-array/to-hex.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/to-hex.js rename to apps/angular/node_modules/core-js/stable/typed-array/to-hex.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/to-locale-string.js b/apps/angular/node_modules/core-js/stable/typed-array/to-locale-string.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/to-locale-string.js rename to apps/angular/node_modules/core-js/stable/typed-array/to-locale-string.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/to-reversed.js b/apps/angular/node_modules/core-js/stable/typed-array/to-reversed.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/to-reversed.js rename to apps/angular/node_modules/core-js/stable/typed-array/to-reversed.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/to-sorted.js b/apps/angular/node_modules/core-js/stable/typed-array/to-sorted.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/to-sorted.js rename to apps/angular/node_modules/core-js/stable/typed-array/to-sorted.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/to-string.js b/apps/angular/node_modules/core-js/stable/typed-array/to-string.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/to-string.js rename to apps/angular/node_modules/core-js/stable/typed-array/to-string.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/uint16-array.js b/apps/angular/node_modules/core-js/stable/typed-array/uint16-array.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/uint16-array.js rename to apps/angular/node_modules/core-js/stable/typed-array/uint16-array.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/uint32-array.js b/apps/angular/node_modules/core-js/stable/typed-array/uint32-array.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/uint32-array.js rename to apps/angular/node_modules/core-js/stable/typed-array/uint32-array.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/uint8-array.js b/apps/angular/node_modules/core-js/stable/typed-array/uint8-array.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/uint8-array.js rename to apps/angular/node_modules/core-js/stable/typed-array/uint8-array.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/uint8-clamped-array.js b/apps/angular/node_modules/core-js/stable/typed-array/uint8-clamped-array.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/uint8-clamped-array.js rename to apps/angular/node_modules/core-js/stable/typed-array/uint8-clamped-array.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/values.js b/apps/angular/node_modules/core-js/stable/typed-array/values.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/values.js rename to apps/angular/node_modules/core-js/stable/typed-array/values.js diff --git a/ClientApp/node_modules/core-js/stable/typed-array/with.js b/apps/angular/node_modules/core-js/stable/typed-array/with.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/typed-array/with.js rename to apps/angular/node_modules/core-js/stable/typed-array/with.js diff --git a/ClientApp/node_modules/core-js/stable/unescape.js b/apps/angular/node_modules/core-js/stable/unescape.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/unescape.js rename to apps/angular/node_modules/core-js/stable/unescape.js diff --git a/ClientApp/node_modules/core-js/stable/url-search-params/index.js b/apps/angular/node_modules/core-js/stable/url-search-params/index.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/url-search-params/index.js rename to apps/angular/node_modules/core-js/stable/url-search-params/index.js diff --git a/ClientApp/node_modules/core-js/stable/url/can-parse.js b/apps/angular/node_modules/core-js/stable/url/can-parse.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/url/can-parse.js rename to apps/angular/node_modules/core-js/stable/url/can-parse.js diff --git a/ClientApp/node_modules/core-js/stable/url/index.js b/apps/angular/node_modules/core-js/stable/url/index.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/url/index.js rename to apps/angular/node_modules/core-js/stable/url/index.js diff --git a/ClientApp/node_modules/core-js/stable/url/parse.js b/apps/angular/node_modules/core-js/stable/url/parse.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/url/parse.js rename to apps/angular/node_modules/core-js/stable/url/parse.js diff --git a/ClientApp/node_modules/core-js/stable/url/to-json.js b/apps/angular/node_modules/core-js/stable/url/to-json.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/url/to-json.js rename to apps/angular/node_modules/core-js/stable/url/to-json.js diff --git a/ClientApp/node_modules/core-js/stable/weak-map/index.js b/apps/angular/node_modules/core-js/stable/weak-map/index.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/weak-map/index.js rename to apps/angular/node_modules/core-js/stable/weak-map/index.js diff --git a/ClientApp/node_modules/core-js/stable/weak-set/index.js b/apps/angular/node_modules/core-js/stable/weak-set/index.js similarity index 100% rename from ClientApp/node_modules/core-js/stable/weak-set/index.js rename to apps/angular/node_modules/core-js/stable/weak-set/index.js diff --git a/ClientApp/node_modules/core-js/stage/0.js b/apps/angular/node_modules/core-js/stage/0.js similarity index 100% rename from ClientApp/node_modules/core-js/stage/0.js rename to apps/angular/node_modules/core-js/stage/0.js diff --git a/ClientApp/node_modules/core-js/stage/1.js b/apps/angular/node_modules/core-js/stage/1.js similarity index 100% rename from ClientApp/node_modules/core-js/stage/1.js rename to apps/angular/node_modules/core-js/stage/1.js diff --git a/ClientApp/node_modules/core-js/stage/2.7.js b/apps/angular/node_modules/core-js/stage/2.7.js similarity index 100% rename from ClientApp/node_modules/core-js/stage/2.7.js rename to apps/angular/node_modules/core-js/stage/2.7.js diff --git a/ClientApp/node_modules/core-js/stage/2.js b/apps/angular/node_modules/core-js/stage/2.js similarity index 100% rename from ClientApp/node_modules/core-js/stage/2.js rename to apps/angular/node_modules/core-js/stage/2.js diff --git a/ClientApp/node_modules/core-js/stage/3.js b/apps/angular/node_modules/core-js/stage/3.js similarity index 100% rename from ClientApp/node_modules/core-js/stage/3.js rename to apps/angular/node_modules/core-js/stage/3.js diff --git a/ClientApp/node_modules/core-js/stage/4.js b/apps/angular/node_modules/core-js/stage/4.js similarity index 100% rename from ClientApp/node_modules/core-js/stage/4.js rename to apps/angular/node_modules/core-js/stage/4.js diff --git a/ClientApp/node_modules/core-js/stage/README.md b/apps/angular/node_modules/core-js/stage/README.md similarity index 100% rename from ClientApp/node_modules/core-js/stage/README.md rename to apps/angular/node_modules/core-js/stage/README.md diff --git a/ClientApp/node_modules/core-js/stage/index.js b/apps/angular/node_modules/core-js/stage/index.js similarity index 100% rename from ClientApp/node_modules/core-js/stage/index.js rename to apps/angular/node_modules/core-js/stage/index.js diff --git a/ClientApp/node_modules/core-js/stage/pre.js b/apps/angular/node_modules/core-js/stage/pre.js similarity index 100% rename from ClientApp/node_modules/core-js/stage/pre.js rename to apps/angular/node_modules/core-js/stage/pre.js diff --git a/ClientApp/node_modules/core-js/web/README.md b/apps/angular/node_modules/core-js/web/README.md similarity index 100% rename from ClientApp/node_modules/core-js/web/README.md rename to apps/angular/node_modules/core-js/web/README.md diff --git a/ClientApp/node_modules/core-js/web/dom-collections.js b/apps/angular/node_modules/core-js/web/dom-collections.js similarity index 100% rename from ClientApp/node_modules/core-js/web/dom-collections.js rename to apps/angular/node_modules/core-js/web/dom-collections.js diff --git a/ClientApp/node_modules/core-js/web/dom-exception.js b/apps/angular/node_modules/core-js/web/dom-exception.js similarity index 100% rename from ClientApp/node_modules/core-js/web/dom-exception.js rename to apps/angular/node_modules/core-js/web/dom-exception.js diff --git a/ClientApp/node_modules/core-js/web/immediate.js b/apps/angular/node_modules/core-js/web/immediate.js similarity index 100% rename from ClientApp/node_modules/core-js/web/immediate.js rename to apps/angular/node_modules/core-js/web/immediate.js diff --git a/ClientApp/node_modules/core-js/web/index.js b/apps/angular/node_modules/core-js/web/index.js similarity index 100% rename from ClientApp/node_modules/core-js/web/index.js rename to apps/angular/node_modules/core-js/web/index.js diff --git a/ClientApp/node_modules/core-js/web/queue-microtask.js b/apps/angular/node_modules/core-js/web/queue-microtask.js similarity index 100% rename from ClientApp/node_modules/core-js/web/queue-microtask.js rename to apps/angular/node_modules/core-js/web/queue-microtask.js diff --git a/ClientApp/node_modules/core-js/web/structured-clone.js b/apps/angular/node_modules/core-js/web/structured-clone.js similarity index 100% rename from ClientApp/node_modules/core-js/web/structured-clone.js rename to apps/angular/node_modules/core-js/web/structured-clone.js diff --git a/ClientApp/node_modules/core-js/web/timers.js b/apps/angular/node_modules/core-js/web/timers.js similarity index 100% rename from ClientApp/node_modules/core-js/web/timers.js rename to apps/angular/node_modules/core-js/web/timers.js diff --git a/ClientApp/node_modules/core-js/web/url-search-params.js b/apps/angular/node_modules/core-js/web/url-search-params.js similarity index 100% rename from ClientApp/node_modules/core-js/web/url-search-params.js rename to apps/angular/node_modules/core-js/web/url-search-params.js diff --git a/ClientApp/node_modules/core-js/web/url.js b/apps/angular/node_modules/core-js/web/url.js similarity index 100% rename from ClientApp/node_modules/core-js/web/url.js rename to apps/angular/node_modules/core-js/web/url.js diff --git a/ClientApp/node_modules/core-util-is/LICENSE b/apps/angular/node_modules/core-util-is/LICENSE similarity index 100% rename from ClientApp/node_modules/core-util-is/LICENSE rename to apps/angular/node_modules/core-util-is/LICENSE diff --git a/ClientApp/node_modules/core-util-is/README.md b/apps/angular/node_modules/core-util-is/README.md similarity index 100% rename from ClientApp/node_modules/core-util-is/README.md rename to apps/angular/node_modules/core-util-is/README.md diff --git a/ClientApp/node_modules/core-util-is/float.patch b/apps/angular/node_modules/core-util-is/float.patch similarity index 100% rename from ClientApp/node_modules/core-util-is/float.patch rename to apps/angular/node_modules/core-util-is/float.patch diff --git a/ClientApp/node_modules/core-util-is/lib/util.js b/apps/angular/node_modules/core-util-is/lib/util.js similarity index 100% rename from ClientApp/node_modules/core-util-is/lib/util.js rename to apps/angular/node_modules/core-util-is/lib/util.js diff --git a/ClientApp/node_modules/core-util-is/package.json b/apps/angular/node_modules/core-util-is/package.json similarity index 100% rename from ClientApp/node_modules/core-util-is/package.json rename to apps/angular/node_modules/core-util-is/package.json diff --git a/ClientApp/node_modules/core-util-is/test.js b/apps/angular/node_modules/core-util-is/test.js similarity index 100% rename from ClientApp/node_modules/core-util-is/test.js rename to apps/angular/node_modules/core-util-is/test.js diff --git a/ClientApp/node_modules/cross-spawn/LICENSE b/apps/angular/node_modules/cross-spawn/LICENSE similarity index 100% rename from ClientApp/node_modules/cross-spawn/LICENSE rename to apps/angular/node_modules/cross-spawn/LICENSE diff --git a/ClientApp/node_modules/cross-spawn/README.md b/apps/angular/node_modules/cross-spawn/README.md similarity index 100% rename from ClientApp/node_modules/cross-spawn/README.md rename to apps/angular/node_modules/cross-spawn/README.md diff --git a/ClientApp/node_modules/cross-spawn/index.js b/apps/angular/node_modules/cross-spawn/index.js similarity index 100% rename from ClientApp/node_modules/cross-spawn/index.js rename to apps/angular/node_modules/cross-spawn/index.js diff --git a/ClientApp/node_modules/cross-spawn/lib/enoent.js b/apps/angular/node_modules/cross-spawn/lib/enoent.js similarity index 100% rename from ClientApp/node_modules/cross-spawn/lib/enoent.js rename to apps/angular/node_modules/cross-spawn/lib/enoent.js diff --git a/ClientApp/node_modules/cross-spawn/lib/parse.js b/apps/angular/node_modules/cross-spawn/lib/parse.js similarity index 100% rename from ClientApp/node_modules/cross-spawn/lib/parse.js rename to apps/angular/node_modules/cross-spawn/lib/parse.js diff --git a/ClientApp/node_modules/cross-spawn/lib/util/escape.js b/apps/angular/node_modules/cross-spawn/lib/util/escape.js similarity index 100% rename from ClientApp/node_modules/cross-spawn/lib/util/escape.js rename to apps/angular/node_modules/cross-spawn/lib/util/escape.js diff --git a/ClientApp/node_modules/cross-spawn/lib/util/readShebang.js b/apps/angular/node_modules/cross-spawn/lib/util/readShebang.js similarity index 100% rename from ClientApp/node_modules/cross-spawn/lib/util/readShebang.js rename to apps/angular/node_modules/cross-spawn/lib/util/readShebang.js diff --git a/ClientApp/node_modules/cross-spawn/lib/util/resolveCommand.js b/apps/angular/node_modules/cross-spawn/lib/util/resolveCommand.js similarity index 100% rename from ClientApp/node_modules/cross-spawn/lib/util/resolveCommand.js rename to apps/angular/node_modules/cross-spawn/lib/util/resolveCommand.js diff --git a/ClientApp/node_modules/cross-spawn/package.json b/apps/angular/node_modules/cross-spawn/package.json similarity index 100% rename from ClientApp/node_modules/cross-spawn/package.json rename to apps/angular/node_modules/cross-spawn/package.json diff --git a/ClientApp/node_modules/css.escape/LICENSE-MIT.txt b/apps/angular/node_modules/css.escape/LICENSE-MIT.txt similarity index 100% rename from ClientApp/node_modules/css.escape/LICENSE-MIT.txt rename to apps/angular/node_modules/css.escape/LICENSE-MIT.txt diff --git a/ClientApp/node_modules/css.escape/README.md b/apps/angular/node_modules/css.escape/README.md similarity index 100% rename from ClientApp/node_modules/css.escape/README.md rename to apps/angular/node_modules/css.escape/README.md diff --git a/ClientApp/node_modules/css.escape/css.escape.js b/apps/angular/node_modules/css.escape/css.escape.js similarity index 100% rename from ClientApp/node_modules/css.escape/css.escape.js rename to apps/angular/node_modules/css.escape/css.escape.js diff --git a/ClientApp/node_modules/css.escape/package.json b/apps/angular/node_modules/css.escape/package.json similarity index 100% rename from ClientApp/node_modules/css.escape/package.json rename to apps/angular/node_modules/css.escape/package.json diff --git a/ClientApp/node_modules/cssstyle/LICENSE b/apps/angular/node_modules/cssstyle/LICENSE similarity index 100% rename from ClientApp/node_modules/cssstyle/LICENSE rename to apps/angular/node_modules/cssstyle/LICENSE diff --git a/ClientApp/node_modules/cssstyle/README.md b/apps/angular/node_modules/cssstyle/README.md similarity index 100% rename from ClientApp/node_modules/cssstyle/README.md rename to apps/angular/node_modules/cssstyle/README.md diff --git a/ClientApp/node_modules/cssstyle/lib/CSSStyleDeclaration.js b/apps/angular/node_modules/cssstyle/lib/CSSStyleDeclaration.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/CSSStyleDeclaration.js rename to apps/angular/node_modules/cssstyle/lib/CSSStyleDeclaration.js diff --git a/ClientApp/node_modules/cssstyle/lib/allExtraProperties.js b/apps/angular/node_modules/cssstyle/lib/allExtraProperties.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/allExtraProperties.js rename to apps/angular/node_modules/cssstyle/lib/allExtraProperties.js diff --git a/ClientApp/node_modules/cssstyle/lib/allWebkitProperties.js b/apps/angular/node_modules/cssstyle/lib/allWebkitProperties.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/allWebkitProperties.js rename to apps/angular/node_modules/cssstyle/lib/allWebkitProperties.js diff --git a/ClientApp/node_modules/cssstyle/lib/generated/allProperties.js b/apps/angular/node_modules/cssstyle/lib/generated/allProperties.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/generated/allProperties.js rename to apps/angular/node_modules/cssstyle/lib/generated/allProperties.js diff --git a/ClientApp/node_modules/cssstyle/lib/generated/implementedProperties.js b/apps/angular/node_modules/cssstyle/lib/generated/implementedProperties.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/generated/implementedProperties.js rename to apps/angular/node_modules/cssstyle/lib/generated/implementedProperties.js diff --git a/ClientApp/node_modules/cssstyle/lib/generated/properties.js b/apps/angular/node_modules/cssstyle/lib/generated/properties.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/generated/properties.js rename to apps/angular/node_modules/cssstyle/lib/generated/properties.js diff --git a/ClientApp/node_modules/cssstyle/lib/parsers.js b/apps/angular/node_modules/cssstyle/lib/parsers.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/parsers.js rename to apps/angular/node_modules/cssstyle/lib/parsers.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/background.js b/apps/angular/node_modules/cssstyle/lib/properties/background.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/background.js rename to apps/angular/node_modules/cssstyle/lib/properties/background.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/backgroundAttachment.js b/apps/angular/node_modules/cssstyle/lib/properties/backgroundAttachment.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/backgroundAttachment.js rename to apps/angular/node_modules/cssstyle/lib/properties/backgroundAttachment.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/backgroundColor.js b/apps/angular/node_modules/cssstyle/lib/properties/backgroundColor.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/backgroundColor.js rename to apps/angular/node_modules/cssstyle/lib/properties/backgroundColor.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/backgroundImage.js b/apps/angular/node_modules/cssstyle/lib/properties/backgroundImage.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/backgroundImage.js rename to apps/angular/node_modules/cssstyle/lib/properties/backgroundImage.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/backgroundPosition.js b/apps/angular/node_modules/cssstyle/lib/properties/backgroundPosition.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/backgroundPosition.js rename to apps/angular/node_modules/cssstyle/lib/properties/backgroundPosition.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/backgroundRepeat.js b/apps/angular/node_modules/cssstyle/lib/properties/backgroundRepeat.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/backgroundRepeat.js rename to apps/angular/node_modules/cssstyle/lib/properties/backgroundRepeat.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/border.js b/apps/angular/node_modules/cssstyle/lib/properties/border.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/border.js rename to apps/angular/node_modules/cssstyle/lib/properties/border.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/borderBottom.js b/apps/angular/node_modules/cssstyle/lib/properties/borderBottom.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/borderBottom.js rename to apps/angular/node_modules/cssstyle/lib/properties/borderBottom.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/borderBottomColor.js b/apps/angular/node_modules/cssstyle/lib/properties/borderBottomColor.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/borderBottomColor.js rename to apps/angular/node_modules/cssstyle/lib/properties/borderBottomColor.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/borderBottomStyle.js b/apps/angular/node_modules/cssstyle/lib/properties/borderBottomStyle.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/borderBottomStyle.js rename to apps/angular/node_modules/cssstyle/lib/properties/borderBottomStyle.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/borderBottomWidth.js b/apps/angular/node_modules/cssstyle/lib/properties/borderBottomWidth.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/borderBottomWidth.js rename to apps/angular/node_modules/cssstyle/lib/properties/borderBottomWidth.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/borderCollapse.js b/apps/angular/node_modules/cssstyle/lib/properties/borderCollapse.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/borderCollapse.js rename to apps/angular/node_modules/cssstyle/lib/properties/borderCollapse.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/borderColor.js b/apps/angular/node_modules/cssstyle/lib/properties/borderColor.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/borderColor.js rename to apps/angular/node_modules/cssstyle/lib/properties/borderColor.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/borderLeft.js b/apps/angular/node_modules/cssstyle/lib/properties/borderLeft.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/borderLeft.js rename to apps/angular/node_modules/cssstyle/lib/properties/borderLeft.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/borderLeftColor.js b/apps/angular/node_modules/cssstyle/lib/properties/borderLeftColor.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/borderLeftColor.js rename to apps/angular/node_modules/cssstyle/lib/properties/borderLeftColor.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/borderLeftStyle.js b/apps/angular/node_modules/cssstyle/lib/properties/borderLeftStyle.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/borderLeftStyle.js rename to apps/angular/node_modules/cssstyle/lib/properties/borderLeftStyle.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/borderLeftWidth.js b/apps/angular/node_modules/cssstyle/lib/properties/borderLeftWidth.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/borderLeftWidth.js rename to apps/angular/node_modules/cssstyle/lib/properties/borderLeftWidth.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/borderRight.js b/apps/angular/node_modules/cssstyle/lib/properties/borderRight.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/borderRight.js rename to apps/angular/node_modules/cssstyle/lib/properties/borderRight.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/borderRightColor.js b/apps/angular/node_modules/cssstyle/lib/properties/borderRightColor.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/borderRightColor.js rename to apps/angular/node_modules/cssstyle/lib/properties/borderRightColor.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/borderRightStyle.js b/apps/angular/node_modules/cssstyle/lib/properties/borderRightStyle.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/borderRightStyle.js rename to apps/angular/node_modules/cssstyle/lib/properties/borderRightStyle.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/borderRightWidth.js b/apps/angular/node_modules/cssstyle/lib/properties/borderRightWidth.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/borderRightWidth.js rename to apps/angular/node_modules/cssstyle/lib/properties/borderRightWidth.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/borderSpacing.js b/apps/angular/node_modules/cssstyle/lib/properties/borderSpacing.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/borderSpacing.js rename to apps/angular/node_modules/cssstyle/lib/properties/borderSpacing.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/borderStyle.js b/apps/angular/node_modules/cssstyle/lib/properties/borderStyle.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/borderStyle.js rename to apps/angular/node_modules/cssstyle/lib/properties/borderStyle.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/borderTop.js b/apps/angular/node_modules/cssstyle/lib/properties/borderTop.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/borderTop.js rename to apps/angular/node_modules/cssstyle/lib/properties/borderTop.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/borderTopColor.js b/apps/angular/node_modules/cssstyle/lib/properties/borderTopColor.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/borderTopColor.js rename to apps/angular/node_modules/cssstyle/lib/properties/borderTopColor.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/borderTopStyle.js b/apps/angular/node_modules/cssstyle/lib/properties/borderTopStyle.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/borderTopStyle.js rename to apps/angular/node_modules/cssstyle/lib/properties/borderTopStyle.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/borderTopWidth.js b/apps/angular/node_modules/cssstyle/lib/properties/borderTopWidth.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/borderTopWidth.js rename to apps/angular/node_modules/cssstyle/lib/properties/borderTopWidth.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/borderWidth.js b/apps/angular/node_modules/cssstyle/lib/properties/borderWidth.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/borderWidth.js rename to apps/angular/node_modules/cssstyle/lib/properties/borderWidth.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/bottom.js b/apps/angular/node_modules/cssstyle/lib/properties/bottom.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/bottom.js rename to apps/angular/node_modules/cssstyle/lib/properties/bottom.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/clear.js b/apps/angular/node_modules/cssstyle/lib/properties/clear.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/clear.js rename to apps/angular/node_modules/cssstyle/lib/properties/clear.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/clip.js b/apps/angular/node_modules/cssstyle/lib/properties/clip.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/clip.js rename to apps/angular/node_modules/cssstyle/lib/properties/clip.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/color.js b/apps/angular/node_modules/cssstyle/lib/properties/color.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/color.js rename to apps/angular/node_modules/cssstyle/lib/properties/color.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/flex.js b/apps/angular/node_modules/cssstyle/lib/properties/flex.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/flex.js rename to apps/angular/node_modules/cssstyle/lib/properties/flex.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/flexBasis.js b/apps/angular/node_modules/cssstyle/lib/properties/flexBasis.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/flexBasis.js rename to apps/angular/node_modules/cssstyle/lib/properties/flexBasis.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/flexGrow.js b/apps/angular/node_modules/cssstyle/lib/properties/flexGrow.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/flexGrow.js rename to apps/angular/node_modules/cssstyle/lib/properties/flexGrow.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/flexShrink.js b/apps/angular/node_modules/cssstyle/lib/properties/flexShrink.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/flexShrink.js rename to apps/angular/node_modules/cssstyle/lib/properties/flexShrink.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/float.js b/apps/angular/node_modules/cssstyle/lib/properties/float.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/float.js rename to apps/angular/node_modules/cssstyle/lib/properties/float.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/floodColor.js b/apps/angular/node_modules/cssstyle/lib/properties/floodColor.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/floodColor.js rename to apps/angular/node_modules/cssstyle/lib/properties/floodColor.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/font.js b/apps/angular/node_modules/cssstyle/lib/properties/font.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/font.js rename to apps/angular/node_modules/cssstyle/lib/properties/font.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/fontFamily.js b/apps/angular/node_modules/cssstyle/lib/properties/fontFamily.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/fontFamily.js rename to apps/angular/node_modules/cssstyle/lib/properties/fontFamily.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/fontSize.js b/apps/angular/node_modules/cssstyle/lib/properties/fontSize.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/fontSize.js rename to apps/angular/node_modules/cssstyle/lib/properties/fontSize.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/fontStyle.js b/apps/angular/node_modules/cssstyle/lib/properties/fontStyle.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/fontStyle.js rename to apps/angular/node_modules/cssstyle/lib/properties/fontStyle.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/fontVariant.js b/apps/angular/node_modules/cssstyle/lib/properties/fontVariant.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/fontVariant.js rename to apps/angular/node_modules/cssstyle/lib/properties/fontVariant.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/fontWeight.js b/apps/angular/node_modules/cssstyle/lib/properties/fontWeight.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/fontWeight.js rename to apps/angular/node_modules/cssstyle/lib/properties/fontWeight.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/height.js b/apps/angular/node_modules/cssstyle/lib/properties/height.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/height.js rename to apps/angular/node_modules/cssstyle/lib/properties/height.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/left.js b/apps/angular/node_modules/cssstyle/lib/properties/left.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/left.js rename to apps/angular/node_modules/cssstyle/lib/properties/left.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/lightingColor.js b/apps/angular/node_modules/cssstyle/lib/properties/lightingColor.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/lightingColor.js rename to apps/angular/node_modules/cssstyle/lib/properties/lightingColor.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/lineHeight.js b/apps/angular/node_modules/cssstyle/lib/properties/lineHeight.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/lineHeight.js rename to apps/angular/node_modules/cssstyle/lib/properties/lineHeight.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/margin.js b/apps/angular/node_modules/cssstyle/lib/properties/margin.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/margin.js rename to apps/angular/node_modules/cssstyle/lib/properties/margin.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/marginBottom.js b/apps/angular/node_modules/cssstyle/lib/properties/marginBottom.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/marginBottom.js rename to apps/angular/node_modules/cssstyle/lib/properties/marginBottom.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/marginLeft.js b/apps/angular/node_modules/cssstyle/lib/properties/marginLeft.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/marginLeft.js rename to apps/angular/node_modules/cssstyle/lib/properties/marginLeft.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/marginRight.js b/apps/angular/node_modules/cssstyle/lib/properties/marginRight.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/marginRight.js rename to apps/angular/node_modules/cssstyle/lib/properties/marginRight.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/marginTop.js b/apps/angular/node_modules/cssstyle/lib/properties/marginTop.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/marginTop.js rename to apps/angular/node_modules/cssstyle/lib/properties/marginTop.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/opacity.js b/apps/angular/node_modules/cssstyle/lib/properties/opacity.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/opacity.js rename to apps/angular/node_modules/cssstyle/lib/properties/opacity.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/outlineColor.js b/apps/angular/node_modules/cssstyle/lib/properties/outlineColor.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/outlineColor.js rename to apps/angular/node_modules/cssstyle/lib/properties/outlineColor.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/padding.js b/apps/angular/node_modules/cssstyle/lib/properties/padding.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/padding.js rename to apps/angular/node_modules/cssstyle/lib/properties/padding.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/paddingBottom.js b/apps/angular/node_modules/cssstyle/lib/properties/paddingBottom.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/paddingBottom.js rename to apps/angular/node_modules/cssstyle/lib/properties/paddingBottom.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/paddingLeft.js b/apps/angular/node_modules/cssstyle/lib/properties/paddingLeft.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/paddingLeft.js rename to apps/angular/node_modules/cssstyle/lib/properties/paddingLeft.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/paddingRight.js b/apps/angular/node_modules/cssstyle/lib/properties/paddingRight.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/paddingRight.js rename to apps/angular/node_modules/cssstyle/lib/properties/paddingRight.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/paddingTop.js b/apps/angular/node_modules/cssstyle/lib/properties/paddingTop.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/paddingTop.js rename to apps/angular/node_modules/cssstyle/lib/properties/paddingTop.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/right.js b/apps/angular/node_modules/cssstyle/lib/properties/right.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/right.js rename to apps/angular/node_modules/cssstyle/lib/properties/right.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/stopColor.js b/apps/angular/node_modules/cssstyle/lib/properties/stopColor.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/stopColor.js rename to apps/angular/node_modules/cssstyle/lib/properties/stopColor.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/top.js b/apps/angular/node_modules/cssstyle/lib/properties/top.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/top.js rename to apps/angular/node_modules/cssstyle/lib/properties/top.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/webkitBorderAfterColor.js b/apps/angular/node_modules/cssstyle/lib/properties/webkitBorderAfterColor.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/webkitBorderAfterColor.js rename to apps/angular/node_modules/cssstyle/lib/properties/webkitBorderAfterColor.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/webkitBorderBeforeColor.js b/apps/angular/node_modules/cssstyle/lib/properties/webkitBorderBeforeColor.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/webkitBorderBeforeColor.js rename to apps/angular/node_modules/cssstyle/lib/properties/webkitBorderBeforeColor.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/webkitBorderEndColor.js b/apps/angular/node_modules/cssstyle/lib/properties/webkitBorderEndColor.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/webkitBorderEndColor.js rename to apps/angular/node_modules/cssstyle/lib/properties/webkitBorderEndColor.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/webkitBorderStartColor.js b/apps/angular/node_modules/cssstyle/lib/properties/webkitBorderStartColor.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/webkitBorderStartColor.js rename to apps/angular/node_modules/cssstyle/lib/properties/webkitBorderStartColor.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/webkitColumnRuleColor.js b/apps/angular/node_modules/cssstyle/lib/properties/webkitColumnRuleColor.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/webkitColumnRuleColor.js rename to apps/angular/node_modules/cssstyle/lib/properties/webkitColumnRuleColor.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/webkitTapHighlightColor.js b/apps/angular/node_modules/cssstyle/lib/properties/webkitTapHighlightColor.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/webkitTapHighlightColor.js rename to apps/angular/node_modules/cssstyle/lib/properties/webkitTapHighlightColor.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/webkitTextEmphasisColor.js b/apps/angular/node_modules/cssstyle/lib/properties/webkitTextEmphasisColor.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/webkitTextEmphasisColor.js rename to apps/angular/node_modules/cssstyle/lib/properties/webkitTextEmphasisColor.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/webkitTextFillColor.js b/apps/angular/node_modules/cssstyle/lib/properties/webkitTextFillColor.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/webkitTextFillColor.js rename to apps/angular/node_modules/cssstyle/lib/properties/webkitTextFillColor.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/webkitTextStrokeColor.js b/apps/angular/node_modules/cssstyle/lib/properties/webkitTextStrokeColor.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/webkitTextStrokeColor.js rename to apps/angular/node_modules/cssstyle/lib/properties/webkitTextStrokeColor.js diff --git a/ClientApp/node_modules/cssstyle/lib/properties/width.js b/apps/angular/node_modules/cssstyle/lib/properties/width.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/properties/width.js rename to apps/angular/node_modules/cssstyle/lib/properties/width.js diff --git a/ClientApp/node_modules/cssstyle/lib/utils/camelize.js b/apps/angular/node_modules/cssstyle/lib/utils/camelize.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/utils/camelize.js rename to apps/angular/node_modules/cssstyle/lib/utils/camelize.js diff --git a/ClientApp/node_modules/cssstyle/lib/utils/propertyDescriptors.js b/apps/angular/node_modules/cssstyle/lib/utils/propertyDescriptors.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/utils/propertyDescriptors.js rename to apps/angular/node_modules/cssstyle/lib/utils/propertyDescriptors.js diff --git a/ClientApp/node_modules/cssstyle/lib/utils/strings.js b/apps/angular/node_modules/cssstyle/lib/utils/strings.js similarity index 100% rename from ClientApp/node_modules/cssstyle/lib/utils/strings.js rename to apps/angular/node_modules/cssstyle/lib/utils/strings.js diff --git a/ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/LICENSE.txt b/apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/LICENSE.txt similarity index 100% rename from ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/LICENSE.txt rename to apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/LICENSE.txt diff --git a/ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/README.mdown b/apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/README.mdown similarity index 100% rename from ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/README.mdown rename to apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/README.mdown diff --git a/ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/build/CSSOM.js b/apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/build/CSSOM.js similarity index 100% rename from ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/build/CSSOM.js rename to apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/build/CSSOM.js diff --git a/ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSConditionRule.js b/apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSConditionRule.js similarity index 100% rename from ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSConditionRule.js rename to apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSConditionRule.js diff --git a/ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSContainerRule.js b/apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSContainerRule.js similarity index 100% rename from ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSContainerRule.js rename to apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSContainerRule.js diff --git a/ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSDocumentRule.js b/apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSDocumentRule.js similarity index 100% rename from ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSDocumentRule.js rename to apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSDocumentRule.js diff --git a/ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSFontFaceRule.js b/apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSFontFaceRule.js similarity index 100% rename from ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSFontFaceRule.js rename to apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSFontFaceRule.js diff --git a/ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSGroupingRule.js b/apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSGroupingRule.js similarity index 100% rename from ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSGroupingRule.js rename to apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSGroupingRule.js diff --git a/ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSHostRule.js b/apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSHostRule.js similarity index 100% rename from ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSHostRule.js rename to apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSHostRule.js diff --git a/ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSImportRule.js b/apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSImportRule.js similarity index 100% rename from ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSImportRule.js rename to apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSImportRule.js diff --git a/ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSKeyframeRule.js b/apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSKeyframeRule.js similarity index 100% rename from ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSKeyframeRule.js rename to apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSKeyframeRule.js diff --git a/ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSKeyframesRule.js b/apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSKeyframesRule.js similarity index 100% rename from ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSKeyframesRule.js rename to apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSKeyframesRule.js diff --git a/ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSLayerBlockRule.js b/apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSLayerBlockRule.js similarity index 100% rename from ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSLayerBlockRule.js rename to apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSLayerBlockRule.js diff --git a/ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSMediaRule.js b/apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSMediaRule.js similarity index 100% rename from ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSMediaRule.js rename to apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSMediaRule.js diff --git a/ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSOM.js b/apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSOM.js similarity index 100% rename from ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSOM.js rename to apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSOM.js diff --git a/ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSRule.js b/apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSRule.js similarity index 100% rename from ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSRule.js rename to apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSRule.js diff --git a/ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSStartingStyleRule.js b/apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSStartingStyleRule.js similarity index 100% rename from ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSStartingStyleRule.js rename to apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSStartingStyleRule.js diff --git a/ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSStyleDeclaration.js b/apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSStyleDeclaration.js similarity index 100% rename from ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSStyleDeclaration.js rename to apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSStyleDeclaration.js diff --git a/ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSStyleRule.js b/apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSStyleRule.js similarity index 100% rename from ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSStyleRule.js rename to apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSStyleRule.js diff --git a/ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSStyleSheet.js b/apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSStyleSheet.js similarity index 100% rename from ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSStyleSheet.js rename to apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSStyleSheet.js diff --git a/ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSSupportsRule.js b/apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSSupportsRule.js similarity index 100% rename from ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSSupportsRule.js rename to apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSSupportsRule.js diff --git a/ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSValue.js b/apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSValue.js similarity index 100% rename from ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSValue.js rename to apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSValue.js diff --git a/ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSValueExpression.js b/apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSValueExpression.js similarity index 100% rename from ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSValueExpression.js rename to apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/CSSValueExpression.js diff --git a/ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/MatcherList.js b/apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/MatcherList.js similarity index 100% rename from ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/MatcherList.js rename to apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/MatcherList.js diff --git a/ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/MediaList.js b/apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/MediaList.js similarity index 100% rename from ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/MediaList.js rename to apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/MediaList.js diff --git a/ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/StyleSheet.js b/apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/StyleSheet.js similarity index 100% rename from ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/StyleSheet.js rename to apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/StyleSheet.js diff --git a/ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/clone.js b/apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/clone.js similarity index 100% rename from ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/clone.js rename to apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/clone.js diff --git a/ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/index.js b/apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/index.js similarity index 100% rename from ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/index.js rename to apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/index.js diff --git a/ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/parse.js b/apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/parse.js similarity index 100% rename from ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/lib/parse.js rename to apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/lib/parse.js diff --git a/ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/package.json b/apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/package.json similarity index 100% rename from ClientApp/node_modules/cssstyle/node_modules/rrweb-cssom/package.json rename to apps/angular/node_modules/cssstyle/node_modules/rrweb-cssom/package.json diff --git a/ClientApp/node_modules/cssstyle/package.json b/apps/angular/node_modules/cssstyle/package.json similarity index 100% rename from ClientApp/node_modules/cssstyle/package.json rename to apps/angular/node_modules/cssstyle/package.json diff --git a/ClientApp/node_modules/csstype/LICENSE b/apps/angular/node_modules/csstype/LICENSE similarity index 100% rename from ClientApp/node_modules/csstype/LICENSE rename to apps/angular/node_modules/csstype/LICENSE diff --git a/ClientApp/node_modules/csstype/README.md b/apps/angular/node_modules/csstype/README.md similarity index 100% rename from ClientApp/node_modules/csstype/README.md rename to apps/angular/node_modules/csstype/README.md diff --git a/ClientApp/node_modules/csstype/index.d.ts b/apps/angular/node_modules/csstype/index.d.ts similarity index 100% rename from ClientApp/node_modules/csstype/index.d.ts rename to apps/angular/node_modules/csstype/index.d.ts diff --git a/ClientApp/node_modules/csstype/index.js.flow b/apps/angular/node_modules/csstype/index.js.flow similarity index 100% rename from ClientApp/node_modules/csstype/index.js.flow rename to apps/angular/node_modules/csstype/index.js.flow diff --git a/ClientApp/node_modules/csstype/package.json b/apps/angular/node_modules/csstype/package.json similarity index 100% rename from ClientApp/node_modules/csstype/package.json rename to apps/angular/node_modules/csstype/package.json diff --git a/ClientApp/node_modules/cypress/README.md b/apps/angular/node_modules/cypress/README.md similarity index 100% rename from ClientApp/node_modules/cypress/README.md rename to apps/angular/node_modules/cypress/README.md diff --git a/ClientApp/node_modules/cypress/angular-signals/README.md b/apps/angular/node_modules/cypress/angular-signals/README.md similarity index 100% rename from ClientApp/node_modules/cypress/angular-signals/README.md rename to apps/angular/node_modules/cypress/angular-signals/README.md diff --git a/ClientApp/node_modules/cypress/angular-signals/angular-signals/README.md b/apps/angular/node_modules/cypress/angular-signals/angular-signals/README.md similarity index 100% rename from ClientApp/node_modules/cypress/angular-signals/angular-signals/README.md rename to apps/angular/node_modules/cypress/angular-signals/angular-signals/README.md diff --git a/ClientApp/node_modules/cypress/angular-signals/angular-signals/dist/index.d.ts b/apps/angular/node_modules/cypress/angular-signals/angular-signals/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/angular-signals/angular-signals/dist/index.d.ts rename to apps/angular/node_modules/cypress/angular-signals/angular-signals/dist/index.d.ts diff --git a/ClientApp/node_modules/cypress/angular-signals/angular-signals/dist/index.js b/apps/angular/node_modules/cypress/angular-signals/angular-signals/dist/index.js similarity index 100% rename from ClientApp/node_modules/cypress/angular-signals/angular-signals/dist/index.js rename to apps/angular/node_modules/cypress/angular-signals/angular-signals/dist/index.js diff --git a/ClientApp/node_modules/cypress/angular-signals/angular-signals/package.json b/apps/angular/node_modules/cypress/angular-signals/angular-signals/package.json similarity index 100% rename from ClientApp/node_modules/cypress/angular-signals/angular-signals/package.json rename to apps/angular/node_modules/cypress/angular-signals/angular-signals/package.json diff --git a/ClientApp/node_modules/cypress/angular-signals/dist/index.d.ts b/apps/angular/node_modules/cypress/angular-signals/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/angular-signals/dist/index.d.ts rename to apps/angular/node_modules/cypress/angular-signals/dist/index.d.ts diff --git a/ClientApp/node_modules/cypress/angular-signals/dist/index.js b/apps/angular/node_modules/cypress/angular-signals/dist/index.js similarity index 100% rename from ClientApp/node_modules/cypress/angular-signals/dist/index.js rename to apps/angular/node_modules/cypress/angular-signals/dist/index.js diff --git a/ClientApp/node_modules/cypress/angular-signals/package.json b/apps/angular/node_modules/cypress/angular-signals/package.json similarity index 100% rename from ClientApp/node_modules/cypress/angular-signals/package.json rename to apps/angular/node_modules/cypress/angular-signals/package.json diff --git a/ClientApp/node_modules/cypress/angular/README.md b/apps/angular/node_modules/cypress/angular/README.md similarity index 100% rename from ClientApp/node_modules/cypress/angular/README.md rename to apps/angular/node_modules/cypress/angular/README.md diff --git a/ClientApp/node_modules/cypress/angular/angular/README.md b/apps/angular/node_modules/cypress/angular/angular/README.md similarity index 100% rename from ClientApp/node_modules/cypress/angular/angular/README.md rename to apps/angular/node_modules/cypress/angular/angular/README.md diff --git a/ClientApp/node_modules/cypress/angular/angular/dist/index.d.ts b/apps/angular/node_modules/cypress/angular/angular/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/angular/angular/dist/index.d.ts rename to apps/angular/node_modules/cypress/angular/angular/dist/index.d.ts diff --git a/ClientApp/node_modules/cypress/angular/angular/dist/index.js b/apps/angular/node_modules/cypress/angular/angular/dist/index.js similarity index 100% rename from ClientApp/node_modules/cypress/angular/angular/dist/index.js rename to apps/angular/node_modules/cypress/angular/angular/dist/index.js diff --git a/ClientApp/node_modules/cypress/angular/angular/package.json b/apps/angular/node_modules/cypress/angular/angular/package.json similarity index 100% rename from ClientApp/node_modules/cypress/angular/angular/package.json rename to apps/angular/node_modules/cypress/angular/angular/package.json diff --git a/ClientApp/node_modules/cypress/angular/dist/index.d.ts b/apps/angular/node_modules/cypress/angular/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/angular/dist/index.d.ts rename to apps/angular/node_modules/cypress/angular/dist/index.d.ts diff --git a/ClientApp/node_modules/cypress/angular/dist/index.js b/apps/angular/node_modules/cypress/angular/dist/index.js similarity index 100% rename from ClientApp/node_modules/cypress/angular/dist/index.js rename to apps/angular/node_modules/cypress/angular/dist/index.js diff --git a/ClientApp/node_modules/cypress/angular/package.json b/apps/angular/node_modules/cypress/angular/package.json similarity index 100% rename from ClientApp/node_modules/cypress/angular/package.json rename to apps/angular/node_modules/cypress/angular/package.json diff --git a/ClientApp/node_modules/cypress/bin/cypress b/apps/angular/node_modules/cypress/bin/cypress similarity index 100% rename from ClientApp/node_modules/cypress/bin/cypress rename to apps/angular/node_modules/cypress/bin/cypress diff --git a/ClientApp/node_modules/cypress/index.js b/apps/angular/node_modules/cypress/index.js similarity index 100% rename from ClientApp/node_modules/cypress/index.js rename to apps/angular/node_modules/cypress/index.js diff --git a/ClientApp/node_modules/cypress/index.mjs b/apps/angular/node_modules/cypress/index.mjs similarity index 100% rename from ClientApp/node_modules/cypress/index.mjs rename to apps/angular/node_modules/cypress/index.mjs diff --git a/ClientApp/node_modules/cypress/lib/VerboseRenderer.js b/apps/angular/node_modules/cypress/lib/VerboseRenderer.js similarity index 100% rename from ClientApp/node_modules/cypress/lib/VerboseRenderer.js rename to apps/angular/node_modules/cypress/lib/VerboseRenderer.js diff --git a/ClientApp/node_modules/cypress/lib/cli.js b/apps/angular/node_modules/cypress/lib/cli.js similarity index 100% rename from ClientApp/node_modules/cypress/lib/cli.js rename to apps/angular/node_modules/cypress/lib/cli.js diff --git a/ClientApp/node_modules/cypress/lib/cypress.js b/apps/angular/node_modules/cypress/lib/cypress.js similarity index 100% rename from ClientApp/node_modules/cypress/lib/cypress.js rename to apps/angular/node_modules/cypress/lib/cypress.js diff --git a/ClientApp/node_modules/cypress/lib/errors.js b/apps/angular/node_modules/cypress/lib/errors.js similarity index 100% rename from ClientApp/node_modules/cypress/lib/errors.js rename to apps/angular/node_modules/cypress/lib/errors.js diff --git a/ClientApp/node_modules/cypress/lib/exec/info.js b/apps/angular/node_modules/cypress/lib/exec/info.js similarity index 100% rename from ClientApp/node_modules/cypress/lib/exec/info.js rename to apps/angular/node_modules/cypress/lib/exec/info.js diff --git a/ClientApp/node_modules/cypress/lib/exec/open.js b/apps/angular/node_modules/cypress/lib/exec/open.js similarity index 100% rename from ClientApp/node_modules/cypress/lib/exec/open.js rename to apps/angular/node_modules/cypress/lib/exec/open.js diff --git a/ClientApp/node_modules/cypress/lib/exec/run.js b/apps/angular/node_modules/cypress/lib/exec/run.js similarity index 100% rename from ClientApp/node_modules/cypress/lib/exec/run.js rename to apps/angular/node_modules/cypress/lib/exec/run.js diff --git a/ClientApp/node_modules/cypress/lib/exec/shared.js b/apps/angular/node_modules/cypress/lib/exec/shared.js similarity index 100% rename from ClientApp/node_modules/cypress/lib/exec/shared.js rename to apps/angular/node_modules/cypress/lib/exec/shared.js diff --git a/ClientApp/node_modules/cypress/lib/exec/spawn.js b/apps/angular/node_modules/cypress/lib/exec/spawn.js similarity index 100% rename from ClientApp/node_modules/cypress/lib/exec/spawn.js rename to apps/angular/node_modules/cypress/lib/exec/spawn.js diff --git a/ClientApp/node_modules/cypress/lib/exec/versions.js b/apps/angular/node_modules/cypress/lib/exec/versions.js similarity index 100% rename from ClientApp/node_modules/cypress/lib/exec/versions.js rename to apps/angular/node_modules/cypress/lib/exec/versions.js diff --git a/ClientApp/node_modules/cypress/lib/exec/xvfb.js b/apps/angular/node_modules/cypress/lib/exec/xvfb.js similarity index 100% rename from ClientApp/node_modules/cypress/lib/exec/xvfb.js rename to apps/angular/node_modules/cypress/lib/exec/xvfb.js diff --git a/ClientApp/node_modules/cypress/lib/fs.js b/apps/angular/node_modules/cypress/lib/fs.js similarity index 100% rename from ClientApp/node_modules/cypress/lib/fs.js rename to apps/angular/node_modules/cypress/lib/fs.js diff --git a/ClientApp/node_modules/cypress/lib/logger.js b/apps/angular/node_modules/cypress/lib/logger.js similarity index 100% rename from ClientApp/node_modules/cypress/lib/logger.js rename to apps/angular/node_modules/cypress/lib/logger.js diff --git a/ClientApp/node_modules/cypress/lib/tasks/cache.js b/apps/angular/node_modules/cypress/lib/tasks/cache.js similarity index 100% rename from ClientApp/node_modules/cypress/lib/tasks/cache.js rename to apps/angular/node_modules/cypress/lib/tasks/cache.js diff --git a/ClientApp/node_modules/cypress/lib/tasks/download.js b/apps/angular/node_modules/cypress/lib/tasks/download.js similarity index 100% rename from ClientApp/node_modules/cypress/lib/tasks/download.js rename to apps/angular/node_modules/cypress/lib/tasks/download.js diff --git a/ClientApp/node_modules/cypress/lib/tasks/get-folder-size.js b/apps/angular/node_modules/cypress/lib/tasks/get-folder-size.js similarity index 100% rename from ClientApp/node_modules/cypress/lib/tasks/get-folder-size.js rename to apps/angular/node_modules/cypress/lib/tasks/get-folder-size.js diff --git a/ClientApp/node_modules/cypress/lib/tasks/install.js b/apps/angular/node_modules/cypress/lib/tasks/install.js similarity index 100% rename from ClientApp/node_modules/cypress/lib/tasks/install.js rename to apps/angular/node_modules/cypress/lib/tasks/install.js diff --git a/ClientApp/node_modules/cypress/lib/tasks/state.js b/apps/angular/node_modules/cypress/lib/tasks/state.js similarity index 100% rename from ClientApp/node_modules/cypress/lib/tasks/state.js rename to apps/angular/node_modules/cypress/lib/tasks/state.js diff --git a/ClientApp/node_modules/cypress/lib/tasks/unzip.js b/apps/angular/node_modules/cypress/lib/tasks/unzip.js similarity index 100% rename from ClientApp/node_modules/cypress/lib/tasks/unzip.js rename to apps/angular/node_modules/cypress/lib/tasks/unzip.js diff --git a/ClientApp/node_modules/cypress/lib/tasks/verify.js b/apps/angular/node_modules/cypress/lib/tasks/verify.js similarity index 100% rename from ClientApp/node_modules/cypress/lib/tasks/verify.js rename to apps/angular/node_modules/cypress/lib/tasks/verify.js diff --git a/ClientApp/node_modules/cypress/lib/util.js b/apps/angular/node_modules/cypress/lib/util.js similarity index 100% rename from ClientApp/node_modules/cypress/lib/util.js rename to apps/angular/node_modules/cypress/lib/util.js diff --git a/ClientApp/node_modules/cypress/mount-utils/README.md b/apps/angular/node_modules/cypress/mount-utils/README.md similarity index 100% rename from ClientApp/node_modules/cypress/mount-utils/README.md rename to apps/angular/node_modules/cypress/mount-utils/README.md diff --git a/ClientApp/node_modules/cypress/mount-utils/dist/index.d.ts b/apps/angular/node_modules/cypress/mount-utils/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/mount-utils/dist/index.d.ts rename to apps/angular/node_modules/cypress/mount-utils/dist/index.d.ts diff --git a/ClientApp/node_modules/cypress/mount-utils/dist/index.js b/apps/angular/node_modules/cypress/mount-utils/dist/index.js similarity index 100% rename from ClientApp/node_modules/cypress/mount-utils/dist/index.js rename to apps/angular/node_modules/cypress/mount-utils/dist/index.js diff --git a/ClientApp/node_modules/cypress/mount-utils/mount-utils/README.md b/apps/angular/node_modules/cypress/mount-utils/mount-utils/README.md similarity index 100% rename from ClientApp/node_modules/cypress/mount-utils/mount-utils/README.md rename to apps/angular/node_modules/cypress/mount-utils/mount-utils/README.md diff --git a/ClientApp/node_modules/cypress/mount-utils/mount-utils/dist/index.d.ts b/apps/angular/node_modules/cypress/mount-utils/mount-utils/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/mount-utils/mount-utils/dist/index.d.ts rename to apps/angular/node_modules/cypress/mount-utils/mount-utils/dist/index.d.ts diff --git a/ClientApp/node_modules/cypress/mount-utils/mount-utils/dist/index.js b/apps/angular/node_modules/cypress/mount-utils/mount-utils/dist/index.js similarity index 100% rename from ClientApp/node_modules/cypress/mount-utils/mount-utils/dist/index.js rename to apps/angular/node_modules/cypress/mount-utils/mount-utils/dist/index.js diff --git a/ClientApp/node_modules/cypress/mount-utils/mount-utils/package.json b/apps/angular/node_modules/cypress/mount-utils/mount-utils/package.json similarity index 100% rename from ClientApp/node_modules/cypress/mount-utils/mount-utils/package.json rename to apps/angular/node_modules/cypress/mount-utils/mount-utils/package.json diff --git a/ClientApp/node_modules/cypress/mount-utils/package.json b/apps/angular/node_modules/cypress/mount-utils/package.json similarity index 100% rename from ClientApp/node_modules/cypress/mount-utils/package.json rename to apps/angular/node_modules/cypress/mount-utils/package.json diff --git a/ClientApp/node_modules/cypress/node_modules/supports-color/browser.js b/apps/angular/node_modules/cypress/node_modules/supports-color/browser.js similarity index 100% rename from ClientApp/node_modules/cypress/node_modules/supports-color/browser.js rename to apps/angular/node_modules/cypress/node_modules/supports-color/browser.js diff --git a/ClientApp/node_modules/cypress/node_modules/supports-color/index.js b/apps/angular/node_modules/cypress/node_modules/supports-color/index.js similarity index 100% rename from ClientApp/node_modules/cypress/node_modules/supports-color/index.js rename to apps/angular/node_modules/cypress/node_modules/supports-color/index.js diff --git a/ClientApp/node_modules/cypress/node_modules/supports-color/license b/apps/angular/node_modules/cypress/node_modules/supports-color/license similarity index 100% rename from ClientApp/node_modules/cypress/node_modules/supports-color/license rename to apps/angular/node_modules/cypress/node_modules/supports-color/license diff --git a/ClientApp/node_modules/cypress/node_modules/supports-color/package.json b/apps/angular/node_modules/cypress/node_modules/supports-color/package.json similarity index 100% rename from ClientApp/node_modules/cypress/node_modules/supports-color/package.json rename to apps/angular/node_modules/cypress/node_modules/supports-color/package.json diff --git a/ClientApp/node_modules/cypress/node_modules/supports-color/readme.md b/apps/angular/node_modules/cypress/node_modules/supports-color/readme.md similarity index 100% rename from ClientApp/node_modules/cypress/node_modules/supports-color/readme.md rename to apps/angular/node_modules/cypress/node_modules/supports-color/readme.md diff --git a/ClientApp/node_modules/cypress/package.json b/apps/angular/node_modules/cypress/package.json similarity index 100% rename from ClientApp/node_modules/cypress/package.json rename to apps/angular/node_modules/cypress/package.json diff --git a/ClientApp/node_modules/cypress/react/README.md b/apps/angular/node_modules/cypress/react/README.md similarity index 100% rename from ClientApp/node_modules/cypress/react/README.md rename to apps/angular/node_modules/cypress/react/README.md diff --git a/ClientApp/node_modules/cypress/react/dist/cypress-react.cjs.js b/apps/angular/node_modules/cypress/react/dist/cypress-react.cjs.js similarity index 100% rename from ClientApp/node_modules/cypress/react/dist/cypress-react.cjs.js rename to apps/angular/node_modules/cypress/react/dist/cypress-react.cjs.js diff --git a/ClientApp/node_modules/cypress/react/dist/cypress-react.esm-bundler.js b/apps/angular/node_modules/cypress/react/dist/cypress-react.esm-bundler.js similarity index 100% rename from ClientApp/node_modules/cypress/react/dist/cypress-react.esm-bundler.js rename to apps/angular/node_modules/cypress/react/dist/cypress-react.esm-bundler.js diff --git a/ClientApp/node_modules/cypress/react/dist/index.d.ts b/apps/angular/node_modules/cypress/react/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/react/dist/index.d.ts rename to apps/angular/node_modules/cypress/react/dist/index.d.ts diff --git a/ClientApp/node_modules/cypress/react/package.json b/apps/angular/node_modules/cypress/react/package.json similarity index 100% rename from ClientApp/node_modules/cypress/react/package.json rename to apps/angular/node_modules/cypress/react/package.json diff --git a/ClientApp/node_modules/cypress/react/react/README.md b/apps/angular/node_modules/cypress/react/react/README.md similarity index 100% rename from ClientApp/node_modules/cypress/react/react/README.md rename to apps/angular/node_modules/cypress/react/react/README.md diff --git a/ClientApp/node_modules/cypress/react/react/dist/cypress-react.cjs.js b/apps/angular/node_modules/cypress/react/react/dist/cypress-react.cjs.js similarity index 100% rename from ClientApp/node_modules/cypress/react/react/dist/cypress-react.cjs.js rename to apps/angular/node_modules/cypress/react/react/dist/cypress-react.cjs.js diff --git a/ClientApp/node_modules/cypress/react/react/dist/cypress-react.esm-bundler.js b/apps/angular/node_modules/cypress/react/react/dist/cypress-react.esm-bundler.js similarity index 100% rename from ClientApp/node_modules/cypress/react/react/dist/cypress-react.esm-bundler.js rename to apps/angular/node_modules/cypress/react/react/dist/cypress-react.esm-bundler.js diff --git a/ClientApp/node_modules/cypress/react/react/dist/index.d.ts b/apps/angular/node_modules/cypress/react/react/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/react/react/dist/index.d.ts rename to apps/angular/node_modules/cypress/react/react/dist/index.d.ts diff --git a/ClientApp/node_modules/cypress/react/react/package.json b/apps/angular/node_modules/cypress/react/react/package.json similarity index 100% rename from ClientApp/node_modules/cypress/react/react/package.json rename to apps/angular/node_modules/cypress/react/react/package.json diff --git a/ClientApp/node_modules/cypress/react18/README.md b/apps/angular/node_modules/cypress/react18/README.md similarity index 100% rename from ClientApp/node_modules/cypress/react18/README.md rename to apps/angular/node_modules/cypress/react18/README.md diff --git a/ClientApp/node_modules/cypress/react18/dist/cypress-react.cjs.js b/apps/angular/node_modules/cypress/react18/dist/cypress-react.cjs.js similarity index 100% rename from ClientApp/node_modules/cypress/react18/dist/cypress-react.cjs.js rename to apps/angular/node_modules/cypress/react18/dist/cypress-react.cjs.js diff --git a/ClientApp/node_modules/cypress/react18/dist/cypress-react.esm-bundler.js b/apps/angular/node_modules/cypress/react18/dist/cypress-react.esm-bundler.js similarity index 100% rename from ClientApp/node_modules/cypress/react18/dist/cypress-react.esm-bundler.js rename to apps/angular/node_modules/cypress/react18/dist/cypress-react.esm-bundler.js diff --git a/ClientApp/node_modules/cypress/react18/dist/index.d.ts b/apps/angular/node_modules/cypress/react18/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/react18/dist/index.d.ts rename to apps/angular/node_modules/cypress/react18/dist/index.d.ts diff --git a/ClientApp/node_modules/cypress/react18/package.json b/apps/angular/node_modules/cypress/react18/package.json similarity index 100% rename from ClientApp/node_modules/cypress/react18/package.json rename to apps/angular/node_modules/cypress/react18/package.json diff --git a/ClientApp/node_modules/cypress/react18/react18/README.md b/apps/angular/node_modules/cypress/react18/react18/README.md similarity index 100% rename from ClientApp/node_modules/cypress/react18/react18/README.md rename to apps/angular/node_modules/cypress/react18/react18/README.md diff --git a/ClientApp/node_modules/cypress/react18/react18/dist/cypress-react.cjs.js b/apps/angular/node_modules/cypress/react18/react18/dist/cypress-react.cjs.js similarity index 100% rename from ClientApp/node_modules/cypress/react18/react18/dist/cypress-react.cjs.js rename to apps/angular/node_modules/cypress/react18/react18/dist/cypress-react.cjs.js diff --git a/ClientApp/node_modules/cypress/react18/react18/dist/cypress-react.esm-bundler.js b/apps/angular/node_modules/cypress/react18/react18/dist/cypress-react.esm-bundler.js similarity index 100% rename from ClientApp/node_modules/cypress/react18/react18/dist/cypress-react.esm-bundler.js rename to apps/angular/node_modules/cypress/react18/react18/dist/cypress-react.esm-bundler.js diff --git a/ClientApp/node_modules/cypress/react18/react18/dist/index.d.ts b/apps/angular/node_modules/cypress/react18/react18/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/react18/react18/dist/index.d.ts rename to apps/angular/node_modules/cypress/react18/react18/dist/index.d.ts diff --git a/ClientApp/node_modules/cypress/react18/react18/package.json b/apps/angular/node_modules/cypress/react18/react18/package.json similarity index 100% rename from ClientApp/node_modules/cypress/react18/react18/package.json rename to apps/angular/node_modules/cypress/react18/react18/package.json diff --git a/ClientApp/node_modules/cypress/svelte/README.md b/apps/angular/node_modules/cypress/svelte/README.md similarity index 100% rename from ClientApp/node_modules/cypress/svelte/README.md rename to apps/angular/node_modules/cypress/svelte/README.md diff --git a/ClientApp/node_modules/cypress/svelte/dist/cypress-svelte.cjs.js b/apps/angular/node_modules/cypress/svelte/dist/cypress-svelte.cjs.js similarity index 100% rename from ClientApp/node_modules/cypress/svelte/dist/cypress-svelte.cjs.js rename to apps/angular/node_modules/cypress/svelte/dist/cypress-svelte.cjs.js diff --git a/ClientApp/node_modules/cypress/svelte/dist/cypress-svelte.esm-bundler.js b/apps/angular/node_modules/cypress/svelte/dist/cypress-svelte.esm-bundler.js similarity index 100% rename from ClientApp/node_modules/cypress/svelte/dist/cypress-svelte.esm-bundler.js rename to apps/angular/node_modules/cypress/svelte/dist/cypress-svelte.esm-bundler.js diff --git a/ClientApp/node_modules/cypress/svelte/dist/index.d.ts b/apps/angular/node_modules/cypress/svelte/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/svelte/dist/index.d.ts rename to apps/angular/node_modules/cypress/svelte/dist/index.d.ts diff --git a/ClientApp/node_modules/cypress/svelte/package.json b/apps/angular/node_modules/cypress/svelte/package.json similarity index 100% rename from ClientApp/node_modules/cypress/svelte/package.json rename to apps/angular/node_modules/cypress/svelte/package.json diff --git a/ClientApp/node_modules/cypress/svelte/svelte/README.md b/apps/angular/node_modules/cypress/svelte/svelte/README.md similarity index 100% rename from ClientApp/node_modules/cypress/svelte/svelte/README.md rename to apps/angular/node_modules/cypress/svelte/svelte/README.md diff --git a/ClientApp/node_modules/cypress/svelte/svelte/dist/cypress-svelte.cjs.js b/apps/angular/node_modules/cypress/svelte/svelte/dist/cypress-svelte.cjs.js similarity index 100% rename from ClientApp/node_modules/cypress/svelte/svelte/dist/cypress-svelte.cjs.js rename to apps/angular/node_modules/cypress/svelte/svelte/dist/cypress-svelte.cjs.js diff --git a/ClientApp/node_modules/cypress/svelte/svelte/dist/cypress-svelte.esm-bundler.js b/apps/angular/node_modules/cypress/svelte/svelte/dist/cypress-svelte.esm-bundler.js similarity index 100% rename from ClientApp/node_modules/cypress/svelte/svelte/dist/cypress-svelte.esm-bundler.js rename to apps/angular/node_modules/cypress/svelte/svelte/dist/cypress-svelte.esm-bundler.js diff --git a/ClientApp/node_modules/cypress/svelte/svelte/dist/index.d.ts b/apps/angular/node_modules/cypress/svelte/svelte/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/svelte/svelte/dist/index.d.ts rename to apps/angular/node_modules/cypress/svelte/svelte/dist/index.d.ts diff --git a/ClientApp/node_modules/cypress/svelte/svelte/package.json b/apps/angular/node_modules/cypress/svelte/svelte/package.json similarity index 100% rename from ClientApp/node_modules/cypress/svelte/svelte/package.json rename to apps/angular/node_modules/cypress/svelte/svelte/package.json diff --git a/ClientApp/node_modules/cypress/types/bluebird/index.d.ts b/apps/angular/node_modules/cypress/types/bluebird/index.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/bluebird/index.d.ts rename to apps/angular/node_modules/cypress/types/bluebird/index.d.ts diff --git a/ClientApp/node_modules/cypress/types/chai-jquery/index.d.ts b/apps/angular/node_modules/cypress/types/chai-jquery/index.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/chai-jquery/index.d.ts rename to apps/angular/node_modules/cypress/types/chai-jquery/index.d.ts diff --git a/ClientApp/node_modules/cypress/types/chai/index.d.ts b/apps/angular/node_modules/cypress/types/chai/index.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/chai/index.d.ts rename to apps/angular/node_modules/cypress/types/chai/index.d.ts diff --git a/ClientApp/node_modules/cypress/types/cy-blob-util.d.ts b/apps/angular/node_modules/cypress/types/cy-blob-util.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/cy-blob-util.d.ts rename to apps/angular/node_modules/cypress/types/cy-blob-util.d.ts diff --git a/ClientApp/node_modules/cypress/types/cy-bluebird.d.ts b/apps/angular/node_modules/cypress/types/cy-bluebird.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/cy-bluebird.d.ts rename to apps/angular/node_modules/cypress/types/cy-bluebird.d.ts diff --git a/ClientApp/node_modules/cypress/types/cy-chai.d.ts b/apps/angular/node_modules/cypress/types/cy-chai.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/cy-chai.d.ts rename to apps/angular/node_modules/cypress/types/cy-chai.d.ts diff --git a/ClientApp/node_modules/cypress/types/cy-minimatch.d.ts b/apps/angular/node_modules/cypress/types/cy-minimatch.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/cy-minimatch.d.ts rename to apps/angular/node_modules/cypress/types/cy-minimatch.d.ts diff --git a/ClientApp/node_modules/cypress/types/cypress-eventemitter.d.ts b/apps/angular/node_modules/cypress/types/cypress-eventemitter.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/cypress-eventemitter.d.ts rename to apps/angular/node_modules/cypress/types/cypress-eventemitter.d.ts diff --git a/ClientApp/node_modules/cypress/types/cypress-expect.d.ts b/apps/angular/node_modules/cypress/types/cypress-expect.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/cypress-expect.d.ts rename to apps/angular/node_modules/cypress/types/cypress-expect.d.ts diff --git a/ClientApp/node_modules/cypress/types/cypress-global-vars.d.ts b/apps/angular/node_modules/cypress/types/cypress-global-vars.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/cypress-global-vars.d.ts rename to apps/angular/node_modules/cypress/types/cypress-global-vars.d.ts diff --git a/ClientApp/node_modules/cypress/types/cypress-npm-api.d.ts b/apps/angular/node_modules/cypress/types/cypress-npm-api.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/cypress-npm-api.d.ts rename to apps/angular/node_modules/cypress/types/cypress-npm-api.d.ts diff --git a/ClientApp/node_modules/cypress/types/cypress-type-helpers.d.ts b/apps/angular/node_modules/cypress/types/cypress-type-helpers.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/cypress-type-helpers.d.ts rename to apps/angular/node_modules/cypress/types/cypress-type-helpers.d.ts diff --git a/ClientApp/node_modules/cypress/types/cypress.d.ts b/apps/angular/node_modules/cypress/types/cypress.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/cypress.d.ts rename to apps/angular/node_modules/cypress/types/cypress.d.ts diff --git a/ClientApp/node_modules/cypress/types/index.d.ts b/apps/angular/node_modules/cypress/types/index.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/index.d.ts rename to apps/angular/node_modules/cypress/types/index.d.ts diff --git a/ClientApp/node_modules/cypress/types/jquery/JQuery.d.ts b/apps/angular/node_modules/cypress/types/jquery/JQuery.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/jquery/JQuery.d.ts rename to apps/angular/node_modules/cypress/types/jquery/JQuery.d.ts diff --git a/ClientApp/node_modules/cypress/types/jquery/JQueryStatic.d.ts b/apps/angular/node_modules/cypress/types/jquery/JQueryStatic.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/jquery/JQueryStatic.d.ts rename to apps/angular/node_modules/cypress/types/jquery/JQueryStatic.d.ts diff --git a/ClientApp/node_modules/cypress/types/jquery/index.d.ts b/apps/angular/node_modules/cypress/types/jquery/index.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/jquery/index.d.ts rename to apps/angular/node_modules/cypress/types/jquery/index.d.ts diff --git a/ClientApp/node_modules/cypress/types/jquery/legacy.d.ts b/apps/angular/node_modules/cypress/types/jquery/legacy.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/jquery/legacy.d.ts rename to apps/angular/node_modules/cypress/types/jquery/legacy.d.ts diff --git a/ClientApp/node_modules/cypress/types/jquery/misc.d.ts b/apps/angular/node_modules/cypress/types/jquery/misc.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/jquery/misc.d.ts rename to apps/angular/node_modules/cypress/types/jquery/misc.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/add.d.ts b/apps/angular/node_modules/cypress/types/lodash/add.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/add.d.ts rename to apps/angular/node_modules/cypress/types/lodash/add.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/after.d.ts b/apps/angular/node_modules/cypress/types/lodash/after.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/after.d.ts rename to apps/angular/node_modules/cypress/types/lodash/after.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/ary.d.ts b/apps/angular/node_modules/cypress/types/lodash/ary.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/ary.d.ts rename to apps/angular/node_modules/cypress/types/lodash/ary.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/assign.d.ts b/apps/angular/node_modules/cypress/types/lodash/assign.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/assign.d.ts rename to apps/angular/node_modules/cypress/types/lodash/assign.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/assignIn.d.ts b/apps/angular/node_modules/cypress/types/lodash/assignIn.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/assignIn.d.ts rename to apps/angular/node_modules/cypress/types/lodash/assignIn.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/assignInWith.d.ts b/apps/angular/node_modules/cypress/types/lodash/assignInWith.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/assignInWith.d.ts rename to apps/angular/node_modules/cypress/types/lodash/assignInWith.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/assignWith.d.ts b/apps/angular/node_modules/cypress/types/lodash/assignWith.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/assignWith.d.ts rename to apps/angular/node_modules/cypress/types/lodash/assignWith.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/at.d.ts b/apps/angular/node_modules/cypress/types/lodash/at.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/at.d.ts rename to apps/angular/node_modules/cypress/types/lodash/at.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/attempt.d.ts b/apps/angular/node_modules/cypress/types/lodash/attempt.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/attempt.d.ts rename to apps/angular/node_modules/cypress/types/lodash/attempt.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/before.d.ts b/apps/angular/node_modules/cypress/types/lodash/before.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/before.d.ts rename to apps/angular/node_modules/cypress/types/lodash/before.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/bind.d.ts b/apps/angular/node_modules/cypress/types/lodash/bind.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/bind.d.ts rename to apps/angular/node_modules/cypress/types/lodash/bind.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/bindAll.d.ts b/apps/angular/node_modules/cypress/types/lodash/bindAll.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/bindAll.d.ts rename to apps/angular/node_modules/cypress/types/lodash/bindAll.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/bindKey.d.ts b/apps/angular/node_modules/cypress/types/lodash/bindKey.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/bindKey.d.ts rename to apps/angular/node_modules/cypress/types/lodash/bindKey.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/camelCase.d.ts b/apps/angular/node_modules/cypress/types/lodash/camelCase.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/camelCase.d.ts rename to apps/angular/node_modules/cypress/types/lodash/camelCase.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/capitalize.d.ts b/apps/angular/node_modules/cypress/types/lodash/capitalize.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/capitalize.d.ts rename to apps/angular/node_modules/cypress/types/lodash/capitalize.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/castArray.d.ts b/apps/angular/node_modules/cypress/types/lodash/castArray.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/castArray.d.ts rename to apps/angular/node_modules/cypress/types/lodash/castArray.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/ceil.d.ts b/apps/angular/node_modules/cypress/types/lodash/ceil.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/ceil.d.ts rename to apps/angular/node_modules/cypress/types/lodash/ceil.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/chain.d.ts b/apps/angular/node_modules/cypress/types/lodash/chain.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/chain.d.ts rename to apps/angular/node_modules/cypress/types/lodash/chain.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/chunk.d.ts b/apps/angular/node_modules/cypress/types/lodash/chunk.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/chunk.d.ts rename to apps/angular/node_modules/cypress/types/lodash/chunk.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/clamp.d.ts b/apps/angular/node_modules/cypress/types/lodash/clamp.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/clamp.d.ts rename to apps/angular/node_modules/cypress/types/lodash/clamp.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/clone.d.ts b/apps/angular/node_modules/cypress/types/lodash/clone.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/clone.d.ts rename to apps/angular/node_modules/cypress/types/lodash/clone.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/cloneDeep.d.ts b/apps/angular/node_modules/cypress/types/lodash/cloneDeep.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/cloneDeep.d.ts rename to apps/angular/node_modules/cypress/types/lodash/cloneDeep.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/cloneDeepWith.d.ts b/apps/angular/node_modules/cypress/types/lodash/cloneDeepWith.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/cloneDeepWith.d.ts rename to apps/angular/node_modules/cypress/types/lodash/cloneDeepWith.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/cloneWith.d.ts b/apps/angular/node_modules/cypress/types/lodash/cloneWith.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/cloneWith.d.ts rename to apps/angular/node_modules/cypress/types/lodash/cloneWith.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/common/array.d.ts b/apps/angular/node_modules/cypress/types/lodash/common/array.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/common/array.d.ts rename to apps/angular/node_modules/cypress/types/lodash/common/array.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/common/collection.d.ts b/apps/angular/node_modules/cypress/types/lodash/common/collection.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/common/collection.d.ts rename to apps/angular/node_modules/cypress/types/lodash/common/collection.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/common/common.d.ts b/apps/angular/node_modules/cypress/types/lodash/common/common.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/common/common.d.ts rename to apps/angular/node_modules/cypress/types/lodash/common/common.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/common/date.d.ts b/apps/angular/node_modules/cypress/types/lodash/common/date.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/common/date.d.ts rename to apps/angular/node_modules/cypress/types/lodash/common/date.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/common/function.d.ts b/apps/angular/node_modules/cypress/types/lodash/common/function.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/common/function.d.ts rename to apps/angular/node_modules/cypress/types/lodash/common/function.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/common/lang.d.ts b/apps/angular/node_modules/cypress/types/lodash/common/lang.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/common/lang.d.ts rename to apps/angular/node_modules/cypress/types/lodash/common/lang.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/common/math.d.ts b/apps/angular/node_modules/cypress/types/lodash/common/math.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/common/math.d.ts rename to apps/angular/node_modules/cypress/types/lodash/common/math.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/common/number.d.ts b/apps/angular/node_modules/cypress/types/lodash/common/number.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/common/number.d.ts rename to apps/angular/node_modules/cypress/types/lodash/common/number.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/common/object.d.ts b/apps/angular/node_modules/cypress/types/lodash/common/object.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/common/object.d.ts rename to apps/angular/node_modules/cypress/types/lodash/common/object.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/common/seq.d.ts b/apps/angular/node_modules/cypress/types/lodash/common/seq.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/common/seq.d.ts rename to apps/angular/node_modules/cypress/types/lodash/common/seq.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/common/string.d.ts b/apps/angular/node_modules/cypress/types/lodash/common/string.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/common/string.d.ts rename to apps/angular/node_modules/cypress/types/lodash/common/string.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/common/util.d.ts b/apps/angular/node_modules/cypress/types/lodash/common/util.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/common/util.d.ts rename to apps/angular/node_modules/cypress/types/lodash/common/util.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/compact.d.ts b/apps/angular/node_modules/cypress/types/lodash/compact.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/compact.d.ts rename to apps/angular/node_modules/cypress/types/lodash/compact.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/concat.d.ts b/apps/angular/node_modules/cypress/types/lodash/concat.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/concat.d.ts rename to apps/angular/node_modules/cypress/types/lodash/concat.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/cond.d.ts b/apps/angular/node_modules/cypress/types/lodash/cond.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/cond.d.ts rename to apps/angular/node_modules/cypress/types/lodash/cond.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/conformsTo.d.ts b/apps/angular/node_modules/cypress/types/lodash/conformsTo.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/conformsTo.d.ts rename to apps/angular/node_modules/cypress/types/lodash/conformsTo.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/constant.d.ts b/apps/angular/node_modules/cypress/types/lodash/constant.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/constant.d.ts rename to apps/angular/node_modules/cypress/types/lodash/constant.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/countBy.d.ts b/apps/angular/node_modules/cypress/types/lodash/countBy.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/countBy.d.ts rename to apps/angular/node_modules/cypress/types/lodash/countBy.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/create.d.ts b/apps/angular/node_modules/cypress/types/lodash/create.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/create.d.ts rename to apps/angular/node_modules/cypress/types/lodash/create.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/curry.d.ts b/apps/angular/node_modules/cypress/types/lodash/curry.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/curry.d.ts rename to apps/angular/node_modules/cypress/types/lodash/curry.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/curryRight.d.ts b/apps/angular/node_modules/cypress/types/lodash/curryRight.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/curryRight.d.ts rename to apps/angular/node_modules/cypress/types/lodash/curryRight.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/debounce.d.ts b/apps/angular/node_modules/cypress/types/lodash/debounce.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/debounce.d.ts rename to apps/angular/node_modules/cypress/types/lodash/debounce.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/deburr.d.ts b/apps/angular/node_modules/cypress/types/lodash/deburr.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/deburr.d.ts rename to apps/angular/node_modules/cypress/types/lodash/deburr.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/defaultTo.d.ts b/apps/angular/node_modules/cypress/types/lodash/defaultTo.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/defaultTo.d.ts rename to apps/angular/node_modules/cypress/types/lodash/defaultTo.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/defaults.d.ts b/apps/angular/node_modules/cypress/types/lodash/defaults.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/defaults.d.ts rename to apps/angular/node_modules/cypress/types/lodash/defaults.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/defaultsDeep.d.ts b/apps/angular/node_modules/cypress/types/lodash/defaultsDeep.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/defaultsDeep.d.ts rename to apps/angular/node_modules/cypress/types/lodash/defaultsDeep.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/defer.d.ts b/apps/angular/node_modules/cypress/types/lodash/defer.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/defer.d.ts rename to apps/angular/node_modules/cypress/types/lodash/defer.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/delay.d.ts b/apps/angular/node_modules/cypress/types/lodash/delay.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/delay.d.ts rename to apps/angular/node_modules/cypress/types/lodash/delay.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/difference.d.ts b/apps/angular/node_modules/cypress/types/lodash/difference.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/difference.d.ts rename to apps/angular/node_modules/cypress/types/lodash/difference.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/differenceBy.d.ts b/apps/angular/node_modules/cypress/types/lodash/differenceBy.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/differenceBy.d.ts rename to apps/angular/node_modules/cypress/types/lodash/differenceBy.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/differenceWith.d.ts b/apps/angular/node_modules/cypress/types/lodash/differenceWith.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/differenceWith.d.ts rename to apps/angular/node_modules/cypress/types/lodash/differenceWith.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/divide.d.ts b/apps/angular/node_modules/cypress/types/lodash/divide.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/divide.d.ts rename to apps/angular/node_modules/cypress/types/lodash/divide.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/drop.d.ts b/apps/angular/node_modules/cypress/types/lodash/drop.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/drop.d.ts rename to apps/angular/node_modules/cypress/types/lodash/drop.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/dropRight.d.ts b/apps/angular/node_modules/cypress/types/lodash/dropRight.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/dropRight.d.ts rename to apps/angular/node_modules/cypress/types/lodash/dropRight.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/dropRightWhile.d.ts b/apps/angular/node_modules/cypress/types/lodash/dropRightWhile.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/dropRightWhile.d.ts rename to apps/angular/node_modules/cypress/types/lodash/dropRightWhile.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/dropWhile.d.ts b/apps/angular/node_modules/cypress/types/lodash/dropWhile.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/dropWhile.d.ts rename to apps/angular/node_modules/cypress/types/lodash/dropWhile.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/each.d.ts b/apps/angular/node_modules/cypress/types/lodash/each.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/each.d.ts rename to apps/angular/node_modules/cypress/types/lodash/each.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/eachRight.d.ts b/apps/angular/node_modules/cypress/types/lodash/eachRight.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/eachRight.d.ts rename to apps/angular/node_modules/cypress/types/lodash/eachRight.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/endsWith.d.ts b/apps/angular/node_modules/cypress/types/lodash/endsWith.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/endsWith.d.ts rename to apps/angular/node_modules/cypress/types/lodash/endsWith.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/entries.d.ts b/apps/angular/node_modules/cypress/types/lodash/entries.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/entries.d.ts rename to apps/angular/node_modules/cypress/types/lodash/entries.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/entriesIn.d.ts b/apps/angular/node_modules/cypress/types/lodash/entriesIn.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/entriesIn.d.ts rename to apps/angular/node_modules/cypress/types/lodash/entriesIn.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/eq.d.ts b/apps/angular/node_modules/cypress/types/lodash/eq.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/eq.d.ts rename to apps/angular/node_modules/cypress/types/lodash/eq.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/escape.d.ts b/apps/angular/node_modules/cypress/types/lodash/escape.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/escape.d.ts rename to apps/angular/node_modules/cypress/types/lodash/escape.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/escapeRegExp.d.ts b/apps/angular/node_modules/cypress/types/lodash/escapeRegExp.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/escapeRegExp.d.ts rename to apps/angular/node_modules/cypress/types/lodash/escapeRegExp.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/every.d.ts b/apps/angular/node_modules/cypress/types/lodash/every.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/every.d.ts rename to apps/angular/node_modules/cypress/types/lodash/every.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/extend.d.ts b/apps/angular/node_modules/cypress/types/lodash/extend.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/extend.d.ts rename to apps/angular/node_modules/cypress/types/lodash/extend.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/extendWith.d.ts b/apps/angular/node_modules/cypress/types/lodash/extendWith.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/extendWith.d.ts rename to apps/angular/node_modules/cypress/types/lodash/extendWith.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fill.d.ts b/apps/angular/node_modules/cypress/types/lodash/fill.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fill.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fill.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/filter.d.ts b/apps/angular/node_modules/cypress/types/lodash/filter.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/filter.d.ts rename to apps/angular/node_modules/cypress/types/lodash/filter.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/find.d.ts b/apps/angular/node_modules/cypress/types/lodash/find.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/find.d.ts rename to apps/angular/node_modules/cypress/types/lodash/find.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/findIndex.d.ts b/apps/angular/node_modules/cypress/types/lodash/findIndex.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/findIndex.d.ts rename to apps/angular/node_modules/cypress/types/lodash/findIndex.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/findKey.d.ts b/apps/angular/node_modules/cypress/types/lodash/findKey.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/findKey.d.ts rename to apps/angular/node_modules/cypress/types/lodash/findKey.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/findLast.d.ts b/apps/angular/node_modules/cypress/types/lodash/findLast.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/findLast.d.ts rename to apps/angular/node_modules/cypress/types/lodash/findLast.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/findLastIndex.d.ts b/apps/angular/node_modules/cypress/types/lodash/findLastIndex.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/findLastIndex.d.ts rename to apps/angular/node_modules/cypress/types/lodash/findLastIndex.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/findLastKey.d.ts b/apps/angular/node_modules/cypress/types/lodash/findLastKey.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/findLastKey.d.ts rename to apps/angular/node_modules/cypress/types/lodash/findLastKey.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/first.d.ts b/apps/angular/node_modules/cypress/types/lodash/first.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/first.d.ts rename to apps/angular/node_modules/cypress/types/lodash/first.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/flatMap.d.ts b/apps/angular/node_modules/cypress/types/lodash/flatMap.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/flatMap.d.ts rename to apps/angular/node_modules/cypress/types/lodash/flatMap.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/flatMapDeep.d.ts b/apps/angular/node_modules/cypress/types/lodash/flatMapDeep.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/flatMapDeep.d.ts rename to apps/angular/node_modules/cypress/types/lodash/flatMapDeep.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/flatMapDepth.d.ts b/apps/angular/node_modules/cypress/types/lodash/flatMapDepth.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/flatMapDepth.d.ts rename to apps/angular/node_modules/cypress/types/lodash/flatMapDepth.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/flatten.d.ts b/apps/angular/node_modules/cypress/types/lodash/flatten.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/flatten.d.ts rename to apps/angular/node_modules/cypress/types/lodash/flatten.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/flattenDeep.d.ts b/apps/angular/node_modules/cypress/types/lodash/flattenDeep.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/flattenDeep.d.ts rename to apps/angular/node_modules/cypress/types/lodash/flattenDeep.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/flattenDepth.d.ts b/apps/angular/node_modules/cypress/types/lodash/flattenDepth.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/flattenDepth.d.ts rename to apps/angular/node_modules/cypress/types/lodash/flattenDepth.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/flip.d.ts b/apps/angular/node_modules/cypress/types/lodash/flip.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/flip.d.ts rename to apps/angular/node_modules/cypress/types/lodash/flip.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/floor.d.ts b/apps/angular/node_modules/cypress/types/lodash/floor.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/floor.d.ts rename to apps/angular/node_modules/cypress/types/lodash/floor.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/flow.d.ts b/apps/angular/node_modules/cypress/types/lodash/flow.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/flow.d.ts rename to apps/angular/node_modules/cypress/types/lodash/flow.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/flowRight.d.ts b/apps/angular/node_modules/cypress/types/lodash/flowRight.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/flowRight.d.ts rename to apps/angular/node_modules/cypress/types/lodash/flowRight.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/forEach.d.ts b/apps/angular/node_modules/cypress/types/lodash/forEach.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/forEach.d.ts rename to apps/angular/node_modules/cypress/types/lodash/forEach.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/forEachRight.d.ts b/apps/angular/node_modules/cypress/types/lodash/forEachRight.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/forEachRight.d.ts rename to apps/angular/node_modules/cypress/types/lodash/forEachRight.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/forIn.d.ts b/apps/angular/node_modules/cypress/types/lodash/forIn.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/forIn.d.ts rename to apps/angular/node_modules/cypress/types/lodash/forIn.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/forInRight.d.ts b/apps/angular/node_modules/cypress/types/lodash/forInRight.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/forInRight.d.ts rename to apps/angular/node_modules/cypress/types/lodash/forInRight.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/forOwn.d.ts b/apps/angular/node_modules/cypress/types/lodash/forOwn.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/forOwn.d.ts rename to apps/angular/node_modules/cypress/types/lodash/forOwn.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/forOwnRight.d.ts b/apps/angular/node_modules/cypress/types/lodash/forOwnRight.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/forOwnRight.d.ts rename to apps/angular/node_modules/cypress/types/lodash/forOwnRight.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/F.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/F.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/F.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/F.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/T.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/T.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/T.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/T.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/__.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/__.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/__.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/__.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/add.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/add.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/add.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/add.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/after.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/after.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/after.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/after.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/all.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/all.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/all.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/all.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/allPass.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/allPass.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/allPass.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/allPass.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/always.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/always.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/always.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/always.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/any.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/any.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/any.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/any.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/anyPass.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/anyPass.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/anyPass.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/anyPass.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/apply.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/apply.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/apply.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/apply.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/ary.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/ary.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/ary.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/ary.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/assign.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/assign.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/assign.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/assign.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/assignAll.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/assignAll.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/assignAll.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/assignAll.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/assignAllWith.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/assignAllWith.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/assignAllWith.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/assignAllWith.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/assignIn.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/assignIn.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/assignIn.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/assignIn.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/assignInAll.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/assignInAll.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/assignInAll.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/assignInAll.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/assignInAllWith.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/assignInAllWith.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/assignInAllWith.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/assignInAllWith.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/assignInWith.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/assignInWith.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/assignInWith.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/assignInWith.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/assignWith.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/assignWith.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/assignWith.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/assignWith.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/assoc.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/assoc.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/assoc.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/assoc.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/assocPath.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/assocPath.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/assocPath.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/assocPath.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/at.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/at.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/at.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/at.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/attempt.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/attempt.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/attempt.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/attempt.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/before.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/before.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/before.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/before.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/bind.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/bind.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/bind.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/bind.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/bindAll.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/bindAll.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/bindAll.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/bindAll.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/bindKey.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/bindKey.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/bindKey.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/bindKey.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/camelCase.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/camelCase.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/camelCase.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/camelCase.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/capitalize.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/capitalize.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/capitalize.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/capitalize.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/castArray.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/castArray.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/castArray.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/castArray.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/ceil.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/ceil.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/ceil.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/ceil.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/chunk.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/chunk.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/chunk.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/chunk.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/clamp.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/clamp.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/clamp.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/clamp.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/clone.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/clone.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/clone.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/clone.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/cloneDeep.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/cloneDeep.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/cloneDeep.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/cloneDeep.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/cloneDeepWith.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/cloneDeepWith.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/cloneDeepWith.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/cloneDeepWith.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/cloneWith.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/cloneWith.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/cloneWith.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/cloneWith.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/compact.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/compact.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/compact.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/compact.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/complement.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/complement.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/complement.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/complement.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/compose.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/compose.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/compose.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/compose.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/concat.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/concat.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/concat.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/concat.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/cond.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/cond.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/cond.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/cond.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/conforms.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/conforms.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/conforms.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/conforms.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/conformsTo.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/conformsTo.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/conformsTo.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/conformsTo.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/constant.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/constant.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/constant.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/constant.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/contains.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/contains.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/contains.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/contains.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/convert.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/convert.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/convert.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/convert.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/countBy.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/countBy.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/countBy.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/countBy.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/create.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/create.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/create.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/create.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/curry.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/curry.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/curry.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/curry.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/curryN.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/curryN.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/curryN.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/curryN.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/curryRight.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/curryRight.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/curryRight.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/curryRight.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/curryRightN.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/curryRightN.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/curryRightN.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/curryRightN.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/debounce.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/debounce.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/debounce.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/debounce.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/deburr.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/deburr.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/deburr.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/deburr.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/defaultTo.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/defaultTo.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/defaultTo.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/defaultTo.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/defaults.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/defaults.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/defaults.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/defaults.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/defaultsAll.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/defaultsAll.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/defaultsAll.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/defaultsAll.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/defaultsDeep.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/defaultsDeep.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/defaultsDeep.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/defaultsDeep.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/defaultsDeepAll.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/defaultsDeepAll.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/defaultsDeepAll.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/defaultsDeepAll.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/defer.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/defer.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/defer.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/defer.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/delay.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/delay.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/delay.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/delay.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/difference.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/difference.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/difference.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/difference.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/differenceBy.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/differenceBy.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/differenceBy.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/differenceBy.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/differenceWith.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/differenceWith.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/differenceWith.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/differenceWith.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/dissoc.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/dissoc.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/dissoc.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/dissoc.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/dissocPath.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/dissocPath.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/dissocPath.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/dissocPath.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/divide.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/divide.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/divide.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/divide.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/drop.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/drop.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/drop.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/drop.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/dropLast.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/dropLast.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/dropLast.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/dropLast.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/dropLastWhile.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/dropLastWhile.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/dropLastWhile.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/dropLastWhile.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/dropRight.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/dropRight.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/dropRight.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/dropRight.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/dropRightWhile.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/dropRightWhile.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/dropRightWhile.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/dropRightWhile.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/dropWhile.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/dropWhile.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/dropWhile.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/dropWhile.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/each.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/each.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/each.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/each.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/eachRight.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/eachRight.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/eachRight.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/eachRight.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/endsWith.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/endsWith.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/endsWith.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/endsWith.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/entries.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/entries.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/entries.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/entries.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/entriesIn.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/entriesIn.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/entriesIn.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/entriesIn.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/eq.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/eq.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/eq.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/eq.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/equals.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/equals.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/equals.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/equals.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/escape.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/escape.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/escape.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/escape.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/escapeRegExp.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/escapeRegExp.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/escapeRegExp.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/escapeRegExp.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/every.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/every.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/every.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/every.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/extend.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/extend.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/extend.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/extend.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/extendAll.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/extendAll.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/extendAll.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/extendAll.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/extendAllWith.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/extendAllWith.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/extendAllWith.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/extendAllWith.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/extendWith.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/extendWith.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/extendWith.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/extendWith.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/fill.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/fill.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/fill.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/fill.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/filter.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/filter.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/filter.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/filter.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/find.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/find.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/find.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/find.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/findFrom.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/findFrom.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/findFrom.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/findFrom.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/findIndex.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/findIndex.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/findIndex.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/findIndex.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/findIndexFrom.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/findIndexFrom.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/findIndexFrom.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/findIndexFrom.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/findKey.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/findKey.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/findKey.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/findKey.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/findLast.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/findLast.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/findLast.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/findLast.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/findLastFrom.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/findLastFrom.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/findLastFrom.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/findLastFrom.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/findLastIndex.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/findLastIndex.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/findLastIndex.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/findLastIndex.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/findLastIndexFrom.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/findLastIndexFrom.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/findLastIndexFrom.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/findLastIndexFrom.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/findLastKey.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/findLastKey.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/findLastKey.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/findLastKey.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/first.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/first.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/first.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/first.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/flatMap.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/flatMap.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/flatMap.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/flatMap.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/flatMapDeep.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/flatMapDeep.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/flatMapDeep.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/flatMapDeep.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/flatMapDepth.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/flatMapDepth.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/flatMapDepth.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/flatMapDepth.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/flatten.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/flatten.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/flatten.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/flatten.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/flattenDeep.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/flattenDeep.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/flattenDeep.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/flattenDeep.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/flattenDepth.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/flattenDepth.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/flattenDepth.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/flattenDepth.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/flip.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/flip.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/flip.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/flip.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/floor.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/floor.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/floor.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/floor.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/flow.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/flow.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/flow.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/flow.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/flowRight.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/flowRight.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/flowRight.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/flowRight.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/forEach.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/forEach.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/forEach.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/forEach.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/forEachRight.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/forEachRight.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/forEachRight.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/forEachRight.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/forIn.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/forIn.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/forIn.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/forIn.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/forInRight.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/forInRight.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/forInRight.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/forInRight.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/forOwn.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/forOwn.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/forOwn.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/forOwn.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/forOwnRight.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/forOwnRight.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/forOwnRight.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/forOwnRight.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/fromPairs.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/fromPairs.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/fromPairs.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/fromPairs.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/functions.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/functions.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/functions.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/functions.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/functionsIn.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/functionsIn.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/functionsIn.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/functionsIn.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/get.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/get.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/get.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/get.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/getOr.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/getOr.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/getOr.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/getOr.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/groupBy.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/groupBy.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/groupBy.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/groupBy.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/gt.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/gt.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/gt.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/gt.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/gte.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/gte.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/gte.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/gte.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/has.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/has.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/has.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/has.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/hasIn.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/hasIn.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/hasIn.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/hasIn.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/head.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/head.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/head.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/head.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/identical.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/identical.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/identical.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/identical.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/identity.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/identity.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/identity.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/identity.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/inRange.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/inRange.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/inRange.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/inRange.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/includes.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/includes.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/includes.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/includes.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/includesFrom.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/includesFrom.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/includesFrom.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/includesFrom.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/indexBy.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/indexBy.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/indexBy.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/indexBy.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/indexOf.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/indexOf.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/indexOf.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/indexOf.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/indexOfFrom.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/indexOfFrom.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/indexOfFrom.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/indexOfFrom.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/init.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/init.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/init.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/init.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/initial.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/initial.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/initial.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/initial.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/intersection.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/intersection.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/intersection.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/intersection.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/intersectionBy.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/intersectionBy.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/intersectionBy.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/intersectionBy.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/intersectionWith.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/intersectionWith.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/intersectionWith.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/intersectionWith.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/invert.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/invert.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/invert.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/invert.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/invertBy.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/invertBy.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/invertBy.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/invertBy.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/invertObj.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/invertObj.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/invertObj.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/invertObj.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/invoke.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/invoke.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/invoke.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/invoke.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/invokeArgs.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/invokeArgs.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/invokeArgs.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/invokeArgs.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/invokeArgsMap.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/invokeArgsMap.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/invokeArgsMap.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/invokeArgsMap.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/invokeMap.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/invokeMap.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/invokeMap.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/invokeMap.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/isArguments.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/isArguments.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/isArguments.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/isArguments.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/isArray.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/isArray.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/isArray.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/isArray.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/isArrayBuffer.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/isArrayBuffer.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/isArrayBuffer.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/isArrayBuffer.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/isArrayLike.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/isArrayLike.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/isArrayLike.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/isArrayLike.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/isArrayLikeObject.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/isArrayLikeObject.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/isArrayLikeObject.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/isArrayLikeObject.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/isBoolean.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/isBoolean.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/isBoolean.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/isBoolean.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/isBuffer.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/isBuffer.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/isBuffer.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/isBuffer.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/isDate.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/isDate.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/isDate.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/isDate.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/isElement.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/isElement.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/isElement.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/isElement.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/isEmpty.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/isEmpty.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/isEmpty.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/isEmpty.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/isEqual.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/isEqual.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/isEqual.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/isEqual.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/isEqualWith.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/isEqualWith.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/isEqualWith.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/isEqualWith.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/isError.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/isError.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/isError.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/isError.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/isFinite.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/isFinite.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/isFinite.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/isFinite.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/isFunction.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/isFunction.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/isFunction.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/isFunction.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/isInteger.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/isInteger.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/isInteger.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/isInteger.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/isLength.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/isLength.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/isLength.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/isLength.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/isMap.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/isMap.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/isMap.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/isMap.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/isMatch.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/isMatch.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/isMatch.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/isMatch.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/isMatchWith.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/isMatchWith.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/isMatchWith.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/isMatchWith.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/isNaN.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/isNaN.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/isNaN.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/isNaN.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/isNative.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/isNative.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/isNative.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/isNative.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/isNil.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/isNil.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/isNil.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/isNil.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/isNull.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/isNull.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/isNull.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/isNull.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/isNumber.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/isNumber.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/isNumber.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/isNumber.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/isObject.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/isObject.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/isObject.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/isObject.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/isObjectLike.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/isObjectLike.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/isObjectLike.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/isObjectLike.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/isPlainObject.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/isPlainObject.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/isPlainObject.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/isPlainObject.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/isRegExp.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/isRegExp.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/isRegExp.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/isRegExp.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/isSafeInteger.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/isSafeInteger.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/isSafeInteger.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/isSafeInteger.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/isSet.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/isSet.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/isSet.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/isSet.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/isString.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/isString.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/isString.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/isString.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/isSymbol.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/isSymbol.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/isSymbol.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/isSymbol.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/isTypedArray.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/isTypedArray.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/isTypedArray.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/isTypedArray.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/isUndefined.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/isUndefined.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/isUndefined.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/isUndefined.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/isWeakMap.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/isWeakMap.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/isWeakMap.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/isWeakMap.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/isWeakSet.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/isWeakSet.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/isWeakSet.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/isWeakSet.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/iteratee.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/iteratee.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/iteratee.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/iteratee.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/join.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/join.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/join.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/join.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/juxt.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/juxt.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/juxt.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/juxt.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/kebabCase.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/kebabCase.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/kebabCase.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/kebabCase.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/keyBy.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/keyBy.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/keyBy.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/keyBy.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/keys.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/keys.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/keys.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/keys.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/keysIn.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/keysIn.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/keysIn.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/keysIn.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/last.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/last.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/last.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/last.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/lastIndexOf.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/lastIndexOf.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/lastIndexOf.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/lastIndexOf.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/lastIndexOfFrom.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/lastIndexOfFrom.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/lastIndexOfFrom.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/lastIndexOfFrom.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/lowerCase.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/lowerCase.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/lowerCase.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/lowerCase.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/lowerFirst.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/lowerFirst.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/lowerFirst.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/lowerFirst.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/lt.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/lt.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/lt.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/lt.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/lte.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/lte.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/lte.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/lte.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/map.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/map.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/map.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/map.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/mapKeys.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/mapKeys.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/mapKeys.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/mapKeys.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/mapValues.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/mapValues.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/mapValues.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/mapValues.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/matches.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/matches.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/matches.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/matches.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/matchesProperty.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/matchesProperty.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/matchesProperty.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/matchesProperty.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/max.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/max.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/max.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/max.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/maxBy.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/maxBy.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/maxBy.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/maxBy.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/mean.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/mean.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/mean.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/mean.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/meanBy.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/meanBy.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/meanBy.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/meanBy.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/memoize.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/memoize.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/memoize.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/memoize.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/merge.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/merge.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/merge.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/merge.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/mergeAll.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/mergeAll.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/mergeAll.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/mergeAll.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/mergeAllWith.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/mergeAllWith.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/mergeAllWith.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/mergeAllWith.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/mergeWith.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/mergeWith.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/mergeWith.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/mergeWith.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/method.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/method.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/method.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/method.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/methodOf.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/methodOf.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/methodOf.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/methodOf.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/min.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/min.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/min.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/min.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/minBy.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/minBy.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/minBy.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/minBy.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/multiply.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/multiply.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/multiply.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/multiply.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/nAry.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/nAry.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/nAry.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/nAry.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/negate.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/negate.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/negate.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/negate.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/noConflict.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/noConflict.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/noConflict.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/noConflict.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/noop.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/noop.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/noop.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/noop.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/now.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/now.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/now.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/now.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/nth.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/nth.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/nth.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/nth.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/nthArg.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/nthArg.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/nthArg.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/nthArg.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/omit.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/omit.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/omit.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/omit.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/omitAll.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/omitAll.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/omitAll.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/omitAll.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/omitBy.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/omitBy.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/omitBy.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/omitBy.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/once.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/once.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/once.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/once.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/orderBy.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/orderBy.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/orderBy.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/orderBy.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/over.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/over.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/over.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/over.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/overArgs.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/overArgs.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/overArgs.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/overArgs.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/overEvery.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/overEvery.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/overEvery.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/overEvery.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/overSome.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/overSome.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/overSome.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/overSome.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/pad.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/pad.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/pad.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/pad.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/padChars.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/padChars.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/padChars.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/padChars.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/padCharsEnd.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/padCharsEnd.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/padCharsEnd.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/padCharsEnd.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/padCharsStart.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/padCharsStart.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/padCharsStart.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/padCharsStart.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/padEnd.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/padEnd.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/padEnd.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/padEnd.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/padStart.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/padStart.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/padStart.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/padStart.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/parseInt.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/parseInt.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/parseInt.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/parseInt.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/partial.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/partial.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/partial.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/partial.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/partialRight.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/partialRight.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/partialRight.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/partialRight.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/partition.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/partition.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/partition.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/partition.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/path.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/path.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/path.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/path.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/pathEq.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/pathEq.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/pathEq.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/pathEq.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/pathOr.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/pathOr.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/pathOr.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/pathOr.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/paths.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/paths.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/paths.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/paths.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/pick.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/pick.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/pick.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/pick.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/pickAll.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/pickAll.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/pickAll.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/pickAll.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/pickBy.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/pickBy.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/pickBy.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/pickBy.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/pipe.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/pipe.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/pipe.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/pipe.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/placeholder.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/placeholder.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/placeholder.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/placeholder.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/pluck.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/pluck.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/pluck.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/pluck.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/prop.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/prop.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/prop.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/prop.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/propEq.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/propEq.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/propEq.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/propEq.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/propOr.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/propOr.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/propOr.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/propOr.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/property.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/property.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/property.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/property.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/propertyOf.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/propertyOf.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/propertyOf.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/propertyOf.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/props.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/props.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/props.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/props.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/pull.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/pull.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/pull.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/pull.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/pullAll.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/pullAll.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/pullAll.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/pullAll.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/pullAllBy.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/pullAllBy.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/pullAllBy.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/pullAllBy.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/pullAllWith.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/pullAllWith.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/pullAllWith.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/pullAllWith.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/pullAt.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/pullAt.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/pullAt.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/pullAt.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/random.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/random.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/random.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/random.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/range.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/range.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/range.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/range.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/rangeRight.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/rangeRight.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/rangeRight.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/rangeRight.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/rangeStep.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/rangeStep.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/rangeStep.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/rangeStep.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/rangeStepRight.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/rangeStepRight.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/rangeStepRight.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/rangeStepRight.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/rearg.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/rearg.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/rearg.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/rearg.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/reduce.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/reduce.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/reduce.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/reduce.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/reduceRight.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/reduceRight.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/reduceRight.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/reduceRight.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/reject.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/reject.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/reject.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/reject.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/remove.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/remove.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/remove.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/remove.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/repeat.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/repeat.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/repeat.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/repeat.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/replace.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/replace.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/replace.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/replace.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/rest.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/rest.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/rest.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/rest.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/restFrom.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/restFrom.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/restFrom.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/restFrom.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/result.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/result.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/result.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/result.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/reverse.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/reverse.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/reverse.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/reverse.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/round.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/round.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/round.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/round.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/runInContext.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/runInContext.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/runInContext.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/runInContext.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/sample.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/sample.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/sample.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/sample.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/sampleSize.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/sampleSize.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/sampleSize.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/sampleSize.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/set.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/set.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/set.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/set.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/setWith.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/setWith.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/setWith.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/setWith.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/shuffle.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/shuffle.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/shuffle.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/shuffle.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/size.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/size.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/size.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/size.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/slice.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/slice.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/slice.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/slice.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/snakeCase.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/snakeCase.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/snakeCase.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/snakeCase.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/some.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/some.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/some.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/some.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/sortBy.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/sortBy.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/sortBy.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/sortBy.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/sortedIndex.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/sortedIndex.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/sortedIndex.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/sortedIndex.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/sortedIndexBy.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/sortedIndexBy.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/sortedIndexBy.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/sortedIndexBy.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/sortedIndexOf.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/sortedIndexOf.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/sortedIndexOf.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/sortedIndexOf.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/sortedLastIndex.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/sortedLastIndex.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/sortedLastIndex.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/sortedLastIndex.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/sortedLastIndexBy.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/sortedLastIndexBy.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/sortedLastIndexBy.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/sortedLastIndexBy.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/sortedLastIndexOf.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/sortedLastIndexOf.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/sortedLastIndexOf.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/sortedLastIndexOf.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/sortedUniq.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/sortedUniq.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/sortedUniq.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/sortedUniq.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/sortedUniqBy.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/sortedUniqBy.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/sortedUniqBy.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/sortedUniqBy.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/split.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/split.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/split.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/split.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/spread.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/spread.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/spread.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/spread.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/spreadFrom.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/spreadFrom.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/spreadFrom.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/spreadFrom.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/startCase.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/startCase.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/startCase.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/startCase.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/startsWith.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/startsWith.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/startsWith.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/startsWith.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/stubArray.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/stubArray.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/stubArray.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/stubArray.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/stubFalse.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/stubFalse.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/stubFalse.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/stubFalse.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/stubObject.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/stubObject.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/stubObject.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/stubObject.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/stubString.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/stubString.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/stubString.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/stubString.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/stubTrue.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/stubTrue.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/stubTrue.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/stubTrue.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/subtract.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/subtract.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/subtract.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/subtract.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/sum.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/sum.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/sum.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/sum.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/sumBy.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/sumBy.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/sumBy.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/sumBy.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/symmetricDifference.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/symmetricDifference.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/symmetricDifference.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/symmetricDifference.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/symmetricDifferenceBy.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/symmetricDifferenceBy.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/symmetricDifferenceBy.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/symmetricDifferenceBy.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/symmetricDifferenceWith.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/symmetricDifferenceWith.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/symmetricDifferenceWith.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/symmetricDifferenceWith.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/tail.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/tail.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/tail.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/tail.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/take.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/take.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/take.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/take.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/takeLast.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/takeLast.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/takeLast.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/takeLast.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/takeLastWhile.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/takeLastWhile.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/takeLastWhile.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/takeLastWhile.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/takeRight.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/takeRight.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/takeRight.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/takeRight.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/takeRightWhile.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/takeRightWhile.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/takeRightWhile.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/takeRightWhile.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/takeWhile.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/takeWhile.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/takeWhile.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/takeWhile.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/tap.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/tap.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/tap.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/tap.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/template.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/template.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/template.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/template.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/throttle.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/throttle.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/throttle.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/throttle.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/thru.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/thru.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/thru.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/thru.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/times.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/times.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/times.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/times.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/toArray.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/toArray.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/toArray.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/toArray.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/toFinite.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/toFinite.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/toFinite.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/toFinite.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/toInteger.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/toInteger.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/toInteger.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/toInteger.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/toLength.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/toLength.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/toLength.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/toLength.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/toLower.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/toLower.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/toLower.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/toLower.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/toNumber.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/toNumber.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/toNumber.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/toNumber.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/toPairs.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/toPairs.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/toPairs.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/toPairs.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/toPairsIn.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/toPairsIn.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/toPairsIn.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/toPairsIn.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/toPath.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/toPath.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/toPath.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/toPath.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/toPlainObject.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/toPlainObject.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/toPlainObject.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/toPlainObject.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/toSafeInteger.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/toSafeInteger.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/toSafeInteger.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/toSafeInteger.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/toString.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/toString.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/toString.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/toString.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/toUpper.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/toUpper.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/toUpper.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/toUpper.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/transform.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/transform.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/transform.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/transform.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/trim.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/trim.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/trim.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/trim.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/trimChars.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/trimChars.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/trimChars.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/trimChars.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/trimCharsEnd.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/trimCharsEnd.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/trimCharsEnd.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/trimCharsEnd.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/trimCharsStart.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/trimCharsStart.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/trimCharsStart.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/trimCharsStart.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/trimEnd.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/trimEnd.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/trimEnd.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/trimEnd.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/trimStart.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/trimStart.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/trimStart.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/trimStart.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/truncate.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/truncate.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/truncate.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/truncate.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/unapply.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/unapply.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/unapply.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/unapply.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/unary.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/unary.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/unary.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/unary.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/unescape.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/unescape.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/unescape.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/unescape.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/union.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/union.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/union.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/union.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/unionBy.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/unionBy.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/unionBy.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/unionBy.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/unionWith.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/unionWith.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/unionWith.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/unionWith.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/uniq.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/uniq.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/uniq.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/uniq.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/uniqBy.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/uniqBy.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/uniqBy.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/uniqBy.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/uniqWith.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/uniqWith.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/uniqWith.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/uniqWith.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/uniqueId.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/uniqueId.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/uniqueId.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/uniqueId.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/unnest.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/unnest.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/unnest.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/unnest.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/unset.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/unset.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/unset.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/unset.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/unzip.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/unzip.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/unzip.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/unzip.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/unzipWith.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/unzipWith.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/unzipWith.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/unzipWith.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/update.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/update.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/update.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/update.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/updateWith.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/updateWith.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/updateWith.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/updateWith.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/upperCase.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/upperCase.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/upperCase.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/upperCase.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/upperFirst.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/upperFirst.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/upperFirst.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/upperFirst.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/useWith.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/useWith.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/useWith.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/useWith.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/values.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/values.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/values.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/values.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/valuesIn.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/valuesIn.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/valuesIn.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/valuesIn.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/where.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/where.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/where.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/where.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/whereEq.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/whereEq.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/whereEq.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/whereEq.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/without.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/without.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/without.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/without.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/words.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/words.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/words.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/words.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/wrap.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/wrap.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/wrap.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/wrap.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/xor.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/xor.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/xor.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/xor.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/xorBy.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/xorBy.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/xorBy.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/xorBy.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/xorWith.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/xorWith.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/xorWith.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/xorWith.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/zip.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/zip.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/zip.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/zip.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/zipAll.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/zipAll.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/zipAll.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/zipAll.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/zipObj.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/zipObj.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/zipObj.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/zipObj.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/zipObject.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/zipObject.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/zipObject.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/zipObject.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/zipObjectDeep.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/zipObjectDeep.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/zipObjectDeep.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/zipObjectDeep.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fp/zipWith.d.ts b/apps/angular/node_modules/cypress/types/lodash/fp/zipWith.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fp/zipWith.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fp/zipWith.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/fromPairs.d.ts b/apps/angular/node_modules/cypress/types/lodash/fromPairs.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/fromPairs.d.ts rename to apps/angular/node_modules/cypress/types/lodash/fromPairs.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/functions.d.ts b/apps/angular/node_modules/cypress/types/lodash/functions.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/functions.d.ts rename to apps/angular/node_modules/cypress/types/lodash/functions.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/functionsIn.d.ts b/apps/angular/node_modules/cypress/types/lodash/functionsIn.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/functionsIn.d.ts rename to apps/angular/node_modules/cypress/types/lodash/functionsIn.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/get.d.ts b/apps/angular/node_modules/cypress/types/lodash/get.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/get.d.ts rename to apps/angular/node_modules/cypress/types/lodash/get.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/groupBy.d.ts b/apps/angular/node_modules/cypress/types/lodash/groupBy.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/groupBy.d.ts rename to apps/angular/node_modules/cypress/types/lodash/groupBy.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/gt.d.ts b/apps/angular/node_modules/cypress/types/lodash/gt.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/gt.d.ts rename to apps/angular/node_modules/cypress/types/lodash/gt.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/gte.d.ts b/apps/angular/node_modules/cypress/types/lodash/gte.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/gte.d.ts rename to apps/angular/node_modules/cypress/types/lodash/gte.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/has.d.ts b/apps/angular/node_modules/cypress/types/lodash/has.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/has.d.ts rename to apps/angular/node_modules/cypress/types/lodash/has.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/hasIn.d.ts b/apps/angular/node_modules/cypress/types/lodash/hasIn.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/hasIn.d.ts rename to apps/angular/node_modules/cypress/types/lodash/hasIn.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/head.d.ts b/apps/angular/node_modules/cypress/types/lodash/head.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/head.d.ts rename to apps/angular/node_modules/cypress/types/lodash/head.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/identity.d.ts b/apps/angular/node_modules/cypress/types/lodash/identity.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/identity.d.ts rename to apps/angular/node_modules/cypress/types/lodash/identity.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/inRange.d.ts b/apps/angular/node_modules/cypress/types/lodash/inRange.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/inRange.d.ts rename to apps/angular/node_modules/cypress/types/lodash/inRange.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/includes.d.ts b/apps/angular/node_modules/cypress/types/lodash/includes.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/includes.d.ts rename to apps/angular/node_modules/cypress/types/lodash/includes.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/index.d.ts b/apps/angular/node_modules/cypress/types/lodash/index.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/index.d.ts rename to apps/angular/node_modules/cypress/types/lodash/index.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/indexOf.d.ts b/apps/angular/node_modules/cypress/types/lodash/indexOf.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/indexOf.d.ts rename to apps/angular/node_modules/cypress/types/lodash/indexOf.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/initial.d.ts b/apps/angular/node_modules/cypress/types/lodash/initial.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/initial.d.ts rename to apps/angular/node_modules/cypress/types/lodash/initial.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/intersection.d.ts b/apps/angular/node_modules/cypress/types/lodash/intersection.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/intersection.d.ts rename to apps/angular/node_modules/cypress/types/lodash/intersection.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/intersectionBy.d.ts b/apps/angular/node_modules/cypress/types/lodash/intersectionBy.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/intersectionBy.d.ts rename to apps/angular/node_modules/cypress/types/lodash/intersectionBy.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/intersectionWith.d.ts b/apps/angular/node_modules/cypress/types/lodash/intersectionWith.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/intersectionWith.d.ts rename to apps/angular/node_modules/cypress/types/lodash/intersectionWith.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/invert.d.ts b/apps/angular/node_modules/cypress/types/lodash/invert.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/invert.d.ts rename to apps/angular/node_modules/cypress/types/lodash/invert.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/invertBy.d.ts b/apps/angular/node_modules/cypress/types/lodash/invertBy.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/invertBy.d.ts rename to apps/angular/node_modules/cypress/types/lodash/invertBy.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/invoke.d.ts b/apps/angular/node_modules/cypress/types/lodash/invoke.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/invoke.d.ts rename to apps/angular/node_modules/cypress/types/lodash/invoke.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/invokeMap.d.ts b/apps/angular/node_modules/cypress/types/lodash/invokeMap.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/invokeMap.d.ts rename to apps/angular/node_modules/cypress/types/lodash/invokeMap.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/isArguments.d.ts b/apps/angular/node_modules/cypress/types/lodash/isArguments.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/isArguments.d.ts rename to apps/angular/node_modules/cypress/types/lodash/isArguments.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/isArray.d.ts b/apps/angular/node_modules/cypress/types/lodash/isArray.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/isArray.d.ts rename to apps/angular/node_modules/cypress/types/lodash/isArray.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/isArrayBuffer.d.ts b/apps/angular/node_modules/cypress/types/lodash/isArrayBuffer.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/isArrayBuffer.d.ts rename to apps/angular/node_modules/cypress/types/lodash/isArrayBuffer.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/isArrayLike.d.ts b/apps/angular/node_modules/cypress/types/lodash/isArrayLike.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/isArrayLike.d.ts rename to apps/angular/node_modules/cypress/types/lodash/isArrayLike.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/isArrayLikeObject.d.ts b/apps/angular/node_modules/cypress/types/lodash/isArrayLikeObject.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/isArrayLikeObject.d.ts rename to apps/angular/node_modules/cypress/types/lodash/isArrayLikeObject.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/isBoolean.d.ts b/apps/angular/node_modules/cypress/types/lodash/isBoolean.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/isBoolean.d.ts rename to apps/angular/node_modules/cypress/types/lodash/isBoolean.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/isBuffer.d.ts b/apps/angular/node_modules/cypress/types/lodash/isBuffer.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/isBuffer.d.ts rename to apps/angular/node_modules/cypress/types/lodash/isBuffer.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/isDate.d.ts b/apps/angular/node_modules/cypress/types/lodash/isDate.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/isDate.d.ts rename to apps/angular/node_modules/cypress/types/lodash/isDate.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/isElement.d.ts b/apps/angular/node_modules/cypress/types/lodash/isElement.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/isElement.d.ts rename to apps/angular/node_modules/cypress/types/lodash/isElement.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/isEmpty.d.ts b/apps/angular/node_modules/cypress/types/lodash/isEmpty.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/isEmpty.d.ts rename to apps/angular/node_modules/cypress/types/lodash/isEmpty.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/isEqual.d.ts b/apps/angular/node_modules/cypress/types/lodash/isEqual.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/isEqual.d.ts rename to apps/angular/node_modules/cypress/types/lodash/isEqual.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/isEqualWith.d.ts b/apps/angular/node_modules/cypress/types/lodash/isEqualWith.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/isEqualWith.d.ts rename to apps/angular/node_modules/cypress/types/lodash/isEqualWith.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/isError.d.ts b/apps/angular/node_modules/cypress/types/lodash/isError.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/isError.d.ts rename to apps/angular/node_modules/cypress/types/lodash/isError.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/isFinite.d.ts b/apps/angular/node_modules/cypress/types/lodash/isFinite.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/isFinite.d.ts rename to apps/angular/node_modules/cypress/types/lodash/isFinite.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/isFunction.d.ts b/apps/angular/node_modules/cypress/types/lodash/isFunction.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/isFunction.d.ts rename to apps/angular/node_modules/cypress/types/lodash/isFunction.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/isInteger.d.ts b/apps/angular/node_modules/cypress/types/lodash/isInteger.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/isInteger.d.ts rename to apps/angular/node_modules/cypress/types/lodash/isInteger.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/isLength.d.ts b/apps/angular/node_modules/cypress/types/lodash/isLength.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/isLength.d.ts rename to apps/angular/node_modules/cypress/types/lodash/isLength.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/isMap.d.ts b/apps/angular/node_modules/cypress/types/lodash/isMap.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/isMap.d.ts rename to apps/angular/node_modules/cypress/types/lodash/isMap.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/isMatch.d.ts b/apps/angular/node_modules/cypress/types/lodash/isMatch.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/isMatch.d.ts rename to apps/angular/node_modules/cypress/types/lodash/isMatch.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/isMatchWith.d.ts b/apps/angular/node_modules/cypress/types/lodash/isMatchWith.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/isMatchWith.d.ts rename to apps/angular/node_modules/cypress/types/lodash/isMatchWith.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/isNaN.d.ts b/apps/angular/node_modules/cypress/types/lodash/isNaN.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/isNaN.d.ts rename to apps/angular/node_modules/cypress/types/lodash/isNaN.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/isNative.d.ts b/apps/angular/node_modules/cypress/types/lodash/isNative.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/isNative.d.ts rename to apps/angular/node_modules/cypress/types/lodash/isNative.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/isNil.d.ts b/apps/angular/node_modules/cypress/types/lodash/isNil.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/isNil.d.ts rename to apps/angular/node_modules/cypress/types/lodash/isNil.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/isNull.d.ts b/apps/angular/node_modules/cypress/types/lodash/isNull.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/isNull.d.ts rename to apps/angular/node_modules/cypress/types/lodash/isNull.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/isNumber.d.ts b/apps/angular/node_modules/cypress/types/lodash/isNumber.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/isNumber.d.ts rename to apps/angular/node_modules/cypress/types/lodash/isNumber.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/isObject.d.ts b/apps/angular/node_modules/cypress/types/lodash/isObject.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/isObject.d.ts rename to apps/angular/node_modules/cypress/types/lodash/isObject.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/isObjectLike.d.ts b/apps/angular/node_modules/cypress/types/lodash/isObjectLike.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/isObjectLike.d.ts rename to apps/angular/node_modules/cypress/types/lodash/isObjectLike.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/isPlainObject.d.ts b/apps/angular/node_modules/cypress/types/lodash/isPlainObject.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/isPlainObject.d.ts rename to apps/angular/node_modules/cypress/types/lodash/isPlainObject.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/isRegExp.d.ts b/apps/angular/node_modules/cypress/types/lodash/isRegExp.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/isRegExp.d.ts rename to apps/angular/node_modules/cypress/types/lodash/isRegExp.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/isSafeInteger.d.ts b/apps/angular/node_modules/cypress/types/lodash/isSafeInteger.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/isSafeInteger.d.ts rename to apps/angular/node_modules/cypress/types/lodash/isSafeInteger.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/isSet.d.ts b/apps/angular/node_modules/cypress/types/lodash/isSet.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/isSet.d.ts rename to apps/angular/node_modules/cypress/types/lodash/isSet.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/isString.d.ts b/apps/angular/node_modules/cypress/types/lodash/isString.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/isString.d.ts rename to apps/angular/node_modules/cypress/types/lodash/isString.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/isSymbol.d.ts b/apps/angular/node_modules/cypress/types/lodash/isSymbol.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/isSymbol.d.ts rename to apps/angular/node_modules/cypress/types/lodash/isSymbol.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/isTypedArray.d.ts b/apps/angular/node_modules/cypress/types/lodash/isTypedArray.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/isTypedArray.d.ts rename to apps/angular/node_modules/cypress/types/lodash/isTypedArray.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/isUndefined.d.ts b/apps/angular/node_modules/cypress/types/lodash/isUndefined.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/isUndefined.d.ts rename to apps/angular/node_modules/cypress/types/lodash/isUndefined.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/isWeakMap.d.ts b/apps/angular/node_modules/cypress/types/lodash/isWeakMap.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/isWeakMap.d.ts rename to apps/angular/node_modules/cypress/types/lodash/isWeakMap.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/isWeakSet.d.ts b/apps/angular/node_modules/cypress/types/lodash/isWeakSet.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/isWeakSet.d.ts rename to apps/angular/node_modules/cypress/types/lodash/isWeakSet.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/iteratee.d.ts b/apps/angular/node_modules/cypress/types/lodash/iteratee.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/iteratee.d.ts rename to apps/angular/node_modules/cypress/types/lodash/iteratee.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/join.d.ts b/apps/angular/node_modules/cypress/types/lodash/join.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/join.d.ts rename to apps/angular/node_modules/cypress/types/lodash/join.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/kebabCase.d.ts b/apps/angular/node_modules/cypress/types/lodash/kebabCase.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/kebabCase.d.ts rename to apps/angular/node_modules/cypress/types/lodash/kebabCase.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/keyBy.d.ts b/apps/angular/node_modules/cypress/types/lodash/keyBy.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/keyBy.d.ts rename to apps/angular/node_modules/cypress/types/lodash/keyBy.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/keys.d.ts b/apps/angular/node_modules/cypress/types/lodash/keys.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/keys.d.ts rename to apps/angular/node_modules/cypress/types/lodash/keys.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/keysIn.d.ts b/apps/angular/node_modules/cypress/types/lodash/keysIn.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/keysIn.d.ts rename to apps/angular/node_modules/cypress/types/lodash/keysIn.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/last.d.ts b/apps/angular/node_modules/cypress/types/lodash/last.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/last.d.ts rename to apps/angular/node_modules/cypress/types/lodash/last.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/lastIndexOf.d.ts b/apps/angular/node_modules/cypress/types/lodash/lastIndexOf.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/lastIndexOf.d.ts rename to apps/angular/node_modules/cypress/types/lodash/lastIndexOf.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/lowerCase.d.ts b/apps/angular/node_modules/cypress/types/lodash/lowerCase.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/lowerCase.d.ts rename to apps/angular/node_modules/cypress/types/lodash/lowerCase.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/lowerFirst.d.ts b/apps/angular/node_modules/cypress/types/lodash/lowerFirst.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/lowerFirst.d.ts rename to apps/angular/node_modules/cypress/types/lodash/lowerFirst.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/lt.d.ts b/apps/angular/node_modules/cypress/types/lodash/lt.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/lt.d.ts rename to apps/angular/node_modules/cypress/types/lodash/lt.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/lte.d.ts b/apps/angular/node_modules/cypress/types/lodash/lte.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/lte.d.ts rename to apps/angular/node_modules/cypress/types/lodash/lte.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/map.d.ts b/apps/angular/node_modules/cypress/types/lodash/map.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/map.d.ts rename to apps/angular/node_modules/cypress/types/lodash/map.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/mapKeys.d.ts b/apps/angular/node_modules/cypress/types/lodash/mapKeys.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/mapKeys.d.ts rename to apps/angular/node_modules/cypress/types/lodash/mapKeys.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/mapValues.d.ts b/apps/angular/node_modules/cypress/types/lodash/mapValues.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/mapValues.d.ts rename to apps/angular/node_modules/cypress/types/lodash/mapValues.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/matches.d.ts b/apps/angular/node_modules/cypress/types/lodash/matches.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/matches.d.ts rename to apps/angular/node_modules/cypress/types/lodash/matches.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/matchesProperty.d.ts b/apps/angular/node_modules/cypress/types/lodash/matchesProperty.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/matchesProperty.d.ts rename to apps/angular/node_modules/cypress/types/lodash/matchesProperty.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/max.d.ts b/apps/angular/node_modules/cypress/types/lodash/max.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/max.d.ts rename to apps/angular/node_modules/cypress/types/lodash/max.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/maxBy.d.ts b/apps/angular/node_modules/cypress/types/lodash/maxBy.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/maxBy.d.ts rename to apps/angular/node_modules/cypress/types/lodash/maxBy.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/mean.d.ts b/apps/angular/node_modules/cypress/types/lodash/mean.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/mean.d.ts rename to apps/angular/node_modules/cypress/types/lodash/mean.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/meanBy.d.ts b/apps/angular/node_modules/cypress/types/lodash/meanBy.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/meanBy.d.ts rename to apps/angular/node_modules/cypress/types/lodash/meanBy.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/memoize.d.ts b/apps/angular/node_modules/cypress/types/lodash/memoize.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/memoize.d.ts rename to apps/angular/node_modules/cypress/types/lodash/memoize.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/merge.d.ts b/apps/angular/node_modules/cypress/types/lodash/merge.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/merge.d.ts rename to apps/angular/node_modules/cypress/types/lodash/merge.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/mergeWith.d.ts b/apps/angular/node_modules/cypress/types/lodash/mergeWith.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/mergeWith.d.ts rename to apps/angular/node_modules/cypress/types/lodash/mergeWith.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/method.d.ts b/apps/angular/node_modules/cypress/types/lodash/method.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/method.d.ts rename to apps/angular/node_modules/cypress/types/lodash/method.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/methodOf.d.ts b/apps/angular/node_modules/cypress/types/lodash/methodOf.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/methodOf.d.ts rename to apps/angular/node_modules/cypress/types/lodash/methodOf.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/min.d.ts b/apps/angular/node_modules/cypress/types/lodash/min.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/min.d.ts rename to apps/angular/node_modules/cypress/types/lodash/min.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/minBy.d.ts b/apps/angular/node_modules/cypress/types/lodash/minBy.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/minBy.d.ts rename to apps/angular/node_modules/cypress/types/lodash/minBy.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/mixin.d.ts b/apps/angular/node_modules/cypress/types/lodash/mixin.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/mixin.d.ts rename to apps/angular/node_modules/cypress/types/lodash/mixin.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/multiply.d.ts b/apps/angular/node_modules/cypress/types/lodash/multiply.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/multiply.d.ts rename to apps/angular/node_modules/cypress/types/lodash/multiply.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/negate.d.ts b/apps/angular/node_modules/cypress/types/lodash/negate.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/negate.d.ts rename to apps/angular/node_modules/cypress/types/lodash/negate.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/noConflict.d.ts b/apps/angular/node_modules/cypress/types/lodash/noConflict.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/noConflict.d.ts rename to apps/angular/node_modules/cypress/types/lodash/noConflict.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/noop.d.ts b/apps/angular/node_modules/cypress/types/lodash/noop.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/noop.d.ts rename to apps/angular/node_modules/cypress/types/lodash/noop.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/now.d.ts b/apps/angular/node_modules/cypress/types/lodash/now.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/now.d.ts rename to apps/angular/node_modules/cypress/types/lodash/now.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/nth.d.ts b/apps/angular/node_modules/cypress/types/lodash/nth.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/nth.d.ts rename to apps/angular/node_modules/cypress/types/lodash/nth.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/nthArg.d.ts b/apps/angular/node_modules/cypress/types/lodash/nthArg.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/nthArg.d.ts rename to apps/angular/node_modules/cypress/types/lodash/nthArg.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/omit.d.ts b/apps/angular/node_modules/cypress/types/lodash/omit.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/omit.d.ts rename to apps/angular/node_modules/cypress/types/lodash/omit.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/omitBy.d.ts b/apps/angular/node_modules/cypress/types/lodash/omitBy.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/omitBy.d.ts rename to apps/angular/node_modules/cypress/types/lodash/omitBy.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/once.d.ts b/apps/angular/node_modules/cypress/types/lodash/once.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/once.d.ts rename to apps/angular/node_modules/cypress/types/lodash/once.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/orderBy.d.ts b/apps/angular/node_modules/cypress/types/lodash/orderBy.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/orderBy.d.ts rename to apps/angular/node_modules/cypress/types/lodash/orderBy.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/over.d.ts b/apps/angular/node_modules/cypress/types/lodash/over.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/over.d.ts rename to apps/angular/node_modules/cypress/types/lodash/over.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/overArgs.d.ts b/apps/angular/node_modules/cypress/types/lodash/overArgs.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/overArgs.d.ts rename to apps/angular/node_modules/cypress/types/lodash/overArgs.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/overEvery.d.ts b/apps/angular/node_modules/cypress/types/lodash/overEvery.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/overEvery.d.ts rename to apps/angular/node_modules/cypress/types/lodash/overEvery.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/overSome.d.ts b/apps/angular/node_modules/cypress/types/lodash/overSome.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/overSome.d.ts rename to apps/angular/node_modules/cypress/types/lodash/overSome.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/pad.d.ts b/apps/angular/node_modules/cypress/types/lodash/pad.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/pad.d.ts rename to apps/angular/node_modules/cypress/types/lodash/pad.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/padEnd.d.ts b/apps/angular/node_modules/cypress/types/lodash/padEnd.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/padEnd.d.ts rename to apps/angular/node_modules/cypress/types/lodash/padEnd.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/padStart.d.ts b/apps/angular/node_modules/cypress/types/lodash/padStart.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/padStart.d.ts rename to apps/angular/node_modules/cypress/types/lodash/padStart.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/parseInt.d.ts b/apps/angular/node_modules/cypress/types/lodash/parseInt.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/parseInt.d.ts rename to apps/angular/node_modules/cypress/types/lodash/parseInt.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/partial.d.ts b/apps/angular/node_modules/cypress/types/lodash/partial.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/partial.d.ts rename to apps/angular/node_modules/cypress/types/lodash/partial.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/partialRight.d.ts b/apps/angular/node_modules/cypress/types/lodash/partialRight.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/partialRight.d.ts rename to apps/angular/node_modules/cypress/types/lodash/partialRight.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/partition.d.ts b/apps/angular/node_modules/cypress/types/lodash/partition.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/partition.d.ts rename to apps/angular/node_modules/cypress/types/lodash/partition.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/pick.d.ts b/apps/angular/node_modules/cypress/types/lodash/pick.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/pick.d.ts rename to apps/angular/node_modules/cypress/types/lodash/pick.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/pickBy.d.ts b/apps/angular/node_modules/cypress/types/lodash/pickBy.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/pickBy.d.ts rename to apps/angular/node_modules/cypress/types/lodash/pickBy.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/property.d.ts b/apps/angular/node_modules/cypress/types/lodash/property.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/property.d.ts rename to apps/angular/node_modules/cypress/types/lodash/property.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/propertyOf.d.ts b/apps/angular/node_modules/cypress/types/lodash/propertyOf.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/propertyOf.d.ts rename to apps/angular/node_modules/cypress/types/lodash/propertyOf.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/pull.d.ts b/apps/angular/node_modules/cypress/types/lodash/pull.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/pull.d.ts rename to apps/angular/node_modules/cypress/types/lodash/pull.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/pullAll.d.ts b/apps/angular/node_modules/cypress/types/lodash/pullAll.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/pullAll.d.ts rename to apps/angular/node_modules/cypress/types/lodash/pullAll.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/pullAllBy.d.ts b/apps/angular/node_modules/cypress/types/lodash/pullAllBy.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/pullAllBy.d.ts rename to apps/angular/node_modules/cypress/types/lodash/pullAllBy.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/pullAllWith.d.ts b/apps/angular/node_modules/cypress/types/lodash/pullAllWith.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/pullAllWith.d.ts rename to apps/angular/node_modules/cypress/types/lodash/pullAllWith.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/pullAt.d.ts b/apps/angular/node_modules/cypress/types/lodash/pullAt.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/pullAt.d.ts rename to apps/angular/node_modules/cypress/types/lodash/pullAt.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/random.d.ts b/apps/angular/node_modules/cypress/types/lodash/random.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/random.d.ts rename to apps/angular/node_modules/cypress/types/lodash/random.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/range.d.ts b/apps/angular/node_modules/cypress/types/lodash/range.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/range.d.ts rename to apps/angular/node_modules/cypress/types/lodash/range.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/rangeRight.d.ts b/apps/angular/node_modules/cypress/types/lodash/rangeRight.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/rangeRight.d.ts rename to apps/angular/node_modules/cypress/types/lodash/rangeRight.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/rearg.d.ts b/apps/angular/node_modules/cypress/types/lodash/rearg.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/rearg.d.ts rename to apps/angular/node_modules/cypress/types/lodash/rearg.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/reduce.d.ts b/apps/angular/node_modules/cypress/types/lodash/reduce.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/reduce.d.ts rename to apps/angular/node_modules/cypress/types/lodash/reduce.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/reduceRight.d.ts b/apps/angular/node_modules/cypress/types/lodash/reduceRight.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/reduceRight.d.ts rename to apps/angular/node_modules/cypress/types/lodash/reduceRight.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/reject.d.ts b/apps/angular/node_modules/cypress/types/lodash/reject.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/reject.d.ts rename to apps/angular/node_modules/cypress/types/lodash/reject.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/remove.d.ts b/apps/angular/node_modules/cypress/types/lodash/remove.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/remove.d.ts rename to apps/angular/node_modules/cypress/types/lodash/remove.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/repeat.d.ts b/apps/angular/node_modules/cypress/types/lodash/repeat.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/repeat.d.ts rename to apps/angular/node_modules/cypress/types/lodash/repeat.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/replace.d.ts b/apps/angular/node_modules/cypress/types/lodash/replace.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/replace.d.ts rename to apps/angular/node_modules/cypress/types/lodash/replace.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/rest.d.ts b/apps/angular/node_modules/cypress/types/lodash/rest.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/rest.d.ts rename to apps/angular/node_modules/cypress/types/lodash/rest.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/result.d.ts b/apps/angular/node_modules/cypress/types/lodash/result.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/result.d.ts rename to apps/angular/node_modules/cypress/types/lodash/result.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/reverse.d.ts b/apps/angular/node_modules/cypress/types/lodash/reverse.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/reverse.d.ts rename to apps/angular/node_modules/cypress/types/lodash/reverse.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/round.d.ts b/apps/angular/node_modules/cypress/types/lodash/round.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/round.d.ts rename to apps/angular/node_modules/cypress/types/lodash/round.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/runInContext.d.ts b/apps/angular/node_modules/cypress/types/lodash/runInContext.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/runInContext.d.ts rename to apps/angular/node_modules/cypress/types/lodash/runInContext.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/sample.d.ts b/apps/angular/node_modules/cypress/types/lodash/sample.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/sample.d.ts rename to apps/angular/node_modules/cypress/types/lodash/sample.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/sampleSize.d.ts b/apps/angular/node_modules/cypress/types/lodash/sampleSize.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/sampleSize.d.ts rename to apps/angular/node_modules/cypress/types/lodash/sampleSize.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/set.d.ts b/apps/angular/node_modules/cypress/types/lodash/set.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/set.d.ts rename to apps/angular/node_modules/cypress/types/lodash/set.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/setWith.d.ts b/apps/angular/node_modules/cypress/types/lodash/setWith.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/setWith.d.ts rename to apps/angular/node_modules/cypress/types/lodash/setWith.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/shuffle.d.ts b/apps/angular/node_modules/cypress/types/lodash/shuffle.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/shuffle.d.ts rename to apps/angular/node_modules/cypress/types/lodash/shuffle.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/size.d.ts b/apps/angular/node_modules/cypress/types/lodash/size.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/size.d.ts rename to apps/angular/node_modules/cypress/types/lodash/size.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/slice.d.ts b/apps/angular/node_modules/cypress/types/lodash/slice.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/slice.d.ts rename to apps/angular/node_modules/cypress/types/lodash/slice.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/snakeCase.d.ts b/apps/angular/node_modules/cypress/types/lodash/snakeCase.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/snakeCase.d.ts rename to apps/angular/node_modules/cypress/types/lodash/snakeCase.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/some.d.ts b/apps/angular/node_modules/cypress/types/lodash/some.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/some.d.ts rename to apps/angular/node_modules/cypress/types/lodash/some.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/sortBy.d.ts b/apps/angular/node_modules/cypress/types/lodash/sortBy.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/sortBy.d.ts rename to apps/angular/node_modules/cypress/types/lodash/sortBy.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/sortedIndex.d.ts b/apps/angular/node_modules/cypress/types/lodash/sortedIndex.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/sortedIndex.d.ts rename to apps/angular/node_modules/cypress/types/lodash/sortedIndex.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/sortedIndexBy.d.ts b/apps/angular/node_modules/cypress/types/lodash/sortedIndexBy.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/sortedIndexBy.d.ts rename to apps/angular/node_modules/cypress/types/lodash/sortedIndexBy.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/sortedIndexOf.d.ts b/apps/angular/node_modules/cypress/types/lodash/sortedIndexOf.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/sortedIndexOf.d.ts rename to apps/angular/node_modules/cypress/types/lodash/sortedIndexOf.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/sortedLastIndex.d.ts b/apps/angular/node_modules/cypress/types/lodash/sortedLastIndex.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/sortedLastIndex.d.ts rename to apps/angular/node_modules/cypress/types/lodash/sortedLastIndex.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/sortedLastIndexBy.d.ts b/apps/angular/node_modules/cypress/types/lodash/sortedLastIndexBy.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/sortedLastIndexBy.d.ts rename to apps/angular/node_modules/cypress/types/lodash/sortedLastIndexBy.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/sortedLastIndexOf.d.ts b/apps/angular/node_modules/cypress/types/lodash/sortedLastIndexOf.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/sortedLastIndexOf.d.ts rename to apps/angular/node_modules/cypress/types/lodash/sortedLastIndexOf.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/sortedUniq.d.ts b/apps/angular/node_modules/cypress/types/lodash/sortedUniq.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/sortedUniq.d.ts rename to apps/angular/node_modules/cypress/types/lodash/sortedUniq.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/sortedUniqBy.d.ts b/apps/angular/node_modules/cypress/types/lodash/sortedUniqBy.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/sortedUniqBy.d.ts rename to apps/angular/node_modules/cypress/types/lodash/sortedUniqBy.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/split.d.ts b/apps/angular/node_modules/cypress/types/lodash/split.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/split.d.ts rename to apps/angular/node_modules/cypress/types/lodash/split.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/spread.d.ts b/apps/angular/node_modules/cypress/types/lodash/spread.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/spread.d.ts rename to apps/angular/node_modules/cypress/types/lodash/spread.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/startCase.d.ts b/apps/angular/node_modules/cypress/types/lodash/startCase.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/startCase.d.ts rename to apps/angular/node_modules/cypress/types/lodash/startCase.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/startsWith.d.ts b/apps/angular/node_modules/cypress/types/lodash/startsWith.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/startsWith.d.ts rename to apps/angular/node_modules/cypress/types/lodash/startsWith.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/stubFalse.d.ts b/apps/angular/node_modules/cypress/types/lodash/stubFalse.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/stubFalse.d.ts rename to apps/angular/node_modules/cypress/types/lodash/stubFalse.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/stubTrue.d.ts b/apps/angular/node_modules/cypress/types/lodash/stubTrue.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/stubTrue.d.ts rename to apps/angular/node_modules/cypress/types/lodash/stubTrue.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/subtract.d.ts b/apps/angular/node_modules/cypress/types/lodash/subtract.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/subtract.d.ts rename to apps/angular/node_modules/cypress/types/lodash/subtract.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/sum.d.ts b/apps/angular/node_modules/cypress/types/lodash/sum.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/sum.d.ts rename to apps/angular/node_modules/cypress/types/lodash/sum.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/sumBy.d.ts b/apps/angular/node_modules/cypress/types/lodash/sumBy.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/sumBy.d.ts rename to apps/angular/node_modules/cypress/types/lodash/sumBy.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/tail.d.ts b/apps/angular/node_modules/cypress/types/lodash/tail.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/tail.d.ts rename to apps/angular/node_modules/cypress/types/lodash/tail.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/take.d.ts b/apps/angular/node_modules/cypress/types/lodash/take.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/take.d.ts rename to apps/angular/node_modules/cypress/types/lodash/take.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/takeRight.d.ts b/apps/angular/node_modules/cypress/types/lodash/takeRight.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/takeRight.d.ts rename to apps/angular/node_modules/cypress/types/lodash/takeRight.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/takeRightWhile.d.ts b/apps/angular/node_modules/cypress/types/lodash/takeRightWhile.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/takeRightWhile.d.ts rename to apps/angular/node_modules/cypress/types/lodash/takeRightWhile.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/takeWhile.d.ts b/apps/angular/node_modules/cypress/types/lodash/takeWhile.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/takeWhile.d.ts rename to apps/angular/node_modules/cypress/types/lodash/takeWhile.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/tap.d.ts b/apps/angular/node_modules/cypress/types/lodash/tap.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/tap.d.ts rename to apps/angular/node_modules/cypress/types/lodash/tap.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/template.d.ts b/apps/angular/node_modules/cypress/types/lodash/template.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/template.d.ts rename to apps/angular/node_modules/cypress/types/lodash/template.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/throttle.d.ts b/apps/angular/node_modules/cypress/types/lodash/throttle.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/throttle.d.ts rename to apps/angular/node_modules/cypress/types/lodash/throttle.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/thru.d.ts b/apps/angular/node_modules/cypress/types/lodash/thru.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/thru.d.ts rename to apps/angular/node_modules/cypress/types/lodash/thru.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/times.d.ts b/apps/angular/node_modules/cypress/types/lodash/times.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/times.d.ts rename to apps/angular/node_modules/cypress/types/lodash/times.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/toArray.d.ts b/apps/angular/node_modules/cypress/types/lodash/toArray.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/toArray.d.ts rename to apps/angular/node_modules/cypress/types/lodash/toArray.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/toFinite.d.ts b/apps/angular/node_modules/cypress/types/lodash/toFinite.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/toFinite.d.ts rename to apps/angular/node_modules/cypress/types/lodash/toFinite.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/toInteger.d.ts b/apps/angular/node_modules/cypress/types/lodash/toInteger.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/toInteger.d.ts rename to apps/angular/node_modules/cypress/types/lodash/toInteger.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/toLength.d.ts b/apps/angular/node_modules/cypress/types/lodash/toLength.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/toLength.d.ts rename to apps/angular/node_modules/cypress/types/lodash/toLength.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/toLower.d.ts b/apps/angular/node_modules/cypress/types/lodash/toLower.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/toLower.d.ts rename to apps/angular/node_modules/cypress/types/lodash/toLower.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/toNumber.d.ts b/apps/angular/node_modules/cypress/types/lodash/toNumber.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/toNumber.d.ts rename to apps/angular/node_modules/cypress/types/lodash/toNumber.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/toPairs.d.ts b/apps/angular/node_modules/cypress/types/lodash/toPairs.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/toPairs.d.ts rename to apps/angular/node_modules/cypress/types/lodash/toPairs.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/toPairsIn.d.ts b/apps/angular/node_modules/cypress/types/lodash/toPairsIn.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/toPairsIn.d.ts rename to apps/angular/node_modules/cypress/types/lodash/toPairsIn.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/toPath.d.ts b/apps/angular/node_modules/cypress/types/lodash/toPath.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/toPath.d.ts rename to apps/angular/node_modules/cypress/types/lodash/toPath.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/toPlainObject.d.ts b/apps/angular/node_modules/cypress/types/lodash/toPlainObject.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/toPlainObject.d.ts rename to apps/angular/node_modules/cypress/types/lodash/toPlainObject.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/toSafeInteger.d.ts b/apps/angular/node_modules/cypress/types/lodash/toSafeInteger.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/toSafeInteger.d.ts rename to apps/angular/node_modules/cypress/types/lodash/toSafeInteger.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/toString.d.ts b/apps/angular/node_modules/cypress/types/lodash/toString.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/toString.d.ts rename to apps/angular/node_modules/cypress/types/lodash/toString.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/toUpper.d.ts b/apps/angular/node_modules/cypress/types/lodash/toUpper.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/toUpper.d.ts rename to apps/angular/node_modules/cypress/types/lodash/toUpper.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/transform.d.ts b/apps/angular/node_modules/cypress/types/lodash/transform.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/transform.d.ts rename to apps/angular/node_modules/cypress/types/lodash/transform.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/trim.d.ts b/apps/angular/node_modules/cypress/types/lodash/trim.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/trim.d.ts rename to apps/angular/node_modules/cypress/types/lodash/trim.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/trimEnd.d.ts b/apps/angular/node_modules/cypress/types/lodash/trimEnd.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/trimEnd.d.ts rename to apps/angular/node_modules/cypress/types/lodash/trimEnd.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/trimStart.d.ts b/apps/angular/node_modules/cypress/types/lodash/trimStart.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/trimStart.d.ts rename to apps/angular/node_modules/cypress/types/lodash/trimStart.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/truncate.d.ts b/apps/angular/node_modules/cypress/types/lodash/truncate.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/truncate.d.ts rename to apps/angular/node_modules/cypress/types/lodash/truncate.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/unary.d.ts b/apps/angular/node_modules/cypress/types/lodash/unary.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/unary.d.ts rename to apps/angular/node_modules/cypress/types/lodash/unary.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/unescape.d.ts b/apps/angular/node_modules/cypress/types/lodash/unescape.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/unescape.d.ts rename to apps/angular/node_modules/cypress/types/lodash/unescape.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/union.d.ts b/apps/angular/node_modules/cypress/types/lodash/union.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/union.d.ts rename to apps/angular/node_modules/cypress/types/lodash/union.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/unionBy.d.ts b/apps/angular/node_modules/cypress/types/lodash/unionBy.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/unionBy.d.ts rename to apps/angular/node_modules/cypress/types/lodash/unionBy.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/unionWith.d.ts b/apps/angular/node_modules/cypress/types/lodash/unionWith.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/unionWith.d.ts rename to apps/angular/node_modules/cypress/types/lodash/unionWith.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/uniq.d.ts b/apps/angular/node_modules/cypress/types/lodash/uniq.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/uniq.d.ts rename to apps/angular/node_modules/cypress/types/lodash/uniq.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/uniqBy.d.ts b/apps/angular/node_modules/cypress/types/lodash/uniqBy.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/uniqBy.d.ts rename to apps/angular/node_modules/cypress/types/lodash/uniqBy.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/uniqWith.d.ts b/apps/angular/node_modules/cypress/types/lodash/uniqWith.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/uniqWith.d.ts rename to apps/angular/node_modules/cypress/types/lodash/uniqWith.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/uniqueId.d.ts b/apps/angular/node_modules/cypress/types/lodash/uniqueId.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/uniqueId.d.ts rename to apps/angular/node_modules/cypress/types/lodash/uniqueId.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/unset.d.ts b/apps/angular/node_modules/cypress/types/lodash/unset.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/unset.d.ts rename to apps/angular/node_modules/cypress/types/lodash/unset.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/unzip.d.ts b/apps/angular/node_modules/cypress/types/lodash/unzip.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/unzip.d.ts rename to apps/angular/node_modules/cypress/types/lodash/unzip.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/unzipWith.d.ts b/apps/angular/node_modules/cypress/types/lodash/unzipWith.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/unzipWith.d.ts rename to apps/angular/node_modules/cypress/types/lodash/unzipWith.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/update.d.ts b/apps/angular/node_modules/cypress/types/lodash/update.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/update.d.ts rename to apps/angular/node_modules/cypress/types/lodash/update.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/updateWith.d.ts b/apps/angular/node_modules/cypress/types/lodash/updateWith.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/updateWith.d.ts rename to apps/angular/node_modules/cypress/types/lodash/updateWith.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/upperCase.d.ts b/apps/angular/node_modules/cypress/types/lodash/upperCase.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/upperCase.d.ts rename to apps/angular/node_modules/cypress/types/lodash/upperCase.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/upperFirst.d.ts b/apps/angular/node_modules/cypress/types/lodash/upperFirst.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/upperFirst.d.ts rename to apps/angular/node_modules/cypress/types/lodash/upperFirst.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/values.d.ts b/apps/angular/node_modules/cypress/types/lodash/values.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/values.d.ts rename to apps/angular/node_modules/cypress/types/lodash/values.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/valuesIn.d.ts b/apps/angular/node_modules/cypress/types/lodash/valuesIn.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/valuesIn.d.ts rename to apps/angular/node_modules/cypress/types/lodash/valuesIn.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/without.d.ts b/apps/angular/node_modules/cypress/types/lodash/without.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/without.d.ts rename to apps/angular/node_modules/cypress/types/lodash/without.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/words.d.ts b/apps/angular/node_modules/cypress/types/lodash/words.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/words.d.ts rename to apps/angular/node_modules/cypress/types/lodash/words.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/wrap.d.ts b/apps/angular/node_modules/cypress/types/lodash/wrap.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/wrap.d.ts rename to apps/angular/node_modules/cypress/types/lodash/wrap.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/xor.d.ts b/apps/angular/node_modules/cypress/types/lodash/xor.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/xor.d.ts rename to apps/angular/node_modules/cypress/types/lodash/xor.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/xorBy.d.ts b/apps/angular/node_modules/cypress/types/lodash/xorBy.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/xorBy.d.ts rename to apps/angular/node_modules/cypress/types/lodash/xorBy.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/xorWith.d.ts b/apps/angular/node_modules/cypress/types/lodash/xorWith.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/xorWith.d.ts rename to apps/angular/node_modules/cypress/types/lodash/xorWith.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/zip.d.ts b/apps/angular/node_modules/cypress/types/lodash/zip.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/zip.d.ts rename to apps/angular/node_modules/cypress/types/lodash/zip.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/zipObject.d.ts b/apps/angular/node_modules/cypress/types/lodash/zipObject.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/zipObject.d.ts rename to apps/angular/node_modules/cypress/types/lodash/zipObject.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/zipObjectDeep.d.ts b/apps/angular/node_modules/cypress/types/lodash/zipObjectDeep.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/zipObjectDeep.d.ts rename to apps/angular/node_modules/cypress/types/lodash/zipObjectDeep.d.ts diff --git a/ClientApp/node_modules/cypress/types/lodash/zipWith.d.ts b/apps/angular/node_modules/cypress/types/lodash/zipWith.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/lodash/zipWith.d.ts rename to apps/angular/node_modules/cypress/types/lodash/zipWith.d.ts diff --git a/ClientApp/node_modules/cypress/types/minimatch/index.d.ts b/apps/angular/node_modules/cypress/types/minimatch/index.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/minimatch/index.d.ts rename to apps/angular/node_modules/cypress/types/minimatch/index.d.ts diff --git a/ClientApp/node_modules/cypress/types/mocha/index.d.ts b/apps/angular/node_modules/cypress/types/mocha/index.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/mocha/index.d.ts rename to apps/angular/node_modules/cypress/types/mocha/index.d.ts diff --git a/ClientApp/node_modules/cypress/types/net-stubbing.d.ts b/apps/angular/node_modules/cypress/types/net-stubbing.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/net-stubbing.d.ts rename to apps/angular/node_modules/cypress/types/net-stubbing.d.ts diff --git a/ClientApp/node_modules/cypress/types/sinon-chai/index.d.ts b/apps/angular/node_modules/cypress/types/sinon-chai/index.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/sinon-chai/index.d.ts rename to apps/angular/node_modules/cypress/types/sinon-chai/index.d.ts diff --git a/ClientApp/node_modules/cypress/types/sinon/index.d.ts b/apps/angular/node_modules/cypress/types/sinon/index.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/types/sinon/index.d.ts rename to apps/angular/node_modules/cypress/types/sinon/index.d.ts diff --git a/ClientApp/node_modules/cypress/vue/README.md b/apps/angular/node_modules/cypress/vue/README.md similarity index 100% rename from ClientApp/node_modules/cypress/vue/README.md rename to apps/angular/node_modules/cypress/vue/README.md diff --git a/ClientApp/node_modules/cypress/vue/dist/cypress-vue.cjs.js b/apps/angular/node_modules/cypress/vue/dist/cypress-vue.cjs.js similarity index 100% rename from ClientApp/node_modules/cypress/vue/dist/cypress-vue.cjs.js rename to apps/angular/node_modules/cypress/vue/dist/cypress-vue.cjs.js diff --git a/ClientApp/node_modules/cypress/vue/dist/cypress-vue.esm-bundler.js b/apps/angular/node_modules/cypress/vue/dist/cypress-vue.esm-bundler.js similarity index 100% rename from ClientApp/node_modules/cypress/vue/dist/cypress-vue.esm-bundler.js rename to apps/angular/node_modules/cypress/vue/dist/cypress-vue.esm-bundler.js diff --git a/ClientApp/node_modules/cypress/vue/dist/index.d.ts b/apps/angular/node_modules/cypress/vue/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/vue/dist/index.d.ts rename to apps/angular/node_modules/cypress/vue/dist/index.d.ts diff --git a/ClientApp/node_modules/cypress/vue/package.json b/apps/angular/node_modules/cypress/vue/package.json similarity index 100% rename from ClientApp/node_modules/cypress/vue/package.json rename to apps/angular/node_modules/cypress/vue/package.json diff --git a/ClientApp/node_modules/cypress/vue/vue/README.md b/apps/angular/node_modules/cypress/vue/vue/README.md similarity index 100% rename from ClientApp/node_modules/cypress/vue/vue/README.md rename to apps/angular/node_modules/cypress/vue/vue/README.md diff --git a/ClientApp/node_modules/cypress/vue/vue/dist/cypress-vue.cjs.js b/apps/angular/node_modules/cypress/vue/vue/dist/cypress-vue.cjs.js similarity index 100% rename from ClientApp/node_modules/cypress/vue/vue/dist/cypress-vue.cjs.js rename to apps/angular/node_modules/cypress/vue/vue/dist/cypress-vue.cjs.js diff --git a/ClientApp/node_modules/cypress/vue/vue/dist/cypress-vue.esm-bundler.js b/apps/angular/node_modules/cypress/vue/vue/dist/cypress-vue.esm-bundler.js similarity index 100% rename from ClientApp/node_modules/cypress/vue/vue/dist/cypress-vue.esm-bundler.js rename to apps/angular/node_modules/cypress/vue/vue/dist/cypress-vue.esm-bundler.js diff --git a/ClientApp/node_modules/cypress/vue/vue/dist/index.d.ts b/apps/angular/node_modules/cypress/vue/vue/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/vue/vue/dist/index.d.ts rename to apps/angular/node_modules/cypress/vue/vue/dist/index.d.ts diff --git a/ClientApp/node_modules/cypress/vue/vue/package.json b/apps/angular/node_modules/cypress/vue/vue/package.json similarity index 100% rename from ClientApp/node_modules/cypress/vue/vue/package.json rename to apps/angular/node_modules/cypress/vue/vue/package.json diff --git a/ClientApp/node_modules/cypress/vue2/README.md b/apps/angular/node_modules/cypress/vue2/README.md similarity index 100% rename from ClientApp/node_modules/cypress/vue2/README.md rename to apps/angular/node_modules/cypress/vue2/README.md diff --git a/ClientApp/node_modules/cypress/vue2/dist/cypress-vue2.cjs.js b/apps/angular/node_modules/cypress/vue2/dist/cypress-vue2.cjs.js similarity index 100% rename from ClientApp/node_modules/cypress/vue2/dist/cypress-vue2.cjs.js rename to apps/angular/node_modules/cypress/vue2/dist/cypress-vue2.cjs.js diff --git a/ClientApp/node_modules/cypress/vue2/dist/cypress-vue2.esm-bundler.js b/apps/angular/node_modules/cypress/vue2/dist/cypress-vue2.esm-bundler.js similarity index 100% rename from ClientApp/node_modules/cypress/vue2/dist/cypress-vue2.esm-bundler.js rename to apps/angular/node_modules/cypress/vue2/dist/cypress-vue2.esm-bundler.js diff --git a/ClientApp/node_modules/cypress/vue2/dist/index.d.ts b/apps/angular/node_modules/cypress/vue2/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/vue2/dist/index.d.ts rename to apps/angular/node_modules/cypress/vue2/dist/index.d.ts diff --git a/ClientApp/node_modules/cypress/vue2/package.json b/apps/angular/node_modules/cypress/vue2/package.json similarity index 100% rename from ClientApp/node_modules/cypress/vue2/package.json rename to apps/angular/node_modules/cypress/vue2/package.json diff --git a/ClientApp/node_modules/cypress/vue2/vue2/README.md b/apps/angular/node_modules/cypress/vue2/vue2/README.md similarity index 100% rename from ClientApp/node_modules/cypress/vue2/vue2/README.md rename to apps/angular/node_modules/cypress/vue2/vue2/README.md diff --git a/ClientApp/node_modules/cypress/vue2/vue2/dist/cypress-vue2.cjs.js b/apps/angular/node_modules/cypress/vue2/vue2/dist/cypress-vue2.cjs.js similarity index 100% rename from ClientApp/node_modules/cypress/vue2/vue2/dist/cypress-vue2.cjs.js rename to apps/angular/node_modules/cypress/vue2/vue2/dist/cypress-vue2.cjs.js diff --git a/ClientApp/node_modules/cypress/vue2/vue2/dist/cypress-vue2.esm-bundler.js b/apps/angular/node_modules/cypress/vue2/vue2/dist/cypress-vue2.esm-bundler.js similarity index 100% rename from ClientApp/node_modules/cypress/vue2/vue2/dist/cypress-vue2.esm-bundler.js rename to apps/angular/node_modules/cypress/vue2/vue2/dist/cypress-vue2.esm-bundler.js diff --git a/ClientApp/node_modules/cypress/vue2/vue2/dist/index.d.ts b/apps/angular/node_modules/cypress/vue2/vue2/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/cypress/vue2/vue2/dist/index.d.ts rename to apps/angular/node_modules/cypress/vue2/vue2/dist/index.d.ts diff --git a/ClientApp/node_modules/cypress/vue2/vue2/package.json b/apps/angular/node_modules/cypress/vue2/vue2/package.json similarity index 100% rename from ClientApp/node_modules/cypress/vue2/vue2/package.json rename to apps/angular/node_modules/cypress/vue2/vue2/package.json diff --git a/ClientApp/node_modules/dashdash/CHANGES.md b/apps/angular/node_modules/dashdash/CHANGES.md similarity index 100% rename from ClientApp/node_modules/dashdash/CHANGES.md rename to apps/angular/node_modules/dashdash/CHANGES.md diff --git a/ClientApp/node_modules/dashdash/LICENSE.txt b/apps/angular/node_modules/dashdash/LICENSE.txt similarity index 100% rename from ClientApp/node_modules/dashdash/LICENSE.txt rename to apps/angular/node_modules/dashdash/LICENSE.txt diff --git a/ClientApp/node_modules/dashdash/README.md b/apps/angular/node_modules/dashdash/README.md similarity index 100% rename from ClientApp/node_modules/dashdash/README.md rename to apps/angular/node_modules/dashdash/README.md diff --git a/ClientApp/node_modules/dashdash/etc/dashdash.bash_completion.in b/apps/angular/node_modules/dashdash/etc/dashdash.bash_completion.in similarity index 100% rename from ClientApp/node_modules/dashdash/etc/dashdash.bash_completion.in rename to apps/angular/node_modules/dashdash/etc/dashdash.bash_completion.in diff --git a/ClientApp/node_modules/dashdash/lib/dashdash.js b/apps/angular/node_modules/dashdash/lib/dashdash.js similarity index 100% rename from ClientApp/node_modules/dashdash/lib/dashdash.js rename to apps/angular/node_modules/dashdash/lib/dashdash.js diff --git a/ClientApp/node_modules/dashdash/package.json b/apps/angular/node_modules/dashdash/package.json similarity index 100% rename from ClientApp/node_modules/dashdash/package.json rename to apps/angular/node_modules/dashdash/package.json diff --git a/ClientApp/node_modules/data-urls/LICENSE.txt b/apps/angular/node_modules/data-urls/LICENSE.txt similarity index 100% rename from ClientApp/node_modules/data-urls/LICENSE.txt rename to apps/angular/node_modules/data-urls/LICENSE.txt diff --git a/ClientApp/node_modules/data-urls/README.md b/apps/angular/node_modules/data-urls/README.md similarity index 100% rename from ClientApp/node_modules/data-urls/README.md rename to apps/angular/node_modules/data-urls/README.md diff --git a/ClientApp/node_modules/data-urls/lib/parser.js b/apps/angular/node_modules/data-urls/lib/parser.js similarity index 100% rename from ClientApp/node_modules/data-urls/lib/parser.js rename to apps/angular/node_modules/data-urls/lib/parser.js diff --git a/ClientApp/node_modules/data-urls/lib/utils.js b/apps/angular/node_modules/data-urls/lib/utils.js similarity index 100% rename from ClientApp/node_modules/data-urls/lib/utils.js rename to apps/angular/node_modules/data-urls/lib/utils.js diff --git a/ClientApp/node_modules/data-urls/package.json b/apps/angular/node_modules/data-urls/package.json similarity index 100% rename from ClientApp/node_modules/data-urls/package.json rename to apps/angular/node_modules/data-urls/package.json diff --git a/ClientApp/node_modules/data-view-buffer/.eslintrc b/apps/angular/node_modules/data-view-buffer/.eslintrc similarity index 100% rename from ClientApp/node_modules/data-view-buffer/.eslintrc rename to apps/angular/node_modules/data-view-buffer/.eslintrc diff --git a/ClientApp/node_modules/data-view-buffer/.github/FUNDING.yml b/apps/angular/node_modules/data-view-buffer/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/data-view-buffer/.github/FUNDING.yml rename to apps/angular/node_modules/data-view-buffer/.github/FUNDING.yml diff --git a/ClientApp/node_modules/data-view-buffer/.nycrc b/apps/angular/node_modules/data-view-buffer/.nycrc similarity index 100% rename from ClientApp/node_modules/data-view-buffer/.nycrc rename to apps/angular/node_modules/data-view-buffer/.nycrc diff --git a/ClientApp/node_modules/data-view-buffer/CHANGELOG.md b/apps/angular/node_modules/data-view-buffer/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/data-view-buffer/CHANGELOG.md rename to apps/angular/node_modules/data-view-buffer/CHANGELOG.md diff --git a/ClientApp/node_modules/data-view-buffer/LICENSE b/apps/angular/node_modules/data-view-buffer/LICENSE similarity index 100% rename from ClientApp/node_modules/data-view-buffer/LICENSE rename to apps/angular/node_modules/data-view-buffer/LICENSE diff --git a/ClientApp/node_modules/data-view-buffer/README.md b/apps/angular/node_modules/data-view-buffer/README.md similarity index 100% rename from ClientApp/node_modules/data-view-buffer/README.md rename to apps/angular/node_modules/data-view-buffer/README.md diff --git a/ClientApp/node_modules/data-view-buffer/index.d.ts b/apps/angular/node_modules/data-view-buffer/index.d.ts similarity index 100% rename from ClientApp/node_modules/data-view-buffer/index.d.ts rename to apps/angular/node_modules/data-view-buffer/index.d.ts diff --git a/ClientApp/node_modules/data-view-buffer/index.js b/apps/angular/node_modules/data-view-buffer/index.js similarity index 100% rename from ClientApp/node_modules/data-view-buffer/index.js rename to apps/angular/node_modules/data-view-buffer/index.js diff --git a/ClientApp/node_modules/data-view-buffer/package.json b/apps/angular/node_modules/data-view-buffer/package.json similarity index 100% rename from ClientApp/node_modules/data-view-buffer/package.json rename to apps/angular/node_modules/data-view-buffer/package.json diff --git a/ClientApp/node_modules/data-view-buffer/test/index.js b/apps/angular/node_modules/data-view-buffer/test/index.js similarity index 100% rename from ClientApp/node_modules/data-view-buffer/test/index.js rename to apps/angular/node_modules/data-view-buffer/test/index.js diff --git a/ClientApp/node_modules/data-view-buffer/tsconfig.json b/apps/angular/node_modules/data-view-buffer/tsconfig.json similarity index 100% rename from ClientApp/node_modules/data-view-buffer/tsconfig.json rename to apps/angular/node_modules/data-view-buffer/tsconfig.json diff --git a/ClientApp/node_modules/data-view-byte-length/.eslintrc b/apps/angular/node_modules/data-view-byte-length/.eslintrc similarity index 100% rename from ClientApp/node_modules/data-view-byte-length/.eslintrc rename to apps/angular/node_modules/data-view-byte-length/.eslintrc diff --git a/ClientApp/node_modules/data-view-byte-length/.github/FUNDING.yml b/apps/angular/node_modules/data-view-byte-length/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/data-view-byte-length/.github/FUNDING.yml rename to apps/angular/node_modules/data-view-byte-length/.github/FUNDING.yml diff --git a/ClientApp/node_modules/data-view-byte-length/.nycrc b/apps/angular/node_modules/data-view-byte-length/.nycrc similarity index 100% rename from ClientApp/node_modules/data-view-byte-length/.nycrc rename to apps/angular/node_modules/data-view-byte-length/.nycrc diff --git a/ClientApp/node_modules/data-view-byte-length/CHANGELOG.md b/apps/angular/node_modules/data-view-byte-length/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/data-view-byte-length/CHANGELOG.md rename to apps/angular/node_modules/data-view-byte-length/CHANGELOG.md diff --git a/ClientApp/node_modules/data-view-byte-length/LICENSE b/apps/angular/node_modules/data-view-byte-length/LICENSE similarity index 100% rename from ClientApp/node_modules/data-view-byte-length/LICENSE rename to apps/angular/node_modules/data-view-byte-length/LICENSE diff --git a/ClientApp/node_modules/data-view-byte-length/README.md b/apps/angular/node_modules/data-view-byte-length/README.md similarity index 100% rename from ClientApp/node_modules/data-view-byte-length/README.md rename to apps/angular/node_modules/data-view-byte-length/README.md diff --git a/ClientApp/node_modules/data-view-byte-length/index.d.ts b/apps/angular/node_modules/data-view-byte-length/index.d.ts similarity index 100% rename from ClientApp/node_modules/data-view-byte-length/index.d.ts rename to apps/angular/node_modules/data-view-byte-length/index.d.ts diff --git a/ClientApp/node_modules/data-view-byte-length/index.js b/apps/angular/node_modules/data-view-byte-length/index.js similarity index 100% rename from ClientApp/node_modules/data-view-byte-length/index.js rename to apps/angular/node_modules/data-view-byte-length/index.js diff --git a/ClientApp/node_modules/data-view-byte-length/package.json b/apps/angular/node_modules/data-view-byte-length/package.json similarity index 100% rename from ClientApp/node_modules/data-view-byte-length/package.json rename to apps/angular/node_modules/data-view-byte-length/package.json diff --git a/ClientApp/node_modules/data-view-byte-length/test/index.js b/apps/angular/node_modules/data-view-byte-length/test/index.js similarity index 100% rename from ClientApp/node_modules/data-view-byte-length/test/index.js rename to apps/angular/node_modules/data-view-byte-length/test/index.js diff --git a/ClientApp/node_modules/data-view-byte-length/tsconfig.json b/apps/angular/node_modules/data-view-byte-length/tsconfig.json similarity index 100% rename from ClientApp/node_modules/data-view-byte-length/tsconfig.json rename to apps/angular/node_modules/data-view-byte-length/tsconfig.json diff --git a/ClientApp/node_modules/data-view-byte-offset/.eslintrc b/apps/angular/node_modules/data-view-byte-offset/.eslintrc similarity index 100% rename from ClientApp/node_modules/data-view-byte-offset/.eslintrc rename to apps/angular/node_modules/data-view-byte-offset/.eslintrc diff --git a/ClientApp/node_modules/data-view-byte-offset/.github/FUNDING.yml b/apps/angular/node_modules/data-view-byte-offset/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/data-view-byte-offset/.github/FUNDING.yml rename to apps/angular/node_modules/data-view-byte-offset/.github/FUNDING.yml diff --git a/ClientApp/node_modules/data-view-byte-offset/.nycrc b/apps/angular/node_modules/data-view-byte-offset/.nycrc similarity index 100% rename from ClientApp/node_modules/data-view-byte-offset/.nycrc rename to apps/angular/node_modules/data-view-byte-offset/.nycrc diff --git a/ClientApp/node_modules/data-view-byte-offset/CHANGELOG.md b/apps/angular/node_modules/data-view-byte-offset/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/data-view-byte-offset/CHANGELOG.md rename to apps/angular/node_modules/data-view-byte-offset/CHANGELOG.md diff --git a/ClientApp/node_modules/data-view-byte-offset/LICENSE b/apps/angular/node_modules/data-view-byte-offset/LICENSE similarity index 100% rename from ClientApp/node_modules/data-view-byte-offset/LICENSE rename to apps/angular/node_modules/data-view-byte-offset/LICENSE diff --git a/ClientApp/node_modules/data-view-byte-offset/README.md b/apps/angular/node_modules/data-view-byte-offset/README.md similarity index 100% rename from ClientApp/node_modules/data-view-byte-offset/README.md rename to apps/angular/node_modules/data-view-byte-offset/README.md diff --git a/ClientApp/node_modules/data-view-byte-offset/index.d.ts b/apps/angular/node_modules/data-view-byte-offset/index.d.ts similarity index 100% rename from ClientApp/node_modules/data-view-byte-offset/index.d.ts rename to apps/angular/node_modules/data-view-byte-offset/index.d.ts diff --git a/ClientApp/node_modules/data-view-byte-offset/index.js b/apps/angular/node_modules/data-view-byte-offset/index.js similarity index 100% rename from ClientApp/node_modules/data-view-byte-offset/index.js rename to apps/angular/node_modules/data-view-byte-offset/index.js diff --git a/ClientApp/node_modules/data-view-byte-offset/package.json b/apps/angular/node_modules/data-view-byte-offset/package.json similarity index 100% rename from ClientApp/node_modules/data-view-byte-offset/package.json rename to apps/angular/node_modules/data-view-byte-offset/package.json diff --git a/ClientApp/node_modules/data-view-byte-offset/test/index.js b/apps/angular/node_modules/data-view-byte-offset/test/index.js similarity index 100% rename from ClientApp/node_modules/data-view-byte-offset/test/index.js rename to apps/angular/node_modules/data-view-byte-offset/test/index.js diff --git a/ClientApp/node_modules/data-view-byte-offset/tsconfig.json b/apps/angular/node_modules/data-view-byte-offset/tsconfig.json similarity index 100% rename from ClientApp/node_modules/data-view-byte-offset/tsconfig.json rename to apps/angular/node_modules/data-view-byte-offset/tsconfig.json diff --git a/ClientApp/node_modules/dayjs/.editorconfig b/apps/angular/node_modules/dayjs/.editorconfig similarity index 100% rename from ClientApp/node_modules/dayjs/.editorconfig rename to apps/angular/node_modules/dayjs/.editorconfig diff --git a/ClientApp/node_modules/dayjs/CHANGELOG.md b/apps/angular/node_modules/dayjs/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/dayjs/CHANGELOG.md rename to apps/angular/node_modules/dayjs/CHANGELOG.md diff --git a/ClientApp/node_modules/dayjs/LICENSE b/apps/angular/node_modules/dayjs/LICENSE similarity index 100% rename from ClientApp/node_modules/dayjs/LICENSE rename to apps/angular/node_modules/dayjs/LICENSE diff --git a/ClientApp/node_modules/dayjs/README.md b/apps/angular/node_modules/dayjs/README.md similarity index 100% rename from ClientApp/node_modules/dayjs/README.md rename to apps/angular/node_modules/dayjs/README.md diff --git a/ClientApp/node_modules/dayjs/dayjs.min.js b/apps/angular/node_modules/dayjs/dayjs.min.js similarity index 100% rename from ClientApp/node_modules/dayjs/dayjs.min.js rename to apps/angular/node_modules/dayjs/dayjs.min.js diff --git a/ClientApp/node_modules/dayjs/esm/constant.js b/apps/angular/node_modules/dayjs/esm/constant.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/constant.js rename to apps/angular/node_modules/dayjs/esm/constant.js diff --git a/ClientApp/node_modules/dayjs/esm/index.d.ts b/apps/angular/node_modules/dayjs/esm/index.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/esm/index.d.ts rename to apps/angular/node_modules/dayjs/esm/index.d.ts diff --git a/ClientApp/node_modules/dayjs/esm/index.js b/apps/angular/node_modules/dayjs/esm/index.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/index.js rename to apps/angular/node_modules/dayjs/esm/index.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/af.js b/apps/angular/node_modules/dayjs/esm/locale/af.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/af.js rename to apps/angular/node_modules/dayjs/esm/locale/af.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/am.js b/apps/angular/node_modules/dayjs/esm/locale/am.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/am.js rename to apps/angular/node_modules/dayjs/esm/locale/am.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/ar-dz.js b/apps/angular/node_modules/dayjs/esm/locale/ar-dz.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/ar-dz.js rename to apps/angular/node_modules/dayjs/esm/locale/ar-dz.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/ar-iq.js b/apps/angular/node_modules/dayjs/esm/locale/ar-iq.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/ar-iq.js rename to apps/angular/node_modules/dayjs/esm/locale/ar-iq.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/ar-kw.js b/apps/angular/node_modules/dayjs/esm/locale/ar-kw.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/ar-kw.js rename to apps/angular/node_modules/dayjs/esm/locale/ar-kw.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/ar-ly.js b/apps/angular/node_modules/dayjs/esm/locale/ar-ly.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/ar-ly.js rename to apps/angular/node_modules/dayjs/esm/locale/ar-ly.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/ar-ma.js b/apps/angular/node_modules/dayjs/esm/locale/ar-ma.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/ar-ma.js rename to apps/angular/node_modules/dayjs/esm/locale/ar-ma.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/ar-sa.js b/apps/angular/node_modules/dayjs/esm/locale/ar-sa.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/ar-sa.js rename to apps/angular/node_modules/dayjs/esm/locale/ar-sa.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/ar-tn.js b/apps/angular/node_modules/dayjs/esm/locale/ar-tn.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/ar-tn.js rename to apps/angular/node_modules/dayjs/esm/locale/ar-tn.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/ar.js b/apps/angular/node_modules/dayjs/esm/locale/ar.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/ar.js rename to apps/angular/node_modules/dayjs/esm/locale/ar.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/az.js b/apps/angular/node_modules/dayjs/esm/locale/az.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/az.js rename to apps/angular/node_modules/dayjs/esm/locale/az.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/be.js b/apps/angular/node_modules/dayjs/esm/locale/be.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/be.js rename to apps/angular/node_modules/dayjs/esm/locale/be.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/bg.js b/apps/angular/node_modules/dayjs/esm/locale/bg.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/bg.js rename to apps/angular/node_modules/dayjs/esm/locale/bg.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/bi.js b/apps/angular/node_modules/dayjs/esm/locale/bi.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/bi.js rename to apps/angular/node_modules/dayjs/esm/locale/bi.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/bm.js b/apps/angular/node_modules/dayjs/esm/locale/bm.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/bm.js rename to apps/angular/node_modules/dayjs/esm/locale/bm.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/bn-bd.js b/apps/angular/node_modules/dayjs/esm/locale/bn-bd.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/bn-bd.js rename to apps/angular/node_modules/dayjs/esm/locale/bn-bd.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/bn.js b/apps/angular/node_modules/dayjs/esm/locale/bn.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/bn.js rename to apps/angular/node_modules/dayjs/esm/locale/bn.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/bo.js b/apps/angular/node_modules/dayjs/esm/locale/bo.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/bo.js rename to apps/angular/node_modules/dayjs/esm/locale/bo.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/br.js b/apps/angular/node_modules/dayjs/esm/locale/br.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/br.js rename to apps/angular/node_modules/dayjs/esm/locale/br.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/bs.js b/apps/angular/node_modules/dayjs/esm/locale/bs.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/bs.js rename to apps/angular/node_modules/dayjs/esm/locale/bs.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/ca.js b/apps/angular/node_modules/dayjs/esm/locale/ca.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/ca.js rename to apps/angular/node_modules/dayjs/esm/locale/ca.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/cs.js b/apps/angular/node_modules/dayjs/esm/locale/cs.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/cs.js rename to apps/angular/node_modules/dayjs/esm/locale/cs.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/cv.js b/apps/angular/node_modules/dayjs/esm/locale/cv.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/cv.js rename to apps/angular/node_modules/dayjs/esm/locale/cv.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/cy.js b/apps/angular/node_modules/dayjs/esm/locale/cy.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/cy.js rename to apps/angular/node_modules/dayjs/esm/locale/cy.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/da.js b/apps/angular/node_modules/dayjs/esm/locale/da.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/da.js rename to apps/angular/node_modules/dayjs/esm/locale/da.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/de-at.js b/apps/angular/node_modules/dayjs/esm/locale/de-at.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/de-at.js rename to apps/angular/node_modules/dayjs/esm/locale/de-at.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/de-ch.js b/apps/angular/node_modules/dayjs/esm/locale/de-ch.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/de-ch.js rename to apps/angular/node_modules/dayjs/esm/locale/de-ch.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/de.js b/apps/angular/node_modules/dayjs/esm/locale/de.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/de.js rename to apps/angular/node_modules/dayjs/esm/locale/de.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/dv.js b/apps/angular/node_modules/dayjs/esm/locale/dv.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/dv.js rename to apps/angular/node_modules/dayjs/esm/locale/dv.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/el.js b/apps/angular/node_modules/dayjs/esm/locale/el.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/el.js rename to apps/angular/node_modules/dayjs/esm/locale/el.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/en-au.js b/apps/angular/node_modules/dayjs/esm/locale/en-au.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/en-au.js rename to apps/angular/node_modules/dayjs/esm/locale/en-au.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/en-ca.js b/apps/angular/node_modules/dayjs/esm/locale/en-ca.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/en-ca.js rename to apps/angular/node_modules/dayjs/esm/locale/en-ca.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/en-gb.js b/apps/angular/node_modules/dayjs/esm/locale/en-gb.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/en-gb.js rename to apps/angular/node_modules/dayjs/esm/locale/en-gb.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/en-ie.js b/apps/angular/node_modules/dayjs/esm/locale/en-ie.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/en-ie.js rename to apps/angular/node_modules/dayjs/esm/locale/en-ie.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/en-il.js b/apps/angular/node_modules/dayjs/esm/locale/en-il.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/en-il.js rename to apps/angular/node_modules/dayjs/esm/locale/en-il.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/en-in.js b/apps/angular/node_modules/dayjs/esm/locale/en-in.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/en-in.js rename to apps/angular/node_modules/dayjs/esm/locale/en-in.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/en-nz.js b/apps/angular/node_modules/dayjs/esm/locale/en-nz.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/en-nz.js rename to apps/angular/node_modules/dayjs/esm/locale/en-nz.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/en-sg.js b/apps/angular/node_modules/dayjs/esm/locale/en-sg.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/en-sg.js rename to apps/angular/node_modules/dayjs/esm/locale/en-sg.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/en-tt.js b/apps/angular/node_modules/dayjs/esm/locale/en-tt.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/en-tt.js rename to apps/angular/node_modules/dayjs/esm/locale/en-tt.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/en.js b/apps/angular/node_modules/dayjs/esm/locale/en.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/en.js rename to apps/angular/node_modules/dayjs/esm/locale/en.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/eo.js b/apps/angular/node_modules/dayjs/esm/locale/eo.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/eo.js rename to apps/angular/node_modules/dayjs/esm/locale/eo.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/es-do.js b/apps/angular/node_modules/dayjs/esm/locale/es-do.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/es-do.js rename to apps/angular/node_modules/dayjs/esm/locale/es-do.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/es-mx.js b/apps/angular/node_modules/dayjs/esm/locale/es-mx.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/es-mx.js rename to apps/angular/node_modules/dayjs/esm/locale/es-mx.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/es-pr.js b/apps/angular/node_modules/dayjs/esm/locale/es-pr.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/es-pr.js rename to apps/angular/node_modules/dayjs/esm/locale/es-pr.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/es-us.js b/apps/angular/node_modules/dayjs/esm/locale/es-us.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/es-us.js rename to apps/angular/node_modules/dayjs/esm/locale/es-us.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/es.js b/apps/angular/node_modules/dayjs/esm/locale/es.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/es.js rename to apps/angular/node_modules/dayjs/esm/locale/es.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/et.js b/apps/angular/node_modules/dayjs/esm/locale/et.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/et.js rename to apps/angular/node_modules/dayjs/esm/locale/et.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/eu.js b/apps/angular/node_modules/dayjs/esm/locale/eu.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/eu.js rename to apps/angular/node_modules/dayjs/esm/locale/eu.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/fa.js b/apps/angular/node_modules/dayjs/esm/locale/fa.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/fa.js rename to apps/angular/node_modules/dayjs/esm/locale/fa.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/fi.js b/apps/angular/node_modules/dayjs/esm/locale/fi.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/fi.js rename to apps/angular/node_modules/dayjs/esm/locale/fi.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/fo.js b/apps/angular/node_modules/dayjs/esm/locale/fo.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/fo.js rename to apps/angular/node_modules/dayjs/esm/locale/fo.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/fr-ca.js b/apps/angular/node_modules/dayjs/esm/locale/fr-ca.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/fr-ca.js rename to apps/angular/node_modules/dayjs/esm/locale/fr-ca.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/fr-ch.js b/apps/angular/node_modules/dayjs/esm/locale/fr-ch.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/fr-ch.js rename to apps/angular/node_modules/dayjs/esm/locale/fr-ch.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/fr.js b/apps/angular/node_modules/dayjs/esm/locale/fr.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/fr.js rename to apps/angular/node_modules/dayjs/esm/locale/fr.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/fy.js b/apps/angular/node_modules/dayjs/esm/locale/fy.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/fy.js rename to apps/angular/node_modules/dayjs/esm/locale/fy.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/ga.js b/apps/angular/node_modules/dayjs/esm/locale/ga.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/ga.js rename to apps/angular/node_modules/dayjs/esm/locale/ga.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/gd.js b/apps/angular/node_modules/dayjs/esm/locale/gd.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/gd.js rename to apps/angular/node_modules/dayjs/esm/locale/gd.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/gl.js b/apps/angular/node_modules/dayjs/esm/locale/gl.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/gl.js rename to apps/angular/node_modules/dayjs/esm/locale/gl.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/gom-latn.js b/apps/angular/node_modules/dayjs/esm/locale/gom-latn.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/gom-latn.js rename to apps/angular/node_modules/dayjs/esm/locale/gom-latn.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/gu.js b/apps/angular/node_modules/dayjs/esm/locale/gu.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/gu.js rename to apps/angular/node_modules/dayjs/esm/locale/gu.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/he.js b/apps/angular/node_modules/dayjs/esm/locale/he.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/he.js rename to apps/angular/node_modules/dayjs/esm/locale/he.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/hi.js b/apps/angular/node_modules/dayjs/esm/locale/hi.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/hi.js rename to apps/angular/node_modules/dayjs/esm/locale/hi.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/hr.js b/apps/angular/node_modules/dayjs/esm/locale/hr.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/hr.js rename to apps/angular/node_modules/dayjs/esm/locale/hr.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/ht.js b/apps/angular/node_modules/dayjs/esm/locale/ht.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/ht.js rename to apps/angular/node_modules/dayjs/esm/locale/ht.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/hu.js b/apps/angular/node_modules/dayjs/esm/locale/hu.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/hu.js rename to apps/angular/node_modules/dayjs/esm/locale/hu.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/hy-am.js b/apps/angular/node_modules/dayjs/esm/locale/hy-am.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/hy-am.js rename to apps/angular/node_modules/dayjs/esm/locale/hy-am.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/id.js b/apps/angular/node_modules/dayjs/esm/locale/id.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/id.js rename to apps/angular/node_modules/dayjs/esm/locale/id.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/index.d.ts b/apps/angular/node_modules/dayjs/esm/locale/index.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/index.d.ts rename to apps/angular/node_modules/dayjs/esm/locale/index.d.ts diff --git a/ClientApp/node_modules/dayjs/esm/locale/is.js b/apps/angular/node_modules/dayjs/esm/locale/is.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/is.js rename to apps/angular/node_modules/dayjs/esm/locale/is.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/it-ch.js b/apps/angular/node_modules/dayjs/esm/locale/it-ch.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/it-ch.js rename to apps/angular/node_modules/dayjs/esm/locale/it-ch.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/it.js b/apps/angular/node_modules/dayjs/esm/locale/it.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/it.js rename to apps/angular/node_modules/dayjs/esm/locale/it.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/ja.js b/apps/angular/node_modules/dayjs/esm/locale/ja.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/ja.js rename to apps/angular/node_modules/dayjs/esm/locale/ja.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/jv.js b/apps/angular/node_modules/dayjs/esm/locale/jv.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/jv.js rename to apps/angular/node_modules/dayjs/esm/locale/jv.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/ka.js b/apps/angular/node_modules/dayjs/esm/locale/ka.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/ka.js rename to apps/angular/node_modules/dayjs/esm/locale/ka.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/kk.js b/apps/angular/node_modules/dayjs/esm/locale/kk.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/kk.js rename to apps/angular/node_modules/dayjs/esm/locale/kk.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/km.js b/apps/angular/node_modules/dayjs/esm/locale/km.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/km.js rename to apps/angular/node_modules/dayjs/esm/locale/km.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/kn.js b/apps/angular/node_modules/dayjs/esm/locale/kn.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/kn.js rename to apps/angular/node_modules/dayjs/esm/locale/kn.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/ko.js b/apps/angular/node_modules/dayjs/esm/locale/ko.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/ko.js rename to apps/angular/node_modules/dayjs/esm/locale/ko.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/ku.js b/apps/angular/node_modules/dayjs/esm/locale/ku.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/ku.js rename to apps/angular/node_modules/dayjs/esm/locale/ku.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/ky.js b/apps/angular/node_modules/dayjs/esm/locale/ky.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/ky.js rename to apps/angular/node_modules/dayjs/esm/locale/ky.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/lb.js b/apps/angular/node_modules/dayjs/esm/locale/lb.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/lb.js rename to apps/angular/node_modules/dayjs/esm/locale/lb.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/lo.js b/apps/angular/node_modules/dayjs/esm/locale/lo.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/lo.js rename to apps/angular/node_modules/dayjs/esm/locale/lo.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/lt.js b/apps/angular/node_modules/dayjs/esm/locale/lt.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/lt.js rename to apps/angular/node_modules/dayjs/esm/locale/lt.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/lv.js b/apps/angular/node_modules/dayjs/esm/locale/lv.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/lv.js rename to apps/angular/node_modules/dayjs/esm/locale/lv.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/me.js b/apps/angular/node_modules/dayjs/esm/locale/me.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/me.js rename to apps/angular/node_modules/dayjs/esm/locale/me.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/mi.js b/apps/angular/node_modules/dayjs/esm/locale/mi.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/mi.js rename to apps/angular/node_modules/dayjs/esm/locale/mi.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/mk.js b/apps/angular/node_modules/dayjs/esm/locale/mk.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/mk.js rename to apps/angular/node_modules/dayjs/esm/locale/mk.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/ml.js b/apps/angular/node_modules/dayjs/esm/locale/ml.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/ml.js rename to apps/angular/node_modules/dayjs/esm/locale/ml.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/mn.js b/apps/angular/node_modules/dayjs/esm/locale/mn.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/mn.js rename to apps/angular/node_modules/dayjs/esm/locale/mn.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/mr.js b/apps/angular/node_modules/dayjs/esm/locale/mr.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/mr.js rename to apps/angular/node_modules/dayjs/esm/locale/mr.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/ms-my.js b/apps/angular/node_modules/dayjs/esm/locale/ms-my.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/ms-my.js rename to apps/angular/node_modules/dayjs/esm/locale/ms-my.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/ms.js b/apps/angular/node_modules/dayjs/esm/locale/ms.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/ms.js rename to apps/angular/node_modules/dayjs/esm/locale/ms.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/mt.js b/apps/angular/node_modules/dayjs/esm/locale/mt.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/mt.js rename to apps/angular/node_modules/dayjs/esm/locale/mt.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/my.js b/apps/angular/node_modules/dayjs/esm/locale/my.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/my.js rename to apps/angular/node_modules/dayjs/esm/locale/my.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/nb.js b/apps/angular/node_modules/dayjs/esm/locale/nb.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/nb.js rename to apps/angular/node_modules/dayjs/esm/locale/nb.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/ne.js b/apps/angular/node_modules/dayjs/esm/locale/ne.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/ne.js rename to apps/angular/node_modules/dayjs/esm/locale/ne.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/nl-be.js b/apps/angular/node_modules/dayjs/esm/locale/nl-be.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/nl-be.js rename to apps/angular/node_modules/dayjs/esm/locale/nl-be.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/nl.js b/apps/angular/node_modules/dayjs/esm/locale/nl.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/nl.js rename to apps/angular/node_modules/dayjs/esm/locale/nl.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/nn.js b/apps/angular/node_modules/dayjs/esm/locale/nn.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/nn.js rename to apps/angular/node_modules/dayjs/esm/locale/nn.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/oc-lnc.js b/apps/angular/node_modules/dayjs/esm/locale/oc-lnc.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/oc-lnc.js rename to apps/angular/node_modules/dayjs/esm/locale/oc-lnc.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/pa-in.js b/apps/angular/node_modules/dayjs/esm/locale/pa-in.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/pa-in.js rename to apps/angular/node_modules/dayjs/esm/locale/pa-in.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/pl.js b/apps/angular/node_modules/dayjs/esm/locale/pl.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/pl.js rename to apps/angular/node_modules/dayjs/esm/locale/pl.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/pt-br.js b/apps/angular/node_modules/dayjs/esm/locale/pt-br.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/pt-br.js rename to apps/angular/node_modules/dayjs/esm/locale/pt-br.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/pt.js b/apps/angular/node_modules/dayjs/esm/locale/pt.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/pt.js rename to apps/angular/node_modules/dayjs/esm/locale/pt.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/rn.js b/apps/angular/node_modules/dayjs/esm/locale/rn.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/rn.js rename to apps/angular/node_modules/dayjs/esm/locale/rn.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/ro.js b/apps/angular/node_modules/dayjs/esm/locale/ro.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/ro.js rename to apps/angular/node_modules/dayjs/esm/locale/ro.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/ru.js b/apps/angular/node_modules/dayjs/esm/locale/ru.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/ru.js rename to apps/angular/node_modules/dayjs/esm/locale/ru.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/rw.js b/apps/angular/node_modules/dayjs/esm/locale/rw.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/rw.js rename to apps/angular/node_modules/dayjs/esm/locale/rw.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/sd.js b/apps/angular/node_modules/dayjs/esm/locale/sd.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/sd.js rename to apps/angular/node_modules/dayjs/esm/locale/sd.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/se.js b/apps/angular/node_modules/dayjs/esm/locale/se.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/se.js rename to apps/angular/node_modules/dayjs/esm/locale/se.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/si.js b/apps/angular/node_modules/dayjs/esm/locale/si.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/si.js rename to apps/angular/node_modules/dayjs/esm/locale/si.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/sk.js b/apps/angular/node_modules/dayjs/esm/locale/sk.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/sk.js rename to apps/angular/node_modules/dayjs/esm/locale/sk.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/sl.js b/apps/angular/node_modules/dayjs/esm/locale/sl.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/sl.js rename to apps/angular/node_modules/dayjs/esm/locale/sl.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/sq.js b/apps/angular/node_modules/dayjs/esm/locale/sq.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/sq.js rename to apps/angular/node_modules/dayjs/esm/locale/sq.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/sr-cyrl.js b/apps/angular/node_modules/dayjs/esm/locale/sr-cyrl.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/sr-cyrl.js rename to apps/angular/node_modules/dayjs/esm/locale/sr-cyrl.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/sr.js b/apps/angular/node_modules/dayjs/esm/locale/sr.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/sr.js rename to apps/angular/node_modules/dayjs/esm/locale/sr.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/ss.js b/apps/angular/node_modules/dayjs/esm/locale/ss.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/ss.js rename to apps/angular/node_modules/dayjs/esm/locale/ss.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/sv-fi.js b/apps/angular/node_modules/dayjs/esm/locale/sv-fi.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/sv-fi.js rename to apps/angular/node_modules/dayjs/esm/locale/sv-fi.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/sv.js b/apps/angular/node_modules/dayjs/esm/locale/sv.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/sv.js rename to apps/angular/node_modules/dayjs/esm/locale/sv.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/sw.js b/apps/angular/node_modules/dayjs/esm/locale/sw.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/sw.js rename to apps/angular/node_modules/dayjs/esm/locale/sw.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/ta.js b/apps/angular/node_modules/dayjs/esm/locale/ta.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/ta.js rename to apps/angular/node_modules/dayjs/esm/locale/ta.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/te.js b/apps/angular/node_modules/dayjs/esm/locale/te.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/te.js rename to apps/angular/node_modules/dayjs/esm/locale/te.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/tet.js b/apps/angular/node_modules/dayjs/esm/locale/tet.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/tet.js rename to apps/angular/node_modules/dayjs/esm/locale/tet.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/tg.js b/apps/angular/node_modules/dayjs/esm/locale/tg.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/tg.js rename to apps/angular/node_modules/dayjs/esm/locale/tg.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/th.js b/apps/angular/node_modules/dayjs/esm/locale/th.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/th.js rename to apps/angular/node_modules/dayjs/esm/locale/th.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/tk.js b/apps/angular/node_modules/dayjs/esm/locale/tk.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/tk.js rename to apps/angular/node_modules/dayjs/esm/locale/tk.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/tl-ph.js b/apps/angular/node_modules/dayjs/esm/locale/tl-ph.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/tl-ph.js rename to apps/angular/node_modules/dayjs/esm/locale/tl-ph.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/tlh.js b/apps/angular/node_modules/dayjs/esm/locale/tlh.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/tlh.js rename to apps/angular/node_modules/dayjs/esm/locale/tlh.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/tr.js b/apps/angular/node_modules/dayjs/esm/locale/tr.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/tr.js rename to apps/angular/node_modules/dayjs/esm/locale/tr.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/types.d.ts b/apps/angular/node_modules/dayjs/esm/locale/types.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/types.d.ts rename to apps/angular/node_modules/dayjs/esm/locale/types.d.ts diff --git a/ClientApp/node_modules/dayjs/esm/locale/tzl.js b/apps/angular/node_modules/dayjs/esm/locale/tzl.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/tzl.js rename to apps/angular/node_modules/dayjs/esm/locale/tzl.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/tzm-latn.js b/apps/angular/node_modules/dayjs/esm/locale/tzm-latn.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/tzm-latn.js rename to apps/angular/node_modules/dayjs/esm/locale/tzm-latn.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/tzm.js b/apps/angular/node_modules/dayjs/esm/locale/tzm.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/tzm.js rename to apps/angular/node_modules/dayjs/esm/locale/tzm.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/ug-cn.js b/apps/angular/node_modules/dayjs/esm/locale/ug-cn.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/ug-cn.js rename to apps/angular/node_modules/dayjs/esm/locale/ug-cn.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/uk.js b/apps/angular/node_modules/dayjs/esm/locale/uk.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/uk.js rename to apps/angular/node_modules/dayjs/esm/locale/uk.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/ur.js b/apps/angular/node_modules/dayjs/esm/locale/ur.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/ur.js rename to apps/angular/node_modules/dayjs/esm/locale/ur.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/uz-latn.js b/apps/angular/node_modules/dayjs/esm/locale/uz-latn.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/uz-latn.js rename to apps/angular/node_modules/dayjs/esm/locale/uz-latn.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/uz.js b/apps/angular/node_modules/dayjs/esm/locale/uz.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/uz.js rename to apps/angular/node_modules/dayjs/esm/locale/uz.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/vi.js b/apps/angular/node_modules/dayjs/esm/locale/vi.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/vi.js rename to apps/angular/node_modules/dayjs/esm/locale/vi.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/x-pseudo.js b/apps/angular/node_modules/dayjs/esm/locale/x-pseudo.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/x-pseudo.js rename to apps/angular/node_modules/dayjs/esm/locale/x-pseudo.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/yo.js b/apps/angular/node_modules/dayjs/esm/locale/yo.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/yo.js rename to apps/angular/node_modules/dayjs/esm/locale/yo.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/zh-cn.js b/apps/angular/node_modules/dayjs/esm/locale/zh-cn.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/zh-cn.js rename to apps/angular/node_modules/dayjs/esm/locale/zh-cn.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/zh-hk.js b/apps/angular/node_modules/dayjs/esm/locale/zh-hk.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/zh-hk.js rename to apps/angular/node_modules/dayjs/esm/locale/zh-hk.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/zh-tw.js b/apps/angular/node_modules/dayjs/esm/locale/zh-tw.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/zh-tw.js rename to apps/angular/node_modules/dayjs/esm/locale/zh-tw.js diff --git a/ClientApp/node_modules/dayjs/esm/locale/zh.js b/apps/angular/node_modules/dayjs/esm/locale/zh.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/locale/zh.js rename to apps/angular/node_modules/dayjs/esm/locale/zh.js diff --git a/ClientApp/node_modules/dayjs/esm/plugin/advancedFormat/index.d.ts b/apps/angular/node_modules/dayjs/esm/plugin/advancedFormat/index.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/advancedFormat/index.d.ts rename to apps/angular/node_modules/dayjs/esm/plugin/advancedFormat/index.d.ts diff --git a/ClientApp/node_modules/dayjs/esm/plugin/advancedFormat/index.js b/apps/angular/node_modules/dayjs/esm/plugin/advancedFormat/index.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/advancedFormat/index.js rename to apps/angular/node_modules/dayjs/esm/plugin/advancedFormat/index.js diff --git a/ClientApp/node_modules/dayjs/esm/plugin/arraySupport/index.d.ts b/apps/angular/node_modules/dayjs/esm/plugin/arraySupport/index.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/arraySupport/index.d.ts rename to apps/angular/node_modules/dayjs/esm/plugin/arraySupport/index.d.ts diff --git a/ClientApp/node_modules/dayjs/esm/plugin/arraySupport/index.js b/apps/angular/node_modules/dayjs/esm/plugin/arraySupport/index.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/arraySupport/index.js rename to apps/angular/node_modules/dayjs/esm/plugin/arraySupport/index.js diff --git a/ClientApp/node_modules/dayjs/esm/plugin/badMutable/index.d.ts b/apps/angular/node_modules/dayjs/esm/plugin/badMutable/index.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/badMutable/index.d.ts rename to apps/angular/node_modules/dayjs/esm/plugin/badMutable/index.d.ts diff --git a/ClientApp/node_modules/dayjs/esm/plugin/badMutable/index.js b/apps/angular/node_modules/dayjs/esm/plugin/badMutable/index.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/badMutable/index.js rename to apps/angular/node_modules/dayjs/esm/plugin/badMutable/index.js diff --git a/ClientApp/node_modules/dayjs/esm/plugin/bigIntSupport/index.d.ts b/apps/angular/node_modules/dayjs/esm/plugin/bigIntSupport/index.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/bigIntSupport/index.d.ts rename to apps/angular/node_modules/dayjs/esm/plugin/bigIntSupport/index.d.ts diff --git a/ClientApp/node_modules/dayjs/esm/plugin/bigIntSupport/index.js b/apps/angular/node_modules/dayjs/esm/plugin/bigIntSupport/index.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/bigIntSupport/index.js rename to apps/angular/node_modules/dayjs/esm/plugin/bigIntSupport/index.js diff --git a/ClientApp/node_modules/dayjs/esm/plugin/buddhistEra/index.d.ts b/apps/angular/node_modules/dayjs/esm/plugin/buddhistEra/index.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/buddhistEra/index.d.ts rename to apps/angular/node_modules/dayjs/esm/plugin/buddhistEra/index.d.ts diff --git a/ClientApp/node_modules/dayjs/esm/plugin/buddhistEra/index.js b/apps/angular/node_modules/dayjs/esm/plugin/buddhistEra/index.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/buddhistEra/index.js rename to apps/angular/node_modules/dayjs/esm/plugin/buddhistEra/index.js diff --git a/ClientApp/node_modules/dayjs/esm/plugin/calendar/index.d.ts b/apps/angular/node_modules/dayjs/esm/plugin/calendar/index.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/calendar/index.d.ts rename to apps/angular/node_modules/dayjs/esm/plugin/calendar/index.d.ts diff --git a/ClientApp/node_modules/dayjs/esm/plugin/calendar/index.js b/apps/angular/node_modules/dayjs/esm/plugin/calendar/index.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/calendar/index.js rename to apps/angular/node_modules/dayjs/esm/plugin/calendar/index.js diff --git a/ClientApp/node_modules/dayjs/esm/plugin/customParseFormat/index.d.ts b/apps/angular/node_modules/dayjs/esm/plugin/customParseFormat/index.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/customParseFormat/index.d.ts rename to apps/angular/node_modules/dayjs/esm/plugin/customParseFormat/index.d.ts diff --git a/ClientApp/node_modules/dayjs/esm/plugin/customParseFormat/index.js b/apps/angular/node_modules/dayjs/esm/plugin/customParseFormat/index.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/customParseFormat/index.js rename to apps/angular/node_modules/dayjs/esm/plugin/customParseFormat/index.js diff --git a/ClientApp/node_modules/dayjs/esm/plugin/dayOfYear/index.d.ts b/apps/angular/node_modules/dayjs/esm/plugin/dayOfYear/index.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/dayOfYear/index.d.ts rename to apps/angular/node_modules/dayjs/esm/plugin/dayOfYear/index.d.ts diff --git a/ClientApp/node_modules/dayjs/esm/plugin/dayOfYear/index.js b/apps/angular/node_modules/dayjs/esm/plugin/dayOfYear/index.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/dayOfYear/index.js rename to apps/angular/node_modules/dayjs/esm/plugin/dayOfYear/index.js diff --git a/ClientApp/node_modules/dayjs/esm/plugin/devHelper/index.d.ts b/apps/angular/node_modules/dayjs/esm/plugin/devHelper/index.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/devHelper/index.d.ts rename to apps/angular/node_modules/dayjs/esm/plugin/devHelper/index.d.ts diff --git a/ClientApp/node_modules/dayjs/esm/plugin/devHelper/index.js b/apps/angular/node_modules/dayjs/esm/plugin/devHelper/index.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/devHelper/index.js rename to apps/angular/node_modules/dayjs/esm/plugin/devHelper/index.js diff --git a/ClientApp/node_modules/dayjs/esm/plugin/duration/index.d.ts b/apps/angular/node_modules/dayjs/esm/plugin/duration/index.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/duration/index.d.ts rename to apps/angular/node_modules/dayjs/esm/plugin/duration/index.d.ts diff --git a/ClientApp/node_modules/dayjs/esm/plugin/duration/index.js b/apps/angular/node_modules/dayjs/esm/plugin/duration/index.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/duration/index.js rename to apps/angular/node_modules/dayjs/esm/plugin/duration/index.js diff --git a/ClientApp/node_modules/dayjs/esm/plugin/isBetween/index.d.ts b/apps/angular/node_modules/dayjs/esm/plugin/isBetween/index.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/isBetween/index.d.ts rename to apps/angular/node_modules/dayjs/esm/plugin/isBetween/index.d.ts diff --git a/ClientApp/node_modules/dayjs/esm/plugin/isBetween/index.js b/apps/angular/node_modules/dayjs/esm/plugin/isBetween/index.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/isBetween/index.js rename to apps/angular/node_modules/dayjs/esm/plugin/isBetween/index.js diff --git a/ClientApp/node_modules/dayjs/esm/plugin/isLeapYear/index.d.ts b/apps/angular/node_modules/dayjs/esm/plugin/isLeapYear/index.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/isLeapYear/index.d.ts rename to apps/angular/node_modules/dayjs/esm/plugin/isLeapYear/index.d.ts diff --git a/ClientApp/node_modules/dayjs/esm/plugin/isLeapYear/index.js b/apps/angular/node_modules/dayjs/esm/plugin/isLeapYear/index.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/isLeapYear/index.js rename to apps/angular/node_modules/dayjs/esm/plugin/isLeapYear/index.js diff --git a/ClientApp/node_modules/dayjs/esm/plugin/isMoment/index.d.ts b/apps/angular/node_modules/dayjs/esm/plugin/isMoment/index.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/isMoment/index.d.ts rename to apps/angular/node_modules/dayjs/esm/plugin/isMoment/index.d.ts diff --git a/ClientApp/node_modules/dayjs/esm/plugin/isMoment/index.js b/apps/angular/node_modules/dayjs/esm/plugin/isMoment/index.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/isMoment/index.js rename to apps/angular/node_modules/dayjs/esm/plugin/isMoment/index.js diff --git a/ClientApp/node_modules/dayjs/esm/plugin/isSameOrAfter/index.d.ts b/apps/angular/node_modules/dayjs/esm/plugin/isSameOrAfter/index.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/isSameOrAfter/index.d.ts rename to apps/angular/node_modules/dayjs/esm/plugin/isSameOrAfter/index.d.ts diff --git a/ClientApp/node_modules/dayjs/esm/plugin/isSameOrAfter/index.js b/apps/angular/node_modules/dayjs/esm/plugin/isSameOrAfter/index.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/isSameOrAfter/index.js rename to apps/angular/node_modules/dayjs/esm/plugin/isSameOrAfter/index.js diff --git a/ClientApp/node_modules/dayjs/esm/plugin/isSameOrBefore/index.d.ts b/apps/angular/node_modules/dayjs/esm/plugin/isSameOrBefore/index.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/isSameOrBefore/index.d.ts rename to apps/angular/node_modules/dayjs/esm/plugin/isSameOrBefore/index.d.ts diff --git a/ClientApp/node_modules/dayjs/esm/plugin/isSameOrBefore/index.js b/apps/angular/node_modules/dayjs/esm/plugin/isSameOrBefore/index.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/isSameOrBefore/index.js rename to apps/angular/node_modules/dayjs/esm/plugin/isSameOrBefore/index.js diff --git a/ClientApp/node_modules/dayjs/esm/plugin/isToday/index.d.ts b/apps/angular/node_modules/dayjs/esm/plugin/isToday/index.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/isToday/index.d.ts rename to apps/angular/node_modules/dayjs/esm/plugin/isToday/index.d.ts diff --git a/ClientApp/node_modules/dayjs/esm/plugin/isToday/index.js b/apps/angular/node_modules/dayjs/esm/plugin/isToday/index.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/isToday/index.js rename to apps/angular/node_modules/dayjs/esm/plugin/isToday/index.js diff --git a/ClientApp/node_modules/dayjs/esm/plugin/isTomorrow/index.d.ts b/apps/angular/node_modules/dayjs/esm/plugin/isTomorrow/index.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/isTomorrow/index.d.ts rename to apps/angular/node_modules/dayjs/esm/plugin/isTomorrow/index.d.ts diff --git a/ClientApp/node_modules/dayjs/esm/plugin/isTomorrow/index.js b/apps/angular/node_modules/dayjs/esm/plugin/isTomorrow/index.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/isTomorrow/index.js rename to apps/angular/node_modules/dayjs/esm/plugin/isTomorrow/index.js diff --git a/ClientApp/node_modules/dayjs/esm/plugin/isYesterday/index.d.ts b/apps/angular/node_modules/dayjs/esm/plugin/isYesterday/index.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/isYesterday/index.d.ts rename to apps/angular/node_modules/dayjs/esm/plugin/isYesterday/index.d.ts diff --git a/ClientApp/node_modules/dayjs/esm/plugin/isYesterday/index.js b/apps/angular/node_modules/dayjs/esm/plugin/isYesterday/index.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/isYesterday/index.js rename to apps/angular/node_modules/dayjs/esm/plugin/isYesterday/index.js diff --git a/ClientApp/node_modules/dayjs/esm/plugin/isoWeek/index.d.ts b/apps/angular/node_modules/dayjs/esm/plugin/isoWeek/index.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/isoWeek/index.d.ts rename to apps/angular/node_modules/dayjs/esm/plugin/isoWeek/index.d.ts diff --git a/ClientApp/node_modules/dayjs/esm/plugin/isoWeek/index.js b/apps/angular/node_modules/dayjs/esm/plugin/isoWeek/index.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/isoWeek/index.js rename to apps/angular/node_modules/dayjs/esm/plugin/isoWeek/index.js diff --git a/ClientApp/node_modules/dayjs/esm/plugin/isoWeeksInYear/index.d.ts b/apps/angular/node_modules/dayjs/esm/plugin/isoWeeksInYear/index.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/isoWeeksInYear/index.d.ts rename to apps/angular/node_modules/dayjs/esm/plugin/isoWeeksInYear/index.d.ts diff --git a/ClientApp/node_modules/dayjs/esm/plugin/isoWeeksInYear/index.js b/apps/angular/node_modules/dayjs/esm/plugin/isoWeeksInYear/index.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/isoWeeksInYear/index.js rename to apps/angular/node_modules/dayjs/esm/plugin/isoWeeksInYear/index.js diff --git a/ClientApp/node_modules/dayjs/esm/plugin/localeData/index.d.ts b/apps/angular/node_modules/dayjs/esm/plugin/localeData/index.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/localeData/index.d.ts rename to apps/angular/node_modules/dayjs/esm/plugin/localeData/index.d.ts diff --git a/ClientApp/node_modules/dayjs/esm/plugin/localeData/index.js b/apps/angular/node_modules/dayjs/esm/plugin/localeData/index.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/localeData/index.js rename to apps/angular/node_modules/dayjs/esm/plugin/localeData/index.js diff --git a/ClientApp/node_modules/dayjs/esm/plugin/localizedFormat/index.d.ts b/apps/angular/node_modules/dayjs/esm/plugin/localizedFormat/index.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/localizedFormat/index.d.ts rename to apps/angular/node_modules/dayjs/esm/plugin/localizedFormat/index.d.ts diff --git a/ClientApp/node_modules/dayjs/esm/plugin/localizedFormat/index.js b/apps/angular/node_modules/dayjs/esm/plugin/localizedFormat/index.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/localizedFormat/index.js rename to apps/angular/node_modules/dayjs/esm/plugin/localizedFormat/index.js diff --git a/ClientApp/node_modules/dayjs/esm/plugin/localizedFormat/utils.js b/apps/angular/node_modules/dayjs/esm/plugin/localizedFormat/utils.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/localizedFormat/utils.js rename to apps/angular/node_modules/dayjs/esm/plugin/localizedFormat/utils.js diff --git a/ClientApp/node_modules/dayjs/esm/plugin/minMax/index.d.ts b/apps/angular/node_modules/dayjs/esm/plugin/minMax/index.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/minMax/index.d.ts rename to apps/angular/node_modules/dayjs/esm/plugin/minMax/index.d.ts diff --git a/ClientApp/node_modules/dayjs/esm/plugin/minMax/index.js b/apps/angular/node_modules/dayjs/esm/plugin/minMax/index.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/minMax/index.js rename to apps/angular/node_modules/dayjs/esm/plugin/minMax/index.js diff --git a/ClientApp/node_modules/dayjs/esm/plugin/negativeYear/index.d.ts b/apps/angular/node_modules/dayjs/esm/plugin/negativeYear/index.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/negativeYear/index.d.ts rename to apps/angular/node_modules/dayjs/esm/plugin/negativeYear/index.d.ts diff --git a/ClientApp/node_modules/dayjs/esm/plugin/negativeYear/index.js b/apps/angular/node_modules/dayjs/esm/plugin/negativeYear/index.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/negativeYear/index.js rename to apps/angular/node_modules/dayjs/esm/plugin/negativeYear/index.js diff --git a/ClientApp/node_modules/dayjs/esm/plugin/objectSupport/index.d.ts b/apps/angular/node_modules/dayjs/esm/plugin/objectSupport/index.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/objectSupport/index.d.ts rename to apps/angular/node_modules/dayjs/esm/plugin/objectSupport/index.d.ts diff --git a/ClientApp/node_modules/dayjs/esm/plugin/objectSupport/index.js b/apps/angular/node_modules/dayjs/esm/plugin/objectSupport/index.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/objectSupport/index.js rename to apps/angular/node_modules/dayjs/esm/plugin/objectSupport/index.js diff --git a/ClientApp/node_modules/dayjs/esm/plugin/pluralGetSet/index.d.ts b/apps/angular/node_modules/dayjs/esm/plugin/pluralGetSet/index.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/pluralGetSet/index.d.ts rename to apps/angular/node_modules/dayjs/esm/plugin/pluralGetSet/index.d.ts diff --git a/ClientApp/node_modules/dayjs/esm/plugin/pluralGetSet/index.js b/apps/angular/node_modules/dayjs/esm/plugin/pluralGetSet/index.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/pluralGetSet/index.js rename to apps/angular/node_modules/dayjs/esm/plugin/pluralGetSet/index.js diff --git a/ClientApp/node_modules/dayjs/esm/plugin/preParsePostFormat/index.d.ts b/apps/angular/node_modules/dayjs/esm/plugin/preParsePostFormat/index.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/preParsePostFormat/index.d.ts rename to apps/angular/node_modules/dayjs/esm/plugin/preParsePostFormat/index.d.ts diff --git a/ClientApp/node_modules/dayjs/esm/plugin/preParsePostFormat/index.js b/apps/angular/node_modules/dayjs/esm/plugin/preParsePostFormat/index.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/preParsePostFormat/index.js rename to apps/angular/node_modules/dayjs/esm/plugin/preParsePostFormat/index.js diff --git a/ClientApp/node_modules/dayjs/esm/plugin/quarterOfYear/index.d.ts b/apps/angular/node_modules/dayjs/esm/plugin/quarterOfYear/index.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/quarterOfYear/index.d.ts rename to apps/angular/node_modules/dayjs/esm/plugin/quarterOfYear/index.d.ts diff --git a/ClientApp/node_modules/dayjs/esm/plugin/quarterOfYear/index.js b/apps/angular/node_modules/dayjs/esm/plugin/quarterOfYear/index.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/quarterOfYear/index.js rename to apps/angular/node_modules/dayjs/esm/plugin/quarterOfYear/index.js diff --git a/ClientApp/node_modules/dayjs/esm/plugin/relativeTime/index.d.ts b/apps/angular/node_modules/dayjs/esm/plugin/relativeTime/index.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/relativeTime/index.d.ts rename to apps/angular/node_modules/dayjs/esm/plugin/relativeTime/index.d.ts diff --git a/ClientApp/node_modules/dayjs/esm/plugin/relativeTime/index.js b/apps/angular/node_modules/dayjs/esm/plugin/relativeTime/index.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/relativeTime/index.js rename to apps/angular/node_modules/dayjs/esm/plugin/relativeTime/index.js diff --git a/ClientApp/node_modules/dayjs/esm/plugin/timezone/index.d.ts b/apps/angular/node_modules/dayjs/esm/plugin/timezone/index.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/timezone/index.d.ts rename to apps/angular/node_modules/dayjs/esm/plugin/timezone/index.d.ts diff --git a/ClientApp/node_modules/dayjs/esm/plugin/timezone/index.js b/apps/angular/node_modules/dayjs/esm/plugin/timezone/index.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/timezone/index.js rename to apps/angular/node_modules/dayjs/esm/plugin/timezone/index.js diff --git a/ClientApp/node_modules/dayjs/esm/plugin/toArray/index.d.ts b/apps/angular/node_modules/dayjs/esm/plugin/toArray/index.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/toArray/index.d.ts rename to apps/angular/node_modules/dayjs/esm/plugin/toArray/index.d.ts diff --git a/ClientApp/node_modules/dayjs/esm/plugin/toArray/index.js b/apps/angular/node_modules/dayjs/esm/plugin/toArray/index.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/toArray/index.js rename to apps/angular/node_modules/dayjs/esm/plugin/toArray/index.js diff --git a/ClientApp/node_modules/dayjs/esm/plugin/toObject/index.d.ts b/apps/angular/node_modules/dayjs/esm/plugin/toObject/index.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/toObject/index.d.ts rename to apps/angular/node_modules/dayjs/esm/plugin/toObject/index.d.ts diff --git a/ClientApp/node_modules/dayjs/esm/plugin/toObject/index.js b/apps/angular/node_modules/dayjs/esm/plugin/toObject/index.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/toObject/index.js rename to apps/angular/node_modules/dayjs/esm/plugin/toObject/index.js diff --git a/ClientApp/node_modules/dayjs/esm/plugin/updateLocale/index.d.ts b/apps/angular/node_modules/dayjs/esm/plugin/updateLocale/index.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/updateLocale/index.d.ts rename to apps/angular/node_modules/dayjs/esm/plugin/updateLocale/index.d.ts diff --git a/ClientApp/node_modules/dayjs/esm/plugin/updateLocale/index.js b/apps/angular/node_modules/dayjs/esm/plugin/updateLocale/index.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/updateLocale/index.js rename to apps/angular/node_modules/dayjs/esm/plugin/updateLocale/index.js diff --git a/ClientApp/node_modules/dayjs/esm/plugin/utc/index.d.ts b/apps/angular/node_modules/dayjs/esm/plugin/utc/index.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/utc/index.d.ts rename to apps/angular/node_modules/dayjs/esm/plugin/utc/index.d.ts diff --git a/ClientApp/node_modules/dayjs/esm/plugin/utc/index.js b/apps/angular/node_modules/dayjs/esm/plugin/utc/index.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/utc/index.js rename to apps/angular/node_modules/dayjs/esm/plugin/utc/index.js diff --git a/ClientApp/node_modules/dayjs/esm/plugin/weekOfYear/index.d.ts b/apps/angular/node_modules/dayjs/esm/plugin/weekOfYear/index.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/weekOfYear/index.d.ts rename to apps/angular/node_modules/dayjs/esm/plugin/weekOfYear/index.d.ts diff --git a/ClientApp/node_modules/dayjs/esm/plugin/weekOfYear/index.js b/apps/angular/node_modules/dayjs/esm/plugin/weekOfYear/index.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/weekOfYear/index.js rename to apps/angular/node_modules/dayjs/esm/plugin/weekOfYear/index.js diff --git a/ClientApp/node_modules/dayjs/esm/plugin/weekYear/index.d.ts b/apps/angular/node_modules/dayjs/esm/plugin/weekYear/index.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/weekYear/index.d.ts rename to apps/angular/node_modules/dayjs/esm/plugin/weekYear/index.d.ts diff --git a/ClientApp/node_modules/dayjs/esm/plugin/weekYear/index.js b/apps/angular/node_modules/dayjs/esm/plugin/weekYear/index.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/weekYear/index.js rename to apps/angular/node_modules/dayjs/esm/plugin/weekYear/index.js diff --git a/ClientApp/node_modules/dayjs/esm/plugin/weekday/index.d.ts b/apps/angular/node_modules/dayjs/esm/plugin/weekday/index.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/weekday/index.d.ts rename to apps/angular/node_modules/dayjs/esm/plugin/weekday/index.d.ts diff --git a/ClientApp/node_modules/dayjs/esm/plugin/weekday/index.js b/apps/angular/node_modules/dayjs/esm/plugin/weekday/index.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/plugin/weekday/index.js rename to apps/angular/node_modules/dayjs/esm/plugin/weekday/index.js diff --git a/ClientApp/node_modules/dayjs/esm/utils.js b/apps/angular/node_modules/dayjs/esm/utils.js similarity index 100% rename from ClientApp/node_modules/dayjs/esm/utils.js rename to apps/angular/node_modules/dayjs/esm/utils.js diff --git a/ClientApp/node_modules/dayjs/index.d.ts b/apps/angular/node_modules/dayjs/index.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/index.d.ts rename to apps/angular/node_modules/dayjs/index.d.ts diff --git a/ClientApp/node_modules/dayjs/locale.json b/apps/angular/node_modules/dayjs/locale.json similarity index 100% rename from ClientApp/node_modules/dayjs/locale.json rename to apps/angular/node_modules/dayjs/locale.json diff --git a/ClientApp/node_modules/dayjs/locale/af.js b/apps/angular/node_modules/dayjs/locale/af.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/af.js rename to apps/angular/node_modules/dayjs/locale/af.js diff --git a/ClientApp/node_modules/dayjs/locale/am.js b/apps/angular/node_modules/dayjs/locale/am.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/am.js rename to apps/angular/node_modules/dayjs/locale/am.js diff --git a/ClientApp/node_modules/dayjs/locale/ar-dz.js b/apps/angular/node_modules/dayjs/locale/ar-dz.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/ar-dz.js rename to apps/angular/node_modules/dayjs/locale/ar-dz.js diff --git a/ClientApp/node_modules/dayjs/locale/ar-iq.js b/apps/angular/node_modules/dayjs/locale/ar-iq.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/ar-iq.js rename to apps/angular/node_modules/dayjs/locale/ar-iq.js diff --git a/ClientApp/node_modules/dayjs/locale/ar-kw.js b/apps/angular/node_modules/dayjs/locale/ar-kw.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/ar-kw.js rename to apps/angular/node_modules/dayjs/locale/ar-kw.js diff --git a/ClientApp/node_modules/dayjs/locale/ar-ly.js b/apps/angular/node_modules/dayjs/locale/ar-ly.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/ar-ly.js rename to apps/angular/node_modules/dayjs/locale/ar-ly.js diff --git a/ClientApp/node_modules/dayjs/locale/ar-ma.js b/apps/angular/node_modules/dayjs/locale/ar-ma.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/ar-ma.js rename to apps/angular/node_modules/dayjs/locale/ar-ma.js diff --git a/ClientApp/node_modules/dayjs/locale/ar-sa.js b/apps/angular/node_modules/dayjs/locale/ar-sa.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/ar-sa.js rename to apps/angular/node_modules/dayjs/locale/ar-sa.js diff --git a/ClientApp/node_modules/dayjs/locale/ar-tn.js b/apps/angular/node_modules/dayjs/locale/ar-tn.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/ar-tn.js rename to apps/angular/node_modules/dayjs/locale/ar-tn.js diff --git a/ClientApp/node_modules/dayjs/locale/ar.js b/apps/angular/node_modules/dayjs/locale/ar.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/ar.js rename to apps/angular/node_modules/dayjs/locale/ar.js diff --git a/ClientApp/node_modules/dayjs/locale/az.js b/apps/angular/node_modules/dayjs/locale/az.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/az.js rename to apps/angular/node_modules/dayjs/locale/az.js diff --git a/ClientApp/node_modules/dayjs/locale/be.js b/apps/angular/node_modules/dayjs/locale/be.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/be.js rename to apps/angular/node_modules/dayjs/locale/be.js diff --git a/ClientApp/node_modules/dayjs/locale/bg.js b/apps/angular/node_modules/dayjs/locale/bg.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/bg.js rename to apps/angular/node_modules/dayjs/locale/bg.js diff --git a/ClientApp/node_modules/dayjs/locale/bi.js b/apps/angular/node_modules/dayjs/locale/bi.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/bi.js rename to apps/angular/node_modules/dayjs/locale/bi.js diff --git a/ClientApp/node_modules/dayjs/locale/bm.js b/apps/angular/node_modules/dayjs/locale/bm.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/bm.js rename to apps/angular/node_modules/dayjs/locale/bm.js diff --git a/ClientApp/node_modules/dayjs/locale/bn-bd.js b/apps/angular/node_modules/dayjs/locale/bn-bd.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/bn-bd.js rename to apps/angular/node_modules/dayjs/locale/bn-bd.js diff --git a/ClientApp/node_modules/dayjs/locale/bn.js b/apps/angular/node_modules/dayjs/locale/bn.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/bn.js rename to apps/angular/node_modules/dayjs/locale/bn.js diff --git a/ClientApp/node_modules/dayjs/locale/bo.js b/apps/angular/node_modules/dayjs/locale/bo.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/bo.js rename to apps/angular/node_modules/dayjs/locale/bo.js diff --git a/ClientApp/node_modules/dayjs/locale/br.js b/apps/angular/node_modules/dayjs/locale/br.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/br.js rename to apps/angular/node_modules/dayjs/locale/br.js diff --git a/ClientApp/node_modules/dayjs/locale/bs.js b/apps/angular/node_modules/dayjs/locale/bs.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/bs.js rename to apps/angular/node_modules/dayjs/locale/bs.js diff --git a/ClientApp/node_modules/dayjs/locale/ca.js b/apps/angular/node_modules/dayjs/locale/ca.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/ca.js rename to apps/angular/node_modules/dayjs/locale/ca.js diff --git a/ClientApp/node_modules/dayjs/locale/cs.js b/apps/angular/node_modules/dayjs/locale/cs.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/cs.js rename to apps/angular/node_modules/dayjs/locale/cs.js diff --git a/ClientApp/node_modules/dayjs/locale/cv.js b/apps/angular/node_modules/dayjs/locale/cv.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/cv.js rename to apps/angular/node_modules/dayjs/locale/cv.js diff --git a/ClientApp/node_modules/dayjs/locale/cy.js b/apps/angular/node_modules/dayjs/locale/cy.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/cy.js rename to apps/angular/node_modules/dayjs/locale/cy.js diff --git a/ClientApp/node_modules/dayjs/locale/da.js b/apps/angular/node_modules/dayjs/locale/da.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/da.js rename to apps/angular/node_modules/dayjs/locale/da.js diff --git a/ClientApp/node_modules/dayjs/locale/de-at.js b/apps/angular/node_modules/dayjs/locale/de-at.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/de-at.js rename to apps/angular/node_modules/dayjs/locale/de-at.js diff --git a/ClientApp/node_modules/dayjs/locale/de-ch.js b/apps/angular/node_modules/dayjs/locale/de-ch.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/de-ch.js rename to apps/angular/node_modules/dayjs/locale/de-ch.js diff --git a/ClientApp/node_modules/dayjs/locale/de.js b/apps/angular/node_modules/dayjs/locale/de.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/de.js rename to apps/angular/node_modules/dayjs/locale/de.js diff --git a/ClientApp/node_modules/dayjs/locale/dv.js b/apps/angular/node_modules/dayjs/locale/dv.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/dv.js rename to apps/angular/node_modules/dayjs/locale/dv.js diff --git a/ClientApp/node_modules/dayjs/locale/el.js b/apps/angular/node_modules/dayjs/locale/el.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/el.js rename to apps/angular/node_modules/dayjs/locale/el.js diff --git a/ClientApp/node_modules/dayjs/locale/en-au.js b/apps/angular/node_modules/dayjs/locale/en-au.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/en-au.js rename to apps/angular/node_modules/dayjs/locale/en-au.js diff --git a/ClientApp/node_modules/dayjs/locale/en-ca.js b/apps/angular/node_modules/dayjs/locale/en-ca.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/en-ca.js rename to apps/angular/node_modules/dayjs/locale/en-ca.js diff --git a/ClientApp/node_modules/dayjs/locale/en-gb.js b/apps/angular/node_modules/dayjs/locale/en-gb.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/en-gb.js rename to apps/angular/node_modules/dayjs/locale/en-gb.js diff --git a/ClientApp/node_modules/dayjs/locale/en-ie.js b/apps/angular/node_modules/dayjs/locale/en-ie.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/en-ie.js rename to apps/angular/node_modules/dayjs/locale/en-ie.js diff --git a/ClientApp/node_modules/dayjs/locale/en-il.js b/apps/angular/node_modules/dayjs/locale/en-il.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/en-il.js rename to apps/angular/node_modules/dayjs/locale/en-il.js diff --git a/ClientApp/node_modules/dayjs/locale/en-in.js b/apps/angular/node_modules/dayjs/locale/en-in.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/en-in.js rename to apps/angular/node_modules/dayjs/locale/en-in.js diff --git a/ClientApp/node_modules/dayjs/locale/en-nz.js b/apps/angular/node_modules/dayjs/locale/en-nz.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/en-nz.js rename to apps/angular/node_modules/dayjs/locale/en-nz.js diff --git a/ClientApp/node_modules/dayjs/locale/en-sg.js b/apps/angular/node_modules/dayjs/locale/en-sg.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/en-sg.js rename to apps/angular/node_modules/dayjs/locale/en-sg.js diff --git a/ClientApp/node_modules/dayjs/locale/en-tt.js b/apps/angular/node_modules/dayjs/locale/en-tt.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/en-tt.js rename to apps/angular/node_modules/dayjs/locale/en-tt.js diff --git a/ClientApp/node_modules/dayjs/locale/en.js b/apps/angular/node_modules/dayjs/locale/en.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/en.js rename to apps/angular/node_modules/dayjs/locale/en.js diff --git a/ClientApp/node_modules/dayjs/locale/eo.js b/apps/angular/node_modules/dayjs/locale/eo.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/eo.js rename to apps/angular/node_modules/dayjs/locale/eo.js diff --git a/ClientApp/node_modules/dayjs/locale/es-do.js b/apps/angular/node_modules/dayjs/locale/es-do.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/es-do.js rename to apps/angular/node_modules/dayjs/locale/es-do.js diff --git a/ClientApp/node_modules/dayjs/locale/es-mx.js b/apps/angular/node_modules/dayjs/locale/es-mx.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/es-mx.js rename to apps/angular/node_modules/dayjs/locale/es-mx.js diff --git a/ClientApp/node_modules/dayjs/locale/es-pr.js b/apps/angular/node_modules/dayjs/locale/es-pr.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/es-pr.js rename to apps/angular/node_modules/dayjs/locale/es-pr.js diff --git a/ClientApp/node_modules/dayjs/locale/es-us.js b/apps/angular/node_modules/dayjs/locale/es-us.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/es-us.js rename to apps/angular/node_modules/dayjs/locale/es-us.js diff --git a/ClientApp/node_modules/dayjs/locale/es.js b/apps/angular/node_modules/dayjs/locale/es.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/es.js rename to apps/angular/node_modules/dayjs/locale/es.js diff --git a/ClientApp/node_modules/dayjs/locale/et.js b/apps/angular/node_modules/dayjs/locale/et.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/et.js rename to apps/angular/node_modules/dayjs/locale/et.js diff --git a/ClientApp/node_modules/dayjs/locale/eu.js b/apps/angular/node_modules/dayjs/locale/eu.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/eu.js rename to apps/angular/node_modules/dayjs/locale/eu.js diff --git a/ClientApp/node_modules/dayjs/locale/fa.js b/apps/angular/node_modules/dayjs/locale/fa.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/fa.js rename to apps/angular/node_modules/dayjs/locale/fa.js diff --git a/ClientApp/node_modules/dayjs/locale/fi.js b/apps/angular/node_modules/dayjs/locale/fi.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/fi.js rename to apps/angular/node_modules/dayjs/locale/fi.js diff --git a/ClientApp/node_modules/dayjs/locale/fo.js b/apps/angular/node_modules/dayjs/locale/fo.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/fo.js rename to apps/angular/node_modules/dayjs/locale/fo.js diff --git a/ClientApp/node_modules/dayjs/locale/fr-ca.js b/apps/angular/node_modules/dayjs/locale/fr-ca.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/fr-ca.js rename to apps/angular/node_modules/dayjs/locale/fr-ca.js diff --git a/ClientApp/node_modules/dayjs/locale/fr-ch.js b/apps/angular/node_modules/dayjs/locale/fr-ch.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/fr-ch.js rename to apps/angular/node_modules/dayjs/locale/fr-ch.js diff --git a/ClientApp/node_modules/dayjs/locale/fr.js b/apps/angular/node_modules/dayjs/locale/fr.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/fr.js rename to apps/angular/node_modules/dayjs/locale/fr.js diff --git a/ClientApp/node_modules/dayjs/locale/fy.js b/apps/angular/node_modules/dayjs/locale/fy.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/fy.js rename to apps/angular/node_modules/dayjs/locale/fy.js diff --git a/ClientApp/node_modules/dayjs/locale/ga.js b/apps/angular/node_modules/dayjs/locale/ga.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/ga.js rename to apps/angular/node_modules/dayjs/locale/ga.js diff --git a/ClientApp/node_modules/dayjs/locale/gd.js b/apps/angular/node_modules/dayjs/locale/gd.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/gd.js rename to apps/angular/node_modules/dayjs/locale/gd.js diff --git a/ClientApp/node_modules/dayjs/locale/gl.js b/apps/angular/node_modules/dayjs/locale/gl.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/gl.js rename to apps/angular/node_modules/dayjs/locale/gl.js diff --git a/ClientApp/node_modules/dayjs/locale/gom-latn.js b/apps/angular/node_modules/dayjs/locale/gom-latn.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/gom-latn.js rename to apps/angular/node_modules/dayjs/locale/gom-latn.js diff --git a/ClientApp/node_modules/dayjs/locale/gu.js b/apps/angular/node_modules/dayjs/locale/gu.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/gu.js rename to apps/angular/node_modules/dayjs/locale/gu.js diff --git a/ClientApp/node_modules/dayjs/locale/he.js b/apps/angular/node_modules/dayjs/locale/he.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/he.js rename to apps/angular/node_modules/dayjs/locale/he.js diff --git a/ClientApp/node_modules/dayjs/locale/hi.js b/apps/angular/node_modules/dayjs/locale/hi.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/hi.js rename to apps/angular/node_modules/dayjs/locale/hi.js diff --git a/ClientApp/node_modules/dayjs/locale/hr.js b/apps/angular/node_modules/dayjs/locale/hr.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/hr.js rename to apps/angular/node_modules/dayjs/locale/hr.js diff --git a/ClientApp/node_modules/dayjs/locale/ht.js b/apps/angular/node_modules/dayjs/locale/ht.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/ht.js rename to apps/angular/node_modules/dayjs/locale/ht.js diff --git a/ClientApp/node_modules/dayjs/locale/hu.js b/apps/angular/node_modules/dayjs/locale/hu.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/hu.js rename to apps/angular/node_modules/dayjs/locale/hu.js diff --git a/ClientApp/node_modules/dayjs/locale/hy-am.js b/apps/angular/node_modules/dayjs/locale/hy-am.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/hy-am.js rename to apps/angular/node_modules/dayjs/locale/hy-am.js diff --git a/ClientApp/node_modules/dayjs/locale/id.js b/apps/angular/node_modules/dayjs/locale/id.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/id.js rename to apps/angular/node_modules/dayjs/locale/id.js diff --git a/ClientApp/node_modules/dayjs/locale/index.d.ts b/apps/angular/node_modules/dayjs/locale/index.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/locale/index.d.ts rename to apps/angular/node_modules/dayjs/locale/index.d.ts diff --git a/ClientApp/node_modules/dayjs/locale/is.js b/apps/angular/node_modules/dayjs/locale/is.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/is.js rename to apps/angular/node_modules/dayjs/locale/is.js diff --git a/ClientApp/node_modules/dayjs/locale/it-ch.js b/apps/angular/node_modules/dayjs/locale/it-ch.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/it-ch.js rename to apps/angular/node_modules/dayjs/locale/it-ch.js diff --git a/ClientApp/node_modules/dayjs/locale/it.js b/apps/angular/node_modules/dayjs/locale/it.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/it.js rename to apps/angular/node_modules/dayjs/locale/it.js diff --git a/ClientApp/node_modules/dayjs/locale/ja.js b/apps/angular/node_modules/dayjs/locale/ja.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/ja.js rename to apps/angular/node_modules/dayjs/locale/ja.js diff --git a/ClientApp/node_modules/dayjs/locale/jv.js b/apps/angular/node_modules/dayjs/locale/jv.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/jv.js rename to apps/angular/node_modules/dayjs/locale/jv.js diff --git a/ClientApp/node_modules/dayjs/locale/ka.js b/apps/angular/node_modules/dayjs/locale/ka.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/ka.js rename to apps/angular/node_modules/dayjs/locale/ka.js diff --git a/ClientApp/node_modules/dayjs/locale/kk.js b/apps/angular/node_modules/dayjs/locale/kk.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/kk.js rename to apps/angular/node_modules/dayjs/locale/kk.js diff --git a/ClientApp/node_modules/dayjs/locale/km.js b/apps/angular/node_modules/dayjs/locale/km.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/km.js rename to apps/angular/node_modules/dayjs/locale/km.js diff --git a/ClientApp/node_modules/dayjs/locale/kn.js b/apps/angular/node_modules/dayjs/locale/kn.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/kn.js rename to apps/angular/node_modules/dayjs/locale/kn.js diff --git a/ClientApp/node_modules/dayjs/locale/ko.js b/apps/angular/node_modules/dayjs/locale/ko.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/ko.js rename to apps/angular/node_modules/dayjs/locale/ko.js diff --git a/ClientApp/node_modules/dayjs/locale/ku.js b/apps/angular/node_modules/dayjs/locale/ku.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/ku.js rename to apps/angular/node_modules/dayjs/locale/ku.js diff --git a/ClientApp/node_modules/dayjs/locale/ky.js b/apps/angular/node_modules/dayjs/locale/ky.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/ky.js rename to apps/angular/node_modules/dayjs/locale/ky.js diff --git a/ClientApp/node_modules/dayjs/locale/lb.js b/apps/angular/node_modules/dayjs/locale/lb.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/lb.js rename to apps/angular/node_modules/dayjs/locale/lb.js diff --git a/ClientApp/node_modules/dayjs/locale/lo.js b/apps/angular/node_modules/dayjs/locale/lo.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/lo.js rename to apps/angular/node_modules/dayjs/locale/lo.js diff --git a/ClientApp/node_modules/dayjs/locale/lt.js b/apps/angular/node_modules/dayjs/locale/lt.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/lt.js rename to apps/angular/node_modules/dayjs/locale/lt.js diff --git a/ClientApp/node_modules/dayjs/locale/lv.js b/apps/angular/node_modules/dayjs/locale/lv.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/lv.js rename to apps/angular/node_modules/dayjs/locale/lv.js diff --git a/ClientApp/node_modules/dayjs/locale/me.js b/apps/angular/node_modules/dayjs/locale/me.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/me.js rename to apps/angular/node_modules/dayjs/locale/me.js diff --git a/ClientApp/node_modules/dayjs/locale/mi.js b/apps/angular/node_modules/dayjs/locale/mi.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/mi.js rename to apps/angular/node_modules/dayjs/locale/mi.js diff --git a/ClientApp/node_modules/dayjs/locale/mk.js b/apps/angular/node_modules/dayjs/locale/mk.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/mk.js rename to apps/angular/node_modules/dayjs/locale/mk.js diff --git a/ClientApp/node_modules/dayjs/locale/ml.js b/apps/angular/node_modules/dayjs/locale/ml.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/ml.js rename to apps/angular/node_modules/dayjs/locale/ml.js diff --git a/ClientApp/node_modules/dayjs/locale/mn.js b/apps/angular/node_modules/dayjs/locale/mn.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/mn.js rename to apps/angular/node_modules/dayjs/locale/mn.js diff --git a/ClientApp/node_modules/dayjs/locale/mr.js b/apps/angular/node_modules/dayjs/locale/mr.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/mr.js rename to apps/angular/node_modules/dayjs/locale/mr.js diff --git a/ClientApp/node_modules/dayjs/locale/ms-my.js b/apps/angular/node_modules/dayjs/locale/ms-my.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/ms-my.js rename to apps/angular/node_modules/dayjs/locale/ms-my.js diff --git a/ClientApp/node_modules/dayjs/locale/ms.js b/apps/angular/node_modules/dayjs/locale/ms.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/ms.js rename to apps/angular/node_modules/dayjs/locale/ms.js diff --git a/ClientApp/node_modules/dayjs/locale/mt.js b/apps/angular/node_modules/dayjs/locale/mt.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/mt.js rename to apps/angular/node_modules/dayjs/locale/mt.js diff --git a/ClientApp/node_modules/dayjs/locale/my.js b/apps/angular/node_modules/dayjs/locale/my.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/my.js rename to apps/angular/node_modules/dayjs/locale/my.js diff --git a/ClientApp/node_modules/dayjs/locale/nb.js b/apps/angular/node_modules/dayjs/locale/nb.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/nb.js rename to apps/angular/node_modules/dayjs/locale/nb.js diff --git a/ClientApp/node_modules/dayjs/locale/ne.js b/apps/angular/node_modules/dayjs/locale/ne.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/ne.js rename to apps/angular/node_modules/dayjs/locale/ne.js diff --git a/ClientApp/node_modules/dayjs/locale/nl-be.js b/apps/angular/node_modules/dayjs/locale/nl-be.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/nl-be.js rename to apps/angular/node_modules/dayjs/locale/nl-be.js diff --git a/ClientApp/node_modules/dayjs/locale/nl.js b/apps/angular/node_modules/dayjs/locale/nl.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/nl.js rename to apps/angular/node_modules/dayjs/locale/nl.js diff --git a/ClientApp/node_modules/dayjs/locale/nn.js b/apps/angular/node_modules/dayjs/locale/nn.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/nn.js rename to apps/angular/node_modules/dayjs/locale/nn.js diff --git a/ClientApp/node_modules/dayjs/locale/oc-lnc.js b/apps/angular/node_modules/dayjs/locale/oc-lnc.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/oc-lnc.js rename to apps/angular/node_modules/dayjs/locale/oc-lnc.js diff --git a/ClientApp/node_modules/dayjs/locale/pa-in.js b/apps/angular/node_modules/dayjs/locale/pa-in.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/pa-in.js rename to apps/angular/node_modules/dayjs/locale/pa-in.js diff --git a/ClientApp/node_modules/dayjs/locale/pl.js b/apps/angular/node_modules/dayjs/locale/pl.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/pl.js rename to apps/angular/node_modules/dayjs/locale/pl.js diff --git a/ClientApp/node_modules/dayjs/locale/pt-br.js b/apps/angular/node_modules/dayjs/locale/pt-br.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/pt-br.js rename to apps/angular/node_modules/dayjs/locale/pt-br.js diff --git a/ClientApp/node_modules/dayjs/locale/pt.js b/apps/angular/node_modules/dayjs/locale/pt.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/pt.js rename to apps/angular/node_modules/dayjs/locale/pt.js diff --git a/ClientApp/node_modules/dayjs/locale/rn.js b/apps/angular/node_modules/dayjs/locale/rn.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/rn.js rename to apps/angular/node_modules/dayjs/locale/rn.js diff --git a/ClientApp/node_modules/dayjs/locale/ro.js b/apps/angular/node_modules/dayjs/locale/ro.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/ro.js rename to apps/angular/node_modules/dayjs/locale/ro.js diff --git a/ClientApp/node_modules/dayjs/locale/ru.js b/apps/angular/node_modules/dayjs/locale/ru.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/ru.js rename to apps/angular/node_modules/dayjs/locale/ru.js diff --git a/ClientApp/node_modules/dayjs/locale/rw.js b/apps/angular/node_modules/dayjs/locale/rw.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/rw.js rename to apps/angular/node_modules/dayjs/locale/rw.js diff --git a/ClientApp/node_modules/dayjs/locale/sd.js b/apps/angular/node_modules/dayjs/locale/sd.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/sd.js rename to apps/angular/node_modules/dayjs/locale/sd.js diff --git a/ClientApp/node_modules/dayjs/locale/se.js b/apps/angular/node_modules/dayjs/locale/se.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/se.js rename to apps/angular/node_modules/dayjs/locale/se.js diff --git a/ClientApp/node_modules/dayjs/locale/si.js b/apps/angular/node_modules/dayjs/locale/si.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/si.js rename to apps/angular/node_modules/dayjs/locale/si.js diff --git a/ClientApp/node_modules/dayjs/locale/sk.js b/apps/angular/node_modules/dayjs/locale/sk.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/sk.js rename to apps/angular/node_modules/dayjs/locale/sk.js diff --git a/ClientApp/node_modules/dayjs/locale/sl.js b/apps/angular/node_modules/dayjs/locale/sl.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/sl.js rename to apps/angular/node_modules/dayjs/locale/sl.js diff --git a/ClientApp/node_modules/dayjs/locale/sq.js b/apps/angular/node_modules/dayjs/locale/sq.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/sq.js rename to apps/angular/node_modules/dayjs/locale/sq.js diff --git a/ClientApp/node_modules/dayjs/locale/sr-cyrl.js b/apps/angular/node_modules/dayjs/locale/sr-cyrl.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/sr-cyrl.js rename to apps/angular/node_modules/dayjs/locale/sr-cyrl.js diff --git a/ClientApp/node_modules/dayjs/locale/sr.js b/apps/angular/node_modules/dayjs/locale/sr.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/sr.js rename to apps/angular/node_modules/dayjs/locale/sr.js diff --git a/ClientApp/node_modules/dayjs/locale/ss.js b/apps/angular/node_modules/dayjs/locale/ss.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/ss.js rename to apps/angular/node_modules/dayjs/locale/ss.js diff --git a/ClientApp/node_modules/dayjs/locale/sv-fi.js b/apps/angular/node_modules/dayjs/locale/sv-fi.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/sv-fi.js rename to apps/angular/node_modules/dayjs/locale/sv-fi.js diff --git a/ClientApp/node_modules/dayjs/locale/sv.js b/apps/angular/node_modules/dayjs/locale/sv.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/sv.js rename to apps/angular/node_modules/dayjs/locale/sv.js diff --git a/ClientApp/node_modules/dayjs/locale/sw.js b/apps/angular/node_modules/dayjs/locale/sw.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/sw.js rename to apps/angular/node_modules/dayjs/locale/sw.js diff --git a/ClientApp/node_modules/dayjs/locale/ta.js b/apps/angular/node_modules/dayjs/locale/ta.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/ta.js rename to apps/angular/node_modules/dayjs/locale/ta.js diff --git a/ClientApp/node_modules/dayjs/locale/te.js b/apps/angular/node_modules/dayjs/locale/te.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/te.js rename to apps/angular/node_modules/dayjs/locale/te.js diff --git a/ClientApp/node_modules/dayjs/locale/tet.js b/apps/angular/node_modules/dayjs/locale/tet.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/tet.js rename to apps/angular/node_modules/dayjs/locale/tet.js diff --git a/ClientApp/node_modules/dayjs/locale/tg.js b/apps/angular/node_modules/dayjs/locale/tg.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/tg.js rename to apps/angular/node_modules/dayjs/locale/tg.js diff --git a/ClientApp/node_modules/dayjs/locale/th.js b/apps/angular/node_modules/dayjs/locale/th.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/th.js rename to apps/angular/node_modules/dayjs/locale/th.js diff --git a/ClientApp/node_modules/dayjs/locale/tk.js b/apps/angular/node_modules/dayjs/locale/tk.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/tk.js rename to apps/angular/node_modules/dayjs/locale/tk.js diff --git a/ClientApp/node_modules/dayjs/locale/tl-ph.js b/apps/angular/node_modules/dayjs/locale/tl-ph.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/tl-ph.js rename to apps/angular/node_modules/dayjs/locale/tl-ph.js diff --git a/ClientApp/node_modules/dayjs/locale/tlh.js b/apps/angular/node_modules/dayjs/locale/tlh.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/tlh.js rename to apps/angular/node_modules/dayjs/locale/tlh.js diff --git a/ClientApp/node_modules/dayjs/locale/tr.js b/apps/angular/node_modules/dayjs/locale/tr.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/tr.js rename to apps/angular/node_modules/dayjs/locale/tr.js diff --git a/ClientApp/node_modules/dayjs/locale/types.d.ts b/apps/angular/node_modules/dayjs/locale/types.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/locale/types.d.ts rename to apps/angular/node_modules/dayjs/locale/types.d.ts diff --git a/ClientApp/node_modules/dayjs/locale/tzl.js b/apps/angular/node_modules/dayjs/locale/tzl.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/tzl.js rename to apps/angular/node_modules/dayjs/locale/tzl.js diff --git a/ClientApp/node_modules/dayjs/locale/tzm-latn.js b/apps/angular/node_modules/dayjs/locale/tzm-latn.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/tzm-latn.js rename to apps/angular/node_modules/dayjs/locale/tzm-latn.js diff --git a/ClientApp/node_modules/dayjs/locale/tzm.js b/apps/angular/node_modules/dayjs/locale/tzm.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/tzm.js rename to apps/angular/node_modules/dayjs/locale/tzm.js diff --git a/ClientApp/node_modules/dayjs/locale/ug-cn.js b/apps/angular/node_modules/dayjs/locale/ug-cn.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/ug-cn.js rename to apps/angular/node_modules/dayjs/locale/ug-cn.js diff --git a/ClientApp/node_modules/dayjs/locale/uk.js b/apps/angular/node_modules/dayjs/locale/uk.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/uk.js rename to apps/angular/node_modules/dayjs/locale/uk.js diff --git a/ClientApp/node_modules/dayjs/locale/ur.js b/apps/angular/node_modules/dayjs/locale/ur.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/ur.js rename to apps/angular/node_modules/dayjs/locale/ur.js diff --git a/ClientApp/node_modules/dayjs/locale/uz-latn.js b/apps/angular/node_modules/dayjs/locale/uz-latn.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/uz-latn.js rename to apps/angular/node_modules/dayjs/locale/uz-latn.js diff --git a/ClientApp/node_modules/dayjs/locale/uz.js b/apps/angular/node_modules/dayjs/locale/uz.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/uz.js rename to apps/angular/node_modules/dayjs/locale/uz.js diff --git a/ClientApp/node_modules/dayjs/locale/vi.js b/apps/angular/node_modules/dayjs/locale/vi.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/vi.js rename to apps/angular/node_modules/dayjs/locale/vi.js diff --git a/ClientApp/node_modules/dayjs/locale/x-pseudo.js b/apps/angular/node_modules/dayjs/locale/x-pseudo.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/x-pseudo.js rename to apps/angular/node_modules/dayjs/locale/x-pseudo.js diff --git a/ClientApp/node_modules/dayjs/locale/yo.js b/apps/angular/node_modules/dayjs/locale/yo.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/yo.js rename to apps/angular/node_modules/dayjs/locale/yo.js diff --git a/ClientApp/node_modules/dayjs/locale/zh-cn.js b/apps/angular/node_modules/dayjs/locale/zh-cn.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/zh-cn.js rename to apps/angular/node_modules/dayjs/locale/zh-cn.js diff --git a/ClientApp/node_modules/dayjs/locale/zh-hk.js b/apps/angular/node_modules/dayjs/locale/zh-hk.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/zh-hk.js rename to apps/angular/node_modules/dayjs/locale/zh-hk.js diff --git a/ClientApp/node_modules/dayjs/locale/zh-tw.js b/apps/angular/node_modules/dayjs/locale/zh-tw.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/zh-tw.js rename to apps/angular/node_modules/dayjs/locale/zh-tw.js diff --git a/ClientApp/node_modules/dayjs/locale/zh.js b/apps/angular/node_modules/dayjs/locale/zh.js similarity index 100% rename from ClientApp/node_modules/dayjs/locale/zh.js rename to apps/angular/node_modules/dayjs/locale/zh.js diff --git a/ClientApp/node_modules/dayjs/package.json b/apps/angular/node_modules/dayjs/package.json similarity index 100% rename from ClientApp/node_modules/dayjs/package.json rename to apps/angular/node_modules/dayjs/package.json diff --git a/ClientApp/node_modules/dayjs/plugin/advancedFormat.d.ts b/apps/angular/node_modules/dayjs/plugin/advancedFormat.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/advancedFormat.d.ts rename to apps/angular/node_modules/dayjs/plugin/advancedFormat.d.ts diff --git a/ClientApp/node_modules/dayjs/plugin/advancedFormat.js b/apps/angular/node_modules/dayjs/plugin/advancedFormat.js similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/advancedFormat.js rename to apps/angular/node_modules/dayjs/plugin/advancedFormat.js diff --git a/ClientApp/node_modules/dayjs/plugin/arraySupport.d.ts b/apps/angular/node_modules/dayjs/plugin/arraySupport.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/arraySupport.d.ts rename to apps/angular/node_modules/dayjs/plugin/arraySupport.d.ts diff --git a/ClientApp/node_modules/dayjs/plugin/arraySupport.js b/apps/angular/node_modules/dayjs/plugin/arraySupport.js similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/arraySupport.js rename to apps/angular/node_modules/dayjs/plugin/arraySupport.js diff --git a/ClientApp/node_modules/dayjs/plugin/badMutable.d.ts b/apps/angular/node_modules/dayjs/plugin/badMutable.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/badMutable.d.ts rename to apps/angular/node_modules/dayjs/plugin/badMutable.d.ts diff --git a/ClientApp/node_modules/dayjs/plugin/badMutable.js b/apps/angular/node_modules/dayjs/plugin/badMutable.js similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/badMutable.js rename to apps/angular/node_modules/dayjs/plugin/badMutable.js diff --git a/ClientApp/node_modules/dayjs/plugin/bigIntSupport.d.ts b/apps/angular/node_modules/dayjs/plugin/bigIntSupport.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/bigIntSupport.d.ts rename to apps/angular/node_modules/dayjs/plugin/bigIntSupport.d.ts diff --git a/ClientApp/node_modules/dayjs/plugin/bigIntSupport.js b/apps/angular/node_modules/dayjs/plugin/bigIntSupport.js similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/bigIntSupport.js rename to apps/angular/node_modules/dayjs/plugin/bigIntSupport.js diff --git a/ClientApp/node_modules/dayjs/plugin/buddhistEra.d.ts b/apps/angular/node_modules/dayjs/plugin/buddhistEra.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/buddhistEra.d.ts rename to apps/angular/node_modules/dayjs/plugin/buddhistEra.d.ts diff --git a/ClientApp/node_modules/dayjs/plugin/buddhistEra.js b/apps/angular/node_modules/dayjs/plugin/buddhistEra.js similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/buddhistEra.js rename to apps/angular/node_modules/dayjs/plugin/buddhistEra.js diff --git a/ClientApp/node_modules/dayjs/plugin/calendar.d.ts b/apps/angular/node_modules/dayjs/plugin/calendar.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/calendar.d.ts rename to apps/angular/node_modules/dayjs/plugin/calendar.d.ts diff --git a/ClientApp/node_modules/dayjs/plugin/calendar.js b/apps/angular/node_modules/dayjs/plugin/calendar.js similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/calendar.js rename to apps/angular/node_modules/dayjs/plugin/calendar.js diff --git a/ClientApp/node_modules/dayjs/plugin/customParseFormat.d.ts b/apps/angular/node_modules/dayjs/plugin/customParseFormat.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/customParseFormat.d.ts rename to apps/angular/node_modules/dayjs/plugin/customParseFormat.d.ts diff --git a/ClientApp/node_modules/dayjs/plugin/customParseFormat.js b/apps/angular/node_modules/dayjs/plugin/customParseFormat.js similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/customParseFormat.js rename to apps/angular/node_modules/dayjs/plugin/customParseFormat.js diff --git a/ClientApp/node_modules/dayjs/plugin/dayOfYear.d.ts b/apps/angular/node_modules/dayjs/plugin/dayOfYear.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/dayOfYear.d.ts rename to apps/angular/node_modules/dayjs/plugin/dayOfYear.d.ts diff --git a/ClientApp/node_modules/dayjs/plugin/dayOfYear.js b/apps/angular/node_modules/dayjs/plugin/dayOfYear.js similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/dayOfYear.js rename to apps/angular/node_modules/dayjs/plugin/dayOfYear.js diff --git a/ClientApp/node_modules/dayjs/plugin/devHelper.d.ts b/apps/angular/node_modules/dayjs/plugin/devHelper.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/devHelper.d.ts rename to apps/angular/node_modules/dayjs/plugin/devHelper.d.ts diff --git a/ClientApp/node_modules/dayjs/plugin/devHelper.js b/apps/angular/node_modules/dayjs/plugin/devHelper.js similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/devHelper.js rename to apps/angular/node_modules/dayjs/plugin/devHelper.js diff --git a/ClientApp/node_modules/dayjs/plugin/duration.d.ts b/apps/angular/node_modules/dayjs/plugin/duration.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/duration.d.ts rename to apps/angular/node_modules/dayjs/plugin/duration.d.ts diff --git a/ClientApp/node_modules/dayjs/plugin/duration.js b/apps/angular/node_modules/dayjs/plugin/duration.js similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/duration.js rename to apps/angular/node_modules/dayjs/plugin/duration.js diff --git a/ClientApp/node_modules/dayjs/plugin/isBetween.d.ts b/apps/angular/node_modules/dayjs/plugin/isBetween.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/isBetween.d.ts rename to apps/angular/node_modules/dayjs/plugin/isBetween.d.ts diff --git a/ClientApp/node_modules/dayjs/plugin/isBetween.js b/apps/angular/node_modules/dayjs/plugin/isBetween.js similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/isBetween.js rename to apps/angular/node_modules/dayjs/plugin/isBetween.js diff --git a/ClientApp/node_modules/dayjs/plugin/isLeapYear.d.ts b/apps/angular/node_modules/dayjs/plugin/isLeapYear.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/isLeapYear.d.ts rename to apps/angular/node_modules/dayjs/plugin/isLeapYear.d.ts diff --git a/ClientApp/node_modules/dayjs/plugin/isLeapYear.js b/apps/angular/node_modules/dayjs/plugin/isLeapYear.js similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/isLeapYear.js rename to apps/angular/node_modules/dayjs/plugin/isLeapYear.js diff --git a/ClientApp/node_modules/dayjs/plugin/isMoment.d.ts b/apps/angular/node_modules/dayjs/plugin/isMoment.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/isMoment.d.ts rename to apps/angular/node_modules/dayjs/plugin/isMoment.d.ts diff --git a/ClientApp/node_modules/dayjs/plugin/isMoment.js b/apps/angular/node_modules/dayjs/plugin/isMoment.js similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/isMoment.js rename to apps/angular/node_modules/dayjs/plugin/isMoment.js diff --git a/ClientApp/node_modules/dayjs/plugin/isSameOrAfter.d.ts b/apps/angular/node_modules/dayjs/plugin/isSameOrAfter.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/isSameOrAfter.d.ts rename to apps/angular/node_modules/dayjs/plugin/isSameOrAfter.d.ts diff --git a/ClientApp/node_modules/dayjs/plugin/isSameOrAfter.js b/apps/angular/node_modules/dayjs/plugin/isSameOrAfter.js similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/isSameOrAfter.js rename to apps/angular/node_modules/dayjs/plugin/isSameOrAfter.js diff --git a/ClientApp/node_modules/dayjs/plugin/isSameOrBefore.d.ts b/apps/angular/node_modules/dayjs/plugin/isSameOrBefore.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/isSameOrBefore.d.ts rename to apps/angular/node_modules/dayjs/plugin/isSameOrBefore.d.ts diff --git a/ClientApp/node_modules/dayjs/plugin/isSameOrBefore.js b/apps/angular/node_modules/dayjs/plugin/isSameOrBefore.js similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/isSameOrBefore.js rename to apps/angular/node_modules/dayjs/plugin/isSameOrBefore.js diff --git a/ClientApp/node_modules/dayjs/plugin/isToday.d.ts b/apps/angular/node_modules/dayjs/plugin/isToday.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/isToday.d.ts rename to apps/angular/node_modules/dayjs/plugin/isToday.d.ts diff --git a/ClientApp/node_modules/dayjs/plugin/isToday.js b/apps/angular/node_modules/dayjs/plugin/isToday.js similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/isToday.js rename to apps/angular/node_modules/dayjs/plugin/isToday.js diff --git a/ClientApp/node_modules/dayjs/plugin/isTomorrow.d.ts b/apps/angular/node_modules/dayjs/plugin/isTomorrow.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/isTomorrow.d.ts rename to apps/angular/node_modules/dayjs/plugin/isTomorrow.d.ts diff --git a/ClientApp/node_modules/dayjs/plugin/isTomorrow.js b/apps/angular/node_modules/dayjs/plugin/isTomorrow.js similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/isTomorrow.js rename to apps/angular/node_modules/dayjs/plugin/isTomorrow.js diff --git a/ClientApp/node_modules/dayjs/plugin/isYesterday.d.ts b/apps/angular/node_modules/dayjs/plugin/isYesterday.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/isYesterday.d.ts rename to apps/angular/node_modules/dayjs/plugin/isYesterday.d.ts diff --git a/ClientApp/node_modules/dayjs/plugin/isYesterday.js b/apps/angular/node_modules/dayjs/plugin/isYesterday.js similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/isYesterday.js rename to apps/angular/node_modules/dayjs/plugin/isYesterday.js diff --git a/ClientApp/node_modules/dayjs/plugin/isoWeek.d.ts b/apps/angular/node_modules/dayjs/plugin/isoWeek.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/isoWeek.d.ts rename to apps/angular/node_modules/dayjs/plugin/isoWeek.d.ts diff --git a/ClientApp/node_modules/dayjs/plugin/isoWeek.js b/apps/angular/node_modules/dayjs/plugin/isoWeek.js similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/isoWeek.js rename to apps/angular/node_modules/dayjs/plugin/isoWeek.js diff --git a/ClientApp/node_modules/dayjs/plugin/isoWeeksInYear.d.ts b/apps/angular/node_modules/dayjs/plugin/isoWeeksInYear.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/isoWeeksInYear.d.ts rename to apps/angular/node_modules/dayjs/plugin/isoWeeksInYear.d.ts diff --git a/ClientApp/node_modules/dayjs/plugin/isoWeeksInYear.js b/apps/angular/node_modules/dayjs/plugin/isoWeeksInYear.js similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/isoWeeksInYear.js rename to apps/angular/node_modules/dayjs/plugin/isoWeeksInYear.js diff --git a/ClientApp/node_modules/dayjs/plugin/localeData.d.ts b/apps/angular/node_modules/dayjs/plugin/localeData.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/localeData.d.ts rename to apps/angular/node_modules/dayjs/plugin/localeData.d.ts diff --git a/ClientApp/node_modules/dayjs/plugin/localeData.js b/apps/angular/node_modules/dayjs/plugin/localeData.js similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/localeData.js rename to apps/angular/node_modules/dayjs/plugin/localeData.js diff --git a/ClientApp/node_modules/dayjs/plugin/localizedFormat.d.ts b/apps/angular/node_modules/dayjs/plugin/localizedFormat.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/localizedFormat.d.ts rename to apps/angular/node_modules/dayjs/plugin/localizedFormat.d.ts diff --git a/ClientApp/node_modules/dayjs/plugin/localizedFormat.js b/apps/angular/node_modules/dayjs/plugin/localizedFormat.js similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/localizedFormat.js rename to apps/angular/node_modules/dayjs/plugin/localizedFormat.js diff --git a/ClientApp/node_modules/dayjs/plugin/minMax.d.ts b/apps/angular/node_modules/dayjs/plugin/minMax.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/minMax.d.ts rename to apps/angular/node_modules/dayjs/plugin/minMax.d.ts diff --git a/ClientApp/node_modules/dayjs/plugin/minMax.js b/apps/angular/node_modules/dayjs/plugin/minMax.js similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/minMax.js rename to apps/angular/node_modules/dayjs/plugin/minMax.js diff --git a/ClientApp/node_modules/dayjs/plugin/negativeYear.d.ts b/apps/angular/node_modules/dayjs/plugin/negativeYear.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/negativeYear.d.ts rename to apps/angular/node_modules/dayjs/plugin/negativeYear.d.ts diff --git a/ClientApp/node_modules/dayjs/plugin/negativeYear.js b/apps/angular/node_modules/dayjs/plugin/negativeYear.js similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/negativeYear.js rename to apps/angular/node_modules/dayjs/plugin/negativeYear.js diff --git a/ClientApp/node_modules/dayjs/plugin/objectSupport.d.ts b/apps/angular/node_modules/dayjs/plugin/objectSupport.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/objectSupport.d.ts rename to apps/angular/node_modules/dayjs/plugin/objectSupport.d.ts diff --git a/ClientApp/node_modules/dayjs/plugin/objectSupport.js b/apps/angular/node_modules/dayjs/plugin/objectSupport.js similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/objectSupport.js rename to apps/angular/node_modules/dayjs/plugin/objectSupport.js diff --git a/ClientApp/node_modules/dayjs/plugin/pluralGetSet.d.ts b/apps/angular/node_modules/dayjs/plugin/pluralGetSet.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/pluralGetSet.d.ts rename to apps/angular/node_modules/dayjs/plugin/pluralGetSet.d.ts diff --git a/ClientApp/node_modules/dayjs/plugin/pluralGetSet.js b/apps/angular/node_modules/dayjs/plugin/pluralGetSet.js similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/pluralGetSet.js rename to apps/angular/node_modules/dayjs/plugin/pluralGetSet.js diff --git a/ClientApp/node_modules/dayjs/plugin/preParsePostFormat.d.ts b/apps/angular/node_modules/dayjs/plugin/preParsePostFormat.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/preParsePostFormat.d.ts rename to apps/angular/node_modules/dayjs/plugin/preParsePostFormat.d.ts diff --git a/ClientApp/node_modules/dayjs/plugin/preParsePostFormat.js b/apps/angular/node_modules/dayjs/plugin/preParsePostFormat.js similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/preParsePostFormat.js rename to apps/angular/node_modules/dayjs/plugin/preParsePostFormat.js diff --git a/ClientApp/node_modules/dayjs/plugin/quarterOfYear.d.ts b/apps/angular/node_modules/dayjs/plugin/quarterOfYear.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/quarterOfYear.d.ts rename to apps/angular/node_modules/dayjs/plugin/quarterOfYear.d.ts diff --git a/ClientApp/node_modules/dayjs/plugin/quarterOfYear.js b/apps/angular/node_modules/dayjs/plugin/quarterOfYear.js similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/quarterOfYear.js rename to apps/angular/node_modules/dayjs/plugin/quarterOfYear.js diff --git a/ClientApp/node_modules/dayjs/plugin/relativeTime.d.ts b/apps/angular/node_modules/dayjs/plugin/relativeTime.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/relativeTime.d.ts rename to apps/angular/node_modules/dayjs/plugin/relativeTime.d.ts diff --git a/ClientApp/node_modules/dayjs/plugin/relativeTime.js b/apps/angular/node_modules/dayjs/plugin/relativeTime.js similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/relativeTime.js rename to apps/angular/node_modules/dayjs/plugin/relativeTime.js diff --git a/ClientApp/node_modules/dayjs/plugin/timezone.d.ts b/apps/angular/node_modules/dayjs/plugin/timezone.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/timezone.d.ts rename to apps/angular/node_modules/dayjs/plugin/timezone.d.ts diff --git a/ClientApp/node_modules/dayjs/plugin/timezone.js b/apps/angular/node_modules/dayjs/plugin/timezone.js similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/timezone.js rename to apps/angular/node_modules/dayjs/plugin/timezone.js diff --git a/ClientApp/node_modules/dayjs/plugin/toArray.d.ts b/apps/angular/node_modules/dayjs/plugin/toArray.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/toArray.d.ts rename to apps/angular/node_modules/dayjs/plugin/toArray.d.ts diff --git a/ClientApp/node_modules/dayjs/plugin/toArray.js b/apps/angular/node_modules/dayjs/plugin/toArray.js similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/toArray.js rename to apps/angular/node_modules/dayjs/plugin/toArray.js diff --git a/ClientApp/node_modules/dayjs/plugin/toObject.d.ts b/apps/angular/node_modules/dayjs/plugin/toObject.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/toObject.d.ts rename to apps/angular/node_modules/dayjs/plugin/toObject.d.ts diff --git a/ClientApp/node_modules/dayjs/plugin/toObject.js b/apps/angular/node_modules/dayjs/plugin/toObject.js similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/toObject.js rename to apps/angular/node_modules/dayjs/plugin/toObject.js diff --git a/ClientApp/node_modules/dayjs/plugin/updateLocale.d.ts b/apps/angular/node_modules/dayjs/plugin/updateLocale.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/updateLocale.d.ts rename to apps/angular/node_modules/dayjs/plugin/updateLocale.d.ts diff --git a/ClientApp/node_modules/dayjs/plugin/updateLocale.js b/apps/angular/node_modules/dayjs/plugin/updateLocale.js similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/updateLocale.js rename to apps/angular/node_modules/dayjs/plugin/updateLocale.js diff --git a/ClientApp/node_modules/dayjs/plugin/utc.d.ts b/apps/angular/node_modules/dayjs/plugin/utc.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/utc.d.ts rename to apps/angular/node_modules/dayjs/plugin/utc.d.ts diff --git a/ClientApp/node_modules/dayjs/plugin/utc.js b/apps/angular/node_modules/dayjs/plugin/utc.js similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/utc.js rename to apps/angular/node_modules/dayjs/plugin/utc.js diff --git a/ClientApp/node_modules/dayjs/plugin/weekOfYear.d.ts b/apps/angular/node_modules/dayjs/plugin/weekOfYear.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/weekOfYear.d.ts rename to apps/angular/node_modules/dayjs/plugin/weekOfYear.d.ts diff --git a/ClientApp/node_modules/dayjs/plugin/weekOfYear.js b/apps/angular/node_modules/dayjs/plugin/weekOfYear.js similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/weekOfYear.js rename to apps/angular/node_modules/dayjs/plugin/weekOfYear.js diff --git a/ClientApp/node_modules/dayjs/plugin/weekYear.d.ts b/apps/angular/node_modules/dayjs/plugin/weekYear.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/weekYear.d.ts rename to apps/angular/node_modules/dayjs/plugin/weekYear.d.ts diff --git a/ClientApp/node_modules/dayjs/plugin/weekYear.js b/apps/angular/node_modules/dayjs/plugin/weekYear.js similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/weekYear.js rename to apps/angular/node_modules/dayjs/plugin/weekYear.js diff --git a/ClientApp/node_modules/dayjs/plugin/weekday.d.ts b/apps/angular/node_modules/dayjs/plugin/weekday.d.ts similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/weekday.d.ts rename to apps/angular/node_modules/dayjs/plugin/weekday.d.ts diff --git a/ClientApp/node_modules/dayjs/plugin/weekday.js b/apps/angular/node_modules/dayjs/plugin/weekday.js similarity index 100% rename from ClientApp/node_modules/dayjs/plugin/weekday.js rename to apps/angular/node_modules/dayjs/plugin/weekday.js diff --git a/ClientApp/node_modules/debug/LICENSE b/apps/angular/node_modules/debug/LICENSE similarity index 100% rename from ClientApp/node_modules/debug/LICENSE rename to apps/angular/node_modules/debug/LICENSE diff --git a/ClientApp/node_modules/debug/README.md b/apps/angular/node_modules/debug/README.md similarity index 100% rename from ClientApp/node_modules/debug/README.md rename to apps/angular/node_modules/debug/README.md diff --git a/ClientApp/node_modules/debug/package.json b/apps/angular/node_modules/debug/package.json similarity index 100% rename from ClientApp/node_modules/debug/package.json rename to apps/angular/node_modules/debug/package.json diff --git a/ClientApp/node_modules/debug/src/browser.js b/apps/angular/node_modules/debug/src/browser.js similarity index 100% rename from ClientApp/node_modules/debug/src/browser.js rename to apps/angular/node_modules/debug/src/browser.js diff --git a/ClientApp/node_modules/debug/src/common.js b/apps/angular/node_modules/debug/src/common.js similarity index 100% rename from ClientApp/node_modules/debug/src/common.js rename to apps/angular/node_modules/debug/src/common.js diff --git a/ClientApp/node_modules/debug/src/index.js b/apps/angular/node_modules/debug/src/index.js similarity index 100% rename from ClientApp/node_modules/debug/src/index.js rename to apps/angular/node_modules/debug/src/index.js diff --git a/ClientApp/node_modules/debug/src/node.js b/apps/angular/node_modules/debug/src/node.js similarity index 100% rename from ClientApp/node_modules/debug/src/node.js rename to apps/angular/node_modules/debug/src/node.js diff --git a/ClientApp/node_modules/decimal.js/LICENCE.md b/apps/angular/node_modules/decimal.js/LICENCE.md similarity index 100% rename from ClientApp/node_modules/decimal.js/LICENCE.md rename to apps/angular/node_modules/decimal.js/LICENCE.md diff --git a/ClientApp/node_modules/decimal.js/README.md b/apps/angular/node_modules/decimal.js/README.md similarity index 100% rename from ClientApp/node_modules/decimal.js/README.md rename to apps/angular/node_modules/decimal.js/README.md diff --git a/ClientApp/node_modules/decimal.js/decimal.d.ts b/apps/angular/node_modules/decimal.js/decimal.d.ts similarity index 100% rename from ClientApp/node_modules/decimal.js/decimal.d.ts rename to apps/angular/node_modules/decimal.js/decimal.d.ts diff --git a/ClientApp/node_modules/decimal.js/decimal.js b/apps/angular/node_modules/decimal.js/decimal.js similarity index 100% rename from ClientApp/node_modules/decimal.js/decimal.js rename to apps/angular/node_modules/decimal.js/decimal.js diff --git a/ClientApp/node_modules/decimal.js/decimal.mjs b/apps/angular/node_modules/decimal.js/decimal.mjs similarity index 100% rename from ClientApp/node_modules/decimal.js/decimal.mjs rename to apps/angular/node_modules/decimal.js/decimal.mjs diff --git a/ClientApp/node_modules/decimal.js/package.json b/apps/angular/node_modules/decimal.js/package.json similarity index 100% rename from ClientApp/node_modules/decimal.js/package.json rename to apps/angular/node_modules/decimal.js/package.json diff --git a/ClientApp/node_modules/deep-eql/LICENSE b/apps/angular/node_modules/deep-eql/LICENSE similarity index 100% rename from ClientApp/node_modules/deep-eql/LICENSE rename to apps/angular/node_modules/deep-eql/LICENSE diff --git a/ClientApp/node_modules/deep-eql/README.md b/apps/angular/node_modules/deep-eql/README.md similarity index 100% rename from ClientApp/node_modules/deep-eql/README.md rename to apps/angular/node_modules/deep-eql/README.md diff --git a/ClientApp/node_modules/deep-eql/deep-eql.js b/apps/angular/node_modules/deep-eql/deep-eql.js similarity index 100% rename from ClientApp/node_modules/deep-eql/deep-eql.js rename to apps/angular/node_modules/deep-eql/deep-eql.js diff --git a/ClientApp/node_modules/deep-eql/index.js b/apps/angular/node_modules/deep-eql/index.js similarity index 100% rename from ClientApp/node_modules/deep-eql/index.js rename to apps/angular/node_modules/deep-eql/index.js diff --git a/ClientApp/node_modules/deep-eql/package.json b/apps/angular/node_modules/deep-eql/package.json similarity index 100% rename from ClientApp/node_modules/deep-eql/package.json rename to apps/angular/node_modules/deep-eql/package.json diff --git a/ClientApp/node_modules/deep-equal/.editorconfig b/apps/angular/node_modules/deep-equal/.editorconfig similarity index 100% rename from ClientApp/node_modules/deep-equal/.editorconfig rename to apps/angular/node_modules/deep-equal/.editorconfig diff --git a/ClientApp/node_modules/deep-equal/.eslintrc b/apps/angular/node_modules/deep-equal/.eslintrc similarity index 100% rename from ClientApp/node_modules/deep-equal/.eslintrc rename to apps/angular/node_modules/deep-equal/.eslintrc diff --git a/ClientApp/node_modules/deep-equal/.nycrc b/apps/angular/node_modules/deep-equal/.nycrc similarity index 100% rename from ClientApp/node_modules/deep-equal/.nycrc rename to apps/angular/node_modules/deep-equal/.nycrc diff --git a/ClientApp/node_modules/deep-equal/CHANGELOG.md b/apps/angular/node_modules/deep-equal/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/deep-equal/CHANGELOG.md rename to apps/angular/node_modules/deep-equal/CHANGELOG.md diff --git a/ClientApp/node_modules/deep-equal/LICENSE b/apps/angular/node_modules/deep-equal/LICENSE similarity index 100% rename from ClientApp/node_modules/deep-equal/LICENSE rename to apps/angular/node_modules/deep-equal/LICENSE diff --git a/ClientApp/node_modules/deep-equal/assert.js b/apps/angular/node_modules/deep-equal/assert.js similarity index 100% rename from ClientApp/node_modules/deep-equal/assert.js rename to apps/angular/node_modules/deep-equal/assert.js diff --git a/ClientApp/node_modules/deep-equal/example/cmp.js b/apps/angular/node_modules/deep-equal/example/cmp.js similarity index 100% rename from ClientApp/node_modules/deep-equal/example/cmp.js rename to apps/angular/node_modules/deep-equal/example/cmp.js diff --git a/ClientApp/node_modules/deep-equal/index.js b/apps/angular/node_modules/deep-equal/index.js similarity index 100% rename from ClientApp/node_modules/deep-equal/index.js rename to apps/angular/node_modules/deep-equal/index.js diff --git a/ClientApp/node_modules/deep-equal/package.json b/apps/angular/node_modules/deep-equal/package.json similarity index 100% rename from ClientApp/node_modules/deep-equal/package.json rename to apps/angular/node_modules/deep-equal/package.json diff --git a/ClientApp/node_modules/deep-equal/readme.markdown b/apps/angular/node_modules/deep-equal/readme.markdown similarity index 100% rename from ClientApp/node_modules/deep-equal/readme.markdown rename to apps/angular/node_modules/deep-equal/readme.markdown diff --git a/ClientApp/node_modules/deep-equal/test/_tape.js b/apps/angular/node_modules/deep-equal/test/_tape.js similarity index 100% rename from ClientApp/node_modules/deep-equal/test/_tape.js rename to apps/angular/node_modules/deep-equal/test/_tape.js diff --git a/ClientApp/node_modules/deep-equal/test/cmp.js b/apps/angular/node_modules/deep-equal/test/cmp.js similarity index 100% rename from ClientApp/node_modules/deep-equal/test/cmp.js rename to apps/angular/node_modules/deep-equal/test/cmp.js diff --git a/ClientApp/node_modules/deep-is/.travis.yml b/apps/angular/node_modules/deep-is/.travis.yml similarity index 100% rename from ClientApp/node_modules/deep-is/.travis.yml rename to apps/angular/node_modules/deep-is/.travis.yml diff --git a/ClientApp/node_modules/deep-is/LICENSE b/apps/angular/node_modules/deep-is/LICENSE similarity index 100% rename from ClientApp/node_modules/deep-is/LICENSE rename to apps/angular/node_modules/deep-is/LICENSE diff --git a/ClientApp/node_modules/deep-is/README.markdown b/apps/angular/node_modules/deep-is/README.markdown similarity index 100% rename from ClientApp/node_modules/deep-is/README.markdown rename to apps/angular/node_modules/deep-is/README.markdown diff --git a/ClientApp/node_modules/deep-is/example/cmp.js b/apps/angular/node_modules/deep-is/example/cmp.js similarity index 100% rename from ClientApp/node_modules/deep-is/example/cmp.js rename to apps/angular/node_modules/deep-is/example/cmp.js diff --git a/ClientApp/node_modules/deep-is/index.js b/apps/angular/node_modules/deep-is/index.js similarity index 100% rename from ClientApp/node_modules/deep-is/index.js rename to apps/angular/node_modules/deep-is/index.js diff --git a/ClientApp/node_modules/deep-is/package.json b/apps/angular/node_modules/deep-is/package.json similarity index 100% rename from ClientApp/node_modules/deep-is/package.json rename to apps/angular/node_modules/deep-is/package.json diff --git a/ClientApp/node_modules/deep-is/test/NaN.js b/apps/angular/node_modules/deep-is/test/NaN.js similarity index 100% rename from ClientApp/node_modules/deep-is/test/NaN.js rename to apps/angular/node_modules/deep-is/test/NaN.js diff --git a/ClientApp/node_modules/deep-is/test/cmp.js b/apps/angular/node_modules/deep-is/test/cmp.js similarity index 100% rename from ClientApp/node_modules/deep-is/test/cmp.js rename to apps/angular/node_modules/deep-is/test/cmp.js diff --git a/ClientApp/node_modules/deep-is/test/neg-vs-pos-0.js b/apps/angular/node_modules/deep-is/test/neg-vs-pos-0.js similarity index 100% rename from ClientApp/node_modules/deep-is/test/neg-vs-pos-0.js rename to apps/angular/node_modules/deep-is/test/neg-vs-pos-0.js diff --git a/ClientApp/node_modules/deepmerge/.editorconfig b/apps/angular/node_modules/deepmerge/.editorconfig similarity index 100% rename from ClientApp/node_modules/deepmerge/.editorconfig rename to apps/angular/node_modules/deepmerge/.editorconfig diff --git a/ClientApp/node_modules/deepmerge/.eslintcache b/apps/angular/node_modules/deepmerge/.eslintcache similarity index 100% rename from ClientApp/node_modules/deepmerge/.eslintcache rename to apps/angular/node_modules/deepmerge/.eslintcache diff --git a/ClientApp/node_modules/deepmerge/changelog.md b/apps/angular/node_modules/deepmerge/changelog.md similarity index 100% rename from ClientApp/node_modules/deepmerge/changelog.md rename to apps/angular/node_modules/deepmerge/changelog.md diff --git a/ClientApp/node_modules/deepmerge/dist/cjs.js b/apps/angular/node_modules/deepmerge/dist/cjs.js similarity index 100% rename from ClientApp/node_modules/deepmerge/dist/cjs.js rename to apps/angular/node_modules/deepmerge/dist/cjs.js diff --git a/ClientApp/node_modules/deepmerge/dist/umd.js b/apps/angular/node_modules/deepmerge/dist/umd.js similarity index 100% rename from ClientApp/node_modules/deepmerge/dist/umd.js rename to apps/angular/node_modules/deepmerge/dist/umd.js diff --git a/ClientApp/node_modules/deepmerge/index.d.ts b/apps/angular/node_modules/deepmerge/index.d.ts similarity index 100% rename from ClientApp/node_modules/deepmerge/index.d.ts rename to apps/angular/node_modules/deepmerge/index.d.ts diff --git a/ClientApp/node_modules/deepmerge/index.js b/apps/angular/node_modules/deepmerge/index.js similarity index 100% rename from ClientApp/node_modules/deepmerge/index.js rename to apps/angular/node_modules/deepmerge/index.js diff --git a/ClientApp/node_modules/deepmerge/license.txt b/apps/angular/node_modules/deepmerge/license.txt similarity index 100% rename from ClientApp/node_modules/deepmerge/license.txt rename to apps/angular/node_modules/deepmerge/license.txt diff --git a/ClientApp/node_modules/deepmerge/package.json b/apps/angular/node_modules/deepmerge/package.json similarity index 100% rename from ClientApp/node_modules/deepmerge/package.json rename to apps/angular/node_modules/deepmerge/package.json diff --git a/ClientApp/node_modules/deepmerge/readme.md b/apps/angular/node_modules/deepmerge/readme.md similarity index 100% rename from ClientApp/node_modules/deepmerge/readme.md rename to apps/angular/node_modules/deepmerge/readme.md diff --git a/ClientApp/node_modules/deepmerge/rollup.config.js b/apps/angular/node_modules/deepmerge/rollup.config.js similarity index 100% rename from ClientApp/node_modules/deepmerge/rollup.config.js rename to apps/angular/node_modules/deepmerge/rollup.config.js diff --git a/ClientApp/node_modules/default-browser-id/index.js b/apps/angular/node_modules/default-browser-id/index.js similarity index 100% rename from ClientApp/node_modules/default-browser-id/index.js rename to apps/angular/node_modules/default-browser-id/index.js diff --git a/ClientApp/node_modules/default-browser-id/license b/apps/angular/node_modules/default-browser-id/license similarity index 100% rename from ClientApp/node_modules/default-browser-id/license rename to apps/angular/node_modules/default-browser-id/license diff --git a/ClientApp/node_modules/default-browser-id/package.json b/apps/angular/node_modules/default-browser-id/package.json similarity index 100% rename from ClientApp/node_modules/default-browser-id/package.json rename to apps/angular/node_modules/default-browser-id/package.json diff --git a/ClientApp/node_modules/default-browser-id/readme.md b/apps/angular/node_modules/default-browser-id/readme.md similarity index 100% rename from ClientApp/node_modules/default-browser-id/readme.md rename to apps/angular/node_modules/default-browser-id/readme.md diff --git a/ClientApp/node_modules/default-browser/index.d.ts b/apps/angular/node_modules/default-browser/index.d.ts similarity index 100% rename from ClientApp/node_modules/default-browser/index.d.ts rename to apps/angular/node_modules/default-browser/index.d.ts diff --git a/ClientApp/node_modules/default-browser/index.js b/apps/angular/node_modules/default-browser/index.js similarity index 100% rename from ClientApp/node_modules/default-browser/index.js rename to apps/angular/node_modules/default-browser/index.js diff --git a/ClientApp/node_modules/default-browser/license b/apps/angular/node_modules/default-browser/license similarity index 100% rename from ClientApp/node_modules/default-browser/license rename to apps/angular/node_modules/default-browser/license diff --git a/ClientApp/node_modules/default-browser/package.json b/apps/angular/node_modules/default-browser/package.json similarity index 100% rename from ClientApp/node_modules/default-browser/package.json rename to apps/angular/node_modules/default-browser/package.json diff --git a/ClientApp/node_modules/default-browser/readme.md b/apps/angular/node_modules/default-browser/readme.md similarity index 100% rename from ClientApp/node_modules/default-browser/readme.md rename to apps/angular/node_modules/default-browser/readme.md diff --git a/ClientApp/node_modules/default-browser/windows.js b/apps/angular/node_modules/default-browser/windows.js similarity index 100% rename from ClientApp/node_modules/default-browser/windows.js rename to apps/angular/node_modules/default-browser/windows.js diff --git a/ClientApp/node_modules/define-data-property/.eslintrc b/apps/angular/node_modules/define-data-property/.eslintrc similarity index 100% rename from ClientApp/node_modules/define-data-property/.eslintrc rename to apps/angular/node_modules/define-data-property/.eslintrc diff --git a/ClientApp/node_modules/define-data-property/.github/FUNDING.yml b/apps/angular/node_modules/define-data-property/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/define-data-property/.github/FUNDING.yml rename to apps/angular/node_modules/define-data-property/.github/FUNDING.yml diff --git a/ClientApp/node_modules/define-data-property/.nycrc b/apps/angular/node_modules/define-data-property/.nycrc similarity index 100% rename from ClientApp/node_modules/define-data-property/.nycrc rename to apps/angular/node_modules/define-data-property/.nycrc diff --git a/ClientApp/node_modules/define-data-property/CHANGELOG.md b/apps/angular/node_modules/define-data-property/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/define-data-property/CHANGELOG.md rename to apps/angular/node_modules/define-data-property/CHANGELOG.md diff --git a/ClientApp/node_modules/define-data-property/LICENSE b/apps/angular/node_modules/define-data-property/LICENSE similarity index 100% rename from ClientApp/node_modules/define-data-property/LICENSE rename to apps/angular/node_modules/define-data-property/LICENSE diff --git a/ClientApp/node_modules/define-data-property/README.md b/apps/angular/node_modules/define-data-property/README.md similarity index 100% rename from ClientApp/node_modules/define-data-property/README.md rename to apps/angular/node_modules/define-data-property/README.md diff --git a/ClientApp/node_modules/define-data-property/index.d.ts b/apps/angular/node_modules/define-data-property/index.d.ts similarity index 100% rename from ClientApp/node_modules/define-data-property/index.d.ts rename to apps/angular/node_modules/define-data-property/index.d.ts diff --git a/ClientApp/node_modules/define-data-property/index.js b/apps/angular/node_modules/define-data-property/index.js similarity index 100% rename from ClientApp/node_modules/define-data-property/index.js rename to apps/angular/node_modules/define-data-property/index.js diff --git a/ClientApp/node_modules/define-data-property/package.json b/apps/angular/node_modules/define-data-property/package.json similarity index 100% rename from ClientApp/node_modules/define-data-property/package.json rename to apps/angular/node_modules/define-data-property/package.json diff --git a/ClientApp/node_modules/define-data-property/test/index.js b/apps/angular/node_modules/define-data-property/test/index.js similarity index 100% rename from ClientApp/node_modules/define-data-property/test/index.js rename to apps/angular/node_modules/define-data-property/test/index.js diff --git a/ClientApp/node_modules/define-data-property/tsconfig.json b/apps/angular/node_modules/define-data-property/tsconfig.json similarity index 100% rename from ClientApp/node_modules/define-data-property/tsconfig.json rename to apps/angular/node_modules/define-data-property/tsconfig.json diff --git a/ClientApp/node_modules/define-lazy-prop/index.d.ts b/apps/angular/node_modules/define-lazy-prop/index.d.ts similarity index 100% rename from ClientApp/node_modules/define-lazy-prop/index.d.ts rename to apps/angular/node_modules/define-lazy-prop/index.d.ts diff --git a/ClientApp/node_modules/define-lazy-prop/index.js b/apps/angular/node_modules/define-lazy-prop/index.js similarity index 100% rename from ClientApp/node_modules/define-lazy-prop/index.js rename to apps/angular/node_modules/define-lazy-prop/index.js diff --git a/ClientApp/node_modules/define-lazy-prop/license b/apps/angular/node_modules/define-lazy-prop/license similarity index 100% rename from ClientApp/node_modules/define-lazy-prop/license rename to apps/angular/node_modules/define-lazy-prop/license diff --git a/ClientApp/node_modules/define-lazy-prop/package.json b/apps/angular/node_modules/define-lazy-prop/package.json similarity index 100% rename from ClientApp/node_modules/define-lazy-prop/package.json rename to apps/angular/node_modules/define-lazy-prop/package.json diff --git a/ClientApp/node_modules/define-lazy-prop/readme.md b/apps/angular/node_modules/define-lazy-prop/readme.md similarity index 100% rename from ClientApp/node_modules/define-lazy-prop/readme.md rename to apps/angular/node_modules/define-lazy-prop/readme.md diff --git a/ClientApp/node_modules/define-properties/.editorconfig b/apps/angular/node_modules/define-properties/.editorconfig similarity index 100% rename from ClientApp/node_modules/define-properties/.editorconfig rename to apps/angular/node_modules/define-properties/.editorconfig diff --git a/ClientApp/node_modules/define-properties/.eslintrc b/apps/angular/node_modules/define-properties/.eslintrc similarity index 100% rename from ClientApp/node_modules/define-properties/.eslintrc rename to apps/angular/node_modules/define-properties/.eslintrc diff --git a/ClientApp/node_modules/define-properties/.github/FUNDING.yml b/apps/angular/node_modules/define-properties/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/define-properties/.github/FUNDING.yml rename to apps/angular/node_modules/define-properties/.github/FUNDING.yml diff --git a/ClientApp/node_modules/define-properties/.nycrc b/apps/angular/node_modules/define-properties/.nycrc similarity index 100% rename from ClientApp/node_modules/define-properties/.nycrc rename to apps/angular/node_modules/define-properties/.nycrc diff --git a/ClientApp/node_modules/define-properties/CHANGELOG.md b/apps/angular/node_modules/define-properties/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/define-properties/CHANGELOG.md rename to apps/angular/node_modules/define-properties/CHANGELOG.md diff --git a/ClientApp/node_modules/define-properties/LICENSE b/apps/angular/node_modules/define-properties/LICENSE similarity index 100% rename from ClientApp/node_modules/define-properties/LICENSE rename to apps/angular/node_modules/define-properties/LICENSE diff --git a/ClientApp/node_modules/define-properties/README.md b/apps/angular/node_modules/define-properties/README.md similarity index 100% rename from ClientApp/node_modules/define-properties/README.md rename to apps/angular/node_modules/define-properties/README.md diff --git a/ClientApp/node_modules/define-properties/index.js b/apps/angular/node_modules/define-properties/index.js similarity index 100% rename from ClientApp/node_modules/define-properties/index.js rename to apps/angular/node_modules/define-properties/index.js diff --git a/ClientApp/node_modules/define-properties/package.json b/apps/angular/node_modules/define-properties/package.json similarity index 100% rename from ClientApp/node_modules/define-properties/package.json rename to apps/angular/node_modules/define-properties/package.json diff --git a/ClientApp/node_modules/delayed-stream/.npmignore b/apps/angular/node_modules/delayed-stream/.npmignore similarity index 100% rename from ClientApp/node_modules/delayed-stream/.npmignore rename to apps/angular/node_modules/delayed-stream/.npmignore diff --git a/ClientApp/node_modules/delayed-stream/License b/apps/angular/node_modules/delayed-stream/License similarity index 100% rename from ClientApp/node_modules/delayed-stream/License rename to apps/angular/node_modules/delayed-stream/License diff --git a/ClientApp/node_modules/delayed-stream/Makefile b/apps/angular/node_modules/delayed-stream/Makefile similarity index 100% rename from ClientApp/node_modules/delayed-stream/Makefile rename to apps/angular/node_modules/delayed-stream/Makefile diff --git a/ClientApp/node_modules/delayed-stream/Readme.md b/apps/angular/node_modules/delayed-stream/Readme.md similarity index 100% rename from ClientApp/node_modules/delayed-stream/Readme.md rename to apps/angular/node_modules/delayed-stream/Readme.md diff --git a/ClientApp/node_modules/delayed-stream/lib/delayed_stream.js b/apps/angular/node_modules/delayed-stream/lib/delayed_stream.js similarity index 100% rename from ClientApp/node_modules/delayed-stream/lib/delayed_stream.js rename to apps/angular/node_modules/delayed-stream/lib/delayed_stream.js diff --git a/ClientApp/node_modules/delayed-stream/package.json b/apps/angular/node_modules/delayed-stream/package.json similarity index 100% rename from ClientApp/node_modules/delayed-stream/package.json rename to apps/angular/node_modules/delayed-stream/package.json diff --git a/ClientApp/node_modules/detect-libc/LICENSE b/apps/angular/node_modules/detect-libc/LICENSE similarity index 100% rename from ClientApp/node_modules/detect-libc/LICENSE rename to apps/angular/node_modules/detect-libc/LICENSE diff --git a/ClientApp/node_modules/detect-libc/README.md b/apps/angular/node_modules/detect-libc/README.md similarity index 100% rename from ClientApp/node_modules/detect-libc/README.md rename to apps/angular/node_modules/detect-libc/README.md diff --git a/ClientApp/node_modules/detect-libc/index.d.ts b/apps/angular/node_modules/detect-libc/index.d.ts similarity index 100% rename from ClientApp/node_modules/detect-libc/index.d.ts rename to apps/angular/node_modules/detect-libc/index.d.ts diff --git a/ClientApp/node_modules/detect-libc/lib/detect-libc.js b/apps/angular/node_modules/detect-libc/lib/detect-libc.js similarity index 100% rename from ClientApp/node_modules/detect-libc/lib/detect-libc.js rename to apps/angular/node_modules/detect-libc/lib/detect-libc.js diff --git a/ClientApp/node_modules/detect-libc/lib/elf.js b/apps/angular/node_modules/detect-libc/lib/elf.js similarity index 100% rename from ClientApp/node_modules/detect-libc/lib/elf.js rename to apps/angular/node_modules/detect-libc/lib/elf.js diff --git a/ClientApp/node_modules/detect-libc/lib/filesystem.js b/apps/angular/node_modules/detect-libc/lib/filesystem.js similarity index 100% rename from ClientApp/node_modules/detect-libc/lib/filesystem.js rename to apps/angular/node_modules/detect-libc/lib/filesystem.js diff --git a/ClientApp/node_modules/detect-libc/lib/process.js b/apps/angular/node_modules/detect-libc/lib/process.js similarity index 100% rename from ClientApp/node_modules/detect-libc/lib/process.js rename to apps/angular/node_modules/detect-libc/lib/process.js diff --git a/ClientApp/node_modules/detect-libc/package.json b/apps/angular/node_modules/detect-libc/package.json similarity index 100% rename from ClientApp/node_modules/detect-libc/package.json rename to apps/angular/node_modules/detect-libc/package.json diff --git a/ClientApp/node_modules/diff-sequences/LICENSE b/apps/angular/node_modules/diff-sequences/LICENSE similarity index 100% rename from ClientApp/node_modules/diff-sequences/LICENSE rename to apps/angular/node_modules/diff-sequences/LICENSE diff --git a/ClientApp/node_modules/diff-sequences/README.md b/apps/angular/node_modules/diff-sequences/README.md similarity index 100% rename from ClientApp/node_modules/diff-sequences/README.md rename to apps/angular/node_modules/diff-sequences/README.md diff --git a/ClientApp/node_modules/diff-sequences/build/index.d.ts b/apps/angular/node_modules/diff-sequences/build/index.d.ts similarity index 100% rename from ClientApp/node_modules/diff-sequences/build/index.d.ts rename to apps/angular/node_modules/diff-sequences/build/index.d.ts diff --git a/ClientApp/node_modules/diff-sequences/build/index.js b/apps/angular/node_modules/diff-sequences/build/index.js similarity index 100% rename from ClientApp/node_modules/diff-sequences/build/index.js rename to apps/angular/node_modules/diff-sequences/build/index.js diff --git a/ClientApp/node_modules/diff-sequences/package.json b/apps/angular/node_modules/diff-sequences/package.json similarity index 100% rename from ClientApp/node_modules/diff-sequences/package.json rename to apps/angular/node_modules/diff-sequences/package.json diff --git a/ClientApp/node_modules/doctrine/CHANGELOG.md b/apps/angular/node_modules/doctrine/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/doctrine/CHANGELOG.md rename to apps/angular/node_modules/doctrine/CHANGELOG.md diff --git a/ClientApp/node_modules/doctrine/LICENSE b/apps/angular/node_modules/doctrine/LICENSE similarity index 100% rename from ClientApp/node_modules/doctrine/LICENSE rename to apps/angular/node_modules/doctrine/LICENSE diff --git a/ClientApp/node_modules/doctrine/LICENSE.closure-compiler b/apps/angular/node_modules/doctrine/LICENSE.closure-compiler similarity index 100% rename from ClientApp/node_modules/doctrine/LICENSE.closure-compiler rename to apps/angular/node_modules/doctrine/LICENSE.closure-compiler diff --git a/ClientApp/node_modules/doctrine/LICENSE.esprima b/apps/angular/node_modules/doctrine/LICENSE.esprima similarity index 100% rename from ClientApp/node_modules/doctrine/LICENSE.esprima rename to apps/angular/node_modules/doctrine/LICENSE.esprima diff --git a/ClientApp/node_modules/doctrine/README.md b/apps/angular/node_modules/doctrine/README.md similarity index 100% rename from ClientApp/node_modules/doctrine/README.md rename to apps/angular/node_modules/doctrine/README.md diff --git a/ClientApp/node_modules/doctrine/lib/doctrine.js b/apps/angular/node_modules/doctrine/lib/doctrine.js similarity index 100% rename from ClientApp/node_modules/doctrine/lib/doctrine.js rename to apps/angular/node_modules/doctrine/lib/doctrine.js diff --git a/ClientApp/node_modules/doctrine/lib/typed.js b/apps/angular/node_modules/doctrine/lib/typed.js similarity index 100% rename from ClientApp/node_modules/doctrine/lib/typed.js rename to apps/angular/node_modules/doctrine/lib/typed.js diff --git a/ClientApp/node_modules/doctrine/lib/utility.js b/apps/angular/node_modules/doctrine/lib/utility.js similarity index 100% rename from ClientApp/node_modules/doctrine/lib/utility.js rename to apps/angular/node_modules/doctrine/lib/utility.js diff --git a/ClientApp/node_modules/doctrine/package.json b/apps/angular/node_modules/doctrine/package.json similarity index 100% rename from ClientApp/node_modules/doctrine/package.json rename to apps/angular/node_modules/doctrine/package.json diff --git a/ClientApp/node_modules/dom-accessibility-api/LICENSE.md b/apps/angular/node_modules/dom-accessibility-api/LICENSE.md similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/LICENSE.md rename to apps/angular/node_modules/dom-accessibility-api/LICENSE.md diff --git a/ClientApp/node_modules/dom-accessibility-api/README.md b/apps/angular/node_modules/dom-accessibility-api/README.md similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/README.md rename to apps/angular/node_modules/dom-accessibility-api/README.md diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/accessible-description.d.ts b/apps/angular/node_modules/dom-accessibility-api/dist/accessible-description.d.ts similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/accessible-description.d.ts rename to apps/angular/node_modules/dom-accessibility-api/dist/accessible-description.d.ts diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/accessible-description.d.ts.map b/apps/angular/node_modules/dom-accessibility-api/dist/accessible-description.d.ts.map similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/accessible-description.d.ts.map rename to apps/angular/node_modules/dom-accessibility-api/dist/accessible-description.d.ts.map diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/accessible-description.js b/apps/angular/node_modules/dom-accessibility-api/dist/accessible-description.js similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/accessible-description.js rename to apps/angular/node_modules/dom-accessibility-api/dist/accessible-description.js diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/accessible-description.js.map b/apps/angular/node_modules/dom-accessibility-api/dist/accessible-description.js.map similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/accessible-description.js.map rename to apps/angular/node_modules/dom-accessibility-api/dist/accessible-description.js.map diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/accessible-description.mjs b/apps/angular/node_modules/dom-accessibility-api/dist/accessible-description.mjs similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/accessible-description.mjs rename to apps/angular/node_modules/dom-accessibility-api/dist/accessible-description.mjs diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/accessible-description.mjs.map b/apps/angular/node_modules/dom-accessibility-api/dist/accessible-description.mjs.map similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/accessible-description.mjs.map rename to apps/angular/node_modules/dom-accessibility-api/dist/accessible-description.mjs.map diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/accessible-name-and-description.d.ts b/apps/angular/node_modules/dom-accessibility-api/dist/accessible-name-and-description.d.ts similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/accessible-name-and-description.d.ts rename to apps/angular/node_modules/dom-accessibility-api/dist/accessible-name-and-description.d.ts diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/accessible-name-and-description.d.ts.map b/apps/angular/node_modules/dom-accessibility-api/dist/accessible-name-and-description.d.ts.map similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/accessible-name-and-description.d.ts.map rename to apps/angular/node_modules/dom-accessibility-api/dist/accessible-name-and-description.d.ts.map diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/accessible-name-and-description.js b/apps/angular/node_modules/dom-accessibility-api/dist/accessible-name-and-description.js similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/accessible-name-and-description.js rename to apps/angular/node_modules/dom-accessibility-api/dist/accessible-name-and-description.js diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/accessible-name-and-description.js.map b/apps/angular/node_modules/dom-accessibility-api/dist/accessible-name-and-description.js.map similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/accessible-name-and-description.js.map rename to apps/angular/node_modules/dom-accessibility-api/dist/accessible-name-and-description.js.map diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/accessible-name-and-description.mjs b/apps/angular/node_modules/dom-accessibility-api/dist/accessible-name-and-description.mjs similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/accessible-name-and-description.mjs rename to apps/angular/node_modules/dom-accessibility-api/dist/accessible-name-and-description.mjs diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/accessible-name-and-description.mjs.map b/apps/angular/node_modules/dom-accessibility-api/dist/accessible-name-and-description.mjs.map similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/accessible-name-and-description.mjs.map rename to apps/angular/node_modules/dom-accessibility-api/dist/accessible-name-and-description.mjs.map diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/accessible-name.d.ts b/apps/angular/node_modules/dom-accessibility-api/dist/accessible-name.d.ts similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/accessible-name.d.ts rename to apps/angular/node_modules/dom-accessibility-api/dist/accessible-name.d.ts diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/accessible-name.d.ts.map b/apps/angular/node_modules/dom-accessibility-api/dist/accessible-name.d.ts.map similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/accessible-name.d.ts.map rename to apps/angular/node_modules/dom-accessibility-api/dist/accessible-name.d.ts.map diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/accessible-name.js b/apps/angular/node_modules/dom-accessibility-api/dist/accessible-name.js similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/accessible-name.js rename to apps/angular/node_modules/dom-accessibility-api/dist/accessible-name.js diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/accessible-name.js.map b/apps/angular/node_modules/dom-accessibility-api/dist/accessible-name.js.map similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/accessible-name.js.map rename to apps/angular/node_modules/dom-accessibility-api/dist/accessible-name.js.map diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/accessible-name.mjs b/apps/angular/node_modules/dom-accessibility-api/dist/accessible-name.mjs similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/accessible-name.mjs rename to apps/angular/node_modules/dom-accessibility-api/dist/accessible-name.mjs diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/accessible-name.mjs.map b/apps/angular/node_modules/dom-accessibility-api/dist/accessible-name.mjs.map similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/accessible-name.mjs.map rename to apps/angular/node_modules/dom-accessibility-api/dist/accessible-name.mjs.map diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/getRole.d.ts b/apps/angular/node_modules/dom-accessibility-api/dist/getRole.d.ts similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/getRole.d.ts rename to apps/angular/node_modules/dom-accessibility-api/dist/getRole.d.ts diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/getRole.d.ts.map b/apps/angular/node_modules/dom-accessibility-api/dist/getRole.d.ts.map similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/getRole.d.ts.map rename to apps/angular/node_modules/dom-accessibility-api/dist/getRole.d.ts.map diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/getRole.js b/apps/angular/node_modules/dom-accessibility-api/dist/getRole.js similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/getRole.js rename to apps/angular/node_modules/dom-accessibility-api/dist/getRole.js diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/getRole.js.map b/apps/angular/node_modules/dom-accessibility-api/dist/getRole.js.map similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/getRole.js.map rename to apps/angular/node_modules/dom-accessibility-api/dist/getRole.js.map diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/getRole.mjs b/apps/angular/node_modules/dom-accessibility-api/dist/getRole.mjs similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/getRole.mjs rename to apps/angular/node_modules/dom-accessibility-api/dist/getRole.mjs diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/getRole.mjs.map b/apps/angular/node_modules/dom-accessibility-api/dist/getRole.mjs.map similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/getRole.mjs.map rename to apps/angular/node_modules/dom-accessibility-api/dist/getRole.mjs.map diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/index.d.ts b/apps/angular/node_modules/dom-accessibility-api/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/index.d.ts rename to apps/angular/node_modules/dom-accessibility-api/dist/index.d.ts diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/index.d.ts.map b/apps/angular/node_modules/dom-accessibility-api/dist/index.d.ts.map similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/index.d.ts.map rename to apps/angular/node_modules/dom-accessibility-api/dist/index.d.ts.map diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/index.js b/apps/angular/node_modules/dom-accessibility-api/dist/index.js similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/index.js rename to apps/angular/node_modules/dom-accessibility-api/dist/index.js diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/index.js.map b/apps/angular/node_modules/dom-accessibility-api/dist/index.js.map similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/index.js.map rename to apps/angular/node_modules/dom-accessibility-api/dist/index.js.map diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/index.mjs b/apps/angular/node_modules/dom-accessibility-api/dist/index.mjs similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/index.mjs rename to apps/angular/node_modules/dom-accessibility-api/dist/index.mjs diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/index.mjs.map b/apps/angular/node_modules/dom-accessibility-api/dist/index.mjs.map similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/index.mjs.map rename to apps/angular/node_modules/dom-accessibility-api/dist/index.mjs.map diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/is-disabled.d.ts b/apps/angular/node_modules/dom-accessibility-api/dist/is-disabled.d.ts similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/is-disabled.d.ts rename to apps/angular/node_modules/dom-accessibility-api/dist/is-disabled.d.ts diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/is-disabled.d.ts.map b/apps/angular/node_modules/dom-accessibility-api/dist/is-disabled.d.ts.map similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/is-disabled.d.ts.map rename to apps/angular/node_modules/dom-accessibility-api/dist/is-disabled.d.ts.map diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/is-disabled.js b/apps/angular/node_modules/dom-accessibility-api/dist/is-disabled.js similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/is-disabled.js rename to apps/angular/node_modules/dom-accessibility-api/dist/is-disabled.js diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/is-disabled.js.map b/apps/angular/node_modules/dom-accessibility-api/dist/is-disabled.js.map similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/is-disabled.js.map rename to apps/angular/node_modules/dom-accessibility-api/dist/is-disabled.js.map diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/is-disabled.mjs b/apps/angular/node_modules/dom-accessibility-api/dist/is-disabled.mjs similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/is-disabled.mjs rename to apps/angular/node_modules/dom-accessibility-api/dist/is-disabled.mjs diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/is-disabled.mjs.map b/apps/angular/node_modules/dom-accessibility-api/dist/is-disabled.mjs.map similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/is-disabled.mjs.map rename to apps/angular/node_modules/dom-accessibility-api/dist/is-disabled.mjs.map diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/is-inaccessible.d.ts b/apps/angular/node_modules/dom-accessibility-api/dist/is-inaccessible.d.ts similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/is-inaccessible.d.ts rename to apps/angular/node_modules/dom-accessibility-api/dist/is-inaccessible.d.ts diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/is-inaccessible.d.ts.map b/apps/angular/node_modules/dom-accessibility-api/dist/is-inaccessible.d.ts.map similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/is-inaccessible.d.ts.map rename to apps/angular/node_modules/dom-accessibility-api/dist/is-inaccessible.d.ts.map diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/is-inaccessible.js b/apps/angular/node_modules/dom-accessibility-api/dist/is-inaccessible.js similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/is-inaccessible.js rename to apps/angular/node_modules/dom-accessibility-api/dist/is-inaccessible.js diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/is-inaccessible.js.map b/apps/angular/node_modules/dom-accessibility-api/dist/is-inaccessible.js.map similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/is-inaccessible.js.map rename to apps/angular/node_modules/dom-accessibility-api/dist/is-inaccessible.js.map diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/is-inaccessible.mjs b/apps/angular/node_modules/dom-accessibility-api/dist/is-inaccessible.mjs similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/is-inaccessible.mjs rename to apps/angular/node_modules/dom-accessibility-api/dist/is-inaccessible.mjs diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/is-inaccessible.mjs.map b/apps/angular/node_modules/dom-accessibility-api/dist/is-inaccessible.mjs.map similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/is-inaccessible.mjs.map rename to apps/angular/node_modules/dom-accessibility-api/dist/is-inaccessible.mjs.map diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/polyfills/SetLike.d.ts b/apps/angular/node_modules/dom-accessibility-api/dist/polyfills/SetLike.d.ts similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/polyfills/SetLike.d.ts rename to apps/angular/node_modules/dom-accessibility-api/dist/polyfills/SetLike.d.ts diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/polyfills/SetLike.d.ts.map b/apps/angular/node_modules/dom-accessibility-api/dist/polyfills/SetLike.d.ts.map similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/polyfills/SetLike.d.ts.map rename to apps/angular/node_modules/dom-accessibility-api/dist/polyfills/SetLike.d.ts.map diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/polyfills/SetLike.js b/apps/angular/node_modules/dom-accessibility-api/dist/polyfills/SetLike.js similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/polyfills/SetLike.js rename to apps/angular/node_modules/dom-accessibility-api/dist/polyfills/SetLike.js diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/polyfills/SetLike.js.map b/apps/angular/node_modules/dom-accessibility-api/dist/polyfills/SetLike.js.map similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/polyfills/SetLike.js.map rename to apps/angular/node_modules/dom-accessibility-api/dist/polyfills/SetLike.js.map diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/polyfills/SetLike.mjs b/apps/angular/node_modules/dom-accessibility-api/dist/polyfills/SetLike.mjs similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/polyfills/SetLike.mjs rename to apps/angular/node_modules/dom-accessibility-api/dist/polyfills/SetLike.mjs diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/polyfills/SetLike.mjs.map b/apps/angular/node_modules/dom-accessibility-api/dist/polyfills/SetLike.mjs.map similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/polyfills/SetLike.mjs.map rename to apps/angular/node_modules/dom-accessibility-api/dist/polyfills/SetLike.mjs.map diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/polyfills/array.from.d.ts b/apps/angular/node_modules/dom-accessibility-api/dist/polyfills/array.from.d.ts similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/polyfills/array.from.d.ts rename to apps/angular/node_modules/dom-accessibility-api/dist/polyfills/array.from.d.ts diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/polyfills/array.from.d.ts.map b/apps/angular/node_modules/dom-accessibility-api/dist/polyfills/array.from.d.ts.map similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/polyfills/array.from.d.ts.map rename to apps/angular/node_modules/dom-accessibility-api/dist/polyfills/array.from.d.ts.map diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/polyfills/array.from.js b/apps/angular/node_modules/dom-accessibility-api/dist/polyfills/array.from.js similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/polyfills/array.from.js rename to apps/angular/node_modules/dom-accessibility-api/dist/polyfills/array.from.js diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/polyfills/array.from.js.map b/apps/angular/node_modules/dom-accessibility-api/dist/polyfills/array.from.js.map similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/polyfills/array.from.js.map rename to apps/angular/node_modules/dom-accessibility-api/dist/polyfills/array.from.js.map diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/polyfills/array.from.mjs b/apps/angular/node_modules/dom-accessibility-api/dist/polyfills/array.from.mjs similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/polyfills/array.from.mjs rename to apps/angular/node_modules/dom-accessibility-api/dist/polyfills/array.from.mjs diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/polyfills/array.from.mjs.map b/apps/angular/node_modules/dom-accessibility-api/dist/polyfills/array.from.mjs.map similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/polyfills/array.from.mjs.map rename to apps/angular/node_modules/dom-accessibility-api/dist/polyfills/array.from.mjs.map diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/polyfills/iterator.d.js b/apps/angular/node_modules/dom-accessibility-api/dist/polyfills/iterator.d.js similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/polyfills/iterator.d.js rename to apps/angular/node_modules/dom-accessibility-api/dist/polyfills/iterator.d.js diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/polyfills/iterator.d.js.map b/apps/angular/node_modules/dom-accessibility-api/dist/polyfills/iterator.d.js.map similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/polyfills/iterator.d.js.map rename to apps/angular/node_modules/dom-accessibility-api/dist/polyfills/iterator.d.js.map diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/polyfills/iterator.d.mjs b/apps/angular/node_modules/dom-accessibility-api/dist/polyfills/iterator.d.mjs similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/polyfills/iterator.d.mjs rename to apps/angular/node_modules/dom-accessibility-api/dist/polyfills/iterator.d.mjs diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/polyfills/iterator.d.mjs.map b/apps/angular/node_modules/dom-accessibility-api/dist/polyfills/iterator.d.mjs.map similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/polyfills/iterator.d.mjs.map rename to apps/angular/node_modules/dom-accessibility-api/dist/polyfills/iterator.d.mjs.map diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/util.d.ts b/apps/angular/node_modules/dom-accessibility-api/dist/util.d.ts similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/util.d.ts rename to apps/angular/node_modules/dom-accessibility-api/dist/util.d.ts diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/util.d.ts.map b/apps/angular/node_modules/dom-accessibility-api/dist/util.d.ts.map similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/util.d.ts.map rename to apps/angular/node_modules/dom-accessibility-api/dist/util.d.ts.map diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/util.js b/apps/angular/node_modules/dom-accessibility-api/dist/util.js similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/util.js rename to apps/angular/node_modules/dom-accessibility-api/dist/util.js diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/util.js.map b/apps/angular/node_modules/dom-accessibility-api/dist/util.js.map similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/util.js.map rename to apps/angular/node_modules/dom-accessibility-api/dist/util.js.map diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/util.mjs b/apps/angular/node_modules/dom-accessibility-api/dist/util.mjs similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/util.mjs rename to apps/angular/node_modules/dom-accessibility-api/dist/util.mjs diff --git a/ClientApp/node_modules/dom-accessibility-api/dist/util.mjs.map b/apps/angular/node_modules/dom-accessibility-api/dist/util.mjs.map similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/dist/util.mjs.map rename to apps/angular/node_modules/dom-accessibility-api/dist/util.mjs.map diff --git a/ClientApp/node_modules/dom-accessibility-api/package.json b/apps/angular/node_modules/dom-accessibility-api/package.json similarity index 100% rename from ClientApp/node_modules/dom-accessibility-api/package.json rename to apps/angular/node_modules/dom-accessibility-api/package.json diff --git a/ClientApp/node_modules/dunder-proto/.eslintrc b/apps/angular/node_modules/dunder-proto/.eslintrc similarity index 100% rename from ClientApp/node_modules/dunder-proto/.eslintrc rename to apps/angular/node_modules/dunder-proto/.eslintrc diff --git a/ClientApp/node_modules/dunder-proto/.github/FUNDING.yml b/apps/angular/node_modules/dunder-proto/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/dunder-proto/.github/FUNDING.yml rename to apps/angular/node_modules/dunder-proto/.github/FUNDING.yml diff --git a/ClientApp/node_modules/dunder-proto/.nycrc b/apps/angular/node_modules/dunder-proto/.nycrc similarity index 100% rename from ClientApp/node_modules/dunder-proto/.nycrc rename to apps/angular/node_modules/dunder-proto/.nycrc diff --git a/ClientApp/node_modules/dunder-proto/CHANGELOG.md b/apps/angular/node_modules/dunder-proto/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/dunder-proto/CHANGELOG.md rename to apps/angular/node_modules/dunder-proto/CHANGELOG.md diff --git a/ClientApp/node_modules/dunder-proto/LICENSE b/apps/angular/node_modules/dunder-proto/LICENSE similarity index 100% rename from ClientApp/node_modules/dunder-proto/LICENSE rename to apps/angular/node_modules/dunder-proto/LICENSE diff --git a/ClientApp/node_modules/dunder-proto/README.md b/apps/angular/node_modules/dunder-proto/README.md similarity index 100% rename from ClientApp/node_modules/dunder-proto/README.md rename to apps/angular/node_modules/dunder-proto/README.md diff --git a/ClientApp/node_modules/dunder-proto/get.d.ts b/apps/angular/node_modules/dunder-proto/get.d.ts similarity index 100% rename from ClientApp/node_modules/dunder-proto/get.d.ts rename to apps/angular/node_modules/dunder-proto/get.d.ts diff --git a/ClientApp/node_modules/dunder-proto/get.js b/apps/angular/node_modules/dunder-proto/get.js similarity index 100% rename from ClientApp/node_modules/dunder-proto/get.js rename to apps/angular/node_modules/dunder-proto/get.js diff --git a/ClientApp/node_modules/dunder-proto/package.json b/apps/angular/node_modules/dunder-proto/package.json similarity index 100% rename from ClientApp/node_modules/dunder-proto/package.json rename to apps/angular/node_modules/dunder-proto/package.json diff --git a/ClientApp/node_modules/dunder-proto/set.d.ts b/apps/angular/node_modules/dunder-proto/set.d.ts similarity index 100% rename from ClientApp/node_modules/dunder-proto/set.d.ts rename to apps/angular/node_modules/dunder-proto/set.d.ts diff --git a/ClientApp/node_modules/dunder-proto/set.js b/apps/angular/node_modules/dunder-proto/set.js similarity index 100% rename from ClientApp/node_modules/dunder-proto/set.js rename to apps/angular/node_modules/dunder-proto/set.js diff --git a/ClientApp/node_modules/dunder-proto/test/get.js b/apps/angular/node_modules/dunder-proto/test/get.js similarity index 100% rename from ClientApp/node_modules/dunder-proto/test/get.js rename to apps/angular/node_modules/dunder-proto/test/get.js diff --git a/ClientApp/node_modules/dunder-proto/test/index.js b/apps/angular/node_modules/dunder-proto/test/index.js similarity index 100% rename from ClientApp/node_modules/dunder-proto/test/index.js rename to apps/angular/node_modules/dunder-proto/test/index.js diff --git a/ClientApp/node_modules/dunder-proto/test/set.js b/apps/angular/node_modules/dunder-proto/test/set.js similarity index 100% rename from ClientApp/node_modules/dunder-proto/test/set.js rename to apps/angular/node_modules/dunder-proto/test/set.js diff --git a/ClientApp/node_modules/dunder-proto/tsconfig.json b/apps/angular/node_modules/dunder-proto/tsconfig.json similarity index 100% rename from ClientApp/node_modules/dunder-proto/tsconfig.json rename to apps/angular/node_modules/dunder-proto/tsconfig.json diff --git a/ClientApp/node_modules/ecc-jsbn/LICENSE b/apps/angular/node_modules/ecc-jsbn/LICENSE similarity index 100% rename from ClientApp/node_modules/ecc-jsbn/LICENSE rename to apps/angular/node_modules/ecc-jsbn/LICENSE diff --git a/ClientApp/node_modules/ecc-jsbn/README.md b/apps/angular/node_modules/ecc-jsbn/README.md similarity index 100% rename from ClientApp/node_modules/ecc-jsbn/README.md rename to apps/angular/node_modules/ecc-jsbn/README.md diff --git a/ClientApp/node_modules/ecc-jsbn/index.js b/apps/angular/node_modules/ecc-jsbn/index.js similarity index 100% rename from ClientApp/node_modules/ecc-jsbn/index.js rename to apps/angular/node_modules/ecc-jsbn/index.js diff --git a/ClientApp/node_modules/ecc-jsbn/lib/LICENSE-jsbn b/apps/angular/node_modules/ecc-jsbn/lib/LICENSE-jsbn similarity index 100% rename from ClientApp/node_modules/ecc-jsbn/lib/LICENSE-jsbn rename to apps/angular/node_modules/ecc-jsbn/lib/LICENSE-jsbn diff --git a/ClientApp/node_modules/ecc-jsbn/lib/ec.js b/apps/angular/node_modules/ecc-jsbn/lib/ec.js similarity index 100% rename from ClientApp/node_modules/ecc-jsbn/lib/ec.js rename to apps/angular/node_modules/ecc-jsbn/lib/ec.js diff --git a/ClientApp/node_modules/ecc-jsbn/lib/sec.js b/apps/angular/node_modules/ecc-jsbn/lib/sec.js similarity index 100% rename from ClientApp/node_modules/ecc-jsbn/lib/sec.js rename to apps/angular/node_modules/ecc-jsbn/lib/sec.js diff --git a/ClientApp/node_modules/ecc-jsbn/package.json b/apps/angular/node_modules/ecc-jsbn/package.json similarity index 100% rename from ClientApp/node_modules/ecc-jsbn/package.json rename to apps/angular/node_modules/ecc-jsbn/package.json diff --git a/ClientApp/node_modules/ecc-jsbn/test.js b/apps/angular/node_modules/ecc-jsbn/test.js similarity index 100% rename from ClientApp/node_modules/ecc-jsbn/test.js rename to apps/angular/node_modules/ecc-jsbn/test.js diff --git a/ClientApp/node_modules/emoji-regex/LICENSE-MIT.txt b/apps/angular/node_modules/emoji-regex/LICENSE-MIT.txt similarity index 100% rename from ClientApp/node_modules/emoji-regex/LICENSE-MIT.txt rename to apps/angular/node_modules/emoji-regex/LICENSE-MIT.txt diff --git a/ClientApp/node_modules/emoji-regex/README.md b/apps/angular/node_modules/emoji-regex/README.md similarity index 100% rename from ClientApp/node_modules/emoji-regex/README.md rename to apps/angular/node_modules/emoji-regex/README.md diff --git a/ClientApp/node_modules/emoji-regex/es2015/index.js b/apps/angular/node_modules/emoji-regex/es2015/index.js similarity index 100% rename from ClientApp/node_modules/emoji-regex/es2015/index.js rename to apps/angular/node_modules/emoji-regex/es2015/index.js diff --git a/ClientApp/node_modules/emoji-regex/es2015/text.js b/apps/angular/node_modules/emoji-regex/es2015/text.js similarity index 100% rename from ClientApp/node_modules/emoji-regex/es2015/text.js rename to apps/angular/node_modules/emoji-regex/es2015/text.js diff --git a/ClientApp/node_modules/emoji-regex/index.d.ts b/apps/angular/node_modules/emoji-regex/index.d.ts similarity index 100% rename from ClientApp/node_modules/emoji-regex/index.d.ts rename to apps/angular/node_modules/emoji-regex/index.d.ts diff --git a/ClientApp/node_modules/emoji-regex/index.js b/apps/angular/node_modules/emoji-regex/index.js similarity index 100% rename from ClientApp/node_modules/emoji-regex/index.js rename to apps/angular/node_modules/emoji-regex/index.js diff --git a/ClientApp/node_modules/emoji-regex/package.json b/apps/angular/node_modules/emoji-regex/package.json similarity index 100% rename from ClientApp/node_modules/emoji-regex/package.json rename to apps/angular/node_modules/emoji-regex/package.json diff --git a/ClientApp/node_modules/emoji-regex/text.js b/apps/angular/node_modules/emoji-regex/text.js similarity index 100% rename from ClientApp/node_modules/emoji-regex/text.js rename to apps/angular/node_modules/emoji-regex/text.js diff --git a/ClientApp/node_modules/emojis-list/CHANGELOG.md b/apps/angular/node_modules/emojis-list/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/emojis-list/CHANGELOG.md rename to apps/angular/node_modules/emojis-list/CHANGELOG.md diff --git a/ClientApp/node_modules/emojis-list/LICENSE.md b/apps/angular/node_modules/emojis-list/LICENSE.md similarity index 100% rename from ClientApp/node_modules/emojis-list/LICENSE.md rename to apps/angular/node_modules/emojis-list/LICENSE.md diff --git a/ClientApp/node_modules/emojis-list/README.md b/apps/angular/node_modules/emojis-list/README.md similarity index 100% rename from ClientApp/node_modules/emojis-list/README.md rename to apps/angular/node_modules/emojis-list/README.md diff --git a/ClientApp/node_modules/emojis-list/index.js b/apps/angular/node_modules/emojis-list/index.js similarity index 100% rename from ClientApp/node_modules/emojis-list/index.js rename to apps/angular/node_modules/emojis-list/index.js diff --git a/ClientApp/node_modules/emojis-list/package.json b/apps/angular/node_modules/emojis-list/package.json similarity index 100% rename from ClientApp/node_modules/emojis-list/package.json rename to apps/angular/node_modules/emojis-list/package.json diff --git a/ClientApp/node_modules/end-of-stream/LICENSE b/apps/angular/node_modules/end-of-stream/LICENSE similarity index 100% rename from ClientApp/node_modules/end-of-stream/LICENSE rename to apps/angular/node_modules/end-of-stream/LICENSE diff --git a/ClientApp/node_modules/end-of-stream/README.md b/apps/angular/node_modules/end-of-stream/README.md similarity index 100% rename from ClientApp/node_modules/end-of-stream/README.md rename to apps/angular/node_modules/end-of-stream/README.md diff --git a/ClientApp/node_modules/end-of-stream/index.js b/apps/angular/node_modules/end-of-stream/index.js similarity index 100% rename from ClientApp/node_modules/end-of-stream/index.js rename to apps/angular/node_modules/end-of-stream/index.js diff --git a/ClientApp/node_modules/end-of-stream/package.json b/apps/angular/node_modules/end-of-stream/package.json similarity index 100% rename from ClientApp/node_modules/end-of-stream/package.json rename to apps/angular/node_modules/end-of-stream/package.json diff --git a/ClientApp/node_modules/enquirer/LICENSE b/apps/angular/node_modules/enquirer/LICENSE similarity index 100% rename from ClientApp/node_modules/enquirer/LICENSE rename to apps/angular/node_modules/enquirer/LICENSE diff --git a/ClientApp/node_modules/enquirer/README.md b/apps/angular/node_modules/enquirer/README.md similarity index 100% rename from ClientApp/node_modules/enquirer/README.md rename to apps/angular/node_modules/enquirer/README.md diff --git a/ClientApp/node_modules/enquirer/index.d.ts b/apps/angular/node_modules/enquirer/index.d.ts similarity index 100% rename from ClientApp/node_modules/enquirer/index.d.ts rename to apps/angular/node_modules/enquirer/index.d.ts diff --git a/ClientApp/node_modules/enquirer/index.js b/apps/angular/node_modules/enquirer/index.js similarity index 100% rename from ClientApp/node_modules/enquirer/index.js rename to apps/angular/node_modules/enquirer/index.js diff --git a/ClientApp/node_modules/enquirer/lib/ansi.js b/apps/angular/node_modules/enquirer/lib/ansi.js similarity index 100% rename from ClientApp/node_modules/enquirer/lib/ansi.js rename to apps/angular/node_modules/enquirer/lib/ansi.js diff --git a/ClientApp/node_modules/enquirer/lib/combos.js b/apps/angular/node_modules/enquirer/lib/combos.js similarity index 100% rename from ClientApp/node_modules/enquirer/lib/combos.js rename to apps/angular/node_modules/enquirer/lib/combos.js diff --git a/ClientApp/node_modules/enquirer/lib/completer.js b/apps/angular/node_modules/enquirer/lib/completer.js similarity index 100% rename from ClientApp/node_modules/enquirer/lib/completer.js rename to apps/angular/node_modules/enquirer/lib/completer.js diff --git a/ClientApp/node_modules/enquirer/lib/interpolate.js b/apps/angular/node_modules/enquirer/lib/interpolate.js similarity index 100% rename from ClientApp/node_modules/enquirer/lib/interpolate.js rename to apps/angular/node_modules/enquirer/lib/interpolate.js diff --git a/ClientApp/node_modules/enquirer/lib/keypress.js b/apps/angular/node_modules/enquirer/lib/keypress.js similarity index 100% rename from ClientApp/node_modules/enquirer/lib/keypress.js rename to apps/angular/node_modules/enquirer/lib/keypress.js diff --git a/ClientApp/node_modules/enquirer/lib/placeholder.js b/apps/angular/node_modules/enquirer/lib/placeholder.js similarity index 100% rename from ClientApp/node_modules/enquirer/lib/placeholder.js rename to apps/angular/node_modules/enquirer/lib/placeholder.js diff --git a/ClientApp/node_modules/enquirer/lib/prompt.js b/apps/angular/node_modules/enquirer/lib/prompt.js similarity index 100% rename from ClientApp/node_modules/enquirer/lib/prompt.js rename to apps/angular/node_modules/enquirer/lib/prompt.js diff --git a/ClientApp/node_modules/enquirer/lib/prompts/autocomplete.js b/apps/angular/node_modules/enquirer/lib/prompts/autocomplete.js similarity index 100% rename from ClientApp/node_modules/enquirer/lib/prompts/autocomplete.js rename to apps/angular/node_modules/enquirer/lib/prompts/autocomplete.js diff --git a/ClientApp/node_modules/enquirer/lib/prompts/basicauth.js b/apps/angular/node_modules/enquirer/lib/prompts/basicauth.js similarity index 100% rename from ClientApp/node_modules/enquirer/lib/prompts/basicauth.js rename to apps/angular/node_modules/enquirer/lib/prompts/basicauth.js diff --git a/ClientApp/node_modules/enquirer/lib/prompts/confirm.js b/apps/angular/node_modules/enquirer/lib/prompts/confirm.js similarity index 100% rename from ClientApp/node_modules/enquirer/lib/prompts/confirm.js rename to apps/angular/node_modules/enquirer/lib/prompts/confirm.js diff --git a/ClientApp/node_modules/enquirer/lib/prompts/editable.js b/apps/angular/node_modules/enquirer/lib/prompts/editable.js similarity index 100% rename from ClientApp/node_modules/enquirer/lib/prompts/editable.js rename to apps/angular/node_modules/enquirer/lib/prompts/editable.js diff --git a/ClientApp/node_modules/enquirer/lib/prompts/form.js b/apps/angular/node_modules/enquirer/lib/prompts/form.js similarity index 100% rename from ClientApp/node_modules/enquirer/lib/prompts/form.js rename to apps/angular/node_modules/enquirer/lib/prompts/form.js diff --git a/ClientApp/node_modules/enquirer/lib/prompts/index.js b/apps/angular/node_modules/enquirer/lib/prompts/index.js similarity index 100% rename from ClientApp/node_modules/enquirer/lib/prompts/index.js rename to apps/angular/node_modules/enquirer/lib/prompts/index.js diff --git a/ClientApp/node_modules/enquirer/lib/prompts/input.js b/apps/angular/node_modules/enquirer/lib/prompts/input.js similarity index 100% rename from ClientApp/node_modules/enquirer/lib/prompts/input.js rename to apps/angular/node_modules/enquirer/lib/prompts/input.js diff --git a/ClientApp/node_modules/enquirer/lib/prompts/invisible.js b/apps/angular/node_modules/enquirer/lib/prompts/invisible.js similarity index 100% rename from ClientApp/node_modules/enquirer/lib/prompts/invisible.js rename to apps/angular/node_modules/enquirer/lib/prompts/invisible.js diff --git a/ClientApp/node_modules/enquirer/lib/prompts/list.js b/apps/angular/node_modules/enquirer/lib/prompts/list.js similarity index 100% rename from ClientApp/node_modules/enquirer/lib/prompts/list.js rename to apps/angular/node_modules/enquirer/lib/prompts/list.js diff --git a/ClientApp/node_modules/enquirer/lib/prompts/multiselect.js b/apps/angular/node_modules/enquirer/lib/prompts/multiselect.js similarity index 100% rename from ClientApp/node_modules/enquirer/lib/prompts/multiselect.js rename to apps/angular/node_modules/enquirer/lib/prompts/multiselect.js diff --git a/ClientApp/node_modules/enquirer/lib/prompts/numeral.js b/apps/angular/node_modules/enquirer/lib/prompts/numeral.js similarity index 100% rename from ClientApp/node_modules/enquirer/lib/prompts/numeral.js rename to apps/angular/node_modules/enquirer/lib/prompts/numeral.js diff --git a/ClientApp/node_modules/enquirer/lib/prompts/password.js b/apps/angular/node_modules/enquirer/lib/prompts/password.js similarity index 100% rename from ClientApp/node_modules/enquirer/lib/prompts/password.js rename to apps/angular/node_modules/enquirer/lib/prompts/password.js diff --git a/ClientApp/node_modules/enquirer/lib/prompts/quiz.js b/apps/angular/node_modules/enquirer/lib/prompts/quiz.js similarity index 100% rename from ClientApp/node_modules/enquirer/lib/prompts/quiz.js rename to apps/angular/node_modules/enquirer/lib/prompts/quiz.js diff --git a/ClientApp/node_modules/enquirer/lib/prompts/scale.js b/apps/angular/node_modules/enquirer/lib/prompts/scale.js similarity index 100% rename from ClientApp/node_modules/enquirer/lib/prompts/scale.js rename to apps/angular/node_modules/enquirer/lib/prompts/scale.js diff --git a/ClientApp/node_modules/enquirer/lib/prompts/select.js b/apps/angular/node_modules/enquirer/lib/prompts/select.js similarity index 100% rename from ClientApp/node_modules/enquirer/lib/prompts/select.js rename to apps/angular/node_modules/enquirer/lib/prompts/select.js diff --git a/ClientApp/node_modules/enquirer/lib/prompts/snippet.js b/apps/angular/node_modules/enquirer/lib/prompts/snippet.js similarity index 100% rename from ClientApp/node_modules/enquirer/lib/prompts/snippet.js rename to apps/angular/node_modules/enquirer/lib/prompts/snippet.js diff --git a/ClientApp/node_modules/enquirer/lib/prompts/sort.js b/apps/angular/node_modules/enquirer/lib/prompts/sort.js similarity index 100% rename from ClientApp/node_modules/enquirer/lib/prompts/sort.js rename to apps/angular/node_modules/enquirer/lib/prompts/sort.js diff --git a/ClientApp/node_modules/enquirer/lib/prompts/survey.js b/apps/angular/node_modules/enquirer/lib/prompts/survey.js similarity index 100% rename from ClientApp/node_modules/enquirer/lib/prompts/survey.js rename to apps/angular/node_modules/enquirer/lib/prompts/survey.js diff --git a/ClientApp/node_modules/enquirer/lib/prompts/text.js b/apps/angular/node_modules/enquirer/lib/prompts/text.js similarity index 100% rename from ClientApp/node_modules/enquirer/lib/prompts/text.js rename to apps/angular/node_modules/enquirer/lib/prompts/text.js diff --git a/ClientApp/node_modules/enquirer/lib/prompts/toggle.js b/apps/angular/node_modules/enquirer/lib/prompts/toggle.js similarity index 100% rename from ClientApp/node_modules/enquirer/lib/prompts/toggle.js rename to apps/angular/node_modules/enquirer/lib/prompts/toggle.js diff --git a/ClientApp/node_modules/enquirer/lib/queue.js b/apps/angular/node_modules/enquirer/lib/queue.js similarity index 100% rename from ClientApp/node_modules/enquirer/lib/queue.js rename to apps/angular/node_modules/enquirer/lib/queue.js diff --git a/ClientApp/node_modules/enquirer/lib/render.js b/apps/angular/node_modules/enquirer/lib/render.js similarity index 100% rename from ClientApp/node_modules/enquirer/lib/render.js rename to apps/angular/node_modules/enquirer/lib/render.js diff --git a/ClientApp/node_modules/enquirer/lib/roles.js b/apps/angular/node_modules/enquirer/lib/roles.js similarity index 100% rename from ClientApp/node_modules/enquirer/lib/roles.js rename to apps/angular/node_modules/enquirer/lib/roles.js diff --git a/ClientApp/node_modules/enquirer/lib/state.js b/apps/angular/node_modules/enquirer/lib/state.js similarity index 100% rename from ClientApp/node_modules/enquirer/lib/state.js rename to apps/angular/node_modules/enquirer/lib/state.js diff --git a/ClientApp/node_modules/enquirer/lib/styles.js b/apps/angular/node_modules/enquirer/lib/styles.js similarity index 100% rename from ClientApp/node_modules/enquirer/lib/styles.js rename to apps/angular/node_modules/enquirer/lib/styles.js diff --git a/ClientApp/node_modules/enquirer/lib/symbols.js b/apps/angular/node_modules/enquirer/lib/symbols.js similarity index 100% rename from ClientApp/node_modules/enquirer/lib/symbols.js rename to apps/angular/node_modules/enquirer/lib/symbols.js diff --git a/ClientApp/node_modules/enquirer/lib/theme.js b/apps/angular/node_modules/enquirer/lib/theme.js similarity index 100% rename from ClientApp/node_modules/enquirer/lib/theme.js rename to apps/angular/node_modules/enquirer/lib/theme.js diff --git a/ClientApp/node_modules/enquirer/lib/timer.js b/apps/angular/node_modules/enquirer/lib/timer.js similarity index 100% rename from ClientApp/node_modules/enquirer/lib/timer.js rename to apps/angular/node_modules/enquirer/lib/timer.js diff --git a/ClientApp/node_modules/enquirer/lib/types/array.js b/apps/angular/node_modules/enquirer/lib/types/array.js similarity index 100% rename from ClientApp/node_modules/enquirer/lib/types/array.js rename to apps/angular/node_modules/enquirer/lib/types/array.js diff --git a/ClientApp/node_modules/enquirer/lib/types/auth.js b/apps/angular/node_modules/enquirer/lib/types/auth.js similarity index 100% rename from ClientApp/node_modules/enquirer/lib/types/auth.js rename to apps/angular/node_modules/enquirer/lib/types/auth.js diff --git a/ClientApp/node_modules/enquirer/lib/types/boolean.js b/apps/angular/node_modules/enquirer/lib/types/boolean.js similarity index 100% rename from ClientApp/node_modules/enquirer/lib/types/boolean.js rename to apps/angular/node_modules/enquirer/lib/types/boolean.js diff --git a/ClientApp/node_modules/enquirer/lib/types/index.js b/apps/angular/node_modules/enquirer/lib/types/index.js similarity index 100% rename from ClientApp/node_modules/enquirer/lib/types/index.js rename to apps/angular/node_modules/enquirer/lib/types/index.js diff --git a/ClientApp/node_modules/enquirer/lib/types/number.js b/apps/angular/node_modules/enquirer/lib/types/number.js similarity index 100% rename from ClientApp/node_modules/enquirer/lib/types/number.js rename to apps/angular/node_modules/enquirer/lib/types/number.js diff --git a/ClientApp/node_modules/enquirer/lib/types/string.js b/apps/angular/node_modules/enquirer/lib/types/string.js similarity index 100% rename from ClientApp/node_modules/enquirer/lib/types/string.js rename to apps/angular/node_modules/enquirer/lib/types/string.js diff --git a/ClientApp/node_modules/enquirer/lib/utils.js b/apps/angular/node_modules/enquirer/lib/utils.js similarity index 100% rename from ClientApp/node_modules/enquirer/lib/utils.js rename to apps/angular/node_modules/enquirer/lib/utils.js diff --git a/ClientApp/node_modules/enquirer/package.json b/apps/angular/node_modules/enquirer/package.json similarity index 100% rename from ClientApp/node_modules/enquirer/package.json rename to apps/angular/node_modules/enquirer/package.json diff --git a/ClientApp/node_modules/entities/LICENSE b/apps/angular/node_modules/entities/LICENSE similarity index 100% rename from ClientApp/node_modules/entities/LICENSE rename to apps/angular/node_modules/entities/LICENSE diff --git a/ClientApp/node_modules/entities/decode.d.ts b/apps/angular/node_modules/entities/decode.d.ts similarity index 100% rename from ClientApp/node_modules/entities/decode.d.ts rename to apps/angular/node_modules/entities/decode.d.ts diff --git a/ClientApp/node_modules/entities/decode.js b/apps/angular/node_modules/entities/decode.js similarity index 100% rename from ClientApp/node_modules/entities/decode.js rename to apps/angular/node_modules/entities/decode.js diff --git a/ClientApp/node_modules/entities/dist/commonjs/decode-codepoint.d.ts b/apps/angular/node_modules/entities/dist/commonjs/decode-codepoint.d.ts similarity index 100% rename from ClientApp/node_modules/entities/dist/commonjs/decode-codepoint.d.ts rename to apps/angular/node_modules/entities/dist/commonjs/decode-codepoint.d.ts diff --git a/ClientApp/node_modules/entities/dist/commonjs/decode-codepoint.d.ts.map b/apps/angular/node_modules/entities/dist/commonjs/decode-codepoint.d.ts.map similarity index 100% rename from ClientApp/node_modules/entities/dist/commonjs/decode-codepoint.d.ts.map rename to apps/angular/node_modules/entities/dist/commonjs/decode-codepoint.d.ts.map diff --git a/ClientApp/node_modules/entities/dist/commonjs/decode-codepoint.js b/apps/angular/node_modules/entities/dist/commonjs/decode-codepoint.js similarity index 100% rename from ClientApp/node_modules/entities/dist/commonjs/decode-codepoint.js rename to apps/angular/node_modules/entities/dist/commonjs/decode-codepoint.js diff --git a/ClientApp/node_modules/entities/dist/commonjs/decode-codepoint.js.map b/apps/angular/node_modules/entities/dist/commonjs/decode-codepoint.js.map similarity index 100% rename from ClientApp/node_modules/entities/dist/commonjs/decode-codepoint.js.map rename to apps/angular/node_modules/entities/dist/commonjs/decode-codepoint.js.map diff --git a/ClientApp/node_modules/entities/dist/commonjs/decode.d.ts b/apps/angular/node_modules/entities/dist/commonjs/decode.d.ts similarity index 100% rename from ClientApp/node_modules/entities/dist/commonjs/decode.d.ts rename to apps/angular/node_modules/entities/dist/commonjs/decode.d.ts diff --git a/ClientApp/node_modules/entities/dist/commonjs/decode.d.ts.map b/apps/angular/node_modules/entities/dist/commonjs/decode.d.ts.map similarity index 100% rename from ClientApp/node_modules/entities/dist/commonjs/decode.d.ts.map rename to apps/angular/node_modules/entities/dist/commonjs/decode.d.ts.map diff --git a/ClientApp/node_modules/entities/dist/commonjs/decode.js b/apps/angular/node_modules/entities/dist/commonjs/decode.js similarity index 100% rename from ClientApp/node_modules/entities/dist/commonjs/decode.js rename to apps/angular/node_modules/entities/dist/commonjs/decode.js diff --git a/ClientApp/node_modules/entities/dist/commonjs/decode.js.map b/apps/angular/node_modules/entities/dist/commonjs/decode.js.map similarity index 100% rename from ClientApp/node_modules/entities/dist/commonjs/decode.js.map rename to apps/angular/node_modules/entities/dist/commonjs/decode.js.map diff --git a/ClientApp/node_modules/entities/dist/commonjs/encode.d.ts b/apps/angular/node_modules/entities/dist/commonjs/encode.d.ts similarity index 100% rename from ClientApp/node_modules/entities/dist/commonjs/encode.d.ts rename to apps/angular/node_modules/entities/dist/commonjs/encode.d.ts diff --git a/ClientApp/node_modules/entities/dist/commonjs/encode.d.ts.map b/apps/angular/node_modules/entities/dist/commonjs/encode.d.ts.map similarity index 100% rename from ClientApp/node_modules/entities/dist/commonjs/encode.d.ts.map rename to apps/angular/node_modules/entities/dist/commonjs/encode.d.ts.map diff --git a/ClientApp/node_modules/entities/dist/commonjs/encode.js b/apps/angular/node_modules/entities/dist/commonjs/encode.js similarity index 100% rename from ClientApp/node_modules/entities/dist/commonjs/encode.js rename to apps/angular/node_modules/entities/dist/commonjs/encode.js diff --git a/ClientApp/node_modules/entities/dist/commonjs/encode.js.map b/apps/angular/node_modules/entities/dist/commonjs/encode.js.map similarity index 100% rename from ClientApp/node_modules/entities/dist/commonjs/encode.js.map rename to apps/angular/node_modules/entities/dist/commonjs/encode.js.map diff --git a/ClientApp/node_modules/entities/dist/commonjs/escape.d.ts b/apps/angular/node_modules/entities/dist/commonjs/escape.d.ts similarity index 100% rename from ClientApp/node_modules/entities/dist/commonjs/escape.d.ts rename to apps/angular/node_modules/entities/dist/commonjs/escape.d.ts diff --git a/ClientApp/node_modules/entities/dist/commonjs/escape.d.ts.map b/apps/angular/node_modules/entities/dist/commonjs/escape.d.ts.map similarity index 100% rename from ClientApp/node_modules/entities/dist/commonjs/escape.d.ts.map rename to apps/angular/node_modules/entities/dist/commonjs/escape.d.ts.map diff --git a/ClientApp/node_modules/entities/dist/commonjs/escape.js b/apps/angular/node_modules/entities/dist/commonjs/escape.js similarity index 100% rename from ClientApp/node_modules/entities/dist/commonjs/escape.js rename to apps/angular/node_modules/entities/dist/commonjs/escape.js diff --git a/ClientApp/node_modules/entities/dist/commonjs/escape.js.map b/apps/angular/node_modules/entities/dist/commonjs/escape.js.map similarity index 100% rename from ClientApp/node_modules/entities/dist/commonjs/escape.js.map rename to apps/angular/node_modules/entities/dist/commonjs/escape.js.map diff --git a/ClientApp/node_modules/entities/dist/commonjs/generated/decode-data-html.d.ts b/apps/angular/node_modules/entities/dist/commonjs/generated/decode-data-html.d.ts similarity index 100% rename from ClientApp/node_modules/entities/dist/commonjs/generated/decode-data-html.d.ts rename to apps/angular/node_modules/entities/dist/commonjs/generated/decode-data-html.d.ts diff --git a/ClientApp/node_modules/entities/dist/commonjs/generated/decode-data-html.d.ts.map b/apps/angular/node_modules/entities/dist/commonjs/generated/decode-data-html.d.ts.map similarity index 100% rename from ClientApp/node_modules/entities/dist/commonjs/generated/decode-data-html.d.ts.map rename to apps/angular/node_modules/entities/dist/commonjs/generated/decode-data-html.d.ts.map diff --git a/ClientApp/node_modules/entities/dist/commonjs/generated/decode-data-html.js b/apps/angular/node_modules/entities/dist/commonjs/generated/decode-data-html.js similarity index 100% rename from ClientApp/node_modules/entities/dist/commonjs/generated/decode-data-html.js rename to apps/angular/node_modules/entities/dist/commonjs/generated/decode-data-html.js diff --git a/ClientApp/node_modules/entities/dist/commonjs/generated/decode-data-html.js.map b/apps/angular/node_modules/entities/dist/commonjs/generated/decode-data-html.js.map similarity index 100% rename from ClientApp/node_modules/entities/dist/commonjs/generated/decode-data-html.js.map rename to apps/angular/node_modules/entities/dist/commonjs/generated/decode-data-html.js.map diff --git a/ClientApp/node_modules/entities/dist/commonjs/generated/decode-data-xml.d.ts b/apps/angular/node_modules/entities/dist/commonjs/generated/decode-data-xml.d.ts similarity index 100% rename from ClientApp/node_modules/entities/dist/commonjs/generated/decode-data-xml.d.ts rename to apps/angular/node_modules/entities/dist/commonjs/generated/decode-data-xml.d.ts diff --git a/ClientApp/node_modules/entities/dist/commonjs/generated/decode-data-xml.d.ts.map b/apps/angular/node_modules/entities/dist/commonjs/generated/decode-data-xml.d.ts.map similarity index 100% rename from ClientApp/node_modules/entities/dist/commonjs/generated/decode-data-xml.d.ts.map rename to apps/angular/node_modules/entities/dist/commonjs/generated/decode-data-xml.d.ts.map diff --git a/ClientApp/node_modules/entities/dist/commonjs/generated/decode-data-xml.js b/apps/angular/node_modules/entities/dist/commonjs/generated/decode-data-xml.js similarity index 100% rename from ClientApp/node_modules/entities/dist/commonjs/generated/decode-data-xml.js rename to apps/angular/node_modules/entities/dist/commonjs/generated/decode-data-xml.js diff --git a/ClientApp/node_modules/entities/dist/commonjs/generated/decode-data-xml.js.map b/apps/angular/node_modules/entities/dist/commonjs/generated/decode-data-xml.js.map similarity index 100% rename from ClientApp/node_modules/entities/dist/commonjs/generated/decode-data-xml.js.map rename to apps/angular/node_modules/entities/dist/commonjs/generated/decode-data-xml.js.map diff --git a/ClientApp/node_modules/entities/dist/commonjs/generated/encode-html.d.ts b/apps/angular/node_modules/entities/dist/commonjs/generated/encode-html.d.ts similarity index 100% rename from ClientApp/node_modules/entities/dist/commonjs/generated/encode-html.d.ts rename to apps/angular/node_modules/entities/dist/commonjs/generated/encode-html.d.ts diff --git a/ClientApp/node_modules/entities/dist/commonjs/generated/encode-html.d.ts.map b/apps/angular/node_modules/entities/dist/commonjs/generated/encode-html.d.ts.map similarity index 100% rename from ClientApp/node_modules/entities/dist/commonjs/generated/encode-html.d.ts.map rename to apps/angular/node_modules/entities/dist/commonjs/generated/encode-html.d.ts.map diff --git a/ClientApp/node_modules/entities/dist/commonjs/generated/encode-html.js b/apps/angular/node_modules/entities/dist/commonjs/generated/encode-html.js similarity index 100% rename from ClientApp/node_modules/entities/dist/commonjs/generated/encode-html.js rename to apps/angular/node_modules/entities/dist/commonjs/generated/encode-html.js diff --git a/ClientApp/node_modules/entities/dist/commonjs/generated/encode-html.js.map b/apps/angular/node_modules/entities/dist/commonjs/generated/encode-html.js.map similarity index 100% rename from ClientApp/node_modules/entities/dist/commonjs/generated/encode-html.js.map rename to apps/angular/node_modules/entities/dist/commonjs/generated/encode-html.js.map diff --git a/ClientApp/node_modules/entities/dist/commonjs/index.d.ts b/apps/angular/node_modules/entities/dist/commonjs/index.d.ts similarity index 100% rename from ClientApp/node_modules/entities/dist/commonjs/index.d.ts rename to apps/angular/node_modules/entities/dist/commonjs/index.d.ts diff --git a/ClientApp/node_modules/entities/dist/commonjs/index.d.ts.map b/apps/angular/node_modules/entities/dist/commonjs/index.d.ts.map similarity index 100% rename from ClientApp/node_modules/entities/dist/commonjs/index.d.ts.map rename to apps/angular/node_modules/entities/dist/commonjs/index.d.ts.map diff --git a/ClientApp/node_modules/entities/dist/commonjs/index.js b/apps/angular/node_modules/entities/dist/commonjs/index.js similarity index 100% rename from ClientApp/node_modules/entities/dist/commonjs/index.js rename to apps/angular/node_modules/entities/dist/commonjs/index.js diff --git a/ClientApp/node_modules/entities/dist/commonjs/index.js.map b/apps/angular/node_modules/entities/dist/commonjs/index.js.map similarity index 100% rename from ClientApp/node_modules/entities/dist/commonjs/index.js.map rename to apps/angular/node_modules/entities/dist/commonjs/index.js.map diff --git a/ClientApp/node_modules/entities/dist/commonjs/package.json b/apps/angular/node_modules/entities/dist/commonjs/package.json similarity index 100% rename from ClientApp/node_modules/entities/dist/commonjs/package.json rename to apps/angular/node_modules/entities/dist/commonjs/package.json diff --git a/ClientApp/node_modules/entities/dist/esm/decode-codepoint.d.ts b/apps/angular/node_modules/entities/dist/esm/decode-codepoint.d.ts similarity index 100% rename from ClientApp/node_modules/entities/dist/esm/decode-codepoint.d.ts rename to apps/angular/node_modules/entities/dist/esm/decode-codepoint.d.ts diff --git a/ClientApp/node_modules/entities/dist/esm/decode-codepoint.d.ts.map b/apps/angular/node_modules/entities/dist/esm/decode-codepoint.d.ts.map similarity index 100% rename from ClientApp/node_modules/entities/dist/esm/decode-codepoint.d.ts.map rename to apps/angular/node_modules/entities/dist/esm/decode-codepoint.d.ts.map diff --git a/ClientApp/node_modules/entities/dist/esm/decode-codepoint.js b/apps/angular/node_modules/entities/dist/esm/decode-codepoint.js similarity index 100% rename from ClientApp/node_modules/entities/dist/esm/decode-codepoint.js rename to apps/angular/node_modules/entities/dist/esm/decode-codepoint.js diff --git a/ClientApp/node_modules/entities/dist/esm/decode-codepoint.js.map b/apps/angular/node_modules/entities/dist/esm/decode-codepoint.js.map similarity index 100% rename from ClientApp/node_modules/entities/dist/esm/decode-codepoint.js.map rename to apps/angular/node_modules/entities/dist/esm/decode-codepoint.js.map diff --git a/ClientApp/node_modules/entities/dist/esm/decode.d.ts b/apps/angular/node_modules/entities/dist/esm/decode.d.ts similarity index 100% rename from ClientApp/node_modules/entities/dist/esm/decode.d.ts rename to apps/angular/node_modules/entities/dist/esm/decode.d.ts diff --git a/ClientApp/node_modules/entities/dist/esm/decode.d.ts.map b/apps/angular/node_modules/entities/dist/esm/decode.d.ts.map similarity index 100% rename from ClientApp/node_modules/entities/dist/esm/decode.d.ts.map rename to apps/angular/node_modules/entities/dist/esm/decode.d.ts.map diff --git a/ClientApp/node_modules/entities/dist/esm/decode.js b/apps/angular/node_modules/entities/dist/esm/decode.js similarity index 100% rename from ClientApp/node_modules/entities/dist/esm/decode.js rename to apps/angular/node_modules/entities/dist/esm/decode.js diff --git a/ClientApp/node_modules/entities/dist/esm/decode.js.map b/apps/angular/node_modules/entities/dist/esm/decode.js.map similarity index 100% rename from ClientApp/node_modules/entities/dist/esm/decode.js.map rename to apps/angular/node_modules/entities/dist/esm/decode.js.map diff --git a/ClientApp/node_modules/entities/dist/esm/encode.d.ts b/apps/angular/node_modules/entities/dist/esm/encode.d.ts similarity index 100% rename from ClientApp/node_modules/entities/dist/esm/encode.d.ts rename to apps/angular/node_modules/entities/dist/esm/encode.d.ts diff --git a/ClientApp/node_modules/entities/dist/esm/encode.d.ts.map b/apps/angular/node_modules/entities/dist/esm/encode.d.ts.map similarity index 100% rename from ClientApp/node_modules/entities/dist/esm/encode.d.ts.map rename to apps/angular/node_modules/entities/dist/esm/encode.d.ts.map diff --git a/ClientApp/node_modules/entities/dist/esm/encode.js b/apps/angular/node_modules/entities/dist/esm/encode.js similarity index 100% rename from ClientApp/node_modules/entities/dist/esm/encode.js rename to apps/angular/node_modules/entities/dist/esm/encode.js diff --git a/ClientApp/node_modules/entities/dist/esm/encode.js.map b/apps/angular/node_modules/entities/dist/esm/encode.js.map similarity index 100% rename from ClientApp/node_modules/entities/dist/esm/encode.js.map rename to apps/angular/node_modules/entities/dist/esm/encode.js.map diff --git a/ClientApp/node_modules/entities/dist/esm/escape.d.ts b/apps/angular/node_modules/entities/dist/esm/escape.d.ts similarity index 100% rename from ClientApp/node_modules/entities/dist/esm/escape.d.ts rename to apps/angular/node_modules/entities/dist/esm/escape.d.ts diff --git a/ClientApp/node_modules/entities/dist/esm/escape.d.ts.map b/apps/angular/node_modules/entities/dist/esm/escape.d.ts.map similarity index 100% rename from ClientApp/node_modules/entities/dist/esm/escape.d.ts.map rename to apps/angular/node_modules/entities/dist/esm/escape.d.ts.map diff --git a/ClientApp/node_modules/entities/dist/esm/escape.js b/apps/angular/node_modules/entities/dist/esm/escape.js similarity index 100% rename from ClientApp/node_modules/entities/dist/esm/escape.js rename to apps/angular/node_modules/entities/dist/esm/escape.js diff --git a/ClientApp/node_modules/entities/dist/esm/escape.js.map b/apps/angular/node_modules/entities/dist/esm/escape.js.map similarity index 100% rename from ClientApp/node_modules/entities/dist/esm/escape.js.map rename to apps/angular/node_modules/entities/dist/esm/escape.js.map diff --git a/ClientApp/node_modules/entities/dist/esm/generated/decode-data-html.d.ts b/apps/angular/node_modules/entities/dist/esm/generated/decode-data-html.d.ts similarity index 100% rename from ClientApp/node_modules/entities/dist/esm/generated/decode-data-html.d.ts rename to apps/angular/node_modules/entities/dist/esm/generated/decode-data-html.d.ts diff --git a/ClientApp/node_modules/entities/dist/esm/generated/decode-data-html.d.ts.map b/apps/angular/node_modules/entities/dist/esm/generated/decode-data-html.d.ts.map similarity index 100% rename from ClientApp/node_modules/entities/dist/esm/generated/decode-data-html.d.ts.map rename to apps/angular/node_modules/entities/dist/esm/generated/decode-data-html.d.ts.map diff --git a/ClientApp/node_modules/entities/dist/esm/generated/decode-data-html.js b/apps/angular/node_modules/entities/dist/esm/generated/decode-data-html.js similarity index 100% rename from ClientApp/node_modules/entities/dist/esm/generated/decode-data-html.js rename to apps/angular/node_modules/entities/dist/esm/generated/decode-data-html.js diff --git a/ClientApp/node_modules/entities/dist/esm/generated/decode-data-html.js.map b/apps/angular/node_modules/entities/dist/esm/generated/decode-data-html.js.map similarity index 100% rename from ClientApp/node_modules/entities/dist/esm/generated/decode-data-html.js.map rename to apps/angular/node_modules/entities/dist/esm/generated/decode-data-html.js.map diff --git a/ClientApp/node_modules/entities/dist/esm/generated/decode-data-xml.d.ts b/apps/angular/node_modules/entities/dist/esm/generated/decode-data-xml.d.ts similarity index 100% rename from ClientApp/node_modules/entities/dist/esm/generated/decode-data-xml.d.ts rename to apps/angular/node_modules/entities/dist/esm/generated/decode-data-xml.d.ts diff --git a/ClientApp/node_modules/entities/dist/esm/generated/decode-data-xml.d.ts.map b/apps/angular/node_modules/entities/dist/esm/generated/decode-data-xml.d.ts.map similarity index 100% rename from ClientApp/node_modules/entities/dist/esm/generated/decode-data-xml.d.ts.map rename to apps/angular/node_modules/entities/dist/esm/generated/decode-data-xml.d.ts.map diff --git a/ClientApp/node_modules/entities/dist/esm/generated/decode-data-xml.js b/apps/angular/node_modules/entities/dist/esm/generated/decode-data-xml.js similarity index 100% rename from ClientApp/node_modules/entities/dist/esm/generated/decode-data-xml.js rename to apps/angular/node_modules/entities/dist/esm/generated/decode-data-xml.js diff --git a/ClientApp/node_modules/entities/dist/esm/generated/decode-data-xml.js.map b/apps/angular/node_modules/entities/dist/esm/generated/decode-data-xml.js.map similarity index 100% rename from ClientApp/node_modules/entities/dist/esm/generated/decode-data-xml.js.map rename to apps/angular/node_modules/entities/dist/esm/generated/decode-data-xml.js.map diff --git a/ClientApp/node_modules/entities/dist/esm/generated/encode-html.d.ts b/apps/angular/node_modules/entities/dist/esm/generated/encode-html.d.ts similarity index 100% rename from ClientApp/node_modules/entities/dist/esm/generated/encode-html.d.ts rename to apps/angular/node_modules/entities/dist/esm/generated/encode-html.d.ts diff --git a/ClientApp/node_modules/entities/dist/esm/generated/encode-html.d.ts.map b/apps/angular/node_modules/entities/dist/esm/generated/encode-html.d.ts.map similarity index 100% rename from ClientApp/node_modules/entities/dist/esm/generated/encode-html.d.ts.map rename to apps/angular/node_modules/entities/dist/esm/generated/encode-html.d.ts.map diff --git a/ClientApp/node_modules/entities/dist/esm/generated/encode-html.js b/apps/angular/node_modules/entities/dist/esm/generated/encode-html.js similarity index 100% rename from ClientApp/node_modules/entities/dist/esm/generated/encode-html.js rename to apps/angular/node_modules/entities/dist/esm/generated/encode-html.js diff --git a/ClientApp/node_modules/entities/dist/esm/generated/encode-html.js.map b/apps/angular/node_modules/entities/dist/esm/generated/encode-html.js.map similarity index 100% rename from ClientApp/node_modules/entities/dist/esm/generated/encode-html.js.map rename to apps/angular/node_modules/entities/dist/esm/generated/encode-html.js.map diff --git a/ClientApp/node_modules/entities/dist/esm/index.d.ts b/apps/angular/node_modules/entities/dist/esm/index.d.ts similarity index 100% rename from ClientApp/node_modules/entities/dist/esm/index.d.ts rename to apps/angular/node_modules/entities/dist/esm/index.d.ts diff --git a/ClientApp/node_modules/entities/dist/esm/index.d.ts.map b/apps/angular/node_modules/entities/dist/esm/index.d.ts.map similarity index 100% rename from ClientApp/node_modules/entities/dist/esm/index.d.ts.map rename to apps/angular/node_modules/entities/dist/esm/index.d.ts.map diff --git a/ClientApp/node_modules/entities/dist/esm/index.js b/apps/angular/node_modules/entities/dist/esm/index.js similarity index 100% rename from ClientApp/node_modules/entities/dist/esm/index.js rename to apps/angular/node_modules/entities/dist/esm/index.js diff --git a/ClientApp/node_modules/entities/dist/esm/index.js.map b/apps/angular/node_modules/entities/dist/esm/index.js.map similarity index 100% rename from ClientApp/node_modules/entities/dist/esm/index.js.map rename to apps/angular/node_modules/entities/dist/esm/index.js.map diff --git a/ClientApp/node_modules/entities/dist/esm/package.json b/apps/angular/node_modules/entities/dist/esm/package.json similarity index 100% rename from ClientApp/node_modules/entities/dist/esm/package.json rename to apps/angular/node_modules/entities/dist/esm/package.json diff --git a/ClientApp/node_modules/entities/escape.d.ts b/apps/angular/node_modules/entities/escape.d.ts similarity index 100% rename from ClientApp/node_modules/entities/escape.d.ts rename to apps/angular/node_modules/entities/escape.d.ts diff --git a/ClientApp/node_modules/entities/escape.js b/apps/angular/node_modules/entities/escape.js similarity index 100% rename from ClientApp/node_modules/entities/escape.js rename to apps/angular/node_modules/entities/escape.js diff --git a/ClientApp/node_modules/entities/package.json b/apps/angular/node_modules/entities/package.json similarity index 100% rename from ClientApp/node_modules/entities/package.json rename to apps/angular/node_modules/entities/package.json diff --git a/ClientApp/node_modules/entities/readme.md b/apps/angular/node_modules/entities/readme.md similarity index 100% rename from ClientApp/node_modules/entities/readme.md rename to apps/angular/node_modules/entities/readme.md diff --git a/ClientApp/node_modules/entities/src/decode-codepoint.ts b/apps/angular/node_modules/entities/src/decode-codepoint.ts similarity index 100% rename from ClientApp/node_modules/entities/src/decode-codepoint.ts rename to apps/angular/node_modules/entities/src/decode-codepoint.ts diff --git a/ClientApp/node_modules/entities/src/decode.spec.ts b/apps/angular/node_modules/entities/src/decode.spec.ts similarity index 100% rename from ClientApp/node_modules/entities/src/decode.spec.ts rename to apps/angular/node_modules/entities/src/decode.spec.ts diff --git a/ClientApp/node_modules/entities/src/decode.ts b/apps/angular/node_modules/entities/src/decode.ts similarity index 100% rename from ClientApp/node_modules/entities/src/decode.ts rename to apps/angular/node_modules/entities/src/decode.ts diff --git a/ClientApp/node_modules/entities/src/encode.spec.ts b/apps/angular/node_modules/entities/src/encode.spec.ts similarity index 100% rename from ClientApp/node_modules/entities/src/encode.spec.ts rename to apps/angular/node_modules/entities/src/encode.spec.ts diff --git a/ClientApp/node_modules/entities/src/encode.ts b/apps/angular/node_modules/entities/src/encode.ts similarity index 100% rename from ClientApp/node_modules/entities/src/encode.ts rename to apps/angular/node_modules/entities/src/encode.ts diff --git a/ClientApp/node_modules/entities/src/escape.spec.ts b/apps/angular/node_modules/entities/src/escape.spec.ts similarity index 100% rename from ClientApp/node_modules/entities/src/escape.spec.ts rename to apps/angular/node_modules/entities/src/escape.spec.ts diff --git a/ClientApp/node_modules/entities/src/escape.ts b/apps/angular/node_modules/entities/src/escape.ts similarity index 100% rename from ClientApp/node_modules/entities/src/escape.ts rename to apps/angular/node_modules/entities/src/escape.ts diff --git a/ClientApp/node_modules/entities/src/generated/.eslintrc.json b/apps/angular/node_modules/entities/src/generated/.eslintrc.json similarity index 100% rename from ClientApp/node_modules/entities/src/generated/.eslintrc.json rename to apps/angular/node_modules/entities/src/generated/.eslintrc.json diff --git a/ClientApp/node_modules/entities/src/generated/decode-data-html.ts b/apps/angular/node_modules/entities/src/generated/decode-data-html.ts similarity index 100% rename from ClientApp/node_modules/entities/src/generated/decode-data-html.ts rename to apps/angular/node_modules/entities/src/generated/decode-data-html.ts diff --git a/ClientApp/node_modules/entities/src/generated/decode-data-xml.ts b/apps/angular/node_modules/entities/src/generated/decode-data-xml.ts similarity index 100% rename from ClientApp/node_modules/entities/src/generated/decode-data-xml.ts rename to apps/angular/node_modules/entities/src/generated/decode-data-xml.ts diff --git a/ClientApp/node_modules/entities/src/generated/encode-html.ts b/apps/angular/node_modules/entities/src/generated/encode-html.ts similarity index 100% rename from ClientApp/node_modules/entities/src/generated/encode-html.ts rename to apps/angular/node_modules/entities/src/generated/encode-html.ts diff --git a/ClientApp/node_modules/entities/src/index.spec.ts b/apps/angular/node_modules/entities/src/index.spec.ts similarity index 100% rename from ClientApp/node_modules/entities/src/index.spec.ts rename to apps/angular/node_modules/entities/src/index.spec.ts diff --git a/ClientApp/node_modules/entities/src/index.ts b/apps/angular/node_modules/entities/src/index.ts similarity index 100% rename from ClientApp/node_modules/entities/src/index.ts rename to apps/angular/node_modules/entities/src/index.ts diff --git a/ClientApp/node_modules/error-stack-parser/LICENSE b/apps/angular/node_modules/error-stack-parser/LICENSE similarity index 100% rename from ClientApp/node_modules/error-stack-parser/LICENSE rename to apps/angular/node_modules/error-stack-parser/LICENSE diff --git a/ClientApp/node_modules/error-stack-parser/README.md b/apps/angular/node_modules/error-stack-parser/README.md similarity index 100% rename from ClientApp/node_modules/error-stack-parser/README.md rename to apps/angular/node_modules/error-stack-parser/README.md diff --git a/ClientApp/node_modules/error-stack-parser/dist/error-stack-parser.js b/apps/angular/node_modules/error-stack-parser/dist/error-stack-parser.js similarity index 100% rename from ClientApp/node_modules/error-stack-parser/dist/error-stack-parser.js rename to apps/angular/node_modules/error-stack-parser/dist/error-stack-parser.js diff --git a/ClientApp/node_modules/error-stack-parser/dist/error-stack-parser.min.js b/apps/angular/node_modules/error-stack-parser/dist/error-stack-parser.min.js similarity index 100% rename from ClientApp/node_modules/error-stack-parser/dist/error-stack-parser.min.js rename to apps/angular/node_modules/error-stack-parser/dist/error-stack-parser.min.js diff --git a/ClientApp/node_modules/error-stack-parser/dist/error-stack-parser.min.js.map b/apps/angular/node_modules/error-stack-parser/dist/error-stack-parser.min.js.map similarity index 100% rename from ClientApp/node_modules/error-stack-parser/dist/error-stack-parser.min.js.map rename to apps/angular/node_modules/error-stack-parser/dist/error-stack-parser.min.js.map diff --git a/ClientApp/node_modules/error-stack-parser/error-stack-parser.d.ts b/apps/angular/node_modules/error-stack-parser/error-stack-parser.d.ts similarity index 100% rename from ClientApp/node_modules/error-stack-parser/error-stack-parser.d.ts rename to apps/angular/node_modules/error-stack-parser/error-stack-parser.d.ts diff --git a/ClientApp/node_modules/error-stack-parser/error-stack-parser.js b/apps/angular/node_modules/error-stack-parser/error-stack-parser.js similarity index 100% rename from ClientApp/node_modules/error-stack-parser/error-stack-parser.js rename to apps/angular/node_modules/error-stack-parser/error-stack-parser.js diff --git a/ClientApp/node_modules/error-stack-parser/package.json b/apps/angular/node_modules/error-stack-parser/package.json similarity index 100% rename from ClientApp/node_modules/error-stack-parser/package.json rename to apps/angular/node_modules/error-stack-parser/package.json diff --git a/ClientApp/node_modules/es-abstract/.editorconfig b/apps/angular/node_modules/es-abstract/.editorconfig similarity index 100% rename from ClientApp/node_modules/es-abstract/.editorconfig rename to apps/angular/node_modules/es-abstract/.editorconfig diff --git a/ClientApp/node_modules/es-abstract/.nycrc b/apps/angular/node_modules/es-abstract/.nycrc similarity index 100% rename from ClientApp/node_modules/es-abstract/.nycrc rename to apps/angular/node_modules/es-abstract/.nycrc diff --git a/ClientApp/node_modules/es-abstract/2015/AbstractEqualityComparison.js b/apps/angular/node_modules/es-abstract/2015/AbstractEqualityComparison.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/AbstractEqualityComparison.js rename to apps/angular/node_modules/es-abstract/2015/AbstractEqualityComparison.js diff --git a/ClientApp/node_modules/es-abstract/2015/AbstractRelationalComparison.js b/apps/angular/node_modules/es-abstract/2015/AbstractRelationalComparison.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/AbstractRelationalComparison.js rename to apps/angular/node_modules/es-abstract/2015/AbstractRelationalComparison.js diff --git a/ClientApp/node_modules/es-abstract/2015/AdvanceStringIndex.js b/apps/angular/node_modules/es-abstract/2015/AdvanceStringIndex.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/AdvanceStringIndex.js rename to apps/angular/node_modules/es-abstract/2015/AdvanceStringIndex.js diff --git a/ClientApp/node_modules/es-abstract/2015/ArrayCreate.js b/apps/angular/node_modules/es-abstract/2015/ArrayCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/ArrayCreate.js rename to apps/angular/node_modules/es-abstract/2015/ArrayCreate.js diff --git a/ClientApp/node_modules/es-abstract/2015/ArraySetLength.js b/apps/angular/node_modules/es-abstract/2015/ArraySetLength.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/ArraySetLength.js rename to apps/angular/node_modules/es-abstract/2015/ArraySetLength.js diff --git a/ClientApp/node_modules/es-abstract/2015/ArraySpeciesCreate.js b/apps/angular/node_modules/es-abstract/2015/ArraySpeciesCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/ArraySpeciesCreate.js rename to apps/angular/node_modules/es-abstract/2015/ArraySpeciesCreate.js diff --git a/ClientApp/node_modules/es-abstract/2015/Call.js b/apps/angular/node_modules/es-abstract/2015/Call.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/Call.js rename to apps/angular/node_modules/es-abstract/2015/Call.js diff --git a/ClientApp/node_modules/es-abstract/2015/CanonicalNumericIndexString.js b/apps/angular/node_modules/es-abstract/2015/CanonicalNumericIndexString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/CanonicalNumericIndexString.js rename to apps/angular/node_modules/es-abstract/2015/CanonicalNumericIndexString.js diff --git a/ClientApp/node_modules/es-abstract/2015/Canonicalize.js b/apps/angular/node_modules/es-abstract/2015/Canonicalize.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/Canonicalize.js rename to apps/angular/node_modules/es-abstract/2015/Canonicalize.js diff --git a/ClientApp/node_modules/es-abstract/2015/CharacterRange.js b/apps/angular/node_modules/es-abstract/2015/CharacterRange.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/CharacterRange.js rename to apps/angular/node_modules/es-abstract/2015/CharacterRange.js diff --git a/ClientApp/node_modules/es-abstract/2015/CompletePropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2015/CompletePropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/CompletePropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2015/CompletePropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2015/CompletionRecord.js b/apps/angular/node_modules/es-abstract/2015/CompletionRecord.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/CompletionRecord.js rename to apps/angular/node_modules/es-abstract/2015/CompletionRecord.js diff --git a/ClientApp/node_modules/es-abstract/2015/CreateDataProperty.js b/apps/angular/node_modules/es-abstract/2015/CreateDataProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/CreateDataProperty.js rename to apps/angular/node_modules/es-abstract/2015/CreateDataProperty.js diff --git a/ClientApp/node_modules/es-abstract/2015/CreateDataPropertyOrThrow.js b/apps/angular/node_modules/es-abstract/2015/CreateDataPropertyOrThrow.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/CreateDataPropertyOrThrow.js rename to apps/angular/node_modules/es-abstract/2015/CreateDataPropertyOrThrow.js diff --git a/ClientApp/node_modules/es-abstract/2015/CreateHTML.js b/apps/angular/node_modules/es-abstract/2015/CreateHTML.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/CreateHTML.js rename to apps/angular/node_modules/es-abstract/2015/CreateHTML.js diff --git a/ClientApp/node_modules/es-abstract/2015/CreateIterResultObject.js b/apps/angular/node_modules/es-abstract/2015/CreateIterResultObject.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/CreateIterResultObject.js rename to apps/angular/node_modules/es-abstract/2015/CreateIterResultObject.js diff --git a/ClientApp/node_modules/es-abstract/2015/CreateListFromArrayLike.js b/apps/angular/node_modules/es-abstract/2015/CreateListFromArrayLike.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/CreateListFromArrayLike.js rename to apps/angular/node_modules/es-abstract/2015/CreateListFromArrayLike.js diff --git a/ClientApp/node_modules/es-abstract/2015/CreateMethodProperty.js b/apps/angular/node_modules/es-abstract/2015/CreateMethodProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/CreateMethodProperty.js rename to apps/angular/node_modules/es-abstract/2015/CreateMethodProperty.js diff --git a/ClientApp/node_modules/es-abstract/2015/DateFromTime.js b/apps/angular/node_modules/es-abstract/2015/DateFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/DateFromTime.js rename to apps/angular/node_modules/es-abstract/2015/DateFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2015/Day.js b/apps/angular/node_modules/es-abstract/2015/Day.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/Day.js rename to apps/angular/node_modules/es-abstract/2015/Day.js diff --git a/ClientApp/node_modules/es-abstract/2015/DayFromYear.js b/apps/angular/node_modules/es-abstract/2015/DayFromYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/DayFromYear.js rename to apps/angular/node_modules/es-abstract/2015/DayFromYear.js diff --git a/ClientApp/node_modules/es-abstract/2015/DayWithinYear.js b/apps/angular/node_modules/es-abstract/2015/DayWithinYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/DayWithinYear.js rename to apps/angular/node_modules/es-abstract/2015/DayWithinYear.js diff --git a/ClientApp/node_modules/es-abstract/2015/DaysInYear.js b/apps/angular/node_modules/es-abstract/2015/DaysInYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/DaysInYear.js rename to apps/angular/node_modules/es-abstract/2015/DaysInYear.js diff --git a/ClientApp/node_modules/es-abstract/2015/DefinePropertyOrThrow.js b/apps/angular/node_modules/es-abstract/2015/DefinePropertyOrThrow.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/DefinePropertyOrThrow.js rename to apps/angular/node_modules/es-abstract/2015/DefinePropertyOrThrow.js diff --git a/ClientApp/node_modules/es-abstract/2015/DeletePropertyOrThrow.js b/apps/angular/node_modules/es-abstract/2015/DeletePropertyOrThrow.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/DeletePropertyOrThrow.js rename to apps/angular/node_modules/es-abstract/2015/DeletePropertyOrThrow.js diff --git a/ClientApp/node_modules/es-abstract/2015/DetachArrayBuffer.js b/apps/angular/node_modules/es-abstract/2015/DetachArrayBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/DetachArrayBuffer.js rename to apps/angular/node_modules/es-abstract/2015/DetachArrayBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2015/EnumerableOwnNames.js b/apps/angular/node_modules/es-abstract/2015/EnumerableOwnNames.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/EnumerableOwnNames.js rename to apps/angular/node_modules/es-abstract/2015/EnumerableOwnNames.js diff --git a/ClientApp/node_modules/es-abstract/2015/FromPropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2015/FromPropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/FromPropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2015/FromPropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2015/Get.js b/apps/angular/node_modules/es-abstract/2015/Get.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/Get.js rename to apps/angular/node_modules/es-abstract/2015/Get.js diff --git a/ClientApp/node_modules/es-abstract/2015/GetGlobalObject.js b/apps/angular/node_modules/es-abstract/2015/GetGlobalObject.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/GetGlobalObject.js rename to apps/angular/node_modules/es-abstract/2015/GetGlobalObject.js diff --git a/ClientApp/node_modules/es-abstract/2015/GetIterator.js b/apps/angular/node_modules/es-abstract/2015/GetIterator.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/GetIterator.js rename to apps/angular/node_modules/es-abstract/2015/GetIterator.js diff --git a/ClientApp/node_modules/es-abstract/2015/GetMethod.js b/apps/angular/node_modules/es-abstract/2015/GetMethod.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/GetMethod.js rename to apps/angular/node_modules/es-abstract/2015/GetMethod.js diff --git a/ClientApp/node_modules/es-abstract/2015/GetOwnPropertyKeys.js b/apps/angular/node_modules/es-abstract/2015/GetOwnPropertyKeys.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/GetOwnPropertyKeys.js rename to apps/angular/node_modules/es-abstract/2015/GetOwnPropertyKeys.js diff --git a/ClientApp/node_modules/es-abstract/2015/GetPrototypeFromConstructor.js b/apps/angular/node_modules/es-abstract/2015/GetPrototypeFromConstructor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/GetPrototypeFromConstructor.js rename to apps/angular/node_modules/es-abstract/2015/GetPrototypeFromConstructor.js diff --git a/ClientApp/node_modules/es-abstract/2015/GetSubstitution.js b/apps/angular/node_modules/es-abstract/2015/GetSubstitution.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/GetSubstitution.js rename to apps/angular/node_modules/es-abstract/2015/GetSubstitution.js diff --git a/ClientApp/node_modules/es-abstract/2015/GetV.js b/apps/angular/node_modules/es-abstract/2015/GetV.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/GetV.js rename to apps/angular/node_modules/es-abstract/2015/GetV.js diff --git a/ClientApp/node_modules/es-abstract/2015/GetValueFromBuffer.js b/apps/angular/node_modules/es-abstract/2015/GetValueFromBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/GetValueFromBuffer.js rename to apps/angular/node_modules/es-abstract/2015/GetValueFromBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2015/HasOwnProperty.js b/apps/angular/node_modules/es-abstract/2015/HasOwnProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/HasOwnProperty.js rename to apps/angular/node_modules/es-abstract/2015/HasOwnProperty.js diff --git a/ClientApp/node_modules/es-abstract/2015/HasProperty.js b/apps/angular/node_modules/es-abstract/2015/HasProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/HasProperty.js rename to apps/angular/node_modules/es-abstract/2015/HasProperty.js diff --git a/ClientApp/node_modules/es-abstract/2015/HourFromTime.js b/apps/angular/node_modules/es-abstract/2015/HourFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/HourFromTime.js rename to apps/angular/node_modules/es-abstract/2015/HourFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2015/InLeapYear.js b/apps/angular/node_modules/es-abstract/2015/InLeapYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/InLeapYear.js rename to apps/angular/node_modules/es-abstract/2015/InLeapYear.js diff --git a/ClientApp/node_modules/es-abstract/2015/InstanceofOperator.js b/apps/angular/node_modules/es-abstract/2015/InstanceofOperator.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/InstanceofOperator.js rename to apps/angular/node_modules/es-abstract/2015/InstanceofOperator.js diff --git a/ClientApp/node_modules/es-abstract/2015/IntegerIndexedElementGet.js b/apps/angular/node_modules/es-abstract/2015/IntegerIndexedElementGet.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/IntegerIndexedElementGet.js rename to apps/angular/node_modules/es-abstract/2015/IntegerIndexedElementGet.js diff --git a/ClientApp/node_modules/es-abstract/2015/IntegerIndexedElementSet.js b/apps/angular/node_modules/es-abstract/2015/IntegerIndexedElementSet.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/IntegerIndexedElementSet.js rename to apps/angular/node_modules/es-abstract/2015/IntegerIndexedElementSet.js diff --git a/ClientApp/node_modules/es-abstract/2015/InternalizeJSONProperty.js b/apps/angular/node_modules/es-abstract/2015/InternalizeJSONProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/InternalizeJSONProperty.js rename to apps/angular/node_modules/es-abstract/2015/InternalizeJSONProperty.js diff --git a/ClientApp/node_modules/es-abstract/2015/Invoke.js b/apps/angular/node_modules/es-abstract/2015/Invoke.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/Invoke.js rename to apps/angular/node_modules/es-abstract/2015/Invoke.js diff --git a/ClientApp/node_modules/es-abstract/2015/IsAccessorDescriptor.js b/apps/angular/node_modules/es-abstract/2015/IsAccessorDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/IsAccessorDescriptor.js rename to apps/angular/node_modules/es-abstract/2015/IsAccessorDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2015/IsArray.js b/apps/angular/node_modules/es-abstract/2015/IsArray.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/IsArray.js rename to apps/angular/node_modules/es-abstract/2015/IsArray.js diff --git a/ClientApp/node_modules/es-abstract/2015/IsCallable.js b/apps/angular/node_modules/es-abstract/2015/IsCallable.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/IsCallable.js rename to apps/angular/node_modules/es-abstract/2015/IsCallable.js diff --git a/ClientApp/node_modules/es-abstract/2015/IsCompatiblePropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2015/IsCompatiblePropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/IsCompatiblePropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2015/IsCompatiblePropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2015/IsConcatSpreadable.js b/apps/angular/node_modules/es-abstract/2015/IsConcatSpreadable.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/IsConcatSpreadable.js rename to apps/angular/node_modules/es-abstract/2015/IsConcatSpreadable.js diff --git a/ClientApp/node_modules/es-abstract/2015/IsConstructor.js b/apps/angular/node_modules/es-abstract/2015/IsConstructor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/IsConstructor.js rename to apps/angular/node_modules/es-abstract/2015/IsConstructor.js diff --git a/ClientApp/node_modules/es-abstract/2015/IsDataDescriptor.js b/apps/angular/node_modules/es-abstract/2015/IsDataDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/IsDataDescriptor.js rename to apps/angular/node_modules/es-abstract/2015/IsDataDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2015/IsDetachedBuffer.js b/apps/angular/node_modules/es-abstract/2015/IsDetachedBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/IsDetachedBuffer.js rename to apps/angular/node_modules/es-abstract/2015/IsDetachedBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2015/IsExtensible.js b/apps/angular/node_modules/es-abstract/2015/IsExtensible.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/IsExtensible.js rename to apps/angular/node_modules/es-abstract/2015/IsExtensible.js diff --git a/ClientApp/node_modules/es-abstract/2015/IsGenericDescriptor.js b/apps/angular/node_modules/es-abstract/2015/IsGenericDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/IsGenericDescriptor.js rename to apps/angular/node_modules/es-abstract/2015/IsGenericDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2015/IsInteger.js b/apps/angular/node_modules/es-abstract/2015/IsInteger.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/IsInteger.js rename to apps/angular/node_modules/es-abstract/2015/IsInteger.js diff --git a/ClientApp/node_modules/es-abstract/2015/IsPromise.js b/apps/angular/node_modules/es-abstract/2015/IsPromise.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/IsPromise.js rename to apps/angular/node_modules/es-abstract/2015/IsPromise.js diff --git a/ClientApp/node_modules/es-abstract/2015/IsPropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2015/IsPropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/IsPropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2015/IsPropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2015/IsPropertyKey.js b/apps/angular/node_modules/es-abstract/2015/IsPropertyKey.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/IsPropertyKey.js rename to apps/angular/node_modules/es-abstract/2015/IsPropertyKey.js diff --git a/ClientApp/node_modules/es-abstract/2015/IsRegExp.js b/apps/angular/node_modules/es-abstract/2015/IsRegExp.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/IsRegExp.js rename to apps/angular/node_modules/es-abstract/2015/IsRegExp.js diff --git a/ClientApp/node_modules/es-abstract/2015/IsWordChar.js b/apps/angular/node_modules/es-abstract/2015/IsWordChar.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/IsWordChar.js rename to apps/angular/node_modules/es-abstract/2015/IsWordChar.js diff --git a/ClientApp/node_modules/es-abstract/2015/IteratorClose.js b/apps/angular/node_modules/es-abstract/2015/IteratorClose.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/IteratorClose.js rename to apps/angular/node_modules/es-abstract/2015/IteratorClose.js diff --git a/ClientApp/node_modules/es-abstract/2015/IteratorComplete.js b/apps/angular/node_modules/es-abstract/2015/IteratorComplete.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/IteratorComplete.js rename to apps/angular/node_modules/es-abstract/2015/IteratorComplete.js diff --git a/ClientApp/node_modules/es-abstract/2015/IteratorNext.js b/apps/angular/node_modules/es-abstract/2015/IteratorNext.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/IteratorNext.js rename to apps/angular/node_modules/es-abstract/2015/IteratorNext.js diff --git a/ClientApp/node_modules/es-abstract/2015/IteratorStep.js b/apps/angular/node_modules/es-abstract/2015/IteratorStep.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/IteratorStep.js rename to apps/angular/node_modules/es-abstract/2015/IteratorStep.js diff --git a/ClientApp/node_modules/es-abstract/2015/IteratorValue.js b/apps/angular/node_modules/es-abstract/2015/IteratorValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/IteratorValue.js rename to apps/angular/node_modules/es-abstract/2015/IteratorValue.js diff --git a/ClientApp/node_modules/es-abstract/2015/MakeDate.js b/apps/angular/node_modules/es-abstract/2015/MakeDate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/MakeDate.js rename to apps/angular/node_modules/es-abstract/2015/MakeDate.js diff --git a/ClientApp/node_modules/es-abstract/2015/MakeDay.js b/apps/angular/node_modules/es-abstract/2015/MakeDay.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/MakeDay.js rename to apps/angular/node_modules/es-abstract/2015/MakeDay.js diff --git a/ClientApp/node_modules/es-abstract/2015/MakeTime.js b/apps/angular/node_modules/es-abstract/2015/MakeTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/MakeTime.js rename to apps/angular/node_modules/es-abstract/2015/MakeTime.js diff --git a/ClientApp/node_modules/es-abstract/2015/MinFromTime.js b/apps/angular/node_modules/es-abstract/2015/MinFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/MinFromTime.js rename to apps/angular/node_modules/es-abstract/2015/MinFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2015/MonthFromTime.js b/apps/angular/node_modules/es-abstract/2015/MonthFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/MonthFromTime.js rename to apps/angular/node_modules/es-abstract/2015/MonthFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2015/NewPromiseCapability.js b/apps/angular/node_modules/es-abstract/2015/NewPromiseCapability.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/NewPromiseCapability.js rename to apps/angular/node_modules/es-abstract/2015/NewPromiseCapability.js diff --git a/ClientApp/node_modules/es-abstract/2015/NormalCompletion.js b/apps/angular/node_modules/es-abstract/2015/NormalCompletion.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/NormalCompletion.js rename to apps/angular/node_modules/es-abstract/2015/NormalCompletion.js diff --git a/ClientApp/node_modules/es-abstract/2015/ObjectCreate.js b/apps/angular/node_modules/es-abstract/2015/ObjectCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/ObjectCreate.js rename to apps/angular/node_modules/es-abstract/2015/ObjectCreate.js diff --git a/ClientApp/node_modules/es-abstract/2015/ObjectDefineProperties.js b/apps/angular/node_modules/es-abstract/2015/ObjectDefineProperties.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/ObjectDefineProperties.js rename to apps/angular/node_modules/es-abstract/2015/ObjectDefineProperties.js diff --git a/ClientApp/node_modules/es-abstract/2015/OrdinaryCreateFromConstructor.js b/apps/angular/node_modules/es-abstract/2015/OrdinaryCreateFromConstructor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/OrdinaryCreateFromConstructor.js rename to apps/angular/node_modules/es-abstract/2015/OrdinaryCreateFromConstructor.js diff --git a/ClientApp/node_modules/es-abstract/2015/OrdinaryDefineOwnProperty.js b/apps/angular/node_modules/es-abstract/2015/OrdinaryDefineOwnProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/OrdinaryDefineOwnProperty.js rename to apps/angular/node_modules/es-abstract/2015/OrdinaryDefineOwnProperty.js diff --git a/ClientApp/node_modules/es-abstract/2015/OrdinaryGetOwnProperty.js b/apps/angular/node_modules/es-abstract/2015/OrdinaryGetOwnProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/OrdinaryGetOwnProperty.js rename to apps/angular/node_modules/es-abstract/2015/OrdinaryGetOwnProperty.js diff --git a/ClientApp/node_modules/es-abstract/2015/OrdinaryHasInstance.js b/apps/angular/node_modules/es-abstract/2015/OrdinaryHasInstance.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/OrdinaryHasInstance.js rename to apps/angular/node_modules/es-abstract/2015/OrdinaryHasInstance.js diff --git a/ClientApp/node_modules/es-abstract/2015/OrdinaryHasProperty.js b/apps/angular/node_modules/es-abstract/2015/OrdinaryHasProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/OrdinaryHasProperty.js rename to apps/angular/node_modules/es-abstract/2015/OrdinaryHasProperty.js diff --git a/ClientApp/node_modules/es-abstract/2015/QuoteJSONString.js b/apps/angular/node_modules/es-abstract/2015/QuoteJSONString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/QuoteJSONString.js rename to apps/angular/node_modules/es-abstract/2015/QuoteJSONString.js diff --git a/ClientApp/node_modules/es-abstract/2015/RegExpCreate.js b/apps/angular/node_modules/es-abstract/2015/RegExpCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/RegExpCreate.js rename to apps/angular/node_modules/es-abstract/2015/RegExpCreate.js diff --git a/ClientApp/node_modules/es-abstract/2015/RegExpExec.js b/apps/angular/node_modules/es-abstract/2015/RegExpExec.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/RegExpExec.js rename to apps/angular/node_modules/es-abstract/2015/RegExpExec.js diff --git a/ClientApp/node_modules/es-abstract/2015/RequireObjectCoercible.js b/apps/angular/node_modules/es-abstract/2015/RequireObjectCoercible.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/RequireObjectCoercible.js rename to apps/angular/node_modules/es-abstract/2015/RequireObjectCoercible.js diff --git a/ClientApp/node_modules/es-abstract/2015/SameValue.js b/apps/angular/node_modules/es-abstract/2015/SameValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/SameValue.js rename to apps/angular/node_modules/es-abstract/2015/SameValue.js diff --git a/ClientApp/node_modules/es-abstract/2015/SameValueZero.js b/apps/angular/node_modules/es-abstract/2015/SameValueZero.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/SameValueZero.js rename to apps/angular/node_modules/es-abstract/2015/SameValueZero.js diff --git a/ClientApp/node_modules/es-abstract/2015/SecFromTime.js b/apps/angular/node_modules/es-abstract/2015/SecFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/SecFromTime.js rename to apps/angular/node_modules/es-abstract/2015/SecFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2015/Set.js b/apps/angular/node_modules/es-abstract/2015/Set.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/Set.js rename to apps/angular/node_modules/es-abstract/2015/Set.js diff --git a/ClientApp/node_modules/es-abstract/2015/SetFunctionName.js b/apps/angular/node_modules/es-abstract/2015/SetFunctionName.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/SetFunctionName.js rename to apps/angular/node_modules/es-abstract/2015/SetFunctionName.js diff --git a/ClientApp/node_modules/es-abstract/2015/SetIntegrityLevel.js b/apps/angular/node_modules/es-abstract/2015/SetIntegrityLevel.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/SetIntegrityLevel.js rename to apps/angular/node_modules/es-abstract/2015/SetIntegrityLevel.js diff --git a/ClientApp/node_modules/es-abstract/2015/SetValueInBuffer.js b/apps/angular/node_modules/es-abstract/2015/SetValueInBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/SetValueInBuffer.js rename to apps/angular/node_modules/es-abstract/2015/SetValueInBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2015/SpeciesConstructor.js b/apps/angular/node_modules/es-abstract/2015/SpeciesConstructor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/SpeciesConstructor.js rename to apps/angular/node_modules/es-abstract/2015/SpeciesConstructor.js diff --git a/ClientApp/node_modules/es-abstract/2015/SplitMatch.js b/apps/angular/node_modules/es-abstract/2015/SplitMatch.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/SplitMatch.js rename to apps/angular/node_modules/es-abstract/2015/SplitMatch.js diff --git a/ClientApp/node_modules/es-abstract/2015/StrictEqualityComparison.js b/apps/angular/node_modules/es-abstract/2015/StrictEqualityComparison.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/StrictEqualityComparison.js rename to apps/angular/node_modules/es-abstract/2015/StrictEqualityComparison.js diff --git a/ClientApp/node_modules/es-abstract/2015/StringCreate.js b/apps/angular/node_modules/es-abstract/2015/StringCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/StringCreate.js rename to apps/angular/node_modules/es-abstract/2015/StringCreate.js diff --git a/ClientApp/node_modules/es-abstract/2015/StringGetIndexProperty.js b/apps/angular/node_modules/es-abstract/2015/StringGetIndexProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/StringGetIndexProperty.js rename to apps/angular/node_modules/es-abstract/2015/StringGetIndexProperty.js diff --git a/ClientApp/node_modules/es-abstract/2015/SymbolDescriptiveString.js b/apps/angular/node_modules/es-abstract/2015/SymbolDescriptiveString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/SymbolDescriptiveString.js rename to apps/angular/node_modules/es-abstract/2015/SymbolDescriptiveString.js diff --git a/ClientApp/node_modules/es-abstract/2015/TestIntegrityLevel.js b/apps/angular/node_modules/es-abstract/2015/TestIntegrityLevel.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/TestIntegrityLevel.js rename to apps/angular/node_modules/es-abstract/2015/TestIntegrityLevel.js diff --git a/ClientApp/node_modules/es-abstract/2015/TimeClip.js b/apps/angular/node_modules/es-abstract/2015/TimeClip.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/TimeClip.js rename to apps/angular/node_modules/es-abstract/2015/TimeClip.js diff --git a/ClientApp/node_modules/es-abstract/2015/TimeFromYear.js b/apps/angular/node_modules/es-abstract/2015/TimeFromYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/TimeFromYear.js rename to apps/angular/node_modules/es-abstract/2015/TimeFromYear.js diff --git a/ClientApp/node_modules/es-abstract/2015/TimeWithinDay.js b/apps/angular/node_modules/es-abstract/2015/TimeWithinDay.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/TimeWithinDay.js rename to apps/angular/node_modules/es-abstract/2015/TimeWithinDay.js diff --git a/ClientApp/node_modules/es-abstract/2015/ToBoolean.js b/apps/angular/node_modules/es-abstract/2015/ToBoolean.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/ToBoolean.js rename to apps/angular/node_modules/es-abstract/2015/ToBoolean.js diff --git a/ClientApp/node_modules/es-abstract/2015/ToDateString.js b/apps/angular/node_modules/es-abstract/2015/ToDateString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/ToDateString.js rename to apps/angular/node_modules/es-abstract/2015/ToDateString.js diff --git a/ClientApp/node_modules/es-abstract/2015/ToInt16.js b/apps/angular/node_modules/es-abstract/2015/ToInt16.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/ToInt16.js rename to apps/angular/node_modules/es-abstract/2015/ToInt16.js diff --git a/ClientApp/node_modules/es-abstract/2015/ToInt32.js b/apps/angular/node_modules/es-abstract/2015/ToInt32.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/ToInt32.js rename to apps/angular/node_modules/es-abstract/2015/ToInt32.js diff --git a/ClientApp/node_modules/es-abstract/2015/ToInt8.js b/apps/angular/node_modules/es-abstract/2015/ToInt8.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/ToInt8.js rename to apps/angular/node_modules/es-abstract/2015/ToInt8.js diff --git a/ClientApp/node_modules/es-abstract/2015/ToInteger.js b/apps/angular/node_modules/es-abstract/2015/ToInteger.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/ToInteger.js rename to apps/angular/node_modules/es-abstract/2015/ToInteger.js diff --git a/ClientApp/node_modules/es-abstract/2015/ToLength.js b/apps/angular/node_modules/es-abstract/2015/ToLength.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/ToLength.js rename to apps/angular/node_modules/es-abstract/2015/ToLength.js diff --git a/ClientApp/node_modules/es-abstract/2015/ToNumber.js b/apps/angular/node_modules/es-abstract/2015/ToNumber.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/ToNumber.js rename to apps/angular/node_modules/es-abstract/2015/ToNumber.js diff --git a/ClientApp/node_modules/es-abstract/2015/ToObject.js b/apps/angular/node_modules/es-abstract/2015/ToObject.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/ToObject.js rename to apps/angular/node_modules/es-abstract/2015/ToObject.js diff --git a/ClientApp/node_modules/es-abstract/2015/ToPrimitive.js b/apps/angular/node_modules/es-abstract/2015/ToPrimitive.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/ToPrimitive.js rename to apps/angular/node_modules/es-abstract/2015/ToPrimitive.js diff --git a/ClientApp/node_modules/es-abstract/2015/ToPropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2015/ToPropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/ToPropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2015/ToPropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2015/ToPropertyKey.js b/apps/angular/node_modules/es-abstract/2015/ToPropertyKey.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/ToPropertyKey.js rename to apps/angular/node_modules/es-abstract/2015/ToPropertyKey.js diff --git a/ClientApp/node_modules/es-abstract/2015/ToString.js b/apps/angular/node_modules/es-abstract/2015/ToString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/ToString.js rename to apps/angular/node_modules/es-abstract/2015/ToString.js diff --git a/ClientApp/node_modules/es-abstract/2015/ToUint16.js b/apps/angular/node_modules/es-abstract/2015/ToUint16.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/ToUint16.js rename to apps/angular/node_modules/es-abstract/2015/ToUint16.js diff --git a/ClientApp/node_modules/es-abstract/2015/ToUint32.js b/apps/angular/node_modules/es-abstract/2015/ToUint32.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/ToUint32.js rename to apps/angular/node_modules/es-abstract/2015/ToUint32.js diff --git a/ClientApp/node_modules/es-abstract/2015/ToUint8.js b/apps/angular/node_modules/es-abstract/2015/ToUint8.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/ToUint8.js rename to apps/angular/node_modules/es-abstract/2015/ToUint8.js diff --git a/ClientApp/node_modules/es-abstract/2015/ToUint8Clamp.js b/apps/angular/node_modules/es-abstract/2015/ToUint8Clamp.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/ToUint8Clamp.js rename to apps/angular/node_modules/es-abstract/2015/ToUint8Clamp.js diff --git a/ClientApp/node_modules/es-abstract/2015/Type.js b/apps/angular/node_modules/es-abstract/2015/Type.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/Type.js rename to apps/angular/node_modules/es-abstract/2015/Type.js diff --git a/ClientApp/node_modules/es-abstract/2015/ValidateAndApplyPropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2015/ValidateAndApplyPropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/ValidateAndApplyPropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2015/ValidateAndApplyPropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2015/ValidateTypedArray.js b/apps/angular/node_modules/es-abstract/2015/ValidateTypedArray.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/ValidateTypedArray.js rename to apps/angular/node_modules/es-abstract/2015/ValidateTypedArray.js diff --git a/ClientApp/node_modules/es-abstract/2015/WeekDay.js b/apps/angular/node_modules/es-abstract/2015/WeekDay.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/WeekDay.js rename to apps/angular/node_modules/es-abstract/2015/WeekDay.js diff --git a/ClientApp/node_modules/es-abstract/2015/YearFromTime.js b/apps/angular/node_modules/es-abstract/2015/YearFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/YearFromTime.js rename to apps/angular/node_modules/es-abstract/2015/YearFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2015/abs.js b/apps/angular/node_modules/es-abstract/2015/abs.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/abs.js rename to apps/angular/node_modules/es-abstract/2015/abs.js diff --git a/ClientApp/node_modules/es-abstract/2015/floor.js b/apps/angular/node_modules/es-abstract/2015/floor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/floor.js rename to apps/angular/node_modules/es-abstract/2015/floor.js diff --git a/ClientApp/node_modules/es-abstract/2015/max.js b/apps/angular/node_modules/es-abstract/2015/max.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/max.js rename to apps/angular/node_modules/es-abstract/2015/max.js diff --git a/ClientApp/node_modules/es-abstract/2015/min.js b/apps/angular/node_modules/es-abstract/2015/min.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/min.js rename to apps/angular/node_modules/es-abstract/2015/min.js diff --git a/ClientApp/node_modules/es-abstract/2015/modulo.js b/apps/angular/node_modules/es-abstract/2015/modulo.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/modulo.js rename to apps/angular/node_modules/es-abstract/2015/modulo.js diff --git a/ClientApp/node_modules/es-abstract/2015/msFromTime.js b/apps/angular/node_modules/es-abstract/2015/msFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/msFromTime.js rename to apps/angular/node_modules/es-abstract/2015/msFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2015/tables/typed-array-objects.js b/apps/angular/node_modules/es-abstract/2015/tables/typed-array-objects.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/tables/typed-array-objects.js rename to apps/angular/node_modules/es-abstract/2015/tables/typed-array-objects.js diff --git a/ClientApp/node_modules/es-abstract/2015/thisBooleanValue.js b/apps/angular/node_modules/es-abstract/2015/thisBooleanValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/thisBooleanValue.js rename to apps/angular/node_modules/es-abstract/2015/thisBooleanValue.js diff --git a/ClientApp/node_modules/es-abstract/2015/thisNumberValue.js b/apps/angular/node_modules/es-abstract/2015/thisNumberValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/thisNumberValue.js rename to apps/angular/node_modules/es-abstract/2015/thisNumberValue.js diff --git a/ClientApp/node_modules/es-abstract/2015/thisStringValue.js b/apps/angular/node_modules/es-abstract/2015/thisStringValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/thisStringValue.js rename to apps/angular/node_modules/es-abstract/2015/thisStringValue.js diff --git a/ClientApp/node_modules/es-abstract/2015/thisTimeValue.js b/apps/angular/node_modules/es-abstract/2015/thisTimeValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2015/thisTimeValue.js rename to apps/angular/node_modules/es-abstract/2015/thisTimeValue.js diff --git a/ClientApp/node_modules/es-abstract/2016/AbstractEqualityComparison.js b/apps/angular/node_modules/es-abstract/2016/AbstractEqualityComparison.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/AbstractEqualityComparison.js rename to apps/angular/node_modules/es-abstract/2016/AbstractEqualityComparison.js diff --git a/ClientApp/node_modules/es-abstract/2016/AbstractRelationalComparison.js b/apps/angular/node_modules/es-abstract/2016/AbstractRelationalComparison.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/AbstractRelationalComparison.js rename to apps/angular/node_modules/es-abstract/2016/AbstractRelationalComparison.js diff --git a/ClientApp/node_modules/es-abstract/2016/AdvanceStringIndex.js b/apps/angular/node_modules/es-abstract/2016/AdvanceStringIndex.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/AdvanceStringIndex.js rename to apps/angular/node_modules/es-abstract/2016/AdvanceStringIndex.js diff --git a/ClientApp/node_modules/es-abstract/2016/ArrayCreate.js b/apps/angular/node_modules/es-abstract/2016/ArrayCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/ArrayCreate.js rename to apps/angular/node_modules/es-abstract/2016/ArrayCreate.js diff --git a/ClientApp/node_modules/es-abstract/2016/ArraySetLength.js b/apps/angular/node_modules/es-abstract/2016/ArraySetLength.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/ArraySetLength.js rename to apps/angular/node_modules/es-abstract/2016/ArraySetLength.js diff --git a/ClientApp/node_modules/es-abstract/2016/ArraySpeciesCreate.js b/apps/angular/node_modules/es-abstract/2016/ArraySpeciesCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/ArraySpeciesCreate.js rename to apps/angular/node_modules/es-abstract/2016/ArraySpeciesCreate.js diff --git a/ClientApp/node_modules/es-abstract/2016/Call.js b/apps/angular/node_modules/es-abstract/2016/Call.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/Call.js rename to apps/angular/node_modules/es-abstract/2016/Call.js diff --git a/ClientApp/node_modules/es-abstract/2016/CanonicalNumericIndexString.js b/apps/angular/node_modules/es-abstract/2016/CanonicalNumericIndexString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/CanonicalNumericIndexString.js rename to apps/angular/node_modules/es-abstract/2016/CanonicalNumericIndexString.js diff --git a/ClientApp/node_modules/es-abstract/2016/Canonicalize.js b/apps/angular/node_modules/es-abstract/2016/Canonicalize.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/Canonicalize.js rename to apps/angular/node_modules/es-abstract/2016/Canonicalize.js diff --git a/ClientApp/node_modules/es-abstract/2016/CharacterRange.js b/apps/angular/node_modules/es-abstract/2016/CharacterRange.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/CharacterRange.js rename to apps/angular/node_modules/es-abstract/2016/CharacterRange.js diff --git a/ClientApp/node_modules/es-abstract/2016/CompletePropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2016/CompletePropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/CompletePropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2016/CompletePropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2016/CompletionRecord.js b/apps/angular/node_modules/es-abstract/2016/CompletionRecord.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/CompletionRecord.js rename to apps/angular/node_modules/es-abstract/2016/CompletionRecord.js diff --git a/ClientApp/node_modules/es-abstract/2016/CreateDataProperty.js b/apps/angular/node_modules/es-abstract/2016/CreateDataProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/CreateDataProperty.js rename to apps/angular/node_modules/es-abstract/2016/CreateDataProperty.js diff --git a/ClientApp/node_modules/es-abstract/2016/CreateDataPropertyOrThrow.js b/apps/angular/node_modules/es-abstract/2016/CreateDataPropertyOrThrow.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/CreateDataPropertyOrThrow.js rename to apps/angular/node_modules/es-abstract/2016/CreateDataPropertyOrThrow.js diff --git a/ClientApp/node_modules/es-abstract/2016/CreateHTML.js b/apps/angular/node_modules/es-abstract/2016/CreateHTML.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/CreateHTML.js rename to apps/angular/node_modules/es-abstract/2016/CreateHTML.js diff --git a/ClientApp/node_modules/es-abstract/2016/CreateIterResultObject.js b/apps/angular/node_modules/es-abstract/2016/CreateIterResultObject.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/CreateIterResultObject.js rename to apps/angular/node_modules/es-abstract/2016/CreateIterResultObject.js diff --git a/ClientApp/node_modules/es-abstract/2016/CreateListFromArrayLike.js b/apps/angular/node_modules/es-abstract/2016/CreateListFromArrayLike.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/CreateListFromArrayLike.js rename to apps/angular/node_modules/es-abstract/2016/CreateListFromArrayLike.js diff --git a/ClientApp/node_modules/es-abstract/2016/CreateMethodProperty.js b/apps/angular/node_modules/es-abstract/2016/CreateMethodProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/CreateMethodProperty.js rename to apps/angular/node_modules/es-abstract/2016/CreateMethodProperty.js diff --git a/ClientApp/node_modules/es-abstract/2016/DateFromTime.js b/apps/angular/node_modules/es-abstract/2016/DateFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/DateFromTime.js rename to apps/angular/node_modules/es-abstract/2016/DateFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2016/Day.js b/apps/angular/node_modules/es-abstract/2016/Day.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/Day.js rename to apps/angular/node_modules/es-abstract/2016/Day.js diff --git a/ClientApp/node_modules/es-abstract/2016/DayFromYear.js b/apps/angular/node_modules/es-abstract/2016/DayFromYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/DayFromYear.js rename to apps/angular/node_modules/es-abstract/2016/DayFromYear.js diff --git a/ClientApp/node_modules/es-abstract/2016/DayWithinYear.js b/apps/angular/node_modules/es-abstract/2016/DayWithinYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/DayWithinYear.js rename to apps/angular/node_modules/es-abstract/2016/DayWithinYear.js diff --git a/ClientApp/node_modules/es-abstract/2016/DaysInYear.js b/apps/angular/node_modules/es-abstract/2016/DaysInYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/DaysInYear.js rename to apps/angular/node_modules/es-abstract/2016/DaysInYear.js diff --git a/ClientApp/node_modules/es-abstract/2016/DefinePropertyOrThrow.js b/apps/angular/node_modules/es-abstract/2016/DefinePropertyOrThrow.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/DefinePropertyOrThrow.js rename to apps/angular/node_modules/es-abstract/2016/DefinePropertyOrThrow.js diff --git a/ClientApp/node_modules/es-abstract/2016/DeletePropertyOrThrow.js b/apps/angular/node_modules/es-abstract/2016/DeletePropertyOrThrow.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/DeletePropertyOrThrow.js rename to apps/angular/node_modules/es-abstract/2016/DeletePropertyOrThrow.js diff --git a/ClientApp/node_modules/es-abstract/2016/DetachArrayBuffer.js b/apps/angular/node_modules/es-abstract/2016/DetachArrayBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/DetachArrayBuffer.js rename to apps/angular/node_modules/es-abstract/2016/DetachArrayBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2016/EnumerableOwnNames.js b/apps/angular/node_modules/es-abstract/2016/EnumerableOwnNames.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/EnumerableOwnNames.js rename to apps/angular/node_modules/es-abstract/2016/EnumerableOwnNames.js diff --git a/ClientApp/node_modules/es-abstract/2016/FromPropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2016/FromPropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/FromPropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2016/FromPropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2016/Get.js b/apps/angular/node_modules/es-abstract/2016/Get.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/Get.js rename to apps/angular/node_modules/es-abstract/2016/Get.js diff --git a/ClientApp/node_modules/es-abstract/2016/GetGlobalObject.js b/apps/angular/node_modules/es-abstract/2016/GetGlobalObject.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/GetGlobalObject.js rename to apps/angular/node_modules/es-abstract/2016/GetGlobalObject.js diff --git a/ClientApp/node_modules/es-abstract/2016/GetIterator.js b/apps/angular/node_modules/es-abstract/2016/GetIterator.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/GetIterator.js rename to apps/angular/node_modules/es-abstract/2016/GetIterator.js diff --git a/ClientApp/node_modules/es-abstract/2016/GetMethod.js b/apps/angular/node_modules/es-abstract/2016/GetMethod.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/GetMethod.js rename to apps/angular/node_modules/es-abstract/2016/GetMethod.js diff --git a/ClientApp/node_modules/es-abstract/2016/GetOwnPropertyKeys.js b/apps/angular/node_modules/es-abstract/2016/GetOwnPropertyKeys.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/GetOwnPropertyKeys.js rename to apps/angular/node_modules/es-abstract/2016/GetOwnPropertyKeys.js diff --git a/ClientApp/node_modules/es-abstract/2016/GetPrototypeFromConstructor.js b/apps/angular/node_modules/es-abstract/2016/GetPrototypeFromConstructor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/GetPrototypeFromConstructor.js rename to apps/angular/node_modules/es-abstract/2016/GetPrototypeFromConstructor.js diff --git a/ClientApp/node_modules/es-abstract/2016/GetSubstitution.js b/apps/angular/node_modules/es-abstract/2016/GetSubstitution.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/GetSubstitution.js rename to apps/angular/node_modules/es-abstract/2016/GetSubstitution.js diff --git a/ClientApp/node_modules/es-abstract/2016/GetV.js b/apps/angular/node_modules/es-abstract/2016/GetV.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/GetV.js rename to apps/angular/node_modules/es-abstract/2016/GetV.js diff --git a/ClientApp/node_modules/es-abstract/2016/GetValueFromBuffer.js b/apps/angular/node_modules/es-abstract/2016/GetValueFromBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/GetValueFromBuffer.js rename to apps/angular/node_modules/es-abstract/2016/GetValueFromBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2016/HasOwnProperty.js b/apps/angular/node_modules/es-abstract/2016/HasOwnProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/HasOwnProperty.js rename to apps/angular/node_modules/es-abstract/2016/HasOwnProperty.js diff --git a/ClientApp/node_modules/es-abstract/2016/HasProperty.js b/apps/angular/node_modules/es-abstract/2016/HasProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/HasProperty.js rename to apps/angular/node_modules/es-abstract/2016/HasProperty.js diff --git a/ClientApp/node_modules/es-abstract/2016/HourFromTime.js b/apps/angular/node_modules/es-abstract/2016/HourFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/HourFromTime.js rename to apps/angular/node_modules/es-abstract/2016/HourFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2016/InLeapYear.js b/apps/angular/node_modules/es-abstract/2016/InLeapYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/InLeapYear.js rename to apps/angular/node_modules/es-abstract/2016/InLeapYear.js diff --git a/ClientApp/node_modules/es-abstract/2016/InstanceofOperator.js b/apps/angular/node_modules/es-abstract/2016/InstanceofOperator.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/InstanceofOperator.js rename to apps/angular/node_modules/es-abstract/2016/InstanceofOperator.js diff --git a/ClientApp/node_modules/es-abstract/2016/IntegerIndexedElementGet.js b/apps/angular/node_modules/es-abstract/2016/IntegerIndexedElementGet.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/IntegerIndexedElementGet.js rename to apps/angular/node_modules/es-abstract/2016/IntegerIndexedElementGet.js diff --git a/ClientApp/node_modules/es-abstract/2016/IntegerIndexedElementSet.js b/apps/angular/node_modules/es-abstract/2016/IntegerIndexedElementSet.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/IntegerIndexedElementSet.js rename to apps/angular/node_modules/es-abstract/2016/IntegerIndexedElementSet.js diff --git a/ClientApp/node_modules/es-abstract/2016/InternalizeJSONProperty.js b/apps/angular/node_modules/es-abstract/2016/InternalizeJSONProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/InternalizeJSONProperty.js rename to apps/angular/node_modules/es-abstract/2016/InternalizeJSONProperty.js diff --git a/ClientApp/node_modules/es-abstract/2016/Invoke.js b/apps/angular/node_modules/es-abstract/2016/Invoke.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/Invoke.js rename to apps/angular/node_modules/es-abstract/2016/Invoke.js diff --git a/ClientApp/node_modules/es-abstract/2016/IsAccessorDescriptor.js b/apps/angular/node_modules/es-abstract/2016/IsAccessorDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/IsAccessorDescriptor.js rename to apps/angular/node_modules/es-abstract/2016/IsAccessorDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2016/IsArray.js b/apps/angular/node_modules/es-abstract/2016/IsArray.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/IsArray.js rename to apps/angular/node_modules/es-abstract/2016/IsArray.js diff --git a/ClientApp/node_modules/es-abstract/2016/IsCallable.js b/apps/angular/node_modules/es-abstract/2016/IsCallable.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/IsCallable.js rename to apps/angular/node_modules/es-abstract/2016/IsCallable.js diff --git a/ClientApp/node_modules/es-abstract/2016/IsCompatiblePropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2016/IsCompatiblePropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/IsCompatiblePropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2016/IsCompatiblePropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2016/IsConcatSpreadable.js b/apps/angular/node_modules/es-abstract/2016/IsConcatSpreadable.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/IsConcatSpreadable.js rename to apps/angular/node_modules/es-abstract/2016/IsConcatSpreadable.js diff --git a/ClientApp/node_modules/es-abstract/2016/IsConstructor.js b/apps/angular/node_modules/es-abstract/2016/IsConstructor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/IsConstructor.js rename to apps/angular/node_modules/es-abstract/2016/IsConstructor.js diff --git a/ClientApp/node_modules/es-abstract/2016/IsDataDescriptor.js b/apps/angular/node_modules/es-abstract/2016/IsDataDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/IsDataDescriptor.js rename to apps/angular/node_modules/es-abstract/2016/IsDataDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2016/IsDetachedBuffer.js b/apps/angular/node_modules/es-abstract/2016/IsDetachedBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/IsDetachedBuffer.js rename to apps/angular/node_modules/es-abstract/2016/IsDetachedBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2016/IsExtensible.js b/apps/angular/node_modules/es-abstract/2016/IsExtensible.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/IsExtensible.js rename to apps/angular/node_modules/es-abstract/2016/IsExtensible.js diff --git a/ClientApp/node_modules/es-abstract/2016/IsGenericDescriptor.js b/apps/angular/node_modules/es-abstract/2016/IsGenericDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/IsGenericDescriptor.js rename to apps/angular/node_modules/es-abstract/2016/IsGenericDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2016/IsInteger.js b/apps/angular/node_modules/es-abstract/2016/IsInteger.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/IsInteger.js rename to apps/angular/node_modules/es-abstract/2016/IsInteger.js diff --git a/ClientApp/node_modules/es-abstract/2016/IsPromise.js b/apps/angular/node_modules/es-abstract/2016/IsPromise.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/IsPromise.js rename to apps/angular/node_modules/es-abstract/2016/IsPromise.js diff --git a/ClientApp/node_modules/es-abstract/2016/IsPropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2016/IsPropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/IsPropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2016/IsPropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2016/IsPropertyKey.js b/apps/angular/node_modules/es-abstract/2016/IsPropertyKey.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/IsPropertyKey.js rename to apps/angular/node_modules/es-abstract/2016/IsPropertyKey.js diff --git a/ClientApp/node_modules/es-abstract/2016/IsRegExp.js b/apps/angular/node_modules/es-abstract/2016/IsRegExp.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/IsRegExp.js rename to apps/angular/node_modules/es-abstract/2016/IsRegExp.js diff --git a/ClientApp/node_modules/es-abstract/2016/IsWordChar.js b/apps/angular/node_modules/es-abstract/2016/IsWordChar.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/IsWordChar.js rename to apps/angular/node_modules/es-abstract/2016/IsWordChar.js diff --git a/ClientApp/node_modules/es-abstract/2016/IterableToArrayLike.js b/apps/angular/node_modules/es-abstract/2016/IterableToArrayLike.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/IterableToArrayLike.js rename to apps/angular/node_modules/es-abstract/2016/IterableToArrayLike.js diff --git a/ClientApp/node_modules/es-abstract/2016/IteratorClose.js b/apps/angular/node_modules/es-abstract/2016/IteratorClose.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/IteratorClose.js rename to apps/angular/node_modules/es-abstract/2016/IteratorClose.js diff --git a/ClientApp/node_modules/es-abstract/2016/IteratorComplete.js b/apps/angular/node_modules/es-abstract/2016/IteratorComplete.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/IteratorComplete.js rename to apps/angular/node_modules/es-abstract/2016/IteratorComplete.js diff --git a/ClientApp/node_modules/es-abstract/2016/IteratorNext.js b/apps/angular/node_modules/es-abstract/2016/IteratorNext.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/IteratorNext.js rename to apps/angular/node_modules/es-abstract/2016/IteratorNext.js diff --git a/ClientApp/node_modules/es-abstract/2016/IteratorStep.js b/apps/angular/node_modules/es-abstract/2016/IteratorStep.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/IteratorStep.js rename to apps/angular/node_modules/es-abstract/2016/IteratorStep.js diff --git a/ClientApp/node_modules/es-abstract/2016/IteratorValue.js b/apps/angular/node_modules/es-abstract/2016/IteratorValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/IteratorValue.js rename to apps/angular/node_modules/es-abstract/2016/IteratorValue.js diff --git a/ClientApp/node_modules/es-abstract/2016/MakeDate.js b/apps/angular/node_modules/es-abstract/2016/MakeDate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/MakeDate.js rename to apps/angular/node_modules/es-abstract/2016/MakeDate.js diff --git a/ClientApp/node_modules/es-abstract/2016/MakeDay.js b/apps/angular/node_modules/es-abstract/2016/MakeDay.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/MakeDay.js rename to apps/angular/node_modules/es-abstract/2016/MakeDay.js diff --git a/ClientApp/node_modules/es-abstract/2016/MakeTime.js b/apps/angular/node_modules/es-abstract/2016/MakeTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/MakeTime.js rename to apps/angular/node_modules/es-abstract/2016/MakeTime.js diff --git a/ClientApp/node_modules/es-abstract/2016/MinFromTime.js b/apps/angular/node_modules/es-abstract/2016/MinFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/MinFromTime.js rename to apps/angular/node_modules/es-abstract/2016/MinFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2016/MonthFromTime.js b/apps/angular/node_modules/es-abstract/2016/MonthFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/MonthFromTime.js rename to apps/angular/node_modules/es-abstract/2016/MonthFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2016/NewPromiseCapability.js b/apps/angular/node_modules/es-abstract/2016/NewPromiseCapability.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/NewPromiseCapability.js rename to apps/angular/node_modules/es-abstract/2016/NewPromiseCapability.js diff --git a/ClientApp/node_modules/es-abstract/2016/NormalCompletion.js b/apps/angular/node_modules/es-abstract/2016/NormalCompletion.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/NormalCompletion.js rename to apps/angular/node_modules/es-abstract/2016/NormalCompletion.js diff --git a/ClientApp/node_modules/es-abstract/2016/ObjectCreate.js b/apps/angular/node_modules/es-abstract/2016/ObjectCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/ObjectCreate.js rename to apps/angular/node_modules/es-abstract/2016/ObjectCreate.js diff --git a/ClientApp/node_modules/es-abstract/2016/ObjectDefineProperties.js b/apps/angular/node_modules/es-abstract/2016/ObjectDefineProperties.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/ObjectDefineProperties.js rename to apps/angular/node_modules/es-abstract/2016/ObjectDefineProperties.js diff --git a/ClientApp/node_modules/es-abstract/2016/OrdinaryCreateFromConstructor.js b/apps/angular/node_modules/es-abstract/2016/OrdinaryCreateFromConstructor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/OrdinaryCreateFromConstructor.js rename to apps/angular/node_modules/es-abstract/2016/OrdinaryCreateFromConstructor.js diff --git a/ClientApp/node_modules/es-abstract/2016/OrdinaryDefineOwnProperty.js b/apps/angular/node_modules/es-abstract/2016/OrdinaryDefineOwnProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/OrdinaryDefineOwnProperty.js rename to apps/angular/node_modules/es-abstract/2016/OrdinaryDefineOwnProperty.js diff --git a/ClientApp/node_modules/es-abstract/2016/OrdinaryGetOwnProperty.js b/apps/angular/node_modules/es-abstract/2016/OrdinaryGetOwnProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/OrdinaryGetOwnProperty.js rename to apps/angular/node_modules/es-abstract/2016/OrdinaryGetOwnProperty.js diff --git a/ClientApp/node_modules/es-abstract/2016/OrdinaryGetPrototypeOf.js b/apps/angular/node_modules/es-abstract/2016/OrdinaryGetPrototypeOf.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/OrdinaryGetPrototypeOf.js rename to apps/angular/node_modules/es-abstract/2016/OrdinaryGetPrototypeOf.js diff --git a/ClientApp/node_modules/es-abstract/2016/OrdinaryHasInstance.js b/apps/angular/node_modules/es-abstract/2016/OrdinaryHasInstance.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/OrdinaryHasInstance.js rename to apps/angular/node_modules/es-abstract/2016/OrdinaryHasInstance.js diff --git a/ClientApp/node_modules/es-abstract/2016/OrdinaryHasProperty.js b/apps/angular/node_modules/es-abstract/2016/OrdinaryHasProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/OrdinaryHasProperty.js rename to apps/angular/node_modules/es-abstract/2016/OrdinaryHasProperty.js diff --git a/ClientApp/node_modules/es-abstract/2016/OrdinarySetPrototypeOf.js b/apps/angular/node_modules/es-abstract/2016/OrdinarySetPrototypeOf.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/OrdinarySetPrototypeOf.js rename to apps/angular/node_modules/es-abstract/2016/OrdinarySetPrototypeOf.js diff --git a/ClientApp/node_modules/es-abstract/2016/QuoteJSONString.js b/apps/angular/node_modules/es-abstract/2016/QuoteJSONString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/QuoteJSONString.js rename to apps/angular/node_modules/es-abstract/2016/QuoteJSONString.js diff --git a/ClientApp/node_modules/es-abstract/2016/RegExpCreate.js b/apps/angular/node_modules/es-abstract/2016/RegExpCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/RegExpCreate.js rename to apps/angular/node_modules/es-abstract/2016/RegExpCreate.js diff --git a/ClientApp/node_modules/es-abstract/2016/RegExpExec.js b/apps/angular/node_modules/es-abstract/2016/RegExpExec.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/RegExpExec.js rename to apps/angular/node_modules/es-abstract/2016/RegExpExec.js diff --git a/ClientApp/node_modules/es-abstract/2016/RequireObjectCoercible.js b/apps/angular/node_modules/es-abstract/2016/RequireObjectCoercible.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/RequireObjectCoercible.js rename to apps/angular/node_modules/es-abstract/2016/RequireObjectCoercible.js diff --git a/ClientApp/node_modules/es-abstract/2016/SameValue.js b/apps/angular/node_modules/es-abstract/2016/SameValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/SameValue.js rename to apps/angular/node_modules/es-abstract/2016/SameValue.js diff --git a/ClientApp/node_modules/es-abstract/2016/SameValueNonNumber.js b/apps/angular/node_modules/es-abstract/2016/SameValueNonNumber.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/SameValueNonNumber.js rename to apps/angular/node_modules/es-abstract/2016/SameValueNonNumber.js diff --git a/ClientApp/node_modules/es-abstract/2016/SameValueZero.js b/apps/angular/node_modules/es-abstract/2016/SameValueZero.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/SameValueZero.js rename to apps/angular/node_modules/es-abstract/2016/SameValueZero.js diff --git a/ClientApp/node_modules/es-abstract/2016/SecFromTime.js b/apps/angular/node_modules/es-abstract/2016/SecFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/SecFromTime.js rename to apps/angular/node_modules/es-abstract/2016/SecFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2016/Set.js b/apps/angular/node_modules/es-abstract/2016/Set.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/Set.js rename to apps/angular/node_modules/es-abstract/2016/Set.js diff --git a/ClientApp/node_modules/es-abstract/2016/SetFunctionName.js b/apps/angular/node_modules/es-abstract/2016/SetFunctionName.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/SetFunctionName.js rename to apps/angular/node_modules/es-abstract/2016/SetFunctionName.js diff --git a/ClientApp/node_modules/es-abstract/2016/SetIntegrityLevel.js b/apps/angular/node_modules/es-abstract/2016/SetIntegrityLevel.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/SetIntegrityLevel.js rename to apps/angular/node_modules/es-abstract/2016/SetIntegrityLevel.js diff --git a/ClientApp/node_modules/es-abstract/2016/SetValueInBuffer.js b/apps/angular/node_modules/es-abstract/2016/SetValueInBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/SetValueInBuffer.js rename to apps/angular/node_modules/es-abstract/2016/SetValueInBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2016/SpeciesConstructor.js b/apps/angular/node_modules/es-abstract/2016/SpeciesConstructor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/SpeciesConstructor.js rename to apps/angular/node_modules/es-abstract/2016/SpeciesConstructor.js diff --git a/ClientApp/node_modules/es-abstract/2016/SplitMatch.js b/apps/angular/node_modules/es-abstract/2016/SplitMatch.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/SplitMatch.js rename to apps/angular/node_modules/es-abstract/2016/SplitMatch.js diff --git a/ClientApp/node_modules/es-abstract/2016/StrictEqualityComparison.js b/apps/angular/node_modules/es-abstract/2016/StrictEqualityComparison.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/StrictEqualityComparison.js rename to apps/angular/node_modules/es-abstract/2016/StrictEqualityComparison.js diff --git a/ClientApp/node_modules/es-abstract/2016/StringCreate.js b/apps/angular/node_modules/es-abstract/2016/StringCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/StringCreate.js rename to apps/angular/node_modules/es-abstract/2016/StringCreate.js diff --git a/ClientApp/node_modules/es-abstract/2016/SymbolDescriptiveString.js b/apps/angular/node_modules/es-abstract/2016/SymbolDescriptiveString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/SymbolDescriptiveString.js rename to apps/angular/node_modules/es-abstract/2016/SymbolDescriptiveString.js diff --git a/ClientApp/node_modules/es-abstract/2016/TestIntegrityLevel.js b/apps/angular/node_modules/es-abstract/2016/TestIntegrityLevel.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/TestIntegrityLevel.js rename to apps/angular/node_modules/es-abstract/2016/TestIntegrityLevel.js diff --git a/ClientApp/node_modules/es-abstract/2016/TimeClip.js b/apps/angular/node_modules/es-abstract/2016/TimeClip.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/TimeClip.js rename to apps/angular/node_modules/es-abstract/2016/TimeClip.js diff --git a/ClientApp/node_modules/es-abstract/2016/TimeFromYear.js b/apps/angular/node_modules/es-abstract/2016/TimeFromYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/TimeFromYear.js rename to apps/angular/node_modules/es-abstract/2016/TimeFromYear.js diff --git a/ClientApp/node_modules/es-abstract/2016/TimeWithinDay.js b/apps/angular/node_modules/es-abstract/2016/TimeWithinDay.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/TimeWithinDay.js rename to apps/angular/node_modules/es-abstract/2016/TimeWithinDay.js diff --git a/ClientApp/node_modules/es-abstract/2016/ToBoolean.js b/apps/angular/node_modules/es-abstract/2016/ToBoolean.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/ToBoolean.js rename to apps/angular/node_modules/es-abstract/2016/ToBoolean.js diff --git a/ClientApp/node_modules/es-abstract/2016/ToDateString.js b/apps/angular/node_modules/es-abstract/2016/ToDateString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/ToDateString.js rename to apps/angular/node_modules/es-abstract/2016/ToDateString.js diff --git a/ClientApp/node_modules/es-abstract/2016/ToInt16.js b/apps/angular/node_modules/es-abstract/2016/ToInt16.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/ToInt16.js rename to apps/angular/node_modules/es-abstract/2016/ToInt16.js diff --git a/ClientApp/node_modules/es-abstract/2016/ToInt32.js b/apps/angular/node_modules/es-abstract/2016/ToInt32.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/ToInt32.js rename to apps/angular/node_modules/es-abstract/2016/ToInt32.js diff --git a/ClientApp/node_modules/es-abstract/2016/ToInt8.js b/apps/angular/node_modules/es-abstract/2016/ToInt8.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/ToInt8.js rename to apps/angular/node_modules/es-abstract/2016/ToInt8.js diff --git a/ClientApp/node_modules/es-abstract/2016/ToInteger.js b/apps/angular/node_modules/es-abstract/2016/ToInteger.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/ToInteger.js rename to apps/angular/node_modules/es-abstract/2016/ToInteger.js diff --git a/ClientApp/node_modules/es-abstract/2016/ToLength.js b/apps/angular/node_modules/es-abstract/2016/ToLength.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/ToLength.js rename to apps/angular/node_modules/es-abstract/2016/ToLength.js diff --git a/ClientApp/node_modules/es-abstract/2016/ToNumber.js b/apps/angular/node_modules/es-abstract/2016/ToNumber.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/ToNumber.js rename to apps/angular/node_modules/es-abstract/2016/ToNumber.js diff --git a/ClientApp/node_modules/es-abstract/2016/ToObject.js b/apps/angular/node_modules/es-abstract/2016/ToObject.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/ToObject.js rename to apps/angular/node_modules/es-abstract/2016/ToObject.js diff --git a/ClientApp/node_modules/es-abstract/2016/ToPrimitive.js b/apps/angular/node_modules/es-abstract/2016/ToPrimitive.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/ToPrimitive.js rename to apps/angular/node_modules/es-abstract/2016/ToPrimitive.js diff --git a/ClientApp/node_modules/es-abstract/2016/ToPropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2016/ToPropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/ToPropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2016/ToPropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2016/ToPropertyKey.js b/apps/angular/node_modules/es-abstract/2016/ToPropertyKey.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/ToPropertyKey.js rename to apps/angular/node_modules/es-abstract/2016/ToPropertyKey.js diff --git a/ClientApp/node_modules/es-abstract/2016/ToString.js b/apps/angular/node_modules/es-abstract/2016/ToString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/ToString.js rename to apps/angular/node_modules/es-abstract/2016/ToString.js diff --git a/ClientApp/node_modules/es-abstract/2016/ToUint16.js b/apps/angular/node_modules/es-abstract/2016/ToUint16.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/ToUint16.js rename to apps/angular/node_modules/es-abstract/2016/ToUint16.js diff --git a/ClientApp/node_modules/es-abstract/2016/ToUint32.js b/apps/angular/node_modules/es-abstract/2016/ToUint32.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/ToUint32.js rename to apps/angular/node_modules/es-abstract/2016/ToUint32.js diff --git a/ClientApp/node_modules/es-abstract/2016/ToUint8.js b/apps/angular/node_modules/es-abstract/2016/ToUint8.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/ToUint8.js rename to apps/angular/node_modules/es-abstract/2016/ToUint8.js diff --git a/ClientApp/node_modules/es-abstract/2016/ToUint8Clamp.js b/apps/angular/node_modules/es-abstract/2016/ToUint8Clamp.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/ToUint8Clamp.js rename to apps/angular/node_modules/es-abstract/2016/ToUint8Clamp.js diff --git a/ClientApp/node_modules/es-abstract/2016/Type.js b/apps/angular/node_modules/es-abstract/2016/Type.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/Type.js rename to apps/angular/node_modules/es-abstract/2016/Type.js diff --git a/ClientApp/node_modules/es-abstract/2016/TypedArrayCreate.js b/apps/angular/node_modules/es-abstract/2016/TypedArrayCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/TypedArrayCreate.js rename to apps/angular/node_modules/es-abstract/2016/TypedArrayCreate.js diff --git a/ClientApp/node_modules/es-abstract/2016/TypedArraySpeciesCreate.js b/apps/angular/node_modules/es-abstract/2016/TypedArraySpeciesCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/TypedArraySpeciesCreate.js rename to apps/angular/node_modules/es-abstract/2016/TypedArraySpeciesCreate.js diff --git a/ClientApp/node_modules/es-abstract/2016/UTF16Decode.js b/apps/angular/node_modules/es-abstract/2016/UTF16Decode.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/UTF16Decode.js rename to apps/angular/node_modules/es-abstract/2016/UTF16Decode.js diff --git a/ClientApp/node_modules/es-abstract/2016/UTF16Encoding.js b/apps/angular/node_modules/es-abstract/2016/UTF16Encoding.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/UTF16Encoding.js rename to apps/angular/node_modules/es-abstract/2016/UTF16Encoding.js diff --git a/ClientApp/node_modules/es-abstract/2016/ValidateAndApplyPropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2016/ValidateAndApplyPropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/ValidateAndApplyPropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2016/ValidateAndApplyPropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2016/ValidateTypedArray.js b/apps/angular/node_modules/es-abstract/2016/ValidateTypedArray.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/ValidateTypedArray.js rename to apps/angular/node_modules/es-abstract/2016/ValidateTypedArray.js diff --git a/ClientApp/node_modules/es-abstract/2016/WeekDay.js b/apps/angular/node_modules/es-abstract/2016/WeekDay.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/WeekDay.js rename to apps/angular/node_modules/es-abstract/2016/WeekDay.js diff --git a/ClientApp/node_modules/es-abstract/2016/YearFromTime.js b/apps/angular/node_modules/es-abstract/2016/YearFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/YearFromTime.js rename to apps/angular/node_modules/es-abstract/2016/YearFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2016/abs.js b/apps/angular/node_modules/es-abstract/2016/abs.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/abs.js rename to apps/angular/node_modules/es-abstract/2016/abs.js diff --git a/ClientApp/node_modules/es-abstract/2016/floor.js b/apps/angular/node_modules/es-abstract/2016/floor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/floor.js rename to apps/angular/node_modules/es-abstract/2016/floor.js diff --git a/ClientApp/node_modules/es-abstract/2016/max.js b/apps/angular/node_modules/es-abstract/2016/max.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/max.js rename to apps/angular/node_modules/es-abstract/2016/max.js diff --git a/ClientApp/node_modules/es-abstract/2016/min.js b/apps/angular/node_modules/es-abstract/2016/min.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/min.js rename to apps/angular/node_modules/es-abstract/2016/min.js diff --git a/ClientApp/node_modules/es-abstract/2016/modulo.js b/apps/angular/node_modules/es-abstract/2016/modulo.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/modulo.js rename to apps/angular/node_modules/es-abstract/2016/modulo.js diff --git a/ClientApp/node_modules/es-abstract/2016/msFromTime.js b/apps/angular/node_modules/es-abstract/2016/msFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/msFromTime.js rename to apps/angular/node_modules/es-abstract/2016/msFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2016/tables/typed-array-objects.js b/apps/angular/node_modules/es-abstract/2016/tables/typed-array-objects.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/tables/typed-array-objects.js rename to apps/angular/node_modules/es-abstract/2016/tables/typed-array-objects.js diff --git a/ClientApp/node_modules/es-abstract/2016/thisBooleanValue.js b/apps/angular/node_modules/es-abstract/2016/thisBooleanValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/thisBooleanValue.js rename to apps/angular/node_modules/es-abstract/2016/thisBooleanValue.js diff --git a/ClientApp/node_modules/es-abstract/2016/thisNumberValue.js b/apps/angular/node_modules/es-abstract/2016/thisNumberValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/thisNumberValue.js rename to apps/angular/node_modules/es-abstract/2016/thisNumberValue.js diff --git a/ClientApp/node_modules/es-abstract/2016/thisStringValue.js b/apps/angular/node_modules/es-abstract/2016/thisStringValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/thisStringValue.js rename to apps/angular/node_modules/es-abstract/2016/thisStringValue.js diff --git a/ClientApp/node_modules/es-abstract/2016/thisTimeValue.js b/apps/angular/node_modules/es-abstract/2016/thisTimeValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2016/thisTimeValue.js rename to apps/angular/node_modules/es-abstract/2016/thisTimeValue.js diff --git a/ClientApp/node_modules/es-abstract/2017/AbstractEqualityComparison.js b/apps/angular/node_modules/es-abstract/2017/AbstractEqualityComparison.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/AbstractEqualityComparison.js rename to apps/angular/node_modules/es-abstract/2017/AbstractEqualityComparison.js diff --git a/ClientApp/node_modules/es-abstract/2017/AbstractRelationalComparison.js b/apps/angular/node_modules/es-abstract/2017/AbstractRelationalComparison.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/AbstractRelationalComparison.js rename to apps/angular/node_modules/es-abstract/2017/AbstractRelationalComparison.js diff --git a/ClientApp/node_modules/es-abstract/2017/AdvanceStringIndex.js b/apps/angular/node_modules/es-abstract/2017/AdvanceStringIndex.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/AdvanceStringIndex.js rename to apps/angular/node_modules/es-abstract/2017/AdvanceStringIndex.js diff --git a/ClientApp/node_modules/es-abstract/2017/ArrayCreate.js b/apps/angular/node_modules/es-abstract/2017/ArrayCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/ArrayCreate.js rename to apps/angular/node_modules/es-abstract/2017/ArrayCreate.js diff --git a/ClientApp/node_modules/es-abstract/2017/ArraySetLength.js b/apps/angular/node_modules/es-abstract/2017/ArraySetLength.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/ArraySetLength.js rename to apps/angular/node_modules/es-abstract/2017/ArraySetLength.js diff --git a/ClientApp/node_modules/es-abstract/2017/ArraySpeciesCreate.js b/apps/angular/node_modules/es-abstract/2017/ArraySpeciesCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/ArraySpeciesCreate.js rename to apps/angular/node_modules/es-abstract/2017/ArraySpeciesCreate.js diff --git a/ClientApp/node_modules/es-abstract/2017/Call.js b/apps/angular/node_modules/es-abstract/2017/Call.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/Call.js rename to apps/angular/node_modules/es-abstract/2017/Call.js diff --git a/ClientApp/node_modules/es-abstract/2017/CanonicalNumericIndexString.js b/apps/angular/node_modules/es-abstract/2017/CanonicalNumericIndexString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/CanonicalNumericIndexString.js rename to apps/angular/node_modules/es-abstract/2017/CanonicalNumericIndexString.js diff --git a/ClientApp/node_modules/es-abstract/2017/Canonicalize.js b/apps/angular/node_modules/es-abstract/2017/Canonicalize.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/Canonicalize.js rename to apps/angular/node_modules/es-abstract/2017/Canonicalize.js diff --git a/ClientApp/node_modules/es-abstract/2017/CharacterRange.js b/apps/angular/node_modules/es-abstract/2017/CharacterRange.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/CharacterRange.js rename to apps/angular/node_modules/es-abstract/2017/CharacterRange.js diff --git a/ClientApp/node_modules/es-abstract/2017/CompletePropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2017/CompletePropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/CompletePropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2017/CompletePropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2017/CompletionRecord.js b/apps/angular/node_modules/es-abstract/2017/CompletionRecord.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/CompletionRecord.js rename to apps/angular/node_modules/es-abstract/2017/CompletionRecord.js diff --git a/ClientApp/node_modules/es-abstract/2017/CreateDataProperty.js b/apps/angular/node_modules/es-abstract/2017/CreateDataProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/CreateDataProperty.js rename to apps/angular/node_modules/es-abstract/2017/CreateDataProperty.js diff --git a/ClientApp/node_modules/es-abstract/2017/CreateDataPropertyOrThrow.js b/apps/angular/node_modules/es-abstract/2017/CreateDataPropertyOrThrow.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/CreateDataPropertyOrThrow.js rename to apps/angular/node_modules/es-abstract/2017/CreateDataPropertyOrThrow.js diff --git a/ClientApp/node_modules/es-abstract/2017/CreateHTML.js b/apps/angular/node_modules/es-abstract/2017/CreateHTML.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/CreateHTML.js rename to apps/angular/node_modules/es-abstract/2017/CreateHTML.js diff --git a/ClientApp/node_modules/es-abstract/2017/CreateIterResultObject.js b/apps/angular/node_modules/es-abstract/2017/CreateIterResultObject.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/CreateIterResultObject.js rename to apps/angular/node_modules/es-abstract/2017/CreateIterResultObject.js diff --git a/ClientApp/node_modules/es-abstract/2017/CreateListFromArrayLike.js b/apps/angular/node_modules/es-abstract/2017/CreateListFromArrayLike.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/CreateListFromArrayLike.js rename to apps/angular/node_modules/es-abstract/2017/CreateListFromArrayLike.js diff --git a/ClientApp/node_modules/es-abstract/2017/CreateMethodProperty.js b/apps/angular/node_modules/es-abstract/2017/CreateMethodProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/CreateMethodProperty.js rename to apps/angular/node_modules/es-abstract/2017/CreateMethodProperty.js diff --git a/ClientApp/node_modules/es-abstract/2017/DateFromTime.js b/apps/angular/node_modules/es-abstract/2017/DateFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/DateFromTime.js rename to apps/angular/node_modules/es-abstract/2017/DateFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2017/Day.js b/apps/angular/node_modules/es-abstract/2017/Day.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/Day.js rename to apps/angular/node_modules/es-abstract/2017/Day.js diff --git a/ClientApp/node_modules/es-abstract/2017/DayFromYear.js b/apps/angular/node_modules/es-abstract/2017/DayFromYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/DayFromYear.js rename to apps/angular/node_modules/es-abstract/2017/DayFromYear.js diff --git a/ClientApp/node_modules/es-abstract/2017/DayWithinYear.js b/apps/angular/node_modules/es-abstract/2017/DayWithinYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/DayWithinYear.js rename to apps/angular/node_modules/es-abstract/2017/DayWithinYear.js diff --git a/ClientApp/node_modules/es-abstract/2017/DaysInYear.js b/apps/angular/node_modules/es-abstract/2017/DaysInYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/DaysInYear.js rename to apps/angular/node_modules/es-abstract/2017/DaysInYear.js diff --git a/ClientApp/node_modules/es-abstract/2017/DefinePropertyOrThrow.js b/apps/angular/node_modules/es-abstract/2017/DefinePropertyOrThrow.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/DefinePropertyOrThrow.js rename to apps/angular/node_modules/es-abstract/2017/DefinePropertyOrThrow.js diff --git a/ClientApp/node_modules/es-abstract/2017/DeletePropertyOrThrow.js b/apps/angular/node_modules/es-abstract/2017/DeletePropertyOrThrow.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/DeletePropertyOrThrow.js rename to apps/angular/node_modules/es-abstract/2017/DeletePropertyOrThrow.js diff --git a/ClientApp/node_modules/es-abstract/2017/DetachArrayBuffer.js b/apps/angular/node_modules/es-abstract/2017/DetachArrayBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/DetachArrayBuffer.js rename to apps/angular/node_modules/es-abstract/2017/DetachArrayBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2017/EnumerableOwnProperties.js b/apps/angular/node_modules/es-abstract/2017/EnumerableOwnProperties.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/EnumerableOwnProperties.js rename to apps/angular/node_modules/es-abstract/2017/EnumerableOwnProperties.js diff --git a/ClientApp/node_modules/es-abstract/2017/FromPropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2017/FromPropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/FromPropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2017/FromPropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2017/Get.js b/apps/angular/node_modules/es-abstract/2017/Get.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/Get.js rename to apps/angular/node_modules/es-abstract/2017/Get.js diff --git a/ClientApp/node_modules/es-abstract/2017/GetGlobalObject.js b/apps/angular/node_modules/es-abstract/2017/GetGlobalObject.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/GetGlobalObject.js rename to apps/angular/node_modules/es-abstract/2017/GetGlobalObject.js diff --git a/ClientApp/node_modules/es-abstract/2017/GetIterator.js b/apps/angular/node_modules/es-abstract/2017/GetIterator.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/GetIterator.js rename to apps/angular/node_modules/es-abstract/2017/GetIterator.js diff --git a/ClientApp/node_modules/es-abstract/2017/GetMethod.js b/apps/angular/node_modules/es-abstract/2017/GetMethod.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/GetMethod.js rename to apps/angular/node_modules/es-abstract/2017/GetMethod.js diff --git a/ClientApp/node_modules/es-abstract/2017/GetOwnPropertyKeys.js b/apps/angular/node_modules/es-abstract/2017/GetOwnPropertyKeys.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/GetOwnPropertyKeys.js rename to apps/angular/node_modules/es-abstract/2017/GetOwnPropertyKeys.js diff --git a/ClientApp/node_modules/es-abstract/2017/GetPrototypeFromConstructor.js b/apps/angular/node_modules/es-abstract/2017/GetPrototypeFromConstructor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/GetPrototypeFromConstructor.js rename to apps/angular/node_modules/es-abstract/2017/GetPrototypeFromConstructor.js diff --git a/ClientApp/node_modules/es-abstract/2017/GetSubstitution.js b/apps/angular/node_modules/es-abstract/2017/GetSubstitution.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/GetSubstitution.js rename to apps/angular/node_modules/es-abstract/2017/GetSubstitution.js diff --git a/ClientApp/node_modules/es-abstract/2017/GetV.js b/apps/angular/node_modules/es-abstract/2017/GetV.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/GetV.js rename to apps/angular/node_modules/es-abstract/2017/GetV.js diff --git a/ClientApp/node_modules/es-abstract/2017/GetValueFromBuffer.js b/apps/angular/node_modules/es-abstract/2017/GetValueFromBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/GetValueFromBuffer.js rename to apps/angular/node_modules/es-abstract/2017/GetValueFromBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2017/HasOwnProperty.js b/apps/angular/node_modules/es-abstract/2017/HasOwnProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/HasOwnProperty.js rename to apps/angular/node_modules/es-abstract/2017/HasOwnProperty.js diff --git a/ClientApp/node_modules/es-abstract/2017/HasProperty.js b/apps/angular/node_modules/es-abstract/2017/HasProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/HasProperty.js rename to apps/angular/node_modules/es-abstract/2017/HasProperty.js diff --git a/ClientApp/node_modules/es-abstract/2017/HourFromTime.js b/apps/angular/node_modules/es-abstract/2017/HourFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/HourFromTime.js rename to apps/angular/node_modules/es-abstract/2017/HourFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2017/InLeapYear.js b/apps/angular/node_modules/es-abstract/2017/InLeapYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/InLeapYear.js rename to apps/angular/node_modules/es-abstract/2017/InLeapYear.js diff --git a/ClientApp/node_modules/es-abstract/2017/InstanceofOperator.js b/apps/angular/node_modules/es-abstract/2017/InstanceofOperator.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/InstanceofOperator.js rename to apps/angular/node_modules/es-abstract/2017/InstanceofOperator.js diff --git a/ClientApp/node_modules/es-abstract/2017/IntegerIndexedElementGet.js b/apps/angular/node_modules/es-abstract/2017/IntegerIndexedElementGet.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/IntegerIndexedElementGet.js rename to apps/angular/node_modules/es-abstract/2017/IntegerIndexedElementGet.js diff --git a/ClientApp/node_modules/es-abstract/2017/IntegerIndexedElementSet.js b/apps/angular/node_modules/es-abstract/2017/IntegerIndexedElementSet.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/IntegerIndexedElementSet.js rename to apps/angular/node_modules/es-abstract/2017/IntegerIndexedElementSet.js diff --git a/ClientApp/node_modules/es-abstract/2017/InternalizeJSONProperty.js b/apps/angular/node_modules/es-abstract/2017/InternalizeJSONProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/InternalizeJSONProperty.js rename to apps/angular/node_modules/es-abstract/2017/InternalizeJSONProperty.js diff --git a/ClientApp/node_modules/es-abstract/2017/Invoke.js b/apps/angular/node_modules/es-abstract/2017/Invoke.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/Invoke.js rename to apps/angular/node_modules/es-abstract/2017/Invoke.js diff --git a/ClientApp/node_modules/es-abstract/2017/IsAccessorDescriptor.js b/apps/angular/node_modules/es-abstract/2017/IsAccessorDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/IsAccessorDescriptor.js rename to apps/angular/node_modules/es-abstract/2017/IsAccessorDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2017/IsArray.js b/apps/angular/node_modules/es-abstract/2017/IsArray.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/IsArray.js rename to apps/angular/node_modules/es-abstract/2017/IsArray.js diff --git a/ClientApp/node_modules/es-abstract/2017/IsCallable.js b/apps/angular/node_modules/es-abstract/2017/IsCallable.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/IsCallable.js rename to apps/angular/node_modules/es-abstract/2017/IsCallable.js diff --git a/ClientApp/node_modules/es-abstract/2017/IsCompatiblePropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2017/IsCompatiblePropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/IsCompatiblePropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2017/IsCompatiblePropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2017/IsConcatSpreadable.js b/apps/angular/node_modules/es-abstract/2017/IsConcatSpreadable.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/IsConcatSpreadable.js rename to apps/angular/node_modules/es-abstract/2017/IsConcatSpreadable.js diff --git a/ClientApp/node_modules/es-abstract/2017/IsConstructor.js b/apps/angular/node_modules/es-abstract/2017/IsConstructor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/IsConstructor.js rename to apps/angular/node_modules/es-abstract/2017/IsConstructor.js diff --git a/ClientApp/node_modules/es-abstract/2017/IsDataDescriptor.js b/apps/angular/node_modules/es-abstract/2017/IsDataDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/IsDataDescriptor.js rename to apps/angular/node_modules/es-abstract/2017/IsDataDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2017/IsDetachedBuffer.js b/apps/angular/node_modules/es-abstract/2017/IsDetachedBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/IsDetachedBuffer.js rename to apps/angular/node_modules/es-abstract/2017/IsDetachedBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2017/IsExtensible.js b/apps/angular/node_modules/es-abstract/2017/IsExtensible.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/IsExtensible.js rename to apps/angular/node_modules/es-abstract/2017/IsExtensible.js diff --git a/ClientApp/node_modules/es-abstract/2017/IsGenericDescriptor.js b/apps/angular/node_modules/es-abstract/2017/IsGenericDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/IsGenericDescriptor.js rename to apps/angular/node_modules/es-abstract/2017/IsGenericDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2017/IsInteger.js b/apps/angular/node_modules/es-abstract/2017/IsInteger.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/IsInteger.js rename to apps/angular/node_modules/es-abstract/2017/IsInteger.js diff --git a/ClientApp/node_modules/es-abstract/2017/IsPromise.js b/apps/angular/node_modules/es-abstract/2017/IsPromise.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/IsPromise.js rename to apps/angular/node_modules/es-abstract/2017/IsPromise.js diff --git a/ClientApp/node_modules/es-abstract/2017/IsPropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2017/IsPropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/IsPropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2017/IsPropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2017/IsPropertyKey.js b/apps/angular/node_modules/es-abstract/2017/IsPropertyKey.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/IsPropertyKey.js rename to apps/angular/node_modules/es-abstract/2017/IsPropertyKey.js diff --git a/ClientApp/node_modules/es-abstract/2017/IsRegExp.js b/apps/angular/node_modules/es-abstract/2017/IsRegExp.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/IsRegExp.js rename to apps/angular/node_modules/es-abstract/2017/IsRegExp.js diff --git a/ClientApp/node_modules/es-abstract/2017/IsSharedArrayBuffer.js b/apps/angular/node_modules/es-abstract/2017/IsSharedArrayBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/IsSharedArrayBuffer.js rename to apps/angular/node_modules/es-abstract/2017/IsSharedArrayBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2017/IsWordChar.js b/apps/angular/node_modules/es-abstract/2017/IsWordChar.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/IsWordChar.js rename to apps/angular/node_modules/es-abstract/2017/IsWordChar.js diff --git a/ClientApp/node_modules/es-abstract/2017/IterableToList.js b/apps/angular/node_modules/es-abstract/2017/IterableToList.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/IterableToList.js rename to apps/angular/node_modules/es-abstract/2017/IterableToList.js diff --git a/ClientApp/node_modules/es-abstract/2017/IteratorClose.js b/apps/angular/node_modules/es-abstract/2017/IteratorClose.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/IteratorClose.js rename to apps/angular/node_modules/es-abstract/2017/IteratorClose.js diff --git a/ClientApp/node_modules/es-abstract/2017/IteratorComplete.js b/apps/angular/node_modules/es-abstract/2017/IteratorComplete.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/IteratorComplete.js rename to apps/angular/node_modules/es-abstract/2017/IteratorComplete.js diff --git a/ClientApp/node_modules/es-abstract/2017/IteratorNext.js b/apps/angular/node_modules/es-abstract/2017/IteratorNext.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/IteratorNext.js rename to apps/angular/node_modules/es-abstract/2017/IteratorNext.js diff --git a/ClientApp/node_modules/es-abstract/2017/IteratorStep.js b/apps/angular/node_modules/es-abstract/2017/IteratorStep.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/IteratorStep.js rename to apps/angular/node_modules/es-abstract/2017/IteratorStep.js diff --git a/ClientApp/node_modules/es-abstract/2017/IteratorValue.js b/apps/angular/node_modules/es-abstract/2017/IteratorValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/IteratorValue.js rename to apps/angular/node_modules/es-abstract/2017/IteratorValue.js diff --git a/ClientApp/node_modules/es-abstract/2017/MakeDate.js b/apps/angular/node_modules/es-abstract/2017/MakeDate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/MakeDate.js rename to apps/angular/node_modules/es-abstract/2017/MakeDate.js diff --git a/ClientApp/node_modules/es-abstract/2017/MakeDay.js b/apps/angular/node_modules/es-abstract/2017/MakeDay.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/MakeDay.js rename to apps/angular/node_modules/es-abstract/2017/MakeDay.js diff --git a/ClientApp/node_modules/es-abstract/2017/MakeTime.js b/apps/angular/node_modules/es-abstract/2017/MakeTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/MakeTime.js rename to apps/angular/node_modules/es-abstract/2017/MakeTime.js diff --git a/ClientApp/node_modules/es-abstract/2017/MinFromTime.js b/apps/angular/node_modules/es-abstract/2017/MinFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/MinFromTime.js rename to apps/angular/node_modules/es-abstract/2017/MinFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2017/MonthFromTime.js b/apps/angular/node_modules/es-abstract/2017/MonthFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/MonthFromTime.js rename to apps/angular/node_modules/es-abstract/2017/MonthFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2017/NewPromiseCapability.js b/apps/angular/node_modules/es-abstract/2017/NewPromiseCapability.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/NewPromiseCapability.js rename to apps/angular/node_modules/es-abstract/2017/NewPromiseCapability.js diff --git a/ClientApp/node_modules/es-abstract/2017/NormalCompletion.js b/apps/angular/node_modules/es-abstract/2017/NormalCompletion.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/NormalCompletion.js rename to apps/angular/node_modules/es-abstract/2017/NormalCompletion.js diff --git a/ClientApp/node_modules/es-abstract/2017/NumberToRawBytes.js b/apps/angular/node_modules/es-abstract/2017/NumberToRawBytes.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/NumberToRawBytes.js rename to apps/angular/node_modules/es-abstract/2017/NumberToRawBytes.js diff --git a/ClientApp/node_modules/es-abstract/2017/ObjectCreate.js b/apps/angular/node_modules/es-abstract/2017/ObjectCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/ObjectCreate.js rename to apps/angular/node_modules/es-abstract/2017/ObjectCreate.js diff --git a/ClientApp/node_modules/es-abstract/2017/ObjectDefineProperties.js b/apps/angular/node_modules/es-abstract/2017/ObjectDefineProperties.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/ObjectDefineProperties.js rename to apps/angular/node_modules/es-abstract/2017/ObjectDefineProperties.js diff --git a/ClientApp/node_modules/es-abstract/2017/OrdinaryCreateFromConstructor.js b/apps/angular/node_modules/es-abstract/2017/OrdinaryCreateFromConstructor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/OrdinaryCreateFromConstructor.js rename to apps/angular/node_modules/es-abstract/2017/OrdinaryCreateFromConstructor.js diff --git a/ClientApp/node_modules/es-abstract/2017/OrdinaryDefineOwnProperty.js b/apps/angular/node_modules/es-abstract/2017/OrdinaryDefineOwnProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/OrdinaryDefineOwnProperty.js rename to apps/angular/node_modules/es-abstract/2017/OrdinaryDefineOwnProperty.js diff --git a/ClientApp/node_modules/es-abstract/2017/OrdinaryGetOwnProperty.js b/apps/angular/node_modules/es-abstract/2017/OrdinaryGetOwnProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/OrdinaryGetOwnProperty.js rename to apps/angular/node_modules/es-abstract/2017/OrdinaryGetOwnProperty.js diff --git a/ClientApp/node_modules/es-abstract/2017/OrdinaryGetPrototypeOf.js b/apps/angular/node_modules/es-abstract/2017/OrdinaryGetPrototypeOf.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/OrdinaryGetPrototypeOf.js rename to apps/angular/node_modules/es-abstract/2017/OrdinaryGetPrototypeOf.js diff --git a/ClientApp/node_modules/es-abstract/2017/OrdinaryHasInstance.js b/apps/angular/node_modules/es-abstract/2017/OrdinaryHasInstance.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/OrdinaryHasInstance.js rename to apps/angular/node_modules/es-abstract/2017/OrdinaryHasInstance.js diff --git a/ClientApp/node_modules/es-abstract/2017/OrdinaryHasProperty.js b/apps/angular/node_modules/es-abstract/2017/OrdinaryHasProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/OrdinaryHasProperty.js rename to apps/angular/node_modules/es-abstract/2017/OrdinaryHasProperty.js diff --git a/ClientApp/node_modules/es-abstract/2017/OrdinarySetPrototypeOf.js b/apps/angular/node_modules/es-abstract/2017/OrdinarySetPrototypeOf.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/OrdinarySetPrototypeOf.js rename to apps/angular/node_modules/es-abstract/2017/OrdinarySetPrototypeOf.js diff --git a/ClientApp/node_modules/es-abstract/2017/OrdinaryToPrimitive.js b/apps/angular/node_modules/es-abstract/2017/OrdinaryToPrimitive.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/OrdinaryToPrimitive.js rename to apps/angular/node_modules/es-abstract/2017/OrdinaryToPrimitive.js diff --git a/ClientApp/node_modules/es-abstract/2017/QuoteJSONString.js b/apps/angular/node_modules/es-abstract/2017/QuoteJSONString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/QuoteJSONString.js rename to apps/angular/node_modules/es-abstract/2017/QuoteJSONString.js diff --git a/ClientApp/node_modules/es-abstract/2017/RawBytesToNumber.js b/apps/angular/node_modules/es-abstract/2017/RawBytesToNumber.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/RawBytesToNumber.js rename to apps/angular/node_modules/es-abstract/2017/RawBytesToNumber.js diff --git a/ClientApp/node_modules/es-abstract/2017/RegExpCreate.js b/apps/angular/node_modules/es-abstract/2017/RegExpCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/RegExpCreate.js rename to apps/angular/node_modules/es-abstract/2017/RegExpCreate.js diff --git a/ClientApp/node_modules/es-abstract/2017/RegExpExec.js b/apps/angular/node_modules/es-abstract/2017/RegExpExec.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/RegExpExec.js rename to apps/angular/node_modules/es-abstract/2017/RegExpExec.js diff --git a/ClientApp/node_modules/es-abstract/2017/RequireObjectCoercible.js b/apps/angular/node_modules/es-abstract/2017/RequireObjectCoercible.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/RequireObjectCoercible.js rename to apps/angular/node_modules/es-abstract/2017/RequireObjectCoercible.js diff --git a/ClientApp/node_modules/es-abstract/2017/SameValue.js b/apps/angular/node_modules/es-abstract/2017/SameValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/SameValue.js rename to apps/angular/node_modules/es-abstract/2017/SameValue.js diff --git a/ClientApp/node_modules/es-abstract/2017/SameValueNonNumber.js b/apps/angular/node_modules/es-abstract/2017/SameValueNonNumber.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/SameValueNonNumber.js rename to apps/angular/node_modules/es-abstract/2017/SameValueNonNumber.js diff --git a/ClientApp/node_modules/es-abstract/2017/SameValueZero.js b/apps/angular/node_modules/es-abstract/2017/SameValueZero.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/SameValueZero.js rename to apps/angular/node_modules/es-abstract/2017/SameValueZero.js diff --git a/ClientApp/node_modules/es-abstract/2017/SecFromTime.js b/apps/angular/node_modules/es-abstract/2017/SecFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/SecFromTime.js rename to apps/angular/node_modules/es-abstract/2017/SecFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2017/Set.js b/apps/angular/node_modules/es-abstract/2017/Set.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/Set.js rename to apps/angular/node_modules/es-abstract/2017/Set.js diff --git a/ClientApp/node_modules/es-abstract/2017/SetFunctionName.js b/apps/angular/node_modules/es-abstract/2017/SetFunctionName.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/SetFunctionName.js rename to apps/angular/node_modules/es-abstract/2017/SetFunctionName.js diff --git a/ClientApp/node_modules/es-abstract/2017/SetIntegrityLevel.js b/apps/angular/node_modules/es-abstract/2017/SetIntegrityLevel.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/SetIntegrityLevel.js rename to apps/angular/node_modules/es-abstract/2017/SetIntegrityLevel.js diff --git a/ClientApp/node_modules/es-abstract/2017/SetValueInBuffer.js b/apps/angular/node_modules/es-abstract/2017/SetValueInBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/SetValueInBuffer.js rename to apps/angular/node_modules/es-abstract/2017/SetValueInBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2017/SpeciesConstructor.js b/apps/angular/node_modules/es-abstract/2017/SpeciesConstructor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/SpeciesConstructor.js rename to apps/angular/node_modules/es-abstract/2017/SpeciesConstructor.js diff --git a/ClientApp/node_modules/es-abstract/2017/SplitMatch.js b/apps/angular/node_modules/es-abstract/2017/SplitMatch.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/SplitMatch.js rename to apps/angular/node_modules/es-abstract/2017/SplitMatch.js diff --git a/ClientApp/node_modules/es-abstract/2017/StrictEqualityComparison.js b/apps/angular/node_modules/es-abstract/2017/StrictEqualityComparison.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/StrictEqualityComparison.js rename to apps/angular/node_modules/es-abstract/2017/StrictEqualityComparison.js diff --git a/ClientApp/node_modules/es-abstract/2017/StringCreate.js b/apps/angular/node_modules/es-abstract/2017/StringCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/StringCreate.js rename to apps/angular/node_modules/es-abstract/2017/StringCreate.js diff --git a/ClientApp/node_modules/es-abstract/2017/StringGetOwnProperty.js b/apps/angular/node_modules/es-abstract/2017/StringGetOwnProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/StringGetOwnProperty.js rename to apps/angular/node_modules/es-abstract/2017/StringGetOwnProperty.js diff --git a/ClientApp/node_modules/es-abstract/2017/SymbolDescriptiveString.js b/apps/angular/node_modules/es-abstract/2017/SymbolDescriptiveString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/SymbolDescriptiveString.js rename to apps/angular/node_modules/es-abstract/2017/SymbolDescriptiveString.js diff --git a/ClientApp/node_modules/es-abstract/2017/TestIntegrityLevel.js b/apps/angular/node_modules/es-abstract/2017/TestIntegrityLevel.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/TestIntegrityLevel.js rename to apps/angular/node_modules/es-abstract/2017/TestIntegrityLevel.js diff --git a/ClientApp/node_modules/es-abstract/2017/TimeClip.js b/apps/angular/node_modules/es-abstract/2017/TimeClip.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/TimeClip.js rename to apps/angular/node_modules/es-abstract/2017/TimeClip.js diff --git a/ClientApp/node_modules/es-abstract/2017/TimeFromYear.js b/apps/angular/node_modules/es-abstract/2017/TimeFromYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/TimeFromYear.js rename to apps/angular/node_modules/es-abstract/2017/TimeFromYear.js diff --git a/ClientApp/node_modules/es-abstract/2017/TimeWithinDay.js b/apps/angular/node_modules/es-abstract/2017/TimeWithinDay.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/TimeWithinDay.js rename to apps/angular/node_modules/es-abstract/2017/TimeWithinDay.js diff --git a/ClientApp/node_modules/es-abstract/2017/ToBoolean.js b/apps/angular/node_modules/es-abstract/2017/ToBoolean.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/ToBoolean.js rename to apps/angular/node_modules/es-abstract/2017/ToBoolean.js diff --git a/ClientApp/node_modules/es-abstract/2017/ToDateString.js b/apps/angular/node_modules/es-abstract/2017/ToDateString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/ToDateString.js rename to apps/angular/node_modules/es-abstract/2017/ToDateString.js diff --git a/ClientApp/node_modules/es-abstract/2017/ToIndex.js b/apps/angular/node_modules/es-abstract/2017/ToIndex.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/ToIndex.js rename to apps/angular/node_modules/es-abstract/2017/ToIndex.js diff --git a/ClientApp/node_modules/es-abstract/2017/ToInt16.js b/apps/angular/node_modules/es-abstract/2017/ToInt16.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/ToInt16.js rename to apps/angular/node_modules/es-abstract/2017/ToInt16.js diff --git a/ClientApp/node_modules/es-abstract/2017/ToInt32.js b/apps/angular/node_modules/es-abstract/2017/ToInt32.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/ToInt32.js rename to apps/angular/node_modules/es-abstract/2017/ToInt32.js diff --git a/ClientApp/node_modules/es-abstract/2017/ToInt8.js b/apps/angular/node_modules/es-abstract/2017/ToInt8.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/ToInt8.js rename to apps/angular/node_modules/es-abstract/2017/ToInt8.js diff --git a/ClientApp/node_modules/es-abstract/2017/ToInteger.js b/apps/angular/node_modules/es-abstract/2017/ToInteger.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/ToInteger.js rename to apps/angular/node_modules/es-abstract/2017/ToInteger.js diff --git a/ClientApp/node_modules/es-abstract/2017/ToLength.js b/apps/angular/node_modules/es-abstract/2017/ToLength.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/ToLength.js rename to apps/angular/node_modules/es-abstract/2017/ToLength.js diff --git a/ClientApp/node_modules/es-abstract/2017/ToNumber.js b/apps/angular/node_modules/es-abstract/2017/ToNumber.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/ToNumber.js rename to apps/angular/node_modules/es-abstract/2017/ToNumber.js diff --git a/ClientApp/node_modules/es-abstract/2017/ToObject.js b/apps/angular/node_modules/es-abstract/2017/ToObject.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/ToObject.js rename to apps/angular/node_modules/es-abstract/2017/ToObject.js diff --git a/ClientApp/node_modules/es-abstract/2017/ToPrimitive.js b/apps/angular/node_modules/es-abstract/2017/ToPrimitive.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/ToPrimitive.js rename to apps/angular/node_modules/es-abstract/2017/ToPrimitive.js diff --git a/ClientApp/node_modules/es-abstract/2017/ToPropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2017/ToPropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/ToPropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2017/ToPropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2017/ToPropertyKey.js b/apps/angular/node_modules/es-abstract/2017/ToPropertyKey.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/ToPropertyKey.js rename to apps/angular/node_modules/es-abstract/2017/ToPropertyKey.js diff --git a/ClientApp/node_modules/es-abstract/2017/ToString.js b/apps/angular/node_modules/es-abstract/2017/ToString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/ToString.js rename to apps/angular/node_modules/es-abstract/2017/ToString.js diff --git a/ClientApp/node_modules/es-abstract/2017/ToUint16.js b/apps/angular/node_modules/es-abstract/2017/ToUint16.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/ToUint16.js rename to apps/angular/node_modules/es-abstract/2017/ToUint16.js diff --git a/ClientApp/node_modules/es-abstract/2017/ToUint32.js b/apps/angular/node_modules/es-abstract/2017/ToUint32.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/ToUint32.js rename to apps/angular/node_modules/es-abstract/2017/ToUint32.js diff --git a/ClientApp/node_modules/es-abstract/2017/ToUint8.js b/apps/angular/node_modules/es-abstract/2017/ToUint8.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/ToUint8.js rename to apps/angular/node_modules/es-abstract/2017/ToUint8.js diff --git a/ClientApp/node_modules/es-abstract/2017/ToUint8Clamp.js b/apps/angular/node_modules/es-abstract/2017/ToUint8Clamp.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/ToUint8Clamp.js rename to apps/angular/node_modules/es-abstract/2017/ToUint8Clamp.js diff --git a/ClientApp/node_modules/es-abstract/2017/Type.js b/apps/angular/node_modules/es-abstract/2017/Type.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/Type.js rename to apps/angular/node_modules/es-abstract/2017/Type.js diff --git a/ClientApp/node_modules/es-abstract/2017/TypedArrayCreate.js b/apps/angular/node_modules/es-abstract/2017/TypedArrayCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/TypedArrayCreate.js rename to apps/angular/node_modules/es-abstract/2017/TypedArrayCreate.js diff --git a/ClientApp/node_modules/es-abstract/2017/TypedArraySpeciesCreate.js b/apps/angular/node_modules/es-abstract/2017/TypedArraySpeciesCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/TypedArraySpeciesCreate.js rename to apps/angular/node_modules/es-abstract/2017/TypedArraySpeciesCreate.js diff --git a/ClientApp/node_modules/es-abstract/2017/UTF16Decode.js b/apps/angular/node_modules/es-abstract/2017/UTF16Decode.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/UTF16Decode.js rename to apps/angular/node_modules/es-abstract/2017/UTF16Decode.js diff --git a/ClientApp/node_modules/es-abstract/2017/UTF16Encoding.js b/apps/angular/node_modules/es-abstract/2017/UTF16Encoding.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/UTF16Encoding.js rename to apps/angular/node_modules/es-abstract/2017/UTF16Encoding.js diff --git a/ClientApp/node_modules/es-abstract/2017/ValidateAndApplyPropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2017/ValidateAndApplyPropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/ValidateAndApplyPropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2017/ValidateAndApplyPropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2017/ValidateAtomicAccess.js b/apps/angular/node_modules/es-abstract/2017/ValidateAtomicAccess.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/ValidateAtomicAccess.js rename to apps/angular/node_modules/es-abstract/2017/ValidateAtomicAccess.js diff --git a/ClientApp/node_modules/es-abstract/2017/ValidateTypedArray.js b/apps/angular/node_modules/es-abstract/2017/ValidateTypedArray.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/ValidateTypedArray.js rename to apps/angular/node_modules/es-abstract/2017/ValidateTypedArray.js diff --git a/ClientApp/node_modules/es-abstract/2017/WeekDay.js b/apps/angular/node_modules/es-abstract/2017/WeekDay.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/WeekDay.js rename to apps/angular/node_modules/es-abstract/2017/WeekDay.js diff --git a/ClientApp/node_modules/es-abstract/2017/WordCharacters.js b/apps/angular/node_modules/es-abstract/2017/WordCharacters.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/WordCharacters.js rename to apps/angular/node_modules/es-abstract/2017/WordCharacters.js diff --git a/ClientApp/node_modules/es-abstract/2017/YearFromTime.js b/apps/angular/node_modules/es-abstract/2017/YearFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/YearFromTime.js rename to apps/angular/node_modules/es-abstract/2017/YearFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2017/abs.js b/apps/angular/node_modules/es-abstract/2017/abs.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/abs.js rename to apps/angular/node_modules/es-abstract/2017/abs.js diff --git a/ClientApp/node_modules/es-abstract/2017/floor.js b/apps/angular/node_modules/es-abstract/2017/floor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/floor.js rename to apps/angular/node_modules/es-abstract/2017/floor.js diff --git a/ClientApp/node_modules/es-abstract/2017/max.js b/apps/angular/node_modules/es-abstract/2017/max.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/max.js rename to apps/angular/node_modules/es-abstract/2017/max.js diff --git a/ClientApp/node_modules/es-abstract/2017/min.js b/apps/angular/node_modules/es-abstract/2017/min.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/min.js rename to apps/angular/node_modules/es-abstract/2017/min.js diff --git a/ClientApp/node_modules/es-abstract/2017/modulo.js b/apps/angular/node_modules/es-abstract/2017/modulo.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/modulo.js rename to apps/angular/node_modules/es-abstract/2017/modulo.js diff --git a/ClientApp/node_modules/es-abstract/2017/msFromTime.js b/apps/angular/node_modules/es-abstract/2017/msFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/msFromTime.js rename to apps/angular/node_modules/es-abstract/2017/msFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2017/tables/typed-array-objects.js b/apps/angular/node_modules/es-abstract/2017/tables/typed-array-objects.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/tables/typed-array-objects.js rename to apps/angular/node_modules/es-abstract/2017/tables/typed-array-objects.js diff --git a/ClientApp/node_modules/es-abstract/2017/thisBooleanValue.js b/apps/angular/node_modules/es-abstract/2017/thisBooleanValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/thisBooleanValue.js rename to apps/angular/node_modules/es-abstract/2017/thisBooleanValue.js diff --git a/ClientApp/node_modules/es-abstract/2017/thisNumberValue.js b/apps/angular/node_modules/es-abstract/2017/thisNumberValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/thisNumberValue.js rename to apps/angular/node_modules/es-abstract/2017/thisNumberValue.js diff --git a/ClientApp/node_modules/es-abstract/2017/thisStringValue.js b/apps/angular/node_modules/es-abstract/2017/thisStringValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/thisStringValue.js rename to apps/angular/node_modules/es-abstract/2017/thisStringValue.js diff --git a/ClientApp/node_modules/es-abstract/2017/thisTimeValue.js b/apps/angular/node_modules/es-abstract/2017/thisTimeValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2017/thisTimeValue.js rename to apps/angular/node_modules/es-abstract/2017/thisTimeValue.js diff --git a/ClientApp/node_modules/es-abstract/2018/AbstractEqualityComparison.js b/apps/angular/node_modules/es-abstract/2018/AbstractEqualityComparison.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/AbstractEqualityComparison.js rename to apps/angular/node_modules/es-abstract/2018/AbstractEqualityComparison.js diff --git a/ClientApp/node_modules/es-abstract/2018/AbstractRelationalComparison.js b/apps/angular/node_modules/es-abstract/2018/AbstractRelationalComparison.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/AbstractRelationalComparison.js rename to apps/angular/node_modules/es-abstract/2018/AbstractRelationalComparison.js diff --git a/ClientApp/node_modules/es-abstract/2018/AdvanceStringIndex.js b/apps/angular/node_modules/es-abstract/2018/AdvanceStringIndex.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/AdvanceStringIndex.js rename to apps/angular/node_modules/es-abstract/2018/AdvanceStringIndex.js diff --git a/ClientApp/node_modules/es-abstract/2018/ArrayCreate.js b/apps/angular/node_modules/es-abstract/2018/ArrayCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/ArrayCreate.js rename to apps/angular/node_modules/es-abstract/2018/ArrayCreate.js diff --git a/ClientApp/node_modules/es-abstract/2018/ArraySetLength.js b/apps/angular/node_modules/es-abstract/2018/ArraySetLength.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/ArraySetLength.js rename to apps/angular/node_modules/es-abstract/2018/ArraySetLength.js diff --git a/ClientApp/node_modules/es-abstract/2018/ArraySpeciesCreate.js b/apps/angular/node_modules/es-abstract/2018/ArraySpeciesCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/ArraySpeciesCreate.js rename to apps/angular/node_modules/es-abstract/2018/ArraySpeciesCreate.js diff --git a/ClientApp/node_modules/es-abstract/2018/AsyncIteratorClose.js b/apps/angular/node_modules/es-abstract/2018/AsyncIteratorClose.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/AsyncIteratorClose.js rename to apps/angular/node_modules/es-abstract/2018/AsyncIteratorClose.js diff --git a/ClientApp/node_modules/es-abstract/2018/Call.js b/apps/angular/node_modules/es-abstract/2018/Call.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/Call.js rename to apps/angular/node_modules/es-abstract/2018/Call.js diff --git a/ClientApp/node_modules/es-abstract/2018/CanonicalNumericIndexString.js b/apps/angular/node_modules/es-abstract/2018/CanonicalNumericIndexString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/CanonicalNumericIndexString.js rename to apps/angular/node_modules/es-abstract/2018/CanonicalNumericIndexString.js diff --git a/ClientApp/node_modules/es-abstract/2018/Canonicalize.js b/apps/angular/node_modules/es-abstract/2018/Canonicalize.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/Canonicalize.js rename to apps/angular/node_modules/es-abstract/2018/Canonicalize.js diff --git a/ClientApp/node_modules/es-abstract/2018/CharacterRange.js b/apps/angular/node_modules/es-abstract/2018/CharacterRange.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/CharacterRange.js rename to apps/angular/node_modules/es-abstract/2018/CharacterRange.js diff --git a/ClientApp/node_modules/es-abstract/2018/CompletePropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2018/CompletePropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/CompletePropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2018/CompletePropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2018/CompletionRecord.js b/apps/angular/node_modules/es-abstract/2018/CompletionRecord.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/CompletionRecord.js rename to apps/angular/node_modules/es-abstract/2018/CompletionRecord.js diff --git a/ClientApp/node_modules/es-abstract/2018/CopyDataProperties.js b/apps/angular/node_modules/es-abstract/2018/CopyDataProperties.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/CopyDataProperties.js rename to apps/angular/node_modules/es-abstract/2018/CopyDataProperties.js diff --git a/ClientApp/node_modules/es-abstract/2018/CreateAsyncFromSyncIterator.js b/apps/angular/node_modules/es-abstract/2018/CreateAsyncFromSyncIterator.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/CreateAsyncFromSyncIterator.js rename to apps/angular/node_modules/es-abstract/2018/CreateAsyncFromSyncIterator.js diff --git a/ClientApp/node_modules/es-abstract/2018/CreateDataProperty.js b/apps/angular/node_modules/es-abstract/2018/CreateDataProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/CreateDataProperty.js rename to apps/angular/node_modules/es-abstract/2018/CreateDataProperty.js diff --git a/ClientApp/node_modules/es-abstract/2018/CreateDataPropertyOrThrow.js b/apps/angular/node_modules/es-abstract/2018/CreateDataPropertyOrThrow.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/CreateDataPropertyOrThrow.js rename to apps/angular/node_modules/es-abstract/2018/CreateDataPropertyOrThrow.js diff --git a/ClientApp/node_modules/es-abstract/2018/CreateHTML.js b/apps/angular/node_modules/es-abstract/2018/CreateHTML.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/CreateHTML.js rename to apps/angular/node_modules/es-abstract/2018/CreateHTML.js diff --git a/ClientApp/node_modules/es-abstract/2018/CreateIterResultObject.js b/apps/angular/node_modules/es-abstract/2018/CreateIterResultObject.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/CreateIterResultObject.js rename to apps/angular/node_modules/es-abstract/2018/CreateIterResultObject.js diff --git a/ClientApp/node_modules/es-abstract/2018/CreateListFromArrayLike.js b/apps/angular/node_modules/es-abstract/2018/CreateListFromArrayLike.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/CreateListFromArrayLike.js rename to apps/angular/node_modules/es-abstract/2018/CreateListFromArrayLike.js diff --git a/ClientApp/node_modules/es-abstract/2018/CreateMethodProperty.js b/apps/angular/node_modules/es-abstract/2018/CreateMethodProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/CreateMethodProperty.js rename to apps/angular/node_modules/es-abstract/2018/CreateMethodProperty.js diff --git a/ClientApp/node_modules/es-abstract/2018/DateFromTime.js b/apps/angular/node_modules/es-abstract/2018/DateFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/DateFromTime.js rename to apps/angular/node_modules/es-abstract/2018/DateFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2018/DateString.js b/apps/angular/node_modules/es-abstract/2018/DateString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/DateString.js rename to apps/angular/node_modules/es-abstract/2018/DateString.js diff --git a/ClientApp/node_modules/es-abstract/2018/Day.js b/apps/angular/node_modules/es-abstract/2018/Day.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/Day.js rename to apps/angular/node_modules/es-abstract/2018/Day.js diff --git a/ClientApp/node_modules/es-abstract/2018/DayFromYear.js b/apps/angular/node_modules/es-abstract/2018/DayFromYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/DayFromYear.js rename to apps/angular/node_modules/es-abstract/2018/DayFromYear.js diff --git a/ClientApp/node_modules/es-abstract/2018/DayWithinYear.js b/apps/angular/node_modules/es-abstract/2018/DayWithinYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/DayWithinYear.js rename to apps/angular/node_modules/es-abstract/2018/DayWithinYear.js diff --git a/ClientApp/node_modules/es-abstract/2018/DaysInYear.js b/apps/angular/node_modules/es-abstract/2018/DaysInYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/DaysInYear.js rename to apps/angular/node_modules/es-abstract/2018/DaysInYear.js diff --git a/ClientApp/node_modules/es-abstract/2018/DefinePropertyOrThrow.js b/apps/angular/node_modules/es-abstract/2018/DefinePropertyOrThrow.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/DefinePropertyOrThrow.js rename to apps/angular/node_modules/es-abstract/2018/DefinePropertyOrThrow.js diff --git a/ClientApp/node_modules/es-abstract/2018/DeletePropertyOrThrow.js b/apps/angular/node_modules/es-abstract/2018/DeletePropertyOrThrow.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/DeletePropertyOrThrow.js rename to apps/angular/node_modules/es-abstract/2018/DeletePropertyOrThrow.js diff --git a/ClientApp/node_modules/es-abstract/2018/DetachArrayBuffer.js b/apps/angular/node_modules/es-abstract/2018/DetachArrayBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/DetachArrayBuffer.js rename to apps/angular/node_modules/es-abstract/2018/DetachArrayBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2018/EnumerableOwnPropertyNames.js b/apps/angular/node_modules/es-abstract/2018/EnumerableOwnPropertyNames.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/EnumerableOwnPropertyNames.js rename to apps/angular/node_modules/es-abstract/2018/EnumerableOwnPropertyNames.js diff --git a/ClientApp/node_modules/es-abstract/2018/FromPropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2018/FromPropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/FromPropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2018/FromPropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2018/Get.js b/apps/angular/node_modules/es-abstract/2018/Get.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/Get.js rename to apps/angular/node_modules/es-abstract/2018/Get.js diff --git a/ClientApp/node_modules/es-abstract/2018/GetGlobalObject.js b/apps/angular/node_modules/es-abstract/2018/GetGlobalObject.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/GetGlobalObject.js rename to apps/angular/node_modules/es-abstract/2018/GetGlobalObject.js diff --git a/ClientApp/node_modules/es-abstract/2018/GetIterator.js b/apps/angular/node_modules/es-abstract/2018/GetIterator.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/GetIterator.js rename to apps/angular/node_modules/es-abstract/2018/GetIterator.js diff --git a/ClientApp/node_modules/es-abstract/2018/GetMethod.js b/apps/angular/node_modules/es-abstract/2018/GetMethod.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/GetMethod.js rename to apps/angular/node_modules/es-abstract/2018/GetMethod.js diff --git a/ClientApp/node_modules/es-abstract/2018/GetOwnPropertyKeys.js b/apps/angular/node_modules/es-abstract/2018/GetOwnPropertyKeys.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/GetOwnPropertyKeys.js rename to apps/angular/node_modules/es-abstract/2018/GetOwnPropertyKeys.js diff --git a/ClientApp/node_modules/es-abstract/2018/GetPrototypeFromConstructor.js b/apps/angular/node_modules/es-abstract/2018/GetPrototypeFromConstructor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/GetPrototypeFromConstructor.js rename to apps/angular/node_modules/es-abstract/2018/GetPrototypeFromConstructor.js diff --git a/ClientApp/node_modules/es-abstract/2018/GetSubstitution.js b/apps/angular/node_modules/es-abstract/2018/GetSubstitution.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/GetSubstitution.js rename to apps/angular/node_modules/es-abstract/2018/GetSubstitution.js diff --git a/ClientApp/node_modules/es-abstract/2018/GetV.js b/apps/angular/node_modules/es-abstract/2018/GetV.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/GetV.js rename to apps/angular/node_modules/es-abstract/2018/GetV.js diff --git a/ClientApp/node_modules/es-abstract/2018/GetValueFromBuffer.js b/apps/angular/node_modules/es-abstract/2018/GetValueFromBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/GetValueFromBuffer.js rename to apps/angular/node_modules/es-abstract/2018/GetValueFromBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2018/HasOwnProperty.js b/apps/angular/node_modules/es-abstract/2018/HasOwnProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/HasOwnProperty.js rename to apps/angular/node_modules/es-abstract/2018/HasOwnProperty.js diff --git a/ClientApp/node_modules/es-abstract/2018/HasProperty.js b/apps/angular/node_modules/es-abstract/2018/HasProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/HasProperty.js rename to apps/angular/node_modules/es-abstract/2018/HasProperty.js diff --git a/ClientApp/node_modules/es-abstract/2018/HourFromTime.js b/apps/angular/node_modules/es-abstract/2018/HourFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/HourFromTime.js rename to apps/angular/node_modules/es-abstract/2018/HourFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2018/InLeapYear.js b/apps/angular/node_modules/es-abstract/2018/InLeapYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/InLeapYear.js rename to apps/angular/node_modules/es-abstract/2018/InLeapYear.js diff --git a/ClientApp/node_modules/es-abstract/2018/InstanceofOperator.js b/apps/angular/node_modules/es-abstract/2018/InstanceofOperator.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/InstanceofOperator.js rename to apps/angular/node_modules/es-abstract/2018/InstanceofOperator.js diff --git a/ClientApp/node_modules/es-abstract/2018/IntegerIndexedElementGet.js b/apps/angular/node_modules/es-abstract/2018/IntegerIndexedElementGet.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/IntegerIndexedElementGet.js rename to apps/angular/node_modules/es-abstract/2018/IntegerIndexedElementGet.js diff --git a/ClientApp/node_modules/es-abstract/2018/IntegerIndexedElementSet.js b/apps/angular/node_modules/es-abstract/2018/IntegerIndexedElementSet.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/IntegerIndexedElementSet.js rename to apps/angular/node_modules/es-abstract/2018/IntegerIndexedElementSet.js diff --git a/ClientApp/node_modules/es-abstract/2018/InternalizeJSONProperty.js b/apps/angular/node_modules/es-abstract/2018/InternalizeJSONProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/InternalizeJSONProperty.js rename to apps/angular/node_modules/es-abstract/2018/InternalizeJSONProperty.js diff --git a/ClientApp/node_modules/es-abstract/2018/Invoke.js b/apps/angular/node_modules/es-abstract/2018/Invoke.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/Invoke.js rename to apps/angular/node_modules/es-abstract/2018/Invoke.js diff --git a/ClientApp/node_modules/es-abstract/2018/IsAccessorDescriptor.js b/apps/angular/node_modules/es-abstract/2018/IsAccessorDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/IsAccessorDescriptor.js rename to apps/angular/node_modules/es-abstract/2018/IsAccessorDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2018/IsArray.js b/apps/angular/node_modules/es-abstract/2018/IsArray.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/IsArray.js rename to apps/angular/node_modules/es-abstract/2018/IsArray.js diff --git a/ClientApp/node_modules/es-abstract/2018/IsCallable.js b/apps/angular/node_modules/es-abstract/2018/IsCallable.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/IsCallable.js rename to apps/angular/node_modules/es-abstract/2018/IsCallable.js diff --git a/ClientApp/node_modules/es-abstract/2018/IsCompatiblePropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2018/IsCompatiblePropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/IsCompatiblePropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2018/IsCompatiblePropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2018/IsConcatSpreadable.js b/apps/angular/node_modules/es-abstract/2018/IsConcatSpreadable.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/IsConcatSpreadable.js rename to apps/angular/node_modules/es-abstract/2018/IsConcatSpreadable.js diff --git a/ClientApp/node_modules/es-abstract/2018/IsConstructor.js b/apps/angular/node_modules/es-abstract/2018/IsConstructor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/IsConstructor.js rename to apps/angular/node_modules/es-abstract/2018/IsConstructor.js diff --git a/ClientApp/node_modules/es-abstract/2018/IsDataDescriptor.js b/apps/angular/node_modules/es-abstract/2018/IsDataDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/IsDataDescriptor.js rename to apps/angular/node_modules/es-abstract/2018/IsDataDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2018/IsDetachedBuffer.js b/apps/angular/node_modules/es-abstract/2018/IsDetachedBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/IsDetachedBuffer.js rename to apps/angular/node_modules/es-abstract/2018/IsDetachedBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2018/IsExtensible.js b/apps/angular/node_modules/es-abstract/2018/IsExtensible.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/IsExtensible.js rename to apps/angular/node_modules/es-abstract/2018/IsExtensible.js diff --git a/ClientApp/node_modules/es-abstract/2018/IsGenericDescriptor.js b/apps/angular/node_modules/es-abstract/2018/IsGenericDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/IsGenericDescriptor.js rename to apps/angular/node_modules/es-abstract/2018/IsGenericDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2018/IsInteger.js b/apps/angular/node_modules/es-abstract/2018/IsInteger.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/IsInteger.js rename to apps/angular/node_modules/es-abstract/2018/IsInteger.js diff --git a/ClientApp/node_modules/es-abstract/2018/IsPromise.js b/apps/angular/node_modules/es-abstract/2018/IsPromise.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/IsPromise.js rename to apps/angular/node_modules/es-abstract/2018/IsPromise.js diff --git a/ClientApp/node_modules/es-abstract/2018/IsPropertyKey.js b/apps/angular/node_modules/es-abstract/2018/IsPropertyKey.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/IsPropertyKey.js rename to apps/angular/node_modules/es-abstract/2018/IsPropertyKey.js diff --git a/ClientApp/node_modules/es-abstract/2018/IsRegExp.js b/apps/angular/node_modules/es-abstract/2018/IsRegExp.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/IsRegExp.js rename to apps/angular/node_modules/es-abstract/2018/IsRegExp.js diff --git a/ClientApp/node_modules/es-abstract/2018/IsSharedArrayBuffer.js b/apps/angular/node_modules/es-abstract/2018/IsSharedArrayBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/IsSharedArrayBuffer.js rename to apps/angular/node_modules/es-abstract/2018/IsSharedArrayBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2018/IsStringPrefix.js b/apps/angular/node_modules/es-abstract/2018/IsStringPrefix.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/IsStringPrefix.js rename to apps/angular/node_modules/es-abstract/2018/IsStringPrefix.js diff --git a/ClientApp/node_modules/es-abstract/2018/IsWordChar.js b/apps/angular/node_modules/es-abstract/2018/IsWordChar.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/IsWordChar.js rename to apps/angular/node_modules/es-abstract/2018/IsWordChar.js diff --git a/ClientApp/node_modules/es-abstract/2018/IterableToList.js b/apps/angular/node_modules/es-abstract/2018/IterableToList.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/IterableToList.js rename to apps/angular/node_modules/es-abstract/2018/IterableToList.js diff --git a/ClientApp/node_modules/es-abstract/2018/IteratorClose.js b/apps/angular/node_modules/es-abstract/2018/IteratorClose.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/IteratorClose.js rename to apps/angular/node_modules/es-abstract/2018/IteratorClose.js diff --git a/ClientApp/node_modules/es-abstract/2018/IteratorComplete.js b/apps/angular/node_modules/es-abstract/2018/IteratorComplete.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/IteratorComplete.js rename to apps/angular/node_modules/es-abstract/2018/IteratorComplete.js diff --git a/ClientApp/node_modules/es-abstract/2018/IteratorNext.js b/apps/angular/node_modules/es-abstract/2018/IteratorNext.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/IteratorNext.js rename to apps/angular/node_modules/es-abstract/2018/IteratorNext.js diff --git a/ClientApp/node_modules/es-abstract/2018/IteratorStep.js b/apps/angular/node_modules/es-abstract/2018/IteratorStep.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/IteratorStep.js rename to apps/angular/node_modules/es-abstract/2018/IteratorStep.js diff --git a/ClientApp/node_modules/es-abstract/2018/IteratorValue.js b/apps/angular/node_modules/es-abstract/2018/IteratorValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/IteratorValue.js rename to apps/angular/node_modules/es-abstract/2018/IteratorValue.js diff --git a/ClientApp/node_modules/es-abstract/2018/MakeDate.js b/apps/angular/node_modules/es-abstract/2018/MakeDate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/MakeDate.js rename to apps/angular/node_modules/es-abstract/2018/MakeDate.js diff --git a/ClientApp/node_modules/es-abstract/2018/MakeDay.js b/apps/angular/node_modules/es-abstract/2018/MakeDay.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/MakeDay.js rename to apps/angular/node_modules/es-abstract/2018/MakeDay.js diff --git a/ClientApp/node_modules/es-abstract/2018/MakeTime.js b/apps/angular/node_modules/es-abstract/2018/MakeTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/MakeTime.js rename to apps/angular/node_modules/es-abstract/2018/MakeTime.js diff --git a/ClientApp/node_modules/es-abstract/2018/MinFromTime.js b/apps/angular/node_modules/es-abstract/2018/MinFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/MinFromTime.js rename to apps/angular/node_modules/es-abstract/2018/MinFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2018/MonthFromTime.js b/apps/angular/node_modules/es-abstract/2018/MonthFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/MonthFromTime.js rename to apps/angular/node_modules/es-abstract/2018/MonthFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2018/NewPromiseCapability.js b/apps/angular/node_modules/es-abstract/2018/NewPromiseCapability.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/NewPromiseCapability.js rename to apps/angular/node_modules/es-abstract/2018/NewPromiseCapability.js diff --git a/ClientApp/node_modules/es-abstract/2018/NormalCompletion.js b/apps/angular/node_modules/es-abstract/2018/NormalCompletion.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/NormalCompletion.js rename to apps/angular/node_modules/es-abstract/2018/NormalCompletion.js diff --git a/ClientApp/node_modules/es-abstract/2018/NumberToRawBytes.js b/apps/angular/node_modules/es-abstract/2018/NumberToRawBytes.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/NumberToRawBytes.js rename to apps/angular/node_modules/es-abstract/2018/NumberToRawBytes.js diff --git a/ClientApp/node_modules/es-abstract/2018/NumberToString.js b/apps/angular/node_modules/es-abstract/2018/NumberToString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/NumberToString.js rename to apps/angular/node_modules/es-abstract/2018/NumberToString.js diff --git a/ClientApp/node_modules/es-abstract/2018/ObjectCreate.js b/apps/angular/node_modules/es-abstract/2018/ObjectCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/ObjectCreate.js rename to apps/angular/node_modules/es-abstract/2018/ObjectCreate.js diff --git a/ClientApp/node_modules/es-abstract/2018/ObjectDefineProperties.js b/apps/angular/node_modules/es-abstract/2018/ObjectDefineProperties.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/ObjectDefineProperties.js rename to apps/angular/node_modules/es-abstract/2018/ObjectDefineProperties.js diff --git a/ClientApp/node_modules/es-abstract/2018/OrdinaryCreateFromConstructor.js b/apps/angular/node_modules/es-abstract/2018/OrdinaryCreateFromConstructor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/OrdinaryCreateFromConstructor.js rename to apps/angular/node_modules/es-abstract/2018/OrdinaryCreateFromConstructor.js diff --git a/ClientApp/node_modules/es-abstract/2018/OrdinaryDefineOwnProperty.js b/apps/angular/node_modules/es-abstract/2018/OrdinaryDefineOwnProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/OrdinaryDefineOwnProperty.js rename to apps/angular/node_modules/es-abstract/2018/OrdinaryDefineOwnProperty.js diff --git a/ClientApp/node_modules/es-abstract/2018/OrdinaryGetOwnProperty.js b/apps/angular/node_modules/es-abstract/2018/OrdinaryGetOwnProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/OrdinaryGetOwnProperty.js rename to apps/angular/node_modules/es-abstract/2018/OrdinaryGetOwnProperty.js diff --git a/ClientApp/node_modules/es-abstract/2018/OrdinaryGetPrototypeOf.js b/apps/angular/node_modules/es-abstract/2018/OrdinaryGetPrototypeOf.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/OrdinaryGetPrototypeOf.js rename to apps/angular/node_modules/es-abstract/2018/OrdinaryGetPrototypeOf.js diff --git a/ClientApp/node_modules/es-abstract/2018/OrdinaryHasInstance.js b/apps/angular/node_modules/es-abstract/2018/OrdinaryHasInstance.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/OrdinaryHasInstance.js rename to apps/angular/node_modules/es-abstract/2018/OrdinaryHasInstance.js diff --git a/ClientApp/node_modules/es-abstract/2018/OrdinaryHasProperty.js b/apps/angular/node_modules/es-abstract/2018/OrdinaryHasProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/OrdinaryHasProperty.js rename to apps/angular/node_modules/es-abstract/2018/OrdinaryHasProperty.js diff --git a/ClientApp/node_modules/es-abstract/2018/OrdinarySetPrototypeOf.js b/apps/angular/node_modules/es-abstract/2018/OrdinarySetPrototypeOf.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/OrdinarySetPrototypeOf.js rename to apps/angular/node_modules/es-abstract/2018/OrdinarySetPrototypeOf.js diff --git a/ClientApp/node_modules/es-abstract/2018/OrdinaryToPrimitive.js b/apps/angular/node_modules/es-abstract/2018/OrdinaryToPrimitive.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/OrdinaryToPrimitive.js rename to apps/angular/node_modules/es-abstract/2018/OrdinaryToPrimitive.js diff --git a/ClientApp/node_modules/es-abstract/2018/PromiseResolve.js b/apps/angular/node_modules/es-abstract/2018/PromiseResolve.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/PromiseResolve.js rename to apps/angular/node_modules/es-abstract/2018/PromiseResolve.js diff --git a/ClientApp/node_modules/es-abstract/2018/QuoteJSONString.js b/apps/angular/node_modules/es-abstract/2018/QuoteJSONString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/QuoteJSONString.js rename to apps/angular/node_modules/es-abstract/2018/QuoteJSONString.js diff --git a/ClientApp/node_modules/es-abstract/2018/RawBytesToNumber.js b/apps/angular/node_modules/es-abstract/2018/RawBytesToNumber.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/RawBytesToNumber.js rename to apps/angular/node_modules/es-abstract/2018/RawBytesToNumber.js diff --git a/ClientApp/node_modules/es-abstract/2018/RegExpCreate.js b/apps/angular/node_modules/es-abstract/2018/RegExpCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/RegExpCreate.js rename to apps/angular/node_modules/es-abstract/2018/RegExpCreate.js diff --git a/ClientApp/node_modules/es-abstract/2018/RegExpExec.js b/apps/angular/node_modules/es-abstract/2018/RegExpExec.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/RegExpExec.js rename to apps/angular/node_modules/es-abstract/2018/RegExpExec.js diff --git a/ClientApp/node_modules/es-abstract/2018/RequireObjectCoercible.js b/apps/angular/node_modules/es-abstract/2018/RequireObjectCoercible.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/RequireObjectCoercible.js rename to apps/angular/node_modules/es-abstract/2018/RequireObjectCoercible.js diff --git a/ClientApp/node_modules/es-abstract/2018/SameValue.js b/apps/angular/node_modules/es-abstract/2018/SameValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/SameValue.js rename to apps/angular/node_modules/es-abstract/2018/SameValue.js diff --git a/ClientApp/node_modules/es-abstract/2018/SameValueNonNumber.js b/apps/angular/node_modules/es-abstract/2018/SameValueNonNumber.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/SameValueNonNumber.js rename to apps/angular/node_modules/es-abstract/2018/SameValueNonNumber.js diff --git a/ClientApp/node_modules/es-abstract/2018/SameValueZero.js b/apps/angular/node_modules/es-abstract/2018/SameValueZero.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/SameValueZero.js rename to apps/angular/node_modules/es-abstract/2018/SameValueZero.js diff --git a/ClientApp/node_modules/es-abstract/2018/SecFromTime.js b/apps/angular/node_modules/es-abstract/2018/SecFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/SecFromTime.js rename to apps/angular/node_modules/es-abstract/2018/SecFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2018/Set.js b/apps/angular/node_modules/es-abstract/2018/Set.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/Set.js rename to apps/angular/node_modules/es-abstract/2018/Set.js diff --git a/ClientApp/node_modules/es-abstract/2018/SetFunctionLength.js b/apps/angular/node_modules/es-abstract/2018/SetFunctionLength.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/SetFunctionLength.js rename to apps/angular/node_modules/es-abstract/2018/SetFunctionLength.js diff --git a/ClientApp/node_modules/es-abstract/2018/SetFunctionName.js b/apps/angular/node_modules/es-abstract/2018/SetFunctionName.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/SetFunctionName.js rename to apps/angular/node_modules/es-abstract/2018/SetFunctionName.js diff --git a/ClientApp/node_modules/es-abstract/2018/SetIntegrityLevel.js b/apps/angular/node_modules/es-abstract/2018/SetIntegrityLevel.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/SetIntegrityLevel.js rename to apps/angular/node_modules/es-abstract/2018/SetIntegrityLevel.js diff --git a/ClientApp/node_modules/es-abstract/2018/SetValueInBuffer.js b/apps/angular/node_modules/es-abstract/2018/SetValueInBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/SetValueInBuffer.js rename to apps/angular/node_modules/es-abstract/2018/SetValueInBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2018/SpeciesConstructor.js b/apps/angular/node_modules/es-abstract/2018/SpeciesConstructor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/SpeciesConstructor.js rename to apps/angular/node_modules/es-abstract/2018/SpeciesConstructor.js diff --git a/ClientApp/node_modules/es-abstract/2018/SplitMatch.js b/apps/angular/node_modules/es-abstract/2018/SplitMatch.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/SplitMatch.js rename to apps/angular/node_modules/es-abstract/2018/SplitMatch.js diff --git a/ClientApp/node_modules/es-abstract/2018/StrictEqualityComparison.js b/apps/angular/node_modules/es-abstract/2018/StrictEqualityComparison.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/StrictEqualityComparison.js rename to apps/angular/node_modules/es-abstract/2018/StrictEqualityComparison.js diff --git a/ClientApp/node_modules/es-abstract/2018/StringCreate.js b/apps/angular/node_modules/es-abstract/2018/StringCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/StringCreate.js rename to apps/angular/node_modules/es-abstract/2018/StringCreate.js diff --git a/ClientApp/node_modules/es-abstract/2018/StringGetOwnProperty.js b/apps/angular/node_modules/es-abstract/2018/StringGetOwnProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/StringGetOwnProperty.js rename to apps/angular/node_modules/es-abstract/2018/StringGetOwnProperty.js diff --git a/ClientApp/node_modules/es-abstract/2018/SymbolDescriptiveString.js b/apps/angular/node_modules/es-abstract/2018/SymbolDescriptiveString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/SymbolDescriptiveString.js rename to apps/angular/node_modules/es-abstract/2018/SymbolDescriptiveString.js diff --git a/ClientApp/node_modules/es-abstract/2018/TestIntegrityLevel.js b/apps/angular/node_modules/es-abstract/2018/TestIntegrityLevel.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/TestIntegrityLevel.js rename to apps/angular/node_modules/es-abstract/2018/TestIntegrityLevel.js diff --git a/ClientApp/node_modules/es-abstract/2018/ThrowCompletion.js b/apps/angular/node_modules/es-abstract/2018/ThrowCompletion.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/ThrowCompletion.js rename to apps/angular/node_modules/es-abstract/2018/ThrowCompletion.js diff --git a/ClientApp/node_modules/es-abstract/2018/TimeClip.js b/apps/angular/node_modules/es-abstract/2018/TimeClip.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/TimeClip.js rename to apps/angular/node_modules/es-abstract/2018/TimeClip.js diff --git a/ClientApp/node_modules/es-abstract/2018/TimeFromYear.js b/apps/angular/node_modules/es-abstract/2018/TimeFromYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/TimeFromYear.js rename to apps/angular/node_modules/es-abstract/2018/TimeFromYear.js diff --git a/ClientApp/node_modules/es-abstract/2018/TimeString.js b/apps/angular/node_modules/es-abstract/2018/TimeString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/TimeString.js rename to apps/angular/node_modules/es-abstract/2018/TimeString.js diff --git a/ClientApp/node_modules/es-abstract/2018/TimeWithinDay.js b/apps/angular/node_modules/es-abstract/2018/TimeWithinDay.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/TimeWithinDay.js rename to apps/angular/node_modules/es-abstract/2018/TimeWithinDay.js diff --git a/ClientApp/node_modules/es-abstract/2018/TimeZoneString.js b/apps/angular/node_modules/es-abstract/2018/TimeZoneString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/TimeZoneString.js rename to apps/angular/node_modules/es-abstract/2018/TimeZoneString.js diff --git a/ClientApp/node_modules/es-abstract/2018/ToBoolean.js b/apps/angular/node_modules/es-abstract/2018/ToBoolean.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/ToBoolean.js rename to apps/angular/node_modules/es-abstract/2018/ToBoolean.js diff --git a/ClientApp/node_modules/es-abstract/2018/ToDateString.js b/apps/angular/node_modules/es-abstract/2018/ToDateString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/ToDateString.js rename to apps/angular/node_modules/es-abstract/2018/ToDateString.js diff --git a/ClientApp/node_modules/es-abstract/2018/ToIndex.js b/apps/angular/node_modules/es-abstract/2018/ToIndex.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/ToIndex.js rename to apps/angular/node_modules/es-abstract/2018/ToIndex.js diff --git a/ClientApp/node_modules/es-abstract/2018/ToInt16.js b/apps/angular/node_modules/es-abstract/2018/ToInt16.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/ToInt16.js rename to apps/angular/node_modules/es-abstract/2018/ToInt16.js diff --git a/ClientApp/node_modules/es-abstract/2018/ToInt32.js b/apps/angular/node_modules/es-abstract/2018/ToInt32.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/ToInt32.js rename to apps/angular/node_modules/es-abstract/2018/ToInt32.js diff --git a/ClientApp/node_modules/es-abstract/2018/ToInt8.js b/apps/angular/node_modules/es-abstract/2018/ToInt8.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/ToInt8.js rename to apps/angular/node_modules/es-abstract/2018/ToInt8.js diff --git a/ClientApp/node_modules/es-abstract/2018/ToInteger.js b/apps/angular/node_modules/es-abstract/2018/ToInteger.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/ToInteger.js rename to apps/angular/node_modules/es-abstract/2018/ToInteger.js diff --git a/ClientApp/node_modules/es-abstract/2018/ToLength.js b/apps/angular/node_modules/es-abstract/2018/ToLength.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/ToLength.js rename to apps/angular/node_modules/es-abstract/2018/ToLength.js diff --git a/ClientApp/node_modules/es-abstract/2018/ToNumber.js b/apps/angular/node_modules/es-abstract/2018/ToNumber.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/ToNumber.js rename to apps/angular/node_modules/es-abstract/2018/ToNumber.js diff --git a/ClientApp/node_modules/es-abstract/2018/ToObject.js b/apps/angular/node_modules/es-abstract/2018/ToObject.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/ToObject.js rename to apps/angular/node_modules/es-abstract/2018/ToObject.js diff --git a/ClientApp/node_modules/es-abstract/2018/ToPrimitive.js b/apps/angular/node_modules/es-abstract/2018/ToPrimitive.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/ToPrimitive.js rename to apps/angular/node_modules/es-abstract/2018/ToPrimitive.js diff --git a/ClientApp/node_modules/es-abstract/2018/ToPropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2018/ToPropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/ToPropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2018/ToPropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2018/ToPropertyKey.js b/apps/angular/node_modules/es-abstract/2018/ToPropertyKey.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/ToPropertyKey.js rename to apps/angular/node_modules/es-abstract/2018/ToPropertyKey.js diff --git a/ClientApp/node_modules/es-abstract/2018/ToString.js b/apps/angular/node_modules/es-abstract/2018/ToString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/ToString.js rename to apps/angular/node_modules/es-abstract/2018/ToString.js diff --git a/ClientApp/node_modules/es-abstract/2018/ToUint16.js b/apps/angular/node_modules/es-abstract/2018/ToUint16.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/ToUint16.js rename to apps/angular/node_modules/es-abstract/2018/ToUint16.js diff --git a/ClientApp/node_modules/es-abstract/2018/ToUint32.js b/apps/angular/node_modules/es-abstract/2018/ToUint32.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/ToUint32.js rename to apps/angular/node_modules/es-abstract/2018/ToUint32.js diff --git a/ClientApp/node_modules/es-abstract/2018/ToUint8.js b/apps/angular/node_modules/es-abstract/2018/ToUint8.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/ToUint8.js rename to apps/angular/node_modules/es-abstract/2018/ToUint8.js diff --git a/ClientApp/node_modules/es-abstract/2018/ToUint8Clamp.js b/apps/angular/node_modules/es-abstract/2018/ToUint8Clamp.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/ToUint8Clamp.js rename to apps/angular/node_modules/es-abstract/2018/ToUint8Clamp.js diff --git a/ClientApp/node_modules/es-abstract/2018/Type.js b/apps/angular/node_modules/es-abstract/2018/Type.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/Type.js rename to apps/angular/node_modules/es-abstract/2018/Type.js diff --git a/ClientApp/node_modules/es-abstract/2018/TypedArrayCreate.js b/apps/angular/node_modules/es-abstract/2018/TypedArrayCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/TypedArrayCreate.js rename to apps/angular/node_modules/es-abstract/2018/TypedArrayCreate.js diff --git a/ClientApp/node_modules/es-abstract/2018/TypedArraySpeciesCreate.js b/apps/angular/node_modules/es-abstract/2018/TypedArraySpeciesCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/TypedArraySpeciesCreate.js rename to apps/angular/node_modules/es-abstract/2018/TypedArraySpeciesCreate.js diff --git a/ClientApp/node_modules/es-abstract/2018/UTF16Decode.js b/apps/angular/node_modules/es-abstract/2018/UTF16Decode.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/UTF16Decode.js rename to apps/angular/node_modules/es-abstract/2018/UTF16Decode.js diff --git a/ClientApp/node_modules/es-abstract/2018/UTF16Encoding.js b/apps/angular/node_modules/es-abstract/2018/UTF16Encoding.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/UTF16Encoding.js rename to apps/angular/node_modules/es-abstract/2018/UTF16Encoding.js diff --git a/ClientApp/node_modules/es-abstract/2018/UnicodeEscape.js b/apps/angular/node_modules/es-abstract/2018/UnicodeEscape.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/UnicodeEscape.js rename to apps/angular/node_modules/es-abstract/2018/UnicodeEscape.js diff --git a/ClientApp/node_modules/es-abstract/2018/ValidateAndApplyPropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2018/ValidateAndApplyPropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/ValidateAndApplyPropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2018/ValidateAndApplyPropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2018/ValidateAtomicAccess.js b/apps/angular/node_modules/es-abstract/2018/ValidateAtomicAccess.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/ValidateAtomicAccess.js rename to apps/angular/node_modules/es-abstract/2018/ValidateAtomicAccess.js diff --git a/ClientApp/node_modules/es-abstract/2018/ValidateTypedArray.js b/apps/angular/node_modules/es-abstract/2018/ValidateTypedArray.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/ValidateTypedArray.js rename to apps/angular/node_modules/es-abstract/2018/ValidateTypedArray.js diff --git a/ClientApp/node_modules/es-abstract/2018/WeekDay.js b/apps/angular/node_modules/es-abstract/2018/WeekDay.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/WeekDay.js rename to apps/angular/node_modules/es-abstract/2018/WeekDay.js diff --git a/ClientApp/node_modules/es-abstract/2018/WordCharacters.js b/apps/angular/node_modules/es-abstract/2018/WordCharacters.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/WordCharacters.js rename to apps/angular/node_modules/es-abstract/2018/WordCharacters.js diff --git a/ClientApp/node_modules/es-abstract/2018/YearFromTime.js b/apps/angular/node_modules/es-abstract/2018/YearFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/YearFromTime.js rename to apps/angular/node_modules/es-abstract/2018/YearFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2018/abs.js b/apps/angular/node_modules/es-abstract/2018/abs.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/abs.js rename to apps/angular/node_modules/es-abstract/2018/abs.js diff --git a/ClientApp/node_modules/es-abstract/2018/floor.js b/apps/angular/node_modules/es-abstract/2018/floor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/floor.js rename to apps/angular/node_modules/es-abstract/2018/floor.js diff --git a/ClientApp/node_modules/es-abstract/2018/max.js b/apps/angular/node_modules/es-abstract/2018/max.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/max.js rename to apps/angular/node_modules/es-abstract/2018/max.js diff --git a/ClientApp/node_modules/es-abstract/2018/min.js b/apps/angular/node_modules/es-abstract/2018/min.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/min.js rename to apps/angular/node_modules/es-abstract/2018/min.js diff --git a/ClientApp/node_modules/es-abstract/2018/modulo.js b/apps/angular/node_modules/es-abstract/2018/modulo.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/modulo.js rename to apps/angular/node_modules/es-abstract/2018/modulo.js diff --git a/ClientApp/node_modules/es-abstract/2018/msFromTime.js b/apps/angular/node_modules/es-abstract/2018/msFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/msFromTime.js rename to apps/angular/node_modules/es-abstract/2018/msFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2018/tables/typed-array-objects.js b/apps/angular/node_modules/es-abstract/2018/tables/typed-array-objects.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/tables/typed-array-objects.js rename to apps/angular/node_modules/es-abstract/2018/tables/typed-array-objects.js diff --git a/ClientApp/node_modules/es-abstract/2018/thisBooleanValue.js b/apps/angular/node_modules/es-abstract/2018/thisBooleanValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/thisBooleanValue.js rename to apps/angular/node_modules/es-abstract/2018/thisBooleanValue.js diff --git a/ClientApp/node_modules/es-abstract/2018/thisNumberValue.js b/apps/angular/node_modules/es-abstract/2018/thisNumberValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/thisNumberValue.js rename to apps/angular/node_modules/es-abstract/2018/thisNumberValue.js diff --git a/ClientApp/node_modules/es-abstract/2018/thisStringValue.js b/apps/angular/node_modules/es-abstract/2018/thisStringValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/thisStringValue.js rename to apps/angular/node_modules/es-abstract/2018/thisStringValue.js diff --git a/ClientApp/node_modules/es-abstract/2018/thisSymbolValue.js b/apps/angular/node_modules/es-abstract/2018/thisSymbolValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/thisSymbolValue.js rename to apps/angular/node_modules/es-abstract/2018/thisSymbolValue.js diff --git a/ClientApp/node_modules/es-abstract/2018/thisTimeValue.js b/apps/angular/node_modules/es-abstract/2018/thisTimeValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2018/thisTimeValue.js rename to apps/angular/node_modules/es-abstract/2018/thisTimeValue.js diff --git a/ClientApp/node_modules/es-abstract/2019/AbstractEqualityComparison.js b/apps/angular/node_modules/es-abstract/2019/AbstractEqualityComparison.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/AbstractEqualityComparison.js rename to apps/angular/node_modules/es-abstract/2019/AbstractEqualityComparison.js diff --git a/ClientApp/node_modules/es-abstract/2019/AbstractRelationalComparison.js b/apps/angular/node_modules/es-abstract/2019/AbstractRelationalComparison.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/AbstractRelationalComparison.js rename to apps/angular/node_modules/es-abstract/2019/AbstractRelationalComparison.js diff --git a/ClientApp/node_modules/es-abstract/2019/AddEntriesFromIterable.js b/apps/angular/node_modules/es-abstract/2019/AddEntriesFromIterable.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/AddEntriesFromIterable.js rename to apps/angular/node_modules/es-abstract/2019/AddEntriesFromIterable.js diff --git a/ClientApp/node_modules/es-abstract/2019/AdvanceStringIndex.js b/apps/angular/node_modules/es-abstract/2019/AdvanceStringIndex.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/AdvanceStringIndex.js rename to apps/angular/node_modules/es-abstract/2019/AdvanceStringIndex.js diff --git a/ClientApp/node_modules/es-abstract/2019/ArrayCreate.js b/apps/angular/node_modules/es-abstract/2019/ArrayCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/ArrayCreate.js rename to apps/angular/node_modules/es-abstract/2019/ArrayCreate.js diff --git a/ClientApp/node_modules/es-abstract/2019/ArraySetLength.js b/apps/angular/node_modules/es-abstract/2019/ArraySetLength.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/ArraySetLength.js rename to apps/angular/node_modules/es-abstract/2019/ArraySetLength.js diff --git a/ClientApp/node_modules/es-abstract/2019/ArraySpeciesCreate.js b/apps/angular/node_modules/es-abstract/2019/ArraySpeciesCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/ArraySpeciesCreate.js rename to apps/angular/node_modules/es-abstract/2019/ArraySpeciesCreate.js diff --git a/ClientApp/node_modules/es-abstract/2019/AsyncFromSyncIteratorContinuation.js b/apps/angular/node_modules/es-abstract/2019/AsyncFromSyncIteratorContinuation.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/AsyncFromSyncIteratorContinuation.js rename to apps/angular/node_modules/es-abstract/2019/AsyncFromSyncIteratorContinuation.js diff --git a/ClientApp/node_modules/es-abstract/2019/AsyncIteratorClose.js b/apps/angular/node_modules/es-abstract/2019/AsyncIteratorClose.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/AsyncIteratorClose.js rename to apps/angular/node_modules/es-abstract/2019/AsyncIteratorClose.js diff --git a/ClientApp/node_modules/es-abstract/2019/Call.js b/apps/angular/node_modules/es-abstract/2019/Call.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/Call.js rename to apps/angular/node_modules/es-abstract/2019/Call.js diff --git a/ClientApp/node_modules/es-abstract/2019/CanonicalNumericIndexString.js b/apps/angular/node_modules/es-abstract/2019/CanonicalNumericIndexString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/CanonicalNumericIndexString.js rename to apps/angular/node_modules/es-abstract/2019/CanonicalNumericIndexString.js diff --git a/ClientApp/node_modules/es-abstract/2019/Canonicalize.js b/apps/angular/node_modules/es-abstract/2019/Canonicalize.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/Canonicalize.js rename to apps/angular/node_modules/es-abstract/2019/Canonicalize.js diff --git a/ClientApp/node_modules/es-abstract/2019/CharacterRange.js b/apps/angular/node_modules/es-abstract/2019/CharacterRange.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/CharacterRange.js rename to apps/angular/node_modules/es-abstract/2019/CharacterRange.js diff --git a/ClientApp/node_modules/es-abstract/2019/CompletePropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2019/CompletePropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/CompletePropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2019/CompletePropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2019/CompletionRecord.js b/apps/angular/node_modules/es-abstract/2019/CompletionRecord.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/CompletionRecord.js rename to apps/angular/node_modules/es-abstract/2019/CompletionRecord.js diff --git a/ClientApp/node_modules/es-abstract/2019/CopyDataProperties.js b/apps/angular/node_modules/es-abstract/2019/CopyDataProperties.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/CopyDataProperties.js rename to apps/angular/node_modules/es-abstract/2019/CopyDataProperties.js diff --git a/ClientApp/node_modules/es-abstract/2019/CreateAsyncFromSyncIterator.js b/apps/angular/node_modules/es-abstract/2019/CreateAsyncFromSyncIterator.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/CreateAsyncFromSyncIterator.js rename to apps/angular/node_modules/es-abstract/2019/CreateAsyncFromSyncIterator.js diff --git a/ClientApp/node_modules/es-abstract/2019/CreateDataProperty.js b/apps/angular/node_modules/es-abstract/2019/CreateDataProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/CreateDataProperty.js rename to apps/angular/node_modules/es-abstract/2019/CreateDataProperty.js diff --git a/ClientApp/node_modules/es-abstract/2019/CreateDataPropertyOrThrow.js b/apps/angular/node_modules/es-abstract/2019/CreateDataPropertyOrThrow.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/CreateDataPropertyOrThrow.js rename to apps/angular/node_modules/es-abstract/2019/CreateDataPropertyOrThrow.js diff --git a/ClientApp/node_modules/es-abstract/2019/CreateHTML.js b/apps/angular/node_modules/es-abstract/2019/CreateHTML.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/CreateHTML.js rename to apps/angular/node_modules/es-abstract/2019/CreateHTML.js diff --git a/ClientApp/node_modules/es-abstract/2019/CreateIterResultObject.js b/apps/angular/node_modules/es-abstract/2019/CreateIterResultObject.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/CreateIterResultObject.js rename to apps/angular/node_modules/es-abstract/2019/CreateIterResultObject.js diff --git a/ClientApp/node_modules/es-abstract/2019/CreateListFromArrayLike.js b/apps/angular/node_modules/es-abstract/2019/CreateListFromArrayLike.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/CreateListFromArrayLike.js rename to apps/angular/node_modules/es-abstract/2019/CreateListFromArrayLike.js diff --git a/ClientApp/node_modules/es-abstract/2019/CreateMethodProperty.js b/apps/angular/node_modules/es-abstract/2019/CreateMethodProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/CreateMethodProperty.js rename to apps/angular/node_modules/es-abstract/2019/CreateMethodProperty.js diff --git a/ClientApp/node_modules/es-abstract/2019/DateFromTime.js b/apps/angular/node_modules/es-abstract/2019/DateFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/DateFromTime.js rename to apps/angular/node_modules/es-abstract/2019/DateFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2019/DateString.js b/apps/angular/node_modules/es-abstract/2019/DateString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/DateString.js rename to apps/angular/node_modules/es-abstract/2019/DateString.js diff --git a/ClientApp/node_modules/es-abstract/2019/Day.js b/apps/angular/node_modules/es-abstract/2019/Day.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/Day.js rename to apps/angular/node_modules/es-abstract/2019/Day.js diff --git a/ClientApp/node_modules/es-abstract/2019/DayFromYear.js b/apps/angular/node_modules/es-abstract/2019/DayFromYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/DayFromYear.js rename to apps/angular/node_modules/es-abstract/2019/DayFromYear.js diff --git a/ClientApp/node_modules/es-abstract/2019/DayWithinYear.js b/apps/angular/node_modules/es-abstract/2019/DayWithinYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/DayWithinYear.js rename to apps/angular/node_modules/es-abstract/2019/DayWithinYear.js diff --git a/ClientApp/node_modules/es-abstract/2019/DaysInYear.js b/apps/angular/node_modules/es-abstract/2019/DaysInYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/DaysInYear.js rename to apps/angular/node_modules/es-abstract/2019/DaysInYear.js diff --git a/ClientApp/node_modules/es-abstract/2019/DefinePropertyOrThrow.js b/apps/angular/node_modules/es-abstract/2019/DefinePropertyOrThrow.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/DefinePropertyOrThrow.js rename to apps/angular/node_modules/es-abstract/2019/DefinePropertyOrThrow.js diff --git a/ClientApp/node_modules/es-abstract/2019/DeletePropertyOrThrow.js b/apps/angular/node_modules/es-abstract/2019/DeletePropertyOrThrow.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/DeletePropertyOrThrow.js rename to apps/angular/node_modules/es-abstract/2019/DeletePropertyOrThrow.js diff --git a/ClientApp/node_modules/es-abstract/2019/DetachArrayBuffer.js b/apps/angular/node_modules/es-abstract/2019/DetachArrayBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/DetachArrayBuffer.js rename to apps/angular/node_modules/es-abstract/2019/DetachArrayBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2019/EnumerableOwnPropertyNames.js b/apps/angular/node_modules/es-abstract/2019/EnumerableOwnPropertyNames.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/EnumerableOwnPropertyNames.js rename to apps/angular/node_modules/es-abstract/2019/EnumerableOwnPropertyNames.js diff --git a/ClientApp/node_modules/es-abstract/2019/FlattenIntoArray.js b/apps/angular/node_modules/es-abstract/2019/FlattenIntoArray.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/FlattenIntoArray.js rename to apps/angular/node_modules/es-abstract/2019/FlattenIntoArray.js diff --git a/ClientApp/node_modules/es-abstract/2019/FromPropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2019/FromPropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/FromPropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2019/FromPropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2019/Get.js b/apps/angular/node_modules/es-abstract/2019/Get.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/Get.js rename to apps/angular/node_modules/es-abstract/2019/Get.js diff --git a/ClientApp/node_modules/es-abstract/2019/GetGlobalObject.js b/apps/angular/node_modules/es-abstract/2019/GetGlobalObject.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/GetGlobalObject.js rename to apps/angular/node_modules/es-abstract/2019/GetGlobalObject.js diff --git a/ClientApp/node_modules/es-abstract/2019/GetIterator.js b/apps/angular/node_modules/es-abstract/2019/GetIterator.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/GetIterator.js rename to apps/angular/node_modules/es-abstract/2019/GetIterator.js diff --git a/ClientApp/node_modules/es-abstract/2019/GetMethod.js b/apps/angular/node_modules/es-abstract/2019/GetMethod.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/GetMethod.js rename to apps/angular/node_modules/es-abstract/2019/GetMethod.js diff --git a/ClientApp/node_modules/es-abstract/2019/GetOwnPropertyKeys.js b/apps/angular/node_modules/es-abstract/2019/GetOwnPropertyKeys.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/GetOwnPropertyKeys.js rename to apps/angular/node_modules/es-abstract/2019/GetOwnPropertyKeys.js diff --git a/ClientApp/node_modules/es-abstract/2019/GetPrototypeFromConstructor.js b/apps/angular/node_modules/es-abstract/2019/GetPrototypeFromConstructor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/GetPrototypeFromConstructor.js rename to apps/angular/node_modules/es-abstract/2019/GetPrototypeFromConstructor.js diff --git a/ClientApp/node_modules/es-abstract/2019/GetSubstitution.js b/apps/angular/node_modules/es-abstract/2019/GetSubstitution.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/GetSubstitution.js rename to apps/angular/node_modules/es-abstract/2019/GetSubstitution.js diff --git a/ClientApp/node_modules/es-abstract/2019/GetV.js b/apps/angular/node_modules/es-abstract/2019/GetV.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/GetV.js rename to apps/angular/node_modules/es-abstract/2019/GetV.js diff --git a/ClientApp/node_modules/es-abstract/2019/GetValueFromBuffer.js b/apps/angular/node_modules/es-abstract/2019/GetValueFromBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/GetValueFromBuffer.js rename to apps/angular/node_modules/es-abstract/2019/GetValueFromBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2019/HasOwnProperty.js b/apps/angular/node_modules/es-abstract/2019/HasOwnProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/HasOwnProperty.js rename to apps/angular/node_modules/es-abstract/2019/HasOwnProperty.js diff --git a/ClientApp/node_modules/es-abstract/2019/HasProperty.js b/apps/angular/node_modules/es-abstract/2019/HasProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/HasProperty.js rename to apps/angular/node_modules/es-abstract/2019/HasProperty.js diff --git a/ClientApp/node_modules/es-abstract/2019/HourFromTime.js b/apps/angular/node_modules/es-abstract/2019/HourFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/HourFromTime.js rename to apps/angular/node_modules/es-abstract/2019/HourFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2019/InLeapYear.js b/apps/angular/node_modules/es-abstract/2019/InLeapYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/InLeapYear.js rename to apps/angular/node_modules/es-abstract/2019/InLeapYear.js diff --git a/ClientApp/node_modules/es-abstract/2019/InstanceofOperator.js b/apps/angular/node_modules/es-abstract/2019/InstanceofOperator.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/InstanceofOperator.js rename to apps/angular/node_modules/es-abstract/2019/InstanceofOperator.js diff --git a/ClientApp/node_modules/es-abstract/2019/IntegerIndexedElementGet.js b/apps/angular/node_modules/es-abstract/2019/IntegerIndexedElementGet.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/IntegerIndexedElementGet.js rename to apps/angular/node_modules/es-abstract/2019/IntegerIndexedElementGet.js diff --git a/ClientApp/node_modules/es-abstract/2019/IntegerIndexedElementSet.js b/apps/angular/node_modules/es-abstract/2019/IntegerIndexedElementSet.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/IntegerIndexedElementSet.js rename to apps/angular/node_modules/es-abstract/2019/IntegerIndexedElementSet.js diff --git a/ClientApp/node_modules/es-abstract/2019/InternalizeJSONProperty.js b/apps/angular/node_modules/es-abstract/2019/InternalizeJSONProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/InternalizeJSONProperty.js rename to apps/angular/node_modules/es-abstract/2019/InternalizeJSONProperty.js diff --git a/ClientApp/node_modules/es-abstract/2019/Invoke.js b/apps/angular/node_modules/es-abstract/2019/Invoke.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/Invoke.js rename to apps/angular/node_modules/es-abstract/2019/Invoke.js diff --git a/ClientApp/node_modules/es-abstract/2019/IsAccessorDescriptor.js b/apps/angular/node_modules/es-abstract/2019/IsAccessorDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/IsAccessorDescriptor.js rename to apps/angular/node_modules/es-abstract/2019/IsAccessorDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2019/IsArray.js b/apps/angular/node_modules/es-abstract/2019/IsArray.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/IsArray.js rename to apps/angular/node_modules/es-abstract/2019/IsArray.js diff --git a/ClientApp/node_modules/es-abstract/2019/IsCallable.js b/apps/angular/node_modules/es-abstract/2019/IsCallable.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/IsCallable.js rename to apps/angular/node_modules/es-abstract/2019/IsCallable.js diff --git a/ClientApp/node_modules/es-abstract/2019/IsCompatiblePropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2019/IsCompatiblePropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/IsCompatiblePropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2019/IsCompatiblePropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2019/IsConcatSpreadable.js b/apps/angular/node_modules/es-abstract/2019/IsConcatSpreadable.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/IsConcatSpreadable.js rename to apps/angular/node_modules/es-abstract/2019/IsConcatSpreadable.js diff --git a/ClientApp/node_modules/es-abstract/2019/IsConstructor.js b/apps/angular/node_modules/es-abstract/2019/IsConstructor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/IsConstructor.js rename to apps/angular/node_modules/es-abstract/2019/IsConstructor.js diff --git a/ClientApp/node_modules/es-abstract/2019/IsDataDescriptor.js b/apps/angular/node_modules/es-abstract/2019/IsDataDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/IsDataDescriptor.js rename to apps/angular/node_modules/es-abstract/2019/IsDataDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2019/IsDetachedBuffer.js b/apps/angular/node_modules/es-abstract/2019/IsDetachedBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/IsDetachedBuffer.js rename to apps/angular/node_modules/es-abstract/2019/IsDetachedBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2019/IsExtensible.js b/apps/angular/node_modules/es-abstract/2019/IsExtensible.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/IsExtensible.js rename to apps/angular/node_modules/es-abstract/2019/IsExtensible.js diff --git a/ClientApp/node_modules/es-abstract/2019/IsGenericDescriptor.js b/apps/angular/node_modules/es-abstract/2019/IsGenericDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/IsGenericDescriptor.js rename to apps/angular/node_modules/es-abstract/2019/IsGenericDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2019/IsInteger.js b/apps/angular/node_modules/es-abstract/2019/IsInteger.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/IsInteger.js rename to apps/angular/node_modules/es-abstract/2019/IsInteger.js diff --git a/ClientApp/node_modules/es-abstract/2019/IsPromise.js b/apps/angular/node_modules/es-abstract/2019/IsPromise.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/IsPromise.js rename to apps/angular/node_modules/es-abstract/2019/IsPromise.js diff --git a/ClientApp/node_modules/es-abstract/2019/IsPropertyKey.js b/apps/angular/node_modules/es-abstract/2019/IsPropertyKey.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/IsPropertyKey.js rename to apps/angular/node_modules/es-abstract/2019/IsPropertyKey.js diff --git a/ClientApp/node_modules/es-abstract/2019/IsRegExp.js b/apps/angular/node_modules/es-abstract/2019/IsRegExp.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/IsRegExp.js rename to apps/angular/node_modules/es-abstract/2019/IsRegExp.js diff --git a/ClientApp/node_modules/es-abstract/2019/IsSharedArrayBuffer.js b/apps/angular/node_modules/es-abstract/2019/IsSharedArrayBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/IsSharedArrayBuffer.js rename to apps/angular/node_modules/es-abstract/2019/IsSharedArrayBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2019/IsStringPrefix.js b/apps/angular/node_modules/es-abstract/2019/IsStringPrefix.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/IsStringPrefix.js rename to apps/angular/node_modules/es-abstract/2019/IsStringPrefix.js diff --git a/ClientApp/node_modules/es-abstract/2019/IsWordChar.js b/apps/angular/node_modules/es-abstract/2019/IsWordChar.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/IsWordChar.js rename to apps/angular/node_modules/es-abstract/2019/IsWordChar.js diff --git a/ClientApp/node_modules/es-abstract/2019/IterableToList.js b/apps/angular/node_modules/es-abstract/2019/IterableToList.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/IterableToList.js rename to apps/angular/node_modules/es-abstract/2019/IterableToList.js diff --git a/ClientApp/node_modules/es-abstract/2019/IteratorClose.js b/apps/angular/node_modules/es-abstract/2019/IteratorClose.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/IteratorClose.js rename to apps/angular/node_modules/es-abstract/2019/IteratorClose.js diff --git a/ClientApp/node_modules/es-abstract/2019/IteratorComplete.js b/apps/angular/node_modules/es-abstract/2019/IteratorComplete.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/IteratorComplete.js rename to apps/angular/node_modules/es-abstract/2019/IteratorComplete.js diff --git a/ClientApp/node_modules/es-abstract/2019/IteratorNext.js b/apps/angular/node_modules/es-abstract/2019/IteratorNext.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/IteratorNext.js rename to apps/angular/node_modules/es-abstract/2019/IteratorNext.js diff --git a/ClientApp/node_modules/es-abstract/2019/IteratorStep.js b/apps/angular/node_modules/es-abstract/2019/IteratorStep.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/IteratorStep.js rename to apps/angular/node_modules/es-abstract/2019/IteratorStep.js diff --git a/ClientApp/node_modules/es-abstract/2019/IteratorValue.js b/apps/angular/node_modules/es-abstract/2019/IteratorValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/IteratorValue.js rename to apps/angular/node_modules/es-abstract/2019/IteratorValue.js diff --git a/ClientApp/node_modules/es-abstract/2019/MakeDate.js b/apps/angular/node_modules/es-abstract/2019/MakeDate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/MakeDate.js rename to apps/angular/node_modules/es-abstract/2019/MakeDate.js diff --git a/ClientApp/node_modules/es-abstract/2019/MakeDay.js b/apps/angular/node_modules/es-abstract/2019/MakeDay.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/MakeDay.js rename to apps/angular/node_modules/es-abstract/2019/MakeDay.js diff --git a/ClientApp/node_modules/es-abstract/2019/MakeTime.js b/apps/angular/node_modules/es-abstract/2019/MakeTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/MakeTime.js rename to apps/angular/node_modules/es-abstract/2019/MakeTime.js diff --git a/ClientApp/node_modules/es-abstract/2019/MinFromTime.js b/apps/angular/node_modules/es-abstract/2019/MinFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/MinFromTime.js rename to apps/angular/node_modules/es-abstract/2019/MinFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2019/MonthFromTime.js b/apps/angular/node_modules/es-abstract/2019/MonthFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/MonthFromTime.js rename to apps/angular/node_modules/es-abstract/2019/MonthFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2019/NewPromiseCapability.js b/apps/angular/node_modules/es-abstract/2019/NewPromiseCapability.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/NewPromiseCapability.js rename to apps/angular/node_modules/es-abstract/2019/NewPromiseCapability.js diff --git a/ClientApp/node_modules/es-abstract/2019/NormalCompletion.js b/apps/angular/node_modules/es-abstract/2019/NormalCompletion.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/NormalCompletion.js rename to apps/angular/node_modules/es-abstract/2019/NormalCompletion.js diff --git a/ClientApp/node_modules/es-abstract/2019/NumberToRawBytes.js b/apps/angular/node_modules/es-abstract/2019/NumberToRawBytes.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/NumberToRawBytes.js rename to apps/angular/node_modules/es-abstract/2019/NumberToRawBytes.js diff --git a/ClientApp/node_modules/es-abstract/2019/NumberToString.js b/apps/angular/node_modules/es-abstract/2019/NumberToString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/NumberToString.js rename to apps/angular/node_modules/es-abstract/2019/NumberToString.js diff --git a/ClientApp/node_modules/es-abstract/2019/ObjectCreate.js b/apps/angular/node_modules/es-abstract/2019/ObjectCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/ObjectCreate.js rename to apps/angular/node_modules/es-abstract/2019/ObjectCreate.js diff --git a/ClientApp/node_modules/es-abstract/2019/ObjectDefineProperties.js b/apps/angular/node_modules/es-abstract/2019/ObjectDefineProperties.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/ObjectDefineProperties.js rename to apps/angular/node_modules/es-abstract/2019/ObjectDefineProperties.js diff --git a/ClientApp/node_modules/es-abstract/2019/OrdinaryCreateFromConstructor.js b/apps/angular/node_modules/es-abstract/2019/OrdinaryCreateFromConstructor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/OrdinaryCreateFromConstructor.js rename to apps/angular/node_modules/es-abstract/2019/OrdinaryCreateFromConstructor.js diff --git a/ClientApp/node_modules/es-abstract/2019/OrdinaryDefineOwnProperty.js b/apps/angular/node_modules/es-abstract/2019/OrdinaryDefineOwnProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/OrdinaryDefineOwnProperty.js rename to apps/angular/node_modules/es-abstract/2019/OrdinaryDefineOwnProperty.js diff --git a/ClientApp/node_modules/es-abstract/2019/OrdinaryGetOwnProperty.js b/apps/angular/node_modules/es-abstract/2019/OrdinaryGetOwnProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/OrdinaryGetOwnProperty.js rename to apps/angular/node_modules/es-abstract/2019/OrdinaryGetOwnProperty.js diff --git a/ClientApp/node_modules/es-abstract/2019/OrdinaryGetPrototypeOf.js b/apps/angular/node_modules/es-abstract/2019/OrdinaryGetPrototypeOf.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/OrdinaryGetPrototypeOf.js rename to apps/angular/node_modules/es-abstract/2019/OrdinaryGetPrototypeOf.js diff --git a/ClientApp/node_modules/es-abstract/2019/OrdinaryHasInstance.js b/apps/angular/node_modules/es-abstract/2019/OrdinaryHasInstance.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/OrdinaryHasInstance.js rename to apps/angular/node_modules/es-abstract/2019/OrdinaryHasInstance.js diff --git a/ClientApp/node_modules/es-abstract/2019/OrdinaryHasProperty.js b/apps/angular/node_modules/es-abstract/2019/OrdinaryHasProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/OrdinaryHasProperty.js rename to apps/angular/node_modules/es-abstract/2019/OrdinaryHasProperty.js diff --git a/ClientApp/node_modules/es-abstract/2019/OrdinarySetPrototypeOf.js b/apps/angular/node_modules/es-abstract/2019/OrdinarySetPrototypeOf.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/OrdinarySetPrototypeOf.js rename to apps/angular/node_modules/es-abstract/2019/OrdinarySetPrototypeOf.js diff --git a/ClientApp/node_modules/es-abstract/2019/OrdinaryToPrimitive.js b/apps/angular/node_modules/es-abstract/2019/OrdinaryToPrimitive.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/OrdinaryToPrimitive.js rename to apps/angular/node_modules/es-abstract/2019/OrdinaryToPrimitive.js diff --git a/ClientApp/node_modules/es-abstract/2019/PromiseResolve.js b/apps/angular/node_modules/es-abstract/2019/PromiseResolve.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/PromiseResolve.js rename to apps/angular/node_modules/es-abstract/2019/PromiseResolve.js diff --git a/ClientApp/node_modules/es-abstract/2019/QuoteJSONString.js b/apps/angular/node_modules/es-abstract/2019/QuoteJSONString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/QuoteJSONString.js rename to apps/angular/node_modules/es-abstract/2019/QuoteJSONString.js diff --git a/ClientApp/node_modules/es-abstract/2019/RawBytesToNumber.js b/apps/angular/node_modules/es-abstract/2019/RawBytesToNumber.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/RawBytesToNumber.js rename to apps/angular/node_modules/es-abstract/2019/RawBytesToNumber.js diff --git a/ClientApp/node_modules/es-abstract/2019/RegExpCreate.js b/apps/angular/node_modules/es-abstract/2019/RegExpCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/RegExpCreate.js rename to apps/angular/node_modules/es-abstract/2019/RegExpCreate.js diff --git a/ClientApp/node_modules/es-abstract/2019/RegExpExec.js b/apps/angular/node_modules/es-abstract/2019/RegExpExec.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/RegExpExec.js rename to apps/angular/node_modules/es-abstract/2019/RegExpExec.js diff --git a/ClientApp/node_modules/es-abstract/2019/RequireObjectCoercible.js b/apps/angular/node_modules/es-abstract/2019/RequireObjectCoercible.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/RequireObjectCoercible.js rename to apps/angular/node_modules/es-abstract/2019/RequireObjectCoercible.js diff --git a/ClientApp/node_modules/es-abstract/2019/SameValue.js b/apps/angular/node_modules/es-abstract/2019/SameValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/SameValue.js rename to apps/angular/node_modules/es-abstract/2019/SameValue.js diff --git a/ClientApp/node_modules/es-abstract/2019/SameValueNonNumber.js b/apps/angular/node_modules/es-abstract/2019/SameValueNonNumber.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/SameValueNonNumber.js rename to apps/angular/node_modules/es-abstract/2019/SameValueNonNumber.js diff --git a/ClientApp/node_modules/es-abstract/2019/SameValueZero.js b/apps/angular/node_modules/es-abstract/2019/SameValueZero.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/SameValueZero.js rename to apps/angular/node_modules/es-abstract/2019/SameValueZero.js diff --git a/ClientApp/node_modules/es-abstract/2019/SecFromTime.js b/apps/angular/node_modules/es-abstract/2019/SecFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/SecFromTime.js rename to apps/angular/node_modules/es-abstract/2019/SecFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2019/Set.js b/apps/angular/node_modules/es-abstract/2019/Set.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/Set.js rename to apps/angular/node_modules/es-abstract/2019/Set.js diff --git a/ClientApp/node_modules/es-abstract/2019/SetFunctionLength.js b/apps/angular/node_modules/es-abstract/2019/SetFunctionLength.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/SetFunctionLength.js rename to apps/angular/node_modules/es-abstract/2019/SetFunctionLength.js diff --git a/ClientApp/node_modules/es-abstract/2019/SetFunctionName.js b/apps/angular/node_modules/es-abstract/2019/SetFunctionName.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/SetFunctionName.js rename to apps/angular/node_modules/es-abstract/2019/SetFunctionName.js diff --git a/ClientApp/node_modules/es-abstract/2019/SetIntegrityLevel.js b/apps/angular/node_modules/es-abstract/2019/SetIntegrityLevel.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/SetIntegrityLevel.js rename to apps/angular/node_modules/es-abstract/2019/SetIntegrityLevel.js diff --git a/ClientApp/node_modules/es-abstract/2019/SetValueInBuffer.js b/apps/angular/node_modules/es-abstract/2019/SetValueInBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/SetValueInBuffer.js rename to apps/angular/node_modules/es-abstract/2019/SetValueInBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2019/SpeciesConstructor.js b/apps/angular/node_modules/es-abstract/2019/SpeciesConstructor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/SpeciesConstructor.js rename to apps/angular/node_modules/es-abstract/2019/SpeciesConstructor.js diff --git a/ClientApp/node_modules/es-abstract/2019/SplitMatch.js b/apps/angular/node_modules/es-abstract/2019/SplitMatch.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/SplitMatch.js rename to apps/angular/node_modules/es-abstract/2019/SplitMatch.js diff --git a/ClientApp/node_modules/es-abstract/2019/StrictEqualityComparison.js b/apps/angular/node_modules/es-abstract/2019/StrictEqualityComparison.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/StrictEqualityComparison.js rename to apps/angular/node_modules/es-abstract/2019/StrictEqualityComparison.js diff --git a/ClientApp/node_modules/es-abstract/2019/StringCreate.js b/apps/angular/node_modules/es-abstract/2019/StringCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/StringCreate.js rename to apps/angular/node_modules/es-abstract/2019/StringCreate.js diff --git a/ClientApp/node_modules/es-abstract/2019/StringGetOwnProperty.js b/apps/angular/node_modules/es-abstract/2019/StringGetOwnProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/StringGetOwnProperty.js rename to apps/angular/node_modules/es-abstract/2019/StringGetOwnProperty.js diff --git a/ClientApp/node_modules/es-abstract/2019/SymbolDescriptiveString.js b/apps/angular/node_modules/es-abstract/2019/SymbolDescriptiveString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/SymbolDescriptiveString.js rename to apps/angular/node_modules/es-abstract/2019/SymbolDescriptiveString.js diff --git a/ClientApp/node_modules/es-abstract/2019/TestIntegrityLevel.js b/apps/angular/node_modules/es-abstract/2019/TestIntegrityLevel.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/TestIntegrityLevel.js rename to apps/angular/node_modules/es-abstract/2019/TestIntegrityLevel.js diff --git a/ClientApp/node_modules/es-abstract/2019/ThrowCompletion.js b/apps/angular/node_modules/es-abstract/2019/ThrowCompletion.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/ThrowCompletion.js rename to apps/angular/node_modules/es-abstract/2019/ThrowCompletion.js diff --git a/ClientApp/node_modules/es-abstract/2019/TimeClip.js b/apps/angular/node_modules/es-abstract/2019/TimeClip.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/TimeClip.js rename to apps/angular/node_modules/es-abstract/2019/TimeClip.js diff --git a/ClientApp/node_modules/es-abstract/2019/TimeFromYear.js b/apps/angular/node_modules/es-abstract/2019/TimeFromYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/TimeFromYear.js rename to apps/angular/node_modules/es-abstract/2019/TimeFromYear.js diff --git a/ClientApp/node_modules/es-abstract/2019/TimeString.js b/apps/angular/node_modules/es-abstract/2019/TimeString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/TimeString.js rename to apps/angular/node_modules/es-abstract/2019/TimeString.js diff --git a/ClientApp/node_modules/es-abstract/2019/TimeWithinDay.js b/apps/angular/node_modules/es-abstract/2019/TimeWithinDay.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/TimeWithinDay.js rename to apps/angular/node_modules/es-abstract/2019/TimeWithinDay.js diff --git a/ClientApp/node_modules/es-abstract/2019/TimeZoneString.js b/apps/angular/node_modules/es-abstract/2019/TimeZoneString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/TimeZoneString.js rename to apps/angular/node_modules/es-abstract/2019/TimeZoneString.js diff --git a/ClientApp/node_modules/es-abstract/2019/ToBoolean.js b/apps/angular/node_modules/es-abstract/2019/ToBoolean.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/ToBoolean.js rename to apps/angular/node_modules/es-abstract/2019/ToBoolean.js diff --git a/ClientApp/node_modules/es-abstract/2019/ToDateString.js b/apps/angular/node_modules/es-abstract/2019/ToDateString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/ToDateString.js rename to apps/angular/node_modules/es-abstract/2019/ToDateString.js diff --git a/ClientApp/node_modules/es-abstract/2019/ToIndex.js b/apps/angular/node_modules/es-abstract/2019/ToIndex.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/ToIndex.js rename to apps/angular/node_modules/es-abstract/2019/ToIndex.js diff --git a/ClientApp/node_modules/es-abstract/2019/ToInt16.js b/apps/angular/node_modules/es-abstract/2019/ToInt16.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/ToInt16.js rename to apps/angular/node_modules/es-abstract/2019/ToInt16.js diff --git a/ClientApp/node_modules/es-abstract/2019/ToInt32.js b/apps/angular/node_modules/es-abstract/2019/ToInt32.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/ToInt32.js rename to apps/angular/node_modules/es-abstract/2019/ToInt32.js diff --git a/ClientApp/node_modules/es-abstract/2019/ToInt8.js b/apps/angular/node_modules/es-abstract/2019/ToInt8.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/ToInt8.js rename to apps/angular/node_modules/es-abstract/2019/ToInt8.js diff --git a/ClientApp/node_modules/es-abstract/2019/ToInteger.js b/apps/angular/node_modules/es-abstract/2019/ToInteger.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/ToInteger.js rename to apps/angular/node_modules/es-abstract/2019/ToInteger.js diff --git a/ClientApp/node_modules/es-abstract/2019/ToLength.js b/apps/angular/node_modules/es-abstract/2019/ToLength.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/ToLength.js rename to apps/angular/node_modules/es-abstract/2019/ToLength.js diff --git a/ClientApp/node_modules/es-abstract/2019/ToNumber.js b/apps/angular/node_modules/es-abstract/2019/ToNumber.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/ToNumber.js rename to apps/angular/node_modules/es-abstract/2019/ToNumber.js diff --git a/ClientApp/node_modules/es-abstract/2019/ToObject.js b/apps/angular/node_modules/es-abstract/2019/ToObject.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/ToObject.js rename to apps/angular/node_modules/es-abstract/2019/ToObject.js diff --git a/ClientApp/node_modules/es-abstract/2019/ToPrimitive.js b/apps/angular/node_modules/es-abstract/2019/ToPrimitive.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/ToPrimitive.js rename to apps/angular/node_modules/es-abstract/2019/ToPrimitive.js diff --git a/ClientApp/node_modules/es-abstract/2019/ToPropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2019/ToPropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/ToPropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2019/ToPropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2019/ToPropertyKey.js b/apps/angular/node_modules/es-abstract/2019/ToPropertyKey.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/ToPropertyKey.js rename to apps/angular/node_modules/es-abstract/2019/ToPropertyKey.js diff --git a/ClientApp/node_modules/es-abstract/2019/ToString.js b/apps/angular/node_modules/es-abstract/2019/ToString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/ToString.js rename to apps/angular/node_modules/es-abstract/2019/ToString.js diff --git a/ClientApp/node_modules/es-abstract/2019/ToUint16.js b/apps/angular/node_modules/es-abstract/2019/ToUint16.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/ToUint16.js rename to apps/angular/node_modules/es-abstract/2019/ToUint16.js diff --git a/ClientApp/node_modules/es-abstract/2019/ToUint32.js b/apps/angular/node_modules/es-abstract/2019/ToUint32.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/ToUint32.js rename to apps/angular/node_modules/es-abstract/2019/ToUint32.js diff --git a/ClientApp/node_modules/es-abstract/2019/ToUint8.js b/apps/angular/node_modules/es-abstract/2019/ToUint8.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/ToUint8.js rename to apps/angular/node_modules/es-abstract/2019/ToUint8.js diff --git a/ClientApp/node_modules/es-abstract/2019/ToUint8Clamp.js b/apps/angular/node_modules/es-abstract/2019/ToUint8Clamp.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/ToUint8Clamp.js rename to apps/angular/node_modules/es-abstract/2019/ToUint8Clamp.js diff --git a/ClientApp/node_modules/es-abstract/2019/TrimString.js b/apps/angular/node_modules/es-abstract/2019/TrimString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/TrimString.js rename to apps/angular/node_modules/es-abstract/2019/TrimString.js diff --git a/ClientApp/node_modules/es-abstract/2019/Type.js b/apps/angular/node_modules/es-abstract/2019/Type.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/Type.js rename to apps/angular/node_modules/es-abstract/2019/Type.js diff --git a/ClientApp/node_modules/es-abstract/2019/TypedArrayCreate.js b/apps/angular/node_modules/es-abstract/2019/TypedArrayCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/TypedArrayCreate.js rename to apps/angular/node_modules/es-abstract/2019/TypedArrayCreate.js diff --git a/ClientApp/node_modules/es-abstract/2019/TypedArraySpeciesCreate.js b/apps/angular/node_modules/es-abstract/2019/TypedArraySpeciesCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/TypedArraySpeciesCreate.js rename to apps/angular/node_modules/es-abstract/2019/TypedArraySpeciesCreate.js diff --git a/ClientApp/node_modules/es-abstract/2019/UTF16Decode.js b/apps/angular/node_modules/es-abstract/2019/UTF16Decode.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/UTF16Decode.js rename to apps/angular/node_modules/es-abstract/2019/UTF16Decode.js diff --git a/ClientApp/node_modules/es-abstract/2019/UTF16Encoding.js b/apps/angular/node_modules/es-abstract/2019/UTF16Encoding.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/UTF16Encoding.js rename to apps/angular/node_modules/es-abstract/2019/UTF16Encoding.js diff --git a/ClientApp/node_modules/es-abstract/2019/UnicodeEscape.js b/apps/angular/node_modules/es-abstract/2019/UnicodeEscape.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/UnicodeEscape.js rename to apps/angular/node_modules/es-abstract/2019/UnicodeEscape.js diff --git a/ClientApp/node_modules/es-abstract/2019/ValidateAndApplyPropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2019/ValidateAndApplyPropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/ValidateAndApplyPropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2019/ValidateAndApplyPropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2019/ValidateAtomicAccess.js b/apps/angular/node_modules/es-abstract/2019/ValidateAtomicAccess.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/ValidateAtomicAccess.js rename to apps/angular/node_modules/es-abstract/2019/ValidateAtomicAccess.js diff --git a/ClientApp/node_modules/es-abstract/2019/ValidateTypedArray.js b/apps/angular/node_modules/es-abstract/2019/ValidateTypedArray.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/ValidateTypedArray.js rename to apps/angular/node_modules/es-abstract/2019/ValidateTypedArray.js diff --git a/ClientApp/node_modules/es-abstract/2019/WeekDay.js b/apps/angular/node_modules/es-abstract/2019/WeekDay.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/WeekDay.js rename to apps/angular/node_modules/es-abstract/2019/WeekDay.js diff --git a/ClientApp/node_modules/es-abstract/2019/WordCharacters.js b/apps/angular/node_modules/es-abstract/2019/WordCharacters.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/WordCharacters.js rename to apps/angular/node_modules/es-abstract/2019/WordCharacters.js diff --git a/ClientApp/node_modules/es-abstract/2019/YearFromTime.js b/apps/angular/node_modules/es-abstract/2019/YearFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/YearFromTime.js rename to apps/angular/node_modules/es-abstract/2019/YearFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2019/abs.js b/apps/angular/node_modules/es-abstract/2019/abs.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/abs.js rename to apps/angular/node_modules/es-abstract/2019/abs.js diff --git a/ClientApp/node_modules/es-abstract/2019/floor.js b/apps/angular/node_modules/es-abstract/2019/floor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/floor.js rename to apps/angular/node_modules/es-abstract/2019/floor.js diff --git a/ClientApp/node_modules/es-abstract/2019/max.js b/apps/angular/node_modules/es-abstract/2019/max.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/max.js rename to apps/angular/node_modules/es-abstract/2019/max.js diff --git a/ClientApp/node_modules/es-abstract/2019/min.js b/apps/angular/node_modules/es-abstract/2019/min.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/min.js rename to apps/angular/node_modules/es-abstract/2019/min.js diff --git a/ClientApp/node_modules/es-abstract/2019/modulo.js b/apps/angular/node_modules/es-abstract/2019/modulo.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/modulo.js rename to apps/angular/node_modules/es-abstract/2019/modulo.js diff --git a/ClientApp/node_modules/es-abstract/2019/msFromTime.js b/apps/angular/node_modules/es-abstract/2019/msFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/msFromTime.js rename to apps/angular/node_modules/es-abstract/2019/msFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2019/tables/typed-array-objects.js b/apps/angular/node_modules/es-abstract/2019/tables/typed-array-objects.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/tables/typed-array-objects.js rename to apps/angular/node_modules/es-abstract/2019/tables/typed-array-objects.js diff --git a/ClientApp/node_modules/es-abstract/2019/thisBooleanValue.js b/apps/angular/node_modules/es-abstract/2019/thisBooleanValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/thisBooleanValue.js rename to apps/angular/node_modules/es-abstract/2019/thisBooleanValue.js diff --git a/ClientApp/node_modules/es-abstract/2019/thisNumberValue.js b/apps/angular/node_modules/es-abstract/2019/thisNumberValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/thisNumberValue.js rename to apps/angular/node_modules/es-abstract/2019/thisNumberValue.js diff --git a/ClientApp/node_modules/es-abstract/2019/thisStringValue.js b/apps/angular/node_modules/es-abstract/2019/thisStringValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/thisStringValue.js rename to apps/angular/node_modules/es-abstract/2019/thisStringValue.js diff --git a/ClientApp/node_modules/es-abstract/2019/thisSymbolValue.js b/apps/angular/node_modules/es-abstract/2019/thisSymbolValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/thisSymbolValue.js rename to apps/angular/node_modules/es-abstract/2019/thisSymbolValue.js diff --git a/ClientApp/node_modules/es-abstract/2019/thisTimeValue.js b/apps/angular/node_modules/es-abstract/2019/thisTimeValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2019/thisTimeValue.js rename to apps/angular/node_modules/es-abstract/2019/thisTimeValue.js diff --git a/ClientApp/node_modules/es-abstract/2020/AbstractEqualityComparison.js b/apps/angular/node_modules/es-abstract/2020/AbstractEqualityComparison.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/AbstractEqualityComparison.js rename to apps/angular/node_modules/es-abstract/2020/AbstractEqualityComparison.js diff --git a/ClientApp/node_modules/es-abstract/2020/AbstractRelationalComparison.js b/apps/angular/node_modules/es-abstract/2020/AbstractRelationalComparison.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/AbstractRelationalComparison.js rename to apps/angular/node_modules/es-abstract/2020/AbstractRelationalComparison.js diff --git a/ClientApp/node_modules/es-abstract/2020/AddEntriesFromIterable.js b/apps/angular/node_modules/es-abstract/2020/AddEntriesFromIterable.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/AddEntriesFromIterable.js rename to apps/angular/node_modules/es-abstract/2020/AddEntriesFromIterable.js diff --git a/ClientApp/node_modules/es-abstract/2020/AdvanceStringIndex.js b/apps/angular/node_modules/es-abstract/2020/AdvanceStringIndex.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/AdvanceStringIndex.js rename to apps/angular/node_modules/es-abstract/2020/AdvanceStringIndex.js diff --git a/ClientApp/node_modules/es-abstract/2020/ArrayCreate.js b/apps/angular/node_modules/es-abstract/2020/ArrayCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/ArrayCreate.js rename to apps/angular/node_modules/es-abstract/2020/ArrayCreate.js diff --git a/ClientApp/node_modules/es-abstract/2020/ArraySetLength.js b/apps/angular/node_modules/es-abstract/2020/ArraySetLength.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/ArraySetLength.js rename to apps/angular/node_modules/es-abstract/2020/ArraySetLength.js diff --git a/ClientApp/node_modules/es-abstract/2020/ArraySpeciesCreate.js b/apps/angular/node_modules/es-abstract/2020/ArraySpeciesCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/ArraySpeciesCreate.js rename to apps/angular/node_modules/es-abstract/2020/ArraySpeciesCreate.js diff --git a/ClientApp/node_modules/es-abstract/2020/AsyncFromSyncIteratorContinuation.js b/apps/angular/node_modules/es-abstract/2020/AsyncFromSyncIteratorContinuation.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/AsyncFromSyncIteratorContinuation.js rename to apps/angular/node_modules/es-abstract/2020/AsyncFromSyncIteratorContinuation.js diff --git a/ClientApp/node_modules/es-abstract/2020/AsyncIteratorClose.js b/apps/angular/node_modules/es-abstract/2020/AsyncIteratorClose.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/AsyncIteratorClose.js rename to apps/angular/node_modules/es-abstract/2020/AsyncIteratorClose.js diff --git a/ClientApp/node_modules/es-abstract/2020/BigInt/add.js b/apps/angular/node_modules/es-abstract/2020/BigInt/add.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/BigInt/add.js rename to apps/angular/node_modules/es-abstract/2020/BigInt/add.js diff --git a/ClientApp/node_modules/es-abstract/2020/BigInt/bitwiseAND.js b/apps/angular/node_modules/es-abstract/2020/BigInt/bitwiseAND.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/BigInt/bitwiseAND.js rename to apps/angular/node_modules/es-abstract/2020/BigInt/bitwiseAND.js diff --git a/ClientApp/node_modules/es-abstract/2020/BigInt/bitwiseNOT.js b/apps/angular/node_modules/es-abstract/2020/BigInt/bitwiseNOT.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/BigInt/bitwiseNOT.js rename to apps/angular/node_modules/es-abstract/2020/BigInt/bitwiseNOT.js diff --git a/ClientApp/node_modules/es-abstract/2020/BigInt/bitwiseOR.js b/apps/angular/node_modules/es-abstract/2020/BigInt/bitwiseOR.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/BigInt/bitwiseOR.js rename to apps/angular/node_modules/es-abstract/2020/BigInt/bitwiseOR.js diff --git a/ClientApp/node_modules/es-abstract/2020/BigInt/bitwiseXOR.js b/apps/angular/node_modules/es-abstract/2020/BigInt/bitwiseXOR.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/BigInt/bitwiseXOR.js rename to apps/angular/node_modules/es-abstract/2020/BigInt/bitwiseXOR.js diff --git a/ClientApp/node_modules/es-abstract/2020/BigInt/divide.js b/apps/angular/node_modules/es-abstract/2020/BigInt/divide.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/BigInt/divide.js rename to apps/angular/node_modules/es-abstract/2020/BigInt/divide.js diff --git a/ClientApp/node_modules/es-abstract/2020/BigInt/equal.js b/apps/angular/node_modules/es-abstract/2020/BigInt/equal.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/BigInt/equal.js rename to apps/angular/node_modules/es-abstract/2020/BigInt/equal.js diff --git a/ClientApp/node_modules/es-abstract/2020/BigInt/exponentiate.js b/apps/angular/node_modules/es-abstract/2020/BigInt/exponentiate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/BigInt/exponentiate.js rename to apps/angular/node_modules/es-abstract/2020/BigInt/exponentiate.js diff --git a/ClientApp/node_modules/es-abstract/2020/BigInt/index.js b/apps/angular/node_modules/es-abstract/2020/BigInt/index.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/BigInt/index.js rename to apps/angular/node_modules/es-abstract/2020/BigInt/index.js diff --git a/ClientApp/node_modules/es-abstract/2020/BigInt/leftShift.js b/apps/angular/node_modules/es-abstract/2020/BigInt/leftShift.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/BigInt/leftShift.js rename to apps/angular/node_modules/es-abstract/2020/BigInt/leftShift.js diff --git a/ClientApp/node_modules/es-abstract/2020/BigInt/lessThan.js b/apps/angular/node_modules/es-abstract/2020/BigInt/lessThan.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/BigInt/lessThan.js rename to apps/angular/node_modules/es-abstract/2020/BigInt/lessThan.js diff --git a/ClientApp/node_modules/es-abstract/2020/BigInt/multiply.js b/apps/angular/node_modules/es-abstract/2020/BigInt/multiply.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/BigInt/multiply.js rename to apps/angular/node_modules/es-abstract/2020/BigInt/multiply.js diff --git a/ClientApp/node_modules/es-abstract/2020/BigInt/remainder.js b/apps/angular/node_modules/es-abstract/2020/BigInt/remainder.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/BigInt/remainder.js rename to apps/angular/node_modules/es-abstract/2020/BigInt/remainder.js diff --git a/ClientApp/node_modules/es-abstract/2020/BigInt/sameValue.js b/apps/angular/node_modules/es-abstract/2020/BigInt/sameValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/BigInt/sameValue.js rename to apps/angular/node_modules/es-abstract/2020/BigInt/sameValue.js diff --git a/ClientApp/node_modules/es-abstract/2020/BigInt/sameValueZero.js b/apps/angular/node_modules/es-abstract/2020/BigInt/sameValueZero.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/BigInt/sameValueZero.js rename to apps/angular/node_modules/es-abstract/2020/BigInt/sameValueZero.js diff --git a/ClientApp/node_modules/es-abstract/2020/BigInt/signedRightShift.js b/apps/angular/node_modules/es-abstract/2020/BigInt/signedRightShift.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/BigInt/signedRightShift.js rename to apps/angular/node_modules/es-abstract/2020/BigInt/signedRightShift.js diff --git a/ClientApp/node_modules/es-abstract/2020/BigInt/subtract.js b/apps/angular/node_modules/es-abstract/2020/BigInt/subtract.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/BigInt/subtract.js rename to apps/angular/node_modules/es-abstract/2020/BigInt/subtract.js diff --git a/ClientApp/node_modules/es-abstract/2020/BigInt/toString.js b/apps/angular/node_modules/es-abstract/2020/BigInt/toString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/BigInt/toString.js rename to apps/angular/node_modules/es-abstract/2020/BigInt/toString.js diff --git a/ClientApp/node_modules/es-abstract/2020/BigInt/unaryMinus.js b/apps/angular/node_modules/es-abstract/2020/BigInt/unaryMinus.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/BigInt/unaryMinus.js rename to apps/angular/node_modules/es-abstract/2020/BigInt/unaryMinus.js diff --git a/ClientApp/node_modules/es-abstract/2020/BigInt/unsignedRightShift.js b/apps/angular/node_modules/es-abstract/2020/BigInt/unsignedRightShift.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/BigInt/unsignedRightShift.js rename to apps/angular/node_modules/es-abstract/2020/BigInt/unsignedRightShift.js diff --git a/ClientApp/node_modules/es-abstract/2020/BigIntBitwiseOp.js b/apps/angular/node_modules/es-abstract/2020/BigIntBitwiseOp.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/BigIntBitwiseOp.js rename to apps/angular/node_modules/es-abstract/2020/BigIntBitwiseOp.js diff --git a/ClientApp/node_modules/es-abstract/2020/BinaryAnd.js b/apps/angular/node_modules/es-abstract/2020/BinaryAnd.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/BinaryAnd.js rename to apps/angular/node_modules/es-abstract/2020/BinaryAnd.js diff --git a/ClientApp/node_modules/es-abstract/2020/BinaryOr.js b/apps/angular/node_modules/es-abstract/2020/BinaryOr.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/BinaryOr.js rename to apps/angular/node_modules/es-abstract/2020/BinaryOr.js diff --git a/ClientApp/node_modules/es-abstract/2020/BinaryXor.js b/apps/angular/node_modules/es-abstract/2020/BinaryXor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/BinaryXor.js rename to apps/angular/node_modules/es-abstract/2020/BinaryXor.js diff --git a/ClientApp/node_modules/es-abstract/2020/Call.js b/apps/angular/node_modules/es-abstract/2020/Call.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/Call.js rename to apps/angular/node_modules/es-abstract/2020/Call.js diff --git a/ClientApp/node_modules/es-abstract/2020/CanonicalNumericIndexString.js b/apps/angular/node_modules/es-abstract/2020/CanonicalNumericIndexString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/CanonicalNumericIndexString.js rename to apps/angular/node_modules/es-abstract/2020/CanonicalNumericIndexString.js diff --git a/ClientApp/node_modules/es-abstract/2020/Canonicalize.js b/apps/angular/node_modules/es-abstract/2020/Canonicalize.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/Canonicalize.js rename to apps/angular/node_modules/es-abstract/2020/Canonicalize.js diff --git a/ClientApp/node_modules/es-abstract/2020/CharacterRange.js b/apps/angular/node_modules/es-abstract/2020/CharacterRange.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/CharacterRange.js rename to apps/angular/node_modules/es-abstract/2020/CharacterRange.js diff --git a/ClientApp/node_modules/es-abstract/2020/CodePointAt.js b/apps/angular/node_modules/es-abstract/2020/CodePointAt.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/CodePointAt.js rename to apps/angular/node_modules/es-abstract/2020/CodePointAt.js diff --git a/ClientApp/node_modules/es-abstract/2020/CompletePropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2020/CompletePropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/CompletePropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2020/CompletePropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2020/CompletionRecord.js b/apps/angular/node_modules/es-abstract/2020/CompletionRecord.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/CompletionRecord.js rename to apps/angular/node_modules/es-abstract/2020/CompletionRecord.js diff --git a/ClientApp/node_modules/es-abstract/2020/CopyDataProperties.js b/apps/angular/node_modules/es-abstract/2020/CopyDataProperties.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/CopyDataProperties.js rename to apps/angular/node_modules/es-abstract/2020/CopyDataProperties.js diff --git a/ClientApp/node_modules/es-abstract/2020/CreateAsyncFromSyncIterator.js b/apps/angular/node_modules/es-abstract/2020/CreateAsyncFromSyncIterator.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/CreateAsyncFromSyncIterator.js rename to apps/angular/node_modules/es-abstract/2020/CreateAsyncFromSyncIterator.js diff --git a/ClientApp/node_modules/es-abstract/2020/CreateDataProperty.js b/apps/angular/node_modules/es-abstract/2020/CreateDataProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/CreateDataProperty.js rename to apps/angular/node_modules/es-abstract/2020/CreateDataProperty.js diff --git a/ClientApp/node_modules/es-abstract/2020/CreateDataPropertyOrThrow.js b/apps/angular/node_modules/es-abstract/2020/CreateDataPropertyOrThrow.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/CreateDataPropertyOrThrow.js rename to apps/angular/node_modules/es-abstract/2020/CreateDataPropertyOrThrow.js diff --git a/ClientApp/node_modules/es-abstract/2020/CreateHTML.js b/apps/angular/node_modules/es-abstract/2020/CreateHTML.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/CreateHTML.js rename to apps/angular/node_modules/es-abstract/2020/CreateHTML.js diff --git a/ClientApp/node_modules/es-abstract/2020/CreateIterResultObject.js b/apps/angular/node_modules/es-abstract/2020/CreateIterResultObject.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/CreateIterResultObject.js rename to apps/angular/node_modules/es-abstract/2020/CreateIterResultObject.js diff --git a/ClientApp/node_modules/es-abstract/2020/CreateListFromArrayLike.js b/apps/angular/node_modules/es-abstract/2020/CreateListFromArrayLike.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/CreateListFromArrayLike.js rename to apps/angular/node_modules/es-abstract/2020/CreateListFromArrayLike.js diff --git a/ClientApp/node_modules/es-abstract/2020/CreateMethodProperty.js b/apps/angular/node_modules/es-abstract/2020/CreateMethodProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/CreateMethodProperty.js rename to apps/angular/node_modules/es-abstract/2020/CreateMethodProperty.js diff --git a/ClientApp/node_modules/es-abstract/2020/CreateRegExpStringIterator.js b/apps/angular/node_modules/es-abstract/2020/CreateRegExpStringIterator.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/CreateRegExpStringIterator.js rename to apps/angular/node_modules/es-abstract/2020/CreateRegExpStringIterator.js diff --git a/ClientApp/node_modules/es-abstract/2020/DateFromTime.js b/apps/angular/node_modules/es-abstract/2020/DateFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/DateFromTime.js rename to apps/angular/node_modules/es-abstract/2020/DateFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2020/DateString.js b/apps/angular/node_modules/es-abstract/2020/DateString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/DateString.js rename to apps/angular/node_modules/es-abstract/2020/DateString.js diff --git a/ClientApp/node_modules/es-abstract/2020/Day.js b/apps/angular/node_modules/es-abstract/2020/Day.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/Day.js rename to apps/angular/node_modules/es-abstract/2020/Day.js diff --git a/ClientApp/node_modules/es-abstract/2020/DayFromYear.js b/apps/angular/node_modules/es-abstract/2020/DayFromYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/DayFromYear.js rename to apps/angular/node_modules/es-abstract/2020/DayFromYear.js diff --git a/ClientApp/node_modules/es-abstract/2020/DayWithinYear.js b/apps/angular/node_modules/es-abstract/2020/DayWithinYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/DayWithinYear.js rename to apps/angular/node_modules/es-abstract/2020/DayWithinYear.js diff --git a/ClientApp/node_modules/es-abstract/2020/DaysInYear.js b/apps/angular/node_modules/es-abstract/2020/DaysInYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/DaysInYear.js rename to apps/angular/node_modules/es-abstract/2020/DaysInYear.js diff --git a/ClientApp/node_modules/es-abstract/2020/DefinePropertyOrThrow.js b/apps/angular/node_modules/es-abstract/2020/DefinePropertyOrThrow.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/DefinePropertyOrThrow.js rename to apps/angular/node_modules/es-abstract/2020/DefinePropertyOrThrow.js diff --git a/ClientApp/node_modules/es-abstract/2020/DeletePropertyOrThrow.js b/apps/angular/node_modules/es-abstract/2020/DeletePropertyOrThrow.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/DeletePropertyOrThrow.js rename to apps/angular/node_modules/es-abstract/2020/DeletePropertyOrThrow.js diff --git a/ClientApp/node_modules/es-abstract/2020/DetachArrayBuffer.js b/apps/angular/node_modules/es-abstract/2020/DetachArrayBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/DetachArrayBuffer.js rename to apps/angular/node_modules/es-abstract/2020/DetachArrayBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2020/EnumerableOwnPropertyNames.js b/apps/angular/node_modules/es-abstract/2020/EnumerableOwnPropertyNames.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/EnumerableOwnPropertyNames.js rename to apps/angular/node_modules/es-abstract/2020/EnumerableOwnPropertyNames.js diff --git a/ClientApp/node_modules/es-abstract/2020/FlattenIntoArray.js b/apps/angular/node_modules/es-abstract/2020/FlattenIntoArray.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/FlattenIntoArray.js rename to apps/angular/node_modules/es-abstract/2020/FlattenIntoArray.js diff --git a/ClientApp/node_modules/es-abstract/2020/FromPropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2020/FromPropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/FromPropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2020/FromPropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2020/Get.js b/apps/angular/node_modules/es-abstract/2020/Get.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/Get.js rename to apps/angular/node_modules/es-abstract/2020/Get.js diff --git a/ClientApp/node_modules/es-abstract/2020/GetGlobalObject.js b/apps/angular/node_modules/es-abstract/2020/GetGlobalObject.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/GetGlobalObject.js rename to apps/angular/node_modules/es-abstract/2020/GetGlobalObject.js diff --git a/ClientApp/node_modules/es-abstract/2020/GetIterator.js b/apps/angular/node_modules/es-abstract/2020/GetIterator.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/GetIterator.js rename to apps/angular/node_modules/es-abstract/2020/GetIterator.js diff --git a/ClientApp/node_modules/es-abstract/2020/GetMethod.js b/apps/angular/node_modules/es-abstract/2020/GetMethod.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/GetMethod.js rename to apps/angular/node_modules/es-abstract/2020/GetMethod.js diff --git a/ClientApp/node_modules/es-abstract/2020/GetOwnPropertyKeys.js b/apps/angular/node_modules/es-abstract/2020/GetOwnPropertyKeys.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/GetOwnPropertyKeys.js rename to apps/angular/node_modules/es-abstract/2020/GetOwnPropertyKeys.js diff --git a/ClientApp/node_modules/es-abstract/2020/GetPrototypeFromConstructor.js b/apps/angular/node_modules/es-abstract/2020/GetPrototypeFromConstructor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/GetPrototypeFromConstructor.js rename to apps/angular/node_modules/es-abstract/2020/GetPrototypeFromConstructor.js diff --git a/ClientApp/node_modules/es-abstract/2020/GetSubstitution.js b/apps/angular/node_modules/es-abstract/2020/GetSubstitution.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/GetSubstitution.js rename to apps/angular/node_modules/es-abstract/2020/GetSubstitution.js diff --git a/ClientApp/node_modules/es-abstract/2020/GetV.js b/apps/angular/node_modules/es-abstract/2020/GetV.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/GetV.js rename to apps/angular/node_modules/es-abstract/2020/GetV.js diff --git a/ClientApp/node_modules/es-abstract/2020/GetValueFromBuffer.js b/apps/angular/node_modules/es-abstract/2020/GetValueFromBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/GetValueFromBuffer.js rename to apps/angular/node_modules/es-abstract/2020/GetValueFromBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2020/HasOwnProperty.js b/apps/angular/node_modules/es-abstract/2020/HasOwnProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/HasOwnProperty.js rename to apps/angular/node_modules/es-abstract/2020/HasOwnProperty.js diff --git a/ClientApp/node_modules/es-abstract/2020/HasProperty.js b/apps/angular/node_modules/es-abstract/2020/HasProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/HasProperty.js rename to apps/angular/node_modules/es-abstract/2020/HasProperty.js diff --git a/ClientApp/node_modules/es-abstract/2020/HourFromTime.js b/apps/angular/node_modules/es-abstract/2020/HourFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/HourFromTime.js rename to apps/angular/node_modules/es-abstract/2020/HourFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2020/InLeapYear.js b/apps/angular/node_modules/es-abstract/2020/InLeapYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/InLeapYear.js rename to apps/angular/node_modules/es-abstract/2020/InLeapYear.js diff --git a/ClientApp/node_modules/es-abstract/2020/InstanceofOperator.js b/apps/angular/node_modules/es-abstract/2020/InstanceofOperator.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/InstanceofOperator.js rename to apps/angular/node_modules/es-abstract/2020/InstanceofOperator.js diff --git a/ClientApp/node_modules/es-abstract/2020/IntegerIndexedElementGet.js b/apps/angular/node_modules/es-abstract/2020/IntegerIndexedElementGet.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/IntegerIndexedElementGet.js rename to apps/angular/node_modules/es-abstract/2020/IntegerIndexedElementGet.js diff --git a/ClientApp/node_modules/es-abstract/2020/IntegerIndexedElementSet.js b/apps/angular/node_modules/es-abstract/2020/IntegerIndexedElementSet.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/IntegerIndexedElementSet.js rename to apps/angular/node_modules/es-abstract/2020/IntegerIndexedElementSet.js diff --git a/ClientApp/node_modules/es-abstract/2020/InternalizeJSONProperty.js b/apps/angular/node_modules/es-abstract/2020/InternalizeJSONProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/InternalizeJSONProperty.js rename to apps/angular/node_modules/es-abstract/2020/InternalizeJSONProperty.js diff --git a/ClientApp/node_modules/es-abstract/2020/Invoke.js b/apps/angular/node_modules/es-abstract/2020/Invoke.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/Invoke.js rename to apps/angular/node_modules/es-abstract/2020/Invoke.js diff --git a/ClientApp/node_modules/es-abstract/2020/IsAccessorDescriptor.js b/apps/angular/node_modules/es-abstract/2020/IsAccessorDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/IsAccessorDescriptor.js rename to apps/angular/node_modules/es-abstract/2020/IsAccessorDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2020/IsArray.js b/apps/angular/node_modules/es-abstract/2020/IsArray.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/IsArray.js rename to apps/angular/node_modules/es-abstract/2020/IsArray.js diff --git a/ClientApp/node_modules/es-abstract/2020/IsBigIntElementType.js b/apps/angular/node_modules/es-abstract/2020/IsBigIntElementType.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/IsBigIntElementType.js rename to apps/angular/node_modules/es-abstract/2020/IsBigIntElementType.js diff --git a/ClientApp/node_modules/es-abstract/2020/IsCallable.js b/apps/angular/node_modules/es-abstract/2020/IsCallable.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/IsCallable.js rename to apps/angular/node_modules/es-abstract/2020/IsCallable.js diff --git a/ClientApp/node_modules/es-abstract/2020/IsCompatiblePropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2020/IsCompatiblePropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/IsCompatiblePropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2020/IsCompatiblePropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2020/IsConcatSpreadable.js b/apps/angular/node_modules/es-abstract/2020/IsConcatSpreadable.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/IsConcatSpreadable.js rename to apps/angular/node_modules/es-abstract/2020/IsConcatSpreadable.js diff --git a/ClientApp/node_modules/es-abstract/2020/IsConstructor.js b/apps/angular/node_modules/es-abstract/2020/IsConstructor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/IsConstructor.js rename to apps/angular/node_modules/es-abstract/2020/IsConstructor.js diff --git a/ClientApp/node_modules/es-abstract/2020/IsDataDescriptor.js b/apps/angular/node_modules/es-abstract/2020/IsDataDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/IsDataDescriptor.js rename to apps/angular/node_modules/es-abstract/2020/IsDataDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2020/IsDetachedBuffer.js b/apps/angular/node_modules/es-abstract/2020/IsDetachedBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/IsDetachedBuffer.js rename to apps/angular/node_modules/es-abstract/2020/IsDetachedBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2020/IsExtensible.js b/apps/angular/node_modules/es-abstract/2020/IsExtensible.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/IsExtensible.js rename to apps/angular/node_modules/es-abstract/2020/IsExtensible.js diff --git a/ClientApp/node_modules/es-abstract/2020/IsGenericDescriptor.js b/apps/angular/node_modules/es-abstract/2020/IsGenericDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/IsGenericDescriptor.js rename to apps/angular/node_modules/es-abstract/2020/IsGenericDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2020/IsInteger.js b/apps/angular/node_modules/es-abstract/2020/IsInteger.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/IsInteger.js rename to apps/angular/node_modules/es-abstract/2020/IsInteger.js diff --git a/ClientApp/node_modules/es-abstract/2020/IsNoTearConfiguration.js b/apps/angular/node_modules/es-abstract/2020/IsNoTearConfiguration.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/IsNoTearConfiguration.js rename to apps/angular/node_modules/es-abstract/2020/IsNoTearConfiguration.js diff --git a/ClientApp/node_modules/es-abstract/2020/IsNonNegativeInteger.js b/apps/angular/node_modules/es-abstract/2020/IsNonNegativeInteger.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/IsNonNegativeInteger.js rename to apps/angular/node_modules/es-abstract/2020/IsNonNegativeInteger.js diff --git a/ClientApp/node_modules/es-abstract/2020/IsPromise.js b/apps/angular/node_modules/es-abstract/2020/IsPromise.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/IsPromise.js rename to apps/angular/node_modules/es-abstract/2020/IsPromise.js diff --git a/ClientApp/node_modules/es-abstract/2020/IsPropertyKey.js b/apps/angular/node_modules/es-abstract/2020/IsPropertyKey.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/IsPropertyKey.js rename to apps/angular/node_modules/es-abstract/2020/IsPropertyKey.js diff --git a/ClientApp/node_modules/es-abstract/2020/IsRegExp.js b/apps/angular/node_modules/es-abstract/2020/IsRegExp.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/IsRegExp.js rename to apps/angular/node_modules/es-abstract/2020/IsRegExp.js diff --git a/ClientApp/node_modules/es-abstract/2020/IsSharedArrayBuffer.js b/apps/angular/node_modules/es-abstract/2020/IsSharedArrayBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/IsSharedArrayBuffer.js rename to apps/angular/node_modules/es-abstract/2020/IsSharedArrayBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2020/IsStringPrefix.js b/apps/angular/node_modules/es-abstract/2020/IsStringPrefix.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/IsStringPrefix.js rename to apps/angular/node_modules/es-abstract/2020/IsStringPrefix.js diff --git a/ClientApp/node_modules/es-abstract/2020/IsUnclampedIntegerElementType.js b/apps/angular/node_modules/es-abstract/2020/IsUnclampedIntegerElementType.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/IsUnclampedIntegerElementType.js rename to apps/angular/node_modules/es-abstract/2020/IsUnclampedIntegerElementType.js diff --git a/ClientApp/node_modules/es-abstract/2020/IsUnsignedElementType.js b/apps/angular/node_modules/es-abstract/2020/IsUnsignedElementType.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/IsUnsignedElementType.js rename to apps/angular/node_modules/es-abstract/2020/IsUnsignedElementType.js diff --git a/ClientApp/node_modules/es-abstract/2020/IsValidIntegerIndex.js b/apps/angular/node_modules/es-abstract/2020/IsValidIntegerIndex.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/IsValidIntegerIndex.js rename to apps/angular/node_modules/es-abstract/2020/IsValidIntegerIndex.js diff --git a/ClientApp/node_modules/es-abstract/2020/IsWordChar.js b/apps/angular/node_modules/es-abstract/2020/IsWordChar.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/IsWordChar.js rename to apps/angular/node_modules/es-abstract/2020/IsWordChar.js diff --git a/ClientApp/node_modules/es-abstract/2020/IterableToList.js b/apps/angular/node_modules/es-abstract/2020/IterableToList.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/IterableToList.js rename to apps/angular/node_modules/es-abstract/2020/IterableToList.js diff --git a/ClientApp/node_modules/es-abstract/2020/IteratorClose.js b/apps/angular/node_modules/es-abstract/2020/IteratorClose.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/IteratorClose.js rename to apps/angular/node_modules/es-abstract/2020/IteratorClose.js diff --git a/ClientApp/node_modules/es-abstract/2020/IteratorComplete.js b/apps/angular/node_modules/es-abstract/2020/IteratorComplete.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/IteratorComplete.js rename to apps/angular/node_modules/es-abstract/2020/IteratorComplete.js diff --git a/ClientApp/node_modules/es-abstract/2020/IteratorNext.js b/apps/angular/node_modules/es-abstract/2020/IteratorNext.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/IteratorNext.js rename to apps/angular/node_modules/es-abstract/2020/IteratorNext.js diff --git a/ClientApp/node_modules/es-abstract/2020/IteratorStep.js b/apps/angular/node_modules/es-abstract/2020/IteratorStep.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/IteratorStep.js rename to apps/angular/node_modules/es-abstract/2020/IteratorStep.js diff --git a/ClientApp/node_modules/es-abstract/2020/IteratorValue.js b/apps/angular/node_modules/es-abstract/2020/IteratorValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/IteratorValue.js rename to apps/angular/node_modules/es-abstract/2020/IteratorValue.js diff --git a/ClientApp/node_modules/es-abstract/2020/LengthOfArrayLike.js b/apps/angular/node_modules/es-abstract/2020/LengthOfArrayLike.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/LengthOfArrayLike.js rename to apps/angular/node_modules/es-abstract/2020/LengthOfArrayLike.js diff --git a/ClientApp/node_modules/es-abstract/2020/MakeDate.js b/apps/angular/node_modules/es-abstract/2020/MakeDate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/MakeDate.js rename to apps/angular/node_modules/es-abstract/2020/MakeDate.js diff --git a/ClientApp/node_modules/es-abstract/2020/MakeDay.js b/apps/angular/node_modules/es-abstract/2020/MakeDay.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/MakeDay.js rename to apps/angular/node_modules/es-abstract/2020/MakeDay.js diff --git a/ClientApp/node_modules/es-abstract/2020/MakeTime.js b/apps/angular/node_modules/es-abstract/2020/MakeTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/MakeTime.js rename to apps/angular/node_modules/es-abstract/2020/MakeTime.js diff --git a/ClientApp/node_modules/es-abstract/2020/MinFromTime.js b/apps/angular/node_modules/es-abstract/2020/MinFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/MinFromTime.js rename to apps/angular/node_modules/es-abstract/2020/MinFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2020/MonthFromTime.js b/apps/angular/node_modules/es-abstract/2020/MonthFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/MonthFromTime.js rename to apps/angular/node_modules/es-abstract/2020/MonthFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2020/NewPromiseCapability.js b/apps/angular/node_modules/es-abstract/2020/NewPromiseCapability.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/NewPromiseCapability.js rename to apps/angular/node_modules/es-abstract/2020/NewPromiseCapability.js diff --git a/ClientApp/node_modules/es-abstract/2020/NormalCompletion.js b/apps/angular/node_modules/es-abstract/2020/NormalCompletion.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/NormalCompletion.js rename to apps/angular/node_modules/es-abstract/2020/NormalCompletion.js diff --git a/ClientApp/node_modules/es-abstract/2020/Number/add.js b/apps/angular/node_modules/es-abstract/2020/Number/add.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/Number/add.js rename to apps/angular/node_modules/es-abstract/2020/Number/add.js diff --git a/ClientApp/node_modules/es-abstract/2020/Number/bitwiseAND.js b/apps/angular/node_modules/es-abstract/2020/Number/bitwiseAND.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/Number/bitwiseAND.js rename to apps/angular/node_modules/es-abstract/2020/Number/bitwiseAND.js diff --git a/ClientApp/node_modules/es-abstract/2020/Number/bitwiseNOT.js b/apps/angular/node_modules/es-abstract/2020/Number/bitwiseNOT.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/Number/bitwiseNOT.js rename to apps/angular/node_modules/es-abstract/2020/Number/bitwiseNOT.js diff --git a/ClientApp/node_modules/es-abstract/2020/Number/bitwiseOR.js b/apps/angular/node_modules/es-abstract/2020/Number/bitwiseOR.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/Number/bitwiseOR.js rename to apps/angular/node_modules/es-abstract/2020/Number/bitwiseOR.js diff --git a/ClientApp/node_modules/es-abstract/2020/Number/bitwiseXOR.js b/apps/angular/node_modules/es-abstract/2020/Number/bitwiseXOR.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/Number/bitwiseXOR.js rename to apps/angular/node_modules/es-abstract/2020/Number/bitwiseXOR.js diff --git a/ClientApp/node_modules/es-abstract/2020/Number/divide.js b/apps/angular/node_modules/es-abstract/2020/Number/divide.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/Number/divide.js rename to apps/angular/node_modules/es-abstract/2020/Number/divide.js diff --git a/ClientApp/node_modules/es-abstract/2020/Number/equal.js b/apps/angular/node_modules/es-abstract/2020/Number/equal.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/Number/equal.js rename to apps/angular/node_modules/es-abstract/2020/Number/equal.js diff --git a/ClientApp/node_modules/es-abstract/2020/Number/exponentiate.js b/apps/angular/node_modules/es-abstract/2020/Number/exponentiate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/Number/exponentiate.js rename to apps/angular/node_modules/es-abstract/2020/Number/exponentiate.js diff --git a/ClientApp/node_modules/es-abstract/2020/Number/index.js b/apps/angular/node_modules/es-abstract/2020/Number/index.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/Number/index.js rename to apps/angular/node_modules/es-abstract/2020/Number/index.js diff --git a/ClientApp/node_modules/es-abstract/2020/Number/leftShift.js b/apps/angular/node_modules/es-abstract/2020/Number/leftShift.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/Number/leftShift.js rename to apps/angular/node_modules/es-abstract/2020/Number/leftShift.js diff --git a/ClientApp/node_modules/es-abstract/2020/Number/lessThan.js b/apps/angular/node_modules/es-abstract/2020/Number/lessThan.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/Number/lessThan.js rename to apps/angular/node_modules/es-abstract/2020/Number/lessThan.js diff --git a/ClientApp/node_modules/es-abstract/2020/Number/multiply.js b/apps/angular/node_modules/es-abstract/2020/Number/multiply.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/Number/multiply.js rename to apps/angular/node_modules/es-abstract/2020/Number/multiply.js diff --git a/ClientApp/node_modules/es-abstract/2020/Number/remainder.js b/apps/angular/node_modules/es-abstract/2020/Number/remainder.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/Number/remainder.js rename to apps/angular/node_modules/es-abstract/2020/Number/remainder.js diff --git a/ClientApp/node_modules/es-abstract/2020/Number/sameValue.js b/apps/angular/node_modules/es-abstract/2020/Number/sameValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/Number/sameValue.js rename to apps/angular/node_modules/es-abstract/2020/Number/sameValue.js diff --git a/ClientApp/node_modules/es-abstract/2020/Number/sameValueZero.js b/apps/angular/node_modules/es-abstract/2020/Number/sameValueZero.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/Number/sameValueZero.js rename to apps/angular/node_modules/es-abstract/2020/Number/sameValueZero.js diff --git a/ClientApp/node_modules/es-abstract/2020/Number/signedRightShift.js b/apps/angular/node_modules/es-abstract/2020/Number/signedRightShift.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/Number/signedRightShift.js rename to apps/angular/node_modules/es-abstract/2020/Number/signedRightShift.js diff --git a/ClientApp/node_modules/es-abstract/2020/Number/subtract.js b/apps/angular/node_modules/es-abstract/2020/Number/subtract.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/Number/subtract.js rename to apps/angular/node_modules/es-abstract/2020/Number/subtract.js diff --git a/ClientApp/node_modules/es-abstract/2020/Number/toString.js b/apps/angular/node_modules/es-abstract/2020/Number/toString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/Number/toString.js rename to apps/angular/node_modules/es-abstract/2020/Number/toString.js diff --git a/ClientApp/node_modules/es-abstract/2020/Number/unaryMinus.js b/apps/angular/node_modules/es-abstract/2020/Number/unaryMinus.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/Number/unaryMinus.js rename to apps/angular/node_modules/es-abstract/2020/Number/unaryMinus.js diff --git a/ClientApp/node_modules/es-abstract/2020/Number/unsignedRightShift.js b/apps/angular/node_modules/es-abstract/2020/Number/unsignedRightShift.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/Number/unsignedRightShift.js rename to apps/angular/node_modules/es-abstract/2020/Number/unsignedRightShift.js diff --git a/ClientApp/node_modules/es-abstract/2020/NumberBitwiseOp.js b/apps/angular/node_modules/es-abstract/2020/NumberBitwiseOp.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/NumberBitwiseOp.js rename to apps/angular/node_modules/es-abstract/2020/NumberBitwiseOp.js diff --git a/ClientApp/node_modules/es-abstract/2020/NumberToBigInt.js b/apps/angular/node_modules/es-abstract/2020/NumberToBigInt.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/NumberToBigInt.js rename to apps/angular/node_modules/es-abstract/2020/NumberToBigInt.js diff --git a/ClientApp/node_modules/es-abstract/2020/NumericToRawBytes.js b/apps/angular/node_modules/es-abstract/2020/NumericToRawBytes.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/NumericToRawBytes.js rename to apps/angular/node_modules/es-abstract/2020/NumericToRawBytes.js diff --git a/ClientApp/node_modules/es-abstract/2020/ObjectDefineProperties.js b/apps/angular/node_modules/es-abstract/2020/ObjectDefineProperties.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/ObjectDefineProperties.js rename to apps/angular/node_modules/es-abstract/2020/ObjectDefineProperties.js diff --git a/ClientApp/node_modules/es-abstract/2020/OrdinaryCreateFromConstructor.js b/apps/angular/node_modules/es-abstract/2020/OrdinaryCreateFromConstructor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/OrdinaryCreateFromConstructor.js rename to apps/angular/node_modules/es-abstract/2020/OrdinaryCreateFromConstructor.js diff --git a/ClientApp/node_modules/es-abstract/2020/OrdinaryDefineOwnProperty.js b/apps/angular/node_modules/es-abstract/2020/OrdinaryDefineOwnProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/OrdinaryDefineOwnProperty.js rename to apps/angular/node_modules/es-abstract/2020/OrdinaryDefineOwnProperty.js diff --git a/ClientApp/node_modules/es-abstract/2020/OrdinaryGetOwnProperty.js b/apps/angular/node_modules/es-abstract/2020/OrdinaryGetOwnProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/OrdinaryGetOwnProperty.js rename to apps/angular/node_modules/es-abstract/2020/OrdinaryGetOwnProperty.js diff --git a/ClientApp/node_modules/es-abstract/2020/OrdinaryGetPrototypeOf.js b/apps/angular/node_modules/es-abstract/2020/OrdinaryGetPrototypeOf.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/OrdinaryGetPrototypeOf.js rename to apps/angular/node_modules/es-abstract/2020/OrdinaryGetPrototypeOf.js diff --git a/ClientApp/node_modules/es-abstract/2020/OrdinaryHasInstance.js b/apps/angular/node_modules/es-abstract/2020/OrdinaryHasInstance.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/OrdinaryHasInstance.js rename to apps/angular/node_modules/es-abstract/2020/OrdinaryHasInstance.js diff --git a/ClientApp/node_modules/es-abstract/2020/OrdinaryHasProperty.js b/apps/angular/node_modules/es-abstract/2020/OrdinaryHasProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/OrdinaryHasProperty.js rename to apps/angular/node_modules/es-abstract/2020/OrdinaryHasProperty.js diff --git a/ClientApp/node_modules/es-abstract/2020/OrdinaryObjectCreate.js b/apps/angular/node_modules/es-abstract/2020/OrdinaryObjectCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/OrdinaryObjectCreate.js rename to apps/angular/node_modules/es-abstract/2020/OrdinaryObjectCreate.js diff --git a/ClientApp/node_modules/es-abstract/2020/OrdinarySetPrototypeOf.js b/apps/angular/node_modules/es-abstract/2020/OrdinarySetPrototypeOf.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/OrdinarySetPrototypeOf.js rename to apps/angular/node_modules/es-abstract/2020/OrdinarySetPrototypeOf.js diff --git a/ClientApp/node_modules/es-abstract/2020/OrdinaryToPrimitive.js b/apps/angular/node_modules/es-abstract/2020/OrdinaryToPrimitive.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/OrdinaryToPrimitive.js rename to apps/angular/node_modules/es-abstract/2020/OrdinaryToPrimitive.js diff --git a/ClientApp/node_modules/es-abstract/2020/PromiseResolve.js b/apps/angular/node_modules/es-abstract/2020/PromiseResolve.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/PromiseResolve.js rename to apps/angular/node_modules/es-abstract/2020/PromiseResolve.js diff --git a/ClientApp/node_modules/es-abstract/2020/QuoteJSONString.js b/apps/angular/node_modules/es-abstract/2020/QuoteJSONString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/QuoteJSONString.js rename to apps/angular/node_modules/es-abstract/2020/QuoteJSONString.js diff --git a/ClientApp/node_modules/es-abstract/2020/RawBytesToNumeric.js b/apps/angular/node_modules/es-abstract/2020/RawBytesToNumeric.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/RawBytesToNumeric.js rename to apps/angular/node_modules/es-abstract/2020/RawBytesToNumeric.js diff --git a/ClientApp/node_modules/es-abstract/2020/RegExpCreate.js b/apps/angular/node_modules/es-abstract/2020/RegExpCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/RegExpCreate.js rename to apps/angular/node_modules/es-abstract/2020/RegExpCreate.js diff --git a/ClientApp/node_modules/es-abstract/2020/RegExpExec.js b/apps/angular/node_modules/es-abstract/2020/RegExpExec.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/RegExpExec.js rename to apps/angular/node_modules/es-abstract/2020/RegExpExec.js diff --git a/ClientApp/node_modules/es-abstract/2020/RequireObjectCoercible.js b/apps/angular/node_modules/es-abstract/2020/RequireObjectCoercible.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/RequireObjectCoercible.js rename to apps/angular/node_modules/es-abstract/2020/RequireObjectCoercible.js diff --git a/ClientApp/node_modules/es-abstract/2020/SameValue.js b/apps/angular/node_modules/es-abstract/2020/SameValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/SameValue.js rename to apps/angular/node_modules/es-abstract/2020/SameValue.js diff --git a/ClientApp/node_modules/es-abstract/2020/SameValueNonNumeric.js b/apps/angular/node_modules/es-abstract/2020/SameValueNonNumeric.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/SameValueNonNumeric.js rename to apps/angular/node_modules/es-abstract/2020/SameValueNonNumeric.js diff --git a/ClientApp/node_modules/es-abstract/2020/SameValueZero.js b/apps/angular/node_modules/es-abstract/2020/SameValueZero.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/SameValueZero.js rename to apps/angular/node_modules/es-abstract/2020/SameValueZero.js diff --git a/ClientApp/node_modules/es-abstract/2020/SecFromTime.js b/apps/angular/node_modules/es-abstract/2020/SecFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/SecFromTime.js rename to apps/angular/node_modules/es-abstract/2020/SecFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2020/Set.js b/apps/angular/node_modules/es-abstract/2020/Set.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/Set.js rename to apps/angular/node_modules/es-abstract/2020/Set.js diff --git a/ClientApp/node_modules/es-abstract/2020/SetFunctionLength.js b/apps/angular/node_modules/es-abstract/2020/SetFunctionLength.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/SetFunctionLength.js rename to apps/angular/node_modules/es-abstract/2020/SetFunctionLength.js diff --git a/ClientApp/node_modules/es-abstract/2020/SetFunctionName.js b/apps/angular/node_modules/es-abstract/2020/SetFunctionName.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/SetFunctionName.js rename to apps/angular/node_modules/es-abstract/2020/SetFunctionName.js diff --git a/ClientApp/node_modules/es-abstract/2020/SetIntegrityLevel.js b/apps/angular/node_modules/es-abstract/2020/SetIntegrityLevel.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/SetIntegrityLevel.js rename to apps/angular/node_modules/es-abstract/2020/SetIntegrityLevel.js diff --git a/ClientApp/node_modules/es-abstract/2020/SetValueInBuffer.js b/apps/angular/node_modules/es-abstract/2020/SetValueInBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/SetValueInBuffer.js rename to apps/angular/node_modules/es-abstract/2020/SetValueInBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2020/SpeciesConstructor.js b/apps/angular/node_modules/es-abstract/2020/SpeciesConstructor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/SpeciesConstructor.js rename to apps/angular/node_modules/es-abstract/2020/SpeciesConstructor.js diff --git a/ClientApp/node_modules/es-abstract/2020/SplitMatch.js b/apps/angular/node_modules/es-abstract/2020/SplitMatch.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/SplitMatch.js rename to apps/angular/node_modules/es-abstract/2020/SplitMatch.js diff --git a/ClientApp/node_modules/es-abstract/2020/StrictEqualityComparison.js b/apps/angular/node_modules/es-abstract/2020/StrictEqualityComparison.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/StrictEqualityComparison.js rename to apps/angular/node_modules/es-abstract/2020/StrictEqualityComparison.js diff --git a/ClientApp/node_modules/es-abstract/2020/StringCreate.js b/apps/angular/node_modules/es-abstract/2020/StringCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/StringCreate.js rename to apps/angular/node_modules/es-abstract/2020/StringCreate.js diff --git a/ClientApp/node_modules/es-abstract/2020/StringGetOwnProperty.js b/apps/angular/node_modules/es-abstract/2020/StringGetOwnProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/StringGetOwnProperty.js rename to apps/angular/node_modules/es-abstract/2020/StringGetOwnProperty.js diff --git a/ClientApp/node_modules/es-abstract/2020/StringPad.js b/apps/angular/node_modules/es-abstract/2020/StringPad.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/StringPad.js rename to apps/angular/node_modules/es-abstract/2020/StringPad.js diff --git a/ClientApp/node_modules/es-abstract/2020/StringToBigInt.js b/apps/angular/node_modules/es-abstract/2020/StringToBigInt.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/StringToBigInt.js rename to apps/angular/node_modules/es-abstract/2020/StringToBigInt.js diff --git a/ClientApp/node_modules/es-abstract/2020/SymbolDescriptiveString.js b/apps/angular/node_modules/es-abstract/2020/SymbolDescriptiveString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/SymbolDescriptiveString.js rename to apps/angular/node_modules/es-abstract/2020/SymbolDescriptiveString.js diff --git a/ClientApp/node_modules/es-abstract/2020/TestIntegrityLevel.js b/apps/angular/node_modules/es-abstract/2020/TestIntegrityLevel.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/TestIntegrityLevel.js rename to apps/angular/node_modules/es-abstract/2020/TestIntegrityLevel.js diff --git a/ClientApp/node_modules/es-abstract/2020/ThrowCompletion.js b/apps/angular/node_modules/es-abstract/2020/ThrowCompletion.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/ThrowCompletion.js rename to apps/angular/node_modules/es-abstract/2020/ThrowCompletion.js diff --git a/ClientApp/node_modules/es-abstract/2020/TimeClip.js b/apps/angular/node_modules/es-abstract/2020/TimeClip.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/TimeClip.js rename to apps/angular/node_modules/es-abstract/2020/TimeClip.js diff --git a/ClientApp/node_modules/es-abstract/2020/TimeFromYear.js b/apps/angular/node_modules/es-abstract/2020/TimeFromYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/TimeFromYear.js rename to apps/angular/node_modules/es-abstract/2020/TimeFromYear.js diff --git a/ClientApp/node_modules/es-abstract/2020/TimeString.js b/apps/angular/node_modules/es-abstract/2020/TimeString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/TimeString.js rename to apps/angular/node_modules/es-abstract/2020/TimeString.js diff --git a/ClientApp/node_modules/es-abstract/2020/TimeWithinDay.js b/apps/angular/node_modules/es-abstract/2020/TimeWithinDay.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/TimeWithinDay.js rename to apps/angular/node_modules/es-abstract/2020/TimeWithinDay.js diff --git a/ClientApp/node_modules/es-abstract/2020/TimeZoneString.js b/apps/angular/node_modules/es-abstract/2020/TimeZoneString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/TimeZoneString.js rename to apps/angular/node_modules/es-abstract/2020/TimeZoneString.js diff --git a/ClientApp/node_modules/es-abstract/2020/ToBigInt.js b/apps/angular/node_modules/es-abstract/2020/ToBigInt.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/ToBigInt.js rename to apps/angular/node_modules/es-abstract/2020/ToBigInt.js diff --git a/ClientApp/node_modules/es-abstract/2020/ToBigInt64.js b/apps/angular/node_modules/es-abstract/2020/ToBigInt64.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/ToBigInt64.js rename to apps/angular/node_modules/es-abstract/2020/ToBigInt64.js diff --git a/ClientApp/node_modules/es-abstract/2020/ToBigUint64.js b/apps/angular/node_modules/es-abstract/2020/ToBigUint64.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/ToBigUint64.js rename to apps/angular/node_modules/es-abstract/2020/ToBigUint64.js diff --git a/ClientApp/node_modules/es-abstract/2020/ToBoolean.js b/apps/angular/node_modules/es-abstract/2020/ToBoolean.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/ToBoolean.js rename to apps/angular/node_modules/es-abstract/2020/ToBoolean.js diff --git a/ClientApp/node_modules/es-abstract/2020/ToDateString.js b/apps/angular/node_modules/es-abstract/2020/ToDateString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/ToDateString.js rename to apps/angular/node_modules/es-abstract/2020/ToDateString.js diff --git a/ClientApp/node_modules/es-abstract/2020/ToIndex.js b/apps/angular/node_modules/es-abstract/2020/ToIndex.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/ToIndex.js rename to apps/angular/node_modules/es-abstract/2020/ToIndex.js diff --git a/ClientApp/node_modules/es-abstract/2020/ToInt16.js b/apps/angular/node_modules/es-abstract/2020/ToInt16.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/ToInt16.js rename to apps/angular/node_modules/es-abstract/2020/ToInt16.js diff --git a/ClientApp/node_modules/es-abstract/2020/ToInt32.js b/apps/angular/node_modules/es-abstract/2020/ToInt32.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/ToInt32.js rename to apps/angular/node_modules/es-abstract/2020/ToInt32.js diff --git a/ClientApp/node_modules/es-abstract/2020/ToInt8.js b/apps/angular/node_modules/es-abstract/2020/ToInt8.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/ToInt8.js rename to apps/angular/node_modules/es-abstract/2020/ToInt8.js diff --git a/ClientApp/node_modules/es-abstract/2020/ToInteger.js b/apps/angular/node_modules/es-abstract/2020/ToInteger.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/ToInteger.js rename to apps/angular/node_modules/es-abstract/2020/ToInteger.js diff --git a/ClientApp/node_modules/es-abstract/2020/ToLength.js b/apps/angular/node_modules/es-abstract/2020/ToLength.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/ToLength.js rename to apps/angular/node_modules/es-abstract/2020/ToLength.js diff --git a/ClientApp/node_modules/es-abstract/2020/ToNumber.js b/apps/angular/node_modules/es-abstract/2020/ToNumber.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/ToNumber.js rename to apps/angular/node_modules/es-abstract/2020/ToNumber.js diff --git a/ClientApp/node_modules/es-abstract/2020/ToNumeric.js b/apps/angular/node_modules/es-abstract/2020/ToNumeric.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/ToNumeric.js rename to apps/angular/node_modules/es-abstract/2020/ToNumeric.js diff --git a/ClientApp/node_modules/es-abstract/2020/ToObject.js b/apps/angular/node_modules/es-abstract/2020/ToObject.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/ToObject.js rename to apps/angular/node_modules/es-abstract/2020/ToObject.js diff --git a/ClientApp/node_modules/es-abstract/2020/ToPrimitive.js b/apps/angular/node_modules/es-abstract/2020/ToPrimitive.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/ToPrimitive.js rename to apps/angular/node_modules/es-abstract/2020/ToPrimitive.js diff --git a/ClientApp/node_modules/es-abstract/2020/ToPropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2020/ToPropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/ToPropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2020/ToPropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2020/ToPropertyKey.js b/apps/angular/node_modules/es-abstract/2020/ToPropertyKey.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/ToPropertyKey.js rename to apps/angular/node_modules/es-abstract/2020/ToPropertyKey.js diff --git a/ClientApp/node_modules/es-abstract/2020/ToString.js b/apps/angular/node_modules/es-abstract/2020/ToString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/ToString.js rename to apps/angular/node_modules/es-abstract/2020/ToString.js diff --git a/ClientApp/node_modules/es-abstract/2020/ToUint16.js b/apps/angular/node_modules/es-abstract/2020/ToUint16.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/ToUint16.js rename to apps/angular/node_modules/es-abstract/2020/ToUint16.js diff --git a/ClientApp/node_modules/es-abstract/2020/ToUint32.js b/apps/angular/node_modules/es-abstract/2020/ToUint32.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/ToUint32.js rename to apps/angular/node_modules/es-abstract/2020/ToUint32.js diff --git a/ClientApp/node_modules/es-abstract/2020/ToUint8.js b/apps/angular/node_modules/es-abstract/2020/ToUint8.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/ToUint8.js rename to apps/angular/node_modules/es-abstract/2020/ToUint8.js diff --git a/ClientApp/node_modules/es-abstract/2020/ToUint8Clamp.js b/apps/angular/node_modules/es-abstract/2020/ToUint8Clamp.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/ToUint8Clamp.js rename to apps/angular/node_modules/es-abstract/2020/ToUint8Clamp.js diff --git a/ClientApp/node_modules/es-abstract/2020/TrimString.js b/apps/angular/node_modules/es-abstract/2020/TrimString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/TrimString.js rename to apps/angular/node_modules/es-abstract/2020/TrimString.js diff --git a/ClientApp/node_modules/es-abstract/2020/Type.js b/apps/angular/node_modules/es-abstract/2020/Type.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/Type.js rename to apps/angular/node_modules/es-abstract/2020/Type.js diff --git a/ClientApp/node_modules/es-abstract/2020/TypedArrayCreate.js b/apps/angular/node_modules/es-abstract/2020/TypedArrayCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/TypedArrayCreate.js rename to apps/angular/node_modules/es-abstract/2020/TypedArrayCreate.js diff --git a/ClientApp/node_modules/es-abstract/2020/TypedArraySpeciesCreate.js b/apps/angular/node_modules/es-abstract/2020/TypedArraySpeciesCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/TypedArraySpeciesCreate.js rename to apps/angular/node_modules/es-abstract/2020/TypedArraySpeciesCreate.js diff --git a/ClientApp/node_modules/es-abstract/2020/UTF16DecodeString.js b/apps/angular/node_modules/es-abstract/2020/UTF16DecodeString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/UTF16DecodeString.js rename to apps/angular/node_modules/es-abstract/2020/UTF16DecodeString.js diff --git a/ClientApp/node_modules/es-abstract/2020/UTF16DecodeSurrogatePair.js b/apps/angular/node_modules/es-abstract/2020/UTF16DecodeSurrogatePair.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/UTF16DecodeSurrogatePair.js rename to apps/angular/node_modules/es-abstract/2020/UTF16DecodeSurrogatePair.js diff --git a/ClientApp/node_modules/es-abstract/2020/UTF16Encoding.js b/apps/angular/node_modules/es-abstract/2020/UTF16Encoding.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/UTF16Encoding.js rename to apps/angular/node_modules/es-abstract/2020/UTF16Encoding.js diff --git a/ClientApp/node_modules/es-abstract/2020/UnicodeEscape.js b/apps/angular/node_modules/es-abstract/2020/UnicodeEscape.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/UnicodeEscape.js rename to apps/angular/node_modules/es-abstract/2020/UnicodeEscape.js diff --git a/ClientApp/node_modules/es-abstract/2020/ValidateAndApplyPropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2020/ValidateAndApplyPropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/ValidateAndApplyPropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2020/ValidateAndApplyPropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2020/ValidateAtomicAccess.js b/apps/angular/node_modules/es-abstract/2020/ValidateAtomicAccess.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/ValidateAtomicAccess.js rename to apps/angular/node_modules/es-abstract/2020/ValidateAtomicAccess.js diff --git a/ClientApp/node_modules/es-abstract/2020/ValidateTypedArray.js b/apps/angular/node_modules/es-abstract/2020/ValidateTypedArray.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/ValidateTypedArray.js rename to apps/angular/node_modules/es-abstract/2020/ValidateTypedArray.js diff --git a/ClientApp/node_modules/es-abstract/2020/WeekDay.js b/apps/angular/node_modules/es-abstract/2020/WeekDay.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/WeekDay.js rename to apps/angular/node_modules/es-abstract/2020/WeekDay.js diff --git a/ClientApp/node_modules/es-abstract/2020/WordCharacters.js b/apps/angular/node_modules/es-abstract/2020/WordCharacters.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/WordCharacters.js rename to apps/angular/node_modules/es-abstract/2020/WordCharacters.js diff --git a/ClientApp/node_modules/es-abstract/2020/YearFromTime.js b/apps/angular/node_modules/es-abstract/2020/YearFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/YearFromTime.js rename to apps/angular/node_modules/es-abstract/2020/YearFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2020/abs.js b/apps/angular/node_modules/es-abstract/2020/abs.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/abs.js rename to apps/angular/node_modules/es-abstract/2020/abs.js diff --git a/ClientApp/node_modules/es-abstract/2020/floor.js b/apps/angular/node_modules/es-abstract/2020/floor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/floor.js rename to apps/angular/node_modules/es-abstract/2020/floor.js diff --git a/ClientApp/node_modules/es-abstract/2020/max.js b/apps/angular/node_modules/es-abstract/2020/max.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/max.js rename to apps/angular/node_modules/es-abstract/2020/max.js diff --git a/ClientApp/node_modules/es-abstract/2020/min.js b/apps/angular/node_modules/es-abstract/2020/min.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/min.js rename to apps/angular/node_modules/es-abstract/2020/min.js diff --git a/ClientApp/node_modules/es-abstract/2020/modulo.js b/apps/angular/node_modules/es-abstract/2020/modulo.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/modulo.js rename to apps/angular/node_modules/es-abstract/2020/modulo.js diff --git a/ClientApp/node_modules/es-abstract/2020/msFromTime.js b/apps/angular/node_modules/es-abstract/2020/msFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/msFromTime.js rename to apps/angular/node_modules/es-abstract/2020/msFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2020/tables/typed-array-objects.js b/apps/angular/node_modules/es-abstract/2020/tables/typed-array-objects.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/tables/typed-array-objects.js rename to apps/angular/node_modules/es-abstract/2020/tables/typed-array-objects.js diff --git a/ClientApp/node_modules/es-abstract/2020/thisBigIntValue.js b/apps/angular/node_modules/es-abstract/2020/thisBigIntValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/thisBigIntValue.js rename to apps/angular/node_modules/es-abstract/2020/thisBigIntValue.js diff --git a/ClientApp/node_modules/es-abstract/2020/thisBooleanValue.js b/apps/angular/node_modules/es-abstract/2020/thisBooleanValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/thisBooleanValue.js rename to apps/angular/node_modules/es-abstract/2020/thisBooleanValue.js diff --git a/ClientApp/node_modules/es-abstract/2020/thisNumberValue.js b/apps/angular/node_modules/es-abstract/2020/thisNumberValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/thisNumberValue.js rename to apps/angular/node_modules/es-abstract/2020/thisNumberValue.js diff --git a/ClientApp/node_modules/es-abstract/2020/thisStringValue.js b/apps/angular/node_modules/es-abstract/2020/thisStringValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/thisStringValue.js rename to apps/angular/node_modules/es-abstract/2020/thisStringValue.js diff --git a/ClientApp/node_modules/es-abstract/2020/thisSymbolValue.js b/apps/angular/node_modules/es-abstract/2020/thisSymbolValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/thisSymbolValue.js rename to apps/angular/node_modules/es-abstract/2020/thisSymbolValue.js diff --git a/ClientApp/node_modules/es-abstract/2020/thisTimeValue.js b/apps/angular/node_modules/es-abstract/2020/thisTimeValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2020/thisTimeValue.js rename to apps/angular/node_modules/es-abstract/2020/thisTimeValue.js diff --git a/ClientApp/node_modules/es-abstract/2021/AbstractEqualityComparison.js b/apps/angular/node_modules/es-abstract/2021/AbstractEqualityComparison.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/AbstractEqualityComparison.js rename to apps/angular/node_modules/es-abstract/2021/AbstractEqualityComparison.js diff --git a/ClientApp/node_modules/es-abstract/2021/AbstractRelationalComparison.js b/apps/angular/node_modules/es-abstract/2021/AbstractRelationalComparison.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/AbstractRelationalComparison.js rename to apps/angular/node_modules/es-abstract/2021/AbstractRelationalComparison.js diff --git a/ClientApp/node_modules/es-abstract/2021/AddEntriesFromIterable.js b/apps/angular/node_modules/es-abstract/2021/AddEntriesFromIterable.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/AddEntriesFromIterable.js rename to apps/angular/node_modules/es-abstract/2021/AddEntriesFromIterable.js diff --git a/ClientApp/node_modules/es-abstract/2021/AddToKeptObjects.js b/apps/angular/node_modules/es-abstract/2021/AddToKeptObjects.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/AddToKeptObjects.js rename to apps/angular/node_modules/es-abstract/2021/AddToKeptObjects.js diff --git a/ClientApp/node_modules/es-abstract/2021/AdvanceStringIndex.js b/apps/angular/node_modules/es-abstract/2021/AdvanceStringIndex.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/AdvanceStringIndex.js rename to apps/angular/node_modules/es-abstract/2021/AdvanceStringIndex.js diff --git a/ClientApp/node_modules/es-abstract/2021/ApplyStringOrNumericBinaryOperator.js b/apps/angular/node_modules/es-abstract/2021/ApplyStringOrNumericBinaryOperator.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/ApplyStringOrNumericBinaryOperator.js rename to apps/angular/node_modules/es-abstract/2021/ApplyStringOrNumericBinaryOperator.js diff --git a/ClientApp/node_modules/es-abstract/2021/ArrayCreate.js b/apps/angular/node_modules/es-abstract/2021/ArrayCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/ArrayCreate.js rename to apps/angular/node_modules/es-abstract/2021/ArrayCreate.js diff --git a/ClientApp/node_modules/es-abstract/2021/ArraySetLength.js b/apps/angular/node_modules/es-abstract/2021/ArraySetLength.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/ArraySetLength.js rename to apps/angular/node_modules/es-abstract/2021/ArraySetLength.js diff --git a/ClientApp/node_modules/es-abstract/2021/ArraySpeciesCreate.js b/apps/angular/node_modules/es-abstract/2021/ArraySpeciesCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/ArraySpeciesCreate.js rename to apps/angular/node_modules/es-abstract/2021/ArraySpeciesCreate.js diff --git a/ClientApp/node_modules/es-abstract/2021/AsyncFromSyncIteratorContinuation.js b/apps/angular/node_modules/es-abstract/2021/AsyncFromSyncIteratorContinuation.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/AsyncFromSyncIteratorContinuation.js rename to apps/angular/node_modules/es-abstract/2021/AsyncFromSyncIteratorContinuation.js diff --git a/ClientApp/node_modules/es-abstract/2021/AsyncIteratorClose.js b/apps/angular/node_modules/es-abstract/2021/AsyncIteratorClose.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/AsyncIteratorClose.js rename to apps/angular/node_modules/es-abstract/2021/AsyncIteratorClose.js diff --git a/ClientApp/node_modules/es-abstract/2021/BigInt/add.js b/apps/angular/node_modules/es-abstract/2021/BigInt/add.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/BigInt/add.js rename to apps/angular/node_modules/es-abstract/2021/BigInt/add.js diff --git a/ClientApp/node_modules/es-abstract/2021/BigInt/bitwiseAND.js b/apps/angular/node_modules/es-abstract/2021/BigInt/bitwiseAND.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/BigInt/bitwiseAND.js rename to apps/angular/node_modules/es-abstract/2021/BigInt/bitwiseAND.js diff --git a/ClientApp/node_modules/es-abstract/2021/BigInt/bitwiseNOT.js b/apps/angular/node_modules/es-abstract/2021/BigInt/bitwiseNOT.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/BigInt/bitwiseNOT.js rename to apps/angular/node_modules/es-abstract/2021/BigInt/bitwiseNOT.js diff --git a/ClientApp/node_modules/es-abstract/2021/BigInt/bitwiseOR.js b/apps/angular/node_modules/es-abstract/2021/BigInt/bitwiseOR.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/BigInt/bitwiseOR.js rename to apps/angular/node_modules/es-abstract/2021/BigInt/bitwiseOR.js diff --git a/ClientApp/node_modules/es-abstract/2021/BigInt/bitwiseXOR.js b/apps/angular/node_modules/es-abstract/2021/BigInt/bitwiseXOR.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/BigInt/bitwiseXOR.js rename to apps/angular/node_modules/es-abstract/2021/BigInt/bitwiseXOR.js diff --git a/ClientApp/node_modules/es-abstract/2021/BigInt/divide.js b/apps/angular/node_modules/es-abstract/2021/BigInt/divide.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/BigInt/divide.js rename to apps/angular/node_modules/es-abstract/2021/BigInt/divide.js diff --git a/ClientApp/node_modules/es-abstract/2021/BigInt/equal.js b/apps/angular/node_modules/es-abstract/2021/BigInt/equal.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/BigInt/equal.js rename to apps/angular/node_modules/es-abstract/2021/BigInt/equal.js diff --git a/ClientApp/node_modules/es-abstract/2021/BigInt/exponentiate.js b/apps/angular/node_modules/es-abstract/2021/BigInt/exponentiate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/BigInt/exponentiate.js rename to apps/angular/node_modules/es-abstract/2021/BigInt/exponentiate.js diff --git a/ClientApp/node_modules/es-abstract/2021/BigInt/index.js b/apps/angular/node_modules/es-abstract/2021/BigInt/index.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/BigInt/index.js rename to apps/angular/node_modules/es-abstract/2021/BigInt/index.js diff --git a/ClientApp/node_modules/es-abstract/2021/BigInt/leftShift.js b/apps/angular/node_modules/es-abstract/2021/BigInt/leftShift.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/BigInt/leftShift.js rename to apps/angular/node_modules/es-abstract/2021/BigInt/leftShift.js diff --git a/ClientApp/node_modules/es-abstract/2021/BigInt/lessThan.js b/apps/angular/node_modules/es-abstract/2021/BigInt/lessThan.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/BigInt/lessThan.js rename to apps/angular/node_modules/es-abstract/2021/BigInt/lessThan.js diff --git a/ClientApp/node_modules/es-abstract/2021/BigInt/multiply.js b/apps/angular/node_modules/es-abstract/2021/BigInt/multiply.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/BigInt/multiply.js rename to apps/angular/node_modules/es-abstract/2021/BigInt/multiply.js diff --git a/ClientApp/node_modules/es-abstract/2021/BigInt/remainder.js b/apps/angular/node_modules/es-abstract/2021/BigInt/remainder.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/BigInt/remainder.js rename to apps/angular/node_modules/es-abstract/2021/BigInt/remainder.js diff --git a/ClientApp/node_modules/es-abstract/2021/BigInt/sameValue.js b/apps/angular/node_modules/es-abstract/2021/BigInt/sameValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/BigInt/sameValue.js rename to apps/angular/node_modules/es-abstract/2021/BigInt/sameValue.js diff --git a/ClientApp/node_modules/es-abstract/2021/BigInt/sameValueZero.js b/apps/angular/node_modules/es-abstract/2021/BigInt/sameValueZero.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/BigInt/sameValueZero.js rename to apps/angular/node_modules/es-abstract/2021/BigInt/sameValueZero.js diff --git a/ClientApp/node_modules/es-abstract/2021/BigInt/signedRightShift.js b/apps/angular/node_modules/es-abstract/2021/BigInt/signedRightShift.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/BigInt/signedRightShift.js rename to apps/angular/node_modules/es-abstract/2021/BigInt/signedRightShift.js diff --git a/ClientApp/node_modules/es-abstract/2021/BigInt/subtract.js b/apps/angular/node_modules/es-abstract/2021/BigInt/subtract.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/BigInt/subtract.js rename to apps/angular/node_modules/es-abstract/2021/BigInt/subtract.js diff --git a/ClientApp/node_modules/es-abstract/2021/BigInt/toString.js b/apps/angular/node_modules/es-abstract/2021/BigInt/toString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/BigInt/toString.js rename to apps/angular/node_modules/es-abstract/2021/BigInt/toString.js diff --git a/ClientApp/node_modules/es-abstract/2021/BigInt/unaryMinus.js b/apps/angular/node_modules/es-abstract/2021/BigInt/unaryMinus.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/BigInt/unaryMinus.js rename to apps/angular/node_modules/es-abstract/2021/BigInt/unaryMinus.js diff --git a/ClientApp/node_modules/es-abstract/2021/BigInt/unsignedRightShift.js b/apps/angular/node_modules/es-abstract/2021/BigInt/unsignedRightShift.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/BigInt/unsignedRightShift.js rename to apps/angular/node_modules/es-abstract/2021/BigInt/unsignedRightShift.js diff --git a/ClientApp/node_modules/es-abstract/2021/BigIntBitwiseOp.js b/apps/angular/node_modules/es-abstract/2021/BigIntBitwiseOp.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/BigIntBitwiseOp.js rename to apps/angular/node_modules/es-abstract/2021/BigIntBitwiseOp.js diff --git a/ClientApp/node_modules/es-abstract/2021/BinaryAnd.js b/apps/angular/node_modules/es-abstract/2021/BinaryAnd.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/BinaryAnd.js rename to apps/angular/node_modules/es-abstract/2021/BinaryAnd.js diff --git a/ClientApp/node_modules/es-abstract/2021/BinaryOr.js b/apps/angular/node_modules/es-abstract/2021/BinaryOr.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/BinaryOr.js rename to apps/angular/node_modules/es-abstract/2021/BinaryOr.js diff --git a/ClientApp/node_modules/es-abstract/2021/BinaryXor.js b/apps/angular/node_modules/es-abstract/2021/BinaryXor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/BinaryXor.js rename to apps/angular/node_modules/es-abstract/2021/BinaryXor.js diff --git a/ClientApp/node_modules/es-abstract/2021/ByteListBitwiseOp.js b/apps/angular/node_modules/es-abstract/2021/ByteListBitwiseOp.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/ByteListBitwiseOp.js rename to apps/angular/node_modules/es-abstract/2021/ByteListBitwiseOp.js diff --git a/ClientApp/node_modules/es-abstract/2021/ByteListEqual.js b/apps/angular/node_modules/es-abstract/2021/ByteListEqual.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/ByteListEqual.js rename to apps/angular/node_modules/es-abstract/2021/ByteListEqual.js diff --git a/ClientApp/node_modules/es-abstract/2021/Call.js b/apps/angular/node_modules/es-abstract/2021/Call.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/Call.js rename to apps/angular/node_modules/es-abstract/2021/Call.js diff --git a/ClientApp/node_modules/es-abstract/2021/CanonicalNumericIndexString.js b/apps/angular/node_modules/es-abstract/2021/CanonicalNumericIndexString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/CanonicalNumericIndexString.js rename to apps/angular/node_modules/es-abstract/2021/CanonicalNumericIndexString.js diff --git a/ClientApp/node_modules/es-abstract/2021/Canonicalize.js b/apps/angular/node_modules/es-abstract/2021/Canonicalize.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/Canonicalize.js rename to apps/angular/node_modules/es-abstract/2021/Canonicalize.js diff --git a/ClientApp/node_modules/es-abstract/2021/CharacterRange.js b/apps/angular/node_modules/es-abstract/2021/CharacterRange.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/CharacterRange.js rename to apps/angular/node_modules/es-abstract/2021/CharacterRange.js diff --git a/ClientApp/node_modules/es-abstract/2021/ClearKeptObjects.js b/apps/angular/node_modules/es-abstract/2021/ClearKeptObjects.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/ClearKeptObjects.js rename to apps/angular/node_modules/es-abstract/2021/ClearKeptObjects.js diff --git a/ClientApp/node_modules/es-abstract/2021/CloneArrayBuffer.js b/apps/angular/node_modules/es-abstract/2021/CloneArrayBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/CloneArrayBuffer.js rename to apps/angular/node_modules/es-abstract/2021/CloneArrayBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2021/CodePointAt.js b/apps/angular/node_modules/es-abstract/2021/CodePointAt.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/CodePointAt.js rename to apps/angular/node_modules/es-abstract/2021/CodePointAt.js diff --git a/ClientApp/node_modules/es-abstract/2021/CodePointsToString.js b/apps/angular/node_modules/es-abstract/2021/CodePointsToString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/CodePointsToString.js rename to apps/angular/node_modules/es-abstract/2021/CodePointsToString.js diff --git a/ClientApp/node_modules/es-abstract/2021/CompletePropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2021/CompletePropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/CompletePropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2021/CompletePropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2021/CompletionRecord.js b/apps/angular/node_modules/es-abstract/2021/CompletionRecord.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/CompletionRecord.js rename to apps/angular/node_modules/es-abstract/2021/CompletionRecord.js diff --git a/ClientApp/node_modules/es-abstract/2021/CopyDataProperties.js b/apps/angular/node_modules/es-abstract/2021/CopyDataProperties.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/CopyDataProperties.js rename to apps/angular/node_modules/es-abstract/2021/CopyDataProperties.js diff --git a/ClientApp/node_modules/es-abstract/2021/CreateAsyncFromSyncIterator.js b/apps/angular/node_modules/es-abstract/2021/CreateAsyncFromSyncIterator.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/CreateAsyncFromSyncIterator.js rename to apps/angular/node_modules/es-abstract/2021/CreateAsyncFromSyncIterator.js diff --git a/ClientApp/node_modules/es-abstract/2021/CreateDataProperty.js b/apps/angular/node_modules/es-abstract/2021/CreateDataProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/CreateDataProperty.js rename to apps/angular/node_modules/es-abstract/2021/CreateDataProperty.js diff --git a/ClientApp/node_modules/es-abstract/2021/CreateDataPropertyOrThrow.js b/apps/angular/node_modules/es-abstract/2021/CreateDataPropertyOrThrow.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/CreateDataPropertyOrThrow.js rename to apps/angular/node_modules/es-abstract/2021/CreateDataPropertyOrThrow.js diff --git a/ClientApp/node_modules/es-abstract/2021/CreateHTML.js b/apps/angular/node_modules/es-abstract/2021/CreateHTML.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/CreateHTML.js rename to apps/angular/node_modules/es-abstract/2021/CreateHTML.js diff --git a/ClientApp/node_modules/es-abstract/2021/CreateIterResultObject.js b/apps/angular/node_modules/es-abstract/2021/CreateIterResultObject.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/CreateIterResultObject.js rename to apps/angular/node_modules/es-abstract/2021/CreateIterResultObject.js diff --git a/ClientApp/node_modules/es-abstract/2021/CreateListFromArrayLike.js b/apps/angular/node_modules/es-abstract/2021/CreateListFromArrayLike.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/CreateListFromArrayLike.js rename to apps/angular/node_modules/es-abstract/2021/CreateListFromArrayLike.js diff --git a/ClientApp/node_modules/es-abstract/2021/CreateMethodProperty.js b/apps/angular/node_modules/es-abstract/2021/CreateMethodProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/CreateMethodProperty.js rename to apps/angular/node_modules/es-abstract/2021/CreateMethodProperty.js diff --git a/ClientApp/node_modules/es-abstract/2021/CreateRegExpStringIterator.js b/apps/angular/node_modules/es-abstract/2021/CreateRegExpStringIterator.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/CreateRegExpStringIterator.js rename to apps/angular/node_modules/es-abstract/2021/CreateRegExpStringIterator.js diff --git a/ClientApp/node_modules/es-abstract/2021/DateFromTime.js b/apps/angular/node_modules/es-abstract/2021/DateFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/DateFromTime.js rename to apps/angular/node_modules/es-abstract/2021/DateFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2021/DateString.js b/apps/angular/node_modules/es-abstract/2021/DateString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/DateString.js rename to apps/angular/node_modules/es-abstract/2021/DateString.js diff --git a/ClientApp/node_modules/es-abstract/2021/Day.js b/apps/angular/node_modules/es-abstract/2021/Day.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/Day.js rename to apps/angular/node_modules/es-abstract/2021/Day.js diff --git a/ClientApp/node_modules/es-abstract/2021/DayFromYear.js b/apps/angular/node_modules/es-abstract/2021/DayFromYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/DayFromYear.js rename to apps/angular/node_modules/es-abstract/2021/DayFromYear.js diff --git a/ClientApp/node_modules/es-abstract/2021/DayWithinYear.js b/apps/angular/node_modules/es-abstract/2021/DayWithinYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/DayWithinYear.js rename to apps/angular/node_modules/es-abstract/2021/DayWithinYear.js diff --git a/ClientApp/node_modules/es-abstract/2021/DaysInYear.js b/apps/angular/node_modules/es-abstract/2021/DaysInYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/DaysInYear.js rename to apps/angular/node_modules/es-abstract/2021/DaysInYear.js diff --git a/ClientApp/node_modules/es-abstract/2021/DefinePropertyOrThrow.js b/apps/angular/node_modules/es-abstract/2021/DefinePropertyOrThrow.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/DefinePropertyOrThrow.js rename to apps/angular/node_modules/es-abstract/2021/DefinePropertyOrThrow.js diff --git a/ClientApp/node_modules/es-abstract/2021/DeletePropertyOrThrow.js b/apps/angular/node_modules/es-abstract/2021/DeletePropertyOrThrow.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/DeletePropertyOrThrow.js rename to apps/angular/node_modules/es-abstract/2021/DeletePropertyOrThrow.js diff --git a/ClientApp/node_modules/es-abstract/2021/DetachArrayBuffer.js b/apps/angular/node_modules/es-abstract/2021/DetachArrayBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/DetachArrayBuffer.js rename to apps/angular/node_modules/es-abstract/2021/DetachArrayBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2021/EnumerableOwnPropertyNames.js b/apps/angular/node_modules/es-abstract/2021/EnumerableOwnPropertyNames.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/EnumerableOwnPropertyNames.js rename to apps/angular/node_modules/es-abstract/2021/EnumerableOwnPropertyNames.js diff --git a/ClientApp/node_modules/es-abstract/2021/FlattenIntoArray.js b/apps/angular/node_modules/es-abstract/2021/FlattenIntoArray.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/FlattenIntoArray.js rename to apps/angular/node_modules/es-abstract/2021/FlattenIntoArray.js diff --git a/ClientApp/node_modules/es-abstract/2021/FromPropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2021/FromPropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/FromPropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2021/FromPropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2021/Get.js b/apps/angular/node_modules/es-abstract/2021/Get.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/Get.js rename to apps/angular/node_modules/es-abstract/2021/Get.js diff --git a/ClientApp/node_modules/es-abstract/2021/GetGlobalObject.js b/apps/angular/node_modules/es-abstract/2021/GetGlobalObject.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/GetGlobalObject.js rename to apps/angular/node_modules/es-abstract/2021/GetGlobalObject.js diff --git a/ClientApp/node_modules/es-abstract/2021/GetIterator.js b/apps/angular/node_modules/es-abstract/2021/GetIterator.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/GetIterator.js rename to apps/angular/node_modules/es-abstract/2021/GetIterator.js diff --git a/ClientApp/node_modules/es-abstract/2021/GetMethod.js b/apps/angular/node_modules/es-abstract/2021/GetMethod.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/GetMethod.js rename to apps/angular/node_modules/es-abstract/2021/GetMethod.js diff --git a/ClientApp/node_modules/es-abstract/2021/GetOwnPropertyKeys.js b/apps/angular/node_modules/es-abstract/2021/GetOwnPropertyKeys.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/GetOwnPropertyKeys.js rename to apps/angular/node_modules/es-abstract/2021/GetOwnPropertyKeys.js diff --git a/ClientApp/node_modules/es-abstract/2021/GetPromiseResolve.js b/apps/angular/node_modules/es-abstract/2021/GetPromiseResolve.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/GetPromiseResolve.js rename to apps/angular/node_modules/es-abstract/2021/GetPromiseResolve.js diff --git a/ClientApp/node_modules/es-abstract/2021/GetPrototypeFromConstructor.js b/apps/angular/node_modules/es-abstract/2021/GetPrototypeFromConstructor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/GetPrototypeFromConstructor.js rename to apps/angular/node_modules/es-abstract/2021/GetPrototypeFromConstructor.js diff --git a/ClientApp/node_modules/es-abstract/2021/GetSubstitution.js b/apps/angular/node_modules/es-abstract/2021/GetSubstitution.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/GetSubstitution.js rename to apps/angular/node_modules/es-abstract/2021/GetSubstitution.js diff --git a/ClientApp/node_modules/es-abstract/2021/GetV.js b/apps/angular/node_modules/es-abstract/2021/GetV.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/GetV.js rename to apps/angular/node_modules/es-abstract/2021/GetV.js diff --git a/ClientApp/node_modules/es-abstract/2021/GetValueFromBuffer.js b/apps/angular/node_modules/es-abstract/2021/GetValueFromBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/GetValueFromBuffer.js rename to apps/angular/node_modules/es-abstract/2021/GetValueFromBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2021/HasOwnProperty.js b/apps/angular/node_modules/es-abstract/2021/HasOwnProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/HasOwnProperty.js rename to apps/angular/node_modules/es-abstract/2021/HasOwnProperty.js diff --git a/ClientApp/node_modules/es-abstract/2021/HasProperty.js b/apps/angular/node_modules/es-abstract/2021/HasProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/HasProperty.js rename to apps/angular/node_modules/es-abstract/2021/HasProperty.js diff --git a/ClientApp/node_modules/es-abstract/2021/HourFromTime.js b/apps/angular/node_modules/es-abstract/2021/HourFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/HourFromTime.js rename to apps/angular/node_modules/es-abstract/2021/HourFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2021/InLeapYear.js b/apps/angular/node_modules/es-abstract/2021/InLeapYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/InLeapYear.js rename to apps/angular/node_modules/es-abstract/2021/InLeapYear.js diff --git a/ClientApp/node_modules/es-abstract/2021/InstanceofOperator.js b/apps/angular/node_modules/es-abstract/2021/InstanceofOperator.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/InstanceofOperator.js rename to apps/angular/node_modules/es-abstract/2021/InstanceofOperator.js diff --git a/ClientApp/node_modules/es-abstract/2021/IntegerIndexedElementGet.js b/apps/angular/node_modules/es-abstract/2021/IntegerIndexedElementGet.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/IntegerIndexedElementGet.js rename to apps/angular/node_modules/es-abstract/2021/IntegerIndexedElementGet.js diff --git a/ClientApp/node_modules/es-abstract/2021/IntegerIndexedElementSet.js b/apps/angular/node_modules/es-abstract/2021/IntegerIndexedElementSet.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/IntegerIndexedElementSet.js rename to apps/angular/node_modules/es-abstract/2021/IntegerIndexedElementSet.js diff --git a/ClientApp/node_modules/es-abstract/2021/InternalizeJSONProperty.js b/apps/angular/node_modules/es-abstract/2021/InternalizeJSONProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/InternalizeJSONProperty.js rename to apps/angular/node_modules/es-abstract/2021/InternalizeJSONProperty.js diff --git a/ClientApp/node_modules/es-abstract/2021/Invoke.js b/apps/angular/node_modules/es-abstract/2021/Invoke.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/Invoke.js rename to apps/angular/node_modules/es-abstract/2021/Invoke.js diff --git a/ClientApp/node_modules/es-abstract/2021/IsAccessorDescriptor.js b/apps/angular/node_modules/es-abstract/2021/IsAccessorDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/IsAccessorDescriptor.js rename to apps/angular/node_modules/es-abstract/2021/IsAccessorDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2021/IsArray.js b/apps/angular/node_modules/es-abstract/2021/IsArray.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/IsArray.js rename to apps/angular/node_modules/es-abstract/2021/IsArray.js diff --git a/ClientApp/node_modules/es-abstract/2021/IsBigIntElementType.js b/apps/angular/node_modules/es-abstract/2021/IsBigIntElementType.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/IsBigIntElementType.js rename to apps/angular/node_modules/es-abstract/2021/IsBigIntElementType.js diff --git a/ClientApp/node_modules/es-abstract/2021/IsCallable.js b/apps/angular/node_modules/es-abstract/2021/IsCallable.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/IsCallable.js rename to apps/angular/node_modules/es-abstract/2021/IsCallable.js diff --git a/ClientApp/node_modules/es-abstract/2021/IsCompatiblePropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2021/IsCompatiblePropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/IsCompatiblePropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2021/IsCompatiblePropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2021/IsConcatSpreadable.js b/apps/angular/node_modules/es-abstract/2021/IsConcatSpreadable.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/IsConcatSpreadable.js rename to apps/angular/node_modules/es-abstract/2021/IsConcatSpreadable.js diff --git a/ClientApp/node_modules/es-abstract/2021/IsConstructor.js b/apps/angular/node_modules/es-abstract/2021/IsConstructor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/IsConstructor.js rename to apps/angular/node_modules/es-abstract/2021/IsConstructor.js diff --git a/ClientApp/node_modules/es-abstract/2021/IsDataDescriptor.js b/apps/angular/node_modules/es-abstract/2021/IsDataDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/IsDataDescriptor.js rename to apps/angular/node_modules/es-abstract/2021/IsDataDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2021/IsDetachedBuffer.js b/apps/angular/node_modules/es-abstract/2021/IsDetachedBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/IsDetachedBuffer.js rename to apps/angular/node_modules/es-abstract/2021/IsDetachedBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2021/IsExtensible.js b/apps/angular/node_modules/es-abstract/2021/IsExtensible.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/IsExtensible.js rename to apps/angular/node_modules/es-abstract/2021/IsExtensible.js diff --git a/ClientApp/node_modules/es-abstract/2021/IsGenericDescriptor.js b/apps/angular/node_modules/es-abstract/2021/IsGenericDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/IsGenericDescriptor.js rename to apps/angular/node_modules/es-abstract/2021/IsGenericDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2021/IsIntegralNumber.js b/apps/angular/node_modules/es-abstract/2021/IsIntegralNumber.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/IsIntegralNumber.js rename to apps/angular/node_modules/es-abstract/2021/IsIntegralNumber.js diff --git a/ClientApp/node_modules/es-abstract/2021/IsNoTearConfiguration.js b/apps/angular/node_modules/es-abstract/2021/IsNoTearConfiguration.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/IsNoTearConfiguration.js rename to apps/angular/node_modules/es-abstract/2021/IsNoTearConfiguration.js diff --git a/ClientApp/node_modules/es-abstract/2021/IsPromise.js b/apps/angular/node_modules/es-abstract/2021/IsPromise.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/IsPromise.js rename to apps/angular/node_modules/es-abstract/2021/IsPromise.js diff --git a/ClientApp/node_modules/es-abstract/2021/IsPropertyKey.js b/apps/angular/node_modules/es-abstract/2021/IsPropertyKey.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/IsPropertyKey.js rename to apps/angular/node_modules/es-abstract/2021/IsPropertyKey.js diff --git a/ClientApp/node_modules/es-abstract/2021/IsRegExp.js b/apps/angular/node_modules/es-abstract/2021/IsRegExp.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/IsRegExp.js rename to apps/angular/node_modules/es-abstract/2021/IsRegExp.js diff --git a/ClientApp/node_modules/es-abstract/2021/IsSharedArrayBuffer.js b/apps/angular/node_modules/es-abstract/2021/IsSharedArrayBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/IsSharedArrayBuffer.js rename to apps/angular/node_modules/es-abstract/2021/IsSharedArrayBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2021/IsStringPrefix.js b/apps/angular/node_modules/es-abstract/2021/IsStringPrefix.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/IsStringPrefix.js rename to apps/angular/node_modules/es-abstract/2021/IsStringPrefix.js diff --git a/ClientApp/node_modules/es-abstract/2021/IsUnclampedIntegerElementType.js b/apps/angular/node_modules/es-abstract/2021/IsUnclampedIntegerElementType.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/IsUnclampedIntegerElementType.js rename to apps/angular/node_modules/es-abstract/2021/IsUnclampedIntegerElementType.js diff --git a/ClientApp/node_modules/es-abstract/2021/IsUnsignedElementType.js b/apps/angular/node_modules/es-abstract/2021/IsUnsignedElementType.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/IsUnsignedElementType.js rename to apps/angular/node_modules/es-abstract/2021/IsUnsignedElementType.js diff --git a/ClientApp/node_modules/es-abstract/2021/IsValidIntegerIndex.js b/apps/angular/node_modules/es-abstract/2021/IsValidIntegerIndex.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/IsValidIntegerIndex.js rename to apps/angular/node_modules/es-abstract/2021/IsValidIntegerIndex.js diff --git a/ClientApp/node_modules/es-abstract/2021/IsWordChar.js b/apps/angular/node_modules/es-abstract/2021/IsWordChar.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/IsWordChar.js rename to apps/angular/node_modules/es-abstract/2021/IsWordChar.js diff --git a/ClientApp/node_modules/es-abstract/2021/IterableToList.js b/apps/angular/node_modules/es-abstract/2021/IterableToList.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/IterableToList.js rename to apps/angular/node_modules/es-abstract/2021/IterableToList.js diff --git a/ClientApp/node_modules/es-abstract/2021/IteratorClose.js b/apps/angular/node_modules/es-abstract/2021/IteratorClose.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/IteratorClose.js rename to apps/angular/node_modules/es-abstract/2021/IteratorClose.js diff --git a/ClientApp/node_modules/es-abstract/2021/IteratorComplete.js b/apps/angular/node_modules/es-abstract/2021/IteratorComplete.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/IteratorComplete.js rename to apps/angular/node_modules/es-abstract/2021/IteratorComplete.js diff --git a/ClientApp/node_modules/es-abstract/2021/IteratorNext.js b/apps/angular/node_modules/es-abstract/2021/IteratorNext.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/IteratorNext.js rename to apps/angular/node_modules/es-abstract/2021/IteratorNext.js diff --git a/ClientApp/node_modules/es-abstract/2021/IteratorStep.js b/apps/angular/node_modules/es-abstract/2021/IteratorStep.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/IteratorStep.js rename to apps/angular/node_modules/es-abstract/2021/IteratorStep.js diff --git a/ClientApp/node_modules/es-abstract/2021/IteratorValue.js b/apps/angular/node_modules/es-abstract/2021/IteratorValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/IteratorValue.js rename to apps/angular/node_modules/es-abstract/2021/IteratorValue.js diff --git a/ClientApp/node_modules/es-abstract/2021/LengthOfArrayLike.js b/apps/angular/node_modules/es-abstract/2021/LengthOfArrayLike.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/LengthOfArrayLike.js rename to apps/angular/node_modules/es-abstract/2021/LengthOfArrayLike.js diff --git a/ClientApp/node_modules/es-abstract/2021/MakeDate.js b/apps/angular/node_modules/es-abstract/2021/MakeDate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/MakeDate.js rename to apps/angular/node_modules/es-abstract/2021/MakeDate.js diff --git a/ClientApp/node_modules/es-abstract/2021/MakeDay.js b/apps/angular/node_modules/es-abstract/2021/MakeDay.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/MakeDay.js rename to apps/angular/node_modules/es-abstract/2021/MakeDay.js diff --git a/ClientApp/node_modules/es-abstract/2021/MakeTime.js b/apps/angular/node_modules/es-abstract/2021/MakeTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/MakeTime.js rename to apps/angular/node_modules/es-abstract/2021/MakeTime.js diff --git a/ClientApp/node_modules/es-abstract/2021/MinFromTime.js b/apps/angular/node_modules/es-abstract/2021/MinFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/MinFromTime.js rename to apps/angular/node_modules/es-abstract/2021/MinFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2021/MonthFromTime.js b/apps/angular/node_modules/es-abstract/2021/MonthFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/MonthFromTime.js rename to apps/angular/node_modules/es-abstract/2021/MonthFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2021/NewPromiseCapability.js b/apps/angular/node_modules/es-abstract/2021/NewPromiseCapability.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/NewPromiseCapability.js rename to apps/angular/node_modules/es-abstract/2021/NewPromiseCapability.js diff --git a/ClientApp/node_modules/es-abstract/2021/NormalCompletion.js b/apps/angular/node_modules/es-abstract/2021/NormalCompletion.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/NormalCompletion.js rename to apps/angular/node_modules/es-abstract/2021/NormalCompletion.js diff --git a/ClientApp/node_modules/es-abstract/2021/Number/add.js b/apps/angular/node_modules/es-abstract/2021/Number/add.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/Number/add.js rename to apps/angular/node_modules/es-abstract/2021/Number/add.js diff --git a/ClientApp/node_modules/es-abstract/2021/Number/bitwiseAND.js b/apps/angular/node_modules/es-abstract/2021/Number/bitwiseAND.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/Number/bitwiseAND.js rename to apps/angular/node_modules/es-abstract/2021/Number/bitwiseAND.js diff --git a/ClientApp/node_modules/es-abstract/2021/Number/bitwiseNOT.js b/apps/angular/node_modules/es-abstract/2021/Number/bitwiseNOT.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/Number/bitwiseNOT.js rename to apps/angular/node_modules/es-abstract/2021/Number/bitwiseNOT.js diff --git a/ClientApp/node_modules/es-abstract/2021/Number/bitwiseOR.js b/apps/angular/node_modules/es-abstract/2021/Number/bitwiseOR.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/Number/bitwiseOR.js rename to apps/angular/node_modules/es-abstract/2021/Number/bitwiseOR.js diff --git a/ClientApp/node_modules/es-abstract/2021/Number/bitwiseXOR.js b/apps/angular/node_modules/es-abstract/2021/Number/bitwiseXOR.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/Number/bitwiseXOR.js rename to apps/angular/node_modules/es-abstract/2021/Number/bitwiseXOR.js diff --git a/ClientApp/node_modules/es-abstract/2021/Number/divide.js b/apps/angular/node_modules/es-abstract/2021/Number/divide.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/Number/divide.js rename to apps/angular/node_modules/es-abstract/2021/Number/divide.js diff --git a/ClientApp/node_modules/es-abstract/2021/Number/equal.js b/apps/angular/node_modules/es-abstract/2021/Number/equal.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/Number/equal.js rename to apps/angular/node_modules/es-abstract/2021/Number/equal.js diff --git a/ClientApp/node_modules/es-abstract/2021/Number/exponentiate.js b/apps/angular/node_modules/es-abstract/2021/Number/exponentiate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/Number/exponentiate.js rename to apps/angular/node_modules/es-abstract/2021/Number/exponentiate.js diff --git a/ClientApp/node_modules/es-abstract/2021/Number/index.js b/apps/angular/node_modules/es-abstract/2021/Number/index.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/Number/index.js rename to apps/angular/node_modules/es-abstract/2021/Number/index.js diff --git a/ClientApp/node_modules/es-abstract/2021/Number/leftShift.js b/apps/angular/node_modules/es-abstract/2021/Number/leftShift.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/Number/leftShift.js rename to apps/angular/node_modules/es-abstract/2021/Number/leftShift.js diff --git a/ClientApp/node_modules/es-abstract/2021/Number/lessThan.js b/apps/angular/node_modules/es-abstract/2021/Number/lessThan.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/Number/lessThan.js rename to apps/angular/node_modules/es-abstract/2021/Number/lessThan.js diff --git a/ClientApp/node_modules/es-abstract/2021/Number/multiply.js b/apps/angular/node_modules/es-abstract/2021/Number/multiply.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/Number/multiply.js rename to apps/angular/node_modules/es-abstract/2021/Number/multiply.js diff --git a/ClientApp/node_modules/es-abstract/2021/Number/remainder.js b/apps/angular/node_modules/es-abstract/2021/Number/remainder.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/Number/remainder.js rename to apps/angular/node_modules/es-abstract/2021/Number/remainder.js diff --git a/ClientApp/node_modules/es-abstract/2021/Number/sameValue.js b/apps/angular/node_modules/es-abstract/2021/Number/sameValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/Number/sameValue.js rename to apps/angular/node_modules/es-abstract/2021/Number/sameValue.js diff --git a/ClientApp/node_modules/es-abstract/2021/Number/sameValueZero.js b/apps/angular/node_modules/es-abstract/2021/Number/sameValueZero.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/Number/sameValueZero.js rename to apps/angular/node_modules/es-abstract/2021/Number/sameValueZero.js diff --git a/ClientApp/node_modules/es-abstract/2021/Number/signedRightShift.js b/apps/angular/node_modules/es-abstract/2021/Number/signedRightShift.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/Number/signedRightShift.js rename to apps/angular/node_modules/es-abstract/2021/Number/signedRightShift.js diff --git a/ClientApp/node_modules/es-abstract/2021/Number/subtract.js b/apps/angular/node_modules/es-abstract/2021/Number/subtract.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/Number/subtract.js rename to apps/angular/node_modules/es-abstract/2021/Number/subtract.js diff --git a/ClientApp/node_modules/es-abstract/2021/Number/toString.js b/apps/angular/node_modules/es-abstract/2021/Number/toString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/Number/toString.js rename to apps/angular/node_modules/es-abstract/2021/Number/toString.js diff --git a/ClientApp/node_modules/es-abstract/2021/Number/unaryMinus.js b/apps/angular/node_modules/es-abstract/2021/Number/unaryMinus.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/Number/unaryMinus.js rename to apps/angular/node_modules/es-abstract/2021/Number/unaryMinus.js diff --git a/ClientApp/node_modules/es-abstract/2021/Number/unsignedRightShift.js b/apps/angular/node_modules/es-abstract/2021/Number/unsignedRightShift.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/Number/unsignedRightShift.js rename to apps/angular/node_modules/es-abstract/2021/Number/unsignedRightShift.js diff --git a/ClientApp/node_modules/es-abstract/2021/NumberBitwiseOp.js b/apps/angular/node_modules/es-abstract/2021/NumberBitwiseOp.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/NumberBitwiseOp.js rename to apps/angular/node_modules/es-abstract/2021/NumberBitwiseOp.js diff --git a/ClientApp/node_modules/es-abstract/2021/NumberToBigInt.js b/apps/angular/node_modules/es-abstract/2021/NumberToBigInt.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/NumberToBigInt.js rename to apps/angular/node_modules/es-abstract/2021/NumberToBigInt.js diff --git a/ClientApp/node_modules/es-abstract/2021/NumericToRawBytes.js b/apps/angular/node_modules/es-abstract/2021/NumericToRawBytes.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/NumericToRawBytes.js rename to apps/angular/node_modules/es-abstract/2021/NumericToRawBytes.js diff --git a/ClientApp/node_modules/es-abstract/2021/ObjectDefineProperties.js b/apps/angular/node_modules/es-abstract/2021/ObjectDefineProperties.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/ObjectDefineProperties.js rename to apps/angular/node_modules/es-abstract/2021/ObjectDefineProperties.js diff --git a/ClientApp/node_modules/es-abstract/2021/OrdinaryCreateFromConstructor.js b/apps/angular/node_modules/es-abstract/2021/OrdinaryCreateFromConstructor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/OrdinaryCreateFromConstructor.js rename to apps/angular/node_modules/es-abstract/2021/OrdinaryCreateFromConstructor.js diff --git a/ClientApp/node_modules/es-abstract/2021/OrdinaryDefineOwnProperty.js b/apps/angular/node_modules/es-abstract/2021/OrdinaryDefineOwnProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/OrdinaryDefineOwnProperty.js rename to apps/angular/node_modules/es-abstract/2021/OrdinaryDefineOwnProperty.js diff --git a/ClientApp/node_modules/es-abstract/2021/OrdinaryGetOwnProperty.js b/apps/angular/node_modules/es-abstract/2021/OrdinaryGetOwnProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/OrdinaryGetOwnProperty.js rename to apps/angular/node_modules/es-abstract/2021/OrdinaryGetOwnProperty.js diff --git a/ClientApp/node_modules/es-abstract/2021/OrdinaryGetPrototypeOf.js b/apps/angular/node_modules/es-abstract/2021/OrdinaryGetPrototypeOf.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/OrdinaryGetPrototypeOf.js rename to apps/angular/node_modules/es-abstract/2021/OrdinaryGetPrototypeOf.js diff --git a/ClientApp/node_modules/es-abstract/2021/OrdinaryHasInstance.js b/apps/angular/node_modules/es-abstract/2021/OrdinaryHasInstance.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/OrdinaryHasInstance.js rename to apps/angular/node_modules/es-abstract/2021/OrdinaryHasInstance.js diff --git a/ClientApp/node_modules/es-abstract/2021/OrdinaryHasProperty.js b/apps/angular/node_modules/es-abstract/2021/OrdinaryHasProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/OrdinaryHasProperty.js rename to apps/angular/node_modules/es-abstract/2021/OrdinaryHasProperty.js diff --git a/ClientApp/node_modules/es-abstract/2021/OrdinaryObjectCreate.js b/apps/angular/node_modules/es-abstract/2021/OrdinaryObjectCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/OrdinaryObjectCreate.js rename to apps/angular/node_modules/es-abstract/2021/OrdinaryObjectCreate.js diff --git a/ClientApp/node_modules/es-abstract/2021/OrdinarySetPrototypeOf.js b/apps/angular/node_modules/es-abstract/2021/OrdinarySetPrototypeOf.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/OrdinarySetPrototypeOf.js rename to apps/angular/node_modules/es-abstract/2021/OrdinarySetPrototypeOf.js diff --git a/ClientApp/node_modules/es-abstract/2021/OrdinaryToPrimitive.js b/apps/angular/node_modules/es-abstract/2021/OrdinaryToPrimitive.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/OrdinaryToPrimitive.js rename to apps/angular/node_modules/es-abstract/2021/OrdinaryToPrimitive.js diff --git a/ClientApp/node_modules/es-abstract/2021/PromiseResolve.js b/apps/angular/node_modules/es-abstract/2021/PromiseResolve.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/PromiseResolve.js rename to apps/angular/node_modules/es-abstract/2021/PromiseResolve.js diff --git a/ClientApp/node_modules/es-abstract/2021/QuoteJSONString.js b/apps/angular/node_modules/es-abstract/2021/QuoteJSONString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/QuoteJSONString.js rename to apps/angular/node_modules/es-abstract/2021/QuoteJSONString.js diff --git a/ClientApp/node_modules/es-abstract/2021/RawBytesToNumeric.js b/apps/angular/node_modules/es-abstract/2021/RawBytesToNumeric.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/RawBytesToNumeric.js rename to apps/angular/node_modules/es-abstract/2021/RawBytesToNumeric.js diff --git a/ClientApp/node_modules/es-abstract/2021/RegExpCreate.js b/apps/angular/node_modules/es-abstract/2021/RegExpCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/RegExpCreate.js rename to apps/angular/node_modules/es-abstract/2021/RegExpCreate.js diff --git a/ClientApp/node_modules/es-abstract/2021/RegExpExec.js b/apps/angular/node_modules/es-abstract/2021/RegExpExec.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/RegExpExec.js rename to apps/angular/node_modules/es-abstract/2021/RegExpExec.js diff --git a/ClientApp/node_modules/es-abstract/2021/RequireObjectCoercible.js b/apps/angular/node_modules/es-abstract/2021/RequireObjectCoercible.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/RequireObjectCoercible.js rename to apps/angular/node_modules/es-abstract/2021/RequireObjectCoercible.js diff --git a/ClientApp/node_modules/es-abstract/2021/SameValue.js b/apps/angular/node_modules/es-abstract/2021/SameValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/SameValue.js rename to apps/angular/node_modules/es-abstract/2021/SameValue.js diff --git a/ClientApp/node_modules/es-abstract/2021/SameValueNonNumeric.js b/apps/angular/node_modules/es-abstract/2021/SameValueNonNumeric.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/SameValueNonNumeric.js rename to apps/angular/node_modules/es-abstract/2021/SameValueNonNumeric.js diff --git a/ClientApp/node_modules/es-abstract/2021/SameValueZero.js b/apps/angular/node_modules/es-abstract/2021/SameValueZero.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/SameValueZero.js rename to apps/angular/node_modules/es-abstract/2021/SameValueZero.js diff --git a/ClientApp/node_modules/es-abstract/2021/SecFromTime.js b/apps/angular/node_modules/es-abstract/2021/SecFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/SecFromTime.js rename to apps/angular/node_modules/es-abstract/2021/SecFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2021/Set.js b/apps/angular/node_modules/es-abstract/2021/Set.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/Set.js rename to apps/angular/node_modules/es-abstract/2021/Set.js diff --git a/ClientApp/node_modules/es-abstract/2021/SetFunctionLength.js b/apps/angular/node_modules/es-abstract/2021/SetFunctionLength.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/SetFunctionLength.js rename to apps/angular/node_modules/es-abstract/2021/SetFunctionLength.js diff --git a/ClientApp/node_modules/es-abstract/2021/SetFunctionName.js b/apps/angular/node_modules/es-abstract/2021/SetFunctionName.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/SetFunctionName.js rename to apps/angular/node_modules/es-abstract/2021/SetFunctionName.js diff --git a/ClientApp/node_modules/es-abstract/2021/SetIntegrityLevel.js b/apps/angular/node_modules/es-abstract/2021/SetIntegrityLevel.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/SetIntegrityLevel.js rename to apps/angular/node_modules/es-abstract/2021/SetIntegrityLevel.js diff --git a/ClientApp/node_modules/es-abstract/2021/SetTypedArrayFromArrayLike.js b/apps/angular/node_modules/es-abstract/2021/SetTypedArrayFromArrayLike.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/SetTypedArrayFromArrayLike.js rename to apps/angular/node_modules/es-abstract/2021/SetTypedArrayFromArrayLike.js diff --git a/ClientApp/node_modules/es-abstract/2021/SetTypedArrayFromTypedArray.js b/apps/angular/node_modules/es-abstract/2021/SetTypedArrayFromTypedArray.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/SetTypedArrayFromTypedArray.js rename to apps/angular/node_modules/es-abstract/2021/SetTypedArrayFromTypedArray.js diff --git a/ClientApp/node_modules/es-abstract/2021/SetValueInBuffer.js b/apps/angular/node_modules/es-abstract/2021/SetValueInBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/SetValueInBuffer.js rename to apps/angular/node_modules/es-abstract/2021/SetValueInBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2021/SpeciesConstructor.js b/apps/angular/node_modules/es-abstract/2021/SpeciesConstructor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/SpeciesConstructor.js rename to apps/angular/node_modules/es-abstract/2021/SpeciesConstructor.js diff --git a/ClientApp/node_modules/es-abstract/2021/SplitMatch.js b/apps/angular/node_modules/es-abstract/2021/SplitMatch.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/SplitMatch.js rename to apps/angular/node_modules/es-abstract/2021/SplitMatch.js diff --git a/ClientApp/node_modules/es-abstract/2021/StrictEqualityComparison.js b/apps/angular/node_modules/es-abstract/2021/StrictEqualityComparison.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/StrictEqualityComparison.js rename to apps/angular/node_modules/es-abstract/2021/StrictEqualityComparison.js diff --git a/ClientApp/node_modules/es-abstract/2021/StringCreate.js b/apps/angular/node_modules/es-abstract/2021/StringCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/StringCreate.js rename to apps/angular/node_modules/es-abstract/2021/StringCreate.js diff --git a/ClientApp/node_modules/es-abstract/2021/StringGetOwnProperty.js b/apps/angular/node_modules/es-abstract/2021/StringGetOwnProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/StringGetOwnProperty.js rename to apps/angular/node_modules/es-abstract/2021/StringGetOwnProperty.js diff --git a/ClientApp/node_modules/es-abstract/2021/StringIndexOf.js b/apps/angular/node_modules/es-abstract/2021/StringIndexOf.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/StringIndexOf.js rename to apps/angular/node_modules/es-abstract/2021/StringIndexOf.js diff --git a/ClientApp/node_modules/es-abstract/2021/StringPad.js b/apps/angular/node_modules/es-abstract/2021/StringPad.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/StringPad.js rename to apps/angular/node_modules/es-abstract/2021/StringPad.js diff --git a/ClientApp/node_modules/es-abstract/2021/StringToBigInt.js b/apps/angular/node_modules/es-abstract/2021/StringToBigInt.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/StringToBigInt.js rename to apps/angular/node_modules/es-abstract/2021/StringToBigInt.js diff --git a/ClientApp/node_modules/es-abstract/2021/StringToCodePoints.js b/apps/angular/node_modules/es-abstract/2021/StringToCodePoints.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/StringToCodePoints.js rename to apps/angular/node_modules/es-abstract/2021/StringToCodePoints.js diff --git a/ClientApp/node_modules/es-abstract/2021/SymbolDescriptiveString.js b/apps/angular/node_modules/es-abstract/2021/SymbolDescriptiveString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/SymbolDescriptiveString.js rename to apps/angular/node_modules/es-abstract/2021/SymbolDescriptiveString.js diff --git a/ClientApp/node_modules/es-abstract/2021/TestIntegrityLevel.js b/apps/angular/node_modules/es-abstract/2021/TestIntegrityLevel.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/TestIntegrityLevel.js rename to apps/angular/node_modules/es-abstract/2021/TestIntegrityLevel.js diff --git a/ClientApp/node_modules/es-abstract/2021/ThrowCompletion.js b/apps/angular/node_modules/es-abstract/2021/ThrowCompletion.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/ThrowCompletion.js rename to apps/angular/node_modules/es-abstract/2021/ThrowCompletion.js diff --git a/ClientApp/node_modules/es-abstract/2021/TimeClip.js b/apps/angular/node_modules/es-abstract/2021/TimeClip.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/TimeClip.js rename to apps/angular/node_modules/es-abstract/2021/TimeClip.js diff --git a/ClientApp/node_modules/es-abstract/2021/TimeFromYear.js b/apps/angular/node_modules/es-abstract/2021/TimeFromYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/TimeFromYear.js rename to apps/angular/node_modules/es-abstract/2021/TimeFromYear.js diff --git a/ClientApp/node_modules/es-abstract/2021/TimeString.js b/apps/angular/node_modules/es-abstract/2021/TimeString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/TimeString.js rename to apps/angular/node_modules/es-abstract/2021/TimeString.js diff --git a/ClientApp/node_modules/es-abstract/2021/TimeWithinDay.js b/apps/angular/node_modules/es-abstract/2021/TimeWithinDay.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/TimeWithinDay.js rename to apps/angular/node_modules/es-abstract/2021/TimeWithinDay.js diff --git a/ClientApp/node_modules/es-abstract/2021/TimeZoneString.js b/apps/angular/node_modules/es-abstract/2021/TimeZoneString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/TimeZoneString.js rename to apps/angular/node_modules/es-abstract/2021/TimeZoneString.js diff --git a/ClientApp/node_modules/es-abstract/2021/ToBigInt.js b/apps/angular/node_modules/es-abstract/2021/ToBigInt.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/ToBigInt.js rename to apps/angular/node_modules/es-abstract/2021/ToBigInt.js diff --git a/ClientApp/node_modules/es-abstract/2021/ToBigInt64.js b/apps/angular/node_modules/es-abstract/2021/ToBigInt64.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/ToBigInt64.js rename to apps/angular/node_modules/es-abstract/2021/ToBigInt64.js diff --git a/ClientApp/node_modules/es-abstract/2021/ToBigUint64.js b/apps/angular/node_modules/es-abstract/2021/ToBigUint64.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/ToBigUint64.js rename to apps/angular/node_modules/es-abstract/2021/ToBigUint64.js diff --git a/ClientApp/node_modules/es-abstract/2021/ToBoolean.js b/apps/angular/node_modules/es-abstract/2021/ToBoolean.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/ToBoolean.js rename to apps/angular/node_modules/es-abstract/2021/ToBoolean.js diff --git a/ClientApp/node_modules/es-abstract/2021/ToDateString.js b/apps/angular/node_modules/es-abstract/2021/ToDateString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/ToDateString.js rename to apps/angular/node_modules/es-abstract/2021/ToDateString.js diff --git a/ClientApp/node_modules/es-abstract/2021/ToIndex.js b/apps/angular/node_modules/es-abstract/2021/ToIndex.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/ToIndex.js rename to apps/angular/node_modules/es-abstract/2021/ToIndex.js diff --git a/ClientApp/node_modules/es-abstract/2021/ToInt16.js b/apps/angular/node_modules/es-abstract/2021/ToInt16.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/ToInt16.js rename to apps/angular/node_modules/es-abstract/2021/ToInt16.js diff --git a/ClientApp/node_modules/es-abstract/2021/ToInt32.js b/apps/angular/node_modules/es-abstract/2021/ToInt32.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/ToInt32.js rename to apps/angular/node_modules/es-abstract/2021/ToInt32.js diff --git a/ClientApp/node_modules/es-abstract/2021/ToInt8.js b/apps/angular/node_modules/es-abstract/2021/ToInt8.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/ToInt8.js rename to apps/angular/node_modules/es-abstract/2021/ToInt8.js diff --git a/ClientApp/node_modules/es-abstract/2021/ToIntegerOrInfinity.js b/apps/angular/node_modules/es-abstract/2021/ToIntegerOrInfinity.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/ToIntegerOrInfinity.js rename to apps/angular/node_modules/es-abstract/2021/ToIntegerOrInfinity.js diff --git a/ClientApp/node_modules/es-abstract/2021/ToLength.js b/apps/angular/node_modules/es-abstract/2021/ToLength.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/ToLength.js rename to apps/angular/node_modules/es-abstract/2021/ToLength.js diff --git a/ClientApp/node_modules/es-abstract/2021/ToNumber.js b/apps/angular/node_modules/es-abstract/2021/ToNumber.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/ToNumber.js rename to apps/angular/node_modules/es-abstract/2021/ToNumber.js diff --git a/ClientApp/node_modules/es-abstract/2021/ToNumeric.js b/apps/angular/node_modules/es-abstract/2021/ToNumeric.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/ToNumeric.js rename to apps/angular/node_modules/es-abstract/2021/ToNumeric.js diff --git a/ClientApp/node_modules/es-abstract/2021/ToObject.js b/apps/angular/node_modules/es-abstract/2021/ToObject.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/ToObject.js rename to apps/angular/node_modules/es-abstract/2021/ToObject.js diff --git a/ClientApp/node_modules/es-abstract/2021/ToPrimitive.js b/apps/angular/node_modules/es-abstract/2021/ToPrimitive.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/ToPrimitive.js rename to apps/angular/node_modules/es-abstract/2021/ToPrimitive.js diff --git a/ClientApp/node_modules/es-abstract/2021/ToPropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2021/ToPropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/ToPropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2021/ToPropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2021/ToPropertyKey.js b/apps/angular/node_modules/es-abstract/2021/ToPropertyKey.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/ToPropertyKey.js rename to apps/angular/node_modules/es-abstract/2021/ToPropertyKey.js diff --git a/ClientApp/node_modules/es-abstract/2021/ToString.js b/apps/angular/node_modules/es-abstract/2021/ToString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/ToString.js rename to apps/angular/node_modules/es-abstract/2021/ToString.js diff --git a/ClientApp/node_modules/es-abstract/2021/ToUint16.js b/apps/angular/node_modules/es-abstract/2021/ToUint16.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/ToUint16.js rename to apps/angular/node_modules/es-abstract/2021/ToUint16.js diff --git a/ClientApp/node_modules/es-abstract/2021/ToUint32.js b/apps/angular/node_modules/es-abstract/2021/ToUint32.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/ToUint32.js rename to apps/angular/node_modules/es-abstract/2021/ToUint32.js diff --git a/ClientApp/node_modules/es-abstract/2021/ToUint8.js b/apps/angular/node_modules/es-abstract/2021/ToUint8.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/ToUint8.js rename to apps/angular/node_modules/es-abstract/2021/ToUint8.js diff --git a/ClientApp/node_modules/es-abstract/2021/ToUint8Clamp.js b/apps/angular/node_modules/es-abstract/2021/ToUint8Clamp.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/ToUint8Clamp.js rename to apps/angular/node_modules/es-abstract/2021/ToUint8Clamp.js diff --git a/ClientApp/node_modules/es-abstract/2021/TrimString.js b/apps/angular/node_modules/es-abstract/2021/TrimString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/TrimString.js rename to apps/angular/node_modules/es-abstract/2021/TrimString.js diff --git a/ClientApp/node_modules/es-abstract/2021/Type.js b/apps/angular/node_modules/es-abstract/2021/Type.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/Type.js rename to apps/angular/node_modules/es-abstract/2021/Type.js diff --git a/ClientApp/node_modules/es-abstract/2021/TypedArrayCreate.js b/apps/angular/node_modules/es-abstract/2021/TypedArrayCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/TypedArrayCreate.js rename to apps/angular/node_modules/es-abstract/2021/TypedArrayCreate.js diff --git a/ClientApp/node_modules/es-abstract/2021/TypedArraySpeciesCreate.js b/apps/angular/node_modules/es-abstract/2021/TypedArraySpeciesCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/TypedArraySpeciesCreate.js rename to apps/angular/node_modules/es-abstract/2021/TypedArraySpeciesCreate.js diff --git a/ClientApp/node_modules/es-abstract/2021/UTF16EncodeCodePoint.js b/apps/angular/node_modules/es-abstract/2021/UTF16EncodeCodePoint.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/UTF16EncodeCodePoint.js rename to apps/angular/node_modules/es-abstract/2021/UTF16EncodeCodePoint.js diff --git a/ClientApp/node_modules/es-abstract/2021/UTF16SurrogatePairToCodePoint.js b/apps/angular/node_modules/es-abstract/2021/UTF16SurrogatePairToCodePoint.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/UTF16SurrogatePairToCodePoint.js rename to apps/angular/node_modules/es-abstract/2021/UTF16SurrogatePairToCodePoint.js diff --git a/ClientApp/node_modules/es-abstract/2021/UnicodeEscape.js b/apps/angular/node_modules/es-abstract/2021/UnicodeEscape.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/UnicodeEscape.js rename to apps/angular/node_modules/es-abstract/2021/UnicodeEscape.js diff --git a/ClientApp/node_modules/es-abstract/2021/ValidateAndApplyPropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2021/ValidateAndApplyPropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/ValidateAndApplyPropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2021/ValidateAndApplyPropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2021/ValidateAtomicAccess.js b/apps/angular/node_modules/es-abstract/2021/ValidateAtomicAccess.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/ValidateAtomicAccess.js rename to apps/angular/node_modules/es-abstract/2021/ValidateAtomicAccess.js diff --git a/ClientApp/node_modules/es-abstract/2021/ValidateIntegerTypedArray.js b/apps/angular/node_modules/es-abstract/2021/ValidateIntegerTypedArray.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/ValidateIntegerTypedArray.js rename to apps/angular/node_modules/es-abstract/2021/ValidateIntegerTypedArray.js diff --git a/ClientApp/node_modules/es-abstract/2021/ValidateTypedArray.js b/apps/angular/node_modules/es-abstract/2021/ValidateTypedArray.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/ValidateTypedArray.js rename to apps/angular/node_modules/es-abstract/2021/ValidateTypedArray.js diff --git a/ClientApp/node_modules/es-abstract/2021/WeakRefDeref.js b/apps/angular/node_modules/es-abstract/2021/WeakRefDeref.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/WeakRefDeref.js rename to apps/angular/node_modules/es-abstract/2021/WeakRefDeref.js diff --git a/ClientApp/node_modules/es-abstract/2021/WeekDay.js b/apps/angular/node_modules/es-abstract/2021/WeekDay.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/WeekDay.js rename to apps/angular/node_modules/es-abstract/2021/WeekDay.js diff --git a/ClientApp/node_modules/es-abstract/2021/WordCharacters.js b/apps/angular/node_modules/es-abstract/2021/WordCharacters.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/WordCharacters.js rename to apps/angular/node_modules/es-abstract/2021/WordCharacters.js diff --git a/ClientApp/node_modules/es-abstract/2021/YearFromTime.js b/apps/angular/node_modules/es-abstract/2021/YearFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/YearFromTime.js rename to apps/angular/node_modules/es-abstract/2021/YearFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2021/abs.js b/apps/angular/node_modules/es-abstract/2021/abs.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/abs.js rename to apps/angular/node_modules/es-abstract/2021/abs.js diff --git a/ClientApp/node_modules/es-abstract/2021/clamp.js b/apps/angular/node_modules/es-abstract/2021/clamp.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/clamp.js rename to apps/angular/node_modules/es-abstract/2021/clamp.js diff --git a/ClientApp/node_modules/es-abstract/2021/floor.js b/apps/angular/node_modules/es-abstract/2021/floor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/floor.js rename to apps/angular/node_modules/es-abstract/2021/floor.js diff --git a/ClientApp/node_modules/es-abstract/2021/max.js b/apps/angular/node_modules/es-abstract/2021/max.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/max.js rename to apps/angular/node_modules/es-abstract/2021/max.js diff --git a/ClientApp/node_modules/es-abstract/2021/min.js b/apps/angular/node_modules/es-abstract/2021/min.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/min.js rename to apps/angular/node_modules/es-abstract/2021/min.js diff --git a/ClientApp/node_modules/es-abstract/2021/modulo.js b/apps/angular/node_modules/es-abstract/2021/modulo.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/modulo.js rename to apps/angular/node_modules/es-abstract/2021/modulo.js diff --git a/ClientApp/node_modules/es-abstract/2021/msFromTime.js b/apps/angular/node_modules/es-abstract/2021/msFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/msFromTime.js rename to apps/angular/node_modules/es-abstract/2021/msFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2021/substring.js b/apps/angular/node_modules/es-abstract/2021/substring.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/substring.js rename to apps/angular/node_modules/es-abstract/2021/substring.js diff --git a/ClientApp/node_modules/es-abstract/2021/tables/typed-array-objects.js b/apps/angular/node_modules/es-abstract/2021/tables/typed-array-objects.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/tables/typed-array-objects.js rename to apps/angular/node_modules/es-abstract/2021/tables/typed-array-objects.js diff --git a/ClientApp/node_modules/es-abstract/2021/thisBigIntValue.js b/apps/angular/node_modules/es-abstract/2021/thisBigIntValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/thisBigIntValue.js rename to apps/angular/node_modules/es-abstract/2021/thisBigIntValue.js diff --git a/ClientApp/node_modules/es-abstract/2021/thisBooleanValue.js b/apps/angular/node_modules/es-abstract/2021/thisBooleanValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/thisBooleanValue.js rename to apps/angular/node_modules/es-abstract/2021/thisBooleanValue.js diff --git a/ClientApp/node_modules/es-abstract/2021/thisNumberValue.js b/apps/angular/node_modules/es-abstract/2021/thisNumberValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/thisNumberValue.js rename to apps/angular/node_modules/es-abstract/2021/thisNumberValue.js diff --git a/ClientApp/node_modules/es-abstract/2021/thisStringValue.js b/apps/angular/node_modules/es-abstract/2021/thisStringValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/thisStringValue.js rename to apps/angular/node_modules/es-abstract/2021/thisStringValue.js diff --git a/ClientApp/node_modules/es-abstract/2021/thisSymbolValue.js b/apps/angular/node_modules/es-abstract/2021/thisSymbolValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/thisSymbolValue.js rename to apps/angular/node_modules/es-abstract/2021/thisSymbolValue.js diff --git a/ClientApp/node_modules/es-abstract/2021/thisTimeValue.js b/apps/angular/node_modules/es-abstract/2021/thisTimeValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2021/thisTimeValue.js rename to apps/angular/node_modules/es-abstract/2021/thisTimeValue.js diff --git a/ClientApp/node_modules/es-abstract/2022/AddEntriesFromIterable.js b/apps/angular/node_modules/es-abstract/2022/AddEntriesFromIterable.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/AddEntriesFromIterable.js rename to apps/angular/node_modules/es-abstract/2022/AddEntriesFromIterable.js diff --git a/ClientApp/node_modules/es-abstract/2022/AddToKeptObjects.js b/apps/angular/node_modules/es-abstract/2022/AddToKeptObjects.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/AddToKeptObjects.js rename to apps/angular/node_modules/es-abstract/2022/AddToKeptObjects.js diff --git a/ClientApp/node_modules/es-abstract/2022/AdvanceStringIndex.js b/apps/angular/node_modules/es-abstract/2022/AdvanceStringIndex.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/AdvanceStringIndex.js rename to apps/angular/node_modules/es-abstract/2022/AdvanceStringIndex.js diff --git a/ClientApp/node_modules/es-abstract/2022/ApplyStringOrNumericBinaryOperator.js b/apps/angular/node_modules/es-abstract/2022/ApplyStringOrNumericBinaryOperator.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/ApplyStringOrNumericBinaryOperator.js rename to apps/angular/node_modules/es-abstract/2022/ApplyStringOrNumericBinaryOperator.js diff --git a/ClientApp/node_modules/es-abstract/2022/ArrayCreate.js b/apps/angular/node_modules/es-abstract/2022/ArrayCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/ArrayCreate.js rename to apps/angular/node_modules/es-abstract/2022/ArrayCreate.js diff --git a/ClientApp/node_modules/es-abstract/2022/ArraySetLength.js b/apps/angular/node_modules/es-abstract/2022/ArraySetLength.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/ArraySetLength.js rename to apps/angular/node_modules/es-abstract/2022/ArraySetLength.js diff --git a/ClientApp/node_modules/es-abstract/2022/ArraySpeciesCreate.js b/apps/angular/node_modules/es-abstract/2022/ArraySpeciesCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/ArraySpeciesCreate.js rename to apps/angular/node_modules/es-abstract/2022/ArraySpeciesCreate.js diff --git a/ClientApp/node_modules/es-abstract/2022/AsyncFromSyncIteratorContinuation.js b/apps/angular/node_modules/es-abstract/2022/AsyncFromSyncIteratorContinuation.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/AsyncFromSyncIteratorContinuation.js rename to apps/angular/node_modules/es-abstract/2022/AsyncFromSyncIteratorContinuation.js diff --git a/ClientApp/node_modules/es-abstract/2022/AsyncIteratorClose.js b/apps/angular/node_modules/es-abstract/2022/AsyncIteratorClose.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/AsyncIteratorClose.js rename to apps/angular/node_modules/es-abstract/2022/AsyncIteratorClose.js diff --git a/ClientApp/node_modules/es-abstract/2022/BigInt/add.js b/apps/angular/node_modules/es-abstract/2022/BigInt/add.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/BigInt/add.js rename to apps/angular/node_modules/es-abstract/2022/BigInt/add.js diff --git a/ClientApp/node_modules/es-abstract/2022/BigInt/bitwiseAND.js b/apps/angular/node_modules/es-abstract/2022/BigInt/bitwiseAND.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/BigInt/bitwiseAND.js rename to apps/angular/node_modules/es-abstract/2022/BigInt/bitwiseAND.js diff --git a/ClientApp/node_modules/es-abstract/2022/BigInt/bitwiseNOT.js b/apps/angular/node_modules/es-abstract/2022/BigInt/bitwiseNOT.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/BigInt/bitwiseNOT.js rename to apps/angular/node_modules/es-abstract/2022/BigInt/bitwiseNOT.js diff --git a/ClientApp/node_modules/es-abstract/2022/BigInt/bitwiseOR.js b/apps/angular/node_modules/es-abstract/2022/BigInt/bitwiseOR.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/BigInt/bitwiseOR.js rename to apps/angular/node_modules/es-abstract/2022/BigInt/bitwiseOR.js diff --git a/ClientApp/node_modules/es-abstract/2022/BigInt/bitwiseXOR.js b/apps/angular/node_modules/es-abstract/2022/BigInt/bitwiseXOR.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/BigInt/bitwiseXOR.js rename to apps/angular/node_modules/es-abstract/2022/BigInt/bitwiseXOR.js diff --git a/ClientApp/node_modules/es-abstract/2022/BigInt/divide.js b/apps/angular/node_modules/es-abstract/2022/BigInt/divide.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/BigInt/divide.js rename to apps/angular/node_modules/es-abstract/2022/BigInt/divide.js diff --git a/ClientApp/node_modules/es-abstract/2022/BigInt/equal.js b/apps/angular/node_modules/es-abstract/2022/BigInt/equal.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/BigInt/equal.js rename to apps/angular/node_modules/es-abstract/2022/BigInt/equal.js diff --git a/ClientApp/node_modules/es-abstract/2022/BigInt/exponentiate.js b/apps/angular/node_modules/es-abstract/2022/BigInt/exponentiate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/BigInt/exponentiate.js rename to apps/angular/node_modules/es-abstract/2022/BigInt/exponentiate.js diff --git a/ClientApp/node_modules/es-abstract/2022/BigInt/index.js b/apps/angular/node_modules/es-abstract/2022/BigInt/index.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/BigInt/index.js rename to apps/angular/node_modules/es-abstract/2022/BigInt/index.js diff --git a/ClientApp/node_modules/es-abstract/2022/BigInt/leftShift.js b/apps/angular/node_modules/es-abstract/2022/BigInt/leftShift.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/BigInt/leftShift.js rename to apps/angular/node_modules/es-abstract/2022/BigInt/leftShift.js diff --git a/ClientApp/node_modules/es-abstract/2022/BigInt/lessThan.js b/apps/angular/node_modules/es-abstract/2022/BigInt/lessThan.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/BigInt/lessThan.js rename to apps/angular/node_modules/es-abstract/2022/BigInt/lessThan.js diff --git a/ClientApp/node_modules/es-abstract/2022/BigInt/multiply.js b/apps/angular/node_modules/es-abstract/2022/BigInt/multiply.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/BigInt/multiply.js rename to apps/angular/node_modules/es-abstract/2022/BigInt/multiply.js diff --git a/ClientApp/node_modules/es-abstract/2022/BigInt/remainder.js b/apps/angular/node_modules/es-abstract/2022/BigInt/remainder.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/BigInt/remainder.js rename to apps/angular/node_modules/es-abstract/2022/BigInt/remainder.js diff --git a/ClientApp/node_modules/es-abstract/2022/BigInt/sameValue.js b/apps/angular/node_modules/es-abstract/2022/BigInt/sameValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/BigInt/sameValue.js rename to apps/angular/node_modules/es-abstract/2022/BigInt/sameValue.js diff --git a/ClientApp/node_modules/es-abstract/2022/BigInt/sameValueZero.js b/apps/angular/node_modules/es-abstract/2022/BigInt/sameValueZero.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/BigInt/sameValueZero.js rename to apps/angular/node_modules/es-abstract/2022/BigInt/sameValueZero.js diff --git a/ClientApp/node_modules/es-abstract/2022/BigInt/signedRightShift.js b/apps/angular/node_modules/es-abstract/2022/BigInt/signedRightShift.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/BigInt/signedRightShift.js rename to apps/angular/node_modules/es-abstract/2022/BigInt/signedRightShift.js diff --git a/ClientApp/node_modules/es-abstract/2022/BigInt/subtract.js b/apps/angular/node_modules/es-abstract/2022/BigInt/subtract.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/BigInt/subtract.js rename to apps/angular/node_modules/es-abstract/2022/BigInt/subtract.js diff --git a/ClientApp/node_modules/es-abstract/2022/BigInt/toString.js b/apps/angular/node_modules/es-abstract/2022/BigInt/toString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/BigInt/toString.js rename to apps/angular/node_modules/es-abstract/2022/BigInt/toString.js diff --git a/ClientApp/node_modules/es-abstract/2022/BigInt/unaryMinus.js b/apps/angular/node_modules/es-abstract/2022/BigInt/unaryMinus.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/BigInt/unaryMinus.js rename to apps/angular/node_modules/es-abstract/2022/BigInt/unaryMinus.js diff --git a/ClientApp/node_modules/es-abstract/2022/BigInt/unsignedRightShift.js b/apps/angular/node_modules/es-abstract/2022/BigInt/unsignedRightShift.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/BigInt/unsignedRightShift.js rename to apps/angular/node_modules/es-abstract/2022/BigInt/unsignedRightShift.js diff --git a/ClientApp/node_modules/es-abstract/2022/BigIntBitwiseOp.js b/apps/angular/node_modules/es-abstract/2022/BigIntBitwiseOp.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/BigIntBitwiseOp.js rename to apps/angular/node_modules/es-abstract/2022/BigIntBitwiseOp.js diff --git a/ClientApp/node_modules/es-abstract/2022/BinaryAnd.js b/apps/angular/node_modules/es-abstract/2022/BinaryAnd.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/BinaryAnd.js rename to apps/angular/node_modules/es-abstract/2022/BinaryAnd.js diff --git a/ClientApp/node_modules/es-abstract/2022/BinaryOr.js b/apps/angular/node_modules/es-abstract/2022/BinaryOr.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/BinaryOr.js rename to apps/angular/node_modules/es-abstract/2022/BinaryOr.js diff --git a/ClientApp/node_modules/es-abstract/2022/BinaryXor.js b/apps/angular/node_modules/es-abstract/2022/BinaryXor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/BinaryXor.js rename to apps/angular/node_modules/es-abstract/2022/BinaryXor.js diff --git a/ClientApp/node_modules/es-abstract/2022/ByteListBitwiseOp.js b/apps/angular/node_modules/es-abstract/2022/ByteListBitwiseOp.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/ByteListBitwiseOp.js rename to apps/angular/node_modules/es-abstract/2022/ByteListBitwiseOp.js diff --git a/ClientApp/node_modules/es-abstract/2022/ByteListEqual.js b/apps/angular/node_modules/es-abstract/2022/ByteListEqual.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/ByteListEqual.js rename to apps/angular/node_modules/es-abstract/2022/ByteListEqual.js diff --git a/ClientApp/node_modules/es-abstract/2022/Call.js b/apps/angular/node_modules/es-abstract/2022/Call.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/Call.js rename to apps/angular/node_modules/es-abstract/2022/Call.js diff --git a/ClientApp/node_modules/es-abstract/2022/CanonicalNumericIndexString.js b/apps/angular/node_modules/es-abstract/2022/CanonicalNumericIndexString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/CanonicalNumericIndexString.js rename to apps/angular/node_modules/es-abstract/2022/CanonicalNumericIndexString.js diff --git a/ClientApp/node_modules/es-abstract/2022/Canonicalize.js b/apps/angular/node_modules/es-abstract/2022/Canonicalize.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/Canonicalize.js rename to apps/angular/node_modules/es-abstract/2022/Canonicalize.js diff --git a/ClientApp/node_modules/es-abstract/2022/CharacterRange.js b/apps/angular/node_modules/es-abstract/2022/CharacterRange.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/CharacterRange.js rename to apps/angular/node_modules/es-abstract/2022/CharacterRange.js diff --git a/ClientApp/node_modules/es-abstract/2022/ClearKeptObjects.js b/apps/angular/node_modules/es-abstract/2022/ClearKeptObjects.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/ClearKeptObjects.js rename to apps/angular/node_modules/es-abstract/2022/ClearKeptObjects.js diff --git a/ClientApp/node_modules/es-abstract/2022/CloneArrayBuffer.js b/apps/angular/node_modules/es-abstract/2022/CloneArrayBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/CloneArrayBuffer.js rename to apps/angular/node_modules/es-abstract/2022/CloneArrayBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2022/CodePointAt.js b/apps/angular/node_modules/es-abstract/2022/CodePointAt.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/CodePointAt.js rename to apps/angular/node_modules/es-abstract/2022/CodePointAt.js diff --git a/ClientApp/node_modules/es-abstract/2022/CodePointsToString.js b/apps/angular/node_modules/es-abstract/2022/CodePointsToString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/CodePointsToString.js rename to apps/angular/node_modules/es-abstract/2022/CodePointsToString.js diff --git a/ClientApp/node_modules/es-abstract/2022/CompletePropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2022/CompletePropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/CompletePropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2022/CompletePropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2022/CompletionRecord.js b/apps/angular/node_modules/es-abstract/2022/CompletionRecord.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/CompletionRecord.js rename to apps/angular/node_modules/es-abstract/2022/CompletionRecord.js diff --git a/ClientApp/node_modules/es-abstract/2022/CopyDataProperties.js b/apps/angular/node_modules/es-abstract/2022/CopyDataProperties.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/CopyDataProperties.js rename to apps/angular/node_modules/es-abstract/2022/CopyDataProperties.js diff --git a/ClientApp/node_modules/es-abstract/2022/CreateAsyncFromSyncIterator.js b/apps/angular/node_modules/es-abstract/2022/CreateAsyncFromSyncIterator.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/CreateAsyncFromSyncIterator.js rename to apps/angular/node_modules/es-abstract/2022/CreateAsyncFromSyncIterator.js diff --git a/ClientApp/node_modules/es-abstract/2022/CreateDataProperty.js b/apps/angular/node_modules/es-abstract/2022/CreateDataProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/CreateDataProperty.js rename to apps/angular/node_modules/es-abstract/2022/CreateDataProperty.js diff --git a/ClientApp/node_modules/es-abstract/2022/CreateDataPropertyOrThrow.js b/apps/angular/node_modules/es-abstract/2022/CreateDataPropertyOrThrow.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/CreateDataPropertyOrThrow.js rename to apps/angular/node_modules/es-abstract/2022/CreateDataPropertyOrThrow.js diff --git a/ClientApp/node_modules/es-abstract/2022/CreateHTML.js b/apps/angular/node_modules/es-abstract/2022/CreateHTML.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/CreateHTML.js rename to apps/angular/node_modules/es-abstract/2022/CreateHTML.js diff --git a/ClientApp/node_modules/es-abstract/2022/CreateIterResultObject.js b/apps/angular/node_modules/es-abstract/2022/CreateIterResultObject.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/CreateIterResultObject.js rename to apps/angular/node_modules/es-abstract/2022/CreateIterResultObject.js diff --git a/ClientApp/node_modules/es-abstract/2022/CreateListFromArrayLike.js b/apps/angular/node_modules/es-abstract/2022/CreateListFromArrayLike.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/CreateListFromArrayLike.js rename to apps/angular/node_modules/es-abstract/2022/CreateListFromArrayLike.js diff --git a/ClientApp/node_modules/es-abstract/2022/CreateMethodProperty.js b/apps/angular/node_modules/es-abstract/2022/CreateMethodProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/CreateMethodProperty.js rename to apps/angular/node_modules/es-abstract/2022/CreateMethodProperty.js diff --git a/ClientApp/node_modules/es-abstract/2022/CreateNonEnumerableDataPropertyOrThrow.js b/apps/angular/node_modules/es-abstract/2022/CreateNonEnumerableDataPropertyOrThrow.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/CreateNonEnumerableDataPropertyOrThrow.js rename to apps/angular/node_modules/es-abstract/2022/CreateNonEnumerableDataPropertyOrThrow.js diff --git a/ClientApp/node_modules/es-abstract/2022/CreateRegExpStringIterator.js b/apps/angular/node_modules/es-abstract/2022/CreateRegExpStringIterator.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/CreateRegExpStringIterator.js rename to apps/angular/node_modules/es-abstract/2022/CreateRegExpStringIterator.js diff --git a/ClientApp/node_modules/es-abstract/2022/DateFromTime.js b/apps/angular/node_modules/es-abstract/2022/DateFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/DateFromTime.js rename to apps/angular/node_modules/es-abstract/2022/DateFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2022/DateString.js b/apps/angular/node_modules/es-abstract/2022/DateString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/DateString.js rename to apps/angular/node_modules/es-abstract/2022/DateString.js diff --git a/ClientApp/node_modules/es-abstract/2022/Day.js b/apps/angular/node_modules/es-abstract/2022/Day.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/Day.js rename to apps/angular/node_modules/es-abstract/2022/Day.js diff --git a/ClientApp/node_modules/es-abstract/2022/DayFromYear.js b/apps/angular/node_modules/es-abstract/2022/DayFromYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/DayFromYear.js rename to apps/angular/node_modules/es-abstract/2022/DayFromYear.js diff --git a/ClientApp/node_modules/es-abstract/2022/DayWithinYear.js b/apps/angular/node_modules/es-abstract/2022/DayWithinYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/DayWithinYear.js rename to apps/angular/node_modules/es-abstract/2022/DayWithinYear.js diff --git a/ClientApp/node_modules/es-abstract/2022/DaysInYear.js b/apps/angular/node_modules/es-abstract/2022/DaysInYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/DaysInYear.js rename to apps/angular/node_modules/es-abstract/2022/DaysInYear.js diff --git a/ClientApp/node_modules/es-abstract/2022/DefineMethodProperty.js b/apps/angular/node_modules/es-abstract/2022/DefineMethodProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/DefineMethodProperty.js rename to apps/angular/node_modules/es-abstract/2022/DefineMethodProperty.js diff --git a/ClientApp/node_modules/es-abstract/2022/DefinePropertyOrThrow.js b/apps/angular/node_modules/es-abstract/2022/DefinePropertyOrThrow.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/DefinePropertyOrThrow.js rename to apps/angular/node_modules/es-abstract/2022/DefinePropertyOrThrow.js diff --git a/ClientApp/node_modules/es-abstract/2022/DeletePropertyOrThrow.js b/apps/angular/node_modules/es-abstract/2022/DeletePropertyOrThrow.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/DeletePropertyOrThrow.js rename to apps/angular/node_modules/es-abstract/2022/DeletePropertyOrThrow.js diff --git a/ClientApp/node_modules/es-abstract/2022/DetachArrayBuffer.js b/apps/angular/node_modules/es-abstract/2022/DetachArrayBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/DetachArrayBuffer.js rename to apps/angular/node_modules/es-abstract/2022/DetachArrayBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2022/EnumerableOwnPropertyNames.js b/apps/angular/node_modules/es-abstract/2022/EnumerableOwnPropertyNames.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/EnumerableOwnPropertyNames.js rename to apps/angular/node_modules/es-abstract/2022/EnumerableOwnPropertyNames.js diff --git a/ClientApp/node_modules/es-abstract/2022/FlattenIntoArray.js b/apps/angular/node_modules/es-abstract/2022/FlattenIntoArray.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/FlattenIntoArray.js rename to apps/angular/node_modules/es-abstract/2022/FlattenIntoArray.js diff --git a/ClientApp/node_modules/es-abstract/2022/FromPropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2022/FromPropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/FromPropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2022/FromPropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2022/Get.js b/apps/angular/node_modules/es-abstract/2022/Get.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/Get.js rename to apps/angular/node_modules/es-abstract/2022/Get.js diff --git a/ClientApp/node_modules/es-abstract/2022/GetGlobalObject.js b/apps/angular/node_modules/es-abstract/2022/GetGlobalObject.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/GetGlobalObject.js rename to apps/angular/node_modules/es-abstract/2022/GetGlobalObject.js diff --git a/ClientApp/node_modules/es-abstract/2022/GetIterator.js b/apps/angular/node_modules/es-abstract/2022/GetIterator.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/GetIterator.js rename to apps/angular/node_modules/es-abstract/2022/GetIterator.js diff --git a/ClientApp/node_modules/es-abstract/2022/GetMatchIndexPair.js b/apps/angular/node_modules/es-abstract/2022/GetMatchIndexPair.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/GetMatchIndexPair.js rename to apps/angular/node_modules/es-abstract/2022/GetMatchIndexPair.js diff --git a/ClientApp/node_modules/es-abstract/2022/GetMatchString.js b/apps/angular/node_modules/es-abstract/2022/GetMatchString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/GetMatchString.js rename to apps/angular/node_modules/es-abstract/2022/GetMatchString.js diff --git a/ClientApp/node_modules/es-abstract/2022/GetMethod.js b/apps/angular/node_modules/es-abstract/2022/GetMethod.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/GetMethod.js rename to apps/angular/node_modules/es-abstract/2022/GetMethod.js diff --git a/ClientApp/node_modules/es-abstract/2022/GetOwnPropertyKeys.js b/apps/angular/node_modules/es-abstract/2022/GetOwnPropertyKeys.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/GetOwnPropertyKeys.js rename to apps/angular/node_modules/es-abstract/2022/GetOwnPropertyKeys.js diff --git a/ClientApp/node_modules/es-abstract/2022/GetPromiseResolve.js b/apps/angular/node_modules/es-abstract/2022/GetPromiseResolve.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/GetPromiseResolve.js rename to apps/angular/node_modules/es-abstract/2022/GetPromiseResolve.js diff --git a/ClientApp/node_modules/es-abstract/2022/GetPrototypeFromConstructor.js b/apps/angular/node_modules/es-abstract/2022/GetPrototypeFromConstructor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/GetPrototypeFromConstructor.js rename to apps/angular/node_modules/es-abstract/2022/GetPrototypeFromConstructor.js diff --git a/ClientApp/node_modules/es-abstract/2022/GetStringIndex.js b/apps/angular/node_modules/es-abstract/2022/GetStringIndex.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/GetStringIndex.js rename to apps/angular/node_modules/es-abstract/2022/GetStringIndex.js diff --git a/ClientApp/node_modules/es-abstract/2022/GetSubstitution.js b/apps/angular/node_modules/es-abstract/2022/GetSubstitution.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/GetSubstitution.js rename to apps/angular/node_modules/es-abstract/2022/GetSubstitution.js diff --git a/ClientApp/node_modules/es-abstract/2022/GetV.js b/apps/angular/node_modules/es-abstract/2022/GetV.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/GetV.js rename to apps/angular/node_modules/es-abstract/2022/GetV.js diff --git a/ClientApp/node_modules/es-abstract/2022/GetValueFromBuffer.js b/apps/angular/node_modules/es-abstract/2022/GetValueFromBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/GetValueFromBuffer.js rename to apps/angular/node_modules/es-abstract/2022/GetValueFromBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2022/HasOwnProperty.js b/apps/angular/node_modules/es-abstract/2022/HasOwnProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/HasOwnProperty.js rename to apps/angular/node_modules/es-abstract/2022/HasOwnProperty.js diff --git a/ClientApp/node_modules/es-abstract/2022/HasProperty.js b/apps/angular/node_modules/es-abstract/2022/HasProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/HasProperty.js rename to apps/angular/node_modules/es-abstract/2022/HasProperty.js diff --git a/ClientApp/node_modules/es-abstract/2022/HourFromTime.js b/apps/angular/node_modules/es-abstract/2022/HourFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/HourFromTime.js rename to apps/angular/node_modules/es-abstract/2022/HourFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2022/InLeapYear.js b/apps/angular/node_modules/es-abstract/2022/InLeapYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/InLeapYear.js rename to apps/angular/node_modules/es-abstract/2022/InLeapYear.js diff --git a/ClientApp/node_modules/es-abstract/2022/InstallErrorCause.js b/apps/angular/node_modules/es-abstract/2022/InstallErrorCause.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/InstallErrorCause.js rename to apps/angular/node_modules/es-abstract/2022/InstallErrorCause.js diff --git a/ClientApp/node_modules/es-abstract/2022/InstanceofOperator.js b/apps/angular/node_modules/es-abstract/2022/InstanceofOperator.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/InstanceofOperator.js rename to apps/angular/node_modules/es-abstract/2022/InstanceofOperator.js diff --git a/ClientApp/node_modules/es-abstract/2022/IntegerIndexedElementGet.js b/apps/angular/node_modules/es-abstract/2022/IntegerIndexedElementGet.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/IntegerIndexedElementGet.js rename to apps/angular/node_modules/es-abstract/2022/IntegerIndexedElementGet.js diff --git a/ClientApp/node_modules/es-abstract/2022/IntegerIndexedElementSet.js b/apps/angular/node_modules/es-abstract/2022/IntegerIndexedElementSet.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/IntegerIndexedElementSet.js rename to apps/angular/node_modules/es-abstract/2022/IntegerIndexedElementSet.js diff --git a/ClientApp/node_modules/es-abstract/2022/InternalizeJSONProperty.js b/apps/angular/node_modules/es-abstract/2022/InternalizeJSONProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/InternalizeJSONProperty.js rename to apps/angular/node_modules/es-abstract/2022/InternalizeJSONProperty.js diff --git a/ClientApp/node_modules/es-abstract/2022/Invoke.js b/apps/angular/node_modules/es-abstract/2022/Invoke.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/Invoke.js rename to apps/angular/node_modules/es-abstract/2022/Invoke.js diff --git a/ClientApp/node_modules/es-abstract/2022/IsAccessorDescriptor.js b/apps/angular/node_modules/es-abstract/2022/IsAccessorDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/IsAccessorDescriptor.js rename to apps/angular/node_modules/es-abstract/2022/IsAccessorDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2022/IsArray.js b/apps/angular/node_modules/es-abstract/2022/IsArray.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/IsArray.js rename to apps/angular/node_modules/es-abstract/2022/IsArray.js diff --git a/ClientApp/node_modules/es-abstract/2022/IsBigIntElementType.js b/apps/angular/node_modules/es-abstract/2022/IsBigIntElementType.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/IsBigIntElementType.js rename to apps/angular/node_modules/es-abstract/2022/IsBigIntElementType.js diff --git a/ClientApp/node_modules/es-abstract/2022/IsCallable.js b/apps/angular/node_modules/es-abstract/2022/IsCallable.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/IsCallable.js rename to apps/angular/node_modules/es-abstract/2022/IsCallable.js diff --git a/ClientApp/node_modules/es-abstract/2022/IsCompatiblePropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2022/IsCompatiblePropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/IsCompatiblePropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2022/IsCompatiblePropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2022/IsConcatSpreadable.js b/apps/angular/node_modules/es-abstract/2022/IsConcatSpreadable.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/IsConcatSpreadable.js rename to apps/angular/node_modules/es-abstract/2022/IsConcatSpreadable.js diff --git a/ClientApp/node_modules/es-abstract/2022/IsConstructor.js b/apps/angular/node_modules/es-abstract/2022/IsConstructor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/IsConstructor.js rename to apps/angular/node_modules/es-abstract/2022/IsConstructor.js diff --git a/ClientApp/node_modules/es-abstract/2022/IsDataDescriptor.js b/apps/angular/node_modules/es-abstract/2022/IsDataDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/IsDataDescriptor.js rename to apps/angular/node_modules/es-abstract/2022/IsDataDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2022/IsDetachedBuffer.js b/apps/angular/node_modules/es-abstract/2022/IsDetachedBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/IsDetachedBuffer.js rename to apps/angular/node_modules/es-abstract/2022/IsDetachedBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2022/IsExtensible.js b/apps/angular/node_modules/es-abstract/2022/IsExtensible.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/IsExtensible.js rename to apps/angular/node_modules/es-abstract/2022/IsExtensible.js diff --git a/ClientApp/node_modules/es-abstract/2022/IsGenericDescriptor.js b/apps/angular/node_modules/es-abstract/2022/IsGenericDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/IsGenericDescriptor.js rename to apps/angular/node_modules/es-abstract/2022/IsGenericDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2022/IsIntegralNumber.js b/apps/angular/node_modules/es-abstract/2022/IsIntegralNumber.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/IsIntegralNumber.js rename to apps/angular/node_modules/es-abstract/2022/IsIntegralNumber.js diff --git a/ClientApp/node_modules/es-abstract/2022/IsLessThan.js b/apps/angular/node_modules/es-abstract/2022/IsLessThan.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/IsLessThan.js rename to apps/angular/node_modules/es-abstract/2022/IsLessThan.js diff --git a/ClientApp/node_modules/es-abstract/2022/IsLooselyEqual.js b/apps/angular/node_modules/es-abstract/2022/IsLooselyEqual.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/IsLooselyEqual.js rename to apps/angular/node_modules/es-abstract/2022/IsLooselyEqual.js diff --git a/ClientApp/node_modules/es-abstract/2022/IsNoTearConfiguration.js b/apps/angular/node_modules/es-abstract/2022/IsNoTearConfiguration.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/IsNoTearConfiguration.js rename to apps/angular/node_modules/es-abstract/2022/IsNoTearConfiguration.js diff --git a/ClientApp/node_modules/es-abstract/2022/IsPromise.js b/apps/angular/node_modules/es-abstract/2022/IsPromise.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/IsPromise.js rename to apps/angular/node_modules/es-abstract/2022/IsPromise.js diff --git a/ClientApp/node_modules/es-abstract/2022/IsPropertyKey.js b/apps/angular/node_modules/es-abstract/2022/IsPropertyKey.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/IsPropertyKey.js rename to apps/angular/node_modules/es-abstract/2022/IsPropertyKey.js diff --git a/ClientApp/node_modules/es-abstract/2022/IsRegExp.js b/apps/angular/node_modules/es-abstract/2022/IsRegExp.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/IsRegExp.js rename to apps/angular/node_modules/es-abstract/2022/IsRegExp.js diff --git a/ClientApp/node_modules/es-abstract/2022/IsSharedArrayBuffer.js b/apps/angular/node_modules/es-abstract/2022/IsSharedArrayBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/IsSharedArrayBuffer.js rename to apps/angular/node_modules/es-abstract/2022/IsSharedArrayBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2022/IsStrictlyEqual.js b/apps/angular/node_modules/es-abstract/2022/IsStrictlyEqual.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/IsStrictlyEqual.js rename to apps/angular/node_modules/es-abstract/2022/IsStrictlyEqual.js diff --git a/ClientApp/node_modules/es-abstract/2022/IsStringPrefix.js b/apps/angular/node_modules/es-abstract/2022/IsStringPrefix.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/IsStringPrefix.js rename to apps/angular/node_modules/es-abstract/2022/IsStringPrefix.js diff --git a/ClientApp/node_modules/es-abstract/2022/IsStringWellFormedUnicode.js b/apps/angular/node_modules/es-abstract/2022/IsStringWellFormedUnicode.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/IsStringWellFormedUnicode.js rename to apps/angular/node_modules/es-abstract/2022/IsStringWellFormedUnicode.js diff --git a/ClientApp/node_modules/es-abstract/2022/IsUnclampedIntegerElementType.js b/apps/angular/node_modules/es-abstract/2022/IsUnclampedIntegerElementType.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/IsUnclampedIntegerElementType.js rename to apps/angular/node_modules/es-abstract/2022/IsUnclampedIntegerElementType.js diff --git a/ClientApp/node_modules/es-abstract/2022/IsUnsignedElementType.js b/apps/angular/node_modules/es-abstract/2022/IsUnsignedElementType.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/IsUnsignedElementType.js rename to apps/angular/node_modules/es-abstract/2022/IsUnsignedElementType.js diff --git a/ClientApp/node_modules/es-abstract/2022/IsValidIntegerIndex.js b/apps/angular/node_modules/es-abstract/2022/IsValidIntegerIndex.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/IsValidIntegerIndex.js rename to apps/angular/node_modules/es-abstract/2022/IsValidIntegerIndex.js diff --git a/ClientApp/node_modules/es-abstract/2022/IsWordChar.js b/apps/angular/node_modules/es-abstract/2022/IsWordChar.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/IsWordChar.js rename to apps/angular/node_modules/es-abstract/2022/IsWordChar.js diff --git a/ClientApp/node_modules/es-abstract/2022/IterableToList.js b/apps/angular/node_modules/es-abstract/2022/IterableToList.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/IterableToList.js rename to apps/angular/node_modules/es-abstract/2022/IterableToList.js diff --git a/ClientApp/node_modules/es-abstract/2022/IteratorClose.js b/apps/angular/node_modules/es-abstract/2022/IteratorClose.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/IteratorClose.js rename to apps/angular/node_modules/es-abstract/2022/IteratorClose.js diff --git a/ClientApp/node_modules/es-abstract/2022/IteratorComplete.js b/apps/angular/node_modules/es-abstract/2022/IteratorComplete.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/IteratorComplete.js rename to apps/angular/node_modules/es-abstract/2022/IteratorComplete.js diff --git a/ClientApp/node_modules/es-abstract/2022/IteratorNext.js b/apps/angular/node_modules/es-abstract/2022/IteratorNext.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/IteratorNext.js rename to apps/angular/node_modules/es-abstract/2022/IteratorNext.js diff --git a/ClientApp/node_modules/es-abstract/2022/IteratorStep.js b/apps/angular/node_modules/es-abstract/2022/IteratorStep.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/IteratorStep.js rename to apps/angular/node_modules/es-abstract/2022/IteratorStep.js diff --git a/ClientApp/node_modules/es-abstract/2022/IteratorValue.js b/apps/angular/node_modules/es-abstract/2022/IteratorValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/IteratorValue.js rename to apps/angular/node_modules/es-abstract/2022/IteratorValue.js diff --git a/ClientApp/node_modules/es-abstract/2022/LengthOfArrayLike.js b/apps/angular/node_modules/es-abstract/2022/LengthOfArrayLike.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/LengthOfArrayLike.js rename to apps/angular/node_modules/es-abstract/2022/LengthOfArrayLike.js diff --git a/ClientApp/node_modules/es-abstract/2022/MakeDate.js b/apps/angular/node_modules/es-abstract/2022/MakeDate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/MakeDate.js rename to apps/angular/node_modules/es-abstract/2022/MakeDate.js diff --git a/ClientApp/node_modules/es-abstract/2022/MakeDay.js b/apps/angular/node_modules/es-abstract/2022/MakeDay.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/MakeDay.js rename to apps/angular/node_modules/es-abstract/2022/MakeDay.js diff --git a/ClientApp/node_modules/es-abstract/2022/MakeMatchIndicesIndexPairArray.js b/apps/angular/node_modules/es-abstract/2022/MakeMatchIndicesIndexPairArray.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/MakeMatchIndicesIndexPairArray.js rename to apps/angular/node_modules/es-abstract/2022/MakeMatchIndicesIndexPairArray.js diff --git a/ClientApp/node_modules/es-abstract/2022/MakeTime.js b/apps/angular/node_modules/es-abstract/2022/MakeTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/MakeTime.js rename to apps/angular/node_modules/es-abstract/2022/MakeTime.js diff --git a/ClientApp/node_modules/es-abstract/2022/MinFromTime.js b/apps/angular/node_modules/es-abstract/2022/MinFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/MinFromTime.js rename to apps/angular/node_modules/es-abstract/2022/MinFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2022/MonthFromTime.js b/apps/angular/node_modules/es-abstract/2022/MonthFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/MonthFromTime.js rename to apps/angular/node_modules/es-abstract/2022/MonthFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2022/NewPromiseCapability.js b/apps/angular/node_modules/es-abstract/2022/NewPromiseCapability.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/NewPromiseCapability.js rename to apps/angular/node_modules/es-abstract/2022/NewPromiseCapability.js diff --git a/ClientApp/node_modules/es-abstract/2022/NormalCompletion.js b/apps/angular/node_modules/es-abstract/2022/NormalCompletion.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/NormalCompletion.js rename to apps/angular/node_modules/es-abstract/2022/NormalCompletion.js diff --git a/ClientApp/node_modules/es-abstract/2022/Number/add.js b/apps/angular/node_modules/es-abstract/2022/Number/add.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/Number/add.js rename to apps/angular/node_modules/es-abstract/2022/Number/add.js diff --git a/ClientApp/node_modules/es-abstract/2022/Number/bitwiseAND.js b/apps/angular/node_modules/es-abstract/2022/Number/bitwiseAND.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/Number/bitwiseAND.js rename to apps/angular/node_modules/es-abstract/2022/Number/bitwiseAND.js diff --git a/ClientApp/node_modules/es-abstract/2022/Number/bitwiseNOT.js b/apps/angular/node_modules/es-abstract/2022/Number/bitwiseNOT.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/Number/bitwiseNOT.js rename to apps/angular/node_modules/es-abstract/2022/Number/bitwiseNOT.js diff --git a/ClientApp/node_modules/es-abstract/2022/Number/bitwiseOR.js b/apps/angular/node_modules/es-abstract/2022/Number/bitwiseOR.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/Number/bitwiseOR.js rename to apps/angular/node_modules/es-abstract/2022/Number/bitwiseOR.js diff --git a/ClientApp/node_modules/es-abstract/2022/Number/bitwiseXOR.js b/apps/angular/node_modules/es-abstract/2022/Number/bitwiseXOR.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/Number/bitwiseXOR.js rename to apps/angular/node_modules/es-abstract/2022/Number/bitwiseXOR.js diff --git a/ClientApp/node_modules/es-abstract/2022/Number/divide.js b/apps/angular/node_modules/es-abstract/2022/Number/divide.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/Number/divide.js rename to apps/angular/node_modules/es-abstract/2022/Number/divide.js diff --git a/ClientApp/node_modules/es-abstract/2022/Number/equal.js b/apps/angular/node_modules/es-abstract/2022/Number/equal.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/Number/equal.js rename to apps/angular/node_modules/es-abstract/2022/Number/equal.js diff --git a/ClientApp/node_modules/es-abstract/2022/Number/exponentiate.js b/apps/angular/node_modules/es-abstract/2022/Number/exponentiate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/Number/exponentiate.js rename to apps/angular/node_modules/es-abstract/2022/Number/exponentiate.js diff --git a/ClientApp/node_modules/es-abstract/2022/Number/index.js b/apps/angular/node_modules/es-abstract/2022/Number/index.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/Number/index.js rename to apps/angular/node_modules/es-abstract/2022/Number/index.js diff --git a/ClientApp/node_modules/es-abstract/2022/Number/leftShift.js b/apps/angular/node_modules/es-abstract/2022/Number/leftShift.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/Number/leftShift.js rename to apps/angular/node_modules/es-abstract/2022/Number/leftShift.js diff --git a/ClientApp/node_modules/es-abstract/2022/Number/lessThan.js b/apps/angular/node_modules/es-abstract/2022/Number/lessThan.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/Number/lessThan.js rename to apps/angular/node_modules/es-abstract/2022/Number/lessThan.js diff --git a/ClientApp/node_modules/es-abstract/2022/Number/multiply.js b/apps/angular/node_modules/es-abstract/2022/Number/multiply.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/Number/multiply.js rename to apps/angular/node_modules/es-abstract/2022/Number/multiply.js diff --git a/ClientApp/node_modules/es-abstract/2022/Number/remainder.js b/apps/angular/node_modules/es-abstract/2022/Number/remainder.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/Number/remainder.js rename to apps/angular/node_modules/es-abstract/2022/Number/remainder.js diff --git a/ClientApp/node_modules/es-abstract/2022/Number/sameValue.js b/apps/angular/node_modules/es-abstract/2022/Number/sameValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/Number/sameValue.js rename to apps/angular/node_modules/es-abstract/2022/Number/sameValue.js diff --git a/ClientApp/node_modules/es-abstract/2022/Number/sameValueZero.js b/apps/angular/node_modules/es-abstract/2022/Number/sameValueZero.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/Number/sameValueZero.js rename to apps/angular/node_modules/es-abstract/2022/Number/sameValueZero.js diff --git a/ClientApp/node_modules/es-abstract/2022/Number/signedRightShift.js b/apps/angular/node_modules/es-abstract/2022/Number/signedRightShift.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/Number/signedRightShift.js rename to apps/angular/node_modules/es-abstract/2022/Number/signedRightShift.js diff --git a/ClientApp/node_modules/es-abstract/2022/Number/subtract.js b/apps/angular/node_modules/es-abstract/2022/Number/subtract.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/Number/subtract.js rename to apps/angular/node_modules/es-abstract/2022/Number/subtract.js diff --git a/ClientApp/node_modules/es-abstract/2022/Number/toString.js b/apps/angular/node_modules/es-abstract/2022/Number/toString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/Number/toString.js rename to apps/angular/node_modules/es-abstract/2022/Number/toString.js diff --git a/ClientApp/node_modules/es-abstract/2022/Number/unaryMinus.js b/apps/angular/node_modules/es-abstract/2022/Number/unaryMinus.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/Number/unaryMinus.js rename to apps/angular/node_modules/es-abstract/2022/Number/unaryMinus.js diff --git a/ClientApp/node_modules/es-abstract/2022/Number/unsignedRightShift.js b/apps/angular/node_modules/es-abstract/2022/Number/unsignedRightShift.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/Number/unsignedRightShift.js rename to apps/angular/node_modules/es-abstract/2022/Number/unsignedRightShift.js diff --git a/ClientApp/node_modules/es-abstract/2022/NumberBitwiseOp.js b/apps/angular/node_modules/es-abstract/2022/NumberBitwiseOp.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/NumberBitwiseOp.js rename to apps/angular/node_modules/es-abstract/2022/NumberBitwiseOp.js diff --git a/ClientApp/node_modules/es-abstract/2022/NumberToBigInt.js b/apps/angular/node_modules/es-abstract/2022/NumberToBigInt.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/NumberToBigInt.js rename to apps/angular/node_modules/es-abstract/2022/NumberToBigInt.js diff --git a/ClientApp/node_modules/es-abstract/2022/NumericToRawBytes.js b/apps/angular/node_modules/es-abstract/2022/NumericToRawBytes.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/NumericToRawBytes.js rename to apps/angular/node_modules/es-abstract/2022/NumericToRawBytes.js diff --git a/ClientApp/node_modules/es-abstract/2022/ObjectDefineProperties.js b/apps/angular/node_modules/es-abstract/2022/ObjectDefineProperties.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/ObjectDefineProperties.js rename to apps/angular/node_modules/es-abstract/2022/ObjectDefineProperties.js diff --git a/ClientApp/node_modules/es-abstract/2022/OrdinaryCreateFromConstructor.js b/apps/angular/node_modules/es-abstract/2022/OrdinaryCreateFromConstructor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/OrdinaryCreateFromConstructor.js rename to apps/angular/node_modules/es-abstract/2022/OrdinaryCreateFromConstructor.js diff --git a/ClientApp/node_modules/es-abstract/2022/OrdinaryDefineOwnProperty.js b/apps/angular/node_modules/es-abstract/2022/OrdinaryDefineOwnProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/OrdinaryDefineOwnProperty.js rename to apps/angular/node_modules/es-abstract/2022/OrdinaryDefineOwnProperty.js diff --git a/ClientApp/node_modules/es-abstract/2022/OrdinaryGetOwnProperty.js b/apps/angular/node_modules/es-abstract/2022/OrdinaryGetOwnProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/OrdinaryGetOwnProperty.js rename to apps/angular/node_modules/es-abstract/2022/OrdinaryGetOwnProperty.js diff --git a/ClientApp/node_modules/es-abstract/2022/OrdinaryGetPrototypeOf.js b/apps/angular/node_modules/es-abstract/2022/OrdinaryGetPrototypeOf.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/OrdinaryGetPrototypeOf.js rename to apps/angular/node_modules/es-abstract/2022/OrdinaryGetPrototypeOf.js diff --git a/ClientApp/node_modules/es-abstract/2022/OrdinaryHasInstance.js b/apps/angular/node_modules/es-abstract/2022/OrdinaryHasInstance.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/OrdinaryHasInstance.js rename to apps/angular/node_modules/es-abstract/2022/OrdinaryHasInstance.js diff --git a/ClientApp/node_modules/es-abstract/2022/OrdinaryHasProperty.js b/apps/angular/node_modules/es-abstract/2022/OrdinaryHasProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/OrdinaryHasProperty.js rename to apps/angular/node_modules/es-abstract/2022/OrdinaryHasProperty.js diff --git a/ClientApp/node_modules/es-abstract/2022/OrdinaryObjectCreate.js b/apps/angular/node_modules/es-abstract/2022/OrdinaryObjectCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/OrdinaryObjectCreate.js rename to apps/angular/node_modules/es-abstract/2022/OrdinaryObjectCreate.js diff --git a/ClientApp/node_modules/es-abstract/2022/OrdinarySetPrototypeOf.js b/apps/angular/node_modules/es-abstract/2022/OrdinarySetPrototypeOf.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/OrdinarySetPrototypeOf.js rename to apps/angular/node_modules/es-abstract/2022/OrdinarySetPrototypeOf.js diff --git a/ClientApp/node_modules/es-abstract/2022/OrdinaryToPrimitive.js b/apps/angular/node_modules/es-abstract/2022/OrdinaryToPrimitive.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/OrdinaryToPrimitive.js rename to apps/angular/node_modules/es-abstract/2022/OrdinaryToPrimitive.js diff --git a/ClientApp/node_modules/es-abstract/2022/PromiseResolve.js b/apps/angular/node_modules/es-abstract/2022/PromiseResolve.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/PromiseResolve.js rename to apps/angular/node_modules/es-abstract/2022/PromiseResolve.js diff --git a/ClientApp/node_modules/es-abstract/2022/QuoteJSONString.js b/apps/angular/node_modules/es-abstract/2022/QuoteJSONString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/QuoteJSONString.js rename to apps/angular/node_modules/es-abstract/2022/QuoteJSONString.js diff --git a/ClientApp/node_modules/es-abstract/2022/RawBytesToNumeric.js b/apps/angular/node_modules/es-abstract/2022/RawBytesToNumeric.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/RawBytesToNumeric.js rename to apps/angular/node_modules/es-abstract/2022/RawBytesToNumeric.js diff --git a/ClientApp/node_modules/es-abstract/2022/RegExpCreate.js b/apps/angular/node_modules/es-abstract/2022/RegExpCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/RegExpCreate.js rename to apps/angular/node_modules/es-abstract/2022/RegExpCreate.js diff --git a/ClientApp/node_modules/es-abstract/2022/RegExpExec.js b/apps/angular/node_modules/es-abstract/2022/RegExpExec.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/RegExpExec.js rename to apps/angular/node_modules/es-abstract/2022/RegExpExec.js diff --git a/ClientApp/node_modules/es-abstract/2022/RegExpHasFlag.js b/apps/angular/node_modules/es-abstract/2022/RegExpHasFlag.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/RegExpHasFlag.js rename to apps/angular/node_modules/es-abstract/2022/RegExpHasFlag.js diff --git a/ClientApp/node_modules/es-abstract/2022/RequireObjectCoercible.js b/apps/angular/node_modules/es-abstract/2022/RequireObjectCoercible.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/RequireObjectCoercible.js rename to apps/angular/node_modules/es-abstract/2022/RequireObjectCoercible.js diff --git a/ClientApp/node_modules/es-abstract/2022/SameValue.js b/apps/angular/node_modules/es-abstract/2022/SameValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/SameValue.js rename to apps/angular/node_modules/es-abstract/2022/SameValue.js diff --git a/ClientApp/node_modules/es-abstract/2022/SameValueNonNumeric.js b/apps/angular/node_modules/es-abstract/2022/SameValueNonNumeric.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/SameValueNonNumeric.js rename to apps/angular/node_modules/es-abstract/2022/SameValueNonNumeric.js diff --git a/ClientApp/node_modules/es-abstract/2022/SameValueZero.js b/apps/angular/node_modules/es-abstract/2022/SameValueZero.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/SameValueZero.js rename to apps/angular/node_modules/es-abstract/2022/SameValueZero.js diff --git a/ClientApp/node_modules/es-abstract/2022/SecFromTime.js b/apps/angular/node_modules/es-abstract/2022/SecFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/SecFromTime.js rename to apps/angular/node_modules/es-abstract/2022/SecFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2022/Set.js b/apps/angular/node_modules/es-abstract/2022/Set.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/Set.js rename to apps/angular/node_modules/es-abstract/2022/Set.js diff --git a/ClientApp/node_modules/es-abstract/2022/SetFunctionLength.js b/apps/angular/node_modules/es-abstract/2022/SetFunctionLength.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/SetFunctionLength.js rename to apps/angular/node_modules/es-abstract/2022/SetFunctionLength.js diff --git a/ClientApp/node_modules/es-abstract/2022/SetFunctionName.js b/apps/angular/node_modules/es-abstract/2022/SetFunctionName.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/SetFunctionName.js rename to apps/angular/node_modules/es-abstract/2022/SetFunctionName.js diff --git a/ClientApp/node_modules/es-abstract/2022/SetIntegrityLevel.js b/apps/angular/node_modules/es-abstract/2022/SetIntegrityLevel.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/SetIntegrityLevel.js rename to apps/angular/node_modules/es-abstract/2022/SetIntegrityLevel.js diff --git a/ClientApp/node_modules/es-abstract/2022/SetTypedArrayFromArrayLike.js b/apps/angular/node_modules/es-abstract/2022/SetTypedArrayFromArrayLike.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/SetTypedArrayFromArrayLike.js rename to apps/angular/node_modules/es-abstract/2022/SetTypedArrayFromArrayLike.js diff --git a/ClientApp/node_modules/es-abstract/2022/SetTypedArrayFromTypedArray.js b/apps/angular/node_modules/es-abstract/2022/SetTypedArrayFromTypedArray.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/SetTypedArrayFromTypedArray.js rename to apps/angular/node_modules/es-abstract/2022/SetTypedArrayFromTypedArray.js diff --git a/ClientApp/node_modules/es-abstract/2022/SetValueInBuffer.js b/apps/angular/node_modules/es-abstract/2022/SetValueInBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/SetValueInBuffer.js rename to apps/angular/node_modules/es-abstract/2022/SetValueInBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2022/SortIndexedProperties.js b/apps/angular/node_modules/es-abstract/2022/SortIndexedProperties.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/SortIndexedProperties.js rename to apps/angular/node_modules/es-abstract/2022/SortIndexedProperties.js diff --git a/ClientApp/node_modules/es-abstract/2022/SpeciesConstructor.js b/apps/angular/node_modules/es-abstract/2022/SpeciesConstructor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/SpeciesConstructor.js rename to apps/angular/node_modules/es-abstract/2022/SpeciesConstructor.js diff --git a/ClientApp/node_modules/es-abstract/2022/StringCreate.js b/apps/angular/node_modules/es-abstract/2022/StringCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/StringCreate.js rename to apps/angular/node_modules/es-abstract/2022/StringCreate.js diff --git a/ClientApp/node_modules/es-abstract/2022/StringGetOwnProperty.js b/apps/angular/node_modules/es-abstract/2022/StringGetOwnProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/StringGetOwnProperty.js rename to apps/angular/node_modules/es-abstract/2022/StringGetOwnProperty.js diff --git a/ClientApp/node_modules/es-abstract/2022/StringIndexOf.js b/apps/angular/node_modules/es-abstract/2022/StringIndexOf.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/StringIndexOf.js rename to apps/angular/node_modules/es-abstract/2022/StringIndexOf.js diff --git a/ClientApp/node_modules/es-abstract/2022/StringPad.js b/apps/angular/node_modules/es-abstract/2022/StringPad.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/StringPad.js rename to apps/angular/node_modules/es-abstract/2022/StringPad.js diff --git a/ClientApp/node_modules/es-abstract/2022/StringToBigInt.js b/apps/angular/node_modules/es-abstract/2022/StringToBigInt.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/StringToBigInt.js rename to apps/angular/node_modules/es-abstract/2022/StringToBigInt.js diff --git a/ClientApp/node_modules/es-abstract/2022/StringToCodePoints.js b/apps/angular/node_modules/es-abstract/2022/StringToCodePoints.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/StringToCodePoints.js rename to apps/angular/node_modules/es-abstract/2022/StringToCodePoints.js diff --git a/ClientApp/node_modules/es-abstract/2022/StringToNumber.js b/apps/angular/node_modules/es-abstract/2022/StringToNumber.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/StringToNumber.js rename to apps/angular/node_modules/es-abstract/2022/StringToNumber.js diff --git a/ClientApp/node_modules/es-abstract/2022/SymbolDescriptiveString.js b/apps/angular/node_modules/es-abstract/2022/SymbolDescriptiveString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/SymbolDescriptiveString.js rename to apps/angular/node_modules/es-abstract/2022/SymbolDescriptiveString.js diff --git a/ClientApp/node_modules/es-abstract/2022/TestIntegrityLevel.js b/apps/angular/node_modules/es-abstract/2022/TestIntegrityLevel.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/TestIntegrityLevel.js rename to apps/angular/node_modules/es-abstract/2022/TestIntegrityLevel.js diff --git a/ClientApp/node_modules/es-abstract/2022/ThrowCompletion.js b/apps/angular/node_modules/es-abstract/2022/ThrowCompletion.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/ThrowCompletion.js rename to apps/angular/node_modules/es-abstract/2022/ThrowCompletion.js diff --git a/ClientApp/node_modules/es-abstract/2022/TimeClip.js b/apps/angular/node_modules/es-abstract/2022/TimeClip.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/TimeClip.js rename to apps/angular/node_modules/es-abstract/2022/TimeClip.js diff --git a/ClientApp/node_modules/es-abstract/2022/TimeFromYear.js b/apps/angular/node_modules/es-abstract/2022/TimeFromYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/TimeFromYear.js rename to apps/angular/node_modules/es-abstract/2022/TimeFromYear.js diff --git a/ClientApp/node_modules/es-abstract/2022/TimeString.js b/apps/angular/node_modules/es-abstract/2022/TimeString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/TimeString.js rename to apps/angular/node_modules/es-abstract/2022/TimeString.js diff --git a/ClientApp/node_modules/es-abstract/2022/TimeWithinDay.js b/apps/angular/node_modules/es-abstract/2022/TimeWithinDay.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/TimeWithinDay.js rename to apps/angular/node_modules/es-abstract/2022/TimeWithinDay.js diff --git a/ClientApp/node_modules/es-abstract/2022/TimeZoneString.js b/apps/angular/node_modules/es-abstract/2022/TimeZoneString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/TimeZoneString.js rename to apps/angular/node_modules/es-abstract/2022/TimeZoneString.js diff --git a/ClientApp/node_modules/es-abstract/2022/ToBigInt.js b/apps/angular/node_modules/es-abstract/2022/ToBigInt.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/ToBigInt.js rename to apps/angular/node_modules/es-abstract/2022/ToBigInt.js diff --git a/ClientApp/node_modules/es-abstract/2022/ToBigInt64.js b/apps/angular/node_modules/es-abstract/2022/ToBigInt64.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/ToBigInt64.js rename to apps/angular/node_modules/es-abstract/2022/ToBigInt64.js diff --git a/ClientApp/node_modules/es-abstract/2022/ToBigUint64.js b/apps/angular/node_modules/es-abstract/2022/ToBigUint64.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/ToBigUint64.js rename to apps/angular/node_modules/es-abstract/2022/ToBigUint64.js diff --git a/ClientApp/node_modules/es-abstract/2022/ToBoolean.js b/apps/angular/node_modules/es-abstract/2022/ToBoolean.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/ToBoolean.js rename to apps/angular/node_modules/es-abstract/2022/ToBoolean.js diff --git a/ClientApp/node_modules/es-abstract/2022/ToDateString.js b/apps/angular/node_modules/es-abstract/2022/ToDateString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/ToDateString.js rename to apps/angular/node_modules/es-abstract/2022/ToDateString.js diff --git a/ClientApp/node_modules/es-abstract/2022/ToIndex.js b/apps/angular/node_modules/es-abstract/2022/ToIndex.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/ToIndex.js rename to apps/angular/node_modules/es-abstract/2022/ToIndex.js diff --git a/ClientApp/node_modules/es-abstract/2022/ToInt16.js b/apps/angular/node_modules/es-abstract/2022/ToInt16.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/ToInt16.js rename to apps/angular/node_modules/es-abstract/2022/ToInt16.js diff --git a/ClientApp/node_modules/es-abstract/2022/ToInt32.js b/apps/angular/node_modules/es-abstract/2022/ToInt32.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/ToInt32.js rename to apps/angular/node_modules/es-abstract/2022/ToInt32.js diff --git a/ClientApp/node_modules/es-abstract/2022/ToInt8.js b/apps/angular/node_modules/es-abstract/2022/ToInt8.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/ToInt8.js rename to apps/angular/node_modules/es-abstract/2022/ToInt8.js diff --git a/ClientApp/node_modules/es-abstract/2022/ToIntegerOrInfinity.js b/apps/angular/node_modules/es-abstract/2022/ToIntegerOrInfinity.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/ToIntegerOrInfinity.js rename to apps/angular/node_modules/es-abstract/2022/ToIntegerOrInfinity.js diff --git a/ClientApp/node_modules/es-abstract/2022/ToLength.js b/apps/angular/node_modules/es-abstract/2022/ToLength.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/ToLength.js rename to apps/angular/node_modules/es-abstract/2022/ToLength.js diff --git a/ClientApp/node_modules/es-abstract/2022/ToNumber.js b/apps/angular/node_modules/es-abstract/2022/ToNumber.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/ToNumber.js rename to apps/angular/node_modules/es-abstract/2022/ToNumber.js diff --git a/ClientApp/node_modules/es-abstract/2022/ToNumeric.js b/apps/angular/node_modules/es-abstract/2022/ToNumeric.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/ToNumeric.js rename to apps/angular/node_modules/es-abstract/2022/ToNumeric.js diff --git a/ClientApp/node_modules/es-abstract/2022/ToObject.js b/apps/angular/node_modules/es-abstract/2022/ToObject.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/ToObject.js rename to apps/angular/node_modules/es-abstract/2022/ToObject.js diff --git a/ClientApp/node_modules/es-abstract/2022/ToPrimitive.js b/apps/angular/node_modules/es-abstract/2022/ToPrimitive.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/ToPrimitive.js rename to apps/angular/node_modules/es-abstract/2022/ToPrimitive.js diff --git a/ClientApp/node_modules/es-abstract/2022/ToPropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2022/ToPropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/ToPropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2022/ToPropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2022/ToPropertyKey.js b/apps/angular/node_modules/es-abstract/2022/ToPropertyKey.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/ToPropertyKey.js rename to apps/angular/node_modules/es-abstract/2022/ToPropertyKey.js diff --git a/ClientApp/node_modules/es-abstract/2022/ToString.js b/apps/angular/node_modules/es-abstract/2022/ToString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/ToString.js rename to apps/angular/node_modules/es-abstract/2022/ToString.js diff --git a/ClientApp/node_modules/es-abstract/2022/ToUint16.js b/apps/angular/node_modules/es-abstract/2022/ToUint16.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/ToUint16.js rename to apps/angular/node_modules/es-abstract/2022/ToUint16.js diff --git a/ClientApp/node_modules/es-abstract/2022/ToUint32.js b/apps/angular/node_modules/es-abstract/2022/ToUint32.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/ToUint32.js rename to apps/angular/node_modules/es-abstract/2022/ToUint32.js diff --git a/ClientApp/node_modules/es-abstract/2022/ToUint8.js b/apps/angular/node_modules/es-abstract/2022/ToUint8.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/ToUint8.js rename to apps/angular/node_modules/es-abstract/2022/ToUint8.js diff --git a/ClientApp/node_modules/es-abstract/2022/ToUint8Clamp.js b/apps/angular/node_modules/es-abstract/2022/ToUint8Clamp.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/ToUint8Clamp.js rename to apps/angular/node_modules/es-abstract/2022/ToUint8Clamp.js diff --git a/ClientApp/node_modules/es-abstract/2022/ToZeroPaddedDecimalString.js b/apps/angular/node_modules/es-abstract/2022/ToZeroPaddedDecimalString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/ToZeroPaddedDecimalString.js rename to apps/angular/node_modules/es-abstract/2022/ToZeroPaddedDecimalString.js diff --git a/ClientApp/node_modules/es-abstract/2022/TrimString.js b/apps/angular/node_modules/es-abstract/2022/TrimString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/TrimString.js rename to apps/angular/node_modules/es-abstract/2022/TrimString.js diff --git a/ClientApp/node_modules/es-abstract/2022/Type.js b/apps/angular/node_modules/es-abstract/2022/Type.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/Type.js rename to apps/angular/node_modules/es-abstract/2022/Type.js diff --git a/ClientApp/node_modules/es-abstract/2022/TypedArrayCreate.js b/apps/angular/node_modules/es-abstract/2022/TypedArrayCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/TypedArrayCreate.js rename to apps/angular/node_modules/es-abstract/2022/TypedArrayCreate.js diff --git a/ClientApp/node_modules/es-abstract/2022/TypedArrayElementSize.js b/apps/angular/node_modules/es-abstract/2022/TypedArrayElementSize.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/TypedArrayElementSize.js rename to apps/angular/node_modules/es-abstract/2022/TypedArrayElementSize.js diff --git a/ClientApp/node_modules/es-abstract/2022/TypedArrayElementType.js b/apps/angular/node_modules/es-abstract/2022/TypedArrayElementType.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/TypedArrayElementType.js rename to apps/angular/node_modules/es-abstract/2022/TypedArrayElementType.js diff --git a/ClientApp/node_modules/es-abstract/2022/TypedArraySpeciesCreate.js b/apps/angular/node_modules/es-abstract/2022/TypedArraySpeciesCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/TypedArraySpeciesCreate.js rename to apps/angular/node_modules/es-abstract/2022/TypedArraySpeciesCreate.js diff --git a/ClientApp/node_modules/es-abstract/2022/UTF16EncodeCodePoint.js b/apps/angular/node_modules/es-abstract/2022/UTF16EncodeCodePoint.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/UTF16EncodeCodePoint.js rename to apps/angular/node_modules/es-abstract/2022/UTF16EncodeCodePoint.js diff --git a/ClientApp/node_modules/es-abstract/2022/UTF16SurrogatePairToCodePoint.js b/apps/angular/node_modules/es-abstract/2022/UTF16SurrogatePairToCodePoint.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/UTF16SurrogatePairToCodePoint.js rename to apps/angular/node_modules/es-abstract/2022/UTF16SurrogatePairToCodePoint.js diff --git a/ClientApp/node_modules/es-abstract/2022/UnicodeEscape.js b/apps/angular/node_modules/es-abstract/2022/UnicodeEscape.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/UnicodeEscape.js rename to apps/angular/node_modules/es-abstract/2022/UnicodeEscape.js diff --git a/ClientApp/node_modules/es-abstract/2022/ValidateAndApplyPropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2022/ValidateAndApplyPropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/ValidateAndApplyPropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2022/ValidateAndApplyPropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2022/ValidateAtomicAccess.js b/apps/angular/node_modules/es-abstract/2022/ValidateAtomicAccess.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/ValidateAtomicAccess.js rename to apps/angular/node_modules/es-abstract/2022/ValidateAtomicAccess.js diff --git a/ClientApp/node_modules/es-abstract/2022/ValidateIntegerTypedArray.js b/apps/angular/node_modules/es-abstract/2022/ValidateIntegerTypedArray.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/ValidateIntegerTypedArray.js rename to apps/angular/node_modules/es-abstract/2022/ValidateIntegerTypedArray.js diff --git a/ClientApp/node_modules/es-abstract/2022/ValidateTypedArray.js b/apps/angular/node_modules/es-abstract/2022/ValidateTypedArray.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/ValidateTypedArray.js rename to apps/angular/node_modules/es-abstract/2022/ValidateTypedArray.js diff --git a/ClientApp/node_modules/es-abstract/2022/WeakRefDeref.js b/apps/angular/node_modules/es-abstract/2022/WeakRefDeref.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/WeakRefDeref.js rename to apps/angular/node_modules/es-abstract/2022/WeakRefDeref.js diff --git a/ClientApp/node_modules/es-abstract/2022/WeekDay.js b/apps/angular/node_modules/es-abstract/2022/WeekDay.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/WeekDay.js rename to apps/angular/node_modules/es-abstract/2022/WeekDay.js diff --git a/ClientApp/node_modules/es-abstract/2022/WordCharacters.js b/apps/angular/node_modules/es-abstract/2022/WordCharacters.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/WordCharacters.js rename to apps/angular/node_modules/es-abstract/2022/WordCharacters.js diff --git a/ClientApp/node_modules/es-abstract/2022/YearFromTime.js b/apps/angular/node_modules/es-abstract/2022/YearFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/YearFromTime.js rename to apps/angular/node_modules/es-abstract/2022/YearFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2022/abs.js b/apps/angular/node_modules/es-abstract/2022/abs.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/abs.js rename to apps/angular/node_modules/es-abstract/2022/abs.js diff --git a/ClientApp/node_modules/es-abstract/2022/clamp.js b/apps/angular/node_modules/es-abstract/2022/clamp.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/clamp.js rename to apps/angular/node_modules/es-abstract/2022/clamp.js diff --git a/ClientApp/node_modules/es-abstract/2022/floor.js b/apps/angular/node_modules/es-abstract/2022/floor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/floor.js rename to apps/angular/node_modules/es-abstract/2022/floor.js diff --git a/ClientApp/node_modules/es-abstract/2022/max.js b/apps/angular/node_modules/es-abstract/2022/max.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/max.js rename to apps/angular/node_modules/es-abstract/2022/max.js diff --git a/ClientApp/node_modules/es-abstract/2022/min.js b/apps/angular/node_modules/es-abstract/2022/min.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/min.js rename to apps/angular/node_modules/es-abstract/2022/min.js diff --git a/ClientApp/node_modules/es-abstract/2022/modulo.js b/apps/angular/node_modules/es-abstract/2022/modulo.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/modulo.js rename to apps/angular/node_modules/es-abstract/2022/modulo.js diff --git a/ClientApp/node_modules/es-abstract/2022/msFromTime.js b/apps/angular/node_modules/es-abstract/2022/msFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/msFromTime.js rename to apps/angular/node_modules/es-abstract/2022/msFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2022/substring.js b/apps/angular/node_modules/es-abstract/2022/substring.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/substring.js rename to apps/angular/node_modules/es-abstract/2022/substring.js diff --git a/ClientApp/node_modules/es-abstract/2022/tables/typed-array-objects.js b/apps/angular/node_modules/es-abstract/2022/tables/typed-array-objects.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/tables/typed-array-objects.js rename to apps/angular/node_modules/es-abstract/2022/tables/typed-array-objects.js diff --git a/ClientApp/node_modules/es-abstract/2022/thisBigIntValue.js b/apps/angular/node_modules/es-abstract/2022/thisBigIntValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/thisBigIntValue.js rename to apps/angular/node_modules/es-abstract/2022/thisBigIntValue.js diff --git a/ClientApp/node_modules/es-abstract/2022/thisBooleanValue.js b/apps/angular/node_modules/es-abstract/2022/thisBooleanValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/thisBooleanValue.js rename to apps/angular/node_modules/es-abstract/2022/thisBooleanValue.js diff --git a/ClientApp/node_modules/es-abstract/2022/thisNumberValue.js b/apps/angular/node_modules/es-abstract/2022/thisNumberValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/thisNumberValue.js rename to apps/angular/node_modules/es-abstract/2022/thisNumberValue.js diff --git a/ClientApp/node_modules/es-abstract/2022/thisStringValue.js b/apps/angular/node_modules/es-abstract/2022/thisStringValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/thisStringValue.js rename to apps/angular/node_modules/es-abstract/2022/thisStringValue.js diff --git a/ClientApp/node_modules/es-abstract/2022/thisSymbolValue.js b/apps/angular/node_modules/es-abstract/2022/thisSymbolValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/thisSymbolValue.js rename to apps/angular/node_modules/es-abstract/2022/thisSymbolValue.js diff --git a/ClientApp/node_modules/es-abstract/2022/thisTimeValue.js b/apps/angular/node_modules/es-abstract/2022/thisTimeValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2022/thisTimeValue.js rename to apps/angular/node_modules/es-abstract/2022/thisTimeValue.js diff --git a/ClientApp/node_modules/es-abstract/2023/AddEntriesFromIterable.js b/apps/angular/node_modules/es-abstract/2023/AddEntriesFromIterable.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/AddEntriesFromIterable.js rename to apps/angular/node_modules/es-abstract/2023/AddEntriesFromIterable.js diff --git a/ClientApp/node_modules/es-abstract/2023/AddToKeptObjects.js b/apps/angular/node_modules/es-abstract/2023/AddToKeptObjects.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/AddToKeptObjects.js rename to apps/angular/node_modules/es-abstract/2023/AddToKeptObjects.js diff --git a/ClientApp/node_modules/es-abstract/2023/AdvanceStringIndex.js b/apps/angular/node_modules/es-abstract/2023/AdvanceStringIndex.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/AdvanceStringIndex.js rename to apps/angular/node_modules/es-abstract/2023/AdvanceStringIndex.js diff --git a/ClientApp/node_modules/es-abstract/2023/ApplyStringOrNumericBinaryOperator.js b/apps/angular/node_modules/es-abstract/2023/ApplyStringOrNumericBinaryOperator.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/ApplyStringOrNumericBinaryOperator.js rename to apps/angular/node_modules/es-abstract/2023/ApplyStringOrNumericBinaryOperator.js diff --git a/ClientApp/node_modules/es-abstract/2023/ArrayCreate.js b/apps/angular/node_modules/es-abstract/2023/ArrayCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/ArrayCreate.js rename to apps/angular/node_modules/es-abstract/2023/ArrayCreate.js diff --git a/ClientApp/node_modules/es-abstract/2023/ArraySetLength.js b/apps/angular/node_modules/es-abstract/2023/ArraySetLength.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/ArraySetLength.js rename to apps/angular/node_modules/es-abstract/2023/ArraySetLength.js diff --git a/ClientApp/node_modules/es-abstract/2023/ArraySpeciesCreate.js b/apps/angular/node_modules/es-abstract/2023/ArraySpeciesCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/ArraySpeciesCreate.js rename to apps/angular/node_modules/es-abstract/2023/ArraySpeciesCreate.js diff --git a/ClientApp/node_modules/es-abstract/2023/AsyncFromSyncIteratorContinuation.js b/apps/angular/node_modules/es-abstract/2023/AsyncFromSyncIteratorContinuation.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/AsyncFromSyncIteratorContinuation.js rename to apps/angular/node_modules/es-abstract/2023/AsyncFromSyncIteratorContinuation.js diff --git a/ClientApp/node_modules/es-abstract/2023/AsyncIteratorClose.js b/apps/angular/node_modules/es-abstract/2023/AsyncIteratorClose.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/AsyncIteratorClose.js rename to apps/angular/node_modules/es-abstract/2023/AsyncIteratorClose.js diff --git a/ClientApp/node_modules/es-abstract/2023/BigInt/add.js b/apps/angular/node_modules/es-abstract/2023/BigInt/add.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/BigInt/add.js rename to apps/angular/node_modules/es-abstract/2023/BigInt/add.js diff --git a/ClientApp/node_modules/es-abstract/2023/BigInt/bitwiseAND.js b/apps/angular/node_modules/es-abstract/2023/BigInt/bitwiseAND.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/BigInt/bitwiseAND.js rename to apps/angular/node_modules/es-abstract/2023/BigInt/bitwiseAND.js diff --git a/ClientApp/node_modules/es-abstract/2023/BigInt/bitwiseNOT.js b/apps/angular/node_modules/es-abstract/2023/BigInt/bitwiseNOT.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/BigInt/bitwiseNOT.js rename to apps/angular/node_modules/es-abstract/2023/BigInt/bitwiseNOT.js diff --git a/ClientApp/node_modules/es-abstract/2023/BigInt/bitwiseOR.js b/apps/angular/node_modules/es-abstract/2023/BigInt/bitwiseOR.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/BigInt/bitwiseOR.js rename to apps/angular/node_modules/es-abstract/2023/BigInt/bitwiseOR.js diff --git a/ClientApp/node_modules/es-abstract/2023/BigInt/bitwiseXOR.js b/apps/angular/node_modules/es-abstract/2023/BigInt/bitwiseXOR.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/BigInt/bitwiseXOR.js rename to apps/angular/node_modules/es-abstract/2023/BigInt/bitwiseXOR.js diff --git a/ClientApp/node_modules/es-abstract/2023/BigInt/divide.js b/apps/angular/node_modules/es-abstract/2023/BigInt/divide.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/BigInt/divide.js rename to apps/angular/node_modules/es-abstract/2023/BigInt/divide.js diff --git a/ClientApp/node_modules/es-abstract/2023/BigInt/equal.js b/apps/angular/node_modules/es-abstract/2023/BigInt/equal.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/BigInt/equal.js rename to apps/angular/node_modules/es-abstract/2023/BigInt/equal.js diff --git a/ClientApp/node_modules/es-abstract/2023/BigInt/exponentiate.js b/apps/angular/node_modules/es-abstract/2023/BigInt/exponentiate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/BigInt/exponentiate.js rename to apps/angular/node_modules/es-abstract/2023/BigInt/exponentiate.js diff --git a/ClientApp/node_modules/es-abstract/2023/BigInt/index.js b/apps/angular/node_modules/es-abstract/2023/BigInt/index.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/BigInt/index.js rename to apps/angular/node_modules/es-abstract/2023/BigInt/index.js diff --git a/ClientApp/node_modules/es-abstract/2023/BigInt/leftShift.js b/apps/angular/node_modules/es-abstract/2023/BigInt/leftShift.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/BigInt/leftShift.js rename to apps/angular/node_modules/es-abstract/2023/BigInt/leftShift.js diff --git a/ClientApp/node_modules/es-abstract/2023/BigInt/lessThan.js b/apps/angular/node_modules/es-abstract/2023/BigInt/lessThan.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/BigInt/lessThan.js rename to apps/angular/node_modules/es-abstract/2023/BigInt/lessThan.js diff --git a/ClientApp/node_modules/es-abstract/2023/BigInt/multiply.js b/apps/angular/node_modules/es-abstract/2023/BigInt/multiply.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/BigInt/multiply.js rename to apps/angular/node_modules/es-abstract/2023/BigInt/multiply.js diff --git a/ClientApp/node_modules/es-abstract/2023/BigInt/remainder.js b/apps/angular/node_modules/es-abstract/2023/BigInt/remainder.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/BigInt/remainder.js rename to apps/angular/node_modules/es-abstract/2023/BigInt/remainder.js diff --git a/ClientApp/node_modules/es-abstract/2023/BigInt/signedRightShift.js b/apps/angular/node_modules/es-abstract/2023/BigInt/signedRightShift.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/BigInt/signedRightShift.js rename to apps/angular/node_modules/es-abstract/2023/BigInt/signedRightShift.js diff --git a/ClientApp/node_modules/es-abstract/2023/BigInt/subtract.js b/apps/angular/node_modules/es-abstract/2023/BigInt/subtract.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/BigInt/subtract.js rename to apps/angular/node_modules/es-abstract/2023/BigInt/subtract.js diff --git a/ClientApp/node_modules/es-abstract/2023/BigInt/toString.js b/apps/angular/node_modules/es-abstract/2023/BigInt/toString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/BigInt/toString.js rename to apps/angular/node_modules/es-abstract/2023/BigInt/toString.js diff --git a/ClientApp/node_modules/es-abstract/2023/BigInt/unaryMinus.js b/apps/angular/node_modules/es-abstract/2023/BigInt/unaryMinus.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/BigInt/unaryMinus.js rename to apps/angular/node_modules/es-abstract/2023/BigInt/unaryMinus.js diff --git a/ClientApp/node_modules/es-abstract/2023/BigInt/unsignedRightShift.js b/apps/angular/node_modules/es-abstract/2023/BigInt/unsignedRightShift.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/BigInt/unsignedRightShift.js rename to apps/angular/node_modules/es-abstract/2023/BigInt/unsignedRightShift.js diff --git a/ClientApp/node_modules/es-abstract/2023/BigIntBitwiseOp.js b/apps/angular/node_modules/es-abstract/2023/BigIntBitwiseOp.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/BigIntBitwiseOp.js rename to apps/angular/node_modules/es-abstract/2023/BigIntBitwiseOp.js diff --git a/ClientApp/node_modules/es-abstract/2023/BinaryAnd.js b/apps/angular/node_modules/es-abstract/2023/BinaryAnd.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/BinaryAnd.js rename to apps/angular/node_modules/es-abstract/2023/BinaryAnd.js diff --git a/ClientApp/node_modules/es-abstract/2023/BinaryOr.js b/apps/angular/node_modules/es-abstract/2023/BinaryOr.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/BinaryOr.js rename to apps/angular/node_modules/es-abstract/2023/BinaryOr.js diff --git a/ClientApp/node_modules/es-abstract/2023/BinaryXor.js b/apps/angular/node_modules/es-abstract/2023/BinaryXor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/BinaryXor.js rename to apps/angular/node_modules/es-abstract/2023/BinaryXor.js diff --git a/ClientApp/node_modules/es-abstract/2023/ByteListBitwiseOp.js b/apps/angular/node_modules/es-abstract/2023/ByteListBitwiseOp.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/ByteListBitwiseOp.js rename to apps/angular/node_modules/es-abstract/2023/ByteListBitwiseOp.js diff --git a/ClientApp/node_modules/es-abstract/2023/ByteListEqual.js b/apps/angular/node_modules/es-abstract/2023/ByteListEqual.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/ByteListEqual.js rename to apps/angular/node_modules/es-abstract/2023/ByteListEqual.js diff --git a/ClientApp/node_modules/es-abstract/2023/Call.js b/apps/angular/node_modules/es-abstract/2023/Call.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/Call.js rename to apps/angular/node_modules/es-abstract/2023/Call.js diff --git a/ClientApp/node_modules/es-abstract/2023/CanBeHeldWeakly.js b/apps/angular/node_modules/es-abstract/2023/CanBeHeldWeakly.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/CanBeHeldWeakly.js rename to apps/angular/node_modules/es-abstract/2023/CanBeHeldWeakly.js diff --git a/ClientApp/node_modules/es-abstract/2023/CanonicalNumericIndexString.js b/apps/angular/node_modules/es-abstract/2023/CanonicalNumericIndexString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/CanonicalNumericIndexString.js rename to apps/angular/node_modules/es-abstract/2023/CanonicalNumericIndexString.js diff --git a/ClientApp/node_modules/es-abstract/2023/Canonicalize.js b/apps/angular/node_modules/es-abstract/2023/Canonicalize.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/Canonicalize.js rename to apps/angular/node_modules/es-abstract/2023/Canonicalize.js diff --git a/ClientApp/node_modules/es-abstract/2023/CharacterRange.js b/apps/angular/node_modules/es-abstract/2023/CharacterRange.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/CharacterRange.js rename to apps/angular/node_modules/es-abstract/2023/CharacterRange.js diff --git a/ClientApp/node_modules/es-abstract/2023/ClearKeptObjects.js b/apps/angular/node_modules/es-abstract/2023/ClearKeptObjects.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/ClearKeptObjects.js rename to apps/angular/node_modules/es-abstract/2023/ClearKeptObjects.js diff --git a/ClientApp/node_modules/es-abstract/2023/CloneArrayBuffer.js b/apps/angular/node_modules/es-abstract/2023/CloneArrayBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/CloneArrayBuffer.js rename to apps/angular/node_modules/es-abstract/2023/CloneArrayBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2023/CodePointAt.js b/apps/angular/node_modules/es-abstract/2023/CodePointAt.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/CodePointAt.js rename to apps/angular/node_modules/es-abstract/2023/CodePointAt.js diff --git a/ClientApp/node_modules/es-abstract/2023/CodePointsToString.js b/apps/angular/node_modules/es-abstract/2023/CodePointsToString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/CodePointsToString.js rename to apps/angular/node_modules/es-abstract/2023/CodePointsToString.js diff --git a/ClientApp/node_modules/es-abstract/2023/CompareArrayElements.js b/apps/angular/node_modules/es-abstract/2023/CompareArrayElements.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/CompareArrayElements.js rename to apps/angular/node_modules/es-abstract/2023/CompareArrayElements.js diff --git a/ClientApp/node_modules/es-abstract/2023/CompareTypedArrayElements.js b/apps/angular/node_modules/es-abstract/2023/CompareTypedArrayElements.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/CompareTypedArrayElements.js rename to apps/angular/node_modules/es-abstract/2023/CompareTypedArrayElements.js diff --git a/ClientApp/node_modules/es-abstract/2023/CompletePropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2023/CompletePropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/CompletePropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2023/CompletePropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2023/CompletionRecord.js b/apps/angular/node_modules/es-abstract/2023/CompletionRecord.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/CompletionRecord.js rename to apps/angular/node_modules/es-abstract/2023/CompletionRecord.js diff --git a/ClientApp/node_modules/es-abstract/2023/CopyDataProperties.js b/apps/angular/node_modules/es-abstract/2023/CopyDataProperties.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/CopyDataProperties.js rename to apps/angular/node_modules/es-abstract/2023/CopyDataProperties.js diff --git a/ClientApp/node_modules/es-abstract/2023/CreateAsyncFromSyncIterator.js b/apps/angular/node_modules/es-abstract/2023/CreateAsyncFromSyncIterator.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/CreateAsyncFromSyncIterator.js rename to apps/angular/node_modules/es-abstract/2023/CreateAsyncFromSyncIterator.js diff --git a/ClientApp/node_modules/es-abstract/2023/CreateDataProperty.js b/apps/angular/node_modules/es-abstract/2023/CreateDataProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/CreateDataProperty.js rename to apps/angular/node_modules/es-abstract/2023/CreateDataProperty.js diff --git a/ClientApp/node_modules/es-abstract/2023/CreateDataPropertyOrThrow.js b/apps/angular/node_modules/es-abstract/2023/CreateDataPropertyOrThrow.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/CreateDataPropertyOrThrow.js rename to apps/angular/node_modules/es-abstract/2023/CreateDataPropertyOrThrow.js diff --git a/ClientApp/node_modules/es-abstract/2023/CreateHTML.js b/apps/angular/node_modules/es-abstract/2023/CreateHTML.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/CreateHTML.js rename to apps/angular/node_modules/es-abstract/2023/CreateHTML.js diff --git a/ClientApp/node_modules/es-abstract/2023/CreateIterResultObject.js b/apps/angular/node_modules/es-abstract/2023/CreateIterResultObject.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/CreateIterResultObject.js rename to apps/angular/node_modules/es-abstract/2023/CreateIterResultObject.js diff --git a/ClientApp/node_modules/es-abstract/2023/CreateListFromArrayLike.js b/apps/angular/node_modules/es-abstract/2023/CreateListFromArrayLike.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/CreateListFromArrayLike.js rename to apps/angular/node_modules/es-abstract/2023/CreateListFromArrayLike.js diff --git a/ClientApp/node_modules/es-abstract/2023/CreateMethodProperty.js b/apps/angular/node_modules/es-abstract/2023/CreateMethodProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/CreateMethodProperty.js rename to apps/angular/node_modules/es-abstract/2023/CreateMethodProperty.js diff --git a/ClientApp/node_modules/es-abstract/2023/CreateNonEnumerableDataPropertyOrThrow.js b/apps/angular/node_modules/es-abstract/2023/CreateNonEnumerableDataPropertyOrThrow.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/CreateNonEnumerableDataPropertyOrThrow.js rename to apps/angular/node_modules/es-abstract/2023/CreateNonEnumerableDataPropertyOrThrow.js diff --git a/ClientApp/node_modules/es-abstract/2023/CreateRegExpStringIterator.js b/apps/angular/node_modules/es-abstract/2023/CreateRegExpStringIterator.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/CreateRegExpStringIterator.js rename to apps/angular/node_modules/es-abstract/2023/CreateRegExpStringIterator.js diff --git a/ClientApp/node_modules/es-abstract/2023/DateFromTime.js b/apps/angular/node_modules/es-abstract/2023/DateFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/DateFromTime.js rename to apps/angular/node_modules/es-abstract/2023/DateFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2023/DateString.js b/apps/angular/node_modules/es-abstract/2023/DateString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/DateString.js rename to apps/angular/node_modules/es-abstract/2023/DateString.js diff --git a/ClientApp/node_modules/es-abstract/2023/Day.js b/apps/angular/node_modules/es-abstract/2023/Day.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/Day.js rename to apps/angular/node_modules/es-abstract/2023/Day.js diff --git a/ClientApp/node_modules/es-abstract/2023/DayFromYear.js b/apps/angular/node_modules/es-abstract/2023/DayFromYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/DayFromYear.js rename to apps/angular/node_modules/es-abstract/2023/DayFromYear.js diff --git a/ClientApp/node_modules/es-abstract/2023/DayWithinYear.js b/apps/angular/node_modules/es-abstract/2023/DayWithinYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/DayWithinYear.js rename to apps/angular/node_modules/es-abstract/2023/DayWithinYear.js diff --git a/ClientApp/node_modules/es-abstract/2023/DaysInYear.js b/apps/angular/node_modules/es-abstract/2023/DaysInYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/DaysInYear.js rename to apps/angular/node_modules/es-abstract/2023/DaysInYear.js diff --git a/ClientApp/node_modules/es-abstract/2023/DefaultTimeZone.js b/apps/angular/node_modules/es-abstract/2023/DefaultTimeZone.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/DefaultTimeZone.js rename to apps/angular/node_modules/es-abstract/2023/DefaultTimeZone.js diff --git a/ClientApp/node_modules/es-abstract/2023/DefineMethodProperty.js b/apps/angular/node_modules/es-abstract/2023/DefineMethodProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/DefineMethodProperty.js rename to apps/angular/node_modules/es-abstract/2023/DefineMethodProperty.js diff --git a/ClientApp/node_modules/es-abstract/2023/DefinePropertyOrThrow.js b/apps/angular/node_modules/es-abstract/2023/DefinePropertyOrThrow.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/DefinePropertyOrThrow.js rename to apps/angular/node_modules/es-abstract/2023/DefinePropertyOrThrow.js diff --git a/ClientApp/node_modules/es-abstract/2023/DeletePropertyOrThrow.js b/apps/angular/node_modules/es-abstract/2023/DeletePropertyOrThrow.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/DeletePropertyOrThrow.js rename to apps/angular/node_modules/es-abstract/2023/DeletePropertyOrThrow.js diff --git a/ClientApp/node_modules/es-abstract/2023/DetachArrayBuffer.js b/apps/angular/node_modules/es-abstract/2023/DetachArrayBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/DetachArrayBuffer.js rename to apps/angular/node_modules/es-abstract/2023/DetachArrayBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2023/EnumerableOwnProperties.js b/apps/angular/node_modules/es-abstract/2023/EnumerableOwnProperties.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/EnumerableOwnProperties.js rename to apps/angular/node_modules/es-abstract/2023/EnumerableOwnProperties.js diff --git a/ClientApp/node_modules/es-abstract/2023/FindViaPredicate.js b/apps/angular/node_modules/es-abstract/2023/FindViaPredicate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/FindViaPredicate.js rename to apps/angular/node_modules/es-abstract/2023/FindViaPredicate.js diff --git a/ClientApp/node_modules/es-abstract/2023/FlattenIntoArray.js b/apps/angular/node_modules/es-abstract/2023/FlattenIntoArray.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/FlattenIntoArray.js rename to apps/angular/node_modules/es-abstract/2023/FlattenIntoArray.js diff --git a/ClientApp/node_modules/es-abstract/2023/FromPropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2023/FromPropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/FromPropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2023/FromPropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2023/Get.js b/apps/angular/node_modules/es-abstract/2023/Get.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/Get.js rename to apps/angular/node_modules/es-abstract/2023/Get.js diff --git a/ClientApp/node_modules/es-abstract/2023/GetGlobalObject.js b/apps/angular/node_modules/es-abstract/2023/GetGlobalObject.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/GetGlobalObject.js rename to apps/angular/node_modules/es-abstract/2023/GetGlobalObject.js diff --git a/ClientApp/node_modules/es-abstract/2023/GetIterator.js b/apps/angular/node_modules/es-abstract/2023/GetIterator.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/GetIterator.js rename to apps/angular/node_modules/es-abstract/2023/GetIterator.js diff --git a/ClientApp/node_modules/es-abstract/2023/GetIteratorFromMethod.js b/apps/angular/node_modules/es-abstract/2023/GetIteratorFromMethod.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/GetIteratorFromMethod.js rename to apps/angular/node_modules/es-abstract/2023/GetIteratorFromMethod.js diff --git a/ClientApp/node_modules/es-abstract/2023/GetMatchIndexPair.js b/apps/angular/node_modules/es-abstract/2023/GetMatchIndexPair.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/GetMatchIndexPair.js rename to apps/angular/node_modules/es-abstract/2023/GetMatchIndexPair.js diff --git a/ClientApp/node_modules/es-abstract/2023/GetMatchString.js b/apps/angular/node_modules/es-abstract/2023/GetMatchString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/GetMatchString.js rename to apps/angular/node_modules/es-abstract/2023/GetMatchString.js diff --git a/ClientApp/node_modules/es-abstract/2023/GetMethod.js b/apps/angular/node_modules/es-abstract/2023/GetMethod.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/GetMethod.js rename to apps/angular/node_modules/es-abstract/2023/GetMethod.js diff --git a/ClientApp/node_modules/es-abstract/2023/GetNamedTimeZoneEpochNanoseconds.js b/apps/angular/node_modules/es-abstract/2023/GetNamedTimeZoneEpochNanoseconds.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/GetNamedTimeZoneEpochNanoseconds.js rename to apps/angular/node_modules/es-abstract/2023/GetNamedTimeZoneEpochNanoseconds.js diff --git a/ClientApp/node_modules/es-abstract/2023/GetOwnPropertyKeys.js b/apps/angular/node_modules/es-abstract/2023/GetOwnPropertyKeys.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/GetOwnPropertyKeys.js rename to apps/angular/node_modules/es-abstract/2023/GetOwnPropertyKeys.js diff --git a/ClientApp/node_modules/es-abstract/2023/GetPromiseResolve.js b/apps/angular/node_modules/es-abstract/2023/GetPromiseResolve.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/GetPromiseResolve.js rename to apps/angular/node_modules/es-abstract/2023/GetPromiseResolve.js diff --git a/ClientApp/node_modules/es-abstract/2023/GetPrototypeFromConstructor.js b/apps/angular/node_modules/es-abstract/2023/GetPrototypeFromConstructor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/GetPrototypeFromConstructor.js rename to apps/angular/node_modules/es-abstract/2023/GetPrototypeFromConstructor.js diff --git a/ClientApp/node_modules/es-abstract/2023/GetStringIndex.js b/apps/angular/node_modules/es-abstract/2023/GetStringIndex.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/GetStringIndex.js rename to apps/angular/node_modules/es-abstract/2023/GetStringIndex.js diff --git a/ClientApp/node_modules/es-abstract/2023/GetSubstitution.js b/apps/angular/node_modules/es-abstract/2023/GetSubstitution.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/GetSubstitution.js rename to apps/angular/node_modules/es-abstract/2023/GetSubstitution.js diff --git a/ClientApp/node_modules/es-abstract/2023/GetUTCEpochNanoseconds.js b/apps/angular/node_modules/es-abstract/2023/GetUTCEpochNanoseconds.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/GetUTCEpochNanoseconds.js rename to apps/angular/node_modules/es-abstract/2023/GetUTCEpochNanoseconds.js diff --git a/ClientApp/node_modules/es-abstract/2023/GetV.js b/apps/angular/node_modules/es-abstract/2023/GetV.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/GetV.js rename to apps/angular/node_modules/es-abstract/2023/GetV.js diff --git a/ClientApp/node_modules/es-abstract/2023/GetValueFromBuffer.js b/apps/angular/node_modules/es-abstract/2023/GetValueFromBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/GetValueFromBuffer.js rename to apps/angular/node_modules/es-abstract/2023/GetValueFromBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2023/HasOwnProperty.js b/apps/angular/node_modules/es-abstract/2023/HasOwnProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/HasOwnProperty.js rename to apps/angular/node_modules/es-abstract/2023/HasOwnProperty.js diff --git a/ClientApp/node_modules/es-abstract/2023/HasProperty.js b/apps/angular/node_modules/es-abstract/2023/HasProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/HasProperty.js rename to apps/angular/node_modules/es-abstract/2023/HasProperty.js diff --git a/ClientApp/node_modules/es-abstract/2023/HourFromTime.js b/apps/angular/node_modules/es-abstract/2023/HourFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/HourFromTime.js rename to apps/angular/node_modules/es-abstract/2023/HourFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2023/InLeapYear.js b/apps/angular/node_modules/es-abstract/2023/InLeapYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/InLeapYear.js rename to apps/angular/node_modules/es-abstract/2023/InLeapYear.js diff --git a/ClientApp/node_modules/es-abstract/2023/InstallErrorCause.js b/apps/angular/node_modules/es-abstract/2023/InstallErrorCause.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/InstallErrorCause.js rename to apps/angular/node_modules/es-abstract/2023/InstallErrorCause.js diff --git a/ClientApp/node_modules/es-abstract/2023/InstanceofOperator.js b/apps/angular/node_modules/es-abstract/2023/InstanceofOperator.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/InstanceofOperator.js rename to apps/angular/node_modules/es-abstract/2023/InstanceofOperator.js diff --git a/ClientApp/node_modules/es-abstract/2023/IntegerIndexedElementGet.js b/apps/angular/node_modules/es-abstract/2023/IntegerIndexedElementGet.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/IntegerIndexedElementGet.js rename to apps/angular/node_modules/es-abstract/2023/IntegerIndexedElementGet.js diff --git a/ClientApp/node_modules/es-abstract/2023/IntegerIndexedElementSet.js b/apps/angular/node_modules/es-abstract/2023/IntegerIndexedElementSet.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/IntegerIndexedElementSet.js rename to apps/angular/node_modules/es-abstract/2023/IntegerIndexedElementSet.js diff --git a/ClientApp/node_modules/es-abstract/2023/InternalizeJSONProperty.js b/apps/angular/node_modules/es-abstract/2023/InternalizeJSONProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/InternalizeJSONProperty.js rename to apps/angular/node_modules/es-abstract/2023/InternalizeJSONProperty.js diff --git a/ClientApp/node_modules/es-abstract/2023/Invoke.js b/apps/angular/node_modules/es-abstract/2023/Invoke.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/Invoke.js rename to apps/angular/node_modules/es-abstract/2023/Invoke.js diff --git a/ClientApp/node_modules/es-abstract/2023/IsAccessorDescriptor.js b/apps/angular/node_modules/es-abstract/2023/IsAccessorDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/IsAccessorDescriptor.js rename to apps/angular/node_modules/es-abstract/2023/IsAccessorDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2023/IsArray.js b/apps/angular/node_modules/es-abstract/2023/IsArray.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/IsArray.js rename to apps/angular/node_modules/es-abstract/2023/IsArray.js diff --git a/ClientApp/node_modules/es-abstract/2023/IsBigIntElementType.js b/apps/angular/node_modules/es-abstract/2023/IsBigIntElementType.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/IsBigIntElementType.js rename to apps/angular/node_modules/es-abstract/2023/IsBigIntElementType.js diff --git a/ClientApp/node_modules/es-abstract/2023/IsCallable.js b/apps/angular/node_modules/es-abstract/2023/IsCallable.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/IsCallable.js rename to apps/angular/node_modules/es-abstract/2023/IsCallable.js diff --git a/ClientApp/node_modules/es-abstract/2023/IsCompatiblePropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2023/IsCompatiblePropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/IsCompatiblePropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2023/IsCompatiblePropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2023/IsConcatSpreadable.js b/apps/angular/node_modules/es-abstract/2023/IsConcatSpreadable.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/IsConcatSpreadable.js rename to apps/angular/node_modules/es-abstract/2023/IsConcatSpreadable.js diff --git a/ClientApp/node_modules/es-abstract/2023/IsConstructor.js b/apps/angular/node_modules/es-abstract/2023/IsConstructor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/IsConstructor.js rename to apps/angular/node_modules/es-abstract/2023/IsConstructor.js diff --git a/ClientApp/node_modules/es-abstract/2023/IsDataDescriptor.js b/apps/angular/node_modules/es-abstract/2023/IsDataDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/IsDataDescriptor.js rename to apps/angular/node_modules/es-abstract/2023/IsDataDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2023/IsDetachedBuffer.js b/apps/angular/node_modules/es-abstract/2023/IsDetachedBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/IsDetachedBuffer.js rename to apps/angular/node_modules/es-abstract/2023/IsDetachedBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2023/IsExtensible.js b/apps/angular/node_modules/es-abstract/2023/IsExtensible.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/IsExtensible.js rename to apps/angular/node_modules/es-abstract/2023/IsExtensible.js diff --git a/ClientApp/node_modules/es-abstract/2023/IsGenericDescriptor.js b/apps/angular/node_modules/es-abstract/2023/IsGenericDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/IsGenericDescriptor.js rename to apps/angular/node_modules/es-abstract/2023/IsGenericDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2023/IsIntegralNumber.js b/apps/angular/node_modules/es-abstract/2023/IsIntegralNumber.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/IsIntegralNumber.js rename to apps/angular/node_modules/es-abstract/2023/IsIntegralNumber.js diff --git a/ClientApp/node_modules/es-abstract/2023/IsLessThan.js b/apps/angular/node_modules/es-abstract/2023/IsLessThan.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/IsLessThan.js rename to apps/angular/node_modules/es-abstract/2023/IsLessThan.js diff --git a/ClientApp/node_modules/es-abstract/2023/IsLooselyEqual.js b/apps/angular/node_modules/es-abstract/2023/IsLooselyEqual.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/IsLooselyEqual.js rename to apps/angular/node_modules/es-abstract/2023/IsLooselyEqual.js diff --git a/ClientApp/node_modules/es-abstract/2023/IsNoTearConfiguration.js b/apps/angular/node_modules/es-abstract/2023/IsNoTearConfiguration.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/IsNoTearConfiguration.js rename to apps/angular/node_modules/es-abstract/2023/IsNoTearConfiguration.js diff --git a/ClientApp/node_modules/es-abstract/2023/IsPromise.js b/apps/angular/node_modules/es-abstract/2023/IsPromise.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/IsPromise.js rename to apps/angular/node_modules/es-abstract/2023/IsPromise.js diff --git a/ClientApp/node_modules/es-abstract/2023/IsPropertyKey.js b/apps/angular/node_modules/es-abstract/2023/IsPropertyKey.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/IsPropertyKey.js rename to apps/angular/node_modules/es-abstract/2023/IsPropertyKey.js diff --git a/ClientApp/node_modules/es-abstract/2023/IsRegExp.js b/apps/angular/node_modules/es-abstract/2023/IsRegExp.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/IsRegExp.js rename to apps/angular/node_modules/es-abstract/2023/IsRegExp.js diff --git a/ClientApp/node_modules/es-abstract/2023/IsSharedArrayBuffer.js b/apps/angular/node_modules/es-abstract/2023/IsSharedArrayBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/IsSharedArrayBuffer.js rename to apps/angular/node_modules/es-abstract/2023/IsSharedArrayBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2023/IsStrictlyEqual.js b/apps/angular/node_modules/es-abstract/2023/IsStrictlyEqual.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/IsStrictlyEqual.js rename to apps/angular/node_modules/es-abstract/2023/IsStrictlyEqual.js diff --git a/ClientApp/node_modules/es-abstract/2023/IsStringWellFormedUnicode.js b/apps/angular/node_modules/es-abstract/2023/IsStringWellFormedUnicode.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/IsStringWellFormedUnicode.js rename to apps/angular/node_modules/es-abstract/2023/IsStringWellFormedUnicode.js diff --git a/ClientApp/node_modules/es-abstract/2023/IsTimeZoneOffsetString.js b/apps/angular/node_modules/es-abstract/2023/IsTimeZoneOffsetString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/IsTimeZoneOffsetString.js rename to apps/angular/node_modules/es-abstract/2023/IsTimeZoneOffsetString.js diff --git a/ClientApp/node_modules/es-abstract/2023/IsUnclampedIntegerElementType.js b/apps/angular/node_modules/es-abstract/2023/IsUnclampedIntegerElementType.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/IsUnclampedIntegerElementType.js rename to apps/angular/node_modules/es-abstract/2023/IsUnclampedIntegerElementType.js diff --git a/ClientApp/node_modules/es-abstract/2023/IsUnsignedElementType.js b/apps/angular/node_modules/es-abstract/2023/IsUnsignedElementType.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/IsUnsignedElementType.js rename to apps/angular/node_modules/es-abstract/2023/IsUnsignedElementType.js diff --git a/ClientApp/node_modules/es-abstract/2023/IsValidIntegerIndex.js b/apps/angular/node_modules/es-abstract/2023/IsValidIntegerIndex.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/IsValidIntegerIndex.js rename to apps/angular/node_modules/es-abstract/2023/IsValidIntegerIndex.js diff --git a/ClientApp/node_modules/es-abstract/2023/IsWordChar.js b/apps/angular/node_modules/es-abstract/2023/IsWordChar.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/IsWordChar.js rename to apps/angular/node_modules/es-abstract/2023/IsWordChar.js diff --git a/ClientApp/node_modules/es-abstract/2023/IteratorClose.js b/apps/angular/node_modules/es-abstract/2023/IteratorClose.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/IteratorClose.js rename to apps/angular/node_modules/es-abstract/2023/IteratorClose.js diff --git a/ClientApp/node_modules/es-abstract/2023/IteratorComplete.js b/apps/angular/node_modules/es-abstract/2023/IteratorComplete.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/IteratorComplete.js rename to apps/angular/node_modules/es-abstract/2023/IteratorComplete.js diff --git a/ClientApp/node_modules/es-abstract/2023/IteratorNext.js b/apps/angular/node_modules/es-abstract/2023/IteratorNext.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/IteratorNext.js rename to apps/angular/node_modules/es-abstract/2023/IteratorNext.js diff --git a/ClientApp/node_modules/es-abstract/2023/IteratorStep.js b/apps/angular/node_modules/es-abstract/2023/IteratorStep.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/IteratorStep.js rename to apps/angular/node_modules/es-abstract/2023/IteratorStep.js diff --git a/ClientApp/node_modules/es-abstract/2023/IteratorToList.js b/apps/angular/node_modules/es-abstract/2023/IteratorToList.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/IteratorToList.js rename to apps/angular/node_modules/es-abstract/2023/IteratorToList.js diff --git a/ClientApp/node_modules/es-abstract/2023/IteratorValue.js b/apps/angular/node_modules/es-abstract/2023/IteratorValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/IteratorValue.js rename to apps/angular/node_modules/es-abstract/2023/IteratorValue.js diff --git a/ClientApp/node_modules/es-abstract/2023/KeyForSymbol.js b/apps/angular/node_modules/es-abstract/2023/KeyForSymbol.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/KeyForSymbol.js rename to apps/angular/node_modules/es-abstract/2023/KeyForSymbol.js diff --git a/ClientApp/node_modules/es-abstract/2023/LengthOfArrayLike.js b/apps/angular/node_modules/es-abstract/2023/LengthOfArrayLike.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/LengthOfArrayLike.js rename to apps/angular/node_modules/es-abstract/2023/LengthOfArrayLike.js diff --git a/ClientApp/node_modules/es-abstract/2023/MakeDate.js b/apps/angular/node_modules/es-abstract/2023/MakeDate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/MakeDate.js rename to apps/angular/node_modules/es-abstract/2023/MakeDate.js diff --git a/ClientApp/node_modules/es-abstract/2023/MakeDay.js b/apps/angular/node_modules/es-abstract/2023/MakeDay.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/MakeDay.js rename to apps/angular/node_modules/es-abstract/2023/MakeDay.js diff --git a/ClientApp/node_modules/es-abstract/2023/MakeMatchIndicesIndexPairArray.js b/apps/angular/node_modules/es-abstract/2023/MakeMatchIndicesIndexPairArray.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/MakeMatchIndicesIndexPairArray.js rename to apps/angular/node_modules/es-abstract/2023/MakeMatchIndicesIndexPairArray.js diff --git a/ClientApp/node_modules/es-abstract/2023/MakeTime.js b/apps/angular/node_modules/es-abstract/2023/MakeTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/MakeTime.js rename to apps/angular/node_modules/es-abstract/2023/MakeTime.js diff --git a/ClientApp/node_modules/es-abstract/2023/MinFromTime.js b/apps/angular/node_modules/es-abstract/2023/MinFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/MinFromTime.js rename to apps/angular/node_modules/es-abstract/2023/MinFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2023/MonthFromTime.js b/apps/angular/node_modules/es-abstract/2023/MonthFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/MonthFromTime.js rename to apps/angular/node_modules/es-abstract/2023/MonthFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2023/NewPromiseCapability.js b/apps/angular/node_modules/es-abstract/2023/NewPromiseCapability.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/NewPromiseCapability.js rename to apps/angular/node_modules/es-abstract/2023/NewPromiseCapability.js diff --git a/ClientApp/node_modules/es-abstract/2023/NormalCompletion.js b/apps/angular/node_modules/es-abstract/2023/NormalCompletion.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/NormalCompletion.js rename to apps/angular/node_modules/es-abstract/2023/NormalCompletion.js diff --git a/ClientApp/node_modules/es-abstract/2023/Number/add.js b/apps/angular/node_modules/es-abstract/2023/Number/add.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/Number/add.js rename to apps/angular/node_modules/es-abstract/2023/Number/add.js diff --git a/ClientApp/node_modules/es-abstract/2023/Number/bitwiseAND.js b/apps/angular/node_modules/es-abstract/2023/Number/bitwiseAND.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/Number/bitwiseAND.js rename to apps/angular/node_modules/es-abstract/2023/Number/bitwiseAND.js diff --git a/ClientApp/node_modules/es-abstract/2023/Number/bitwiseNOT.js b/apps/angular/node_modules/es-abstract/2023/Number/bitwiseNOT.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/Number/bitwiseNOT.js rename to apps/angular/node_modules/es-abstract/2023/Number/bitwiseNOT.js diff --git a/ClientApp/node_modules/es-abstract/2023/Number/bitwiseOR.js b/apps/angular/node_modules/es-abstract/2023/Number/bitwiseOR.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/Number/bitwiseOR.js rename to apps/angular/node_modules/es-abstract/2023/Number/bitwiseOR.js diff --git a/ClientApp/node_modules/es-abstract/2023/Number/bitwiseXOR.js b/apps/angular/node_modules/es-abstract/2023/Number/bitwiseXOR.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/Number/bitwiseXOR.js rename to apps/angular/node_modules/es-abstract/2023/Number/bitwiseXOR.js diff --git a/ClientApp/node_modules/es-abstract/2023/Number/divide.js b/apps/angular/node_modules/es-abstract/2023/Number/divide.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/Number/divide.js rename to apps/angular/node_modules/es-abstract/2023/Number/divide.js diff --git a/ClientApp/node_modules/es-abstract/2023/Number/equal.js b/apps/angular/node_modules/es-abstract/2023/Number/equal.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/Number/equal.js rename to apps/angular/node_modules/es-abstract/2023/Number/equal.js diff --git a/ClientApp/node_modules/es-abstract/2023/Number/exponentiate.js b/apps/angular/node_modules/es-abstract/2023/Number/exponentiate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/Number/exponentiate.js rename to apps/angular/node_modules/es-abstract/2023/Number/exponentiate.js diff --git a/ClientApp/node_modules/es-abstract/2023/Number/index.js b/apps/angular/node_modules/es-abstract/2023/Number/index.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/Number/index.js rename to apps/angular/node_modules/es-abstract/2023/Number/index.js diff --git a/ClientApp/node_modules/es-abstract/2023/Number/leftShift.js b/apps/angular/node_modules/es-abstract/2023/Number/leftShift.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/Number/leftShift.js rename to apps/angular/node_modules/es-abstract/2023/Number/leftShift.js diff --git a/ClientApp/node_modules/es-abstract/2023/Number/lessThan.js b/apps/angular/node_modules/es-abstract/2023/Number/lessThan.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/Number/lessThan.js rename to apps/angular/node_modules/es-abstract/2023/Number/lessThan.js diff --git a/ClientApp/node_modules/es-abstract/2023/Number/multiply.js b/apps/angular/node_modules/es-abstract/2023/Number/multiply.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/Number/multiply.js rename to apps/angular/node_modules/es-abstract/2023/Number/multiply.js diff --git a/ClientApp/node_modules/es-abstract/2023/Number/remainder.js b/apps/angular/node_modules/es-abstract/2023/Number/remainder.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/Number/remainder.js rename to apps/angular/node_modules/es-abstract/2023/Number/remainder.js diff --git a/ClientApp/node_modules/es-abstract/2023/Number/sameValue.js b/apps/angular/node_modules/es-abstract/2023/Number/sameValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/Number/sameValue.js rename to apps/angular/node_modules/es-abstract/2023/Number/sameValue.js diff --git a/ClientApp/node_modules/es-abstract/2023/Number/sameValueZero.js b/apps/angular/node_modules/es-abstract/2023/Number/sameValueZero.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/Number/sameValueZero.js rename to apps/angular/node_modules/es-abstract/2023/Number/sameValueZero.js diff --git a/ClientApp/node_modules/es-abstract/2023/Number/signedRightShift.js b/apps/angular/node_modules/es-abstract/2023/Number/signedRightShift.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/Number/signedRightShift.js rename to apps/angular/node_modules/es-abstract/2023/Number/signedRightShift.js diff --git a/ClientApp/node_modules/es-abstract/2023/Number/subtract.js b/apps/angular/node_modules/es-abstract/2023/Number/subtract.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/Number/subtract.js rename to apps/angular/node_modules/es-abstract/2023/Number/subtract.js diff --git a/ClientApp/node_modules/es-abstract/2023/Number/toString.js b/apps/angular/node_modules/es-abstract/2023/Number/toString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/Number/toString.js rename to apps/angular/node_modules/es-abstract/2023/Number/toString.js diff --git a/ClientApp/node_modules/es-abstract/2023/Number/unaryMinus.js b/apps/angular/node_modules/es-abstract/2023/Number/unaryMinus.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/Number/unaryMinus.js rename to apps/angular/node_modules/es-abstract/2023/Number/unaryMinus.js diff --git a/ClientApp/node_modules/es-abstract/2023/Number/unsignedRightShift.js b/apps/angular/node_modules/es-abstract/2023/Number/unsignedRightShift.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/Number/unsignedRightShift.js rename to apps/angular/node_modules/es-abstract/2023/Number/unsignedRightShift.js diff --git a/ClientApp/node_modules/es-abstract/2023/NumberBitwiseOp.js b/apps/angular/node_modules/es-abstract/2023/NumberBitwiseOp.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/NumberBitwiseOp.js rename to apps/angular/node_modules/es-abstract/2023/NumberBitwiseOp.js diff --git a/ClientApp/node_modules/es-abstract/2023/NumberToBigInt.js b/apps/angular/node_modules/es-abstract/2023/NumberToBigInt.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/NumberToBigInt.js rename to apps/angular/node_modules/es-abstract/2023/NumberToBigInt.js diff --git a/ClientApp/node_modules/es-abstract/2023/NumericToRawBytes.js b/apps/angular/node_modules/es-abstract/2023/NumericToRawBytes.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/NumericToRawBytes.js rename to apps/angular/node_modules/es-abstract/2023/NumericToRawBytes.js diff --git a/ClientApp/node_modules/es-abstract/2023/ObjectDefineProperties.js b/apps/angular/node_modules/es-abstract/2023/ObjectDefineProperties.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/ObjectDefineProperties.js rename to apps/angular/node_modules/es-abstract/2023/ObjectDefineProperties.js diff --git a/ClientApp/node_modules/es-abstract/2023/OrdinaryCreateFromConstructor.js b/apps/angular/node_modules/es-abstract/2023/OrdinaryCreateFromConstructor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/OrdinaryCreateFromConstructor.js rename to apps/angular/node_modules/es-abstract/2023/OrdinaryCreateFromConstructor.js diff --git a/ClientApp/node_modules/es-abstract/2023/OrdinaryDefineOwnProperty.js b/apps/angular/node_modules/es-abstract/2023/OrdinaryDefineOwnProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/OrdinaryDefineOwnProperty.js rename to apps/angular/node_modules/es-abstract/2023/OrdinaryDefineOwnProperty.js diff --git a/ClientApp/node_modules/es-abstract/2023/OrdinaryGetOwnProperty.js b/apps/angular/node_modules/es-abstract/2023/OrdinaryGetOwnProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/OrdinaryGetOwnProperty.js rename to apps/angular/node_modules/es-abstract/2023/OrdinaryGetOwnProperty.js diff --git a/ClientApp/node_modules/es-abstract/2023/OrdinaryGetPrototypeOf.js b/apps/angular/node_modules/es-abstract/2023/OrdinaryGetPrototypeOf.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/OrdinaryGetPrototypeOf.js rename to apps/angular/node_modules/es-abstract/2023/OrdinaryGetPrototypeOf.js diff --git a/ClientApp/node_modules/es-abstract/2023/OrdinaryHasInstance.js b/apps/angular/node_modules/es-abstract/2023/OrdinaryHasInstance.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/OrdinaryHasInstance.js rename to apps/angular/node_modules/es-abstract/2023/OrdinaryHasInstance.js diff --git a/ClientApp/node_modules/es-abstract/2023/OrdinaryHasProperty.js b/apps/angular/node_modules/es-abstract/2023/OrdinaryHasProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/OrdinaryHasProperty.js rename to apps/angular/node_modules/es-abstract/2023/OrdinaryHasProperty.js diff --git a/ClientApp/node_modules/es-abstract/2023/OrdinaryObjectCreate.js b/apps/angular/node_modules/es-abstract/2023/OrdinaryObjectCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/OrdinaryObjectCreate.js rename to apps/angular/node_modules/es-abstract/2023/OrdinaryObjectCreate.js diff --git a/ClientApp/node_modules/es-abstract/2023/OrdinarySetPrototypeOf.js b/apps/angular/node_modules/es-abstract/2023/OrdinarySetPrototypeOf.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/OrdinarySetPrototypeOf.js rename to apps/angular/node_modules/es-abstract/2023/OrdinarySetPrototypeOf.js diff --git a/ClientApp/node_modules/es-abstract/2023/OrdinaryToPrimitive.js b/apps/angular/node_modules/es-abstract/2023/OrdinaryToPrimitive.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/OrdinaryToPrimitive.js rename to apps/angular/node_modules/es-abstract/2023/OrdinaryToPrimitive.js diff --git a/ClientApp/node_modules/es-abstract/2023/ParseHexOctet.js b/apps/angular/node_modules/es-abstract/2023/ParseHexOctet.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/ParseHexOctet.js rename to apps/angular/node_modules/es-abstract/2023/ParseHexOctet.js diff --git a/ClientApp/node_modules/es-abstract/2023/PromiseResolve.js b/apps/angular/node_modules/es-abstract/2023/PromiseResolve.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/PromiseResolve.js rename to apps/angular/node_modules/es-abstract/2023/PromiseResolve.js diff --git a/ClientApp/node_modules/es-abstract/2023/QuoteJSONString.js b/apps/angular/node_modules/es-abstract/2023/QuoteJSONString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/QuoteJSONString.js rename to apps/angular/node_modules/es-abstract/2023/QuoteJSONString.js diff --git a/ClientApp/node_modules/es-abstract/2023/RawBytesToNumeric.js b/apps/angular/node_modules/es-abstract/2023/RawBytesToNumeric.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/RawBytesToNumeric.js rename to apps/angular/node_modules/es-abstract/2023/RawBytesToNumeric.js diff --git a/ClientApp/node_modules/es-abstract/2023/RegExpCreate.js b/apps/angular/node_modules/es-abstract/2023/RegExpCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/RegExpCreate.js rename to apps/angular/node_modules/es-abstract/2023/RegExpCreate.js diff --git a/ClientApp/node_modules/es-abstract/2023/RegExpExec.js b/apps/angular/node_modules/es-abstract/2023/RegExpExec.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/RegExpExec.js rename to apps/angular/node_modules/es-abstract/2023/RegExpExec.js diff --git a/ClientApp/node_modules/es-abstract/2023/RegExpHasFlag.js b/apps/angular/node_modules/es-abstract/2023/RegExpHasFlag.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/RegExpHasFlag.js rename to apps/angular/node_modules/es-abstract/2023/RegExpHasFlag.js diff --git a/ClientApp/node_modules/es-abstract/2023/RequireObjectCoercible.js b/apps/angular/node_modules/es-abstract/2023/RequireObjectCoercible.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/RequireObjectCoercible.js rename to apps/angular/node_modules/es-abstract/2023/RequireObjectCoercible.js diff --git a/ClientApp/node_modules/es-abstract/2023/SameValue.js b/apps/angular/node_modules/es-abstract/2023/SameValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/SameValue.js rename to apps/angular/node_modules/es-abstract/2023/SameValue.js diff --git a/ClientApp/node_modules/es-abstract/2023/SameValueNonNumber.js b/apps/angular/node_modules/es-abstract/2023/SameValueNonNumber.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/SameValueNonNumber.js rename to apps/angular/node_modules/es-abstract/2023/SameValueNonNumber.js diff --git a/ClientApp/node_modules/es-abstract/2023/SameValueZero.js b/apps/angular/node_modules/es-abstract/2023/SameValueZero.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/SameValueZero.js rename to apps/angular/node_modules/es-abstract/2023/SameValueZero.js diff --git a/ClientApp/node_modules/es-abstract/2023/SecFromTime.js b/apps/angular/node_modules/es-abstract/2023/SecFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/SecFromTime.js rename to apps/angular/node_modules/es-abstract/2023/SecFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2023/Set.js b/apps/angular/node_modules/es-abstract/2023/Set.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/Set.js rename to apps/angular/node_modules/es-abstract/2023/Set.js diff --git a/ClientApp/node_modules/es-abstract/2023/SetFunctionLength.js b/apps/angular/node_modules/es-abstract/2023/SetFunctionLength.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/SetFunctionLength.js rename to apps/angular/node_modules/es-abstract/2023/SetFunctionLength.js diff --git a/ClientApp/node_modules/es-abstract/2023/SetFunctionName.js b/apps/angular/node_modules/es-abstract/2023/SetFunctionName.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/SetFunctionName.js rename to apps/angular/node_modules/es-abstract/2023/SetFunctionName.js diff --git a/ClientApp/node_modules/es-abstract/2023/SetIntegrityLevel.js b/apps/angular/node_modules/es-abstract/2023/SetIntegrityLevel.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/SetIntegrityLevel.js rename to apps/angular/node_modules/es-abstract/2023/SetIntegrityLevel.js diff --git a/ClientApp/node_modules/es-abstract/2023/SetTypedArrayFromArrayLike.js b/apps/angular/node_modules/es-abstract/2023/SetTypedArrayFromArrayLike.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/SetTypedArrayFromArrayLike.js rename to apps/angular/node_modules/es-abstract/2023/SetTypedArrayFromArrayLike.js diff --git a/ClientApp/node_modules/es-abstract/2023/SetTypedArrayFromTypedArray.js b/apps/angular/node_modules/es-abstract/2023/SetTypedArrayFromTypedArray.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/SetTypedArrayFromTypedArray.js rename to apps/angular/node_modules/es-abstract/2023/SetTypedArrayFromTypedArray.js diff --git a/ClientApp/node_modules/es-abstract/2023/SetValueInBuffer.js b/apps/angular/node_modules/es-abstract/2023/SetValueInBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/SetValueInBuffer.js rename to apps/angular/node_modules/es-abstract/2023/SetValueInBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2023/SortIndexedProperties.js b/apps/angular/node_modules/es-abstract/2023/SortIndexedProperties.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/SortIndexedProperties.js rename to apps/angular/node_modules/es-abstract/2023/SortIndexedProperties.js diff --git a/ClientApp/node_modules/es-abstract/2023/SpeciesConstructor.js b/apps/angular/node_modules/es-abstract/2023/SpeciesConstructor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/SpeciesConstructor.js rename to apps/angular/node_modules/es-abstract/2023/SpeciesConstructor.js diff --git a/ClientApp/node_modules/es-abstract/2023/StringCreate.js b/apps/angular/node_modules/es-abstract/2023/StringCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/StringCreate.js rename to apps/angular/node_modules/es-abstract/2023/StringCreate.js diff --git a/ClientApp/node_modules/es-abstract/2023/StringGetOwnProperty.js b/apps/angular/node_modules/es-abstract/2023/StringGetOwnProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/StringGetOwnProperty.js rename to apps/angular/node_modules/es-abstract/2023/StringGetOwnProperty.js diff --git a/ClientApp/node_modules/es-abstract/2023/StringIndexOf.js b/apps/angular/node_modules/es-abstract/2023/StringIndexOf.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/StringIndexOf.js rename to apps/angular/node_modules/es-abstract/2023/StringIndexOf.js diff --git a/ClientApp/node_modules/es-abstract/2023/StringPad.js b/apps/angular/node_modules/es-abstract/2023/StringPad.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/StringPad.js rename to apps/angular/node_modules/es-abstract/2023/StringPad.js diff --git a/ClientApp/node_modules/es-abstract/2023/StringToBigInt.js b/apps/angular/node_modules/es-abstract/2023/StringToBigInt.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/StringToBigInt.js rename to apps/angular/node_modules/es-abstract/2023/StringToBigInt.js diff --git a/ClientApp/node_modules/es-abstract/2023/StringToCodePoints.js b/apps/angular/node_modules/es-abstract/2023/StringToCodePoints.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/StringToCodePoints.js rename to apps/angular/node_modules/es-abstract/2023/StringToCodePoints.js diff --git a/ClientApp/node_modules/es-abstract/2023/StringToNumber.js b/apps/angular/node_modules/es-abstract/2023/StringToNumber.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/StringToNumber.js rename to apps/angular/node_modules/es-abstract/2023/StringToNumber.js diff --git a/ClientApp/node_modules/es-abstract/2023/SymbolDescriptiveString.js b/apps/angular/node_modules/es-abstract/2023/SymbolDescriptiveString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/SymbolDescriptiveString.js rename to apps/angular/node_modules/es-abstract/2023/SymbolDescriptiveString.js diff --git a/ClientApp/node_modules/es-abstract/2023/TestIntegrityLevel.js b/apps/angular/node_modules/es-abstract/2023/TestIntegrityLevel.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/TestIntegrityLevel.js rename to apps/angular/node_modules/es-abstract/2023/TestIntegrityLevel.js diff --git a/ClientApp/node_modules/es-abstract/2023/ThrowCompletion.js b/apps/angular/node_modules/es-abstract/2023/ThrowCompletion.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/ThrowCompletion.js rename to apps/angular/node_modules/es-abstract/2023/ThrowCompletion.js diff --git a/ClientApp/node_modules/es-abstract/2023/TimeClip.js b/apps/angular/node_modules/es-abstract/2023/TimeClip.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/TimeClip.js rename to apps/angular/node_modules/es-abstract/2023/TimeClip.js diff --git a/ClientApp/node_modules/es-abstract/2023/TimeFromYear.js b/apps/angular/node_modules/es-abstract/2023/TimeFromYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/TimeFromYear.js rename to apps/angular/node_modules/es-abstract/2023/TimeFromYear.js diff --git a/ClientApp/node_modules/es-abstract/2023/TimeString.js b/apps/angular/node_modules/es-abstract/2023/TimeString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/TimeString.js rename to apps/angular/node_modules/es-abstract/2023/TimeString.js diff --git a/ClientApp/node_modules/es-abstract/2023/TimeWithinDay.js b/apps/angular/node_modules/es-abstract/2023/TimeWithinDay.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/TimeWithinDay.js rename to apps/angular/node_modules/es-abstract/2023/TimeWithinDay.js diff --git a/ClientApp/node_modules/es-abstract/2023/TimeZoneString.js b/apps/angular/node_modules/es-abstract/2023/TimeZoneString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/TimeZoneString.js rename to apps/angular/node_modules/es-abstract/2023/TimeZoneString.js diff --git a/ClientApp/node_modules/es-abstract/2023/ToBigInt.js b/apps/angular/node_modules/es-abstract/2023/ToBigInt.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/ToBigInt.js rename to apps/angular/node_modules/es-abstract/2023/ToBigInt.js diff --git a/ClientApp/node_modules/es-abstract/2023/ToBigInt64.js b/apps/angular/node_modules/es-abstract/2023/ToBigInt64.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/ToBigInt64.js rename to apps/angular/node_modules/es-abstract/2023/ToBigInt64.js diff --git a/ClientApp/node_modules/es-abstract/2023/ToBigUint64.js b/apps/angular/node_modules/es-abstract/2023/ToBigUint64.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/ToBigUint64.js rename to apps/angular/node_modules/es-abstract/2023/ToBigUint64.js diff --git a/ClientApp/node_modules/es-abstract/2023/ToBoolean.js b/apps/angular/node_modules/es-abstract/2023/ToBoolean.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/ToBoolean.js rename to apps/angular/node_modules/es-abstract/2023/ToBoolean.js diff --git a/ClientApp/node_modules/es-abstract/2023/ToDateString.js b/apps/angular/node_modules/es-abstract/2023/ToDateString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/ToDateString.js rename to apps/angular/node_modules/es-abstract/2023/ToDateString.js diff --git a/ClientApp/node_modules/es-abstract/2023/ToIndex.js b/apps/angular/node_modules/es-abstract/2023/ToIndex.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/ToIndex.js rename to apps/angular/node_modules/es-abstract/2023/ToIndex.js diff --git a/ClientApp/node_modules/es-abstract/2023/ToInt16.js b/apps/angular/node_modules/es-abstract/2023/ToInt16.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/ToInt16.js rename to apps/angular/node_modules/es-abstract/2023/ToInt16.js diff --git a/ClientApp/node_modules/es-abstract/2023/ToInt32.js b/apps/angular/node_modules/es-abstract/2023/ToInt32.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/ToInt32.js rename to apps/angular/node_modules/es-abstract/2023/ToInt32.js diff --git a/ClientApp/node_modules/es-abstract/2023/ToInt8.js b/apps/angular/node_modules/es-abstract/2023/ToInt8.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/ToInt8.js rename to apps/angular/node_modules/es-abstract/2023/ToInt8.js diff --git a/ClientApp/node_modules/es-abstract/2023/ToIntegerOrInfinity.js b/apps/angular/node_modules/es-abstract/2023/ToIntegerOrInfinity.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/ToIntegerOrInfinity.js rename to apps/angular/node_modules/es-abstract/2023/ToIntegerOrInfinity.js diff --git a/ClientApp/node_modules/es-abstract/2023/ToLength.js b/apps/angular/node_modules/es-abstract/2023/ToLength.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/ToLength.js rename to apps/angular/node_modules/es-abstract/2023/ToLength.js diff --git a/ClientApp/node_modules/es-abstract/2023/ToNumber.js b/apps/angular/node_modules/es-abstract/2023/ToNumber.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/ToNumber.js rename to apps/angular/node_modules/es-abstract/2023/ToNumber.js diff --git a/ClientApp/node_modules/es-abstract/2023/ToNumeric.js b/apps/angular/node_modules/es-abstract/2023/ToNumeric.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/ToNumeric.js rename to apps/angular/node_modules/es-abstract/2023/ToNumeric.js diff --git a/ClientApp/node_modules/es-abstract/2023/ToObject.js b/apps/angular/node_modules/es-abstract/2023/ToObject.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/ToObject.js rename to apps/angular/node_modules/es-abstract/2023/ToObject.js diff --git a/ClientApp/node_modules/es-abstract/2023/ToPrimitive.js b/apps/angular/node_modules/es-abstract/2023/ToPrimitive.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/ToPrimitive.js rename to apps/angular/node_modules/es-abstract/2023/ToPrimitive.js diff --git a/ClientApp/node_modules/es-abstract/2023/ToPropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2023/ToPropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/ToPropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2023/ToPropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2023/ToPropertyKey.js b/apps/angular/node_modules/es-abstract/2023/ToPropertyKey.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/ToPropertyKey.js rename to apps/angular/node_modules/es-abstract/2023/ToPropertyKey.js diff --git a/ClientApp/node_modules/es-abstract/2023/ToString.js b/apps/angular/node_modules/es-abstract/2023/ToString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/ToString.js rename to apps/angular/node_modules/es-abstract/2023/ToString.js diff --git a/ClientApp/node_modules/es-abstract/2023/ToUint16.js b/apps/angular/node_modules/es-abstract/2023/ToUint16.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/ToUint16.js rename to apps/angular/node_modules/es-abstract/2023/ToUint16.js diff --git a/ClientApp/node_modules/es-abstract/2023/ToUint32.js b/apps/angular/node_modules/es-abstract/2023/ToUint32.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/ToUint32.js rename to apps/angular/node_modules/es-abstract/2023/ToUint32.js diff --git a/ClientApp/node_modules/es-abstract/2023/ToUint8.js b/apps/angular/node_modules/es-abstract/2023/ToUint8.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/ToUint8.js rename to apps/angular/node_modules/es-abstract/2023/ToUint8.js diff --git a/ClientApp/node_modules/es-abstract/2023/ToUint8Clamp.js b/apps/angular/node_modules/es-abstract/2023/ToUint8Clamp.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/ToUint8Clamp.js rename to apps/angular/node_modules/es-abstract/2023/ToUint8Clamp.js diff --git a/ClientApp/node_modules/es-abstract/2023/ToZeroPaddedDecimalString.js b/apps/angular/node_modules/es-abstract/2023/ToZeroPaddedDecimalString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/ToZeroPaddedDecimalString.js rename to apps/angular/node_modules/es-abstract/2023/ToZeroPaddedDecimalString.js diff --git a/ClientApp/node_modules/es-abstract/2023/TrimString.js b/apps/angular/node_modules/es-abstract/2023/TrimString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/TrimString.js rename to apps/angular/node_modules/es-abstract/2023/TrimString.js diff --git a/ClientApp/node_modules/es-abstract/2023/Type.js b/apps/angular/node_modules/es-abstract/2023/Type.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/Type.js rename to apps/angular/node_modules/es-abstract/2023/Type.js diff --git a/ClientApp/node_modules/es-abstract/2023/TypedArrayCreate.js b/apps/angular/node_modules/es-abstract/2023/TypedArrayCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/TypedArrayCreate.js rename to apps/angular/node_modules/es-abstract/2023/TypedArrayCreate.js diff --git a/ClientApp/node_modules/es-abstract/2023/TypedArrayCreateSameType.js b/apps/angular/node_modules/es-abstract/2023/TypedArrayCreateSameType.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/TypedArrayCreateSameType.js rename to apps/angular/node_modules/es-abstract/2023/TypedArrayCreateSameType.js diff --git a/ClientApp/node_modules/es-abstract/2023/TypedArrayElementSize.js b/apps/angular/node_modules/es-abstract/2023/TypedArrayElementSize.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/TypedArrayElementSize.js rename to apps/angular/node_modules/es-abstract/2023/TypedArrayElementSize.js diff --git a/ClientApp/node_modules/es-abstract/2023/TypedArrayElementType.js b/apps/angular/node_modules/es-abstract/2023/TypedArrayElementType.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/TypedArrayElementType.js rename to apps/angular/node_modules/es-abstract/2023/TypedArrayElementType.js diff --git a/ClientApp/node_modules/es-abstract/2023/TypedArraySpeciesCreate.js b/apps/angular/node_modules/es-abstract/2023/TypedArraySpeciesCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/TypedArraySpeciesCreate.js rename to apps/angular/node_modules/es-abstract/2023/TypedArraySpeciesCreate.js diff --git a/ClientApp/node_modules/es-abstract/2023/UTF16EncodeCodePoint.js b/apps/angular/node_modules/es-abstract/2023/UTF16EncodeCodePoint.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/UTF16EncodeCodePoint.js rename to apps/angular/node_modules/es-abstract/2023/UTF16EncodeCodePoint.js diff --git a/ClientApp/node_modules/es-abstract/2023/UTF16SurrogatePairToCodePoint.js b/apps/angular/node_modules/es-abstract/2023/UTF16SurrogatePairToCodePoint.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/UTF16SurrogatePairToCodePoint.js rename to apps/angular/node_modules/es-abstract/2023/UTF16SurrogatePairToCodePoint.js diff --git a/ClientApp/node_modules/es-abstract/2023/UnicodeEscape.js b/apps/angular/node_modules/es-abstract/2023/UnicodeEscape.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/UnicodeEscape.js rename to apps/angular/node_modules/es-abstract/2023/UnicodeEscape.js diff --git a/ClientApp/node_modules/es-abstract/2023/ValidateAndApplyPropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2023/ValidateAndApplyPropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/ValidateAndApplyPropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2023/ValidateAndApplyPropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2023/ValidateAtomicAccess.js b/apps/angular/node_modules/es-abstract/2023/ValidateAtomicAccess.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/ValidateAtomicAccess.js rename to apps/angular/node_modules/es-abstract/2023/ValidateAtomicAccess.js diff --git a/ClientApp/node_modules/es-abstract/2023/ValidateIntegerTypedArray.js b/apps/angular/node_modules/es-abstract/2023/ValidateIntegerTypedArray.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/ValidateIntegerTypedArray.js rename to apps/angular/node_modules/es-abstract/2023/ValidateIntegerTypedArray.js diff --git a/ClientApp/node_modules/es-abstract/2023/ValidateTypedArray.js b/apps/angular/node_modules/es-abstract/2023/ValidateTypedArray.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/ValidateTypedArray.js rename to apps/angular/node_modules/es-abstract/2023/ValidateTypedArray.js diff --git a/ClientApp/node_modules/es-abstract/2023/WeakRefDeref.js b/apps/angular/node_modules/es-abstract/2023/WeakRefDeref.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/WeakRefDeref.js rename to apps/angular/node_modules/es-abstract/2023/WeakRefDeref.js diff --git a/ClientApp/node_modules/es-abstract/2023/WeekDay.js b/apps/angular/node_modules/es-abstract/2023/WeekDay.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/WeekDay.js rename to apps/angular/node_modules/es-abstract/2023/WeekDay.js diff --git a/ClientApp/node_modules/es-abstract/2023/WordCharacters.js b/apps/angular/node_modules/es-abstract/2023/WordCharacters.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/WordCharacters.js rename to apps/angular/node_modules/es-abstract/2023/WordCharacters.js diff --git a/ClientApp/node_modules/es-abstract/2023/YearFromTime.js b/apps/angular/node_modules/es-abstract/2023/YearFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/YearFromTime.js rename to apps/angular/node_modules/es-abstract/2023/YearFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2023/abs.js b/apps/angular/node_modules/es-abstract/2023/abs.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/abs.js rename to apps/angular/node_modules/es-abstract/2023/abs.js diff --git a/ClientApp/node_modules/es-abstract/2023/clamp.js b/apps/angular/node_modules/es-abstract/2023/clamp.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/clamp.js rename to apps/angular/node_modules/es-abstract/2023/clamp.js diff --git a/ClientApp/node_modules/es-abstract/2023/floor.js b/apps/angular/node_modules/es-abstract/2023/floor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/floor.js rename to apps/angular/node_modules/es-abstract/2023/floor.js diff --git a/ClientApp/node_modules/es-abstract/2023/max.js b/apps/angular/node_modules/es-abstract/2023/max.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/max.js rename to apps/angular/node_modules/es-abstract/2023/max.js diff --git a/ClientApp/node_modules/es-abstract/2023/min.js b/apps/angular/node_modules/es-abstract/2023/min.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/min.js rename to apps/angular/node_modules/es-abstract/2023/min.js diff --git a/ClientApp/node_modules/es-abstract/2023/modulo.js b/apps/angular/node_modules/es-abstract/2023/modulo.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/modulo.js rename to apps/angular/node_modules/es-abstract/2023/modulo.js diff --git a/ClientApp/node_modules/es-abstract/2023/msFromTime.js b/apps/angular/node_modules/es-abstract/2023/msFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/msFromTime.js rename to apps/angular/node_modules/es-abstract/2023/msFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2023/substring.js b/apps/angular/node_modules/es-abstract/2023/substring.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/substring.js rename to apps/angular/node_modules/es-abstract/2023/substring.js diff --git a/ClientApp/node_modules/es-abstract/2023/tables/typed-array-objects.js b/apps/angular/node_modules/es-abstract/2023/tables/typed-array-objects.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/tables/typed-array-objects.js rename to apps/angular/node_modules/es-abstract/2023/tables/typed-array-objects.js diff --git a/ClientApp/node_modules/es-abstract/2023/thisBigIntValue.js b/apps/angular/node_modules/es-abstract/2023/thisBigIntValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/thisBigIntValue.js rename to apps/angular/node_modules/es-abstract/2023/thisBigIntValue.js diff --git a/ClientApp/node_modules/es-abstract/2023/thisBooleanValue.js b/apps/angular/node_modules/es-abstract/2023/thisBooleanValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/thisBooleanValue.js rename to apps/angular/node_modules/es-abstract/2023/thisBooleanValue.js diff --git a/ClientApp/node_modules/es-abstract/2023/thisNumberValue.js b/apps/angular/node_modules/es-abstract/2023/thisNumberValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/thisNumberValue.js rename to apps/angular/node_modules/es-abstract/2023/thisNumberValue.js diff --git a/ClientApp/node_modules/es-abstract/2023/thisStringValue.js b/apps/angular/node_modules/es-abstract/2023/thisStringValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/thisStringValue.js rename to apps/angular/node_modules/es-abstract/2023/thisStringValue.js diff --git a/ClientApp/node_modules/es-abstract/2023/thisSymbolValue.js b/apps/angular/node_modules/es-abstract/2023/thisSymbolValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/thisSymbolValue.js rename to apps/angular/node_modules/es-abstract/2023/thisSymbolValue.js diff --git a/ClientApp/node_modules/es-abstract/2023/thisTimeValue.js b/apps/angular/node_modules/es-abstract/2023/thisTimeValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/thisTimeValue.js rename to apps/angular/node_modules/es-abstract/2023/thisTimeValue.js diff --git a/ClientApp/node_modules/es-abstract/2023/truncate.js b/apps/angular/node_modules/es-abstract/2023/truncate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2023/truncate.js rename to apps/angular/node_modules/es-abstract/2023/truncate.js diff --git a/ClientApp/node_modules/es-abstract/2024/AddEntriesFromIterable.js b/apps/angular/node_modules/es-abstract/2024/AddEntriesFromIterable.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/AddEntriesFromIterable.js rename to apps/angular/node_modules/es-abstract/2024/AddEntriesFromIterable.js diff --git a/ClientApp/node_modules/es-abstract/2024/AddToKeptObjects.js b/apps/angular/node_modules/es-abstract/2024/AddToKeptObjects.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/AddToKeptObjects.js rename to apps/angular/node_modules/es-abstract/2024/AddToKeptObjects.js diff --git a/ClientApp/node_modules/es-abstract/2024/AddValueToKeyedGroup.js b/apps/angular/node_modules/es-abstract/2024/AddValueToKeyedGroup.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/AddValueToKeyedGroup.js rename to apps/angular/node_modules/es-abstract/2024/AddValueToKeyedGroup.js diff --git a/ClientApp/node_modules/es-abstract/2024/AdvanceStringIndex.js b/apps/angular/node_modules/es-abstract/2024/AdvanceStringIndex.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/AdvanceStringIndex.js rename to apps/angular/node_modules/es-abstract/2024/AdvanceStringIndex.js diff --git a/ClientApp/node_modules/es-abstract/2024/AllCharacters.js b/apps/angular/node_modules/es-abstract/2024/AllCharacters.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/AllCharacters.js rename to apps/angular/node_modules/es-abstract/2024/AllCharacters.js diff --git a/ClientApp/node_modules/es-abstract/2024/ApplyStringOrNumericBinaryOperator.js b/apps/angular/node_modules/es-abstract/2024/ApplyStringOrNumericBinaryOperator.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/ApplyStringOrNumericBinaryOperator.js rename to apps/angular/node_modules/es-abstract/2024/ApplyStringOrNumericBinaryOperator.js diff --git a/ClientApp/node_modules/es-abstract/2024/ArrayBufferByteLength.js b/apps/angular/node_modules/es-abstract/2024/ArrayBufferByteLength.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/ArrayBufferByteLength.js rename to apps/angular/node_modules/es-abstract/2024/ArrayBufferByteLength.js diff --git a/ClientApp/node_modules/es-abstract/2024/ArrayBufferCopyAndDetach.js b/apps/angular/node_modules/es-abstract/2024/ArrayBufferCopyAndDetach.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/ArrayBufferCopyAndDetach.js rename to apps/angular/node_modules/es-abstract/2024/ArrayBufferCopyAndDetach.js diff --git a/ClientApp/node_modules/es-abstract/2024/ArrayCreate.js b/apps/angular/node_modules/es-abstract/2024/ArrayCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/ArrayCreate.js rename to apps/angular/node_modules/es-abstract/2024/ArrayCreate.js diff --git a/ClientApp/node_modules/es-abstract/2024/ArraySetLength.js b/apps/angular/node_modules/es-abstract/2024/ArraySetLength.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/ArraySetLength.js rename to apps/angular/node_modules/es-abstract/2024/ArraySetLength.js diff --git a/ClientApp/node_modules/es-abstract/2024/ArraySpeciesCreate.js b/apps/angular/node_modules/es-abstract/2024/ArraySpeciesCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/ArraySpeciesCreate.js rename to apps/angular/node_modules/es-abstract/2024/ArraySpeciesCreate.js diff --git a/ClientApp/node_modules/es-abstract/2024/AsyncFromSyncIteratorContinuation.js b/apps/angular/node_modules/es-abstract/2024/AsyncFromSyncIteratorContinuation.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/AsyncFromSyncIteratorContinuation.js rename to apps/angular/node_modules/es-abstract/2024/AsyncFromSyncIteratorContinuation.js diff --git a/ClientApp/node_modules/es-abstract/2024/AsyncIteratorClose.js b/apps/angular/node_modules/es-abstract/2024/AsyncIteratorClose.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/AsyncIteratorClose.js rename to apps/angular/node_modules/es-abstract/2024/AsyncIteratorClose.js diff --git a/ClientApp/node_modules/es-abstract/2024/BigInt/add.js b/apps/angular/node_modules/es-abstract/2024/BigInt/add.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/BigInt/add.js rename to apps/angular/node_modules/es-abstract/2024/BigInt/add.js diff --git a/ClientApp/node_modules/es-abstract/2024/BigInt/bitwiseAND.js b/apps/angular/node_modules/es-abstract/2024/BigInt/bitwiseAND.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/BigInt/bitwiseAND.js rename to apps/angular/node_modules/es-abstract/2024/BigInt/bitwiseAND.js diff --git a/ClientApp/node_modules/es-abstract/2024/BigInt/bitwiseNOT.js b/apps/angular/node_modules/es-abstract/2024/BigInt/bitwiseNOT.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/BigInt/bitwiseNOT.js rename to apps/angular/node_modules/es-abstract/2024/BigInt/bitwiseNOT.js diff --git a/ClientApp/node_modules/es-abstract/2024/BigInt/bitwiseOR.js b/apps/angular/node_modules/es-abstract/2024/BigInt/bitwiseOR.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/BigInt/bitwiseOR.js rename to apps/angular/node_modules/es-abstract/2024/BigInt/bitwiseOR.js diff --git a/ClientApp/node_modules/es-abstract/2024/BigInt/bitwiseXOR.js b/apps/angular/node_modules/es-abstract/2024/BigInt/bitwiseXOR.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/BigInt/bitwiseXOR.js rename to apps/angular/node_modules/es-abstract/2024/BigInt/bitwiseXOR.js diff --git a/ClientApp/node_modules/es-abstract/2024/BigInt/divide.js b/apps/angular/node_modules/es-abstract/2024/BigInt/divide.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/BigInt/divide.js rename to apps/angular/node_modules/es-abstract/2024/BigInt/divide.js diff --git a/ClientApp/node_modules/es-abstract/2024/BigInt/equal.js b/apps/angular/node_modules/es-abstract/2024/BigInt/equal.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/BigInt/equal.js rename to apps/angular/node_modules/es-abstract/2024/BigInt/equal.js diff --git a/ClientApp/node_modules/es-abstract/2024/BigInt/exponentiate.js b/apps/angular/node_modules/es-abstract/2024/BigInt/exponentiate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/BigInt/exponentiate.js rename to apps/angular/node_modules/es-abstract/2024/BigInt/exponentiate.js diff --git a/ClientApp/node_modules/es-abstract/2024/BigInt/index.js b/apps/angular/node_modules/es-abstract/2024/BigInt/index.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/BigInt/index.js rename to apps/angular/node_modules/es-abstract/2024/BigInt/index.js diff --git a/ClientApp/node_modules/es-abstract/2024/BigInt/leftShift.js b/apps/angular/node_modules/es-abstract/2024/BigInt/leftShift.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/BigInt/leftShift.js rename to apps/angular/node_modules/es-abstract/2024/BigInt/leftShift.js diff --git a/ClientApp/node_modules/es-abstract/2024/BigInt/lessThan.js b/apps/angular/node_modules/es-abstract/2024/BigInt/lessThan.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/BigInt/lessThan.js rename to apps/angular/node_modules/es-abstract/2024/BigInt/lessThan.js diff --git a/ClientApp/node_modules/es-abstract/2024/BigInt/multiply.js b/apps/angular/node_modules/es-abstract/2024/BigInt/multiply.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/BigInt/multiply.js rename to apps/angular/node_modules/es-abstract/2024/BigInt/multiply.js diff --git a/ClientApp/node_modules/es-abstract/2024/BigInt/remainder.js b/apps/angular/node_modules/es-abstract/2024/BigInt/remainder.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/BigInt/remainder.js rename to apps/angular/node_modules/es-abstract/2024/BigInt/remainder.js diff --git a/ClientApp/node_modules/es-abstract/2024/BigInt/signedRightShift.js b/apps/angular/node_modules/es-abstract/2024/BigInt/signedRightShift.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/BigInt/signedRightShift.js rename to apps/angular/node_modules/es-abstract/2024/BigInt/signedRightShift.js diff --git a/ClientApp/node_modules/es-abstract/2024/BigInt/subtract.js b/apps/angular/node_modules/es-abstract/2024/BigInt/subtract.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/BigInt/subtract.js rename to apps/angular/node_modules/es-abstract/2024/BigInt/subtract.js diff --git a/ClientApp/node_modules/es-abstract/2024/BigInt/toString.js b/apps/angular/node_modules/es-abstract/2024/BigInt/toString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/BigInt/toString.js rename to apps/angular/node_modules/es-abstract/2024/BigInt/toString.js diff --git a/ClientApp/node_modules/es-abstract/2024/BigInt/unaryMinus.js b/apps/angular/node_modules/es-abstract/2024/BigInt/unaryMinus.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/BigInt/unaryMinus.js rename to apps/angular/node_modules/es-abstract/2024/BigInt/unaryMinus.js diff --git a/ClientApp/node_modules/es-abstract/2024/BigInt/unsignedRightShift.js b/apps/angular/node_modules/es-abstract/2024/BigInt/unsignedRightShift.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/BigInt/unsignedRightShift.js rename to apps/angular/node_modules/es-abstract/2024/BigInt/unsignedRightShift.js diff --git a/ClientApp/node_modules/es-abstract/2024/BigIntBitwiseOp.js b/apps/angular/node_modules/es-abstract/2024/BigIntBitwiseOp.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/BigIntBitwiseOp.js rename to apps/angular/node_modules/es-abstract/2024/BigIntBitwiseOp.js diff --git a/ClientApp/node_modules/es-abstract/2024/BinaryAnd.js b/apps/angular/node_modules/es-abstract/2024/BinaryAnd.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/BinaryAnd.js rename to apps/angular/node_modules/es-abstract/2024/BinaryAnd.js diff --git a/ClientApp/node_modules/es-abstract/2024/BinaryOr.js b/apps/angular/node_modules/es-abstract/2024/BinaryOr.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/BinaryOr.js rename to apps/angular/node_modules/es-abstract/2024/BinaryOr.js diff --git a/ClientApp/node_modules/es-abstract/2024/BinaryXor.js b/apps/angular/node_modules/es-abstract/2024/BinaryXor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/BinaryXor.js rename to apps/angular/node_modules/es-abstract/2024/BinaryXor.js diff --git a/ClientApp/node_modules/es-abstract/2024/ByteListBitwiseOp.js b/apps/angular/node_modules/es-abstract/2024/ByteListBitwiseOp.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/ByteListBitwiseOp.js rename to apps/angular/node_modules/es-abstract/2024/ByteListBitwiseOp.js diff --git a/ClientApp/node_modules/es-abstract/2024/ByteListEqual.js b/apps/angular/node_modules/es-abstract/2024/ByteListEqual.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/ByteListEqual.js rename to apps/angular/node_modules/es-abstract/2024/ByteListEqual.js diff --git a/ClientApp/node_modules/es-abstract/2024/Call.js b/apps/angular/node_modules/es-abstract/2024/Call.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/Call.js rename to apps/angular/node_modules/es-abstract/2024/Call.js diff --git a/ClientApp/node_modules/es-abstract/2024/CanBeHeldWeakly.js b/apps/angular/node_modules/es-abstract/2024/CanBeHeldWeakly.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/CanBeHeldWeakly.js rename to apps/angular/node_modules/es-abstract/2024/CanBeHeldWeakly.js diff --git a/ClientApp/node_modules/es-abstract/2024/CanonicalNumericIndexString.js b/apps/angular/node_modules/es-abstract/2024/CanonicalNumericIndexString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/CanonicalNumericIndexString.js rename to apps/angular/node_modules/es-abstract/2024/CanonicalNumericIndexString.js diff --git a/ClientApp/node_modules/es-abstract/2024/Canonicalize.js b/apps/angular/node_modules/es-abstract/2024/Canonicalize.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/Canonicalize.js rename to apps/angular/node_modules/es-abstract/2024/Canonicalize.js diff --git a/ClientApp/node_modules/es-abstract/2024/CharacterComplement.js b/apps/angular/node_modules/es-abstract/2024/CharacterComplement.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/CharacterComplement.js rename to apps/angular/node_modules/es-abstract/2024/CharacterComplement.js diff --git a/ClientApp/node_modules/es-abstract/2024/CharacterRange.js b/apps/angular/node_modules/es-abstract/2024/CharacterRange.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/CharacterRange.js rename to apps/angular/node_modules/es-abstract/2024/CharacterRange.js diff --git a/ClientApp/node_modules/es-abstract/2024/ClearKeptObjects.js b/apps/angular/node_modules/es-abstract/2024/ClearKeptObjects.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/ClearKeptObjects.js rename to apps/angular/node_modules/es-abstract/2024/ClearKeptObjects.js diff --git a/ClientApp/node_modules/es-abstract/2024/CloneArrayBuffer.js b/apps/angular/node_modules/es-abstract/2024/CloneArrayBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/CloneArrayBuffer.js rename to apps/angular/node_modules/es-abstract/2024/CloneArrayBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2024/CodePointAt.js b/apps/angular/node_modules/es-abstract/2024/CodePointAt.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/CodePointAt.js rename to apps/angular/node_modules/es-abstract/2024/CodePointAt.js diff --git a/ClientApp/node_modules/es-abstract/2024/CodePointsToString.js b/apps/angular/node_modules/es-abstract/2024/CodePointsToString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/CodePointsToString.js rename to apps/angular/node_modules/es-abstract/2024/CodePointsToString.js diff --git a/ClientApp/node_modules/es-abstract/2024/CompareArrayElements.js b/apps/angular/node_modules/es-abstract/2024/CompareArrayElements.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/CompareArrayElements.js rename to apps/angular/node_modules/es-abstract/2024/CompareArrayElements.js diff --git a/ClientApp/node_modules/es-abstract/2024/CompareTypedArrayElements.js b/apps/angular/node_modules/es-abstract/2024/CompareTypedArrayElements.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/CompareTypedArrayElements.js rename to apps/angular/node_modules/es-abstract/2024/CompareTypedArrayElements.js diff --git a/ClientApp/node_modules/es-abstract/2024/CompletePropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2024/CompletePropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/CompletePropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2024/CompletePropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2024/CompletionRecord.js b/apps/angular/node_modules/es-abstract/2024/CompletionRecord.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/CompletionRecord.js rename to apps/angular/node_modules/es-abstract/2024/CompletionRecord.js diff --git a/ClientApp/node_modules/es-abstract/2024/CopyDataProperties.js b/apps/angular/node_modules/es-abstract/2024/CopyDataProperties.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/CopyDataProperties.js rename to apps/angular/node_modules/es-abstract/2024/CopyDataProperties.js diff --git a/ClientApp/node_modules/es-abstract/2024/CreateAsyncFromSyncIterator.js b/apps/angular/node_modules/es-abstract/2024/CreateAsyncFromSyncIterator.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/CreateAsyncFromSyncIterator.js rename to apps/angular/node_modules/es-abstract/2024/CreateAsyncFromSyncIterator.js diff --git a/ClientApp/node_modules/es-abstract/2024/CreateDataProperty.js b/apps/angular/node_modules/es-abstract/2024/CreateDataProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/CreateDataProperty.js rename to apps/angular/node_modules/es-abstract/2024/CreateDataProperty.js diff --git a/ClientApp/node_modules/es-abstract/2024/CreateDataPropertyOrThrow.js b/apps/angular/node_modules/es-abstract/2024/CreateDataPropertyOrThrow.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/CreateDataPropertyOrThrow.js rename to apps/angular/node_modules/es-abstract/2024/CreateDataPropertyOrThrow.js diff --git a/ClientApp/node_modules/es-abstract/2024/CreateHTML.js b/apps/angular/node_modules/es-abstract/2024/CreateHTML.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/CreateHTML.js rename to apps/angular/node_modules/es-abstract/2024/CreateHTML.js diff --git a/ClientApp/node_modules/es-abstract/2024/CreateIterResultObject.js b/apps/angular/node_modules/es-abstract/2024/CreateIterResultObject.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/CreateIterResultObject.js rename to apps/angular/node_modules/es-abstract/2024/CreateIterResultObject.js diff --git a/ClientApp/node_modules/es-abstract/2024/CreateListFromArrayLike.js b/apps/angular/node_modules/es-abstract/2024/CreateListFromArrayLike.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/CreateListFromArrayLike.js rename to apps/angular/node_modules/es-abstract/2024/CreateListFromArrayLike.js diff --git a/ClientApp/node_modules/es-abstract/2024/CreateNonEnumerableDataPropertyOrThrow.js b/apps/angular/node_modules/es-abstract/2024/CreateNonEnumerableDataPropertyOrThrow.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/CreateNonEnumerableDataPropertyOrThrow.js rename to apps/angular/node_modules/es-abstract/2024/CreateNonEnumerableDataPropertyOrThrow.js diff --git a/ClientApp/node_modules/es-abstract/2024/CreateRegExpStringIterator.js b/apps/angular/node_modules/es-abstract/2024/CreateRegExpStringIterator.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/CreateRegExpStringIterator.js rename to apps/angular/node_modules/es-abstract/2024/CreateRegExpStringIterator.js diff --git a/ClientApp/node_modules/es-abstract/2024/DateFromTime.js b/apps/angular/node_modules/es-abstract/2024/DateFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/DateFromTime.js rename to apps/angular/node_modules/es-abstract/2024/DateFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2024/DateString.js b/apps/angular/node_modules/es-abstract/2024/DateString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/DateString.js rename to apps/angular/node_modules/es-abstract/2024/DateString.js diff --git a/ClientApp/node_modules/es-abstract/2024/Day.js b/apps/angular/node_modules/es-abstract/2024/Day.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/Day.js rename to apps/angular/node_modules/es-abstract/2024/Day.js diff --git a/ClientApp/node_modules/es-abstract/2024/DayFromYear.js b/apps/angular/node_modules/es-abstract/2024/DayFromYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/DayFromYear.js rename to apps/angular/node_modules/es-abstract/2024/DayFromYear.js diff --git a/ClientApp/node_modules/es-abstract/2024/DayWithinYear.js b/apps/angular/node_modules/es-abstract/2024/DayWithinYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/DayWithinYear.js rename to apps/angular/node_modules/es-abstract/2024/DayWithinYear.js diff --git a/ClientApp/node_modules/es-abstract/2024/DaysInYear.js b/apps/angular/node_modules/es-abstract/2024/DaysInYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/DaysInYear.js rename to apps/angular/node_modules/es-abstract/2024/DaysInYear.js diff --git a/ClientApp/node_modules/es-abstract/2024/DefineMethodProperty.js b/apps/angular/node_modules/es-abstract/2024/DefineMethodProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/DefineMethodProperty.js rename to apps/angular/node_modules/es-abstract/2024/DefineMethodProperty.js diff --git a/ClientApp/node_modules/es-abstract/2024/DefinePropertyOrThrow.js b/apps/angular/node_modules/es-abstract/2024/DefinePropertyOrThrow.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/DefinePropertyOrThrow.js rename to apps/angular/node_modules/es-abstract/2024/DefinePropertyOrThrow.js diff --git a/ClientApp/node_modules/es-abstract/2024/DeletePropertyOrThrow.js b/apps/angular/node_modules/es-abstract/2024/DeletePropertyOrThrow.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/DeletePropertyOrThrow.js rename to apps/angular/node_modules/es-abstract/2024/DeletePropertyOrThrow.js diff --git a/ClientApp/node_modules/es-abstract/2024/DetachArrayBuffer.js b/apps/angular/node_modules/es-abstract/2024/DetachArrayBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/DetachArrayBuffer.js rename to apps/angular/node_modules/es-abstract/2024/DetachArrayBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2024/EnumerableOwnProperties.js b/apps/angular/node_modules/es-abstract/2024/EnumerableOwnProperties.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/EnumerableOwnProperties.js rename to apps/angular/node_modules/es-abstract/2024/EnumerableOwnProperties.js diff --git a/ClientApp/node_modules/es-abstract/2024/FindViaPredicate.js b/apps/angular/node_modules/es-abstract/2024/FindViaPredicate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/FindViaPredicate.js rename to apps/angular/node_modules/es-abstract/2024/FindViaPredicate.js diff --git a/ClientApp/node_modules/es-abstract/2024/FlattenIntoArray.js b/apps/angular/node_modules/es-abstract/2024/FlattenIntoArray.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/FlattenIntoArray.js rename to apps/angular/node_modules/es-abstract/2024/FlattenIntoArray.js diff --git a/ClientApp/node_modules/es-abstract/2024/FromPropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2024/FromPropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/FromPropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2024/FromPropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2024/Get.js b/apps/angular/node_modules/es-abstract/2024/Get.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/Get.js rename to apps/angular/node_modules/es-abstract/2024/Get.js diff --git a/ClientApp/node_modules/es-abstract/2024/GetArrayBufferMaxByteLengthOption.js b/apps/angular/node_modules/es-abstract/2024/GetArrayBufferMaxByteLengthOption.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/GetArrayBufferMaxByteLengthOption.js rename to apps/angular/node_modules/es-abstract/2024/GetArrayBufferMaxByteLengthOption.js diff --git a/ClientApp/node_modules/es-abstract/2024/GetGlobalObject.js b/apps/angular/node_modules/es-abstract/2024/GetGlobalObject.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/GetGlobalObject.js rename to apps/angular/node_modules/es-abstract/2024/GetGlobalObject.js diff --git a/ClientApp/node_modules/es-abstract/2024/GetIterator.js b/apps/angular/node_modules/es-abstract/2024/GetIterator.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/GetIterator.js rename to apps/angular/node_modules/es-abstract/2024/GetIterator.js diff --git a/ClientApp/node_modules/es-abstract/2024/GetIteratorFromMethod.js b/apps/angular/node_modules/es-abstract/2024/GetIteratorFromMethod.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/GetIteratorFromMethod.js rename to apps/angular/node_modules/es-abstract/2024/GetIteratorFromMethod.js diff --git a/ClientApp/node_modules/es-abstract/2024/GetMatchIndexPair.js b/apps/angular/node_modules/es-abstract/2024/GetMatchIndexPair.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/GetMatchIndexPair.js rename to apps/angular/node_modules/es-abstract/2024/GetMatchIndexPair.js diff --git a/ClientApp/node_modules/es-abstract/2024/GetMatchString.js b/apps/angular/node_modules/es-abstract/2024/GetMatchString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/GetMatchString.js rename to apps/angular/node_modules/es-abstract/2024/GetMatchString.js diff --git a/ClientApp/node_modules/es-abstract/2024/GetMethod.js b/apps/angular/node_modules/es-abstract/2024/GetMethod.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/GetMethod.js rename to apps/angular/node_modules/es-abstract/2024/GetMethod.js diff --git a/ClientApp/node_modules/es-abstract/2024/GetNamedTimeZoneEpochNanoseconds.js b/apps/angular/node_modules/es-abstract/2024/GetNamedTimeZoneEpochNanoseconds.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/GetNamedTimeZoneEpochNanoseconds.js rename to apps/angular/node_modules/es-abstract/2024/GetNamedTimeZoneEpochNanoseconds.js diff --git a/ClientApp/node_modules/es-abstract/2024/GetOwnPropertyKeys.js b/apps/angular/node_modules/es-abstract/2024/GetOwnPropertyKeys.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/GetOwnPropertyKeys.js rename to apps/angular/node_modules/es-abstract/2024/GetOwnPropertyKeys.js diff --git a/ClientApp/node_modules/es-abstract/2024/GetPromiseResolve.js b/apps/angular/node_modules/es-abstract/2024/GetPromiseResolve.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/GetPromiseResolve.js rename to apps/angular/node_modules/es-abstract/2024/GetPromiseResolve.js diff --git a/ClientApp/node_modules/es-abstract/2024/GetPrototypeFromConstructor.js b/apps/angular/node_modules/es-abstract/2024/GetPrototypeFromConstructor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/GetPrototypeFromConstructor.js rename to apps/angular/node_modules/es-abstract/2024/GetPrototypeFromConstructor.js diff --git a/ClientApp/node_modules/es-abstract/2024/GetStringIndex.js b/apps/angular/node_modules/es-abstract/2024/GetStringIndex.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/GetStringIndex.js rename to apps/angular/node_modules/es-abstract/2024/GetStringIndex.js diff --git a/ClientApp/node_modules/es-abstract/2024/GetSubstitution.js b/apps/angular/node_modules/es-abstract/2024/GetSubstitution.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/GetSubstitution.js rename to apps/angular/node_modules/es-abstract/2024/GetSubstitution.js diff --git a/ClientApp/node_modules/es-abstract/2024/GetUTCEpochNanoseconds.js b/apps/angular/node_modules/es-abstract/2024/GetUTCEpochNanoseconds.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/GetUTCEpochNanoseconds.js rename to apps/angular/node_modules/es-abstract/2024/GetUTCEpochNanoseconds.js diff --git a/ClientApp/node_modules/es-abstract/2024/GetV.js b/apps/angular/node_modules/es-abstract/2024/GetV.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/GetV.js rename to apps/angular/node_modules/es-abstract/2024/GetV.js diff --git a/ClientApp/node_modules/es-abstract/2024/GetValueFromBuffer.js b/apps/angular/node_modules/es-abstract/2024/GetValueFromBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/GetValueFromBuffer.js rename to apps/angular/node_modules/es-abstract/2024/GetValueFromBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2024/GetViewByteLength.js b/apps/angular/node_modules/es-abstract/2024/GetViewByteLength.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/GetViewByteLength.js rename to apps/angular/node_modules/es-abstract/2024/GetViewByteLength.js diff --git a/ClientApp/node_modules/es-abstract/2024/GroupBy.js b/apps/angular/node_modules/es-abstract/2024/GroupBy.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/GroupBy.js rename to apps/angular/node_modules/es-abstract/2024/GroupBy.js diff --git a/ClientApp/node_modules/es-abstract/2024/HasEitherUnicodeFlag.js b/apps/angular/node_modules/es-abstract/2024/HasEitherUnicodeFlag.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/HasEitherUnicodeFlag.js rename to apps/angular/node_modules/es-abstract/2024/HasEitherUnicodeFlag.js diff --git a/ClientApp/node_modules/es-abstract/2024/HasOwnProperty.js b/apps/angular/node_modules/es-abstract/2024/HasOwnProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/HasOwnProperty.js rename to apps/angular/node_modules/es-abstract/2024/HasOwnProperty.js diff --git a/ClientApp/node_modules/es-abstract/2024/HasProperty.js b/apps/angular/node_modules/es-abstract/2024/HasProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/HasProperty.js rename to apps/angular/node_modules/es-abstract/2024/HasProperty.js diff --git a/ClientApp/node_modules/es-abstract/2024/HourFromTime.js b/apps/angular/node_modules/es-abstract/2024/HourFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/HourFromTime.js rename to apps/angular/node_modules/es-abstract/2024/HourFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2024/InLeapYear.js b/apps/angular/node_modules/es-abstract/2024/InLeapYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/InLeapYear.js rename to apps/angular/node_modules/es-abstract/2024/InLeapYear.js diff --git a/ClientApp/node_modules/es-abstract/2024/InstallErrorCause.js b/apps/angular/node_modules/es-abstract/2024/InstallErrorCause.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/InstallErrorCause.js rename to apps/angular/node_modules/es-abstract/2024/InstallErrorCause.js diff --git a/ClientApp/node_modules/es-abstract/2024/InstanceofOperator.js b/apps/angular/node_modules/es-abstract/2024/InstanceofOperator.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/InstanceofOperator.js rename to apps/angular/node_modules/es-abstract/2024/InstanceofOperator.js diff --git a/ClientApp/node_modules/es-abstract/2024/InternalizeJSONProperty.js b/apps/angular/node_modules/es-abstract/2024/InternalizeJSONProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/InternalizeJSONProperty.js rename to apps/angular/node_modules/es-abstract/2024/InternalizeJSONProperty.js diff --git a/ClientApp/node_modules/es-abstract/2024/Invoke.js b/apps/angular/node_modules/es-abstract/2024/Invoke.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/Invoke.js rename to apps/angular/node_modules/es-abstract/2024/Invoke.js diff --git a/ClientApp/node_modules/es-abstract/2024/IsAccessorDescriptor.js b/apps/angular/node_modules/es-abstract/2024/IsAccessorDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/IsAccessorDescriptor.js rename to apps/angular/node_modules/es-abstract/2024/IsAccessorDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2024/IsArray.js b/apps/angular/node_modules/es-abstract/2024/IsArray.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/IsArray.js rename to apps/angular/node_modules/es-abstract/2024/IsArray.js diff --git a/ClientApp/node_modules/es-abstract/2024/IsArrayBufferViewOutOfBounds.js b/apps/angular/node_modules/es-abstract/2024/IsArrayBufferViewOutOfBounds.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/IsArrayBufferViewOutOfBounds.js rename to apps/angular/node_modules/es-abstract/2024/IsArrayBufferViewOutOfBounds.js diff --git a/ClientApp/node_modules/es-abstract/2024/IsBigIntElementType.js b/apps/angular/node_modules/es-abstract/2024/IsBigIntElementType.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/IsBigIntElementType.js rename to apps/angular/node_modules/es-abstract/2024/IsBigIntElementType.js diff --git a/ClientApp/node_modules/es-abstract/2024/IsCallable.js b/apps/angular/node_modules/es-abstract/2024/IsCallable.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/IsCallable.js rename to apps/angular/node_modules/es-abstract/2024/IsCallable.js diff --git a/ClientApp/node_modules/es-abstract/2024/IsCompatiblePropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2024/IsCompatiblePropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/IsCompatiblePropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2024/IsCompatiblePropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2024/IsConcatSpreadable.js b/apps/angular/node_modules/es-abstract/2024/IsConcatSpreadable.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/IsConcatSpreadable.js rename to apps/angular/node_modules/es-abstract/2024/IsConcatSpreadable.js diff --git a/ClientApp/node_modules/es-abstract/2024/IsConstructor.js b/apps/angular/node_modules/es-abstract/2024/IsConstructor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/IsConstructor.js rename to apps/angular/node_modules/es-abstract/2024/IsConstructor.js diff --git a/ClientApp/node_modules/es-abstract/2024/IsDataDescriptor.js b/apps/angular/node_modules/es-abstract/2024/IsDataDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/IsDataDescriptor.js rename to apps/angular/node_modules/es-abstract/2024/IsDataDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2024/IsDetachedBuffer.js b/apps/angular/node_modules/es-abstract/2024/IsDetachedBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/IsDetachedBuffer.js rename to apps/angular/node_modules/es-abstract/2024/IsDetachedBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2024/IsExtensible.js b/apps/angular/node_modules/es-abstract/2024/IsExtensible.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/IsExtensible.js rename to apps/angular/node_modules/es-abstract/2024/IsExtensible.js diff --git a/ClientApp/node_modules/es-abstract/2024/IsFixedLengthArrayBuffer.js b/apps/angular/node_modules/es-abstract/2024/IsFixedLengthArrayBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/IsFixedLengthArrayBuffer.js rename to apps/angular/node_modules/es-abstract/2024/IsFixedLengthArrayBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2024/IsGenericDescriptor.js b/apps/angular/node_modules/es-abstract/2024/IsGenericDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/IsGenericDescriptor.js rename to apps/angular/node_modules/es-abstract/2024/IsGenericDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2024/IsIntegralNumber.js b/apps/angular/node_modules/es-abstract/2024/IsIntegralNumber.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/IsIntegralNumber.js rename to apps/angular/node_modules/es-abstract/2024/IsIntegralNumber.js diff --git a/ClientApp/node_modules/es-abstract/2024/IsLessThan.js b/apps/angular/node_modules/es-abstract/2024/IsLessThan.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/IsLessThan.js rename to apps/angular/node_modules/es-abstract/2024/IsLessThan.js diff --git a/ClientApp/node_modules/es-abstract/2024/IsLooselyEqual.js b/apps/angular/node_modules/es-abstract/2024/IsLooselyEqual.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/IsLooselyEqual.js rename to apps/angular/node_modules/es-abstract/2024/IsLooselyEqual.js diff --git a/ClientApp/node_modules/es-abstract/2024/IsNoTearConfiguration.js b/apps/angular/node_modules/es-abstract/2024/IsNoTearConfiguration.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/IsNoTearConfiguration.js rename to apps/angular/node_modules/es-abstract/2024/IsNoTearConfiguration.js diff --git a/ClientApp/node_modules/es-abstract/2024/IsPromise.js b/apps/angular/node_modules/es-abstract/2024/IsPromise.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/IsPromise.js rename to apps/angular/node_modules/es-abstract/2024/IsPromise.js diff --git a/ClientApp/node_modules/es-abstract/2024/IsPropertyKey.js b/apps/angular/node_modules/es-abstract/2024/IsPropertyKey.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/IsPropertyKey.js rename to apps/angular/node_modules/es-abstract/2024/IsPropertyKey.js diff --git a/ClientApp/node_modules/es-abstract/2024/IsRegExp.js b/apps/angular/node_modules/es-abstract/2024/IsRegExp.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/IsRegExp.js rename to apps/angular/node_modules/es-abstract/2024/IsRegExp.js diff --git a/ClientApp/node_modules/es-abstract/2024/IsSharedArrayBuffer.js b/apps/angular/node_modules/es-abstract/2024/IsSharedArrayBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/IsSharedArrayBuffer.js rename to apps/angular/node_modules/es-abstract/2024/IsSharedArrayBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2024/IsStrictlyEqual.js b/apps/angular/node_modules/es-abstract/2024/IsStrictlyEqual.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/IsStrictlyEqual.js rename to apps/angular/node_modules/es-abstract/2024/IsStrictlyEqual.js diff --git a/ClientApp/node_modules/es-abstract/2024/IsStringWellFormedUnicode.js b/apps/angular/node_modules/es-abstract/2024/IsStringWellFormedUnicode.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/IsStringWellFormedUnicode.js rename to apps/angular/node_modules/es-abstract/2024/IsStringWellFormedUnicode.js diff --git a/ClientApp/node_modules/es-abstract/2024/IsTimeZoneOffsetString.js b/apps/angular/node_modules/es-abstract/2024/IsTimeZoneOffsetString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/IsTimeZoneOffsetString.js rename to apps/angular/node_modules/es-abstract/2024/IsTimeZoneOffsetString.js diff --git a/ClientApp/node_modules/es-abstract/2024/IsTypedArrayOutOfBounds.js b/apps/angular/node_modules/es-abstract/2024/IsTypedArrayOutOfBounds.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/IsTypedArrayOutOfBounds.js rename to apps/angular/node_modules/es-abstract/2024/IsTypedArrayOutOfBounds.js diff --git a/ClientApp/node_modules/es-abstract/2024/IsUnclampedIntegerElementType.js b/apps/angular/node_modules/es-abstract/2024/IsUnclampedIntegerElementType.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/IsUnclampedIntegerElementType.js rename to apps/angular/node_modules/es-abstract/2024/IsUnclampedIntegerElementType.js diff --git a/ClientApp/node_modules/es-abstract/2024/IsUnsignedElementType.js b/apps/angular/node_modules/es-abstract/2024/IsUnsignedElementType.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/IsUnsignedElementType.js rename to apps/angular/node_modules/es-abstract/2024/IsUnsignedElementType.js diff --git a/ClientApp/node_modules/es-abstract/2024/IsValidIntegerIndex.js b/apps/angular/node_modules/es-abstract/2024/IsValidIntegerIndex.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/IsValidIntegerIndex.js rename to apps/angular/node_modules/es-abstract/2024/IsValidIntegerIndex.js diff --git a/ClientApp/node_modules/es-abstract/2024/IsViewOutOfBounds.js b/apps/angular/node_modules/es-abstract/2024/IsViewOutOfBounds.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/IsViewOutOfBounds.js rename to apps/angular/node_modules/es-abstract/2024/IsViewOutOfBounds.js diff --git a/ClientApp/node_modules/es-abstract/2024/IsWordChar.js b/apps/angular/node_modules/es-abstract/2024/IsWordChar.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/IsWordChar.js rename to apps/angular/node_modules/es-abstract/2024/IsWordChar.js diff --git a/ClientApp/node_modules/es-abstract/2024/IteratorClose.js b/apps/angular/node_modules/es-abstract/2024/IteratorClose.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/IteratorClose.js rename to apps/angular/node_modules/es-abstract/2024/IteratorClose.js diff --git a/ClientApp/node_modules/es-abstract/2024/IteratorComplete.js b/apps/angular/node_modules/es-abstract/2024/IteratorComplete.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/IteratorComplete.js rename to apps/angular/node_modules/es-abstract/2024/IteratorComplete.js diff --git a/ClientApp/node_modules/es-abstract/2024/IteratorNext.js b/apps/angular/node_modules/es-abstract/2024/IteratorNext.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/IteratorNext.js rename to apps/angular/node_modules/es-abstract/2024/IteratorNext.js diff --git a/ClientApp/node_modules/es-abstract/2024/IteratorStep.js b/apps/angular/node_modules/es-abstract/2024/IteratorStep.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/IteratorStep.js rename to apps/angular/node_modules/es-abstract/2024/IteratorStep.js diff --git a/ClientApp/node_modules/es-abstract/2024/IteratorStepValue.js b/apps/angular/node_modules/es-abstract/2024/IteratorStepValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/IteratorStepValue.js rename to apps/angular/node_modules/es-abstract/2024/IteratorStepValue.js diff --git a/ClientApp/node_modules/es-abstract/2024/IteratorToList.js b/apps/angular/node_modules/es-abstract/2024/IteratorToList.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/IteratorToList.js rename to apps/angular/node_modules/es-abstract/2024/IteratorToList.js diff --git a/ClientApp/node_modules/es-abstract/2024/IteratorValue.js b/apps/angular/node_modules/es-abstract/2024/IteratorValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/IteratorValue.js rename to apps/angular/node_modules/es-abstract/2024/IteratorValue.js diff --git a/ClientApp/node_modules/es-abstract/2024/KeyForSymbol.js b/apps/angular/node_modules/es-abstract/2024/KeyForSymbol.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/KeyForSymbol.js rename to apps/angular/node_modules/es-abstract/2024/KeyForSymbol.js diff --git a/ClientApp/node_modules/es-abstract/2024/LengthOfArrayLike.js b/apps/angular/node_modules/es-abstract/2024/LengthOfArrayLike.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/LengthOfArrayLike.js rename to apps/angular/node_modules/es-abstract/2024/LengthOfArrayLike.js diff --git a/ClientApp/node_modules/es-abstract/2024/MakeDataViewWithBufferWitnessRecord.js b/apps/angular/node_modules/es-abstract/2024/MakeDataViewWithBufferWitnessRecord.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/MakeDataViewWithBufferWitnessRecord.js rename to apps/angular/node_modules/es-abstract/2024/MakeDataViewWithBufferWitnessRecord.js diff --git a/ClientApp/node_modules/es-abstract/2024/MakeDate.js b/apps/angular/node_modules/es-abstract/2024/MakeDate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/MakeDate.js rename to apps/angular/node_modules/es-abstract/2024/MakeDate.js diff --git a/ClientApp/node_modules/es-abstract/2024/MakeDay.js b/apps/angular/node_modules/es-abstract/2024/MakeDay.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/MakeDay.js rename to apps/angular/node_modules/es-abstract/2024/MakeDay.js diff --git a/ClientApp/node_modules/es-abstract/2024/MakeFullYear.js b/apps/angular/node_modules/es-abstract/2024/MakeFullYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/MakeFullYear.js rename to apps/angular/node_modules/es-abstract/2024/MakeFullYear.js diff --git a/ClientApp/node_modules/es-abstract/2024/MakeMatchIndicesIndexPairArray.js b/apps/angular/node_modules/es-abstract/2024/MakeMatchIndicesIndexPairArray.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/MakeMatchIndicesIndexPairArray.js rename to apps/angular/node_modules/es-abstract/2024/MakeMatchIndicesIndexPairArray.js diff --git a/ClientApp/node_modules/es-abstract/2024/MakeTime.js b/apps/angular/node_modules/es-abstract/2024/MakeTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/MakeTime.js rename to apps/angular/node_modules/es-abstract/2024/MakeTime.js diff --git a/ClientApp/node_modules/es-abstract/2024/MakeTypedArrayWithBufferWitnessRecord.js b/apps/angular/node_modules/es-abstract/2024/MakeTypedArrayWithBufferWitnessRecord.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/MakeTypedArrayWithBufferWitnessRecord.js rename to apps/angular/node_modules/es-abstract/2024/MakeTypedArrayWithBufferWitnessRecord.js diff --git a/ClientApp/node_modules/es-abstract/2024/MinFromTime.js b/apps/angular/node_modules/es-abstract/2024/MinFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/MinFromTime.js rename to apps/angular/node_modules/es-abstract/2024/MinFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2024/MonthFromTime.js b/apps/angular/node_modules/es-abstract/2024/MonthFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/MonthFromTime.js rename to apps/angular/node_modules/es-abstract/2024/MonthFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2024/NewPromiseCapability.js b/apps/angular/node_modules/es-abstract/2024/NewPromiseCapability.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/NewPromiseCapability.js rename to apps/angular/node_modules/es-abstract/2024/NewPromiseCapability.js diff --git a/ClientApp/node_modules/es-abstract/2024/NormalCompletion.js b/apps/angular/node_modules/es-abstract/2024/NormalCompletion.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/NormalCompletion.js rename to apps/angular/node_modules/es-abstract/2024/NormalCompletion.js diff --git a/ClientApp/node_modules/es-abstract/2024/Number/add.js b/apps/angular/node_modules/es-abstract/2024/Number/add.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/Number/add.js rename to apps/angular/node_modules/es-abstract/2024/Number/add.js diff --git a/ClientApp/node_modules/es-abstract/2024/Number/bitwiseAND.js b/apps/angular/node_modules/es-abstract/2024/Number/bitwiseAND.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/Number/bitwiseAND.js rename to apps/angular/node_modules/es-abstract/2024/Number/bitwiseAND.js diff --git a/ClientApp/node_modules/es-abstract/2024/Number/bitwiseNOT.js b/apps/angular/node_modules/es-abstract/2024/Number/bitwiseNOT.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/Number/bitwiseNOT.js rename to apps/angular/node_modules/es-abstract/2024/Number/bitwiseNOT.js diff --git a/ClientApp/node_modules/es-abstract/2024/Number/bitwiseOR.js b/apps/angular/node_modules/es-abstract/2024/Number/bitwiseOR.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/Number/bitwiseOR.js rename to apps/angular/node_modules/es-abstract/2024/Number/bitwiseOR.js diff --git a/ClientApp/node_modules/es-abstract/2024/Number/bitwiseXOR.js b/apps/angular/node_modules/es-abstract/2024/Number/bitwiseXOR.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/Number/bitwiseXOR.js rename to apps/angular/node_modules/es-abstract/2024/Number/bitwiseXOR.js diff --git a/ClientApp/node_modules/es-abstract/2024/Number/divide.js b/apps/angular/node_modules/es-abstract/2024/Number/divide.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/Number/divide.js rename to apps/angular/node_modules/es-abstract/2024/Number/divide.js diff --git a/ClientApp/node_modules/es-abstract/2024/Number/equal.js b/apps/angular/node_modules/es-abstract/2024/Number/equal.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/Number/equal.js rename to apps/angular/node_modules/es-abstract/2024/Number/equal.js diff --git a/ClientApp/node_modules/es-abstract/2024/Number/exponentiate.js b/apps/angular/node_modules/es-abstract/2024/Number/exponentiate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/Number/exponentiate.js rename to apps/angular/node_modules/es-abstract/2024/Number/exponentiate.js diff --git a/ClientApp/node_modules/es-abstract/2024/Number/index.js b/apps/angular/node_modules/es-abstract/2024/Number/index.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/Number/index.js rename to apps/angular/node_modules/es-abstract/2024/Number/index.js diff --git a/ClientApp/node_modules/es-abstract/2024/Number/leftShift.js b/apps/angular/node_modules/es-abstract/2024/Number/leftShift.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/Number/leftShift.js rename to apps/angular/node_modules/es-abstract/2024/Number/leftShift.js diff --git a/ClientApp/node_modules/es-abstract/2024/Number/lessThan.js b/apps/angular/node_modules/es-abstract/2024/Number/lessThan.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/Number/lessThan.js rename to apps/angular/node_modules/es-abstract/2024/Number/lessThan.js diff --git a/ClientApp/node_modules/es-abstract/2024/Number/multiply.js b/apps/angular/node_modules/es-abstract/2024/Number/multiply.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/Number/multiply.js rename to apps/angular/node_modules/es-abstract/2024/Number/multiply.js diff --git a/ClientApp/node_modules/es-abstract/2024/Number/remainder.js b/apps/angular/node_modules/es-abstract/2024/Number/remainder.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/Number/remainder.js rename to apps/angular/node_modules/es-abstract/2024/Number/remainder.js diff --git a/ClientApp/node_modules/es-abstract/2024/Number/sameValue.js b/apps/angular/node_modules/es-abstract/2024/Number/sameValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/Number/sameValue.js rename to apps/angular/node_modules/es-abstract/2024/Number/sameValue.js diff --git a/ClientApp/node_modules/es-abstract/2024/Number/sameValueZero.js b/apps/angular/node_modules/es-abstract/2024/Number/sameValueZero.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/Number/sameValueZero.js rename to apps/angular/node_modules/es-abstract/2024/Number/sameValueZero.js diff --git a/ClientApp/node_modules/es-abstract/2024/Number/signedRightShift.js b/apps/angular/node_modules/es-abstract/2024/Number/signedRightShift.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/Number/signedRightShift.js rename to apps/angular/node_modules/es-abstract/2024/Number/signedRightShift.js diff --git a/ClientApp/node_modules/es-abstract/2024/Number/subtract.js b/apps/angular/node_modules/es-abstract/2024/Number/subtract.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/Number/subtract.js rename to apps/angular/node_modules/es-abstract/2024/Number/subtract.js diff --git a/ClientApp/node_modules/es-abstract/2024/Number/toString.js b/apps/angular/node_modules/es-abstract/2024/Number/toString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/Number/toString.js rename to apps/angular/node_modules/es-abstract/2024/Number/toString.js diff --git a/ClientApp/node_modules/es-abstract/2024/Number/unaryMinus.js b/apps/angular/node_modules/es-abstract/2024/Number/unaryMinus.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/Number/unaryMinus.js rename to apps/angular/node_modules/es-abstract/2024/Number/unaryMinus.js diff --git a/ClientApp/node_modules/es-abstract/2024/Number/unsignedRightShift.js b/apps/angular/node_modules/es-abstract/2024/Number/unsignedRightShift.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/Number/unsignedRightShift.js rename to apps/angular/node_modules/es-abstract/2024/Number/unsignedRightShift.js diff --git a/ClientApp/node_modules/es-abstract/2024/NumberBitwiseOp.js b/apps/angular/node_modules/es-abstract/2024/NumberBitwiseOp.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/NumberBitwiseOp.js rename to apps/angular/node_modules/es-abstract/2024/NumberBitwiseOp.js diff --git a/ClientApp/node_modules/es-abstract/2024/NumberToBigInt.js b/apps/angular/node_modules/es-abstract/2024/NumberToBigInt.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/NumberToBigInt.js rename to apps/angular/node_modules/es-abstract/2024/NumberToBigInt.js diff --git a/ClientApp/node_modules/es-abstract/2024/NumericToRawBytes.js b/apps/angular/node_modules/es-abstract/2024/NumericToRawBytes.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/NumericToRawBytes.js rename to apps/angular/node_modules/es-abstract/2024/NumericToRawBytes.js diff --git a/ClientApp/node_modules/es-abstract/2024/ObjectDefineProperties.js b/apps/angular/node_modules/es-abstract/2024/ObjectDefineProperties.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/ObjectDefineProperties.js rename to apps/angular/node_modules/es-abstract/2024/ObjectDefineProperties.js diff --git a/ClientApp/node_modules/es-abstract/2024/OrdinaryCreateFromConstructor.js b/apps/angular/node_modules/es-abstract/2024/OrdinaryCreateFromConstructor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/OrdinaryCreateFromConstructor.js rename to apps/angular/node_modules/es-abstract/2024/OrdinaryCreateFromConstructor.js diff --git a/ClientApp/node_modules/es-abstract/2024/OrdinaryDefineOwnProperty.js b/apps/angular/node_modules/es-abstract/2024/OrdinaryDefineOwnProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/OrdinaryDefineOwnProperty.js rename to apps/angular/node_modules/es-abstract/2024/OrdinaryDefineOwnProperty.js diff --git a/ClientApp/node_modules/es-abstract/2024/OrdinaryGetOwnProperty.js b/apps/angular/node_modules/es-abstract/2024/OrdinaryGetOwnProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/OrdinaryGetOwnProperty.js rename to apps/angular/node_modules/es-abstract/2024/OrdinaryGetOwnProperty.js diff --git a/ClientApp/node_modules/es-abstract/2024/OrdinaryGetPrototypeOf.js b/apps/angular/node_modules/es-abstract/2024/OrdinaryGetPrototypeOf.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/OrdinaryGetPrototypeOf.js rename to apps/angular/node_modules/es-abstract/2024/OrdinaryGetPrototypeOf.js diff --git a/ClientApp/node_modules/es-abstract/2024/OrdinaryHasInstance.js b/apps/angular/node_modules/es-abstract/2024/OrdinaryHasInstance.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/OrdinaryHasInstance.js rename to apps/angular/node_modules/es-abstract/2024/OrdinaryHasInstance.js diff --git a/ClientApp/node_modules/es-abstract/2024/OrdinaryHasProperty.js b/apps/angular/node_modules/es-abstract/2024/OrdinaryHasProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/OrdinaryHasProperty.js rename to apps/angular/node_modules/es-abstract/2024/OrdinaryHasProperty.js diff --git a/ClientApp/node_modules/es-abstract/2024/OrdinaryObjectCreate.js b/apps/angular/node_modules/es-abstract/2024/OrdinaryObjectCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/OrdinaryObjectCreate.js rename to apps/angular/node_modules/es-abstract/2024/OrdinaryObjectCreate.js diff --git a/ClientApp/node_modules/es-abstract/2024/OrdinarySetPrototypeOf.js b/apps/angular/node_modules/es-abstract/2024/OrdinarySetPrototypeOf.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/OrdinarySetPrototypeOf.js rename to apps/angular/node_modules/es-abstract/2024/OrdinarySetPrototypeOf.js diff --git a/ClientApp/node_modules/es-abstract/2024/OrdinaryToPrimitive.js b/apps/angular/node_modules/es-abstract/2024/OrdinaryToPrimitive.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/OrdinaryToPrimitive.js rename to apps/angular/node_modules/es-abstract/2024/OrdinaryToPrimitive.js diff --git a/ClientApp/node_modules/es-abstract/2024/ParseHexOctet.js b/apps/angular/node_modules/es-abstract/2024/ParseHexOctet.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/ParseHexOctet.js rename to apps/angular/node_modules/es-abstract/2024/ParseHexOctet.js diff --git a/ClientApp/node_modules/es-abstract/2024/PromiseResolve.js b/apps/angular/node_modules/es-abstract/2024/PromiseResolve.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/PromiseResolve.js rename to apps/angular/node_modules/es-abstract/2024/PromiseResolve.js diff --git a/ClientApp/node_modules/es-abstract/2024/QuoteJSONString.js b/apps/angular/node_modules/es-abstract/2024/QuoteJSONString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/QuoteJSONString.js rename to apps/angular/node_modules/es-abstract/2024/QuoteJSONString.js diff --git a/ClientApp/node_modules/es-abstract/2024/RawBytesToNumeric.js b/apps/angular/node_modules/es-abstract/2024/RawBytesToNumeric.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/RawBytesToNumeric.js rename to apps/angular/node_modules/es-abstract/2024/RawBytesToNumeric.js diff --git a/ClientApp/node_modules/es-abstract/2024/RegExpCreate.js b/apps/angular/node_modules/es-abstract/2024/RegExpCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/RegExpCreate.js rename to apps/angular/node_modules/es-abstract/2024/RegExpCreate.js diff --git a/ClientApp/node_modules/es-abstract/2024/RegExpExec.js b/apps/angular/node_modules/es-abstract/2024/RegExpExec.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/RegExpExec.js rename to apps/angular/node_modules/es-abstract/2024/RegExpExec.js diff --git a/ClientApp/node_modules/es-abstract/2024/RegExpHasFlag.js b/apps/angular/node_modules/es-abstract/2024/RegExpHasFlag.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/RegExpHasFlag.js rename to apps/angular/node_modules/es-abstract/2024/RegExpHasFlag.js diff --git a/ClientApp/node_modules/es-abstract/2024/RequireObjectCoercible.js b/apps/angular/node_modules/es-abstract/2024/RequireObjectCoercible.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/RequireObjectCoercible.js rename to apps/angular/node_modules/es-abstract/2024/RequireObjectCoercible.js diff --git a/ClientApp/node_modules/es-abstract/2024/SameValue.js b/apps/angular/node_modules/es-abstract/2024/SameValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/SameValue.js rename to apps/angular/node_modules/es-abstract/2024/SameValue.js diff --git a/ClientApp/node_modules/es-abstract/2024/SameValueNonNumber.js b/apps/angular/node_modules/es-abstract/2024/SameValueNonNumber.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/SameValueNonNumber.js rename to apps/angular/node_modules/es-abstract/2024/SameValueNonNumber.js diff --git a/ClientApp/node_modules/es-abstract/2024/SameValueZero.js b/apps/angular/node_modules/es-abstract/2024/SameValueZero.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/SameValueZero.js rename to apps/angular/node_modules/es-abstract/2024/SameValueZero.js diff --git a/ClientApp/node_modules/es-abstract/2024/SecFromTime.js b/apps/angular/node_modules/es-abstract/2024/SecFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/SecFromTime.js rename to apps/angular/node_modules/es-abstract/2024/SecFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2024/Set.js b/apps/angular/node_modules/es-abstract/2024/Set.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/Set.js rename to apps/angular/node_modules/es-abstract/2024/Set.js diff --git a/ClientApp/node_modules/es-abstract/2024/SetFunctionLength.js b/apps/angular/node_modules/es-abstract/2024/SetFunctionLength.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/SetFunctionLength.js rename to apps/angular/node_modules/es-abstract/2024/SetFunctionLength.js diff --git a/ClientApp/node_modules/es-abstract/2024/SetFunctionName.js b/apps/angular/node_modules/es-abstract/2024/SetFunctionName.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/SetFunctionName.js rename to apps/angular/node_modules/es-abstract/2024/SetFunctionName.js diff --git a/ClientApp/node_modules/es-abstract/2024/SetIntegrityLevel.js b/apps/angular/node_modules/es-abstract/2024/SetIntegrityLevel.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/SetIntegrityLevel.js rename to apps/angular/node_modules/es-abstract/2024/SetIntegrityLevel.js diff --git a/ClientApp/node_modules/es-abstract/2024/SetTypedArrayFromArrayLike.js b/apps/angular/node_modules/es-abstract/2024/SetTypedArrayFromArrayLike.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/SetTypedArrayFromArrayLike.js rename to apps/angular/node_modules/es-abstract/2024/SetTypedArrayFromArrayLike.js diff --git a/ClientApp/node_modules/es-abstract/2024/SetTypedArrayFromTypedArray.js b/apps/angular/node_modules/es-abstract/2024/SetTypedArrayFromTypedArray.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/SetTypedArrayFromTypedArray.js rename to apps/angular/node_modules/es-abstract/2024/SetTypedArrayFromTypedArray.js diff --git a/ClientApp/node_modules/es-abstract/2024/SetValueInBuffer.js b/apps/angular/node_modules/es-abstract/2024/SetValueInBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/SetValueInBuffer.js rename to apps/angular/node_modules/es-abstract/2024/SetValueInBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2024/SortIndexedProperties.js b/apps/angular/node_modules/es-abstract/2024/SortIndexedProperties.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/SortIndexedProperties.js rename to apps/angular/node_modules/es-abstract/2024/SortIndexedProperties.js diff --git a/ClientApp/node_modules/es-abstract/2024/SpeciesConstructor.js b/apps/angular/node_modules/es-abstract/2024/SpeciesConstructor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/SpeciesConstructor.js rename to apps/angular/node_modules/es-abstract/2024/SpeciesConstructor.js diff --git a/ClientApp/node_modules/es-abstract/2024/StringCreate.js b/apps/angular/node_modules/es-abstract/2024/StringCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/StringCreate.js rename to apps/angular/node_modules/es-abstract/2024/StringCreate.js diff --git a/ClientApp/node_modules/es-abstract/2024/StringGetOwnProperty.js b/apps/angular/node_modules/es-abstract/2024/StringGetOwnProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/StringGetOwnProperty.js rename to apps/angular/node_modules/es-abstract/2024/StringGetOwnProperty.js diff --git a/ClientApp/node_modules/es-abstract/2024/StringIndexOf.js b/apps/angular/node_modules/es-abstract/2024/StringIndexOf.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/StringIndexOf.js rename to apps/angular/node_modules/es-abstract/2024/StringIndexOf.js diff --git a/ClientApp/node_modules/es-abstract/2024/StringPad.js b/apps/angular/node_modules/es-abstract/2024/StringPad.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/StringPad.js rename to apps/angular/node_modules/es-abstract/2024/StringPad.js diff --git a/ClientApp/node_modules/es-abstract/2024/StringPaddingBuiltinsImpl.js b/apps/angular/node_modules/es-abstract/2024/StringPaddingBuiltinsImpl.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/StringPaddingBuiltinsImpl.js rename to apps/angular/node_modules/es-abstract/2024/StringPaddingBuiltinsImpl.js diff --git a/ClientApp/node_modules/es-abstract/2024/StringToBigInt.js b/apps/angular/node_modules/es-abstract/2024/StringToBigInt.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/StringToBigInt.js rename to apps/angular/node_modules/es-abstract/2024/StringToBigInt.js diff --git a/ClientApp/node_modules/es-abstract/2024/StringToCodePoints.js b/apps/angular/node_modules/es-abstract/2024/StringToCodePoints.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/StringToCodePoints.js rename to apps/angular/node_modules/es-abstract/2024/StringToCodePoints.js diff --git a/ClientApp/node_modules/es-abstract/2024/StringToNumber.js b/apps/angular/node_modules/es-abstract/2024/StringToNumber.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/StringToNumber.js rename to apps/angular/node_modules/es-abstract/2024/StringToNumber.js diff --git a/ClientApp/node_modules/es-abstract/2024/SymbolDescriptiveString.js b/apps/angular/node_modules/es-abstract/2024/SymbolDescriptiveString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/SymbolDescriptiveString.js rename to apps/angular/node_modules/es-abstract/2024/SymbolDescriptiveString.js diff --git a/ClientApp/node_modules/es-abstract/2024/SystemTimeZoneIdentifier.js b/apps/angular/node_modules/es-abstract/2024/SystemTimeZoneIdentifier.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/SystemTimeZoneIdentifier.js rename to apps/angular/node_modules/es-abstract/2024/SystemTimeZoneIdentifier.js diff --git a/ClientApp/node_modules/es-abstract/2024/TestIntegrityLevel.js b/apps/angular/node_modules/es-abstract/2024/TestIntegrityLevel.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/TestIntegrityLevel.js rename to apps/angular/node_modules/es-abstract/2024/TestIntegrityLevel.js diff --git a/ClientApp/node_modules/es-abstract/2024/ThisBigIntValue.js b/apps/angular/node_modules/es-abstract/2024/ThisBigIntValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/ThisBigIntValue.js rename to apps/angular/node_modules/es-abstract/2024/ThisBigIntValue.js diff --git a/ClientApp/node_modules/es-abstract/2024/ThisBooleanValue.js b/apps/angular/node_modules/es-abstract/2024/ThisBooleanValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/ThisBooleanValue.js rename to apps/angular/node_modules/es-abstract/2024/ThisBooleanValue.js diff --git a/ClientApp/node_modules/es-abstract/2024/ThisNumberValue.js b/apps/angular/node_modules/es-abstract/2024/ThisNumberValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/ThisNumberValue.js rename to apps/angular/node_modules/es-abstract/2024/ThisNumberValue.js diff --git a/ClientApp/node_modules/es-abstract/2024/ThisStringValue.js b/apps/angular/node_modules/es-abstract/2024/ThisStringValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/ThisStringValue.js rename to apps/angular/node_modules/es-abstract/2024/ThisStringValue.js diff --git a/ClientApp/node_modules/es-abstract/2024/ThisSymbolValue.js b/apps/angular/node_modules/es-abstract/2024/ThisSymbolValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/ThisSymbolValue.js rename to apps/angular/node_modules/es-abstract/2024/ThisSymbolValue.js diff --git a/ClientApp/node_modules/es-abstract/2024/ThrowCompletion.js b/apps/angular/node_modules/es-abstract/2024/ThrowCompletion.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/ThrowCompletion.js rename to apps/angular/node_modules/es-abstract/2024/ThrowCompletion.js diff --git a/ClientApp/node_modules/es-abstract/2024/TimeClip.js b/apps/angular/node_modules/es-abstract/2024/TimeClip.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/TimeClip.js rename to apps/angular/node_modules/es-abstract/2024/TimeClip.js diff --git a/ClientApp/node_modules/es-abstract/2024/TimeFromYear.js b/apps/angular/node_modules/es-abstract/2024/TimeFromYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/TimeFromYear.js rename to apps/angular/node_modules/es-abstract/2024/TimeFromYear.js diff --git a/ClientApp/node_modules/es-abstract/2024/TimeString.js b/apps/angular/node_modules/es-abstract/2024/TimeString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/TimeString.js rename to apps/angular/node_modules/es-abstract/2024/TimeString.js diff --git a/ClientApp/node_modules/es-abstract/2024/TimeWithinDay.js b/apps/angular/node_modules/es-abstract/2024/TimeWithinDay.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/TimeWithinDay.js rename to apps/angular/node_modules/es-abstract/2024/TimeWithinDay.js diff --git a/ClientApp/node_modules/es-abstract/2024/TimeZoneString.js b/apps/angular/node_modules/es-abstract/2024/TimeZoneString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/TimeZoneString.js rename to apps/angular/node_modules/es-abstract/2024/TimeZoneString.js diff --git a/ClientApp/node_modules/es-abstract/2024/ToBigInt.js b/apps/angular/node_modules/es-abstract/2024/ToBigInt.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/ToBigInt.js rename to apps/angular/node_modules/es-abstract/2024/ToBigInt.js diff --git a/ClientApp/node_modules/es-abstract/2024/ToBigInt64.js b/apps/angular/node_modules/es-abstract/2024/ToBigInt64.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/ToBigInt64.js rename to apps/angular/node_modules/es-abstract/2024/ToBigInt64.js diff --git a/ClientApp/node_modules/es-abstract/2024/ToBigUint64.js b/apps/angular/node_modules/es-abstract/2024/ToBigUint64.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/ToBigUint64.js rename to apps/angular/node_modules/es-abstract/2024/ToBigUint64.js diff --git a/ClientApp/node_modules/es-abstract/2024/ToBoolean.js b/apps/angular/node_modules/es-abstract/2024/ToBoolean.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/ToBoolean.js rename to apps/angular/node_modules/es-abstract/2024/ToBoolean.js diff --git a/ClientApp/node_modules/es-abstract/2024/ToDateString.js b/apps/angular/node_modules/es-abstract/2024/ToDateString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/ToDateString.js rename to apps/angular/node_modules/es-abstract/2024/ToDateString.js diff --git a/ClientApp/node_modules/es-abstract/2024/ToIndex.js b/apps/angular/node_modules/es-abstract/2024/ToIndex.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/ToIndex.js rename to apps/angular/node_modules/es-abstract/2024/ToIndex.js diff --git a/ClientApp/node_modules/es-abstract/2024/ToInt16.js b/apps/angular/node_modules/es-abstract/2024/ToInt16.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/ToInt16.js rename to apps/angular/node_modules/es-abstract/2024/ToInt16.js diff --git a/ClientApp/node_modules/es-abstract/2024/ToInt32.js b/apps/angular/node_modules/es-abstract/2024/ToInt32.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/ToInt32.js rename to apps/angular/node_modules/es-abstract/2024/ToInt32.js diff --git a/ClientApp/node_modules/es-abstract/2024/ToInt8.js b/apps/angular/node_modules/es-abstract/2024/ToInt8.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/ToInt8.js rename to apps/angular/node_modules/es-abstract/2024/ToInt8.js diff --git a/ClientApp/node_modules/es-abstract/2024/ToIntegerOrInfinity.js b/apps/angular/node_modules/es-abstract/2024/ToIntegerOrInfinity.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/ToIntegerOrInfinity.js rename to apps/angular/node_modules/es-abstract/2024/ToIntegerOrInfinity.js diff --git a/ClientApp/node_modules/es-abstract/2024/ToLength.js b/apps/angular/node_modules/es-abstract/2024/ToLength.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/ToLength.js rename to apps/angular/node_modules/es-abstract/2024/ToLength.js diff --git a/ClientApp/node_modules/es-abstract/2024/ToNumber.js b/apps/angular/node_modules/es-abstract/2024/ToNumber.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/ToNumber.js rename to apps/angular/node_modules/es-abstract/2024/ToNumber.js diff --git a/ClientApp/node_modules/es-abstract/2024/ToNumeric.js b/apps/angular/node_modules/es-abstract/2024/ToNumeric.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/ToNumeric.js rename to apps/angular/node_modules/es-abstract/2024/ToNumeric.js diff --git a/ClientApp/node_modules/es-abstract/2024/ToObject.js b/apps/angular/node_modules/es-abstract/2024/ToObject.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/ToObject.js rename to apps/angular/node_modules/es-abstract/2024/ToObject.js diff --git a/ClientApp/node_modules/es-abstract/2024/ToPrimitive.js b/apps/angular/node_modules/es-abstract/2024/ToPrimitive.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/ToPrimitive.js rename to apps/angular/node_modules/es-abstract/2024/ToPrimitive.js diff --git a/ClientApp/node_modules/es-abstract/2024/ToPropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2024/ToPropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/ToPropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2024/ToPropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2024/ToPropertyKey.js b/apps/angular/node_modules/es-abstract/2024/ToPropertyKey.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/ToPropertyKey.js rename to apps/angular/node_modules/es-abstract/2024/ToPropertyKey.js diff --git a/ClientApp/node_modules/es-abstract/2024/ToString.js b/apps/angular/node_modules/es-abstract/2024/ToString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/ToString.js rename to apps/angular/node_modules/es-abstract/2024/ToString.js diff --git a/ClientApp/node_modules/es-abstract/2024/ToUint16.js b/apps/angular/node_modules/es-abstract/2024/ToUint16.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/ToUint16.js rename to apps/angular/node_modules/es-abstract/2024/ToUint16.js diff --git a/ClientApp/node_modules/es-abstract/2024/ToUint32.js b/apps/angular/node_modules/es-abstract/2024/ToUint32.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/ToUint32.js rename to apps/angular/node_modules/es-abstract/2024/ToUint32.js diff --git a/ClientApp/node_modules/es-abstract/2024/ToUint8.js b/apps/angular/node_modules/es-abstract/2024/ToUint8.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/ToUint8.js rename to apps/angular/node_modules/es-abstract/2024/ToUint8.js diff --git a/ClientApp/node_modules/es-abstract/2024/ToUint8Clamp.js b/apps/angular/node_modules/es-abstract/2024/ToUint8Clamp.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/ToUint8Clamp.js rename to apps/angular/node_modules/es-abstract/2024/ToUint8Clamp.js diff --git a/ClientApp/node_modules/es-abstract/2024/ToZeroPaddedDecimalString.js b/apps/angular/node_modules/es-abstract/2024/ToZeroPaddedDecimalString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/ToZeroPaddedDecimalString.js rename to apps/angular/node_modules/es-abstract/2024/ToZeroPaddedDecimalString.js diff --git a/ClientApp/node_modules/es-abstract/2024/TrimString.js b/apps/angular/node_modules/es-abstract/2024/TrimString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/TrimString.js rename to apps/angular/node_modules/es-abstract/2024/TrimString.js diff --git a/ClientApp/node_modules/es-abstract/2024/Type.js b/apps/angular/node_modules/es-abstract/2024/Type.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/Type.js rename to apps/angular/node_modules/es-abstract/2024/Type.js diff --git a/ClientApp/node_modules/es-abstract/2024/TypedArrayByteLength.js b/apps/angular/node_modules/es-abstract/2024/TypedArrayByteLength.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/TypedArrayByteLength.js rename to apps/angular/node_modules/es-abstract/2024/TypedArrayByteLength.js diff --git a/ClientApp/node_modules/es-abstract/2024/TypedArrayCreateFromConstructor.js b/apps/angular/node_modules/es-abstract/2024/TypedArrayCreateFromConstructor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/TypedArrayCreateFromConstructor.js rename to apps/angular/node_modules/es-abstract/2024/TypedArrayCreateFromConstructor.js diff --git a/ClientApp/node_modules/es-abstract/2024/TypedArrayCreateSameType.js b/apps/angular/node_modules/es-abstract/2024/TypedArrayCreateSameType.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/TypedArrayCreateSameType.js rename to apps/angular/node_modules/es-abstract/2024/TypedArrayCreateSameType.js diff --git a/ClientApp/node_modules/es-abstract/2024/TypedArrayElementSize.js b/apps/angular/node_modules/es-abstract/2024/TypedArrayElementSize.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/TypedArrayElementSize.js rename to apps/angular/node_modules/es-abstract/2024/TypedArrayElementSize.js diff --git a/ClientApp/node_modules/es-abstract/2024/TypedArrayElementType.js b/apps/angular/node_modules/es-abstract/2024/TypedArrayElementType.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/TypedArrayElementType.js rename to apps/angular/node_modules/es-abstract/2024/TypedArrayElementType.js diff --git a/ClientApp/node_modules/es-abstract/2024/TypedArrayGetElement.js b/apps/angular/node_modules/es-abstract/2024/TypedArrayGetElement.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/TypedArrayGetElement.js rename to apps/angular/node_modules/es-abstract/2024/TypedArrayGetElement.js diff --git a/ClientApp/node_modules/es-abstract/2024/TypedArrayLength.js b/apps/angular/node_modules/es-abstract/2024/TypedArrayLength.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/TypedArrayLength.js rename to apps/angular/node_modules/es-abstract/2024/TypedArrayLength.js diff --git a/ClientApp/node_modules/es-abstract/2024/TypedArraySetElement.js b/apps/angular/node_modules/es-abstract/2024/TypedArraySetElement.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/TypedArraySetElement.js rename to apps/angular/node_modules/es-abstract/2024/TypedArraySetElement.js diff --git a/ClientApp/node_modules/es-abstract/2024/TypedArraySpeciesCreate.js b/apps/angular/node_modules/es-abstract/2024/TypedArraySpeciesCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/TypedArraySpeciesCreate.js rename to apps/angular/node_modules/es-abstract/2024/TypedArraySpeciesCreate.js diff --git a/ClientApp/node_modules/es-abstract/2024/UTF16EncodeCodePoint.js b/apps/angular/node_modules/es-abstract/2024/UTF16EncodeCodePoint.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/UTF16EncodeCodePoint.js rename to apps/angular/node_modules/es-abstract/2024/UTF16EncodeCodePoint.js diff --git a/ClientApp/node_modules/es-abstract/2024/UTF16SurrogatePairToCodePoint.js b/apps/angular/node_modules/es-abstract/2024/UTF16SurrogatePairToCodePoint.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/UTF16SurrogatePairToCodePoint.js rename to apps/angular/node_modules/es-abstract/2024/UTF16SurrogatePairToCodePoint.js diff --git a/ClientApp/node_modules/es-abstract/2024/UnicodeEscape.js b/apps/angular/node_modules/es-abstract/2024/UnicodeEscape.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/UnicodeEscape.js rename to apps/angular/node_modules/es-abstract/2024/UnicodeEscape.js diff --git a/ClientApp/node_modules/es-abstract/2024/ValidateAndApplyPropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2024/ValidateAndApplyPropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/ValidateAndApplyPropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2024/ValidateAndApplyPropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2024/ValidateAtomicAccess.js b/apps/angular/node_modules/es-abstract/2024/ValidateAtomicAccess.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/ValidateAtomicAccess.js rename to apps/angular/node_modules/es-abstract/2024/ValidateAtomicAccess.js diff --git a/ClientApp/node_modules/es-abstract/2024/ValidateAtomicAccessOnIntegerTypedArray.js b/apps/angular/node_modules/es-abstract/2024/ValidateAtomicAccessOnIntegerTypedArray.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/ValidateAtomicAccessOnIntegerTypedArray.js rename to apps/angular/node_modules/es-abstract/2024/ValidateAtomicAccessOnIntegerTypedArray.js diff --git a/ClientApp/node_modules/es-abstract/2024/ValidateIntegerTypedArray.js b/apps/angular/node_modules/es-abstract/2024/ValidateIntegerTypedArray.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/ValidateIntegerTypedArray.js rename to apps/angular/node_modules/es-abstract/2024/ValidateIntegerTypedArray.js diff --git a/ClientApp/node_modules/es-abstract/2024/ValidateTypedArray.js b/apps/angular/node_modules/es-abstract/2024/ValidateTypedArray.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/ValidateTypedArray.js rename to apps/angular/node_modules/es-abstract/2024/ValidateTypedArray.js diff --git a/ClientApp/node_modules/es-abstract/2024/WeakRefDeref.js b/apps/angular/node_modules/es-abstract/2024/WeakRefDeref.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/WeakRefDeref.js rename to apps/angular/node_modules/es-abstract/2024/WeakRefDeref.js diff --git a/ClientApp/node_modules/es-abstract/2024/WeekDay.js b/apps/angular/node_modules/es-abstract/2024/WeekDay.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/WeekDay.js rename to apps/angular/node_modules/es-abstract/2024/WeekDay.js diff --git a/ClientApp/node_modules/es-abstract/2024/WordCharacters.js b/apps/angular/node_modules/es-abstract/2024/WordCharacters.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/WordCharacters.js rename to apps/angular/node_modules/es-abstract/2024/WordCharacters.js diff --git a/ClientApp/node_modules/es-abstract/2024/YearFromTime.js b/apps/angular/node_modules/es-abstract/2024/YearFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/YearFromTime.js rename to apps/angular/node_modules/es-abstract/2024/YearFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2024/abs.js b/apps/angular/node_modules/es-abstract/2024/abs.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/abs.js rename to apps/angular/node_modules/es-abstract/2024/abs.js diff --git a/ClientApp/node_modules/es-abstract/2024/clamp.js b/apps/angular/node_modules/es-abstract/2024/clamp.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/clamp.js rename to apps/angular/node_modules/es-abstract/2024/clamp.js diff --git a/ClientApp/node_modules/es-abstract/2024/floor.js b/apps/angular/node_modules/es-abstract/2024/floor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/floor.js rename to apps/angular/node_modules/es-abstract/2024/floor.js diff --git a/ClientApp/node_modules/es-abstract/2024/max.js b/apps/angular/node_modules/es-abstract/2024/max.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/max.js rename to apps/angular/node_modules/es-abstract/2024/max.js diff --git a/ClientApp/node_modules/es-abstract/2024/min.js b/apps/angular/node_modules/es-abstract/2024/min.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/min.js rename to apps/angular/node_modules/es-abstract/2024/min.js diff --git a/ClientApp/node_modules/es-abstract/2024/modulo.js b/apps/angular/node_modules/es-abstract/2024/modulo.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/modulo.js rename to apps/angular/node_modules/es-abstract/2024/modulo.js diff --git a/ClientApp/node_modules/es-abstract/2024/msFromTime.js b/apps/angular/node_modules/es-abstract/2024/msFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/msFromTime.js rename to apps/angular/node_modules/es-abstract/2024/msFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2024/substring.js b/apps/angular/node_modules/es-abstract/2024/substring.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/substring.js rename to apps/angular/node_modules/es-abstract/2024/substring.js diff --git a/ClientApp/node_modules/es-abstract/2024/tables/typed-array-objects.js b/apps/angular/node_modules/es-abstract/2024/tables/typed-array-objects.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/tables/typed-array-objects.js rename to apps/angular/node_modules/es-abstract/2024/tables/typed-array-objects.js diff --git a/ClientApp/node_modules/es-abstract/2024/truncate.js b/apps/angular/node_modules/es-abstract/2024/truncate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2024/truncate.js rename to apps/angular/node_modules/es-abstract/2024/truncate.js diff --git a/ClientApp/node_modules/es-abstract/2025/AddEntriesFromIterable.js b/apps/angular/node_modules/es-abstract/2025/AddEntriesFromIterable.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/AddEntriesFromIterable.js rename to apps/angular/node_modules/es-abstract/2025/AddEntriesFromIterable.js diff --git a/ClientApp/node_modules/es-abstract/2025/AddToKeptObjects.js b/apps/angular/node_modules/es-abstract/2025/AddToKeptObjects.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/AddToKeptObjects.js rename to apps/angular/node_modules/es-abstract/2025/AddToKeptObjects.js diff --git a/ClientApp/node_modules/es-abstract/2025/AddValueToKeyedGroup.js b/apps/angular/node_modules/es-abstract/2025/AddValueToKeyedGroup.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/AddValueToKeyedGroup.js rename to apps/angular/node_modules/es-abstract/2025/AddValueToKeyedGroup.js diff --git a/ClientApp/node_modules/es-abstract/2025/AdvanceStringIndex.js b/apps/angular/node_modules/es-abstract/2025/AdvanceStringIndex.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/AdvanceStringIndex.js rename to apps/angular/node_modules/es-abstract/2025/AdvanceStringIndex.js diff --git a/ClientApp/node_modules/es-abstract/2025/AllCharacters.js b/apps/angular/node_modules/es-abstract/2025/AllCharacters.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/AllCharacters.js rename to apps/angular/node_modules/es-abstract/2025/AllCharacters.js diff --git a/ClientApp/node_modules/es-abstract/2025/ApplyStringOrNumericBinaryOperator.js b/apps/angular/node_modules/es-abstract/2025/ApplyStringOrNumericBinaryOperator.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/ApplyStringOrNumericBinaryOperator.js rename to apps/angular/node_modules/es-abstract/2025/ApplyStringOrNumericBinaryOperator.js diff --git a/ClientApp/node_modules/es-abstract/2025/ArrayBufferByteLength.js b/apps/angular/node_modules/es-abstract/2025/ArrayBufferByteLength.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/ArrayBufferByteLength.js rename to apps/angular/node_modules/es-abstract/2025/ArrayBufferByteLength.js diff --git a/ClientApp/node_modules/es-abstract/2025/ArrayBufferCopyAndDetach.js b/apps/angular/node_modules/es-abstract/2025/ArrayBufferCopyAndDetach.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/ArrayBufferCopyAndDetach.js rename to apps/angular/node_modules/es-abstract/2025/ArrayBufferCopyAndDetach.js diff --git a/ClientApp/node_modules/es-abstract/2025/ArrayCreate.js b/apps/angular/node_modules/es-abstract/2025/ArrayCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/ArrayCreate.js rename to apps/angular/node_modules/es-abstract/2025/ArrayCreate.js diff --git a/ClientApp/node_modules/es-abstract/2025/ArraySetLength.js b/apps/angular/node_modules/es-abstract/2025/ArraySetLength.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/ArraySetLength.js rename to apps/angular/node_modules/es-abstract/2025/ArraySetLength.js diff --git a/ClientApp/node_modules/es-abstract/2025/ArraySpeciesCreate.js b/apps/angular/node_modules/es-abstract/2025/ArraySpeciesCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/ArraySpeciesCreate.js rename to apps/angular/node_modules/es-abstract/2025/ArraySpeciesCreate.js diff --git a/ClientApp/node_modules/es-abstract/2025/AsyncFromSyncIteratorContinuation.js b/apps/angular/node_modules/es-abstract/2025/AsyncFromSyncIteratorContinuation.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/AsyncFromSyncIteratorContinuation.js rename to apps/angular/node_modules/es-abstract/2025/AsyncFromSyncIteratorContinuation.js diff --git a/ClientApp/node_modules/es-abstract/2025/AsyncIteratorClose.js b/apps/angular/node_modules/es-abstract/2025/AsyncIteratorClose.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/AsyncIteratorClose.js rename to apps/angular/node_modules/es-abstract/2025/AsyncIteratorClose.js diff --git a/ClientApp/node_modules/es-abstract/2025/BigInt/add.js b/apps/angular/node_modules/es-abstract/2025/BigInt/add.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/BigInt/add.js rename to apps/angular/node_modules/es-abstract/2025/BigInt/add.js diff --git a/ClientApp/node_modules/es-abstract/2025/BigInt/bitwiseAND.js b/apps/angular/node_modules/es-abstract/2025/BigInt/bitwiseAND.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/BigInt/bitwiseAND.js rename to apps/angular/node_modules/es-abstract/2025/BigInt/bitwiseAND.js diff --git a/ClientApp/node_modules/es-abstract/2025/BigInt/bitwiseNOT.js b/apps/angular/node_modules/es-abstract/2025/BigInt/bitwiseNOT.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/BigInt/bitwiseNOT.js rename to apps/angular/node_modules/es-abstract/2025/BigInt/bitwiseNOT.js diff --git a/ClientApp/node_modules/es-abstract/2025/BigInt/bitwiseOR.js b/apps/angular/node_modules/es-abstract/2025/BigInt/bitwiseOR.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/BigInt/bitwiseOR.js rename to apps/angular/node_modules/es-abstract/2025/BigInt/bitwiseOR.js diff --git a/ClientApp/node_modules/es-abstract/2025/BigInt/bitwiseXOR.js b/apps/angular/node_modules/es-abstract/2025/BigInt/bitwiseXOR.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/BigInt/bitwiseXOR.js rename to apps/angular/node_modules/es-abstract/2025/BigInt/bitwiseXOR.js diff --git a/ClientApp/node_modules/es-abstract/2025/BigInt/divide.js b/apps/angular/node_modules/es-abstract/2025/BigInt/divide.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/BigInt/divide.js rename to apps/angular/node_modules/es-abstract/2025/BigInt/divide.js diff --git a/ClientApp/node_modules/es-abstract/2025/BigInt/equal.js b/apps/angular/node_modules/es-abstract/2025/BigInt/equal.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/BigInt/equal.js rename to apps/angular/node_modules/es-abstract/2025/BigInt/equal.js diff --git a/ClientApp/node_modules/es-abstract/2025/BigInt/exponentiate.js b/apps/angular/node_modules/es-abstract/2025/BigInt/exponentiate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/BigInt/exponentiate.js rename to apps/angular/node_modules/es-abstract/2025/BigInt/exponentiate.js diff --git a/ClientApp/node_modules/es-abstract/2025/BigInt/index.js b/apps/angular/node_modules/es-abstract/2025/BigInt/index.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/BigInt/index.js rename to apps/angular/node_modules/es-abstract/2025/BigInt/index.js diff --git a/ClientApp/node_modules/es-abstract/2025/BigInt/leftShift.js b/apps/angular/node_modules/es-abstract/2025/BigInt/leftShift.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/BigInt/leftShift.js rename to apps/angular/node_modules/es-abstract/2025/BigInt/leftShift.js diff --git a/ClientApp/node_modules/es-abstract/2025/BigInt/lessThan.js b/apps/angular/node_modules/es-abstract/2025/BigInt/lessThan.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/BigInt/lessThan.js rename to apps/angular/node_modules/es-abstract/2025/BigInt/lessThan.js diff --git a/ClientApp/node_modules/es-abstract/2025/BigInt/multiply.js b/apps/angular/node_modules/es-abstract/2025/BigInt/multiply.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/BigInt/multiply.js rename to apps/angular/node_modules/es-abstract/2025/BigInt/multiply.js diff --git a/ClientApp/node_modules/es-abstract/2025/BigInt/remainder.js b/apps/angular/node_modules/es-abstract/2025/BigInt/remainder.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/BigInt/remainder.js rename to apps/angular/node_modules/es-abstract/2025/BigInt/remainder.js diff --git a/ClientApp/node_modules/es-abstract/2025/BigInt/signedRightShift.js b/apps/angular/node_modules/es-abstract/2025/BigInt/signedRightShift.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/BigInt/signedRightShift.js rename to apps/angular/node_modules/es-abstract/2025/BigInt/signedRightShift.js diff --git a/ClientApp/node_modules/es-abstract/2025/BigInt/subtract.js b/apps/angular/node_modules/es-abstract/2025/BigInt/subtract.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/BigInt/subtract.js rename to apps/angular/node_modules/es-abstract/2025/BigInt/subtract.js diff --git a/ClientApp/node_modules/es-abstract/2025/BigInt/toString.js b/apps/angular/node_modules/es-abstract/2025/BigInt/toString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/BigInt/toString.js rename to apps/angular/node_modules/es-abstract/2025/BigInt/toString.js diff --git a/ClientApp/node_modules/es-abstract/2025/BigInt/unaryMinus.js b/apps/angular/node_modules/es-abstract/2025/BigInt/unaryMinus.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/BigInt/unaryMinus.js rename to apps/angular/node_modules/es-abstract/2025/BigInt/unaryMinus.js diff --git a/ClientApp/node_modules/es-abstract/2025/BigInt/unsignedRightShift.js b/apps/angular/node_modules/es-abstract/2025/BigInt/unsignedRightShift.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/BigInt/unsignedRightShift.js rename to apps/angular/node_modules/es-abstract/2025/BigInt/unsignedRightShift.js diff --git a/ClientApp/node_modules/es-abstract/2025/BigIntBitwiseOp.js b/apps/angular/node_modules/es-abstract/2025/BigIntBitwiseOp.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/BigIntBitwiseOp.js rename to apps/angular/node_modules/es-abstract/2025/BigIntBitwiseOp.js diff --git a/ClientApp/node_modules/es-abstract/2025/BinaryAnd.js b/apps/angular/node_modules/es-abstract/2025/BinaryAnd.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/BinaryAnd.js rename to apps/angular/node_modules/es-abstract/2025/BinaryAnd.js diff --git a/ClientApp/node_modules/es-abstract/2025/BinaryOr.js b/apps/angular/node_modules/es-abstract/2025/BinaryOr.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/BinaryOr.js rename to apps/angular/node_modules/es-abstract/2025/BinaryOr.js diff --git a/ClientApp/node_modules/es-abstract/2025/BinaryXor.js b/apps/angular/node_modules/es-abstract/2025/BinaryXor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/BinaryXor.js rename to apps/angular/node_modules/es-abstract/2025/BinaryXor.js diff --git a/ClientApp/node_modules/es-abstract/2025/ByteListBitwiseOp.js b/apps/angular/node_modules/es-abstract/2025/ByteListBitwiseOp.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/ByteListBitwiseOp.js rename to apps/angular/node_modules/es-abstract/2025/ByteListBitwiseOp.js diff --git a/ClientApp/node_modules/es-abstract/2025/ByteListEqual.js b/apps/angular/node_modules/es-abstract/2025/ByteListEqual.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/ByteListEqual.js rename to apps/angular/node_modules/es-abstract/2025/ByteListEqual.js diff --git a/ClientApp/node_modules/es-abstract/2025/Call.js b/apps/angular/node_modules/es-abstract/2025/Call.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/Call.js rename to apps/angular/node_modules/es-abstract/2025/Call.js diff --git a/ClientApp/node_modules/es-abstract/2025/CanBeHeldWeakly.js b/apps/angular/node_modules/es-abstract/2025/CanBeHeldWeakly.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/CanBeHeldWeakly.js rename to apps/angular/node_modules/es-abstract/2025/CanBeHeldWeakly.js diff --git a/ClientApp/node_modules/es-abstract/2025/CanonicalNumericIndexString.js b/apps/angular/node_modules/es-abstract/2025/CanonicalNumericIndexString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/CanonicalNumericIndexString.js rename to apps/angular/node_modules/es-abstract/2025/CanonicalNumericIndexString.js diff --git a/ClientApp/node_modules/es-abstract/2025/Canonicalize.js b/apps/angular/node_modules/es-abstract/2025/Canonicalize.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/Canonicalize.js rename to apps/angular/node_modules/es-abstract/2025/Canonicalize.js diff --git a/ClientApp/node_modules/es-abstract/2025/CanonicalizeKeyedCollectionKey.js b/apps/angular/node_modules/es-abstract/2025/CanonicalizeKeyedCollectionKey.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/CanonicalizeKeyedCollectionKey.js rename to apps/angular/node_modules/es-abstract/2025/CanonicalizeKeyedCollectionKey.js diff --git a/ClientApp/node_modules/es-abstract/2025/CharacterComplement.js b/apps/angular/node_modules/es-abstract/2025/CharacterComplement.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/CharacterComplement.js rename to apps/angular/node_modules/es-abstract/2025/CharacterComplement.js diff --git a/ClientApp/node_modules/es-abstract/2025/CharacterRange.js b/apps/angular/node_modules/es-abstract/2025/CharacterRange.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/CharacterRange.js rename to apps/angular/node_modules/es-abstract/2025/CharacterRange.js diff --git a/ClientApp/node_modules/es-abstract/2025/ClearKeptObjects.js b/apps/angular/node_modules/es-abstract/2025/ClearKeptObjects.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/ClearKeptObjects.js rename to apps/angular/node_modules/es-abstract/2025/ClearKeptObjects.js diff --git a/ClientApp/node_modules/es-abstract/2025/CloneArrayBuffer.js b/apps/angular/node_modules/es-abstract/2025/CloneArrayBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/CloneArrayBuffer.js rename to apps/angular/node_modules/es-abstract/2025/CloneArrayBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2025/CodePointAt.js b/apps/angular/node_modules/es-abstract/2025/CodePointAt.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/CodePointAt.js rename to apps/angular/node_modules/es-abstract/2025/CodePointAt.js diff --git a/ClientApp/node_modules/es-abstract/2025/CodePointsToString.js b/apps/angular/node_modules/es-abstract/2025/CodePointsToString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/CodePointsToString.js rename to apps/angular/node_modules/es-abstract/2025/CodePointsToString.js diff --git a/ClientApp/node_modules/es-abstract/2025/CompareArrayElements.js b/apps/angular/node_modules/es-abstract/2025/CompareArrayElements.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/CompareArrayElements.js rename to apps/angular/node_modules/es-abstract/2025/CompareArrayElements.js diff --git a/ClientApp/node_modules/es-abstract/2025/CompareTypedArrayElements.js b/apps/angular/node_modules/es-abstract/2025/CompareTypedArrayElements.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/CompareTypedArrayElements.js rename to apps/angular/node_modules/es-abstract/2025/CompareTypedArrayElements.js diff --git a/ClientApp/node_modules/es-abstract/2025/CompletePropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2025/CompletePropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/CompletePropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2025/CompletePropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2025/CompletionRecord.js b/apps/angular/node_modules/es-abstract/2025/CompletionRecord.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/CompletionRecord.js rename to apps/angular/node_modules/es-abstract/2025/CompletionRecord.js diff --git a/ClientApp/node_modules/es-abstract/2025/CopyDataProperties.js b/apps/angular/node_modules/es-abstract/2025/CopyDataProperties.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/CopyDataProperties.js rename to apps/angular/node_modules/es-abstract/2025/CopyDataProperties.js diff --git a/ClientApp/node_modules/es-abstract/2025/CreateAsyncFromSyncIterator.js b/apps/angular/node_modules/es-abstract/2025/CreateAsyncFromSyncIterator.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/CreateAsyncFromSyncIterator.js rename to apps/angular/node_modules/es-abstract/2025/CreateAsyncFromSyncIterator.js diff --git a/ClientApp/node_modules/es-abstract/2025/CreateDataProperty.js b/apps/angular/node_modules/es-abstract/2025/CreateDataProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/CreateDataProperty.js rename to apps/angular/node_modules/es-abstract/2025/CreateDataProperty.js diff --git a/ClientApp/node_modules/es-abstract/2025/CreateDataPropertyOrThrow.js b/apps/angular/node_modules/es-abstract/2025/CreateDataPropertyOrThrow.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/CreateDataPropertyOrThrow.js rename to apps/angular/node_modules/es-abstract/2025/CreateDataPropertyOrThrow.js diff --git a/ClientApp/node_modules/es-abstract/2025/CreateHTML.js b/apps/angular/node_modules/es-abstract/2025/CreateHTML.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/CreateHTML.js rename to apps/angular/node_modules/es-abstract/2025/CreateHTML.js diff --git a/ClientApp/node_modules/es-abstract/2025/CreateIteratorFromClosure.js b/apps/angular/node_modules/es-abstract/2025/CreateIteratorFromClosure.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/CreateIteratorFromClosure.js rename to apps/angular/node_modules/es-abstract/2025/CreateIteratorFromClosure.js diff --git a/ClientApp/node_modules/es-abstract/2025/CreateIteratorResultObject.js b/apps/angular/node_modules/es-abstract/2025/CreateIteratorResultObject.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/CreateIteratorResultObject.js rename to apps/angular/node_modules/es-abstract/2025/CreateIteratorResultObject.js diff --git a/ClientApp/node_modules/es-abstract/2025/CreateListFromArrayLike.js b/apps/angular/node_modules/es-abstract/2025/CreateListFromArrayLike.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/CreateListFromArrayLike.js rename to apps/angular/node_modules/es-abstract/2025/CreateListFromArrayLike.js diff --git a/ClientApp/node_modules/es-abstract/2025/CreateNonEnumerableDataPropertyOrThrow.js b/apps/angular/node_modules/es-abstract/2025/CreateNonEnumerableDataPropertyOrThrow.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/CreateNonEnumerableDataPropertyOrThrow.js rename to apps/angular/node_modules/es-abstract/2025/CreateNonEnumerableDataPropertyOrThrow.js diff --git a/ClientApp/node_modules/es-abstract/2025/CreateRegExpStringIterator.js b/apps/angular/node_modules/es-abstract/2025/CreateRegExpStringIterator.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/CreateRegExpStringIterator.js rename to apps/angular/node_modules/es-abstract/2025/CreateRegExpStringIterator.js diff --git a/ClientApp/node_modules/es-abstract/2025/DateFromTime.js b/apps/angular/node_modules/es-abstract/2025/DateFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/DateFromTime.js rename to apps/angular/node_modules/es-abstract/2025/DateFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2025/DateString.js b/apps/angular/node_modules/es-abstract/2025/DateString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/DateString.js rename to apps/angular/node_modules/es-abstract/2025/DateString.js diff --git a/ClientApp/node_modules/es-abstract/2025/Day.js b/apps/angular/node_modules/es-abstract/2025/Day.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/Day.js rename to apps/angular/node_modules/es-abstract/2025/Day.js diff --git a/ClientApp/node_modules/es-abstract/2025/DayFromYear.js b/apps/angular/node_modules/es-abstract/2025/DayFromYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/DayFromYear.js rename to apps/angular/node_modules/es-abstract/2025/DayFromYear.js diff --git a/ClientApp/node_modules/es-abstract/2025/DayWithinYear.js b/apps/angular/node_modules/es-abstract/2025/DayWithinYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/DayWithinYear.js rename to apps/angular/node_modules/es-abstract/2025/DayWithinYear.js diff --git a/ClientApp/node_modules/es-abstract/2025/DaysInYear.js b/apps/angular/node_modules/es-abstract/2025/DaysInYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/DaysInYear.js rename to apps/angular/node_modules/es-abstract/2025/DaysInYear.js diff --git a/ClientApp/node_modules/es-abstract/2025/DefineMethodProperty.js b/apps/angular/node_modules/es-abstract/2025/DefineMethodProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/DefineMethodProperty.js rename to apps/angular/node_modules/es-abstract/2025/DefineMethodProperty.js diff --git a/ClientApp/node_modules/es-abstract/2025/DefinePropertyOrThrow.js b/apps/angular/node_modules/es-abstract/2025/DefinePropertyOrThrow.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/DefinePropertyOrThrow.js rename to apps/angular/node_modules/es-abstract/2025/DefinePropertyOrThrow.js diff --git a/ClientApp/node_modules/es-abstract/2025/DeletePropertyOrThrow.js b/apps/angular/node_modules/es-abstract/2025/DeletePropertyOrThrow.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/DeletePropertyOrThrow.js rename to apps/angular/node_modules/es-abstract/2025/DeletePropertyOrThrow.js diff --git a/ClientApp/node_modules/es-abstract/2025/DetachArrayBuffer.js b/apps/angular/node_modules/es-abstract/2025/DetachArrayBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/DetachArrayBuffer.js rename to apps/angular/node_modules/es-abstract/2025/DetachArrayBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2025/EncodeForRegExpEscape.js b/apps/angular/node_modules/es-abstract/2025/EncodeForRegExpEscape.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/EncodeForRegExpEscape.js rename to apps/angular/node_modules/es-abstract/2025/EncodeForRegExpEscape.js diff --git a/ClientApp/node_modules/es-abstract/2025/EnumerableOwnProperties.js b/apps/angular/node_modules/es-abstract/2025/EnumerableOwnProperties.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/EnumerableOwnProperties.js rename to apps/angular/node_modules/es-abstract/2025/EnumerableOwnProperties.js diff --git a/ClientApp/node_modules/es-abstract/2025/FindViaPredicate.js b/apps/angular/node_modules/es-abstract/2025/FindViaPredicate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/FindViaPredicate.js rename to apps/angular/node_modules/es-abstract/2025/FindViaPredicate.js diff --git a/ClientApp/node_modules/es-abstract/2025/FlattenIntoArray.js b/apps/angular/node_modules/es-abstract/2025/FlattenIntoArray.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/FlattenIntoArray.js rename to apps/angular/node_modules/es-abstract/2025/FlattenIntoArray.js diff --git a/ClientApp/node_modules/es-abstract/2025/FromPropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2025/FromPropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/FromPropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2025/FromPropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2025/GeneratorResume.js b/apps/angular/node_modules/es-abstract/2025/GeneratorResume.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/GeneratorResume.js rename to apps/angular/node_modules/es-abstract/2025/GeneratorResume.js diff --git a/ClientApp/node_modules/es-abstract/2025/GeneratorResumeAbrupt.js b/apps/angular/node_modules/es-abstract/2025/GeneratorResumeAbrupt.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/GeneratorResumeAbrupt.js rename to apps/angular/node_modules/es-abstract/2025/GeneratorResumeAbrupt.js diff --git a/ClientApp/node_modules/es-abstract/2025/GeneratorStart.js b/apps/angular/node_modules/es-abstract/2025/GeneratorStart.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/GeneratorStart.js rename to apps/angular/node_modules/es-abstract/2025/GeneratorStart.js diff --git a/ClientApp/node_modules/es-abstract/2025/GeneratorValidate.js b/apps/angular/node_modules/es-abstract/2025/GeneratorValidate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/GeneratorValidate.js rename to apps/angular/node_modules/es-abstract/2025/GeneratorValidate.js diff --git a/ClientApp/node_modules/es-abstract/2025/Get.js b/apps/angular/node_modules/es-abstract/2025/Get.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/Get.js rename to apps/angular/node_modules/es-abstract/2025/Get.js diff --git a/ClientApp/node_modules/es-abstract/2025/GetArrayBufferMaxByteLengthOption.js b/apps/angular/node_modules/es-abstract/2025/GetArrayBufferMaxByteLengthOption.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/GetArrayBufferMaxByteLengthOption.js rename to apps/angular/node_modules/es-abstract/2025/GetArrayBufferMaxByteLengthOption.js diff --git a/ClientApp/node_modules/es-abstract/2025/GetGlobalObject.js b/apps/angular/node_modules/es-abstract/2025/GetGlobalObject.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/GetGlobalObject.js rename to apps/angular/node_modules/es-abstract/2025/GetGlobalObject.js diff --git a/ClientApp/node_modules/es-abstract/2025/GetIterator.js b/apps/angular/node_modules/es-abstract/2025/GetIterator.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/GetIterator.js rename to apps/angular/node_modules/es-abstract/2025/GetIterator.js diff --git a/ClientApp/node_modules/es-abstract/2025/GetIteratorDirect.js b/apps/angular/node_modules/es-abstract/2025/GetIteratorDirect.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/GetIteratorDirect.js rename to apps/angular/node_modules/es-abstract/2025/GetIteratorDirect.js diff --git a/ClientApp/node_modules/es-abstract/2025/GetIteratorFlattenable.js b/apps/angular/node_modules/es-abstract/2025/GetIteratorFlattenable.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/GetIteratorFlattenable.js rename to apps/angular/node_modules/es-abstract/2025/GetIteratorFlattenable.js diff --git a/ClientApp/node_modules/es-abstract/2025/GetIteratorFromMethod.js b/apps/angular/node_modules/es-abstract/2025/GetIteratorFromMethod.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/GetIteratorFromMethod.js rename to apps/angular/node_modules/es-abstract/2025/GetIteratorFromMethod.js diff --git a/ClientApp/node_modules/es-abstract/2025/GetMatchIndexPair.js b/apps/angular/node_modules/es-abstract/2025/GetMatchIndexPair.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/GetMatchIndexPair.js rename to apps/angular/node_modules/es-abstract/2025/GetMatchIndexPair.js diff --git a/ClientApp/node_modules/es-abstract/2025/GetMatchString.js b/apps/angular/node_modules/es-abstract/2025/GetMatchString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/GetMatchString.js rename to apps/angular/node_modules/es-abstract/2025/GetMatchString.js diff --git a/ClientApp/node_modules/es-abstract/2025/GetMethod.js b/apps/angular/node_modules/es-abstract/2025/GetMethod.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/GetMethod.js rename to apps/angular/node_modules/es-abstract/2025/GetMethod.js diff --git a/ClientApp/node_modules/es-abstract/2025/GetNamedTimeZoneEpochNanoseconds.js b/apps/angular/node_modules/es-abstract/2025/GetNamedTimeZoneEpochNanoseconds.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/GetNamedTimeZoneEpochNanoseconds.js rename to apps/angular/node_modules/es-abstract/2025/GetNamedTimeZoneEpochNanoseconds.js diff --git a/ClientApp/node_modules/es-abstract/2025/GetOwnPropertyKeys.js b/apps/angular/node_modules/es-abstract/2025/GetOwnPropertyKeys.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/GetOwnPropertyKeys.js rename to apps/angular/node_modules/es-abstract/2025/GetOwnPropertyKeys.js diff --git a/ClientApp/node_modules/es-abstract/2025/GetPromiseResolve.js b/apps/angular/node_modules/es-abstract/2025/GetPromiseResolve.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/GetPromiseResolve.js rename to apps/angular/node_modules/es-abstract/2025/GetPromiseResolve.js diff --git a/ClientApp/node_modules/es-abstract/2025/GetPrototypeFromConstructor.js b/apps/angular/node_modules/es-abstract/2025/GetPrototypeFromConstructor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/GetPrototypeFromConstructor.js rename to apps/angular/node_modules/es-abstract/2025/GetPrototypeFromConstructor.js diff --git a/ClientApp/node_modules/es-abstract/2025/GetSetRecord.js b/apps/angular/node_modules/es-abstract/2025/GetSetRecord.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/GetSetRecord.js rename to apps/angular/node_modules/es-abstract/2025/GetSetRecord.js diff --git a/ClientApp/node_modules/es-abstract/2025/GetStringIndex.js b/apps/angular/node_modules/es-abstract/2025/GetStringIndex.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/GetStringIndex.js rename to apps/angular/node_modules/es-abstract/2025/GetStringIndex.js diff --git a/ClientApp/node_modules/es-abstract/2025/GetSubstitution.js b/apps/angular/node_modules/es-abstract/2025/GetSubstitution.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/GetSubstitution.js rename to apps/angular/node_modules/es-abstract/2025/GetSubstitution.js diff --git a/ClientApp/node_modules/es-abstract/2025/GetUTCEpochNanoseconds.js b/apps/angular/node_modules/es-abstract/2025/GetUTCEpochNanoseconds.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/GetUTCEpochNanoseconds.js rename to apps/angular/node_modules/es-abstract/2025/GetUTCEpochNanoseconds.js diff --git a/ClientApp/node_modules/es-abstract/2025/GetV.js b/apps/angular/node_modules/es-abstract/2025/GetV.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/GetV.js rename to apps/angular/node_modules/es-abstract/2025/GetV.js diff --git a/ClientApp/node_modules/es-abstract/2025/GetValueFromBuffer.js b/apps/angular/node_modules/es-abstract/2025/GetValueFromBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/GetValueFromBuffer.js rename to apps/angular/node_modules/es-abstract/2025/GetValueFromBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2025/GetViewByteLength.js b/apps/angular/node_modules/es-abstract/2025/GetViewByteLength.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/GetViewByteLength.js rename to apps/angular/node_modules/es-abstract/2025/GetViewByteLength.js diff --git a/ClientApp/node_modules/es-abstract/2025/GroupBy.js b/apps/angular/node_modules/es-abstract/2025/GroupBy.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/GroupBy.js rename to apps/angular/node_modules/es-abstract/2025/GroupBy.js diff --git a/ClientApp/node_modules/es-abstract/2025/HasEitherUnicodeFlag.js b/apps/angular/node_modules/es-abstract/2025/HasEitherUnicodeFlag.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/HasEitherUnicodeFlag.js rename to apps/angular/node_modules/es-abstract/2025/HasEitherUnicodeFlag.js diff --git a/ClientApp/node_modules/es-abstract/2025/HasOwnProperty.js b/apps/angular/node_modules/es-abstract/2025/HasOwnProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/HasOwnProperty.js rename to apps/angular/node_modules/es-abstract/2025/HasOwnProperty.js diff --git a/ClientApp/node_modules/es-abstract/2025/HasProperty.js b/apps/angular/node_modules/es-abstract/2025/HasProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/HasProperty.js rename to apps/angular/node_modules/es-abstract/2025/HasProperty.js diff --git a/ClientApp/node_modules/es-abstract/2025/HourFromTime.js b/apps/angular/node_modules/es-abstract/2025/HourFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/HourFromTime.js rename to apps/angular/node_modules/es-abstract/2025/HourFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2025/IfAbruptCloseIterator.js b/apps/angular/node_modules/es-abstract/2025/IfAbruptCloseIterator.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/IfAbruptCloseIterator.js rename to apps/angular/node_modules/es-abstract/2025/IfAbruptCloseIterator.js diff --git a/ClientApp/node_modules/es-abstract/2025/InLeapYear.js b/apps/angular/node_modules/es-abstract/2025/InLeapYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/InLeapYear.js rename to apps/angular/node_modules/es-abstract/2025/InLeapYear.js diff --git a/ClientApp/node_modules/es-abstract/2025/InstallErrorCause.js b/apps/angular/node_modules/es-abstract/2025/InstallErrorCause.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/InstallErrorCause.js rename to apps/angular/node_modules/es-abstract/2025/InstallErrorCause.js diff --git a/ClientApp/node_modules/es-abstract/2025/InstanceofOperator.js b/apps/angular/node_modules/es-abstract/2025/InstanceofOperator.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/InstanceofOperator.js rename to apps/angular/node_modules/es-abstract/2025/InstanceofOperator.js diff --git a/ClientApp/node_modules/es-abstract/2025/InternalizeJSONProperty.js b/apps/angular/node_modules/es-abstract/2025/InternalizeJSONProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/InternalizeJSONProperty.js rename to apps/angular/node_modules/es-abstract/2025/InternalizeJSONProperty.js diff --git a/ClientApp/node_modules/es-abstract/2025/Invoke.js b/apps/angular/node_modules/es-abstract/2025/Invoke.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/Invoke.js rename to apps/angular/node_modules/es-abstract/2025/Invoke.js diff --git a/ClientApp/node_modules/es-abstract/2025/IsAccessorDescriptor.js b/apps/angular/node_modules/es-abstract/2025/IsAccessorDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/IsAccessorDescriptor.js rename to apps/angular/node_modules/es-abstract/2025/IsAccessorDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2025/IsArray.js b/apps/angular/node_modules/es-abstract/2025/IsArray.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/IsArray.js rename to apps/angular/node_modules/es-abstract/2025/IsArray.js diff --git a/ClientApp/node_modules/es-abstract/2025/IsArrayBufferViewOutOfBounds.js b/apps/angular/node_modules/es-abstract/2025/IsArrayBufferViewOutOfBounds.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/IsArrayBufferViewOutOfBounds.js rename to apps/angular/node_modules/es-abstract/2025/IsArrayBufferViewOutOfBounds.js diff --git a/ClientApp/node_modules/es-abstract/2025/IsBigIntElementType.js b/apps/angular/node_modules/es-abstract/2025/IsBigIntElementType.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/IsBigIntElementType.js rename to apps/angular/node_modules/es-abstract/2025/IsBigIntElementType.js diff --git a/ClientApp/node_modules/es-abstract/2025/IsCallable.js b/apps/angular/node_modules/es-abstract/2025/IsCallable.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/IsCallable.js rename to apps/angular/node_modules/es-abstract/2025/IsCallable.js diff --git a/ClientApp/node_modules/es-abstract/2025/IsCompatiblePropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2025/IsCompatiblePropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/IsCompatiblePropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2025/IsCompatiblePropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2025/IsConcatSpreadable.js b/apps/angular/node_modules/es-abstract/2025/IsConcatSpreadable.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/IsConcatSpreadable.js rename to apps/angular/node_modules/es-abstract/2025/IsConcatSpreadable.js diff --git a/ClientApp/node_modules/es-abstract/2025/IsConstructor.js b/apps/angular/node_modules/es-abstract/2025/IsConstructor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/IsConstructor.js rename to apps/angular/node_modules/es-abstract/2025/IsConstructor.js diff --git a/ClientApp/node_modules/es-abstract/2025/IsDataDescriptor.js b/apps/angular/node_modules/es-abstract/2025/IsDataDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/IsDataDescriptor.js rename to apps/angular/node_modules/es-abstract/2025/IsDataDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2025/IsDetachedBuffer.js b/apps/angular/node_modules/es-abstract/2025/IsDetachedBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/IsDetachedBuffer.js rename to apps/angular/node_modules/es-abstract/2025/IsDetachedBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2025/IsExtensible.js b/apps/angular/node_modules/es-abstract/2025/IsExtensible.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/IsExtensible.js rename to apps/angular/node_modules/es-abstract/2025/IsExtensible.js diff --git a/ClientApp/node_modules/es-abstract/2025/IsFixedLengthArrayBuffer.js b/apps/angular/node_modules/es-abstract/2025/IsFixedLengthArrayBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/IsFixedLengthArrayBuffer.js rename to apps/angular/node_modules/es-abstract/2025/IsFixedLengthArrayBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2025/IsGenericDescriptor.js b/apps/angular/node_modules/es-abstract/2025/IsGenericDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/IsGenericDescriptor.js rename to apps/angular/node_modules/es-abstract/2025/IsGenericDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2025/IsLessThan.js b/apps/angular/node_modules/es-abstract/2025/IsLessThan.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/IsLessThan.js rename to apps/angular/node_modules/es-abstract/2025/IsLessThan.js diff --git a/ClientApp/node_modules/es-abstract/2025/IsLooselyEqual.js b/apps/angular/node_modules/es-abstract/2025/IsLooselyEqual.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/IsLooselyEqual.js rename to apps/angular/node_modules/es-abstract/2025/IsLooselyEqual.js diff --git a/ClientApp/node_modules/es-abstract/2025/IsNoTearConfiguration.js b/apps/angular/node_modules/es-abstract/2025/IsNoTearConfiguration.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/IsNoTearConfiguration.js rename to apps/angular/node_modules/es-abstract/2025/IsNoTearConfiguration.js diff --git a/ClientApp/node_modules/es-abstract/2025/IsPromise.js b/apps/angular/node_modules/es-abstract/2025/IsPromise.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/IsPromise.js rename to apps/angular/node_modules/es-abstract/2025/IsPromise.js diff --git a/ClientApp/node_modules/es-abstract/2025/IsRegExp.js b/apps/angular/node_modules/es-abstract/2025/IsRegExp.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/IsRegExp.js rename to apps/angular/node_modules/es-abstract/2025/IsRegExp.js diff --git a/ClientApp/node_modules/es-abstract/2025/IsSharedArrayBuffer.js b/apps/angular/node_modules/es-abstract/2025/IsSharedArrayBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/IsSharedArrayBuffer.js rename to apps/angular/node_modules/es-abstract/2025/IsSharedArrayBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2025/IsStrictlyEqual.js b/apps/angular/node_modules/es-abstract/2025/IsStrictlyEqual.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/IsStrictlyEqual.js rename to apps/angular/node_modules/es-abstract/2025/IsStrictlyEqual.js diff --git a/ClientApp/node_modules/es-abstract/2025/IsStringWellFormedUnicode.js b/apps/angular/node_modules/es-abstract/2025/IsStringWellFormedUnicode.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/IsStringWellFormedUnicode.js rename to apps/angular/node_modules/es-abstract/2025/IsStringWellFormedUnicode.js diff --git a/ClientApp/node_modules/es-abstract/2025/IsTimeZoneOffsetString.js b/apps/angular/node_modules/es-abstract/2025/IsTimeZoneOffsetString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/IsTimeZoneOffsetString.js rename to apps/angular/node_modules/es-abstract/2025/IsTimeZoneOffsetString.js diff --git a/ClientApp/node_modules/es-abstract/2025/IsTypedArrayFixedLength.js b/apps/angular/node_modules/es-abstract/2025/IsTypedArrayFixedLength.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/IsTypedArrayFixedLength.js rename to apps/angular/node_modules/es-abstract/2025/IsTypedArrayFixedLength.js diff --git a/ClientApp/node_modules/es-abstract/2025/IsTypedArrayOutOfBounds.js b/apps/angular/node_modules/es-abstract/2025/IsTypedArrayOutOfBounds.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/IsTypedArrayOutOfBounds.js rename to apps/angular/node_modules/es-abstract/2025/IsTypedArrayOutOfBounds.js diff --git a/ClientApp/node_modules/es-abstract/2025/IsUnclampedIntegerElementType.js b/apps/angular/node_modules/es-abstract/2025/IsUnclampedIntegerElementType.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/IsUnclampedIntegerElementType.js rename to apps/angular/node_modules/es-abstract/2025/IsUnclampedIntegerElementType.js diff --git a/ClientApp/node_modules/es-abstract/2025/IsUnsignedElementType.js b/apps/angular/node_modules/es-abstract/2025/IsUnsignedElementType.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/IsUnsignedElementType.js rename to apps/angular/node_modules/es-abstract/2025/IsUnsignedElementType.js diff --git a/ClientApp/node_modules/es-abstract/2025/IsValidIntegerIndex.js b/apps/angular/node_modules/es-abstract/2025/IsValidIntegerIndex.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/IsValidIntegerIndex.js rename to apps/angular/node_modules/es-abstract/2025/IsValidIntegerIndex.js diff --git a/ClientApp/node_modules/es-abstract/2025/IsViewOutOfBounds.js b/apps/angular/node_modules/es-abstract/2025/IsViewOutOfBounds.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/IsViewOutOfBounds.js rename to apps/angular/node_modules/es-abstract/2025/IsViewOutOfBounds.js diff --git a/ClientApp/node_modules/es-abstract/2025/IsWordChar.js b/apps/angular/node_modules/es-abstract/2025/IsWordChar.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/IsWordChar.js rename to apps/angular/node_modules/es-abstract/2025/IsWordChar.js diff --git a/ClientApp/node_modules/es-abstract/2025/IteratorClose.js b/apps/angular/node_modules/es-abstract/2025/IteratorClose.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/IteratorClose.js rename to apps/angular/node_modules/es-abstract/2025/IteratorClose.js diff --git a/ClientApp/node_modules/es-abstract/2025/IteratorComplete.js b/apps/angular/node_modules/es-abstract/2025/IteratorComplete.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/IteratorComplete.js rename to apps/angular/node_modules/es-abstract/2025/IteratorComplete.js diff --git a/ClientApp/node_modules/es-abstract/2025/IteratorNext.js b/apps/angular/node_modules/es-abstract/2025/IteratorNext.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/IteratorNext.js rename to apps/angular/node_modules/es-abstract/2025/IteratorNext.js diff --git a/ClientApp/node_modules/es-abstract/2025/IteratorStep.js b/apps/angular/node_modules/es-abstract/2025/IteratorStep.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/IteratorStep.js rename to apps/angular/node_modules/es-abstract/2025/IteratorStep.js diff --git a/ClientApp/node_modules/es-abstract/2025/IteratorStepValue.js b/apps/angular/node_modules/es-abstract/2025/IteratorStepValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/IteratorStepValue.js rename to apps/angular/node_modules/es-abstract/2025/IteratorStepValue.js diff --git a/ClientApp/node_modules/es-abstract/2025/IteratorToList.js b/apps/angular/node_modules/es-abstract/2025/IteratorToList.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/IteratorToList.js rename to apps/angular/node_modules/es-abstract/2025/IteratorToList.js diff --git a/ClientApp/node_modules/es-abstract/2025/IteratorValue.js b/apps/angular/node_modules/es-abstract/2025/IteratorValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/IteratorValue.js rename to apps/angular/node_modules/es-abstract/2025/IteratorValue.js diff --git a/ClientApp/node_modules/es-abstract/2025/KeyForSymbol.js b/apps/angular/node_modules/es-abstract/2025/KeyForSymbol.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/KeyForSymbol.js rename to apps/angular/node_modules/es-abstract/2025/KeyForSymbol.js diff --git a/ClientApp/node_modules/es-abstract/2025/LengthOfArrayLike.js b/apps/angular/node_modules/es-abstract/2025/LengthOfArrayLike.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/LengthOfArrayLike.js rename to apps/angular/node_modules/es-abstract/2025/LengthOfArrayLike.js diff --git a/ClientApp/node_modules/es-abstract/2025/MakeDataViewWithBufferWitnessRecord.js b/apps/angular/node_modules/es-abstract/2025/MakeDataViewWithBufferWitnessRecord.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/MakeDataViewWithBufferWitnessRecord.js rename to apps/angular/node_modules/es-abstract/2025/MakeDataViewWithBufferWitnessRecord.js diff --git a/ClientApp/node_modules/es-abstract/2025/MakeDate.js b/apps/angular/node_modules/es-abstract/2025/MakeDate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/MakeDate.js rename to apps/angular/node_modules/es-abstract/2025/MakeDate.js diff --git a/ClientApp/node_modules/es-abstract/2025/MakeDay.js b/apps/angular/node_modules/es-abstract/2025/MakeDay.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/MakeDay.js rename to apps/angular/node_modules/es-abstract/2025/MakeDay.js diff --git a/ClientApp/node_modules/es-abstract/2025/MakeFullYear.js b/apps/angular/node_modules/es-abstract/2025/MakeFullYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/MakeFullYear.js rename to apps/angular/node_modules/es-abstract/2025/MakeFullYear.js diff --git a/ClientApp/node_modules/es-abstract/2025/MakeMatchIndicesIndexPairArray.js b/apps/angular/node_modules/es-abstract/2025/MakeMatchIndicesIndexPairArray.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/MakeMatchIndicesIndexPairArray.js rename to apps/angular/node_modules/es-abstract/2025/MakeMatchIndicesIndexPairArray.js diff --git a/ClientApp/node_modules/es-abstract/2025/MakeTime.js b/apps/angular/node_modules/es-abstract/2025/MakeTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/MakeTime.js rename to apps/angular/node_modules/es-abstract/2025/MakeTime.js diff --git a/ClientApp/node_modules/es-abstract/2025/MakeTypedArrayWithBufferWitnessRecord.js b/apps/angular/node_modules/es-abstract/2025/MakeTypedArrayWithBufferWitnessRecord.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/MakeTypedArrayWithBufferWitnessRecord.js rename to apps/angular/node_modules/es-abstract/2025/MakeTypedArrayWithBufferWitnessRecord.js diff --git a/ClientApp/node_modules/es-abstract/2025/MinFromTime.js b/apps/angular/node_modules/es-abstract/2025/MinFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/MinFromTime.js rename to apps/angular/node_modules/es-abstract/2025/MinFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2025/MonthFromTime.js b/apps/angular/node_modules/es-abstract/2025/MonthFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/MonthFromTime.js rename to apps/angular/node_modules/es-abstract/2025/MonthFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2025/NewPromiseCapability.js b/apps/angular/node_modules/es-abstract/2025/NewPromiseCapability.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/NewPromiseCapability.js rename to apps/angular/node_modules/es-abstract/2025/NewPromiseCapability.js diff --git a/ClientApp/node_modules/es-abstract/2025/NormalCompletion.js b/apps/angular/node_modules/es-abstract/2025/NormalCompletion.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/NormalCompletion.js rename to apps/angular/node_modules/es-abstract/2025/NormalCompletion.js diff --git a/ClientApp/node_modules/es-abstract/2025/Number/add.js b/apps/angular/node_modules/es-abstract/2025/Number/add.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/Number/add.js rename to apps/angular/node_modules/es-abstract/2025/Number/add.js diff --git a/ClientApp/node_modules/es-abstract/2025/Number/bitwiseAND.js b/apps/angular/node_modules/es-abstract/2025/Number/bitwiseAND.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/Number/bitwiseAND.js rename to apps/angular/node_modules/es-abstract/2025/Number/bitwiseAND.js diff --git a/ClientApp/node_modules/es-abstract/2025/Number/bitwiseNOT.js b/apps/angular/node_modules/es-abstract/2025/Number/bitwiseNOT.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/Number/bitwiseNOT.js rename to apps/angular/node_modules/es-abstract/2025/Number/bitwiseNOT.js diff --git a/ClientApp/node_modules/es-abstract/2025/Number/bitwiseOR.js b/apps/angular/node_modules/es-abstract/2025/Number/bitwiseOR.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/Number/bitwiseOR.js rename to apps/angular/node_modules/es-abstract/2025/Number/bitwiseOR.js diff --git a/ClientApp/node_modules/es-abstract/2025/Number/bitwiseXOR.js b/apps/angular/node_modules/es-abstract/2025/Number/bitwiseXOR.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/Number/bitwiseXOR.js rename to apps/angular/node_modules/es-abstract/2025/Number/bitwiseXOR.js diff --git a/ClientApp/node_modules/es-abstract/2025/Number/divide.js b/apps/angular/node_modules/es-abstract/2025/Number/divide.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/Number/divide.js rename to apps/angular/node_modules/es-abstract/2025/Number/divide.js diff --git a/ClientApp/node_modules/es-abstract/2025/Number/equal.js b/apps/angular/node_modules/es-abstract/2025/Number/equal.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/Number/equal.js rename to apps/angular/node_modules/es-abstract/2025/Number/equal.js diff --git a/ClientApp/node_modules/es-abstract/2025/Number/exponentiate.js b/apps/angular/node_modules/es-abstract/2025/Number/exponentiate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/Number/exponentiate.js rename to apps/angular/node_modules/es-abstract/2025/Number/exponentiate.js diff --git a/ClientApp/node_modules/es-abstract/2025/Number/index.js b/apps/angular/node_modules/es-abstract/2025/Number/index.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/Number/index.js rename to apps/angular/node_modules/es-abstract/2025/Number/index.js diff --git a/ClientApp/node_modules/es-abstract/2025/Number/leftShift.js b/apps/angular/node_modules/es-abstract/2025/Number/leftShift.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/Number/leftShift.js rename to apps/angular/node_modules/es-abstract/2025/Number/leftShift.js diff --git a/ClientApp/node_modules/es-abstract/2025/Number/lessThan.js b/apps/angular/node_modules/es-abstract/2025/Number/lessThan.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/Number/lessThan.js rename to apps/angular/node_modules/es-abstract/2025/Number/lessThan.js diff --git a/ClientApp/node_modules/es-abstract/2025/Number/multiply.js b/apps/angular/node_modules/es-abstract/2025/Number/multiply.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/Number/multiply.js rename to apps/angular/node_modules/es-abstract/2025/Number/multiply.js diff --git a/ClientApp/node_modules/es-abstract/2025/Number/remainder.js b/apps/angular/node_modules/es-abstract/2025/Number/remainder.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/Number/remainder.js rename to apps/angular/node_modules/es-abstract/2025/Number/remainder.js diff --git a/ClientApp/node_modules/es-abstract/2025/Number/sameValue.js b/apps/angular/node_modules/es-abstract/2025/Number/sameValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/Number/sameValue.js rename to apps/angular/node_modules/es-abstract/2025/Number/sameValue.js diff --git a/ClientApp/node_modules/es-abstract/2025/Number/sameValueZero.js b/apps/angular/node_modules/es-abstract/2025/Number/sameValueZero.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/Number/sameValueZero.js rename to apps/angular/node_modules/es-abstract/2025/Number/sameValueZero.js diff --git a/ClientApp/node_modules/es-abstract/2025/Number/signedRightShift.js b/apps/angular/node_modules/es-abstract/2025/Number/signedRightShift.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/Number/signedRightShift.js rename to apps/angular/node_modules/es-abstract/2025/Number/signedRightShift.js diff --git a/ClientApp/node_modules/es-abstract/2025/Number/subtract.js b/apps/angular/node_modules/es-abstract/2025/Number/subtract.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/Number/subtract.js rename to apps/angular/node_modules/es-abstract/2025/Number/subtract.js diff --git a/ClientApp/node_modules/es-abstract/2025/Number/toString.js b/apps/angular/node_modules/es-abstract/2025/Number/toString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/Number/toString.js rename to apps/angular/node_modules/es-abstract/2025/Number/toString.js diff --git a/ClientApp/node_modules/es-abstract/2025/Number/unaryMinus.js b/apps/angular/node_modules/es-abstract/2025/Number/unaryMinus.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/Number/unaryMinus.js rename to apps/angular/node_modules/es-abstract/2025/Number/unaryMinus.js diff --git a/ClientApp/node_modules/es-abstract/2025/Number/unsignedRightShift.js b/apps/angular/node_modules/es-abstract/2025/Number/unsignedRightShift.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/Number/unsignedRightShift.js rename to apps/angular/node_modules/es-abstract/2025/Number/unsignedRightShift.js diff --git a/ClientApp/node_modules/es-abstract/2025/NumberBitwiseOp.js b/apps/angular/node_modules/es-abstract/2025/NumberBitwiseOp.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/NumberBitwiseOp.js rename to apps/angular/node_modules/es-abstract/2025/NumberBitwiseOp.js diff --git a/ClientApp/node_modules/es-abstract/2025/NumberToBigInt.js b/apps/angular/node_modules/es-abstract/2025/NumberToBigInt.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/NumberToBigInt.js rename to apps/angular/node_modules/es-abstract/2025/NumberToBigInt.js diff --git a/ClientApp/node_modules/es-abstract/2025/NumericToRawBytes.js b/apps/angular/node_modules/es-abstract/2025/NumericToRawBytes.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/NumericToRawBytes.js rename to apps/angular/node_modules/es-abstract/2025/NumericToRawBytes.js diff --git a/ClientApp/node_modules/es-abstract/2025/ObjectDefineProperties.js b/apps/angular/node_modules/es-abstract/2025/ObjectDefineProperties.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/ObjectDefineProperties.js rename to apps/angular/node_modules/es-abstract/2025/ObjectDefineProperties.js diff --git a/ClientApp/node_modules/es-abstract/2025/OrdinaryCreateFromConstructor.js b/apps/angular/node_modules/es-abstract/2025/OrdinaryCreateFromConstructor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/OrdinaryCreateFromConstructor.js rename to apps/angular/node_modules/es-abstract/2025/OrdinaryCreateFromConstructor.js diff --git a/ClientApp/node_modules/es-abstract/2025/OrdinaryDefineOwnProperty.js b/apps/angular/node_modules/es-abstract/2025/OrdinaryDefineOwnProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/OrdinaryDefineOwnProperty.js rename to apps/angular/node_modules/es-abstract/2025/OrdinaryDefineOwnProperty.js diff --git a/ClientApp/node_modules/es-abstract/2025/OrdinaryGetOwnProperty.js b/apps/angular/node_modules/es-abstract/2025/OrdinaryGetOwnProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/OrdinaryGetOwnProperty.js rename to apps/angular/node_modules/es-abstract/2025/OrdinaryGetOwnProperty.js diff --git a/ClientApp/node_modules/es-abstract/2025/OrdinaryGetPrototypeOf.js b/apps/angular/node_modules/es-abstract/2025/OrdinaryGetPrototypeOf.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/OrdinaryGetPrototypeOf.js rename to apps/angular/node_modules/es-abstract/2025/OrdinaryGetPrototypeOf.js diff --git a/ClientApp/node_modules/es-abstract/2025/OrdinaryHasInstance.js b/apps/angular/node_modules/es-abstract/2025/OrdinaryHasInstance.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/OrdinaryHasInstance.js rename to apps/angular/node_modules/es-abstract/2025/OrdinaryHasInstance.js diff --git a/ClientApp/node_modules/es-abstract/2025/OrdinaryHasProperty.js b/apps/angular/node_modules/es-abstract/2025/OrdinaryHasProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/OrdinaryHasProperty.js rename to apps/angular/node_modules/es-abstract/2025/OrdinaryHasProperty.js diff --git a/ClientApp/node_modules/es-abstract/2025/OrdinaryObjectCreate.js b/apps/angular/node_modules/es-abstract/2025/OrdinaryObjectCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/OrdinaryObjectCreate.js rename to apps/angular/node_modules/es-abstract/2025/OrdinaryObjectCreate.js diff --git a/ClientApp/node_modules/es-abstract/2025/OrdinarySetPrototypeOf.js b/apps/angular/node_modules/es-abstract/2025/OrdinarySetPrototypeOf.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/OrdinarySetPrototypeOf.js rename to apps/angular/node_modules/es-abstract/2025/OrdinarySetPrototypeOf.js diff --git a/ClientApp/node_modules/es-abstract/2025/OrdinaryToPrimitive.js b/apps/angular/node_modules/es-abstract/2025/OrdinaryToPrimitive.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/OrdinaryToPrimitive.js rename to apps/angular/node_modules/es-abstract/2025/OrdinaryToPrimitive.js diff --git a/ClientApp/node_modules/es-abstract/2025/ParseHexOctet.js b/apps/angular/node_modules/es-abstract/2025/ParseHexOctet.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/ParseHexOctet.js rename to apps/angular/node_modules/es-abstract/2025/ParseHexOctet.js diff --git a/ClientApp/node_modules/es-abstract/2025/PromiseResolve.js b/apps/angular/node_modules/es-abstract/2025/PromiseResolve.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/PromiseResolve.js rename to apps/angular/node_modules/es-abstract/2025/PromiseResolve.js diff --git a/ClientApp/node_modules/es-abstract/2025/QuoteJSONString.js b/apps/angular/node_modules/es-abstract/2025/QuoteJSONString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/QuoteJSONString.js rename to apps/angular/node_modules/es-abstract/2025/QuoteJSONString.js diff --git a/ClientApp/node_modules/es-abstract/2025/RawBytesToNumeric.js b/apps/angular/node_modules/es-abstract/2025/RawBytesToNumeric.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/RawBytesToNumeric.js rename to apps/angular/node_modules/es-abstract/2025/RawBytesToNumeric.js diff --git a/ClientApp/node_modules/es-abstract/2025/RegExpCreate.js b/apps/angular/node_modules/es-abstract/2025/RegExpCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/RegExpCreate.js rename to apps/angular/node_modules/es-abstract/2025/RegExpCreate.js diff --git a/ClientApp/node_modules/es-abstract/2025/RegExpExec.js b/apps/angular/node_modules/es-abstract/2025/RegExpExec.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/RegExpExec.js rename to apps/angular/node_modules/es-abstract/2025/RegExpExec.js diff --git a/ClientApp/node_modules/es-abstract/2025/RegExpHasFlag.js b/apps/angular/node_modules/es-abstract/2025/RegExpHasFlag.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/RegExpHasFlag.js rename to apps/angular/node_modules/es-abstract/2025/RegExpHasFlag.js diff --git a/ClientApp/node_modules/es-abstract/2025/RequireObjectCoercible.js b/apps/angular/node_modules/es-abstract/2025/RequireObjectCoercible.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/RequireObjectCoercible.js rename to apps/angular/node_modules/es-abstract/2025/RequireObjectCoercible.js diff --git a/ClientApp/node_modules/es-abstract/2025/ReturnCompletion.js b/apps/angular/node_modules/es-abstract/2025/ReturnCompletion.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/ReturnCompletion.js rename to apps/angular/node_modules/es-abstract/2025/ReturnCompletion.js diff --git a/ClientApp/node_modules/es-abstract/2025/SameType.js b/apps/angular/node_modules/es-abstract/2025/SameType.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/SameType.js rename to apps/angular/node_modules/es-abstract/2025/SameType.js diff --git a/ClientApp/node_modules/es-abstract/2025/SameValue.js b/apps/angular/node_modules/es-abstract/2025/SameValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/SameValue.js rename to apps/angular/node_modules/es-abstract/2025/SameValue.js diff --git a/ClientApp/node_modules/es-abstract/2025/SameValueNonNumber.js b/apps/angular/node_modules/es-abstract/2025/SameValueNonNumber.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/SameValueNonNumber.js rename to apps/angular/node_modules/es-abstract/2025/SameValueNonNumber.js diff --git a/ClientApp/node_modules/es-abstract/2025/SameValueZero.js b/apps/angular/node_modules/es-abstract/2025/SameValueZero.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/SameValueZero.js rename to apps/angular/node_modules/es-abstract/2025/SameValueZero.js diff --git a/ClientApp/node_modules/es-abstract/2025/SecFromTime.js b/apps/angular/node_modules/es-abstract/2025/SecFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/SecFromTime.js rename to apps/angular/node_modules/es-abstract/2025/SecFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2025/Set.js b/apps/angular/node_modules/es-abstract/2025/Set.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/Set.js rename to apps/angular/node_modules/es-abstract/2025/Set.js diff --git a/ClientApp/node_modules/es-abstract/2025/SetDataHas.js b/apps/angular/node_modules/es-abstract/2025/SetDataHas.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/SetDataHas.js rename to apps/angular/node_modules/es-abstract/2025/SetDataHas.js diff --git a/ClientApp/node_modules/es-abstract/2025/SetDataIndex.js b/apps/angular/node_modules/es-abstract/2025/SetDataIndex.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/SetDataIndex.js rename to apps/angular/node_modules/es-abstract/2025/SetDataIndex.js diff --git a/ClientApp/node_modules/es-abstract/2025/SetDataSize.js b/apps/angular/node_modules/es-abstract/2025/SetDataSize.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/SetDataSize.js rename to apps/angular/node_modules/es-abstract/2025/SetDataSize.js diff --git a/ClientApp/node_modules/es-abstract/2025/SetFunctionLength.js b/apps/angular/node_modules/es-abstract/2025/SetFunctionLength.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/SetFunctionLength.js rename to apps/angular/node_modules/es-abstract/2025/SetFunctionLength.js diff --git a/ClientApp/node_modules/es-abstract/2025/SetFunctionName.js b/apps/angular/node_modules/es-abstract/2025/SetFunctionName.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/SetFunctionName.js rename to apps/angular/node_modules/es-abstract/2025/SetFunctionName.js diff --git a/ClientApp/node_modules/es-abstract/2025/SetIntegrityLevel.js b/apps/angular/node_modules/es-abstract/2025/SetIntegrityLevel.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/SetIntegrityLevel.js rename to apps/angular/node_modules/es-abstract/2025/SetIntegrityLevel.js diff --git a/ClientApp/node_modules/es-abstract/2025/SetTypedArrayFromArrayLike.js b/apps/angular/node_modules/es-abstract/2025/SetTypedArrayFromArrayLike.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/SetTypedArrayFromArrayLike.js rename to apps/angular/node_modules/es-abstract/2025/SetTypedArrayFromArrayLike.js diff --git a/ClientApp/node_modules/es-abstract/2025/SetTypedArrayFromTypedArray.js b/apps/angular/node_modules/es-abstract/2025/SetTypedArrayFromTypedArray.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/SetTypedArrayFromTypedArray.js rename to apps/angular/node_modules/es-abstract/2025/SetTypedArrayFromTypedArray.js diff --git a/ClientApp/node_modules/es-abstract/2025/SetValueInBuffer.js b/apps/angular/node_modules/es-abstract/2025/SetValueInBuffer.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/SetValueInBuffer.js rename to apps/angular/node_modules/es-abstract/2025/SetValueInBuffer.js diff --git a/ClientApp/node_modules/es-abstract/2025/SetterThatIgnoresPrototypeProperties.js b/apps/angular/node_modules/es-abstract/2025/SetterThatIgnoresPrototypeProperties.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/SetterThatIgnoresPrototypeProperties.js rename to apps/angular/node_modules/es-abstract/2025/SetterThatIgnoresPrototypeProperties.js diff --git a/ClientApp/node_modules/es-abstract/2025/SortIndexedProperties.js b/apps/angular/node_modules/es-abstract/2025/SortIndexedProperties.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/SortIndexedProperties.js rename to apps/angular/node_modules/es-abstract/2025/SortIndexedProperties.js diff --git a/ClientApp/node_modules/es-abstract/2025/SpeciesConstructor.js b/apps/angular/node_modules/es-abstract/2025/SpeciesConstructor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/SpeciesConstructor.js rename to apps/angular/node_modules/es-abstract/2025/SpeciesConstructor.js diff --git a/ClientApp/node_modules/es-abstract/2025/StringCreate.js b/apps/angular/node_modules/es-abstract/2025/StringCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/StringCreate.js rename to apps/angular/node_modules/es-abstract/2025/StringCreate.js diff --git a/ClientApp/node_modules/es-abstract/2025/StringGetOwnProperty.js b/apps/angular/node_modules/es-abstract/2025/StringGetOwnProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/StringGetOwnProperty.js rename to apps/angular/node_modules/es-abstract/2025/StringGetOwnProperty.js diff --git a/ClientApp/node_modules/es-abstract/2025/StringIndexOf.js b/apps/angular/node_modules/es-abstract/2025/StringIndexOf.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/StringIndexOf.js rename to apps/angular/node_modules/es-abstract/2025/StringIndexOf.js diff --git a/ClientApp/node_modules/es-abstract/2025/StringLastIndexOf.js b/apps/angular/node_modules/es-abstract/2025/StringLastIndexOf.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/StringLastIndexOf.js rename to apps/angular/node_modules/es-abstract/2025/StringLastIndexOf.js diff --git a/ClientApp/node_modules/es-abstract/2025/StringPad.js b/apps/angular/node_modules/es-abstract/2025/StringPad.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/StringPad.js rename to apps/angular/node_modules/es-abstract/2025/StringPad.js diff --git a/ClientApp/node_modules/es-abstract/2025/StringPaddingBuiltinsImpl.js b/apps/angular/node_modules/es-abstract/2025/StringPaddingBuiltinsImpl.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/StringPaddingBuiltinsImpl.js rename to apps/angular/node_modules/es-abstract/2025/StringPaddingBuiltinsImpl.js diff --git a/ClientApp/node_modules/es-abstract/2025/StringToBigInt.js b/apps/angular/node_modules/es-abstract/2025/StringToBigInt.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/StringToBigInt.js rename to apps/angular/node_modules/es-abstract/2025/StringToBigInt.js diff --git a/ClientApp/node_modules/es-abstract/2025/StringToCodePoints.js b/apps/angular/node_modules/es-abstract/2025/StringToCodePoints.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/StringToCodePoints.js rename to apps/angular/node_modules/es-abstract/2025/StringToCodePoints.js diff --git a/ClientApp/node_modules/es-abstract/2025/StringToNumber.js b/apps/angular/node_modules/es-abstract/2025/StringToNumber.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/StringToNumber.js rename to apps/angular/node_modules/es-abstract/2025/StringToNumber.js diff --git a/ClientApp/node_modules/es-abstract/2025/SymbolDescriptiveString.js b/apps/angular/node_modules/es-abstract/2025/SymbolDescriptiveString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/SymbolDescriptiveString.js rename to apps/angular/node_modules/es-abstract/2025/SymbolDescriptiveString.js diff --git a/ClientApp/node_modules/es-abstract/2025/SystemTimeZoneIdentifier.js b/apps/angular/node_modules/es-abstract/2025/SystemTimeZoneIdentifier.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/SystemTimeZoneIdentifier.js rename to apps/angular/node_modules/es-abstract/2025/SystemTimeZoneIdentifier.js diff --git a/ClientApp/node_modules/es-abstract/2025/TestIntegrityLevel.js b/apps/angular/node_modules/es-abstract/2025/TestIntegrityLevel.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/TestIntegrityLevel.js rename to apps/angular/node_modules/es-abstract/2025/TestIntegrityLevel.js diff --git a/ClientApp/node_modules/es-abstract/2025/ThisBigIntValue.js b/apps/angular/node_modules/es-abstract/2025/ThisBigIntValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/ThisBigIntValue.js rename to apps/angular/node_modules/es-abstract/2025/ThisBigIntValue.js diff --git a/ClientApp/node_modules/es-abstract/2025/ThisBooleanValue.js b/apps/angular/node_modules/es-abstract/2025/ThisBooleanValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/ThisBooleanValue.js rename to apps/angular/node_modules/es-abstract/2025/ThisBooleanValue.js diff --git a/ClientApp/node_modules/es-abstract/2025/ThisNumberValue.js b/apps/angular/node_modules/es-abstract/2025/ThisNumberValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/ThisNumberValue.js rename to apps/angular/node_modules/es-abstract/2025/ThisNumberValue.js diff --git a/ClientApp/node_modules/es-abstract/2025/ThisStringValue.js b/apps/angular/node_modules/es-abstract/2025/ThisStringValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/ThisStringValue.js rename to apps/angular/node_modules/es-abstract/2025/ThisStringValue.js diff --git a/ClientApp/node_modules/es-abstract/2025/ThisSymbolValue.js b/apps/angular/node_modules/es-abstract/2025/ThisSymbolValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/ThisSymbolValue.js rename to apps/angular/node_modules/es-abstract/2025/ThisSymbolValue.js diff --git a/ClientApp/node_modules/es-abstract/2025/ThrowCompletion.js b/apps/angular/node_modules/es-abstract/2025/ThrowCompletion.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/ThrowCompletion.js rename to apps/angular/node_modules/es-abstract/2025/ThrowCompletion.js diff --git a/ClientApp/node_modules/es-abstract/2025/TimeClip.js b/apps/angular/node_modules/es-abstract/2025/TimeClip.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/TimeClip.js rename to apps/angular/node_modules/es-abstract/2025/TimeClip.js diff --git a/ClientApp/node_modules/es-abstract/2025/TimeFromYear.js b/apps/angular/node_modules/es-abstract/2025/TimeFromYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/TimeFromYear.js rename to apps/angular/node_modules/es-abstract/2025/TimeFromYear.js diff --git a/ClientApp/node_modules/es-abstract/2025/TimeString.js b/apps/angular/node_modules/es-abstract/2025/TimeString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/TimeString.js rename to apps/angular/node_modules/es-abstract/2025/TimeString.js diff --git a/ClientApp/node_modules/es-abstract/2025/TimeWithinDay.js b/apps/angular/node_modules/es-abstract/2025/TimeWithinDay.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/TimeWithinDay.js rename to apps/angular/node_modules/es-abstract/2025/TimeWithinDay.js diff --git a/ClientApp/node_modules/es-abstract/2025/TimeZoneString.js b/apps/angular/node_modules/es-abstract/2025/TimeZoneString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/TimeZoneString.js rename to apps/angular/node_modules/es-abstract/2025/TimeZoneString.js diff --git a/ClientApp/node_modules/es-abstract/2025/ToBigInt.js b/apps/angular/node_modules/es-abstract/2025/ToBigInt.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/ToBigInt.js rename to apps/angular/node_modules/es-abstract/2025/ToBigInt.js diff --git a/ClientApp/node_modules/es-abstract/2025/ToBigInt64.js b/apps/angular/node_modules/es-abstract/2025/ToBigInt64.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/ToBigInt64.js rename to apps/angular/node_modules/es-abstract/2025/ToBigInt64.js diff --git a/ClientApp/node_modules/es-abstract/2025/ToBigUint64.js b/apps/angular/node_modules/es-abstract/2025/ToBigUint64.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/ToBigUint64.js rename to apps/angular/node_modules/es-abstract/2025/ToBigUint64.js diff --git a/ClientApp/node_modules/es-abstract/2025/ToBoolean.js b/apps/angular/node_modules/es-abstract/2025/ToBoolean.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/ToBoolean.js rename to apps/angular/node_modules/es-abstract/2025/ToBoolean.js diff --git a/ClientApp/node_modules/es-abstract/2025/ToDateString.js b/apps/angular/node_modules/es-abstract/2025/ToDateString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/ToDateString.js rename to apps/angular/node_modules/es-abstract/2025/ToDateString.js diff --git a/ClientApp/node_modules/es-abstract/2025/ToIndex.js b/apps/angular/node_modules/es-abstract/2025/ToIndex.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/ToIndex.js rename to apps/angular/node_modules/es-abstract/2025/ToIndex.js diff --git a/ClientApp/node_modules/es-abstract/2025/ToInt16.js b/apps/angular/node_modules/es-abstract/2025/ToInt16.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/ToInt16.js rename to apps/angular/node_modules/es-abstract/2025/ToInt16.js diff --git a/ClientApp/node_modules/es-abstract/2025/ToInt32.js b/apps/angular/node_modules/es-abstract/2025/ToInt32.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/ToInt32.js rename to apps/angular/node_modules/es-abstract/2025/ToInt32.js diff --git a/ClientApp/node_modules/es-abstract/2025/ToInt8.js b/apps/angular/node_modules/es-abstract/2025/ToInt8.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/ToInt8.js rename to apps/angular/node_modules/es-abstract/2025/ToInt8.js diff --git a/ClientApp/node_modules/es-abstract/2025/ToIntegerOrInfinity.js b/apps/angular/node_modules/es-abstract/2025/ToIntegerOrInfinity.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/ToIntegerOrInfinity.js rename to apps/angular/node_modules/es-abstract/2025/ToIntegerOrInfinity.js diff --git a/ClientApp/node_modules/es-abstract/2025/ToLength.js b/apps/angular/node_modules/es-abstract/2025/ToLength.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/ToLength.js rename to apps/angular/node_modules/es-abstract/2025/ToLength.js diff --git a/ClientApp/node_modules/es-abstract/2025/ToNumber.js b/apps/angular/node_modules/es-abstract/2025/ToNumber.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/ToNumber.js rename to apps/angular/node_modules/es-abstract/2025/ToNumber.js diff --git a/ClientApp/node_modules/es-abstract/2025/ToNumeric.js b/apps/angular/node_modules/es-abstract/2025/ToNumeric.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/ToNumeric.js rename to apps/angular/node_modules/es-abstract/2025/ToNumeric.js diff --git a/ClientApp/node_modules/es-abstract/2025/ToObject.js b/apps/angular/node_modules/es-abstract/2025/ToObject.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/ToObject.js rename to apps/angular/node_modules/es-abstract/2025/ToObject.js diff --git a/ClientApp/node_modules/es-abstract/2025/ToPrimitive.js b/apps/angular/node_modules/es-abstract/2025/ToPrimitive.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/ToPrimitive.js rename to apps/angular/node_modules/es-abstract/2025/ToPrimitive.js diff --git a/ClientApp/node_modules/es-abstract/2025/ToPropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2025/ToPropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/ToPropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2025/ToPropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2025/ToPropertyKey.js b/apps/angular/node_modules/es-abstract/2025/ToPropertyKey.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/ToPropertyKey.js rename to apps/angular/node_modules/es-abstract/2025/ToPropertyKey.js diff --git a/ClientApp/node_modules/es-abstract/2025/ToString.js b/apps/angular/node_modules/es-abstract/2025/ToString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/ToString.js rename to apps/angular/node_modules/es-abstract/2025/ToString.js diff --git a/ClientApp/node_modules/es-abstract/2025/ToUint16.js b/apps/angular/node_modules/es-abstract/2025/ToUint16.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/ToUint16.js rename to apps/angular/node_modules/es-abstract/2025/ToUint16.js diff --git a/ClientApp/node_modules/es-abstract/2025/ToUint32.js b/apps/angular/node_modules/es-abstract/2025/ToUint32.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/ToUint32.js rename to apps/angular/node_modules/es-abstract/2025/ToUint32.js diff --git a/ClientApp/node_modules/es-abstract/2025/ToUint8.js b/apps/angular/node_modules/es-abstract/2025/ToUint8.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/ToUint8.js rename to apps/angular/node_modules/es-abstract/2025/ToUint8.js diff --git a/ClientApp/node_modules/es-abstract/2025/ToUint8Clamp.js b/apps/angular/node_modules/es-abstract/2025/ToUint8Clamp.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/ToUint8Clamp.js rename to apps/angular/node_modules/es-abstract/2025/ToUint8Clamp.js diff --git a/ClientApp/node_modules/es-abstract/2025/ToZeroPaddedDecimalString.js b/apps/angular/node_modules/es-abstract/2025/ToZeroPaddedDecimalString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/ToZeroPaddedDecimalString.js rename to apps/angular/node_modules/es-abstract/2025/ToZeroPaddedDecimalString.js diff --git a/ClientApp/node_modules/es-abstract/2025/TrimString.js b/apps/angular/node_modules/es-abstract/2025/TrimString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/TrimString.js rename to apps/angular/node_modules/es-abstract/2025/TrimString.js diff --git a/ClientApp/node_modules/es-abstract/2025/TypedArrayByteLength.js b/apps/angular/node_modules/es-abstract/2025/TypedArrayByteLength.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/TypedArrayByteLength.js rename to apps/angular/node_modules/es-abstract/2025/TypedArrayByteLength.js diff --git a/ClientApp/node_modules/es-abstract/2025/TypedArrayCreateFromConstructor.js b/apps/angular/node_modules/es-abstract/2025/TypedArrayCreateFromConstructor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/TypedArrayCreateFromConstructor.js rename to apps/angular/node_modules/es-abstract/2025/TypedArrayCreateFromConstructor.js diff --git a/ClientApp/node_modules/es-abstract/2025/TypedArrayCreateSameType.js b/apps/angular/node_modules/es-abstract/2025/TypedArrayCreateSameType.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/TypedArrayCreateSameType.js rename to apps/angular/node_modules/es-abstract/2025/TypedArrayCreateSameType.js diff --git a/ClientApp/node_modules/es-abstract/2025/TypedArrayElementSize.js b/apps/angular/node_modules/es-abstract/2025/TypedArrayElementSize.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/TypedArrayElementSize.js rename to apps/angular/node_modules/es-abstract/2025/TypedArrayElementSize.js diff --git a/ClientApp/node_modules/es-abstract/2025/TypedArrayElementType.js b/apps/angular/node_modules/es-abstract/2025/TypedArrayElementType.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/TypedArrayElementType.js rename to apps/angular/node_modules/es-abstract/2025/TypedArrayElementType.js diff --git a/ClientApp/node_modules/es-abstract/2025/TypedArrayGetElement.js b/apps/angular/node_modules/es-abstract/2025/TypedArrayGetElement.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/TypedArrayGetElement.js rename to apps/angular/node_modules/es-abstract/2025/TypedArrayGetElement.js diff --git a/ClientApp/node_modules/es-abstract/2025/TypedArrayLength.js b/apps/angular/node_modules/es-abstract/2025/TypedArrayLength.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/TypedArrayLength.js rename to apps/angular/node_modules/es-abstract/2025/TypedArrayLength.js diff --git a/ClientApp/node_modules/es-abstract/2025/TypedArraySetElement.js b/apps/angular/node_modules/es-abstract/2025/TypedArraySetElement.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/TypedArraySetElement.js rename to apps/angular/node_modules/es-abstract/2025/TypedArraySetElement.js diff --git a/ClientApp/node_modules/es-abstract/2025/TypedArraySpeciesCreate.js b/apps/angular/node_modules/es-abstract/2025/TypedArraySpeciesCreate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/TypedArraySpeciesCreate.js rename to apps/angular/node_modules/es-abstract/2025/TypedArraySpeciesCreate.js diff --git a/ClientApp/node_modules/es-abstract/2025/UTF16EncodeCodePoint.js b/apps/angular/node_modules/es-abstract/2025/UTF16EncodeCodePoint.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/UTF16EncodeCodePoint.js rename to apps/angular/node_modules/es-abstract/2025/UTF16EncodeCodePoint.js diff --git a/ClientApp/node_modules/es-abstract/2025/UTF16SurrogatePairToCodePoint.js b/apps/angular/node_modules/es-abstract/2025/UTF16SurrogatePairToCodePoint.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/UTF16SurrogatePairToCodePoint.js rename to apps/angular/node_modules/es-abstract/2025/UTF16SurrogatePairToCodePoint.js diff --git a/ClientApp/node_modules/es-abstract/2025/UnicodeEscape.js b/apps/angular/node_modules/es-abstract/2025/UnicodeEscape.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/UnicodeEscape.js rename to apps/angular/node_modules/es-abstract/2025/UnicodeEscape.js diff --git a/ClientApp/node_modules/es-abstract/2025/UpdateModifiers.js b/apps/angular/node_modules/es-abstract/2025/UpdateModifiers.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/UpdateModifiers.js rename to apps/angular/node_modules/es-abstract/2025/UpdateModifiers.js diff --git a/ClientApp/node_modules/es-abstract/2025/ValidateAndApplyPropertyDescriptor.js b/apps/angular/node_modules/es-abstract/2025/ValidateAndApplyPropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/ValidateAndApplyPropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/2025/ValidateAndApplyPropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/2025/ValidateAtomicAccess.js b/apps/angular/node_modules/es-abstract/2025/ValidateAtomicAccess.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/ValidateAtomicAccess.js rename to apps/angular/node_modules/es-abstract/2025/ValidateAtomicAccess.js diff --git a/ClientApp/node_modules/es-abstract/2025/ValidateAtomicAccessOnIntegerTypedArray.js b/apps/angular/node_modules/es-abstract/2025/ValidateAtomicAccessOnIntegerTypedArray.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/ValidateAtomicAccessOnIntegerTypedArray.js rename to apps/angular/node_modules/es-abstract/2025/ValidateAtomicAccessOnIntegerTypedArray.js diff --git a/ClientApp/node_modules/es-abstract/2025/ValidateIntegerTypedArray.js b/apps/angular/node_modules/es-abstract/2025/ValidateIntegerTypedArray.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/ValidateIntegerTypedArray.js rename to apps/angular/node_modules/es-abstract/2025/ValidateIntegerTypedArray.js diff --git a/ClientApp/node_modules/es-abstract/2025/ValidateTypedArray.js b/apps/angular/node_modules/es-abstract/2025/ValidateTypedArray.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/ValidateTypedArray.js rename to apps/angular/node_modules/es-abstract/2025/ValidateTypedArray.js diff --git a/ClientApp/node_modules/es-abstract/2025/WeakRefDeref.js b/apps/angular/node_modules/es-abstract/2025/WeakRefDeref.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/WeakRefDeref.js rename to apps/angular/node_modules/es-abstract/2025/WeakRefDeref.js diff --git a/ClientApp/node_modules/es-abstract/2025/WeekDay.js b/apps/angular/node_modules/es-abstract/2025/WeekDay.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/WeekDay.js rename to apps/angular/node_modules/es-abstract/2025/WeekDay.js diff --git a/ClientApp/node_modules/es-abstract/2025/WordCharacters.js b/apps/angular/node_modules/es-abstract/2025/WordCharacters.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/WordCharacters.js rename to apps/angular/node_modules/es-abstract/2025/WordCharacters.js diff --git a/ClientApp/node_modules/es-abstract/2025/YearFromTime.js b/apps/angular/node_modules/es-abstract/2025/YearFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/YearFromTime.js rename to apps/angular/node_modules/es-abstract/2025/YearFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2025/abs.js b/apps/angular/node_modules/es-abstract/2025/abs.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/abs.js rename to apps/angular/node_modules/es-abstract/2025/abs.js diff --git a/ClientApp/node_modules/es-abstract/2025/clamp.js b/apps/angular/node_modules/es-abstract/2025/clamp.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/clamp.js rename to apps/angular/node_modules/es-abstract/2025/clamp.js diff --git a/ClientApp/node_modules/es-abstract/2025/floor.js b/apps/angular/node_modules/es-abstract/2025/floor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/floor.js rename to apps/angular/node_modules/es-abstract/2025/floor.js diff --git a/ClientApp/node_modules/es-abstract/2025/max.js b/apps/angular/node_modules/es-abstract/2025/max.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/max.js rename to apps/angular/node_modules/es-abstract/2025/max.js diff --git a/ClientApp/node_modules/es-abstract/2025/min.js b/apps/angular/node_modules/es-abstract/2025/min.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/min.js rename to apps/angular/node_modules/es-abstract/2025/min.js diff --git a/ClientApp/node_modules/es-abstract/2025/modulo.js b/apps/angular/node_modules/es-abstract/2025/modulo.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/modulo.js rename to apps/angular/node_modules/es-abstract/2025/modulo.js diff --git a/ClientApp/node_modules/es-abstract/2025/msFromTime.js b/apps/angular/node_modules/es-abstract/2025/msFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/msFromTime.js rename to apps/angular/node_modules/es-abstract/2025/msFromTime.js diff --git a/ClientApp/node_modules/es-abstract/2025/substring.js b/apps/angular/node_modules/es-abstract/2025/substring.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/substring.js rename to apps/angular/node_modules/es-abstract/2025/substring.js diff --git a/ClientApp/node_modules/es-abstract/2025/tables/typed-array-objects.js b/apps/angular/node_modules/es-abstract/2025/tables/typed-array-objects.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/tables/typed-array-objects.js rename to apps/angular/node_modules/es-abstract/2025/tables/typed-array-objects.js diff --git a/ClientApp/node_modules/es-abstract/2025/truncate.js b/apps/angular/node_modules/es-abstract/2025/truncate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/2025/truncate.js rename to apps/angular/node_modules/es-abstract/2025/truncate.js diff --git a/ClientApp/node_modules/es-abstract/5/AbstractEqualityComparison.js b/apps/angular/node_modules/es-abstract/5/AbstractEqualityComparison.js similarity index 100% rename from ClientApp/node_modules/es-abstract/5/AbstractEqualityComparison.js rename to apps/angular/node_modules/es-abstract/5/AbstractEqualityComparison.js diff --git a/ClientApp/node_modules/es-abstract/5/AbstractRelationalComparison.js b/apps/angular/node_modules/es-abstract/5/AbstractRelationalComparison.js similarity index 100% rename from ClientApp/node_modules/es-abstract/5/AbstractRelationalComparison.js rename to apps/angular/node_modules/es-abstract/5/AbstractRelationalComparison.js diff --git a/ClientApp/node_modules/es-abstract/5/Canonicalize.js b/apps/angular/node_modules/es-abstract/5/Canonicalize.js similarity index 100% rename from ClientApp/node_modules/es-abstract/5/Canonicalize.js rename to apps/angular/node_modules/es-abstract/5/Canonicalize.js diff --git a/ClientApp/node_modules/es-abstract/5/CheckObjectCoercible.js b/apps/angular/node_modules/es-abstract/5/CheckObjectCoercible.js similarity index 100% rename from ClientApp/node_modules/es-abstract/5/CheckObjectCoercible.js rename to apps/angular/node_modules/es-abstract/5/CheckObjectCoercible.js diff --git a/ClientApp/node_modules/es-abstract/5/DateFromTime.js b/apps/angular/node_modules/es-abstract/5/DateFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/5/DateFromTime.js rename to apps/angular/node_modules/es-abstract/5/DateFromTime.js diff --git a/ClientApp/node_modules/es-abstract/5/Day.js b/apps/angular/node_modules/es-abstract/5/Day.js similarity index 100% rename from ClientApp/node_modules/es-abstract/5/Day.js rename to apps/angular/node_modules/es-abstract/5/Day.js diff --git a/ClientApp/node_modules/es-abstract/5/DayFromYear.js b/apps/angular/node_modules/es-abstract/5/DayFromYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/5/DayFromYear.js rename to apps/angular/node_modules/es-abstract/5/DayFromYear.js diff --git a/ClientApp/node_modules/es-abstract/5/DayWithinYear.js b/apps/angular/node_modules/es-abstract/5/DayWithinYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/5/DayWithinYear.js rename to apps/angular/node_modules/es-abstract/5/DayWithinYear.js diff --git a/ClientApp/node_modules/es-abstract/5/DaysInYear.js b/apps/angular/node_modules/es-abstract/5/DaysInYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/5/DaysInYear.js rename to apps/angular/node_modules/es-abstract/5/DaysInYear.js diff --git a/ClientApp/node_modules/es-abstract/5/FromPropertyDescriptor.js b/apps/angular/node_modules/es-abstract/5/FromPropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/5/FromPropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/5/FromPropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/5/HourFromTime.js b/apps/angular/node_modules/es-abstract/5/HourFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/5/HourFromTime.js rename to apps/angular/node_modules/es-abstract/5/HourFromTime.js diff --git a/ClientApp/node_modules/es-abstract/5/InLeapYear.js b/apps/angular/node_modules/es-abstract/5/InLeapYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/5/InLeapYear.js rename to apps/angular/node_modules/es-abstract/5/InLeapYear.js diff --git a/ClientApp/node_modules/es-abstract/5/IsAccessorDescriptor.js b/apps/angular/node_modules/es-abstract/5/IsAccessorDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/5/IsAccessorDescriptor.js rename to apps/angular/node_modules/es-abstract/5/IsAccessorDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/5/IsCallable.js b/apps/angular/node_modules/es-abstract/5/IsCallable.js similarity index 100% rename from ClientApp/node_modules/es-abstract/5/IsCallable.js rename to apps/angular/node_modules/es-abstract/5/IsCallable.js diff --git a/ClientApp/node_modules/es-abstract/5/IsDataDescriptor.js b/apps/angular/node_modules/es-abstract/5/IsDataDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/5/IsDataDescriptor.js rename to apps/angular/node_modules/es-abstract/5/IsDataDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/5/IsGenericDescriptor.js b/apps/angular/node_modules/es-abstract/5/IsGenericDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/5/IsGenericDescriptor.js rename to apps/angular/node_modules/es-abstract/5/IsGenericDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/5/IsPropertyDescriptor.js b/apps/angular/node_modules/es-abstract/5/IsPropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/5/IsPropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/5/IsPropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/5/MakeDate.js b/apps/angular/node_modules/es-abstract/5/MakeDate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/5/MakeDate.js rename to apps/angular/node_modules/es-abstract/5/MakeDate.js diff --git a/ClientApp/node_modules/es-abstract/5/MakeDay.js b/apps/angular/node_modules/es-abstract/5/MakeDay.js similarity index 100% rename from ClientApp/node_modules/es-abstract/5/MakeDay.js rename to apps/angular/node_modules/es-abstract/5/MakeDay.js diff --git a/ClientApp/node_modules/es-abstract/5/MakeTime.js b/apps/angular/node_modules/es-abstract/5/MakeTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/5/MakeTime.js rename to apps/angular/node_modules/es-abstract/5/MakeTime.js diff --git a/ClientApp/node_modules/es-abstract/5/MinFromTime.js b/apps/angular/node_modules/es-abstract/5/MinFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/5/MinFromTime.js rename to apps/angular/node_modules/es-abstract/5/MinFromTime.js diff --git a/ClientApp/node_modules/es-abstract/5/MonthFromTime.js b/apps/angular/node_modules/es-abstract/5/MonthFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/5/MonthFromTime.js rename to apps/angular/node_modules/es-abstract/5/MonthFromTime.js diff --git a/ClientApp/node_modules/es-abstract/5/SameValue.js b/apps/angular/node_modules/es-abstract/5/SameValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/5/SameValue.js rename to apps/angular/node_modules/es-abstract/5/SameValue.js diff --git a/ClientApp/node_modules/es-abstract/5/SecFromTime.js b/apps/angular/node_modules/es-abstract/5/SecFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/5/SecFromTime.js rename to apps/angular/node_modules/es-abstract/5/SecFromTime.js diff --git a/ClientApp/node_modules/es-abstract/5/StrictEqualityComparison.js b/apps/angular/node_modules/es-abstract/5/StrictEqualityComparison.js similarity index 100% rename from ClientApp/node_modules/es-abstract/5/StrictEqualityComparison.js rename to apps/angular/node_modules/es-abstract/5/StrictEqualityComparison.js diff --git a/ClientApp/node_modules/es-abstract/5/TimeClip.js b/apps/angular/node_modules/es-abstract/5/TimeClip.js similarity index 100% rename from ClientApp/node_modules/es-abstract/5/TimeClip.js rename to apps/angular/node_modules/es-abstract/5/TimeClip.js diff --git a/ClientApp/node_modules/es-abstract/5/TimeFromYear.js b/apps/angular/node_modules/es-abstract/5/TimeFromYear.js similarity index 100% rename from ClientApp/node_modules/es-abstract/5/TimeFromYear.js rename to apps/angular/node_modules/es-abstract/5/TimeFromYear.js diff --git a/ClientApp/node_modules/es-abstract/5/TimeWithinDay.js b/apps/angular/node_modules/es-abstract/5/TimeWithinDay.js similarity index 100% rename from ClientApp/node_modules/es-abstract/5/TimeWithinDay.js rename to apps/angular/node_modules/es-abstract/5/TimeWithinDay.js diff --git a/ClientApp/node_modules/es-abstract/5/ToBoolean.js b/apps/angular/node_modules/es-abstract/5/ToBoolean.js similarity index 100% rename from ClientApp/node_modules/es-abstract/5/ToBoolean.js rename to apps/angular/node_modules/es-abstract/5/ToBoolean.js diff --git a/ClientApp/node_modules/es-abstract/5/ToInt32.js b/apps/angular/node_modules/es-abstract/5/ToInt32.js similarity index 100% rename from ClientApp/node_modules/es-abstract/5/ToInt32.js rename to apps/angular/node_modules/es-abstract/5/ToInt32.js diff --git a/ClientApp/node_modules/es-abstract/5/ToInteger.js b/apps/angular/node_modules/es-abstract/5/ToInteger.js similarity index 100% rename from ClientApp/node_modules/es-abstract/5/ToInteger.js rename to apps/angular/node_modules/es-abstract/5/ToInteger.js diff --git a/ClientApp/node_modules/es-abstract/5/ToNumber.js b/apps/angular/node_modules/es-abstract/5/ToNumber.js similarity index 100% rename from ClientApp/node_modules/es-abstract/5/ToNumber.js rename to apps/angular/node_modules/es-abstract/5/ToNumber.js diff --git a/ClientApp/node_modules/es-abstract/5/ToObject.js b/apps/angular/node_modules/es-abstract/5/ToObject.js similarity index 100% rename from ClientApp/node_modules/es-abstract/5/ToObject.js rename to apps/angular/node_modules/es-abstract/5/ToObject.js diff --git a/ClientApp/node_modules/es-abstract/5/ToPrimitive.js b/apps/angular/node_modules/es-abstract/5/ToPrimitive.js similarity index 100% rename from ClientApp/node_modules/es-abstract/5/ToPrimitive.js rename to apps/angular/node_modules/es-abstract/5/ToPrimitive.js diff --git a/ClientApp/node_modules/es-abstract/5/ToPropertyDescriptor.js b/apps/angular/node_modules/es-abstract/5/ToPropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/5/ToPropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/5/ToPropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/5/ToString.js b/apps/angular/node_modules/es-abstract/5/ToString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/5/ToString.js rename to apps/angular/node_modules/es-abstract/5/ToString.js diff --git a/ClientApp/node_modules/es-abstract/5/ToUint16.js b/apps/angular/node_modules/es-abstract/5/ToUint16.js similarity index 100% rename from ClientApp/node_modules/es-abstract/5/ToUint16.js rename to apps/angular/node_modules/es-abstract/5/ToUint16.js diff --git a/ClientApp/node_modules/es-abstract/5/ToUint32.js b/apps/angular/node_modules/es-abstract/5/ToUint32.js similarity index 100% rename from ClientApp/node_modules/es-abstract/5/ToUint32.js rename to apps/angular/node_modules/es-abstract/5/ToUint32.js diff --git a/ClientApp/node_modules/es-abstract/5/Type.js b/apps/angular/node_modules/es-abstract/5/Type.js similarity index 100% rename from ClientApp/node_modules/es-abstract/5/Type.js rename to apps/angular/node_modules/es-abstract/5/Type.js diff --git a/ClientApp/node_modules/es-abstract/5/WeekDay.js b/apps/angular/node_modules/es-abstract/5/WeekDay.js similarity index 100% rename from ClientApp/node_modules/es-abstract/5/WeekDay.js rename to apps/angular/node_modules/es-abstract/5/WeekDay.js diff --git a/ClientApp/node_modules/es-abstract/5/YearFromTime.js b/apps/angular/node_modules/es-abstract/5/YearFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/5/YearFromTime.js rename to apps/angular/node_modules/es-abstract/5/YearFromTime.js diff --git a/ClientApp/node_modules/es-abstract/5/abs.js b/apps/angular/node_modules/es-abstract/5/abs.js similarity index 100% rename from ClientApp/node_modules/es-abstract/5/abs.js rename to apps/angular/node_modules/es-abstract/5/abs.js diff --git a/ClientApp/node_modules/es-abstract/5/floor.js b/apps/angular/node_modules/es-abstract/5/floor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/5/floor.js rename to apps/angular/node_modules/es-abstract/5/floor.js diff --git a/ClientApp/node_modules/es-abstract/5/modulo.js b/apps/angular/node_modules/es-abstract/5/modulo.js similarity index 100% rename from ClientApp/node_modules/es-abstract/5/modulo.js rename to apps/angular/node_modules/es-abstract/5/modulo.js diff --git a/ClientApp/node_modules/es-abstract/5/msFromTime.js b/apps/angular/node_modules/es-abstract/5/msFromTime.js similarity index 100% rename from ClientApp/node_modules/es-abstract/5/msFromTime.js rename to apps/angular/node_modules/es-abstract/5/msFromTime.js diff --git a/ClientApp/node_modules/es-abstract/CHANGELOG.md b/apps/angular/node_modules/es-abstract/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/es-abstract/CHANGELOG.md rename to apps/angular/node_modules/es-abstract/CHANGELOG.md diff --git a/ClientApp/node_modules/es-abstract/GetIntrinsic.js b/apps/angular/node_modules/es-abstract/GetIntrinsic.js similarity index 100% rename from ClientApp/node_modules/es-abstract/GetIntrinsic.js rename to apps/angular/node_modules/es-abstract/GetIntrinsic.js diff --git a/ClientApp/node_modules/es-abstract/LICENSE b/apps/angular/node_modules/es-abstract/LICENSE similarity index 100% rename from ClientApp/node_modules/es-abstract/LICENSE rename to apps/angular/node_modules/es-abstract/LICENSE diff --git a/ClientApp/node_modules/es-abstract/README.md b/apps/angular/node_modules/es-abstract/README.md similarity index 100% rename from ClientApp/node_modules/es-abstract/README.md rename to apps/angular/node_modules/es-abstract/README.md diff --git a/ClientApp/node_modules/es-abstract/es2015.js b/apps/angular/node_modules/es-abstract/es2015.js similarity index 100% rename from ClientApp/node_modules/es-abstract/es2015.js rename to apps/angular/node_modules/es-abstract/es2015.js diff --git a/ClientApp/node_modules/es-abstract/es2016.js b/apps/angular/node_modules/es-abstract/es2016.js similarity index 100% rename from ClientApp/node_modules/es-abstract/es2016.js rename to apps/angular/node_modules/es-abstract/es2016.js diff --git a/ClientApp/node_modules/es-abstract/es2017.js b/apps/angular/node_modules/es-abstract/es2017.js similarity index 100% rename from ClientApp/node_modules/es-abstract/es2017.js rename to apps/angular/node_modules/es-abstract/es2017.js diff --git a/ClientApp/node_modules/es-abstract/es2018.js b/apps/angular/node_modules/es-abstract/es2018.js similarity index 100% rename from ClientApp/node_modules/es-abstract/es2018.js rename to apps/angular/node_modules/es-abstract/es2018.js diff --git a/ClientApp/node_modules/es-abstract/es2019.js b/apps/angular/node_modules/es-abstract/es2019.js similarity index 100% rename from ClientApp/node_modules/es-abstract/es2019.js rename to apps/angular/node_modules/es-abstract/es2019.js diff --git a/ClientApp/node_modules/es-abstract/es2020.js b/apps/angular/node_modules/es-abstract/es2020.js similarity index 100% rename from ClientApp/node_modules/es-abstract/es2020.js rename to apps/angular/node_modules/es-abstract/es2020.js diff --git a/ClientApp/node_modules/es-abstract/es2021.js b/apps/angular/node_modules/es-abstract/es2021.js similarity index 100% rename from ClientApp/node_modules/es-abstract/es2021.js rename to apps/angular/node_modules/es-abstract/es2021.js diff --git a/ClientApp/node_modules/es-abstract/es2022.js b/apps/angular/node_modules/es-abstract/es2022.js similarity index 100% rename from ClientApp/node_modules/es-abstract/es2022.js rename to apps/angular/node_modules/es-abstract/es2022.js diff --git a/ClientApp/node_modules/es-abstract/es2023.js b/apps/angular/node_modules/es-abstract/es2023.js similarity index 100% rename from ClientApp/node_modules/es-abstract/es2023.js rename to apps/angular/node_modules/es-abstract/es2023.js diff --git a/ClientApp/node_modules/es-abstract/es2024.js b/apps/angular/node_modules/es-abstract/es2024.js similarity index 100% rename from ClientApp/node_modules/es-abstract/es2024.js rename to apps/angular/node_modules/es-abstract/es2024.js diff --git a/ClientApp/node_modules/es-abstract/es2025.js b/apps/angular/node_modules/es-abstract/es2025.js similarity index 100% rename from ClientApp/node_modules/es-abstract/es2025.js rename to apps/angular/node_modules/es-abstract/es2025.js diff --git a/ClientApp/node_modules/es-abstract/es5.js b/apps/angular/node_modules/es-abstract/es5.js similarity index 100% rename from ClientApp/node_modules/es-abstract/es5.js rename to apps/angular/node_modules/es-abstract/es5.js diff --git a/ClientApp/node_modules/es-abstract/es6.js b/apps/angular/node_modules/es-abstract/es6.js similarity index 100% rename from ClientApp/node_modules/es-abstract/es6.js rename to apps/angular/node_modules/es-abstract/es6.js diff --git a/ClientApp/node_modules/es-abstract/es7.js b/apps/angular/node_modules/es-abstract/es7.js similarity index 100% rename from ClientApp/node_modules/es-abstract/es7.js rename to apps/angular/node_modules/es-abstract/es7.js diff --git a/ClientApp/node_modules/es-abstract/eslint.config.mjs b/apps/angular/node_modules/es-abstract/eslint.config.mjs similarity index 100% rename from ClientApp/node_modules/es-abstract/eslint.config.mjs rename to apps/angular/node_modules/es-abstract/eslint.config.mjs diff --git a/ClientApp/node_modules/es-abstract/helpers/CharSet.js b/apps/angular/node_modules/es-abstract/helpers/CharSet.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/CharSet.js rename to apps/angular/node_modules/es-abstract/helpers/CharSet.js diff --git a/ClientApp/node_modules/es-abstract/helpers/DefineOwnProperty.js b/apps/angular/node_modules/es-abstract/helpers/DefineOwnProperty.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/DefineOwnProperty.js rename to apps/angular/node_modules/es-abstract/helpers/DefineOwnProperty.js diff --git a/ClientApp/node_modules/es-abstract/helpers/IsArray.js b/apps/angular/node_modules/es-abstract/helpers/IsArray.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/IsArray.js rename to apps/angular/node_modules/es-abstract/helpers/IsArray.js diff --git a/ClientApp/node_modules/es-abstract/helpers/OwnPropertyKeys.js b/apps/angular/node_modules/es-abstract/helpers/OwnPropertyKeys.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/OwnPropertyKeys.js rename to apps/angular/node_modules/es-abstract/helpers/OwnPropertyKeys.js diff --git a/ClientApp/node_modules/es-abstract/helpers/assertRecord.js b/apps/angular/node_modules/es-abstract/helpers/assertRecord.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/assertRecord.js rename to apps/angular/node_modules/es-abstract/helpers/assertRecord.js diff --git a/ClientApp/node_modules/es-abstract/helpers/assign.js b/apps/angular/node_modules/es-abstract/helpers/assign.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/assign.js rename to apps/angular/node_modules/es-abstract/helpers/assign.js diff --git a/ClientApp/node_modules/es-abstract/helpers/bytesAsFloat16.js b/apps/angular/node_modules/es-abstract/helpers/bytesAsFloat16.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/bytesAsFloat16.js rename to apps/angular/node_modules/es-abstract/helpers/bytesAsFloat16.js diff --git a/ClientApp/node_modules/es-abstract/helpers/bytesAsFloat32.js b/apps/angular/node_modules/es-abstract/helpers/bytesAsFloat32.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/bytesAsFloat32.js rename to apps/angular/node_modules/es-abstract/helpers/bytesAsFloat32.js diff --git a/ClientApp/node_modules/es-abstract/helpers/bytesAsFloat64.js b/apps/angular/node_modules/es-abstract/helpers/bytesAsFloat64.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/bytesAsFloat64.js rename to apps/angular/node_modules/es-abstract/helpers/bytesAsFloat64.js diff --git a/ClientApp/node_modules/es-abstract/helpers/bytesAsInteger.js b/apps/angular/node_modules/es-abstract/helpers/bytesAsInteger.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/bytesAsInteger.js rename to apps/angular/node_modules/es-abstract/helpers/bytesAsInteger.js diff --git a/ClientApp/node_modules/es-abstract/helpers/callBind.js b/apps/angular/node_modules/es-abstract/helpers/callBind.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/callBind.js rename to apps/angular/node_modules/es-abstract/helpers/callBind.js diff --git a/ClientApp/node_modules/es-abstract/helpers/callBound.js b/apps/angular/node_modules/es-abstract/helpers/callBound.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/callBound.js rename to apps/angular/node_modules/es-abstract/helpers/callBound.js diff --git a/ClientApp/node_modules/es-abstract/helpers/caseFolding.json b/apps/angular/node_modules/es-abstract/helpers/caseFolding.json similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/caseFolding.json rename to apps/angular/node_modules/es-abstract/helpers/caseFolding.json diff --git a/ClientApp/node_modules/es-abstract/helpers/defaultEndianness.js b/apps/angular/node_modules/es-abstract/helpers/defaultEndianness.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/defaultEndianness.js rename to apps/angular/node_modules/es-abstract/helpers/defaultEndianness.js diff --git a/ClientApp/node_modules/es-abstract/helpers/every.js b/apps/angular/node_modules/es-abstract/helpers/every.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/every.js rename to apps/angular/node_modules/es-abstract/helpers/every.js diff --git a/ClientApp/node_modules/es-abstract/helpers/forEach.js b/apps/angular/node_modules/es-abstract/helpers/forEach.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/forEach.js rename to apps/angular/node_modules/es-abstract/helpers/forEach.js diff --git a/ClientApp/node_modules/es-abstract/helpers/fractionToBinaryString.js b/apps/angular/node_modules/es-abstract/helpers/fractionToBinaryString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/fractionToBinaryString.js rename to apps/angular/node_modules/es-abstract/helpers/fractionToBinaryString.js diff --git a/ClientApp/node_modules/es-abstract/helpers/fromPropertyDescriptor.js b/apps/angular/node_modules/es-abstract/helpers/fromPropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/fromPropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/helpers/fromPropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/helpers/getInferredName.js b/apps/angular/node_modules/es-abstract/helpers/getInferredName.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/getInferredName.js rename to apps/angular/node_modules/es-abstract/helpers/getInferredName.js diff --git a/ClientApp/node_modules/es-abstract/helpers/getIteratorMethod.js b/apps/angular/node_modules/es-abstract/helpers/getIteratorMethod.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/getIteratorMethod.js rename to apps/angular/node_modules/es-abstract/helpers/getIteratorMethod.js diff --git a/ClientApp/node_modules/es-abstract/helpers/getOwnPropertyDescriptor.js b/apps/angular/node_modules/es-abstract/helpers/getOwnPropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/getOwnPropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/helpers/getOwnPropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/helpers/getProto.js b/apps/angular/node_modules/es-abstract/helpers/getProto.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/getProto.js rename to apps/angular/node_modules/es-abstract/helpers/getProto.js diff --git a/ClientApp/node_modules/es-abstract/helpers/getSymbolDescription.js b/apps/angular/node_modules/es-abstract/helpers/getSymbolDescription.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/getSymbolDescription.js rename to apps/angular/node_modules/es-abstract/helpers/getSymbolDescription.js diff --git a/ClientApp/node_modules/es-abstract/helpers/intToBinaryString.js b/apps/angular/node_modules/es-abstract/helpers/intToBinaryString.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/intToBinaryString.js rename to apps/angular/node_modules/es-abstract/helpers/intToBinaryString.js diff --git a/ClientApp/node_modules/es-abstract/helpers/integerToNBytes.js b/apps/angular/node_modules/es-abstract/helpers/integerToNBytes.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/integerToNBytes.js rename to apps/angular/node_modules/es-abstract/helpers/integerToNBytes.js diff --git a/ClientApp/node_modules/es-abstract/helpers/isAbstractClosure.js b/apps/angular/node_modules/es-abstract/helpers/isAbstractClosure.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/isAbstractClosure.js rename to apps/angular/node_modules/es-abstract/helpers/isAbstractClosure.js diff --git a/ClientApp/node_modules/es-abstract/helpers/isByteValue.js b/apps/angular/node_modules/es-abstract/helpers/isByteValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/isByteValue.js rename to apps/angular/node_modules/es-abstract/helpers/isByteValue.js diff --git a/ClientApp/node_modules/es-abstract/helpers/isCodePoint.js b/apps/angular/node_modules/es-abstract/helpers/isCodePoint.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/isCodePoint.js rename to apps/angular/node_modules/es-abstract/helpers/isCodePoint.js diff --git a/ClientApp/node_modules/es-abstract/helpers/isFinite.js b/apps/angular/node_modules/es-abstract/helpers/isFinite.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/isFinite.js rename to apps/angular/node_modules/es-abstract/helpers/isFinite.js diff --git a/ClientApp/node_modules/es-abstract/helpers/isFullyPopulatedPropertyDescriptor.js b/apps/angular/node_modules/es-abstract/helpers/isFullyPopulatedPropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/isFullyPopulatedPropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/helpers/isFullyPopulatedPropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/helpers/isInteger.js b/apps/angular/node_modules/es-abstract/helpers/isInteger.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/isInteger.js rename to apps/angular/node_modules/es-abstract/helpers/isInteger.js diff --git a/ClientApp/node_modules/es-abstract/helpers/isLeadingSurrogate.js b/apps/angular/node_modules/es-abstract/helpers/isLeadingSurrogate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/isLeadingSurrogate.js rename to apps/angular/node_modules/es-abstract/helpers/isLeadingSurrogate.js diff --git a/ClientApp/node_modules/es-abstract/helpers/isLineTerminator.js b/apps/angular/node_modules/es-abstract/helpers/isLineTerminator.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/isLineTerminator.js rename to apps/angular/node_modules/es-abstract/helpers/isLineTerminator.js diff --git a/ClientApp/node_modules/es-abstract/helpers/isNaN.js b/apps/angular/node_modules/es-abstract/helpers/isNaN.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/isNaN.js rename to apps/angular/node_modules/es-abstract/helpers/isNaN.js diff --git a/ClientApp/node_modules/es-abstract/helpers/isNegativeZero.js b/apps/angular/node_modules/es-abstract/helpers/isNegativeZero.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/isNegativeZero.js rename to apps/angular/node_modules/es-abstract/helpers/isNegativeZero.js diff --git a/ClientApp/node_modules/es-abstract/helpers/isObject.js b/apps/angular/node_modules/es-abstract/helpers/isObject.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/isObject.js rename to apps/angular/node_modules/es-abstract/helpers/isObject.js diff --git a/ClientApp/node_modules/es-abstract/helpers/isPrefixOf.js b/apps/angular/node_modules/es-abstract/helpers/isPrefixOf.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/isPrefixOf.js rename to apps/angular/node_modules/es-abstract/helpers/isPrefixOf.js diff --git a/ClientApp/node_modules/es-abstract/helpers/isPrimitive.js b/apps/angular/node_modules/es-abstract/helpers/isPrimitive.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/isPrimitive.js rename to apps/angular/node_modules/es-abstract/helpers/isPrimitive.js diff --git a/ClientApp/node_modules/es-abstract/helpers/isPropertyKey.js b/apps/angular/node_modules/es-abstract/helpers/isPropertyKey.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/isPropertyKey.js rename to apps/angular/node_modules/es-abstract/helpers/isPropertyKey.js diff --git a/ClientApp/node_modules/es-abstract/helpers/isSamePropertyDescriptor.js b/apps/angular/node_modules/es-abstract/helpers/isSamePropertyDescriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/isSamePropertyDescriptor.js rename to apps/angular/node_modules/es-abstract/helpers/isSamePropertyDescriptor.js diff --git a/ClientApp/node_modules/es-abstract/helpers/isSameType.js b/apps/angular/node_modules/es-abstract/helpers/isSameType.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/isSameType.js rename to apps/angular/node_modules/es-abstract/helpers/isSameType.js diff --git a/ClientApp/node_modules/es-abstract/helpers/isStringOrHole.js b/apps/angular/node_modules/es-abstract/helpers/isStringOrHole.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/isStringOrHole.js rename to apps/angular/node_modules/es-abstract/helpers/isStringOrHole.js diff --git a/ClientApp/node_modules/es-abstract/helpers/isStringOrUndefined.js b/apps/angular/node_modules/es-abstract/helpers/isStringOrUndefined.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/isStringOrUndefined.js rename to apps/angular/node_modules/es-abstract/helpers/isStringOrUndefined.js diff --git a/ClientApp/node_modules/es-abstract/helpers/isTrailingSurrogate.js b/apps/angular/node_modules/es-abstract/helpers/isTrailingSurrogate.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/isTrailingSurrogate.js rename to apps/angular/node_modules/es-abstract/helpers/isTrailingSurrogate.js diff --git a/ClientApp/node_modules/es-abstract/helpers/maxSafeInteger.js b/apps/angular/node_modules/es-abstract/helpers/maxSafeInteger.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/maxSafeInteger.js rename to apps/angular/node_modules/es-abstract/helpers/maxSafeInteger.js diff --git a/ClientApp/node_modules/es-abstract/helpers/maxValue.js b/apps/angular/node_modules/es-abstract/helpers/maxValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/maxValue.js rename to apps/angular/node_modules/es-abstract/helpers/maxValue.js diff --git a/ClientApp/node_modules/es-abstract/helpers/mod.js b/apps/angular/node_modules/es-abstract/helpers/mod.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/mod.js rename to apps/angular/node_modules/es-abstract/helpers/mod.js diff --git a/ClientApp/node_modules/es-abstract/helpers/modBigInt.js b/apps/angular/node_modules/es-abstract/helpers/modBigInt.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/modBigInt.js rename to apps/angular/node_modules/es-abstract/helpers/modBigInt.js diff --git a/ClientApp/node_modules/es-abstract/helpers/padTimeComponent.js b/apps/angular/node_modules/es-abstract/helpers/padTimeComponent.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/padTimeComponent.js rename to apps/angular/node_modules/es-abstract/helpers/padTimeComponent.js diff --git a/ClientApp/node_modules/es-abstract/helpers/records/async-generator-request-record.js b/apps/angular/node_modules/es-abstract/helpers/records/async-generator-request-record.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/records/async-generator-request-record.js rename to apps/angular/node_modules/es-abstract/helpers/records/async-generator-request-record.js diff --git a/ClientApp/node_modules/es-abstract/helpers/records/data-view-with-buffer-witness-record.js b/apps/angular/node_modules/es-abstract/helpers/records/data-view-with-buffer-witness-record.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/records/data-view-with-buffer-witness-record.js rename to apps/angular/node_modules/es-abstract/helpers/records/data-view-with-buffer-witness-record.js diff --git a/ClientApp/node_modules/es-abstract/helpers/records/iterator-record-2023.js b/apps/angular/node_modules/es-abstract/helpers/records/iterator-record-2023.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/records/iterator-record-2023.js rename to apps/angular/node_modules/es-abstract/helpers/records/iterator-record-2023.js diff --git a/ClientApp/node_modules/es-abstract/helpers/records/iterator-record.js b/apps/angular/node_modules/es-abstract/helpers/records/iterator-record.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/records/iterator-record.js rename to apps/angular/node_modules/es-abstract/helpers/records/iterator-record.js diff --git a/ClientApp/node_modules/es-abstract/helpers/records/match-record.js b/apps/angular/node_modules/es-abstract/helpers/records/match-record.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/records/match-record.js rename to apps/angular/node_modules/es-abstract/helpers/records/match-record.js diff --git a/ClientApp/node_modules/es-abstract/helpers/records/promise-capability-record.js b/apps/angular/node_modules/es-abstract/helpers/records/promise-capability-record.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/records/promise-capability-record.js rename to apps/angular/node_modules/es-abstract/helpers/records/promise-capability-record.js diff --git a/ClientApp/node_modules/es-abstract/helpers/records/property-descriptor.js b/apps/angular/node_modules/es-abstract/helpers/records/property-descriptor.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/records/property-descriptor.js rename to apps/angular/node_modules/es-abstract/helpers/records/property-descriptor.js diff --git a/ClientApp/node_modules/es-abstract/helpers/records/regexp-record.js b/apps/angular/node_modules/es-abstract/helpers/records/regexp-record.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/records/regexp-record.js rename to apps/angular/node_modules/es-abstract/helpers/records/regexp-record.js diff --git a/ClientApp/node_modules/es-abstract/helpers/records/set-record.js b/apps/angular/node_modules/es-abstract/helpers/records/set-record.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/records/set-record.js rename to apps/angular/node_modules/es-abstract/helpers/records/set-record.js diff --git a/ClientApp/node_modules/es-abstract/helpers/records/typed-array-with-buffer-witness-record.js b/apps/angular/node_modules/es-abstract/helpers/records/typed-array-with-buffer-witness-record.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/records/typed-array-with-buffer-witness-record.js rename to apps/angular/node_modules/es-abstract/helpers/records/typed-array-with-buffer-witness-record.js diff --git a/ClientApp/node_modules/es-abstract/helpers/reduce.js b/apps/angular/node_modules/es-abstract/helpers/reduce.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/reduce.js rename to apps/angular/node_modules/es-abstract/helpers/reduce.js diff --git a/ClientApp/node_modules/es-abstract/helpers/regexTester.js b/apps/angular/node_modules/es-abstract/helpers/regexTester.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/regexTester.js rename to apps/angular/node_modules/es-abstract/helpers/regexTester.js diff --git a/ClientApp/node_modules/es-abstract/helpers/setProto.js b/apps/angular/node_modules/es-abstract/helpers/setProto.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/setProto.js rename to apps/angular/node_modules/es-abstract/helpers/setProto.js diff --git a/ClientApp/node_modules/es-abstract/helpers/sign.js b/apps/angular/node_modules/es-abstract/helpers/sign.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/sign.js rename to apps/angular/node_modules/es-abstract/helpers/sign.js diff --git a/ClientApp/node_modules/es-abstract/helpers/some.js b/apps/angular/node_modules/es-abstract/helpers/some.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/some.js rename to apps/angular/node_modules/es-abstract/helpers/some.js diff --git a/ClientApp/node_modules/es-abstract/helpers/timeConstants.js b/apps/angular/node_modules/es-abstract/helpers/timeConstants.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/timeConstants.js rename to apps/angular/node_modules/es-abstract/helpers/timeConstants.js diff --git a/ClientApp/node_modules/es-abstract/helpers/timeValue.js b/apps/angular/node_modules/es-abstract/helpers/timeValue.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/timeValue.js rename to apps/angular/node_modules/es-abstract/helpers/timeValue.js diff --git a/ClientApp/node_modules/es-abstract/helpers/typedArrayConstructors.js b/apps/angular/node_modules/es-abstract/helpers/typedArrayConstructors.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/typedArrayConstructors.js rename to apps/angular/node_modules/es-abstract/helpers/typedArrayConstructors.js diff --git a/ClientApp/node_modules/es-abstract/helpers/valueToFloat16Bytes.js b/apps/angular/node_modules/es-abstract/helpers/valueToFloat16Bytes.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/valueToFloat16Bytes.js rename to apps/angular/node_modules/es-abstract/helpers/valueToFloat16Bytes.js diff --git a/ClientApp/node_modules/es-abstract/helpers/valueToFloat32Bytes.js b/apps/angular/node_modules/es-abstract/helpers/valueToFloat32Bytes.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/valueToFloat32Bytes.js rename to apps/angular/node_modules/es-abstract/helpers/valueToFloat32Bytes.js diff --git a/ClientApp/node_modules/es-abstract/helpers/valueToFloat64Bytes.js b/apps/angular/node_modules/es-abstract/helpers/valueToFloat64Bytes.js similarity index 100% rename from ClientApp/node_modules/es-abstract/helpers/valueToFloat64Bytes.js rename to apps/angular/node_modules/es-abstract/helpers/valueToFloat64Bytes.js diff --git a/ClientApp/node_modules/es-abstract/index.js b/apps/angular/node_modules/es-abstract/index.js similarity index 100% rename from ClientApp/node_modules/es-abstract/index.js rename to apps/angular/node_modules/es-abstract/index.js diff --git a/ClientApp/node_modules/es-abstract/operations/2015.js b/apps/angular/node_modules/es-abstract/operations/2015.js similarity index 100% rename from ClientApp/node_modules/es-abstract/operations/2015.js rename to apps/angular/node_modules/es-abstract/operations/2015.js diff --git a/ClientApp/node_modules/es-abstract/operations/2016.js b/apps/angular/node_modules/es-abstract/operations/2016.js similarity index 100% rename from ClientApp/node_modules/es-abstract/operations/2016.js rename to apps/angular/node_modules/es-abstract/operations/2016.js diff --git a/ClientApp/node_modules/es-abstract/operations/2017.js b/apps/angular/node_modules/es-abstract/operations/2017.js similarity index 100% rename from ClientApp/node_modules/es-abstract/operations/2017.js rename to apps/angular/node_modules/es-abstract/operations/2017.js diff --git a/ClientApp/node_modules/es-abstract/operations/2018.js b/apps/angular/node_modules/es-abstract/operations/2018.js similarity index 100% rename from ClientApp/node_modules/es-abstract/operations/2018.js rename to apps/angular/node_modules/es-abstract/operations/2018.js diff --git a/ClientApp/node_modules/es-abstract/operations/2019.js b/apps/angular/node_modules/es-abstract/operations/2019.js similarity index 100% rename from ClientApp/node_modules/es-abstract/operations/2019.js rename to apps/angular/node_modules/es-abstract/operations/2019.js diff --git a/ClientApp/node_modules/es-abstract/operations/2020.js b/apps/angular/node_modules/es-abstract/operations/2020.js similarity index 100% rename from ClientApp/node_modules/es-abstract/operations/2020.js rename to apps/angular/node_modules/es-abstract/operations/2020.js diff --git a/ClientApp/node_modules/es-abstract/operations/2021.js b/apps/angular/node_modules/es-abstract/operations/2021.js similarity index 100% rename from ClientApp/node_modules/es-abstract/operations/2021.js rename to apps/angular/node_modules/es-abstract/operations/2021.js diff --git a/ClientApp/node_modules/es-abstract/operations/2022.js b/apps/angular/node_modules/es-abstract/operations/2022.js similarity index 100% rename from ClientApp/node_modules/es-abstract/operations/2022.js rename to apps/angular/node_modules/es-abstract/operations/2022.js diff --git a/ClientApp/node_modules/es-abstract/operations/2023.js b/apps/angular/node_modules/es-abstract/operations/2023.js similarity index 100% rename from ClientApp/node_modules/es-abstract/operations/2023.js rename to apps/angular/node_modules/es-abstract/operations/2023.js diff --git a/ClientApp/node_modules/es-abstract/operations/2024.js b/apps/angular/node_modules/es-abstract/operations/2024.js similarity index 100% rename from ClientApp/node_modules/es-abstract/operations/2024.js rename to apps/angular/node_modules/es-abstract/operations/2024.js diff --git a/ClientApp/node_modules/es-abstract/operations/2025.js b/apps/angular/node_modules/es-abstract/operations/2025.js similarity index 100% rename from ClientApp/node_modules/es-abstract/operations/2025.js rename to apps/angular/node_modules/es-abstract/operations/2025.js diff --git a/ClientApp/node_modules/es-abstract/operations/es5.js b/apps/angular/node_modules/es-abstract/operations/es5.js similarity index 100% rename from ClientApp/node_modules/es-abstract/operations/es5.js rename to apps/angular/node_modules/es-abstract/operations/es5.js diff --git a/ClientApp/node_modules/es-abstract/package.json b/apps/angular/node_modules/es-abstract/package.json similarity index 100% rename from ClientApp/node_modules/es-abstract/package.json rename to apps/angular/node_modules/es-abstract/package.json diff --git a/ClientApp/node_modules/es-define-property/.eslintrc b/apps/angular/node_modules/es-define-property/.eslintrc similarity index 100% rename from ClientApp/node_modules/es-define-property/.eslintrc rename to apps/angular/node_modules/es-define-property/.eslintrc diff --git a/ClientApp/node_modules/es-define-property/.github/FUNDING.yml b/apps/angular/node_modules/es-define-property/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/es-define-property/.github/FUNDING.yml rename to apps/angular/node_modules/es-define-property/.github/FUNDING.yml diff --git a/ClientApp/node_modules/es-define-property/.nycrc b/apps/angular/node_modules/es-define-property/.nycrc similarity index 100% rename from ClientApp/node_modules/es-define-property/.nycrc rename to apps/angular/node_modules/es-define-property/.nycrc diff --git a/ClientApp/node_modules/es-define-property/CHANGELOG.md b/apps/angular/node_modules/es-define-property/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/es-define-property/CHANGELOG.md rename to apps/angular/node_modules/es-define-property/CHANGELOG.md diff --git a/ClientApp/node_modules/es-define-property/LICENSE b/apps/angular/node_modules/es-define-property/LICENSE similarity index 100% rename from ClientApp/node_modules/es-define-property/LICENSE rename to apps/angular/node_modules/es-define-property/LICENSE diff --git a/ClientApp/node_modules/es-define-property/README.md b/apps/angular/node_modules/es-define-property/README.md similarity index 100% rename from ClientApp/node_modules/es-define-property/README.md rename to apps/angular/node_modules/es-define-property/README.md diff --git a/ClientApp/node_modules/es-define-property/index.d.ts b/apps/angular/node_modules/es-define-property/index.d.ts similarity index 100% rename from ClientApp/node_modules/es-define-property/index.d.ts rename to apps/angular/node_modules/es-define-property/index.d.ts diff --git a/ClientApp/node_modules/es-define-property/index.js b/apps/angular/node_modules/es-define-property/index.js similarity index 100% rename from ClientApp/node_modules/es-define-property/index.js rename to apps/angular/node_modules/es-define-property/index.js diff --git a/ClientApp/node_modules/es-define-property/package.json b/apps/angular/node_modules/es-define-property/package.json similarity index 100% rename from ClientApp/node_modules/es-define-property/package.json rename to apps/angular/node_modules/es-define-property/package.json diff --git a/ClientApp/node_modules/es-define-property/test/index.js b/apps/angular/node_modules/es-define-property/test/index.js similarity index 100% rename from ClientApp/node_modules/es-define-property/test/index.js rename to apps/angular/node_modules/es-define-property/test/index.js diff --git a/ClientApp/node_modules/es-define-property/tsconfig.json b/apps/angular/node_modules/es-define-property/tsconfig.json similarity index 100% rename from ClientApp/node_modules/es-define-property/tsconfig.json rename to apps/angular/node_modules/es-define-property/tsconfig.json diff --git a/ClientApp/node_modules/es-errors/.eslintrc b/apps/angular/node_modules/es-errors/.eslintrc similarity index 100% rename from ClientApp/node_modules/es-errors/.eslintrc rename to apps/angular/node_modules/es-errors/.eslintrc diff --git a/ClientApp/node_modules/es-errors/.github/FUNDING.yml b/apps/angular/node_modules/es-errors/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/es-errors/.github/FUNDING.yml rename to apps/angular/node_modules/es-errors/.github/FUNDING.yml diff --git a/ClientApp/node_modules/es-errors/CHANGELOG.md b/apps/angular/node_modules/es-errors/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/es-errors/CHANGELOG.md rename to apps/angular/node_modules/es-errors/CHANGELOG.md diff --git a/ClientApp/node_modules/es-errors/LICENSE b/apps/angular/node_modules/es-errors/LICENSE similarity index 100% rename from ClientApp/node_modules/es-errors/LICENSE rename to apps/angular/node_modules/es-errors/LICENSE diff --git a/ClientApp/node_modules/es-errors/README.md b/apps/angular/node_modules/es-errors/README.md similarity index 100% rename from ClientApp/node_modules/es-errors/README.md rename to apps/angular/node_modules/es-errors/README.md diff --git a/ClientApp/node_modules/es-errors/eval.d.ts b/apps/angular/node_modules/es-errors/eval.d.ts similarity index 100% rename from ClientApp/node_modules/es-errors/eval.d.ts rename to apps/angular/node_modules/es-errors/eval.d.ts diff --git a/ClientApp/node_modules/es-errors/eval.js b/apps/angular/node_modules/es-errors/eval.js similarity index 100% rename from ClientApp/node_modules/es-errors/eval.js rename to apps/angular/node_modules/es-errors/eval.js diff --git a/ClientApp/node_modules/es-errors/index.d.ts b/apps/angular/node_modules/es-errors/index.d.ts similarity index 100% rename from ClientApp/node_modules/es-errors/index.d.ts rename to apps/angular/node_modules/es-errors/index.d.ts diff --git a/ClientApp/node_modules/es-errors/index.js b/apps/angular/node_modules/es-errors/index.js similarity index 100% rename from ClientApp/node_modules/es-errors/index.js rename to apps/angular/node_modules/es-errors/index.js diff --git a/ClientApp/node_modules/es-errors/package.json b/apps/angular/node_modules/es-errors/package.json similarity index 100% rename from ClientApp/node_modules/es-errors/package.json rename to apps/angular/node_modules/es-errors/package.json diff --git a/ClientApp/node_modules/es-errors/range.d.ts b/apps/angular/node_modules/es-errors/range.d.ts similarity index 100% rename from ClientApp/node_modules/es-errors/range.d.ts rename to apps/angular/node_modules/es-errors/range.d.ts diff --git a/ClientApp/node_modules/es-errors/range.js b/apps/angular/node_modules/es-errors/range.js similarity index 100% rename from ClientApp/node_modules/es-errors/range.js rename to apps/angular/node_modules/es-errors/range.js diff --git a/ClientApp/node_modules/es-errors/ref.d.ts b/apps/angular/node_modules/es-errors/ref.d.ts similarity index 100% rename from ClientApp/node_modules/es-errors/ref.d.ts rename to apps/angular/node_modules/es-errors/ref.d.ts diff --git a/ClientApp/node_modules/es-errors/ref.js b/apps/angular/node_modules/es-errors/ref.js similarity index 100% rename from ClientApp/node_modules/es-errors/ref.js rename to apps/angular/node_modules/es-errors/ref.js diff --git a/ClientApp/node_modules/es-errors/syntax.d.ts b/apps/angular/node_modules/es-errors/syntax.d.ts similarity index 100% rename from ClientApp/node_modules/es-errors/syntax.d.ts rename to apps/angular/node_modules/es-errors/syntax.d.ts diff --git a/ClientApp/node_modules/es-errors/syntax.js b/apps/angular/node_modules/es-errors/syntax.js similarity index 100% rename from ClientApp/node_modules/es-errors/syntax.js rename to apps/angular/node_modules/es-errors/syntax.js diff --git a/ClientApp/node_modules/es-errors/test/index.js b/apps/angular/node_modules/es-errors/test/index.js similarity index 100% rename from ClientApp/node_modules/es-errors/test/index.js rename to apps/angular/node_modules/es-errors/test/index.js diff --git a/ClientApp/node_modules/es-errors/tsconfig.json b/apps/angular/node_modules/es-errors/tsconfig.json similarity index 100% rename from ClientApp/node_modules/es-errors/tsconfig.json rename to apps/angular/node_modules/es-errors/tsconfig.json diff --git a/ClientApp/node_modules/es-errors/type.d.ts b/apps/angular/node_modules/es-errors/type.d.ts similarity index 100% rename from ClientApp/node_modules/es-errors/type.d.ts rename to apps/angular/node_modules/es-errors/type.d.ts diff --git a/ClientApp/node_modules/es-errors/type.js b/apps/angular/node_modules/es-errors/type.js similarity index 100% rename from ClientApp/node_modules/es-errors/type.js rename to apps/angular/node_modules/es-errors/type.js diff --git a/ClientApp/node_modules/es-errors/uri.d.ts b/apps/angular/node_modules/es-errors/uri.d.ts similarity index 100% rename from ClientApp/node_modules/es-errors/uri.d.ts rename to apps/angular/node_modules/es-errors/uri.d.ts diff --git a/ClientApp/node_modules/es-errors/uri.js b/apps/angular/node_modules/es-errors/uri.js similarity index 100% rename from ClientApp/node_modules/es-errors/uri.js rename to apps/angular/node_modules/es-errors/uri.js diff --git a/ClientApp/node_modules/es-get-iterator/.eslintrc b/apps/angular/node_modules/es-get-iterator/.eslintrc similarity index 100% rename from ClientApp/node_modules/es-get-iterator/.eslintrc rename to apps/angular/node_modules/es-get-iterator/.eslintrc diff --git a/ClientApp/node_modules/es-get-iterator/.github/FUNDING.yml b/apps/angular/node_modules/es-get-iterator/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/es-get-iterator/.github/FUNDING.yml rename to apps/angular/node_modules/es-get-iterator/.github/FUNDING.yml diff --git a/ClientApp/node_modules/es-get-iterator/.nycrc b/apps/angular/node_modules/es-get-iterator/.nycrc similarity index 100% rename from ClientApp/node_modules/es-get-iterator/.nycrc rename to apps/angular/node_modules/es-get-iterator/.nycrc diff --git a/ClientApp/node_modules/es-get-iterator/CHANGELOG.md b/apps/angular/node_modules/es-get-iterator/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/es-get-iterator/CHANGELOG.md rename to apps/angular/node_modules/es-get-iterator/CHANGELOG.md diff --git a/ClientApp/node_modules/es-get-iterator/LICENSE b/apps/angular/node_modules/es-get-iterator/LICENSE similarity index 100% rename from ClientApp/node_modules/es-get-iterator/LICENSE rename to apps/angular/node_modules/es-get-iterator/LICENSE diff --git a/ClientApp/node_modules/es-get-iterator/README.md b/apps/angular/node_modules/es-get-iterator/README.md similarity index 100% rename from ClientApp/node_modules/es-get-iterator/README.md rename to apps/angular/node_modules/es-get-iterator/README.md diff --git a/ClientApp/node_modules/es-get-iterator/index.js b/apps/angular/node_modules/es-get-iterator/index.js similarity index 100% rename from ClientApp/node_modules/es-get-iterator/index.js rename to apps/angular/node_modules/es-get-iterator/index.js diff --git a/ClientApp/node_modules/es-get-iterator/node.js b/apps/angular/node_modules/es-get-iterator/node.js similarity index 100% rename from ClientApp/node_modules/es-get-iterator/node.js rename to apps/angular/node_modules/es-get-iterator/node.js diff --git a/ClientApp/node_modules/es-get-iterator/node.mjs b/apps/angular/node_modules/es-get-iterator/node.mjs similarity index 100% rename from ClientApp/node_modules/es-get-iterator/node.mjs rename to apps/angular/node_modules/es-get-iterator/node.mjs diff --git a/ClientApp/node_modules/es-get-iterator/package.json b/apps/angular/node_modules/es-get-iterator/package.json similarity index 100% rename from ClientApp/node_modules/es-get-iterator/package.json rename to apps/angular/node_modules/es-get-iterator/package.json diff --git a/ClientApp/node_modules/es-get-iterator/test/core-js.js b/apps/angular/node_modules/es-get-iterator/test/core-js.js similarity index 100% rename from ClientApp/node_modules/es-get-iterator/test/core-js.js rename to apps/angular/node_modules/es-get-iterator/test/core-js.js diff --git a/ClientApp/node_modules/es-get-iterator/test/es6-shim.js b/apps/angular/node_modules/es-get-iterator/test/es6-shim.js similarity index 100% rename from ClientApp/node_modules/es-get-iterator/test/es6-shim.js rename to apps/angular/node_modules/es-get-iterator/test/es6-shim.js diff --git a/ClientApp/node_modules/es-get-iterator/test/index.js b/apps/angular/node_modules/es-get-iterator/test/index.js similarity index 100% rename from ClientApp/node_modules/es-get-iterator/test/index.js rename to apps/angular/node_modules/es-get-iterator/test/index.js diff --git a/ClientApp/node_modules/es-get-iterator/test/node.js b/apps/angular/node_modules/es-get-iterator/test/node.js similarity index 100% rename from ClientApp/node_modules/es-get-iterator/test/node.js rename to apps/angular/node_modules/es-get-iterator/test/node.js diff --git a/ClientApp/node_modules/es-get-iterator/test/node.mjs b/apps/angular/node_modules/es-get-iterator/test/node.mjs similarity index 100% rename from ClientApp/node_modules/es-get-iterator/test/node.mjs rename to apps/angular/node_modules/es-get-iterator/test/node.mjs diff --git a/ClientApp/node_modules/es-iterator-helpers/.github/FUNDING.yml b/apps/angular/node_modules/es-iterator-helpers/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/.github/FUNDING.yml rename to apps/angular/node_modules/es-iterator-helpers/.github/FUNDING.yml diff --git a/ClientApp/node_modules/es-iterator-helpers/.nycrc b/apps/angular/node_modules/es-iterator-helpers/.nycrc similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/.nycrc rename to apps/angular/node_modules/es-iterator-helpers/.nycrc diff --git a/ClientApp/node_modules/es-iterator-helpers/CHANGELOG.md b/apps/angular/node_modules/es-iterator-helpers/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/CHANGELOG.md rename to apps/angular/node_modules/es-iterator-helpers/CHANGELOG.md diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.concat/auto.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.concat/auto.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.concat/auto.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.concat/auto.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.concat/implementation.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.concat/implementation.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.concat/implementation.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.concat/implementation.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.concat/index.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.concat/index.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.concat/index.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.concat/index.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.concat/polyfill.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.concat/polyfill.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.concat/polyfill.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.concat/polyfill.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.concat/shim.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.concat/shim.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.concat/shim.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.concat/shim.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.from/auto.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.from/auto.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.from/auto.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.from/auto.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.from/implementation.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.from/implementation.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.from/implementation.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.from/implementation.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.from/index.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.from/index.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.from/index.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.from/index.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.from/polyfill.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.from/polyfill.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.from/polyfill.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.from/polyfill.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.from/shim.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.from/shim.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.from/shim.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.from/shim.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.constructor/auto.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.constructor/auto.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.constructor/auto.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.constructor/auto.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.constructor/implementation.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.constructor/implementation.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.constructor/implementation.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.constructor/implementation.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.constructor/index.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.constructor/index.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.constructor/index.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.constructor/index.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.constructor/polyfill.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.constructor/polyfill.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.constructor/polyfill.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.constructor/polyfill.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.constructor/shim.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.constructor/shim.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.constructor/shim.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.constructor/shim.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.drop/auto.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.drop/auto.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.drop/auto.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.drop/auto.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.drop/implementation.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.drop/implementation.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.drop/implementation.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.drop/implementation.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.drop/index.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.drop/index.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.drop/index.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.drop/index.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.drop/polyfill.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.drop/polyfill.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.drop/polyfill.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.drop/polyfill.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.drop/shim.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.drop/shim.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.drop/shim.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.drop/shim.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.every/auto.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.every/auto.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.every/auto.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.every/auto.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.every/implementation.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.every/implementation.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.every/implementation.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.every/implementation.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.every/index.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.every/index.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.every/index.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.every/index.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.every/polyfill.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.every/polyfill.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.every/polyfill.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.every/polyfill.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.every/shim.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.every/shim.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.every/shim.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.every/shim.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.filter/auto.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.filter/auto.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.filter/auto.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.filter/auto.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.filter/implementation.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.filter/implementation.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.filter/implementation.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.filter/implementation.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.filter/index.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.filter/index.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.filter/index.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.filter/index.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.filter/polyfill.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.filter/polyfill.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.filter/polyfill.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.filter/polyfill.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.filter/shim.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.filter/shim.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.filter/shim.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.filter/shim.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.find/auto.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.find/auto.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.find/auto.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.find/auto.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.find/implementation.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.find/implementation.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.find/implementation.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.find/implementation.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.find/index.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.find/index.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.find/index.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.find/index.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.find/polyfill.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.find/polyfill.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.find/polyfill.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.find/polyfill.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.find/shim.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.find/shim.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.find/shim.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.find/shim.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.flatMap/auto.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.flatMap/auto.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.flatMap/auto.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.flatMap/auto.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.flatMap/implementation.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.flatMap/implementation.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.flatMap/implementation.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.flatMap/implementation.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.flatMap/index.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.flatMap/index.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.flatMap/index.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.flatMap/index.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.flatMap/polyfill.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.flatMap/polyfill.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.flatMap/polyfill.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.flatMap/polyfill.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.flatMap/shim.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.flatMap/shim.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.flatMap/shim.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.flatMap/shim.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.forEach/auto.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.forEach/auto.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.forEach/auto.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.forEach/auto.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.forEach/implementation.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.forEach/implementation.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.forEach/implementation.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.forEach/implementation.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.forEach/index.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.forEach/index.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.forEach/index.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.forEach/index.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.forEach/polyfill.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.forEach/polyfill.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.forEach/polyfill.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.forEach/polyfill.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.forEach/shim.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.forEach/shim.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.forEach/shim.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.forEach/shim.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.includes/auto.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.includes/auto.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.includes/auto.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.includes/auto.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.includes/implementation.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.includes/implementation.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.includes/implementation.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.includes/implementation.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.includes/index.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.includes/index.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.includes/index.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.includes/index.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.includes/polyfill.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.includes/polyfill.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.includes/polyfill.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.includes/polyfill.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.includes/shim.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.includes/shim.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.includes/shim.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.includes/shim.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.map/auto.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.map/auto.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.map/auto.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.map/auto.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.map/implementation.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.map/implementation.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.map/implementation.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.map/implementation.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.map/index.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.map/index.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.map/index.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.map/index.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.map/polyfill.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.map/polyfill.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.map/polyfill.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.map/polyfill.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.map/shim.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.map/shim.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.map/shim.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.map/shim.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.reduce/auto.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.reduce/auto.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.reduce/auto.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.reduce/auto.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.reduce/implementation.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.reduce/implementation.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.reduce/implementation.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.reduce/implementation.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.reduce/index.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.reduce/index.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.reduce/index.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.reduce/index.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.reduce/polyfill.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.reduce/polyfill.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.reduce/polyfill.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.reduce/polyfill.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.reduce/shim.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.reduce/shim.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.reduce/shim.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.reduce/shim.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.some/auto.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.some/auto.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.some/auto.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.some/auto.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.some/implementation.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.some/implementation.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.some/implementation.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.some/implementation.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.some/index.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.some/index.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.some/index.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.some/index.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.some/polyfill.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.some/polyfill.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.some/polyfill.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.some/polyfill.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.some/shim.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.some/shim.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.some/shim.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.some/shim.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.take/auto.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.take/auto.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.take/auto.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.take/auto.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.take/implementation.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.take/implementation.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.take/implementation.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.take/implementation.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.take/index.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.take/index.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.take/index.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.take/index.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.take/polyfill.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.take/polyfill.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.take/polyfill.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.take/polyfill.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.take/shim.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.take/shim.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.take/shim.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.take/shim.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.toArray/auto.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.toArray/auto.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.toArray/auto.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.toArray/auto.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.toArray/implementation.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.toArray/implementation.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.toArray/implementation.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.toArray/implementation.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.toArray/index.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.toArray/index.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.toArray/index.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.toArray/index.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.toArray/polyfill.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.toArray/polyfill.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.toArray/polyfill.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.toArray/polyfill.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.toArray/shim.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.toArray/shim.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype.toArray/shim.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype.toArray/shim.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype/auto.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype/auto.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype/auto.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype/auto.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype/implementation.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype/implementation.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype/implementation.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype/implementation.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype/index.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype/index.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype/index.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype/index.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype/polyfill.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype/polyfill.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype/polyfill.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype/polyfill.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.prototype/shim.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.prototype/shim.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.prototype/shim.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.prototype/shim.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.zip/auto.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.zip/auto.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.zip/auto.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.zip/auto.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.zip/implementation.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.zip/implementation.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.zip/implementation.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.zip/implementation.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.zip/index.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.zip/index.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.zip/index.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.zip/index.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.zip/polyfill.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.zip/polyfill.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.zip/polyfill.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.zip/polyfill.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.zip/shim.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.zip/shim.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.zip/shim.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.zip/shim.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.zipKeyed/auto.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.zipKeyed/auto.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.zipKeyed/auto.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.zipKeyed/auto.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.zipKeyed/implementation.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.zipKeyed/implementation.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.zipKeyed/implementation.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.zipKeyed/implementation.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.zipKeyed/index.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.zipKeyed/index.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.zipKeyed/index.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.zipKeyed/index.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.zipKeyed/polyfill.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.zipKeyed/polyfill.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.zipKeyed/polyfill.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.zipKeyed/polyfill.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator.zipKeyed/shim.js b/apps/angular/node_modules/es-iterator-helpers/Iterator.zipKeyed/shim.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator.zipKeyed/shim.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator.zipKeyed/shim.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator/auto.js b/apps/angular/node_modules/es-iterator-helpers/Iterator/auto.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator/auto.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator/auto.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator/implementation.js b/apps/angular/node_modules/es-iterator-helpers/Iterator/implementation.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator/implementation.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator/implementation.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator/index.js b/apps/angular/node_modules/es-iterator-helpers/Iterator/index.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator/index.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator/index.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator/polyfill.js b/apps/angular/node_modules/es-iterator-helpers/Iterator/polyfill.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator/polyfill.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator/polyfill.js diff --git a/ClientApp/node_modules/es-iterator-helpers/Iterator/shim.js b/apps/angular/node_modules/es-iterator-helpers/Iterator/shim.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/Iterator/shim.js rename to apps/angular/node_modules/es-iterator-helpers/Iterator/shim.js diff --git a/ClientApp/node_modules/es-iterator-helpers/IteratorHelperPrototype/index.js b/apps/angular/node_modules/es-iterator-helpers/IteratorHelperPrototype/index.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/IteratorHelperPrototype/index.js rename to apps/angular/node_modules/es-iterator-helpers/IteratorHelperPrototype/index.js diff --git a/ClientApp/node_modules/es-iterator-helpers/LICENSE b/apps/angular/node_modules/es-iterator-helpers/LICENSE similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/LICENSE rename to apps/angular/node_modules/es-iterator-helpers/LICENSE diff --git a/ClientApp/node_modules/es-iterator-helpers/README.md b/apps/angular/node_modules/es-iterator-helpers/README.md similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/README.md rename to apps/angular/node_modules/es-iterator-helpers/README.md diff --git a/ClientApp/node_modules/es-iterator-helpers/WrapForValidIteratorPrototype/index.js b/apps/angular/node_modules/es-iterator-helpers/WrapForValidIteratorPrototype/index.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/WrapForValidIteratorPrototype/index.js rename to apps/angular/node_modules/es-iterator-helpers/WrapForValidIteratorPrototype/index.js diff --git a/ClientApp/node_modules/es-iterator-helpers/aos/GeneratorResumeAbrupt.js b/apps/angular/node_modules/es-iterator-helpers/aos/GeneratorResumeAbrupt.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/aos/GeneratorResumeAbrupt.js rename to apps/angular/node_modules/es-iterator-helpers/aos/GeneratorResumeAbrupt.js diff --git a/ClientApp/node_modules/es-iterator-helpers/aos/GetOptionsObject.js b/apps/angular/node_modules/es-iterator-helpers/aos/GetOptionsObject.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/aos/GetOptionsObject.js rename to apps/angular/node_modules/es-iterator-helpers/aos/GetOptionsObject.js diff --git a/ClientApp/node_modules/es-iterator-helpers/aos/IfAbruptCloseIterators.js b/apps/angular/node_modules/es-iterator-helpers/aos/IfAbruptCloseIterators.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/aos/IfAbruptCloseIterators.js rename to apps/angular/node_modules/es-iterator-helpers/aos/IfAbruptCloseIterators.js diff --git a/ClientApp/node_modules/es-iterator-helpers/aos/IteratorCloseAll.js b/apps/angular/node_modules/es-iterator-helpers/aos/IteratorCloseAll.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/aos/IteratorCloseAll.js rename to apps/angular/node_modules/es-iterator-helpers/aos/IteratorCloseAll.js diff --git a/ClientApp/node_modules/es-iterator-helpers/aos/IteratorZip.js b/apps/angular/node_modules/es-iterator-helpers/aos/IteratorZip.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/aos/IteratorZip.js rename to apps/angular/node_modules/es-iterator-helpers/aos/IteratorZip.js diff --git a/ClientApp/node_modules/es-iterator-helpers/auto.js b/apps/angular/node_modules/es-iterator-helpers/auto.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/auto.js rename to apps/angular/node_modules/es-iterator-helpers/auto.js diff --git a/ClientApp/node_modules/es-iterator-helpers/eslint.config.mjs b/apps/angular/node_modules/es-iterator-helpers/eslint.config.mjs similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/eslint.config.mjs rename to apps/angular/node_modules/es-iterator-helpers/eslint.config.mjs diff --git a/ClientApp/node_modules/es-iterator-helpers/index.json b/apps/angular/node_modules/es-iterator-helpers/index.json similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/index.json rename to apps/angular/node_modules/es-iterator-helpers/index.json diff --git a/ClientApp/node_modules/es-iterator-helpers/package.json b/apps/angular/node_modules/es-iterator-helpers/package.json similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/package.json rename to apps/angular/node_modules/es-iterator-helpers/package.json diff --git a/ClientApp/node_modules/es-iterator-helpers/shim.js b/apps/angular/node_modules/es-iterator-helpers/shim.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/shim.js rename to apps/angular/node_modules/es-iterator-helpers/shim.js diff --git a/ClientApp/node_modules/es-iterator-helpers/test/Iterator.concat.js b/apps/angular/node_modules/es-iterator-helpers/test/Iterator.concat.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/test/Iterator.concat.js rename to apps/angular/node_modules/es-iterator-helpers/test/Iterator.concat.js diff --git a/ClientApp/node_modules/es-iterator-helpers/test/Iterator.from.js b/apps/angular/node_modules/es-iterator-helpers/test/Iterator.from.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/test/Iterator.from.js rename to apps/angular/node_modules/es-iterator-helpers/test/Iterator.from.js diff --git a/ClientApp/node_modules/es-iterator-helpers/test/Iterator.js b/apps/angular/node_modules/es-iterator-helpers/test/Iterator.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/test/Iterator.js rename to apps/angular/node_modules/es-iterator-helpers/test/Iterator.js diff --git a/ClientApp/node_modules/es-iterator-helpers/test/Iterator.prototype.constructor.js b/apps/angular/node_modules/es-iterator-helpers/test/Iterator.prototype.constructor.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/test/Iterator.prototype.constructor.js rename to apps/angular/node_modules/es-iterator-helpers/test/Iterator.prototype.constructor.js diff --git a/ClientApp/node_modules/es-iterator-helpers/test/Iterator.prototype.drop.js b/apps/angular/node_modules/es-iterator-helpers/test/Iterator.prototype.drop.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/test/Iterator.prototype.drop.js rename to apps/angular/node_modules/es-iterator-helpers/test/Iterator.prototype.drop.js diff --git a/ClientApp/node_modules/es-iterator-helpers/test/Iterator.prototype.every.js b/apps/angular/node_modules/es-iterator-helpers/test/Iterator.prototype.every.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/test/Iterator.prototype.every.js rename to apps/angular/node_modules/es-iterator-helpers/test/Iterator.prototype.every.js diff --git a/ClientApp/node_modules/es-iterator-helpers/test/Iterator.prototype.filter.js b/apps/angular/node_modules/es-iterator-helpers/test/Iterator.prototype.filter.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/test/Iterator.prototype.filter.js rename to apps/angular/node_modules/es-iterator-helpers/test/Iterator.prototype.filter.js diff --git a/ClientApp/node_modules/es-iterator-helpers/test/Iterator.prototype.find.js b/apps/angular/node_modules/es-iterator-helpers/test/Iterator.prototype.find.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/test/Iterator.prototype.find.js rename to apps/angular/node_modules/es-iterator-helpers/test/Iterator.prototype.find.js diff --git a/ClientApp/node_modules/es-iterator-helpers/test/Iterator.prototype.flatMap.js b/apps/angular/node_modules/es-iterator-helpers/test/Iterator.prototype.flatMap.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/test/Iterator.prototype.flatMap.js rename to apps/angular/node_modules/es-iterator-helpers/test/Iterator.prototype.flatMap.js diff --git a/ClientApp/node_modules/es-iterator-helpers/test/Iterator.prototype.forEach.js b/apps/angular/node_modules/es-iterator-helpers/test/Iterator.prototype.forEach.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/test/Iterator.prototype.forEach.js rename to apps/angular/node_modules/es-iterator-helpers/test/Iterator.prototype.forEach.js diff --git a/ClientApp/node_modules/es-iterator-helpers/test/Iterator.prototype.includes.js b/apps/angular/node_modules/es-iterator-helpers/test/Iterator.prototype.includes.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/test/Iterator.prototype.includes.js rename to apps/angular/node_modules/es-iterator-helpers/test/Iterator.prototype.includes.js diff --git a/ClientApp/node_modules/es-iterator-helpers/test/Iterator.prototype.js b/apps/angular/node_modules/es-iterator-helpers/test/Iterator.prototype.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/test/Iterator.prototype.js rename to apps/angular/node_modules/es-iterator-helpers/test/Iterator.prototype.js diff --git a/ClientApp/node_modules/es-iterator-helpers/test/Iterator.prototype.map.js b/apps/angular/node_modules/es-iterator-helpers/test/Iterator.prototype.map.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/test/Iterator.prototype.map.js rename to apps/angular/node_modules/es-iterator-helpers/test/Iterator.prototype.map.js diff --git a/ClientApp/node_modules/es-iterator-helpers/test/Iterator.prototype.reduce.js b/apps/angular/node_modules/es-iterator-helpers/test/Iterator.prototype.reduce.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/test/Iterator.prototype.reduce.js rename to apps/angular/node_modules/es-iterator-helpers/test/Iterator.prototype.reduce.js diff --git a/ClientApp/node_modules/es-iterator-helpers/test/Iterator.prototype.some.js b/apps/angular/node_modules/es-iterator-helpers/test/Iterator.prototype.some.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/test/Iterator.prototype.some.js rename to apps/angular/node_modules/es-iterator-helpers/test/Iterator.prototype.some.js diff --git a/ClientApp/node_modules/es-iterator-helpers/test/Iterator.prototype.take.js b/apps/angular/node_modules/es-iterator-helpers/test/Iterator.prototype.take.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/test/Iterator.prototype.take.js rename to apps/angular/node_modules/es-iterator-helpers/test/Iterator.prototype.take.js diff --git a/ClientApp/node_modules/es-iterator-helpers/test/Iterator.prototype.toArray.js b/apps/angular/node_modules/es-iterator-helpers/test/Iterator.prototype.toArray.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/test/Iterator.prototype.toArray.js rename to apps/angular/node_modules/es-iterator-helpers/test/Iterator.prototype.toArray.js diff --git a/ClientApp/node_modules/es-iterator-helpers/test/Iterator.zip.js b/apps/angular/node_modules/es-iterator-helpers/test/Iterator.zip.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/test/Iterator.zip.js rename to apps/angular/node_modules/es-iterator-helpers/test/Iterator.zip.js diff --git a/ClientApp/node_modules/es-iterator-helpers/test/Iterator.zipKeyed.js b/apps/angular/node_modules/es-iterator-helpers/test/Iterator.zipKeyed.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/test/Iterator.zipKeyed.js rename to apps/angular/node_modules/es-iterator-helpers/test/Iterator.zipKeyed.js diff --git a/ClientApp/node_modules/es-iterator-helpers/test/helpers/testIterator.js b/apps/angular/node_modules/es-iterator-helpers/test/helpers/testIterator.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/test/helpers/testIterator.js rename to apps/angular/node_modules/es-iterator-helpers/test/helpers/testIterator.js diff --git a/ClientApp/node_modules/es-iterator-helpers/test/implementation.js b/apps/angular/node_modules/es-iterator-helpers/test/implementation.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/test/implementation.js rename to apps/angular/node_modules/es-iterator-helpers/test/implementation.js diff --git a/ClientApp/node_modules/es-iterator-helpers/test/index.js b/apps/angular/node_modules/es-iterator-helpers/test/index.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/test/index.js rename to apps/angular/node_modules/es-iterator-helpers/test/index.js diff --git a/ClientApp/node_modules/es-iterator-helpers/test/shimmed.js b/apps/angular/node_modules/es-iterator-helpers/test/shimmed.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/test/shimmed.js rename to apps/angular/node_modules/es-iterator-helpers/test/shimmed.js diff --git a/ClientApp/node_modules/es-iterator-helpers/test/tests.js b/apps/angular/node_modules/es-iterator-helpers/test/tests.js similarity index 100% rename from ClientApp/node_modules/es-iterator-helpers/test/tests.js rename to apps/angular/node_modules/es-iterator-helpers/test/tests.js diff --git a/ClientApp/node_modules/es-object-atoms/.eslintrc b/apps/angular/node_modules/es-object-atoms/.eslintrc similarity index 100% rename from ClientApp/node_modules/es-object-atoms/.eslintrc rename to apps/angular/node_modules/es-object-atoms/.eslintrc diff --git a/ClientApp/node_modules/es-object-atoms/.github/FUNDING.yml b/apps/angular/node_modules/es-object-atoms/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/es-object-atoms/.github/FUNDING.yml rename to apps/angular/node_modules/es-object-atoms/.github/FUNDING.yml diff --git a/ClientApp/node_modules/es-object-atoms/CHANGELOG.md b/apps/angular/node_modules/es-object-atoms/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/es-object-atoms/CHANGELOG.md rename to apps/angular/node_modules/es-object-atoms/CHANGELOG.md diff --git a/ClientApp/node_modules/es-object-atoms/LICENSE b/apps/angular/node_modules/es-object-atoms/LICENSE similarity index 100% rename from ClientApp/node_modules/es-object-atoms/LICENSE rename to apps/angular/node_modules/es-object-atoms/LICENSE diff --git a/ClientApp/node_modules/es-object-atoms/README.md b/apps/angular/node_modules/es-object-atoms/README.md similarity index 100% rename from ClientApp/node_modules/es-object-atoms/README.md rename to apps/angular/node_modules/es-object-atoms/README.md diff --git a/ClientApp/node_modules/es-object-atoms/RequireObjectCoercible.d.ts b/apps/angular/node_modules/es-object-atoms/RequireObjectCoercible.d.ts similarity index 100% rename from ClientApp/node_modules/es-object-atoms/RequireObjectCoercible.d.ts rename to apps/angular/node_modules/es-object-atoms/RequireObjectCoercible.d.ts diff --git a/ClientApp/node_modules/es-object-atoms/RequireObjectCoercible.js b/apps/angular/node_modules/es-object-atoms/RequireObjectCoercible.js similarity index 100% rename from ClientApp/node_modules/es-object-atoms/RequireObjectCoercible.js rename to apps/angular/node_modules/es-object-atoms/RequireObjectCoercible.js diff --git a/ClientApp/node_modules/es-object-atoms/ToObject.d.ts b/apps/angular/node_modules/es-object-atoms/ToObject.d.ts similarity index 100% rename from ClientApp/node_modules/es-object-atoms/ToObject.d.ts rename to apps/angular/node_modules/es-object-atoms/ToObject.d.ts diff --git a/ClientApp/node_modules/es-object-atoms/ToObject.js b/apps/angular/node_modules/es-object-atoms/ToObject.js similarity index 100% rename from ClientApp/node_modules/es-object-atoms/ToObject.js rename to apps/angular/node_modules/es-object-atoms/ToObject.js diff --git a/ClientApp/node_modules/es-object-atoms/index.d.ts b/apps/angular/node_modules/es-object-atoms/index.d.ts similarity index 100% rename from ClientApp/node_modules/es-object-atoms/index.d.ts rename to apps/angular/node_modules/es-object-atoms/index.d.ts diff --git a/ClientApp/node_modules/es-object-atoms/index.js b/apps/angular/node_modules/es-object-atoms/index.js similarity index 100% rename from ClientApp/node_modules/es-object-atoms/index.js rename to apps/angular/node_modules/es-object-atoms/index.js diff --git a/ClientApp/node_modules/es-object-atoms/isObject.d.ts b/apps/angular/node_modules/es-object-atoms/isObject.d.ts similarity index 100% rename from ClientApp/node_modules/es-object-atoms/isObject.d.ts rename to apps/angular/node_modules/es-object-atoms/isObject.d.ts diff --git a/ClientApp/node_modules/es-object-atoms/isObject.js b/apps/angular/node_modules/es-object-atoms/isObject.js similarity index 100% rename from ClientApp/node_modules/es-object-atoms/isObject.js rename to apps/angular/node_modules/es-object-atoms/isObject.js diff --git a/ClientApp/node_modules/es-object-atoms/package.json b/apps/angular/node_modules/es-object-atoms/package.json similarity index 100% rename from ClientApp/node_modules/es-object-atoms/package.json rename to apps/angular/node_modules/es-object-atoms/package.json diff --git a/ClientApp/node_modules/es-object-atoms/test/index.js b/apps/angular/node_modules/es-object-atoms/test/index.js similarity index 100% rename from ClientApp/node_modules/es-object-atoms/test/index.js rename to apps/angular/node_modules/es-object-atoms/test/index.js diff --git a/ClientApp/node_modules/es-object-atoms/tsconfig.json b/apps/angular/node_modules/es-object-atoms/tsconfig.json similarity index 100% rename from ClientApp/node_modules/es-object-atoms/tsconfig.json rename to apps/angular/node_modules/es-object-atoms/tsconfig.json diff --git a/ClientApp/node_modules/es-set-tostringtag/.eslintrc b/apps/angular/node_modules/es-set-tostringtag/.eslintrc similarity index 100% rename from ClientApp/node_modules/es-set-tostringtag/.eslintrc rename to apps/angular/node_modules/es-set-tostringtag/.eslintrc diff --git a/ClientApp/node_modules/es-set-tostringtag/.nycrc b/apps/angular/node_modules/es-set-tostringtag/.nycrc similarity index 100% rename from ClientApp/node_modules/es-set-tostringtag/.nycrc rename to apps/angular/node_modules/es-set-tostringtag/.nycrc diff --git a/ClientApp/node_modules/es-set-tostringtag/CHANGELOG.md b/apps/angular/node_modules/es-set-tostringtag/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/es-set-tostringtag/CHANGELOG.md rename to apps/angular/node_modules/es-set-tostringtag/CHANGELOG.md diff --git a/ClientApp/node_modules/es-set-tostringtag/LICENSE b/apps/angular/node_modules/es-set-tostringtag/LICENSE similarity index 100% rename from ClientApp/node_modules/es-set-tostringtag/LICENSE rename to apps/angular/node_modules/es-set-tostringtag/LICENSE diff --git a/ClientApp/node_modules/es-set-tostringtag/README.md b/apps/angular/node_modules/es-set-tostringtag/README.md similarity index 100% rename from ClientApp/node_modules/es-set-tostringtag/README.md rename to apps/angular/node_modules/es-set-tostringtag/README.md diff --git a/ClientApp/node_modules/es-set-tostringtag/index.d.ts b/apps/angular/node_modules/es-set-tostringtag/index.d.ts similarity index 100% rename from ClientApp/node_modules/es-set-tostringtag/index.d.ts rename to apps/angular/node_modules/es-set-tostringtag/index.d.ts diff --git a/ClientApp/node_modules/es-set-tostringtag/index.js b/apps/angular/node_modules/es-set-tostringtag/index.js similarity index 100% rename from ClientApp/node_modules/es-set-tostringtag/index.js rename to apps/angular/node_modules/es-set-tostringtag/index.js diff --git a/ClientApp/node_modules/es-set-tostringtag/package.json b/apps/angular/node_modules/es-set-tostringtag/package.json similarity index 100% rename from ClientApp/node_modules/es-set-tostringtag/package.json rename to apps/angular/node_modules/es-set-tostringtag/package.json diff --git a/ClientApp/node_modules/es-set-tostringtag/test/index.js b/apps/angular/node_modules/es-set-tostringtag/test/index.js similarity index 100% rename from ClientApp/node_modules/es-set-tostringtag/test/index.js rename to apps/angular/node_modules/es-set-tostringtag/test/index.js diff --git a/ClientApp/node_modules/es-set-tostringtag/tsconfig.json b/apps/angular/node_modules/es-set-tostringtag/tsconfig.json similarity index 100% rename from ClientApp/node_modules/es-set-tostringtag/tsconfig.json rename to apps/angular/node_modules/es-set-tostringtag/tsconfig.json diff --git a/ClientApp/node_modules/es-shim-unscopables/.eslintrc b/apps/angular/node_modules/es-shim-unscopables/.eslintrc similarity index 100% rename from ClientApp/node_modules/es-shim-unscopables/.eslintrc rename to apps/angular/node_modules/es-shim-unscopables/.eslintrc diff --git a/ClientApp/node_modules/es-shim-unscopables/.github/FUNDING.yml b/apps/angular/node_modules/es-shim-unscopables/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/es-shim-unscopables/.github/FUNDING.yml rename to apps/angular/node_modules/es-shim-unscopables/.github/FUNDING.yml diff --git a/ClientApp/node_modules/es-shim-unscopables/.nycrc b/apps/angular/node_modules/es-shim-unscopables/.nycrc similarity index 100% rename from ClientApp/node_modules/es-shim-unscopables/.nycrc rename to apps/angular/node_modules/es-shim-unscopables/.nycrc diff --git a/ClientApp/node_modules/es-shim-unscopables/CHANGELOG.md b/apps/angular/node_modules/es-shim-unscopables/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/es-shim-unscopables/CHANGELOG.md rename to apps/angular/node_modules/es-shim-unscopables/CHANGELOG.md diff --git a/ClientApp/node_modules/es-shim-unscopables/LICENSE b/apps/angular/node_modules/es-shim-unscopables/LICENSE similarity index 100% rename from ClientApp/node_modules/es-shim-unscopables/LICENSE rename to apps/angular/node_modules/es-shim-unscopables/LICENSE diff --git a/ClientApp/node_modules/es-shim-unscopables/README.md b/apps/angular/node_modules/es-shim-unscopables/README.md similarity index 100% rename from ClientApp/node_modules/es-shim-unscopables/README.md rename to apps/angular/node_modules/es-shim-unscopables/README.md diff --git a/ClientApp/node_modules/es-shim-unscopables/index.d.ts b/apps/angular/node_modules/es-shim-unscopables/index.d.ts similarity index 100% rename from ClientApp/node_modules/es-shim-unscopables/index.d.ts rename to apps/angular/node_modules/es-shim-unscopables/index.d.ts diff --git a/ClientApp/node_modules/es-shim-unscopables/index.js b/apps/angular/node_modules/es-shim-unscopables/index.js similarity index 100% rename from ClientApp/node_modules/es-shim-unscopables/index.js rename to apps/angular/node_modules/es-shim-unscopables/index.js diff --git a/ClientApp/node_modules/es-shim-unscopables/package.json b/apps/angular/node_modules/es-shim-unscopables/package.json similarity index 100% rename from ClientApp/node_modules/es-shim-unscopables/package.json rename to apps/angular/node_modules/es-shim-unscopables/package.json diff --git a/ClientApp/node_modules/es-shim-unscopables/test/index.js b/apps/angular/node_modules/es-shim-unscopables/test/index.js similarity index 100% rename from ClientApp/node_modules/es-shim-unscopables/test/index.js rename to apps/angular/node_modules/es-shim-unscopables/test/index.js diff --git a/ClientApp/node_modules/es-shim-unscopables/test/with.js b/apps/angular/node_modules/es-shim-unscopables/test/with.js similarity index 100% rename from ClientApp/node_modules/es-shim-unscopables/test/with.js rename to apps/angular/node_modules/es-shim-unscopables/test/with.js diff --git a/ClientApp/node_modules/es-shim-unscopables/tsconfig.json b/apps/angular/node_modules/es-shim-unscopables/tsconfig.json similarity index 100% rename from ClientApp/node_modules/es-shim-unscopables/tsconfig.json rename to apps/angular/node_modules/es-shim-unscopables/tsconfig.json diff --git a/ClientApp/node_modules/es-to-primitive/.editorconfig b/apps/angular/node_modules/es-to-primitive/.editorconfig similarity index 100% rename from ClientApp/node_modules/es-to-primitive/.editorconfig rename to apps/angular/node_modules/es-to-primitive/.editorconfig diff --git a/ClientApp/node_modules/es-to-primitive/.eslintignore b/apps/angular/node_modules/es-to-primitive/.eslintignore similarity index 100% rename from ClientApp/node_modules/es-to-primitive/.eslintignore rename to apps/angular/node_modules/es-to-primitive/.eslintignore diff --git a/ClientApp/node_modules/es-to-primitive/.eslintrc b/apps/angular/node_modules/es-to-primitive/.eslintrc similarity index 100% rename from ClientApp/node_modules/es-to-primitive/.eslintrc rename to apps/angular/node_modules/es-to-primitive/.eslintrc diff --git a/ClientApp/node_modules/es-to-primitive/.github/FUNDING.yml b/apps/angular/node_modules/es-to-primitive/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/es-to-primitive/.github/FUNDING.yml rename to apps/angular/node_modules/es-to-primitive/.github/FUNDING.yml diff --git a/ClientApp/node_modules/es-to-primitive/.nycrc b/apps/angular/node_modules/es-to-primitive/.nycrc similarity index 100% rename from ClientApp/node_modules/es-to-primitive/.nycrc rename to apps/angular/node_modules/es-to-primitive/.nycrc diff --git a/ClientApp/node_modules/es-to-primitive/CHANGELOG.md b/apps/angular/node_modules/es-to-primitive/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/es-to-primitive/CHANGELOG.md rename to apps/angular/node_modules/es-to-primitive/CHANGELOG.md diff --git a/ClientApp/node_modules/es-to-primitive/LICENSE b/apps/angular/node_modules/es-to-primitive/LICENSE similarity index 100% rename from ClientApp/node_modules/es-to-primitive/LICENSE rename to apps/angular/node_modules/es-to-primitive/LICENSE diff --git a/ClientApp/node_modules/es-to-primitive/README.md b/apps/angular/node_modules/es-to-primitive/README.md similarity index 100% rename from ClientApp/node_modules/es-to-primitive/README.md rename to apps/angular/node_modules/es-to-primitive/README.md diff --git a/ClientApp/node_modules/es-to-primitive/es2015.d.ts b/apps/angular/node_modules/es-to-primitive/es2015.d.ts similarity index 100% rename from ClientApp/node_modules/es-to-primitive/es2015.d.ts rename to apps/angular/node_modules/es-to-primitive/es2015.d.ts diff --git a/ClientApp/node_modules/es-to-primitive/es2015.js b/apps/angular/node_modules/es-to-primitive/es2015.js similarity index 100% rename from ClientApp/node_modules/es-to-primitive/es2015.js rename to apps/angular/node_modules/es-to-primitive/es2015.js diff --git a/ClientApp/node_modules/es-to-primitive/es5.d.ts b/apps/angular/node_modules/es-to-primitive/es5.d.ts similarity index 100% rename from ClientApp/node_modules/es-to-primitive/es5.d.ts rename to apps/angular/node_modules/es-to-primitive/es5.d.ts diff --git a/ClientApp/node_modules/es-to-primitive/es5.js b/apps/angular/node_modules/es-to-primitive/es5.js similarity index 100% rename from ClientApp/node_modules/es-to-primitive/es5.js rename to apps/angular/node_modules/es-to-primitive/es5.js diff --git a/ClientApp/node_modules/es-to-primitive/es6.d.ts b/apps/angular/node_modules/es-to-primitive/es6.d.ts similarity index 100% rename from ClientApp/node_modules/es-to-primitive/es6.d.ts rename to apps/angular/node_modules/es-to-primitive/es6.d.ts diff --git a/ClientApp/node_modules/es-to-primitive/es6.js b/apps/angular/node_modules/es-to-primitive/es6.js similarity index 100% rename from ClientApp/node_modules/es-to-primitive/es6.js rename to apps/angular/node_modules/es-to-primitive/es6.js diff --git a/ClientApp/node_modules/es-to-primitive/helpers/isPrimitive.js b/apps/angular/node_modules/es-to-primitive/helpers/isPrimitive.js similarity index 100% rename from ClientApp/node_modules/es-to-primitive/helpers/isPrimitive.js rename to apps/angular/node_modules/es-to-primitive/helpers/isPrimitive.js diff --git a/ClientApp/node_modules/es-to-primitive/index.d.ts b/apps/angular/node_modules/es-to-primitive/index.d.ts similarity index 100% rename from ClientApp/node_modules/es-to-primitive/index.d.ts rename to apps/angular/node_modules/es-to-primitive/index.d.ts diff --git a/ClientApp/node_modules/es-to-primitive/index.js b/apps/angular/node_modules/es-to-primitive/index.js similarity index 100% rename from ClientApp/node_modules/es-to-primitive/index.js rename to apps/angular/node_modules/es-to-primitive/index.js diff --git a/ClientApp/node_modules/es-to-primitive/package.json b/apps/angular/node_modules/es-to-primitive/package.json similarity index 100% rename from ClientApp/node_modules/es-to-primitive/package.json rename to apps/angular/node_modules/es-to-primitive/package.json diff --git a/ClientApp/node_modules/es-to-primitive/test/es2015.js b/apps/angular/node_modules/es-to-primitive/test/es2015.js similarity index 100% rename from ClientApp/node_modules/es-to-primitive/test/es2015.js rename to apps/angular/node_modules/es-to-primitive/test/es2015.js diff --git a/ClientApp/node_modules/es-to-primitive/test/es5.js b/apps/angular/node_modules/es-to-primitive/test/es5.js similarity index 100% rename from ClientApp/node_modules/es-to-primitive/test/es5.js rename to apps/angular/node_modules/es-to-primitive/test/es5.js diff --git a/ClientApp/node_modules/es-to-primitive/test/es6.js b/apps/angular/node_modules/es-to-primitive/test/es6.js similarity index 100% rename from ClientApp/node_modules/es-to-primitive/test/es6.js rename to apps/angular/node_modules/es-to-primitive/test/es6.js diff --git a/ClientApp/node_modules/es-to-primitive/test/index.js b/apps/angular/node_modules/es-to-primitive/test/index.js similarity index 100% rename from ClientApp/node_modules/es-to-primitive/test/index.js rename to apps/angular/node_modules/es-to-primitive/test/index.js diff --git a/ClientApp/node_modules/es-to-primitive/tsconfig.json b/apps/angular/node_modules/es-to-primitive/tsconfig.json similarity index 100% rename from ClientApp/node_modules/es-to-primitive/tsconfig.json rename to apps/angular/node_modules/es-to-primitive/tsconfig.json diff --git a/ClientApp/node_modules/esbuild/LICENSE.md b/apps/angular/node_modules/esbuild/LICENSE.md similarity index 100% rename from ClientApp/node_modules/esbuild/LICENSE.md rename to apps/angular/node_modules/esbuild/LICENSE.md diff --git a/ClientApp/node_modules/esbuild/README.md b/apps/angular/node_modules/esbuild/README.md similarity index 100% rename from ClientApp/node_modules/esbuild/README.md rename to apps/angular/node_modules/esbuild/README.md diff --git a/ClientApp/node_modules/esbuild/bin/esbuild b/apps/angular/node_modules/esbuild/bin/esbuild similarity index 100% rename from ClientApp/node_modules/esbuild/bin/esbuild rename to apps/angular/node_modules/esbuild/bin/esbuild diff --git a/ClientApp/node_modules/esbuild/install.js b/apps/angular/node_modules/esbuild/install.js similarity index 100% rename from ClientApp/node_modules/esbuild/install.js rename to apps/angular/node_modules/esbuild/install.js diff --git a/ClientApp/node_modules/esbuild/lib/main.d.ts b/apps/angular/node_modules/esbuild/lib/main.d.ts similarity index 100% rename from ClientApp/node_modules/esbuild/lib/main.d.ts rename to apps/angular/node_modules/esbuild/lib/main.d.ts diff --git a/ClientApp/node_modules/esbuild/lib/main.js b/apps/angular/node_modules/esbuild/lib/main.js similarity index 100% rename from ClientApp/node_modules/esbuild/lib/main.js rename to apps/angular/node_modules/esbuild/lib/main.js diff --git a/ClientApp/node_modules/esbuild/package.json b/apps/angular/node_modules/esbuild/package.json similarity index 100% rename from ClientApp/node_modules/esbuild/package.json rename to apps/angular/node_modules/esbuild/package.json diff --git a/ClientApp/node_modules/escape-string-regexp/index.d.ts b/apps/angular/node_modules/escape-string-regexp/index.d.ts similarity index 100% rename from ClientApp/node_modules/escape-string-regexp/index.d.ts rename to apps/angular/node_modules/escape-string-regexp/index.d.ts diff --git a/ClientApp/node_modules/escape-string-regexp/index.js b/apps/angular/node_modules/escape-string-regexp/index.js similarity index 100% rename from ClientApp/node_modules/escape-string-regexp/index.js rename to apps/angular/node_modules/escape-string-regexp/index.js diff --git a/ClientApp/node_modules/escape-string-regexp/license b/apps/angular/node_modules/escape-string-regexp/license similarity index 100% rename from ClientApp/node_modules/escape-string-regexp/license rename to apps/angular/node_modules/escape-string-regexp/license diff --git a/ClientApp/node_modules/escape-string-regexp/package.json b/apps/angular/node_modules/escape-string-regexp/package.json similarity index 100% rename from ClientApp/node_modules/escape-string-regexp/package.json rename to apps/angular/node_modules/escape-string-regexp/package.json diff --git a/ClientApp/node_modules/escape-string-regexp/readme.md b/apps/angular/node_modules/escape-string-regexp/readme.md similarity index 100% rename from ClientApp/node_modules/escape-string-regexp/readme.md rename to apps/angular/node_modules/escape-string-regexp/readme.md diff --git a/ClientApp/node_modules/eslint-config-prettier/LICENSE b/apps/angular/node_modules/eslint-config-prettier/LICENSE similarity index 100% rename from ClientApp/node_modules/eslint-config-prettier/LICENSE rename to apps/angular/node_modules/eslint-config-prettier/LICENSE diff --git a/ClientApp/node_modules/eslint-config-prettier/README.md b/apps/angular/node_modules/eslint-config-prettier/README.md similarity index 100% rename from ClientApp/node_modules/eslint-config-prettier/README.md rename to apps/angular/node_modules/eslint-config-prettier/README.md diff --git a/ClientApp/node_modules/eslint-config-prettier/bin/cli.js b/apps/angular/node_modules/eslint-config-prettier/bin/cli.js similarity index 100% rename from ClientApp/node_modules/eslint-config-prettier/bin/cli.js rename to apps/angular/node_modules/eslint-config-prettier/bin/cli.js diff --git a/ClientApp/node_modules/eslint-config-prettier/bin/validators.js b/apps/angular/node_modules/eslint-config-prettier/bin/validators.js similarity index 100% rename from ClientApp/node_modules/eslint-config-prettier/bin/validators.js rename to apps/angular/node_modules/eslint-config-prettier/bin/validators.js diff --git a/ClientApp/node_modules/eslint-config-prettier/flat.d.ts b/apps/angular/node_modules/eslint-config-prettier/flat.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-config-prettier/flat.d.ts rename to apps/angular/node_modules/eslint-config-prettier/flat.d.ts diff --git a/ClientApp/node_modules/eslint-config-prettier/flat.js b/apps/angular/node_modules/eslint-config-prettier/flat.js similarity index 100% rename from ClientApp/node_modules/eslint-config-prettier/flat.js rename to apps/angular/node_modules/eslint-config-prettier/flat.js diff --git a/ClientApp/node_modules/eslint-config-prettier/index.d.ts b/apps/angular/node_modules/eslint-config-prettier/index.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-config-prettier/index.d.ts rename to apps/angular/node_modules/eslint-config-prettier/index.d.ts diff --git a/ClientApp/node_modules/eslint-config-prettier/index.js b/apps/angular/node_modules/eslint-config-prettier/index.js similarity index 100% rename from ClientApp/node_modules/eslint-config-prettier/index.js rename to apps/angular/node_modules/eslint-config-prettier/index.js diff --git a/ClientApp/node_modules/eslint-config-prettier/package.json b/apps/angular/node_modules/eslint-config-prettier/package.json similarity index 100% rename from ClientApp/node_modules/eslint-config-prettier/package.json rename to apps/angular/node_modules/eslint-config-prettier/package.json diff --git a/ClientApp/node_modules/eslint-config-prettier/prettier.d.ts b/apps/angular/node_modules/eslint-config-prettier/prettier.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-config-prettier/prettier.d.ts rename to apps/angular/node_modules/eslint-config-prettier/prettier.d.ts diff --git a/ClientApp/node_modules/eslint-config-prettier/prettier.js b/apps/angular/node_modules/eslint-config-prettier/prettier.js similarity index 100% rename from ClientApp/node_modules/eslint-config-prettier/prettier.js rename to apps/angular/node_modules/eslint-config-prettier/prettier.js diff --git a/ClientApp/node_modules/eslint-plugin-react-hooks/LICENSE b/apps/angular/node_modules/eslint-plugin-react-hooks/LICENSE similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react-hooks/LICENSE rename to apps/angular/node_modules/eslint-plugin-react-hooks/LICENSE diff --git a/ClientApp/node_modules/eslint-plugin-react-hooks/README.md b/apps/angular/node_modules/eslint-plugin-react-hooks/README.md similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react-hooks/README.md rename to apps/angular/node_modules/eslint-plugin-react-hooks/README.md diff --git a/ClientApp/node_modules/eslint-plugin-react-hooks/cjs/eslint-plugin-react-hooks.development.js b/apps/angular/node_modules/eslint-plugin-react-hooks/cjs/eslint-plugin-react-hooks.development.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react-hooks/cjs/eslint-plugin-react-hooks.development.js rename to apps/angular/node_modules/eslint-plugin-react-hooks/cjs/eslint-plugin-react-hooks.development.js diff --git a/ClientApp/node_modules/eslint-plugin-react-hooks/cjs/eslint-plugin-react-hooks.production.min.js b/apps/angular/node_modules/eslint-plugin-react-hooks/cjs/eslint-plugin-react-hooks.production.min.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react-hooks/cjs/eslint-plugin-react-hooks.production.min.js rename to apps/angular/node_modules/eslint-plugin-react-hooks/cjs/eslint-plugin-react-hooks.production.min.js diff --git a/ClientApp/node_modules/eslint-plugin-react-hooks/index.js b/apps/angular/node_modules/eslint-plugin-react-hooks/index.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react-hooks/index.js rename to apps/angular/node_modules/eslint-plugin-react-hooks/index.js diff --git a/ClientApp/node_modules/eslint-plugin-react-hooks/package.json b/apps/angular/node_modules/eslint-plugin-react-hooks/package.json similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react-hooks/package.json rename to apps/angular/node_modules/eslint-plugin-react-hooks/package.json diff --git a/ClientApp/node_modules/eslint-plugin-react/LICENSE b/apps/angular/node_modules/eslint-plugin-react/LICENSE similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/LICENSE rename to apps/angular/node_modules/eslint-plugin-react/LICENSE diff --git a/ClientApp/node_modules/eslint-plugin-react/README.md b/apps/angular/node_modules/eslint-plugin-react/README.md similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/README.md rename to apps/angular/node_modules/eslint-plugin-react/README.md diff --git a/ClientApp/node_modules/eslint-plugin-react/configs/all.js b/apps/angular/node_modules/eslint-plugin-react/configs/all.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/configs/all.js rename to apps/angular/node_modules/eslint-plugin-react/configs/all.js diff --git a/ClientApp/node_modules/eslint-plugin-react/configs/jsx-runtime.js b/apps/angular/node_modules/eslint-plugin-react/configs/jsx-runtime.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/configs/jsx-runtime.js rename to apps/angular/node_modules/eslint-plugin-react/configs/jsx-runtime.js diff --git a/ClientApp/node_modules/eslint-plugin-react/configs/recommended.js b/apps/angular/node_modules/eslint-plugin-react/configs/recommended.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/configs/recommended.js rename to apps/angular/node_modules/eslint-plugin-react/configs/recommended.js diff --git a/ClientApp/node_modules/eslint-plugin-react/index.d.ts b/apps/angular/node_modules/eslint-plugin-react/index.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/index.d.ts rename to apps/angular/node_modules/eslint-plugin-react/index.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/index.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/index.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/index.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/index.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/index.js b/apps/angular/node_modules/eslint-plugin-react/index.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/index.js rename to apps/angular/node_modules/eslint-plugin-react/index.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/boolean-prop-naming.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/boolean-prop-naming.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/boolean-prop-naming.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/boolean-prop-naming.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/boolean-prop-naming.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/boolean-prop-naming.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/boolean-prop-naming.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/boolean-prop-naming.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/boolean-prop-naming.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/boolean-prop-naming.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/boolean-prop-naming.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/boolean-prop-naming.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/button-has-type.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/button-has-type.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/button-has-type.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/button-has-type.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/button-has-type.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/button-has-type.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/button-has-type.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/button-has-type.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/button-has-type.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/button-has-type.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/button-has-type.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/button-has-type.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/checked-requires-onchange-or-readonly.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/checked-requires-onchange-or-readonly.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/checked-requires-onchange-or-readonly.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/checked-requires-onchange-or-readonly.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/checked-requires-onchange-or-readonly.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/checked-requires-onchange-or-readonly.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/checked-requires-onchange-or-readonly.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/checked-requires-onchange-or-readonly.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/checked-requires-onchange-or-readonly.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/checked-requires-onchange-or-readonly.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/checked-requires-onchange-or-readonly.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/checked-requires-onchange-or-readonly.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/default-props-match-prop-types.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/default-props-match-prop-types.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/default-props-match-prop-types.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/default-props-match-prop-types.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/default-props-match-prop-types.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/default-props-match-prop-types.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/default-props-match-prop-types.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/default-props-match-prop-types.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/default-props-match-prop-types.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/default-props-match-prop-types.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/default-props-match-prop-types.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/default-props-match-prop-types.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/destructuring-assignment.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/destructuring-assignment.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/destructuring-assignment.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/destructuring-assignment.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/destructuring-assignment.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/destructuring-assignment.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/destructuring-assignment.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/destructuring-assignment.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/destructuring-assignment.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/destructuring-assignment.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/destructuring-assignment.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/destructuring-assignment.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/display-name.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/display-name.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/display-name.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/display-name.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/display-name.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/display-name.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/display-name.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/display-name.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/display-name.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/display-name.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/display-name.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/display-name.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/forbid-component-props.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/forbid-component-props.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/forbid-component-props.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/forbid-component-props.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/forbid-component-props.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/forbid-component-props.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/forbid-component-props.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/forbid-component-props.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/forbid-component-props.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/forbid-component-props.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/forbid-component-props.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/forbid-component-props.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/forbid-dom-props.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/forbid-dom-props.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/forbid-dom-props.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/forbid-dom-props.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/forbid-dom-props.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/forbid-dom-props.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/forbid-dom-props.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/forbid-dom-props.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/forbid-dom-props.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/forbid-dom-props.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/forbid-dom-props.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/forbid-dom-props.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/forbid-elements.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/forbid-elements.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/forbid-elements.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/forbid-elements.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/forbid-elements.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/forbid-elements.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/forbid-elements.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/forbid-elements.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/forbid-elements.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/forbid-elements.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/forbid-elements.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/forbid-elements.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/forbid-foreign-prop-types.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/forbid-foreign-prop-types.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/forbid-foreign-prop-types.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/forbid-foreign-prop-types.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/forbid-foreign-prop-types.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/forbid-foreign-prop-types.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/forbid-foreign-prop-types.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/forbid-foreign-prop-types.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/forbid-foreign-prop-types.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/forbid-foreign-prop-types.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/forbid-foreign-prop-types.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/forbid-foreign-prop-types.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/forbid-prop-types.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/forbid-prop-types.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/forbid-prop-types.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/forbid-prop-types.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/forbid-prop-types.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/forbid-prop-types.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/forbid-prop-types.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/forbid-prop-types.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/forbid-prop-types.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/forbid-prop-types.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/forbid-prop-types.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/forbid-prop-types.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/forward-ref-uses-ref.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/forward-ref-uses-ref.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/forward-ref-uses-ref.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/forward-ref-uses-ref.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/forward-ref-uses-ref.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/forward-ref-uses-ref.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/forward-ref-uses-ref.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/forward-ref-uses-ref.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/forward-ref-uses-ref.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/forward-ref-uses-ref.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/forward-ref-uses-ref.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/forward-ref-uses-ref.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/function-component-definition.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/function-component-definition.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/function-component-definition.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/function-component-definition.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/function-component-definition.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/function-component-definition.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/function-component-definition.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/function-component-definition.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/function-component-definition.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/function-component-definition.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/function-component-definition.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/function-component-definition.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/hook-use-state.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/hook-use-state.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/hook-use-state.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/hook-use-state.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/hook-use-state.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/hook-use-state.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/hook-use-state.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/hook-use-state.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/hook-use-state.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/hook-use-state.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/hook-use-state.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/hook-use-state.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/iframe-missing-sandbox.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/iframe-missing-sandbox.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/iframe-missing-sandbox.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/iframe-missing-sandbox.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/iframe-missing-sandbox.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/iframe-missing-sandbox.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/iframe-missing-sandbox.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/iframe-missing-sandbox.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/iframe-missing-sandbox.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/iframe-missing-sandbox.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/iframe-missing-sandbox.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/iframe-missing-sandbox.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/index.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/index.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/index.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/index.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/index.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/index.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/index.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/index.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/index.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/index.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/index.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/index.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-boolean-value.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-boolean-value.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-boolean-value.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-boolean-value.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-boolean-value.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-boolean-value.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-boolean-value.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-boolean-value.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-boolean-value.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-boolean-value.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-boolean-value.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-boolean-value.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-child-element-spacing.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-child-element-spacing.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-child-element-spacing.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-child-element-spacing.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-child-element-spacing.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-child-element-spacing.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-child-element-spacing.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-child-element-spacing.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-child-element-spacing.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-child-element-spacing.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-child-element-spacing.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-child-element-spacing.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-closing-bracket-location.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-closing-bracket-location.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-closing-bracket-location.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-closing-bracket-location.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-closing-bracket-location.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-closing-bracket-location.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-closing-bracket-location.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-closing-bracket-location.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-closing-bracket-location.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-closing-bracket-location.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-closing-bracket-location.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-closing-bracket-location.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-closing-tag-location.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-closing-tag-location.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-closing-tag-location.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-closing-tag-location.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-closing-tag-location.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-closing-tag-location.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-closing-tag-location.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-closing-tag-location.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-closing-tag-location.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-closing-tag-location.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-closing-tag-location.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-closing-tag-location.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-curly-brace-presence.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-curly-brace-presence.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-curly-brace-presence.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-curly-brace-presence.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-curly-brace-presence.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-curly-brace-presence.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-curly-brace-presence.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-curly-brace-presence.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-curly-brace-presence.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-curly-brace-presence.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-curly-brace-presence.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-curly-brace-presence.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-curly-newline.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-curly-newline.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-curly-newline.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-curly-newline.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-curly-newline.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-curly-newline.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-curly-newline.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-curly-newline.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-curly-newline.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-curly-newline.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-curly-newline.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-curly-newline.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-curly-spacing.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-curly-spacing.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-curly-spacing.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-curly-spacing.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-curly-spacing.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-curly-spacing.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-curly-spacing.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-curly-spacing.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-curly-spacing.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-curly-spacing.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-curly-spacing.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-curly-spacing.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-equals-spacing.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-equals-spacing.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-equals-spacing.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-equals-spacing.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-equals-spacing.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-equals-spacing.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-equals-spacing.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-equals-spacing.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-equals-spacing.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-equals-spacing.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-equals-spacing.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-equals-spacing.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-filename-extension.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-filename-extension.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-filename-extension.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-filename-extension.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-filename-extension.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-filename-extension.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-filename-extension.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-filename-extension.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-filename-extension.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-filename-extension.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-filename-extension.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-filename-extension.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-first-prop-new-line.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-first-prop-new-line.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-first-prop-new-line.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-first-prop-new-line.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-first-prop-new-line.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-first-prop-new-line.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-first-prop-new-line.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-first-prop-new-line.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-first-prop-new-line.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-first-prop-new-line.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-first-prop-new-line.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-first-prop-new-line.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-fragments.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-fragments.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-fragments.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-fragments.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-fragments.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-fragments.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-fragments.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-fragments.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-fragments.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-fragments.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-fragments.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-fragments.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-handler-names.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-handler-names.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-handler-names.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-handler-names.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-handler-names.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-handler-names.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-handler-names.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-handler-names.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-handler-names.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-handler-names.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-handler-names.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-handler-names.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-indent-props.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-indent-props.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-indent-props.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-indent-props.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-indent-props.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-indent-props.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-indent-props.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-indent-props.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-indent-props.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-indent-props.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-indent-props.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-indent-props.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-indent.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-indent.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-indent.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-indent.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-indent.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-indent.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-indent.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-indent.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-indent.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-indent.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-indent.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-indent.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-key.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-key.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-key.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-key.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-key.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-key.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-key.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-key.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-key.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-key.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-key.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-key.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-max-depth.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-max-depth.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-max-depth.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-max-depth.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-max-depth.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-max-depth.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-max-depth.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-max-depth.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-max-depth.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-max-depth.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-max-depth.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-max-depth.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-max-props-per-line.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-max-props-per-line.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-max-props-per-line.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-max-props-per-line.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-max-props-per-line.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-max-props-per-line.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-max-props-per-line.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-max-props-per-line.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-max-props-per-line.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-max-props-per-line.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-max-props-per-line.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-max-props-per-line.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-newline.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-newline.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-newline.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-newline.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-newline.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-newline.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-newline.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-newline.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-newline.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-newline.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-newline.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-newline.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-bind.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-bind.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-bind.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-bind.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-bind.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-bind.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-bind.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-bind.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-bind.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-bind.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-bind.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-bind.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-comment-textnodes.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-comment-textnodes.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-comment-textnodes.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-comment-textnodes.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-comment-textnodes.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-comment-textnodes.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-comment-textnodes.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-comment-textnodes.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-comment-textnodes.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-comment-textnodes.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-comment-textnodes.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-comment-textnodes.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-constructed-context-values.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-constructed-context-values.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-constructed-context-values.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-constructed-context-values.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-constructed-context-values.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-constructed-context-values.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-constructed-context-values.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-constructed-context-values.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-constructed-context-values.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-constructed-context-values.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-constructed-context-values.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-constructed-context-values.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-duplicate-props.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-duplicate-props.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-duplicate-props.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-duplicate-props.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-duplicate-props.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-duplicate-props.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-duplicate-props.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-duplicate-props.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-duplicate-props.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-duplicate-props.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-duplicate-props.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-duplicate-props.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-leaked-render.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-leaked-render.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-leaked-render.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-leaked-render.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-leaked-render.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-leaked-render.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-leaked-render.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-leaked-render.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-leaked-render.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-leaked-render.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-leaked-render.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-leaked-render.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-literals.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-literals.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-literals.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-literals.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-literals.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-literals.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-literals.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-literals.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-literals.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-literals.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-literals.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-literals.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-script-url.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-script-url.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-script-url.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-script-url.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-script-url.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-script-url.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-script-url.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-script-url.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-script-url.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-script-url.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-script-url.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-script-url.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-target-blank.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-target-blank.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-target-blank.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-target-blank.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-target-blank.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-target-blank.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-target-blank.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-target-blank.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-target-blank.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-target-blank.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-target-blank.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-target-blank.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-undef.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-undef.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-undef.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-undef.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-undef.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-undef.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-undef.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-undef.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-undef.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-undef.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-undef.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-undef.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-useless-fragment.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-useless-fragment.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-useless-fragment.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-useless-fragment.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-useless-fragment.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-useless-fragment.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-useless-fragment.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-useless-fragment.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-useless-fragment.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-useless-fragment.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-no-useless-fragment.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-no-useless-fragment.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-one-expression-per-line.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-one-expression-per-line.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-one-expression-per-line.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-one-expression-per-line.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-one-expression-per-line.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-one-expression-per-line.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-one-expression-per-line.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-one-expression-per-line.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-one-expression-per-line.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-one-expression-per-line.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-one-expression-per-line.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-one-expression-per-line.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-pascal-case.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-pascal-case.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-pascal-case.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-pascal-case.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-pascal-case.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-pascal-case.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-pascal-case.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-pascal-case.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-pascal-case.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-pascal-case.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-pascal-case.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-pascal-case.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-props-no-multi-spaces.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-props-no-multi-spaces.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-props-no-multi-spaces.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-props-no-multi-spaces.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-props-no-multi-spaces.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-props-no-multi-spaces.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-props-no-multi-spaces.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-props-no-multi-spaces.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-props-no-multi-spaces.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-props-no-multi-spaces.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-props-no-multi-spaces.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-props-no-multi-spaces.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-props-no-spread-multi.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-props-no-spread-multi.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-props-no-spread-multi.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-props-no-spread-multi.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-props-no-spread-multi.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-props-no-spread-multi.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-props-no-spread-multi.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-props-no-spread-multi.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-props-no-spread-multi.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-props-no-spread-multi.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-props-no-spread-multi.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-props-no-spread-multi.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-props-no-spreading.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-props-no-spreading.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-props-no-spreading.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-props-no-spreading.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-props-no-spreading.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-props-no-spreading.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-props-no-spreading.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-props-no-spreading.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-props-no-spreading.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-props-no-spreading.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-props-no-spreading.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-props-no-spreading.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-sort-default-props.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-sort-default-props.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-sort-default-props.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-sort-default-props.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-sort-default-props.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-sort-default-props.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-sort-default-props.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-sort-default-props.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-sort-default-props.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-sort-default-props.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-sort-default-props.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-sort-default-props.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-sort-props.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-sort-props.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-sort-props.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-sort-props.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-sort-props.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-sort-props.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-sort-props.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-sort-props.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-sort-props.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-sort-props.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-sort-props.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-sort-props.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-space-before-closing.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-space-before-closing.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-space-before-closing.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-space-before-closing.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-space-before-closing.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-space-before-closing.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-space-before-closing.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-space-before-closing.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-space-before-closing.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-space-before-closing.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-space-before-closing.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-space-before-closing.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-tag-spacing.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-tag-spacing.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-tag-spacing.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-tag-spacing.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-tag-spacing.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-tag-spacing.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-tag-spacing.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-tag-spacing.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-tag-spacing.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-tag-spacing.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-tag-spacing.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-tag-spacing.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-uses-react.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-uses-react.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-uses-react.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-uses-react.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-uses-react.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-uses-react.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-uses-react.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-uses-react.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-uses-react.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-uses-react.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-uses-react.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-uses-react.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-uses-vars.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-uses-vars.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-uses-vars.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-uses-vars.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-uses-vars.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-uses-vars.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-uses-vars.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-uses-vars.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-uses-vars.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-uses-vars.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-uses-vars.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-uses-vars.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-wrap-multilines.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-wrap-multilines.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-wrap-multilines.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-wrap-multilines.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-wrap-multilines.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-wrap-multilines.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-wrap-multilines.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-wrap-multilines.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-wrap-multilines.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-wrap-multilines.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/jsx-wrap-multilines.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/jsx-wrap-multilines.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-access-state-in-setstate.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-access-state-in-setstate.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-access-state-in-setstate.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-access-state-in-setstate.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-access-state-in-setstate.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-access-state-in-setstate.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-access-state-in-setstate.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-access-state-in-setstate.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-access-state-in-setstate.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-access-state-in-setstate.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-access-state-in-setstate.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-access-state-in-setstate.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-adjacent-inline-elements.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-adjacent-inline-elements.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-adjacent-inline-elements.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-adjacent-inline-elements.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-adjacent-inline-elements.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-adjacent-inline-elements.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-adjacent-inline-elements.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-adjacent-inline-elements.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-adjacent-inline-elements.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-adjacent-inline-elements.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-adjacent-inline-elements.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-adjacent-inline-elements.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-array-index-key.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-array-index-key.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-array-index-key.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-array-index-key.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-array-index-key.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-array-index-key.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-array-index-key.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-array-index-key.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-array-index-key.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-array-index-key.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-array-index-key.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-array-index-key.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-arrow-function-lifecycle.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-arrow-function-lifecycle.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-arrow-function-lifecycle.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-arrow-function-lifecycle.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-arrow-function-lifecycle.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-arrow-function-lifecycle.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-arrow-function-lifecycle.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-arrow-function-lifecycle.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-arrow-function-lifecycle.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-arrow-function-lifecycle.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-arrow-function-lifecycle.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-arrow-function-lifecycle.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-children-prop.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-children-prop.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-children-prop.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-children-prop.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-children-prop.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-children-prop.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-children-prop.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-children-prop.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-children-prop.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-children-prop.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-children-prop.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-children-prop.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-danger-with-children.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-danger-with-children.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-danger-with-children.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-danger-with-children.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-danger-with-children.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-danger-with-children.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-danger-with-children.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-danger-with-children.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-danger-with-children.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-danger-with-children.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-danger-with-children.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-danger-with-children.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-danger.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-danger.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-danger.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-danger.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-danger.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-danger.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-danger.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-danger.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-danger.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-danger.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-danger.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-danger.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-deprecated.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-deprecated.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-deprecated.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-deprecated.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-deprecated.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-deprecated.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-deprecated.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-deprecated.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-deprecated.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-deprecated.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-deprecated.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-deprecated.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-did-mount-set-state.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-did-mount-set-state.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-did-mount-set-state.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-did-mount-set-state.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-did-mount-set-state.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-did-mount-set-state.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-did-mount-set-state.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-did-mount-set-state.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-did-mount-set-state.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-did-mount-set-state.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-did-mount-set-state.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-did-mount-set-state.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-did-update-set-state.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-did-update-set-state.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-did-update-set-state.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-did-update-set-state.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-did-update-set-state.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-did-update-set-state.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-did-update-set-state.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-did-update-set-state.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-did-update-set-state.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-did-update-set-state.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-did-update-set-state.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-did-update-set-state.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-direct-mutation-state.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-direct-mutation-state.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-direct-mutation-state.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-direct-mutation-state.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-direct-mutation-state.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-direct-mutation-state.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-direct-mutation-state.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-direct-mutation-state.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-direct-mutation-state.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-direct-mutation-state.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-direct-mutation-state.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-direct-mutation-state.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-find-dom-node.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-find-dom-node.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-find-dom-node.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-find-dom-node.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-find-dom-node.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-find-dom-node.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-find-dom-node.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-find-dom-node.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-find-dom-node.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-find-dom-node.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-find-dom-node.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-find-dom-node.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-invalid-html-attribute.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-invalid-html-attribute.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-invalid-html-attribute.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-invalid-html-attribute.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-invalid-html-attribute.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-invalid-html-attribute.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-invalid-html-attribute.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-invalid-html-attribute.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-invalid-html-attribute.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-invalid-html-attribute.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-invalid-html-attribute.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-invalid-html-attribute.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-is-mounted.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-is-mounted.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-is-mounted.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-is-mounted.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-is-mounted.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-is-mounted.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-is-mounted.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-is-mounted.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-is-mounted.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-is-mounted.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-is-mounted.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-is-mounted.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-multi-comp.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-multi-comp.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-multi-comp.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-multi-comp.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-multi-comp.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-multi-comp.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-multi-comp.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-multi-comp.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-multi-comp.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-multi-comp.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-multi-comp.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-multi-comp.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-namespace.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-namespace.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-namespace.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-namespace.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-namespace.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-namespace.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-namespace.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-namespace.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-namespace.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-namespace.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-namespace.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-namespace.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-object-type-as-default-prop.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-object-type-as-default-prop.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-object-type-as-default-prop.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-object-type-as-default-prop.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-object-type-as-default-prop.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-object-type-as-default-prop.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-object-type-as-default-prop.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-object-type-as-default-prop.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-object-type-as-default-prop.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-object-type-as-default-prop.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-object-type-as-default-prop.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-object-type-as-default-prop.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-redundant-should-component-update.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-redundant-should-component-update.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-redundant-should-component-update.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-redundant-should-component-update.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-redundant-should-component-update.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-redundant-should-component-update.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-redundant-should-component-update.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-redundant-should-component-update.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-redundant-should-component-update.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-redundant-should-component-update.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-redundant-should-component-update.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-redundant-should-component-update.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-render-return-value.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-render-return-value.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-render-return-value.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-render-return-value.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-render-return-value.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-render-return-value.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-render-return-value.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-render-return-value.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-render-return-value.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-render-return-value.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-render-return-value.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-render-return-value.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-set-state.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-set-state.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-set-state.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-set-state.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-set-state.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-set-state.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-set-state.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-set-state.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-set-state.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-set-state.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-set-state.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-set-state.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-string-refs.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-string-refs.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-string-refs.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-string-refs.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-string-refs.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-string-refs.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-string-refs.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-string-refs.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-string-refs.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-string-refs.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-string-refs.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-string-refs.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-this-in-sfc.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-this-in-sfc.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-this-in-sfc.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-this-in-sfc.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-this-in-sfc.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-this-in-sfc.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-this-in-sfc.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-this-in-sfc.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-this-in-sfc.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-this-in-sfc.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-this-in-sfc.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-this-in-sfc.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-typos.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-typos.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-typos.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-typos.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-typos.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-typos.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-typos.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-typos.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-typos.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-typos.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-typos.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-typos.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-unescaped-entities.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-unescaped-entities.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-unescaped-entities.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-unescaped-entities.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-unescaped-entities.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-unescaped-entities.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-unescaped-entities.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-unescaped-entities.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-unescaped-entities.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-unescaped-entities.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-unescaped-entities.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-unescaped-entities.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-unknown-property.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-unknown-property.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-unknown-property.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-unknown-property.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-unknown-property.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-unknown-property.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-unknown-property.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-unknown-property.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-unknown-property.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-unknown-property.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-unknown-property.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-unknown-property.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-unsafe.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-unsafe.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-unsafe.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-unsafe.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-unsafe.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-unsafe.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-unsafe.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-unsafe.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-unsafe.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-unsafe.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-unsafe.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-unsafe.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-unstable-nested-components.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-unstable-nested-components.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-unstable-nested-components.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-unstable-nested-components.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-unstable-nested-components.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-unstable-nested-components.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-unstable-nested-components.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-unstable-nested-components.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-unstable-nested-components.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-unstable-nested-components.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-unstable-nested-components.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-unstable-nested-components.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-unused-class-component-methods.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-unused-class-component-methods.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-unused-class-component-methods.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-unused-class-component-methods.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-unused-class-component-methods.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-unused-class-component-methods.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-unused-class-component-methods.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-unused-class-component-methods.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-unused-class-component-methods.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-unused-class-component-methods.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-unused-class-component-methods.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-unused-class-component-methods.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-unused-prop-types.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-unused-prop-types.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-unused-prop-types.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-unused-prop-types.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-unused-prop-types.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-unused-prop-types.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-unused-prop-types.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-unused-prop-types.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-unused-prop-types.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-unused-prop-types.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-unused-prop-types.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-unused-prop-types.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-unused-state.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-unused-state.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-unused-state.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-unused-state.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-unused-state.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-unused-state.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-unused-state.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-unused-state.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-unused-state.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-unused-state.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-unused-state.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-unused-state.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-will-update-set-state.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-will-update-set-state.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-will-update-set-state.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-will-update-set-state.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-will-update-set-state.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-will-update-set-state.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-will-update-set-state.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-will-update-set-state.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/no-will-update-set-state.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/no-will-update-set-state.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/no-will-update-set-state.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/no-will-update-set-state.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/prefer-es6-class.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/prefer-es6-class.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/prefer-es6-class.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/prefer-es6-class.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/prefer-es6-class.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/prefer-es6-class.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/prefer-es6-class.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/prefer-es6-class.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/prefer-es6-class.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/prefer-es6-class.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/prefer-es6-class.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/prefer-es6-class.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/prefer-exact-props.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/prefer-exact-props.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/prefer-exact-props.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/prefer-exact-props.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/prefer-exact-props.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/prefer-exact-props.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/prefer-exact-props.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/prefer-exact-props.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/prefer-exact-props.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/prefer-exact-props.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/prefer-exact-props.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/prefer-exact-props.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/prefer-read-only-props.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/prefer-read-only-props.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/prefer-read-only-props.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/prefer-read-only-props.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/prefer-read-only-props.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/prefer-read-only-props.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/prefer-read-only-props.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/prefer-read-only-props.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/prefer-read-only-props.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/prefer-read-only-props.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/prefer-read-only-props.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/prefer-read-only-props.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/prefer-stateless-function.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/prefer-stateless-function.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/prefer-stateless-function.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/prefer-stateless-function.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/prefer-stateless-function.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/prefer-stateless-function.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/prefer-stateless-function.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/prefer-stateless-function.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/prefer-stateless-function.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/prefer-stateless-function.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/prefer-stateless-function.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/prefer-stateless-function.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/prop-types.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/prop-types.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/prop-types.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/prop-types.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/prop-types.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/prop-types.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/prop-types.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/prop-types.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/prop-types.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/prop-types.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/prop-types.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/prop-types.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/react-in-jsx-scope.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/react-in-jsx-scope.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/react-in-jsx-scope.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/react-in-jsx-scope.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/react-in-jsx-scope.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/react-in-jsx-scope.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/react-in-jsx-scope.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/react-in-jsx-scope.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/react-in-jsx-scope.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/react-in-jsx-scope.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/react-in-jsx-scope.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/react-in-jsx-scope.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/require-default-props.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/require-default-props.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/require-default-props.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/require-default-props.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/require-default-props.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/require-default-props.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/require-default-props.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/require-default-props.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/require-default-props.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/require-default-props.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/require-default-props.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/require-default-props.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/require-optimization.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/require-optimization.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/require-optimization.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/require-optimization.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/require-optimization.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/require-optimization.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/require-optimization.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/require-optimization.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/require-optimization.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/require-optimization.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/require-optimization.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/require-optimization.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/require-render-return.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/require-render-return.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/require-render-return.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/require-render-return.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/require-render-return.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/require-render-return.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/require-render-return.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/require-render-return.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/require-render-return.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/require-render-return.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/require-render-return.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/require-render-return.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/self-closing-comp.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/self-closing-comp.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/self-closing-comp.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/self-closing-comp.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/self-closing-comp.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/self-closing-comp.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/self-closing-comp.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/self-closing-comp.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/self-closing-comp.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/self-closing-comp.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/self-closing-comp.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/self-closing-comp.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/sort-comp.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/sort-comp.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/sort-comp.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/sort-comp.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/sort-comp.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/sort-comp.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/sort-comp.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/sort-comp.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/sort-comp.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/sort-comp.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/sort-comp.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/sort-comp.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/sort-default-props.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/sort-default-props.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/sort-default-props.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/sort-default-props.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/sort-default-props.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/sort-default-props.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/sort-default-props.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/sort-default-props.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/sort-default-props.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/sort-default-props.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/sort-default-props.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/sort-default-props.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/sort-prop-types.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/sort-prop-types.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/sort-prop-types.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/sort-prop-types.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/sort-prop-types.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/sort-prop-types.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/sort-prop-types.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/sort-prop-types.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/sort-prop-types.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/sort-prop-types.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/sort-prop-types.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/sort-prop-types.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/state-in-constructor.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/state-in-constructor.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/state-in-constructor.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/state-in-constructor.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/state-in-constructor.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/state-in-constructor.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/state-in-constructor.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/state-in-constructor.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/state-in-constructor.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/state-in-constructor.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/state-in-constructor.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/state-in-constructor.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/static-property-placement.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/static-property-placement.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/static-property-placement.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/static-property-placement.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/static-property-placement.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/static-property-placement.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/static-property-placement.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/static-property-placement.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/static-property-placement.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/static-property-placement.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/static-property-placement.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/static-property-placement.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/style-prop-object.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/style-prop-object.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/style-prop-object.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/style-prop-object.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/style-prop-object.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/style-prop-object.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/style-prop-object.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/style-prop-object.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/style-prop-object.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/style-prop-object.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/style-prop-object.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/style-prop-object.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/void-dom-elements-no-children.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/rules/void-dom-elements-no-children.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/void-dom-elements-no-children.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/void-dom-elements-no-children.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/void-dom-elements-no-children.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/rules/void-dom-elements-no-children.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/void-dom-elements-no-children.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/void-dom-elements-no-children.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/rules/void-dom-elements-no-children.js b/apps/angular/node_modules/eslint-plugin-react/lib/rules/void-dom-elements-no-children.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/rules/void-dom-elements-no-children.js rename to apps/angular/node_modules/eslint-plugin-react/lib/rules/void-dom-elements-no-children.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/types.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/types.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/types.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/types.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/Components.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/util/Components.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/Components.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/util/Components.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/Components.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/util/Components.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/Components.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/util/Components.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/Components.js b/apps/angular/node_modules/eslint-plugin-react/lib/util/Components.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/Components.js rename to apps/angular/node_modules/eslint-plugin-react/lib/util/Components.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/annotations.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/util/annotations.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/annotations.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/util/annotations.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/annotations.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/util/annotations.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/annotations.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/util/annotations.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/annotations.js b/apps/angular/node_modules/eslint-plugin-react/lib/util/annotations.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/annotations.js rename to apps/angular/node_modules/eslint-plugin-react/lib/util/annotations.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/ast.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/util/ast.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/ast.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/util/ast.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/ast.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/util/ast.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/ast.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/util/ast.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/ast.js b/apps/angular/node_modules/eslint-plugin-react/lib/util/ast.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/ast.js rename to apps/angular/node_modules/eslint-plugin-react/lib/util/ast.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/componentUtil.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/util/componentUtil.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/componentUtil.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/util/componentUtil.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/componentUtil.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/util/componentUtil.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/componentUtil.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/util/componentUtil.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/componentUtil.js b/apps/angular/node_modules/eslint-plugin-react/lib/util/componentUtil.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/componentUtil.js rename to apps/angular/node_modules/eslint-plugin-react/lib/util/componentUtil.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/defaultProps.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/util/defaultProps.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/defaultProps.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/util/defaultProps.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/defaultProps.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/util/defaultProps.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/defaultProps.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/util/defaultProps.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/defaultProps.js b/apps/angular/node_modules/eslint-plugin-react/lib/util/defaultProps.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/defaultProps.js rename to apps/angular/node_modules/eslint-plugin-react/lib/util/defaultProps.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/docsUrl.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/util/docsUrl.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/docsUrl.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/util/docsUrl.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/docsUrl.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/util/docsUrl.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/docsUrl.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/util/docsUrl.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/docsUrl.js b/apps/angular/node_modules/eslint-plugin-react/lib/util/docsUrl.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/docsUrl.js rename to apps/angular/node_modules/eslint-plugin-react/lib/util/docsUrl.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/error.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/util/error.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/error.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/util/error.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/error.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/util/error.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/error.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/util/error.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/error.js b/apps/angular/node_modules/eslint-plugin-react/lib/util/error.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/error.js rename to apps/angular/node_modules/eslint-plugin-react/lib/util/error.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/eslint.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/util/eslint.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/eslint.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/util/eslint.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/eslint.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/util/eslint.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/eslint.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/util/eslint.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/eslint.js b/apps/angular/node_modules/eslint-plugin-react/lib/util/eslint.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/eslint.js rename to apps/angular/node_modules/eslint-plugin-react/lib/util/eslint.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/getTokenBeforeClosingBracket.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/util/getTokenBeforeClosingBracket.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/getTokenBeforeClosingBracket.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/util/getTokenBeforeClosingBracket.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/getTokenBeforeClosingBracket.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/util/getTokenBeforeClosingBracket.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/getTokenBeforeClosingBracket.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/util/getTokenBeforeClosingBracket.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/getTokenBeforeClosingBracket.js b/apps/angular/node_modules/eslint-plugin-react/lib/util/getTokenBeforeClosingBracket.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/getTokenBeforeClosingBracket.js rename to apps/angular/node_modules/eslint-plugin-react/lib/util/getTokenBeforeClosingBracket.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/isCreateContext.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/util/isCreateContext.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/isCreateContext.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/util/isCreateContext.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/isCreateContext.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/util/isCreateContext.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/isCreateContext.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/util/isCreateContext.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/isCreateContext.js b/apps/angular/node_modules/eslint-plugin-react/lib/util/isCreateContext.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/isCreateContext.js rename to apps/angular/node_modules/eslint-plugin-react/lib/util/isCreateContext.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/isCreateElement.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/util/isCreateElement.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/isCreateElement.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/util/isCreateElement.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/isCreateElement.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/util/isCreateElement.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/isCreateElement.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/util/isCreateElement.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/isCreateElement.js b/apps/angular/node_modules/eslint-plugin-react/lib/util/isCreateElement.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/isCreateElement.js rename to apps/angular/node_modules/eslint-plugin-react/lib/util/isCreateElement.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/isDestructuredFromPragmaImport.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/util/isDestructuredFromPragmaImport.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/isDestructuredFromPragmaImport.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/util/isDestructuredFromPragmaImport.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/isDestructuredFromPragmaImport.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/util/isDestructuredFromPragmaImport.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/isDestructuredFromPragmaImport.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/util/isDestructuredFromPragmaImport.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/isDestructuredFromPragmaImport.js b/apps/angular/node_modules/eslint-plugin-react/lib/util/isDestructuredFromPragmaImport.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/isDestructuredFromPragmaImport.js rename to apps/angular/node_modules/eslint-plugin-react/lib/util/isDestructuredFromPragmaImport.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/isFirstLetterCapitalized.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/util/isFirstLetterCapitalized.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/isFirstLetterCapitalized.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/util/isFirstLetterCapitalized.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/isFirstLetterCapitalized.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/util/isFirstLetterCapitalized.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/isFirstLetterCapitalized.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/util/isFirstLetterCapitalized.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/isFirstLetterCapitalized.js b/apps/angular/node_modules/eslint-plugin-react/lib/util/isFirstLetterCapitalized.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/isFirstLetterCapitalized.js rename to apps/angular/node_modules/eslint-plugin-react/lib/util/isFirstLetterCapitalized.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/jsx.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/util/jsx.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/jsx.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/util/jsx.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/jsx.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/util/jsx.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/jsx.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/util/jsx.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/jsx.js b/apps/angular/node_modules/eslint-plugin-react/lib/util/jsx.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/jsx.js rename to apps/angular/node_modules/eslint-plugin-react/lib/util/jsx.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/lifecycleMethods.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/util/lifecycleMethods.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/lifecycleMethods.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/util/lifecycleMethods.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/lifecycleMethods.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/util/lifecycleMethods.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/lifecycleMethods.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/util/lifecycleMethods.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/lifecycleMethods.js b/apps/angular/node_modules/eslint-plugin-react/lib/util/lifecycleMethods.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/lifecycleMethods.js rename to apps/angular/node_modules/eslint-plugin-react/lib/util/lifecycleMethods.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/linkComponents.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/util/linkComponents.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/linkComponents.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/util/linkComponents.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/linkComponents.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/util/linkComponents.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/linkComponents.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/util/linkComponents.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/linkComponents.js b/apps/angular/node_modules/eslint-plugin-react/lib/util/linkComponents.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/linkComponents.js rename to apps/angular/node_modules/eslint-plugin-react/lib/util/linkComponents.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/log.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/util/log.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/log.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/util/log.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/log.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/util/log.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/log.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/util/log.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/log.js b/apps/angular/node_modules/eslint-plugin-react/lib/util/log.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/log.js rename to apps/angular/node_modules/eslint-plugin-react/lib/util/log.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/makeNoMethodSetStateRule.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/util/makeNoMethodSetStateRule.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/makeNoMethodSetStateRule.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/util/makeNoMethodSetStateRule.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/makeNoMethodSetStateRule.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/util/makeNoMethodSetStateRule.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/makeNoMethodSetStateRule.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/util/makeNoMethodSetStateRule.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/makeNoMethodSetStateRule.js b/apps/angular/node_modules/eslint-plugin-react/lib/util/makeNoMethodSetStateRule.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/makeNoMethodSetStateRule.js rename to apps/angular/node_modules/eslint-plugin-react/lib/util/makeNoMethodSetStateRule.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/message.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/util/message.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/message.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/util/message.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/message.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/util/message.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/message.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/util/message.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/message.js b/apps/angular/node_modules/eslint-plugin-react/lib/util/message.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/message.js rename to apps/angular/node_modules/eslint-plugin-react/lib/util/message.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/pragma.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/util/pragma.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/pragma.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/util/pragma.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/pragma.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/util/pragma.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/pragma.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/util/pragma.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/pragma.js b/apps/angular/node_modules/eslint-plugin-react/lib/util/pragma.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/pragma.js rename to apps/angular/node_modules/eslint-plugin-react/lib/util/pragma.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/propTypes.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/util/propTypes.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/propTypes.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/util/propTypes.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/propTypes.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/util/propTypes.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/propTypes.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/util/propTypes.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/propTypes.js b/apps/angular/node_modules/eslint-plugin-react/lib/util/propTypes.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/propTypes.js rename to apps/angular/node_modules/eslint-plugin-react/lib/util/propTypes.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/propTypesSort.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/util/propTypesSort.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/propTypesSort.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/util/propTypesSort.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/propTypesSort.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/util/propTypesSort.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/propTypesSort.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/util/propTypesSort.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/propTypesSort.js b/apps/angular/node_modules/eslint-plugin-react/lib/util/propTypesSort.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/propTypesSort.js rename to apps/angular/node_modules/eslint-plugin-react/lib/util/propTypesSort.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/propWrapper.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/util/propWrapper.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/propWrapper.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/util/propWrapper.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/propWrapper.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/util/propWrapper.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/propWrapper.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/util/propWrapper.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/propWrapper.js b/apps/angular/node_modules/eslint-plugin-react/lib/util/propWrapper.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/propWrapper.js rename to apps/angular/node_modules/eslint-plugin-react/lib/util/propWrapper.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/props.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/util/props.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/props.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/util/props.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/props.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/util/props.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/props.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/util/props.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/props.js b/apps/angular/node_modules/eslint-plugin-react/lib/util/props.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/props.js rename to apps/angular/node_modules/eslint-plugin-react/lib/util/props.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/report.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/util/report.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/report.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/util/report.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/report.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/util/report.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/report.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/util/report.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/report.js b/apps/angular/node_modules/eslint-plugin-react/lib/util/report.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/report.js rename to apps/angular/node_modules/eslint-plugin-react/lib/util/report.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/usedPropTypes.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/util/usedPropTypes.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/usedPropTypes.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/util/usedPropTypes.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/usedPropTypes.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/util/usedPropTypes.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/usedPropTypes.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/util/usedPropTypes.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/usedPropTypes.js b/apps/angular/node_modules/eslint-plugin-react/lib/util/usedPropTypes.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/usedPropTypes.js rename to apps/angular/node_modules/eslint-plugin-react/lib/util/usedPropTypes.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/variable.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/util/variable.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/variable.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/util/variable.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/variable.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/util/variable.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/variable.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/util/variable.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/variable.js b/apps/angular/node_modules/eslint-plugin-react/lib/util/variable.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/variable.js rename to apps/angular/node_modules/eslint-plugin-react/lib/util/variable.js diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/version.d.ts b/apps/angular/node_modules/eslint-plugin-react/lib/util/version.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/version.d.ts rename to apps/angular/node_modules/eslint-plugin-react/lib/util/version.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/version.d.ts.map b/apps/angular/node_modules/eslint-plugin-react/lib/util/version.d.ts.map similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/version.d.ts.map rename to apps/angular/node_modules/eslint-plugin-react/lib/util/version.d.ts.map diff --git a/ClientApp/node_modules/eslint-plugin-react/lib/util/version.js b/apps/angular/node_modules/eslint-plugin-react/lib/util/version.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/lib/util/version.js rename to apps/angular/node_modules/eslint-plugin-react/lib/util/version.js diff --git a/ClientApp/node_modules/eslint-plugin-react/node_modules/.bin/semver b/apps/angular/node_modules/eslint-plugin-react/node_modules/.bin/semver similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/node_modules/.bin/semver rename to apps/angular/node_modules/eslint-plugin-react/node_modules/.bin/semver diff --git a/ClientApp/node_modules/eslint-plugin-react/node_modules/doctrine/CHANGELOG.md b/apps/angular/node_modules/eslint-plugin-react/node_modules/doctrine/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/node_modules/doctrine/CHANGELOG.md rename to apps/angular/node_modules/eslint-plugin-react/node_modules/doctrine/CHANGELOG.md diff --git a/ClientApp/node_modules/eslint-plugin-react/node_modules/doctrine/LICENSE b/apps/angular/node_modules/eslint-plugin-react/node_modules/doctrine/LICENSE similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/node_modules/doctrine/LICENSE rename to apps/angular/node_modules/eslint-plugin-react/node_modules/doctrine/LICENSE diff --git a/ClientApp/node_modules/eslint-plugin-react/node_modules/doctrine/LICENSE.closure-compiler b/apps/angular/node_modules/eslint-plugin-react/node_modules/doctrine/LICENSE.closure-compiler similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/node_modules/doctrine/LICENSE.closure-compiler rename to apps/angular/node_modules/eslint-plugin-react/node_modules/doctrine/LICENSE.closure-compiler diff --git a/ClientApp/node_modules/eslint-plugin-react/node_modules/doctrine/LICENSE.esprima b/apps/angular/node_modules/eslint-plugin-react/node_modules/doctrine/LICENSE.esprima similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/node_modules/doctrine/LICENSE.esprima rename to apps/angular/node_modules/eslint-plugin-react/node_modules/doctrine/LICENSE.esprima diff --git a/ClientApp/node_modules/eslint-plugin-react/node_modules/doctrine/README.md b/apps/angular/node_modules/eslint-plugin-react/node_modules/doctrine/README.md similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/node_modules/doctrine/README.md rename to apps/angular/node_modules/eslint-plugin-react/node_modules/doctrine/README.md diff --git a/ClientApp/node_modules/eslint-plugin-react/node_modules/doctrine/lib/doctrine.js b/apps/angular/node_modules/eslint-plugin-react/node_modules/doctrine/lib/doctrine.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/node_modules/doctrine/lib/doctrine.js rename to apps/angular/node_modules/eslint-plugin-react/node_modules/doctrine/lib/doctrine.js diff --git a/ClientApp/node_modules/eslint-plugin-react/node_modules/doctrine/lib/typed.js b/apps/angular/node_modules/eslint-plugin-react/node_modules/doctrine/lib/typed.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/node_modules/doctrine/lib/typed.js rename to apps/angular/node_modules/eslint-plugin-react/node_modules/doctrine/lib/typed.js diff --git a/ClientApp/node_modules/eslint-plugin-react/node_modules/doctrine/lib/utility.js b/apps/angular/node_modules/eslint-plugin-react/node_modules/doctrine/lib/utility.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/node_modules/doctrine/lib/utility.js rename to apps/angular/node_modules/eslint-plugin-react/node_modules/doctrine/lib/utility.js diff --git a/ClientApp/node_modules/eslint-plugin-react/node_modules/doctrine/package.json b/apps/angular/node_modules/eslint-plugin-react/node_modules/doctrine/package.json similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/node_modules/doctrine/package.json rename to apps/angular/node_modules/eslint-plugin-react/node_modules/doctrine/package.json diff --git a/ClientApp/node_modules/eslint-plugin-react/node_modules/semver/LICENSE b/apps/angular/node_modules/eslint-plugin-react/node_modules/semver/LICENSE similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/node_modules/semver/LICENSE rename to apps/angular/node_modules/eslint-plugin-react/node_modules/semver/LICENSE diff --git a/ClientApp/node_modules/eslint-plugin-react/node_modules/semver/README.md b/apps/angular/node_modules/eslint-plugin-react/node_modules/semver/README.md similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/node_modules/semver/README.md rename to apps/angular/node_modules/eslint-plugin-react/node_modules/semver/README.md diff --git a/ClientApp/node_modules/eslint-plugin-react/node_modules/semver/bin/semver.js b/apps/angular/node_modules/eslint-plugin-react/node_modules/semver/bin/semver.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/node_modules/semver/bin/semver.js rename to apps/angular/node_modules/eslint-plugin-react/node_modules/semver/bin/semver.js diff --git a/ClientApp/node_modules/eslint-plugin-react/node_modules/semver/package.json b/apps/angular/node_modules/eslint-plugin-react/node_modules/semver/package.json similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/node_modules/semver/package.json rename to apps/angular/node_modules/eslint-plugin-react/node_modules/semver/package.json diff --git a/ClientApp/node_modules/eslint-plugin-react/node_modules/semver/range.bnf b/apps/angular/node_modules/eslint-plugin-react/node_modules/semver/range.bnf similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/node_modules/semver/range.bnf rename to apps/angular/node_modules/eslint-plugin-react/node_modules/semver/range.bnf diff --git a/ClientApp/node_modules/eslint-plugin-react/node_modules/semver/semver.js b/apps/angular/node_modules/eslint-plugin-react/node_modules/semver/semver.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/node_modules/semver/semver.js rename to apps/angular/node_modules/eslint-plugin-react/node_modules/semver/semver.js diff --git a/ClientApp/node_modules/eslint-plugin-react/package.json b/apps/angular/node_modules/eslint-plugin-react/package.json similarity index 100% rename from ClientApp/node_modules/eslint-plugin-react/package.json rename to apps/angular/node_modules/eslint-plugin-react/package.json diff --git a/ClientApp/node_modules/eslint-plugin-storybook/LICENSE b/apps/angular/node_modules/eslint-plugin-storybook/LICENSE similarity index 100% rename from ClientApp/node_modules/eslint-plugin-storybook/LICENSE rename to apps/angular/node_modules/eslint-plugin-storybook/LICENSE diff --git a/ClientApp/node_modules/eslint-plugin-storybook/README.md b/apps/angular/node_modules/eslint-plugin-storybook/README.md similarity index 100% rename from ClientApp/node_modules/eslint-plugin-storybook/README.md rename to apps/angular/node_modules/eslint-plugin-storybook/README.md diff --git a/ClientApp/node_modules/eslint-plugin-storybook/dist/index.d.ts b/apps/angular/node_modules/eslint-plugin-storybook/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-plugin-storybook/dist/index.d.ts rename to apps/angular/node_modules/eslint-plugin-storybook/dist/index.d.ts diff --git a/ClientApp/node_modules/eslint-plugin-storybook/dist/index.js b/apps/angular/node_modules/eslint-plugin-storybook/dist/index.js similarity index 100% rename from ClientApp/node_modules/eslint-plugin-storybook/dist/index.js rename to apps/angular/node_modules/eslint-plugin-storybook/dist/index.js diff --git a/ClientApp/node_modules/eslint-plugin-storybook/package.json b/apps/angular/node_modules/eslint-plugin-storybook/package.json similarity index 100% rename from ClientApp/node_modules/eslint-plugin-storybook/package.json rename to apps/angular/node_modules/eslint-plugin-storybook/package.json diff --git a/ClientApp/node_modules/eslint-scope/LICENSE b/apps/angular/node_modules/eslint-scope/LICENSE similarity index 100% rename from ClientApp/node_modules/eslint-scope/LICENSE rename to apps/angular/node_modules/eslint-scope/LICENSE diff --git a/ClientApp/node_modules/eslint-scope/README.md b/apps/angular/node_modules/eslint-scope/README.md similarity index 100% rename from ClientApp/node_modules/eslint-scope/README.md rename to apps/angular/node_modules/eslint-scope/README.md diff --git a/ClientApp/node_modules/eslint-scope/dist/eslint-scope.cjs b/apps/angular/node_modules/eslint-scope/dist/eslint-scope.cjs similarity index 100% rename from ClientApp/node_modules/eslint-scope/dist/eslint-scope.cjs rename to apps/angular/node_modules/eslint-scope/dist/eslint-scope.cjs diff --git a/ClientApp/node_modules/eslint-scope/lib/definition.js b/apps/angular/node_modules/eslint-scope/lib/definition.js similarity index 100% rename from ClientApp/node_modules/eslint-scope/lib/definition.js rename to apps/angular/node_modules/eslint-scope/lib/definition.js diff --git a/ClientApp/node_modules/eslint-scope/lib/index.js b/apps/angular/node_modules/eslint-scope/lib/index.js similarity index 100% rename from ClientApp/node_modules/eslint-scope/lib/index.js rename to apps/angular/node_modules/eslint-scope/lib/index.js diff --git a/ClientApp/node_modules/eslint-scope/lib/pattern-visitor.js b/apps/angular/node_modules/eslint-scope/lib/pattern-visitor.js similarity index 100% rename from ClientApp/node_modules/eslint-scope/lib/pattern-visitor.js rename to apps/angular/node_modules/eslint-scope/lib/pattern-visitor.js diff --git a/ClientApp/node_modules/eslint-scope/lib/reference.js b/apps/angular/node_modules/eslint-scope/lib/reference.js similarity index 100% rename from ClientApp/node_modules/eslint-scope/lib/reference.js rename to apps/angular/node_modules/eslint-scope/lib/reference.js diff --git a/ClientApp/node_modules/eslint-scope/lib/referencer.js b/apps/angular/node_modules/eslint-scope/lib/referencer.js similarity index 100% rename from ClientApp/node_modules/eslint-scope/lib/referencer.js rename to apps/angular/node_modules/eslint-scope/lib/referencer.js diff --git a/ClientApp/node_modules/eslint-scope/lib/scope-manager.js b/apps/angular/node_modules/eslint-scope/lib/scope-manager.js similarity index 100% rename from ClientApp/node_modules/eslint-scope/lib/scope-manager.js rename to apps/angular/node_modules/eslint-scope/lib/scope-manager.js diff --git a/ClientApp/node_modules/eslint-scope/lib/scope.js b/apps/angular/node_modules/eslint-scope/lib/scope.js similarity index 100% rename from ClientApp/node_modules/eslint-scope/lib/scope.js rename to apps/angular/node_modules/eslint-scope/lib/scope.js diff --git a/ClientApp/node_modules/eslint-scope/lib/variable.js b/apps/angular/node_modules/eslint-scope/lib/variable.js similarity index 100% rename from ClientApp/node_modules/eslint-scope/lib/variable.js rename to apps/angular/node_modules/eslint-scope/lib/variable.js diff --git a/ClientApp/node_modules/eslint-scope/lib/version.js b/apps/angular/node_modules/eslint-scope/lib/version.js similarity index 100% rename from ClientApp/node_modules/eslint-scope/lib/version.js rename to apps/angular/node_modules/eslint-scope/lib/version.js diff --git a/ClientApp/node_modules/eslint-scope/package.json b/apps/angular/node_modules/eslint-scope/package.json similarity index 100% rename from ClientApp/node_modules/eslint-scope/package.json rename to apps/angular/node_modules/eslint-scope/package.json diff --git a/ClientApp/node_modules/eslint-visitor-keys/LICENSE b/apps/angular/node_modules/eslint-visitor-keys/LICENSE similarity index 100% rename from ClientApp/node_modules/eslint-visitor-keys/LICENSE rename to apps/angular/node_modules/eslint-visitor-keys/LICENSE diff --git a/ClientApp/node_modules/eslint-visitor-keys/README.md b/apps/angular/node_modules/eslint-visitor-keys/README.md similarity index 100% rename from ClientApp/node_modules/eslint-visitor-keys/README.md rename to apps/angular/node_modules/eslint-visitor-keys/README.md diff --git a/ClientApp/node_modules/eslint-visitor-keys/dist/eslint-visitor-keys.cjs b/apps/angular/node_modules/eslint-visitor-keys/dist/eslint-visitor-keys.cjs similarity index 100% rename from ClientApp/node_modules/eslint-visitor-keys/dist/eslint-visitor-keys.cjs rename to apps/angular/node_modules/eslint-visitor-keys/dist/eslint-visitor-keys.cjs diff --git a/ClientApp/node_modules/eslint-visitor-keys/dist/eslint-visitor-keys.d.cts b/apps/angular/node_modules/eslint-visitor-keys/dist/eslint-visitor-keys.d.cts similarity index 100% rename from ClientApp/node_modules/eslint-visitor-keys/dist/eslint-visitor-keys.d.cts rename to apps/angular/node_modules/eslint-visitor-keys/dist/eslint-visitor-keys.d.cts diff --git a/ClientApp/node_modules/eslint-visitor-keys/dist/index.d.ts b/apps/angular/node_modules/eslint-visitor-keys/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-visitor-keys/dist/index.d.ts rename to apps/angular/node_modules/eslint-visitor-keys/dist/index.d.ts diff --git a/ClientApp/node_modules/eslint-visitor-keys/dist/visitor-keys.d.ts b/apps/angular/node_modules/eslint-visitor-keys/dist/visitor-keys.d.ts similarity index 100% rename from ClientApp/node_modules/eslint-visitor-keys/dist/visitor-keys.d.ts rename to apps/angular/node_modules/eslint-visitor-keys/dist/visitor-keys.d.ts diff --git a/ClientApp/node_modules/eslint-visitor-keys/lib/index.js b/apps/angular/node_modules/eslint-visitor-keys/lib/index.js similarity index 100% rename from ClientApp/node_modules/eslint-visitor-keys/lib/index.js rename to apps/angular/node_modules/eslint-visitor-keys/lib/index.js diff --git a/ClientApp/node_modules/eslint-visitor-keys/lib/visitor-keys.js b/apps/angular/node_modules/eslint-visitor-keys/lib/visitor-keys.js similarity index 100% rename from ClientApp/node_modules/eslint-visitor-keys/lib/visitor-keys.js rename to apps/angular/node_modules/eslint-visitor-keys/lib/visitor-keys.js diff --git a/ClientApp/node_modules/eslint-visitor-keys/package.json b/apps/angular/node_modules/eslint-visitor-keys/package.json similarity index 100% rename from ClientApp/node_modules/eslint-visitor-keys/package.json rename to apps/angular/node_modules/eslint-visitor-keys/package.json diff --git a/ClientApp/node_modules/eslint/LICENSE b/apps/angular/node_modules/eslint/LICENSE similarity index 100% rename from ClientApp/node_modules/eslint/LICENSE rename to apps/angular/node_modules/eslint/LICENSE diff --git a/ClientApp/node_modules/eslint/README.md b/apps/angular/node_modules/eslint/README.md similarity index 100% rename from ClientApp/node_modules/eslint/README.md rename to apps/angular/node_modules/eslint/README.md diff --git a/ClientApp/node_modules/eslint/bin/eslint.js b/apps/angular/node_modules/eslint/bin/eslint.js similarity index 100% rename from ClientApp/node_modules/eslint/bin/eslint.js rename to apps/angular/node_modules/eslint/bin/eslint.js diff --git a/ClientApp/node_modules/eslint/conf/config-schema.js b/apps/angular/node_modules/eslint/conf/config-schema.js similarity index 100% rename from ClientApp/node_modules/eslint/conf/config-schema.js rename to apps/angular/node_modules/eslint/conf/config-schema.js diff --git a/ClientApp/node_modules/eslint/conf/default-cli-options.js b/apps/angular/node_modules/eslint/conf/default-cli-options.js similarity index 100% rename from ClientApp/node_modules/eslint/conf/default-cli-options.js rename to apps/angular/node_modules/eslint/conf/default-cli-options.js diff --git a/ClientApp/node_modules/eslint/conf/globals.js b/apps/angular/node_modules/eslint/conf/globals.js similarity index 100% rename from ClientApp/node_modules/eslint/conf/globals.js rename to apps/angular/node_modules/eslint/conf/globals.js diff --git a/ClientApp/node_modules/eslint/conf/replacements.json b/apps/angular/node_modules/eslint/conf/replacements.json similarity index 100% rename from ClientApp/node_modules/eslint/conf/replacements.json rename to apps/angular/node_modules/eslint/conf/replacements.json diff --git a/ClientApp/node_modules/eslint/conf/rule-type-list.json b/apps/angular/node_modules/eslint/conf/rule-type-list.json similarity index 100% rename from ClientApp/node_modules/eslint/conf/rule-type-list.json rename to apps/angular/node_modules/eslint/conf/rule-type-list.json diff --git a/ClientApp/node_modules/eslint/lib/api.js b/apps/angular/node_modules/eslint/lib/api.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/api.js rename to apps/angular/node_modules/eslint/lib/api.js diff --git a/ClientApp/node_modules/eslint/lib/cli-engine/cli-engine.js b/apps/angular/node_modules/eslint/lib/cli-engine/cli-engine.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/cli-engine/cli-engine.js rename to apps/angular/node_modules/eslint/lib/cli-engine/cli-engine.js diff --git a/ClientApp/node_modules/eslint/lib/cli-engine/file-enumerator.js b/apps/angular/node_modules/eslint/lib/cli-engine/file-enumerator.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/cli-engine/file-enumerator.js rename to apps/angular/node_modules/eslint/lib/cli-engine/file-enumerator.js diff --git a/ClientApp/node_modules/eslint/lib/cli-engine/formatters/checkstyle.js b/apps/angular/node_modules/eslint/lib/cli-engine/formatters/checkstyle.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/cli-engine/formatters/checkstyle.js rename to apps/angular/node_modules/eslint/lib/cli-engine/formatters/checkstyle.js diff --git a/ClientApp/node_modules/eslint/lib/cli-engine/formatters/compact.js b/apps/angular/node_modules/eslint/lib/cli-engine/formatters/compact.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/cli-engine/formatters/compact.js rename to apps/angular/node_modules/eslint/lib/cli-engine/formatters/compact.js diff --git a/ClientApp/node_modules/eslint/lib/cli-engine/formatters/formatters-meta.json b/apps/angular/node_modules/eslint/lib/cli-engine/formatters/formatters-meta.json similarity index 100% rename from ClientApp/node_modules/eslint/lib/cli-engine/formatters/formatters-meta.json rename to apps/angular/node_modules/eslint/lib/cli-engine/formatters/formatters-meta.json diff --git a/ClientApp/node_modules/eslint/lib/cli-engine/formatters/html.js b/apps/angular/node_modules/eslint/lib/cli-engine/formatters/html.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/cli-engine/formatters/html.js rename to apps/angular/node_modules/eslint/lib/cli-engine/formatters/html.js diff --git a/ClientApp/node_modules/eslint/lib/cli-engine/formatters/jslint-xml.js b/apps/angular/node_modules/eslint/lib/cli-engine/formatters/jslint-xml.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/cli-engine/formatters/jslint-xml.js rename to apps/angular/node_modules/eslint/lib/cli-engine/formatters/jslint-xml.js diff --git a/ClientApp/node_modules/eslint/lib/cli-engine/formatters/json-with-metadata.js b/apps/angular/node_modules/eslint/lib/cli-engine/formatters/json-with-metadata.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/cli-engine/formatters/json-with-metadata.js rename to apps/angular/node_modules/eslint/lib/cli-engine/formatters/json-with-metadata.js diff --git a/ClientApp/node_modules/eslint/lib/cli-engine/formatters/json.js b/apps/angular/node_modules/eslint/lib/cli-engine/formatters/json.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/cli-engine/formatters/json.js rename to apps/angular/node_modules/eslint/lib/cli-engine/formatters/json.js diff --git a/ClientApp/node_modules/eslint/lib/cli-engine/formatters/junit.js b/apps/angular/node_modules/eslint/lib/cli-engine/formatters/junit.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/cli-engine/formatters/junit.js rename to apps/angular/node_modules/eslint/lib/cli-engine/formatters/junit.js diff --git a/ClientApp/node_modules/eslint/lib/cli-engine/formatters/stylish.js b/apps/angular/node_modules/eslint/lib/cli-engine/formatters/stylish.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/cli-engine/formatters/stylish.js rename to apps/angular/node_modules/eslint/lib/cli-engine/formatters/stylish.js diff --git a/ClientApp/node_modules/eslint/lib/cli-engine/formatters/tap.js b/apps/angular/node_modules/eslint/lib/cli-engine/formatters/tap.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/cli-engine/formatters/tap.js rename to apps/angular/node_modules/eslint/lib/cli-engine/formatters/tap.js diff --git a/ClientApp/node_modules/eslint/lib/cli-engine/formatters/unix.js b/apps/angular/node_modules/eslint/lib/cli-engine/formatters/unix.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/cli-engine/formatters/unix.js rename to apps/angular/node_modules/eslint/lib/cli-engine/formatters/unix.js diff --git a/ClientApp/node_modules/eslint/lib/cli-engine/formatters/visualstudio.js b/apps/angular/node_modules/eslint/lib/cli-engine/formatters/visualstudio.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/cli-engine/formatters/visualstudio.js rename to apps/angular/node_modules/eslint/lib/cli-engine/formatters/visualstudio.js diff --git a/ClientApp/node_modules/eslint/lib/cli-engine/hash.js b/apps/angular/node_modules/eslint/lib/cli-engine/hash.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/cli-engine/hash.js rename to apps/angular/node_modules/eslint/lib/cli-engine/hash.js diff --git a/ClientApp/node_modules/eslint/lib/cli-engine/index.js b/apps/angular/node_modules/eslint/lib/cli-engine/index.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/cli-engine/index.js rename to apps/angular/node_modules/eslint/lib/cli-engine/index.js diff --git a/ClientApp/node_modules/eslint/lib/cli-engine/lint-result-cache.js b/apps/angular/node_modules/eslint/lib/cli-engine/lint-result-cache.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/cli-engine/lint-result-cache.js rename to apps/angular/node_modules/eslint/lib/cli-engine/lint-result-cache.js diff --git a/ClientApp/node_modules/eslint/lib/cli-engine/load-rules.js b/apps/angular/node_modules/eslint/lib/cli-engine/load-rules.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/cli-engine/load-rules.js rename to apps/angular/node_modules/eslint/lib/cli-engine/load-rules.js diff --git a/ClientApp/node_modules/eslint/lib/cli-engine/xml-escape.js b/apps/angular/node_modules/eslint/lib/cli-engine/xml-escape.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/cli-engine/xml-escape.js rename to apps/angular/node_modules/eslint/lib/cli-engine/xml-escape.js diff --git a/ClientApp/node_modules/eslint/lib/cli.js b/apps/angular/node_modules/eslint/lib/cli.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/cli.js rename to apps/angular/node_modules/eslint/lib/cli.js diff --git a/ClientApp/node_modules/eslint/lib/config/default-config.js b/apps/angular/node_modules/eslint/lib/config/default-config.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/config/default-config.js rename to apps/angular/node_modules/eslint/lib/config/default-config.js diff --git a/ClientApp/node_modules/eslint/lib/config/flat-config-array.js b/apps/angular/node_modules/eslint/lib/config/flat-config-array.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/config/flat-config-array.js rename to apps/angular/node_modules/eslint/lib/config/flat-config-array.js diff --git a/ClientApp/node_modules/eslint/lib/config/flat-config-helpers.js b/apps/angular/node_modules/eslint/lib/config/flat-config-helpers.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/config/flat-config-helpers.js rename to apps/angular/node_modules/eslint/lib/config/flat-config-helpers.js diff --git a/ClientApp/node_modules/eslint/lib/config/flat-config-schema.js b/apps/angular/node_modules/eslint/lib/config/flat-config-schema.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/config/flat-config-schema.js rename to apps/angular/node_modules/eslint/lib/config/flat-config-schema.js diff --git a/ClientApp/node_modules/eslint/lib/config/rule-validator.js b/apps/angular/node_modules/eslint/lib/config/rule-validator.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/config/rule-validator.js rename to apps/angular/node_modules/eslint/lib/config/rule-validator.js diff --git a/ClientApp/node_modules/eslint/lib/eslint/eslint-helpers.js b/apps/angular/node_modules/eslint/lib/eslint/eslint-helpers.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/eslint/eslint-helpers.js rename to apps/angular/node_modules/eslint/lib/eslint/eslint-helpers.js diff --git a/ClientApp/node_modules/eslint/lib/eslint/eslint.js b/apps/angular/node_modules/eslint/lib/eslint/eslint.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/eslint/eslint.js rename to apps/angular/node_modules/eslint/lib/eslint/eslint.js diff --git a/ClientApp/node_modules/eslint/lib/eslint/flat-eslint.js b/apps/angular/node_modules/eslint/lib/eslint/flat-eslint.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/eslint/flat-eslint.js rename to apps/angular/node_modules/eslint/lib/eslint/flat-eslint.js diff --git a/ClientApp/node_modules/eslint/lib/eslint/index.js b/apps/angular/node_modules/eslint/lib/eslint/index.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/eslint/index.js rename to apps/angular/node_modules/eslint/lib/eslint/index.js diff --git a/ClientApp/node_modules/eslint/lib/linter/apply-disable-directives.js b/apps/angular/node_modules/eslint/lib/linter/apply-disable-directives.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/linter/apply-disable-directives.js rename to apps/angular/node_modules/eslint/lib/linter/apply-disable-directives.js diff --git a/ClientApp/node_modules/eslint/lib/linter/code-path-analysis/code-path-analyzer.js b/apps/angular/node_modules/eslint/lib/linter/code-path-analysis/code-path-analyzer.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/linter/code-path-analysis/code-path-analyzer.js rename to apps/angular/node_modules/eslint/lib/linter/code-path-analysis/code-path-analyzer.js diff --git a/ClientApp/node_modules/eslint/lib/linter/code-path-analysis/code-path-segment.js b/apps/angular/node_modules/eslint/lib/linter/code-path-analysis/code-path-segment.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/linter/code-path-analysis/code-path-segment.js rename to apps/angular/node_modules/eslint/lib/linter/code-path-analysis/code-path-segment.js diff --git a/ClientApp/node_modules/eslint/lib/linter/code-path-analysis/code-path-state.js b/apps/angular/node_modules/eslint/lib/linter/code-path-analysis/code-path-state.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/linter/code-path-analysis/code-path-state.js rename to apps/angular/node_modules/eslint/lib/linter/code-path-analysis/code-path-state.js diff --git a/ClientApp/node_modules/eslint/lib/linter/code-path-analysis/code-path.js b/apps/angular/node_modules/eslint/lib/linter/code-path-analysis/code-path.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/linter/code-path-analysis/code-path.js rename to apps/angular/node_modules/eslint/lib/linter/code-path-analysis/code-path.js diff --git a/ClientApp/node_modules/eslint/lib/linter/code-path-analysis/debug-helpers.js b/apps/angular/node_modules/eslint/lib/linter/code-path-analysis/debug-helpers.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/linter/code-path-analysis/debug-helpers.js rename to apps/angular/node_modules/eslint/lib/linter/code-path-analysis/debug-helpers.js diff --git a/ClientApp/node_modules/eslint/lib/linter/code-path-analysis/fork-context.js b/apps/angular/node_modules/eslint/lib/linter/code-path-analysis/fork-context.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/linter/code-path-analysis/fork-context.js rename to apps/angular/node_modules/eslint/lib/linter/code-path-analysis/fork-context.js diff --git a/ClientApp/node_modules/eslint/lib/linter/code-path-analysis/id-generator.js b/apps/angular/node_modules/eslint/lib/linter/code-path-analysis/id-generator.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/linter/code-path-analysis/id-generator.js rename to apps/angular/node_modules/eslint/lib/linter/code-path-analysis/id-generator.js diff --git a/ClientApp/node_modules/eslint/lib/linter/config-comment-parser.js b/apps/angular/node_modules/eslint/lib/linter/config-comment-parser.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/linter/config-comment-parser.js rename to apps/angular/node_modules/eslint/lib/linter/config-comment-parser.js diff --git a/ClientApp/node_modules/eslint/lib/linter/index.js b/apps/angular/node_modules/eslint/lib/linter/index.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/linter/index.js rename to apps/angular/node_modules/eslint/lib/linter/index.js diff --git a/ClientApp/node_modules/eslint/lib/linter/interpolate.js b/apps/angular/node_modules/eslint/lib/linter/interpolate.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/linter/interpolate.js rename to apps/angular/node_modules/eslint/lib/linter/interpolate.js diff --git a/ClientApp/node_modules/eslint/lib/linter/linter.js b/apps/angular/node_modules/eslint/lib/linter/linter.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/linter/linter.js rename to apps/angular/node_modules/eslint/lib/linter/linter.js diff --git a/ClientApp/node_modules/eslint/lib/linter/node-event-generator.js b/apps/angular/node_modules/eslint/lib/linter/node-event-generator.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/linter/node-event-generator.js rename to apps/angular/node_modules/eslint/lib/linter/node-event-generator.js diff --git a/ClientApp/node_modules/eslint/lib/linter/report-translator.js b/apps/angular/node_modules/eslint/lib/linter/report-translator.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/linter/report-translator.js rename to apps/angular/node_modules/eslint/lib/linter/report-translator.js diff --git a/ClientApp/node_modules/eslint/lib/linter/rule-fixer.js b/apps/angular/node_modules/eslint/lib/linter/rule-fixer.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/linter/rule-fixer.js rename to apps/angular/node_modules/eslint/lib/linter/rule-fixer.js diff --git a/ClientApp/node_modules/eslint/lib/linter/rules.js b/apps/angular/node_modules/eslint/lib/linter/rules.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/linter/rules.js rename to apps/angular/node_modules/eslint/lib/linter/rules.js diff --git a/ClientApp/node_modules/eslint/lib/linter/safe-emitter.js b/apps/angular/node_modules/eslint/lib/linter/safe-emitter.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/linter/safe-emitter.js rename to apps/angular/node_modules/eslint/lib/linter/safe-emitter.js diff --git a/ClientApp/node_modules/eslint/lib/linter/source-code-fixer.js b/apps/angular/node_modules/eslint/lib/linter/source-code-fixer.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/linter/source-code-fixer.js rename to apps/angular/node_modules/eslint/lib/linter/source-code-fixer.js diff --git a/ClientApp/node_modules/eslint/lib/linter/timing.js b/apps/angular/node_modules/eslint/lib/linter/timing.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/linter/timing.js rename to apps/angular/node_modules/eslint/lib/linter/timing.js diff --git a/ClientApp/node_modules/eslint/lib/options.js b/apps/angular/node_modules/eslint/lib/options.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/options.js rename to apps/angular/node_modules/eslint/lib/options.js diff --git a/ClientApp/node_modules/eslint/lib/rule-tester/flat-rule-tester.js b/apps/angular/node_modules/eslint/lib/rule-tester/flat-rule-tester.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rule-tester/flat-rule-tester.js rename to apps/angular/node_modules/eslint/lib/rule-tester/flat-rule-tester.js diff --git a/ClientApp/node_modules/eslint/lib/rule-tester/index.js b/apps/angular/node_modules/eslint/lib/rule-tester/index.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rule-tester/index.js rename to apps/angular/node_modules/eslint/lib/rule-tester/index.js diff --git a/ClientApp/node_modules/eslint/lib/rule-tester/rule-tester.js b/apps/angular/node_modules/eslint/lib/rule-tester/rule-tester.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rule-tester/rule-tester.js rename to apps/angular/node_modules/eslint/lib/rule-tester/rule-tester.js diff --git a/ClientApp/node_modules/eslint/lib/rules/accessor-pairs.js b/apps/angular/node_modules/eslint/lib/rules/accessor-pairs.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/accessor-pairs.js rename to apps/angular/node_modules/eslint/lib/rules/accessor-pairs.js diff --git a/ClientApp/node_modules/eslint/lib/rules/array-bracket-newline.js b/apps/angular/node_modules/eslint/lib/rules/array-bracket-newline.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/array-bracket-newline.js rename to apps/angular/node_modules/eslint/lib/rules/array-bracket-newline.js diff --git a/ClientApp/node_modules/eslint/lib/rules/array-bracket-spacing.js b/apps/angular/node_modules/eslint/lib/rules/array-bracket-spacing.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/array-bracket-spacing.js rename to apps/angular/node_modules/eslint/lib/rules/array-bracket-spacing.js diff --git a/ClientApp/node_modules/eslint/lib/rules/array-callback-return.js b/apps/angular/node_modules/eslint/lib/rules/array-callback-return.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/array-callback-return.js rename to apps/angular/node_modules/eslint/lib/rules/array-callback-return.js diff --git a/ClientApp/node_modules/eslint/lib/rules/array-element-newline.js b/apps/angular/node_modules/eslint/lib/rules/array-element-newline.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/array-element-newline.js rename to apps/angular/node_modules/eslint/lib/rules/array-element-newline.js diff --git a/ClientApp/node_modules/eslint/lib/rules/arrow-body-style.js b/apps/angular/node_modules/eslint/lib/rules/arrow-body-style.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/arrow-body-style.js rename to apps/angular/node_modules/eslint/lib/rules/arrow-body-style.js diff --git a/ClientApp/node_modules/eslint/lib/rules/arrow-parens.js b/apps/angular/node_modules/eslint/lib/rules/arrow-parens.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/arrow-parens.js rename to apps/angular/node_modules/eslint/lib/rules/arrow-parens.js diff --git a/ClientApp/node_modules/eslint/lib/rules/arrow-spacing.js b/apps/angular/node_modules/eslint/lib/rules/arrow-spacing.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/arrow-spacing.js rename to apps/angular/node_modules/eslint/lib/rules/arrow-spacing.js diff --git a/ClientApp/node_modules/eslint/lib/rules/block-scoped-var.js b/apps/angular/node_modules/eslint/lib/rules/block-scoped-var.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/block-scoped-var.js rename to apps/angular/node_modules/eslint/lib/rules/block-scoped-var.js diff --git a/ClientApp/node_modules/eslint/lib/rules/block-spacing.js b/apps/angular/node_modules/eslint/lib/rules/block-spacing.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/block-spacing.js rename to apps/angular/node_modules/eslint/lib/rules/block-spacing.js diff --git a/ClientApp/node_modules/eslint/lib/rules/brace-style.js b/apps/angular/node_modules/eslint/lib/rules/brace-style.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/brace-style.js rename to apps/angular/node_modules/eslint/lib/rules/brace-style.js diff --git a/ClientApp/node_modules/eslint/lib/rules/callback-return.js b/apps/angular/node_modules/eslint/lib/rules/callback-return.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/callback-return.js rename to apps/angular/node_modules/eslint/lib/rules/callback-return.js diff --git a/ClientApp/node_modules/eslint/lib/rules/camelcase.js b/apps/angular/node_modules/eslint/lib/rules/camelcase.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/camelcase.js rename to apps/angular/node_modules/eslint/lib/rules/camelcase.js diff --git a/ClientApp/node_modules/eslint/lib/rules/capitalized-comments.js b/apps/angular/node_modules/eslint/lib/rules/capitalized-comments.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/capitalized-comments.js rename to apps/angular/node_modules/eslint/lib/rules/capitalized-comments.js diff --git a/ClientApp/node_modules/eslint/lib/rules/class-methods-use-this.js b/apps/angular/node_modules/eslint/lib/rules/class-methods-use-this.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/class-methods-use-this.js rename to apps/angular/node_modules/eslint/lib/rules/class-methods-use-this.js diff --git a/ClientApp/node_modules/eslint/lib/rules/comma-dangle.js b/apps/angular/node_modules/eslint/lib/rules/comma-dangle.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/comma-dangle.js rename to apps/angular/node_modules/eslint/lib/rules/comma-dangle.js diff --git a/ClientApp/node_modules/eslint/lib/rules/comma-spacing.js b/apps/angular/node_modules/eslint/lib/rules/comma-spacing.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/comma-spacing.js rename to apps/angular/node_modules/eslint/lib/rules/comma-spacing.js diff --git a/ClientApp/node_modules/eslint/lib/rules/comma-style.js b/apps/angular/node_modules/eslint/lib/rules/comma-style.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/comma-style.js rename to apps/angular/node_modules/eslint/lib/rules/comma-style.js diff --git a/ClientApp/node_modules/eslint/lib/rules/complexity.js b/apps/angular/node_modules/eslint/lib/rules/complexity.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/complexity.js rename to apps/angular/node_modules/eslint/lib/rules/complexity.js diff --git a/ClientApp/node_modules/eslint/lib/rules/computed-property-spacing.js b/apps/angular/node_modules/eslint/lib/rules/computed-property-spacing.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/computed-property-spacing.js rename to apps/angular/node_modules/eslint/lib/rules/computed-property-spacing.js diff --git a/ClientApp/node_modules/eslint/lib/rules/consistent-return.js b/apps/angular/node_modules/eslint/lib/rules/consistent-return.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/consistent-return.js rename to apps/angular/node_modules/eslint/lib/rules/consistent-return.js diff --git a/ClientApp/node_modules/eslint/lib/rules/consistent-this.js b/apps/angular/node_modules/eslint/lib/rules/consistent-this.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/consistent-this.js rename to apps/angular/node_modules/eslint/lib/rules/consistent-this.js diff --git a/ClientApp/node_modules/eslint/lib/rules/constructor-super.js b/apps/angular/node_modules/eslint/lib/rules/constructor-super.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/constructor-super.js rename to apps/angular/node_modules/eslint/lib/rules/constructor-super.js diff --git a/ClientApp/node_modules/eslint/lib/rules/curly.js b/apps/angular/node_modules/eslint/lib/rules/curly.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/curly.js rename to apps/angular/node_modules/eslint/lib/rules/curly.js diff --git a/ClientApp/node_modules/eslint/lib/rules/default-case-last.js b/apps/angular/node_modules/eslint/lib/rules/default-case-last.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/default-case-last.js rename to apps/angular/node_modules/eslint/lib/rules/default-case-last.js diff --git a/ClientApp/node_modules/eslint/lib/rules/default-case.js b/apps/angular/node_modules/eslint/lib/rules/default-case.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/default-case.js rename to apps/angular/node_modules/eslint/lib/rules/default-case.js diff --git a/ClientApp/node_modules/eslint/lib/rules/default-param-last.js b/apps/angular/node_modules/eslint/lib/rules/default-param-last.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/default-param-last.js rename to apps/angular/node_modules/eslint/lib/rules/default-param-last.js diff --git a/ClientApp/node_modules/eslint/lib/rules/dot-location.js b/apps/angular/node_modules/eslint/lib/rules/dot-location.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/dot-location.js rename to apps/angular/node_modules/eslint/lib/rules/dot-location.js diff --git a/ClientApp/node_modules/eslint/lib/rules/dot-notation.js b/apps/angular/node_modules/eslint/lib/rules/dot-notation.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/dot-notation.js rename to apps/angular/node_modules/eslint/lib/rules/dot-notation.js diff --git a/ClientApp/node_modules/eslint/lib/rules/eol-last.js b/apps/angular/node_modules/eslint/lib/rules/eol-last.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/eol-last.js rename to apps/angular/node_modules/eslint/lib/rules/eol-last.js diff --git a/ClientApp/node_modules/eslint/lib/rules/eqeqeq.js b/apps/angular/node_modules/eslint/lib/rules/eqeqeq.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/eqeqeq.js rename to apps/angular/node_modules/eslint/lib/rules/eqeqeq.js diff --git a/ClientApp/node_modules/eslint/lib/rules/for-direction.js b/apps/angular/node_modules/eslint/lib/rules/for-direction.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/for-direction.js rename to apps/angular/node_modules/eslint/lib/rules/for-direction.js diff --git a/ClientApp/node_modules/eslint/lib/rules/func-call-spacing.js b/apps/angular/node_modules/eslint/lib/rules/func-call-spacing.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/func-call-spacing.js rename to apps/angular/node_modules/eslint/lib/rules/func-call-spacing.js diff --git a/ClientApp/node_modules/eslint/lib/rules/func-name-matching.js b/apps/angular/node_modules/eslint/lib/rules/func-name-matching.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/func-name-matching.js rename to apps/angular/node_modules/eslint/lib/rules/func-name-matching.js diff --git a/ClientApp/node_modules/eslint/lib/rules/func-names.js b/apps/angular/node_modules/eslint/lib/rules/func-names.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/func-names.js rename to apps/angular/node_modules/eslint/lib/rules/func-names.js diff --git a/ClientApp/node_modules/eslint/lib/rules/func-style.js b/apps/angular/node_modules/eslint/lib/rules/func-style.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/func-style.js rename to apps/angular/node_modules/eslint/lib/rules/func-style.js diff --git a/ClientApp/node_modules/eslint/lib/rules/function-call-argument-newline.js b/apps/angular/node_modules/eslint/lib/rules/function-call-argument-newline.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/function-call-argument-newline.js rename to apps/angular/node_modules/eslint/lib/rules/function-call-argument-newline.js diff --git a/ClientApp/node_modules/eslint/lib/rules/function-paren-newline.js b/apps/angular/node_modules/eslint/lib/rules/function-paren-newline.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/function-paren-newline.js rename to apps/angular/node_modules/eslint/lib/rules/function-paren-newline.js diff --git a/ClientApp/node_modules/eslint/lib/rules/generator-star-spacing.js b/apps/angular/node_modules/eslint/lib/rules/generator-star-spacing.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/generator-star-spacing.js rename to apps/angular/node_modules/eslint/lib/rules/generator-star-spacing.js diff --git a/ClientApp/node_modules/eslint/lib/rules/getter-return.js b/apps/angular/node_modules/eslint/lib/rules/getter-return.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/getter-return.js rename to apps/angular/node_modules/eslint/lib/rules/getter-return.js diff --git a/ClientApp/node_modules/eslint/lib/rules/global-require.js b/apps/angular/node_modules/eslint/lib/rules/global-require.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/global-require.js rename to apps/angular/node_modules/eslint/lib/rules/global-require.js diff --git a/ClientApp/node_modules/eslint/lib/rules/grouped-accessor-pairs.js b/apps/angular/node_modules/eslint/lib/rules/grouped-accessor-pairs.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/grouped-accessor-pairs.js rename to apps/angular/node_modules/eslint/lib/rules/grouped-accessor-pairs.js diff --git a/ClientApp/node_modules/eslint/lib/rules/guard-for-in.js b/apps/angular/node_modules/eslint/lib/rules/guard-for-in.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/guard-for-in.js rename to apps/angular/node_modules/eslint/lib/rules/guard-for-in.js diff --git a/ClientApp/node_modules/eslint/lib/rules/handle-callback-err.js b/apps/angular/node_modules/eslint/lib/rules/handle-callback-err.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/handle-callback-err.js rename to apps/angular/node_modules/eslint/lib/rules/handle-callback-err.js diff --git a/ClientApp/node_modules/eslint/lib/rules/id-blacklist.js b/apps/angular/node_modules/eslint/lib/rules/id-blacklist.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/id-blacklist.js rename to apps/angular/node_modules/eslint/lib/rules/id-blacklist.js diff --git a/ClientApp/node_modules/eslint/lib/rules/id-denylist.js b/apps/angular/node_modules/eslint/lib/rules/id-denylist.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/id-denylist.js rename to apps/angular/node_modules/eslint/lib/rules/id-denylist.js diff --git a/ClientApp/node_modules/eslint/lib/rules/id-length.js b/apps/angular/node_modules/eslint/lib/rules/id-length.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/id-length.js rename to apps/angular/node_modules/eslint/lib/rules/id-length.js diff --git a/ClientApp/node_modules/eslint/lib/rules/id-match.js b/apps/angular/node_modules/eslint/lib/rules/id-match.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/id-match.js rename to apps/angular/node_modules/eslint/lib/rules/id-match.js diff --git a/ClientApp/node_modules/eslint/lib/rules/implicit-arrow-linebreak.js b/apps/angular/node_modules/eslint/lib/rules/implicit-arrow-linebreak.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/implicit-arrow-linebreak.js rename to apps/angular/node_modules/eslint/lib/rules/implicit-arrow-linebreak.js diff --git a/ClientApp/node_modules/eslint/lib/rules/indent-legacy.js b/apps/angular/node_modules/eslint/lib/rules/indent-legacy.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/indent-legacy.js rename to apps/angular/node_modules/eslint/lib/rules/indent-legacy.js diff --git a/ClientApp/node_modules/eslint/lib/rules/indent.js b/apps/angular/node_modules/eslint/lib/rules/indent.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/indent.js rename to apps/angular/node_modules/eslint/lib/rules/indent.js diff --git a/ClientApp/node_modules/eslint/lib/rules/index.js b/apps/angular/node_modules/eslint/lib/rules/index.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/index.js rename to apps/angular/node_modules/eslint/lib/rules/index.js diff --git a/ClientApp/node_modules/eslint/lib/rules/init-declarations.js b/apps/angular/node_modules/eslint/lib/rules/init-declarations.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/init-declarations.js rename to apps/angular/node_modules/eslint/lib/rules/init-declarations.js diff --git a/ClientApp/node_modules/eslint/lib/rules/jsx-quotes.js b/apps/angular/node_modules/eslint/lib/rules/jsx-quotes.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/jsx-quotes.js rename to apps/angular/node_modules/eslint/lib/rules/jsx-quotes.js diff --git a/ClientApp/node_modules/eslint/lib/rules/key-spacing.js b/apps/angular/node_modules/eslint/lib/rules/key-spacing.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/key-spacing.js rename to apps/angular/node_modules/eslint/lib/rules/key-spacing.js diff --git a/ClientApp/node_modules/eslint/lib/rules/keyword-spacing.js b/apps/angular/node_modules/eslint/lib/rules/keyword-spacing.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/keyword-spacing.js rename to apps/angular/node_modules/eslint/lib/rules/keyword-spacing.js diff --git a/ClientApp/node_modules/eslint/lib/rules/line-comment-position.js b/apps/angular/node_modules/eslint/lib/rules/line-comment-position.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/line-comment-position.js rename to apps/angular/node_modules/eslint/lib/rules/line-comment-position.js diff --git a/ClientApp/node_modules/eslint/lib/rules/linebreak-style.js b/apps/angular/node_modules/eslint/lib/rules/linebreak-style.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/linebreak-style.js rename to apps/angular/node_modules/eslint/lib/rules/linebreak-style.js diff --git a/ClientApp/node_modules/eslint/lib/rules/lines-around-comment.js b/apps/angular/node_modules/eslint/lib/rules/lines-around-comment.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/lines-around-comment.js rename to apps/angular/node_modules/eslint/lib/rules/lines-around-comment.js diff --git a/ClientApp/node_modules/eslint/lib/rules/lines-around-directive.js b/apps/angular/node_modules/eslint/lib/rules/lines-around-directive.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/lines-around-directive.js rename to apps/angular/node_modules/eslint/lib/rules/lines-around-directive.js diff --git a/ClientApp/node_modules/eslint/lib/rules/lines-between-class-members.js b/apps/angular/node_modules/eslint/lib/rules/lines-between-class-members.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/lines-between-class-members.js rename to apps/angular/node_modules/eslint/lib/rules/lines-between-class-members.js diff --git a/ClientApp/node_modules/eslint/lib/rules/logical-assignment-operators.js b/apps/angular/node_modules/eslint/lib/rules/logical-assignment-operators.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/logical-assignment-operators.js rename to apps/angular/node_modules/eslint/lib/rules/logical-assignment-operators.js diff --git a/ClientApp/node_modules/eslint/lib/rules/max-classes-per-file.js b/apps/angular/node_modules/eslint/lib/rules/max-classes-per-file.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/max-classes-per-file.js rename to apps/angular/node_modules/eslint/lib/rules/max-classes-per-file.js diff --git a/ClientApp/node_modules/eslint/lib/rules/max-depth.js b/apps/angular/node_modules/eslint/lib/rules/max-depth.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/max-depth.js rename to apps/angular/node_modules/eslint/lib/rules/max-depth.js diff --git a/ClientApp/node_modules/eslint/lib/rules/max-len.js b/apps/angular/node_modules/eslint/lib/rules/max-len.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/max-len.js rename to apps/angular/node_modules/eslint/lib/rules/max-len.js diff --git a/ClientApp/node_modules/eslint/lib/rules/max-lines-per-function.js b/apps/angular/node_modules/eslint/lib/rules/max-lines-per-function.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/max-lines-per-function.js rename to apps/angular/node_modules/eslint/lib/rules/max-lines-per-function.js diff --git a/ClientApp/node_modules/eslint/lib/rules/max-lines.js b/apps/angular/node_modules/eslint/lib/rules/max-lines.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/max-lines.js rename to apps/angular/node_modules/eslint/lib/rules/max-lines.js diff --git a/ClientApp/node_modules/eslint/lib/rules/max-nested-callbacks.js b/apps/angular/node_modules/eslint/lib/rules/max-nested-callbacks.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/max-nested-callbacks.js rename to apps/angular/node_modules/eslint/lib/rules/max-nested-callbacks.js diff --git a/ClientApp/node_modules/eslint/lib/rules/max-params.js b/apps/angular/node_modules/eslint/lib/rules/max-params.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/max-params.js rename to apps/angular/node_modules/eslint/lib/rules/max-params.js diff --git a/ClientApp/node_modules/eslint/lib/rules/max-statements-per-line.js b/apps/angular/node_modules/eslint/lib/rules/max-statements-per-line.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/max-statements-per-line.js rename to apps/angular/node_modules/eslint/lib/rules/max-statements-per-line.js diff --git a/ClientApp/node_modules/eslint/lib/rules/max-statements.js b/apps/angular/node_modules/eslint/lib/rules/max-statements.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/max-statements.js rename to apps/angular/node_modules/eslint/lib/rules/max-statements.js diff --git a/ClientApp/node_modules/eslint/lib/rules/multiline-comment-style.js b/apps/angular/node_modules/eslint/lib/rules/multiline-comment-style.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/multiline-comment-style.js rename to apps/angular/node_modules/eslint/lib/rules/multiline-comment-style.js diff --git a/ClientApp/node_modules/eslint/lib/rules/multiline-ternary.js b/apps/angular/node_modules/eslint/lib/rules/multiline-ternary.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/multiline-ternary.js rename to apps/angular/node_modules/eslint/lib/rules/multiline-ternary.js diff --git a/ClientApp/node_modules/eslint/lib/rules/new-cap.js b/apps/angular/node_modules/eslint/lib/rules/new-cap.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/new-cap.js rename to apps/angular/node_modules/eslint/lib/rules/new-cap.js diff --git a/ClientApp/node_modules/eslint/lib/rules/new-parens.js b/apps/angular/node_modules/eslint/lib/rules/new-parens.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/new-parens.js rename to apps/angular/node_modules/eslint/lib/rules/new-parens.js diff --git a/ClientApp/node_modules/eslint/lib/rules/newline-after-var.js b/apps/angular/node_modules/eslint/lib/rules/newline-after-var.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/newline-after-var.js rename to apps/angular/node_modules/eslint/lib/rules/newline-after-var.js diff --git a/ClientApp/node_modules/eslint/lib/rules/newline-before-return.js b/apps/angular/node_modules/eslint/lib/rules/newline-before-return.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/newline-before-return.js rename to apps/angular/node_modules/eslint/lib/rules/newline-before-return.js diff --git a/ClientApp/node_modules/eslint/lib/rules/newline-per-chained-call.js b/apps/angular/node_modules/eslint/lib/rules/newline-per-chained-call.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/newline-per-chained-call.js rename to apps/angular/node_modules/eslint/lib/rules/newline-per-chained-call.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-alert.js b/apps/angular/node_modules/eslint/lib/rules/no-alert.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-alert.js rename to apps/angular/node_modules/eslint/lib/rules/no-alert.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-array-constructor.js b/apps/angular/node_modules/eslint/lib/rules/no-array-constructor.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-array-constructor.js rename to apps/angular/node_modules/eslint/lib/rules/no-array-constructor.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-async-promise-executor.js b/apps/angular/node_modules/eslint/lib/rules/no-async-promise-executor.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-async-promise-executor.js rename to apps/angular/node_modules/eslint/lib/rules/no-async-promise-executor.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-await-in-loop.js b/apps/angular/node_modules/eslint/lib/rules/no-await-in-loop.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-await-in-loop.js rename to apps/angular/node_modules/eslint/lib/rules/no-await-in-loop.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-bitwise.js b/apps/angular/node_modules/eslint/lib/rules/no-bitwise.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-bitwise.js rename to apps/angular/node_modules/eslint/lib/rules/no-bitwise.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-buffer-constructor.js b/apps/angular/node_modules/eslint/lib/rules/no-buffer-constructor.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-buffer-constructor.js rename to apps/angular/node_modules/eslint/lib/rules/no-buffer-constructor.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-caller.js b/apps/angular/node_modules/eslint/lib/rules/no-caller.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-caller.js rename to apps/angular/node_modules/eslint/lib/rules/no-caller.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-case-declarations.js b/apps/angular/node_modules/eslint/lib/rules/no-case-declarations.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-case-declarations.js rename to apps/angular/node_modules/eslint/lib/rules/no-case-declarations.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-catch-shadow.js b/apps/angular/node_modules/eslint/lib/rules/no-catch-shadow.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-catch-shadow.js rename to apps/angular/node_modules/eslint/lib/rules/no-catch-shadow.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-class-assign.js b/apps/angular/node_modules/eslint/lib/rules/no-class-assign.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-class-assign.js rename to apps/angular/node_modules/eslint/lib/rules/no-class-assign.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-compare-neg-zero.js b/apps/angular/node_modules/eslint/lib/rules/no-compare-neg-zero.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-compare-neg-zero.js rename to apps/angular/node_modules/eslint/lib/rules/no-compare-neg-zero.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-cond-assign.js b/apps/angular/node_modules/eslint/lib/rules/no-cond-assign.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-cond-assign.js rename to apps/angular/node_modules/eslint/lib/rules/no-cond-assign.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-confusing-arrow.js b/apps/angular/node_modules/eslint/lib/rules/no-confusing-arrow.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-confusing-arrow.js rename to apps/angular/node_modules/eslint/lib/rules/no-confusing-arrow.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-console.js b/apps/angular/node_modules/eslint/lib/rules/no-console.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-console.js rename to apps/angular/node_modules/eslint/lib/rules/no-console.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-const-assign.js b/apps/angular/node_modules/eslint/lib/rules/no-const-assign.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-const-assign.js rename to apps/angular/node_modules/eslint/lib/rules/no-const-assign.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-constant-binary-expression.js b/apps/angular/node_modules/eslint/lib/rules/no-constant-binary-expression.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-constant-binary-expression.js rename to apps/angular/node_modules/eslint/lib/rules/no-constant-binary-expression.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-constant-condition.js b/apps/angular/node_modules/eslint/lib/rules/no-constant-condition.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-constant-condition.js rename to apps/angular/node_modules/eslint/lib/rules/no-constant-condition.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-constructor-return.js b/apps/angular/node_modules/eslint/lib/rules/no-constructor-return.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-constructor-return.js rename to apps/angular/node_modules/eslint/lib/rules/no-constructor-return.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-continue.js b/apps/angular/node_modules/eslint/lib/rules/no-continue.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-continue.js rename to apps/angular/node_modules/eslint/lib/rules/no-continue.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-control-regex.js b/apps/angular/node_modules/eslint/lib/rules/no-control-regex.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-control-regex.js rename to apps/angular/node_modules/eslint/lib/rules/no-control-regex.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-debugger.js b/apps/angular/node_modules/eslint/lib/rules/no-debugger.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-debugger.js rename to apps/angular/node_modules/eslint/lib/rules/no-debugger.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-delete-var.js b/apps/angular/node_modules/eslint/lib/rules/no-delete-var.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-delete-var.js rename to apps/angular/node_modules/eslint/lib/rules/no-delete-var.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-div-regex.js b/apps/angular/node_modules/eslint/lib/rules/no-div-regex.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-div-regex.js rename to apps/angular/node_modules/eslint/lib/rules/no-div-regex.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-dupe-args.js b/apps/angular/node_modules/eslint/lib/rules/no-dupe-args.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-dupe-args.js rename to apps/angular/node_modules/eslint/lib/rules/no-dupe-args.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-dupe-class-members.js b/apps/angular/node_modules/eslint/lib/rules/no-dupe-class-members.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-dupe-class-members.js rename to apps/angular/node_modules/eslint/lib/rules/no-dupe-class-members.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-dupe-else-if.js b/apps/angular/node_modules/eslint/lib/rules/no-dupe-else-if.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-dupe-else-if.js rename to apps/angular/node_modules/eslint/lib/rules/no-dupe-else-if.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-dupe-keys.js b/apps/angular/node_modules/eslint/lib/rules/no-dupe-keys.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-dupe-keys.js rename to apps/angular/node_modules/eslint/lib/rules/no-dupe-keys.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-duplicate-case.js b/apps/angular/node_modules/eslint/lib/rules/no-duplicate-case.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-duplicate-case.js rename to apps/angular/node_modules/eslint/lib/rules/no-duplicate-case.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-duplicate-imports.js b/apps/angular/node_modules/eslint/lib/rules/no-duplicate-imports.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-duplicate-imports.js rename to apps/angular/node_modules/eslint/lib/rules/no-duplicate-imports.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-else-return.js b/apps/angular/node_modules/eslint/lib/rules/no-else-return.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-else-return.js rename to apps/angular/node_modules/eslint/lib/rules/no-else-return.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-empty-character-class.js b/apps/angular/node_modules/eslint/lib/rules/no-empty-character-class.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-empty-character-class.js rename to apps/angular/node_modules/eslint/lib/rules/no-empty-character-class.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-empty-function.js b/apps/angular/node_modules/eslint/lib/rules/no-empty-function.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-empty-function.js rename to apps/angular/node_modules/eslint/lib/rules/no-empty-function.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-empty-pattern.js b/apps/angular/node_modules/eslint/lib/rules/no-empty-pattern.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-empty-pattern.js rename to apps/angular/node_modules/eslint/lib/rules/no-empty-pattern.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-empty-static-block.js b/apps/angular/node_modules/eslint/lib/rules/no-empty-static-block.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-empty-static-block.js rename to apps/angular/node_modules/eslint/lib/rules/no-empty-static-block.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-empty.js b/apps/angular/node_modules/eslint/lib/rules/no-empty.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-empty.js rename to apps/angular/node_modules/eslint/lib/rules/no-empty.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-eq-null.js b/apps/angular/node_modules/eslint/lib/rules/no-eq-null.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-eq-null.js rename to apps/angular/node_modules/eslint/lib/rules/no-eq-null.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-eval.js b/apps/angular/node_modules/eslint/lib/rules/no-eval.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-eval.js rename to apps/angular/node_modules/eslint/lib/rules/no-eval.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-ex-assign.js b/apps/angular/node_modules/eslint/lib/rules/no-ex-assign.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-ex-assign.js rename to apps/angular/node_modules/eslint/lib/rules/no-ex-assign.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-extend-native.js b/apps/angular/node_modules/eslint/lib/rules/no-extend-native.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-extend-native.js rename to apps/angular/node_modules/eslint/lib/rules/no-extend-native.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-extra-bind.js b/apps/angular/node_modules/eslint/lib/rules/no-extra-bind.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-extra-bind.js rename to apps/angular/node_modules/eslint/lib/rules/no-extra-bind.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-extra-boolean-cast.js b/apps/angular/node_modules/eslint/lib/rules/no-extra-boolean-cast.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-extra-boolean-cast.js rename to apps/angular/node_modules/eslint/lib/rules/no-extra-boolean-cast.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-extra-label.js b/apps/angular/node_modules/eslint/lib/rules/no-extra-label.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-extra-label.js rename to apps/angular/node_modules/eslint/lib/rules/no-extra-label.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-extra-parens.js b/apps/angular/node_modules/eslint/lib/rules/no-extra-parens.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-extra-parens.js rename to apps/angular/node_modules/eslint/lib/rules/no-extra-parens.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-extra-semi.js b/apps/angular/node_modules/eslint/lib/rules/no-extra-semi.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-extra-semi.js rename to apps/angular/node_modules/eslint/lib/rules/no-extra-semi.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-fallthrough.js b/apps/angular/node_modules/eslint/lib/rules/no-fallthrough.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-fallthrough.js rename to apps/angular/node_modules/eslint/lib/rules/no-fallthrough.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-floating-decimal.js b/apps/angular/node_modules/eslint/lib/rules/no-floating-decimal.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-floating-decimal.js rename to apps/angular/node_modules/eslint/lib/rules/no-floating-decimal.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-func-assign.js b/apps/angular/node_modules/eslint/lib/rules/no-func-assign.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-func-assign.js rename to apps/angular/node_modules/eslint/lib/rules/no-func-assign.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-global-assign.js b/apps/angular/node_modules/eslint/lib/rules/no-global-assign.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-global-assign.js rename to apps/angular/node_modules/eslint/lib/rules/no-global-assign.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-implicit-coercion.js b/apps/angular/node_modules/eslint/lib/rules/no-implicit-coercion.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-implicit-coercion.js rename to apps/angular/node_modules/eslint/lib/rules/no-implicit-coercion.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-implicit-globals.js b/apps/angular/node_modules/eslint/lib/rules/no-implicit-globals.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-implicit-globals.js rename to apps/angular/node_modules/eslint/lib/rules/no-implicit-globals.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-implied-eval.js b/apps/angular/node_modules/eslint/lib/rules/no-implied-eval.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-implied-eval.js rename to apps/angular/node_modules/eslint/lib/rules/no-implied-eval.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-import-assign.js b/apps/angular/node_modules/eslint/lib/rules/no-import-assign.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-import-assign.js rename to apps/angular/node_modules/eslint/lib/rules/no-import-assign.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-inline-comments.js b/apps/angular/node_modules/eslint/lib/rules/no-inline-comments.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-inline-comments.js rename to apps/angular/node_modules/eslint/lib/rules/no-inline-comments.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-inner-declarations.js b/apps/angular/node_modules/eslint/lib/rules/no-inner-declarations.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-inner-declarations.js rename to apps/angular/node_modules/eslint/lib/rules/no-inner-declarations.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-invalid-regexp.js b/apps/angular/node_modules/eslint/lib/rules/no-invalid-regexp.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-invalid-regexp.js rename to apps/angular/node_modules/eslint/lib/rules/no-invalid-regexp.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-invalid-this.js b/apps/angular/node_modules/eslint/lib/rules/no-invalid-this.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-invalid-this.js rename to apps/angular/node_modules/eslint/lib/rules/no-invalid-this.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-irregular-whitespace.js b/apps/angular/node_modules/eslint/lib/rules/no-irregular-whitespace.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-irregular-whitespace.js rename to apps/angular/node_modules/eslint/lib/rules/no-irregular-whitespace.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-iterator.js b/apps/angular/node_modules/eslint/lib/rules/no-iterator.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-iterator.js rename to apps/angular/node_modules/eslint/lib/rules/no-iterator.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-label-var.js b/apps/angular/node_modules/eslint/lib/rules/no-label-var.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-label-var.js rename to apps/angular/node_modules/eslint/lib/rules/no-label-var.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-labels.js b/apps/angular/node_modules/eslint/lib/rules/no-labels.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-labels.js rename to apps/angular/node_modules/eslint/lib/rules/no-labels.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-lone-blocks.js b/apps/angular/node_modules/eslint/lib/rules/no-lone-blocks.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-lone-blocks.js rename to apps/angular/node_modules/eslint/lib/rules/no-lone-blocks.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-lonely-if.js b/apps/angular/node_modules/eslint/lib/rules/no-lonely-if.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-lonely-if.js rename to apps/angular/node_modules/eslint/lib/rules/no-lonely-if.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-loop-func.js b/apps/angular/node_modules/eslint/lib/rules/no-loop-func.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-loop-func.js rename to apps/angular/node_modules/eslint/lib/rules/no-loop-func.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-loss-of-precision.js b/apps/angular/node_modules/eslint/lib/rules/no-loss-of-precision.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-loss-of-precision.js rename to apps/angular/node_modules/eslint/lib/rules/no-loss-of-precision.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-magic-numbers.js b/apps/angular/node_modules/eslint/lib/rules/no-magic-numbers.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-magic-numbers.js rename to apps/angular/node_modules/eslint/lib/rules/no-magic-numbers.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-misleading-character-class.js b/apps/angular/node_modules/eslint/lib/rules/no-misleading-character-class.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-misleading-character-class.js rename to apps/angular/node_modules/eslint/lib/rules/no-misleading-character-class.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-mixed-operators.js b/apps/angular/node_modules/eslint/lib/rules/no-mixed-operators.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-mixed-operators.js rename to apps/angular/node_modules/eslint/lib/rules/no-mixed-operators.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-mixed-requires.js b/apps/angular/node_modules/eslint/lib/rules/no-mixed-requires.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-mixed-requires.js rename to apps/angular/node_modules/eslint/lib/rules/no-mixed-requires.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-mixed-spaces-and-tabs.js b/apps/angular/node_modules/eslint/lib/rules/no-mixed-spaces-and-tabs.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-mixed-spaces-and-tabs.js rename to apps/angular/node_modules/eslint/lib/rules/no-mixed-spaces-and-tabs.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-multi-assign.js b/apps/angular/node_modules/eslint/lib/rules/no-multi-assign.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-multi-assign.js rename to apps/angular/node_modules/eslint/lib/rules/no-multi-assign.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-multi-spaces.js b/apps/angular/node_modules/eslint/lib/rules/no-multi-spaces.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-multi-spaces.js rename to apps/angular/node_modules/eslint/lib/rules/no-multi-spaces.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-multi-str.js b/apps/angular/node_modules/eslint/lib/rules/no-multi-str.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-multi-str.js rename to apps/angular/node_modules/eslint/lib/rules/no-multi-str.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-multiple-empty-lines.js b/apps/angular/node_modules/eslint/lib/rules/no-multiple-empty-lines.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-multiple-empty-lines.js rename to apps/angular/node_modules/eslint/lib/rules/no-multiple-empty-lines.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-native-reassign.js b/apps/angular/node_modules/eslint/lib/rules/no-native-reassign.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-native-reassign.js rename to apps/angular/node_modules/eslint/lib/rules/no-native-reassign.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-negated-condition.js b/apps/angular/node_modules/eslint/lib/rules/no-negated-condition.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-negated-condition.js rename to apps/angular/node_modules/eslint/lib/rules/no-negated-condition.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-negated-in-lhs.js b/apps/angular/node_modules/eslint/lib/rules/no-negated-in-lhs.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-negated-in-lhs.js rename to apps/angular/node_modules/eslint/lib/rules/no-negated-in-lhs.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-nested-ternary.js b/apps/angular/node_modules/eslint/lib/rules/no-nested-ternary.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-nested-ternary.js rename to apps/angular/node_modules/eslint/lib/rules/no-nested-ternary.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-new-func.js b/apps/angular/node_modules/eslint/lib/rules/no-new-func.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-new-func.js rename to apps/angular/node_modules/eslint/lib/rules/no-new-func.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-new-native-nonconstructor.js b/apps/angular/node_modules/eslint/lib/rules/no-new-native-nonconstructor.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-new-native-nonconstructor.js rename to apps/angular/node_modules/eslint/lib/rules/no-new-native-nonconstructor.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-new-object.js b/apps/angular/node_modules/eslint/lib/rules/no-new-object.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-new-object.js rename to apps/angular/node_modules/eslint/lib/rules/no-new-object.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-new-require.js b/apps/angular/node_modules/eslint/lib/rules/no-new-require.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-new-require.js rename to apps/angular/node_modules/eslint/lib/rules/no-new-require.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-new-symbol.js b/apps/angular/node_modules/eslint/lib/rules/no-new-symbol.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-new-symbol.js rename to apps/angular/node_modules/eslint/lib/rules/no-new-symbol.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-new-wrappers.js b/apps/angular/node_modules/eslint/lib/rules/no-new-wrappers.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-new-wrappers.js rename to apps/angular/node_modules/eslint/lib/rules/no-new-wrappers.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-new.js b/apps/angular/node_modules/eslint/lib/rules/no-new.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-new.js rename to apps/angular/node_modules/eslint/lib/rules/no-new.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-nonoctal-decimal-escape.js b/apps/angular/node_modules/eslint/lib/rules/no-nonoctal-decimal-escape.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-nonoctal-decimal-escape.js rename to apps/angular/node_modules/eslint/lib/rules/no-nonoctal-decimal-escape.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-obj-calls.js b/apps/angular/node_modules/eslint/lib/rules/no-obj-calls.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-obj-calls.js rename to apps/angular/node_modules/eslint/lib/rules/no-obj-calls.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-object-constructor.js b/apps/angular/node_modules/eslint/lib/rules/no-object-constructor.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-object-constructor.js rename to apps/angular/node_modules/eslint/lib/rules/no-object-constructor.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-octal-escape.js b/apps/angular/node_modules/eslint/lib/rules/no-octal-escape.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-octal-escape.js rename to apps/angular/node_modules/eslint/lib/rules/no-octal-escape.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-octal.js b/apps/angular/node_modules/eslint/lib/rules/no-octal.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-octal.js rename to apps/angular/node_modules/eslint/lib/rules/no-octal.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-param-reassign.js b/apps/angular/node_modules/eslint/lib/rules/no-param-reassign.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-param-reassign.js rename to apps/angular/node_modules/eslint/lib/rules/no-param-reassign.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-path-concat.js b/apps/angular/node_modules/eslint/lib/rules/no-path-concat.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-path-concat.js rename to apps/angular/node_modules/eslint/lib/rules/no-path-concat.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-plusplus.js b/apps/angular/node_modules/eslint/lib/rules/no-plusplus.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-plusplus.js rename to apps/angular/node_modules/eslint/lib/rules/no-plusplus.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-process-env.js b/apps/angular/node_modules/eslint/lib/rules/no-process-env.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-process-env.js rename to apps/angular/node_modules/eslint/lib/rules/no-process-env.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-process-exit.js b/apps/angular/node_modules/eslint/lib/rules/no-process-exit.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-process-exit.js rename to apps/angular/node_modules/eslint/lib/rules/no-process-exit.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-promise-executor-return.js b/apps/angular/node_modules/eslint/lib/rules/no-promise-executor-return.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-promise-executor-return.js rename to apps/angular/node_modules/eslint/lib/rules/no-promise-executor-return.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-proto.js b/apps/angular/node_modules/eslint/lib/rules/no-proto.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-proto.js rename to apps/angular/node_modules/eslint/lib/rules/no-proto.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-prototype-builtins.js b/apps/angular/node_modules/eslint/lib/rules/no-prototype-builtins.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-prototype-builtins.js rename to apps/angular/node_modules/eslint/lib/rules/no-prototype-builtins.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-redeclare.js b/apps/angular/node_modules/eslint/lib/rules/no-redeclare.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-redeclare.js rename to apps/angular/node_modules/eslint/lib/rules/no-redeclare.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-regex-spaces.js b/apps/angular/node_modules/eslint/lib/rules/no-regex-spaces.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-regex-spaces.js rename to apps/angular/node_modules/eslint/lib/rules/no-regex-spaces.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-restricted-exports.js b/apps/angular/node_modules/eslint/lib/rules/no-restricted-exports.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-restricted-exports.js rename to apps/angular/node_modules/eslint/lib/rules/no-restricted-exports.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-restricted-globals.js b/apps/angular/node_modules/eslint/lib/rules/no-restricted-globals.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-restricted-globals.js rename to apps/angular/node_modules/eslint/lib/rules/no-restricted-globals.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-restricted-imports.js b/apps/angular/node_modules/eslint/lib/rules/no-restricted-imports.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-restricted-imports.js rename to apps/angular/node_modules/eslint/lib/rules/no-restricted-imports.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-restricted-modules.js b/apps/angular/node_modules/eslint/lib/rules/no-restricted-modules.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-restricted-modules.js rename to apps/angular/node_modules/eslint/lib/rules/no-restricted-modules.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-restricted-properties.js b/apps/angular/node_modules/eslint/lib/rules/no-restricted-properties.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-restricted-properties.js rename to apps/angular/node_modules/eslint/lib/rules/no-restricted-properties.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-restricted-syntax.js b/apps/angular/node_modules/eslint/lib/rules/no-restricted-syntax.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-restricted-syntax.js rename to apps/angular/node_modules/eslint/lib/rules/no-restricted-syntax.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-return-assign.js b/apps/angular/node_modules/eslint/lib/rules/no-return-assign.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-return-assign.js rename to apps/angular/node_modules/eslint/lib/rules/no-return-assign.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-return-await.js b/apps/angular/node_modules/eslint/lib/rules/no-return-await.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-return-await.js rename to apps/angular/node_modules/eslint/lib/rules/no-return-await.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-script-url.js b/apps/angular/node_modules/eslint/lib/rules/no-script-url.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-script-url.js rename to apps/angular/node_modules/eslint/lib/rules/no-script-url.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-self-assign.js b/apps/angular/node_modules/eslint/lib/rules/no-self-assign.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-self-assign.js rename to apps/angular/node_modules/eslint/lib/rules/no-self-assign.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-self-compare.js b/apps/angular/node_modules/eslint/lib/rules/no-self-compare.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-self-compare.js rename to apps/angular/node_modules/eslint/lib/rules/no-self-compare.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-sequences.js b/apps/angular/node_modules/eslint/lib/rules/no-sequences.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-sequences.js rename to apps/angular/node_modules/eslint/lib/rules/no-sequences.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-setter-return.js b/apps/angular/node_modules/eslint/lib/rules/no-setter-return.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-setter-return.js rename to apps/angular/node_modules/eslint/lib/rules/no-setter-return.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-shadow-restricted-names.js b/apps/angular/node_modules/eslint/lib/rules/no-shadow-restricted-names.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-shadow-restricted-names.js rename to apps/angular/node_modules/eslint/lib/rules/no-shadow-restricted-names.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-shadow.js b/apps/angular/node_modules/eslint/lib/rules/no-shadow.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-shadow.js rename to apps/angular/node_modules/eslint/lib/rules/no-shadow.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-spaced-func.js b/apps/angular/node_modules/eslint/lib/rules/no-spaced-func.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-spaced-func.js rename to apps/angular/node_modules/eslint/lib/rules/no-spaced-func.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-sparse-arrays.js b/apps/angular/node_modules/eslint/lib/rules/no-sparse-arrays.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-sparse-arrays.js rename to apps/angular/node_modules/eslint/lib/rules/no-sparse-arrays.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-sync.js b/apps/angular/node_modules/eslint/lib/rules/no-sync.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-sync.js rename to apps/angular/node_modules/eslint/lib/rules/no-sync.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-tabs.js b/apps/angular/node_modules/eslint/lib/rules/no-tabs.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-tabs.js rename to apps/angular/node_modules/eslint/lib/rules/no-tabs.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-template-curly-in-string.js b/apps/angular/node_modules/eslint/lib/rules/no-template-curly-in-string.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-template-curly-in-string.js rename to apps/angular/node_modules/eslint/lib/rules/no-template-curly-in-string.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-ternary.js b/apps/angular/node_modules/eslint/lib/rules/no-ternary.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-ternary.js rename to apps/angular/node_modules/eslint/lib/rules/no-ternary.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-this-before-super.js b/apps/angular/node_modules/eslint/lib/rules/no-this-before-super.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-this-before-super.js rename to apps/angular/node_modules/eslint/lib/rules/no-this-before-super.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-throw-literal.js b/apps/angular/node_modules/eslint/lib/rules/no-throw-literal.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-throw-literal.js rename to apps/angular/node_modules/eslint/lib/rules/no-throw-literal.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-trailing-spaces.js b/apps/angular/node_modules/eslint/lib/rules/no-trailing-spaces.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-trailing-spaces.js rename to apps/angular/node_modules/eslint/lib/rules/no-trailing-spaces.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-undef-init.js b/apps/angular/node_modules/eslint/lib/rules/no-undef-init.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-undef-init.js rename to apps/angular/node_modules/eslint/lib/rules/no-undef-init.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-undef.js b/apps/angular/node_modules/eslint/lib/rules/no-undef.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-undef.js rename to apps/angular/node_modules/eslint/lib/rules/no-undef.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-undefined.js b/apps/angular/node_modules/eslint/lib/rules/no-undefined.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-undefined.js rename to apps/angular/node_modules/eslint/lib/rules/no-undefined.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-underscore-dangle.js b/apps/angular/node_modules/eslint/lib/rules/no-underscore-dangle.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-underscore-dangle.js rename to apps/angular/node_modules/eslint/lib/rules/no-underscore-dangle.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-unexpected-multiline.js b/apps/angular/node_modules/eslint/lib/rules/no-unexpected-multiline.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-unexpected-multiline.js rename to apps/angular/node_modules/eslint/lib/rules/no-unexpected-multiline.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-unmodified-loop-condition.js b/apps/angular/node_modules/eslint/lib/rules/no-unmodified-loop-condition.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-unmodified-loop-condition.js rename to apps/angular/node_modules/eslint/lib/rules/no-unmodified-loop-condition.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-unneeded-ternary.js b/apps/angular/node_modules/eslint/lib/rules/no-unneeded-ternary.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-unneeded-ternary.js rename to apps/angular/node_modules/eslint/lib/rules/no-unneeded-ternary.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-unreachable-loop.js b/apps/angular/node_modules/eslint/lib/rules/no-unreachable-loop.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-unreachable-loop.js rename to apps/angular/node_modules/eslint/lib/rules/no-unreachable-loop.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-unreachable.js b/apps/angular/node_modules/eslint/lib/rules/no-unreachable.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-unreachable.js rename to apps/angular/node_modules/eslint/lib/rules/no-unreachable.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-unsafe-finally.js b/apps/angular/node_modules/eslint/lib/rules/no-unsafe-finally.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-unsafe-finally.js rename to apps/angular/node_modules/eslint/lib/rules/no-unsafe-finally.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-unsafe-negation.js b/apps/angular/node_modules/eslint/lib/rules/no-unsafe-negation.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-unsafe-negation.js rename to apps/angular/node_modules/eslint/lib/rules/no-unsafe-negation.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-unsafe-optional-chaining.js b/apps/angular/node_modules/eslint/lib/rules/no-unsafe-optional-chaining.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-unsafe-optional-chaining.js rename to apps/angular/node_modules/eslint/lib/rules/no-unsafe-optional-chaining.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-unused-expressions.js b/apps/angular/node_modules/eslint/lib/rules/no-unused-expressions.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-unused-expressions.js rename to apps/angular/node_modules/eslint/lib/rules/no-unused-expressions.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-unused-labels.js b/apps/angular/node_modules/eslint/lib/rules/no-unused-labels.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-unused-labels.js rename to apps/angular/node_modules/eslint/lib/rules/no-unused-labels.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-unused-private-class-members.js b/apps/angular/node_modules/eslint/lib/rules/no-unused-private-class-members.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-unused-private-class-members.js rename to apps/angular/node_modules/eslint/lib/rules/no-unused-private-class-members.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-unused-vars.js b/apps/angular/node_modules/eslint/lib/rules/no-unused-vars.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-unused-vars.js rename to apps/angular/node_modules/eslint/lib/rules/no-unused-vars.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-use-before-define.js b/apps/angular/node_modules/eslint/lib/rules/no-use-before-define.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-use-before-define.js rename to apps/angular/node_modules/eslint/lib/rules/no-use-before-define.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-useless-backreference.js b/apps/angular/node_modules/eslint/lib/rules/no-useless-backreference.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-useless-backreference.js rename to apps/angular/node_modules/eslint/lib/rules/no-useless-backreference.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-useless-call.js b/apps/angular/node_modules/eslint/lib/rules/no-useless-call.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-useless-call.js rename to apps/angular/node_modules/eslint/lib/rules/no-useless-call.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-useless-catch.js b/apps/angular/node_modules/eslint/lib/rules/no-useless-catch.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-useless-catch.js rename to apps/angular/node_modules/eslint/lib/rules/no-useless-catch.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-useless-computed-key.js b/apps/angular/node_modules/eslint/lib/rules/no-useless-computed-key.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-useless-computed-key.js rename to apps/angular/node_modules/eslint/lib/rules/no-useless-computed-key.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-useless-concat.js b/apps/angular/node_modules/eslint/lib/rules/no-useless-concat.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-useless-concat.js rename to apps/angular/node_modules/eslint/lib/rules/no-useless-concat.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-useless-constructor.js b/apps/angular/node_modules/eslint/lib/rules/no-useless-constructor.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-useless-constructor.js rename to apps/angular/node_modules/eslint/lib/rules/no-useless-constructor.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-useless-escape.js b/apps/angular/node_modules/eslint/lib/rules/no-useless-escape.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-useless-escape.js rename to apps/angular/node_modules/eslint/lib/rules/no-useless-escape.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-useless-rename.js b/apps/angular/node_modules/eslint/lib/rules/no-useless-rename.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-useless-rename.js rename to apps/angular/node_modules/eslint/lib/rules/no-useless-rename.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-useless-return.js b/apps/angular/node_modules/eslint/lib/rules/no-useless-return.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-useless-return.js rename to apps/angular/node_modules/eslint/lib/rules/no-useless-return.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-var.js b/apps/angular/node_modules/eslint/lib/rules/no-var.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-var.js rename to apps/angular/node_modules/eslint/lib/rules/no-var.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-void.js b/apps/angular/node_modules/eslint/lib/rules/no-void.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-void.js rename to apps/angular/node_modules/eslint/lib/rules/no-void.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-warning-comments.js b/apps/angular/node_modules/eslint/lib/rules/no-warning-comments.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-warning-comments.js rename to apps/angular/node_modules/eslint/lib/rules/no-warning-comments.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-whitespace-before-property.js b/apps/angular/node_modules/eslint/lib/rules/no-whitespace-before-property.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-whitespace-before-property.js rename to apps/angular/node_modules/eslint/lib/rules/no-whitespace-before-property.js diff --git a/ClientApp/node_modules/eslint/lib/rules/no-with.js b/apps/angular/node_modules/eslint/lib/rules/no-with.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/no-with.js rename to apps/angular/node_modules/eslint/lib/rules/no-with.js diff --git a/ClientApp/node_modules/eslint/lib/rules/nonblock-statement-body-position.js b/apps/angular/node_modules/eslint/lib/rules/nonblock-statement-body-position.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/nonblock-statement-body-position.js rename to apps/angular/node_modules/eslint/lib/rules/nonblock-statement-body-position.js diff --git a/ClientApp/node_modules/eslint/lib/rules/object-curly-newline.js b/apps/angular/node_modules/eslint/lib/rules/object-curly-newline.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/object-curly-newline.js rename to apps/angular/node_modules/eslint/lib/rules/object-curly-newline.js diff --git a/ClientApp/node_modules/eslint/lib/rules/object-curly-spacing.js b/apps/angular/node_modules/eslint/lib/rules/object-curly-spacing.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/object-curly-spacing.js rename to apps/angular/node_modules/eslint/lib/rules/object-curly-spacing.js diff --git a/ClientApp/node_modules/eslint/lib/rules/object-property-newline.js b/apps/angular/node_modules/eslint/lib/rules/object-property-newline.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/object-property-newline.js rename to apps/angular/node_modules/eslint/lib/rules/object-property-newline.js diff --git a/ClientApp/node_modules/eslint/lib/rules/object-shorthand.js b/apps/angular/node_modules/eslint/lib/rules/object-shorthand.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/object-shorthand.js rename to apps/angular/node_modules/eslint/lib/rules/object-shorthand.js diff --git a/ClientApp/node_modules/eslint/lib/rules/one-var-declaration-per-line.js b/apps/angular/node_modules/eslint/lib/rules/one-var-declaration-per-line.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/one-var-declaration-per-line.js rename to apps/angular/node_modules/eslint/lib/rules/one-var-declaration-per-line.js diff --git a/ClientApp/node_modules/eslint/lib/rules/one-var.js b/apps/angular/node_modules/eslint/lib/rules/one-var.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/one-var.js rename to apps/angular/node_modules/eslint/lib/rules/one-var.js diff --git a/ClientApp/node_modules/eslint/lib/rules/operator-assignment.js b/apps/angular/node_modules/eslint/lib/rules/operator-assignment.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/operator-assignment.js rename to apps/angular/node_modules/eslint/lib/rules/operator-assignment.js diff --git a/ClientApp/node_modules/eslint/lib/rules/operator-linebreak.js b/apps/angular/node_modules/eslint/lib/rules/operator-linebreak.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/operator-linebreak.js rename to apps/angular/node_modules/eslint/lib/rules/operator-linebreak.js diff --git a/ClientApp/node_modules/eslint/lib/rules/padded-blocks.js b/apps/angular/node_modules/eslint/lib/rules/padded-blocks.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/padded-blocks.js rename to apps/angular/node_modules/eslint/lib/rules/padded-blocks.js diff --git a/ClientApp/node_modules/eslint/lib/rules/padding-line-between-statements.js b/apps/angular/node_modules/eslint/lib/rules/padding-line-between-statements.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/padding-line-between-statements.js rename to apps/angular/node_modules/eslint/lib/rules/padding-line-between-statements.js diff --git a/ClientApp/node_modules/eslint/lib/rules/prefer-arrow-callback.js b/apps/angular/node_modules/eslint/lib/rules/prefer-arrow-callback.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/prefer-arrow-callback.js rename to apps/angular/node_modules/eslint/lib/rules/prefer-arrow-callback.js diff --git a/ClientApp/node_modules/eslint/lib/rules/prefer-const.js b/apps/angular/node_modules/eslint/lib/rules/prefer-const.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/prefer-const.js rename to apps/angular/node_modules/eslint/lib/rules/prefer-const.js diff --git a/ClientApp/node_modules/eslint/lib/rules/prefer-destructuring.js b/apps/angular/node_modules/eslint/lib/rules/prefer-destructuring.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/prefer-destructuring.js rename to apps/angular/node_modules/eslint/lib/rules/prefer-destructuring.js diff --git a/ClientApp/node_modules/eslint/lib/rules/prefer-exponentiation-operator.js b/apps/angular/node_modules/eslint/lib/rules/prefer-exponentiation-operator.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/prefer-exponentiation-operator.js rename to apps/angular/node_modules/eslint/lib/rules/prefer-exponentiation-operator.js diff --git a/ClientApp/node_modules/eslint/lib/rules/prefer-named-capture-group.js b/apps/angular/node_modules/eslint/lib/rules/prefer-named-capture-group.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/prefer-named-capture-group.js rename to apps/angular/node_modules/eslint/lib/rules/prefer-named-capture-group.js diff --git a/ClientApp/node_modules/eslint/lib/rules/prefer-numeric-literals.js b/apps/angular/node_modules/eslint/lib/rules/prefer-numeric-literals.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/prefer-numeric-literals.js rename to apps/angular/node_modules/eslint/lib/rules/prefer-numeric-literals.js diff --git a/ClientApp/node_modules/eslint/lib/rules/prefer-object-has-own.js b/apps/angular/node_modules/eslint/lib/rules/prefer-object-has-own.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/prefer-object-has-own.js rename to apps/angular/node_modules/eslint/lib/rules/prefer-object-has-own.js diff --git a/ClientApp/node_modules/eslint/lib/rules/prefer-object-spread.js b/apps/angular/node_modules/eslint/lib/rules/prefer-object-spread.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/prefer-object-spread.js rename to apps/angular/node_modules/eslint/lib/rules/prefer-object-spread.js diff --git a/ClientApp/node_modules/eslint/lib/rules/prefer-promise-reject-errors.js b/apps/angular/node_modules/eslint/lib/rules/prefer-promise-reject-errors.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/prefer-promise-reject-errors.js rename to apps/angular/node_modules/eslint/lib/rules/prefer-promise-reject-errors.js diff --git a/ClientApp/node_modules/eslint/lib/rules/prefer-reflect.js b/apps/angular/node_modules/eslint/lib/rules/prefer-reflect.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/prefer-reflect.js rename to apps/angular/node_modules/eslint/lib/rules/prefer-reflect.js diff --git a/ClientApp/node_modules/eslint/lib/rules/prefer-regex-literals.js b/apps/angular/node_modules/eslint/lib/rules/prefer-regex-literals.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/prefer-regex-literals.js rename to apps/angular/node_modules/eslint/lib/rules/prefer-regex-literals.js diff --git a/ClientApp/node_modules/eslint/lib/rules/prefer-rest-params.js b/apps/angular/node_modules/eslint/lib/rules/prefer-rest-params.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/prefer-rest-params.js rename to apps/angular/node_modules/eslint/lib/rules/prefer-rest-params.js diff --git a/ClientApp/node_modules/eslint/lib/rules/prefer-spread.js b/apps/angular/node_modules/eslint/lib/rules/prefer-spread.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/prefer-spread.js rename to apps/angular/node_modules/eslint/lib/rules/prefer-spread.js diff --git a/ClientApp/node_modules/eslint/lib/rules/prefer-template.js b/apps/angular/node_modules/eslint/lib/rules/prefer-template.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/prefer-template.js rename to apps/angular/node_modules/eslint/lib/rules/prefer-template.js diff --git a/ClientApp/node_modules/eslint/lib/rules/quote-props.js b/apps/angular/node_modules/eslint/lib/rules/quote-props.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/quote-props.js rename to apps/angular/node_modules/eslint/lib/rules/quote-props.js diff --git a/ClientApp/node_modules/eslint/lib/rules/quotes.js b/apps/angular/node_modules/eslint/lib/rules/quotes.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/quotes.js rename to apps/angular/node_modules/eslint/lib/rules/quotes.js diff --git a/ClientApp/node_modules/eslint/lib/rules/radix.js b/apps/angular/node_modules/eslint/lib/rules/radix.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/radix.js rename to apps/angular/node_modules/eslint/lib/rules/radix.js diff --git a/ClientApp/node_modules/eslint/lib/rules/require-atomic-updates.js b/apps/angular/node_modules/eslint/lib/rules/require-atomic-updates.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/require-atomic-updates.js rename to apps/angular/node_modules/eslint/lib/rules/require-atomic-updates.js diff --git a/ClientApp/node_modules/eslint/lib/rules/require-await.js b/apps/angular/node_modules/eslint/lib/rules/require-await.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/require-await.js rename to apps/angular/node_modules/eslint/lib/rules/require-await.js diff --git a/ClientApp/node_modules/eslint/lib/rules/require-jsdoc.js b/apps/angular/node_modules/eslint/lib/rules/require-jsdoc.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/require-jsdoc.js rename to apps/angular/node_modules/eslint/lib/rules/require-jsdoc.js diff --git a/ClientApp/node_modules/eslint/lib/rules/require-unicode-regexp.js b/apps/angular/node_modules/eslint/lib/rules/require-unicode-regexp.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/require-unicode-regexp.js rename to apps/angular/node_modules/eslint/lib/rules/require-unicode-regexp.js diff --git a/ClientApp/node_modules/eslint/lib/rules/require-yield.js b/apps/angular/node_modules/eslint/lib/rules/require-yield.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/require-yield.js rename to apps/angular/node_modules/eslint/lib/rules/require-yield.js diff --git a/ClientApp/node_modules/eslint/lib/rules/rest-spread-spacing.js b/apps/angular/node_modules/eslint/lib/rules/rest-spread-spacing.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/rest-spread-spacing.js rename to apps/angular/node_modules/eslint/lib/rules/rest-spread-spacing.js diff --git a/ClientApp/node_modules/eslint/lib/rules/semi-spacing.js b/apps/angular/node_modules/eslint/lib/rules/semi-spacing.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/semi-spacing.js rename to apps/angular/node_modules/eslint/lib/rules/semi-spacing.js diff --git a/ClientApp/node_modules/eslint/lib/rules/semi-style.js b/apps/angular/node_modules/eslint/lib/rules/semi-style.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/semi-style.js rename to apps/angular/node_modules/eslint/lib/rules/semi-style.js diff --git a/ClientApp/node_modules/eslint/lib/rules/semi.js b/apps/angular/node_modules/eslint/lib/rules/semi.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/semi.js rename to apps/angular/node_modules/eslint/lib/rules/semi.js diff --git a/ClientApp/node_modules/eslint/lib/rules/sort-imports.js b/apps/angular/node_modules/eslint/lib/rules/sort-imports.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/sort-imports.js rename to apps/angular/node_modules/eslint/lib/rules/sort-imports.js diff --git a/ClientApp/node_modules/eslint/lib/rules/sort-keys.js b/apps/angular/node_modules/eslint/lib/rules/sort-keys.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/sort-keys.js rename to apps/angular/node_modules/eslint/lib/rules/sort-keys.js diff --git a/ClientApp/node_modules/eslint/lib/rules/sort-vars.js b/apps/angular/node_modules/eslint/lib/rules/sort-vars.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/sort-vars.js rename to apps/angular/node_modules/eslint/lib/rules/sort-vars.js diff --git a/ClientApp/node_modules/eslint/lib/rules/space-before-blocks.js b/apps/angular/node_modules/eslint/lib/rules/space-before-blocks.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/space-before-blocks.js rename to apps/angular/node_modules/eslint/lib/rules/space-before-blocks.js diff --git a/ClientApp/node_modules/eslint/lib/rules/space-before-function-paren.js b/apps/angular/node_modules/eslint/lib/rules/space-before-function-paren.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/space-before-function-paren.js rename to apps/angular/node_modules/eslint/lib/rules/space-before-function-paren.js diff --git a/ClientApp/node_modules/eslint/lib/rules/space-in-parens.js b/apps/angular/node_modules/eslint/lib/rules/space-in-parens.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/space-in-parens.js rename to apps/angular/node_modules/eslint/lib/rules/space-in-parens.js diff --git a/ClientApp/node_modules/eslint/lib/rules/space-infix-ops.js b/apps/angular/node_modules/eslint/lib/rules/space-infix-ops.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/space-infix-ops.js rename to apps/angular/node_modules/eslint/lib/rules/space-infix-ops.js diff --git a/ClientApp/node_modules/eslint/lib/rules/space-unary-ops.js b/apps/angular/node_modules/eslint/lib/rules/space-unary-ops.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/space-unary-ops.js rename to apps/angular/node_modules/eslint/lib/rules/space-unary-ops.js diff --git a/ClientApp/node_modules/eslint/lib/rules/spaced-comment.js b/apps/angular/node_modules/eslint/lib/rules/spaced-comment.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/spaced-comment.js rename to apps/angular/node_modules/eslint/lib/rules/spaced-comment.js diff --git a/ClientApp/node_modules/eslint/lib/rules/strict.js b/apps/angular/node_modules/eslint/lib/rules/strict.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/strict.js rename to apps/angular/node_modules/eslint/lib/rules/strict.js diff --git a/ClientApp/node_modules/eslint/lib/rules/switch-colon-spacing.js b/apps/angular/node_modules/eslint/lib/rules/switch-colon-spacing.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/switch-colon-spacing.js rename to apps/angular/node_modules/eslint/lib/rules/switch-colon-spacing.js diff --git a/ClientApp/node_modules/eslint/lib/rules/symbol-description.js b/apps/angular/node_modules/eslint/lib/rules/symbol-description.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/symbol-description.js rename to apps/angular/node_modules/eslint/lib/rules/symbol-description.js diff --git a/ClientApp/node_modules/eslint/lib/rules/template-curly-spacing.js b/apps/angular/node_modules/eslint/lib/rules/template-curly-spacing.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/template-curly-spacing.js rename to apps/angular/node_modules/eslint/lib/rules/template-curly-spacing.js diff --git a/ClientApp/node_modules/eslint/lib/rules/template-tag-spacing.js b/apps/angular/node_modules/eslint/lib/rules/template-tag-spacing.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/template-tag-spacing.js rename to apps/angular/node_modules/eslint/lib/rules/template-tag-spacing.js diff --git a/ClientApp/node_modules/eslint/lib/rules/unicode-bom.js b/apps/angular/node_modules/eslint/lib/rules/unicode-bom.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/unicode-bom.js rename to apps/angular/node_modules/eslint/lib/rules/unicode-bom.js diff --git a/ClientApp/node_modules/eslint/lib/rules/use-isnan.js b/apps/angular/node_modules/eslint/lib/rules/use-isnan.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/use-isnan.js rename to apps/angular/node_modules/eslint/lib/rules/use-isnan.js diff --git a/ClientApp/node_modules/eslint/lib/rules/utils/ast-utils.js b/apps/angular/node_modules/eslint/lib/rules/utils/ast-utils.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/utils/ast-utils.js rename to apps/angular/node_modules/eslint/lib/rules/utils/ast-utils.js diff --git a/ClientApp/node_modules/eslint/lib/rules/utils/fix-tracker.js b/apps/angular/node_modules/eslint/lib/rules/utils/fix-tracker.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/utils/fix-tracker.js rename to apps/angular/node_modules/eslint/lib/rules/utils/fix-tracker.js diff --git a/ClientApp/node_modules/eslint/lib/rules/utils/keywords.js b/apps/angular/node_modules/eslint/lib/rules/utils/keywords.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/utils/keywords.js rename to apps/angular/node_modules/eslint/lib/rules/utils/keywords.js diff --git a/ClientApp/node_modules/eslint/lib/rules/utils/lazy-loading-rule-map.js b/apps/angular/node_modules/eslint/lib/rules/utils/lazy-loading-rule-map.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/utils/lazy-loading-rule-map.js rename to apps/angular/node_modules/eslint/lib/rules/utils/lazy-loading-rule-map.js diff --git a/ClientApp/node_modules/eslint/lib/rules/utils/patterns/letters.js b/apps/angular/node_modules/eslint/lib/rules/utils/patterns/letters.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/utils/patterns/letters.js rename to apps/angular/node_modules/eslint/lib/rules/utils/patterns/letters.js diff --git a/ClientApp/node_modules/eslint/lib/rules/utils/regular-expressions.js b/apps/angular/node_modules/eslint/lib/rules/utils/regular-expressions.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/utils/regular-expressions.js rename to apps/angular/node_modules/eslint/lib/rules/utils/regular-expressions.js diff --git a/ClientApp/node_modules/eslint/lib/rules/utils/unicode/index.js b/apps/angular/node_modules/eslint/lib/rules/utils/unicode/index.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/utils/unicode/index.js rename to apps/angular/node_modules/eslint/lib/rules/utils/unicode/index.js diff --git a/ClientApp/node_modules/eslint/lib/rules/utils/unicode/is-combining-character.js b/apps/angular/node_modules/eslint/lib/rules/utils/unicode/is-combining-character.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/utils/unicode/is-combining-character.js rename to apps/angular/node_modules/eslint/lib/rules/utils/unicode/is-combining-character.js diff --git a/ClientApp/node_modules/eslint/lib/rules/utils/unicode/is-emoji-modifier.js b/apps/angular/node_modules/eslint/lib/rules/utils/unicode/is-emoji-modifier.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/utils/unicode/is-emoji-modifier.js rename to apps/angular/node_modules/eslint/lib/rules/utils/unicode/is-emoji-modifier.js diff --git a/ClientApp/node_modules/eslint/lib/rules/utils/unicode/is-regional-indicator-symbol.js b/apps/angular/node_modules/eslint/lib/rules/utils/unicode/is-regional-indicator-symbol.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/utils/unicode/is-regional-indicator-symbol.js rename to apps/angular/node_modules/eslint/lib/rules/utils/unicode/is-regional-indicator-symbol.js diff --git a/ClientApp/node_modules/eslint/lib/rules/utils/unicode/is-surrogate-pair.js b/apps/angular/node_modules/eslint/lib/rules/utils/unicode/is-surrogate-pair.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/utils/unicode/is-surrogate-pair.js rename to apps/angular/node_modules/eslint/lib/rules/utils/unicode/is-surrogate-pair.js diff --git a/ClientApp/node_modules/eslint/lib/rules/valid-jsdoc.js b/apps/angular/node_modules/eslint/lib/rules/valid-jsdoc.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/valid-jsdoc.js rename to apps/angular/node_modules/eslint/lib/rules/valid-jsdoc.js diff --git a/ClientApp/node_modules/eslint/lib/rules/valid-typeof.js b/apps/angular/node_modules/eslint/lib/rules/valid-typeof.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/valid-typeof.js rename to apps/angular/node_modules/eslint/lib/rules/valid-typeof.js diff --git a/ClientApp/node_modules/eslint/lib/rules/vars-on-top.js b/apps/angular/node_modules/eslint/lib/rules/vars-on-top.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/vars-on-top.js rename to apps/angular/node_modules/eslint/lib/rules/vars-on-top.js diff --git a/ClientApp/node_modules/eslint/lib/rules/wrap-iife.js b/apps/angular/node_modules/eslint/lib/rules/wrap-iife.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/wrap-iife.js rename to apps/angular/node_modules/eslint/lib/rules/wrap-iife.js diff --git a/ClientApp/node_modules/eslint/lib/rules/wrap-regex.js b/apps/angular/node_modules/eslint/lib/rules/wrap-regex.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/wrap-regex.js rename to apps/angular/node_modules/eslint/lib/rules/wrap-regex.js diff --git a/ClientApp/node_modules/eslint/lib/rules/yield-star-spacing.js b/apps/angular/node_modules/eslint/lib/rules/yield-star-spacing.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/yield-star-spacing.js rename to apps/angular/node_modules/eslint/lib/rules/yield-star-spacing.js diff --git a/ClientApp/node_modules/eslint/lib/rules/yoda.js b/apps/angular/node_modules/eslint/lib/rules/yoda.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/rules/yoda.js rename to apps/angular/node_modules/eslint/lib/rules/yoda.js diff --git a/ClientApp/node_modules/eslint/lib/shared/ajv.js b/apps/angular/node_modules/eslint/lib/shared/ajv.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/shared/ajv.js rename to apps/angular/node_modules/eslint/lib/shared/ajv.js diff --git a/ClientApp/node_modules/eslint/lib/shared/ast-utils.js b/apps/angular/node_modules/eslint/lib/shared/ast-utils.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/shared/ast-utils.js rename to apps/angular/node_modules/eslint/lib/shared/ast-utils.js diff --git a/ClientApp/node_modules/eslint/lib/shared/config-validator.js b/apps/angular/node_modules/eslint/lib/shared/config-validator.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/shared/config-validator.js rename to apps/angular/node_modules/eslint/lib/shared/config-validator.js diff --git a/ClientApp/node_modules/eslint/lib/shared/deprecation-warnings.js b/apps/angular/node_modules/eslint/lib/shared/deprecation-warnings.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/shared/deprecation-warnings.js rename to apps/angular/node_modules/eslint/lib/shared/deprecation-warnings.js diff --git a/ClientApp/node_modules/eslint/lib/shared/directives.js b/apps/angular/node_modules/eslint/lib/shared/directives.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/shared/directives.js rename to apps/angular/node_modules/eslint/lib/shared/directives.js diff --git a/ClientApp/node_modules/eslint/lib/shared/logging.js b/apps/angular/node_modules/eslint/lib/shared/logging.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/shared/logging.js rename to apps/angular/node_modules/eslint/lib/shared/logging.js diff --git a/ClientApp/node_modules/eslint/lib/shared/relative-module-resolver.js b/apps/angular/node_modules/eslint/lib/shared/relative-module-resolver.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/shared/relative-module-resolver.js rename to apps/angular/node_modules/eslint/lib/shared/relative-module-resolver.js diff --git a/ClientApp/node_modules/eslint/lib/shared/runtime-info.js b/apps/angular/node_modules/eslint/lib/shared/runtime-info.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/shared/runtime-info.js rename to apps/angular/node_modules/eslint/lib/shared/runtime-info.js diff --git a/ClientApp/node_modules/eslint/lib/shared/severity.js b/apps/angular/node_modules/eslint/lib/shared/severity.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/shared/severity.js rename to apps/angular/node_modules/eslint/lib/shared/severity.js diff --git a/ClientApp/node_modules/eslint/lib/shared/string-utils.js b/apps/angular/node_modules/eslint/lib/shared/string-utils.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/shared/string-utils.js rename to apps/angular/node_modules/eslint/lib/shared/string-utils.js diff --git a/ClientApp/node_modules/eslint/lib/shared/traverser.js b/apps/angular/node_modules/eslint/lib/shared/traverser.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/shared/traverser.js rename to apps/angular/node_modules/eslint/lib/shared/traverser.js diff --git a/ClientApp/node_modules/eslint/lib/shared/types.js b/apps/angular/node_modules/eslint/lib/shared/types.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/shared/types.js rename to apps/angular/node_modules/eslint/lib/shared/types.js diff --git a/ClientApp/node_modules/eslint/lib/source-code/index.js b/apps/angular/node_modules/eslint/lib/source-code/index.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/source-code/index.js rename to apps/angular/node_modules/eslint/lib/source-code/index.js diff --git a/ClientApp/node_modules/eslint/lib/source-code/source-code.js b/apps/angular/node_modules/eslint/lib/source-code/source-code.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/source-code/source-code.js rename to apps/angular/node_modules/eslint/lib/source-code/source-code.js diff --git a/ClientApp/node_modules/eslint/lib/source-code/token-store/backward-token-comment-cursor.js b/apps/angular/node_modules/eslint/lib/source-code/token-store/backward-token-comment-cursor.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/source-code/token-store/backward-token-comment-cursor.js rename to apps/angular/node_modules/eslint/lib/source-code/token-store/backward-token-comment-cursor.js diff --git a/ClientApp/node_modules/eslint/lib/source-code/token-store/backward-token-cursor.js b/apps/angular/node_modules/eslint/lib/source-code/token-store/backward-token-cursor.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/source-code/token-store/backward-token-cursor.js rename to apps/angular/node_modules/eslint/lib/source-code/token-store/backward-token-cursor.js diff --git a/ClientApp/node_modules/eslint/lib/source-code/token-store/cursor.js b/apps/angular/node_modules/eslint/lib/source-code/token-store/cursor.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/source-code/token-store/cursor.js rename to apps/angular/node_modules/eslint/lib/source-code/token-store/cursor.js diff --git a/ClientApp/node_modules/eslint/lib/source-code/token-store/cursors.js b/apps/angular/node_modules/eslint/lib/source-code/token-store/cursors.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/source-code/token-store/cursors.js rename to apps/angular/node_modules/eslint/lib/source-code/token-store/cursors.js diff --git a/ClientApp/node_modules/eslint/lib/source-code/token-store/decorative-cursor.js b/apps/angular/node_modules/eslint/lib/source-code/token-store/decorative-cursor.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/source-code/token-store/decorative-cursor.js rename to apps/angular/node_modules/eslint/lib/source-code/token-store/decorative-cursor.js diff --git a/ClientApp/node_modules/eslint/lib/source-code/token-store/filter-cursor.js b/apps/angular/node_modules/eslint/lib/source-code/token-store/filter-cursor.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/source-code/token-store/filter-cursor.js rename to apps/angular/node_modules/eslint/lib/source-code/token-store/filter-cursor.js diff --git a/ClientApp/node_modules/eslint/lib/source-code/token-store/forward-token-comment-cursor.js b/apps/angular/node_modules/eslint/lib/source-code/token-store/forward-token-comment-cursor.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/source-code/token-store/forward-token-comment-cursor.js rename to apps/angular/node_modules/eslint/lib/source-code/token-store/forward-token-comment-cursor.js diff --git a/ClientApp/node_modules/eslint/lib/source-code/token-store/forward-token-cursor.js b/apps/angular/node_modules/eslint/lib/source-code/token-store/forward-token-cursor.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/source-code/token-store/forward-token-cursor.js rename to apps/angular/node_modules/eslint/lib/source-code/token-store/forward-token-cursor.js diff --git a/ClientApp/node_modules/eslint/lib/source-code/token-store/index.js b/apps/angular/node_modules/eslint/lib/source-code/token-store/index.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/source-code/token-store/index.js rename to apps/angular/node_modules/eslint/lib/source-code/token-store/index.js diff --git a/ClientApp/node_modules/eslint/lib/source-code/token-store/limit-cursor.js b/apps/angular/node_modules/eslint/lib/source-code/token-store/limit-cursor.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/source-code/token-store/limit-cursor.js rename to apps/angular/node_modules/eslint/lib/source-code/token-store/limit-cursor.js diff --git a/ClientApp/node_modules/eslint/lib/source-code/token-store/padded-token-cursor.js b/apps/angular/node_modules/eslint/lib/source-code/token-store/padded-token-cursor.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/source-code/token-store/padded-token-cursor.js rename to apps/angular/node_modules/eslint/lib/source-code/token-store/padded-token-cursor.js diff --git a/ClientApp/node_modules/eslint/lib/source-code/token-store/skip-cursor.js b/apps/angular/node_modules/eslint/lib/source-code/token-store/skip-cursor.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/source-code/token-store/skip-cursor.js rename to apps/angular/node_modules/eslint/lib/source-code/token-store/skip-cursor.js diff --git a/ClientApp/node_modules/eslint/lib/source-code/token-store/utils.js b/apps/angular/node_modules/eslint/lib/source-code/token-store/utils.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/source-code/token-store/utils.js rename to apps/angular/node_modules/eslint/lib/source-code/token-store/utils.js diff --git a/ClientApp/node_modules/eslint/lib/unsupported-api.js b/apps/angular/node_modules/eslint/lib/unsupported-api.js similarity index 100% rename from ClientApp/node_modules/eslint/lib/unsupported-api.js rename to apps/angular/node_modules/eslint/lib/unsupported-api.js diff --git a/ClientApp/node_modules/eslint/messages/all-files-ignored.js b/apps/angular/node_modules/eslint/messages/all-files-ignored.js similarity index 100% rename from ClientApp/node_modules/eslint/messages/all-files-ignored.js rename to apps/angular/node_modules/eslint/messages/all-files-ignored.js diff --git a/ClientApp/node_modules/eslint/messages/eslintrc-incompat.js b/apps/angular/node_modules/eslint/messages/eslintrc-incompat.js similarity index 100% rename from ClientApp/node_modules/eslint/messages/eslintrc-incompat.js rename to apps/angular/node_modules/eslint/messages/eslintrc-incompat.js diff --git a/ClientApp/node_modules/eslint/messages/eslintrc-plugins.js b/apps/angular/node_modules/eslint/messages/eslintrc-plugins.js similarity index 100% rename from ClientApp/node_modules/eslint/messages/eslintrc-plugins.js rename to apps/angular/node_modules/eslint/messages/eslintrc-plugins.js diff --git a/ClientApp/node_modules/eslint/messages/extend-config-missing.js b/apps/angular/node_modules/eslint/messages/extend-config-missing.js similarity index 100% rename from ClientApp/node_modules/eslint/messages/extend-config-missing.js rename to apps/angular/node_modules/eslint/messages/extend-config-missing.js diff --git a/ClientApp/node_modules/eslint/messages/failed-to-read-json.js b/apps/angular/node_modules/eslint/messages/failed-to-read-json.js similarity index 100% rename from ClientApp/node_modules/eslint/messages/failed-to-read-json.js rename to apps/angular/node_modules/eslint/messages/failed-to-read-json.js diff --git a/ClientApp/node_modules/eslint/messages/file-not-found.js b/apps/angular/node_modules/eslint/messages/file-not-found.js similarity index 100% rename from ClientApp/node_modules/eslint/messages/file-not-found.js rename to apps/angular/node_modules/eslint/messages/file-not-found.js diff --git a/ClientApp/node_modules/eslint/messages/invalid-rule-options.js b/apps/angular/node_modules/eslint/messages/invalid-rule-options.js similarity index 100% rename from ClientApp/node_modules/eslint/messages/invalid-rule-options.js rename to apps/angular/node_modules/eslint/messages/invalid-rule-options.js diff --git a/ClientApp/node_modules/eslint/messages/invalid-rule-severity.js b/apps/angular/node_modules/eslint/messages/invalid-rule-severity.js similarity index 100% rename from ClientApp/node_modules/eslint/messages/invalid-rule-severity.js rename to apps/angular/node_modules/eslint/messages/invalid-rule-severity.js diff --git a/ClientApp/node_modules/eslint/messages/no-config-found.js b/apps/angular/node_modules/eslint/messages/no-config-found.js similarity index 100% rename from ClientApp/node_modules/eslint/messages/no-config-found.js rename to apps/angular/node_modules/eslint/messages/no-config-found.js diff --git a/ClientApp/node_modules/eslint/messages/plugin-conflict.js b/apps/angular/node_modules/eslint/messages/plugin-conflict.js similarity index 100% rename from ClientApp/node_modules/eslint/messages/plugin-conflict.js rename to apps/angular/node_modules/eslint/messages/plugin-conflict.js diff --git a/ClientApp/node_modules/eslint/messages/plugin-invalid.js b/apps/angular/node_modules/eslint/messages/plugin-invalid.js similarity index 100% rename from ClientApp/node_modules/eslint/messages/plugin-invalid.js rename to apps/angular/node_modules/eslint/messages/plugin-invalid.js diff --git a/ClientApp/node_modules/eslint/messages/plugin-missing.js b/apps/angular/node_modules/eslint/messages/plugin-missing.js similarity index 100% rename from ClientApp/node_modules/eslint/messages/plugin-missing.js rename to apps/angular/node_modules/eslint/messages/plugin-missing.js diff --git a/ClientApp/node_modules/eslint/messages/print-config-with-directory-path.js b/apps/angular/node_modules/eslint/messages/print-config-with-directory-path.js similarity index 100% rename from ClientApp/node_modules/eslint/messages/print-config-with-directory-path.js rename to apps/angular/node_modules/eslint/messages/print-config-with-directory-path.js diff --git a/ClientApp/node_modules/eslint/messages/shared.js b/apps/angular/node_modules/eslint/messages/shared.js similarity index 100% rename from ClientApp/node_modules/eslint/messages/shared.js rename to apps/angular/node_modules/eslint/messages/shared.js diff --git a/ClientApp/node_modules/eslint/messages/whitespace-found.js b/apps/angular/node_modules/eslint/messages/whitespace-found.js similarity index 100% rename from ClientApp/node_modules/eslint/messages/whitespace-found.js rename to apps/angular/node_modules/eslint/messages/whitespace-found.js diff --git a/ClientApp/node_modules/eslint/package.json b/apps/angular/node_modules/eslint/package.json similarity index 100% rename from ClientApp/node_modules/eslint/package.json rename to apps/angular/node_modules/eslint/package.json diff --git a/ClientApp/node_modules/espree/LICENSE b/apps/angular/node_modules/espree/LICENSE similarity index 100% rename from ClientApp/node_modules/espree/LICENSE rename to apps/angular/node_modules/espree/LICENSE diff --git a/ClientApp/node_modules/espree/README.md b/apps/angular/node_modules/espree/README.md similarity index 100% rename from ClientApp/node_modules/espree/README.md rename to apps/angular/node_modules/espree/README.md diff --git a/ClientApp/node_modules/espree/dist/espree.cjs b/apps/angular/node_modules/espree/dist/espree.cjs similarity index 100% rename from ClientApp/node_modules/espree/dist/espree.cjs rename to apps/angular/node_modules/espree/dist/espree.cjs diff --git a/ClientApp/node_modules/espree/espree.js b/apps/angular/node_modules/espree/espree.js similarity index 100% rename from ClientApp/node_modules/espree/espree.js rename to apps/angular/node_modules/espree/espree.js diff --git a/ClientApp/node_modules/espree/lib/espree.js b/apps/angular/node_modules/espree/lib/espree.js similarity index 100% rename from ClientApp/node_modules/espree/lib/espree.js rename to apps/angular/node_modules/espree/lib/espree.js diff --git a/ClientApp/node_modules/espree/lib/features.js b/apps/angular/node_modules/espree/lib/features.js similarity index 100% rename from ClientApp/node_modules/espree/lib/features.js rename to apps/angular/node_modules/espree/lib/features.js diff --git a/ClientApp/node_modules/espree/lib/options.js b/apps/angular/node_modules/espree/lib/options.js similarity index 100% rename from ClientApp/node_modules/espree/lib/options.js rename to apps/angular/node_modules/espree/lib/options.js diff --git a/ClientApp/node_modules/espree/lib/token-translator.js b/apps/angular/node_modules/espree/lib/token-translator.js similarity index 100% rename from ClientApp/node_modules/espree/lib/token-translator.js rename to apps/angular/node_modules/espree/lib/token-translator.js diff --git a/ClientApp/node_modules/espree/lib/version.js b/apps/angular/node_modules/espree/lib/version.js similarity index 100% rename from ClientApp/node_modules/espree/lib/version.js rename to apps/angular/node_modules/espree/lib/version.js diff --git a/ClientApp/node_modules/espree/package.json b/apps/angular/node_modules/espree/package.json similarity index 100% rename from ClientApp/node_modules/espree/package.json rename to apps/angular/node_modules/espree/package.json diff --git a/ClientApp/node_modules/esprima/ChangeLog b/apps/angular/node_modules/esprima/ChangeLog similarity index 100% rename from ClientApp/node_modules/esprima/ChangeLog rename to apps/angular/node_modules/esprima/ChangeLog diff --git a/ClientApp/node_modules/esprima/LICENSE.BSD b/apps/angular/node_modules/esprima/LICENSE.BSD similarity index 100% rename from ClientApp/node_modules/esprima/LICENSE.BSD rename to apps/angular/node_modules/esprima/LICENSE.BSD diff --git a/ClientApp/node_modules/esprima/README.md b/apps/angular/node_modules/esprima/README.md similarity index 100% rename from ClientApp/node_modules/esprima/README.md rename to apps/angular/node_modules/esprima/README.md diff --git a/ClientApp/node_modules/esprima/bin/esparse.js b/apps/angular/node_modules/esprima/bin/esparse.js similarity index 100% rename from ClientApp/node_modules/esprima/bin/esparse.js rename to apps/angular/node_modules/esprima/bin/esparse.js diff --git a/ClientApp/node_modules/esprima/bin/esvalidate.js b/apps/angular/node_modules/esprima/bin/esvalidate.js similarity index 100% rename from ClientApp/node_modules/esprima/bin/esvalidate.js rename to apps/angular/node_modules/esprima/bin/esvalidate.js diff --git a/ClientApp/node_modules/esprima/dist/esprima.js b/apps/angular/node_modules/esprima/dist/esprima.js similarity index 100% rename from ClientApp/node_modules/esprima/dist/esprima.js rename to apps/angular/node_modules/esprima/dist/esprima.js diff --git a/ClientApp/node_modules/esprima/package.json b/apps/angular/node_modules/esprima/package.json similarity index 100% rename from ClientApp/node_modules/esprima/package.json rename to apps/angular/node_modules/esprima/package.json diff --git a/ClientApp/node_modules/esquery/README.md b/apps/angular/node_modules/esquery/README.md similarity index 100% rename from ClientApp/node_modules/esquery/README.md rename to apps/angular/node_modules/esquery/README.md diff --git a/ClientApp/node_modules/esquery/dist/esquery.esm.js b/apps/angular/node_modules/esquery/dist/esquery.esm.js similarity index 100% rename from ClientApp/node_modules/esquery/dist/esquery.esm.js rename to apps/angular/node_modules/esquery/dist/esquery.esm.js diff --git a/ClientApp/node_modules/esquery/dist/esquery.esm.min.js b/apps/angular/node_modules/esquery/dist/esquery.esm.min.js similarity index 100% rename from ClientApp/node_modules/esquery/dist/esquery.esm.min.js rename to apps/angular/node_modules/esquery/dist/esquery.esm.min.js diff --git a/ClientApp/node_modules/esquery/dist/esquery.esm.min.js.map b/apps/angular/node_modules/esquery/dist/esquery.esm.min.js.map similarity index 100% rename from ClientApp/node_modules/esquery/dist/esquery.esm.min.js.map rename to apps/angular/node_modules/esquery/dist/esquery.esm.min.js.map diff --git a/ClientApp/node_modules/esquery/dist/esquery.js b/apps/angular/node_modules/esquery/dist/esquery.js similarity index 100% rename from ClientApp/node_modules/esquery/dist/esquery.js rename to apps/angular/node_modules/esquery/dist/esquery.js diff --git a/ClientApp/node_modules/esquery/dist/esquery.lite.js b/apps/angular/node_modules/esquery/dist/esquery.lite.js similarity index 100% rename from ClientApp/node_modules/esquery/dist/esquery.lite.js rename to apps/angular/node_modules/esquery/dist/esquery.lite.js diff --git a/ClientApp/node_modules/esquery/dist/esquery.lite.min.js b/apps/angular/node_modules/esquery/dist/esquery.lite.min.js similarity index 100% rename from ClientApp/node_modules/esquery/dist/esquery.lite.min.js rename to apps/angular/node_modules/esquery/dist/esquery.lite.min.js diff --git a/ClientApp/node_modules/esquery/dist/esquery.lite.min.js.map b/apps/angular/node_modules/esquery/dist/esquery.lite.min.js.map similarity index 100% rename from ClientApp/node_modules/esquery/dist/esquery.lite.min.js.map rename to apps/angular/node_modules/esquery/dist/esquery.lite.min.js.map diff --git a/ClientApp/node_modules/esquery/dist/esquery.min.js b/apps/angular/node_modules/esquery/dist/esquery.min.js similarity index 100% rename from ClientApp/node_modules/esquery/dist/esquery.min.js rename to apps/angular/node_modules/esquery/dist/esquery.min.js diff --git a/ClientApp/node_modules/esquery/dist/esquery.min.js.map b/apps/angular/node_modules/esquery/dist/esquery.min.js.map similarity index 100% rename from ClientApp/node_modules/esquery/dist/esquery.min.js.map rename to apps/angular/node_modules/esquery/dist/esquery.min.js.map diff --git a/ClientApp/node_modules/esquery/license.txt b/apps/angular/node_modules/esquery/license.txt similarity index 100% rename from ClientApp/node_modules/esquery/license.txt rename to apps/angular/node_modules/esquery/license.txt diff --git a/ClientApp/node_modules/esquery/package.json b/apps/angular/node_modules/esquery/package.json similarity index 100% rename from ClientApp/node_modules/esquery/package.json rename to apps/angular/node_modules/esquery/package.json diff --git a/ClientApp/node_modules/esquery/parser.js b/apps/angular/node_modules/esquery/parser.js similarity index 100% rename from ClientApp/node_modules/esquery/parser.js rename to apps/angular/node_modules/esquery/parser.js diff --git a/ClientApp/node_modules/esrecurse/.babelrc b/apps/angular/node_modules/esrecurse/.babelrc similarity index 100% rename from ClientApp/node_modules/esrecurse/.babelrc rename to apps/angular/node_modules/esrecurse/.babelrc diff --git a/ClientApp/node_modules/esrecurse/README.md b/apps/angular/node_modules/esrecurse/README.md similarity index 100% rename from ClientApp/node_modules/esrecurse/README.md rename to apps/angular/node_modules/esrecurse/README.md diff --git a/ClientApp/node_modules/esrecurse/esrecurse.js b/apps/angular/node_modules/esrecurse/esrecurse.js similarity index 100% rename from ClientApp/node_modules/esrecurse/esrecurse.js rename to apps/angular/node_modules/esrecurse/esrecurse.js diff --git a/ClientApp/node_modules/esrecurse/gulpfile.babel.js b/apps/angular/node_modules/esrecurse/gulpfile.babel.js similarity index 100% rename from ClientApp/node_modules/esrecurse/gulpfile.babel.js rename to apps/angular/node_modules/esrecurse/gulpfile.babel.js diff --git a/ClientApp/node_modules/esrecurse/package.json b/apps/angular/node_modules/esrecurse/package.json similarity index 100% rename from ClientApp/node_modules/esrecurse/package.json rename to apps/angular/node_modules/esrecurse/package.json diff --git a/ClientApp/node_modules/estraverse/.jshintrc b/apps/angular/node_modules/estraverse/.jshintrc similarity index 100% rename from ClientApp/node_modules/estraverse/.jshintrc rename to apps/angular/node_modules/estraverse/.jshintrc diff --git a/ClientApp/node_modules/estraverse/LICENSE.BSD b/apps/angular/node_modules/estraverse/LICENSE.BSD similarity index 100% rename from ClientApp/node_modules/estraverse/LICENSE.BSD rename to apps/angular/node_modules/estraverse/LICENSE.BSD diff --git a/ClientApp/node_modules/estraverse/README.md b/apps/angular/node_modules/estraverse/README.md similarity index 100% rename from ClientApp/node_modules/estraverse/README.md rename to apps/angular/node_modules/estraverse/README.md diff --git a/ClientApp/node_modules/estraverse/estraverse.js b/apps/angular/node_modules/estraverse/estraverse.js similarity index 100% rename from ClientApp/node_modules/estraverse/estraverse.js rename to apps/angular/node_modules/estraverse/estraverse.js diff --git a/ClientApp/node_modules/estraverse/gulpfile.js b/apps/angular/node_modules/estraverse/gulpfile.js similarity index 100% rename from ClientApp/node_modules/estraverse/gulpfile.js rename to apps/angular/node_modules/estraverse/gulpfile.js diff --git a/ClientApp/node_modules/estraverse/package.json b/apps/angular/node_modules/estraverse/package.json similarity index 100% rename from ClientApp/node_modules/estraverse/package.json rename to apps/angular/node_modules/estraverse/package.json diff --git a/ClientApp/node_modules/estree-walker/LICENSE b/apps/angular/node_modules/estree-walker/LICENSE similarity index 100% rename from ClientApp/node_modules/estree-walker/LICENSE rename to apps/angular/node_modules/estree-walker/LICENSE diff --git a/ClientApp/node_modules/estree-walker/README.md b/apps/angular/node_modules/estree-walker/README.md similarity index 100% rename from ClientApp/node_modules/estree-walker/README.md rename to apps/angular/node_modules/estree-walker/README.md diff --git a/ClientApp/node_modules/estree-walker/package.json b/apps/angular/node_modules/estree-walker/package.json similarity index 100% rename from ClientApp/node_modules/estree-walker/package.json rename to apps/angular/node_modules/estree-walker/package.json diff --git a/ClientApp/node_modules/estree-walker/src/async.js b/apps/angular/node_modules/estree-walker/src/async.js similarity index 100% rename from ClientApp/node_modules/estree-walker/src/async.js rename to apps/angular/node_modules/estree-walker/src/async.js diff --git a/ClientApp/node_modules/estree-walker/src/index.js b/apps/angular/node_modules/estree-walker/src/index.js similarity index 100% rename from ClientApp/node_modules/estree-walker/src/index.js rename to apps/angular/node_modules/estree-walker/src/index.js diff --git a/ClientApp/node_modules/estree-walker/src/sync.js b/apps/angular/node_modules/estree-walker/src/sync.js similarity index 100% rename from ClientApp/node_modules/estree-walker/src/sync.js rename to apps/angular/node_modules/estree-walker/src/sync.js diff --git a/ClientApp/node_modules/estree-walker/src/walker.js b/apps/angular/node_modules/estree-walker/src/walker.js similarity index 100% rename from ClientApp/node_modules/estree-walker/src/walker.js rename to apps/angular/node_modules/estree-walker/src/walker.js diff --git a/ClientApp/node_modules/estree-walker/types/async.d.ts b/apps/angular/node_modules/estree-walker/types/async.d.ts similarity index 100% rename from ClientApp/node_modules/estree-walker/types/async.d.ts rename to apps/angular/node_modules/estree-walker/types/async.d.ts diff --git a/ClientApp/node_modules/estree-walker/types/index.d.ts b/apps/angular/node_modules/estree-walker/types/index.d.ts similarity index 100% rename from ClientApp/node_modules/estree-walker/types/index.d.ts rename to apps/angular/node_modules/estree-walker/types/index.d.ts diff --git a/ClientApp/node_modules/estree-walker/types/sync.d.ts b/apps/angular/node_modules/estree-walker/types/sync.d.ts similarity index 100% rename from ClientApp/node_modules/estree-walker/types/sync.d.ts rename to apps/angular/node_modules/estree-walker/types/sync.d.ts diff --git a/ClientApp/node_modules/estree-walker/types/walker.d.ts b/apps/angular/node_modules/estree-walker/types/walker.d.ts similarity index 100% rename from ClientApp/node_modules/estree-walker/types/walker.d.ts rename to apps/angular/node_modules/estree-walker/types/walker.d.ts diff --git a/ClientApp/node_modules/esutils/LICENSE.BSD b/apps/angular/node_modules/esutils/LICENSE.BSD similarity index 100% rename from ClientApp/node_modules/esutils/LICENSE.BSD rename to apps/angular/node_modules/esutils/LICENSE.BSD diff --git a/ClientApp/node_modules/esutils/README.md b/apps/angular/node_modules/esutils/README.md similarity index 100% rename from ClientApp/node_modules/esutils/README.md rename to apps/angular/node_modules/esutils/README.md diff --git a/ClientApp/node_modules/esutils/lib/ast.js b/apps/angular/node_modules/esutils/lib/ast.js similarity index 100% rename from ClientApp/node_modules/esutils/lib/ast.js rename to apps/angular/node_modules/esutils/lib/ast.js diff --git a/ClientApp/node_modules/esutils/lib/code.js b/apps/angular/node_modules/esutils/lib/code.js similarity index 100% rename from ClientApp/node_modules/esutils/lib/code.js rename to apps/angular/node_modules/esutils/lib/code.js diff --git a/ClientApp/node_modules/esutils/lib/keyword.js b/apps/angular/node_modules/esutils/lib/keyword.js similarity index 100% rename from ClientApp/node_modules/esutils/lib/keyword.js rename to apps/angular/node_modules/esutils/lib/keyword.js diff --git a/ClientApp/node_modules/esutils/lib/utils.js b/apps/angular/node_modules/esutils/lib/utils.js similarity index 100% rename from ClientApp/node_modules/esutils/lib/utils.js rename to apps/angular/node_modules/esutils/lib/utils.js diff --git a/ClientApp/node_modules/esutils/package.json b/apps/angular/node_modules/esutils/package.json similarity index 100% rename from ClientApp/node_modules/esutils/package.json rename to apps/angular/node_modules/esutils/package.json diff --git a/ClientApp/node_modules/eventemitter2/LICENSE.txt b/apps/angular/node_modules/eventemitter2/LICENSE.txt similarity index 100% rename from ClientApp/node_modules/eventemitter2/LICENSE.txt rename to apps/angular/node_modules/eventemitter2/LICENSE.txt diff --git a/ClientApp/node_modules/eventemitter2/README.md b/apps/angular/node_modules/eventemitter2/README.md similarity index 100% rename from ClientApp/node_modules/eventemitter2/README.md rename to apps/angular/node_modules/eventemitter2/README.md diff --git a/ClientApp/node_modules/eventemitter2/eventemitter2.d.ts b/apps/angular/node_modules/eventemitter2/eventemitter2.d.ts similarity index 100% rename from ClientApp/node_modules/eventemitter2/eventemitter2.d.ts rename to apps/angular/node_modules/eventemitter2/eventemitter2.d.ts diff --git a/ClientApp/node_modules/eventemitter2/index.js b/apps/angular/node_modules/eventemitter2/index.js similarity index 100% rename from ClientApp/node_modules/eventemitter2/index.js rename to apps/angular/node_modules/eventemitter2/index.js diff --git a/ClientApp/node_modules/eventemitter2/lib/eventemitter2.js b/apps/angular/node_modules/eventemitter2/lib/eventemitter2.js similarity index 100% rename from ClientApp/node_modules/eventemitter2/lib/eventemitter2.js rename to apps/angular/node_modules/eventemitter2/lib/eventemitter2.js diff --git a/ClientApp/node_modules/eventemitter2/package.json b/apps/angular/node_modules/eventemitter2/package.json similarity index 100% rename from ClientApp/node_modules/eventemitter2/package.json rename to apps/angular/node_modules/eventemitter2/package.json diff --git a/ClientApp/node_modules/execa/index.d.ts b/apps/angular/node_modules/execa/index.d.ts similarity index 100% rename from ClientApp/node_modules/execa/index.d.ts rename to apps/angular/node_modules/execa/index.d.ts diff --git a/ClientApp/node_modules/execa/index.js b/apps/angular/node_modules/execa/index.js similarity index 100% rename from ClientApp/node_modules/execa/index.js rename to apps/angular/node_modules/execa/index.js diff --git a/ClientApp/node_modules/execa/lib/command.js b/apps/angular/node_modules/execa/lib/command.js similarity index 100% rename from ClientApp/node_modules/execa/lib/command.js rename to apps/angular/node_modules/execa/lib/command.js diff --git a/ClientApp/node_modules/execa/lib/error.js b/apps/angular/node_modules/execa/lib/error.js similarity index 100% rename from ClientApp/node_modules/execa/lib/error.js rename to apps/angular/node_modules/execa/lib/error.js diff --git a/ClientApp/node_modules/execa/lib/kill.js b/apps/angular/node_modules/execa/lib/kill.js similarity index 100% rename from ClientApp/node_modules/execa/lib/kill.js rename to apps/angular/node_modules/execa/lib/kill.js diff --git a/ClientApp/node_modules/execa/lib/promise.js b/apps/angular/node_modules/execa/lib/promise.js similarity index 100% rename from ClientApp/node_modules/execa/lib/promise.js rename to apps/angular/node_modules/execa/lib/promise.js diff --git a/ClientApp/node_modules/execa/lib/stdio.js b/apps/angular/node_modules/execa/lib/stdio.js similarity index 100% rename from ClientApp/node_modules/execa/lib/stdio.js rename to apps/angular/node_modules/execa/lib/stdio.js diff --git a/ClientApp/node_modules/execa/lib/stream.js b/apps/angular/node_modules/execa/lib/stream.js similarity index 100% rename from ClientApp/node_modules/execa/lib/stream.js rename to apps/angular/node_modules/execa/lib/stream.js diff --git a/ClientApp/node_modules/execa/license b/apps/angular/node_modules/execa/license similarity index 100% rename from ClientApp/node_modules/execa/license rename to apps/angular/node_modules/execa/license diff --git a/ClientApp/node_modules/execa/package.json b/apps/angular/node_modules/execa/package.json similarity index 100% rename from ClientApp/node_modules/execa/package.json rename to apps/angular/node_modules/execa/package.json diff --git a/ClientApp/node_modules/execa/readme.md b/apps/angular/node_modules/execa/readme.md similarity index 100% rename from ClientApp/node_modules/execa/readme.md rename to apps/angular/node_modules/execa/readme.md diff --git a/ClientApp/node_modules/executable/index.js b/apps/angular/node_modules/executable/index.js similarity index 100% rename from ClientApp/node_modules/executable/index.js rename to apps/angular/node_modules/executable/index.js diff --git a/ClientApp/node_modules/executable/license b/apps/angular/node_modules/executable/license similarity index 100% rename from ClientApp/node_modules/executable/license rename to apps/angular/node_modules/executable/license diff --git a/ClientApp/node_modules/executable/package.json b/apps/angular/node_modules/executable/package.json similarity index 100% rename from ClientApp/node_modules/executable/package.json rename to apps/angular/node_modules/executable/package.json diff --git a/ClientApp/node_modules/executable/readme.md b/apps/angular/node_modules/executable/readme.md similarity index 100% rename from ClientApp/node_modules/executable/readme.md rename to apps/angular/node_modules/executable/readme.md diff --git a/ClientApp/node_modules/extend/.editorconfig b/apps/angular/node_modules/extend/.editorconfig similarity index 100% rename from ClientApp/node_modules/extend/.editorconfig rename to apps/angular/node_modules/extend/.editorconfig diff --git a/ClientApp/node_modules/extend/.eslintrc b/apps/angular/node_modules/extend/.eslintrc similarity index 100% rename from ClientApp/node_modules/extend/.eslintrc rename to apps/angular/node_modules/extend/.eslintrc diff --git a/ClientApp/node_modules/extend/.jscs.json b/apps/angular/node_modules/extend/.jscs.json similarity index 100% rename from ClientApp/node_modules/extend/.jscs.json rename to apps/angular/node_modules/extend/.jscs.json diff --git a/ClientApp/node_modules/extend/.travis.yml b/apps/angular/node_modules/extend/.travis.yml similarity index 100% rename from ClientApp/node_modules/extend/.travis.yml rename to apps/angular/node_modules/extend/.travis.yml diff --git a/ClientApp/node_modules/extend/CHANGELOG.md b/apps/angular/node_modules/extend/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/extend/CHANGELOG.md rename to apps/angular/node_modules/extend/CHANGELOG.md diff --git a/ClientApp/node_modules/extend/LICENSE b/apps/angular/node_modules/extend/LICENSE similarity index 100% rename from ClientApp/node_modules/extend/LICENSE rename to apps/angular/node_modules/extend/LICENSE diff --git a/ClientApp/node_modules/extend/README.md b/apps/angular/node_modules/extend/README.md similarity index 100% rename from ClientApp/node_modules/extend/README.md rename to apps/angular/node_modules/extend/README.md diff --git a/ClientApp/node_modules/extend/component.json b/apps/angular/node_modules/extend/component.json similarity index 100% rename from ClientApp/node_modules/extend/component.json rename to apps/angular/node_modules/extend/component.json diff --git a/ClientApp/node_modules/extend/index.js b/apps/angular/node_modules/extend/index.js similarity index 100% rename from ClientApp/node_modules/extend/index.js rename to apps/angular/node_modules/extend/index.js diff --git a/ClientApp/node_modules/extend/package.json b/apps/angular/node_modules/extend/package.json similarity index 100% rename from ClientApp/node_modules/extend/package.json rename to apps/angular/node_modules/extend/package.json diff --git a/ClientApp/node_modules/extract-zip/LICENSE b/apps/angular/node_modules/extract-zip/LICENSE similarity index 100% rename from ClientApp/node_modules/extract-zip/LICENSE rename to apps/angular/node_modules/extract-zip/LICENSE diff --git a/ClientApp/node_modules/extract-zip/cli.js b/apps/angular/node_modules/extract-zip/cli.js similarity index 100% rename from ClientApp/node_modules/extract-zip/cli.js rename to apps/angular/node_modules/extract-zip/cli.js diff --git a/ClientApp/node_modules/extract-zip/index.d.ts b/apps/angular/node_modules/extract-zip/index.d.ts similarity index 100% rename from ClientApp/node_modules/extract-zip/index.d.ts rename to apps/angular/node_modules/extract-zip/index.d.ts diff --git a/ClientApp/node_modules/extract-zip/index.js b/apps/angular/node_modules/extract-zip/index.js similarity index 100% rename from ClientApp/node_modules/extract-zip/index.js rename to apps/angular/node_modules/extract-zip/index.js diff --git a/ClientApp/node_modules/extract-zip/package.json b/apps/angular/node_modules/extract-zip/package.json similarity index 100% rename from ClientApp/node_modules/extract-zip/package.json rename to apps/angular/node_modules/extract-zip/package.json diff --git a/ClientApp/node_modules/extract-zip/readme.md b/apps/angular/node_modules/extract-zip/readme.md similarity index 100% rename from ClientApp/node_modules/extract-zip/readme.md rename to apps/angular/node_modules/extract-zip/readme.md diff --git a/ClientApp/node_modules/extsprintf/.gitmodules b/apps/angular/node_modules/extsprintf/.gitmodules similarity index 100% rename from ClientApp/node_modules/extsprintf/.gitmodules rename to apps/angular/node_modules/extsprintf/.gitmodules diff --git a/ClientApp/node_modules/extsprintf/.npmignore b/apps/angular/node_modules/extsprintf/.npmignore similarity index 100% rename from ClientApp/node_modules/extsprintf/.npmignore rename to apps/angular/node_modules/extsprintf/.npmignore diff --git a/ClientApp/node_modules/extsprintf/LICENSE b/apps/angular/node_modules/extsprintf/LICENSE similarity index 100% rename from ClientApp/node_modules/extsprintf/LICENSE rename to apps/angular/node_modules/extsprintf/LICENSE diff --git a/ClientApp/node_modules/extsprintf/Makefile b/apps/angular/node_modules/extsprintf/Makefile similarity index 100% rename from ClientApp/node_modules/extsprintf/Makefile rename to apps/angular/node_modules/extsprintf/Makefile diff --git a/ClientApp/node_modules/extsprintf/Makefile.targ b/apps/angular/node_modules/extsprintf/Makefile.targ similarity index 100% rename from ClientApp/node_modules/extsprintf/Makefile.targ rename to apps/angular/node_modules/extsprintf/Makefile.targ diff --git a/ClientApp/node_modules/extsprintf/README.md b/apps/angular/node_modules/extsprintf/README.md similarity index 100% rename from ClientApp/node_modules/extsprintf/README.md rename to apps/angular/node_modules/extsprintf/README.md diff --git a/ClientApp/node_modules/extsprintf/jsl.node.conf b/apps/angular/node_modules/extsprintf/jsl.node.conf similarity index 100% rename from ClientApp/node_modules/extsprintf/jsl.node.conf rename to apps/angular/node_modules/extsprintf/jsl.node.conf diff --git a/ClientApp/node_modules/extsprintf/lib/extsprintf.js b/apps/angular/node_modules/extsprintf/lib/extsprintf.js similarity index 100% rename from ClientApp/node_modules/extsprintf/lib/extsprintf.js rename to apps/angular/node_modules/extsprintf/lib/extsprintf.js diff --git a/ClientApp/node_modules/extsprintf/package.json b/apps/angular/node_modules/extsprintf/package.json similarity index 100% rename from ClientApp/node_modules/extsprintf/package.json rename to apps/angular/node_modules/extsprintf/package.json diff --git a/ClientApp/node_modules/fast-deep-equal/LICENSE b/apps/angular/node_modules/fast-deep-equal/LICENSE similarity index 100% rename from ClientApp/node_modules/fast-deep-equal/LICENSE rename to apps/angular/node_modules/fast-deep-equal/LICENSE diff --git a/ClientApp/node_modules/fast-deep-equal/README.md b/apps/angular/node_modules/fast-deep-equal/README.md similarity index 100% rename from ClientApp/node_modules/fast-deep-equal/README.md rename to apps/angular/node_modules/fast-deep-equal/README.md diff --git a/ClientApp/node_modules/fast-deep-equal/es6/index.d.ts b/apps/angular/node_modules/fast-deep-equal/es6/index.d.ts similarity index 100% rename from ClientApp/node_modules/fast-deep-equal/es6/index.d.ts rename to apps/angular/node_modules/fast-deep-equal/es6/index.d.ts diff --git a/ClientApp/node_modules/fast-deep-equal/es6/index.js b/apps/angular/node_modules/fast-deep-equal/es6/index.js similarity index 100% rename from ClientApp/node_modules/fast-deep-equal/es6/index.js rename to apps/angular/node_modules/fast-deep-equal/es6/index.js diff --git a/ClientApp/node_modules/fast-deep-equal/es6/react.d.ts b/apps/angular/node_modules/fast-deep-equal/es6/react.d.ts similarity index 100% rename from ClientApp/node_modules/fast-deep-equal/es6/react.d.ts rename to apps/angular/node_modules/fast-deep-equal/es6/react.d.ts diff --git a/ClientApp/node_modules/fast-deep-equal/es6/react.js b/apps/angular/node_modules/fast-deep-equal/es6/react.js similarity index 100% rename from ClientApp/node_modules/fast-deep-equal/es6/react.js rename to apps/angular/node_modules/fast-deep-equal/es6/react.js diff --git a/ClientApp/node_modules/fast-deep-equal/index.d.ts b/apps/angular/node_modules/fast-deep-equal/index.d.ts similarity index 100% rename from ClientApp/node_modules/fast-deep-equal/index.d.ts rename to apps/angular/node_modules/fast-deep-equal/index.d.ts diff --git a/ClientApp/node_modules/fast-deep-equal/index.js b/apps/angular/node_modules/fast-deep-equal/index.js similarity index 100% rename from ClientApp/node_modules/fast-deep-equal/index.js rename to apps/angular/node_modules/fast-deep-equal/index.js diff --git a/ClientApp/node_modules/fast-deep-equal/package.json b/apps/angular/node_modules/fast-deep-equal/package.json similarity index 100% rename from ClientApp/node_modules/fast-deep-equal/package.json rename to apps/angular/node_modules/fast-deep-equal/package.json diff --git a/ClientApp/node_modules/fast-deep-equal/react.d.ts b/apps/angular/node_modules/fast-deep-equal/react.d.ts similarity index 100% rename from ClientApp/node_modules/fast-deep-equal/react.d.ts rename to apps/angular/node_modules/fast-deep-equal/react.d.ts diff --git a/ClientApp/node_modules/fast-deep-equal/react.js b/apps/angular/node_modules/fast-deep-equal/react.js similarity index 100% rename from ClientApp/node_modules/fast-deep-equal/react.js rename to apps/angular/node_modules/fast-deep-equal/react.js diff --git a/ClientApp/node_modules/fast-glob/LICENSE b/apps/angular/node_modules/fast-glob/LICENSE similarity index 100% rename from ClientApp/node_modules/fast-glob/LICENSE rename to apps/angular/node_modules/fast-glob/LICENSE diff --git a/ClientApp/node_modules/fast-glob/README.md b/apps/angular/node_modules/fast-glob/README.md similarity index 100% rename from ClientApp/node_modules/fast-glob/README.md rename to apps/angular/node_modules/fast-glob/README.md diff --git a/ClientApp/node_modules/fast-glob/node_modules/glob-parent/CHANGELOG.md b/apps/angular/node_modules/fast-glob/node_modules/glob-parent/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/fast-glob/node_modules/glob-parent/CHANGELOG.md rename to apps/angular/node_modules/fast-glob/node_modules/glob-parent/CHANGELOG.md diff --git a/ClientApp/node_modules/fast-glob/node_modules/glob-parent/LICENSE b/apps/angular/node_modules/fast-glob/node_modules/glob-parent/LICENSE similarity index 100% rename from ClientApp/node_modules/fast-glob/node_modules/glob-parent/LICENSE rename to apps/angular/node_modules/fast-glob/node_modules/glob-parent/LICENSE diff --git a/ClientApp/node_modules/fast-glob/node_modules/glob-parent/README.md b/apps/angular/node_modules/fast-glob/node_modules/glob-parent/README.md similarity index 100% rename from ClientApp/node_modules/fast-glob/node_modules/glob-parent/README.md rename to apps/angular/node_modules/fast-glob/node_modules/glob-parent/README.md diff --git a/ClientApp/node_modules/fast-glob/node_modules/glob-parent/index.js b/apps/angular/node_modules/fast-glob/node_modules/glob-parent/index.js similarity index 100% rename from ClientApp/node_modules/fast-glob/node_modules/glob-parent/index.js rename to apps/angular/node_modules/fast-glob/node_modules/glob-parent/index.js diff --git a/ClientApp/node_modules/fast-glob/node_modules/glob-parent/package.json b/apps/angular/node_modules/fast-glob/node_modules/glob-parent/package.json similarity index 100% rename from ClientApp/node_modules/fast-glob/node_modules/glob-parent/package.json rename to apps/angular/node_modules/fast-glob/node_modules/glob-parent/package.json diff --git a/ClientApp/node_modules/fast-glob/out/index.d.ts b/apps/angular/node_modules/fast-glob/out/index.d.ts similarity index 100% rename from ClientApp/node_modules/fast-glob/out/index.d.ts rename to apps/angular/node_modules/fast-glob/out/index.d.ts diff --git a/ClientApp/node_modules/fast-glob/out/index.js b/apps/angular/node_modules/fast-glob/out/index.js similarity index 100% rename from ClientApp/node_modules/fast-glob/out/index.js rename to apps/angular/node_modules/fast-glob/out/index.js diff --git a/ClientApp/node_modules/fast-glob/out/managers/tasks.d.ts b/apps/angular/node_modules/fast-glob/out/managers/tasks.d.ts similarity index 100% rename from ClientApp/node_modules/fast-glob/out/managers/tasks.d.ts rename to apps/angular/node_modules/fast-glob/out/managers/tasks.d.ts diff --git a/ClientApp/node_modules/fast-glob/out/managers/tasks.js b/apps/angular/node_modules/fast-glob/out/managers/tasks.js similarity index 100% rename from ClientApp/node_modules/fast-glob/out/managers/tasks.js rename to apps/angular/node_modules/fast-glob/out/managers/tasks.js diff --git a/ClientApp/node_modules/fast-glob/out/providers/async.d.ts b/apps/angular/node_modules/fast-glob/out/providers/async.d.ts similarity index 100% rename from ClientApp/node_modules/fast-glob/out/providers/async.d.ts rename to apps/angular/node_modules/fast-glob/out/providers/async.d.ts diff --git a/ClientApp/node_modules/fast-glob/out/providers/async.js b/apps/angular/node_modules/fast-glob/out/providers/async.js similarity index 100% rename from ClientApp/node_modules/fast-glob/out/providers/async.js rename to apps/angular/node_modules/fast-glob/out/providers/async.js diff --git a/ClientApp/node_modules/fast-glob/out/providers/filters/deep.d.ts b/apps/angular/node_modules/fast-glob/out/providers/filters/deep.d.ts similarity index 100% rename from ClientApp/node_modules/fast-glob/out/providers/filters/deep.d.ts rename to apps/angular/node_modules/fast-glob/out/providers/filters/deep.d.ts diff --git a/ClientApp/node_modules/fast-glob/out/providers/filters/deep.js b/apps/angular/node_modules/fast-glob/out/providers/filters/deep.js similarity index 100% rename from ClientApp/node_modules/fast-glob/out/providers/filters/deep.js rename to apps/angular/node_modules/fast-glob/out/providers/filters/deep.js diff --git a/ClientApp/node_modules/fast-glob/out/providers/filters/entry.d.ts b/apps/angular/node_modules/fast-glob/out/providers/filters/entry.d.ts similarity index 100% rename from ClientApp/node_modules/fast-glob/out/providers/filters/entry.d.ts rename to apps/angular/node_modules/fast-glob/out/providers/filters/entry.d.ts diff --git a/ClientApp/node_modules/fast-glob/out/providers/filters/entry.js b/apps/angular/node_modules/fast-glob/out/providers/filters/entry.js similarity index 100% rename from ClientApp/node_modules/fast-glob/out/providers/filters/entry.js rename to apps/angular/node_modules/fast-glob/out/providers/filters/entry.js diff --git a/ClientApp/node_modules/fast-glob/out/providers/filters/error.d.ts b/apps/angular/node_modules/fast-glob/out/providers/filters/error.d.ts similarity index 100% rename from ClientApp/node_modules/fast-glob/out/providers/filters/error.d.ts rename to apps/angular/node_modules/fast-glob/out/providers/filters/error.d.ts diff --git a/ClientApp/node_modules/fast-glob/out/providers/filters/error.js b/apps/angular/node_modules/fast-glob/out/providers/filters/error.js similarity index 100% rename from ClientApp/node_modules/fast-glob/out/providers/filters/error.js rename to apps/angular/node_modules/fast-glob/out/providers/filters/error.js diff --git a/ClientApp/node_modules/fast-glob/out/providers/matchers/matcher.d.ts b/apps/angular/node_modules/fast-glob/out/providers/matchers/matcher.d.ts similarity index 100% rename from ClientApp/node_modules/fast-glob/out/providers/matchers/matcher.d.ts rename to apps/angular/node_modules/fast-glob/out/providers/matchers/matcher.d.ts diff --git a/ClientApp/node_modules/fast-glob/out/providers/matchers/matcher.js b/apps/angular/node_modules/fast-glob/out/providers/matchers/matcher.js similarity index 100% rename from ClientApp/node_modules/fast-glob/out/providers/matchers/matcher.js rename to apps/angular/node_modules/fast-glob/out/providers/matchers/matcher.js diff --git a/ClientApp/node_modules/fast-glob/out/providers/matchers/partial.d.ts b/apps/angular/node_modules/fast-glob/out/providers/matchers/partial.d.ts similarity index 100% rename from ClientApp/node_modules/fast-glob/out/providers/matchers/partial.d.ts rename to apps/angular/node_modules/fast-glob/out/providers/matchers/partial.d.ts diff --git a/ClientApp/node_modules/fast-glob/out/providers/matchers/partial.js b/apps/angular/node_modules/fast-glob/out/providers/matchers/partial.js similarity index 100% rename from ClientApp/node_modules/fast-glob/out/providers/matchers/partial.js rename to apps/angular/node_modules/fast-glob/out/providers/matchers/partial.js diff --git a/ClientApp/node_modules/fast-glob/out/providers/provider.d.ts b/apps/angular/node_modules/fast-glob/out/providers/provider.d.ts similarity index 100% rename from ClientApp/node_modules/fast-glob/out/providers/provider.d.ts rename to apps/angular/node_modules/fast-glob/out/providers/provider.d.ts diff --git a/ClientApp/node_modules/fast-glob/out/providers/provider.js b/apps/angular/node_modules/fast-glob/out/providers/provider.js similarity index 100% rename from ClientApp/node_modules/fast-glob/out/providers/provider.js rename to apps/angular/node_modules/fast-glob/out/providers/provider.js diff --git a/ClientApp/node_modules/fast-glob/out/providers/stream.d.ts b/apps/angular/node_modules/fast-glob/out/providers/stream.d.ts similarity index 100% rename from ClientApp/node_modules/fast-glob/out/providers/stream.d.ts rename to apps/angular/node_modules/fast-glob/out/providers/stream.d.ts diff --git a/ClientApp/node_modules/fast-glob/out/providers/stream.js b/apps/angular/node_modules/fast-glob/out/providers/stream.js similarity index 100% rename from ClientApp/node_modules/fast-glob/out/providers/stream.js rename to apps/angular/node_modules/fast-glob/out/providers/stream.js diff --git a/ClientApp/node_modules/fast-glob/out/providers/sync.d.ts b/apps/angular/node_modules/fast-glob/out/providers/sync.d.ts similarity index 100% rename from ClientApp/node_modules/fast-glob/out/providers/sync.d.ts rename to apps/angular/node_modules/fast-glob/out/providers/sync.d.ts diff --git a/ClientApp/node_modules/fast-glob/out/providers/sync.js b/apps/angular/node_modules/fast-glob/out/providers/sync.js similarity index 100% rename from ClientApp/node_modules/fast-glob/out/providers/sync.js rename to apps/angular/node_modules/fast-glob/out/providers/sync.js diff --git a/ClientApp/node_modules/fast-glob/out/providers/transformers/entry.d.ts b/apps/angular/node_modules/fast-glob/out/providers/transformers/entry.d.ts similarity index 100% rename from ClientApp/node_modules/fast-glob/out/providers/transformers/entry.d.ts rename to apps/angular/node_modules/fast-glob/out/providers/transformers/entry.d.ts diff --git a/ClientApp/node_modules/fast-glob/out/providers/transformers/entry.js b/apps/angular/node_modules/fast-glob/out/providers/transformers/entry.js similarity index 100% rename from ClientApp/node_modules/fast-glob/out/providers/transformers/entry.js rename to apps/angular/node_modules/fast-glob/out/providers/transformers/entry.js diff --git a/ClientApp/node_modules/fast-glob/out/readers/async.d.ts b/apps/angular/node_modules/fast-glob/out/readers/async.d.ts similarity index 100% rename from ClientApp/node_modules/fast-glob/out/readers/async.d.ts rename to apps/angular/node_modules/fast-glob/out/readers/async.d.ts diff --git a/ClientApp/node_modules/fast-glob/out/readers/async.js b/apps/angular/node_modules/fast-glob/out/readers/async.js similarity index 100% rename from ClientApp/node_modules/fast-glob/out/readers/async.js rename to apps/angular/node_modules/fast-glob/out/readers/async.js diff --git a/ClientApp/node_modules/fast-glob/out/readers/reader.d.ts b/apps/angular/node_modules/fast-glob/out/readers/reader.d.ts similarity index 100% rename from ClientApp/node_modules/fast-glob/out/readers/reader.d.ts rename to apps/angular/node_modules/fast-glob/out/readers/reader.d.ts diff --git a/ClientApp/node_modules/fast-glob/out/readers/reader.js b/apps/angular/node_modules/fast-glob/out/readers/reader.js similarity index 100% rename from ClientApp/node_modules/fast-glob/out/readers/reader.js rename to apps/angular/node_modules/fast-glob/out/readers/reader.js diff --git a/ClientApp/node_modules/fast-glob/out/readers/stream.d.ts b/apps/angular/node_modules/fast-glob/out/readers/stream.d.ts similarity index 100% rename from ClientApp/node_modules/fast-glob/out/readers/stream.d.ts rename to apps/angular/node_modules/fast-glob/out/readers/stream.d.ts diff --git a/ClientApp/node_modules/fast-glob/out/readers/stream.js b/apps/angular/node_modules/fast-glob/out/readers/stream.js similarity index 100% rename from ClientApp/node_modules/fast-glob/out/readers/stream.js rename to apps/angular/node_modules/fast-glob/out/readers/stream.js diff --git a/ClientApp/node_modules/fast-glob/out/readers/sync.d.ts b/apps/angular/node_modules/fast-glob/out/readers/sync.d.ts similarity index 100% rename from ClientApp/node_modules/fast-glob/out/readers/sync.d.ts rename to apps/angular/node_modules/fast-glob/out/readers/sync.d.ts diff --git a/ClientApp/node_modules/fast-glob/out/readers/sync.js b/apps/angular/node_modules/fast-glob/out/readers/sync.js similarity index 100% rename from ClientApp/node_modules/fast-glob/out/readers/sync.js rename to apps/angular/node_modules/fast-glob/out/readers/sync.js diff --git a/ClientApp/node_modules/fast-glob/out/settings.d.ts b/apps/angular/node_modules/fast-glob/out/settings.d.ts similarity index 100% rename from ClientApp/node_modules/fast-glob/out/settings.d.ts rename to apps/angular/node_modules/fast-glob/out/settings.d.ts diff --git a/ClientApp/node_modules/fast-glob/out/settings.js b/apps/angular/node_modules/fast-glob/out/settings.js similarity index 100% rename from ClientApp/node_modules/fast-glob/out/settings.js rename to apps/angular/node_modules/fast-glob/out/settings.js diff --git a/ClientApp/node_modules/fast-glob/out/types/index.d.ts b/apps/angular/node_modules/fast-glob/out/types/index.d.ts similarity index 100% rename from ClientApp/node_modules/fast-glob/out/types/index.d.ts rename to apps/angular/node_modules/fast-glob/out/types/index.d.ts diff --git a/ClientApp/node_modules/fast-glob/out/types/index.js b/apps/angular/node_modules/fast-glob/out/types/index.js similarity index 100% rename from ClientApp/node_modules/fast-glob/out/types/index.js rename to apps/angular/node_modules/fast-glob/out/types/index.js diff --git a/ClientApp/node_modules/fast-glob/out/utils/array.d.ts b/apps/angular/node_modules/fast-glob/out/utils/array.d.ts similarity index 100% rename from ClientApp/node_modules/fast-glob/out/utils/array.d.ts rename to apps/angular/node_modules/fast-glob/out/utils/array.d.ts diff --git a/ClientApp/node_modules/fast-glob/out/utils/array.js b/apps/angular/node_modules/fast-glob/out/utils/array.js similarity index 100% rename from ClientApp/node_modules/fast-glob/out/utils/array.js rename to apps/angular/node_modules/fast-glob/out/utils/array.js diff --git a/ClientApp/node_modules/fast-glob/out/utils/errno.d.ts b/apps/angular/node_modules/fast-glob/out/utils/errno.d.ts similarity index 100% rename from ClientApp/node_modules/fast-glob/out/utils/errno.d.ts rename to apps/angular/node_modules/fast-glob/out/utils/errno.d.ts diff --git a/ClientApp/node_modules/fast-glob/out/utils/errno.js b/apps/angular/node_modules/fast-glob/out/utils/errno.js similarity index 100% rename from ClientApp/node_modules/fast-glob/out/utils/errno.js rename to apps/angular/node_modules/fast-glob/out/utils/errno.js diff --git a/ClientApp/node_modules/fast-glob/out/utils/fs.d.ts b/apps/angular/node_modules/fast-glob/out/utils/fs.d.ts similarity index 100% rename from ClientApp/node_modules/fast-glob/out/utils/fs.d.ts rename to apps/angular/node_modules/fast-glob/out/utils/fs.d.ts diff --git a/ClientApp/node_modules/fast-glob/out/utils/fs.js b/apps/angular/node_modules/fast-glob/out/utils/fs.js similarity index 100% rename from ClientApp/node_modules/fast-glob/out/utils/fs.js rename to apps/angular/node_modules/fast-glob/out/utils/fs.js diff --git a/ClientApp/node_modules/fast-glob/out/utils/index.d.ts b/apps/angular/node_modules/fast-glob/out/utils/index.d.ts similarity index 100% rename from ClientApp/node_modules/fast-glob/out/utils/index.d.ts rename to apps/angular/node_modules/fast-glob/out/utils/index.d.ts diff --git a/ClientApp/node_modules/fast-glob/out/utils/index.js b/apps/angular/node_modules/fast-glob/out/utils/index.js similarity index 100% rename from ClientApp/node_modules/fast-glob/out/utils/index.js rename to apps/angular/node_modules/fast-glob/out/utils/index.js diff --git a/ClientApp/node_modules/fast-glob/out/utils/path.d.ts b/apps/angular/node_modules/fast-glob/out/utils/path.d.ts similarity index 100% rename from ClientApp/node_modules/fast-glob/out/utils/path.d.ts rename to apps/angular/node_modules/fast-glob/out/utils/path.d.ts diff --git a/ClientApp/node_modules/fast-glob/out/utils/path.js b/apps/angular/node_modules/fast-glob/out/utils/path.js similarity index 100% rename from ClientApp/node_modules/fast-glob/out/utils/path.js rename to apps/angular/node_modules/fast-glob/out/utils/path.js diff --git a/ClientApp/node_modules/fast-glob/out/utils/pattern.d.ts b/apps/angular/node_modules/fast-glob/out/utils/pattern.d.ts similarity index 100% rename from ClientApp/node_modules/fast-glob/out/utils/pattern.d.ts rename to apps/angular/node_modules/fast-glob/out/utils/pattern.d.ts diff --git a/ClientApp/node_modules/fast-glob/out/utils/pattern.js b/apps/angular/node_modules/fast-glob/out/utils/pattern.js similarity index 100% rename from ClientApp/node_modules/fast-glob/out/utils/pattern.js rename to apps/angular/node_modules/fast-glob/out/utils/pattern.js diff --git a/ClientApp/node_modules/fast-glob/out/utils/stream.d.ts b/apps/angular/node_modules/fast-glob/out/utils/stream.d.ts similarity index 100% rename from ClientApp/node_modules/fast-glob/out/utils/stream.d.ts rename to apps/angular/node_modules/fast-glob/out/utils/stream.d.ts diff --git a/ClientApp/node_modules/fast-glob/out/utils/stream.js b/apps/angular/node_modules/fast-glob/out/utils/stream.js similarity index 100% rename from ClientApp/node_modules/fast-glob/out/utils/stream.js rename to apps/angular/node_modules/fast-glob/out/utils/stream.js diff --git a/ClientApp/node_modules/fast-glob/out/utils/string.d.ts b/apps/angular/node_modules/fast-glob/out/utils/string.d.ts similarity index 100% rename from ClientApp/node_modules/fast-glob/out/utils/string.d.ts rename to apps/angular/node_modules/fast-glob/out/utils/string.d.ts diff --git a/ClientApp/node_modules/fast-glob/out/utils/string.js b/apps/angular/node_modules/fast-glob/out/utils/string.js similarity index 100% rename from ClientApp/node_modules/fast-glob/out/utils/string.js rename to apps/angular/node_modules/fast-glob/out/utils/string.js diff --git a/ClientApp/node_modules/fast-glob/package.json b/apps/angular/node_modules/fast-glob/package.json similarity index 100% rename from ClientApp/node_modules/fast-glob/package.json rename to apps/angular/node_modules/fast-glob/package.json diff --git a/ClientApp/node_modules/fast-json-stable-stringify/.eslintrc.yml b/apps/angular/node_modules/fast-json-stable-stringify/.eslintrc.yml similarity index 100% rename from ClientApp/node_modules/fast-json-stable-stringify/.eslintrc.yml rename to apps/angular/node_modules/fast-json-stable-stringify/.eslintrc.yml diff --git a/ClientApp/node_modules/fast-json-stable-stringify/.github/FUNDING.yml b/apps/angular/node_modules/fast-json-stable-stringify/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/fast-json-stable-stringify/.github/FUNDING.yml rename to apps/angular/node_modules/fast-json-stable-stringify/.github/FUNDING.yml diff --git a/ClientApp/node_modules/fast-json-stable-stringify/.travis.yml b/apps/angular/node_modules/fast-json-stable-stringify/.travis.yml similarity index 100% rename from ClientApp/node_modules/fast-json-stable-stringify/.travis.yml rename to apps/angular/node_modules/fast-json-stable-stringify/.travis.yml diff --git a/ClientApp/node_modules/fast-json-stable-stringify/LICENSE b/apps/angular/node_modules/fast-json-stable-stringify/LICENSE similarity index 100% rename from ClientApp/node_modules/fast-json-stable-stringify/LICENSE rename to apps/angular/node_modules/fast-json-stable-stringify/LICENSE diff --git a/ClientApp/node_modules/fast-json-stable-stringify/README.md b/apps/angular/node_modules/fast-json-stable-stringify/README.md similarity index 100% rename from ClientApp/node_modules/fast-json-stable-stringify/README.md rename to apps/angular/node_modules/fast-json-stable-stringify/README.md diff --git a/ClientApp/node_modules/fast-json-stable-stringify/benchmark/index.js b/apps/angular/node_modules/fast-json-stable-stringify/benchmark/index.js similarity index 100% rename from ClientApp/node_modules/fast-json-stable-stringify/benchmark/index.js rename to apps/angular/node_modules/fast-json-stable-stringify/benchmark/index.js diff --git a/ClientApp/node_modules/fast-json-stable-stringify/benchmark/test.json b/apps/angular/node_modules/fast-json-stable-stringify/benchmark/test.json similarity index 100% rename from ClientApp/node_modules/fast-json-stable-stringify/benchmark/test.json rename to apps/angular/node_modules/fast-json-stable-stringify/benchmark/test.json diff --git a/ClientApp/node_modules/fast-json-stable-stringify/example/key_cmp.js b/apps/angular/node_modules/fast-json-stable-stringify/example/key_cmp.js similarity index 100% rename from ClientApp/node_modules/fast-json-stable-stringify/example/key_cmp.js rename to apps/angular/node_modules/fast-json-stable-stringify/example/key_cmp.js diff --git a/ClientApp/node_modules/fast-json-stable-stringify/example/nested.js b/apps/angular/node_modules/fast-json-stable-stringify/example/nested.js similarity index 100% rename from ClientApp/node_modules/fast-json-stable-stringify/example/nested.js rename to apps/angular/node_modules/fast-json-stable-stringify/example/nested.js diff --git a/ClientApp/node_modules/fast-json-stable-stringify/example/str.js b/apps/angular/node_modules/fast-json-stable-stringify/example/str.js similarity index 100% rename from ClientApp/node_modules/fast-json-stable-stringify/example/str.js rename to apps/angular/node_modules/fast-json-stable-stringify/example/str.js diff --git a/ClientApp/node_modules/fast-json-stable-stringify/example/value_cmp.js b/apps/angular/node_modules/fast-json-stable-stringify/example/value_cmp.js similarity index 100% rename from ClientApp/node_modules/fast-json-stable-stringify/example/value_cmp.js rename to apps/angular/node_modules/fast-json-stable-stringify/example/value_cmp.js diff --git a/ClientApp/node_modules/fast-json-stable-stringify/index.d.ts b/apps/angular/node_modules/fast-json-stable-stringify/index.d.ts similarity index 100% rename from ClientApp/node_modules/fast-json-stable-stringify/index.d.ts rename to apps/angular/node_modules/fast-json-stable-stringify/index.d.ts diff --git a/ClientApp/node_modules/fast-json-stable-stringify/index.js b/apps/angular/node_modules/fast-json-stable-stringify/index.js similarity index 100% rename from ClientApp/node_modules/fast-json-stable-stringify/index.js rename to apps/angular/node_modules/fast-json-stable-stringify/index.js diff --git a/ClientApp/node_modules/fast-json-stable-stringify/package.json b/apps/angular/node_modules/fast-json-stable-stringify/package.json similarity index 100% rename from ClientApp/node_modules/fast-json-stable-stringify/package.json rename to apps/angular/node_modules/fast-json-stable-stringify/package.json diff --git a/ClientApp/node_modules/fast-json-stable-stringify/test/cmp.js b/apps/angular/node_modules/fast-json-stable-stringify/test/cmp.js similarity index 100% rename from ClientApp/node_modules/fast-json-stable-stringify/test/cmp.js rename to apps/angular/node_modules/fast-json-stable-stringify/test/cmp.js diff --git a/ClientApp/node_modules/fast-json-stable-stringify/test/nested.js b/apps/angular/node_modules/fast-json-stable-stringify/test/nested.js similarity index 100% rename from ClientApp/node_modules/fast-json-stable-stringify/test/nested.js rename to apps/angular/node_modules/fast-json-stable-stringify/test/nested.js diff --git a/ClientApp/node_modules/fast-json-stable-stringify/test/str.js b/apps/angular/node_modules/fast-json-stable-stringify/test/str.js similarity index 100% rename from ClientApp/node_modules/fast-json-stable-stringify/test/str.js rename to apps/angular/node_modules/fast-json-stable-stringify/test/str.js diff --git a/ClientApp/node_modules/fast-json-stable-stringify/test/to-json.js b/apps/angular/node_modules/fast-json-stable-stringify/test/to-json.js similarity index 100% rename from ClientApp/node_modules/fast-json-stable-stringify/test/to-json.js rename to apps/angular/node_modules/fast-json-stable-stringify/test/to-json.js diff --git a/ClientApp/node_modules/fast-levenshtein/LICENSE.md b/apps/angular/node_modules/fast-levenshtein/LICENSE.md similarity index 100% rename from ClientApp/node_modules/fast-levenshtein/LICENSE.md rename to apps/angular/node_modules/fast-levenshtein/LICENSE.md diff --git a/ClientApp/node_modules/fast-levenshtein/README.md b/apps/angular/node_modules/fast-levenshtein/README.md similarity index 100% rename from ClientApp/node_modules/fast-levenshtein/README.md rename to apps/angular/node_modules/fast-levenshtein/README.md diff --git a/ClientApp/node_modules/fast-levenshtein/levenshtein.js b/apps/angular/node_modules/fast-levenshtein/levenshtein.js similarity index 100% rename from ClientApp/node_modules/fast-levenshtein/levenshtein.js rename to apps/angular/node_modules/fast-levenshtein/levenshtein.js diff --git a/ClientApp/node_modules/fast-levenshtein/package.json b/apps/angular/node_modules/fast-levenshtein/package.json similarity index 100% rename from ClientApp/node_modules/fast-levenshtein/package.json rename to apps/angular/node_modules/fast-levenshtein/package.json diff --git a/ClientApp/node_modules/fastq/LICENSE b/apps/angular/node_modules/fastq/LICENSE similarity index 100% rename from ClientApp/node_modules/fastq/LICENSE rename to apps/angular/node_modules/fastq/LICENSE diff --git a/ClientApp/node_modules/fastq/README.md b/apps/angular/node_modules/fastq/README.md similarity index 100% rename from ClientApp/node_modules/fastq/README.md rename to apps/angular/node_modules/fastq/README.md diff --git a/ClientApp/node_modules/fastq/SECURITY.md b/apps/angular/node_modules/fastq/SECURITY.md similarity index 100% rename from ClientApp/node_modules/fastq/SECURITY.md rename to apps/angular/node_modules/fastq/SECURITY.md diff --git a/ClientApp/node_modules/fastq/bench.js b/apps/angular/node_modules/fastq/bench.js similarity index 100% rename from ClientApp/node_modules/fastq/bench.js rename to apps/angular/node_modules/fastq/bench.js diff --git a/ClientApp/node_modules/fastq/eslint.config.js b/apps/angular/node_modules/fastq/eslint.config.js similarity index 100% rename from ClientApp/node_modules/fastq/eslint.config.js rename to apps/angular/node_modules/fastq/eslint.config.js diff --git a/ClientApp/node_modules/fastq/example.js b/apps/angular/node_modules/fastq/example.js similarity index 100% rename from ClientApp/node_modules/fastq/example.js rename to apps/angular/node_modules/fastq/example.js diff --git a/ClientApp/node_modules/fastq/example.mjs b/apps/angular/node_modules/fastq/example.mjs similarity index 100% rename from ClientApp/node_modules/fastq/example.mjs rename to apps/angular/node_modules/fastq/example.mjs diff --git a/ClientApp/node_modules/fastq/index.d.ts b/apps/angular/node_modules/fastq/index.d.ts similarity index 100% rename from ClientApp/node_modules/fastq/index.d.ts rename to apps/angular/node_modules/fastq/index.d.ts diff --git a/ClientApp/node_modules/fastq/package.json b/apps/angular/node_modules/fastq/package.json similarity index 100% rename from ClientApp/node_modules/fastq/package.json rename to apps/angular/node_modules/fastq/package.json diff --git a/ClientApp/node_modules/fastq/queue.js b/apps/angular/node_modules/fastq/queue.js similarity index 100% rename from ClientApp/node_modules/fastq/queue.js rename to apps/angular/node_modules/fastq/queue.js diff --git a/ClientApp/node_modules/fastq/test/example.ts b/apps/angular/node_modules/fastq/test/example.ts similarity index 100% rename from ClientApp/node_modules/fastq/test/example.ts rename to apps/angular/node_modules/fastq/test/example.ts diff --git a/ClientApp/node_modules/fastq/test/promise.js b/apps/angular/node_modules/fastq/test/promise.js similarity index 100% rename from ClientApp/node_modules/fastq/test/promise.js rename to apps/angular/node_modules/fastq/test/promise.js diff --git a/ClientApp/node_modules/fastq/test/test.js b/apps/angular/node_modules/fastq/test/test.js similarity index 100% rename from ClientApp/node_modules/fastq/test/test.js rename to apps/angular/node_modules/fastq/test/test.js diff --git a/ClientApp/node_modules/fastq/test/tsconfig.json b/apps/angular/node_modules/fastq/test/tsconfig.json similarity index 100% rename from ClientApp/node_modules/fastq/test/tsconfig.json rename to apps/angular/node_modules/fastq/test/tsconfig.json diff --git a/ClientApp/node_modules/fd-slicer/.npmignore b/apps/angular/node_modules/fd-slicer/.npmignore similarity index 100% rename from ClientApp/node_modules/fd-slicer/.npmignore rename to apps/angular/node_modules/fd-slicer/.npmignore diff --git a/ClientApp/node_modules/fd-slicer/.travis.yml b/apps/angular/node_modules/fd-slicer/.travis.yml similarity index 100% rename from ClientApp/node_modules/fd-slicer/.travis.yml rename to apps/angular/node_modules/fd-slicer/.travis.yml diff --git a/ClientApp/node_modules/fd-slicer/CHANGELOG.md b/apps/angular/node_modules/fd-slicer/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/fd-slicer/CHANGELOG.md rename to apps/angular/node_modules/fd-slicer/CHANGELOG.md diff --git a/ClientApp/node_modules/fd-slicer/LICENSE b/apps/angular/node_modules/fd-slicer/LICENSE similarity index 100% rename from ClientApp/node_modules/fd-slicer/LICENSE rename to apps/angular/node_modules/fd-slicer/LICENSE diff --git a/ClientApp/node_modules/fd-slicer/README.md b/apps/angular/node_modules/fd-slicer/README.md similarity index 100% rename from ClientApp/node_modules/fd-slicer/README.md rename to apps/angular/node_modules/fd-slicer/README.md diff --git a/ClientApp/node_modules/fd-slicer/index.js b/apps/angular/node_modules/fd-slicer/index.js similarity index 100% rename from ClientApp/node_modules/fd-slicer/index.js rename to apps/angular/node_modules/fd-slicer/index.js diff --git a/ClientApp/node_modules/fd-slicer/package.json b/apps/angular/node_modules/fd-slicer/package.json similarity index 100% rename from ClientApp/node_modules/fd-slicer/package.json rename to apps/angular/node_modules/fd-slicer/package.json diff --git a/ClientApp/node_modules/fd-slicer/test/test.js b/apps/angular/node_modules/fd-slicer/test/test.js similarity index 100% rename from ClientApp/node_modules/fd-slicer/test/test.js rename to apps/angular/node_modules/fd-slicer/test/test.js diff --git a/ClientApp/node_modules/fflate/CHANGELOG.md b/apps/angular/node_modules/fflate/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/fflate/CHANGELOG.md rename to apps/angular/node_modules/fflate/CHANGELOG.md diff --git a/ClientApp/node_modules/fflate/LICENSE b/apps/angular/node_modules/fflate/LICENSE similarity index 100% rename from ClientApp/node_modules/fflate/LICENSE rename to apps/angular/node_modules/fflate/LICENSE diff --git a/ClientApp/node_modules/fflate/README.md b/apps/angular/node_modules/fflate/README.md similarity index 100% rename from ClientApp/node_modules/fflate/README.md rename to apps/angular/node_modules/fflate/README.md diff --git a/ClientApp/node_modules/fflate/esm/browser.d.ts b/apps/angular/node_modules/fflate/esm/browser.d.ts similarity index 100% rename from ClientApp/node_modules/fflate/esm/browser.d.ts rename to apps/angular/node_modules/fflate/esm/browser.d.ts diff --git a/ClientApp/node_modules/fflate/esm/browser.js b/apps/angular/node_modules/fflate/esm/browser.js similarity index 100% rename from ClientApp/node_modules/fflate/esm/browser.js rename to apps/angular/node_modules/fflate/esm/browser.js diff --git a/ClientApp/node_modules/fflate/esm/index.d.mts b/apps/angular/node_modules/fflate/esm/index.d.mts similarity index 100% rename from ClientApp/node_modules/fflate/esm/index.d.mts rename to apps/angular/node_modules/fflate/esm/index.d.mts diff --git a/ClientApp/node_modules/fflate/esm/index.mjs b/apps/angular/node_modules/fflate/esm/index.mjs similarity index 100% rename from ClientApp/node_modules/fflate/esm/index.mjs rename to apps/angular/node_modules/fflate/esm/index.mjs diff --git a/ClientApp/node_modules/fflate/lib/browser.cjs b/apps/angular/node_modules/fflate/lib/browser.cjs similarity index 100% rename from ClientApp/node_modules/fflate/lib/browser.cjs rename to apps/angular/node_modules/fflate/lib/browser.cjs diff --git a/ClientApp/node_modules/fflate/lib/browser.d.cts b/apps/angular/node_modules/fflate/lib/browser.d.cts similarity index 100% rename from ClientApp/node_modules/fflate/lib/browser.d.cts rename to apps/angular/node_modules/fflate/lib/browser.d.cts diff --git a/ClientApp/node_modules/fflate/lib/index.cjs b/apps/angular/node_modules/fflate/lib/index.cjs similarity index 100% rename from ClientApp/node_modules/fflate/lib/index.cjs rename to apps/angular/node_modules/fflate/lib/index.cjs diff --git a/ClientApp/node_modules/fflate/lib/index.d.ts b/apps/angular/node_modules/fflate/lib/index.d.ts similarity index 100% rename from ClientApp/node_modules/fflate/lib/index.d.ts rename to apps/angular/node_modules/fflate/lib/index.d.ts diff --git a/ClientApp/node_modules/fflate/lib/node-worker.cjs b/apps/angular/node_modules/fflate/lib/node-worker.cjs similarity index 100% rename from ClientApp/node_modules/fflate/lib/node-worker.cjs rename to apps/angular/node_modules/fflate/lib/node-worker.cjs diff --git a/ClientApp/node_modules/fflate/lib/node.cjs b/apps/angular/node_modules/fflate/lib/node.cjs similarity index 100% rename from ClientApp/node_modules/fflate/lib/node.cjs rename to apps/angular/node_modules/fflate/lib/node.cjs diff --git a/ClientApp/node_modules/fflate/lib/node.d.cts b/apps/angular/node_modules/fflate/lib/node.d.cts similarity index 100% rename from ClientApp/node_modules/fflate/lib/node.d.cts rename to apps/angular/node_modules/fflate/lib/node.d.cts diff --git a/ClientApp/node_modules/fflate/lib/worker.cjs b/apps/angular/node_modules/fflate/lib/worker.cjs similarity index 100% rename from ClientApp/node_modules/fflate/lib/worker.cjs rename to apps/angular/node_modules/fflate/lib/worker.cjs diff --git a/ClientApp/node_modules/fflate/package.json b/apps/angular/node_modules/fflate/package.json similarity index 100% rename from ClientApp/node_modules/fflate/package.json rename to apps/angular/node_modules/fflate/package.json diff --git a/ClientApp/node_modules/fflate/umd/index.js b/apps/angular/node_modules/fflate/umd/index.js similarity index 100% rename from ClientApp/node_modules/fflate/umd/index.js rename to apps/angular/node_modules/fflate/umd/index.js diff --git a/ClientApp/node_modules/figures/index.d.ts b/apps/angular/node_modules/figures/index.d.ts similarity index 100% rename from ClientApp/node_modules/figures/index.d.ts rename to apps/angular/node_modules/figures/index.d.ts diff --git a/ClientApp/node_modules/figures/index.js b/apps/angular/node_modules/figures/index.js similarity index 100% rename from ClientApp/node_modules/figures/index.js rename to apps/angular/node_modules/figures/index.js diff --git a/ClientApp/node_modules/figures/license b/apps/angular/node_modules/figures/license similarity index 100% rename from ClientApp/node_modules/figures/license rename to apps/angular/node_modules/figures/license diff --git a/ClientApp/node_modules/figures/node_modules/escape-string-regexp/index.js b/apps/angular/node_modules/figures/node_modules/escape-string-regexp/index.js similarity index 100% rename from ClientApp/node_modules/figures/node_modules/escape-string-regexp/index.js rename to apps/angular/node_modules/figures/node_modules/escape-string-regexp/index.js diff --git a/ClientApp/node_modules/figures/node_modules/escape-string-regexp/license b/apps/angular/node_modules/figures/node_modules/escape-string-regexp/license similarity index 100% rename from ClientApp/node_modules/figures/node_modules/escape-string-regexp/license rename to apps/angular/node_modules/figures/node_modules/escape-string-regexp/license diff --git a/ClientApp/node_modules/figures/node_modules/escape-string-regexp/package.json b/apps/angular/node_modules/figures/node_modules/escape-string-regexp/package.json similarity index 100% rename from ClientApp/node_modules/figures/node_modules/escape-string-regexp/package.json rename to apps/angular/node_modules/figures/node_modules/escape-string-regexp/package.json diff --git a/ClientApp/node_modules/figures/node_modules/escape-string-regexp/readme.md b/apps/angular/node_modules/figures/node_modules/escape-string-regexp/readme.md similarity index 100% rename from ClientApp/node_modules/figures/node_modules/escape-string-regexp/readme.md rename to apps/angular/node_modules/figures/node_modules/escape-string-regexp/readme.md diff --git a/ClientApp/node_modules/figures/package.json b/apps/angular/node_modules/figures/package.json similarity index 100% rename from ClientApp/node_modules/figures/package.json rename to apps/angular/node_modules/figures/package.json diff --git a/ClientApp/node_modules/figures/readme.md b/apps/angular/node_modules/figures/readme.md similarity index 100% rename from ClientApp/node_modules/figures/readme.md rename to apps/angular/node_modules/figures/readme.md diff --git a/ClientApp/node_modules/file-entry-cache/LICENSE b/apps/angular/node_modules/file-entry-cache/LICENSE similarity index 100% rename from ClientApp/node_modules/file-entry-cache/LICENSE rename to apps/angular/node_modules/file-entry-cache/LICENSE diff --git a/ClientApp/node_modules/file-entry-cache/README.md b/apps/angular/node_modules/file-entry-cache/README.md similarity index 100% rename from ClientApp/node_modules/file-entry-cache/README.md rename to apps/angular/node_modules/file-entry-cache/README.md diff --git a/ClientApp/node_modules/file-entry-cache/cache.js b/apps/angular/node_modules/file-entry-cache/cache.js similarity index 100% rename from ClientApp/node_modules/file-entry-cache/cache.js rename to apps/angular/node_modules/file-entry-cache/cache.js diff --git a/ClientApp/node_modules/file-entry-cache/changelog.md b/apps/angular/node_modules/file-entry-cache/changelog.md similarity index 100% rename from ClientApp/node_modules/file-entry-cache/changelog.md rename to apps/angular/node_modules/file-entry-cache/changelog.md diff --git a/ClientApp/node_modules/file-entry-cache/package.json b/apps/angular/node_modules/file-entry-cache/package.json similarity index 100% rename from ClientApp/node_modules/file-entry-cache/package.json rename to apps/angular/node_modules/file-entry-cache/package.json diff --git a/ClientApp/node_modules/fill-range/LICENSE b/apps/angular/node_modules/fill-range/LICENSE similarity index 100% rename from ClientApp/node_modules/fill-range/LICENSE rename to apps/angular/node_modules/fill-range/LICENSE diff --git a/ClientApp/node_modules/fill-range/README.md b/apps/angular/node_modules/fill-range/README.md similarity index 100% rename from ClientApp/node_modules/fill-range/README.md rename to apps/angular/node_modules/fill-range/README.md diff --git a/ClientApp/node_modules/fill-range/index.js b/apps/angular/node_modules/fill-range/index.js similarity index 100% rename from ClientApp/node_modules/fill-range/index.js rename to apps/angular/node_modules/fill-range/index.js diff --git a/ClientApp/node_modules/fill-range/package.json b/apps/angular/node_modules/fill-range/package.json similarity index 100% rename from ClientApp/node_modules/fill-range/package.json rename to apps/angular/node_modules/fill-range/package.json diff --git a/ClientApp/node_modules/find-up/index.d.ts b/apps/angular/node_modules/find-up/index.d.ts similarity index 100% rename from ClientApp/node_modules/find-up/index.d.ts rename to apps/angular/node_modules/find-up/index.d.ts diff --git a/ClientApp/node_modules/find-up/index.js b/apps/angular/node_modules/find-up/index.js similarity index 100% rename from ClientApp/node_modules/find-up/index.js rename to apps/angular/node_modules/find-up/index.js diff --git a/ClientApp/node_modules/find-up/license b/apps/angular/node_modules/find-up/license similarity index 100% rename from ClientApp/node_modules/find-up/license rename to apps/angular/node_modules/find-up/license diff --git a/ClientApp/node_modules/find-up/package.json b/apps/angular/node_modules/find-up/package.json similarity index 100% rename from ClientApp/node_modules/find-up/package.json rename to apps/angular/node_modules/find-up/package.json diff --git a/ClientApp/node_modules/find-up/readme.md b/apps/angular/node_modules/find-up/readme.md similarity index 100% rename from ClientApp/node_modules/find-up/readme.md rename to apps/angular/node_modules/find-up/readme.md diff --git a/ClientApp/node_modules/flat-cache/LICENSE b/apps/angular/node_modules/flat-cache/LICENSE similarity index 100% rename from ClientApp/node_modules/flat-cache/LICENSE rename to apps/angular/node_modules/flat-cache/LICENSE diff --git a/ClientApp/node_modules/flat-cache/README.md b/apps/angular/node_modules/flat-cache/README.md similarity index 100% rename from ClientApp/node_modules/flat-cache/README.md rename to apps/angular/node_modules/flat-cache/README.md diff --git a/ClientApp/node_modules/flat-cache/changelog.md b/apps/angular/node_modules/flat-cache/changelog.md similarity index 100% rename from ClientApp/node_modules/flat-cache/changelog.md rename to apps/angular/node_modules/flat-cache/changelog.md diff --git a/ClientApp/node_modules/flat-cache/package.json b/apps/angular/node_modules/flat-cache/package.json similarity index 100% rename from ClientApp/node_modules/flat-cache/package.json rename to apps/angular/node_modules/flat-cache/package.json diff --git a/ClientApp/node_modules/flat-cache/src/cache.js b/apps/angular/node_modules/flat-cache/src/cache.js similarity index 100% rename from ClientApp/node_modules/flat-cache/src/cache.js rename to apps/angular/node_modules/flat-cache/src/cache.js diff --git a/ClientApp/node_modules/flat-cache/src/del.js b/apps/angular/node_modules/flat-cache/src/del.js similarity index 100% rename from ClientApp/node_modules/flat-cache/src/del.js rename to apps/angular/node_modules/flat-cache/src/del.js diff --git a/ClientApp/node_modules/flat-cache/src/utils.js b/apps/angular/node_modules/flat-cache/src/utils.js similarity index 100% rename from ClientApp/node_modules/flat-cache/src/utils.js rename to apps/angular/node_modules/flat-cache/src/utils.js diff --git a/ClientApp/node_modules/flatted/LICENSE b/apps/angular/node_modules/flatted/LICENSE similarity index 100% rename from ClientApp/node_modules/flatted/LICENSE rename to apps/angular/node_modules/flatted/LICENSE diff --git a/ClientApp/node_modules/flatted/README.md b/apps/angular/node_modules/flatted/README.md similarity index 100% rename from ClientApp/node_modules/flatted/README.md rename to apps/angular/node_modules/flatted/README.md diff --git a/ClientApp/node_modules/flatted/cjs/index.js b/apps/angular/node_modules/flatted/cjs/index.js similarity index 100% rename from ClientApp/node_modules/flatted/cjs/index.js rename to apps/angular/node_modules/flatted/cjs/index.js diff --git a/ClientApp/node_modules/flatted/cjs/package.json b/apps/angular/node_modules/flatted/cjs/package.json similarity index 100% rename from ClientApp/node_modules/flatted/cjs/package.json rename to apps/angular/node_modules/flatted/cjs/package.json diff --git a/ClientApp/node_modules/flatted/es.js b/apps/angular/node_modules/flatted/es.js similarity index 100% rename from ClientApp/node_modules/flatted/es.js rename to apps/angular/node_modules/flatted/es.js diff --git a/ClientApp/node_modules/flatted/esm.js b/apps/angular/node_modules/flatted/esm.js similarity index 100% rename from ClientApp/node_modules/flatted/esm.js rename to apps/angular/node_modules/flatted/esm.js diff --git a/ClientApp/node_modules/flatted/esm/index.js b/apps/angular/node_modules/flatted/esm/index.js similarity index 100% rename from ClientApp/node_modules/flatted/esm/index.js rename to apps/angular/node_modules/flatted/esm/index.js diff --git a/ClientApp/node_modules/flatted/golang/README.md b/apps/angular/node_modules/flatted/golang/README.md similarity index 100% rename from ClientApp/node_modules/flatted/golang/README.md rename to apps/angular/node_modules/flatted/golang/README.md diff --git a/ClientApp/node_modules/flatted/golang/pkg/flatted/flatted.go b/apps/angular/node_modules/flatted/golang/pkg/flatted/flatted.go similarity index 100% rename from ClientApp/node_modules/flatted/golang/pkg/flatted/flatted.go rename to apps/angular/node_modules/flatted/golang/pkg/flatted/flatted.go diff --git a/ClientApp/node_modules/flatted/index.js b/apps/angular/node_modules/flatted/index.js similarity index 100% rename from ClientApp/node_modules/flatted/index.js rename to apps/angular/node_modules/flatted/index.js diff --git a/ClientApp/node_modules/flatted/min.js b/apps/angular/node_modules/flatted/min.js similarity index 100% rename from ClientApp/node_modules/flatted/min.js rename to apps/angular/node_modules/flatted/min.js diff --git a/ClientApp/node_modules/flatted/package.json b/apps/angular/node_modules/flatted/package.json similarity index 100% rename from ClientApp/node_modules/flatted/package.json rename to apps/angular/node_modules/flatted/package.json diff --git a/ClientApp/node_modules/flatted/php/flatted.php b/apps/angular/node_modules/flatted/php/flatted.php similarity index 100% rename from ClientApp/node_modules/flatted/php/flatted.php rename to apps/angular/node_modules/flatted/php/flatted.php diff --git a/ClientApp/node_modules/flatted/python/flatted.py b/apps/angular/node_modules/flatted/python/flatted.py similarity index 100% rename from ClientApp/node_modules/flatted/python/flatted.py rename to apps/angular/node_modules/flatted/python/flatted.py diff --git a/ClientApp/node_modules/flatted/types/index.d.ts b/apps/angular/node_modules/flatted/types/index.d.ts similarity index 100% rename from ClientApp/node_modules/flatted/types/index.d.ts rename to apps/angular/node_modules/flatted/types/index.d.ts diff --git a/ClientApp/node_modules/for-each/.editorconfig b/apps/angular/node_modules/for-each/.editorconfig similarity index 100% rename from ClientApp/node_modules/for-each/.editorconfig rename to apps/angular/node_modules/for-each/.editorconfig diff --git a/ClientApp/node_modules/for-each/.eslintrc b/apps/angular/node_modules/for-each/.eslintrc similarity index 100% rename from ClientApp/node_modules/for-each/.eslintrc rename to apps/angular/node_modules/for-each/.eslintrc diff --git a/ClientApp/node_modules/for-each/.github/FUNDING.yml b/apps/angular/node_modules/for-each/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/for-each/.github/FUNDING.yml rename to apps/angular/node_modules/for-each/.github/FUNDING.yml diff --git a/ClientApp/node_modules/for-each/.github/SECURITY.md b/apps/angular/node_modules/for-each/.github/SECURITY.md similarity index 100% rename from ClientApp/node_modules/for-each/.github/SECURITY.md rename to apps/angular/node_modules/for-each/.github/SECURITY.md diff --git a/ClientApp/node_modules/for-each/.nycrc b/apps/angular/node_modules/for-each/.nycrc similarity index 100% rename from ClientApp/node_modules/for-each/.nycrc rename to apps/angular/node_modules/for-each/.nycrc diff --git a/ClientApp/node_modules/for-each/CHANGELOG.md b/apps/angular/node_modules/for-each/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/for-each/CHANGELOG.md rename to apps/angular/node_modules/for-each/CHANGELOG.md diff --git a/ClientApp/node_modules/for-each/LICENSE b/apps/angular/node_modules/for-each/LICENSE similarity index 100% rename from ClientApp/node_modules/for-each/LICENSE rename to apps/angular/node_modules/for-each/LICENSE diff --git a/ClientApp/node_modules/for-each/README.md b/apps/angular/node_modules/for-each/README.md similarity index 100% rename from ClientApp/node_modules/for-each/README.md rename to apps/angular/node_modules/for-each/README.md diff --git a/ClientApp/node_modules/for-each/index.d.ts b/apps/angular/node_modules/for-each/index.d.ts similarity index 100% rename from ClientApp/node_modules/for-each/index.d.ts rename to apps/angular/node_modules/for-each/index.d.ts diff --git a/ClientApp/node_modules/for-each/index.js b/apps/angular/node_modules/for-each/index.js similarity index 100% rename from ClientApp/node_modules/for-each/index.js rename to apps/angular/node_modules/for-each/index.js diff --git a/ClientApp/node_modules/for-each/package.json b/apps/angular/node_modules/for-each/package.json similarity index 100% rename from ClientApp/node_modules/for-each/package.json rename to apps/angular/node_modules/for-each/package.json diff --git a/ClientApp/node_modules/for-each/test/test.js b/apps/angular/node_modules/for-each/test/test.js similarity index 100% rename from ClientApp/node_modules/for-each/test/test.js rename to apps/angular/node_modules/for-each/test/test.js diff --git a/ClientApp/node_modules/for-each/tsconfig.json b/apps/angular/node_modules/for-each/tsconfig.json similarity index 100% rename from ClientApp/node_modules/for-each/tsconfig.json rename to apps/angular/node_modules/for-each/tsconfig.json diff --git a/ClientApp/node_modules/forever-agent/LICENSE b/apps/angular/node_modules/forever-agent/LICENSE similarity index 100% rename from ClientApp/node_modules/forever-agent/LICENSE rename to apps/angular/node_modules/forever-agent/LICENSE diff --git a/ClientApp/node_modules/forever-agent/README.md b/apps/angular/node_modules/forever-agent/README.md similarity index 100% rename from ClientApp/node_modules/forever-agent/README.md rename to apps/angular/node_modules/forever-agent/README.md diff --git a/ClientApp/node_modules/forever-agent/index.js b/apps/angular/node_modules/forever-agent/index.js similarity index 100% rename from ClientApp/node_modules/forever-agent/index.js rename to apps/angular/node_modules/forever-agent/index.js diff --git a/ClientApp/node_modules/forever-agent/package.json b/apps/angular/node_modules/forever-agent/package.json similarity index 100% rename from ClientApp/node_modules/forever-agent/package.json rename to apps/angular/node_modules/forever-agent/package.json diff --git a/ClientApp/node_modules/form-data/CHANGELOG.md b/apps/angular/node_modules/form-data/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/form-data/CHANGELOG.md rename to apps/angular/node_modules/form-data/CHANGELOG.md diff --git a/ClientApp/node_modules/form-data/License b/apps/angular/node_modules/form-data/License similarity index 100% rename from ClientApp/node_modules/form-data/License rename to apps/angular/node_modules/form-data/License diff --git a/ClientApp/node_modules/form-data/README.md b/apps/angular/node_modules/form-data/README.md similarity index 100% rename from ClientApp/node_modules/form-data/README.md rename to apps/angular/node_modules/form-data/README.md diff --git a/ClientApp/node_modules/form-data/index.d.ts b/apps/angular/node_modules/form-data/index.d.ts similarity index 100% rename from ClientApp/node_modules/form-data/index.d.ts rename to apps/angular/node_modules/form-data/index.d.ts diff --git a/ClientApp/node_modules/form-data/lib/browser.js b/apps/angular/node_modules/form-data/lib/browser.js similarity index 100% rename from ClientApp/node_modules/form-data/lib/browser.js rename to apps/angular/node_modules/form-data/lib/browser.js diff --git a/ClientApp/node_modules/form-data/lib/form_data.js b/apps/angular/node_modules/form-data/lib/form_data.js similarity index 100% rename from ClientApp/node_modules/form-data/lib/form_data.js rename to apps/angular/node_modules/form-data/lib/form_data.js diff --git a/ClientApp/node_modules/form-data/lib/populate.js b/apps/angular/node_modules/form-data/lib/populate.js similarity index 100% rename from ClientApp/node_modules/form-data/lib/populate.js rename to apps/angular/node_modules/form-data/lib/populate.js diff --git a/ClientApp/node_modules/form-data/package.json b/apps/angular/node_modules/form-data/package.json similarity index 100% rename from ClientApp/node_modules/form-data/package.json rename to apps/angular/node_modules/form-data/package.json diff --git a/ClientApp/node_modules/fs-extra/CHANGELOG.md b/apps/angular/node_modules/fs-extra/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/fs-extra/CHANGELOG.md rename to apps/angular/node_modules/fs-extra/CHANGELOG.md diff --git a/ClientApp/node_modules/fs-extra/LICENSE b/apps/angular/node_modules/fs-extra/LICENSE similarity index 100% rename from ClientApp/node_modules/fs-extra/LICENSE rename to apps/angular/node_modules/fs-extra/LICENSE diff --git a/ClientApp/node_modules/fs-extra/README.md b/apps/angular/node_modules/fs-extra/README.md similarity index 100% rename from ClientApp/node_modules/fs-extra/README.md rename to apps/angular/node_modules/fs-extra/README.md diff --git a/ClientApp/node_modules/fs-extra/lib/copy-sync/copy-sync.js b/apps/angular/node_modules/fs-extra/lib/copy-sync/copy-sync.js similarity index 100% rename from ClientApp/node_modules/fs-extra/lib/copy-sync/copy-sync.js rename to apps/angular/node_modules/fs-extra/lib/copy-sync/copy-sync.js diff --git a/ClientApp/node_modules/fs-extra/lib/copy-sync/index.js b/apps/angular/node_modules/fs-extra/lib/copy-sync/index.js similarity index 100% rename from ClientApp/node_modules/fs-extra/lib/copy-sync/index.js rename to apps/angular/node_modules/fs-extra/lib/copy-sync/index.js diff --git a/ClientApp/node_modules/fs-extra/lib/copy/copy.js b/apps/angular/node_modules/fs-extra/lib/copy/copy.js similarity index 100% rename from ClientApp/node_modules/fs-extra/lib/copy/copy.js rename to apps/angular/node_modules/fs-extra/lib/copy/copy.js diff --git a/ClientApp/node_modules/fs-extra/lib/copy/index.js b/apps/angular/node_modules/fs-extra/lib/copy/index.js similarity index 100% rename from ClientApp/node_modules/fs-extra/lib/copy/index.js rename to apps/angular/node_modules/fs-extra/lib/copy/index.js diff --git a/ClientApp/node_modules/fs-extra/lib/empty/index.js b/apps/angular/node_modules/fs-extra/lib/empty/index.js similarity index 100% rename from ClientApp/node_modules/fs-extra/lib/empty/index.js rename to apps/angular/node_modules/fs-extra/lib/empty/index.js diff --git a/ClientApp/node_modules/fs-extra/lib/ensure/file.js b/apps/angular/node_modules/fs-extra/lib/ensure/file.js similarity index 100% rename from ClientApp/node_modules/fs-extra/lib/ensure/file.js rename to apps/angular/node_modules/fs-extra/lib/ensure/file.js diff --git a/ClientApp/node_modules/fs-extra/lib/ensure/index.js b/apps/angular/node_modules/fs-extra/lib/ensure/index.js similarity index 100% rename from ClientApp/node_modules/fs-extra/lib/ensure/index.js rename to apps/angular/node_modules/fs-extra/lib/ensure/index.js diff --git a/ClientApp/node_modules/fs-extra/lib/ensure/link.js b/apps/angular/node_modules/fs-extra/lib/ensure/link.js similarity index 100% rename from ClientApp/node_modules/fs-extra/lib/ensure/link.js rename to apps/angular/node_modules/fs-extra/lib/ensure/link.js diff --git a/ClientApp/node_modules/fs-extra/lib/ensure/symlink-paths.js b/apps/angular/node_modules/fs-extra/lib/ensure/symlink-paths.js similarity index 100% rename from ClientApp/node_modules/fs-extra/lib/ensure/symlink-paths.js rename to apps/angular/node_modules/fs-extra/lib/ensure/symlink-paths.js diff --git a/ClientApp/node_modules/fs-extra/lib/ensure/symlink-type.js b/apps/angular/node_modules/fs-extra/lib/ensure/symlink-type.js similarity index 100% rename from ClientApp/node_modules/fs-extra/lib/ensure/symlink-type.js rename to apps/angular/node_modules/fs-extra/lib/ensure/symlink-type.js diff --git a/ClientApp/node_modules/fs-extra/lib/ensure/symlink.js b/apps/angular/node_modules/fs-extra/lib/ensure/symlink.js similarity index 100% rename from ClientApp/node_modules/fs-extra/lib/ensure/symlink.js rename to apps/angular/node_modules/fs-extra/lib/ensure/symlink.js diff --git a/ClientApp/node_modules/fs-extra/lib/fs/index.js b/apps/angular/node_modules/fs-extra/lib/fs/index.js similarity index 100% rename from ClientApp/node_modules/fs-extra/lib/fs/index.js rename to apps/angular/node_modules/fs-extra/lib/fs/index.js diff --git a/ClientApp/node_modules/fs-extra/lib/index.js b/apps/angular/node_modules/fs-extra/lib/index.js similarity index 100% rename from ClientApp/node_modules/fs-extra/lib/index.js rename to apps/angular/node_modules/fs-extra/lib/index.js diff --git a/ClientApp/node_modules/fs-extra/lib/json/index.js b/apps/angular/node_modules/fs-extra/lib/json/index.js similarity index 100% rename from ClientApp/node_modules/fs-extra/lib/json/index.js rename to apps/angular/node_modules/fs-extra/lib/json/index.js diff --git a/ClientApp/node_modules/fs-extra/lib/json/jsonfile.js b/apps/angular/node_modules/fs-extra/lib/json/jsonfile.js similarity index 100% rename from ClientApp/node_modules/fs-extra/lib/json/jsonfile.js rename to apps/angular/node_modules/fs-extra/lib/json/jsonfile.js diff --git a/ClientApp/node_modules/fs-extra/lib/json/output-json-sync.js b/apps/angular/node_modules/fs-extra/lib/json/output-json-sync.js similarity index 100% rename from ClientApp/node_modules/fs-extra/lib/json/output-json-sync.js rename to apps/angular/node_modules/fs-extra/lib/json/output-json-sync.js diff --git a/ClientApp/node_modules/fs-extra/lib/json/output-json.js b/apps/angular/node_modules/fs-extra/lib/json/output-json.js similarity index 100% rename from ClientApp/node_modules/fs-extra/lib/json/output-json.js rename to apps/angular/node_modules/fs-extra/lib/json/output-json.js diff --git a/ClientApp/node_modules/fs-extra/lib/mkdirs/index.js b/apps/angular/node_modules/fs-extra/lib/mkdirs/index.js similarity index 100% rename from ClientApp/node_modules/fs-extra/lib/mkdirs/index.js rename to apps/angular/node_modules/fs-extra/lib/mkdirs/index.js diff --git a/ClientApp/node_modules/fs-extra/lib/mkdirs/make-dir.js b/apps/angular/node_modules/fs-extra/lib/mkdirs/make-dir.js similarity index 100% rename from ClientApp/node_modules/fs-extra/lib/mkdirs/make-dir.js rename to apps/angular/node_modules/fs-extra/lib/mkdirs/make-dir.js diff --git a/ClientApp/node_modules/fs-extra/lib/move-sync/index.js b/apps/angular/node_modules/fs-extra/lib/move-sync/index.js similarity index 100% rename from ClientApp/node_modules/fs-extra/lib/move-sync/index.js rename to apps/angular/node_modules/fs-extra/lib/move-sync/index.js diff --git a/ClientApp/node_modules/fs-extra/lib/move-sync/move-sync.js b/apps/angular/node_modules/fs-extra/lib/move-sync/move-sync.js similarity index 100% rename from ClientApp/node_modules/fs-extra/lib/move-sync/move-sync.js rename to apps/angular/node_modules/fs-extra/lib/move-sync/move-sync.js diff --git a/ClientApp/node_modules/fs-extra/lib/move/index.js b/apps/angular/node_modules/fs-extra/lib/move/index.js similarity index 100% rename from ClientApp/node_modules/fs-extra/lib/move/index.js rename to apps/angular/node_modules/fs-extra/lib/move/index.js diff --git a/ClientApp/node_modules/fs-extra/lib/move/move.js b/apps/angular/node_modules/fs-extra/lib/move/move.js similarity index 100% rename from ClientApp/node_modules/fs-extra/lib/move/move.js rename to apps/angular/node_modules/fs-extra/lib/move/move.js diff --git a/ClientApp/node_modules/fs-extra/lib/output/index.js b/apps/angular/node_modules/fs-extra/lib/output/index.js similarity index 100% rename from ClientApp/node_modules/fs-extra/lib/output/index.js rename to apps/angular/node_modules/fs-extra/lib/output/index.js diff --git a/ClientApp/node_modules/fs-extra/lib/path-exists/index.js b/apps/angular/node_modules/fs-extra/lib/path-exists/index.js similarity index 100% rename from ClientApp/node_modules/fs-extra/lib/path-exists/index.js rename to apps/angular/node_modules/fs-extra/lib/path-exists/index.js diff --git a/ClientApp/node_modules/fs-extra/lib/remove/index.js b/apps/angular/node_modules/fs-extra/lib/remove/index.js similarity index 100% rename from ClientApp/node_modules/fs-extra/lib/remove/index.js rename to apps/angular/node_modules/fs-extra/lib/remove/index.js diff --git a/ClientApp/node_modules/fs-extra/lib/remove/rimraf.js b/apps/angular/node_modules/fs-extra/lib/remove/rimraf.js similarity index 100% rename from ClientApp/node_modules/fs-extra/lib/remove/rimraf.js rename to apps/angular/node_modules/fs-extra/lib/remove/rimraf.js diff --git a/ClientApp/node_modules/fs-extra/lib/util/stat.js b/apps/angular/node_modules/fs-extra/lib/util/stat.js similarity index 100% rename from ClientApp/node_modules/fs-extra/lib/util/stat.js rename to apps/angular/node_modules/fs-extra/lib/util/stat.js diff --git a/ClientApp/node_modules/fs-extra/lib/util/utimes.js b/apps/angular/node_modules/fs-extra/lib/util/utimes.js similarity index 100% rename from ClientApp/node_modules/fs-extra/lib/util/utimes.js rename to apps/angular/node_modules/fs-extra/lib/util/utimes.js diff --git a/ClientApp/node_modules/fs-extra/package.json b/apps/angular/node_modules/fs-extra/package.json similarity index 100% rename from ClientApp/node_modules/fs-extra/package.json rename to apps/angular/node_modules/fs-extra/package.json diff --git a/ClientApp/node_modules/fs.realpath/LICENSE b/apps/angular/node_modules/fs.realpath/LICENSE similarity index 100% rename from ClientApp/node_modules/fs.realpath/LICENSE rename to apps/angular/node_modules/fs.realpath/LICENSE diff --git a/ClientApp/node_modules/fs.realpath/README.md b/apps/angular/node_modules/fs.realpath/README.md similarity index 100% rename from ClientApp/node_modules/fs.realpath/README.md rename to apps/angular/node_modules/fs.realpath/README.md diff --git a/ClientApp/node_modules/fs.realpath/index.js b/apps/angular/node_modules/fs.realpath/index.js similarity index 100% rename from ClientApp/node_modules/fs.realpath/index.js rename to apps/angular/node_modules/fs.realpath/index.js diff --git a/ClientApp/node_modules/fs.realpath/old.js b/apps/angular/node_modules/fs.realpath/old.js similarity index 100% rename from ClientApp/node_modules/fs.realpath/old.js rename to apps/angular/node_modules/fs.realpath/old.js diff --git a/ClientApp/node_modules/fs.realpath/package.json b/apps/angular/node_modules/fs.realpath/package.json similarity index 100% rename from ClientApp/node_modules/fs.realpath/package.json rename to apps/angular/node_modules/fs.realpath/package.json diff --git a/ClientApp/node_modules/fsevents/LICENSE b/apps/angular/node_modules/fsevents/LICENSE similarity index 100% rename from ClientApp/node_modules/fsevents/LICENSE rename to apps/angular/node_modules/fsevents/LICENSE diff --git a/ClientApp/node_modules/fsevents/README.md b/apps/angular/node_modules/fsevents/README.md similarity index 100% rename from ClientApp/node_modules/fsevents/README.md rename to apps/angular/node_modules/fsevents/README.md diff --git a/ClientApp/node_modules/fsevents/fsevents.d.ts b/apps/angular/node_modules/fsevents/fsevents.d.ts similarity index 100% rename from ClientApp/node_modules/fsevents/fsevents.d.ts rename to apps/angular/node_modules/fsevents/fsevents.d.ts diff --git a/ClientApp/node_modules/fsevents/fsevents.js b/apps/angular/node_modules/fsevents/fsevents.js similarity index 100% rename from ClientApp/node_modules/fsevents/fsevents.js rename to apps/angular/node_modules/fsevents/fsevents.js diff --git a/ClientApp/node_modules/fsevents/fsevents.node b/apps/angular/node_modules/fsevents/fsevents.node similarity index 100% rename from ClientApp/node_modules/fsevents/fsevents.node rename to apps/angular/node_modules/fsevents/fsevents.node diff --git a/ClientApp/node_modules/fsevents/package.json b/apps/angular/node_modules/fsevents/package.json similarity index 100% rename from ClientApp/node_modules/fsevents/package.json rename to apps/angular/node_modules/fsevents/package.json diff --git a/ClientApp/node_modules/function-bind/.eslintrc b/apps/angular/node_modules/function-bind/.eslintrc similarity index 100% rename from ClientApp/node_modules/function-bind/.eslintrc rename to apps/angular/node_modules/function-bind/.eslintrc diff --git a/ClientApp/node_modules/function-bind/.github/FUNDING.yml b/apps/angular/node_modules/function-bind/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/function-bind/.github/FUNDING.yml rename to apps/angular/node_modules/function-bind/.github/FUNDING.yml diff --git a/ClientApp/node_modules/function-bind/.github/SECURITY.md b/apps/angular/node_modules/function-bind/.github/SECURITY.md similarity index 100% rename from ClientApp/node_modules/function-bind/.github/SECURITY.md rename to apps/angular/node_modules/function-bind/.github/SECURITY.md diff --git a/ClientApp/node_modules/function-bind/.nycrc b/apps/angular/node_modules/function-bind/.nycrc similarity index 100% rename from ClientApp/node_modules/function-bind/.nycrc rename to apps/angular/node_modules/function-bind/.nycrc diff --git a/ClientApp/node_modules/function-bind/CHANGELOG.md b/apps/angular/node_modules/function-bind/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/function-bind/CHANGELOG.md rename to apps/angular/node_modules/function-bind/CHANGELOG.md diff --git a/ClientApp/node_modules/function-bind/LICENSE b/apps/angular/node_modules/function-bind/LICENSE similarity index 100% rename from ClientApp/node_modules/function-bind/LICENSE rename to apps/angular/node_modules/function-bind/LICENSE diff --git a/ClientApp/node_modules/function-bind/README.md b/apps/angular/node_modules/function-bind/README.md similarity index 100% rename from ClientApp/node_modules/function-bind/README.md rename to apps/angular/node_modules/function-bind/README.md diff --git a/ClientApp/node_modules/function-bind/implementation.js b/apps/angular/node_modules/function-bind/implementation.js similarity index 100% rename from ClientApp/node_modules/function-bind/implementation.js rename to apps/angular/node_modules/function-bind/implementation.js diff --git a/ClientApp/node_modules/function-bind/index.js b/apps/angular/node_modules/function-bind/index.js similarity index 100% rename from ClientApp/node_modules/function-bind/index.js rename to apps/angular/node_modules/function-bind/index.js diff --git a/ClientApp/node_modules/function-bind/package.json b/apps/angular/node_modules/function-bind/package.json similarity index 100% rename from ClientApp/node_modules/function-bind/package.json rename to apps/angular/node_modules/function-bind/package.json diff --git a/ClientApp/node_modules/function-bind/test/.eslintrc b/apps/angular/node_modules/function-bind/test/.eslintrc similarity index 100% rename from ClientApp/node_modules/function-bind/test/.eslintrc rename to apps/angular/node_modules/function-bind/test/.eslintrc diff --git a/ClientApp/node_modules/function-bind/test/index.js b/apps/angular/node_modules/function-bind/test/index.js similarity index 100% rename from ClientApp/node_modules/function-bind/test/index.js rename to apps/angular/node_modules/function-bind/test/index.js diff --git a/ClientApp/node_modules/function.prototype.name/.editorconfig b/apps/angular/node_modules/function.prototype.name/.editorconfig similarity index 100% rename from ClientApp/node_modules/function.prototype.name/.editorconfig rename to apps/angular/node_modules/function.prototype.name/.editorconfig diff --git a/ClientApp/node_modules/function.prototype.name/.eslintrc b/apps/angular/node_modules/function.prototype.name/.eslintrc similarity index 100% rename from ClientApp/node_modules/function.prototype.name/.eslintrc rename to apps/angular/node_modules/function.prototype.name/.eslintrc diff --git a/ClientApp/node_modules/function.prototype.name/.github/FUNDING.yml b/apps/angular/node_modules/function.prototype.name/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/function.prototype.name/.github/FUNDING.yml rename to apps/angular/node_modules/function.prototype.name/.github/FUNDING.yml diff --git a/ClientApp/node_modules/function.prototype.name/.nycrc b/apps/angular/node_modules/function.prototype.name/.nycrc similarity index 100% rename from ClientApp/node_modules/function.prototype.name/.nycrc rename to apps/angular/node_modules/function.prototype.name/.nycrc diff --git a/ClientApp/node_modules/function.prototype.name/CHANGELOG.md b/apps/angular/node_modules/function.prototype.name/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/function.prototype.name/CHANGELOG.md rename to apps/angular/node_modules/function.prototype.name/CHANGELOG.md diff --git a/ClientApp/node_modules/function.prototype.name/LICENSE b/apps/angular/node_modules/function.prototype.name/LICENSE similarity index 100% rename from ClientApp/node_modules/function.prototype.name/LICENSE rename to apps/angular/node_modules/function.prototype.name/LICENSE diff --git a/ClientApp/node_modules/function.prototype.name/README.md b/apps/angular/node_modules/function.prototype.name/README.md similarity index 100% rename from ClientApp/node_modules/function.prototype.name/README.md rename to apps/angular/node_modules/function.prototype.name/README.md diff --git a/ClientApp/node_modules/function.prototype.name/auto.js b/apps/angular/node_modules/function.prototype.name/auto.js similarity index 100% rename from ClientApp/node_modules/function.prototype.name/auto.js rename to apps/angular/node_modules/function.prototype.name/auto.js diff --git a/ClientApp/node_modules/function.prototype.name/helpers/functionsHaveNames.js b/apps/angular/node_modules/function.prototype.name/helpers/functionsHaveNames.js similarity index 100% rename from ClientApp/node_modules/function.prototype.name/helpers/functionsHaveNames.js rename to apps/angular/node_modules/function.prototype.name/helpers/functionsHaveNames.js diff --git a/ClientApp/node_modules/function.prototype.name/implementation.js b/apps/angular/node_modules/function.prototype.name/implementation.js similarity index 100% rename from ClientApp/node_modules/function.prototype.name/implementation.js rename to apps/angular/node_modules/function.prototype.name/implementation.js diff --git a/ClientApp/node_modules/function.prototype.name/index.js b/apps/angular/node_modules/function.prototype.name/index.js similarity index 100% rename from ClientApp/node_modules/function.prototype.name/index.js rename to apps/angular/node_modules/function.prototype.name/index.js diff --git a/ClientApp/node_modules/function.prototype.name/package.json b/apps/angular/node_modules/function.prototype.name/package.json similarity index 100% rename from ClientApp/node_modules/function.prototype.name/package.json rename to apps/angular/node_modules/function.prototype.name/package.json diff --git a/ClientApp/node_modules/function.prototype.name/polyfill.js b/apps/angular/node_modules/function.prototype.name/polyfill.js similarity index 100% rename from ClientApp/node_modules/function.prototype.name/polyfill.js rename to apps/angular/node_modules/function.prototype.name/polyfill.js diff --git a/ClientApp/node_modules/function.prototype.name/shim.js b/apps/angular/node_modules/function.prototype.name/shim.js similarity index 100% rename from ClientApp/node_modules/function.prototype.name/shim.js rename to apps/angular/node_modules/function.prototype.name/shim.js diff --git a/ClientApp/node_modules/function.prototype.name/test/implementation.js b/apps/angular/node_modules/function.prototype.name/test/implementation.js similarity index 100% rename from ClientApp/node_modules/function.prototype.name/test/implementation.js rename to apps/angular/node_modules/function.prototype.name/test/implementation.js diff --git a/ClientApp/node_modules/function.prototype.name/test/index.js b/apps/angular/node_modules/function.prototype.name/test/index.js similarity index 100% rename from ClientApp/node_modules/function.prototype.name/test/index.js rename to apps/angular/node_modules/function.prototype.name/test/index.js diff --git a/ClientApp/node_modules/function.prototype.name/test/shimmed.js b/apps/angular/node_modules/function.prototype.name/test/shimmed.js similarity index 100% rename from ClientApp/node_modules/function.prototype.name/test/shimmed.js rename to apps/angular/node_modules/function.prototype.name/test/shimmed.js diff --git a/ClientApp/node_modules/function.prototype.name/test/tests.js b/apps/angular/node_modules/function.prototype.name/test/tests.js similarity index 100% rename from ClientApp/node_modules/function.prototype.name/test/tests.js rename to apps/angular/node_modules/function.prototype.name/test/tests.js diff --git a/ClientApp/node_modules/function.prototype.name/test/uglified.js b/apps/angular/node_modules/function.prototype.name/test/uglified.js similarity index 100% rename from ClientApp/node_modules/function.prototype.name/test/uglified.js rename to apps/angular/node_modules/function.prototype.name/test/uglified.js diff --git a/ClientApp/node_modules/functions-have-names/.editorconfig b/apps/angular/node_modules/functions-have-names/.editorconfig similarity index 100% rename from ClientApp/node_modules/functions-have-names/.editorconfig rename to apps/angular/node_modules/functions-have-names/.editorconfig diff --git a/ClientApp/node_modules/functions-have-names/.eslintrc b/apps/angular/node_modules/functions-have-names/.eslintrc similarity index 100% rename from ClientApp/node_modules/functions-have-names/.eslintrc rename to apps/angular/node_modules/functions-have-names/.eslintrc diff --git a/ClientApp/node_modules/functions-have-names/.github/FUNDING.yml b/apps/angular/node_modules/functions-have-names/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/functions-have-names/.github/FUNDING.yml rename to apps/angular/node_modules/functions-have-names/.github/FUNDING.yml diff --git a/ClientApp/node_modules/functions-have-names/.nycrc b/apps/angular/node_modules/functions-have-names/.nycrc similarity index 100% rename from ClientApp/node_modules/functions-have-names/.nycrc rename to apps/angular/node_modules/functions-have-names/.nycrc diff --git a/ClientApp/node_modules/functions-have-names/CHANGELOG.md b/apps/angular/node_modules/functions-have-names/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/functions-have-names/CHANGELOG.md rename to apps/angular/node_modules/functions-have-names/CHANGELOG.md diff --git a/ClientApp/node_modules/functions-have-names/LICENSE b/apps/angular/node_modules/functions-have-names/LICENSE similarity index 100% rename from ClientApp/node_modules/functions-have-names/LICENSE rename to apps/angular/node_modules/functions-have-names/LICENSE diff --git a/ClientApp/node_modules/functions-have-names/README.md b/apps/angular/node_modules/functions-have-names/README.md similarity index 100% rename from ClientApp/node_modules/functions-have-names/README.md rename to apps/angular/node_modules/functions-have-names/README.md diff --git a/ClientApp/node_modules/functions-have-names/index.js b/apps/angular/node_modules/functions-have-names/index.js similarity index 100% rename from ClientApp/node_modules/functions-have-names/index.js rename to apps/angular/node_modules/functions-have-names/index.js diff --git a/ClientApp/node_modules/functions-have-names/package.json b/apps/angular/node_modules/functions-have-names/package.json similarity index 100% rename from ClientApp/node_modules/functions-have-names/package.json rename to apps/angular/node_modules/functions-have-names/package.json diff --git a/ClientApp/node_modules/functions-have-names/test/index.js b/apps/angular/node_modules/functions-have-names/test/index.js similarity index 100% rename from ClientApp/node_modules/functions-have-names/test/index.js rename to apps/angular/node_modules/functions-have-names/test/index.js diff --git a/ClientApp/node_modules/generator-function/.eslintrc b/apps/angular/node_modules/generator-function/.eslintrc similarity index 100% rename from ClientApp/node_modules/generator-function/.eslintrc rename to apps/angular/node_modules/generator-function/.eslintrc diff --git a/ClientApp/node_modules/generator-function/.github/FUNDING.yml b/apps/angular/node_modules/generator-function/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/generator-function/.github/FUNDING.yml rename to apps/angular/node_modules/generator-function/.github/FUNDING.yml diff --git a/ClientApp/node_modules/generator-function/.nycrc b/apps/angular/node_modules/generator-function/.nycrc similarity index 100% rename from ClientApp/node_modules/generator-function/.nycrc rename to apps/angular/node_modules/generator-function/.nycrc diff --git a/ClientApp/node_modules/generator-function/CHANGELOG.md b/apps/angular/node_modules/generator-function/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/generator-function/CHANGELOG.md rename to apps/angular/node_modules/generator-function/CHANGELOG.md diff --git a/ClientApp/node_modules/generator-function/LICENSE.md b/apps/angular/node_modules/generator-function/LICENSE.md similarity index 100% rename from ClientApp/node_modules/generator-function/LICENSE.md rename to apps/angular/node_modules/generator-function/LICENSE.md diff --git a/ClientApp/node_modules/generator-function/README.md b/apps/angular/node_modules/generator-function/README.md similarity index 100% rename from ClientApp/node_modules/generator-function/README.md rename to apps/angular/node_modules/generator-function/README.md diff --git a/ClientApp/node_modules/generator-function/index.d.mts b/apps/angular/node_modules/generator-function/index.d.mts similarity index 100% rename from ClientApp/node_modules/generator-function/index.d.mts rename to apps/angular/node_modules/generator-function/index.d.mts diff --git a/ClientApp/node_modules/generator-function/index.d.ts b/apps/angular/node_modules/generator-function/index.d.ts similarity index 100% rename from ClientApp/node_modules/generator-function/index.d.ts rename to apps/angular/node_modules/generator-function/index.d.ts diff --git a/ClientApp/node_modules/generator-function/index.js b/apps/angular/node_modules/generator-function/index.js similarity index 100% rename from ClientApp/node_modules/generator-function/index.js rename to apps/angular/node_modules/generator-function/index.js diff --git a/ClientApp/node_modules/generator-function/index.mjs b/apps/angular/node_modules/generator-function/index.mjs similarity index 100% rename from ClientApp/node_modules/generator-function/index.mjs rename to apps/angular/node_modules/generator-function/index.mjs diff --git a/ClientApp/node_modules/generator-function/legacy.js b/apps/angular/node_modules/generator-function/legacy.js similarity index 100% rename from ClientApp/node_modules/generator-function/legacy.js rename to apps/angular/node_modules/generator-function/legacy.js diff --git a/ClientApp/node_modules/generator-function/package.json b/apps/angular/node_modules/generator-function/package.json similarity index 100% rename from ClientApp/node_modules/generator-function/package.json rename to apps/angular/node_modules/generator-function/package.json diff --git a/ClientApp/node_modules/generator-function/require.mjs b/apps/angular/node_modules/generator-function/require.mjs similarity index 100% rename from ClientApp/node_modules/generator-function/require.mjs rename to apps/angular/node_modules/generator-function/require.mjs diff --git a/ClientApp/node_modules/generator-function/test/index.js b/apps/angular/node_modules/generator-function/test/index.js similarity index 100% rename from ClientApp/node_modules/generator-function/test/index.js rename to apps/angular/node_modules/generator-function/test/index.js diff --git a/ClientApp/node_modules/generator-function/tsconfig.json b/apps/angular/node_modules/generator-function/tsconfig.json similarity index 100% rename from ClientApp/node_modules/generator-function/tsconfig.json rename to apps/angular/node_modules/generator-function/tsconfig.json diff --git a/ClientApp/node_modules/get-func-name/LICENSE b/apps/angular/node_modules/get-func-name/LICENSE similarity index 100% rename from ClientApp/node_modules/get-func-name/LICENSE rename to apps/angular/node_modules/get-func-name/LICENSE diff --git a/ClientApp/node_modules/get-func-name/README.md b/apps/angular/node_modules/get-func-name/README.md similarity index 100% rename from ClientApp/node_modules/get-func-name/README.md rename to apps/angular/node_modules/get-func-name/README.md diff --git a/ClientApp/node_modules/get-func-name/get-func-name.js b/apps/angular/node_modules/get-func-name/get-func-name.js similarity index 100% rename from ClientApp/node_modules/get-func-name/get-func-name.js rename to apps/angular/node_modules/get-func-name/get-func-name.js diff --git a/ClientApp/node_modules/get-func-name/index.js b/apps/angular/node_modules/get-func-name/index.js similarity index 100% rename from ClientApp/node_modules/get-func-name/index.js rename to apps/angular/node_modules/get-func-name/index.js diff --git a/ClientApp/node_modules/get-func-name/package.json b/apps/angular/node_modules/get-func-name/package.json similarity index 100% rename from ClientApp/node_modules/get-func-name/package.json rename to apps/angular/node_modules/get-func-name/package.json diff --git a/ClientApp/node_modules/get-intrinsic/.eslintrc b/apps/angular/node_modules/get-intrinsic/.eslintrc similarity index 100% rename from ClientApp/node_modules/get-intrinsic/.eslintrc rename to apps/angular/node_modules/get-intrinsic/.eslintrc diff --git a/ClientApp/node_modules/get-intrinsic/.github/FUNDING.yml b/apps/angular/node_modules/get-intrinsic/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/get-intrinsic/.github/FUNDING.yml rename to apps/angular/node_modules/get-intrinsic/.github/FUNDING.yml diff --git a/ClientApp/node_modules/get-intrinsic/.nycrc b/apps/angular/node_modules/get-intrinsic/.nycrc similarity index 100% rename from ClientApp/node_modules/get-intrinsic/.nycrc rename to apps/angular/node_modules/get-intrinsic/.nycrc diff --git a/ClientApp/node_modules/get-intrinsic/CHANGELOG.md b/apps/angular/node_modules/get-intrinsic/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/get-intrinsic/CHANGELOG.md rename to apps/angular/node_modules/get-intrinsic/CHANGELOG.md diff --git a/ClientApp/node_modules/get-intrinsic/LICENSE b/apps/angular/node_modules/get-intrinsic/LICENSE similarity index 100% rename from ClientApp/node_modules/get-intrinsic/LICENSE rename to apps/angular/node_modules/get-intrinsic/LICENSE diff --git a/ClientApp/node_modules/get-intrinsic/README.md b/apps/angular/node_modules/get-intrinsic/README.md similarity index 100% rename from ClientApp/node_modules/get-intrinsic/README.md rename to apps/angular/node_modules/get-intrinsic/README.md diff --git a/ClientApp/node_modules/get-intrinsic/index.js b/apps/angular/node_modules/get-intrinsic/index.js similarity index 100% rename from ClientApp/node_modules/get-intrinsic/index.js rename to apps/angular/node_modules/get-intrinsic/index.js diff --git a/ClientApp/node_modules/get-intrinsic/package.json b/apps/angular/node_modules/get-intrinsic/package.json similarity index 100% rename from ClientApp/node_modules/get-intrinsic/package.json rename to apps/angular/node_modules/get-intrinsic/package.json diff --git a/ClientApp/node_modules/get-intrinsic/test/GetIntrinsic.js b/apps/angular/node_modules/get-intrinsic/test/GetIntrinsic.js similarity index 100% rename from ClientApp/node_modules/get-intrinsic/test/GetIntrinsic.js rename to apps/angular/node_modules/get-intrinsic/test/GetIntrinsic.js diff --git a/ClientApp/node_modules/get-proto/.eslintrc b/apps/angular/node_modules/get-proto/.eslintrc similarity index 100% rename from ClientApp/node_modules/get-proto/.eslintrc rename to apps/angular/node_modules/get-proto/.eslintrc diff --git a/ClientApp/node_modules/get-proto/.github/FUNDING.yml b/apps/angular/node_modules/get-proto/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/get-proto/.github/FUNDING.yml rename to apps/angular/node_modules/get-proto/.github/FUNDING.yml diff --git a/ClientApp/node_modules/get-proto/.nycrc b/apps/angular/node_modules/get-proto/.nycrc similarity index 100% rename from ClientApp/node_modules/get-proto/.nycrc rename to apps/angular/node_modules/get-proto/.nycrc diff --git a/ClientApp/node_modules/get-proto/CHANGELOG.md b/apps/angular/node_modules/get-proto/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/get-proto/CHANGELOG.md rename to apps/angular/node_modules/get-proto/CHANGELOG.md diff --git a/ClientApp/node_modules/get-proto/LICENSE b/apps/angular/node_modules/get-proto/LICENSE similarity index 100% rename from ClientApp/node_modules/get-proto/LICENSE rename to apps/angular/node_modules/get-proto/LICENSE diff --git a/ClientApp/node_modules/get-proto/Object.getPrototypeOf.d.ts b/apps/angular/node_modules/get-proto/Object.getPrototypeOf.d.ts similarity index 100% rename from ClientApp/node_modules/get-proto/Object.getPrototypeOf.d.ts rename to apps/angular/node_modules/get-proto/Object.getPrototypeOf.d.ts diff --git a/ClientApp/node_modules/get-proto/Object.getPrototypeOf.js b/apps/angular/node_modules/get-proto/Object.getPrototypeOf.js similarity index 100% rename from ClientApp/node_modules/get-proto/Object.getPrototypeOf.js rename to apps/angular/node_modules/get-proto/Object.getPrototypeOf.js diff --git a/ClientApp/node_modules/get-proto/README.md b/apps/angular/node_modules/get-proto/README.md similarity index 100% rename from ClientApp/node_modules/get-proto/README.md rename to apps/angular/node_modules/get-proto/README.md diff --git a/ClientApp/node_modules/get-proto/Reflect.getPrototypeOf.d.ts b/apps/angular/node_modules/get-proto/Reflect.getPrototypeOf.d.ts similarity index 100% rename from ClientApp/node_modules/get-proto/Reflect.getPrototypeOf.d.ts rename to apps/angular/node_modules/get-proto/Reflect.getPrototypeOf.d.ts diff --git a/ClientApp/node_modules/get-proto/Reflect.getPrototypeOf.js b/apps/angular/node_modules/get-proto/Reflect.getPrototypeOf.js similarity index 100% rename from ClientApp/node_modules/get-proto/Reflect.getPrototypeOf.js rename to apps/angular/node_modules/get-proto/Reflect.getPrototypeOf.js diff --git a/ClientApp/node_modules/get-proto/index.d.ts b/apps/angular/node_modules/get-proto/index.d.ts similarity index 100% rename from ClientApp/node_modules/get-proto/index.d.ts rename to apps/angular/node_modules/get-proto/index.d.ts diff --git a/ClientApp/node_modules/get-proto/index.js b/apps/angular/node_modules/get-proto/index.js similarity index 100% rename from ClientApp/node_modules/get-proto/index.js rename to apps/angular/node_modules/get-proto/index.js diff --git a/ClientApp/node_modules/get-proto/package.json b/apps/angular/node_modules/get-proto/package.json similarity index 100% rename from ClientApp/node_modules/get-proto/package.json rename to apps/angular/node_modules/get-proto/package.json diff --git a/ClientApp/node_modules/get-proto/test/index.js b/apps/angular/node_modules/get-proto/test/index.js similarity index 100% rename from ClientApp/node_modules/get-proto/test/index.js rename to apps/angular/node_modules/get-proto/test/index.js diff --git a/ClientApp/node_modules/get-proto/tsconfig.json b/apps/angular/node_modules/get-proto/tsconfig.json similarity index 100% rename from ClientApp/node_modules/get-proto/tsconfig.json rename to apps/angular/node_modules/get-proto/tsconfig.json diff --git a/ClientApp/node_modules/get-stream/buffer-stream.js b/apps/angular/node_modules/get-stream/buffer-stream.js similarity index 100% rename from ClientApp/node_modules/get-stream/buffer-stream.js rename to apps/angular/node_modules/get-stream/buffer-stream.js diff --git a/ClientApp/node_modules/get-stream/index.d.ts b/apps/angular/node_modules/get-stream/index.d.ts similarity index 100% rename from ClientApp/node_modules/get-stream/index.d.ts rename to apps/angular/node_modules/get-stream/index.d.ts diff --git a/ClientApp/node_modules/get-stream/index.js b/apps/angular/node_modules/get-stream/index.js similarity index 100% rename from ClientApp/node_modules/get-stream/index.js rename to apps/angular/node_modules/get-stream/index.js diff --git a/ClientApp/node_modules/get-stream/license b/apps/angular/node_modules/get-stream/license similarity index 100% rename from ClientApp/node_modules/get-stream/license rename to apps/angular/node_modules/get-stream/license diff --git a/ClientApp/node_modules/get-stream/package.json b/apps/angular/node_modules/get-stream/package.json similarity index 100% rename from ClientApp/node_modules/get-stream/package.json rename to apps/angular/node_modules/get-stream/package.json diff --git a/ClientApp/node_modules/get-stream/readme.md b/apps/angular/node_modules/get-stream/readme.md similarity index 100% rename from ClientApp/node_modules/get-stream/readme.md rename to apps/angular/node_modules/get-stream/readme.md diff --git a/ClientApp/node_modules/get-symbol-description/.eslintrc b/apps/angular/node_modules/get-symbol-description/.eslintrc similarity index 100% rename from ClientApp/node_modules/get-symbol-description/.eslintrc rename to apps/angular/node_modules/get-symbol-description/.eslintrc diff --git a/ClientApp/node_modules/get-symbol-description/.github/FUNDING.yml b/apps/angular/node_modules/get-symbol-description/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/get-symbol-description/.github/FUNDING.yml rename to apps/angular/node_modules/get-symbol-description/.github/FUNDING.yml diff --git a/ClientApp/node_modules/get-symbol-description/.nycrc b/apps/angular/node_modules/get-symbol-description/.nycrc similarity index 100% rename from ClientApp/node_modules/get-symbol-description/.nycrc rename to apps/angular/node_modules/get-symbol-description/.nycrc diff --git a/ClientApp/node_modules/get-symbol-description/CHANGELOG.md b/apps/angular/node_modules/get-symbol-description/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/get-symbol-description/CHANGELOG.md rename to apps/angular/node_modules/get-symbol-description/CHANGELOG.md diff --git a/ClientApp/node_modules/get-symbol-description/LICENSE b/apps/angular/node_modules/get-symbol-description/LICENSE similarity index 100% rename from ClientApp/node_modules/get-symbol-description/LICENSE rename to apps/angular/node_modules/get-symbol-description/LICENSE diff --git a/ClientApp/node_modules/get-symbol-description/README.md b/apps/angular/node_modules/get-symbol-description/README.md similarity index 100% rename from ClientApp/node_modules/get-symbol-description/README.md rename to apps/angular/node_modules/get-symbol-description/README.md diff --git a/ClientApp/node_modules/get-symbol-description/getInferredName.d.ts b/apps/angular/node_modules/get-symbol-description/getInferredName.d.ts similarity index 100% rename from ClientApp/node_modules/get-symbol-description/getInferredName.d.ts rename to apps/angular/node_modules/get-symbol-description/getInferredName.d.ts diff --git a/ClientApp/node_modules/get-symbol-description/getInferredName.js b/apps/angular/node_modules/get-symbol-description/getInferredName.js similarity index 100% rename from ClientApp/node_modules/get-symbol-description/getInferredName.js rename to apps/angular/node_modules/get-symbol-description/getInferredName.js diff --git a/ClientApp/node_modules/get-symbol-description/index.d.ts b/apps/angular/node_modules/get-symbol-description/index.d.ts similarity index 100% rename from ClientApp/node_modules/get-symbol-description/index.d.ts rename to apps/angular/node_modules/get-symbol-description/index.d.ts diff --git a/ClientApp/node_modules/get-symbol-description/index.js b/apps/angular/node_modules/get-symbol-description/index.js similarity index 100% rename from ClientApp/node_modules/get-symbol-description/index.js rename to apps/angular/node_modules/get-symbol-description/index.js diff --git a/ClientApp/node_modules/get-symbol-description/package.json b/apps/angular/node_modules/get-symbol-description/package.json similarity index 100% rename from ClientApp/node_modules/get-symbol-description/package.json rename to apps/angular/node_modules/get-symbol-description/package.json diff --git a/ClientApp/node_modules/get-symbol-description/test/index.js b/apps/angular/node_modules/get-symbol-description/test/index.js similarity index 100% rename from ClientApp/node_modules/get-symbol-description/test/index.js rename to apps/angular/node_modules/get-symbol-description/test/index.js diff --git a/ClientApp/node_modules/get-symbol-description/tsconfig.json b/apps/angular/node_modules/get-symbol-description/tsconfig.json similarity index 100% rename from ClientApp/node_modules/get-symbol-description/tsconfig.json rename to apps/angular/node_modules/get-symbol-description/tsconfig.json diff --git a/ClientApp/node_modules/getos/.travis.yml b/apps/angular/node_modules/getos/.travis.yml similarity index 100% rename from ClientApp/node_modules/getos/.travis.yml rename to apps/angular/node_modules/getos/.travis.yml diff --git a/ClientApp/node_modules/getos/Dockerfile b/apps/angular/node_modules/getos/Dockerfile similarity index 100% rename from ClientApp/node_modules/getos/Dockerfile rename to apps/angular/node_modules/getos/Dockerfile diff --git a/ClientApp/node_modules/getos/LICENSE b/apps/angular/node_modules/getos/LICENSE similarity index 100% rename from ClientApp/node_modules/getos/LICENSE rename to apps/angular/node_modules/getos/LICENSE diff --git a/ClientApp/node_modules/getos/README.md b/apps/angular/node_modules/getos/README.md similarity index 100% rename from ClientApp/node_modules/getos/README.md rename to apps/angular/node_modules/getos/README.md diff --git a/ClientApp/node_modules/getos/imgs/logo.png b/apps/angular/node_modules/getos/imgs/logo.png similarity index 100% rename from ClientApp/node_modules/getos/imgs/logo.png rename to apps/angular/node_modules/getos/imgs/logo.png diff --git a/ClientApp/node_modules/getos/imgs/logo.svg b/apps/angular/node_modules/getos/imgs/logo.svg similarity index 100% rename from ClientApp/node_modules/getos/imgs/logo.svg rename to apps/angular/node_modules/getos/imgs/logo.svg diff --git a/ClientApp/node_modules/getos/index.js b/apps/angular/node_modules/getos/index.js similarity index 100% rename from ClientApp/node_modules/getos/index.js rename to apps/angular/node_modules/getos/index.js diff --git a/ClientApp/node_modules/getos/logic/alpine.js b/apps/angular/node_modules/getos/logic/alpine.js similarity index 100% rename from ClientApp/node_modules/getos/logic/alpine.js rename to apps/angular/node_modules/getos/logic/alpine.js diff --git a/ClientApp/node_modules/getos/logic/amazon.js b/apps/angular/node_modules/getos/logic/amazon.js similarity index 100% rename from ClientApp/node_modules/getos/logic/amazon.js rename to apps/angular/node_modules/getos/logic/amazon.js diff --git a/ClientApp/node_modules/getos/logic/arch.js b/apps/angular/node_modules/getos/logic/arch.js similarity index 100% rename from ClientApp/node_modules/getos/logic/arch.js rename to apps/angular/node_modules/getos/logic/arch.js diff --git a/ClientApp/node_modules/getos/logic/centos.js b/apps/angular/node_modules/getos/logic/centos.js similarity index 100% rename from ClientApp/node_modules/getos/logic/centos.js rename to apps/angular/node_modules/getos/logic/centos.js diff --git a/ClientApp/node_modules/getos/logic/debian.js b/apps/angular/node_modules/getos/logic/debian.js similarity index 100% rename from ClientApp/node_modules/getos/logic/debian.js rename to apps/angular/node_modules/getos/logic/debian.js diff --git a/ClientApp/node_modules/getos/logic/fedora.js b/apps/angular/node_modules/getos/logic/fedora.js similarity index 100% rename from ClientApp/node_modules/getos/logic/fedora.js rename to apps/angular/node_modules/getos/logic/fedora.js diff --git a/ClientApp/node_modules/getos/logic/kde.js b/apps/angular/node_modules/getos/logic/kde.js similarity index 100% rename from ClientApp/node_modules/getos/logic/kde.js rename to apps/angular/node_modules/getos/logic/kde.js diff --git a/ClientApp/node_modules/getos/logic/manjaro.js b/apps/angular/node_modules/getos/logic/manjaro.js similarity index 100% rename from ClientApp/node_modules/getos/logic/manjaro.js rename to apps/angular/node_modules/getos/logic/manjaro.js diff --git a/ClientApp/node_modules/getos/logic/mint.js b/apps/angular/node_modules/getos/logic/mint.js similarity index 100% rename from ClientApp/node_modules/getos/logic/mint.js rename to apps/angular/node_modules/getos/logic/mint.js diff --git a/ClientApp/node_modules/getos/logic/raspbian.js b/apps/angular/node_modules/getos/logic/raspbian.js similarity index 100% rename from ClientApp/node_modules/getos/logic/raspbian.js rename to apps/angular/node_modules/getos/logic/raspbian.js diff --git a/ClientApp/node_modules/getos/logic/red.js b/apps/angular/node_modules/getos/logic/red.js similarity index 100% rename from ClientApp/node_modules/getos/logic/red.js rename to apps/angular/node_modules/getos/logic/red.js diff --git a/ClientApp/node_modules/getos/logic/suse.js b/apps/angular/node_modules/getos/logic/suse.js similarity index 100% rename from ClientApp/node_modules/getos/logic/suse.js rename to apps/angular/node_modules/getos/logic/suse.js diff --git a/ClientApp/node_modules/getos/logic/ubuntu.js b/apps/angular/node_modules/getos/logic/ubuntu.js similarity index 100% rename from ClientApp/node_modules/getos/logic/ubuntu.js rename to apps/angular/node_modules/getos/logic/ubuntu.js diff --git a/ClientApp/node_modules/getos/logic/zorin.js b/apps/angular/node_modules/getos/logic/zorin.js similarity index 100% rename from ClientApp/node_modules/getos/logic/zorin.js rename to apps/angular/node_modules/getos/logic/zorin.js diff --git a/ClientApp/node_modules/getos/os.json b/apps/angular/node_modules/getos/os.json similarity index 100% rename from ClientApp/node_modules/getos/os.json rename to apps/angular/node_modules/getos/os.json diff --git a/ClientApp/node_modules/getos/package.json b/apps/angular/node_modules/getos/package.json similarity index 100% rename from ClientApp/node_modules/getos/package.json rename to apps/angular/node_modules/getos/package.json diff --git a/ClientApp/node_modules/getos/test.js b/apps/angular/node_modules/getos/test.js similarity index 100% rename from ClientApp/node_modules/getos/test.js rename to apps/angular/node_modules/getos/test.js diff --git a/ClientApp/node_modules/getos/tests/alpine/3.3/Dockerfile b/apps/angular/node_modules/getos/tests/alpine/3.3/Dockerfile similarity index 100% rename from ClientApp/node_modules/getos/tests/alpine/3.3/Dockerfile rename to apps/angular/node_modules/getos/tests/alpine/3.3/Dockerfile diff --git a/ClientApp/node_modules/getos/tests/debian/7.3/Dockerfile b/apps/angular/node_modules/getos/tests/debian/7.3/Dockerfile similarity index 100% rename from ClientApp/node_modules/getos/tests/debian/7.3/Dockerfile rename to apps/angular/node_modules/getos/tests/debian/7.3/Dockerfile diff --git a/ClientApp/node_modules/getos/tests/debian/7.4/Dockerfile b/apps/angular/node_modules/getos/tests/debian/7.4/Dockerfile similarity index 100% rename from ClientApp/node_modules/getos/tests/debian/7.4/Dockerfile rename to apps/angular/node_modules/getos/tests/debian/7.4/Dockerfile diff --git a/ClientApp/node_modules/getos/tests/debian/7.5/Dockerfile b/apps/angular/node_modules/getos/tests/debian/7.5/Dockerfile similarity index 100% rename from ClientApp/node_modules/getos/tests/debian/7.5/Dockerfile rename to apps/angular/node_modules/getos/tests/debian/7.5/Dockerfile diff --git a/ClientApp/node_modules/getos/tests/debian/7.6/Dockerfile b/apps/angular/node_modules/getos/tests/debian/7.6/Dockerfile similarity index 100% rename from ClientApp/node_modules/getos/tests/debian/7.6/Dockerfile rename to apps/angular/node_modules/getos/tests/debian/7.6/Dockerfile diff --git a/ClientApp/node_modules/getos/tests/fedora/20/Dockerfile b/apps/angular/node_modules/getos/tests/fedora/20/Dockerfile similarity index 100% rename from ClientApp/node_modules/getos/tests/fedora/20/Dockerfile rename to apps/angular/node_modules/getos/tests/fedora/20/Dockerfile diff --git a/ClientApp/node_modules/getos/tests/mockdata.json b/apps/angular/node_modules/getos/tests/mockdata.json similarity index 100% rename from ClientApp/node_modules/getos/tests/mockdata.json rename to apps/angular/node_modules/getos/tests/mockdata.json diff --git a/ClientApp/node_modules/getos/tests/mocktests.js b/apps/angular/node_modules/getos/tests/mocktests.js similarity index 100% rename from ClientApp/node_modules/getos/tests/mocktests.js rename to apps/angular/node_modules/getos/tests/mocktests.js diff --git a/ClientApp/node_modules/getos/tests/runTest.js b/apps/angular/node_modules/getos/tests/runTest.js similarity index 100% rename from ClientApp/node_modules/getos/tests/runTest.js rename to apps/angular/node_modules/getos/tests/runTest.js diff --git a/ClientApp/node_modules/getos/tests/ubuntu/13.10/Dockerfile b/apps/angular/node_modules/getos/tests/ubuntu/13.10/Dockerfile similarity index 100% rename from ClientApp/node_modules/getos/tests/ubuntu/13.10/Dockerfile rename to apps/angular/node_modules/getos/tests/ubuntu/13.10/Dockerfile diff --git a/ClientApp/node_modules/getos/tests/ubuntu/14.04/Dockerfile b/apps/angular/node_modules/getos/tests/ubuntu/14.04/Dockerfile similarity index 100% rename from ClientApp/node_modules/getos/tests/ubuntu/14.04/Dockerfile rename to apps/angular/node_modules/getos/tests/ubuntu/14.04/Dockerfile diff --git a/ClientApp/node_modules/getpass/.npmignore b/apps/angular/node_modules/getpass/.npmignore similarity index 100% rename from ClientApp/node_modules/getpass/.npmignore rename to apps/angular/node_modules/getpass/.npmignore diff --git a/ClientApp/node_modules/getpass/.travis.yml b/apps/angular/node_modules/getpass/.travis.yml similarity index 100% rename from ClientApp/node_modules/getpass/.travis.yml rename to apps/angular/node_modules/getpass/.travis.yml diff --git a/ClientApp/node_modules/getpass/LICENSE b/apps/angular/node_modules/getpass/LICENSE similarity index 100% rename from ClientApp/node_modules/getpass/LICENSE rename to apps/angular/node_modules/getpass/LICENSE diff --git a/ClientApp/node_modules/getpass/README.md b/apps/angular/node_modules/getpass/README.md similarity index 100% rename from ClientApp/node_modules/getpass/README.md rename to apps/angular/node_modules/getpass/README.md diff --git a/ClientApp/node_modules/getpass/lib/index.js b/apps/angular/node_modules/getpass/lib/index.js similarity index 100% rename from ClientApp/node_modules/getpass/lib/index.js rename to apps/angular/node_modules/getpass/lib/index.js diff --git a/ClientApp/node_modules/getpass/package.json b/apps/angular/node_modules/getpass/package.json similarity index 100% rename from ClientApp/node_modules/getpass/package.json rename to apps/angular/node_modules/getpass/package.json diff --git a/ClientApp/node_modules/glob-parent/LICENSE b/apps/angular/node_modules/glob-parent/LICENSE similarity index 100% rename from ClientApp/node_modules/glob-parent/LICENSE rename to apps/angular/node_modules/glob-parent/LICENSE diff --git a/ClientApp/node_modules/glob-parent/README.md b/apps/angular/node_modules/glob-parent/README.md similarity index 100% rename from ClientApp/node_modules/glob-parent/README.md rename to apps/angular/node_modules/glob-parent/README.md diff --git a/ClientApp/node_modules/glob-parent/index.js b/apps/angular/node_modules/glob-parent/index.js similarity index 100% rename from ClientApp/node_modules/glob-parent/index.js rename to apps/angular/node_modules/glob-parent/index.js diff --git a/ClientApp/node_modules/glob-parent/package.json b/apps/angular/node_modules/glob-parent/package.json similarity index 100% rename from ClientApp/node_modules/glob-parent/package.json rename to apps/angular/node_modules/glob-parent/package.json diff --git a/ClientApp/node_modules/glob/LICENSE b/apps/angular/node_modules/glob/LICENSE similarity index 100% rename from ClientApp/node_modules/glob/LICENSE rename to apps/angular/node_modules/glob/LICENSE diff --git a/ClientApp/node_modules/glob/README.md b/apps/angular/node_modules/glob/README.md similarity index 100% rename from ClientApp/node_modules/glob/README.md rename to apps/angular/node_modules/glob/README.md diff --git a/ClientApp/node_modules/glob/common.js b/apps/angular/node_modules/glob/common.js similarity index 100% rename from ClientApp/node_modules/glob/common.js rename to apps/angular/node_modules/glob/common.js diff --git a/ClientApp/node_modules/glob/glob.js b/apps/angular/node_modules/glob/glob.js similarity index 100% rename from ClientApp/node_modules/glob/glob.js rename to apps/angular/node_modules/glob/glob.js diff --git a/ClientApp/node_modules/glob/package.json b/apps/angular/node_modules/glob/package.json similarity index 100% rename from ClientApp/node_modules/glob/package.json rename to apps/angular/node_modules/glob/package.json diff --git a/ClientApp/node_modules/glob/sync.js b/apps/angular/node_modules/glob/sync.js similarity index 100% rename from ClientApp/node_modules/glob/sync.js rename to apps/angular/node_modules/glob/sync.js diff --git a/ClientApp/node_modules/global-dirs/index.d.ts b/apps/angular/node_modules/global-dirs/index.d.ts similarity index 100% rename from ClientApp/node_modules/global-dirs/index.d.ts rename to apps/angular/node_modules/global-dirs/index.d.ts diff --git a/ClientApp/node_modules/global-dirs/index.js b/apps/angular/node_modules/global-dirs/index.js similarity index 100% rename from ClientApp/node_modules/global-dirs/index.js rename to apps/angular/node_modules/global-dirs/index.js diff --git a/ClientApp/node_modules/global-dirs/license b/apps/angular/node_modules/global-dirs/license similarity index 100% rename from ClientApp/node_modules/global-dirs/license rename to apps/angular/node_modules/global-dirs/license diff --git a/ClientApp/node_modules/global-dirs/package.json b/apps/angular/node_modules/global-dirs/package.json similarity index 100% rename from ClientApp/node_modules/global-dirs/package.json rename to apps/angular/node_modules/global-dirs/package.json diff --git a/ClientApp/node_modules/global-dirs/readme.md b/apps/angular/node_modules/global-dirs/readme.md similarity index 100% rename from ClientApp/node_modules/global-dirs/readme.md rename to apps/angular/node_modules/global-dirs/readme.md diff --git a/ClientApp/node_modules/globals/globals.json b/apps/angular/node_modules/globals/globals.json similarity index 100% rename from ClientApp/node_modules/globals/globals.json rename to apps/angular/node_modules/globals/globals.json diff --git a/ClientApp/node_modules/globals/index.d.ts b/apps/angular/node_modules/globals/index.d.ts similarity index 100% rename from ClientApp/node_modules/globals/index.d.ts rename to apps/angular/node_modules/globals/index.d.ts diff --git a/ClientApp/node_modules/globals/index.js b/apps/angular/node_modules/globals/index.js similarity index 100% rename from ClientApp/node_modules/globals/index.js rename to apps/angular/node_modules/globals/index.js diff --git a/ClientApp/node_modules/globals/license b/apps/angular/node_modules/globals/license similarity index 100% rename from ClientApp/node_modules/globals/license rename to apps/angular/node_modules/globals/license diff --git a/ClientApp/node_modules/globals/package.json b/apps/angular/node_modules/globals/package.json similarity index 100% rename from ClientApp/node_modules/globals/package.json rename to apps/angular/node_modules/globals/package.json diff --git a/ClientApp/node_modules/globals/readme.md b/apps/angular/node_modules/globals/readme.md similarity index 100% rename from ClientApp/node_modules/globals/readme.md rename to apps/angular/node_modules/globals/readme.md diff --git a/ClientApp/node_modules/globalthis/.eslintrc b/apps/angular/node_modules/globalthis/.eslintrc similarity index 100% rename from ClientApp/node_modules/globalthis/.eslintrc rename to apps/angular/node_modules/globalthis/.eslintrc diff --git a/ClientApp/node_modules/globalthis/.nycrc b/apps/angular/node_modules/globalthis/.nycrc similarity index 100% rename from ClientApp/node_modules/globalthis/.nycrc rename to apps/angular/node_modules/globalthis/.nycrc diff --git a/ClientApp/node_modules/globalthis/CHANGELOG.md b/apps/angular/node_modules/globalthis/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/globalthis/CHANGELOG.md rename to apps/angular/node_modules/globalthis/CHANGELOG.md diff --git a/ClientApp/node_modules/globalthis/LICENSE b/apps/angular/node_modules/globalthis/LICENSE similarity index 100% rename from ClientApp/node_modules/globalthis/LICENSE rename to apps/angular/node_modules/globalthis/LICENSE diff --git a/ClientApp/node_modules/globalthis/README.md b/apps/angular/node_modules/globalthis/README.md similarity index 100% rename from ClientApp/node_modules/globalthis/README.md rename to apps/angular/node_modules/globalthis/README.md diff --git a/ClientApp/node_modules/globalthis/auto.js b/apps/angular/node_modules/globalthis/auto.js similarity index 100% rename from ClientApp/node_modules/globalthis/auto.js rename to apps/angular/node_modules/globalthis/auto.js diff --git a/ClientApp/node_modules/globalthis/implementation.browser.js b/apps/angular/node_modules/globalthis/implementation.browser.js similarity index 100% rename from ClientApp/node_modules/globalthis/implementation.browser.js rename to apps/angular/node_modules/globalthis/implementation.browser.js diff --git a/ClientApp/node_modules/globalthis/implementation.js b/apps/angular/node_modules/globalthis/implementation.js similarity index 100% rename from ClientApp/node_modules/globalthis/implementation.js rename to apps/angular/node_modules/globalthis/implementation.js diff --git a/ClientApp/node_modules/globalthis/index.js b/apps/angular/node_modules/globalthis/index.js similarity index 100% rename from ClientApp/node_modules/globalthis/index.js rename to apps/angular/node_modules/globalthis/index.js diff --git a/ClientApp/node_modules/globalthis/package.json b/apps/angular/node_modules/globalthis/package.json similarity index 100% rename from ClientApp/node_modules/globalthis/package.json rename to apps/angular/node_modules/globalthis/package.json diff --git a/ClientApp/node_modules/globalthis/polyfill.js b/apps/angular/node_modules/globalthis/polyfill.js similarity index 100% rename from ClientApp/node_modules/globalthis/polyfill.js rename to apps/angular/node_modules/globalthis/polyfill.js diff --git a/ClientApp/node_modules/globalthis/shim.js b/apps/angular/node_modules/globalthis/shim.js similarity index 100% rename from ClientApp/node_modules/globalthis/shim.js rename to apps/angular/node_modules/globalthis/shim.js diff --git a/ClientApp/node_modules/globalthis/test/implementation.js b/apps/angular/node_modules/globalthis/test/implementation.js similarity index 100% rename from ClientApp/node_modules/globalthis/test/implementation.js rename to apps/angular/node_modules/globalthis/test/implementation.js diff --git a/ClientApp/node_modules/globalthis/test/index.js b/apps/angular/node_modules/globalthis/test/index.js similarity index 100% rename from ClientApp/node_modules/globalthis/test/index.js rename to apps/angular/node_modules/globalthis/test/index.js diff --git a/ClientApp/node_modules/globalthis/test/native.js b/apps/angular/node_modules/globalthis/test/native.js similarity index 100% rename from ClientApp/node_modules/globalthis/test/native.js rename to apps/angular/node_modules/globalthis/test/native.js diff --git a/ClientApp/node_modules/globalthis/test/shimmed.js b/apps/angular/node_modules/globalthis/test/shimmed.js similarity index 100% rename from ClientApp/node_modules/globalthis/test/shimmed.js rename to apps/angular/node_modules/globalthis/test/shimmed.js diff --git a/ClientApp/node_modules/globalthis/test/tests.js b/apps/angular/node_modules/globalthis/test/tests.js similarity index 100% rename from ClientApp/node_modules/globalthis/test/tests.js rename to apps/angular/node_modules/globalthis/test/tests.js diff --git a/ClientApp/node_modules/gopd/.eslintrc b/apps/angular/node_modules/gopd/.eslintrc similarity index 100% rename from ClientApp/node_modules/gopd/.eslintrc rename to apps/angular/node_modules/gopd/.eslintrc diff --git a/ClientApp/node_modules/gopd/.github/FUNDING.yml b/apps/angular/node_modules/gopd/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/gopd/.github/FUNDING.yml rename to apps/angular/node_modules/gopd/.github/FUNDING.yml diff --git a/ClientApp/node_modules/gopd/CHANGELOG.md b/apps/angular/node_modules/gopd/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/gopd/CHANGELOG.md rename to apps/angular/node_modules/gopd/CHANGELOG.md diff --git a/ClientApp/node_modules/gopd/LICENSE b/apps/angular/node_modules/gopd/LICENSE similarity index 100% rename from ClientApp/node_modules/gopd/LICENSE rename to apps/angular/node_modules/gopd/LICENSE diff --git a/ClientApp/node_modules/gopd/README.md b/apps/angular/node_modules/gopd/README.md similarity index 100% rename from ClientApp/node_modules/gopd/README.md rename to apps/angular/node_modules/gopd/README.md diff --git a/ClientApp/node_modules/gopd/gOPD.d.ts b/apps/angular/node_modules/gopd/gOPD.d.ts similarity index 100% rename from ClientApp/node_modules/gopd/gOPD.d.ts rename to apps/angular/node_modules/gopd/gOPD.d.ts diff --git a/ClientApp/node_modules/gopd/gOPD.js b/apps/angular/node_modules/gopd/gOPD.js similarity index 100% rename from ClientApp/node_modules/gopd/gOPD.js rename to apps/angular/node_modules/gopd/gOPD.js diff --git a/ClientApp/node_modules/gopd/index.d.ts b/apps/angular/node_modules/gopd/index.d.ts similarity index 100% rename from ClientApp/node_modules/gopd/index.d.ts rename to apps/angular/node_modules/gopd/index.d.ts diff --git a/ClientApp/node_modules/gopd/index.js b/apps/angular/node_modules/gopd/index.js similarity index 100% rename from ClientApp/node_modules/gopd/index.js rename to apps/angular/node_modules/gopd/index.js diff --git a/ClientApp/node_modules/gopd/package.json b/apps/angular/node_modules/gopd/package.json similarity index 100% rename from ClientApp/node_modules/gopd/package.json rename to apps/angular/node_modules/gopd/package.json diff --git a/ClientApp/node_modules/gopd/test/index.js b/apps/angular/node_modules/gopd/test/index.js similarity index 100% rename from ClientApp/node_modules/gopd/test/index.js rename to apps/angular/node_modules/gopd/test/index.js diff --git a/ClientApp/node_modules/gopd/tsconfig.json b/apps/angular/node_modules/gopd/tsconfig.json similarity index 100% rename from ClientApp/node_modules/gopd/tsconfig.json rename to apps/angular/node_modules/gopd/tsconfig.json diff --git a/ClientApp/node_modules/graceful-fs/LICENSE b/apps/angular/node_modules/graceful-fs/LICENSE similarity index 100% rename from ClientApp/node_modules/graceful-fs/LICENSE rename to apps/angular/node_modules/graceful-fs/LICENSE diff --git a/ClientApp/node_modules/graceful-fs/README.md b/apps/angular/node_modules/graceful-fs/README.md similarity index 100% rename from ClientApp/node_modules/graceful-fs/README.md rename to apps/angular/node_modules/graceful-fs/README.md diff --git a/ClientApp/node_modules/graceful-fs/clone.js b/apps/angular/node_modules/graceful-fs/clone.js similarity index 100% rename from ClientApp/node_modules/graceful-fs/clone.js rename to apps/angular/node_modules/graceful-fs/clone.js diff --git a/ClientApp/node_modules/graceful-fs/graceful-fs.js b/apps/angular/node_modules/graceful-fs/graceful-fs.js similarity index 100% rename from ClientApp/node_modules/graceful-fs/graceful-fs.js rename to apps/angular/node_modules/graceful-fs/graceful-fs.js diff --git a/ClientApp/node_modules/graceful-fs/legacy-streams.js b/apps/angular/node_modules/graceful-fs/legacy-streams.js similarity index 100% rename from ClientApp/node_modules/graceful-fs/legacy-streams.js rename to apps/angular/node_modules/graceful-fs/legacy-streams.js diff --git a/ClientApp/node_modules/graceful-fs/package.json b/apps/angular/node_modules/graceful-fs/package.json similarity index 100% rename from ClientApp/node_modules/graceful-fs/package.json rename to apps/angular/node_modules/graceful-fs/package.json diff --git a/ClientApp/node_modules/graceful-fs/polyfills.js b/apps/angular/node_modules/graceful-fs/polyfills.js similarity index 100% rename from ClientApp/node_modules/graceful-fs/polyfills.js rename to apps/angular/node_modules/graceful-fs/polyfills.js diff --git a/ClientApp/node_modules/graphemer/CHANGELOG.md b/apps/angular/node_modules/graphemer/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/graphemer/CHANGELOG.md rename to apps/angular/node_modules/graphemer/CHANGELOG.md diff --git a/ClientApp/node_modules/graphemer/LICENSE b/apps/angular/node_modules/graphemer/LICENSE similarity index 100% rename from ClientApp/node_modules/graphemer/LICENSE rename to apps/angular/node_modules/graphemer/LICENSE diff --git a/ClientApp/node_modules/graphemer/README.md b/apps/angular/node_modules/graphemer/README.md similarity index 100% rename from ClientApp/node_modules/graphemer/README.md rename to apps/angular/node_modules/graphemer/README.md diff --git a/ClientApp/node_modules/graphemer/lib/Graphemer.d.ts b/apps/angular/node_modules/graphemer/lib/Graphemer.d.ts similarity index 100% rename from ClientApp/node_modules/graphemer/lib/Graphemer.d.ts rename to apps/angular/node_modules/graphemer/lib/Graphemer.d.ts diff --git a/ClientApp/node_modules/graphemer/lib/Graphemer.d.ts.map b/apps/angular/node_modules/graphemer/lib/Graphemer.d.ts.map similarity index 100% rename from ClientApp/node_modules/graphemer/lib/Graphemer.d.ts.map rename to apps/angular/node_modules/graphemer/lib/Graphemer.d.ts.map diff --git a/ClientApp/node_modules/graphemer/lib/Graphemer.js b/apps/angular/node_modules/graphemer/lib/Graphemer.js similarity index 100% rename from ClientApp/node_modules/graphemer/lib/Graphemer.js rename to apps/angular/node_modules/graphemer/lib/Graphemer.js diff --git a/ClientApp/node_modules/graphemer/lib/GraphemerHelper.d.ts b/apps/angular/node_modules/graphemer/lib/GraphemerHelper.d.ts similarity index 100% rename from ClientApp/node_modules/graphemer/lib/GraphemerHelper.d.ts rename to apps/angular/node_modules/graphemer/lib/GraphemerHelper.d.ts diff --git a/ClientApp/node_modules/graphemer/lib/GraphemerHelper.d.ts.map b/apps/angular/node_modules/graphemer/lib/GraphemerHelper.d.ts.map similarity index 100% rename from ClientApp/node_modules/graphemer/lib/GraphemerHelper.d.ts.map rename to apps/angular/node_modules/graphemer/lib/GraphemerHelper.d.ts.map diff --git a/ClientApp/node_modules/graphemer/lib/GraphemerHelper.js b/apps/angular/node_modules/graphemer/lib/GraphemerHelper.js similarity index 100% rename from ClientApp/node_modules/graphemer/lib/GraphemerHelper.js rename to apps/angular/node_modules/graphemer/lib/GraphemerHelper.js diff --git a/ClientApp/node_modules/graphemer/lib/GraphemerIterator.d.ts b/apps/angular/node_modules/graphemer/lib/GraphemerIterator.d.ts similarity index 100% rename from ClientApp/node_modules/graphemer/lib/GraphemerIterator.d.ts rename to apps/angular/node_modules/graphemer/lib/GraphemerIterator.d.ts diff --git a/ClientApp/node_modules/graphemer/lib/GraphemerIterator.d.ts.map b/apps/angular/node_modules/graphemer/lib/GraphemerIterator.d.ts.map similarity index 100% rename from ClientApp/node_modules/graphemer/lib/GraphemerIterator.d.ts.map rename to apps/angular/node_modules/graphemer/lib/GraphemerIterator.d.ts.map diff --git a/ClientApp/node_modules/graphemer/lib/GraphemerIterator.js b/apps/angular/node_modules/graphemer/lib/GraphemerIterator.js similarity index 100% rename from ClientApp/node_modules/graphemer/lib/GraphemerIterator.js rename to apps/angular/node_modules/graphemer/lib/GraphemerIterator.js diff --git a/ClientApp/node_modules/graphemer/lib/boundaries.d.ts b/apps/angular/node_modules/graphemer/lib/boundaries.d.ts similarity index 100% rename from ClientApp/node_modules/graphemer/lib/boundaries.d.ts rename to apps/angular/node_modules/graphemer/lib/boundaries.d.ts diff --git a/ClientApp/node_modules/graphemer/lib/boundaries.d.ts.map b/apps/angular/node_modules/graphemer/lib/boundaries.d.ts.map similarity index 100% rename from ClientApp/node_modules/graphemer/lib/boundaries.d.ts.map rename to apps/angular/node_modules/graphemer/lib/boundaries.d.ts.map diff --git a/ClientApp/node_modules/graphemer/lib/boundaries.js b/apps/angular/node_modules/graphemer/lib/boundaries.js similarity index 100% rename from ClientApp/node_modules/graphemer/lib/boundaries.js rename to apps/angular/node_modules/graphemer/lib/boundaries.js diff --git a/ClientApp/node_modules/graphemer/lib/index.d.ts b/apps/angular/node_modules/graphemer/lib/index.d.ts similarity index 100% rename from ClientApp/node_modules/graphemer/lib/index.d.ts rename to apps/angular/node_modules/graphemer/lib/index.d.ts diff --git a/ClientApp/node_modules/graphemer/lib/index.d.ts.map b/apps/angular/node_modules/graphemer/lib/index.d.ts.map similarity index 100% rename from ClientApp/node_modules/graphemer/lib/index.d.ts.map rename to apps/angular/node_modules/graphemer/lib/index.d.ts.map diff --git a/ClientApp/node_modules/graphemer/lib/index.js b/apps/angular/node_modules/graphemer/lib/index.js similarity index 100% rename from ClientApp/node_modules/graphemer/lib/index.js rename to apps/angular/node_modules/graphemer/lib/index.js diff --git a/ClientApp/node_modules/graphemer/package.json b/apps/angular/node_modules/graphemer/package.json similarity index 100% rename from ClientApp/node_modules/graphemer/package.json rename to apps/angular/node_modules/graphemer/package.json diff --git a/ClientApp/node_modules/has-bigints/.eslintrc b/apps/angular/node_modules/has-bigints/.eslintrc similarity index 100% rename from ClientApp/node_modules/has-bigints/.eslintrc rename to apps/angular/node_modules/has-bigints/.eslintrc diff --git a/ClientApp/node_modules/has-bigints/.github/FUNDING.yml b/apps/angular/node_modules/has-bigints/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/has-bigints/.github/FUNDING.yml rename to apps/angular/node_modules/has-bigints/.github/FUNDING.yml diff --git a/ClientApp/node_modules/has-bigints/.nycrc b/apps/angular/node_modules/has-bigints/.nycrc similarity index 100% rename from ClientApp/node_modules/has-bigints/.nycrc rename to apps/angular/node_modules/has-bigints/.nycrc diff --git a/ClientApp/node_modules/has-bigints/CHANGELOG.md b/apps/angular/node_modules/has-bigints/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/has-bigints/CHANGELOG.md rename to apps/angular/node_modules/has-bigints/CHANGELOG.md diff --git a/ClientApp/node_modules/has-bigints/LICENSE b/apps/angular/node_modules/has-bigints/LICENSE similarity index 100% rename from ClientApp/node_modules/has-bigints/LICENSE rename to apps/angular/node_modules/has-bigints/LICENSE diff --git a/ClientApp/node_modules/has-bigints/README.md b/apps/angular/node_modules/has-bigints/README.md similarity index 100% rename from ClientApp/node_modules/has-bigints/README.md rename to apps/angular/node_modules/has-bigints/README.md diff --git a/ClientApp/node_modules/has-bigints/index.d.ts b/apps/angular/node_modules/has-bigints/index.d.ts similarity index 100% rename from ClientApp/node_modules/has-bigints/index.d.ts rename to apps/angular/node_modules/has-bigints/index.d.ts diff --git a/ClientApp/node_modules/has-bigints/index.js b/apps/angular/node_modules/has-bigints/index.js similarity index 100% rename from ClientApp/node_modules/has-bigints/index.js rename to apps/angular/node_modules/has-bigints/index.js diff --git a/ClientApp/node_modules/has-bigints/package.json b/apps/angular/node_modules/has-bigints/package.json similarity index 100% rename from ClientApp/node_modules/has-bigints/package.json rename to apps/angular/node_modules/has-bigints/package.json diff --git a/ClientApp/node_modules/has-bigints/test/index.js b/apps/angular/node_modules/has-bigints/test/index.js similarity index 100% rename from ClientApp/node_modules/has-bigints/test/index.js rename to apps/angular/node_modules/has-bigints/test/index.js diff --git a/ClientApp/node_modules/has-bigints/tsconfig.json b/apps/angular/node_modules/has-bigints/tsconfig.json similarity index 100% rename from ClientApp/node_modules/has-bigints/tsconfig.json rename to apps/angular/node_modules/has-bigints/tsconfig.json diff --git a/ClientApp/node_modules/has-flag/index.d.ts b/apps/angular/node_modules/has-flag/index.d.ts similarity index 100% rename from ClientApp/node_modules/has-flag/index.d.ts rename to apps/angular/node_modules/has-flag/index.d.ts diff --git a/ClientApp/node_modules/has-flag/index.js b/apps/angular/node_modules/has-flag/index.js similarity index 100% rename from ClientApp/node_modules/has-flag/index.js rename to apps/angular/node_modules/has-flag/index.js diff --git a/ClientApp/node_modules/has-flag/license b/apps/angular/node_modules/has-flag/license similarity index 100% rename from ClientApp/node_modules/has-flag/license rename to apps/angular/node_modules/has-flag/license diff --git a/ClientApp/node_modules/has-flag/package.json b/apps/angular/node_modules/has-flag/package.json similarity index 100% rename from ClientApp/node_modules/has-flag/package.json rename to apps/angular/node_modules/has-flag/package.json diff --git a/ClientApp/node_modules/has-flag/readme.md b/apps/angular/node_modules/has-flag/readme.md similarity index 100% rename from ClientApp/node_modules/has-flag/readme.md rename to apps/angular/node_modules/has-flag/readme.md diff --git a/ClientApp/node_modules/has-property-descriptors/.eslintrc b/apps/angular/node_modules/has-property-descriptors/.eslintrc similarity index 100% rename from ClientApp/node_modules/has-property-descriptors/.eslintrc rename to apps/angular/node_modules/has-property-descriptors/.eslintrc diff --git a/ClientApp/node_modules/has-property-descriptors/.github/FUNDING.yml b/apps/angular/node_modules/has-property-descriptors/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/has-property-descriptors/.github/FUNDING.yml rename to apps/angular/node_modules/has-property-descriptors/.github/FUNDING.yml diff --git a/ClientApp/node_modules/has-property-descriptors/.nycrc b/apps/angular/node_modules/has-property-descriptors/.nycrc similarity index 100% rename from ClientApp/node_modules/has-property-descriptors/.nycrc rename to apps/angular/node_modules/has-property-descriptors/.nycrc diff --git a/ClientApp/node_modules/has-property-descriptors/CHANGELOG.md b/apps/angular/node_modules/has-property-descriptors/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/has-property-descriptors/CHANGELOG.md rename to apps/angular/node_modules/has-property-descriptors/CHANGELOG.md diff --git a/ClientApp/node_modules/has-property-descriptors/LICENSE b/apps/angular/node_modules/has-property-descriptors/LICENSE similarity index 100% rename from ClientApp/node_modules/has-property-descriptors/LICENSE rename to apps/angular/node_modules/has-property-descriptors/LICENSE diff --git a/ClientApp/node_modules/has-property-descriptors/README.md b/apps/angular/node_modules/has-property-descriptors/README.md similarity index 100% rename from ClientApp/node_modules/has-property-descriptors/README.md rename to apps/angular/node_modules/has-property-descriptors/README.md diff --git a/ClientApp/node_modules/has-property-descriptors/index.js b/apps/angular/node_modules/has-property-descriptors/index.js similarity index 100% rename from ClientApp/node_modules/has-property-descriptors/index.js rename to apps/angular/node_modules/has-property-descriptors/index.js diff --git a/ClientApp/node_modules/has-property-descriptors/package.json b/apps/angular/node_modules/has-property-descriptors/package.json similarity index 100% rename from ClientApp/node_modules/has-property-descriptors/package.json rename to apps/angular/node_modules/has-property-descriptors/package.json diff --git a/ClientApp/node_modules/has-property-descriptors/test/index.js b/apps/angular/node_modules/has-property-descriptors/test/index.js similarity index 100% rename from ClientApp/node_modules/has-property-descriptors/test/index.js rename to apps/angular/node_modules/has-property-descriptors/test/index.js diff --git a/ClientApp/node_modules/has-proto/.eslintrc b/apps/angular/node_modules/has-proto/.eslintrc similarity index 100% rename from ClientApp/node_modules/has-proto/.eslintrc rename to apps/angular/node_modules/has-proto/.eslintrc diff --git a/ClientApp/node_modules/has-proto/.github/FUNDING.yml b/apps/angular/node_modules/has-proto/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/has-proto/.github/FUNDING.yml rename to apps/angular/node_modules/has-proto/.github/FUNDING.yml diff --git a/ClientApp/node_modules/has-proto/CHANGELOG.md b/apps/angular/node_modules/has-proto/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/has-proto/CHANGELOG.md rename to apps/angular/node_modules/has-proto/CHANGELOG.md diff --git a/ClientApp/node_modules/has-proto/LICENSE b/apps/angular/node_modules/has-proto/LICENSE similarity index 100% rename from ClientApp/node_modules/has-proto/LICENSE rename to apps/angular/node_modules/has-proto/LICENSE diff --git a/ClientApp/node_modules/has-proto/README.md b/apps/angular/node_modules/has-proto/README.md similarity index 100% rename from ClientApp/node_modules/has-proto/README.md rename to apps/angular/node_modules/has-proto/README.md diff --git a/ClientApp/node_modules/has-proto/accessor.d.ts b/apps/angular/node_modules/has-proto/accessor.d.ts similarity index 100% rename from ClientApp/node_modules/has-proto/accessor.d.ts rename to apps/angular/node_modules/has-proto/accessor.d.ts diff --git a/ClientApp/node_modules/has-proto/accessor.js b/apps/angular/node_modules/has-proto/accessor.js similarity index 100% rename from ClientApp/node_modules/has-proto/accessor.js rename to apps/angular/node_modules/has-proto/accessor.js diff --git a/ClientApp/node_modules/has-proto/index.d.ts b/apps/angular/node_modules/has-proto/index.d.ts similarity index 100% rename from ClientApp/node_modules/has-proto/index.d.ts rename to apps/angular/node_modules/has-proto/index.d.ts diff --git a/ClientApp/node_modules/has-proto/index.js b/apps/angular/node_modules/has-proto/index.js similarity index 100% rename from ClientApp/node_modules/has-proto/index.js rename to apps/angular/node_modules/has-proto/index.js diff --git a/ClientApp/node_modules/has-proto/mutator.d.ts b/apps/angular/node_modules/has-proto/mutator.d.ts similarity index 100% rename from ClientApp/node_modules/has-proto/mutator.d.ts rename to apps/angular/node_modules/has-proto/mutator.d.ts diff --git a/ClientApp/node_modules/has-proto/mutator.js b/apps/angular/node_modules/has-proto/mutator.js similarity index 100% rename from ClientApp/node_modules/has-proto/mutator.js rename to apps/angular/node_modules/has-proto/mutator.js diff --git a/ClientApp/node_modules/has-proto/package.json b/apps/angular/node_modules/has-proto/package.json similarity index 100% rename from ClientApp/node_modules/has-proto/package.json rename to apps/angular/node_modules/has-proto/package.json diff --git a/ClientApp/node_modules/has-proto/test/accessor.js b/apps/angular/node_modules/has-proto/test/accessor.js similarity index 100% rename from ClientApp/node_modules/has-proto/test/accessor.js rename to apps/angular/node_modules/has-proto/test/accessor.js diff --git a/ClientApp/node_modules/has-proto/test/index.js b/apps/angular/node_modules/has-proto/test/index.js similarity index 100% rename from ClientApp/node_modules/has-proto/test/index.js rename to apps/angular/node_modules/has-proto/test/index.js diff --git a/ClientApp/node_modules/has-proto/test/mutator.js b/apps/angular/node_modules/has-proto/test/mutator.js similarity index 100% rename from ClientApp/node_modules/has-proto/test/mutator.js rename to apps/angular/node_modules/has-proto/test/mutator.js diff --git a/ClientApp/node_modules/has-proto/tsconfig.json b/apps/angular/node_modules/has-proto/tsconfig.json similarity index 100% rename from ClientApp/node_modules/has-proto/tsconfig.json rename to apps/angular/node_modules/has-proto/tsconfig.json diff --git a/ClientApp/node_modules/has-symbols/.eslintrc b/apps/angular/node_modules/has-symbols/.eslintrc similarity index 100% rename from ClientApp/node_modules/has-symbols/.eslintrc rename to apps/angular/node_modules/has-symbols/.eslintrc diff --git a/ClientApp/node_modules/has-symbols/.github/FUNDING.yml b/apps/angular/node_modules/has-symbols/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/has-symbols/.github/FUNDING.yml rename to apps/angular/node_modules/has-symbols/.github/FUNDING.yml diff --git a/ClientApp/node_modules/has-symbols/.nycrc b/apps/angular/node_modules/has-symbols/.nycrc similarity index 100% rename from ClientApp/node_modules/has-symbols/.nycrc rename to apps/angular/node_modules/has-symbols/.nycrc diff --git a/ClientApp/node_modules/has-symbols/CHANGELOG.md b/apps/angular/node_modules/has-symbols/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/has-symbols/CHANGELOG.md rename to apps/angular/node_modules/has-symbols/CHANGELOG.md diff --git a/ClientApp/node_modules/has-symbols/LICENSE b/apps/angular/node_modules/has-symbols/LICENSE similarity index 100% rename from ClientApp/node_modules/has-symbols/LICENSE rename to apps/angular/node_modules/has-symbols/LICENSE diff --git a/ClientApp/node_modules/has-symbols/README.md b/apps/angular/node_modules/has-symbols/README.md similarity index 100% rename from ClientApp/node_modules/has-symbols/README.md rename to apps/angular/node_modules/has-symbols/README.md diff --git a/ClientApp/node_modules/has-symbols/index.d.ts b/apps/angular/node_modules/has-symbols/index.d.ts similarity index 100% rename from ClientApp/node_modules/has-symbols/index.d.ts rename to apps/angular/node_modules/has-symbols/index.d.ts diff --git a/ClientApp/node_modules/has-symbols/index.js b/apps/angular/node_modules/has-symbols/index.js similarity index 100% rename from ClientApp/node_modules/has-symbols/index.js rename to apps/angular/node_modules/has-symbols/index.js diff --git a/ClientApp/node_modules/has-symbols/package.json b/apps/angular/node_modules/has-symbols/package.json similarity index 100% rename from ClientApp/node_modules/has-symbols/package.json rename to apps/angular/node_modules/has-symbols/package.json diff --git a/ClientApp/node_modules/has-symbols/shams.d.ts b/apps/angular/node_modules/has-symbols/shams.d.ts similarity index 100% rename from ClientApp/node_modules/has-symbols/shams.d.ts rename to apps/angular/node_modules/has-symbols/shams.d.ts diff --git a/ClientApp/node_modules/has-symbols/shams.js b/apps/angular/node_modules/has-symbols/shams.js similarity index 100% rename from ClientApp/node_modules/has-symbols/shams.js rename to apps/angular/node_modules/has-symbols/shams.js diff --git a/ClientApp/node_modules/has-symbols/test/index.js b/apps/angular/node_modules/has-symbols/test/index.js similarity index 100% rename from ClientApp/node_modules/has-symbols/test/index.js rename to apps/angular/node_modules/has-symbols/test/index.js diff --git a/ClientApp/node_modules/has-symbols/test/shams/core-js.js b/apps/angular/node_modules/has-symbols/test/shams/core-js.js similarity index 100% rename from ClientApp/node_modules/has-symbols/test/shams/core-js.js rename to apps/angular/node_modules/has-symbols/test/shams/core-js.js diff --git a/ClientApp/node_modules/has-symbols/test/shams/get-own-property-symbols.js b/apps/angular/node_modules/has-symbols/test/shams/get-own-property-symbols.js similarity index 100% rename from ClientApp/node_modules/has-symbols/test/shams/get-own-property-symbols.js rename to apps/angular/node_modules/has-symbols/test/shams/get-own-property-symbols.js diff --git a/ClientApp/node_modules/has-symbols/test/tests.js b/apps/angular/node_modules/has-symbols/test/tests.js similarity index 100% rename from ClientApp/node_modules/has-symbols/test/tests.js rename to apps/angular/node_modules/has-symbols/test/tests.js diff --git a/ClientApp/node_modules/has-symbols/tsconfig.json b/apps/angular/node_modules/has-symbols/tsconfig.json similarity index 100% rename from ClientApp/node_modules/has-symbols/tsconfig.json rename to apps/angular/node_modules/has-symbols/tsconfig.json diff --git a/ClientApp/node_modules/has-tostringtag/.eslintrc b/apps/angular/node_modules/has-tostringtag/.eslintrc similarity index 100% rename from ClientApp/node_modules/has-tostringtag/.eslintrc rename to apps/angular/node_modules/has-tostringtag/.eslintrc diff --git a/ClientApp/node_modules/has-tostringtag/.github/FUNDING.yml b/apps/angular/node_modules/has-tostringtag/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/has-tostringtag/.github/FUNDING.yml rename to apps/angular/node_modules/has-tostringtag/.github/FUNDING.yml diff --git a/ClientApp/node_modules/has-tostringtag/.nycrc b/apps/angular/node_modules/has-tostringtag/.nycrc similarity index 100% rename from ClientApp/node_modules/has-tostringtag/.nycrc rename to apps/angular/node_modules/has-tostringtag/.nycrc diff --git a/ClientApp/node_modules/has-tostringtag/CHANGELOG.md b/apps/angular/node_modules/has-tostringtag/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/has-tostringtag/CHANGELOG.md rename to apps/angular/node_modules/has-tostringtag/CHANGELOG.md diff --git a/ClientApp/node_modules/has-tostringtag/LICENSE b/apps/angular/node_modules/has-tostringtag/LICENSE similarity index 100% rename from ClientApp/node_modules/has-tostringtag/LICENSE rename to apps/angular/node_modules/has-tostringtag/LICENSE diff --git a/ClientApp/node_modules/has-tostringtag/README.md b/apps/angular/node_modules/has-tostringtag/README.md similarity index 100% rename from ClientApp/node_modules/has-tostringtag/README.md rename to apps/angular/node_modules/has-tostringtag/README.md diff --git a/ClientApp/node_modules/has-tostringtag/index.d.ts b/apps/angular/node_modules/has-tostringtag/index.d.ts similarity index 100% rename from ClientApp/node_modules/has-tostringtag/index.d.ts rename to apps/angular/node_modules/has-tostringtag/index.d.ts diff --git a/ClientApp/node_modules/has-tostringtag/index.js b/apps/angular/node_modules/has-tostringtag/index.js similarity index 100% rename from ClientApp/node_modules/has-tostringtag/index.js rename to apps/angular/node_modules/has-tostringtag/index.js diff --git a/ClientApp/node_modules/has-tostringtag/package.json b/apps/angular/node_modules/has-tostringtag/package.json similarity index 100% rename from ClientApp/node_modules/has-tostringtag/package.json rename to apps/angular/node_modules/has-tostringtag/package.json diff --git a/ClientApp/node_modules/has-tostringtag/shams.d.ts b/apps/angular/node_modules/has-tostringtag/shams.d.ts similarity index 100% rename from ClientApp/node_modules/has-tostringtag/shams.d.ts rename to apps/angular/node_modules/has-tostringtag/shams.d.ts diff --git a/ClientApp/node_modules/has-tostringtag/shams.js b/apps/angular/node_modules/has-tostringtag/shams.js similarity index 100% rename from ClientApp/node_modules/has-tostringtag/shams.js rename to apps/angular/node_modules/has-tostringtag/shams.js diff --git a/ClientApp/node_modules/has-tostringtag/test/index.js b/apps/angular/node_modules/has-tostringtag/test/index.js similarity index 100% rename from ClientApp/node_modules/has-tostringtag/test/index.js rename to apps/angular/node_modules/has-tostringtag/test/index.js diff --git a/ClientApp/node_modules/has-tostringtag/test/shams/core-js.js b/apps/angular/node_modules/has-tostringtag/test/shams/core-js.js similarity index 100% rename from ClientApp/node_modules/has-tostringtag/test/shams/core-js.js rename to apps/angular/node_modules/has-tostringtag/test/shams/core-js.js diff --git a/ClientApp/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js b/apps/angular/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js similarity index 100% rename from ClientApp/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js rename to apps/angular/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js diff --git a/ClientApp/node_modules/has-tostringtag/test/tests.js b/apps/angular/node_modules/has-tostringtag/test/tests.js similarity index 100% rename from ClientApp/node_modules/has-tostringtag/test/tests.js rename to apps/angular/node_modules/has-tostringtag/test/tests.js diff --git a/ClientApp/node_modules/has-tostringtag/tsconfig.json b/apps/angular/node_modules/has-tostringtag/tsconfig.json similarity index 100% rename from ClientApp/node_modules/has-tostringtag/tsconfig.json rename to apps/angular/node_modules/has-tostringtag/tsconfig.json diff --git a/ClientApp/node_modules/hasown/.eslintrc b/apps/angular/node_modules/hasown/.eslintrc similarity index 100% rename from ClientApp/node_modules/hasown/.eslintrc rename to apps/angular/node_modules/hasown/.eslintrc diff --git a/ClientApp/node_modules/hasown/.github/FUNDING.yml b/apps/angular/node_modules/hasown/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/hasown/.github/FUNDING.yml rename to apps/angular/node_modules/hasown/.github/FUNDING.yml diff --git a/ClientApp/node_modules/hasown/.nycrc b/apps/angular/node_modules/hasown/.nycrc similarity index 100% rename from ClientApp/node_modules/hasown/.nycrc rename to apps/angular/node_modules/hasown/.nycrc diff --git a/ClientApp/node_modules/hasown/CHANGELOG.md b/apps/angular/node_modules/hasown/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/hasown/CHANGELOG.md rename to apps/angular/node_modules/hasown/CHANGELOG.md diff --git a/ClientApp/node_modules/hasown/LICENSE b/apps/angular/node_modules/hasown/LICENSE similarity index 100% rename from ClientApp/node_modules/hasown/LICENSE rename to apps/angular/node_modules/hasown/LICENSE diff --git a/ClientApp/node_modules/hasown/README.md b/apps/angular/node_modules/hasown/README.md similarity index 100% rename from ClientApp/node_modules/hasown/README.md rename to apps/angular/node_modules/hasown/README.md diff --git a/ClientApp/node_modules/hasown/index.d.ts b/apps/angular/node_modules/hasown/index.d.ts similarity index 100% rename from ClientApp/node_modules/hasown/index.d.ts rename to apps/angular/node_modules/hasown/index.d.ts diff --git a/ClientApp/node_modules/hasown/index.js b/apps/angular/node_modules/hasown/index.js similarity index 100% rename from ClientApp/node_modules/hasown/index.js rename to apps/angular/node_modules/hasown/index.js diff --git a/ClientApp/node_modules/hasown/package.json b/apps/angular/node_modules/hasown/package.json similarity index 100% rename from ClientApp/node_modules/hasown/package.json rename to apps/angular/node_modules/hasown/package.json diff --git a/ClientApp/node_modules/hasown/tsconfig.json b/apps/angular/node_modules/hasown/tsconfig.json similarity index 100% rename from ClientApp/node_modules/hasown/tsconfig.json rename to apps/angular/node_modules/hasown/tsconfig.json diff --git a/ClientApp/node_modules/html-encoding-sniffer/LICENSE.txt b/apps/angular/node_modules/html-encoding-sniffer/LICENSE.txt similarity index 100% rename from ClientApp/node_modules/html-encoding-sniffer/LICENSE.txt rename to apps/angular/node_modules/html-encoding-sniffer/LICENSE.txt diff --git a/ClientApp/node_modules/html-encoding-sniffer/README.md b/apps/angular/node_modules/html-encoding-sniffer/README.md similarity index 100% rename from ClientApp/node_modules/html-encoding-sniffer/README.md rename to apps/angular/node_modules/html-encoding-sniffer/README.md diff --git a/ClientApp/node_modules/html-encoding-sniffer/lib/html-encoding-sniffer.js b/apps/angular/node_modules/html-encoding-sniffer/lib/html-encoding-sniffer.js similarity index 100% rename from ClientApp/node_modules/html-encoding-sniffer/lib/html-encoding-sniffer.js rename to apps/angular/node_modules/html-encoding-sniffer/lib/html-encoding-sniffer.js diff --git a/ClientApp/node_modules/html-encoding-sniffer/package.json b/apps/angular/node_modules/html-encoding-sniffer/package.json similarity index 100% rename from ClientApp/node_modules/html-encoding-sniffer/package.json rename to apps/angular/node_modules/html-encoding-sniffer/package.json diff --git a/ClientApp/node_modules/html-entities/LICENSE b/apps/angular/node_modules/html-entities/LICENSE similarity index 100% rename from ClientApp/node_modules/html-entities/LICENSE rename to apps/angular/node_modules/html-entities/LICENSE diff --git a/ClientApp/node_modules/html-entities/README.md b/apps/angular/node_modules/html-entities/README.md similarity index 100% rename from ClientApp/node_modules/html-entities/README.md rename to apps/angular/node_modules/html-entities/README.md diff --git a/ClientApp/node_modules/html-entities/dist/commonjs/index.d.ts b/apps/angular/node_modules/html-entities/dist/commonjs/index.d.ts similarity index 100% rename from ClientApp/node_modules/html-entities/dist/commonjs/index.d.ts rename to apps/angular/node_modules/html-entities/dist/commonjs/index.d.ts diff --git a/ClientApp/node_modules/html-entities/dist/commonjs/index.js b/apps/angular/node_modules/html-entities/dist/commonjs/index.js similarity index 100% rename from ClientApp/node_modules/html-entities/dist/commonjs/index.js rename to apps/angular/node_modules/html-entities/dist/commonjs/index.js diff --git a/ClientApp/node_modules/html-entities/dist/commonjs/index.js.flow b/apps/angular/node_modules/html-entities/dist/commonjs/index.js.flow similarity index 100% rename from ClientApp/node_modules/html-entities/dist/commonjs/index.js.flow rename to apps/angular/node_modules/html-entities/dist/commonjs/index.js.flow diff --git a/ClientApp/node_modules/html-entities/dist/commonjs/index.js.map b/apps/angular/node_modules/html-entities/dist/commonjs/index.js.map similarity index 100% rename from ClientApp/node_modules/html-entities/dist/commonjs/index.js.map rename to apps/angular/node_modules/html-entities/dist/commonjs/index.js.map diff --git a/ClientApp/node_modules/html-entities/dist/commonjs/named-references.js b/apps/angular/node_modules/html-entities/dist/commonjs/named-references.js similarity index 100% rename from ClientApp/node_modules/html-entities/dist/commonjs/named-references.js rename to apps/angular/node_modules/html-entities/dist/commonjs/named-references.js diff --git a/ClientApp/node_modules/html-entities/dist/commonjs/named-references.js.map b/apps/angular/node_modules/html-entities/dist/commonjs/named-references.js.map similarity index 100% rename from ClientApp/node_modules/html-entities/dist/commonjs/named-references.js.map rename to apps/angular/node_modules/html-entities/dist/commonjs/named-references.js.map diff --git a/ClientApp/node_modules/html-entities/dist/commonjs/numeric-unicode-map.js b/apps/angular/node_modules/html-entities/dist/commonjs/numeric-unicode-map.js similarity index 100% rename from ClientApp/node_modules/html-entities/dist/commonjs/numeric-unicode-map.js rename to apps/angular/node_modules/html-entities/dist/commonjs/numeric-unicode-map.js diff --git a/ClientApp/node_modules/html-entities/dist/commonjs/numeric-unicode-map.js.map b/apps/angular/node_modules/html-entities/dist/commonjs/numeric-unicode-map.js.map similarity index 100% rename from ClientApp/node_modules/html-entities/dist/commonjs/numeric-unicode-map.js.map rename to apps/angular/node_modules/html-entities/dist/commonjs/numeric-unicode-map.js.map diff --git a/ClientApp/node_modules/html-entities/dist/commonjs/package.json b/apps/angular/node_modules/html-entities/dist/commonjs/package.json similarity index 100% rename from ClientApp/node_modules/html-entities/dist/commonjs/package.json rename to apps/angular/node_modules/html-entities/dist/commonjs/package.json diff --git a/ClientApp/node_modules/html-entities/dist/commonjs/surrogate-pairs.js b/apps/angular/node_modules/html-entities/dist/commonjs/surrogate-pairs.js similarity index 100% rename from ClientApp/node_modules/html-entities/dist/commonjs/surrogate-pairs.js rename to apps/angular/node_modules/html-entities/dist/commonjs/surrogate-pairs.js diff --git a/ClientApp/node_modules/html-entities/dist/commonjs/surrogate-pairs.js.map b/apps/angular/node_modules/html-entities/dist/commonjs/surrogate-pairs.js.map similarity index 100% rename from ClientApp/node_modules/html-entities/dist/commonjs/surrogate-pairs.js.map rename to apps/angular/node_modules/html-entities/dist/commonjs/surrogate-pairs.js.map diff --git a/ClientApp/node_modules/html-entities/dist/esm/index.d.ts b/apps/angular/node_modules/html-entities/dist/esm/index.d.ts similarity index 100% rename from ClientApp/node_modules/html-entities/dist/esm/index.d.ts rename to apps/angular/node_modules/html-entities/dist/esm/index.d.ts diff --git a/ClientApp/node_modules/html-entities/dist/esm/index.js b/apps/angular/node_modules/html-entities/dist/esm/index.js similarity index 100% rename from ClientApp/node_modules/html-entities/dist/esm/index.js rename to apps/angular/node_modules/html-entities/dist/esm/index.js diff --git a/ClientApp/node_modules/html-entities/dist/esm/index.js.map b/apps/angular/node_modules/html-entities/dist/esm/index.js.map similarity index 100% rename from ClientApp/node_modules/html-entities/dist/esm/index.js.map rename to apps/angular/node_modules/html-entities/dist/esm/index.js.map diff --git a/ClientApp/node_modules/html-entities/dist/esm/named-references.js b/apps/angular/node_modules/html-entities/dist/esm/named-references.js similarity index 100% rename from ClientApp/node_modules/html-entities/dist/esm/named-references.js rename to apps/angular/node_modules/html-entities/dist/esm/named-references.js diff --git a/ClientApp/node_modules/html-entities/dist/esm/named-references.js.map b/apps/angular/node_modules/html-entities/dist/esm/named-references.js.map similarity index 100% rename from ClientApp/node_modules/html-entities/dist/esm/named-references.js.map rename to apps/angular/node_modules/html-entities/dist/esm/named-references.js.map diff --git a/ClientApp/node_modules/html-entities/dist/esm/numeric-unicode-map.js b/apps/angular/node_modules/html-entities/dist/esm/numeric-unicode-map.js similarity index 100% rename from ClientApp/node_modules/html-entities/dist/esm/numeric-unicode-map.js rename to apps/angular/node_modules/html-entities/dist/esm/numeric-unicode-map.js diff --git a/ClientApp/node_modules/html-entities/dist/esm/numeric-unicode-map.js.map b/apps/angular/node_modules/html-entities/dist/esm/numeric-unicode-map.js.map similarity index 100% rename from ClientApp/node_modules/html-entities/dist/esm/numeric-unicode-map.js.map rename to apps/angular/node_modules/html-entities/dist/esm/numeric-unicode-map.js.map diff --git a/ClientApp/node_modules/html-entities/dist/esm/package.json b/apps/angular/node_modules/html-entities/dist/esm/package.json similarity index 100% rename from ClientApp/node_modules/html-entities/dist/esm/package.json rename to apps/angular/node_modules/html-entities/dist/esm/package.json diff --git a/ClientApp/node_modules/html-entities/dist/esm/surrogate-pairs.js b/apps/angular/node_modules/html-entities/dist/esm/surrogate-pairs.js similarity index 100% rename from ClientApp/node_modules/html-entities/dist/esm/surrogate-pairs.js rename to apps/angular/node_modules/html-entities/dist/esm/surrogate-pairs.js diff --git a/ClientApp/node_modules/html-entities/dist/esm/surrogate-pairs.js.map b/apps/angular/node_modules/html-entities/dist/esm/surrogate-pairs.js.map similarity index 100% rename from ClientApp/node_modules/html-entities/dist/esm/surrogate-pairs.js.map rename to apps/angular/node_modules/html-entities/dist/esm/surrogate-pairs.js.map diff --git a/ClientApp/node_modules/html-entities/package.json b/apps/angular/node_modules/html-entities/package.json similarity index 100% rename from ClientApp/node_modules/html-entities/package.json rename to apps/angular/node_modules/html-entities/package.json diff --git a/ClientApp/node_modules/html-entities/src/index.ts b/apps/angular/node_modules/html-entities/src/index.ts similarity index 100% rename from ClientApp/node_modules/html-entities/src/index.ts rename to apps/angular/node_modules/html-entities/src/index.ts diff --git a/ClientApp/node_modules/html-entities/src/named-references.ts b/apps/angular/node_modules/html-entities/src/named-references.ts similarity index 100% rename from ClientApp/node_modules/html-entities/src/named-references.ts rename to apps/angular/node_modules/html-entities/src/named-references.ts diff --git a/ClientApp/node_modules/html-entities/src/numeric-unicode-map.ts b/apps/angular/node_modules/html-entities/src/numeric-unicode-map.ts similarity index 100% rename from ClientApp/node_modules/html-entities/src/numeric-unicode-map.ts rename to apps/angular/node_modules/html-entities/src/numeric-unicode-map.ts diff --git a/ClientApp/node_modules/html-entities/src/surrogate-pairs.ts b/apps/angular/node_modules/html-entities/src/surrogate-pairs.ts similarity index 100% rename from ClientApp/node_modules/html-entities/src/surrogate-pairs.ts rename to apps/angular/node_modules/html-entities/src/surrogate-pairs.ts diff --git a/ClientApp/node_modules/html-escaper/LICENSE.txt b/apps/angular/node_modules/html-escaper/LICENSE.txt similarity index 100% rename from ClientApp/node_modules/html-escaper/LICENSE.txt rename to apps/angular/node_modules/html-escaper/LICENSE.txt diff --git a/ClientApp/node_modules/html-escaper/README.md b/apps/angular/node_modules/html-escaper/README.md similarity index 100% rename from ClientApp/node_modules/html-escaper/README.md rename to apps/angular/node_modules/html-escaper/README.md diff --git a/ClientApp/node_modules/html-escaper/cjs/index.js b/apps/angular/node_modules/html-escaper/cjs/index.js similarity index 100% rename from ClientApp/node_modules/html-escaper/cjs/index.js rename to apps/angular/node_modules/html-escaper/cjs/index.js diff --git a/ClientApp/node_modules/html-escaper/cjs/package.json b/apps/angular/node_modules/html-escaper/cjs/package.json similarity index 100% rename from ClientApp/node_modules/html-escaper/cjs/package.json rename to apps/angular/node_modules/html-escaper/cjs/package.json diff --git a/ClientApp/node_modules/html-escaper/esm/index.js b/apps/angular/node_modules/html-escaper/esm/index.js similarity index 100% rename from ClientApp/node_modules/html-escaper/esm/index.js rename to apps/angular/node_modules/html-escaper/esm/index.js diff --git a/ClientApp/node_modules/html-escaper/index.js b/apps/angular/node_modules/html-escaper/index.js similarity index 100% rename from ClientApp/node_modules/html-escaper/index.js rename to apps/angular/node_modules/html-escaper/index.js diff --git a/ClientApp/node_modules/html-escaper/min.js b/apps/angular/node_modules/html-escaper/min.js similarity index 100% rename from ClientApp/node_modules/html-escaper/min.js rename to apps/angular/node_modules/html-escaper/min.js diff --git a/ClientApp/node_modules/html-escaper/package.json b/apps/angular/node_modules/html-escaper/package.json similarity index 100% rename from ClientApp/node_modules/html-escaper/package.json rename to apps/angular/node_modules/html-escaper/package.json diff --git a/ClientApp/node_modules/html-escaper/test/index.js b/apps/angular/node_modules/html-escaper/test/index.js similarity index 100% rename from ClientApp/node_modules/html-escaper/test/index.js rename to apps/angular/node_modules/html-escaper/test/index.js diff --git a/ClientApp/node_modules/html-escaper/test/package.json b/apps/angular/node_modules/html-escaper/test/package.json similarity index 100% rename from ClientApp/node_modules/html-escaper/test/package.json rename to apps/angular/node_modules/html-escaper/test/package.json diff --git a/ClientApp/node_modules/http-proxy-agent/LICENSE b/apps/angular/node_modules/http-proxy-agent/LICENSE similarity index 100% rename from ClientApp/node_modules/http-proxy-agent/LICENSE rename to apps/angular/node_modules/http-proxy-agent/LICENSE diff --git a/ClientApp/node_modules/http-proxy-agent/README.md b/apps/angular/node_modules/http-proxy-agent/README.md similarity index 100% rename from ClientApp/node_modules/http-proxy-agent/README.md rename to apps/angular/node_modules/http-proxy-agent/README.md diff --git a/ClientApp/node_modules/http-proxy-agent/dist/index.d.ts b/apps/angular/node_modules/http-proxy-agent/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/http-proxy-agent/dist/index.d.ts rename to apps/angular/node_modules/http-proxy-agent/dist/index.d.ts diff --git a/ClientApp/node_modules/http-proxy-agent/dist/index.d.ts.map b/apps/angular/node_modules/http-proxy-agent/dist/index.d.ts.map similarity index 100% rename from ClientApp/node_modules/http-proxy-agent/dist/index.d.ts.map rename to apps/angular/node_modules/http-proxy-agent/dist/index.d.ts.map diff --git a/ClientApp/node_modules/http-proxy-agent/dist/index.js b/apps/angular/node_modules/http-proxy-agent/dist/index.js similarity index 100% rename from ClientApp/node_modules/http-proxy-agent/dist/index.js rename to apps/angular/node_modules/http-proxy-agent/dist/index.js diff --git a/ClientApp/node_modules/http-proxy-agent/dist/index.js.map b/apps/angular/node_modules/http-proxy-agent/dist/index.js.map similarity index 100% rename from ClientApp/node_modules/http-proxy-agent/dist/index.js.map rename to apps/angular/node_modules/http-proxy-agent/dist/index.js.map diff --git a/ClientApp/node_modules/http-proxy-agent/package.json b/apps/angular/node_modules/http-proxy-agent/package.json similarity index 100% rename from ClientApp/node_modules/http-proxy-agent/package.json rename to apps/angular/node_modules/http-proxy-agent/package.json diff --git a/ClientApp/node_modules/http-signature/LICENSE b/apps/angular/node_modules/http-signature/LICENSE similarity index 100% rename from ClientApp/node_modules/http-signature/LICENSE rename to apps/angular/node_modules/http-signature/LICENSE diff --git a/ClientApp/node_modules/http-signature/README.md b/apps/angular/node_modules/http-signature/README.md similarity index 100% rename from ClientApp/node_modules/http-signature/README.md rename to apps/angular/node_modules/http-signature/README.md diff --git a/ClientApp/node_modules/http-signature/lib/index.js b/apps/angular/node_modules/http-signature/lib/index.js similarity index 100% rename from ClientApp/node_modules/http-signature/lib/index.js rename to apps/angular/node_modules/http-signature/lib/index.js diff --git a/ClientApp/node_modules/http-signature/lib/parser.js b/apps/angular/node_modules/http-signature/lib/parser.js similarity index 100% rename from ClientApp/node_modules/http-signature/lib/parser.js rename to apps/angular/node_modules/http-signature/lib/parser.js diff --git a/ClientApp/node_modules/http-signature/lib/signer.js b/apps/angular/node_modules/http-signature/lib/signer.js similarity index 100% rename from ClientApp/node_modules/http-signature/lib/signer.js rename to apps/angular/node_modules/http-signature/lib/signer.js diff --git a/ClientApp/node_modules/http-signature/lib/utils.js b/apps/angular/node_modules/http-signature/lib/utils.js similarity index 100% rename from ClientApp/node_modules/http-signature/lib/utils.js rename to apps/angular/node_modules/http-signature/lib/utils.js diff --git a/ClientApp/node_modules/http-signature/lib/verify.js b/apps/angular/node_modules/http-signature/lib/verify.js similarity index 100% rename from ClientApp/node_modules/http-signature/lib/verify.js rename to apps/angular/node_modules/http-signature/lib/verify.js diff --git a/ClientApp/node_modules/http-signature/package.json b/apps/angular/node_modules/http-signature/package.json similarity index 100% rename from ClientApp/node_modules/http-signature/package.json rename to apps/angular/node_modules/http-signature/package.json diff --git a/ClientApp/node_modules/https-proxy-agent/LICENSE b/apps/angular/node_modules/https-proxy-agent/LICENSE similarity index 100% rename from ClientApp/node_modules/https-proxy-agent/LICENSE rename to apps/angular/node_modules/https-proxy-agent/LICENSE diff --git a/ClientApp/node_modules/https-proxy-agent/README.md b/apps/angular/node_modules/https-proxy-agent/README.md similarity index 100% rename from ClientApp/node_modules/https-proxy-agent/README.md rename to apps/angular/node_modules/https-proxy-agent/README.md diff --git a/ClientApp/node_modules/https-proxy-agent/dist/index.d.ts b/apps/angular/node_modules/https-proxy-agent/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/https-proxy-agent/dist/index.d.ts rename to apps/angular/node_modules/https-proxy-agent/dist/index.d.ts diff --git a/ClientApp/node_modules/https-proxy-agent/dist/index.d.ts.map b/apps/angular/node_modules/https-proxy-agent/dist/index.d.ts.map similarity index 100% rename from ClientApp/node_modules/https-proxy-agent/dist/index.d.ts.map rename to apps/angular/node_modules/https-proxy-agent/dist/index.d.ts.map diff --git a/ClientApp/node_modules/https-proxy-agent/dist/index.js b/apps/angular/node_modules/https-proxy-agent/dist/index.js similarity index 100% rename from ClientApp/node_modules/https-proxy-agent/dist/index.js rename to apps/angular/node_modules/https-proxy-agent/dist/index.js diff --git a/ClientApp/node_modules/https-proxy-agent/dist/index.js.map b/apps/angular/node_modules/https-proxy-agent/dist/index.js.map similarity index 100% rename from ClientApp/node_modules/https-proxy-agent/dist/index.js.map rename to apps/angular/node_modules/https-proxy-agent/dist/index.js.map diff --git a/ClientApp/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts b/apps/angular/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts similarity index 100% rename from ClientApp/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts rename to apps/angular/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts diff --git a/ClientApp/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts.map b/apps/angular/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts.map similarity index 100% rename from ClientApp/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts.map rename to apps/angular/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts.map diff --git a/ClientApp/node_modules/https-proxy-agent/dist/parse-proxy-response.js b/apps/angular/node_modules/https-proxy-agent/dist/parse-proxy-response.js similarity index 100% rename from ClientApp/node_modules/https-proxy-agent/dist/parse-proxy-response.js rename to apps/angular/node_modules/https-proxy-agent/dist/parse-proxy-response.js diff --git a/ClientApp/node_modules/https-proxy-agent/dist/parse-proxy-response.js.map b/apps/angular/node_modules/https-proxy-agent/dist/parse-proxy-response.js.map similarity index 100% rename from ClientApp/node_modules/https-proxy-agent/dist/parse-proxy-response.js.map rename to apps/angular/node_modules/https-proxy-agent/dist/parse-proxy-response.js.map diff --git a/ClientApp/node_modules/https-proxy-agent/package.json b/apps/angular/node_modules/https-proxy-agent/package.json similarity index 100% rename from ClientApp/node_modules/https-proxy-agent/package.json rename to apps/angular/node_modules/https-proxy-agent/package.json diff --git a/ClientApp/node_modules/human-signals/CHANGELOG.md b/apps/angular/node_modules/human-signals/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/human-signals/CHANGELOG.md rename to apps/angular/node_modules/human-signals/CHANGELOG.md diff --git a/ClientApp/node_modules/human-signals/LICENSE b/apps/angular/node_modules/human-signals/LICENSE similarity index 100% rename from ClientApp/node_modules/human-signals/LICENSE rename to apps/angular/node_modules/human-signals/LICENSE diff --git a/ClientApp/node_modules/human-signals/README.md b/apps/angular/node_modules/human-signals/README.md similarity index 100% rename from ClientApp/node_modules/human-signals/README.md rename to apps/angular/node_modules/human-signals/README.md diff --git a/ClientApp/node_modules/human-signals/build/src/core.js b/apps/angular/node_modules/human-signals/build/src/core.js similarity index 100% rename from ClientApp/node_modules/human-signals/build/src/core.js rename to apps/angular/node_modules/human-signals/build/src/core.js diff --git a/ClientApp/node_modules/human-signals/build/src/core.js.map b/apps/angular/node_modules/human-signals/build/src/core.js.map similarity index 100% rename from ClientApp/node_modules/human-signals/build/src/core.js.map rename to apps/angular/node_modules/human-signals/build/src/core.js.map diff --git a/ClientApp/node_modules/human-signals/build/src/main.js b/apps/angular/node_modules/human-signals/build/src/main.js similarity index 100% rename from ClientApp/node_modules/human-signals/build/src/main.js rename to apps/angular/node_modules/human-signals/build/src/main.js diff --git a/ClientApp/node_modules/human-signals/build/src/main.js.map b/apps/angular/node_modules/human-signals/build/src/main.js.map similarity index 100% rename from ClientApp/node_modules/human-signals/build/src/main.js.map rename to apps/angular/node_modules/human-signals/build/src/main.js.map diff --git a/ClientApp/node_modules/human-signals/build/src/realtime.js b/apps/angular/node_modules/human-signals/build/src/realtime.js similarity index 100% rename from ClientApp/node_modules/human-signals/build/src/realtime.js rename to apps/angular/node_modules/human-signals/build/src/realtime.js diff --git a/ClientApp/node_modules/human-signals/build/src/realtime.js.map b/apps/angular/node_modules/human-signals/build/src/realtime.js.map similarity index 100% rename from ClientApp/node_modules/human-signals/build/src/realtime.js.map rename to apps/angular/node_modules/human-signals/build/src/realtime.js.map diff --git a/ClientApp/node_modules/human-signals/build/src/signals.js b/apps/angular/node_modules/human-signals/build/src/signals.js similarity index 100% rename from ClientApp/node_modules/human-signals/build/src/signals.js rename to apps/angular/node_modules/human-signals/build/src/signals.js diff --git a/ClientApp/node_modules/human-signals/build/src/signals.js.map b/apps/angular/node_modules/human-signals/build/src/signals.js.map similarity index 100% rename from ClientApp/node_modules/human-signals/build/src/signals.js.map rename to apps/angular/node_modules/human-signals/build/src/signals.js.map diff --git a/ClientApp/node_modules/human-signals/package.json b/apps/angular/node_modules/human-signals/package.json similarity index 100% rename from ClientApp/node_modules/human-signals/package.json rename to apps/angular/node_modules/human-signals/package.json diff --git a/ClientApp/node_modules/iconv-lite/.github/dependabot.yml b/apps/angular/node_modules/iconv-lite/.github/dependabot.yml similarity index 100% rename from ClientApp/node_modules/iconv-lite/.github/dependabot.yml rename to apps/angular/node_modules/iconv-lite/.github/dependabot.yml diff --git a/ClientApp/node_modules/iconv-lite/.idea/codeStyles/Project.xml b/apps/angular/node_modules/iconv-lite/.idea/codeStyles/Project.xml similarity index 100% rename from ClientApp/node_modules/iconv-lite/.idea/codeStyles/Project.xml rename to apps/angular/node_modules/iconv-lite/.idea/codeStyles/Project.xml diff --git a/ClientApp/node_modules/iconv-lite/.idea/codeStyles/codeStyleConfig.xml b/apps/angular/node_modules/iconv-lite/.idea/codeStyles/codeStyleConfig.xml similarity index 100% rename from ClientApp/node_modules/iconv-lite/.idea/codeStyles/codeStyleConfig.xml rename to apps/angular/node_modules/iconv-lite/.idea/codeStyles/codeStyleConfig.xml diff --git a/ClientApp/node_modules/iconv-lite/.idea/iconv-lite.iml b/apps/angular/node_modules/iconv-lite/.idea/iconv-lite.iml similarity index 100% rename from ClientApp/node_modules/iconv-lite/.idea/iconv-lite.iml rename to apps/angular/node_modules/iconv-lite/.idea/iconv-lite.iml diff --git a/ClientApp/node_modules/iconv-lite/.idea/inspectionProfiles/Project_Default.xml b/apps/angular/node_modules/iconv-lite/.idea/inspectionProfiles/Project_Default.xml similarity index 100% rename from ClientApp/node_modules/iconv-lite/.idea/inspectionProfiles/Project_Default.xml rename to apps/angular/node_modules/iconv-lite/.idea/inspectionProfiles/Project_Default.xml diff --git a/ClientApp/node_modules/iconv-lite/.idea/modules.xml b/apps/angular/node_modules/iconv-lite/.idea/modules.xml similarity index 100% rename from ClientApp/node_modules/iconv-lite/.idea/modules.xml rename to apps/angular/node_modules/iconv-lite/.idea/modules.xml diff --git a/ClientApp/node_modules/iconv-lite/.idea/vcs.xml b/apps/angular/node_modules/iconv-lite/.idea/vcs.xml similarity index 100% rename from ClientApp/node_modules/iconv-lite/.idea/vcs.xml rename to apps/angular/node_modules/iconv-lite/.idea/vcs.xml diff --git a/ClientApp/node_modules/iconv-lite/Changelog.md b/apps/angular/node_modules/iconv-lite/Changelog.md similarity index 100% rename from ClientApp/node_modules/iconv-lite/Changelog.md rename to apps/angular/node_modules/iconv-lite/Changelog.md diff --git a/ClientApp/node_modules/iconv-lite/LICENSE b/apps/angular/node_modules/iconv-lite/LICENSE similarity index 100% rename from ClientApp/node_modules/iconv-lite/LICENSE rename to apps/angular/node_modules/iconv-lite/LICENSE diff --git a/ClientApp/node_modules/iconv-lite/README.md b/apps/angular/node_modules/iconv-lite/README.md similarity index 100% rename from ClientApp/node_modules/iconv-lite/README.md rename to apps/angular/node_modules/iconv-lite/README.md diff --git a/ClientApp/node_modules/iconv-lite/encodings/dbcs-codec.js b/apps/angular/node_modules/iconv-lite/encodings/dbcs-codec.js similarity index 100% rename from ClientApp/node_modules/iconv-lite/encodings/dbcs-codec.js rename to apps/angular/node_modules/iconv-lite/encodings/dbcs-codec.js diff --git a/ClientApp/node_modules/iconv-lite/encodings/dbcs-data.js b/apps/angular/node_modules/iconv-lite/encodings/dbcs-data.js similarity index 100% rename from ClientApp/node_modules/iconv-lite/encodings/dbcs-data.js rename to apps/angular/node_modules/iconv-lite/encodings/dbcs-data.js diff --git a/ClientApp/node_modules/iconv-lite/encodings/index.js b/apps/angular/node_modules/iconv-lite/encodings/index.js similarity index 100% rename from ClientApp/node_modules/iconv-lite/encodings/index.js rename to apps/angular/node_modules/iconv-lite/encodings/index.js diff --git a/ClientApp/node_modules/iconv-lite/encodings/internal.js b/apps/angular/node_modules/iconv-lite/encodings/internal.js similarity index 100% rename from ClientApp/node_modules/iconv-lite/encodings/internal.js rename to apps/angular/node_modules/iconv-lite/encodings/internal.js diff --git a/ClientApp/node_modules/iconv-lite/encodings/sbcs-codec.js b/apps/angular/node_modules/iconv-lite/encodings/sbcs-codec.js similarity index 100% rename from ClientApp/node_modules/iconv-lite/encodings/sbcs-codec.js rename to apps/angular/node_modules/iconv-lite/encodings/sbcs-codec.js diff --git a/ClientApp/node_modules/iconv-lite/encodings/sbcs-data-generated.js b/apps/angular/node_modules/iconv-lite/encodings/sbcs-data-generated.js similarity index 100% rename from ClientApp/node_modules/iconv-lite/encodings/sbcs-data-generated.js rename to apps/angular/node_modules/iconv-lite/encodings/sbcs-data-generated.js diff --git a/ClientApp/node_modules/iconv-lite/encodings/sbcs-data.js b/apps/angular/node_modules/iconv-lite/encodings/sbcs-data.js similarity index 100% rename from ClientApp/node_modules/iconv-lite/encodings/sbcs-data.js rename to apps/angular/node_modules/iconv-lite/encodings/sbcs-data.js diff --git a/ClientApp/node_modules/iconv-lite/encodings/tables/big5-added.json b/apps/angular/node_modules/iconv-lite/encodings/tables/big5-added.json similarity index 100% rename from ClientApp/node_modules/iconv-lite/encodings/tables/big5-added.json rename to apps/angular/node_modules/iconv-lite/encodings/tables/big5-added.json diff --git a/ClientApp/node_modules/iconv-lite/encodings/tables/cp936.json b/apps/angular/node_modules/iconv-lite/encodings/tables/cp936.json similarity index 100% rename from ClientApp/node_modules/iconv-lite/encodings/tables/cp936.json rename to apps/angular/node_modules/iconv-lite/encodings/tables/cp936.json diff --git a/ClientApp/node_modules/iconv-lite/encodings/tables/cp949.json b/apps/angular/node_modules/iconv-lite/encodings/tables/cp949.json similarity index 100% rename from ClientApp/node_modules/iconv-lite/encodings/tables/cp949.json rename to apps/angular/node_modules/iconv-lite/encodings/tables/cp949.json diff --git a/ClientApp/node_modules/iconv-lite/encodings/tables/cp950.json b/apps/angular/node_modules/iconv-lite/encodings/tables/cp950.json similarity index 100% rename from ClientApp/node_modules/iconv-lite/encodings/tables/cp950.json rename to apps/angular/node_modules/iconv-lite/encodings/tables/cp950.json diff --git a/ClientApp/node_modules/iconv-lite/encodings/tables/eucjp.json b/apps/angular/node_modules/iconv-lite/encodings/tables/eucjp.json similarity index 100% rename from ClientApp/node_modules/iconv-lite/encodings/tables/eucjp.json rename to apps/angular/node_modules/iconv-lite/encodings/tables/eucjp.json diff --git a/ClientApp/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json b/apps/angular/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json similarity index 100% rename from ClientApp/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json rename to apps/angular/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json diff --git a/ClientApp/node_modules/iconv-lite/encodings/tables/gbk-added.json b/apps/angular/node_modules/iconv-lite/encodings/tables/gbk-added.json similarity index 100% rename from ClientApp/node_modules/iconv-lite/encodings/tables/gbk-added.json rename to apps/angular/node_modules/iconv-lite/encodings/tables/gbk-added.json diff --git a/ClientApp/node_modules/iconv-lite/encodings/tables/shiftjis.json b/apps/angular/node_modules/iconv-lite/encodings/tables/shiftjis.json similarity index 100% rename from ClientApp/node_modules/iconv-lite/encodings/tables/shiftjis.json rename to apps/angular/node_modules/iconv-lite/encodings/tables/shiftjis.json diff --git a/ClientApp/node_modules/iconv-lite/encodings/utf16.js b/apps/angular/node_modules/iconv-lite/encodings/utf16.js similarity index 100% rename from ClientApp/node_modules/iconv-lite/encodings/utf16.js rename to apps/angular/node_modules/iconv-lite/encodings/utf16.js diff --git a/ClientApp/node_modules/iconv-lite/encodings/utf32.js b/apps/angular/node_modules/iconv-lite/encodings/utf32.js similarity index 100% rename from ClientApp/node_modules/iconv-lite/encodings/utf32.js rename to apps/angular/node_modules/iconv-lite/encodings/utf32.js diff --git a/ClientApp/node_modules/iconv-lite/encodings/utf7.js b/apps/angular/node_modules/iconv-lite/encodings/utf7.js similarity index 100% rename from ClientApp/node_modules/iconv-lite/encodings/utf7.js rename to apps/angular/node_modules/iconv-lite/encodings/utf7.js diff --git a/ClientApp/node_modules/iconv-lite/lib/bom-handling.js b/apps/angular/node_modules/iconv-lite/lib/bom-handling.js similarity index 100% rename from ClientApp/node_modules/iconv-lite/lib/bom-handling.js rename to apps/angular/node_modules/iconv-lite/lib/bom-handling.js diff --git a/ClientApp/node_modules/iconv-lite/lib/index.d.ts b/apps/angular/node_modules/iconv-lite/lib/index.d.ts similarity index 100% rename from ClientApp/node_modules/iconv-lite/lib/index.d.ts rename to apps/angular/node_modules/iconv-lite/lib/index.d.ts diff --git a/ClientApp/node_modules/iconv-lite/lib/index.js b/apps/angular/node_modules/iconv-lite/lib/index.js similarity index 100% rename from ClientApp/node_modules/iconv-lite/lib/index.js rename to apps/angular/node_modules/iconv-lite/lib/index.js diff --git a/ClientApp/node_modules/iconv-lite/lib/streams.js b/apps/angular/node_modules/iconv-lite/lib/streams.js similarity index 100% rename from ClientApp/node_modules/iconv-lite/lib/streams.js rename to apps/angular/node_modules/iconv-lite/lib/streams.js diff --git a/ClientApp/node_modules/iconv-lite/package.json b/apps/angular/node_modules/iconv-lite/package.json similarity index 100% rename from ClientApp/node_modules/iconv-lite/package.json rename to apps/angular/node_modules/iconv-lite/package.json diff --git a/ClientApp/node_modules/ieee754/LICENSE b/apps/angular/node_modules/ieee754/LICENSE similarity index 100% rename from ClientApp/node_modules/ieee754/LICENSE rename to apps/angular/node_modules/ieee754/LICENSE diff --git a/ClientApp/node_modules/ieee754/README.md b/apps/angular/node_modules/ieee754/README.md similarity index 100% rename from ClientApp/node_modules/ieee754/README.md rename to apps/angular/node_modules/ieee754/README.md diff --git a/ClientApp/node_modules/ieee754/index.d.ts b/apps/angular/node_modules/ieee754/index.d.ts similarity index 100% rename from ClientApp/node_modules/ieee754/index.d.ts rename to apps/angular/node_modules/ieee754/index.d.ts diff --git a/ClientApp/node_modules/ieee754/index.js b/apps/angular/node_modules/ieee754/index.js similarity index 100% rename from ClientApp/node_modules/ieee754/index.js rename to apps/angular/node_modules/ieee754/index.js diff --git a/ClientApp/node_modules/ieee754/package.json b/apps/angular/node_modules/ieee754/package.json similarity index 100% rename from ClientApp/node_modules/ieee754/package.json rename to apps/angular/node_modules/ieee754/package.json diff --git a/ClientApp/node_modules/ignore/LICENSE-MIT b/apps/angular/node_modules/ignore/LICENSE-MIT similarity index 100% rename from ClientApp/node_modules/ignore/LICENSE-MIT rename to apps/angular/node_modules/ignore/LICENSE-MIT diff --git a/ClientApp/node_modules/ignore/README.md b/apps/angular/node_modules/ignore/README.md similarity index 100% rename from ClientApp/node_modules/ignore/README.md rename to apps/angular/node_modules/ignore/README.md diff --git a/ClientApp/node_modules/ignore/index.d.ts b/apps/angular/node_modules/ignore/index.d.ts similarity index 100% rename from ClientApp/node_modules/ignore/index.d.ts rename to apps/angular/node_modules/ignore/index.d.ts diff --git a/ClientApp/node_modules/ignore/index.js b/apps/angular/node_modules/ignore/index.js similarity index 100% rename from ClientApp/node_modules/ignore/index.js rename to apps/angular/node_modules/ignore/index.js diff --git a/ClientApp/node_modules/ignore/legacy.js b/apps/angular/node_modules/ignore/legacy.js similarity index 100% rename from ClientApp/node_modules/ignore/legacy.js rename to apps/angular/node_modules/ignore/legacy.js diff --git a/ClientApp/node_modules/ignore/package.json b/apps/angular/node_modules/ignore/package.json similarity index 100% rename from ClientApp/node_modules/ignore/package.json rename to apps/angular/node_modules/ignore/package.json diff --git a/ClientApp/node_modules/immutable/LICENSE b/apps/angular/node_modules/immutable/LICENSE similarity index 100% rename from ClientApp/node_modules/immutable/LICENSE rename to apps/angular/node_modules/immutable/LICENSE diff --git a/ClientApp/node_modules/immutable/README.md b/apps/angular/node_modules/immutable/README.md similarity index 100% rename from ClientApp/node_modules/immutable/README.md rename to apps/angular/node_modules/immutable/README.md diff --git a/ClientApp/node_modules/immutable/dist/immutable.d.ts b/apps/angular/node_modules/immutable/dist/immutable.d.ts similarity index 100% rename from ClientApp/node_modules/immutable/dist/immutable.d.ts rename to apps/angular/node_modules/immutable/dist/immutable.d.ts diff --git a/ClientApp/node_modules/immutable/dist/immutable.es.js b/apps/angular/node_modules/immutable/dist/immutable.es.js similarity index 100% rename from ClientApp/node_modules/immutable/dist/immutable.es.js rename to apps/angular/node_modules/immutable/dist/immutable.es.js diff --git a/ClientApp/node_modules/immutable/dist/immutable.js b/apps/angular/node_modules/immutable/dist/immutable.js similarity index 100% rename from ClientApp/node_modules/immutable/dist/immutable.js rename to apps/angular/node_modules/immutable/dist/immutable.js diff --git a/ClientApp/node_modules/immutable/dist/immutable.js.flow b/apps/angular/node_modules/immutable/dist/immutable.js.flow similarity index 100% rename from ClientApp/node_modules/immutable/dist/immutable.js.flow rename to apps/angular/node_modules/immutable/dist/immutable.js.flow diff --git a/ClientApp/node_modules/immutable/dist/immutable.min.js b/apps/angular/node_modules/immutable/dist/immutable.min.js similarity index 100% rename from ClientApp/node_modules/immutable/dist/immutable.min.js rename to apps/angular/node_modules/immutable/dist/immutable.min.js diff --git a/ClientApp/node_modules/immutable/package.json b/apps/angular/node_modules/immutable/package.json similarity index 100% rename from ClientApp/node_modules/immutable/package.json rename to apps/angular/node_modules/immutable/package.json diff --git a/ClientApp/node_modules/import-fresh/index.d.ts b/apps/angular/node_modules/import-fresh/index.d.ts similarity index 100% rename from ClientApp/node_modules/import-fresh/index.d.ts rename to apps/angular/node_modules/import-fresh/index.d.ts diff --git a/ClientApp/node_modules/import-fresh/index.js b/apps/angular/node_modules/import-fresh/index.js similarity index 100% rename from ClientApp/node_modules/import-fresh/index.js rename to apps/angular/node_modules/import-fresh/index.js diff --git a/ClientApp/node_modules/import-fresh/license b/apps/angular/node_modules/import-fresh/license similarity index 100% rename from ClientApp/node_modules/import-fresh/license rename to apps/angular/node_modules/import-fresh/license diff --git a/ClientApp/node_modules/import-fresh/package.json b/apps/angular/node_modules/import-fresh/package.json similarity index 100% rename from ClientApp/node_modules/import-fresh/package.json rename to apps/angular/node_modules/import-fresh/package.json diff --git a/ClientApp/node_modules/import-fresh/readme.md b/apps/angular/node_modules/import-fresh/readme.md similarity index 100% rename from ClientApp/node_modules/import-fresh/readme.md rename to apps/angular/node_modules/import-fresh/readme.md diff --git a/ClientApp/node_modules/imurmurhash/README.md b/apps/angular/node_modules/imurmurhash/README.md similarity index 100% rename from ClientApp/node_modules/imurmurhash/README.md rename to apps/angular/node_modules/imurmurhash/README.md diff --git a/ClientApp/node_modules/imurmurhash/imurmurhash.js b/apps/angular/node_modules/imurmurhash/imurmurhash.js similarity index 100% rename from ClientApp/node_modules/imurmurhash/imurmurhash.js rename to apps/angular/node_modules/imurmurhash/imurmurhash.js diff --git a/ClientApp/node_modules/imurmurhash/imurmurhash.min.js b/apps/angular/node_modules/imurmurhash/imurmurhash.min.js similarity index 100% rename from ClientApp/node_modules/imurmurhash/imurmurhash.min.js rename to apps/angular/node_modules/imurmurhash/imurmurhash.min.js diff --git a/ClientApp/node_modules/imurmurhash/package.json b/apps/angular/node_modules/imurmurhash/package.json similarity index 100% rename from ClientApp/node_modules/imurmurhash/package.json rename to apps/angular/node_modules/imurmurhash/package.json diff --git a/ClientApp/node_modules/indent-string/index.d.ts b/apps/angular/node_modules/indent-string/index.d.ts similarity index 100% rename from ClientApp/node_modules/indent-string/index.d.ts rename to apps/angular/node_modules/indent-string/index.d.ts diff --git a/ClientApp/node_modules/indent-string/index.js b/apps/angular/node_modules/indent-string/index.js similarity index 100% rename from ClientApp/node_modules/indent-string/index.js rename to apps/angular/node_modules/indent-string/index.js diff --git a/ClientApp/node_modules/indent-string/license b/apps/angular/node_modules/indent-string/license similarity index 100% rename from ClientApp/node_modules/indent-string/license rename to apps/angular/node_modules/indent-string/license diff --git a/ClientApp/node_modules/indent-string/package.json b/apps/angular/node_modules/indent-string/package.json similarity index 100% rename from ClientApp/node_modules/indent-string/package.json rename to apps/angular/node_modules/indent-string/package.json diff --git a/ClientApp/node_modules/indent-string/readme.md b/apps/angular/node_modules/indent-string/readme.md similarity index 100% rename from ClientApp/node_modules/indent-string/readme.md rename to apps/angular/node_modules/indent-string/readme.md diff --git a/ClientApp/node_modules/inflight/LICENSE b/apps/angular/node_modules/inflight/LICENSE similarity index 100% rename from ClientApp/node_modules/inflight/LICENSE rename to apps/angular/node_modules/inflight/LICENSE diff --git a/ClientApp/node_modules/inflight/README.md b/apps/angular/node_modules/inflight/README.md similarity index 100% rename from ClientApp/node_modules/inflight/README.md rename to apps/angular/node_modules/inflight/README.md diff --git a/ClientApp/node_modules/inflight/inflight.js b/apps/angular/node_modules/inflight/inflight.js similarity index 100% rename from ClientApp/node_modules/inflight/inflight.js rename to apps/angular/node_modules/inflight/inflight.js diff --git a/ClientApp/node_modules/inflight/package.json b/apps/angular/node_modules/inflight/package.json similarity index 100% rename from ClientApp/node_modules/inflight/package.json rename to apps/angular/node_modules/inflight/package.json diff --git a/ClientApp/node_modules/inherits/LICENSE b/apps/angular/node_modules/inherits/LICENSE similarity index 100% rename from ClientApp/node_modules/inherits/LICENSE rename to apps/angular/node_modules/inherits/LICENSE diff --git a/ClientApp/node_modules/inherits/README.md b/apps/angular/node_modules/inherits/README.md similarity index 100% rename from ClientApp/node_modules/inherits/README.md rename to apps/angular/node_modules/inherits/README.md diff --git a/ClientApp/node_modules/inherits/inherits.js b/apps/angular/node_modules/inherits/inherits.js similarity index 100% rename from ClientApp/node_modules/inherits/inherits.js rename to apps/angular/node_modules/inherits/inherits.js diff --git a/ClientApp/node_modules/inherits/inherits_browser.js b/apps/angular/node_modules/inherits/inherits_browser.js similarity index 100% rename from ClientApp/node_modules/inherits/inherits_browser.js rename to apps/angular/node_modules/inherits/inherits_browser.js diff --git a/ClientApp/node_modules/inherits/package.json b/apps/angular/node_modules/inherits/package.json similarity index 100% rename from ClientApp/node_modules/inherits/package.json rename to apps/angular/node_modules/inherits/package.json diff --git a/ClientApp/node_modules/ini/LICENSE b/apps/angular/node_modules/ini/LICENSE similarity index 100% rename from ClientApp/node_modules/ini/LICENSE rename to apps/angular/node_modules/ini/LICENSE diff --git a/ClientApp/node_modules/ini/README.md b/apps/angular/node_modules/ini/README.md similarity index 100% rename from ClientApp/node_modules/ini/README.md rename to apps/angular/node_modules/ini/README.md diff --git a/ClientApp/node_modules/ini/ini.js b/apps/angular/node_modules/ini/ini.js similarity index 100% rename from ClientApp/node_modules/ini/ini.js rename to apps/angular/node_modules/ini/ini.js diff --git a/ClientApp/node_modules/ini/package.json b/apps/angular/node_modules/ini/package.json similarity index 100% rename from ClientApp/node_modules/ini/package.json rename to apps/angular/node_modules/ini/package.json diff --git a/ClientApp/node_modules/internal-slot/.attw.json b/apps/angular/node_modules/internal-slot/.attw.json similarity index 100% rename from ClientApp/node_modules/internal-slot/.attw.json rename to apps/angular/node_modules/internal-slot/.attw.json diff --git a/ClientApp/node_modules/internal-slot/.editorconfig b/apps/angular/node_modules/internal-slot/.editorconfig similarity index 100% rename from ClientApp/node_modules/internal-slot/.editorconfig rename to apps/angular/node_modules/internal-slot/.editorconfig diff --git a/ClientApp/node_modules/internal-slot/.eslintrc b/apps/angular/node_modules/internal-slot/.eslintrc similarity index 100% rename from ClientApp/node_modules/internal-slot/.eslintrc rename to apps/angular/node_modules/internal-slot/.eslintrc diff --git a/ClientApp/node_modules/internal-slot/.github/FUNDING.yml b/apps/angular/node_modules/internal-slot/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/internal-slot/.github/FUNDING.yml rename to apps/angular/node_modules/internal-slot/.github/FUNDING.yml diff --git a/ClientApp/node_modules/internal-slot/.nycrc b/apps/angular/node_modules/internal-slot/.nycrc similarity index 100% rename from ClientApp/node_modules/internal-slot/.nycrc rename to apps/angular/node_modules/internal-slot/.nycrc diff --git a/ClientApp/node_modules/internal-slot/CHANGELOG.md b/apps/angular/node_modules/internal-slot/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/internal-slot/CHANGELOG.md rename to apps/angular/node_modules/internal-slot/CHANGELOG.md diff --git a/ClientApp/node_modules/internal-slot/LICENSE b/apps/angular/node_modules/internal-slot/LICENSE similarity index 100% rename from ClientApp/node_modules/internal-slot/LICENSE rename to apps/angular/node_modules/internal-slot/LICENSE diff --git a/ClientApp/node_modules/internal-slot/README.md b/apps/angular/node_modules/internal-slot/README.md similarity index 100% rename from ClientApp/node_modules/internal-slot/README.md rename to apps/angular/node_modules/internal-slot/README.md diff --git a/ClientApp/node_modules/internal-slot/index.d.ts b/apps/angular/node_modules/internal-slot/index.d.ts similarity index 100% rename from ClientApp/node_modules/internal-slot/index.d.ts rename to apps/angular/node_modules/internal-slot/index.d.ts diff --git a/ClientApp/node_modules/internal-slot/index.js b/apps/angular/node_modules/internal-slot/index.js similarity index 100% rename from ClientApp/node_modules/internal-slot/index.js rename to apps/angular/node_modules/internal-slot/index.js diff --git a/ClientApp/node_modules/internal-slot/package.json b/apps/angular/node_modules/internal-slot/package.json similarity index 100% rename from ClientApp/node_modules/internal-slot/package.json rename to apps/angular/node_modules/internal-slot/package.json diff --git a/ClientApp/node_modules/internal-slot/test/index.js b/apps/angular/node_modules/internal-slot/test/index.js similarity index 100% rename from ClientApp/node_modules/internal-slot/test/index.js rename to apps/angular/node_modules/internal-slot/test/index.js diff --git a/ClientApp/node_modules/internal-slot/tsconfig.json b/apps/angular/node_modules/internal-slot/tsconfig.json similarity index 100% rename from ClientApp/node_modules/internal-slot/tsconfig.json rename to apps/angular/node_modules/internal-slot/tsconfig.json diff --git a/ClientApp/node_modules/is-arguments/.editorconfig b/apps/angular/node_modules/is-arguments/.editorconfig similarity index 100% rename from ClientApp/node_modules/is-arguments/.editorconfig rename to apps/angular/node_modules/is-arguments/.editorconfig diff --git a/ClientApp/node_modules/is-arguments/.eslintrc b/apps/angular/node_modules/is-arguments/.eslintrc similarity index 100% rename from ClientApp/node_modules/is-arguments/.eslintrc rename to apps/angular/node_modules/is-arguments/.eslintrc diff --git a/ClientApp/node_modules/is-arguments/.github/FUNDING.yml b/apps/angular/node_modules/is-arguments/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/is-arguments/.github/FUNDING.yml rename to apps/angular/node_modules/is-arguments/.github/FUNDING.yml diff --git a/ClientApp/node_modules/is-arguments/.nycrc b/apps/angular/node_modules/is-arguments/.nycrc similarity index 100% rename from ClientApp/node_modules/is-arguments/.nycrc rename to apps/angular/node_modules/is-arguments/.nycrc diff --git a/ClientApp/node_modules/is-arguments/CHANGELOG.md b/apps/angular/node_modules/is-arguments/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/is-arguments/CHANGELOG.md rename to apps/angular/node_modules/is-arguments/CHANGELOG.md diff --git a/ClientApp/node_modules/is-arguments/LICENSE b/apps/angular/node_modules/is-arguments/LICENSE similarity index 100% rename from ClientApp/node_modules/is-arguments/LICENSE rename to apps/angular/node_modules/is-arguments/LICENSE diff --git a/ClientApp/node_modules/is-arguments/README.md b/apps/angular/node_modules/is-arguments/README.md similarity index 100% rename from ClientApp/node_modules/is-arguments/README.md rename to apps/angular/node_modules/is-arguments/README.md diff --git a/ClientApp/node_modules/is-arguments/index.d.ts b/apps/angular/node_modules/is-arguments/index.d.ts similarity index 100% rename from ClientApp/node_modules/is-arguments/index.d.ts rename to apps/angular/node_modules/is-arguments/index.d.ts diff --git a/ClientApp/node_modules/is-arguments/index.js b/apps/angular/node_modules/is-arguments/index.js similarity index 100% rename from ClientApp/node_modules/is-arguments/index.js rename to apps/angular/node_modules/is-arguments/index.js diff --git a/ClientApp/node_modules/is-arguments/package.json b/apps/angular/node_modules/is-arguments/package.json similarity index 100% rename from ClientApp/node_modules/is-arguments/package.json rename to apps/angular/node_modules/is-arguments/package.json diff --git a/ClientApp/node_modules/is-arguments/test/index.js b/apps/angular/node_modules/is-arguments/test/index.js similarity index 100% rename from ClientApp/node_modules/is-arguments/test/index.js rename to apps/angular/node_modules/is-arguments/test/index.js diff --git a/ClientApp/node_modules/is-arguments/tsconfig.json b/apps/angular/node_modules/is-arguments/tsconfig.json similarity index 100% rename from ClientApp/node_modules/is-arguments/tsconfig.json rename to apps/angular/node_modules/is-arguments/tsconfig.json diff --git a/ClientApp/node_modules/is-array-buffer/.eslintrc b/apps/angular/node_modules/is-array-buffer/.eslintrc similarity index 100% rename from ClientApp/node_modules/is-array-buffer/.eslintrc rename to apps/angular/node_modules/is-array-buffer/.eslintrc diff --git a/ClientApp/node_modules/is-array-buffer/.github/FUNDING.yml b/apps/angular/node_modules/is-array-buffer/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/is-array-buffer/.github/FUNDING.yml rename to apps/angular/node_modules/is-array-buffer/.github/FUNDING.yml diff --git a/ClientApp/node_modules/is-array-buffer/.nycrc b/apps/angular/node_modules/is-array-buffer/.nycrc similarity index 100% rename from ClientApp/node_modules/is-array-buffer/.nycrc rename to apps/angular/node_modules/is-array-buffer/.nycrc diff --git a/ClientApp/node_modules/is-array-buffer/CHANGELOG.md b/apps/angular/node_modules/is-array-buffer/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/is-array-buffer/CHANGELOG.md rename to apps/angular/node_modules/is-array-buffer/CHANGELOG.md diff --git a/ClientApp/node_modules/is-array-buffer/LICENSE b/apps/angular/node_modules/is-array-buffer/LICENSE similarity index 100% rename from ClientApp/node_modules/is-array-buffer/LICENSE rename to apps/angular/node_modules/is-array-buffer/LICENSE diff --git a/ClientApp/node_modules/is-array-buffer/README.md b/apps/angular/node_modules/is-array-buffer/README.md similarity index 100% rename from ClientApp/node_modules/is-array-buffer/README.md rename to apps/angular/node_modules/is-array-buffer/README.md diff --git a/ClientApp/node_modules/is-array-buffer/index.d.ts b/apps/angular/node_modules/is-array-buffer/index.d.ts similarity index 100% rename from ClientApp/node_modules/is-array-buffer/index.d.ts rename to apps/angular/node_modules/is-array-buffer/index.d.ts diff --git a/ClientApp/node_modules/is-array-buffer/index.js b/apps/angular/node_modules/is-array-buffer/index.js similarity index 100% rename from ClientApp/node_modules/is-array-buffer/index.js rename to apps/angular/node_modules/is-array-buffer/index.js diff --git a/ClientApp/node_modules/is-array-buffer/package.json b/apps/angular/node_modules/is-array-buffer/package.json similarity index 100% rename from ClientApp/node_modules/is-array-buffer/package.json rename to apps/angular/node_modules/is-array-buffer/package.json diff --git a/ClientApp/node_modules/is-array-buffer/test/index.js b/apps/angular/node_modules/is-array-buffer/test/index.js similarity index 100% rename from ClientApp/node_modules/is-array-buffer/test/index.js rename to apps/angular/node_modules/is-array-buffer/test/index.js diff --git a/ClientApp/node_modules/is-array-buffer/tsconfig.json b/apps/angular/node_modules/is-array-buffer/tsconfig.json similarity index 100% rename from ClientApp/node_modules/is-array-buffer/tsconfig.json rename to apps/angular/node_modules/is-array-buffer/tsconfig.json diff --git a/ClientApp/node_modules/is-async-function/.eslintrc b/apps/angular/node_modules/is-async-function/.eslintrc similarity index 100% rename from ClientApp/node_modules/is-async-function/.eslintrc rename to apps/angular/node_modules/is-async-function/.eslintrc diff --git a/ClientApp/node_modules/is-async-function/.nycrc b/apps/angular/node_modules/is-async-function/.nycrc similarity index 100% rename from ClientApp/node_modules/is-async-function/.nycrc rename to apps/angular/node_modules/is-async-function/.nycrc diff --git a/ClientApp/node_modules/is-async-function/CHANGELOG.md b/apps/angular/node_modules/is-async-function/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/is-async-function/CHANGELOG.md rename to apps/angular/node_modules/is-async-function/CHANGELOG.md diff --git a/ClientApp/node_modules/is-async-function/LICENSE b/apps/angular/node_modules/is-async-function/LICENSE similarity index 100% rename from ClientApp/node_modules/is-async-function/LICENSE rename to apps/angular/node_modules/is-async-function/LICENSE diff --git a/ClientApp/node_modules/is-async-function/README.md b/apps/angular/node_modules/is-async-function/README.md similarity index 100% rename from ClientApp/node_modules/is-async-function/README.md rename to apps/angular/node_modules/is-async-function/README.md diff --git a/ClientApp/node_modules/is-async-function/index.d.ts b/apps/angular/node_modules/is-async-function/index.d.ts similarity index 100% rename from ClientApp/node_modules/is-async-function/index.d.ts rename to apps/angular/node_modules/is-async-function/index.d.ts diff --git a/ClientApp/node_modules/is-async-function/index.js b/apps/angular/node_modules/is-async-function/index.js similarity index 100% rename from ClientApp/node_modules/is-async-function/index.js rename to apps/angular/node_modules/is-async-function/index.js diff --git a/ClientApp/node_modules/is-async-function/package.json b/apps/angular/node_modules/is-async-function/package.json similarity index 100% rename from ClientApp/node_modules/is-async-function/package.json rename to apps/angular/node_modules/is-async-function/package.json diff --git a/ClientApp/node_modules/is-async-function/test/index.js b/apps/angular/node_modules/is-async-function/test/index.js similarity index 100% rename from ClientApp/node_modules/is-async-function/test/index.js rename to apps/angular/node_modules/is-async-function/test/index.js diff --git a/ClientApp/node_modules/is-async-function/test/uglified.js b/apps/angular/node_modules/is-async-function/test/uglified.js similarity index 100% rename from ClientApp/node_modules/is-async-function/test/uglified.js rename to apps/angular/node_modules/is-async-function/test/uglified.js diff --git a/ClientApp/node_modules/is-async-function/tsconfig.json b/apps/angular/node_modules/is-async-function/tsconfig.json similarity index 100% rename from ClientApp/node_modules/is-async-function/tsconfig.json rename to apps/angular/node_modules/is-async-function/tsconfig.json diff --git a/ClientApp/node_modules/is-bigint/.eslintrc b/apps/angular/node_modules/is-bigint/.eslintrc similarity index 100% rename from ClientApp/node_modules/is-bigint/.eslintrc rename to apps/angular/node_modules/is-bigint/.eslintrc diff --git a/ClientApp/node_modules/is-bigint/.github/FUNDING.yml b/apps/angular/node_modules/is-bigint/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/is-bigint/.github/FUNDING.yml rename to apps/angular/node_modules/is-bigint/.github/FUNDING.yml diff --git a/ClientApp/node_modules/is-bigint/.nycrc b/apps/angular/node_modules/is-bigint/.nycrc similarity index 100% rename from ClientApp/node_modules/is-bigint/.nycrc rename to apps/angular/node_modules/is-bigint/.nycrc diff --git a/ClientApp/node_modules/is-bigint/CHANGELOG.md b/apps/angular/node_modules/is-bigint/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/is-bigint/CHANGELOG.md rename to apps/angular/node_modules/is-bigint/CHANGELOG.md diff --git a/ClientApp/node_modules/is-bigint/LICENSE b/apps/angular/node_modules/is-bigint/LICENSE similarity index 100% rename from ClientApp/node_modules/is-bigint/LICENSE rename to apps/angular/node_modules/is-bigint/LICENSE diff --git a/ClientApp/node_modules/is-bigint/README.md b/apps/angular/node_modules/is-bigint/README.md similarity index 100% rename from ClientApp/node_modules/is-bigint/README.md rename to apps/angular/node_modules/is-bigint/README.md diff --git a/ClientApp/node_modules/is-bigint/index.d.ts b/apps/angular/node_modules/is-bigint/index.d.ts similarity index 100% rename from ClientApp/node_modules/is-bigint/index.d.ts rename to apps/angular/node_modules/is-bigint/index.d.ts diff --git a/ClientApp/node_modules/is-bigint/index.js b/apps/angular/node_modules/is-bigint/index.js similarity index 100% rename from ClientApp/node_modules/is-bigint/index.js rename to apps/angular/node_modules/is-bigint/index.js diff --git a/ClientApp/node_modules/is-bigint/package.json b/apps/angular/node_modules/is-bigint/package.json similarity index 100% rename from ClientApp/node_modules/is-bigint/package.json rename to apps/angular/node_modules/is-bigint/package.json diff --git a/ClientApp/node_modules/is-bigint/test/index.js b/apps/angular/node_modules/is-bigint/test/index.js similarity index 100% rename from ClientApp/node_modules/is-bigint/test/index.js rename to apps/angular/node_modules/is-bigint/test/index.js diff --git a/ClientApp/node_modules/is-bigint/tsconfig.json b/apps/angular/node_modules/is-bigint/tsconfig.json similarity index 100% rename from ClientApp/node_modules/is-bigint/tsconfig.json rename to apps/angular/node_modules/is-bigint/tsconfig.json diff --git a/ClientApp/node_modules/is-boolean-object/.editorconfig b/apps/angular/node_modules/is-boolean-object/.editorconfig similarity index 100% rename from ClientApp/node_modules/is-boolean-object/.editorconfig rename to apps/angular/node_modules/is-boolean-object/.editorconfig diff --git a/ClientApp/node_modules/is-boolean-object/.eslintrc b/apps/angular/node_modules/is-boolean-object/.eslintrc similarity index 100% rename from ClientApp/node_modules/is-boolean-object/.eslintrc rename to apps/angular/node_modules/is-boolean-object/.eslintrc diff --git a/ClientApp/node_modules/is-boolean-object/.github/FUNDING.yml b/apps/angular/node_modules/is-boolean-object/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/is-boolean-object/.github/FUNDING.yml rename to apps/angular/node_modules/is-boolean-object/.github/FUNDING.yml diff --git a/ClientApp/node_modules/is-boolean-object/.nycrc b/apps/angular/node_modules/is-boolean-object/.nycrc similarity index 100% rename from ClientApp/node_modules/is-boolean-object/.nycrc rename to apps/angular/node_modules/is-boolean-object/.nycrc diff --git a/ClientApp/node_modules/is-boolean-object/CHANGELOG.md b/apps/angular/node_modules/is-boolean-object/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/is-boolean-object/CHANGELOG.md rename to apps/angular/node_modules/is-boolean-object/CHANGELOG.md diff --git a/ClientApp/node_modules/is-boolean-object/LICENSE b/apps/angular/node_modules/is-boolean-object/LICENSE similarity index 100% rename from ClientApp/node_modules/is-boolean-object/LICENSE rename to apps/angular/node_modules/is-boolean-object/LICENSE diff --git a/ClientApp/node_modules/is-boolean-object/README.md b/apps/angular/node_modules/is-boolean-object/README.md similarity index 100% rename from ClientApp/node_modules/is-boolean-object/README.md rename to apps/angular/node_modules/is-boolean-object/README.md diff --git a/ClientApp/node_modules/is-boolean-object/index.d.ts b/apps/angular/node_modules/is-boolean-object/index.d.ts similarity index 100% rename from ClientApp/node_modules/is-boolean-object/index.d.ts rename to apps/angular/node_modules/is-boolean-object/index.d.ts diff --git a/ClientApp/node_modules/is-boolean-object/index.js b/apps/angular/node_modules/is-boolean-object/index.js similarity index 100% rename from ClientApp/node_modules/is-boolean-object/index.js rename to apps/angular/node_modules/is-boolean-object/index.js diff --git a/ClientApp/node_modules/is-boolean-object/package.json b/apps/angular/node_modules/is-boolean-object/package.json similarity index 100% rename from ClientApp/node_modules/is-boolean-object/package.json rename to apps/angular/node_modules/is-boolean-object/package.json diff --git a/ClientApp/node_modules/is-boolean-object/test/index.js b/apps/angular/node_modules/is-boolean-object/test/index.js similarity index 100% rename from ClientApp/node_modules/is-boolean-object/test/index.js rename to apps/angular/node_modules/is-boolean-object/test/index.js diff --git a/ClientApp/node_modules/is-boolean-object/tsconfig.json b/apps/angular/node_modules/is-boolean-object/tsconfig.json similarity index 100% rename from ClientApp/node_modules/is-boolean-object/tsconfig.json rename to apps/angular/node_modules/is-boolean-object/tsconfig.json diff --git a/ClientApp/node_modules/is-callable/.editorconfig b/apps/angular/node_modules/is-callable/.editorconfig similarity index 100% rename from ClientApp/node_modules/is-callable/.editorconfig rename to apps/angular/node_modules/is-callable/.editorconfig diff --git a/ClientApp/node_modules/is-callable/.eslintrc b/apps/angular/node_modules/is-callable/.eslintrc similarity index 100% rename from ClientApp/node_modules/is-callable/.eslintrc rename to apps/angular/node_modules/is-callable/.eslintrc diff --git a/ClientApp/node_modules/is-callable/.github/FUNDING.yml b/apps/angular/node_modules/is-callable/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/is-callable/.github/FUNDING.yml rename to apps/angular/node_modules/is-callable/.github/FUNDING.yml diff --git a/ClientApp/node_modules/is-callable/.nycrc b/apps/angular/node_modules/is-callable/.nycrc similarity index 100% rename from ClientApp/node_modules/is-callable/.nycrc rename to apps/angular/node_modules/is-callable/.nycrc diff --git a/ClientApp/node_modules/is-callable/CHANGELOG.md b/apps/angular/node_modules/is-callable/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/is-callable/CHANGELOG.md rename to apps/angular/node_modules/is-callable/CHANGELOG.md diff --git a/ClientApp/node_modules/is-callable/LICENSE b/apps/angular/node_modules/is-callable/LICENSE similarity index 100% rename from ClientApp/node_modules/is-callable/LICENSE rename to apps/angular/node_modules/is-callable/LICENSE diff --git a/ClientApp/node_modules/is-callable/README.md b/apps/angular/node_modules/is-callable/README.md similarity index 100% rename from ClientApp/node_modules/is-callable/README.md rename to apps/angular/node_modules/is-callable/README.md diff --git a/ClientApp/node_modules/is-callable/index.js b/apps/angular/node_modules/is-callable/index.js similarity index 100% rename from ClientApp/node_modules/is-callable/index.js rename to apps/angular/node_modules/is-callable/index.js diff --git a/ClientApp/node_modules/is-callable/package.json b/apps/angular/node_modules/is-callable/package.json similarity index 100% rename from ClientApp/node_modules/is-callable/package.json rename to apps/angular/node_modules/is-callable/package.json diff --git a/ClientApp/node_modules/is-callable/test/index.js b/apps/angular/node_modules/is-callable/test/index.js similarity index 100% rename from ClientApp/node_modules/is-callable/test/index.js rename to apps/angular/node_modules/is-callable/test/index.js diff --git a/ClientApp/node_modules/is-core-module/.eslintrc b/apps/angular/node_modules/is-core-module/.eslintrc similarity index 100% rename from ClientApp/node_modules/is-core-module/.eslintrc rename to apps/angular/node_modules/is-core-module/.eslintrc diff --git a/ClientApp/node_modules/is-core-module/.nycrc b/apps/angular/node_modules/is-core-module/.nycrc similarity index 100% rename from ClientApp/node_modules/is-core-module/.nycrc rename to apps/angular/node_modules/is-core-module/.nycrc diff --git a/ClientApp/node_modules/is-core-module/CHANGELOG.md b/apps/angular/node_modules/is-core-module/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/is-core-module/CHANGELOG.md rename to apps/angular/node_modules/is-core-module/CHANGELOG.md diff --git a/ClientApp/node_modules/is-core-module/LICENSE b/apps/angular/node_modules/is-core-module/LICENSE similarity index 100% rename from ClientApp/node_modules/is-core-module/LICENSE rename to apps/angular/node_modules/is-core-module/LICENSE diff --git a/ClientApp/node_modules/is-core-module/README.md b/apps/angular/node_modules/is-core-module/README.md similarity index 100% rename from ClientApp/node_modules/is-core-module/README.md rename to apps/angular/node_modules/is-core-module/README.md diff --git a/ClientApp/node_modules/is-core-module/core.json b/apps/angular/node_modules/is-core-module/core.json similarity index 100% rename from ClientApp/node_modules/is-core-module/core.json rename to apps/angular/node_modules/is-core-module/core.json diff --git a/ClientApp/node_modules/is-core-module/index.js b/apps/angular/node_modules/is-core-module/index.js similarity index 100% rename from ClientApp/node_modules/is-core-module/index.js rename to apps/angular/node_modules/is-core-module/index.js diff --git a/ClientApp/node_modules/is-core-module/package.json b/apps/angular/node_modules/is-core-module/package.json similarity index 100% rename from ClientApp/node_modules/is-core-module/package.json rename to apps/angular/node_modules/is-core-module/package.json diff --git a/ClientApp/node_modules/is-core-module/test/index.js b/apps/angular/node_modules/is-core-module/test/index.js similarity index 100% rename from ClientApp/node_modules/is-core-module/test/index.js rename to apps/angular/node_modules/is-core-module/test/index.js diff --git a/ClientApp/node_modules/is-data-view/.editorconfig b/apps/angular/node_modules/is-data-view/.editorconfig similarity index 100% rename from ClientApp/node_modules/is-data-view/.editorconfig rename to apps/angular/node_modules/is-data-view/.editorconfig diff --git a/ClientApp/node_modules/is-data-view/.eslintrc b/apps/angular/node_modules/is-data-view/.eslintrc similarity index 100% rename from ClientApp/node_modules/is-data-view/.eslintrc rename to apps/angular/node_modules/is-data-view/.eslintrc diff --git a/ClientApp/node_modules/is-data-view/.github/FUNDING.yml b/apps/angular/node_modules/is-data-view/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/is-data-view/.github/FUNDING.yml rename to apps/angular/node_modules/is-data-view/.github/FUNDING.yml diff --git a/ClientApp/node_modules/is-data-view/.nycrc b/apps/angular/node_modules/is-data-view/.nycrc similarity index 100% rename from ClientApp/node_modules/is-data-view/.nycrc rename to apps/angular/node_modules/is-data-view/.nycrc diff --git a/ClientApp/node_modules/is-data-view/CHANGELOG.md b/apps/angular/node_modules/is-data-view/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/is-data-view/CHANGELOG.md rename to apps/angular/node_modules/is-data-view/CHANGELOG.md diff --git a/ClientApp/node_modules/is-data-view/LICENSE b/apps/angular/node_modules/is-data-view/LICENSE similarity index 100% rename from ClientApp/node_modules/is-data-view/LICENSE rename to apps/angular/node_modules/is-data-view/LICENSE diff --git a/ClientApp/node_modules/is-data-view/README.md b/apps/angular/node_modules/is-data-view/README.md similarity index 100% rename from ClientApp/node_modules/is-data-view/README.md rename to apps/angular/node_modules/is-data-view/README.md diff --git a/ClientApp/node_modules/is-data-view/index.d.ts b/apps/angular/node_modules/is-data-view/index.d.ts similarity index 100% rename from ClientApp/node_modules/is-data-view/index.d.ts rename to apps/angular/node_modules/is-data-view/index.d.ts diff --git a/ClientApp/node_modules/is-data-view/index.js b/apps/angular/node_modules/is-data-view/index.js similarity index 100% rename from ClientApp/node_modules/is-data-view/index.js rename to apps/angular/node_modules/is-data-view/index.js diff --git a/ClientApp/node_modules/is-data-view/package.json b/apps/angular/node_modules/is-data-view/package.json similarity index 100% rename from ClientApp/node_modules/is-data-view/package.json rename to apps/angular/node_modules/is-data-view/package.json diff --git a/ClientApp/node_modules/is-data-view/test/index.js b/apps/angular/node_modules/is-data-view/test/index.js similarity index 100% rename from ClientApp/node_modules/is-data-view/test/index.js rename to apps/angular/node_modules/is-data-view/test/index.js diff --git a/ClientApp/node_modules/is-data-view/tsconfig.json b/apps/angular/node_modules/is-data-view/tsconfig.json similarity index 100% rename from ClientApp/node_modules/is-data-view/tsconfig.json rename to apps/angular/node_modules/is-data-view/tsconfig.json diff --git a/ClientApp/node_modules/is-date-object/.editorconfig b/apps/angular/node_modules/is-date-object/.editorconfig similarity index 100% rename from ClientApp/node_modules/is-date-object/.editorconfig rename to apps/angular/node_modules/is-date-object/.editorconfig diff --git a/ClientApp/node_modules/is-date-object/.eslintrc b/apps/angular/node_modules/is-date-object/.eslintrc similarity index 100% rename from ClientApp/node_modules/is-date-object/.eslintrc rename to apps/angular/node_modules/is-date-object/.eslintrc diff --git a/ClientApp/node_modules/is-date-object/.github/FUNDING.yml b/apps/angular/node_modules/is-date-object/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/is-date-object/.github/FUNDING.yml rename to apps/angular/node_modules/is-date-object/.github/FUNDING.yml diff --git a/ClientApp/node_modules/is-date-object/.nycrc b/apps/angular/node_modules/is-date-object/.nycrc similarity index 100% rename from ClientApp/node_modules/is-date-object/.nycrc rename to apps/angular/node_modules/is-date-object/.nycrc diff --git a/ClientApp/node_modules/is-date-object/CHANGELOG.md b/apps/angular/node_modules/is-date-object/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/is-date-object/CHANGELOG.md rename to apps/angular/node_modules/is-date-object/CHANGELOG.md diff --git a/ClientApp/node_modules/is-date-object/LICENSE b/apps/angular/node_modules/is-date-object/LICENSE similarity index 100% rename from ClientApp/node_modules/is-date-object/LICENSE rename to apps/angular/node_modules/is-date-object/LICENSE diff --git a/ClientApp/node_modules/is-date-object/README.md b/apps/angular/node_modules/is-date-object/README.md similarity index 100% rename from ClientApp/node_modules/is-date-object/README.md rename to apps/angular/node_modules/is-date-object/README.md diff --git a/ClientApp/node_modules/is-date-object/index.d.ts b/apps/angular/node_modules/is-date-object/index.d.ts similarity index 100% rename from ClientApp/node_modules/is-date-object/index.d.ts rename to apps/angular/node_modules/is-date-object/index.d.ts diff --git a/ClientApp/node_modules/is-date-object/index.js b/apps/angular/node_modules/is-date-object/index.js similarity index 100% rename from ClientApp/node_modules/is-date-object/index.js rename to apps/angular/node_modules/is-date-object/index.js diff --git a/ClientApp/node_modules/is-date-object/package.json b/apps/angular/node_modules/is-date-object/package.json similarity index 100% rename from ClientApp/node_modules/is-date-object/package.json rename to apps/angular/node_modules/is-date-object/package.json diff --git a/ClientApp/node_modules/is-date-object/test/index.js b/apps/angular/node_modules/is-date-object/test/index.js similarity index 100% rename from ClientApp/node_modules/is-date-object/test/index.js rename to apps/angular/node_modules/is-date-object/test/index.js diff --git a/ClientApp/node_modules/is-date-object/tsconfig.json b/apps/angular/node_modules/is-date-object/tsconfig.json similarity index 100% rename from ClientApp/node_modules/is-date-object/tsconfig.json rename to apps/angular/node_modules/is-date-object/tsconfig.json diff --git a/ClientApp/node_modules/is-docker/cli.js b/apps/angular/node_modules/is-docker/cli.js similarity index 100% rename from ClientApp/node_modules/is-docker/cli.js rename to apps/angular/node_modules/is-docker/cli.js diff --git a/ClientApp/node_modules/is-docker/index.d.ts b/apps/angular/node_modules/is-docker/index.d.ts similarity index 100% rename from ClientApp/node_modules/is-docker/index.d.ts rename to apps/angular/node_modules/is-docker/index.d.ts diff --git a/ClientApp/node_modules/is-docker/index.js b/apps/angular/node_modules/is-docker/index.js similarity index 100% rename from ClientApp/node_modules/is-docker/index.js rename to apps/angular/node_modules/is-docker/index.js diff --git a/ClientApp/node_modules/is-docker/license b/apps/angular/node_modules/is-docker/license similarity index 100% rename from ClientApp/node_modules/is-docker/license rename to apps/angular/node_modules/is-docker/license diff --git a/ClientApp/node_modules/is-docker/package.json b/apps/angular/node_modules/is-docker/package.json similarity index 100% rename from ClientApp/node_modules/is-docker/package.json rename to apps/angular/node_modules/is-docker/package.json diff --git a/ClientApp/node_modules/is-docker/readme.md b/apps/angular/node_modules/is-docker/readme.md similarity index 100% rename from ClientApp/node_modules/is-docker/readme.md rename to apps/angular/node_modules/is-docker/readme.md diff --git a/ClientApp/node_modules/is-extglob/LICENSE b/apps/angular/node_modules/is-extglob/LICENSE similarity index 100% rename from ClientApp/node_modules/is-extglob/LICENSE rename to apps/angular/node_modules/is-extglob/LICENSE diff --git a/ClientApp/node_modules/is-extglob/README.md b/apps/angular/node_modules/is-extglob/README.md similarity index 100% rename from ClientApp/node_modules/is-extglob/README.md rename to apps/angular/node_modules/is-extglob/README.md diff --git a/ClientApp/node_modules/is-extglob/index.js b/apps/angular/node_modules/is-extglob/index.js similarity index 100% rename from ClientApp/node_modules/is-extglob/index.js rename to apps/angular/node_modules/is-extglob/index.js diff --git a/ClientApp/node_modules/is-extglob/package.json b/apps/angular/node_modules/is-extglob/package.json similarity index 100% rename from ClientApp/node_modules/is-extglob/package.json rename to apps/angular/node_modules/is-extglob/package.json diff --git a/ClientApp/node_modules/is-finalizationregistry/.eslintrc b/apps/angular/node_modules/is-finalizationregistry/.eslintrc similarity index 100% rename from ClientApp/node_modules/is-finalizationregistry/.eslintrc rename to apps/angular/node_modules/is-finalizationregistry/.eslintrc diff --git a/ClientApp/node_modules/is-finalizationregistry/.github/FUNDING.yml b/apps/angular/node_modules/is-finalizationregistry/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/is-finalizationregistry/.github/FUNDING.yml rename to apps/angular/node_modules/is-finalizationregistry/.github/FUNDING.yml diff --git a/ClientApp/node_modules/is-finalizationregistry/.nycrc b/apps/angular/node_modules/is-finalizationregistry/.nycrc similarity index 100% rename from ClientApp/node_modules/is-finalizationregistry/.nycrc rename to apps/angular/node_modules/is-finalizationregistry/.nycrc diff --git a/ClientApp/node_modules/is-finalizationregistry/CHANGELOG.md b/apps/angular/node_modules/is-finalizationregistry/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/is-finalizationregistry/CHANGELOG.md rename to apps/angular/node_modules/is-finalizationregistry/CHANGELOG.md diff --git a/ClientApp/node_modules/is-finalizationregistry/LICENSE b/apps/angular/node_modules/is-finalizationregistry/LICENSE similarity index 100% rename from ClientApp/node_modules/is-finalizationregistry/LICENSE rename to apps/angular/node_modules/is-finalizationregistry/LICENSE diff --git a/ClientApp/node_modules/is-finalizationregistry/README.md b/apps/angular/node_modules/is-finalizationregistry/README.md similarity index 100% rename from ClientApp/node_modules/is-finalizationregistry/README.md rename to apps/angular/node_modules/is-finalizationregistry/README.md diff --git a/ClientApp/node_modules/is-finalizationregistry/index.d.ts b/apps/angular/node_modules/is-finalizationregistry/index.d.ts similarity index 100% rename from ClientApp/node_modules/is-finalizationregistry/index.d.ts rename to apps/angular/node_modules/is-finalizationregistry/index.d.ts diff --git a/ClientApp/node_modules/is-finalizationregistry/index.js b/apps/angular/node_modules/is-finalizationregistry/index.js similarity index 100% rename from ClientApp/node_modules/is-finalizationregistry/index.js rename to apps/angular/node_modules/is-finalizationregistry/index.js diff --git a/ClientApp/node_modules/is-finalizationregistry/package.json b/apps/angular/node_modules/is-finalizationregistry/package.json similarity index 100% rename from ClientApp/node_modules/is-finalizationregistry/package.json rename to apps/angular/node_modules/is-finalizationregistry/package.json diff --git a/ClientApp/node_modules/is-finalizationregistry/test/index.js b/apps/angular/node_modules/is-finalizationregistry/test/index.js similarity index 100% rename from ClientApp/node_modules/is-finalizationregistry/test/index.js rename to apps/angular/node_modules/is-finalizationregistry/test/index.js diff --git a/ClientApp/node_modules/is-finalizationregistry/tsconfig.json b/apps/angular/node_modules/is-finalizationregistry/tsconfig.json similarity index 100% rename from ClientApp/node_modules/is-finalizationregistry/tsconfig.json rename to apps/angular/node_modules/is-finalizationregistry/tsconfig.json diff --git a/ClientApp/node_modules/is-fullwidth-code-point/index.d.ts b/apps/angular/node_modules/is-fullwidth-code-point/index.d.ts similarity index 100% rename from ClientApp/node_modules/is-fullwidth-code-point/index.d.ts rename to apps/angular/node_modules/is-fullwidth-code-point/index.d.ts diff --git a/ClientApp/node_modules/is-fullwidth-code-point/index.js b/apps/angular/node_modules/is-fullwidth-code-point/index.js similarity index 100% rename from ClientApp/node_modules/is-fullwidth-code-point/index.js rename to apps/angular/node_modules/is-fullwidth-code-point/index.js diff --git a/ClientApp/node_modules/is-fullwidth-code-point/license b/apps/angular/node_modules/is-fullwidth-code-point/license similarity index 100% rename from ClientApp/node_modules/is-fullwidth-code-point/license rename to apps/angular/node_modules/is-fullwidth-code-point/license diff --git a/ClientApp/node_modules/is-fullwidth-code-point/package.json b/apps/angular/node_modules/is-fullwidth-code-point/package.json similarity index 100% rename from ClientApp/node_modules/is-fullwidth-code-point/package.json rename to apps/angular/node_modules/is-fullwidth-code-point/package.json diff --git a/ClientApp/node_modules/is-fullwidth-code-point/readme.md b/apps/angular/node_modules/is-fullwidth-code-point/readme.md similarity index 100% rename from ClientApp/node_modules/is-fullwidth-code-point/readme.md rename to apps/angular/node_modules/is-fullwidth-code-point/readme.md diff --git a/ClientApp/node_modules/is-generator-function/.eslintrc b/apps/angular/node_modules/is-generator-function/.eslintrc similarity index 100% rename from ClientApp/node_modules/is-generator-function/.eslintrc rename to apps/angular/node_modules/is-generator-function/.eslintrc diff --git a/ClientApp/node_modules/is-generator-function/.nvmrc b/apps/angular/node_modules/is-generator-function/.nvmrc similarity index 100% rename from ClientApp/node_modules/is-generator-function/.nvmrc rename to apps/angular/node_modules/is-generator-function/.nvmrc diff --git a/ClientApp/node_modules/is-generator-function/.nycrc b/apps/angular/node_modules/is-generator-function/.nycrc similarity index 100% rename from ClientApp/node_modules/is-generator-function/.nycrc rename to apps/angular/node_modules/is-generator-function/.nycrc diff --git a/ClientApp/node_modules/is-generator-function/CHANGELOG.md b/apps/angular/node_modules/is-generator-function/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/is-generator-function/CHANGELOG.md rename to apps/angular/node_modules/is-generator-function/CHANGELOG.md diff --git a/ClientApp/node_modules/is-generator-function/LICENSE b/apps/angular/node_modules/is-generator-function/LICENSE similarity index 100% rename from ClientApp/node_modules/is-generator-function/LICENSE rename to apps/angular/node_modules/is-generator-function/LICENSE diff --git a/ClientApp/node_modules/is-generator-function/README.md b/apps/angular/node_modules/is-generator-function/README.md similarity index 100% rename from ClientApp/node_modules/is-generator-function/README.md rename to apps/angular/node_modules/is-generator-function/README.md diff --git a/ClientApp/node_modules/is-generator-function/index.d.ts b/apps/angular/node_modules/is-generator-function/index.d.ts similarity index 100% rename from ClientApp/node_modules/is-generator-function/index.d.ts rename to apps/angular/node_modules/is-generator-function/index.d.ts diff --git a/ClientApp/node_modules/is-generator-function/index.js b/apps/angular/node_modules/is-generator-function/index.js similarity index 100% rename from ClientApp/node_modules/is-generator-function/index.js rename to apps/angular/node_modules/is-generator-function/index.js diff --git a/ClientApp/node_modules/is-generator-function/package.json b/apps/angular/node_modules/is-generator-function/package.json similarity index 100% rename from ClientApp/node_modules/is-generator-function/package.json rename to apps/angular/node_modules/is-generator-function/package.json diff --git a/ClientApp/node_modules/is-generator-function/test/corejs.js b/apps/angular/node_modules/is-generator-function/test/corejs.js similarity index 100% rename from ClientApp/node_modules/is-generator-function/test/corejs.js rename to apps/angular/node_modules/is-generator-function/test/corejs.js diff --git a/ClientApp/node_modules/is-generator-function/test/index.js b/apps/angular/node_modules/is-generator-function/test/index.js similarity index 100% rename from ClientApp/node_modules/is-generator-function/test/index.js rename to apps/angular/node_modules/is-generator-function/test/index.js diff --git a/ClientApp/node_modules/is-generator-function/test/uglified.js b/apps/angular/node_modules/is-generator-function/test/uglified.js similarity index 100% rename from ClientApp/node_modules/is-generator-function/test/uglified.js rename to apps/angular/node_modules/is-generator-function/test/uglified.js diff --git a/ClientApp/node_modules/is-generator-function/tsconfig.json b/apps/angular/node_modules/is-generator-function/tsconfig.json similarity index 100% rename from ClientApp/node_modules/is-generator-function/tsconfig.json rename to apps/angular/node_modules/is-generator-function/tsconfig.json diff --git a/ClientApp/node_modules/is-glob/LICENSE b/apps/angular/node_modules/is-glob/LICENSE similarity index 100% rename from ClientApp/node_modules/is-glob/LICENSE rename to apps/angular/node_modules/is-glob/LICENSE diff --git a/ClientApp/node_modules/is-glob/README.md b/apps/angular/node_modules/is-glob/README.md similarity index 100% rename from ClientApp/node_modules/is-glob/README.md rename to apps/angular/node_modules/is-glob/README.md diff --git a/ClientApp/node_modules/is-glob/index.js b/apps/angular/node_modules/is-glob/index.js similarity index 100% rename from ClientApp/node_modules/is-glob/index.js rename to apps/angular/node_modules/is-glob/index.js diff --git a/ClientApp/node_modules/is-glob/package.json b/apps/angular/node_modules/is-glob/package.json similarity index 100% rename from ClientApp/node_modules/is-glob/package.json rename to apps/angular/node_modules/is-glob/package.json diff --git a/ClientApp/node_modules/is-inside-container/cli.js b/apps/angular/node_modules/is-inside-container/cli.js similarity index 100% rename from ClientApp/node_modules/is-inside-container/cli.js rename to apps/angular/node_modules/is-inside-container/cli.js diff --git a/ClientApp/node_modules/is-inside-container/index.d.ts b/apps/angular/node_modules/is-inside-container/index.d.ts similarity index 100% rename from ClientApp/node_modules/is-inside-container/index.d.ts rename to apps/angular/node_modules/is-inside-container/index.d.ts diff --git a/ClientApp/node_modules/is-inside-container/index.js b/apps/angular/node_modules/is-inside-container/index.js similarity index 100% rename from ClientApp/node_modules/is-inside-container/index.js rename to apps/angular/node_modules/is-inside-container/index.js diff --git a/ClientApp/node_modules/is-inside-container/license b/apps/angular/node_modules/is-inside-container/license similarity index 100% rename from ClientApp/node_modules/is-inside-container/license rename to apps/angular/node_modules/is-inside-container/license diff --git a/ClientApp/node_modules/is-inside-container/package.json b/apps/angular/node_modules/is-inside-container/package.json similarity index 100% rename from ClientApp/node_modules/is-inside-container/package.json rename to apps/angular/node_modules/is-inside-container/package.json diff --git a/ClientApp/node_modules/is-inside-container/readme.md b/apps/angular/node_modules/is-inside-container/readme.md similarity index 100% rename from ClientApp/node_modules/is-inside-container/readme.md rename to apps/angular/node_modules/is-inside-container/readme.md diff --git a/ClientApp/node_modules/is-installed-globally/index.d.ts b/apps/angular/node_modules/is-installed-globally/index.d.ts similarity index 100% rename from ClientApp/node_modules/is-installed-globally/index.d.ts rename to apps/angular/node_modules/is-installed-globally/index.d.ts diff --git a/ClientApp/node_modules/is-installed-globally/index.js b/apps/angular/node_modules/is-installed-globally/index.js similarity index 100% rename from ClientApp/node_modules/is-installed-globally/index.js rename to apps/angular/node_modules/is-installed-globally/index.js diff --git a/ClientApp/node_modules/is-installed-globally/license b/apps/angular/node_modules/is-installed-globally/license similarity index 100% rename from ClientApp/node_modules/is-installed-globally/license rename to apps/angular/node_modules/is-installed-globally/license diff --git a/ClientApp/node_modules/is-installed-globally/package.json b/apps/angular/node_modules/is-installed-globally/package.json similarity index 100% rename from ClientApp/node_modules/is-installed-globally/package.json rename to apps/angular/node_modules/is-installed-globally/package.json diff --git a/ClientApp/node_modules/is-installed-globally/readme.md b/apps/angular/node_modules/is-installed-globally/readme.md similarity index 100% rename from ClientApp/node_modules/is-installed-globally/readme.md rename to apps/angular/node_modules/is-installed-globally/readme.md diff --git a/ClientApp/node_modules/is-map/.editorconfig b/apps/angular/node_modules/is-map/.editorconfig similarity index 100% rename from ClientApp/node_modules/is-map/.editorconfig rename to apps/angular/node_modules/is-map/.editorconfig diff --git a/ClientApp/node_modules/is-map/.eslintrc b/apps/angular/node_modules/is-map/.eslintrc similarity index 100% rename from ClientApp/node_modules/is-map/.eslintrc rename to apps/angular/node_modules/is-map/.eslintrc diff --git a/ClientApp/node_modules/is-map/.gitattributes b/apps/angular/node_modules/is-map/.gitattributes similarity index 100% rename from ClientApp/node_modules/is-map/.gitattributes rename to apps/angular/node_modules/is-map/.gitattributes diff --git a/ClientApp/node_modules/is-map/.github/FUNDING.yml b/apps/angular/node_modules/is-map/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/is-map/.github/FUNDING.yml rename to apps/angular/node_modules/is-map/.github/FUNDING.yml diff --git a/ClientApp/node_modules/is-map/.nycrc b/apps/angular/node_modules/is-map/.nycrc similarity index 100% rename from ClientApp/node_modules/is-map/.nycrc rename to apps/angular/node_modules/is-map/.nycrc diff --git a/ClientApp/node_modules/is-map/CHANGELOG.md b/apps/angular/node_modules/is-map/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/is-map/CHANGELOG.md rename to apps/angular/node_modules/is-map/CHANGELOG.md diff --git a/ClientApp/node_modules/is-map/LICENSE b/apps/angular/node_modules/is-map/LICENSE similarity index 100% rename from ClientApp/node_modules/is-map/LICENSE rename to apps/angular/node_modules/is-map/LICENSE diff --git a/ClientApp/node_modules/is-map/README.md b/apps/angular/node_modules/is-map/README.md similarity index 100% rename from ClientApp/node_modules/is-map/README.md rename to apps/angular/node_modules/is-map/README.md diff --git a/ClientApp/node_modules/is-map/index.d.ts b/apps/angular/node_modules/is-map/index.d.ts similarity index 100% rename from ClientApp/node_modules/is-map/index.d.ts rename to apps/angular/node_modules/is-map/index.d.ts diff --git a/ClientApp/node_modules/is-map/index.js b/apps/angular/node_modules/is-map/index.js similarity index 100% rename from ClientApp/node_modules/is-map/index.js rename to apps/angular/node_modules/is-map/index.js diff --git a/ClientApp/node_modules/is-map/package.json b/apps/angular/node_modules/is-map/package.json similarity index 100% rename from ClientApp/node_modules/is-map/package.json rename to apps/angular/node_modules/is-map/package.json diff --git a/ClientApp/node_modules/is-map/test/index.js b/apps/angular/node_modules/is-map/test/index.js similarity index 100% rename from ClientApp/node_modules/is-map/test/index.js rename to apps/angular/node_modules/is-map/test/index.js diff --git a/ClientApp/node_modules/is-map/tsconfig.json b/apps/angular/node_modules/is-map/tsconfig.json similarity index 100% rename from ClientApp/node_modules/is-map/tsconfig.json rename to apps/angular/node_modules/is-map/tsconfig.json diff --git a/ClientApp/node_modules/is-negative-zero/.editorconfig b/apps/angular/node_modules/is-negative-zero/.editorconfig similarity index 100% rename from ClientApp/node_modules/is-negative-zero/.editorconfig rename to apps/angular/node_modules/is-negative-zero/.editorconfig diff --git a/ClientApp/node_modules/is-negative-zero/.eslintrc b/apps/angular/node_modules/is-negative-zero/.eslintrc similarity index 100% rename from ClientApp/node_modules/is-negative-zero/.eslintrc rename to apps/angular/node_modules/is-negative-zero/.eslintrc diff --git a/ClientApp/node_modules/is-negative-zero/.github/FUNDING.yml b/apps/angular/node_modules/is-negative-zero/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/is-negative-zero/.github/FUNDING.yml rename to apps/angular/node_modules/is-negative-zero/.github/FUNDING.yml diff --git a/ClientApp/node_modules/is-negative-zero/.nycrc b/apps/angular/node_modules/is-negative-zero/.nycrc similarity index 100% rename from ClientApp/node_modules/is-negative-zero/.nycrc rename to apps/angular/node_modules/is-negative-zero/.nycrc diff --git a/ClientApp/node_modules/is-negative-zero/CHANGELOG.md b/apps/angular/node_modules/is-negative-zero/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/is-negative-zero/CHANGELOG.md rename to apps/angular/node_modules/is-negative-zero/CHANGELOG.md diff --git a/ClientApp/node_modules/is-negative-zero/LICENSE b/apps/angular/node_modules/is-negative-zero/LICENSE similarity index 100% rename from ClientApp/node_modules/is-negative-zero/LICENSE rename to apps/angular/node_modules/is-negative-zero/LICENSE diff --git a/ClientApp/node_modules/is-negative-zero/README.md b/apps/angular/node_modules/is-negative-zero/README.md similarity index 100% rename from ClientApp/node_modules/is-negative-zero/README.md rename to apps/angular/node_modules/is-negative-zero/README.md diff --git a/ClientApp/node_modules/is-negative-zero/index.d.ts b/apps/angular/node_modules/is-negative-zero/index.d.ts similarity index 100% rename from ClientApp/node_modules/is-negative-zero/index.d.ts rename to apps/angular/node_modules/is-negative-zero/index.d.ts diff --git a/ClientApp/node_modules/is-negative-zero/index.js b/apps/angular/node_modules/is-negative-zero/index.js similarity index 100% rename from ClientApp/node_modules/is-negative-zero/index.js rename to apps/angular/node_modules/is-negative-zero/index.js diff --git a/ClientApp/node_modules/is-negative-zero/package.json b/apps/angular/node_modules/is-negative-zero/package.json similarity index 100% rename from ClientApp/node_modules/is-negative-zero/package.json rename to apps/angular/node_modules/is-negative-zero/package.json diff --git a/ClientApp/node_modules/is-negative-zero/test/index.js b/apps/angular/node_modules/is-negative-zero/test/index.js similarity index 100% rename from ClientApp/node_modules/is-negative-zero/test/index.js rename to apps/angular/node_modules/is-negative-zero/test/index.js diff --git a/ClientApp/node_modules/is-negative-zero/tsconfig.json b/apps/angular/node_modules/is-negative-zero/tsconfig.json similarity index 100% rename from ClientApp/node_modules/is-negative-zero/tsconfig.json rename to apps/angular/node_modules/is-negative-zero/tsconfig.json diff --git a/ClientApp/node_modules/is-number-object/.editorconfig b/apps/angular/node_modules/is-number-object/.editorconfig similarity index 100% rename from ClientApp/node_modules/is-number-object/.editorconfig rename to apps/angular/node_modules/is-number-object/.editorconfig diff --git a/ClientApp/node_modules/is-number-object/.eslintrc b/apps/angular/node_modules/is-number-object/.eslintrc similarity index 100% rename from ClientApp/node_modules/is-number-object/.eslintrc rename to apps/angular/node_modules/is-number-object/.eslintrc diff --git a/ClientApp/node_modules/is-number-object/.github/FUNDING.yml b/apps/angular/node_modules/is-number-object/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/is-number-object/.github/FUNDING.yml rename to apps/angular/node_modules/is-number-object/.github/FUNDING.yml diff --git a/ClientApp/node_modules/is-number-object/.nycrc b/apps/angular/node_modules/is-number-object/.nycrc similarity index 100% rename from ClientApp/node_modules/is-number-object/.nycrc rename to apps/angular/node_modules/is-number-object/.nycrc diff --git a/ClientApp/node_modules/is-number-object/CHANGELOG.md b/apps/angular/node_modules/is-number-object/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/is-number-object/CHANGELOG.md rename to apps/angular/node_modules/is-number-object/CHANGELOG.md diff --git a/ClientApp/node_modules/is-number-object/LICENSE b/apps/angular/node_modules/is-number-object/LICENSE similarity index 100% rename from ClientApp/node_modules/is-number-object/LICENSE rename to apps/angular/node_modules/is-number-object/LICENSE diff --git a/ClientApp/node_modules/is-number-object/README.md b/apps/angular/node_modules/is-number-object/README.md similarity index 100% rename from ClientApp/node_modules/is-number-object/README.md rename to apps/angular/node_modules/is-number-object/README.md diff --git a/ClientApp/node_modules/is-number-object/index.d.ts b/apps/angular/node_modules/is-number-object/index.d.ts similarity index 100% rename from ClientApp/node_modules/is-number-object/index.d.ts rename to apps/angular/node_modules/is-number-object/index.d.ts diff --git a/ClientApp/node_modules/is-number-object/index.js b/apps/angular/node_modules/is-number-object/index.js similarity index 100% rename from ClientApp/node_modules/is-number-object/index.js rename to apps/angular/node_modules/is-number-object/index.js diff --git a/ClientApp/node_modules/is-number-object/package.json b/apps/angular/node_modules/is-number-object/package.json similarity index 100% rename from ClientApp/node_modules/is-number-object/package.json rename to apps/angular/node_modules/is-number-object/package.json diff --git a/ClientApp/node_modules/is-number-object/test/index.js b/apps/angular/node_modules/is-number-object/test/index.js similarity index 100% rename from ClientApp/node_modules/is-number-object/test/index.js rename to apps/angular/node_modules/is-number-object/test/index.js diff --git a/ClientApp/node_modules/is-number-object/tsconfig.json b/apps/angular/node_modules/is-number-object/tsconfig.json similarity index 100% rename from ClientApp/node_modules/is-number-object/tsconfig.json rename to apps/angular/node_modules/is-number-object/tsconfig.json diff --git a/ClientApp/node_modules/is-number/LICENSE b/apps/angular/node_modules/is-number/LICENSE similarity index 100% rename from ClientApp/node_modules/is-number/LICENSE rename to apps/angular/node_modules/is-number/LICENSE diff --git a/ClientApp/node_modules/is-number/README.md b/apps/angular/node_modules/is-number/README.md similarity index 100% rename from ClientApp/node_modules/is-number/README.md rename to apps/angular/node_modules/is-number/README.md diff --git a/ClientApp/node_modules/is-number/index.js b/apps/angular/node_modules/is-number/index.js similarity index 100% rename from ClientApp/node_modules/is-number/index.js rename to apps/angular/node_modules/is-number/index.js diff --git a/ClientApp/node_modules/is-number/package.json b/apps/angular/node_modules/is-number/package.json similarity index 100% rename from ClientApp/node_modules/is-number/package.json rename to apps/angular/node_modules/is-number/package.json diff --git a/ClientApp/node_modules/is-path-inside/index.d.ts b/apps/angular/node_modules/is-path-inside/index.d.ts similarity index 100% rename from ClientApp/node_modules/is-path-inside/index.d.ts rename to apps/angular/node_modules/is-path-inside/index.d.ts diff --git a/ClientApp/node_modules/is-path-inside/index.js b/apps/angular/node_modules/is-path-inside/index.js similarity index 100% rename from ClientApp/node_modules/is-path-inside/index.js rename to apps/angular/node_modules/is-path-inside/index.js diff --git a/ClientApp/node_modules/is-path-inside/license b/apps/angular/node_modules/is-path-inside/license similarity index 100% rename from ClientApp/node_modules/is-path-inside/license rename to apps/angular/node_modules/is-path-inside/license diff --git a/ClientApp/node_modules/is-path-inside/package.json b/apps/angular/node_modules/is-path-inside/package.json similarity index 100% rename from ClientApp/node_modules/is-path-inside/package.json rename to apps/angular/node_modules/is-path-inside/package.json diff --git a/ClientApp/node_modules/is-path-inside/readme.md b/apps/angular/node_modules/is-path-inside/readme.md similarity index 100% rename from ClientApp/node_modules/is-path-inside/readme.md rename to apps/angular/node_modules/is-path-inside/readme.md diff --git a/ClientApp/node_modules/is-potential-custom-element-name/LICENSE-MIT.txt b/apps/angular/node_modules/is-potential-custom-element-name/LICENSE-MIT.txt similarity index 100% rename from ClientApp/node_modules/is-potential-custom-element-name/LICENSE-MIT.txt rename to apps/angular/node_modules/is-potential-custom-element-name/LICENSE-MIT.txt diff --git a/ClientApp/node_modules/is-potential-custom-element-name/README.md b/apps/angular/node_modules/is-potential-custom-element-name/README.md similarity index 100% rename from ClientApp/node_modules/is-potential-custom-element-name/README.md rename to apps/angular/node_modules/is-potential-custom-element-name/README.md diff --git a/ClientApp/node_modules/is-potential-custom-element-name/index.js b/apps/angular/node_modules/is-potential-custom-element-name/index.js similarity index 100% rename from ClientApp/node_modules/is-potential-custom-element-name/index.js rename to apps/angular/node_modules/is-potential-custom-element-name/index.js diff --git a/ClientApp/node_modules/is-potential-custom-element-name/package.json b/apps/angular/node_modules/is-potential-custom-element-name/package.json similarity index 100% rename from ClientApp/node_modules/is-potential-custom-element-name/package.json rename to apps/angular/node_modules/is-potential-custom-element-name/package.json diff --git a/ClientApp/node_modules/is-regex/.editorconfig b/apps/angular/node_modules/is-regex/.editorconfig similarity index 100% rename from ClientApp/node_modules/is-regex/.editorconfig rename to apps/angular/node_modules/is-regex/.editorconfig diff --git a/ClientApp/node_modules/is-regex/.eslintrc b/apps/angular/node_modules/is-regex/.eslintrc similarity index 100% rename from ClientApp/node_modules/is-regex/.eslintrc rename to apps/angular/node_modules/is-regex/.eslintrc diff --git a/ClientApp/node_modules/is-regex/.nycrc b/apps/angular/node_modules/is-regex/.nycrc similarity index 100% rename from ClientApp/node_modules/is-regex/.nycrc rename to apps/angular/node_modules/is-regex/.nycrc diff --git a/ClientApp/node_modules/is-regex/CHANGELOG.md b/apps/angular/node_modules/is-regex/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/is-regex/CHANGELOG.md rename to apps/angular/node_modules/is-regex/CHANGELOG.md diff --git a/ClientApp/node_modules/is-regex/LICENSE b/apps/angular/node_modules/is-regex/LICENSE similarity index 100% rename from ClientApp/node_modules/is-regex/LICENSE rename to apps/angular/node_modules/is-regex/LICENSE diff --git a/ClientApp/node_modules/is-regex/README.md b/apps/angular/node_modules/is-regex/README.md similarity index 100% rename from ClientApp/node_modules/is-regex/README.md rename to apps/angular/node_modules/is-regex/README.md diff --git a/ClientApp/node_modules/is-regex/index.d.ts b/apps/angular/node_modules/is-regex/index.d.ts similarity index 100% rename from ClientApp/node_modules/is-regex/index.d.ts rename to apps/angular/node_modules/is-regex/index.d.ts diff --git a/ClientApp/node_modules/is-regex/index.js b/apps/angular/node_modules/is-regex/index.js similarity index 100% rename from ClientApp/node_modules/is-regex/index.js rename to apps/angular/node_modules/is-regex/index.js diff --git a/ClientApp/node_modules/is-regex/package.json b/apps/angular/node_modules/is-regex/package.json similarity index 100% rename from ClientApp/node_modules/is-regex/package.json rename to apps/angular/node_modules/is-regex/package.json diff --git a/ClientApp/node_modules/is-regex/test/index.js b/apps/angular/node_modules/is-regex/test/index.js similarity index 100% rename from ClientApp/node_modules/is-regex/test/index.js rename to apps/angular/node_modules/is-regex/test/index.js diff --git a/ClientApp/node_modules/is-regex/tsconfig.json b/apps/angular/node_modules/is-regex/tsconfig.json similarity index 100% rename from ClientApp/node_modules/is-regex/tsconfig.json rename to apps/angular/node_modules/is-regex/tsconfig.json diff --git a/ClientApp/node_modules/is-set/.editorconfig b/apps/angular/node_modules/is-set/.editorconfig similarity index 100% rename from ClientApp/node_modules/is-set/.editorconfig rename to apps/angular/node_modules/is-set/.editorconfig diff --git a/ClientApp/node_modules/is-set/.eslintrc b/apps/angular/node_modules/is-set/.eslintrc similarity index 100% rename from ClientApp/node_modules/is-set/.eslintrc rename to apps/angular/node_modules/is-set/.eslintrc diff --git a/ClientApp/node_modules/is-set/.gitattributes b/apps/angular/node_modules/is-set/.gitattributes similarity index 100% rename from ClientApp/node_modules/is-set/.gitattributes rename to apps/angular/node_modules/is-set/.gitattributes diff --git a/ClientApp/node_modules/is-set/.github/FUNDING.yml b/apps/angular/node_modules/is-set/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/is-set/.github/FUNDING.yml rename to apps/angular/node_modules/is-set/.github/FUNDING.yml diff --git a/ClientApp/node_modules/is-set/.nycrc b/apps/angular/node_modules/is-set/.nycrc similarity index 100% rename from ClientApp/node_modules/is-set/.nycrc rename to apps/angular/node_modules/is-set/.nycrc diff --git a/ClientApp/node_modules/is-set/CHANGELOG.md b/apps/angular/node_modules/is-set/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/is-set/CHANGELOG.md rename to apps/angular/node_modules/is-set/CHANGELOG.md diff --git a/ClientApp/node_modules/is-set/LICENSE b/apps/angular/node_modules/is-set/LICENSE similarity index 100% rename from ClientApp/node_modules/is-set/LICENSE rename to apps/angular/node_modules/is-set/LICENSE diff --git a/ClientApp/node_modules/is-set/README.md b/apps/angular/node_modules/is-set/README.md similarity index 100% rename from ClientApp/node_modules/is-set/README.md rename to apps/angular/node_modules/is-set/README.md diff --git a/ClientApp/node_modules/is-set/index.d.ts b/apps/angular/node_modules/is-set/index.d.ts similarity index 100% rename from ClientApp/node_modules/is-set/index.d.ts rename to apps/angular/node_modules/is-set/index.d.ts diff --git a/ClientApp/node_modules/is-set/index.js b/apps/angular/node_modules/is-set/index.js similarity index 100% rename from ClientApp/node_modules/is-set/index.js rename to apps/angular/node_modules/is-set/index.js diff --git a/ClientApp/node_modules/is-set/package.json b/apps/angular/node_modules/is-set/package.json similarity index 100% rename from ClientApp/node_modules/is-set/package.json rename to apps/angular/node_modules/is-set/package.json diff --git a/ClientApp/node_modules/is-set/test/index.js b/apps/angular/node_modules/is-set/test/index.js similarity index 100% rename from ClientApp/node_modules/is-set/test/index.js rename to apps/angular/node_modules/is-set/test/index.js diff --git a/ClientApp/node_modules/is-set/tsconfig.json b/apps/angular/node_modules/is-set/tsconfig.json similarity index 100% rename from ClientApp/node_modules/is-set/tsconfig.json rename to apps/angular/node_modules/is-set/tsconfig.json diff --git a/ClientApp/node_modules/is-shared-array-buffer/.eslintrc b/apps/angular/node_modules/is-shared-array-buffer/.eslintrc similarity index 100% rename from ClientApp/node_modules/is-shared-array-buffer/.eslintrc rename to apps/angular/node_modules/is-shared-array-buffer/.eslintrc diff --git a/ClientApp/node_modules/is-shared-array-buffer/.github/FUNDING.yml b/apps/angular/node_modules/is-shared-array-buffer/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/is-shared-array-buffer/.github/FUNDING.yml rename to apps/angular/node_modules/is-shared-array-buffer/.github/FUNDING.yml diff --git a/ClientApp/node_modules/is-shared-array-buffer/.nycrc b/apps/angular/node_modules/is-shared-array-buffer/.nycrc similarity index 100% rename from ClientApp/node_modules/is-shared-array-buffer/.nycrc rename to apps/angular/node_modules/is-shared-array-buffer/.nycrc diff --git a/ClientApp/node_modules/is-shared-array-buffer/CHANGELOG.md b/apps/angular/node_modules/is-shared-array-buffer/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/is-shared-array-buffer/CHANGELOG.md rename to apps/angular/node_modules/is-shared-array-buffer/CHANGELOG.md diff --git a/ClientApp/node_modules/is-shared-array-buffer/LICENSE b/apps/angular/node_modules/is-shared-array-buffer/LICENSE similarity index 100% rename from ClientApp/node_modules/is-shared-array-buffer/LICENSE rename to apps/angular/node_modules/is-shared-array-buffer/LICENSE diff --git a/ClientApp/node_modules/is-shared-array-buffer/README.md b/apps/angular/node_modules/is-shared-array-buffer/README.md similarity index 100% rename from ClientApp/node_modules/is-shared-array-buffer/README.md rename to apps/angular/node_modules/is-shared-array-buffer/README.md diff --git a/ClientApp/node_modules/is-shared-array-buffer/index.d.ts b/apps/angular/node_modules/is-shared-array-buffer/index.d.ts similarity index 100% rename from ClientApp/node_modules/is-shared-array-buffer/index.d.ts rename to apps/angular/node_modules/is-shared-array-buffer/index.d.ts diff --git a/ClientApp/node_modules/is-shared-array-buffer/index.js b/apps/angular/node_modules/is-shared-array-buffer/index.js similarity index 100% rename from ClientApp/node_modules/is-shared-array-buffer/index.js rename to apps/angular/node_modules/is-shared-array-buffer/index.js diff --git a/ClientApp/node_modules/is-shared-array-buffer/package.json b/apps/angular/node_modules/is-shared-array-buffer/package.json similarity index 100% rename from ClientApp/node_modules/is-shared-array-buffer/package.json rename to apps/angular/node_modules/is-shared-array-buffer/package.json diff --git a/ClientApp/node_modules/is-shared-array-buffer/test/index.js b/apps/angular/node_modules/is-shared-array-buffer/test/index.js similarity index 100% rename from ClientApp/node_modules/is-shared-array-buffer/test/index.js rename to apps/angular/node_modules/is-shared-array-buffer/test/index.js diff --git a/ClientApp/node_modules/is-shared-array-buffer/tsconfig.json b/apps/angular/node_modules/is-shared-array-buffer/tsconfig.json similarity index 100% rename from ClientApp/node_modules/is-shared-array-buffer/tsconfig.json rename to apps/angular/node_modules/is-shared-array-buffer/tsconfig.json diff --git a/ClientApp/node_modules/is-stream/index.d.ts b/apps/angular/node_modules/is-stream/index.d.ts similarity index 100% rename from ClientApp/node_modules/is-stream/index.d.ts rename to apps/angular/node_modules/is-stream/index.d.ts diff --git a/ClientApp/node_modules/is-stream/index.js b/apps/angular/node_modules/is-stream/index.js similarity index 100% rename from ClientApp/node_modules/is-stream/index.js rename to apps/angular/node_modules/is-stream/index.js diff --git a/ClientApp/node_modules/is-stream/license b/apps/angular/node_modules/is-stream/license similarity index 100% rename from ClientApp/node_modules/is-stream/license rename to apps/angular/node_modules/is-stream/license diff --git a/ClientApp/node_modules/is-stream/package.json b/apps/angular/node_modules/is-stream/package.json similarity index 100% rename from ClientApp/node_modules/is-stream/package.json rename to apps/angular/node_modules/is-stream/package.json diff --git a/ClientApp/node_modules/is-stream/readme.md b/apps/angular/node_modules/is-stream/readme.md similarity index 100% rename from ClientApp/node_modules/is-stream/readme.md rename to apps/angular/node_modules/is-stream/readme.md diff --git a/ClientApp/node_modules/is-string/.eslintrc b/apps/angular/node_modules/is-string/.eslintrc similarity index 100% rename from ClientApp/node_modules/is-string/.eslintrc rename to apps/angular/node_modules/is-string/.eslintrc diff --git a/ClientApp/node_modules/is-string/.github/FUNDING.yml b/apps/angular/node_modules/is-string/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/is-string/.github/FUNDING.yml rename to apps/angular/node_modules/is-string/.github/FUNDING.yml diff --git a/ClientApp/node_modules/is-string/.nycrc b/apps/angular/node_modules/is-string/.nycrc similarity index 100% rename from ClientApp/node_modules/is-string/.nycrc rename to apps/angular/node_modules/is-string/.nycrc diff --git a/ClientApp/node_modules/is-string/CHANGELOG.md b/apps/angular/node_modules/is-string/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/is-string/CHANGELOG.md rename to apps/angular/node_modules/is-string/CHANGELOG.md diff --git a/ClientApp/node_modules/is-string/LICENSE b/apps/angular/node_modules/is-string/LICENSE similarity index 100% rename from ClientApp/node_modules/is-string/LICENSE rename to apps/angular/node_modules/is-string/LICENSE diff --git a/ClientApp/node_modules/is-string/README.md b/apps/angular/node_modules/is-string/README.md similarity index 100% rename from ClientApp/node_modules/is-string/README.md rename to apps/angular/node_modules/is-string/README.md diff --git a/ClientApp/node_modules/is-string/index.d.ts b/apps/angular/node_modules/is-string/index.d.ts similarity index 100% rename from ClientApp/node_modules/is-string/index.d.ts rename to apps/angular/node_modules/is-string/index.d.ts diff --git a/ClientApp/node_modules/is-string/index.js b/apps/angular/node_modules/is-string/index.js similarity index 100% rename from ClientApp/node_modules/is-string/index.js rename to apps/angular/node_modules/is-string/index.js diff --git a/ClientApp/node_modules/is-string/package.json b/apps/angular/node_modules/is-string/package.json similarity index 100% rename from ClientApp/node_modules/is-string/package.json rename to apps/angular/node_modules/is-string/package.json diff --git a/ClientApp/node_modules/is-string/test/index.js b/apps/angular/node_modules/is-string/test/index.js similarity index 100% rename from ClientApp/node_modules/is-string/test/index.js rename to apps/angular/node_modules/is-string/test/index.js diff --git a/ClientApp/node_modules/is-string/tsconfig.json b/apps/angular/node_modules/is-string/tsconfig.json similarity index 100% rename from ClientApp/node_modules/is-string/tsconfig.json rename to apps/angular/node_modules/is-string/tsconfig.json diff --git a/ClientApp/node_modules/is-symbol/.editorconfig b/apps/angular/node_modules/is-symbol/.editorconfig similarity index 100% rename from ClientApp/node_modules/is-symbol/.editorconfig rename to apps/angular/node_modules/is-symbol/.editorconfig diff --git a/ClientApp/node_modules/is-symbol/.eslintrc b/apps/angular/node_modules/is-symbol/.eslintrc similarity index 100% rename from ClientApp/node_modules/is-symbol/.eslintrc rename to apps/angular/node_modules/is-symbol/.eslintrc diff --git a/ClientApp/node_modules/is-symbol/.github/FUNDING.yml b/apps/angular/node_modules/is-symbol/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/is-symbol/.github/FUNDING.yml rename to apps/angular/node_modules/is-symbol/.github/FUNDING.yml diff --git a/ClientApp/node_modules/is-symbol/.nycrc b/apps/angular/node_modules/is-symbol/.nycrc similarity index 100% rename from ClientApp/node_modules/is-symbol/.nycrc rename to apps/angular/node_modules/is-symbol/.nycrc diff --git a/ClientApp/node_modules/is-symbol/CHANGELOG.md b/apps/angular/node_modules/is-symbol/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/is-symbol/CHANGELOG.md rename to apps/angular/node_modules/is-symbol/CHANGELOG.md diff --git a/ClientApp/node_modules/is-symbol/LICENSE b/apps/angular/node_modules/is-symbol/LICENSE similarity index 100% rename from ClientApp/node_modules/is-symbol/LICENSE rename to apps/angular/node_modules/is-symbol/LICENSE diff --git a/ClientApp/node_modules/is-symbol/README.md b/apps/angular/node_modules/is-symbol/README.md similarity index 100% rename from ClientApp/node_modules/is-symbol/README.md rename to apps/angular/node_modules/is-symbol/README.md diff --git a/ClientApp/node_modules/is-symbol/index.d.ts b/apps/angular/node_modules/is-symbol/index.d.ts similarity index 100% rename from ClientApp/node_modules/is-symbol/index.d.ts rename to apps/angular/node_modules/is-symbol/index.d.ts diff --git a/ClientApp/node_modules/is-symbol/index.js b/apps/angular/node_modules/is-symbol/index.js similarity index 100% rename from ClientApp/node_modules/is-symbol/index.js rename to apps/angular/node_modules/is-symbol/index.js diff --git a/ClientApp/node_modules/is-symbol/package.json b/apps/angular/node_modules/is-symbol/package.json similarity index 100% rename from ClientApp/node_modules/is-symbol/package.json rename to apps/angular/node_modules/is-symbol/package.json diff --git a/ClientApp/node_modules/is-symbol/test/index.js b/apps/angular/node_modules/is-symbol/test/index.js similarity index 100% rename from ClientApp/node_modules/is-symbol/test/index.js rename to apps/angular/node_modules/is-symbol/test/index.js diff --git a/ClientApp/node_modules/is-symbol/tsconfig.json b/apps/angular/node_modules/is-symbol/tsconfig.json similarity index 100% rename from ClientApp/node_modules/is-symbol/tsconfig.json rename to apps/angular/node_modules/is-symbol/tsconfig.json diff --git a/ClientApp/node_modules/is-typed-array/.editorconfig b/apps/angular/node_modules/is-typed-array/.editorconfig similarity index 100% rename from ClientApp/node_modules/is-typed-array/.editorconfig rename to apps/angular/node_modules/is-typed-array/.editorconfig diff --git a/ClientApp/node_modules/is-typed-array/.eslintrc b/apps/angular/node_modules/is-typed-array/.eslintrc similarity index 100% rename from ClientApp/node_modules/is-typed-array/.eslintrc rename to apps/angular/node_modules/is-typed-array/.eslintrc diff --git a/ClientApp/node_modules/is-typed-array/.github/FUNDING.yml b/apps/angular/node_modules/is-typed-array/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/is-typed-array/.github/FUNDING.yml rename to apps/angular/node_modules/is-typed-array/.github/FUNDING.yml diff --git a/ClientApp/node_modules/is-typed-array/.nycrc b/apps/angular/node_modules/is-typed-array/.nycrc similarity index 100% rename from ClientApp/node_modules/is-typed-array/.nycrc rename to apps/angular/node_modules/is-typed-array/.nycrc diff --git a/ClientApp/node_modules/is-typed-array/CHANGELOG.md b/apps/angular/node_modules/is-typed-array/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/is-typed-array/CHANGELOG.md rename to apps/angular/node_modules/is-typed-array/CHANGELOG.md diff --git a/ClientApp/node_modules/is-typed-array/LICENSE b/apps/angular/node_modules/is-typed-array/LICENSE similarity index 100% rename from ClientApp/node_modules/is-typed-array/LICENSE rename to apps/angular/node_modules/is-typed-array/LICENSE diff --git a/ClientApp/node_modules/is-typed-array/README.md b/apps/angular/node_modules/is-typed-array/README.md similarity index 100% rename from ClientApp/node_modules/is-typed-array/README.md rename to apps/angular/node_modules/is-typed-array/README.md diff --git a/ClientApp/node_modules/is-typed-array/index.d.ts b/apps/angular/node_modules/is-typed-array/index.d.ts similarity index 100% rename from ClientApp/node_modules/is-typed-array/index.d.ts rename to apps/angular/node_modules/is-typed-array/index.d.ts diff --git a/ClientApp/node_modules/is-typed-array/index.js b/apps/angular/node_modules/is-typed-array/index.js similarity index 100% rename from ClientApp/node_modules/is-typed-array/index.js rename to apps/angular/node_modules/is-typed-array/index.js diff --git a/ClientApp/node_modules/is-typed-array/package.json b/apps/angular/node_modules/is-typed-array/package.json similarity index 100% rename from ClientApp/node_modules/is-typed-array/package.json rename to apps/angular/node_modules/is-typed-array/package.json diff --git a/ClientApp/node_modules/is-typed-array/test/index.js b/apps/angular/node_modules/is-typed-array/test/index.js similarity index 100% rename from ClientApp/node_modules/is-typed-array/test/index.js rename to apps/angular/node_modules/is-typed-array/test/index.js diff --git a/ClientApp/node_modules/is-typed-array/tsconfig.json b/apps/angular/node_modules/is-typed-array/tsconfig.json similarity index 100% rename from ClientApp/node_modules/is-typed-array/tsconfig.json rename to apps/angular/node_modules/is-typed-array/tsconfig.json diff --git a/ClientApp/node_modules/is-typedarray/LICENSE.md b/apps/angular/node_modules/is-typedarray/LICENSE.md similarity index 100% rename from ClientApp/node_modules/is-typedarray/LICENSE.md rename to apps/angular/node_modules/is-typedarray/LICENSE.md diff --git a/ClientApp/node_modules/is-typedarray/README.md b/apps/angular/node_modules/is-typedarray/README.md similarity index 100% rename from ClientApp/node_modules/is-typedarray/README.md rename to apps/angular/node_modules/is-typedarray/README.md diff --git a/ClientApp/node_modules/is-typedarray/index.js b/apps/angular/node_modules/is-typedarray/index.js similarity index 100% rename from ClientApp/node_modules/is-typedarray/index.js rename to apps/angular/node_modules/is-typedarray/index.js diff --git a/ClientApp/node_modules/is-typedarray/package.json b/apps/angular/node_modules/is-typedarray/package.json similarity index 100% rename from ClientApp/node_modules/is-typedarray/package.json rename to apps/angular/node_modules/is-typedarray/package.json diff --git a/ClientApp/node_modules/is-typedarray/test.js b/apps/angular/node_modules/is-typedarray/test.js similarity index 100% rename from ClientApp/node_modules/is-typedarray/test.js rename to apps/angular/node_modules/is-typedarray/test.js diff --git a/ClientApp/node_modules/is-unicode-supported/index.d.ts b/apps/angular/node_modules/is-unicode-supported/index.d.ts similarity index 100% rename from ClientApp/node_modules/is-unicode-supported/index.d.ts rename to apps/angular/node_modules/is-unicode-supported/index.d.ts diff --git a/ClientApp/node_modules/is-unicode-supported/index.js b/apps/angular/node_modules/is-unicode-supported/index.js similarity index 100% rename from ClientApp/node_modules/is-unicode-supported/index.js rename to apps/angular/node_modules/is-unicode-supported/index.js diff --git a/ClientApp/node_modules/is-unicode-supported/license b/apps/angular/node_modules/is-unicode-supported/license similarity index 100% rename from ClientApp/node_modules/is-unicode-supported/license rename to apps/angular/node_modules/is-unicode-supported/license diff --git a/ClientApp/node_modules/is-unicode-supported/package.json b/apps/angular/node_modules/is-unicode-supported/package.json similarity index 100% rename from ClientApp/node_modules/is-unicode-supported/package.json rename to apps/angular/node_modules/is-unicode-supported/package.json diff --git a/ClientApp/node_modules/is-unicode-supported/readme.md b/apps/angular/node_modules/is-unicode-supported/readme.md similarity index 100% rename from ClientApp/node_modules/is-unicode-supported/readme.md rename to apps/angular/node_modules/is-unicode-supported/readme.md diff --git a/ClientApp/node_modules/is-weakmap/.editorconfig b/apps/angular/node_modules/is-weakmap/.editorconfig similarity index 100% rename from ClientApp/node_modules/is-weakmap/.editorconfig rename to apps/angular/node_modules/is-weakmap/.editorconfig diff --git a/ClientApp/node_modules/is-weakmap/.eslintrc b/apps/angular/node_modules/is-weakmap/.eslintrc similarity index 100% rename from ClientApp/node_modules/is-weakmap/.eslintrc rename to apps/angular/node_modules/is-weakmap/.eslintrc diff --git a/ClientApp/node_modules/is-weakmap/.github/FUNDING.yml b/apps/angular/node_modules/is-weakmap/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/is-weakmap/.github/FUNDING.yml rename to apps/angular/node_modules/is-weakmap/.github/FUNDING.yml diff --git a/ClientApp/node_modules/is-weakmap/.nycrc b/apps/angular/node_modules/is-weakmap/.nycrc similarity index 100% rename from ClientApp/node_modules/is-weakmap/.nycrc rename to apps/angular/node_modules/is-weakmap/.nycrc diff --git a/ClientApp/node_modules/is-weakmap/CHANGELOG.md b/apps/angular/node_modules/is-weakmap/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/is-weakmap/CHANGELOG.md rename to apps/angular/node_modules/is-weakmap/CHANGELOG.md diff --git a/ClientApp/node_modules/is-weakmap/LICENSE b/apps/angular/node_modules/is-weakmap/LICENSE similarity index 100% rename from ClientApp/node_modules/is-weakmap/LICENSE rename to apps/angular/node_modules/is-weakmap/LICENSE diff --git a/ClientApp/node_modules/is-weakmap/README.md b/apps/angular/node_modules/is-weakmap/README.md similarity index 100% rename from ClientApp/node_modules/is-weakmap/README.md rename to apps/angular/node_modules/is-weakmap/README.md diff --git a/ClientApp/node_modules/is-weakmap/index.d.ts b/apps/angular/node_modules/is-weakmap/index.d.ts similarity index 100% rename from ClientApp/node_modules/is-weakmap/index.d.ts rename to apps/angular/node_modules/is-weakmap/index.d.ts diff --git a/ClientApp/node_modules/is-weakmap/index.js b/apps/angular/node_modules/is-weakmap/index.js similarity index 100% rename from ClientApp/node_modules/is-weakmap/index.js rename to apps/angular/node_modules/is-weakmap/index.js diff --git a/ClientApp/node_modules/is-weakmap/package.json b/apps/angular/node_modules/is-weakmap/package.json similarity index 100% rename from ClientApp/node_modules/is-weakmap/package.json rename to apps/angular/node_modules/is-weakmap/package.json diff --git a/ClientApp/node_modules/is-weakmap/test/index.js b/apps/angular/node_modules/is-weakmap/test/index.js similarity index 100% rename from ClientApp/node_modules/is-weakmap/test/index.js rename to apps/angular/node_modules/is-weakmap/test/index.js diff --git a/ClientApp/node_modules/is-weakmap/tsconfig.json b/apps/angular/node_modules/is-weakmap/tsconfig.json similarity index 100% rename from ClientApp/node_modules/is-weakmap/tsconfig.json rename to apps/angular/node_modules/is-weakmap/tsconfig.json diff --git a/ClientApp/node_modules/is-weakref/.eslintrc b/apps/angular/node_modules/is-weakref/.eslintrc similarity index 100% rename from ClientApp/node_modules/is-weakref/.eslintrc rename to apps/angular/node_modules/is-weakref/.eslintrc diff --git a/ClientApp/node_modules/is-weakref/.github/FUNDING.yml b/apps/angular/node_modules/is-weakref/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/is-weakref/.github/FUNDING.yml rename to apps/angular/node_modules/is-weakref/.github/FUNDING.yml diff --git a/ClientApp/node_modules/is-weakref/.nycrc b/apps/angular/node_modules/is-weakref/.nycrc similarity index 100% rename from ClientApp/node_modules/is-weakref/.nycrc rename to apps/angular/node_modules/is-weakref/.nycrc diff --git a/ClientApp/node_modules/is-weakref/CHANGELOG.md b/apps/angular/node_modules/is-weakref/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/is-weakref/CHANGELOG.md rename to apps/angular/node_modules/is-weakref/CHANGELOG.md diff --git a/ClientApp/node_modules/is-weakref/LICENSE b/apps/angular/node_modules/is-weakref/LICENSE similarity index 100% rename from ClientApp/node_modules/is-weakref/LICENSE rename to apps/angular/node_modules/is-weakref/LICENSE diff --git a/ClientApp/node_modules/is-weakref/README.md b/apps/angular/node_modules/is-weakref/README.md similarity index 100% rename from ClientApp/node_modules/is-weakref/README.md rename to apps/angular/node_modules/is-weakref/README.md diff --git a/ClientApp/node_modules/is-weakref/index.d.ts b/apps/angular/node_modules/is-weakref/index.d.ts similarity index 100% rename from ClientApp/node_modules/is-weakref/index.d.ts rename to apps/angular/node_modules/is-weakref/index.d.ts diff --git a/ClientApp/node_modules/is-weakref/index.js b/apps/angular/node_modules/is-weakref/index.js similarity index 100% rename from ClientApp/node_modules/is-weakref/index.js rename to apps/angular/node_modules/is-weakref/index.js diff --git a/ClientApp/node_modules/is-weakref/package.json b/apps/angular/node_modules/is-weakref/package.json similarity index 100% rename from ClientApp/node_modules/is-weakref/package.json rename to apps/angular/node_modules/is-weakref/package.json diff --git a/ClientApp/node_modules/is-weakref/test/index.js b/apps/angular/node_modules/is-weakref/test/index.js similarity index 100% rename from ClientApp/node_modules/is-weakref/test/index.js rename to apps/angular/node_modules/is-weakref/test/index.js diff --git a/ClientApp/node_modules/is-weakref/tsconfig.json b/apps/angular/node_modules/is-weakref/tsconfig.json similarity index 100% rename from ClientApp/node_modules/is-weakref/tsconfig.json rename to apps/angular/node_modules/is-weakref/tsconfig.json diff --git a/ClientApp/node_modules/is-weakset/.editorconfig b/apps/angular/node_modules/is-weakset/.editorconfig similarity index 100% rename from ClientApp/node_modules/is-weakset/.editorconfig rename to apps/angular/node_modules/is-weakset/.editorconfig diff --git a/ClientApp/node_modules/is-weakset/.eslintrc b/apps/angular/node_modules/is-weakset/.eslintrc similarity index 100% rename from ClientApp/node_modules/is-weakset/.eslintrc rename to apps/angular/node_modules/is-weakset/.eslintrc diff --git a/ClientApp/node_modules/is-weakset/.gitattributes b/apps/angular/node_modules/is-weakset/.gitattributes similarity index 100% rename from ClientApp/node_modules/is-weakset/.gitattributes rename to apps/angular/node_modules/is-weakset/.gitattributes diff --git a/ClientApp/node_modules/is-weakset/.github/FUNDING.yml b/apps/angular/node_modules/is-weakset/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/is-weakset/.github/FUNDING.yml rename to apps/angular/node_modules/is-weakset/.github/FUNDING.yml diff --git a/ClientApp/node_modules/is-weakset/.nycrc b/apps/angular/node_modules/is-weakset/.nycrc similarity index 100% rename from ClientApp/node_modules/is-weakset/.nycrc rename to apps/angular/node_modules/is-weakset/.nycrc diff --git a/ClientApp/node_modules/is-weakset/CHANGELOG.md b/apps/angular/node_modules/is-weakset/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/is-weakset/CHANGELOG.md rename to apps/angular/node_modules/is-weakset/CHANGELOG.md diff --git a/ClientApp/node_modules/is-weakset/LICENSE b/apps/angular/node_modules/is-weakset/LICENSE similarity index 100% rename from ClientApp/node_modules/is-weakset/LICENSE rename to apps/angular/node_modules/is-weakset/LICENSE diff --git a/ClientApp/node_modules/is-weakset/README.md b/apps/angular/node_modules/is-weakset/README.md similarity index 100% rename from ClientApp/node_modules/is-weakset/README.md rename to apps/angular/node_modules/is-weakset/README.md diff --git a/ClientApp/node_modules/is-weakset/index.d.ts b/apps/angular/node_modules/is-weakset/index.d.ts similarity index 100% rename from ClientApp/node_modules/is-weakset/index.d.ts rename to apps/angular/node_modules/is-weakset/index.d.ts diff --git a/ClientApp/node_modules/is-weakset/index.js b/apps/angular/node_modules/is-weakset/index.js similarity index 100% rename from ClientApp/node_modules/is-weakset/index.js rename to apps/angular/node_modules/is-weakset/index.js diff --git a/ClientApp/node_modules/is-weakset/package.json b/apps/angular/node_modules/is-weakset/package.json similarity index 100% rename from ClientApp/node_modules/is-weakset/package.json rename to apps/angular/node_modules/is-weakset/package.json diff --git a/ClientApp/node_modules/is-weakset/test/index.js b/apps/angular/node_modules/is-weakset/test/index.js similarity index 100% rename from ClientApp/node_modules/is-weakset/test/index.js rename to apps/angular/node_modules/is-weakset/test/index.js diff --git a/ClientApp/node_modules/is-weakset/tsconfig.json b/apps/angular/node_modules/is-weakset/tsconfig.json similarity index 100% rename from ClientApp/node_modules/is-weakset/tsconfig.json rename to apps/angular/node_modules/is-weakset/tsconfig.json diff --git a/ClientApp/node_modules/is-wsl/index.d.ts b/apps/angular/node_modules/is-wsl/index.d.ts similarity index 100% rename from ClientApp/node_modules/is-wsl/index.d.ts rename to apps/angular/node_modules/is-wsl/index.d.ts diff --git a/ClientApp/node_modules/is-wsl/index.js b/apps/angular/node_modules/is-wsl/index.js similarity index 100% rename from ClientApp/node_modules/is-wsl/index.js rename to apps/angular/node_modules/is-wsl/index.js diff --git a/ClientApp/node_modules/is-wsl/license b/apps/angular/node_modules/is-wsl/license similarity index 100% rename from ClientApp/node_modules/is-wsl/license rename to apps/angular/node_modules/is-wsl/license diff --git a/ClientApp/node_modules/is-wsl/package.json b/apps/angular/node_modules/is-wsl/package.json similarity index 100% rename from ClientApp/node_modules/is-wsl/package.json rename to apps/angular/node_modules/is-wsl/package.json diff --git a/ClientApp/node_modules/is-wsl/readme.md b/apps/angular/node_modules/is-wsl/readme.md similarity index 100% rename from ClientApp/node_modules/is-wsl/readme.md rename to apps/angular/node_modules/is-wsl/readme.md diff --git a/ClientApp/node_modules/isarray/LICENSE b/apps/angular/node_modules/isarray/LICENSE similarity index 100% rename from ClientApp/node_modules/isarray/LICENSE rename to apps/angular/node_modules/isarray/LICENSE diff --git a/ClientApp/node_modules/isarray/README.md b/apps/angular/node_modules/isarray/README.md similarity index 100% rename from ClientApp/node_modules/isarray/README.md rename to apps/angular/node_modules/isarray/README.md diff --git a/ClientApp/node_modules/isarray/index.js b/apps/angular/node_modules/isarray/index.js similarity index 100% rename from ClientApp/node_modules/isarray/index.js rename to apps/angular/node_modules/isarray/index.js diff --git a/ClientApp/node_modules/isarray/package.json b/apps/angular/node_modules/isarray/package.json similarity index 100% rename from ClientApp/node_modules/isarray/package.json rename to apps/angular/node_modules/isarray/package.json diff --git a/ClientApp/node_modules/isexe/.npmignore b/apps/angular/node_modules/isexe/.npmignore similarity index 100% rename from ClientApp/node_modules/isexe/.npmignore rename to apps/angular/node_modules/isexe/.npmignore diff --git a/ClientApp/node_modules/isexe/LICENSE b/apps/angular/node_modules/isexe/LICENSE similarity index 100% rename from ClientApp/node_modules/isexe/LICENSE rename to apps/angular/node_modules/isexe/LICENSE diff --git a/ClientApp/node_modules/isexe/README.md b/apps/angular/node_modules/isexe/README.md similarity index 100% rename from ClientApp/node_modules/isexe/README.md rename to apps/angular/node_modules/isexe/README.md diff --git a/ClientApp/node_modules/isexe/index.js b/apps/angular/node_modules/isexe/index.js similarity index 100% rename from ClientApp/node_modules/isexe/index.js rename to apps/angular/node_modules/isexe/index.js diff --git a/ClientApp/node_modules/isexe/mode.js b/apps/angular/node_modules/isexe/mode.js similarity index 100% rename from ClientApp/node_modules/isexe/mode.js rename to apps/angular/node_modules/isexe/mode.js diff --git a/ClientApp/node_modules/isexe/package.json b/apps/angular/node_modules/isexe/package.json similarity index 100% rename from ClientApp/node_modules/isexe/package.json rename to apps/angular/node_modules/isexe/package.json diff --git a/ClientApp/node_modules/isexe/test/basic.js b/apps/angular/node_modules/isexe/test/basic.js similarity index 100% rename from ClientApp/node_modules/isexe/test/basic.js rename to apps/angular/node_modules/isexe/test/basic.js diff --git a/ClientApp/node_modules/isexe/windows.js b/apps/angular/node_modules/isexe/windows.js similarity index 100% rename from ClientApp/node_modules/isexe/windows.js rename to apps/angular/node_modules/isexe/windows.js diff --git a/ClientApp/node_modules/isstream/.jshintrc b/apps/angular/node_modules/isstream/.jshintrc similarity index 100% rename from ClientApp/node_modules/isstream/.jshintrc rename to apps/angular/node_modules/isstream/.jshintrc diff --git a/ClientApp/node_modules/isstream/.npmignore b/apps/angular/node_modules/isstream/.npmignore similarity index 100% rename from ClientApp/node_modules/isstream/.npmignore rename to apps/angular/node_modules/isstream/.npmignore diff --git a/ClientApp/node_modules/isstream/.travis.yml b/apps/angular/node_modules/isstream/.travis.yml similarity index 100% rename from ClientApp/node_modules/isstream/.travis.yml rename to apps/angular/node_modules/isstream/.travis.yml diff --git a/ClientApp/node_modules/isstream/LICENSE.md b/apps/angular/node_modules/isstream/LICENSE.md similarity index 100% rename from ClientApp/node_modules/isstream/LICENSE.md rename to apps/angular/node_modules/isstream/LICENSE.md diff --git a/ClientApp/node_modules/isstream/README.md b/apps/angular/node_modules/isstream/README.md similarity index 100% rename from ClientApp/node_modules/isstream/README.md rename to apps/angular/node_modules/isstream/README.md diff --git a/ClientApp/node_modules/isstream/isstream.js b/apps/angular/node_modules/isstream/isstream.js similarity index 100% rename from ClientApp/node_modules/isstream/isstream.js rename to apps/angular/node_modules/isstream/isstream.js diff --git a/ClientApp/node_modules/isstream/package.json b/apps/angular/node_modules/isstream/package.json similarity index 100% rename from ClientApp/node_modules/isstream/package.json rename to apps/angular/node_modules/isstream/package.json diff --git a/ClientApp/node_modules/isstream/test.js b/apps/angular/node_modules/isstream/test.js similarity index 100% rename from ClientApp/node_modules/isstream/test.js rename to apps/angular/node_modules/isstream/test.js diff --git a/ClientApp/node_modules/istanbul-lib-coverage/CHANGELOG.md b/apps/angular/node_modules/istanbul-lib-coverage/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/istanbul-lib-coverage/CHANGELOG.md rename to apps/angular/node_modules/istanbul-lib-coverage/CHANGELOG.md diff --git a/ClientApp/node_modules/istanbul-lib-coverage/LICENSE b/apps/angular/node_modules/istanbul-lib-coverage/LICENSE similarity index 100% rename from ClientApp/node_modules/istanbul-lib-coverage/LICENSE rename to apps/angular/node_modules/istanbul-lib-coverage/LICENSE diff --git a/ClientApp/node_modules/istanbul-lib-coverage/README.md b/apps/angular/node_modules/istanbul-lib-coverage/README.md similarity index 100% rename from ClientApp/node_modules/istanbul-lib-coverage/README.md rename to apps/angular/node_modules/istanbul-lib-coverage/README.md diff --git a/ClientApp/node_modules/istanbul-lib-coverage/index.js b/apps/angular/node_modules/istanbul-lib-coverage/index.js similarity index 100% rename from ClientApp/node_modules/istanbul-lib-coverage/index.js rename to apps/angular/node_modules/istanbul-lib-coverage/index.js diff --git a/ClientApp/node_modules/istanbul-lib-coverage/lib/coverage-map.js b/apps/angular/node_modules/istanbul-lib-coverage/lib/coverage-map.js similarity index 100% rename from ClientApp/node_modules/istanbul-lib-coverage/lib/coverage-map.js rename to apps/angular/node_modules/istanbul-lib-coverage/lib/coverage-map.js diff --git a/ClientApp/node_modules/istanbul-lib-coverage/lib/coverage-summary.js b/apps/angular/node_modules/istanbul-lib-coverage/lib/coverage-summary.js similarity index 100% rename from ClientApp/node_modules/istanbul-lib-coverage/lib/coverage-summary.js rename to apps/angular/node_modules/istanbul-lib-coverage/lib/coverage-summary.js diff --git a/ClientApp/node_modules/istanbul-lib-coverage/lib/data-properties.js b/apps/angular/node_modules/istanbul-lib-coverage/lib/data-properties.js similarity index 100% rename from ClientApp/node_modules/istanbul-lib-coverage/lib/data-properties.js rename to apps/angular/node_modules/istanbul-lib-coverage/lib/data-properties.js diff --git a/ClientApp/node_modules/istanbul-lib-coverage/lib/file-coverage.js b/apps/angular/node_modules/istanbul-lib-coverage/lib/file-coverage.js similarity index 100% rename from ClientApp/node_modules/istanbul-lib-coverage/lib/file-coverage.js rename to apps/angular/node_modules/istanbul-lib-coverage/lib/file-coverage.js diff --git a/ClientApp/node_modules/istanbul-lib-coverage/lib/percent.js b/apps/angular/node_modules/istanbul-lib-coverage/lib/percent.js similarity index 100% rename from ClientApp/node_modules/istanbul-lib-coverage/lib/percent.js rename to apps/angular/node_modules/istanbul-lib-coverage/lib/percent.js diff --git a/ClientApp/node_modules/istanbul-lib-coverage/package.json b/apps/angular/node_modules/istanbul-lib-coverage/package.json similarity index 100% rename from ClientApp/node_modules/istanbul-lib-coverage/package.json rename to apps/angular/node_modules/istanbul-lib-coverage/package.json diff --git a/ClientApp/node_modules/istanbul-lib-report/CHANGELOG.md b/apps/angular/node_modules/istanbul-lib-report/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/istanbul-lib-report/CHANGELOG.md rename to apps/angular/node_modules/istanbul-lib-report/CHANGELOG.md diff --git a/ClientApp/node_modules/istanbul-lib-report/LICENSE b/apps/angular/node_modules/istanbul-lib-report/LICENSE similarity index 100% rename from ClientApp/node_modules/istanbul-lib-report/LICENSE rename to apps/angular/node_modules/istanbul-lib-report/LICENSE diff --git a/ClientApp/node_modules/istanbul-lib-report/README.md b/apps/angular/node_modules/istanbul-lib-report/README.md similarity index 100% rename from ClientApp/node_modules/istanbul-lib-report/README.md rename to apps/angular/node_modules/istanbul-lib-report/README.md diff --git a/ClientApp/node_modules/istanbul-lib-report/index.js b/apps/angular/node_modules/istanbul-lib-report/index.js similarity index 100% rename from ClientApp/node_modules/istanbul-lib-report/index.js rename to apps/angular/node_modules/istanbul-lib-report/index.js diff --git a/ClientApp/node_modules/istanbul-lib-report/lib/context.js b/apps/angular/node_modules/istanbul-lib-report/lib/context.js similarity index 100% rename from ClientApp/node_modules/istanbul-lib-report/lib/context.js rename to apps/angular/node_modules/istanbul-lib-report/lib/context.js diff --git a/ClientApp/node_modules/istanbul-lib-report/lib/file-writer.js b/apps/angular/node_modules/istanbul-lib-report/lib/file-writer.js similarity index 100% rename from ClientApp/node_modules/istanbul-lib-report/lib/file-writer.js rename to apps/angular/node_modules/istanbul-lib-report/lib/file-writer.js diff --git a/ClientApp/node_modules/istanbul-lib-report/lib/path.js b/apps/angular/node_modules/istanbul-lib-report/lib/path.js similarity index 100% rename from ClientApp/node_modules/istanbul-lib-report/lib/path.js rename to apps/angular/node_modules/istanbul-lib-report/lib/path.js diff --git a/ClientApp/node_modules/istanbul-lib-report/lib/report-base.js b/apps/angular/node_modules/istanbul-lib-report/lib/report-base.js similarity index 100% rename from ClientApp/node_modules/istanbul-lib-report/lib/report-base.js rename to apps/angular/node_modules/istanbul-lib-report/lib/report-base.js diff --git a/ClientApp/node_modules/istanbul-lib-report/lib/summarizer-factory.js b/apps/angular/node_modules/istanbul-lib-report/lib/summarizer-factory.js similarity index 100% rename from ClientApp/node_modules/istanbul-lib-report/lib/summarizer-factory.js rename to apps/angular/node_modules/istanbul-lib-report/lib/summarizer-factory.js diff --git a/ClientApp/node_modules/istanbul-lib-report/lib/tree.js b/apps/angular/node_modules/istanbul-lib-report/lib/tree.js similarity index 100% rename from ClientApp/node_modules/istanbul-lib-report/lib/tree.js rename to apps/angular/node_modules/istanbul-lib-report/lib/tree.js diff --git a/ClientApp/node_modules/istanbul-lib-report/lib/watermarks.js b/apps/angular/node_modules/istanbul-lib-report/lib/watermarks.js similarity index 100% rename from ClientApp/node_modules/istanbul-lib-report/lib/watermarks.js rename to apps/angular/node_modules/istanbul-lib-report/lib/watermarks.js diff --git a/ClientApp/node_modules/istanbul-lib-report/lib/xml-writer.js b/apps/angular/node_modules/istanbul-lib-report/lib/xml-writer.js similarity index 100% rename from ClientApp/node_modules/istanbul-lib-report/lib/xml-writer.js rename to apps/angular/node_modules/istanbul-lib-report/lib/xml-writer.js diff --git a/ClientApp/node_modules/istanbul-lib-report/package.json b/apps/angular/node_modules/istanbul-lib-report/package.json similarity index 100% rename from ClientApp/node_modules/istanbul-lib-report/package.json rename to apps/angular/node_modules/istanbul-lib-report/package.json diff --git a/ClientApp/node_modules/istanbul-lib-source-maps/CHANGELOG.md b/apps/angular/node_modules/istanbul-lib-source-maps/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/istanbul-lib-source-maps/CHANGELOG.md rename to apps/angular/node_modules/istanbul-lib-source-maps/CHANGELOG.md diff --git a/ClientApp/node_modules/istanbul-lib-source-maps/LICENSE b/apps/angular/node_modules/istanbul-lib-source-maps/LICENSE similarity index 100% rename from ClientApp/node_modules/istanbul-lib-source-maps/LICENSE rename to apps/angular/node_modules/istanbul-lib-source-maps/LICENSE diff --git a/ClientApp/node_modules/istanbul-lib-source-maps/README.md b/apps/angular/node_modules/istanbul-lib-source-maps/README.md similarity index 100% rename from ClientApp/node_modules/istanbul-lib-source-maps/README.md rename to apps/angular/node_modules/istanbul-lib-source-maps/README.md diff --git a/ClientApp/node_modules/istanbul-lib-source-maps/index.js b/apps/angular/node_modules/istanbul-lib-source-maps/index.js similarity index 100% rename from ClientApp/node_modules/istanbul-lib-source-maps/index.js rename to apps/angular/node_modules/istanbul-lib-source-maps/index.js diff --git a/ClientApp/node_modules/istanbul-lib-source-maps/lib/get-mapping.js b/apps/angular/node_modules/istanbul-lib-source-maps/lib/get-mapping.js similarity index 100% rename from ClientApp/node_modules/istanbul-lib-source-maps/lib/get-mapping.js rename to apps/angular/node_modules/istanbul-lib-source-maps/lib/get-mapping.js diff --git a/ClientApp/node_modules/istanbul-lib-source-maps/lib/map-store.js b/apps/angular/node_modules/istanbul-lib-source-maps/lib/map-store.js similarity index 100% rename from ClientApp/node_modules/istanbul-lib-source-maps/lib/map-store.js rename to apps/angular/node_modules/istanbul-lib-source-maps/lib/map-store.js diff --git a/ClientApp/node_modules/istanbul-lib-source-maps/lib/mapped.js b/apps/angular/node_modules/istanbul-lib-source-maps/lib/mapped.js similarity index 100% rename from ClientApp/node_modules/istanbul-lib-source-maps/lib/mapped.js rename to apps/angular/node_modules/istanbul-lib-source-maps/lib/mapped.js diff --git a/ClientApp/node_modules/istanbul-lib-source-maps/lib/pathutils.js b/apps/angular/node_modules/istanbul-lib-source-maps/lib/pathutils.js similarity index 100% rename from ClientApp/node_modules/istanbul-lib-source-maps/lib/pathutils.js rename to apps/angular/node_modules/istanbul-lib-source-maps/lib/pathutils.js diff --git a/ClientApp/node_modules/istanbul-lib-source-maps/lib/transform-utils.js b/apps/angular/node_modules/istanbul-lib-source-maps/lib/transform-utils.js similarity index 100% rename from ClientApp/node_modules/istanbul-lib-source-maps/lib/transform-utils.js rename to apps/angular/node_modules/istanbul-lib-source-maps/lib/transform-utils.js diff --git a/ClientApp/node_modules/istanbul-lib-source-maps/lib/transformer.js b/apps/angular/node_modules/istanbul-lib-source-maps/lib/transformer.js similarity index 100% rename from ClientApp/node_modules/istanbul-lib-source-maps/lib/transformer.js rename to apps/angular/node_modules/istanbul-lib-source-maps/lib/transformer.js diff --git a/ClientApp/node_modules/istanbul-lib-source-maps/package.json b/apps/angular/node_modules/istanbul-lib-source-maps/package.json similarity index 100% rename from ClientApp/node_modules/istanbul-lib-source-maps/package.json rename to apps/angular/node_modules/istanbul-lib-source-maps/package.json diff --git a/ClientApp/node_modules/istanbul-reports/CHANGELOG.md b/apps/angular/node_modules/istanbul-reports/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/istanbul-reports/CHANGELOG.md rename to apps/angular/node_modules/istanbul-reports/CHANGELOG.md diff --git a/ClientApp/node_modules/istanbul-reports/LICENSE b/apps/angular/node_modules/istanbul-reports/LICENSE similarity index 100% rename from ClientApp/node_modules/istanbul-reports/LICENSE rename to apps/angular/node_modules/istanbul-reports/LICENSE diff --git a/ClientApp/node_modules/istanbul-reports/README.md b/apps/angular/node_modules/istanbul-reports/README.md similarity index 100% rename from ClientApp/node_modules/istanbul-reports/README.md rename to apps/angular/node_modules/istanbul-reports/README.md diff --git a/ClientApp/node_modules/istanbul-reports/index.js b/apps/angular/node_modules/istanbul-reports/index.js similarity index 100% rename from ClientApp/node_modules/istanbul-reports/index.js rename to apps/angular/node_modules/istanbul-reports/index.js diff --git a/ClientApp/node_modules/istanbul-reports/lib/clover/index.js b/apps/angular/node_modules/istanbul-reports/lib/clover/index.js similarity index 100% rename from ClientApp/node_modules/istanbul-reports/lib/clover/index.js rename to apps/angular/node_modules/istanbul-reports/lib/clover/index.js diff --git a/ClientApp/node_modules/istanbul-reports/lib/cobertura/index.js b/apps/angular/node_modules/istanbul-reports/lib/cobertura/index.js similarity index 100% rename from ClientApp/node_modules/istanbul-reports/lib/cobertura/index.js rename to apps/angular/node_modules/istanbul-reports/lib/cobertura/index.js diff --git a/ClientApp/node_modules/istanbul-reports/lib/html-spa/.babelrc b/apps/angular/node_modules/istanbul-reports/lib/html-spa/.babelrc similarity index 100% rename from ClientApp/node_modules/istanbul-reports/lib/html-spa/.babelrc rename to apps/angular/node_modules/istanbul-reports/lib/html-spa/.babelrc diff --git a/ClientApp/node_modules/istanbul-reports/lib/html-spa/assets/bundle.js b/apps/angular/node_modules/istanbul-reports/lib/html-spa/assets/bundle.js similarity index 100% rename from ClientApp/node_modules/istanbul-reports/lib/html-spa/assets/bundle.js rename to apps/angular/node_modules/istanbul-reports/lib/html-spa/assets/bundle.js diff --git a/ClientApp/node_modules/istanbul-reports/lib/html-spa/assets/sort-arrow-sprite.png b/apps/angular/node_modules/istanbul-reports/lib/html-spa/assets/sort-arrow-sprite.png similarity index 100% rename from ClientApp/node_modules/istanbul-reports/lib/html-spa/assets/sort-arrow-sprite.png rename to apps/angular/node_modules/istanbul-reports/lib/html-spa/assets/sort-arrow-sprite.png diff --git a/ClientApp/node_modules/istanbul-reports/lib/html-spa/assets/spa.css b/apps/angular/node_modules/istanbul-reports/lib/html-spa/assets/spa.css similarity index 100% rename from ClientApp/node_modules/istanbul-reports/lib/html-spa/assets/spa.css rename to apps/angular/node_modules/istanbul-reports/lib/html-spa/assets/spa.css diff --git a/ClientApp/node_modules/istanbul-reports/lib/html-spa/index.js b/apps/angular/node_modules/istanbul-reports/lib/html-spa/index.js similarity index 100% rename from ClientApp/node_modules/istanbul-reports/lib/html-spa/index.js rename to apps/angular/node_modules/istanbul-reports/lib/html-spa/index.js diff --git a/ClientApp/node_modules/istanbul-reports/lib/html-spa/src/fileBreadcrumbs.js b/apps/angular/node_modules/istanbul-reports/lib/html-spa/src/fileBreadcrumbs.js similarity index 100% rename from ClientApp/node_modules/istanbul-reports/lib/html-spa/src/fileBreadcrumbs.js rename to apps/angular/node_modules/istanbul-reports/lib/html-spa/src/fileBreadcrumbs.js diff --git a/ClientApp/node_modules/istanbul-reports/lib/html-spa/src/filterToggle.js b/apps/angular/node_modules/istanbul-reports/lib/html-spa/src/filterToggle.js similarity index 100% rename from ClientApp/node_modules/istanbul-reports/lib/html-spa/src/filterToggle.js rename to apps/angular/node_modules/istanbul-reports/lib/html-spa/src/filterToggle.js diff --git a/ClientApp/node_modules/istanbul-reports/lib/html-spa/src/flattenToggle.js b/apps/angular/node_modules/istanbul-reports/lib/html-spa/src/flattenToggle.js similarity index 100% rename from ClientApp/node_modules/istanbul-reports/lib/html-spa/src/flattenToggle.js rename to apps/angular/node_modules/istanbul-reports/lib/html-spa/src/flattenToggle.js diff --git a/ClientApp/node_modules/istanbul-reports/lib/html-spa/src/getChildData.js b/apps/angular/node_modules/istanbul-reports/lib/html-spa/src/getChildData.js similarity index 100% rename from ClientApp/node_modules/istanbul-reports/lib/html-spa/src/getChildData.js rename to apps/angular/node_modules/istanbul-reports/lib/html-spa/src/getChildData.js diff --git a/ClientApp/node_modules/istanbul-reports/lib/html-spa/src/index.js b/apps/angular/node_modules/istanbul-reports/lib/html-spa/src/index.js similarity index 100% rename from ClientApp/node_modules/istanbul-reports/lib/html-spa/src/index.js rename to apps/angular/node_modules/istanbul-reports/lib/html-spa/src/index.js diff --git a/ClientApp/node_modules/istanbul-reports/lib/html-spa/src/routing.js b/apps/angular/node_modules/istanbul-reports/lib/html-spa/src/routing.js similarity index 100% rename from ClientApp/node_modules/istanbul-reports/lib/html-spa/src/routing.js rename to apps/angular/node_modules/istanbul-reports/lib/html-spa/src/routing.js diff --git a/ClientApp/node_modules/istanbul-reports/lib/html-spa/src/summaryHeader.js b/apps/angular/node_modules/istanbul-reports/lib/html-spa/src/summaryHeader.js similarity index 100% rename from ClientApp/node_modules/istanbul-reports/lib/html-spa/src/summaryHeader.js rename to apps/angular/node_modules/istanbul-reports/lib/html-spa/src/summaryHeader.js diff --git a/ClientApp/node_modules/istanbul-reports/lib/html-spa/src/summaryTableHeader.js b/apps/angular/node_modules/istanbul-reports/lib/html-spa/src/summaryTableHeader.js similarity index 100% rename from ClientApp/node_modules/istanbul-reports/lib/html-spa/src/summaryTableHeader.js rename to apps/angular/node_modules/istanbul-reports/lib/html-spa/src/summaryTableHeader.js diff --git a/ClientApp/node_modules/istanbul-reports/lib/html-spa/src/summaryTableLine.js b/apps/angular/node_modules/istanbul-reports/lib/html-spa/src/summaryTableLine.js similarity index 100% rename from ClientApp/node_modules/istanbul-reports/lib/html-spa/src/summaryTableLine.js rename to apps/angular/node_modules/istanbul-reports/lib/html-spa/src/summaryTableLine.js diff --git a/ClientApp/node_modules/istanbul-reports/lib/html-spa/webpack.config.js b/apps/angular/node_modules/istanbul-reports/lib/html-spa/webpack.config.js similarity index 100% rename from ClientApp/node_modules/istanbul-reports/lib/html-spa/webpack.config.js rename to apps/angular/node_modules/istanbul-reports/lib/html-spa/webpack.config.js diff --git a/ClientApp/node_modules/istanbul-reports/lib/html/annotator.js b/apps/angular/node_modules/istanbul-reports/lib/html/annotator.js similarity index 100% rename from ClientApp/node_modules/istanbul-reports/lib/html/annotator.js rename to apps/angular/node_modules/istanbul-reports/lib/html/annotator.js diff --git a/ClientApp/node_modules/istanbul-reports/lib/html/assets/base.css b/apps/angular/node_modules/istanbul-reports/lib/html/assets/base.css similarity index 100% rename from ClientApp/node_modules/istanbul-reports/lib/html/assets/base.css rename to apps/angular/node_modules/istanbul-reports/lib/html/assets/base.css diff --git a/ClientApp/node_modules/istanbul-reports/lib/html/assets/block-navigation.js b/apps/angular/node_modules/istanbul-reports/lib/html/assets/block-navigation.js similarity index 100% rename from ClientApp/node_modules/istanbul-reports/lib/html/assets/block-navigation.js rename to apps/angular/node_modules/istanbul-reports/lib/html/assets/block-navigation.js diff --git a/ClientApp/node_modules/istanbul-reports/lib/html/assets/favicon.png b/apps/angular/node_modules/istanbul-reports/lib/html/assets/favicon.png similarity index 100% rename from ClientApp/node_modules/istanbul-reports/lib/html/assets/favicon.png rename to apps/angular/node_modules/istanbul-reports/lib/html/assets/favicon.png diff --git a/ClientApp/node_modules/istanbul-reports/lib/html/assets/sort-arrow-sprite.png b/apps/angular/node_modules/istanbul-reports/lib/html/assets/sort-arrow-sprite.png similarity index 100% rename from ClientApp/node_modules/istanbul-reports/lib/html/assets/sort-arrow-sprite.png rename to apps/angular/node_modules/istanbul-reports/lib/html/assets/sort-arrow-sprite.png diff --git a/ClientApp/node_modules/istanbul-reports/lib/html/assets/sorter.js b/apps/angular/node_modules/istanbul-reports/lib/html/assets/sorter.js similarity index 100% rename from ClientApp/node_modules/istanbul-reports/lib/html/assets/sorter.js rename to apps/angular/node_modules/istanbul-reports/lib/html/assets/sorter.js diff --git a/ClientApp/node_modules/istanbul-reports/lib/html/assets/vendor/prettify.css b/apps/angular/node_modules/istanbul-reports/lib/html/assets/vendor/prettify.css similarity index 100% rename from ClientApp/node_modules/istanbul-reports/lib/html/assets/vendor/prettify.css rename to apps/angular/node_modules/istanbul-reports/lib/html/assets/vendor/prettify.css diff --git a/ClientApp/node_modules/istanbul-reports/lib/html/assets/vendor/prettify.js b/apps/angular/node_modules/istanbul-reports/lib/html/assets/vendor/prettify.js similarity index 100% rename from ClientApp/node_modules/istanbul-reports/lib/html/assets/vendor/prettify.js rename to apps/angular/node_modules/istanbul-reports/lib/html/assets/vendor/prettify.js diff --git a/ClientApp/node_modules/istanbul-reports/lib/html/index.js b/apps/angular/node_modules/istanbul-reports/lib/html/index.js similarity index 100% rename from ClientApp/node_modules/istanbul-reports/lib/html/index.js rename to apps/angular/node_modules/istanbul-reports/lib/html/index.js diff --git a/ClientApp/node_modules/istanbul-reports/lib/html/insertion-text.js b/apps/angular/node_modules/istanbul-reports/lib/html/insertion-text.js similarity index 100% rename from ClientApp/node_modules/istanbul-reports/lib/html/insertion-text.js rename to apps/angular/node_modules/istanbul-reports/lib/html/insertion-text.js diff --git a/ClientApp/node_modules/istanbul-reports/lib/json-summary/index.js b/apps/angular/node_modules/istanbul-reports/lib/json-summary/index.js similarity index 100% rename from ClientApp/node_modules/istanbul-reports/lib/json-summary/index.js rename to apps/angular/node_modules/istanbul-reports/lib/json-summary/index.js diff --git a/ClientApp/node_modules/istanbul-reports/lib/json/index.js b/apps/angular/node_modules/istanbul-reports/lib/json/index.js similarity index 100% rename from ClientApp/node_modules/istanbul-reports/lib/json/index.js rename to apps/angular/node_modules/istanbul-reports/lib/json/index.js diff --git a/ClientApp/node_modules/istanbul-reports/lib/lcov/index.js b/apps/angular/node_modules/istanbul-reports/lib/lcov/index.js similarity index 100% rename from ClientApp/node_modules/istanbul-reports/lib/lcov/index.js rename to apps/angular/node_modules/istanbul-reports/lib/lcov/index.js diff --git a/ClientApp/node_modules/istanbul-reports/lib/lcovonly/index.js b/apps/angular/node_modules/istanbul-reports/lib/lcovonly/index.js similarity index 100% rename from ClientApp/node_modules/istanbul-reports/lib/lcovonly/index.js rename to apps/angular/node_modules/istanbul-reports/lib/lcovonly/index.js diff --git a/ClientApp/node_modules/istanbul-reports/lib/none/index.js b/apps/angular/node_modules/istanbul-reports/lib/none/index.js similarity index 100% rename from ClientApp/node_modules/istanbul-reports/lib/none/index.js rename to apps/angular/node_modules/istanbul-reports/lib/none/index.js diff --git a/ClientApp/node_modules/istanbul-reports/lib/teamcity/index.js b/apps/angular/node_modules/istanbul-reports/lib/teamcity/index.js similarity index 100% rename from ClientApp/node_modules/istanbul-reports/lib/teamcity/index.js rename to apps/angular/node_modules/istanbul-reports/lib/teamcity/index.js diff --git a/ClientApp/node_modules/istanbul-reports/lib/text-lcov/index.js b/apps/angular/node_modules/istanbul-reports/lib/text-lcov/index.js similarity index 100% rename from ClientApp/node_modules/istanbul-reports/lib/text-lcov/index.js rename to apps/angular/node_modules/istanbul-reports/lib/text-lcov/index.js diff --git a/ClientApp/node_modules/istanbul-reports/lib/text-summary/index.js b/apps/angular/node_modules/istanbul-reports/lib/text-summary/index.js similarity index 100% rename from ClientApp/node_modules/istanbul-reports/lib/text-summary/index.js rename to apps/angular/node_modules/istanbul-reports/lib/text-summary/index.js diff --git a/ClientApp/node_modules/istanbul-reports/lib/text/index.js b/apps/angular/node_modules/istanbul-reports/lib/text/index.js similarity index 100% rename from ClientApp/node_modules/istanbul-reports/lib/text/index.js rename to apps/angular/node_modules/istanbul-reports/lib/text/index.js diff --git a/ClientApp/node_modules/istanbul-reports/package.json b/apps/angular/node_modules/istanbul-reports/package.json similarity index 100% rename from ClientApp/node_modules/istanbul-reports/package.json rename to apps/angular/node_modules/istanbul-reports/package.json diff --git a/ClientApp/node_modules/iterator.prototype/.eslintrc b/apps/angular/node_modules/iterator.prototype/.eslintrc similarity index 100% rename from ClientApp/node_modules/iterator.prototype/.eslintrc rename to apps/angular/node_modules/iterator.prototype/.eslintrc diff --git a/ClientApp/node_modules/iterator.prototype/.github/FUNDING.yml b/apps/angular/node_modules/iterator.prototype/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/iterator.prototype/.github/FUNDING.yml rename to apps/angular/node_modules/iterator.prototype/.github/FUNDING.yml diff --git a/ClientApp/node_modules/iterator.prototype/CHANGELOG.md b/apps/angular/node_modules/iterator.prototype/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/iterator.prototype/CHANGELOG.md rename to apps/angular/node_modules/iterator.prototype/CHANGELOG.md diff --git a/ClientApp/node_modules/iterator.prototype/LICENSE b/apps/angular/node_modules/iterator.prototype/LICENSE similarity index 100% rename from ClientApp/node_modules/iterator.prototype/LICENSE rename to apps/angular/node_modules/iterator.prototype/LICENSE diff --git a/ClientApp/node_modules/iterator.prototype/README.md b/apps/angular/node_modules/iterator.prototype/README.md similarity index 100% rename from ClientApp/node_modules/iterator.prototype/README.md rename to apps/angular/node_modules/iterator.prototype/README.md diff --git a/ClientApp/node_modules/iterator.prototype/index.js b/apps/angular/node_modules/iterator.prototype/index.js similarity index 100% rename from ClientApp/node_modules/iterator.prototype/index.js rename to apps/angular/node_modules/iterator.prototype/index.js diff --git a/ClientApp/node_modules/iterator.prototype/package.json b/apps/angular/node_modules/iterator.prototype/package.json similarity index 100% rename from ClientApp/node_modules/iterator.prototype/package.json rename to apps/angular/node_modules/iterator.prototype/package.json diff --git a/ClientApp/node_modules/iterator.prototype/test/index.js b/apps/angular/node_modules/iterator.prototype/test/index.js similarity index 100% rename from ClientApp/node_modules/iterator.prototype/test/index.js rename to apps/angular/node_modules/iterator.prototype/test/index.js diff --git a/ClientApp/node_modules/jiti/LICENSE b/apps/angular/node_modules/jiti/LICENSE similarity index 100% rename from ClientApp/node_modules/jiti/LICENSE rename to apps/angular/node_modules/jiti/LICENSE diff --git a/ClientApp/node_modules/jiti/README.md b/apps/angular/node_modules/jiti/README.md similarity index 100% rename from ClientApp/node_modules/jiti/README.md rename to apps/angular/node_modules/jiti/README.md diff --git a/ClientApp/node_modules/jiti/dist/babel.cjs b/apps/angular/node_modules/jiti/dist/babel.cjs similarity index 100% rename from ClientApp/node_modules/jiti/dist/babel.cjs rename to apps/angular/node_modules/jiti/dist/babel.cjs diff --git a/ClientApp/node_modules/jiti/dist/jiti.cjs b/apps/angular/node_modules/jiti/dist/jiti.cjs similarity index 100% rename from ClientApp/node_modules/jiti/dist/jiti.cjs rename to apps/angular/node_modules/jiti/dist/jiti.cjs diff --git a/ClientApp/node_modules/jiti/lib/jiti-cli.mjs b/apps/angular/node_modules/jiti/lib/jiti-cli.mjs similarity index 100% rename from ClientApp/node_modules/jiti/lib/jiti-cli.mjs rename to apps/angular/node_modules/jiti/lib/jiti-cli.mjs diff --git a/ClientApp/node_modules/jiti/lib/jiti-hooks.mjs b/apps/angular/node_modules/jiti/lib/jiti-hooks.mjs similarity index 100% rename from ClientApp/node_modules/jiti/lib/jiti-hooks.mjs rename to apps/angular/node_modules/jiti/lib/jiti-hooks.mjs diff --git a/ClientApp/node_modules/jiti/lib/jiti-native.mjs b/apps/angular/node_modules/jiti/lib/jiti-native.mjs similarity index 100% rename from ClientApp/node_modules/jiti/lib/jiti-native.mjs rename to apps/angular/node_modules/jiti/lib/jiti-native.mjs diff --git a/ClientApp/node_modules/jiti/lib/jiti-register.d.mts b/apps/angular/node_modules/jiti/lib/jiti-register.d.mts similarity index 100% rename from ClientApp/node_modules/jiti/lib/jiti-register.d.mts rename to apps/angular/node_modules/jiti/lib/jiti-register.d.mts diff --git a/ClientApp/node_modules/jiti/lib/jiti-register.mjs b/apps/angular/node_modules/jiti/lib/jiti-register.mjs similarity index 100% rename from ClientApp/node_modules/jiti/lib/jiti-register.mjs rename to apps/angular/node_modules/jiti/lib/jiti-register.mjs diff --git a/ClientApp/node_modules/jiti/lib/jiti.cjs b/apps/angular/node_modules/jiti/lib/jiti.cjs similarity index 100% rename from ClientApp/node_modules/jiti/lib/jiti.cjs rename to apps/angular/node_modules/jiti/lib/jiti.cjs diff --git a/ClientApp/node_modules/jiti/lib/jiti.d.cts b/apps/angular/node_modules/jiti/lib/jiti.d.cts similarity index 100% rename from ClientApp/node_modules/jiti/lib/jiti.d.cts rename to apps/angular/node_modules/jiti/lib/jiti.d.cts diff --git a/ClientApp/node_modules/jiti/lib/jiti.d.mts b/apps/angular/node_modules/jiti/lib/jiti.d.mts similarity index 100% rename from ClientApp/node_modules/jiti/lib/jiti.d.mts rename to apps/angular/node_modules/jiti/lib/jiti.d.mts diff --git a/ClientApp/node_modules/jiti/lib/jiti.mjs b/apps/angular/node_modules/jiti/lib/jiti.mjs similarity index 100% rename from ClientApp/node_modules/jiti/lib/jiti.mjs rename to apps/angular/node_modules/jiti/lib/jiti.mjs diff --git a/ClientApp/node_modules/jiti/lib/types.d.ts b/apps/angular/node_modules/jiti/lib/types.d.ts similarity index 100% rename from ClientApp/node_modules/jiti/lib/types.d.ts rename to apps/angular/node_modules/jiti/lib/types.d.ts diff --git a/ClientApp/node_modules/jiti/package.json b/apps/angular/node_modules/jiti/package.json similarity index 100% rename from ClientApp/node_modules/jiti/package.json rename to apps/angular/node_modules/jiti/package.json diff --git a/ClientApp/node_modules/js-tokens/CHANGELOG.md b/apps/angular/node_modules/js-tokens/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/js-tokens/CHANGELOG.md rename to apps/angular/node_modules/js-tokens/CHANGELOG.md diff --git a/ClientApp/node_modules/js-tokens/LICENSE b/apps/angular/node_modules/js-tokens/LICENSE similarity index 100% rename from ClientApp/node_modules/js-tokens/LICENSE rename to apps/angular/node_modules/js-tokens/LICENSE diff --git a/ClientApp/node_modules/js-tokens/README.md b/apps/angular/node_modules/js-tokens/README.md similarity index 100% rename from ClientApp/node_modules/js-tokens/README.md rename to apps/angular/node_modules/js-tokens/README.md diff --git a/ClientApp/node_modules/js-tokens/index.js b/apps/angular/node_modules/js-tokens/index.js similarity index 100% rename from ClientApp/node_modules/js-tokens/index.js rename to apps/angular/node_modules/js-tokens/index.js diff --git a/ClientApp/node_modules/js-tokens/package.json b/apps/angular/node_modules/js-tokens/package.json similarity index 100% rename from ClientApp/node_modules/js-tokens/package.json rename to apps/angular/node_modules/js-tokens/package.json diff --git a/ClientApp/node_modules/js-yaml/LICENSE b/apps/angular/node_modules/js-yaml/LICENSE similarity index 100% rename from ClientApp/node_modules/js-yaml/LICENSE rename to apps/angular/node_modules/js-yaml/LICENSE diff --git a/ClientApp/node_modules/js-yaml/README.md b/apps/angular/node_modules/js-yaml/README.md similarity index 100% rename from ClientApp/node_modules/js-yaml/README.md rename to apps/angular/node_modules/js-yaml/README.md diff --git a/ClientApp/node_modules/js-yaml/bin/js-yaml.js b/apps/angular/node_modules/js-yaml/bin/js-yaml.js similarity index 100% rename from ClientApp/node_modules/js-yaml/bin/js-yaml.js rename to apps/angular/node_modules/js-yaml/bin/js-yaml.js diff --git a/ClientApp/node_modules/js-yaml/dist/js-yaml.js b/apps/angular/node_modules/js-yaml/dist/js-yaml.js similarity index 100% rename from ClientApp/node_modules/js-yaml/dist/js-yaml.js rename to apps/angular/node_modules/js-yaml/dist/js-yaml.js diff --git a/ClientApp/node_modules/js-yaml/dist/js-yaml.min.js b/apps/angular/node_modules/js-yaml/dist/js-yaml.min.js similarity index 100% rename from ClientApp/node_modules/js-yaml/dist/js-yaml.min.js rename to apps/angular/node_modules/js-yaml/dist/js-yaml.min.js diff --git a/ClientApp/node_modules/js-yaml/dist/js-yaml.mjs b/apps/angular/node_modules/js-yaml/dist/js-yaml.mjs similarity index 100% rename from ClientApp/node_modules/js-yaml/dist/js-yaml.mjs rename to apps/angular/node_modules/js-yaml/dist/js-yaml.mjs diff --git a/ClientApp/node_modules/js-yaml/index.js b/apps/angular/node_modules/js-yaml/index.js similarity index 100% rename from ClientApp/node_modules/js-yaml/index.js rename to apps/angular/node_modules/js-yaml/index.js diff --git a/ClientApp/node_modules/js-yaml/lib/common.js b/apps/angular/node_modules/js-yaml/lib/common.js similarity index 100% rename from ClientApp/node_modules/js-yaml/lib/common.js rename to apps/angular/node_modules/js-yaml/lib/common.js diff --git a/ClientApp/node_modules/js-yaml/lib/dumper.js b/apps/angular/node_modules/js-yaml/lib/dumper.js similarity index 100% rename from ClientApp/node_modules/js-yaml/lib/dumper.js rename to apps/angular/node_modules/js-yaml/lib/dumper.js diff --git a/ClientApp/node_modules/js-yaml/lib/exception.js b/apps/angular/node_modules/js-yaml/lib/exception.js similarity index 100% rename from ClientApp/node_modules/js-yaml/lib/exception.js rename to apps/angular/node_modules/js-yaml/lib/exception.js diff --git a/ClientApp/node_modules/js-yaml/lib/loader.js b/apps/angular/node_modules/js-yaml/lib/loader.js similarity index 100% rename from ClientApp/node_modules/js-yaml/lib/loader.js rename to apps/angular/node_modules/js-yaml/lib/loader.js diff --git a/ClientApp/node_modules/js-yaml/lib/schema.js b/apps/angular/node_modules/js-yaml/lib/schema.js similarity index 100% rename from ClientApp/node_modules/js-yaml/lib/schema.js rename to apps/angular/node_modules/js-yaml/lib/schema.js diff --git a/ClientApp/node_modules/js-yaml/lib/schema/core.js b/apps/angular/node_modules/js-yaml/lib/schema/core.js similarity index 100% rename from ClientApp/node_modules/js-yaml/lib/schema/core.js rename to apps/angular/node_modules/js-yaml/lib/schema/core.js diff --git a/ClientApp/node_modules/js-yaml/lib/schema/default.js b/apps/angular/node_modules/js-yaml/lib/schema/default.js similarity index 100% rename from ClientApp/node_modules/js-yaml/lib/schema/default.js rename to apps/angular/node_modules/js-yaml/lib/schema/default.js diff --git a/ClientApp/node_modules/js-yaml/lib/schema/failsafe.js b/apps/angular/node_modules/js-yaml/lib/schema/failsafe.js similarity index 100% rename from ClientApp/node_modules/js-yaml/lib/schema/failsafe.js rename to apps/angular/node_modules/js-yaml/lib/schema/failsafe.js diff --git a/ClientApp/node_modules/js-yaml/lib/schema/json.js b/apps/angular/node_modules/js-yaml/lib/schema/json.js similarity index 100% rename from ClientApp/node_modules/js-yaml/lib/schema/json.js rename to apps/angular/node_modules/js-yaml/lib/schema/json.js diff --git a/ClientApp/node_modules/js-yaml/lib/snippet.js b/apps/angular/node_modules/js-yaml/lib/snippet.js similarity index 100% rename from ClientApp/node_modules/js-yaml/lib/snippet.js rename to apps/angular/node_modules/js-yaml/lib/snippet.js diff --git a/ClientApp/node_modules/js-yaml/lib/type.js b/apps/angular/node_modules/js-yaml/lib/type.js similarity index 100% rename from ClientApp/node_modules/js-yaml/lib/type.js rename to apps/angular/node_modules/js-yaml/lib/type.js diff --git a/ClientApp/node_modules/js-yaml/lib/type/binary.js b/apps/angular/node_modules/js-yaml/lib/type/binary.js similarity index 100% rename from ClientApp/node_modules/js-yaml/lib/type/binary.js rename to apps/angular/node_modules/js-yaml/lib/type/binary.js diff --git a/ClientApp/node_modules/js-yaml/lib/type/bool.js b/apps/angular/node_modules/js-yaml/lib/type/bool.js similarity index 100% rename from ClientApp/node_modules/js-yaml/lib/type/bool.js rename to apps/angular/node_modules/js-yaml/lib/type/bool.js diff --git a/ClientApp/node_modules/js-yaml/lib/type/float.js b/apps/angular/node_modules/js-yaml/lib/type/float.js similarity index 100% rename from ClientApp/node_modules/js-yaml/lib/type/float.js rename to apps/angular/node_modules/js-yaml/lib/type/float.js diff --git a/ClientApp/node_modules/js-yaml/lib/type/int.js b/apps/angular/node_modules/js-yaml/lib/type/int.js similarity index 100% rename from ClientApp/node_modules/js-yaml/lib/type/int.js rename to apps/angular/node_modules/js-yaml/lib/type/int.js diff --git a/ClientApp/node_modules/js-yaml/lib/type/map.js b/apps/angular/node_modules/js-yaml/lib/type/map.js similarity index 100% rename from ClientApp/node_modules/js-yaml/lib/type/map.js rename to apps/angular/node_modules/js-yaml/lib/type/map.js diff --git a/ClientApp/node_modules/js-yaml/lib/type/merge.js b/apps/angular/node_modules/js-yaml/lib/type/merge.js similarity index 100% rename from ClientApp/node_modules/js-yaml/lib/type/merge.js rename to apps/angular/node_modules/js-yaml/lib/type/merge.js diff --git a/ClientApp/node_modules/js-yaml/lib/type/null.js b/apps/angular/node_modules/js-yaml/lib/type/null.js similarity index 100% rename from ClientApp/node_modules/js-yaml/lib/type/null.js rename to apps/angular/node_modules/js-yaml/lib/type/null.js diff --git a/ClientApp/node_modules/js-yaml/lib/type/omap.js b/apps/angular/node_modules/js-yaml/lib/type/omap.js similarity index 100% rename from ClientApp/node_modules/js-yaml/lib/type/omap.js rename to apps/angular/node_modules/js-yaml/lib/type/omap.js diff --git a/ClientApp/node_modules/js-yaml/lib/type/pairs.js b/apps/angular/node_modules/js-yaml/lib/type/pairs.js similarity index 100% rename from ClientApp/node_modules/js-yaml/lib/type/pairs.js rename to apps/angular/node_modules/js-yaml/lib/type/pairs.js diff --git a/ClientApp/node_modules/js-yaml/lib/type/seq.js b/apps/angular/node_modules/js-yaml/lib/type/seq.js similarity index 100% rename from ClientApp/node_modules/js-yaml/lib/type/seq.js rename to apps/angular/node_modules/js-yaml/lib/type/seq.js diff --git a/ClientApp/node_modules/js-yaml/lib/type/set.js b/apps/angular/node_modules/js-yaml/lib/type/set.js similarity index 100% rename from ClientApp/node_modules/js-yaml/lib/type/set.js rename to apps/angular/node_modules/js-yaml/lib/type/set.js diff --git a/ClientApp/node_modules/js-yaml/lib/type/str.js b/apps/angular/node_modules/js-yaml/lib/type/str.js similarity index 100% rename from ClientApp/node_modules/js-yaml/lib/type/str.js rename to apps/angular/node_modules/js-yaml/lib/type/str.js diff --git a/ClientApp/node_modules/js-yaml/lib/type/timestamp.js b/apps/angular/node_modules/js-yaml/lib/type/timestamp.js similarity index 100% rename from ClientApp/node_modules/js-yaml/lib/type/timestamp.js rename to apps/angular/node_modules/js-yaml/lib/type/timestamp.js diff --git a/ClientApp/node_modules/js-yaml/package.json b/apps/angular/node_modules/js-yaml/package.json similarity index 100% rename from ClientApp/node_modules/js-yaml/package.json rename to apps/angular/node_modules/js-yaml/package.json diff --git a/ClientApp/node_modules/jsbn/.npmignore b/apps/angular/node_modules/jsbn/.npmignore similarity index 100% rename from ClientApp/node_modules/jsbn/.npmignore rename to apps/angular/node_modules/jsbn/.npmignore diff --git a/ClientApp/node_modules/jsbn/LICENSE b/apps/angular/node_modules/jsbn/LICENSE similarity index 100% rename from ClientApp/node_modules/jsbn/LICENSE rename to apps/angular/node_modules/jsbn/LICENSE diff --git a/ClientApp/node_modules/jsbn/README.md b/apps/angular/node_modules/jsbn/README.md similarity index 100% rename from ClientApp/node_modules/jsbn/README.md rename to apps/angular/node_modules/jsbn/README.md diff --git a/ClientApp/node_modules/jsbn/example.html b/apps/angular/node_modules/jsbn/example.html similarity index 100% rename from ClientApp/node_modules/jsbn/example.html rename to apps/angular/node_modules/jsbn/example.html diff --git a/ClientApp/node_modules/jsbn/example.js b/apps/angular/node_modules/jsbn/example.js similarity index 100% rename from ClientApp/node_modules/jsbn/example.js rename to apps/angular/node_modules/jsbn/example.js diff --git a/ClientApp/node_modules/jsbn/index.js b/apps/angular/node_modules/jsbn/index.js similarity index 100% rename from ClientApp/node_modules/jsbn/index.js rename to apps/angular/node_modules/jsbn/index.js diff --git a/ClientApp/node_modules/jsbn/package.json b/apps/angular/node_modules/jsbn/package.json similarity index 100% rename from ClientApp/node_modules/jsbn/package.json rename to apps/angular/node_modules/jsbn/package.json diff --git a/ClientApp/node_modules/jsdom/LICENSE.txt b/apps/angular/node_modules/jsdom/LICENSE.txt similarity index 100% rename from ClientApp/node_modules/jsdom/LICENSE.txt rename to apps/angular/node_modules/jsdom/LICENSE.txt diff --git a/ClientApp/node_modules/jsdom/README.md b/apps/angular/node_modules/jsdom/README.md similarity index 100% rename from ClientApp/node_modules/jsdom/README.md rename to apps/angular/node_modules/jsdom/README.md diff --git a/ClientApp/node_modules/jsdom/lib/api.js b/apps/angular/node_modules/jsdom/lib/api.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/api.js rename to apps/angular/node_modules/jsdom/lib/api.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/browser/Window.js b/apps/angular/node_modules/jsdom/lib/jsdom/browser/Window.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/browser/Window.js rename to apps/angular/node_modules/jsdom/lib/jsdom/browser/Window.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/browser/default-stylesheet.js b/apps/angular/node_modules/jsdom/lib/jsdom/browser/default-stylesheet.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/browser/default-stylesheet.js rename to apps/angular/node_modules/jsdom/lib/jsdom/browser/default-stylesheet.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/browser/js-globals.json b/apps/angular/node_modules/jsdom/lib/jsdom/browser/js-globals.json similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/browser/js-globals.json rename to apps/angular/node_modules/jsdom/lib/jsdom/browser/js-globals.json diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/browser/not-implemented.js b/apps/angular/node_modules/jsdom/lib/jsdom/browser/not-implemented.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/browser/not-implemented.js rename to apps/angular/node_modules/jsdom/lib/jsdom/browser/not-implemented.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/browser/parser/html.js b/apps/angular/node_modules/jsdom/lib/jsdom/browser/parser/html.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/browser/parser/html.js rename to apps/angular/node_modules/jsdom/lib/jsdom/browser/parser/html.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/browser/parser/index.js b/apps/angular/node_modules/jsdom/lib/jsdom/browser/parser/index.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/browser/parser/index.js rename to apps/angular/node_modules/jsdom/lib/jsdom/browser/parser/index.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/browser/parser/xml.js b/apps/angular/node_modules/jsdom/lib/jsdom/browser/parser/xml.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/browser/parser/xml.js rename to apps/angular/node_modules/jsdom/lib/jsdom/browser/parser/xml.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/browser/resources/async-resource-queue.js b/apps/angular/node_modules/jsdom/lib/jsdom/browser/resources/async-resource-queue.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/browser/resources/async-resource-queue.js rename to apps/angular/node_modules/jsdom/lib/jsdom/browser/resources/async-resource-queue.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/browser/resources/no-op-resource-loader.js b/apps/angular/node_modules/jsdom/lib/jsdom/browser/resources/no-op-resource-loader.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/browser/resources/no-op-resource-loader.js rename to apps/angular/node_modules/jsdom/lib/jsdom/browser/resources/no-op-resource-loader.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/browser/resources/per-document-resource-loader.js b/apps/angular/node_modules/jsdom/lib/jsdom/browser/resources/per-document-resource-loader.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/browser/resources/per-document-resource-loader.js rename to apps/angular/node_modules/jsdom/lib/jsdom/browser/resources/per-document-resource-loader.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/browser/resources/request-manager.js b/apps/angular/node_modules/jsdom/lib/jsdom/browser/resources/request-manager.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/browser/resources/request-manager.js rename to apps/angular/node_modules/jsdom/lib/jsdom/browser/resources/request-manager.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/browser/resources/resource-loader.js b/apps/angular/node_modules/jsdom/lib/jsdom/browser/resources/resource-loader.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/browser/resources/resource-loader.js rename to apps/angular/node_modules/jsdom/lib/jsdom/browser/resources/resource-loader.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/browser/resources/resource-queue.js b/apps/angular/node_modules/jsdom/lib/jsdom/browser/resources/resource-queue.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/browser/resources/resource-queue.js rename to apps/angular/node_modules/jsdom/lib/jsdom/browser/resources/resource-queue.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/level2/style.js b/apps/angular/node_modules/jsdom/lib/jsdom/level2/style.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/level2/style.js rename to apps/angular/node_modules/jsdom/lib/jsdom/level2/style.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/level3/xpath.js b/apps/angular/node_modules/jsdom/lib/jsdom/level3/xpath.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/level3/xpath.js rename to apps/angular/node_modules/jsdom/lib/jsdom/level3/xpath.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/aborting/AbortController-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/aborting/AbortController-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/aborting/AbortController-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/aborting/AbortController-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/aborting/AbortSignal-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/aborting/AbortSignal-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/aborting/AbortSignal-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/aborting/AbortSignal-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/attributes.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/attributes.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/attributes.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/attributes.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/attributes/Attr-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/attributes/Attr-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/attributes/Attr-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/attributes/Attr-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/attributes/NamedNodeMap-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/attributes/NamedNodeMap-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/attributes/NamedNodeMap-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/attributes/NamedNodeMap-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/constraint-validation/DefaultConstraintValidation-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/constraint-validation/DefaultConstraintValidation-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/constraint-validation/DefaultConstraintValidation-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/constraint-validation/DefaultConstraintValidation-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/constraint-validation/ValidityState-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/constraint-validation/ValidityState-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/constraint-validation/ValidityState-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/constraint-validation/ValidityState-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/crypto/Crypto-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/crypto/Crypto-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/crypto/Crypto-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/crypto/Crypto-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/cssom/StyleSheetList-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/cssom/StyleSheetList-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/cssom/StyleSheetList-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/cssom/StyleSheetList-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/custom-elements/CustomElementRegistry-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/custom-elements/CustomElementRegistry-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/custom-elements/CustomElementRegistry-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/custom-elements/CustomElementRegistry-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/custom-elements/ElementInternals-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/custom-elements/ElementInternals-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/custom-elements/ElementInternals-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/custom-elements/ElementInternals-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/documents.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/documents.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/documents.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/documents.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/domparsing/DOMParser-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/domparsing/DOMParser-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/domparsing/DOMParser-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/domparsing/DOMParser-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/domparsing/InnerHTML-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/domparsing/InnerHTML-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/domparsing/InnerHTML-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/domparsing/InnerHTML-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/domparsing/XMLSerializer-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/domparsing/XMLSerializer-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/domparsing/XMLSerializer-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/domparsing/XMLSerializer-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/domparsing/parse5-adapter-serialization.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/domparsing/parse5-adapter-serialization.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/domparsing/parse5-adapter-serialization.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/domparsing/parse5-adapter-serialization.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/domparsing/serialization.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/domparsing/serialization.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/domparsing/serialization.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/domparsing/serialization.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/events/CloseEvent-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/events/CloseEvent-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/events/CloseEvent-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/events/CloseEvent-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/events/CompositionEvent-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/events/CompositionEvent-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/events/CompositionEvent-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/events/CompositionEvent-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/events/CustomEvent-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/events/CustomEvent-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/events/CustomEvent-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/events/CustomEvent-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/events/ErrorEvent-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/events/ErrorEvent-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/events/ErrorEvent-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/events/ErrorEvent-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/events/Event-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/events/Event-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/events/Event-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/events/Event-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/events/EventModifierMixin-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/events/EventModifierMixin-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/events/EventModifierMixin-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/events/EventModifierMixin-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/events/FocusEvent-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/events/FocusEvent-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/events/FocusEvent-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/events/FocusEvent-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/events/HashChangeEvent-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/events/HashChangeEvent-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/events/HashChangeEvent-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/events/HashChangeEvent-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/events/InputEvent-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/events/InputEvent-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/events/InputEvent-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/events/InputEvent-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/events/KeyboardEvent-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/events/KeyboardEvent-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/events/KeyboardEvent-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/events/KeyboardEvent-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/events/MessageEvent-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/events/MessageEvent-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/events/MessageEvent-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/events/MessageEvent-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/events/MouseEvent-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/events/MouseEvent-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/events/MouseEvent-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/events/MouseEvent-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/events/PageTransitionEvent-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/events/PageTransitionEvent-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/events/PageTransitionEvent-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/events/PageTransitionEvent-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/events/PopStateEvent-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/events/PopStateEvent-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/events/PopStateEvent-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/events/PopStateEvent-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/events/ProgressEvent-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/events/ProgressEvent-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/events/ProgressEvent-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/events/ProgressEvent-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/events/StorageEvent-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/events/StorageEvent-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/events/StorageEvent-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/events/StorageEvent-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/events/SubmitEvent-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/events/SubmitEvent-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/events/SubmitEvent-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/events/SubmitEvent-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/events/TouchEvent-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/events/TouchEvent-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/events/TouchEvent-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/events/TouchEvent-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/events/UIEvent-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/events/UIEvent-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/events/UIEvent-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/events/UIEvent-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/events/WheelEvent-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/events/WheelEvent-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/events/WheelEvent-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/events/WheelEvent-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/fetch/Headers-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/fetch/Headers-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/fetch/Headers-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/fetch/Headers-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/fetch/header-list.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/fetch/header-list.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/fetch/header-list.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/fetch/header-list.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/fetch/header-types.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/fetch/header-types.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/fetch/header-types.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/fetch/header-types.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/file-api/Blob-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/file-api/Blob-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/file-api/Blob-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/file-api/Blob-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/file-api/File-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/file-api/File-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/file-api/File-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/file-api/File-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/file-api/FileList-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/file-api/FileList-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/file-api/FileList-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/file-api/FileList-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/file-api/FileReader-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/file-api/FileReader-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/file-api/FileReader-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/file-api/FileReader-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/AbortController.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/AbortController.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/AbortController.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/AbortController.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/AbortSignal.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/AbortSignal.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/AbortSignal.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/AbortSignal.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/AbstractRange.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/AbstractRange.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/AbstractRange.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/AbstractRange.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/AddEventListenerOptions.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/AddEventListenerOptions.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/AddEventListenerOptions.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/AddEventListenerOptions.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/AssignedNodesOptions.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/AssignedNodesOptions.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/AssignedNodesOptions.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/AssignedNodesOptions.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/Attr.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/Attr.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/Attr.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/Attr.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/BarProp.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/BarProp.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/BarProp.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/BarProp.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/BinaryType.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/BinaryType.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/BinaryType.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/BinaryType.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/Blob.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/Blob.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/Blob.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/Blob.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/BlobCallback.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/BlobCallback.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/BlobCallback.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/BlobCallback.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/BlobPropertyBag.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/BlobPropertyBag.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/BlobPropertyBag.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/BlobPropertyBag.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/CDATASection.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/CDATASection.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/CDATASection.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/CDATASection.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/CanPlayTypeResult.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/CanPlayTypeResult.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/CanPlayTypeResult.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/CanPlayTypeResult.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/CharacterData.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/CharacterData.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/CharacterData.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/CharacterData.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/CloseEvent.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/CloseEvent.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/CloseEvent.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/CloseEvent.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/CloseEventInit.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/CloseEventInit.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/CloseEventInit.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/CloseEventInit.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/Comment.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/Comment.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/Comment.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/Comment.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/CompositionEvent.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/CompositionEvent.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/CompositionEvent.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/CompositionEvent.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/CompositionEventInit.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/CompositionEventInit.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/CompositionEventInit.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/CompositionEventInit.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/Crypto.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/Crypto.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/Crypto.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/Crypto.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/CustomElementConstructor.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/CustomElementConstructor.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/CustomElementConstructor.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/CustomElementConstructor.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/CustomElementRegistry.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/CustomElementRegistry.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/CustomElementRegistry.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/CustomElementRegistry.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/CustomEvent.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/CustomEvent.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/CustomEvent.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/CustomEvent.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/CustomEventInit.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/CustomEventInit.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/CustomEventInit.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/CustomEventInit.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/DOMException.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/DOMException.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/DOMException.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/DOMException.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/DOMImplementation.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/DOMImplementation.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/DOMImplementation.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/DOMImplementation.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/DOMParser.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/DOMParser.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/DOMParser.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/DOMParser.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/DOMRect.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/DOMRect.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/DOMRect.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/DOMRect.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/DOMRectInit.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/DOMRectInit.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/DOMRectInit.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/DOMRectInit.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/DOMRectReadOnly.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/DOMRectReadOnly.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/DOMRectReadOnly.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/DOMRectReadOnly.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/DOMStringMap.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/DOMStringMap.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/DOMStringMap.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/DOMStringMap.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/DOMTokenList.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/DOMTokenList.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/DOMTokenList.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/DOMTokenList.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/Document.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/Document.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/Document.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/Document.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/DocumentFragment.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/DocumentFragment.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/DocumentFragment.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/DocumentFragment.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/DocumentReadyState.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/DocumentReadyState.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/DocumentReadyState.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/DocumentReadyState.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/DocumentType.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/DocumentType.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/DocumentType.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/DocumentType.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/Element.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/Element.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/Element.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/Element.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/ElementCreationOptions.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/ElementCreationOptions.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/ElementCreationOptions.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/ElementCreationOptions.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/ElementDefinitionOptions.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/ElementDefinitionOptions.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/ElementDefinitionOptions.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/ElementDefinitionOptions.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/ElementInternals.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/ElementInternals.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/ElementInternals.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/ElementInternals.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/EndingType.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/EndingType.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/EndingType.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/EndingType.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/ErrorEvent.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/ErrorEvent.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/ErrorEvent.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/ErrorEvent.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/ErrorEventInit.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/ErrorEventInit.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/ErrorEventInit.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/ErrorEventInit.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/Event.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/Event.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/Event.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/Event.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/EventHandlerNonNull.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/EventHandlerNonNull.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/EventHandlerNonNull.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/EventHandlerNonNull.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/EventInit.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/EventInit.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/EventInit.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/EventInit.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/EventListener.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/EventListener.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/EventListener.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/EventListener.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/EventListenerOptions.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/EventListenerOptions.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/EventListenerOptions.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/EventListenerOptions.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/EventModifierInit.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/EventModifierInit.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/EventModifierInit.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/EventModifierInit.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/External.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/External.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/External.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/External.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/File.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/File.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/File.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/File.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/FileList.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/FileList.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/FileList.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/FileList.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/FilePropertyBag.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/FilePropertyBag.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/FilePropertyBag.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/FilePropertyBag.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/FileReader.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/FileReader.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/FileReader.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/FileReader.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/FocusEvent.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/FocusEvent.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/FocusEvent.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/FocusEvent.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/FocusEventInit.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/FocusEventInit.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/FocusEventInit.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/FocusEventInit.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/FormData.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/FormData.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/FormData.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/FormData.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/Function.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/Function.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/Function.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/Function.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/GetRootNodeOptions.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/GetRootNodeOptions.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/GetRootNodeOptions.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/GetRootNodeOptions.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLAnchorElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLAnchorElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLAnchorElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLAnchorElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLAreaElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLAreaElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLAreaElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLAreaElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLAudioElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLAudioElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLAudioElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLAudioElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLBRElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLBRElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLBRElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLBRElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLBaseElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLBaseElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLBaseElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLBaseElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLBodyElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLBodyElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLBodyElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLBodyElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLButtonElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLButtonElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLButtonElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLButtonElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLCanvasElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLCanvasElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLCanvasElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLCanvasElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLCollection.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLCollection.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLCollection.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLCollection.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLDListElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLDListElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLDListElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLDListElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLDataElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLDataElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLDataElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLDataElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLDataListElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLDataListElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLDataListElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLDataListElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLDetailsElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLDetailsElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLDetailsElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLDetailsElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLDialogElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLDialogElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLDialogElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLDialogElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLDirectoryElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLDirectoryElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLDirectoryElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLDirectoryElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLDivElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLDivElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLDivElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLDivElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLEmbedElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLEmbedElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLEmbedElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLEmbedElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLFieldSetElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLFieldSetElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLFieldSetElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLFieldSetElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLFontElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLFontElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLFontElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLFontElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLFormControlsCollection.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLFormControlsCollection.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLFormControlsCollection.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLFormControlsCollection.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLFormElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLFormElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLFormElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLFormElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLFrameElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLFrameElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLFrameElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLFrameElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLFrameSetElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLFrameSetElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLFrameSetElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLFrameSetElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLHRElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLHRElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLHRElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLHRElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLHeadElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLHeadElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLHeadElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLHeadElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLHeadingElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLHeadingElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLHeadingElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLHeadingElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLHtmlElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLHtmlElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLHtmlElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLHtmlElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLIFrameElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLIFrameElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLIFrameElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLIFrameElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLImageElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLImageElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLImageElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLImageElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLInputElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLInputElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLInputElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLInputElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLLIElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLLIElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLLIElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLLIElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLLabelElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLLabelElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLLabelElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLLabelElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLLegendElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLLegendElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLLegendElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLLegendElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLLinkElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLLinkElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLLinkElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLLinkElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLMapElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLMapElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLMapElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLMapElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLMarqueeElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLMarqueeElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLMarqueeElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLMarqueeElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLMediaElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLMediaElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLMediaElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLMediaElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLMenuElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLMenuElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLMenuElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLMenuElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLMetaElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLMetaElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLMetaElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLMetaElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLMeterElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLMeterElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLMeterElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLMeterElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLModElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLModElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLModElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLModElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLOListElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLOListElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLOListElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLOListElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLObjectElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLObjectElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLObjectElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLObjectElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLOptGroupElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLOptGroupElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLOptGroupElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLOptGroupElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLOptionElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLOptionElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLOptionElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLOptionElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLOptionsCollection.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLOptionsCollection.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLOptionsCollection.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLOptionsCollection.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLOutputElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLOutputElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLOutputElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLOutputElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLParagraphElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLParagraphElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLParagraphElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLParagraphElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLParamElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLParamElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLParamElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLParamElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLPictureElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLPictureElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLPictureElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLPictureElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLPreElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLPreElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLPreElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLPreElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLProgressElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLProgressElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLProgressElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLProgressElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLQuoteElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLQuoteElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLQuoteElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLQuoteElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLScriptElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLScriptElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLScriptElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLScriptElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLSelectElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLSelectElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLSelectElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLSelectElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLSlotElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLSlotElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLSlotElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLSlotElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLSourceElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLSourceElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLSourceElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLSourceElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLSpanElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLSpanElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLSpanElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLSpanElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLStyleElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLStyleElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLStyleElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLStyleElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableCaptionElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableCaptionElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableCaptionElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableCaptionElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableCellElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableCellElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableCellElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableCellElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableColElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableColElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableColElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableColElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableRowElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableRowElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableRowElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableRowElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableSectionElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableSectionElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableSectionElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableSectionElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLTemplateElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLTemplateElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLTemplateElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLTemplateElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLTextAreaElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLTextAreaElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLTextAreaElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLTextAreaElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLTimeElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLTimeElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLTimeElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLTimeElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLTitleElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLTitleElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLTitleElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLTitleElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLTrackElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLTrackElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLTrackElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLTrackElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLUListElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLUListElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLUListElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLUListElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLUnknownElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLUnknownElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLUnknownElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLUnknownElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLVideoElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLVideoElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HTMLVideoElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HTMLVideoElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HashChangeEvent.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HashChangeEvent.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HashChangeEvent.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HashChangeEvent.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HashChangeEventInit.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HashChangeEventInit.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/HashChangeEventInit.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/HashChangeEventInit.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/Headers.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/Headers.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/Headers.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/Headers.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/History.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/History.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/History.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/History.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/InputEvent.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/InputEvent.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/InputEvent.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/InputEvent.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/InputEventInit.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/InputEventInit.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/InputEventInit.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/InputEventInit.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/KeyboardEvent.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/KeyboardEvent.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/KeyboardEvent.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/KeyboardEvent.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/KeyboardEventInit.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/KeyboardEventInit.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/KeyboardEventInit.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/KeyboardEventInit.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/Location.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/Location.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/Location.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/Location.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/MessageEvent.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/MessageEvent.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/MessageEvent.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/MessageEvent.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/MessageEventInit.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/MessageEventInit.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/MessageEventInit.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/MessageEventInit.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/MimeType.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/MimeType.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/MimeType.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/MimeType.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/MimeTypeArray.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/MimeTypeArray.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/MimeTypeArray.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/MimeTypeArray.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/MouseEvent.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/MouseEvent.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/MouseEvent.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/MouseEvent.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/MouseEventInit.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/MouseEventInit.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/MouseEventInit.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/MouseEventInit.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/MutationCallback.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/MutationCallback.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/MutationCallback.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/MutationCallback.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/MutationObserver.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/MutationObserver.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/MutationObserver.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/MutationObserver.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/MutationObserverInit.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/MutationObserverInit.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/MutationObserverInit.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/MutationObserverInit.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/MutationRecord.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/MutationRecord.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/MutationRecord.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/MutationRecord.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/NamedNodeMap.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/NamedNodeMap.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/NamedNodeMap.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/NamedNodeMap.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/Navigator.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/Navigator.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/Navigator.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/Navigator.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/Node.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/Node.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/Node.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/Node.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/NodeFilter.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/NodeFilter.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/NodeFilter.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/NodeFilter.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/NodeIterator.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/NodeIterator.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/NodeIterator.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/NodeIterator.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/NodeList.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/NodeList.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/NodeList.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/NodeList.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/OnBeforeUnloadEventHandlerNonNull.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/OnBeforeUnloadEventHandlerNonNull.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/OnBeforeUnloadEventHandlerNonNull.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/OnBeforeUnloadEventHandlerNonNull.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/OnErrorEventHandlerNonNull.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/OnErrorEventHandlerNonNull.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/OnErrorEventHandlerNonNull.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/OnErrorEventHandlerNonNull.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/PageTransitionEvent.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/PageTransitionEvent.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/PageTransitionEvent.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/PageTransitionEvent.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/PageTransitionEventInit.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/PageTransitionEventInit.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/PageTransitionEventInit.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/PageTransitionEventInit.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/Performance.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/Performance.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/Performance.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/Performance.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/Plugin.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/Plugin.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/Plugin.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/Plugin.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/PluginArray.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/PluginArray.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/PluginArray.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/PluginArray.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/PopStateEvent.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/PopStateEvent.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/PopStateEvent.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/PopStateEvent.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/PopStateEventInit.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/PopStateEventInit.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/PopStateEventInit.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/PopStateEventInit.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/ProcessingInstruction.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/ProcessingInstruction.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/ProcessingInstruction.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/ProcessingInstruction.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/ProgressEvent.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/ProgressEvent.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/ProgressEvent.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/ProgressEvent.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/ProgressEventInit.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/ProgressEventInit.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/ProgressEventInit.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/ProgressEventInit.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/RadioNodeList.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/RadioNodeList.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/RadioNodeList.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/RadioNodeList.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/Range.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/Range.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/Range.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/Range.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/SVGAnimatedString.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/SVGAnimatedString.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/SVGAnimatedString.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/SVGAnimatedString.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/SVGBoundingBoxOptions.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/SVGBoundingBoxOptions.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/SVGBoundingBoxOptions.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/SVGBoundingBoxOptions.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/SVGElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/SVGElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/SVGElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/SVGElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/SVGGraphicsElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/SVGGraphicsElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/SVGGraphicsElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/SVGGraphicsElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/SVGNumber.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/SVGNumber.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/SVGNumber.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/SVGNumber.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/SVGSVGElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/SVGSVGElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/SVGSVGElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/SVGSVGElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/SVGStringList.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/SVGStringList.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/SVGStringList.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/SVGStringList.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/SVGTitleElement.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/SVGTitleElement.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/SVGTitleElement.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/SVGTitleElement.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/Screen.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/Screen.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/Screen.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/Screen.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/ScrollBehavior.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/ScrollBehavior.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/ScrollBehavior.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/ScrollBehavior.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/ScrollIntoViewOptions.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/ScrollIntoViewOptions.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/ScrollIntoViewOptions.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/ScrollIntoViewOptions.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/ScrollLogicalPosition.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/ScrollLogicalPosition.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/ScrollLogicalPosition.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/ScrollLogicalPosition.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/ScrollOptions.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/ScrollOptions.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/ScrollOptions.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/ScrollOptions.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/ScrollRestoration.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/ScrollRestoration.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/ScrollRestoration.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/ScrollRestoration.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/Selection.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/Selection.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/Selection.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/Selection.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/SelectionMode.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/SelectionMode.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/SelectionMode.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/SelectionMode.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/ShadowRoot.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/ShadowRoot.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/ShadowRoot.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/ShadowRoot.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/ShadowRootInit.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/ShadowRootInit.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/ShadowRootInit.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/ShadowRootInit.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/ShadowRootMode.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/ShadowRootMode.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/ShadowRootMode.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/ShadowRootMode.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/StaticRange.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/StaticRange.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/StaticRange.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/StaticRange.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/StaticRangeInit.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/StaticRangeInit.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/StaticRangeInit.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/StaticRangeInit.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/Storage.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/Storage.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/Storage.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/Storage.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/StorageEvent.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/StorageEvent.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/StorageEvent.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/StorageEvent.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/StorageEventInit.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/StorageEventInit.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/StorageEventInit.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/StorageEventInit.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/StyleSheetList.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/StyleSheetList.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/StyleSheetList.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/StyleSheetList.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/SubmitEvent.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/SubmitEvent.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/SubmitEvent.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/SubmitEvent.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/SubmitEventInit.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/SubmitEventInit.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/SubmitEventInit.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/SubmitEventInit.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/SupportedType.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/SupportedType.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/SupportedType.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/SupportedType.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/Text.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/Text.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/Text.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/Text.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/TextTrackKind.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/TextTrackKind.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/TextTrackKind.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/TextTrackKind.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/TouchEvent.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/TouchEvent.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/TouchEvent.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/TouchEvent.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/TouchEventInit.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/TouchEventInit.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/TouchEventInit.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/TouchEventInit.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/TreeWalker.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/TreeWalker.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/TreeWalker.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/TreeWalker.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/UIEvent.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/UIEvent.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/UIEvent.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/UIEvent.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/UIEventInit.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/UIEventInit.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/UIEventInit.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/UIEventInit.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/ValidityState.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/ValidityState.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/ValidityState.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/ValidityState.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/VisibilityState.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/VisibilityState.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/VisibilityState.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/VisibilityState.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/VoidFunction.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/VoidFunction.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/VoidFunction.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/VoidFunction.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/WebSocket.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/WebSocket.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/WebSocket.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/WebSocket.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/WheelEvent.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/WheelEvent.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/WheelEvent.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/WheelEvent.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/WheelEventInit.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/WheelEventInit.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/WheelEventInit.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/WheelEventInit.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/XMLDocument.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/XMLDocument.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/XMLDocument.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/XMLDocument.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/XMLHttpRequest.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/XMLHttpRequest.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/XMLHttpRequest.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/XMLHttpRequest.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/XMLHttpRequestEventTarget.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/XMLHttpRequestEventTarget.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/XMLHttpRequestEventTarget.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/XMLHttpRequestEventTarget.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/XMLHttpRequestResponseType.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/XMLHttpRequestResponseType.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/XMLHttpRequestResponseType.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/XMLHttpRequestResponseType.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/XMLHttpRequestUpload.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/XMLHttpRequestUpload.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/XMLHttpRequestUpload.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/XMLHttpRequestUpload.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/XMLSerializer.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/XMLSerializer.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/XMLSerializer.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/XMLSerializer.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/generated/utils.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/generated/utils.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/generated/utils.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/generated/utils.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/geometry/DOMRect-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/geometry/DOMRect-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/geometry/DOMRect-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/geometry/DOMRect-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/geometry/DOMRectReadOnly-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/geometry/DOMRectReadOnly-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/geometry/DOMRectReadOnly-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/geometry/DOMRectReadOnly-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/agent-factory.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/agent-factory.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/agent-factory.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/agent-factory.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/binary-data.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/binary-data.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/binary-data.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/binary-data.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/colors.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/colors.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/colors.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/colors.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/create-element.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/create-element.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/create-element.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/create-element.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/create-event-accessor.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/create-event-accessor.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/create-event-accessor.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/create-event-accessor.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/custom-elements.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/custom-elements.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/custom-elements.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/custom-elements.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/dates-and-times.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/dates-and-times.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/dates-and-times.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/dates-and-times.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/details.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/details.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/details.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/details.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/document-base-url.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/document-base-url.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/document-base-url.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/document-base-url.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/events.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/events.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/events.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/events.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/focusing.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/focusing.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/focusing.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/focusing.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/form-controls.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/form-controls.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/form-controls.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/form-controls.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/html-constructor.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/html-constructor.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/html-constructor.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/html-constructor.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/http-request.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/http-request.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/http-request.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/http-request.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/internal-constants.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/internal-constants.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/internal-constants.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/internal-constants.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/iterable-weak-set.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/iterable-weak-set.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/iterable-weak-set.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/iterable-weak-set.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/json.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/json.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/json.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/json.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/mutation-observers.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/mutation-observers.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/mutation-observers.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/mutation-observers.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/namespaces.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/namespaces.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/namespaces.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/namespaces.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/node.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/node.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/node.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/node.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/number-and-date-inputs.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/number-and-date-inputs.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/number-and-date-inputs.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/number-and-date-inputs.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/ordered-set.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/ordered-set.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/ordered-set.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/ordered-set.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/page-transition-event.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/page-transition-event.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/page-transition-event.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/page-transition-event.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/runtime-script-errors.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/runtime-script-errors.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/runtime-script-errors.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/runtime-script-errors.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/selectors.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/selectors.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/selectors.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/selectors.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/shadow-dom.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/shadow-dom.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/shadow-dom.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/shadow-dom.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/strings.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/strings.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/strings.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/strings.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/style-rules.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/style-rules.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/style-rules.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/style-rules.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/stylesheets.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/stylesheets.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/stylesheets.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/stylesheets.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/svg/basic-types.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/svg/basic-types.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/svg/basic-types.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/svg/basic-types.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/svg/render.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/svg/render.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/svg/render.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/svg/render.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/text.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/text.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/text.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/text.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/traversal.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/traversal.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/traversal.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/traversal.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/validate-names.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/validate-names.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/helpers/validate-names.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/helpers/validate-names.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/hr-time/Performance-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/hr-time/Performance-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/hr-time/Performance-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/hr-time/Performance-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/interfaces.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/interfaces.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/interfaces.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/interfaces.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/mutation-observer/MutationObserver-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/mutation-observer/MutationObserver-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/mutation-observer/MutationObserver-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/mutation-observer/MutationObserver-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/mutation-observer/MutationRecord-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/mutation-observer/MutationRecord-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/mutation-observer/MutationRecord-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/mutation-observer/MutationRecord-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/named-properties-window.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/named-properties-window.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/named-properties-window.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/named-properties-window.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/navigator/MimeType-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/navigator/MimeType-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/navigator/MimeType-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/navigator/MimeType-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/navigator/MimeTypeArray-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/navigator/MimeTypeArray-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/navigator/MimeTypeArray-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/navigator/MimeTypeArray-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/navigator/Navigator-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/navigator/Navigator-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/navigator/Navigator-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/navigator/Navigator-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorConcurrentHardware-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorConcurrentHardware-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorConcurrentHardware-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorConcurrentHardware-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorCookies-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorCookies-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorCookies-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorCookies-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorID-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorID-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorID-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorID-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorLanguage-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorLanguage-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorLanguage-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorLanguage-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorOnLine-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorOnLine-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorOnLine-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorOnLine-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorPlugins-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorPlugins-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorPlugins-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorPlugins-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/navigator/Plugin-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/navigator/Plugin-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/navigator/Plugin-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/navigator/Plugin-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/navigator/PluginArray-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/navigator/PluginArray-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/navigator/PluginArray-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/navigator/PluginArray-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/node-document-position.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/node-document-position.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/node-document-position.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/node-document-position.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/node-type.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/node-type.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/node-type.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/node-type.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/node.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/node.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/node.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/node.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/CDATASection-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/CDATASection-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/CDATASection-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/CDATASection-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/CharacterData-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/CharacterData-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/CharacterData-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/CharacterData-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/ChildNode-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/ChildNode-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/ChildNode-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/ChildNode-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/Comment-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/Comment-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/Comment-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/Comment-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/DOMImplementation-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/DOMImplementation-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/DOMImplementation-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/DOMImplementation-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/DOMStringMap-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/DOMStringMap-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/DOMStringMap-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/DOMStringMap-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/DOMTokenList-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/DOMTokenList-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/DOMTokenList-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/DOMTokenList-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/Document-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/Document-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/Document-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/Document-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/DocumentFragment-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/DocumentFragment-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/DocumentFragment-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/DocumentFragment-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/DocumentOrShadowRoot-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/DocumentOrShadowRoot-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/DocumentOrShadowRoot-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/DocumentOrShadowRoot-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/DocumentType-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/DocumentType-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/DocumentType-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/DocumentType-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/Element-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/Element-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/Element-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/Element-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/ElementCSSInlineStyle-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/ElementCSSInlineStyle-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/ElementCSSInlineStyle-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/ElementCSSInlineStyle-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/ElementContentEditable-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/ElementContentEditable-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/ElementContentEditable-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/ElementContentEditable-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/GlobalEventHandlers-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/GlobalEventHandlers-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/GlobalEventHandlers-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/GlobalEventHandlers-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLAnchorElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLAnchorElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLAnchorElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLAnchorElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLAreaElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLAreaElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLAreaElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLAreaElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLAudioElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLAudioElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLAudioElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLAudioElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLBRElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLBRElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLBRElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLBRElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLBaseElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLBaseElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLBaseElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLBaseElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLBodyElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLBodyElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLBodyElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLBodyElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLButtonElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLButtonElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLButtonElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLButtonElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLCanvasElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLCanvasElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLCanvasElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLCanvasElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLCollection-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLCollection-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLCollection-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLCollection-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDListElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDListElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDListElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDListElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDataElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDataElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDataElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDataElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDataListElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDataListElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDataListElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDataListElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDetailsElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDetailsElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDetailsElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDetailsElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDialogElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDialogElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDialogElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDialogElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDirectoryElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDirectoryElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDirectoryElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDirectoryElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDivElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDivElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDivElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDivElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLEmbedElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLEmbedElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLEmbedElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLEmbedElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFieldSetElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFieldSetElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFieldSetElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFieldSetElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFontElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFontElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFontElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFontElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormControlsCollection-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormControlsCollection-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormControlsCollection-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormControlsCollection-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFrameElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFrameElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFrameElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFrameElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFrameSetElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFrameSetElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFrameSetElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFrameSetElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHRElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHRElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHRElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHRElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHeadElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHeadElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHeadElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHeadElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHeadingElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHeadingElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHeadingElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHeadingElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHtmlElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHtmlElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHtmlElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHtmlElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHyperlinkElementUtils-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHyperlinkElementUtils-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHyperlinkElementUtils-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHyperlinkElementUtils-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLIFrameElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLIFrameElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLIFrameElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLIFrameElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLImageElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLImageElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLImageElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLImageElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLInputElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLInputElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLInputElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLInputElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLLIElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLLIElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLLIElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLLIElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLLabelElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLLabelElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLLabelElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLLabelElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLLegendElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLLegendElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLLegendElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLLegendElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLLinkElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLLinkElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLLinkElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLLinkElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMapElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMapElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMapElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMapElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMarqueeElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMarqueeElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMarqueeElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMarqueeElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMediaElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMediaElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMediaElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMediaElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMenuElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMenuElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMenuElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMenuElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMetaElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMetaElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMetaElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMetaElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMeterElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMeterElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMeterElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMeterElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLModElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLModElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLModElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLModElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOListElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOListElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOListElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOListElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLObjectElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLObjectElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLObjectElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLObjectElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOptGroupElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOptGroupElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOptGroupElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOptGroupElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOptionElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOptionElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOptionElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOptionElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOptionsCollection-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOptionsCollection-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOptionsCollection-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOptionsCollection-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOrSVGElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOrSVGElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOrSVGElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOrSVGElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOutputElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOutputElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOutputElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOutputElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLParagraphElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLParagraphElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLParagraphElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLParagraphElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLParamElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLParamElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLParamElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLParamElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLPictureElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLPictureElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLPictureElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLPictureElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLPreElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLPreElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLPreElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLPreElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLProgressElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLProgressElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLProgressElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLProgressElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLQuoteElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLQuoteElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLQuoteElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLQuoteElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLScriptElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLScriptElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLScriptElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLScriptElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLSelectElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLSelectElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLSelectElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLSelectElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLSlotElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLSlotElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLSlotElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLSlotElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLSourceElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLSourceElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLSourceElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLSourceElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLSpanElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLSpanElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLSpanElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLSpanElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLStyleElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLStyleElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLStyleElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLStyleElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableCaptionElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableCaptionElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableCaptionElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableCaptionElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableCellElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableCellElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableCellElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableCellElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableColElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableColElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableColElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableColElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableRowElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableRowElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableRowElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableRowElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableSectionElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableSectionElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableSectionElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableSectionElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTemplateElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTemplateElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTemplateElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTemplateElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTextAreaElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTextAreaElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTextAreaElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTextAreaElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTimeElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTimeElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTimeElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTimeElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTitleElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTitleElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTitleElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTitleElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTrackElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTrackElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTrackElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTrackElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLUListElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLUListElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLUListElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLUListElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLUnknownElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLUnknownElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLUnknownElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLUnknownElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLVideoElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLVideoElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/HTMLVideoElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/HTMLVideoElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/LinkStyle-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/LinkStyle-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/LinkStyle-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/LinkStyle-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/Node-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/Node-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/Node-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/Node-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/NodeList-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/NodeList-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/NodeList-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/NodeList-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/NonDocumentTypeChildNode-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/NonDocumentTypeChildNode-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/NonDocumentTypeChildNode-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/NonDocumentTypeChildNode-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/NonElementParentNode-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/NonElementParentNode-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/NonElementParentNode-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/NonElementParentNode-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/ParentNode-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/ParentNode-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/ParentNode-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/ParentNode-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/ProcessingInstruction-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/ProcessingInstruction-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/ProcessingInstruction-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/ProcessingInstruction-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/RadioNodeList-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/RadioNodeList-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/RadioNodeList-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/RadioNodeList-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/SVGElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/SVGElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/SVGElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/SVGElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/SVGGraphicsElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/SVGGraphicsElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/SVGGraphicsElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/SVGGraphicsElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/SVGSVGElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/SVGSVGElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/SVGSVGElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/SVGSVGElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/SVGTests-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/SVGTests-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/SVGTests-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/SVGTests-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/SVGTitleElement-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/SVGTitleElement-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/SVGTitleElement-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/SVGTitleElement-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/ShadowRoot-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/ShadowRoot-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/ShadowRoot-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/ShadowRoot-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/Slotable-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/Slotable-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/Slotable-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/Slotable-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/Text-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/Text-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/Text-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/Text-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/WindowEventHandlers-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/WindowEventHandlers-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/WindowEventHandlers-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/WindowEventHandlers-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/XMLDocument-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/XMLDocument-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/nodes/XMLDocument-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/nodes/XMLDocument-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/range/AbstractRange-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/range/AbstractRange-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/range/AbstractRange-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/range/AbstractRange-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/range/Range-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/range/Range-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/range/Range-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/range/Range-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/range/StaticRange-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/range/StaticRange-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/range/StaticRange-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/range/StaticRange-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/range/boundary-point.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/range/boundary-point.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/range/boundary-point.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/range/boundary-point.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/selection/Selection-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/selection/Selection-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/selection/Selection-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/selection/Selection-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/svg/SVGAnimatedString-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/svg/SVGAnimatedString-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/svg/SVGAnimatedString-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/svg/SVGAnimatedString-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/svg/SVGListBase.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/svg/SVGListBase.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/svg/SVGListBase.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/svg/SVGListBase.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/svg/SVGNumber-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/svg/SVGNumber-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/svg/SVGNumber-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/svg/SVGNumber-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/svg/SVGStringList-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/svg/SVGStringList-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/svg/SVGStringList-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/svg/SVGStringList-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/traversal/NodeIterator-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/traversal/NodeIterator-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/traversal/NodeIterator-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/traversal/NodeIterator-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/traversal/TreeWalker-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/traversal/TreeWalker-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/traversal/TreeWalker-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/traversal/TreeWalker-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/traversal/helpers.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/traversal/helpers.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/traversal/helpers.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/traversal/helpers.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/webidl/DOMException-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/webidl/DOMException-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/webidl/DOMException-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/webidl/DOMException-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/websockets/WebSocket-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/websockets/WebSocket-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/websockets/WebSocket-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/websockets/WebSocket-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/webstorage/Storage-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/webstorage/Storage-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/webstorage/Storage-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/webstorage/Storage-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/window/BarProp-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/window/BarProp-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/window/BarProp-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/window/BarProp-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/window/External-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/window/External-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/window/External-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/window/External-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/window/History-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/window/History-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/window/History-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/window/History-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/window/Location-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/window/Location-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/window/Location-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/window/Location-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/window/Screen-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/window/Screen-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/window/Screen-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/window/Screen-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/window/SessionHistory.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/window/SessionHistory.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/window/SessionHistory.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/window/SessionHistory.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/window/navigation.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/window/navigation.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/window/navigation.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/window/navigation.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/xhr/FormData-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/xhr/FormData-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/xhr/FormData-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/xhr/FormData-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequest-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequest-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequest-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequest-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequestEventTarget-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequestEventTarget-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequestEventTarget-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequestEventTarget-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequestUpload-impl.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequestUpload-impl.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequestUpload-impl.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequestUpload-impl.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/xhr/xhr-sync-worker.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/xhr/xhr-sync-worker.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/xhr/xhr-sync-worker.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/xhr/xhr-sync-worker.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/living/xhr/xhr-utils.js b/apps/angular/node_modules/jsdom/lib/jsdom/living/xhr/xhr-utils.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/living/xhr/xhr-utils.js rename to apps/angular/node_modules/jsdom/lib/jsdom/living/xhr/xhr-utils.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/named-properties-tracker.js b/apps/angular/node_modules/jsdom/lib/jsdom/named-properties-tracker.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/named-properties-tracker.js rename to apps/angular/node_modules/jsdom/lib/jsdom/named-properties-tracker.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/utils.js b/apps/angular/node_modules/jsdom/lib/jsdom/utils.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/utils.js rename to apps/angular/node_modules/jsdom/lib/jsdom/utils.js diff --git a/ClientApp/node_modules/jsdom/lib/jsdom/virtual-console.js b/apps/angular/node_modules/jsdom/lib/jsdom/virtual-console.js similarity index 100% rename from ClientApp/node_modules/jsdom/lib/jsdom/virtual-console.js rename to apps/angular/node_modules/jsdom/lib/jsdom/virtual-console.js diff --git a/ClientApp/node_modules/jsdom/node_modules/tough-cookie/LICENSE b/apps/angular/node_modules/jsdom/node_modules/tough-cookie/LICENSE similarity index 100% rename from ClientApp/node_modules/jsdom/node_modules/tough-cookie/LICENSE rename to apps/angular/node_modules/jsdom/node_modules/tough-cookie/LICENSE diff --git a/ClientApp/node_modules/jsdom/node_modules/tough-cookie/README.md b/apps/angular/node_modules/jsdom/node_modules/tough-cookie/README.md similarity index 100% rename from ClientApp/node_modules/jsdom/node_modules/tough-cookie/README.md rename to apps/angular/node_modules/jsdom/node_modules/tough-cookie/README.md diff --git a/ClientApp/node_modules/jsdom/node_modules/tough-cookie/lib/cookie.js b/apps/angular/node_modules/jsdom/node_modules/tough-cookie/lib/cookie.js similarity index 100% rename from ClientApp/node_modules/jsdom/node_modules/tough-cookie/lib/cookie.js rename to apps/angular/node_modules/jsdom/node_modules/tough-cookie/lib/cookie.js diff --git a/ClientApp/node_modules/jsdom/node_modules/tough-cookie/lib/memstore.js b/apps/angular/node_modules/jsdom/node_modules/tough-cookie/lib/memstore.js similarity index 100% rename from ClientApp/node_modules/jsdom/node_modules/tough-cookie/lib/memstore.js rename to apps/angular/node_modules/jsdom/node_modules/tough-cookie/lib/memstore.js diff --git a/ClientApp/node_modules/jsdom/node_modules/tough-cookie/lib/pathMatch.js b/apps/angular/node_modules/jsdom/node_modules/tough-cookie/lib/pathMatch.js similarity index 100% rename from ClientApp/node_modules/jsdom/node_modules/tough-cookie/lib/pathMatch.js rename to apps/angular/node_modules/jsdom/node_modules/tough-cookie/lib/pathMatch.js diff --git a/ClientApp/node_modules/jsdom/node_modules/tough-cookie/lib/permuteDomain.js b/apps/angular/node_modules/jsdom/node_modules/tough-cookie/lib/permuteDomain.js similarity index 100% rename from ClientApp/node_modules/jsdom/node_modules/tough-cookie/lib/permuteDomain.js rename to apps/angular/node_modules/jsdom/node_modules/tough-cookie/lib/permuteDomain.js diff --git a/ClientApp/node_modules/jsdom/node_modules/tough-cookie/lib/pubsuffix-psl.js b/apps/angular/node_modules/jsdom/node_modules/tough-cookie/lib/pubsuffix-psl.js similarity index 100% rename from ClientApp/node_modules/jsdom/node_modules/tough-cookie/lib/pubsuffix-psl.js rename to apps/angular/node_modules/jsdom/node_modules/tough-cookie/lib/pubsuffix-psl.js diff --git a/ClientApp/node_modules/jsdom/node_modules/tough-cookie/lib/store.js b/apps/angular/node_modules/jsdom/node_modules/tough-cookie/lib/store.js similarity index 100% rename from ClientApp/node_modules/jsdom/node_modules/tough-cookie/lib/store.js rename to apps/angular/node_modules/jsdom/node_modules/tough-cookie/lib/store.js diff --git a/ClientApp/node_modules/jsdom/node_modules/tough-cookie/lib/utilHelper.js b/apps/angular/node_modules/jsdom/node_modules/tough-cookie/lib/utilHelper.js similarity index 100% rename from ClientApp/node_modules/jsdom/node_modules/tough-cookie/lib/utilHelper.js rename to apps/angular/node_modules/jsdom/node_modules/tough-cookie/lib/utilHelper.js diff --git a/ClientApp/node_modules/jsdom/node_modules/tough-cookie/lib/validators.js b/apps/angular/node_modules/jsdom/node_modules/tough-cookie/lib/validators.js similarity index 100% rename from ClientApp/node_modules/jsdom/node_modules/tough-cookie/lib/validators.js rename to apps/angular/node_modules/jsdom/node_modules/tough-cookie/lib/validators.js diff --git a/ClientApp/node_modules/jsdom/node_modules/tough-cookie/lib/version.js b/apps/angular/node_modules/jsdom/node_modules/tough-cookie/lib/version.js similarity index 100% rename from ClientApp/node_modules/jsdom/node_modules/tough-cookie/lib/version.js rename to apps/angular/node_modules/jsdom/node_modules/tough-cookie/lib/version.js diff --git a/ClientApp/node_modules/jsdom/node_modules/tough-cookie/package.json b/apps/angular/node_modules/jsdom/node_modules/tough-cookie/package.json similarity index 100% rename from ClientApp/node_modules/jsdom/node_modules/tough-cookie/package.json rename to apps/angular/node_modules/jsdom/node_modules/tough-cookie/package.json diff --git a/ClientApp/node_modules/jsdom/node_modules/universalify/LICENSE b/apps/angular/node_modules/jsdom/node_modules/universalify/LICENSE similarity index 100% rename from ClientApp/node_modules/jsdom/node_modules/universalify/LICENSE rename to apps/angular/node_modules/jsdom/node_modules/universalify/LICENSE diff --git a/ClientApp/node_modules/jsdom/node_modules/universalify/README.md b/apps/angular/node_modules/jsdom/node_modules/universalify/README.md similarity index 100% rename from ClientApp/node_modules/jsdom/node_modules/universalify/README.md rename to apps/angular/node_modules/jsdom/node_modules/universalify/README.md diff --git a/ClientApp/node_modules/jsdom/node_modules/universalify/index.js b/apps/angular/node_modules/jsdom/node_modules/universalify/index.js similarity index 100% rename from ClientApp/node_modules/jsdom/node_modules/universalify/index.js rename to apps/angular/node_modules/jsdom/node_modules/universalify/index.js diff --git a/ClientApp/node_modules/jsdom/node_modules/universalify/package.json b/apps/angular/node_modules/jsdom/node_modules/universalify/package.json similarity index 100% rename from ClientApp/node_modules/jsdom/node_modules/universalify/package.json rename to apps/angular/node_modules/jsdom/node_modules/universalify/package.json diff --git a/ClientApp/node_modules/jsdom/package.json b/apps/angular/node_modules/jsdom/package.json similarity index 100% rename from ClientApp/node_modules/jsdom/package.json rename to apps/angular/node_modules/jsdom/package.json diff --git a/ClientApp/node_modules/json-buffer/.travis.yml b/apps/angular/node_modules/json-buffer/.travis.yml similarity index 100% rename from ClientApp/node_modules/json-buffer/.travis.yml rename to apps/angular/node_modules/json-buffer/.travis.yml diff --git a/ClientApp/node_modules/json-buffer/LICENSE b/apps/angular/node_modules/json-buffer/LICENSE similarity index 100% rename from ClientApp/node_modules/json-buffer/LICENSE rename to apps/angular/node_modules/json-buffer/LICENSE diff --git a/ClientApp/node_modules/json-buffer/README.md b/apps/angular/node_modules/json-buffer/README.md similarity index 100% rename from ClientApp/node_modules/json-buffer/README.md rename to apps/angular/node_modules/json-buffer/README.md diff --git a/ClientApp/node_modules/json-buffer/index.js b/apps/angular/node_modules/json-buffer/index.js similarity index 100% rename from ClientApp/node_modules/json-buffer/index.js rename to apps/angular/node_modules/json-buffer/index.js diff --git a/ClientApp/node_modules/json-buffer/package.json b/apps/angular/node_modules/json-buffer/package.json similarity index 100% rename from ClientApp/node_modules/json-buffer/package.json rename to apps/angular/node_modules/json-buffer/package.json diff --git a/ClientApp/node_modules/json-buffer/test/index.js b/apps/angular/node_modules/json-buffer/test/index.js similarity index 100% rename from ClientApp/node_modules/json-buffer/test/index.js rename to apps/angular/node_modules/json-buffer/test/index.js diff --git a/ClientApp/node_modules/json-schema-traverse/.eslintrc.yml b/apps/angular/node_modules/json-schema-traverse/.eslintrc.yml similarity index 100% rename from ClientApp/node_modules/json-schema-traverse/.eslintrc.yml rename to apps/angular/node_modules/json-schema-traverse/.eslintrc.yml diff --git a/ClientApp/node_modules/json-schema-traverse/.travis.yml b/apps/angular/node_modules/json-schema-traverse/.travis.yml similarity index 100% rename from ClientApp/node_modules/json-schema-traverse/.travis.yml rename to apps/angular/node_modules/json-schema-traverse/.travis.yml diff --git a/ClientApp/node_modules/json-schema-traverse/LICENSE b/apps/angular/node_modules/json-schema-traverse/LICENSE similarity index 100% rename from ClientApp/node_modules/json-schema-traverse/LICENSE rename to apps/angular/node_modules/json-schema-traverse/LICENSE diff --git a/ClientApp/node_modules/json-schema-traverse/README.md b/apps/angular/node_modules/json-schema-traverse/README.md similarity index 100% rename from ClientApp/node_modules/json-schema-traverse/README.md rename to apps/angular/node_modules/json-schema-traverse/README.md diff --git a/ClientApp/node_modules/json-schema-traverse/index.js b/apps/angular/node_modules/json-schema-traverse/index.js similarity index 100% rename from ClientApp/node_modules/json-schema-traverse/index.js rename to apps/angular/node_modules/json-schema-traverse/index.js diff --git a/ClientApp/node_modules/json-schema-traverse/package.json b/apps/angular/node_modules/json-schema-traverse/package.json similarity index 100% rename from ClientApp/node_modules/json-schema-traverse/package.json rename to apps/angular/node_modules/json-schema-traverse/package.json diff --git a/ClientApp/node_modules/json-schema-traverse/spec/.eslintrc.yml b/apps/angular/node_modules/json-schema-traverse/spec/.eslintrc.yml similarity index 100% rename from ClientApp/node_modules/json-schema-traverse/spec/.eslintrc.yml rename to apps/angular/node_modules/json-schema-traverse/spec/.eslintrc.yml diff --git a/ClientApp/node_modules/json-schema-traverse/spec/fixtures/schema.js b/apps/angular/node_modules/json-schema-traverse/spec/fixtures/schema.js similarity index 100% rename from ClientApp/node_modules/json-schema-traverse/spec/fixtures/schema.js rename to apps/angular/node_modules/json-schema-traverse/spec/fixtures/schema.js diff --git a/ClientApp/node_modules/json-schema-traverse/spec/index.spec.js b/apps/angular/node_modules/json-schema-traverse/spec/index.spec.js similarity index 100% rename from ClientApp/node_modules/json-schema-traverse/spec/index.spec.js rename to apps/angular/node_modules/json-schema-traverse/spec/index.spec.js diff --git a/ClientApp/node_modules/json-schema/LICENSE b/apps/angular/node_modules/json-schema/LICENSE similarity index 100% rename from ClientApp/node_modules/json-schema/LICENSE rename to apps/angular/node_modules/json-schema/LICENSE diff --git a/ClientApp/node_modules/json-schema/README.md b/apps/angular/node_modules/json-schema/README.md similarity index 100% rename from ClientApp/node_modules/json-schema/README.md rename to apps/angular/node_modules/json-schema/README.md diff --git a/ClientApp/node_modules/json-schema/lib/links.js b/apps/angular/node_modules/json-schema/lib/links.js similarity index 100% rename from ClientApp/node_modules/json-schema/lib/links.js rename to apps/angular/node_modules/json-schema/lib/links.js diff --git a/ClientApp/node_modules/json-schema/lib/validate.js b/apps/angular/node_modules/json-schema/lib/validate.js similarity index 100% rename from ClientApp/node_modules/json-schema/lib/validate.js rename to apps/angular/node_modules/json-schema/lib/validate.js diff --git a/ClientApp/node_modules/json-schema/package.json b/apps/angular/node_modules/json-schema/package.json similarity index 100% rename from ClientApp/node_modules/json-schema/package.json rename to apps/angular/node_modules/json-schema/package.json diff --git a/ClientApp/node_modules/json-stable-stringify-without-jsonify/.npmignore b/apps/angular/node_modules/json-stable-stringify-without-jsonify/.npmignore similarity index 100% rename from ClientApp/node_modules/json-stable-stringify-without-jsonify/.npmignore rename to apps/angular/node_modules/json-stable-stringify-without-jsonify/.npmignore diff --git a/ClientApp/node_modules/json-stable-stringify-without-jsonify/.travis.yml b/apps/angular/node_modules/json-stable-stringify-without-jsonify/.travis.yml similarity index 100% rename from ClientApp/node_modules/json-stable-stringify-without-jsonify/.travis.yml rename to apps/angular/node_modules/json-stable-stringify-without-jsonify/.travis.yml diff --git a/ClientApp/node_modules/json-stable-stringify-without-jsonify/LICENSE b/apps/angular/node_modules/json-stable-stringify-without-jsonify/LICENSE similarity index 100% rename from ClientApp/node_modules/json-stable-stringify-without-jsonify/LICENSE rename to apps/angular/node_modules/json-stable-stringify-without-jsonify/LICENSE diff --git a/ClientApp/node_modules/json-stable-stringify-without-jsonify/example/key_cmp.js b/apps/angular/node_modules/json-stable-stringify-without-jsonify/example/key_cmp.js similarity index 100% rename from ClientApp/node_modules/json-stable-stringify-without-jsonify/example/key_cmp.js rename to apps/angular/node_modules/json-stable-stringify-without-jsonify/example/key_cmp.js diff --git a/ClientApp/node_modules/json-stable-stringify-without-jsonify/example/nested.js b/apps/angular/node_modules/json-stable-stringify-without-jsonify/example/nested.js similarity index 100% rename from ClientApp/node_modules/json-stable-stringify-without-jsonify/example/nested.js rename to apps/angular/node_modules/json-stable-stringify-without-jsonify/example/nested.js diff --git a/ClientApp/node_modules/json-stable-stringify-without-jsonify/example/str.js b/apps/angular/node_modules/json-stable-stringify-without-jsonify/example/str.js similarity index 100% rename from ClientApp/node_modules/json-stable-stringify-without-jsonify/example/str.js rename to apps/angular/node_modules/json-stable-stringify-without-jsonify/example/str.js diff --git a/ClientApp/node_modules/json-stable-stringify-without-jsonify/example/value_cmp.js b/apps/angular/node_modules/json-stable-stringify-without-jsonify/example/value_cmp.js similarity index 100% rename from ClientApp/node_modules/json-stable-stringify-without-jsonify/example/value_cmp.js rename to apps/angular/node_modules/json-stable-stringify-without-jsonify/example/value_cmp.js diff --git a/ClientApp/node_modules/json-stable-stringify-without-jsonify/index.js b/apps/angular/node_modules/json-stable-stringify-without-jsonify/index.js similarity index 100% rename from ClientApp/node_modules/json-stable-stringify-without-jsonify/index.js rename to apps/angular/node_modules/json-stable-stringify-without-jsonify/index.js diff --git a/ClientApp/node_modules/json-stable-stringify-without-jsonify/package.json b/apps/angular/node_modules/json-stable-stringify-without-jsonify/package.json similarity index 100% rename from ClientApp/node_modules/json-stable-stringify-without-jsonify/package.json rename to apps/angular/node_modules/json-stable-stringify-without-jsonify/package.json diff --git a/ClientApp/node_modules/json-stable-stringify-without-jsonify/readme.markdown b/apps/angular/node_modules/json-stable-stringify-without-jsonify/readme.markdown similarity index 100% rename from ClientApp/node_modules/json-stable-stringify-without-jsonify/readme.markdown rename to apps/angular/node_modules/json-stable-stringify-without-jsonify/readme.markdown diff --git a/ClientApp/node_modules/json-stable-stringify-without-jsonify/test/cmp.js b/apps/angular/node_modules/json-stable-stringify-without-jsonify/test/cmp.js similarity index 100% rename from ClientApp/node_modules/json-stable-stringify-without-jsonify/test/cmp.js rename to apps/angular/node_modules/json-stable-stringify-without-jsonify/test/cmp.js diff --git a/ClientApp/node_modules/json-stable-stringify-without-jsonify/test/nested.js b/apps/angular/node_modules/json-stable-stringify-without-jsonify/test/nested.js similarity index 100% rename from ClientApp/node_modules/json-stable-stringify-without-jsonify/test/nested.js rename to apps/angular/node_modules/json-stable-stringify-without-jsonify/test/nested.js diff --git a/ClientApp/node_modules/json-stable-stringify-without-jsonify/test/replacer.js b/apps/angular/node_modules/json-stable-stringify-without-jsonify/test/replacer.js similarity index 100% rename from ClientApp/node_modules/json-stable-stringify-without-jsonify/test/replacer.js rename to apps/angular/node_modules/json-stable-stringify-without-jsonify/test/replacer.js diff --git a/ClientApp/node_modules/json-stable-stringify-without-jsonify/test/space.js b/apps/angular/node_modules/json-stable-stringify-without-jsonify/test/space.js similarity index 100% rename from ClientApp/node_modules/json-stable-stringify-without-jsonify/test/space.js rename to apps/angular/node_modules/json-stable-stringify-without-jsonify/test/space.js diff --git a/ClientApp/node_modules/json-stable-stringify-without-jsonify/test/str.js b/apps/angular/node_modules/json-stable-stringify-without-jsonify/test/str.js similarity index 100% rename from ClientApp/node_modules/json-stable-stringify-without-jsonify/test/str.js rename to apps/angular/node_modules/json-stable-stringify-without-jsonify/test/str.js diff --git a/ClientApp/node_modules/json-stable-stringify-without-jsonify/test/to-json.js b/apps/angular/node_modules/json-stable-stringify-without-jsonify/test/to-json.js similarity index 100% rename from ClientApp/node_modules/json-stable-stringify-without-jsonify/test/to-json.js rename to apps/angular/node_modules/json-stable-stringify-without-jsonify/test/to-json.js diff --git a/ClientApp/node_modules/json-stringify-safe/.npmignore b/apps/angular/node_modules/json-stringify-safe/.npmignore similarity index 100% rename from ClientApp/node_modules/json-stringify-safe/.npmignore rename to apps/angular/node_modules/json-stringify-safe/.npmignore diff --git a/ClientApp/node_modules/json-stringify-safe/CHANGELOG.md b/apps/angular/node_modules/json-stringify-safe/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/json-stringify-safe/CHANGELOG.md rename to apps/angular/node_modules/json-stringify-safe/CHANGELOG.md diff --git a/ClientApp/node_modules/json-stringify-safe/LICENSE b/apps/angular/node_modules/json-stringify-safe/LICENSE similarity index 100% rename from ClientApp/node_modules/json-stringify-safe/LICENSE rename to apps/angular/node_modules/json-stringify-safe/LICENSE diff --git a/ClientApp/node_modules/json-stringify-safe/Makefile b/apps/angular/node_modules/json-stringify-safe/Makefile similarity index 100% rename from ClientApp/node_modules/json-stringify-safe/Makefile rename to apps/angular/node_modules/json-stringify-safe/Makefile diff --git a/ClientApp/node_modules/json-stringify-safe/README.md b/apps/angular/node_modules/json-stringify-safe/README.md similarity index 100% rename from ClientApp/node_modules/json-stringify-safe/README.md rename to apps/angular/node_modules/json-stringify-safe/README.md diff --git a/ClientApp/node_modules/json-stringify-safe/package.json b/apps/angular/node_modules/json-stringify-safe/package.json similarity index 100% rename from ClientApp/node_modules/json-stringify-safe/package.json rename to apps/angular/node_modules/json-stringify-safe/package.json diff --git a/ClientApp/node_modules/json-stringify-safe/stringify.js b/apps/angular/node_modules/json-stringify-safe/stringify.js similarity index 100% rename from ClientApp/node_modules/json-stringify-safe/stringify.js rename to apps/angular/node_modules/json-stringify-safe/stringify.js diff --git a/ClientApp/node_modules/json-stringify-safe/test/mocha.opts b/apps/angular/node_modules/json-stringify-safe/test/mocha.opts similarity index 100% rename from ClientApp/node_modules/json-stringify-safe/test/mocha.opts rename to apps/angular/node_modules/json-stringify-safe/test/mocha.opts diff --git a/ClientApp/node_modules/json-stringify-safe/test/stringify_test.js b/apps/angular/node_modules/json-stringify-safe/test/stringify_test.js similarity index 100% rename from ClientApp/node_modules/json-stringify-safe/test/stringify_test.js rename to apps/angular/node_modules/json-stringify-safe/test/stringify_test.js diff --git a/ClientApp/node_modules/json5/LICENSE.md b/apps/angular/node_modules/json5/LICENSE.md similarity index 100% rename from ClientApp/node_modules/json5/LICENSE.md rename to apps/angular/node_modules/json5/LICENSE.md diff --git a/ClientApp/node_modules/json5/README.md b/apps/angular/node_modules/json5/README.md similarity index 100% rename from ClientApp/node_modules/json5/README.md rename to apps/angular/node_modules/json5/README.md diff --git a/ClientApp/node_modules/json5/dist/index.js b/apps/angular/node_modules/json5/dist/index.js similarity index 100% rename from ClientApp/node_modules/json5/dist/index.js rename to apps/angular/node_modules/json5/dist/index.js diff --git a/ClientApp/node_modules/json5/dist/index.min.js b/apps/angular/node_modules/json5/dist/index.min.js similarity index 100% rename from ClientApp/node_modules/json5/dist/index.min.js rename to apps/angular/node_modules/json5/dist/index.min.js diff --git a/ClientApp/node_modules/json5/dist/index.min.mjs b/apps/angular/node_modules/json5/dist/index.min.mjs similarity index 100% rename from ClientApp/node_modules/json5/dist/index.min.mjs rename to apps/angular/node_modules/json5/dist/index.min.mjs diff --git a/ClientApp/node_modules/json5/dist/index.mjs b/apps/angular/node_modules/json5/dist/index.mjs similarity index 100% rename from ClientApp/node_modules/json5/dist/index.mjs rename to apps/angular/node_modules/json5/dist/index.mjs diff --git a/ClientApp/node_modules/json5/lib/cli.js b/apps/angular/node_modules/json5/lib/cli.js similarity index 100% rename from ClientApp/node_modules/json5/lib/cli.js rename to apps/angular/node_modules/json5/lib/cli.js diff --git a/ClientApp/node_modules/json5/lib/index.d.ts b/apps/angular/node_modules/json5/lib/index.d.ts similarity index 100% rename from ClientApp/node_modules/json5/lib/index.d.ts rename to apps/angular/node_modules/json5/lib/index.d.ts diff --git a/ClientApp/node_modules/json5/lib/index.js b/apps/angular/node_modules/json5/lib/index.js similarity index 100% rename from ClientApp/node_modules/json5/lib/index.js rename to apps/angular/node_modules/json5/lib/index.js diff --git a/ClientApp/node_modules/json5/lib/parse.d.ts b/apps/angular/node_modules/json5/lib/parse.d.ts similarity index 100% rename from ClientApp/node_modules/json5/lib/parse.d.ts rename to apps/angular/node_modules/json5/lib/parse.d.ts diff --git a/ClientApp/node_modules/json5/lib/parse.js b/apps/angular/node_modules/json5/lib/parse.js similarity index 100% rename from ClientApp/node_modules/json5/lib/parse.js rename to apps/angular/node_modules/json5/lib/parse.js diff --git a/ClientApp/node_modules/json5/lib/register.js b/apps/angular/node_modules/json5/lib/register.js similarity index 100% rename from ClientApp/node_modules/json5/lib/register.js rename to apps/angular/node_modules/json5/lib/register.js diff --git a/ClientApp/node_modules/json5/lib/require.js b/apps/angular/node_modules/json5/lib/require.js similarity index 100% rename from ClientApp/node_modules/json5/lib/require.js rename to apps/angular/node_modules/json5/lib/require.js diff --git a/ClientApp/node_modules/json5/lib/stringify.d.ts b/apps/angular/node_modules/json5/lib/stringify.d.ts similarity index 100% rename from ClientApp/node_modules/json5/lib/stringify.d.ts rename to apps/angular/node_modules/json5/lib/stringify.d.ts diff --git a/ClientApp/node_modules/json5/lib/stringify.js b/apps/angular/node_modules/json5/lib/stringify.js similarity index 100% rename from ClientApp/node_modules/json5/lib/stringify.js rename to apps/angular/node_modules/json5/lib/stringify.js diff --git a/ClientApp/node_modules/json5/lib/unicode.d.ts b/apps/angular/node_modules/json5/lib/unicode.d.ts similarity index 100% rename from ClientApp/node_modules/json5/lib/unicode.d.ts rename to apps/angular/node_modules/json5/lib/unicode.d.ts diff --git a/ClientApp/node_modules/json5/lib/unicode.js b/apps/angular/node_modules/json5/lib/unicode.js similarity index 100% rename from ClientApp/node_modules/json5/lib/unicode.js rename to apps/angular/node_modules/json5/lib/unicode.js diff --git a/ClientApp/node_modules/json5/lib/util.d.ts b/apps/angular/node_modules/json5/lib/util.d.ts similarity index 100% rename from ClientApp/node_modules/json5/lib/util.d.ts rename to apps/angular/node_modules/json5/lib/util.d.ts diff --git a/ClientApp/node_modules/json5/lib/util.js b/apps/angular/node_modules/json5/lib/util.js similarity index 100% rename from ClientApp/node_modules/json5/lib/util.js rename to apps/angular/node_modules/json5/lib/util.js diff --git a/ClientApp/node_modules/json5/package.json b/apps/angular/node_modules/json5/package.json similarity index 100% rename from ClientApp/node_modules/json5/package.json rename to apps/angular/node_modules/json5/package.json diff --git a/ClientApp/node_modules/jsonfile/LICENSE b/apps/angular/node_modules/jsonfile/LICENSE similarity index 100% rename from ClientApp/node_modules/jsonfile/LICENSE rename to apps/angular/node_modules/jsonfile/LICENSE diff --git a/ClientApp/node_modules/jsonfile/README.md b/apps/angular/node_modules/jsonfile/README.md similarity index 100% rename from ClientApp/node_modules/jsonfile/README.md rename to apps/angular/node_modules/jsonfile/README.md diff --git a/ClientApp/node_modules/jsonfile/index.js b/apps/angular/node_modules/jsonfile/index.js similarity index 100% rename from ClientApp/node_modules/jsonfile/index.js rename to apps/angular/node_modules/jsonfile/index.js diff --git a/ClientApp/node_modules/jsonfile/package.json b/apps/angular/node_modules/jsonfile/package.json similarity index 100% rename from ClientApp/node_modules/jsonfile/package.json rename to apps/angular/node_modules/jsonfile/package.json diff --git a/ClientApp/node_modules/jsonfile/utils.js b/apps/angular/node_modules/jsonfile/utils.js similarity index 100% rename from ClientApp/node_modules/jsonfile/utils.js rename to apps/angular/node_modules/jsonfile/utils.js diff --git a/ClientApp/node_modules/jsprim/CHANGES.md b/apps/angular/node_modules/jsprim/CHANGES.md similarity index 100% rename from ClientApp/node_modules/jsprim/CHANGES.md rename to apps/angular/node_modules/jsprim/CHANGES.md diff --git a/ClientApp/node_modules/jsprim/CONTRIBUTING.md b/apps/angular/node_modules/jsprim/CONTRIBUTING.md similarity index 100% rename from ClientApp/node_modules/jsprim/CONTRIBUTING.md rename to apps/angular/node_modules/jsprim/CONTRIBUTING.md diff --git a/ClientApp/node_modules/jsprim/LICENSE b/apps/angular/node_modules/jsprim/LICENSE similarity index 100% rename from ClientApp/node_modules/jsprim/LICENSE rename to apps/angular/node_modules/jsprim/LICENSE diff --git a/ClientApp/node_modules/jsprim/README.md b/apps/angular/node_modules/jsprim/README.md similarity index 100% rename from ClientApp/node_modules/jsprim/README.md rename to apps/angular/node_modules/jsprim/README.md diff --git a/ClientApp/node_modules/jsprim/lib/jsprim.js b/apps/angular/node_modules/jsprim/lib/jsprim.js similarity index 100% rename from ClientApp/node_modules/jsprim/lib/jsprim.js rename to apps/angular/node_modules/jsprim/lib/jsprim.js diff --git a/ClientApp/node_modules/jsprim/package.json b/apps/angular/node_modules/jsprim/package.json similarity index 100% rename from ClientApp/node_modules/jsprim/package.json rename to apps/angular/node_modules/jsprim/package.json diff --git a/ClientApp/node_modules/jsx-ast-utils/.babelrc b/apps/angular/node_modules/jsx-ast-utils/.babelrc similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/.babelrc rename to apps/angular/node_modules/jsx-ast-utils/.babelrc diff --git a/ClientApp/node_modules/jsx-ast-utils/.eslintignore b/apps/angular/node_modules/jsx-ast-utils/.eslintignore similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/.eslintignore rename to apps/angular/node_modules/jsx-ast-utils/.eslintignore diff --git a/ClientApp/node_modules/jsx-ast-utils/.eslintrc b/apps/angular/node_modules/jsx-ast-utils/.eslintrc similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/.eslintrc rename to apps/angular/node_modules/jsx-ast-utils/.eslintrc diff --git a/ClientApp/node_modules/jsx-ast-utils/.github/FUNDING.yml b/apps/angular/node_modules/jsx-ast-utils/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/.github/FUNDING.yml rename to apps/angular/node_modules/jsx-ast-utils/.github/FUNDING.yml diff --git a/ClientApp/node_modules/jsx-ast-utils/CHANGELOG.md b/apps/angular/node_modules/jsx-ast-utils/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/CHANGELOG.md rename to apps/angular/node_modules/jsx-ast-utils/CHANGELOG.md diff --git a/ClientApp/node_modules/jsx-ast-utils/LICENSE.md b/apps/angular/node_modules/jsx-ast-utils/LICENSE.md similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/LICENSE.md rename to apps/angular/node_modules/jsx-ast-utils/LICENSE.md diff --git a/ClientApp/node_modules/jsx-ast-utils/README.md b/apps/angular/node_modules/jsx-ast-utils/README.md similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/README.md rename to apps/angular/node_modules/jsx-ast-utils/README.md diff --git a/ClientApp/node_modules/jsx-ast-utils/__tests__/helper.js b/apps/angular/node_modules/jsx-ast-utils/__tests__/helper.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/__tests__/helper.js rename to apps/angular/node_modules/jsx-ast-utils/__tests__/helper.js diff --git a/ClientApp/node_modules/jsx-ast-utils/__tests__/src/elementType-test.js b/apps/angular/node_modules/jsx-ast-utils/__tests__/src/elementType-test.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/__tests__/src/elementType-test.js rename to apps/angular/node_modules/jsx-ast-utils/__tests__/src/elementType-test.js diff --git a/ClientApp/node_modules/jsx-ast-utils/__tests__/src/eventHandlers-test.js b/apps/angular/node_modules/jsx-ast-utils/__tests__/src/eventHandlers-test.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/__tests__/src/eventHandlers-test.js rename to apps/angular/node_modules/jsx-ast-utils/__tests__/src/eventHandlers-test.js diff --git a/ClientApp/node_modules/jsx-ast-utils/__tests__/src/getProp-parser-test.js b/apps/angular/node_modules/jsx-ast-utils/__tests__/src/getProp-parser-test.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/__tests__/src/getProp-parser-test.js rename to apps/angular/node_modules/jsx-ast-utils/__tests__/src/getProp-parser-test.js diff --git a/ClientApp/node_modules/jsx-ast-utils/__tests__/src/getProp-test.js b/apps/angular/node_modules/jsx-ast-utils/__tests__/src/getProp-test.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/__tests__/src/getProp-test.js rename to apps/angular/node_modules/jsx-ast-utils/__tests__/src/getProp-test.js diff --git a/ClientApp/node_modules/jsx-ast-utils/__tests__/src/getPropLiteralValue-babelparser-test.js b/apps/angular/node_modules/jsx-ast-utils/__tests__/src/getPropLiteralValue-babelparser-test.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/__tests__/src/getPropLiteralValue-babelparser-test.js rename to apps/angular/node_modules/jsx-ast-utils/__tests__/src/getPropLiteralValue-babelparser-test.js diff --git a/ClientApp/node_modules/jsx-ast-utils/__tests__/src/getPropLiteralValue-flowparser-test.js b/apps/angular/node_modules/jsx-ast-utils/__tests__/src/getPropLiteralValue-flowparser-test.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/__tests__/src/getPropLiteralValue-flowparser-test.js rename to apps/angular/node_modules/jsx-ast-utils/__tests__/src/getPropLiteralValue-flowparser-test.js diff --git a/ClientApp/node_modules/jsx-ast-utils/__tests__/src/getPropValue-babelparser-test.js b/apps/angular/node_modules/jsx-ast-utils/__tests__/src/getPropValue-babelparser-test.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/__tests__/src/getPropValue-babelparser-test.js rename to apps/angular/node_modules/jsx-ast-utils/__tests__/src/getPropValue-babelparser-test.js diff --git a/ClientApp/node_modules/jsx-ast-utils/__tests__/src/getPropValue-flowparser-test.js b/apps/angular/node_modules/jsx-ast-utils/__tests__/src/getPropValue-flowparser-test.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/__tests__/src/getPropValue-flowparser-test.js rename to apps/angular/node_modules/jsx-ast-utils/__tests__/src/getPropValue-flowparser-test.js diff --git a/ClientApp/node_modules/jsx-ast-utils/__tests__/src/hasProp-test.js b/apps/angular/node_modules/jsx-ast-utils/__tests__/src/hasProp-test.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/__tests__/src/hasProp-test.js rename to apps/angular/node_modules/jsx-ast-utils/__tests__/src/hasProp-test.js diff --git a/ClientApp/node_modules/jsx-ast-utils/__tests__/src/index-test.js b/apps/angular/node_modules/jsx-ast-utils/__tests__/src/index-test.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/__tests__/src/index-test.js rename to apps/angular/node_modules/jsx-ast-utils/__tests__/src/index-test.js diff --git a/ClientApp/node_modules/jsx-ast-utils/__tests__/src/propName-test.js b/apps/angular/node_modules/jsx-ast-utils/__tests__/src/propName-test.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/__tests__/src/propName-test.js rename to apps/angular/node_modules/jsx-ast-utils/__tests__/src/propName-test.js diff --git a/ClientApp/node_modules/jsx-ast-utils/elementType.js b/apps/angular/node_modules/jsx-ast-utils/elementType.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/elementType.js rename to apps/angular/node_modules/jsx-ast-utils/elementType.js diff --git a/ClientApp/node_modules/jsx-ast-utils/eventHandlers.js b/apps/angular/node_modules/jsx-ast-utils/eventHandlers.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/eventHandlers.js rename to apps/angular/node_modules/jsx-ast-utils/eventHandlers.js diff --git a/ClientApp/node_modules/jsx-ast-utils/eventHandlersByType.js b/apps/angular/node_modules/jsx-ast-utils/eventHandlersByType.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/eventHandlersByType.js rename to apps/angular/node_modules/jsx-ast-utils/eventHandlersByType.js diff --git a/ClientApp/node_modules/jsx-ast-utils/getLiteralPropValue.js b/apps/angular/node_modules/jsx-ast-utils/getLiteralPropValue.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/getLiteralPropValue.js rename to apps/angular/node_modules/jsx-ast-utils/getLiteralPropValue.js diff --git a/ClientApp/node_modules/jsx-ast-utils/getProp.js b/apps/angular/node_modules/jsx-ast-utils/getProp.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/getProp.js rename to apps/angular/node_modules/jsx-ast-utils/getProp.js diff --git a/ClientApp/node_modules/jsx-ast-utils/getPropValue.js b/apps/angular/node_modules/jsx-ast-utils/getPropValue.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/getPropValue.js rename to apps/angular/node_modules/jsx-ast-utils/getPropValue.js diff --git a/ClientApp/node_modules/jsx-ast-utils/hasAnyProp.js b/apps/angular/node_modules/jsx-ast-utils/hasAnyProp.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/hasAnyProp.js rename to apps/angular/node_modules/jsx-ast-utils/hasAnyProp.js diff --git a/ClientApp/node_modules/jsx-ast-utils/hasEveryProp.js b/apps/angular/node_modules/jsx-ast-utils/hasEveryProp.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/hasEveryProp.js rename to apps/angular/node_modules/jsx-ast-utils/hasEveryProp.js diff --git a/ClientApp/node_modules/jsx-ast-utils/hasProp.js b/apps/angular/node_modules/jsx-ast-utils/hasProp.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/hasProp.js rename to apps/angular/node_modules/jsx-ast-utils/hasProp.js diff --git a/ClientApp/node_modules/jsx-ast-utils/lib/elementType.js b/apps/angular/node_modules/jsx-ast-utils/lib/elementType.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/lib/elementType.js rename to apps/angular/node_modules/jsx-ast-utils/lib/elementType.js diff --git a/ClientApp/node_modules/jsx-ast-utils/lib/eventHandlers.js b/apps/angular/node_modules/jsx-ast-utils/lib/eventHandlers.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/lib/eventHandlers.js rename to apps/angular/node_modules/jsx-ast-utils/lib/eventHandlers.js diff --git a/ClientApp/node_modules/jsx-ast-utils/lib/getProp.js b/apps/angular/node_modules/jsx-ast-utils/lib/getProp.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/lib/getProp.js rename to apps/angular/node_modules/jsx-ast-utils/lib/getProp.js diff --git a/ClientApp/node_modules/jsx-ast-utils/lib/getPropValue.js b/apps/angular/node_modules/jsx-ast-utils/lib/getPropValue.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/lib/getPropValue.js rename to apps/angular/node_modules/jsx-ast-utils/lib/getPropValue.js diff --git a/ClientApp/node_modules/jsx-ast-utils/lib/hasProp.js b/apps/angular/node_modules/jsx-ast-utils/lib/hasProp.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/lib/hasProp.js rename to apps/angular/node_modules/jsx-ast-utils/lib/hasProp.js diff --git a/ClientApp/node_modules/jsx-ast-utils/lib/index.js b/apps/angular/node_modules/jsx-ast-utils/lib/index.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/lib/index.js rename to apps/angular/node_modules/jsx-ast-utils/lib/index.js diff --git a/ClientApp/node_modules/jsx-ast-utils/lib/propName.js b/apps/angular/node_modules/jsx-ast-utils/lib/propName.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/lib/propName.js rename to apps/angular/node_modules/jsx-ast-utils/lib/propName.js diff --git a/ClientApp/node_modules/jsx-ast-utils/lib/values/JSXElement.js b/apps/angular/node_modules/jsx-ast-utils/lib/values/JSXElement.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/lib/values/JSXElement.js rename to apps/angular/node_modules/jsx-ast-utils/lib/values/JSXElement.js diff --git a/ClientApp/node_modules/jsx-ast-utils/lib/values/JSXFragment.js b/apps/angular/node_modules/jsx-ast-utils/lib/values/JSXFragment.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/lib/values/JSXFragment.js rename to apps/angular/node_modules/jsx-ast-utils/lib/values/JSXFragment.js diff --git a/ClientApp/node_modules/jsx-ast-utils/lib/values/JSXText.js b/apps/angular/node_modules/jsx-ast-utils/lib/values/JSXText.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/lib/values/JSXText.js rename to apps/angular/node_modules/jsx-ast-utils/lib/values/JSXText.js diff --git a/ClientApp/node_modules/jsx-ast-utils/lib/values/Literal.js b/apps/angular/node_modules/jsx-ast-utils/lib/values/Literal.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/lib/values/Literal.js rename to apps/angular/node_modules/jsx-ast-utils/lib/values/Literal.js diff --git a/ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/ArrayExpression.js b/apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/ArrayExpression.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/ArrayExpression.js rename to apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/ArrayExpression.js diff --git a/ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/AssignmentExpression.js b/apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/AssignmentExpression.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/AssignmentExpression.js rename to apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/AssignmentExpression.js diff --git a/ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/BinaryExpression.js b/apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/BinaryExpression.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/BinaryExpression.js rename to apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/BinaryExpression.js diff --git a/ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/BindExpression.js b/apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/BindExpression.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/BindExpression.js rename to apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/BindExpression.js diff --git a/ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/CallExpression.js b/apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/CallExpression.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/CallExpression.js rename to apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/CallExpression.js diff --git a/ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/ChainExpression.js b/apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/ChainExpression.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/ChainExpression.js rename to apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/ChainExpression.js diff --git a/ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/ConditionalExpression.js b/apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/ConditionalExpression.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/ConditionalExpression.js rename to apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/ConditionalExpression.js diff --git a/ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/FunctionExpression.js b/apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/FunctionExpression.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/FunctionExpression.js rename to apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/FunctionExpression.js diff --git a/ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/Identifier.js b/apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/Identifier.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/Identifier.js rename to apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/Identifier.js diff --git a/ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/LogicalExpression.js b/apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/LogicalExpression.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/LogicalExpression.js rename to apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/LogicalExpression.js diff --git a/ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/MemberExpression.js b/apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/MemberExpression.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/MemberExpression.js rename to apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/MemberExpression.js diff --git a/ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/NewExpression.js b/apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/NewExpression.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/NewExpression.js rename to apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/NewExpression.js diff --git a/ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/ObjectExpression.js b/apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/ObjectExpression.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/ObjectExpression.js rename to apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/ObjectExpression.js diff --git a/ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/OptionalCallExpression.js b/apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/OptionalCallExpression.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/OptionalCallExpression.js rename to apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/OptionalCallExpression.js diff --git a/ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/OptionalMemberExpression.js b/apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/OptionalMemberExpression.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/OptionalMemberExpression.js rename to apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/OptionalMemberExpression.js diff --git a/ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/SequenceExpression.js b/apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/SequenceExpression.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/SequenceExpression.js rename to apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/SequenceExpression.js diff --git a/ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/SpreadElement.js b/apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/SpreadElement.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/SpreadElement.js rename to apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/SpreadElement.js diff --git a/ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/TSNonNullExpression.js b/apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/TSNonNullExpression.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/TSNonNullExpression.js rename to apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/TSNonNullExpression.js diff --git a/ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/TaggedTemplateExpression.js b/apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/TaggedTemplateExpression.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/TaggedTemplateExpression.js rename to apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/TaggedTemplateExpression.js diff --git a/ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/TemplateLiteral.js b/apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/TemplateLiteral.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/TemplateLiteral.js rename to apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/TemplateLiteral.js diff --git a/ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/ThisExpression.js b/apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/ThisExpression.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/ThisExpression.js rename to apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/ThisExpression.js diff --git a/ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/TypeCastExpression.js b/apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/TypeCastExpression.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/TypeCastExpression.js rename to apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/TypeCastExpression.js diff --git a/ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/UnaryExpression.js b/apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/UnaryExpression.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/UnaryExpression.js rename to apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/UnaryExpression.js diff --git a/ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/UpdateExpression.js b/apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/UpdateExpression.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/UpdateExpression.js rename to apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/UpdateExpression.js diff --git a/ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/index.js b/apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/index.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/lib/values/expressions/index.js rename to apps/angular/node_modules/jsx-ast-utils/lib/values/expressions/index.js diff --git a/ClientApp/node_modules/jsx-ast-utils/lib/values/index.js b/apps/angular/node_modules/jsx-ast-utils/lib/values/index.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/lib/values/index.js rename to apps/angular/node_modules/jsx-ast-utils/lib/values/index.js diff --git a/ClientApp/node_modules/jsx-ast-utils/package.json b/apps/angular/node_modules/jsx-ast-utils/package.json similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/package.json rename to apps/angular/node_modules/jsx-ast-utils/package.json diff --git a/ClientApp/node_modules/jsx-ast-utils/propName.js b/apps/angular/node_modules/jsx-ast-utils/propName.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/propName.js rename to apps/angular/node_modules/jsx-ast-utils/propName.js diff --git a/ClientApp/node_modules/jsx-ast-utils/src/elementType.js b/apps/angular/node_modules/jsx-ast-utils/src/elementType.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/src/elementType.js rename to apps/angular/node_modules/jsx-ast-utils/src/elementType.js diff --git a/ClientApp/node_modules/jsx-ast-utils/src/eventHandlers.js b/apps/angular/node_modules/jsx-ast-utils/src/eventHandlers.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/src/eventHandlers.js rename to apps/angular/node_modules/jsx-ast-utils/src/eventHandlers.js diff --git a/ClientApp/node_modules/jsx-ast-utils/src/getProp.js b/apps/angular/node_modules/jsx-ast-utils/src/getProp.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/src/getProp.js rename to apps/angular/node_modules/jsx-ast-utils/src/getProp.js diff --git a/ClientApp/node_modules/jsx-ast-utils/src/getPropValue.js b/apps/angular/node_modules/jsx-ast-utils/src/getPropValue.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/src/getPropValue.js rename to apps/angular/node_modules/jsx-ast-utils/src/getPropValue.js diff --git a/ClientApp/node_modules/jsx-ast-utils/src/hasProp.js b/apps/angular/node_modules/jsx-ast-utils/src/hasProp.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/src/hasProp.js rename to apps/angular/node_modules/jsx-ast-utils/src/hasProp.js diff --git a/ClientApp/node_modules/jsx-ast-utils/src/index.js b/apps/angular/node_modules/jsx-ast-utils/src/index.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/src/index.js rename to apps/angular/node_modules/jsx-ast-utils/src/index.js diff --git a/ClientApp/node_modules/jsx-ast-utils/src/propName.js b/apps/angular/node_modules/jsx-ast-utils/src/propName.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/src/propName.js rename to apps/angular/node_modules/jsx-ast-utils/src/propName.js diff --git a/ClientApp/node_modules/jsx-ast-utils/src/values/JSXElement.js b/apps/angular/node_modules/jsx-ast-utils/src/values/JSXElement.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/src/values/JSXElement.js rename to apps/angular/node_modules/jsx-ast-utils/src/values/JSXElement.js diff --git a/ClientApp/node_modules/jsx-ast-utils/src/values/JSXFragment.js b/apps/angular/node_modules/jsx-ast-utils/src/values/JSXFragment.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/src/values/JSXFragment.js rename to apps/angular/node_modules/jsx-ast-utils/src/values/JSXFragment.js diff --git a/ClientApp/node_modules/jsx-ast-utils/src/values/JSXText.js b/apps/angular/node_modules/jsx-ast-utils/src/values/JSXText.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/src/values/JSXText.js rename to apps/angular/node_modules/jsx-ast-utils/src/values/JSXText.js diff --git a/ClientApp/node_modules/jsx-ast-utils/src/values/Literal.js b/apps/angular/node_modules/jsx-ast-utils/src/values/Literal.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/src/values/Literal.js rename to apps/angular/node_modules/jsx-ast-utils/src/values/Literal.js diff --git a/ClientApp/node_modules/jsx-ast-utils/src/values/expressions/ArrayExpression.js b/apps/angular/node_modules/jsx-ast-utils/src/values/expressions/ArrayExpression.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/src/values/expressions/ArrayExpression.js rename to apps/angular/node_modules/jsx-ast-utils/src/values/expressions/ArrayExpression.js diff --git a/ClientApp/node_modules/jsx-ast-utils/src/values/expressions/AssignmentExpression.js b/apps/angular/node_modules/jsx-ast-utils/src/values/expressions/AssignmentExpression.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/src/values/expressions/AssignmentExpression.js rename to apps/angular/node_modules/jsx-ast-utils/src/values/expressions/AssignmentExpression.js diff --git a/ClientApp/node_modules/jsx-ast-utils/src/values/expressions/BinaryExpression.js b/apps/angular/node_modules/jsx-ast-utils/src/values/expressions/BinaryExpression.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/src/values/expressions/BinaryExpression.js rename to apps/angular/node_modules/jsx-ast-utils/src/values/expressions/BinaryExpression.js diff --git a/ClientApp/node_modules/jsx-ast-utils/src/values/expressions/BindExpression.js b/apps/angular/node_modules/jsx-ast-utils/src/values/expressions/BindExpression.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/src/values/expressions/BindExpression.js rename to apps/angular/node_modules/jsx-ast-utils/src/values/expressions/BindExpression.js diff --git a/ClientApp/node_modules/jsx-ast-utils/src/values/expressions/CallExpression.js b/apps/angular/node_modules/jsx-ast-utils/src/values/expressions/CallExpression.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/src/values/expressions/CallExpression.js rename to apps/angular/node_modules/jsx-ast-utils/src/values/expressions/CallExpression.js diff --git a/ClientApp/node_modules/jsx-ast-utils/src/values/expressions/ChainExpression.js b/apps/angular/node_modules/jsx-ast-utils/src/values/expressions/ChainExpression.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/src/values/expressions/ChainExpression.js rename to apps/angular/node_modules/jsx-ast-utils/src/values/expressions/ChainExpression.js diff --git a/ClientApp/node_modules/jsx-ast-utils/src/values/expressions/ConditionalExpression.js b/apps/angular/node_modules/jsx-ast-utils/src/values/expressions/ConditionalExpression.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/src/values/expressions/ConditionalExpression.js rename to apps/angular/node_modules/jsx-ast-utils/src/values/expressions/ConditionalExpression.js diff --git a/ClientApp/node_modules/jsx-ast-utils/src/values/expressions/FunctionExpression.js b/apps/angular/node_modules/jsx-ast-utils/src/values/expressions/FunctionExpression.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/src/values/expressions/FunctionExpression.js rename to apps/angular/node_modules/jsx-ast-utils/src/values/expressions/FunctionExpression.js diff --git a/ClientApp/node_modules/jsx-ast-utils/src/values/expressions/Identifier.js b/apps/angular/node_modules/jsx-ast-utils/src/values/expressions/Identifier.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/src/values/expressions/Identifier.js rename to apps/angular/node_modules/jsx-ast-utils/src/values/expressions/Identifier.js diff --git a/ClientApp/node_modules/jsx-ast-utils/src/values/expressions/LogicalExpression.js b/apps/angular/node_modules/jsx-ast-utils/src/values/expressions/LogicalExpression.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/src/values/expressions/LogicalExpression.js rename to apps/angular/node_modules/jsx-ast-utils/src/values/expressions/LogicalExpression.js diff --git a/ClientApp/node_modules/jsx-ast-utils/src/values/expressions/MemberExpression.js b/apps/angular/node_modules/jsx-ast-utils/src/values/expressions/MemberExpression.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/src/values/expressions/MemberExpression.js rename to apps/angular/node_modules/jsx-ast-utils/src/values/expressions/MemberExpression.js diff --git a/ClientApp/node_modules/jsx-ast-utils/src/values/expressions/NewExpression.js b/apps/angular/node_modules/jsx-ast-utils/src/values/expressions/NewExpression.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/src/values/expressions/NewExpression.js rename to apps/angular/node_modules/jsx-ast-utils/src/values/expressions/NewExpression.js diff --git a/ClientApp/node_modules/jsx-ast-utils/src/values/expressions/ObjectExpression.js b/apps/angular/node_modules/jsx-ast-utils/src/values/expressions/ObjectExpression.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/src/values/expressions/ObjectExpression.js rename to apps/angular/node_modules/jsx-ast-utils/src/values/expressions/ObjectExpression.js diff --git a/ClientApp/node_modules/jsx-ast-utils/src/values/expressions/OptionalCallExpression.js b/apps/angular/node_modules/jsx-ast-utils/src/values/expressions/OptionalCallExpression.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/src/values/expressions/OptionalCallExpression.js rename to apps/angular/node_modules/jsx-ast-utils/src/values/expressions/OptionalCallExpression.js diff --git a/ClientApp/node_modules/jsx-ast-utils/src/values/expressions/OptionalMemberExpression.js b/apps/angular/node_modules/jsx-ast-utils/src/values/expressions/OptionalMemberExpression.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/src/values/expressions/OptionalMemberExpression.js rename to apps/angular/node_modules/jsx-ast-utils/src/values/expressions/OptionalMemberExpression.js diff --git a/ClientApp/node_modules/jsx-ast-utils/src/values/expressions/SequenceExpression.js b/apps/angular/node_modules/jsx-ast-utils/src/values/expressions/SequenceExpression.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/src/values/expressions/SequenceExpression.js rename to apps/angular/node_modules/jsx-ast-utils/src/values/expressions/SequenceExpression.js diff --git a/ClientApp/node_modules/jsx-ast-utils/src/values/expressions/SpreadElement.js b/apps/angular/node_modules/jsx-ast-utils/src/values/expressions/SpreadElement.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/src/values/expressions/SpreadElement.js rename to apps/angular/node_modules/jsx-ast-utils/src/values/expressions/SpreadElement.js diff --git a/ClientApp/node_modules/jsx-ast-utils/src/values/expressions/TSNonNullExpression.js b/apps/angular/node_modules/jsx-ast-utils/src/values/expressions/TSNonNullExpression.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/src/values/expressions/TSNonNullExpression.js rename to apps/angular/node_modules/jsx-ast-utils/src/values/expressions/TSNonNullExpression.js diff --git a/ClientApp/node_modules/jsx-ast-utils/src/values/expressions/TaggedTemplateExpression.js b/apps/angular/node_modules/jsx-ast-utils/src/values/expressions/TaggedTemplateExpression.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/src/values/expressions/TaggedTemplateExpression.js rename to apps/angular/node_modules/jsx-ast-utils/src/values/expressions/TaggedTemplateExpression.js diff --git a/ClientApp/node_modules/jsx-ast-utils/src/values/expressions/TemplateLiteral.js b/apps/angular/node_modules/jsx-ast-utils/src/values/expressions/TemplateLiteral.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/src/values/expressions/TemplateLiteral.js rename to apps/angular/node_modules/jsx-ast-utils/src/values/expressions/TemplateLiteral.js diff --git a/ClientApp/node_modules/jsx-ast-utils/src/values/expressions/ThisExpression.js b/apps/angular/node_modules/jsx-ast-utils/src/values/expressions/ThisExpression.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/src/values/expressions/ThisExpression.js rename to apps/angular/node_modules/jsx-ast-utils/src/values/expressions/ThisExpression.js diff --git a/ClientApp/node_modules/jsx-ast-utils/src/values/expressions/TypeCastExpression.js b/apps/angular/node_modules/jsx-ast-utils/src/values/expressions/TypeCastExpression.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/src/values/expressions/TypeCastExpression.js rename to apps/angular/node_modules/jsx-ast-utils/src/values/expressions/TypeCastExpression.js diff --git a/ClientApp/node_modules/jsx-ast-utils/src/values/expressions/UnaryExpression.js b/apps/angular/node_modules/jsx-ast-utils/src/values/expressions/UnaryExpression.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/src/values/expressions/UnaryExpression.js rename to apps/angular/node_modules/jsx-ast-utils/src/values/expressions/UnaryExpression.js diff --git a/ClientApp/node_modules/jsx-ast-utils/src/values/expressions/UpdateExpression.js b/apps/angular/node_modules/jsx-ast-utils/src/values/expressions/UpdateExpression.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/src/values/expressions/UpdateExpression.js rename to apps/angular/node_modules/jsx-ast-utils/src/values/expressions/UpdateExpression.js diff --git a/ClientApp/node_modules/jsx-ast-utils/src/values/expressions/index.js b/apps/angular/node_modules/jsx-ast-utils/src/values/expressions/index.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/src/values/expressions/index.js rename to apps/angular/node_modules/jsx-ast-utils/src/values/expressions/index.js diff --git a/ClientApp/node_modules/jsx-ast-utils/src/values/index.js b/apps/angular/node_modules/jsx-ast-utils/src/values/index.js similarity index 100% rename from ClientApp/node_modules/jsx-ast-utils/src/values/index.js rename to apps/angular/node_modules/jsx-ast-utils/src/values/index.js diff --git a/ClientApp/node_modules/keyv/README.md b/apps/angular/node_modules/keyv/README.md similarity index 100% rename from ClientApp/node_modules/keyv/README.md rename to apps/angular/node_modules/keyv/README.md diff --git a/ClientApp/node_modules/keyv/package.json b/apps/angular/node_modules/keyv/package.json similarity index 100% rename from ClientApp/node_modules/keyv/package.json rename to apps/angular/node_modules/keyv/package.json diff --git a/ClientApp/node_modules/keyv/src/index.d.ts b/apps/angular/node_modules/keyv/src/index.d.ts similarity index 100% rename from ClientApp/node_modules/keyv/src/index.d.ts rename to apps/angular/node_modules/keyv/src/index.d.ts diff --git a/ClientApp/node_modules/keyv/src/index.js b/apps/angular/node_modules/keyv/src/index.js similarity index 100% rename from ClientApp/node_modules/keyv/src/index.js rename to apps/angular/node_modules/keyv/src/index.js diff --git a/ClientApp/node_modules/lazy-ass/LICENSE b/apps/angular/node_modules/lazy-ass/LICENSE similarity index 100% rename from ClientApp/node_modules/lazy-ass/LICENSE rename to apps/angular/node_modules/lazy-ass/LICENSE diff --git a/ClientApp/node_modules/lazy-ass/README.md b/apps/angular/node_modules/lazy-ass/README.md similarity index 100% rename from ClientApp/node_modules/lazy-ass/README.md rename to apps/angular/node_modules/lazy-ass/README.md diff --git a/ClientApp/node_modules/lazy-ass/bower.json b/apps/angular/node_modules/lazy-ass/bower.json similarity index 100% rename from ClientApp/node_modules/lazy-ass/bower.json rename to apps/angular/node_modules/lazy-ass/bower.json diff --git a/ClientApp/node_modules/lazy-ass/index.d.ts b/apps/angular/node_modules/lazy-ass/index.d.ts similarity index 100% rename from ClientApp/node_modules/lazy-ass/index.d.ts rename to apps/angular/node_modules/lazy-ass/index.d.ts diff --git a/ClientApp/node_modules/lazy-ass/index.html b/apps/angular/node_modules/lazy-ass/index.html similarity index 100% rename from ClientApp/node_modules/lazy-ass/index.html rename to apps/angular/node_modules/lazy-ass/index.html diff --git a/ClientApp/node_modules/lazy-ass/index.js b/apps/angular/node_modules/lazy-ass/index.js similarity index 100% rename from ClientApp/node_modules/lazy-ass/index.js rename to apps/angular/node_modules/lazy-ass/index.js diff --git a/ClientApp/node_modules/lazy-ass/package.json b/apps/angular/node_modules/lazy-ass/package.json similarity index 100% rename from ClientApp/node_modules/lazy-ass/package.json rename to apps/angular/node_modules/lazy-ass/package.json diff --git a/ClientApp/node_modules/lazy-ass/test/demo.js b/apps/angular/node_modules/lazy-ass/test/demo.js similarity index 100% rename from ClientApp/node_modules/lazy-ass/test/demo.js rename to apps/angular/node_modules/lazy-ass/test/demo.js diff --git a/ClientApp/node_modules/leaflet/CHANGELOG.md b/apps/angular/node_modules/leaflet/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/leaflet/CHANGELOG.md rename to apps/angular/node_modules/leaflet/CHANGELOG.md diff --git a/ClientApp/node_modules/leaflet/LICENSE b/apps/angular/node_modules/leaflet/LICENSE similarity index 100% rename from ClientApp/node_modules/leaflet/LICENSE rename to apps/angular/node_modules/leaflet/LICENSE diff --git a/ClientApp/node_modules/leaflet/README.md b/apps/angular/node_modules/leaflet/README.md similarity index 100% rename from ClientApp/node_modules/leaflet/README.md rename to apps/angular/node_modules/leaflet/README.md diff --git a/ClientApp/node_modules/leaflet/dist/images/layers-2x.png b/apps/angular/node_modules/leaflet/dist/images/layers-2x.png similarity index 100% rename from ClientApp/node_modules/leaflet/dist/images/layers-2x.png rename to apps/angular/node_modules/leaflet/dist/images/layers-2x.png diff --git a/ClientApp/node_modules/leaflet/dist/images/layers.png b/apps/angular/node_modules/leaflet/dist/images/layers.png similarity index 100% rename from ClientApp/node_modules/leaflet/dist/images/layers.png rename to apps/angular/node_modules/leaflet/dist/images/layers.png diff --git a/ClientApp/node_modules/leaflet/dist/images/marker-icon-2x.png b/apps/angular/node_modules/leaflet/dist/images/marker-icon-2x.png similarity index 100% rename from ClientApp/node_modules/leaflet/dist/images/marker-icon-2x.png rename to apps/angular/node_modules/leaflet/dist/images/marker-icon-2x.png diff --git a/ClientApp/node_modules/leaflet/dist/images/marker-icon.png b/apps/angular/node_modules/leaflet/dist/images/marker-icon.png similarity index 100% rename from ClientApp/node_modules/leaflet/dist/images/marker-icon.png rename to apps/angular/node_modules/leaflet/dist/images/marker-icon.png diff --git a/ClientApp/node_modules/leaflet/dist/images/marker-shadow.png b/apps/angular/node_modules/leaflet/dist/images/marker-shadow.png similarity index 100% rename from ClientApp/node_modules/leaflet/dist/images/marker-shadow.png rename to apps/angular/node_modules/leaflet/dist/images/marker-shadow.png diff --git a/ClientApp/node_modules/leaflet/dist/leaflet-src.esm.js b/apps/angular/node_modules/leaflet/dist/leaflet-src.esm.js similarity index 100% rename from ClientApp/node_modules/leaflet/dist/leaflet-src.esm.js rename to apps/angular/node_modules/leaflet/dist/leaflet-src.esm.js diff --git a/ClientApp/node_modules/leaflet/dist/leaflet-src.esm.js.map b/apps/angular/node_modules/leaflet/dist/leaflet-src.esm.js.map similarity index 100% rename from ClientApp/node_modules/leaflet/dist/leaflet-src.esm.js.map rename to apps/angular/node_modules/leaflet/dist/leaflet-src.esm.js.map diff --git a/ClientApp/node_modules/leaflet/dist/leaflet-src.js b/apps/angular/node_modules/leaflet/dist/leaflet-src.js similarity index 100% rename from ClientApp/node_modules/leaflet/dist/leaflet-src.js rename to apps/angular/node_modules/leaflet/dist/leaflet-src.js diff --git a/ClientApp/node_modules/leaflet/dist/leaflet-src.js.map b/apps/angular/node_modules/leaflet/dist/leaflet-src.js.map similarity index 100% rename from ClientApp/node_modules/leaflet/dist/leaflet-src.js.map rename to apps/angular/node_modules/leaflet/dist/leaflet-src.js.map diff --git a/ClientApp/node_modules/leaflet/dist/leaflet.css b/apps/angular/node_modules/leaflet/dist/leaflet.css similarity index 100% rename from ClientApp/node_modules/leaflet/dist/leaflet.css rename to apps/angular/node_modules/leaflet/dist/leaflet.css diff --git a/ClientApp/node_modules/leaflet/dist/leaflet.js b/apps/angular/node_modules/leaflet/dist/leaflet.js similarity index 100% rename from ClientApp/node_modules/leaflet/dist/leaflet.js rename to apps/angular/node_modules/leaflet/dist/leaflet.js diff --git a/ClientApp/node_modules/leaflet/dist/leaflet.js.map b/apps/angular/node_modules/leaflet/dist/leaflet.js.map similarity index 100% rename from ClientApp/node_modules/leaflet/dist/leaflet.js.map rename to apps/angular/node_modules/leaflet/dist/leaflet.js.map diff --git a/ClientApp/node_modules/leaflet/package.json b/apps/angular/node_modules/leaflet/package.json similarity index 100% rename from ClientApp/node_modules/leaflet/package.json rename to apps/angular/node_modules/leaflet/package.json diff --git a/ClientApp/node_modules/leaflet/src/Leaflet.js b/apps/angular/node_modules/leaflet/src/Leaflet.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/Leaflet.js rename to apps/angular/node_modules/leaflet/src/Leaflet.js diff --git a/ClientApp/node_modules/leaflet/src/control/Control.Attribution.js b/apps/angular/node_modules/leaflet/src/control/Control.Attribution.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/control/Control.Attribution.js rename to apps/angular/node_modules/leaflet/src/control/Control.Attribution.js diff --git a/ClientApp/node_modules/leaflet/src/control/Control.Layers.js b/apps/angular/node_modules/leaflet/src/control/Control.Layers.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/control/Control.Layers.js rename to apps/angular/node_modules/leaflet/src/control/Control.Layers.js diff --git a/ClientApp/node_modules/leaflet/src/control/Control.Scale.js b/apps/angular/node_modules/leaflet/src/control/Control.Scale.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/control/Control.Scale.js rename to apps/angular/node_modules/leaflet/src/control/Control.Scale.js diff --git a/ClientApp/node_modules/leaflet/src/control/Control.Zoom.js b/apps/angular/node_modules/leaflet/src/control/Control.Zoom.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/control/Control.Zoom.js rename to apps/angular/node_modules/leaflet/src/control/Control.Zoom.js diff --git a/ClientApp/node_modules/leaflet/src/control/Control.js b/apps/angular/node_modules/leaflet/src/control/Control.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/control/Control.js rename to apps/angular/node_modules/leaflet/src/control/Control.js diff --git a/ClientApp/node_modules/leaflet/src/control/index.js b/apps/angular/node_modules/leaflet/src/control/index.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/control/index.js rename to apps/angular/node_modules/leaflet/src/control/index.js diff --git a/ClientApp/node_modules/leaflet/src/core/Browser.js b/apps/angular/node_modules/leaflet/src/core/Browser.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/core/Browser.js rename to apps/angular/node_modules/leaflet/src/core/Browser.js diff --git a/ClientApp/node_modules/leaflet/src/core/Class.js b/apps/angular/node_modules/leaflet/src/core/Class.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/core/Class.js rename to apps/angular/node_modules/leaflet/src/core/Class.js diff --git a/ClientApp/node_modules/leaflet/src/core/Class.leafdoc b/apps/angular/node_modules/leaflet/src/core/Class.leafdoc similarity index 100% rename from ClientApp/node_modules/leaflet/src/core/Class.leafdoc rename to apps/angular/node_modules/leaflet/src/core/Class.leafdoc diff --git a/ClientApp/node_modules/leaflet/src/core/Events.js b/apps/angular/node_modules/leaflet/src/core/Events.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/core/Events.js rename to apps/angular/node_modules/leaflet/src/core/Events.js diff --git a/ClientApp/node_modules/leaflet/src/core/Events.leafdoc b/apps/angular/node_modules/leaflet/src/core/Events.leafdoc similarity index 100% rename from ClientApp/node_modules/leaflet/src/core/Events.leafdoc rename to apps/angular/node_modules/leaflet/src/core/Events.leafdoc diff --git a/ClientApp/node_modules/leaflet/src/core/Handler.js b/apps/angular/node_modules/leaflet/src/core/Handler.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/core/Handler.js rename to apps/angular/node_modules/leaflet/src/core/Handler.js diff --git a/ClientApp/node_modules/leaflet/src/core/Util.js b/apps/angular/node_modules/leaflet/src/core/Util.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/core/Util.js rename to apps/angular/node_modules/leaflet/src/core/Util.js diff --git a/ClientApp/node_modules/leaflet/src/core/index.js b/apps/angular/node_modules/leaflet/src/core/index.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/core/index.js rename to apps/angular/node_modules/leaflet/src/core/index.js diff --git a/ClientApp/node_modules/leaflet/src/dom/DomEvent.DoubleTap.js b/apps/angular/node_modules/leaflet/src/dom/DomEvent.DoubleTap.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/dom/DomEvent.DoubleTap.js rename to apps/angular/node_modules/leaflet/src/dom/DomEvent.DoubleTap.js diff --git a/ClientApp/node_modules/leaflet/src/dom/DomEvent.Pointer.js b/apps/angular/node_modules/leaflet/src/dom/DomEvent.Pointer.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/dom/DomEvent.Pointer.js rename to apps/angular/node_modules/leaflet/src/dom/DomEvent.Pointer.js diff --git a/ClientApp/node_modules/leaflet/src/dom/DomEvent.js b/apps/angular/node_modules/leaflet/src/dom/DomEvent.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/dom/DomEvent.js rename to apps/angular/node_modules/leaflet/src/dom/DomEvent.js diff --git a/ClientApp/node_modules/leaflet/src/dom/DomUtil.js b/apps/angular/node_modules/leaflet/src/dom/DomUtil.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/dom/DomUtil.js rename to apps/angular/node_modules/leaflet/src/dom/DomUtil.js diff --git a/ClientApp/node_modules/leaflet/src/dom/Draggable.js b/apps/angular/node_modules/leaflet/src/dom/Draggable.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/dom/Draggable.js rename to apps/angular/node_modules/leaflet/src/dom/Draggable.js diff --git a/ClientApp/node_modules/leaflet/src/dom/PosAnimation.js b/apps/angular/node_modules/leaflet/src/dom/PosAnimation.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/dom/PosAnimation.js rename to apps/angular/node_modules/leaflet/src/dom/PosAnimation.js diff --git a/ClientApp/node_modules/leaflet/src/dom/index.js b/apps/angular/node_modules/leaflet/src/dom/index.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/dom/index.js rename to apps/angular/node_modules/leaflet/src/dom/index.js diff --git a/ClientApp/node_modules/leaflet/src/geo/LatLng.js b/apps/angular/node_modules/leaflet/src/geo/LatLng.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/geo/LatLng.js rename to apps/angular/node_modules/leaflet/src/geo/LatLng.js diff --git a/ClientApp/node_modules/leaflet/src/geo/LatLngBounds.js b/apps/angular/node_modules/leaflet/src/geo/LatLngBounds.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/geo/LatLngBounds.js rename to apps/angular/node_modules/leaflet/src/geo/LatLngBounds.js diff --git a/ClientApp/node_modules/leaflet/src/geo/crs/CRS.EPSG3395.js b/apps/angular/node_modules/leaflet/src/geo/crs/CRS.EPSG3395.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/geo/crs/CRS.EPSG3395.js rename to apps/angular/node_modules/leaflet/src/geo/crs/CRS.EPSG3395.js diff --git a/ClientApp/node_modules/leaflet/src/geo/crs/CRS.EPSG3857.js b/apps/angular/node_modules/leaflet/src/geo/crs/CRS.EPSG3857.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/geo/crs/CRS.EPSG3857.js rename to apps/angular/node_modules/leaflet/src/geo/crs/CRS.EPSG3857.js diff --git a/ClientApp/node_modules/leaflet/src/geo/crs/CRS.EPSG4326.js b/apps/angular/node_modules/leaflet/src/geo/crs/CRS.EPSG4326.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/geo/crs/CRS.EPSG4326.js rename to apps/angular/node_modules/leaflet/src/geo/crs/CRS.EPSG4326.js diff --git a/ClientApp/node_modules/leaflet/src/geo/crs/CRS.Earth.js b/apps/angular/node_modules/leaflet/src/geo/crs/CRS.Earth.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/geo/crs/CRS.Earth.js rename to apps/angular/node_modules/leaflet/src/geo/crs/CRS.Earth.js diff --git a/ClientApp/node_modules/leaflet/src/geo/crs/CRS.Simple.js b/apps/angular/node_modules/leaflet/src/geo/crs/CRS.Simple.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/geo/crs/CRS.Simple.js rename to apps/angular/node_modules/leaflet/src/geo/crs/CRS.Simple.js diff --git a/ClientApp/node_modules/leaflet/src/geo/crs/CRS.js b/apps/angular/node_modules/leaflet/src/geo/crs/CRS.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/geo/crs/CRS.js rename to apps/angular/node_modules/leaflet/src/geo/crs/CRS.js diff --git a/ClientApp/node_modules/leaflet/src/geo/crs/index.js b/apps/angular/node_modules/leaflet/src/geo/crs/index.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/geo/crs/index.js rename to apps/angular/node_modules/leaflet/src/geo/crs/index.js diff --git a/ClientApp/node_modules/leaflet/src/geo/index.js b/apps/angular/node_modules/leaflet/src/geo/index.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/geo/index.js rename to apps/angular/node_modules/leaflet/src/geo/index.js diff --git a/ClientApp/node_modules/leaflet/src/geo/projection/Projection.LonLat.js b/apps/angular/node_modules/leaflet/src/geo/projection/Projection.LonLat.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/geo/projection/Projection.LonLat.js rename to apps/angular/node_modules/leaflet/src/geo/projection/Projection.LonLat.js diff --git a/ClientApp/node_modules/leaflet/src/geo/projection/Projection.Mercator.js b/apps/angular/node_modules/leaflet/src/geo/projection/Projection.Mercator.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/geo/projection/Projection.Mercator.js rename to apps/angular/node_modules/leaflet/src/geo/projection/Projection.Mercator.js diff --git a/ClientApp/node_modules/leaflet/src/geo/projection/Projection.SphericalMercator.js b/apps/angular/node_modules/leaflet/src/geo/projection/Projection.SphericalMercator.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/geo/projection/Projection.SphericalMercator.js rename to apps/angular/node_modules/leaflet/src/geo/projection/Projection.SphericalMercator.js diff --git a/ClientApp/node_modules/leaflet/src/geo/projection/index.js b/apps/angular/node_modules/leaflet/src/geo/projection/index.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/geo/projection/index.js rename to apps/angular/node_modules/leaflet/src/geo/projection/index.js diff --git a/ClientApp/node_modules/leaflet/src/geometry/Bounds.js b/apps/angular/node_modules/leaflet/src/geometry/Bounds.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/geometry/Bounds.js rename to apps/angular/node_modules/leaflet/src/geometry/Bounds.js diff --git a/ClientApp/node_modules/leaflet/src/geometry/LineUtil.js b/apps/angular/node_modules/leaflet/src/geometry/LineUtil.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/geometry/LineUtil.js rename to apps/angular/node_modules/leaflet/src/geometry/LineUtil.js diff --git a/ClientApp/node_modules/leaflet/src/geometry/Point.js b/apps/angular/node_modules/leaflet/src/geometry/Point.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/geometry/Point.js rename to apps/angular/node_modules/leaflet/src/geometry/Point.js diff --git a/ClientApp/node_modules/leaflet/src/geometry/PolyUtil.js b/apps/angular/node_modules/leaflet/src/geometry/PolyUtil.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/geometry/PolyUtil.js rename to apps/angular/node_modules/leaflet/src/geometry/PolyUtil.js diff --git a/ClientApp/node_modules/leaflet/src/geometry/Transformation.js b/apps/angular/node_modules/leaflet/src/geometry/Transformation.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/geometry/Transformation.js rename to apps/angular/node_modules/leaflet/src/geometry/Transformation.js diff --git a/ClientApp/node_modules/leaflet/src/geometry/index.js b/apps/angular/node_modules/leaflet/src/geometry/index.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/geometry/index.js rename to apps/angular/node_modules/leaflet/src/geometry/index.js diff --git a/ClientApp/node_modules/leaflet/src/images/layers.svg b/apps/angular/node_modules/leaflet/src/images/layers.svg similarity index 100% rename from ClientApp/node_modules/leaflet/src/images/layers.svg rename to apps/angular/node_modules/leaflet/src/images/layers.svg diff --git a/ClientApp/node_modules/leaflet/src/images/logo.svg b/apps/angular/node_modules/leaflet/src/images/logo.svg similarity index 100% rename from ClientApp/node_modules/leaflet/src/images/logo.svg rename to apps/angular/node_modules/leaflet/src/images/logo.svg diff --git a/ClientApp/node_modules/leaflet/src/images/marker.svg b/apps/angular/node_modules/leaflet/src/images/marker.svg similarity index 100% rename from ClientApp/node_modules/leaflet/src/images/marker.svg rename to apps/angular/node_modules/leaflet/src/images/marker.svg diff --git a/ClientApp/node_modules/leaflet/src/layer/DivOverlay.js b/apps/angular/node_modules/leaflet/src/layer/DivOverlay.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/layer/DivOverlay.js rename to apps/angular/node_modules/leaflet/src/layer/DivOverlay.js diff --git a/ClientApp/node_modules/leaflet/src/layer/FeatureGroup.js b/apps/angular/node_modules/leaflet/src/layer/FeatureGroup.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/layer/FeatureGroup.js rename to apps/angular/node_modules/leaflet/src/layer/FeatureGroup.js diff --git a/ClientApp/node_modules/leaflet/src/layer/GeoJSON.js b/apps/angular/node_modules/leaflet/src/layer/GeoJSON.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/layer/GeoJSON.js rename to apps/angular/node_modules/leaflet/src/layer/GeoJSON.js diff --git a/ClientApp/node_modules/leaflet/src/layer/ImageOverlay.js b/apps/angular/node_modules/leaflet/src/layer/ImageOverlay.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/layer/ImageOverlay.js rename to apps/angular/node_modules/leaflet/src/layer/ImageOverlay.js diff --git a/ClientApp/node_modules/leaflet/src/layer/Layer.Interactive.leafdoc b/apps/angular/node_modules/leaflet/src/layer/Layer.Interactive.leafdoc similarity index 100% rename from ClientApp/node_modules/leaflet/src/layer/Layer.Interactive.leafdoc rename to apps/angular/node_modules/leaflet/src/layer/Layer.Interactive.leafdoc diff --git a/ClientApp/node_modules/leaflet/src/layer/Layer.js b/apps/angular/node_modules/leaflet/src/layer/Layer.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/layer/Layer.js rename to apps/angular/node_modules/leaflet/src/layer/Layer.js diff --git a/ClientApp/node_modules/leaflet/src/layer/LayerGroup.js b/apps/angular/node_modules/leaflet/src/layer/LayerGroup.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/layer/LayerGroup.js rename to apps/angular/node_modules/leaflet/src/layer/LayerGroup.js diff --git a/ClientApp/node_modules/leaflet/src/layer/Popup.js b/apps/angular/node_modules/leaflet/src/layer/Popup.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/layer/Popup.js rename to apps/angular/node_modules/leaflet/src/layer/Popup.js diff --git a/ClientApp/node_modules/leaflet/src/layer/SVGOverlay.js b/apps/angular/node_modules/leaflet/src/layer/SVGOverlay.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/layer/SVGOverlay.js rename to apps/angular/node_modules/leaflet/src/layer/SVGOverlay.js diff --git a/ClientApp/node_modules/leaflet/src/layer/Tooltip.js b/apps/angular/node_modules/leaflet/src/layer/Tooltip.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/layer/Tooltip.js rename to apps/angular/node_modules/leaflet/src/layer/Tooltip.js diff --git a/ClientApp/node_modules/leaflet/src/layer/VideoOverlay.js b/apps/angular/node_modules/leaflet/src/layer/VideoOverlay.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/layer/VideoOverlay.js rename to apps/angular/node_modules/leaflet/src/layer/VideoOverlay.js diff --git a/ClientApp/node_modules/leaflet/src/layer/index.js b/apps/angular/node_modules/leaflet/src/layer/index.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/layer/index.js rename to apps/angular/node_modules/leaflet/src/layer/index.js diff --git a/ClientApp/node_modules/leaflet/src/layer/marker/DivIcon.js b/apps/angular/node_modules/leaflet/src/layer/marker/DivIcon.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/layer/marker/DivIcon.js rename to apps/angular/node_modules/leaflet/src/layer/marker/DivIcon.js diff --git a/ClientApp/node_modules/leaflet/src/layer/marker/Icon.Default.js b/apps/angular/node_modules/leaflet/src/layer/marker/Icon.Default.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/layer/marker/Icon.Default.js rename to apps/angular/node_modules/leaflet/src/layer/marker/Icon.Default.js diff --git a/ClientApp/node_modules/leaflet/src/layer/marker/Icon.js b/apps/angular/node_modules/leaflet/src/layer/marker/Icon.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/layer/marker/Icon.js rename to apps/angular/node_modules/leaflet/src/layer/marker/Icon.js diff --git a/ClientApp/node_modules/leaflet/src/layer/marker/Marker.Drag.js b/apps/angular/node_modules/leaflet/src/layer/marker/Marker.Drag.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/layer/marker/Marker.Drag.js rename to apps/angular/node_modules/leaflet/src/layer/marker/Marker.Drag.js diff --git a/ClientApp/node_modules/leaflet/src/layer/marker/Marker.js b/apps/angular/node_modules/leaflet/src/layer/marker/Marker.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/layer/marker/Marker.js rename to apps/angular/node_modules/leaflet/src/layer/marker/Marker.js diff --git a/ClientApp/node_modules/leaflet/src/layer/marker/index.js b/apps/angular/node_modules/leaflet/src/layer/marker/index.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/layer/marker/index.js rename to apps/angular/node_modules/leaflet/src/layer/marker/index.js diff --git a/ClientApp/node_modules/leaflet/src/layer/tile/GridLayer.js b/apps/angular/node_modules/leaflet/src/layer/tile/GridLayer.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/layer/tile/GridLayer.js rename to apps/angular/node_modules/leaflet/src/layer/tile/GridLayer.js diff --git a/ClientApp/node_modules/leaflet/src/layer/tile/TileLayer.WMS.js b/apps/angular/node_modules/leaflet/src/layer/tile/TileLayer.WMS.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/layer/tile/TileLayer.WMS.js rename to apps/angular/node_modules/leaflet/src/layer/tile/TileLayer.WMS.js diff --git a/ClientApp/node_modules/leaflet/src/layer/tile/TileLayer.js b/apps/angular/node_modules/leaflet/src/layer/tile/TileLayer.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/layer/tile/TileLayer.js rename to apps/angular/node_modules/leaflet/src/layer/tile/TileLayer.js diff --git a/ClientApp/node_modules/leaflet/src/layer/tile/index.js b/apps/angular/node_modules/leaflet/src/layer/tile/index.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/layer/tile/index.js rename to apps/angular/node_modules/leaflet/src/layer/tile/index.js diff --git a/ClientApp/node_modules/leaflet/src/layer/vector/Canvas.js b/apps/angular/node_modules/leaflet/src/layer/vector/Canvas.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/layer/vector/Canvas.js rename to apps/angular/node_modules/leaflet/src/layer/vector/Canvas.js diff --git a/ClientApp/node_modules/leaflet/src/layer/vector/Circle.js b/apps/angular/node_modules/leaflet/src/layer/vector/Circle.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/layer/vector/Circle.js rename to apps/angular/node_modules/leaflet/src/layer/vector/Circle.js diff --git a/ClientApp/node_modules/leaflet/src/layer/vector/CircleMarker.js b/apps/angular/node_modules/leaflet/src/layer/vector/CircleMarker.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/layer/vector/CircleMarker.js rename to apps/angular/node_modules/leaflet/src/layer/vector/CircleMarker.js diff --git a/ClientApp/node_modules/leaflet/src/layer/vector/Path.js b/apps/angular/node_modules/leaflet/src/layer/vector/Path.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/layer/vector/Path.js rename to apps/angular/node_modules/leaflet/src/layer/vector/Path.js diff --git a/ClientApp/node_modules/leaflet/src/layer/vector/Polygon.js b/apps/angular/node_modules/leaflet/src/layer/vector/Polygon.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/layer/vector/Polygon.js rename to apps/angular/node_modules/leaflet/src/layer/vector/Polygon.js diff --git a/ClientApp/node_modules/leaflet/src/layer/vector/Polyline.js b/apps/angular/node_modules/leaflet/src/layer/vector/Polyline.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/layer/vector/Polyline.js rename to apps/angular/node_modules/leaflet/src/layer/vector/Polyline.js diff --git a/ClientApp/node_modules/leaflet/src/layer/vector/Rectangle.js b/apps/angular/node_modules/leaflet/src/layer/vector/Rectangle.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/layer/vector/Rectangle.js rename to apps/angular/node_modules/leaflet/src/layer/vector/Rectangle.js diff --git a/ClientApp/node_modules/leaflet/src/layer/vector/Renderer.getRenderer.js b/apps/angular/node_modules/leaflet/src/layer/vector/Renderer.getRenderer.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/layer/vector/Renderer.getRenderer.js rename to apps/angular/node_modules/leaflet/src/layer/vector/Renderer.getRenderer.js diff --git a/ClientApp/node_modules/leaflet/src/layer/vector/Renderer.js b/apps/angular/node_modules/leaflet/src/layer/vector/Renderer.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/layer/vector/Renderer.js rename to apps/angular/node_modules/leaflet/src/layer/vector/Renderer.js diff --git a/ClientApp/node_modules/leaflet/src/layer/vector/SVG.Util.js b/apps/angular/node_modules/leaflet/src/layer/vector/SVG.Util.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/layer/vector/SVG.Util.js rename to apps/angular/node_modules/leaflet/src/layer/vector/SVG.Util.js diff --git a/ClientApp/node_modules/leaflet/src/layer/vector/SVG.VML.js b/apps/angular/node_modules/leaflet/src/layer/vector/SVG.VML.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/layer/vector/SVG.VML.js rename to apps/angular/node_modules/leaflet/src/layer/vector/SVG.VML.js diff --git a/ClientApp/node_modules/leaflet/src/layer/vector/SVG.js b/apps/angular/node_modules/leaflet/src/layer/vector/SVG.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/layer/vector/SVG.js rename to apps/angular/node_modules/leaflet/src/layer/vector/SVG.js diff --git a/ClientApp/node_modules/leaflet/src/layer/vector/index.js b/apps/angular/node_modules/leaflet/src/layer/vector/index.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/layer/vector/index.js rename to apps/angular/node_modules/leaflet/src/layer/vector/index.js diff --git a/ClientApp/node_modules/leaflet/src/map/Map.js b/apps/angular/node_modules/leaflet/src/map/Map.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/map/Map.js rename to apps/angular/node_modules/leaflet/src/map/Map.js diff --git a/ClientApp/node_modules/leaflet/src/map/Map.methodOptions.leafdoc b/apps/angular/node_modules/leaflet/src/map/Map.methodOptions.leafdoc similarity index 100% rename from ClientApp/node_modules/leaflet/src/map/Map.methodOptions.leafdoc rename to apps/angular/node_modules/leaflet/src/map/Map.methodOptions.leafdoc diff --git a/ClientApp/node_modules/leaflet/src/map/handler/Map.BoxZoom.js b/apps/angular/node_modules/leaflet/src/map/handler/Map.BoxZoom.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/map/handler/Map.BoxZoom.js rename to apps/angular/node_modules/leaflet/src/map/handler/Map.BoxZoom.js diff --git a/ClientApp/node_modules/leaflet/src/map/handler/Map.DoubleClickZoom.js b/apps/angular/node_modules/leaflet/src/map/handler/Map.DoubleClickZoom.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/map/handler/Map.DoubleClickZoom.js rename to apps/angular/node_modules/leaflet/src/map/handler/Map.DoubleClickZoom.js diff --git a/ClientApp/node_modules/leaflet/src/map/handler/Map.Drag.js b/apps/angular/node_modules/leaflet/src/map/handler/Map.Drag.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/map/handler/Map.Drag.js rename to apps/angular/node_modules/leaflet/src/map/handler/Map.Drag.js diff --git a/ClientApp/node_modules/leaflet/src/map/handler/Map.Keyboard.js b/apps/angular/node_modules/leaflet/src/map/handler/Map.Keyboard.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/map/handler/Map.Keyboard.js rename to apps/angular/node_modules/leaflet/src/map/handler/Map.Keyboard.js diff --git a/ClientApp/node_modules/leaflet/src/map/handler/Map.ScrollWheelZoom.js b/apps/angular/node_modules/leaflet/src/map/handler/Map.ScrollWheelZoom.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/map/handler/Map.ScrollWheelZoom.js rename to apps/angular/node_modules/leaflet/src/map/handler/Map.ScrollWheelZoom.js diff --git a/ClientApp/node_modules/leaflet/src/map/handler/Map.TapHold.js b/apps/angular/node_modules/leaflet/src/map/handler/Map.TapHold.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/map/handler/Map.TapHold.js rename to apps/angular/node_modules/leaflet/src/map/handler/Map.TapHold.js diff --git a/ClientApp/node_modules/leaflet/src/map/handler/Map.TouchZoom.js b/apps/angular/node_modules/leaflet/src/map/handler/Map.TouchZoom.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/map/handler/Map.TouchZoom.js rename to apps/angular/node_modules/leaflet/src/map/handler/Map.TouchZoom.js diff --git a/ClientApp/node_modules/leaflet/src/map/index.js b/apps/angular/node_modules/leaflet/src/map/index.js similarity index 100% rename from ClientApp/node_modules/leaflet/src/map/index.js rename to apps/angular/node_modules/leaflet/src/map/index.js diff --git a/ClientApp/node_modules/levn/LICENSE b/apps/angular/node_modules/levn/LICENSE similarity index 100% rename from ClientApp/node_modules/levn/LICENSE rename to apps/angular/node_modules/levn/LICENSE diff --git a/ClientApp/node_modules/levn/README.md b/apps/angular/node_modules/levn/README.md similarity index 100% rename from ClientApp/node_modules/levn/README.md rename to apps/angular/node_modules/levn/README.md diff --git a/ClientApp/node_modules/levn/lib/cast.js b/apps/angular/node_modules/levn/lib/cast.js similarity index 100% rename from ClientApp/node_modules/levn/lib/cast.js rename to apps/angular/node_modules/levn/lib/cast.js diff --git a/ClientApp/node_modules/levn/lib/index.js b/apps/angular/node_modules/levn/lib/index.js similarity index 100% rename from ClientApp/node_modules/levn/lib/index.js rename to apps/angular/node_modules/levn/lib/index.js diff --git a/ClientApp/node_modules/levn/lib/parse-string.js b/apps/angular/node_modules/levn/lib/parse-string.js similarity index 100% rename from ClientApp/node_modules/levn/lib/parse-string.js rename to apps/angular/node_modules/levn/lib/parse-string.js diff --git a/ClientApp/node_modules/levn/package.json b/apps/angular/node_modules/levn/package.json similarity index 100% rename from ClientApp/node_modules/levn/package.json rename to apps/angular/node_modules/levn/package.json diff --git a/ClientApp/node_modules/listr2/CHANGELOG.md b/apps/angular/node_modules/listr2/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/listr2/CHANGELOG.md rename to apps/angular/node_modules/listr2/CHANGELOG.md diff --git a/ClientApp/node_modules/listr2/LICENSE b/apps/angular/node_modules/listr2/LICENSE similarity index 100% rename from ClientApp/node_modules/listr2/LICENSE rename to apps/angular/node_modules/listr2/LICENSE diff --git a/ClientApp/node_modules/listr2/README.md b/apps/angular/node_modules/listr2/README.md similarity index 100% rename from ClientApp/node_modules/listr2/README.md rename to apps/angular/node_modules/listr2/README.md diff --git a/ClientApp/node_modules/listr2/dist/constants/clearline-regex.constants.d.ts b/apps/angular/node_modules/listr2/dist/constants/clearline-regex.constants.d.ts similarity index 100% rename from ClientApp/node_modules/listr2/dist/constants/clearline-regex.constants.d.ts rename to apps/angular/node_modules/listr2/dist/constants/clearline-regex.constants.d.ts diff --git a/ClientApp/node_modules/listr2/dist/constants/clearline-regex.constants.js b/apps/angular/node_modules/listr2/dist/constants/clearline-regex.constants.js similarity index 100% rename from ClientApp/node_modules/listr2/dist/constants/clearline-regex.constants.js rename to apps/angular/node_modules/listr2/dist/constants/clearline-regex.constants.js diff --git a/ClientApp/node_modules/listr2/dist/constants/event.constants.d.ts b/apps/angular/node_modules/listr2/dist/constants/event.constants.d.ts similarity index 100% rename from ClientApp/node_modules/listr2/dist/constants/event.constants.d.ts rename to apps/angular/node_modules/listr2/dist/constants/event.constants.d.ts diff --git a/ClientApp/node_modules/listr2/dist/constants/event.constants.js b/apps/angular/node_modules/listr2/dist/constants/event.constants.js similarity index 100% rename from ClientApp/node_modules/listr2/dist/constants/event.constants.js rename to apps/angular/node_modules/listr2/dist/constants/event.constants.js diff --git a/ClientApp/node_modules/listr2/dist/constants/index.d.ts b/apps/angular/node_modules/listr2/dist/constants/index.d.ts similarity index 100% rename from ClientApp/node_modules/listr2/dist/constants/index.d.ts rename to apps/angular/node_modules/listr2/dist/constants/index.d.ts diff --git a/ClientApp/node_modules/listr2/dist/constants/index.js b/apps/angular/node_modules/listr2/dist/constants/index.js similarity index 100% rename from ClientApp/node_modules/listr2/dist/constants/index.js rename to apps/angular/node_modules/listr2/dist/constants/index.js diff --git a/ClientApp/node_modules/listr2/dist/constants/state.constants.d.ts b/apps/angular/node_modules/listr2/dist/constants/state.constants.d.ts similarity index 100% rename from ClientApp/node_modules/listr2/dist/constants/state.constants.d.ts rename to apps/angular/node_modules/listr2/dist/constants/state.constants.d.ts diff --git a/ClientApp/node_modules/listr2/dist/constants/state.constants.js b/apps/angular/node_modules/listr2/dist/constants/state.constants.js similarity index 100% rename from ClientApp/node_modules/listr2/dist/constants/state.constants.js rename to apps/angular/node_modules/listr2/dist/constants/state.constants.js diff --git a/ClientApp/node_modules/listr2/dist/index.d.ts b/apps/angular/node_modules/listr2/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/listr2/dist/index.d.ts rename to apps/angular/node_modules/listr2/dist/index.d.ts diff --git a/ClientApp/node_modules/listr2/dist/index.js b/apps/angular/node_modules/listr2/dist/index.js similarity index 100% rename from ClientApp/node_modules/listr2/dist/index.js rename to apps/angular/node_modules/listr2/dist/index.js diff --git a/ClientApp/node_modules/listr2/dist/interfaces/index.d.ts b/apps/angular/node_modules/listr2/dist/interfaces/index.d.ts similarity index 100% rename from ClientApp/node_modules/listr2/dist/interfaces/index.d.ts rename to apps/angular/node_modules/listr2/dist/interfaces/index.d.ts diff --git a/ClientApp/node_modules/listr2/dist/interfaces/index.js b/apps/angular/node_modules/listr2/dist/interfaces/index.js similarity index 100% rename from ClientApp/node_modules/listr2/dist/interfaces/index.js rename to apps/angular/node_modules/listr2/dist/interfaces/index.js diff --git a/ClientApp/node_modules/listr2/dist/interfaces/listr-error.interface.d.ts b/apps/angular/node_modules/listr2/dist/interfaces/listr-error.interface.d.ts similarity index 100% rename from ClientApp/node_modules/listr2/dist/interfaces/listr-error.interface.d.ts rename to apps/angular/node_modules/listr2/dist/interfaces/listr-error.interface.d.ts diff --git a/ClientApp/node_modules/listr2/dist/interfaces/listr-error.interface.js b/apps/angular/node_modules/listr2/dist/interfaces/listr-error.interface.js similarity index 100% rename from ClientApp/node_modules/listr2/dist/interfaces/listr-error.interface.js rename to apps/angular/node_modules/listr2/dist/interfaces/listr-error.interface.js diff --git a/ClientApp/node_modules/listr2/dist/interfaces/listr.interface.d.ts b/apps/angular/node_modules/listr2/dist/interfaces/listr.interface.d.ts similarity index 100% rename from ClientApp/node_modules/listr2/dist/interfaces/listr.interface.d.ts rename to apps/angular/node_modules/listr2/dist/interfaces/listr.interface.d.ts diff --git a/ClientApp/node_modules/listr2/dist/interfaces/listr.interface.js b/apps/angular/node_modules/listr2/dist/interfaces/listr.interface.js similarity index 100% rename from ClientApp/node_modules/listr2/dist/interfaces/listr.interface.js rename to apps/angular/node_modules/listr2/dist/interfaces/listr.interface.js diff --git a/ClientApp/node_modules/listr2/dist/interfaces/renderer.interface.d.ts b/apps/angular/node_modules/listr2/dist/interfaces/renderer.interface.d.ts similarity index 100% rename from ClientApp/node_modules/listr2/dist/interfaces/renderer.interface.d.ts rename to apps/angular/node_modules/listr2/dist/interfaces/renderer.interface.d.ts diff --git a/ClientApp/node_modules/listr2/dist/interfaces/renderer.interface.js b/apps/angular/node_modules/listr2/dist/interfaces/renderer.interface.js similarity index 100% rename from ClientApp/node_modules/listr2/dist/interfaces/renderer.interface.js rename to apps/angular/node_modules/listr2/dist/interfaces/renderer.interface.js diff --git a/ClientApp/node_modules/listr2/dist/interfaces/task.interface.d.ts b/apps/angular/node_modules/listr2/dist/interfaces/task.interface.d.ts similarity index 100% rename from ClientApp/node_modules/listr2/dist/interfaces/task.interface.d.ts rename to apps/angular/node_modules/listr2/dist/interfaces/task.interface.d.ts diff --git a/ClientApp/node_modules/listr2/dist/interfaces/task.interface.js b/apps/angular/node_modules/listr2/dist/interfaces/task.interface.js similarity index 100% rename from ClientApp/node_modules/listr2/dist/interfaces/task.interface.js rename to apps/angular/node_modules/listr2/dist/interfaces/task.interface.js diff --git a/ClientApp/node_modules/listr2/dist/lib/task-wrapper.d.ts b/apps/angular/node_modules/listr2/dist/lib/task-wrapper.d.ts similarity index 100% rename from ClientApp/node_modules/listr2/dist/lib/task-wrapper.d.ts rename to apps/angular/node_modules/listr2/dist/lib/task-wrapper.d.ts diff --git a/ClientApp/node_modules/listr2/dist/lib/task-wrapper.js b/apps/angular/node_modules/listr2/dist/lib/task-wrapper.js similarity index 100% rename from ClientApp/node_modules/listr2/dist/lib/task-wrapper.js rename to apps/angular/node_modules/listr2/dist/lib/task-wrapper.js diff --git a/ClientApp/node_modules/listr2/dist/lib/task.d.ts b/apps/angular/node_modules/listr2/dist/lib/task.d.ts similarity index 100% rename from ClientApp/node_modules/listr2/dist/lib/task.d.ts rename to apps/angular/node_modules/listr2/dist/lib/task.d.ts diff --git a/ClientApp/node_modules/listr2/dist/lib/task.js b/apps/angular/node_modules/listr2/dist/lib/task.js similarity index 100% rename from ClientApp/node_modules/listr2/dist/lib/task.js rename to apps/angular/node_modules/listr2/dist/lib/task.js diff --git a/ClientApp/node_modules/listr2/dist/listr.d.ts b/apps/angular/node_modules/listr2/dist/listr.d.ts similarity index 100% rename from ClientApp/node_modules/listr2/dist/listr.d.ts rename to apps/angular/node_modules/listr2/dist/listr.d.ts diff --git a/ClientApp/node_modules/listr2/dist/listr.js b/apps/angular/node_modules/listr2/dist/listr.js similarity index 100% rename from ClientApp/node_modules/listr2/dist/listr.js rename to apps/angular/node_modules/listr2/dist/listr.js diff --git a/ClientApp/node_modules/listr2/dist/manager.d.ts b/apps/angular/node_modules/listr2/dist/manager.d.ts similarity index 100% rename from ClientApp/node_modules/listr2/dist/manager.d.ts rename to apps/angular/node_modules/listr2/dist/manager.d.ts diff --git a/ClientApp/node_modules/listr2/dist/manager.js b/apps/angular/node_modules/listr2/dist/manager.js similarity index 100% rename from ClientApp/node_modules/listr2/dist/manager.js rename to apps/angular/node_modules/listr2/dist/manager.js diff --git a/ClientApp/node_modules/listr2/dist/renderer/default.renderer.d.ts b/apps/angular/node_modules/listr2/dist/renderer/default.renderer.d.ts similarity index 100% rename from ClientApp/node_modules/listr2/dist/renderer/default.renderer.d.ts rename to apps/angular/node_modules/listr2/dist/renderer/default.renderer.d.ts diff --git a/ClientApp/node_modules/listr2/dist/renderer/default.renderer.js b/apps/angular/node_modules/listr2/dist/renderer/default.renderer.js similarity index 100% rename from ClientApp/node_modules/listr2/dist/renderer/default.renderer.js rename to apps/angular/node_modules/listr2/dist/renderer/default.renderer.js diff --git a/ClientApp/node_modules/listr2/dist/renderer/silent.renderer.d.ts b/apps/angular/node_modules/listr2/dist/renderer/silent.renderer.d.ts similarity index 100% rename from ClientApp/node_modules/listr2/dist/renderer/silent.renderer.d.ts rename to apps/angular/node_modules/listr2/dist/renderer/silent.renderer.d.ts diff --git a/ClientApp/node_modules/listr2/dist/renderer/silent.renderer.js b/apps/angular/node_modules/listr2/dist/renderer/silent.renderer.js similarity index 100% rename from ClientApp/node_modules/listr2/dist/renderer/silent.renderer.js rename to apps/angular/node_modules/listr2/dist/renderer/silent.renderer.js diff --git a/ClientApp/node_modules/listr2/dist/renderer/simple.renderer.d.ts b/apps/angular/node_modules/listr2/dist/renderer/simple.renderer.d.ts similarity index 100% rename from ClientApp/node_modules/listr2/dist/renderer/simple.renderer.d.ts rename to apps/angular/node_modules/listr2/dist/renderer/simple.renderer.d.ts diff --git a/ClientApp/node_modules/listr2/dist/renderer/simple.renderer.js b/apps/angular/node_modules/listr2/dist/renderer/simple.renderer.js similarity index 100% rename from ClientApp/node_modules/listr2/dist/renderer/simple.renderer.js rename to apps/angular/node_modules/listr2/dist/renderer/simple.renderer.js diff --git a/ClientApp/node_modules/listr2/dist/renderer/verbose.renderer.d.ts b/apps/angular/node_modules/listr2/dist/renderer/verbose.renderer.d.ts similarity index 100% rename from ClientApp/node_modules/listr2/dist/renderer/verbose.renderer.d.ts rename to apps/angular/node_modules/listr2/dist/renderer/verbose.renderer.d.ts diff --git a/ClientApp/node_modules/listr2/dist/renderer/verbose.renderer.js b/apps/angular/node_modules/listr2/dist/renderer/verbose.renderer.js similarity index 100% rename from ClientApp/node_modules/listr2/dist/renderer/verbose.renderer.js rename to apps/angular/node_modules/listr2/dist/renderer/verbose.renderer.js diff --git a/ClientApp/node_modules/listr2/dist/utils/assert.d.ts b/apps/angular/node_modules/listr2/dist/utils/assert.d.ts similarity index 100% rename from ClientApp/node_modules/listr2/dist/utils/assert.d.ts rename to apps/angular/node_modules/listr2/dist/utils/assert.d.ts diff --git a/ClientApp/node_modules/listr2/dist/utils/assert.js b/apps/angular/node_modules/listr2/dist/utils/assert.js similarity index 100% rename from ClientApp/node_modules/listr2/dist/utils/assert.js rename to apps/angular/node_modules/listr2/dist/utils/assert.js diff --git a/ClientApp/node_modules/listr2/dist/utils/colorette.d.ts b/apps/angular/node_modules/listr2/dist/utils/colorette.d.ts similarity index 100% rename from ClientApp/node_modules/listr2/dist/utils/colorette.d.ts rename to apps/angular/node_modules/listr2/dist/utils/colorette.d.ts diff --git a/ClientApp/node_modules/listr2/dist/utils/colorette.js b/apps/angular/node_modules/listr2/dist/utils/colorette.js similarity index 100% rename from ClientApp/node_modules/listr2/dist/utils/colorette.js rename to apps/angular/node_modules/listr2/dist/utils/colorette.js diff --git a/ClientApp/node_modules/listr2/dist/utils/figures.d.ts b/apps/angular/node_modules/listr2/dist/utils/figures.d.ts similarity index 100% rename from ClientApp/node_modules/listr2/dist/utils/figures.d.ts rename to apps/angular/node_modules/listr2/dist/utils/figures.d.ts diff --git a/ClientApp/node_modules/listr2/dist/utils/figures.js b/apps/angular/node_modules/listr2/dist/utils/figures.js similarity index 100% rename from ClientApp/node_modules/listr2/dist/utils/figures.js rename to apps/angular/node_modules/listr2/dist/utils/figures.js diff --git a/ClientApp/node_modules/listr2/dist/utils/general.d.ts b/apps/angular/node_modules/listr2/dist/utils/general.d.ts similarity index 100% rename from ClientApp/node_modules/listr2/dist/utils/general.d.ts rename to apps/angular/node_modules/listr2/dist/utils/general.d.ts diff --git a/ClientApp/node_modules/listr2/dist/utils/general.js b/apps/angular/node_modules/listr2/dist/utils/general.js similarity index 100% rename from ClientApp/node_modules/listr2/dist/utils/general.js rename to apps/angular/node_modules/listr2/dist/utils/general.js diff --git a/ClientApp/node_modules/listr2/dist/utils/indent-string.d.ts b/apps/angular/node_modules/listr2/dist/utils/indent-string.d.ts similarity index 100% rename from ClientApp/node_modules/listr2/dist/utils/indent-string.d.ts rename to apps/angular/node_modules/listr2/dist/utils/indent-string.d.ts diff --git a/ClientApp/node_modules/listr2/dist/utils/indent-string.js b/apps/angular/node_modules/listr2/dist/utils/indent-string.js similarity index 100% rename from ClientApp/node_modules/listr2/dist/utils/indent-string.js rename to apps/angular/node_modules/listr2/dist/utils/indent-string.js diff --git a/ClientApp/node_modules/listr2/dist/utils/is-unicode-supported.d.ts b/apps/angular/node_modules/listr2/dist/utils/is-unicode-supported.d.ts similarity index 100% rename from ClientApp/node_modules/listr2/dist/utils/is-unicode-supported.d.ts rename to apps/angular/node_modules/listr2/dist/utils/is-unicode-supported.d.ts diff --git a/ClientApp/node_modules/listr2/dist/utils/is-unicode-supported.js b/apps/angular/node_modules/listr2/dist/utils/is-unicode-supported.js similarity index 100% rename from ClientApp/node_modules/listr2/dist/utils/is-unicode-supported.js rename to apps/angular/node_modules/listr2/dist/utils/is-unicode-supported.js diff --git a/ClientApp/node_modules/listr2/dist/utils/logger.constants.d.ts b/apps/angular/node_modules/listr2/dist/utils/logger.constants.d.ts similarity index 100% rename from ClientApp/node_modules/listr2/dist/utils/logger.constants.d.ts rename to apps/angular/node_modules/listr2/dist/utils/logger.constants.d.ts diff --git a/ClientApp/node_modules/listr2/dist/utils/logger.constants.js b/apps/angular/node_modules/listr2/dist/utils/logger.constants.js similarity index 100% rename from ClientApp/node_modules/listr2/dist/utils/logger.constants.js rename to apps/angular/node_modules/listr2/dist/utils/logger.constants.js diff --git a/ClientApp/node_modules/listr2/dist/utils/logger.d.ts b/apps/angular/node_modules/listr2/dist/utils/logger.d.ts similarity index 100% rename from ClientApp/node_modules/listr2/dist/utils/logger.d.ts rename to apps/angular/node_modules/listr2/dist/utils/logger.d.ts diff --git a/ClientApp/node_modules/listr2/dist/utils/logger.interface.d.ts b/apps/angular/node_modules/listr2/dist/utils/logger.interface.d.ts similarity index 100% rename from ClientApp/node_modules/listr2/dist/utils/logger.interface.d.ts rename to apps/angular/node_modules/listr2/dist/utils/logger.interface.d.ts diff --git a/ClientApp/node_modules/listr2/dist/utils/logger.interface.js b/apps/angular/node_modules/listr2/dist/utils/logger.interface.js similarity index 100% rename from ClientApp/node_modules/listr2/dist/utils/logger.interface.js rename to apps/angular/node_modules/listr2/dist/utils/logger.interface.js diff --git a/ClientApp/node_modules/listr2/dist/utils/logger.js b/apps/angular/node_modules/listr2/dist/utils/logger.js similarity index 100% rename from ClientApp/node_modules/listr2/dist/utils/logger.js rename to apps/angular/node_modules/listr2/dist/utils/logger.js diff --git a/ClientApp/node_modules/listr2/dist/utils/parse-time.d.ts b/apps/angular/node_modules/listr2/dist/utils/parse-time.d.ts similarity index 100% rename from ClientApp/node_modules/listr2/dist/utils/parse-time.d.ts rename to apps/angular/node_modules/listr2/dist/utils/parse-time.d.ts diff --git a/ClientApp/node_modules/listr2/dist/utils/parse-time.js b/apps/angular/node_modules/listr2/dist/utils/parse-time.js similarity index 100% rename from ClientApp/node_modules/listr2/dist/utils/parse-time.js rename to apps/angular/node_modules/listr2/dist/utils/parse-time.js diff --git a/ClientApp/node_modules/listr2/dist/utils/prompt.d.ts b/apps/angular/node_modules/listr2/dist/utils/prompt.d.ts similarity index 100% rename from ClientApp/node_modules/listr2/dist/utils/prompt.d.ts rename to apps/angular/node_modules/listr2/dist/utils/prompt.d.ts diff --git a/ClientApp/node_modules/listr2/dist/utils/prompt.interface.d.ts b/apps/angular/node_modules/listr2/dist/utils/prompt.interface.d.ts similarity index 100% rename from ClientApp/node_modules/listr2/dist/utils/prompt.interface.d.ts rename to apps/angular/node_modules/listr2/dist/utils/prompt.interface.d.ts diff --git a/ClientApp/node_modules/listr2/dist/utils/prompt.interface.js b/apps/angular/node_modules/listr2/dist/utils/prompt.interface.js similarity index 100% rename from ClientApp/node_modules/listr2/dist/utils/prompt.interface.js rename to apps/angular/node_modules/listr2/dist/utils/prompt.interface.js diff --git a/ClientApp/node_modules/listr2/dist/utils/prompt.js b/apps/angular/node_modules/listr2/dist/utils/prompt.js similarity index 100% rename from ClientApp/node_modules/listr2/dist/utils/prompt.js rename to apps/angular/node_modules/listr2/dist/utils/prompt.js diff --git a/ClientApp/node_modules/listr2/dist/utils/renderer.d.ts b/apps/angular/node_modules/listr2/dist/utils/renderer.d.ts similarity index 100% rename from ClientApp/node_modules/listr2/dist/utils/renderer.d.ts rename to apps/angular/node_modules/listr2/dist/utils/renderer.d.ts diff --git a/ClientApp/node_modules/listr2/dist/utils/renderer.js b/apps/angular/node_modules/listr2/dist/utils/renderer.js similarity index 100% rename from ClientApp/node_modules/listr2/dist/utils/renderer.js rename to apps/angular/node_modules/listr2/dist/utils/renderer.js diff --git a/ClientApp/node_modules/listr2/dist/utils/uuid.d.ts b/apps/angular/node_modules/listr2/dist/utils/uuid.d.ts similarity index 100% rename from ClientApp/node_modules/listr2/dist/utils/uuid.d.ts rename to apps/angular/node_modules/listr2/dist/utils/uuid.d.ts diff --git a/ClientApp/node_modules/listr2/dist/utils/uuid.js b/apps/angular/node_modules/listr2/dist/utils/uuid.js similarity index 100% rename from ClientApp/node_modules/listr2/dist/utils/uuid.js rename to apps/angular/node_modules/listr2/dist/utils/uuid.js diff --git a/ClientApp/node_modules/listr2/package.json b/apps/angular/node_modules/listr2/package.json similarity index 100% rename from ClientApp/node_modules/listr2/package.json rename to apps/angular/node_modules/listr2/package.json diff --git a/ClientApp/node_modules/loader-utils/LICENSE b/apps/angular/node_modules/loader-utils/LICENSE similarity index 100% rename from ClientApp/node_modules/loader-utils/LICENSE rename to apps/angular/node_modules/loader-utils/LICENSE diff --git a/ClientApp/node_modules/loader-utils/README.md b/apps/angular/node_modules/loader-utils/README.md similarity index 100% rename from ClientApp/node_modules/loader-utils/README.md rename to apps/angular/node_modules/loader-utils/README.md diff --git a/ClientApp/node_modules/loader-utils/lib/getCurrentRequest.js b/apps/angular/node_modules/loader-utils/lib/getCurrentRequest.js similarity index 100% rename from ClientApp/node_modules/loader-utils/lib/getCurrentRequest.js rename to apps/angular/node_modules/loader-utils/lib/getCurrentRequest.js diff --git a/ClientApp/node_modules/loader-utils/lib/getHashDigest.js b/apps/angular/node_modules/loader-utils/lib/getHashDigest.js similarity index 100% rename from ClientApp/node_modules/loader-utils/lib/getHashDigest.js rename to apps/angular/node_modules/loader-utils/lib/getHashDigest.js diff --git a/ClientApp/node_modules/loader-utils/lib/getOptions.js b/apps/angular/node_modules/loader-utils/lib/getOptions.js similarity index 100% rename from ClientApp/node_modules/loader-utils/lib/getOptions.js rename to apps/angular/node_modules/loader-utils/lib/getOptions.js diff --git a/ClientApp/node_modules/loader-utils/lib/getRemainingRequest.js b/apps/angular/node_modules/loader-utils/lib/getRemainingRequest.js similarity index 100% rename from ClientApp/node_modules/loader-utils/lib/getRemainingRequest.js rename to apps/angular/node_modules/loader-utils/lib/getRemainingRequest.js diff --git a/ClientApp/node_modules/loader-utils/lib/hash/BatchedHash.js b/apps/angular/node_modules/loader-utils/lib/hash/BatchedHash.js similarity index 100% rename from ClientApp/node_modules/loader-utils/lib/hash/BatchedHash.js rename to apps/angular/node_modules/loader-utils/lib/hash/BatchedHash.js diff --git a/ClientApp/node_modules/loader-utils/lib/hash/md4.js b/apps/angular/node_modules/loader-utils/lib/hash/md4.js similarity index 100% rename from ClientApp/node_modules/loader-utils/lib/hash/md4.js rename to apps/angular/node_modules/loader-utils/lib/hash/md4.js diff --git a/ClientApp/node_modules/loader-utils/lib/hash/wasm-hash.js b/apps/angular/node_modules/loader-utils/lib/hash/wasm-hash.js similarity index 100% rename from ClientApp/node_modules/loader-utils/lib/hash/wasm-hash.js rename to apps/angular/node_modules/loader-utils/lib/hash/wasm-hash.js diff --git a/ClientApp/node_modules/loader-utils/lib/index.js b/apps/angular/node_modules/loader-utils/lib/index.js similarity index 100% rename from ClientApp/node_modules/loader-utils/lib/index.js rename to apps/angular/node_modules/loader-utils/lib/index.js diff --git a/ClientApp/node_modules/loader-utils/lib/interpolateName.js b/apps/angular/node_modules/loader-utils/lib/interpolateName.js similarity index 100% rename from ClientApp/node_modules/loader-utils/lib/interpolateName.js rename to apps/angular/node_modules/loader-utils/lib/interpolateName.js diff --git a/ClientApp/node_modules/loader-utils/lib/isUrlRequest.js b/apps/angular/node_modules/loader-utils/lib/isUrlRequest.js similarity index 100% rename from ClientApp/node_modules/loader-utils/lib/isUrlRequest.js rename to apps/angular/node_modules/loader-utils/lib/isUrlRequest.js diff --git a/ClientApp/node_modules/loader-utils/lib/parseQuery.js b/apps/angular/node_modules/loader-utils/lib/parseQuery.js similarity index 100% rename from ClientApp/node_modules/loader-utils/lib/parseQuery.js rename to apps/angular/node_modules/loader-utils/lib/parseQuery.js diff --git a/ClientApp/node_modules/loader-utils/lib/parseString.js b/apps/angular/node_modules/loader-utils/lib/parseString.js similarity index 100% rename from ClientApp/node_modules/loader-utils/lib/parseString.js rename to apps/angular/node_modules/loader-utils/lib/parseString.js diff --git a/ClientApp/node_modules/loader-utils/lib/stringifyRequest.js b/apps/angular/node_modules/loader-utils/lib/stringifyRequest.js similarity index 100% rename from ClientApp/node_modules/loader-utils/lib/stringifyRequest.js rename to apps/angular/node_modules/loader-utils/lib/stringifyRequest.js diff --git a/ClientApp/node_modules/loader-utils/lib/urlToRequest.js b/apps/angular/node_modules/loader-utils/lib/urlToRequest.js similarity index 100% rename from ClientApp/node_modules/loader-utils/lib/urlToRequest.js rename to apps/angular/node_modules/loader-utils/lib/urlToRequest.js diff --git a/ClientApp/node_modules/loader-utils/package.json b/apps/angular/node_modules/loader-utils/package.json similarity index 100% rename from ClientApp/node_modules/loader-utils/package.json rename to apps/angular/node_modules/loader-utils/package.json diff --git a/ClientApp/node_modules/local-pkg/LICENSE b/apps/angular/node_modules/local-pkg/LICENSE similarity index 100% rename from ClientApp/node_modules/local-pkg/LICENSE rename to apps/angular/node_modules/local-pkg/LICENSE diff --git a/ClientApp/node_modules/local-pkg/README.md b/apps/angular/node_modules/local-pkg/README.md similarity index 100% rename from ClientApp/node_modules/local-pkg/README.md rename to apps/angular/node_modules/local-pkg/README.md diff --git a/ClientApp/node_modules/local-pkg/dist/index.cjs b/apps/angular/node_modules/local-pkg/dist/index.cjs similarity index 100% rename from ClientApp/node_modules/local-pkg/dist/index.cjs rename to apps/angular/node_modules/local-pkg/dist/index.cjs diff --git a/ClientApp/node_modules/local-pkg/dist/index.d.cts b/apps/angular/node_modules/local-pkg/dist/index.d.cts similarity index 100% rename from ClientApp/node_modules/local-pkg/dist/index.d.cts rename to apps/angular/node_modules/local-pkg/dist/index.d.cts diff --git a/ClientApp/node_modules/local-pkg/dist/index.d.mts b/apps/angular/node_modules/local-pkg/dist/index.d.mts similarity index 100% rename from ClientApp/node_modules/local-pkg/dist/index.d.mts rename to apps/angular/node_modules/local-pkg/dist/index.d.mts diff --git a/ClientApp/node_modules/local-pkg/dist/index.d.ts b/apps/angular/node_modules/local-pkg/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/local-pkg/dist/index.d.ts rename to apps/angular/node_modules/local-pkg/dist/index.d.ts diff --git a/ClientApp/node_modules/local-pkg/dist/index.mjs b/apps/angular/node_modules/local-pkg/dist/index.mjs similarity index 100% rename from ClientApp/node_modules/local-pkg/dist/index.mjs rename to apps/angular/node_modules/local-pkg/dist/index.mjs diff --git a/ClientApp/node_modules/local-pkg/package.json b/apps/angular/node_modules/local-pkg/package.json similarity index 100% rename from ClientApp/node_modules/local-pkg/package.json rename to apps/angular/node_modules/local-pkg/package.json diff --git a/ClientApp/node_modules/locate-path/index.d.ts b/apps/angular/node_modules/locate-path/index.d.ts similarity index 100% rename from ClientApp/node_modules/locate-path/index.d.ts rename to apps/angular/node_modules/locate-path/index.d.ts diff --git a/ClientApp/node_modules/locate-path/index.js b/apps/angular/node_modules/locate-path/index.js similarity index 100% rename from ClientApp/node_modules/locate-path/index.js rename to apps/angular/node_modules/locate-path/index.js diff --git a/ClientApp/node_modules/locate-path/license b/apps/angular/node_modules/locate-path/license similarity index 100% rename from ClientApp/node_modules/locate-path/license rename to apps/angular/node_modules/locate-path/license diff --git a/ClientApp/node_modules/locate-path/package.json b/apps/angular/node_modules/locate-path/package.json similarity index 100% rename from ClientApp/node_modules/locate-path/package.json rename to apps/angular/node_modules/locate-path/package.json diff --git a/ClientApp/node_modules/locate-path/readme.md b/apps/angular/node_modules/locate-path/readme.md similarity index 100% rename from ClientApp/node_modules/locate-path/readme.md rename to apps/angular/node_modules/locate-path/readme.md diff --git a/ClientApp/node_modules/lodash.merge/LICENSE b/apps/angular/node_modules/lodash.merge/LICENSE similarity index 100% rename from ClientApp/node_modules/lodash.merge/LICENSE rename to apps/angular/node_modules/lodash.merge/LICENSE diff --git a/ClientApp/node_modules/lodash.merge/README.md b/apps/angular/node_modules/lodash.merge/README.md similarity index 100% rename from ClientApp/node_modules/lodash.merge/README.md rename to apps/angular/node_modules/lodash.merge/README.md diff --git a/ClientApp/node_modules/lodash.merge/index.js b/apps/angular/node_modules/lodash.merge/index.js similarity index 100% rename from ClientApp/node_modules/lodash.merge/index.js rename to apps/angular/node_modules/lodash.merge/index.js diff --git a/ClientApp/node_modules/lodash.merge/package.json b/apps/angular/node_modules/lodash.merge/package.json similarity index 100% rename from ClientApp/node_modules/lodash.merge/package.json rename to apps/angular/node_modules/lodash.merge/package.json diff --git a/ClientApp/node_modules/lodash.once/LICENSE b/apps/angular/node_modules/lodash.once/LICENSE similarity index 100% rename from ClientApp/node_modules/lodash.once/LICENSE rename to apps/angular/node_modules/lodash.once/LICENSE diff --git a/ClientApp/node_modules/lodash.once/README.md b/apps/angular/node_modules/lodash.once/README.md similarity index 100% rename from ClientApp/node_modules/lodash.once/README.md rename to apps/angular/node_modules/lodash.once/README.md diff --git a/ClientApp/node_modules/lodash.once/index.js b/apps/angular/node_modules/lodash.once/index.js similarity index 100% rename from ClientApp/node_modules/lodash.once/index.js rename to apps/angular/node_modules/lodash.once/index.js diff --git a/ClientApp/node_modules/lodash.once/package.json b/apps/angular/node_modules/lodash.once/package.json similarity index 100% rename from ClientApp/node_modules/lodash.once/package.json rename to apps/angular/node_modules/lodash.once/package.json diff --git a/ClientApp/node_modules/lodash/LICENSE b/apps/angular/node_modules/lodash/LICENSE similarity index 100% rename from ClientApp/node_modules/lodash/LICENSE rename to apps/angular/node_modules/lodash/LICENSE diff --git a/ClientApp/node_modules/lodash/README.md b/apps/angular/node_modules/lodash/README.md similarity index 100% rename from ClientApp/node_modules/lodash/README.md rename to apps/angular/node_modules/lodash/README.md diff --git a/ClientApp/node_modules/lodash/_DataView.js b/apps/angular/node_modules/lodash/_DataView.js similarity index 100% rename from ClientApp/node_modules/lodash/_DataView.js rename to apps/angular/node_modules/lodash/_DataView.js diff --git a/ClientApp/node_modules/lodash/_Hash.js b/apps/angular/node_modules/lodash/_Hash.js similarity index 100% rename from ClientApp/node_modules/lodash/_Hash.js rename to apps/angular/node_modules/lodash/_Hash.js diff --git a/ClientApp/node_modules/lodash/_LazyWrapper.js b/apps/angular/node_modules/lodash/_LazyWrapper.js similarity index 100% rename from ClientApp/node_modules/lodash/_LazyWrapper.js rename to apps/angular/node_modules/lodash/_LazyWrapper.js diff --git a/ClientApp/node_modules/lodash/_ListCache.js b/apps/angular/node_modules/lodash/_ListCache.js similarity index 100% rename from ClientApp/node_modules/lodash/_ListCache.js rename to apps/angular/node_modules/lodash/_ListCache.js diff --git a/ClientApp/node_modules/lodash/_LodashWrapper.js b/apps/angular/node_modules/lodash/_LodashWrapper.js similarity index 100% rename from ClientApp/node_modules/lodash/_LodashWrapper.js rename to apps/angular/node_modules/lodash/_LodashWrapper.js diff --git a/ClientApp/node_modules/lodash/_Map.js b/apps/angular/node_modules/lodash/_Map.js similarity index 100% rename from ClientApp/node_modules/lodash/_Map.js rename to apps/angular/node_modules/lodash/_Map.js diff --git a/ClientApp/node_modules/lodash/_MapCache.js b/apps/angular/node_modules/lodash/_MapCache.js similarity index 100% rename from ClientApp/node_modules/lodash/_MapCache.js rename to apps/angular/node_modules/lodash/_MapCache.js diff --git a/ClientApp/node_modules/lodash/_Promise.js b/apps/angular/node_modules/lodash/_Promise.js similarity index 100% rename from ClientApp/node_modules/lodash/_Promise.js rename to apps/angular/node_modules/lodash/_Promise.js diff --git a/ClientApp/node_modules/lodash/_Set.js b/apps/angular/node_modules/lodash/_Set.js similarity index 100% rename from ClientApp/node_modules/lodash/_Set.js rename to apps/angular/node_modules/lodash/_Set.js diff --git a/ClientApp/node_modules/lodash/_SetCache.js b/apps/angular/node_modules/lodash/_SetCache.js similarity index 100% rename from ClientApp/node_modules/lodash/_SetCache.js rename to apps/angular/node_modules/lodash/_SetCache.js diff --git a/ClientApp/node_modules/lodash/_Stack.js b/apps/angular/node_modules/lodash/_Stack.js similarity index 100% rename from ClientApp/node_modules/lodash/_Stack.js rename to apps/angular/node_modules/lodash/_Stack.js diff --git a/ClientApp/node_modules/lodash/_Symbol.js b/apps/angular/node_modules/lodash/_Symbol.js similarity index 100% rename from ClientApp/node_modules/lodash/_Symbol.js rename to apps/angular/node_modules/lodash/_Symbol.js diff --git a/ClientApp/node_modules/lodash/_Uint8Array.js b/apps/angular/node_modules/lodash/_Uint8Array.js similarity index 100% rename from ClientApp/node_modules/lodash/_Uint8Array.js rename to apps/angular/node_modules/lodash/_Uint8Array.js diff --git a/ClientApp/node_modules/lodash/_WeakMap.js b/apps/angular/node_modules/lodash/_WeakMap.js similarity index 100% rename from ClientApp/node_modules/lodash/_WeakMap.js rename to apps/angular/node_modules/lodash/_WeakMap.js diff --git a/ClientApp/node_modules/lodash/_apply.js b/apps/angular/node_modules/lodash/_apply.js similarity index 100% rename from ClientApp/node_modules/lodash/_apply.js rename to apps/angular/node_modules/lodash/_apply.js diff --git a/ClientApp/node_modules/lodash/_arrayAggregator.js b/apps/angular/node_modules/lodash/_arrayAggregator.js similarity index 100% rename from ClientApp/node_modules/lodash/_arrayAggregator.js rename to apps/angular/node_modules/lodash/_arrayAggregator.js diff --git a/ClientApp/node_modules/lodash/_arrayEach.js b/apps/angular/node_modules/lodash/_arrayEach.js similarity index 100% rename from ClientApp/node_modules/lodash/_arrayEach.js rename to apps/angular/node_modules/lodash/_arrayEach.js diff --git a/ClientApp/node_modules/lodash/_arrayEachRight.js b/apps/angular/node_modules/lodash/_arrayEachRight.js similarity index 100% rename from ClientApp/node_modules/lodash/_arrayEachRight.js rename to apps/angular/node_modules/lodash/_arrayEachRight.js diff --git a/ClientApp/node_modules/lodash/_arrayEvery.js b/apps/angular/node_modules/lodash/_arrayEvery.js similarity index 100% rename from ClientApp/node_modules/lodash/_arrayEvery.js rename to apps/angular/node_modules/lodash/_arrayEvery.js diff --git a/ClientApp/node_modules/lodash/_arrayFilter.js b/apps/angular/node_modules/lodash/_arrayFilter.js similarity index 100% rename from ClientApp/node_modules/lodash/_arrayFilter.js rename to apps/angular/node_modules/lodash/_arrayFilter.js diff --git a/ClientApp/node_modules/lodash/_arrayIncludes.js b/apps/angular/node_modules/lodash/_arrayIncludes.js similarity index 100% rename from ClientApp/node_modules/lodash/_arrayIncludes.js rename to apps/angular/node_modules/lodash/_arrayIncludes.js diff --git a/ClientApp/node_modules/lodash/_arrayIncludesWith.js b/apps/angular/node_modules/lodash/_arrayIncludesWith.js similarity index 100% rename from ClientApp/node_modules/lodash/_arrayIncludesWith.js rename to apps/angular/node_modules/lodash/_arrayIncludesWith.js diff --git a/ClientApp/node_modules/lodash/_arrayLikeKeys.js b/apps/angular/node_modules/lodash/_arrayLikeKeys.js similarity index 100% rename from ClientApp/node_modules/lodash/_arrayLikeKeys.js rename to apps/angular/node_modules/lodash/_arrayLikeKeys.js diff --git a/ClientApp/node_modules/lodash/_arrayMap.js b/apps/angular/node_modules/lodash/_arrayMap.js similarity index 100% rename from ClientApp/node_modules/lodash/_arrayMap.js rename to apps/angular/node_modules/lodash/_arrayMap.js diff --git a/ClientApp/node_modules/lodash/_arrayPush.js b/apps/angular/node_modules/lodash/_arrayPush.js similarity index 100% rename from ClientApp/node_modules/lodash/_arrayPush.js rename to apps/angular/node_modules/lodash/_arrayPush.js diff --git a/ClientApp/node_modules/lodash/_arrayReduce.js b/apps/angular/node_modules/lodash/_arrayReduce.js similarity index 100% rename from ClientApp/node_modules/lodash/_arrayReduce.js rename to apps/angular/node_modules/lodash/_arrayReduce.js diff --git a/ClientApp/node_modules/lodash/_arrayReduceRight.js b/apps/angular/node_modules/lodash/_arrayReduceRight.js similarity index 100% rename from ClientApp/node_modules/lodash/_arrayReduceRight.js rename to apps/angular/node_modules/lodash/_arrayReduceRight.js diff --git a/ClientApp/node_modules/lodash/_arraySample.js b/apps/angular/node_modules/lodash/_arraySample.js similarity index 100% rename from ClientApp/node_modules/lodash/_arraySample.js rename to apps/angular/node_modules/lodash/_arraySample.js diff --git a/ClientApp/node_modules/lodash/_arraySampleSize.js b/apps/angular/node_modules/lodash/_arraySampleSize.js similarity index 100% rename from ClientApp/node_modules/lodash/_arraySampleSize.js rename to apps/angular/node_modules/lodash/_arraySampleSize.js diff --git a/ClientApp/node_modules/lodash/_arrayShuffle.js b/apps/angular/node_modules/lodash/_arrayShuffle.js similarity index 100% rename from ClientApp/node_modules/lodash/_arrayShuffle.js rename to apps/angular/node_modules/lodash/_arrayShuffle.js diff --git a/ClientApp/node_modules/lodash/_arraySome.js b/apps/angular/node_modules/lodash/_arraySome.js similarity index 100% rename from ClientApp/node_modules/lodash/_arraySome.js rename to apps/angular/node_modules/lodash/_arraySome.js diff --git a/ClientApp/node_modules/lodash/_asciiSize.js b/apps/angular/node_modules/lodash/_asciiSize.js similarity index 100% rename from ClientApp/node_modules/lodash/_asciiSize.js rename to apps/angular/node_modules/lodash/_asciiSize.js diff --git a/ClientApp/node_modules/lodash/_asciiToArray.js b/apps/angular/node_modules/lodash/_asciiToArray.js similarity index 100% rename from ClientApp/node_modules/lodash/_asciiToArray.js rename to apps/angular/node_modules/lodash/_asciiToArray.js diff --git a/ClientApp/node_modules/lodash/_asciiWords.js b/apps/angular/node_modules/lodash/_asciiWords.js similarity index 100% rename from ClientApp/node_modules/lodash/_asciiWords.js rename to apps/angular/node_modules/lodash/_asciiWords.js diff --git a/ClientApp/node_modules/lodash/_assignMergeValue.js b/apps/angular/node_modules/lodash/_assignMergeValue.js similarity index 100% rename from ClientApp/node_modules/lodash/_assignMergeValue.js rename to apps/angular/node_modules/lodash/_assignMergeValue.js diff --git a/ClientApp/node_modules/lodash/_assignValue.js b/apps/angular/node_modules/lodash/_assignValue.js similarity index 100% rename from ClientApp/node_modules/lodash/_assignValue.js rename to apps/angular/node_modules/lodash/_assignValue.js diff --git a/ClientApp/node_modules/lodash/_assocIndexOf.js b/apps/angular/node_modules/lodash/_assocIndexOf.js similarity index 100% rename from ClientApp/node_modules/lodash/_assocIndexOf.js rename to apps/angular/node_modules/lodash/_assocIndexOf.js diff --git a/ClientApp/node_modules/lodash/_baseAggregator.js b/apps/angular/node_modules/lodash/_baseAggregator.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseAggregator.js rename to apps/angular/node_modules/lodash/_baseAggregator.js diff --git a/ClientApp/node_modules/lodash/_baseAssign.js b/apps/angular/node_modules/lodash/_baseAssign.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseAssign.js rename to apps/angular/node_modules/lodash/_baseAssign.js diff --git a/ClientApp/node_modules/lodash/_baseAssignIn.js b/apps/angular/node_modules/lodash/_baseAssignIn.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseAssignIn.js rename to apps/angular/node_modules/lodash/_baseAssignIn.js diff --git a/ClientApp/node_modules/lodash/_baseAssignValue.js b/apps/angular/node_modules/lodash/_baseAssignValue.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseAssignValue.js rename to apps/angular/node_modules/lodash/_baseAssignValue.js diff --git a/ClientApp/node_modules/lodash/_baseAt.js b/apps/angular/node_modules/lodash/_baseAt.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseAt.js rename to apps/angular/node_modules/lodash/_baseAt.js diff --git a/ClientApp/node_modules/lodash/_baseClamp.js b/apps/angular/node_modules/lodash/_baseClamp.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseClamp.js rename to apps/angular/node_modules/lodash/_baseClamp.js diff --git a/ClientApp/node_modules/lodash/_baseClone.js b/apps/angular/node_modules/lodash/_baseClone.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseClone.js rename to apps/angular/node_modules/lodash/_baseClone.js diff --git a/ClientApp/node_modules/lodash/_baseConforms.js b/apps/angular/node_modules/lodash/_baseConforms.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseConforms.js rename to apps/angular/node_modules/lodash/_baseConforms.js diff --git a/ClientApp/node_modules/lodash/_baseConformsTo.js b/apps/angular/node_modules/lodash/_baseConformsTo.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseConformsTo.js rename to apps/angular/node_modules/lodash/_baseConformsTo.js diff --git a/ClientApp/node_modules/lodash/_baseCreate.js b/apps/angular/node_modules/lodash/_baseCreate.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseCreate.js rename to apps/angular/node_modules/lodash/_baseCreate.js diff --git a/ClientApp/node_modules/lodash/_baseDelay.js b/apps/angular/node_modules/lodash/_baseDelay.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseDelay.js rename to apps/angular/node_modules/lodash/_baseDelay.js diff --git a/ClientApp/node_modules/lodash/_baseDifference.js b/apps/angular/node_modules/lodash/_baseDifference.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseDifference.js rename to apps/angular/node_modules/lodash/_baseDifference.js diff --git a/ClientApp/node_modules/lodash/_baseEach.js b/apps/angular/node_modules/lodash/_baseEach.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseEach.js rename to apps/angular/node_modules/lodash/_baseEach.js diff --git a/ClientApp/node_modules/lodash/_baseEachRight.js b/apps/angular/node_modules/lodash/_baseEachRight.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseEachRight.js rename to apps/angular/node_modules/lodash/_baseEachRight.js diff --git a/ClientApp/node_modules/lodash/_baseEvery.js b/apps/angular/node_modules/lodash/_baseEvery.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseEvery.js rename to apps/angular/node_modules/lodash/_baseEvery.js diff --git a/ClientApp/node_modules/lodash/_baseExtremum.js b/apps/angular/node_modules/lodash/_baseExtremum.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseExtremum.js rename to apps/angular/node_modules/lodash/_baseExtremum.js diff --git a/ClientApp/node_modules/lodash/_baseFill.js b/apps/angular/node_modules/lodash/_baseFill.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseFill.js rename to apps/angular/node_modules/lodash/_baseFill.js diff --git a/ClientApp/node_modules/lodash/_baseFilter.js b/apps/angular/node_modules/lodash/_baseFilter.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseFilter.js rename to apps/angular/node_modules/lodash/_baseFilter.js diff --git a/ClientApp/node_modules/lodash/_baseFindIndex.js b/apps/angular/node_modules/lodash/_baseFindIndex.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseFindIndex.js rename to apps/angular/node_modules/lodash/_baseFindIndex.js diff --git a/ClientApp/node_modules/lodash/_baseFindKey.js b/apps/angular/node_modules/lodash/_baseFindKey.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseFindKey.js rename to apps/angular/node_modules/lodash/_baseFindKey.js diff --git a/ClientApp/node_modules/lodash/_baseFlatten.js b/apps/angular/node_modules/lodash/_baseFlatten.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseFlatten.js rename to apps/angular/node_modules/lodash/_baseFlatten.js diff --git a/ClientApp/node_modules/lodash/_baseFor.js b/apps/angular/node_modules/lodash/_baseFor.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseFor.js rename to apps/angular/node_modules/lodash/_baseFor.js diff --git a/ClientApp/node_modules/lodash/_baseForOwn.js b/apps/angular/node_modules/lodash/_baseForOwn.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseForOwn.js rename to apps/angular/node_modules/lodash/_baseForOwn.js diff --git a/ClientApp/node_modules/lodash/_baseForOwnRight.js b/apps/angular/node_modules/lodash/_baseForOwnRight.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseForOwnRight.js rename to apps/angular/node_modules/lodash/_baseForOwnRight.js diff --git a/ClientApp/node_modules/lodash/_baseForRight.js b/apps/angular/node_modules/lodash/_baseForRight.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseForRight.js rename to apps/angular/node_modules/lodash/_baseForRight.js diff --git a/ClientApp/node_modules/lodash/_baseFunctions.js b/apps/angular/node_modules/lodash/_baseFunctions.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseFunctions.js rename to apps/angular/node_modules/lodash/_baseFunctions.js diff --git a/ClientApp/node_modules/lodash/_baseGet.js b/apps/angular/node_modules/lodash/_baseGet.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseGet.js rename to apps/angular/node_modules/lodash/_baseGet.js diff --git a/ClientApp/node_modules/lodash/_baseGetAllKeys.js b/apps/angular/node_modules/lodash/_baseGetAllKeys.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseGetAllKeys.js rename to apps/angular/node_modules/lodash/_baseGetAllKeys.js diff --git a/ClientApp/node_modules/lodash/_baseGetTag.js b/apps/angular/node_modules/lodash/_baseGetTag.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseGetTag.js rename to apps/angular/node_modules/lodash/_baseGetTag.js diff --git a/ClientApp/node_modules/lodash/_baseGt.js b/apps/angular/node_modules/lodash/_baseGt.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseGt.js rename to apps/angular/node_modules/lodash/_baseGt.js diff --git a/ClientApp/node_modules/lodash/_baseHas.js b/apps/angular/node_modules/lodash/_baseHas.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseHas.js rename to apps/angular/node_modules/lodash/_baseHas.js diff --git a/ClientApp/node_modules/lodash/_baseHasIn.js b/apps/angular/node_modules/lodash/_baseHasIn.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseHasIn.js rename to apps/angular/node_modules/lodash/_baseHasIn.js diff --git a/ClientApp/node_modules/lodash/_baseInRange.js b/apps/angular/node_modules/lodash/_baseInRange.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseInRange.js rename to apps/angular/node_modules/lodash/_baseInRange.js diff --git a/ClientApp/node_modules/lodash/_baseIndexOf.js b/apps/angular/node_modules/lodash/_baseIndexOf.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseIndexOf.js rename to apps/angular/node_modules/lodash/_baseIndexOf.js diff --git a/ClientApp/node_modules/lodash/_baseIndexOfWith.js b/apps/angular/node_modules/lodash/_baseIndexOfWith.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseIndexOfWith.js rename to apps/angular/node_modules/lodash/_baseIndexOfWith.js diff --git a/ClientApp/node_modules/lodash/_baseIntersection.js b/apps/angular/node_modules/lodash/_baseIntersection.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseIntersection.js rename to apps/angular/node_modules/lodash/_baseIntersection.js diff --git a/ClientApp/node_modules/lodash/_baseInverter.js b/apps/angular/node_modules/lodash/_baseInverter.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseInverter.js rename to apps/angular/node_modules/lodash/_baseInverter.js diff --git a/ClientApp/node_modules/lodash/_baseInvoke.js b/apps/angular/node_modules/lodash/_baseInvoke.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseInvoke.js rename to apps/angular/node_modules/lodash/_baseInvoke.js diff --git a/ClientApp/node_modules/lodash/_baseIsArguments.js b/apps/angular/node_modules/lodash/_baseIsArguments.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseIsArguments.js rename to apps/angular/node_modules/lodash/_baseIsArguments.js diff --git a/ClientApp/node_modules/lodash/_baseIsArrayBuffer.js b/apps/angular/node_modules/lodash/_baseIsArrayBuffer.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseIsArrayBuffer.js rename to apps/angular/node_modules/lodash/_baseIsArrayBuffer.js diff --git a/ClientApp/node_modules/lodash/_baseIsDate.js b/apps/angular/node_modules/lodash/_baseIsDate.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseIsDate.js rename to apps/angular/node_modules/lodash/_baseIsDate.js diff --git a/ClientApp/node_modules/lodash/_baseIsEqual.js b/apps/angular/node_modules/lodash/_baseIsEqual.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseIsEqual.js rename to apps/angular/node_modules/lodash/_baseIsEqual.js diff --git a/ClientApp/node_modules/lodash/_baseIsEqualDeep.js b/apps/angular/node_modules/lodash/_baseIsEqualDeep.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseIsEqualDeep.js rename to apps/angular/node_modules/lodash/_baseIsEqualDeep.js diff --git a/ClientApp/node_modules/lodash/_baseIsMap.js b/apps/angular/node_modules/lodash/_baseIsMap.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseIsMap.js rename to apps/angular/node_modules/lodash/_baseIsMap.js diff --git a/ClientApp/node_modules/lodash/_baseIsMatch.js b/apps/angular/node_modules/lodash/_baseIsMatch.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseIsMatch.js rename to apps/angular/node_modules/lodash/_baseIsMatch.js diff --git a/ClientApp/node_modules/lodash/_baseIsNaN.js b/apps/angular/node_modules/lodash/_baseIsNaN.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseIsNaN.js rename to apps/angular/node_modules/lodash/_baseIsNaN.js diff --git a/ClientApp/node_modules/lodash/_baseIsNative.js b/apps/angular/node_modules/lodash/_baseIsNative.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseIsNative.js rename to apps/angular/node_modules/lodash/_baseIsNative.js diff --git a/ClientApp/node_modules/lodash/_baseIsRegExp.js b/apps/angular/node_modules/lodash/_baseIsRegExp.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseIsRegExp.js rename to apps/angular/node_modules/lodash/_baseIsRegExp.js diff --git a/ClientApp/node_modules/lodash/_baseIsSet.js b/apps/angular/node_modules/lodash/_baseIsSet.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseIsSet.js rename to apps/angular/node_modules/lodash/_baseIsSet.js diff --git a/ClientApp/node_modules/lodash/_baseIsTypedArray.js b/apps/angular/node_modules/lodash/_baseIsTypedArray.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseIsTypedArray.js rename to apps/angular/node_modules/lodash/_baseIsTypedArray.js diff --git a/ClientApp/node_modules/lodash/_baseIteratee.js b/apps/angular/node_modules/lodash/_baseIteratee.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseIteratee.js rename to apps/angular/node_modules/lodash/_baseIteratee.js diff --git a/ClientApp/node_modules/lodash/_baseKeys.js b/apps/angular/node_modules/lodash/_baseKeys.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseKeys.js rename to apps/angular/node_modules/lodash/_baseKeys.js diff --git a/ClientApp/node_modules/lodash/_baseKeysIn.js b/apps/angular/node_modules/lodash/_baseKeysIn.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseKeysIn.js rename to apps/angular/node_modules/lodash/_baseKeysIn.js diff --git a/ClientApp/node_modules/lodash/_baseLodash.js b/apps/angular/node_modules/lodash/_baseLodash.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseLodash.js rename to apps/angular/node_modules/lodash/_baseLodash.js diff --git a/ClientApp/node_modules/lodash/_baseLt.js b/apps/angular/node_modules/lodash/_baseLt.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseLt.js rename to apps/angular/node_modules/lodash/_baseLt.js diff --git a/ClientApp/node_modules/lodash/_baseMap.js b/apps/angular/node_modules/lodash/_baseMap.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseMap.js rename to apps/angular/node_modules/lodash/_baseMap.js diff --git a/ClientApp/node_modules/lodash/_baseMatches.js b/apps/angular/node_modules/lodash/_baseMatches.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseMatches.js rename to apps/angular/node_modules/lodash/_baseMatches.js diff --git a/ClientApp/node_modules/lodash/_baseMatchesProperty.js b/apps/angular/node_modules/lodash/_baseMatchesProperty.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseMatchesProperty.js rename to apps/angular/node_modules/lodash/_baseMatchesProperty.js diff --git a/ClientApp/node_modules/lodash/_baseMean.js b/apps/angular/node_modules/lodash/_baseMean.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseMean.js rename to apps/angular/node_modules/lodash/_baseMean.js diff --git a/ClientApp/node_modules/lodash/_baseMerge.js b/apps/angular/node_modules/lodash/_baseMerge.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseMerge.js rename to apps/angular/node_modules/lodash/_baseMerge.js diff --git a/ClientApp/node_modules/lodash/_baseMergeDeep.js b/apps/angular/node_modules/lodash/_baseMergeDeep.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseMergeDeep.js rename to apps/angular/node_modules/lodash/_baseMergeDeep.js diff --git a/ClientApp/node_modules/lodash/_baseNth.js b/apps/angular/node_modules/lodash/_baseNth.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseNth.js rename to apps/angular/node_modules/lodash/_baseNth.js diff --git a/ClientApp/node_modules/lodash/_baseOrderBy.js b/apps/angular/node_modules/lodash/_baseOrderBy.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseOrderBy.js rename to apps/angular/node_modules/lodash/_baseOrderBy.js diff --git a/ClientApp/node_modules/lodash/_basePick.js b/apps/angular/node_modules/lodash/_basePick.js similarity index 100% rename from ClientApp/node_modules/lodash/_basePick.js rename to apps/angular/node_modules/lodash/_basePick.js diff --git a/ClientApp/node_modules/lodash/_basePickBy.js b/apps/angular/node_modules/lodash/_basePickBy.js similarity index 100% rename from ClientApp/node_modules/lodash/_basePickBy.js rename to apps/angular/node_modules/lodash/_basePickBy.js diff --git a/ClientApp/node_modules/lodash/_baseProperty.js b/apps/angular/node_modules/lodash/_baseProperty.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseProperty.js rename to apps/angular/node_modules/lodash/_baseProperty.js diff --git a/ClientApp/node_modules/lodash/_basePropertyDeep.js b/apps/angular/node_modules/lodash/_basePropertyDeep.js similarity index 100% rename from ClientApp/node_modules/lodash/_basePropertyDeep.js rename to apps/angular/node_modules/lodash/_basePropertyDeep.js diff --git a/ClientApp/node_modules/lodash/_basePropertyOf.js b/apps/angular/node_modules/lodash/_basePropertyOf.js similarity index 100% rename from ClientApp/node_modules/lodash/_basePropertyOf.js rename to apps/angular/node_modules/lodash/_basePropertyOf.js diff --git a/ClientApp/node_modules/lodash/_basePullAll.js b/apps/angular/node_modules/lodash/_basePullAll.js similarity index 100% rename from ClientApp/node_modules/lodash/_basePullAll.js rename to apps/angular/node_modules/lodash/_basePullAll.js diff --git a/ClientApp/node_modules/lodash/_basePullAt.js b/apps/angular/node_modules/lodash/_basePullAt.js similarity index 100% rename from ClientApp/node_modules/lodash/_basePullAt.js rename to apps/angular/node_modules/lodash/_basePullAt.js diff --git a/ClientApp/node_modules/lodash/_baseRandom.js b/apps/angular/node_modules/lodash/_baseRandom.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseRandom.js rename to apps/angular/node_modules/lodash/_baseRandom.js diff --git a/ClientApp/node_modules/lodash/_baseRange.js b/apps/angular/node_modules/lodash/_baseRange.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseRange.js rename to apps/angular/node_modules/lodash/_baseRange.js diff --git a/ClientApp/node_modules/lodash/_baseReduce.js b/apps/angular/node_modules/lodash/_baseReduce.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseReduce.js rename to apps/angular/node_modules/lodash/_baseReduce.js diff --git a/ClientApp/node_modules/lodash/_baseRepeat.js b/apps/angular/node_modules/lodash/_baseRepeat.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseRepeat.js rename to apps/angular/node_modules/lodash/_baseRepeat.js diff --git a/ClientApp/node_modules/lodash/_baseRest.js b/apps/angular/node_modules/lodash/_baseRest.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseRest.js rename to apps/angular/node_modules/lodash/_baseRest.js diff --git a/ClientApp/node_modules/lodash/_baseSample.js b/apps/angular/node_modules/lodash/_baseSample.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseSample.js rename to apps/angular/node_modules/lodash/_baseSample.js diff --git a/ClientApp/node_modules/lodash/_baseSampleSize.js b/apps/angular/node_modules/lodash/_baseSampleSize.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseSampleSize.js rename to apps/angular/node_modules/lodash/_baseSampleSize.js diff --git a/ClientApp/node_modules/lodash/_baseSet.js b/apps/angular/node_modules/lodash/_baseSet.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseSet.js rename to apps/angular/node_modules/lodash/_baseSet.js diff --git a/ClientApp/node_modules/lodash/_baseSetData.js b/apps/angular/node_modules/lodash/_baseSetData.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseSetData.js rename to apps/angular/node_modules/lodash/_baseSetData.js diff --git a/ClientApp/node_modules/lodash/_baseSetToString.js b/apps/angular/node_modules/lodash/_baseSetToString.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseSetToString.js rename to apps/angular/node_modules/lodash/_baseSetToString.js diff --git a/ClientApp/node_modules/lodash/_baseShuffle.js b/apps/angular/node_modules/lodash/_baseShuffle.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseShuffle.js rename to apps/angular/node_modules/lodash/_baseShuffle.js diff --git a/ClientApp/node_modules/lodash/_baseSlice.js b/apps/angular/node_modules/lodash/_baseSlice.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseSlice.js rename to apps/angular/node_modules/lodash/_baseSlice.js diff --git a/ClientApp/node_modules/lodash/_baseSome.js b/apps/angular/node_modules/lodash/_baseSome.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseSome.js rename to apps/angular/node_modules/lodash/_baseSome.js diff --git a/ClientApp/node_modules/lodash/_baseSortBy.js b/apps/angular/node_modules/lodash/_baseSortBy.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseSortBy.js rename to apps/angular/node_modules/lodash/_baseSortBy.js diff --git a/ClientApp/node_modules/lodash/_baseSortedIndex.js b/apps/angular/node_modules/lodash/_baseSortedIndex.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseSortedIndex.js rename to apps/angular/node_modules/lodash/_baseSortedIndex.js diff --git a/ClientApp/node_modules/lodash/_baseSortedIndexBy.js b/apps/angular/node_modules/lodash/_baseSortedIndexBy.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseSortedIndexBy.js rename to apps/angular/node_modules/lodash/_baseSortedIndexBy.js diff --git a/ClientApp/node_modules/lodash/_baseSortedUniq.js b/apps/angular/node_modules/lodash/_baseSortedUniq.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseSortedUniq.js rename to apps/angular/node_modules/lodash/_baseSortedUniq.js diff --git a/ClientApp/node_modules/lodash/_baseSum.js b/apps/angular/node_modules/lodash/_baseSum.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseSum.js rename to apps/angular/node_modules/lodash/_baseSum.js diff --git a/ClientApp/node_modules/lodash/_baseTimes.js b/apps/angular/node_modules/lodash/_baseTimes.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseTimes.js rename to apps/angular/node_modules/lodash/_baseTimes.js diff --git a/ClientApp/node_modules/lodash/_baseToNumber.js b/apps/angular/node_modules/lodash/_baseToNumber.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseToNumber.js rename to apps/angular/node_modules/lodash/_baseToNumber.js diff --git a/ClientApp/node_modules/lodash/_baseToPairs.js b/apps/angular/node_modules/lodash/_baseToPairs.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseToPairs.js rename to apps/angular/node_modules/lodash/_baseToPairs.js diff --git a/ClientApp/node_modules/lodash/_baseToString.js b/apps/angular/node_modules/lodash/_baseToString.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseToString.js rename to apps/angular/node_modules/lodash/_baseToString.js diff --git a/ClientApp/node_modules/lodash/_baseTrim.js b/apps/angular/node_modules/lodash/_baseTrim.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseTrim.js rename to apps/angular/node_modules/lodash/_baseTrim.js diff --git a/ClientApp/node_modules/lodash/_baseUnary.js b/apps/angular/node_modules/lodash/_baseUnary.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseUnary.js rename to apps/angular/node_modules/lodash/_baseUnary.js diff --git a/ClientApp/node_modules/lodash/_baseUniq.js b/apps/angular/node_modules/lodash/_baseUniq.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseUniq.js rename to apps/angular/node_modules/lodash/_baseUniq.js diff --git a/ClientApp/node_modules/lodash/_baseUnset.js b/apps/angular/node_modules/lodash/_baseUnset.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseUnset.js rename to apps/angular/node_modules/lodash/_baseUnset.js diff --git a/ClientApp/node_modules/lodash/_baseUpdate.js b/apps/angular/node_modules/lodash/_baseUpdate.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseUpdate.js rename to apps/angular/node_modules/lodash/_baseUpdate.js diff --git a/ClientApp/node_modules/lodash/_baseValues.js b/apps/angular/node_modules/lodash/_baseValues.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseValues.js rename to apps/angular/node_modules/lodash/_baseValues.js diff --git a/ClientApp/node_modules/lodash/_baseWhile.js b/apps/angular/node_modules/lodash/_baseWhile.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseWhile.js rename to apps/angular/node_modules/lodash/_baseWhile.js diff --git a/ClientApp/node_modules/lodash/_baseWrapperValue.js b/apps/angular/node_modules/lodash/_baseWrapperValue.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseWrapperValue.js rename to apps/angular/node_modules/lodash/_baseWrapperValue.js diff --git a/ClientApp/node_modules/lodash/_baseXor.js b/apps/angular/node_modules/lodash/_baseXor.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseXor.js rename to apps/angular/node_modules/lodash/_baseXor.js diff --git a/ClientApp/node_modules/lodash/_baseZipObject.js b/apps/angular/node_modules/lodash/_baseZipObject.js similarity index 100% rename from ClientApp/node_modules/lodash/_baseZipObject.js rename to apps/angular/node_modules/lodash/_baseZipObject.js diff --git a/ClientApp/node_modules/lodash/_cacheHas.js b/apps/angular/node_modules/lodash/_cacheHas.js similarity index 100% rename from ClientApp/node_modules/lodash/_cacheHas.js rename to apps/angular/node_modules/lodash/_cacheHas.js diff --git a/ClientApp/node_modules/lodash/_castArrayLikeObject.js b/apps/angular/node_modules/lodash/_castArrayLikeObject.js similarity index 100% rename from ClientApp/node_modules/lodash/_castArrayLikeObject.js rename to apps/angular/node_modules/lodash/_castArrayLikeObject.js diff --git a/ClientApp/node_modules/lodash/_castFunction.js b/apps/angular/node_modules/lodash/_castFunction.js similarity index 100% rename from ClientApp/node_modules/lodash/_castFunction.js rename to apps/angular/node_modules/lodash/_castFunction.js diff --git a/ClientApp/node_modules/lodash/_castPath.js b/apps/angular/node_modules/lodash/_castPath.js similarity index 100% rename from ClientApp/node_modules/lodash/_castPath.js rename to apps/angular/node_modules/lodash/_castPath.js diff --git a/ClientApp/node_modules/lodash/_castRest.js b/apps/angular/node_modules/lodash/_castRest.js similarity index 100% rename from ClientApp/node_modules/lodash/_castRest.js rename to apps/angular/node_modules/lodash/_castRest.js diff --git a/ClientApp/node_modules/lodash/_castSlice.js b/apps/angular/node_modules/lodash/_castSlice.js similarity index 100% rename from ClientApp/node_modules/lodash/_castSlice.js rename to apps/angular/node_modules/lodash/_castSlice.js diff --git a/ClientApp/node_modules/lodash/_charsEndIndex.js b/apps/angular/node_modules/lodash/_charsEndIndex.js similarity index 100% rename from ClientApp/node_modules/lodash/_charsEndIndex.js rename to apps/angular/node_modules/lodash/_charsEndIndex.js diff --git a/ClientApp/node_modules/lodash/_charsStartIndex.js b/apps/angular/node_modules/lodash/_charsStartIndex.js similarity index 100% rename from ClientApp/node_modules/lodash/_charsStartIndex.js rename to apps/angular/node_modules/lodash/_charsStartIndex.js diff --git a/ClientApp/node_modules/lodash/_cloneArrayBuffer.js b/apps/angular/node_modules/lodash/_cloneArrayBuffer.js similarity index 100% rename from ClientApp/node_modules/lodash/_cloneArrayBuffer.js rename to apps/angular/node_modules/lodash/_cloneArrayBuffer.js diff --git a/ClientApp/node_modules/lodash/_cloneBuffer.js b/apps/angular/node_modules/lodash/_cloneBuffer.js similarity index 100% rename from ClientApp/node_modules/lodash/_cloneBuffer.js rename to apps/angular/node_modules/lodash/_cloneBuffer.js diff --git a/ClientApp/node_modules/lodash/_cloneDataView.js b/apps/angular/node_modules/lodash/_cloneDataView.js similarity index 100% rename from ClientApp/node_modules/lodash/_cloneDataView.js rename to apps/angular/node_modules/lodash/_cloneDataView.js diff --git a/ClientApp/node_modules/lodash/_cloneRegExp.js b/apps/angular/node_modules/lodash/_cloneRegExp.js similarity index 100% rename from ClientApp/node_modules/lodash/_cloneRegExp.js rename to apps/angular/node_modules/lodash/_cloneRegExp.js diff --git a/ClientApp/node_modules/lodash/_cloneSymbol.js b/apps/angular/node_modules/lodash/_cloneSymbol.js similarity index 100% rename from ClientApp/node_modules/lodash/_cloneSymbol.js rename to apps/angular/node_modules/lodash/_cloneSymbol.js diff --git a/ClientApp/node_modules/lodash/_cloneTypedArray.js b/apps/angular/node_modules/lodash/_cloneTypedArray.js similarity index 100% rename from ClientApp/node_modules/lodash/_cloneTypedArray.js rename to apps/angular/node_modules/lodash/_cloneTypedArray.js diff --git a/ClientApp/node_modules/lodash/_compareAscending.js b/apps/angular/node_modules/lodash/_compareAscending.js similarity index 100% rename from ClientApp/node_modules/lodash/_compareAscending.js rename to apps/angular/node_modules/lodash/_compareAscending.js diff --git a/ClientApp/node_modules/lodash/_compareMultiple.js b/apps/angular/node_modules/lodash/_compareMultiple.js similarity index 100% rename from ClientApp/node_modules/lodash/_compareMultiple.js rename to apps/angular/node_modules/lodash/_compareMultiple.js diff --git a/ClientApp/node_modules/lodash/_composeArgs.js b/apps/angular/node_modules/lodash/_composeArgs.js similarity index 100% rename from ClientApp/node_modules/lodash/_composeArgs.js rename to apps/angular/node_modules/lodash/_composeArgs.js diff --git a/ClientApp/node_modules/lodash/_composeArgsRight.js b/apps/angular/node_modules/lodash/_composeArgsRight.js similarity index 100% rename from ClientApp/node_modules/lodash/_composeArgsRight.js rename to apps/angular/node_modules/lodash/_composeArgsRight.js diff --git a/ClientApp/node_modules/lodash/_copyArray.js b/apps/angular/node_modules/lodash/_copyArray.js similarity index 100% rename from ClientApp/node_modules/lodash/_copyArray.js rename to apps/angular/node_modules/lodash/_copyArray.js diff --git a/ClientApp/node_modules/lodash/_copyObject.js b/apps/angular/node_modules/lodash/_copyObject.js similarity index 100% rename from ClientApp/node_modules/lodash/_copyObject.js rename to apps/angular/node_modules/lodash/_copyObject.js diff --git a/ClientApp/node_modules/lodash/_copySymbols.js b/apps/angular/node_modules/lodash/_copySymbols.js similarity index 100% rename from ClientApp/node_modules/lodash/_copySymbols.js rename to apps/angular/node_modules/lodash/_copySymbols.js diff --git a/ClientApp/node_modules/lodash/_copySymbolsIn.js b/apps/angular/node_modules/lodash/_copySymbolsIn.js similarity index 100% rename from ClientApp/node_modules/lodash/_copySymbolsIn.js rename to apps/angular/node_modules/lodash/_copySymbolsIn.js diff --git a/ClientApp/node_modules/lodash/_coreJsData.js b/apps/angular/node_modules/lodash/_coreJsData.js similarity index 100% rename from ClientApp/node_modules/lodash/_coreJsData.js rename to apps/angular/node_modules/lodash/_coreJsData.js diff --git a/ClientApp/node_modules/lodash/_countHolders.js b/apps/angular/node_modules/lodash/_countHolders.js similarity index 100% rename from ClientApp/node_modules/lodash/_countHolders.js rename to apps/angular/node_modules/lodash/_countHolders.js diff --git a/ClientApp/node_modules/lodash/_createAggregator.js b/apps/angular/node_modules/lodash/_createAggregator.js similarity index 100% rename from ClientApp/node_modules/lodash/_createAggregator.js rename to apps/angular/node_modules/lodash/_createAggregator.js diff --git a/ClientApp/node_modules/lodash/_createAssigner.js b/apps/angular/node_modules/lodash/_createAssigner.js similarity index 100% rename from ClientApp/node_modules/lodash/_createAssigner.js rename to apps/angular/node_modules/lodash/_createAssigner.js diff --git a/ClientApp/node_modules/lodash/_createBaseEach.js b/apps/angular/node_modules/lodash/_createBaseEach.js similarity index 100% rename from ClientApp/node_modules/lodash/_createBaseEach.js rename to apps/angular/node_modules/lodash/_createBaseEach.js diff --git a/ClientApp/node_modules/lodash/_createBaseFor.js b/apps/angular/node_modules/lodash/_createBaseFor.js similarity index 100% rename from ClientApp/node_modules/lodash/_createBaseFor.js rename to apps/angular/node_modules/lodash/_createBaseFor.js diff --git a/ClientApp/node_modules/lodash/_createBind.js b/apps/angular/node_modules/lodash/_createBind.js similarity index 100% rename from ClientApp/node_modules/lodash/_createBind.js rename to apps/angular/node_modules/lodash/_createBind.js diff --git a/ClientApp/node_modules/lodash/_createCaseFirst.js b/apps/angular/node_modules/lodash/_createCaseFirst.js similarity index 100% rename from ClientApp/node_modules/lodash/_createCaseFirst.js rename to apps/angular/node_modules/lodash/_createCaseFirst.js diff --git a/ClientApp/node_modules/lodash/_createCompounder.js b/apps/angular/node_modules/lodash/_createCompounder.js similarity index 100% rename from ClientApp/node_modules/lodash/_createCompounder.js rename to apps/angular/node_modules/lodash/_createCompounder.js diff --git a/ClientApp/node_modules/lodash/_createCtor.js b/apps/angular/node_modules/lodash/_createCtor.js similarity index 100% rename from ClientApp/node_modules/lodash/_createCtor.js rename to apps/angular/node_modules/lodash/_createCtor.js diff --git a/ClientApp/node_modules/lodash/_createCurry.js b/apps/angular/node_modules/lodash/_createCurry.js similarity index 100% rename from ClientApp/node_modules/lodash/_createCurry.js rename to apps/angular/node_modules/lodash/_createCurry.js diff --git a/ClientApp/node_modules/lodash/_createFind.js b/apps/angular/node_modules/lodash/_createFind.js similarity index 100% rename from ClientApp/node_modules/lodash/_createFind.js rename to apps/angular/node_modules/lodash/_createFind.js diff --git a/ClientApp/node_modules/lodash/_createFlow.js b/apps/angular/node_modules/lodash/_createFlow.js similarity index 100% rename from ClientApp/node_modules/lodash/_createFlow.js rename to apps/angular/node_modules/lodash/_createFlow.js diff --git a/ClientApp/node_modules/lodash/_createHybrid.js b/apps/angular/node_modules/lodash/_createHybrid.js similarity index 100% rename from ClientApp/node_modules/lodash/_createHybrid.js rename to apps/angular/node_modules/lodash/_createHybrid.js diff --git a/ClientApp/node_modules/lodash/_createInverter.js b/apps/angular/node_modules/lodash/_createInverter.js similarity index 100% rename from ClientApp/node_modules/lodash/_createInverter.js rename to apps/angular/node_modules/lodash/_createInverter.js diff --git a/ClientApp/node_modules/lodash/_createMathOperation.js b/apps/angular/node_modules/lodash/_createMathOperation.js similarity index 100% rename from ClientApp/node_modules/lodash/_createMathOperation.js rename to apps/angular/node_modules/lodash/_createMathOperation.js diff --git a/ClientApp/node_modules/lodash/_createOver.js b/apps/angular/node_modules/lodash/_createOver.js similarity index 100% rename from ClientApp/node_modules/lodash/_createOver.js rename to apps/angular/node_modules/lodash/_createOver.js diff --git a/ClientApp/node_modules/lodash/_createPadding.js b/apps/angular/node_modules/lodash/_createPadding.js similarity index 100% rename from ClientApp/node_modules/lodash/_createPadding.js rename to apps/angular/node_modules/lodash/_createPadding.js diff --git a/ClientApp/node_modules/lodash/_createPartial.js b/apps/angular/node_modules/lodash/_createPartial.js similarity index 100% rename from ClientApp/node_modules/lodash/_createPartial.js rename to apps/angular/node_modules/lodash/_createPartial.js diff --git a/ClientApp/node_modules/lodash/_createRange.js b/apps/angular/node_modules/lodash/_createRange.js similarity index 100% rename from ClientApp/node_modules/lodash/_createRange.js rename to apps/angular/node_modules/lodash/_createRange.js diff --git a/ClientApp/node_modules/lodash/_createRecurry.js b/apps/angular/node_modules/lodash/_createRecurry.js similarity index 100% rename from ClientApp/node_modules/lodash/_createRecurry.js rename to apps/angular/node_modules/lodash/_createRecurry.js diff --git a/ClientApp/node_modules/lodash/_createRelationalOperation.js b/apps/angular/node_modules/lodash/_createRelationalOperation.js similarity index 100% rename from ClientApp/node_modules/lodash/_createRelationalOperation.js rename to apps/angular/node_modules/lodash/_createRelationalOperation.js diff --git a/ClientApp/node_modules/lodash/_createRound.js b/apps/angular/node_modules/lodash/_createRound.js similarity index 100% rename from ClientApp/node_modules/lodash/_createRound.js rename to apps/angular/node_modules/lodash/_createRound.js diff --git a/ClientApp/node_modules/lodash/_createSet.js b/apps/angular/node_modules/lodash/_createSet.js similarity index 100% rename from ClientApp/node_modules/lodash/_createSet.js rename to apps/angular/node_modules/lodash/_createSet.js diff --git a/ClientApp/node_modules/lodash/_createToPairs.js b/apps/angular/node_modules/lodash/_createToPairs.js similarity index 100% rename from ClientApp/node_modules/lodash/_createToPairs.js rename to apps/angular/node_modules/lodash/_createToPairs.js diff --git a/ClientApp/node_modules/lodash/_createWrap.js b/apps/angular/node_modules/lodash/_createWrap.js similarity index 100% rename from ClientApp/node_modules/lodash/_createWrap.js rename to apps/angular/node_modules/lodash/_createWrap.js diff --git a/ClientApp/node_modules/lodash/_customDefaultsAssignIn.js b/apps/angular/node_modules/lodash/_customDefaultsAssignIn.js similarity index 100% rename from ClientApp/node_modules/lodash/_customDefaultsAssignIn.js rename to apps/angular/node_modules/lodash/_customDefaultsAssignIn.js diff --git a/ClientApp/node_modules/lodash/_customDefaultsMerge.js b/apps/angular/node_modules/lodash/_customDefaultsMerge.js similarity index 100% rename from ClientApp/node_modules/lodash/_customDefaultsMerge.js rename to apps/angular/node_modules/lodash/_customDefaultsMerge.js diff --git a/ClientApp/node_modules/lodash/_customOmitClone.js b/apps/angular/node_modules/lodash/_customOmitClone.js similarity index 100% rename from ClientApp/node_modules/lodash/_customOmitClone.js rename to apps/angular/node_modules/lodash/_customOmitClone.js diff --git a/ClientApp/node_modules/lodash/_deburrLetter.js b/apps/angular/node_modules/lodash/_deburrLetter.js similarity index 100% rename from ClientApp/node_modules/lodash/_deburrLetter.js rename to apps/angular/node_modules/lodash/_deburrLetter.js diff --git a/ClientApp/node_modules/lodash/_defineProperty.js b/apps/angular/node_modules/lodash/_defineProperty.js similarity index 100% rename from ClientApp/node_modules/lodash/_defineProperty.js rename to apps/angular/node_modules/lodash/_defineProperty.js diff --git a/ClientApp/node_modules/lodash/_equalArrays.js b/apps/angular/node_modules/lodash/_equalArrays.js similarity index 100% rename from ClientApp/node_modules/lodash/_equalArrays.js rename to apps/angular/node_modules/lodash/_equalArrays.js diff --git a/ClientApp/node_modules/lodash/_equalByTag.js b/apps/angular/node_modules/lodash/_equalByTag.js similarity index 100% rename from ClientApp/node_modules/lodash/_equalByTag.js rename to apps/angular/node_modules/lodash/_equalByTag.js diff --git a/ClientApp/node_modules/lodash/_equalObjects.js b/apps/angular/node_modules/lodash/_equalObjects.js similarity index 100% rename from ClientApp/node_modules/lodash/_equalObjects.js rename to apps/angular/node_modules/lodash/_equalObjects.js diff --git a/ClientApp/node_modules/lodash/_escapeHtmlChar.js b/apps/angular/node_modules/lodash/_escapeHtmlChar.js similarity index 100% rename from ClientApp/node_modules/lodash/_escapeHtmlChar.js rename to apps/angular/node_modules/lodash/_escapeHtmlChar.js diff --git a/ClientApp/node_modules/lodash/_escapeStringChar.js b/apps/angular/node_modules/lodash/_escapeStringChar.js similarity index 100% rename from ClientApp/node_modules/lodash/_escapeStringChar.js rename to apps/angular/node_modules/lodash/_escapeStringChar.js diff --git a/ClientApp/node_modules/lodash/_flatRest.js b/apps/angular/node_modules/lodash/_flatRest.js similarity index 100% rename from ClientApp/node_modules/lodash/_flatRest.js rename to apps/angular/node_modules/lodash/_flatRest.js diff --git a/ClientApp/node_modules/lodash/_freeGlobal.js b/apps/angular/node_modules/lodash/_freeGlobal.js similarity index 100% rename from ClientApp/node_modules/lodash/_freeGlobal.js rename to apps/angular/node_modules/lodash/_freeGlobal.js diff --git a/ClientApp/node_modules/lodash/_getAllKeys.js b/apps/angular/node_modules/lodash/_getAllKeys.js similarity index 100% rename from ClientApp/node_modules/lodash/_getAllKeys.js rename to apps/angular/node_modules/lodash/_getAllKeys.js diff --git a/ClientApp/node_modules/lodash/_getAllKeysIn.js b/apps/angular/node_modules/lodash/_getAllKeysIn.js similarity index 100% rename from ClientApp/node_modules/lodash/_getAllKeysIn.js rename to apps/angular/node_modules/lodash/_getAllKeysIn.js diff --git a/ClientApp/node_modules/lodash/_getData.js b/apps/angular/node_modules/lodash/_getData.js similarity index 100% rename from ClientApp/node_modules/lodash/_getData.js rename to apps/angular/node_modules/lodash/_getData.js diff --git a/ClientApp/node_modules/lodash/_getFuncName.js b/apps/angular/node_modules/lodash/_getFuncName.js similarity index 100% rename from ClientApp/node_modules/lodash/_getFuncName.js rename to apps/angular/node_modules/lodash/_getFuncName.js diff --git a/ClientApp/node_modules/lodash/_getHolder.js b/apps/angular/node_modules/lodash/_getHolder.js similarity index 100% rename from ClientApp/node_modules/lodash/_getHolder.js rename to apps/angular/node_modules/lodash/_getHolder.js diff --git a/ClientApp/node_modules/lodash/_getMapData.js b/apps/angular/node_modules/lodash/_getMapData.js similarity index 100% rename from ClientApp/node_modules/lodash/_getMapData.js rename to apps/angular/node_modules/lodash/_getMapData.js diff --git a/ClientApp/node_modules/lodash/_getMatchData.js b/apps/angular/node_modules/lodash/_getMatchData.js similarity index 100% rename from ClientApp/node_modules/lodash/_getMatchData.js rename to apps/angular/node_modules/lodash/_getMatchData.js diff --git a/ClientApp/node_modules/lodash/_getNative.js b/apps/angular/node_modules/lodash/_getNative.js similarity index 100% rename from ClientApp/node_modules/lodash/_getNative.js rename to apps/angular/node_modules/lodash/_getNative.js diff --git a/ClientApp/node_modules/lodash/_getPrototype.js b/apps/angular/node_modules/lodash/_getPrototype.js similarity index 100% rename from ClientApp/node_modules/lodash/_getPrototype.js rename to apps/angular/node_modules/lodash/_getPrototype.js diff --git a/ClientApp/node_modules/lodash/_getRawTag.js b/apps/angular/node_modules/lodash/_getRawTag.js similarity index 100% rename from ClientApp/node_modules/lodash/_getRawTag.js rename to apps/angular/node_modules/lodash/_getRawTag.js diff --git a/ClientApp/node_modules/lodash/_getSymbols.js b/apps/angular/node_modules/lodash/_getSymbols.js similarity index 100% rename from ClientApp/node_modules/lodash/_getSymbols.js rename to apps/angular/node_modules/lodash/_getSymbols.js diff --git a/ClientApp/node_modules/lodash/_getSymbolsIn.js b/apps/angular/node_modules/lodash/_getSymbolsIn.js similarity index 100% rename from ClientApp/node_modules/lodash/_getSymbolsIn.js rename to apps/angular/node_modules/lodash/_getSymbolsIn.js diff --git a/ClientApp/node_modules/lodash/_getTag.js b/apps/angular/node_modules/lodash/_getTag.js similarity index 100% rename from ClientApp/node_modules/lodash/_getTag.js rename to apps/angular/node_modules/lodash/_getTag.js diff --git a/ClientApp/node_modules/lodash/_getValue.js b/apps/angular/node_modules/lodash/_getValue.js similarity index 100% rename from ClientApp/node_modules/lodash/_getValue.js rename to apps/angular/node_modules/lodash/_getValue.js diff --git a/ClientApp/node_modules/lodash/_getView.js b/apps/angular/node_modules/lodash/_getView.js similarity index 100% rename from ClientApp/node_modules/lodash/_getView.js rename to apps/angular/node_modules/lodash/_getView.js diff --git a/ClientApp/node_modules/lodash/_getWrapDetails.js b/apps/angular/node_modules/lodash/_getWrapDetails.js similarity index 100% rename from ClientApp/node_modules/lodash/_getWrapDetails.js rename to apps/angular/node_modules/lodash/_getWrapDetails.js diff --git a/ClientApp/node_modules/lodash/_hasPath.js b/apps/angular/node_modules/lodash/_hasPath.js similarity index 100% rename from ClientApp/node_modules/lodash/_hasPath.js rename to apps/angular/node_modules/lodash/_hasPath.js diff --git a/ClientApp/node_modules/lodash/_hasUnicode.js b/apps/angular/node_modules/lodash/_hasUnicode.js similarity index 100% rename from ClientApp/node_modules/lodash/_hasUnicode.js rename to apps/angular/node_modules/lodash/_hasUnicode.js diff --git a/ClientApp/node_modules/lodash/_hasUnicodeWord.js b/apps/angular/node_modules/lodash/_hasUnicodeWord.js similarity index 100% rename from ClientApp/node_modules/lodash/_hasUnicodeWord.js rename to apps/angular/node_modules/lodash/_hasUnicodeWord.js diff --git a/ClientApp/node_modules/lodash/_hashClear.js b/apps/angular/node_modules/lodash/_hashClear.js similarity index 100% rename from ClientApp/node_modules/lodash/_hashClear.js rename to apps/angular/node_modules/lodash/_hashClear.js diff --git a/ClientApp/node_modules/lodash/_hashDelete.js b/apps/angular/node_modules/lodash/_hashDelete.js similarity index 100% rename from ClientApp/node_modules/lodash/_hashDelete.js rename to apps/angular/node_modules/lodash/_hashDelete.js diff --git a/ClientApp/node_modules/lodash/_hashGet.js b/apps/angular/node_modules/lodash/_hashGet.js similarity index 100% rename from ClientApp/node_modules/lodash/_hashGet.js rename to apps/angular/node_modules/lodash/_hashGet.js diff --git a/ClientApp/node_modules/lodash/_hashHas.js b/apps/angular/node_modules/lodash/_hashHas.js similarity index 100% rename from ClientApp/node_modules/lodash/_hashHas.js rename to apps/angular/node_modules/lodash/_hashHas.js diff --git a/ClientApp/node_modules/lodash/_hashSet.js b/apps/angular/node_modules/lodash/_hashSet.js similarity index 100% rename from ClientApp/node_modules/lodash/_hashSet.js rename to apps/angular/node_modules/lodash/_hashSet.js diff --git a/ClientApp/node_modules/lodash/_initCloneArray.js b/apps/angular/node_modules/lodash/_initCloneArray.js similarity index 100% rename from ClientApp/node_modules/lodash/_initCloneArray.js rename to apps/angular/node_modules/lodash/_initCloneArray.js diff --git a/ClientApp/node_modules/lodash/_initCloneByTag.js b/apps/angular/node_modules/lodash/_initCloneByTag.js similarity index 100% rename from ClientApp/node_modules/lodash/_initCloneByTag.js rename to apps/angular/node_modules/lodash/_initCloneByTag.js diff --git a/ClientApp/node_modules/lodash/_initCloneObject.js b/apps/angular/node_modules/lodash/_initCloneObject.js similarity index 100% rename from ClientApp/node_modules/lodash/_initCloneObject.js rename to apps/angular/node_modules/lodash/_initCloneObject.js diff --git a/ClientApp/node_modules/lodash/_insertWrapDetails.js b/apps/angular/node_modules/lodash/_insertWrapDetails.js similarity index 100% rename from ClientApp/node_modules/lodash/_insertWrapDetails.js rename to apps/angular/node_modules/lodash/_insertWrapDetails.js diff --git a/ClientApp/node_modules/lodash/_isFlattenable.js b/apps/angular/node_modules/lodash/_isFlattenable.js similarity index 100% rename from ClientApp/node_modules/lodash/_isFlattenable.js rename to apps/angular/node_modules/lodash/_isFlattenable.js diff --git a/ClientApp/node_modules/lodash/_isIndex.js b/apps/angular/node_modules/lodash/_isIndex.js similarity index 100% rename from ClientApp/node_modules/lodash/_isIndex.js rename to apps/angular/node_modules/lodash/_isIndex.js diff --git a/ClientApp/node_modules/lodash/_isIterateeCall.js b/apps/angular/node_modules/lodash/_isIterateeCall.js similarity index 100% rename from ClientApp/node_modules/lodash/_isIterateeCall.js rename to apps/angular/node_modules/lodash/_isIterateeCall.js diff --git a/ClientApp/node_modules/lodash/_isKey.js b/apps/angular/node_modules/lodash/_isKey.js similarity index 100% rename from ClientApp/node_modules/lodash/_isKey.js rename to apps/angular/node_modules/lodash/_isKey.js diff --git a/ClientApp/node_modules/lodash/_isKeyable.js b/apps/angular/node_modules/lodash/_isKeyable.js similarity index 100% rename from ClientApp/node_modules/lodash/_isKeyable.js rename to apps/angular/node_modules/lodash/_isKeyable.js diff --git a/ClientApp/node_modules/lodash/_isLaziable.js b/apps/angular/node_modules/lodash/_isLaziable.js similarity index 100% rename from ClientApp/node_modules/lodash/_isLaziable.js rename to apps/angular/node_modules/lodash/_isLaziable.js diff --git a/ClientApp/node_modules/lodash/_isMaskable.js b/apps/angular/node_modules/lodash/_isMaskable.js similarity index 100% rename from ClientApp/node_modules/lodash/_isMaskable.js rename to apps/angular/node_modules/lodash/_isMaskable.js diff --git a/ClientApp/node_modules/lodash/_isMasked.js b/apps/angular/node_modules/lodash/_isMasked.js similarity index 100% rename from ClientApp/node_modules/lodash/_isMasked.js rename to apps/angular/node_modules/lodash/_isMasked.js diff --git a/ClientApp/node_modules/lodash/_isPrototype.js b/apps/angular/node_modules/lodash/_isPrototype.js similarity index 100% rename from ClientApp/node_modules/lodash/_isPrototype.js rename to apps/angular/node_modules/lodash/_isPrototype.js diff --git a/ClientApp/node_modules/lodash/_isStrictComparable.js b/apps/angular/node_modules/lodash/_isStrictComparable.js similarity index 100% rename from ClientApp/node_modules/lodash/_isStrictComparable.js rename to apps/angular/node_modules/lodash/_isStrictComparable.js diff --git a/ClientApp/node_modules/lodash/_iteratorToArray.js b/apps/angular/node_modules/lodash/_iteratorToArray.js similarity index 100% rename from ClientApp/node_modules/lodash/_iteratorToArray.js rename to apps/angular/node_modules/lodash/_iteratorToArray.js diff --git a/ClientApp/node_modules/lodash/_lazyClone.js b/apps/angular/node_modules/lodash/_lazyClone.js similarity index 100% rename from ClientApp/node_modules/lodash/_lazyClone.js rename to apps/angular/node_modules/lodash/_lazyClone.js diff --git a/ClientApp/node_modules/lodash/_lazyReverse.js b/apps/angular/node_modules/lodash/_lazyReverse.js similarity index 100% rename from ClientApp/node_modules/lodash/_lazyReverse.js rename to apps/angular/node_modules/lodash/_lazyReverse.js diff --git a/ClientApp/node_modules/lodash/_lazyValue.js b/apps/angular/node_modules/lodash/_lazyValue.js similarity index 100% rename from ClientApp/node_modules/lodash/_lazyValue.js rename to apps/angular/node_modules/lodash/_lazyValue.js diff --git a/ClientApp/node_modules/lodash/_listCacheClear.js b/apps/angular/node_modules/lodash/_listCacheClear.js similarity index 100% rename from ClientApp/node_modules/lodash/_listCacheClear.js rename to apps/angular/node_modules/lodash/_listCacheClear.js diff --git a/ClientApp/node_modules/lodash/_listCacheDelete.js b/apps/angular/node_modules/lodash/_listCacheDelete.js similarity index 100% rename from ClientApp/node_modules/lodash/_listCacheDelete.js rename to apps/angular/node_modules/lodash/_listCacheDelete.js diff --git a/ClientApp/node_modules/lodash/_listCacheGet.js b/apps/angular/node_modules/lodash/_listCacheGet.js similarity index 100% rename from ClientApp/node_modules/lodash/_listCacheGet.js rename to apps/angular/node_modules/lodash/_listCacheGet.js diff --git a/ClientApp/node_modules/lodash/_listCacheHas.js b/apps/angular/node_modules/lodash/_listCacheHas.js similarity index 100% rename from ClientApp/node_modules/lodash/_listCacheHas.js rename to apps/angular/node_modules/lodash/_listCacheHas.js diff --git a/ClientApp/node_modules/lodash/_listCacheSet.js b/apps/angular/node_modules/lodash/_listCacheSet.js similarity index 100% rename from ClientApp/node_modules/lodash/_listCacheSet.js rename to apps/angular/node_modules/lodash/_listCacheSet.js diff --git a/ClientApp/node_modules/lodash/_mapCacheClear.js b/apps/angular/node_modules/lodash/_mapCacheClear.js similarity index 100% rename from ClientApp/node_modules/lodash/_mapCacheClear.js rename to apps/angular/node_modules/lodash/_mapCacheClear.js diff --git a/ClientApp/node_modules/lodash/_mapCacheDelete.js b/apps/angular/node_modules/lodash/_mapCacheDelete.js similarity index 100% rename from ClientApp/node_modules/lodash/_mapCacheDelete.js rename to apps/angular/node_modules/lodash/_mapCacheDelete.js diff --git a/ClientApp/node_modules/lodash/_mapCacheGet.js b/apps/angular/node_modules/lodash/_mapCacheGet.js similarity index 100% rename from ClientApp/node_modules/lodash/_mapCacheGet.js rename to apps/angular/node_modules/lodash/_mapCacheGet.js diff --git a/ClientApp/node_modules/lodash/_mapCacheHas.js b/apps/angular/node_modules/lodash/_mapCacheHas.js similarity index 100% rename from ClientApp/node_modules/lodash/_mapCacheHas.js rename to apps/angular/node_modules/lodash/_mapCacheHas.js diff --git a/ClientApp/node_modules/lodash/_mapCacheSet.js b/apps/angular/node_modules/lodash/_mapCacheSet.js similarity index 100% rename from ClientApp/node_modules/lodash/_mapCacheSet.js rename to apps/angular/node_modules/lodash/_mapCacheSet.js diff --git a/ClientApp/node_modules/lodash/_mapToArray.js b/apps/angular/node_modules/lodash/_mapToArray.js similarity index 100% rename from ClientApp/node_modules/lodash/_mapToArray.js rename to apps/angular/node_modules/lodash/_mapToArray.js diff --git a/ClientApp/node_modules/lodash/_matchesStrictComparable.js b/apps/angular/node_modules/lodash/_matchesStrictComparable.js similarity index 100% rename from ClientApp/node_modules/lodash/_matchesStrictComparable.js rename to apps/angular/node_modules/lodash/_matchesStrictComparable.js diff --git a/ClientApp/node_modules/lodash/_memoizeCapped.js b/apps/angular/node_modules/lodash/_memoizeCapped.js similarity index 100% rename from ClientApp/node_modules/lodash/_memoizeCapped.js rename to apps/angular/node_modules/lodash/_memoizeCapped.js diff --git a/ClientApp/node_modules/lodash/_mergeData.js b/apps/angular/node_modules/lodash/_mergeData.js similarity index 100% rename from ClientApp/node_modules/lodash/_mergeData.js rename to apps/angular/node_modules/lodash/_mergeData.js diff --git a/ClientApp/node_modules/lodash/_metaMap.js b/apps/angular/node_modules/lodash/_metaMap.js similarity index 100% rename from ClientApp/node_modules/lodash/_metaMap.js rename to apps/angular/node_modules/lodash/_metaMap.js diff --git a/ClientApp/node_modules/lodash/_nativeCreate.js b/apps/angular/node_modules/lodash/_nativeCreate.js similarity index 100% rename from ClientApp/node_modules/lodash/_nativeCreate.js rename to apps/angular/node_modules/lodash/_nativeCreate.js diff --git a/ClientApp/node_modules/lodash/_nativeKeys.js b/apps/angular/node_modules/lodash/_nativeKeys.js similarity index 100% rename from ClientApp/node_modules/lodash/_nativeKeys.js rename to apps/angular/node_modules/lodash/_nativeKeys.js diff --git a/ClientApp/node_modules/lodash/_nativeKeysIn.js b/apps/angular/node_modules/lodash/_nativeKeysIn.js similarity index 100% rename from ClientApp/node_modules/lodash/_nativeKeysIn.js rename to apps/angular/node_modules/lodash/_nativeKeysIn.js diff --git a/ClientApp/node_modules/lodash/_nodeUtil.js b/apps/angular/node_modules/lodash/_nodeUtil.js similarity index 100% rename from ClientApp/node_modules/lodash/_nodeUtil.js rename to apps/angular/node_modules/lodash/_nodeUtil.js diff --git a/ClientApp/node_modules/lodash/_objectToString.js b/apps/angular/node_modules/lodash/_objectToString.js similarity index 100% rename from ClientApp/node_modules/lodash/_objectToString.js rename to apps/angular/node_modules/lodash/_objectToString.js diff --git a/ClientApp/node_modules/lodash/_overArg.js b/apps/angular/node_modules/lodash/_overArg.js similarity index 100% rename from ClientApp/node_modules/lodash/_overArg.js rename to apps/angular/node_modules/lodash/_overArg.js diff --git a/ClientApp/node_modules/lodash/_overRest.js b/apps/angular/node_modules/lodash/_overRest.js similarity index 100% rename from ClientApp/node_modules/lodash/_overRest.js rename to apps/angular/node_modules/lodash/_overRest.js diff --git a/ClientApp/node_modules/lodash/_parent.js b/apps/angular/node_modules/lodash/_parent.js similarity index 100% rename from ClientApp/node_modules/lodash/_parent.js rename to apps/angular/node_modules/lodash/_parent.js diff --git a/ClientApp/node_modules/lodash/_reEscape.js b/apps/angular/node_modules/lodash/_reEscape.js similarity index 100% rename from ClientApp/node_modules/lodash/_reEscape.js rename to apps/angular/node_modules/lodash/_reEscape.js diff --git a/ClientApp/node_modules/lodash/_reEvaluate.js b/apps/angular/node_modules/lodash/_reEvaluate.js similarity index 100% rename from ClientApp/node_modules/lodash/_reEvaluate.js rename to apps/angular/node_modules/lodash/_reEvaluate.js diff --git a/ClientApp/node_modules/lodash/_reInterpolate.js b/apps/angular/node_modules/lodash/_reInterpolate.js similarity index 100% rename from ClientApp/node_modules/lodash/_reInterpolate.js rename to apps/angular/node_modules/lodash/_reInterpolate.js diff --git a/ClientApp/node_modules/lodash/_realNames.js b/apps/angular/node_modules/lodash/_realNames.js similarity index 100% rename from ClientApp/node_modules/lodash/_realNames.js rename to apps/angular/node_modules/lodash/_realNames.js diff --git a/ClientApp/node_modules/lodash/_reorder.js b/apps/angular/node_modules/lodash/_reorder.js similarity index 100% rename from ClientApp/node_modules/lodash/_reorder.js rename to apps/angular/node_modules/lodash/_reorder.js diff --git a/ClientApp/node_modules/lodash/_replaceHolders.js b/apps/angular/node_modules/lodash/_replaceHolders.js similarity index 100% rename from ClientApp/node_modules/lodash/_replaceHolders.js rename to apps/angular/node_modules/lodash/_replaceHolders.js diff --git a/ClientApp/node_modules/lodash/_root.js b/apps/angular/node_modules/lodash/_root.js similarity index 100% rename from ClientApp/node_modules/lodash/_root.js rename to apps/angular/node_modules/lodash/_root.js diff --git a/ClientApp/node_modules/lodash/_safeGet.js b/apps/angular/node_modules/lodash/_safeGet.js similarity index 100% rename from ClientApp/node_modules/lodash/_safeGet.js rename to apps/angular/node_modules/lodash/_safeGet.js diff --git a/ClientApp/node_modules/lodash/_setCacheAdd.js b/apps/angular/node_modules/lodash/_setCacheAdd.js similarity index 100% rename from ClientApp/node_modules/lodash/_setCacheAdd.js rename to apps/angular/node_modules/lodash/_setCacheAdd.js diff --git a/ClientApp/node_modules/lodash/_setCacheHas.js b/apps/angular/node_modules/lodash/_setCacheHas.js similarity index 100% rename from ClientApp/node_modules/lodash/_setCacheHas.js rename to apps/angular/node_modules/lodash/_setCacheHas.js diff --git a/ClientApp/node_modules/lodash/_setData.js b/apps/angular/node_modules/lodash/_setData.js similarity index 100% rename from ClientApp/node_modules/lodash/_setData.js rename to apps/angular/node_modules/lodash/_setData.js diff --git a/ClientApp/node_modules/lodash/_setToArray.js b/apps/angular/node_modules/lodash/_setToArray.js similarity index 100% rename from ClientApp/node_modules/lodash/_setToArray.js rename to apps/angular/node_modules/lodash/_setToArray.js diff --git a/ClientApp/node_modules/lodash/_setToPairs.js b/apps/angular/node_modules/lodash/_setToPairs.js similarity index 100% rename from ClientApp/node_modules/lodash/_setToPairs.js rename to apps/angular/node_modules/lodash/_setToPairs.js diff --git a/ClientApp/node_modules/lodash/_setToString.js b/apps/angular/node_modules/lodash/_setToString.js similarity index 100% rename from ClientApp/node_modules/lodash/_setToString.js rename to apps/angular/node_modules/lodash/_setToString.js diff --git a/ClientApp/node_modules/lodash/_setWrapToString.js b/apps/angular/node_modules/lodash/_setWrapToString.js similarity index 100% rename from ClientApp/node_modules/lodash/_setWrapToString.js rename to apps/angular/node_modules/lodash/_setWrapToString.js diff --git a/ClientApp/node_modules/lodash/_shortOut.js b/apps/angular/node_modules/lodash/_shortOut.js similarity index 100% rename from ClientApp/node_modules/lodash/_shortOut.js rename to apps/angular/node_modules/lodash/_shortOut.js diff --git a/ClientApp/node_modules/lodash/_shuffleSelf.js b/apps/angular/node_modules/lodash/_shuffleSelf.js similarity index 100% rename from ClientApp/node_modules/lodash/_shuffleSelf.js rename to apps/angular/node_modules/lodash/_shuffleSelf.js diff --git a/ClientApp/node_modules/lodash/_stackClear.js b/apps/angular/node_modules/lodash/_stackClear.js similarity index 100% rename from ClientApp/node_modules/lodash/_stackClear.js rename to apps/angular/node_modules/lodash/_stackClear.js diff --git a/ClientApp/node_modules/lodash/_stackDelete.js b/apps/angular/node_modules/lodash/_stackDelete.js similarity index 100% rename from ClientApp/node_modules/lodash/_stackDelete.js rename to apps/angular/node_modules/lodash/_stackDelete.js diff --git a/ClientApp/node_modules/lodash/_stackGet.js b/apps/angular/node_modules/lodash/_stackGet.js similarity index 100% rename from ClientApp/node_modules/lodash/_stackGet.js rename to apps/angular/node_modules/lodash/_stackGet.js diff --git a/ClientApp/node_modules/lodash/_stackHas.js b/apps/angular/node_modules/lodash/_stackHas.js similarity index 100% rename from ClientApp/node_modules/lodash/_stackHas.js rename to apps/angular/node_modules/lodash/_stackHas.js diff --git a/ClientApp/node_modules/lodash/_stackSet.js b/apps/angular/node_modules/lodash/_stackSet.js similarity index 100% rename from ClientApp/node_modules/lodash/_stackSet.js rename to apps/angular/node_modules/lodash/_stackSet.js diff --git a/ClientApp/node_modules/lodash/_strictIndexOf.js b/apps/angular/node_modules/lodash/_strictIndexOf.js similarity index 100% rename from ClientApp/node_modules/lodash/_strictIndexOf.js rename to apps/angular/node_modules/lodash/_strictIndexOf.js diff --git a/ClientApp/node_modules/lodash/_strictLastIndexOf.js b/apps/angular/node_modules/lodash/_strictLastIndexOf.js similarity index 100% rename from ClientApp/node_modules/lodash/_strictLastIndexOf.js rename to apps/angular/node_modules/lodash/_strictLastIndexOf.js diff --git a/ClientApp/node_modules/lodash/_stringSize.js b/apps/angular/node_modules/lodash/_stringSize.js similarity index 100% rename from ClientApp/node_modules/lodash/_stringSize.js rename to apps/angular/node_modules/lodash/_stringSize.js diff --git a/ClientApp/node_modules/lodash/_stringToArray.js b/apps/angular/node_modules/lodash/_stringToArray.js similarity index 100% rename from ClientApp/node_modules/lodash/_stringToArray.js rename to apps/angular/node_modules/lodash/_stringToArray.js diff --git a/ClientApp/node_modules/lodash/_stringToPath.js b/apps/angular/node_modules/lodash/_stringToPath.js similarity index 100% rename from ClientApp/node_modules/lodash/_stringToPath.js rename to apps/angular/node_modules/lodash/_stringToPath.js diff --git a/ClientApp/node_modules/lodash/_toKey.js b/apps/angular/node_modules/lodash/_toKey.js similarity index 100% rename from ClientApp/node_modules/lodash/_toKey.js rename to apps/angular/node_modules/lodash/_toKey.js diff --git a/ClientApp/node_modules/lodash/_toSource.js b/apps/angular/node_modules/lodash/_toSource.js similarity index 100% rename from ClientApp/node_modules/lodash/_toSource.js rename to apps/angular/node_modules/lodash/_toSource.js diff --git a/ClientApp/node_modules/lodash/_trimmedEndIndex.js b/apps/angular/node_modules/lodash/_trimmedEndIndex.js similarity index 100% rename from ClientApp/node_modules/lodash/_trimmedEndIndex.js rename to apps/angular/node_modules/lodash/_trimmedEndIndex.js diff --git a/ClientApp/node_modules/lodash/_unescapeHtmlChar.js b/apps/angular/node_modules/lodash/_unescapeHtmlChar.js similarity index 100% rename from ClientApp/node_modules/lodash/_unescapeHtmlChar.js rename to apps/angular/node_modules/lodash/_unescapeHtmlChar.js diff --git a/ClientApp/node_modules/lodash/_unicodeSize.js b/apps/angular/node_modules/lodash/_unicodeSize.js similarity index 100% rename from ClientApp/node_modules/lodash/_unicodeSize.js rename to apps/angular/node_modules/lodash/_unicodeSize.js diff --git a/ClientApp/node_modules/lodash/_unicodeToArray.js b/apps/angular/node_modules/lodash/_unicodeToArray.js similarity index 100% rename from ClientApp/node_modules/lodash/_unicodeToArray.js rename to apps/angular/node_modules/lodash/_unicodeToArray.js diff --git a/ClientApp/node_modules/lodash/_unicodeWords.js b/apps/angular/node_modules/lodash/_unicodeWords.js similarity index 100% rename from ClientApp/node_modules/lodash/_unicodeWords.js rename to apps/angular/node_modules/lodash/_unicodeWords.js diff --git a/ClientApp/node_modules/lodash/_updateWrapDetails.js b/apps/angular/node_modules/lodash/_updateWrapDetails.js similarity index 100% rename from ClientApp/node_modules/lodash/_updateWrapDetails.js rename to apps/angular/node_modules/lodash/_updateWrapDetails.js diff --git a/ClientApp/node_modules/lodash/_wrapperClone.js b/apps/angular/node_modules/lodash/_wrapperClone.js similarity index 100% rename from ClientApp/node_modules/lodash/_wrapperClone.js rename to apps/angular/node_modules/lodash/_wrapperClone.js diff --git a/ClientApp/node_modules/lodash/add.js b/apps/angular/node_modules/lodash/add.js similarity index 100% rename from ClientApp/node_modules/lodash/add.js rename to apps/angular/node_modules/lodash/add.js diff --git a/ClientApp/node_modules/lodash/after.js b/apps/angular/node_modules/lodash/after.js similarity index 100% rename from ClientApp/node_modules/lodash/after.js rename to apps/angular/node_modules/lodash/after.js diff --git a/ClientApp/node_modules/lodash/array.js b/apps/angular/node_modules/lodash/array.js similarity index 100% rename from ClientApp/node_modules/lodash/array.js rename to apps/angular/node_modules/lodash/array.js diff --git a/ClientApp/node_modules/lodash/ary.js b/apps/angular/node_modules/lodash/ary.js similarity index 100% rename from ClientApp/node_modules/lodash/ary.js rename to apps/angular/node_modules/lodash/ary.js diff --git a/ClientApp/node_modules/lodash/assign.js b/apps/angular/node_modules/lodash/assign.js similarity index 100% rename from ClientApp/node_modules/lodash/assign.js rename to apps/angular/node_modules/lodash/assign.js diff --git a/ClientApp/node_modules/lodash/assignIn.js b/apps/angular/node_modules/lodash/assignIn.js similarity index 100% rename from ClientApp/node_modules/lodash/assignIn.js rename to apps/angular/node_modules/lodash/assignIn.js diff --git a/ClientApp/node_modules/lodash/assignInWith.js b/apps/angular/node_modules/lodash/assignInWith.js similarity index 100% rename from ClientApp/node_modules/lodash/assignInWith.js rename to apps/angular/node_modules/lodash/assignInWith.js diff --git a/ClientApp/node_modules/lodash/assignWith.js b/apps/angular/node_modules/lodash/assignWith.js similarity index 100% rename from ClientApp/node_modules/lodash/assignWith.js rename to apps/angular/node_modules/lodash/assignWith.js diff --git a/ClientApp/node_modules/lodash/at.js b/apps/angular/node_modules/lodash/at.js similarity index 100% rename from ClientApp/node_modules/lodash/at.js rename to apps/angular/node_modules/lodash/at.js diff --git a/ClientApp/node_modules/lodash/attempt.js b/apps/angular/node_modules/lodash/attempt.js similarity index 100% rename from ClientApp/node_modules/lodash/attempt.js rename to apps/angular/node_modules/lodash/attempt.js diff --git a/ClientApp/node_modules/lodash/before.js b/apps/angular/node_modules/lodash/before.js similarity index 100% rename from ClientApp/node_modules/lodash/before.js rename to apps/angular/node_modules/lodash/before.js diff --git a/ClientApp/node_modules/lodash/bind.js b/apps/angular/node_modules/lodash/bind.js similarity index 100% rename from ClientApp/node_modules/lodash/bind.js rename to apps/angular/node_modules/lodash/bind.js diff --git a/ClientApp/node_modules/lodash/bindAll.js b/apps/angular/node_modules/lodash/bindAll.js similarity index 100% rename from ClientApp/node_modules/lodash/bindAll.js rename to apps/angular/node_modules/lodash/bindAll.js diff --git a/ClientApp/node_modules/lodash/bindKey.js b/apps/angular/node_modules/lodash/bindKey.js similarity index 100% rename from ClientApp/node_modules/lodash/bindKey.js rename to apps/angular/node_modules/lodash/bindKey.js diff --git a/ClientApp/node_modules/lodash/camelCase.js b/apps/angular/node_modules/lodash/camelCase.js similarity index 100% rename from ClientApp/node_modules/lodash/camelCase.js rename to apps/angular/node_modules/lodash/camelCase.js diff --git a/ClientApp/node_modules/lodash/capitalize.js b/apps/angular/node_modules/lodash/capitalize.js similarity index 100% rename from ClientApp/node_modules/lodash/capitalize.js rename to apps/angular/node_modules/lodash/capitalize.js diff --git a/ClientApp/node_modules/lodash/castArray.js b/apps/angular/node_modules/lodash/castArray.js similarity index 100% rename from ClientApp/node_modules/lodash/castArray.js rename to apps/angular/node_modules/lodash/castArray.js diff --git a/ClientApp/node_modules/lodash/ceil.js b/apps/angular/node_modules/lodash/ceil.js similarity index 100% rename from ClientApp/node_modules/lodash/ceil.js rename to apps/angular/node_modules/lodash/ceil.js diff --git a/ClientApp/node_modules/lodash/chain.js b/apps/angular/node_modules/lodash/chain.js similarity index 100% rename from ClientApp/node_modules/lodash/chain.js rename to apps/angular/node_modules/lodash/chain.js diff --git a/ClientApp/node_modules/lodash/chunk.js b/apps/angular/node_modules/lodash/chunk.js similarity index 100% rename from ClientApp/node_modules/lodash/chunk.js rename to apps/angular/node_modules/lodash/chunk.js diff --git a/ClientApp/node_modules/lodash/clamp.js b/apps/angular/node_modules/lodash/clamp.js similarity index 100% rename from ClientApp/node_modules/lodash/clamp.js rename to apps/angular/node_modules/lodash/clamp.js diff --git a/ClientApp/node_modules/lodash/clone.js b/apps/angular/node_modules/lodash/clone.js similarity index 100% rename from ClientApp/node_modules/lodash/clone.js rename to apps/angular/node_modules/lodash/clone.js diff --git a/ClientApp/node_modules/lodash/cloneDeep.js b/apps/angular/node_modules/lodash/cloneDeep.js similarity index 100% rename from ClientApp/node_modules/lodash/cloneDeep.js rename to apps/angular/node_modules/lodash/cloneDeep.js diff --git a/ClientApp/node_modules/lodash/cloneDeepWith.js b/apps/angular/node_modules/lodash/cloneDeepWith.js similarity index 100% rename from ClientApp/node_modules/lodash/cloneDeepWith.js rename to apps/angular/node_modules/lodash/cloneDeepWith.js diff --git a/ClientApp/node_modules/lodash/cloneWith.js b/apps/angular/node_modules/lodash/cloneWith.js similarity index 100% rename from ClientApp/node_modules/lodash/cloneWith.js rename to apps/angular/node_modules/lodash/cloneWith.js diff --git a/ClientApp/node_modules/lodash/collection.js b/apps/angular/node_modules/lodash/collection.js similarity index 100% rename from ClientApp/node_modules/lodash/collection.js rename to apps/angular/node_modules/lodash/collection.js diff --git a/ClientApp/node_modules/lodash/commit.js b/apps/angular/node_modules/lodash/commit.js similarity index 100% rename from ClientApp/node_modules/lodash/commit.js rename to apps/angular/node_modules/lodash/commit.js diff --git a/ClientApp/node_modules/lodash/compact.js b/apps/angular/node_modules/lodash/compact.js similarity index 100% rename from ClientApp/node_modules/lodash/compact.js rename to apps/angular/node_modules/lodash/compact.js diff --git a/ClientApp/node_modules/lodash/concat.js b/apps/angular/node_modules/lodash/concat.js similarity index 100% rename from ClientApp/node_modules/lodash/concat.js rename to apps/angular/node_modules/lodash/concat.js diff --git a/ClientApp/node_modules/lodash/cond.js b/apps/angular/node_modules/lodash/cond.js similarity index 100% rename from ClientApp/node_modules/lodash/cond.js rename to apps/angular/node_modules/lodash/cond.js diff --git a/ClientApp/node_modules/lodash/conforms.js b/apps/angular/node_modules/lodash/conforms.js similarity index 100% rename from ClientApp/node_modules/lodash/conforms.js rename to apps/angular/node_modules/lodash/conforms.js diff --git a/ClientApp/node_modules/lodash/conformsTo.js b/apps/angular/node_modules/lodash/conformsTo.js similarity index 100% rename from ClientApp/node_modules/lodash/conformsTo.js rename to apps/angular/node_modules/lodash/conformsTo.js diff --git a/ClientApp/node_modules/lodash/constant.js b/apps/angular/node_modules/lodash/constant.js similarity index 100% rename from ClientApp/node_modules/lodash/constant.js rename to apps/angular/node_modules/lodash/constant.js diff --git a/ClientApp/node_modules/lodash/core.js b/apps/angular/node_modules/lodash/core.js similarity index 100% rename from ClientApp/node_modules/lodash/core.js rename to apps/angular/node_modules/lodash/core.js diff --git a/ClientApp/node_modules/lodash/core.min.js b/apps/angular/node_modules/lodash/core.min.js similarity index 100% rename from ClientApp/node_modules/lodash/core.min.js rename to apps/angular/node_modules/lodash/core.min.js diff --git a/ClientApp/node_modules/lodash/countBy.js b/apps/angular/node_modules/lodash/countBy.js similarity index 100% rename from ClientApp/node_modules/lodash/countBy.js rename to apps/angular/node_modules/lodash/countBy.js diff --git a/ClientApp/node_modules/lodash/create.js b/apps/angular/node_modules/lodash/create.js similarity index 100% rename from ClientApp/node_modules/lodash/create.js rename to apps/angular/node_modules/lodash/create.js diff --git a/ClientApp/node_modules/lodash/curry.js b/apps/angular/node_modules/lodash/curry.js similarity index 100% rename from ClientApp/node_modules/lodash/curry.js rename to apps/angular/node_modules/lodash/curry.js diff --git a/ClientApp/node_modules/lodash/curryRight.js b/apps/angular/node_modules/lodash/curryRight.js similarity index 100% rename from ClientApp/node_modules/lodash/curryRight.js rename to apps/angular/node_modules/lodash/curryRight.js diff --git a/ClientApp/node_modules/lodash/date.js b/apps/angular/node_modules/lodash/date.js similarity index 100% rename from ClientApp/node_modules/lodash/date.js rename to apps/angular/node_modules/lodash/date.js diff --git a/ClientApp/node_modules/lodash/debounce.js b/apps/angular/node_modules/lodash/debounce.js similarity index 100% rename from ClientApp/node_modules/lodash/debounce.js rename to apps/angular/node_modules/lodash/debounce.js diff --git a/ClientApp/node_modules/lodash/deburr.js b/apps/angular/node_modules/lodash/deburr.js similarity index 100% rename from ClientApp/node_modules/lodash/deburr.js rename to apps/angular/node_modules/lodash/deburr.js diff --git a/ClientApp/node_modules/lodash/defaultTo.js b/apps/angular/node_modules/lodash/defaultTo.js similarity index 100% rename from ClientApp/node_modules/lodash/defaultTo.js rename to apps/angular/node_modules/lodash/defaultTo.js diff --git a/ClientApp/node_modules/lodash/defaults.js b/apps/angular/node_modules/lodash/defaults.js similarity index 100% rename from ClientApp/node_modules/lodash/defaults.js rename to apps/angular/node_modules/lodash/defaults.js diff --git a/ClientApp/node_modules/lodash/defaultsDeep.js b/apps/angular/node_modules/lodash/defaultsDeep.js similarity index 100% rename from ClientApp/node_modules/lodash/defaultsDeep.js rename to apps/angular/node_modules/lodash/defaultsDeep.js diff --git a/ClientApp/node_modules/lodash/defer.js b/apps/angular/node_modules/lodash/defer.js similarity index 100% rename from ClientApp/node_modules/lodash/defer.js rename to apps/angular/node_modules/lodash/defer.js diff --git a/ClientApp/node_modules/lodash/delay.js b/apps/angular/node_modules/lodash/delay.js similarity index 100% rename from ClientApp/node_modules/lodash/delay.js rename to apps/angular/node_modules/lodash/delay.js diff --git a/ClientApp/node_modules/lodash/difference.js b/apps/angular/node_modules/lodash/difference.js similarity index 100% rename from ClientApp/node_modules/lodash/difference.js rename to apps/angular/node_modules/lodash/difference.js diff --git a/ClientApp/node_modules/lodash/differenceBy.js b/apps/angular/node_modules/lodash/differenceBy.js similarity index 100% rename from ClientApp/node_modules/lodash/differenceBy.js rename to apps/angular/node_modules/lodash/differenceBy.js diff --git a/ClientApp/node_modules/lodash/differenceWith.js b/apps/angular/node_modules/lodash/differenceWith.js similarity index 100% rename from ClientApp/node_modules/lodash/differenceWith.js rename to apps/angular/node_modules/lodash/differenceWith.js diff --git a/ClientApp/node_modules/lodash/divide.js b/apps/angular/node_modules/lodash/divide.js similarity index 100% rename from ClientApp/node_modules/lodash/divide.js rename to apps/angular/node_modules/lodash/divide.js diff --git a/ClientApp/node_modules/lodash/drop.js b/apps/angular/node_modules/lodash/drop.js similarity index 100% rename from ClientApp/node_modules/lodash/drop.js rename to apps/angular/node_modules/lodash/drop.js diff --git a/ClientApp/node_modules/lodash/dropRight.js b/apps/angular/node_modules/lodash/dropRight.js similarity index 100% rename from ClientApp/node_modules/lodash/dropRight.js rename to apps/angular/node_modules/lodash/dropRight.js diff --git a/ClientApp/node_modules/lodash/dropRightWhile.js b/apps/angular/node_modules/lodash/dropRightWhile.js similarity index 100% rename from ClientApp/node_modules/lodash/dropRightWhile.js rename to apps/angular/node_modules/lodash/dropRightWhile.js diff --git a/ClientApp/node_modules/lodash/dropWhile.js b/apps/angular/node_modules/lodash/dropWhile.js similarity index 100% rename from ClientApp/node_modules/lodash/dropWhile.js rename to apps/angular/node_modules/lodash/dropWhile.js diff --git a/ClientApp/node_modules/lodash/each.js b/apps/angular/node_modules/lodash/each.js similarity index 100% rename from ClientApp/node_modules/lodash/each.js rename to apps/angular/node_modules/lodash/each.js diff --git a/ClientApp/node_modules/lodash/eachRight.js b/apps/angular/node_modules/lodash/eachRight.js similarity index 100% rename from ClientApp/node_modules/lodash/eachRight.js rename to apps/angular/node_modules/lodash/eachRight.js diff --git a/ClientApp/node_modules/lodash/endsWith.js b/apps/angular/node_modules/lodash/endsWith.js similarity index 100% rename from ClientApp/node_modules/lodash/endsWith.js rename to apps/angular/node_modules/lodash/endsWith.js diff --git a/ClientApp/node_modules/lodash/entries.js b/apps/angular/node_modules/lodash/entries.js similarity index 100% rename from ClientApp/node_modules/lodash/entries.js rename to apps/angular/node_modules/lodash/entries.js diff --git a/ClientApp/node_modules/lodash/entriesIn.js b/apps/angular/node_modules/lodash/entriesIn.js similarity index 100% rename from ClientApp/node_modules/lodash/entriesIn.js rename to apps/angular/node_modules/lodash/entriesIn.js diff --git a/ClientApp/node_modules/lodash/eq.js b/apps/angular/node_modules/lodash/eq.js similarity index 100% rename from ClientApp/node_modules/lodash/eq.js rename to apps/angular/node_modules/lodash/eq.js diff --git a/ClientApp/node_modules/lodash/escape.js b/apps/angular/node_modules/lodash/escape.js similarity index 100% rename from ClientApp/node_modules/lodash/escape.js rename to apps/angular/node_modules/lodash/escape.js diff --git a/ClientApp/node_modules/lodash/escapeRegExp.js b/apps/angular/node_modules/lodash/escapeRegExp.js similarity index 100% rename from ClientApp/node_modules/lodash/escapeRegExp.js rename to apps/angular/node_modules/lodash/escapeRegExp.js diff --git a/ClientApp/node_modules/lodash/every.js b/apps/angular/node_modules/lodash/every.js similarity index 100% rename from ClientApp/node_modules/lodash/every.js rename to apps/angular/node_modules/lodash/every.js diff --git a/ClientApp/node_modules/lodash/extend.js b/apps/angular/node_modules/lodash/extend.js similarity index 100% rename from ClientApp/node_modules/lodash/extend.js rename to apps/angular/node_modules/lodash/extend.js diff --git a/ClientApp/node_modules/lodash/extendWith.js b/apps/angular/node_modules/lodash/extendWith.js similarity index 100% rename from ClientApp/node_modules/lodash/extendWith.js rename to apps/angular/node_modules/lodash/extendWith.js diff --git a/ClientApp/node_modules/lodash/fill.js b/apps/angular/node_modules/lodash/fill.js similarity index 100% rename from ClientApp/node_modules/lodash/fill.js rename to apps/angular/node_modules/lodash/fill.js diff --git a/ClientApp/node_modules/lodash/filter.js b/apps/angular/node_modules/lodash/filter.js similarity index 100% rename from ClientApp/node_modules/lodash/filter.js rename to apps/angular/node_modules/lodash/filter.js diff --git a/ClientApp/node_modules/lodash/find.js b/apps/angular/node_modules/lodash/find.js similarity index 100% rename from ClientApp/node_modules/lodash/find.js rename to apps/angular/node_modules/lodash/find.js diff --git a/ClientApp/node_modules/lodash/findIndex.js b/apps/angular/node_modules/lodash/findIndex.js similarity index 100% rename from ClientApp/node_modules/lodash/findIndex.js rename to apps/angular/node_modules/lodash/findIndex.js diff --git a/ClientApp/node_modules/lodash/findKey.js b/apps/angular/node_modules/lodash/findKey.js similarity index 100% rename from ClientApp/node_modules/lodash/findKey.js rename to apps/angular/node_modules/lodash/findKey.js diff --git a/ClientApp/node_modules/lodash/findLast.js b/apps/angular/node_modules/lodash/findLast.js similarity index 100% rename from ClientApp/node_modules/lodash/findLast.js rename to apps/angular/node_modules/lodash/findLast.js diff --git a/ClientApp/node_modules/lodash/findLastIndex.js b/apps/angular/node_modules/lodash/findLastIndex.js similarity index 100% rename from ClientApp/node_modules/lodash/findLastIndex.js rename to apps/angular/node_modules/lodash/findLastIndex.js diff --git a/ClientApp/node_modules/lodash/findLastKey.js b/apps/angular/node_modules/lodash/findLastKey.js similarity index 100% rename from ClientApp/node_modules/lodash/findLastKey.js rename to apps/angular/node_modules/lodash/findLastKey.js diff --git a/ClientApp/node_modules/lodash/first.js b/apps/angular/node_modules/lodash/first.js similarity index 100% rename from ClientApp/node_modules/lodash/first.js rename to apps/angular/node_modules/lodash/first.js diff --git a/ClientApp/node_modules/lodash/flatMap.js b/apps/angular/node_modules/lodash/flatMap.js similarity index 100% rename from ClientApp/node_modules/lodash/flatMap.js rename to apps/angular/node_modules/lodash/flatMap.js diff --git a/ClientApp/node_modules/lodash/flatMapDeep.js b/apps/angular/node_modules/lodash/flatMapDeep.js similarity index 100% rename from ClientApp/node_modules/lodash/flatMapDeep.js rename to apps/angular/node_modules/lodash/flatMapDeep.js diff --git a/ClientApp/node_modules/lodash/flatMapDepth.js b/apps/angular/node_modules/lodash/flatMapDepth.js similarity index 100% rename from ClientApp/node_modules/lodash/flatMapDepth.js rename to apps/angular/node_modules/lodash/flatMapDepth.js diff --git a/ClientApp/node_modules/lodash/flatten.js b/apps/angular/node_modules/lodash/flatten.js similarity index 100% rename from ClientApp/node_modules/lodash/flatten.js rename to apps/angular/node_modules/lodash/flatten.js diff --git a/ClientApp/node_modules/lodash/flattenDeep.js b/apps/angular/node_modules/lodash/flattenDeep.js similarity index 100% rename from ClientApp/node_modules/lodash/flattenDeep.js rename to apps/angular/node_modules/lodash/flattenDeep.js diff --git a/ClientApp/node_modules/lodash/flattenDepth.js b/apps/angular/node_modules/lodash/flattenDepth.js similarity index 100% rename from ClientApp/node_modules/lodash/flattenDepth.js rename to apps/angular/node_modules/lodash/flattenDepth.js diff --git a/ClientApp/node_modules/lodash/flip.js b/apps/angular/node_modules/lodash/flip.js similarity index 100% rename from ClientApp/node_modules/lodash/flip.js rename to apps/angular/node_modules/lodash/flip.js diff --git a/ClientApp/node_modules/lodash/floor.js b/apps/angular/node_modules/lodash/floor.js similarity index 100% rename from ClientApp/node_modules/lodash/floor.js rename to apps/angular/node_modules/lodash/floor.js diff --git a/ClientApp/node_modules/lodash/flow.js b/apps/angular/node_modules/lodash/flow.js similarity index 100% rename from ClientApp/node_modules/lodash/flow.js rename to apps/angular/node_modules/lodash/flow.js diff --git a/ClientApp/node_modules/lodash/flowRight.js b/apps/angular/node_modules/lodash/flowRight.js similarity index 100% rename from ClientApp/node_modules/lodash/flowRight.js rename to apps/angular/node_modules/lodash/flowRight.js diff --git a/ClientApp/node_modules/lodash/forEach.js b/apps/angular/node_modules/lodash/forEach.js similarity index 100% rename from ClientApp/node_modules/lodash/forEach.js rename to apps/angular/node_modules/lodash/forEach.js diff --git a/ClientApp/node_modules/lodash/forEachRight.js b/apps/angular/node_modules/lodash/forEachRight.js similarity index 100% rename from ClientApp/node_modules/lodash/forEachRight.js rename to apps/angular/node_modules/lodash/forEachRight.js diff --git a/ClientApp/node_modules/lodash/forIn.js b/apps/angular/node_modules/lodash/forIn.js similarity index 100% rename from ClientApp/node_modules/lodash/forIn.js rename to apps/angular/node_modules/lodash/forIn.js diff --git a/ClientApp/node_modules/lodash/forInRight.js b/apps/angular/node_modules/lodash/forInRight.js similarity index 100% rename from ClientApp/node_modules/lodash/forInRight.js rename to apps/angular/node_modules/lodash/forInRight.js diff --git a/ClientApp/node_modules/lodash/forOwn.js b/apps/angular/node_modules/lodash/forOwn.js similarity index 100% rename from ClientApp/node_modules/lodash/forOwn.js rename to apps/angular/node_modules/lodash/forOwn.js diff --git a/ClientApp/node_modules/lodash/forOwnRight.js b/apps/angular/node_modules/lodash/forOwnRight.js similarity index 100% rename from ClientApp/node_modules/lodash/forOwnRight.js rename to apps/angular/node_modules/lodash/forOwnRight.js diff --git a/ClientApp/node_modules/lodash/fp.js b/apps/angular/node_modules/lodash/fp.js similarity index 100% rename from ClientApp/node_modules/lodash/fp.js rename to apps/angular/node_modules/lodash/fp.js diff --git a/ClientApp/node_modules/lodash/fp/F.js b/apps/angular/node_modules/lodash/fp/F.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/F.js rename to apps/angular/node_modules/lodash/fp/F.js diff --git a/ClientApp/node_modules/lodash/fp/T.js b/apps/angular/node_modules/lodash/fp/T.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/T.js rename to apps/angular/node_modules/lodash/fp/T.js diff --git a/ClientApp/node_modules/lodash/fp/__.js b/apps/angular/node_modules/lodash/fp/__.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/__.js rename to apps/angular/node_modules/lodash/fp/__.js diff --git a/ClientApp/node_modules/lodash/fp/_baseConvert.js b/apps/angular/node_modules/lodash/fp/_baseConvert.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/_baseConvert.js rename to apps/angular/node_modules/lodash/fp/_baseConvert.js diff --git a/ClientApp/node_modules/lodash/fp/_convertBrowser.js b/apps/angular/node_modules/lodash/fp/_convertBrowser.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/_convertBrowser.js rename to apps/angular/node_modules/lodash/fp/_convertBrowser.js diff --git a/ClientApp/node_modules/lodash/fp/_falseOptions.js b/apps/angular/node_modules/lodash/fp/_falseOptions.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/_falseOptions.js rename to apps/angular/node_modules/lodash/fp/_falseOptions.js diff --git a/ClientApp/node_modules/lodash/fp/_mapping.js b/apps/angular/node_modules/lodash/fp/_mapping.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/_mapping.js rename to apps/angular/node_modules/lodash/fp/_mapping.js diff --git a/ClientApp/node_modules/lodash/fp/_util.js b/apps/angular/node_modules/lodash/fp/_util.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/_util.js rename to apps/angular/node_modules/lodash/fp/_util.js diff --git a/ClientApp/node_modules/lodash/fp/add.js b/apps/angular/node_modules/lodash/fp/add.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/add.js rename to apps/angular/node_modules/lodash/fp/add.js diff --git a/ClientApp/node_modules/lodash/fp/after.js b/apps/angular/node_modules/lodash/fp/after.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/after.js rename to apps/angular/node_modules/lodash/fp/after.js diff --git a/ClientApp/node_modules/lodash/fp/all.js b/apps/angular/node_modules/lodash/fp/all.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/all.js rename to apps/angular/node_modules/lodash/fp/all.js diff --git a/ClientApp/node_modules/lodash/fp/allPass.js b/apps/angular/node_modules/lodash/fp/allPass.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/allPass.js rename to apps/angular/node_modules/lodash/fp/allPass.js diff --git a/ClientApp/node_modules/lodash/fp/always.js b/apps/angular/node_modules/lodash/fp/always.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/always.js rename to apps/angular/node_modules/lodash/fp/always.js diff --git a/ClientApp/node_modules/lodash/fp/any.js b/apps/angular/node_modules/lodash/fp/any.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/any.js rename to apps/angular/node_modules/lodash/fp/any.js diff --git a/ClientApp/node_modules/lodash/fp/anyPass.js b/apps/angular/node_modules/lodash/fp/anyPass.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/anyPass.js rename to apps/angular/node_modules/lodash/fp/anyPass.js diff --git a/ClientApp/node_modules/lodash/fp/apply.js b/apps/angular/node_modules/lodash/fp/apply.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/apply.js rename to apps/angular/node_modules/lodash/fp/apply.js diff --git a/ClientApp/node_modules/lodash/fp/array.js b/apps/angular/node_modules/lodash/fp/array.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/array.js rename to apps/angular/node_modules/lodash/fp/array.js diff --git a/ClientApp/node_modules/lodash/fp/ary.js b/apps/angular/node_modules/lodash/fp/ary.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/ary.js rename to apps/angular/node_modules/lodash/fp/ary.js diff --git a/ClientApp/node_modules/lodash/fp/assign.js b/apps/angular/node_modules/lodash/fp/assign.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/assign.js rename to apps/angular/node_modules/lodash/fp/assign.js diff --git a/ClientApp/node_modules/lodash/fp/assignAll.js b/apps/angular/node_modules/lodash/fp/assignAll.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/assignAll.js rename to apps/angular/node_modules/lodash/fp/assignAll.js diff --git a/ClientApp/node_modules/lodash/fp/assignAllWith.js b/apps/angular/node_modules/lodash/fp/assignAllWith.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/assignAllWith.js rename to apps/angular/node_modules/lodash/fp/assignAllWith.js diff --git a/ClientApp/node_modules/lodash/fp/assignIn.js b/apps/angular/node_modules/lodash/fp/assignIn.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/assignIn.js rename to apps/angular/node_modules/lodash/fp/assignIn.js diff --git a/ClientApp/node_modules/lodash/fp/assignInAll.js b/apps/angular/node_modules/lodash/fp/assignInAll.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/assignInAll.js rename to apps/angular/node_modules/lodash/fp/assignInAll.js diff --git a/ClientApp/node_modules/lodash/fp/assignInAllWith.js b/apps/angular/node_modules/lodash/fp/assignInAllWith.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/assignInAllWith.js rename to apps/angular/node_modules/lodash/fp/assignInAllWith.js diff --git a/ClientApp/node_modules/lodash/fp/assignInWith.js b/apps/angular/node_modules/lodash/fp/assignInWith.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/assignInWith.js rename to apps/angular/node_modules/lodash/fp/assignInWith.js diff --git a/ClientApp/node_modules/lodash/fp/assignWith.js b/apps/angular/node_modules/lodash/fp/assignWith.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/assignWith.js rename to apps/angular/node_modules/lodash/fp/assignWith.js diff --git a/ClientApp/node_modules/lodash/fp/assoc.js b/apps/angular/node_modules/lodash/fp/assoc.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/assoc.js rename to apps/angular/node_modules/lodash/fp/assoc.js diff --git a/ClientApp/node_modules/lodash/fp/assocPath.js b/apps/angular/node_modules/lodash/fp/assocPath.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/assocPath.js rename to apps/angular/node_modules/lodash/fp/assocPath.js diff --git a/ClientApp/node_modules/lodash/fp/at.js b/apps/angular/node_modules/lodash/fp/at.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/at.js rename to apps/angular/node_modules/lodash/fp/at.js diff --git a/ClientApp/node_modules/lodash/fp/attempt.js b/apps/angular/node_modules/lodash/fp/attempt.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/attempt.js rename to apps/angular/node_modules/lodash/fp/attempt.js diff --git a/ClientApp/node_modules/lodash/fp/before.js b/apps/angular/node_modules/lodash/fp/before.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/before.js rename to apps/angular/node_modules/lodash/fp/before.js diff --git a/ClientApp/node_modules/lodash/fp/bind.js b/apps/angular/node_modules/lodash/fp/bind.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/bind.js rename to apps/angular/node_modules/lodash/fp/bind.js diff --git a/ClientApp/node_modules/lodash/fp/bindAll.js b/apps/angular/node_modules/lodash/fp/bindAll.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/bindAll.js rename to apps/angular/node_modules/lodash/fp/bindAll.js diff --git a/ClientApp/node_modules/lodash/fp/bindKey.js b/apps/angular/node_modules/lodash/fp/bindKey.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/bindKey.js rename to apps/angular/node_modules/lodash/fp/bindKey.js diff --git a/ClientApp/node_modules/lodash/fp/camelCase.js b/apps/angular/node_modules/lodash/fp/camelCase.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/camelCase.js rename to apps/angular/node_modules/lodash/fp/camelCase.js diff --git a/ClientApp/node_modules/lodash/fp/capitalize.js b/apps/angular/node_modules/lodash/fp/capitalize.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/capitalize.js rename to apps/angular/node_modules/lodash/fp/capitalize.js diff --git a/ClientApp/node_modules/lodash/fp/castArray.js b/apps/angular/node_modules/lodash/fp/castArray.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/castArray.js rename to apps/angular/node_modules/lodash/fp/castArray.js diff --git a/ClientApp/node_modules/lodash/fp/ceil.js b/apps/angular/node_modules/lodash/fp/ceil.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/ceil.js rename to apps/angular/node_modules/lodash/fp/ceil.js diff --git a/ClientApp/node_modules/lodash/fp/chain.js b/apps/angular/node_modules/lodash/fp/chain.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/chain.js rename to apps/angular/node_modules/lodash/fp/chain.js diff --git a/ClientApp/node_modules/lodash/fp/chunk.js b/apps/angular/node_modules/lodash/fp/chunk.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/chunk.js rename to apps/angular/node_modules/lodash/fp/chunk.js diff --git a/ClientApp/node_modules/lodash/fp/clamp.js b/apps/angular/node_modules/lodash/fp/clamp.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/clamp.js rename to apps/angular/node_modules/lodash/fp/clamp.js diff --git a/ClientApp/node_modules/lodash/fp/clone.js b/apps/angular/node_modules/lodash/fp/clone.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/clone.js rename to apps/angular/node_modules/lodash/fp/clone.js diff --git a/ClientApp/node_modules/lodash/fp/cloneDeep.js b/apps/angular/node_modules/lodash/fp/cloneDeep.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/cloneDeep.js rename to apps/angular/node_modules/lodash/fp/cloneDeep.js diff --git a/ClientApp/node_modules/lodash/fp/cloneDeepWith.js b/apps/angular/node_modules/lodash/fp/cloneDeepWith.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/cloneDeepWith.js rename to apps/angular/node_modules/lodash/fp/cloneDeepWith.js diff --git a/ClientApp/node_modules/lodash/fp/cloneWith.js b/apps/angular/node_modules/lodash/fp/cloneWith.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/cloneWith.js rename to apps/angular/node_modules/lodash/fp/cloneWith.js diff --git a/ClientApp/node_modules/lodash/fp/collection.js b/apps/angular/node_modules/lodash/fp/collection.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/collection.js rename to apps/angular/node_modules/lodash/fp/collection.js diff --git a/ClientApp/node_modules/lodash/fp/commit.js b/apps/angular/node_modules/lodash/fp/commit.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/commit.js rename to apps/angular/node_modules/lodash/fp/commit.js diff --git a/ClientApp/node_modules/lodash/fp/compact.js b/apps/angular/node_modules/lodash/fp/compact.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/compact.js rename to apps/angular/node_modules/lodash/fp/compact.js diff --git a/ClientApp/node_modules/lodash/fp/complement.js b/apps/angular/node_modules/lodash/fp/complement.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/complement.js rename to apps/angular/node_modules/lodash/fp/complement.js diff --git a/ClientApp/node_modules/lodash/fp/compose.js b/apps/angular/node_modules/lodash/fp/compose.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/compose.js rename to apps/angular/node_modules/lodash/fp/compose.js diff --git a/ClientApp/node_modules/lodash/fp/concat.js b/apps/angular/node_modules/lodash/fp/concat.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/concat.js rename to apps/angular/node_modules/lodash/fp/concat.js diff --git a/ClientApp/node_modules/lodash/fp/cond.js b/apps/angular/node_modules/lodash/fp/cond.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/cond.js rename to apps/angular/node_modules/lodash/fp/cond.js diff --git a/ClientApp/node_modules/lodash/fp/conforms.js b/apps/angular/node_modules/lodash/fp/conforms.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/conforms.js rename to apps/angular/node_modules/lodash/fp/conforms.js diff --git a/ClientApp/node_modules/lodash/fp/conformsTo.js b/apps/angular/node_modules/lodash/fp/conformsTo.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/conformsTo.js rename to apps/angular/node_modules/lodash/fp/conformsTo.js diff --git a/ClientApp/node_modules/lodash/fp/constant.js b/apps/angular/node_modules/lodash/fp/constant.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/constant.js rename to apps/angular/node_modules/lodash/fp/constant.js diff --git a/ClientApp/node_modules/lodash/fp/contains.js b/apps/angular/node_modules/lodash/fp/contains.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/contains.js rename to apps/angular/node_modules/lodash/fp/contains.js diff --git a/ClientApp/node_modules/lodash/fp/convert.js b/apps/angular/node_modules/lodash/fp/convert.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/convert.js rename to apps/angular/node_modules/lodash/fp/convert.js diff --git a/ClientApp/node_modules/lodash/fp/countBy.js b/apps/angular/node_modules/lodash/fp/countBy.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/countBy.js rename to apps/angular/node_modules/lodash/fp/countBy.js diff --git a/ClientApp/node_modules/lodash/fp/create.js b/apps/angular/node_modules/lodash/fp/create.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/create.js rename to apps/angular/node_modules/lodash/fp/create.js diff --git a/ClientApp/node_modules/lodash/fp/curry.js b/apps/angular/node_modules/lodash/fp/curry.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/curry.js rename to apps/angular/node_modules/lodash/fp/curry.js diff --git a/ClientApp/node_modules/lodash/fp/curryN.js b/apps/angular/node_modules/lodash/fp/curryN.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/curryN.js rename to apps/angular/node_modules/lodash/fp/curryN.js diff --git a/ClientApp/node_modules/lodash/fp/curryRight.js b/apps/angular/node_modules/lodash/fp/curryRight.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/curryRight.js rename to apps/angular/node_modules/lodash/fp/curryRight.js diff --git a/ClientApp/node_modules/lodash/fp/curryRightN.js b/apps/angular/node_modules/lodash/fp/curryRightN.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/curryRightN.js rename to apps/angular/node_modules/lodash/fp/curryRightN.js diff --git a/ClientApp/node_modules/lodash/fp/date.js b/apps/angular/node_modules/lodash/fp/date.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/date.js rename to apps/angular/node_modules/lodash/fp/date.js diff --git a/ClientApp/node_modules/lodash/fp/debounce.js b/apps/angular/node_modules/lodash/fp/debounce.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/debounce.js rename to apps/angular/node_modules/lodash/fp/debounce.js diff --git a/ClientApp/node_modules/lodash/fp/deburr.js b/apps/angular/node_modules/lodash/fp/deburr.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/deburr.js rename to apps/angular/node_modules/lodash/fp/deburr.js diff --git a/ClientApp/node_modules/lodash/fp/defaultTo.js b/apps/angular/node_modules/lodash/fp/defaultTo.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/defaultTo.js rename to apps/angular/node_modules/lodash/fp/defaultTo.js diff --git a/ClientApp/node_modules/lodash/fp/defaults.js b/apps/angular/node_modules/lodash/fp/defaults.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/defaults.js rename to apps/angular/node_modules/lodash/fp/defaults.js diff --git a/ClientApp/node_modules/lodash/fp/defaultsAll.js b/apps/angular/node_modules/lodash/fp/defaultsAll.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/defaultsAll.js rename to apps/angular/node_modules/lodash/fp/defaultsAll.js diff --git a/ClientApp/node_modules/lodash/fp/defaultsDeep.js b/apps/angular/node_modules/lodash/fp/defaultsDeep.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/defaultsDeep.js rename to apps/angular/node_modules/lodash/fp/defaultsDeep.js diff --git a/ClientApp/node_modules/lodash/fp/defaultsDeepAll.js b/apps/angular/node_modules/lodash/fp/defaultsDeepAll.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/defaultsDeepAll.js rename to apps/angular/node_modules/lodash/fp/defaultsDeepAll.js diff --git a/ClientApp/node_modules/lodash/fp/defer.js b/apps/angular/node_modules/lodash/fp/defer.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/defer.js rename to apps/angular/node_modules/lodash/fp/defer.js diff --git a/ClientApp/node_modules/lodash/fp/delay.js b/apps/angular/node_modules/lodash/fp/delay.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/delay.js rename to apps/angular/node_modules/lodash/fp/delay.js diff --git a/ClientApp/node_modules/lodash/fp/difference.js b/apps/angular/node_modules/lodash/fp/difference.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/difference.js rename to apps/angular/node_modules/lodash/fp/difference.js diff --git a/ClientApp/node_modules/lodash/fp/differenceBy.js b/apps/angular/node_modules/lodash/fp/differenceBy.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/differenceBy.js rename to apps/angular/node_modules/lodash/fp/differenceBy.js diff --git a/ClientApp/node_modules/lodash/fp/differenceWith.js b/apps/angular/node_modules/lodash/fp/differenceWith.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/differenceWith.js rename to apps/angular/node_modules/lodash/fp/differenceWith.js diff --git a/ClientApp/node_modules/lodash/fp/dissoc.js b/apps/angular/node_modules/lodash/fp/dissoc.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/dissoc.js rename to apps/angular/node_modules/lodash/fp/dissoc.js diff --git a/ClientApp/node_modules/lodash/fp/dissocPath.js b/apps/angular/node_modules/lodash/fp/dissocPath.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/dissocPath.js rename to apps/angular/node_modules/lodash/fp/dissocPath.js diff --git a/ClientApp/node_modules/lodash/fp/divide.js b/apps/angular/node_modules/lodash/fp/divide.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/divide.js rename to apps/angular/node_modules/lodash/fp/divide.js diff --git a/ClientApp/node_modules/lodash/fp/drop.js b/apps/angular/node_modules/lodash/fp/drop.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/drop.js rename to apps/angular/node_modules/lodash/fp/drop.js diff --git a/ClientApp/node_modules/lodash/fp/dropLast.js b/apps/angular/node_modules/lodash/fp/dropLast.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/dropLast.js rename to apps/angular/node_modules/lodash/fp/dropLast.js diff --git a/ClientApp/node_modules/lodash/fp/dropLastWhile.js b/apps/angular/node_modules/lodash/fp/dropLastWhile.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/dropLastWhile.js rename to apps/angular/node_modules/lodash/fp/dropLastWhile.js diff --git a/ClientApp/node_modules/lodash/fp/dropRight.js b/apps/angular/node_modules/lodash/fp/dropRight.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/dropRight.js rename to apps/angular/node_modules/lodash/fp/dropRight.js diff --git a/ClientApp/node_modules/lodash/fp/dropRightWhile.js b/apps/angular/node_modules/lodash/fp/dropRightWhile.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/dropRightWhile.js rename to apps/angular/node_modules/lodash/fp/dropRightWhile.js diff --git a/ClientApp/node_modules/lodash/fp/dropWhile.js b/apps/angular/node_modules/lodash/fp/dropWhile.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/dropWhile.js rename to apps/angular/node_modules/lodash/fp/dropWhile.js diff --git a/ClientApp/node_modules/lodash/fp/each.js b/apps/angular/node_modules/lodash/fp/each.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/each.js rename to apps/angular/node_modules/lodash/fp/each.js diff --git a/ClientApp/node_modules/lodash/fp/eachRight.js b/apps/angular/node_modules/lodash/fp/eachRight.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/eachRight.js rename to apps/angular/node_modules/lodash/fp/eachRight.js diff --git a/ClientApp/node_modules/lodash/fp/endsWith.js b/apps/angular/node_modules/lodash/fp/endsWith.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/endsWith.js rename to apps/angular/node_modules/lodash/fp/endsWith.js diff --git a/ClientApp/node_modules/lodash/fp/entries.js b/apps/angular/node_modules/lodash/fp/entries.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/entries.js rename to apps/angular/node_modules/lodash/fp/entries.js diff --git a/ClientApp/node_modules/lodash/fp/entriesIn.js b/apps/angular/node_modules/lodash/fp/entriesIn.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/entriesIn.js rename to apps/angular/node_modules/lodash/fp/entriesIn.js diff --git a/ClientApp/node_modules/lodash/fp/eq.js b/apps/angular/node_modules/lodash/fp/eq.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/eq.js rename to apps/angular/node_modules/lodash/fp/eq.js diff --git a/ClientApp/node_modules/lodash/fp/equals.js b/apps/angular/node_modules/lodash/fp/equals.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/equals.js rename to apps/angular/node_modules/lodash/fp/equals.js diff --git a/ClientApp/node_modules/lodash/fp/escape.js b/apps/angular/node_modules/lodash/fp/escape.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/escape.js rename to apps/angular/node_modules/lodash/fp/escape.js diff --git a/ClientApp/node_modules/lodash/fp/escapeRegExp.js b/apps/angular/node_modules/lodash/fp/escapeRegExp.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/escapeRegExp.js rename to apps/angular/node_modules/lodash/fp/escapeRegExp.js diff --git a/ClientApp/node_modules/lodash/fp/every.js b/apps/angular/node_modules/lodash/fp/every.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/every.js rename to apps/angular/node_modules/lodash/fp/every.js diff --git a/ClientApp/node_modules/lodash/fp/extend.js b/apps/angular/node_modules/lodash/fp/extend.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/extend.js rename to apps/angular/node_modules/lodash/fp/extend.js diff --git a/ClientApp/node_modules/lodash/fp/extendAll.js b/apps/angular/node_modules/lodash/fp/extendAll.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/extendAll.js rename to apps/angular/node_modules/lodash/fp/extendAll.js diff --git a/ClientApp/node_modules/lodash/fp/extendAllWith.js b/apps/angular/node_modules/lodash/fp/extendAllWith.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/extendAllWith.js rename to apps/angular/node_modules/lodash/fp/extendAllWith.js diff --git a/ClientApp/node_modules/lodash/fp/extendWith.js b/apps/angular/node_modules/lodash/fp/extendWith.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/extendWith.js rename to apps/angular/node_modules/lodash/fp/extendWith.js diff --git a/ClientApp/node_modules/lodash/fp/fill.js b/apps/angular/node_modules/lodash/fp/fill.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/fill.js rename to apps/angular/node_modules/lodash/fp/fill.js diff --git a/ClientApp/node_modules/lodash/fp/filter.js b/apps/angular/node_modules/lodash/fp/filter.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/filter.js rename to apps/angular/node_modules/lodash/fp/filter.js diff --git a/ClientApp/node_modules/lodash/fp/find.js b/apps/angular/node_modules/lodash/fp/find.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/find.js rename to apps/angular/node_modules/lodash/fp/find.js diff --git a/ClientApp/node_modules/lodash/fp/findFrom.js b/apps/angular/node_modules/lodash/fp/findFrom.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/findFrom.js rename to apps/angular/node_modules/lodash/fp/findFrom.js diff --git a/ClientApp/node_modules/lodash/fp/findIndex.js b/apps/angular/node_modules/lodash/fp/findIndex.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/findIndex.js rename to apps/angular/node_modules/lodash/fp/findIndex.js diff --git a/ClientApp/node_modules/lodash/fp/findIndexFrom.js b/apps/angular/node_modules/lodash/fp/findIndexFrom.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/findIndexFrom.js rename to apps/angular/node_modules/lodash/fp/findIndexFrom.js diff --git a/ClientApp/node_modules/lodash/fp/findKey.js b/apps/angular/node_modules/lodash/fp/findKey.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/findKey.js rename to apps/angular/node_modules/lodash/fp/findKey.js diff --git a/ClientApp/node_modules/lodash/fp/findLast.js b/apps/angular/node_modules/lodash/fp/findLast.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/findLast.js rename to apps/angular/node_modules/lodash/fp/findLast.js diff --git a/ClientApp/node_modules/lodash/fp/findLastFrom.js b/apps/angular/node_modules/lodash/fp/findLastFrom.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/findLastFrom.js rename to apps/angular/node_modules/lodash/fp/findLastFrom.js diff --git a/ClientApp/node_modules/lodash/fp/findLastIndex.js b/apps/angular/node_modules/lodash/fp/findLastIndex.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/findLastIndex.js rename to apps/angular/node_modules/lodash/fp/findLastIndex.js diff --git a/ClientApp/node_modules/lodash/fp/findLastIndexFrom.js b/apps/angular/node_modules/lodash/fp/findLastIndexFrom.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/findLastIndexFrom.js rename to apps/angular/node_modules/lodash/fp/findLastIndexFrom.js diff --git a/ClientApp/node_modules/lodash/fp/findLastKey.js b/apps/angular/node_modules/lodash/fp/findLastKey.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/findLastKey.js rename to apps/angular/node_modules/lodash/fp/findLastKey.js diff --git a/ClientApp/node_modules/lodash/fp/first.js b/apps/angular/node_modules/lodash/fp/first.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/first.js rename to apps/angular/node_modules/lodash/fp/first.js diff --git a/ClientApp/node_modules/lodash/fp/flatMap.js b/apps/angular/node_modules/lodash/fp/flatMap.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/flatMap.js rename to apps/angular/node_modules/lodash/fp/flatMap.js diff --git a/ClientApp/node_modules/lodash/fp/flatMapDeep.js b/apps/angular/node_modules/lodash/fp/flatMapDeep.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/flatMapDeep.js rename to apps/angular/node_modules/lodash/fp/flatMapDeep.js diff --git a/ClientApp/node_modules/lodash/fp/flatMapDepth.js b/apps/angular/node_modules/lodash/fp/flatMapDepth.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/flatMapDepth.js rename to apps/angular/node_modules/lodash/fp/flatMapDepth.js diff --git a/ClientApp/node_modules/lodash/fp/flatten.js b/apps/angular/node_modules/lodash/fp/flatten.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/flatten.js rename to apps/angular/node_modules/lodash/fp/flatten.js diff --git a/ClientApp/node_modules/lodash/fp/flattenDeep.js b/apps/angular/node_modules/lodash/fp/flattenDeep.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/flattenDeep.js rename to apps/angular/node_modules/lodash/fp/flattenDeep.js diff --git a/ClientApp/node_modules/lodash/fp/flattenDepth.js b/apps/angular/node_modules/lodash/fp/flattenDepth.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/flattenDepth.js rename to apps/angular/node_modules/lodash/fp/flattenDepth.js diff --git a/ClientApp/node_modules/lodash/fp/flip.js b/apps/angular/node_modules/lodash/fp/flip.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/flip.js rename to apps/angular/node_modules/lodash/fp/flip.js diff --git a/ClientApp/node_modules/lodash/fp/floor.js b/apps/angular/node_modules/lodash/fp/floor.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/floor.js rename to apps/angular/node_modules/lodash/fp/floor.js diff --git a/ClientApp/node_modules/lodash/fp/flow.js b/apps/angular/node_modules/lodash/fp/flow.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/flow.js rename to apps/angular/node_modules/lodash/fp/flow.js diff --git a/ClientApp/node_modules/lodash/fp/flowRight.js b/apps/angular/node_modules/lodash/fp/flowRight.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/flowRight.js rename to apps/angular/node_modules/lodash/fp/flowRight.js diff --git a/ClientApp/node_modules/lodash/fp/forEach.js b/apps/angular/node_modules/lodash/fp/forEach.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/forEach.js rename to apps/angular/node_modules/lodash/fp/forEach.js diff --git a/ClientApp/node_modules/lodash/fp/forEachRight.js b/apps/angular/node_modules/lodash/fp/forEachRight.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/forEachRight.js rename to apps/angular/node_modules/lodash/fp/forEachRight.js diff --git a/ClientApp/node_modules/lodash/fp/forIn.js b/apps/angular/node_modules/lodash/fp/forIn.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/forIn.js rename to apps/angular/node_modules/lodash/fp/forIn.js diff --git a/ClientApp/node_modules/lodash/fp/forInRight.js b/apps/angular/node_modules/lodash/fp/forInRight.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/forInRight.js rename to apps/angular/node_modules/lodash/fp/forInRight.js diff --git a/ClientApp/node_modules/lodash/fp/forOwn.js b/apps/angular/node_modules/lodash/fp/forOwn.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/forOwn.js rename to apps/angular/node_modules/lodash/fp/forOwn.js diff --git a/ClientApp/node_modules/lodash/fp/forOwnRight.js b/apps/angular/node_modules/lodash/fp/forOwnRight.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/forOwnRight.js rename to apps/angular/node_modules/lodash/fp/forOwnRight.js diff --git a/ClientApp/node_modules/lodash/fp/fromPairs.js b/apps/angular/node_modules/lodash/fp/fromPairs.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/fromPairs.js rename to apps/angular/node_modules/lodash/fp/fromPairs.js diff --git a/ClientApp/node_modules/lodash/fp/function.js b/apps/angular/node_modules/lodash/fp/function.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/function.js rename to apps/angular/node_modules/lodash/fp/function.js diff --git a/ClientApp/node_modules/lodash/fp/functions.js b/apps/angular/node_modules/lodash/fp/functions.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/functions.js rename to apps/angular/node_modules/lodash/fp/functions.js diff --git a/ClientApp/node_modules/lodash/fp/functionsIn.js b/apps/angular/node_modules/lodash/fp/functionsIn.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/functionsIn.js rename to apps/angular/node_modules/lodash/fp/functionsIn.js diff --git a/ClientApp/node_modules/lodash/fp/get.js b/apps/angular/node_modules/lodash/fp/get.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/get.js rename to apps/angular/node_modules/lodash/fp/get.js diff --git a/ClientApp/node_modules/lodash/fp/getOr.js b/apps/angular/node_modules/lodash/fp/getOr.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/getOr.js rename to apps/angular/node_modules/lodash/fp/getOr.js diff --git a/ClientApp/node_modules/lodash/fp/groupBy.js b/apps/angular/node_modules/lodash/fp/groupBy.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/groupBy.js rename to apps/angular/node_modules/lodash/fp/groupBy.js diff --git a/ClientApp/node_modules/lodash/fp/gt.js b/apps/angular/node_modules/lodash/fp/gt.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/gt.js rename to apps/angular/node_modules/lodash/fp/gt.js diff --git a/ClientApp/node_modules/lodash/fp/gte.js b/apps/angular/node_modules/lodash/fp/gte.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/gte.js rename to apps/angular/node_modules/lodash/fp/gte.js diff --git a/ClientApp/node_modules/lodash/fp/has.js b/apps/angular/node_modules/lodash/fp/has.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/has.js rename to apps/angular/node_modules/lodash/fp/has.js diff --git a/ClientApp/node_modules/lodash/fp/hasIn.js b/apps/angular/node_modules/lodash/fp/hasIn.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/hasIn.js rename to apps/angular/node_modules/lodash/fp/hasIn.js diff --git a/ClientApp/node_modules/lodash/fp/head.js b/apps/angular/node_modules/lodash/fp/head.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/head.js rename to apps/angular/node_modules/lodash/fp/head.js diff --git a/ClientApp/node_modules/lodash/fp/identical.js b/apps/angular/node_modules/lodash/fp/identical.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/identical.js rename to apps/angular/node_modules/lodash/fp/identical.js diff --git a/ClientApp/node_modules/lodash/fp/identity.js b/apps/angular/node_modules/lodash/fp/identity.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/identity.js rename to apps/angular/node_modules/lodash/fp/identity.js diff --git a/ClientApp/node_modules/lodash/fp/inRange.js b/apps/angular/node_modules/lodash/fp/inRange.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/inRange.js rename to apps/angular/node_modules/lodash/fp/inRange.js diff --git a/ClientApp/node_modules/lodash/fp/includes.js b/apps/angular/node_modules/lodash/fp/includes.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/includes.js rename to apps/angular/node_modules/lodash/fp/includes.js diff --git a/ClientApp/node_modules/lodash/fp/includesFrom.js b/apps/angular/node_modules/lodash/fp/includesFrom.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/includesFrom.js rename to apps/angular/node_modules/lodash/fp/includesFrom.js diff --git a/ClientApp/node_modules/lodash/fp/indexBy.js b/apps/angular/node_modules/lodash/fp/indexBy.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/indexBy.js rename to apps/angular/node_modules/lodash/fp/indexBy.js diff --git a/ClientApp/node_modules/lodash/fp/indexOf.js b/apps/angular/node_modules/lodash/fp/indexOf.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/indexOf.js rename to apps/angular/node_modules/lodash/fp/indexOf.js diff --git a/ClientApp/node_modules/lodash/fp/indexOfFrom.js b/apps/angular/node_modules/lodash/fp/indexOfFrom.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/indexOfFrom.js rename to apps/angular/node_modules/lodash/fp/indexOfFrom.js diff --git a/ClientApp/node_modules/lodash/fp/init.js b/apps/angular/node_modules/lodash/fp/init.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/init.js rename to apps/angular/node_modules/lodash/fp/init.js diff --git a/ClientApp/node_modules/lodash/fp/initial.js b/apps/angular/node_modules/lodash/fp/initial.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/initial.js rename to apps/angular/node_modules/lodash/fp/initial.js diff --git a/ClientApp/node_modules/lodash/fp/intersection.js b/apps/angular/node_modules/lodash/fp/intersection.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/intersection.js rename to apps/angular/node_modules/lodash/fp/intersection.js diff --git a/ClientApp/node_modules/lodash/fp/intersectionBy.js b/apps/angular/node_modules/lodash/fp/intersectionBy.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/intersectionBy.js rename to apps/angular/node_modules/lodash/fp/intersectionBy.js diff --git a/ClientApp/node_modules/lodash/fp/intersectionWith.js b/apps/angular/node_modules/lodash/fp/intersectionWith.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/intersectionWith.js rename to apps/angular/node_modules/lodash/fp/intersectionWith.js diff --git a/ClientApp/node_modules/lodash/fp/invert.js b/apps/angular/node_modules/lodash/fp/invert.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/invert.js rename to apps/angular/node_modules/lodash/fp/invert.js diff --git a/ClientApp/node_modules/lodash/fp/invertBy.js b/apps/angular/node_modules/lodash/fp/invertBy.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/invertBy.js rename to apps/angular/node_modules/lodash/fp/invertBy.js diff --git a/ClientApp/node_modules/lodash/fp/invertObj.js b/apps/angular/node_modules/lodash/fp/invertObj.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/invertObj.js rename to apps/angular/node_modules/lodash/fp/invertObj.js diff --git a/ClientApp/node_modules/lodash/fp/invoke.js b/apps/angular/node_modules/lodash/fp/invoke.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/invoke.js rename to apps/angular/node_modules/lodash/fp/invoke.js diff --git a/ClientApp/node_modules/lodash/fp/invokeArgs.js b/apps/angular/node_modules/lodash/fp/invokeArgs.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/invokeArgs.js rename to apps/angular/node_modules/lodash/fp/invokeArgs.js diff --git a/ClientApp/node_modules/lodash/fp/invokeArgsMap.js b/apps/angular/node_modules/lodash/fp/invokeArgsMap.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/invokeArgsMap.js rename to apps/angular/node_modules/lodash/fp/invokeArgsMap.js diff --git a/ClientApp/node_modules/lodash/fp/invokeMap.js b/apps/angular/node_modules/lodash/fp/invokeMap.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/invokeMap.js rename to apps/angular/node_modules/lodash/fp/invokeMap.js diff --git a/ClientApp/node_modules/lodash/fp/isArguments.js b/apps/angular/node_modules/lodash/fp/isArguments.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/isArguments.js rename to apps/angular/node_modules/lodash/fp/isArguments.js diff --git a/ClientApp/node_modules/lodash/fp/isArray.js b/apps/angular/node_modules/lodash/fp/isArray.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/isArray.js rename to apps/angular/node_modules/lodash/fp/isArray.js diff --git a/ClientApp/node_modules/lodash/fp/isArrayBuffer.js b/apps/angular/node_modules/lodash/fp/isArrayBuffer.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/isArrayBuffer.js rename to apps/angular/node_modules/lodash/fp/isArrayBuffer.js diff --git a/ClientApp/node_modules/lodash/fp/isArrayLike.js b/apps/angular/node_modules/lodash/fp/isArrayLike.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/isArrayLike.js rename to apps/angular/node_modules/lodash/fp/isArrayLike.js diff --git a/ClientApp/node_modules/lodash/fp/isArrayLikeObject.js b/apps/angular/node_modules/lodash/fp/isArrayLikeObject.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/isArrayLikeObject.js rename to apps/angular/node_modules/lodash/fp/isArrayLikeObject.js diff --git a/ClientApp/node_modules/lodash/fp/isBoolean.js b/apps/angular/node_modules/lodash/fp/isBoolean.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/isBoolean.js rename to apps/angular/node_modules/lodash/fp/isBoolean.js diff --git a/ClientApp/node_modules/lodash/fp/isBuffer.js b/apps/angular/node_modules/lodash/fp/isBuffer.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/isBuffer.js rename to apps/angular/node_modules/lodash/fp/isBuffer.js diff --git a/ClientApp/node_modules/lodash/fp/isDate.js b/apps/angular/node_modules/lodash/fp/isDate.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/isDate.js rename to apps/angular/node_modules/lodash/fp/isDate.js diff --git a/ClientApp/node_modules/lodash/fp/isElement.js b/apps/angular/node_modules/lodash/fp/isElement.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/isElement.js rename to apps/angular/node_modules/lodash/fp/isElement.js diff --git a/ClientApp/node_modules/lodash/fp/isEmpty.js b/apps/angular/node_modules/lodash/fp/isEmpty.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/isEmpty.js rename to apps/angular/node_modules/lodash/fp/isEmpty.js diff --git a/ClientApp/node_modules/lodash/fp/isEqual.js b/apps/angular/node_modules/lodash/fp/isEqual.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/isEqual.js rename to apps/angular/node_modules/lodash/fp/isEqual.js diff --git a/ClientApp/node_modules/lodash/fp/isEqualWith.js b/apps/angular/node_modules/lodash/fp/isEqualWith.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/isEqualWith.js rename to apps/angular/node_modules/lodash/fp/isEqualWith.js diff --git a/ClientApp/node_modules/lodash/fp/isError.js b/apps/angular/node_modules/lodash/fp/isError.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/isError.js rename to apps/angular/node_modules/lodash/fp/isError.js diff --git a/ClientApp/node_modules/lodash/fp/isFinite.js b/apps/angular/node_modules/lodash/fp/isFinite.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/isFinite.js rename to apps/angular/node_modules/lodash/fp/isFinite.js diff --git a/ClientApp/node_modules/lodash/fp/isFunction.js b/apps/angular/node_modules/lodash/fp/isFunction.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/isFunction.js rename to apps/angular/node_modules/lodash/fp/isFunction.js diff --git a/ClientApp/node_modules/lodash/fp/isInteger.js b/apps/angular/node_modules/lodash/fp/isInteger.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/isInteger.js rename to apps/angular/node_modules/lodash/fp/isInteger.js diff --git a/ClientApp/node_modules/lodash/fp/isLength.js b/apps/angular/node_modules/lodash/fp/isLength.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/isLength.js rename to apps/angular/node_modules/lodash/fp/isLength.js diff --git a/ClientApp/node_modules/lodash/fp/isMap.js b/apps/angular/node_modules/lodash/fp/isMap.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/isMap.js rename to apps/angular/node_modules/lodash/fp/isMap.js diff --git a/ClientApp/node_modules/lodash/fp/isMatch.js b/apps/angular/node_modules/lodash/fp/isMatch.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/isMatch.js rename to apps/angular/node_modules/lodash/fp/isMatch.js diff --git a/ClientApp/node_modules/lodash/fp/isMatchWith.js b/apps/angular/node_modules/lodash/fp/isMatchWith.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/isMatchWith.js rename to apps/angular/node_modules/lodash/fp/isMatchWith.js diff --git a/ClientApp/node_modules/lodash/fp/isNaN.js b/apps/angular/node_modules/lodash/fp/isNaN.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/isNaN.js rename to apps/angular/node_modules/lodash/fp/isNaN.js diff --git a/ClientApp/node_modules/lodash/fp/isNative.js b/apps/angular/node_modules/lodash/fp/isNative.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/isNative.js rename to apps/angular/node_modules/lodash/fp/isNative.js diff --git a/ClientApp/node_modules/lodash/fp/isNil.js b/apps/angular/node_modules/lodash/fp/isNil.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/isNil.js rename to apps/angular/node_modules/lodash/fp/isNil.js diff --git a/ClientApp/node_modules/lodash/fp/isNull.js b/apps/angular/node_modules/lodash/fp/isNull.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/isNull.js rename to apps/angular/node_modules/lodash/fp/isNull.js diff --git a/ClientApp/node_modules/lodash/fp/isNumber.js b/apps/angular/node_modules/lodash/fp/isNumber.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/isNumber.js rename to apps/angular/node_modules/lodash/fp/isNumber.js diff --git a/ClientApp/node_modules/lodash/fp/isObject.js b/apps/angular/node_modules/lodash/fp/isObject.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/isObject.js rename to apps/angular/node_modules/lodash/fp/isObject.js diff --git a/ClientApp/node_modules/lodash/fp/isObjectLike.js b/apps/angular/node_modules/lodash/fp/isObjectLike.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/isObjectLike.js rename to apps/angular/node_modules/lodash/fp/isObjectLike.js diff --git a/ClientApp/node_modules/lodash/fp/isPlainObject.js b/apps/angular/node_modules/lodash/fp/isPlainObject.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/isPlainObject.js rename to apps/angular/node_modules/lodash/fp/isPlainObject.js diff --git a/ClientApp/node_modules/lodash/fp/isRegExp.js b/apps/angular/node_modules/lodash/fp/isRegExp.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/isRegExp.js rename to apps/angular/node_modules/lodash/fp/isRegExp.js diff --git a/ClientApp/node_modules/lodash/fp/isSafeInteger.js b/apps/angular/node_modules/lodash/fp/isSafeInteger.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/isSafeInteger.js rename to apps/angular/node_modules/lodash/fp/isSafeInteger.js diff --git a/ClientApp/node_modules/lodash/fp/isSet.js b/apps/angular/node_modules/lodash/fp/isSet.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/isSet.js rename to apps/angular/node_modules/lodash/fp/isSet.js diff --git a/ClientApp/node_modules/lodash/fp/isString.js b/apps/angular/node_modules/lodash/fp/isString.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/isString.js rename to apps/angular/node_modules/lodash/fp/isString.js diff --git a/ClientApp/node_modules/lodash/fp/isSymbol.js b/apps/angular/node_modules/lodash/fp/isSymbol.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/isSymbol.js rename to apps/angular/node_modules/lodash/fp/isSymbol.js diff --git a/ClientApp/node_modules/lodash/fp/isTypedArray.js b/apps/angular/node_modules/lodash/fp/isTypedArray.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/isTypedArray.js rename to apps/angular/node_modules/lodash/fp/isTypedArray.js diff --git a/ClientApp/node_modules/lodash/fp/isUndefined.js b/apps/angular/node_modules/lodash/fp/isUndefined.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/isUndefined.js rename to apps/angular/node_modules/lodash/fp/isUndefined.js diff --git a/ClientApp/node_modules/lodash/fp/isWeakMap.js b/apps/angular/node_modules/lodash/fp/isWeakMap.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/isWeakMap.js rename to apps/angular/node_modules/lodash/fp/isWeakMap.js diff --git a/ClientApp/node_modules/lodash/fp/isWeakSet.js b/apps/angular/node_modules/lodash/fp/isWeakSet.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/isWeakSet.js rename to apps/angular/node_modules/lodash/fp/isWeakSet.js diff --git a/ClientApp/node_modules/lodash/fp/iteratee.js b/apps/angular/node_modules/lodash/fp/iteratee.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/iteratee.js rename to apps/angular/node_modules/lodash/fp/iteratee.js diff --git a/ClientApp/node_modules/lodash/fp/join.js b/apps/angular/node_modules/lodash/fp/join.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/join.js rename to apps/angular/node_modules/lodash/fp/join.js diff --git a/ClientApp/node_modules/lodash/fp/juxt.js b/apps/angular/node_modules/lodash/fp/juxt.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/juxt.js rename to apps/angular/node_modules/lodash/fp/juxt.js diff --git a/ClientApp/node_modules/lodash/fp/kebabCase.js b/apps/angular/node_modules/lodash/fp/kebabCase.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/kebabCase.js rename to apps/angular/node_modules/lodash/fp/kebabCase.js diff --git a/ClientApp/node_modules/lodash/fp/keyBy.js b/apps/angular/node_modules/lodash/fp/keyBy.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/keyBy.js rename to apps/angular/node_modules/lodash/fp/keyBy.js diff --git a/ClientApp/node_modules/lodash/fp/keys.js b/apps/angular/node_modules/lodash/fp/keys.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/keys.js rename to apps/angular/node_modules/lodash/fp/keys.js diff --git a/ClientApp/node_modules/lodash/fp/keysIn.js b/apps/angular/node_modules/lodash/fp/keysIn.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/keysIn.js rename to apps/angular/node_modules/lodash/fp/keysIn.js diff --git a/ClientApp/node_modules/lodash/fp/lang.js b/apps/angular/node_modules/lodash/fp/lang.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/lang.js rename to apps/angular/node_modules/lodash/fp/lang.js diff --git a/ClientApp/node_modules/lodash/fp/last.js b/apps/angular/node_modules/lodash/fp/last.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/last.js rename to apps/angular/node_modules/lodash/fp/last.js diff --git a/ClientApp/node_modules/lodash/fp/lastIndexOf.js b/apps/angular/node_modules/lodash/fp/lastIndexOf.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/lastIndexOf.js rename to apps/angular/node_modules/lodash/fp/lastIndexOf.js diff --git a/ClientApp/node_modules/lodash/fp/lastIndexOfFrom.js b/apps/angular/node_modules/lodash/fp/lastIndexOfFrom.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/lastIndexOfFrom.js rename to apps/angular/node_modules/lodash/fp/lastIndexOfFrom.js diff --git a/ClientApp/node_modules/lodash/fp/lowerCase.js b/apps/angular/node_modules/lodash/fp/lowerCase.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/lowerCase.js rename to apps/angular/node_modules/lodash/fp/lowerCase.js diff --git a/ClientApp/node_modules/lodash/fp/lowerFirst.js b/apps/angular/node_modules/lodash/fp/lowerFirst.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/lowerFirst.js rename to apps/angular/node_modules/lodash/fp/lowerFirst.js diff --git a/ClientApp/node_modules/lodash/fp/lt.js b/apps/angular/node_modules/lodash/fp/lt.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/lt.js rename to apps/angular/node_modules/lodash/fp/lt.js diff --git a/ClientApp/node_modules/lodash/fp/lte.js b/apps/angular/node_modules/lodash/fp/lte.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/lte.js rename to apps/angular/node_modules/lodash/fp/lte.js diff --git a/ClientApp/node_modules/lodash/fp/map.js b/apps/angular/node_modules/lodash/fp/map.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/map.js rename to apps/angular/node_modules/lodash/fp/map.js diff --git a/ClientApp/node_modules/lodash/fp/mapKeys.js b/apps/angular/node_modules/lodash/fp/mapKeys.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/mapKeys.js rename to apps/angular/node_modules/lodash/fp/mapKeys.js diff --git a/ClientApp/node_modules/lodash/fp/mapValues.js b/apps/angular/node_modules/lodash/fp/mapValues.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/mapValues.js rename to apps/angular/node_modules/lodash/fp/mapValues.js diff --git a/ClientApp/node_modules/lodash/fp/matches.js b/apps/angular/node_modules/lodash/fp/matches.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/matches.js rename to apps/angular/node_modules/lodash/fp/matches.js diff --git a/ClientApp/node_modules/lodash/fp/matchesProperty.js b/apps/angular/node_modules/lodash/fp/matchesProperty.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/matchesProperty.js rename to apps/angular/node_modules/lodash/fp/matchesProperty.js diff --git a/ClientApp/node_modules/lodash/fp/math.js b/apps/angular/node_modules/lodash/fp/math.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/math.js rename to apps/angular/node_modules/lodash/fp/math.js diff --git a/ClientApp/node_modules/lodash/fp/max.js b/apps/angular/node_modules/lodash/fp/max.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/max.js rename to apps/angular/node_modules/lodash/fp/max.js diff --git a/ClientApp/node_modules/lodash/fp/maxBy.js b/apps/angular/node_modules/lodash/fp/maxBy.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/maxBy.js rename to apps/angular/node_modules/lodash/fp/maxBy.js diff --git a/ClientApp/node_modules/lodash/fp/mean.js b/apps/angular/node_modules/lodash/fp/mean.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/mean.js rename to apps/angular/node_modules/lodash/fp/mean.js diff --git a/ClientApp/node_modules/lodash/fp/meanBy.js b/apps/angular/node_modules/lodash/fp/meanBy.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/meanBy.js rename to apps/angular/node_modules/lodash/fp/meanBy.js diff --git a/ClientApp/node_modules/lodash/fp/memoize.js b/apps/angular/node_modules/lodash/fp/memoize.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/memoize.js rename to apps/angular/node_modules/lodash/fp/memoize.js diff --git a/ClientApp/node_modules/lodash/fp/merge.js b/apps/angular/node_modules/lodash/fp/merge.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/merge.js rename to apps/angular/node_modules/lodash/fp/merge.js diff --git a/ClientApp/node_modules/lodash/fp/mergeAll.js b/apps/angular/node_modules/lodash/fp/mergeAll.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/mergeAll.js rename to apps/angular/node_modules/lodash/fp/mergeAll.js diff --git a/ClientApp/node_modules/lodash/fp/mergeAllWith.js b/apps/angular/node_modules/lodash/fp/mergeAllWith.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/mergeAllWith.js rename to apps/angular/node_modules/lodash/fp/mergeAllWith.js diff --git a/ClientApp/node_modules/lodash/fp/mergeWith.js b/apps/angular/node_modules/lodash/fp/mergeWith.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/mergeWith.js rename to apps/angular/node_modules/lodash/fp/mergeWith.js diff --git a/ClientApp/node_modules/lodash/fp/method.js b/apps/angular/node_modules/lodash/fp/method.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/method.js rename to apps/angular/node_modules/lodash/fp/method.js diff --git a/ClientApp/node_modules/lodash/fp/methodOf.js b/apps/angular/node_modules/lodash/fp/methodOf.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/methodOf.js rename to apps/angular/node_modules/lodash/fp/methodOf.js diff --git a/ClientApp/node_modules/lodash/fp/min.js b/apps/angular/node_modules/lodash/fp/min.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/min.js rename to apps/angular/node_modules/lodash/fp/min.js diff --git a/ClientApp/node_modules/lodash/fp/minBy.js b/apps/angular/node_modules/lodash/fp/minBy.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/minBy.js rename to apps/angular/node_modules/lodash/fp/minBy.js diff --git a/ClientApp/node_modules/lodash/fp/mixin.js b/apps/angular/node_modules/lodash/fp/mixin.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/mixin.js rename to apps/angular/node_modules/lodash/fp/mixin.js diff --git a/ClientApp/node_modules/lodash/fp/multiply.js b/apps/angular/node_modules/lodash/fp/multiply.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/multiply.js rename to apps/angular/node_modules/lodash/fp/multiply.js diff --git a/ClientApp/node_modules/lodash/fp/nAry.js b/apps/angular/node_modules/lodash/fp/nAry.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/nAry.js rename to apps/angular/node_modules/lodash/fp/nAry.js diff --git a/ClientApp/node_modules/lodash/fp/negate.js b/apps/angular/node_modules/lodash/fp/negate.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/negate.js rename to apps/angular/node_modules/lodash/fp/negate.js diff --git a/ClientApp/node_modules/lodash/fp/next.js b/apps/angular/node_modules/lodash/fp/next.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/next.js rename to apps/angular/node_modules/lodash/fp/next.js diff --git a/ClientApp/node_modules/lodash/fp/noop.js b/apps/angular/node_modules/lodash/fp/noop.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/noop.js rename to apps/angular/node_modules/lodash/fp/noop.js diff --git a/ClientApp/node_modules/lodash/fp/now.js b/apps/angular/node_modules/lodash/fp/now.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/now.js rename to apps/angular/node_modules/lodash/fp/now.js diff --git a/ClientApp/node_modules/lodash/fp/nth.js b/apps/angular/node_modules/lodash/fp/nth.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/nth.js rename to apps/angular/node_modules/lodash/fp/nth.js diff --git a/ClientApp/node_modules/lodash/fp/nthArg.js b/apps/angular/node_modules/lodash/fp/nthArg.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/nthArg.js rename to apps/angular/node_modules/lodash/fp/nthArg.js diff --git a/ClientApp/node_modules/lodash/fp/number.js b/apps/angular/node_modules/lodash/fp/number.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/number.js rename to apps/angular/node_modules/lodash/fp/number.js diff --git a/ClientApp/node_modules/lodash/fp/object.js b/apps/angular/node_modules/lodash/fp/object.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/object.js rename to apps/angular/node_modules/lodash/fp/object.js diff --git a/ClientApp/node_modules/lodash/fp/omit.js b/apps/angular/node_modules/lodash/fp/omit.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/omit.js rename to apps/angular/node_modules/lodash/fp/omit.js diff --git a/ClientApp/node_modules/lodash/fp/omitAll.js b/apps/angular/node_modules/lodash/fp/omitAll.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/omitAll.js rename to apps/angular/node_modules/lodash/fp/omitAll.js diff --git a/ClientApp/node_modules/lodash/fp/omitBy.js b/apps/angular/node_modules/lodash/fp/omitBy.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/omitBy.js rename to apps/angular/node_modules/lodash/fp/omitBy.js diff --git a/ClientApp/node_modules/lodash/fp/once.js b/apps/angular/node_modules/lodash/fp/once.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/once.js rename to apps/angular/node_modules/lodash/fp/once.js diff --git a/ClientApp/node_modules/lodash/fp/orderBy.js b/apps/angular/node_modules/lodash/fp/orderBy.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/orderBy.js rename to apps/angular/node_modules/lodash/fp/orderBy.js diff --git a/ClientApp/node_modules/lodash/fp/over.js b/apps/angular/node_modules/lodash/fp/over.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/over.js rename to apps/angular/node_modules/lodash/fp/over.js diff --git a/ClientApp/node_modules/lodash/fp/overArgs.js b/apps/angular/node_modules/lodash/fp/overArgs.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/overArgs.js rename to apps/angular/node_modules/lodash/fp/overArgs.js diff --git a/ClientApp/node_modules/lodash/fp/overEvery.js b/apps/angular/node_modules/lodash/fp/overEvery.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/overEvery.js rename to apps/angular/node_modules/lodash/fp/overEvery.js diff --git a/ClientApp/node_modules/lodash/fp/overSome.js b/apps/angular/node_modules/lodash/fp/overSome.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/overSome.js rename to apps/angular/node_modules/lodash/fp/overSome.js diff --git a/ClientApp/node_modules/lodash/fp/pad.js b/apps/angular/node_modules/lodash/fp/pad.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/pad.js rename to apps/angular/node_modules/lodash/fp/pad.js diff --git a/ClientApp/node_modules/lodash/fp/padChars.js b/apps/angular/node_modules/lodash/fp/padChars.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/padChars.js rename to apps/angular/node_modules/lodash/fp/padChars.js diff --git a/ClientApp/node_modules/lodash/fp/padCharsEnd.js b/apps/angular/node_modules/lodash/fp/padCharsEnd.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/padCharsEnd.js rename to apps/angular/node_modules/lodash/fp/padCharsEnd.js diff --git a/ClientApp/node_modules/lodash/fp/padCharsStart.js b/apps/angular/node_modules/lodash/fp/padCharsStart.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/padCharsStart.js rename to apps/angular/node_modules/lodash/fp/padCharsStart.js diff --git a/ClientApp/node_modules/lodash/fp/padEnd.js b/apps/angular/node_modules/lodash/fp/padEnd.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/padEnd.js rename to apps/angular/node_modules/lodash/fp/padEnd.js diff --git a/ClientApp/node_modules/lodash/fp/padStart.js b/apps/angular/node_modules/lodash/fp/padStart.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/padStart.js rename to apps/angular/node_modules/lodash/fp/padStart.js diff --git a/ClientApp/node_modules/lodash/fp/parseInt.js b/apps/angular/node_modules/lodash/fp/parseInt.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/parseInt.js rename to apps/angular/node_modules/lodash/fp/parseInt.js diff --git a/ClientApp/node_modules/lodash/fp/partial.js b/apps/angular/node_modules/lodash/fp/partial.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/partial.js rename to apps/angular/node_modules/lodash/fp/partial.js diff --git a/ClientApp/node_modules/lodash/fp/partialRight.js b/apps/angular/node_modules/lodash/fp/partialRight.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/partialRight.js rename to apps/angular/node_modules/lodash/fp/partialRight.js diff --git a/ClientApp/node_modules/lodash/fp/partition.js b/apps/angular/node_modules/lodash/fp/partition.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/partition.js rename to apps/angular/node_modules/lodash/fp/partition.js diff --git a/ClientApp/node_modules/lodash/fp/path.js b/apps/angular/node_modules/lodash/fp/path.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/path.js rename to apps/angular/node_modules/lodash/fp/path.js diff --git a/ClientApp/node_modules/lodash/fp/pathEq.js b/apps/angular/node_modules/lodash/fp/pathEq.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/pathEq.js rename to apps/angular/node_modules/lodash/fp/pathEq.js diff --git a/ClientApp/node_modules/lodash/fp/pathOr.js b/apps/angular/node_modules/lodash/fp/pathOr.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/pathOr.js rename to apps/angular/node_modules/lodash/fp/pathOr.js diff --git a/ClientApp/node_modules/lodash/fp/paths.js b/apps/angular/node_modules/lodash/fp/paths.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/paths.js rename to apps/angular/node_modules/lodash/fp/paths.js diff --git a/ClientApp/node_modules/lodash/fp/pick.js b/apps/angular/node_modules/lodash/fp/pick.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/pick.js rename to apps/angular/node_modules/lodash/fp/pick.js diff --git a/ClientApp/node_modules/lodash/fp/pickAll.js b/apps/angular/node_modules/lodash/fp/pickAll.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/pickAll.js rename to apps/angular/node_modules/lodash/fp/pickAll.js diff --git a/ClientApp/node_modules/lodash/fp/pickBy.js b/apps/angular/node_modules/lodash/fp/pickBy.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/pickBy.js rename to apps/angular/node_modules/lodash/fp/pickBy.js diff --git a/ClientApp/node_modules/lodash/fp/pipe.js b/apps/angular/node_modules/lodash/fp/pipe.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/pipe.js rename to apps/angular/node_modules/lodash/fp/pipe.js diff --git a/ClientApp/node_modules/lodash/fp/placeholder.js b/apps/angular/node_modules/lodash/fp/placeholder.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/placeholder.js rename to apps/angular/node_modules/lodash/fp/placeholder.js diff --git a/ClientApp/node_modules/lodash/fp/plant.js b/apps/angular/node_modules/lodash/fp/plant.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/plant.js rename to apps/angular/node_modules/lodash/fp/plant.js diff --git a/ClientApp/node_modules/lodash/fp/pluck.js b/apps/angular/node_modules/lodash/fp/pluck.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/pluck.js rename to apps/angular/node_modules/lodash/fp/pluck.js diff --git a/ClientApp/node_modules/lodash/fp/prop.js b/apps/angular/node_modules/lodash/fp/prop.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/prop.js rename to apps/angular/node_modules/lodash/fp/prop.js diff --git a/ClientApp/node_modules/lodash/fp/propEq.js b/apps/angular/node_modules/lodash/fp/propEq.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/propEq.js rename to apps/angular/node_modules/lodash/fp/propEq.js diff --git a/ClientApp/node_modules/lodash/fp/propOr.js b/apps/angular/node_modules/lodash/fp/propOr.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/propOr.js rename to apps/angular/node_modules/lodash/fp/propOr.js diff --git a/ClientApp/node_modules/lodash/fp/property.js b/apps/angular/node_modules/lodash/fp/property.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/property.js rename to apps/angular/node_modules/lodash/fp/property.js diff --git a/ClientApp/node_modules/lodash/fp/propertyOf.js b/apps/angular/node_modules/lodash/fp/propertyOf.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/propertyOf.js rename to apps/angular/node_modules/lodash/fp/propertyOf.js diff --git a/ClientApp/node_modules/lodash/fp/props.js b/apps/angular/node_modules/lodash/fp/props.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/props.js rename to apps/angular/node_modules/lodash/fp/props.js diff --git a/ClientApp/node_modules/lodash/fp/pull.js b/apps/angular/node_modules/lodash/fp/pull.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/pull.js rename to apps/angular/node_modules/lodash/fp/pull.js diff --git a/ClientApp/node_modules/lodash/fp/pullAll.js b/apps/angular/node_modules/lodash/fp/pullAll.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/pullAll.js rename to apps/angular/node_modules/lodash/fp/pullAll.js diff --git a/ClientApp/node_modules/lodash/fp/pullAllBy.js b/apps/angular/node_modules/lodash/fp/pullAllBy.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/pullAllBy.js rename to apps/angular/node_modules/lodash/fp/pullAllBy.js diff --git a/ClientApp/node_modules/lodash/fp/pullAllWith.js b/apps/angular/node_modules/lodash/fp/pullAllWith.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/pullAllWith.js rename to apps/angular/node_modules/lodash/fp/pullAllWith.js diff --git a/ClientApp/node_modules/lodash/fp/pullAt.js b/apps/angular/node_modules/lodash/fp/pullAt.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/pullAt.js rename to apps/angular/node_modules/lodash/fp/pullAt.js diff --git a/ClientApp/node_modules/lodash/fp/random.js b/apps/angular/node_modules/lodash/fp/random.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/random.js rename to apps/angular/node_modules/lodash/fp/random.js diff --git a/ClientApp/node_modules/lodash/fp/range.js b/apps/angular/node_modules/lodash/fp/range.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/range.js rename to apps/angular/node_modules/lodash/fp/range.js diff --git a/ClientApp/node_modules/lodash/fp/rangeRight.js b/apps/angular/node_modules/lodash/fp/rangeRight.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/rangeRight.js rename to apps/angular/node_modules/lodash/fp/rangeRight.js diff --git a/ClientApp/node_modules/lodash/fp/rangeStep.js b/apps/angular/node_modules/lodash/fp/rangeStep.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/rangeStep.js rename to apps/angular/node_modules/lodash/fp/rangeStep.js diff --git a/ClientApp/node_modules/lodash/fp/rangeStepRight.js b/apps/angular/node_modules/lodash/fp/rangeStepRight.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/rangeStepRight.js rename to apps/angular/node_modules/lodash/fp/rangeStepRight.js diff --git a/ClientApp/node_modules/lodash/fp/rearg.js b/apps/angular/node_modules/lodash/fp/rearg.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/rearg.js rename to apps/angular/node_modules/lodash/fp/rearg.js diff --git a/ClientApp/node_modules/lodash/fp/reduce.js b/apps/angular/node_modules/lodash/fp/reduce.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/reduce.js rename to apps/angular/node_modules/lodash/fp/reduce.js diff --git a/ClientApp/node_modules/lodash/fp/reduceRight.js b/apps/angular/node_modules/lodash/fp/reduceRight.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/reduceRight.js rename to apps/angular/node_modules/lodash/fp/reduceRight.js diff --git a/ClientApp/node_modules/lodash/fp/reject.js b/apps/angular/node_modules/lodash/fp/reject.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/reject.js rename to apps/angular/node_modules/lodash/fp/reject.js diff --git a/ClientApp/node_modules/lodash/fp/remove.js b/apps/angular/node_modules/lodash/fp/remove.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/remove.js rename to apps/angular/node_modules/lodash/fp/remove.js diff --git a/ClientApp/node_modules/lodash/fp/repeat.js b/apps/angular/node_modules/lodash/fp/repeat.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/repeat.js rename to apps/angular/node_modules/lodash/fp/repeat.js diff --git a/ClientApp/node_modules/lodash/fp/replace.js b/apps/angular/node_modules/lodash/fp/replace.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/replace.js rename to apps/angular/node_modules/lodash/fp/replace.js diff --git a/ClientApp/node_modules/lodash/fp/rest.js b/apps/angular/node_modules/lodash/fp/rest.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/rest.js rename to apps/angular/node_modules/lodash/fp/rest.js diff --git a/ClientApp/node_modules/lodash/fp/restFrom.js b/apps/angular/node_modules/lodash/fp/restFrom.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/restFrom.js rename to apps/angular/node_modules/lodash/fp/restFrom.js diff --git a/ClientApp/node_modules/lodash/fp/result.js b/apps/angular/node_modules/lodash/fp/result.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/result.js rename to apps/angular/node_modules/lodash/fp/result.js diff --git a/ClientApp/node_modules/lodash/fp/reverse.js b/apps/angular/node_modules/lodash/fp/reverse.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/reverse.js rename to apps/angular/node_modules/lodash/fp/reverse.js diff --git a/ClientApp/node_modules/lodash/fp/round.js b/apps/angular/node_modules/lodash/fp/round.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/round.js rename to apps/angular/node_modules/lodash/fp/round.js diff --git a/ClientApp/node_modules/lodash/fp/sample.js b/apps/angular/node_modules/lodash/fp/sample.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/sample.js rename to apps/angular/node_modules/lodash/fp/sample.js diff --git a/ClientApp/node_modules/lodash/fp/sampleSize.js b/apps/angular/node_modules/lodash/fp/sampleSize.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/sampleSize.js rename to apps/angular/node_modules/lodash/fp/sampleSize.js diff --git a/ClientApp/node_modules/lodash/fp/seq.js b/apps/angular/node_modules/lodash/fp/seq.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/seq.js rename to apps/angular/node_modules/lodash/fp/seq.js diff --git a/ClientApp/node_modules/lodash/fp/set.js b/apps/angular/node_modules/lodash/fp/set.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/set.js rename to apps/angular/node_modules/lodash/fp/set.js diff --git a/ClientApp/node_modules/lodash/fp/setWith.js b/apps/angular/node_modules/lodash/fp/setWith.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/setWith.js rename to apps/angular/node_modules/lodash/fp/setWith.js diff --git a/ClientApp/node_modules/lodash/fp/shuffle.js b/apps/angular/node_modules/lodash/fp/shuffle.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/shuffle.js rename to apps/angular/node_modules/lodash/fp/shuffle.js diff --git a/ClientApp/node_modules/lodash/fp/size.js b/apps/angular/node_modules/lodash/fp/size.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/size.js rename to apps/angular/node_modules/lodash/fp/size.js diff --git a/ClientApp/node_modules/lodash/fp/slice.js b/apps/angular/node_modules/lodash/fp/slice.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/slice.js rename to apps/angular/node_modules/lodash/fp/slice.js diff --git a/ClientApp/node_modules/lodash/fp/snakeCase.js b/apps/angular/node_modules/lodash/fp/snakeCase.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/snakeCase.js rename to apps/angular/node_modules/lodash/fp/snakeCase.js diff --git a/ClientApp/node_modules/lodash/fp/some.js b/apps/angular/node_modules/lodash/fp/some.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/some.js rename to apps/angular/node_modules/lodash/fp/some.js diff --git a/ClientApp/node_modules/lodash/fp/sortBy.js b/apps/angular/node_modules/lodash/fp/sortBy.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/sortBy.js rename to apps/angular/node_modules/lodash/fp/sortBy.js diff --git a/ClientApp/node_modules/lodash/fp/sortedIndex.js b/apps/angular/node_modules/lodash/fp/sortedIndex.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/sortedIndex.js rename to apps/angular/node_modules/lodash/fp/sortedIndex.js diff --git a/ClientApp/node_modules/lodash/fp/sortedIndexBy.js b/apps/angular/node_modules/lodash/fp/sortedIndexBy.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/sortedIndexBy.js rename to apps/angular/node_modules/lodash/fp/sortedIndexBy.js diff --git a/ClientApp/node_modules/lodash/fp/sortedIndexOf.js b/apps/angular/node_modules/lodash/fp/sortedIndexOf.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/sortedIndexOf.js rename to apps/angular/node_modules/lodash/fp/sortedIndexOf.js diff --git a/ClientApp/node_modules/lodash/fp/sortedLastIndex.js b/apps/angular/node_modules/lodash/fp/sortedLastIndex.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/sortedLastIndex.js rename to apps/angular/node_modules/lodash/fp/sortedLastIndex.js diff --git a/ClientApp/node_modules/lodash/fp/sortedLastIndexBy.js b/apps/angular/node_modules/lodash/fp/sortedLastIndexBy.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/sortedLastIndexBy.js rename to apps/angular/node_modules/lodash/fp/sortedLastIndexBy.js diff --git a/ClientApp/node_modules/lodash/fp/sortedLastIndexOf.js b/apps/angular/node_modules/lodash/fp/sortedLastIndexOf.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/sortedLastIndexOf.js rename to apps/angular/node_modules/lodash/fp/sortedLastIndexOf.js diff --git a/ClientApp/node_modules/lodash/fp/sortedUniq.js b/apps/angular/node_modules/lodash/fp/sortedUniq.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/sortedUniq.js rename to apps/angular/node_modules/lodash/fp/sortedUniq.js diff --git a/ClientApp/node_modules/lodash/fp/sortedUniqBy.js b/apps/angular/node_modules/lodash/fp/sortedUniqBy.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/sortedUniqBy.js rename to apps/angular/node_modules/lodash/fp/sortedUniqBy.js diff --git a/ClientApp/node_modules/lodash/fp/split.js b/apps/angular/node_modules/lodash/fp/split.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/split.js rename to apps/angular/node_modules/lodash/fp/split.js diff --git a/ClientApp/node_modules/lodash/fp/spread.js b/apps/angular/node_modules/lodash/fp/spread.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/spread.js rename to apps/angular/node_modules/lodash/fp/spread.js diff --git a/ClientApp/node_modules/lodash/fp/spreadFrom.js b/apps/angular/node_modules/lodash/fp/spreadFrom.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/spreadFrom.js rename to apps/angular/node_modules/lodash/fp/spreadFrom.js diff --git a/ClientApp/node_modules/lodash/fp/startCase.js b/apps/angular/node_modules/lodash/fp/startCase.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/startCase.js rename to apps/angular/node_modules/lodash/fp/startCase.js diff --git a/ClientApp/node_modules/lodash/fp/startsWith.js b/apps/angular/node_modules/lodash/fp/startsWith.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/startsWith.js rename to apps/angular/node_modules/lodash/fp/startsWith.js diff --git a/ClientApp/node_modules/lodash/fp/string.js b/apps/angular/node_modules/lodash/fp/string.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/string.js rename to apps/angular/node_modules/lodash/fp/string.js diff --git a/ClientApp/node_modules/lodash/fp/stubArray.js b/apps/angular/node_modules/lodash/fp/stubArray.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/stubArray.js rename to apps/angular/node_modules/lodash/fp/stubArray.js diff --git a/ClientApp/node_modules/lodash/fp/stubFalse.js b/apps/angular/node_modules/lodash/fp/stubFalse.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/stubFalse.js rename to apps/angular/node_modules/lodash/fp/stubFalse.js diff --git a/ClientApp/node_modules/lodash/fp/stubObject.js b/apps/angular/node_modules/lodash/fp/stubObject.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/stubObject.js rename to apps/angular/node_modules/lodash/fp/stubObject.js diff --git a/ClientApp/node_modules/lodash/fp/stubString.js b/apps/angular/node_modules/lodash/fp/stubString.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/stubString.js rename to apps/angular/node_modules/lodash/fp/stubString.js diff --git a/ClientApp/node_modules/lodash/fp/stubTrue.js b/apps/angular/node_modules/lodash/fp/stubTrue.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/stubTrue.js rename to apps/angular/node_modules/lodash/fp/stubTrue.js diff --git a/ClientApp/node_modules/lodash/fp/subtract.js b/apps/angular/node_modules/lodash/fp/subtract.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/subtract.js rename to apps/angular/node_modules/lodash/fp/subtract.js diff --git a/ClientApp/node_modules/lodash/fp/sum.js b/apps/angular/node_modules/lodash/fp/sum.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/sum.js rename to apps/angular/node_modules/lodash/fp/sum.js diff --git a/ClientApp/node_modules/lodash/fp/sumBy.js b/apps/angular/node_modules/lodash/fp/sumBy.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/sumBy.js rename to apps/angular/node_modules/lodash/fp/sumBy.js diff --git a/ClientApp/node_modules/lodash/fp/symmetricDifference.js b/apps/angular/node_modules/lodash/fp/symmetricDifference.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/symmetricDifference.js rename to apps/angular/node_modules/lodash/fp/symmetricDifference.js diff --git a/ClientApp/node_modules/lodash/fp/symmetricDifferenceBy.js b/apps/angular/node_modules/lodash/fp/symmetricDifferenceBy.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/symmetricDifferenceBy.js rename to apps/angular/node_modules/lodash/fp/symmetricDifferenceBy.js diff --git a/ClientApp/node_modules/lodash/fp/symmetricDifferenceWith.js b/apps/angular/node_modules/lodash/fp/symmetricDifferenceWith.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/symmetricDifferenceWith.js rename to apps/angular/node_modules/lodash/fp/symmetricDifferenceWith.js diff --git a/ClientApp/node_modules/lodash/fp/tail.js b/apps/angular/node_modules/lodash/fp/tail.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/tail.js rename to apps/angular/node_modules/lodash/fp/tail.js diff --git a/ClientApp/node_modules/lodash/fp/take.js b/apps/angular/node_modules/lodash/fp/take.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/take.js rename to apps/angular/node_modules/lodash/fp/take.js diff --git a/ClientApp/node_modules/lodash/fp/takeLast.js b/apps/angular/node_modules/lodash/fp/takeLast.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/takeLast.js rename to apps/angular/node_modules/lodash/fp/takeLast.js diff --git a/ClientApp/node_modules/lodash/fp/takeLastWhile.js b/apps/angular/node_modules/lodash/fp/takeLastWhile.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/takeLastWhile.js rename to apps/angular/node_modules/lodash/fp/takeLastWhile.js diff --git a/ClientApp/node_modules/lodash/fp/takeRight.js b/apps/angular/node_modules/lodash/fp/takeRight.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/takeRight.js rename to apps/angular/node_modules/lodash/fp/takeRight.js diff --git a/ClientApp/node_modules/lodash/fp/takeRightWhile.js b/apps/angular/node_modules/lodash/fp/takeRightWhile.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/takeRightWhile.js rename to apps/angular/node_modules/lodash/fp/takeRightWhile.js diff --git a/ClientApp/node_modules/lodash/fp/takeWhile.js b/apps/angular/node_modules/lodash/fp/takeWhile.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/takeWhile.js rename to apps/angular/node_modules/lodash/fp/takeWhile.js diff --git a/ClientApp/node_modules/lodash/fp/tap.js b/apps/angular/node_modules/lodash/fp/tap.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/tap.js rename to apps/angular/node_modules/lodash/fp/tap.js diff --git a/ClientApp/node_modules/lodash/fp/template.js b/apps/angular/node_modules/lodash/fp/template.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/template.js rename to apps/angular/node_modules/lodash/fp/template.js diff --git a/ClientApp/node_modules/lodash/fp/templateSettings.js b/apps/angular/node_modules/lodash/fp/templateSettings.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/templateSettings.js rename to apps/angular/node_modules/lodash/fp/templateSettings.js diff --git a/ClientApp/node_modules/lodash/fp/throttle.js b/apps/angular/node_modules/lodash/fp/throttle.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/throttle.js rename to apps/angular/node_modules/lodash/fp/throttle.js diff --git a/ClientApp/node_modules/lodash/fp/thru.js b/apps/angular/node_modules/lodash/fp/thru.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/thru.js rename to apps/angular/node_modules/lodash/fp/thru.js diff --git a/ClientApp/node_modules/lodash/fp/times.js b/apps/angular/node_modules/lodash/fp/times.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/times.js rename to apps/angular/node_modules/lodash/fp/times.js diff --git a/ClientApp/node_modules/lodash/fp/toArray.js b/apps/angular/node_modules/lodash/fp/toArray.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/toArray.js rename to apps/angular/node_modules/lodash/fp/toArray.js diff --git a/ClientApp/node_modules/lodash/fp/toFinite.js b/apps/angular/node_modules/lodash/fp/toFinite.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/toFinite.js rename to apps/angular/node_modules/lodash/fp/toFinite.js diff --git a/ClientApp/node_modules/lodash/fp/toInteger.js b/apps/angular/node_modules/lodash/fp/toInteger.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/toInteger.js rename to apps/angular/node_modules/lodash/fp/toInteger.js diff --git a/ClientApp/node_modules/lodash/fp/toIterator.js b/apps/angular/node_modules/lodash/fp/toIterator.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/toIterator.js rename to apps/angular/node_modules/lodash/fp/toIterator.js diff --git a/ClientApp/node_modules/lodash/fp/toJSON.js b/apps/angular/node_modules/lodash/fp/toJSON.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/toJSON.js rename to apps/angular/node_modules/lodash/fp/toJSON.js diff --git a/ClientApp/node_modules/lodash/fp/toLength.js b/apps/angular/node_modules/lodash/fp/toLength.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/toLength.js rename to apps/angular/node_modules/lodash/fp/toLength.js diff --git a/ClientApp/node_modules/lodash/fp/toLower.js b/apps/angular/node_modules/lodash/fp/toLower.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/toLower.js rename to apps/angular/node_modules/lodash/fp/toLower.js diff --git a/ClientApp/node_modules/lodash/fp/toNumber.js b/apps/angular/node_modules/lodash/fp/toNumber.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/toNumber.js rename to apps/angular/node_modules/lodash/fp/toNumber.js diff --git a/ClientApp/node_modules/lodash/fp/toPairs.js b/apps/angular/node_modules/lodash/fp/toPairs.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/toPairs.js rename to apps/angular/node_modules/lodash/fp/toPairs.js diff --git a/ClientApp/node_modules/lodash/fp/toPairsIn.js b/apps/angular/node_modules/lodash/fp/toPairsIn.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/toPairsIn.js rename to apps/angular/node_modules/lodash/fp/toPairsIn.js diff --git a/ClientApp/node_modules/lodash/fp/toPath.js b/apps/angular/node_modules/lodash/fp/toPath.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/toPath.js rename to apps/angular/node_modules/lodash/fp/toPath.js diff --git a/ClientApp/node_modules/lodash/fp/toPlainObject.js b/apps/angular/node_modules/lodash/fp/toPlainObject.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/toPlainObject.js rename to apps/angular/node_modules/lodash/fp/toPlainObject.js diff --git a/ClientApp/node_modules/lodash/fp/toSafeInteger.js b/apps/angular/node_modules/lodash/fp/toSafeInteger.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/toSafeInteger.js rename to apps/angular/node_modules/lodash/fp/toSafeInteger.js diff --git a/ClientApp/node_modules/lodash/fp/toString.js b/apps/angular/node_modules/lodash/fp/toString.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/toString.js rename to apps/angular/node_modules/lodash/fp/toString.js diff --git a/ClientApp/node_modules/lodash/fp/toUpper.js b/apps/angular/node_modules/lodash/fp/toUpper.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/toUpper.js rename to apps/angular/node_modules/lodash/fp/toUpper.js diff --git a/ClientApp/node_modules/lodash/fp/transform.js b/apps/angular/node_modules/lodash/fp/transform.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/transform.js rename to apps/angular/node_modules/lodash/fp/transform.js diff --git a/ClientApp/node_modules/lodash/fp/trim.js b/apps/angular/node_modules/lodash/fp/trim.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/trim.js rename to apps/angular/node_modules/lodash/fp/trim.js diff --git a/ClientApp/node_modules/lodash/fp/trimChars.js b/apps/angular/node_modules/lodash/fp/trimChars.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/trimChars.js rename to apps/angular/node_modules/lodash/fp/trimChars.js diff --git a/ClientApp/node_modules/lodash/fp/trimCharsEnd.js b/apps/angular/node_modules/lodash/fp/trimCharsEnd.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/trimCharsEnd.js rename to apps/angular/node_modules/lodash/fp/trimCharsEnd.js diff --git a/ClientApp/node_modules/lodash/fp/trimCharsStart.js b/apps/angular/node_modules/lodash/fp/trimCharsStart.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/trimCharsStart.js rename to apps/angular/node_modules/lodash/fp/trimCharsStart.js diff --git a/ClientApp/node_modules/lodash/fp/trimEnd.js b/apps/angular/node_modules/lodash/fp/trimEnd.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/trimEnd.js rename to apps/angular/node_modules/lodash/fp/trimEnd.js diff --git a/ClientApp/node_modules/lodash/fp/trimStart.js b/apps/angular/node_modules/lodash/fp/trimStart.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/trimStart.js rename to apps/angular/node_modules/lodash/fp/trimStart.js diff --git a/ClientApp/node_modules/lodash/fp/truncate.js b/apps/angular/node_modules/lodash/fp/truncate.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/truncate.js rename to apps/angular/node_modules/lodash/fp/truncate.js diff --git a/ClientApp/node_modules/lodash/fp/unapply.js b/apps/angular/node_modules/lodash/fp/unapply.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/unapply.js rename to apps/angular/node_modules/lodash/fp/unapply.js diff --git a/ClientApp/node_modules/lodash/fp/unary.js b/apps/angular/node_modules/lodash/fp/unary.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/unary.js rename to apps/angular/node_modules/lodash/fp/unary.js diff --git a/ClientApp/node_modules/lodash/fp/unescape.js b/apps/angular/node_modules/lodash/fp/unescape.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/unescape.js rename to apps/angular/node_modules/lodash/fp/unescape.js diff --git a/ClientApp/node_modules/lodash/fp/union.js b/apps/angular/node_modules/lodash/fp/union.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/union.js rename to apps/angular/node_modules/lodash/fp/union.js diff --git a/ClientApp/node_modules/lodash/fp/unionBy.js b/apps/angular/node_modules/lodash/fp/unionBy.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/unionBy.js rename to apps/angular/node_modules/lodash/fp/unionBy.js diff --git a/ClientApp/node_modules/lodash/fp/unionWith.js b/apps/angular/node_modules/lodash/fp/unionWith.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/unionWith.js rename to apps/angular/node_modules/lodash/fp/unionWith.js diff --git a/ClientApp/node_modules/lodash/fp/uniq.js b/apps/angular/node_modules/lodash/fp/uniq.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/uniq.js rename to apps/angular/node_modules/lodash/fp/uniq.js diff --git a/ClientApp/node_modules/lodash/fp/uniqBy.js b/apps/angular/node_modules/lodash/fp/uniqBy.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/uniqBy.js rename to apps/angular/node_modules/lodash/fp/uniqBy.js diff --git a/ClientApp/node_modules/lodash/fp/uniqWith.js b/apps/angular/node_modules/lodash/fp/uniqWith.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/uniqWith.js rename to apps/angular/node_modules/lodash/fp/uniqWith.js diff --git a/ClientApp/node_modules/lodash/fp/uniqueId.js b/apps/angular/node_modules/lodash/fp/uniqueId.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/uniqueId.js rename to apps/angular/node_modules/lodash/fp/uniqueId.js diff --git a/ClientApp/node_modules/lodash/fp/unnest.js b/apps/angular/node_modules/lodash/fp/unnest.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/unnest.js rename to apps/angular/node_modules/lodash/fp/unnest.js diff --git a/ClientApp/node_modules/lodash/fp/unset.js b/apps/angular/node_modules/lodash/fp/unset.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/unset.js rename to apps/angular/node_modules/lodash/fp/unset.js diff --git a/ClientApp/node_modules/lodash/fp/unzip.js b/apps/angular/node_modules/lodash/fp/unzip.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/unzip.js rename to apps/angular/node_modules/lodash/fp/unzip.js diff --git a/ClientApp/node_modules/lodash/fp/unzipWith.js b/apps/angular/node_modules/lodash/fp/unzipWith.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/unzipWith.js rename to apps/angular/node_modules/lodash/fp/unzipWith.js diff --git a/ClientApp/node_modules/lodash/fp/update.js b/apps/angular/node_modules/lodash/fp/update.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/update.js rename to apps/angular/node_modules/lodash/fp/update.js diff --git a/ClientApp/node_modules/lodash/fp/updateWith.js b/apps/angular/node_modules/lodash/fp/updateWith.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/updateWith.js rename to apps/angular/node_modules/lodash/fp/updateWith.js diff --git a/ClientApp/node_modules/lodash/fp/upperCase.js b/apps/angular/node_modules/lodash/fp/upperCase.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/upperCase.js rename to apps/angular/node_modules/lodash/fp/upperCase.js diff --git a/ClientApp/node_modules/lodash/fp/upperFirst.js b/apps/angular/node_modules/lodash/fp/upperFirst.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/upperFirst.js rename to apps/angular/node_modules/lodash/fp/upperFirst.js diff --git a/ClientApp/node_modules/lodash/fp/useWith.js b/apps/angular/node_modules/lodash/fp/useWith.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/useWith.js rename to apps/angular/node_modules/lodash/fp/useWith.js diff --git a/ClientApp/node_modules/lodash/fp/util.js b/apps/angular/node_modules/lodash/fp/util.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/util.js rename to apps/angular/node_modules/lodash/fp/util.js diff --git a/ClientApp/node_modules/lodash/fp/value.js b/apps/angular/node_modules/lodash/fp/value.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/value.js rename to apps/angular/node_modules/lodash/fp/value.js diff --git a/ClientApp/node_modules/lodash/fp/valueOf.js b/apps/angular/node_modules/lodash/fp/valueOf.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/valueOf.js rename to apps/angular/node_modules/lodash/fp/valueOf.js diff --git a/ClientApp/node_modules/lodash/fp/values.js b/apps/angular/node_modules/lodash/fp/values.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/values.js rename to apps/angular/node_modules/lodash/fp/values.js diff --git a/ClientApp/node_modules/lodash/fp/valuesIn.js b/apps/angular/node_modules/lodash/fp/valuesIn.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/valuesIn.js rename to apps/angular/node_modules/lodash/fp/valuesIn.js diff --git a/ClientApp/node_modules/lodash/fp/where.js b/apps/angular/node_modules/lodash/fp/where.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/where.js rename to apps/angular/node_modules/lodash/fp/where.js diff --git a/ClientApp/node_modules/lodash/fp/whereEq.js b/apps/angular/node_modules/lodash/fp/whereEq.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/whereEq.js rename to apps/angular/node_modules/lodash/fp/whereEq.js diff --git a/ClientApp/node_modules/lodash/fp/without.js b/apps/angular/node_modules/lodash/fp/without.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/without.js rename to apps/angular/node_modules/lodash/fp/without.js diff --git a/ClientApp/node_modules/lodash/fp/words.js b/apps/angular/node_modules/lodash/fp/words.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/words.js rename to apps/angular/node_modules/lodash/fp/words.js diff --git a/ClientApp/node_modules/lodash/fp/wrap.js b/apps/angular/node_modules/lodash/fp/wrap.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/wrap.js rename to apps/angular/node_modules/lodash/fp/wrap.js diff --git a/ClientApp/node_modules/lodash/fp/wrapperAt.js b/apps/angular/node_modules/lodash/fp/wrapperAt.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/wrapperAt.js rename to apps/angular/node_modules/lodash/fp/wrapperAt.js diff --git a/ClientApp/node_modules/lodash/fp/wrapperChain.js b/apps/angular/node_modules/lodash/fp/wrapperChain.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/wrapperChain.js rename to apps/angular/node_modules/lodash/fp/wrapperChain.js diff --git a/ClientApp/node_modules/lodash/fp/wrapperLodash.js b/apps/angular/node_modules/lodash/fp/wrapperLodash.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/wrapperLodash.js rename to apps/angular/node_modules/lodash/fp/wrapperLodash.js diff --git a/ClientApp/node_modules/lodash/fp/wrapperReverse.js b/apps/angular/node_modules/lodash/fp/wrapperReverse.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/wrapperReverse.js rename to apps/angular/node_modules/lodash/fp/wrapperReverse.js diff --git a/ClientApp/node_modules/lodash/fp/wrapperValue.js b/apps/angular/node_modules/lodash/fp/wrapperValue.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/wrapperValue.js rename to apps/angular/node_modules/lodash/fp/wrapperValue.js diff --git a/ClientApp/node_modules/lodash/fp/xor.js b/apps/angular/node_modules/lodash/fp/xor.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/xor.js rename to apps/angular/node_modules/lodash/fp/xor.js diff --git a/ClientApp/node_modules/lodash/fp/xorBy.js b/apps/angular/node_modules/lodash/fp/xorBy.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/xorBy.js rename to apps/angular/node_modules/lodash/fp/xorBy.js diff --git a/ClientApp/node_modules/lodash/fp/xorWith.js b/apps/angular/node_modules/lodash/fp/xorWith.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/xorWith.js rename to apps/angular/node_modules/lodash/fp/xorWith.js diff --git a/ClientApp/node_modules/lodash/fp/zip.js b/apps/angular/node_modules/lodash/fp/zip.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/zip.js rename to apps/angular/node_modules/lodash/fp/zip.js diff --git a/ClientApp/node_modules/lodash/fp/zipAll.js b/apps/angular/node_modules/lodash/fp/zipAll.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/zipAll.js rename to apps/angular/node_modules/lodash/fp/zipAll.js diff --git a/ClientApp/node_modules/lodash/fp/zipObj.js b/apps/angular/node_modules/lodash/fp/zipObj.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/zipObj.js rename to apps/angular/node_modules/lodash/fp/zipObj.js diff --git a/ClientApp/node_modules/lodash/fp/zipObject.js b/apps/angular/node_modules/lodash/fp/zipObject.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/zipObject.js rename to apps/angular/node_modules/lodash/fp/zipObject.js diff --git a/ClientApp/node_modules/lodash/fp/zipObjectDeep.js b/apps/angular/node_modules/lodash/fp/zipObjectDeep.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/zipObjectDeep.js rename to apps/angular/node_modules/lodash/fp/zipObjectDeep.js diff --git a/ClientApp/node_modules/lodash/fp/zipWith.js b/apps/angular/node_modules/lodash/fp/zipWith.js similarity index 100% rename from ClientApp/node_modules/lodash/fp/zipWith.js rename to apps/angular/node_modules/lodash/fp/zipWith.js diff --git a/ClientApp/node_modules/lodash/fromPairs.js b/apps/angular/node_modules/lodash/fromPairs.js similarity index 100% rename from ClientApp/node_modules/lodash/fromPairs.js rename to apps/angular/node_modules/lodash/fromPairs.js diff --git a/ClientApp/node_modules/lodash/function.js b/apps/angular/node_modules/lodash/function.js similarity index 100% rename from ClientApp/node_modules/lodash/function.js rename to apps/angular/node_modules/lodash/function.js diff --git a/ClientApp/node_modules/lodash/functions.js b/apps/angular/node_modules/lodash/functions.js similarity index 100% rename from ClientApp/node_modules/lodash/functions.js rename to apps/angular/node_modules/lodash/functions.js diff --git a/ClientApp/node_modules/lodash/functionsIn.js b/apps/angular/node_modules/lodash/functionsIn.js similarity index 100% rename from ClientApp/node_modules/lodash/functionsIn.js rename to apps/angular/node_modules/lodash/functionsIn.js diff --git a/ClientApp/node_modules/lodash/get.js b/apps/angular/node_modules/lodash/get.js similarity index 100% rename from ClientApp/node_modules/lodash/get.js rename to apps/angular/node_modules/lodash/get.js diff --git a/ClientApp/node_modules/lodash/groupBy.js b/apps/angular/node_modules/lodash/groupBy.js similarity index 100% rename from ClientApp/node_modules/lodash/groupBy.js rename to apps/angular/node_modules/lodash/groupBy.js diff --git a/ClientApp/node_modules/lodash/gt.js b/apps/angular/node_modules/lodash/gt.js similarity index 100% rename from ClientApp/node_modules/lodash/gt.js rename to apps/angular/node_modules/lodash/gt.js diff --git a/ClientApp/node_modules/lodash/gte.js b/apps/angular/node_modules/lodash/gte.js similarity index 100% rename from ClientApp/node_modules/lodash/gte.js rename to apps/angular/node_modules/lodash/gte.js diff --git a/ClientApp/node_modules/lodash/has.js b/apps/angular/node_modules/lodash/has.js similarity index 100% rename from ClientApp/node_modules/lodash/has.js rename to apps/angular/node_modules/lodash/has.js diff --git a/ClientApp/node_modules/lodash/hasIn.js b/apps/angular/node_modules/lodash/hasIn.js similarity index 100% rename from ClientApp/node_modules/lodash/hasIn.js rename to apps/angular/node_modules/lodash/hasIn.js diff --git a/ClientApp/node_modules/lodash/head.js b/apps/angular/node_modules/lodash/head.js similarity index 100% rename from ClientApp/node_modules/lodash/head.js rename to apps/angular/node_modules/lodash/head.js diff --git a/ClientApp/node_modules/lodash/identity.js b/apps/angular/node_modules/lodash/identity.js similarity index 100% rename from ClientApp/node_modules/lodash/identity.js rename to apps/angular/node_modules/lodash/identity.js diff --git a/ClientApp/node_modules/lodash/inRange.js b/apps/angular/node_modules/lodash/inRange.js similarity index 100% rename from ClientApp/node_modules/lodash/inRange.js rename to apps/angular/node_modules/lodash/inRange.js diff --git a/ClientApp/node_modules/lodash/includes.js b/apps/angular/node_modules/lodash/includes.js similarity index 100% rename from ClientApp/node_modules/lodash/includes.js rename to apps/angular/node_modules/lodash/includes.js diff --git a/ClientApp/node_modules/lodash/index.js b/apps/angular/node_modules/lodash/index.js similarity index 100% rename from ClientApp/node_modules/lodash/index.js rename to apps/angular/node_modules/lodash/index.js diff --git a/ClientApp/node_modules/lodash/indexOf.js b/apps/angular/node_modules/lodash/indexOf.js similarity index 100% rename from ClientApp/node_modules/lodash/indexOf.js rename to apps/angular/node_modules/lodash/indexOf.js diff --git a/ClientApp/node_modules/lodash/initial.js b/apps/angular/node_modules/lodash/initial.js similarity index 100% rename from ClientApp/node_modules/lodash/initial.js rename to apps/angular/node_modules/lodash/initial.js diff --git a/ClientApp/node_modules/lodash/intersection.js b/apps/angular/node_modules/lodash/intersection.js similarity index 100% rename from ClientApp/node_modules/lodash/intersection.js rename to apps/angular/node_modules/lodash/intersection.js diff --git a/ClientApp/node_modules/lodash/intersectionBy.js b/apps/angular/node_modules/lodash/intersectionBy.js similarity index 100% rename from ClientApp/node_modules/lodash/intersectionBy.js rename to apps/angular/node_modules/lodash/intersectionBy.js diff --git a/ClientApp/node_modules/lodash/intersectionWith.js b/apps/angular/node_modules/lodash/intersectionWith.js similarity index 100% rename from ClientApp/node_modules/lodash/intersectionWith.js rename to apps/angular/node_modules/lodash/intersectionWith.js diff --git a/ClientApp/node_modules/lodash/invert.js b/apps/angular/node_modules/lodash/invert.js similarity index 100% rename from ClientApp/node_modules/lodash/invert.js rename to apps/angular/node_modules/lodash/invert.js diff --git a/ClientApp/node_modules/lodash/invertBy.js b/apps/angular/node_modules/lodash/invertBy.js similarity index 100% rename from ClientApp/node_modules/lodash/invertBy.js rename to apps/angular/node_modules/lodash/invertBy.js diff --git a/ClientApp/node_modules/lodash/invoke.js b/apps/angular/node_modules/lodash/invoke.js similarity index 100% rename from ClientApp/node_modules/lodash/invoke.js rename to apps/angular/node_modules/lodash/invoke.js diff --git a/ClientApp/node_modules/lodash/invokeMap.js b/apps/angular/node_modules/lodash/invokeMap.js similarity index 100% rename from ClientApp/node_modules/lodash/invokeMap.js rename to apps/angular/node_modules/lodash/invokeMap.js diff --git a/ClientApp/node_modules/lodash/isArguments.js b/apps/angular/node_modules/lodash/isArguments.js similarity index 100% rename from ClientApp/node_modules/lodash/isArguments.js rename to apps/angular/node_modules/lodash/isArguments.js diff --git a/ClientApp/node_modules/lodash/isArray.js b/apps/angular/node_modules/lodash/isArray.js similarity index 100% rename from ClientApp/node_modules/lodash/isArray.js rename to apps/angular/node_modules/lodash/isArray.js diff --git a/ClientApp/node_modules/lodash/isArrayBuffer.js b/apps/angular/node_modules/lodash/isArrayBuffer.js similarity index 100% rename from ClientApp/node_modules/lodash/isArrayBuffer.js rename to apps/angular/node_modules/lodash/isArrayBuffer.js diff --git a/ClientApp/node_modules/lodash/isArrayLike.js b/apps/angular/node_modules/lodash/isArrayLike.js similarity index 100% rename from ClientApp/node_modules/lodash/isArrayLike.js rename to apps/angular/node_modules/lodash/isArrayLike.js diff --git a/ClientApp/node_modules/lodash/isArrayLikeObject.js b/apps/angular/node_modules/lodash/isArrayLikeObject.js similarity index 100% rename from ClientApp/node_modules/lodash/isArrayLikeObject.js rename to apps/angular/node_modules/lodash/isArrayLikeObject.js diff --git a/ClientApp/node_modules/lodash/isBoolean.js b/apps/angular/node_modules/lodash/isBoolean.js similarity index 100% rename from ClientApp/node_modules/lodash/isBoolean.js rename to apps/angular/node_modules/lodash/isBoolean.js diff --git a/ClientApp/node_modules/lodash/isBuffer.js b/apps/angular/node_modules/lodash/isBuffer.js similarity index 100% rename from ClientApp/node_modules/lodash/isBuffer.js rename to apps/angular/node_modules/lodash/isBuffer.js diff --git a/ClientApp/node_modules/lodash/isDate.js b/apps/angular/node_modules/lodash/isDate.js similarity index 100% rename from ClientApp/node_modules/lodash/isDate.js rename to apps/angular/node_modules/lodash/isDate.js diff --git a/ClientApp/node_modules/lodash/isElement.js b/apps/angular/node_modules/lodash/isElement.js similarity index 100% rename from ClientApp/node_modules/lodash/isElement.js rename to apps/angular/node_modules/lodash/isElement.js diff --git a/ClientApp/node_modules/lodash/isEmpty.js b/apps/angular/node_modules/lodash/isEmpty.js similarity index 100% rename from ClientApp/node_modules/lodash/isEmpty.js rename to apps/angular/node_modules/lodash/isEmpty.js diff --git a/ClientApp/node_modules/lodash/isEqual.js b/apps/angular/node_modules/lodash/isEqual.js similarity index 100% rename from ClientApp/node_modules/lodash/isEqual.js rename to apps/angular/node_modules/lodash/isEqual.js diff --git a/ClientApp/node_modules/lodash/isEqualWith.js b/apps/angular/node_modules/lodash/isEqualWith.js similarity index 100% rename from ClientApp/node_modules/lodash/isEqualWith.js rename to apps/angular/node_modules/lodash/isEqualWith.js diff --git a/ClientApp/node_modules/lodash/isError.js b/apps/angular/node_modules/lodash/isError.js similarity index 100% rename from ClientApp/node_modules/lodash/isError.js rename to apps/angular/node_modules/lodash/isError.js diff --git a/ClientApp/node_modules/lodash/isFinite.js b/apps/angular/node_modules/lodash/isFinite.js similarity index 100% rename from ClientApp/node_modules/lodash/isFinite.js rename to apps/angular/node_modules/lodash/isFinite.js diff --git a/ClientApp/node_modules/lodash/isFunction.js b/apps/angular/node_modules/lodash/isFunction.js similarity index 100% rename from ClientApp/node_modules/lodash/isFunction.js rename to apps/angular/node_modules/lodash/isFunction.js diff --git a/ClientApp/node_modules/lodash/isInteger.js b/apps/angular/node_modules/lodash/isInteger.js similarity index 100% rename from ClientApp/node_modules/lodash/isInteger.js rename to apps/angular/node_modules/lodash/isInteger.js diff --git a/ClientApp/node_modules/lodash/isLength.js b/apps/angular/node_modules/lodash/isLength.js similarity index 100% rename from ClientApp/node_modules/lodash/isLength.js rename to apps/angular/node_modules/lodash/isLength.js diff --git a/ClientApp/node_modules/lodash/isMap.js b/apps/angular/node_modules/lodash/isMap.js similarity index 100% rename from ClientApp/node_modules/lodash/isMap.js rename to apps/angular/node_modules/lodash/isMap.js diff --git a/ClientApp/node_modules/lodash/isMatch.js b/apps/angular/node_modules/lodash/isMatch.js similarity index 100% rename from ClientApp/node_modules/lodash/isMatch.js rename to apps/angular/node_modules/lodash/isMatch.js diff --git a/ClientApp/node_modules/lodash/isMatchWith.js b/apps/angular/node_modules/lodash/isMatchWith.js similarity index 100% rename from ClientApp/node_modules/lodash/isMatchWith.js rename to apps/angular/node_modules/lodash/isMatchWith.js diff --git a/ClientApp/node_modules/lodash/isNaN.js b/apps/angular/node_modules/lodash/isNaN.js similarity index 100% rename from ClientApp/node_modules/lodash/isNaN.js rename to apps/angular/node_modules/lodash/isNaN.js diff --git a/ClientApp/node_modules/lodash/isNative.js b/apps/angular/node_modules/lodash/isNative.js similarity index 100% rename from ClientApp/node_modules/lodash/isNative.js rename to apps/angular/node_modules/lodash/isNative.js diff --git a/ClientApp/node_modules/lodash/isNil.js b/apps/angular/node_modules/lodash/isNil.js similarity index 100% rename from ClientApp/node_modules/lodash/isNil.js rename to apps/angular/node_modules/lodash/isNil.js diff --git a/ClientApp/node_modules/lodash/isNull.js b/apps/angular/node_modules/lodash/isNull.js similarity index 100% rename from ClientApp/node_modules/lodash/isNull.js rename to apps/angular/node_modules/lodash/isNull.js diff --git a/ClientApp/node_modules/lodash/isNumber.js b/apps/angular/node_modules/lodash/isNumber.js similarity index 100% rename from ClientApp/node_modules/lodash/isNumber.js rename to apps/angular/node_modules/lodash/isNumber.js diff --git a/ClientApp/node_modules/lodash/isObject.js b/apps/angular/node_modules/lodash/isObject.js similarity index 100% rename from ClientApp/node_modules/lodash/isObject.js rename to apps/angular/node_modules/lodash/isObject.js diff --git a/ClientApp/node_modules/lodash/isObjectLike.js b/apps/angular/node_modules/lodash/isObjectLike.js similarity index 100% rename from ClientApp/node_modules/lodash/isObjectLike.js rename to apps/angular/node_modules/lodash/isObjectLike.js diff --git a/ClientApp/node_modules/lodash/isPlainObject.js b/apps/angular/node_modules/lodash/isPlainObject.js similarity index 100% rename from ClientApp/node_modules/lodash/isPlainObject.js rename to apps/angular/node_modules/lodash/isPlainObject.js diff --git a/ClientApp/node_modules/lodash/isRegExp.js b/apps/angular/node_modules/lodash/isRegExp.js similarity index 100% rename from ClientApp/node_modules/lodash/isRegExp.js rename to apps/angular/node_modules/lodash/isRegExp.js diff --git a/ClientApp/node_modules/lodash/isSafeInteger.js b/apps/angular/node_modules/lodash/isSafeInteger.js similarity index 100% rename from ClientApp/node_modules/lodash/isSafeInteger.js rename to apps/angular/node_modules/lodash/isSafeInteger.js diff --git a/ClientApp/node_modules/lodash/isSet.js b/apps/angular/node_modules/lodash/isSet.js similarity index 100% rename from ClientApp/node_modules/lodash/isSet.js rename to apps/angular/node_modules/lodash/isSet.js diff --git a/ClientApp/node_modules/lodash/isString.js b/apps/angular/node_modules/lodash/isString.js similarity index 100% rename from ClientApp/node_modules/lodash/isString.js rename to apps/angular/node_modules/lodash/isString.js diff --git a/ClientApp/node_modules/lodash/isSymbol.js b/apps/angular/node_modules/lodash/isSymbol.js similarity index 100% rename from ClientApp/node_modules/lodash/isSymbol.js rename to apps/angular/node_modules/lodash/isSymbol.js diff --git a/ClientApp/node_modules/lodash/isTypedArray.js b/apps/angular/node_modules/lodash/isTypedArray.js similarity index 100% rename from ClientApp/node_modules/lodash/isTypedArray.js rename to apps/angular/node_modules/lodash/isTypedArray.js diff --git a/ClientApp/node_modules/lodash/isUndefined.js b/apps/angular/node_modules/lodash/isUndefined.js similarity index 100% rename from ClientApp/node_modules/lodash/isUndefined.js rename to apps/angular/node_modules/lodash/isUndefined.js diff --git a/ClientApp/node_modules/lodash/isWeakMap.js b/apps/angular/node_modules/lodash/isWeakMap.js similarity index 100% rename from ClientApp/node_modules/lodash/isWeakMap.js rename to apps/angular/node_modules/lodash/isWeakMap.js diff --git a/ClientApp/node_modules/lodash/isWeakSet.js b/apps/angular/node_modules/lodash/isWeakSet.js similarity index 100% rename from ClientApp/node_modules/lodash/isWeakSet.js rename to apps/angular/node_modules/lodash/isWeakSet.js diff --git a/ClientApp/node_modules/lodash/iteratee.js b/apps/angular/node_modules/lodash/iteratee.js similarity index 100% rename from ClientApp/node_modules/lodash/iteratee.js rename to apps/angular/node_modules/lodash/iteratee.js diff --git a/ClientApp/node_modules/lodash/join.js b/apps/angular/node_modules/lodash/join.js similarity index 100% rename from ClientApp/node_modules/lodash/join.js rename to apps/angular/node_modules/lodash/join.js diff --git a/ClientApp/node_modules/lodash/kebabCase.js b/apps/angular/node_modules/lodash/kebabCase.js similarity index 100% rename from ClientApp/node_modules/lodash/kebabCase.js rename to apps/angular/node_modules/lodash/kebabCase.js diff --git a/ClientApp/node_modules/lodash/keyBy.js b/apps/angular/node_modules/lodash/keyBy.js similarity index 100% rename from ClientApp/node_modules/lodash/keyBy.js rename to apps/angular/node_modules/lodash/keyBy.js diff --git a/ClientApp/node_modules/lodash/keys.js b/apps/angular/node_modules/lodash/keys.js similarity index 100% rename from ClientApp/node_modules/lodash/keys.js rename to apps/angular/node_modules/lodash/keys.js diff --git a/ClientApp/node_modules/lodash/keysIn.js b/apps/angular/node_modules/lodash/keysIn.js similarity index 100% rename from ClientApp/node_modules/lodash/keysIn.js rename to apps/angular/node_modules/lodash/keysIn.js diff --git a/ClientApp/node_modules/lodash/lang.js b/apps/angular/node_modules/lodash/lang.js similarity index 100% rename from ClientApp/node_modules/lodash/lang.js rename to apps/angular/node_modules/lodash/lang.js diff --git a/ClientApp/node_modules/lodash/last.js b/apps/angular/node_modules/lodash/last.js similarity index 100% rename from ClientApp/node_modules/lodash/last.js rename to apps/angular/node_modules/lodash/last.js diff --git a/ClientApp/node_modules/lodash/lastIndexOf.js b/apps/angular/node_modules/lodash/lastIndexOf.js similarity index 100% rename from ClientApp/node_modules/lodash/lastIndexOf.js rename to apps/angular/node_modules/lodash/lastIndexOf.js diff --git a/ClientApp/node_modules/lodash/lodash.js b/apps/angular/node_modules/lodash/lodash.js similarity index 100% rename from ClientApp/node_modules/lodash/lodash.js rename to apps/angular/node_modules/lodash/lodash.js diff --git a/ClientApp/node_modules/lodash/lodash.min.js b/apps/angular/node_modules/lodash/lodash.min.js similarity index 100% rename from ClientApp/node_modules/lodash/lodash.min.js rename to apps/angular/node_modules/lodash/lodash.min.js diff --git a/ClientApp/node_modules/lodash/lowerCase.js b/apps/angular/node_modules/lodash/lowerCase.js similarity index 100% rename from ClientApp/node_modules/lodash/lowerCase.js rename to apps/angular/node_modules/lodash/lowerCase.js diff --git a/ClientApp/node_modules/lodash/lowerFirst.js b/apps/angular/node_modules/lodash/lowerFirst.js similarity index 100% rename from ClientApp/node_modules/lodash/lowerFirst.js rename to apps/angular/node_modules/lodash/lowerFirst.js diff --git a/ClientApp/node_modules/lodash/lt.js b/apps/angular/node_modules/lodash/lt.js similarity index 100% rename from ClientApp/node_modules/lodash/lt.js rename to apps/angular/node_modules/lodash/lt.js diff --git a/ClientApp/node_modules/lodash/lte.js b/apps/angular/node_modules/lodash/lte.js similarity index 100% rename from ClientApp/node_modules/lodash/lte.js rename to apps/angular/node_modules/lodash/lte.js diff --git a/ClientApp/node_modules/lodash/map.js b/apps/angular/node_modules/lodash/map.js similarity index 100% rename from ClientApp/node_modules/lodash/map.js rename to apps/angular/node_modules/lodash/map.js diff --git a/ClientApp/node_modules/lodash/mapKeys.js b/apps/angular/node_modules/lodash/mapKeys.js similarity index 100% rename from ClientApp/node_modules/lodash/mapKeys.js rename to apps/angular/node_modules/lodash/mapKeys.js diff --git a/ClientApp/node_modules/lodash/mapValues.js b/apps/angular/node_modules/lodash/mapValues.js similarity index 100% rename from ClientApp/node_modules/lodash/mapValues.js rename to apps/angular/node_modules/lodash/mapValues.js diff --git a/ClientApp/node_modules/lodash/matches.js b/apps/angular/node_modules/lodash/matches.js similarity index 100% rename from ClientApp/node_modules/lodash/matches.js rename to apps/angular/node_modules/lodash/matches.js diff --git a/ClientApp/node_modules/lodash/matchesProperty.js b/apps/angular/node_modules/lodash/matchesProperty.js similarity index 100% rename from ClientApp/node_modules/lodash/matchesProperty.js rename to apps/angular/node_modules/lodash/matchesProperty.js diff --git a/ClientApp/node_modules/lodash/math.js b/apps/angular/node_modules/lodash/math.js similarity index 100% rename from ClientApp/node_modules/lodash/math.js rename to apps/angular/node_modules/lodash/math.js diff --git a/ClientApp/node_modules/lodash/max.js b/apps/angular/node_modules/lodash/max.js similarity index 100% rename from ClientApp/node_modules/lodash/max.js rename to apps/angular/node_modules/lodash/max.js diff --git a/ClientApp/node_modules/lodash/maxBy.js b/apps/angular/node_modules/lodash/maxBy.js similarity index 100% rename from ClientApp/node_modules/lodash/maxBy.js rename to apps/angular/node_modules/lodash/maxBy.js diff --git a/ClientApp/node_modules/lodash/mean.js b/apps/angular/node_modules/lodash/mean.js similarity index 100% rename from ClientApp/node_modules/lodash/mean.js rename to apps/angular/node_modules/lodash/mean.js diff --git a/ClientApp/node_modules/lodash/meanBy.js b/apps/angular/node_modules/lodash/meanBy.js similarity index 100% rename from ClientApp/node_modules/lodash/meanBy.js rename to apps/angular/node_modules/lodash/meanBy.js diff --git a/ClientApp/node_modules/lodash/memoize.js b/apps/angular/node_modules/lodash/memoize.js similarity index 100% rename from ClientApp/node_modules/lodash/memoize.js rename to apps/angular/node_modules/lodash/memoize.js diff --git a/ClientApp/node_modules/lodash/merge.js b/apps/angular/node_modules/lodash/merge.js similarity index 100% rename from ClientApp/node_modules/lodash/merge.js rename to apps/angular/node_modules/lodash/merge.js diff --git a/ClientApp/node_modules/lodash/mergeWith.js b/apps/angular/node_modules/lodash/mergeWith.js similarity index 100% rename from ClientApp/node_modules/lodash/mergeWith.js rename to apps/angular/node_modules/lodash/mergeWith.js diff --git a/ClientApp/node_modules/lodash/method.js b/apps/angular/node_modules/lodash/method.js similarity index 100% rename from ClientApp/node_modules/lodash/method.js rename to apps/angular/node_modules/lodash/method.js diff --git a/ClientApp/node_modules/lodash/methodOf.js b/apps/angular/node_modules/lodash/methodOf.js similarity index 100% rename from ClientApp/node_modules/lodash/methodOf.js rename to apps/angular/node_modules/lodash/methodOf.js diff --git a/ClientApp/node_modules/lodash/min.js b/apps/angular/node_modules/lodash/min.js similarity index 100% rename from ClientApp/node_modules/lodash/min.js rename to apps/angular/node_modules/lodash/min.js diff --git a/ClientApp/node_modules/lodash/minBy.js b/apps/angular/node_modules/lodash/minBy.js similarity index 100% rename from ClientApp/node_modules/lodash/minBy.js rename to apps/angular/node_modules/lodash/minBy.js diff --git a/ClientApp/node_modules/lodash/mixin.js b/apps/angular/node_modules/lodash/mixin.js similarity index 100% rename from ClientApp/node_modules/lodash/mixin.js rename to apps/angular/node_modules/lodash/mixin.js diff --git a/ClientApp/node_modules/lodash/multiply.js b/apps/angular/node_modules/lodash/multiply.js similarity index 100% rename from ClientApp/node_modules/lodash/multiply.js rename to apps/angular/node_modules/lodash/multiply.js diff --git a/ClientApp/node_modules/lodash/negate.js b/apps/angular/node_modules/lodash/negate.js similarity index 100% rename from ClientApp/node_modules/lodash/negate.js rename to apps/angular/node_modules/lodash/negate.js diff --git a/ClientApp/node_modules/lodash/next.js b/apps/angular/node_modules/lodash/next.js similarity index 100% rename from ClientApp/node_modules/lodash/next.js rename to apps/angular/node_modules/lodash/next.js diff --git a/ClientApp/node_modules/lodash/noop.js b/apps/angular/node_modules/lodash/noop.js similarity index 100% rename from ClientApp/node_modules/lodash/noop.js rename to apps/angular/node_modules/lodash/noop.js diff --git a/ClientApp/node_modules/lodash/now.js b/apps/angular/node_modules/lodash/now.js similarity index 100% rename from ClientApp/node_modules/lodash/now.js rename to apps/angular/node_modules/lodash/now.js diff --git a/ClientApp/node_modules/lodash/nth.js b/apps/angular/node_modules/lodash/nth.js similarity index 100% rename from ClientApp/node_modules/lodash/nth.js rename to apps/angular/node_modules/lodash/nth.js diff --git a/ClientApp/node_modules/lodash/nthArg.js b/apps/angular/node_modules/lodash/nthArg.js similarity index 100% rename from ClientApp/node_modules/lodash/nthArg.js rename to apps/angular/node_modules/lodash/nthArg.js diff --git a/ClientApp/node_modules/lodash/number.js b/apps/angular/node_modules/lodash/number.js similarity index 100% rename from ClientApp/node_modules/lodash/number.js rename to apps/angular/node_modules/lodash/number.js diff --git a/ClientApp/node_modules/lodash/object.js b/apps/angular/node_modules/lodash/object.js similarity index 100% rename from ClientApp/node_modules/lodash/object.js rename to apps/angular/node_modules/lodash/object.js diff --git a/ClientApp/node_modules/lodash/omit.js b/apps/angular/node_modules/lodash/omit.js similarity index 100% rename from ClientApp/node_modules/lodash/omit.js rename to apps/angular/node_modules/lodash/omit.js diff --git a/ClientApp/node_modules/lodash/omitBy.js b/apps/angular/node_modules/lodash/omitBy.js similarity index 100% rename from ClientApp/node_modules/lodash/omitBy.js rename to apps/angular/node_modules/lodash/omitBy.js diff --git a/ClientApp/node_modules/lodash/once.js b/apps/angular/node_modules/lodash/once.js similarity index 100% rename from ClientApp/node_modules/lodash/once.js rename to apps/angular/node_modules/lodash/once.js diff --git a/ClientApp/node_modules/lodash/orderBy.js b/apps/angular/node_modules/lodash/orderBy.js similarity index 100% rename from ClientApp/node_modules/lodash/orderBy.js rename to apps/angular/node_modules/lodash/orderBy.js diff --git a/ClientApp/node_modules/lodash/over.js b/apps/angular/node_modules/lodash/over.js similarity index 100% rename from ClientApp/node_modules/lodash/over.js rename to apps/angular/node_modules/lodash/over.js diff --git a/ClientApp/node_modules/lodash/overArgs.js b/apps/angular/node_modules/lodash/overArgs.js similarity index 100% rename from ClientApp/node_modules/lodash/overArgs.js rename to apps/angular/node_modules/lodash/overArgs.js diff --git a/ClientApp/node_modules/lodash/overEvery.js b/apps/angular/node_modules/lodash/overEvery.js similarity index 100% rename from ClientApp/node_modules/lodash/overEvery.js rename to apps/angular/node_modules/lodash/overEvery.js diff --git a/ClientApp/node_modules/lodash/overSome.js b/apps/angular/node_modules/lodash/overSome.js similarity index 100% rename from ClientApp/node_modules/lodash/overSome.js rename to apps/angular/node_modules/lodash/overSome.js diff --git a/ClientApp/node_modules/lodash/package.json b/apps/angular/node_modules/lodash/package.json similarity index 100% rename from ClientApp/node_modules/lodash/package.json rename to apps/angular/node_modules/lodash/package.json diff --git a/ClientApp/node_modules/lodash/pad.js b/apps/angular/node_modules/lodash/pad.js similarity index 100% rename from ClientApp/node_modules/lodash/pad.js rename to apps/angular/node_modules/lodash/pad.js diff --git a/ClientApp/node_modules/lodash/padEnd.js b/apps/angular/node_modules/lodash/padEnd.js similarity index 100% rename from ClientApp/node_modules/lodash/padEnd.js rename to apps/angular/node_modules/lodash/padEnd.js diff --git a/ClientApp/node_modules/lodash/padStart.js b/apps/angular/node_modules/lodash/padStart.js similarity index 100% rename from ClientApp/node_modules/lodash/padStart.js rename to apps/angular/node_modules/lodash/padStart.js diff --git a/ClientApp/node_modules/lodash/parseInt.js b/apps/angular/node_modules/lodash/parseInt.js similarity index 100% rename from ClientApp/node_modules/lodash/parseInt.js rename to apps/angular/node_modules/lodash/parseInt.js diff --git a/ClientApp/node_modules/lodash/partial.js b/apps/angular/node_modules/lodash/partial.js similarity index 100% rename from ClientApp/node_modules/lodash/partial.js rename to apps/angular/node_modules/lodash/partial.js diff --git a/ClientApp/node_modules/lodash/partialRight.js b/apps/angular/node_modules/lodash/partialRight.js similarity index 100% rename from ClientApp/node_modules/lodash/partialRight.js rename to apps/angular/node_modules/lodash/partialRight.js diff --git a/ClientApp/node_modules/lodash/partition.js b/apps/angular/node_modules/lodash/partition.js similarity index 100% rename from ClientApp/node_modules/lodash/partition.js rename to apps/angular/node_modules/lodash/partition.js diff --git a/ClientApp/node_modules/lodash/pick.js b/apps/angular/node_modules/lodash/pick.js similarity index 100% rename from ClientApp/node_modules/lodash/pick.js rename to apps/angular/node_modules/lodash/pick.js diff --git a/ClientApp/node_modules/lodash/pickBy.js b/apps/angular/node_modules/lodash/pickBy.js similarity index 100% rename from ClientApp/node_modules/lodash/pickBy.js rename to apps/angular/node_modules/lodash/pickBy.js diff --git a/ClientApp/node_modules/lodash/plant.js b/apps/angular/node_modules/lodash/plant.js similarity index 100% rename from ClientApp/node_modules/lodash/plant.js rename to apps/angular/node_modules/lodash/plant.js diff --git a/ClientApp/node_modules/lodash/property.js b/apps/angular/node_modules/lodash/property.js similarity index 100% rename from ClientApp/node_modules/lodash/property.js rename to apps/angular/node_modules/lodash/property.js diff --git a/ClientApp/node_modules/lodash/propertyOf.js b/apps/angular/node_modules/lodash/propertyOf.js similarity index 100% rename from ClientApp/node_modules/lodash/propertyOf.js rename to apps/angular/node_modules/lodash/propertyOf.js diff --git a/ClientApp/node_modules/lodash/pull.js b/apps/angular/node_modules/lodash/pull.js similarity index 100% rename from ClientApp/node_modules/lodash/pull.js rename to apps/angular/node_modules/lodash/pull.js diff --git a/ClientApp/node_modules/lodash/pullAll.js b/apps/angular/node_modules/lodash/pullAll.js similarity index 100% rename from ClientApp/node_modules/lodash/pullAll.js rename to apps/angular/node_modules/lodash/pullAll.js diff --git a/ClientApp/node_modules/lodash/pullAllBy.js b/apps/angular/node_modules/lodash/pullAllBy.js similarity index 100% rename from ClientApp/node_modules/lodash/pullAllBy.js rename to apps/angular/node_modules/lodash/pullAllBy.js diff --git a/ClientApp/node_modules/lodash/pullAllWith.js b/apps/angular/node_modules/lodash/pullAllWith.js similarity index 100% rename from ClientApp/node_modules/lodash/pullAllWith.js rename to apps/angular/node_modules/lodash/pullAllWith.js diff --git a/ClientApp/node_modules/lodash/pullAt.js b/apps/angular/node_modules/lodash/pullAt.js similarity index 100% rename from ClientApp/node_modules/lodash/pullAt.js rename to apps/angular/node_modules/lodash/pullAt.js diff --git a/ClientApp/node_modules/lodash/random.js b/apps/angular/node_modules/lodash/random.js similarity index 100% rename from ClientApp/node_modules/lodash/random.js rename to apps/angular/node_modules/lodash/random.js diff --git a/ClientApp/node_modules/lodash/range.js b/apps/angular/node_modules/lodash/range.js similarity index 100% rename from ClientApp/node_modules/lodash/range.js rename to apps/angular/node_modules/lodash/range.js diff --git a/ClientApp/node_modules/lodash/rangeRight.js b/apps/angular/node_modules/lodash/rangeRight.js similarity index 100% rename from ClientApp/node_modules/lodash/rangeRight.js rename to apps/angular/node_modules/lodash/rangeRight.js diff --git a/ClientApp/node_modules/lodash/rearg.js b/apps/angular/node_modules/lodash/rearg.js similarity index 100% rename from ClientApp/node_modules/lodash/rearg.js rename to apps/angular/node_modules/lodash/rearg.js diff --git a/ClientApp/node_modules/lodash/reduce.js b/apps/angular/node_modules/lodash/reduce.js similarity index 100% rename from ClientApp/node_modules/lodash/reduce.js rename to apps/angular/node_modules/lodash/reduce.js diff --git a/ClientApp/node_modules/lodash/reduceRight.js b/apps/angular/node_modules/lodash/reduceRight.js similarity index 100% rename from ClientApp/node_modules/lodash/reduceRight.js rename to apps/angular/node_modules/lodash/reduceRight.js diff --git a/ClientApp/node_modules/lodash/reject.js b/apps/angular/node_modules/lodash/reject.js similarity index 100% rename from ClientApp/node_modules/lodash/reject.js rename to apps/angular/node_modules/lodash/reject.js diff --git a/ClientApp/node_modules/lodash/remove.js b/apps/angular/node_modules/lodash/remove.js similarity index 100% rename from ClientApp/node_modules/lodash/remove.js rename to apps/angular/node_modules/lodash/remove.js diff --git a/ClientApp/node_modules/lodash/repeat.js b/apps/angular/node_modules/lodash/repeat.js similarity index 100% rename from ClientApp/node_modules/lodash/repeat.js rename to apps/angular/node_modules/lodash/repeat.js diff --git a/ClientApp/node_modules/lodash/replace.js b/apps/angular/node_modules/lodash/replace.js similarity index 100% rename from ClientApp/node_modules/lodash/replace.js rename to apps/angular/node_modules/lodash/replace.js diff --git a/ClientApp/node_modules/lodash/rest.js b/apps/angular/node_modules/lodash/rest.js similarity index 100% rename from ClientApp/node_modules/lodash/rest.js rename to apps/angular/node_modules/lodash/rest.js diff --git a/ClientApp/node_modules/lodash/result.js b/apps/angular/node_modules/lodash/result.js similarity index 100% rename from ClientApp/node_modules/lodash/result.js rename to apps/angular/node_modules/lodash/result.js diff --git a/ClientApp/node_modules/lodash/reverse.js b/apps/angular/node_modules/lodash/reverse.js similarity index 100% rename from ClientApp/node_modules/lodash/reverse.js rename to apps/angular/node_modules/lodash/reverse.js diff --git a/ClientApp/node_modules/lodash/round.js b/apps/angular/node_modules/lodash/round.js similarity index 100% rename from ClientApp/node_modules/lodash/round.js rename to apps/angular/node_modules/lodash/round.js diff --git a/ClientApp/node_modules/lodash/sample.js b/apps/angular/node_modules/lodash/sample.js similarity index 100% rename from ClientApp/node_modules/lodash/sample.js rename to apps/angular/node_modules/lodash/sample.js diff --git a/ClientApp/node_modules/lodash/sampleSize.js b/apps/angular/node_modules/lodash/sampleSize.js similarity index 100% rename from ClientApp/node_modules/lodash/sampleSize.js rename to apps/angular/node_modules/lodash/sampleSize.js diff --git a/ClientApp/node_modules/lodash/seq.js b/apps/angular/node_modules/lodash/seq.js similarity index 100% rename from ClientApp/node_modules/lodash/seq.js rename to apps/angular/node_modules/lodash/seq.js diff --git a/ClientApp/node_modules/lodash/set.js b/apps/angular/node_modules/lodash/set.js similarity index 100% rename from ClientApp/node_modules/lodash/set.js rename to apps/angular/node_modules/lodash/set.js diff --git a/ClientApp/node_modules/lodash/setWith.js b/apps/angular/node_modules/lodash/setWith.js similarity index 100% rename from ClientApp/node_modules/lodash/setWith.js rename to apps/angular/node_modules/lodash/setWith.js diff --git a/ClientApp/node_modules/lodash/shuffle.js b/apps/angular/node_modules/lodash/shuffle.js similarity index 100% rename from ClientApp/node_modules/lodash/shuffle.js rename to apps/angular/node_modules/lodash/shuffle.js diff --git a/ClientApp/node_modules/lodash/size.js b/apps/angular/node_modules/lodash/size.js similarity index 100% rename from ClientApp/node_modules/lodash/size.js rename to apps/angular/node_modules/lodash/size.js diff --git a/ClientApp/node_modules/lodash/slice.js b/apps/angular/node_modules/lodash/slice.js similarity index 100% rename from ClientApp/node_modules/lodash/slice.js rename to apps/angular/node_modules/lodash/slice.js diff --git a/ClientApp/node_modules/lodash/snakeCase.js b/apps/angular/node_modules/lodash/snakeCase.js similarity index 100% rename from ClientApp/node_modules/lodash/snakeCase.js rename to apps/angular/node_modules/lodash/snakeCase.js diff --git a/ClientApp/node_modules/lodash/some.js b/apps/angular/node_modules/lodash/some.js similarity index 100% rename from ClientApp/node_modules/lodash/some.js rename to apps/angular/node_modules/lodash/some.js diff --git a/ClientApp/node_modules/lodash/sortBy.js b/apps/angular/node_modules/lodash/sortBy.js similarity index 100% rename from ClientApp/node_modules/lodash/sortBy.js rename to apps/angular/node_modules/lodash/sortBy.js diff --git a/ClientApp/node_modules/lodash/sortedIndex.js b/apps/angular/node_modules/lodash/sortedIndex.js similarity index 100% rename from ClientApp/node_modules/lodash/sortedIndex.js rename to apps/angular/node_modules/lodash/sortedIndex.js diff --git a/ClientApp/node_modules/lodash/sortedIndexBy.js b/apps/angular/node_modules/lodash/sortedIndexBy.js similarity index 100% rename from ClientApp/node_modules/lodash/sortedIndexBy.js rename to apps/angular/node_modules/lodash/sortedIndexBy.js diff --git a/ClientApp/node_modules/lodash/sortedIndexOf.js b/apps/angular/node_modules/lodash/sortedIndexOf.js similarity index 100% rename from ClientApp/node_modules/lodash/sortedIndexOf.js rename to apps/angular/node_modules/lodash/sortedIndexOf.js diff --git a/ClientApp/node_modules/lodash/sortedLastIndex.js b/apps/angular/node_modules/lodash/sortedLastIndex.js similarity index 100% rename from ClientApp/node_modules/lodash/sortedLastIndex.js rename to apps/angular/node_modules/lodash/sortedLastIndex.js diff --git a/ClientApp/node_modules/lodash/sortedLastIndexBy.js b/apps/angular/node_modules/lodash/sortedLastIndexBy.js similarity index 100% rename from ClientApp/node_modules/lodash/sortedLastIndexBy.js rename to apps/angular/node_modules/lodash/sortedLastIndexBy.js diff --git a/ClientApp/node_modules/lodash/sortedLastIndexOf.js b/apps/angular/node_modules/lodash/sortedLastIndexOf.js similarity index 100% rename from ClientApp/node_modules/lodash/sortedLastIndexOf.js rename to apps/angular/node_modules/lodash/sortedLastIndexOf.js diff --git a/ClientApp/node_modules/lodash/sortedUniq.js b/apps/angular/node_modules/lodash/sortedUniq.js similarity index 100% rename from ClientApp/node_modules/lodash/sortedUniq.js rename to apps/angular/node_modules/lodash/sortedUniq.js diff --git a/ClientApp/node_modules/lodash/sortedUniqBy.js b/apps/angular/node_modules/lodash/sortedUniqBy.js similarity index 100% rename from ClientApp/node_modules/lodash/sortedUniqBy.js rename to apps/angular/node_modules/lodash/sortedUniqBy.js diff --git a/ClientApp/node_modules/lodash/split.js b/apps/angular/node_modules/lodash/split.js similarity index 100% rename from ClientApp/node_modules/lodash/split.js rename to apps/angular/node_modules/lodash/split.js diff --git a/ClientApp/node_modules/lodash/spread.js b/apps/angular/node_modules/lodash/spread.js similarity index 100% rename from ClientApp/node_modules/lodash/spread.js rename to apps/angular/node_modules/lodash/spread.js diff --git a/ClientApp/node_modules/lodash/startCase.js b/apps/angular/node_modules/lodash/startCase.js similarity index 100% rename from ClientApp/node_modules/lodash/startCase.js rename to apps/angular/node_modules/lodash/startCase.js diff --git a/ClientApp/node_modules/lodash/startsWith.js b/apps/angular/node_modules/lodash/startsWith.js similarity index 100% rename from ClientApp/node_modules/lodash/startsWith.js rename to apps/angular/node_modules/lodash/startsWith.js diff --git a/ClientApp/node_modules/lodash/string.js b/apps/angular/node_modules/lodash/string.js similarity index 100% rename from ClientApp/node_modules/lodash/string.js rename to apps/angular/node_modules/lodash/string.js diff --git a/ClientApp/node_modules/lodash/stubArray.js b/apps/angular/node_modules/lodash/stubArray.js similarity index 100% rename from ClientApp/node_modules/lodash/stubArray.js rename to apps/angular/node_modules/lodash/stubArray.js diff --git a/ClientApp/node_modules/lodash/stubFalse.js b/apps/angular/node_modules/lodash/stubFalse.js similarity index 100% rename from ClientApp/node_modules/lodash/stubFalse.js rename to apps/angular/node_modules/lodash/stubFalse.js diff --git a/ClientApp/node_modules/lodash/stubObject.js b/apps/angular/node_modules/lodash/stubObject.js similarity index 100% rename from ClientApp/node_modules/lodash/stubObject.js rename to apps/angular/node_modules/lodash/stubObject.js diff --git a/ClientApp/node_modules/lodash/stubString.js b/apps/angular/node_modules/lodash/stubString.js similarity index 100% rename from ClientApp/node_modules/lodash/stubString.js rename to apps/angular/node_modules/lodash/stubString.js diff --git a/ClientApp/node_modules/lodash/stubTrue.js b/apps/angular/node_modules/lodash/stubTrue.js similarity index 100% rename from ClientApp/node_modules/lodash/stubTrue.js rename to apps/angular/node_modules/lodash/stubTrue.js diff --git a/ClientApp/node_modules/lodash/subtract.js b/apps/angular/node_modules/lodash/subtract.js similarity index 100% rename from ClientApp/node_modules/lodash/subtract.js rename to apps/angular/node_modules/lodash/subtract.js diff --git a/ClientApp/node_modules/lodash/sum.js b/apps/angular/node_modules/lodash/sum.js similarity index 100% rename from ClientApp/node_modules/lodash/sum.js rename to apps/angular/node_modules/lodash/sum.js diff --git a/ClientApp/node_modules/lodash/sumBy.js b/apps/angular/node_modules/lodash/sumBy.js similarity index 100% rename from ClientApp/node_modules/lodash/sumBy.js rename to apps/angular/node_modules/lodash/sumBy.js diff --git a/ClientApp/node_modules/lodash/tail.js b/apps/angular/node_modules/lodash/tail.js similarity index 100% rename from ClientApp/node_modules/lodash/tail.js rename to apps/angular/node_modules/lodash/tail.js diff --git a/ClientApp/node_modules/lodash/take.js b/apps/angular/node_modules/lodash/take.js similarity index 100% rename from ClientApp/node_modules/lodash/take.js rename to apps/angular/node_modules/lodash/take.js diff --git a/ClientApp/node_modules/lodash/takeRight.js b/apps/angular/node_modules/lodash/takeRight.js similarity index 100% rename from ClientApp/node_modules/lodash/takeRight.js rename to apps/angular/node_modules/lodash/takeRight.js diff --git a/ClientApp/node_modules/lodash/takeRightWhile.js b/apps/angular/node_modules/lodash/takeRightWhile.js similarity index 100% rename from ClientApp/node_modules/lodash/takeRightWhile.js rename to apps/angular/node_modules/lodash/takeRightWhile.js diff --git a/ClientApp/node_modules/lodash/takeWhile.js b/apps/angular/node_modules/lodash/takeWhile.js similarity index 100% rename from ClientApp/node_modules/lodash/takeWhile.js rename to apps/angular/node_modules/lodash/takeWhile.js diff --git a/ClientApp/node_modules/lodash/tap.js b/apps/angular/node_modules/lodash/tap.js similarity index 100% rename from ClientApp/node_modules/lodash/tap.js rename to apps/angular/node_modules/lodash/tap.js diff --git a/ClientApp/node_modules/lodash/template.js b/apps/angular/node_modules/lodash/template.js similarity index 100% rename from ClientApp/node_modules/lodash/template.js rename to apps/angular/node_modules/lodash/template.js diff --git a/ClientApp/node_modules/lodash/templateSettings.js b/apps/angular/node_modules/lodash/templateSettings.js similarity index 100% rename from ClientApp/node_modules/lodash/templateSettings.js rename to apps/angular/node_modules/lodash/templateSettings.js diff --git a/ClientApp/node_modules/lodash/throttle.js b/apps/angular/node_modules/lodash/throttle.js similarity index 100% rename from ClientApp/node_modules/lodash/throttle.js rename to apps/angular/node_modules/lodash/throttle.js diff --git a/ClientApp/node_modules/lodash/thru.js b/apps/angular/node_modules/lodash/thru.js similarity index 100% rename from ClientApp/node_modules/lodash/thru.js rename to apps/angular/node_modules/lodash/thru.js diff --git a/ClientApp/node_modules/lodash/times.js b/apps/angular/node_modules/lodash/times.js similarity index 100% rename from ClientApp/node_modules/lodash/times.js rename to apps/angular/node_modules/lodash/times.js diff --git a/ClientApp/node_modules/lodash/toArray.js b/apps/angular/node_modules/lodash/toArray.js similarity index 100% rename from ClientApp/node_modules/lodash/toArray.js rename to apps/angular/node_modules/lodash/toArray.js diff --git a/ClientApp/node_modules/lodash/toFinite.js b/apps/angular/node_modules/lodash/toFinite.js similarity index 100% rename from ClientApp/node_modules/lodash/toFinite.js rename to apps/angular/node_modules/lodash/toFinite.js diff --git a/ClientApp/node_modules/lodash/toInteger.js b/apps/angular/node_modules/lodash/toInteger.js similarity index 100% rename from ClientApp/node_modules/lodash/toInteger.js rename to apps/angular/node_modules/lodash/toInteger.js diff --git a/ClientApp/node_modules/lodash/toIterator.js b/apps/angular/node_modules/lodash/toIterator.js similarity index 100% rename from ClientApp/node_modules/lodash/toIterator.js rename to apps/angular/node_modules/lodash/toIterator.js diff --git a/ClientApp/node_modules/lodash/toJSON.js b/apps/angular/node_modules/lodash/toJSON.js similarity index 100% rename from ClientApp/node_modules/lodash/toJSON.js rename to apps/angular/node_modules/lodash/toJSON.js diff --git a/ClientApp/node_modules/lodash/toLength.js b/apps/angular/node_modules/lodash/toLength.js similarity index 100% rename from ClientApp/node_modules/lodash/toLength.js rename to apps/angular/node_modules/lodash/toLength.js diff --git a/ClientApp/node_modules/lodash/toLower.js b/apps/angular/node_modules/lodash/toLower.js similarity index 100% rename from ClientApp/node_modules/lodash/toLower.js rename to apps/angular/node_modules/lodash/toLower.js diff --git a/ClientApp/node_modules/lodash/toNumber.js b/apps/angular/node_modules/lodash/toNumber.js similarity index 100% rename from ClientApp/node_modules/lodash/toNumber.js rename to apps/angular/node_modules/lodash/toNumber.js diff --git a/ClientApp/node_modules/lodash/toPairs.js b/apps/angular/node_modules/lodash/toPairs.js similarity index 100% rename from ClientApp/node_modules/lodash/toPairs.js rename to apps/angular/node_modules/lodash/toPairs.js diff --git a/ClientApp/node_modules/lodash/toPairsIn.js b/apps/angular/node_modules/lodash/toPairsIn.js similarity index 100% rename from ClientApp/node_modules/lodash/toPairsIn.js rename to apps/angular/node_modules/lodash/toPairsIn.js diff --git a/ClientApp/node_modules/lodash/toPath.js b/apps/angular/node_modules/lodash/toPath.js similarity index 100% rename from ClientApp/node_modules/lodash/toPath.js rename to apps/angular/node_modules/lodash/toPath.js diff --git a/ClientApp/node_modules/lodash/toPlainObject.js b/apps/angular/node_modules/lodash/toPlainObject.js similarity index 100% rename from ClientApp/node_modules/lodash/toPlainObject.js rename to apps/angular/node_modules/lodash/toPlainObject.js diff --git a/ClientApp/node_modules/lodash/toSafeInteger.js b/apps/angular/node_modules/lodash/toSafeInteger.js similarity index 100% rename from ClientApp/node_modules/lodash/toSafeInteger.js rename to apps/angular/node_modules/lodash/toSafeInteger.js diff --git a/ClientApp/node_modules/lodash/toString.js b/apps/angular/node_modules/lodash/toString.js similarity index 100% rename from ClientApp/node_modules/lodash/toString.js rename to apps/angular/node_modules/lodash/toString.js diff --git a/ClientApp/node_modules/lodash/toUpper.js b/apps/angular/node_modules/lodash/toUpper.js similarity index 100% rename from ClientApp/node_modules/lodash/toUpper.js rename to apps/angular/node_modules/lodash/toUpper.js diff --git a/ClientApp/node_modules/lodash/transform.js b/apps/angular/node_modules/lodash/transform.js similarity index 100% rename from ClientApp/node_modules/lodash/transform.js rename to apps/angular/node_modules/lodash/transform.js diff --git a/ClientApp/node_modules/lodash/trim.js b/apps/angular/node_modules/lodash/trim.js similarity index 100% rename from ClientApp/node_modules/lodash/trim.js rename to apps/angular/node_modules/lodash/trim.js diff --git a/ClientApp/node_modules/lodash/trimEnd.js b/apps/angular/node_modules/lodash/trimEnd.js similarity index 100% rename from ClientApp/node_modules/lodash/trimEnd.js rename to apps/angular/node_modules/lodash/trimEnd.js diff --git a/ClientApp/node_modules/lodash/trimStart.js b/apps/angular/node_modules/lodash/trimStart.js similarity index 100% rename from ClientApp/node_modules/lodash/trimStart.js rename to apps/angular/node_modules/lodash/trimStart.js diff --git a/ClientApp/node_modules/lodash/truncate.js b/apps/angular/node_modules/lodash/truncate.js similarity index 100% rename from ClientApp/node_modules/lodash/truncate.js rename to apps/angular/node_modules/lodash/truncate.js diff --git a/ClientApp/node_modules/lodash/unary.js b/apps/angular/node_modules/lodash/unary.js similarity index 100% rename from ClientApp/node_modules/lodash/unary.js rename to apps/angular/node_modules/lodash/unary.js diff --git a/ClientApp/node_modules/lodash/unescape.js b/apps/angular/node_modules/lodash/unescape.js similarity index 100% rename from ClientApp/node_modules/lodash/unescape.js rename to apps/angular/node_modules/lodash/unescape.js diff --git a/ClientApp/node_modules/lodash/union.js b/apps/angular/node_modules/lodash/union.js similarity index 100% rename from ClientApp/node_modules/lodash/union.js rename to apps/angular/node_modules/lodash/union.js diff --git a/ClientApp/node_modules/lodash/unionBy.js b/apps/angular/node_modules/lodash/unionBy.js similarity index 100% rename from ClientApp/node_modules/lodash/unionBy.js rename to apps/angular/node_modules/lodash/unionBy.js diff --git a/ClientApp/node_modules/lodash/unionWith.js b/apps/angular/node_modules/lodash/unionWith.js similarity index 100% rename from ClientApp/node_modules/lodash/unionWith.js rename to apps/angular/node_modules/lodash/unionWith.js diff --git a/ClientApp/node_modules/lodash/uniq.js b/apps/angular/node_modules/lodash/uniq.js similarity index 100% rename from ClientApp/node_modules/lodash/uniq.js rename to apps/angular/node_modules/lodash/uniq.js diff --git a/ClientApp/node_modules/lodash/uniqBy.js b/apps/angular/node_modules/lodash/uniqBy.js similarity index 100% rename from ClientApp/node_modules/lodash/uniqBy.js rename to apps/angular/node_modules/lodash/uniqBy.js diff --git a/ClientApp/node_modules/lodash/uniqWith.js b/apps/angular/node_modules/lodash/uniqWith.js similarity index 100% rename from ClientApp/node_modules/lodash/uniqWith.js rename to apps/angular/node_modules/lodash/uniqWith.js diff --git a/ClientApp/node_modules/lodash/uniqueId.js b/apps/angular/node_modules/lodash/uniqueId.js similarity index 100% rename from ClientApp/node_modules/lodash/uniqueId.js rename to apps/angular/node_modules/lodash/uniqueId.js diff --git a/ClientApp/node_modules/lodash/unset.js b/apps/angular/node_modules/lodash/unset.js similarity index 100% rename from ClientApp/node_modules/lodash/unset.js rename to apps/angular/node_modules/lodash/unset.js diff --git a/ClientApp/node_modules/lodash/unzip.js b/apps/angular/node_modules/lodash/unzip.js similarity index 100% rename from ClientApp/node_modules/lodash/unzip.js rename to apps/angular/node_modules/lodash/unzip.js diff --git a/ClientApp/node_modules/lodash/unzipWith.js b/apps/angular/node_modules/lodash/unzipWith.js similarity index 100% rename from ClientApp/node_modules/lodash/unzipWith.js rename to apps/angular/node_modules/lodash/unzipWith.js diff --git a/ClientApp/node_modules/lodash/update.js b/apps/angular/node_modules/lodash/update.js similarity index 100% rename from ClientApp/node_modules/lodash/update.js rename to apps/angular/node_modules/lodash/update.js diff --git a/ClientApp/node_modules/lodash/updateWith.js b/apps/angular/node_modules/lodash/updateWith.js similarity index 100% rename from ClientApp/node_modules/lodash/updateWith.js rename to apps/angular/node_modules/lodash/updateWith.js diff --git a/ClientApp/node_modules/lodash/upperCase.js b/apps/angular/node_modules/lodash/upperCase.js similarity index 100% rename from ClientApp/node_modules/lodash/upperCase.js rename to apps/angular/node_modules/lodash/upperCase.js diff --git a/ClientApp/node_modules/lodash/upperFirst.js b/apps/angular/node_modules/lodash/upperFirst.js similarity index 100% rename from ClientApp/node_modules/lodash/upperFirst.js rename to apps/angular/node_modules/lodash/upperFirst.js diff --git a/ClientApp/node_modules/lodash/util.js b/apps/angular/node_modules/lodash/util.js similarity index 100% rename from ClientApp/node_modules/lodash/util.js rename to apps/angular/node_modules/lodash/util.js diff --git a/ClientApp/node_modules/lodash/value.js b/apps/angular/node_modules/lodash/value.js similarity index 100% rename from ClientApp/node_modules/lodash/value.js rename to apps/angular/node_modules/lodash/value.js diff --git a/ClientApp/node_modules/lodash/valueOf.js b/apps/angular/node_modules/lodash/valueOf.js similarity index 100% rename from ClientApp/node_modules/lodash/valueOf.js rename to apps/angular/node_modules/lodash/valueOf.js diff --git a/ClientApp/node_modules/lodash/values.js b/apps/angular/node_modules/lodash/values.js similarity index 100% rename from ClientApp/node_modules/lodash/values.js rename to apps/angular/node_modules/lodash/values.js diff --git a/ClientApp/node_modules/lodash/valuesIn.js b/apps/angular/node_modules/lodash/valuesIn.js similarity index 100% rename from ClientApp/node_modules/lodash/valuesIn.js rename to apps/angular/node_modules/lodash/valuesIn.js diff --git a/ClientApp/node_modules/lodash/without.js b/apps/angular/node_modules/lodash/without.js similarity index 100% rename from ClientApp/node_modules/lodash/without.js rename to apps/angular/node_modules/lodash/without.js diff --git a/ClientApp/node_modules/lodash/words.js b/apps/angular/node_modules/lodash/words.js similarity index 100% rename from ClientApp/node_modules/lodash/words.js rename to apps/angular/node_modules/lodash/words.js diff --git a/ClientApp/node_modules/lodash/wrap.js b/apps/angular/node_modules/lodash/wrap.js similarity index 100% rename from ClientApp/node_modules/lodash/wrap.js rename to apps/angular/node_modules/lodash/wrap.js diff --git a/ClientApp/node_modules/lodash/wrapperAt.js b/apps/angular/node_modules/lodash/wrapperAt.js similarity index 100% rename from ClientApp/node_modules/lodash/wrapperAt.js rename to apps/angular/node_modules/lodash/wrapperAt.js diff --git a/ClientApp/node_modules/lodash/wrapperChain.js b/apps/angular/node_modules/lodash/wrapperChain.js similarity index 100% rename from ClientApp/node_modules/lodash/wrapperChain.js rename to apps/angular/node_modules/lodash/wrapperChain.js diff --git a/ClientApp/node_modules/lodash/wrapperLodash.js b/apps/angular/node_modules/lodash/wrapperLodash.js similarity index 100% rename from ClientApp/node_modules/lodash/wrapperLodash.js rename to apps/angular/node_modules/lodash/wrapperLodash.js diff --git a/ClientApp/node_modules/lodash/wrapperReverse.js b/apps/angular/node_modules/lodash/wrapperReverse.js similarity index 100% rename from ClientApp/node_modules/lodash/wrapperReverse.js rename to apps/angular/node_modules/lodash/wrapperReverse.js diff --git a/ClientApp/node_modules/lodash/wrapperValue.js b/apps/angular/node_modules/lodash/wrapperValue.js similarity index 100% rename from ClientApp/node_modules/lodash/wrapperValue.js rename to apps/angular/node_modules/lodash/wrapperValue.js diff --git a/ClientApp/node_modules/lodash/xor.js b/apps/angular/node_modules/lodash/xor.js similarity index 100% rename from ClientApp/node_modules/lodash/xor.js rename to apps/angular/node_modules/lodash/xor.js diff --git a/ClientApp/node_modules/lodash/xorBy.js b/apps/angular/node_modules/lodash/xorBy.js similarity index 100% rename from ClientApp/node_modules/lodash/xorBy.js rename to apps/angular/node_modules/lodash/xorBy.js diff --git a/ClientApp/node_modules/lodash/xorWith.js b/apps/angular/node_modules/lodash/xorWith.js similarity index 100% rename from ClientApp/node_modules/lodash/xorWith.js rename to apps/angular/node_modules/lodash/xorWith.js diff --git a/ClientApp/node_modules/lodash/zip.js b/apps/angular/node_modules/lodash/zip.js similarity index 100% rename from ClientApp/node_modules/lodash/zip.js rename to apps/angular/node_modules/lodash/zip.js diff --git a/ClientApp/node_modules/lodash/zipObject.js b/apps/angular/node_modules/lodash/zipObject.js similarity index 100% rename from ClientApp/node_modules/lodash/zipObject.js rename to apps/angular/node_modules/lodash/zipObject.js diff --git a/ClientApp/node_modules/lodash/zipObjectDeep.js b/apps/angular/node_modules/lodash/zipObjectDeep.js similarity index 100% rename from ClientApp/node_modules/lodash/zipObjectDeep.js rename to apps/angular/node_modules/lodash/zipObjectDeep.js diff --git a/ClientApp/node_modules/lodash/zipWith.js b/apps/angular/node_modules/lodash/zipWith.js similarity index 100% rename from ClientApp/node_modules/lodash/zipWith.js rename to apps/angular/node_modules/lodash/zipWith.js diff --git a/ClientApp/node_modules/log-symbols/browser.js b/apps/angular/node_modules/log-symbols/browser.js similarity index 100% rename from ClientApp/node_modules/log-symbols/browser.js rename to apps/angular/node_modules/log-symbols/browser.js diff --git a/ClientApp/node_modules/log-symbols/index.d.ts b/apps/angular/node_modules/log-symbols/index.d.ts similarity index 100% rename from ClientApp/node_modules/log-symbols/index.d.ts rename to apps/angular/node_modules/log-symbols/index.d.ts diff --git a/ClientApp/node_modules/log-symbols/index.js b/apps/angular/node_modules/log-symbols/index.js similarity index 100% rename from ClientApp/node_modules/log-symbols/index.js rename to apps/angular/node_modules/log-symbols/index.js diff --git a/ClientApp/node_modules/log-symbols/license b/apps/angular/node_modules/log-symbols/license similarity index 100% rename from ClientApp/node_modules/log-symbols/license rename to apps/angular/node_modules/log-symbols/license diff --git a/ClientApp/node_modules/log-symbols/package.json b/apps/angular/node_modules/log-symbols/package.json similarity index 100% rename from ClientApp/node_modules/log-symbols/package.json rename to apps/angular/node_modules/log-symbols/package.json diff --git a/ClientApp/node_modules/log-symbols/readme.md b/apps/angular/node_modules/log-symbols/readme.md similarity index 100% rename from ClientApp/node_modules/log-symbols/readme.md rename to apps/angular/node_modules/log-symbols/readme.md diff --git a/ClientApp/node_modules/log-update/index.d.ts b/apps/angular/node_modules/log-update/index.d.ts similarity index 100% rename from ClientApp/node_modules/log-update/index.d.ts rename to apps/angular/node_modules/log-update/index.d.ts diff --git a/ClientApp/node_modules/log-update/index.js b/apps/angular/node_modules/log-update/index.js similarity index 100% rename from ClientApp/node_modules/log-update/index.js rename to apps/angular/node_modules/log-update/index.js diff --git a/ClientApp/node_modules/log-update/license b/apps/angular/node_modules/log-update/license similarity index 100% rename from ClientApp/node_modules/log-update/license rename to apps/angular/node_modules/log-update/license diff --git a/ClientApp/node_modules/log-update/node_modules/slice-ansi/index.js b/apps/angular/node_modules/log-update/node_modules/slice-ansi/index.js similarity index 100% rename from ClientApp/node_modules/log-update/node_modules/slice-ansi/index.js rename to apps/angular/node_modules/log-update/node_modules/slice-ansi/index.js diff --git a/ClientApp/node_modules/log-update/node_modules/slice-ansi/license b/apps/angular/node_modules/log-update/node_modules/slice-ansi/license similarity index 100% rename from ClientApp/node_modules/log-update/node_modules/slice-ansi/license rename to apps/angular/node_modules/log-update/node_modules/slice-ansi/license diff --git a/ClientApp/node_modules/log-update/node_modules/slice-ansi/package.json b/apps/angular/node_modules/log-update/node_modules/slice-ansi/package.json similarity index 100% rename from ClientApp/node_modules/log-update/node_modules/slice-ansi/package.json rename to apps/angular/node_modules/log-update/node_modules/slice-ansi/package.json diff --git a/ClientApp/node_modules/log-update/node_modules/slice-ansi/readme.md b/apps/angular/node_modules/log-update/node_modules/slice-ansi/readme.md similarity index 100% rename from ClientApp/node_modules/log-update/node_modules/slice-ansi/readme.md rename to apps/angular/node_modules/log-update/node_modules/slice-ansi/readme.md diff --git a/ClientApp/node_modules/log-update/node_modules/wrap-ansi/index.js b/apps/angular/node_modules/log-update/node_modules/wrap-ansi/index.js similarity index 100% rename from ClientApp/node_modules/log-update/node_modules/wrap-ansi/index.js rename to apps/angular/node_modules/log-update/node_modules/wrap-ansi/index.js diff --git a/ClientApp/node_modules/log-update/node_modules/wrap-ansi/license b/apps/angular/node_modules/log-update/node_modules/wrap-ansi/license similarity index 100% rename from ClientApp/node_modules/log-update/node_modules/wrap-ansi/license rename to apps/angular/node_modules/log-update/node_modules/wrap-ansi/license diff --git a/ClientApp/node_modules/log-update/node_modules/wrap-ansi/package.json b/apps/angular/node_modules/log-update/node_modules/wrap-ansi/package.json similarity index 100% rename from ClientApp/node_modules/log-update/node_modules/wrap-ansi/package.json rename to apps/angular/node_modules/log-update/node_modules/wrap-ansi/package.json diff --git a/ClientApp/node_modules/log-update/node_modules/wrap-ansi/readme.md b/apps/angular/node_modules/log-update/node_modules/wrap-ansi/readme.md similarity index 100% rename from ClientApp/node_modules/log-update/node_modules/wrap-ansi/readme.md rename to apps/angular/node_modules/log-update/node_modules/wrap-ansi/readme.md diff --git a/ClientApp/node_modules/log-update/package.json b/apps/angular/node_modules/log-update/package.json similarity index 100% rename from ClientApp/node_modules/log-update/package.json rename to apps/angular/node_modules/log-update/package.json diff --git a/ClientApp/node_modules/log-update/readme.md b/apps/angular/node_modules/log-update/readme.md similarity index 100% rename from ClientApp/node_modules/log-update/readme.md rename to apps/angular/node_modules/log-update/readme.md diff --git a/ClientApp/node_modules/loose-envify/LICENSE b/apps/angular/node_modules/loose-envify/LICENSE similarity index 100% rename from ClientApp/node_modules/loose-envify/LICENSE rename to apps/angular/node_modules/loose-envify/LICENSE diff --git a/ClientApp/node_modules/loose-envify/README.md b/apps/angular/node_modules/loose-envify/README.md similarity index 100% rename from ClientApp/node_modules/loose-envify/README.md rename to apps/angular/node_modules/loose-envify/README.md diff --git a/ClientApp/node_modules/loose-envify/cli.js b/apps/angular/node_modules/loose-envify/cli.js similarity index 100% rename from ClientApp/node_modules/loose-envify/cli.js rename to apps/angular/node_modules/loose-envify/cli.js diff --git a/ClientApp/node_modules/loose-envify/custom.js b/apps/angular/node_modules/loose-envify/custom.js similarity index 100% rename from ClientApp/node_modules/loose-envify/custom.js rename to apps/angular/node_modules/loose-envify/custom.js diff --git a/ClientApp/node_modules/loose-envify/index.js b/apps/angular/node_modules/loose-envify/index.js similarity index 100% rename from ClientApp/node_modules/loose-envify/index.js rename to apps/angular/node_modules/loose-envify/index.js diff --git a/ClientApp/node_modules/loose-envify/loose-envify.js b/apps/angular/node_modules/loose-envify/loose-envify.js similarity index 100% rename from ClientApp/node_modules/loose-envify/loose-envify.js rename to apps/angular/node_modules/loose-envify/loose-envify.js diff --git a/ClientApp/node_modules/loose-envify/package.json b/apps/angular/node_modules/loose-envify/package.json similarity index 100% rename from ClientApp/node_modules/loose-envify/package.json rename to apps/angular/node_modules/loose-envify/package.json diff --git a/ClientApp/node_modules/loose-envify/replace.js b/apps/angular/node_modules/loose-envify/replace.js similarity index 100% rename from ClientApp/node_modules/loose-envify/replace.js rename to apps/angular/node_modules/loose-envify/replace.js diff --git a/ClientApp/node_modules/loupe/CHANGELOG.md b/apps/angular/node_modules/loupe/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/loupe/CHANGELOG.md rename to apps/angular/node_modules/loupe/CHANGELOG.md diff --git a/ClientApp/node_modules/loupe/LICENSE b/apps/angular/node_modules/loupe/LICENSE similarity index 100% rename from ClientApp/node_modules/loupe/LICENSE rename to apps/angular/node_modules/loupe/LICENSE diff --git a/ClientApp/node_modules/loupe/README.md b/apps/angular/node_modules/loupe/README.md similarity index 100% rename from ClientApp/node_modules/loupe/README.md rename to apps/angular/node_modules/loupe/README.md diff --git a/ClientApp/node_modules/loupe/index.js b/apps/angular/node_modules/loupe/index.js similarity index 100% rename from ClientApp/node_modules/loupe/index.js rename to apps/angular/node_modules/loupe/index.js diff --git a/ClientApp/node_modules/loupe/lib/arguments.js b/apps/angular/node_modules/loupe/lib/arguments.js similarity index 100% rename from ClientApp/node_modules/loupe/lib/arguments.js rename to apps/angular/node_modules/loupe/lib/arguments.js diff --git a/ClientApp/node_modules/loupe/lib/array.js b/apps/angular/node_modules/loupe/lib/array.js similarity index 100% rename from ClientApp/node_modules/loupe/lib/array.js rename to apps/angular/node_modules/loupe/lib/array.js diff --git a/ClientApp/node_modules/loupe/lib/bigint.js b/apps/angular/node_modules/loupe/lib/bigint.js similarity index 100% rename from ClientApp/node_modules/loupe/lib/bigint.js rename to apps/angular/node_modules/loupe/lib/bigint.js diff --git a/ClientApp/node_modules/loupe/lib/class.js b/apps/angular/node_modules/loupe/lib/class.js similarity index 100% rename from ClientApp/node_modules/loupe/lib/class.js rename to apps/angular/node_modules/loupe/lib/class.js diff --git a/ClientApp/node_modules/loupe/lib/date.js b/apps/angular/node_modules/loupe/lib/date.js similarity index 100% rename from ClientApp/node_modules/loupe/lib/date.js rename to apps/angular/node_modules/loupe/lib/date.js diff --git a/ClientApp/node_modules/loupe/lib/error.js b/apps/angular/node_modules/loupe/lib/error.js similarity index 100% rename from ClientApp/node_modules/loupe/lib/error.js rename to apps/angular/node_modules/loupe/lib/error.js diff --git a/ClientApp/node_modules/loupe/lib/function.js b/apps/angular/node_modules/loupe/lib/function.js similarity index 100% rename from ClientApp/node_modules/loupe/lib/function.js rename to apps/angular/node_modules/loupe/lib/function.js diff --git a/ClientApp/node_modules/loupe/lib/helpers.js b/apps/angular/node_modules/loupe/lib/helpers.js similarity index 100% rename from ClientApp/node_modules/loupe/lib/helpers.js rename to apps/angular/node_modules/loupe/lib/helpers.js diff --git a/ClientApp/node_modules/loupe/lib/html.js b/apps/angular/node_modules/loupe/lib/html.js similarity index 100% rename from ClientApp/node_modules/loupe/lib/html.js rename to apps/angular/node_modules/loupe/lib/html.js diff --git a/ClientApp/node_modules/loupe/lib/map.js b/apps/angular/node_modules/loupe/lib/map.js similarity index 100% rename from ClientApp/node_modules/loupe/lib/map.js rename to apps/angular/node_modules/loupe/lib/map.js diff --git a/ClientApp/node_modules/loupe/lib/number.js b/apps/angular/node_modules/loupe/lib/number.js similarity index 100% rename from ClientApp/node_modules/loupe/lib/number.js rename to apps/angular/node_modules/loupe/lib/number.js diff --git a/ClientApp/node_modules/loupe/lib/object.js b/apps/angular/node_modules/loupe/lib/object.js similarity index 100% rename from ClientApp/node_modules/loupe/lib/object.js rename to apps/angular/node_modules/loupe/lib/object.js diff --git a/ClientApp/node_modules/loupe/lib/promise.js b/apps/angular/node_modules/loupe/lib/promise.js similarity index 100% rename from ClientApp/node_modules/loupe/lib/promise.js rename to apps/angular/node_modules/loupe/lib/promise.js diff --git a/ClientApp/node_modules/loupe/lib/regexp.js b/apps/angular/node_modules/loupe/lib/regexp.js similarity index 100% rename from ClientApp/node_modules/loupe/lib/regexp.js rename to apps/angular/node_modules/loupe/lib/regexp.js diff --git a/ClientApp/node_modules/loupe/lib/set.js b/apps/angular/node_modules/loupe/lib/set.js similarity index 100% rename from ClientApp/node_modules/loupe/lib/set.js rename to apps/angular/node_modules/loupe/lib/set.js diff --git a/ClientApp/node_modules/loupe/lib/string.js b/apps/angular/node_modules/loupe/lib/string.js similarity index 100% rename from ClientApp/node_modules/loupe/lib/string.js rename to apps/angular/node_modules/loupe/lib/string.js diff --git a/ClientApp/node_modules/loupe/lib/symbol.js b/apps/angular/node_modules/loupe/lib/symbol.js similarity index 100% rename from ClientApp/node_modules/loupe/lib/symbol.js rename to apps/angular/node_modules/loupe/lib/symbol.js diff --git a/ClientApp/node_modules/loupe/lib/typedarray.js b/apps/angular/node_modules/loupe/lib/typedarray.js similarity index 100% rename from ClientApp/node_modules/loupe/lib/typedarray.js rename to apps/angular/node_modules/loupe/lib/typedarray.js diff --git a/ClientApp/node_modules/loupe/loupe.js b/apps/angular/node_modules/loupe/loupe.js similarity index 100% rename from ClientApp/node_modules/loupe/loupe.js rename to apps/angular/node_modules/loupe/loupe.js diff --git a/ClientApp/node_modules/loupe/package.json b/apps/angular/node_modules/loupe/package.json similarity index 100% rename from ClientApp/node_modules/loupe/package.json rename to apps/angular/node_modules/loupe/package.json diff --git a/ClientApp/node_modules/lru-cache/LICENSE b/apps/angular/node_modules/lru-cache/LICENSE similarity index 100% rename from ClientApp/node_modules/lru-cache/LICENSE rename to apps/angular/node_modules/lru-cache/LICENSE diff --git a/ClientApp/node_modules/lru-cache/README.md b/apps/angular/node_modules/lru-cache/README.md similarity index 100% rename from ClientApp/node_modules/lru-cache/README.md rename to apps/angular/node_modules/lru-cache/README.md diff --git a/ClientApp/node_modules/lru-cache/dist/commonjs/index.d.ts b/apps/angular/node_modules/lru-cache/dist/commonjs/index.d.ts similarity index 100% rename from ClientApp/node_modules/lru-cache/dist/commonjs/index.d.ts rename to apps/angular/node_modules/lru-cache/dist/commonjs/index.d.ts diff --git a/ClientApp/node_modules/lru-cache/dist/commonjs/index.d.ts.map b/apps/angular/node_modules/lru-cache/dist/commonjs/index.d.ts.map similarity index 100% rename from ClientApp/node_modules/lru-cache/dist/commonjs/index.d.ts.map rename to apps/angular/node_modules/lru-cache/dist/commonjs/index.d.ts.map diff --git a/ClientApp/node_modules/lru-cache/dist/commonjs/index.js b/apps/angular/node_modules/lru-cache/dist/commonjs/index.js similarity index 100% rename from ClientApp/node_modules/lru-cache/dist/commonjs/index.js rename to apps/angular/node_modules/lru-cache/dist/commonjs/index.js diff --git a/ClientApp/node_modules/lru-cache/dist/commonjs/index.js.map b/apps/angular/node_modules/lru-cache/dist/commonjs/index.js.map similarity index 100% rename from ClientApp/node_modules/lru-cache/dist/commonjs/index.js.map rename to apps/angular/node_modules/lru-cache/dist/commonjs/index.js.map diff --git a/ClientApp/node_modules/lru-cache/dist/commonjs/index.min.js b/apps/angular/node_modules/lru-cache/dist/commonjs/index.min.js similarity index 100% rename from ClientApp/node_modules/lru-cache/dist/commonjs/index.min.js rename to apps/angular/node_modules/lru-cache/dist/commonjs/index.min.js diff --git a/ClientApp/node_modules/lru-cache/dist/commonjs/index.min.js.map b/apps/angular/node_modules/lru-cache/dist/commonjs/index.min.js.map similarity index 100% rename from ClientApp/node_modules/lru-cache/dist/commonjs/index.min.js.map rename to apps/angular/node_modules/lru-cache/dist/commonjs/index.min.js.map diff --git a/ClientApp/node_modules/lru-cache/dist/commonjs/package.json b/apps/angular/node_modules/lru-cache/dist/commonjs/package.json similarity index 100% rename from ClientApp/node_modules/lru-cache/dist/commonjs/package.json rename to apps/angular/node_modules/lru-cache/dist/commonjs/package.json diff --git a/ClientApp/node_modules/lru-cache/dist/esm/index.d.ts b/apps/angular/node_modules/lru-cache/dist/esm/index.d.ts similarity index 100% rename from ClientApp/node_modules/lru-cache/dist/esm/index.d.ts rename to apps/angular/node_modules/lru-cache/dist/esm/index.d.ts diff --git a/ClientApp/node_modules/lru-cache/dist/esm/index.d.ts.map b/apps/angular/node_modules/lru-cache/dist/esm/index.d.ts.map similarity index 100% rename from ClientApp/node_modules/lru-cache/dist/esm/index.d.ts.map rename to apps/angular/node_modules/lru-cache/dist/esm/index.d.ts.map diff --git a/ClientApp/node_modules/lru-cache/dist/esm/index.js b/apps/angular/node_modules/lru-cache/dist/esm/index.js similarity index 100% rename from ClientApp/node_modules/lru-cache/dist/esm/index.js rename to apps/angular/node_modules/lru-cache/dist/esm/index.js diff --git a/ClientApp/node_modules/lru-cache/dist/esm/index.js.map b/apps/angular/node_modules/lru-cache/dist/esm/index.js.map similarity index 100% rename from ClientApp/node_modules/lru-cache/dist/esm/index.js.map rename to apps/angular/node_modules/lru-cache/dist/esm/index.js.map diff --git a/ClientApp/node_modules/lru-cache/dist/esm/index.min.js b/apps/angular/node_modules/lru-cache/dist/esm/index.min.js similarity index 100% rename from ClientApp/node_modules/lru-cache/dist/esm/index.min.js rename to apps/angular/node_modules/lru-cache/dist/esm/index.min.js diff --git a/ClientApp/node_modules/lru-cache/dist/esm/index.min.js.map b/apps/angular/node_modules/lru-cache/dist/esm/index.min.js.map similarity index 100% rename from ClientApp/node_modules/lru-cache/dist/esm/index.min.js.map rename to apps/angular/node_modules/lru-cache/dist/esm/index.min.js.map diff --git a/ClientApp/node_modules/lru-cache/dist/esm/package.json b/apps/angular/node_modules/lru-cache/dist/esm/package.json similarity index 100% rename from ClientApp/node_modules/lru-cache/dist/esm/package.json rename to apps/angular/node_modules/lru-cache/dist/esm/package.json diff --git a/ClientApp/node_modules/lru-cache/package.json b/apps/angular/node_modules/lru-cache/package.json similarity index 100% rename from ClientApp/node_modules/lru-cache/package.json rename to apps/angular/node_modules/lru-cache/package.json diff --git a/ClientApp/node_modules/lz-string/LICENSE b/apps/angular/node_modules/lz-string/LICENSE similarity index 100% rename from ClientApp/node_modules/lz-string/LICENSE rename to apps/angular/node_modules/lz-string/LICENSE diff --git a/ClientApp/node_modules/lz-string/README.md b/apps/angular/node_modules/lz-string/README.md similarity index 100% rename from ClientApp/node_modules/lz-string/README.md rename to apps/angular/node_modules/lz-string/README.md diff --git a/ClientApp/node_modules/lz-string/bin/bin.js b/apps/angular/node_modules/lz-string/bin/bin.js similarity index 100% rename from ClientApp/node_modules/lz-string/bin/bin.js rename to apps/angular/node_modules/lz-string/bin/bin.js diff --git a/ClientApp/node_modules/lz-string/bower.json b/apps/angular/node_modules/lz-string/bower.json similarity index 100% rename from ClientApp/node_modules/lz-string/bower.json rename to apps/angular/node_modules/lz-string/bower.json diff --git a/ClientApp/node_modules/lz-string/libs/base64-string.js b/apps/angular/node_modules/lz-string/libs/base64-string.js similarity index 100% rename from ClientApp/node_modules/lz-string/libs/base64-string.js rename to apps/angular/node_modules/lz-string/libs/base64-string.js diff --git a/ClientApp/node_modules/lz-string/libs/lz-string.js b/apps/angular/node_modules/lz-string/libs/lz-string.js similarity index 100% rename from ClientApp/node_modules/lz-string/libs/lz-string.js rename to apps/angular/node_modules/lz-string/libs/lz-string.js diff --git a/ClientApp/node_modules/lz-string/libs/lz-string.min.js b/apps/angular/node_modules/lz-string/libs/lz-string.min.js similarity index 100% rename from ClientApp/node_modules/lz-string/libs/lz-string.min.js rename to apps/angular/node_modules/lz-string/libs/lz-string.min.js diff --git a/ClientApp/node_modules/lz-string/package.json b/apps/angular/node_modules/lz-string/package.json similarity index 100% rename from ClientApp/node_modules/lz-string/package.json rename to apps/angular/node_modules/lz-string/package.json diff --git a/ClientApp/node_modules/lz-string/reference/lz-string-1.0.2.js b/apps/angular/node_modules/lz-string/reference/lz-string-1.0.2.js similarity index 100% rename from ClientApp/node_modules/lz-string/reference/lz-string-1.0.2.js rename to apps/angular/node_modules/lz-string/reference/lz-string-1.0.2.js diff --git a/ClientApp/node_modules/lz-string/tests/SpecRunner.html b/apps/angular/node_modules/lz-string/tests/SpecRunner.html similarity index 100% rename from ClientApp/node_modules/lz-string/tests/SpecRunner.html rename to apps/angular/node_modules/lz-string/tests/SpecRunner.html diff --git a/ClientApp/node_modules/lz-string/tests/lib/jasmine-1.3.1/MIT.LICENSE b/apps/angular/node_modules/lz-string/tests/lib/jasmine-1.3.1/MIT.LICENSE similarity index 100% rename from ClientApp/node_modules/lz-string/tests/lib/jasmine-1.3.1/MIT.LICENSE rename to apps/angular/node_modules/lz-string/tests/lib/jasmine-1.3.1/MIT.LICENSE diff --git a/ClientApp/node_modules/lz-string/tests/lib/jasmine-1.3.1/jasmine-html.js b/apps/angular/node_modules/lz-string/tests/lib/jasmine-1.3.1/jasmine-html.js similarity index 100% rename from ClientApp/node_modules/lz-string/tests/lib/jasmine-1.3.1/jasmine-html.js rename to apps/angular/node_modules/lz-string/tests/lib/jasmine-1.3.1/jasmine-html.js diff --git a/ClientApp/node_modules/lz-string/tests/lib/jasmine-1.3.1/jasmine.css b/apps/angular/node_modules/lz-string/tests/lib/jasmine-1.3.1/jasmine.css similarity index 100% rename from ClientApp/node_modules/lz-string/tests/lib/jasmine-1.3.1/jasmine.css rename to apps/angular/node_modules/lz-string/tests/lib/jasmine-1.3.1/jasmine.css diff --git a/ClientApp/node_modules/lz-string/tests/lib/jasmine-1.3.1/jasmine.js b/apps/angular/node_modules/lz-string/tests/lib/jasmine-1.3.1/jasmine.js similarity index 100% rename from ClientApp/node_modules/lz-string/tests/lib/jasmine-1.3.1/jasmine.js rename to apps/angular/node_modules/lz-string/tests/lib/jasmine-1.3.1/jasmine.js diff --git a/ClientApp/node_modules/lz-string/tests/lz-string-spec.js b/apps/angular/node_modules/lz-string/tests/lz-string-spec.js similarity index 100% rename from ClientApp/node_modules/lz-string/tests/lz-string-spec.js rename to apps/angular/node_modules/lz-string/tests/lz-string-spec.js diff --git a/ClientApp/node_modules/lz-string/typings/lz-string.d.ts b/apps/angular/node_modules/lz-string/typings/lz-string.d.ts similarity index 100% rename from ClientApp/node_modules/lz-string/typings/lz-string.d.ts rename to apps/angular/node_modules/lz-string/typings/lz-string.d.ts diff --git a/ClientApp/node_modules/magic-string/LICENSE b/apps/angular/node_modules/magic-string/LICENSE similarity index 100% rename from ClientApp/node_modules/magic-string/LICENSE rename to apps/angular/node_modules/magic-string/LICENSE diff --git a/ClientApp/node_modules/magic-string/README.md b/apps/angular/node_modules/magic-string/README.md similarity index 100% rename from ClientApp/node_modules/magic-string/README.md rename to apps/angular/node_modules/magic-string/README.md diff --git a/ClientApp/node_modules/magic-string/dist/magic-string.cjs.d.ts b/apps/angular/node_modules/magic-string/dist/magic-string.cjs.d.ts similarity index 100% rename from ClientApp/node_modules/magic-string/dist/magic-string.cjs.d.ts rename to apps/angular/node_modules/magic-string/dist/magic-string.cjs.d.ts diff --git a/ClientApp/node_modules/magic-string/dist/magic-string.cjs.js b/apps/angular/node_modules/magic-string/dist/magic-string.cjs.js similarity index 100% rename from ClientApp/node_modules/magic-string/dist/magic-string.cjs.js rename to apps/angular/node_modules/magic-string/dist/magic-string.cjs.js diff --git a/ClientApp/node_modules/magic-string/dist/magic-string.cjs.js.map b/apps/angular/node_modules/magic-string/dist/magic-string.cjs.js.map similarity index 100% rename from ClientApp/node_modules/magic-string/dist/magic-string.cjs.js.map rename to apps/angular/node_modules/magic-string/dist/magic-string.cjs.js.map diff --git a/ClientApp/node_modules/magic-string/dist/magic-string.es.d.mts b/apps/angular/node_modules/magic-string/dist/magic-string.es.d.mts similarity index 100% rename from ClientApp/node_modules/magic-string/dist/magic-string.es.d.mts rename to apps/angular/node_modules/magic-string/dist/magic-string.es.d.mts diff --git a/ClientApp/node_modules/magic-string/dist/magic-string.es.mjs b/apps/angular/node_modules/magic-string/dist/magic-string.es.mjs similarity index 100% rename from ClientApp/node_modules/magic-string/dist/magic-string.es.mjs rename to apps/angular/node_modules/magic-string/dist/magic-string.es.mjs diff --git a/ClientApp/node_modules/magic-string/dist/magic-string.es.mjs.map b/apps/angular/node_modules/magic-string/dist/magic-string.es.mjs.map similarity index 100% rename from ClientApp/node_modules/magic-string/dist/magic-string.es.mjs.map rename to apps/angular/node_modules/magic-string/dist/magic-string.es.mjs.map diff --git a/ClientApp/node_modules/magic-string/dist/magic-string.umd.js b/apps/angular/node_modules/magic-string/dist/magic-string.umd.js similarity index 100% rename from ClientApp/node_modules/magic-string/dist/magic-string.umd.js rename to apps/angular/node_modules/magic-string/dist/magic-string.umd.js diff --git a/ClientApp/node_modules/magic-string/dist/magic-string.umd.js.map b/apps/angular/node_modules/magic-string/dist/magic-string.umd.js.map similarity index 100% rename from ClientApp/node_modules/magic-string/dist/magic-string.umd.js.map rename to apps/angular/node_modules/magic-string/dist/magic-string.umd.js.map diff --git a/ClientApp/node_modules/magic-string/package.json b/apps/angular/node_modules/magic-string/package.json similarity index 100% rename from ClientApp/node_modules/magic-string/package.json rename to apps/angular/node_modules/magic-string/package.json diff --git a/ClientApp/node_modules/magicast/LICENSE b/apps/angular/node_modules/magicast/LICENSE similarity index 100% rename from ClientApp/node_modules/magicast/LICENSE rename to apps/angular/node_modules/magicast/LICENSE diff --git a/ClientApp/node_modules/magicast/README.md b/apps/angular/node_modules/magicast/README.md similarity index 100% rename from ClientApp/node_modules/magicast/README.md rename to apps/angular/node_modules/magicast/README.md diff --git a/ClientApp/node_modules/magicast/dist/helpers.cjs b/apps/angular/node_modules/magicast/dist/helpers.cjs similarity index 100% rename from ClientApp/node_modules/magicast/dist/helpers.cjs rename to apps/angular/node_modules/magicast/dist/helpers.cjs diff --git a/ClientApp/node_modules/magicast/dist/helpers.d.cts b/apps/angular/node_modules/magicast/dist/helpers.d.cts similarity index 100% rename from ClientApp/node_modules/magicast/dist/helpers.d.cts rename to apps/angular/node_modules/magicast/dist/helpers.d.cts diff --git a/ClientApp/node_modules/magicast/dist/helpers.d.mts b/apps/angular/node_modules/magicast/dist/helpers.d.mts similarity index 100% rename from ClientApp/node_modules/magicast/dist/helpers.d.mts rename to apps/angular/node_modules/magicast/dist/helpers.d.mts diff --git a/ClientApp/node_modules/magicast/dist/helpers.d.ts b/apps/angular/node_modules/magicast/dist/helpers.d.ts similarity index 100% rename from ClientApp/node_modules/magicast/dist/helpers.d.ts rename to apps/angular/node_modules/magicast/dist/helpers.d.ts diff --git a/ClientApp/node_modules/magicast/dist/helpers.mjs b/apps/angular/node_modules/magicast/dist/helpers.mjs similarity index 100% rename from ClientApp/node_modules/magicast/dist/helpers.mjs rename to apps/angular/node_modules/magicast/dist/helpers.mjs diff --git a/ClientApp/node_modules/magicast/dist/index.cjs b/apps/angular/node_modules/magicast/dist/index.cjs similarity index 100% rename from ClientApp/node_modules/magicast/dist/index.cjs rename to apps/angular/node_modules/magicast/dist/index.cjs diff --git a/ClientApp/node_modules/magicast/dist/index.d.cts b/apps/angular/node_modules/magicast/dist/index.d.cts similarity index 100% rename from ClientApp/node_modules/magicast/dist/index.d.cts rename to apps/angular/node_modules/magicast/dist/index.d.cts diff --git a/ClientApp/node_modules/magicast/dist/index.d.mts b/apps/angular/node_modules/magicast/dist/index.d.mts similarity index 100% rename from ClientApp/node_modules/magicast/dist/index.d.mts rename to apps/angular/node_modules/magicast/dist/index.d.mts diff --git a/ClientApp/node_modules/magicast/dist/index.d.ts b/apps/angular/node_modules/magicast/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/magicast/dist/index.d.ts rename to apps/angular/node_modules/magicast/dist/index.d.ts diff --git a/ClientApp/node_modules/magicast/dist/index.mjs b/apps/angular/node_modules/magicast/dist/index.mjs similarity index 100% rename from ClientApp/node_modules/magicast/dist/index.mjs rename to apps/angular/node_modules/magicast/dist/index.mjs diff --git a/ClientApp/node_modules/magicast/dist/shared/magicast.54e2233d.d.cts b/apps/angular/node_modules/magicast/dist/shared/magicast.54e2233d.d.cts similarity index 100% rename from ClientApp/node_modules/magicast/dist/shared/magicast.54e2233d.d.cts rename to apps/angular/node_modules/magicast/dist/shared/magicast.54e2233d.d.cts diff --git a/ClientApp/node_modules/magicast/dist/shared/magicast.54e2233d.d.mts b/apps/angular/node_modules/magicast/dist/shared/magicast.54e2233d.d.mts similarity index 100% rename from ClientApp/node_modules/magicast/dist/shared/magicast.54e2233d.d.mts rename to apps/angular/node_modules/magicast/dist/shared/magicast.54e2233d.d.mts diff --git a/ClientApp/node_modules/magicast/dist/shared/magicast.54e2233d.d.ts b/apps/angular/node_modules/magicast/dist/shared/magicast.54e2233d.d.ts similarity index 100% rename from ClientApp/node_modules/magicast/dist/shared/magicast.54e2233d.d.ts rename to apps/angular/node_modules/magicast/dist/shared/magicast.54e2233d.d.ts diff --git a/ClientApp/node_modules/magicast/helpers.d.ts b/apps/angular/node_modules/magicast/helpers.d.ts similarity index 100% rename from ClientApp/node_modules/magicast/helpers.d.ts rename to apps/angular/node_modules/magicast/helpers.d.ts diff --git a/ClientApp/node_modules/magicast/package.json b/apps/angular/node_modules/magicast/package.json similarity index 100% rename from ClientApp/node_modules/magicast/package.json rename to apps/angular/node_modules/magicast/package.json diff --git a/ClientApp/node_modules/make-dir/index.d.ts b/apps/angular/node_modules/make-dir/index.d.ts similarity index 100% rename from ClientApp/node_modules/make-dir/index.d.ts rename to apps/angular/node_modules/make-dir/index.d.ts diff --git a/ClientApp/node_modules/make-dir/index.js b/apps/angular/node_modules/make-dir/index.js similarity index 100% rename from ClientApp/node_modules/make-dir/index.js rename to apps/angular/node_modules/make-dir/index.js diff --git a/ClientApp/node_modules/make-dir/license b/apps/angular/node_modules/make-dir/license similarity index 100% rename from ClientApp/node_modules/make-dir/license rename to apps/angular/node_modules/make-dir/license diff --git a/ClientApp/node_modules/make-dir/package.json b/apps/angular/node_modules/make-dir/package.json similarity index 100% rename from ClientApp/node_modules/make-dir/package.json rename to apps/angular/node_modules/make-dir/package.json diff --git a/ClientApp/node_modules/make-dir/readme.md b/apps/angular/node_modules/make-dir/readme.md similarity index 100% rename from ClientApp/node_modules/make-dir/readme.md rename to apps/angular/node_modules/make-dir/readme.md diff --git a/ClientApp/node_modules/math-intrinsics/.eslintrc b/apps/angular/node_modules/math-intrinsics/.eslintrc similarity index 100% rename from ClientApp/node_modules/math-intrinsics/.eslintrc rename to apps/angular/node_modules/math-intrinsics/.eslintrc diff --git a/ClientApp/node_modules/math-intrinsics/.github/FUNDING.yml b/apps/angular/node_modules/math-intrinsics/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/math-intrinsics/.github/FUNDING.yml rename to apps/angular/node_modules/math-intrinsics/.github/FUNDING.yml diff --git a/ClientApp/node_modules/math-intrinsics/CHANGELOG.md b/apps/angular/node_modules/math-intrinsics/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/math-intrinsics/CHANGELOG.md rename to apps/angular/node_modules/math-intrinsics/CHANGELOG.md diff --git a/ClientApp/node_modules/math-intrinsics/LICENSE b/apps/angular/node_modules/math-intrinsics/LICENSE similarity index 100% rename from ClientApp/node_modules/math-intrinsics/LICENSE rename to apps/angular/node_modules/math-intrinsics/LICENSE diff --git a/ClientApp/node_modules/math-intrinsics/README.md b/apps/angular/node_modules/math-intrinsics/README.md similarity index 100% rename from ClientApp/node_modules/math-intrinsics/README.md rename to apps/angular/node_modules/math-intrinsics/README.md diff --git a/ClientApp/node_modules/math-intrinsics/abs.d.ts b/apps/angular/node_modules/math-intrinsics/abs.d.ts similarity index 100% rename from ClientApp/node_modules/math-intrinsics/abs.d.ts rename to apps/angular/node_modules/math-intrinsics/abs.d.ts diff --git a/ClientApp/node_modules/math-intrinsics/abs.js b/apps/angular/node_modules/math-intrinsics/abs.js similarity index 100% rename from ClientApp/node_modules/math-intrinsics/abs.js rename to apps/angular/node_modules/math-intrinsics/abs.js diff --git a/ClientApp/node_modules/math-intrinsics/constants/maxArrayLength.d.ts b/apps/angular/node_modules/math-intrinsics/constants/maxArrayLength.d.ts similarity index 100% rename from ClientApp/node_modules/math-intrinsics/constants/maxArrayLength.d.ts rename to apps/angular/node_modules/math-intrinsics/constants/maxArrayLength.d.ts diff --git a/ClientApp/node_modules/math-intrinsics/constants/maxArrayLength.js b/apps/angular/node_modules/math-intrinsics/constants/maxArrayLength.js similarity index 100% rename from ClientApp/node_modules/math-intrinsics/constants/maxArrayLength.js rename to apps/angular/node_modules/math-intrinsics/constants/maxArrayLength.js diff --git a/ClientApp/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts b/apps/angular/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts similarity index 100% rename from ClientApp/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts rename to apps/angular/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts diff --git a/ClientApp/node_modules/math-intrinsics/constants/maxSafeInteger.js b/apps/angular/node_modules/math-intrinsics/constants/maxSafeInteger.js similarity index 100% rename from ClientApp/node_modules/math-intrinsics/constants/maxSafeInteger.js rename to apps/angular/node_modules/math-intrinsics/constants/maxSafeInteger.js diff --git a/ClientApp/node_modules/math-intrinsics/constants/maxValue.d.ts b/apps/angular/node_modules/math-intrinsics/constants/maxValue.d.ts similarity index 100% rename from ClientApp/node_modules/math-intrinsics/constants/maxValue.d.ts rename to apps/angular/node_modules/math-intrinsics/constants/maxValue.d.ts diff --git a/ClientApp/node_modules/math-intrinsics/constants/maxValue.js b/apps/angular/node_modules/math-intrinsics/constants/maxValue.js similarity index 100% rename from ClientApp/node_modules/math-intrinsics/constants/maxValue.js rename to apps/angular/node_modules/math-intrinsics/constants/maxValue.js diff --git a/ClientApp/node_modules/math-intrinsics/floor.d.ts b/apps/angular/node_modules/math-intrinsics/floor.d.ts similarity index 100% rename from ClientApp/node_modules/math-intrinsics/floor.d.ts rename to apps/angular/node_modules/math-intrinsics/floor.d.ts diff --git a/ClientApp/node_modules/math-intrinsics/floor.js b/apps/angular/node_modules/math-intrinsics/floor.js similarity index 100% rename from ClientApp/node_modules/math-intrinsics/floor.js rename to apps/angular/node_modules/math-intrinsics/floor.js diff --git a/ClientApp/node_modules/math-intrinsics/isFinite.d.ts b/apps/angular/node_modules/math-intrinsics/isFinite.d.ts similarity index 100% rename from ClientApp/node_modules/math-intrinsics/isFinite.d.ts rename to apps/angular/node_modules/math-intrinsics/isFinite.d.ts diff --git a/ClientApp/node_modules/math-intrinsics/isFinite.js b/apps/angular/node_modules/math-intrinsics/isFinite.js similarity index 100% rename from ClientApp/node_modules/math-intrinsics/isFinite.js rename to apps/angular/node_modules/math-intrinsics/isFinite.js diff --git a/ClientApp/node_modules/math-intrinsics/isInteger.d.ts b/apps/angular/node_modules/math-intrinsics/isInteger.d.ts similarity index 100% rename from ClientApp/node_modules/math-intrinsics/isInteger.d.ts rename to apps/angular/node_modules/math-intrinsics/isInteger.d.ts diff --git a/ClientApp/node_modules/math-intrinsics/isInteger.js b/apps/angular/node_modules/math-intrinsics/isInteger.js similarity index 100% rename from ClientApp/node_modules/math-intrinsics/isInteger.js rename to apps/angular/node_modules/math-intrinsics/isInteger.js diff --git a/ClientApp/node_modules/math-intrinsics/isNaN.d.ts b/apps/angular/node_modules/math-intrinsics/isNaN.d.ts similarity index 100% rename from ClientApp/node_modules/math-intrinsics/isNaN.d.ts rename to apps/angular/node_modules/math-intrinsics/isNaN.d.ts diff --git a/ClientApp/node_modules/math-intrinsics/isNaN.js b/apps/angular/node_modules/math-intrinsics/isNaN.js similarity index 100% rename from ClientApp/node_modules/math-intrinsics/isNaN.js rename to apps/angular/node_modules/math-intrinsics/isNaN.js diff --git a/ClientApp/node_modules/math-intrinsics/isNegativeZero.d.ts b/apps/angular/node_modules/math-intrinsics/isNegativeZero.d.ts similarity index 100% rename from ClientApp/node_modules/math-intrinsics/isNegativeZero.d.ts rename to apps/angular/node_modules/math-intrinsics/isNegativeZero.d.ts diff --git a/ClientApp/node_modules/math-intrinsics/isNegativeZero.js b/apps/angular/node_modules/math-intrinsics/isNegativeZero.js similarity index 100% rename from ClientApp/node_modules/math-intrinsics/isNegativeZero.js rename to apps/angular/node_modules/math-intrinsics/isNegativeZero.js diff --git a/ClientApp/node_modules/math-intrinsics/max.d.ts b/apps/angular/node_modules/math-intrinsics/max.d.ts similarity index 100% rename from ClientApp/node_modules/math-intrinsics/max.d.ts rename to apps/angular/node_modules/math-intrinsics/max.d.ts diff --git a/ClientApp/node_modules/math-intrinsics/max.js b/apps/angular/node_modules/math-intrinsics/max.js similarity index 100% rename from ClientApp/node_modules/math-intrinsics/max.js rename to apps/angular/node_modules/math-intrinsics/max.js diff --git a/ClientApp/node_modules/math-intrinsics/min.d.ts b/apps/angular/node_modules/math-intrinsics/min.d.ts similarity index 100% rename from ClientApp/node_modules/math-intrinsics/min.d.ts rename to apps/angular/node_modules/math-intrinsics/min.d.ts diff --git a/ClientApp/node_modules/math-intrinsics/min.js b/apps/angular/node_modules/math-intrinsics/min.js similarity index 100% rename from ClientApp/node_modules/math-intrinsics/min.js rename to apps/angular/node_modules/math-intrinsics/min.js diff --git a/ClientApp/node_modules/math-intrinsics/mod.d.ts b/apps/angular/node_modules/math-intrinsics/mod.d.ts similarity index 100% rename from ClientApp/node_modules/math-intrinsics/mod.d.ts rename to apps/angular/node_modules/math-intrinsics/mod.d.ts diff --git a/ClientApp/node_modules/math-intrinsics/mod.js b/apps/angular/node_modules/math-intrinsics/mod.js similarity index 100% rename from ClientApp/node_modules/math-intrinsics/mod.js rename to apps/angular/node_modules/math-intrinsics/mod.js diff --git a/ClientApp/node_modules/math-intrinsics/package.json b/apps/angular/node_modules/math-intrinsics/package.json similarity index 100% rename from ClientApp/node_modules/math-intrinsics/package.json rename to apps/angular/node_modules/math-intrinsics/package.json diff --git a/ClientApp/node_modules/math-intrinsics/pow.d.ts b/apps/angular/node_modules/math-intrinsics/pow.d.ts similarity index 100% rename from ClientApp/node_modules/math-intrinsics/pow.d.ts rename to apps/angular/node_modules/math-intrinsics/pow.d.ts diff --git a/ClientApp/node_modules/math-intrinsics/pow.js b/apps/angular/node_modules/math-intrinsics/pow.js similarity index 100% rename from ClientApp/node_modules/math-intrinsics/pow.js rename to apps/angular/node_modules/math-intrinsics/pow.js diff --git a/ClientApp/node_modules/math-intrinsics/round.d.ts b/apps/angular/node_modules/math-intrinsics/round.d.ts similarity index 100% rename from ClientApp/node_modules/math-intrinsics/round.d.ts rename to apps/angular/node_modules/math-intrinsics/round.d.ts diff --git a/ClientApp/node_modules/math-intrinsics/round.js b/apps/angular/node_modules/math-intrinsics/round.js similarity index 100% rename from ClientApp/node_modules/math-intrinsics/round.js rename to apps/angular/node_modules/math-intrinsics/round.js diff --git a/ClientApp/node_modules/math-intrinsics/sign.d.ts b/apps/angular/node_modules/math-intrinsics/sign.d.ts similarity index 100% rename from ClientApp/node_modules/math-intrinsics/sign.d.ts rename to apps/angular/node_modules/math-intrinsics/sign.d.ts diff --git a/ClientApp/node_modules/math-intrinsics/sign.js b/apps/angular/node_modules/math-intrinsics/sign.js similarity index 100% rename from ClientApp/node_modules/math-intrinsics/sign.js rename to apps/angular/node_modules/math-intrinsics/sign.js diff --git a/ClientApp/node_modules/math-intrinsics/test/index.js b/apps/angular/node_modules/math-intrinsics/test/index.js similarity index 100% rename from ClientApp/node_modules/math-intrinsics/test/index.js rename to apps/angular/node_modules/math-intrinsics/test/index.js diff --git a/ClientApp/node_modules/math-intrinsics/tsconfig.json b/apps/angular/node_modules/math-intrinsics/tsconfig.json similarity index 100% rename from ClientApp/node_modules/math-intrinsics/tsconfig.json rename to apps/angular/node_modules/math-intrinsics/tsconfig.json diff --git a/ClientApp/node_modules/merge-stream/LICENSE b/apps/angular/node_modules/merge-stream/LICENSE similarity index 100% rename from ClientApp/node_modules/merge-stream/LICENSE rename to apps/angular/node_modules/merge-stream/LICENSE diff --git a/ClientApp/node_modules/merge-stream/README.md b/apps/angular/node_modules/merge-stream/README.md similarity index 100% rename from ClientApp/node_modules/merge-stream/README.md rename to apps/angular/node_modules/merge-stream/README.md diff --git a/ClientApp/node_modules/merge-stream/index.js b/apps/angular/node_modules/merge-stream/index.js similarity index 100% rename from ClientApp/node_modules/merge-stream/index.js rename to apps/angular/node_modules/merge-stream/index.js diff --git a/ClientApp/node_modules/merge-stream/package.json b/apps/angular/node_modules/merge-stream/package.json similarity index 100% rename from ClientApp/node_modules/merge-stream/package.json rename to apps/angular/node_modules/merge-stream/package.json diff --git a/ClientApp/node_modules/merge2/LICENSE b/apps/angular/node_modules/merge2/LICENSE similarity index 100% rename from ClientApp/node_modules/merge2/LICENSE rename to apps/angular/node_modules/merge2/LICENSE diff --git a/ClientApp/node_modules/merge2/README.md b/apps/angular/node_modules/merge2/README.md similarity index 100% rename from ClientApp/node_modules/merge2/README.md rename to apps/angular/node_modules/merge2/README.md diff --git a/ClientApp/node_modules/merge2/index.js b/apps/angular/node_modules/merge2/index.js similarity index 100% rename from ClientApp/node_modules/merge2/index.js rename to apps/angular/node_modules/merge2/index.js diff --git a/ClientApp/node_modules/merge2/package.json b/apps/angular/node_modules/merge2/package.json similarity index 100% rename from ClientApp/node_modules/merge2/package.json rename to apps/angular/node_modules/merge2/package.json diff --git a/ClientApp/node_modules/micromatch/LICENSE b/apps/angular/node_modules/micromatch/LICENSE similarity index 100% rename from ClientApp/node_modules/micromatch/LICENSE rename to apps/angular/node_modules/micromatch/LICENSE diff --git a/ClientApp/node_modules/micromatch/README.md b/apps/angular/node_modules/micromatch/README.md similarity index 100% rename from ClientApp/node_modules/micromatch/README.md rename to apps/angular/node_modules/micromatch/README.md diff --git a/ClientApp/node_modules/micromatch/index.js b/apps/angular/node_modules/micromatch/index.js similarity index 100% rename from ClientApp/node_modules/micromatch/index.js rename to apps/angular/node_modules/micromatch/index.js diff --git a/ClientApp/node_modules/micromatch/package.json b/apps/angular/node_modules/micromatch/package.json similarity index 100% rename from ClientApp/node_modules/micromatch/package.json rename to apps/angular/node_modules/micromatch/package.json diff --git a/ClientApp/node_modules/mime-db/HISTORY.md b/apps/angular/node_modules/mime-db/HISTORY.md similarity index 100% rename from ClientApp/node_modules/mime-db/HISTORY.md rename to apps/angular/node_modules/mime-db/HISTORY.md diff --git a/ClientApp/node_modules/mime-db/LICENSE b/apps/angular/node_modules/mime-db/LICENSE similarity index 100% rename from ClientApp/node_modules/mime-db/LICENSE rename to apps/angular/node_modules/mime-db/LICENSE diff --git a/ClientApp/node_modules/mime-db/README.md b/apps/angular/node_modules/mime-db/README.md similarity index 100% rename from ClientApp/node_modules/mime-db/README.md rename to apps/angular/node_modules/mime-db/README.md diff --git a/ClientApp/node_modules/mime-db/db.json b/apps/angular/node_modules/mime-db/db.json similarity index 100% rename from ClientApp/node_modules/mime-db/db.json rename to apps/angular/node_modules/mime-db/db.json diff --git a/ClientApp/node_modules/mime-db/index.js b/apps/angular/node_modules/mime-db/index.js similarity index 100% rename from ClientApp/node_modules/mime-db/index.js rename to apps/angular/node_modules/mime-db/index.js diff --git a/ClientApp/node_modules/mime-db/package.json b/apps/angular/node_modules/mime-db/package.json similarity index 100% rename from ClientApp/node_modules/mime-db/package.json rename to apps/angular/node_modules/mime-db/package.json diff --git a/ClientApp/node_modules/mime-types/HISTORY.md b/apps/angular/node_modules/mime-types/HISTORY.md similarity index 100% rename from ClientApp/node_modules/mime-types/HISTORY.md rename to apps/angular/node_modules/mime-types/HISTORY.md diff --git a/ClientApp/node_modules/mime-types/LICENSE b/apps/angular/node_modules/mime-types/LICENSE similarity index 100% rename from ClientApp/node_modules/mime-types/LICENSE rename to apps/angular/node_modules/mime-types/LICENSE diff --git a/ClientApp/node_modules/mime-types/README.md b/apps/angular/node_modules/mime-types/README.md similarity index 100% rename from ClientApp/node_modules/mime-types/README.md rename to apps/angular/node_modules/mime-types/README.md diff --git a/ClientApp/node_modules/mime-types/index.js b/apps/angular/node_modules/mime-types/index.js similarity index 100% rename from ClientApp/node_modules/mime-types/index.js rename to apps/angular/node_modules/mime-types/index.js diff --git a/ClientApp/node_modules/mime-types/package.json b/apps/angular/node_modules/mime-types/package.json similarity index 100% rename from ClientApp/node_modules/mime-types/package.json rename to apps/angular/node_modules/mime-types/package.json diff --git a/ClientApp/node_modules/mimic-fn/index.d.ts b/apps/angular/node_modules/mimic-fn/index.d.ts similarity index 100% rename from ClientApp/node_modules/mimic-fn/index.d.ts rename to apps/angular/node_modules/mimic-fn/index.d.ts diff --git a/ClientApp/node_modules/mimic-fn/index.js b/apps/angular/node_modules/mimic-fn/index.js similarity index 100% rename from ClientApp/node_modules/mimic-fn/index.js rename to apps/angular/node_modules/mimic-fn/index.js diff --git a/ClientApp/node_modules/mimic-fn/license b/apps/angular/node_modules/mimic-fn/license similarity index 100% rename from ClientApp/node_modules/mimic-fn/license rename to apps/angular/node_modules/mimic-fn/license diff --git a/ClientApp/node_modules/mimic-fn/package.json b/apps/angular/node_modules/mimic-fn/package.json similarity index 100% rename from ClientApp/node_modules/mimic-fn/package.json rename to apps/angular/node_modules/mimic-fn/package.json diff --git a/ClientApp/node_modules/mimic-fn/readme.md b/apps/angular/node_modules/mimic-fn/readme.md similarity index 100% rename from ClientApp/node_modules/mimic-fn/readme.md rename to apps/angular/node_modules/mimic-fn/readme.md diff --git a/ClientApp/node_modules/min-indent/index.js b/apps/angular/node_modules/min-indent/index.js similarity index 100% rename from ClientApp/node_modules/min-indent/index.js rename to apps/angular/node_modules/min-indent/index.js diff --git a/ClientApp/node_modules/min-indent/license b/apps/angular/node_modules/min-indent/license similarity index 100% rename from ClientApp/node_modules/min-indent/license rename to apps/angular/node_modules/min-indent/license diff --git a/ClientApp/node_modules/min-indent/package.json b/apps/angular/node_modules/min-indent/package.json similarity index 100% rename from ClientApp/node_modules/min-indent/package.json rename to apps/angular/node_modules/min-indent/package.json diff --git a/ClientApp/node_modules/min-indent/readme.md b/apps/angular/node_modules/min-indent/readme.md similarity index 100% rename from ClientApp/node_modules/min-indent/readme.md rename to apps/angular/node_modules/min-indent/readme.md diff --git a/ClientApp/node_modules/minimatch/LICENSE b/apps/angular/node_modules/minimatch/LICENSE similarity index 100% rename from ClientApp/node_modules/minimatch/LICENSE rename to apps/angular/node_modules/minimatch/LICENSE diff --git a/ClientApp/node_modules/minimatch/README.md b/apps/angular/node_modules/minimatch/README.md similarity index 100% rename from ClientApp/node_modules/minimatch/README.md rename to apps/angular/node_modules/minimatch/README.md diff --git a/ClientApp/node_modules/minimatch/minimatch.js b/apps/angular/node_modules/minimatch/minimatch.js similarity index 100% rename from ClientApp/node_modules/minimatch/minimatch.js rename to apps/angular/node_modules/minimatch/minimatch.js diff --git a/ClientApp/node_modules/minimatch/package.json b/apps/angular/node_modules/minimatch/package.json similarity index 100% rename from ClientApp/node_modules/minimatch/package.json rename to apps/angular/node_modules/minimatch/package.json diff --git a/ClientApp/node_modules/minimist/.eslintrc b/apps/angular/node_modules/minimist/.eslintrc similarity index 100% rename from ClientApp/node_modules/minimist/.eslintrc rename to apps/angular/node_modules/minimist/.eslintrc diff --git a/ClientApp/node_modules/minimist/.github/FUNDING.yml b/apps/angular/node_modules/minimist/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/minimist/.github/FUNDING.yml rename to apps/angular/node_modules/minimist/.github/FUNDING.yml diff --git a/ClientApp/node_modules/minimist/.nycrc b/apps/angular/node_modules/minimist/.nycrc similarity index 100% rename from ClientApp/node_modules/minimist/.nycrc rename to apps/angular/node_modules/minimist/.nycrc diff --git a/ClientApp/node_modules/minimist/CHANGELOG.md b/apps/angular/node_modules/minimist/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/minimist/CHANGELOG.md rename to apps/angular/node_modules/minimist/CHANGELOG.md diff --git a/ClientApp/node_modules/minimist/LICENSE b/apps/angular/node_modules/minimist/LICENSE similarity index 100% rename from ClientApp/node_modules/minimist/LICENSE rename to apps/angular/node_modules/minimist/LICENSE diff --git a/ClientApp/node_modules/minimist/README.md b/apps/angular/node_modules/minimist/README.md similarity index 100% rename from ClientApp/node_modules/minimist/README.md rename to apps/angular/node_modules/minimist/README.md diff --git a/ClientApp/node_modules/minimist/example/parse.js b/apps/angular/node_modules/minimist/example/parse.js similarity index 100% rename from ClientApp/node_modules/minimist/example/parse.js rename to apps/angular/node_modules/minimist/example/parse.js diff --git a/ClientApp/node_modules/minimist/index.js b/apps/angular/node_modules/minimist/index.js similarity index 100% rename from ClientApp/node_modules/minimist/index.js rename to apps/angular/node_modules/minimist/index.js diff --git a/ClientApp/node_modules/minimist/package.json b/apps/angular/node_modules/minimist/package.json similarity index 100% rename from ClientApp/node_modules/minimist/package.json rename to apps/angular/node_modules/minimist/package.json diff --git a/ClientApp/node_modules/minimist/test/all_bool.js b/apps/angular/node_modules/minimist/test/all_bool.js similarity index 100% rename from ClientApp/node_modules/minimist/test/all_bool.js rename to apps/angular/node_modules/minimist/test/all_bool.js diff --git a/ClientApp/node_modules/minimist/test/bool.js b/apps/angular/node_modules/minimist/test/bool.js similarity index 100% rename from ClientApp/node_modules/minimist/test/bool.js rename to apps/angular/node_modules/minimist/test/bool.js diff --git a/ClientApp/node_modules/minimist/test/dash.js b/apps/angular/node_modules/minimist/test/dash.js similarity index 100% rename from ClientApp/node_modules/minimist/test/dash.js rename to apps/angular/node_modules/minimist/test/dash.js diff --git a/ClientApp/node_modules/minimist/test/default_bool.js b/apps/angular/node_modules/minimist/test/default_bool.js similarity index 100% rename from ClientApp/node_modules/minimist/test/default_bool.js rename to apps/angular/node_modules/minimist/test/default_bool.js diff --git a/ClientApp/node_modules/minimist/test/dotted.js b/apps/angular/node_modules/minimist/test/dotted.js similarity index 100% rename from ClientApp/node_modules/minimist/test/dotted.js rename to apps/angular/node_modules/minimist/test/dotted.js diff --git a/ClientApp/node_modules/minimist/test/kv_short.js b/apps/angular/node_modules/minimist/test/kv_short.js similarity index 100% rename from ClientApp/node_modules/minimist/test/kv_short.js rename to apps/angular/node_modules/minimist/test/kv_short.js diff --git a/ClientApp/node_modules/minimist/test/long.js b/apps/angular/node_modules/minimist/test/long.js similarity index 100% rename from ClientApp/node_modules/minimist/test/long.js rename to apps/angular/node_modules/minimist/test/long.js diff --git a/ClientApp/node_modules/minimist/test/num.js b/apps/angular/node_modules/minimist/test/num.js similarity index 100% rename from ClientApp/node_modules/minimist/test/num.js rename to apps/angular/node_modules/minimist/test/num.js diff --git a/ClientApp/node_modules/minimist/test/parse.js b/apps/angular/node_modules/minimist/test/parse.js similarity index 100% rename from ClientApp/node_modules/minimist/test/parse.js rename to apps/angular/node_modules/minimist/test/parse.js diff --git a/ClientApp/node_modules/minimist/test/parse_modified.js b/apps/angular/node_modules/minimist/test/parse_modified.js similarity index 100% rename from ClientApp/node_modules/minimist/test/parse_modified.js rename to apps/angular/node_modules/minimist/test/parse_modified.js diff --git a/ClientApp/node_modules/minimist/test/proto.js b/apps/angular/node_modules/minimist/test/proto.js similarity index 100% rename from ClientApp/node_modules/minimist/test/proto.js rename to apps/angular/node_modules/minimist/test/proto.js diff --git a/ClientApp/node_modules/minimist/test/short.js b/apps/angular/node_modules/minimist/test/short.js similarity index 100% rename from ClientApp/node_modules/minimist/test/short.js rename to apps/angular/node_modules/minimist/test/short.js diff --git a/ClientApp/node_modules/minimist/test/stop_early.js b/apps/angular/node_modules/minimist/test/stop_early.js similarity index 100% rename from ClientApp/node_modules/minimist/test/stop_early.js rename to apps/angular/node_modules/minimist/test/stop_early.js diff --git a/ClientApp/node_modules/minimist/test/unknown.js b/apps/angular/node_modules/minimist/test/unknown.js similarity index 100% rename from ClientApp/node_modules/minimist/test/unknown.js rename to apps/angular/node_modules/minimist/test/unknown.js diff --git a/ClientApp/node_modules/minimist/test/whitespace.js b/apps/angular/node_modules/minimist/test/whitespace.js similarity index 100% rename from ClientApp/node_modules/minimist/test/whitespace.js rename to apps/angular/node_modules/minimist/test/whitespace.js diff --git a/ClientApp/node_modules/mlly/LICENSE b/apps/angular/node_modules/mlly/LICENSE similarity index 100% rename from ClientApp/node_modules/mlly/LICENSE rename to apps/angular/node_modules/mlly/LICENSE diff --git a/ClientApp/node_modules/mlly/README.md b/apps/angular/node_modules/mlly/README.md similarity index 100% rename from ClientApp/node_modules/mlly/README.md rename to apps/angular/node_modules/mlly/README.md diff --git a/ClientApp/node_modules/mlly/dist/index.cjs b/apps/angular/node_modules/mlly/dist/index.cjs similarity index 100% rename from ClientApp/node_modules/mlly/dist/index.cjs rename to apps/angular/node_modules/mlly/dist/index.cjs diff --git a/ClientApp/node_modules/mlly/dist/index.d.cts b/apps/angular/node_modules/mlly/dist/index.d.cts similarity index 100% rename from ClientApp/node_modules/mlly/dist/index.d.cts rename to apps/angular/node_modules/mlly/dist/index.d.cts diff --git a/ClientApp/node_modules/mlly/dist/index.d.mts b/apps/angular/node_modules/mlly/dist/index.d.mts similarity index 100% rename from ClientApp/node_modules/mlly/dist/index.d.mts rename to apps/angular/node_modules/mlly/dist/index.d.mts diff --git a/ClientApp/node_modules/mlly/dist/index.d.ts b/apps/angular/node_modules/mlly/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/mlly/dist/index.d.ts rename to apps/angular/node_modules/mlly/dist/index.d.ts diff --git a/ClientApp/node_modules/mlly/dist/index.mjs b/apps/angular/node_modules/mlly/dist/index.mjs similarity index 100% rename from ClientApp/node_modules/mlly/dist/index.mjs rename to apps/angular/node_modules/mlly/dist/index.mjs diff --git a/ClientApp/node_modules/mlly/node_modules/pathe/LICENSE b/apps/angular/node_modules/mlly/node_modules/pathe/LICENSE similarity index 100% rename from ClientApp/node_modules/mlly/node_modules/pathe/LICENSE rename to apps/angular/node_modules/mlly/node_modules/pathe/LICENSE diff --git a/ClientApp/node_modules/mlly/node_modules/pathe/README.md b/apps/angular/node_modules/mlly/node_modules/pathe/README.md similarity index 100% rename from ClientApp/node_modules/mlly/node_modules/pathe/README.md rename to apps/angular/node_modules/mlly/node_modules/pathe/README.md diff --git a/ClientApp/node_modules/mlly/node_modules/pathe/dist/index.cjs b/apps/angular/node_modules/mlly/node_modules/pathe/dist/index.cjs similarity index 100% rename from ClientApp/node_modules/mlly/node_modules/pathe/dist/index.cjs rename to apps/angular/node_modules/mlly/node_modules/pathe/dist/index.cjs diff --git a/ClientApp/node_modules/mlly/node_modules/pathe/dist/index.d.cts b/apps/angular/node_modules/mlly/node_modules/pathe/dist/index.d.cts similarity index 100% rename from ClientApp/node_modules/mlly/node_modules/pathe/dist/index.d.cts rename to apps/angular/node_modules/mlly/node_modules/pathe/dist/index.d.cts diff --git a/ClientApp/node_modules/mlly/node_modules/pathe/dist/index.d.mts b/apps/angular/node_modules/mlly/node_modules/pathe/dist/index.d.mts similarity index 100% rename from ClientApp/node_modules/mlly/node_modules/pathe/dist/index.d.mts rename to apps/angular/node_modules/mlly/node_modules/pathe/dist/index.d.mts diff --git a/ClientApp/node_modules/mlly/node_modules/pathe/dist/index.d.ts b/apps/angular/node_modules/mlly/node_modules/pathe/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/mlly/node_modules/pathe/dist/index.d.ts rename to apps/angular/node_modules/mlly/node_modules/pathe/dist/index.d.ts diff --git a/ClientApp/node_modules/mlly/node_modules/pathe/dist/index.mjs b/apps/angular/node_modules/mlly/node_modules/pathe/dist/index.mjs similarity index 100% rename from ClientApp/node_modules/mlly/node_modules/pathe/dist/index.mjs rename to apps/angular/node_modules/mlly/node_modules/pathe/dist/index.mjs diff --git a/ClientApp/node_modules/mlly/node_modules/pathe/dist/shared/pathe.BSlhyZSM.cjs b/apps/angular/node_modules/mlly/node_modules/pathe/dist/shared/pathe.BSlhyZSM.cjs similarity index 100% rename from ClientApp/node_modules/mlly/node_modules/pathe/dist/shared/pathe.BSlhyZSM.cjs rename to apps/angular/node_modules/mlly/node_modules/pathe/dist/shared/pathe.BSlhyZSM.cjs diff --git a/ClientApp/node_modules/mlly/node_modules/pathe/dist/shared/pathe.M-eThtNZ.mjs b/apps/angular/node_modules/mlly/node_modules/pathe/dist/shared/pathe.M-eThtNZ.mjs similarity index 100% rename from ClientApp/node_modules/mlly/node_modules/pathe/dist/shared/pathe.M-eThtNZ.mjs rename to apps/angular/node_modules/mlly/node_modules/pathe/dist/shared/pathe.M-eThtNZ.mjs diff --git a/ClientApp/node_modules/mlly/node_modules/pathe/dist/utils.cjs b/apps/angular/node_modules/mlly/node_modules/pathe/dist/utils.cjs similarity index 100% rename from ClientApp/node_modules/mlly/node_modules/pathe/dist/utils.cjs rename to apps/angular/node_modules/mlly/node_modules/pathe/dist/utils.cjs diff --git a/ClientApp/node_modules/mlly/node_modules/pathe/dist/utils.d.cts b/apps/angular/node_modules/mlly/node_modules/pathe/dist/utils.d.cts similarity index 100% rename from ClientApp/node_modules/mlly/node_modules/pathe/dist/utils.d.cts rename to apps/angular/node_modules/mlly/node_modules/pathe/dist/utils.d.cts diff --git a/ClientApp/node_modules/mlly/node_modules/pathe/dist/utils.d.mts b/apps/angular/node_modules/mlly/node_modules/pathe/dist/utils.d.mts similarity index 100% rename from ClientApp/node_modules/mlly/node_modules/pathe/dist/utils.d.mts rename to apps/angular/node_modules/mlly/node_modules/pathe/dist/utils.d.mts diff --git a/ClientApp/node_modules/mlly/node_modules/pathe/dist/utils.d.ts b/apps/angular/node_modules/mlly/node_modules/pathe/dist/utils.d.ts similarity index 100% rename from ClientApp/node_modules/mlly/node_modules/pathe/dist/utils.d.ts rename to apps/angular/node_modules/mlly/node_modules/pathe/dist/utils.d.ts diff --git a/ClientApp/node_modules/mlly/node_modules/pathe/dist/utils.mjs b/apps/angular/node_modules/mlly/node_modules/pathe/dist/utils.mjs similarity index 100% rename from ClientApp/node_modules/mlly/node_modules/pathe/dist/utils.mjs rename to apps/angular/node_modules/mlly/node_modules/pathe/dist/utils.mjs diff --git a/ClientApp/node_modules/mlly/node_modules/pathe/package.json b/apps/angular/node_modules/mlly/node_modules/pathe/package.json similarity index 100% rename from ClientApp/node_modules/mlly/node_modules/pathe/package.json rename to apps/angular/node_modules/mlly/node_modules/pathe/package.json diff --git a/ClientApp/node_modules/mlly/node_modules/pathe/utils.d.ts b/apps/angular/node_modules/mlly/node_modules/pathe/utils.d.ts similarity index 100% rename from ClientApp/node_modules/mlly/node_modules/pathe/utils.d.ts rename to apps/angular/node_modules/mlly/node_modules/pathe/utils.d.ts diff --git a/ClientApp/node_modules/mlly/package.json b/apps/angular/node_modules/mlly/package.json similarity index 100% rename from ClientApp/node_modules/mlly/package.json rename to apps/angular/node_modules/mlly/package.json diff --git a/ClientApp/node_modules/moment/CHANGELOG.md b/apps/angular/node_modules/moment/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/moment/CHANGELOG.md rename to apps/angular/node_modules/moment/CHANGELOG.md diff --git a/ClientApp/node_modules/moment/LICENSE b/apps/angular/node_modules/moment/LICENSE similarity index 100% rename from ClientApp/node_modules/moment/LICENSE rename to apps/angular/node_modules/moment/LICENSE diff --git a/ClientApp/node_modules/moment/README.md b/apps/angular/node_modules/moment/README.md similarity index 100% rename from ClientApp/node_modules/moment/README.md rename to apps/angular/node_modules/moment/README.md diff --git a/ClientApp/node_modules/moment/dist/locale/af.js b/apps/angular/node_modules/moment/dist/locale/af.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/af.js rename to apps/angular/node_modules/moment/dist/locale/af.js diff --git a/ClientApp/node_modules/moment/dist/locale/ar-dz.js b/apps/angular/node_modules/moment/dist/locale/ar-dz.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/ar-dz.js rename to apps/angular/node_modules/moment/dist/locale/ar-dz.js diff --git a/ClientApp/node_modules/moment/dist/locale/ar-kw.js b/apps/angular/node_modules/moment/dist/locale/ar-kw.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/ar-kw.js rename to apps/angular/node_modules/moment/dist/locale/ar-kw.js diff --git a/ClientApp/node_modules/moment/dist/locale/ar-ly.js b/apps/angular/node_modules/moment/dist/locale/ar-ly.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/ar-ly.js rename to apps/angular/node_modules/moment/dist/locale/ar-ly.js diff --git a/ClientApp/node_modules/moment/dist/locale/ar-ma.js b/apps/angular/node_modules/moment/dist/locale/ar-ma.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/ar-ma.js rename to apps/angular/node_modules/moment/dist/locale/ar-ma.js diff --git a/ClientApp/node_modules/moment/dist/locale/ar-ps.js b/apps/angular/node_modules/moment/dist/locale/ar-ps.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/ar-ps.js rename to apps/angular/node_modules/moment/dist/locale/ar-ps.js diff --git a/ClientApp/node_modules/moment/dist/locale/ar-sa.js b/apps/angular/node_modules/moment/dist/locale/ar-sa.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/ar-sa.js rename to apps/angular/node_modules/moment/dist/locale/ar-sa.js diff --git a/ClientApp/node_modules/moment/dist/locale/ar-tn.js b/apps/angular/node_modules/moment/dist/locale/ar-tn.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/ar-tn.js rename to apps/angular/node_modules/moment/dist/locale/ar-tn.js diff --git a/ClientApp/node_modules/moment/dist/locale/ar.js b/apps/angular/node_modules/moment/dist/locale/ar.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/ar.js rename to apps/angular/node_modules/moment/dist/locale/ar.js diff --git a/ClientApp/node_modules/moment/dist/locale/az.js b/apps/angular/node_modules/moment/dist/locale/az.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/az.js rename to apps/angular/node_modules/moment/dist/locale/az.js diff --git a/ClientApp/node_modules/moment/dist/locale/be.js b/apps/angular/node_modules/moment/dist/locale/be.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/be.js rename to apps/angular/node_modules/moment/dist/locale/be.js diff --git a/ClientApp/node_modules/moment/dist/locale/bg.js b/apps/angular/node_modules/moment/dist/locale/bg.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/bg.js rename to apps/angular/node_modules/moment/dist/locale/bg.js diff --git a/ClientApp/node_modules/moment/dist/locale/bm.js b/apps/angular/node_modules/moment/dist/locale/bm.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/bm.js rename to apps/angular/node_modules/moment/dist/locale/bm.js diff --git a/ClientApp/node_modules/moment/dist/locale/bn-bd.js b/apps/angular/node_modules/moment/dist/locale/bn-bd.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/bn-bd.js rename to apps/angular/node_modules/moment/dist/locale/bn-bd.js diff --git a/ClientApp/node_modules/moment/dist/locale/bn.js b/apps/angular/node_modules/moment/dist/locale/bn.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/bn.js rename to apps/angular/node_modules/moment/dist/locale/bn.js diff --git a/ClientApp/node_modules/moment/dist/locale/bo.js b/apps/angular/node_modules/moment/dist/locale/bo.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/bo.js rename to apps/angular/node_modules/moment/dist/locale/bo.js diff --git a/ClientApp/node_modules/moment/dist/locale/br.js b/apps/angular/node_modules/moment/dist/locale/br.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/br.js rename to apps/angular/node_modules/moment/dist/locale/br.js diff --git a/ClientApp/node_modules/moment/dist/locale/bs.js b/apps/angular/node_modules/moment/dist/locale/bs.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/bs.js rename to apps/angular/node_modules/moment/dist/locale/bs.js diff --git a/ClientApp/node_modules/moment/dist/locale/ca.js b/apps/angular/node_modules/moment/dist/locale/ca.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/ca.js rename to apps/angular/node_modules/moment/dist/locale/ca.js diff --git a/ClientApp/node_modules/moment/dist/locale/cs.js b/apps/angular/node_modules/moment/dist/locale/cs.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/cs.js rename to apps/angular/node_modules/moment/dist/locale/cs.js diff --git a/ClientApp/node_modules/moment/dist/locale/cv.js b/apps/angular/node_modules/moment/dist/locale/cv.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/cv.js rename to apps/angular/node_modules/moment/dist/locale/cv.js diff --git a/ClientApp/node_modules/moment/dist/locale/cy.js b/apps/angular/node_modules/moment/dist/locale/cy.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/cy.js rename to apps/angular/node_modules/moment/dist/locale/cy.js diff --git a/ClientApp/node_modules/moment/dist/locale/da.js b/apps/angular/node_modules/moment/dist/locale/da.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/da.js rename to apps/angular/node_modules/moment/dist/locale/da.js diff --git a/ClientApp/node_modules/moment/dist/locale/de-at.js b/apps/angular/node_modules/moment/dist/locale/de-at.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/de-at.js rename to apps/angular/node_modules/moment/dist/locale/de-at.js diff --git a/ClientApp/node_modules/moment/dist/locale/de-ch.js b/apps/angular/node_modules/moment/dist/locale/de-ch.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/de-ch.js rename to apps/angular/node_modules/moment/dist/locale/de-ch.js diff --git a/ClientApp/node_modules/moment/dist/locale/de.js b/apps/angular/node_modules/moment/dist/locale/de.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/de.js rename to apps/angular/node_modules/moment/dist/locale/de.js diff --git a/ClientApp/node_modules/moment/dist/locale/dv.js b/apps/angular/node_modules/moment/dist/locale/dv.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/dv.js rename to apps/angular/node_modules/moment/dist/locale/dv.js diff --git a/ClientApp/node_modules/moment/dist/locale/el.js b/apps/angular/node_modules/moment/dist/locale/el.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/el.js rename to apps/angular/node_modules/moment/dist/locale/el.js diff --git a/ClientApp/node_modules/moment/dist/locale/en-au.js b/apps/angular/node_modules/moment/dist/locale/en-au.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/en-au.js rename to apps/angular/node_modules/moment/dist/locale/en-au.js diff --git a/ClientApp/node_modules/moment/dist/locale/en-ca.js b/apps/angular/node_modules/moment/dist/locale/en-ca.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/en-ca.js rename to apps/angular/node_modules/moment/dist/locale/en-ca.js diff --git a/ClientApp/node_modules/moment/dist/locale/en-gb.js b/apps/angular/node_modules/moment/dist/locale/en-gb.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/en-gb.js rename to apps/angular/node_modules/moment/dist/locale/en-gb.js diff --git a/ClientApp/node_modules/moment/dist/locale/en-ie.js b/apps/angular/node_modules/moment/dist/locale/en-ie.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/en-ie.js rename to apps/angular/node_modules/moment/dist/locale/en-ie.js diff --git a/ClientApp/node_modules/moment/dist/locale/en-il.js b/apps/angular/node_modules/moment/dist/locale/en-il.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/en-il.js rename to apps/angular/node_modules/moment/dist/locale/en-il.js diff --git a/ClientApp/node_modules/moment/dist/locale/en-in.js b/apps/angular/node_modules/moment/dist/locale/en-in.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/en-in.js rename to apps/angular/node_modules/moment/dist/locale/en-in.js diff --git a/ClientApp/node_modules/moment/dist/locale/en-nz.js b/apps/angular/node_modules/moment/dist/locale/en-nz.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/en-nz.js rename to apps/angular/node_modules/moment/dist/locale/en-nz.js diff --git a/ClientApp/node_modules/moment/dist/locale/en-sg.js b/apps/angular/node_modules/moment/dist/locale/en-sg.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/en-sg.js rename to apps/angular/node_modules/moment/dist/locale/en-sg.js diff --git a/ClientApp/node_modules/moment/dist/locale/eo.js b/apps/angular/node_modules/moment/dist/locale/eo.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/eo.js rename to apps/angular/node_modules/moment/dist/locale/eo.js diff --git a/ClientApp/node_modules/moment/dist/locale/es-do.js b/apps/angular/node_modules/moment/dist/locale/es-do.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/es-do.js rename to apps/angular/node_modules/moment/dist/locale/es-do.js diff --git a/ClientApp/node_modules/moment/dist/locale/es-mx.js b/apps/angular/node_modules/moment/dist/locale/es-mx.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/es-mx.js rename to apps/angular/node_modules/moment/dist/locale/es-mx.js diff --git a/ClientApp/node_modules/moment/dist/locale/es-us.js b/apps/angular/node_modules/moment/dist/locale/es-us.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/es-us.js rename to apps/angular/node_modules/moment/dist/locale/es-us.js diff --git a/ClientApp/node_modules/moment/dist/locale/es.js b/apps/angular/node_modules/moment/dist/locale/es.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/es.js rename to apps/angular/node_modules/moment/dist/locale/es.js diff --git a/ClientApp/node_modules/moment/dist/locale/et.js b/apps/angular/node_modules/moment/dist/locale/et.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/et.js rename to apps/angular/node_modules/moment/dist/locale/et.js diff --git a/ClientApp/node_modules/moment/dist/locale/eu.js b/apps/angular/node_modules/moment/dist/locale/eu.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/eu.js rename to apps/angular/node_modules/moment/dist/locale/eu.js diff --git a/ClientApp/node_modules/moment/dist/locale/fa.js b/apps/angular/node_modules/moment/dist/locale/fa.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/fa.js rename to apps/angular/node_modules/moment/dist/locale/fa.js diff --git a/ClientApp/node_modules/moment/dist/locale/fi.js b/apps/angular/node_modules/moment/dist/locale/fi.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/fi.js rename to apps/angular/node_modules/moment/dist/locale/fi.js diff --git a/ClientApp/node_modules/moment/dist/locale/fil.js b/apps/angular/node_modules/moment/dist/locale/fil.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/fil.js rename to apps/angular/node_modules/moment/dist/locale/fil.js diff --git a/ClientApp/node_modules/moment/dist/locale/fo.js b/apps/angular/node_modules/moment/dist/locale/fo.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/fo.js rename to apps/angular/node_modules/moment/dist/locale/fo.js diff --git a/ClientApp/node_modules/moment/dist/locale/fr-ca.js b/apps/angular/node_modules/moment/dist/locale/fr-ca.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/fr-ca.js rename to apps/angular/node_modules/moment/dist/locale/fr-ca.js diff --git a/ClientApp/node_modules/moment/dist/locale/fr-ch.js b/apps/angular/node_modules/moment/dist/locale/fr-ch.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/fr-ch.js rename to apps/angular/node_modules/moment/dist/locale/fr-ch.js diff --git a/ClientApp/node_modules/moment/dist/locale/fr.js b/apps/angular/node_modules/moment/dist/locale/fr.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/fr.js rename to apps/angular/node_modules/moment/dist/locale/fr.js diff --git a/ClientApp/node_modules/moment/dist/locale/fy.js b/apps/angular/node_modules/moment/dist/locale/fy.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/fy.js rename to apps/angular/node_modules/moment/dist/locale/fy.js diff --git a/ClientApp/node_modules/moment/dist/locale/ga.js b/apps/angular/node_modules/moment/dist/locale/ga.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/ga.js rename to apps/angular/node_modules/moment/dist/locale/ga.js diff --git a/ClientApp/node_modules/moment/dist/locale/gd.js b/apps/angular/node_modules/moment/dist/locale/gd.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/gd.js rename to apps/angular/node_modules/moment/dist/locale/gd.js diff --git a/ClientApp/node_modules/moment/dist/locale/gl.js b/apps/angular/node_modules/moment/dist/locale/gl.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/gl.js rename to apps/angular/node_modules/moment/dist/locale/gl.js diff --git a/ClientApp/node_modules/moment/dist/locale/gom-deva.js b/apps/angular/node_modules/moment/dist/locale/gom-deva.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/gom-deva.js rename to apps/angular/node_modules/moment/dist/locale/gom-deva.js diff --git a/ClientApp/node_modules/moment/dist/locale/gom-latn.js b/apps/angular/node_modules/moment/dist/locale/gom-latn.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/gom-latn.js rename to apps/angular/node_modules/moment/dist/locale/gom-latn.js diff --git a/ClientApp/node_modules/moment/dist/locale/gu.js b/apps/angular/node_modules/moment/dist/locale/gu.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/gu.js rename to apps/angular/node_modules/moment/dist/locale/gu.js diff --git a/ClientApp/node_modules/moment/dist/locale/he.js b/apps/angular/node_modules/moment/dist/locale/he.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/he.js rename to apps/angular/node_modules/moment/dist/locale/he.js diff --git a/ClientApp/node_modules/moment/dist/locale/hi.js b/apps/angular/node_modules/moment/dist/locale/hi.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/hi.js rename to apps/angular/node_modules/moment/dist/locale/hi.js diff --git a/ClientApp/node_modules/moment/dist/locale/hr.js b/apps/angular/node_modules/moment/dist/locale/hr.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/hr.js rename to apps/angular/node_modules/moment/dist/locale/hr.js diff --git a/ClientApp/node_modules/moment/dist/locale/hu.js b/apps/angular/node_modules/moment/dist/locale/hu.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/hu.js rename to apps/angular/node_modules/moment/dist/locale/hu.js diff --git a/ClientApp/node_modules/moment/dist/locale/hy-am.js b/apps/angular/node_modules/moment/dist/locale/hy-am.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/hy-am.js rename to apps/angular/node_modules/moment/dist/locale/hy-am.js diff --git a/ClientApp/node_modules/moment/dist/locale/id.js b/apps/angular/node_modules/moment/dist/locale/id.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/id.js rename to apps/angular/node_modules/moment/dist/locale/id.js diff --git a/ClientApp/node_modules/moment/dist/locale/is.js b/apps/angular/node_modules/moment/dist/locale/is.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/is.js rename to apps/angular/node_modules/moment/dist/locale/is.js diff --git a/ClientApp/node_modules/moment/dist/locale/it-ch.js b/apps/angular/node_modules/moment/dist/locale/it-ch.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/it-ch.js rename to apps/angular/node_modules/moment/dist/locale/it-ch.js diff --git a/ClientApp/node_modules/moment/dist/locale/it.js b/apps/angular/node_modules/moment/dist/locale/it.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/it.js rename to apps/angular/node_modules/moment/dist/locale/it.js diff --git a/ClientApp/node_modules/moment/dist/locale/ja.js b/apps/angular/node_modules/moment/dist/locale/ja.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/ja.js rename to apps/angular/node_modules/moment/dist/locale/ja.js diff --git a/ClientApp/node_modules/moment/dist/locale/jv.js b/apps/angular/node_modules/moment/dist/locale/jv.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/jv.js rename to apps/angular/node_modules/moment/dist/locale/jv.js diff --git a/ClientApp/node_modules/moment/dist/locale/ka.js b/apps/angular/node_modules/moment/dist/locale/ka.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/ka.js rename to apps/angular/node_modules/moment/dist/locale/ka.js diff --git a/ClientApp/node_modules/moment/dist/locale/kk.js b/apps/angular/node_modules/moment/dist/locale/kk.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/kk.js rename to apps/angular/node_modules/moment/dist/locale/kk.js diff --git a/ClientApp/node_modules/moment/dist/locale/km.js b/apps/angular/node_modules/moment/dist/locale/km.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/km.js rename to apps/angular/node_modules/moment/dist/locale/km.js diff --git a/ClientApp/node_modules/moment/dist/locale/kn.js b/apps/angular/node_modules/moment/dist/locale/kn.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/kn.js rename to apps/angular/node_modules/moment/dist/locale/kn.js diff --git a/ClientApp/node_modules/moment/dist/locale/ko.js b/apps/angular/node_modules/moment/dist/locale/ko.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/ko.js rename to apps/angular/node_modules/moment/dist/locale/ko.js diff --git a/ClientApp/node_modules/moment/dist/locale/ku-kmr.js b/apps/angular/node_modules/moment/dist/locale/ku-kmr.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/ku-kmr.js rename to apps/angular/node_modules/moment/dist/locale/ku-kmr.js diff --git a/ClientApp/node_modules/moment/dist/locale/ku.js b/apps/angular/node_modules/moment/dist/locale/ku.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/ku.js rename to apps/angular/node_modules/moment/dist/locale/ku.js diff --git a/ClientApp/node_modules/moment/dist/locale/ky.js b/apps/angular/node_modules/moment/dist/locale/ky.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/ky.js rename to apps/angular/node_modules/moment/dist/locale/ky.js diff --git a/ClientApp/node_modules/moment/dist/locale/lb.js b/apps/angular/node_modules/moment/dist/locale/lb.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/lb.js rename to apps/angular/node_modules/moment/dist/locale/lb.js diff --git a/ClientApp/node_modules/moment/dist/locale/lo.js b/apps/angular/node_modules/moment/dist/locale/lo.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/lo.js rename to apps/angular/node_modules/moment/dist/locale/lo.js diff --git a/ClientApp/node_modules/moment/dist/locale/lt.js b/apps/angular/node_modules/moment/dist/locale/lt.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/lt.js rename to apps/angular/node_modules/moment/dist/locale/lt.js diff --git a/ClientApp/node_modules/moment/dist/locale/lv.js b/apps/angular/node_modules/moment/dist/locale/lv.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/lv.js rename to apps/angular/node_modules/moment/dist/locale/lv.js diff --git a/ClientApp/node_modules/moment/dist/locale/me.js b/apps/angular/node_modules/moment/dist/locale/me.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/me.js rename to apps/angular/node_modules/moment/dist/locale/me.js diff --git a/ClientApp/node_modules/moment/dist/locale/mi.js b/apps/angular/node_modules/moment/dist/locale/mi.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/mi.js rename to apps/angular/node_modules/moment/dist/locale/mi.js diff --git a/ClientApp/node_modules/moment/dist/locale/mk.js b/apps/angular/node_modules/moment/dist/locale/mk.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/mk.js rename to apps/angular/node_modules/moment/dist/locale/mk.js diff --git a/ClientApp/node_modules/moment/dist/locale/ml.js b/apps/angular/node_modules/moment/dist/locale/ml.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/ml.js rename to apps/angular/node_modules/moment/dist/locale/ml.js diff --git a/ClientApp/node_modules/moment/dist/locale/mn.js b/apps/angular/node_modules/moment/dist/locale/mn.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/mn.js rename to apps/angular/node_modules/moment/dist/locale/mn.js diff --git a/ClientApp/node_modules/moment/dist/locale/mr.js b/apps/angular/node_modules/moment/dist/locale/mr.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/mr.js rename to apps/angular/node_modules/moment/dist/locale/mr.js diff --git a/ClientApp/node_modules/moment/dist/locale/ms-my.js b/apps/angular/node_modules/moment/dist/locale/ms-my.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/ms-my.js rename to apps/angular/node_modules/moment/dist/locale/ms-my.js diff --git a/ClientApp/node_modules/moment/dist/locale/ms.js b/apps/angular/node_modules/moment/dist/locale/ms.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/ms.js rename to apps/angular/node_modules/moment/dist/locale/ms.js diff --git a/ClientApp/node_modules/moment/dist/locale/mt.js b/apps/angular/node_modules/moment/dist/locale/mt.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/mt.js rename to apps/angular/node_modules/moment/dist/locale/mt.js diff --git a/ClientApp/node_modules/moment/dist/locale/my.js b/apps/angular/node_modules/moment/dist/locale/my.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/my.js rename to apps/angular/node_modules/moment/dist/locale/my.js diff --git a/ClientApp/node_modules/moment/dist/locale/nb.js b/apps/angular/node_modules/moment/dist/locale/nb.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/nb.js rename to apps/angular/node_modules/moment/dist/locale/nb.js diff --git a/ClientApp/node_modules/moment/dist/locale/ne.js b/apps/angular/node_modules/moment/dist/locale/ne.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/ne.js rename to apps/angular/node_modules/moment/dist/locale/ne.js diff --git a/ClientApp/node_modules/moment/dist/locale/nl-be.js b/apps/angular/node_modules/moment/dist/locale/nl-be.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/nl-be.js rename to apps/angular/node_modules/moment/dist/locale/nl-be.js diff --git a/ClientApp/node_modules/moment/dist/locale/nl.js b/apps/angular/node_modules/moment/dist/locale/nl.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/nl.js rename to apps/angular/node_modules/moment/dist/locale/nl.js diff --git a/ClientApp/node_modules/moment/dist/locale/nn.js b/apps/angular/node_modules/moment/dist/locale/nn.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/nn.js rename to apps/angular/node_modules/moment/dist/locale/nn.js diff --git a/ClientApp/node_modules/moment/dist/locale/oc-lnc.js b/apps/angular/node_modules/moment/dist/locale/oc-lnc.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/oc-lnc.js rename to apps/angular/node_modules/moment/dist/locale/oc-lnc.js diff --git a/ClientApp/node_modules/moment/dist/locale/pa-in.js b/apps/angular/node_modules/moment/dist/locale/pa-in.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/pa-in.js rename to apps/angular/node_modules/moment/dist/locale/pa-in.js diff --git a/ClientApp/node_modules/moment/dist/locale/pl.js b/apps/angular/node_modules/moment/dist/locale/pl.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/pl.js rename to apps/angular/node_modules/moment/dist/locale/pl.js diff --git a/ClientApp/node_modules/moment/dist/locale/pt-br.js b/apps/angular/node_modules/moment/dist/locale/pt-br.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/pt-br.js rename to apps/angular/node_modules/moment/dist/locale/pt-br.js diff --git a/ClientApp/node_modules/moment/dist/locale/pt.js b/apps/angular/node_modules/moment/dist/locale/pt.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/pt.js rename to apps/angular/node_modules/moment/dist/locale/pt.js diff --git a/ClientApp/node_modules/moment/dist/locale/ro.js b/apps/angular/node_modules/moment/dist/locale/ro.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/ro.js rename to apps/angular/node_modules/moment/dist/locale/ro.js diff --git a/ClientApp/node_modules/moment/dist/locale/ru.js b/apps/angular/node_modules/moment/dist/locale/ru.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/ru.js rename to apps/angular/node_modules/moment/dist/locale/ru.js diff --git a/ClientApp/node_modules/moment/dist/locale/sd.js b/apps/angular/node_modules/moment/dist/locale/sd.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/sd.js rename to apps/angular/node_modules/moment/dist/locale/sd.js diff --git a/ClientApp/node_modules/moment/dist/locale/se.js b/apps/angular/node_modules/moment/dist/locale/se.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/se.js rename to apps/angular/node_modules/moment/dist/locale/se.js diff --git a/ClientApp/node_modules/moment/dist/locale/si.js b/apps/angular/node_modules/moment/dist/locale/si.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/si.js rename to apps/angular/node_modules/moment/dist/locale/si.js diff --git a/ClientApp/node_modules/moment/dist/locale/sk.js b/apps/angular/node_modules/moment/dist/locale/sk.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/sk.js rename to apps/angular/node_modules/moment/dist/locale/sk.js diff --git a/ClientApp/node_modules/moment/dist/locale/sl.js b/apps/angular/node_modules/moment/dist/locale/sl.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/sl.js rename to apps/angular/node_modules/moment/dist/locale/sl.js diff --git a/ClientApp/node_modules/moment/dist/locale/sq.js b/apps/angular/node_modules/moment/dist/locale/sq.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/sq.js rename to apps/angular/node_modules/moment/dist/locale/sq.js diff --git a/ClientApp/node_modules/moment/dist/locale/sr-cyrl.js b/apps/angular/node_modules/moment/dist/locale/sr-cyrl.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/sr-cyrl.js rename to apps/angular/node_modules/moment/dist/locale/sr-cyrl.js diff --git a/ClientApp/node_modules/moment/dist/locale/sr.js b/apps/angular/node_modules/moment/dist/locale/sr.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/sr.js rename to apps/angular/node_modules/moment/dist/locale/sr.js diff --git a/ClientApp/node_modules/moment/dist/locale/ss.js b/apps/angular/node_modules/moment/dist/locale/ss.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/ss.js rename to apps/angular/node_modules/moment/dist/locale/ss.js diff --git a/ClientApp/node_modules/moment/dist/locale/sv.js b/apps/angular/node_modules/moment/dist/locale/sv.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/sv.js rename to apps/angular/node_modules/moment/dist/locale/sv.js diff --git a/ClientApp/node_modules/moment/dist/locale/sw.js b/apps/angular/node_modules/moment/dist/locale/sw.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/sw.js rename to apps/angular/node_modules/moment/dist/locale/sw.js diff --git a/ClientApp/node_modules/moment/dist/locale/ta.js b/apps/angular/node_modules/moment/dist/locale/ta.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/ta.js rename to apps/angular/node_modules/moment/dist/locale/ta.js diff --git a/ClientApp/node_modules/moment/dist/locale/te.js b/apps/angular/node_modules/moment/dist/locale/te.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/te.js rename to apps/angular/node_modules/moment/dist/locale/te.js diff --git a/ClientApp/node_modules/moment/dist/locale/tet.js b/apps/angular/node_modules/moment/dist/locale/tet.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/tet.js rename to apps/angular/node_modules/moment/dist/locale/tet.js diff --git a/ClientApp/node_modules/moment/dist/locale/tg.js b/apps/angular/node_modules/moment/dist/locale/tg.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/tg.js rename to apps/angular/node_modules/moment/dist/locale/tg.js diff --git a/ClientApp/node_modules/moment/dist/locale/th.js b/apps/angular/node_modules/moment/dist/locale/th.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/th.js rename to apps/angular/node_modules/moment/dist/locale/th.js diff --git a/ClientApp/node_modules/moment/dist/locale/tk.js b/apps/angular/node_modules/moment/dist/locale/tk.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/tk.js rename to apps/angular/node_modules/moment/dist/locale/tk.js diff --git a/ClientApp/node_modules/moment/dist/locale/tl-ph.js b/apps/angular/node_modules/moment/dist/locale/tl-ph.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/tl-ph.js rename to apps/angular/node_modules/moment/dist/locale/tl-ph.js diff --git a/ClientApp/node_modules/moment/dist/locale/tlh.js b/apps/angular/node_modules/moment/dist/locale/tlh.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/tlh.js rename to apps/angular/node_modules/moment/dist/locale/tlh.js diff --git a/ClientApp/node_modules/moment/dist/locale/tr.js b/apps/angular/node_modules/moment/dist/locale/tr.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/tr.js rename to apps/angular/node_modules/moment/dist/locale/tr.js diff --git a/ClientApp/node_modules/moment/dist/locale/tzl.js b/apps/angular/node_modules/moment/dist/locale/tzl.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/tzl.js rename to apps/angular/node_modules/moment/dist/locale/tzl.js diff --git a/ClientApp/node_modules/moment/dist/locale/tzm-latn.js b/apps/angular/node_modules/moment/dist/locale/tzm-latn.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/tzm-latn.js rename to apps/angular/node_modules/moment/dist/locale/tzm-latn.js diff --git a/ClientApp/node_modules/moment/dist/locale/tzm.js b/apps/angular/node_modules/moment/dist/locale/tzm.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/tzm.js rename to apps/angular/node_modules/moment/dist/locale/tzm.js diff --git a/ClientApp/node_modules/moment/dist/locale/ug-cn.js b/apps/angular/node_modules/moment/dist/locale/ug-cn.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/ug-cn.js rename to apps/angular/node_modules/moment/dist/locale/ug-cn.js diff --git a/ClientApp/node_modules/moment/dist/locale/uk.js b/apps/angular/node_modules/moment/dist/locale/uk.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/uk.js rename to apps/angular/node_modules/moment/dist/locale/uk.js diff --git a/ClientApp/node_modules/moment/dist/locale/ur.js b/apps/angular/node_modules/moment/dist/locale/ur.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/ur.js rename to apps/angular/node_modules/moment/dist/locale/ur.js diff --git a/ClientApp/node_modules/moment/dist/locale/uz-latn.js b/apps/angular/node_modules/moment/dist/locale/uz-latn.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/uz-latn.js rename to apps/angular/node_modules/moment/dist/locale/uz-latn.js diff --git a/ClientApp/node_modules/moment/dist/locale/uz.js b/apps/angular/node_modules/moment/dist/locale/uz.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/uz.js rename to apps/angular/node_modules/moment/dist/locale/uz.js diff --git a/ClientApp/node_modules/moment/dist/locale/vi.js b/apps/angular/node_modules/moment/dist/locale/vi.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/vi.js rename to apps/angular/node_modules/moment/dist/locale/vi.js diff --git a/ClientApp/node_modules/moment/dist/locale/x-pseudo.js b/apps/angular/node_modules/moment/dist/locale/x-pseudo.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/x-pseudo.js rename to apps/angular/node_modules/moment/dist/locale/x-pseudo.js diff --git a/ClientApp/node_modules/moment/dist/locale/yo.js b/apps/angular/node_modules/moment/dist/locale/yo.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/yo.js rename to apps/angular/node_modules/moment/dist/locale/yo.js diff --git a/ClientApp/node_modules/moment/dist/locale/zh-cn.js b/apps/angular/node_modules/moment/dist/locale/zh-cn.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/zh-cn.js rename to apps/angular/node_modules/moment/dist/locale/zh-cn.js diff --git a/ClientApp/node_modules/moment/dist/locale/zh-hk.js b/apps/angular/node_modules/moment/dist/locale/zh-hk.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/zh-hk.js rename to apps/angular/node_modules/moment/dist/locale/zh-hk.js diff --git a/ClientApp/node_modules/moment/dist/locale/zh-mo.js b/apps/angular/node_modules/moment/dist/locale/zh-mo.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/zh-mo.js rename to apps/angular/node_modules/moment/dist/locale/zh-mo.js diff --git a/ClientApp/node_modules/moment/dist/locale/zh-tw.js b/apps/angular/node_modules/moment/dist/locale/zh-tw.js similarity index 100% rename from ClientApp/node_modules/moment/dist/locale/zh-tw.js rename to apps/angular/node_modules/moment/dist/locale/zh-tw.js diff --git a/ClientApp/node_modules/moment/dist/moment.js b/apps/angular/node_modules/moment/dist/moment.js similarity index 100% rename from ClientApp/node_modules/moment/dist/moment.js rename to apps/angular/node_modules/moment/dist/moment.js diff --git a/ClientApp/node_modules/moment/ender.js b/apps/angular/node_modules/moment/ender.js similarity index 100% rename from ClientApp/node_modules/moment/ender.js rename to apps/angular/node_modules/moment/ender.js diff --git a/ClientApp/node_modules/moment/locale/af.js b/apps/angular/node_modules/moment/locale/af.js similarity index 100% rename from ClientApp/node_modules/moment/locale/af.js rename to apps/angular/node_modules/moment/locale/af.js diff --git a/ClientApp/node_modules/moment/locale/ar-dz.js b/apps/angular/node_modules/moment/locale/ar-dz.js similarity index 100% rename from ClientApp/node_modules/moment/locale/ar-dz.js rename to apps/angular/node_modules/moment/locale/ar-dz.js diff --git a/ClientApp/node_modules/moment/locale/ar-kw.js b/apps/angular/node_modules/moment/locale/ar-kw.js similarity index 100% rename from ClientApp/node_modules/moment/locale/ar-kw.js rename to apps/angular/node_modules/moment/locale/ar-kw.js diff --git a/ClientApp/node_modules/moment/locale/ar-ly.js b/apps/angular/node_modules/moment/locale/ar-ly.js similarity index 100% rename from ClientApp/node_modules/moment/locale/ar-ly.js rename to apps/angular/node_modules/moment/locale/ar-ly.js diff --git a/ClientApp/node_modules/moment/locale/ar-ma.js b/apps/angular/node_modules/moment/locale/ar-ma.js similarity index 100% rename from ClientApp/node_modules/moment/locale/ar-ma.js rename to apps/angular/node_modules/moment/locale/ar-ma.js diff --git a/ClientApp/node_modules/moment/locale/ar-ps.js b/apps/angular/node_modules/moment/locale/ar-ps.js similarity index 100% rename from ClientApp/node_modules/moment/locale/ar-ps.js rename to apps/angular/node_modules/moment/locale/ar-ps.js diff --git a/ClientApp/node_modules/moment/locale/ar-sa.js b/apps/angular/node_modules/moment/locale/ar-sa.js similarity index 100% rename from ClientApp/node_modules/moment/locale/ar-sa.js rename to apps/angular/node_modules/moment/locale/ar-sa.js diff --git a/ClientApp/node_modules/moment/locale/ar-tn.js b/apps/angular/node_modules/moment/locale/ar-tn.js similarity index 100% rename from ClientApp/node_modules/moment/locale/ar-tn.js rename to apps/angular/node_modules/moment/locale/ar-tn.js diff --git a/ClientApp/node_modules/moment/locale/ar.js b/apps/angular/node_modules/moment/locale/ar.js similarity index 100% rename from ClientApp/node_modules/moment/locale/ar.js rename to apps/angular/node_modules/moment/locale/ar.js diff --git a/ClientApp/node_modules/moment/locale/az.js b/apps/angular/node_modules/moment/locale/az.js similarity index 100% rename from ClientApp/node_modules/moment/locale/az.js rename to apps/angular/node_modules/moment/locale/az.js diff --git a/ClientApp/node_modules/moment/locale/be.js b/apps/angular/node_modules/moment/locale/be.js similarity index 100% rename from ClientApp/node_modules/moment/locale/be.js rename to apps/angular/node_modules/moment/locale/be.js diff --git a/ClientApp/node_modules/moment/locale/bg.js b/apps/angular/node_modules/moment/locale/bg.js similarity index 100% rename from ClientApp/node_modules/moment/locale/bg.js rename to apps/angular/node_modules/moment/locale/bg.js diff --git a/ClientApp/node_modules/moment/locale/bm.js b/apps/angular/node_modules/moment/locale/bm.js similarity index 100% rename from ClientApp/node_modules/moment/locale/bm.js rename to apps/angular/node_modules/moment/locale/bm.js diff --git a/ClientApp/node_modules/moment/locale/bn-bd.js b/apps/angular/node_modules/moment/locale/bn-bd.js similarity index 100% rename from ClientApp/node_modules/moment/locale/bn-bd.js rename to apps/angular/node_modules/moment/locale/bn-bd.js diff --git a/ClientApp/node_modules/moment/locale/bn.js b/apps/angular/node_modules/moment/locale/bn.js similarity index 100% rename from ClientApp/node_modules/moment/locale/bn.js rename to apps/angular/node_modules/moment/locale/bn.js diff --git a/ClientApp/node_modules/moment/locale/bo.js b/apps/angular/node_modules/moment/locale/bo.js similarity index 100% rename from ClientApp/node_modules/moment/locale/bo.js rename to apps/angular/node_modules/moment/locale/bo.js diff --git a/ClientApp/node_modules/moment/locale/br.js b/apps/angular/node_modules/moment/locale/br.js similarity index 100% rename from ClientApp/node_modules/moment/locale/br.js rename to apps/angular/node_modules/moment/locale/br.js diff --git a/ClientApp/node_modules/moment/locale/bs.js b/apps/angular/node_modules/moment/locale/bs.js similarity index 100% rename from ClientApp/node_modules/moment/locale/bs.js rename to apps/angular/node_modules/moment/locale/bs.js diff --git a/ClientApp/node_modules/moment/locale/ca.js b/apps/angular/node_modules/moment/locale/ca.js similarity index 100% rename from ClientApp/node_modules/moment/locale/ca.js rename to apps/angular/node_modules/moment/locale/ca.js diff --git a/ClientApp/node_modules/moment/locale/cs.js b/apps/angular/node_modules/moment/locale/cs.js similarity index 100% rename from ClientApp/node_modules/moment/locale/cs.js rename to apps/angular/node_modules/moment/locale/cs.js diff --git a/ClientApp/node_modules/moment/locale/cv.js b/apps/angular/node_modules/moment/locale/cv.js similarity index 100% rename from ClientApp/node_modules/moment/locale/cv.js rename to apps/angular/node_modules/moment/locale/cv.js diff --git a/ClientApp/node_modules/moment/locale/cy.js b/apps/angular/node_modules/moment/locale/cy.js similarity index 100% rename from ClientApp/node_modules/moment/locale/cy.js rename to apps/angular/node_modules/moment/locale/cy.js diff --git a/ClientApp/node_modules/moment/locale/da.js b/apps/angular/node_modules/moment/locale/da.js similarity index 100% rename from ClientApp/node_modules/moment/locale/da.js rename to apps/angular/node_modules/moment/locale/da.js diff --git a/ClientApp/node_modules/moment/locale/de-at.js b/apps/angular/node_modules/moment/locale/de-at.js similarity index 100% rename from ClientApp/node_modules/moment/locale/de-at.js rename to apps/angular/node_modules/moment/locale/de-at.js diff --git a/ClientApp/node_modules/moment/locale/de-ch.js b/apps/angular/node_modules/moment/locale/de-ch.js similarity index 100% rename from ClientApp/node_modules/moment/locale/de-ch.js rename to apps/angular/node_modules/moment/locale/de-ch.js diff --git a/ClientApp/node_modules/moment/locale/de.js b/apps/angular/node_modules/moment/locale/de.js similarity index 100% rename from ClientApp/node_modules/moment/locale/de.js rename to apps/angular/node_modules/moment/locale/de.js diff --git a/ClientApp/node_modules/moment/locale/dv.js b/apps/angular/node_modules/moment/locale/dv.js similarity index 100% rename from ClientApp/node_modules/moment/locale/dv.js rename to apps/angular/node_modules/moment/locale/dv.js diff --git a/ClientApp/node_modules/moment/locale/el.js b/apps/angular/node_modules/moment/locale/el.js similarity index 100% rename from ClientApp/node_modules/moment/locale/el.js rename to apps/angular/node_modules/moment/locale/el.js diff --git a/ClientApp/node_modules/moment/locale/en-au.js b/apps/angular/node_modules/moment/locale/en-au.js similarity index 100% rename from ClientApp/node_modules/moment/locale/en-au.js rename to apps/angular/node_modules/moment/locale/en-au.js diff --git a/ClientApp/node_modules/moment/locale/en-ca.js b/apps/angular/node_modules/moment/locale/en-ca.js similarity index 100% rename from ClientApp/node_modules/moment/locale/en-ca.js rename to apps/angular/node_modules/moment/locale/en-ca.js diff --git a/ClientApp/node_modules/moment/locale/en-gb.js b/apps/angular/node_modules/moment/locale/en-gb.js similarity index 100% rename from ClientApp/node_modules/moment/locale/en-gb.js rename to apps/angular/node_modules/moment/locale/en-gb.js diff --git a/ClientApp/node_modules/moment/locale/en-ie.js b/apps/angular/node_modules/moment/locale/en-ie.js similarity index 100% rename from ClientApp/node_modules/moment/locale/en-ie.js rename to apps/angular/node_modules/moment/locale/en-ie.js diff --git a/ClientApp/node_modules/moment/locale/en-il.js b/apps/angular/node_modules/moment/locale/en-il.js similarity index 100% rename from ClientApp/node_modules/moment/locale/en-il.js rename to apps/angular/node_modules/moment/locale/en-il.js diff --git a/ClientApp/node_modules/moment/locale/en-in.js b/apps/angular/node_modules/moment/locale/en-in.js similarity index 100% rename from ClientApp/node_modules/moment/locale/en-in.js rename to apps/angular/node_modules/moment/locale/en-in.js diff --git a/ClientApp/node_modules/moment/locale/en-nz.js b/apps/angular/node_modules/moment/locale/en-nz.js similarity index 100% rename from ClientApp/node_modules/moment/locale/en-nz.js rename to apps/angular/node_modules/moment/locale/en-nz.js diff --git a/ClientApp/node_modules/moment/locale/en-sg.js b/apps/angular/node_modules/moment/locale/en-sg.js similarity index 100% rename from ClientApp/node_modules/moment/locale/en-sg.js rename to apps/angular/node_modules/moment/locale/en-sg.js diff --git a/ClientApp/node_modules/moment/locale/eo.js b/apps/angular/node_modules/moment/locale/eo.js similarity index 100% rename from ClientApp/node_modules/moment/locale/eo.js rename to apps/angular/node_modules/moment/locale/eo.js diff --git a/ClientApp/node_modules/moment/locale/es-do.js b/apps/angular/node_modules/moment/locale/es-do.js similarity index 100% rename from ClientApp/node_modules/moment/locale/es-do.js rename to apps/angular/node_modules/moment/locale/es-do.js diff --git a/ClientApp/node_modules/moment/locale/es-mx.js b/apps/angular/node_modules/moment/locale/es-mx.js similarity index 100% rename from ClientApp/node_modules/moment/locale/es-mx.js rename to apps/angular/node_modules/moment/locale/es-mx.js diff --git a/ClientApp/node_modules/moment/locale/es-us.js b/apps/angular/node_modules/moment/locale/es-us.js similarity index 100% rename from ClientApp/node_modules/moment/locale/es-us.js rename to apps/angular/node_modules/moment/locale/es-us.js diff --git a/ClientApp/node_modules/moment/locale/es.js b/apps/angular/node_modules/moment/locale/es.js similarity index 100% rename from ClientApp/node_modules/moment/locale/es.js rename to apps/angular/node_modules/moment/locale/es.js diff --git a/ClientApp/node_modules/moment/locale/et.js b/apps/angular/node_modules/moment/locale/et.js similarity index 100% rename from ClientApp/node_modules/moment/locale/et.js rename to apps/angular/node_modules/moment/locale/et.js diff --git a/ClientApp/node_modules/moment/locale/eu.js b/apps/angular/node_modules/moment/locale/eu.js similarity index 100% rename from ClientApp/node_modules/moment/locale/eu.js rename to apps/angular/node_modules/moment/locale/eu.js diff --git a/ClientApp/node_modules/moment/locale/fa.js b/apps/angular/node_modules/moment/locale/fa.js similarity index 100% rename from ClientApp/node_modules/moment/locale/fa.js rename to apps/angular/node_modules/moment/locale/fa.js diff --git a/ClientApp/node_modules/moment/locale/fi.js b/apps/angular/node_modules/moment/locale/fi.js similarity index 100% rename from ClientApp/node_modules/moment/locale/fi.js rename to apps/angular/node_modules/moment/locale/fi.js diff --git a/ClientApp/node_modules/moment/locale/fil.js b/apps/angular/node_modules/moment/locale/fil.js similarity index 100% rename from ClientApp/node_modules/moment/locale/fil.js rename to apps/angular/node_modules/moment/locale/fil.js diff --git a/ClientApp/node_modules/moment/locale/fo.js b/apps/angular/node_modules/moment/locale/fo.js similarity index 100% rename from ClientApp/node_modules/moment/locale/fo.js rename to apps/angular/node_modules/moment/locale/fo.js diff --git a/ClientApp/node_modules/moment/locale/fr-ca.js b/apps/angular/node_modules/moment/locale/fr-ca.js similarity index 100% rename from ClientApp/node_modules/moment/locale/fr-ca.js rename to apps/angular/node_modules/moment/locale/fr-ca.js diff --git a/ClientApp/node_modules/moment/locale/fr-ch.js b/apps/angular/node_modules/moment/locale/fr-ch.js similarity index 100% rename from ClientApp/node_modules/moment/locale/fr-ch.js rename to apps/angular/node_modules/moment/locale/fr-ch.js diff --git a/ClientApp/node_modules/moment/locale/fr.js b/apps/angular/node_modules/moment/locale/fr.js similarity index 100% rename from ClientApp/node_modules/moment/locale/fr.js rename to apps/angular/node_modules/moment/locale/fr.js diff --git a/ClientApp/node_modules/moment/locale/fy.js b/apps/angular/node_modules/moment/locale/fy.js similarity index 100% rename from ClientApp/node_modules/moment/locale/fy.js rename to apps/angular/node_modules/moment/locale/fy.js diff --git a/ClientApp/node_modules/moment/locale/ga.js b/apps/angular/node_modules/moment/locale/ga.js similarity index 100% rename from ClientApp/node_modules/moment/locale/ga.js rename to apps/angular/node_modules/moment/locale/ga.js diff --git a/ClientApp/node_modules/moment/locale/gd.js b/apps/angular/node_modules/moment/locale/gd.js similarity index 100% rename from ClientApp/node_modules/moment/locale/gd.js rename to apps/angular/node_modules/moment/locale/gd.js diff --git a/ClientApp/node_modules/moment/locale/gl.js b/apps/angular/node_modules/moment/locale/gl.js similarity index 100% rename from ClientApp/node_modules/moment/locale/gl.js rename to apps/angular/node_modules/moment/locale/gl.js diff --git a/ClientApp/node_modules/moment/locale/gom-deva.js b/apps/angular/node_modules/moment/locale/gom-deva.js similarity index 100% rename from ClientApp/node_modules/moment/locale/gom-deva.js rename to apps/angular/node_modules/moment/locale/gom-deva.js diff --git a/ClientApp/node_modules/moment/locale/gom-latn.js b/apps/angular/node_modules/moment/locale/gom-latn.js similarity index 100% rename from ClientApp/node_modules/moment/locale/gom-latn.js rename to apps/angular/node_modules/moment/locale/gom-latn.js diff --git a/ClientApp/node_modules/moment/locale/gu.js b/apps/angular/node_modules/moment/locale/gu.js similarity index 100% rename from ClientApp/node_modules/moment/locale/gu.js rename to apps/angular/node_modules/moment/locale/gu.js diff --git a/ClientApp/node_modules/moment/locale/he.js b/apps/angular/node_modules/moment/locale/he.js similarity index 100% rename from ClientApp/node_modules/moment/locale/he.js rename to apps/angular/node_modules/moment/locale/he.js diff --git a/ClientApp/node_modules/moment/locale/hi.js b/apps/angular/node_modules/moment/locale/hi.js similarity index 100% rename from ClientApp/node_modules/moment/locale/hi.js rename to apps/angular/node_modules/moment/locale/hi.js diff --git a/ClientApp/node_modules/moment/locale/hr.js b/apps/angular/node_modules/moment/locale/hr.js similarity index 100% rename from ClientApp/node_modules/moment/locale/hr.js rename to apps/angular/node_modules/moment/locale/hr.js diff --git a/ClientApp/node_modules/moment/locale/hu.js b/apps/angular/node_modules/moment/locale/hu.js similarity index 100% rename from ClientApp/node_modules/moment/locale/hu.js rename to apps/angular/node_modules/moment/locale/hu.js diff --git a/ClientApp/node_modules/moment/locale/hy-am.js b/apps/angular/node_modules/moment/locale/hy-am.js similarity index 100% rename from ClientApp/node_modules/moment/locale/hy-am.js rename to apps/angular/node_modules/moment/locale/hy-am.js diff --git a/ClientApp/node_modules/moment/locale/id.js b/apps/angular/node_modules/moment/locale/id.js similarity index 100% rename from ClientApp/node_modules/moment/locale/id.js rename to apps/angular/node_modules/moment/locale/id.js diff --git a/ClientApp/node_modules/moment/locale/is.js b/apps/angular/node_modules/moment/locale/is.js similarity index 100% rename from ClientApp/node_modules/moment/locale/is.js rename to apps/angular/node_modules/moment/locale/is.js diff --git a/ClientApp/node_modules/moment/locale/it-ch.js b/apps/angular/node_modules/moment/locale/it-ch.js similarity index 100% rename from ClientApp/node_modules/moment/locale/it-ch.js rename to apps/angular/node_modules/moment/locale/it-ch.js diff --git a/ClientApp/node_modules/moment/locale/it.js b/apps/angular/node_modules/moment/locale/it.js similarity index 100% rename from ClientApp/node_modules/moment/locale/it.js rename to apps/angular/node_modules/moment/locale/it.js diff --git a/ClientApp/node_modules/moment/locale/ja.js b/apps/angular/node_modules/moment/locale/ja.js similarity index 100% rename from ClientApp/node_modules/moment/locale/ja.js rename to apps/angular/node_modules/moment/locale/ja.js diff --git a/ClientApp/node_modules/moment/locale/jv.js b/apps/angular/node_modules/moment/locale/jv.js similarity index 100% rename from ClientApp/node_modules/moment/locale/jv.js rename to apps/angular/node_modules/moment/locale/jv.js diff --git a/ClientApp/node_modules/moment/locale/ka.js b/apps/angular/node_modules/moment/locale/ka.js similarity index 100% rename from ClientApp/node_modules/moment/locale/ka.js rename to apps/angular/node_modules/moment/locale/ka.js diff --git a/ClientApp/node_modules/moment/locale/kk.js b/apps/angular/node_modules/moment/locale/kk.js similarity index 100% rename from ClientApp/node_modules/moment/locale/kk.js rename to apps/angular/node_modules/moment/locale/kk.js diff --git a/ClientApp/node_modules/moment/locale/km.js b/apps/angular/node_modules/moment/locale/km.js similarity index 100% rename from ClientApp/node_modules/moment/locale/km.js rename to apps/angular/node_modules/moment/locale/km.js diff --git a/ClientApp/node_modules/moment/locale/kn.js b/apps/angular/node_modules/moment/locale/kn.js similarity index 100% rename from ClientApp/node_modules/moment/locale/kn.js rename to apps/angular/node_modules/moment/locale/kn.js diff --git a/ClientApp/node_modules/moment/locale/ko.js b/apps/angular/node_modules/moment/locale/ko.js similarity index 100% rename from ClientApp/node_modules/moment/locale/ko.js rename to apps/angular/node_modules/moment/locale/ko.js diff --git a/ClientApp/node_modules/moment/locale/ku-kmr.js b/apps/angular/node_modules/moment/locale/ku-kmr.js similarity index 100% rename from ClientApp/node_modules/moment/locale/ku-kmr.js rename to apps/angular/node_modules/moment/locale/ku-kmr.js diff --git a/ClientApp/node_modules/moment/locale/ku.js b/apps/angular/node_modules/moment/locale/ku.js similarity index 100% rename from ClientApp/node_modules/moment/locale/ku.js rename to apps/angular/node_modules/moment/locale/ku.js diff --git a/ClientApp/node_modules/moment/locale/ky.js b/apps/angular/node_modules/moment/locale/ky.js similarity index 100% rename from ClientApp/node_modules/moment/locale/ky.js rename to apps/angular/node_modules/moment/locale/ky.js diff --git a/ClientApp/node_modules/moment/locale/lb.js b/apps/angular/node_modules/moment/locale/lb.js similarity index 100% rename from ClientApp/node_modules/moment/locale/lb.js rename to apps/angular/node_modules/moment/locale/lb.js diff --git a/ClientApp/node_modules/moment/locale/lo.js b/apps/angular/node_modules/moment/locale/lo.js similarity index 100% rename from ClientApp/node_modules/moment/locale/lo.js rename to apps/angular/node_modules/moment/locale/lo.js diff --git a/ClientApp/node_modules/moment/locale/lt.js b/apps/angular/node_modules/moment/locale/lt.js similarity index 100% rename from ClientApp/node_modules/moment/locale/lt.js rename to apps/angular/node_modules/moment/locale/lt.js diff --git a/ClientApp/node_modules/moment/locale/lv.js b/apps/angular/node_modules/moment/locale/lv.js similarity index 100% rename from ClientApp/node_modules/moment/locale/lv.js rename to apps/angular/node_modules/moment/locale/lv.js diff --git a/ClientApp/node_modules/moment/locale/me.js b/apps/angular/node_modules/moment/locale/me.js similarity index 100% rename from ClientApp/node_modules/moment/locale/me.js rename to apps/angular/node_modules/moment/locale/me.js diff --git a/ClientApp/node_modules/moment/locale/mi.js b/apps/angular/node_modules/moment/locale/mi.js similarity index 100% rename from ClientApp/node_modules/moment/locale/mi.js rename to apps/angular/node_modules/moment/locale/mi.js diff --git a/ClientApp/node_modules/moment/locale/mk.js b/apps/angular/node_modules/moment/locale/mk.js similarity index 100% rename from ClientApp/node_modules/moment/locale/mk.js rename to apps/angular/node_modules/moment/locale/mk.js diff --git a/ClientApp/node_modules/moment/locale/ml.js b/apps/angular/node_modules/moment/locale/ml.js similarity index 100% rename from ClientApp/node_modules/moment/locale/ml.js rename to apps/angular/node_modules/moment/locale/ml.js diff --git a/ClientApp/node_modules/moment/locale/mn.js b/apps/angular/node_modules/moment/locale/mn.js similarity index 100% rename from ClientApp/node_modules/moment/locale/mn.js rename to apps/angular/node_modules/moment/locale/mn.js diff --git a/ClientApp/node_modules/moment/locale/mr.js b/apps/angular/node_modules/moment/locale/mr.js similarity index 100% rename from ClientApp/node_modules/moment/locale/mr.js rename to apps/angular/node_modules/moment/locale/mr.js diff --git a/ClientApp/node_modules/moment/locale/ms-my.js b/apps/angular/node_modules/moment/locale/ms-my.js similarity index 100% rename from ClientApp/node_modules/moment/locale/ms-my.js rename to apps/angular/node_modules/moment/locale/ms-my.js diff --git a/ClientApp/node_modules/moment/locale/ms.js b/apps/angular/node_modules/moment/locale/ms.js similarity index 100% rename from ClientApp/node_modules/moment/locale/ms.js rename to apps/angular/node_modules/moment/locale/ms.js diff --git a/ClientApp/node_modules/moment/locale/mt.js b/apps/angular/node_modules/moment/locale/mt.js similarity index 100% rename from ClientApp/node_modules/moment/locale/mt.js rename to apps/angular/node_modules/moment/locale/mt.js diff --git a/ClientApp/node_modules/moment/locale/my.js b/apps/angular/node_modules/moment/locale/my.js similarity index 100% rename from ClientApp/node_modules/moment/locale/my.js rename to apps/angular/node_modules/moment/locale/my.js diff --git a/ClientApp/node_modules/moment/locale/nb.js b/apps/angular/node_modules/moment/locale/nb.js similarity index 100% rename from ClientApp/node_modules/moment/locale/nb.js rename to apps/angular/node_modules/moment/locale/nb.js diff --git a/ClientApp/node_modules/moment/locale/ne.js b/apps/angular/node_modules/moment/locale/ne.js similarity index 100% rename from ClientApp/node_modules/moment/locale/ne.js rename to apps/angular/node_modules/moment/locale/ne.js diff --git a/ClientApp/node_modules/moment/locale/nl-be.js b/apps/angular/node_modules/moment/locale/nl-be.js similarity index 100% rename from ClientApp/node_modules/moment/locale/nl-be.js rename to apps/angular/node_modules/moment/locale/nl-be.js diff --git a/ClientApp/node_modules/moment/locale/nl.js b/apps/angular/node_modules/moment/locale/nl.js similarity index 100% rename from ClientApp/node_modules/moment/locale/nl.js rename to apps/angular/node_modules/moment/locale/nl.js diff --git a/ClientApp/node_modules/moment/locale/nn.js b/apps/angular/node_modules/moment/locale/nn.js similarity index 100% rename from ClientApp/node_modules/moment/locale/nn.js rename to apps/angular/node_modules/moment/locale/nn.js diff --git a/ClientApp/node_modules/moment/locale/oc-lnc.js b/apps/angular/node_modules/moment/locale/oc-lnc.js similarity index 100% rename from ClientApp/node_modules/moment/locale/oc-lnc.js rename to apps/angular/node_modules/moment/locale/oc-lnc.js diff --git a/ClientApp/node_modules/moment/locale/pa-in.js b/apps/angular/node_modules/moment/locale/pa-in.js similarity index 100% rename from ClientApp/node_modules/moment/locale/pa-in.js rename to apps/angular/node_modules/moment/locale/pa-in.js diff --git a/ClientApp/node_modules/moment/locale/pl.js b/apps/angular/node_modules/moment/locale/pl.js similarity index 100% rename from ClientApp/node_modules/moment/locale/pl.js rename to apps/angular/node_modules/moment/locale/pl.js diff --git a/ClientApp/node_modules/moment/locale/pt-br.js b/apps/angular/node_modules/moment/locale/pt-br.js similarity index 100% rename from ClientApp/node_modules/moment/locale/pt-br.js rename to apps/angular/node_modules/moment/locale/pt-br.js diff --git a/ClientApp/node_modules/moment/locale/pt.js b/apps/angular/node_modules/moment/locale/pt.js similarity index 100% rename from ClientApp/node_modules/moment/locale/pt.js rename to apps/angular/node_modules/moment/locale/pt.js diff --git a/ClientApp/node_modules/moment/locale/ro.js b/apps/angular/node_modules/moment/locale/ro.js similarity index 100% rename from ClientApp/node_modules/moment/locale/ro.js rename to apps/angular/node_modules/moment/locale/ro.js diff --git a/ClientApp/node_modules/moment/locale/ru.js b/apps/angular/node_modules/moment/locale/ru.js similarity index 100% rename from ClientApp/node_modules/moment/locale/ru.js rename to apps/angular/node_modules/moment/locale/ru.js diff --git a/ClientApp/node_modules/moment/locale/sd.js b/apps/angular/node_modules/moment/locale/sd.js similarity index 100% rename from ClientApp/node_modules/moment/locale/sd.js rename to apps/angular/node_modules/moment/locale/sd.js diff --git a/ClientApp/node_modules/moment/locale/se.js b/apps/angular/node_modules/moment/locale/se.js similarity index 100% rename from ClientApp/node_modules/moment/locale/se.js rename to apps/angular/node_modules/moment/locale/se.js diff --git a/ClientApp/node_modules/moment/locale/si.js b/apps/angular/node_modules/moment/locale/si.js similarity index 100% rename from ClientApp/node_modules/moment/locale/si.js rename to apps/angular/node_modules/moment/locale/si.js diff --git a/ClientApp/node_modules/moment/locale/sk.js b/apps/angular/node_modules/moment/locale/sk.js similarity index 100% rename from ClientApp/node_modules/moment/locale/sk.js rename to apps/angular/node_modules/moment/locale/sk.js diff --git a/ClientApp/node_modules/moment/locale/sl.js b/apps/angular/node_modules/moment/locale/sl.js similarity index 100% rename from ClientApp/node_modules/moment/locale/sl.js rename to apps/angular/node_modules/moment/locale/sl.js diff --git a/ClientApp/node_modules/moment/locale/sq.js b/apps/angular/node_modules/moment/locale/sq.js similarity index 100% rename from ClientApp/node_modules/moment/locale/sq.js rename to apps/angular/node_modules/moment/locale/sq.js diff --git a/ClientApp/node_modules/moment/locale/sr-cyrl.js b/apps/angular/node_modules/moment/locale/sr-cyrl.js similarity index 100% rename from ClientApp/node_modules/moment/locale/sr-cyrl.js rename to apps/angular/node_modules/moment/locale/sr-cyrl.js diff --git a/ClientApp/node_modules/moment/locale/sr.js b/apps/angular/node_modules/moment/locale/sr.js similarity index 100% rename from ClientApp/node_modules/moment/locale/sr.js rename to apps/angular/node_modules/moment/locale/sr.js diff --git a/ClientApp/node_modules/moment/locale/ss.js b/apps/angular/node_modules/moment/locale/ss.js similarity index 100% rename from ClientApp/node_modules/moment/locale/ss.js rename to apps/angular/node_modules/moment/locale/ss.js diff --git a/ClientApp/node_modules/moment/locale/sv.js b/apps/angular/node_modules/moment/locale/sv.js similarity index 100% rename from ClientApp/node_modules/moment/locale/sv.js rename to apps/angular/node_modules/moment/locale/sv.js diff --git a/ClientApp/node_modules/moment/locale/sw.js b/apps/angular/node_modules/moment/locale/sw.js similarity index 100% rename from ClientApp/node_modules/moment/locale/sw.js rename to apps/angular/node_modules/moment/locale/sw.js diff --git a/ClientApp/node_modules/moment/locale/ta.js b/apps/angular/node_modules/moment/locale/ta.js similarity index 100% rename from ClientApp/node_modules/moment/locale/ta.js rename to apps/angular/node_modules/moment/locale/ta.js diff --git a/ClientApp/node_modules/moment/locale/te.js b/apps/angular/node_modules/moment/locale/te.js similarity index 100% rename from ClientApp/node_modules/moment/locale/te.js rename to apps/angular/node_modules/moment/locale/te.js diff --git a/ClientApp/node_modules/moment/locale/tet.js b/apps/angular/node_modules/moment/locale/tet.js similarity index 100% rename from ClientApp/node_modules/moment/locale/tet.js rename to apps/angular/node_modules/moment/locale/tet.js diff --git a/ClientApp/node_modules/moment/locale/tg.js b/apps/angular/node_modules/moment/locale/tg.js similarity index 100% rename from ClientApp/node_modules/moment/locale/tg.js rename to apps/angular/node_modules/moment/locale/tg.js diff --git a/ClientApp/node_modules/moment/locale/th.js b/apps/angular/node_modules/moment/locale/th.js similarity index 100% rename from ClientApp/node_modules/moment/locale/th.js rename to apps/angular/node_modules/moment/locale/th.js diff --git a/ClientApp/node_modules/moment/locale/tk.js b/apps/angular/node_modules/moment/locale/tk.js similarity index 100% rename from ClientApp/node_modules/moment/locale/tk.js rename to apps/angular/node_modules/moment/locale/tk.js diff --git a/ClientApp/node_modules/moment/locale/tl-ph.js b/apps/angular/node_modules/moment/locale/tl-ph.js similarity index 100% rename from ClientApp/node_modules/moment/locale/tl-ph.js rename to apps/angular/node_modules/moment/locale/tl-ph.js diff --git a/ClientApp/node_modules/moment/locale/tlh.js b/apps/angular/node_modules/moment/locale/tlh.js similarity index 100% rename from ClientApp/node_modules/moment/locale/tlh.js rename to apps/angular/node_modules/moment/locale/tlh.js diff --git a/ClientApp/node_modules/moment/locale/tr.js b/apps/angular/node_modules/moment/locale/tr.js similarity index 100% rename from ClientApp/node_modules/moment/locale/tr.js rename to apps/angular/node_modules/moment/locale/tr.js diff --git a/ClientApp/node_modules/moment/locale/tzl.js b/apps/angular/node_modules/moment/locale/tzl.js similarity index 100% rename from ClientApp/node_modules/moment/locale/tzl.js rename to apps/angular/node_modules/moment/locale/tzl.js diff --git a/ClientApp/node_modules/moment/locale/tzm-latn.js b/apps/angular/node_modules/moment/locale/tzm-latn.js similarity index 100% rename from ClientApp/node_modules/moment/locale/tzm-latn.js rename to apps/angular/node_modules/moment/locale/tzm-latn.js diff --git a/ClientApp/node_modules/moment/locale/tzm.js b/apps/angular/node_modules/moment/locale/tzm.js similarity index 100% rename from ClientApp/node_modules/moment/locale/tzm.js rename to apps/angular/node_modules/moment/locale/tzm.js diff --git a/ClientApp/node_modules/moment/locale/ug-cn.js b/apps/angular/node_modules/moment/locale/ug-cn.js similarity index 100% rename from ClientApp/node_modules/moment/locale/ug-cn.js rename to apps/angular/node_modules/moment/locale/ug-cn.js diff --git a/ClientApp/node_modules/moment/locale/uk.js b/apps/angular/node_modules/moment/locale/uk.js similarity index 100% rename from ClientApp/node_modules/moment/locale/uk.js rename to apps/angular/node_modules/moment/locale/uk.js diff --git a/ClientApp/node_modules/moment/locale/ur.js b/apps/angular/node_modules/moment/locale/ur.js similarity index 100% rename from ClientApp/node_modules/moment/locale/ur.js rename to apps/angular/node_modules/moment/locale/ur.js diff --git a/ClientApp/node_modules/moment/locale/uz-latn.js b/apps/angular/node_modules/moment/locale/uz-latn.js similarity index 100% rename from ClientApp/node_modules/moment/locale/uz-latn.js rename to apps/angular/node_modules/moment/locale/uz-latn.js diff --git a/ClientApp/node_modules/moment/locale/uz.js b/apps/angular/node_modules/moment/locale/uz.js similarity index 100% rename from ClientApp/node_modules/moment/locale/uz.js rename to apps/angular/node_modules/moment/locale/uz.js diff --git a/ClientApp/node_modules/moment/locale/vi.js b/apps/angular/node_modules/moment/locale/vi.js similarity index 100% rename from ClientApp/node_modules/moment/locale/vi.js rename to apps/angular/node_modules/moment/locale/vi.js diff --git a/ClientApp/node_modules/moment/locale/x-pseudo.js b/apps/angular/node_modules/moment/locale/x-pseudo.js similarity index 100% rename from ClientApp/node_modules/moment/locale/x-pseudo.js rename to apps/angular/node_modules/moment/locale/x-pseudo.js diff --git a/ClientApp/node_modules/moment/locale/yo.js b/apps/angular/node_modules/moment/locale/yo.js similarity index 100% rename from ClientApp/node_modules/moment/locale/yo.js rename to apps/angular/node_modules/moment/locale/yo.js diff --git a/ClientApp/node_modules/moment/locale/zh-cn.js b/apps/angular/node_modules/moment/locale/zh-cn.js similarity index 100% rename from ClientApp/node_modules/moment/locale/zh-cn.js rename to apps/angular/node_modules/moment/locale/zh-cn.js diff --git a/ClientApp/node_modules/moment/locale/zh-hk.js b/apps/angular/node_modules/moment/locale/zh-hk.js similarity index 100% rename from ClientApp/node_modules/moment/locale/zh-hk.js rename to apps/angular/node_modules/moment/locale/zh-hk.js diff --git a/ClientApp/node_modules/moment/locale/zh-mo.js b/apps/angular/node_modules/moment/locale/zh-mo.js similarity index 100% rename from ClientApp/node_modules/moment/locale/zh-mo.js rename to apps/angular/node_modules/moment/locale/zh-mo.js diff --git a/ClientApp/node_modules/moment/locale/zh-tw.js b/apps/angular/node_modules/moment/locale/zh-tw.js similarity index 100% rename from ClientApp/node_modules/moment/locale/zh-tw.js rename to apps/angular/node_modules/moment/locale/zh-tw.js diff --git a/ClientApp/node_modules/moment/min/locales.js b/apps/angular/node_modules/moment/min/locales.js similarity index 100% rename from ClientApp/node_modules/moment/min/locales.js rename to apps/angular/node_modules/moment/min/locales.js diff --git a/ClientApp/node_modules/moment/min/locales.min.js b/apps/angular/node_modules/moment/min/locales.min.js similarity index 100% rename from ClientApp/node_modules/moment/min/locales.min.js rename to apps/angular/node_modules/moment/min/locales.min.js diff --git a/ClientApp/node_modules/moment/min/locales.min.js.map b/apps/angular/node_modules/moment/min/locales.min.js.map similarity index 100% rename from ClientApp/node_modules/moment/min/locales.min.js.map rename to apps/angular/node_modules/moment/min/locales.min.js.map diff --git a/ClientApp/node_modules/moment/min/moment-with-locales.js b/apps/angular/node_modules/moment/min/moment-with-locales.js similarity index 100% rename from ClientApp/node_modules/moment/min/moment-with-locales.js rename to apps/angular/node_modules/moment/min/moment-with-locales.js diff --git a/ClientApp/node_modules/moment/min/moment-with-locales.min.js b/apps/angular/node_modules/moment/min/moment-with-locales.min.js similarity index 100% rename from ClientApp/node_modules/moment/min/moment-with-locales.min.js rename to apps/angular/node_modules/moment/min/moment-with-locales.min.js diff --git a/ClientApp/node_modules/moment/min/moment-with-locales.min.js.map b/apps/angular/node_modules/moment/min/moment-with-locales.min.js.map similarity index 100% rename from ClientApp/node_modules/moment/min/moment-with-locales.min.js.map rename to apps/angular/node_modules/moment/min/moment-with-locales.min.js.map diff --git a/ClientApp/node_modules/moment/min/moment.min.js b/apps/angular/node_modules/moment/min/moment.min.js similarity index 100% rename from ClientApp/node_modules/moment/min/moment.min.js rename to apps/angular/node_modules/moment/min/moment.min.js diff --git a/ClientApp/node_modules/moment/min/moment.min.js.map b/apps/angular/node_modules/moment/min/moment.min.js.map similarity index 100% rename from ClientApp/node_modules/moment/min/moment.min.js.map rename to apps/angular/node_modules/moment/min/moment.min.js.map diff --git a/ClientApp/node_modules/moment/moment.d.ts b/apps/angular/node_modules/moment/moment.d.ts similarity index 100% rename from ClientApp/node_modules/moment/moment.d.ts rename to apps/angular/node_modules/moment/moment.d.ts diff --git a/ClientApp/node_modules/moment/moment.js b/apps/angular/node_modules/moment/moment.js similarity index 100% rename from ClientApp/node_modules/moment/moment.js rename to apps/angular/node_modules/moment/moment.js diff --git a/ClientApp/node_modules/moment/package.js b/apps/angular/node_modules/moment/package.js similarity index 100% rename from ClientApp/node_modules/moment/package.js rename to apps/angular/node_modules/moment/package.js diff --git a/ClientApp/node_modules/moment/package.json b/apps/angular/node_modules/moment/package.json similarity index 100% rename from ClientApp/node_modules/moment/package.json rename to apps/angular/node_modules/moment/package.json diff --git a/ClientApp/node_modules/moment/src/lib/create/check-overflow.js b/apps/angular/node_modules/moment/src/lib/create/check-overflow.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/create/check-overflow.js rename to apps/angular/node_modules/moment/src/lib/create/check-overflow.js diff --git a/ClientApp/node_modules/moment/src/lib/create/date-from-array.js b/apps/angular/node_modules/moment/src/lib/create/date-from-array.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/create/date-from-array.js rename to apps/angular/node_modules/moment/src/lib/create/date-from-array.js diff --git a/ClientApp/node_modules/moment/src/lib/create/from-anything.js b/apps/angular/node_modules/moment/src/lib/create/from-anything.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/create/from-anything.js rename to apps/angular/node_modules/moment/src/lib/create/from-anything.js diff --git a/ClientApp/node_modules/moment/src/lib/create/from-array.js b/apps/angular/node_modules/moment/src/lib/create/from-array.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/create/from-array.js rename to apps/angular/node_modules/moment/src/lib/create/from-array.js diff --git a/ClientApp/node_modules/moment/src/lib/create/from-object.js b/apps/angular/node_modules/moment/src/lib/create/from-object.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/create/from-object.js rename to apps/angular/node_modules/moment/src/lib/create/from-object.js diff --git a/ClientApp/node_modules/moment/src/lib/create/from-string-and-array.js b/apps/angular/node_modules/moment/src/lib/create/from-string-and-array.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/create/from-string-and-array.js rename to apps/angular/node_modules/moment/src/lib/create/from-string-and-array.js diff --git a/ClientApp/node_modules/moment/src/lib/create/from-string-and-format.js b/apps/angular/node_modules/moment/src/lib/create/from-string-and-format.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/create/from-string-and-format.js rename to apps/angular/node_modules/moment/src/lib/create/from-string-and-format.js diff --git a/ClientApp/node_modules/moment/src/lib/create/from-string.js b/apps/angular/node_modules/moment/src/lib/create/from-string.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/create/from-string.js rename to apps/angular/node_modules/moment/src/lib/create/from-string.js diff --git a/ClientApp/node_modules/moment/src/lib/create/local.js b/apps/angular/node_modules/moment/src/lib/create/local.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/create/local.js rename to apps/angular/node_modules/moment/src/lib/create/local.js diff --git a/ClientApp/node_modules/moment/src/lib/create/parsing-flags.js b/apps/angular/node_modules/moment/src/lib/create/parsing-flags.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/create/parsing-flags.js rename to apps/angular/node_modules/moment/src/lib/create/parsing-flags.js diff --git a/ClientApp/node_modules/moment/src/lib/create/utc.js b/apps/angular/node_modules/moment/src/lib/create/utc.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/create/utc.js rename to apps/angular/node_modules/moment/src/lib/create/utc.js diff --git a/ClientApp/node_modules/moment/src/lib/create/valid.js b/apps/angular/node_modules/moment/src/lib/create/valid.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/create/valid.js rename to apps/angular/node_modules/moment/src/lib/create/valid.js diff --git a/ClientApp/node_modules/moment/src/lib/duration/abs.js b/apps/angular/node_modules/moment/src/lib/duration/abs.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/duration/abs.js rename to apps/angular/node_modules/moment/src/lib/duration/abs.js diff --git a/ClientApp/node_modules/moment/src/lib/duration/add-subtract.js b/apps/angular/node_modules/moment/src/lib/duration/add-subtract.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/duration/add-subtract.js rename to apps/angular/node_modules/moment/src/lib/duration/add-subtract.js diff --git a/ClientApp/node_modules/moment/src/lib/duration/as.js b/apps/angular/node_modules/moment/src/lib/duration/as.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/duration/as.js rename to apps/angular/node_modules/moment/src/lib/duration/as.js diff --git a/ClientApp/node_modules/moment/src/lib/duration/bubble.js b/apps/angular/node_modules/moment/src/lib/duration/bubble.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/duration/bubble.js rename to apps/angular/node_modules/moment/src/lib/duration/bubble.js diff --git a/ClientApp/node_modules/moment/src/lib/duration/clone.js b/apps/angular/node_modules/moment/src/lib/duration/clone.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/duration/clone.js rename to apps/angular/node_modules/moment/src/lib/duration/clone.js diff --git a/ClientApp/node_modules/moment/src/lib/duration/constructor.js b/apps/angular/node_modules/moment/src/lib/duration/constructor.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/duration/constructor.js rename to apps/angular/node_modules/moment/src/lib/duration/constructor.js diff --git a/ClientApp/node_modules/moment/src/lib/duration/create.js b/apps/angular/node_modules/moment/src/lib/duration/create.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/duration/create.js rename to apps/angular/node_modules/moment/src/lib/duration/create.js diff --git a/ClientApp/node_modules/moment/src/lib/duration/duration.js b/apps/angular/node_modules/moment/src/lib/duration/duration.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/duration/duration.js rename to apps/angular/node_modules/moment/src/lib/duration/duration.js diff --git a/ClientApp/node_modules/moment/src/lib/duration/get.js b/apps/angular/node_modules/moment/src/lib/duration/get.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/duration/get.js rename to apps/angular/node_modules/moment/src/lib/duration/get.js diff --git a/ClientApp/node_modules/moment/src/lib/duration/humanize.js b/apps/angular/node_modules/moment/src/lib/duration/humanize.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/duration/humanize.js rename to apps/angular/node_modules/moment/src/lib/duration/humanize.js diff --git a/ClientApp/node_modules/moment/src/lib/duration/iso-string.js b/apps/angular/node_modules/moment/src/lib/duration/iso-string.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/duration/iso-string.js rename to apps/angular/node_modules/moment/src/lib/duration/iso-string.js diff --git a/ClientApp/node_modules/moment/src/lib/duration/prototype.js b/apps/angular/node_modules/moment/src/lib/duration/prototype.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/duration/prototype.js rename to apps/angular/node_modules/moment/src/lib/duration/prototype.js diff --git a/ClientApp/node_modules/moment/src/lib/duration/valid.js b/apps/angular/node_modules/moment/src/lib/duration/valid.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/duration/valid.js rename to apps/angular/node_modules/moment/src/lib/duration/valid.js diff --git a/ClientApp/node_modules/moment/src/lib/format/format.js b/apps/angular/node_modules/moment/src/lib/format/format.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/format/format.js rename to apps/angular/node_modules/moment/src/lib/format/format.js diff --git a/ClientApp/node_modules/moment/src/lib/locale/base-config.js b/apps/angular/node_modules/moment/src/lib/locale/base-config.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/locale/base-config.js rename to apps/angular/node_modules/moment/src/lib/locale/base-config.js diff --git a/ClientApp/node_modules/moment/src/lib/locale/calendar.js b/apps/angular/node_modules/moment/src/lib/locale/calendar.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/locale/calendar.js rename to apps/angular/node_modules/moment/src/lib/locale/calendar.js diff --git a/ClientApp/node_modules/moment/src/lib/locale/constructor.js b/apps/angular/node_modules/moment/src/lib/locale/constructor.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/locale/constructor.js rename to apps/angular/node_modules/moment/src/lib/locale/constructor.js diff --git a/ClientApp/node_modules/moment/src/lib/locale/en.js b/apps/angular/node_modules/moment/src/lib/locale/en.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/locale/en.js rename to apps/angular/node_modules/moment/src/lib/locale/en.js diff --git a/ClientApp/node_modules/moment/src/lib/locale/formats.js b/apps/angular/node_modules/moment/src/lib/locale/formats.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/locale/formats.js rename to apps/angular/node_modules/moment/src/lib/locale/formats.js diff --git a/ClientApp/node_modules/moment/src/lib/locale/invalid.js b/apps/angular/node_modules/moment/src/lib/locale/invalid.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/locale/invalid.js rename to apps/angular/node_modules/moment/src/lib/locale/invalid.js diff --git a/ClientApp/node_modules/moment/src/lib/locale/lists.js b/apps/angular/node_modules/moment/src/lib/locale/lists.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/locale/lists.js rename to apps/angular/node_modules/moment/src/lib/locale/lists.js diff --git a/ClientApp/node_modules/moment/src/lib/locale/locale.js b/apps/angular/node_modules/moment/src/lib/locale/locale.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/locale/locale.js rename to apps/angular/node_modules/moment/src/lib/locale/locale.js diff --git a/ClientApp/node_modules/moment/src/lib/locale/locales.js b/apps/angular/node_modules/moment/src/lib/locale/locales.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/locale/locales.js rename to apps/angular/node_modules/moment/src/lib/locale/locales.js diff --git a/ClientApp/node_modules/moment/src/lib/locale/ordinal.js b/apps/angular/node_modules/moment/src/lib/locale/ordinal.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/locale/ordinal.js rename to apps/angular/node_modules/moment/src/lib/locale/ordinal.js diff --git a/ClientApp/node_modules/moment/src/lib/locale/pre-post-format.js b/apps/angular/node_modules/moment/src/lib/locale/pre-post-format.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/locale/pre-post-format.js rename to apps/angular/node_modules/moment/src/lib/locale/pre-post-format.js diff --git a/ClientApp/node_modules/moment/src/lib/locale/prototype.js b/apps/angular/node_modules/moment/src/lib/locale/prototype.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/locale/prototype.js rename to apps/angular/node_modules/moment/src/lib/locale/prototype.js diff --git a/ClientApp/node_modules/moment/src/lib/locale/relative.js b/apps/angular/node_modules/moment/src/lib/locale/relative.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/locale/relative.js rename to apps/angular/node_modules/moment/src/lib/locale/relative.js diff --git a/ClientApp/node_modules/moment/src/lib/locale/set.js b/apps/angular/node_modules/moment/src/lib/locale/set.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/locale/set.js rename to apps/angular/node_modules/moment/src/lib/locale/set.js diff --git a/ClientApp/node_modules/moment/src/lib/moment/add-subtract.js b/apps/angular/node_modules/moment/src/lib/moment/add-subtract.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/moment/add-subtract.js rename to apps/angular/node_modules/moment/src/lib/moment/add-subtract.js diff --git a/ClientApp/node_modules/moment/src/lib/moment/calendar.js b/apps/angular/node_modules/moment/src/lib/moment/calendar.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/moment/calendar.js rename to apps/angular/node_modules/moment/src/lib/moment/calendar.js diff --git a/ClientApp/node_modules/moment/src/lib/moment/clone.js b/apps/angular/node_modules/moment/src/lib/moment/clone.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/moment/clone.js rename to apps/angular/node_modules/moment/src/lib/moment/clone.js diff --git a/ClientApp/node_modules/moment/src/lib/moment/compare.js b/apps/angular/node_modules/moment/src/lib/moment/compare.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/moment/compare.js rename to apps/angular/node_modules/moment/src/lib/moment/compare.js diff --git a/ClientApp/node_modules/moment/src/lib/moment/constructor.js b/apps/angular/node_modules/moment/src/lib/moment/constructor.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/moment/constructor.js rename to apps/angular/node_modules/moment/src/lib/moment/constructor.js diff --git a/ClientApp/node_modules/moment/src/lib/moment/creation-data.js b/apps/angular/node_modules/moment/src/lib/moment/creation-data.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/moment/creation-data.js rename to apps/angular/node_modules/moment/src/lib/moment/creation-data.js diff --git a/ClientApp/node_modules/moment/src/lib/moment/diff.js b/apps/angular/node_modules/moment/src/lib/moment/diff.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/moment/diff.js rename to apps/angular/node_modules/moment/src/lib/moment/diff.js diff --git a/ClientApp/node_modules/moment/src/lib/moment/format.js b/apps/angular/node_modules/moment/src/lib/moment/format.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/moment/format.js rename to apps/angular/node_modules/moment/src/lib/moment/format.js diff --git a/ClientApp/node_modules/moment/src/lib/moment/from.js b/apps/angular/node_modules/moment/src/lib/moment/from.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/moment/from.js rename to apps/angular/node_modules/moment/src/lib/moment/from.js diff --git a/ClientApp/node_modules/moment/src/lib/moment/get-set.js b/apps/angular/node_modules/moment/src/lib/moment/get-set.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/moment/get-set.js rename to apps/angular/node_modules/moment/src/lib/moment/get-set.js diff --git a/ClientApp/node_modules/moment/src/lib/moment/locale.js b/apps/angular/node_modules/moment/src/lib/moment/locale.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/moment/locale.js rename to apps/angular/node_modules/moment/src/lib/moment/locale.js diff --git a/ClientApp/node_modules/moment/src/lib/moment/min-max.js b/apps/angular/node_modules/moment/src/lib/moment/min-max.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/moment/min-max.js rename to apps/angular/node_modules/moment/src/lib/moment/min-max.js diff --git a/ClientApp/node_modules/moment/src/lib/moment/moment.js b/apps/angular/node_modules/moment/src/lib/moment/moment.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/moment/moment.js rename to apps/angular/node_modules/moment/src/lib/moment/moment.js diff --git a/ClientApp/node_modules/moment/src/lib/moment/now.js b/apps/angular/node_modules/moment/src/lib/moment/now.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/moment/now.js rename to apps/angular/node_modules/moment/src/lib/moment/now.js diff --git a/ClientApp/node_modules/moment/src/lib/moment/prototype.js b/apps/angular/node_modules/moment/src/lib/moment/prototype.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/moment/prototype.js rename to apps/angular/node_modules/moment/src/lib/moment/prototype.js diff --git a/ClientApp/node_modules/moment/src/lib/moment/start-end-of.js b/apps/angular/node_modules/moment/src/lib/moment/start-end-of.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/moment/start-end-of.js rename to apps/angular/node_modules/moment/src/lib/moment/start-end-of.js diff --git a/ClientApp/node_modules/moment/src/lib/moment/to-type.js b/apps/angular/node_modules/moment/src/lib/moment/to-type.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/moment/to-type.js rename to apps/angular/node_modules/moment/src/lib/moment/to-type.js diff --git a/ClientApp/node_modules/moment/src/lib/moment/to.js b/apps/angular/node_modules/moment/src/lib/moment/to.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/moment/to.js rename to apps/angular/node_modules/moment/src/lib/moment/to.js diff --git a/ClientApp/node_modules/moment/src/lib/moment/valid.js b/apps/angular/node_modules/moment/src/lib/moment/valid.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/moment/valid.js rename to apps/angular/node_modules/moment/src/lib/moment/valid.js diff --git a/ClientApp/node_modules/moment/src/lib/parse/regex.js b/apps/angular/node_modules/moment/src/lib/parse/regex.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/parse/regex.js rename to apps/angular/node_modules/moment/src/lib/parse/regex.js diff --git a/ClientApp/node_modules/moment/src/lib/parse/token.js b/apps/angular/node_modules/moment/src/lib/parse/token.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/parse/token.js rename to apps/angular/node_modules/moment/src/lib/parse/token.js diff --git a/ClientApp/node_modules/moment/src/lib/units/aliases.js b/apps/angular/node_modules/moment/src/lib/units/aliases.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/units/aliases.js rename to apps/angular/node_modules/moment/src/lib/units/aliases.js diff --git a/ClientApp/node_modules/moment/src/lib/units/constants.js b/apps/angular/node_modules/moment/src/lib/units/constants.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/units/constants.js rename to apps/angular/node_modules/moment/src/lib/units/constants.js diff --git a/ClientApp/node_modules/moment/src/lib/units/day-of-month.js b/apps/angular/node_modules/moment/src/lib/units/day-of-month.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/units/day-of-month.js rename to apps/angular/node_modules/moment/src/lib/units/day-of-month.js diff --git a/ClientApp/node_modules/moment/src/lib/units/day-of-week.js b/apps/angular/node_modules/moment/src/lib/units/day-of-week.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/units/day-of-week.js rename to apps/angular/node_modules/moment/src/lib/units/day-of-week.js diff --git a/ClientApp/node_modules/moment/src/lib/units/day-of-year.js b/apps/angular/node_modules/moment/src/lib/units/day-of-year.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/units/day-of-year.js rename to apps/angular/node_modules/moment/src/lib/units/day-of-year.js diff --git a/ClientApp/node_modules/moment/src/lib/units/era.js b/apps/angular/node_modules/moment/src/lib/units/era.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/units/era.js rename to apps/angular/node_modules/moment/src/lib/units/era.js diff --git a/ClientApp/node_modules/moment/src/lib/units/hour.js b/apps/angular/node_modules/moment/src/lib/units/hour.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/units/hour.js rename to apps/angular/node_modules/moment/src/lib/units/hour.js diff --git a/ClientApp/node_modules/moment/src/lib/units/millisecond.js b/apps/angular/node_modules/moment/src/lib/units/millisecond.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/units/millisecond.js rename to apps/angular/node_modules/moment/src/lib/units/millisecond.js diff --git a/ClientApp/node_modules/moment/src/lib/units/minute.js b/apps/angular/node_modules/moment/src/lib/units/minute.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/units/minute.js rename to apps/angular/node_modules/moment/src/lib/units/minute.js diff --git a/ClientApp/node_modules/moment/src/lib/units/month.js b/apps/angular/node_modules/moment/src/lib/units/month.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/units/month.js rename to apps/angular/node_modules/moment/src/lib/units/month.js diff --git a/ClientApp/node_modules/moment/src/lib/units/offset.js b/apps/angular/node_modules/moment/src/lib/units/offset.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/units/offset.js rename to apps/angular/node_modules/moment/src/lib/units/offset.js diff --git a/ClientApp/node_modules/moment/src/lib/units/priorities.js b/apps/angular/node_modules/moment/src/lib/units/priorities.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/units/priorities.js rename to apps/angular/node_modules/moment/src/lib/units/priorities.js diff --git a/ClientApp/node_modules/moment/src/lib/units/quarter.js b/apps/angular/node_modules/moment/src/lib/units/quarter.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/units/quarter.js rename to apps/angular/node_modules/moment/src/lib/units/quarter.js diff --git a/ClientApp/node_modules/moment/src/lib/units/second.js b/apps/angular/node_modules/moment/src/lib/units/second.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/units/second.js rename to apps/angular/node_modules/moment/src/lib/units/second.js diff --git a/ClientApp/node_modules/moment/src/lib/units/timestamp.js b/apps/angular/node_modules/moment/src/lib/units/timestamp.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/units/timestamp.js rename to apps/angular/node_modules/moment/src/lib/units/timestamp.js diff --git a/ClientApp/node_modules/moment/src/lib/units/timezone.js b/apps/angular/node_modules/moment/src/lib/units/timezone.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/units/timezone.js rename to apps/angular/node_modules/moment/src/lib/units/timezone.js diff --git a/ClientApp/node_modules/moment/src/lib/units/units.js b/apps/angular/node_modules/moment/src/lib/units/units.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/units/units.js rename to apps/angular/node_modules/moment/src/lib/units/units.js diff --git a/ClientApp/node_modules/moment/src/lib/units/week-calendar-utils.js b/apps/angular/node_modules/moment/src/lib/units/week-calendar-utils.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/units/week-calendar-utils.js rename to apps/angular/node_modules/moment/src/lib/units/week-calendar-utils.js diff --git a/ClientApp/node_modules/moment/src/lib/units/week-year.js b/apps/angular/node_modules/moment/src/lib/units/week-year.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/units/week-year.js rename to apps/angular/node_modules/moment/src/lib/units/week-year.js diff --git a/ClientApp/node_modules/moment/src/lib/units/week.js b/apps/angular/node_modules/moment/src/lib/units/week.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/units/week.js rename to apps/angular/node_modules/moment/src/lib/units/week.js diff --git a/ClientApp/node_modules/moment/src/lib/units/year.js b/apps/angular/node_modules/moment/src/lib/units/year.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/units/year.js rename to apps/angular/node_modules/moment/src/lib/units/year.js diff --git a/ClientApp/node_modules/moment/src/lib/utils/abs-ceil.js b/apps/angular/node_modules/moment/src/lib/utils/abs-ceil.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/utils/abs-ceil.js rename to apps/angular/node_modules/moment/src/lib/utils/abs-ceil.js diff --git a/ClientApp/node_modules/moment/src/lib/utils/abs-floor.js b/apps/angular/node_modules/moment/src/lib/utils/abs-floor.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/utils/abs-floor.js rename to apps/angular/node_modules/moment/src/lib/utils/abs-floor.js diff --git a/ClientApp/node_modules/moment/src/lib/utils/abs-round.js b/apps/angular/node_modules/moment/src/lib/utils/abs-round.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/utils/abs-round.js rename to apps/angular/node_modules/moment/src/lib/utils/abs-round.js diff --git a/ClientApp/node_modules/moment/src/lib/utils/compare-arrays.js b/apps/angular/node_modules/moment/src/lib/utils/compare-arrays.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/utils/compare-arrays.js rename to apps/angular/node_modules/moment/src/lib/utils/compare-arrays.js diff --git a/ClientApp/node_modules/moment/src/lib/utils/defaults.js b/apps/angular/node_modules/moment/src/lib/utils/defaults.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/utils/defaults.js rename to apps/angular/node_modules/moment/src/lib/utils/defaults.js diff --git a/ClientApp/node_modules/moment/src/lib/utils/deprecate.js b/apps/angular/node_modules/moment/src/lib/utils/deprecate.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/utils/deprecate.js rename to apps/angular/node_modules/moment/src/lib/utils/deprecate.js diff --git a/ClientApp/node_modules/moment/src/lib/utils/extend.js b/apps/angular/node_modules/moment/src/lib/utils/extend.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/utils/extend.js rename to apps/angular/node_modules/moment/src/lib/utils/extend.js diff --git a/ClientApp/node_modules/moment/src/lib/utils/has-own-prop.js b/apps/angular/node_modules/moment/src/lib/utils/has-own-prop.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/utils/has-own-prop.js rename to apps/angular/node_modules/moment/src/lib/utils/has-own-prop.js diff --git a/ClientApp/node_modules/moment/src/lib/utils/hooks.js b/apps/angular/node_modules/moment/src/lib/utils/hooks.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/utils/hooks.js rename to apps/angular/node_modules/moment/src/lib/utils/hooks.js diff --git a/ClientApp/node_modules/moment/src/lib/utils/index-of.js b/apps/angular/node_modules/moment/src/lib/utils/index-of.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/utils/index-of.js rename to apps/angular/node_modules/moment/src/lib/utils/index-of.js diff --git a/ClientApp/node_modules/moment/src/lib/utils/is-array.js b/apps/angular/node_modules/moment/src/lib/utils/is-array.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/utils/is-array.js rename to apps/angular/node_modules/moment/src/lib/utils/is-array.js diff --git a/ClientApp/node_modules/moment/src/lib/utils/is-calendar-spec.js b/apps/angular/node_modules/moment/src/lib/utils/is-calendar-spec.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/utils/is-calendar-spec.js rename to apps/angular/node_modules/moment/src/lib/utils/is-calendar-spec.js diff --git a/ClientApp/node_modules/moment/src/lib/utils/is-date.js b/apps/angular/node_modules/moment/src/lib/utils/is-date.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/utils/is-date.js rename to apps/angular/node_modules/moment/src/lib/utils/is-date.js diff --git a/ClientApp/node_modules/moment/src/lib/utils/is-function.js b/apps/angular/node_modules/moment/src/lib/utils/is-function.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/utils/is-function.js rename to apps/angular/node_modules/moment/src/lib/utils/is-function.js diff --git a/ClientApp/node_modules/moment/src/lib/utils/is-leap-year.js b/apps/angular/node_modules/moment/src/lib/utils/is-leap-year.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/utils/is-leap-year.js rename to apps/angular/node_modules/moment/src/lib/utils/is-leap-year.js diff --git a/ClientApp/node_modules/moment/src/lib/utils/is-moment-input.js b/apps/angular/node_modules/moment/src/lib/utils/is-moment-input.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/utils/is-moment-input.js rename to apps/angular/node_modules/moment/src/lib/utils/is-moment-input.js diff --git a/ClientApp/node_modules/moment/src/lib/utils/is-number.js b/apps/angular/node_modules/moment/src/lib/utils/is-number.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/utils/is-number.js rename to apps/angular/node_modules/moment/src/lib/utils/is-number.js diff --git a/ClientApp/node_modules/moment/src/lib/utils/is-object-empty.js b/apps/angular/node_modules/moment/src/lib/utils/is-object-empty.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/utils/is-object-empty.js rename to apps/angular/node_modules/moment/src/lib/utils/is-object-empty.js diff --git a/ClientApp/node_modules/moment/src/lib/utils/is-object.js b/apps/angular/node_modules/moment/src/lib/utils/is-object.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/utils/is-object.js rename to apps/angular/node_modules/moment/src/lib/utils/is-object.js diff --git a/ClientApp/node_modules/moment/src/lib/utils/is-string.js b/apps/angular/node_modules/moment/src/lib/utils/is-string.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/utils/is-string.js rename to apps/angular/node_modules/moment/src/lib/utils/is-string.js diff --git a/ClientApp/node_modules/moment/src/lib/utils/is-undefined.js b/apps/angular/node_modules/moment/src/lib/utils/is-undefined.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/utils/is-undefined.js rename to apps/angular/node_modules/moment/src/lib/utils/is-undefined.js diff --git a/ClientApp/node_modules/moment/src/lib/utils/keys.js b/apps/angular/node_modules/moment/src/lib/utils/keys.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/utils/keys.js rename to apps/angular/node_modules/moment/src/lib/utils/keys.js diff --git a/ClientApp/node_modules/moment/src/lib/utils/map.js b/apps/angular/node_modules/moment/src/lib/utils/map.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/utils/map.js rename to apps/angular/node_modules/moment/src/lib/utils/map.js diff --git a/ClientApp/node_modules/moment/src/lib/utils/mod.js b/apps/angular/node_modules/moment/src/lib/utils/mod.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/utils/mod.js rename to apps/angular/node_modules/moment/src/lib/utils/mod.js diff --git a/ClientApp/node_modules/moment/src/lib/utils/some.js b/apps/angular/node_modules/moment/src/lib/utils/some.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/utils/some.js rename to apps/angular/node_modules/moment/src/lib/utils/some.js diff --git a/ClientApp/node_modules/moment/src/lib/utils/to-int.js b/apps/angular/node_modules/moment/src/lib/utils/to-int.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/utils/to-int.js rename to apps/angular/node_modules/moment/src/lib/utils/to-int.js diff --git a/ClientApp/node_modules/moment/src/lib/utils/zero-fill.js b/apps/angular/node_modules/moment/src/lib/utils/zero-fill.js similarity index 100% rename from ClientApp/node_modules/moment/src/lib/utils/zero-fill.js rename to apps/angular/node_modules/moment/src/lib/utils/zero-fill.js diff --git a/ClientApp/node_modules/moment/src/locale/af.js b/apps/angular/node_modules/moment/src/locale/af.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/af.js rename to apps/angular/node_modules/moment/src/locale/af.js diff --git a/ClientApp/node_modules/moment/src/locale/ar-dz.js b/apps/angular/node_modules/moment/src/locale/ar-dz.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/ar-dz.js rename to apps/angular/node_modules/moment/src/locale/ar-dz.js diff --git a/ClientApp/node_modules/moment/src/locale/ar-kw.js b/apps/angular/node_modules/moment/src/locale/ar-kw.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/ar-kw.js rename to apps/angular/node_modules/moment/src/locale/ar-kw.js diff --git a/ClientApp/node_modules/moment/src/locale/ar-ly.js b/apps/angular/node_modules/moment/src/locale/ar-ly.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/ar-ly.js rename to apps/angular/node_modules/moment/src/locale/ar-ly.js diff --git a/ClientApp/node_modules/moment/src/locale/ar-ma.js b/apps/angular/node_modules/moment/src/locale/ar-ma.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/ar-ma.js rename to apps/angular/node_modules/moment/src/locale/ar-ma.js diff --git a/ClientApp/node_modules/moment/src/locale/ar-ps.js b/apps/angular/node_modules/moment/src/locale/ar-ps.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/ar-ps.js rename to apps/angular/node_modules/moment/src/locale/ar-ps.js diff --git a/ClientApp/node_modules/moment/src/locale/ar-sa.js b/apps/angular/node_modules/moment/src/locale/ar-sa.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/ar-sa.js rename to apps/angular/node_modules/moment/src/locale/ar-sa.js diff --git a/ClientApp/node_modules/moment/src/locale/ar-tn.js b/apps/angular/node_modules/moment/src/locale/ar-tn.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/ar-tn.js rename to apps/angular/node_modules/moment/src/locale/ar-tn.js diff --git a/ClientApp/node_modules/moment/src/locale/ar.js b/apps/angular/node_modules/moment/src/locale/ar.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/ar.js rename to apps/angular/node_modules/moment/src/locale/ar.js diff --git a/ClientApp/node_modules/moment/src/locale/az.js b/apps/angular/node_modules/moment/src/locale/az.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/az.js rename to apps/angular/node_modules/moment/src/locale/az.js diff --git a/ClientApp/node_modules/moment/src/locale/be.js b/apps/angular/node_modules/moment/src/locale/be.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/be.js rename to apps/angular/node_modules/moment/src/locale/be.js diff --git a/ClientApp/node_modules/moment/src/locale/bg.js b/apps/angular/node_modules/moment/src/locale/bg.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/bg.js rename to apps/angular/node_modules/moment/src/locale/bg.js diff --git a/ClientApp/node_modules/moment/src/locale/bm.js b/apps/angular/node_modules/moment/src/locale/bm.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/bm.js rename to apps/angular/node_modules/moment/src/locale/bm.js diff --git a/ClientApp/node_modules/moment/src/locale/bn-bd.js b/apps/angular/node_modules/moment/src/locale/bn-bd.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/bn-bd.js rename to apps/angular/node_modules/moment/src/locale/bn-bd.js diff --git a/ClientApp/node_modules/moment/src/locale/bn.js b/apps/angular/node_modules/moment/src/locale/bn.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/bn.js rename to apps/angular/node_modules/moment/src/locale/bn.js diff --git a/ClientApp/node_modules/moment/src/locale/bo.js b/apps/angular/node_modules/moment/src/locale/bo.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/bo.js rename to apps/angular/node_modules/moment/src/locale/bo.js diff --git a/ClientApp/node_modules/moment/src/locale/br.js b/apps/angular/node_modules/moment/src/locale/br.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/br.js rename to apps/angular/node_modules/moment/src/locale/br.js diff --git a/ClientApp/node_modules/moment/src/locale/bs.js b/apps/angular/node_modules/moment/src/locale/bs.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/bs.js rename to apps/angular/node_modules/moment/src/locale/bs.js diff --git a/ClientApp/node_modules/moment/src/locale/ca.js b/apps/angular/node_modules/moment/src/locale/ca.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/ca.js rename to apps/angular/node_modules/moment/src/locale/ca.js diff --git a/ClientApp/node_modules/moment/src/locale/cs.js b/apps/angular/node_modules/moment/src/locale/cs.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/cs.js rename to apps/angular/node_modules/moment/src/locale/cs.js diff --git a/ClientApp/node_modules/moment/src/locale/cv.js b/apps/angular/node_modules/moment/src/locale/cv.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/cv.js rename to apps/angular/node_modules/moment/src/locale/cv.js diff --git a/ClientApp/node_modules/moment/src/locale/cy.js b/apps/angular/node_modules/moment/src/locale/cy.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/cy.js rename to apps/angular/node_modules/moment/src/locale/cy.js diff --git a/ClientApp/node_modules/moment/src/locale/da.js b/apps/angular/node_modules/moment/src/locale/da.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/da.js rename to apps/angular/node_modules/moment/src/locale/da.js diff --git a/ClientApp/node_modules/moment/src/locale/de-at.js b/apps/angular/node_modules/moment/src/locale/de-at.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/de-at.js rename to apps/angular/node_modules/moment/src/locale/de-at.js diff --git a/ClientApp/node_modules/moment/src/locale/de-ch.js b/apps/angular/node_modules/moment/src/locale/de-ch.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/de-ch.js rename to apps/angular/node_modules/moment/src/locale/de-ch.js diff --git a/ClientApp/node_modules/moment/src/locale/de.js b/apps/angular/node_modules/moment/src/locale/de.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/de.js rename to apps/angular/node_modules/moment/src/locale/de.js diff --git a/ClientApp/node_modules/moment/src/locale/dv.js b/apps/angular/node_modules/moment/src/locale/dv.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/dv.js rename to apps/angular/node_modules/moment/src/locale/dv.js diff --git a/ClientApp/node_modules/moment/src/locale/el.js b/apps/angular/node_modules/moment/src/locale/el.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/el.js rename to apps/angular/node_modules/moment/src/locale/el.js diff --git a/ClientApp/node_modules/moment/src/locale/en-au.js b/apps/angular/node_modules/moment/src/locale/en-au.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/en-au.js rename to apps/angular/node_modules/moment/src/locale/en-au.js diff --git a/ClientApp/node_modules/moment/src/locale/en-ca.js b/apps/angular/node_modules/moment/src/locale/en-ca.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/en-ca.js rename to apps/angular/node_modules/moment/src/locale/en-ca.js diff --git a/ClientApp/node_modules/moment/src/locale/en-gb.js b/apps/angular/node_modules/moment/src/locale/en-gb.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/en-gb.js rename to apps/angular/node_modules/moment/src/locale/en-gb.js diff --git a/ClientApp/node_modules/moment/src/locale/en-ie.js b/apps/angular/node_modules/moment/src/locale/en-ie.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/en-ie.js rename to apps/angular/node_modules/moment/src/locale/en-ie.js diff --git a/ClientApp/node_modules/moment/src/locale/en-il.js b/apps/angular/node_modules/moment/src/locale/en-il.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/en-il.js rename to apps/angular/node_modules/moment/src/locale/en-il.js diff --git a/ClientApp/node_modules/moment/src/locale/en-in.js b/apps/angular/node_modules/moment/src/locale/en-in.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/en-in.js rename to apps/angular/node_modules/moment/src/locale/en-in.js diff --git a/ClientApp/node_modules/moment/src/locale/en-nz.js b/apps/angular/node_modules/moment/src/locale/en-nz.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/en-nz.js rename to apps/angular/node_modules/moment/src/locale/en-nz.js diff --git a/ClientApp/node_modules/moment/src/locale/en-sg.js b/apps/angular/node_modules/moment/src/locale/en-sg.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/en-sg.js rename to apps/angular/node_modules/moment/src/locale/en-sg.js diff --git a/ClientApp/node_modules/moment/src/locale/eo.js b/apps/angular/node_modules/moment/src/locale/eo.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/eo.js rename to apps/angular/node_modules/moment/src/locale/eo.js diff --git a/ClientApp/node_modules/moment/src/locale/es-do.js b/apps/angular/node_modules/moment/src/locale/es-do.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/es-do.js rename to apps/angular/node_modules/moment/src/locale/es-do.js diff --git a/ClientApp/node_modules/moment/src/locale/es-mx.js b/apps/angular/node_modules/moment/src/locale/es-mx.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/es-mx.js rename to apps/angular/node_modules/moment/src/locale/es-mx.js diff --git a/ClientApp/node_modules/moment/src/locale/es-us.js b/apps/angular/node_modules/moment/src/locale/es-us.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/es-us.js rename to apps/angular/node_modules/moment/src/locale/es-us.js diff --git a/ClientApp/node_modules/moment/src/locale/es.js b/apps/angular/node_modules/moment/src/locale/es.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/es.js rename to apps/angular/node_modules/moment/src/locale/es.js diff --git a/ClientApp/node_modules/moment/src/locale/et.js b/apps/angular/node_modules/moment/src/locale/et.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/et.js rename to apps/angular/node_modules/moment/src/locale/et.js diff --git a/ClientApp/node_modules/moment/src/locale/eu.js b/apps/angular/node_modules/moment/src/locale/eu.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/eu.js rename to apps/angular/node_modules/moment/src/locale/eu.js diff --git a/ClientApp/node_modules/moment/src/locale/fa.js b/apps/angular/node_modules/moment/src/locale/fa.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/fa.js rename to apps/angular/node_modules/moment/src/locale/fa.js diff --git a/ClientApp/node_modules/moment/src/locale/fi.js b/apps/angular/node_modules/moment/src/locale/fi.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/fi.js rename to apps/angular/node_modules/moment/src/locale/fi.js diff --git a/ClientApp/node_modules/moment/src/locale/fil.js b/apps/angular/node_modules/moment/src/locale/fil.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/fil.js rename to apps/angular/node_modules/moment/src/locale/fil.js diff --git a/ClientApp/node_modules/moment/src/locale/fo.js b/apps/angular/node_modules/moment/src/locale/fo.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/fo.js rename to apps/angular/node_modules/moment/src/locale/fo.js diff --git a/ClientApp/node_modules/moment/src/locale/fr-ca.js b/apps/angular/node_modules/moment/src/locale/fr-ca.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/fr-ca.js rename to apps/angular/node_modules/moment/src/locale/fr-ca.js diff --git a/ClientApp/node_modules/moment/src/locale/fr-ch.js b/apps/angular/node_modules/moment/src/locale/fr-ch.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/fr-ch.js rename to apps/angular/node_modules/moment/src/locale/fr-ch.js diff --git a/ClientApp/node_modules/moment/src/locale/fr.js b/apps/angular/node_modules/moment/src/locale/fr.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/fr.js rename to apps/angular/node_modules/moment/src/locale/fr.js diff --git a/ClientApp/node_modules/moment/src/locale/fy.js b/apps/angular/node_modules/moment/src/locale/fy.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/fy.js rename to apps/angular/node_modules/moment/src/locale/fy.js diff --git a/ClientApp/node_modules/moment/src/locale/ga.js b/apps/angular/node_modules/moment/src/locale/ga.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/ga.js rename to apps/angular/node_modules/moment/src/locale/ga.js diff --git a/ClientApp/node_modules/moment/src/locale/gd.js b/apps/angular/node_modules/moment/src/locale/gd.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/gd.js rename to apps/angular/node_modules/moment/src/locale/gd.js diff --git a/ClientApp/node_modules/moment/src/locale/gl.js b/apps/angular/node_modules/moment/src/locale/gl.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/gl.js rename to apps/angular/node_modules/moment/src/locale/gl.js diff --git a/ClientApp/node_modules/moment/src/locale/gom-deva.js b/apps/angular/node_modules/moment/src/locale/gom-deva.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/gom-deva.js rename to apps/angular/node_modules/moment/src/locale/gom-deva.js diff --git a/ClientApp/node_modules/moment/src/locale/gom-latn.js b/apps/angular/node_modules/moment/src/locale/gom-latn.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/gom-latn.js rename to apps/angular/node_modules/moment/src/locale/gom-latn.js diff --git a/ClientApp/node_modules/moment/src/locale/gu.js b/apps/angular/node_modules/moment/src/locale/gu.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/gu.js rename to apps/angular/node_modules/moment/src/locale/gu.js diff --git a/ClientApp/node_modules/moment/src/locale/he.js b/apps/angular/node_modules/moment/src/locale/he.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/he.js rename to apps/angular/node_modules/moment/src/locale/he.js diff --git a/ClientApp/node_modules/moment/src/locale/hi.js b/apps/angular/node_modules/moment/src/locale/hi.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/hi.js rename to apps/angular/node_modules/moment/src/locale/hi.js diff --git a/ClientApp/node_modules/moment/src/locale/hr.js b/apps/angular/node_modules/moment/src/locale/hr.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/hr.js rename to apps/angular/node_modules/moment/src/locale/hr.js diff --git a/ClientApp/node_modules/moment/src/locale/hu.js b/apps/angular/node_modules/moment/src/locale/hu.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/hu.js rename to apps/angular/node_modules/moment/src/locale/hu.js diff --git a/ClientApp/node_modules/moment/src/locale/hy-am.js b/apps/angular/node_modules/moment/src/locale/hy-am.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/hy-am.js rename to apps/angular/node_modules/moment/src/locale/hy-am.js diff --git a/ClientApp/node_modules/moment/src/locale/id.js b/apps/angular/node_modules/moment/src/locale/id.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/id.js rename to apps/angular/node_modules/moment/src/locale/id.js diff --git a/ClientApp/node_modules/moment/src/locale/is.js b/apps/angular/node_modules/moment/src/locale/is.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/is.js rename to apps/angular/node_modules/moment/src/locale/is.js diff --git a/ClientApp/node_modules/moment/src/locale/it-ch.js b/apps/angular/node_modules/moment/src/locale/it-ch.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/it-ch.js rename to apps/angular/node_modules/moment/src/locale/it-ch.js diff --git a/ClientApp/node_modules/moment/src/locale/it.js b/apps/angular/node_modules/moment/src/locale/it.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/it.js rename to apps/angular/node_modules/moment/src/locale/it.js diff --git a/ClientApp/node_modules/moment/src/locale/ja.js b/apps/angular/node_modules/moment/src/locale/ja.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/ja.js rename to apps/angular/node_modules/moment/src/locale/ja.js diff --git a/ClientApp/node_modules/moment/src/locale/jv.js b/apps/angular/node_modules/moment/src/locale/jv.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/jv.js rename to apps/angular/node_modules/moment/src/locale/jv.js diff --git a/ClientApp/node_modules/moment/src/locale/ka.js b/apps/angular/node_modules/moment/src/locale/ka.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/ka.js rename to apps/angular/node_modules/moment/src/locale/ka.js diff --git a/ClientApp/node_modules/moment/src/locale/kk.js b/apps/angular/node_modules/moment/src/locale/kk.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/kk.js rename to apps/angular/node_modules/moment/src/locale/kk.js diff --git a/ClientApp/node_modules/moment/src/locale/km.js b/apps/angular/node_modules/moment/src/locale/km.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/km.js rename to apps/angular/node_modules/moment/src/locale/km.js diff --git a/ClientApp/node_modules/moment/src/locale/kn.js b/apps/angular/node_modules/moment/src/locale/kn.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/kn.js rename to apps/angular/node_modules/moment/src/locale/kn.js diff --git a/ClientApp/node_modules/moment/src/locale/ko.js b/apps/angular/node_modules/moment/src/locale/ko.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/ko.js rename to apps/angular/node_modules/moment/src/locale/ko.js diff --git a/ClientApp/node_modules/moment/src/locale/ku-kmr.js b/apps/angular/node_modules/moment/src/locale/ku-kmr.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/ku-kmr.js rename to apps/angular/node_modules/moment/src/locale/ku-kmr.js diff --git a/ClientApp/node_modules/moment/src/locale/ku.js b/apps/angular/node_modules/moment/src/locale/ku.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/ku.js rename to apps/angular/node_modules/moment/src/locale/ku.js diff --git a/ClientApp/node_modules/moment/src/locale/ky.js b/apps/angular/node_modules/moment/src/locale/ky.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/ky.js rename to apps/angular/node_modules/moment/src/locale/ky.js diff --git a/ClientApp/node_modules/moment/src/locale/lb.js b/apps/angular/node_modules/moment/src/locale/lb.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/lb.js rename to apps/angular/node_modules/moment/src/locale/lb.js diff --git a/ClientApp/node_modules/moment/src/locale/lo.js b/apps/angular/node_modules/moment/src/locale/lo.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/lo.js rename to apps/angular/node_modules/moment/src/locale/lo.js diff --git a/ClientApp/node_modules/moment/src/locale/lt.js b/apps/angular/node_modules/moment/src/locale/lt.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/lt.js rename to apps/angular/node_modules/moment/src/locale/lt.js diff --git a/ClientApp/node_modules/moment/src/locale/lv.js b/apps/angular/node_modules/moment/src/locale/lv.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/lv.js rename to apps/angular/node_modules/moment/src/locale/lv.js diff --git a/ClientApp/node_modules/moment/src/locale/me.js b/apps/angular/node_modules/moment/src/locale/me.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/me.js rename to apps/angular/node_modules/moment/src/locale/me.js diff --git a/ClientApp/node_modules/moment/src/locale/mi.js b/apps/angular/node_modules/moment/src/locale/mi.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/mi.js rename to apps/angular/node_modules/moment/src/locale/mi.js diff --git a/ClientApp/node_modules/moment/src/locale/mk.js b/apps/angular/node_modules/moment/src/locale/mk.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/mk.js rename to apps/angular/node_modules/moment/src/locale/mk.js diff --git a/ClientApp/node_modules/moment/src/locale/ml.js b/apps/angular/node_modules/moment/src/locale/ml.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/ml.js rename to apps/angular/node_modules/moment/src/locale/ml.js diff --git a/ClientApp/node_modules/moment/src/locale/mn.js b/apps/angular/node_modules/moment/src/locale/mn.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/mn.js rename to apps/angular/node_modules/moment/src/locale/mn.js diff --git a/ClientApp/node_modules/moment/src/locale/mr.js b/apps/angular/node_modules/moment/src/locale/mr.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/mr.js rename to apps/angular/node_modules/moment/src/locale/mr.js diff --git a/ClientApp/node_modules/moment/src/locale/ms-my.js b/apps/angular/node_modules/moment/src/locale/ms-my.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/ms-my.js rename to apps/angular/node_modules/moment/src/locale/ms-my.js diff --git a/ClientApp/node_modules/moment/src/locale/ms.js b/apps/angular/node_modules/moment/src/locale/ms.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/ms.js rename to apps/angular/node_modules/moment/src/locale/ms.js diff --git a/ClientApp/node_modules/moment/src/locale/mt.js b/apps/angular/node_modules/moment/src/locale/mt.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/mt.js rename to apps/angular/node_modules/moment/src/locale/mt.js diff --git a/ClientApp/node_modules/moment/src/locale/my.js b/apps/angular/node_modules/moment/src/locale/my.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/my.js rename to apps/angular/node_modules/moment/src/locale/my.js diff --git a/ClientApp/node_modules/moment/src/locale/nb.js b/apps/angular/node_modules/moment/src/locale/nb.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/nb.js rename to apps/angular/node_modules/moment/src/locale/nb.js diff --git a/ClientApp/node_modules/moment/src/locale/ne.js b/apps/angular/node_modules/moment/src/locale/ne.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/ne.js rename to apps/angular/node_modules/moment/src/locale/ne.js diff --git a/ClientApp/node_modules/moment/src/locale/nl-be.js b/apps/angular/node_modules/moment/src/locale/nl-be.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/nl-be.js rename to apps/angular/node_modules/moment/src/locale/nl-be.js diff --git a/ClientApp/node_modules/moment/src/locale/nl.js b/apps/angular/node_modules/moment/src/locale/nl.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/nl.js rename to apps/angular/node_modules/moment/src/locale/nl.js diff --git a/ClientApp/node_modules/moment/src/locale/nn.js b/apps/angular/node_modules/moment/src/locale/nn.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/nn.js rename to apps/angular/node_modules/moment/src/locale/nn.js diff --git a/ClientApp/node_modules/moment/src/locale/oc-lnc.js b/apps/angular/node_modules/moment/src/locale/oc-lnc.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/oc-lnc.js rename to apps/angular/node_modules/moment/src/locale/oc-lnc.js diff --git a/ClientApp/node_modules/moment/src/locale/pa-in.js b/apps/angular/node_modules/moment/src/locale/pa-in.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/pa-in.js rename to apps/angular/node_modules/moment/src/locale/pa-in.js diff --git a/ClientApp/node_modules/moment/src/locale/pl.js b/apps/angular/node_modules/moment/src/locale/pl.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/pl.js rename to apps/angular/node_modules/moment/src/locale/pl.js diff --git a/ClientApp/node_modules/moment/src/locale/pt-br.js b/apps/angular/node_modules/moment/src/locale/pt-br.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/pt-br.js rename to apps/angular/node_modules/moment/src/locale/pt-br.js diff --git a/ClientApp/node_modules/moment/src/locale/pt.js b/apps/angular/node_modules/moment/src/locale/pt.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/pt.js rename to apps/angular/node_modules/moment/src/locale/pt.js diff --git a/ClientApp/node_modules/moment/src/locale/ro.js b/apps/angular/node_modules/moment/src/locale/ro.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/ro.js rename to apps/angular/node_modules/moment/src/locale/ro.js diff --git a/ClientApp/node_modules/moment/src/locale/ru.js b/apps/angular/node_modules/moment/src/locale/ru.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/ru.js rename to apps/angular/node_modules/moment/src/locale/ru.js diff --git a/ClientApp/node_modules/moment/src/locale/sd.js b/apps/angular/node_modules/moment/src/locale/sd.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/sd.js rename to apps/angular/node_modules/moment/src/locale/sd.js diff --git a/ClientApp/node_modules/moment/src/locale/se.js b/apps/angular/node_modules/moment/src/locale/se.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/se.js rename to apps/angular/node_modules/moment/src/locale/se.js diff --git a/ClientApp/node_modules/moment/src/locale/si.js b/apps/angular/node_modules/moment/src/locale/si.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/si.js rename to apps/angular/node_modules/moment/src/locale/si.js diff --git a/ClientApp/node_modules/moment/src/locale/sk.js b/apps/angular/node_modules/moment/src/locale/sk.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/sk.js rename to apps/angular/node_modules/moment/src/locale/sk.js diff --git a/ClientApp/node_modules/moment/src/locale/sl.js b/apps/angular/node_modules/moment/src/locale/sl.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/sl.js rename to apps/angular/node_modules/moment/src/locale/sl.js diff --git a/ClientApp/node_modules/moment/src/locale/sq.js b/apps/angular/node_modules/moment/src/locale/sq.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/sq.js rename to apps/angular/node_modules/moment/src/locale/sq.js diff --git a/ClientApp/node_modules/moment/src/locale/sr-cyrl.js b/apps/angular/node_modules/moment/src/locale/sr-cyrl.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/sr-cyrl.js rename to apps/angular/node_modules/moment/src/locale/sr-cyrl.js diff --git a/ClientApp/node_modules/moment/src/locale/sr.js b/apps/angular/node_modules/moment/src/locale/sr.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/sr.js rename to apps/angular/node_modules/moment/src/locale/sr.js diff --git a/ClientApp/node_modules/moment/src/locale/ss.js b/apps/angular/node_modules/moment/src/locale/ss.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/ss.js rename to apps/angular/node_modules/moment/src/locale/ss.js diff --git a/ClientApp/node_modules/moment/src/locale/sv.js b/apps/angular/node_modules/moment/src/locale/sv.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/sv.js rename to apps/angular/node_modules/moment/src/locale/sv.js diff --git a/ClientApp/node_modules/moment/src/locale/sw.js b/apps/angular/node_modules/moment/src/locale/sw.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/sw.js rename to apps/angular/node_modules/moment/src/locale/sw.js diff --git a/ClientApp/node_modules/moment/src/locale/ta.js b/apps/angular/node_modules/moment/src/locale/ta.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/ta.js rename to apps/angular/node_modules/moment/src/locale/ta.js diff --git a/ClientApp/node_modules/moment/src/locale/te.js b/apps/angular/node_modules/moment/src/locale/te.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/te.js rename to apps/angular/node_modules/moment/src/locale/te.js diff --git a/ClientApp/node_modules/moment/src/locale/tet.js b/apps/angular/node_modules/moment/src/locale/tet.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/tet.js rename to apps/angular/node_modules/moment/src/locale/tet.js diff --git a/ClientApp/node_modules/moment/src/locale/tg.js b/apps/angular/node_modules/moment/src/locale/tg.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/tg.js rename to apps/angular/node_modules/moment/src/locale/tg.js diff --git a/ClientApp/node_modules/moment/src/locale/th.js b/apps/angular/node_modules/moment/src/locale/th.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/th.js rename to apps/angular/node_modules/moment/src/locale/th.js diff --git a/ClientApp/node_modules/moment/src/locale/tk.js b/apps/angular/node_modules/moment/src/locale/tk.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/tk.js rename to apps/angular/node_modules/moment/src/locale/tk.js diff --git a/ClientApp/node_modules/moment/src/locale/tl-ph.js b/apps/angular/node_modules/moment/src/locale/tl-ph.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/tl-ph.js rename to apps/angular/node_modules/moment/src/locale/tl-ph.js diff --git a/ClientApp/node_modules/moment/src/locale/tlh.js b/apps/angular/node_modules/moment/src/locale/tlh.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/tlh.js rename to apps/angular/node_modules/moment/src/locale/tlh.js diff --git a/ClientApp/node_modules/moment/src/locale/tr.js b/apps/angular/node_modules/moment/src/locale/tr.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/tr.js rename to apps/angular/node_modules/moment/src/locale/tr.js diff --git a/ClientApp/node_modules/moment/src/locale/tzl.js b/apps/angular/node_modules/moment/src/locale/tzl.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/tzl.js rename to apps/angular/node_modules/moment/src/locale/tzl.js diff --git a/ClientApp/node_modules/moment/src/locale/tzm-latn.js b/apps/angular/node_modules/moment/src/locale/tzm-latn.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/tzm-latn.js rename to apps/angular/node_modules/moment/src/locale/tzm-latn.js diff --git a/ClientApp/node_modules/moment/src/locale/tzm.js b/apps/angular/node_modules/moment/src/locale/tzm.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/tzm.js rename to apps/angular/node_modules/moment/src/locale/tzm.js diff --git a/ClientApp/node_modules/moment/src/locale/ug-cn.js b/apps/angular/node_modules/moment/src/locale/ug-cn.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/ug-cn.js rename to apps/angular/node_modules/moment/src/locale/ug-cn.js diff --git a/ClientApp/node_modules/moment/src/locale/uk.js b/apps/angular/node_modules/moment/src/locale/uk.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/uk.js rename to apps/angular/node_modules/moment/src/locale/uk.js diff --git a/ClientApp/node_modules/moment/src/locale/ur.js b/apps/angular/node_modules/moment/src/locale/ur.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/ur.js rename to apps/angular/node_modules/moment/src/locale/ur.js diff --git a/ClientApp/node_modules/moment/src/locale/uz-latn.js b/apps/angular/node_modules/moment/src/locale/uz-latn.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/uz-latn.js rename to apps/angular/node_modules/moment/src/locale/uz-latn.js diff --git a/ClientApp/node_modules/moment/src/locale/uz.js b/apps/angular/node_modules/moment/src/locale/uz.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/uz.js rename to apps/angular/node_modules/moment/src/locale/uz.js diff --git a/ClientApp/node_modules/moment/src/locale/vi.js b/apps/angular/node_modules/moment/src/locale/vi.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/vi.js rename to apps/angular/node_modules/moment/src/locale/vi.js diff --git a/ClientApp/node_modules/moment/src/locale/x-pseudo.js b/apps/angular/node_modules/moment/src/locale/x-pseudo.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/x-pseudo.js rename to apps/angular/node_modules/moment/src/locale/x-pseudo.js diff --git a/ClientApp/node_modules/moment/src/locale/yo.js b/apps/angular/node_modules/moment/src/locale/yo.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/yo.js rename to apps/angular/node_modules/moment/src/locale/yo.js diff --git a/ClientApp/node_modules/moment/src/locale/zh-cn.js b/apps/angular/node_modules/moment/src/locale/zh-cn.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/zh-cn.js rename to apps/angular/node_modules/moment/src/locale/zh-cn.js diff --git a/ClientApp/node_modules/moment/src/locale/zh-hk.js b/apps/angular/node_modules/moment/src/locale/zh-hk.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/zh-hk.js rename to apps/angular/node_modules/moment/src/locale/zh-hk.js diff --git a/ClientApp/node_modules/moment/src/locale/zh-mo.js b/apps/angular/node_modules/moment/src/locale/zh-mo.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/zh-mo.js rename to apps/angular/node_modules/moment/src/locale/zh-mo.js diff --git a/ClientApp/node_modules/moment/src/locale/zh-tw.js b/apps/angular/node_modules/moment/src/locale/zh-tw.js similarity index 100% rename from ClientApp/node_modules/moment/src/locale/zh-tw.js rename to apps/angular/node_modules/moment/src/locale/zh-tw.js diff --git a/ClientApp/node_modules/moment/src/moment.js b/apps/angular/node_modules/moment/src/moment.js similarity index 100% rename from ClientApp/node_modules/moment/src/moment.js rename to apps/angular/node_modules/moment/src/moment.js diff --git a/ClientApp/node_modules/moment/ts3.1-typings/moment.d.ts b/apps/angular/node_modules/moment/ts3.1-typings/moment.d.ts similarity index 100% rename from ClientApp/node_modules/moment/ts3.1-typings/moment.d.ts rename to apps/angular/node_modules/moment/ts3.1-typings/moment.d.ts diff --git a/ClientApp/node_modules/mrmime/index.d.ts b/apps/angular/node_modules/mrmime/index.d.ts similarity index 100% rename from ClientApp/node_modules/mrmime/index.d.ts rename to apps/angular/node_modules/mrmime/index.d.ts diff --git a/ClientApp/node_modules/mrmime/index.js b/apps/angular/node_modules/mrmime/index.js similarity index 100% rename from ClientApp/node_modules/mrmime/index.js rename to apps/angular/node_modules/mrmime/index.js diff --git a/ClientApp/node_modules/mrmime/index.mjs b/apps/angular/node_modules/mrmime/index.mjs similarity index 100% rename from ClientApp/node_modules/mrmime/index.mjs rename to apps/angular/node_modules/mrmime/index.mjs diff --git a/ClientApp/node_modules/mrmime/license b/apps/angular/node_modules/mrmime/license similarity index 100% rename from ClientApp/node_modules/mrmime/license rename to apps/angular/node_modules/mrmime/license diff --git a/ClientApp/node_modules/mrmime/package.json b/apps/angular/node_modules/mrmime/package.json similarity index 100% rename from ClientApp/node_modules/mrmime/package.json rename to apps/angular/node_modules/mrmime/package.json diff --git a/ClientApp/node_modules/mrmime/readme.md b/apps/angular/node_modules/mrmime/readme.md similarity index 100% rename from ClientApp/node_modules/mrmime/readme.md rename to apps/angular/node_modules/mrmime/readme.md diff --git a/ClientApp/node_modules/ms/index.js b/apps/angular/node_modules/ms/index.js similarity index 100% rename from ClientApp/node_modules/ms/index.js rename to apps/angular/node_modules/ms/index.js diff --git a/ClientApp/node_modules/ms/license.md b/apps/angular/node_modules/ms/license.md similarity index 100% rename from ClientApp/node_modules/ms/license.md rename to apps/angular/node_modules/ms/license.md diff --git a/ClientApp/node_modules/ms/package.json b/apps/angular/node_modules/ms/package.json similarity index 100% rename from ClientApp/node_modules/ms/package.json rename to apps/angular/node_modules/ms/package.json diff --git a/ClientApp/node_modules/ms/readme.md b/apps/angular/node_modules/ms/readme.md similarity index 100% rename from ClientApp/node_modules/ms/readme.md rename to apps/angular/node_modules/ms/readme.md diff --git a/ClientApp/node_modules/nanoid/LICENSE b/apps/angular/node_modules/nanoid/LICENSE similarity index 100% rename from ClientApp/node_modules/nanoid/LICENSE rename to apps/angular/node_modules/nanoid/LICENSE diff --git a/ClientApp/node_modules/nanoid/README.md b/apps/angular/node_modules/nanoid/README.md similarity index 100% rename from ClientApp/node_modules/nanoid/README.md rename to apps/angular/node_modules/nanoid/README.md diff --git a/ClientApp/node_modules/nanoid/async/index.browser.cjs b/apps/angular/node_modules/nanoid/async/index.browser.cjs similarity index 100% rename from ClientApp/node_modules/nanoid/async/index.browser.cjs rename to apps/angular/node_modules/nanoid/async/index.browser.cjs diff --git a/ClientApp/node_modules/nanoid/async/index.browser.js b/apps/angular/node_modules/nanoid/async/index.browser.js similarity index 100% rename from ClientApp/node_modules/nanoid/async/index.browser.js rename to apps/angular/node_modules/nanoid/async/index.browser.js diff --git a/ClientApp/node_modules/nanoid/async/index.cjs b/apps/angular/node_modules/nanoid/async/index.cjs similarity index 100% rename from ClientApp/node_modules/nanoid/async/index.cjs rename to apps/angular/node_modules/nanoid/async/index.cjs diff --git a/ClientApp/node_modules/nanoid/async/index.d.ts b/apps/angular/node_modules/nanoid/async/index.d.ts similarity index 100% rename from ClientApp/node_modules/nanoid/async/index.d.ts rename to apps/angular/node_modules/nanoid/async/index.d.ts diff --git a/ClientApp/node_modules/nanoid/async/index.js b/apps/angular/node_modules/nanoid/async/index.js similarity index 100% rename from ClientApp/node_modules/nanoid/async/index.js rename to apps/angular/node_modules/nanoid/async/index.js diff --git a/ClientApp/node_modules/nanoid/async/index.native.js b/apps/angular/node_modules/nanoid/async/index.native.js similarity index 100% rename from ClientApp/node_modules/nanoid/async/index.native.js rename to apps/angular/node_modules/nanoid/async/index.native.js diff --git a/ClientApp/node_modules/nanoid/async/package.json b/apps/angular/node_modules/nanoid/async/package.json similarity index 100% rename from ClientApp/node_modules/nanoid/async/package.json rename to apps/angular/node_modules/nanoid/async/package.json diff --git a/ClientApp/node_modules/nanoid/bin/nanoid.cjs b/apps/angular/node_modules/nanoid/bin/nanoid.cjs similarity index 100% rename from ClientApp/node_modules/nanoid/bin/nanoid.cjs rename to apps/angular/node_modules/nanoid/bin/nanoid.cjs diff --git a/ClientApp/node_modules/nanoid/index.browser.cjs b/apps/angular/node_modules/nanoid/index.browser.cjs similarity index 100% rename from ClientApp/node_modules/nanoid/index.browser.cjs rename to apps/angular/node_modules/nanoid/index.browser.cjs diff --git a/ClientApp/node_modules/nanoid/index.browser.js b/apps/angular/node_modules/nanoid/index.browser.js similarity index 100% rename from ClientApp/node_modules/nanoid/index.browser.js rename to apps/angular/node_modules/nanoid/index.browser.js diff --git a/ClientApp/node_modules/nanoid/index.cjs b/apps/angular/node_modules/nanoid/index.cjs similarity index 100% rename from ClientApp/node_modules/nanoid/index.cjs rename to apps/angular/node_modules/nanoid/index.cjs diff --git a/ClientApp/node_modules/nanoid/index.d.cts b/apps/angular/node_modules/nanoid/index.d.cts similarity index 100% rename from ClientApp/node_modules/nanoid/index.d.cts rename to apps/angular/node_modules/nanoid/index.d.cts diff --git a/ClientApp/node_modules/nanoid/index.d.ts b/apps/angular/node_modules/nanoid/index.d.ts similarity index 100% rename from ClientApp/node_modules/nanoid/index.d.ts rename to apps/angular/node_modules/nanoid/index.d.ts diff --git a/ClientApp/node_modules/nanoid/index.js b/apps/angular/node_modules/nanoid/index.js similarity index 100% rename from ClientApp/node_modules/nanoid/index.js rename to apps/angular/node_modules/nanoid/index.js diff --git a/ClientApp/node_modules/nanoid/nanoid.js b/apps/angular/node_modules/nanoid/nanoid.js similarity index 100% rename from ClientApp/node_modules/nanoid/nanoid.js rename to apps/angular/node_modules/nanoid/nanoid.js diff --git a/ClientApp/node_modules/nanoid/non-secure/index.cjs b/apps/angular/node_modules/nanoid/non-secure/index.cjs similarity index 100% rename from ClientApp/node_modules/nanoid/non-secure/index.cjs rename to apps/angular/node_modules/nanoid/non-secure/index.cjs diff --git a/ClientApp/node_modules/nanoid/non-secure/index.d.ts b/apps/angular/node_modules/nanoid/non-secure/index.d.ts similarity index 100% rename from ClientApp/node_modules/nanoid/non-secure/index.d.ts rename to apps/angular/node_modules/nanoid/non-secure/index.d.ts diff --git a/ClientApp/node_modules/nanoid/non-secure/index.js b/apps/angular/node_modules/nanoid/non-secure/index.js similarity index 100% rename from ClientApp/node_modules/nanoid/non-secure/index.js rename to apps/angular/node_modules/nanoid/non-secure/index.js diff --git a/ClientApp/node_modules/nanoid/non-secure/package.json b/apps/angular/node_modules/nanoid/non-secure/package.json similarity index 100% rename from ClientApp/node_modules/nanoid/non-secure/package.json rename to apps/angular/node_modules/nanoid/non-secure/package.json diff --git a/ClientApp/node_modules/nanoid/package.json b/apps/angular/node_modules/nanoid/package.json similarity index 100% rename from ClientApp/node_modules/nanoid/package.json rename to apps/angular/node_modules/nanoid/package.json diff --git a/ClientApp/node_modules/nanoid/url-alphabet/index.cjs b/apps/angular/node_modules/nanoid/url-alphabet/index.cjs similarity index 100% rename from ClientApp/node_modules/nanoid/url-alphabet/index.cjs rename to apps/angular/node_modules/nanoid/url-alphabet/index.cjs diff --git a/ClientApp/node_modules/nanoid/url-alphabet/index.js b/apps/angular/node_modules/nanoid/url-alphabet/index.js similarity index 100% rename from ClientApp/node_modules/nanoid/url-alphabet/index.js rename to apps/angular/node_modules/nanoid/url-alphabet/index.js diff --git a/ClientApp/node_modules/nanoid/url-alphabet/package.json b/apps/angular/node_modules/nanoid/url-alphabet/package.json similarity index 100% rename from ClientApp/node_modules/nanoid/url-alphabet/package.json rename to apps/angular/node_modules/nanoid/url-alphabet/package.json diff --git a/ClientApp/node_modules/natural-compare/README.md b/apps/angular/node_modules/natural-compare/README.md similarity index 100% rename from ClientApp/node_modules/natural-compare/README.md rename to apps/angular/node_modules/natural-compare/README.md diff --git a/ClientApp/node_modules/natural-compare/index.js b/apps/angular/node_modules/natural-compare/index.js similarity index 100% rename from ClientApp/node_modules/natural-compare/index.js rename to apps/angular/node_modules/natural-compare/index.js diff --git a/ClientApp/node_modules/natural-compare/package.json b/apps/angular/node_modules/natural-compare/package.json similarity index 100% rename from ClientApp/node_modules/natural-compare/package.json rename to apps/angular/node_modules/natural-compare/package.json diff --git a/ClientApp/node_modules/node-addon-api/LICENSE.md b/apps/angular/node_modules/node-addon-api/LICENSE.md similarity index 100% rename from ClientApp/node_modules/node-addon-api/LICENSE.md rename to apps/angular/node_modules/node-addon-api/LICENSE.md diff --git a/ClientApp/node_modules/node-addon-api/README.md b/apps/angular/node_modules/node-addon-api/README.md similarity index 100% rename from ClientApp/node_modules/node-addon-api/README.md rename to apps/angular/node_modules/node-addon-api/README.md diff --git a/ClientApp/node_modules/node-addon-api/common.gypi b/apps/angular/node_modules/node-addon-api/common.gypi similarity index 100% rename from ClientApp/node_modules/node-addon-api/common.gypi rename to apps/angular/node_modules/node-addon-api/common.gypi diff --git a/ClientApp/node_modules/node-addon-api/except.gypi b/apps/angular/node_modules/node-addon-api/except.gypi similarity index 100% rename from ClientApp/node_modules/node-addon-api/except.gypi rename to apps/angular/node_modules/node-addon-api/except.gypi diff --git a/ClientApp/node_modules/node-addon-api/index.js b/apps/angular/node_modules/node-addon-api/index.js similarity index 100% rename from ClientApp/node_modules/node-addon-api/index.js rename to apps/angular/node_modules/node-addon-api/index.js diff --git a/ClientApp/node_modules/node-addon-api/napi-inl.deprecated.h b/apps/angular/node_modules/node-addon-api/napi-inl.deprecated.h similarity index 100% rename from ClientApp/node_modules/node-addon-api/napi-inl.deprecated.h rename to apps/angular/node_modules/node-addon-api/napi-inl.deprecated.h diff --git a/ClientApp/node_modules/node-addon-api/napi-inl.h b/apps/angular/node_modules/node-addon-api/napi-inl.h similarity index 100% rename from ClientApp/node_modules/node-addon-api/napi-inl.h rename to apps/angular/node_modules/node-addon-api/napi-inl.h diff --git a/ClientApp/node_modules/node-addon-api/napi.h b/apps/angular/node_modules/node-addon-api/napi.h similarity index 100% rename from ClientApp/node_modules/node-addon-api/napi.h rename to apps/angular/node_modules/node-addon-api/napi.h diff --git a/ClientApp/node_modules/node-addon-api/node_addon_api.gyp b/apps/angular/node_modules/node-addon-api/node_addon_api.gyp similarity index 100% rename from ClientApp/node_modules/node-addon-api/node_addon_api.gyp rename to apps/angular/node_modules/node-addon-api/node_addon_api.gyp diff --git a/ClientApp/node_modules/node-addon-api/node_api.gyp b/apps/angular/node_modules/node-addon-api/node_api.gyp similarity index 100% rename from ClientApp/node_modules/node-addon-api/node_api.gyp rename to apps/angular/node_modules/node-addon-api/node_api.gyp diff --git a/ClientApp/node_modules/node-addon-api/noexcept.gypi b/apps/angular/node_modules/node-addon-api/noexcept.gypi similarity index 100% rename from ClientApp/node_modules/node-addon-api/noexcept.gypi rename to apps/angular/node_modules/node-addon-api/noexcept.gypi diff --git a/ClientApp/node_modules/node-addon-api/nothing.c b/apps/angular/node_modules/node-addon-api/nothing.c similarity index 100% rename from ClientApp/node_modules/node-addon-api/nothing.c rename to apps/angular/node_modules/node-addon-api/nothing.c diff --git a/ClientApp/node_modules/node-addon-api/package-support.json b/apps/angular/node_modules/node-addon-api/package-support.json similarity index 100% rename from ClientApp/node_modules/node-addon-api/package-support.json rename to apps/angular/node_modules/node-addon-api/package-support.json diff --git a/ClientApp/node_modules/node-addon-api/package.json b/apps/angular/node_modules/node-addon-api/package.json similarity index 100% rename from ClientApp/node_modules/node-addon-api/package.json rename to apps/angular/node_modules/node-addon-api/package.json diff --git a/ClientApp/node_modules/node-addon-api/tools/README.md b/apps/angular/node_modules/node-addon-api/tools/README.md similarity index 100% rename from ClientApp/node_modules/node-addon-api/tools/README.md rename to apps/angular/node_modules/node-addon-api/tools/README.md diff --git a/ClientApp/node_modules/node-addon-api/tools/check-napi.js b/apps/angular/node_modules/node-addon-api/tools/check-napi.js similarity index 100% rename from ClientApp/node_modules/node-addon-api/tools/check-napi.js rename to apps/angular/node_modules/node-addon-api/tools/check-napi.js diff --git a/ClientApp/node_modules/node-addon-api/tools/clang-format.js b/apps/angular/node_modules/node-addon-api/tools/clang-format.js similarity index 100% rename from ClientApp/node_modules/node-addon-api/tools/clang-format.js rename to apps/angular/node_modules/node-addon-api/tools/clang-format.js diff --git a/ClientApp/node_modules/node-addon-api/tools/conversion.js b/apps/angular/node_modules/node-addon-api/tools/conversion.js similarity index 100% rename from ClientApp/node_modules/node-addon-api/tools/conversion.js rename to apps/angular/node_modules/node-addon-api/tools/conversion.js diff --git a/ClientApp/node_modules/node-addon-api/tools/eslint-format.js b/apps/angular/node_modules/node-addon-api/tools/eslint-format.js similarity index 100% rename from ClientApp/node_modules/node-addon-api/tools/eslint-format.js rename to apps/angular/node_modules/node-addon-api/tools/eslint-format.js diff --git a/ClientApp/node_modules/node-exports-info/.github/FUNDING.yml b/apps/angular/node_modules/node-exports-info/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/node-exports-info/.github/FUNDING.yml rename to apps/angular/node_modules/node-exports-info/.github/FUNDING.yml diff --git a/ClientApp/node_modules/node-exports-info/.nycrc b/apps/angular/node_modules/node-exports-info/.nycrc similarity index 100% rename from ClientApp/node_modules/node-exports-info/.nycrc rename to apps/angular/node_modules/node-exports-info/.nycrc diff --git a/ClientApp/node_modules/node-exports-info/CHANGELOG.md b/apps/angular/node_modules/node-exports-info/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/node-exports-info/CHANGELOG.md rename to apps/angular/node_modules/node-exports-info/CHANGELOG.md diff --git a/ClientApp/node_modules/node-exports-info/LICENSE b/apps/angular/node_modules/node-exports-info/LICENSE similarity index 100% rename from ClientApp/node_modules/node-exports-info/LICENSE rename to apps/angular/node_modules/node-exports-info/LICENSE diff --git a/ClientApp/node_modules/node-exports-info/README.md b/apps/angular/node_modules/node-exports-info/README.md similarity index 100% rename from ClientApp/node_modules/node-exports-info/README.md rename to apps/angular/node_modules/node-exports-info/README.md diff --git a/ClientApp/node_modules/node-exports-info/eslint.config.mjs b/apps/angular/node_modules/node-exports-info/eslint.config.mjs similarity index 100% rename from ClientApp/node_modules/node-exports-info/eslint.config.mjs rename to apps/angular/node_modules/node-exports-info/eslint.config.mjs diff --git a/ClientApp/node_modules/node-exports-info/getCategoriesForRange.d.ts b/apps/angular/node_modules/node-exports-info/getCategoriesForRange.d.ts similarity index 100% rename from ClientApp/node_modules/node-exports-info/getCategoriesForRange.d.ts rename to apps/angular/node_modules/node-exports-info/getCategoriesForRange.d.ts diff --git a/ClientApp/node_modules/node-exports-info/getCategoriesForRange.js b/apps/angular/node_modules/node-exports-info/getCategoriesForRange.js similarity index 100% rename from ClientApp/node_modules/node-exports-info/getCategoriesForRange.js rename to apps/angular/node_modules/node-exports-info/getCategoriesForRange.js diff --git a/ClientApp/node_modules/node-exports-info/getCategory.d.ts b/apps/angular/node_modules/node-exports-info/getCategory.d.ts similarity index 100% rename from ClientApp/node_modules/node-exports-info/getCategory.d.ts rename to apps/angular/node_modules/node-exports-info/getCategory.d.ts diff --git a/ClientApp/node_modules/node-exports-info/getCategory.js b/apps/angular/node_modules/node-exports-info/getCategory.js similarity index 100% rename from ClientApp/node_modules/node-exports-info/getCategory.js rename to apps/angular/node_modules/node-exports-info/getCategory.js diff --git a/ClientApp/node_modules/node-exports-info/getCategoryFlags.d.ts b/apps/angular/node_modules/node-exports-info/getCategoryFlags.d.ts similarity index 100% rename from ClientApp/node_modules/node-exports-info/getCategoryFlags.d.ts rename to apps/angular/node_modules/node-exports-info/getCategoryFlags.d.ts diff --git a/ClientApp/node_modules/node-exports-info/getCategoryFlags.js b/apps/angular/node_modules/node-exports-info/getCategoryFlags.js similarity index 100% rename from ClientApp/node_modules/node-exports-info/getCategoryFlags.js rename to apps/angular/node_modules/node-exports-info/getCategoryFlags.js diff --git a/ClientApp/node_modules/node-exports-info/getCategoryInfo.d.ts b/apps/angular/node_modules/node-exports-info/getCategoryInfo.d.ts similarity index 100% rename from ClientApp/node_modules/node-exports-info/getCategoryInfo.d.ts rename to apps/angular/node_modules/node-exports-info/getCategoryInfo.d.ts diff --git a/ClientApp/node_modules/node-exports-info/getCategoryInfo.js b/apps/angular/node_modules/node-exports-info/getCategoryInfo.js similarity index 100% rename from ClientApp/node_modules/node-exports-info/getCategoryInfo.js rename to apps/angular/node_modules/node-exports-info/getCategoryInfo.js diff --git a/ClientApp/node_modules/node-exports-info/getConditionsForCategory.d.ts b/apps/angular/node_modules/node-exports-info/getConditionsForCategory.d.ts similarity index 100% rename from ClientApp/node_modules/node-exports-info/getConditionsForCategory.d.ts rename to apps/angular/node_modules/node-exports-info/getConditionsForCategory.d.ts diff --git a/ClientApp/node_modules/node-exports-info/getConditionsForCategory.js b/apps/angular/node_modules/node-exports-info/getConditionsForCategory.js similarity index 100% rename from ClientApp/node_modules/node-exports-info/getConditionsForCategory.js rename to apps/angular/node_modules/node-exports-info/getConditionsForCategory.js diff --git a/ClientApp/node_modules/node-exports-info/getRange.d.ts b/apps/angular/node_modules/node-exports-info/getRange.d.ts similarity index 100% rename from ClientApp/node_modules/node-exports-info/getRange.d.ts rename to apps/angular/node_modules/node-exports-info/getRange.d.ts diff --git a/ClientApp/node_modules/node-exports-info/getRange.js b/apps/angular/node_modules/node-exports-info/getRange.js similarity index 100% rename from ClientApp/node_modules/node-exports-info/getRange.js rename to apps/angular/node_modules/node-exports-info/getRange.js diff --git a/ClientApp/node_modules/node-exports-info/getRangePairs.d.ts b/apps/angular/node_modules/node-exports-info/getRangePairs.d.ts similarity index 100% rename from ClientApp/node_modules/node-exports-info/getRangePairs.d.ts rename to apps/angular/node_modules/node-exports-info/getRangePairs.d.ts diff --git a/ClientApp/node_modules/node-exports-info/getRangePairs.js b/apps/angular/node_modules/node-exports-info/getRangePairs.js similarity index 100% rename from ClientApp/node_modules/node-exports-info/getRangePairs.js rename to apps/angular/node_modules/node-exports-info/getRangePairs.js diff --git a/ClientApp/node_modules/node-exports-info/isCategory.d.ts b/apps/angular/node_modules/node-exports-info/isCategory.d.ts similarity index 100% rename from ClientApp/node_modules/node-exports-info/isCategory.d.ts rename to apps/angular/node_modules/node-exports-info/isCategory.d.ts diff --git a/ClientApp/node_modules/node-exports-info/isCategory.js b/apps/angular/node_modules/node-exports-info/isCategory.js similarity index 100% rename from ClientApp/node_modules/node-exports-info/isCategory.js rename to apps/angular/node_modules/node-exports-info/isCategory.js diff --git a/ClientApp/node_modules/node-exports-info/node_modules/.bin/semver b/apps/angular/node_modules/node-exports-info/node_modules/.bin/semver similarity index 100% rename from ClientApp/node_modules/node-exports-info/node_modules/.bin/semver rename to apps/angular/node_modules/node-exports-info/node_modules/.bin/semver diff --git a/ClientApp/node_modules/node-exports-info/node_modules/semver/LICENSE b/apps/angular/node_modules/node-exports-info/node_modules/semver/LICENSE similarity index 100% rename from ClientApp/node_modules/node-exports-info/node_modules/semver/LICENSE rename to apps/angular/node_modules/node-exports-info/node_modules/semver/LICENSE diff --git a/ClientApp/node_modules/node-exports-info/node_modules/semver/README.md b/apps/angular/node_modules/node-exports-info/node_modules/semver/README.md similarity index 100% rename from ClientApp/node_modules/node-exports-info/node_modules/semver/README.md rename to apps/angular/node_modules/node-exports-info/node_modules/semver/README.md diff --git a/ClientApp/node_modules/node-exports-info/node_modules/semver/bin/semver.js b/apps/angular/node_modules/node-exports-info/node_modules/semver/bin/semver.js similarity index 100% rename from ClientApp/node_modules/node-exports-info/node_modules/semver/bin/semver.js rename to apps/angular/node_modules/node-exports-info/node_modules/semver/bin/semver.js diff --git a/ClientApp/node_modules/node-exports-info/node_modules/semver/package.json b/apps/angular/node_modules/node-exports-info/node_modules/semver/package.json similarity index 100% rename from ClientApp/node_modules/node-exports-info/node_modules/semver/package.json rename to apps/angular/node_modules/node-exports-info/node_modules/semver/package.json diff --git a/ClientApp/node_modules/node-exports-info/node_modules/semver/range.bnf b/apps/angular/node_modules/node-exports-info/node_modules/semver/range.bnf similarity index 100% rename from ClientApp/node_modules/node-exports-info/node_modules/semver/range.bnf rename to apps/angular/node_modules/node-exports-info/node_modules/semver/range.bnf diff --git a/ClientApp/node_modules/node-exports-info/node_modules/semver/semver.js b/apps/angular/node_modules/node-exports-info/node_modules/semver/semver.js similarity index 100% rename from ClientApp/node_modules/node-exports-info/node_modules/semver/semver.js rename to apps/angular/node_modules/node-exports-info/node_modules/semver/semver.js diff --git a/ClientApp/node_modules/node-exports-info/package.json b/apps/angular/node_modules/node-exports-info/package.json similarity index 100% rename from ClientApp/node_modules/node-exports-info/package.json rename to apps/angular/node_modules/node-exports-info/package.json diff --git a/ClientApp/node_modules/node-exports-info/ranges.d.ts b/apps/angular/node_modules/node-exports-info/ranges.d.ts similarity index 100% rename from ClientApp/node_modules/node-exports-info/ranges.d.ts rename to apps/angular/node_modules/node-exports-info/ranges.d.ts diff --git a/ClientApp/node_modules/node-exports-info/ranges.js b/apps/angular/node_modules/node-exports-info/ranges.js similarity index 100% rename from ClientApp/node_modules/node-exports-info/ranges.js rename to apps/angular/node_modules/node-exports-info/ranges.js diff --git a/ClientApp/node_modules/node-exports-info/test/getCategoriesForRange.js b/apps/angular/node_modules/node-exports-info/test/getCategoriesForRange.js similarity index 100% rename from ClientApp/node_modules/node-exports-info/test/getCategoriesForRange.js rename to apps/angular/node_modules/node-exports-info/test/getCategoriesForRange.js diff --git a/ClientApp/node_modules/node-exports-info/test/getCategory.js b/apps/angular/node_modules/node-exports-info/test/getCategory.js similarity index 100% rename from ClientApp/node_modules/node-exports-info/test/getCategory.js rename to apps/angular/node_modules/node-exports-info/test/getCategory.js diff --git a/ClientApp/node_modules/node-exports-info/test/getCategoryFlags.js b/apps/angular/node_modules/node-exports-info/test/getCategoryFlags.js similarity index 100% rename from ClientApp/node_modules/node-exports-info/test/getCategoryFlags.js rename to apps/angular/node_modules/node-exports-info/test/getCategoryFlags.js diff --git a/ClientApp/node_modules/node-exports-info/test/getCategoryInfo.js b/apps/angular/node_modules/node-exports-info/test/getCategoryInfo.js similarity index 100% rename from ClientApp/node_modules/node-exports-info/test/getCategoryInfo.js rename to apps/angular/node_modules/node-exports-info/test/getCategoryInfo.js diff --git a/ClientApp/node_modules/node-exports-info/test/getConditionsForCategory.js b/apps/angular/node_modules/node-exports-info/test/getConditionsForCategory.js similarity index 100% rename from ClientApp/node_modules/node-exports-info/test/getConditionsForCategory.js rename to apps/angular/node_modules/node-exports-info/test/getConditionsForCategory.js diff --git a/ClientApp/node_modules/node-exports-info/test/getRange.js b/apps/angular/node_modules/node-exports-info/test/getRange.js similarity index 100% rename from ClientApp/node_modules/node-exports-info/test/getRange.js rename to apps/angular/node_modules/node-exports-info/test/getRange.js diff --git a/ClientApp/node_modules/node-exports-info/test/getRangePairs.js b/apps/angular/node_modules/node-exports-info/test/getRangePairs.js similarity index 100% rename from ClientApp/node_modules/node-exports-info/test/getRangePairs.js rename to apps/angular/node_modules/node-exports-info/test/getRangePairs.js diff --git a/ClientApp/node_modules/node-exports-info/test/isCategory.js b/apps/angular/node_modules/node-exports-info/test/isCategory.js similarity index 100% rename from ClientApp/node_modules/node-exports-info/test/isCategory.js rename to apps/angular/node_modules/node-exports-info/test/isCategory.js diff --git a/ClientApp/node_modules/node-exports-info/test/versions.js b/apps/angular/node_modules/node-exports-info/test/versions.js similarity index 100% rename from ClientApp/node_modules/node-exports-info/test/versions.js rename to apps/angular/node_modules/node-exports-info/test/versions.js diff --git a/ClientApp/node_modules/node-exports-info/tsconfig.json b/apps/angular/node_modules/node-exports-info/tsconfig.json similarity index 100% rename from ClientApp/node_modules/node-exports-info/tsconfig.json rename to apps/angular/node_modules/node-exports-info/tsconfig.json diff --git a/ClientApp/node_modules/node-exports-info/types.d.ts b/apps/angular/node_modules/node-exports-info/types.d.ts similarity index 100% rename from ClientApp/node_modules/node-exports-info/types.d.ts rename to apps/angular/node_modules/node-exports-info/types.d.ts diff --git a/ClientApp/node_modules/npm-run-path/index.d.ts b/apps/angular/node_modules/npm-run-path/index.d.ts similarity index 100% rename from ClientApp/node_modules/npm-run-path/index.d.ts rename to apps/angular/node_modules/npm-run-path/index.d.ts diff --git a/ClientApp/node_modules/npm-run-path/index.js b/apps/angular/node_modules/npm-run-path/index.js similarity index 100% rename from ClientApp/node_modules/npm-run-path/index.js rename to apps/angular/node_modules/npm-run-path/index.js diff --git a/ClientApp/node_modules/npm-run-path/license b/apps/angular/node_modules/npm-run-path/license similarity index 100% rename from ClientApp/node_modules/npm-run-path/license rename to apps/angular/node_modules/npm-run-path/license diff --git a/ClientApp/node_modules/npm-run-path/package.json b/apps/angular/node_modules/npm-run-path/package.json similarity index 100% rename from ClientApp/node_modules/npm-run-path/package.json rename to apps/angular/node_modules/npm-run-path/package.json diff --git a/ClientApp/node_modules/npm-run-path/readme.md b/apps/angular/node_modules/npm-run-path/readme.md similarity index 100% rename from ClientApp/node_modules/npm-run-path/readme.md rename to apps/angular/node_modules/npm-run-path/readme.md diff --git a/ClientApp/node_modules/nwsapi/LICENSE b/apps/angular/node_modules/nwsapi/LICENSE similarity index 100% rename from ClientApp/node_modules/nwsapi/LICENSE rename to apps/angular/node_modules/nwsapi/LICENSE diff --git a/ClientApp/node_modules/nwsapi/README.md b/apps/angular/node_modules/nwsapi/README.md similarity index 100% rename from ClientApp/node_modules/nwsapi/README.md rename to apps/angular/node_modules/nwsapi/README.md diff --git a/ClientApp/node_modules/nwsapi/dist/lint.log b/apps/angular/node_modules/nwsapi/dist/lint.log similarity index 100% rename from ClientApp/node_modules/nwsapi/dist/lint.log rename to apps/angular/node_modules/nwsapi/dist/lint.log diff --git a/ClientApp/node_modules/nwsapi/package.json b/apps/angular/node_modules/nwsapi/package.json similarity index 100% rename from ClientApp/node_modules/nwsapi/package.json rename to apps/angular/node_modules/nwsapi/package.json diff --git a/ClientApp/node_modules/nwsapi/src/modules/nwsapi-jquery.js b/apps/angular/node_modules/nwsapi/src/modules/nwsapi-jquery.js similarity index 100% rename from ClientApp/node_modules/nwsapi/src/modules/nwsapi-jquery.js rename to apps/angular/node_modules/nwsapi/src/modules/nwsapi-jquery.js diff --git a/ClientApp/node_modules/nwsapi/src/modules/nwsapi-traversal.js b/apps/angular/node_modules/nwsapi/src/modules/nwsapi-traversal.js similarity index 100% rename from ClientApp/node_modules/nwsapi/src/modules/nwsapi-traversal.js rename to apps/angular/node_modules/nwsapi/src/modules/nwsapi-traversal.js diff --git a/ClientApp/node_modules/nwsapi/src/nwsapi.js b/apps/angular/node_modules/nwsapi/src/nwsapi.js similarity index 100% rename from ClientApp/node_modules/nwsapi/src/nwsapi.js rename to apps/angular/node_modules/nwsapi/src/nwsapi.js diff --git a/ClientApp/node_modules/object-assign/index.js b/apps/angular/node_modules/object-assign/index.js similarity index 100% rename from ClientApp/node_modules/object-assign/index.js rename to apps/angular/node_modules/object-assign/index.js diff --git a/ClientApp/node_modules/object-assign/license b/apps/angular/node_modules/object-assign/license similarity index 100% rename from ClientApp/node_modules/object-assign/license rename to apps/angular/node_modules/object-assign/license diff --git a/ClientApp/node_modules/object-assign/package.json b/apps/angular/node_modules/object-assign/package.json similarity index 100% rename from ClientApp/node_modules/object-assign/package.json rename to apps/angular/node_modules/object-assign/package.json diff --git a/ClientApp/node_modules/object-assign/readme.md b/apps/angular/node_modules/object-assign/readme.md similarity index 100% rename from ClientApp/node_modules/object-assign/readme.md rename to apps/angular/node_modules/object-assign/readme.md diff --git a/ClientApp/node_modules/object-inspect/.eslintrc b/apps/angular/node_modules/object-inspect/.eslintrc similarity index 100% rename from ClientApp/node_modules/object-inspect/.eslintrc rename to apps/angular/node_modules/object-inspect/.eslintrc diff --git a/ClientApp/node_modules/object-inspect/.github/FUNDING.yml b/apps/angular/node_modules/object-inspect/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/object-inspect/.github/FUNDING.yml rename to apps/angular/node_modules/object-inspect/.github/FUNDING.yml diff --git a/ClientApp/node_modules/object-inspect/.nycrc b/apps/angular/node_modules/object-inspect/.nycrc similarity index 100% rename from ClientApp/node_modules/object-inspect/.nycrc rename to apps/angular/node_modules/object-inspect/.nycrc diff --git a/ClientApp/node_modules/object-inspect/CHANGELOG.md b/apps/angular/node_modules/object-inspect/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/object-inspect/CHANGELOG.md rename to apps/angular/node_modules/object-inspect/CHANGELOG.md diff --git a/ClientApp/node_modules/object-inspect/LICENSE b/apps/angular/node_modules/object-inspect/LICENSE similarity index 100% rename from ClientApp/node_modules/object-inspect/LICENSE rename to apps/angular/node_modules/object-inspect/LICENSE diff --git a/ClientApp/node_modules/object-inspect/example/all.js b/apps/angular/node_modules/object-inspect/example/all.js similarity index 100% rename from ClientApp/node_modules/object-inspect/example/all.js rename to apps/angular/node_modules/object-inspect/example/all.js diff --git a/ClientApp/node_modules/object-inspect/example/circular.js b/apps/angular/node_modules/object-inspect/example/circular.js similarity index 100% rename from ClientApp/node_modules/object-inspect/example/circular.js rename to apps/angular/node_modules/object-inspect/example/circular.js diff --git a/ClientApp/node_modules/object-inspect/example/fn.js b/apps/angular/node_modules/object-inspect/example/fn.js similarity index 100% rename from ClientApp/node_modules/object-inspect/example/fn.js rename to apps/angular/node_modules/object-inspect/example/fn.js diff --git a/ClientApp/node_modules/object-inspect/example/inspect.js b/apps/angular/node_modules/object-inspect/example/inspect.js similarity index 100% rename from ClientApp/node_modules/object-inspect/example/inspect.js rename to apps/angular/node_modules/object-inspect/example/inspect.js diff --git a/ClientApp/node_modules/object-inspect/index.js b/apps/angular/node_modules/object-inspect/index.js similarity index 100% rename from ClientApp/node_modules/object-inspect/index.js rename to apps/angular/node_modules/object-inspect/index.js diff --git a/ClientApp/node_modules/object-inspect/package-support.json b/apps/angular/node_modules/object-inspect/package-support.json similarity index 100% rename from ClientApp/node_modules/object-inspect/package-support.json rename to apps/angular/node_modules/object-inspect/package-support.json diff --git a/ClientApp/node_modules/object-inspect/package.json b/apps/angular/node_modules/object-inspect/package.json similarity index 100% rename from ClientApp/node_modules/object-inspect/package.json rename to apps/angular/node_modules/object-inspect/package.json diff --git a/ClientApp/node_modules/object-inspect/readme.markdown b/apps/angular/node_modules/object-inspect/readme.markdown similarity index 100% rename from ClientApp/node_modules/object-inspect/readme.markdown rename to apps/angular/node_modules/object-inspect/readme.markdown diff --git a/ClientApp/node_modules/object-inspect/test-core-js.js b/apps/angular/node_modules/object-inspect/test-core-js.js similarity index 100% rename from ClientApp/node_modules/object-inspect/test-core-js.js rename to apps/angular/node_modules/object-inspect/test-core-js.js diff --git a/ClientApp/node_modules/object-inspect/test/bigint.js b/apps/angular/node_modules/object-inspect/test/bigint.js similarity index 100% rename from ClientApp/node_modules/object-inspect/test/bigint.js rename to apps/angular/node_modules/object-inspect/test/bigint.js diff --git a/ClientApp/node_modules/object-inspect/test/browser/dom.js b/apps/angular/node_modules/object-inspect/test/browser/dom.js similarity index 100% rename from ClientApp/node_modules/object-inspect/test/browser/dom.js rename to apps/angular/node_modules/object-inspect/test/browser/dom.js diff --git a/ClientApp/node_modules/object-inspect/test/circular.js b/apps/angular/node_modules/object-inspect/test/circular.js similarity index 100% rename from ClientApp/node_modules/object-inspect/test/circular.js rename to apps/angular/node_modules/object-inspect/test/circular.js diff --git a/ClientApp/node_modules/object-inspect/test/deep.js b/apps/angular/node_modules/object-inspect/test/deep.js similarity index 100% rename from ClientApp/node_modules/object-inspect/test/deep.js rename to apps/angular/node_modules/object-inspect/test/deep.js diff --git a/ClientApp/node_modules/object-inspect/test/element.js b/apps/angular/node_modules/object-inspect/test/element.js similarity index 100% rename from ClientApp/node_modules/object-inspect/test/element.js rename to apps/angular/node_modules/object-inspect/test/element.js diff --git a/ClientApp/node_modules/object-inspect/test/err.js b/apps/angular/node_modules/object-inspect/test/err.js similarity index 100% rename from ClientApp/node_modules/object-inspect/test/err.js rename to apps/angular/node_modules/object-inspect/test/err.js diff --git a/ClientApp/node_modules/object-inspect/test/fakes.js b/apps/angular/node_modules/object-inspect/test/fakes.js similarity index 100% rename from ClientApp/node_modules/object-inspect/test/fakes.js rename to apps/angular/node_modules/object-inspect/test/fakes.js diff --git a/ClientApp/node_modules/object-inspect/test/fn.js b/apps/angular/node_modules/object-inspect/test/fn.js similarity index 100% rename from ClientApp/node_modules/object-inspect/test/fn.js rename to apps/angular/node_modules/object-inspect/test/fn.js diff --git a/ClientApp/node_modules/object-inspect/test/global.js b/apps/angular/node_modules/object-inspect/test/global.js similarity index 100% rename from ClientApp/node_modules/object-inspect/test/global.js rename to apps/angular/node_modules/object-inspect/test/global.js diff --git a/ClientApp/node_modules/object-inspect/test/has.js b/apps/angular/node_modules/object-inspect/test/has.js similarity index 100% rename from ClientApp/node_modules/object-inspect/test/has.js rename to apps/angular/node_modules/object-inspect/test/has.js diff --git a/ClientApp/node_modules/object-inspect/test/holes.js b/apps/angular/node_modules/object-inspect/test/holes.js similarity index 100% rename from ClientApp/node_modules/object-inspect/test/holes.js rename to apps/angular/node_modules/object-inspect/test/holes.js diff --git a/ClientApp/node_modules/object-inspect/test/indent-option.js b/apps/angular/node_modules/object-inspect/test/indent-option.js similarity index 100% rename from ClientApp/node_modules/object-inspect/test/indent-option.js rename to apps/angular/node_modules/object-inspect/test/indent-option.js diff --git a/ClientApp/node_modules/object-inspect/test/inspect.js b/apps/angular/node_modules/object-inspect/test/inspect.js similarity index 100% rename from ClientApp/node_modules/object-inspect/test/inspect.js rename to apps/angular/node_modules/object-inspect/test/inspect.js diff --git a/ClientApp/node_modules/object-inspect/test/lowbyte.js b/apps/angular/node_modules/object-inspect/test/lowbyte.js similarity index 100% rename from ClientApp/node_modules/object-inspect/test/lowbyte.js rename to apps/angular/node_modules/object-inspect/test/lowbyte.js diff --git a/ClientApp/node_modules/object-inspect/test/number.js b/apps/angular/node_modules/object-inspect/test/number.js similarity index 100% rename from ClientApp/node_modules/object-inspect/test/number.js rename to apps/angular/node_modules/object-inspect/test/number.js diff --git a/ClientApp/node_modules/object-inspect/test/quoteStyle.js b/apps/angular/node_modules/object-inspect/test/quoteStyle.js similarity index 100% rename from ClientApp/node_modules/object-inspect/test/quoteStyle.js rename to apps/angular/node_modules/object-inspect/test/quoteStyle.js diff --git a/ClientApp/node_modules/object-inspect/test/toStringTag.js b/apps/angular/node_modules/object-inspect/test/toStringTag.js similarity index 100% rename from ClientApp/node_modules/object-inspect/test/toStringTag.js rename to apps/angular/node_modules/object-inspect/test/toStringTag.js diff --git a/ClientApp/node_modules/object-inspect/test/undef.js b/apps/angular/node_modules/object-inspect/test/undef.js similarity index 100% rename from ClientApp/node_modules/object-inspect/test/undef.js rename to apps/angular/node_modules/object-inspect/test/undef.js diff --git a/ClientApp/node_modules/object-inspect/test/values.js b/apps/angular/node_modules/object-inspect/test/values.js similarity index 100% rename from ClientApp/node_modules/object-inspect/test/values.js rename to apps/angular/node_modules/object-inspect/test/values.js diff --git a/ClientApp/node_modules/object-inspect/util.inspect.js b/apps/angular/node_modules/object-inspect/util.inspect.js similarity index 100% rename from ClientApp/node_modules/object-inspect/util.inspect.js rename to apps/angular/node_modules/object-inspect/util.inspect.js diff --git a/ClientApp/node_modules/object-is/.eslintrc b/apps/angular/node_modules/object-is/.eslintrc similarity index 100% rename from ClientApp/node_modules/object-is/.eslintrc rename to apps/angular/node_modules/object-is/.eslintrc diff --git a/ClientApp/node_modules/object-is/.nycrc b/apps/angular/node_modules/object-is/.nycrc similarity index 100% rename from ClientApp/node_modules/object-is/.nycrc rename to apps/angular/node_modules/object-is/.nycrc diff --git a/ClientApp/node_modules/object-is/CHANGELOG.md b/apps/angular/node_modules/object-is/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/object-is/CHANGELOG.md rename to apps/angular/node_modules/object-is/CHANGELOG.md diff --git a/ClientApp/node_modules/object-is/LICENSE b/apps/angular/node_modules/object-is/LICENSE similarity index 100% rename from ClientApp/node_modules/object-is/LICENSE rename to apps/angular/node_modules/object-is/LICENSE diff --git a/ClientApp/node_modules/object-is/README.md b/apps/angular/node_modules/object-is/README.md similarity index 100% rename from ClientApp/node_modules/object-is/README.md rename to apps/angular/node_modules/object-is/README.md diff --git a/ClientApp/node_modules/object-is/auto.js b/apps/angular/node_modules/object-is/auto.js similarity index 100% rename from ClientApp/node_modules/object-is/auto.js rename to apps/angular/node_modules/object-is/auto.js diff --git a/ClientApp/node_modules/object-is/implementation.js b/apps/angular/node_modules/object-is/implementation.js similarity index 100% rename from ClientApp/node_modules/object-is/implementation.js rename to apps/angular/node_modules/object-is/implementation.js diff --git a/ClientApp/node_modules/object-is/index.js b/apps/angular/node_modules/object-is/index.js similarity index 100% rename from ClientApp/node_modules/object-is/index.js rename to apps/angular/node_modules/object-is/index.js diff --git a/ClientApp/node_modules/object-is/package.json b/apps/angular/node_modules/object-is/package.json similarity index 100% rename from ClientApp/node_modules/object-is/package.json rename to apps/angular/node_modules/object-is/package.json diff --git a/ClientApp/node_modules/object-is/polyfill.js b/apps/angular/node_modules/object-is/polyfill.js similarity index 100% rename from ClientApp/node_modules/object-is/polyfill.js rename to apps/angular/node_modules/object-is/polyfill.js diff --git a/ClientApp/node_modules/object-is/shim.js b/apps/angular/node_modules/object-is/shim.js similarity index 100% rename from ClientApp/node_modules/object-is/shim.js rename to apps/angular/node_modules/object-is/shim.js diff --git a/ClientApp/node_modules/object-is/test/implementation.js b/apps/angular/node_modules/object-is/test/implementation.js similarity index 100% rename from ClientApp/node_modules/object-is/test/implementation.js rename to apps/angular/node_modules/object-is/test/implementation.js diff --git a/ClientApp/node_modules/object-is/test/index.js b/apps/angular/node_modules/object-is/test/index.js similarity index 100% rename from ClientApp/node_modules/object-is/test/index.js rename to apps/angular/node_modules/object-is/test/index.js diff --git a/ClientApp/node_modules/object-is/test/shimmed.js b/apps/angular/node_modules/object-is/test/shimmed.js similarity index 100% rename from ClientApp/node_modules/object-is/test/shimmed.js rename to apps/angular/node_modules/object-is/test/shimmed.js diff --git a/ClientApp/node_modules/object-is/test/tests.js b/apps/angular/node_modules/object-is/test/tests.js similarity index 100% rename from ClientApp/node_modules/object-is/test/tests.js rename to apps/angular/node_modules/object-is/test/tests.js diff --git a/ClientApp/node_modules/object-keys/.editorconfig b/apps/angular/node_modules/object-keys/.editorconfig similarity index 100% rename from ClientApp/node_modules/object-keys/.editorconfig rename to apps/angular/node_modules/object-keys/.editorconfig diff --git a/ClientApp/node_modules/object-keys/.eslintrc b/apps/angular/node_modules/object-keys/.eslintrc similarity index 100% rename from ClientApp/node_modules/object-keys/.eslintrc rename to apps/angular/node_modules/object-keys/.eslintrc diff --git a/ClientApp/node_modules/object-keys/.travis.yml b/apps/angular/node_modules/object-keys/.travis.yml similarity index 100% rename from ClientApp/node_modules/object-keys/.travis.yml rename to apps/angular/node_modules/object-keys/.travis.yml diff --git a/ClientApp/node_modules/object-keys/CHANGELOG.md b/apps/angular/node_modules/object-keys/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/object-keys/CHANGELOG.md rename to apps/angular/node_modules/object-keys/CHANGELOG.md diff --git a/ClientApp/node_modules/object-keys/LICENSE b/apps/angular/node_modules/object-keys/LICENSE similarity index 100% rename from ClientApp/node_modules/object-keys/LICENSE rename to apps/angular/node_modules/object-keys/LICENSE diff --git a/ClientApp/node_modules/object-keys/README.md b/apps/angular/node_modules/object-keys/README.md similarity index 100% rename from ClientApp/node_modules/object-keys/README.md rename to apps/angular/node_modules/object-keys/README.md diff --git a/ClientApp/node_modules/object-keys/implementation.js b/apps/angular/node_modules/object-keys/implementation.js similarity index 100% rename from ClientApp/node_modules/object-keys/implementation.js rename to apps/angular/node_modules/object-keys/implementation.js diff --git a/ClientApp/node_modules/object-keys/index.js b/apps/angular/node_modules/object-keys/index.js similarity index 100% rename from ClientApp/node_modules/object-keys/index.js rename to apps/angular/node_modules/object-keys/index.js diff --git a/ClientApp/node_modules/object-keys/isArguments.js b/apps/angular/node_modules/object-keys/isArguments.js similarity index 100% rename from ClientApp/node_modules/object-keys/isArguments.js rename to apps/angular/node_modules/object-keys/isArguments.js diff --git a/ClientApp/node_modules/object-keys/package.json b/apps/angular/node_modules/object-keys/package.json similarity index 100% rename from ClientApp/node_modules/object-keys/package.json rename to apps/angular/node_modules/object-keys/package.json diff --git a/ClientApp/node_modules/object-keys/test/index.js b/apps/angular/node_modules/object-keys/test/index.js similarity index 100% rename from ClientApp/node_modules/object-keys/test/index.js rename to apps/angular/node_modules/object-keys/test/index.js diff --git a/ClientApp/node_modules/object.assign/.editorconfig b/apps/angular/node_modules/object.assign/.editorconfig similarity index 100% rename from ClientApp/node_modules/object.assign/.editorconfig rename to apps/angular/node_modules/object.assign/.editorconfig diff --git a/ClientApp/node_modules/object.assign/.eslintrc b/apps/angular/node_modules/object.assign/.eslintrc similarity index 100% rename from ClientApp/node_modules/object.assign/.eslintrc rename to apps/angular/node_modules/object.assign/.eslintrc diff --git a/ClientApp/node_modules/object.assign/.github/FUNDING.yml b/apps/angular/node_modules/object.assign/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/object.assign/.github/FUNDING.yml rename to apps/angular/node_modules/object.assign/.github/FUNDING.yml diff --git a/ClientApp/node_modules/object.assign/.nycrc b/apps/angular/node_modules/object.assign/.nycrc similarity index 100% rename from ClientApp/node_modules/object.assign/.nycrc rename to apps/angular/node_modules/object.assign/.nycrc diff --git a/ClientApp/node_modules/object.assign/CHANGELOG.md b/apps/angular/node_modules/object.assign/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/object.assign/CHANGELOG.md rename to apps/angular/node_modules/object.assign/CHANGELOG.md diff --git a/ClientApp/node_modules/object.assign/LICENSE b/apps/angular/node_modules/object.assign/LICENSE similarity index 100% rename from ClientApp/node_modules/object.assign/LICENSE rename to apps/angular/node_modules/object.assign/LICENSE diff --git a/ClientApp/node_modules/object.assign/README.md b/apps/angular/node_modules/object.assign/README.md similarity index 100% rename from ClientApp/node_modules/object.assign/README.md rename to apps/angular/node_modules/object.assign/README.md diff --git a/ClientApp/node_modules/object.assign/auto.js b/apps/angular/node_modules/object.assign/auto.js similarity index 100% rename from ClientApp/node_modules/object.assign/auto.js rename to apps/angular/node_modules/object.assign/auto.js diff --git a/ClientApp/node_modules/object.assign/dist/browser.js b/apps/angular/node_modules/object.assign/dist/browser.js similarity index 100% rename from ClientApp/node_modules/object.assign/dist/browser.js rename to apps/angular/node_modules/object.assign/dist/browser.js diff --git a/ClientApp/node_modules/object.assign/hasSymbols.js b/apps/angular/node_modules/object.assign/hasSymbols.js similarity index 100% rename from ClientApp/node_modules/object.assign/hasSymbols.js rename to apps/angular/node_modules/object.assign/hasSymbols.js diff --git a/ClientApp/node_modules/object.assign/implementation.js b/apps/angular/node_modules/object.assign/implementation.js similarity index 100% rename from ClientApp/node_modules/object.assign/implementation.js rename to apps/angular/node_modules/object.assign/implementation.js diff --git a/ClientApp/node_modules/object.assign/index.js b/apps/angular/node_modules/object.assign/index.js similarity index 100% rename from ClientApp/node_modules/object.assign/index.js rename to apps/angular/node_modules/object.assign/index.js diff --git a/ClientApp/node_modules/object.assign/package.json b/apps/angular/node_modules/object.assign/package.json similarity index 100% rename from ClientApp/node_modules/object.assign/package.json rename to apps/angular/node_modules/object.assign/package.json diff --git a/ClientApp/node_modules/object.assign/polyfill.js b/apps/angular/node_modules/object.assign/polyfill.js similarity index 100% rename from ClientApp/node_modules/object.assign/polyfill.js rename to apps/angular/node_modules/object.assign/polyfill.js diff --git a/ClientApp/node_modules/object.assign/shim.js b/apps/angular/node_modules/object.assign/shim.js similarity index 100% rename from ClientApp/node_modules/object.assign/shim.js rename to apps/angular/node_modules/object.assign/shim.js diff --git a/ClientApp/node_modules/object.assign/test/implementation.js b/apps/angular/node_modules/object.assign/test/implementation.js similarity index 100% rename from ClientApp/node_modules/object.assign/test/implementation.js rename to apps/angular/node_modules/object.assign/test/implementation.js diff --git a/ClientApp/node_modules/object.assign/test/index.js b/apps/angular/node_modules/object.assign/test/index.js similarity index 100% rename from ClientApp/node_modules/object.assign/test/index.js rename to apps/angular/node_modules/object.assign/test/index.js diff --git a/ClientApp/node_modules/object.assign/test/native.js b/apps/angular/node_modules/object.assign/test/native.js similarity index 100% rename from ClientApp/node_modules/object.assign/test/native.js rename to apps/angular/node_modules/object.assign/test/native.js diff --git a/ClientApp/node_modules/object.assign/test/ses-compat.js b/apps/angular/node_modules/object.assign/test/ses-compat.js similarity index 100% rename from ClientApp/node_modules/object.assign/test/ses-compat.js rename to apps/angular/node_modules/object.assign/test/ses-compat.js diff --git a/ClientApp/node_modules/object.assign/test/shimmed.js b/apps/angular/node_modules/object.assign/test/shimmed.js similarity index 100% rename from ClientApp/node_modules/object.assign/test/shimmed.js rename to apps/angular/node_modules/object.assign/test/shimmed.js diff --git a/ClientApp/node_modules/object.assign/test/tests.js b/apps/angular/node_modules/object.assign/test/tests.js similarity index 100% rename from ClientApp/node_modules/object.assign/test/tests.js rename to apps/angular/node_modules/object.assign/test/tests.js diff --git a/ClientApp/node_modules/object.entries/.editorconfig b/apps/angular/node_modules/object.entries/.editorconfig similarity index 100% rename from ClientApp/node_modules/object.entries/.editorconfig rename to apps/angular/node_modules/object.entries/.editorconfig diff --git a/ClientApp/node_modules/object.entries/.eslintrc b/apps/angular/node_modules/object.entries/.eslintrc similarity index 100% rename from ClientApp/node_modules/object.entries/.eslintrc rename to apps/angular/node_modules/object.entries/.eslintrc diff --git a/ClientApp/node_modules/object.entries/.nycrc b/apps/angular/node_modules/object.entries/.nycrc similarity index 100% rename from ClientApp/node_modules/object.entries/.nycrc rename to apps/angular/node_modules/object.entries/.nycrc diff --git a/ClientApp/node_modules/object.entries/CHANGELOG.md b/apps/angular/node_modules/object.entries/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/object.entries/CHANGELOG.md rename to apps/angular/node_modules/object.entries/CHANGELOG.md diff --git a/ClientApp/node_modules/object.entries/LICENSE b/apps/angular/node_modules/object.entries/LICENSE similarity index 100% rename from ClientApp/node_modules/object.entries/LICENSE rename to apps/angular/node_modules/object.entries/LICENSE diff --git a/ClientApp/node_modules/object.entries/README.md b/apps/angular/node_modules/object.entries/README.md similarity index 100% rename from ClientApp/node_modules/object.entries/README.md rename to apps/angular/node_modules/object.entries/README.md diff --git a/ClientApp/node_modules/object.entries/auto.js b/apps/angular/node_modules/object.entries/auto.js similarity index 100% rename from ClientApp/node_modules/object.entries/auto.js rename to apps/angular/node_modules/object.entries/auto.js diff --git a/ClientApp/node_modules/object.entries/implementation.js b/apps/angular/node_modules/object.entries/implementation.js similarity index 100% rename from ClientApp/node_modules/object.entries/implementation.js rename to apps/angular/node_modules/object.entries/implementation.js diff --git a/ClientApp/node_modules/object.entries/index.js b/apps/angular/node_modules/object.entries/index.js similarity index 100% rename from ClientApp/node_modules/object.entries/index.js rename to apps/angular/node_modules/object.entries/index.js diff --git a/ClientApp/node_modules/object.entries/package.json b/apps/angular/node_modules/object.entries/package.json similarity index 100% rename from ClientApp/node_modules/object.entries/package.json rename to apps/angular/node_modules/object.entries/package.json diff --git a/ClientApp/node_modules/object.entries/polyfill.js b/apps/angular/node_modules/object.entries/polyfill.js similarity index 100% rename from ClientApp/node_modules/object.entries/polyfill.js rename to apps/angular/node_modules/object.entries/polyfill.js diff --git a/ClientApp/node_modules/object.entries/shim.js b/apps/angular/node_modules/object.entries/shim.js similarity index 100% rename from ClientApp/node_modules/object.entries/shim.js rename to apps/angular/node_modules/object.entries/shim.js diff --git a/ClientApp/node_modules/object.entries/test/.eslintrc b/apps/angular/node_modules/object.entries/test/.eslintrc similarity index 100% rename from ClientApp/node_modules/object.entries/test/.eslintrc rename to apps/angular/node_modules/object.entries/test/.eslintrc diff --git a/ClientApp/node_modules/object.entries/test/implementation.js b/apps/angular/node_modules/object.entries/test/implementation.js similarity index 100% rename from ClientApp/node_modules/object.entries/test/implementation.js rename to apps/angular/node_modules/object.entries/test/implementation.js diff --git a/ClientApp/node_modules/object.entries/test/index.js b/apps/angular/node_modules/object.entries/test/index.js similarity index 100% rename from ClientApp/node_modules/object.entries/test/index.js rename to apps/angular/node_modules/object.entries/test/index.js diff --git a/ClientApp/node_modules/object.entries/test/native.js b/apps/angular/node_modules/object.entries/test/native.js similarity index 100% rename from ClientApp/node_modules/object.entries/test/native.js rename to apps/angular/node_modules/object.entries/test/native.js diff --git a/ClientApp/node_modules/object.entries/test/shimmed.js b/apps/angular/node_modules/object.entries/test/shimmed.js similarity index 100% rename from ClientApp/node_modules/object.entries/test/shimmed.js rename to apps/angular/node_modules/object.entries/test/shimmed.js diff --git a/ClientApp/node_modules/object.entries/test/tests.js b/apps/angular/node_modules/object.entries/test/tests.js similarity index 100% rename from ClientApp/node_modules/object.entries/test/tests.js rename to apps/angular/node_modules/object.entries/test/tests.js diff --git a/ClientApp/node_modules/object.fromentries/.editorconfig b/apps/angular/node_modules/object.fromentries/.editorconfig similarity index 100% rename from ClientApp/node_modules/object.fromentries/.editorconfig rename to apps/angular/node_modules/object.fromentries/.editorconfig diff --git a/ClientApp/node_modules/object.fromentries/.eslintrc b/apps/angular/node_modules/object.fromentries/.eslintrc similarity index 100% rename from ClientApp/node_modules/object.fromentries/.eslintrc rename to apps/angular/node_modules/object.fromentries/.eslintrc diff --git a/ClientApp/node_modules/object.fromentries/.nycrc b/apps/angular/node_modules/object.fromentries/.nycrc similarity index 100% rename from ClientApp/node_modules/object.fromentries/.nycrc rename to apps/angular/node_modules/object.fromentries/.nycrc diff --git a/ClientApp/node_modules/object.fromentries/CHANGELOG.md b/apps/angular/node_modules/object.fromentries/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/object.fromentries/CHANGELOG.md rename to apps/angular/node_modules/object.fromentries/CHANGELOG.md diff --git a/ClientApp/node_modules/object.fromentries/LICENSE b/apps/angular/node_modules/object.fromentries/LICENSE similarity index 100% rename from ClientApp/node_modules/object.fromentries/LICENSE rename to apps/angular/node_modules/object.fromentries/LICENSE diff --git a/ClientApp/node_modules/object.fromentries/README.md b/apps/angular/node_modules/object.fromentries/README.md similarity index 100% rename from ClientApp/node_modules/object.fromentries/README.md rename to apps/angular/node_modules/object.fromentries/README.md diff --git a/ClientApp/node_modules/object.fromentries/auto.js b/apps/angular/node_modules/object.fromentries/auto.js similarity index 100% rename from ClientApp/node_modules/object.fromentries/auto.js rename to apps/angular/node_modules/object.fromentries/auto.js diff --git a/ClientApp/node_modules/object.fromentries/implementation.js b/apps/angular/node_modules/object.fromentries/implementation.js similarity index 100% rename from ClientApp/node_modules/object.fromentries/implementation.js rename to apps/angular/node_modules/object.fromentries/implementation.js diff --git a/ClientApp/node_modules/object.fromentries/index.js b/apps/angular/node_modules/object.fromentries/index.js similarity index 100% rename from ClientApp/node_modules/object.fromentries/index.js rename to apps/angular/node_modules/object.fromentries/index.js diff --git a/ClientApp/node_modules/object.fromentries/package.json b/apps/angular/node_modules/object.fromentries/package.json similarity index 100% rename from ClientApp/node_modules/object.fromentries/package.json rename to apps/angular/node_modules/object.fromentries/package.json diff --git a/ClientApp/node_modules/object.fromentries/polyfill.js b/apps/angular/node_modules/object.fromentries/polyfill.js similarity index 100% rename from ClientApp/node_modules/object.fromentries/polyfill.js rename to apps/angular/node_modules/object.fromentries/polyfill.js diff --git a/ClientApp/node_modules/object.fromentries/shim.js b/apps/angular/node_modules/object.fromentries/shim.js similarity index 100% rename from ClientApp/node_modules/object.fromentries/shim.js rename to apps/angular/node_modules/object.fromentries/shim.js diff --git a/ClientApp/node_modules/object.fromentries/test/implementation.js b/apps/angular/node_modules/object.fromentries/test/implementation.js similarity index 100% rename from ClientApp/node_modules/object.fromentries/test/implementation.js rename to apps/angular/node_modules/object.fromentries/test/implementation.js diff --git a/ClientApp/node_modules/object.fromentries/test/index.js b/apps/angular/node_modules/object.fromentries/test/index.js similarity index 100% rename from ClientApp/node_modules/object.fromentries/test/index.js rename to apps/angular/node_modules/object.fromentries/test/index.js diff --git a/ClientApp/node_modules/object.fromentries/test/shimmed.js b/apps/angular/node_modules/object.fromentries/test/shimmed.js similarity index 100% rename from ClientApp/node_modules/object.fromentries/test/shimmed.js rename to apps/angular/node_modules/object.fromentries/test/shimmed.js diff --git a/ClientApp/node_modules/object.fromentries/test/tests.js b/apps/angular/node_modules/object.fromentries/test/tests.js similarity index 100% rename from ClientApp/node_modules/object.fromentries/test/tests.js rename to apps/angular/node_modules/object.fromentries/test/tests.js diff --git a/ClientApp/node_modules/object.values/.editorconfig b/apps/angular/node_modules/object.values/.editorconfig similarity index 100% rename from ClientApp/node_modules/object.values/.editorconfig rename to apps/angular/node_modules/object.values/.editorconfig diff --git a/ClientApp/node_modules/object.values/.eslintrc b/apps/angular/node_modules/object.values/.eslintrc similarity index 100% rename from ClientApp/node_modules/object.values/.eslintrc rename to apps/angular/node_modules/object.values/.eslintrc diff --git a/ClientApp/node_modules/object.values/.nycrc b/apps/angular/node_modules/object.values/.nycrc similarity index 100% rename from ClientApp/node_modules/object.values/.nycrc rename to apps/angular/node_modules/object.values/.nycrc diff --git a/ClientApp/node_modules/object.values/CHANGELOG.md b/apps/angular/node_modules/object.values/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/object.values/CHANGELOG.md rename to apps/angular/node_modules/object.values/CHANGELOG.md diff --git a/ClientApp/node_modules/object.values/LICENSE b/apps/angular/node_modules/object.values/LICENSE similarity index 100% rename from ClientApp/node_modules/object.values/LICENSE rename to apps/angular/node_modules/object.values/LICENSE diff --git a/ClientApp/node_modules/object.values/README.md b/apps/angular/node_modules/object.values/README.md similarity index 100% rename from ClientApp/node_modules/object.values/README.md rename to apps/angular/node_modules/object.values/README.md diff --git a/ClientApp/node_modules/object.values/auto.js b/apps/angular/node_modules/object.values/auto.js similarity index 100% rename from ClientApp/node_modules/object.values/auto.js rename to apps/angular/node_modules/object.values/auto.js diff --git a/ClientApp/node_modules/object.values/implementation.js b/apps/angular/node_modules/object.values/implementation.js similarity index 100% rename from ClientApp/node_modules/object.values/implementation.js rename to apps/angular/node_modules/object.values/implementation.js diff --git a/ClientApp/node_modules/object.values/index.js b/apps/angular/node_modules/object.values/index.js similarity index 100% rename from ClientApp/node_modules/object.values/index.js rename to apps/angular/node_modules/object.values/index.js diff --git a/ClientApp/node_modules/object.values/package.json b/apps/angular/node_modules/object.values/package.json similarity index 100% rename from ClientApp/node_modules/object.values/package.json rename to apps/angular/node_modules/object.values/package.json diff --git a/ClientApp/node_modules/object.values/polyfill.js b/apps/angular/node_modules/object.values/polyfill.js similarity index 100% rename from ClientApp/node_modules/object.values/polyfill.js rename to apps/angular/node_modules/object.values/polyfill.js diff --git a/ClientApp/node_modules/object.values/shim.js b/apps/angular/node_modules/object.values/shim.js similarity index 100% rename from ClientApp/node_modules/object.values/shim.js rename to apps/angular/node_modules/object.values/shim.js diff --git a/ClientApp/node_modules/object.values/test/.eslintrc b/apps/angular/node_modules/object.values/test/.eslintrc similarity index 100% rename from ClientApp/node_modules/object.values/test/.eslintrc rename to apps/angular/node_modules/object.values/test/.eslintrc diff --git a/ClientApp/node_modules/object.values/test/implementation.js b/apps/angular/node_modules/object.values/test/implementation.js similarity index 100% rename from ClientApp/node_modules/object.values/test/implementation.js rename to apps/angular/node_modules/object.values/test/implementation.js diff --git a/ClientApp/node_modules/object.values/test/index.js b/apps/angular/node_modules/object.values/test/index.js similarity index 100% rename from ClientApp/node_modules/object.values/test/index.js rename to apps/angular/node_modules/object.values/test/index.js diff --git a/ClientApp/node_modules/object.values/test/shimmed.js b/apps/angular/node_modules/object.values/test/shimmed.js similarity index 100% rename from ClientApp/node_modules/object.values/test/shimmed.js rename to apps/angular/node_modules/object.values/test/shimmed.js diff --git a/ClientApp/node_modules/object.values/test/tests.js b/apps/angular/node_modules/object.values/test/tests.js similarity index 100% rename from ClientApp/node_modules/object.values/test/tests.js rename to apps/angular/node_modules/object.values/test/tests.js diff --git a/ClientApp/node_modules/once/LICENSE b/apps/angular/node_modules/once/LICENSE similarity index 100% rename from ClientApp/node_modules/once/LICENSE rename to apps/angular/node_modules/once/LICENSE diff --git a/ClientApp/node_modules/once/README.md b/apps/angular/node_modules/once/README.md similarity index 100% rename from ClientApp/node_modules/once/README.md rename to apps/angular/node_modules/once/README.md diff --git a/ClientApp/node_modules/once/once.js b/apps/angular/node_modules/once/once.js similarity index 100% rename from ClientApp/node_modules/once/once.js rename to apps/angular/node_modules/once/once.js diff --git a/ClientApp/node_modules/once/package.json b/apps/angular/node_modules/once/package.json similarity index 100% rename from ClientApp/node_modules/once/package.json rename to apps/angular/node_modules/once/package.json diff --git a/ClientApp/node_modules/onetime/index.d.ts b/apps/angular/node_modules/onetime/index.d.ts similarity index 100% rename from ClientApp/node_modules/onetime/index.d.ts rename to apps/angular/node_modules/onetime/index.d.ts diff --git a/ClientApp/node_modules/onetime/index.js b/apps/angular/node_modules/onetime/index.js similarity index 100% rename from ClientApp/node_modules/onetime/index.js rename to apps/angular/node_modules/onetime/index.js diff --git a/ClientApp/node_modules/onetime/license b/apps/angular/node_modules/onetime/license similarity index 100% rename from ClientApp/node_modules/onetime/license rename to apps/angular/node_modules/onetime/license diff --git a/ClientApp/node_modules/onetime/package.json b/apps/angular/node_modules/onetime/package.json similarity index 100% rename from ClientApp/node_modules/onetime/package.json rename to apps/angular/node_modules/onetime/package.json diff --git a/ClientApp/node_modules/onetime/readme.md b/apps/angular/node_modules/onetime/readme.md similarity index 100% rename from ClientApp/node_modules/onetime/readme.md rename to apps/angular/node_modules/onetime/readme.md diff --git a/ClientApp/node_modules/open/index.d.ts b/apps/angular/node_modules/open/index.d.ts similarity index 100% rename from ClientApp/node_modules/open/index.d.ts rename to apps/angular/node_modules/open/index.d.ts diff --git a/ClientApp/node_modules/open/index.js b/apps/angular/node_modules/open/index.js similarity index 100% rename from ClientApp/node_modules/open/index.js rename to apps/angular/node_modules/open/index.js diff --git a/ClientApp/node_modules/open/license b/apps/angular/node_modules/open/license similarity index 100% rename from ClientApp/node_modules/open/license rename to apps/angular/node_modules/open/license diff --git a/ClientApp/node_modules/open/package.json b/apps/angular/node_modules/open/package.json similarity index 100% rename from ClientApp/node_modules/open/package.json rename to apps/angular/node_modules/open/package.json diff --git a/ClientApp/node_modules/open/readme.md b/apps/angular/node_modules/open/readme.md similarity index 100% rename from ClientApp/node_modules/open/readme.md rename to apps/angular/node_modules/open/readme.md diff --git a/ClientApp/node_modules/open/xdg-open b/apps/angular/node_modules/open/xdg-open similarity index 100% rename from ClientApp/node_modules/open/xdg-open rename to apps/angular/node_modules/open/xdg-open diff --git a/ClientApp/node_modules/optionator/CHANGELOG.md b/apps/angular/node_modules/optionator/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/optionator/CHANGELOG.md rename to apps/angular/node_modules/optionator/CHANGELOG.md diff --git a/ClientApp/node_modules/optionator/LICENSE b/apps/angular/node_modules/optionator/LICENSE similarity index 100% rename from ClientApp/node_modules/optionator/LICENSE rename to apps/angular/node_modules/optionator/LICENSE diff --git a/ClientApp/node_modules/optionator/README.md b/apps/angular/node_modules/optionator/README.md similarity index 100% rename from ClientApp/node_modules/optionator/README.md rename to apps/angular/node_modules/optionator/README.md diff --git a/ClientApp/node_modules/optionator/lib/help.js b/apps/angular/node_modules/optionator/lib/help.js similarity index 100% rename from ClientApp/node_modules/optionator/lib/help.js rename to apps/angular/node_modules/optionator/lib/help.js diff --git a/ClientApp/node_modules/optionator/lib/index.js b/apps/angular/node_modules/optionator/lib/index.js similarity index 100% rename from ClientApp/node_modules/optionator/lib/index.js rename to apps/angular/node_modules/optionator/lib/index.js diff --git a/ClientApp/node_modules/optionator/lib/util.js b/apps/angular/node_modules/optionator/lib/util.js similarity index 100% rename from ClientApp/node_modules/optionator/lib/util.js rename to apps/angular/node_modules/optionator/lib/util.js diff --git a/ClientApp/node_modules/optionator/package.json b/apps/angular/node_modules/optionator/package.json similarity index 100% rename from ClientApp/node_modules/optionator/package.json rename to apps/angular/node_modules/optionator/package.json diff --git a/ClientApp/node_modules/ospath/.npmignore b/apps/angular/node_modules/ospath/.npmignore similarity index 100% rename from ClientApp/node_modules/ospath/.npmignore rename to apps/angular/node_modules/ospath/.npmignore diff --git a/ClientApp/node_modules/ospath/changelog.md b/apps/angular/node_modules/ospath/changelog.md similarity index 100% rename from ClientApp/node_modules/ospath/changelog.md rename to apps/angular/node_modules/ospath/changelog.md diff --git a/ClientApp/node_modules/ospath/index.js b/apps/angular/node_modules/ospath/index.js similarity index 100% rename from ClientApp/node_modules/ospath/index.js rename to apps/angular/node_modules/ospath/index.js diff --git a/ClientApp/node_modules/ospath/package.json b/apps/angular/node_modules/ospath/package.json similarity index 100% rename from ClientApp/node_modules/ospath/package.json rename to apps/angular/node_modules/ospath/package.json diff --git a/ClientApp/node_modules/ospath/readme.md b/apps/angular/node_modules/ospath/readme.md similarity index 100% rename from ClientApp/node_modules/ospath/readme.md rename to apps/angular/node_modules/ospath/readme.md diff --git a/ClientApp/node_modules/own-keys/.eslintrc b/apps/angular/node_modules/own-keys/.eslintrc similarity index 100% rename from ClientApp/node_modules/own-keys/.eslintrc rename to apps/angular/node_modules/own-keys/.eslintrc diff --git a/ClientApp/node_modules/own-keys/.github/FUNDING.yml b/apps/angular/node_modules/own-keys/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/own-keys/.github/FUNDING.yml rename to apps/angular/node_modules/own-keys/.github/FUNDING.yml diff --git a/ClientApp/node_modules/own-keys/.nycrc b/apps/angular/node_modules/own-keys/.nycrc similarity index 100% rename from ClientApp/node_modules/own-keys/.nycrc rename to apps/angular/node_modules/own-keys/.nycrc diff --git a/ClientApp/node_modules/own-keys/CHANGELOG.md b/apps/angular/node_modules/own-keys/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/own-keys/CHANGELOG.md rename to apps/angular/node_modules/own-keys/CHANGELOG.md diff --git a/ClientApp/node_modules/own-keys/LICENSE b/apps/angular/node_modules/own-keys/LICENSE similarity index 100% rename from ClientApp/node_modules/own-keys/LICENSE rename to apps/angular/node_modules/own-keys/LICENSE diff --git a/ClientApp/node_modules/own-keys/README.md b/apps/angular/node_modules/own-keys/README.md similarity index 100% rename from ClientApp/node_modules/own-keys/README.md rename to apps/angular/node_modules/own-keys/README.md diff --git a/ClientApp/node_modules/own-keys/index.d.ts b/apps/angular/node_modules/own-keys/index.d.ts similarity index 100% rename from ClientApp/node_modules/own-keys/index.d.ts rename to apps/angular/node_modules/own-keys/index.d.ts diff --git a/ClientApp/node_modules/own-keys/index.js b/apps/angular/node_modules/own-keys/index.js similarity index 100% rename from ClientApp/node_modules/own-keys/index.js rename to apps/angular/node_modules/own-keys/index.js diff --git a/ClientApp/node_modules/own-keys/package.json b/apps/angular/node_modules/own-keys/package.json similarity index 100% rename from ClientApp/node_modules/own-keys/package.json rename to apps/angular/node_modules/own-keys/package.json diff --git a/ClientApp/node_modules/own-keys/test/index.js b/apps/angular/node_modules/own-keys/test/index.js similarity index 100% rename from ClientApp/node_modules/own-keys/test/index.js rename to apps/angular/node_modules/own-keys/test/index.js diff --git a/ClientApp/node_modules/own-keys/tsconfig.json b/apps/angular/node_modules/own-keys/tsconfig.json similarity index 100% rename from ClientApp/node_modules/own-keys/tsconfig.json rename to apps/angular/node_modules/own-keys/tsconfig.json diff --git a/ClientApp/node_modules/p-limit/index.d.ts b/apps/angular/node_modules/p-limit/index.d.ts similarity index 100% rename from ClientApp/node_modules/p-limit/index.d.ts rename to apps/angular/node_modules/p-limit/index.d.ts diff --git a/ClientApp/node_modules/p-limit/index.js b/apps/angular/node_modules/p-limit/index.js similarity index 100% rename from ClientApp/node_modules/p-limit/index.js rename to apps/angular/node_modules/p-limit/index.js diff --git a/ClientApp/node_modules/p-limit/license b/apps/angular/node_modules/p-limit/license similarity index 100% rename from ClientApp/node_modules/p-limit/license rename to apps/angular/node_modules/p-limit/license diff --git a/ClientApp/node_modules/p-limit/package.json b/apps/angular/node_modules/p-limit/package.json similarity index 100% rename from ClientApp/node_modules/p-limit/package.json rename to apps/angular/node_modules/p-limit/package.json diff --git a/ClientApp/node_modules/p-limit/readme.md b/apps/angular/node_modules/p-limit/readme.md similarity index 100% rename from ClientApp/node_modules/p-limit/readme.md rename to apps/angular/node_modules/p-limit/readme.md diff --git a/ClientApp/node_modules/p-locate/index.d.ts b/apps/angular/node_modules/p-locate/index.d.ts similarity index 100% rename from ClientApp/node_modules/p-locate/index.d.ts rename to apps/angular/node_modules/p-locate/index.d.ts diff --git a/ClientApp/node_modules/p-locate/index.js b/apps/angular/node_modules/p-locate/index.js similarity index 100% rename from ClientApp/node_modules/p-locate/index.js rename to apps/angular/node_modules/p-locate/index.js diff --git a/ClientApp/node_modules/p-locate/license b/apps/angular/node_modules/p-locate/license similarity index 100% rename from ClientApp/node_modules/p-locate/license rename to apps/angular/node_modules/p-locate/license diff --git a/ClientApp/node_modules/p-locate/package.json b/apps/angular/node_modules/p-locate/package.json similarity index 100% rename from ClientApp/node_modules/p-locate/package.json rename to apps/angular/node_modules/p-locate/package.json diff --git a/ClientApp/node_modules/p-locate/readme.md b/apps/angular/node_modules/p-locate/readme.md similarity index 100% rename from ClientApp/node_modules/p-locate/readme.md rename to apps/angular/node_modules/p-locate/readme.md diff --git a/ClientApp/node_modules/p-map/index.d.ts b/apps/angular/node_modules/p-map/index.d.ts similarity index 100% rename from ClientApp/node_modules/p-map/index.d.ts rename to apps/angular/node_modules/p-map/index.d.ts diff --git a/ClientApp/node_modules/p-map/index.js b/apps/angular/node_modules/p-map/index.js similarity index 100% rename from ClientApp/node_modules/p-map/index.js rename to apps/angular/node_modules/p-map/index.js diff --git a/ClientApp/node_modules/p-map/license b/apps/angular/node_modules/p-map/license similarity index 100% rename from ClientApp/node_modules/p-map/license rename to apps/angular/node_modules/p-map/license diff --git a/ClientApp/node_modules/p-map/package.json b/apps/angular/node_modules/p-map/package.json similarity index 100% rename from ClientApp/node_modules/p-map/package.json rename to apps/angular/node_modules/p-map/package.json diff --git a/ClientApp/node_modules/p-map/readme.md b/apps/angular/node_modules/p-map/readme.md similarity index 100% rename from ClientApp/node_modules/p-map/readme.md rename to apps/angular/node_modules/p-map/readme.md diff --git a/ClientApp/node_modules/parent-module/index.js b/apps/angular/node_modules/parent-module/index.js similarity index 100% rename from ClientApp/node_modules/parent-module/index.js rename to apps/angular/node_modules/parent-module/index.js diff --git a/ClientApp/node_modules/parent-module/license b/apps/angular/node_modules/parent-module/license similarity index 100% rename from ClientApp/node_modules/parent-module/license rename to apps/angular/node_modules/parent-module/license diff --git a/ClientApp/node_modules/parent-module/package.json b/apps/angular/node_modules/parent-module/package.json similarity index 100% rename from ClientApp/node_modules/parent-module/package.json rename to apps/angular/node_modules/parent-module/package.json diff --git a/ClientApp/node_modules/parent-module/readme.md b/apps/angular/node_modules/parent-module/readme.md similarity index 100% rename from ClientApp/node_modules/parent-module/readme.md rename to apps/angular/node_modules/parent-module/readme.md diff --git a/ClientApp/node_modules/parse5/LICENSE b/apps/angular/node_modules/parse5/LICENSE similarity index 100% rename from ClientApp/node_modules/parse5/LICENSE rename to apps/angular/node_modules/parse5/LICENSE diff --git a/ClientApp/node_modules/parse5/README.md b/apps/angular/node_modules/parse5/README.md similarity index 100% rename from ClientApp/node_modules/parse5/README.md rename to apps/angular/node_modules/parse5/README.md diff --git a/ClientApp/node_modules/parse5/dist/cjs/common/doctype.d.ts b/apps/angular/node_modules/parse5/dist/cjs/common/doctype.d.ts similarity index 100% rename from ClientApp/node_modules/parse5/dist/cjs/common/doctype.d.ts rename to apps/angular/node_modules/parse5/dist/cjs/common/doctype.d.ts diff --git a/ClientApp/node_modules/parse5/dist/cjs/common/doctype.js b/apps/angular/node_modules/parse5/dist/cjs/common/doctype.js similarity index 100% rename from ClientApp/node_modules/parse5/dist/cjs/common/doctype.js rename to apps/angular/node_modules/parse5/dist/cjs/common/doctype.js diff --git a/ClientApp/node_modules/parse5/dist/cjs/common/error-codes.d.ts b/apps/angular/node_modules/parse5/dist/cjs/common/error-codes.d.ts similarity index 100% rename from ClientApp/node_modules/parse5/dist/cjs/common/error-codes.d.ts rename to apps/angular/node_modules/parse5/dist/cjs/common/error-codes.d.ts diff --git a/ClientApp/node_modules/parse5/dist/cjs/common/error-codes.js b/apps/angular/node_modules/parse5/dist/cjs/common/error-codes.js similarity index 100% rename from ClientApp/node_modules/parse5/dist/cjs/common/error-codes.js rename to apps/angular/node_modules/parse5/dist/cjs/common/error-codes.js diff --git a/ClientApp/node_modules/parse5/dist/cjs/common/foreign-content.d.ts b/apps/angular/node_modules/parse5/dist/cjs/common/foreign-content.d.ts similarity index 100% rename from ClientApp/node_modules/parse5/dist/cjs/common/foreign-content.d.ts rename to apps/angular/node_modules/parse5/dist/cjs/common/foreign-content.d.ts diff --git a/ClientApp/node_modules/parse5/dist/cjs/common/foreign-content.js b/apps/angular/node_modules/parse5/dist/cjs/common/foreign-content.js similarity index 100% rename from ClientApp/node_modules/parse5/dist/cjs/common/foreign-content.js rename to apps/angular/node_modules/parse5/dist/cjs/common/foreign-content.js diff --git a/ClientApp/node_modules/parse5/dist/cjs/common/html.d.ts b/apps/angular/node_modules/parse5/dist/cjs/common/html.d.ts similarity index 100% rename from ClientApp/node_modules/parse5/dist/cjs/common/html.d.ts rename to apps/angular/node_modules/parse5/dist/cjs/common/html.d.ts diff --git a/ClientApp/node_modules/parse5/dist/cjs/common/html.js b/apps/angular/node_modules/parse5/dist/cjs/common/html.js similarity index 100% rename from ClientApp/node_modules/parse5/dist/cjs/common/html.js rename to apps/angular/node_modules/parse5/dist/cjs/common/html.js diff --git a/ClientApp/node_modules/parse5/dist/cjs/common/token.d.ts b/apps/angular/node_modules/parse5/dist/cjs/common/token.d.ts similarity index 100% rename from ClientApp/node_modules/parse5/dist/cjs/common/token.d.ts rename to apps/angular/node_modules/parse5/dist/cjs/common/token.d.ts diff --git a/ClientApp/node_modules/parse5/dist/cjs/common/token.js b/apps/angular/node_modules/parse5/dist/cjs/common/token.js similarity index 100% rename from ClientApp/node_modules/parse5/dist/cjs/common/token.js rename to apps/angular/node_modules/parse5/dist/cjs/common/token.js diff --git a/ClientApp/node_modules/parse5/dist/cjs/common/unicode.d.ts b/apps/angular/node_modules/parse5/dist/cjs/common/unicode.d.ts similarity index 100% rename from ClientApp/node_modules/parse5/dist/cjs/common/unicode.d.ts rename to apps/angular/node_modules/parse5/dist/cjs/common/unicode.d.ts diff --git a/ClientApp/node_modules/parse5/dist/cjs/common/unicode.js b/apps/angular/node_modules/parse5/dist/cjs/common/unicode.js similarity index 100% rename from ClientApp/node_modules/parse5/dist/cjs/common/unicode.js rename to apps/angular/node_modules/parse5/dist/cjs/common/unicode.js diff --git a/ClientApp/node_modules/parse5/dist/cjs/index.d.ts b/apps/angular/node_modules/parse5/dist/cjs/index.d.ts similarity index 100% rename from ClientApp/node_modules/parse5/dist/cjs/index.d.ts rename to apps/angular/node_modules/parse5/dist/cjs/index.d.ts diff --git a/ClientApp/node_modules/parse5/dist/cjs/index.js b/apps/angular/node_modules/parse5/dist/cjs/index.js similarity index 100% rename from ClientApp/node_modules/parse5/dist/cjs/index.js rename to apps/angular/node_modules/parse5/dist/cjs/index.js diff --git a/ClientApp/node_modules/parse5/dist/cjs/package.json b/apps/angular/node_modules/parse5/dist/cjs/package.json similarity index 100% rename from ClientApp/node_modules/parse5/dist/cjs/package.json rename to apps/angular/node_modules/parse5/dist/cjs/package.json diff --git a/ClientApp/node_modules/parse5/dist/cjs/parser/formatting-element-list.d.ts b/apps/angular/node_modules/parse5/dist/cjs/parser/formatting-element-list.d.ts similarity index 100% rename from ClientApp/node_modules/parse5/dist/cjs/parser/formatting-element-list.d.ts rename to apps/angular/node_modules/parse5/dist/cjs/parser/formatting-element-list.d.ts diff --git a/ClientApp/node_modules/parse5/dist/cjs/parser/formatting-element-list.js b/apps/angular/node_modules/parse5/dist/cjs/parser/formatting-element-list.js similarity index 100% rename from ClientApp/node_modules/parse5/dist/cjs/parser/formatting-element-list.js rename to apps/angular/node_modules/parse5/dist/cjs/parser/formatting-element-list.js diff --git a/ClientApp/node_modules/parse5/dist/cjs/parser/index.d.ts b/apps/angular/node_modules/parse5/dist/cjs/parser/index.d.ts similarity index 100% rename from ClientApp/node_modules/parse5/dist/cjs/parser/index.d.ts rename to apps/angular/node_modules/parse5/dist/cjs/parser/index.d.ts diff --git a/ClientApp/node_modules/parse5/dist/cjs/parser/index.js b/apps/angular/node_modules/parse5/dist/cjs/parser/index.js similarity index 100% rename from ClientApp/node_modules/parse5/dist/cjs/parser/index.js rename to apps/angular/node_modules/parse5/dist/cjs/parser/index.js diff --git a/ClientApp/node_modules/parse5/dist/cjs/parser/open-element-stack.d.ts b/apps/angular/node_modules/parse5/dist/cjs/parser/open-element-stack.d.ts similarity index 100% rename from ClientApp/node_modules/parse5/dist/cjs/parser/open-element-stack.d.ts rename to apps/angular/node_modules/parse5/dist/cjs/parser/open-element-stack.d.ts diff --git a/ClientApp/node_modules/parse5/dist/cjs/parser/open-element-stack.js b/apps/angular/node_modules/parse5/dist/cjs/parser/open-element-stack.js similarity index 100% rename from ClientApp/node_modules/parse5/dist/cjs/parser/open-element-stack.js rename to apps/angular/node_modules/parse5/dist/cjs/parser/open-element-stack.js diff --git a/ClientApp/node_modules/parse5/dist/cjs/serializer/index.d.ts b/apps/angular/node_modules/parse5/dist/cjs/serializer/index.d.ts similarity index 100% rename from ClientApp/node_modules/parse5/dist/cjs/serializer/index.d.ts rename to apps/angular/node_modules/parse5/dist/cjs/serializer/index.d.ts diff --git a/ClientApp/node_modules/parse5/dist/cjs/serializer/index.js b/apps/angular/node_modules/parse5/dist/cjs/serializer/index.js similarity index 100% rename from ClientApp/node_modules/parse5/dist/cjs/serializer/index.js rename to apps/angular/node_modules/parse5/dist/cjs/serializer/index.js diff --git a/ClientApp/node_modules/parse5/dist/cjs/tokenizer/index.d.ts b/apps/angular/node_modules/parse5/dist/cjs/tokenizer/index.d.ts similarity index 100% rename from ClientApp/node_modules/parse5/dist/cjs/tokenizer/index.d.ts rename to apps/angular/node_modules/parse5/dist/cjs/tokenizer/index.d.ts diff --git a/ClientApp/node_modules/parse5/dist/cjs/tokenizer/index.js b/apps/angular/node_modules/parse5/dist/cjs/tokenizer/index.js similarity index 100% rename from ClientApp/node_modules/parse5/dist/cjs/tokenizer/index.js rename to apps/angular/node_modules/parse5/dist/cjs/tokenizer/index.js diff --git a/ClientApp/node_modules/parse5/dist/cjs/tokenizer/preprocessor.d.ts b/apps/angular/node_modules/parse5/dist/cjs/tokenizer/preprocessor.d.ts similarity index 100% rename from ClientApp/node_modules/parse5/dist/cjs/tokenizer/preprocessor.d.ts rename to apps/angular/node_modules/parse5/dist/cjs/tokenizer/preprocessor.d.ts diff --git a/ClientApp/node_modules/parse5/dist/cjs/tokenizer/preprocessor.js b/apps/angular/node_modules/parse5/dist/cjs/tokenizer/preprocessor.js similarity index 100% rename from ClientApp/node_modules/parse5/dist/cjs/tokenizer/preprocessor.js rename to apps/angular/node_modules/parse5/dist/cjs/tokenizer/preprocessor.js diff --git a/ClientApp/node_modules/parse5/dist/cjs/tree-adapters/default.d.ts b/apps/angular/node_modules/parse5/dist/cjs/tree-adapters/default.d.ts similarity index 100% rename from ClientApp/node_modules/parse5/dist/cjs/tree-adapters/default.d.ts rename to apps/angular/node_modules/parse5/dist/cjs/tree-adapters/default.d.ts diff --git a/ClientApp/node_modules/parse5/dist/cjs/tree-adapters/default.js b/apps/angular/node_modules/parse5/dist/cjs/tree-adapters/default.js similarity index 100% rename from ClientApp/node_modules/parse5/dist/cjs/tree-adapters/default.js rename to apps/angular/node_modules/parse5/dist/cjs/tree-adapters/default.js diff --git a/ClientApp/node_modules/parse5/dist/cjs/tree-adapters/interface.d.ts b/apps/angular/node_modules/parse5/dist/cjs/tree-adapters/interface.d.ts similarity index 100% rename from ClientApp/node_modules/parse5/dist/cjs/tree-adapters/interface.d.ts rename to apps/angular/node_modules/parse5/dist/cjs/tree-adapters/interface.d.ts diff --git a/ClientApp/node_modules/parse5/dist/cjs/tree-adapters/interface.js b/apps/angular/node_modules/parse5/dist/cjs/tree-adapters/interface.js similarity index 100% rename from ClientApp/node_modules/parse5/dist/cjs/tree-adapters/interface.js rename to apps/angular/node_modules/parse5/dist/cjs/tree-adapters/interface.js diff --git a/ClientApp/node_modules/parse5/dist/common/doctype.d.ts b/apps/angular/node_modules/parse5/dist/common/doctype.d.ts similarity index 100% rename from ClientApp/node_modules/parse5/dist/common/doctype.d.ts rename to apps/angular/node_modules/parse5/dist/common/doctype.d.ts diff --git a/ClientApp/node_modules/parse5/dist/common/doctype.js b/apps/angular/node_modules/parse5/dist/common/doctype.js similarity index 100% rename from ClientApp/node_modules/parse5/dist/common/doctype.js rename to apps/angular/node_modules/parse5/dist/common/doctype.js diff --git a/ClientApp/node_modules/parse5/dist/common/error-codes.d.ts b/apps/angular/node_modules/parse5/dist/common/error-codes.d.ts similarity index 100% rename from ClientApp/node_modules/parse5/dist/common/error-codes.d.ts rename to apps/angular/node_modules/parse5/dist/common/error-codes.d.ts diff --git a/ClientApp/node_modules/parse5/dist/common/error-codes.js b/apps/angular/node_modules/parse5/dist/common/error-codes.js similarity index 100% rename from ClientApp/node_modules/parse5/dist/common/error-codes.js rename to apps/angular/node_modules/parse5/dist/common/error-codes.js diff --git a/ClientApp/node_modules/parse5/dist/common/foreign-content.d.ts b/apps/angular/node_modules/parse5/dist/common/foreign-content.d.ts similarity index 100% rename from ClientApp/node_modules/parse5/dist/common/foreign-content.d.ts rename to apps/angular/node_modules/parse5/dist/common/foreign-content.d.ts diff --git a/ClientApp/node_modules/parse5/dist/common/foreign-content.js b/apps/angular/node_modules/parse5/dist/common/foreign-content.js similarity index 100% rename from ClientApp/node_modules/parse5/dist/common/foreign-content.js rename to apps/angular/node_modules/parse5/dist/common/foreign-content.js diff --git a/ClientApp/node_modules/parse5/dist/common/html.d.ts b/apps/angular/node_modules/parse5/dist/common/html.d.ts similarity index 100% rename from ClientApp/node_modules/parse5/dist/common/html.d.ts rename to apps/angular/node_modules/parse5/dist/common/html.d.ts diff --git a/ClientApp/node_modules/parse5/dist/common/html.js b/apps/angular/node_modules/parse5/dist/common/html.js similarity index 100% rename from ClientApp/node_modules/parse5/dist/common/html.js rename to apps/angular/node_modules/parse5/dist/common/html.js diff --git a/ClientApp/node_modules/parse5/dist/common/token.d.ts b/apps/angular/node_modules/parse5/dist/common/token.d.ts similarity index 100% rename from ClientApp/node_modules/parse5/dist/common/token.d.ts rename to apps/angular/node_modules/parse5/dist/common/token.d.ts diff --git a/ClientApp/node_modules/parse5/dist/common/token.js b/apps/angular/node_modules/parse5/dist/common/token.js similarity index 100% rename from ClientApp/node_modules/parse5/dist/common/token.js rename to apps/angular/node_modules/parse5/dist/common/token.js diff --git a/ClientApp/node_modules/parse5/dist/common/unicode.d.ts b/apps/angular/node_modules/parse5/dist/common/unicode.d.ts similarity index 100% rename from ClientApp/node_modules/parse5/dist/common/unicode.d.ts rename to apps/angular/node_modules/parse5/dist/common/unicode.d.ts diff --git a/ClientApp/node_modules/parse5/dist/common/unicode.js b/apps/angular/node_modules/parse5/dist/common/unicode.js similarity index 100% rename from ClientApp/node_modules/parse5/dist/common/unicode.js rename to apps/angular/node_modules/parse5/dist/common/unicode.js diff --git a/ClientApp/node_modules/parse5/dist/index.d.ts b/apps/angular/node_modules/parse5/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/parse5/dist/index.d.ts rename to apps/angular/node_modules/parse5/dist/index.d.ts diff --git a/ClientApp/node_modules/parse5/dist/index.js b/apps/angular/node_modules/parse5/dist/index.js similarity index 100% rename from ClientApp/node_modules/parse5/dist/index.js rename to apps/angular/node_modules/parse5/dist/index.js diff --git a/ClientApp/node_modules/parse5/dist/parser/formatting-element-list.d.ts b/apps/angular/node_modules/parse5/dist/parser/formatting-element-list.d.ts similarity index 100% rename from ClientApp/node_modules/parse5/dist/parser/formatting-element-list.d.ts rename to apps/angular/node_modules/parse5/dist/parser/formatting-element-list.d.ts diff --git a/ClientApp/node_modules/parse5/dist/parser/formatting-element-list.js b/apps/angular/node_modules/parse5/dist/parser/formatting-element-list.js similarity index 100% rename from ClientApp/node_modules/parse5/dist/parser/formatting-element-list.js rename to apps/angular/node_modules/parse5/dist/parser/formatting-element-list.js diff --git a/ClientApp/node_modules/parse5/dist/parser/index.d.ts b/apps/angular/node_modules/parse5/dist/parser/index.d.ts similarity index 100% rename from ClientApp/node_modules/parse5/dist/parser/index.d.ts rename to apps/angular/node_modules/parse5/dist/parser/index.d.ts diff --git a/ClientApp/node_modules/parse5/dist/parser/index.js b/apps/angular/node_modules/parse5/dist/parser/index.js similarity index 100% rename from ClientApp/node_modules/parse5/dist/parser/index.js rename to apps/angular/node_modules/parse5/dist/parser/index.js diff --git a/ClientApp/node_modules/parse5/dist/parser/open-element-stack.d.ts b/apps/angular/node_modules/parse5/dist/parser/open-element-stack.d.ts similarity index 100% rename from ClientApp/node_modules/parse5/dist/parser/open-element-stack.d.ts rename to apps/angular/node_modules/parse5/dist/parser/open-element-stack.d.ts diff --git a/ClientApp/node_modules/parse5/dist/parser/open-element-stack.js b/apps/angular/node_modules/parse5/dist/parser/open-element-stack.js similarity index 100% rename from ClientApp/node_modules/parse5/dist/parser/open-element-stack.js rename to apps/angular/node_modules/parse5/dist/parser/open-element-stack.js diff --git a/ClientApp/node_modules/parse5/dist/serializer/index.d.ts b/apps/angular/node_modules/parse5/dist/serializer/index.d.ts similarity index 100% rename from ClientApp/node_modules/parse5/dist/serializer/index.d.ts rename to apps/angular/node_modules/parse5/dist/serializer/index.d.ts diff --git a/ClientApp/node_modules/parse5/dist/serializer/index.js b/apps/angular/node_modules/parse5/dist/serializer/index.js similarity index 100% rename from ClientApp/node_modules/parse5/dist/serializer/index.js rename to apps/angular/node_modules/parse5/dist/serializer/index.js diff --git a/ClientApp/node_modules/parse5/dist/tokenizer/index.d.ts b/apps/angular/node_modules/parse5/dist/tokenizer/index.d.ts similarity index 100% rename from ClientApp/node_modules/parse5/dist/tokenizer/index.d.ts rename to apps/angular/node_modules/parse5/dist/tokenizer/index.d.ts diff --git a/ClientApp/node_modules/parse5/dist/tokenizer/index.js b/apps/angular/node_modules/parse5/dist/tokenizer/index.js similarity index 100% rename from ClientApp/node_modules/parse5/dist/tokenizer/index.js rename to apps/angular/node_modules/parse5/dist/tokenizer/index.js diff --git a/ClientApp/node_modules/parse5/dist/tokenizer/preprocessor.d.ts b/apps/angular/node_modules/parse5/dist/tokenizer/preprocessor.d.ts similarity index 100% rename from ClientApp/node_modules/parse5/dist/tokenizer/preprocessor.d.ts rename to apps/angular/node_modules/parse5/dist/tokenizer/preprocessor.d.ts diff --git a/ClientApp/node_modules/parse5/dist/tokenizer/preprocessor.js b/apps/angular/node_modules/parse5/dist/tokenizer/preprocessor.js similarity index 100% rename from ClientApp/node_modules/parse5/dist/tokenizer/preprocessor.js rename to apps/angular/node_modules/parse5/dist/tokenizer/preprocessor.js diff --git a/ClientApp/node_modules/parse5/dist/tree-adapters/default.d.ts b/apps/angular/node_modules/parse5/dist/tree-adapters/default.d.ts similarity index 100% rename from ClientApp/node_modules/parse5/dist/tree-adapters/default.d.ts rename to apps/angular/node_modules/parse5/dist/tree-adapters/default.d.ts diff --git a/ClientApp/node_modules/parse5/dist/tree-adapters/default.js b/apps/angular/node_modules/parse5/dist/tree-adapters/default.js similarity index 100% rename from ClientApp/node_modules/parse5/dist/tree-adapters/default.js rename to apps/angular/node_modules/parse5/dist/tree-adapters/default.js diff --git a/ClientApp/node_modules/parse5/dist/tree-adapters/interface.d.ts b/apps/angular/node_modules/parse5/dist/tree-adapters/interface.d.ts similarity index 100% rename from ClientApp/node_modules/parse5/dist/tree-adapters/interface.d.ts rename to apps/angular/node_modules/parse5/dist/tree-adapters/interface.d.ts diff --git a/ClientApp/node_modules/parse5/dist/tree-adapters/interface.js b/apps/angular/node_modules/parse5/dist/tree-adapters/interface.js similarity index 100% rename from ClientApp/node_modules/parse5/dist/tree-adapters/interface.js rename to apps/angular/node_modules/parse5/dist/tree-adapters/interface.js diff --git a/ClientApp/node_modules/parse5/package.json b/apps/angular/node_modules/parse5/package.json similarity index 100% rename from ClientApp/node_modules/parse5/package.json rename to apps/angular/node_modules/parse5/package.json diff --git a/ClientApp/node_modules/path-exists/index.d.ts b/apps/angular/node_modules/path-exists/index.d.ts similarity index 100% rename from ClientApp/node_modules/path-exists/index.d.ts rename to apps/angular/node_modules/path-exists/index.d.ts diff --git a/ClientApp/node_modules/path-exists/index.js b/apps/angular/node_modules/path-exists/index.js similarity index 100% rename from ClientApp/node_modules/path-exists/index.js rename to apps/angular/node_modules/path-exists/index.js diff --git a/ClientApp/node_modules/path-exists/license b/apps/angular/node_modules/path-exists/license similarity index 100% rename from ClientApp/node_modules/path-exists/license rename to apps/angular/node_modules/path-exists/license diff --git a/ClientApp/node_modules/path-exists/package.json b/apps/angular/node_modules/path-exists/package.json similarity index 100% rename from ClientApp/node_modules/path-exists/package.json rename to apps/angular/node_modules/path-exists/package.json diff --git a/ClientApp/node_modules/path-exists/readme.md b/apps/angular/node_modules/path-exists/readme.md similarity index 100% rename from ClientApp/node_modules/path-exists/readme.md rename to apps/angular/node_modules/path-exists/readme.md diff --git a/ClientApp/node_modules/path-is-absolute/index.js b/apps/angular/node_modules/path-is-absolute/index.js similarity index 100% rename from ClientApp/node_modules/path-is-absolute/index.js rename to apps/angular/node_modules/path-is-absolute/index.js diff --git a/ClientApp/node_modules/path-is-absolute/license b/apps/angular/node_modules/path-is-absolute/license similarity index 100% rename from ClientApp/node_modules/path-is-absolute/license rename to apps/angular/node_modules/path-is-absolute/license diff --git a/ClientApp/node_modules/path-is-absolute/package.json b/apps/angular/node_modules/path-is-absolute/package.json similarity index 100% rename from ClientApp/node_modules/path-is-absolute/package.json rename to apps/angular/node_modules/path-is-absolute/package.json diff --git a/ClientApp/node_modules/path-is-absolute/readme.md b/apps/angular/node_modules/path-is-absolute/readme.md similarity index 100% rename from ClientApp/node_modules/path-is-absolute/readme.md rename to apps/angular/node_modules/path-is-absolute/readme.md diff --git a/ClientApp/node_modules/path-key/index.d.ts b/apps/angular/node_modules/path-key/index.d.ts similarity index 100% rename from ClientApp/node_modules/path-key/index.d.ts rename to apps/angular/node_modules/path-key/index.d.ts diff --git a/ClientApp/node_modules/path-key/index.js b/apps/angular/node_modules/path-key/index.js similarity index 100% rename from ClientApp/node_modules/path-key/index.js rename to apps/angular/node_modules/path-key/index.js diff --git a/ClientApp/node_modules/path-key/license b/apps/angular/node_modules/path-key/license similarity index 100% rename from ClientApp/node_modules/path-key/license rename to apps/angular/node_modules/path-key/license diff --git a/ClientApp/node_modules/path-key/package.json b/apps/angular/node_modules/path-key/package.json similarity index 100% rename from ClientApp/node_modules/path-key/package.json rename to apps/angular/node_modules/path-key/package.json diff --git a/ClientApp/node_modules/path-key/readme.md b/apps/angular/node_modules/path-key/readme.md similarity index 100% rename from ClientApp/node_modules/path-key/readme.md rename to apps/angular/node_modules/path-key/readme.md diff --git a/ClientApp/node_modules/path-parse/LICENSE b/apps/angular/node_modules/path-parse/LICENSE similarity index 100% rename from ClientApp/node_modules/path-parse/LICENSE rename to apps/angular/node_modules/path-parse/LICENSE diff --git a/ClientApp/node_modules/path-parse/README.md b/apps/angular/node_modules/path-parse/README.md similarity index 100% rename from ClientApp/node_modules/path-parse/README.md rename to apps/angular/node_modules/path-parse/README.md diff --git a/ClientApp/node_modules/path-parse/index.js b/apps/angular/node_modules/path-parse/index.js similarity index 100% rename from ClientApp/node_modules/path-parse/index.js rename to apps/angular/node_modules/path-parse/index.js diff --git a/ClientApp/node_modules/path-parse/package.json b/apps/angular/node_modules/path-parse/package.json similarity index 100% rename from ClientApp/node_modules/path-parse/package.json rename to apps/angular/node_modules/path-parse/package.json diff --git a/ClientApp/node_modules/pathe/LICENSE b/apps/angular/node_modules/pathe/LICENSE similarity index 100% rename from ClientApp/node_modules/pathe/LICENSE rename to apps/angular/node_modules/pathe/LICENSE diff --git a/ClientApp/node_modules/pathe/README.md b/apps/angular/node_modules/pathe/README.md similarity index 100% rename from ClientApp/node_modules/pathe/README.md rename to apps/angular/node_modules/pathe/README.md diff --git a/ClientApp/node_modules/pathe/dist/index.cjs b/apps/angular/node_modules/pathe/dist/index.cjs similarity index 100% rename from ClientApp/node_modules/pathe/dist/index.cjs rename to apps/angular/node_modules/pathe/dist/index.cjs diff --git a/ClientApp/node_modules/pathe/dist/index.d.cts b/apps/angular/node_modules/pathe/dist/index.d.cts similarity index 100% rename from ClientApp/node_modules/pathe/dist/index.d.cts rename to apps/angular/node_modules/pathe/dist/index.d.cts diff --git a/ClientApp/node_modules/pathe/dist/index.d.mts b/apps/angular/node_modules/pathe/dist/index.d.mts similarity index 100% rename from ClientApp/node_modules/pathe/dist/index.d.mts rename to apps/angular/node_modules/pathe/dist/index.d.mts diff --git a/ClientApp/node_modules/pathe/dist/index.d.ts b/apps/angular/node_modules/pathe/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/pathe/dist/index.d.ts rename to apps/angular/node_modules/pathe/dist/index.d.ts diff --git a/ClientApp/node_modules/pathe/dist/index.mjs b/apps/angular/node_modules/pathe/dist/index.mjs similarity index 100% rename from ClientApp/node_modules/pathe/dist/index.mjs rename to apps/angular/node_modules/pathe/dist/index.mjs diff --git a/ClientApp/node_modules/pathe/dist/shared/pathe.1f0a373c.cjs b/apps/angular/node_modules/pathe/dist/shared/pathe.1f0a373c.cjs similarity index 100% rename from ClientApp/node_modules/pathe/dist/shared/pathe.1f0a373c.cjs rename to apps/angular/node_modules/pathe/dist/shared/pathe.1f0a373c.cjs diff --git a/ClientApp/node_modules/pathe/dist/shared/pathe.ff20891b.mjs b/apps/angular/node_modules/pathe/dist/shared/pathe.ff20891b.mjs similarity index 100% rename from ClientApp/node_modules/pathe/dist/shared/pathe.ff20891b.mjs rename to apps/angular/node_modules/pathe/dist/shared/pathe.ff20891b.mjs diff --git a/ClientApp/node_modules/pathe/dist/utils.cjs b/apps/angular/node_modules/pathe/dist/utils.cjs similarity index 100% rename from ClientApp/node_modules/pathe/dist/utils.cjs rename to apps/angular/node_modules/pathe/dist/utils.cjs diff --git a/ClientApp/node_modules/pathe/dist/utils.d.cts b/apps/angular/node_modules/pathe/dist/utils.d.cts similarity index 100% rename from ClientApp/node_modules/pathe/dist/utils.d.cts rename to apps/angular/node_modules/pathe/dist/utils.d.cts diff --git a/ClientApp/node_modules/pathe/dist/utils.d.mts b/apps/angular/node_modules/pathe/dist/utils.d.mts similarity index 100% rename from ClientApp/node_modules/pathe/dist/utils.d.mts rename to apps/angular/node_modules/pathe/dist/utils.d.mts diff --git a/ClientApp/node_modules/pathe/dist/utils.d.ts b/apps/angular/node_modules/pathe/dist/utils.d.ts similarity index 100% rename from ClientApp/node_modules/pathe/dist/utils.d.ts rename to apps/angular/node_modules/pathe/dist/utils.d.ts diff --git a/ClientApp/node_modules/pathe/dist/utils.mjs b/apps/angular/node_modules/pathe/dist/utils.mjs similarity index 100% rename from ClientApp/node_modules/pathe/dist/utils.mjs rename to apps/angular/node_modules/pathe/dist/utils.mjs diff --git a/ClientApp/node_modules/pathe/package.json b/apps/angular/node_modules/pathe/package.json similarity index 100% rename from ClientApp/node_modules/pathe/package.json rename to apps/angular/node_modules/pathe/package.json diff --git a/ClientApp/node_modules/pathe/utils.d.ts b/apps/angular/node_modules/pathe/utils.d.ts similarity index 100% rename from ClientApp/node_modules/pathe/utils.d.ts rename to apps/angular/node_modules/pathe/utils.d.ts diff --git a/ClientApp/node_modules/pathval/CHANGELOG.md b/apps/angular/node_modules/pathval/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/pathval/CHANGELOG.md rename to apps/angular/node_modules/pathval/CHANGELOG.md diff --git a/ClientApp/node_modules/pathval/LICENSE b/apps/angular/node_modules/pathval/LICENSE similarity index 100% rename from ClientApp/node_modules/pathval/LICENSE rename to apps/angular/node_modules/pathval/LICENSE diff --git a/ClientApp/node_modules/pathval/README.md b/apps/angular/node_modules/pathval/README.md similarity index 100% rename from ClientApp/node_modules/pathval/README.md rename to apps/angular/node_modules/pathval/README.md diff --git a/ClientApp/node_modules/pathval/index.js b/apps/angular/node_modules/pathval/index.js similarity index 100% rename from ClientApp/node_modules/pathval/index.js rename to apps/angular/node_modules/pathval/index.js diff --git a/ClientApp/node_modules/pathval/package.json b/apps/angular/node_modules/pathval/package.json similarity index 100% rename from ClientApp/node_modules/pathval/package.json rename to apps/angular/node_modules/pathval/package.json diff --git a/ClientApp/node_modules/pathval/pathval.js b/apps/angular/node_modules/pathval/pathval.js similarity index 100% rename from ClientApp/node_modules/pathval/pathval.js rename to apps/angular/node_modules/pathval/pathval.js diff --git a/ClientApp/node_modules/pend/LICENSE b/apps/angular/node_modules/pend/LICENSE similarity index 100% rename from ClientApp/node_modules/pend/LICENSE rename to apps/angular/node_modules/pend/LICENSE diff --git a/ClientApp/node_modules/pend/README.md b/apps/angular/node_modules/pend/README.md similarity index 100% rename from ClientApp/node_modules/pend/README.md rename to apps/angular/node_modules/pend/README.md diff --git a/ClientApp/node_modules/pend/index.js b/apps/angular/node_modules/pend/index.js similarity index 100% rename from ClientApp/node_modules/pend/index.js rename to apps/angular/node_modules/pend/index.js diff --git a/ClientApp/node_modules/pend/package.json b/apps/angular/node_modules/pend/package.json similarity index 100% rename from ClientApp/node_modules/pend/package.json rename to apps/angular/node_modules/pend/package.json diff --git a/ClientApp/node_modules/pend/test.js b/apps/angular/node_modules/pend/test.js similarity index 100% rename from ClientApp/node_modules/pend/test.js rename to apps/angular/node_modules/pend/test.js diff --git a/ClientApp/node_modules/performance-now/.npmignore b/apps/angular/node_modules/performance-now/.npmignore similarity index 100% rename from ClientApp/node_modules/performance-now/.npmignore rename to apps/angular/node_modules/performance-now/.npmignore diff --git a/ClientApp/node_modules/performance-now/.tm_properties b/apps/angular/node_modules/performance-now/.tm_properties similarity index 100% rename from ClientApp/node_modules/performance-now/.tm_properties rename to apps/angular/node_modules/performance-now/.tm_properties diff --git a/ClientApp/node_modules/performance-now/.travis.yml b/apps/angular/node_modules/performance-now/.travis.yml similarity index 100% rename from ClientApp/node_modules/performance-now/.travis.yml rename to apps/angular/node_modules/performance-now/.travis.yml diff --git a/ClientApp/node_modules/performance-now/README.md b/apps/angular/node_modules/performance-now/README.md similarity index 100% rename from ClientApp/node_modules/performance-now/README.md rename to apps/angular/node_modules/performance-now/README.md diff --git a/ClientApp/node_modules/performance-now/lib/performance-now.js b/apps/angular/node_modules/performance-now/lib/performance-now.js similarity index 100% rename from ClientApp/node_modules/performance-now/lib/performance-now.js rename to apps/angular/node_modules/performance-now/lib/performance-now.js diff --git a/ClientApp/node_modules/performance-now/lib/performance-now.js.map b/apps/angular/node_modules/performance-now/lib/performance-now.js.map similarity index 100% rename from ClientApp/node_modules/performance-now/lib/performance-now.js.map rename to apps/angular/node_modules/performance-now/lib/performance-now.js.map diff --git a/ClientApp/node_modules/performance-now/license.txt b/apps/angular/node_modules/performance-now/license.txt similarity index 100% rename from ClientApp/node_modules/performance-now/license.txt rename to apps/angular/node_modules/performance-now/license.txt diff --git a/ClientApp/node_modules/performance-now/package.json b/apps/angular/node_modules/performance-now/package.json similarity index 100% rename from ClientApp/node_modules/performance-now/package.json rename to apps/angular/node_modules/performance-now/package.json diff --git a/ClientApp/node_modules/performance-now/src/index.d.ts b/apps/angular/node_modules/performance-now/src/index.d.ts similarity index 100% rename from ClientApp/node_modules/performance-now/src/index.d.ts rename to apps/angular/node_modules/performance-now/src/index.d.ts diff --git a/ClientApp/node_modules/performance-now/src/performance-now.coffee b/apps/angular/node_modules/performance-now/src/performance-now.coffee similarity index 100% rename from ClientApp/node_modules/performance-now/src/performance-now.coffee rename to apps/angular/node_modules/performance-now/src/performance-now.coffee diff --git a/ClientApp/node_modules/performance-now/test/mocha.opts b/apps/angular/node_modules/performance-now/test/mocha.opts similarity index 100% rename from ClientApp/node_modules/performance-now/test/mocha.opts rename to apps/angular/node_modules/performance-now/test/mocha.opts diff --git a/ClientApp/node_modules/performance-now/test/performance-now.coffee b/apps/angular/node_modules/performance-now/test/performance-now.coffee similarity index 100% rename from ClientApp/node_modules/performance-now/test/performance-now.coffee rename to apps/angular/node_modules/performance-now/test/performance-now.coffee diff --git a/ClientApp/node_modules/performance-now/test/scripts.coffee b/apps/angular/node_modules/performance-now/test/scripts.coffee similarity index 100% rename from ClientApp/node_modules/performance-now/test/scripts.coffee rename to apps/angular/node_modules/performance-now/test/scripts.coffee diff --git a/ClientApp/node_modules/performance-now/test/scripts/delayed-call.coffee b/apps/angular/node_modules/performance-now/test/scripts/delayed-call.coffee similarity index 100% rename from ClientApp/node_modules/performance-now/test/scripts/delayed-call.coffee rename to apps/angular/node_modules/performance-now/test/scripts/delayed-call.coffee diff --git a/ClientApp/node_modules/performance-now/test/scripts/delayed-require.coffee b/apps/angular/node_modules/performance-now/test/scripts/delayed-require.coffee similarity index 100% rename from ClientApp/node_modules/performance-now/test/scripts/delayed-require.coffee rename to apps/angular/node_modules/performance-now/test/scripts/delayed-require.coffee diff --git a/ClientApp/node_modules/performance-now/test/scripts/difference.coffee b/apps/angular/node_modules/performance-now/test/scripts/difference.coffee similarity index 100% rename from ClientApp/node_modules/performance-now/test/scripts/difference.coffee rename to apps/angular/node_modules/performance-now/test/scripts/difference.coffee diff --git a/ClientApp/node_modules/performance-now/test/scripts/initial-value.coffee b/apps/angular/node_modules/performance-now/test/scripts/initial-value.coffee similarity index 100% rename from ClientApp/node_modules/performance-now/test/scripts/initial-value.coffee rename to apps/angular/node_modules/performance-now/test/scripts/initial-value.coffee diff --git a/ClientApp/node_modules/picocolors/LICENSE b/apps/angular/node_modules/picocolors/LICENSE similarity index 100% rename from ClientApp/node_modules/picocolors/LICENSE rename to apps/angular/node_modules/picocolors/LICENSE diff --git a/ClientApp/node_modules/picocolors/README.md b/apps/angular/node_modules/picocolors/README.md similarity index 100% rename from ClientApp/node_modules/picocolors/README.md rename to apps/angular/node_modules/picocolors/README.md diff --git a/ClientApp/node_modules/picocolors/package.json b/apps/angular/node_modules/picocolors/package.json similarity index 100% rename from ClientApp/node_modules/picocolors/package.json rename to apps/angular/node_modules/picocolors/package.json diff --git a/ClientApp/node_modules/picocolors/picocolors.browser.js b/apps/angular/node_modules/picocolors/picocolors.browser.js similarity index 100% rename from ClientApp/node_modules/picocolors/picocolors.browser.js rename to apps/angular/node_modules/picocolors/picocolors.browser.js diff --git a/ClientApp/node_modules/picocolors/picocolors.d.ts b/apps/angular/node_modules/picocolors/picocolors.d.ts similarity index 100% rename from ClientApp/node_modules/picocolors/picocolors.d.ts rename to apps/angular/node_modules/picocolors/picocolors.d.ts diff --git a/ClientApp/node_modules/picocolors/picocolors.js b/apps/angular/node_modules/picocolors/picocolors.js similarity index 100% rename from ClientApp/node_modules/picocolors/picocolors.js rename to apps/angular/node_modules/picocolors/picocolors.js diff --git a/ClientApp/node_modules/picocolors/types.d.ts b/apps/angular/node_modules/picocolors/types.d.ts similarity index 100% rename from ClientApp/node_modules/picocolors/types.d.ts rename to apps/angular/node_modules/picocolors/types.d.ts diff --git a/ClientApp/node_modules/picomatch/LICENSE b/apps/angular/node_modules/picomatch/LICENSE similarity index 100% rename from ClientApp/node_modules/picomatch/LICENSE rename to apps/angular/node_modules/picomatch/LICENSE diff --git a/ClientApp/node_modules/picomatch/README.md b/apps/angular/node_modules/picomatch/README.md similarity index 100% rename from ClientApp/node_modules/picomatch/README.md rename to apps/angular/node_modules/picomatch/README.md diff --git a/ClientApp/node_modules/picomatch/index.js b/apps/angular/node_modules/picomatch/index.js similarity index 100% rename from ClientApp/node_modules/picomatch/index.js rename to apps/angular/node_modules/picomatch/index.js diff --git a/ClientApp/node_modules/picomatch/lib/constants.js b/apps/angular/node_modules/picomatch/lib/constants.js similarity index 100% rename from ClientApp/node_modules/picomatch/lib/constants.js rename to apps/angular/node_modules/picomatch/lib/constants.js diff --git a/ClientApp/node_modules/picomatch/lib/parse.js b/apps/angular/node_modules/picomatch/lib/parse.js similarity index 100% rename from ClientApp/node_modules/picomatch/lib/parse.js rename to apps/angular/node_modules/picomatch/lib/parse.js diff --git a/ClientApp/node_modules/picomatch/lib/picomatch.js b/apps/angular/node_modules/picomatch/lib/picomatch.js similarity index 100% rename from ClientApp/node_modules/picomatch/lib/picomatch.js rename to apps/angular/node_modules/picomatch/lib/picomatch.js diff --git a/ClientApp/node_modules/picomatch/lib/scan.js b/apps/angular/node_modules/picomatch/lib/scan.js similarity index 100% rename from ClientApp/node_modules/picomatch/lib/scan.js rename to apps/angular/node_modules/picomatch/lib/scan.js diff --git a/ClientApp/node_modules/picomatch/lib/utils.js b/apps/angular/node_modules/picomatch/lib/utils.js similarity index 100% rename from ClientApp/node_modules/picomatch/lib/utils.js rename to apps/angular/node_modules/picomatch/lib/utils.js diff --git a/ClientApp/node_modules/picomatch/package.json b/apps/angular/node_modules/picomatch/package.json similarity index 100% rename from ClientApp/node_modules/picomatch/package.json rename to apps/angular/node_modules/picomatch/package.json diff --git a/ClientApp/node_modules/pify/index.js b/apps/angular/node_modules/pify/index.js similarity index 100% rename from ClientApp/node_modules/pify/index.js rename to apps/angular/node_modules/pify/index.js diff --git a/ClientApp/node_modules/pify/license b/apps/angular/node_modules/pify/license similarity index 100% rename from ClientApp/node_modules/pify/license rename to apps/angular/node_modules/pify/license diff --git a/ClientApp/node_modules/pify/package.json b/apps/angular/node_modules/pify/package.json similarity index 100% rename from ClientApp/node_modules/pify/package.json rename to apps/angular/node_modules/pify/package.json diff --git a/ClientApp/node_modules/pify/readme.md b/apps/angular/node_modules/pify/readme.md similarity index 100% rename from ClientApp/node_modules/pify/readme.md rename to apps/angular/node_modules/pify/readme.md diff --git a/ClientApp/node_modules/pkg-types/LICENSE b/apps/angular/node_modules/pkg-types/LICENSE similarity index 100% rename from ClientApp/node_modules/pkg-types/LICENSE rename to apps/angular/node_modules/pkg-types/LICENSE diff --git a/ClientApp/node_modules/pkg-types/README.md b/apps/angular/node_modules/pkg-types/README.md similarity index 100% rename from ClientApp/node_modules/pkg-types/README.md rename to apps/angular/node_modules/pkg-types/README.md diff --git a/ClientApp/node_modules/pkg-types/dist/index.cjs b/apps/angular/node_modules/pkg-types/dist/index.cjs similarity index 100% rename from ClientApp/node_modules/pkg-types/dist/index.cjs rename to apps/angular/node_modules/pkg-types/dist/index.cjs diff --git a/ClientApp/node_modules/pkg-types/dist/index.d.cts b/apps/angular/node_modules/pkg-types/dist/index.d.cts similarity index 100% rename from ClientApp/node_modules/pkg-types/dist/index.d.cts rename to apps/angular/node_modules/pkg-types/dist/index.d.cts diff --git a/ClientApp/node_modules/pkg-types/dist/index.d.mts b/apps/angular/node_modules/pkg-types/dist/index.d.mts similarity index 100% rename from ClientApp/node_modules/pkg-types/dist/index.d.mts rename to apps/angular/node_modules/pkg-types/dist/index.d.mts diff --git a/ClientApp/node_modules/pkg-types/dist/index.d.ts b/apps/angular/node_modules/pkg-types/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/pkg-types/dist/index.d.ts rename to apps/angular/node_modules/pkg-types/dist/index.d.ts diff --git a/ClientApp/node_modules/pkg-types/dist/index.mjs b/apps/angular/node_modules/pkg-types/dist/index.mjs similarity index 100% rename from ClientApp/node_modules/pkg-types/dist/index.mjs rename to apps/angular/node_modules/pkg-types/dist/index.mjs diff --git a/ClientApp/node_modules/pkg-types/node_modules/pathe/LICENSE b/apps/angular/node_modules/pkg-types/node_modules/pathe/LICENSE similarity index 100% rename from ClientApp/node_modules/pkg-types/node_modules/pathe/LICENSE rename to apps/angular/node_modules/pkg-types/node_modules/pathe/LICENSE diff --git a/ClientApp/node_modules/pkg-types/node_modules/pathe/README.md b/apps/angular/node_modules/pkg-types/node_modules/pathe/README.md similarity index 100% rename from ClientApp/node_modules/pkg-types/node_modules/pathe/README.md rename to apps/angular/node_modules/pkg-types/node_modules/pathe/README.md diff --git a/ClientApp/node_modules/pkg-types/node_modules/pathe/dist/index.cjs b/apps/angular/node_modules/pkg-types/node_modules/pathe/dist/index.cjs similarity index 100% rename from ClientApp/node_modules/pkg-types/node_modules/pathe/dist/index.cjs rename to apps/angular/node_modules/pkg-types/node_modules/pathe/dist/index.cjs diff --git a/ClientApp/node_modules/pkg-types/node_modules/pathe/dist/index.d.cts b/apps/angular/node_modules/pkg-types/node_modules/pathe/dist/index.d.cts similarity index 100% rename from ClientApp/node_modules/pkg-types/node_modules/pathe/dist/index.d.cts rename to apps/angular/node_modules/pkg-types/node_modules/pathe/dist/index.d.cts diff --git a/ClientApp/node_modules/pkg-types/node_modules/pathe/dist/index.d.mts b/apps/angular/node_modules/pkg-types/node_modules/pathe/dist/index.d.mts similarity index 100% rename from ClientApp/node_modules/pkg-types/node_modules/pathe/dist/index.d.mts rename to apps/angular/node_modules/pkg-types/node_modules/pathe/dist/index.d.mts diff --git a/ClientApp/node_modules/pkg-types/node_modules/pathe/dist/index.d.ts b/apps/angular/node_modules/pkg-types/node_modules/pathe/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/pkg-types/node_modules/pathe/dist/index.d.ts rename to apps/angular/node_modules/pkg-types/node_modules/pathe/dist/index.d.ts diff --git a/ClientApp/node_modules/pkg-types/node_modules/pathe/dist/index.mjs b/apps/angular/node_modules/pkg-types/node_modules/pathe/dist/index.mjs similarity index 100% rename from ClientApp/node_modules/pkg-types/node_modules/pathe/dist/index.mjs rename to apps/angular/node_modules/pkg-types/node_modules/pathe/dist/index.mjs diff --git a/ClientApp/node_modules/pkg-types/node_modules/pathe/dist/shared/pathe.BSlhyZSM.cjs b/apps/angular/node_modules/pkg-types/node_modules/pathe/dist/shared/pathe.BSlhyZSM.cjs similarity index 100% rename from ClientApp/node_modules/pkg-types/node_modules/pathe/dist/shared/pathe.BSlhyZSM.cjs rename to apps/angular/node_modules/pkg-types/node_modules/pathe/dist/shared/pathe.BSlhyZSM.cjs diff --git a/ClientApp/node_modules/pkg-types/node_modules/pathe/dist/shared/pathe.M-eThtNZ.mjs b/apps/angular/node_modules/pkg-types/node_modules/pathe/dist/shared/pathe.M-eThtNZ.mjs similarity index 100% rename from ClientApp/node_modules/pkg-types/node_modules/pathe/dist/shared/pathe.M-eThtNZ.mjs rename to apps/angular/node_modules/pkg-types/node_modules/pathe/dist/shared/pathe.M-eThtNZ.mjs diff --git a/ClientApp/node_modules/pkg-types/node_modules/pathe/dist/utils.cjs b/apps/angular/node_modules/pkg-types/node_modules/pathe/dist/utils.cjs similarity index 100% rename from ClientApp/node_modules/pkg-types/node_modules/pathe/dist/utils.cjs rename to apps/angular/node_modules/pkg-types/node_modules/pathe/dist/utils.cjs diff --git a/ClientApp/node_modules/pkg-types/node_modules/pathe/dist/utils.d.cts b/apps/angular/node_modules/pkg-types/node_modules/pathe/dist/utils.d.cts similarity index 100% rename from ClientApp/node_modules/pkg-types/node_modules/pathe/dist/utils.d.cts rename to apps/angular/node_modules/pkg-types/node_modules/pathe/dist/utils.d.cts diff --git a/ClientApp/node_modules/pkg-types/node_modules/pathe/dist/utils.d.mts b/apps/angular/node_modules/pkg-types/node_modules/pathe/dist/utils.d.mts similarity index 100% rename from ClientApp/node_modules/pkg-types/node_modules/pathe/dist/utils.d.mts rename to apps/angular/node_modules/pkg-types/node_modules/pathe/dist/utils.d.mts diff --git a/ClientApp/node_modules/pkg-types/node_modules/pathe/dist/utils.d.ts b/apps/angular/node_modules/pkg-types/node_modules/pathe/dist/utils.d.ts similarity index 100% rename from ClientApp/node_modules/pkg-types/node_modules/pathe/dist/utils.d.ts rename to apps/angular/node_modules/pkg-types/node_modules/pathe/dist/utils.d.ts diff --git a/ClientApp/node_modules/pkg-types/node_modules/pathe/dist/utils.mjs b/apps/angular/node_modules/pkg-types/node_modules/pathe/dist/utils.mjs similarity index 100% rename from ClientApp/node_modules/pkg-types/node_modules/pathe/dist/utils.mjs rename to apps/angular/node_modules/pkg-types/node_modules/pathe/dist/utils.mjs diff --git a/ClientApp/node_modules/pkg-types/node_modules/pathe/package.json b/apps/angular/node_modules/pkg-types/node_modules/pathe/package.json similarity index 100% rename from ClientApp/node_modules/pkg-types/node_modules/pathe/package.json rename to apps/angular/node_modules/pkg-types/node_modules/pathe/package.json diff --git a/ClientApp/node_modules/pkg-types/node_modules/pathe/utils.d.ts b/apps/angular/node_modules/pkg-types/node_modules/pathe/utils.d.ts similarity index 100% rename from ClientApp/node_modules/pkg-types/node_modules/pathe/utils.d.ts rename to apps/angular/node_modules/pkg-types/node_modules/pathe/utils.d.ts diff --git a/ClientApp/node_modules/pkg-types/package.json b/apps/angular/node_modules/pkg-types/package.json similarity index 100% rename from ClientApp/node_modules/pkg-types/package.json rename to apps/angular/node_modules/pkg-types/package.json diff --git a/ClientApp/node_modules/playwright-core/LICENSE b/apps/angular/node_modules/playwright-core/LICENSE similarity index 100% rename from ClientApp/node_modules/playwright-core/LICENSE rename to apps/angular/node_modules/playwright-core/LICENSE diff --git a/ClientApp/node_modules/playwright-core/NOTICE b/apps/angular/node_modules/playwright-core/NOTICE similarity index 100% rename from ClientApp/node_modules/playwright-core/NOTICE rename to apps/angular/node_modules/playwright-core/NOTICE diff --git a/ClientApp/node_modules/playwright-core/README.md b/apps/angular/node_modules/playwright-core/README.md similarity index 100% rename from ClientApp/node_modules/playwright-core/README.md rename to apps/angular/node_modules/playwright-core/README.md diff --git a/ClientApp/node_modules/playwright-core/ThirdPartyNotices.txt b/apps/angular/node_modules/playwright-core/ThirdPartyNotices.txt similarity index 100% rename from ClientApp/node_modules/playwright-core/ThirdPartyNotices.txt rename to apps/angular/node_modules/playwright-core/ThirdPartyNotices.txt diff --git a/ClientApp/node_modules/playwright-core/bin/install_media_pack.ps1 b/apps/angular/node_modules/playwright-core/bin/install_media_pack.ps1 similarity index 100% rename from ClientApp/node_modules/playwright-core/bin/install_media_pack.ps1 rename to apps/angular/node_modules/playwright-core/bin/install_media_pack.ps1 diff --git a/ClientApp/node_modules/playwright-core/bin/install_webkit_wsl.ps1 b/apps/angular/node_modules/playwright-core/bin/install_webkit_wsl.ps1 similarity index 100% rename from ClientApp/node_modules/playwright-core/bin/install_webkit_wsl.ps1 rename to apps/angular/node_modules/playwright-core/bin/install_webkit_wsl.ps1 diff --git a/ClientApp/node_modules/playwright-core/bin/reinstall_chrome_beta_linux.sh b/apps/angular/node_modules/playwright-core/bin/reinstall_chrome_beta_linux.sh similarity index 100% rename from ClientApp/node_modules/playwright-core/bin/reinstall_chrome_beta_linux.sh rename to apps/angular/node_modules/playwright-core/bin/reinstall_chrome_beta_linux.sh diff --git a/ClientApp/node_modules/playwright-core/bin/reinstall_chrome_beta_mac.sh b/apps/angular/node_modules/playwright-core/bin/reinstall_chrome_beta_mac.sh similarity index 100% rename from ClientApp/node_modules/playwright-core/bin/reinstall_chrome_beta_mac.sh rename to apps/angular/node_modules/playwright-core/bin/reinstall_chrome_beta_mac.sh diff --git a/ClientApp/node_modules/playwright-core/bin/reinstall_chrome_beta_win.ps1 b/apps/angular/node_modules/playwright-core/bin/reinstall_chrome_beta_win.ps1 similarity index 100% rename from ClientApp/node_modules/playwright-core/bin/reinstall_chrome_beta_win.ps1 rename to apps/angular/node_modules/playwright-core/bin/reinstall_chrome_beta_win.ps1 diff --git a/ClientApp/node_modules/playwright-core/bin/reinstall_chrome_stable_linux.sh b/apps/angular/node_modules/playwright-core/bin/reinstall_chrome_stable_linux.sh similarity index 100% rename from ClientApp/node_modules/playwright-core/bin/reinstall_chrome_stable_linux.sh rename to apps/angular/node_modules/playwright-core/bin/reinstall_chrome_stable_linux.sh diff --git a/ClientApp/node_modules/playwright-core/bin/reinstall_chrome_stable_mac.sh b/apps/angular/node_modules/playwright-core/bin/reinstall_chrome_stable_mac.sh similarity index 100% rename from ClientApp/node_modules/playwright-core/bin/reinstall_chrome_stable_mac.sh rename to apps/angular/node_modules/playwright-core/bin/reinstall_chrome_stable_mac.sh diff --git a/ClientApp/node_modules/playwright-core/bin/reinstall_chrome_stable_win.ps1 b/apps/angular/node_modules/playwright-core/bin/reinstall_chrome_stable_win.ps1 similarity index 100% rename from ClientApp/node_modules/playwright-core/bin/reinstall_chrome_stable_win.ps1 rename to apps/angular/node_modules/playwright-core/bin/reinstall_chrome_stable_win.ps1 diff --git a/ClientApp/node_modules/playwright-core/bin/reinstall_msedge_beta_linux.sh b/apps/angular/node_modules/playwright-core/bin/reinstall_msedge_beta_linux.sh similarity index 100% rename from ClientApp/node_modules/playwright-core/bin/reinstall_msedge_beta_linux.sh rename to apps/angular/node_modules/playwright-core/bin/reinstall_msedge_beta_linux.sh diff --git a/ClientApp/node_modules/playwright-core/bin/reinstall_msedge_beta_mac.sh b/apps/angular/node_modules/playwright-core/bin/reinstall_msedge_beta_mac.sh similarity index 100% rename from ClientApp/node_modules/playwright-core/bin/reinstall_msedge_beta_mac.sh rename to apps/angular/node_modules/playwright-core/bin/reinstall_msedge_beta_mac.sh diff --git a/ClientApp/node_modules/playwright-core/bin/reinstall_msedge_beta_win.ps1 b/apps/angular/node_modules/playwright-core/bin/reinstall_msedge_beta_win.ps1 similarity index 100% rename from ClientApp/node_modules/playwright-core/bin/reinstall_msedge_beta_win.ps1 rename to apps/angular/node_modules/playwright-core/bin/reinstall_msedge_beta_win.ps1 diff --git a/ClientApp/node_modules/playwright-core/bin/reinstall_msedge_dev_linux.sh b/apps/angular/node_modules/playwright-core/bin/reinstall_msedge_dev_linux.sh similarity index 100% rename from ClientApp/node_modules/playwright-core/bin/reinstall_msedge_dev_linux.sh rename to apps/angular/node_modules/playwright-core/bin/reinstall_msedge_dev_linux.sh diff --git a/ClientApp/node_modules/playwright-core/bin/reinstall_msedge_dev_mac.sh b/apps/angular/node_modules/playwright-core/bin/reinstall_msedge_dev_mac.sh similarity index 100% rename from ClientApp/node_modules/playwright-core/bin/reinstall_msedge_dev_mac.sh rename to apps/angular/node_modules/playwright-core/bin/reinstall_msedge_dev_mac.sh diff --git a/ClientApp/node_modules/playwright-core/bin/reinstall_msedge_dev_win.ps1 b/apps/angular/node_modules/playwright-core/bin/reinstall_msedge_dev_win.ps1 similarity index 100% rename from ClientApp/node_modules/playwright-core/bin/reinstall_msedge_dev_win.ps1 rename to apps/angular/node_modules/playwright-core/bin/reinstall_msedge_dev_win.ps1 diff --git a/ClientApp/node_modules/playwright-core/bin/reinstall_msedge_stable_linux.sh b/apps/angular/node_modules/playwright-core/bin/reinstall_msedge_stable_linux.sh similarity index 100% rename from ClientApp/node_modules/playwright-core/bin/reinstall_msedge_stable_linux.sh rename to apps/angular/node_modules/playwright-core/bin/reinstall_msedge_stable_linux.sh diff --git a/ClientApp/node_modules/playwright-core/bin/reinstall_msedge_stable_mac.sh b/apps/angular/node_modules/playwright-core/bin/reinstall_msedge_stable_mac.sh similarity index 100% rename from ClientApp/node_modules/playwright-core/bin/reinstall_msedge_stable_mac.sh rename to apps/angular/node_modules/playwright-core/bin/reinstall_msedge_stable_mac.sh diff --git a/ClientApp/node_modules/playwright-core/bin/reinstall_msedge_stable_win.ps1 b/apps/angular/node_modules/playwright-core/bin/reinstall_msedge_stable_win.ps1 similarity index 100% rename from ClientApp/node_modules/playwright-core/bin/reinstall_msedge_stable_win.ps1 rename to apps/angular/node_modules/playwright-core/bin/reinstall_msedge_stable_win.ps1 diff --git a/ClientApp/node_modules/playwright-core/browsers.json b/apps/angular/node_modules/playwright-core/browsers.json similarity index 100% rename from ClientApp/node_modules/playwright-core/browsers.json rename to apps/angular/node_modules/playwright-core/browsers.json diff --git a/ClientApp/node_modules/playwright-core/cli.js b/apps/angular/node_modules/playwright-core/cli.js similarity index 100% rename from ClientApp/node_modules/playwright-core/cli.js rename to apps/angular/node_modules/playwright-core/cli.js diff --git a/ClientApp/node_modules/playwright-core/index.d.ts b/apps/angular/node_modules/playwright-core/index.d.ts similarity index 100% rename from ClientApp/node_modules/playwright-core/index.d.ts rename to apps/angular/node_modules/playwright-core/index.d.ts diff --git a/ClientApp/node_modules/playwright-core/index.js b/apps/angular/node_modules/playwright-core/index.js similarity index 100% rename from ClientApp/node_modules/playwright-core/index.js rename to apps/angular/node_modules/playwright-core/index.js diff --git a/ClientApp/node_modules/playwright-core/index.mjs b/apps/angular/node_modules/playwright-core/index.mjs similarity index 100% rename from ClientApp/node_modules/playwright-core/index.mjs rename to apps/angular/node_modules/playwright-core/index.mjs diff --git a/ClientApp/node_modules/playwright-core/lib/androidServerImpl.js b/apps/angular/node_modules/playwright-core/lib/androidServerImpl.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/androidServerImpl.js rename to apps/angular/node_modules/playwright-core/lib/androidServerImpl.js diff --git a/ClientApp/node_modules/playwright-core/lib/browserServerImpl.js b/apps/angular/node_modules/playwright-core/lib/browserServerImpl.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/browserServerImpl.js rename to apps/angular/node_modules/playwright-core/lib/browserServerImpl.js diff --git a/ClientApp/node_modules/playwright-core/lib/cli/driver.js b/apps/angular/node_modules/playwright-core/lib/cli/driver.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/cli/driver.js rename to apps/angular/node_modules/playwright-core/lib/cli/driver.js diff --git a/ClientApp/node_modules/playwright-core/lib/cli/program.js b/apps/angular/node_modules/playwright-core/lib/cli/program.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/cli/program.js rename to apps/angular/node_modules/playwright-core/lib/cli/program.js diff --git a/ClientApp/node_modules/playwright-core/lib/cli/programWithTestStub.js b/apps/angular/node_modules/playwright-core/lib/cli/programWithTestStub.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/cli/programWithTestStub.js rename to apps/angular/node_modules/playwright-core/lib/cli/programWithTestStub.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/android.js b/apps/angular/node_modules/playwright-core/lib/client/android.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/android.js rename to apps/angular/node_modules/playwright-core/lib/client/android.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/api.js b/apps/angular/node_modules/playwright-core/lib/client/api.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/api.js rename to apps/angular/node_modules/playwright-core/lib/client/api.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/artifact.js b/apps/angular/node_modules/playwright-core/lib/client/artifact.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/artifact.js rename to apps/angular/node_modules/playwright-core/lib/client/artifact.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/browser.js b/apps/angular/node_modules/playwright-core/lib/client/browser.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/browser.js rename to apps/angular/node_modules/playwright-core/lib/client/browser.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/browserContext.js b/apps/angular/node_modules/playwright-core/lib/client/browserContext.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/browserContext.js rename to apps/angular/node_modules/playwright-core/lib/client/browserContext.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/browserType.js b/apps/angular/node_modules/playwright-core/lib/client/browserType.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/browserType.js rename to apps/angular/node_modules/playwright-core/lib/client/browserType.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/cdpSession.js b/apps/angular/node_modules/playwright-core/lib/client/cdpSession.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/cdpSession.js rename to apps/angular/node_modules/playwright-core/lib/client/cdpSession.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/channelOwner.js b/apps/angular/node_modules/playwright-core/lib/client/channelOwner.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/channelOwner.js rename to apps/angular/node_modules/playwright-core/lib/client/channelOwner.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/clientHelper.js b/apps/angular/node_modules/playwright-core/lib/client/clientHelper.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/clientHelper.js rename to apps/angular/node_modules/playwright-core/lib/client/clientHelper.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/clientInstrumentation.js b/apps/angular/node_modules/playwright-core/lib/client/clientInstrumentation.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/clientInstrumentation.js rename to apps/angular/node_modules/playwright-core/lib/client/clientInstrumentation.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/clientStackTrace.js b/apps/angular/node_modules/playwright-core/lib/client/clientStackTrace.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/clientStackTrace.js rename to apps/angular/node_modules/playwright-core/lib/client/clientStackTrace.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/clock.js b/apps/angular/node_modules/playwright-core/lib/client/clock.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/clock.js rename to apps/angular/node_modules/playwright-core/lib/client/clock.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/connection.js b/apps/angular/node_modules/playwright-core/lib/client/connection.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/connection.js rename to apps/angular/node_modules/playwright-core/lib/client/connection.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/consoleMessage.js b/apps/angular/node_modules/playwright-core/lib/client/consoleMessage.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/consoleMessage.js rename to apps/angular/node_modules/playwright-core/lib/client/consoleMessage.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/coverage.js b/apps/angular/node_modules/playwright-core/lib/client/coverage.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/coverage.js rename to apps/angular/node_modules/playwright-core/lib/client/coverage.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/dialog.js b/apps/angular/node_modules/playwright-core/lib/client/dialog.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/dialog.js rename to apps/angular/node_modules/playwright-core/lib/client/dialog.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/download.js b/apps/angular/node_modules/playwright-core/lib/client/download.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/download.js rename to apps/angular/node_modules/playwright-core/lib/client/download.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/electron.js b/apps/angular/node_modules/playwright-core/lib/client/electron.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/electron.js rename to apps/angular/node_modules/playwright-core/lib/client/electron.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/elementHandle.js b/apps/angular/node_modules/playwright-core/lib/client/elementHandle.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/elementHandle.js rename to apps/angular/node_modules/playwright-core/lib/client/elementHandle.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/errors.js b/apps/angular/node_modules/playwright-core/lib/client/errors.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/errors.js rename to apps/angular/node_modules/playwright-core/lib/client/errors.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/eventEmitter.js b/apps/angular/node_modules/playwright-core/lib/client/eventEmitter.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/eventEmitter.js rename to apps/angular/node_modules/playwright-core/lib/client/eventEmitter.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/events.js b/apps/angular/node_modules/playwright-core/lib/client/events.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/events.js rename to apps/angular/node_modules/playwright-core/lib/client/events.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/fetch.js b/apps/angular/node_modules/playwright-core/lib/client/fetch.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/fetch.js rename to apps/angular/node_modules/playwright-core/lib/client/fetch.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/fileChooser.js b/apps/angular/node_modules/playwright-core/lib/client/fileChooser.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/fileChooser.js rename to apps/angular/node_modules/playwright-core/lib/client/fileChooser.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/fileUtils.js b/apps/angular/node_modules/playwright-core/lib/client/fileUtils.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/fileUtils.js rename to apps/angular/node_modules/playwright-core/lib/client/fileUtils.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/frame.js b/apps/angular/node_modules/playwright-core/lib/client/frame.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/frame.js rename to apps/angular/node_modules/playwright-core/lib/client/frame.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/harRouter.js b/apps/angular/node_modules/playwright-core/lib/client/harRouter.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/harRouter.js rename to apps/angular/node_modules/playwright-core/lib/client/harRouter.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/input.js b/apps/angular/node_modules/playwright-core/lib/client/input.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/input.js rename to apps/angular/node_modules/playwright-core/lib/client/input.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/jsHandle.js b/apps/angular/node_modules/playwright-core/lib/client/jsHandle.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/jsHandle.js rename to apps/angular/node_modules/playwright-core/lib/client/jsHandle.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/jsonPipe.js b/apps/angular/node_modules/playwright-core/lib/client/jsonPipe.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/jsonPipe.js rename to apps/angular/node_modules/playwright-core/lib/client/jsonPipe.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/localUtils.js b/apps/angular/node_modules/playwright-core/lib/client/localUtils.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/localUtils.js rename to apps/angular/node_modules/playwright-core/lib/client/localUtils.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/locator.js b/apps/angular/node_modules/playwright-core/lib/client/locator.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/locator.js rename to apps/angular/node_modules/playwright-core/lib/client/locator.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/network.js b/apps/angular/node_modules/playwright-core/lib/client/network.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/network.js rename to apps/angular/node_modules/playwright-core/lib/client/network.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/page.js b/apps/angular/node_modules/playwright-core/lib/client/page.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/page.js rename to apps/angular/node_modules/playwright-core/lib/client/page.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/pageAgent.js b/apps/angular/node_modules/playwright-core/lib/client/pageAgent.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/pageAgent.js rename to apps/angular/node_modules/playwright-core/lib/client/pageAgent.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/platform.js b/apps/angular/node_modules/playwright-core/lib/client/platform.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/platform.js rename to apps/angular/node_modules/playwright-core/lib/client/platform.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/playwright.js b/apps/angular/node_modules/playwright-core/lib/client/playwright.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/playwright.js rename to apps/angular/node_modules/playwright-core/lib/client/playwright.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/selectors.js b/apps/angular/node_modules/playwright-core/lib/client/selectors.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/selectors.js rename to apps/angular/node_modules/playwright-core/lib/client/selectors.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/stream.js b/apps/angular/node_modules/playwright-core/lib/client/stream.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/stream.js rename to apps/angular/node_modules/playwright-core/lib/client/stream.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/timeoutSettings.js b/apps/angular/node_modules/playwright-core/lib/client/timeoutSettings.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/timeoutSettings.js rename to apps/angular/node_modules/playwright-core/lib/client/timeoutSettings.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/tracing.js b/apps/angular/node_modules/playwright-core/lib/client/tracing.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/tracing.js rename to apps/angular/node_modules/playwright-core/lib/client/tracing.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/types.js b/apps/angular/node_modules/playwright-core/lib/client/types.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/types.js rename to apps/angular/node_modules/playwright-core/lib/client/types.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/video.js b/apps/angular/node_modules/playwright-core/lib/client/video.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/video.js rename to apps/angular/node_modules/playwright-core/lib/client/video.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/waiter.js b/apps/angular/node_modules/playwright-core/lib/client/waiter.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/waiter.js rename to apps/angular/node_modules/playwright-core/lib/client/waiter.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/webError.js b/apps/angular/node_modules/playwright-core/lib/client/webError.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/webError.js rename to apps/angular/node_modules/playwright-core/lib/client/webError.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/webSocket.js b/apps/angular/node_modules/playwright-core/lib/client/webSocket.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/webSocket.js rename to apps/angular/node_modules/playwright-core/lib/client/webSocket.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/worker.js b/apps/angular/node_modules/playwright-core/lib/client/worker.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/worker.js rename to apps/angular/node_modules/playwright-core/lib/client/worker.js diff --git a/ClientApp/node_modules/playwright-core/lib/client/writableStream.js b/apps/angular/node_modules/playwright-core/lib/client/writableStream.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/client/writableStream.js rename to apps/angular/node_modules/playwright-core/lib/client/writableStream.js diff --git a/ClientApp/node_modules/playwright-core/lib/generated/bindingsControllerSource.js b/apps/angular/node_modules/playwright-core/lib/generated/bindingsControllerSource.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/generated/bindingsControllerSource.js rename to apps/angular/node_modules/playwright-core/lib/generated/bindingsControllerSource.js diff --git a/ClientApp/node_modules/playwright-core/lib/generated/clockSource.js b/apps/angular/node_modules/playwright-core/lib/generated/clockSource.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/generated/clockSource.js rename to apps/angular/node_modules/playwright-core/lib/generated/clockSource.js diff --git a/ClientApp/node_modules/playwright-core/lib/generated/injectedScriptSource.js b/apps/angular/node_modules/playwright-core/lib/generated/injectedScriptSource.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/generated/injectedScriptSource.js rename to apps/angular/node_modules/playwright-core/lib/generated/injectedScriptSource.js diff --git a/ClientApp/node_modules/playwright-core/lib/generated/pollingRecorderSource.js b/apps/angular/node_modules/playwright-core/lib/generated/pollingRecorderSource.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/generated/pollingRecorderSource.js rename to apps/angular/node_modules/playwright-core/lib/generated/pollingRecorderSource.js diff --git a/ClientApp/node_modules/playwright-core/lib/generated/storageScriptSource.js b/apps/angular/node_modules/playwright-core/lib/generated/storageScriptSource.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/generated/storageScriptSource.js rename to apps/angular/node_modules/playwright-core/lib/generated/storageScriptSource.js diff --git a/ClientApp/node_modules/playwright-core/lib/generated/utilityScriptSource.js b/apps/angular/node_modules/playwright-core/lib/generated/utilityScriptSource.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/generated/utilityScriptSource.js rename to apps/angular/node_modules/playwright-core/lib/generated/utilityScriptSource.js diff --git a/ClientApp/node_modules/playwright-core/lib/generated/webSocketMockSource.js b/apps/angular/node_modules/playwright-core/lib/generated/webSocketMockSource.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/generated/webSocketMockSource.js rename to apps/angular/node_modules/playwright-core/lib/generated/webSocketMockSource.js diff --git a/ClientApp/node_modules/playwright-core/lib/inProcessFactory.js b/apps/angular/node_modules/playwright-core/lib/inProcessFactory.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/inProcessFactory.js rename to apps/angular/node_modules/playwright-core/lib/inProcessFactory.js diff --git a/ClientApp/node_modules/playwright-core/lib/inprocess.js b/apps/angular/node_modules/playwright-core/lib/inprocess.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/inprocess.js rename to apps/angular/node_modules/playwright-core/lib/inprocess.js diff --git a/ClientApp/node_modules/playwright-core/lib/mcpBundle.js b/apps/angular/node_modules/playwright-core/lib/mcpBundle.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/mcpBundle.js rename to apps/angular/node_modules/playwright-core/lib/mcpBundle.js diff --git a/ClientApp/node_modules/playwright-core/lib/mcpBundleImpl/index.js b/apps/angular/node_modules/playwright-core/lib/mcpBundleImpl/index.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/mcpBundleImpl/index.js rename to apps/angular/node_modules/playwright-core/lib/mcpBundleImpl/index.js diff --git a/ClientApp/node_modules/playwright-core/lib/outofprocess.js b/apps/angular/node_modules/playwright-core/lib/outofprocess.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/outofprocess.js rename to apps/angular/node_modules/playwright-core/lib/outofprocess.js diff --git a/ClientApp/node_modules/playwright-core/lib/protocol/serializers.js b/apps/angular/node_modules/playwright-core/lib/protocol/serializers.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/protocol/serializers.js rename to apps/angular/node_modules/playwright-core/lib/protocol/serializers.js diff --git a/ClientApp/node_modules/playwright-core/lib/protocol/validator.js b/apps/angular/node_modules/playwright-core/lib/protocol/validator.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/protocol/validator.js rename to apps/angular/node_modules/playwright-core/lib/protocol/validator.js diff --git a/ClientApp/node_modules/playwright-core/lib/protocol/validatorPrimitives.js b/apps/angular/node_modules/playwright-core/lib/protocol/validatorPrimitives.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/protocol/validatorPrimitives.js rename to apps/angular/node_modules/playwright-core/lib/protocol/validatorPrimitives.js diff --git a/ClientApp/node_modules/playwright-core/lib/remote/playwrightConnection.js b/apps/angular/node_modules/playwright-core/lib/remote/playwrightConnection.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/remote/playwrightConnection.js rename to apps/angular/node_modules/playwright-core/lib/remote/playwrightConnection.js diff --git a/ClientApp/node_modules/playwright-core/lib/remote/playwrightServer.js b/apps/angular/node_modules/playwright-core/lib/remote/playwrightServer.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/remote/playwrightServer.js rename to apps/angular/node_modules/playwright-core/lib/remote/playwrightServer.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/agent/actionRunner.js b/apps/angular/node_modules/playwright-core/lib/server/agent/actionRunner.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/agent/actionRunner.js rename to apps/angular/node_modules/playwright-core/lib/server/agent/actionRunner.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/agent/actions.js b/apps/angular/node_modules/playwright-core/lib/server/agent/actions.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/agent/actions.js rename to apps/angular/node_modules/playwright-core/lib/server/agent/actions.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/agent/codegen.js b/apps/angular/node_modules/playwright-core/lib/server/agent/codegen.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/agent/codegen.js rename to apps/angular/node_modules/playwright-core/lib/server/agent/codegen.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/agent/context.js b/apps/angular/node_modules/playwright-core/lib/server/agent/context.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/agent/context.js rename to apps/angular/node_modules/playwright-core/lib/server/agent/context.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/agent/expectTools.js b/apps/angular/node_modules/playwright-core/lib/server/agent/expectTools.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/agent/expectTools.js rename to apps/angular/node_modules/playwright-core/lib/server/agent/expectTools.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/agent/pageAgent.js b/apps/angular/node_modules/playwright-core/lib/server/agent/pageAgent.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/agent/pageAgent.js rename to apps/angular/node_modules/playwright-core/lib/server/agent/pageAgent.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/agent/performTools.js b/apps/angular/node_modules/playwright-core/lib/server/agent/performTools.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/agent/performTools.js rename to apps/angular/node_modules/playwright-core/lib/server/agent/performTools.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/agent/tool.js b/apps/angular/node_modules/playwright-core/lib/server/agent/tool.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/agent/tool.js rename to apps/angular/node_modules/playwright-core/lib/server/agent/tool.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/android/android.js b/apps/angular/node_modules/playwright-core/lib/server/android/android.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/android/android.js rename to apps/angular/node_modules/playwright-core/lib/server/android/android.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/android/backendAdb.js b/apps/angular/node_modules/playwright-core/lib/server/android/backendAdb.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/android/backendAdb.js rename to apps/angular/node_modules/playwright-core/lib/server/android/backendAdb.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/artifact.js b/apps/angular/node_modules/playwright-core/lib/server/artifact.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/artifact.js rename to apps/angular/node_modules/playwright-core/lib/server/artifact.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/bidi/bidiBrowser.js b/apps/angular/node_modules/playwright-core/lib/server/bidi/bidiBrowser.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/bidi/bidiBrowser.js rename to apps/angular/node_modules/playwright-core/lib/server/bidi/bidiBrowser.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/bidi/bidiChromium.js b/apps/angular/node_modules/playwright-core/lib/server/bidi/bidiChromium.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/bidi/bidiChromium.js rename to apps/angular/node_modules/playwright-core/lib/server/bidi/bidiChromium.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/bidi/bidiConnection.js b/apps/angular/node_modules/playwright-core/lib/server/bidi/bidiConnection.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/bidi/bidiConnection.js rename to apps/angular/node_modules/playwright-core/lib/server/bidi/bidiConnection.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/bidi/bidiDeserializer.js b/apps/angular/node_modules/playwright-core/lib/server/bidi/bidiDeserializer.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/bidi/bidiDeserializer.js rename to apps/angular/node_modules/playwright-core/lib/server/bidi/bidiDeserializer.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/bidi/bidiExecutionContext.js b/apps/angular/node_modules/playwright-core/lib/server/bidi/bidiExecutionContext.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/bidi/bidiExecutionContext.js rename to apps/angular/node_modules/playwright-core/lib/server/bidi/bidiExecutionContext.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/bidi/bidiFirefox.js b/apps/angular/node_modules/playwright-core/lib/server/bidi/bidiFirefox.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/bidi/bidiFirefox.js rename to apps/angular/node_modules/playwright-core/lib/server/bidi/bidiFirefox.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/bidi/bidiInput.js b/apps/angular/node_modules/playwright-core/lib/server/bidi/bidiInput.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/bidi/bidiInput.js rename to apps/angular/node_modules/playwright-core/lib/server/bidi/bidiInput.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/bidi/bidiNetworkManager.js b/apps/angular/node_modules/playwright-core/lib/server/bidi/bidiNetworkManager.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/bidi/bidiNetworkManager.js rename to apps/angular/node_modules/playwright-core/lib/server/bidi/bidiNetworkManager.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/bidi/bidiOverCdp.js b/apps/angular/node_modules/playwright-core/lib/server/bidi/bidiOverCdp.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/bidi/bidiOverCdp.js rename to apps/angular/node_modules/playwright-core/lib/server/bidi/bidiOverCdp.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/bidi/bidiPage.js b/apps/angular/node_modules/playwright-core/lib/server/bidi/bidiPage.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/bidi/bidiPage.js rename to apps/angular/node_modules/playwright-core/lib/server/bidi/bidiPage.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/bidi/bidiPdf.js b/apps/angular/node_modules/playwright-core/lib/server/bidi/bidiPdf.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/bidi/bidiPdf.js rename to apps/angular/node_modules/playwright-core/lib/server/bidi/bidiPdf.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/bidi/third_party/bidiCommands.d.js b/apps/angular/node_modules/playwright-core/lib/server/bidi/third_party/bidiCommands.d.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/bidi/third_party/bidiCommands.d.js rename to apps/angular/node_modules/playwright-core/lib/server/bidi/third_party/bidiCommands.d.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/bidi/third_party/bidiKeyboard.js b/apps/angular/node_modules/playwright-core/lib/server/bidi/third_party/bidiKeyboard.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/bidi/third_party/bidiKeyboard.js rename to apps/angular/node_modules/playwright-core/lib/server/bidi/third_party/bidiKeyboard.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/bidi/third_party/bidiProtocol.js b/apps/angular/node_modules/playwright-core/lib/server/bidi/third_party/bidiProtocol.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/bidi/third_party/bidiProtocol.js rename to apps/angular/node_modules/playwright-core/lib/server/bidi/third_party/bidiProtocol.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/bidi/third_party/bidiProtocolCore.js b/apps/angular/node_modules/playwright-core/lib/server/bidi/third_party/bidiProtocolCore.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/bidi/third_party/bidiProtocolCore.js rename to apps/angular/node_modules/playwright-core/lib/server/bidi/third_party/bidiProtocolCore.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/bidi/third_party/bidiProtocolPermissions.js b/apps/angular/node_modules/playwright-core/lib/server/bidi/third_party/bidiProtocolPermissions.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/bidi/third_party/bidiProtocolPermissions.js rename to apps/angular/node_modules/playwright-core/lib/server/bidi/third_party/bidiProtocolPermissions.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/bidi/third_party/bidiSerializer.js b/apps/angular/node_modules/playwright-core/lib/server/bidi/third_party/bidiSerializer.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/bidi/third_party/bidiSerializer.js rename to apps/angular/node_modules/playwright-core/lib/server/bidi/third_party/bidiSerializer.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/bidi/third_party/firefoxPrefs.js b/apps/angular/node_modules/playwright-core/lib/server/bidi/third_party/firefoxPrefs.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/bidi/third_party/firefoxPrefs.js rename to apps/angular/node_modules/playwright-core/lib/server/bidi/third_party/firefoxPrefs.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/browser.js b/apps/angular/node_modules/playwright-core/lib/server/browser.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/browser.js rename to apps/angular/node_modules/playwright-core/lib/server/browser.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/browserContext.js b/apps/angular/node_modules/playwright-core/lib/server/browserContext.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/browserContext.js rename to apps/angular/node_modules/playwright-core/lib/server/browserContext.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/browserType.js b/apps/angular/node_modules/playwright-core/lib/server/browserType.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/browserType.js rename to apps/angular/node_modules/playwright-core/lib/server/browserType.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/callLog.js b/apps/angular/node_modules/playwright-core/lib/server/callLog.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/callLog.js rename to apps/angular/node_modules/playwright-core/lib/server/callLog.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/chromium/appIcon.png b/apps/angular/node_modules/playwright-core/lib/server/chromium/appIcon.png similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/chromium/appIcon.png rename to apps/angular/node_modules/playwright-core/lib/server/chromium/appIcon.png diff --git a/ClientApp/node_modules/playwright-core/lib/server/chromium/chromium.js b/apps/angular/node_modules/playwright-core/lib/server/chromium/chromium.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/chromium/chromium.js rename to apps/angular/node_modules/playwright-core/lib/server/chromium/chromium.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/chromium/chromiumSwitches.js b/apps/angular/node_modules/playwright-core/lib/server/chromium/chromiumSwitches.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/chromium/chromiumSwitches.js rename to apps/angular/node_modules/playwright-core/lib/server/chromium/chromiumSwitches.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/chromium/crBrowser.js b/apps/angular/node_modules/playwright-core/lib/server/chromium/crBrowser.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/chromium/crBrowser.js rename to apps/angular/node_modules/playwright-core/lib/server/chromium/crBrowser.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/chromium/crConnection.js b/apps/angular/node_modules/playwright-core/lib/server/chromium/crConnection.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/chromium/crConnection.js rename to apps/angular/node_modules/playwright-core/lib/server/chromium/crConnection.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/chromium/crCoverage.js b/apps/angular/node_modules/playwright-core/lib/server/chromium/crCoverage.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/chromium/crCoverage.js rename to apps/angular/node_modules/playwright-core/lib/server/chromium/crCoverage.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/chromium/crDevTools.js b/apps/angular/node_modules/playwright-core/lib/server/chromium/crDevTools.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/chromium/crDevTools.js rename to apps/angular/node_modules/playwright-core/lib/server/chromium/crDevTools.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/chromium/crDragDrop.js b/apps/angular/node_modules/playwright-core/lib/server/chromium/crDragDrop.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/chromium/crDragDrop.js rename to apps/angular/node_modules/playwright-core/lib/server/chromium/crDragDrop.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/chromium/crExecutionContext.js b/apps/angular/node_modules/playwright-core/lib/server/chromium/crExecutionContext.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/chromium/crExecutionContext.js rename to apps/angular/node_modules/playwright-core/lib/server/chromium/crExecutionContext.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/chromium/crInput.js b/apps/angular/node_modules/playwright-core/lib/server/chromium/crInput.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/chromium/crInput.js rename to apps/angular/node_modules/playwright-core/lib/server/chromium/crInput.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/chromium/crNetworkManager.js b/apps/angular/node_modules/playwright-core/lib/server/chromium/crNetworkManager.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/chromium/crNetworkManager.js rename to apps/angular/node_modules/playwright-core/lib/server/chromium/crNetworkManager.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/chromium/crPage.js b/apps/angular/node_modules/playwright-core/lib/server/chromium/crPage.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/chromium/crPage.js rename to apps/angular/node_modules/playwright-core/lib/server/chromium/crPage.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/chromium/crPdf.js b/apps/angular/node_modules/playwright-core/lib/server/chromium/crPdf.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/chromium/crPdf.js rename to apps/angular/node_modules/playwright-core/lib/server/chromium/crPdf.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/chromium/crProtocolHelper.js b/apps/angular/node_modules/playwright-core/lib/server/chromium/crProtocolHelper.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/chromium/crProtocolHelper.js rename to apps/angular/node_modules/playwright-core/lib/server/chromium/crProtocolHelper.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/chromium/crServiceWorker.js b/apps/angular/node_modules/playwright-core/lib/server/chromium/crServiceWorker.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/chromium/crServiceWorker.js rename to apps/angular/node_modules/playwright-core/lib/server/chromium/crServiceWorker.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/chromium/defaultFontFamilies.js b/apps/angular/node_modules/playwright-core/lib/server/chromium/defaultFontFamilies.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/chromium/defaultFontFamilies.js rename to apps/angular/node_modules/playwright-core/lib/server/chromium/defaultFontFamilies.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/chromium/protocol.d.js b/apps/angular/node_modules/playwright-core/lib/server/chromium/protocol.d.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/chromium/protocol.d.js rename to apps/angular/node_modules/playwright-core/lib/server/chromium/protocol.d.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/clock.js b/apps/angular/node_modules/playwright-core/lib/server/clock.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/clock.js rename to apps/angular/node_modules/playwright-core/lib/server/clock.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/codegen/csharp.js b/apps/angular/node_modules/playwright-core/lib/server/codegen/csharp.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/codegen/csharp.js rename to apps/angular/node_modules/playwright-core/lib/server/codegen/csharp.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/codegen/java.js b/apps/angular/node_modules/playwright-core/lib/server/codegen/java.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/codegen/java.js rename to apps/angular/node_modules/playwright-core/lib/server/codegen/java.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/codegen/javascript.js b/apps/angular/node_modules/playwright-core/lib/server/codegen/javascript.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/codegen/javascript.js rename to apps/angular/node_modules/playwright-core/lib/server/codegen/javascript.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/codegen/jsonl.js b/apps/angular/node_modules/playwright-core/lib/server/codegen/jsonl.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/codegen/jsonl.js rename to apps/angular/node_modules/playwright-core/lib/server/codegen/jsonl.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/codegen/language.js b/apps/angular/node_modules/playwright-core/lib/server/codegen/language.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/codegen/language.js rename to apps/angular/node_modules/playwright-core/lib/server/codegen/language.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/codegen/languages.js b/apps/angular/node_modules/playwright-core/lib/server/codegen/languages.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/codegen/languages.js rename to apps/angular/node_modules/playwright-core/lib/server/codegen/languages.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/codegen/python.js b/apps/angular/node_modules/playwright-core/lib/server/codegen/python.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/codegen/python.js rename to apps/angular/node_modules/playwright-core/lib/server/codegen/python.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/codegen/types.js b/apps/angular/node_modules/playwright-core/lib/server/codegen/types.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/codegen/types.js rename to apps/angular/node_modules/playwright-core/lib/server/codegen/types.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/console.js b/apps/angular/node_modules/playwright-core/lib/server/console.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/console.js rename to apps/angular/node_modules/playwright-core/lib/server/console.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/cookieStore.js b/apps/angular/node_modules/playwright-core/lib/server/cookieStore.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/cookieStore.js rename to apps/angular/node_modules/playwright-core/lib/server/cookieStore.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/debugController.js b/apps/angular/node_modules/playwright-core/lib/server/debugController.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/debugController.js rename to apps/angular/node_modules/playwright-core/lib/server/debugController.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/debugger.js b/apps/angular/node_modules/playwright-core/lib/server/debugger.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/debugger.js rename to apps/angular/node_modules/playwright-core/lib/server/debugger.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/deviceDescriptors.js b/apps/angular/node_modules/playwright-core/lib/server/deviceDescriptors.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/deviceDescriptors.js rename to apps/angular/node_modules/playwright-core/lib/server/deviceDescriptors.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/deviceDescriptorsSource.json b/apps/angular/node_modules/playwright-core/lib/server/deviceDescriptorsSource.json similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/deviceDescriptorsSource.json rename to apps/angular/node_modules/playwright-core/lib/server/deviceDescriptorsSource.json diff --git a/ClientApp/node_modules/playwright-core/lib/server/dialog.js b/apps/angular/node_modules/playwright-core/lib/server/dialog.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/dialog.js rename to apps/angular/node_modules/playwright-core/lib/server/dialog.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/dispatchers/androidDispatcher.js b/apps/angular/node_modules/playwright-core/lib/server/dispatchers/androidDispatcher.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/dispatchers/androidDispatcher.js rename to apps/angular/node_modules/playwright-core/lib/server/dispatchers/androidDispatcher.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/dispatchers/artifactDispatcher.js b/apps/angular/node_modules/playwright-core/lib/server/dispatchers/artifactDispatcher.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/dispatchers/artifactDispatcher.js rename to apps/angular/node_modules/playwright-core/lib/server/dispatchers/artifactDispatcher.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/dispatchers/browserContextDispatcher.js b/apps/angular/node_modules/playwright-core/lib/server/dispatchers/browserContextDispatcher.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/dispatchers/browserContextDispatcher.js rename to apps/angular/node_modules/playwright-core/lib/server/dispatchers/browserContextDispatcher.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/dispatchers/browserDispatcher.js b/apps/angular/node_modules/playwright-core/lib/server/dispatchers/browserDispatcher.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/dispatchers/browserDispatcher.js rename to apps/angular/node_modules/playwright-core/lib/server/dispatchers/browserDispatcher.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/dispatchers/browserTypeDispatcher.js b/apps/angular/node_modules/playwright-core/lib/server/dispatchers/browserTypeDispatcher.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/dispatchers/browserTypeDispatcher.js rename to apps/angular/node_modules/playwright-core/lib/server/dispatchers/browserTypeDispatcher.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/dispatchers/cdpSessionDispatcher.js b/apps/angular/node_modules/playwright-core/lib/server/dispatchers/cdpSessionDispatcher.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/dispatchers/cdpSessionDispatcher.js rename to apps/angular/node_modules/playwright-core/lib/server/dispatchers/cdpSessionDispatcher.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/dispatchers/debugControllerDispatcher.js b/apps/angular/node_modules/playwright-core/lib/server/dispatchers/debugControllerDispatcher.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/dispatchers/debugControllerDispatcher.js rename to apps/angular/node_modules/playwright-core/lib/server/dispatchers/debugControllerDispatcher.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/dispatchers/dialogDispatcher.js b/apps/angular/node_modules/playwright-core/lib/server/dispatchers/dialogDispatcher.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/dispatchers/dialogDispatcher.js rename to apps/angular/node_modules/playwright-core/lib/server/dispatchers/dialogDispatcher.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/dispatchers/dispatcher.js b/apps/angular/node_modules/playwright-core/lib/server/dispatchers/dispatcher.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/dispatchers/dispatcher.js rename to apps/angular/node_modules/playwright-core/lib/server/dispatchers/dispatcher.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/dispatchers/electronDispatcher.js b/apps/angular/node_modules/playwright-core/lib/server/dispatchers/electronDispatcher.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/dispatchers/electronDispatcher.js rename to apps/angular/node_modules/playwright-core/lib/server/dispatchers/electronDispatcher.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/dispatchers/elementHandlerDispatcher.js b/apps/angular/node_modules/playwright-core/lib/server/dispatchers/elementHandlerDispatcher.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/dispatchers/elementHandlerDispatcher.js rename to apps/angular/node_modules/playwright-core/lib/server/dispatchers/elementHandlerDispatcher.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/dispatchers/frameDispatcher.js b/apps/angular/node_modules/playwright-core/lib/server/dispatchers/frameDispatcher.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/dispatchers/frameDispatcher.js rename to apps/angular/node_modules/playwright-core/lib/server/dispatchers/frameDispatcher.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/dispatchers/jsHandleDispatcher.js b/apps/angular/node_modules/playwright-core/lib/server/dispatchers/jsHandleDispatcher.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/dispatchers/jsHandleDispatcher.js rename to apps/angular/node_modules/playwright-core/lib/server/dispatchers/jsHandleDispatcher.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/dispatchers/jsonPipeDispatcher.js b/apps/angular/node_modules/playwright-core/lib/server/dispatchers/jsonPipeDispatcher.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/dispatchers/jsonPipeDispatcher.js rename to apps/angular/node_modules/playwright-core/lib/server/dispatchers/jsonPipeDispatcher.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/dispatchers/localUtilsDispatcher.js b/apps/angular/node_modules/playwright-core/lib/server/dispatchers/localUtilsDispatcher.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/dispatchers/localUtilsDispatcher.js rename to apps/angular/node_modules/playwright-core/lib/server/dispatchers/localUtilsDispatcher.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/dispatchers/networkDispatchers.js b/apps/angular/node_modules/playwright-core/lib/server/dispatchers/networkDispatchers.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/dispatchers/networkDispatchers.js rename to apps/angular/node_modules/playwright-core/lib/server/dispatchers/networkDispatchers.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/dispatchers/pageAgentDispatcher.js b/apps/angular/node_modules/playwright-core/lib/server/dispatchers/pageAgentDispatcher.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/dispatchers/pageAgentDispatcher.js rename to apps/angular/node_modules/playwright-core/lib/server/dispatchers/pageAgentDispatcher.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/dispatchers/pageDispatcher.js b/apps/angular/node_modules/playwright-core/lib/server/dispatchers/pageDispatcher.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/dispatchers/pageDispatcher.js rename to apps/angular/node_modules/playwright-core/lib/server/dispatchers/pageDispatcher.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/dispatchers/playwrightDispatcher.js b/apps/angular/node_modules/playwright-core/lib/server/dispatchers/playwrightDispatcher.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/dispatchers/playwrightDispatcher.js rename to apps/angular/node_modules/playwright-core/lib/server/dispatchers/playwrightDispatcher.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/dispatchers/streamDispatcher.js b/apps/angular/node_modules/playwright-core/lib/server/dispatchers/streamDispatcher.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/dispatchers/streamDispatcher.js rename to apps/angular/node_modules/playwright-core/lib/server/dispatchers/streamDispatcher.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/dispatchers/tracingDispatcher.js b/apps/angular/node_modules/playwright-core/lib/server/dispatchers/tracingDispatcher.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/dispatchers/tracingDispatcher.js rename to apps/angular/node_modules/playwright-core/lib/server/dispatchers/tracingDispatcher.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/dispatchers/webSocketRouteDispatcher.js b/apps/angular/node_modules/playwright-core/lib/server/dispatchers/webSocketRouteDispatcher.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/dispatchers/webSocketRouteDispatcher.js rename to apps/angular/node_modules/playwright-core/lib/server/dispatchers/webSocketRouteDispatcher.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/dispatchers/writableStreamDispatcher.js b/apps/angular/node_modules/playwright-core/lib/server/dispatchers/writableStreamDispatcher.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/dispatchers/writableStreamDispatcher.js rename to apps/angular/node_modules/playwright-core/lib/server/dispatchers/writableStreamDispatcher.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/dom.js b/apps/angular/node_modules/playwright-core/lib/server/dom.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/dom.js rename to apps/angular/node_modules/playwright-core/lib/server/dom.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/download.js b/apps/angular/node_modules/playwright-core/lib/server/download.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/download.js rename to apps/angular/node_modules/playwright-core/lib/server/download.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/electron/electron.js b/apps/angular/node_modules/playwright-core/lib/server/electron/electron.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/electron/electron.js rename to apps/angular/node_modules/playwright-core/lib/server/electron/electron.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/electron/loader.js b/apps/angular/node_modules/playwright-core/lib/server/electron/loader.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/electron/loader.js rename to apps/angular/node_modules/playwright-core/lib/server/electron/loader.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/errors.js b/apps/angular/node_modules/playwright-core/lib/server/errors.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/errors.js rename to apps/angular/node_modules/playwright-core/lib/server/errors.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/fetch.js b/apps/angular/node_modules/playwright-core/lib/server/fetch.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/fetch.js rename to apps/angular/node_modules/playwright-core/lib/server/fetch.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/fileChooser.js b/apps/angular/node_modules/playwright-core/lib/server/fileChooser.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/fileChooser.js rename to apps/angular/node_modules/playwright-core/lib/server/fileChooser.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/fileUploadUtils.js b/apps/angular/node_modules/playwright-core/lib/server/fileUploadUtils.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/fileUploadUtils.js rename to apps/angular/node_modules/playwright-core/lib/server/fileUploadUtils.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/firefox/ffBrowser.js b/apps/angular/node_modules/playwright-core/lib/server/firefox/ffBrowser.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/firefox/ffBrowser.js rename to apps/angular/node_modules/playwright-core/lib/server/firefox/ffBrowser.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/firefox/ffConnection.js b/apps/angular/node_modules/playwright-core/lib/server/firefox/ffConnection.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/firefox/ffConnection.js rename to apps/angular/node_modules/playwright-core/lib/server/firefox/ffConnection.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/firefox/ffExecutionContext.js b/apps/angular/node_modules/playwright-core/lib/server/firefox/ffExecutionContext.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/firefox/ffExecutionContext.js rename to apps/angular/node_modules/playwright-core/lib/server/firefox/ffExecutionContext.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/firefox/ffInput.js b/apps/angular/node_modules/playwright-core/lib/server/firefox/ffInput.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/firefox/ffInput.js rename to apps/angular/node_modules/playwright-core/lib/server/firefox/ffInput.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/firefox/ffNetworkManager.js b/apps/angular/node_modules/playwright-core/lib/server/firefox/ffNetworkManager.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/firefox/ffNetworkManager.js rename to apps/angular/node_modules/playwright-core/lib/server/firefox/ffNetworkManager.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/firefox/ffPage.js b/apps/angular/node_modules/playwright-core/lib/server/firefox/ffPage.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/firefox/ffPage.js rename to apps/angular/node_modules/playwright-core/lib/server/firefox/ffPage.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/firefox/firefox.js b/apps/angular/node_modules/playwright-core/lib/server/firefox/firefox.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/firefox/firefox.js rename to apps/angular/node_modules/playwright-core/lib/server/firefox/firefox.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/firefox/protocol.d.js b/apps/angular/node_modules/playwright-core/lib/server/firefox/protocol.d.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/firefox/protocol.d.js rename to apps/angular/node_modules/playwright-core/lib/server/firefox/protocol.d.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/formData.js b/apps/angular/node_modules/playwright-core/lib/server/formData.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/formData.js rename to apps/angular/node_modules/playwright-core/lib/server/formData.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/frameSelectors.js b/apps/angular/node_modules/playwright-core/lib/server/frameSelectors.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/frameSelectors.js rename to apps/angular/node_modules/playwright-core/lib/server/frameSelectors.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/frames.js b/apps/angular/node_modules/playwright-core/lib/server/frames.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/frames.js rename to apps/angular/node_modules/playwright-core/lib/server/frames.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/har/harRecorder.js b/apps/angular/node_modules/playwright-core/lib/server/har/harRecorder.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/har/harRecorder.js rename to apps/angular/node_modules/playwright-core/lib/server/har/harRecorder.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/har/harTracer.js b/apps/angular/node_modules/playwright-core/lib/server/har/harTracer.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/har/harTracer.js rename to apps/angular/node_modules/playwright-core/lib/server/har/harTracer.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/harBackend.js b/apps/angular/node_modules/playwright-core/lib/server/harBackend.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/harBackend.js rename to apps/angular/node_modules/playwright-core/lib/server/harBackend.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/helper.js b/apps/angular/node_modules/playwright-core/lib/server/helper.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/helper.js rename to apps/angular/node_modules/playwright-core/lib/server/helper.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/index.js b/apps/angular/node_modules/playwright-core/lib/server/index.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/index.js rename to apps/angular/node_modules/playwright-core/lib/server/index.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/input.js b/apps/angular/node_modules/playwright-core/lib/server/input.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/input.js rename to apps/angular/node_modules/playwright-core/lib/server/input.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/instrumentation.js b/apps/angular/node_modules/playwright-core/lib/server/instrumentation.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/instrumentation.js rename to apps/angular/node_modules/playwright-core/lib/server/instrumentation.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/javascript.js b/apps/angular/node_modules/playwright-core/lib/server/javascript.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/javascript.js rename to apps/angular/node_modules/playwright-core/lib/server/javascript.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/launchApp.js b/apps/angular/node_modules/playwright-core/lib/server/launchApp.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/launchApp.js rename to apps/angular/node_modules/playwright-core/lib/server/launchApp.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/localUtils.js b/apps/angular/node_modules/playwright-core/lib/server/localUtils.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/localUtils.js rename to apps/angular/node_modules/playwright-core/lib/server/localUtils.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/macEditingCommands.js b/apps/angular/node_modules/playwright-core/lib/server/macEditingCommands.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/macEditingCommands.js rename to apps/angular/node_modules/playwright-core/lib/server/macEditingCommands.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/network.js b/apps/angular/node_modules/playwright-core/lib/server/network.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/network.js rename to apps/angular/node_modules/playwright-core/lib/server/network.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/page.js b/apps/angular/node_modules/playwright-core/lib/server/page.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/page.js rename to apps/angular/node_modules/playwright-core/lib/server/page.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/pipeTransport.js b/apps/angular/node_modules/playwright-core/lib/server/pipeTransport.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/pipeTransport.js rename to apps/angular/node_modules/playwright-core/lib/server/pipeTransport.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/playwright.js b/apps/angular/node_modules/playwright-core/lib/server/playwright.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/playwright.js rename to apps/angular/node_modules/playwright-core/lib/server/playwright.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/progress.js b/apps/angular/node_modules/playwright-core/lib/server/progress.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/progress.js rename to apps/angular/node_modules/playwright-core/lib/server/progress.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/protocolError.js b/apps/angular/node_modules/playwright-core/lib/server/protocolError.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/protocolError.js rename to apps/angular/node_modules/playwright-core/lib/server/protocolError.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/recorder.js b/apps/angular/node_modules/playwright-core/lib/server/recorder.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/recorder.js rename to apps/angular/node_modules/playwright-core/lib/server/recorder.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/recorder/chat.js b/apps/angular/node_modules/playwright-core/lib/server/recorder/chat.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/recorder/chat.js rename to apps/angular/node_modules/playwright-core/lib/server/recorder/chat.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/recorder/recorderApp.js b/apps/angular/node_modules/playwright-core/lib/server/recorder/recorderApp.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/recorder/recorderApp.js rename to apps/angular/node_modules/playwright-core/lib/server/recorder/recorderApp.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/recorder/recorderRunner.js b/apps/angular/node_modules/playwright-core/lib/server/recorder/recorderRunner.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/recorder/recorderRunner.js rename to apps/angular/node_modules/playwright-core/lib/server/recorder/recorderRunner.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/recorder/recorderSignalProcessor.js b/apps/angular/node_modules/playwright-core/lib/server/recorder/recorderSignalProcessor.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/recorder/recorderSignalProcessor.js rename to apps/angular/node_modules/playwright-core/lib/server/recorder/recorderSignalProcessor.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/recorder/recorderUtils.js b/apps/angular/node_modules/playwright-core/lib/server/recorder/recorderUtils.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/recorder/recorderUtils.js rename to apps/angular/node_modules/playwright-core/lib/server/recorder/recorderUtils.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/recorder/throttledFile.js b/apps/angular/node_modules/playwright-core/lib/server/recorder/throttledFile.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/recorder/throttledFile.js rename to apps/angular/node_modules/playwright-core/lib/server/recorder/throttledFile.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/registry/browserFetcher.js b/apps/angular/node_modules/playwright-core/lib/server/registry/browserFetcher.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/registry/browserFetcher.js rename to apps/angular/node_modules/playwright-core/lib/server/registry/browserFetcher.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/registry/dependencies.js b/apps/angular/node_modules/playwright-core/lib/server/registry/dependencies.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/registry/dependencies.js rename to apps/angular/node_modules/playwright-core/lib/server/registry/dependencies.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/registry/index.js b/apps/angular/node_modules/playwright-core/lib/server/registry/index.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/registry/index.js rename to apps/angular/node_modules/playwright-core/lib/server/registry/index.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/registry/nativeDeps.js b/apps/angular/node_modules/playwright-core/lib/server/registry/nativeDeps.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/registry/nativeDeps.js rename to apps/angular/node_modules/playwright-core/lib/server/registry/nativeDeps.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/registry/oopDownloadBrowserMain.js b/apps/angular/node_modules/playwright-core/lib/server/registry/oopDownloadBrowserMain.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/registry/oopDownloadBrowserMain.js rename to apps/angular/node_modules/playwright-core/lib/server/registry/oopDownloadBrowserMain.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/screencast.js b/apps/angular/node_modules/playwright-core/lib/server/screencast.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/screencast.js rename to apps/angular/node_modules/playwright-core/lib/server/screencast.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/screenshotter.js b/apps/angular/node_modules/playwright-core/lib/server/screenshotter.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/screenshotter.js rename to apps/angular/node_modules/playwright-core/lib/server/screenshotter.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/selectors.js b/apps/angular/node_modules/playwright-core/lib/server/selectors.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/selectors.js rename to apps/angular/node_modules/playwright-core/lib/server/selectors.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/socksClientCertificatesInterceptor.js b/apps/angular/node_modules/playwright-core/lib/server/socksClientCertificatesInterceptor.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/socksClientCertificatesInterceptor.js rename to apps/angular/node_modules/playwright-core/lib/server/socksClientCertificatesInterceptor.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/socksInterceptor.js b/apps/angular/node_modules/playwright-core/lib/server/socksInterceptor.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/socksInterceptor.js rename to apps/angular/node_modules/playwright-core/lib/server/socksInterceptor.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/trace/recorder/snapshotter.js b/apps/angular/node_modules/playwright-core/lib/server/trace/recorder/snapshotter.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/trace/recorder/snapshotter.js rename to apps/angular/node_modules/playwright-core/lib/server/trace/recorder/snapshotter.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/trace/recorder/snapshotterInjected.js b/apps/angular/node_modules/playwright-core/lib/server/trace/recorder/snapshotterInjected.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/trace/recorder/snapshotterInjected.js rename to apps/angular/node_modules/playwright-core/lib/server/trace/recorder/snapshotterInjected.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/trace/recorder/tracing.js b/apps/angular/node_modules/playwright-core/lib/server/trace/recorder/tracing.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/trace/recorder/tracing.js rename to apps/angular/node_modules/playwright-core/lib/server/trace/recorder/tracing.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/trace/viewer/traceParser.js b/apps/angular/node_modules/playwright-core/lib/server/trace/viewer/traceParser.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/trace/viewer/traceParser.js rename to apps/angular/node_modules/playwright-core/lib/server/trace/viewer/traceParser.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/trace/viewer/traceViewer.js b/apps/angular/node_modules/playwright-core/lib/server/trace/viewer/traceViewer.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/trace/viewer/traceViewer.js rename to apps/angular/node_modules/playwright-core/lib/server/trace/viewer/traceViewer.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/transport.js b/apps/angular/node_modules/playwright-core/lib/server/transport.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/transport.js rename to apps/angular/node_modules/playwright-core/lib/server/transport.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/types.js b/apps/angular/node_modules/playwright-core/lib/server/types.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/types.js rename to apps/angular/node_modules/playwright-core/lib/server/types.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/usKeyboardLayout.js b/apps/angular/node_modules/playwright-core/lib/server/usKeyboardLayout.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/usKeyboardLayout.js rename to apps/angular/node_modules/playwright-core/lib/server/usKeyboardLayout.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/utils/ascii.js b/apps/angular/node_modules/playwright-core/lib/server/utils/ascii.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/utils/ascii.js rename to apps/angular/node_modules/playwright-core/lib/server/utils/ascii.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/utils/comparators.js b/apps/angular/node_modules/playwright-core/lib/server/utils/comparators.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/utils/comparators.js rename to apps/angular/node_modules/playwright-core/lib/server/utils/comparators.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/utils/crypto.js b/apps/angular/node_modules/playwright-core/lib/server/utils/crypto.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/utils/crypto.js rename to apps/angular/node_modules/playwright-core/lib/server/utils/crypto.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/utils/debug.js b/apps/angular/node_modules/playwright-core/lib/server/utils/debug.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/utils/debug.js rename to apps/angular/node_modules/playwright-core/lib/server/utils/debug.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/utils/debugLogger.js b/apps/angular/node_modules/playwright-core/lib/server/utils/debugLogger.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/utils/debugLogger.js rename to apps/angular/node_modules/playwright-core/lib/server/utils/debugLogger.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/utils/env.js b/apps/angular/node_modules/playwright-core/lib/server/utils/env.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/utils/env.js rename to apps/angular/node_modules/playwright-core/lib/server/utils/env.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/utils/eventsHelper.js b/apps/angular/node_modules/playwright-core/lib/server/utils/eventsHelper.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/utils/eventsHelper.js rename to apps/angular/node_modules/playwright-core/lib/server/utils/eventsHelper.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/utils/expectUtils.js b/apps/angular/node_modules/playwright-core/lib/server/utils/expectUtils.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/utils/expectUtils.js rename to apps/angular/node_modules/playwright-core/lib/server/utils/expectUtils.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/utils/fileUtils.js b/apps/angular/node_modules/playwright-core/lib/server/utils/fileUtils.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/utils/fileUtils.js rename to apps/angular/node_modules/playwright-core/lib/server/utils/fileUtils.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/utils/happyEyeballs.js b/apps/angular/node_modules/playwright-core/lib/server/utils/happyEyeballs.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/utils/happyEyeballs.js rename to apps/angular/node_modules/playwright-core/lib/server/utils/happyEyeballs.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/utils/hostPlatform.js b/apps/angular/node_modules/playwright-core/lib/server/utils/hostPlatform.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/utils/hostPlatform.js rename to apps/angular/node_modules/playwright-core/lib/server/utils/hostPlatform.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/utils/httpServer.js b/apps/angular/node_modules/playwright-core/lib/server/utils/httpServer.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/utils/httpServer.js rename to apps/angular/node_modules/playwright-core/lib/server/utils/httpServer.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/utils/imageUtils.js b/apps/angular/node_modules/playwright-core/lib/server/utils/imageUtils.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/utils/imageUtils.js rename to apps/angular/node_modules/playwright-core/lib/server/utils/imageUtils.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/utils/image_tools/colorUtils.js b/apps/angular/node_modules/playwright-core/lib/server/utils/image_tools/colorUtils.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/utils/image_tools/colorUtils.js rename to apps/angular/node_modules/playwright-core/lib/server/utils/image_tools/colorUtils.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/utils/image_tools/compare.js b/apps/angular/node_modules/playwright-core/lib/server/utils/image_tools/compare.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/utils/image_tools/compare.js rename to apps/angular/node_modules/playwright-core/lib/server/utils/image_tools/compare.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/utils/image_tools/imageChannel.js b/apps/angular/node_modules/playwright-core/lib/server/utils/image_tools/imageChannel.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/utils/image_tools/imageChannel.js rename to apps/angular/node_modules/playwright-core/lib/server/utils/image_tools/imageChannel.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/utils/image_tools/stats.js b/apps/angular/node_modules/playwright-core/lib/server/utils/image_tools/stats.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/utils/image_tools/stats.js rename to apps/angular/node_modules/playwright-core/lib/server/utils/image_tools/stats.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/utils/linuxUtils.js b/apps/angular/node_modules/playwright-core/lib/server/utils/linuxUtils.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/utils/linuxUtils.js rename to apps/angular/node_modules/playwright-core/lib/server/utils/linuxUtils.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/utils/network.js b/apps/angular/node_modules/playwright-core/lib/server/utils/network.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/utils/network.js rename to apps/angular/node_modules/playwright-core/lib/server/utils/network.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/utils/nodePlatform.js b/apps/angular/node_modules/playwright-core/lib/server/utils/nodePlatform.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/utils/nodePlatform.js rename to apps/angular/node_modules/playwright-core/lib/server/utils/nodePlatform.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/utils/pipeTransport.js b/apps/angular/node_modules/playwright-core/lib/server/utils/pipeTransport.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/utils/pipeTransport.js rename to apps/angular/node_modules/playwright-core/lib/server/utils/pipeTransport.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/utils/processLauncher.js b/apps/angular/node_modules/playwright-core/lib/server/utils/processLauncher.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/utils/processLauncher.js rename to apps/angular/node_modules/playwright-core/lib/server/utils/processLauncher.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/utils/profiler.js b/apps/angular/node_modules/playwright-core/lib/server/utils/profiler.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/utils/profiler.js rename to apps/angular/node_modules/playwright-core/lib/server/utils/profiler.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/utils/socksProxy.js b/apps/angular/node_modules/playwright-core/lib/server/utils/socksProxy.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/utils/socksProxy.js rename to apps/angular/node_modules/playwright-core/lib/server/utils/socksProxy.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/utils/spawnAsync.js b/apps/angular/node_modules/playwright-core/lib/server/utils/spawnAsync.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/utils/spawnAsync.js rename to apps/angular/node_modules/playwright-core/lib/server/utils/spawnAsync.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/utils/task.js b/apps/angular/node_modules/playwright-core/lib/server/utils/task.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/utils/task.js rename to apps/angular/node_modules/playwright-core/lib/server/utils/task.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/utils/userAgent.js b/apps/angular/node_modules/playwright-core/lib/server/utils/userAgent.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/utils/userAgent.js rename to apps/angular/node_modules/playwright-core/lib/server/utils/userAgent.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/utils/wsServer.js b/apps/angular/node_modules/playwright-core/lib/server/utils/wsServer.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/utils/wsServer.js rename to apps/angular/node_modules/playwright-core/lib/server/utils/wsServer.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/utils/zipFile.js b/apps/angular/node_modules/playwright-core/lib/server/utils/zipFile.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/utils/zipFile.js rename to apps/angular/node_modules/playwright-core/lib/server/utils/zipFile.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/utils/zones.js b/apps/angular/node_modules/playwright-core/lib/server/utils/zones.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/utils/zones.js rename to apps/angular/node_modules/playwright-core/lib/server/utils/zones.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/videoRecorder.js b/apps/angular/node_modules/playwright-core/lib/server/videoRecorder.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/videoRecorder.js rename to apps/angular/node_modules/playwright-core/lib/server/videoRecorder.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/webkit/protocol.d.js b/apps/angular/node_modules/playwright-core/lib/server/webkit/protocol.d.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/webkit/protocol.d.js rename to apps/angular/node_modules/playwright-core/lib/server/webkit/protocol.d.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/webkit/webkit.js b/apps/angular/node_modules/playwright-core/lib/server/webkit/webkit.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/webkit/webkit.js rename to apps/angular/node_modules/playwright-core/lib/server/webkit/webkit.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/webkit/wkBrowser.js b/apps/angular/node_modules/playwright-core/lib/server/webkit/wkBrowser.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/webkit/wkBrowser.js rename to apps/angular/node_modules/playwright-core/lib/server/webkit/wkBrowser.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/webkit/wkConnection.js b/apps/angular/node_modules/playwright-core/lib/server/webkit/wkConnection.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/webkit/wkConnection.js rename to apps/angular/node_modules/playwright-core/lib/server/webkit/wkConnection.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/webkit/wkExecutionContext.js b/apps/angular/node_modules/playwright-core/lib/server/webkit/wkExecutionContext.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/webkit/wkExecutionContext.js rename to apps/angular/node_modules/playwright-core/lib/server/webkit/wkExecutionContext.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/webkit/wkInput.js b/apps/angular/node_modules/playwright-core/lib/server/webkit/wkInput.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/webkit/wkInput.js rename to apps/angular/node_modules/playwright-core/lib/server/webkit/wkInput.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/webkit/wkInterceptableRequest.js b/apps/angular/node_modules/playwright-core/lib/server/webkit/wkInterceptableRequest.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/webkit/wkInterceptableRequest.js rename to apps/angular/node_modules/playwright-core/lib/server/webkit/wkInterceptableRequest.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/webkit/wkPage.js b/apps/angular/node_modules/playwright-core/lib/server/webkit/wkPage.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/webkit/wkPage.js rename to apps/angular/node_modules/playwright-core/lib/server/webkit/wkPage.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/webkit/wkProvisionalPage.js b/apps/angular/node_modules/playwright-core/lib/server/webkit/wkProvisionalPage.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/webkit/wkProvisionalPage.js rename to apps/angular/node_modules/playwright-core/lib/server/webkit/wkProvisionalPage.js diff --git a/ClientApp/node_modules/playwright-core/lib/server/webkit/wkWorkers.js b/apps/angular/node_modules/playwright-core/lib/server/webkit/wkWorkers.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/server/webkit/wkWorkers.js rename to apps/angular/node_modules/playwright-core/lib/server/webkit/wkWorkers.js diff --git a/ClientApp/node_modules/playwright-core/lib/third_party/pixelmatch.js b/apps/angular/node_modules/playwright-core/lib/third_party/pixelmatch.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/third_party/pixelmatch.js rename to apps/angular/node_modules/playwright-core/lib/third_party/pixelmatch.js diff --git a/ClientApp/node_modules/playwright-core/lib/utils.js b/apps/angular/node_modules/playwright-core/lib/utils.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/utils.js rename to apps/angular/node_modules/playwright-core/lib/utils.js diff --git a/ClientApp/node_modules/playwright-core/lib/utils/isomorphic/ariaSnapshot.js b/apps/angular/node_modules/playwright-core/lib/utils/isomorphic/ariaSnapshot.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/utils/isomorphic/ariaSnapshot.js rename to apps/angular/node_modules/playwright-core/lib/utils/isomorphic/ariaSnapshot.js diff --git a/ClientApp/node_modules/playwright-core/lib/utils/isomorphic/assert.js b/apps/angular/node_modules/playwright-core/lib/utils/isomorphic/assert.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/utils/isomorphic/assert.js rename to apps/angular/node_modules/playwright-core/lib/utils/isomorphic/assert.js diff --git a/ClientApp/node_modules/playwright-core/lib/utils/isomorphic/colors.js b/apps/angular/node_modules/playwright-core/lib/utils/isomorphic/colors.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/utils/isomorphic/colors.js rename to apps/angular/node_modules/playwright-core/lib/utils/isomorphic/colors.js diff --git a/ClientApp/node_modules/playwright-core/lib/utils/isomorphic/cssParser.js b/apps/angular/node_modules/playwright-core/lib/utils/isomorphic/cssParser.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/utils/isomorphic/cssParser.js rename to apps/angular/node_modules/playwright-core/lib/utils/isomorphic/cssParser.js diff --git a/ClientApp/node_modules/playwright-core/lib/utils/isomorphic/cssTokenizer.js b/apps/angular/node_modules/playwright-core/lib/utils/isomorphic/cssTokenizer.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/utils/isomorphic/cssTokenizer.js rename to apps/angular/node_modules/playwright-core/lib/utils/isomorphic/cssTokenizer.js diff --git a/ClientApp/node_modules/playwright-core/lib/utils/isomorphic/headers.js b/apps/angular/node_modules/playwright-core/lib/utils/isomorphic/headers.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/utils/isomorphic/headers.js rename to apps/angular/node_modules/playwright-core/lib/utils/isomorphic/headers.js diff --git a/ClientApp/node_modules/playwright-core/lib/utils/isomorphic/locatorGenerators.js b/apps/angular/node_modules/playwright-core/lib/utils/isomorphic/locatorGenerators.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/utils/isomorphic/locatorGenerators.js rename to apps/angular/node_modules/playwright-core/lib/utils/isomorphic/locatorGenerators.js diff --git a/ClientApp/node_modules/playwright-core/lib/utils/isomorphic/locatorParser.js b/apps/angular/node_modules/playwright-core/lib/utils/isomorphic/locatorParser.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/utils/isomorphic/locatorParser.js rename to apps/angular/node_modules/playwright-core/lib/utils/isomorphic/locatorParser.js diff --git a/ClientApp/node_modules/playwright-core/lib/utils/isomorphic/locatorUtils.js b/apps/angular/node_modules/playwright-core/lib/utils/isomorphic/locatorUtils.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/utils/isomorphic/locatorUtils.js rename to apps/angular/node_modules/playwright-core/lib/utils/isomorphic/locatorUtils.js diff --git a/ClientApp/node_modules/playwright-core/lib/utils/isomorphic/lruCache.js b/apps/angular/node_modules/playwright-core/lib/utils/isomorphic/lruCache.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/utils/isomorphic/lruCache.js rename to apps/angular/node_modules/playwright-core/lib/utils/isomorphic/lruCache.js diff --git a/ClientApp/node_modules/playwright-core/lib/utils/isomorphic/manualPromise.js b/apps/angular/node_modules/playwright-core/lib/utils/isomorphic/manualPromise.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/utils/isomorphic/manualPromise.js rename to apps/angular/node_modules/playwright-core/lib/utils/isomorphic/manualPromise.js diff --git a/ClientApp/node_modules/playwright-core/lib/utils/isomorphic/mimeType.js b/apps/angular/node_modules/playwright-core/lib/utils/isomorphic/mimeType.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/utils/isomorphic/mimeType.js rename to apps/angular/node_modules/playwright-core/lib/utils/isomorphic/mimeType.js diff --git a/ClientApp/node_modules/playwright-core/lib/utils/isomorphic/multimap.js b/apps/angular/node_modules/playwright-core/lib/utils/isomorphic/multimap.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/utils/isomorphic/multimap.js rename to apps/angular/node_modules/playwright-core/lib/utils/isomorphic/multimap.js diff --git a/ClientApp/node_modules/playwright-core/lib/utils/isomorphic/protocolFormatter.js b/apps/angular/node_modules/playwright-core/lib/utils/isomorphic/protocolFormatter.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/utils/isomorphic/protocolFormatter.js rename to apps/angular/node_modules/playwright-core/lib/utils/isomorphic/protocolFormatter.js diff --git a/ClientApp/node_modules/playwright-core/lib/utils/isomorphic/protocolMetainfo.js b/apps/angular/node_modules/playwright-core/lib/utils/isomorphic/protocolMetainfo.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/utils/isomorphic/protocolMetainfo.js rename to apps/angular/node_modules/playwright-core/lib/utils/isomorphic/protocolMetainfo.js diff --git a/ClientApp/node_modules/playwright-core/lib/utils/isomorphic/rtti.js b/apps/angular/node_modules/playwright-core/lib/utils/isomorphic/rtti.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/utils/isomorphic/rtti.js rename to apps/angular/node_modules/playwright-core/lib/utils/isomorphic/rtti.js diff --git a/ClientApp/node_modules/playwright-core/lib/utils/isomorphic/selectorParser.js b/apps/angular/node_modules/playwright-core/lib/utils/isomorphic/selectorParser.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/utils/isomorphic/selectorParser.js rename to apps/angular/node_modules/playwright-core/lib/utils/isomorphic/selectorParser.js diff --git a/ClientApp/node_modules/playwright-core/lib/utils/isomorphic/semaphore.js b/apps/angular/node_modules/playwright-core/lib/utils/isomorphic/semaphore.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/utils/isomorphic/semaphore.js rename to apps/angular/node_modules/playwright-core/lib/utils/isomorphic/semaphore.js diff --git a/ClientApp/node_modules/playwright-core/lib/utils/isomorphic/stackTrace.js b/apps/angular/node_modules/playwright-core/lib/utils/isomorphic/stackTrace.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/utils/isomorphic/stackTrace.js rename to apps/angular/node_modules/playwright-core/lib/utils/isomorphic/stackTrace.js diff --git a/ClientApp/node_modules/playwright-core/lib/utils/isomorphic/stringUtils.js b/apps/angular/node_modules/playwright-core/lib/utils/isomorphic/stringUtils.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/utils/isomorphic/stringUtils.js rename to apps/angular/node_modules/playwright-core/lib/utils/isomorphic/stringUtils.js diff --git a/ClientApp/node_modules/playwright-core/lib/utils/isomorphic/time.js b/apps/angular/node_modules/playwright-core/lib/utils/isomorphic/time.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/utils/isomorphic/time.js rename to apps/angular/node_modules/playwright-core/lib/utils/isomorphic/time.js diff --git a/ClientApp/node_modules/playwright-core/lib/utils/isomorphic/timeoutRunner.js b/apps/angular/node_modules/playwright-core/lib/utils/isomorphic/timeoutRunner.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/utils/isomorphic/timeoutRunner.js rename to apps/angular/node_modules/playwright-core/lib/utils/isomorphic/timeoutRunner.js diff --git a/ClientApp/node_modules/playwright-core/lib/utils/isomorphic/trace/entries.js b/apps/angular/node_modules/playwright-core/lib/utils/isomorphic/trace/entries.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/utils/isomorphic/trace/entries.js rename to apps/angular/node_modules/playwright-core/lib/utils/isomorphic/trace/entries.js diff --git a/ClientApp/node_modules/playwright-core/lib/utils/isomorphic/trace/snapshotRenderer.js b/apps/angular/node_modules/playwright-core/lib/utils/isomorphic/trace/snapshotRenderer.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/utils/isomorphic/trace/snapshotRenderer.js rename to apps/angular/node_modules/playwright-core/lib/utils/isomorphic/trace/snapshotRenderer.js diff --git a/ClientApp/node_modules/playwright-core/lib/utils/isomorphic/trace/snapshotServer.js b/apps/angular/node_modules/playwright-core/lib/utils/isomorphic/trace/snapshotServer.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/utils/isomorphic/trace/snapshotServer.js rename to apps/angular/node_modules/playwright-core/lib/utils/isomorphic/trace/snapshotServer.js diff --git a/ClientApp/node_modules/playwright-core/lib/utils/isomorphic/trace/snapshotStorage.js b/apps/angular/node_modules/playwright-core/lib/utils/isomorphic/trace/snapshotStorage.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/utils/isomorphic/trace/snapshotStorage.js rename to apps/angular/node_modules/playwright-core/lib/utils/isomorphic/trace/snapshotStorage.js diff --git a/ClientApp/node_modules/playwright-core/lib/utils/isomorphic/trace/traceLoader.js b/apps/angular/node_modules/playwright-core/lib/utils/isomorphic/trace/traceLoader.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/utils/isomorphic/trace/traceLoader.js rename to apps/angular/node_modules/playwright-core/lib/utils/isomorphic/trace/traceLoader.js diff --git a/ClientApp/node_modules/playwright-core/lib/utils/isomorphic/trace/traceModel.js b/apps/angular/node_modules/playwright-core/lib/utils/isomorphic/trace/traceModel.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/utils/isomorphic/trace/traceModel.js rename to apps/angular/node_modules/playwright-core/lib/utils/isomorphic/trace/traceModel.js diff --git a/ClientApp/node_modules/playwright-core/lib/utils/isomorphic/trace/traceModernizer.js b/apps/angular/node_modules/playwright-core/lib/utils/isomorphic/trace/traceModernizer.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/utils/isomorphic/trace/traceModernizer.js rename to apps/angular/node_modules/playwright-core/lib/utils/isomorphic/trace/traceModernizer.js diff --git a/ClientApp/node_modules/playwright-core/lib/utils/isomorphic/trace/versions/traceV3.js b/apps/angular/node_modules/playwright-core/lib/utils/isomorphic/trace/versions/traceV3.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/utils/isomorphic/trace/versions/traceV3.js rename to apps/angular/node_modules/playwright-core/lib/utils/isomorphic/trace/versions/traceV3.js diff --git a/ClientApp/node_modules/playwright-core/lib/utils/isomorphic/trace/versions/traceV4.js b/apps/angular/node_modules/playwright-core/lib/utils/isomorphic/trace/versions/traceV4.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/utils/isomorphic/trace/versions/traceV4.js rename to apps/angular/node_modules/playwright-core/lib/utils/isomorphic/trace/versions/traceV4.js diff --git a/ClientApp/node_modules/playwright-core/lib/utils/isomorphic/trace/versions/traceV5.js b/apps/angular/node_modules/playwright-core/lib/utils/isomorphic/trace/versions/traceV5.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/utils/isomorphic/trace/versions/traceV5.js rename to apps/angular/node_modules/playwright-core/lib/utils/isomorphic/trace/versions/traceV5.js diff --git a/ClientApp/node_modules/playwright-core/lib/utils/isomorphic/trace/versions/traceV6.js b/apps/angular/node_modules/playwright-core/lib/utils/isomorphic/trace/versions/traceV6.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/utils/isomorphic/trace/versions/traceV6.js rename to apps/angular/node_modules/playwright-core/lib/utils/isomorphic/trace/versions/traceV6.js diff --git a/ClientApp/node_modules/playwright-core/lib/utils/isomorphic/trace/versions/traceV7.js b/apps/angular/node_modules/playwright-core/lib/utils/isomorphic/trace/versions/traceV7.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/utils/isomorphic/trace/versions/traceV7.js rename to apps/angular/node_modules/playwright-core/lib/utils/isomorphic/trace/versions/traceV7.js diff --git a/ClientApp/node_modules/playwright-core/lib/utils/isomorphic/trace/versions/traceV8.js b/apps/angular/node_modules/playwright-core/lib/utils/isomorphic/trace/versions/traceV8.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/utils/isomorphic/trace/versions/traceV8.js rename to apps/angular/node_modules/playwright-core/lib/utils/isomorphic/trace/versions/traceV8.js diff --git a/ClientApp/node_modules/playwright-core/lib/utils/isomorphic/traceUtils.js b/apps/angular/node_modules/playwright-core/lib/utils/isomorphic/traceUtils.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/utils/isomorphic/traceUtils.js rename to apps/angular/node_modules/playwright-core/lib/utils/isomorphic/traceUtils.js diff --git a/ClientApp/node_modules/playwright-core/lib/utils/isomorphic/types.js b/apps/angular/node_modules/playwright-core/lib/utils/isomorphic/types.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/utils/isomorphic/types.js rename to apps/angular/node_modules/playwright-core/lib/utils/isomorphic/types.js diff --git a/ClientApp/node_modules/playwright-core/lib/utils/isomorphic/urlMatch.js b/apps/angular/node_modules/playwright-core/lib/utils/isomorphic/urlMatch.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/utils/isomorphic/urlMatch.js rename to apps/angular/node_modules/playwright-core/lib/utils/isomorphic/urlMatch.js diff --git a/ClientApp/node_modules/playwright-core/lib/utils/isomorphic/utilityScriptSerializers.js b/apps/angular/node_modules/playwright-core/lib/utils/isomorphic/utilityScriptSerializers.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/utils/isomorphic/utilityScriptSerializers.js rename to apps/angular/node_modules/playwright-core/lib/utils/isomorphic/utilityScriptSerializers.js diff --git a/ClientApp/node_modules/playwright-core/lib/utils/isomorphic/yaml.js b/apps/angular/node_modules/playwright-core/lib/utils/isomorphic/yaml.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/utils/isomorphic/yaml.js rename to apps/angular/node_modules/playwright-core/lib/utils/isomorphic/yaml.js diff --git a/ClientApp/node_modules/playwright-core/lib/utilsBundle.js b/apps/angular/node_modules/playwright-core/lib/utilsBundle.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/utilsBundle.js rename to apps/angular/node_modules/playwright-core/lib/utilsBundle.js diff --git a/ClientApp/node_modules/playwright-core/lib/utilsBundleImpl/index.js b/apps/angular/node_modules/playwright-core/lib/utilsBundleImpl/index.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/utilsBundleImpl/index.js rename to apps/angular/node_modules/playwright-core/lib/utilsBundleImpl/index.js diff --git a/ClientApp/node_modules/playwright-core/lib/utilsBundleImpl/xdg-open b/apps/angular/node_modules/playwright-core/lib/utilsBundleImpl/xdg-open similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/utilsBundleImpl/xdg-open rename to apps/angular/node_modules/playwright-core/lib/utilsBundleImpl/xdg-open diff --git a/ClientApp/node_modules/playwright-core/lib/vite/htmlReport/index.html b/apps/angular/node_modules/playwright-core/lib/vite/htmlReport/index.html similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/vite/htmlReport/index.html rename to apps/angular/node_modules/playwright-core/lib/vite/htmlReport/index.html diff --git a/ClientApp/node_modules/playwright-core/lib/vite/recorder/assets/codeMirrorModule-DYBRYzYX.css b/apps/angular/node_modules/playwright-core/lib/vite/recorder/assets/codeMirrorModule-DYBRYzYX.css similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/vite/recorder/assets/codeMirrorModule-DYBRYzYX.css rename to apps/angular/node_modules/playwright-core/lib/vite/recorder/assets/codeMirrorModule-DYBRYzYX.css diff --git a/ClientApp/node_modules/playwright-core/lib/vite/recorder/assets/codeMirrorModule-DadYNm1I.js b/apps/angular/node_modules/playwright-core/lib/vite/recorder/assets/codeMirrorModule-DadYNm1I.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/vite/recorder/assets/codeMirrorModule-DadYNm1I.js rename to apps/angular/node_modules/playwright-core/lib/vite/recorder/assets/codeMirrorModule-DadYNm1I.js diff --git a/ClientApp/node_modules/playwright-core/lib/vite/recorder/assets/codicon-DCmgc-ay.ttf b/apps/angular/node_modules/playwright-core/lib/vite/recorder/assets/codicon-DCmgc-ay.ttf similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/vite/recorder/assets/codicon-DCmgc-ay.ttf rename to apps/angular/node_modules/playwright-core/lib/vite/recorder/assets/codicon-DCmgc-ay.ttf diff --git a/ClientApp/node_modules/playwright-core/lib/vite/recorder/assets/index-BSjZa4pk.css b/apps/angular/node_modules/playwright-core/lib/vite/recorder/assets/index-BSjZa4pk.css similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/vite/recorder/assets/index-BSjZa4pk.css rename to apps/angular/node_modules/playwright-core/lib/vite/recorder/assets/index-BSjZa4pk.css diff --git a/ClientApp/node_modules/playwright-core/lib/vite/recorder/assets/index-BhTWtUlo.js b/apps/angular/node_modules/playwright-core/lib/vite/recorder/assets/index-BhTWtUlo.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/vite/recorder/assets/index-BhTWtUlo.js rename to apps/angular/node_modules/playwright-core/lib/vite/recorder/assets/index-BhTWtUlo.js diff --git a/ClientApp/node_modules/playwright-core/lib/vite/recorder/index.html b/apps/angular/node_modules/playwright-core/lib/vite/recorder/index.html similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/vite/recorder/index.html rename to apps/angular/node_modules/playwright-core/lib/vite/recorder/index.html diff --git a/ClientApp/node_modules/playwright-core/lib/vite/recorder/playwright-logo.svg b/apps/angular/node_modules/playwright-core/lib/vite/recorder/playwright-logo.svg similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/vite/recorder/playwright-logo.svg rename to apps/angular/node_modules/playwright-core/lib/vite/recorder/playwright-logo.svg diff --git a/ClientApp/node_modules/playwright-core/lib/vite/traceViewer/assets/codeMirrorModule-a5XoALAZ.js b/apps/angular/node_modules/playwright-core/lib/vite/traceViewer/assets/codeMirrorModule-a5XoALAZ.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/vite/traceViewer/assets/codeMirrorModule-a5XoALAZ.js rename to apps/angular/node_modules/playwright-core/lib/vite/traceViewer/assets/codeMirrorModule-a5XoALAZ.js diff --git a/ClientApp/node_modules/playwright-core/lib/vite/traceViewer/assets/defaultSettingsView-CJSZINFr.js b/apps/angular/node_modules/playwright-core/lib/vite/traceViewer/assets/defaultSettingsView-CJSZINFr.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/vite/traceViewer/assets/defaultSettingsView-CJSZINFr.js rename to apps/angular/node_modules/playwright-core/lib/vite/traceViewer/assets/defaultSettingsView-CJSZINFr.js diff --git a/ClientApp/node_modules/playwright-core/lib/vite/traceViewer/assets/xtermModule-CsJ4vdCR.js b/apps/angular/node_modules/playwright-core/lib/vite/traceViewer/assets/xtermModule-CsJ4vdCR.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/vite/traceViewer/assets/xtermModule-CsJ4vdCR.js rename to apps/angular/node_modules/playwright-core/lib/vite/traceViewer/assets/xtermModule-CsJ4vdCR.js diff --git a/ClientApp/node_modules/playwright-core/lib/vite/traceViewer/codeMirrorModule.DYBRYzYX.css b/apps/angular/node_modules/playwright-core/lib/vite/traceViewer/codeMirrorModule.DYBRYzYX.css similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/vite/traceViewer/codeMirrorModule.DYBRYzYX.css rename to apps/angular/node_modules/playwright-core/lib/vite/traceViewer/codeMirrorModule.DYBRYzYX.css diff --git a/ClientApp/node_modules/playwright-core/lib/vite/traceViewer/codicon.DCmgc-ay.ttf b/apps/angular/node_modules/playwright-core/lib/vite/traceViewer/codicon.DCmgc-ay.ttf similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/vite/traceViewer/codicon.DCmgc-ay.ttf rename to apps/angular/node_modules/playwright-core/lib/vite/traceViewer/codicon.DCmgc-ay.ttf diff --git a/ClientApp/node_modules/playwright-core/lib/vite/traceViewer/defaultSettingsView.7ch9cixO.css b/apps/angular/node_modules/playwright-core/lib/vite/traceViewer/defaultSettingsView.7ch9cixO.css similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/vite/traceViewer/defaultSettingsView.7ch9cixO.css rename to apps/angular/node_modules/playwright-core/lib/vite/traceViewer/defaultSettingsView.7ch9cixO.css diff --git a/ClientApp/node_modules/playwright-core/lib/vite/traceViewer/index.BDwrLSGN.js b/apps/angular/node_modules/playwright-core/lib/vite/traceViewer/index.BDwrLSGN.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/vite/traceViewer/index.BDwrLSGN.js rename to apps/angular/node_modules/playwright-core/lib/vite/traceViewer/index.BDwrLSGN.js diff --git a/ClientApp/node_modules/playwright-core/lib/vite/traceViewer/index.BVu7tZDe.css b/apps/angular/node_modules/playwright-core/lib/vite/traceViewer/index.BVu7tZDe.css similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/vite/traceViewer/index.BVu7tZDe.css rename to apps/angular/node_modules/playwright-core/lib/vite/traceViewer/index.BVu7tZDe.css diff --git a/ClientApp/node_modules/playwright-core/lib/vite/traceViewer/index.html b/apps/angular/node_modules/playwright-core/lib/vite/traceViewer/index.html similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/vite/traceViewer/index.html rename to apps/angular/node_modules/playwright-core/lib/vite/traceViewer/index.html diff --git a/ClientApp/node_modules/playwright-core/lib/vite/traceViewer/manifest.webmanifest b/apps/angular/node_modules/playwright-core/lib/vite/traceViewer/manifest.webmanifest similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/vite/traceViewer/manifest.webmanifest rename to apps/angular/node_modules/playwright-core/lib/vite/traceViewer/manifest.webmanifest diff --git a/ClientApp/node_modules/playwright-core/lib/vite/traceViewer/playwright-logo.svg b/apps/angular/node_modules/playwright-core/lib/vite/traceViewer/playwright-logo.svg similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/vite/traceViewer/playwright-logo.svg rename to apps/angular/node_modules/playwright-core/lib/vite/traceViewer/playwright-logo.svg diff --git a/ClientApp/node_modules/playwright-core/lib/vite/traceViewer/snapshot.html b/apps/angular/node_modules/playwright-core/lib/vite/traceViewer/snapshot.html similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/vite/traceViewer/snapshot.html rename to apps/angular/node_modules/playwright-core/lib/vite/traceViewer/snapshot.html diff --git a/ClientApp/node_modules/playwright-core/lib/vite/traceViewer/sw.bundle.js b/apps/angular/node_modules/playwright-core/lib/vite/traceViewer/sw.bundle.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/vite/traceViewer/sw.bundle.js rename to apps/angular/node_modules/playwright-core/lib/vite/traceViewer/sw.bundle.js diff --git a/ClientApp/node_modules/playwright-core/lib/vite/traceViewer/uiMode.Btcz36p_.css b/apps/angular/node_modules/playwright-core/lib/vite/traceViewer/uiMode.Btcz36p_.css similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/vite/traceViewer/uiMode.Btcz36p_.css rename to apps/angular/node_modules/playwright-core/lib/vite/traceViewer/uiMode.Btcz36p_.css diff --git a/ClientApp/node_modules/playwright-core/lib/vite/traceViewer/uiMode.CQJ9SCIQ.js b/apps/angular/node_modules/playwright-core/lib/vite/traceViewer/uiMode.CQJ9SCIQ.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/vite/traceViewer/uiMode.CQJ9SCIQ.js rename to apps/angular/node_modules/playwright-core/lib/vite/traceViewer/uiMode.CQJ9SCIQ.js diff --git a/ClientApp/node_modules/playwright-core/lib/vite/traceViewer/uiMode.html b/apps/angular/node_modules/playwright-core/lib/vite/traceViewer/uiMode.html similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/vite/traceViewer/uiMode.html rename to apps/angular/node_modules/playwright-core/lib/vite/traceViewer/uiMode.html diff --git a/ClientApp/node_modules/playwright-core/lib/vite/traceViewer/xtermModule.DYP7pi_n.css b/apps/angular/node_modules/playwright-core/lib/vite/traceViewer/xtermModule.DYP7pi_n.css similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/vite/traceViewer/xtermModule.DYP7pi_n.css rename to apps/angular/node_modules/playwright-core/lib/vite/traceViewer/xtermModule.DYP7pi_n.css diff --git a/ClientApp/node_modules/playwright-core/lib/zipBundle.js b/apps/angular/node_modules/playwright-core/lib/zipBundle.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/zipBundle.js rename to apps/angular/node_modules/playwright-core/lib/zipBundle.js diff --git a/ClientApp/node_modules/playwright-core/lib/zipBundleImpl.js b/apps/angular/node_modules/playwright-core/lib/zipBundleImpl.js similarity index 100% rename from ClientApp/node_modules/playwright-core/lib/zipBundleImpl.js rename to apps/angular/node_modules/playwright-core/lib/zipBundleImpl.js diff --git a/ClientApp/node_modules/playwright-core/package.json b/apps/angular/node_modules/playwright-core/package.json similarity index 100% rename from ClientApp/node_modules/playwright-core/package.json rename to apps/angular/node_modules/playwright-core/package.json diff --git a/ClientApp/node_modules/playwright-core/types/protocol.d.ts b/apps/angular/node_modules/playwright-core/types/protocol.d.ts similarity index 100% rename from ClientApp/node_modules/playwright-core/types/protocol.d.ts rename to apps/angular/node_modules/playwright-core/types/protocol.d.ts diff --git a/ClientApp/node_modules/playwright-core/types/structs.d.ts b/apps/angular/node_modules/playwright-core/types/structs.d.ts similarity index 100% rename from ClientApp/node_modules/playwright-core/types/structs.d.ts rename to apps/angular/node_modules/playwright-core/types/structs.d.ts diff --git a/ClientApp/node_modules/playwright-core/types/types.d.ts b/apps/angular/node_modules/playwright-core/types/types.d.ts similarity index 100% rename from ClientApp/node_modules/playwright-core/types/types.d.ts rename to apps/angular/node_modules/playwright-core/types/types.d.ts diff --git a/ClientApp/node_modules/playwright/LICENSE b/apps/angular/node_modules/playwright/LICENSE similarity index 100% rename from ClientApp/node_modules/playwright/LICENSE rename to apps/angular/node_modules/playwright/LICENSE diff --git a/ClientApp/node_modules/playwright/NOTICE b/apps/angular/node_modules/playwright/NOTICE similarity index 100% rename from ClientApp/node_modules/playwright/NOTICE rename to apps/angular/node_modules/playwright/NOTICE diff --git a/ClientApp/node_modules/playwright/README.md b/apps/angular/node_modules/playwright/README.md similarity index 100% rename from ClientApp/node_modules/playwright/README.md rename to apps/angular/node_modules/playwright/README.md diff --git a/ClientApp/node_modules/playwright/ThirdPartyNotices.txt b/apps/angular/node_modules/playwright/ThirdPartyNotices.txt similarity index 100% rename from ClientApp/node_modules/playwright/ThirdPartyNotices.txt rename to apps/angular/node_modules/playwright/ThirdPartyNotices.txt diff --git a/ClientApp/node_modules/playwright/cli.js b/apps/angular/node_modules/playwright/cli.js similarity index 100% rename from ClientApp/node_modules/playwright/cli.js rename to apps/angular/node_modules/playwright/cli.js diff --git a/ClientApp/node_modules/playwright/index.d.ts b/apps/angular/node_modules/playwright/index.d.ts similarity index 100% rename from ClientApp/node_modules/playwright/index.d.ts rename to apps/angular/node_modules/playwright/index.d.ts diff --git a/ClientApp/node_modules/playwright/index.js b/apps/angular/node_modules/playwright/index.js similarity index 100% rename from ClientApp/node_modules/playwright/index.js rename to apps/angular/node_modules/playwright/index.js diff --git a/ClientApp/node_modules/playwright/index.mjs b/apps/angular/node_modules/playwright/index.mjs similarity index 100% rename from ClientApp/node_modules/playwright/index.mjs rename to apps/angular/node_modules/playwright/index.mjs diff --git a/ClientApp/node_modules/playwright/jsx-runtime.js b/apps/angular/node_modules/playwright/jsx-runtime.js similarity index 100% rename from ClientApp/node_modules/playwright/jsx-runtime.js rename to apps/angular/node_modules/playwright/jsx-runtime.js diff --git a/ClientApp/node_modules/playwright/jsx-runtime.mjs b/apps/angular/node_modules/playwright/jsx-runtime.mjs similarity index 100% rename from ClientApp/node_modules/playwright/jsx-runtime.mjs rename to apps/angular/node_modules/playwright/jsx-runtime.mjs diff --git a/ClientApp/node_modules/playwright/lib/agents/agentParser.js b/apps/angular/node_modules/playwright/lib/agents/agentParser.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/agents/agentParser.js rename to apps/angular/node_modules/playwright/lib/agents/agentParser.js diff --git a/ClientApp/node_modules/playwright/lib/agents/copilot-setup-steps.yml b/apps/angular/node_modules/playwright/lib/agents/copilot-setup-steps.yml similarity index 100% rename from ClientApp/node_modules/playwright/lib/agents/copilot-setup-steps.yml rename to apps/angular/node_modules/playwright/lib/agents/copilot-setup-steps.yml diff --git a/ClientApp/node_modules/playwright/lib/agents/generateAgents.js b/apps/angular/node_modules/playwright/lib/agents/generateAgents.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/agents/generateAgents.js rename to apps/angular/node_modules/playwright/lib/agents/generateAgents.js diff --git a/ClientApp/node_modules/playwright/lib/agents/playwright-test-coverage.prompt.md b/apps/angular/node_modules/playwright/lib/agents/playwright-test-coverage.prompt.md similarity index 100% rename from ClientApp/node_modules/playwright/lib/agents/playwright-test-coverage.prompt.md rename to apps/angular/node_modules/playwright/lib/agents/playwright-test-coverage.prompt.md diff --git a/ClientApp/node_modules/playwright/lib/agents/playwright-test-generate.prompt.md b/apps/angular/node_modules/playwright/lib/agents/playwright-test-generate.prompt.md similarity index 100% rename from ClientApp/node_modules/playwright/lib/agents/playwright-test-generate.prompt.md rename to apps/angular/node_modules/playwright/lib/agents/playwright-test-generate.prompt.md diff --git a/ClientApp/node_modules/playwright/lib/agents/playwright-test-generator.agent.md b/apps/angular/node_modules/playwright/lib/agents/playwright-test-generator.agent.md similarity index 100% rename from ClientApp/node_modules/playwright/lib/agents/playwright-test-generator.agent.md rename to apps/angular/node_modules/playwright/lib/agents/playwright-test-generator.agent.md diff --git a/ClientApp/node_modules/playwright/lib/agents/playwright-test-heal.prompt.md b/apps/angular/node_modules/playwright/lib/agents/playwright-test-heal.prompt.md similarity index 100% rename from ClientApp/node_modules/playwright/lib/agents/playwright-test-heal.prompt.md rename to apps/angular/node_modules/playwright/lib/agents/playwright-test-heal.prompt.md diff --git a/ClientApp/node_modules/playwright/lib/agents/playwright-test-healer.agent.md b/apps/angular/node_modules/playwright/lib/agents/playwright-test-healer.agent.md similarity index 100% rename from ClientApp/node_modules/playwright/lib/agents/playwright-test-healer.agent.md rename to apps/angular/node_modules/playwright/lib/agents/playwright-test-healer.agent.md diff --git a/ClientApp/node_modules/playwright/lib/agents/playwright-test-plan.prompt.md b/apps/angular/node_modules/playwright/lib/agents/playwright-test-plan.prompt.md similarity index 100% rename from ClientApp/node_modules/playwright/lib/agents/playwright-test-plan.prompt.md rename to apps/angular/node_modules/playwright/lib/agents/playwright-test-plan.prompt.md diff --git a/ClientApp/node_modules/playwright/lib/agents/playwright-test-planner.agent.md b/apps/angular/node_modules/playwright/lib/agents/playwright-test-planner.agent.md similarity index 100% rename from ClientApp/node_modules/playwright/lib/agents/playwright-test-planner.agent.md rename to apps/angular/node_modules/playwright/lib/agents/playwright-test-planner.agent.md diff --git a/ClientApp/node_modules/playwright/lib/common/config.js b/apps/angular/node_modules/playwright/lib/common/config.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/common/config.js rename to apps/angular/node_modules/playwright/lib/common/config.js diff --git a/ClientApp/node_modules/playwright/lib/common/configLoader.js b/apps/angular/node_modules/playwright/lib/common/configLoader.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/common/configLoader.js rename to apps/angular/node_modules/playwright/lib/common/configLoader.js diff --git a/ClientApp/node_modules/playwright/lib/common/esmLoaderHost.js b/apps/angular/node_modules/playwright/lib/common/esmLoaderHost.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/common/esmLoaderHost.js rename to apps/angular/node_modules/playwright/lib/common/esmLoaderHost.js diff --git a/ClientApp/node_modules/playwright/lib/common/expectBundle.js b/apps/angular/node_modules/playwright/lib/common/expectBundle.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/common/expectBundle.js rename to apps/angular/node_modules/playwright/lib/common/expectBundle.js diff --git a/ClientApp/node_modules/playwright/lib/common/expectBundleImpl.js b/apps/angular/node_modules/playwright/lib/common/expectBundleImpl.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/common/expectBundleImpl.js rename to apps/angular/node_modules/playwright/lib/common/expectBundleImpl.js diff --git a/ClientApp/node_modules/playwright/lib/common/fixtures.js b/apps/angular/node_modules/playwright/lib/common/fixtures.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/common/fixtures.js rename to apps/angular/node_modules/playwright/lib/common/fixtures.js diff --git a/ClientApp/node_modules/playwright/lib/common/globals.js b/apps/angular/node_modules/playwright/lib/common/globals.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/common/globals.js rename to apps/angular/node_modules/playwright/lib/common/globals.js diff --git a/ClientApp/node_modules/playwright/lib/common/ipc.js b/apps/angular/node_modules/playwright/lib/common/ipc.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/common/ipc.js rename to apps/angular/node_modules/playwright/lib/common/ipc.js diff --git a/ClientApp/node_modules/playwright/lib/common/poolBuilder.js b/apps/angular/node_modules/playwright/lib/common/poolBuilder.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/common/poolBuilder.js rename to apps/angular/node_modules/playwright/lib/common/poolBuilder.js diff --git a/ClientApp/node_modules/playwright/lib/common/process.js b/apps/angular/node_modules/playwright/lib/common/process.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/common/process.js rename to apps/angular/node_modules/playwright/lib/common/process.js diff --git a/ClientApp/node_modules/playwright/lib/common/suiteUtils.js b/apps/angular/node_modules/playwright/lib/common/suiteUtils.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/common/suiteUtils.js rename to apps/angular/node_modules/playwright/lib/common/suiteUtils.js diff --git a/ClientApp/node_modules/playwright/lib/common/test.js b/apps/angular/node_modules/playwright/lib/common/test.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/common/test.js rename to apps/angular/node_modules/playwright/lib/common/test.js diff --git a/ClientApp/node_modules/playwright/lib/common/testLoader.js b/apps/angular/node_modules/playwright/lib/common/testLoader.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/common/testLoader.js rename to apps/angular/node_modules/playwright/lib/common/testLoader.js diff --git a/ClientApp/node_modules/playwright/lib/common/testType.js b/apps/angular/node_modules/playwright/lib/common/testType.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/common/testType.js rename to apps/angular/node_modules/playwright/lib/common/testType.js diff --git a/ClientApp/node_modules/playwright/lib/common/validators.js b/apps/angular/node_modules/playwright/lib/common/validators.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/common/validators.js rename to apps/angular/node_modules/playwright/lib/common/validators.js diff --git a/ClientApp/node_modules/playwright/lib/fsWatcher.js b/apps/angular/node_modules/playwright/lib/fsWatcher.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/fsWatcher.js rename to apps/angular/node_modules/playwright/lib/fsWatcher.js diff --git a/ClientApp/node_modules/playwright/lib/index.js b/apps/angular/node_modules/playwright/lib/index.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/index.js rename to apps/angular/node_modules/playwright/lib/index.js diff --git a/ClientApp/node_modules/playwright/lib/internalsForTest.js b/apps/angular/node_modules/playwright/lib/internalsForTest.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/internalsForTest.js rename to apps/angular/node_modules/playwright/lib/internalsForTest.js diff --git a/ClientApp/node_modules/playwright/lib/isomorphic/events.js b/apps/angular/node_modules/playwright/lib/isomorphic/events.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/isomorphic/events.js rename to apps/angular/node_modules/playwright/lib/isomorphic/events.js diff --git a/ClientApp/node_modules/playwright/lib/isomorphic/folders.js b/apps/angular/node_modules/playwright/lib/isomorphic/folders.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/isomorphic/folders.js rename to apps/angular/node_modules/playwright/lib/isomorphic/folders.js diff --git a/ClientApp/node_modules/playwright/lib/isomorphic/stringInternPool.js b/apps/angular/node_modules/playwright/lib/isomorphic/stringInternPool.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/isomorphic/stringInternPool.js rename to apps/angular/node_modules/playwright/lib/isomorphic/stringInternPool.js diff --git a/ClientApp/node_modules/playwright/lib/isomorphic/teleReceiver.js b/apps/angular/node_modules/playwright/lib/isomorphic/teleReceiver.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/isomorphic/teleReceiver.js rename to apps/angular/node_modules/playwright/lib/isomorphic/teleReceiver.js diff --git a/ClientApp/node_modules/playwright/lib/isomorphic/teleSuiteUpdater.js b/apps/angular/node_modules/playwright/lib/isomorphic/teleSuiteUpdater.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/isomorphic/teleSuiteUpdater.js rename to apps/angular/node_modules/playwright/lib/isomorphic/teleSuiteUpdater.js diff --git a/ClientApp/node_modules/playwright/lib/isomorphic/testServerConnection.js b/apps/angular/node_modules/playwright/lib/isomorphic/testServerConnection.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/isomorphic/testServerConnection.js rename to apps/angular/node_modules/playwright/lib/isomorphic/testServerConnection.js diff --git a/ClientApp/node_modules/playwright/lib/isomorphic/testServerInterface.js b/apps/angular/node_modules/playwright/lib/isomorphic/testServerInterface.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/isomorphic/testServerInterface.js rename to apps/angular/node_modules/playwright/lib/isomorphic/testServerInterface.js diff --git a/ClientApp/node_modules/playwright/lib/isomorphic/testTree.js b/apps/angular/node_modules/playwright/lib/isomorphic/testTree.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/isomorphic/testTree.js rename to apps/angular/node_modules/playwright/lib/isomorphic/testTree.js diff --git a/ClientApp/node_modules/playwright/lib/isomorphic/types.d.js b/apps/angular/node_modules/playwright/lib/isomorphic/types.d.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/isomorphic/types.d.js rename to apps/angular/node_modules/playwright/lib/isomorphic/types.d.js diff --git a/ClientApp/node_modules/playwright/lib/loader/loaderMain.js b/apps/angular/node_modules/playwright/lib/loader/loaderMain.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/loader/loaderMain.js rename to apps/angular/node_modules/playwright/lib/loader/loaderMain.js diff --git a/ClientApp/node_modules/playwright/lib/matchers/expect.js b/apps/angular/node_modules/playwright/lib/matchers/expect.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/matchers/expect.js rename to apps/angular/node_modules/playwright/lib/matchers/expect.js diff --git a/ClientApp/node_modules/playwright/lib/matchers/matcherHint.js b/apps/angular/node_modules/playwright/lib/matchers/matcherHint.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/matchers/matcherHint.js rename to apps/angular/node_modules/playwright/lib/matchers/matcherHint.js diff --git a/ClientApp/node_modules/playwright/lib/matchers/matchers.js b/apps/angular/node_modules/playwright/lib/matchers/matchers.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/matchers/matchers.js rename to apps/angular/node_modules/playwright/lib/matchers/matchers.js diff --git a/ClientApp/node_modules/playwright/lib/matchers/toBeTruthy.js b/apps/angular/node_modules/playwright/lib/matchers/toBeTruthy.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/matchers/toBeTruthy.js rename to apps/angular/node_modules/playwright/lib/matchers/toBeTruthy.js diff --git a/ClientApp/node_modules/playwright/lib/matchers/toEqual.js b/apps/angular/node_modules/playwright/lib/matchers/toEqual.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/matchers/toEqual.js rename to apps/angular/node_modules/playwright/lib/matchers/toEqual.js diff --git a/ClientApp/node_modules/playwright/lib/matchers/toHaveURL.js b/apps/angular/node_modules/playwright/lib/matchers/toHaveURL.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/matchers/toHaveURL.js rename to apps/angular/node_modules/playwright/lib/matchers/toHaveURL.js diff --git a/ClientApp/node_modules/playwright/lib/matchers/toMatchAriaSnapshot.js b/apps/angular/node_modules/playwright/lib/matchers/toMatchAriaSnapshot.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/matchers/toMatchAriaSnapshot.js rename to apps/angular/node_modules/playwright/lib/matchers/toMatchAriaSnapshot.js diff --git a/ClientApp/node_modules/playwright/lib/matchers/toMatchSnapshot.js b/apps/angular/node_modules/playwright/lib/matchers/toMatchSnapshot.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/matchers/toMatchSnapshot.js rename to apps/angular/node_modules/playwright/lib/matchers/toMatchSnapshot.js diff --git a/ClientApp/node_modules/playwright/lib/matchers/toMatchText.js b/apps/angular/node_modules/playwright/lib/matchers/toMatchText.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/matchers/toMatchText.js rename to apps/angular/node_modules/playwright/lib/matchers/toMatchText.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/browser/browserContextFactory.js b/apps/angular/node_modules/playwright/lib/mcp/browser/browserContextFactory.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/browser/browserContextFactory.js rename to apps/angular/node_modules/playwright/lib/mcp/browser/browserContextFactory.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/browser/browserServerBackend.js b/apps/angular/node_modules/playwright/lib/mcp/browser/browserServerBackend.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/browser/browserServerBackend.js rename to apps/angular/node_modules/playwright/lib/mcp/browser/browserServerBackend.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/browser/config.js b/apps/angular/node_modules/playwright/lib/mcp/browser/config.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/browser/config.js rename to apps/angular/node_modules/playwright/lib/mcp/browser/config.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/browser/context.js b/apps/angular/node_modules/playwright/lib/mcp/browser/context.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/browser/context.js rename to apps/angular/node_modules/playwright/lib/mcp/browser/context.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/browser/response.js b/apps/angular/node_modules/playwright/lib/mcp/browser/response.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/browser/response.js rename to apps/angular/node_modules/playwright/lib/mcp/browser/response.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/browser/sessionLog.js b/apps/angular/node_modules/playwright/lib/mcp/browser/sessionLog.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/browser/sessionLog.js rename to apps/angular/node_modules/playwright/lib/mcp/browser/sessionLog.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/browser/tab.js b/apps/angular/node_modules/playwright/lib/mcp/browser/tab.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/browser/tab.js rename to apps/angular/node_modules/playwright/lib/mcp/browser/tab.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/browser/tools.js b/apps/angular/node_modules/playwright/lib/mcp/browser/tools.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/browser/tools.js rename to apps/angular/node_modules/playwright/lib/mcp/browser/tools.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/browser/tools/common.js b/apps/angular/node_modules/playwright/lib/mcp/browser/tools/common.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/browser/tools/common.js rename to apps/angular/node_modules/playwright/lib/mcp/browser/tools/common.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/browser/tools/console.js b/apps/angular/node_modules/playwright/lib/mcp/browser/tools/console.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/browser/tools/console.js rename to apps/angular/node_modules/playwright/lib/mcp/browser/tools/console.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/browser/tools/dialogs.js b/apps/angular/node_modules/playwright/lib/mcp/browser/tools/dialogs.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/browser/tools/dialogs.js rename to apps/angular/node_modules/playwright/lib/mcp/browser/tools/dialogs.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/browser/tools/evaluate.js b/apps/angular/node_modules/playwright/lib/mcp/browser/tools/evaluate.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/browser/tools/evaluate.js rename to apps/angular/node_modules/playwright/lib/mcp/browser/tools/evaluate.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/browser/tools/files.js b/apps/angular/node_modules/playwright/lib/mcp/browser/tools/files.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/browser/tools/files.js rename to apps/angular/node_modules/playwright/lib/mcp/browser/tools/files.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/browser/tools/form.js b/apps/angular/node_modules/playwright/lib/mcp/browser/tools/form.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/browser/tools/form.js rename to apps/angular/node_modules/playwright/lib/mcp/browser/tools/form.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/browser/tools/install.js b/apps/angular/node_modules/playwright/lib/mcp/browser/tools/install.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/browser/tools/install.js rename to apps/angular/node_modules/playwright/lib/mcp/browser/tools/install.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/browser/tools/keyboard.js b/apps/angular/node_modules/playwright/lib/mcp/browser/tools/keyboard.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/browser/tools/keyboard.js rename to apps/angular/node_modules/playwright/lib/mcp/browser/tools/keyboard.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/browser/tools/mouse.js b/apps/angular/node_modules/playwright/lib/mcp/browser/tools/mouse.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/browser/tools/mouse.js rename to apps/angular/node_modules/playwright/lib/mcp/browser/tools/mouse.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/browser/tools/navigate.js b/apps/angular/node_modules/playwright/lib/mcp/browser/tools/navigate.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/browser/tools/navigate.js rename to apps/angular/node_modules/playwright/lib/mcp/browser/tools/navigate.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/browser/tools/network.js b/apps/angular/node_modules/playwright/lib/mcp/browser/tools/network.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/browser/tools/network.js rename to apps/angular/node_modules/playwright/lib/mcp/browser/tools/network.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/browser/tools/open.js b/apps/angular/node_modules/playwright/lib/mcp/browser/tools/open.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/browser/tools/open.js rename to apps/angular/node_modules/playwright/lib/mcp/browser/tools/open.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/browser/tools/pdf.js b/apps/angular/node_modules/playwright/lib/mcp/browser/tools/pdf.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/browser/tools/pdf.js rename to apps/angular/node_modules/playwright/lib/mcp/browser/tools/pdf.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/browser/tools/runCode.js b/apps/angular/node_modules/playwright/lib/mcp/browser/tools/runCode.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/browser/tools/runCode.js rename to apps/angular/node_modules/playwright/lib/mcp/browser/tools/runCode.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/browser/tools/screenshot.js b/apps/angular/node_modules/playwright/lib/mcp/browser/tools/screenshot.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/browser/tools/screenshot.js rename to apps/angular/node_modules/playwright/lib/mcp/browser/tools/screenshot.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/browser/tools/snapshot.js b/apps/angular/node_modules/playwright/lib/mcp/browser/tools/snapshot.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/browser/tools/snapshot.js rename to apps/angular/node_modules/playwright/lib/mcp/browser/tools/snapshot.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/browser/tools/tabs.js b/apps/angular/node_modules/playwright/lib/mcp/browser/tools/tabs.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/browser/tools/tabs.js rename to apps/angular/node_modules/playwright/lib/mcp/browser/tools/tabs.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/browser/tools/tool.js b/apps/angular/node_modules/playwright/lib/mcp/browser/tools/tool.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/browser/tools/tool.js rename to apps/angular/node_modules/playwright/lib/mcp/browser/tools/tool.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/browser/tools/tracing.js b/apps/angular/node_modules/playwright/lib/mcp/browser/tools/tracing.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/browser/tools/tracing.js rename to apps/angular/node_modules/playwright/lib/mcp/browser/tools/tracing.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/browser/tools/utils.js b/apps/angular/node_modules/playwright/lib/mcp/browser/tools/utils.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/browser/tools/utils.js rename to apps/angular/node_modules/playwright/lib/mcp/browser/tools/utils.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/browser/tools/verify.js b/apps/angular/node_modules/playwright/lib/mcp/browser/tools/verify.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/browser/tools/verify.js rename to apps/angular/node_modules/playwright/lib/mcp/browser/tools/verify.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/browser/tools/wait.js b/apps/angular/node_modules/playwright/lib/mcp/browser/tools/wait.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/browser/tools/wait.js rename to apps/angular/node_modules/playwright/lib/mcp/browser/tools/wait.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/browser/watchdog.js b/apps/angular/node_modules/playwright/lib/mcp/browser/watchdog.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/browser/watchdog.js rename to apps/angular/node_modules/playwright/lib/mcp/browser/watchdog.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/config.d.js b/apps/angular/node_modules/playwright/lib/mcp/config.d.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/config.d.js rename to apps/angular/node_modules/playwright/lib/mcp/config.d.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/extension/cdpRelay.js b/apps/angular/node_modules/playwright/lib/mcp/extension/cdpRelay.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/extension/cdpRelay.js rename to apps/angular/node_modules/playwright/lib/mcp/extension/cdpRelay.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/extension/extensionContextFactory.js b/apps/angular/node_modules/playwright/lib/mcp/extension/extensionContextFactory.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/extension/extensionContextFactory.js rename to apps/angular/node_modules/playwright/lib/mcp/extension/extensionContextFactory.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/extension/protocol.js b/apps/angular/node_modules/playwright/lib/mcp/extension/protocol.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/extension/protocol.js rename to apps/angular/node_modules/playwright/lib/mcp/extension/protocol.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/index.js b/apps/angular/node_modules/playwright/lib/mcp/index.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/index.js rename to apps/angular/node_modules/playwright/lib/mcp/index.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/log.js b/apps/angular/node_modules/playwright/lib/mcp/log.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/log.js rename to apps/angular/node_modules/playwright/lib/mcp/log.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/program.js b/apps/angular/node_modules/playwright/lib/mcp/program.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/program.js rename to apps/angular/node_modules/playwright/lib/mcp/program.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/sdk/exports.js b/apps/angular/node_modules/playwright/lib/mcp/sdk/exports.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/sdk/exports.js rename to apps/angular/node_modules/playwright/lib/mcp/sdk/exports.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/sdk/http.js b/apps/angular/node_modules/playwright/lib/mcp/sdk/http.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/sdk/http.js rename to apps/angular/node_modules/playwright/lib/mcp/sdk/http.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/sdk/inProcessTransport.js b/apps/angular/node_modules/playwright/lib/mcp/sdk/inProcessTransport.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/sdk/inProcessTransport.js rename to apps/angular/node_modules/playwright/lib/mcp/sdk/inProcessTransport.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/sdk/server.js b/apps/angular/node_modules/playwright/lib/mcp/sdk/server.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/sdk/server.js rename to apps/angular/node_modules/playwright/lib/mcp/sdk/server.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/sdk/tool.js b/apps/angular/node_modules/playwright/lib/mcp/sdk/tool.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/sdk/tool.js rename to apps/angular/node_modules/playwright/lib/mcp/sdk/tool.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/terminal/cli.js b/apps/angular/node_modules/playwright/lib/mcp/terminal/cli.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/terminal/cli.js rename to apps/angular/node_modules/playwright/lib/mcp/terminal/cli.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/terminal/command.js b/apps/angular/node_modules/playwright/lib/mcp/terminal/command.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/terminal/command.js rename to apps/angular/node_modules/playwright/lib/mcp/terminal/command.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/terminal/commands.js b/apps/angular/node_modules/playwright/lib/mcp/terminal/commands.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/terminal/commands.js rename to apps/angular/node_modules/playwright/lib/mcp/terminal/commands.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/terminal/daemon.js b/apps/angular/node_modules/playwright/lib/mcp/terminal/daemon.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/terminal/daemon.js rename to apps/angular/node_modules/playwright/lib/mcp/terminal/daemon.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/terminal/help.json b/apps/angular/node_modules/playwright/lib/mcp/terminal/help.json similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/terminal/help.json rename to apps/angular/node_modules/playwright/lib/mcp/terminal/help.json diff --git a/ClientApp/node_modules/playwright/lib/mcp/terminal/helpGenerator.js b/apps/angular/node_modules/playwright/lib/mcp/terminal/helpGenerator.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/terminal/helpGenerator.js rename to apps/angular/node_modules/playwright/lib/mcp/terminal/helpGenerator.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/terminal/socketConnection.js b/apps/angular/node_modules/playwright/lib/mcp/terminal/socketConnection.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/terminal/socketConnection.js rename to apps/angular/node_modules/playwright/lib/mcp/terminal/socketConnection.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/test/browserBackend.js b/apps/angular/node_modules/playwright/lib/mcp/test/browserBackend.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/test/browserBackend.js rename to apps/angular/node_modules/playwright/lib/mcp/test/browserBackend.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/test/generatorTools.js b/apps/angular/node_modules/playwright/lib/mcp/test/generatorTools.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/test/generatorTools.js rename to apps/angular/node_modules/playwright/lib/mcp/test/generatorTools.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/test/plannerTools.js b/apps/angular/node_modules/playwright/lib/mcp/test/plannerTools.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/test/plannerTools.js rename to apps/angular/node_modules/playwright/lib/mcp/test/plannerTools.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/test/seed.js b/apps/angular/node_modules/playwright/lib/mcp/test/seed.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/test/seed.js rename to apps/angular/node_modules/playwright/lib/mcp/test/seed.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/test/streams.js b/apps/angular/node_modules/playwright/lib/mcp/test/streams.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/test/streams.js rename to apps/angular/node_modules/playwright/lib/mcp/test/streams.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/test/testBackend.js b/apps/angular/node_modules/playwright/lib/mcp/test/testBackend.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/test/testBackend.js rename to apps/angular/node_modules/playwright/lib/mcp/test/testBackend.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/test/testContext.js b/apps/angular/node_modules/playwright/lib/mcp/test/testContext.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/test/testContext.js rename to apps/angular/node_modules/playwright/lib/mcp/test/testContext.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/test/testTool.js b/apps/angular/node_modules/playwright/lib/mcp/test/testTool.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/test/testTool.js rename to apps/angular/node_modules/playwright/lib/mcp/test/testTool.js diff --git a/ClientApp/node_modules/playwright/lib/mcp/test/testTools.js b/apps/angular/node_modules/playwright/lib/mcp/test/testTools.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/mcp/test/testTools.js rename to apps/angular/node_modules/playwright/lib/mcp/test/testTools.js diff --git a/ClientApp/node_modules/playwright/lib/plugins/gitCommitInfoPlugin.js b/apps/angular/node_modules/playwright/lib/plugins/gitCommitInfoPlugin.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/plugins/gitCommitInfoPlugin.js rename to apps/angular/node_modules/playwright/lib/plugins/gitCommitInfoPlugin.js diff --git a/ClientApp/node_modules/playwright/lib/plugins/index.js b/apps/angular/node_modules/playwright/lib/plugins/index.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/plugins/index.js rename to apps/angular/node_modules/playwright/lib/plugins/index.js diff --git a/ClientApp/node_modules/playwright/lib/plugins/webServerPlugin.js b/apps/angular/node_modules/playwright/lib/plugins/webServerPlugin.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/plugins/webServerPlugin.js rename to apps/angular/node_modules/playwright/lib/plugins/webServerPlugin.js diff --git a/ClientApp/node_modules/playwright/lib/program.js b/apps/angular/node_modules/playwright/lib/program.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/program.js rename to apps/angular/node_modules/playwright/lib/program.js diff --git a/ClientApp/node_modules/playwright/lib/reporters/base.js b/apps/angular/node_modules/playwright/lib/reporters/base.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/reporters/base.js rename to apps/angular/node_modules/playwright/lib/reporters/base.js diff --git a/ClientApp/node_modules/playwright/lib/reporters/blob.js b/apps/angular/node_modules/playwright/lib/reporters/blob.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/reporters/blob.js rename to apps/angular/node_modules/playwright/lib/reporters/blob.js diff --git a/ClientApp/node_modules/playwright/lib/reporters/dot.js b/apps/angular/node_modules/playwright/lib/reporters/dot.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/reporters/dot.js rename to apps/angular/node_modules/playwright/lib/reporters/dot.js diff --git a/ClientApp/node_modules/playwright/lib/reporters/empty.js b/apps/angular/node_modules/playwright/lib/reporters/empty.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/reporters/empty.js rename to apps/angular/node_modules/playwright/lib/reporters/empty.js diff --git a/ClientApp/node_modules/playwright/lib/reporters/github.js b/apps/angular/node_modules/playwright/lib/reporters/github.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/reporters/github.js rename to apps/angular/node_modules/playwright/lib/reporters/github.js diff --git a/ClientApp/node_modules/playwright/lib/reporters/html.js b/apps/angular/node_modules/playwright/lib/reporters/html.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/reporters/html.js rename to apps/angular/node_modules/playwright/lib/reporters/html.js diff --git a/ClientApp/node_modules/playwright/lib/reporters/internalReporter.js b/apps/angular/node_modules/playwright/lib/reporters/internalReporter.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/reporters/internalReporter.js rename to apps/angular/node_modules/playwright/lib/reporters/internalReporter.js diff --git a/ClientApp/node_modules/playwright/lib/reporters/json.js b/apps/angular/node_modules/playwright/lib/reporters/json.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/reporters/json.js rename to apps/angular/node_modules/playwright/lib/reporters/json.js diff --git a/ClientApp/node_modules/playwright/lib/reporters/junit.js b/apps/angular/node_modules/playwright/lib/reporters/junit.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/reporters/junit.js rename to apps/angular/node_modules/playwright/lib/reporters/junit.js diff --git a/ClientApp/node_modules/playwright/lib/reporters/line.js b/apps/angular/node_modules/playwright/lib/reporters/line.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/reporters/line.js rename to apps/angular/node_modules/playwright/lib/reporters/line.js diff --git a/ClientApp/node_modules/playwright/lib/reporters/list.js b/apps/angular/node_modules/playwright/lib/reporters/list.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/reporters/list.js rename to apps/angular/node_modules/playwright/lib/reporters/list.js diff --git a/ClientApp/node_modules/playwright/lib/reporters/listModeReporter.js b/apps/angular/node_modules/playwright/lib/reporters/listModeReporter.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/reporters/listModeReporter.js rename to apps/angular/node_modules/playwright/lib/reporters/listModeReporter.js diff --git a/ClientApp/node_modules/playwright/lib/reporters/markdown.js b/apps/angular/node_modules/playwright/lib/reporters/markdown.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/reporters/markdown.js rename to apps/angular/node_modules/playwright/lib/reporters/markdown.js diff --git a/ClientApp/node_modules/playwright/lib/reporters/merge.js b/apps/angular/node_modules/playwright/lib/reporters/merge.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/reporters/merge.js rename to apps/angular/node_modules/playwright/lib/reporters/merge.js diff --git a/ClientApp/node_modules/playwright/lib/reporters/multiplexer.js b/apps/angular/node_modules/playwright/lib/reporters/multiplexer.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/reporters/multiplexer.js rename to apps/angular/node_modules/playwright/lib/reporters/multiplexer.js diff --git a/ClientApp/node_modules/playwright/lib/reporters/reporterV2.js b/apps/angular/node_modules/playwright/lib/reporters/reporterV2.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/reporters/reporterV2.js rename to apps/angular/node_modules/playwright/lib/reporters/reporterV2.js diff --git a/ClientApp/node_modules/playwright/lib/reporters/teleEmitter.js b/apps/angular/node_modules/playwright/lib/reporters/teleEmitter.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/reporters/teleEmitter.js rename to apps/angular/node_modules/playwright/lib/reporters/teleEmitter.js diff --git a/ClientApp/node_modules/playwright/lib/reporters/versions/blobV1.js b/apps/angular/node_modules/playwright/lib/reporters/versions/blobV1.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/reporters/versions/blobV1.js rename to apps/angular/node_modules/playwright/lib/reporters/versions/blobV1.js diff --git a/ClientApp/node_modules/playwright/lib/runner/dispatcher.js b/apps/angular/node_modules/playwright/lib/runner/dispatcher.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/runner/dispatcher.js rename to apps/angular/node_modules/playwright/lib/runner/dispatcher.js diff --git a/ClientApp/node_modules/playwright/lib/runner/failureTracker.js b/apps/angular/node_modules/playwright/lib/runner/failureTracker.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/runner/failureTracker.js rename to apps/angular/node_modules/playwright/lib/runner/failureTracker.js diff --git a/ClientApp/node_modules/playwright/lib/runner/lastRun.js b/apps/angular/node_modules/playwright/lib/runner/lastRun.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/runner/lastRun.js rename to apps/angular/node_modules/playwright/lib/runner/lastRun.js diff --git a/ClientApp/node_modules/playwright/lib/runner/loadUtils.js b/apps/angular/node_modules/playwright/lib/runner/loadUtils.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/runner/loadUtils.js rename to apps/angular/node_modules/playwright/lib/runner/loadUtils.js diff --git a/ClientApp/node_modules/playwright/lib/runner/loaderHost.js b/apps/angular/node_modules/playwright/lib/runner/loaderHost.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/runner/loaderHost.js rename to apps/angular/node_modules/playwright/lib/runner/loaderHost.js diff --git a/ClientApp/node_modules/playwright/lib/runner/processHost.js b/apps/angular/node_modules/playwright/lib/runner/processHost.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/runner/processHost.js rename to apps/angular/node_modules/playwright/lib/runner/processHost.js diff --git a/ClientApp/node_modules/playwright/lib/runner/projectUtils.js b/apps/angular/node_modules/playwright/lib/runner/projectUtils.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/runner/projectUtils.js rename to apps/angular/node_modules/playwright/lib/runner/projectUtils.js diff --git a/ClientApp/node_modules/playwright/lib/runner/rebase.js b/apps/angular/node_modules/playwright/lib/runner/rebase.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/runner/rebase.js rename to apps/angular/node_modules/playwright/lib/runner/rebase.js diff --git a/ClientApp/node_modules/playwright/lib/runner/reporters.js b/apps/angular/node_modules/playwright/lib/runner/reporters.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/runner/reporters.js rename to apps/angular/node_modules/playwright/lib/runner/reporters.js diff --git a/ClientApp/node_modules/playwright/lib/runner/sigIntWatcher.js b/apps/angular/node_modules/playwright/lib/runner/sigIntWatcher.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/runner/sigIntWatcher.js rename to apps/angular/node_modules/playwright/lib/runner/sigIntWatcher.js diff --git a/ClientApp/node_modules/playwright/lib/runner/storage.js b/apps/angular/node_modules/playwright/lib/runner/storage.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/runner/storage.js rename to apps/angular/node_modules/playwright/lib/runner/storage.js diff --git a/ClientApp/node_modules/playwright/lib/runner/taskRunner.js b/apps/angular/node_modules/playwright/lib/runner/taskRunner.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/runner/taskRunner.js rename to apps/angular/node_modules/playwright/lib/runner/taskRunner.js diff --git a/ClientApp/node_modules/playwright/lib/runner/tasks.js b/apps/angular/node_modules/playwright/lib/runner/tasks.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/runner/tasks.js rename to apps/angular/node_modules/playwright/lib/runner/tasks.js diff --git a/ClientApp/node_modules/playwright/lib/runner/testGroups.js b/apps/angular/node_modules/playwright/lib/runner/testGroups.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/runner/testGroups.js rename to apps/angular/node_modules/playwright/lib/runner/testGroups.js diff --git a/ClientApp/node_modules/playwright/lib/runner/testRunner.js b/apps/angular/node_modules/playwright/lib/runner/testRunner.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/runner/testRunner.js rename to apps/angular/node_modules/playwright/lib/runner/testRunner.js diff --git a/ClientApp/node_modules/playwright/lib/runner/testServer.js b/apps/angular/node_modules/playwright/lib/runner/testServer.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/runner/testServer.js rename to apps/angular/node_modules/playwright/lib/runner/testServer.js diff --git a/ClientApp/node_modules/playwright/lib/runner/uiModeReporter.js b/apps/angular/node_modules/playwright/lib/runner/uiModeReporter.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/runner/uiModeReporter.js rename to apps/angular/node_modules/playwright/lib/runner/uiModeReporter.js diff --git a/ClientApp/node_modules/playwright/lib/runner/vcs.js b/apps/angular/node_modules/playwright/lib/runner/vcs.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/runner/vcs.js rename to apps/angular/node_modules/playwright/lib/runner/vcs.js diff --git a/ClientApp/node_modules/playwright/lib/runner/watchMode.js b/apps/angular/node_modules/playwright/lib/runner/watchMode.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/runner/watchMode.js rename to apps/angular/node_modules/playwright/lib/runner/watchMode.js diff --git a/ClientApp/node_modules/playwright/lib/runner/workerHost.js b/apps/angular/node_modules/playwright/lib/runner/workerHost.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/runner/workerHost.js rename to apps/angular/node_modules/playwright/lib/runner/workerHost.js diff --git a/ClientApp/node_modules/playwright/lib/third_party/pirates.js b/apps/angular/node_modules/playwright/lib/third_party/pirates.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/third_party/pirates.js rename to apps/angular/node_modules/playwright/lib/third_party/pirates.js diff --git a/ClientApp/node_modules/playwright/lib/third_party/tsconfig-loader.js b/apps/angular/node_modules/playwright/lib/third_party/tsconfig-loader.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/third_party/tsconfig-loader.js rename to apps/angular/node_modules/playwright/lib/third_party/tsconfig-loader.js diff --git a/ClientApp/node_modules/playwright/lib/transform/babelBundle.js b/apps/angular/node_modules/playwright/lib/transform/babelBundle.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/transform/babelBundle.js rename to apps/angular/node_modules/playwright/lib/transform/babelBundle.js diff --git a/ClientApp/node_modules/playwright/lib/transform/babelBundleImpl.js b/apps/angular/node_modules/playwright/lib/transform/babelBundleImpl.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/transform/babelBundleImpl.js rename to apps/angular/node_modules/playwright/lib/transform/babelBundleImpl.js diff --git a/ClientApp/node_modules/playwright/lib/transform/compilationCache.js b/apps/angular/node_modules/playwright/lib/transform/compilationCache.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/transform/compilationCache.js rename to apps/angular/node_modules/playwright/lib/transform/compilationCache.js diff --git a/ClientApp/node_modules/playwright/lib/transform/esmLoader.js b/apps/angular/node_modules/playwright/lib/transform/esmLoader.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/transform/esmLoader.js rename to apps/angular/node_modules/playwright/lib/transform/esmLoader.js diff --git a/ClientApp/node_modules/playwright/lib/transform/md.js b/apps/angular/node_modules/playwright/lib/transform/md.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/transform/md.js rename to apps/angular/node_modules/playwright/lib/transform/md.js diff --git a/ClientApp/node_modules/playwright/lib/transform/portTransport.js b/apps/angular/node_modules/playwright/lib/transform/portTransport.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/transform/portTransport.js rename to apps/angular/node_modules/playwright/lib/transform/portTransport.js diff --git a/ClientApp/node_modules/playwright/lib/transform/transform.js b/apps/angular/node_modules/playwright/lib/transform/transform.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/transform/transform.js rename to apps/angular/node_modules/playwright/lib/transform/transform.js diff --git a/ClientApp/node_modules/playwright/lib/util.js b/apps/angular/node_modules/playwright/lib/util.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/util.js rename to apps/angular/node_modules/playwright/lib/util.js diff --git a/ClientApp/node_modules/playwright/lib/utilsBundle.js b/apps/angular/node_modules/playwright/lib/utilsBundle.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/utilsBundle.js rename to apps/angular/node_modules/playwright/lib/utilsBundle.js diff --git a/ClientApp/node_modules/playwright/lib/utilsBundleImpl.js b/apps/angular/node_modules/playwright/lib/utilsBundleImpl.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/utilsBundleImpl.js rename to apps/angular/node_modules/playwright/lib/utilsBundleImpl.js diff --git a/ClientApp/node_modules/playwright/lib/worker/fixtureRunner.js b/apps/angular/node_modules/playwright/lib/worker/fixtureRunner.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/worker/fixtureRunner.js rename to apps/angular/node_modules/playwright/lib/worker/fixtureRunner.js diff --git a/ClientApp/node_modules/playwright/lib/worker/testInfo.js b/apps/angular/node_modules/playwright/lib/worker/testInfo.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/worker/testInfo.js rename to apps/angular/node_modules/playwright/lib/worker/testInfo.js diff --git a/ClientApp/node_modules/playwright/lib/worker/testTracing.js b/apps/angular/node_modules/playwright/lib/worker/testTracing.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/worker/testTracing.js rename to apps/angular/node_modules/playwright/lib/worker/testTracing.js diff --git a/ClientApp/node_modules/playwright/lib/worker/timeoutManager.js b/apps/angular/node_modules/playwright/lib/worker/timeoutManager.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/worker/timeoutManager.js rename to apps/angular/node_modules/playwright/lib/worker/timeoutManager.js diff --git a/ClientApp/node_modules/playwright/lib/worker/util.js b/apps/angular/node_modules/playwright/lib/worker/util.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/worker/util.js rename to apps/angular/node_modules/playwright/lib/worker/util.js diff --git a/ClientApp/node_modules/playwright/lib/worker/workerMain.js b/apps/angular/node_modules/playwright/lib/worker/workerMain.js similarity index 100% rename from ClientApp/node_modules/playwright/lib/worker/workerMain.js rename to apps/angular/node_modules/playwright/lib/worker/workerMain.js diff --git a/ClientApp/node_modules/playwright/node_modules/fsevents/LICENSE b/apps/angular/node_modules/playwright/node_modules/fsevents/LICENSE similarity index 100% rename from ClientApp/node_modules/playwright/node_modules/fsevents/LICENSE rename to apps/angular/node_modules/playwright/node_modules/fsevents/LICENSE diff --git a/ClientApp/node_modules/playwright/node_modules/fsevents/README.md b/apps/angular/node_modules/playwright/node_modules/fsevents/README.md similarity index 100% rename from ClientApp/node_modules/playwright/node_modules/fsevents/README.md rename to apps/angular/node_modules/playwright/node_modules/fsevents/README.md diff --git a/ClientApp/node_modules/playwright/node_modules/fsevents/fsevents.d.ts b/apps/angular/node_modules/playwright/node_modules/fsevents/fsevents.d.ts similarity index 100% rename from ClientApp/node_modules/playwright/node_modules/fsevents/fsevents.d.ts rename to apps/angular/node_modules/playwright/node_modules/fsevents/fsevents.d.ts diff --git a/ClientApp/node_modules/playwright/node_modules/fsevents/fsevents.js b/apps/angular/node_modules/playwright/node_modules/fsevents/fsevents.js similarity index 100% rename from ClientApp/node_modules/playwright/node_modules/fsevents/fsevents.js rename to apps/angular/node_modules/playwright/node_modules/fsevents/fsevents.js diff --git a/ClientApp/node_modules/playwright/node_modules/fsevents/fsevents.node b/apps/angular/node_modules/playwright/node_modules/fsevents/fsevents.node similarity index 100% rename from ClientApp/node_modules/playwright/node_modules/fsevents/fsevents.node rename to apps/angular/node_modules/playwright/node_modules/fsevents/fsevents.node diff --git a/ClientApp/node_modules/playwright/node_modules/fsevents/package.json b/apps/angular/node_modules/playwright/node_modules/fsevents/package.json similarity index 100% rename from ClientApp/node_modules/playwright/node_modules/fsevents/package.json rename to apps/angular/node_modules/playwright/node_modules/fsevents/package.json diff --git a/ClientApp/node_modules/playwright/package.json b/apps/angular/node_modules/playwright/package.json similarity index 100% rename from ClientApp/node_modules/playwright/package.json rename to apps/angular/node_modules/playwright/package.json diff --git a/ClientApp/node_modules/playwright/test.d.ts b/apps/angular/node_modules/playwright/test.d.ts similarity index 100% rename from ClientApp/node_modules/playwright/test.d.ts rename to apps/angular/node_modules/playwright/test.d.ts diff --git a/ClientApp/node_modules/playwright/test.js b/apps/angular/node_modules/playwright/test.js similarity index 100% rename from ClientApp/node_modules/playwright/test.js rename to apps/angular/node_modules/playwright/test.js diff --git a/ClientApp/node_modules/playwright/test.mjs b/apps/angular/node_modules/playwright/test.mjs similarity index 100% rename from ClientApp/node_modules/playwright/test.mjs rename to apps/angular/node_modules/playwright/test.mjs diff --git a/ClientApp/node_modules/playwright/types/test.d.ts b/apps/angular/node_modules/playwright/types/test.d.ts similarity index 100% rename from ClientApp/node_modules/playwright/types/test.d.ts rename to apps/angular/node_modules/playwright/types/test.d.ts diff --git a/ClientApp/node_modules/playwright/types/testReporter.d.ts b/apps/angular/node_modules/playwright/types/testReporter.d.ts similarity index 100% rename from ClientApp/node_modules/playwright/types/testReporter.d.ts rename to apps/angular/node_modules/playwright/types/testReporter.d.ts diff --git a/ClientApp/node_modules/possible-typed-array-names/.eslintrc b/apps/angular/node_modules/possible-typed-array-names/.eslintrc similarity index 100% rename from ClientApp/node_modules/possible-typed-array-names/.eslintrc rename to apps/angular/node_modules/possible-typed-array-names/.eslintrc diff --git a/ClientApp/node_modules/possible-typed-array-names/.github/FUNDING.yml b/apps/angular/node_modules/possible-typed-array-names/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/possible-typed-array-names/.github/FUNDING.yml rename to apps/angular/node_modules/possible-typed-array-names/.github/FUNDING.yml diff --git a/ClientApp/node_modules/possible-typed-array-names/CHANGELOG.md b/apps/angular/node_modules/possible-typed-array-names/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/possible-typed-array-names/CHANGELOG.md rename to apps/angular/node_modules/possible-typed-array-names/CHANGELOG.md diff --git a/ClientApp/node_modules/possible-typed-array-names/LICENSE b/apps/angular/node_modules/possible-typed-array-names/LICENSE similarity index 100% rename from ClientApp/node_modules/possible-typed-array-names/LICENSE rename to apps/angular/node_modules/possible-typed-array-names/LICENSE diff --git a/ClientApp/node_modules/possible-typed-array-names/README.md b/apps/angular/node_modules/possible-typed-array-names/README.md similarity index 100% rename from ClientApp/node_modules/possible-typed-array-names/README.md rename to apps/angular/node_modules/possible-typed-array-names/README.md diff --git a/ClientApp/node_modules/possible-typed-array-names/index.d.ts b/apps/angular/node_modules/possible-typed-array-names/index.d.ts similarity index 100% rename from ClientApp/node_modules/possible-typed-array-names/index.d.ts rename to apps/angular/node_modules/possible-typed-array-names/index.d.ts diff --git a/ClientApp/node_modules/possible-typed-array-names/index.js b/apps/angular/node_modules/possible-typed-array-names/index.js similarity index 100% rename from ClientApp/node_modules/possible-typed-array-names/index.js rename to apps/angular/node_modules/possible-typed-array-names/index.js diff --git a/ClientApp/node_modules/possible-typed-array-names/package.json b/apps/angular/node_modules/possible-typed-array-names/package.json similarity index 100% rename from ClientApp/node_modules/possible-typed-array-names/package.json rename to apps/angular/node_modules/possible-typed-array-names/package.json diff --git a/ClientApp/node_modules/possible-typed-array-names/test/index.js b/apps/angular/node_modules/possible-typed-array-names/test/index.js similarity index 100% rename from ClientApp/node_modules/possible-typed-array-names/test/index.js rename to apps/angular/node_modules/possible-typed-array-names/test/index.js diff --git a/ClientApp/node_modules/possible-typed-array-names/tsconfig.json b/apps/angular/node_modules/possible-typed-array-names/tsconfig.json similarity index 100% rename from ClientApp/node_modules/possible-typed-array-names/tsconfig.json rename to apps/angular/node_modules/possible-typed-array-names/tsconfig.json diff --git a/ClientApp/node_modules/postcss/LICENSE b/apps/angular/node_modules/postcss/LICENSE similarity index 100% rename from ClientApp/node_modules/postcss/LICENSE rename to apps/angular/node_modules/postcss/LICENSE diff --git a/ClientApp/node_modules/postcss/README.md b/apps/angular/node_modules/postcss/README.md similarity index 100% rename from ClientApp/node_modules/postcss/README.md rename to apps/angular/node_modules/postcss/README.md diff --git a/ClientApp/node_modules/postcss/lib/at-rule.d.ts b/apps/angular/node_modules/postcss/lib/at-rule.d.ts similarity index 100% rename from ClientApp/node_modules/postcss/lib/at-rule.d.ts rename to apps/angular/node_modules/postcss/lib/at-rule.d.ts diff --git a/ClientApp/node_modules/postcss/lib/at-rule.js b/apps/angular/node_modules/postcss/lib/at-rule.js similarity index 100% rename from ClientApp/node_modules/postcss/lib/at-rule.js rename to apps/angular/node_modules/postcss/lib/at-rule.js diff --git a/ClientApp/node_modules/postcss/lib/comment.d.ts b/apps/angular/node_modules/postcss/lib/comment.d.ts similarity index 100% rename from ClientApp/node_modules/postcss/lib/comment.d.ts rename to apps/angular/node_modules/postcss/lib/comment.d.ts diff --git a/ClientApp/node_modules/postcss/lib/comment.js b/apps/angular/node_modules/postcss/lib/comment.js similarity index 100% rename from ClientApp/node_modules/postcss/lib/comment.js rename to apps/angular/node_modules/postcss/lib/comment.js diff --git a/ClientApp/node_modules/postcss/lib/container.d.ts b/apps/angular/node_modules/postcss/lib/container.d.ts similarity index 100% rename from ClientApp/node_modules/postcss/lib/container.d.ts rename to apps/angular/node_modules/postcss/lib/container.d.ts diff --git a/ClientApp/node_modules/postcss/lib/container.js b/apps/angular/node_modules/postcss/lib/container.js similarity index 100% rename from ClientApp/node_modules/postcss/lib/container.js rename to apps/angular/node_modules/postcss/lib/container.js diff --git a/ClientApp/node_modules/postcss/lib/css-syntax-error.d.ts b/apps/angular/node_modules/postcss/lib/css-syntax-error.d.ts similarity index 100% rename from ClientApp/node_modules/postcss/lib/css-syntax-error.d.ts rename to apps/angular/node_modules/postcss/lib/css-syntax-error.d.ts diff --git a/ClientApp/node_modules/postcss/lib/css-syntax-error.js b/apps/angular/node_modules/postcss/lib/css-syntax-error.js similarity index 100% rename from ClientApp/node_modules/postcss/lib/css-syntax-error.js rename to apps/angular/node_modules/postcss/lib/css-syntax-error.js diff --git a/ClientApp/node_modules/postcss/lib/declaration.d.ts b/apps/angular/node_modules/postcss/lib/declaration.d.ts similarity index 100% rename from ClientApp/node_modules/postcss/lib/declaration.d.ts rename to apps/angular/node_modules/postcss/lib/declaration.d.ts diff --git a/ClientApp/node_modules/postcss/lib/declaration.js b/apps/angular/node_modules/postcss/lib/declaration.js similarity index 100% rename from ClientApp/node_modules/postcss/lib/declaration.js rename to apps/angular/node_modules/postcss/lib/declaration.js diff --git a/ClientApp/node_modules/postcss/lib/document.d.ts b/apps/angular/node_modules/postcss/lib/document.d.ts similarity index 100% rename from ClientApp/node_modules/postcss/lib/document.d.ts rename to apps/angular/node_modules/postcss/lib/document.d.ts diff --git a/ClientApp/node_modules/postcss/lib/document.js b/apps/angular/node_modules/postcss/lib/document.js similarity index 100% rename from ClientApp/node_modules/postcss/lib/document.js rename to apps/angular/node_modules/postcss/lib/document.js diff --git a/ClientApp/node_modules/postcss/lib/fromJSON.d.ts b/apps/angular/node_modules/postcss/lib/fromJSON.d.ts similarity index 100% rename from ClientApp/node_modules/postcss/lib/fromJSON.d.ts rename to apps/angular/node_modules/postcss/lib/fromJSON.d.ts diff --git a/ClientApp/node_modules/postcss/lib/fromJSON.js b/apps/angular/node_modules/postcss/lib/fromJSON.js similarity index 100% rename from ClientApp/node_modules/postcss/lib/fromJSON.js rename to apps/angular/node_modules/postcss/lib/fromJSON.js diff --git a/ClientApp/node_modules/postcss/lib/input.d.ts b/apps/angular/node_modules/postcss/lib/input.d.ts similarity index 100% rename from ClientApp/node_modules/postcss/lib/input.d.ts rename to apps/angular/node_modules/postcss/lib/input.d.ts diff --git a/ClientApp/node_modules/postcss/lib/input.js b/apps/angular/node_modules/postcss/lib/input.js similarity index 100% rename from ClientApp/node_modules/postcss/lib/input.js rename to apps/angular/node_modules/postcss/lib/input.js diff --git a/ClientApp/node_modules/postcss/lib/lazy-result.d.ts b/apps/angular/node_modules/postcss/lib/lazy-result.d.ts similarity index 100% rename from ClientApp/node_modules/postcss/lib/lazy-result.d.ts rename to apps/angular/node_modules/postcss/lib/lazy-result.d.ts diff --git a/ClientApp/node_modules/postcss/lib/lazy-result.js b/apps/angular/node_modules/postcss/lib/lazy-result.js similarity index 100% rename from ClientApp/node_modules/postcss/lib/lazy-result.js rename to apps/angular/node_modules/postcss/lib/lazy-result.js diff --git a/ClientApp/node_modules/postcss/lib/list.d.ts b/apps/angular/node_modules/postcss/lib/list.d.ts similarity index 100% rename from ClientApp/node_modules/postcss/lib/list.d.ts rename to apps/angular/node_modules/postcss/lib/list.d.ts diff --git a/ClientApp/node_modules/postcss/lib/list.js b/apps/angular/node_modules/postcss/lib/list.js similarity index 100% rename from ClientApp/node_modules/postcss/lib/list.js rename to apps/angular/node_modules/postcss/lib/list.js diff --git a/ClientApp/node_modules/postcss/lib/map-generator.js b/apps/angular/node_modules/postcss/lib/map-generator.js similarity index 100% rename from ClientApp/node_modules/postcss/lib/map-generator.js rename to apps/angular/node_modules/postcss/lib/map-generator.js diff --git a/ClientApp/node_modules/postcss/lib/no-work-result.d.ts b/apps/angular/node_modules/postcss/lib/no-work-result.d.ts similarity index 100% rename from ClientApp/node_modules/postcss/lib/no-work-result.d.ts rename to apps/angular/node_modules/postcss/lib/no-work-result.d.ts diff --git a/ClientApp/node_modules/postcss/lib/no-work-result.js b/apps/angular/node_modules/postcss/lib/no-work-result.js similarity index 100% rename from ClientApp/node_modules/postcss/lib/no-work-result.js rename to apps/angular/node_modules/postcss/lib/no-work-result.js diff --git a/ClientApp/node_modules/postcss/lib/node.d.ts b/apps/angular/node_modules/postcss/lib/node.d.ts similarity index 100% rename from ClientApp/node_modules/postcss/lib/node.d.ts rename to apps/angular/node_modules/postcss/lib/node.d.ts diff --git a/ClientApp/node_modules/postcss/lib/node.js b/apps/angular/node_modules/postcss/lib/node.js similarity index 100% rename from ClientApp/node_modules/postcss/lib/node.js rename to apps/angular/node_modules/postcss/lib/node.js diff --git a/ClientApp/node_modules/postcss/lib/parse.d.ts b/apps/angular/node_modules/postcss/lib/parse.d.ts similarity index 100% rename from ClientApp/node_modules/postcss/lib/parse.d.ts rename to apps/angular/node_modules/postcss/lib/parse.d.ts diff --git a/ClientApp/node_modules/postcss/lib/parse.js b/apps/angular/node_modules/postcss/lib/parse.js similarity index 100% rename from ClientApp/node_modules/postcss/lib/parse.js rename to apps/angular/node_modules/postcss/lib/parse.js diff --git a/ClientApp/node_modules/postcss/lib/parser.js b/apps/angular/node_modules/postcss/lib/parser.js similarity index 100% rename from ClientApp/node_modules/postcss/lib/parser.js rename to apps/angular/node_modules/postcss/lib/parser.js diff --git a/ClientApp/node_modules/postcss/lib/postcss.d.mts b/apps/angular/node_modules/postcss/lib/postcss.d.mts similarity index 100% rename from ClientApp/node_modules/postcss/lib/postcss.d.mts rename to apps/angular/node_modules/postcss/lib/postcss.d.mts diff --git a/ClientApp/node_modules/postcss/lib/postcss.d.ts b/apps/angular/node_modules/postcss/lib/postcss.d.ts similarity index 100% rename from ClientApp/node_modules/postcss/lib/postcss.d.ts rename to apps/angular/node_modules/postcss/lib/postcss.d.ts diff --git a/ClientApp/node_modules/postcss/lib/postcss.js b/apps/angular/node_modules/postcss/lib/postcss.js similarity index 100% rename from ClientApp/node_modules/postcss/lib/postcss.js rename to apps/angular/node_modules/postcss/lib/postcss.js diff --git a/ClientApp/node_modules/postcss/lib/postcss.mjs b/apps/angular/node_modules/postcss/lib/postcss.mjs similarity index 100% rename from ClientApp/node_modules/postcss/lib/postcss.mjs rename to apps/angular/node_modules/postcss/lib/postcss.mjs diff --git a/ClientApp/node_modules/postcss/lib/previous-map.d.ts b/apps/angular/node_modules/postcss/lib/previous-map.d.ts similarity index 100% rename from ClientApp/node_modules/postcss/lib/previous-map.d.ts rename to apps/angular/node_modules/postcss/lib/previous-map.d.ts diff --git a/ClientApp/node_modules/postcss/lib/previous-map.js b/apps/angular/node_modules/postcss/lib/previous-map.js similarity index 100% rename from ClientApp/node_modules/postcss/lib/previous-map.js rename to apps/angular/node_modules/postcss/lib/previous-map.js diff --git a/ClientApp/node_modules/postcss/lib/processor.d.ts b/apps/angular/node_modules/postcss/lib/processor.d.ts similarity index 100% rename from ClientApp/node_modules/postcss/lib/processor.d.ts rename to apps/angular/node_modules/postcss/lib/processor.d.ts diff --git a/ClientApp/node_modules/postcss/lib/processor.js b/apps/angular/node_modules/postcss/lib/processor.js similarity index 100% rename from ClientApp/node_modules/postcss/lib/processor.js rename to apps/angular/node_modules/postcss/lib/processor.js diff --git a/ClientApp/node_modules/postcss/lib/result.d.ts b/apps/angular/node_modules/postcss/lib/result.d.ts similarity index 100% rename from ClientApp/node_modules/postcss/lib/result.d.ts rename to apps/angular/node_modules/postcss/lib/result.d.ts diff --git a/ClientApp/node_modules/postcss/lib/result.js b/apps/angular/node_modules/postcss/lib/result.js similarity index 100% rename from ClientApp/node_modules/postcss/lib/result.js rename to apps/angular/node_modules/postcss/lib/result.js diff --git a/ClientApp/node_modules/postcss/lib/root.d.ts b/apps/angular/node_modules/postcss/lib/root.d.ts similarity index 100% rename from ClientApp/node_modules/postcss/lib/root.d.ts rename to apps/angular/node_modules/postcss/lib/root.d.ts diff --git a/ClientApp/node_modules/postcss/lib/root.js b/apps/angular/node_modules/postcss/lib/root.js similarity index 100% rename from ClientApp/node_modules/postcss/lib/root.js rename to apps/angular/node_modules/postcss/lib/root.js diff --git a/ClientApp/node_modules/postcss/lib/rule.d.ts b/apps/angular/node_modules/postcss/lib/rule.d.ts similarity index 100% rename from ClientApp/node_modules/postcss/lib/rule.d.ts rename to apps/angular/node_modules/postcss/lib/rule.d.ts diff --git a/ClientApp/node_modules/postcss/lib/rule.js b/apps/angular/node_modules/postcss/lib/rule.js similarity index 100% rename from ClientApp/node_modules/postcss/lib/rule.js rename to apps/angular/node_modules/postcss/lib/rule.js diff --git a/ClientApp/node_modules/postcss/lib/stringifier.d.ts b/apps/angular/node_modules/postcss/lib/stringifier.d.ts similarity index 100% rename from ClientApp/node_modules/postcss/lib/stringifier.d.ts rename to apps/angular/node_modules/postcss/lib/stringifier.d.ts diff --git a/ClientApp/node_modules/postcss/lib/stringifier.js b/apps/angular/node_modules/postcss/lib/stringifier.js similarity index 100% rename from ClientApp/node_modules/postcss/lib/stringifier.js rename to apps/angular/node_modules/postcss/lib/stringifier.js diff --git a/ClientApp/node_modules/postcss/lib/stringify.d.ts b/apps/angular/node_modules/postcss/lib/stringify.d.ts similarity index 100% rename from ClientApp/node_modules/postcss/lib/stringify.d.ts rename to apps/angular/node_modules/postcss/lib/stringify.d.ts diff --git a/ClientApp/node_modules/postcss/lib/stringify.js b/apps/angular/node_modules/postcss/lib/stringify.js similarity index 100% rename from ClientApp/node_modules/postcss/lib/stringify.js rename to apps/angular/node_modules/postcss/lib/stringify.js diff --git a/ClientApp/node_modules/postcss/lib/symbols.js b/apps/angular/node_modules/postcss/lib/symbols.js similarity index 100% rename from ClientApp/node_modules/postcss/lib/symbols.js rename to apps/angular/node_modules/postcss/lib/symbols.js diff --git a/ClientApp/node_modules/postcss/lib/terminal-highlight.js b/apps/angular/node_modules/postcss/lib/terminal-highlight.js similarity index 100% rename from ClientApp/node_modules/postcss/lib/terminal-highlight.js rename to apps/angular/node_modules/postcss/lib/terminal-highlight.js diff --git a/ClientApp/node_modules/postcss/lib/tokenize.js b/apps/angular/node_modules/postcss/lib/tokenize.js similarity index 100% rename from ClientApp/node_modules/postcss/lib/tokenize.js rename to apps/angular/node_modules/postcss/lib/tokenize.js diff --git a/ClientApp/node_modules/postcss/lib/warn-once.js b/apps/angular/node_modules/postcss/lib/warn-once.js similarity index 100% rename from ClientApp/node_modules/postcss/lib/warn-once.js rename to apps/angular/node_modules/postcss/lib/warn-once.js diff --git a/ClientApp/node_modules/postcss/lib/warning.d.ts b/apps/angular/node_modules/postcss/lib/warning.d.ts similarity index 100% rename from ClientApp/node_modules/postcss/lib/warning.d.ts rename to apps/angular/node_modules/postcss/lib/warning.d.ts diff --git a/ClientApp/node_modules/postcss/lib/warning.js b/apps/angular/node_modules/postcss/lib/warning.js similarity index 100% rename from ClientApp/node_modules/postcss/lib/warning.js rename to apps/angular/node_modules/postcss/lib/warning.js diff --git a/ClientApp/node_modules/postcss/package.json b/apps/angular/node_modules/postcss/package.json similarity index 100% rename from ClientApp/node_modules/postcss/package.json rename to apps/angular/node_modules/postcss/package.json diff --git a/ClientApp/node_modules/prelude-ls/CHANGELOG.md b/apps/angular/node_modules/prelude-ls/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/prelude-ls/CHANGELOG.md rename to apps/angular/node_modules/prelude-ls/CHANGELOG.md diff --git a/ClientApp/node_modules/prelude-ls/LICENSE b/apps/angular/node_modules/prelude-ls/LICENSE similarity index 100% rename from ClientApp/node_modules/prelude-ls/LICENSE rename to apps/angular/node_modules/prelude-ls/LICENSE diff --git a/ClientApp/node_modules/prelude-ls/README.md b/apps/angular/node_modules/prelude-ls/README.md similarity index 100% rename from ClientApp/node_modules/prelude-ls/README.md rename to apps/angular/node_modules/prelude-ls/README.md diff --git a/ClientApp/node_modules/prelude-ls/lib/Func.js b/apps/angular/node_modules/prelude-ls/lib/Func.js similarity index 100% rename from ClientApp/node_modules/prelude-ls/lib/Func.js rename to apps/angular/node_modules/prelude-ls/lib/Func.js diff --git a/ClientApp/node_modules/prelude-ls/lib/List.js b/apps/angular/node_modules/prelude-ls/lib/List.js similarity index 100% rename from ClientApp/node_modules/prelude-ls/lib/List.js rename to apps/angular/node_modules/prelude-ls/lib/List.js diff --git a/ClientApp/node_modules/prelude-ls/lib/Num.js b/apps/angular/node_modules/prelude-ls/lib/Num.js similarity index 100% rename from ClientApp/node_modules/prelude-ls/lib/Num.js rename to apps/angular/node_modules/prelude-ls/lib/Num.js diff --git a/ClientApp/node_modules/prelude-ls/lib/Obj.js b/apps/angular/node_modules/prelude-ls/lib/Obj.js similarity index 100% rename from ClientApp/node_modules/prelude-ls/lib/Obj.js rename to apps/angular/node_modules/prelude-ls/lib/Obj.js diff --git a/ClientApp/node_modules/prelude-ls/lib/Str.js b/apps/angular/node_modules/prelude-ls/lib/Str.js similarity index 100% rename from ClientApp/node_modules/prelude-ls/lib/Str.js rename to apps/angular/node_modules/prelude-ls/lib/Str.js diff --git a/ClientApp/node_modules/prelude-ls/lib/index.js b/apps/angular/node_modules/prelude-ls/lib/index.js similarity index 100% rename from ClientApp/node_modules/prelude-ls/lib/index.js rename to apps/angular/node_modules/prelude-ls/lib/index.js diff --git a/ClientApp/node_modules/prelude-ls/package.json b/apps/angular/node_modules/prelude-ls/package.json similarity index 100% rename from ClientApp/node_modules/prelude-ls/package.json rename to apps/angular/node_modules/prelude-ls/package.json diff --git a/ClientApp/node_modules/prettier-plugin-organize-imports/index.js b/apps/angular/node_modules/prettier-plugin-organize-imports/index.js similarity index 100% rename from ClientApp/node_modules/prettier-plugin-organize-imports/index.js rename to apps/angular/node_modules/prettier-plugin-organize-imports/index.js diff --git a/ClientApp/node_modules/prettier-plugin-organize-imports/lib/apply-text-changes.js b/apps/angular/node_modules/prettier-plugin-organize-imports/lib/apply-text-changes.js similarity index 100% rename from ClientApp/node_modules/prettier-plugin-organize-imports/lib/apply-text-changes.js rename to apps/angular/node_modules/prettier-plugin-organize-imports/lib/apply-text-changes.js diff --git a/ClientApp/node_modules/prettier-plugin-organize-imports/lib/find-tsconfig.js b/apps/angular/node_modules/prettier-plugin-organize-imports/lib/find-tsconfig.js similarity index 100% rename from ClientApp/node_modules/prettier-plugin-organize-imports/lib/find-tsconfig.js rename to apps/angular/node_modules/prettier-plugin-organize-imports/lib/find-tsconfig.js diff --git a/ClientApp/node_modules/prettier-plugin-organize-imports/lib/get-compiler-options.js b/apps/angular/node_modules/prettier-plugin-organize-imports/lib/get-compiler-options.js similarity index 100% rename from ClientApp/node_modules/prettier-plugin-organize-imports/lib/get-compiler-options.js rename to apps/angular/node_modules/prettier-plugin-organize-imports/lib/get-compiler-options.js diff --git a/ClientApp/node_modules/prettier-plugin-organize-imports/lib/get-language-service.js b/apps/angular/node_modules/prettier-plugin-organize-imports/lib/get-language-service.js similarity index 100% rename from ClientApp/node_modules/prettier-plugin-organize-imports/lib/get-language-service.js rename to apps/angular/node_modules/prettier-plugin-organize-imports/lib/get-language-service.js diff --git a/ClientApp/node_modules/prettier-plugin-organize-imports/lib/memoize.js b/apps/angular/node_modules/prettier-plugin-organize-imports/lib/memoize.js similarity index 100% rename from ClientApp/node_modules/prettier-plugin-organize-imports/lib/memoize.js rename to apps/angular/node_modules/prettier-plugin-organize-imports/lib/memoize.js diff --git a/ClientApp/node_modules/prettier-plugin-organize-imports/lib/organize.js b/apps/angular/node_modules/prettier-plugin-organize-imports/lib/organize.js similarity index 100% rename from ClientApp/node_modules/prettier-plugin-organize-imports/lib/organize.js rename to apps/angular/node_modules/prettier-plugin-organize-imports/lib/organize.js diff --git a/ClientApp/node_modules/prettier-plugin-organize-imports/lib/service-host.js b/apps/angular/node_modules/prettier-plugin-organize-imports/lib/service-host.js similarity index 100% rename from ClientApp/node_modules/prettier-plugin-organize-imports/lib/service-host.js rename to apps/angular/node_modules/prettier-plugin-organize-imports/lib/service-host.js diff --git a/ClientApp/node_modules/prettier-plugin-organize-imports/license b/apps/angular/node_modules/prettier-plugin-organize-imports/license similarity index 100% rename from ClientApp/node_modules/prettier-plugin-organize-imports/license rename to apps/angular/node_modules/prettier-plugin-organize-imports/license diff --git a/ClientApp/node_modules/prettier-plugin-organize-imports/package.json b/apps/angular/node_modules/prettier-plugin-organize-imports/package.json similarity index 100% rename from ClientApp/node_modules/prettier-plugin-organize-imports/package.json rename to apps/angular/node_modules/prettier-plugin-organize-imports/package.json diff --git a/ClientApp/node_modules/prettier-plugin-organize-imports/prettier.d.ts b/apps/angular/node_modules/prettier-plugin-organize-imports/prettier.d.ts similarity index 100% rename from ClientApp/node_modules/prettier-plugin-organize-imports/prettier.d.ts rename to apps/angular/node_modules/prettier-plugin-organize-imports/prettier.d.ts diff --git a/ClientApp/node_modules/prettier-plugin-organize-imports/readme.md b/apps/angular/node_modules/prettier-plugin-organize-imports/readme.md similarity index 100% rename from ClientApp/node_modules/prettier-plugin-organize-imports/readme.md rename to apps/angular/node_modules/prettier-plugin-organize-imports/readme.md diff --git a/ClientApp/node_modules/prettier-plugin-sort-imports/README.md b/apps/angular/node_modules/prettier-plugin-sort-imports/README.md similarity index 100% rename from ClientApp/node_modules/prettier-plugin-sort-imports/README.md rename to apps/angular/node_modules/prettier-plugin-sort-imports/README.md diff --git a/ClientApp/node_modules/prettier-plugin-sort-imports/dist/index.2.js b/apps/angular/node_modules/prettier-plugin-sort-imports/dist/index.2.js similarity index 100% rename from ClientApp/node_modules/prettier-plugin-sort-imports/dist/index.2.js rename to apps/angular/node_modules/prettier-plugin-sort-imports/dist/index.2.js diff --git a/ClientApp/node_modules/prettier-plugin-sort-imports/dist/index.3.js b/apps/angular/node_modules/prettier-plugin-sort-imports/dist/index.3.js similarity index 100% rename from ClientApp/node_modules/prettier-plugin-sort-imports/dist/index.3.js rename to apps/angular/node_modules/prettier-plugin-sort-imports/dist/index.3.js diff --git a/ClientApp/node_modules/prettier-plugin-sort-imports/dist/index.js b/apps/angular/node_modules/prettier-plugin-sort-imports/dist/index.js similarity index 100% rename from ClientApp/node_modules/prettier-plugin-sort-imports/dist/index.js rename to apps/angular/node_modules/prettier-plugin-sort-imports/dist/index.js diff --git a/ClientApp/node_modules/prettier-plugin-sort-imports/package.json b/apps/angular/node_modules/prettier-plugin-sort-imports/package.json similarity index 100% rename from ClientApp/node_modules/prettier-plugin-sort-imports/package.json rename to apps/angular/node_modules/prettier-plugin-sort-imports/package.json diff --git a/ClientApp/node_modules/prettier/LICENSE b/apps/angular/node_modules/prettier/LICENSE similarity index 100% rename from ClientApp/node_modules/prettier/LICENSE rename to apps/angular/node_modules/prettier/LICENSE diff --git a/ClientApp/node_modules/prettier/README.md b/apps/angular/node_modules/prettier/README.md similarity index 100% rename from ClientApp/node_modules/prettier/README.md rename to apps/angular/node_modules/prettier/README.md diff --git a/ClientApp/node_modules/prettier/THIRD-PARTY-NOTICES.md b/apps/angular/node_modules/prettier/THIRD-PARTY-NOTICES.md similarity index 100% rename from ClientApp/node_modules/prettier/THIRD-PARTY-NOTICES.md rename to apps/angular/node_modules/prettier/THIRD-PARTY-NOTICES.md diff --git a/ClientApp/node_modules/prettier/bin/prettier.cjs b/apps/angular/node_modules/prettier/bin/prettier.cjs similarity index 100% rename from ClientApp/node_modules/prettier/bin/prettier.cjs rename to apps/angular/node_modules/prettier/bin/prettier.cjs diff --git a/ClientApp/node_modules/prettier/doc.d.ts b/apps/angular/node_modules/prettier/doc.d.ts similarity index 100% rename from ClientApp/node_modules/prettier/doc.d.ts rename to apps/angular/node_modules/prettier/doc.d.ts diff --git a/ClientApp/node_modules/prettier/doc.js b/apps/angular/node_modules/prettier/doc.js similarity index 100% rename from ClientApp/node_modules/prettier/doc.js rename to apps/angular/node_modules/prettier/doc.js diff --git a/ClientApp/node_modules/prettier/doc.mjs b/apps/angular/node_modules/prettier/doc.mjs similarity index 100% rename from ClientApp/node_modules/prettier/doc.mjs rename to apps/angular/node_modules/prettier/doc.mjs diff --git a/ClientApp/node_modules/prettier/index.cjs b/apps/angular/node_modules/prettier/index.cjs similarity index 100% rename from ClientApp/node_modules/prettier/index.cjs rename to apps/angular/node_modules/prettier/index.cjs diff --git a/ClientApp/node_modules/prettier/index.d.ts b/apps/angular/node_modules/prettier/index.d.ts similarity index 100% rename from ClientApp/node_modules/prettier/index.d.ts rename to apps/angular/node_modules/prettier/index.d.ts diff --git a/ClientApp/node_modules/prettier/index.mjs b/apps/angular/node_modules/prettier/index.mjs similarity index 100% rename from ClientApp/node_modules/prettier/index.mjs rename to apps/angular/node_modules/prettier/index.mjs diff --git a/ClientApp/node_modules/prettier/internal/experimental-cli-worker.mjs b/apps/angular/node_modules/prettier/internal/experimental-cli-worker.mjs similarity index 100% rename from ClientApp/node_modules/prettier/internal/experimental-cli-worker.mjs rename to apps/angular/node_modules/prettier/internal/experimental-cli-worker.mjs diff --git a/ClientApp/node_modules/prettier/internal/experimental-cli.mjs b/apps/angular/node_modules/prettier/internal/experimental-cli.mjs similarity index 100% rename from ClientApp/node_modules/prettier/internal/experimental-cli.mjs rename to apps/angular/node_modules/prettier/internal/experimental-cli.mjs diff --git a/ClientApp/node_modules/prettier/internal/legacy-cli.mjs b/apps/angular/node_modules/prettier/internal/legacy-cli.mjs similarity index 100% rename from ClientApp/node_modules/prettier/internal/legacy-cli.mjs rename to apps/angular/node_modules/prettier/internal/legacy-cli.mjs diff --git a/ClientApp/node_modules/prettier/package.json b/apps/angular/node_modules/prettier/package.json similarity index 100% rename from ClientApp/node_modules/prettier/package.json rename to apps/angular/node_modules/prettier/package.json diff --git a/ClientApp/node_modules/prettier/plugins/acorn.d.ts b/apps/angular/node_modules/prettier/plugins/acorn.d.ts similarity index 100% rename from ClientApp/node_modules/prettier/plugins/acorn.d.ts rename to apps/angular/node_modules/prettier/plugins/acorn.d.ts diff --git a/ClientApp/node_modules/prettier/plugins/acorn.js b/apps/angular/node_modules/prettier/plugins/acorn.js similarity index 100% rename from ClientApp/node_modules/prettier/plugins/acorn.js rename to apps/angular/node_modules/prettier/plugins/acorn.js diff --git a/ClientApp/node_modules/prettier/plugins/acorn.mjs b/apps/angular/node_modules/prettier/plugins/acorn.mjs similarity index 100% rename from ClientApp/node_modules/prettier/plugins/acorn.mjs rename to apps/angular/node_modules/prettier/plugins/acorn.mjs diff --git a/ClientApp/node_modules/prettier/plugins/angular.d.ts b/apps/angular/node_modules/prettier/plugins/angular.d.ts similarity index 100% rename from ClientApp/node_modules/prettier/plugins/angular.d.ts rename to apps/angular/node_modules/prettier/plugins/angular.d.ts diff --git a/ClientApp/node_modules/prettier/plugins/angular.js b/apps/angular/node_modules/prettier/plugins/angular.js similarity index 100% rename from ClientApp/node_modules/prettier/plugins/angular.js rename to apps/angular/node_modules/prettier/plugins/angular.js diff --git a/ClientApp/node_modules/prettier/plugins/angular.mjs b/apps/angular/node_modules/prettier/plugins/angular.mjs similarity index 100% rename from ClientApp/node_modules/prettier/plugins/angular.mjs rename to apps/angular/node_modules/prettier/plugins/angular.mjs diff --git a/ClientApp/node_modules/prettier/plugins/babel.d.ts b/apps/angular/node_modules/prettier/plugins/babel.d.ts similarity index 100% rename from ClientApp/node_modules/prettier/plugins/babel.d.ts rename to apps/angular/node_modules/prettier/plugins/babel.d.ts diff --git a/ClientApp/node_modules/prettier/plugins/babel.js b/apps/angular/node_modules/prettier/plugins/babel.js similarity index 100% rename from ClientApp/node_modules/prettier/plugins/babel.js rename to apps/angular/node_modules/prettier/plugins/babel.js diff --git a/ClientApp/node_modules/prettier/plugins/babel.mjs b/apps/angular/node_modules/prettier/plugins/babel.mjs similarity index 100% rename from ClientApp/node_modules/prettier/plugins/babel.mjs rename to apps/angular/node_modules/prettier/plugins/babel.mjs diff --git a/ClientApp/node_modules/prettier/plugins/estree.d.ts b/apps/angular/node_modules/prettier/plugins/estree.d.ts similarity index 100% rename from ClientApp/node_modules/prettier/plugins/estree.d.ts rename to apps/angular/node_modules/prettier/plugins/estree.d.ts diff --git a/ClientApp/node_modules/prettier/plugins/estree.js b/apps/angular/node_modules/prettier/plugins/estree.js similarity index 100% rename from ClientApp/node_modules/prettier/plugins/estree.js rename to apps/angular/node_modules/prettier/plugins/estree.js diff --git a/ClientApp/node_modules/prettier/plugins/estree.mjs b/apps/angular/node_modules/prettier/plugins/estree.mjs similarity index 100% rename from ClientApp/node_modules/prettier/plugins/estree.mjs rename to apps/angular/node_modules/prettier/plugins/estree.mjs diff --git a/ClientApp/node_modules/prettier/plugins/flow.d.ts b/apps/angular/node_modules/prettier/plugins/flow.d.ts similarity index 100% rename from ClientApp/node_modules/prettier/plugins/flow.d.ts rename to apps/angular/node_modules/prettier/plugins/flow.d.ts diff --git a/ClientApp/node_modules/prettier/plugins/flow.js b/apps/angular/node_modules/prettier/plugins/flow.js similarity index 100% rename from ClientApp/node_modules/prettier/plugins/flow.js rename to apps/angular/node_modules/prettier/plugins/flow.js diff --git a/ClientApp/node_modules/prettier/plugins/flow.mjs b/apps/angular/node_modules/prettier/plugins/flow.mjs similarity index 100% rename from ClientApp/node_modules/prettier/plugins/flow.mjs rename to apps/angular/node_modules/prettier/plugins/flow.mjs diff --git a/ClientApp/node_modules/prettier/plugins/glimmer.d.ts b/apps/angular/node_modules/prettier/plugins/glimmer.d.ts similarity index 100% rename from ClientApp/node_modules/prettier/plugins/glimmer.d.ts rename to apps/angular/node_modules/prettier/plugins/glimmer.d.ts diff --git a/ClientApp/node_modules/prettier/plugins/glimmer.js b/apps/angular/node_modules/prettier/plugins/glimmer.js similarity index 100% rename from ClientApp/node_modules/prettier/plugins/glimmer.js rename to apps/angular/node_modules/prettier/plugins/glimmer.js diff --git a/ClientApp/node_modules/prettier/plugins/glimmer.mjs b/apps/angular/node_modules/prettier/plugins/glimmer.mjs similarity index 100% rename from ClientApp/node_modules/prettier/plugins/glimmer.mjs rename to apps/angular/node_modules/prettier/plugins/glimmer.mjs diff --git a/ClientApp/node_modules/prettier/plugins/graphql.d.ts b/apps/angular/node_modules/prettier/plugins/graphql.d.ts similarity index 100% rename from ClientApp/node_modules/prettier/plugins/graphql.d.ts rename to apps/angular/node_modules/prettier/plugins/graphql.d.ts diff --git a/ClientApp/node_modules/prettier/plugins/graphql.js b/apps/angular/node_modules/prettier/plugins/graphql.js similarity index 100% rename from ClientApp/node_modules/prettier/plugins/graphql.js rename to apps/angular/node_modules/prettier/plugins/graphql.js diff --git a/ClientApp/node_modules/prettier/plugins/graphql.mjs b/apps/angular/node_modules/prettier/plugins/graphql.mjs similarity index 100% rename from ClientApp/node_modules/prettier/plugins/graphql.mjs rename to apps/angular/node_modules/prettier/plugins/graphql.mjs diff --git a/ClientApp/node_modules/prettier/plugins/html.d.ts b/apps/angular/node_modules/prettier/plugins/html.d.ts similarity index 100% rename from ClientApp/node_modules/prettier/plugins/html.d.ts rename to apps/angular/node_modules/prettier/plugins/html.d.ts diff --git a/ClientApp/node_modules/prettier/plugins/html.js b/apps/angular/node_modules/prettier/plugins/html.js similarity index 100% rename from ClientApp/node_modules/prettier/plugins/html.js rename to apps/angular/node_modules/prettier/plugins/html.js diff --git a/ClientApp/node_modules/prettier/plugins/html.mjs b/apps/angular/node_modules/prettier/plugins/html.mjs similarity index 100% rename from ClientApp/node_modules/prettier/plugins/html.mjs rename to apps/angular/node_modules/prettier/plugins/html.mjs diff --git a/ClientApp/node_modules/prettier/plugins/markdown.d.ts b/apps/angular/node_modules/prettier/plugins/markdown.d.ts similarity index 100% rename from ClientApp/node_modules/prettier/plugins/markdown.d.ts rename to apps/angular/node_modules/prettier/plugins/markdown.d.ts diff --git a/ClientApp/node_modules/prettier/plugins/markdown.js b/apps/angular/node_modules/prettier/plugins/markdown.js similarity index 100% rename from ClientApp/node_modules/prettier/plugins/markdown.js rename to apps/angular/node_modules/prettier/plugins/markdown.js diff --git a/ClientApp/node_modules/prettier/plugins/markdown.mjs b/apps/angular/node_modules/prettier/plugins/markdown.mjs similarity index 100% rename from ClientApp/node_modules/prettier/plugins/markdown.mjs rename to apps/angular/node_modules/prettier/plugins/markdown.mjs diff --git a/ClientApp/node_modules/prettier/plugins/meriyah.d.ts b/apps/angular/node_modules/prettier/plugins/meriyah.d.ts similarity index 100% rename from ClientApp/node_modules/prettier/plugins/meriyah.d.ts rename to apps/angular/node_modules/prettier/plugins/meriyah.d.ts diff --git a/ClientApp/node_modules/prettier/plugins/meriyah.js b/apps/angular/node_modules/prettier/plugins/meriyah.js similarity index 100% rename from ClientApp/node_modules/prettier/plugins/meriyah.js rename to apps/angular/node_modules/prettier/plugins/meriyah.js diff --git a/ClientApp/node_modules/prettier/plugins/meriyah.mjs b/apps/angular/node_modules/prettier/plugins/meriyah.mjs similarity index 100% rename from ClientApp/node_modules/prettier/plugins/meriyah.mjs rename to apps/angular/node_modules/prettier/plugins/meriyah.mjs diff --git a/ClientApp/node_modules/prettier/plugins/postcss.d.ts b/apps/angular/node_modules/prettier/plugins/postcss.d.ts similarity index 100% rename from ClientApp/node_modules/prettier/plugins/postcss.d.ts rename to apps/angular/node_modules/prettier/plugins/postcss.d.ts diff --git a/ClientApp/node_modules/prettier/plugins/postcss.js b/apps/angular/node_modules/prettier/plugins/postcss.js similarity index 100% rename from ClientApp/node_modules/prettier/plugins/postcss.js rename to apps/angular/node_modules/prettier/plugins/postcss.js diff --git a/ClientApp/node_modules/prettier/plugins/postcss.mjs b/apps/angular/node_modules/prettier/plugins/postcss.mjs similarity index 100% rename from ClientApp/node_modules/prettier/plugins/postcss.mjs rename to apps/angular/node_modules/prettier/plugins/postcss.mjs diff --git a/ClientApp/node_modules/prettier/plugins/typescript.d.ts b/apps/angular/node_modules/prettier/plugins/typescript.d.ts similarity index 100% rename from ClientApp/node_modules/prettier/plugins/typescript.d.ts rename to apps/angular/node_modules/prettier/plugins/typescript.d.ts diff --git a/ClientApp/node_modules/prettier/plugins/typescript.js b/apps/angular/node_modules/prettier/plugins/typescript.js similarity index 100% rename from ClientApp/node_modules/prettier/plugins/typescript.js rename to apps/angular/node_modules/prettier/plugins/typescript.js diff --git a/ClientApp/node_modules/prettier/plugins/typescript.mjs b/apps/angular/node_modules/prettier/plugins/typescript.mjs similarity index 100% rename from ClientApp/node_modules/prettier/plugins/typescript.mjs rename to apps/angular/node_modules/prettier/plugins/typescript.mjs diff --git a/ClientApp/node_modules/prettier/plugins/yaml.d.ts b/apps/angular/node_modules/prettier/plugins/yaml.d.ts similarity index 100% rename from ClientApp/node_modules/prettier/plugins/yaml.d.ts rename to apps/angular/node_modules/prettier/plugins/yaml.d.ts diff --git a/ClientApp/node_modules/prettier/plugins/yaml.js b/apps/angular/node_modules/prettier/plugins/yaml.js similarity index 100% rename from ClientApp/node_modules/prettier/plugins/yaml.js rename to apps/angular/node_modules/prettier/plugins/yaml.js diff --git a/ClientApp/node_modules/prettier/plugins/yaml.mjs b/apps/angular/node_modules/prettier/plugins/yaml.mjs similarity index 100% rename from ClientApp/node_modules/prettier/plugins/yaml.mjs rename to apps/angular/node_modules/prettier/plugins/yaml.mjs diff --git a/ClientApp/node_modules/prettier/standalone.d.ts b/apps/angular/node_modules/prettier/standalone.d.ts similarity index 100% rename from ClientApp/node_modules/prettier/standalone.d.ts rename to apps/angular/node_modules/prettier/standalone.d.ts diff --git a/ClientApp/node_modules/prettier/standalone.js b/apps/angular/node_modules/prettier/standalone.js similarity index 100% rename from ClientApp/node_modules/prettier/standalone.js rename to apps/angular/node_modules/prettier/standalone.js diff --git a/ClientApp/node_modules/prettier/standalone.mjs b/apps/angular/node_modules/prettier/standalone.mjs similarity index 100% rename from ClientApp/node_modules/prettier/standalone.mjs rename to apps/angular/node_modules/prettier/standalone.mjs diff --git a/ClientApp/node_modules/pretty-bytes/index.d.ts b/apps/angular/node_modules/pretty-bytes/index.d.ts similarity index 100% rename from ClientApp/node_modules/pretty-bytes/index.d.ts rename to apps/angular/node_modules/pretty-bytes/index.d.ts diff --git a/ClientApp/node_modules/pretty-bytes/index.js b/apps/angular/node_modules/pretty-bytes/index.js similarity index 100% rename from ClientApp/node_modules/pretty-bytes/index.js rename to apps/angular/node_modules/pretty-bytes/index.js diff --git a/ClientApp/node_modules/pretty-bytes/license b/apps/angular/node_modules/pretty-bytes/license similarity index 100% rename from ClientApp/node_modules/pretty-bytes/license rename to apps/angular/node_modules/pretty-bytes/license diff --git a/ClientApp/node_modules/pretty-bytes/package.json b/apps/angular/node_modules/pretty-bytes/package.json similarity index 100% rename from ClientApp/node_modules/pretty-bytes/package.json rename to apps/angular/node_modules/pretty-bytes/package.json diff --git a/ClientApp/node_modules/pretty-bytes/readme.md b/apps/angular/node_modules/pretty-bytes/readme.md similarity index 100% rename from ClientApp/node_modules/pretty-bytes/readme.md rename to apps/angular/node_modules/pretty-bytes/readme.md diff --git a/ClientApp/node_modules/pretty-format/LICENSE b/apps/angular/node_modules/pretty-format/LICENSE similarity index 100% rename from ClientApp/node_modules/pretty-format/LICENSE rename to apps/angular/node_modules/pretty-format/LICENSE diff --git a/ClientApp/node_modules/pretty-format/README.md b/apps/angular/node_modules/pretty-format/README.md similarity index 100% rename from ClientApp/node_modules/pretty-format/README.md rename to apps/angular/node_modules/pretty-format/README.md diff --git a/ClientApp/node_modules/pretty-format/build/collections.d.ts b/apps/angular/node_modules/pretty-format/build/collections.d.ts similarity index 100% rename from ClientApp/node_modules/pretty-format/build/collections.d.ts rename to apps/angular/node_modules/pretty-format/build/collections.d.ts diff --git a/ClientApp/node_modules/pretty-format/build/collections.js b/apps/angular/node_modules/pretty-format/build/collections.js similarity index 100% rename from ClientApp/node_modules/pretty-format/build/collections.js rename to apps/angular/node_modules/pretty-format/build/collections.js diff --git a/ClientApp/node_modules/pretty-format/build/index.d.ts b/apps/angular/node_modules/pretty-format/build/index.d.ts similarity index 100% rename from ClientApp/node_modules/pretty-format/build/index.d.ts rename to apps/angular/node_modules/pretty-format/build/index.d.ts diff --git a/ClientApp/node_modules/pretty-format/build/index.js b/apps/angular/node_modules/pretty-format/build/index.js similarity index 100% rename from ClientApp/node_modules/pretty-format/build/index.js rename to apps/angular/node_modules/pretty-format/build/index.js diff --git a/ClientApp/node_modules/pretty-format/build/plugins/AsymmetricMatcher.d.ts b/apps/angular/node_modules/pretty-format/build/plugins/AsymmetricMatcher.d.ts similarity index 100% rename from ClientApp/node_modules/pretty-format/build/plugins/AsymmetricMatcher.d.ts rename to apps/angular/node_modules/pretty-format/build/plugins/AsymmetricMatcher.d.ts diff --git a/ClientApp/node_modules/pretty-format/build/plugins/AsymmetricMatcher.js b/apps/angular/node_modules/pretty-format/build/plugins/AsymmetricMatcher.js similarity index 100% rename from ClientApp/node_modules/pretty-format/build/plugins/AsymmetricMatcher.js rename to apps/angular/node_modules/pretty-format/build/plugins/AsymmetricMatcher.js diff --git a/ClientApp/node_modules/pretty-format/build/plugins/ConvertAnsi.d.ts b/apps/angular/node_modules/pretty-format/build/plugins/ConvertAnsi.d.ts similarity index 100% rename from ClientApp/node_modules/pretty-format/build/plugins/ConvertAnsi.d.ts rename to apps/angular/node_modules/pretty-format/build/plugins/ConvertAnsi.d.ts diff --git a/ClientApp/node_modules/pretty-format/build/plugins/ConvertAnsi.js b/apps/angular/node_modules/pretty-format/build/plugins/ConvertAnsi.js similarity index 100% rename from ClientApp/node_modules/pretty-format/build/plugins/ConvertAnsi.js rename to apps/angular/node_modules/pretty-format/build/plugins/ConvertAnsi.js diff --git a/ClientApp/node_modules/pretty-format/build/plugins/DOMCollection.d.ts b/apps/angular/node_modules/pretty-format/build/plugins/DOMCollection.d.ts similarity index 100% rename from ClientApp/node_modules/pretty-format/build/plugins/DOMCollection.d.ts rename to apps/angular/node_modules/pretty-format/build/plugins/DOMCollection.d.ts diff --git a/ClientApp/node_modules/pretty-format/build/plugins/DOMCollection.js b/apps/angular/node_modules/pretty-format/build/plugins/DOMCollection.js similarity index 100% rename from ClientApp/node_modules/pretty-format/build/plugins/DOMCollection.js rename to apps/angular/node_modules/pretty-format/build/plugins/DOMCollection.js diff --git a/ClientApp/node_modules/pretty-format/build/plugins/DOMElement.d.ts b/apps/angular/node_modules/pretty-format/build/plugins/DOMElement.d.ts similarity index 100% rename from ClientApp/node_modules/pretty-format/build/plugins/DOMElement.d.ts rename to apps/angular/node_modules/pretty-format/build/plugins/DOMElement.d.ts diff --git a/ClientApp/node_modules/pretty-format/build/plugins/DOMElement.js b/apps/angular/node_modules/pretty-format/build/plugins/DOMElement.js similarity index 100% rename from ClientApp/node_modules/pretty-format/build/plugins/DOMElement.js rename to apps/angular/node_modules/pretty-format/build/plugins/DOMElement.js diff --git a/ClientApp/node_modules/pretty-format/build/plugins/Immutable.d.ts b/apps/angular/node_modules/pretty-format/build/plugins/Immutable.d.ts similarity index 100% rename from ClientApp/node_modules/pretty-format/build/plugins/Immutable.d.ts rename to apps/angular/node_modules/pretty-format/build/plugins/Immutable.d.ts diff --git a/ClientApp/node_modules/pretty-format/build/plugins/Immutable.js b/apps/angular/node_modules/pretty-format/build/plugins/Immutable.js similarity index 100% rename from ClientApp/node_modules/pretty-format/build/plugins/Immutable.js rename to apps/angular/node_modules/pretty-format/build/plugins/Immutable.js diff --git a/ClientApp/node_modules/pretty-format/build/plugins/ReactElement.d.ts b/apps/angular/node_modules/pretty-format/build/plugins/ReactElement.d.ts similarity index 100% rename from ClientApp/node_modules/pretty-format/build/plugins/ReactElement.d.ts rename to apps/angular/node_modules/pretty-format/build/plugins/ReactElement.d.ts diff --git a/ClientApp/node_modules/pretty-format/build/plugins/ReactElement.js b/apps/angular/node_modules/pretty-format/build/plugins/ReactElement.js similarity index 100% rename from ClientApp/node_modules/pretty-format/build/plugins/ReactElement.js rename to apps/angular/node_modules/pretty-format/build/plugins/ReactElement.js diff --git a/ClientApp/node_modules/pretty-format/build/plugins/ReactTestComponent.d.ts b/apps/angular/node_modules/pretty-format/build/plugins/ReactTestComponent.d.ts similarity index 100% rename from ClientApp/node_modules/pretty-format/build/plugins/ReactTestComponent.d.ts rename to apps/angular/node_modules/pretty-format/build/plugins/ReactTestComponent.d.ts diff --git a/ClientApp/node_modules/pretty-format/build/plugins/ReactTestComponent.js b/apps/angular/node_modules/pretty-format/build/plugins/ReactTestComponent.js similarity index 100% rename from ClientApp/node_modules/pretty-format/build/plugins/ReactTestComponent.js rename to apps/angular/node_modules/pretty-format/build/plugins/ReactTestComponent.js diff --git a/ClientApp/node_modules/pretty-format/build/plugins/lib/escapeHTML.d.ts b/apps/angular/node_modules/pretty-format/build/plugins/lib/escapeHTML.d.ts similarity index 100% rename from ClientApp/node_modules/pretty-format/build/plugins/lib/escapeHTML.d.ts rename to apps/angular/node_modules/pretty-format/build/plugins/lib/escapeHTML.d.ts diff --git a/ClientApp/node_modules/pretty-format/build/plugins/lib/escapeHTML.js b/apps/angular/node_modules/pretty-format/build/plugins/lib/escapeHTML.js similarity index 100% rename from ClientApp/node_modules/pretty-format/build/plugins/lib/escapeHTML.js rename to apps/angular/node_modules/pretty-format/build/plugins/lib/escapeHTML.js diff --git a/ClientApp/node_modules/pretty-format/build/plugins/lib/markup.d.ts b/apps/angular/node_modules/pretty-format/build/plugins/lib/markup.d.ts similarity index 100% rename from ClientApp/node_modules/pretty-format/build/plugins/lib/markup.d.ts rename to apps/angular/node_modules/pretty-format/build/plugins/lib/markup.d.ts diff --git a/ClientApp/node_modules/pretty-format/build/plugins/lib/markup.js b/apps/angular/node_modules/pretty-format/build/plugins/lib/markup.js similarity index 100% rename from ClientApp/node_modules/pretty-format/build/plugins/lib/markup.js rename to apps/angular/node_modules/pretty-format/build/plugins/lib/markup.js diff --git a/ClientApp/node_modules/pretty-format/build/types.d.ts b/apps/angular/node_modules/pretty-format/build/types.d.ts similarity index 100% rename from ClientApp/node_modules/pretty-format/build/types.d.ts rename to apps/angular/node_modules/pretty-format/build/types.d.ts diff --git a/ClientApp/node_modules/pretty-format/build/types.js b/apps/angular/node_modules/pretty-format/build/types.js similarity index 100% rename from ClientApp/node_modules/pretty-format/build/types.js rename to apps/angular/node_modules/pretty-format/build/types.js diff --git a/ClientApp/node_modules/pretty-format/node_modules/ansi-styles/index.d.ts b/apps/angular/node_modules/pretty-format/node_modules/ansi-styles/index.d.ts similarity index 100% rename from ClientApp/node_modules/pretty-format/node_modules/ansi-styles/index.d.ts rename to apps/angular/node_modules/pretty-format/node_modules/ansi-styles/index.d.ts diff --git a/ClientApp/node_modules/pretty-format/node_modules/ansi-styles/index.js b/apps/angular/node_modules/pretty-format/node_modules/ansi-styles/index.js similarity index 100% rename from ClientApp/node_modules/pretty-format/node_modules/ansi-styles/index.js rename to apps/angular/node_modules/pretty-format/node_modules/ansi-styles/index.js diff --git a/ClientApp/node_modules/pretty-format/node_modules/ansi-styles/license b/apps/angular/node_modules/pretty-format/node_modules/ansi-styles/license similarity index 100% rename from ClientApp/node_modules/pretty-format/node_modules/ansi-styles/license rename to apps/angular/node_modules/pretty-format/node_modules/ansi-styles/license diff --git a/ClientApp/node_modules/pretty-format/node_modules/ansi-styles/package.json b/apps/angular/node_modules/pretty-format/node_modules/ansi-styles/package.json similarity index 100% rename from ClientApp/node_modules/pretty-format/node_modules/ansi-styles/package.json rename to apps/angular/node_modules/pretty-format/node_modules/ansi-styles/package.json diff --git a/ClientApp/node_modules/pretty-format/node_modules/ansi-styles/readme.md b/apps/angular/node_modules/pretty-format/node_modules/ansi-styles/readme.md similarity index 100% rename from ClientApp/node_modules/pretty-format/node_modules/ansi-styles/readme.md rename to apps/angular/node_modules/pretty-format/node_modules/ansi-styles/readme.md diff --git a/ClientApp/node_modules/pretty-format/package.json b/apps/angular/node_modules/pretty-format/package.json similarity index 100% rename from ClientApp/node_modules/pretty-format/package.json rename to apps/angular/node_modules/pretty-format/package.json diff --git a/ClientApp/node_modules/process/.eslintrc b/apps/angular/node_modules/process/.eslintrc similarity index 100% rename from ClientApp/node_modules/process/.eslintrc rename to apps/angular/node_modules/process/.eslintrc diff --git a/ClientApp/node_modules/process/LICENSE b/apps/angular/node_modules/process/LICENSE similarity index 100% rename from ClientApp/node_modules/process/LICENSE rename to apps/angular/node_modules/process/LICENSE diff --git a/ClientApp/node_modules/process/README.md b/apps/angular/node_modules/process/README.md similarity index 100% rename from ClientApp/node_modules/process/README.md rename to apps/angular/node_modules/process/README.md diff --git a/ClientApp/node_modules/process/browser.js b/apps/angular/node_modules/process/browser.js similarity index 100% rename from ClientApp/node_modules/process/browser.js rename to apps/angular/node_modules/process/browser.js diff --git a/ClientApp/node_modules/process/index.js b/apps/angular/node_modules/process/index.js similarity index 100% rename from ClientApp/node_modules/process/index.js rename to apps/angular/node_modules/process/index.js diff --git a/ClientApp/node_modules/process/package.json b/apps/angular/node_modules/process/package.json similarity index 100% rename from ClientApp/node_modules/process/package.json rename to apps/angular/node_modules/process/package.json diff --git a/ClientApp/node_modules/process/test.js b/apps/angular/node_modules/process/test.js similarity index 100% rename from ClientApp/node_modules/process/test.js rename to apps/angular/node_modules/process/test.js diff --git a/ClientApp/node_modules/prop-types/LICENSE b/apps/angular/node_modules/prop-types/LICENSE similarity index 100% rename from ClientApp/node_modules/prop-types/LICENSE rename to apps/angular/node_modules/prop-types/LICENSE diff --git a/ClientApp/node_modules/prop-types/README.md b/apps/angular/node_modules/prop-types/README.md similarity index 100% rename from ClientApp/node_modules/prop-types/README.md rename to apps/angular/node_modules/prop-types/README.md diff --git a/ClientApp/node_modules/prop-types/checkPropTypes.js b/apps/angular/node_modules/prop-types/checkPropTypes.js similarity index 100% rename from ClientApp/node_modules/prop-types/checkPropTypes.js rename to apps/angular/node_modules/prop-types/checkPropTypes.js diff --git a/ClientApp/node_modules/prop-types/factory.js b/apps/angular/node_modules/prop-types/factory.js similarity index 100% rename from ClientApp/node_modules/prop-types/factory.js rename to apps/angular/node_modules/prop-types/factory.js diff --git a/ClientApp/node_modules/prop-types/factoryWithThrowingShims.js b/apps/angular/node_modules/prop-types/factoryWithThrowingShims.js similarity index 100% rename from ClientApp/node_modules/prop-types/factoryWithThrowingShims.js rename to apps/angular/node_modules/prop-types/factoryWithThrowingShims.js diff --git a/ClientApp/node_modules/prop-types/factoryWithTypeCheckers.js b/apps/angular/node_modules/prop-types/factoryWithTypeCheckers.js similarity index 100% rename from ClientApp/node_modules/prop-types/factoryWithTypeCheckers.js rename to apps/angular/node_modules/prop-types/factoryWithTypeCheckers.js diff --git a/ClientApp/node_modules/prop-types/index.js b/apps/angular/node_modules/prop-types/index.js similarity index 100% rename from ClientApp/node_modules/prop-types/index.js rename to apps/angular/node_modules/prop-types/index.js diff --git a/ClientApp/node_modules/prop-types/lib/ReactPropTypesSecret.js b/apps/angular/node_modules/prop-types/lib/ReactPropTypesSecret.js similarity index 100% rename from ClientApp/node_modules/prop-types/lib/ReactPropTypesSecret.js rename to apps/angular/node_modules/prop-types/lib/ReactPropTypesSecret.js diff --git a/ClientApp/node_modules/prop-types/lib/has.js b/apps/angular/node_modules/prop-types/lib/has.js similarity index 100% rename from ClientApp/node_modules/prop-types/lib/has.js rename to apps/angular/node_modules/prop-types/lib/has.js diff --git a/ClientApp/node_modules/prop-types/node_modules/react-is/LICENSE b/apps/angular/node_modules/prop-types/node_modules/react-is/LICENSE similarity index 100% rename from ClientApp/node_modules/prop-types/node_modules/react-is/LICENSE rename to apps/angular/node_modules/prop-types/node_modules/react-is/LICENSE diff --git a/ClientApp/node_modules/prop-types/node_modules/react-is/README.md b/apps/angular/node_modules/prop-types/node_modules/react-is/README.md similarity index 100% rename from ClientApp/node_modules/prop-types/node_modules/react-is/README.md rename to apps/angular/node_modules/prop-types/node_modules/react-is/README.md diff --git a/ClientApp/node_modules/prop-types/node_modules/react-is/build-info.json b/apps/angular/node_modules/prop-types/node_modules/react-is/build-info.json similarity index 100% rename from ClientApp/node_modules/prop-types/node_modules/react-is/build-info.json rename to apps/angular/node_modules/prop-types/node_modules/react-is/build-info.json diff --git a/ClientApp/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js b/apps/angular/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js similarity index 100% rename from ClientApp/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js rename to apps/angular/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js diff --git a/ClientApp/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js b/apps/angular/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js similarity index 100% rename from ClientApp/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js rename to apps/angular/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js diff --git a/ClientApp/node_modules/prop-types/node_modules/react-is/index.js b/apps/angular/node_modules/prop-types/node_modules/react-is/index.js similarity index 100% rename from ClientApp/node_modules/prop-types/node_modules/react-is/index.js rename to apps/angular/node_modules/prop-types/node_modules/react-is/index.js diff --git a/ClientApp/node_modules/prop-types/node_modules/react-is/package.json b/apps/angular/node_modules/prop-types/node_modules/react-is/package.json similarity index 100% rename from ClientApp/node_modules/prop-types/node_modules/react-is/package.json rename to apps/angular/node_modules/prop-types/node_modules/react-is/package.json diff --git a/ClientApp/node_modules/prop-types/node_modules/react-is/umd/react-is.development.js b/apps/angular/node_modules/prop-types/node_modules/react-is/umd/react-is.development.js similarity index 100% rename from ClientApp/node_modules/prop-types/node_modules/react-is/umd/react-is.development.js rename to apps/angular/node_modules/prop-types/node_modules/react-is/umd/react-is.development.js diff --git a/ClientApp/node_modules/prop-types/node_modules/react-is/umd/react-is.production.min.js b/apps/angular/node_modules/prop-types/node_modules/react-is/umd/react-is.production.min.js similarity index 100% rename from ClientApp/node_modules/prop-types/node_modules/react-is/umd/react-is.production.min.js rename to apps/angular/node_modules/prop-types/node_modules/react-is/umd/react-is.production.min.js diff --git a/ClientApp/node_modules/prop-types/package.json b/apps/angular/node_modules/prop-types/package.json similarity index 100% rename from ClientApp/node_modules/prop-types/package.json rename to apps/angular/node_modules/prop-types/package.json diff --git a/ClientApp/node_modules/prop-types/prop-types.js b/apps/angular/node_modules/prop-types/prop-types.js similarity index 100% rename from ClientApp/node_modules/prop-types/prop-types.js rename to apps/angular/node_modules/prop-types/prop-types.js diff --git a/ClientApp/node_modules/prop-types/prop-types.min.js b/apps/angular/node_modules/prop-types/prop-types.min.js similarity index 100% rename from ClientApp/node_modules/prop-types/prop-types.min.js rename to apps/angular/node_modules/prop-types/prop-types.min.js diff --git a/ClientApp/node_modules/proxy-from-env/.jscsrc b/apps/angular/node_modules/proxy-from-env/.jscsrc similarity index 100% rename from ClientApp/node_modules/proxy-from-env/.jscsrc rename to apps/angular/node_modules/proxy-from-env/.jscsrc diff --git a/ClientApp/node_modules/proxy-from-env/.jshintrc b/apps/angular/node_modules/proxy-from-env/.jshintrc similarity index 100% rename from ClientApp/node_modules/proxy-from-env/.jshintrc rename to apps/angular/node_modules/proxy-from-env/.jshintrc diff --git a/ClientApp/node_modules/proxy-from-env/.npmignore b/apps/angular/node_modules/proxy-from-env/.npmignore similarity index 100% rename from ClientApp/node_modules/proxy-from-env/.npmignore rename to apps/angular/node_modules/proxy-from-env/.npmignore diff --git a/ClientApp/node_modules/proxy-from-env/.travis.yml b/apps/angular/node_modules/proxy-from-env/.travis.yml similarity index 100% rename from ClientApp/node_modules/proxy-from-env/.travis.yml rename to apps/angular/node_modules/proxy-from-env/.travis.yml diff --git a/ClientApp/node_modules/proxy-from-env/README.md b/apps/angular/node_modules/proxy-from-env/README.md similarity index 100% rename from ClientApp/node_modules/proxy-from-env/README.md rename to apps/angular/node_modules/proxy-from-env/README.md diff --git a/ClientApp/node_modules/proxy-from-env/index.js b/apps/angular/node_modules/proxy-from-env/index.js similarity index 100% rename from ClientApp/node_modules/proxy-from-env/index.js rename to apps/angular/node_modules/proxy-from-env/index.js diff --git a/ClientApp/node_modules/proxy-from-env/package.json b/apps/angular/node_modules/proxy-from-env/package.json similarity index 100% rename from ClientApp/node_modules/proxy-from-env/package.json rename to apps/angular/node_modules/proxy-from-env/package.json diff --git a/ClientApp/node_modules/proxy-from-env/test.js b/apps/angular/node_modules/proxy-from-env/test.js similarity index 100% rename from ClientApp/node_modules/proxy-from-env/test.js rename to apps/angular/node_modules/proxy-from-env/test.js diff --git a/ClientApp/node_modules/psl/LICENSE b/apps/angular/node_modules/psl/LICENSE similarity index 100% rename from ClientApp/node_modules/psl/LICENSE rename to apps/angular/node_modules/psl/LICENSE diff --git a/ClientApp/node_modules/psl/README.md b/apps/angular/node_modules/psl/README.md similarity index 100% rename from ClientApp/node_modules/psl/README.md rename to apps/angular/node_modules/psl/README.md diff --git a/ClientApp/node_modules/psl/SECURITY.md b/apps/angular/node_modules/psl/SECURITY.md similarity index 100% rename from ClientApp/node_modules/psl/SECURITY.md rename to apps/angular/node_modules/psl/SECURITY.md diff --git a/ClientApp/node_modules/psl/browserstack-logo.svg b/apps/angular/node_modules/psl/browserstack-logo.svg similarity index 100% rename from ClientApp/node_modules/psl/browserstack-logo.svg rename to apps/angular/node_modules/psl/browserstack-logo.svg diff --git a/ClientApp/node_modules/psl/data/rules.js b/apps/angular/node_modules/psl/data/rules.js similarity index 100% rename from ClientApp/node_modules/psl/data/rules.js rename to apps/angular/node_modules/psl/data/rules.js diff --git a/ClientApp/node_modules/psl/dist/psl.cjs b/apps/angular/node_modules/psl/dist/psl.cjs similarity index 100% rename from ClientApp/node_modules/psl/dist/psl.cjs rename to apps/angular/node_modules/psl/dist/psl.cjs diff --git a/ClientApp/node_modules/psl/dist/psl.mjs b/apps/angular/node_modules/psl/dist/psl.mjs similarity index 100% rename from ClientApp/node_modules/psl/dist/psl.mjs rename to apps/angular/node_modules/psl/dist/psl.mjs diff --git a/ClientApp/node_modules/psl/dist/psl.umd.cjs b/apps/angular/node_modules/psl/dist/psl.umd.cjs similarity index 100% rename from ClientApp/node_modules/psl/dist/psl.umd.cjs rename to apps/angular/node_modules/psl/dist/psl.umd.cjs diff --git a/ClientApp/node_modules/psl/index.js b/apps/angular/node_modules/psl/index.js similarity index 100% rename from ClientApp/node_modules/psl/index.js rename to apps/angular/node_modules/psl/index.js diff --git a/ClientApp/node_modules/psl/package.json b/apps/angular/node_modules/psl/package.json similarity index 100% rename from ClientApp/node_modules/psl/package.json rename to apps/angular/node_modules/psl/package.json diff --git a/ClientApp/node_modules/psl/types/index.d.ts b/apps/angular/node_modules/psl/types/index.d.ts similarity index 100% rename from ClientApp/node_modules/psl/types/index.d.ts rename to apps/angular/node_modules/psl/types/index.d.ts diff --git a/ClientApp/node_modules/psl/types/test.ts b/apps/angular/node_modules/psl/types/test.ts similarity index 100% rename from ClientApp/node_modules/psl/types/test.ts rename to apps/angular/node_modules/psl/types/test.ts diff --git a/ClientApp/node_modules/psl/types/tsconfig.json b/apps/angular/node_modules/psl/types/tsconfig.json similarity index 100% rename from ClientApp/node_modules/psl/types/tsconfig.json rename to apps/angular/node_modules/psl/types/tsconfig.json diff --git a/ClientApp/node_modules/psl/vite.config.js b/apps/angular/node_modules/psl/vite.config.js similarity index 100% rename from ClientApp/node_modules/psl/vite.config.js rename to apps/angular/node_modules/psl/vite.config.js diff --git a/ClientApp/node_modules/pump/.github/FUNDING.yml b/apps/angular/node_modules/pump/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/pump/.github/FUNDING.yml rename to apps/angular/node_modules/pump/.github/FUNDING.yml diff --git a/ClientApp/node_modules/pump/.travis.yml b/apps/angular/node_modules/pump/.travis.yml similarity index 100% rename from ClientApp/node_modules/pump/.travis.yml rename to apps/angular/node_modules/pump/.travis.yml diff --git a/ClientApp/node_modules/pump/LICENSE b/apps/angular/node_modules/pump/LICENSE similarity index 100% rename from ClientApp/node_modules/pump/LICENSE rename to apps/angular/node_modules/pump/LICENSE diff --git a/ClientApp/node_modules/pump/README.md b/apps/angular/node_modules/pump/README.md similarity index 100% rename from ClientApp/node_modules/pump/README.md rename to apps/angular/node_modules/pump/README.md diff --git a/ClientApp/node_modules/pump/SECURITY.md b/apps/angular/node_modules/pump/SECURITY.md similarity index 100% rename from ClientApp/node_modules/pump/SECURITY.md rename to apps/angular/node_modules/pump/SECURITY.md diff --git a/ClientApp/node_modules/pump/empty.js b/apps/angular/node_modules/pump/empty.js similarity index 100% rename from ClientApp/node_modules/pump/empty.js rename to apps/angular/node_modules/pump/empty.js diff --git a/ClientApp/node_modules/pump/index.js b/apps/angular/node_modules/pump/index.js similarity index 100% rename from ClientApp/node_modules/pump/index.js rename to apps/angular/node_modules/pump/index.js diff --git a/ClientApp/node_modules/pump/package.json b/apps/angular/node_modules/pump/package.json similarity index 100% rename from ClientApp/node_modules/pump/package.json rename to apps/angular/node_modules/pump/package.json diff --git a/ClientApp/node_modules/pump/test-browser.js b/apps/angular/node_modules/pump/test-browser.js similarity index 100% rename from ClientApp/node_modules/pump/test-browser.js rename to apps/angular/node_modules/pump/test-browser.js diff --git a/ClientApp/node_modules/pump/test-node.js b/apps/angular/node_modules/pump/test-node.js similarity index 100% rename from ClientApp/node_modules/pump/test-node.js rename to apps/angular/node_modules/pump/test-node.js diff --git a/ClientApp/node_modules/punycode/LICENSE-MIT.txt b/apps/angular/node_modules/punycode/LICENSE-MIT.txt similarity index 100% rename from ClientApp/node_modules/punycode/LICENSE-MIT.txt rename to apps/angular/node_modules/punycode/LICENSE-MIT.txt diff --git a/ClientApp/node_modules/punycode/README.md b/apps/angular/node_modules/punycode/README.md similarity index 100% rename from ClientApp/node_modules/punycode/README.md rename to apps/angular/node_modules/punycode/README.md diff --git a/ClientApp/node_modules/punycode/package.json b/apps/angular/node_modules/punycode/package.json similarity index 100% rename from ClientApp/node_modules/punycode/package.json rename to apps/angular/node_modules/punycode/package.json diff --git a/ClientApp/node_modules/punycode/punycode.es6.js b/apps/angular/node_modules/punycode/punycode.es6.js similarity index 100% rename from ClientApp/node_modules/punycode/punycode.es6.js rename to apps/angular/node_modules/punycode/punycode.es6.js diff --git a/ClientApp/node_modules/punycode/punycode.js b/apps/angular/node_modules/punycode/punycode.js similarity index 100% rename from ClientApp/node_modules/punycode/punycode.js rename to apps/angular/node_modules/punycode/punycode.js diff --git a/ClientApp/node_modules/qs/.editorconfig b/apps/angular/node_modules/qs/.editorconfig similarity index 100% rename from ClientApp/node_modules/qs/.editorconfig rename to apps/angular/node_modules/qs/.editorconfig diff --git a/ClientApp/node_modules/qs/.github/FUNDING.yml b/apps/angular/node_modules/qs/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/qs/.github/FUNDING.yml rename to apps/angular/node_modules/qs/.github/FUNDING.yml diff --git a/ClientApp/node_modules/qs/.github/SECURITY.md b/apps/angular/node_modules/qs/.github/SECURITY.md similarity index 100% rename from ClientApp/node_modules/qs/.github/SECURITY.md rename to apps/angular/node_modules/qs/.github/SECURITY.md diff --git a/ClientApp/node_modules/qs/.github/THREAT_MODEL.md b/apps/angular/node_modules/qs/.github/THREAT_MODEL.md similarity index 100% rename from ClientApp/node_modules/qs/.github/THREAT_MODEL.md rename to apps/angular/node_modules/qs/.github/THREAT_MODEL.md diff --git a/ClientApp/node_modules/qs/.nycrc b/apps/angular/node_modules/qs/.nycrc similarity index 100% rename from ClientApp/node_modules/qs/.nycrc rename to apps/angular/node_modules/qs/.nycrc diff --git a/ClientApp/node_modules/qs/CHANGELOG.md b/apps/angular/node_modules/qs/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/qs/CHANGELOG.md rename to apps/angular/node_modules/qs/CHANGELOG.md diff --git a/ClientApp/node_modules/qs/LICENSE.md b/apps/angular/node_modules/qs/LICENSE.md similarity index 100% rename from ClientApp/node_modules/qs/LICENSE.md rename to apps/angular/node_modules/qs/LICENSE.md diff --git a/ClientApp/node_modules/qs/README.md b/apps/angular/node_modules/qs/README.md similarity index 100% rename from ClientApp/node_modules/qs/README.md rename to apps/angular/node_modules/qs/README.md diff --git a/ClientApp/node_modules/qs/dist/qs.js b/apps/angular/node_modules/qs/dist/qs.js similarity index 100% rename from ClientApp/node_modules/qs/dist/qs.js rename to apps/angular/node_modules/qs/dist/qs.js diff --git a/ClientApp/node_modules/qs/eslint.config.mjs b/apps/angular/node_modules/qs/eslint.config.mjs similarity index 100% rename from ClientApp/node_modules/qs/eslint.config.mjs rename to apps/angular/node_modules/qs/eslint.config.mjs diff --git a/ClientApp/node_modules/qs/lib/formats.js b/apps/angular/node_modules/qs/lib/formats.js similarity index 100% rename from ClientApp/node_modules/qs/lib/formats.js rename to apps/angular/node_modules/qs/lib/formats.js diff --git a/ClientApp/node_modules/qs/lib/index.js b/apps/angular/node_modules/qs/lib/index.js similarity index 100% rename from ClientApp/node_modules/qs/lib/index.js rename to apps/angular/node_modules/qs/lib/index.js diff --git a/ClientApp/node_modules/qs/lib/parse.js b/apps/angular/node_modules/qs/lib/parse.js similarity index 100% rename from ClientApp/node_modules/qs/lib/parse.js rename to apps/angular/node_modules/qs/lib/parse.js diff --git a/ClientApp/node_modules/qs/lib/stringify.js b/apps/angular/node_modules/qs/lib/stringify.js similarity index 100% rename from ClientApp/node_modules/qs/lib/stringify.js rename to apps/angular/node_modules/qs/lib/stringify.js diff --git a/ClientApp/node_modules/qs/lib/utils.js b/apps/angular/node_modules/qs/lib/utils.js similarity index 100% rename from ClientApp/node_modules/qs/lib/utils.js rename to apps/angular/node_modules/qs/lib/utils.js diff --git a/ClientApp/node_modules/qs/package.json b/apps/angular/node_modules/qs/package.json similarity index 100% rename from ClientApp/node_modules/qs/package.json rename to apps/angular/node_modules/qs/package.json diff --git a/ClientApp/node_modules/qs/test/empty-keys-cases.js b/apps/angular/node_modules/qs/test/empty-keys-cases.js similarity index 100% rename from ClientApp/node_modules/qs/test/empty-keys-cases.js rename to apps/angular/node_modules/qs/test/empty-keys-cases.js diff --git a/ClientApp/node_modules/qs/test/parse.js b/apps/angular/node_modules/qs/test/parse.js similarity index 100% rename from ClientApp/node_modules/qs/test/parse.js rename to apps/angular/node_modules/qs/test/parse.js diff --git a/ClientApp/node_modules/qs/test/stringify.js b/apps/angular/node_modules/qs/test/stringify.js similarity index 100% rename from ClientApp/node_modules/qs/test/stringify.js rename to apps/angular/node_modules/qs/test/stringify.js diff --git a/ClientApp/node_modules/qs/test/utils.js b/apps/angular/node_modules/qs/test/utils.js similarity index 100% rename from ClientApp/node_modules/qs/test/utils.js rename to apps/angular/node_modules/qs/test/utils.js diff --git a/ClientApp/node_modules/querystringify/LICENSE b/apps/angular/node_modules/querystringify/LICENSE similarity index 100% rename from ClientApp/node_modules/querystringify/LICENSE rename to apps/angular/node_modules/querystringify/LICENSE diff --git a/ClientApp/node_modules/querystringify/README.md b/apps/angular/node_modules/querystringify/README.md similarity index 100% rename from ClientApp/node_modules/querystringify/README.md rename to apps/angular/node_modules/querystringify/README.md diff --git a/ClientApp/node_modules/querystringify/index.js b/apps/angular/node_modules/querystringify/index.js similarity index 100% rename from ClientApp/node_modules/querystringify/index.js rename to apps/angular/node_modules/querystringify/index.js diff --git a/ClientApp/node_modules/querystringify/package.json b/apps/angular/node_modules/querystringify/package.json similarity index 100% rename from ClientApp/node_modules/querystringify/package.json rename to apps/angular/node_modules/querystringify/package.json diff --git a/ClientApp/node_modules/queue-microtask/LICENSE b/apps/angular/node_modules/queue-microtask/LICENSE similarity index 100% rename from ClientApp/node_modules/queue-microtask/LICENSE rename to apps/angular/node_modules/queue-microtask/LICENSE diff --git a/ClientApp/node_modules/queue-microtask/README.md b/apps/angular/node_modules/queue-microtask/README.md similarity index 100% rename from ClientApp/node_modules/queue-microtask/README.md rename to apps/angular/node_modules/queue-microtask/README.md diff --git a/ClientApp/node_modules/queue-microtask/index.d.ts b/apps/angular/node_modules/queue-microtask/index.d.ts similarity index 100% rename from ClientApp/node_modules/queue-microtask/index.d.ts rename to apps/angular/node_modules/queue-microtask/index.d.ts diff --git a/ClientApp/node_modules/queue-microtask/index.js b/apps/angular/node_modules/queue-microtask/index.js similarity index 100% rename from ClientApp/node_modules/queue-microtask/index.js rename to apps/angular/node_modules/queue-microtask/index.js diff --git a/ClientApp/node_modules/queue-microtask/package.json b/apps/angular/node_modules/queue-microtask/package.json similarity index 100% rename from ClientApp/node_modules/queue-microtask/package.json rename to apps/angular/node_modules/queue-microtask/package.json diff --git a/ClientApp/node_modules/react-dom/LICENSE b/apps/angular/node_modules/react-dom/LICENSE similarity index 100% rename from ClientApp/node_modules/react-dom/LICENSE rename to apps/angular/node_modules/react-dom/LICENSE diff --git a/ClientApp/node_modules/react-dom/README.md b/apps/angular/node_modules/react-dom/README.md similarity index 100% rename from ClientApp/node_modules/react-dom/README.md rename to apps/angular/node_modules/react-dom/README.md diff --git a/ClientApp/node_modules/react-dom/cjs/react-dom-server-legacy.browser.development.js b/apps/angular/node_modules/react-dom/cjs/react-dom-server-legacy.browser.development.js similarity index 100% rename from ClientApp/node_modules/react-dom/cjs/react-dom-server-legacy.browser.development.js rename to apps/angular/node_modules/react-dom/cjs/react-dom-server-legacy.browser.development.js diff --git a/ClientApp/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.min.js b/apps/angular/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.min.js similarity index 100% rename from ClientApp/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.min.js rename to apps/angular/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.min.js diff --git a/ClientApp/node_modules/react-dom/cjs/react-dom-server-legacy.node.development.js b/apps/angular/node_modules/react-dom/cjs/react-dom-server-legacy.node.development.js similarity index 100% rename from ClientApp/node_modules/react-dom/cjs/react-dom-server-legacy.node.development.js rename to apps/angular/node_modules/react-dom/cjs/react-dom-server-legacy.node.development.js diff --git a/ClientApp/node_modules/react-dom/cjs/react-dom-server-legacy.node.production.min.js b/apps/angular/node_modules/react-dom/cjs/react-dom-server-legacy.node.production.min.js similarity index 100% rename from ClientApp/node_modules/react-dom/cjs/react-dom-server-legacy.node.production.min.js rename to apps/angular/node_modules/react-dom/cjs/react-dom-server-legacy.node.production.min.js diff --git a/ClientApp/node_modules/react-dom/cjs/react-dom-server.browser.development.js b/apps/angular/node_modules/react-dom/cjs/react-dom-server.browser.development.js similarity index 100% rename from ClientApp/node_modules/react-dom/cjs/react-dom-server.browser.development.js rename to apps/angular/node_modules/react-dom/cjs/react-dom-server.browser.development.js diff --git a/ClientApp/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js b/apps/angular/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js similarity index 100% rename from ClientApp/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js rename to apps/angular/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js diff --git a/ClientApp/node_modules/react-dom/cjs/react-dom-server.node.development.js b/apps/angular/node_modules/react-dom/cjs/react-dom-server.node.development.js similarity index 100% rename from ClientApp/node_modules/react-dom/cjs/react-dom-server.node.development.js rename to apps/angular/node_modules/react-dom/cjs/react-dom-server.node.development.js diff --git a/ClientApp/node_modules/react-dom/cjs/react-dom-server.node.production.min.js b/apps/angular/node_modules/react-dom/cjs/react-dom-server.node.production.min.js similarity index 100% rename from ClientApp/node_modules/react-dom/cjs/react-dom-server.node.production.min.js rename to apps/angular/node_modules/react-dom/cjs/react-dom-server.node.production.min.js diff --git a/ClientApp/node_modules/react-dom/cjs/react-dom-test-utils.development.js b/apps/angular/node_modules/react-dom/cjs/react-dom-test-utils.development.js similarity index 100% rename from ClientApp/node_modules/react-dom/cjs/react-dom-test-utils.development.js rename to apps/angular/node_modules/react-dom/cjs/react-dom-test-utils.development.js diff --git a/ClientApp/node_modules/react-dom/cjs/react-dom-test-utils.production.min.js b/apps/angular/node_modules/react-dom/cjs/react-dom-test-utils.production.min.js similarity index 100% rename from ClientApp/node_modules/react-dom/cjs/react-dom-test-utils.production.min.js rename to apps/angular/node_modules/react-dom/cjs/react-dom-test-utils.production.min.js diff --git a/ClientApp/node_modules/react-dom/cjs/react-dom.development.js b/apps/angular/node_modules/react-dom/cjs/react-dom.development.js similarity index 100% rename from ClientApp/node_modules/react-dom/cjs/react-dom.development.js rename to apps/angular/node_modules/react-dom/cjs/react-dom.development.js diff --git a/ClientApp/node_modules/react-dom/cjs/react-dom.production.min.js b/apps/angular/node_modules/react-dom/cjs/react-dom.production.min.js similarity index 100% rename from ClientApp/node_modules/react-dom/cjs/react-dom.production.min.js rename to apps/angular/node_modules/react-dom/cjs/react-dom.production.min.js diff --git a/ClientApp/node_modules/react-dom/cjs/react-dom.profiling.min.js b/apps/angular/node_modules/react-dom/cjs/react-dom.profiling.min.js similarity index 100% rename from ClientApp/node_modules/react-dom/cjs/react-dom.profiling.min.js rename to apps/angular/node_modules/react-dom/cjs/react-dom.profiling.min.js diff --git a/ClientApp/node_modules/react-dom/client.js b/apps/angular/node_modules/react-dom/client.js similarity index 100% rename from ClientApp/node_modules/react-dom/client.js rename to apps/angular/node_modules/react-dom/client.js diff --git a/ClientApp/node_modules/react-dom/index.js b/apps/angular/node_modules/react-dom/index.js similarity index 100% rename from ClientApp/node_modules/react-dom/index.js rename to apps/angular/node_modules/react-dom/index.js diff --git a/ClientApp/node_modules/react-dom/package.json b/apps/angular/node_modules/react-dom/package.json similarity index 100% rename from ClientApp/node_modules/react-dom/package.json rename to apps/angular/node_modules/react-dom/package.json diff --git a/ClientApp/node_modules/react-dom/profiling.js b/apps/angular/node_modules/react-dom/profiling.js similarity index 100% rename from ClientApp/node_modules/react-dom/profiling.js rename to apps/angular/node_modules/react-dom/profiling.js diff --git a/ClientApp/node_modules/react-dom/server.browser.js b/apps/angular/node_modules/react-dom/server.browser.js similarity index 100% rename from ClientApp/node_modules/react-dom/server.browser.js rename to apps/angular/node_modules/react-dom/server.browser.js diff --git a/ClientApp/node_modules/react-dom/server.js b/apps/angular/node_modules/react-dom/server.js similarity index 100% rename from ClientApp/node_modules/react-dom/server.js rename to apps/angular/node_modules/react-dom/server.js diff --git a/ClientApp/node_modules/react-dom/server.node.js b/apps/angular/node_modules/react-dom/server.node.js similarity index 100% rename from ClientApp/node_modules/react-dom/server.node.js rename to apps/angular/node_modules/react-dom/server.node.js diff --git a/ClientApp/node_modules/react-dom/test-utils.js b/apps/angular/node_modules/react-dom/test-utils.js similarity index 100% rename from ClientApp/node_modules/react-dom/test-utils.js rename to apps/angular/node_modules/react-dom/test-utils.js diff --git a/ClientApp/node_modules/react-dom/umd/react-dom-server-legacy.browser.development.js b/apps/angular/node_modules/react-dom/umd/react-dom-server-legacy.browser.development.js similarity index 100% rename from ClientApp/node_modules/react-dom/umd/react-dom-server-legacy.browser.development.js rename to apps/angular/node_modules/react-dom/umd/react-dom-server-legacy.browser.development.js diff --git a/ClientApp/node_modules/react-dom/umd/react-dom-server-legacy.browser.production.min.js b/apps/angular/node_modules/react-dom/umd/react-dom-server-legacy.browser.production.min.js similarity index 100% rename from ClientApp/node_modules/react-dom/umd/react-dom-server-legacy.browser.production.min.js rename to apps/angular/node_modules/react-dom/umd/react-dom-server-legacy.browser.production.min.js diff --git a/ClientApp/node_modules/react-dom/umd/react-dom-server.browser.development.js b/apps/angular/node_modules/react-dom/umd/react-dom-server.browser.development.js similarity index 100% rename from ClientApp/node_modules/react-dom/umd/react-dom-server.browser.development.js rename to apps/angular/node_modules/react-dom/umd/react-dom-server.browser.development.js diff --git a/ClientApp/node_modules/react-dom/umd/react-dom-server.browser.production.min.js b/apps/angular/node_modules/react-dom/umd/react-dom-server.browser.production.min.js similarity index 100% rename from ClientApp/node_modules/react-dom/umd/react-dom-server.browser.production.min.js rename to apps/angular/node_modules/react-dom/umd/react-dom-server.browser.production.min.js diff --git a/ClientApp/node_modules/react-dom/umd/react-dom-test-utils.development.js b/apps/angular/node_modules/react-dom/umd/react-dom-test-utils.development.js similarity index 100% rename from ClientApp/node_modules/react-dom/umd/react-dom-test-utils.development.js rename to apps/angular/node_modules/react-dom/umd/react-dom-test-utils.development.js diff --git a/ClientApp/node_modules/react-dom/umd/react-dom-test-utils.production.min.js b/apps/angular/node_modules/react-dom/umd/react-dom-test-utils.production.min.js similarity index 100% rename from ClientApp/node_modules/react-dom/umd/react-dom-test-utils.production.min.js rename to apps/angular/node_modules/react-dom/umd/react-dom-test-utils.production.min.js diff --git a/ClientApp/node_modules/react-dom/umd/react-dom.development.js b/apps/angular/node_modules/react-dom/umd/react-dom.development.js similarity index 100% rename from ClientApp/node_modules/react-dom/umd/react-dom.development.js rename to apps/angular/node_modules/react-dom/umd/react-dom.development.js diff --git a/ClientApp/node_modules/react-dom/umd/react-dom.production.min.js b/apps/angular/node_modules/react-dom/umd/react-dom.production.min.js similarity index 100% rename from ClientApp/node_modules/react-dom/umd/react-dom.production.min.js rename to apps/angular/node_modules/react-dom/umd/react-dom.production.min.js diff --git a/ClientApp/node_modules/react-dom/umd/react-dom.profiling.min.js b/apps/angular/node_modules/react-dom/umd/react-dom.profiling.min.js similarity index 100% rename from ClientApp/node_modules/react-dom/umd/react-dom.profiling.min.js rename to apps/angular/node_modules/react-dom/umd/react-dom.profiling.min.js diff --git a/ClientApp/node_modules/react-hook-form/LICENSE b/apps/angular/node_modules/react-hook-form/LICENSE similarity index 100% rename from ClientApp/node_modules/react-hook-form/LICENSE rename to apps/angular/node_modules/react-hook-form/LICENSE diff --git a/ClientApp/node_modules/react-hook-form/README.md b/apps/angular/node_modules/react-hook-form/README.md similarity index 100% rename from ClientApp/node_modules/react-hook-form/README.md rename to apps/angular/node_modules/react-hook-form/README.md diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/controller.server.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/controller.server.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/controller.server.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/controller.server.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/controller.server.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/controller.server.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/controller.server.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/controller.server.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/controller.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/controller.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/controller.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/controller.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/controller.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/controller.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/controller.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/controller.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/form.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/form.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/form.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/form.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/form.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/form.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/form.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/form.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/formStateSubscribe.server.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/formStateSubscribe.server.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/formStateSubscribe.server.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/formStateSubscribe.server.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/formStateSubscribe.server.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/formStateSubscribe.server.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/formStateSubscribe.server.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/formStateSubscribe.server.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/formStateSubscribe.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/formStateSubscribe.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/formStateSubscribe.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/formStateSubscribe.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/formStateSubscribe.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/formStateSubscribe.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/formStateSubscribe.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/formStateSubscribe.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/isPlainObject.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/isPlainObject.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/isPlainObject.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/isPlainObject.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/isPlainObject.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/isPlainObject.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/isPlainObject.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/isPlainObject.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/appendErrors.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/appendErrors.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/appendErrors.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/appendErrors.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/appendErrors.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/appendErrors.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/appendErrors.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/appendErrors.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/createFormControl.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/createFormControl.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/createFormControl.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/createFormControl.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/createFormControl.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/createFormControl.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/createFormControl.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/createFormControl.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/generateId.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/generateId.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/generateId.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/generateId.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/generateId.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/generateId.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/generateId.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/generateId.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getCheckboxValue.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getCheckboxValue.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getCheckboxValue.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getCheckboxValue.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getCheckboxValue.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getCheckboxValue.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getCheckboxValue.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getCheckboxValue.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getDirtyFields.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getDirtyFields.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getDirtyFields.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getDirtyFields.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getDirtyFields.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getDirtyFields.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getDirtyFields.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getDirtyFields.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getEventValue.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getEventValue.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getEventValue.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getEventValue.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getEventValue.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getEventValue.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getEventValue.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getEventValue.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getFieldValue.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getFieldValue.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getFieldValue.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getFieldValue.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getFieldValue.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getFieldValue.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getFieldValue.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getFieldValue.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getFieldValueAs.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getFieldValueAs.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getFieldValueAs.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getFieldValueAs.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getFieldValueAs.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getFieldValueAs.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getFieldValueAs.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getFieldValueAs.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getFocusFieldName.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getFocusFieldName.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getFocusFieldName.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getFocusFieldName.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getFocusFieldName.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getFocusFieldName.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getFocusFieldName.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getFocusFieldName.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getNodeParentName.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getNodeParentName.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getNodeParentName.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getNodeParentName.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getNodeParentName.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getNodeParentName.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getNodeParentName.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getNodeParentName.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getRadioValue.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getRadioValue.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getRadioValue.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getRadioValue.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getRadioValue.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getRadioValue.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getRadioValue.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getRadioValue.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getResolverOptions.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getResolverOptions.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getResolverOptions.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getResolverOptions.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getResolverOptions.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getResolverOptions.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getResolverOptions.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getResolverOptions.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getRuleValue.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getRuleValue.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getRuleValue.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getRuleValue.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getRuleValue.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getRuleValue.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getRuleValue.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getRuleValue.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getValidateError.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getValidateError.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getValidateError.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getValidateError.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getValidateError.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getValidateError.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getValidateError.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getValidateError.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getValidationModes.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getValidationModes.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getValidationModes.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getValidationModes.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getValidationModes.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getValidationModes.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getValidationModes.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getValidationModes.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getValueAndMessage.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getValueAndMessage.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getValueAndMessage.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getValueAndMessage.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getValueAndMessage.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getValueAndMessage.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/getValueAndMessage.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/getValueAndMessage.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/hasPromiseValidation.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/hasPromiseValidation.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/hasPromiseValidation.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/hasPromiseValidation.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/hasPromiseValidation.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/hasPromiseValidation.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/hasPromiseValidation.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/hasPromiseValidation.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/hasValidation.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/hasValidation.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/hasValidation.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/hasValidation.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/hasValidation.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/hasValidation.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/hasValidation.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/hasValidation.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/isNameInFieldArray.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/isNameInFieldArray.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/isNameInFieldArray.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/isNameInFieldArray.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/isNameInFieldArray.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/isNameInFieldArray.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/isNameInFieldArray.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/isNameInFieldArray.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/isWatched.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/isWatched.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/isWatched.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/isWatched.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/isWatched.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/isWatched.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/isWatched.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/isWatched.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/iterateFieldsByAction.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/iterateFieldsByAction.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/iterateFieldsByAction.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/iterateFieldsByAction.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/iterateFieldsByAction.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/iterateFieldsByAction.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/iterateFieldsByAction.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/iterateFieldsByAction.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/schemaErrorLookup.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/schemaErrorLookup.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/schemaErrorLookup.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/schemaErrorLookup.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/schemaErrorLookup.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/schemaErrorLookup.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/schemaErrorLookup.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/schemaErrorLookup.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/shouldRenderFormState.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/shouldRenderFormState.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/shouldRenderFormState.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/shouldRenderFormState.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/shouldRenderFormState.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/shouldRenderFormState.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/shouldRenderFormState.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/shouldRenderFormState.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/shouldSubscribeByName.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/shouldSubscribeByName.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/shouldSubscribeByName.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/shouldSubscribeByName.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/shouldSubscribeByName.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/shouldSubscribeByName.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/shouldSubscribeByName.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/shouldSubscribeByName.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/skipValidation.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/skipValidation.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/skipValidation.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/skipValidation.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/skipValidation.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/skipValidation.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/skipValidation.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/skipValidation.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/unsetEmptyArray.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/unsetEmptyArray.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/unsetEmptyArray.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/unsetEmptyArray.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/unsetEmptyArray.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/unsetEmptyArray.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/unsetEmptyArray.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/unsetEmptyArray.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/validateField.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/validateField.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/validateField.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/validateField.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/logic/validateField.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/logic/validateField.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/logic/validateField.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/logic/validateField.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/type.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/type.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/type.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/type.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/type.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/type.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/type.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/type.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useController.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/useController.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useController.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useController.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useController.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/useController.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useController.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useController.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useFieldArray.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/useFieldArray.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useFieldArray.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useFieldArray.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useFieldArray.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/useFieldArray.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useFieldArray.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useFieldArray.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useFieldArray/append.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/useFieldArray/append.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useFieldArray/append.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useFieldArray/append.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useFieldArray/append.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/useFieldArray/append.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useFieldArray/append.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useFieldArray/append.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useFieldArray/dirtyFields.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/useFieldArray/dirtyFields.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useFieldArray/dirtyFields.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useFieldArray/dirtyFields.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useFieldArray/dirtyFields.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/useFieldArray/dirtyFields.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useFieldArray/dirtyFields.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useFieldArray/dirtyFields.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useFieldArray/focus.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/useFieldArray/focus.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useFieldArray/focus.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useFieldArray/focus.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useFieldArray/focus.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/useFieldArray/focus.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useFieldArray/focus.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useFieldArray/focus.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useFieldArray/insert.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/useFieldArray/insert.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useFieldArray/insert.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useFieldArray/insert.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useFieldArray/insert.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/useFieldArray/insert.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useFieldArray/insert.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useFieldArray/insert.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useFieldArray/move.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/useFieldArray/move.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useFieldArray/move.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useFieldArray/move.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useFieldArray/move.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/useFieldArray/move.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useFieldArray/move.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useFieldArray/move.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useFieldArray/prepend.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/useFieldArray/prepend.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useFieldArray/prepend.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useFieldArray/prepend.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useFieldArray/prepend.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/useFieldArray/prepend.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useFieldArray/prepend.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useFieldArray/prepend.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useFieldArray/remove.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/useFieldArray/remove.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useFieldArray/remove.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useFieldArray/remove.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useFieldArray/remove.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/useFieldArray/remove.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useFieldArray/remove.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useFieldArray/remove.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useFieldArray/replace.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/useFieldArray/replace.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useFieldArray/replace.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useFieldArray/replace.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useFieldArray/replace.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/useFieldArray/replace.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useFieldArray/replace.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useFieldArray/replace.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useFieldArray/swap.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/useFieldArray/swap.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useFieldArray/swap.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useFieldArray/swap.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useFieldArray/swap.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/useFieldArray/swap.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useFieldArray/swap.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useFieldArray/swap.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useFieldArray/update.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/useFieldArray/update.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useFieldArray/update.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useFieldArray/update.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useFieldArray/update.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/useFieldArray/update.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useFieldArray/update.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useFieldArray/update.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useForm.server.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/useForm.server.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useForm.server.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useForm.server.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useForm.server.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/useForm.server.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useForm.server.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useForm.server.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useForm.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/useForm.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useForm.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useForm.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useForm.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/useForm.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useForm.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useForm.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/clearErrors.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/clearErrors.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/clearErrors.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/clearErrors.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/clearErrors.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/clearErrors.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/clearErrors.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/clearErrors.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/formState.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/formState.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/formState.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/formState.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/formState.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/formState.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/formState.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/formState.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/getFieldState.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/getFieldState.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/getFieldState.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/getFieldState.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/getFieldState.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/getFieldState.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/getFieldState.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/getFieldState.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/getValues.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/getValues.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/getValues.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/getValues.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/getValues.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/getValues.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/getValues.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/getValues.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/handleSubmit.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/handleSubmit.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/handleSubmit.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/handleSubmit.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/handleSubmit.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/handleSubmit.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/handleSubmit.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/handleSubmit.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/register.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/register.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/register.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/register.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/register.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/register.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/register.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/register.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/reset.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/reset.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/reset.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/reset.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/reset.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/reset.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/reset.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/reset.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/resetField.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/resetField.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/resetField.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/resetField.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/resetField.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/resetField.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/resetField.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/resetField.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/resolver.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/resolver.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/resolver.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/resolver.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/resolver.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/resolver.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/resolver.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/resolver.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/setError.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/setError.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/setError.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/setError.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/setError.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/setError.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/setError.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/setError.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/setFocus.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/setFocus.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/setFocus.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/setFocus.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/setFocus.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/setFocus.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/setFocus.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/setFocus.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/setValue.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/setValue.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/setValue.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/setValue.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/setValue.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/setValue.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/setValue.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/setValue.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/subscribe.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/subscribe.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/subscribe.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/subscribe.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/subscribe.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/subscribe.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/subscribe.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/subscribe.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/trigger.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/trigger.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/trigger.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/trigger.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/trigger.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/trigger.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/trigger.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/trigger.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/unregister.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/unregister.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/unregister.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/unregister.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/unregister.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/unregister.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/unregister.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/unregister.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/useFormWithNullValues.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/useFormWithNullValues.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/useFormWithNullValues.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/useFormWithNullValues.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/useFormWithNullValues.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/useFormWithNullValues.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/useFormWithNullValues.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/useFormWithNullValues.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/watch.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/watch.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/watch.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/watch.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/watch.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/watch.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useForm/watch.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useForm/watch.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useFormContext.server.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/useFormContext.server.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useFormContext.server.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useFormContext.server.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useFormContext.server.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/useFormContext.server.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useFormContext.server.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useFormContext.server.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useFormContext.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/useFormContext.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useFormContext.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useFormContext.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useFormContext.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/useFormContext.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useFormContext.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useFormContext.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useFormState.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/useFormState.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useFormState.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useFormState.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useFormState.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/useFormState.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useFormState.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useFormState.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useWatch.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/useWatch.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useWatch.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useWatch.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/useWatch.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/useWatch.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/useWatch.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/useWatch.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/append.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/append.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/append.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/append.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/append.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/append.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/append.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/append.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/cloneObject.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/cloneObject.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/cloneObject.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/cloneObject.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/cloneObject.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/cloneObject.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/cloneObject.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/cloneObject.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/compact.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/compact.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/compact.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/compact.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/compact.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/compact.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/compact.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/compact.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/convertToArrayPayload.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/convertToArrayPayload.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/convertToArrayPayload.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/convertToArrayPayload.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/convertToArrayPayload.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/convertToArrayPayload.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/convertToArrayPayload.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/convertToArrayPayload.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/createSubject.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/createSubject.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/createSubject.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/createSubject.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/createSubject.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/createSubject.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/createSubject.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/createSubject.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/deepEqual.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/deepEqual.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/deepEqual.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/deepEqual.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/deepEqual.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/deepEqual.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/deepEqual.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/deepEqual.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/deepMerge.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/deepMerge.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/deepMerge.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/deepMerge.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/deepMerge.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/deepMerge.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/deepMerge.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/deepMerge.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/extractFormValues.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/extractFormValues.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/extractFormValues.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/extractFormValues.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/extractFormValues.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/extractFormValues.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/extractFormValues.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/extractFormValues.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/fillEmptyArray.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/fillEmptyArray.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/fillEmptyArray.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/fillEmptyArray.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/fillEmptyArray.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/fillEmptyArray.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/fillEmptyArray.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/fillEmptyArray.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/flatten.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/flatten.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/flatten.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/flatten.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/flatten.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/flatten.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/flatten.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/flatten.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/get.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/get.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/get.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/get.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/get.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/get.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/get.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/get.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/insert.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/insert.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/insert.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/insert.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/insert.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/insert.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/insert.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/insert.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isBoolean.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isBoolean.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isBoolean.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isBoolean.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isBoolean.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isBoolean.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isBoolean.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isBoolean.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isCheckBoxInput.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isCheckBoxInput.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isCheckBoxInput.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isCheckBoxInput.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isCheckBoxInput.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isCheckBoxInput.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isCheckBoxInput.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isCheckBoxInput.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isEmptyObject.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isEmptyObject.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isEmptyObject.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isEmptyObject.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isEmptyObject.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isEmptyObject.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isEmptyObject.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isEmptyObject.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isFileInput.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isFileInput.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isFileInput.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isFileInput.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isFileInput.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isFileInput.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isFileInput.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isFileInput.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isFunction.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isFunction.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isFunction.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isFunction.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isFunction.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isFunction.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isFunction.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isFunction.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isHTMLElement.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isHTMLElement.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isHTMLElement.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isHTMLElement.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isHTMLElement.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isHTMLElement.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isHTMLElement.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isHTMLElement.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isKey.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isKey.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isKey.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isKey.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isKey.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isKey.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isKey.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isKey.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isMultipleSelect.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isMultipleSelect.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isMultipleSelect.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isMultipleSelect.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isMultipleSelect.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isMultipleSelect.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isMultipleSelect.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isMultipleSelect.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isNullOrUndefined.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isNullOrUndefined.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isNullOrUndefined.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isNullOrUndefined.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isNullOrUndefined.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isNullOrUndefined.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isNullOrUndefined.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isNullOrUndefined.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isObject.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isObject.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isObject.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isObject.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isObject.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isObject.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isObject.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isObject.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isPrimitive.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isPrimitive.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isPrimitive.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isPrimitive.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isPrimitive.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isPrimitive.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isPrimitive.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isPrimitive.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isRadioInput.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isRadioInput.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isRadioInput.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isRadioInput.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isRadioInput.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isRadioInput.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isRadioInput.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isRadioInput.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isRadioOrCheckbox.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isRadioOrCheckbox.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isRadioOrCheckbox.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isRadioOrCheckbox.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isRadioOrCheckbox.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isRadioOrCheckbox.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isRadioOrCheckbox.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isRadioOrCheckbox.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isRegex.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isRegex.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isRegex.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isRegex.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isRegex.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isRegex.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isRegex.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isRegex.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isString.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isString.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isString.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isString.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isString.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isString.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isString.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isString.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isUndefined.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isUndefined.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isUndefined.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isUndefined.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isUndefined.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isUndefined.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/isUndefined.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/isUndefined.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/live.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/live.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/live.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/live.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/live.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/live.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/live.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/live.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/move.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/move.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/move.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/move.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/move.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/move.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/move.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/move.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/noop.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/noop.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/noop.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/noop.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/noop.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/noop.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/noop.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/noop.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/objectHasFunction.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/objectHasFunction.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/objectHasFunction.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/objectHasFunction.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/objectHasFunction.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/objectHasFunction.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/objectHasFunction.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/objectHasFunction.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/prepend.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/prepend.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/prepend.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/prepend.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/prepend.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/prepend.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/prepend.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/prepend.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/remove.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/remove.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/remove.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/remove.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/remove.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/remove.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/remove.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/remove.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/set.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/set.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/set.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/set.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/set.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/set.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/set.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/set.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/stringToPath.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/stringToPath.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/stringToPath.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/stringToPath.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/stringToPath.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/stringToPath.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/stringToPath.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/stringToPath.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/swap.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/swap.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/swap.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/swap.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/swap.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/swap.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/swap.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/swap.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/unset.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/unset.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/unset.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/unset.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/unset.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/unset.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/unset.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/unset.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/update.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/update.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/update.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/update.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/update.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/update.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/update.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/update.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/validationModeChecker.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/validationModeChecker.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/validationModeChecker.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/validationModeChecker.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/utils/validationModeChecker.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/utils/validationModeChecker.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/utils/validationModeChecker.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/utils/validationModeChecker.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/watch.server.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/watch.server.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/watch.server.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/watch.server.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/watch.server.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/watch.server.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/watch.server.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/watch.server.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/watch.test.d.ts b/apps/angular/node_modules/react-hook-form/dist/__tests__/watch.test.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/watch.test.d.ts rename to apps/angular/node_modules/react-hook-form/dist/__tests__/watch.test.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/__tests__/watch.test.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/__tests__/watch.test.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/__tests__/watch.test.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/__tests__/watch.test.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/constants.d.ts b/apps/angular/node_modules/react-hook-form/dist/constants.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/constants.d.ts rename to apps/angular/node_modules/react-hook-form/dist/constants.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/constants.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/constants.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/constants.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/constants.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/controller.d.ts b/apps/angular/node_modules/react-hook-form/dist/controller.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/controller.d.ts rename to apps/angular/node_modules/react-hook-form/dist/controller.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/controller.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/controller.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/controller.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/controller.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/form.d.ts b/apps/angular/node_modules/react-hook-form/dist/form.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/form.d.ts rename to apps/angular/node_modules/react-hook-form/dist/form.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/form.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/form.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/form.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/form.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/formStateSubscribe.d.ts b/apps/angular/node_modules/react-hook-form/dist/formStateSubscribe.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/formStateSubscribe.d.ts rename to apps/angular/node_modules/react-hook-form/dist/formStateSubscribe.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/formStateSubscribe.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/formStateSubscribe.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/formStateSubscribe.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/formStateSubscribe.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/index.cjs.js b/apps/angular/node_modules/react-hook-form/dist/index.cjs.js similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/index.cjs.js rename to apps/angular/node_modules/react-hook-form/dist/index.cjs.js diff --git a/ClientApp/node_modules/react-hook-form/dist/index.cjs.js.map b/apps/angular/node_modules/react-hook-form/dist/index.cjs.js.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/index.cjs.js.map rename to apps/angular/node_modules/react-hook-form/dist/index.cjs.js.map diff --git a/ClientApp/node_modules/react-hook-form/dist/index.d.ts b/apps/angular/node_modules/react-hook-form/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/index.d.ts rename to apps/angular/node_modules/react-hook-form/dist/index.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/index.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/index.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/index.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/index.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/index.esm.mjs b/apps/angular/node_modules/react-hook-form/dist/index.esm.mjs similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/index.esm.mjs rename to apps/angular/node_modules/react-hook-form/dist/index.esm.mjs diff --git a/ClientApp/node_modules/react-hook-form/dist/index.esm.mjs.map b/apps/angular/node_modules/react-hook-form/dist/index.esm.mjs.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/index.esm.mjs.map rename to apps/angular/node_modules/react-hook-form/dist/index.esm.mjs.map diff --git a/ClientApp/node_modules/react-hook-form/dist/index.react-server.d.ts b/apps/angular/node_modules/react-hook-form/dist/index.react-server.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/index.react-server.d.ts rename to apps/angular/node_modules/react-hook-form/dist/index.react-server.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/index.react-server.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/index.react-server.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/index.react-server.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/index.react-server.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/index.umd.js b/apps/angular/node_modules/react-hook-form/dist/index.umd.js similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/index.umd.js rename to apps/angular/node_modules/react-hook-form/dist/index.umd.js diff --git a/ClientApp/node_modules/react-hook-form/dist/index.umd.js.map b/apps/angular/node_modules/react-hook-form/dist/index.umd.js.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/index.umd.js.map rename to apps/angular/node_modules/react-hook-form/dist/index.umd.js.map diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/appendErrors.d.ts b/apps/angular/node_modules/react-hook-form/dist/logic/appendErrors.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/appendErrors.d.ts rename to apps/angular/node_modules/react-hook-form/dist/logic/appendErrors.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/appendErrors.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/logic/appendErrors.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/appendErrors.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/logic/appendErrors.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/createFormControl.d.ts b/apps/angular/node_modules/react-hook-form/dist/logic/createFormControl.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/createFormControl.d.ts rename to apps/angular/node_modules/react-hook-form/dist/logic/createFormControl.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/createFormControl.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/logic/createFormControl.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/createFormControl.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/logic/createFormControl.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/generateId.d.ts b/apps/angular/node_modules/react-hook-form/dist/logic/generateId.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/generateId.d.ts rename to apps/angular/node_modules/react-hook-form/dist/logic/generateId.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/generateId.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/logic/generateId.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/generateId.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/logic/generateId.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/generateWatchOutput.d.ts b/apps/angular/node_modules/react-hook-form/dist/logic/generateWatchOutput.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/generateWatchOutput.d.ts rename to apps/angular/node_modules/react-hook-form/dist/logic/generateWatchOutput.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/generateWatchOutput.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/logic/generateWatchOutput.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/generateWatchOutput.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/logic/generateWatchOutput.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/getCheckboxValue.d.ts b/apps/angular/node_modules/react-hook-form/dist/logic/getCheckboxValue.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/getCheckboxValue.d.ts rename to apps/angular/node_modules/react-hook-form/dist/logic/getCheckboxValue.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/getCheckboxValue.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/logic/getCheckboxValue.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/getCheckboxValue.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/logic/getCheckboxValue.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/getDirtyFields.d.ts b/apps/angular/node_modules/react-hook-form/dist/logic/getDirtyFields.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/getDirtyFields.d.ts rename to apps/angular/node_modules/react-hook-form/dist/logic/getDirtyFields.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/getDirtyFields.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/logic/getDirtyFields.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/getDirtyFields.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/logic/getDirtyFields.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/getEventValue.d.ts b/apps/angular/node_modules/react-hook-form/dist/logic/getEventValue.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/getEventValue.d.ts rename to apps/angular/node_modules/react-hook-form/dist/logic/getEventValue.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/getEventValue.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/logic/getEventValue.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/getEventValue.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/logic/getEventValue.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/getFieldValue.d.ts b/apps/angular/node_modules/react-hook-form/dist/logic/getFieldValue.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/getFieldValue.d.ts rename to apps/angular/node_modules/react-hook-form/dist/logic/getFieldValue.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/getFieldValue.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/logic/getFieldValue.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/getFieldValue.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/logic/getFieldValue.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/getFieldValueAs.d.ts b/apps/angular/node_modules/react-hook-form/dist/logic/getFieldValueAs.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/getFieldValueAs.d.ts rename to apps/angular/node_modules/react-hook-form/dist/logic/getFieldValueAs.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/getFieldValueAs.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/logic/getFieldValueAs.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/getFieldValueAs.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/logic/getFieldValueAs.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/getFocusFieldName.d.ts b/apps/angular/node_modules/react-hook-form/dist/logic/getFocusFieldName.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/getFocusFieldName.d.ts rename to apps/angular/node_modules/react-hook-form/dist/logic/getFocusFieldName.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/getFocusFieldName.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/logic/getFocusFieldName.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/getFocusFieldName.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/logic/getFocusFieldName.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/getNodeParentName.d.ts b/apps/angular/node_modules/react-hook-form/dist/logic/getNodeParentName.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/getNodeParentName.d.ts rename to apps/angular/node_modules/react-hook-form/dist/logic/getNodeParentName.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/getNodeParentName.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/logic/getNodeParentName.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/getNodeParentName.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/logic/getNodeParentName.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/getProxyFormState.d.ts b/apps/angular/node_modules/react-hook-form/dist/logic/getProxyFormState.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/getProxyFormState.d.ts rename to apps/angular/node_modules/react-hook-form/dist/logic/getProxyFormState.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/getProxyFormState.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/logic/getProxyFormState.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/getProxyFormState.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/logic/getProxyFormState.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/getRadioValue.d.ts b/apps/angular/node_modules/react-hook-form/dist/logic/getRadioValue.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/getRadioValue.d.ts rename to apps/angular/node_modules/react-hook-form/dist/logic/getRadioValue.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/getRadioValue.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/logic/getRadioValue.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/getRadioValue.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/logic/getRadioValue.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/getResolverOptions.d.ts b/apps/angular/node_modules/react-hook-form/dist/logic/getResolverOptions.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/getResolverOptions.d.ts rename to apps/angular/node_modules/react-hook-form/dist/logic/getResolverOptions.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/getResolverOptions.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/logic/getResolverOptions.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/getResolverOptions.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/logic/getResolverOptions.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/getRuleValue.d.ts b/apps/angular/node_modules/react-hook-form/dist/logic/getRuleValue.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/getRuleValue.d.ts rename to apps/angular/node_modules/react-hook-form/dist/logic/getRuleValue.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/getRuleValue.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/logic/getRuleValue.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/getRuleValue.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/logic/getRuleValue.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/getValidateError.d.ts b/apps/angular/node_modules/react-hook-form/dist/logic/getValidateError.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/getValidateError.d.ts rename to apps/angular/node_modules/react-hook-form/dist/logic/getValidateError.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/getValidateError.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/logic/getValidateError.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/getValidateError.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/logic/getValidateError.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/getValidationModes.d.ts b/apps/angular/node_modules/react-hook-form/dist/logic/getValidationModes.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/getValidationModes.d.ts rename to apps/angular/node_modules/react-hook-form/dist/logic/getValidationModes.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/getValidationModes.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/logic/getValidationModes.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/getValidationModes.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/logic/getValidationModes.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/getValueAndMessage.d.ts b/apps/angular/node_modules/react-hook-form/dist/logic/getValueAndMessage.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/getValueAndMessage.d.ts rename to apps/angular/node_modules/react-hook-form/dist/logic/getValueAndMessage.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/getValueAndMessage.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/logic/getValueAndMessage.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/getValueAndMessage.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/logic/getValueAndMessage.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/hasPromiseValidation.d.ts b/apps/angular/node_modules/react-hook-form/dist/logic/hasPromiseValidation.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/hasPromiseValidation.d.ts rename to apps/angular/node_modules/react-hook-form/dist/logic/hasPromiseValidation.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/hasPromiseValidation.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/logic/hasPromiseValidation.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/hasPromiseValidation.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/logic/hasPromiseValidation.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/hasValidation.d.ts b/apps/angular/node_modules/react-hook-form/dist/logic/hasValidation.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/hasValidation.d.ts rename to apps/angular/node_modules/react-hook-form/dist/logic/hasValidation.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/hasValidation.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/logic/hasValidation.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/hasValidation.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/logic/hasValidation.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/index.d.ts b/apps/angular/node_modules/react-hook-form/dist/logic/index.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/index.d.ts rename to apps/angular/node_modules/react-hook-form/dist/logic/index.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/index.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/logic/index.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/index.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/logic/index.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/isNameInFieldArray.d.ts b/apps/angular/node_modules/react-hook-form/dist/logic/isNameInFieldArray.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/isNameInFieldArray.d.ts rename to apps/angular/node_modules/react-hook-form/dist/logic/isNameInFieldArray.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/isNameInFieldArray.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/logic/isNameInFieldArray.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/isNameInFieldArray.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/logic/isNameInFieldArray.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/isWatched.d.ts b/apps/angular/node_modules/react-hook-form/dist/logic/isWatched.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/isWatched.d.ts rename to apps/angular/node_modules/react-hook-form/dist/logic/isWatched.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/isWatched.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/logic/isWatched.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/isWatched.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/logic/isWatched.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/iterateFieldsByAction.d.ts b/apps/angular/node_modules/react-hook-form/dist/logic/iterateFieldsByAction.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/iterateFieldsByAction.d.ts rename to apps/angular/node_modules/react-hook-form/dist/logic/iterateFieldsByAction.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/iterateFieldsByAction.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/logic/iterateFieldsByAction.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/iterateFieldsByAction.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/logic/iterateFieldsByAction.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/schemaErrorLookup.d.ts b/apps/angular/node_modules/react-hook-form/dist/logic/schemaErrorLookup.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/schemaErrorLookup.d.ts rename to apps/angular/node_modules/react-hook-form/dist/logic/schemaErrorLookup.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/schemaErrorLookup.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/logic/schemaErrorLookup.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/schemaErrorLookup.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/logic/schemaErrorLookup.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/shouldRenderFormState.d.ts b/apps/angular/node_modules/react-hook-form/dist/logic/shouldRenderFormState.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/shouldRenderFormState.d.ts rename to apps/angular/node_modules/react-hook-form/dist/logic/shouldRenderFormState.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/shouldRenderFormState.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/logic/shouldRenderFormState.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/shouldRenderFormState.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/logic/shouldRenderFormState.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/shouldSubscribeByName.d.ts b/apps/angular/node_modules/react-hook-form/dist/logic/shouldSubscribeByName.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/shouldSubscribeByName.d.ts rename to apps/angular/node_modules/react-hook-form/dist/logic/shouldSubscribeByName.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/shouldSubscribeByName.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/logic/shouldSubscribeByName.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/shouldSubscribeByName.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/logic/shouldSubscribeByName.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/skipValidation.d.ts b/apps/angular/node_modules/react-hook-form/dist/logic/skipValidation.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/skipValidation.d.ts rename to apps/angular/node_modules/react-hook-form/dist/logic/skipValidation.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/skipValidation.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/logic/skipValidation.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/skipValidation.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/logic/skipValidation.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/unsetEmptyArray.d.ts b/apps/angular/node_modules/react-hook-form/dist/logic/unsetEmptyArray.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/unsetEmptyArray.d.ts rename to apps/angular/node_modules/react-hook-form/dist/logic/unsetEmptyArray.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/unsetEmptyArray.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/logic/unsetEmptyArray.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/unsetEmptyArray.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/logic/unsetEmptyArray.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/updateFieldArrayRootError.d.ts b/apps/angular/node_modules/react-hook-form/dist/logic/updateFieldArrayRootError.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/updateFieldArrayRootError.d.ts rename to apps/angular/node_modules/react-hook-form/dist/logic/updateFieldArrayRootError.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/updateFieldArrayRootError.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/logic/updateFieldArrayRootError.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/updateFieldArrayRootError.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/logic/updateFieldArrayRootError.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/validateField.d.ts b/apps/angular/node_modules/react-hook-form/dist/logic/validateField.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/validateField.d.ts rename to apps/angular/node_modules/react-hook-form/dist/logic/validateField.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/logic/validateField.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/logic/validateField.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/logic/validateField.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/logic/validateField.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/react-server.esm.mjs b/apps/angular/node_modules/react-hook-form/dist/react-server.esm.mjs similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/react-server.esm.mjs rename to apps/angular/node_modules/react-hook-form/dist/react-server.esm.mjs diff --git a/ClientApp/node_modules/react-hook-form/dist/react-server.esm.mjs.map b/apps/angular/node_modules/react-hook-form/dist/react-server.esm.mjs.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/react-server.esm.mjs.map rename to apps/angular/node_modules/react-hook-form/dist/react-server.esm.mjs.map diff --git a/ClientApp/node_modules/react-hook-form/dist/types/controller.d.ts b/apps/angular/node_modules/react-hook-form/dist/types/controller.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/types/controller.d.ts rename to apps/angular/node_modules/react-hook-form/dist/types/controller.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/types/controller.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/types/controller.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/types/controller.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/types/controller.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/types/errors.d.ts b/apps/angular/node_modules/react-hook-form/dist/types/errors.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/types/errors.d.ts rename to apps/angular/node_modules/react-hook-form/dist/types/errors.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/types/errors.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/types/errors.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/types/errors.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/types/errors.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/types/events.d.ts b/apps/angular/node_modules/react-hook-form/dist/types/events.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/types/events.d.ts rename to apps/angular/node_modules/react-hook-form/dist/types/events.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/types/events.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/types/events.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/types/events.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/types/events.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/types/fieldArray.d.ts b/apps/angular/node_modules/react-hook-form/dist/types/fieldArray.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/types/fieldArray.d.ts rename to apps/angular/node_modules/react-hook-form/dist/types/fieldArray.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/types/fieldArray.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/types/fieldArray.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/types/fieldArray.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/types/fieldArray.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/types/fields.d.ts b/apps/angular/node_modules/react-hook-form/dist/types/fields.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/types/fields.d.ts rename to apps/angular/node_modules/react-hook-form/dist/types/fields.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/types/fields.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/types/fields.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/types/fields.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/types/fields.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/types/form.d.ts b/apps/angular/node_modules/react-hook-form/dist/types/form.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/types/form.d.ts rename to apps/angular/node_modules/react-hook-form/dist/types/form.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/types/form.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/types/form.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/types/form.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/types/form.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/types/index.d.ts b/apps/angular/node_modules/react-hook-form/dist/types/index.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/types/index.d.ts rename to apps/angular/node_modules/react-hook-form/dist/types/index.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/types/index.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/types/index.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/types/index.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/types/index.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/types/path/common.d.ts b/apps/angular/node_modules/react-hook-form/dist/types/path/common.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/types/path/common.d.ts rename to apps/angular/node_modules/react-hook-form/dist/types/path/common.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/types/path/common.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/types/path/common.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/types/path/common.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/types/path/common.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/types/path/eager.d.ts b/apps/angular/node_modules/react-hook-form/dist/types/path/eager.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/types/path/eager.d.ts rename to apps/angular/node_modules/react-hook-form/dist/types/path/eager.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/types/path/eager.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/types/path/eager.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/types/path/eager.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/types/path/eager.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/types/path/index.d.ts b/apps/angular/node_modules/react-hook-form/dist/types/path/index.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/types/path/index.d.ts rename to apps/angular/node_modules/react-hook-form/dist/types/path/index.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/types/path/index.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/types/path/index.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/types/path/index.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/types/path/index.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/types/resolvers.d.ts b/apps/angular/node_modules/react-hook-form/dist/types/resolvers.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/types/resolvers.d.ts rename to apps/angular/node_modules/react-hook-form/dist/types/resolvers.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/types/resolvers.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/types/resolvers.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/types/resolvers.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/types/resolvers.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/types/utils.d.ts b/apps/angular/node_modules/react-hook-form/dist/types/utils.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/types/utils.d.ts rename to apps/angular/node_modules/react-hook-form/dist/types/utils.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/types/utils.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/types/utils.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/types/utils.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/types/utils.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/types/validator.d.ts b/apps/angular/node_modules/react-hook-form/dist/types/validator.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/types/validator.d.ts rename to apps/angular/node_modules/react-hook-form/dist/types/validator.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/types/validator.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/types/validator.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/types/validator.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/types/validator.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/types/watch.d.ts b/apps/angular/node_modules/react-hook-form/dist/types/watch.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/types/watch.d.ts rename to apps/angular/node_modules/react-hook-form/dist/types/watch.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/types/watch.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/types/watch.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/types/watch.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/types/watch.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/useController.d.ts b/apps/angular/node_modules/react-hook-form/dist/useController.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/useController.d.ts rename to apps/angular/node_modules/react-hook-form/dist/useController.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/useController.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/useController.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/useController.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/useController.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/useFieldArray.d.ts b/apps/angular/node_modules/react-hook-form/dist/useFieldArray.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/useFieldArray.d.ts rename to apps/angular/node_modules/react-hook-form/dist/useFieldArray.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/useFieldArray.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/useFieldArray.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/useFieldArray.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/useFieldArray.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/useForm.d.ts b/apps/angular/node_modules/react-hook-form/dist/useForm.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/useForm.d.ts rename to apps/angular/node_modules/react-hook-form/dist/useForm.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/useForm.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/useForm.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/useForm.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/useForm.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/useFormContext.d.ts b/apps/angular/node_modules/react-hook-form/dist/useFormContext.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/useFormContext.d.ts rename to apps/angular/node_modules/react-hook-form/dist/useFormContext.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/useFormContext.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/useFormContext.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/useFormContext.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/useFormContext.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/useFormControlContext.d.ts b/apps/angular/node_modules/react-hook-form/dist/useFormControlContext.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/useFormControlContext.d.ts rename to apps/angular/node_modules/react-hook-form/dist/useFormControlContext.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/useFormControlContext.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/useFormControlContext.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/useFormControlContext.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/useFormControlContext.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/useFormState.d.ts b/apps/angular/node_modules/react-hook-form/dist/useFormState.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/useFormState.d.ts rename to apps/angular/node_modules/react-hook-form/dist/useFormState.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/useFormState.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/useFormState.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/useFormState.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/useFormState.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/useIsomorphicLayoutEffect.d.ts b/apps/angular/node_modules/react-hook-form/dist/useIsomorphicLayoutEffect.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/useIsomorphicLayoutEffect.d.ts rename to apps/angular/node_modules/react-hook-form/dist/useIsomorphicLayoutEffect.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/useIsomorphicLayoutEffect.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/useIsomorphicLayoutEffect.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/useIsomorphicLayoutEffect.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/useIsomorphicLayoutEffect.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/useWatch.d.ts b/apps/angular/node_modules/react-hook-form/dist/useWatch.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/useWatch.d.ts rename to apps/angular/node_modules/react-hook-form/dist/useWatch.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/useWatch.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/useWatch.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/useWatch.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/useWatch.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/append.d.ts b/apps/angular/node_modules/react-hook-form/dist/utils/append.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/append.d.ts rename to apps/angular/node_modules/react-hook-form/dist/utils/append.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/append.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/utils/append.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/append.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/utils/append.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/cloneObject.d.ts b/apps/angular/node_modules/react-hook-form/dist/utils/cloneObject.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/cloneObject.d.ts rename to apps/angular/node_modules/react-hook-form/dist/utils/cloneObject.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/cloneObject.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/utils/cloneObject.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/cloneObject.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/utils/cloneObject.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/compact.d.ts b/apps/angular/node_modules/react-hook-form/dist/utils/compact.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/compact.d.ts rename to apps/angular/node_modules/react-hook-form/dist/utils/compact.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/compact.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/utils/compact.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/compact.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/utils/compact.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/convertToArrayPayload.d.ts b/apps/angular/node_modules/react-hook-form/dist/utils/convertToArrayPayload.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/convertToArrayPayload.d.ts rename to apps/angular/node_modules/react-hook-form/dist/utils/convertToArrayPayload.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/convertToArrayPayload.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/utils/convertToArrayPayload.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/convertToArrayPayload.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/utils/convertToArrayPayload.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/createSubject.d.ts b/apps/angular/node_modules/react-hook-form/dist/utils/createSubject.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/createSubject.d.ts rename to apps/angular/node_modules/react-hook-form/dist/utils/createSubject.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/createSubject.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/utils/createSubject.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/createSubject.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/utils/createSubject.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/deepEqual.d.ts b/apps/angular/node_modules/react-hook-form/dist/utils/deepEqual.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/deepEqual.d.ts rename to apps/angular/node_modules/react-hook-form/dist/utils/deepEqual.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/deepEqual.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/utils/deepEqual.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/deepEqual.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/utils/deepEqual.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/deepMerge.d.ts b/apps/angular/node_modules/react-hook-form/dist/utils/deepMerge.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/deepMerge.d.ts rename to apps/angular/node_modules/react-hook-form/dist/utils/deepMerge.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/deepMerge.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/utils/deepMerge.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/deepMerge.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/utils/deepMerge.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/extractFormValues.d.ts b/apps/angular/node_modules/react-hook-form/dist/utils/extractFormValues.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/extractFormValues.d.ts rename to apps/angular/node_modules/react-hook-form/dist/utils/extractFormValues.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/extractFormValues.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/utils/extractFormValues.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/extractFormValues.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/utils/extractFormValues.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/fillEmptyArray.d.ts b/apps/angular/node_modules/react-hook-form/dist/utils/fillEmptyArray.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/fillEmptyArray.d.ts rename to apps/angular/node_modules/react-hook-form/dist/utils/fillEmptyArray.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/fillEmptyArray.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/utils/fillEmptyArray.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/fillEmptyArray.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/utils/fillEmptyArray.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/flatten.d.ts b/apps/angular/node_modules/react-hook-form/dist/utils/flatten.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/flatten.d.ts rename to apps/angular/node_modules/react-hook-form/dist/utils/flatten.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/flatten.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/utils/flatten.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/flatten.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/utils/flatten.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/get.d.ts b/apps/angular/node_modules/react-hook-form/dist/utils/get.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/get.d.ts rename to apps/angular/node_modules/react-hook-form/dist/utils/get.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/get.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/utils/get.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/get.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/utils/get.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/index.d.ts b/apps/angular/node_modules/react-hook-form/dist/utils/index.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/index.d.ts rename to apps/angular/node_modules/react-hook-form/dist/utils/index.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/index.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/utils/index.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/index.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/utils/index.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/insert.d.ts b/apps/angular/node_modules/react-hook-form/dist/utils/insert.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/insert.d.ts rename to apps/angular/node_modules/react-hook-form/dist/utils/insert.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/insert.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/utils/insert.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/insert.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/utils/insert.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/isBoolean.d.ts b/apps/angular/node_modules/react-hook-form/dist/utils/isBoolean.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/isBoolean.d.ts rename to apps/angular/node_modules/react-hook-form/dist/utils/isBoolean.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/isBoolean.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/utils/isBoolean.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/isBoolean.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/utils/isBoolean.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/isCheckBoxInput.d.ts b/apps/angular/node_modules/react-hook-form/dist/utils/isCheckBoxInput.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/isCheckBoxInput.d.ts rename to apps/angular/node_modules/react-hook-form/dist/utils/isCheckBoxInput.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/isCheckBoxInput.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/utils/isCheckBoxInput.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/isCheckBoxInput.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/utils/isCheckBoxInput.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/isDateObject.d.ts b/apps/angular/node_modules/react-hook-form/dist/utils/isDateObject.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/isDateObject.d.ts rename to apps/angular/node_modules/react-hook-form/dist/utils/isDateObject.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/isDateObject.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/utils/isDateObject.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/isDateObject.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/utils/isDateObject.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/isEmptyObject.d.ts b/apps/angular/node_modules/react-hook-form/dist/utils/isEmptyObject.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/isEmptyObject.d.ts rename to apps/angular/node_modules/react-hook-form/dist/utils/isEmptyObject.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/isEmptyObject.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/utils/isEmptyObject.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/isEmptyObject.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/utils/isEmptyObject.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/isFileInput.d.ts b/apps/angular/node_modules/react-hook-form/dist/utils/isFileInput.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/isFileInput.d.ts rename to apps/angular/node_modules/react-hook-form/dist/utils/isFileInput.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/isFileInput.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/utils/isFileInput.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/isFileInput.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/utils/isFileInput.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/isFunction.d.ts b/apps/angular/node_modules/react-hook-form/dist/utils/isFunction.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/isFunction.d.ts rename to apps/angular/node_modules/react-hook-form/dist/utils/isFunction.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/isFunction.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/utils/isFunction.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/isFunction.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/utils/isFunction.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/isHTMLElement.d.ts b/apps/angular/node_modules/react-hook-form/dist/utils/isHTMLElement.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/isHTMLElement.d.ts rename to apps/angular/node_modules/react-hook-form/dist/utils/isHTMLElement.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/isHTMLElement.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/utils/isHTMLElement.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/isHTMLElement.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/utils/isHTMLElement.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/isKey.d.ts b/apps/angular/node_modules/react-hook-form/dist/utils/isKey.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/isKey.d.ts rename to apps/angular/node_modules/react-hook-form/dist/utils/isKey.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/isKey.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/utils/isKey.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/isKey.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/utils/isKey.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/isMultipleSelect.d.ts b/apps/angular/node_modules/react-hook-form/dist/utils/isMultipleSelect.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/isMultipleSelect.d.ts rename to apps/angular/node_modules/react-hook-form/dist/utils/isMultipleSelect.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/isMultipleSelect.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/utils/isMultipleSelect.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/isMultipleSelect.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/utils/isMultipleSelect.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/isNullOrUndefined.d.ts b/apps/angular/node_modules/react-hook-form/dist/utils/isNullOrUndefined.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/isNullOrUndefined.d.ts rename to apps/angular/node_modules/react-hook-form/dist/utils/isNullOrUndefined.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/isNullOrUndefined.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/utils/isNullOrUndefined.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/isNullOrUndefined.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/utils/isNullOrUndefined.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/isObject.d.ts b/apps/angular/node_modules/react-hook-form/dist/utils/isObject.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/isObject.d.ts rename to apps/angular/node_modules/react-hook-form/dist/utils/isObject.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/isObject.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/utils/isObject.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/isObject.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/utils/isObject.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/isPlainObject.d.ts b/apps/angular/node_modules/react-hook-form/dist/utils/isPlainObject.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/isPlainObject.d.ts rename to apps/angular/node_modules/react-hook-form/dist/utils/isPlainObject.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/isPlainObject.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/utils/isPlainObject.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/isPlainObject.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/utils/isPlainObject.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/isPrimitive.d.ts b/apps/angular/node_modules/react-hook-form/dist/utils/isPrimitive.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/isPrimitive.d.ts rename to apps/angular/node_modules/react-hook-form/dist/utils/isPrimitive.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/isPrimitive.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/utils/isPrimitive.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/isPrimitive.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/utils/isPrimitive.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/isRadioInput.d.ts b/apps/angular/node_modules/react-hook-form/dist/utils/isRadioInput.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/isRadioInput.d.ts rename to apps/angular/node_modules/react-hook-form/dist/utils/isRadioInput.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/isRadioInput.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/utils/isRadioInput.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/isRadioInput.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/utils/isRadioInput.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/isRadioOrCheckbox.d.ts b/apps/angular/node_modules/react-hook-form/dist/utils/isRadioOrCheckbox.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/isRadioOrCheckbox.d.ts rename to apps/angular/node_modules/react-hook-form/dist/utils/isRadioOrCheckbox.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/isRadioOrCheckbox.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/utils/isRadioOrCheckbox.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/isRadioOrCheckbox.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/utils/isRadioOrCheckbox.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/isRegex.d.ts b/apps/angular/node_modules/react-hook-form/dist/utils/isRegex.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/isRegex.d.ts rename to apps/angular/node_modules/react-hook-form/dist/utils/isRegex.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/isRegex.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/utils/isRegex.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/isRegex.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/utils/isRegex.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/isString.d.ts b/apps/angular/node_modules/react-hook-form/dist/utils/isString.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/isString.d.ts rename to apps/angular/node_modules/react-hook-form/dist/utils/isString.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/isString.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/utils/isString.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/isString.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/utils/isString.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/isUndefined.d.ts b/apps/angular/node_modules/react-hook-form/dist/utils/isUndefined.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/isUndefined.d.ts rename to apps/angular/node_modules/react-hook-form/dist/utils/isUndefined.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/isUndefined.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/utils/isUndefined.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/isUndefined.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/utils/isUndefined.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/isWeb.d.ts b/apps/angular/node_modules/react-hook-form/dist/utils/isWeb.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/isWeb.d.ts rename to apps/angular/node_modules/react-hook-form/dist/utils/isWeb.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/isWeb.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/utils/isWeb.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/isWeb.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/utils/isWeb.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/live.d.ts b/apps/angular/node_modules/react-hook-form/dist/utils/live.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/live.d.ts rename to apps/angular/node_modules/react-hook-form/dist/utils/live.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/live.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/utils/live.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/live.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/utils/live.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/move.d.ts b/apps/angular/node_modules/react-hook-form/dist/utils/move.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/move.d.ts rename to apps/angular/node_modules/react-hook-form/dist/utils/move.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/move.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/utils/move.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/move.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/utils/move.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/noop.d.ts b/apps/angular/node_modules/react-hook-form/dist/utils/noop.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/noop.d.ts rename to apps/angular/node_modules/react-hook-form/dist/utils/noop.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/noop.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/utils/noop.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/noop.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/utils/noop.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/objectHasFunction.d.ts b/apps/angular/node_modules/react-hook-form/dist/utils/objectHasFunction.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/objectHasFunction.d.ts rename to apps/angular/node_modules/react-hook-form/dist/utils/objectHasFunction.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/objectHasFunction.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/utils/objectHasFunction.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/objectHasFunction.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/utils/objectHasFunction.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/prepend.d.ts b/apps/angular/node_modules/react-hook-form/dist/utils/prepend.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/prepend.d.ts rename to apps/angular/node_modules/react-hook-form/dist/utils/prepend.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/prepend.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/utils/prepend.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/prepend.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/utils/prepend.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/remove.d.ts b/apps/angular/node_modules/react-hook-form/dist/utils/remove.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/remove.d.ts rename to apps/angular/node_modules/react-hook-form/dist/utils/remove.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/remove.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/utils/remove.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/remove.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/utils/remove.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/set.d.ts b/apps/angular/node_modules/react-hook-form/dist/utils/set.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/set.d.ts rename to apps/angular/node_modules/react-hook-form/dist/utils/set.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/set.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/utils/set.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/set.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/utils/set.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/sleep.d.ts b/apps/angular/node_modules/react-hook-form/dist/utils/sleep.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/sleep.d.ts rename to apps/angular/node_modules/react-hook-form/dist/utils/sleep.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/sleep.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/utils/sleep.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/sleep.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/utils/sleep.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/stringToPath.d.ts b/apps/angular/node_modules/react-hook-form/dist/utils/stringToPath.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/stringToPath.d.ts rename to apps/angular/node_modules/react-hook-form/dist/utils/stringToPath.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/stringToPath.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/utils/stringToPath.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/stringToPath.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/utils/stringToPath.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/swap.d.ts b/apps/angular/node_modules/react-hook-form/dist/utils/swap.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/swap.d.ts rename to apps/angular/node_modules/react-hook-form/dist/utils/swap.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/swap.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/utils/swap.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/swap.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/utils/swap.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/unset.d.ts b/apps/angular/node_modules/react-hook-form/dist/utils/unset.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/unset.d.ts rename to apps/angular/node_modules/react-hook-form/dist/utils/unset.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/unset.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/utils/unset.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/unset.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/utils/unset.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/update.d.ts b/apps/angular/node_modules/react-hook-form/dist/utils/update.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/update.d.ts rename to apps/angular/node_modules/react-hook-form/dist/utils/update.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/utils/update.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/utils/update.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/utils/update.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/utils/update.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/dist/watch.d.ts b/apps/angular/node_modules/react-hook-form/dist/watch.d.ts similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/watch.d.ts rename to apps/angular/node_modules/react-hook-form/dist/watch.d.ts diff --git a/ClientApp/node_modules/react-hook-form/dist/watch.d.ts.map b/apps/angular/node_modules/react-hook-form/dist/watch.d.ts.map similarity index 100% rename from ClientApp/node_modules/react-hook-form/dist/watch.d.ts.map rename to apps/angular/node_modules/react-hook-form/dist/watch.d.ts.map diff --git a/ClientApp/node_modules/react-hook-form/package.json b/apps/angular/node_modules/react-hook-form/package.json similarity index 100% rename from ClientApp/node_modules/react-hook-form/package.json rename to apps/angular/node_modules/react-hook-form/package.json diff --git a/ClientApp/node_modules/react-is/LICENSE b/apps/angular/node_modules/react-is/LICENSE similarity index 100% rename from ClientApp/node_modules/react-is/LICENSE rename to apps/angular/node_modules/react-is/LICENSE diff --git a/ClientApp/node_modules/react-is/README.md b/apps/angular/node_modules/react-is/README.md similarity index 100% rename from ClientApp/node_modules/react-is/README.md rename to apps/angular/node_modules/react-is/README.md diff --git a/ClientApp/node_modules/react-is/build-info.json b/apps/angular/node_modules/react-is/build-info.json similarity index 100% rename from ClientApp/node_modules/react-is/build-info.json rename to apps/angular/node_modules/react-is/build-info.json diff --git a/ClientApp/node_modules/react-is/cjs/react-is.development.js b/apps/angular/node_modules/react-is/cjs/react-is.development.js similarity index 100% rename from ClientApp/node_modules/react-is/cjs/react-is.development.js rename to apps/angular/node_modules/react-is/cjs/react-is.development.js diff --git a/ClientApp/node_modules/react-is/cjs/react-is.production.min.js b/apps/angular/node_modules/react-is/cjs/react-is.production.min.js similarity index 100% rename from ClientApp/node_modules/react-is/cjs/react-is.production.min.js rename to apps/angular/node_modules/react-is/cjs/react-is.production.min.js diff --git a/ClientApp/node_modules/react-is/index.js b/apps/angular/node_modules/react-is/index.js similarity index 100% rename from ClientApp/node_modules/react-is/index.js rename to apps/angular/node_modules/react-is/index.js diff --git a/ClientApp/node_modules/react-is/package.json b/apps/angular/node_modules/react-is/package.json similarity index 100% rename from ClientApp/node_modules/react-is/package.json rename to apps/angular/node_modules/react-is/package.json diff --git a/ClientApp/node_modules/react-is/umd/react-is.development.js b/apps/angular/node_modules/react-is/umd/react-is.development.js similarity index 100% rename from ClientApp/node_modules/react-is/umd/react-is.development.js rename to apps/angular/node_modules/react-is/umd/react-is.development.js diff --git a/ClientApp/node_modules/react-is/umd/react-is.production.min.js b/apps/angular/node_modules/react-is/umd/react-is.production.min.js similarity index 100% rename from ClientApp/node_modules/react-is/umd/react-is.production.min.js rename to apps/angular/node_modules/react-is/umd/react-is.production.min.js diff --git a/ClientApp/node_modules/react-leaflet/LICENSE.md b/apps/angular/node_modules/react-leaflet/LICENSE.md similarity index 100% rename from ClientApp/node_modules/react-leaflet/LICENSE.md rename to apps/angular/node_modules/react-leaflet/LICENSE.md diff --git a/ClientApp/node_modules/react-leaflet/README.md b/apps/angular/node_modules/react-leaflet/README.md similarity index 100% rename from ClientApp/node_modules/react-leaflet/README.md rename to apps/angular/node_modules/react-leaflet/README.md diff --git a/ClientApp/node_modules/react-leaflet/lib/AttributionControl.d.ts b/apps/angular/node_modules/react-leaflet/lib/AttributionControl.d.ts similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/AttributionControl.d.ts rename to apps/angular/node_modules/react-leaflet/lib/AttributionControl.d.ts diff --git a/ClientApp/node_modules/react-leaflet/lib/AttributionControl.js b/apps/angular/node_modules/react-leaflet/lib/AttributionControl.js similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/AttributionControl.js rename to apps/angular/node_modules/react-leaflet/lib/AttributionControl.js diff --git a/ClientApp/node_modules/react-leaflet/lib/Circle.d.ts b/apps/angular/node_modules/react-leaflet/lib/Circle.d.ts similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/Circle.d.ts rename to apps/angular/node_modules/react-leaflet/lib/Circle.d.ts diff --git a/ClientApp/node_modules/react-leaflet/lib/Circle.js b/apps/angular/node_modules/react-leaflet/lib/Circle.js similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/Circle.js rename to apps/angular/node_modules/react-leaflet/lib/Circle.js diff --git a/ClientApp/node_modules/react-leaflet/lib/CircleMarker.d.ts b/apps/angular/node_modules/react-leaflet/lib/CircleMarker.d.ts similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/CircleMarker.d.ts rename to apps/angular/node_modules/react-leaflet/lib/CircleMarker.d.ts diff --git a/ClientApp/node_modules/react-leaflet/lib/CircleMarker.js b/apps/angular/node_modules/react-leaflet/lib/CircleMarker.js similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/CircleMarker.js rename to apps/angular/node_modules/react-leaflet/lib/CircleMarker.js diff --git a/ClientApp/node_modules/react-leaflet/lib/FeatureGroup.d.ts b/apps/angular/node_modules/react-leaflet/lib/FeatureGroup.d.ts similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/FeatureGroup.d.ts rename to apps/angular/node_modules/react-leaflet/lib/FeatureGroup.d.ts diff --git a/ClientApp/node_modules/react-leaflet/lib/FeatureGroup.js b/apps/angular/node_modules/react-leaflet/lib/FeatureGroup.js similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/FeatureGroup.js rename to apps/angular/node_modules/react-leaflet/lib/FeatureGroup.js diff --git a/ClientApp/node_modules/react-leaflet/lib/GeoJSON.d.ts b/apps/angular/node_modules/react-leaflet/lib/GeoJSON.d.ts similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/GeoJSON.d.ts rename to apps/angular/node_modules/react-leaflet/lib/GeoJSON.d.ts diff --git a/ClientApp/node_modules/react-leaflet/lib/GeoJSON.js b/apps/angular/node_modules/react-leaflet/lib/GeoJSON.js similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/GeoJSON.js rename to apps/angular/node_modules/react-leaflet/lib/GeoJSON.js diff --git a/ClientApp/node_modules/react-leaflet/lib/ImageOverlay.d.ts b/apps/angular/node_modules/react-leaflet/lib/ImageOverlay.d.ts similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/ImageOverlay.d.ts rename to apps/angular/node_modules/react-leaflet/lib/ImageOverlay.d.ts diff --git a/ClientApp/node_modules/react-leaflet/lib/ImageOverlay.js b/apps/angular/node_modules/react-leaflet/lib/ImageOverlay.js similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/ImageOverlay.js rename to apps/angular/node_modules/react-leaflet/lib/ImageOverlay.js diff --git a/ClientApp/node_modules/react-leaflet/lib/LayerGroup.d.ts b/apps/angular/node_modules/react-leaflet/lib/LayerGroup.d.ts similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/LayerGroup.d.ts rename to apps/angular/node_modules/react-leaflet/lib/LayerGroup.d.ts diff --git a/ClientApp/node_modules/react-leaflet/lib/LayerGroup.js b/apps/angular/node_modules/react-leaflet/lib/LayerGroup.js similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/LayerGroup.js rename to apps/angular/node_modules/react-leaflet/lib/LayerGroup.js diff --git a/ClientApp/node_modules/react-leaflet/lib/LayersControl.d.ts b/apps/angular/node_modules/react-leaflet/lib/LayersControl.d.ts similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/LayersControl.d.ts rename to apps/angular/node_modules/react-leaflet/lib/LayersControl.d.ts diff --git a/ClientApp/node_modules/react-leaflet/lib/LayersControl.js b/apps/angular/node_modules/react-leaflet/lib/LayersControl.js similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/LayersControl.js rename to apps/angular/node_modules/react-leaflet/lib/LayersControl.js diff --git a/ClientApp/node_modules/react-leaflet/lib/MapContainer.d.ts b/apps/angular/node_modules/react-leaflet/lib/MapContainer.d.ts similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/MapContainer.d.ts rename to apps/angular/node_modules/react-leaflet/lib/MapContainer.d.ts diff --git a/ClientApp/node_modules/react-leaflet/lib/MapContainer.js b/apps/angular/node_modules/react-leaflet/lib/MapContainer.js similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/MapContainer.js rename to apps/angular/node_modules/react-leaflet/lib/MapContainer.js diff --git a/ClientApp/node_modules/react-leaflet/lib/Marker.d.ts b/apps/angular/node_modules/react-leaflet/lib/Marker.d.ts similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/Marker.d.ts rename to apps/angular/node_modules/react-leaflet/lib/Marker.d.ts diff --git a/ClientApp/node_modules/react-leaflet/lib/Marker.js b/apps/angular/node_modules/react-leaflet/lib/Marker.js similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/Marker.js rename to apps/angular/node_modules/react-leaflet/lib/Marker.js diff --git a/ClientApp/node_modules/react-leaflet/lib/Pane.d.ts b/apps/angular/node_modules/react-leaflet/lib/Pane.d.ts similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/Pane.d.ts rename to apps/angular/node_modules/react-leaflet/lib/Pane.d.ts diff --git a/ClientApp/node_modules/react-leaflet/lib/Pane.js b/apps/angular/node_modules/react-leaflet/lib/Pane.js similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/Pane.js rename to apps/angular/node_modules/react-leaflet/lib/Pane.js diff --git a/ClientApp/node_modules/react-leaflet/lib/Polygon.d.ts b/apps/angular/node_modules/react-leaflet/lib/Polygon.d.ts similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/Polygon.d.ts rename to apps/angular/node_modules/react-leaflet/lib/Polygon.d.ts diff --git a/ClientApp/node_modules/react-leaflet/lib/Polygon.js b/apps/angular/node_modules/react-leaflet/lib/Polygon.js similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/Polygon.js rename to apps/angular/node_modules/react-leaflet/lib/Polygon.js diff --git a/ClientApp/node_modules/react-leaflet/lib/Polyline.d.ts b/apps/angular/node_modules/react-leaflet/lib/Polyline.d.ts similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/Polyline.d.ts rename to apps/angular/node_modules/react-leaflet/lib/Polyline.d.ts diff --git a/ClientApp/node_modules/react-leaflet/lib/Polyline.js b/apps/angular/node_modules/react-leaflet/lib/Polyline.js similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/Polyline.js rename to apps/angular/node_modules/react-leaflet/lib/Polyline.js diff --git a/ClientApp/node_modules/react-leaflet/lib/Popup.d.ts b/apps/angular/node_modules/react-leaflet/lib/Popup.d.ts similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/Popup.d.ts rename to apps/angular/node_modules/react-leaflet/lib/Popup.d.ts diff --git a/ClientApp/node_modules/react-leaflet/lib/Popup.js b/apps/angular/node_modules/react-leaflet/lib/Popup.js similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/Popup.js rename to apps/angular/node_modules/react-leaflet/lib/Popup.js diff --git a/ClientApp/node_modules/react-leaflet/lib/Rectangle.d.ts b/apps/angular/node_modules/react-leaflet/lib/Rectangle.d.ts similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/Rectangle.d.ts rename to apps/angular/node_modules/react-leaflet/lib/Rectangle.d.ts diff --git a/ClientApp/node_modules/react-leaflet/lib/Rectangle.js b/apps/angular/node_modules/react-leaflet/lib/Rectangle.js similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/Rectangle.js rename to apps/angular/node_modules/react-leaflet/lib/Rectangle.js diff --git a/ClientApp/node_modules/react-leaflet/lib/SVGOverlay.d.ts b/apps/angular/node_modules/react-leaflet/lib/SVGOverlay.d.ts similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/SVGOverlay.d.ts rename to apps/angular/node_modules/react-leaflet/lib/SVGOverlay.d.ts diff --git a/ClientApp/node_modules/react-leaflet/lib/SVGOverlay.js b/apps/angular/node_modules/react-leaflet/lib/SVGOverlay.js similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/SVGOverlay.js rename to apps/angular/node_modules/react-leaflet/lib/SVGOverlay.js diff --git a/ClientApp/node_modules/react-leaflet/lib/ScaleControl.d.ts b/apps/angular/node_modules/react-leaflet/lib/ScaleControl.d.ts similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/ScaleControl.d.ts rename to apps/angular/node_modules/react-leaflet/lib/ScaleControl.d.ts diff --git a/ClientApp/node_modules/react-leaflet/lib/ScaleControl.js b/apps/angular/node_modules/react-leaflet/lib/ScaleControl.js similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/ScaleControl.js rename to apps/angular/node_modules/react-leaflet/lib/ScaleControl.js diff --git a/ClientApp/node_modules/react-leaflet/lib/TileLayer.d.ts b/apps/angular/node_modules/react-leaflet/lib/TileLayer.d.ts similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/TileLayer.d.ts rename to apps/angular/node_modules/react-leaflet/lib/TileLayer.d.ts diff --git a/ClientApp/node_modules/react-leaflet/lib/TileLayer.js b/apps/angular/node_modules/react-leaflet/lib/TileLayer.js similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/TileLayer.js rename to apps/angular/node_modules/react-leaflet/lib/TileLayer.js diff --git a/ClientApp/node_modules/react-leaflet/lib/Tooltip.d.ts b/apps/angular/node_modules/react-leaflet/lib/Tooltip.d.ts similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/Tooltip.d.ts rename to apps/angular/node_modules/react-leaflet/lib/Tooltip.d.ts diff --git a/ClientApp/node_modules/react-leaflet/lib/Tooltip.js b/apps/angular/node_modules/react-leaflet/lib/Tooltip.js similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/Tooltip.js rename to apps/angular/node_modules/react-leaflet/lib/Tooltip.js diff --git a/ClientApp/node_modules/react-leaflet/lib/VideoOverlay.d.ts b/apps/angular/node_modules/react-leaflet/lib/VideoOverlay.d.ts similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/VideoOverlay.d.ts rename to apps/angular/node_modules/react-leaflet/lib/VideoOverlay.d.ts diff --git a/ClientApp/node_modules/react-leaflet/lib/VideoOverlay.js b/apps/angular/node_modules/react-leaflet/lib/VideoOverlay.js similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/VideoOverlay.js rename to apps/angular/node_modules/react-leaflet/lib/VideoOverlay.js diff --git a/ClientApp/node_modules/react-leaflet/lib/WMSTileLayer.d.ts b/apps/angular/node_modules/react-leaflet/lib/WMSTileLayer.d.ts similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/WMSTileLayer.d.ts rename to apps/angular/node_modules/react-leaflet/lib/WMSTileLayer.d.ts diff --git a/ClientApp/node_modules/react-leaflet/lib/WMSTileLayer.js b/apps/angular/node_modules/react-leaflet/lib/WMSTileLayer.js similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/WMSTileLayer.js rename to apps/angular/node_modules/react-leaflet/lib/WMSTileLayer.js diff --git a/ClientApp/node_modules/react-leaflet/lib/ZoomControl.d.ts b/apps/angular/node_modules/react-leaflet/lib/ZoomControl.d.ts similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/ZoomControl.d.ts rename to apps/angular/node_modules/react-leaflet/lib/ZoomControl.d.ts diff --git a/ClientApp/node_modules/react-leaflet/lib/ZoomControl.js b/apps/angular/node_modules/react-leaflet/lib/ZoomControl.js similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/ZoomControl.js rename to apps/angular/node_modules/react-leaflet/lib/ZoomControl.js diff --git a/ClientApp/node_modules/react-leaflet/lib/hooks.d.ts b/apps/angular/node_modules/react-leaflet/lib/hooks.d.ts similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/hooks.d.ts rename to apps/angular/node_modules/react-leaflet/lib/hooks.d.ts diff --git a/ClientApp/node_modules/react-leaflet/lib/hooks.js b/apps/angular/node_modules/react-leaflet/lib/hooks.js similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/hooks.js rename to apps/angular/node_modules/react-leaflet/lib/hooks.js diff --git a/ClientApp/node_modules/react-leaflet/lib/index.d.ts b/apps/angular/node_modules/react-leaflet/lib/index.d.ts similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/index.d.ts rename to apps/angular/node_modules/react-leaflet/lib/index.d.ts diff --git a/ClientApp/node_modules/react-leaflet/lib/index.js b/apps/angular/node_modules/react-leaflet/lib/index.js similarity index 100% rename from ClientApp/node_modules/react-leaflet/lib/index.js rename to apps/angular/node_modules/react-leaflet/lib/index.js diff --git a/ClientApp/node_modules/react-leaflet/package.json b/apps/angular/node_modules/react-leaflet/package.json similarity index 100% rename from ClientApp/node_modules/react-leaflet/package.json rename to apps/angular/node_modules/react-leaflet/package.json diff --git a/ClientApp/node_modules/react-refresh/LICENSE b/apps/angular/node_modules/react-refresh/LICENSE similarity index 100% rename from ClientApp/node_modules/react-refresh/LICENSE rename to apps/angular/node_modules/react-refresh/LICENSE diff --git a/ClientApp/node_modules/react-refresh/README.md b/apps/angular/node_modules/react-refresh/README.md similarity index 100% rename from ClientApp/node_modules/react-refresh/README.md rename to apps/angular/node_modules/react-refresh/README.md diff --git a/ClientApp/node_modules/react-refresh/babel.js b/apps/angular/node_modules/react-refresh/babel.js similarity index 100% rename from ClientApp/node_modules/react-refresh/babel.js rename to apps/angular/node_modules/react-refresh/babel.js diff --git a/ClientApp/node_modules/react-refresh/cjs/react-refresh-babel.development.js b/apps/angular/node_modules/react-refresh/cjs/react-refresh-babel.development.js similarity index 100% rename from ClientApp/node_modules/react-refresh/cjs/react-refresh-babel.development.js rename to apps/angular/node_modules/react-refresh/cjs/react-refresh-babel.development.js diff --git a/ClientApp/node_modules/react-refresh/cjs/react-refresh-babel.production.js b/apps/angular/node_modules/react-refresh/cjs/react-refresh-babel.production.js similarity index 100% rename from ClientApp/node_modules/react-refresh/cjs/react-refresh-babel.production.js rename to apps/angular/node_modules/react-refresh/cjs/react-refresh-babel.production.js diff --git a/ClientApp/node_modules/react-refresh/cjs/react-refresh-runtime.development.js b/apps/angular/node_modules/react-refresh/cjs/react-refresh-runtime.development.js similarity index 100% rename from ClientApp/node_modules/react-refresh/cjs/react-refresh-runtime.development.js rename to apps/angular/node_modules/react-refresh/cjs/react-refresh-runtime.development.js diff --git a/ClientApp/node_modules/react-refresh/cjs/react-refresh-runtime.production.js b/apps/angular/node_modules/react-refresh/cjs/react-refresh-runtime.production.js similarity index 100% rename from ClientApp/node_modules/react-refresh/cjs/react-refresh-runtime.production.js rename to apps/angular/node_modules/react-refresh/cjs/react-refresh-runtime.production.js diff --git a/ClientApp/node_modules/react-refresh/package.json b/apps/angular/node_modules/react-refresh/package.json similarity index 100% rename from ClientApp/node_modules/react-refresh/package.json rename to apps/angular/node_modules/react-refresh/package.json diff --git a/ClientApp/node_modules/react-refresh/runtime.js b/apps/angular/node_modules/react-refresh/runtime.js similarity index 100% rename from ClientApp/node_modules/react-refresh/runtime.js rename to apps/angular/node_modules/react-refresh/runtime.js diff --git a/ClientApp/node_modules/react-router-dom/CHANGELOG.md b/apps/angular/node_modules/react-router-dom/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/react-router-dom/CHANGELOG.md rename to apps/angular/node_modules/react-router-dom/CHANGELOG.md diff --git a/ClientApp/node_modules/react-router-dom/LICENSE.md b/apps/angular/node_modules/react-router-dom/LICENSE.md similarity index 100% rename from ClientApp/node_modules/react-router-dom/LICENSE.md rename to apps/angular/node_modules/react-router-dom/LICENSE.md diff --git a/ClientApp/node_modules/react-router-dom/README.md b/apps/angular/node_modules/react-router-dom/README.md similarity index 100% rename from ClientApp/node_modules/react-router-dom/README.md rename to apps/angular/node_modules/react-router-dom/README.md diff --git a/ClientApp/node_modules/react-router-dom/dist/dom.d.ts b/apps/angular/node_modules/react-router-dom/dist/dom.d.ts similarity index 100% rename from ClientApp/node_modules/react-router-dom/dist/dom.d.ts rename to apps/angular/node_modules/react-router-dom/dist/dom.d.ts diff --git a/ClientApp/node_modules/react-router-dom/dist/index.d.ts b/apps/angular/node_modules/react-router-dom/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/react-router-dom/dist/index.d.ts rename to apps/angular/node_modules/react-router-dom/dist/index.d.ts diff --git a/ClientApp/node_modules/react-router-dom/dist/index.js b/apps/angular/node_modules/react-router-dom/dist/index.js similarity index 100% rename from ClientApp/node_modules/react-router-dom/dist/index.js rename to apps/angular/node_modules/react-router-dom/dist/index.js diff --git a/ClientApp/node_modules/react-router-dom/dist/index.js.map b/apps/angular/node_modules/react-router-dom/dist/index.js.map similarity index 100% rename from ClientApp/node_modules/react-router-dom/dist/index.js.map rename to apps/angular/node_modules/react-router-dom/dist/index.js.map diff --git a/ClientApp/node_modules/react-router-dom/dist/main.js b/apps/angular/node_modules/react-router-dom/dist/main.js similarity index 100% rename from ClientApp/node_modules/react-router-dom/dist/main.js rename to apps/angular/node_modules/react-router-dom/dist/main.js diff --git a/ClientApp/node_modules/react-router-dom/dist/react-router-dom.development.js b/apps/angular/node_modules/react-router-dom/dist/react-router-dom.development.js similarity index 100% rename from ClientApp/node_modules/react-router-dom/dist/react-router-dom.development.js rename to apps/angular/node_modules/react-router-dom/dist/react-router-dom.development.js diff --git a/ClientApp/node_modules/react-router-dom/dist/react-router-dom.development.js.map b/apps/angular/node_modules/react-router-dom/dist/react-router-dom.development.js.map similarity index 100% rename from ClientApp/node_modules/react-router-dom/dist/react-router-dom.development.js.map rename to apps/angular/node_modules/react-router-dom/dist/react-router-dom.development.js.map diff --git a/ClientApp/node_modules/react-router-dom/dist/react-router-dom.production.min.js b/apps/angular/node_modules/react-router-dom/dist/react-router-dom.production.min.js similarity index 100% rename from ClientApp/node_modules/react-router-dom/dist/react-router-dom.production.min.js rename to apps/angular/node_modules/react-router-dom/dist/react-router-dom.production.min.js diff --git a/ClientApp/node_modules/react-router-dom/dist/react-router-dom.production.min.js.map b/apps/angular/node_modules/react-router-dom/dist/react-router-dom.production.min.js.map similarity index 100% rename from ClientApp/node_modules/react-router-dom/dist/react-router-dom.production.min.js.map rename to apps/angular/node_modules/react-router-dom/dist/react-router-dom.production.min.js.map diff --git a/ClientApp/node_modules/react-router-dom/dist/server.d.ts b/apps/angular/node_modules/react-router-dom/dist/server.d.ts similarity index 100% rename from ClientApp/node_modules/react-router-dom/dist/server.d.ts rename to apps/angular/node_modules/react-router-dom/dist/server.d.ts diff --git a/ClientApp/node_modules/react-router-dom/dist/server.js b/apps/angular/node_modules/react-router-dom/dist/server.js similarity index 100% rename from ClientApp/node_modules/react-router-dom/dist/server.js rename to apps/angular/node_modules/react-router-dom/dist/server.js diff --git a/ClientApp/node_modules/react-router-dom/dist/server.mjs b/apps/angular/node_modules/react-router-dom/dist/server.mjs similarity index 100% rename from ClientApp/node_modules/react-router-dom/dist/server.mjs rename to apps/angular/node_modules/react-router-dom/dist/server.mjs diff --git a/ClientApp/node_modules/react-router-dom/dist/umd/react-router-dom.development.js b/apps/angular/node_modules/react-router-dom/dist/umd/react-router-dom.development.js similarity index 100% rename from ClientApp/node_modules/react-router-dom/dist/umd/react-router-dom.development.js rename to apps/angular/node_modules/react-router-dom/dist/umd/react-router-dom.development.js diff --git a/ClientApp/node_modules/react-router-dom/dist/umd/react-router-dom.development.js.map b/apps/angular/node_modules/react-router-dom/dist/umd/react-router-dom.development.js.map similarity index 100% rename from ClientApp/node_modules/react-router-dom/dist/umd/react-router-dom.development.js.map rename to apps/angular/node_modules/react-router-dom/dist/umd/react-router-dom.development.js.map diff --git a/ClientApp/node_modules/react-router-dom/dist/umd/react-router-dom.production.min.js b/apps/angular/node_modules/react-router-dom/dist/umd/react-router-dom.production.min.js similarity index 100% rename from ClientApp/node_modules/react-router-dom/dist/umd/react-router-dom.production.min.js rename to apps/angular/node_modules/react-router-dom/dist/umd/react-router-dom.production.min.js diff --git a/ClientApp/node_modules/react-router-dom/dist/umd/react-router-dom.production.min.js.map b/apps/angular/node_modules/react-router-dom/dist/umd/react-router-dom.production.min.js.map similarity index 100% rename from ClientApp/node_modules/react-router-dom/dist/umd/react-router-dom.production.min.js.map rename to apps/angular/node_modules/react-router-dom/dist/umd/react-router-dom.production.min.js.map diff --git a/ClientApp/node_modules/react-router-dom/package.json b/apps/angular/node_modules/react-router-dom/package.json similarity index 100% rename from ClientApp/node_modules/react-router-dom/package.json rename to apps/angular/node_modules/react-router-dom/package.json diff --git a/ClientApp/node_modules/react-router-dom/server.d.ts b/apps/angular/node_modules/react-router-dom/server.d.ts similarity index 100% rename from ClientApp/node_modules/react-router-dom/server.d.ts rename to apps/angular/node_modules/react-router-dom/server.d.ts diff --git a/ClientApp/node_modules/react-router-dom/server.js b/apps/angular/node_modules/react-router-dom/server.js similarity index 100% rename from ClientApp/node_modules/react-router-dom/server.js rename to apps/angular/node_modules/react-router-dom/server.js diff --git a/ClientApp/node_modules/react-router-dom/server.mjs b/apps/angular/node_modules/react-router-dom/server.mjs similarity index 100% rename from ClientApp/node_modules/react-router-dom/server.mjs rename to apps/angular/node_modules/react-router-dom/server.mjs diff --git a/ClientApp/node_modules/react-router/CHANGELOG.md b/apps/angular/node_modules/react-router/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/react-router/CHANGELOG.md rename to apps/angular/node_modules/react-router/CHANGELOG.md diff --git a/ClientApp/node_modules/react-router/LICENSE.md b/apps/angular/node_modules/react-router/LICENSE.md similarity index 100% rename from ClientApp/node_modules/react-router/LICENSE.md rename to apps/angular/node_modules/react-router/LICENSE.md diff --git a/ClientApp/node_modules/react-router/README.md b/apps/angular/node_modules/react-router/README.md similarity index 100% rename from ClientApp/node_modules/react-router/README.md rename to apps/angular/node_modules/react-router/README.md diff --git a/ClientApp/node_modules/react-router/dist/index.d.ts b/apps/angular/node_modules/react-router/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/react-router/dist/index.d.ts rename to apps/angular/node_modules/react-router/dist/index.d.ts diff --git a/ClientApp/node_modules/react-router/dist/index.js b/apps/angular/node_modules/react-router/dist/index.js similarity index 100% rename from ClientApp/node_modules/react-router/dist/index.js rename to apps/angular/node_modules/react-router/dist/index.js diff --git a/ClientApp/node_modules/react-router/dist/index.js.map b/apps/angular/node_modules/react-router/dist/index.js.map similarity index 100% rename from ClientApp/node_modules/react-router/dist/index.js.map rename to apps/angular/node_modules/react-router/dist/index.js.map diff --git a/ClientApp/node_modules/react-router/dist/lib/components.d.ts b/apps/angular/node_modules/react-router/dist/lib/components.d.ts similarity index 100% rename from ClientApp/node_modules/react-router/dist/lib/components.d.ts rename to apps/angular/node_modules/react-router/dist/lib/components.d.ts diff --git a/ClientApp/node_modules/react-router/dist/lib/context.d.ts b/apps/angular/node_modules/react-router/dist/lib/context.d.ts similarity index 100% rename from ClientApp/node_modules/react-router/dist/lib/context.d.ts rename to apps/angular/node_modules/react-router/dist/lib/context.d.ts diff --git a/ClientApp/node_modules/react-router/dist/lib/deprecations.d.ts b/apps/angular/node_modules/react-router/dist/lib/deprecations.d.ts similarity index 100% rename from ClientApp/node_modules/react-router/dist/lib/deprecations.d.ts rename to apps/angular/node_modules/react-router/dist/lib/deprecations.d.ts diff --git a/ClientApp/node_modules/react-router/dist/lib/hooks.d.ts b/apps/angular/node_modules/react-router/dist/lib/hooks.d.ts similarity index 100% rename from ClientApp/node_modules/react-router/dist/lib/hooks.d.ts rename to apps/angular/node_modules/react-router/dist/lib/hooks.d.ts diff --git a/ClientApp/node_modules/react-router/dist/main.js b/apps/angular/node_modules/react-router/dist/main.js similarity index 100% rename from ClientApp/node_modules/react-router/dist/main.js rename to apps/angular/node_modules/react-router/dist/main.js diff --git a/ClientApp/node_modules/react-router/dist/react-router.development.js b/apps/angular/node_modules/react-router/dist/react-router.development.js similarity index 100% rename from ClientApp/node_modules/react-router/dist/react-router.development.js rename to apps/angular/node_modules/react-router/dist/react-router.development.js diff --git a/ClientApp/node_modules/react-router/dist/react-router.development.js.map b/apps/angular/node_modules/react-router/dist/react-router.development.js.map similarity index 100% rename from ClientApp/node_modules/react-router/dist/react-router.development.js.map rename to apps/angular/node_modules/react-router/dist/react-router.development.js.map diff --git a/ClientApp/node_modules/react-router/dist/react-router.production.min.js b/apps/angular/node_modules/react-router/dist/react-router.production.min.js similarity index 100% rename from ClientApp/node_modules/react-router/dist/react-router.production.min.js rename to apps/angular/node_modules/react-router/dist/react-router.production.min.js diff --git a/ClientApp/node_modules/react-router/dist/react-router.production.min.js.map b/apps/angular/node_modules/react-router/dist/react-router.production.min.js.map similarity index 100% rename from ClientApp/node_modules/react-router/dist/react-router.production.min.js.map rename to apps/angular/node_modules/react-router/dist/react-router.production.min.js.map diff --git a/ClientApp/node_modules/react-router/dist/umd/react-router.development.js b/apps/angular/node_modules/react-router/dist/umd/react-router.development.js similarity index 100% rename from ClientApp/node_modules/react-router/dist/umd/react-router.development.js rename to apps/angular/node_modules/react-router/dist/umd/react-router.development.js diff --git a/ClientApp/node_modules/react-router/dist/umd/react-router.development.js.map b/apps/angular/node_modules/react-router/dist/umd/react-router.development.js.map similarity index 100% rename from ClientApp/node_modules/react-router/dist/umd/react-router.development.js.map rename to apps/angular/node_modules/react-router/dist/umd/react-router.development.js.map diff --git a/ClientApp/node_modules/react-router/dist/umd/react-router.production.min.js b/apps/angular/node_modules/react-router/dist/umd/react-router.production.min.js similarity index 100% rename from ClientApp/node_modules/react-router/dist/umd/react-router.production.min.js rename to apps/angular/node_modules/react-router/dist/umd/react-router.production.min.js diff --git a/ClientApp/node_modules/react-router/dist/umd/react-router.production.min.js.map b/apps/angular/node_modules/react-router/dist/umd/react-router.production.min.js.map similarity index 100% rename from ClientApp/node_modules/react-router/dist/umd/react-router.production.min.js.map rename to apps/angular/node_modules/react-router/dist/umd/react-router.production.min.js.map diff --git a/ClientApp/node_modules/react-router/package.json b/apps/angular/node_modules/react-router/package.json similarity index 100% rename from ClientApp/node_modules/react-router/package.json rename to apps/angular/node_modules/react-router/package.json diff --git a/ClientApp/node_modules/react/LICENSE b/apps/angular/node_modules/react/LICENSE similarity index 100% rename from ClientApp/node_modules/react/LICENSE rename to apps/angular/node_modules/react/LICENSE diff --git a/ClientApp/node_modules/react/README.md b/apps/angular/node_modules/react/README.md similarity index 100% rename from ClientApp/node_modules/react/README.md rename to apps/angular/node_modules/react/README.md diff --git a/ClientApp/node_modules/react/cjs/react-jsx-dev-runtime.development.js b/apps/angular/node_modules/react/cjs/react-jsx-dev-runtime.development.js similarity index 100% rename from ClientApp/node_modules/react/cjs/react-jsx-dev-runtime.development.js rename to apps/angular/node_modules/react/cjs/react-jsx-dev-runtime.development.js diff --git a/ClientApp/node_modules/react/cjs/react-jsx-dev-runtime.production.min.js b/apps/angular/node_modules/react/cjs/react-jsx-dev-runtime.production.min.js similarity index 100% rename from ClientApp/node_modules/react/cjs/react-jsx-dev-runtime.production.min.js rename to apps/angular/node_modules/react/cjs/react-jsx-dev-runtime.production.min.js diff --git a/ClientApp/node_modules/react/cjs/react-jsx-dev-runtime.profiling.min.js b/apps/angular/node_modules/react/cjs/react-jsx-dev-runtime.profiling.min.js similarity index 100% rename from ClientApp/node_modules/react/cjs/react-jsx-dev-runtime.profiling.min.js rename to apps/angular/node_modules/react/cjs/react-jsx-dev-runtime.profiling.min.js diff --git a/ClientApp/node_modules/react/cjs/react-jsx-runtime.development.js b/apps/angular/node_modules/react/cjs/react-jsx-runtime.development.js similarity index 100% rename from ClientApp/node_modules/react/cjs/react-jsx-runtime.development.js rename to apps/angular/node_modules/react/cjs/react-jsx-runtime.development.js diff --git a/ClientApp/node_modules/react/cjs/react-jsx-runtime.production.min.js b/apps/angular/node_modules/react/cjs/react-jsx-runtime.production.min.js similarity index 100% rename from ClientApp/node_modules/react/cjs/react-jsx-runtime.production.min.js rename to apps/angular/node_modules/react/cjs/react-jsx-runtime.production.min.js diff --git a/ClientApp/node_modules/react/cjs/react-jsx-runtime.profiling.min.js b/apps/angular/node_modules/react/cjs/react-jsx-runtime.profiling.min.js similarity index 100% rename from ClientApp/node_modules/react/cjs/react-jsx-runtime.profiling.min.js rename to apps/angular/node_modules/react/cjs/react-jsx-runtime.profiling.min.js diff --git a/ClientApp/node_modules/react/cjs/react.development.js b/apps/angular/node_modules/react/cjs/react.development.js similarity index 100% rename from ClientApp/node_modules/react/cjs/react.development.js rename to apps/angular/node_modules/react/cjs/react.development.js diff --git a/ClientApp/node_modules/react/cjs/react.production.min.js b/apps/angular/node_modules/react/cjs/react.production.min.js similarity index 100% rename from ClientApp/node_modules/react/cjs/react.production.min.js rename to apps/angular/node_modules/react/cjs/react.production.min.js diff --git a/ClientApp/node_modules/react/cjs/react.shared-subset.development.js b/apps/angular/node_modules/react/cjs/react.shared-subset.development.js similarity index 100% rename from ClientApp/node_modules/react/cjs/react.shared-subset.development.js rename to apps/angular/node_modules/react/cjs/react.shared-subset.development.js diff --git a/ClientApp/node_modules/react/cjs/react.shared-subset.production.min.js b/apps/angular/node_modules/react/cjs/react.shared-subset.production.min.js similarity index 100% rename from ClientApp/node_modules/react/cjs/react.shared-subset.production.min.js rename to apps/angular/node_modules/react/cjs/react.shared-subset.production.min.js diff --git a/ClientApp/node_modules/react/index.js b/apps/angular/node_modules/react/index.js similarity index 100% rename from ClientApp/node_modules/react/index.js rename to apps/angular/node_modules/react/index.js diff --git a/ClientApp/node_modules/react/jsx-dev-runtime.js b/apps/angular/node_modules/react/jsx-dev-runtime.js similarity index 100% rename from ClientApp/node_modules/react/jsx-dev-runtime.js rename to apps/angular/node_modules/react/jsx-dev-runtime.js diff --git a/ClientApp/node_modules/react/jsx-runtime.js b/apps/angular/node_modules/react/jsx-runtime.js similarity index 100% rename from ClientApp/node_modules/react/jsx-runtime.js rename to apps/angular/node_modules/react/jsx-runtime.js diff --git a/ClientApp/node_modules/react/package.json b/apps/angular/node_modules/react/package.json similarity index 100% rename from ClientApp/node_modules/react/package.json rename to apps/angular/node_modules/react/package.json diff --git a/ClientApp/node_modules/react/react.shared-subset.js b/apps/angular/node_modules/react/react.shared-subset.js similarity index 100% rename from ClientApp/node_modules/react/react.shared-subset.js rename to apps/angular/node_modules/react/react.shared-subset.js diff --git a/ClientApp/node_modules/react/umd/react.development.js b/apps/angular/node_modules/react/umd/react.development.js similarity index 100% rename from ClientApp/node_modules/react/umd/react.development.js rename to apps/angular/node_modules/react/umd/react.development.js diff --git a/ClientApp/node_modules/react/umd/react.production.min.js b/apps/angular/node_modules/react/umd/react.production.min.js similarity index 100% rename from ClientApp/node_modules/react/umd/react.production.min.js rename to apps/angular/node_modules/react/umd/react.production.min.js diff --git a/ClientApp/node_modules/react/umd/react.profiling.min.js b/apps/angular/node_modules/react/umd/react.profiling.min.js similarity index 100% rename from ClientApp/node_modules/react/umd/react.profiling.min.js rename to apps/angular/node_modules/react/umd/react.profiling.min.js diff --git a/ClientApp/node_modules/readdirp/LICENSE b/apps/angular/node_modules/readdirp/LICENSE similarity index 100% rename from ClientApp/node_modules/readdirp/LICENSE rename to apps/angular/node_modules/readdirp/LICENSE diff --git a/ClientApp/node_modules/readdirp/README.md b/apps/angular/node_modules/readdirp/README.md similarity index 100% rename from ClientApp/node_modules/readdirp/README.md rename to apps/angular/node_modules/readdirp/README.md diff --git a/ClientApp/node_modules/readdirp/esm/index.d.ts b/apps/angular/node_modules/readdirp/esm/index.d.ts similarity index 100% rename from ClientApp/node_modules/readdirp/esm/index.d.ts rename to apps/angular/node_modules/readdirp/esm/index.d.ts diff --git a/ClientApp/node_modules/readdirp/esm/index.js b/apps/angular/node_modules/readdirp/esm/index.js similarity index 100% rename from ClientApp/node_modules/readdirp/esm/index.js rename to apps/angular/node_modules/readdirp/esm/index.js diff --git a/ClientApp/node_modules/readdirp/esm/package.json b/apps/angular/node_modules/readdirp/esm/package.json similarity index 100% rename from ClientApp/node_modules/readdirp/esm/package.json rename to apps/angular/node_modules/readdirp/esm/package.json diff --git a/ClientApp/node_modules/readdirp/index.d.ts b/apps/angular/node_modules/readdirp/index.d.ts similarity index 100% rename from ClientApp/node_modules/readdirp/index.d.ts rename to apps/angular/node_modules/readdirp/index.d.ts diff --git a/ClientApp/node_modules/readdirp/index.js b/apps/angular/node_modules/readdirp/index.js similarity index 100% rename from ClientApp/node_modules/readdirp/index.js rename to apps/angular/node_modules/readdirp/index.js diff --git a/ClientApp/node_modules/readdirp/package.json b/apps/angular/node_modules/readdirp/package.json similarity index 100% rename from ClientApp/node_modules/readdirp/package.json rename to apps/angular/node_modules/readdirp/package.json diff --git a/ClientApp/node_modules/recast/.editorconfig b/apps/angular/node_modules/recast/.editorconfig similarity index 100% rename from ClientApp/node_modules/recast/.editorconfig rename to apps/angular/node_modules/recast/.editorconfig diff --git a/ClientApp/node_modules/recast/.eslintrc.js b/apps/angular/node_modules/recast/.eslintrc.js similarity index 100% rename from ClientApp/node_modules/recast/.eslintrc.js rename to apps/angular/node_modules/recast/.eslintrc.js diff --git a/ClientApp/node_modules/recast/.github/dependabot.yml b/apps/angular/node_modules/recast/.github/dependabot.yml similarity index 100% rename from ClientApp/node_modules/recast/.github/dependabot.yml rename to apps/angular/node_modules/recast/.github/dependabot.yml diff --git a/ClientApp/node_modules/recast/.github/workflows/main.yml b/apps/angular/node_modules/recast/.github/workflows/main.yml similarity index 100% rename from ClientApp/node_modules/recast/.github/workflows/main.yml rename to apps/angular/node_modules/recast/.github/workflows/main.yml diff --git a/ClientApp/node_modules/recast/.prettierignore b/apps/angular/node_modules/recast/.prettierignore similarity index 100% rename from ClientApp/node_modules/recast/.prettierignore rename to apps/angular/node_modules/recast/.prettierignore diff --git a/ClientApp/node_modules/recast/.prettierrc.js b/apps/angular/node_modules/recast/.prettierrc.js similarity index 100% rename from ClientApp/node_modules/recast/.prettierrc.js rename to apps/angular/node_modules/recast/.prettierrc.js diff --git a/ClientApp/node_modules/recast/LICENSE b/apps/angular/node_modules/recast/LICENSE similarity index 100% rename from ClientApp/node_modules/recast/LICENSE rename to apps/angular/node_modules/recast/LICENSE diff --git a/ClientApp/node_modules/recast/README.md b/apps/angular/node_modules/recast/README.md similarity index 100% rename from ClientApp/node_modules/recast/README.md rename to apps/angular/node_modules/recast/README.md diff --git a/ClientApp/node_modules/recast/example/add-braces b/apps/angular/node_modules/recast/example/add-braces similarity index 100% rename from ClientApp/node_modules/recast/example/add-braces rename to apps/angular/node_modules/recast/example/add-braces diff --git a/ClientApp/node_modules/recast/example/generic-identity b/apps/angular/node_modules/recast/example/generic-identity similarity index 100% rename from ClientApp/node_modules/recast/example/generic-identity rename to apps/angular/node_modules/recast/example/generic-identity diff --git a/ClientApp/node_modules/recast/example/identity b/apps/angular/node_modules/recast/example/identity similarity index 100% rename from ClientApp/node_modules/recast/example/identity rename to apps/angular/node_modules/recast/example/identity diff --git a/ClientApp/node_modules/recast/example/to-while b/apps/angular/node_modules/recast/example/to-while similarity index 100% rename from ClientApp/node_modules/recast/example/to-while rename to apps/angular/node_modules/recast/example/to-while diff --git a/ClientApp/node_modules/recast/lib/comments.d.ts b/apps/angular/node_modules/recast/lib/comments.d.ts similarity index 100% rename from ClientApp/node_modules/recast/lib/comments.d.ts rename to apps/angular/node_modules/recast/lib/comments.d.ts diff --git a/ClientApp/node_modules/recast/lib/comments.js b/apps/angular/node_modules/recast/lib/comments.js similarity index 100% rename from ClientApp/node_modules/recast/lib/comments.js rename to apps/angular/node_modules/recast/lib/comments.js diff --git a/ClientApp/node_modules/recast/lib/fast-path.d.ts b/apps/angular/node_modules/recast/lib/fast-path.d.ts similarity index 100% rename from ClientApp/node_modules/recast/lib/fast-path.d.ts rename to apps/angular/node_modules/recast/lib/fast-path.d.ts diff --git a/ClientApp/node_modules/recast/lib/fast-path.js b/apps/angular/node_modules/recast/lib/fast-path.js similarity index 100% rename from ClientApp/node_modules/recast/lib/fast-path.js rename to apps/angular/node_modules/recast/lib/fast-path.js diff --git a/ClientApp/node_modules/recast/lib/lines.d.ts b/apps/angular/node_modules/recast/lib/lines.d.ts similarity index 100% rename from ClientApp/node_modules/recast/lib/lines.d.ts rename to apps/angular/node_modules/recast/lib/lines.d.ts diff --git a/ClientApp/node_modules/recast/lib/lines.js b/apps/angular/node_modules/recast/lib/lines.js similarity index 100% rename from ClientApp/node_modules/recast/lib/lines.js rename to apps/angular/node_modules/recast/lib/lines.js diff --git a/ClientApp/node_modules/recast/lib/mapping.d.ts b/apps/angular/node_modules/recast/lib/mapping.d.ts similarity index 100% rename from ClientApp/node_modules/recast/lib/mapping.d.ts rename to apps/angular/node_modules/recast/lib/mapping.d.ts diff --git a/ClientApp/node_modules/recast/lib/mapping.js b/apps/angular/node_modules/recast/lib/mapping.js similarity index 100% rename from ClientApp/node_modules/recast/lib/mapping.js rename to apps/angular/node_modules/recast/lib/mapping.js diff --git a/ClientApp/node_modules/recast/lib/options.d.ts b/apps/angular/node_modules/recast/lib/options.d.ts similarity index 100% rename from ClientApp/node_modules/recast/lib/options.d.ts rename to apps/angular/node_modules/recast/lib/options.d.ts diff --git a/ClientApp/node_modules/recast/lib/options.js b/apps/angular/node_modules/recast/lib/options.js similarity index 100% rename from ClientApp/node_modules/recast/lib/options.js rename to apps/angular/node_modules/recast/lib/options.js diff --git a/ClientApp/node_modules/recast/lib/parser.d.ts b/apps/angular/node_modules/recast/lib/parser.d.ts similarity index 100% rename from ClientApp/node_modules/recast/lib/parser.d.ts rename to apps/angular/node_modules/recast/lib/parser.d.ts diff --git a/ClientApp/node_modules/recast/lib/parser.js b/apps/angular/node_modules/recast/lib/parser.js similarity index 100% rename from ClientApp/node_modules/recast/lib/parser.js rename to apps/angular/node_modules/recast/lib/parser.js diff --git a/ClientApp/node_modules/recast/lib/patcher.d.ts b/apps/angular/node_modules/recast/lib/patcher.d.ts similarity index 100% rename from ClientApp/node_modules/recast/lib/patcher.d.ts rename to apps/angular/node_modules/recast/lib/patcher.d.ts diff --git a/ClientApp/node_modules/recast/lib/patcher.js b/apps/angular/node_modules/recast/lib/patcher.js similarity index 100% rename from ClientApp/node_modules/recast/lib/patcher.js rename to apps/angular/node_modules/recast/lib/patcher.js diff --git a/ClientApp/node_modules/recast/lib/printer.d.ts b/apps/angular/node_modules/recast/lib/printer.d.ts similarity index 100% rename from ClientApp/node_modules/recast/lib/printer.d.ts rename to apps/angular/node_modules/recast/lib/printer.d.ts diff --git a/ClientApp/node_modules/recast/lib/printer.js b/apps/angular/node_modules/recast/lib/printer.js similarity index 100% rename from ClientApp/node_modules/recast/lib/printer.js rename to apps/angular/node_modules/recast/lib/printer.js diff --git a/ClientApp/node_modules/recast/lib/util.d.ts b/apps/angular/node_modules/recast/lib/util.d.ts similarity index 100% rename from ClientApp/node_modules/recast/lib/util.d.ts rename to apps/angular/node_modules/recast/lib/util.d.ts diff --git a/ClientApp/node_modules/recast/lib/util.js b/apps/angular/node_modules/recast/lib/util.js similarity index 100% rename from ClientApp/node_modules/recast/lib/util.js rename to apps/angular/node_modules/recast/lib/util.js diff --git a/ClientApp/node_modules/recast/main.d.ts b/apps/angular/node_modules/recast/main.d.ts similarity index 100% rename from ClientApp/node_modules/recast/main.d.ts rename to apps/angular/node_modules/recast/main.d.ts diff --git a/ClientApp/node_modules/recast/main.js b/apps/angular/node_modules/recast/main.js similarity index 100% rename from ClientApp/node_modules/recast/main.js rename to apps/angular/node_modules/recast/main.js diff --git a/ClientApp/node_modules/recast/package.json b/apps/angular/node_modules/recast/package.json similarity index 100% rename from ClientApp/node_modules/recast/package.json rename to apps/angular/node_modules/recast/package.json diff --git a/ClientApp/node_modules/recast/parsers/_babel_options.d.ts b/apps/angular/node_modules/recast/parsers/_babel_options.d.ts similarity index 100% rename from ClientApp/node_modules/recast/parsers/_babel_options.d.ts rename to apps/angular/node_modules/recast/parsers/_babel_options.d.ts diff --git a/ClientApp/node_modules/recast/parsers/_babel_options.js b/apps/angular/node_modules/recast/parsers/_babel_options.js similarity index 100% rename from ClientApp/node_modules/recast/parsers/_babel_options.js rename to apps/angular/node_modules/recast/parsers/_babel_options.js diff --git a/ClientApp/node_modules/recast/parsers/acorn.d.ts b/apps/angular/node_modules/recast/parsers/acorn.d.ts similarity index 100% rename from ClientApp/node_modules/recast/parsers/acorn.d.ts rename to apps/angular/node_modules/recast/parsers/acorn.d.ts diff --git a/ClientApp/node_modules/recast/parsers/acorn.js b/apps/angular/node_modules/recast/parsers/acorn.js similarity index 100% rename from ClientApp/node_modules/recast/parsers/acorn.js rename to apps/angular/node_modules/recast/parsers/acorn.js diff --git a/ClientApp/node_modules/recast/parsers/babel-ts.d.ts b/apps/angular/node_modules/recast/parsers/babel-ts.d.ts similarity index 100% rename from ClientApp/node_modules/recast/parsers/babel-ts.d.ts rename to apps/angular/node_modules/recast/parsers/babel-ts.d.ts diff --git a/ClientApp/node_modules/recast/parsers/babel-ts.js b/apps/angular/node_modules/recast/parsers/babel-ts.js similarity index 100% rename from ClientApp/node_modules/recast/parsers/babel-ts.js rename to apps/angular/node_modules/recast/parsers/babel-ts.js diff --git a/ClientApp/node_modules/recast/parsers/babel.d.ts b/apps/angular/node_modules/recast/parsers/babel.d.ts similarity index 100% rename from ClientApp/node_modules/recast/parsers/babel.d.ts rename to apps/angular/node_modules/recast/parsers/babel.d.ts diff --git a/ClientApp/node_modules/recast/parsers/babel.js b/apps/angular/node_modules/recast/parsers/babel.js similarity index 100% rename from ClientApp/node_modules/recast/parsers/babel.js rename to apps/angular/node_modules/recast/parsers/babel.js diff --git a/ClientApp/node_modules/recast/parsers/babylon.d.ts b/apps/angular/node_modules/recast/parsers/babylon.d.ts similarity index 100% rename from ClientApp/node_modules/recast/parsers/babylon.d.ts rename to apps/angular/node_modules/recast/parsers/babylon.d.ts diff --git a/ClientApp/node_modules/recast/parsers/babylon.js b/apps/angular/node_modules/recast/parsers/babylon.js similarity index 100% rename from ClientApp/node_modules/recast/parsers/babylon.js rename to apps/angular/node_modules/recast/parsers/babylon.js diff --git a/ClientApp/node_modules/recast/parsers/esprima.d.ts b/apps/angular/node_modules/recast/parsers/esprima.d.ts similarity index 100% rename from ClientApp/node_modules/recast/parsers/esprima.d.ts rename to apps/angular/node_modules/recast/parsers/esprima.d.ts diff --git a/ClientApp/node_modules/recast/parsers/esprima.js b/apps/angular/node_modules/recast/parsers/esprima.js similarity index 100% rename from ClientApp/node_modules/recast/parsers/esprima.js rename to apps/angular/node_modules/recast/parsers/esprima.js diff --git a/ClientApp/node_modules/recast/parsers/flow.d.ts b/apps/angular/node_modules/recast/parsers/flow.d.ts similarity index 100% rename from ClientApp/node_modules/recast/parsers/flow.d.ts rename to apps/angular/node_modules/recast/parsers/flow.d.ts diff --git a/ClientApp/node_modules/recast/parsers/flow.js b/apps/angular/node_modules/recast/parsers/flow.js similarity index 100% rename from ClientApp/node_modules/recast/parsers/flow.js rename to apps/angular/node_modules/recast/parsers/flow.js diff --git a/ClientApp/node_modules/recast/parsers/typescript.d.ts b/apps/angular/node_modules/recast/parsers/typescript.d.ts similarity index 100% rename from ClientApp/node_modules/recast/parsers/typescript.d.ts rename to apps/angular/node_modules/recast/parsers/typescript.d.ts diff --git a/ClientApp/node_modules/recast/parsers/typescript.js b/apps/angular/node_modules/recast/parsers/typescript.js similarity index 100% rename from ClientApp/node_modules/recast/parsers/typescript.js rename to apps/angular/node_modules/recast/parsers/typescript.js diff --git a/ClientApp/node_modules/recast/tsconfig.json b/apps/angular/node_modules/recast/tsconfig.json similarity index 100% rename from ClientApp/node_modules/recast/tsconfig.json rename to apps/angular/node_modules/recast/tsconfig.json diff --git a/ClientApp/node_modules/redent/index.d.ts b/apps/angular/node_modules/redent/index.d.ts similarity index 100% rename from ClientApp/node_modules/redent/index.d.ts rename to apps/angular/node_modules/redent/index.d.ts diff --git a/ClientApp/node_modules/redent/index.js b/apps/angular/node_modules/redent/index.js similarity index 100% rename from ClientApp/node_modules/redent/index.js rename to apps/angular/node_modules/redent/index.js diff --git a/ClientApp/node_modules/redent/license b/apps/angular/node_modules/redent/license similarity index 100% rename from ClientApp/node_modules/redent/license rename to apps/angular/node_modules/redent/license diff --git a/ClientApp/node_modules/redent/package.json b/apps/angular/node_modules/redent/package.json similarity index 100% rename from ClientApp/node_modules/redent/package.json rename to apps/angular/node_modules/redent/package.json diff --git a/ClientApp/node_modules/redent/readme.md b/apps/angular/node_modules/redent/readme.md similarity index 100% rename from ClientApp/node_modules/redent/readme.md rename to apps/angular/node_modules/redent/readme.md diff --git a/ClientApp/node_modules/reduce-configs/LICENSE b/apps/angular/node_modules/reduce-configs/LICENSE similarity index 100% rename from ClientApp/node_modules/reduce-configs/LICENSE rename to apps/angular/node_modules/reduce-configs/LICENSE diff --git a/ClientApp/node_modules/reduce-configs/README.md b/apps/angular/node_modules/reduce-configs/README.md similarity index 100% rename from ClientApp/node_modules/reduce-configs/README.md rename to apps/angular/node_modules/reduce-configs/README.md diff --git a/ClientApp/node_modules/reduce-configs/dist/index.cjs b/apps/angular/node_modules/reduce-configs/dist/index.cjs similarity index 100% rename from ClientApp/node_modules/reduce-configs/dist/index.cjs rename to apps/angular/node_modules/reduce-configs/dist/index.cjs diff --git a/ClientApp/node_modules/reduce-configs/dist/index.d.ts b/apps/angular/node_modules/reduce-configs/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/reduce-configs/dist/index.d.ts rename to apps/angular/node_modules/reduce-configs/dist/index.d.ts diff --git a/ClientApp/node_modules/reduce-configs/dist/index.js b/apps/angular/node_modules/reduce-configs/dist/index.js similarity index 100% rename from ClientApp/node_modules/reduce-configs/dist/index.js rename to apps/angular/node_modules/reduce-configs/dist/index.js diff --git a/ClientApp/node_modules/reduce-configs/package.json b/apps/angular/node_modules/reduce-configs/package.json similarity index 100% rename from ClientApp/node_modules/reduce-configs/package.json rename to apps/angular/node_modules/reduce-configs/package.json diff --git a/ClientApp/node_modules/reflect.getprototypeof/.eslintrc b/apps/angular/node_modules/reflect.getprototypeof/.eslintrc similarity index 100% rename from ClientApp/node_modules/reflect.getprototypeof/.eslintrc rename to apps/angular/node_modules/reflect.getprototypeof/.eslintrc diff --git a/ClientApp/node_modules/reflect.getprototypeof/.nycrc b/apps/angular/node_modules/reflect.getprototypeof/.nycrc similarity index 100% rename from ClientApp/node_modules/reflect.getprototypeof/.nycrc rename to apps/angular/node_modules/reflect.getprototypeof/.nycrc diff --git a/ClientApp/node_modules/reflect.getprototypeof/CHANGELOG.md b/apps/angular/node_modules/reflect.getprototypeof/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/reflect.getprototypeof/CHANGELOG.md rename to apps/angular/node_modules/reflect.getprototypeof/CHANGELOG.md diff --git a/ClientApp/node_modules/reflect.getprototypeof/LICENSE b/apps/angular/node_modules/reflect.getprototypeof/LICENSE similarity index 100% rename from ClientApp/node_modules/reflect.getprototypeof/LICENSE rename to apps/angular/node_modules/reflect.getprototypeof/LICENSE diff --git a/ClientApp/node_modules/reflect.getprototypeof/README.md b/apps/angular/node_modules/reflect.getprototypeof/README.md similarity index 100% rename from ClientApp/node_modules/reflect.getprototypeof/README.md rename to apps/angular/node_modules/reflect.getprototypeof/README.md diff --git a/ClientApp/node_modules/reflect.getprototypeof/auto.js b/apps/angular/node_modules/reflect.getprototypeof/auto.js similarity index 100% rename from ClientApp/node_modules/reflect.getprototypeof/auto.js rename to apps/angular/node_modules/reflect.getprototypeof/auto.js diff --git a/ClientApp/node_modules/reflect.getprototypeof/implementation.js b/apps/angular/node_modules/reflect.getprototypeof/implementation.js similarity index 100% rename from ClientApp/node_modules/reflect.getprototypeof/implementation.js rename to apps/angular/node_modules/reflect.getprototypeof/implementation.js diff --git a/ClientApp/node_modules/reflect.getprototypeof/index.js b/apps/angular/node_modules/reflect.getprototypeof/index.js similarity index 100% rename from ClientApp/node_modules/reflect.getprototypeof/index.js rename to apps/angular/node_modules/reflect.getprototypeof/index.js diff --git a/ClientApp/node_modules/reflect.getprototypeof/package.json b/apps/angular/node_modules/reflect.getprototypeof/package.json similarity index 100% rename from ClientApp/node_modules/reflect.getprototypeof/package.json rename to apps/angular/node_modules/reflect.getprototypeof/package.json diff --git a/ClientApp/node_modules/reflect.getprototypeof/polyfill.js b/apps/angular/node_modules/reflect.getprototypeof/polyfill.js similarity index 100% rename from ClientApp/node_modules/reflect.getprototypeof/polyfill.js rename to apps/angular/node_modules/reflect.getprototypeof/polyfill.js diff --git a/ClientApp/node_modules/reflect.getprototypeof/shim.js b/apps/angular/node_modules/reflect.getprototypeof/shim.js similarity index 100% rename from ClientApp/node_modules/reflect.getprototypeof/shim.js rename to apps/angular/node_modules/reflect.getprototypeof/shim.js diff --git a/ClientApp/node_modules/reflect.getprototypeof/test/implementation.js b/apps/angular/node_modules/reflect.getprototypeof/test/implementation.js similarity index 100% rename from ClientApp/node_modules/reflect.getprototypeof/test/implementation.js rename to apps/angular/node_modules/reflect.getprototypeof/test/implementation.js diff --git a/ClientApp/node_modules/reflect.getprototypeof/test/index.js b/apps/angular/node_modules/reflect.getprototypeof/test/index.js similarity index 100% rename from ClientApp/node_modules/reflect.getprototypeof/test/index.js rename to apps/angular/node_modules/reflect.getprototypeof/test/index.js diff --git a/ClientApp/node_modules/reflect.getprototypeof/test/shimmed.js b/apps/angular/node_modules/reflect.getprototypeof/test/shimmed.js similarity index 100% rename from ClientApp/node_modules/reflect.getprototypeof/test/shimmed.js rename to apps/angular/node_modules/reflect.getprototypeof/test/shimmed.js diff --git a/ClientApp/node_modules/reflect.getprototypeof/test/tests.js b/apps/angular/node_modules/reflect.getprototypeof/test/tests.js similarity index 100% rename from ClientApp/node_modules/reflect.getprototypeof/test/tests.js rename to apps/angular/node_modules/reflect.getprototypeof/test/tests.js diff --git a/ClientApp/node_modules/regexp.prototype.flags/.editorconfig b/apps/angular/node_modules/regexp.prototype.flags/.editorconfig similarity index 100% rename from ClientApp/node_modules/regexp.prototype.flags/.editorconfig rename to apps/angular/node_modules/regexp.prototype.flags/.editorconfig diff --git a/ClientApp/node_modules/regexp.prototype.flags/.eslintrc b/apps/angular/node_modules/regexp.prototype.flags/.eslintrc similarity index 100% rename from ClientApp/node_modules/regexp.prototype.flags/.eslintrc rename to apps/angular/node_modules/regexp.prototype.flags/.eslintrc diff --git a/ClientApp/node_modules/regexp.prototype.flags/.nycrc b/apps/angular/node_modules/regexp.prototype.flags/.nycrc similarity index 100% rename from ClientApp/node_modules/regexp.prototype.flags/.nycrc rename to apps/angular/node_modules/regexp.prototype.flags/.nycrc diff --git a/ClientApp/node_modules/regexp.prototype.flags/CHANGELOG.md b/apps/angular/node_modules/regexp.prototype.flags/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/regexp.prototype.flags/CHANGELOG.md rename to apps/angular/node_modules/regexp.prototype.flags/CHANGELOG.md diff --git a/ClientApp/node_modules/regexp.prototype.flags/LICENSE b/apps/angular/node_modules/regexp.prototype.flags/LICENSE similarity index 100% rename from ClientApp/node_modules/regexp.prototype.flags/LICENSE rename to apps/angular/node_modules/regexp.prototype.flags/LICENSE diff --git a/ClientApp/node_modules/regexp.prototype.flags/README.md b/apps/angular/node_modules/regexp.prototype.flags/README.md similarity index 100% rename from ClientApp/node_modules/regexp.prototype.flags/README.md rename to apps/angular/node_modules/regexp.prototype.flags/README.md diff --git a/ClientApp/node_modules/regexp.prototype.flags/auto.js b/apps/angular/node_modules/regexp.prototype.flags/auto.js similarity index 100% rename from ClientApp/node_modules/regexp.prototype.flags/auto.js rename to apps/angular/node_modules/regexp.prototype.flags/auto.js diff --git a/ClientApp/node_modules/regexp.prototype.flags/implementation.js b/apps/angular/node_modules/regexp.prototype.flags/implementation.js similarity index 100% rename from ClientApp/node_modules/regexp.prototype.flags/implementation.js rename to apps/angular/node_modules/regexp.prototype.flags/implementation.js diff --git a/ClientApp/node_modules/regexp.prototype.flags/index.js b/apps/angular/node_modules/regexp.prototype.flags/index.js similarity index 100% rename from ClientApp/node_modules/regexp.prototype.flags/index.js rename to apps/angular/node_modules/regexp.prototype.flags/index.js diff --git a/ClientApp/node_modules/regexp.prototype.flags/package.json b/apps/angular/node_modules/regexp.prototype.flags/package.json similarity index 100% rename from ClientApp/node_modules/regexp.prototype.flags/package.json rename to apps/angular/node_modules/regexp.prototype.flags/package.json diff --git a/ClientApp/node_modules/regexp.prototype.flags/polyfill.js b/apps/angular/node_modules/regexp.prototype.flags/polyfill.js similarity index 100% rename from ClientApp/node_modules/regexp.prototype.flags/polyfill.js rename to apps/angular/node_modules/regexp.prototype.flags/polyfill.js diff --git a/ClientApp/node_modules/regexp.prototype.flags/shim.js b/apps/angular/node_modules/regexp.prototype.flags/shim.js similarity index 100% rename from ClientApp/node_modules/regexp.prototype.flags/shim.js rename to apps/angular/node_modules/regexp.prototype.flags/shim.js diff --git a/ClientApp/node_modules/regexp.prototype.flags/test/builtin.js b/apps/angular/node_modules/regexp.prototype.flags/test/builtin.js similarity index 100% rename from ClientApp/node_modules/regexp.prototype.flags/test/builtin.js rename to apps/angular/node_modules/regexp.prototype.flags/test/builtin.js diff --git a/ClientApp/node_modules/regexp.prototype.flags/test/implementation.js b/apps/angular/node_modules/regexp.prototype.flags/test/implementation.js similarity index 100% rename from ClientApp/node_modules/regexp.prototype.flags/test/implementation.js rename to apps/angular/node_modules/regexp.prototype.flags/test/implementation.js diff --git a/ClientApp/node_modules/regexp.prototype.flags/test/index.js b/apps/angular/node_modules/regexp.prototype.flags/test/index.js similarity index 100% rename from ClientApp/node_modules/regexp.prototype.flags/test/index.js rename to apps/angular/node_modules/regexp.prototype.flags/test/index.js diff --git a/ClientApp/node_modules/regexp.prototype.flags/test/shimmed.js b/apps/angular/node_modules/regexp.prototype.flags/test/shimmed.js similarity index 100% rename from ClientApp/node_modules/regexp.prototype.flags/test/shimmed.js rename to apps/angular/node_modules/regexp.prototype.flags/test/shimmed.js diff --git a/ClientApp/node_modules/regexp.prototype.flags/test/tests.js b/apps/angular/node_modules/regexp.prototype.flags/test/tests.js similarity index 100% rename from ClientApp/node_modules/regexp.prototype.flags/test/tests.js rename to apps/angular/node_modules/regexp.prototype.flags/test/tests.js diff --git a/ClientApp/node_modules/request-progress/.editorconfig b/apps/angular/node_modules/request-progress/.editorconfig similarity index 100% rename from ClientApp/node_modules/request-progress/.editorconfig rename to apps/angular/node_modules/request-progress/.editorconfig diff --git a/ClientApp/node_modules/request-progress/.jshintrc b/apps/angular/node_modules/request-progress/.jshintrc similarity index 100% rename from ClientApp/node_modules/request-progress/.jshintrc rename to apps/angular/node_modules/request-progress/.jshintrc diff --git a/ClientApp/node_modules/request-progress/.npmignore b/apps/angular/node_modules/request-progress/.npmignore similarity index 100% rename from ClientApp/node_modules/request-progress/.npmignore rename to apps/angular/node_modules/request-progress/.npmignore diff --git a/ClientApp/node_modules/request-progress/.travis.yml b/apps/angular/node_modules/request-progress/.travis.yml similarity index 100% rename from ClientApp/node_modules/request-progress/.travis.yml rename to apps/angular/node_modules/request-progress/.travis.yml diff --git a/ClientApp/node_modules/request-progress/LICENSE b/apps/angular/node_modules/request-progress/LICENSE similarity index 100% rename from ClientApp/node_modules/request-progress/LICENSE rename to apps/angular/node_modules/request-progress/LICENSE diff --git a/ClientApp/node_modules/request-progress/README.md b/apps/angular/node_modules/request-progress/README.md similarity index 100% rename from ClientApp/node_modules/request-progress/README.md rename to apps/angular/node_modules/request-progress/README.md diff --git a/ClientApp/node_modules/request-progress/index.js b/apps/angular/node_modules/request-progress/index.js similarity index 100% rename from ClientApp/node_modules/request-progress/index.js rename to apps/angular/node_modules/request-progress/index.js diff --git a/ClientApp/node_modules/request-progress/package.json b/apps/angular/node_modules/request-progress/package.json similarity index 100% rename from ClientApp/node_modules/request-progress/package.json rename to apps/angular/node_modules/request-progress/package.json diff --git a/ClientApp/node_modules/request-progress/test/test.js b/apps/angular/node_modules/request-progress/test/test.js similarity index 100% rename from ClientApp/node_modules/request-progress/test/test.js rename to apps/angular/node_modules/request-progress/test/test.js diff --git a/ClientApp/node_modules/requires-port/.npmignore b/apps/angular/node_modules/requires-port/.npmignore similarity index 100% rename from ClientApp/node_modules/requires-port/.npmignore rename to apps/angular/node_modules/requires-port/.npmignore diff --git a/ClientApp/node_modules/requires-port/.travis.yml b/apps/angular/node_modules/requires-port/.travis.yml similarity index 100% rename from ClientApp/node_modules/requires-port/.travis.yml rename to apps/angular/node_modules/requires-port/.travis.yml diff --git a/ClientApp/node_modules/requires-port/LICENSE b/apps/angular/node_modules/requires-port/LICENSE similarity index 100% rename from ClientApp/node_modules/requires-port/LICENSE rename to apps/angular/node_modules/requires-port/LICENSE diff --git a/ClientApp/node_modules/requires-port/README.md b/apps/angular/node_modules/requires-port/README.md similarity index 100% rename from ClientApp/node_modules/requires-port/README.md rename to apps/angular/node_modules/requires-port/README.md diff --git a/ClientApp/node_modules/requires-port/index.js b/apps/angular/node_modules/requires-port/index.js similarity index 100% rename from ClientApp/node_modules/requires-port/index.js rename to apps/angular/node_modules/requires-port/index.js diff --git a/ClientApp/node_modules/requires-port/package.json b/apps/angular/node_modules/requires-port/package.json similarity index 100% rename from ClientApp/node_modules/requires-port/package.json rename to apps/angular/node_modules/requires-port/package.json diff --git a/ClientApp/node_modules/requires-port/test.js b/apps/angular/node_modules/requires-port/test.js similarity index 100% rename from ClientApp/node_modules/requires-port/test.js rename to apps/angular/node_modules/requires-port/test.js diff --git a/ClientApp/node_modules/resolve-from/index.js b/apps/angular/node_modules/resolve-from/index.js similarity index 100% rename from ClientApp/node_modules/resolve-from/index.js rename to apps/angular/node_modules/resolve-from/index.js diff --git a/ClientApp/node_modules/resolve-from/license b/apps/angular/node_modules/resolve-from/license similarity index 100% rename from ClientApp/node_modules/resolve-from/license rename to apps/angular/node_modules/resolve-from/license diff --git a/ClientApp/node_modules/resolve-from/package.json b/apps/angular/node_modules/resolve-from/package.json similarity index 100% rename from ClientApp/node_modules/resolve-from/package.json rename to apps/angular/node_modules/resolve-from/package.json diff --git a/ClientApp/node_modules/resolve-from/readme.md b/apps/angular/node_modules/resolve-from/readme.md similarity index 100% rename from ClientApp/node_modules/resolve-from/readme.md rename to apps/angular/node_modules/resolve-from/readme.md diff --git a/ClientApp/node_modules/resolve/.editorconfig b/apps/angular/node_modules/resolve/.editorconfig similarity index 100% rename from ClientApp/node_modules/resolve/.editorconfig rename to apps/angular/node_modules/resolve/.editorconfig diff --git a/ClientApp/node_modules/resolve/.github/FUNDING.yml b/apps/angular/node_modules/resolve/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/resolve/.github/FUNDING.yml rename to apps/angular/node_modules/resolve/.github/FUNDING.yml diff --git a/ClientApp/node_modules/resolve/.github/INCIDENT_RESPONSE_PROCESS.md b/apps/angular/node_modules/resolve/.github/INCIDENT_RESPONSE_PROCESS.md similarity index 100% rename from ClientApp/node_modules/resolve/.github/INCIDENT_RESPONSE_PROCESS.md rename to apps/angular/node_modules/resolve/.github/INCIDENT_RESPONSE_PROCESS.md diff --git a/ClientApp/node_modules/resolve/.github/THREAT_MODEL.md b/apps/angular/node_modules/resolve/.github/THREAT_MODEL.md similarity index 100% rename from ClientApp/node_modules/resolve/.github/THREAT_MODEL.md rename to apps/angular/node_modules/resolve/.github/THREAT_MODEL.md diff --git a/ClientApp/node_modules/resolve/.gitmodules b/apps/angular/node_modules/resolve/.gitmodules similarity index 100% rename from ClientApp/node_modules/resolve/.gitmodules rename to apps/angular/node_modules/resolve/.gitmodules diff --git a/ClientApp/node_modules/resolve/LICENSE b/apps/angular/node_modules/resolve/LICENSE similarity index 100% rename from ClientApp/node_modules/resolve/LICENSE rename to apps/angular/node_modules/resolve/LICENSE diff --git a/ClientApp/node_modules/resolve/SECURITY.md b/apps/angular/node_modules/resolve/SECURITY.md similarity index 100% rename from ClientApp/node_modules/resolve/SECURITY.md rename to apps/angular/node_modules/resolve/SECURITY.md diff --git a/ClientApp/node_modules/resolve/async.js b/apps/angular/node_modules/resolve/async.js similarity index 100% rename from ClientApp/node_modules/resolve/async.js rename to apps/angular/node_modules/resolve/async.js diff --git a/ClientApp/node_modules/resolve/bin/resolve b/apps/angular/node_modules/resolve/bin/resolve similarity index 100% rename from ClientApp/node_modules/resolve/bin/resolve rename to apps/angular/node_modules/resolve/bin/resolve diff --git a/ClientApp/node_modules/resolve/eslint.config.mjs b/apps/angular/node_modules/resolve/eslint.config.mjs similarity index 100% rename from ClientApp/node_modules/resolve/eslint.config.mjs rename to apps/angular/node_modules/resolve/eslint.config.mjs diff --git a/ClientApp/node_modules/resolve/example/async.js b/apps/angular/node_modules/resolve/example/async.js similarity index 100% rename from ClientApp/node_modules/resolve/example/async.js rename to apps/angular/node_modules/resolve/example/async.js diff --git a/ClientApp/node_modules/resolve/example/sync.js b/apps/angular/node_modules/resolve/example/sync.js similarity index 100% rename from ClientApp/node_modules/resolve/example/sync.js rename to apps/angular/node_modules/resolve/example/sync.js diff --git a/ClientApp/node_modules/resolve/index.js b/apps/angular/node_modules/resolve/index.js similarity index 100% rename from ClientApp/node_modules/resolve/index.js rename to apps/angular/node_modules/resolve/index.js diff --git a/ClientApp/node_modules/resolve/index.mjs b/apps/angular/node_modules/resolve/index.mjs similarity index 100% rename from ClientApp/node_modules/resolve/index.mjs rename to apps/angular/node_modules/resolve/index.mjs diff --git a/ClientApp/node_modules/resolve/lib/async.js b/apps/angular/node_modules/resolve/lib/async.js similarity index 100% rename from ClientApp/node_modules/resolve/lib/async.js rename to apps/angular/node_modules/resolve/lib/async.js diff --git a/ClientApp/node_modules/resolve/lib/caller.js b/apps/angular/node_modules/resolve/lib/caller.js similarity index 100% rename from ClientApp/node_modules/resolve/lib/caller.js rename to apps/angular/node_modules/resolve/lib/caller.js diff --git a/ClientApp/node_modules/resolve/lib/exports-resolve.js b/apps/angular/node_modules/resolve/lib/exports-resolve.js similarity index 100% rename from ClientApp/node_modules/resolve/lib/exports-resolve.js rename to apps/angular/node_modules/resolve/lib/exports-resolve.js diff --git a/ClientApp/node_modules/resolve/lib/get-exports-category.js b/apps/angular/node_modules/resolve/lib/get-exports-category.js similarity index 100% rename from ClientApp/node_modules/resolve/lib/get-exports-category.js rename to apps/angular/node_modules/resolve/lib/get-exports-category.js diff --git a/ClientApp/node_modules/resolve/lib/homedir.js b/apps/angular/node_modules/resolve/lib/homedir.js similarity index 100% rename from ClientApp/node_modules/resolve/lib/homedir.js rename to apps/angular/node_modules/resolve/lib/homedir.js diff --git a/ClientApp/node_modules/resolve/lib/node-modules-paths.js b/apps/angular/node_modules/resolve/lib/node-modules-paths.js similarity index 100% rename from ClientApp/node_modules/resolve/lib/node-modules-paths.js rename to apps/angular/node_modules/resolve/lib/node-modules-paths.js diff --git a/ClientApp/node_modules/resolve/lib/normalize-options.js b/apps/angular/node_modules/resolve/lib/normalize-options.js similarity index 100% rename from ClientApp/node_modules/resolve/lib/normalize-options.js rename to apps/angular/node_modules/resolve/lib/normalize-options.js diff --git a/ClientApp/node_modules/resolve/lib/parse-package-specifier.js b/apps/angular/node_modules/resolve/lib/parse-package-specifier.js similarity index 100% rename from ClientApp/node_modules/resolve/lib/parse-package-specifier.js rename to apps/angular/node_modules/resolve/lib/parse-package-specifier.js diff --git a/ClientApp/node_modules/resolve/lib/select-most-restrictive.js b/apps/angular/node_modules/resolve/lib/select-most-restrictive.js similarity index 100% rename from ClientApp/node_modules/resolve/lib/select-most-restrictive.js rename to apps/angular/node_modules/resolve/lib/select-most-restrictive.js diff --git a/ClientApp/node_modules/resolve/lib/sync.js b/apps/angular/node_modules/resolve/lib/sync.js similarity index 100% rename from ClientApp/node_modules/resolve/lib/sync.js rename to apps/angular/node_modules/resolve/lib/sync.js diff --git a/ClientApp/node_modules/resolve/package.json b/apps/angular/node_modules/resolve/package.json similarity index 100% rename from ClientApp/node_modules/resolve/package.json rename to apps/angular/node_modules/resolve/package.json diff --git a/ClientApp/node_modules/resolve/readme.markdown b/apps/angular/node_modules/resolve/readme.markdown similarity index 100% rename from ClientApp/node_modules/resolve/readme.markdown rename to apps/angular/node_modules/resolve/readme.markdown diff --git a/ClientApp/node_modules/resolve/sync.js b/apps/angular/node_modules/resolve/sync.js similarity index 100% rename from ClientApp/node_modules/resolve/sync.js rename to apps/angular/node_modules/resolve/sync.js diff --git a/ClientApp/node_modules/resolve/test/dotdot.js b/apps/angular/node_modules/resolve/test/dotdot.js similarity index 100% rename from ClientApp/node_modules/resolve/test/dotdot.js rename to apps/angular/node_modules/resolve/test/dotdot.js diff --git a/ClientApp/node_modules/resolve/test/dotdot/abc/index.js b/apps/angular/node_modules/resolve/test/dotdot/abc/index.js similarity index 100% rename from ClientApp/node_modules/resolve/test/dotdot/abc/index.js rename to apps/angular/node_modules/resolve/test/dotdot/abc/index.js diff --git a/ClientApp/node_modules/resolve/test/dotdot/index.js b/apps/angular/node_modules/resolve/test/dotdot/index.js similarity index 100% rename from ClientApp/node_modules/resolve/test/dotdot/index.js rename to apps/angular/node_modules/resolve/test/dotdot/index.js diff --git a/ClientApp/node_modules/resolve/test/exports.js b/apps/angular/node_modules/resolve/test/exports.js similarity index 100% rename from ClientApp/node_modules/resolve/test/exports.js rename to apps/angular/node_modules/resolve/test/exports.js diff --git a/ClientApp/node_modules/resolve/test/exports_sync.js b/apps/angular/node_modules/resolve/test/exports_sync.js similarity index 100% rename from ClientApp/node_modules/resolve/test/exports_sync.js rename to apps/angular/node_modules/resolve/test/exports_sync.js diff --git a/ClientApp/node_modules/resolve/test/faulty_basedir.js b/apps/angular/node_modules/resolve/test/faulty_basedir.js similarity index 100% rename from ClientApp/node_modules/resolve/test/faulty_basedir.js rename to apps/angular/node_modules/resolve/test/faulty_basedir.js diff --git a/ClientApp/node_modules/resolve/test/filter.js b/apps/angular/node_modules/resolve/test/filter.js similarity index 100% rename from ClientApp/node_modules/resolve/test/filter.js rename to apps/angular/node_modules/resolve/test/filter.js diff --git a/ClientApp/node_modules/resolve/test/filter_sync.js b/apps/angular/node_modules/resolve/test/filter_sync.js similarity index 100% rename from ClientApp/node_modules/resolve/test/filter_sync.js rename to apps/angular/node_modules/resolve/test/filter_sync.js diff --git a/ClientApp/node_modules/resolve/test/home_paths.js b/apps/angular/node_modules/resolve/test/home_paths.js similarity index 100% rename from ClientApp/node_modules/resolve/test/home_paths.js rename to apps/angular/node_modules/resolve/test/home_paths.js diff --git a/ClientApp/node_modules/resolve/test/home_paths_sync.js b/apps/angular/node_modules/resolve/test/home_paths_sync.js similarity index 100% rename from ClientApp/node_modules/resolve/test/home_paths_sync.js rename to apps/angular/node_modules/resolve/test/home_paths_sync.js diff --git a/ClientApp/node_modules/resolve/test/mock.js b/apps/angular/node_modules/resolve/test/mock.js similarity index 100% rename from ClientApp/node_modules/resolve/test/mock.js rename to apps/angular/node_modules/resolve/test/mock.js diff --git a/ClientApp/node_modules/resolve/test/mock_sync.js b/apps/angular/node_modules/resolve/test/mock_sync.js similarity index 100% rename from ClientApp/node_modules/resolve/test/mock_sync.js rename to apps/angular/node_modules/resolve/test/mock_sync.js diff --git a/ClientApp/node_modules/resolve/test/module_dir.js b/apps/angular/node_modules/resolve/test/module_dir.js similarity index 100% rename from ClientApp/node_modules/resolve/test/module_dir.js rename to apps/angular/node_modules/resolve/test/module_dir.js diff --git a/ClientApp/node_modules/resolve/test/module_dir/xmodules/aaa/index.js b/apps/angular/node_modules/resolve/test/module_dir/xmodules/aaa/index.js similarity index 100% rename from ClientApp/node_modules/resolve/test/module_dir/xmodules/aaa/index.js rename to apps/angular/node_modules/resolve/test/module_dir/xmodules/aaa/index.js diff --git a/ClientApp/node_modules/resolve/test/module_dir/ymodules/aaa/index.js b/apps/angular/node_modules/resolve/test/module_dir/ymodules/aaa/index.js similarity index 100% rename from ClientApp/node_modules/resolve/test/module_dir/ymodules/aaa/index.js rename to apps/angular/node_modules/resolve/test/module_dir/ymodules/aaa/index.js diff --git a/ClientApp/node_modules/resolve/test/module_dir/zmodules/bbb/main.js b/apps/angular/node_modules/resolve/test/module_dir/zmodules/bbb/main.js similarity index 100% rename from ClientApp/node_modules/resolve/test/module_dir/zmodules/bbb/main.js rename to apps/angular/node_modules/resolve/test/module_dir/zmodules/bbb/main.js diff --git a/ClientApp/node_modules/resolve/test/module_dir/zmodules/bbb/package.json b/apps/angular/node_modules/resolve/test/module_dir/zmodules/bbb/package.json similarity index 100% rename from ClientApp/node_modules/resolve/test/module_dir/zmodules/bbb/package.json rename to apps/angular/node_modules/resolve/test/module_dir/zmodules/bbb/package.json diff --git a/ClientApp/node_modules/resolve/test/node-modules-paths.js b/apps/angular/node_modules/resolve/test/node-modules-paths.js similarity index 100% rename from ClientApp/node_modules/resolve/test/node-modules-paths.js rename to apps/angular/node_modules/resolve/test/node-modules-paths.js diff --git a/ClientApp/node_modules/resolve/test/node_path.js b/apps/angular/node_modules/resolve/test/node_path.js similarity index 100% rename from ClientApp/node_modules/resolve/test/node_path.js rename to apps/angular/node_modules/resolve/test/node_path.js diff --git a/ClientApp/node_modules/resolve/test/node_path/x/aaa/index.js b/apps/angular/node_modules/resolve/test/node_path/x/aaa/index.js similarity index 100% rename from ClientApp/node_modules/resolve/test/node_path/x/aaa/index.js rename to apps/angular/node_modules/resolve/test/node_path/x/aaa/index.js diff --git a/ClientApp/node_modules/resolve/test/node_path/x/ccc/index.js b/apps/angular/node_modules/resolve/test/node_path/x/ccc/index.js similarity index 100% rename from ClientApp/node_modules/resolve/test/node_path/x/ccc/index.js rename to apps/angular/node_modules/resolve/test/node_path/x/ccc/index.js diff --git a/ClientApp/node_modules/resolve/test/node_path/y/bbb/index.js b/apps/angular/node_modules/resolve/test/node_path/y/bbb/index.js similarity index 100% rename from ClientApp/node_modules/resolve/test/node_path/y/bbb/index.js rename to apps/angular/node_modules/resolve/test/node_path/y/bbb/index.js diff --git a/ClientApp/node_modules/resolve/test/node_path/y/ccc/index.js b/apps/angular/node_modules/resolve/test/node_path/y/ccc/index.js similarity index 100% rename from ClientApp/node_modules/resolve/test/node_path/y/ccc/index.js rename to apps/angular/node_modules/resolve/test/node_path/y/ccc/index.js diff --git a/ClientApp/node_modules/resolve/test/nonstring.js b/apps/angular/node_modules/resolve/test/nonstring.js similarity index 100% rename from ClientApp/node_modules/resolve/test/nonstring.js rename to apps/angular/node_modules/resolve/test/nonstring.js diff --git a/ClientApp/node_modules/resolve/test/pathfilter.js b/apps/angular/node_modules/resolve/test/pathfilter.js similarity index 100% rename from ClientApp/node_modules/resolve/test/pathfilter.js rename to apps/angular/node_modules/resolve/test/pathfilter.js diff --git a/ClientApp/node_modules/resolve/test/pathfilter/deep_ref/main.js b/apps/angular/node_modules/resolve/test/pathfilter/deep_ref/main.js similarity index 100% rename from ClientApp/node_modules/resolve/test/pathfilter/deep_ref/main.js rename to apps/angular/node_modules/resolve/test/pathfilter/deep_ref/main.js diff --git a/ClientApp/node_modules/resolve/test/pathfilter_sync.js b/apps/angular/node_modules/resolve/test/pathfilter_sync.js similarity index 100% rename from ClientApp/node_modules/resolve/test/pathfilter_sync.js rename to apps/angular/node_modules/resolve/test/pathfilter_sync.js diff --git a/ClientApp/node_modules/resolve/test/precedence.js b/apps/angular/node_modules/resolve/test/precedence.js similarity index 100% rename from ClientApp/node_modules/resolve/test/precedence.js rename to apps/angular/node_modules/resolve/test/precedence.js diff --git a/ClientApp/node_modules/resolve/test/precedence/aaa.js b/apps/angular/node_modules/resolve/test/precedence/aaa.js similarity index 100% rename from ClientApp/node_modules/resolve/test/precedence/aaa.js rename to apps/angular/node_modules/resolve/test/precedence/aaa.js diff --git a/ClientApp/node_modules/resolve/test/precedence/aaa/index.js b/apps/angular/node_modules/resolve/test/precedence/aaa/index.js similarity index 100% rename from ClientApp/node_modules/resolve/test/precedence/aaa/index.js rename to apps/angular/node_modules/resolve/test/precedence/aaa/index.js diff --git a/ClientApp/node_modules/resolve/test/precedence/aaa/main.js b/apps/angular/node_modules/resolve/test/precedence/aaa/main.js similarity index 100% rename from ClientApp/node_modules/resolve/test/precedence/aaa/main.js rename to apps/angular/node_modules/resolve/test/precedence/aaa/main.js diff --git a/ClientApp/node_modules/resolve/test/precedence/bbb.js b/apps/angular/node_modules/resolve/test/precedence/bbb.js similarity index 100% rename from ClientApp/node_modules/resolve/test/precedence/bbb.js rename to apps/angular/node_modules/resolve/test/precedence/bbb.js diff --git a/ClientApp/node_modules/resolve/test/precedence/bbb/main.js b/apps/angular/node_modules/resolve/test/precedence/bbb/main.js similarity index 100% rename from ClientApp/node_modules/resolve/test/precedence/bbb/main.js rename to apps/angular/node_modules/resolve/test/precedence/bbb/main.js diff --git a/ClientApp/node_modules/resolve/test/resolver.js b/apps/angular/node_modules/resolve/test/resolver.js similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver.js rename to apps/angular/node_modules/resolve/test/resolver.js diff --git a/ClientApp/node_modules/resolve/test/resolver/baz/doom.js b/apps/angular/node_modules/resolve/test/resolver/baz/doom.js similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver/baz/doom.js rename to apps/angular/node_modules/resolve/test/resolver/baz/doom.js diff --git a/ClientApp/node_modules/resolve/test/resolver/baz/package.json b/apps/angular/node_modules/resolve/test/resolver/baz/package.json similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver/baz/package.json rename to apps/angular/node_modules/resolve/test/resolver/baz/package.json diff --git a/ClientApp/node_modules/resolve/test/resolver/baz/quux.js b/apps/angular/node_modules/resolve/test/resolver/baz/quux.js similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver/baz/quux.js rename to apps/angular/node_modules/resolve/test/resolver/baz/quux.js diff --git a/ClientApp/node_modules/resolve/test/resolver/browser_field/a.js b/apps/angular/node_modules/resolve/test/resolver/browser_field/a.js similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver/browser_field/a.js rename to apps/angular/node_modules/resolve/test/resolver/browser_field/a.js diff --git a/ClientApp/node_modules/resolve/test/resolver/browser_field/b.js b/apps/angular/node_modules/resolve/test/resolver/browser_field/b.js similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver/browser_field/b.js rename to apps/angular/node_modules/resolve/test/resolver/browser_field/b.js diff --git a/ClientApp/node_modules/resolve/test/resolver/browser_field/package.json b/apps/angular/node_modules/resolve/test/resolver/browser_field/package.json similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver/browser_field/package.json rename to apps/angular/node_modules/resolve/test/resolver/browser_field/package.json diff --git a/ClientApp/node_modules/resolve/test/resolver/cup.coffee b/apps/angular/node_modules/resolve/test/resolver/cup.coffee similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver/cup.coffee rename to apps/angular/node_modules/resolve/test/resolver/cup.coffee diff --git a/ClientApp/node_modules/resolve/test/resolver/dot_main/index.js b/apps/angular/node_modules/resolve/test/resolver/dot_main/index.js similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver/dot_main/index.js rename to apps/angular/node_modules/resolve/test/resolver/dot_main/index.js diff --git a/ClientApp/node_modules/resolve/test/resolver/dot_main/package.json b/apps/angular/node_modules/resolve/test/resolver/dot_main/package.json similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver/dot_main/package.json rename to apps/angular/node_modules/resolve/test/resolver/dot_main/package.json diff --git a/ClientApp/node_modules/resolve/test/resolver/dot_slash_main/index.js b/apps/angular/node_modules/resolve/test/resolver/dot_slash_main/index.js similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver/dot_slash_main/index.js rename to apps/angular/node_modules/resolve/test/resolver/dot_slash_main/index.js diff --git a/ClientApp/node_modules/resolve/test/resolver/dot_slash_main/package.json b/apps/angular/node_modules/resolve/test/resolver/dot_slash_main/package.json similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver/dot_slash_main/package.json rename to apps/angular/node_modules/resolve/test/resolver/dot_slash_main/package.json diff --git a/ClientApp/node_modules/resolve/test/resolver/empty_main/index.js b/apps/angular/node_modules/resolve/test/resolver/empty_main/index.js similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver/empty_main/index.js rename to apps/angular/node_modules/resolve/test/resolver/empty_main/index.js diff --git a/ClientApp/node_modules/resolve/test/resolver/empty_main/package.json b/apps/angular/node_modules/resolve/test/resolver/empty_main/package.json similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver/empty_main/package.json rename to apps/angular/node_modules/resolve/test/resolver/empty_main/package.json diff --git a/ClientApp/node_modules/resolve/test/resolver/false_main/index.js b/apps/angular/node_modules/resolve/test/resolver/false_main/index.js similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver/false_main/index.js rename to apps/angular/node_modules/resolve/test/resolver/false_main/index.js diff --git a/ClientApp/node_modules/resolve/test/resolver/false_main/package.json b/apps/angular/node_modules/resolve/test/resolver/false_main/package.json similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver/false_main/package.json rename to apps/angular/node_modules/resolve/test/resolver/false_main/package.json diff --git a/ClientApp/node_modules/resolve/test/resolver/foo.js b/apps/angular/node_modules/resolve/test/resolver/foo.js similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver/foo.js rename to apps/angular/node_modules/resolve/test/resolver/foo.js diff --git a/ClientApp/node_modules/resolve/test/resolver/incorrect_main/index.js b/apps/angular/node_modules/resolve/test/resolver/incorrect_main/index.js similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver/incorrect_main/index.js rename to apps/angular/node_modules/resolve/test/resolver/incorrect_main/index.js diff --git a/ClientApp/node_modules/resolve/test/resolver/incorrect_main/package.json b/apps/angular/node_modules/resolve/test/resolver/incorrect_main/package.json similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver/incorrect_main/package.json rename to apps/angular/node_modules/resolve/test/resolver/incorrect_main/package.json diff --git a/ClientApp/node_modules/resolve/test/resolver/invalid_main/package.json b/apps/angular/node_modules/resolve/test/resolver/invalid_main/package.json similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver/invalid_main/package.json rename to apps/angular/node_modules/resolve/test/resolver/invalid_main/package.json diff --git a/ClientApp/node_modules/resolve/test/resolver/missing_index/package.json b/apps/angular/node_modules/resolve/test/resolver/missing_index/package.json similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver/missing_index/package.json rename to apps/angular/node_modules/resolve/test/resolver/missing_index/package.json diff --git a/ClientApp/node_modules/resolve/test/resolver/missing_main/index.js b/apps/angular/node_modules/resolve/test/resolver/missing_main/index.js similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver/missing_main/index.js rename to apps/angular/node_modules/resolve/test/resolver/missing_main/index.js diff --git a/ClientApp/node_modules/resolve/test/resolver/missing_main/package.json b/apps/angular/node_modules/resolve/test/resolver/missing_main/package.json similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver/missing_main/package.json rename to apps/angular/node_modules/resolve/test/resolver/missing_main/package.json diff --git a/ClientApp/node_modules/resolve/test/resolver/mug.coffee b/apps/angular/node_modules/resolve/test/resolver/mug.coffee similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver/mug.coffee rename to apps/angular/node_modules/resolve/test/resolver/mug.coffee diff --git a/ClientApp/node_modules/resolve/test/resolver/mug.js b/apps/angular/node_modules/resolve/test/resolver/mug.js similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver/mug.js rename to apps/angular/node_modules/resolve/test/resolver/mug.js diff --git a/ClientApp/node_modules/resolve/test/resolver/multirepo/lerna.json b/apps/angular/node_modules/resolve/test/resolver/multirepo/lerna.json similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver/multirepo/lerna.json rename to apps/angular/node_modules/resolve/test/resolver/multirepo/lerna.json diff --git a/ClientApp/node_modules/resolve/test/resolver/multirepo/package.json b/apps/angular/node_modules/resolve/test/resolver/multirepo/package.json similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver/multirepo/package.json rename to apps/angular/node_modules/resolve/test/resolver/multirepo/package.json diff --git a/ClientApp/node_modules/resolve/test/resolver/multirepo/packages/package-a/index.js b/apps/angular/node_modules/resolve/test/resolver/multirepo/packages/package-a/index.js similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver/multirepo/packages/package-a/index.js rename to apps/angular/node_modules/resolve/test/resolver/multirepo/packages/package-a/index.js diff --git a/ClientApp/node_modules/resolve/test/resolver/multirepo/packages/package-a/package.json b/apps/angular/node_modules/resolve/test/resolver/multirepo/packages/package-a/package.json similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver/multirepo/packages/package-a/package.json rename to apps/angular/node_modules/resolve/test/resolver/multirepo/packages/package-a/package.json diff --git a/ClientApp/node_modules/resolve/test/resolver/multirepo/packages/package-b/index.js b/apps/angular/node_modules/resolve/test/resolver/multirepo/packages/package-b/index.js similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver/multirepo/packages/package-b/index.js rename to apps/angular/node_modules/resolve/test/resolver/multirepo/packages/package-b/index.js diff --git a/ClientApp/node_modules/resolve/test/resolver/multirepo/packages/package-b/package.json b/apps/angular/node_modules/resolve/test/resolver/multirepo/packages/package-b/package.json similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver/multirepo/packages/package-b/package.json rename to apps/angular/node_modules/resolve/test/resolver/multirepo/packages/package-b/package.json diff --git a/ClientApp/node_modules/resolve/test/resolver/nested_symlinks/mylib/async.js b/apps/angular/node_modules/resolve/test/resolver/nested_symlinks/mylib/async.js similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver/nested_symlinks/mylib/async.js rename to apps/angular/node_modules/resolve/test/resolver/nested_symlinks/mylib/async.js diff --git a/ClientApp/node_modules/resolve/test/resolver/nested_symlinks/mylib/package.json b/apps/angular/node_modules/resolve/test/resolver/nested_symlinks/mylib/package.json similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver/nested_symlinks/mylib/package.json rename to apps/angular/node_modules/resolve/test/resolver/nested_symlinks/mylib/package.json diff --git a/ClientApp/node_modules/resolve/test/resolver/nested_symlinks/mylib/sync.js b/apps/angular/node_modules/resolve/test/resolver/nested_symlinks/mylib/sync.js similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver/nested_symlinks/mylib/sync.js rename to apps/angular/node_modules/resolve/test/resolver/nested_symlinks/mylib/sync.js diff --git a/ClientApp/node_modules/resolve/test/resolver/null_main/index.js b/apps/angular/node_modules/resolve/test/resolver/null_main/index.js similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver/null_main/index.js rename to apps/angular/node_modules/resolve/test/resolver/null_main/index.js diff --git a/ClientApp/node_modules/resolve/test/resolver/null_main/package.json b/apps/angular/node_modules/resolve/test/resolver/null_main/package.json similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver/null_main/package.json rename to apps/angular/node_modules/resolve/test/resolver/null_main/package.json diff --git a/ClientApp/node_modules/resolve/test/resolver/other_path/lib/other-lib.js b/apps/angular/node_modules/resolve/test/resolver/other_path/lib/other-lib.js similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver/other_path/lib/other-lib.js rename to apps/angular/node_modules/resolve/test/resolver/other_path/lib/other-lib.js diff --git a/ClientApp/node_modules/resolve/test/resolver/other_path/root.js b/apps/angular/node_modules/resolve/test/resolver/other_path/root.js similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver/other_path/root.js rename to apps/angular/node_modules/resolve/test/resolver/other_path/root.js diff --git a/ClientApp/node_modules/resolve/test/resolver/quux/foo/index.js b/apps/angular/node_modules/resolve/test/resolver/quux/foo/index.js similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver/quux/foo/index.js rename to apps/angular/node_modules/resolve/test/resolver/quux/foo/index.js diff --git a/ClientApp/node_modules/resolve/test/resolver/same_names/foo.js b/apps/angular/node_modules/resolve/test/resolver/same_names/foo.js similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver/same_names/foo.js rename to apps/angular/node_modules/resolve/test/resolver/same_names/foo.js diff --git a/ClientApp/node_modules/resolve/test/resolver/same_names/foo/index.js b/apps/angular/node_modules/resolve/test/resolver/same_names/foo/index.js similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver/same_names/foo/index.js rename to apps/angular/node_modules/resolve/test/resolver/same_names/foo/index.js diff --git a/ClientApp/node_modules/resolve/test/resolver/symlinked/_/node_modules/foo.js b/apps/angular/node_modules/resolve/test/resolver/symlinked/_/node_modules/foo.js similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver/symlinked/_/node_modules/foo.js rename to apps/angular/node_modules/resolve/test/resolver/symlinked/_/node_modules/foo.js diff --git a/ClientApp/node_modules/resolve/test/resolver/symlinked/_/symlink_target/.gitkeep b/apps/angular/node_modules/resolve/test/resolver/symlinked/_/symlink_target/.gitkeep similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver/symlinked/_/symlink_target/.gitkeep rename to apps/angular/node_modules/resolve/test/resolver/symlinked/_/symlink_target/.gitkeep diff --git a/ClientApp/node_modules/resolve/test/resolver/symlinked/package/bar.js b/apps/angular/node_modules/resolve/test/resolver/symlinked/package/bar.js similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver/symlinked/package/bar.js rename to apps/angular/node_modules/resolve/test/resolver/symlinked/package/bar.js diff --git a/ClientApp/node_modules/resolve/test/resolver/symlinked/package/package.json b/apps/angular/node_modules/resolve/test/resolver/symlinked/package/package.json similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver/symlinked/package/package.json rename to apps/angular/node_modules/resolve/test/resolver/symlinked/package/package.json diff --git a/ClientApp/node_modules/resolve/test/resolver/without_basedir/main.js b/apps/angular/node_modules/resolve/test/resolver/without_basedir/main.js similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver/without_basedir/main.js rename to apps/angular/node_modules/resolve/test/resolver/without_basedir/main.js diff --git a/ClientApp/node_modules/resolve/test/resolver_sync.js b/apps/angular/node_modules/resolve/test/resolver_sync.js similarity index 100% rename from ClientApp/node_modules/resolve/test/resolver_sync.js rename to apps/angular/node_modules/resolve/test/resolver_sync.js diff --git a/ClientApp/node_modules/resolve/test/shadowed_core.js b/apps/angular/node_modules/resolve/test/shadowed_core.js similarity index 100% rename from ClientApp/node_modules/resolve/test/shadowed_core.js rename to apps/angular/node_modules/resolve/test/shadowed_core.js diff --git a/ClientApp/node_modules/resolve/test/shadowed_core/node_modules/util/index.js b/apps/angular/node_modules/resolve/test/shadowed_core/node_modules/util/index.js similarity index 100% rename from ClientApp/node_modules/resolve/test/shadowed_core/node_modules/util/index.js rename to apps/angular/node_modules/resolve/test/shadowed_core/node_modules/util/index.js diff --git a/ClientApp/node_modules/resolve/test/subdirs.js b/apps/angular/node_modules/resolve/test/subdirs.js similarity index 100% rename from ClientApp/node_modules/resolve/test/subdirs.js rename to apps/angular/node_modules/resolve/test/subdirs.js diff --git a/ClientApp/node_modules/resolve/test/symlinks.js b/apps/angular/node_modules/resolve/test/symlinks.js similarity index 100% rename from ClientApp/node_modules/resolve/test/symlinks.js rename to apps/angular/node_modules/resolve/test/symlinks.js diff --git a/ClientApp/node_modules/restore-cursor/index.d.ts b/apps/angular/node_modules/restore-cursor/index.d.ts similarity index 100% rename from ClientApp/node_modules/restore-cursor/index.d.ts rename to apps/angular/node_modules/restore-cursor/index.d.ts diff --git a/ClientApp/node_modules/restore-cursor/index.js b/apps/angular/node_modules/restore-cursor/index.js similarity index 100% rename from ClientApp/node_modules/restore-cursor/index.js rename to apps/angular/node_modules/restore-cursor/index.js diff --git a/ClientApp/node_modules/restore-cursor/license b/apps/angular/node_modules/restore-cursor/license similarity index 100% rename from ClientApp/node_modules/restore-cursor/license rename to apps/angular/node_modules/restore-cursor/license diff --git a/ClientApp/node_modules/restore-cursor/package.json b/apps/angular/node_modules/restore-cursor/package.json similarity index 100% rename from ClientApp/node_modules/restore-cursor/package.json rename to apps/angular/node_modules/restore-cursor/package.json diff --git a/ClientApp/node_modules/restore-cursor/readme.md b/apps/angular/node_modules/restore-cursor/readme.md similarity index 100% rename from ClientApp/node_modules/restore-cursor/readme.md rename to apps/angular/node_modules/restore-cursor/readme.md diff --git a/ClientApp/node_modules/reusify/.github/dependabot.yml b/apps/angular/node_modules/reusify/.github/dependabot.yml similarity index 100% rename from ClientApp/node_modules/reusify/.github/dependabot.yml rename to apps/angular/node_modules/reusify/.github/dependabot.yml diff --git a/ClientApp/node_modules/reusify/.github/workflows/ci.yml b/apps/angular/node_modules/reusify/.github/workflows/ci.yml similarity index 100% rename from ClientApp/node_modules/reusify/.github/workflows/ci.yml rename to apps/angular/node_modules/reusify/.github/workflows/ci.yml diff --git a/ClientApp/node_modules/reusify/LICENSE b/apps/angular/node_modules/reusify/LICENSE similarity index 100% rename from ClientApp/node_modules/reusify/LICENSE rename to apps/angular/node_modules/reusify/LICENSE diff --git a/ClientApp/node_modules/reusify/README.md b/apps/angular/node_modules/reusify/README.md similarity index 100% rename from ClientApp/node_modules/reusify/README.md rename to apps/angular/node_modules/reusify/README.md diff --git a/ClientApp/node_modules/reusify/SECURITY.md b/apps/angular/node_modules/reusify/SECURITY.md similarity index 100% rename from ClientApp/node_modules/reusify/SECURITY.md rename to apps/angular/node_modules/reusify/SECURITY.md diff --git a/ClientApp/node_modules/reusify/benchmarks/createNoCodeFunction.js b/apps/angular/node_modules/reusify/benchmarks/createNoCodeFunction.js similarity index 100% rename from ClientApp/node_modules/reusify/benchmarks/createNoCodeFunction.js rename to apps/angular/node_modules/reusify/benchmarks/createNoCodeFunction.js diff --git a/ClientApp/node_modules/reusify/benchmarks/fib.js b/apps/angular/node_modules/reusify/benchmarks/fib.js similarity index 100% rename from ClientApp/node_modules/reusify/benchmarks/fib.js rename to apps/angular/node_modules/reusify/benchmarks/fib.js diff --git a/ClientApp/node_modules/reusify/benchmarks/reuseNoCodeFunction.js b/apps/angular/node_modules/reusify/benchmarks/reuseNoCodeFunction.js similarity index 100% rename from ClientApp/node_modules/reusify/benchmarks/reuseNoCodeFunction.js rename to apps/angular/node_modules/reusify/benchmarks/reuseNoCodeFunction.js diff --git a/ClientApp/node_modules/reusify/eslint.config.js b/apps/angular/node_modules/reusify/eslint.config.js similarity index 100% rename from ClientApp/node_modules/reusify/eslint.config.js rename to apps/angular/node_modules/reusify/eslint.config.js diff --git a/ClientApp/node_modules/reusify/package.json b/apps/angular/node_modules/reusify/package.json similarity index 100% rename from ClientApp/node_modules/reusify/package.json rename to apps/angular/node_modules/reusify/package.json diff --git a/ClientApp/node_modules/reusify/reusify.d.ts b/apps/angular/node_modules/reusify/reusify.d.ts similarity index 100% rename from ClientApp/node_modules/reusify/reusify.d.ts rename to apps/angular/node_modules/reusify/reusify.d.ts diff --git a/ClientApp/node_modules/reusify/reusify.js b/apps/angular/node_modules/reusify/reusify.js similarity index 100% rename from ClientApp/node_modules/reusify/reusify.js rename to apps/angular/node_modules/reusify/reusify.js diff --git a/ClientApp/node_modules/reusify/test.js b/apps/angular/node_modules/reusify/test.js similarity index 100% rename from ClientApp/node_modules/reusify/test.js rename to apps/angular/node_modules/reusify/test.js diff --git a/ClientApp/node_modules/reusify/tsconfig.json b/apps/angular/node_modules/reusify/tsconfig.json similarity index 100% rename from ClientApp/node_modules/reusify/tsconfig.json rename to apps/angular/node_modules/reusify/tsconfig.json diff --git a/ClientApp/node_modules/rfdc/.github/workflows/ci.yml b/apps/angular/node_modules/rfdc/.github/workflows/ci.yml similarity index 100% rename from ClientApp/node_modules/rfdc/.github/workflows/ci.yml rename to apps/angular/node_modules/rfdc/.github/workflows/ci.yml diff --git a/ClientApp/node_modules/rfdc/LICENSE b/apps/angular/node_modules/rfdc/LICENSE similarity index 100% rename from ClientApp/node_modules/rfdc/LICENSE rename to apps/angular/node_modules/rfdc/LICENSE diff --git a/ClientApp/node_modules/rfdc/default.js b/apps/angular/node_modules/rfdc/default.js similarity index 100% rename from ClientApp/node_modules/rfdc/default.js rename to apps/angular/node_modules/rfdc/default.js diff --git a/ClientApp/node_modules/rfdc/index.d.ts b/apps/angular/node_modules/rfdc/index.d.ts similarity index 100% rename from ClientApp/node_modules/rfdc/index.d.ts rename to apps/angular/node_modules/rfdc/index.d.ts diff --git a/ClientApp/node_modules/rfdc/index.js b/apps/angular/node_modules/rfdc/index.js similarity index 100% rename from ClientApp/node_modules/rfdc/index.js rename to apps/angular/node_modules/rfdc/index.js diff --git a/ClientApp/node_modules/rfdc/index.test-d.ts b/apps/angular/node_modules/rfdc/index.test-d.ts similarity index 100% rename from ClientApp/node_modules/rfdc/index.test-d.ts rename to apps/angular/node_modules/rfdc/index.test-d.ts diff --git a/ClientApp/node_modules/rfdc/package.json b/apps/angular/node_modules/rfdc/package.json similarity index 100% rename from ClientApp/node_modules/rfdc/package.json rename to apps/angular/node_modules/rfdc/package.json diff --git a/ClientApp/node_modules/rfdc/readme.md b/apps/angular/node_modules/rfdc/readme.md similarity index 100% rename from ClientApp/node_modules/rfdc/readme.md rename to apps/angular/node_modules/rfdc/readme.md diff --git a/ClientApp/node_modules/rfdc/test/index.js b/apps/angular/node_modules/rfdc/test/index.js similarity index 100% rename from ClientApp/node_modules/rfdc/test/index.js rename to apps/angular/node_modules/rfdc/test/index.js diff --git a/ClientApp/node_modules/rimraf/CHANGELOG.md b/apps/angular/node_modules/rimraf/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/rimraf/CHANGELOG.md rename to apps/angular/node_modules/rimraf/CHANGELOG.md diff --git a/ClientApp/node_modules/rimraf/LICENSE b/apps/angular/node_modules/rimraf/LICENSE similarity index 100% rename from ClientApp/node_modules/rimraf/LICENSE rename to apps/angular/node_modules/rimraf/LICENSE diff --git a/ClientApp/node_modules/rimraf/README.md b/apps/angular/node_modules/rimraf/README.md similarity index 100% rename from ClientApp/node_modules/rimraf/README.md rename to apps/angular/node_modules/rimraf/README.md diff --git a/ClientApp/node_modules/rimraf/bin.js b/apps/angular/node_modules/rimraf/bin.js similarity index 100% rename from ClientApp/node_modules/rimraf/bin.js rename to apps/angular/node_modules/rimraf/bin.js diff --git a/ClientApp/node_modules/rimraf/package.json b/apps/angular/node_modules/rimraf/package.json similarity index 100% rename from ClientApp/node_modules/rimraf/package.json rename to apps/angular/node_modules/rimraf/package.json diff --git a/ClientApp/node_modules/rimraf/rimraf.js b/apps/angular/node_modules/rimraf/rimraf.js similarity index 100% rename from ClientApp/node_modules/rimraf/rimraf.js rename to apps/angular/node_modules/rimraf/rimraf.js diff --git a/ClientApp/node_modules/rollup/LICENSE.md b/apps/angular/node_modules/rollup/LICENSE.md similarity index 100% rename from ClientApp/node_modules/rollup/LICENSE.md rename to apps/angular/node_modules/rollup/LICENSE.md diff --git a/ClientApp/node_modules/rollup/README.md b/apps/angular/node_modules/rollup/README.md similarity index 100% rename from ClientApp/node_modules/rollup/README.md rename to apps/angular/node_modules/rollup/README.md diff --git a/ClientApp/node_modules/rollup/dist/bin/rollup b/apps/angular/node_modules/rollup/dist/bin/rollup similarity index 100% rename from ClientApp/node_modules/rollup/dist/bin/rollup rename to apps/angular/node_modules/rollup/dist/bin/rollup diff --git a/ClientApp/node_modules/rollup/dist/es/getLogFilter.js b/apps/angular/node_modules/rollup/dist/es/getLogFilter.js similarity index 100% rename from ClientApp/node_modules/rollup/dist/es/getLogFilter.js rename to apps/angular/node_modules/rollup/dist/es/getLogFilter.js diff --git a/ClientApp/node_modules/rollup/dist/es/package.json b/apps/angular/node_modules/rollup/dist/es/package.json similarity index 100% rename from ClientApp/node_modules/rollup/dist/es/package.json rename to apps/angular/node_modules/rollup/dist/es/package.json diff --git a/ClientApp/node_modules/rollup/dist/es/parseAst.js b/apps/angular/node_modules/rollup/dist/es/parseAst.js similarity index 100% rename from ClientApp/node_modules/rollup/dist/es/parseAst.js rename to apps/angular/node_modules/rollup/dist/es/parseAst.js diff --git a/ClientApp/node_modules/rollup/dist/es/rollup.js b/apps/angular/node_modules/rollup/dist/es/rollup.js similarity index 100% rename from ClientApp/node_modules/rollup/dist/es/rollup.js rename to apps/angular/node_modules/rollup/dist/es/rollup.js diff --git a/ClientApp/node_modules/rollup/dist/es/shared/node-entry.js b/apps/angular/node_modules/rollup/dist/es/shared/node-entry.js similarity index 100% rename from ClientApp/node_modules/rollup/dist/es/shared/node-entry.js rename to apps/angular/node_modules/rollup/dist/es/shared/node-entry.js diff --git a/ClientApp/node_modules/rollup/dist/es/shared/parseAst.js b/apps/angular/node_modules/rollup/dist/es/shared/parseAst.js similarity index 100% rename from ClientApp/node_modules/rollup/dist/es/shared/parseAst.js rename to apps/angular/node_modules/rollup/dist/es/shared/parseAst.js diff --git a/ClientApp/node_modules/rollup/dist/es/shared/watch.js b/apps/angular/node_modules/rollup/dist/es/shared/watch.js similarity index 100% rename from ClientApp/node_modules/rollup/dist/es/shared/watch.js rename to apps/angular/node_modules/rollup/dist/es/shared/watch.js diff --git a/ClientApp/node_modules/rollup/dist/getLogFilter.d.ts b/apps/angular/node_modules/rollup/dist/getLogFilter.d.ts similarity index 100% rename from ClientApp/node_modules/rollup/dist/getLogFilter.d.ts rename to apps/angular/node_modules/rollup/dist/getLogFilter.d.ts diff --git a/ClientApp/node_modules/rollup/dist/getLogFilter.js b/apps/angular/node_modules/rollup/dist/getLogFilter.js similarity index 100% rename from ClientApp/node_modules/rollup/dist/getLogFilter.js rename to apps/angular/node_modules/rollup/dist/getLogFilter.js diff --git a/ClientApp/node_modules/rollup/dist/loadConfigFile.d.ts b/apps/angular/node_modules/rollup/dist/loadConfigFile.d.ts similarity index 100% rename from ClientApp/node_modules/rollup/dist/loadConfigFile.d.ts rename to apps/angular/node_modules/rollup/dist/loadConfigFile.d.ts diff --git a/ClientApp/node_modules/rollup/dist/loadConfigFile.js b/apps/angular/node_modules/rollup/dist/loadConfigFile.js similarity index 100% rename from ClientApp/node_modules/rollup/dist/loadConfigFile.js rename to apps/angular/node_modules/rollup/dist/loadConfigFile.js diff --git a/ClientApp/node_modules/rollup/dist/native.js b/apps/angular/node_modules/rollup/dist/native.js similarity index 100% rename from ClientApp/node_modules/rollup/dist/native.js rename to apps/angular/node_modules/rollup/dist/native.js diff --git a/ClientApp/node_modules/rollup/dist/parseAst.d.ts b/apps/angular/node_modules/rollup/dist/parseAst.d.ts similarity index 100% rename from ClientApp/node_modules/rollup/dist/parseAst.d.ts rename to apps/angular/node_modules/rollup/dist/parseAst.d.ts diff --git a/ClientApp/node_modules/rollup/dist/parseAst.js b/apps/angular/node_modules/rollup/dist/parseAst.js similarity index 100% rename from ClientApp/node_modules/rollup/dist/parseAst.js rename to apps/angular/node_modules/rollup/dist/parseAst.js diff --git a/ClientApp/node_modules/rollup/dist/rollup.d.ts b/apps/angular/node_modules/rollup/dist/rollup.d.ts similarity index 100% rename from ClientApp/node_modules/rollup/dist/rollup.d.ts rename to apps/angular/node_modules/rollup/dist/rollup.d.ts diff --git a/ClientApp/node_modules/rollup/dist/rollup.js b/apps/angular/node_modules/rollup/dist/rollup.js similarity index 100% rename from ClientApp/node_modules/rollup/dist/rollup.js rename to apps/angular/node_modules/rollup/dist/rollup.js diff --git a/ClientApp/node_modules/rollup/dist/shared/fsevents-importer.js b/apps/angular/node_modules/rollup/dist/shared/fsevents-importer.js similarity index 100% rename from ClientApp/node_modules/rollup/dist/shared/fsevents-importer.js rename to apps/angular/node_modules/rollup/dist/shared/fsevents-importer.js diff --git a/ClientApp/node_modules/rollup/dist/shared/index.js b/apps/angular/node_modules/rollup/dist/shared/index.js similarity index 100% rename from ClientApp/node_modules/rollup/dist/shared/index.js rename to apps/angular/node_modules/rollup/dist/shared/index.js diff --git a/ClientApp/node_modules/rollup/dist/shared/loadConfigFile.js b/apps/angular/node_modules/rollup/dist/shared/loadConfigFile.js similarity index 100% rename from ClientApp/node_modules/rollup/dist/shared/loadConfigFile.js rename to apps/angular/node_modules/rollup/dist/shared/loadConfigFile.js diff --git a/ClientApp/node_modules/rollup/dist/shared/parseAst.js b/apps/angular/node_modules/rollup/dist/shared/parseAst.js similarity index 100% rename from ClientApp/node_modules/rollup/dist/shared/parseAst.js rename to apps/angular/node_modules/rollup/dist/shared/parseAst.js diff --git a/ClientApp/node_modules/rollup/dist/shared/rollup.js b/apps/angular/node_modules/rollup/dist/shared/rollup.js similarity index 100% rename from ClientApp/node_modules/rollup/dist/shared/rollup.js rename to apps/angular/node_modules/rollup/dist/shared/rollup.js diff --git a/ClientApp/node_modules/rollup/dist/shared/watch-cli.js b/apps/angular/node_modules/rollup/dist/shared/watch-cli.js similarity index 100% rename from ClientApp/node_modules/rollup/dist/shared/watch-cli.js rename to apps/angular/node_modules/rollup/dist/shared/watch-cli.js diff --git a/ClientApp/node_modules/rollup/dist/shared/watch.js b/apps/angular/node_modules/rollup/dist/shared/watch.js similarity index 100% rename from ClientApp/node_modules/rollup/dist/shared/watch.js rename to apps/angular/node_modules/rollup/dist/shared/watch.js diff --git a/ClientApp/node_modules/rollup/package.json b/apps/angular/node_modules/rollup/package.json similarity index 100% rename from ClientApp/node_modules/rollup/package.json rename to apps/angular/node_modules/rollup/package.json diff --git a/ClientApp/node_modules/rrweb-cssom/LICENSE.txt b/apps/angular/node_modules/rrweb-cssom/LICENSE.txt similarity index 100% rename from ClientApp/node_modules/rrweb-cssom/LICENSE.txt rename to apps/angular/node_modules/rrweb-cssom/LICENSE.txt diff --git a/ClientApp/node_modules/rrweb-cssom/README.mdown b/apps/angular/node_modules/rrweb-cssom/README.mdown similarity index 100% rename from ClientApp/node_modules/rrweb-cssom/README.mdown rename to apps/angular/node_modules/rrweb-cssom/README.mdown diff --git a/ClientApp/node_modules/rrweb-cssom/build/CSSOM.js b/apps/angular/node_modules/rrweb-cssom/build/CSSOM.js similarity index 100% rename from ClientApp/node_modules/rrweb-cssom/build/CSSOM.js rename to apps/angular/node_modules/rrweb-cssom/build/CSSOM.js diff --git a/ClientApp/node_modules/rrweb-cssom/lib/CSSConditionRule.js b/apps/angular/node_modules/rrweb-cssom/lib/CSSConditionRule.js similarity index 100% rename from ClientApp/node_modules/rrweb-cssom/lib/CSSConditionRule.js rename to apps/angular/node_modules/rrweb-cssom/lib/CSSConditionRule.js diff --git a/ClientApp/node_modules/rrweb-cssom/lib/CSSContainerRule.js b/apps/angular/node_modules/rrweb-cssom/lib/CSSContainerRule.js similarity index 100% rename from ClientApp/node_modules/rrweb-cssom/lib/CSSContainerRule.js rename to apps/angular/node_modules/rrweb-cssom/lib/CSSContainerRule.js diff --git a/ClientApp/node_modules/rrweb-cssom/lib/CSSDocumentRule.js b/apps/angular/node_modules/rrweb-cssom/lib/CSSDocumentRule.js similarity index 100% rename from ClientApp/node_modules/rrweb-cssom/lib/CSSDocumentRule.js rename to apps/angular/node_modules/rrweb-cssom/lib/CSSDocumentRule.js diff --git a/ClientApp/node_modules/rrweb-cssom/lib/CSSFontFaceRule.js b/apps/angular/node_modules/rrweb-cssom/lib/CSSFontFaceRule.js similarity index 100% rename from ClientApp/node_modules/rrweb-cssom/lib/CSSFontFaceRule.js rename to apps/angular/node_modules/rrweb-cssom/lib/CSSFontFaceRule.js diff --git a/ClientApp/node_modules/rrweb-cssom/lib/CSSGroupingRule.js b/apps/angular/node_modules/rrweb-cssom/lib/CSSGroupingRule.js similarity index 100% rename from ClientApp/node_modules/rrweb-cssom/lib/CSSGroupingRule.js rename to apps/angular/node_modules/rrweb-cssom/lib/CSSGroupingRule.js diff --git a/ClientApp/node_modules/rrweb-cssom/lib/CSSHostRule.js b/apps/angular/node_modules/rrweb-cssom/lib/CSSHostRule.js similarity index 100% rename from ClientApp/node_modules/rrweb-cssom/lib/CSSHostRule.js rename to apps/angular/node_modules/rrweb-cssom/lib/CSSHostRule.js diff --git a/ClientApp/node_modules/rrweb-cssom/lib/CSSImportRule.js b/apps/angular/node_modules/rrweb-cssom/lib/CSSImportRule.js similarity index 100% rename from ClientApp/node_modules/rrweb-cssom/lib/CSSImportRule.js rename to apps/angular/node_modules/rrweb-cssom/lib/CSSImportRule.js diff --git a/ClientApp/node_modules/rrweb-cssom/lib/CSSKeyframeRule.js b/apps/angular/node_modules/rrweb-cssom/lib/CSSKeyframeRule.js similarity index 100% rename from ClientApp/node_modules/rrweb-cssom/lib/CSSKeyframeRule.js rename to apps/angular/node_modules/rrweb-cssom/lib/CSSKeyframeRule.js diff --git a/ClientApp/node_modules/rrweb-cssom/lib/CSSKeyframesRule.js b/apps/angular/node_modules/rrweb-cssom/lib/CSSKeyframesRule.js similarity index 100% rename from ClientApp/node_modules/rrweb-cssom/lib/CSSKeyframesRule.js rename to apps/angular/node_modules/rrweb-cssom/lib/CSSKeyframesRule.js diff --git a/ClientApp/node_modules/rrweb-cssom/lib/CSSMediaRule.js b/apps/angular/node_modules/rrweb-cssom/lib/CSSMediaRule.js similarity index 100% rename from ClientApp/node_modules/rrweb-cssom/lib/CSSMediaRule.js rename to apps/angular/node_modules/rrweb-cssom/lib/CSSMediaRule.js diff --git a/ClientApp/node_modules/rrweb-cssom/lib/CSSOM.js b/apps/angular/node_modules/rrweb-cssom/lib/CSSOM.js similarity index 100% rename from ClientApp/node_modules/rrweb-cssom/lib/CSSOM.js rename to apps/angular/node_modules/rrweb-cssom/lib/CSSOM.js diff --git a/ClientApp/node_modules/rrweb-cssom/lib/CSSRule.js b/apps/angular/node_modules/rrweb-cssom/lib/CSSRule.js similarity index 100% rename from ClientApp/node_modules/rrweb-cssom/lib/CSSRule.js rename to apps/angular/node_modules/rrweb-cssom/lib/CSSRule.js diff --git a/ClientApp/node_modules/rrweb-cssom/lib/CSSStartingStyleRule.js b/apps/angular/node_modules/rrweb-cssom/lib/CSSStartingStyleRule.js similarity index 100% rename from ClientApp/node_modules/rrweb-cssom/lib/CSSStartingStyleRule.js rename to apps/angular/node_modules/rrweb-cssom/lib/CSSStartingStyleRule.js diff --git a/ClientApp/node_modules/rrweb-cssom/lib/CSSStyleDeclaration.js b/apps/angular/node_modules/rrweb-cssom/lib/CSSStyleDeclaration.js similarity index 100% rename from ClientApp/node_modules/rrweb-cssom/lib/CSSStyleDeclaration.js rename to apps/angular/node_modules/rrweb-cssom/lib/CSSStyleDeclaration.js diff --git a/ClientApp/node_modules/rrweb-cssom/lib/CSSStyleRule.js b/apps/angular/node_modules/rrweb-cssom/lib/CSSStyleRule.js similarity index 100% rename from ClientApp/node_modules/rrweb-cssom/lib/CSSStyleRule.js rename to apps/angular/node_modules/rrweb-cssom/lib/CSSStyleRule.js diff --git a/ClientApp/node_modules/rrweb-cssom/lib/CSSStyleSheet.js b/apps/angular/node_modules/rrweb-cssom/lib/CSSStyleSheet.js similarity index 100% rename from ClientApp/node_modules/rrweb-cssom/lib/CSSStyleSheet.js rename to apps/angular/node_modules/rrweb-cssom/lib/CSSStyleSheet.js diff --git a/ClientApp/node_modules/rrweb-cssom/lib/CSSSupportsRule.js b/apps/angular/node_modules/rrweb-cssom/lib/CSSSupportsRule.js similarity index 100% rename from ClientApp/node_modules/rrweb-cssom/lib/CSSSupportsRule.js rename to apps/angular/node_modules/rrweb-cssom/lib/CSSSupportsRule.js diff --git a/ClientApp/node_modules/rrweb-cssom/lib/CSSValue.js b/apps/angular/node_modules/rrweb-cssom/lib/CSSValue.js similarity index 100% rename from ClientApp/node_modules/rrweb-cssom/lib/CSSValue.js rename to apps/angular/node_modules/rrweb-cssom/lib/CSSValue.js diff --git a/ClientApp/node_modules/rrweb-cssom/lib/CSSValueExpression.js b/apps/angular/node_modules/rrweb-cssom/lib/CSSValueExpression.js similarity index 100% rename from ClientApp/node_modules/rrweb-cssom/lib/CSSValueExpression.js rename to apps/angular/node_modules/rrweb-cssom/lib/CSSValueExpression.js diff --git a/ClientApp/node_modules/rrweb-cssom/lib/MatcherList.js b/apps/angular/node_modules/rrweb-cssom/lib/MatcherList.js similarity index 100% rename from ClientApp/node_modules/rrweb-cssom/lib/MatcherList.js rename to apps/angular/node_modules/rrweb-cssom/lib/MatcherList.js diff --git a/ClientApp/node_modules/rrweb-cssom/lib/MediaList.js b/apps/angular/node_modules/rrweb-cssom/lib/MediaList.js similarity index 100% rename from ClientApp/node_modules/rrweb-cssom/lib/MediaList.js rename to apps/angular/node_modules/rrweb-cssom/lib/MediaList.js diff --git a/ClientApp/node_modules/rrweb-cssom/lib/StyleSheet.js b/apps/angular/node_modules/rrweb-cssom/lib/StyleSheet.js similarity index 100% rename from ClientApp/node_modules/rrweb-cssom/lib/StyleSheet.js rename to apps/angular/node_modules/rrweb-cssom/lib/StyleSheet.js diff --git a/ClientApp/node_modules/rrweb-cssom/lib/clone.js b/apps/angular/node_modules/rrweb-cssom/lib/clone.js similarity index 100% rename from ClientApp/node_modules/rrweb-cssom/lib/clone.js rename to apps/angular/node_modules/rrweb-cssom/lib/clone.js diff --git a/ClientApp/node_modules/rrweb-cssom/lib/index.js b/apps/angular/node_modules/rrweb-cssom/lib/index.js similarity index 100% rename from ClientApp/node_modules/rrweb-cssom/lib/index.js rename to apps/angular/node_modules/rrweb-cssom/lib/index.js diff --git a/ClientApp/node_modules/rrweb-cssom/lib/parse.js b/apps/angular/node_modules/rrweb-cssom/lib/parse.js similarity index 100% rename from ClientApp/node_modules/rrweb-cssom/lib/parse.js rename to apps/angular/node_modules/rrweb-cssom/lib/parse.js diff --git a/ClientApp/node_modules/rrweb-cssom/package.json b/apps/angular/node_modules/rrweb-cssom/package.json similarity index 100% rename from ClientApp/node_modules/rrweb-cssom/package.json rename to apps/angular/node_modules/rrweb-cssom/package.json diff --git a/ClientApp/node_modules/run-applescript/index.d.ts b/apps/angular/node_modules/run-applescript/index.d.ts similarity index 100% rename from ClientApp/node_modules/run-applescript/index.d.ts rename to apps/angular/node_modules/run-applescript/index.d.ts diff --git a/ClientApp/node_modules/run-applescript/index.js b/apps/angular/node_modules/run-applescript/index.js similarity index 100% rename from ClientApp/node_modules/run-applescript/index.js rename to apps/angular/node_modules/run-applescript/index.js diff --git a/ClientApp/node_modules/run-applescript/license b/apps/angular/node_modules/run-applescript/license similarity index 100% rename from ClientApp/node_modules/run-applescript/license rename to apps/angular/node_modules/run-applescript/license diff --git a/ClientApp/node_modules/run-applescript/package.json b/apps/angular/node_modules/run-applescript/package.json similarity index 100% rename from ClientApp/node_modules/run-applescript/package.json rename to apps/angular/node_modules/run-applescript/package.json diff --git a/ClientApp/node_modules/run-applescript/readme.md b/apps/angular/node_modules/run-applescript/readme.md similarity index 100% rename from ClientApp/node_modules/run-applescript/readme.md rename to apps/angular/node_modules/run-applescript/readme.md diff --git a/ClientApp/node_modules/run-parallel/LICENSE b/apps/angular/node_modules/run-parallel/LICENSE similarity index 100% rename from ClientApp/node_modules/run-parallel/LICENSE rename to apps/angular/node_modules/run-parallel/LICENSE diff --git a/ClientApp/node_modules/run-parallel/README.md b/apps/angular/node_modules/run-parallel/README.md similarity index 100% rename from ClientApp/node_modules/run-parallel/README.md rename to apps/angular/node_modules/run-parallel/README.md diff --git a/ClientApp/node_modules/run-parallel/index.js b/apps/angular/node_modules/run-parallel/index.js similarity index 100% rename from ClientApp/node_modules/run-parallel/index.js rename to apps/angular/node_modules/run-parallel/index.js diff --git a/ClientApp/node_modules/run-parallel/package.json b/apps/angular/node_modules/run-parallel/package.json similarity index 100% rename from ClientApp/node_modules/run-parallel/package.json rename to apps/angular/node_modules/run-parallel/package.json diff --git a/ClientApp/node_modules/rxjs/CHANGELOG.md b/apps/angular/node_modules/rxjs/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/rxjs/CHANGELOG.md rename to apps/angular/node_modules/rxjs/CHANGELOG.md diff --git a/ClientApp/node_modules/rxjs/CODE_OF_CONDUCT.md b/apps/angular/node_modules/rxjs/CODE_OF_CONDUCT.md similarity index 100% rename from ClientApp/node_modules/rxjs/CODE_OF_CONDUCT.md rename to apps/angular/node_modules/rxjs/CODE_OF_CONDUCT.md diff --git a/ClientApp/node_modules/rxjs/LICENSE.txt b/apps/angular/node_modules/rxjs/LICENSE.txt similarity index 100% rename from ClientApp/node_modules/rxjs/LICENSE.txt rename to apps/angular/node_modules/rxjs/LICENSE.txt diff --git a/ClientApp/node_modules/rxjs/README.md b/apps/angular/node_modules/rxjs/README.md similarity index 100% rename from ClientApp/node_modules/rxjs/README.md rename to apps/angular/node_modules/rxjs/README.md diff --git a/ClientApp/node_modules/rxjs/ajax/package.json b/apps/angular/node_modules/rxjs/ajax/package.json similarity index 100% rename from ClientApp/node_modules/rxjs/ajax/package.json rename to apps/angular/node_modules/rxjs/ajax/package.json diff --git a/ClientApp/node_modules/rxjs/dist/bundles/rxjs.umd.js b/apps/angular/node_modules/rxjs/dist/bundles/rxjs.umd.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/bundles/rxjs.umd.js rename to apps/angular/node_modules/rxjs/dist/bundles/rxjs.umd.js diff --git a/ClientApp/node_modules/rxjs/dist/bundles/rxjs.umd.js.map b/apps/angular/node_modules/rxjs/dist/bundles/rxjs.umd.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/bundles/rxjs.umd.js.map rename to apps/angular/node_modules/rxjs/dist/bundles/rxjs.umd.js.map diff --git a/ClientApp/node_modules/rxjs/dist/bundles/rxjs.umd.min.js b/apps/angular/node_modules/rxjs/dist/bundles/rxjs.umd.min.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/bundles/rxjs.umd.min.js rename to apps/angular/node_modules/rxjs/dist/bundles/rxjs.umd.min.js diff --git a/ClientApp/node_modules/rxjs/dist/bundles/rxjs.umd.min.js.map b/apps/angular/node_modules/rxjs/dist/bundles/rxjs.umd.min.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/bundles/rxjs.umd.min.js.map rename to apps/angular/node_modules/rxjs/dist/bundles/rxjs.umd.min.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/ajax/index.js b/apps/angular/node_modules/rxjs/dist/cjs/ajax/index.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/ajax/index.js rename to apps/angular/node_modules/rxjs/dist/cjs/ajax/index.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/ajax/index.js.map b/apps/angular/node_modules/rxjs/dist/cjs/ajax/index.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/ajax/index.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/ajax/index.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/fetch/index.js b/apps/angular/node_modules/rxjs/dist/cjs/fetch/index.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/fetch/index.js rename to apps/angular/node_modules/rxjs/dist/cjs/fetch/index.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/fetch/index.js.map b/apps/angular/node_modules/rxjs/dist/cjs/fetch/index.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/fetch/index.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/fetch/index.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/index.js b/apps/angular/node_modules/rxjs/dist/cjs/index.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/index.js rename to apps/angular/node_modules/rxjs/dist/cjs/index.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/index.js.map b/apps/angular/node_modules/rxjs/dist/cjs/index.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/index.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/index.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/AnyCatcher.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/AnyCatcher.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/AnyCatcher.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/AnyCatcher.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/AnyCatcher.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/AnyCatcher.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/AnyCatcher.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/AnyCatcher.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/AsyncSubject.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/AsyncSubject.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/AsyncSubject.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/AsyncSubject.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/AsyncSubject.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/AsyncSubject.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/AsyncSubject.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/AsyncSubject.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/BehaviorSubject.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/BehaviorSubject.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/BehaviorSubject.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/BehaviorSubject.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/BehaviorSubject.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/BehaviorSubject.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/BehaviorSubject.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/BehaviorSubject.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/Notification.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/Notification.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/Notification.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/Notification.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/Notification.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/Notification.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/Notification.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/Notification.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/NotificationFactories.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/NotificationFactories.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/NotificationFactories.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/NotificationFactories.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/NotificationFactories.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/NotificationFactories.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/NotificationFactories.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/NotificationFactories.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/Observable.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/Observable.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/Observable.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/Observable.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/Observable.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/Observable.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/Observable.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/Observable.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/Operator.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/Operator.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/Operator.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/Operator.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/Operator.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/Operator.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/Operator.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/Operator.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/ReplaySubject.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/ReplaySubject.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/ReplaySubject.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/ReplaySubject.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/ReplaySubject.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/ReplaySubject.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/ReplaySubject.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/ReplaySubject.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/Scheduler.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/Scheduler.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/Scheduler.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/Scheduler.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/Scheduler.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/Scheduler.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/Scheduler.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/Scheduler.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/Subject.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/Subject.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/Subject.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/Subject.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/Subject.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/Subject.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/Subject.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/Subject.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/Subscriber.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/Subscriber.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/Subscriber.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/Subscriber.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/Subscriber.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/Subscriber.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/Subscriber.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/Subscriber.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/Subscription.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/Subscription.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/Subscription.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/Subscription.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/Subscription.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/Subscription.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/Subscription.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/Subscription.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/ajax/AjaxResponse.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/ajax/AjaxResponse.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/ajax/AjaxResponse.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/ajax/AjaxResponse.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/ajax/AjaxResponse.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/ajax/AjaxResponse.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/ajax/AjaxResponse.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/ajax/AjaxResponse.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/ajax/ajax.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/ajax/ajax.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/ajax/ajax.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/ajax/ajax.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/ajax/ajax.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/ajax/ajax.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/ajax/ajax.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/ajax/ajax.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/ajax/errors.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/ajax/errors.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/ajax/errors.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/ajax/errors.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/ajax/errors.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/ajax/errors.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/ajax/errors.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/ajax/errors.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/ajax/getXHRResponse.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/ajax/getXHRResponse.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/ajax/getXHRResponse.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/ajax/getXHRResponse.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/ajax/getXHRResponse.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/ajax/getXHRResponse.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/ajax/getXHRResponse.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/ajax/getXHRResponse.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/ajax/types.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/ajax/types.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/ajax/types.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/ajax/types.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/ajax/types.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/ajax/types.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/ajax/types.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/ajax/types.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/config.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/config.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/config.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/config.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/config.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/config.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/config.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/config.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/firstValueFrom.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/firstValueFrom.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/firstValueFrom.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/firstValueFrom.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/firstValueFrom.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/firstValueFrom.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/firstValueFrom.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/firstValueFrom.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/lastValueFrom.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/lastValueFrom.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/lastValueFrom.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/lastValueFrom.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/lastValueFrom.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/lastValueFrom.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/lastValueFrom.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/lastValueFrom.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/ConnectableObservable.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/ConnectableObservable.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/ConnectableObservable.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/ConnectableObservable.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/ConnectableObservable.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/ConnectableObservable.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/ConnectableObservable.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/ConnectableObservable.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/bindCallback.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/bindCallback.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/bindCallback.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/bindCallback.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/bindCallback.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/bindCallback.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/bindCallback.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/bindCallback.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/bindCallbackInternals.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/bindCallbackInternals.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/bindCallbackInternals.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/bindCallbackInternals.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/bindCallbackInternals.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/bindCallbackInternals.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/bindCallbackInternals.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/bindCallbackInternals.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/bindNodeCallback.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/bindNodeCallback.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/bindNodeCallback.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/bindNodeCallback.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/bindNodeCallback.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/bindNodeCallback.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/bindNodeCallback.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/bindNodeCallback.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/combineLatest.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/combineLatest.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/combineLatest.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/combineLatest.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/combineLatest.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/combineLatest.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/combineLatest.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/combineLatest.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/concat.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/concat.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/concat.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/concat.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/concat.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/concat.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/concat.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/concat.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/connectable.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/connectable.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/connectable.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/connectable.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/connectable.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/connectable.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/connectable.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/connectable.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/defer.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/defer.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/defer.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/defer.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/defer.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/defer.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/defer.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/defer.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/dom/WebSocketSubject.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/dom/WebSocketSubject.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/dom/WebSocketSubject.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/dom/WebSocketSubject.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/dom/WebSocketSubject.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/dom/WebSocketSubject.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/dom/WebSocketSubject.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/dom/WebSocketSubject.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/dom/animationFrames.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/dom/animationFrames.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/dom/animationFrames.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/dom/animationFrames.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/dom/animationFrames.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/dom/animationFrames.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/dom/animationFrames.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/dom/animationFrames.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/dom/fetch.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/dom/fetch.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/dom/fetch.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/dom/fetch.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/dom/fetch.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/dom/fetch.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/dom/fetch.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/dom/fetch.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/dom/webSocket.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/dom/webSocket.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/dom/webSocket.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/dom/webSocket.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/dom/webSocket.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/dom/webSocket.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/dom/webSocket.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/dom/webSocket.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/empty.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/empty.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/empty.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/empty.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/empty.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/empty.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/empty.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/empty.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/forkJoin.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/forkJoin.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/forkJoin.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/forkJoin.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/forkJoin.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/forkJoin.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/forkJoin.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/forkJoin.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/from.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/from.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/from.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/from.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/from.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/from.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/from.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/from.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/fromEvent.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/fromEvent.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/fromEvent.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/fromEvent.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/fromEvent.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/fromEvent.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/fromEvent.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/fromEvent.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/fromEventPattern.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/fromEventPattern.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/fromEventPattern.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/fromEventPattern.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/fromEventPattern.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/fromEventPattern.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/fromEventPattern.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/fromEventPattern.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/fromSubscribable.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/fromSubscribable.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/fromSubscribable.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/fromSubscribable.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/fromSubscribable.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/fromSubscribable.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/fromSubscribable.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/fromSubscribable.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/generate.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/generate.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/generate.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/generate.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/generate.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/generate.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/generate.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/generate.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/iif.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/iif.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/iif.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/iif.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/iif.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/iif.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/iif.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/iif.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/innerFrom.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/innerFrom.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/innerFrom.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/innerFrom.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/innerFrom.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/innerFrom.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/innerFrom.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/innerFrom.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/interval.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/interval.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/interval.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/interval.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/interval.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/interval.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/interval.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/interval.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/merge.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/merge.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/merge.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/merge.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/merge.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/merge.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/merge.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/merge.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/never.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/never.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/never.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/never.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/never.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/never.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/never.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/never.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/of.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/of.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/of.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/of.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/of.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/of.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/of.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/of.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/onErrorResumeNext.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/onErrorResumeNext.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/onErrorResumeNext.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/onErrorResumeNext.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/onErrorResumeNext.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/onErrorResumeNext.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/onErrorResumeNext.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/onErrorResumeNext.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/pairs.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/pairs.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/pairs.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/pairs.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/pairs.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/pairs.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/pairs.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/pairs.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/partition.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/partition.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/partition.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/partition.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/partition.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/partition.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/partition.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/partition.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/race.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/race.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/race.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/race.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/race.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/race.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/race.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/race.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/range.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/range.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/range.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/range.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/range.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/range.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/range.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/range.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/throwError.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/throwError.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/throwError.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/throwError.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/throwError.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/throwError.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/throwError.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/throwError.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/timer.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/timer.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/timer.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/timer.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/timer.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/timer.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/timer.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/timer.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/using.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/using.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/using.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/using.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/using.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/using.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/using.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/using.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/zip.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/zip.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/zip.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/zip.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/observable/zip.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/observable/zip.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/observable/zip.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/observable/zip.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/OperatorSubscriber.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/OperatorSubscriber.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/OperatorSubscriber.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/OperatorSubscriber.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/OperatorSubscriber.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/OperatorSubscriber.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/OperatorSubscriber.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/OperatorSubscriber.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/audit.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/audit.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/audit.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/audit.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/audit.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/audit.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/audit.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/audit.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/auditTime.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/auditTime.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/auditTime.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/auditTime.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/auditTime.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/auditTime.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/auditTime.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/auditTime.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/buffer.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/buffer.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/buffer.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/buffer.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/buffer.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/buffer.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/buffer.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/buffer.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/bufferCount.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/bufferCount.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/bufferCount.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/bufferCount.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/bufferCount.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/bufferCount.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/bufferCount.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/bufferCount.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/bufferTime.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/bufferTime.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/bufferTime.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/bufferTime.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/bufferTime.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/bufferTime.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/bufferTime.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/bufferTime.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/bufferToggle.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/bufferToggle.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/bufferToggle.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/bufferToggle.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/bufferToggle.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/bufferToggle.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/bufferToggle.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/bufferToggle.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/bufferWhen.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/bufferWhen.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/bufferWhen.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/bufferWhen.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/bufferWhen.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/bufferWhen.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/bufferWhen.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/bufferWhen.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/catchError.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/catchError.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/catchError.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/catchError.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/catchError.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/catchError.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/catchError.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/catchError.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/combineAll.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/combineAll.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/combineAll.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/combineAll.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/combineAll.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/combineAll.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/combineAll.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/combineAll.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/combineLatest.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/combineLatest.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/combineLatest.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/combineLatest.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/combineLatest.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/combineLatest.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/combineLatest.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/combineLatest.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/combineLatestAll.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/combineLatestAll.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/combineLatestAll.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/combineLatestAll.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/combineLatestAll.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/combineLatestAll.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/combineLatestAll.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/combineLatestAll.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/combineLatestWith.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/combineLatestWith.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/combineLatestWith.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/combineLatestWith.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/combineLatestWith.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/combineLatestWith.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/combineLatestWith.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/combineLatestWith.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/concat.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/concat.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/concat.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/concat.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/concat.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/concat.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/concat.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/concat.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/concatAll.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/concatAll.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/concatAll.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/concatAll.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/concatAll.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/concatAll.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/concatAll.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/concatAll.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/concatMap.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/concatMap.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/concatMap.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/concatMap.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/concatMap.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/concatMap.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/concatMap.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/concatMap.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/concatMapTo.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/concatMapTo.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/concatMapTo.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/concatMapTo.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/concatMapTo.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/concatMapTo.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/concatMapTo.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/concatMapTo.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/concatWith.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/concatWith.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/concatWith.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/concatWith.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/concatWith.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/concatWith.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/concatWith.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/concatWith.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/connect.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/connect.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/connect.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/connect.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/connect.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/connect.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/connect.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/connect.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/count.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/count.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/count.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/count.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/count.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/count.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/count.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/count.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/debounce.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/debounce.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/debounce.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/debounce.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/debounce.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/debounce.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/debounce.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/debounce.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/debounceTime.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/debounceTime.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/debounceTime.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/debounceTime.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/debounceTime.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/debounceTime.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/debounceTime.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/debounceTime.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/defaultIfEmpty.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/defaultIfEmpty.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/defaultIfEmpty.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/defaultIfEmpty.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/defaultIfEmpty.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/defaultIfEmpty.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/defaultIfEmpty.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/defaultIfEmpty.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/delay.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/delay.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/delay.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/delay.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/delay.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/delay.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/delay.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/delay.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/delayWhen.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/delayWhen.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/delayWhen.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/delayWhen.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/delayWhen.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/delayWhen.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/delayWhen.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/delayWhen.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/dematerialize.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/dematerialize.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/dematerialize.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/dematerialize.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/dematerialize.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/dematerialize.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/dematerialize.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/dematerialize.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/distinct.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/distinct.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/distinct.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/distinct.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/distinct.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/distinct.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/distinct.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/distinct.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/distinctUntilChanged.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/distinctUntilChanged.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/distinctUntilChanged.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/distinctUntilChanged.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/distinctUntilChanged.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/distinctUntilChanged.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/distinctUntilChanged.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/distinctUntilChanged.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/distinctUntilKeyChanged.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/distinctUntilKeyChanged.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/distinctUntilKeyChanged.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/distinctUntilKeyChanged.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/distinctUntilKeyChanged.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/distinctUntilKeyChanged.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/distinctUntilKeyChanged.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/distinctUntilKeyChanged.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/elementAt.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/elementAt.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/elementAt.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/elementAt.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/elementAt.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/elementAt.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/elementAt.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/elementAt.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/endWith.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/endWith.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/endWith.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/endWith.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/endWith.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/endWith.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/endWith.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/endWith.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/every.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/every.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/every.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/every.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/every.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/every.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/every.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/every.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/exhaust.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/exhaust.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/exhaust.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/exhaust.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/exhaust.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/exhaust.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/exhaust.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/exhaust.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/exhaustAll.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/exhaustAll.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/exhaustAll.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/exhaustAll.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/exhaustAll.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/exhaustAll.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/exhaustAll.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/exhaustAll.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/exhaustMap.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/exhaustMap.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/exhaustMap.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/exhaustMap.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/exhaustMap.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/exhaustMap.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/exhaustMap.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/exhaustMap.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/expand.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/expand.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/expand.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/expand.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/expand.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/expand.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/expand.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/expand.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/filter.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/filter.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/filter.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/filter.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/filter.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/filter.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/filter.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/filter.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/finalize.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/finalize.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/finalize.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/finalize.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/finalize.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/finalize.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/finalize.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/finalize.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/find.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/find.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/find.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/find.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/find.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/find.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/find.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/find.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/findIndex.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/findIndex.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/findIndex.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/findIndex.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/findIndex.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/findIndex.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/findIndex.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/findIndex.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/first.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/first.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/first.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/first.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/first.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/first.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/first.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/first.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/flatMap.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/flatMap.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/flatMap.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/flatMap.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/flatMap.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/flatMap.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/flatMap.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/flatMap.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/groupBy.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/groupBy.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/groupBy.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/groupBy.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/groupBy.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/groupBy.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/groupBy.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/groupBy.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/ignoreElements.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/ignoreElements.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/ignoreElements.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/ignoreElements.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/ignoreElements.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/ignoreElements.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/ignoreElements.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/ignoreElements.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/isEmpty.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/isEmpty.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/isEmpty.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/isEmpty.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/isEmpty.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/isEmpty.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/isEmpty.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/isEmpty.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/joinAllInternals.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/joinAllInternals.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/joinAllInternals.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/joinAllInternals.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/joinAllInternals.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/joinAllInternals.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/joinAllInternals.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/joinAllInternals.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/last.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/last.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/last.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/last.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/last.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/last.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/last.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/last.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/map.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/map.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/map.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/map.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/map.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/map.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/map.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/map.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/mapTo.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/mapTo.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/mapTo.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/mapTo.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/mapTo.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/mapTo.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/mapTo.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/mapTo.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/materialize.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/materialize.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/materialize.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/materialize.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/materialize.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/materialize.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/materialize.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/materialize.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/max.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/max.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/max.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/max.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/max.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/max.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/max.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/max.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/merge.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/merge.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/merge.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/merge.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/merge.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/merge.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/merge.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/merge.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/mergeAll.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/mergeAll.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/mergeAll.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/mergeAll.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/mergeAll.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/mergeAll.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/mergeAll.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/mergeAll.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/mergeInternals.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/mergeInternals.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/mergeInternals.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/mergeInternals.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/mergeInternals.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/mergeInternals.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/mergeInternals.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/mergeInternals.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/mergeMap.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/mergeMap.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/mergeMap.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/mergeMap.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/mergeMap.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/mergeMap.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/mergeMap.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/mergeMap.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/mergeMapTo.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/mergeMapTo.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/mergeMapTo.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/mergeMapTo.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/mergeMapTo.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/mergeMapTo.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/mergeMapTo.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/mergeMapTo.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/mergeScan.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/mergeScan.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/mergeScan.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/mergeScan.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/mergeScan.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/mergeScan.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/mergeScan.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/mergeScan.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/mergeWith.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/mergeWith.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/mergeWith.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/mergeWith.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/mergeWith.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/mergeWith.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/mergeWith.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/mergeWith.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/min.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/min.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/min.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/min.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/min.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/min.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/min.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/min.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/multicast.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/multicast.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/multicast.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/multicast.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/multicast.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/multicast.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/multicast.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/multicast.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/observeOn.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/observeOn.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/observeOn.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/observeOn.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/observeOn.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/observeOn.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/observeOn.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/observeOn.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/onErrorResumeNextWith.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/onErrorResumeNextWith.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/onErrorResumeNextWith.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/onErrorResumeNextWith.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/onErrorResumeNextWith.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/onErrorResumeNextWith.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/onErrorResumeNextWith.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/onErrorResumeNextWith.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/pairwise.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/pairwise.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/pairwise.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/pairwise.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/pairwise.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/pairwise.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/pairwise.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/pairwise.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/partition.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/partition.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/partition.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/partition.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/partition.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/partition.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/partition.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/partition.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/pluck.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/pluck.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/pluck.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/pluck.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/pluck.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/pluck.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/pluck.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/pluck.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/publish.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/publish.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/publish.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/publish.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/publish.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/publish.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/publish.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/publish.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/publishBehavior.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/publishBehavior.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/publishBehavior.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/publishBehavior.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/publishBehavior.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/publishBehavior.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/publishBehavior.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/publishBehavior.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/publishLast.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/publishLast.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/publishLast.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/publishLast.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/publishLast.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/publishLast.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/publishLast.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/publishLast.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/publishReplay.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/publishReplay.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/publishReplay.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/publishReplay.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/publishReplay.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/publishReplay.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/publishReplay.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/publishReplay.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/race.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/race.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/race.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/race.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/race.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/race.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/race.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/race.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/raceWith.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/raceWith.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/raceWith.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/raceWith.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/raceWith.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/raceWith.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/raceWith.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/raceWith.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/reduce.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/reduce.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/reduce.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/reduce.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/reduce.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/reduce.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/reduce.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/reduce.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/refCount.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/refCount.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/refCount.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/refCount.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/refCount.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/refCount.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/refCount.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/refCount.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/repeat.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/repeat.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/repeat.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/repeat.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/repeat.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/repeat.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/repeat.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/repeat.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/repeatWhen.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/repeatWhen.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/repeatWhen.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/repeatWhen.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/repeatWhen.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/repeatWhen.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/repeatWhen.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/repeatWhen.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/retry.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/retry.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/retry.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/retry.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/retry.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/retry.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/retry.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/retry.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/retryWhen.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/retryWhen.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/retryWhen.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/retryWhen.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/retryWhen.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/retryWhen.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/retryWhen.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/retryWhen.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/sample.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/sample.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/sample.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/sample.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/sample.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/sample.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/sample.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/sample.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/sampleTime.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/sampleTime.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/sampleTime.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/sampleTime.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/sampleTime.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/sampleTime.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/sampleTime.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/sampleTime.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/scan.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/scan.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/scan.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/scan.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/scan.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/scan.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/scan.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/scan.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/scanInternals.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/scanInternals.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/scanInternals.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/scanInternals.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/scanInternals.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/scanInternals.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/scanInternals.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/scanInternals.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/sequenceEqual.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/sequenceEqual.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/sequenceEqual.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/sequenceEqual.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/sequenceEqual.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/sequenceEqual.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/sequenceEqual.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/sequenceEqual.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/share.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/share.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/share.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/share.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/share.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/share.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/share.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/share.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/shareReplay.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/shareReplay.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/shareReplay.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/shareReplay.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/shareReplay.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/shareReplay.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/shareReplay.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/shareReplay.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/single.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/single.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/single.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/single.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/single.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/single.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/single.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/single.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/skip.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/skip.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/skip.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/skip.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/skip.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/skip.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/skip.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/skip.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/skipLast.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/skipLast.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/skipLast.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/skipLast.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/skipLast.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/skipLast.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/skipLast.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/skipLast.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/skipUntil.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/skipUntil.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/skipUntil.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/skipUntil.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/skipUntil.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/skipUntil.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/skipUntil.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/skipUntil.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/skipWhile.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/skipWhile.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/skipWhile.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/skipWhile.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/skipWhile.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/skipWhile.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/skipWhile.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/skipWhile.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/startWith.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/startWith.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/startWith.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/startWith.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/startWith.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/startWith.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/startWith.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/startWith.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/subscribeOn.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/subscribeOn.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/subscribeOn.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/subscribeOn.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/subscribeOn.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/subscribeOn.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/subscribeOn.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/subscribeOn.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/switchAll.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/switchAll.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/switchAll.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/switchAll.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/switchAll.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/switchAll.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/switchAll.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/switchAll.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/switchMap.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/switchMap.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/switchMap.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/switchMap.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/switchMap.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/switchMap.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/switchMap.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/switchMap.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/switchMapTo.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/switchMapTo.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/switchMapTo.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/switchMapTo.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/switchMapTo.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/switchMapTo.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/switchMapTo.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/switchMapTo.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/switchScan.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/switchScan.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/switchScan.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/switchScan.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/switchScan.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/switchScan.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/switchScan.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/switchScan.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/take.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/take.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/take.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/take.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/take.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/take.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/take.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/take.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/takeLast.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/takeLast.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/takeLast.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/takeLast.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/takeLast.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/takeLast.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/takeLast.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/takeLast.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/takeUntil.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/takeUntil.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/takeUntil.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/takeUntil.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/takeUntil.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/takeUntil.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/takeUntil.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/takeUntil.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/takeWhile.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/takeWhile.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/takeWhile.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/takeWhile.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/takeWhile.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/takeWhile.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/takeWhile.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/takeWhile.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/tap.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/tap.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/tap.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/tap.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/tap.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/tap.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/tap.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/tap.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/throttle.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/throttle.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/throttle.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/throttle.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/throttle.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/throttle.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/throttle.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/throttle.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/throttleTime.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/throttleTime.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/throttleTime.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/throttleTime.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/throttleTime.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/throttleTime.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/throttleTime.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/throttleTime.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/throwIfEmpty.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/throwIfEmpty.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/throwIfEmpty.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/throwIfEmpty.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/throwIfEmpty.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/throwIfEmpty.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/throwIfEmpty.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/throwIfEmpty.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/timeInterval.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/timeInterval.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/timeInterval.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/timeInterval.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/timeInterval.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/timeInterval.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/timeInterval.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/timeInterval.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/timeout.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/timeout.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/timeout.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/timeout.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/timeout.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/timeout.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/timeout.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/timeout.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/timeoutWith.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/timeoutWith.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/timeoutWith.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/timeoutWith.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/timeoutWith.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/timeoutWith.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/timeoutWith.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/timeoutWith.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/timestamp.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/timestamp.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/timestamp.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/timestamp.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/timestamp.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/timestamp.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/timestamp.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/timestamp.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/toArray.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/toArray.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/toArray.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/toArray.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/toArray.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/toArray.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/toArray.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/toArray.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/window.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/window.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/window.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/window.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/window.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/window.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/window.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/window.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/windowCount.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/windowCount.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/windowCount.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/windowCount.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/windowCount.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/windowCount.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/windowCount.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/windowCount.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/windowTime.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/windowTime.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/windowTime.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/windowTime.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/windowTime.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/windowTime.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/windowTime.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/windowTime.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/windowToggle.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/windowToggle.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/windowToggle.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/windowToggle.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/windowToggle.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/windowToggle.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/windowToggle.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/windowToggle.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/windowWhen.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/windowWhen.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/windowWhen.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/windowWhen.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/windowWhen.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/windowWhen.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/windowWhen.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/windowWhen.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/withLatestFrom.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/withLatestFrom.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/withLatestFrom.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/withLatestFrom.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/withLatestFrom.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/withLatestFrom.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/withLatestFrom.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/withLatestFrom.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/zip.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/zip.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/zip.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/zip.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/zip.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/zip.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/zip.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/zip.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/zipAll.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/zipAll.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/zipAll.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/zipAll.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/zipAll.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/zipAll.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/zipAll.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/zipAll.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/zipWith.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/zipWith.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/zipWith.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/zipWith.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/operators/zipWith.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/operators/zipWith.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/operators/zipWith.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/operators/zipWith.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleArray.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleArray.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleArray.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleArray.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleArray.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleArray.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleArray.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleArray.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleAsyncIterable.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleAsyncIterable.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleAsyncIterable.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleAsyncIterable.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleAsyncIterable.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleAsyncIterable.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleAsyncIterable.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleAsyncIterable.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleIterable.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleIterable.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleIterable.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleIterable.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleIterable.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleIterable.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleIterable.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleIterable.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleObservable.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleObservable.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleObservable.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleObservable.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleObservable.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleObservable.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleObservable.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleObservable.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduled/schedulePromise.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduled/schedulePromise.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduled/schedulePromise.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduled/schedulePromise.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduled/schedulePromise.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduled/schedulePromise.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduled/schedulePromise.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduled/schedulePromise.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleReadableStreamLike.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleReadableStreamLike.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleReadableStreamLike.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleReadableStreamLike.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleReadableStreamLike.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleReadableStreamLike.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleReadableStreamLike.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleReadableStreamLike.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduled/scheduled.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduled/scheduled.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduled/scheduled.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduled/scheduled.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduled/scheduled.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduled/scheduled.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduled/scheduled.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduled/scheduled.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/Action.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/Action.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/Action.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/Action.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/Action.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/Action.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/Action.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/Action.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/AnimationFrameAction.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/AnimationFrameAction.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/AnimationFrameAction.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/AnimationFrameAction.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/AnimationFrameAction.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/AnimationFrameAction.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/AnimationFrameAction.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/AnimationFrameAction.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/AnimationFrameScheduler.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/AnimationFrameScheduler.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/AnimationFrameScheduler.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/AnimationFrameScheduler.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/AnimationFrameScheduler.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/AnimationFrameScheduler.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/AnimationFrameScheduler.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/AnimationFrameScheduler.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/AsapAction.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/AsapAction.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/AsapAction.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/AsapAction.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/AsapAction.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/AsapAction.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/AsapAction.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/AsapAction.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/AsapScheduler.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/AsapScheduler.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/AsapScheduler.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/AsapScheduler.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/AsapScheduler.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/AsapScheduler.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/AsapScheduler.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/AsapScheduler.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/AsyncAction.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/AsyncAction.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/AsyncAction.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/AsyncAction.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/AsyncAction.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/AsyncAction.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/AsyncAction.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/AsyncAction.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/AsyncScheduler.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/AsyncScheduler.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/AsyncScheduler.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/AsyncScheduler.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/AsyncScheduler.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/AsyncScheduler.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/AsyncScheduler.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/AsyncScheduler.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/QueueAction.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/QueueAction.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/QueueAction.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/QueueAction.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/QueueAction.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/QueueAction.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/QueueAction.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/QueueAction.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/QueueScheduler.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/QueueScheduler.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/QueueScheduler.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/QueueScheduler.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/QueueScheduler.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/QueueScheduler.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/QueueScheduler.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/QueueScheduler.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/VirtualTimeScheduler.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/VirtualTimeScheduler.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/VirtualTimeScheduler.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/VirtualTimeScheduler.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/VirtualTimeScheduler.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/VirtualTimeScheduler.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/VirtualTimeScheduler.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/VirtualTimeScheduler.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/animationFrame.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/animationFrame.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/animationFrame.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/animationFrame.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/animationFrame.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/animationFrame.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/animationFrame.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/animationFrame.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/animationFrameProvider.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/animationFrameProvider.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/animationFrameProvider.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/animationFrameProvider.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/animationFrameProvider.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/animationFrameProvider.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/animationFrameProvider.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/animationFrameProvider.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/asap.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/asap.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/asap.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/asap.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/asap.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/asap.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/asap.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/asap.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/async.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/async.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/async.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/async.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/async.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/async.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/async.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/async.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/dateTimestampProvider.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/dateTimestampProvider.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/dateTimestampProvider.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/dateTimestampProvider.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/dateTimestampProvider.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/dateTimestampProvider.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/dateTimestampProvider.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/dateTimestampProvider.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/immediateProvider.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/immediateProvider.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/immediateProvider.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/immediateProvider.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/immediateProvider.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/immediateProvider.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/immediateProvider.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/immediateProvider.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/intervalProvider.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/intervalProvider.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/intervalProvider.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/intervalProvider.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/intervalProvider.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/intervalProvider.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/intervalProvider.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/intervalProvider.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/performanceTimestampProvider.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/performanceTimestampProvider.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/performanceTimestampProvider.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/performanceTimestampProvider.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/performanceTimestampProvider.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/performanceTimestampProvider.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/performanceTimestampProvider.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/performanceTimestampProvider.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/queue.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/queue.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/queue.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/queue.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/queue.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/queue.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/queue.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/queue.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/timeoutProvider.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/timeoutProvider.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/timeoutProvider.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/timeoutProvider.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/timeoutProvider.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/timeoutProvider.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/timeoutProvider.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/timeoutProvider.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/timerHandle.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/timerHandle.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/timerHandle.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/timerHandle.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/timerHandle.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/timerHandle.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/scheduler/timerHandle.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/scheduler/timerHandle.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/symbol/iterator.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/symbol/iterator.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/symbol/iterator.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/symbol/iterator.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/symbol/iterator.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/symbol/iterator.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/symbol/iterator.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/symbol/iterator.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/symbol/observable.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/symbol/observable.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/symbol/observable.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/symbol/observable.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/symbol/observable.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/symbol/observable.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/symbol/observable.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/symbol/observable.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/testing/ColdObservable.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/testing/ColdObservable.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/testing/ColdObservable.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/testing/ColdObservable.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/testing/ColdObservable.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/testing/ColdObservable.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/testing/ColdObservable.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/testing/ColdObservable.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/testing/HotObservable.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/testing/HotObservable.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/testing/HotObservable.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/testing/HotObservable.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/testing/HotObservable.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/testing/HotObservable.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/testing/HotObservable.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/testing/HotObservable.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/testing/SubscriptionLog.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/testing/SubscriptionLog.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/testing/SubscriptionLog.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/testing/SubscriptionLog.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/testing/SubscriptionLog.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/testing/SubscriptionLog.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/testing/SubscriptionLog.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/testing/SubscriptionLog.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/testing/SubscriptionLoggable.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/testing/SubscriptionLoggable.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/testing/SubscriptionLoggable.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/testing/SubscriptionLoggable.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/testing/SubscriptionLoggable.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/testing/SubscriptionLoggable.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/testing/SubscriptionLoggable.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/testing/SubscriptionLoggable.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/testing/TestMessage.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/testing/TestMessage.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/testing/TestMessage.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/testing/TestMessage.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/testing/TestMessage.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/testing/TestMessage.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/testing/TestMessage.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/testing/TestMessage.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/testing/TestScheduler.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/testing/TestScheduler.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/testing/TestScheduler.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/testing/TestScheduler.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/testing/TestScheduler.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/testing/TestScheduler.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/testing/TestScheduler.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/testing/TestScheduler.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/types.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/types.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/types.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/types.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/types.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/types.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/types.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/types.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/ArgumentOutOfRangeError.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/ArgumentOutOfRangeError.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/ArgumentOutOfRangeError.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/ArgumentOutOfRangeError.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/ArgumentOutOfRangeError.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/ArgumentOutOfRangeError.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/ArgumentOutOfRangeError.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/ArgumentOutOfRangeError.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/EmptyError.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/EmptyError.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/EmptyError.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/EmptyError.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/EmptyError.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/EmptyError.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/EmptyError.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/EmptyError.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/Immediate.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/Immediate.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/Immediate.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/Immediate.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/Immediate.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/Immediate.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/Immediate.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/Immediate.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/NotFoundError.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/NotFoundError.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/NotFoundError.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/NotFoundError.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/NotFoundError.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/NotFoundError.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/NotFoundError.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/NotFoundError.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/ObjectUnsubscribedError.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/ObjectUnsubscribedError.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/ObjectUnsubscribedError.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/ObjectUnsubscribedError.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/ObjectUnsubscribedError.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/ObjectUnsubscribedError.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/ObjectUnsubscribedError.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/ObjectUnsubscribedError.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/SequenceError.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/SequenceError.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/SequenceError.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/SequenceError.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/SequenceError.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/SequenceError.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/SequenceError.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/SequenceError.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/UnsubscriptionError.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/UnsubscriptionError.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/UnsubscriptionError.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/UnsubscriptionError.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/UnsubscriptionError.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/UnsubscriptionError.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/UnsubscriptionError.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/UnsubscriptionError.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/applyMixins.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/applyMixins.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/applyMixins.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/applyMixins.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/applyMixins.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/applyMixins.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/applyMixins.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/applyMixins.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/args.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/args.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/args.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/args.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/args.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/args.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/args.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/args.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/argsArgArrayOrObject.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/argsArgArrayOrObject.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/argsArgArrayOrObject.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/argsArgArrayOrObject.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/argsArgArrayOrObject.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/argsArgArrayOrObject.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/argsArgArrayOrObject.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/argsArgArrayOrObject.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/argsOrArgArray.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/argsOrArgArray.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/argsOrArgArray.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/argsOrArgArray.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/argsOrArgArray.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/argsOrArgArray.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/argsOrArgArray.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/argsOrArgArray.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/arrRemove.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/arrRemove.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/arrRemove.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/arrRemove.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/arrRemove.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/arrRemove.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/arrRemove.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/arrRemove.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/createErrorClass.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/createErrorClass.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/createErrorClass.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/createErrorClass.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/createErrorClass.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/createErrorClass.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/createErrorClass.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/createErrorClass.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/createObject.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/createObject.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/createObject.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/createObject.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/createObject.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/createObject.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/createObject.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/createObject.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/errorContext.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/errorContext.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/errorContext.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/errorContext.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/errorContext.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/errorContext.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/errorContext.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/errorContext.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/executeSchedule.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/executeSchedule.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/executeSchedule.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/executeSchedule.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/executeSchedule.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/executeSchedule.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/executeSchedule.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/executeSchedule.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/identity.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/identity.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/identity.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/identity.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/identity.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/identity.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/identity.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/identity.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/isArrayLike.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/isArrayLike.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/isArrayLike.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/isArrayLike.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/isArrayLike.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/isArrayLike.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/isArrayLike.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/isArrayLike.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/isAsyncIterable.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/isAsyncIterable.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/isAsyncIterable.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/isAsyncIterable.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/isAsyncIterable.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/isAsyncIterable.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/isAsyncIterable.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/isAsyncIterable.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/isDate.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/isDate.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/isDate.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/isDate.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/isDate.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/isDate.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/isDate.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/isDate.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/isFunction.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/isFunction.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/isFunction.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/isFunction.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/isFunction.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/isFunction.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/isFunction.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/isFunction.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/isInteropObservable.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/isInteropObservable.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/isInteropObservable.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/isInteropObservable.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/isInteropObservable.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/isInteropObservable.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/isInteropObservable.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/isInteropObservable.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/isIterable.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/isIterable.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/isIterable.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/isIterable.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/isIterable.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/isIterable.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/isIterable.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/isIterable.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/isObservable.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/isObservable.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/isObservable.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/isObservable.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/isObservable.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/isObservable.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/isObservable.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/isObservable.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/isPromise.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/isPromise.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/isPromise.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/isPromise.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/isPromise.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/isPromise.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/isPromise.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/isPromise.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/isReadableStreamLike.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/isReadableStreamLike.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/isReadableStreamLike.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/isReadableStreamLike.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/isReadableStreamLike.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/isReadableStreamLike.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/isReadableStreamLike.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/isReadableStreamLike.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/isScheduler.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/isScheduler.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/isScheduler.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/isScheduler.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/isScheduler.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/isScheduler.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/isScheduler.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/isScheduler.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/lift.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/lift.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/lift.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/lift.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/lift.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/lift.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/lift.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/lift.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/mapOneOrManyArgs.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/mapOneOrManyArgs.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/mapOneOrManyArgs.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/mapOneOrManyArgs.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/mapOneOrManyArgs.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/mapOneOrManyArgs.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/mapOneOrManyArgs.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/mapOneOrManyArgs.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/noop.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/noop.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/noop.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/noop.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/noop.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/noop.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/noop.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/noop.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/not.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/not.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/not.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/not.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/not.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/not.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/not.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/not.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/pipe.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/pipe.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/pipe.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/pipe.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/pipe.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/pipe.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/pipe.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/pipe.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/reportUnhandledError.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/reportUnhandledError.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/reportUnhandledError.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/reportUnhandledError.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/reportUnhandledError.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/reportUnhandledError.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/reportUnhandledError.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/reportUnhandledError.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/subscribeToArray.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/subscribeToArray.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/subscribeToArray.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/subscribeToArray.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/subscribeToArray.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/subscribeToArray.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/subscribeToArray.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/subscribeToArray.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/throwUnobservableError.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/throwUnobservableError.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/throwUnobservableError.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/throwUnobservableError.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/throwUnobservableError.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/throwUnobservableError.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/throwUnobservableError.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/throwUnobservableError.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/workarounds.js b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/workarounds.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/workarounds.js rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/workarounds.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/internal/util/workarounds.js.map b/apps/angular/node_modules/rxjs/dist/cjs/internal/util/workarounds.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/internal/util/workarounds.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/internal/util/workarounds.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/operators/index.js b/apps/angular/node_modules/rxjs/dist/cjs/operators/index.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/operators/index.js rename to apps/angular/node_modules/rxjs/dist/cjs/operators/index.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/operators/index.js.map b/apps/angular/node_modules/rxjs/dist/cjs/operators/index.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/operators/index.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/operators/index.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/testing/index.js b/apps/angular/node_modules/rxjs/dist/cjs/testing/index.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/testing/index.js rename to apps/angular/node_modules/rxjs/dist/cjs/testing/index.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/testing/index.js.map b/apps/angular/node_modules/rxjs/dist/cjs/testing/index.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/testing/index.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/testing/index.js.map diff --git a/ClientApp/node_modules/rxjs/dist/cjs/webSocket/index.js b/apps/angular/node_modules/rxjs/dist/cjs/webSocket/index.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/webSocket/index.js rename to apps/angular/node_modules/rxjs/dist/cjs/webSocket/index.js diff --git a/ClientApp/node_modules/rxjs/dist/cjs/webSocket/index.js.map b/apps/angular/node_modules/rxjs/dist/cjs/webSocket/index.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/cjs/webSocket/index.js.map rename to apps/angular/node_modules/rxjs/dist/cjs/webSocket/index.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/ajax/index.js b/apps/angular/node_modules/rxjs/dist/esm/ajax/index.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/ajax/index.js rename to apps/angular/node_modules/rxjs/dist/esm/ajax/index.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/ajax/index.js.map b/apps/angular/node_modules/rxjs/dist/esm/ajax/index.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/ajax/index.js.map rename to apps/angular/node_modules/rxjs/dist/esm/ajax/index.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/fetch/index.js b/apps/angular/node_modules/rxjs/dist/esm/fetch/index.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/fetch/index.js rename to apps/angular/node_modules/rxjs/dist/esm/fetch/index.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/fetch/index.js.map b/apps/angular/node_modules/rxjs/dist/esm/fetch/index.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/fetch/index.js.map rename to apps/angular/node_modules/rxjs/dist/esm/fetch/index.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/index.js b/apps/angular/node_modules/rxjs/dist/esm/index.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/index.js rename to apps/angular/node_modules/rxjs/dist/esm/index.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/index.js.map b/apps/angular/node_modules/rxjs/dist/esm/index.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/index.js.map rename to apps/angular/node_modules/rxjs/dist/esm/index.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/AnyCatcher.js b/apps/angular/node_modules/rxjs/dist/esm/internal/AnyCatcher.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/AnyCatcher.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/AnyCatcher.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/AnyCatcher.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/AnyCatcher.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/AnyCatcher.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/AnyCatcher.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/AsyncSubject.js b/apps/angular/node_modules/rxjs/dist/esm/internal/AsyncSubject.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/AsyncSubject.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/AsyncSubject.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/AsyncSubject.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/AsyncSubject.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/AsyncSubject.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/AsyncSubject.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/BehaviorSubject.js b/apps/angular/node_modules/rxjs/dist/esm/internal/BehaviorSubject.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/BehaviorSubject.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/BehaviorSubject.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/BehaviorSubject.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/BehaviorSubject.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/BehaviorSubject.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/BehaviorSubject.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/Notification.js b/apps/angular/node_modules/rxjs/dist/esm/internal/Notification.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/Notification.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/Notification.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/Notification.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/Notification.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/Notification.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/Notification.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/NotificationFactories.js b/apps/angular/node_modules/rxjs/dist/esm/internal/NotificationFactories.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/NotificationFactories.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/NotificationFactories.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/NotificationFactories.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/NotificationFactories.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/NotificationFactories.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/NotificationFactories.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/Observable.js b/apps/angular/node_modules/rxjs/dist/esm/internal/Observable.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/Observable.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/Observable.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/Observable.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/Observable.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/Observable.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/Observable.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/Operator.js b/apps/angular/node_modules/rxjs/dist/esm/internal/Operator.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/Operator.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/Operator.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/Operator.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/Operator.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/Operator.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/Operator.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/ReplaySubject.js b/apps/angular/node_modules/rxjs/dist/esm/internal/ReplaySubject.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/ReplaySubject.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/ReplaySubject.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/ReplaySubject.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/ReplaySubject.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/ReplaySubject.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/ReplaySubject.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/Scheduler.js b/apps/angular/node_modules/rxjs/dist/esm/internal/Scheduler.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/Scheduler.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/Scheduler.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/Scheduler.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/Scheduler.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/Scheduler.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/Scheduler.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/Subject.js b/apps/angular/node_modules/rxjs/dist/esm/internal/Subject.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/Subject.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/Subject.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/Subject.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/Subject.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/Subject.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/Subject.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/Subscriber.js b/apps/angular/node_modules/rxjs/dist/esm/internal/Subscriber.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/Subscriber.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/Subscriber.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/Subscriber.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/Subscriber.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/Subscriber.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/Subscriber.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/Subscription.js b/apps/angular/node_modules/rxjs/dist/esm/internal/Subscription.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/Subscription.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/Subscription.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/Subscription.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/Subscription.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/Subscription.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/Subscription.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/ajax/AjaxResponse.js b/apps/angular/node_modules/rxjs/dist/esm/internal/ajax/AjaxResponse.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/ajax/AjaxResponse.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/ajax/AjaxResponse.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/ajax/AjaxResponse.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/ajax/AjaxResponse.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/ajax/AjaxResponse.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/ajax/AjaxResponse.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/ajax/ajax.js b/apps/angular/node_modules/rxjs/dist/esm/internal/ajax/ajax.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/ajax/ajax.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/ajax/ajax.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/ajax/ajax.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/ajax/ajax.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/ajax/ajax.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/ajax/ajax.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/ajax/errors.js b/apps/angular/node_modules/rxjs/dist/esm/internal/ajax/errors.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/ajax/errors.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/ajax/errors.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/ajax/errors.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/ajax/errors.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/ajax/errors.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/ajax/errors.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/ajax/getXHRResponse.js b/apps/angular/node_modules/rxjs/dist/esm/internal/ajax/getXHRResponse.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/ajax/getXHRResponse.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/ajax/getXHRResponse.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/ajax/getXHRResponse.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/ajax/getXHRResponse.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/ajax/getXHRResponse.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/ajax/getXHRResponse.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/ajax/types.js b/apps/angular/node_modules/rxjs/dist/esm/internal/ajax/types.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/ajax/types.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/ajax/types.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/ajax/types.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/ajax/types.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/ajax/types.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/ajax/types.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/config.js b/apps/angular/node_modules/rxjs/dist/esm/internal/config.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/config.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/config.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/config.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/config.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/config.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/config.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/firstValueFrom.js b/apps/angular/node_modules/rxjs/dist/esm/internal/firstValueFrom.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/firstValueFrom.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/firstValueFrom.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/firstValueFrom.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/firstValueFrom.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/firstValueFrom.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/firstValueFrom.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/lastValueFrom.js b/apps/angular/node_modules/rxjs/dist/esm/internal/lastValueFrom.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/lastValueFrom.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/lastValueFrom.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/lastValueFrom.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/lastValueFrom.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/lastValueFrom.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/lastValueFrom.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/ConnectableObservable.js b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/ConnectableObservable.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/ConnectableObservable.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/ConnectableObservable.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/ConnectableObservable.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/ConnectableObservable.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/ConnectableObservable.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/ConnectableObservable.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/bindCallback.js b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/bindCallback.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/bindCallback.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/bindCallback.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/bindCallback.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/bindCallback.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/bindCallback.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/bindCallback.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/bindCallbackInternals.js b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/bindCallbackInternals.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/bindCallbackInternals.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/bindCallbackInternals.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/bindCallbackInternals.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/bindCallbackInternals.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/bindCallbackInternals.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/bindCallbackInternals.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/bindNodeCallback.js b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/bindNodeCallback.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/bindNodeCallback.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/bindNodeCallback.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/bindNodeCallback.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/bindNodeCallback.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/bindNodeCallback.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/bindNodeCallback.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/combineLatest.js b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/combineLatest.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/combineLatest.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/combineLatest.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/combineLatest.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/combineLatest.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/combineLatest.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/combineLatest.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/concat.js b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/concat.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/concat.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/concat.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/concat.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/concat.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/concat.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/concat.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/connectable.js b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/connectable.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/connectable.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/connectable.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/connectable.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/connectable.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/connectable.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/connectable.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/defer.js b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/defer.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/defer.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/defer.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/defer.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/defer.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/defer.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/defer.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/dom/WebSocketSubject.js b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/dom/WebSocketSubject.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/dom/WebSocketSubject.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/dom/WebSocketSubject.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/dom/WebSocketSubject.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/dom/WebSocketSubject.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/dom/WebSocketSubject.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/dom/WebSocketSubject.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/dom/animationFrames.js b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/dom/animationFrames.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/dom/animationFrames.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/dom/animationFrames.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/dom/animationFrames.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/dom/animationFrames.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/dom/animationFrames.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/dom/animationFrames.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/dom/fetch.js b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/dom/fetch.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/dom/fetch.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/dom/fetch.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/dom/fetch.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/dom/fetch.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/dom/fetch.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/dom/fetch.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/dom/webSocket.js b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/dom/webSocket.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/dom/webSocket.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/dom/webSocket.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/dom/webSocket.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/dom/webSocket.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/dom/webSocket.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/dom/webSocket.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/empty.js b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/empty.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/empty.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/empty.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/empty.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/empty.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/empty.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/empty.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/forkJoin.js b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/forkJoin.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/forkJoin.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/forkJoin.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/forkJoin.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/forkJoin.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/forkJoin.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/forkJoin.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/from.js b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/from.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/from.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/from.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/from.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/from.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/from.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/from.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/fromEvent.js b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/fromEvent.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/fromEvent.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/fromEvent.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/fromEvent.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/fromEvent.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/fromEvent.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/fromEvent.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/fromEventPattern.js b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/fromEventPattern.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/fromEventPattern.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/fromEventPattern.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/fromEventPattern.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/fromEventPattern.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/fromEventPattern.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/fromEventPattern.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/fromSubscribable.js b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/fromSubscribable.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/fromSubscribable.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/fromSubscribable.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/fromSubscribable.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/fromSubscribable.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/fromSubscribable.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/fromSubscribable.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/generate.js b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/generate.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/generate.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/generate.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/generate.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/generate.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/generate.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/generate.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/iif.js b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/iif.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/iif.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/iif.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/iif.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/iif.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/iif.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/iif.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/innerFrom.js b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/innerFrom.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/innerFrom.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/innerFrom.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/innerFrom.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/innerFrom.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/innerFrom.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/innerFrom.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/interval.js b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/interval.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/interval.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/interval.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/interval.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/interval.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/interval.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/interval.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/merge.js b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/merge.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/merge.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/merge.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/merge.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/merge.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/merge.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/merge.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/never.js b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/never.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/never.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/never.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/never.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/never.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/never.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/never.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/of.js b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/of.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/of.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/of.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/of.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/of.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/of.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/of.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/onErrorResumeNext.js b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/onErrorResumeNext.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/onErrorResumeNext.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/onErrorResumeNext.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/onErrorResumeNext.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/onErrorResumeNext.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/onErrorResumeNext.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/onErrorResumeNext.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/pairs.js b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/pairs.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/pairs.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/pairs.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/pairs.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/pairs.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/pairs.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/pairs.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/partition.js b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/partition.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/partition.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/partition.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/partition.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/partition.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/partition.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/partition.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/race.js b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/race.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/race.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/race.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/race.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/race.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/race.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/race.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/range.js b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/range.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/range.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/range.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/range.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/range.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/range.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/range.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/throwError.js b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/throwError.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/throwError.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/throwError.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/throwError.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/throwError.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/throwError.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/throwError.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/timer.js b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/timer.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/timer.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/timer.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/timer.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/timer.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/timer.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/timer.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/using.js b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/using.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/using.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/using.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/using.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/using.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/using.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/using.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/zip.js b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/zip.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/zip.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/zip.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/observable/zip.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/observable/zip.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/observable/zip.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/observable/zip.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/OperatorSubscriber.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/OperatorSubscriber.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/OperatorSubscriber.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/OperatorSubscriber.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/OperatorSubscriber.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/OperatorSubscriber.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/OperatorSubscriber.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/OperatorSubscriber.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/audit.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/audit.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/audit.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/audit.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/audit.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/audit.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/audit.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/audit.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/auditTime.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/auditTime.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/auditTime.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/auditTime.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/auditTime.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/auditTime.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/auditTime.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/auditTime.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/buffer.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/buffer.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/buffer.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/buffer.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/buffer.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/buffer.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/buffer.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/buffer.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/bufferCount.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/bufferCount.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/bufferCount.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/bufferCount.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/bufferCount.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/bufferCount.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/bufferCount.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/bufferCount.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/bufferTime.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/bufferTime.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/bufferTime.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/bufferTime.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/bufferTime.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/bufferTime.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/bufferTime.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/bufferTime.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/bufferToggle.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/bufferToggle.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/bufferToggle.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/bufferToggle.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/bufferToggle.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/bufferToggle.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/bufferToggle.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/bufferToggle.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/bufferWhen.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/bufferWhen.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/bufferWhen.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/bufferWhen.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/bufferWhen.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/bufferWhen.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/bufferWhen.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/bufferWhen.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/catchError.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/catchError.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/catchError.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/catchError.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/catchError.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/catchError.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/catchError.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/catchError.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/combineAll.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/combineAll.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/combineAll.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/combineAll.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/combineAll.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/combineAll.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/combineAll.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/combineAll.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/combineLatest.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/combineLatest.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/combineLatest.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/combineLatest.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/combineLatest.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/combineLatest.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/combineLatest.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/combineLatest.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/combineLatestAll.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/combineLatestAll.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/combineLatestAll.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/combineLatestAll.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/combineLatestAll.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/combineLatestAll.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/combineLatestAll.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/combineLatestAll.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/combineLatestWith.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/combineLatestWith.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/combineLatestWith.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/combineLatestWith.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/combineLatestWith.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/combineLatestWith.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/combineLatestWith.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/combineLatestWith.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/concat.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/concat.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/concat.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/concat.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/concat.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/concat.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/concat.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/concat.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/concatAll.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/concatAll.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/concatAll.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/concatAll.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/concatAll.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/concatAll.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/concatAll.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/concatAll.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/concatMap.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/concatMap.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/concatMap.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/concatMap.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/concatMap.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/concatMap.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/concatMap.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/concatMap.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/concatMapTo.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/concatMapTo.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/concatMapTo.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/concatMapTo.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/concatMapTo.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/concatMapTo.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/concatMapTo.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/concatMapTo.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/concatWith.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/concatWith.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/concatWith.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/concatWith.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/concatWith.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/concatWith.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/concatWith.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/concatWith.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/connect.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/connect.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/connect.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/connect.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/connect.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/connect.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/connect.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/connect.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/count.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/count.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/count.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/count.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/count.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/count.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/count.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/count.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/debounce.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/debounce.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/debounce.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/debounce.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/debounce.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/debounce.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/debounce.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/debounce.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/debounceTime.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/debounceTime.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/debounceTime.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/debounceTime.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/debounceTime.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/debounceTime.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/debounceTime.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/debounceTime.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/defaultIfEmpty.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/defaultIfEmpty.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/defaultIfEmpty.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/defaultIfEmpty.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/defaultIfEmpty.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/defaultIfEmpty.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/defaultIfEmpty.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/defaultIfEmpty.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/delay.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/delay.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/delay.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/delay.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/delay.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/delay.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/delay.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/delay.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/delayWhen.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/delayWhen.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/delayWhen.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/delayWhen.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/delayWhen.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/delayWhen.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/delayWhen.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/delayWhen.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/dematerialize.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/dematerialize.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/dematerialize.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/dematerialize.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/dematerialize.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/dematerialize.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/dematerialize.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/dematerialize.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/distinct.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/distinct.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/distinct.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/distinct.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/distinct.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/distinct.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/distinct.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/distinct.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/distinctUntilChanged.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/distinctUntilChanged.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/distinctUntilChanged.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/distinctUntilChanged.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/distinctUntilChanged.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/distinctUntilChanged.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/distinctUntilChanged.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/distinctUntilChanged.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/distinctUntilKeyChanged.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/distinctUntilKeyChanged.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/distinctUntilKeyChanged.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/distinctUntilKeyChanged.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/distinctUntilKeyChanged.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/distinctUntilKeyChanged.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/distinctUntilKeyChanged.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/distinctUntilKeyChanged.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/elementAt.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/elementAt.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/elementAt.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/elementAt.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/elementAt.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/elementAt.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/elementAt.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/elementAt.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/endWith.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/endWith.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/endWith.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/endWith.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/endWith.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/endWith.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/endWith.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/endWith.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/every.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/every.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/every.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/every.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/every.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/every.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/every.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/every.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/exhaust.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/exhaust.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/exhaust.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/exhaust.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/exhaust.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/exhaust.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/exhaust.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/exhaust.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/exhaustAll.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/exhaustAll.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/exhaustAll.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/exhaustAll.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/exhaustAll.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/exhaustAll.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/exhaustAll.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/exhaustAll.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/exhaustMap.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/exhaustMap.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/exhaustMap.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/exhaustMap.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/exhaustMap.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/exhaustMap.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/exhaustMap.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/exhaustMap.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/expand.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/expand.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/expand.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/expand.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/expand.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/expand.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/expand.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/expand.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/filter.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/filter.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/filter.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/filter.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/filter.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/filter.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/filter.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/filter.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/finalize.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/finalize.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/finalize.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/finalize.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/finalize.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/finalize.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/finalize.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/finalize.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/find.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/find.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/find.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/find.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/find.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/find.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/find.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/find.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/findIndex.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/findIndex.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/findIndex.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/findIndex.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/findIndex.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/findIndex.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/findIndex.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/findIndex.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/first.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/first.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/first.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/first.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/first.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/first.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/first.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/first.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/flatMap.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/flatMap.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/flatMap.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/flatMap.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/flatMap.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/flatMap.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/flatMap.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/flatMap.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/groupBy.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/groupBy.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/groupBy.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/groupBy.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/groupBy.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/groupBy.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/groupBy.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/groupBy.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/ignoreElements.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/ignoreElements.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/ignoreElements.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/ignoreElements.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/ignoreElements.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/ignoreElements.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/ignoreElements.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/ignoreElements.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/isEmpty.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/isEmpty.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/isEmpty.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/isEmpty.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/isEmpty.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/isEmpty.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/isEmpty.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/isEmpty.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/joinAllInternals.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/joinAllInternals.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/joinAllInternals.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/joinAllInternals.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/joinAllInternals.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/joinAllInternals.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/joinAllInternals.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/joinAllInternals.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/last.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/last.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/last.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/last.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/last.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/last.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/last.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/last.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/map.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/map.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/map.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/map.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/map.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/map.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/map.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/map.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/mapTo.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/mapTo.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/mapTo.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/mapTo.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/mapTo.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/mapTo.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/mapTo.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/mapTo.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/materialize.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/materialize.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/materialize.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/materialize.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/materialize.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/materialize.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/materialize.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/materialize.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/max.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/max.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/max.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/max.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/max.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/max.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/max.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/max.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/merge.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/merge.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/merge.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/merge.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/merge.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/merge.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/merge.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/merge.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/mergeAll.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/mergeAll.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/mergeAll.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/mergeAll.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/mergeAll.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/mergeAll.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/mergeAll.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/mergeAll.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/mergeInternals.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/mergeInternals.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/mergeInternals.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/mergeInternals.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/mergeInternals.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/mergeInternals.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/mergeInternals.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/mergeInternals.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/mergeMap.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/mergeMap.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/mergeMap.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/mergeMap.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/mergeMap.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/mergeMap.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/mergeMap.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/mergeMap.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/mergeMapTo.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/mergeMapTo.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/mergeMapTo.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/mergeMapTo.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/mergeMapTo.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/mergeMapTo.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/mergeMapTo.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/mergeMapTo.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/mergeScan.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/mergeScan.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/mergeScan.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/mergeScan.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/mergeScan.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/mergeScan.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/mergeScan.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/mergeScan.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/mergeWith.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/mergeWith.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/mergeWith.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/mergeWith.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/mergeWith.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/mergeWith.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/mergeWith.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/mergeWith.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/min.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/min.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/min.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/min.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/min.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/min.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/min.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/min.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/multicast.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/multicast.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/multicast.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/multicast.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/multicast.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/multicast.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/multicast.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/multicast.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/observeOn.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/observeOn.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/observeOn.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/observeOn.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/observeOn.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/observeOn.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/observeOn.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/observeOn.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/onErrorResumeNextWith.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/onErrorResumeNextWith.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/onErrorResumeNextWith.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/onErrorResumeNextWith.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/onErrorResumeNextWith.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/onErrorResumeNextWith.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/onErrorResumeNextWith.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/onErrorResumeNextWith.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/pairwise.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/pairwise.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/pairwise.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/pairwise.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/pairwise.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/pairwise.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/pairwise.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/pairwise.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/partition.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/partition.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/partition.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/partition.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/partition.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/partition.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/partition.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/partition.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/pluck.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/pluck.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/pluck.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/pluck.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/pluck.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/pluck.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/pluck.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/pluck.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/publish.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/publish.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/publish.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/publish.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/publish.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/publish.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/publish.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/publish.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/publishBehavior.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/publishBehavior.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/publishBehavior.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/publishBehavior.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/publishBehavior.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/publishBehavior.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/publishBehavior.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/publishBehavior.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/publishLast.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/publishLast.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/publishLast.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/publishLast.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/publishLast.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/publishLast.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/publishLast.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/publishLast.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/publishReplay.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/publishReplay.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/publishReplay.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/publishReplay.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/publishReplay.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/publishReplay.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/publishReplay.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/publishReplay.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/race.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/race.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/race.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/race.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/race.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/race.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/race.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/race.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/raceWith.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/raceWith.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/raceWith.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/raceWith.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/raceWith.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/raceWith.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/raceWith.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/raceWith.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/reduce.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/reduce.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/reduce.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/reduce.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/reduce.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/reduce.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/reduce.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/reduce.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/refCount.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/refCount.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/refCount.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/refCount.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/refCount.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/refCount.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/refCount.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/refCount.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/repeat.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/repeat.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/repeat.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/repeat.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/repeat.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/repeat.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/repeat.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/repeat.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/repeatWhen.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/repeatWhen.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/repeatWhen.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/repeatWhen.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/repeatWhen.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/repeatWhen.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/repeatWhen.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/repeatWhen.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/retry.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/retry.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/retry.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/retry.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/retry.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/retry.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/retry.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/retry.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/retryWhen.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/retryWhen.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/retryWhen.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/retryWhen.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/retryWhen.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/retryWhen.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/retryWhen.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/retryWhen.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/sample.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/sample.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/sample.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/sample.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/sample.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/sample.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/sample.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/sample.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/sampleTime.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/sampleTime.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/sampleTime.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/sampleTime.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/sampleTime.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/sampleTime.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/sampleTime.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/sampleTime.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/scan.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/scan.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/scan.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/scan.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/scan.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/scan.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/scan.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/scan.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/scanInternals.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/scanInternals.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/scanInternals.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/scanInternals.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/scanInternals.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/scanInternals.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/scanInternals.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/scanInternals.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/sequenceEqual.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/sequenceEqual.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/sequenceEqual.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/sequenceEqual.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/sequenceEqual.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/sequenceEqual.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/sequenceEqual.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/sequenceEqual.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/share.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/share.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/share.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/share.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/share.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/share.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/share.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/share.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/shareReplay.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/shareReplay.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/shareReplay.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/shareReplay.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/shareReplay.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/shareReplay.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/shareReplay.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/shareReplay.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/single.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/single.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/single.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/single.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/single.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/single.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/single.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/single.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/skip.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/skip.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/skip.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/skip.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/skip.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/skip.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/skip.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/skip.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/skipLast.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/skipLast.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/skipLast.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/skipLast.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/skipLast.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/skipLast.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/skipLast.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/skipLast.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/skipUntil.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/skipUntil.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/skipUntil.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/skipUntil.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/skipUntil.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/skipUntil.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/skipUntil.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/skipUntil.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/skipWhile.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/skipWhile.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/skipWhile.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/skipWhile.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/skipWhile.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/skipWhile.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/skipWhile.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/skipWhile.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/startWith.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/startWith.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/startWith.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/startWith.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/startWith.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/startWith.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/startWith.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/startWith.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/subscribeOn.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/subscribeOn.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/subscribeOn.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/subscribeOn.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/subscribeOn.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/subscribeOn.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/subscribeOn.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/subscribeOn.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/switchAll.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/switchAll.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/switchAll.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/switchAll.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/switchAll.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/switchAll.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/switchAll.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/switchAll.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/switchMap.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/switchMap.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/switchMap.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/switchMap.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/switchMap.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/switchMap.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/switchMap.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/switchMap.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/switchMapTo.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/switchMapTo.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/switchMapTo.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/switchMapTo.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/switchMapTo.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/switchMapTo.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/switchMapTo.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/switchMapTo.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/switchScan.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/switchScan.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/switchScan.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/switchScan.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/switchScan.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/switchScan.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/switchScan.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/switchScan.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/take.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/take.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/take.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/take.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/take.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/take.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/take.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/take.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/takeLast.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/takeLast.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/takeLast.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/takeLast.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/takeLast.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/takeLast.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/takeLast.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/takeLast.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/takeUntil.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/takeUntil.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/takeUntil.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/takeUntil.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/takeUntil.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/takeUntil.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/takeUntil.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/takeUntil.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/takeWhile.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/takeWhile.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/takeWhile.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/takeWhile.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/takeWhile.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/takeWhile.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/takeWhile.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/takeWhile.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/tap.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/tap.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/tap.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/tap.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/tap.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/tap.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/tap.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/tap.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/throttle.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/throttle.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/throttle.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/throttle.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/throttle.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/throttle.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/throttle.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/throttle.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/throttleTime.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/throttleTime.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/throttleTime.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/throttleTime.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/throttleTime.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/throttleTime.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/throttleTime.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/throttleTime.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/throwIfEmpty.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/throwIfEmpty.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/throwIfEmpty.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/throwIfEmpty.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/throwIfEmpty.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/throwIfEmpty.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/throwIfEmpty.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/throwIfEmpty.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/timeInterval.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/timeInterval.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/timeInterval.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/timeInterval.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/timeInterval.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/timeInterval.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/timeInterval.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/timeInterval.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/timeout.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/timeout.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/timeout.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/timeout.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/timeout.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/timeout.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/timeout.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/timeout.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/timeoutWith.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/timeoutWith.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/timeoutWith.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/timeoutWith.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/timeoutWith.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/timeoutWith.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/timeoutWith.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/timeoutWith.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/timestamp.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/timestamp.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/timestamp.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/timestamp.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/timestamp.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/timestamp.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/timestamp.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/timestamp.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/toArray.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/toArray.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/toArray.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/toArray.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/toArray.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/toArray.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/toArray.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/toArray.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/window.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/window.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/window.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/window.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/window.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/window.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/window.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/window.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/windowCount.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/windowCount.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/windowCount.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/windowCount.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/windowCount.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/windowCount.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/windowCount.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/windowCount.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/windowTime.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/windowTime.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/windowTime.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/windowTime.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/windowTime.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/windowTime.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/windowTime.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/windowTime.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/windowToggle.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/windowToggle.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/windowToggle.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/windowToggle.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/windowToggle.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/windowToggle.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/windowToggle.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/windowToggle.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/windowWhen.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/windowWhen.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/windowWhen.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/windowWhen.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/windowWhen.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/windowWhen.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/windowWhen.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/windowWhen.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/withLatestFrom.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/withLatestFrom.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/withLatestFrom.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/withLatestFrom.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/withLatestFrom.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/withLatestFrom.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/withLatestFrom.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/withLatestFrom.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/zip.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/zip.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/zip.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/zip.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/zip.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/zip.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/zip.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/zip.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/zipAll.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/zipAll.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/zipAll.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/zipAll.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/zipAll.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/zipAll.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/zipAll.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/zipAll.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/zipWith.js b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/zipWith.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/zipWith.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/zipWith.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/operators/zipWith.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/operators/zipWith.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/operators/zipWith.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/operators/zipWith.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduled/scheduleArray.js b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduled/scheduleArray.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduled/scheduleArray.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduled/scheduleArray.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduled/scheduleArray.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduled/scheduleArray.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduled/scheduleArray.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduled/scheduleArray.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduled/scheduleAsyncIterable.js b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduled/scheduleAsyncIterable.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduled/scheduleAsyncIterable.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduled/scheduleAsyncIterable.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduled/scheduleAsyncIterable.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduled/scheduleAsyncIterable.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduled/scheduleAsyncIterable.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduled/scheduleAsyncIterable.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduled/scheduleIterable.js b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduled/scheduleIterable.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduled/scheduleIterable.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduled/scheduleIterable.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduled/scheduleIterable.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduled/scheduleIterable.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduled/scheduleIterable.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduled/scheduleIterable.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduled/scheduleObservable.js b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduled/scheduleObservable.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduled/scheduleObservable.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduled/scheduleObservable.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduled/scheduleObservable.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduled/scheduleObservable.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduled/scheduleObservable.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduled/scheduleObservable.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduled/schedulePromise.js b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduled/schedulePromise.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduled/schedulePromise.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduled/schedulePromise.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduled/schedulePromise.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduled/schedulePromise.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduled/schedulePromise.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduled/schedulePromise.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduled/scheduleReadableStreamLike.js b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduled/scheduleReadableStreamLike.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduled/scheduleReadableStreamLike.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduled/scheduleReadableStreamLike.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduled/scheduleReadableStreamLike.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduled/scheduleReadableStreamLike.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduled/scheduleReadableStreamLike.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduled/scheduleReadableStreamLike.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduled/scheduled.js b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduled/scheduled.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduled/scheduled.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduled/scheduled.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduled/scheduled.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduled/scheduled.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduled/scheduled.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduled/scheduled.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/Action.js b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/Action.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/Action.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/Action.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/Action.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/Action.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/Action.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/Action.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/AnimationFrameAction.js b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/AnimationFrameAction.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/AnimationFrameAction.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/AnimationFrameAction.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/AnimationFrameAction.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/AnimationFrameAction.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/AnimationFrameAction.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/AnimationFrameAction.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/AnimationFrameScheduler.js b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/AnimationFrameScheduler.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/AnimationFrameScheduler.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/AnimationFrameScheduler.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/AnimationFrameScheduler.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/AnimationFrameScheduler.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/AnimationFrameScheduler.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/AnimationFrameScheduler.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/AsapAction.js b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/AsapAction.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/AsapAction.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/AsapAction.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/AsapAction.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/AsapAction.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/AsapAction.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/AsapAction.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/AsapScheduler.js b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/AsapScheduler.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/AsapScheduler.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/AsapScheduler.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/AsapScheduler.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/AsapScheduler.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/AsapScheduler.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/AsapScheduler.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/AsyncAction.js b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/AsyncAction.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/AsyncAction.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/AsyncAction.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/AsyncAction.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/AsyncAction.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/AsyncAction.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/AsyncAction.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/AsyncScheduler.js b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/AsyncScheduler.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/AsyncScheduler.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/AsyncScheduler.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/AsyncScheduler.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/AsyncScheduler.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/AsyncScheduler.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/AsyncScheduler.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/QueueAction.js b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/QueueAction.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/QueueAction.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/QueueAction.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/QueueAction.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/QueueAction.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/QueueAction.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/QueueAction.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/QueueScheduler.js b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/QueueScheduler.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/QueueScheduler.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/QueueScheduler.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/QueueScheduler.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/QueueScheduler.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/QueueScheduler.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/QueueScheduler.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/VirtualTimeScheduler.js b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/VirtualTimeScheduler.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/VirtualTimeScheduler.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/VirtualTimeScheduler.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/VirtualTimeScheduler.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/VirtualTimeScheduler.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/VirtualTimeScheduler.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/VirtualTimeScheduler.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/animationFrame.js b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/animationFrame.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/animationFrame.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/animationFrame.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/animationFrame.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/animationFrame.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/animationFrame.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/animationFrame.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/animationFrameProvider.js b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/animationFrameProvider.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/animationFrameProvider.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/animationFrameProvider.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/animationFrameProvider.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/animationFrameProvider.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/animationFrameProvider.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/animationFrameProvider.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/asap.js b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/asap.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/asap.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/asap.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/asap.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/asap.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/asap.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/asap.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/async.js b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/async.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/async.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/async.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/async.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/async.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/async.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/async.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/dateTimestampProvider.js b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/dateTimestampProvider.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/dateTimestampProvider.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/dateTimestampProvider.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/dateTimestampProvider.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/dateTimestampProvider.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/dateTimestampProvider.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/dateTimestampProvider.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/immediateProvider.js b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/immediateProvider.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/immediateProvider.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/immediateProvider.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/immediateProvider.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/immediateProvider.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/immediateProvider.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/immediateProvider.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/intervalProvider.js b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/intervalProvider.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/intervalProvider.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/intervalProvider.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/intervalProvider.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/intervalProvider.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/intervalProvider.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/intervalProvider.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/performanceTimestampProvider.js b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/performanceTimestampProvider.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/performanceTimestampProvider.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/performanceTimestampProvider.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/performanceTimestampProvider.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/performanceTimestampProvider.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/performanceTimestampProvider.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/performanceTimestampProvider.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/queue.js b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/queue.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/queue.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/queue.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/queue.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/queue.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/queue.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/queue.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/timeoutProvider.js b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/timeoutProvider.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/timeoutProvider.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/timeoutProvider.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/timeoutProvider.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/timeoutProvider.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/timeoutProvider.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/timeoutProvider.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/timerHandle.js b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/timerHandle.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/timerHandle.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/timerHandle.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/timerHandle.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/timerHandle.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/scheduler/timerHandle.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/scheduler/timerHandle.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/symbol/iterator.js b/apps/angular/node_modules/rxjs/dist/esm/internal/symbol/iterator.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/symbol/iterator.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/symbol/iterator.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/symbol/iterator.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/symbol/iterator.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/symbol/iterator.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/symbol/iterator.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/symbol/observable.js b/apps/angular/node_modules/rxjs/dist/esm/internal/symbol/observable.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/symbol/observable.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/symbol/observable.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/symbol/observable.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/symbol/observable.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/symbol/observable.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/symbol/observable.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/testing/ColdObservable.js b/apps/angular/node_modules/rxjs/dist/esm/internal/testing/ColdObservable.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/testing/ColdObservable.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/testing/ColdObservable.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/testing/ColdObservable.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/testing/ColdObservable.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/testing/ColdObservable.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/testing/ColdObservable.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/testing/HotObservable.js b/apps/angular/node_modules/rxjs/dist/esm/internal/testing/HotObservable.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/testing/HotObservable.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/testing/HotObservable.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/testing/HotObservable.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/testing/HotObservable.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/testing/HotObservable.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/testing/HotObservable.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/testing/SubscriptionLog.js b/apps/angular/node_modules/rxjs/dist/esm/internal/testing/SubscriptionLog.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/testing/SubscriptionLog.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/testing/SubscriptionLog.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/testing/SubscriptionLog.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/testing/SubscriptionLog.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/testing/SubscriptionLog.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/testing/SubscriptionLog.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/testing/SubscriptionLoggable.js b/apps/angular/node_modules/rxjs/dist/esm/internal/testing/SubscriptionLoggable.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/testing/SubscriptionLoggable.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/testing/SubscriptionLoggable.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/testing/SubscriptionLoggable.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/testing/SubscriptionLoggable.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/testing/SubscriptionLoggable.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/testing/SubscriptionLoggable.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/testing/TestMessage.js b/apps/angular/node_modules/rxjs/dist/esm/internal/testing/TestMessage.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/testing/TestMessage.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/testing/TestMessage.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/testing/TestMessage.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/testing/TestMessage.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/testing/TestMessage.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/testing/TestMessage.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/testing/TestScheduler.js b/apps/angular/node_modules/rxjs/dist/esm/internal/testing/TestScheduler.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/testing/TestScheduler.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/testing/TestScheduler.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/testing/TestScheduler.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/testing/TestScheduler.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/testing/TestScheduler.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/testing/TestScheduler.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/types.js b/apps/angular/node_modules/rxjs/dist/esm/internal/types.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/types.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/types.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/types.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/types.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/types.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/types.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/umd.js b/apps/angular/node_modules/rxjs/dist/esm/internal/umd.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/umd.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/umd.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/umd.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/umd.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/umd.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/umd.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/ArgumentOutOfRangeError.js b/apps/angular/node_modules/rxjs/dist/esm/internal/util/ArgumentOutOfRangeError.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/ArgumentOutOfRangeError.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/ArgumentOutOfRangeError.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/ArgumentOutOfRangeError.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/util/ArgumentOutOfRangeError.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/ArgumentOutOfRangeError.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/ArgumentOutOfRangeError.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/EmptyError.js b/apps/angular/node_modules/rxjs/dist/esm/internal/util/EmptyError.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/EmptyError.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/EmptyError.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/EmptyError.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/util/EmptyError.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/EmptyError.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/EmptyError.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/Immediate.js b/apps/angular/node_modules/rxjs/dist/esm/internal/util/Immediate.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/Immediate.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/Immediate.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/Immediate.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/util/Immediate.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/Immediate.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/Immediate.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/NotFoundError.js b/apps/angular/node_modules/rxjs/dist/esm/internal/util/NotFoundError.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/NotFoundError.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/NotFoundError.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/NotFoundError.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/util/NotFoundError.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/NotFoundError.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/NotFoundError.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/ObjectUnsubscribedError.js b/apps/angular/node_modules/rxjs/dist/esm/internal/util/ObjectUnsubscribedError.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/ObjectUnsubscribedError.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/ObjectUnsubscribedError.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/ObjectUnsubscribedError.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/util/ObjectUnsubscribedError.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/ObjectUnsubscribedError.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/ObjectUnsubscribedError.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/SequenceError.js b/apps/angular/node_modules/rxjs/dist/esm/internal/util/SequenceError.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/SequenceError.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/SequenceError.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/SequenceError.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/util/SequenceError.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/SequenceError.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/SequenceError.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/UnsubscriptionError.js b/apps/angular/node_modules/rxjs/dist/esm/internal/util/UnsubscriptionError.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/UnsubscriptionError.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/UnsubscriptionError.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/UnsubscriptionError.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/util/UnsubscriptionError.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/UnsubscriptionError.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/UnsubscriptionError.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/applyMixins.js b/apps/angular/node_modules/rxjs/dist/esm/internal/util/applyMixins.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/applyMixins.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/applyMixins.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/applyMixins.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/util/applyMixins.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/applyMixins.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/applyMixins.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/args.js b/apps/angular/node_modules/rxjs/dist/esm/internal/util/args.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/args.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/args.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/args.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/util/args.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/args.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/args.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/argsArgArrayOrObject.js b/apps/angular/node_modules/rxjs/dist/esm/internal/util/argsArgArrayOrObject.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/argsArgArrayOrObject.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/argsArgArrayOrObject.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/argsArgArrayOrObject.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/util/argsArgArrayOrObject.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/argsArgArrayOrObject.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/argsArgArrayOrObject.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/argsOrArgArray.js b/apps/angular/node_modules/rxjs/dist/esm/internal/util/argsOrArgArray.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/argsOrArgArray.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/argsOrArgArray.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/argsOrArgArray.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/util/argsOrArgArray.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/argsOrArgArray.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/argsOrArgArray.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/arrRemove.js b/apps/angular/node_modules/rxjs/dist/esm/internal/util/arrRemove.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/arrRemove.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/arrRemove.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/arrRemove.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/util/arrRemove.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/arrRemove.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/arrRemove.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/createErrorClass.js b/apps/angular/node_modules/rxjs/dist/esm/internal/util/createErrorClass.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/createErrorClass.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/createErrorClass.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/createErrorClass.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/util/createErrorClass.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/createErrorClass.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/createErrorClass.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/createObject.js b/apps/angular/node_modules/rxjs/dist/esm/internal/util/createObject.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/createObject.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/createObject.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/createObject.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/util/createObject.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/createObject.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/createObject.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/errorContext.js b/apps/angular/node_modules/rxjs/dist/esm/internal/util/errorContext.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/errorContext.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/errorContext.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/errorContext.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/util/errorContext.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/errorContext.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/errorContext.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/executeSchedule.js b/apps/angular/node_modules/rxjs/dist/esm/internal/util/executeSchedule.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/executeSchedule.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/executeSchedule.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/executeSchedule.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/util/executeSchedule.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/executeSchedule.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/executeSchedule.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/identity.js b/apps/angular/node_modules/rxjs/dist/esm/internal/util/identity.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/identity.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/identity.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/identity.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/util/identity.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/identity.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/identity.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/isArrayLike.js b/apps/angular/node_modules/rxjs/dist/esm/internal/util/isArrayLike.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/isArrayLike.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/isArrayLike.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/isArrayLike.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/util/isArrayLike.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/isArrayLike.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/isArrayLike.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/isAsyncIterable.js b/apps/angular/node_modules/rxjs/dist/esm/internal/util/isAsyncIterable.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/isAsyncIterable.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/isAsyncIterable.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/isAsyncIterable.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/util/isAsyncIterable.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/isAsyncIterable.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/isAsyncIterable.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/isDate.js b/apps/angular/node_modules/rxjs/dist/esm/internal/util/isDate.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/isDate.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/isDate.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/isDate.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/util/isDate.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/isDate.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/isDate.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/isFunction.js b/apps/angular/node_modules/rxjs/dist/esm/internal/util/isFunction.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/isFunction.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/isFunction.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/isFunction.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/util/isFunction.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/isFunction.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/isFunction.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/isInteropObservable.js b/apps/angular/node_modules/rxjs/dist/esm/internal/util/isInteropObservable.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/isInteropObservable.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/isInteropObservable.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/isInteropObservable.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/util/isInteropObservable.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/isInteropObservable.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/isInteropObservable.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/isIterable.js b/apps/angular/node_modules/rxjs/dist/esm/internal/util/isIterable.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/isIterable.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/isIterable.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/isIterable.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/util/isIterable.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/isIterable.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/isIterable.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/isObservable.js b/apps/angular/node_modules/rxjs/dist/esm/internal/util/isObservable.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/isObservable.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/isObservable.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/isObservable.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/util/isObservable.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/isObservable.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/isObservable.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/isPromise.js b/apps/angular/node_modules/rxjs/dist/esm/internal/util/isPromise.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/isPromise.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/isPromise.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/isPromise.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/util/isPromise.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/isPromise.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/isPromise.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/isReadableStreamLike.js b/apps/angular/node_modules/rxjs/dist/esm/internal/util/isReadableStreamLike.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/isReadableStreamLike.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/isReadableStreamLike.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/isReadableStreamLike.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/util/isReadableStreamLike.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/isReadableStreamLike.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/isReadableStreamLike.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/isScheduler.js b/apps/angular/node_modules/rxjs/dist/esm/internal/util/isScheduler.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/isScheduler.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/isScheduler.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/isScheduler.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/util/isScheduler.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/isScheduler.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/isScheduler.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/lift.js b/apps/angular/node_modules/rxjs/dist/esm/internal/util/lift.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/lift.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/lift.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/lift.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/util/lift.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/lift.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/lift.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/mapOneOrManyArgs.js b/apps/angular/node_modules/rxjs/dist/esm/internal/util/mapOneOrManyArgs.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/mapOneOrManyArgs.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/mapOneOrManyArgs.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/mapOneOrManyArgs.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/util/mapOneOrManyArgs.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/mapOneOrManyArgs.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/mapOneOrManyArgs.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/noop.js b/apps/angular/node_modules/rxjs/dist/esm/internal/util/noop.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/noop.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/noop.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/noop.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/util/noop.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/noop.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/noop.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/not.js b/apps/angular/node_modules/rxjs/dist/esm/internal/util/not.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/not.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/not.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/not.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/util/not.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/not.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/not.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/pipe.js b/apps/angular/node_modules/rxjs/dist/esm/internal/util/pipe.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/pipe.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/pipe.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/pipe.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/util/pipe.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/pipe.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/pipe.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/reportUnhandledError.js b/apps/angular/node_modules/rxjs/dist/esm/internal/util/reportUnhandledError.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/reportUnhandledError.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/reportUnhandledError.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/reportUnhandledError.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/util/reportUnhandledError.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/reportUnhandledError.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/reportUnhandledError.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/subscribeToArray.js b/apps/angular/node_modules/rxjs/dist/esm/internal/util/subscribeToArray.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/subscribeToArray.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/subscribeToArray.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/subscribeToArray.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/util/subscribeToArray.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/subscribeToArray.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/subscribeToArray.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/throwUnobservableError.js b/apps/angular/node_modules/rxjs/dist/esm/internal/util/throwUnobservableError.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/throwUnobservableError.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/throwUnobservableError.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/throwUnobservableError.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/util/throwUnobservableError.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/throwUnobservableError.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/throwUnobservableError.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/workarounds.js b/apps/angular/node_modules/rxjs/dist/esm/internal/util/workarounds.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/workarounds.js rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/workarounds.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/internal/util/workarounds.js.map b/apps/angular/node_modules/rxjs/dist/esm/internal/util/workarounds.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/internal/util/workarounds.js.map rename to apps/angular/node_modules/rxjs/dist/esm/internal/util/workarounds.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/operators/index.js b/apps/angular/node_modules/rxjs/dist/esm/operators/index.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/operators/index.js rename to apps/angular/node_modules/rxjs/dist/esm/operators/index.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/operators/index.js.map b/apps/angular/node_modules/rxjs/dist/esm/operators/index.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/operators/index.js.map rename to apps/angular/node_modules/rxjs/dist/esm/operators/index.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/testing/index.js b/apps/angular/node_modules/rxjs/dist/esm/testing/index.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/testing/index.js rename to apps/angular/node_modules/rxjs/dist/esm/testing/index.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/testing/index.js.map b/apps/angular/node_modules/rxjs/dist/esm/testing/index.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/testing/index.js.map rename to apps/angular/node_modules/rxjs/dist/esm/testing/index.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm/webSocket/index.js b/apps/angular/node_modules/rxjs/dist/esm/webSocket/index.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/webSocket/index.js rename to apps/angular/node_modules/rxjs/dist/esm/webSocket/index.js diff --git a/ClientApp/node_modules/rxjs/dist/esm/webSocket/index.js.map b/apps/angular/node_modules/rxjs/dist/esm/webSocket/index.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm/webSocket/index.js.map rename to apps/angular/node_modules/rxjs/dist/esm/webSocket/index.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/ajax/index.js b/apps/angular/node_modules/rxjs/dist/esm5/ajax/index.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/ajax/index.js rename to apps/angular/node_modules/rxjs/dist/esm5/ajax/index.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/ajax/index.js.map b/apps/angular/node_modules/rxjs/dist/esm5/ajax/index.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/ajax/index.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/ajax/index.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/fetch/index.js b/apps/angular/node_modules/rxjs/dist/esm5/fetch/index.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/fetch/index.js rename to apps/angular/node_modules/rxjs/dist/esm5/fetch/index.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/fetch/index.js.map b/apps/angular/node_modules/rxjs/dist/esm5/fetch/index.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/fetch/index.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/fetch/index.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/index.js b/apps/angular/node_modules/rxjs/dist/esm5/index.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/index.js rename to apps/angular/node_modules/rxjs/dist/esm5/index.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/index.js.map b/apps/angular/node_modules/rxjs/dist/esm5/index.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/index.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/index.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/AnyCatcher.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/AnyCatcher.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/AnyCatcher.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/AnyCatcher.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/AnyCatcher.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/AnyCatcher.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/AnyCatcher.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/AnyCatcher.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/AsyncSubject.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/AsyncSubject.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/AsyncSubject.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/AsyncSubject.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/AsyncSubject.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/AsyncSubject.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/AsyncSubject.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/AsyncSubject.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/BehaviorSubject.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/BehaviorSubject.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/BehaviorSubject.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/BehaviorSubject.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/BehaviorSubject.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/BehaviorSubject.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/BehaviorSubject.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/BehaviorSubject.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/Notification.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/Notification.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/Notification.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/Notification.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/Notification.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/Notification.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/Notification.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/Notification.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/NotificationFactories.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/NotificationFactories.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/NotificationFactories.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/NotificationFactories.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/NotificationFactories.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/NotificationFactories.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/NotificationFactories.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/NotificationFactories.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/Observable.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/Observable.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/Observable.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/Observable.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/Observable.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/Observable.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/Observable.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/Observable.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/Operator.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/Operator.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/Operator.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/Operator.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/Operator.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/Operator.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/Operator.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/Operator.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/ReplaySubject.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/ReplaySubject.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/ReplaySubject.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/ReplaySubject.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/ReplaySubject.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/ReplaySubject.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/ReplaySubject.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/ReplaySubject.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/Scheduler.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/Scheduler.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/Scheduler.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/Scheduler.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/Scheduler.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/Scheduler.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/Scheduler.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/Scheduler.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/Subject.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/Subject.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/Subject.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/Subject.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/Subject.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/Subject.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/Subject.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/Subject.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/Subscriber.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/Subscriber.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/Subscriber.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/Subscriber.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/Subscriber.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/Subscriber.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/Subscriber.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/Subscriber.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/Subscription.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/Subscription.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/Subscription.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/Subscription.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/Subscription.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/Subscription.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/Subscription.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/Subscription.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/ajax/AjaxResponse.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/ajax/AjaxResponse.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/ajax/AjaxResponse.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/ajax/AjaxResponse.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/ajax/AjaxResponse.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/ajax/AjaxResponse.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/ajax/AjaxResponse.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/ajax/AjaxResponse.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/ajax/ajax.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/ajax/ajax.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/ajax/ajax.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/ajax/ajax.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/ajax/ajax.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/ajax/ajax.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/ajax/ajax.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/ajax/ajax.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/ajax/errors.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/ajax/errors.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/ajax/errors.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/ajax/errors.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/ajax/errors.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/ajax/errors.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/ajax/errors.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/ajax/errors.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/ajax/getXHRResponse.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/ajax/getXHRResponse.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/ajax/getXHRResponse.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/ajax/getXHRResponse.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/ajax/getXHRResponse.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/ajax/getXHRResponse.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/ajax/getXHRResponse.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/ajax/getXHRResponse.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/ajax/types.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/ajax/types.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/ajax/types.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/ajax/types.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/ajax/types.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/ajax/types.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/ajax/types.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/ajax/types.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/config.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/config.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/config.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/config.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/config.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/config.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/config.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/config.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/firstValueFrom.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/firstValueFrom.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/firstValueFrom.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/firstValueFrom.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/firstValueFrom.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/firstValueFrom.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/firstValueFrom.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/firstValueFrom.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/lastValueFrom.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/lastValueFrom.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/lastValueFrom.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/lastValueFrom.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/lastValueFrom.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/lastValueFrom.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/lastValueFrom.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/lastValueFrom.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/ConnectableObservable.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/ConnectableObservable.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/ConnectableObservable.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/ConnectableObservable.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/ConnectableObservable.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/ConnectableObservable.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/ConnectableObservable.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/ConnectableObservable.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/bindCallback.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/bindCallback.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/bindCallback.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/bindCallback.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/bindCallback.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/bindCallback.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/bindCallback.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/bindCallback.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/bindCallbackInternals.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/bindCallbackInternals.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/bindCallbackInternals.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/bindCallbackInternals.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/bindCallbackInternals.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/bindCallbackInternals.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/bindCallbackInternals.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/bindCallbackInternals.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/bindNodeCallback.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/bindNodeCallback.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/bindNodeCallback.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/bindNodeCallback.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/bindNodeCallback.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/bindNodeCallback.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/bindNodeCallback.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/bindNodeCallback.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/combineLatest.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/combineLatest.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/combineLatest.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/combineLatest.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/combineLatest.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/combineLatest.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/combineLatest.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/combineLatest.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/concat.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/concat.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/concat.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/concat.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/concat.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/concat.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/concat.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/concat.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/connectable.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/connectable.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/connectable.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/connectable.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/connectable.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/connectable.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/connectable.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/connectable.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/defer.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/defer.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/defer.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/defer.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/defer.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/defer.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/defer.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/defer.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/dom/WebSocketSubject.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/dom/WebSocketSubject.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/dom/WebSocketSubject.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/dom/WebSocketSubject.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/dom/WebSocketSubject.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/dom/WebSocketSubject.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/dom/WebSocketSubject.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/dom/WebSocketSubject.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/dom/animationFrames.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/dom/animationFrames.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/dom/animationFrames.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/dom/animationFrames.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/dom/animationFrames.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/dom/animationFrames.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/dom/animationFrames.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/dom/animationFrames.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/dom/fetch.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/dom/fetch.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/dom/fetch.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/dom/fetch.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/dom/fetch.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/dom/fetch.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/dom/fetch.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/dom/fetch.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/dom/webSocket.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/dom/webSocket.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/dom/webSocket.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/dom/webSocket.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/dom/webSocket.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/dom/webSocket.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/dom/webSocket.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/dom/webSocket.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/empty.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/empty.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/empty.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/empty.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/empty.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/empty.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/empty.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/empty.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/forkJoin.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/forkJoin.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/forkJoin.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/forkJoin.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/forkJoin.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/forkJoin.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/forkJoin.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/forkJoin.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/from.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/from.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/from.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/from.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/from.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/from.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/from.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/from.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/fromEvent.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/fromEvent.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/fromEvent.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/fromEvent.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/fromEvent.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/fromEvent.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/fromEvent.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/fromEvent.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/fromEventPattern.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/fromEventPattern.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/fromEventPattern.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/fromEventPattern.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/fromEventPattern.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/fromEventPattern.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/fromEventPattern.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/fromEventPattern.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/fromSubscribable.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/fromSubscribable.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/fromSubscribable.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/fromSubscribable.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/fromSubscribable.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/fromSubscribable.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/fromSubscribable.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/fromSubscribable.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/generate.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/generate.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/generate.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/generate.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/generate.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/generate.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/generate.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/generate.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/iif.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/iif.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/iif.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/iif.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/iif.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/iif.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/iif.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/iif.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/innerFrom.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/innerFrom.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/innerFrom.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/innerFrom.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/innerFrom.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/innerFrom.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/innerFrom.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/innerFrom.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/interval.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/interval.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/interval.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/interval.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/interval.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/interval.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/interval.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/interval.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/merge.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/merge.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/merge.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/merge.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/merge.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/merge.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/merge.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/merge.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/never.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/never.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/never.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/never.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/never.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/never.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/never.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/never.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/of.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/of.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/of.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/of.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/of.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/of.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/of.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/of.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/onErrorResumeNext.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/onErrorResumeNext.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/onErrorResumeNext.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/onErrorResumeNext.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/onErrorResumeNext.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/onErrorResumeNext.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/onErrorResumeNext.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/onErrorResumeNext.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/pairs.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/pairs.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/pairs.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/pairs.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/pairs.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/pairs.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/pairs.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/pairs.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/partition.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/partition.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/partition.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/partition.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/partition.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/partition.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/partition.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/partition.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/race.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/race.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/race.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/race.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/race.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/race.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/race.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/race.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/range.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/range.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/range.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/range.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/range.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/range.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/range.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/range.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/throwError.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/throwError.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/throwError.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/throwError.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/throwError.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/throwError.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/throwError.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/throwError.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/timer.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/timer.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/timer.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/timer.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/timer.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/timer.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/timer.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/timer.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/using.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/using.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/using.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/using.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/using.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/using.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/using.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/using.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/zip.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/zip.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/zip.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/zip.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/observable/zip.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/observable/zip.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/observable/zip.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/observable/zip.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/OperatorSubscriber.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/OperatorSubscriber.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/OperatorSubscriber.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/OperatorSubscriber.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/OperatorSubscriber.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/OperatorSubscriber.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/OperatorSubscriber.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/OperatorSubscriber.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/audit.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/audit.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/audit.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/audit.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/audit.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/audit.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/audit.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/audit.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/auditTime.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/auditTime.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/auditTime.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/auditTime.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/auditTime.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/auditTime.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/auditTime.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/auditTime.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/buffer.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/buffer.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/buffer.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/buffer.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/buffer.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/buffer.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/buffer.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/buffer.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/bufferCount.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/bufferCount.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/bufferCount.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/bufferCount.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/bufferCount.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/bufferCount.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/bufferCount.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/bufferCount.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/bufferTime.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/bufferTime.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/bufferTime.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/bufferTime.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/bufferTime.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/bufferTime.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/bufferTime.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/bufferTime.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/bufferToggle.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/bufferToggle.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/bufferToggle.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/bufferToggle.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/bufferToggle.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/bufferToggle.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/bufferToggle.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/bufferToggle.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/bufferWhen.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/bufferWhen.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/bufferWhen.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/bufferWhen.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/bufferWhen.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/bufferWhen.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/bufferWhen.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/bufferWhen.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/catchError.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/catchError.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/catchError.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/catchError.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/catchError.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/catchError.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/catchError.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/catchError.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/combineAll.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/combineAll.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/combineAll.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/combineAll.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/combineAll.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/combineAll.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/combineAll.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/combineAll.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/combineLatest.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/combineLatest.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/combineLatest.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/combineLatest.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/combineLatest.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/combineLatest.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/combineLatest.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/combineLatest.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/combineLatestAll.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/combineLatestAll.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/combineLatestAll.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/combineLatestAll.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/combineLatestAll.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/combineLatestAll.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/combineLatestAll.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/combineLatestAll.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/combineLatestWith.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/combineLatestWith.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/combineLatestWith.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/combineLatestWith.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/combineLatestWith.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/combineLatestWith.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/combineLatestWith.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/combineLatestWith.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/concat.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/concat.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/concat.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/concat.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/concat.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/concat.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/concat.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/concat.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/concatAll.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/concatAll.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/concatAll.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/concatAll.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/concatAll.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/concatAll.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/concatAll.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/concatAll.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/concatMap.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/concatMap.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/concatMap.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/concatMap.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/concatMap.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/concatMap.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/concatMap.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/concatMap.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/concatMapTo.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/concatMapTo.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/concatMapTo.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/concatMapTo.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/concatMapTo.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/concatMapTo.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/concatMapTo.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/concatMapTo.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/concatWith.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/concatWith.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/concatWith.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/concatWith.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/concatWith.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/concatWith.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/concatWith.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/concatWith.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/connect.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/connect.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/connect.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/connect.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/connect.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/connect.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/connect.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/connect.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/count.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/count.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/count.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/count.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/count.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/count.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/count.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/count.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/debounce.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/debounce.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/debounce.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/debounce.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/debounce.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/debounce.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/debounce.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/debounce.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/debounceTime.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/debounceTime.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/debounceTime.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/debounceTime.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/debounceTime.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/debounceTime.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/debounceTime.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/debounceTime.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/defaultIfEmpty.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/defaultIfEmpty.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/defaultIfEmpty.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/defaultIfEmpty.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/defaultIfEmpty.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/defaultIfEmpty.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/defaultIfEmpty.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/defaultIfEmpty.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/delay.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/delay.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/delay.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/delay.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/delay.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/delay.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/delay.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/delay.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/delayWhen.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/delayWhen.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/delayWhen.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/delayWhen.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/delayWhen.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/delayWhen.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/delayWhen.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/delayWhen.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/dematerialize.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/dematerialize.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/dematerialize.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/dematerialize.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/dematerialize.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/dematerialize.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/dematerialize.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/dematerialize.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/distinct.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/distinct.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/distinct.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/distinct.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/distinct.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/distinct.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/distinct.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/distinct.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/distinctUntilChanged.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/distinctUntilChanged.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/distinctUntilChanged.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/distinctUntilChanged.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/distinctUntilChanged.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/distinctUntilChanged.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/distinctUntilChanged.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/distinctUntilChanged.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/distinctUntilKeyChanged.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/distinctUntilKeyChanged.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/distinctUntilKeyChanged.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/distinctUntilKeyChanged.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/distinctUntilKeyChanged.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/distinctUntilKeyChanged.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/distinctUntilKeyChanged.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/distinctUntilKeyChanged.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/elementAt.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/elementAt.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/elementAt.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/elementAt.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/elementAt.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/elementAt.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/elementAt.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/elementAt.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/endWith.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/endWith.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/endWith.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/endWith.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/endWith.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/endWith.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/endWith.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/endWith.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/every.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/every.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/every.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/every.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/every.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/every.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/every.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/every.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/exhaust.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/exhaust.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/exhaust.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/exhaust.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/exhaust.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/exhaust.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/exhaust.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/exhaust.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/exhaustAll.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/exhaustAll.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/exhaustAll.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/exhaustAll.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/exhaustAll.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/exhaustAll.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/exhaustAll.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/exhaustAll.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/exhaustMap.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/exhaustMap.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/exhaustMap.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/exhaustMap.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/exhaustMap.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/exhaustMap.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/exhaustMap.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/exhaustMap.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/expand.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/expand.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/expand.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/expand.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/expand.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/expand.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/expand.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/expand.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/filter.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/filter.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/filter.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/filter.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/filter.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/filter.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/filter.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/filter.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/finalize.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/finalize.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/finalize.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/finalize.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/finalize.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/finalize.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/finalize.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/finalize.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/find.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/find.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/find.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/find.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/find.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/find.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/find.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/find.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/findIndex.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/findIndex.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/findIndex.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/findIndex.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/findIndex.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/findIndex.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/findIndex.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/findIndex.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/first.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/first.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/first.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/first.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/first.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/first.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/first.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/first.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/flatMap.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/flatMap.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/flatMap.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/flatMap.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/flatMap.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/flatMap.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/flatMap.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/flatMap.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/groupBy.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/groupBy.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/groupBy.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/groupBy.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/groupBy.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/groupBy.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/groupBy.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/groupBy.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/ignoreElements.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/ignoreElements.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/ignoreElements.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/ignoreElements.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/ignoreElements.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/ignoreElements.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/ignoreElements.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/ignoreElements.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/isEmpty.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/isEmpty.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/isEmpty.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/isEmpty.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/isEmpty.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/isEmpty.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/isEmpty.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/isEmpty.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/joinAllInternals.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/joinAllInternals.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/joinAllInternals.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/joinAllInternals.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/joinAllInternals.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/joinAllInternals.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/joinAllInternals.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/joinAllInternals.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/last.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/last.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/last.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/last.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/last.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/last.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/last.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/last.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/map.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/map.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/map.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/map.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/map.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/map.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/map.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/map.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/mapTo.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/mapTo.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/mapTo.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/mapTo.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/mapTo.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/mapTo.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/mapTo.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/mapTo.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/materialize.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/materialize.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/materialize.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/materialize.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/materialize.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/materialize.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/materialize.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/materialize.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/max.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/max.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/max.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/max.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/max.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/max.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/max.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/max.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/merge.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/merge.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/merge.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/merge.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/merge.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/merge.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/merge.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/merge.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/mergeAll.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/mergeAll.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/mergeAll.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/mergeAll.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/mergeAll.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/mergeAll.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/mergeAll.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/mergeAll.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/mergeInternals.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/mergeInternals.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/mergeInternals.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/mergeInternals.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/mergeInternals.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/mergeInternals.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/mergeInternals.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/mergeInternals.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/mergeMap.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/mergeMap.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/mergeMap.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/mergeMap.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/mergeMap.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/mergeMap.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/mergeMap.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/mergeMap.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/mergeMapTo.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/mergeMapTo.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/mergeMapTo.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/mergeMapTo.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/mergeMapTo.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/mergeMapTo.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/mergeMapTo.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/mergeMapTo.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/mergeScan.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/mergeScan.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/mergeScan.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/mergeScan.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/mergeScan.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/mergeScan.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/mergeScan.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/mergeScan.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/mergeWith.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/mergeWith.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/mergeWith.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/mergeWith.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/mergeWith.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/mergeWith.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/mergeWith.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/mergeWith.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/min.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/min.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/min.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/min.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/min.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/min.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/min.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/min.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/multicast.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/multicast.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/multicast.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/multicast.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/multicast.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/multicast.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/multicast.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/multicast.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/observeOn.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/observeOn.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/observeOn.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/observeOn.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/observeOn.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/observeOn.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/observeOn.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/observeOn.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/onErrorResumeNextWith.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/onErrorResumeNextWith.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/onErrorResumeNextWith.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/onErrorResumeNextWith.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/onErrorResumeNextWith.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/onErrorResumeNextWith.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/onErrorResumeNextWith.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/onErrorResumeNextWith.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/pairwise.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/pairwise.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/pairwise.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/pairwise.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/pairwise.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/pairwise.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/pairwise.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/pairwise.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/partition.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/partition.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/partition.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/partition.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/partition.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/partition.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/partition.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/partition.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/pluck.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/pluck.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/pluck.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/pluck.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/pluck.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/pluck.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/pluck.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/pluck.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/publish.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/publish.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/publish.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/publish.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/publish.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/publish.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/publish.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/publish.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/publishBehavior.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/publishBehavior.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/publishBehavior.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/publishBehavior.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/publishBehavior.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/publishBehavior.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/publishBehavior.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/publishBehavior.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/publishLast.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/publishLast.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/publishLast.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/publishLast.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/publishLast.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/publishLast.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/publishLast.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/publishLast.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/publishReplay.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/publishReplay.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/publishReplay.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/publishReplay.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/publishReplay.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/publishReplay.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/publishReplay.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/publishReplay.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/race.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/race.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/race.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/race.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/race.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/race.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/race.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/race.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/raceWith.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/raceWith.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/raceWith.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/raceWith.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/raceWith.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/raceWith.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/raceWith.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/raceWith.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/reduce.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/reduce.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/reduce.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/reduce.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/reduce.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/reduce.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/reduce.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/reduce.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/refCount.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/refCount.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/refCount.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/refCount.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/refCount.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/refCount.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/refCount.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/refCount.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/repeat.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/repeat.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/repeat.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/repeat.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/repeat.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/repeat.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/repeat.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/repeat.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/repeatWhen.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/repeatWhen.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/repeatWhen.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/repeatWhen.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/repeatWhen.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/repeatWhen.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/repeatWhen.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/repeatWhen.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/retry.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/retry.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/retry.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/retry.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/retry.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/retry.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/retry.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/retry.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/retryWhen.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/retryWhen.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/retryWhen.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/retryWhen.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/retryWhen.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/retryWhen.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/retryWhen.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/retryWhen.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/sample.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/sample.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/sample.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/sample.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/sample.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/sample.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/sample.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/sample.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/sampleTime.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/sampleTime.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/sampleTime.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/sampleTime.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/sampleTime.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/sampleTime.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/sampleTime.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/sampleTime.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/scan.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/scan.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/scan.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/scan.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/scan.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/scan.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/scan.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/scan.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/scanInternals.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/scanInternals.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/scanInternals.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/scanInternals.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/scanInternals.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/scanInternals.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/scanInternals.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/scanInternals.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/sequenceEqual.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/sequenceEqual.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/sequenceEqual.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/sequenceEqual.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/sequenceEqual.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/sequenceEqual.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/sequenceEqual.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/sequenceEqual.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/share.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/share.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/share.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/share.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/share.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/share.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/share.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/share.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/shareReplay.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/shareReplay.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/shareReplay.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/shareReplay.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/shareReplay.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/shareReplay.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/shareReplay.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/shareReplay.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/single.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/single.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/single.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/single.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/single.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/single.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/single.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/single.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/skip.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/skip.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/skip.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/skip.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/skip.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/skip.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/skip.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/skip.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/skipLast.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/skipLast.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/skipLast.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/skipLast.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/skipLast.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/skipLast.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/skipLast.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/skipLast.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/skipUntil.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/skipUntil.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/skipUntil.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/skipUntil.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/skipUntil.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/skipUntil.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/skipUntil.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/skipUntil.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/skipWhile.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/skipWhile.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/skipWhile.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/skipWhile.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/skipWhile.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/skipWhile.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/skipWhile.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/skipWhile.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/startWith.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/startWith.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/startWith.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/startWith.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/startWith.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/startWith.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/startWith.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/startWith.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/subscribeOn.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/subscribeOn.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/subscribeOn.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/subscribeOn.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/subscribeOn.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/subscribeOn.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/subscribeOn.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/subscribeOn.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/switchAll.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/switchAll.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/switchAll.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/switchAll.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/switchAll.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/switchAll.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/switchAll.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/switchAll.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/switchMap.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/switchMap.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/switchMap.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/switchMap.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/switchMap.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/switchMap.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/switchMap.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/switchMap.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/switchMapTo.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/switchMapTo.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/switchMapTo.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/switchMapTo.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/switchMapTo.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/switchMapTo.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/switchMapTo.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/switchMapTo.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/switchScan.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/switchScan.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/switchScan.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/switchScan.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/switchScan.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/switchScan.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/switchScan.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/switchScan.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/take.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/take.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/take.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/take.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/take.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/take.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/take.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/take.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/takeLast.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/takeLast.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/takeLast.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/takeLast.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/takeLast.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/takeLast.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/takeLast.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/takeLast.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/takeUntil.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/takeUntil.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/takeUntil.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/takeUntil.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/takeUntil.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/takeUntil.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/takeUntil.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/takeUntil.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/takeWhile.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/takeWhile.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/takeWhile.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/takeWhile.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/takeWhile.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/takeWhile.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/takeWhile.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/takeWhile.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/tap.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/tap.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/tap.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/tap.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/tap.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/tap.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/tap.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/tap.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/throttle.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/throttle.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/throttle.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/throttle.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/throttle.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/throttle.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/throttle.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/throttle.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/throttleTime.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/throttleTime.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/throttleTime.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/throttleTime.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/throttleTime.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/throttleTime.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/throttleTime.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/throttleTime.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/throwIfEmpty.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/throwIfEmpty.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/throwIfEmpty.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/throwIfEmpty.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/throwIfEmpty.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/throwIfEmpty.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/throwIfEmpty.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/throwIfEmpty.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/timeInterval.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/timeInterval.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/timeInterval.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/timeInterval.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/timeInterval.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/timeInterval.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/timeInterval.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/timeInterval.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/timeout.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/timeout.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/timeout.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/timeout.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/timeout.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/timeout.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/timeout.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/timeout.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/timeoutWith.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/timeoutWith.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/timeoutWith.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/timeoutWith.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/timeoutWith.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/timeoutWith.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/timeoutWith.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/timeoutWith.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/timestamp.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/timestamp.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/timestamp.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/timestamp.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/timestamp.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/timestamp.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/timestamp.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/timestamp.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/toArray.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/toArray.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/toArray.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/toArray.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/toArray.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/toArray.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/toArray.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/toArray.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/window.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/window.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/window.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/window.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/window.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/window.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/window.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/window.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/windowCount.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/windowCount.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/windowCount.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/windowCount.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/windowCount.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/windowCount.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/windowCount.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/windowCount.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/windowTime.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/windowTime.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/windowTime.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/windowTime.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/windowTime.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/windowTime.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/windowTime.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/windowTime.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/windowToggle.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/windowToggle.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/windowToggle.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/windowToggle.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/windowToggle.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/windowToggle.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/windowToggle.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/windowToggle.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/windowWhen.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/windowWhen.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/windowWhen.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/windowWhen.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/windowWhen.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/windowWhen.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/windowWhen.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/windowWhen.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/withLatestFrom.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/withLatestFrom.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/withLatestFrom.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/withLatestFrom.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/withLatestFrom.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/withLatestFrom.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/withLatestFrom.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/withLatestFrom.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/zip.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/zip.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/zip.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/zip.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/zip.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/zip.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/zip.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/zip.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/zipAll.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/zipAll.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/zipAll.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/zipAll.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/zipAll.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/zipAll.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/zipAll.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/zipAll.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/zipWith.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/zipWith.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/zipWith.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/zipWith.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/operators/zipWith.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/operators/zipWith.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/operators/zipWith.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/operators/zipWith.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleArray.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleArray.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleArray.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleArray.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleArray.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleArray.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleArray.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleArray.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleAsyncIterable.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleAsyncIterable.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleAsyncIterable.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleAsyncIterable.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleAsyncIterable.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleAsyncIterable.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleAsyncIterable.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleAsyncIterable.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleIterable.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleIterable.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleIterable.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleIterable.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleIterable.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleIterable.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleIterable.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleIterable.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleObservable.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleObservable.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleObservable.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleObservable.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleObservable.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleObservable.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleObservable.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleObservable.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduled/schedulePromise.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduled/schedulePromise.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduled/schedulePromise.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduled/schedulePromise.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduled/schedulePromise.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduled/schedulePromise.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduled/schedulePromise.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduled/schedulePromise.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleReadableStreamLike.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleReadableStreamLike.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleReadableStreamLike.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleReadableStreamLike.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleReadableStreamLike.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleReadableStreamLike.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleReadableStreamLike.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleReadableStreamLike.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduled/scheduled.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduled/scheduled.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduled/scheduled.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduled/scheduled.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduled/scheduled.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduled/scheduled.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduled/scheduled.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduled/scheduled.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/Action.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/Action.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/Action.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/Action.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/Action.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/Action.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/Action.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/Action.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/AnimationFrameAction.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/AnimationFrameAction.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/AnimationFrameAction.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/AnimationFrameAction.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/AnimationFrameAction.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/AnimationFrameAction.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/AnimationFrameAction.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/AnimationFrameAction.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/AnimationFrameScheduler.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/AnimationFrameScheduler.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/AnimationFrameScheduler.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/AnimationFrameScheduler.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/AnimationFrameScheduler.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/AnimationFrameScheduler.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/AnimationFrameScheduler.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/AnimationFrameScheduler.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/AsapAction.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/AsapAction.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/AsapAction.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/AsapAction.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/AsapAction.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/AsapAction.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/AsapAction.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/AsapAction.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/AsapScheduler.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/AsapScheduler.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/AsapScheduler.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/AsapScheduler.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/AsapScheduler.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/AsapScheduler.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/AsapScheduler.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/AsapScheduler.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/AsyncAction.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/AsyncAction.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/AsyncAction.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/AsyncAction.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/AsyncAction.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/AsyncAction.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/AsyncAction.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/AsyncAction.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/AsyncScheduler.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/AsyncScheduler.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/AsyncScheduler.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/AsyncScheduler.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/AsyncScheduler.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/AsyncScheduler.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/AsyncScheduler.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/AsyncScheduler.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/QueueAction.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/QueueAction.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/QueueAction.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/QueueAction.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/QueueAction.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/QueueAction.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/QueueAction.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/QueueAction.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/QueueScheduler.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/QueueScheduler.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/QueueScheduler.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/QueueScheduler.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/QueueScheduler.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/QueueScheduler.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/QueueScheduler.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/QueueScheduler.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/VirtualTimeScheduler.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/VirtualTimeScheduler.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/VirtualTimeScheduler.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/VirtualTimeScheduler.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/VirtualTimeScheduler.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/VirtualTimeScheduler.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/VirtualTimeScheduler.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/VirtualTimeScheduler.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/animationFrame.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/animationFrame.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/animationFrame.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/animationFrame.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/animationFrame.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/animationFrame.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/animationFrame.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/animationFrame.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/animationFrameProvider.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/animationFrameProvider.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/animationFrameProvider.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/animationFrameProvider.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/animationFrameProvider.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/animationFrameProvider.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/animationFrameProvider.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/animationFrameProvider.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/asap.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/asap.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/asap.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/asap.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/asap.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/asap.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/asap.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/asap.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/async.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/async.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/async.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/async.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/async.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/async.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/async.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/async.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/dateTimestampProvider.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/dateTimestampProvider.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/dateTimestampProvider.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/dateTimestampProvider.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/dateTimestampProvider.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/dateTimestampProvider.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/dateTimestampProvider.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/dateTimestampProvider.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/immediateProvider.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/immediateProvider.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/immediateProvider.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/immediateProvider.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/immediateProvider.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/immediateProvider.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/immediateProvider.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/immediateProvider.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/intervalProvider.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/intervalProvider.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/intervalProvider.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/intervalProvider.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/intervalProvider.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/intervalProvider.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/intervalProvider.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/intervalProvider.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/performanceTimestampProvider.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/performanceTimestampProvider.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/performanceTimestampProvider.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/performanceTimestampProvider.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/performanceTimestampProvider.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/performanceTimestampProvider.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/performanceTimestampProvider.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/performanceTimestampProvider.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/queue.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/queue.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/queue.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/queue.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/queue.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/queue.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/queue.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/queue.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/timeoutProvider.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/timeoutProvider.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/timeoutProvider.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/timeoutProvider.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/timeoutProvider.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/timeoutProvider.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/timeoutProvider.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/timeoutProvider.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/timerHandle.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/timerHandle.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/timerHandle.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/timerHandle.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/timerHandle.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/timerHandle.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/scheduler/timerHandle.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/scheduler/timerHandle.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/symbol/iterator.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/symbol/iterator.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/symbol/iterator.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/symbol/iterator.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/symbol/iterator.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/symbol/iterator.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/symbol/iterator.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/symbol/iterator.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/symbol/observable.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/symbol/observable.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/symbol/observable.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/symbol/observable.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/symbol/observable.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/symbol/observable.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/symbol/observable.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/symbol/observable.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/testing/ColdObservable.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/testing/ColdObservable.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/testing/ColdObservable.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/testing/ColdObservable.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/testing/ColdObservable.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/testing/ColdObservable.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/testing/ColdObservable.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/testing/ColdObservable.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/testing/HotObservable.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/testing/HotObservable.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/testing/HotObservable.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/testing/HotObservable.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/testing/HotObservable.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/testing/HotObservable.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/testing/HotObservable.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/testing/HotObservable.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/testing/SubscriptionLog.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/testing/SubscriptionLog.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/testing/SubscriptionLog.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/testing/SubscriptionLog.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/testing/SubscriptionLog.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/testing/SubscriptionLog.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/testing/SubscriptionLog.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/testing/SubscriptionLog.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/testing/SubscriptionLoggable.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/testing/SubscriptionLoggable.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/testing/SubscriptionLoggable.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/testing/SubscriptionLoggable.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/testing/SubscriptionLoggable.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/testing/SubscriptionLoggable.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/testing/SubscriptionLoggable.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/testing/SubscriptionLoggable.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/testing/TestMessage.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/testing/TestMessage.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/testing/TestMessage.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/testing/TestMessage.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/testing/TestMessage.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/testing/TestMessage.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/testing/TestMessage.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/testing/TestMessage.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/testing/TestScheduler.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/testing/TestScheduler.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/testing/TestScheduler.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/testing/TestScheduler.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/testing/TestScheduler.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/testing/TestScheduler.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/testing/TestScheduler.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/testing/TestScheduler.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/types.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/types.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/types.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/types.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/types.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/types.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/types.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/types.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/ArgumentOutOfRangeError.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/ArgumentOutOfRangeError.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/ArgumentOutOfRangeError.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/ArgumentOutOfRangeError.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/ArgumentOutOfRangeError.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/ArgumentOutOfRangeError.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/ArgumentOutOfRangeError.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/ArgumentOutOfRangeError.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/EmptyError.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/EmptyError.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/EmptyError.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/EmptyError.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/EmptyError.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/EmptyError.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/EmptyError.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/EmptyError.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/Immediate.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/Immediate.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/Immediate.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/Immediate.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/Immediate.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/Immediate.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/Immediate.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/Immediate.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/NotFoundError.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/NotFoundError.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/NotFoundError.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/NotFoundError.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/NotFoundError.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/NotFoundError.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/NotFoundError.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/NotFoundError.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/ObjectUnsubscribedError.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/ObjectUnsubscribedError.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/ObjectUnsubscribedError.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/ObjectUnsubscribedError.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/ObjectUnsubscribedError.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/ObjectUnsubscribedError.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/ObjectUnsubscribedError.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/ObjectUnsubscribedError.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/SequenceError.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/SequenceError.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/SequenceError.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/SequenceError.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/SequenceError.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/SequenceError.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/SequenceError.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/SequenceError.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/UnsubscriptionError.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/UnsubscriptionError.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/UnsubscriptionError.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/UnsubscriptionError.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/UnsubscriptionError.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/UnsubscriptionError.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/UnsubscriptionError.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/UnsubscriptionError.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/applyMixins.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/applyMixins.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/applyMixins.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/applyMixins.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/applyMixins.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/applyMixins.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/applyMixins.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/applyMixins.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/args.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/args.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/args.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/args.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/args.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/args.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/args.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/args.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/argsArgArrayOrObject.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/argsArgArrayOrObject.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/argsArgArrayOrObject.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/argsArgArrayOrObject.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/argsArgArrayOrObject.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/argsArgArrayOrObject.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/argsArgArrayOrObject.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/argsArgArrayOrObject.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/argsOrArgArray.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/argsOrArgArray.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/argsOrArgArray.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/argsOrArgArray.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/argsOrArgArray.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/argsOrArgArray.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/argsOrArgArray.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/argsOrArgArray.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/arrRemove.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/arrRemove.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/arrRemove.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/arrRemove.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/arrRemove.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/arrRemove.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/arrRemove.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/arrRemove.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/createErrorClass.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/createErrorClass.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/createErrorClass.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/createErrorClass.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/createErrorClass.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/createErrorClass.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/createErrorClass.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/createErrorClass.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/createObject.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/createObject.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/createObject.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/createObject.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/createObject.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/createObject.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/createObject.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/createObject.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/errorContext.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/errorContext.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/errorContext.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/errorContext.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/errorContext.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/errorContext.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/errorContext.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/errorContext.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/executeSchedule.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/executeSchedule.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/executeSchedule.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/executeSchedule.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/executeSchedule.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/executeSchedule.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/executeSchedule.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/executeSchedule.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/identity.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/identity.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/identity.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/identity.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/identity.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/identity.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/identity.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/identity.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/isArrayLike.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/isArrayLike.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/isArrayLike.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/isArrayLike.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/isArrayLike.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/isArrayLike.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/isArrayLike.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/isArrayLike.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/isAsyncIterable.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/isAsyncIterable.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/isAsyncIterable.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/isAsyncIterable.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/isAsyncIterable.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/isAsyncIterable.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/isAsyncIterable.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/isAsyncIterable.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/isDate.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/isDate.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/isDate.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/isDate.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/isDate.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/isDate.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/isDate.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/isDate.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/isFunction.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/isFunction.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/isFunction.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/isFunction.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/isFunction.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/isFunction.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/isFunction.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/isFunction.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/isInteropObservable.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/isInteropObservable.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/isInteropObservable.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/isInteropObservable.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/isInteropObservable.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/isInteropObservable.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/isInteropObservable.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/isInteropObservable.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/isIterable.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/isIterable.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/isIterable.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/isIterable.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/isIterable.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/isIterable.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/isIterable.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/isIterable.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/isObservable.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/isObservable.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/isObservable.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/isObservable.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/isObservable.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/isObservable.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/isObservable.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/isObservable.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/isPromise.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/isPromise.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/isPromise.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/isPromise.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/isPromise.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/isPromise.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/isPromise.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/isPromise.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/isReadableStreamLike.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/isReadableStreamLike.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/isReadableStreamLike.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/isReadableStreamLike.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/isReadableStreamLike.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/isReadableStreamLike.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/isReadableStreamLike.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/isReadableStreamLike.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/isScheduler.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/isScheduler.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/isScheduler.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/isScheduler.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/isScheduler.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/isScheduler.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/isScheduler.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/isScheduler.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/lift.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/lift.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/lift.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/lift.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/lift.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/lift.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/lift.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/lift.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/mapOneOrManyArgs.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/mapOneOrManyArgs.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/mapOneOrManyArgs.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/mapOneOrManyArgs.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/mapOneOrManyArgs.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/mapOneOrManyArgs.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/mapOneOrManyArgs.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/mapOneOrManyArgs.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/noop.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/noop.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/noop.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/noop.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/noop.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/noop.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/noop.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/noop.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/not.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/not.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/not.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/not.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/not.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/not.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/not.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/not.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/pipe.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/pipe.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/pipe.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/pipe.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/pipe.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/pipe.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/pipe.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/pipe.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/reportUnhandledError.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/reportUnhandledError.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/reportUnhandledError.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/reportUnhandledError.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/reportUnhandledError.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/reportUnhandledError.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/reportUnhandledError.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/reportUnhandledError.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/subscribeToArray.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/subscribeToArray.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/subscribeToArray.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/subscribeToArray.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/subscribeToArray.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/subscribeToArray.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/subscribeToArray.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/subscribeToArray.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/throwUnobservableError.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/throwUnobservableError.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/throwUnobservableError.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/throwUnobservableError.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/throwUnobservableError.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/throwUnobservableError.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/throwUnobservableError.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/throwUnobservableError.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/workarounds.js b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/workarounds.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/workarounds.js rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/workarounds.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/internal/util/workarounds.js.map b/apps/angular/node_modules/rxjs/dist/esm5/internal/util/workarounds.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/internal/util/workarounds.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/internal/util/workarounds.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/operators/index.js b/apps/angular/node_modules/rxjs/dist/esm5/operators/index.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/operators/index.js rename to apps/angular/node_modules/rxjs/dist/esm5/operators/index.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/operators/index.js.map b/apps/angular/node_modules/rxjs/dist/esm5/operators/index.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/operators/index.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/operators/index.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/testing/index.js b/apps/angular/node_modules/rxjs/dist/esm5/testing/index.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/testing/index.js rename to apps/angular/node_modules/rxjs/dist/esm5/testing/index.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/testing/index.js.map b/apps/angular/node_modules/rxjs/dist/esm5/testing/index.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/testing/index.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/testing/index.js.map diff --git a/ClientApp/node_modules/rxjs/dist/esm5/webSocket/index.js b/apps/angular/node_modules/rxjs/dist/esm5/webSocket/index.js similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/webSocket/index.js rename to apps/angular/node_modules/rxjs/dist/esm5/webSocket/index.js diff --git a/ClientApp/node_modules/rxjs/dist/esm5/webSocket/index.js.map b/apps/angular/node_modules/rxjs/dist/esm5/webSocket/index.js.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/esm5/webSocket/index.js.map rename to apps/angular/node_modules/rxjs/dist/esm5/webSocket/index.js.map diff --git a/ClientApp/node_modules/rxjs/dist/types/ajax/index.d.ts b/apps/angular/node_modules/rxjs/dist/types/ajax/index.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/ajax/index.d.ts rename to apps/angular/node_modules/rxjs/dist/types/ajax/index.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/ajax/index.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/ajax/index.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/ajax/index.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/ajax/index.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/fetch/index.d.ts b/apps/angular/node_modules/rxjs/dist/types/fetch/index.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/fetch/index.d.ts rename to apps/angular/node_modules/rxjs/dist/types/fetch/index.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/fetch/index.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/fetch/index.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/fetch/index.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/fetch/index.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/index.d.ts b/apps/angular/node_modules/rxjs/dist/types/index.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/index.d.ts rename to apps/angular/node_modules/rxjs/dist/types/index.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/index.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/index.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/index.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/index.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/AnyCatcher.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/AnyCatcher.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/AnyCatcher.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/AnyCatcher.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/AnyCatcher.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/AnyCatcher.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/AnyCatcher.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/AnyCatcher.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/AsyncSubject.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/AsyncSubject.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/AsyncSubject.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/AsyncSubject.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/AsyncSubject.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/AsyncSubject.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/AsyncSubject.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/AsyncSubject.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/BehaviorSubject.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/BehaviorSubject.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/BehaviorSubject.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/BehaviorSubject.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/BehaviorSubject.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/BehaviorSubject.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/BehaviorSubject.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/BehaviorSubject.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/Notification.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/Notification.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/Notification.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/Notification.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/Notification.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/Notification.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/Notification.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/Notification.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/NotificationFactories.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/NotificationFactories.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/NotificationFactories.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/NotificationFactories.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/NotificationFactories.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/NotificationFactories.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/NotificationFactories.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/NotificationFactories.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/Observable.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/Observable.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/Observable.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/Observable.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/Observable.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/Observable.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/Observable.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/Observable.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/Operator.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/Operator.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/Operator.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/Operator.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/Operator.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/Operator.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/Operator.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/Operator.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/ReplaySubject.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/ReplaySubject.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/ReplaySubject.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/ReplaySubject.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/ReplaySubject.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/ReplaySubject.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/ReplaySubject.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/ReplaySubject.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/Scheduler.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/Scheduler.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/Scheduler.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/Scheduler.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/Scheduler.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/Scheduler.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/Scheduler.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/Scheduler.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/Subject.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/Subject.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/Subject.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/Subject.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/Subject.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/Subject.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/Subject.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/Subject.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/Subscriber.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/Subscriber.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/Subscriber.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/Subscriber.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/Subscriber.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/Subscriber.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/Subscriber.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/Subscriber.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/Subscription.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/Subscription.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/Subscription.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/Subscription.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/Subscription.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/Subscription.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/Subscription.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/Subscription.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/ajax/AjaxResponse.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/ajax/AjaxResponse.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/ajax/AjaxResponse.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/ajax/AjaxResponse.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/ajax/AjaxResponse.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/ajax/AjaxResponse.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/ajax/AjaxResponse.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/ajax/AjaxResponse.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/ajax/ajax.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/ajax/ajax.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/ajax/ajax.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/ajax/ajax.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/ajax/ajax.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/ajax/ajax.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/ajax/ajax.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/ajax/ajax.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/ajax/errors.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/ajax/errors.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/ajax/errors.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/ajax/errors.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/ajax/errors.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/ajax/errors.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/ajax/errors.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/ajax/errors.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/ajax/getXHRResponse.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/ajax/getXHRResponse.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/ajax/getXHRResponse.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/ajax/getXHRResponse.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/ajax/getXHRResponse.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/ajax/getXHRResponse.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/ajax/getXHRResponse.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/ajax/getXHRResponse.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/ajax/types.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/ajax/types.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/ajax/types.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/ajax/types.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/ajax/types.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/ajax/types.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/ajax/types.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/ajax/types.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/config.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/config.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/config.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/config.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/config.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/config.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/config.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/config.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/firstValueFrom.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/firstValueFrom.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/firstValueFrom.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/firstValueFrom.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/firstValueFrom.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/firstValueFrom.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/firstValueFrom.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/firstValueFrom.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/lastValueFrom.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/lastValueFrom.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/lastValueFrom.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/lastValueFrom.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/lastValueFrom.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/lastValueFrom.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/lastValueFrom.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/lastValueFrom.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/ConnectableObservable.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/observable/ConnectableObservable.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/ConnectableObservable.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/ConnectableObservable.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/ConnectableObservable.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/observable/ConnectableObservable.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/ConnectableObservable.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/ConnectableObservable.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/bindCallback.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/observable/bindCallback.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/bindCallback.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/bindCallback.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/bindCallback.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/observable/bindCallback.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/bindCallback.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/bindCallback.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/bindCallbackInternals.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/observable/bindCallbackInternals.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/bindCallbackInternals.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/bindCallbackInternals.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/bindCallbackInternals.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/observable/bindCallbackInternals.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/bindCallbackInternals.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/bindCallbackInternals.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/bindNodeCallback.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/observable/bindNodeCallback.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/bindNodeCallback.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/bindNodeCallback.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/bindNodeCallback.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/observable/bindNodeCallback.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/bindNodeCallback.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/bindNodeCallback.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/combineLatest.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/observable/combineLatest.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/combineLatest.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/combineLatest.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/combineLatest.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/observable/combineLatest.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/combineLatest.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/combineLatest.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/concat.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/observable/concat.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/concat.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/concat.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/concat.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/observable/concat.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/concat.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/concat.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/connectable.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/observable/connectable.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/connectable.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/connectable.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/connectable.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/observable/connectable.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/connectable.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/connectable.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/defer.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/observable/defer.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/defer.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/defer.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/defer.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/observable/defer.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/defer.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/defer.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/dom/WebSocketSubject.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/observable/dom/WebSocketSubject.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/dom/WebSocketSubject.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/dom/WebSocketSubject.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/dom/WebSocketSubject.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/observable/dom/WebSocketSubject.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/dom/WebSocketSubject.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/dom/WebSocketSubject.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/dom/animationFrames.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/observable/dom/animationFrames.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/dom/animationFrames.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/dom/animationFrames.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/dom/animationFrames.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/observable/dom/animationFrames.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/dom/animationFrames.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/dom/animationFrames.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/dom/fetch.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/observable/dom/fetch.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/dom/fetch.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/dom/fetch.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/dom/fetch.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/observable/dom/fetch.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/dom/fetch.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/dom/fetch.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/dom/webSocket.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/observable/dom/webSocket.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/dom/webSocket.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/dom/webSocket.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/dom/webSocket.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/observable/dom/webSocket.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/dom/webSocket.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/dom/webSocket.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/empty.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/observable/empty.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/empty.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/empty.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/empty.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/observable/empty.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/empty.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/empty.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/forkJoin.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/observable/forkJoin.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/forkJoin.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/forkJoin.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/forkJoin.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/observable/forkJoin.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/forkJoin.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/forkJoin.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/from.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/observable/from.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/from.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/from.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/from.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/observable/from.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/from.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/from.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/fromEvent.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/observable/fromEvent.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/fromEvent.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/fromEvent.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/fromEvent.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/observable/fromEvent.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/fromEvent.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/fromEvent.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/fromEventPattern.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/observable/fromEventPattern.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/fromEventPattern.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/fromEventPattern.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/fromEventPattern.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/observable/fromEventPattern.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/fromEventPattern.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/fromEventPattern.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/fromSubscribable.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/observable/fromSubscribable.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/fromSubscribable.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/fromSubscribable.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/fromSubscribable.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/observable/fromSubscribable.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/fromSubscribable.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/fromSubscribable.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/generate.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/observable/generate.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/generate.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/generate.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/generate.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/observable/generate.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/generate.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/generate.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/iif.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/observable/iif.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/iif.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/iif.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/iif.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/observable/iif.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/iif.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/iif.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/innerFrom.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/observable/innerFrom.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/innerFrom.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/innerFrom.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/innerFrom.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/observable/innerFrom.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/innerFrom.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/innerFrom.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/interval.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/observable/interval.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/interval.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/interval.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/interval.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/observable/interval.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/interval.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/interval.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/merge.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/observable/merge.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/merge.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/merge.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/merge.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/observable/merge.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/merge.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/merge.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/never.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/observable/never.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/never.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/never.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/never.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/observable/never.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/never.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/never.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/of.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/observable/of.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/of.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/of.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/of.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/observable/of.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/of.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/of.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/onErrorResumeNext.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/observable/onErrorResumeNext.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/onErrorResumeNext.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/onErrorResumeNext.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/onErrorResumeNext.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/observable/onErrorResumeNext.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/onErrorResumeNext.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/onErrorResumeNext.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/pairs.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/observable/pairs.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/pairs.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/pairs.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/pairs.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/observable/pairs.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/pairs.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/pairs.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/partition.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/observable/partition.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/partition.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/partition.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/partition.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/observable/partition.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/partition.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/partition.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/race.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/observable/race.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/race.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/race.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/race.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/observable/race.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/race.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/race.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/range.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/observable/range.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/range.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/range.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/range.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/observable/range.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/range.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/range.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/throwError.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/observable/throwError.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/throwError.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/throwError.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/throwError.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/observable/throwError.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/throwError.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/throwError.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/timer.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/observable/timer.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/timer.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/timer.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/timer.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/observable/timer.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/timer.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/timer.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/using.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/observable/using.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/using.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/using.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/using.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/observable/using.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/using.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/using.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/zip.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/observable/zip.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/zip.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/zip.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/observable/zip.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/observable/zip.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/observable/zip.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/observable/zip.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/OperatorSubscriber.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/OperatorSubscriber.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/OperatorSubscriber.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/OperatorSubscriber.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/OperatorSubscriber.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/OperatorSubscriber.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/OperatorSubscriber.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/OperatorSubscriber.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/audit.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/audit.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/audit.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/audit.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/audit.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/audit.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/audit.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/audit.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/auditTime.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/auditTime.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/auditTime.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/auditTime.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/auditTime.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/auditTime.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/auditTime.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/auditTime.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/buffer.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/buffer.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/buffer.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/buffer.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/buffer.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/buffer.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/buffer.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/buffer.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/bufferCount.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/bufferCount.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/bufferCount.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/bufferCount.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/bufferCount.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/bufferCount.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/bufferCount.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/bufferCount.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/bufferTime.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/bufferTime.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/bufferTime.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/bufferTime.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/bufferTime.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/bufferTime.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/bufferTime.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/bufferTime.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/bufferToggle.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/bufferToggle.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/bufferToggle.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/bufferToggle.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/bufferToggle.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/bufferToggle.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/bufferToggle.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/bufferToggle.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/bufferWhen.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/bufferWhen.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/bufferWhen.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/bufferWhen.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/bufferWhen.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/bufferWhen.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/bufferWhen.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/bufferWhen.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/catchError.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/catchError.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/catchError.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/catchError.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/catchError.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/catchError.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/catchError.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/catchError.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/combineAll.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/combineAll.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/combineAll.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/combineAll.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/combineAll.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/combineAll.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/combineAll.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/combineAll.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/combineLatest.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/combineLatest.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/combineLatest.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/combineLatest.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/combineLatest.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/combineLatest.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/combineLatest.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/combineLatest.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/combineLatestAll.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/combineLatestAll.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/combineLatestAll.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/combineLatestAll.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/combineLatestAll.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/combineLatestAll.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/combineLatestAll.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/combineLatestAll.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/combineLatestWith.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/combineLatestWith.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/combineLatestWith.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/combineLatestWith.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/combineLatestWith.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/combineLatestWith.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/combineLatestWith.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/combineLatestWith.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/concat.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/concat.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/concat.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/concat.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/concat.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/concat.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/concat.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/concat.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/concatAll.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/concatAll.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/concatAll.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/concatAll.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/concatAll.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/concatAll.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/concatAll.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/concatAll.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/concatMap.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/concatMap.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/concatMap.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/concatMap.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/concatMap.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/concatMap.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/concatMap.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/concatMap.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/concatMapTo.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/concatMapTo.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/concatMapTo.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/concatMapTo.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/concatMapTo.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/concatMapTo.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/concatMapTo.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/concatMapTo.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/concatWith.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/concatWith.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/concatWith.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/concatWith.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/concatWith.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/concatWith.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/concatWith.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/concatWith.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/connect.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/connect.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/connect.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/connect.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/connect.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/connect.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/connect.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/connect.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/count.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/count.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/count.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/count.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/count.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/count.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/count.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/count.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/debounce.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/debounce.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/debounce.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/debounce.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/debounce.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/debounce.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/debounce.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/debounce.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/debounceTime.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/debounceTime.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/debounceTime.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/debounceTime.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/debounceTime.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/debounceTime.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/debounceTime.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/debounceTime.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/defaultIfEmpty.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/defaultIfEmpty.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/defaultIfEmpty.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/defaultIfEmpty.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/defaultIfEmpty.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/defaultIfEmpty.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/defaultIfEmpty.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/defaultIfEmpty.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/delay.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/delay.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/delay.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/delay.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/delay.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/delay.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/delay.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/delay.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/delayWhen.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/delayWhen.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/delayWhen.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/delayWhen.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/delayWhen.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/delayWhen.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/delayWhen.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/delayWhen.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/dematerialize.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/dematerialize.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/dematerialize.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/dematerialize.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/dematerialize.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/dematerialize.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/dematerialize.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/dematerialize.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/distinct.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/distinct.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/distinct.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/distinct.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/distinct.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/distinct.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/distinct.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/distinct.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/distinctUntilChanged.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/distinctUntilChanged.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/distinctUntilChanged.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/distinctUntilChanged.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/distinctUntilChanged.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/distinctUntilChanged.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/distinctUntilChanged.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/distinctUntilChanged.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/distinctUntilKeyChanged.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/distinctUntilKeyChanged.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/distinctUntilKeyChanged.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/distinctUntilKeyChanged.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/distinctUntilKeyChanged.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/distinctUntilKeyChanged.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/distinctUntilKeyChanged.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/distinctUntilKeyChanged.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/elementAt.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/elementAt.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/elementAt.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/elementAt.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/elementAt.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/elementAt.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/elementAt.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/elementAt.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/endWith.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/endWith.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/endWith.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/endWith.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/endWith.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/endWith.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/endWith.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/endWith.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/every.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/every.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/every.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/every.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/every.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/every.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/every.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/every.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/exhaust.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/exhaust.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/exhaust.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/exhaust.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/exhaust.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/exhaust.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/exhaust.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/exhaust.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/exhaustAll.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/exhaustAll.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/exhaustAll.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/exhaustAll.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/exhaustAll.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/exhaustAll.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/exhaustAll.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/exhaustAll.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/exhaustMap.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/exhaustMap.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/exhaustMap.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/exhaustMap.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/exhaustMap.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/exhaustMap.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/exhaustMap.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/exhaustMap.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/expand.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/expand.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/expand.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/expand.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/expand.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/expand.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/expand.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/expand.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/filter.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/filter.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/filter.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/filter.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/filter.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/filter.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/filter.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/filter.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/finalize.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/finalize.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/finalize.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/finalize.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/finalize.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/finalize.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/finalize.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/finalize.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/find.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/find.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/find.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/find.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/find.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/find.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/find.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/find.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/findIndex.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/findIndex.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/findIndex.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/findIndex.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/findIndex.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/findIndex.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/findIndex.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/findIndex.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/first.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/first.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/first.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/first.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/first.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/first.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/first.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/first.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/flatMap.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/flatMap.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/flatMap.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/flatMap.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/flatMap.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/flatMap.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/flatMap.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/flatMap.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/groupBy.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/groupBy.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/groupBy.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/groupBy.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/groupBy.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/groupBy.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/groupBy.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/groupBy.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/ignoreElements.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/ignoreElements.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/ignoreElements.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/ignoreElements.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/ignoreElements.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/ignoreElements.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/ignoreElements.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/ignoreElements.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/isEmpty.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/isEmpty.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/isEmpty.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/isEmpty.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/isEmpty.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/isEmpty.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/isEmpty.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/isEmpty.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/joinAllInternals.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/joinAllInternals.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/joinAllInternals.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/joinAllInternals.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/joinAllInternals.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/joinAllInternals.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/joinAllInternals.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/joinAllInternals.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/last.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/last.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/last.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/last.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/last.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/last.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/last.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/last.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/map.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/map.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/map.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/map.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/map.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/map.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/map.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/map.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/mapTo.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/mapTo.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/mapTo.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/mapTo.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/mapTo.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/mapTo.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/mapTo.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/mapTo.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/materialize.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/materialize.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/materialize.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/materialize.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/materialize.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/materialize.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/materialize.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/materialize.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/max.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/max.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/max.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/max.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/max.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/max.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/max.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/max.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/merge.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/merge.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/merge.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/merge.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/merge.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/merge.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/merge.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/merge.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/mergeAll.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/mergeAll.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/mergeAll.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/mergeAll.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/mergeAll.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/mergeAll.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/mergeAll.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/mergeAll.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/mergeInternals.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/mergeInternals.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/mergeInternals.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/mergeInternals.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/mergeInternals.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/mergeInternals.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/mergeInternals.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/mergeInternals.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/mergeMap.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/mergeMap.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/mergeMap.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/mergeMap.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/mergeMap.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/mergeMap.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/mergeMap.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/mergeMap.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/mergeMapTo.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/mergeMapTo.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/mergeMapTo.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/mergeMapTo.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/mergeMapTo.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/mergeMapTo.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/mergeMapTo.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/mergeMapTo.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/mergeScan.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/mergeScan.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/mergeScan.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/mergeScan.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/mergeScan.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/mergeScan.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/mergeScan.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/mergeScan.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/mergeWith.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/mergeWith.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/mergeWith.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/mergeWith.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/mergeWith.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/mergeWith.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/mergeWith.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/mergeWith.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/min.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/min.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/min.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/min.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/min.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/min.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/min.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/min.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/multicast.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/multicast.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/multicast.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/multicast.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/multicast.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/multicast.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/multicast.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/multicast.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/observeOn.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/observeOn.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/observeOn.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/observeOn.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/observeOn.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/observeOn.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/observeOn.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/observeOn.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/onErrorResumeNextWith.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/onErrorResumeNextWith.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/onErrorResumeNextWith.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/onErrorResumeNextWith.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/onErrorResumeNextWith.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/onErrorResumeNextWith.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/onErrorResumeNextWith.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/onErrorResumeNextWith.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/pairwise.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/pairwise.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/pairwise.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/pairwise.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/pairwise.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/pairwise.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/pairwise.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/pairwise.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/partition.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/partition.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/partition.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/partition.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/partition.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/partition.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/partition.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/partition.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/pluck.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/pluck.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/pluck.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/pluck.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/pluck.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/pluck.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/pluck.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/pluck.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/publish.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/publish.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/publish.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/publish.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/publish.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/publish.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/publish.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/publish.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/publishBehavior.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/publishBehavior.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/publishBehavior.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/publishBehavior.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/publishBehavior.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/publishBehavior.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/publishBehavior.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/publishBehavior.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/publishLast.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/publishLast.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/publishLast.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/publishLast.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/publishLast.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/publishLast.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/publishLast.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/publishLast.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/publishReplay.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/publishReplay.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/publishReplay.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/publishReplay.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/publishReplay.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/publishReplay.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/publishReplay.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/publishReplay.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/race.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/race.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/race.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/race.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/race.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/race.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/race.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/race.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/raceWith.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/raceWith.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/raceWith.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/raceWith.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/raceWith.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/raceWith.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/raceWith.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/raceWith.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/reduce.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/reduce.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/reduce.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/reduce.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/reduce.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/reduce.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/reduce.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/reduce.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/refCount.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/refCount.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/refCount.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/refCount.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/refCount.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/refCount.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/refCount.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/refCount.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/repeat.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/repeat.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/repeat.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/repeat.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/repeat.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/repeat.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/repeat.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/repeat.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/repeatWhen.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/repeatWhen.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/repeatWhen.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/repeatWhen.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/repeatWhen.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/repeatWhen.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/repeatWhen.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/repeatWhen.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/retry.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/retry.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/retry.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/retry.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/retry.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/retry.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/retry.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/retry.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/retryWhen.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/retryWhen.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/retryWhen.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/retryWhen.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/retryWhen.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/retryWhen.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/retryWhen.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/retryWhen.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/sample.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/sample.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/sample.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/sample.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/sample.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/sample.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/sample.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/sample.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/sampleTime.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/sampleTime.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/sampleTime.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/sampleTime.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/sampleTime.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/sampleTime.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/sampleTime.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/sampleTime.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/scan.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/scan.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/scan.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/scan.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/scan.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/scan.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/scan.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/scan.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/scanInternals.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/scanInternals.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/scanInternals.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/scanInternals.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/scanInternals.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/scanInternals.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/scanInternals.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/scanInternals.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/sequenceEqual.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/sequenceEqual.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/sequenceEqual.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/sequenceEqual.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/sequenceEqual.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/sequenceEqual.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/sequenceEqual.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/sequenceEqual.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/share.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/share.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/share.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/share.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/share.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/share.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/share.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/share.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/shareReplay.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/shareReplay.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/shareReplay.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/shareReplay.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/shareReplay.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/shareReplay.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/shareReplay.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/shareReplay.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/single.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/single.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/single.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/single.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/single.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/single.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/single.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/single.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/skip.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/skip.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/skip.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/skip.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/skip.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/skip.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/skip.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/skip.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/skipLast.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/skipLast.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/skipLast.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/skipLast.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/skipLast.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/skipLast.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/skipLast.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/skipLast.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/skipUntil.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/skipUntil.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/skipUntil.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/skipUntil.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/skipUntil.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/skipUntil.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/skipUntil.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/skipUntil.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/skipWhile.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/skipWhile.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/skipWhile.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/skipWhile.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/skipWhile.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/skipWhile.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/skipWhile.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/skipWhile.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/startWith.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/startWith.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/startWith.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/startWith.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/startWith.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/startWith.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/startWith.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/startWith.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/subscribeOn.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/subscribeOn.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/subscribeOn.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/subscribeOn.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/subscribeOn.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/subscribeOn.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/subscribeOn.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/subscribeOn.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/switchAll.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/switchAll.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/switchAll.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/switchAll.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/switchAll.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/switchAll.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/switchAll.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/switchAll.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/switchMap.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/switchMap.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/switchMap.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/switchMap.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/switchMap.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/switchMap.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/switchMap.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/switchMap.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/switchMapTo.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/switchMapTo.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/switchMapTo.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/switchMapTo.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/switchMapTo.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/switchMapTo.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/switchMapTo.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/switchMapTo.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/switchScan.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/switchScan.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/switchScan.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/switchScan.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/switchScan.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/switchScan.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/switchScan.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/switchScan.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/take.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/take.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/take.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/take.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/take.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/take.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/take.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/take.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/takeLast.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/takeLast.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/takeLast.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/takeLast.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/takeLast.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/takeLast.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/takeLast.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/takeLast.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/takeUntil.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/takeUntil.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/takeUntil.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/takeUntil.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/takeUntil.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/takeUntil.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/takeUntil.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/takeUntil.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/takeWhile.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/takeWhile.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/takeWhile.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/takeWhile.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/takeWhile.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/takeWhile.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/takeWhile.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/takeWhile.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/tap.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/tap.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/tap.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/tap.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/tap.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/tap.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/tap.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/tap.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/throttle.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/throttle.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/throttle.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/throttle.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/throttle.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/throttle.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/throttle.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/throttle.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/throttleTime.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/throttleTime.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/throttleTime.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/throttleTime.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/throttleTime.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/throttleTime.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/throttleTime.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/throttleTime.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/throwIfEmpty.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/throwIfEmpty.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/throwIfEmpty.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/throwIfEmpty.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/throwIfEmpty.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/throwIfEmpty.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/throwIfEmpty.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/throwIfEmpty.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/timeInterval.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/timeInterval.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/timeInterval.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/timeInterval.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/timeInterval.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/timeInterval.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/timeInterval.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/timeInterval.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/timeout.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/timeout.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/timeout.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/timeout.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/timeout.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/timeout.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/timeout.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/timeout.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/timeoutWith.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/timeoutWith.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/timeoutWith.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/timeoutWith.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/timeoutWith.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/timeoutWith.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/timeoutWith.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/timeoutWith.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/timestamp.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/timestamp.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/timestamp.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/timestamp.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/timestamp.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/timestamp.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/timestamp.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/timestamp.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/toArray.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/toArray.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/toArray.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/toArray.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/toArray.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/toArray.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/toArray.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/toArray.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/window.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/window.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/window.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/window.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/window.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/window.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/window.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/window.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/windowCount.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/windowCount.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/windowCount.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/windowCount.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/windowCount.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/windowCount.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/windowCount.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/windowCount.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/windowTime.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/windowTime.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/windowTime.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/windowTime.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/windowTime.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/windowTime.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/windowTime.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/windowTime.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/windowToggle.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/windowToggle.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/windowToggle.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/windowToggle.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/windowToggle.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/windowToggle.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/windowToggle.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/windowToggle.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/windowWhen.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/windowWhen.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/windowWhen.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/windowWhen.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/windowWhen.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/windowWhen.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/windowWhen.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/windowWhen.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/withLatestFrom.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/withLatestFrom.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/withLatestFrom.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/withLatestFrom.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/withLatestFrom.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/withLatestFrom.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/withLatestFrom.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/withLatestFrom.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/zip.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/zip.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/zip.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/zip.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/zip.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/zip.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/zip.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/zip.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/zipAll.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/zipAll.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/zipAll.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/zipAll.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/zipAll.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/zipAll.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/zipAll.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/zipAll.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/zipWith.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/operators/zipWith.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/zipWith.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/zipWith.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/operators/zipWith.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/operators/zipWith.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/operators/zipWith.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/operators/zipWith.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduled/scheduleArray.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/scheduled/scheduleArray.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduled/scheduleArray.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduled/scheduleArray.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduled/scheduleArray.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/scheduled/scheduleArray.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduled/scheduleArray.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduled/scheduleArray.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduled/scheduleAsyncIterable.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/scheduled/scheduleAsyncIterable.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduled/scheduleAsyncIterable.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduled/scheduleAsyncIterable.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduled/scheduleAsyncIterable.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/scheduled/scheduleAsyncIterable.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduled/scheduleAsyncIterable.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduled/scheduleAsyncIterable.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduled/scheduleIterable.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/scheduled/scheduleIterable.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduled/scheduleIterable.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduled/scheduleIterable.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduled/scheduleIterable.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/scheduled/scheduleIterable.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduled/scheduleIterable.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduled/scheduleIterable.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduled/scheduleObservable.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/scheduled/scheduleObservable.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduled/scheduleObservable.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduled/scheduleObservable.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduled/scheduleObservable.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/scheduled/scheduleObservable.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduled/scheduleObservable.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduled/scheduleObservable.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduled/schedulePromise.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/scheduled/schedulePromise.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduled/schedulePromise.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduled/schedulePromise.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduled/schedulePromise.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/scheduled/schedulePromise.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduled/schedulePromise.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduled/schedulePromise.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduled/scheduleReadableStreamLike.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/scheduled/scheduleReadableStreamLike.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduled/scheduleReadableStreamLike.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduled/scheduleReadableStreamLike.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduled/scheduleReadableStreamLike.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/scheduled/scheduleReadableStreamLike.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduled/scheduleReadableStreamLike.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduled/scheduleReadableStreamLike.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduled/scheduled.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/scheduled/scheduled.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduled/scheduled.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduled/scheduled.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduled/scheduled.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/scheduled/scheduled.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduled/scheduled.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduled/scheduled.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduler/Action.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/scheduler/Action.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduler/Action.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduler/Action.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduler/Action.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/scheduler/Action.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduler/Action.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduler/Action.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduler/AnimationFrameAction.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/scheduler/AnimationFrameAction.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduler/AnimationFrameAction.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduler/AnimationFrameAction.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduler/AnimationFrameAction.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/scheduler/AnimationFrameAction.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduler/AnimationFrameAction.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduler/AnimationFrameAction.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduler/AnimationFrameScheduler.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/scheduler/AnimationFrameScheduler.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduler/AnimationFrameScheduler.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduler/AnimationFrameScheduler.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduler/AnimationFrameScheduler.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/scheduler/AnimationFrameScheduler.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduler/AnimationFrameScheduler.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduler/AnimationFrameScheduler.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduler/AsapAction.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/scheduler/AsapAction.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduler/AsapAction.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduler/AsapAction.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduler/AsapAction.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/scheduler/AsapAction.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduler/AsapAction.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduler/AsapAction.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduler/AsapScheduler.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/scheduler/AsapScheduler.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduler/AsapScheduler.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduler/AsapScheduler.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduler/AsapScheduler.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/scheduler/AsapScheduler.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduler/AsapScheduler.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduler/AsapScheduler.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduler/AsyncAction.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/scheduler/AsyncAction.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduler/AsyncAction.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduler/AsyncAction.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduler/AsyncAction.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/scheduler/AsyncAction.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduler/AsyncAction.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduler/AsyncAction.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduler/AsyncScheduler.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/scheduler/AsyncScheduler.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduler/AsyncScheduler.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduler/AsyncScheduler.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduler/AsyncScheduler.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/scheduler/AsyncScheduler.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduler/AsyncScheduler.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduler/AsyncScheduler.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduler/QueueAction.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/scheduler/QueueAction.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduler/QueueAction.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduler/QueueAction.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduler/QueueAction.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/scheduler/QueueAction.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduler/QueueAction.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduler/QueueAction.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduler/QueueScheduler.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/scheduler/QueueScheduler.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduler/QueueScheduler.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduler/QueueScheduler.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduler/QueueScheduler.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/scheduler/QueueScheduler.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduler/QueueScheduler.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduler/QueueScheduler.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduler/VirtualTimeScheduler.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/scheduler/VirtualTimeScheduler.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduler/VirtualTimeScheduler.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduler/VirtualTimeScheduler.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduler/VirtualTimeScheduler.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/scheduler/VirtualTimeScheduler.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduler/VirtualTimeScheduler.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduler/VirtualTimeScheduler.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduler/animationFrame.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/scheduler/animationFrame.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduler/animationFrame.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduler/animationFrame.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduler/animationFrame.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/scheduler/animationFrame.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduler/animationFrame.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduler/animationFrame.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduler/animationFrameProvider.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/scheduler/animationFrameProvider.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduler/animationFrameProvider.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduler/animationFrameProvider.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduler/animationFrameProvider.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/scheduler/animationFrameProvider.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduler/animationFrameProvider.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduler/animationFrameProvider.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduler/asap.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/scheduler/asap.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduler/asap.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduler/asap.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduler/asap.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/scheduler/asap.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduler/asap.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduler/asap.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduler/async.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/scheduler/async.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduler/async.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduler/async.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduler/async.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/scheduler/async.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduler/async.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduler/async.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduler/dateTimestampProvider.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/scheduler/dateTimestampProvider.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduler/dateTimestampProvider.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduler/dateTimestampProvider.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduler/dateTimestampProvider.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/scheduler/dateTimestampProvider.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduler/dateTimestampProvider.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduler/dateTimestampProvider.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduler/immediateProvider.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/scheduler/immediateProvider.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduler/immediateProvider.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduler/immediateProvider.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduler/immediateProvider.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/scheduler/immediateProvider.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduler/immediateProvider.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduler/immediateProvider.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduler/intervalProvider.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/scheduler/intervalProvider.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduler/intervalProvider.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduler/intervalProvider.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduler/intervalProvider.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/scheduler/intervalProvider.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduler/intervalProvider.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduler/intervalProvider.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduler/performanceTimestampProvider.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/scheduler/performanceTimestampProvider.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduler/performanceTimestampProvider.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduler/performanceTimestampProvider.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduler/performanceTimestampProvider.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/scheduler/performanceTimestampProvider.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduler/performanceTimestampProvider.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduler/performanceTimestampProvider.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduler/queue.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/scheduler/queue.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduler/queue.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduler/queue.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduler/queue.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/scheduler/queue.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduler/queue.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduler/queue.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduler/timeoutProvider.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/scheduler/timeoutProvider.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduler/timeoutProvider.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduler/timeoutProvider.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduler/timeoutProvider.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/scheduler/timeoutProvider.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduler/timeoutProvider.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduler/timeoutProvider.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduler/timerHandle.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/scheduler/timerHandle.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduler/timerHandle.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduler/timerHandle.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/scheduler/timerHandle.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/scheduler/timerHandle.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/scheduler/timerHandle.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/scheduler/timerHandle.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/symbol/iterator.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/symbol/iterator.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/symbol/iterator.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/symbol/iterator.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/symbol/iterator.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/symbol/iterator.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/symbol/iterator.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/symbol/iterator.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/symbol/observable.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/symbol/observable.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/symbol/observable.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/symbol/observable.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/symbol/observable.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/symbol/observable.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/symbol/observable.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/symbol/observable.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/testing/ColdObservable.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/testing/ColdObservable.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/testing/ColdObservable.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/testing/ColdObservable.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/testing/ColdObservable.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/testing/ColdObservable.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/testing/ColdObservable.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/testing/ColdObservable.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/testing/HotObservable.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/testing/HotObservable.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/testing/HotObservable.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/testing/HotObservable.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/testing/HotObservable.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/testing/HotObservable.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/testing/HotObservable.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/testing/HotObservable.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/testing/SubscriptionLog.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/testing/SubscriptionLog.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/testing/SubscriptionLog.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/testing/SubscriptionLog.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/testing/SubscriptionLog.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/testing/SubscriptionLog.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/testing/SubscriptionLog.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/testing/SubscriptionLog.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/testing/SubscriptionLoggable.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/testing/SubscriptionLoggable.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/testing/SubscriptionLoggable.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/testing/SubscriptionLoggable.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/testing/SubscriptionLoggable.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/testing/SubscriptionLoggable.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/testing/SubscriptionLoggable.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/testing/SubscriptionLoggable.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/testing/TestMessage.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/testing/TestMessage.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/testing/TestMessage.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/testing/TestMessage.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/testing/TestMessage.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/testing/TestMessage.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/testing/TestMessage.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/testing/TestMessage.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/testing/TestScheduler.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/testing/TestScheduler.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/testing/TestScheduler.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/testing/TestScheduler.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/testing/TestScheduler.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/testing/TestScheduler.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/testing/TestScheduler.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/testing/TestScheduler.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/types.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/types.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/types.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/types.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/types.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/types.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/types.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/types.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/ArgumentOutOfRangeError.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/util/ArgumentOutOfRangeError.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/ArgumentOutOfRangeError.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/util/ArgumentOutOfRangeError.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/ArgumentOutOfRangeError.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/util/ArgumentOutOfRangeError.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/ArgumentOutOfRangeError.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/util/ArgumentOutOfRangeError.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/EmptyError.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/util/EmptyError.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/EmptyError.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/util/EmptyError.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/EmptyError.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/util/EmptyError.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/EmptyError.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/util/EmptyError.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/Immediate.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/util/Immediate.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/Immediate.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/util/Immediate.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/Immediate.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/util/Immediate.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/Immediate.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/util/Immediate.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/NotFoundError.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/util/NotFoundError.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/NotFoundError.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/util/NotFoundError.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/NotFoundError.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/util/NotFoundError.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/NotFoundError.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/util/NotFoundError.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/ObjectUnsubscribedError.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/util/ObjectUnsubscribedError.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/ObjectUnsubscribedError.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/util/ObjectUnsubscribedError.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/ObjectUnsubscribedError.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/util/ObjectUnsubscribedError.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/ObjectUnsubscribedError.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/util/ObjectUnsubscribedError.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/SequenceError.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/util/SequenceError.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/SequenceError.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/util/SequenceError.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/SequenceError.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/util/SequenceError.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/SequenceError.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/util/SequenceError.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/UnsubscriptionError.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/util/UnsubscriptionError.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/UnsubscriptionError.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/util/UnsubscriptionError.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/UnsubscriptionError.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/util/UnsubscriptionError.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/UnsubscriptionError.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/util/UnsubscriptionError.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/applyMixins.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/util/applyMixins.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/applyMixins.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/util/applyMixins.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/applyMixins.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/util/applyMixins.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/applyMixins.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/util/applyMixins.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/args.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/util/args.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/args.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/util/args.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/args.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/util/args.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/args.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/util/args.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/argsArgArrayOrObject.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/util/argsArgArrayOrObject.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/argsArgArrayOrObject.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/util/argsArgArrayOrObject.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/argsArgArrayOrObject.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/util/argsArgArrayOrObject.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/argsArgArrayOrObject.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/util/argsArgArrayOrObject.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/argsOrArgArray.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/util/argsOrArgArray.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/argsOrArgArray.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/util/argsOrArgArray.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/argsOrArgArray.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/util/argsOrArgArray.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/argsOrArgArray.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/util/argsOrArgArray.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/arrRemove.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/util/arrRemove.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/arrRemove.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/util/arrRemove.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/arrRemove.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/util/arrRemove.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/arrRemove.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/util/arrRemove.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/createErrorClass.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/util/createErrorClass.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/createErrorClass.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/util/createErrorClass.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/createErrorClass.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/util/createErrorClass.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/createErrorClass.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/util/createErrorClass.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/createObject.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/util/createObject.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/createObject.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/util/createObject.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/createObject.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/util/createObject.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/createObject.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/util/createObject.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/errorContext.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/util/errorContext.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/errorContext.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/util/errorContext.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/errorContext.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/util/errorContext.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/errorContext.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/util/errorContext.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/executeSchedule.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/util/executeSchedule.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/executeSchedule.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/util/executeSchedule.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/executeSchedule.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/util/executeSchedule.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/executeSchedule.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/util/executeSchedule.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/identity.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/util/identity.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/identity.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/util/identity.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/identity.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/util/identity.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/identity.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/util/identity.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/isArrayLike.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/util/isArrayLike.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/isArrayLike.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/util/isArrayLike.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/isArrayLike.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/util/isArrayLike.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/isArrayLike.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/util/isArrayLike.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/isAsyncIterable.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/util/isAsyncIterable.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/isAsyncIterable.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/util/isAsyncIterable.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/isAsyncIterable.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/util/isAsyncIterable.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/isAsyncIterable.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/util/isAsyncIterable.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/isDate.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/util/isDate.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/isDate.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/util/isDate.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/isDate.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/util/isDate.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/isDate.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/util/isDate.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/isFunction.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/util/isFunction.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/isFunction.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/util/isFunction.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/isFunction.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/util/isFunction.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/isFunction.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/util/isFunction.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/isInteropObservable.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/util/isInteropObservable.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/isInteropObservable.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/util/isInteropObservable.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/isInteropObservable.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/util/isInteropObservable.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/isInteropObservable.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/util/isInteropObservable.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/isIterable.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/util/isIterable.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/isIterable.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/util/isIterable.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/isIterable.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/util/isIterable.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/isIterable.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/util/isIterable.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/isObservable.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/util/isObservable.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/isObservable.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/util/isObservable.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/isObservable.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/util/isObservable.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/isObservable.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/util/isObservable.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/isPromise.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/util/isPromise.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/isPromise.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/util/isPromise.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/isPromise.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/util/isPromise.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/isPromise.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/util/isPromise.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/isReadableStreamLike.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/util/isReadableStreamLike.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/isReadableStreamLike.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/util/isReadableStreamLike.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/isReadableStreamLike.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/util/isReadableStreamLike.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/isReadableStreamLike.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/util/isReadableStreamLike.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/isScheduler.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/util/isScheduler.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/isScheduler.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/util/isScheduler.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/isScheduler.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/util/isScheduler.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/isScheduler.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/util/isScheduler.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/lift.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/util/lift.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/lift.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/util/lift.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/lift.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/util/lift.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/lift.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/util/lift.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/mapOneOrManyArgs.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/util/mapOneOrManyArgs.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/mapOneOrManyArgs.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/util/mapOneOrManyArgs.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/mapOneOrManyArgs.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/util/mapOneOrManyArgs.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/mapOneOrManyArgs.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/util/mapOneOrManyArgs.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/noop.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/util/noop.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/noop.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/util/noop.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/noop.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/util/noop.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/noop.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/util/noop.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/not.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/util/not.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/not.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/util/not.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/not.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/util/not.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/not.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/util/not.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/pipe.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/util/pipe.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/pipe.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/util/pipe.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/pipe.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/util/pipe.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/pipe.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/util/pipe.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/reportUnhandledError.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/util/reportUnhandledError.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/reportUnhandledError.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/util/reportUnhandledError.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/reportUnhandledError.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/util/reportUnhandledError.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/reportUnhandledError.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/util/reportUnhandledError.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/subscribeToArray.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/util/subscribeToArray.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/subscribeToArray.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/util/subscribeToArray.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/subscribeToArray.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/util/subscribeToArray.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/subscribeToArray.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/util/subscribeToArray.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/throwUnobservableError.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/util/throwUnobservableError.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/throwUnobservableError.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/util/throwUnobservableError.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/throwUnobservableError.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/util/throwUnobservableError.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/throwUnobservableError.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/util/throwUnobservableError.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/workarounds.d.ts b/apps/angular/node_modules/rxjs/dist/types/internal/util/workarounds.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/workarounds.d.ts rename to apps/angular/node_modules/rxjs/dist/types/internal/util/workarounds.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/internal/util/workarounds.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/internal/util/workarounds.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/internal/util/workarounds.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/internal/util/workarounds.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/operators/index.d.ts b/apps/angular/node_modules/rxjs/dist/types/operators/index.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/operators/index.d.ts rename to apps/angular/node_modules/rxjs/dist/types/operators/index.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/operators/index.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/operators/index.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/operators/index.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/operators/index.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/testing/index.d.ts b/apps/angular/node_modules/rxjs/dist/types/testing/index.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/testing/index.d.ts rename to apps/angular/node_modules/rxjs/dist/types/testing/index.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/testing/index.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/testing/index.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/testing/index.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/testing/index.d.ts.map diff --git a/ClientApp/node_modules/rxjs/dist/types/webSocket/index.d.ts b/apps/angular/node_modules/rxjs/dist/types/webSocket/index.d.ts similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/webSocket/index.d.ts rename to apps/angular/node_modules/rxjs/dist/types/webSocket/index.d.ts diff --git a/ClientApp/node_modules/rxjs/dist/types/webSocket/index.d.ts.map b/apps/angular/node_modules/rxjs/dist/types/webSocket/index.d.ts.map similarity index 100% rename from ClientApp/node_modules/rxjs/dist/types/webSocket/index.d.ts.map rename to apps/angular/node_modules/rxjs/dist/types/webSocket/index.d.ts.map diff --git a/ClientApp/node_modules/rxjs/fetch/package.json b/apps/angular/node_modules/rxjs/fetch/package.json similarity index 100% rename from ClientApp/node_modules/rxjs/fetch/package.json rename to apps/angular/node_modules/rxjs/fetch/package.json diff --git a/ClientApp/node_modules/rxjs/operators/package.json b/apps/angular/node_modules/rxjs/operators/package.json similarity index 100% rename from ClientApp/node_modules/rxjs/operators/package.json rename to apps/angular/node_modules/rxjs/operators/package.json diff --git a/ClientApp/node_modules/rxjs/package.json b/apps/angular/node_modules/rxjs/package.json similarity index 100% rename from ClientApp/node_modules/rxjs/package.json rename to apps/angular/node_modules/rxjs/package.json diff --git a/ClientApp/node_modules/rxjs/src/Rx.global.js b/apps/angular/node_modules/rxjs/src/Rx.global.js similarity index 100% rename from ClientApp/node_modules/rxjs/src/Rx.global.js rename to apps/angular/node_modules/rxjs/src/Rx.global.js diff --git a/ClientApp/node_modules/rxjs/src/ajax/index.ts b/apps/angular/node_modules/rxjs/src/ajax/index.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/ajax/index.ts rename to apps/angular/node_modules/rxjs/src/ajax/index.ts diff --git a/ClientApp/node_modules/rxjs/src/fetch/index.ts b/apps/angular/node_modules/rxjs/src/fetch/index.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/fetch/index.ts rename to apps/angular/node_modules/rxjs/src/fetch/index.ts diff --git a/ClientApp/node_modules/rxjs/src/index.ts b/apps/angular/node_modules/rxjs/src/index.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/index.ts rename to apps/angular/node_modules/rxjs/src/index.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/AnyCatcher.ts b/apps/angular/node_modules/rxjs/src/internal/AnyCatcher.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/AnyCatcher.ts rename to apps/angular/node_modules/rxjs/src/internal/AnyCatcher.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/AsyncSubject.ts b/apps/angular/node_modules/rxjs/src/internal/AsyncSubject.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/AsyncSubject.ts rename to apps/angular/node_modules/rxjs/src/internal/AsyncSubject.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/BehaviorSubject.ts b/apps/angular/node_modules/rxjs/src/internal/BehaviorSubject.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/BehaviorSubject.ts rename to apps/angular/node_modules/rxjs/src/internal/BehaviorSubject.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/Notification.ts b/apps/angular/node_modules/rxjs/src/internal/Notification.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/Notification.ts rename to apps/angular/node_modules/rxjs/src/internal/Notification.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/NotificationFactories.ts b/apps/angular/node_modules/rxjs/src/internal/NotificationFactories.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/NotificationFactories.ts rename to apps/angular/node_modules/rxjs/src/internal/NotificationFactories.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/Observable.ts b/apps/angular/node_modules/rxjs/src/internal/Observable.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/Observable.ts rename to apps/angular/node_modules/rxjs/src/internal/Observable.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/Operator.ts b/apps/angular/node_modules/rxjs/src/internal/Operator.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/Operator.ts rename to apps/angular/node_modules/rxjs/src/internal/Operator.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/ReplaySubject.ts b/apps/angular/node_modules/rxjs/src/internal/ReplaySubject.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/ReplaySubject.ts rename to apps/angular/node_modules/rxjs/src/internal/ReplaySubject.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/Scheduler.ts b/apps/angular/node_modules/rxjs/src/internal/Scheduler.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/Scheduler.ts rename to apps/angular/node_modules/rxjs/src/internal/Scheduler.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/Subject.ts b/apps/angular/node_modules/rxjs/src/internal/Subject.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/Subject.ts rename to apps/angular/node_modules/rxjs/src/internal/Subject.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/Subscriber.ts b/apps/angular/node_modules/rxjs/src/internal/Subscriber.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/Subscriber.ts rename to apps/angular/node_modules/rxjs/src/internal/Subscriber.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/Subscription.ts b/apps/angular/node_modules/rxjs/src/internal/Subscription.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/Subscription.ts rename to apps/angular/node_modules/rxjs/src/internal/Subscription.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/ajax/AjaxResponse.ts b/apps/angular/node_modules/rxjs/src/internal/ajax/AjaxResponse.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/ajax/AjaxResponse.ts rename to apps/angular/node_modules/rxjs/src/internal/ajax/AjaxResponse.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/ajax/ajax.ts b/apps/angular/node_modules/rxjs/src/internal/ajax/ajax.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/ajax/ajax.ts rename to apps/angular/node_modules/rxjs/src/internal/ajax/ajax.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/ajax/errors.ts b/apps/angular/node_modules/rxjs/src/internal/ajax/errors.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/ajax/errors.ts rename to apps/angular/node_modules/rxjs/src/internal/ajax/errors.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/ajax/getXHRResponse.ts b/apps/angular/node_modules/rxjs/src/internal/ajax/getXHRResponse.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/ajax/getXHRResponse.ts rename to apps/angular/node_modules/rxjs/src/internal/ajax/getXHRResponse.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/ajax/types.ts b/apps/angular/node_modules/rxjs/src/internal/ajax/types.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/ajax/types.ts rename to apps/angular/node_modules/rxjs/src/internal/ajax/types.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/config.ts b/apps/angular/node_modules/rxjs/src/internal/config.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/config.ts rename to apps/angular/node_modules/rxjs/src/internal/config.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/firstValueFrom.ts b/apps/angular/node_modules/rxjs/src/internal/firstValueFrom.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/firstValueFrom.ts rename to apps/angular/node_modules/rxjs/src/internal/firstValueFrom.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/lastValueFrom.ts b/apps/angular/node_modules/rxjs/src/internal/lastValueFrom.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/lastValueFrom.ts rename to apps/angular/node_modules/rxjs/src/internal/lastValueFrom.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/observable/ConnectableObservable.ts b/apps/angular/node_modules/rxjs/src/internal/observable/ConnectableObservable.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/observable/ConnectableObservable.ts rename to apps/angular/node_modules/rxjs/src/internal/observable/ConnectableObservable.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/observable/bindCallback.ts b/apps/angular/node_modules/rxjs/src/internal/observable/bindCallback.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/observable/bindCallback.ts rename to apps/angular/node_modules/rxjs/src/internal/observable/bindCallback.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/observable/bindCallbackInternals.ts b/apps/angular/node_modules/rxjs/src/internal/observable/bindCallbackInternals.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/observable/bindCallbackInternals.ts rename to apps/angular/node_modules/rxjs/src/internal/observable/bindCallbackInternals.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/observable/bindNodeCallback.ts b/apps/angular/node_modules/rxjs/src/internal/observable/bindNodeCallback.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/observable/bindNodeCallback.ts rename to apps/angular/node_modules/rxjs/src/internal/observable/bindNodeCallback.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/observable/combineLatest.ts b/apps/angular/node_modules/rxjs/src/internal/observable/combineLatest.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/observable/combineLatest.ts rename to apps/angular/node_modules/rxjs/src/internal/observable/combineLatest.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/observable/concat.ts b/apps/angular/node_modules/rxjs/src/internal/observable/concat.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/observable/concat.ts rename to apps/angular/node_modules/rxjs/src/internal/observable/concat.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/observable/connectable.ts b/apps/angular/node_modules/rxjs/src/internal/observable/connectable.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/observable/connectable.ts rename to apps/angular/node_modules/rxjs/src/internal/observable/connectable.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/observable/defer.ts b/apps/angular/node_modules/rxjs/src/internal/observable/defer.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/observable/defer.ts rename to apps/angular/node_modules/rxjs/src/internal/observable/defer.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/observable/dom/WebSocketSubject.ts b/apps/angular/node_modules/rxjs/src/internal/observable/dom/WebSocketSubject.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/observable/dom/WebSocketSubject.ts rename to apps/angular/node_modules/rxjs/src/internal/observable/dom/WebSocketSubject.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/observable/dom/animationFrames.ts b/apps/angular/node_modules/rxjs/src/internal/observable/dom/animationFrames.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/observable/dom/animationFrames.ts rename to apps/angular/node_modules/rxjs/src/internal/observable/dom/animationFrames.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/observable/dom/fetch.ts b/apps/angular/node_modules/rxjs/src/internal/observable/dom/fetch.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/observable/dom/fetch.ts rename to apps/angular/node_modules/rxjs/src/internal/observable/dom/fetch.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/observable/dom/webSocket.ts b/apps/angular/node_modules/rxjs/src/internal/observable/dom/webSocket.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/observable/dom/webSocket.ts rename to apps/angular/node_modules/rxjs/src/internal/observable/dom/webSocket.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/observable/empty.ts b/apps/angular/node_modules/rxjs/src/internal/observable/empty.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/observable/empty.ts rename to apps/angular/node_modules/rxjs/src/internal/observable/empty.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/observable/forkJoin.ts b/apps/angular/node_modules/rxjs/src/internal/observable/forkJoin.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/observable/forkJoin.ts rename to apps/angular/node_modules/rxjs/src/internal/observable/forkJoin.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/observable/from.ts b/apps/angular/node_modules/rxjs/src/internal/observable/from.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/observable/from.ts rename to apps/angular/node_modules/rxjs/src/internal/observable/from.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/observable/fromEvent.ts b/apps/angular/node_modules/rxjs/src/internal/observable/fromEvent.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/observable/fromEvent.ts rename to apps/angular/node_modules/rxjs/src/internal/observable/fromEvent.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/observable/fromEventPattern.ts b/apps/angular/node_modules/rxjs/src/internal/observable/fromEventPattern.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/observable/fromEventPattern.ts rename to apps/angular/node_modules/rxjs/src/internal/observable/fromEventPattern.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/observable/fromSubscribable.ts b/apps/angular/node_modules/rxjs/src/internal/observable/fromSubscribable.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/observable/fromSubscribable.ts rename to apps/angular/node_modules/rxjs/src/internal/observable/fromSubscribable.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/observable/generate.ts b/apps/angular/node_modules/rxjs/src/internal/observable/generate.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/observable/generate.ts rename to apps/angular/node_modules/rxjs/src/internal/observable/generate.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/observable/iif.ts b/apps/angular/node_modules/rxjs/src/internal/observable/iif.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/observable/iif.ts rename to apps/angular/node_modules/rxjs/src/internal/observable/iif.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/observable/innerFrom.ts b/apps/angular/node_modules/rxjs/src/internal/observable/innerFrom.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/observable/innerFrom.ts rename to apps/angular/node_modules/rxjs/src/internal/observable/innerFrom.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/observable/interval.ts b/apps/angular/node_modules/rxjs/src/internal/observable/interval.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/observable/interval.ts rename to apps/angular/node_modules/rxjs/src/internal/observable/interval.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/observable/merge.ts b/apps/angular/node_modules/rxjs/src/internal/observable/merge.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/observable/merge.ts rename to apps/angular/node_modules/rxjs/src/internal/observable/merge.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/observable/never.ts b/apps/angular/node_modules/rxjs/src/internal/observable/never.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/observable/never.ts rename to apps/angular/node_modules/rxjs/src/internal/observable/never.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/observable/of.ts b/apps/angular/node_modules/rxjs/src/internal/observable/of.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/observable/of.ts rename to apps/angular/node_modules/rxjs/src/internal/observable/of.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/observable/onErrorResumeNext.ts b/apps/angular/node_modules/rxjs/src/internal/observable/onErrorResumeNext.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/observable/onErrorResumeNext.ts rename to apps/angular/node_modules/rxjs/src/internal/observable/onErrorResumeNext.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/observable/pairs.ts b/apps/angular/node_modules/rxjs/src/internal/observable/pairs.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/observable/pairs.ts rename to apps/angular/node_modules/rxjs/src/internal/observable/pairs.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/observable/partition.ts b/apps/angular/node_modules/rxjs/src/internal/observable/partition.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/observable/partition.ts rename to apps/angular/node_modules/rxjs/src/internal/observable/partition.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/observable/race.ts b/apps/angular/node_modules/rxjs/src/internal/observable/race.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/observable/race.ts rename to apps/angular/node_modules/rxjs/src/internal/observable/race.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/observable/range.ts b/apps/angular/node_modules/rxjs/src/internal/observable/range.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/observable/range.ts rename to apps/angular/node_modules/rxjs/src/internal/observable/range.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/observable/throwError.ts b/apps/angular/node_modules/rxjs/src/internal/observable/throwError.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/observable/throwError.ts rename to apps/angular/node_modules/rxjs/src/internal/observable/throwError.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/observable/timer.ts b/apps/angular/node_modules/rxjs/src/internal/observable/timer.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/observable/timer.ts rename to apps/angular/node_modules/rxjs/src/internal/observable/timer.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/observable/using.ts b/apps/angular/node_modules/rxjs/src/internal/observable/using.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/observable/using.ts rename to apps/angular/node_modules/rxjs/src/internal/observable/using.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/observable/zip.ts b/apps/angular/node_modules/rxjs/src/internal/observable/zip.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/observable/zip.ts rename to apps/angular/node_modules/rxjs/src/internal/observable/zip.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/OperatorSubscriber.ts b/apps/angular/node_modules/rxjs/src/internal/operators/OperatorSubscriber.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/OperatorSubscriber.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/OperatorSubscriber.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/audit.ts b/apps/angular/node_modules/rxjs/src/internal/operators/audit.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/audit.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/audit.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/auditTime.ts b/apps/angular/node_modules/rxjs/src/internal/operators/auditTime.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/auditTime.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/auditTime.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/buffer.ts b/apps/angular/node_modules/rxjs/src/internal/operators/buffer.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/buffer.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/buffer.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/bufferCount.ts b/apps/angular/node_modules/rxjs/src/internal/operators/bufferCount.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/bufferCount.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/bufferCount.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/bufferTime.ts b/apps/angular/node_modules/rxjs/src/internal/operators/bufferTime.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/bufferTime.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/bufferTime.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/bufferToggle.ts b/apps/angular/node_modules/rxjs/src/internal/operators/bufferToggle.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/bufferToggle.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/bufferToggle.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/bufferWhen.ts b/apps/angular/node_modules/rxjs/src/internal/operators/bufferWhen.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/bufferWhen.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/bufferWhen.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/catchError.ts b/apps/angular/node_modules/rxjs/src/internal/operators/catchError.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/catchError.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/catchError.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/combineAll.ts b/apps/angular/node_modules/rxjs/src/internal/operators/combineAll.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/combineAll.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/combineAll.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/combineLatest.ts b/apps/angular/node_modules/rxjs/src/internal/operators/combineLatest.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/combineLatest.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/combineLatest.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/combineLatestAll.ts b/apps/angular/node_modules/rxjs/src/internal/operators/combineLatestAll.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/combineLatestAll.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/combineLatestAll.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/combineLatestWith.ts b/apps/angular/node_modules/rxjs/src/internal/operators/combineLatestWith.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/combineLatestWith.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/combineLatestWith.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/concat.ts b/apps/angular/node_modules/rxjs/src/internal/operators/concat.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/concat.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/concat.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/concatAll.ts b/apps/angular/node_modules/rxjs/src/internal/operators/concatAll.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/concatAll.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/concatAll.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/concatMap.ts b/apps/angular/node_modules/rxjs/src/internal/operators/concatMap.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/concatMap.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/concatMap.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/concatMapTo.ts b/apps/angular/node_modules/rxjs/src/internal/operators/concatMapTo.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/concatMapTo.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/concatMapTo.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/concatWith.ts b/apps/angular/node_modules/rxjs/src/internal/operators/concatWith.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/concatWith.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/concatWith.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/connect.ts b/apps/angular/node_modules/rxjs/src/internal/operators/connect.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/connect.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/connect.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/count.ts b/apps/angular/node_modules/rxjs/src/internal/operators/count.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/count.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/count.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/debounce.ts b/apps/angular/node_modules/rxjs/src/internal/operators/debounce.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/debounce.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/debounce.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/debounceTime.ts b/apps/angular/node_modules/rxjs/src/internal/operators/debounceTime.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/debounceTime.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/debounceTime.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/defaultIfEmpty.ts b/apps/angular/node_modules/rxjs/src/internal/operators/defaultIfEmpty.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/defaultIfEmpty.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/defaultIfEmpty.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/delay.ts b/apps/angular/node_modules/rxjs/src/internal/operators/delay.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/delay.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/delay.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/delayWhen.ts b/apps/angular/node_modules/rxjs/src/internal/operators/delayWhen.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/delayWhen.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/delayWhen.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/dematerialize.ts b/apps/angular/node_modules/rxjs/src/internal/operators/dematerialize.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/dematerialize.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/dematerialize.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/distinct.ts b/apps/angular/node_modules/rxjs/src/internal/operators/distinct.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/distinct.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/distinct.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/distinctUntilChanged.ts b/apps/angular/node_modules/rxjs/src/internal/operators/distinctUntilChanged.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/distinctUntilChanged.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/distinctUntilChanged.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/distinctUntilKeyChanged.ts b/apps/angular/node_modules/rxjs/src/internal/operators/distinctUntilKeyChanged.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/distinctUntilKeyChanged.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/distinctUntilKeyChanged.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/elementAt.ts b/apps/angular/node_modules/rxjs/src/internal/operators/elementAt.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/elementAt.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/elementAt.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/endWith.ts b/apps/angular/node_modules/rxjs/src/internal/operators/endWith.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/endWith.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/endWith.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/every.ts b/apps/angular/node_modules/rxjs/src/internal/operators/every.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/every.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/every.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/exhaust.ts b/apps/angular/node_modules/rxjs/src/internal/operators/exhaust.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/exhaust.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/exhaust.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/exhaustAll.ts b/apps/angular/node_modules/rxjs/src/internal/operators/exhaustAll.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/exhaustAll.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/exhaustAll.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/exhaustMap.ts b/apps/angular/node_modules/rxjs/src/internal/operators/exhaustMap.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/exhaustMap.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/exhaustMap.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/expand.ts b/apps/angular/node_modules/rxjs/src/internal/operators/expand.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/expand.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/expand.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/filter.ts b/apps/angular/node_modules/rxjs/src/internal/operators/filter.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/filter.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/filter.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/finalize.ts b/apps/angular/node_modules/rxjs/src/internal/operators/finalize.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/finalize.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/finalize.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/find.ts b/apps/angular/node_modules/rxjs/src/internal/operators/find.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/find.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/find.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/findIndex.ts b/apps/angular/node_modules/rxjs/src/internal/operators/findIndex.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/findIndex.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/findIndex.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/first.ts b/apps/angular/node_modules/rxjs/src/internal/operators/first.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/first.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/first.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/flatMap.ts b/apps/angular/node_modules/rxjs/src/internal/operators/flatMap.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/flatMap.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/flatMap.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/groupBy.ts b/apps/angular/node_modules/rxjs/src/internal/operators/groupBy.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/groupBy.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/groupBy.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/ignoreElements.ts b/apps/angular/node_modules/rxjs/src/internal/operators/ignoreElements.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/ignoreElements.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/ignoreElements.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/isEmpty.ts b/apps/angular/node_modules/rxjs/src/internal/operators/isEmpty.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/isEmpty.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/isEmpty.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/joinAllInternals.ts b/apps/angular/node_modules/rxjs/src/internal/operators/joinAllInternals.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/joinAllInternals.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/joinAllInternals.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/last.ts b/apps/angular/node_modules/rxjs/src/internal/operators/last.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/last.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/last.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/map.ts b/apps/angular/node_modules/rxjs/src/internal/operators/map.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/map.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/map.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/mapTo.ts b/apps/angular/node_modules/rxjs/src/internal/operators/mapTo.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/mapTo.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/mapTo.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/materialize.ts b/apps/angular/node_modules/rxjs/src/internal/operators/materialize.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/materialize.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/materialize.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/max.ts b/apps/angular/node_modules/rxjs/src/internal/operators/max.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/max.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/max.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/merge.ts b/apps/angular/node_modules/rxjs/src/internal/operators/merge.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/merge.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/merge.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/mergeAll.ts b/apps/angular/node_modules/rxjs/src/internal/operators/mergeAll.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/mergeAll.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/mergeAll.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/mergeInternals.ts b/apps/angular/node_modules/rxjs/src/internal/operators/mergeInternals.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/mergeInternals.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/mergeInternals.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/mergeMap.ts b/apps/angular/node_modules/rxjs/src/internal/operators/mergeMap.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/mergeMap.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/mergeMap.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/mergeMapTo.ts b/apps/angular/node_modules/rxjs/src/internal/operators/mergeMapTo.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/mergeMapTo.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/mergeMapTo.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/mergeScan.ts b/apps/angular/node_modules/rxjs/src/internal/operators/mergeScan.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/mergeScan.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/mergeScan.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/mergeWith.ts b/apps/angular/node_modules/rxjs/src/internal/operators/mergeWith.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/mergeWith.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/mergeWith.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/min.ts b/apps/angular/node_modules/rxjs/src/internal/operators/min.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/min.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/min.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/multicast.ts b/apps/angular/node_modules/rxjs/src/internal/operators/multicast.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/multicast.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/multicast.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/observeOn.ts b/apps/angular/node_modules/rxjs/src/internal/operators/observeOn.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/observeOn.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/observeOn.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/onErrorResumeNextWith.ts b/apps/angular/node_modules/rxjs/src/internal/operators/onErrorResumeNextWith.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/onErrorResumeNextWith.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/onErrorResumeNextWith.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/pairwise.ts b/apps/angular/node_modules/rxjs/src/internal/operators/pairwise.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/pairwise.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/pairwise.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/partition.ts b/apps/angular/node_modules/rxjs/src/internal/operators/partition.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/partition.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/partition.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/pluck.ts b/apps/angular/node_modules/rxjs/src/internal/operators/pluck.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/pluck.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/pluck.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/publish.ts b/apps/angular/node_modules/rxjs/src/internal/operators/publish.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/publish.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/publish.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/publishBehavior.ts b/apps/angular/node_modules/rxjs/src/internal/operators/publishBehavior.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/publishBehavior.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/publishBehavior.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/publishLast.ts b/apps/angular/node_modules/rxjs/src/internal/operators/publishLast.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/publishLast.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/publishLast.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/publishReplay.ts b/apps/angular/node_modules/rxjs/src/internal/operators/publishReplay.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/publishReplay.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/publishReplay.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/race.ts b/apps/angular/node_modules/rxjs/src/internal/operators/race.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/race.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/race.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/raceWith.ts b/apps/angular/node_modules/rxjs/src/internal/operators/raceWith.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/raceWith.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/raceWith.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/reduce.ts b/apps/angular/node_modules/rxjs/src/internal/operators/reduce.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/reduce.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/reduce.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/refCount.ts b/apps/angular/node_modules/rxjs/src/internal/operators/refCount.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/refCount.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/refCount.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/repeat.ts b/apps/angular/node_modules/rxjs/src/internal/operators/repeat.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/repeat.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/repeat.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/repeatWhen.ts b/apps/angular/node_modules/rxjs/src/internal/operators/repeatWhen.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/repeatWhen.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/repeatWhen.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/retry.ts b/apps/angular/node_modules/rxjs/src/internal/operators/retry.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/retry.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/retry.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/retryWhen.ts b/apps/angular/node_modules/rxjs/src/internal/operators/retryWhen.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/retryWhen.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/retryWhen.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/sample.ts b/apps/angular/node_modules/rxjs/src/internal/operators/sample.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/sample.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/sample.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/sampleTime.ts b/apps/angular/node_modules/rxjs/src/internal/operators/sampleTime.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/sampleTime.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/sampleTime.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/scan.ts b/apps/angular/node_modules/rxjs/src/internal/operators/scan.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/scan.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/scan.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/scanInternals.ts b/apps/angular/node_modules/rxjs/src/internal/operators/scanInternals.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/scanInternals.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/scanInternals.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/sequenceEqual.ts b/apps/angular/node_modules/rxjs/src/internal/operators/sequenceEqual.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/sequenceEqual.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/sequenceEqual.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/share.ts b/apps/angular/node_modules/rxjs/src/internal/operators/share.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/share.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/share.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/shareReplay.ts b/apps/angular/node_modules/rxjs/src/internal/operators/shareReplay.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/shareReplay.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/shareReplay.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/single.ts b/apps/angular/node_modules/rxjs/src/internal/operators/single.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/single.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/single.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/skip.ts b/apps/angular/node_modules/rxjs/src/internal/operators/skip.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/skip.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/skip.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/skipLast.ts b/apps/angular/node_modules/rxjs/src/internal/operators/skipLast.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/skipLast.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/skipLast.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/skipUntil.ts b/apps/angular/node_modules/rxjs/src/internal/operators/skipUntil.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/skipUntil.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/skipUntil.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/skipWhile.ts b/apps/angular/node_modules/rxjs/src/internal/operators/skipWhile.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/skipWhile.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/skipWhile.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/startWith.ts b/apps/angular/node_modules/rxjs/src/internal/operators/startWith.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/startWith.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/startWith.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/subscribeOn.ts b/apps/angular/node_modules/rxjs/src/internal/operators/subscribeOn.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/subscribeOn.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/subscribeOn.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/switchAll.ts b/apps/angular/node_modules/rxjs/src/internal/operators/switchAll.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/switchAll.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/switchAll.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/switchMap.ts b/apps/angular/node_modules/rxjs/src/internal/operators/switchMap.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/switchMap.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/switchMap.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/switchMapTo.ts b/apps/angular/node_modules/rxjs/src/internal/operators/switchMapTo.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/switchMapTo.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/switchMapTo.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/switchScan.ts b/apps/angular/node_modules/rxjs/src/internal/operators/switchScan.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/switchScan.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/switchScan.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/take.ts b/apps/angular/node_modules/rxjs/src/internal/operators/take.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/take.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/take.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/takeLast.ts b/apps/angular/node_modules/rxjs/src/internal/operators/takeLast.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/takeLast.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/takeLast.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/takeUntil.ts b/apps/angular/node_modules/rxjs/src/internal/operators/takeUntil.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/takeUntil.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/takeUntil.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/takeWhile.ts b/apps/angular/node_modules/rxjs/src/internal/operators/takeWhile.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/takeWhile.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/takeWhile.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/tap.ts b/apps/angular/node_modules/rxjs/src/internal/operators/tap.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/tap.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/tap.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/throttle.ts b/apps/angular/node_modules/rxjs/src/internal/operators/throttle.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/throttle.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/throttle.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/throttleTime.ts b/apps/angular/node_modules/rxjs/src/internal/operators/throttleTime.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/throttleTime.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/throttleTime.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/throwIfEmpty.ts b/apps/angular/node_modules/rxjs/src/internal/operators/throwIfEmpty.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/throwIfEmpty.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/throwIfEmpty.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/timeInterval.ts b/apps/angular/node_modules/rxjs/src/internal/operators/timeInterval.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/timeInterval.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/timeInterval.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/timeout.ts b/apps/angular/node_modules/rxjs/src/internal/operators/timeout.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/timeout.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/timeout.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/timeoutWith.ts b/apps/angular/node_modules/rxjs/src/internal/operators/timeoutWith.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/timeoutWith.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/timeoutWith.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/timestamp.ts b/apps/angular/node_modules/rxjs/src/internal/operators/timestamp.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/timestamp.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/timestamp.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/toArray.ts b/apps/angular/node_modules/rxjs/src/internal/operators/toArray.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/toArray.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/toArray.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/window.ts b/apps/angular/node_modules/rxjs/src/internal/operators/window.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/window.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/window.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/windowCount.ts b/apps/angular/node_modules/rxjs/src/internal/operators/windowCount.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/windowCount.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/windowCount.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/windowTime.ts b/apps/angular/node_modules/rxjs/src/internal/operators/windowTime.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/windowTime.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/windowTime.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/windowToggle.ts b/apps/angular/node_modules/rxjs/src/internal/operators/windowToggle.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/windowToggle.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/windowToggle.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/windowWhen.ts b/apps/angular/node_modules/rxjs/src/internal/operators/windowWhen.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/windowWhen.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/windowWhen.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/withLatestFrom.ts b/apps/angular/node_modules/rxjs/src/internal/operators/withLatestFrom.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/withLatestFrom.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/withLatestFrom.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/zip.ts b/apps/angular/node_modules/rxjs/src/internal/operators/zip.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/zip.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/zip.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/zipAll.ts b/apps/angular/node_modules/rxjs/src/internal/operators/zipAll.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/zipAll.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/zipAll.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/operators/zipWith.ts b/apps/angular/node_modules/rxjs/src/internal/operators/zipWith.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/operators/zipWith.ts rename to apps/angular/node_modules/rxjs/src/internal/operators/zipWith.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/scheduled/scheduleArray.ts b/apps/angular/node_modules/rxjs/src/internal/scheduled/scheduleArray.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/scheduled/scheduleArray.ts rename to apps/angular/node_modules/rxjs/src/internal/scheduled/scheduleArray.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/scheduled/scheduleAsyncIterable.ts b/apps/angular/node_modules/rxjs/src/internal/scheduled/scheduleAsyncIterable.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/scheduled/scheduleAsyncIterable.ts rename to apps/angular/node_modules/rxjs/src/internal/scheduled/scheduleAsyncIterable.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/scheduled/scheduleIterable.ts b/apps/angular/node_modules/rxjs/src/internal/scheduled/scheduleIterable.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/scheduled/scheduleIterable.ts rename to apps/angular/node_modules/rxjs/src/internal/scheduled/scheduleIterable.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/scheduled/scheduleObservable.ts b/apps/angular/node_modules/rxjs/src/internal/scheduled/scheduleObservable.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/scheduled/scheduleObservable.ts rename to apps/angular/node_modules/rxjs/src/internal/scheduled/scheduleObservable.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/scheduled/schedulePromise.ts b/apps/angular/node_modules/rxjs/src/internal/scheduled/schedulePromise.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/scheduled/schedulePromise.ts rename to apps/angular/node_modules/rxjs/src/internal/scheduled/schedulePromise.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/scheduled/scheduleReadableStreamLike.ts b/apps/angular/node_modules/rxjs/src/internal/scheduled/scheduleReadableStreamLike.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/scheduled/scheduleReadableStreamLike.ts rename to apps/angular/node_modules/rxjs/src/internal/scheduled/scheduleReadableStreamLike.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/scheduled/scheduled.ts b/apps/angular/node_modules/rxjs/src/internal/scheduled/scheduled.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/scheduled/scheduled.ts rename to apps/angular/node_modules/rxjs/src/internal/scheduled/scheduled.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/scheduler/Action.ts b/apps/angular/node_modules/rxjs/src/internal/scheduler/Action.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/scheduler/Action.ts rename to apps/angular/node_modules/rxjs/src/internal/scheduler/Action.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/scheduler/AnimationFrameAction.ts b/apps/angular/node_modules/rxjs/src/internal/scheduler/AnimationFrameAction.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/scheduler/AnimationFrameAction.ts rename to apps/angular/node_modules/rxjs/src/internal/scheduler/AnimationFrameAction.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/scheduler/AnimationFrameScheduler.ts b/apps/angular/node_modules/rxjs/src/internal/scheduler/AnimationFrameScheduler.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/scheduler/AnimationFrameScheduler.ts rename to apps/angular/node_modules/rxjs/src/internal/scheduler/AnimationFrameScheduler.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/scheduler/AsapAction.ts b/apps/angular/node_modules/rxjs/src/internal/scheduler/AsapAction.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/scheduler/AsapAction.ts rename to apps/angular/node_modules/rxjs/src/internal/scheduler/AsapAction.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/scheduler/AsapScheduler.ts b/apps/angular/node_modules/rxjs/src/internal/scheduler/AsapScheduler.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/scheduler/AsapScheduler.ts rename to apps/angular/node_modules/rxjs/src/internal/scheduler/AsapScheduler.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/scheduler/AsyncAction.ts b/apps/angular/node_modules/rxjs/src/internal/scheduler/AsyncAction.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/scheduler/AsyncAction.ts rename to apps/angular/node_modules/rxjs/src/internal/scheduler/AsyncAction.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/scheduler/AsyncScheduler.ts b/apps/angular/node_modules/rxjs/src/internal/scheduler/AsyncScheduler.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/scheduler/AsyncScheduler.ts rename to apps/angular/node_modules/rxjs/src/internal/scheduler/AsyncScheduler.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/scheduler/QueueAction.ts b/apps/angular/node_modules/rxjs/src/internal/scheduler/QueueAction.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/scheduler/QueueAction.ts rename to apps/angular/node_modules/rxjs/src/internal/scheduler/QueueAction.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/scheduler/QueueScheduler.ts b/apps/angular/node_modules/rxjs/src/internal/scheduler/QueueScheduler.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/scheduler/QueueScheduler.ts rename to apps/angular/node_modules/rxjs/src/internal/scheduler/QueueScheduler.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/scheduler/VirtualTimeScheduler.ts b/apps/angular/node_modules/rxjs/src/internal/scheduler/VirtualTimeScheduler.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/scheduler/VirtualTimeScheduler.ts rename to apps/angular/node_modules/rxjs/src/internal/scheduler/VirtualTimeScheduler.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/scheduler/animationFrame.ts b/apps/angular/node_modules/rxjs/src/internal/scheduler/animationFrame.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/scheduler/animationFrame.ts rename to apps/angular/node_modules/rxjs/src/internal/scheduler/animationFrame.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/scheduler/animationFrameProvider.ts b/apps/angular/node_modules/rxjs/src/internal/scheduler/animationFrameProvider.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/scheduler/animationFrameProvider.ts rename to apps/angular/node_modules/rxjs/src/internal/scheduler/animationFrameProvider.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/scheduler/asap.ts b/apps/angular/node_modules/rxjs/src/internal/scheduler/asap.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/scheduler/asap.ts rename to apps/angular/node_modules/rxjs/src/internal/scheduler/asap.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/scheduler/async.ts b/apps/angular/node_modules/rxjs/src/internal/scheduler/async.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/scheduler/async.ts rename to apps/angular/node_modules/rxjs/src/internal/scheduler/async.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/scheduler/dateTimestampProvider.ts b/apps/angular/node_modules/rxjs/src/internal/scheduler/dateTimestampProvider.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/scheduler/dateTimestampProvider.ts rename to apps/angular/node_modules/rxjs/src/internal/scheduler/dateTimestampProvider.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/scheduler/immediateProvider.ts b/apps/angular/node_modules/rxjs/src/internal/scheduler/immediateProvider.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/scheduler/immediateProvider.ts rename to apps/angular/node_modules/rxjs/src/internal/scheduler/immediateProvider.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/scheduler/intervalProvider.ts b/apps/angular/node_modules/rxjs/src/internal/scheduler/intervalProvider.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/scheduler/intervalProvider.ts rename to apps/angular/node_modules/rxjs/src/internal/scheduler/intervalProvider.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/scheduler/performanceTimestampProvider.ts b/apps/angular/node_modules/rxjs/src/internal/scheduler/performanceTimestampProvider.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/scheduler/performanceTimestampProvider.ts rename to apps/angular/node_modules/rxjs/src/internal/scheduler/performanceTimestampProvider.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/scheduler/queue.ts b/apps/angular/node_modules/rxjs/src/internal/scheduler/queue.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/scheduler/queue.ts rename to apps/angular/node_modules/rxjs/src/internal/scheduler/queue.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/scheduler/timeoutProvider.ts b/apps/angular/node_modules/rxjs/src/internal/scheduler/timeoutProvider.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/scheduler/timeoutProvider.ts rename to apps/angular/node_modules/rxjs/src/internal/scheduler/timeoutProvider.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/scheduler/timerHandle.ts b/apps/angular/node_modules/rxjs/src/internal/scheduler/timerHandle.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/scheduler/timerHandle.ts rename to apps/angular/node_modules/rxjs/src/internal/scheduler/timerHandle.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/symbol/iterator.ts b/apps/angular/node_modules/rxjs/src/internal/symbol/iterator.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/symbol/iterator.ts rename to apps/angular/node_modules/rxjs/src/internal/symbol/iterator.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/symbol/observable.ts b/apps/angular/node_modules/rxjs/src/internal/symbol/observable.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/symbol/observable.ts rename to apps/angular/node_modules/rxjs/src/internal/symbol/observable.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/testing/ColdObservable.ts b/apps/angular/node_modules/rxjs/src/internal/testing/ColdObservable.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/testing/ColdObservable.ts rename to apps/angular/node_modules/rxjs/src/internal/testing/ColdObservable.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/testing/HotObservable.ts b/apps/angular/node_modules/rxjs/src/internal/testing/HotObservable.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/testing/HotObservable.ts rename to apps/angular/node_modules/rxjs/src/internal/testing/HotObservable.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/testing/SubscriptionLog.ts b/apps/angular/node_modules/rxjs/src/internal/testing/SubscriptionLog.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/testing/SubscriptionLog.ts rename to apps/angular/node_modules/rxjs/src/internal/testing/SubscriptionLog.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/testing/SubscriptionLoggable.ts b/apps/angular/node_modules/rxjs/src/internal/testing/SubscriptionLoggable.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/testing/SubscriptionLoggable.ts rename to apps/angular/node_modules/rxjs/src/internal/testing/SubscriptionLoggable.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/testing/TestMessage.ts b/apps/angular/node_modules/rxjs/src/internal/testing/TestMessage.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/testing/TestMessage.ts rename to apps/angular/node_modules/rxjs/src/internal/testing/TestMessage.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/testing/TestScheduler.ts b/apps/angular/node_modules/rxjs/src/internal/testing/TestScheduler.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/testing/TestScheduler.ts rename to apps/angular/node_modules/rxjs/src/internal/testing/TestScheduler.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/types.ts b/apps/angular/node_modules/rxjs/src/internal/types.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/types.ts rename to apps/angular/node_modules/rxjs/src/internal/types.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/umd.ts b/apps/angular/node_modules/rxjs/src/internal/umd.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/umd.ts rename to apps/angular/node_modules/rxjs/src/internal/umd.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/util/ArgumentOutOfRangeError.ts b/apps/angular/node_modules/rxjs/src/internal/util/ArgumentOutOfRangeError.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/util/ArgumentOutOfRangeError.ts rename to apps/angular/node_modules/rxjs/src/internal/util/ArgumentOutOfRangeError.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/util/EmptyError.ts b/apps/angular/node_modules/rxjs/src/internal/util/EmptyError.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/util/EmptyError.ts rename to apps/angular/node_modules/rxjs/src/internal/util/EmptyError.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/util/Immediate.ts b/apps/angular/node_modules/rxjs/src/internal/util/Immediate.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/util/Immediate.ts rename to apps/angular/node_modules/rxjs/src/internal/util/Immediate.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/util/NotFoundError.ts b/apps/angular/node_modules/rxjs/src/internal/util/NotFoundError.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/util/NotFoundError.ts rename to apps/angular/node_modules/rxjs/src/internal/util/NotFoundError.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/util/ObjectUnsubscribedError.ts b/apps/angular/node_modules/rxjs/src/internal/util/ObjectUnsubscribedError.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/util/ObjectUnsubscribedError.ts rename to apps/angular/node_modules/rxjs/src/internal/util/ObjectUnsubscribedError.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/util/SequenceError.ts b/apps/angular/node_modules/rxjs/src/internal/util/SequenceError.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/util/SequenceError.ts rename to apps/angular/node_modules/rxjs/src/internal/util/SequenceError.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/util/UnsubscriptionError.ts b/apps/angular/node_modules/rxjs/src/internal/util/UnsubscriptionError.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/util/UnsubscriptionError.ts rename to apps/angular/node_modules/rxjs/src/internal/util/UnsubscriptionError.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/util/applyMixins.ts b/apps/angular/node_modules/rxjs/src/internal/util/applyMixins.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/util/applyMixins.ts rename to apps/angular/node_modules/rxjs/src/internal/util/applyMixins.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/util/args.ts b/apps/angular/node_modules/rxjs/src/internal/util/args.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/util/args.ts rename to apps/angular/node_modules/rxjs/src/internal/util/args.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/util/argsArgArrayOrObject.ts b/apps/angular/node_modules/rxjs/src/internal/util/argsArgArrayOrObject.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/util/argsArgArrayOrObject.ts rename to apps/angular/node_modules/rxjs/src/internal/util/argsArgArrayOrObject.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/util/argsOrArgArray.ts b/apps/angular/node_modules/rxjs/src/internal/util/argsOrArgArray.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/util/argsOrArgArray.ts rename to apps/angular/node_modules/rxjs/src/internal/util/argsOrArgArray.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/util/arrRemove.ts b/apps/angular/node_modules/rxjs/src/internal/util/arrRemove.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/util/arrRemove.ts rename to apps/angular/node_modules/rxjs/src/internal/util/arrRemove.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/util/createErrorClass.ts b/apps/angular/node_modules/rxjs/src/internal/util/createErrorClass.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/util/createErrorClass.ts rename to apps/angular/node_modules/rxjs/src/internal/util/createErrorClass.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/util/createObject.ts b/apps/angular/node_modules/rxjs/src/internal/util/createObject.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/util/createObject.ts rename to apps/angular/node_modules/rxjs/src/internal/util/createObject.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/util/errorContext.ts b/apps/angular/node_modules/rxjs/src/internal/util/errorContext.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/util/errorContext.ts rename to apps/angular/node_modules/rxjs/src/internal/util/errorContext.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/util/executeSchedule.ts b/apps/angular/node_modules/rxjs/src/internal/util/executeSchedule.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/util/executeSchedule.ts rename to apps/angular/node_modules/rxjs/src/internal/util/executeSchedule.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/util/identity.ts b/apps/angular/node_modules/rxjs/src/internal/util/identity.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/util/identity.ts rename to apps/angular/node_modules/rxjs/src/internal/util/identity.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/util/isArrayLike.ts b/apps/angular/node_modules/rxjs/src/internal/util/isArrayLike.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/util/isArrayLike.ts rename to apps/angular/node_modules/rxjs/src/internal/util/isArrayLike.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/util/isAsyncIterable.ts b/apps/angular/node_modules/rxjs/src/internal/util/isAsyncIterable.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/util/isAsyncIterable.ts rename to apps/angular/node_modules/rxjs/src/internal/util/isAsyncIterable.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/util/isDate.ts b/apps/angular/node_modules/rxjs/src/internal/util/isDate.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/util/isDate.ts rename to apps/angular/node_modules/rxjs/src/internal/util/isDate.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/util/isFunction.ts b/apps/angular/node_modules/rxjs/src/internal/util/isFunction.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/util/isFunction.ts rename to apps/angular/node_modules/rxjs/src/internal/util/isFunction.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/util/isInteropObservable.ts b/apps/angular/node_modules/rxjs/src/internal/util/isInteropObservable.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/util/isInteropObservable.ts rename to apps/angular/node_modules/rxjs/src/internal/util/isInteropObservable.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/util/isIterable.ts b/apps/angular/node_modules/rxjs/src/internal/util/isIterable.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/util/isIterable.ts rename to apps/angular/node_modules/rxjs/src/internal/util/isIterable.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/util/isObservable.ts b/apps/angular/node_modules/rxjs/src/internal/util/isObservable.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/util/isObservable.ts rename to apps/angular/node_modules/rxjs/src/internal/util/isObservable.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/util/isPromise.ts b/apps/angular/node_modules/rxjs/src/internal/util/isPromise.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/util/isPromise.ts rename to apps/angular/node_modules/rxjs/src/internal/util/isPromise.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/util/isReadableStreamLike.ts b/apps/angular/node_modules/rxjs/src/internal/util/isReadableStreamLike.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/util/isReadableStreamLike.ts rename to apps/angular/node_modules/rxjs/src/internal/util/isReadableStreamLike.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/util/isScheduler.ts b/apps/angular/node_modules/rxjs/src/internal/util/isScheduler.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/util/isScheduler.ts rename to apps/angular/node_modules/rxjs/src/internal/util/isScheduler.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/util/lift.ts b/apps/angular/node_modules/rxjs/src/internal/util/lift.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/util/lift.ts rename to apps/angular/node_modules/rxjs/src/internal/util/lift.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/util/mapOneOrManyArgs.ts b/apps/angular/node_modules/rxjs/src/internal/util/mapOneOrManyArgs.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/util/mapOneOrManyArgs.ts rename to apps/angular/node_modules/rxjs/src/internal/util/mapOneOrManyArgs.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/util/noop.ts b/apps/angular/node_modules/rxjs/src/internal/util/noop.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/util/noop.ts rename to apps/angular/node_modules/rxjs/src/internal/util/noop.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/util/not.ts b/apps/angular/node_modules/rxjs/src/internal/util/not.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/util/not.ts rename to apps/angular/node_modules/rxjs/src/internal/util/not.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/util/pipe.ts b/apps/angular/node_modules/rxjs/src/internal/util/pipe.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/util/pipe.ts rename to apps/angular/node_modules/rxjs/src/internal/util/pipe.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/util/reportUnhandledError.ts b/apps/angular/node_modules/rxjs/src/internal/util/reportUnhandledError.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/util/reportUnhandledError.ts rename to apps/angular/node_modules/rxjs/src/internal/util/reportUnhandledError.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/util/subscribeToArray.ts b/apps/angular/node_modules/rxjs/src/internal/util/subscribeToArray.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/util/subscribeToArray.ts rename to apps/angular/node_modules/rxjs/src/internal/util/subscribeToArray.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/util/throwUnobservableError.ts b/apps/angular/node_modules/rxjs/src/internal/util/throwUnobservableError.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/util/throwUnobservableError.ts rename to apps/angular/node_modules/rxjs/src/internal/util/throwUnobservableError.ts diff --git a/ClientApp/node_modules/rxjs/src/internal/util/workarounds.ts b/apps/angular/node_modules/rxjs/src/internal/util/workarounds.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/internal/util/workarounds.ts rename to apps/angular/node_modules/rxjs/src/internal/util/workarounds.ts diff --git a/ClientApp/node_modules/rxjs/src/operators/index.ts b/apps/angular/node_modules/rxjs/src/operators/index.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/operators/index.ts rename to apps/angular/node_modules/rxjs/src/operators/index.ts diff --git a/ClientApp/node_modules/rxjs/src/testing/index.ts b/apps/angular/node_modules/rxjs/src/testing/index.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/testing/index.ts rename to apps/angular/node_modules/rxjs/src/testing/index.ts diff --git a/ClientApp/node_modules/rxjs/src/tsconfig.base.json b/apps/angular/node_modules/rxjs/src/tsconfig.base.json similarity index 100% rename from ClientApp/node_modules/rxjs/src/tsconfig.base.json rename to apps/angular/node_modules/rxjs/src/tsconfig.base.json diff --git a/ClientApp/node_modules/rxjs/src/tsconfig.cjs.json b/apps/angular/node_modules/rxjs/src/tsconfig.cjs.json similarity index 100% rename from ClientApp/node_modules/rxjs/src/tsconfig.cjs.json rename to apps/angular/node_modules/rxjs/src/tsconfig.cjs.json diff --git a/ClientApp/node_modules/rxjs/src/tsconfig.cjs.spec.json b/apps/angular/node_modules/rxjs/src/tsconfig.cjs.spec.json similarity index 100% rename from ClientApp/node_modules/rxjs/src/tsconfig.cjs.spec.json rename to apps/angular/node_modules/rxjs/src/tsconfig.cjs.spec.json diff --git a/ClientApp/node_modules/rxjs/src/tsconfig.esm.json b/apps/angular/node_modules/rxjs/src/tsconfig.esm.json similarity index 100% rename from ClientApp/node_modules/rxjs/src/tsconfig.esm.json rename to apps/angular/node_modules/rxjs/src/tsconfig.esm.json diff --git a/ClientApp/node_modules/rxjs/src/tsconfig.esm5.json b/apps/angular/node_modules/rxjs/src/tsconfig.esm5.json similarity index 100% rename from ClientApp/node_modules/rxjs/src/tsconfig.esm5.json rename to apps/angular/node_modules/rxjs/src/tsconfig.esm5.json diff --git a/ClientApp/node_modules/rxjs/src/tsconfig.esm5.rollup.json b/apps/angular/node_modules/rxjs/src/tsconfig.esm5.rollup.json similarity index 100% rename from ClientApp/node_modules/rxjs/src/tsconfig.esm5.rollup.json rename to apps/angular/node_modules/rxjs/src/tsconfig.esm5.rollup.json diff --git a/ClientApp/node_modules/rxjs/src/tsconfig.types.json b/apps/angular/node_modules/rxjs/src/tsconfig.types.json similarity index 100% rename from ClientApp/node_modules/rxjs/src/tsconfig.types.json rename to apps/angular/node_modules/rxjs/src/tsconfig.types.json diff --git a/ClientApp/node_modules/rxjs/src/tsconfig.types.spec.json b/apps/angular/node_modules/rxjs/src/tsconfig.types.spec.json similarity index 100% rename from ClientApp/node_modules/rxjs/src/tsconfig.types.spec.json rename to apps/angular/node_modules/rxjs/src/tsconfig.types.spec.json diff --git a/ClientApp/node_modules/rxjs/src/webSocket/index.ts b/apps/angular/node_modules/rxjs/src/webSocket/index.ts similarity index 100% rename from ClientApp/node_modules/rxjs/src/webSocket/index.ts rename to apps/angular/node_modules/rxjs/src/webSocket/index.ts diff --git a/ClientApp/node_modules/rxjs/testing/package.json b/apps/angular/node_modules/rxjs/testing/package.json similarity index 100% rename from ClientApp/node_modules/rxjs/testing/package.json rename to apps/angular/node_modules/rxjs/testing/package.json diff --git a/ClientApp/node_modules/rxjs/tsconfig.json b/apps/angular/node_modules/rxjs/tsconfig.json similarity index 100% rename from ClientApp/node_modules/rxjs/tsconfig.json rename to apps/angular/node_modules/rxjs/tsconfig.json diff --git a/ClientApp/node_modules/rxjs/webSocket/package.json b/apps/angular/node_modules/rxjs/webSocket/package.json similarity index 100% rename from ClientApp/node_modules/rxjs/webSocket/package.json rename to apps/angular/node_modules/rxjs/webSocket/package.json diff --git a/ClientApp/node_modules/safe-array-concat/.eslintrc b/apps/angular/node_modules/safe-array-concat/.eslintrc similarity index 100% rename from ClientApp/node_modules/safe-array-concat/.eslintrc rename to apps/angular/node_modules/safe-array-concat/.eslintrc diff --git a/ClientApp/node_modules/safe-array-concat/.github/FUNDING.yml b/apps/angular/node_modules/safe-array-concat/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/safe-array-concat/.github/FUNDING.yml rename to apps/angular/node_modules/safe-array-concat/.github/FUNDING.yml diff --git a/ClientApp/node_modules/safe-array-concat/.nycrc b/apps/angular/node_modules/safe-array-concat/.nycrc similarity index 100% rename from ClientApp/node_modules/safe-array-concat/.nycrc rename to apps/angular/node_modules/safe-array-concat/.nycrc diff --git a/ClientApp/node_modules/safe-array-concat/CHANGELOG.md b/apps/angular/node_modules/safe-array-concat/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/safe-array-concat/CHANGELOG.md rename to apps/angular/node_modules/safe-array-concat/CHANGELOG.md diff --git a/ClientApp/node_modules/safe-array-concat/LICENSE b/apps/angular/node_modules/safe-array-concat/LICENSE similarity index 100% rename from ClientApp/node_modules/safe-array-concat/LICENSE rename to apps/angular/node_modules/safe-array-concat/LICENSE diff --git a/ClientApp/node_modules/safe-array-concat/README.md b/apps/angular/node_modules/safe-array-concat/README.md similarity index 100% rename from ClientApp/node_modules/safe-array-concat/README.md rename to apps/angular/node_modules/safe-array-concat/README.md diff --git a/ClientApp/node_modules/safe-array-concat/index.d.ts b/apps/angular/node_modules/safe-array-concat/index.d.ts similarity index 100% rename from ClientApp/node_modules/safe-array-concat/index.d.ts rename to apps/angular/node_modules/safe-array-concat/index.d.ts diff --git a/ClientApp/node_modules/safe-array-concat/index.js b/apps/angular/node_modules/safe-array-concat/index.js similarity index 100% rename from ClientApp/node_modules/safe-array-concat/index.js rename to apps/angular/node_modules/safe-array-concat/index.js diff --git a/ClientApp/node_modules/safe-array-concat/package.json b/apps/angular/node_modules/safe-array-concat/package.json similarity index 100% rename from ClientApp/node_modules/safe-array-concat/package.json rename to apps/angular/node_modules/safe-array-concat/package.json diff --git a/ClientApp/node_modules/safe-array-concat/test/index.js b/apps/angular/node_modules/safe-array-concat/test/index.js similarity index 100% rename from ClientApp/node_modules/safe-array-concat/test/index.js rename to apps/angular/node_modules/safe-array-concat/test/index.js diff --git a/ClientApp/node_modules/safe-array-concat/tsconfig.json b/apps/angular/node_modules/safe-array-concat/tsconfig.json similarity index 100% rename from ClientApp/node_modules/safe-array-concat/tsconfig.json rename to apps/angular/node_modules/safe-array-concat/tsconfig.json diff --git a/ClientApp/node_modules/safe-buffer/LICENSE b/apps/angular/node_modules/safe-buffer/LICENSE similarity index 100% rename from ClientApp/node_modules/safe-buffer/LICENSE rename to apps/angular/node_modules/safe-buffer/LICENSE diff --git a/ClientApp/node_modules/safe-buffer/README.md b/apps/angular/node_modules/safe-buffer/README.md similarity index 100% rename from ClientApp/node_modules/safe-buffer/README.md rename to apps/angular/node_modules/safe-buffer/README.md diff --git a/ClientApp/node_modules/safe-buffer/index.d.ts b/apps/angular/node_modules/safe-buffer/index.d.ts similarity index 100% rename from ClientApp/node_modules/safe-buffer/index.d.ts rename to apps/angular/node_modules/safe-buffer/index.d.ts diff --git a/ClientApp/node_modules/safe-buffer/index.js b/apps/angular/node_modules/safe-buffer/index.js similarity index 100% rename from ClientApp/node_modules/safe-buffer/index.js rename to apps/angular/node_modules/safe-buffer/index.js diff --git a/ClientApp/node_modules/safe-buffer/package.json b/apps/angular/node_modules/safe-buffer/package.json similarity index 100% rename from ClientApp/node_modules/safe-buffer/package.json rename to apps/angular/node_modules/safe-buffer/package.json diff --git a/ClientApp/node_modules/safe-push-apply/.eslintrc b/apps/angular/node_modules/safe-push-apply/.eslintrc similarity index 100% rename from ClientApp/node_modules/safe-push-apply/.eslintrc rename to apps/angular/node_modules/safe-push-apply/.eslintrc diff --git a/ClientApp/node_modules/safe-push-apply/.github/FUNDING.yml b/apps/angular/node_modules/safe-push-apply/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/safe-push-apply/.github/FUNDING.yml rename to apps/angular/node_modules/safe-push-apply/.github/FUNDING.yml diff --git a/ClientApp/node_modules/safe-push-apply/.nycrc b/apps/angular/node_modules/safe-push-apply/.nycrc similarity index 100% rename from ClientApp/node_modules/safe-push-apply/.nycrc rename to apps/angular/node_modules/safe-push-apply/.nycrc diff --git a/ClientApp/node_modules/safe-push-apply/CHANGELOG.md b/apps/angular/node_modules/safe-push-apply/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/safe-push-apply/CHANGELOG.md rename to apps/angular/node_modules/safe-push-apply/CHANGELOG.md diff --git a/ClientApp/node_modules/safe-push-apply/LICENSE b/apps/angular/node_modules/safe-push-apply/LICENSE similarity index 100% rename from ClientApp/node_modules/safe-push-apply/LICENSE rename to apps/angular/node_modules/safe-push-apply/LICENSE diff --git a/ClientApp/node_modules/safe-push-apply/README.md b/apps/angular/node_modules/safe-push-apply/README.md similarity index 100% rename from ClientApp/node_modules/safe-push-apply/README.md rename to apps/angular/node_modules/safe-push-apply/README.md diff --git a/ClientApp/node_modules/safe-push-apply/index.d.ts b/apps/angular/node_modules/safe-push-apply/index.d.ts similarity index 100% rename from ClientApp/node_modules/safe-push-apply/index.d.ts rename to apps/angular/node_modules/safe-push-apply/index.d.ts diff --git a/ClientApp/node_modules/safe-push-apply/index.js b/apps/angular/node_modules/safe-push-apply/index.js similarity index 100% rename from ClientApp/node_modules/safe-push-apply/index.js rename to apps/angular/node_modules/safe-push-apply/index.js diff --git a/ClientApp/node_modules/safe-push-apply/package.json b/apps/angular/node_modules/safe-push-apply/package.json similarity index 100% rename from ClientApp/node_modules/safe-push-apply/package.json rename to apps/angular/node_modules/safe-push-apply/package.json diff --git a/ClientApp/node_modules/safe-push-apply/test/index.js b/apps/angular/node_modules/safe-push-apply/test/index.js similarity index 100% rename from ClientApp/node_modules/safe-push-apply/test/index.js rename to apps/angular/node_modules/safe-push-apply/test/index.js diff --git a/ClientApp/node_modules/safe-push-apply/tsconfig.json b/apps/angular/node_modules/safe-push-apply/tsconfig.json similarity index 100% rename from ClientApp/node_modules/safe-push-apply/tsconfig.json rename to apps/angular/node_modules/safe-push-apply/tsconfig.json diff --git a/ClientApp/node_modules/safe-regex-test/.eslintrc b/apps/angular/node_modules/safe-regex-test/.eslintrc similarity index 100% rename from ClientApp/node_modules/safe-regex-test/.eslintrc rename to apps/angular/node_modules/safe-regex-test/.eslintrc diff --git a/ClientApp/node_modules/safe-regex-test/.github/FUNDING.yml b/apps/angular/node_modules/safe-regex-test/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/safe-regex-test/.github/FUNDING.yml rename to apps/angular/node_modules/safe-regex-test/.github/FUNDING.yml diff --git a/ClientApp/node_modules/safe-regex-test/.nycrc b/apps/angular/node_modules/safe-regex-test/.nycrc similarity index 100% rename from ClientApp/node_modules/safe-regex-test/.nycrc rename to apps/angular/node_modules/safe-regex-test/.nycrc diff --git a/ClientApp/node_modules/safe-regex-test/CHANGELOG.md b/apps/angular/node_modules/safe-regex-test/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/safe-regex-test/CHANGELOG.md rename to apps/angular/node_modules/safe-regex-test/CHANGELOG.md diff --git a/ClientApp/node_modules/safe-regex-test/LICENSE b/apps/angular/node_modules/safe-regex-test/LICENSE similarity index 100% rename from ClientApp/node_modules/safe-regex-test/LICENSE rename to apps/angular/node_modules/safe-regex-test/LICENSE diff --git a/ClientApp/node_modules/safe-regex-test/README.md b/apps/angular/node_modules/safe-regex-test/README.md similarity index 100% rename from ClientApp/node_modules/safe-regex-test/README.md rename to apps/angular/node_modules/safe-regex-test/README.md diff --git a/ClientApp/node_modules/safe-regex-test/index.d.ts b/apps/angular/node_modules/safe-regex-test/index.d.ts similarity index 100% rename from ClientApp/node_modules/safe-regex-test/index.d.ts rename to apps/angular/node_modules/safe-regex-test/index.d.ts diff --git a/ClientApp/node_modules/safe-regex-test/index.js b/apps/angular/node_modules/safe-regex-test/index.js similarity index 100% rename from ClientApp/node_modules/safe-regex-test/index.js rename to apps/angular/node_modules/safe-regex-test/index.js diff --git a/ClientApp/node_modules/safe-regex-test/package.json b/apps/angular/node_modules/safe-regex-test/package.json similarity index 100% rename from ClientApp/node_modules/safe-regex-test/package.json rename to apps/angular/node_modules/safe-regex-test/package.json diff --git a/ClientApp/node_modules/safe-regex-test/test/index.js b/apps/angular/node_modules/safe-regex-test/test/index.js similarity index 100% rename from ClientApp/node_modules/safe-regex-test/test/index.js rename to apps/angular/node_modules/safe-regex-test/test/index.js diff --git a/ClientApp/node_modules/safe-regex-test/tsconfig.json b/apps/angular/node_modules/safe-regex-test/tsconfig.json similarity index 100% rename from ClientApp/node_modules/safe-regex-test/tsconfig.json rename to apps/angular/node_modules/safe-regex-test/tsconfig.json diff --git a/ClientApp/node_modules/safer-buffer/LICENSE b/apps/angular/node_modules/safer-buffer/LICENSE similarity index 100% rename from ClientApp/node_modules/safer-buffer/LICENSE rename to apps/angular/node_modules/safer-buffer/LICENSE diff --git a/ClientApp/node_modules/safer-buffer/Porting-Buffer.md b/apps/angular/node_modules/safer-buffer/Porting-Buffer.md similarity index 100% rename from ClientApp/node_modules/safer-buffer/Porting-Buffer.md rename to apps/angular/node_modules/safer-buffer/Porting-Buffer.md diff --git a/ClientApp/node_modules/safer-buffer/Readme.md b/apps/angular/node_modules/safer-buffer/Readme.md similarity index 100% rename from ClientApp/node_modules/safer-buffer/Readme.md rename to apps/angular/node_modules/safer-buffer/Readme.md diff --git a/ClientApp/node_modules/safer-buffer/dangerous.js b/apps/angular/node_modules/safer-buffer/dangerous.js similarity index 100% rename from ClientApp/node_modules/safer-buffer/dangerous.js rename to apps/angular/node_modules/safer-buffer/dangerous.js diff --git a/ClientApp/node_modules/safer-buffer/package.json b/apps/angular/node_modules/safer-buffer/package.json similarity index 100% rename from ClientApp/node_modules/safer-buffer/package.json rename to apps/angular/node_modules/safer-buffer/package.json diff --git a/ClientApp/node_modules/safer-buffer/safer.js b/apps/angular/node_modules/safer-buffer/safer.js similarity index 100% rename from ClientApp/node_modules/safer-buffer/safer.js rename to apps/angular/node_modules/safer-buffer/safer.js diff --git a/ClientApp/node_modules/safer-buffer/tests.js b/apps/angular/node_modules/safer-buffer/tests.js similarity index 100% rename from ClientApp/node_modules/safer-buffer/tests.js rename to apps/angular/node_modules/safer-buffer/tests.js diff --git a/ClientApp/node_modules/sass-embedded-darwin-arm64/README.md b/apps/angular/node_modules/sass-embedded-darwin-arm64/README.md similarity index 100% rename from ClientApp/node_modules/sass-embedded-darwin-arm64/README.md rename to apps/angular/node_modules/sass-embedded-darwin-arm64/README.md diff --git a/ClientApp/node_modules/sass-embedded-darwin-arm64/dart-sass/sass b/apps/angular/node_modules/sass-embedded-darwin-arm64/dart-sass/sass similarity index 100% rename from ClientApp/node_modules/sass-embedded-darwin-arm64/dart-sass/sass rename to apps/angular/node_modules/sass-embedded-darwin-arm64/dart-sass/sass diff --git a/ClientApp/node_modules/sass-embedded-darwin-arm64/dart-sass/src/LICENSE b/apps/angular/node_modules/sass-embedded-darwin-arm64/dart-sass/src/LICENSE similarity index 100% rename from ClientApp/node_modules/sass-embedded-darwin-arm64/dart-sass/src/LICENSE rename to apps/angular/node_modules/sass-embedded-darwin-arm64/dart-sass/src/LICENSE diff --git a/ClientApp/node_modules/sass-embedded-darwin-arm64/dart-sass/src/dart b/apps/angular/node_modules/sass-embedded-darwin-arm64/dart-sass/src/dart similarity index 100% rename from ClientApp/node_modules/sass-embedded-darwin-arm64/dart-sass/src/dart rename to apps/angular/node_modules/sass-embedded-darwin-arm64/dart-sass/src/dart diff --git a/ClientApp/node_modules/sass-embedded-darwin-arm64/dart-sass/src/sass.snapshot b/apps/angular/node_modules/sass-embedded-darwin-arm64/dart-sass/src/sass.snapshot similarity index 100% rename from ClientApp/node_modules/sass-embedded-darwin-arm64/dart-sass/src/sass.snapshot rename to apps/angular/node_modules/sass-embedded-darwin-arm64/dart-sass/src/sass.snapshot diff --git a/ClientApp/node_modules/sass-embedded-darwin-arm64/package.json b/apps/angular/node_modules/sass-embedded-darwin-arm64/package.json similarity index 100% rename from ClientApp/node_modules/sass-embedded-darwin-arm64/package.json rename to apps/angular/node_modules/sass-embedded-darwin-arm64/package.json diff --git a/ClientApp/node_modules/sass-embedded/LICENSE b/apps/angular/node_modules/sass-embedded/LICENSE similarity index 100% rename from ClientApp/node_modules/sass-embedded/LICENSE rename to apps/angular/node_modules/sass-embedded/LICENSE diff --git a/ClientApp/node_modules/sass-embedded/README.md b/apps/angular/node_modules/sass-embedded/README.md similarity index 100% rename from ClientApp/node_modules/sass-embedded/README.md rename to apps/angular/node_modules/sass-embedded/README.md diff --git a/ClientApp/node_modules/sass-embedded/dist/bin/sass.js b/apps/angular/node_modules/sass-embedded/dist/bin/sass.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/bin/sass.js rename to apps/angular/node_modules/sass-embedded/dist/bin/sass.js diff --git a/ClientApp/node_modules/sass-embedded/dist/bin/sass.js.map b/apps/angular/node_modules/sass-embedded/dist/bin/sass.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/bin/sass.js.map rename to apps/angular/node_modules/sass-embedded/dist/bin/sass.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/jest.config.js b/apps/angular/node_modules/sass-embedded/dist/jest.config.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/jest.config.js rename to apps/angular/node_modules/sass-embedded/dist/jest.config.js diff --git a/ClientApp/node_modules/sass-embedded/dist/jest.config.js.map b/apps/angular/node_modules/sass-embedded/dist/jest.config.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/jest.config.js.map rename to apps/angular/node_modules/sass-embedded/dist/jest.config.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/index.js b/apps/angular/node_modules/sass-embedded/dist/lib/index.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/index.js rename to apps/angular/node_modules/sass-embedded/dist/lib/index.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/index.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/index.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/index.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/index.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/index.mjs b/apps/angular/node_modules/sass-embedded/dist/lib/index.mjs similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/index.mjs rename to apps/angular/node_modules/sass-embedded/dist/lib/index.mjs diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/canonicalize-context.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/canonicalize-context.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/canonicalize-context.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/canonicalize-context.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/canonicalize-context.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/canonicalize-context.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/canonicalize-context.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/canonicalize-context.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/compile.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/compile.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/compile.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/compile.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/compile.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/compile.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/compile.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/compile.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/compiler-module.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/compiler-module.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/compiler-module.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/compiler-module.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/compiler-module.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/compiler-module.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/compiler-module.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/compiler-module.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/compiler-path.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/compiler-path.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/compiler-path.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/compiler-path.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/compiler-path.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/compiler-path.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/compiler-path.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/compiler-path.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/compiler/async.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/compiler/async.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/compiler/async.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/compiler/async.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/compiler/async.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/compiler/async.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/compiler/async.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/compiler/async.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/compiler/sync.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/compiler/sync.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/compiler/sync.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/compiler/sync.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/compiler/sync.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/compiler/sync.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/compiler/sync.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/compiler/sync.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/compiler/utils.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/compiler/utils.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/compiler/utils.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/compiler/utils.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/compiler/utils.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/compiler/utils.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/compiler/utils.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/compiler/utils.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/deprecations.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/deprecations.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/deprecations.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/deprecations.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/deprecations.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/deprecations.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/deprecations.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/deprecations.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/deprotofy-span.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/deprotofy-span.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/deprotofy-span.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/deprotofy-span.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/deprotofy-span.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/deprotofy-span.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/deprotofy-span.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/deprotofy-span.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/dispatcher.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/dispatcher.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/dispatcher.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/dispatcher.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/dispatcher.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/dispatcher.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/dispatcher.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/dispatcher.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/elf.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/elf.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/elf.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/elf.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/elf.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/elf.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/elf.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/elf.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/exception.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/exception.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/exception.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/exception.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/exception.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/exception.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/exception.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/exception.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/function-registry.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/function-registry.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/function-registry.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/function-registry.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/function-registry.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/function-registry.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/function-registry.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/function-registry.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/importer-registry.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/importer-registry.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/importer-registry.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/importer-registry.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/importer-registry.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/importer-registry.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/importer-registry.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/importer-registry.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/importer.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/importer.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/importer.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/importer.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/importer.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/importer.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/importer.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/importer.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/index.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/index.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/index.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/index.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/index.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/index.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/index.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/index.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/resolve-path.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/resolve-path.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/resolve-path.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/resolve-path.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/resolve-path.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/resolve-path.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/resolve-path.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/resolve-path.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/utils.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/utils.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/utils.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/utils.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/utils.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/utils.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/utils.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/utils.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/value/base.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/value/base.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/value/base.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/value/base.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/value/base.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/value/base.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/value/base.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/value/base.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/value/color.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/value/color.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/value/color.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/value/color.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/value/color.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/value/color.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/value/color.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/value/color.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/value/index.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/value/index.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/value/index.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/value/index.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/value/index.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/value/index.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/value/index.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/value/index.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/value/list.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/value/list.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/value/list.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/value/list.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/value/list.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/value/list.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/value/list.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/value/list.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/value/map.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/value/map.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/value/map.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/value/map.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/value/map.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/value/map.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/value/map.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/value/map.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/value/number.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/value/number.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/value/number.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/value/number.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/value/number.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/value/number.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/value/number.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/value/number.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/value/string.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/value/string.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/value/string.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/value/string.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/value/string.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/value/string.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/value/string.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/value/string.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/value/wrap.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/value/wrap.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/value/wrap.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/value/wrap.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/value/wrap.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/value/wrap.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/legacy/value/wrap.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/legacy/value/wrap.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/logger.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/logger.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/logger.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/logger.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/logger.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/logger.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/logger.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/logger.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/message-transformer.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/message-transformer.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/message-transformer.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/message-transformer.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/message-transformer.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/message-transformer.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/message-transformer.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/message-transformer.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/messages.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/messages.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/messages.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/messages.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/messages.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/messages.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/messages.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/messages.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/packet-transformer.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/packet-transformer.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/packet-transformer.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/packet-transformer.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/packet-transformer.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/packet-transformer.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/packet-transformer.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/packet-transformer.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/protofier.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/protofier.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/protofier.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/protofier.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/protofier.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/protofier.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/protofier.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/protofier.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/request-tracker.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/request-tracker.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/request-tracker.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/request-tracker.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/request-tracker.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/request-tracker.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/request-tracker.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/request-tracker.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/utils.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/utils.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/utils.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/utils.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/utils.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/utils.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/utils.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/utils.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/value/argument-list.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/value/argument-list.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/value/argument-list.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/value/argument-list.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/value/argument-list.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/value/argument-list.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/value/argument-list.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/value/argument-list.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/value/boolean.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/value/boolean.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/value/boolean.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/value/boolean.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/value/boolean.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/value/boolean.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/value/boolean.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/value/boolean.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/value/calculations.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/value/calculations.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/value/calculations.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/value/calculations.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/value/calculations.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/value/calculations.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/value/calculations.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/value/calculations.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/value/color.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/value/color.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/value/color.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/value/color.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/value/color.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/value/color.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/value/color.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/value/color.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/value/function.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/value/function.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/value/function.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/value/function.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/value/function.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/value/function.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/value/function.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/value/function.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/value/index.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/value/index.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/value/index.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/value/index.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/value/index.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/value/index.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/value/index.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/value/index.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/value/list.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/value/list.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/value/list.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/value/list.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/value/list.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/value/list.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/value/list.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/value/list.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/value/map.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/value/map.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/value/map.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/value/map.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/value/map.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/value/map.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/value/map.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/value/map.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/value/mixin.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/value/mixin.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/value/mixin.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/value/mixin.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/value/mixin.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/value/mixin.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/value/mixin.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/value/mixin.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/value/null.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/value/null.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/value/null.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/value/null.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/value/null.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/value/null.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/value/null.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/value/null.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/value/number.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/value/number.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/value/number.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/value/number.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/value/number.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/value/number.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/value/number.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/value/number.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/value/string.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/value/string.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/value/string.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/value/string.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/value/string.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/value/string.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/value/string.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/value/string.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/value/utils.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/value/utils.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/value/utils.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/value/utils.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/value/utils.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/value/utils.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/value/utils.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/value/utils.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/vendor/deprecations.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/vendor/deprecations.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/vendor/deprecations.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/vendor/deprecations.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/vendor/deprecations.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/vendor/deprecations.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/vendor/deprecations.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/vendor/deprecations.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/vendor/embedded_sass_pb.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/vendor/embedded_sass_pb.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/vendor/embedded_sass_pb.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/vendor/embedded_sass_pb.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/vendor/embedded_sass_pb.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/vendor/embedded_sass_pb.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/vendor/embedded_sass_pb.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/vendor/embedded_sass_pb.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/version.js b/apps/angular/node_modules/sass-embedded/dist/lib/src/version.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/version.js rename to apps/angular/node_modules/sass-embedded/dist/lib/src/version.js diff --git a/ClientApp/node_modules/sass-embedded/dist/lib/src/version.js.map b/apps/angular/node_modules/sass-embedded/dist/lib/src/version.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/lib/src/version.js.map rename to apps/angular/node_modules/sass-embedded/dist/lib/src/version.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/package.json b/apps/angular/node_modules/sass-embedded/dist/package.json similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/package.json rename to apps/angular/node_modules/sass-embedded/dist/package.json diff --git a/ClientApp/node_modules/sass-embedded/dist/test/sandbox.js b/apps/angular/node_modules/sass-embedded/dist/test/sandbox.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/test/sandbox.js rename to apps/angular/node_modules/sass-embedded/dist/test/sandbox.js diff --git a/ClientApp/node_modules/sass-embedded/dist/test/sandbox.js.map b/apps/angular/node_modules/sass-embedded/dist/test/sandbox.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/test/sandbox.js.map rename to apps/angular/node_modules/sass-embedded/dist/test/sandbox.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/test/utils.js b/apps/angular/node_modules/sass-embedded/dist/test/utils.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/test/utils.js rename to apps/angular/node_modules/sass-embedded/dist/test/utils.js diff --git a/ClientApp/node_modules/sass-embedded/dist/test/utils.js.map b/apps/angular/node_modules/sass-embedded/dist/test/utils.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/test/utils.js.map rename to apps/angular/node_modules/sass-embedded/dist/test/utils.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/tool/get-deprecations.js b/apps/angular/node_modules/sass-embedded/dist/tool/get-deprecations.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/tool/get-deprecations.js rename to apps/angular/node_modules/sass-embedded/dist/tool/get-deprecations.js diff --git a/ClientApp/node_modules/sass-embedded/dist/tool/get-deprecations.js.map b/apps/angular/node_modules/sass-embedded/dist/tool/get-deprecations.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/tool/get-deprecations.js.map rename to apps/angular/node_modules/sass-embedded/dist/tool/get-deprecations.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/tool/get-embedded-compiler.js b/apps/angular/node_modules/sass-embedded/dist/tool/get-embedded-compiler.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/tool/get-embedded-compiler.js rename to apps/angular/node_modules/sass-embedded/dist/tool/get-embedded-compiler.js diff --git a/ClientApp/node_modules/sass-embedded/dist/tool/get-embedded-compiler.js.map b/apps/angular/node_modules/sass-embedded/dist/tool/get-embedded-compiler.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/tool/get-embedded-compiler.js.map rename to apps/angular/node_modules/sass-embedded/dist/tool/get-embedded-compiler.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/tool/get-language-repo.js b/apps/angular/node_modules/sass-embedded/dist/tool/get-language-repo.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/tool/get-language-repo.js rename to apps/angular/node_modules/sass-embedded/dist/tool/get-language-repo.js diff --git a/ClientApp/node_modules/sass-embedded/dist/tool/get-language-repo.js.map b/apps/angular/node_modules/sass-embedded/dist/tool/get-language-repo.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/tool/get-language-repo.js.map rename to apps/angular/node_modules/sass-embedded/dist/tool/get-language-repo.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/tool/init.js b/apps/angular/node_modules/sass-embedded/dist/tool/init.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/tool/init.js rename to apps/angular/node_modules/sass-embedded/dist/tool/init.js diff --git a/ClientApp/node_modules/sass-embedded/dist/tool/init.js.map b/apps/angular/node_modules/sass-embedded/dist/tool/init.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/tool/init.js.map rename to apps/angular/node_modules/sass-embedded/dist/tool/init.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/tool/prepare-optional-release.js b/apps/angular/node_modules/sass-embedded/dist/tool/prepare-optional-release.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/tool/prepare-optional-release.js rename to apps/angular/node_modules/sass-embedded/dist/tool/prepare-optional-release.js diff --git a/ClientApp/node_modules/sass-embedded/dist/tool/prepare-optional-release.js.map b/apps/angular/node_modules/sass-embedded/dist/tool/prepare-optional-release.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/tool/prepare-optional-release.js.map rename to apps/angular/node_modules/sass-embedded/dist/tool/prepare-optional-release.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/tool/prepare-release.js b/apps/angular/node_modules/sass-embedded/dist/tool/prepare-release.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/tool/prepare-release.js rename to apps/angular/node_modules/sass-embedded/dist/tool/prepare-release.js diff --git a/ClientApp/node_modules/sass-embedded/dist/tool/prepare-release.js.map b/apps/angular/node_modules/sass-embedded/dist/tool/prepare-release.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/tool/prepare-release.js.map rename to apps/angular/node_modules/sass-embedded/dist/tool/prepare-release.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/tool/utils.js b/apps/angular/node_modules/sass-embedded/dist/tool/utils.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/tool/utils.js rename to apps/angular/node_modules/sass-embedded/dist/tool/utils.js diff --git a/ClientApp/node_modules/sass-embedded/dist/tool/utils.js.map b/apps/angular/node_modules/sass-embedded/dist/tool/utils.js.map similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/tool/utils.js.map rename to apps/angular/node_modules/sass-embedded/dist/tool/utils.js.map diff --git a/ClientApp/node_modules/sass-embedded/dist/tsconfig.build.tsbuildinfo b/apps/angular/node_modules/sass-embedded/dist/tsconfig.build.tsbuildinfo similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/tsconfig.build.tsbuildinfo rename to apps/angular/node_modules/sass-embedded/dist/tsconfig.build.tsbuildinfo diff --git a/ClientApp/node_modules/sass-embedded/dist/types/compile.d.ts b/apps/angular/node_modules/sass-embedded/dist/types/compile.d.ts similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/types/compile.d.ts rename to apps/angular/node_modules/sass-embedded/dist/types/compile.d.ts diff --git a/ClientApp/node_modules/sass-embedded/dist/types/deprecations.d.ts b/apps/angular/node_modules/sass-embedded/dist/types/deprecations.d.ts similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/types/deprecations.d.ts rename to apps/angular/node_modules/sass-embedded/dist/types/deprecations.d.ts diff --git a/ClientApp/node_modules/sass-embedded/dist/types/exception.d.ts b/apps/angular/node_modules/sass-embedded/dist/types/exception.d.ts similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/types/exception.d.ts rename to apps/angular/node_modules/sass-embedded/dist/types/exception.d.ts diff --git a/ClientApp/node_modules/sass-embedded/dist/types/importer.d.ts b/apps/angular/node_modules/sass-embedded/dist/types/importer.d.ts similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/types/importer.d.ts rename to apps/angular/node_modules/sass-embedded/dist/types/importer.d.ts diff --git a/ClientApp/node_modules/sass-embedded/dist/types/index.d.ts b/apps/angular/node_modules/sass-embedded/dist/types/index.d.ts similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/types/index.d.ts rename to apps/angular/node_modules/sass-embedded/dist/types/index.d.ts diff --git a/ClientApp/node_modules/sass-embedded/dist/types/index.m.d.ts b/apps/angular/node_modules/sass-embedded/dist/types/index.m.d.ts similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/types/index.m.d.ts rename to apps/angular/node_modules/sass-embedded/dist/types/index.m.d.ts diff --git a/ClientApp/node_modules/sass-embedded/dist/types/legacy/exception.d.ts b/apps/angular/node_modules/sass-embedded/dist/types/legacy/exception.d.ts similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/types/legacy/exception.d.ts rename to apps/angular/node_modules/sass-embedded/dist/types/legacy/exception.d.ts diff --git a/ClientApp/node_modules/sass-embedded/dist/types/legacy/function.d.ts b/apps/angular/node_modules/sass-embedded/dist/types/legacy/function.d.ts similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/types/legacy/function.d.ts rename to apps/angular/node_modules/sass-embedded/dist/types/legacy/function.d.ts diff --git a/ClientApp/node_modules/sass-embedded/dist/types/legacy/importer.d.ts b/apps/angular/node_modules/sass-embedded/dist/types/legacy/importer.d.ts similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/types/legacy/importer.d.ts rename to apps/angular/node_modules/sass-embedded/dist/types/legacy/importer.d.ts diff --git a/ClientApp/node_modules/sass-embedded/dist/types/legacy/options.d.ts b/apps/angular/node_modules/sass-embedded/dist/types/legacy/options.d.ts similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/types/legacy/options.d.ts rename to apps/angular/node_modules/sass-embedded/dist/types/legacy/options.d.ts diff --git a/ClientApp/node_modules/sass-embedded/dist/types/legacy/plugin_this.d.ts b/apps/angular/node_modules/sass-embedded/dist/types/legacy/plugin_this.d.ts similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/types/legacy/plugin_this.d.ts rename to apps/angular/node_modules/sass-embedded/dist/types/legacy/plugin_this.d.ts diff --git a/ClientApp/node_modules/sass-embedded/dist/types/legacy/render.d.ts b/apps/angular/node_modules/sass-embedded/dist/types/legacy/render.d.ts similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/types/legacy/render.d.ts rename to apps/angular/node_modules/sass-embedded/dist/types/legacy/render.d.ts diff --git a/ClientApp/node_modules/sass-embedded/dist/types/logger/index.d.ts b/apps/angular/node_modules/sass-embedded/dist/types/logger/index.d.ts similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/types/logger/index.d.ts rename to apps/angular/node_modules/sass-embedded/dist/types/logger/index.d.ts diff --git a/ClientApp/node_modules/sass-embedded/dist/types/logger/source_location.d.ts b/apps/angular/node_modules/sass-embedded/dist/types/logger/source_location.d.ts similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/types/logger/source_location.d.ts rename to apps/angular/node_modules/sass-embedded/dist/types/logger/source_location.d.ts diff --git a/ClientApp/node_modules/sass-embedded/dist/types/logger/source_span.d.ts b/apps/angular/node_modules/sass-embedded/dist/types/logger/source_span.d.ts similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/types/logger/source_span.d.ts rename to apps/angular/node_modules/sass-embedded/dist/types/logger/source_span.d.ts diff --git a/ClientApp/node_modules/sass-embedded/dist/types/options.d.ts b/apps/angular/node_modules/sass-embedded/dist/types/options.d.ts similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/types/options.d.ts rename to apps/angular/node_modules/sass-embedded/dist/types/options.d.ts diff --git a/ClientApp/node_modules/sass-embedded/dist/types/util/promise_or.d.ts b/apps/angular/node_modules/sass-embedded/dist/types/util/promise_or.d.ts similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/types/util/promise_or.d.ts rename to apps/angular/node_modules/sass-embedded/dist/types/util/promise_or.d.ts diff --git a/ClientApp/node_modules/sass-embedded/dist/types/value/argument_list.d.ts b/apps/angular/node_modules/sass-embedded/dist/types/value/argument_list.d.ts similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/types/value/argument_list.d.ts rename to apps/angular/node_modules/sass-embedded/dist/types/value/argument_list.d.ts diff --git a/ClientApp/node_modules/sass-embedded/dist/types/value/boolean.d.ts b/apps/angular/node_modules/sass-embedded/dist/types/value/boolean.d.ts similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/types/value/boolean.d.ts rename to apps/angular/node_modules/sass-embedded/dist/types/value/boolean.d.ts diff --git a/ClientApp/node_modules/sass-embedded/dist/types/value/calculation.d.ts b/apps/angular/node_modules/sass-embedded/dist/types/value/calculation.d.ts similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/types/value/calculation.d.ts rename to apps/angular/node_modules/sass-embedded/dist/types/value/calculation.d.ts diff --git a/ClientApp/node_modules/sass-embedded/dist/types/value/color.d.ts b/apps/angular/node_modules/sass-embedded/dist/types/value/color.d.ts similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/types/value/color.d.ts rename to apps/angular/node_modules/sass-embedded/dist/types/value/color.d.ts diff --git a/ClientApp/node_modules/sass-embedded/dist/types/value/function.d.ts b/apps/angular/node_modules/sass-embedded/dist/types/value/function.d.ts similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/types/value/function.d.ts rename to apps/angular/node_modules/sass-embedded/dist/types/value/function.d.ts diff --git a/ClientApp/node_modules/sass-embedded/dist/types/value/index.d.ts b/apps/angular/node_modules/sass-embedded/dist/types/value/index.d.ts similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/types/value/index.d.ts rename to apps/angular/node_modules/sass-embedded/dist/types/value/index.d.ts diff --git a/ClientApp/node_modules/sass-embedded/dist/types/value/list.d.ts b/apps/angular/node_modules/sass-embedded/dist/types/value/list.d.ts similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/types/value/list.d.ts rename to apps/angular/node_modules/sass-embedded/dist/types/value/list.d.ts diff --git a/ClientApp/node_modules/sass-embedded/dist/types/value/map.d.ts b/apps/angular/node_modules/sass-embedded/dist/types/value/map.d.ts similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/types/value/map.d.ts rename to apps/angular/node_modules/sass-embedded/dist/types/value/map.d.ts diff --git a/ClientApp/node_modules/sass-embedded/dist/types/value/mixin.d.ts b/apps/angular/node_modules/sass-embedded/dist/types/value/mixin.d.ts similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/types/value/mixin.d.ts rename to apps/angular/node_modules/sass-embedded/dist/types/value/mixin.d.ts diff --git a/ClientApp/node_modules/sass-embedded/dist/types/value/number.d.ts b/apps/angular/node_modules/sass-embedded/dist/types/value/number.d.ts similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/types/value/number.d.ts rename to apps/angular/node_modules/sass-embedded/dist/types/value/number.d.ts diff --git a/ClientApp/node_modules/sass-embedded/dist/types/value/string.d.ts b/apps/angular/node_modules/sass-embedded/dist/types/value/string.d.ts similarity index 100% rename from ClientApp/node_modules/sass-embedded/dist/types/value/string.d.ts rename to apps/angular/node_modules/sass-embedded/dist/types/value/string.d.ts diff --git a/ClientApp/node_modules/sass-embedded/node_modules/supports-color/browser.js b/apps/angular/node_modules/sass-embedded/node_modules/supports-color/browser.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/node_modules/supports-color/browser.js rename to apps/angular/node_modules/sass-embedded/node_modules/supports-color/browser.js diff --git a/ClientApp/node_modules/sass-embedded/node_modules/supports-color/index.js b/apps/angular/node_modules/sass-embedded/node_modules/supports-color/index.js similarity index 100% rename from ClientApp/node_modules/sass-embedded/node_modules/supports-color/index.js rename to apps/angular/node_modules/sass-embedded/node_modules/supports-color/index.js diff --git a/ClientApp/node_modules/sass-embedded/node_modules/supports-color/license b/apps/angular/node_modules/sass-embedded/node_modules/supports-color/license similarity index 100% rename from ClientApp/node_modules/sass-embedded/node_modules/supports-color/license rename to apps/angular/node_modules/sass-embedded/node_modules/supports-color/license diff --git a/ClientApp/node_modules/sass-embedded/node_modules/supports-color/package.json b/apps/angular/node_modules/sass-embedded/node_modules/supports-color/package.json similarity index 100% rename from ClientApp/node_modules/sass-embedded/node_modules/supports-color/package.json rename to apps/angular/node_modules/sass-embedded/node_modules/supports-color/package.json diff --git a/ClientApp/node_modules/sass-embedded/node_modules/supports-color/readme.md b/apps/angular/node_modules/sass-embedded/node_modules/supports-color/readme.md similarity index 100% rename from ClientApp/node_modules/sass-embedded/node_modules/supports-color/readme.md rename to apps/angular/node_modules/sass-embedded/node_modules/supports-color/readme.md diff --git a/ClientApp/node_modules/sass-embedded/package.json b/apps/angular/node_modules/sass-embedded/package.json similarity index 100% rename from ClientApp/node_modules/sass-embedded/package.json rename to apps/angular/node_modules/sass-embedded/package.json diff --git a/ClientApp/node_modules/sass/LICENSE b/apps/angular/node_modules/sass/LICENSE similarity index 100% rename from ClientApp/node_modules/sass/LICENSE rename to apps/angular/node_modules/sass/LICENSE diff --git a/ClientApp/node_modules/sass/README.md b/apps/angular/node_modules/sass/README.md similarity index 100% rename from ClientApp/node_modules/sass/README.md rename to apps/angular/node_modules/sass/README.md diff --git a/ClientApp/node_modules/sass/package.json b/apps/angular/node_modules/sass/package.json similarity index 100% rename from ClientApp/node_modules/sass/package.json rename to apps/angular/node_modules/sass/package.json diff --git a/ClientApp/node_modules/sass/sass.dart.js b/apps/angular/node_modules/sass/sass.dart.js similarity index 100% rename from ClientApp/node_modules/sass/sass.dart.js rename to apps/angular/node_modules/sass/sass.dart.js diff --git a/ClientApp/node_modules/sass/sass.default.cjs b/apps/angular/node_modules/sass/sass.default.cjs similarity index 100% rename from ClientApp/node_modules/sass/sass.default.cjs rename to apps/angular/node_modules/sass/sass.default.cjs diff --git a/ClientApp/node_modules/sass/sass.default.js b/apps/angular/node_modules/sass/sass.default.js similarity index 100% rename from ClientApp/node_modules/sass/sass.default.js rename to apps/angular/node_modules/sass/sass.default.js diff --git a/ClientApp/node_modules/sass/sass.js b/apps/angular/node_modules/sass/sass.js similarity index 100% rename from ClientApp/node_modules/sass/sass.js rename to apps/angular/node_modules/sass/sass.js diff --git a/ClientApp/node_modules/sass/sass.node.js b/apps/angular/node_modules/sass/sass.node.js similarity index 100% rename from ClientApp/node_modules/sass/sass.node.js rename to apps/angular/node_modules/sass/sass.node.js diff --git a/ClientApp/node_modules/sass/sass.node.mjs b/apps/angular/node_modules/sass/sass.node.mjs similarity index 100% rename from ClientApp/node_modules/sass/sass.node.mjs rename to apps/angular/node_modules/sass/sass.node.mjs diff --git a/ClientApp/node_modules/sass/types/compile.d.ts b/apps/angular/node_modules/sass/types/compile.d.ts similarity index 100% rename from ClientApp/node_modules/sass/types/compile.d.ts rename to apps/angular/node_modules/sass/types/compile.d.ts diff --git a/ClientApp/node_modules/sass/types/deprecations.d.ts b/apps/angular/node_modules/sass/types/deprecations.d.ts similarity index 100% rename from ClientApp/node_modules/sass/types/deprecations.d.ts rename to apps/angular/node_modules/sass/types/deprecations.d.ts diff --git a/ClientApp/node_modules/sass/types/exception.d.ts b/apps/angular/node_modules/sass/types/exception.d.ts similarity index 100% rename from ClientApp/node_modules/sass/types/exception.d.ts rename to apps/angular/node_modules/sass/types/exception.d.ts diff --git a/ClientApp/node_modules/sass/types/importer.d.ts b/apps/angular/node_modules/sass/types/importer.d.ts similarity index 100% rename from ClientApp/node_modules/sass/types/importer.d.ts rename to apps/angular/node_modules/sass/types/importer.d.ts diff --git a/ClientApp/node_modules/sass/types/index.d.ts b/apps/angular/node_modules/sass/types/index.d.ts similarity index 100% rename from ClientApp/node_modules/sass/types/index.d.ts rename to apps/angular/node_modules/sass/types/index.d.ts diff --git a/ClientApp/node_modules/sass/types/legacy/exception.d.ts b/apps/angular/node_modules/sass/types/legacy/exception.d.ts similarity index 100% rename from ClientApp/node_modules/sass/types/legacy/exception.d.ts rename to apps/angular/node_modules/sass/types/legacy/exception.d.ts diff --git a/ClientApp/node_modules/sass/types/legacy/function.d.ts b/apps/angular/node_modules/sass/types/legacy/function.d.ts similarity index 100% rename from ClientApp/node_modules/sass/types/legacy/function.d.ts rename to apps/angular/node_modules/sass/types/legacy/function.d.ts diff --git a/ClientApp/node_modules/sass/types/legacy/importer.d.ts b/apps/angular/node_modules/sass/types/legacy/importer.d.ts similarity index 100% rename from ClientApp/node_modules/sass/types/legacy/importer.d.ts rename to apps/angular/node_modules/sass/types/legacy/importer.d.ts diff --git a/ClientApp/node_modules/sass/types/legacy/options.d.ts b/apps/angular/node_modules/sass/types/legacy/options.d.ts similarity index 100% rename from ClientApp/node_modules/sass/types/legacy/options.d.ts rename to apps/angular/node_modules/sass/types/legacy/options.d.ts diff --git a/ClientApp/node_modules/sass/types/legacy/plugin_this.d.ts b/apps/angular/node_modules/sass/types/legacy/plugin_this.d.ts similarity index 100% rename from ClientApp/node_modules/sass/types/legacy/plugin_this.d.ts rename to apps/angular/node_modules/sass/types/legacy/plugin_this.d.ts diff --git a/ClientApp/node_modules/sass/types/legacy/render.d.ts b/apps/angular/node_modules/sass/types/legacy/render.d.ts similarity index 100% rename from ClientApp/node_modules/sass/types/legacy/render.d.ts rename to apps/angular/node_modules/sass/types/legacy/render.d.ts diff --git a/ClientApp/node_modules/sass/types/logger/index.d.ts b/apps/angular/node_modules/sass/types/logger/index.d.ts similarity index 100% rename from ClientApp/node_modules/sass/types/logger/index.d.ts rename to apps/angular/node_modules/sass/types/logger/index.d.ts diff --git a/ClientApp/node_modules/sass/types/logger/source_location.d.ts b/apps/angular/node_modules/sass/types/logger/source_location.d.ts similarity index 100% rename from ClientApp/node_modules/sass/types/logger/source_location.d.ts rename to apps/angular/node_modules/sass/types/logger/source_location.d.ts diff --git a/ClientApp/node_modules/sass/types/logger/source_span.d.ts b/apps/angular/node_modules/sass/types/logger/source_span.d.ts similarity index 100% rename from ClientApp/node_modules/sass/types/logger/source_span.d.ts rename to apps/angular/node_modules/sass/types/logger/source_span.d.ts diff --git a/ClientApp/node_modules/sass/types/options.d.ts b/apps/angular/node_modules/sass/types/options.d.ts similarity index 100% rename from ClientApp/node_modules/sass/types/options.d.ts rename to apps/angular/node_modules/sass/types/options.d.ts diff --git a/ClientApp/node_modules/sass/types/util/promise_or.d.ts b/apps/angular/node_modules/sass/types/util/promise_or.d.ts similarity index 100% rename from ClientApp/node_modules/sass/types/util/promise_or.d.ts rename to apps/angular/node_modules/sass/types/util/promise_or.d.ts diff --git a/ClientApp/node_modules/sass/types/value/argument_list.d.ts b/apps/angular/node_modules/sass/types/value/argument_list.d.ts similarity index 100% rename from ClientApp/node_modules/sass/types/value/argument_list.d.ts rename to apps/angular/node_modules/sass/types/value/argument_list.d.ts diff --git a/ClientApp/node_modules/sass/types/value/boolean.d.ts b/apps/angular/node_modules/sass/types/value/boolean.d.ts similarity index 100% rename from ClientApp/node_modules/sass/types/value/boolean.d.ts rename to apps/angular/node_modules/sass/types/value/boolean.d.ts diff --git a/ClientApp/node_modules/sass/types/value/calculation.d.ts b/apps/angular/node_modules/sass/types/value/calculation.d.ts similarity index 100% rename from ClientApp/node_modules/sass/types/value/calculation.d.ts rename to apps/angular/node_modules/sass/types/value/calculation.d.ts diff --git a/ClientApp/node_modules/sass/types/value/color.d.ts b/apps/angular/node_modules/sass/types/value/color.d.ts similarity index 100% rename from ClientApp/node_modules/sass/types/value/color.d.ts rename to apps/angular/node_modules/sass/types/value/color.d.ts diff --git a/ClientApp/node_modules/sass/types/value/function.d.ts b/apps/angular/node_modules/sass/types/value/function.d.ts similarity index 100% rename from ClientApp/node_modules/sass/types/value/function.d.ts rename to apps/angular/node_modules/sass/types/value/function.d.ts diff --git a/ClientApp/node_modules/sass/types/value/index.d.ts b/apps/angular/node_modules/sass/types/value/index.d.ts similarity index 100% rename from ClientApp/node_modules/sass/types/value/index.d.ts rename to apps/angular/node_modules/sass/types/value/index.d.ts diff --git a/ClientApp/node_modules/sass/types/value/list.d.ts b/apps/angular/node_modules/sass/types/value/list.d.ts similarity index 100% rename from ClientApp/node_modules/sass/types/value/list.d.ts rename to apps/angular/node_modules/sass/types/value/list.d.ts diff --git a/ClientApp/node_modules/sass/types/value/map.d.ts b/apps/angular/node_modules/sass/types/value/map.d.ts similarity index 100% rename from ClientApp/node_modules/sass/types/value/map.d.ts rename to apps/angular/node_modules/sass/types/value/map.d.ts diff --git a/ClientApp/node_modules/sass/types/value/mixin.d.ts b/apps/angular/node_modules/sass/types/value/mixin.d.ts similarity index 100% rename from ClientApp/node_modules/sass/types/value/mixin.d.ts rename to apps/angular/node_modules/sass/types/value/mixin.d.ts diff --git a/ClientApp/node_modules/sass/types/value/number.d.ts b/apps/angular/node_modules/sass/types/value/number.d.ts similarity index 100% rename from ClientApp/node_modules/sass/types/value/number.d.ts rename to apps/angular/node_modules/sass/types/value/number.d.ts diff --git a/ClientApp/node_modules/sass/types/value/string.d.ts b/apps/angular/node_modules/sass/types/value/string.d.ts similarity index 100% rename from ClientApp/node_modules/sass/types/value/string.d.ts rename to apps/angular/node_modules/sass/types/value/string.d.ts diff --git a/ClientApp/node_modules/saxes/README.md b/apps/angular/node_modules/saxes/README.md similarity index 100% rename from ClientApp/node_modules/saxes/README.md rename to apps/angular/node_modules/saxes/README.md diff --git a/ClientApp/node_modules/saxes/package.json b/apps/angular/node_modules/saxes/package.json similarity index 100% rename from ClientApp/node_modules/saxes/package.json rename to apps/angular/node_modules/saxes/package.json diff --git a/ClientApp/node_modules/saxes/saxes.d.ts b/apps/angular/node_modules/saxes/saxes.d.ts similarity index 100% rename from ClientApp/node_modules/saxes/saxes.d.ts rename to apps/angular/node_modules/saxes/saxes.d.ts diff --git a/ClientApp/node_modules/saxes/saxes.js b/apps/angular/node_modules/saxes/saxes.js similarity index 100% rename from ClientApp/node_modules/saxes/saxes.js rename to apps/angular/node_modules/saxes/saxes.js diff --git a/ClientApp/node_modules/saxes/saxes.js.map b/apps/angular/node_modules/saxes/saxes.js.map similarity index 100% rename from ClientApp/node_modules/saxes/saxes.js.map rename to apps/angular/node_modules/saxes/saxes.js.map diff --git a/ClientApp/node_modules/scheduler/LICENSE b/apps/angular/node_modules/scheduler/LICENSE similarity index 100% rename from ClientApp/node_modules/scheduler/LICENSE rename to apps/angular/node_modules/scheduler/LICENSE diff --git a/ClientApp/node_modules/scheduler/README.md b/apps/angular/node_modules/scheduler/README.md similarity index 100% rename from ClientApp/node_modules/scheduler/README.md rename to apps/angular/node_modules/scheduler/README.md diff --git a/ClientApp/node_modules/scheduler/cjs/scheduler-unstable_mock.development.js b/apps/angular/node_modules/scheduler/cjs/scheduler-unstable_mock.development.js similarity index 100% rename from ClientApp/node_modules/scheduler/cjs/scheduler-unstable_mock.development.js rename to apps/angular/node_modules/scheduler/cjs/scheduler-unstable_mock.development.js diff --git a/ClientApp/node_modules/scheduler/cjs/scheduler-unstable_mock.production.min.js b/apps/angular/node_modules/scheduler/cjs/scheduler-unstable_mock.production.min.js similarity index 100% rename from ClientApp/node_modules/scheduler/cjs/scheduler-unstable_mock.production.min.js rename to apps/angular/node_modules/scheduler/cjs/scheduler-unstable_mock.production.min.js diff --git a/ClientApp/node_modules/scheduler/cjs/scheduler-unstable_post_task.development.js b/apps/angular/node_modules/scheduler/cjs/scheduler-unstable_post_task.development.js similarity index 100% rename from ClientApp/node_modules/scheduler/cjs/scheduler-unstable_post_task.development.js rename to apps/angular/node_modules/scheduler/cjs/scheduler-unstable_post_task.development.js diff --git a/ClientApp/node_modules/scheduler/cjs/scheduler-unstable_post_task.production.min.js b/apps/angular/node_modules/scheduler/cjs/scheduler-unstable_post_task.production.min.js similarity index 100% rename from ClientApp/node_modules/scheduler/cjs/scheduler-unstable_post_task.production.min.js rename to apps/angular/node_modules/scheduler/cjs/scheduler-unstable_post_task.production.min.js diff --git a/ClientApp/node_modules/scheduler/cjs/scheduler.development.js b/apps/angular/node_modules/scheduler/cjs/scheduler.development.js similarity index 100% rename from ClientApp/node_modules/scheduler/cjs/scheduler.development.js rename to apps/angular/node_modules/scheduler/cjs/scheduler.development.js diff --git a/ClientApp/node_modules/scheduler/cjs/scheduler.production.min.js b/apps/angular/node_modules/scheduler/cjs/scheduler.production.min.js similarity index 100% rename from ClientApp/node_modules/scheduler/cjs/scheduler.production.min.js rename to apps/angular/node_modules/scheduler/cjs/scheduler.production.min.js diff --git a/ClientApp/node_modules/scheduler/index.js b/apps/angular/node_modules/scheduler/index.js similarity index 100% rename from ClientApp/node_modules/scheduler/index.js rename to apps/angular/node_modules/scheduler/index.js diff --git a/ClientApp/node_modules/scheduler/package.json b/apps/angular/node_modules/scheduler/package.json similarity index 100% rename from ClientApp/node_modules/scheduler/package.json rename to apps/angular/node_modules/scheduler/package.json diff --git a/ClientApp/node_modules/scheduler/umd/scheduler-unstable_mock.development.js b/apps/angular/node_modules/scheduler/umd/scheduler-unstable_mock.development.js similarity index 100% rename from ClientApp/node_modules/scheduler/umd/scheduler-unstable_mock.development.js rename to apps/angular/node_modules/scheduler/umd/scheduler-unstable_mock.development.js diff --git a/ClientApp/node_modules/scheduler/umd/scheduler-unstable_mock.production.min.js b/apps/angular/node_modules/scheduler/umd/scheduler-unstable_mock.production.min.js similarity index 100% rename from ClientApp/node_modules/scheduler/umd/scheduler-unstable_mock.production.min.js rename to apps/angular/node_modules/scheduler/umd/scheduler-unstable_mock.production.min.js diff --git a/ClientApp/node_modules/scheduler/umd/scheduler.development.js b/apps/angular/node_modules/scheduler/umd/scheduler.development.js similarity index 100% rename from ClientApp/node_modules/scheduler/umd/scheduler.development.js rename to apps/angular/node_modules/scheduler/umd/scheduler.development.js diff --git a/ClientApp/node_modules/scheduler/umd/scheduler.production.min.js b/apps/angular/node_modules/scheduler/umd/scheduler.production.min.js similarity index 100% rename from ClientApp/node_modules/scheduler/umd/scheduler.production.min.js rename to apps/angular/node_modules/scheduler/umd/scheduler.production.min.js diff --git a/ClientApp/node_modules/scheduler/umd/scheduler.profiling.min.js b/apps/angular/node_modules/scheduler/umd/scheduler.profiling.min.js similarity index 100% rename from ClientApp/node_modules/scheduler/umd/scheduler.profiling.min.js rename to apps/angular/node_modules/scheduler/umd/scheduler.profiling.min.js diff --git a/ClientApp/node_modules/scheduler/unstable_mock.js b/apps/angular/node_modules/scheduler/unstable_mock.js similarity index 100% rename from ClientApp/node_modules/scheduler/unstable_mock.js rename to apps/angular/node_modules/scheduler/unstable_mock.js diff --git a/ClientApp/node_modules/scheduler/unstable_post_task.js b/apps/angular/node_modules/scheduler/unstable_post_task.js similarity index 100% rename from ClientApp/node_modules/scheduler/unstable_post_task.js rename to apps/angular/node_modules/scheduler/unstable_post_task.js diff --git a/ClientApp/node_modules/semver/LICENSE b/apps/angular/node_modules/semver/LICENSE similarity index 100% rename from ClientApp/node_modules/semver/LICENSE rename to apps/angular/node_modules/semver/LICENSE diff --git a/ClientApp/node_modules/semver/README.md b/apps/angular/node_modules/semver/README.md similarity index 100% rename from ClientApp/node_modules/semver/README.md rename to apps/angular/node_modules/semver/README.md diff --git a/ClientApp/node_modules/semver/bin/semver.js b/apps/angular/node_modules/semver/bin/semver.js similarity index 100% rename from ClientApp/node_modules/semver/bin/semver.js rename to apps/angular/node_modules/semver/bin/semver.js diff --git a/ClientApp/node_modules/semver/classes/comparator.js b/apps/angular/node_modules/semver/classes/comparator.js similarity index 100% rename from ClientApp/node_modules/semver/classes/comparator.js rename to apps/angular/node_modules/semver/classes/comparator.js diff --git a/ClientApp/node_modules/semver/classes/index.js b/apps/angular/node_modules/semver/classes/index.js similarity index 100% rename from ClientApp/node_modules/semver/classes/index.js rename to apps/angular/node_modules/semver/classes/index.js diff --git a/ClientApp/node_modules/semver/classes/range.js b/apps/angular/node_modules/semver/classes/range.js similarity index 100% rename from ClientApp/node_modules/semver/classes/range.js rename to apps/angular/node_modules/semver/classes/range.js diff --git a/ClientApp/node_modules/semver/classes/semver.js b/apps/angular/node_modules/semver/classes/semver.js similarity index 100% rename from ClientApp/node_modules/semver/classes/semver.js rename to apps/angular/node_modules/semver/classes/semver.js diff --git a/ClientApp/node_modules/semver/functions/clean.js b/apps/angular/node_modules/semver/functions/clean.js similarity index 100% rename from ClientApp/node_modules/semver/functions/clean.js rename to apps/angular/node_modules/semver/functions/clean.js diff --git a/ClientApp/node_modules/semver/functions/cmp.js b/apps/angular/node_modules/semver/functions/cmp.js similarity index 100% rename from ClientApp/node_modules/semver/functions/cmp.js rename to apps/angular/node_modules/semver/functions/cmp.js diff --git a/ClientApp/node_modules/semver/functions/coerce.js b/apps/angular/node_modules/semver/functions/coerce.js similarity index 100% rename from ClientApp/node_modules/semver/functions/coerce.js rename to apps/angular/node_modules/semver/functions/coerce.js diff --git a/ClientApp/node_modules/semver/functions/compare-build.js b/apps/angular/node_modules/semver/functions/compare-build.js similarity index 100% rename from ClientApp/node_modules/semver/functions/compare-build.js rename to apps/angular/node_modules/semver/functions/compare-build.js diff --git a/ClientApp/node_modules/semver/functions/compare-loose.js b/apps/angular/node_modules/semver/functions/compare-loose.js similarity index 100% rename from ClientApp/node_modules/semver/functions/compare-loose.js rename to apps/angular/node_modules/semver/functions/compare-loose.js diff --git a/ClientApp/node_modules/semver/functions/compare.js b/apps/angular/node_modules/semver/functions/compare.js similarity index 100% rename from ClientApp/node_modules/semver/functions/compare.js rename to apps/angular/node_modules/semver/functions/compare.js diff --git a/ClientApp/node_modules/semver/functions/diff.js b/apps/angular/node_modules/semver/functions/diff.js similarity index 100% rename from ClientApp/node_modules/semver/functions/diff.js rename to apps/angular/node_modules/semver/functions/diff.js diff --git a/ClientApp/node_modules/semver/functions/eq.js b/apps/angular/node_modules/semver/functions/eq.js similarity index 100% rename from ClientApp/node_modules/semver/functions/eq.js rename to apps/angular/node_modules/semver/functions/eq.js diff --git a/ClientApp/node_modules/semver/functions/gt.js b/apps/angular/node_modules/semver/functions/gt.js similarity index 100% rename from ClientApp/node_modules/semver/functions/gt.js rename to apps/angular/node_modules/semver/functions/gt.js diff --git a/ClientApp/node_modules/semver/functions/gte.js b/apps/angular/node_modules/semver/functions/gte.js similarity index 100% rename from ClientApp/node_modules/semver/functions/gte.js rename to apps/angular/node_modules/semver/functions/gte.js diff --git a/ClientApp/node_modules/semver/functions/inc.js b/apps/angular/node_modules/semver/functions/inc.js similarity index 100% rename from ClientApp/node_modules/semver/functions/inc.js rename to apps/angular/node_modules/semver/functions/inc.js diff --git a/ClientApp/node_modules/semver/functions/lt.js b/apps/angular/node_modules/semver/functions/lt.js similarity index 100% rename from ClientApp/node_modules/semver/functions/lt.js rename to apps/angular/node_modules/semver/functions/lt.js diff --git a/ClientApp/node_modules/semver/functions/lte.js b/apps/angular/node_modules/semver/functions/lte.js similarity index 100% rename from ClientApp/node_modules/semver/functions/lte.js rename to apps/angular/node_modules/semver/functions/lte.js diff --git a/ClientApp/node_modules/semver/functions/major.js b/apps/angular/node_modules/semver/functions/major.js similarity index 100% rename from ClientApp/node_modules/semver/functions/major.js rename to apps/angular/node_modules/semver/functions/major.js diff --git a/ClientApp/node_modules/semver/functions/minor.js b/apps/angular/node_modules/semver/functions/minor.js similarity index 100% rename from ClientApp/node_modules/semver/functions/minor.js rename to apps/angular/node_modules/semver/functions/minor.js diff --git a/ClientApp/node_modules/semver/functions/neq.js b/apps/angular/node_modules/semver/functions/neq.js similarity index 100% rename from ClientApp/node_modules/semver/functions/neq.js rename to apps/angular/node_modules/semver/functions/neq.js diff --git a/ClientApp/node_modules/semver/functions/parse.js b/apps/angular/node_modules/semver/functions/parse.js similarity index 100% rename from ClientApp/node_modules/semver/functions/parse.js rename to apps/angular/node_modules/semver/functions/parse.js diff --git a/ClientApp/node_modules/semver/functions/patch.js b/apps/angular/node_modules/semver/functions/patch.js similarity index 100% rename from ClientApp/node_modules/semver/functions/patch.js rename to apps/angular/node_modules/semver/functions/patch.js diff --git a/ClientApp/node_modules/semver/functions/prerelease.js b/apps/angular/node_modules/semver/functions/prerelease.js similarity index 100% rename from ClientApp/node_modules/semver/functions/prerelease.js rename to apps/angular/node_modules/semver/functions/prerelease.js diff --git a/ClientApp/node_modules/semver/functions/rcompare.js b/apps/angular/node_modules/semver/functions/rcompare.js similarity index 100% rename from ClientApp/node_modules/semver/functions/rcompare.js rename to apps/angular/node_modules/semver/functions/rcompare.js diff --git a/ClientApp/node_modules/semver/functions/rsort.js b/apps/angular/node_modules/semver/functions/rsort.js similarity index 100% rename from ClientApp/node_modules/semver/functions/rsort.js rename to apps/angular/node_modules/semver/functions/rsort.js diff --git a/ClientApp/node_modules/semver/functions/satisfies.js b/apps/angular/node_modules/semver/functions/satisfies.js similarity index 100% rename from ClientApp/node_modules/semver/functions/satisfies.js rename to apps/angular/node_modules/semver/functions/satisfies.js diff --git a/ClientApp/node_modules/semver/functions/sort.js b/apps/angular/node_modules/semver/functions/sort.js similarity index 100% rename from ClientApp/node_modules/semver/functions/sort.js rename to apps/angular/node_modules/semver/functions/sort.js diff --git a/ClientApp/node_modules/semver/functions/valid.js b/apps/angular/node_modules/semver/functions/valid.js similarity index 100% rename from ClientApp/node_modules/semver/functions/valid.js rename to apps/angular/node_modules/semver/functions/valid.js diff --git a/ClientApp/node_modules/semver/index.js b/apps/angular/node_modules/semver/index.js similarity index 100% rename from ClientApp/node_modules/semver/index.js rename to apps/angular/node_modules/semver/index.js diff --git a/ClientApp/node_modules/semver/internal/constants.js b/apps/angular/node_modules/semver/internal/constants.js similarity index 100% rename from ClientApp/node_modules/semver/internal/constants.js rename to apps/angular/node_modules/semver/internal/constants.js diff --git a/ClientApp/node_modules/semver/internal/debug.js b/apps/angular/node_modules/semver/internal/debug.js similarity index 100% rename from ClientApp/node_modules/semver/internal/debug.js rename to apps/angular/node_modules/semver/internal/debug.js diff --git a/ClientApp/node_modules/semver/internal/identifiers.js b/apps/angular/node_modules/semver/internal/identifiers.js similarity index 100% rename from ClientApp/node_modules/semver/internal/identifiers.js rename to apps/angular/node_modules/semver/internal/identifiers.js diff --git a/ClientApp/node_modules/semver/internal/lrucache.js b/apps/angular/node_modules/semver/internal/lrucache.js similarity index 100% rename from ClientApp/node_modules/semver/internal/lrucache.js rename to apps/angular/node_modules/semver/internal/lrucache.js diff --git a/ClientApp/node_modules/semver/internal/parse-options.js b/apps/angular/node_modules/semver/internal/parse-options.js similarity index 100% rename from ClientApp/node_modules/semver/internal/parse-options.js rename to apps/angular/node_modules/semver/internal/parse-options.js diff --git a/ClientApp/node_modules/semver/internal/re.js b/apps/angular/node_modules/semver/internal/re.js similarity index 100% rename from ClientApp/node_modules/semver/internal/re.js rename to apps/angular/node_modules/semver/internal/re.js diff --git a/ClientApp/node_modules/semver/package.json b/apps/angular/node_modules/semver/package.json similarity index 100% rename from ClientApp/node_modules/semver/package.json rename to apps/angular/node_modules/semver/package.json diff --git a/ClientApp/node_modules/semver/preload.js b/apps/angular/node_modules/semver/preload.js similarity index 100% rename from ClientApp/node_modules/semver/preload.js rename to apps/angular/node_modules/semver/preload.js diff --git a/ClientApp/node_modules/semver/range.bnf b/apps/angular/node_modules/semver/range.bnf similarity index 100% rename from ClientApp/node_modules/semver/range.bnf rename to apps/angular/node_modules/semver/range.bnf diff --git a/ClientApp/node_modules/semver/ranges/gtr.js b/apps/angular/node_modules/semver/ranges/gtr.js similarity index 100% rename from ClientApp/node_modules/semver/ranges/gtr.js rename to apps/angular/node_modules/semver/ranges/gtr.js diff --git a/ClientApp/node_modules/semver/ranges/intersects.js b/apps/angular/node_modules/semver/ranges/intersects.js similarity index 100% rename from ClientApp/node_modules/semver/ranges/intersects.js rename to apps/angular/node_modules/semver/ranges/intersects.js diff --git a/ClientApp/node_modules/semver/ranges/ltr.js b/apps/angular/node_modules/semver/ranges/ltr.js similarity index 100% rename from ClientApp/node_modules/semver/ranges/ltr.js rename to apps/angular/node_modules/semver/ranges/ltr.js diff --git a/ClientApp/node_modules/semver/ranges/max-satisfying.js b/apps/angular/node_modules/semver/ranges/max-satisfying.js similarity index 100% rename from ClientApp/node_modules/semver/ranges/max-satisfying.js rename to apps/angular/node_modules/semver/ranges/max-satisfying.js diff --git a/ClientApp/node_modules/semver/ranges/min-satisfying.js b/apps/angular/node_modules/semver/ranges/min-satisfying.js similarity index 100% rename from ClientApp/node_modules/semver/ranges/min-satisfying.js rename to apps/angular/node_modules/semver/ranges/min-satisfying.js diff --git a/ClientApp/node_modules/semver/ranges/min-version.js b/apps/angular/node_modules/semver/ranges/min-version.js similarity index 100% rename from ClientApp/node_modules/semver/ranges/min-version.js rename to apps/angular/node_modules/semver/ranges/min-version.js diff --git a/ClientApp/node_modules/semver/ranges/outside.js b/apps/angular/node_modules/semver/ranges/outside.js similarity index 100% rename from ClientApp/node_modules/semver/ranges/outside.js rename to apps/angular/node_modules/semver/ranges/outside.js diff --git a/ClientApp/node_modules/semver/ranges/simplify.js b/apps/angular/node_modules/semver/ranges/simplify.js similarity index 100% rename from ClientApp/node_modules/semver/ranges/simplify.js rename to apps/angular/node_modules/semver/ranges/simplify.js diff --git a/ClientApp/node_modules/semver/ranges/subset.js b/apps/angular/node_modules/semver/ranges/subset.js similarity index 100% rename from ClientApp/node_modules/semver/ranges/subset.js rename to apps/angular/node_modules/semver/ranges/subset.js diff --git a/ClientApp/node_modules/semver/ranges/to-comparators.js b/apps/angular/node_modules/semver/ranges/to-comparators.js similarity index 100% rename from ClientApp/node_modules/semver/ranges/to-comparators.js rename to apps/angular/node_modules/semver/ranges/to-comparators.js diff --git a/ClientApp/node_modules/semver/ranges/valid.js b/apps/angular/node_modules/semver/ranges/valid.js similarity index 100% rename from ClientApp/node_modules/semver/ranges/valid.js rename to apps/angular/node_modules/semver/ranges/valid.js diff --git a/ClientApp/node_modules/set-function-length/.eslintrc b/apps/angular/node_modules/set-function-length/.eslintrc similarity index 100% rename from ClientApp/node_modules/set-function-length/.eslintrc rename to apps/angular/node_modules/set-function-length/.eslintrc diff --git a/ClientApp/node_modules/set-function-length/.github/FUNDING.yml b/apps/angular/node_modules/set-function-length/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/set-function-length/.github/FUNDING.yml rename to apps/angular/node_modules/set-function-length/.github/FUNDING.yml diff --git a/ClientApp/node_modules/set-function-length/.nycrc b/apps/angular/node_modules/set-function-length/.nycrc similarity index 100% rename from ClientApp/node_modules/set-function-length/.nycrc rename to apps/angular/node_modules/set-function-length/.nycrc diff --git a/ClientApp/node_modules/set-function-length/CHANGELOG.md b/apps/angular/node_modules/set-function-length/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/set-function-length/CHANGELOG.md rename to apps/angular/node_modules/set-function-length/CHANGELOG.md diff --git a/ClientApp/node_modules/set-function-length/LICENSE b/apps/angular/node_modules/set-function-length/LICENSE similarity index 100% rename from ClientApp/node_modules/set-function-length/LICENSE rename to apps/angular/node_modules/set-function-length/LICENSE diff --git a/ClientApp/node_modules/set-function-length/README.md b/apps/angular/node_modules/set-function-length/README.md similarity index 100% rename from ClientApp/node_modules/set-function-length/README.md rename to apps/angular/node_modules/set-function-length/README.md diff --git a/ClientApp/node_modules/set-function-length/env.d.ts b/apps/angular/node_modules/set-function-length/env.d.ts similarity index 100% rename from ClientApp/node_modules/set-function-length/env.d.ts rename to apps/angular/node_modules/set-function-length/env.d.ts diff --git a/ClientApp/node_modules/set-function-length/env.js b/apps/angular/node_modules/set-function-length/env.js similarity index 100% rename from ClientApp/node_modules/set-function-length/env.js rename to apps/angular/node_modules/set-function-length/env.js diff --git a/ClientApp/node_modules/set-function-length/index.d.ts b/apps/angular/node_modules/set-function-length/index.d.ts similarity index 100% rename from ClientApp/node_modules/set-function-length/index.d.ts rename to apps/angular/node_modules/set-function-length/index.d.ts diff --git a/ClientApp/node_modules/set-function-length/index.js b/apps/angular/node_modules/set-function-length/index.js similarity index 100% rename from ClientApp/node_modules/set-function-length/index.js rename to apps/angular/node_modules/set-function-length/index.js diff --git a/ClientApp/node_modules/set-function-length/package.json b/apps/angular/node_modules/set-function-length/package.json similarity index 100% rename from ClientApp/node_modules/set-function-length/package.json rename to apps/angular/node_modules/set-function-length/package.json diff --git a/ClientApp/node_modules/set-function-length/tsconfig.json b/apps/angular/node_modules/set-function-length/tsconfig.json similarity index 100% rename from ClientApp/node_modules/set-function-length/tsconfig.json rename to apps/angular/node_modules/set-function-length/tsconfig.json diff --git a/ClientApp/node_modules/set-function-name/.eslintrc b/apps/angular/node_modules/set-function-name/.eslintrc similarity index 100% rename from ClientApp/node_modules/set-function-name/.eslintrc rename to apps/angular/node_modules/set-function-name/.eslintrc diff --git a/ClientApp/node_modules/set-function-name/.github/FUNDING.yml b/apps/angular/node_modules/set-function-name/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/set-function-name/.github/FUNDING.yml rename to apps/angular/node_modules/set-function-name/.github/FUNDING.yml diff --git a/ClientApp/node_modules/set-function-name/CHANGELOG.md b/apps/angular/node_modules/set-function-name/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/set-function-name/CHANGELOG.md rename to apps/angular/node_modules/set-function-name/CHANGELOG.md diff --git a/ClientApp/node_modules/set-function-name/LICENSE b/apps/angular/node_modules/set-function-name/LICENSE similarity index 100% rename from ClientApp/node_modules/set-function-name/LICENSE rename to apps/angular/node_modules/set-function-name/LICENSE diff --git a/ClientApp/node_modules/set-function-name/README.md b/apps/angular/node_modules/set-function-name/README.md similarity index 100% rename from ClientApp/node_modules/set-function-name/README.md rename to apps/angular/node_modules/set-function-name/README.md diff --git a/ClientApp/node_modules/set-function-name/index.d.ts b/apps/angular/node_modules/set-function-name/index.d.ts similarity index 100% rename from ClientApp/node_modules/set-function-name/index.d.ts rename to apps/angular/node_modules/set-function-name/index.d.ts diff --git a/ClientApp/node_modules/set-function-name/index.js b/apps/angular/node_modules/set-function-name/index.js similarity index 100% rename from ClientApp/node_modules/set-function-name/index.js rename to apps/angular/node_modules/set-function-name/index.js diff --git a/ClientApp/node_modules/set-function-name/package.json b/apps/angular/node_modules/set-function-name/package.json similarity index 100% rename from ClientApp/node_modules/set-function-name/package.json rename to apps/angular/node_modules/set-function-name/package.json diff --git a/ClientApp/node_modules/set-function-name/tsconfig.json b/apps/angular/node_modules/set-function-name/tsconfig.json similarity index 100% rename from ClientApp/node_modules/set-function-name/tsconfig.json rename to apps/angular/node_modules/set-function-name/tsconfig.json diff --git a/ClientApp/node_modules/set-proto/.eslintrc b/apps/angular/node_modules/set-proto/.eslintrc similarity index 100% rename from ClientApp/node_modules/set-proto/.eslintrc rename to apps/angular/node_modules/set-proto/.eslintrc diff --git a/ClientApp/node_modules/set-proto/.github/FUNDING.yml b/apps/angular/node_modules/set-proto/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/set-proto/.github/FUNDING.yml rename to apps/angular/node_modules/set-proto/.github/FUNDING.yml diff --git a/ClientApp/node_modules/set-proto/.nycrc b/apps/angular/node_modules/set-proto/.nycrc similarity index 100% rename from ClientApp/node_modules/set-proto/.nycrc rename to apps/angular/node_modules/set-proto/.nycrc diff --git a/ClientApp/node_modules/set-proto/CHANGELOG.md b/apps/angular/node_modules/set-proto/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/set-proto/CHANGELOG.md rename to apps/angular/node_modules/set-proto/CHANGELOG.md diff --git a/ClientApp/node_modules/set-proto/LICENSE b/apps/angular/node_modules/set-proto/LICENSE similarity index 100% rename from ClientApp/node_modules/set-proto/LICENSE rename to apps/angular/node_modules/set-proto/LICENSE diff --git a/ClientApp/node_modules/set-proto/Object.setPrototypeOf.d.ts b/apps/angular/node_modules/set-proto/Object.setPrototypeOf.d.ts similarity index 100% rename from ClientApp/node_modules/set-proto/Object.setPrototypeOf.d.ts rename to apps/angular/node_modules/set-proto/Object.setPrototypeOf.d.ts diff --git a/ClientApp/node_modules/set-proto/Object.setPrototypeOf.js b/apps/angular/node_modules/set-proto/Object.setPrototypeOf.js similarity index 100% rename from ClientApp/node_modules/set-proto/Object.setPrototypeOf.js rename to apps/angular/node_modules/set-proto/Object.setPrototypeOf.js diff --git a/ClientApp/node_modules/set-proto/README.md b/apps/angular/node_modules/set-proto/README.md similarity index 100% rename from ClientApp/node_modules/set-proto/README.md rename to apps/angular/node_modules/set-proto/README.md diff --git a/ClientApp/node_modules/set-proto/Reflect.setPrototypeOf.d.ts b/apps/angular/node_modules/set-proto/Reflect.setPrototypeOf.d.ts similarity index 100% rename from ClientApp/node_modules/set-proto/Reflect.setPrototypeOf.d.ts rename to apps/angular/node_modules/set-proto/Reflect.setPrototypeOf.d.ts diff --git a/ClientApp/node_modules/set-proto/Reflect.setPrototypeOf.js b/apps/angular/node_modules/set-proto/Reflect.setPrototypeOf.js similarity index 100% rename from ClientApp/node_modules/set-proto/Reflect.setPrototypeOf.js rename to apps/angular/node_modules/set-proto/Reflect.setPrototypeOf.js diff --git a/ClientApp/node_modules/set-proto/index.d.ts b/apps/angular/node_modules/set-proto/index.d.ts similarity index 100% rename from ClientApp/node_modules/set-proto/index.d.ts rename to apps/angular/node_modules/set-proto/index.d.ts diff --git a/ClientApp/node_modules/set-proto/index.js b/apps/angular/node_modules/set-proto/index.js similarity index 100% rename from ClientApp/node_modules/set-proto/index.js rename to apps/angular/node_modules/set-proto/index.js diff --git a/ClientApp/node_modules/set-proto/package.json b/apps/angular/node_modules/set-proto/package.json similarity index 100% rename from ClientApp/node_modules/set-proto/package.json rename to apps/angular/node_modules/set-proto/package.json diff --git a/ClientApp/node_modules/set-proto/test/index.js b/apps/angular/node_modules/set-proto/test/index.js similarity index 100% rename from ClientApp/node_modules/set-proto/test/index.js rename to apps/angular/node_modules/set-proto/test/index.js diff --git a/ClientApp/node_modules/set-proto/tsconfig.json b/apps/angular/node_modules/set-proto/tsconfig.json similarity index 100% rename from ClientApp/node_modules/set-proto/tsconfig.json rename to apps/angular/node_modules/set-proto/tsconfig.json diff --git a/ClientApp/node_modules/shebang-command/index.js b/apps/angular/node_modules/shebang-command/index.js similarity index 100% rename from ClientApp/node_modules/shebang-command/index.js rename to apps/angular/node_modules/shebang-command/index.js diff --git a/ClientApp/node_modules/shebang-command/license b/apps/angular/node_modules/shebang-command/license similarity index 100% rename from ClientApp/node_modules/shebang-command/license rename to apps/angular/node_modules/shebang-command/license diff --git a/ClientApp/node_modules/shebang-command/package.json b/apps/angular/node_modules/shebang-command/package.json similarity index 100% rename from ClientApp/node_modules/shebang-command/package.json rename to apps/angular/node_modules/shebang-command/package.json diff --git a/ClientApp/node_modules/shebang-command/readme.md b/apps/angular/node_modules/shebang-command/readme.md similarity index 100% rename from ClientApp/node_modules/shebang-command/readme.md rename to apps/angular/node_modules/shebang-command/readme.md diff --git a/ClientApp/node_modules/shebang-regex/index.d.ts b/apps/angular/node_modules/shebang-regex/index.d.ts similarity index 100% rename from ClientApp/node_modules/shebang-regex/index.d.ts rename to apps/angular/node_modules/shebang-regex/index.d.ts diff --git a/ClientApp/node_modules/shebang-regex/index.js b/apps/angular/node_modules/shebang-regex/index.js similarity index 100% rename from ClientApp/node_modules/shebang-regex/index.js rename to apps/angular/node_modules/shebang-regex/index.js diff --git a/ClientApp/node_modules/shebang-regex/license b/apps/angular/node_modules/shebang-regex/license similarity index 100% rename from ClientApp/node_modules/shebang-regex/license rename to apps/angular/node_modules/shebang-regex/license diff --git a/ClientApp/node_modules/shebang-regex/package.json b/apps/angular/node_modules/shebang-regex/package.json similarity index 100% rename from ClientApp/node_modules/shebang-regex/package.json rename to apps/angular/node_modules/shebang-regex/package.json diff --git a/ClientApp/node_modules/shebang-regex/readme.md b/apps/angular/node_modules/shebang-regex/readme.md similarity index 100% rename from ClientApp/node_modules/shebang-regex/readme.md rename to apps/angular/node_modules/shebang-regex/readme.md diff --git a/ClientApp/node_modules/side-channel-list/.editorconfig b/apps/angular/node_modules/side-channel-list/.editorconfig similarity index 100% rename from ClientApp/node_modules/side-channel-list/.editorconfig rename to apps/angular/node_modules/side-channel-list/.editorconfig diff --git a/ClientApp/node_modules/side-channel-list/.eslintrc b/apps/angular/node_modules/side-channel-list/.eslintrc similarity index 100% rename from ClientApp/node_modules/side-channel-list/.eslintrc rename to apps/angular/node_modules/side-channel-list/.eslintrc diff --git a/ClientApp/node_modules/side-channel-list/.github/FUNDING.yml b/apps/angular/node_modules/side-channel-list/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/side-channel-list/.github/FUNDING.yml rename to apps/angular/node_modules/side-channel-list/.github/FUNDING.yml diff --git a/ClientApp/node_modules/side-channel-list/.nycrc b/apps/angular/node_modules/side-channel-list/.nycrc similarity index 100% rename from ClientApp/node_modules/side-channel-list/.nycrc rename to apps/angular/node_modules/side-channel-list/.nycrc diff --git a/ClientApp/node_modules/side-channel-list/CHANGELOG.md b/apps/angular/node_modules/side-channel-list/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/side-channel-list/CHANGELOG.md rename to apps/angular/node_modules/side-channel-list/CHANGELOG.md diff --git a/ClientApp/node_modules/side-channel-list/LICENSE b/apps/angular/node_modules/side-channel-list/LICENSE similarity index 100% rename from ClientApp/node_modules/side-channel-list/LICENSE rename to apps/angular/node_modules/side-channel-list/LICENSE diff --git a/ClientApp/node_modules/side-channel-list/README.md b/apps/angular/node_modules/side-channel-list/README.md similarity index 100% rename from ClientApp/node_modules/side-channel-list/README.md rename to apps/angular/node_modules/side-channel-list/README.md diff --git a/ClientApp/node_modules/side-channel-list/index.d.ts b/apps/angular/node_modules/side-channel-list/index.d.ts similarity index 100% rename from ClientApp/node_modules/side-channel-list/index.d.ts rename to apps/angular/node_modules/side-channel-list/index.d.ts diff --git a/ClientApp/node_modules/side-channel-list/index.js b/apps/angular/node_modules/side-channel-list/index.js similarity index 100% rename from ClientApp/node_modules/side-channel-list/index.js rename to apps/angular/node_modules/side-channel-list/index.js diff --git a/ClientApp/node_modules/side-channel-list/list.d.ts b/apps/angular/node_modules/side-channel-list/list.d.ts similarity index 100% rename from ClientApp/node_modules/side-channel-list/list.d.ts rename to apps/angular/node_modules/side-channel-list/list.d.ts diff --git a/ClientApp/node_modules/side-channel-list/package.json b/apps/angular/node_modules/side-channel-list/package.json similarity index 100% rename from ClientApp/node_modules/side-channel-list/package.json rename to apps/angular/node_modules/side-channel-list/package.json diff --git a/ClientApp/node_modules/side-channel-list/test/index.js b/apps/angular/node_modules/side-channel-list/test/index.js similarity index 100% rename from ClientApp/node_modules/side-channel-list/test/index.js rename to apps/angular/node_modules/side-channel-list/test/index.js diff --git a/ClientApp/node_modules/side-channel-list/tsconfig.json b/apps/angular/node_modules/side-channel-list/tsconfig.json similarity index 100% rename from ClientApp/node_modules/side-channel-list/tsconfig.json rename to apps/angular/node_modules/side-channel-list/tsconfig.json diff --git a/ClientApp/node_modules/side-channel-map/.editorconfig b/apps/angular/node_modules/side-channel-map/.editorconfig similarity index 100% rename from ClientApp/node_modules/side-channel-map/.editorconfig rename to apps/angular/node_modules/side-channel-map/.editorconfig diff --git a/ClientApp/node_modules/side-channel-map/.eslintrc b/apps/angular/node_modules/side-channel-map/.eslintrc similarity index 100% rename from ClientApp/node_modules/side-channel-map/.eslintrc rename to apps/angular/node_modules/side-channel-map/.eslintrc diff --git a/ClientApp/node_modules/side-channel-map/.github/FUNDING.yml b/apps/angular/node_modules/side-channel-map/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/side-channel-map/.github/FUNDING.yml rename to apps/angular/node_modules/side-channel-map/.github/FUNDING.yml diff --git a/ClientApp/node_modules/side-channel-map/.nycrc b/apps/angular/node_modules/side-channel-map/.nycrc similarity index 100% rename from ClientApp/node_modules/side-channel-map/.nycrc rename to apps/angular/node_modules/side-channel-map/.nycrc diff --git a/ClientApp/node_modules/side-channel-map/CHANGELOG.md b/apps/angular/node_modules/side-channel-map/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/side-channel-map/CHANGELOG.md rename to apps/angular/node_modules/side-channel-map/CHANGELOG.md diff --git a/ClientApp/node_modules/side-channel-map/LICENSE b/apps/angular/node_modules/side-channel-map/LICENSE similarity index 100% rename from ClientApp/node_modules/side-channel-map/LICENSE rename to apps/angular/node_modules/side-channel-map/LICENSE diff --git a/ClientApp/node_modules/side-channel-map/README.md b/apps/angular/node_modules/side-channel-map/README.md similarity index 100% rename from ClientApp/node_modules/side-channel-map/README.md rename to apps/angular/node_modules/side-channel-map/README.md diff --git a/ClientApp/node_modules/side-channel-map/index.d.ts b/apps/angular/node_modules/side-channel-map/index.d.ts similarity index 100% rename from ClientApp/node_modules/side-channel-map/index.d.ts rename to apps/angular/node_modules/side-channel-map/index.d.ts diff --git a/ClientApp/node_modules/side-channel-map/index.js b/apps/angular/node_modules/side-channel-map/index.js similarity index 100% rename from ClientApp/node_modules/side-channel-map/index.js rename to apps/angular/node_modules/side-channel-map/index.js diff --git a/ClientApp/node_modules/side-channel-map/package.json b/apps/angular/node_modules/side-channel-map/package.json similarity index 100% rename from ClientApp/node_modules/side-channel-map/package.json rename to apps/angular/node_modules/side-channel-map/package.json diff --git a/ClientApp/node_modules/side-channel-map/test/index.js b/apps/angular/node_modules/side-channel-map/test/index.js similarity index 100% rename from ClientApp/node_modules/side-channel-map/test/index.js rename to apps/angular/node_modules/side-channel-map/test/index.js diff --git a/ClientApp/node_modules/side-channel-map/tsconfig.json b/apps/angular/node_modules/side-channel-map/tsconfig.json similarity index 100% rename from ClientApp/node_modules/side-channel-map/tsconfig.json rename to apps/angular/node_modules/side-channel-map/tsconfig.json diff --git a/ClientApp/node_modules/side-channel-weakmap/.editorconfig b/apps/angular/node_modules/side-channel-weakmap/.editorconfig similarity index 100% rename from ClientApp/node_modules/side-channel-weakmap/.editorconfig rename to apps/angular/node_modules/side-channel-weakmap/.editorconfig diff --git a/ClientApp/node_modules/side-channel-weakmap/.eslintrc b/apps/angular/node_modules/side-channel-weakmap/.eslintrc similarity index 100% rename from ClientApp/node_modules/side-channel-weakmap/.eslintrc rename to apps/angular/node_modules/side-channel-weakmap/.eslintrc diff --git a/ClientApp/node_modules/side-channel-weakmap/.github/FUNDING.yml b/apps/angular/node_modules/side-channel-weakmap/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/side-channel-weakmap/.github/FUNDING.yml rename to apps/angular/node_modules/side-channel-weakmap/.github/FUNDING.yml diff --git a/ClientApp/node_modules/side-channel-weakmap/.nycrc b/apps/angular/node_modules/side-channel-weakmap/.nycrc similarity index 100% rename from ClientApp/node_modules/side-channel-weakmap/.nycrc rename to apps/angular/node_modules/side-channel-weakmap/.nycrc diff --git a/ClientApp/node_modules/side-channel-weakmap/CHANGELOG.md b/apps/angular/node_modules/side-channel-weakmap/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/side-channel-weakmap/CHANGELOG.md rename to apps/angular/node_modules/side-channel-weakmap/CHANGELOG.md diff --git a/ClientApp/node_modules/side-channel-weakmap/LICENSE b/apps/angular/node_modules/side-channel-weakmap/LICENSE similarity index 100% rename from ClientApp/node_modules/side-channel-weakmap/LICENSE rename to apps/angular/node_modules/side-channel-weakmap/LICENSE diff --git a/ClientApp/node_modules/side-channel-weakmap/README.md b/apps/angular/node_modules/side-channel-weakmap/README.md similarity index 100% rename from ClientApp/node_modules/side-channel-weakmap/README.md rename to apps/angular/node_modules/side-channel-weakmap/README.md diff --git a/ClientApp/node_modules/side-channel-weakmap/index.d.ts b/apps/angular/node_modules/side-channel-weakmap/index.d.ts similarity index 100% rename from ClientApp/node_modules/side-channel-weakmap/index.d.ts rename to apps/angular/node_modules/side-channel-weakmap/index.d.ts diff --git a/ClientApp/node_modules/side-channel-weakmap/index.js b/apps/angular/node_modules/side-channel-weakmap/index.js similarity index 100% rename from ClientApp/node_modules/side-channel-weakmap/index.js rename to apps/angular/node_modules/side-channel-weakmap/index.js diff --git a/ClientApp/node_modules/side-channel-weakmap/package.json b/apps/angular/node_modules/side-channel-weakmap/package.json similarity index 100% rename from ClientApp/node_modules/side-channel-weakmap/package.json rename to apps/angular/node_modules/side-channel-weakmap/package.json diff --git a/ClientApp/node_modules/side-channel-weakmap/test/index.js b/apps/angular/node_modules/side-channel-weakmap/test/index.js similarity index 100% rename from ClientApp/node_modules/side-channel-weakmap/test/index.js rename to apps/angular/node_modules/side-channel-weakmap/test/index.js diff --git a/ClientApp/node_modules/side-channel-weakmap/tsconfig.json b/apps/angular/node_modules/side-channel-weakmap/tsconfig.json similarity index 100% rename from ClientApp/node_modules/side-channel-weakmap/tsconfig.json rename to apps/angular/node_modules/side-channel-weakmap/tsconfig.json diff --git a/ClientApp/node_modules/side-channel/.editorconfig b/apps/angular/node_modules/side-channel/.editorconfig similarity index 100% rename from ClientApp/node_modules/side-channel/.editorconfig rename to apps/angular/node_modules/side-channel/.editorconfig diff --git a/ClientApp/node_modules/side-channel/.eslintrc b/apps/angular/node_modules/side-channel/.eslintrc similarity index 100% rename from ClientApp/node_modules/side-channel/.eslintrc rename to apps/angular/node_modules/side-channel/.eslintrc diff --git a/ClientApp/node_modules/side-channel/.github/FUNDING.yml b/apps/angular/node_modules/side-channel/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/side-channel/.github/FUNDING.yml rename to apps/angular/node_modules/side-channel/.github/FUNDING.yml diff --git a/ClientApp/node_modules/side-channel/.nycrc b/apps/angular/node_modules/side-channel/.nycrc similarity index 100% rename from ClientApp/node_modules/side-channel/.nycrc rename to apps/angular/node_modules/side-channel/.nycrc diff --git a/ClientApp/node_modules/side-channel/CHANGELOG.md b/apps/angular/node_modules/side-channel/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/side-channel/CHANGELOG.md rename to apps/angular/node_modules/side-channel/CHANGELOG.md diff --git a/ClientApp/node_modules/side-channel/LICENSE b/apps/angular/node_modules/side-channel/LICENSE similarity index 100% rename from ClientApp/node_modules/side-channel/LICENSE rename to apps/angular/node_modules/side-channel/LICENSE diff --git a/ClientApp/node_modules/side-channel/README.md b/apps/angular/node_modules/side-channel/README.md similarity index 100% rename from ClientApp/node_modules/side-channel/README.md rename to apps/angular/node_modules/side-channel/README.md diff --git a/ClientApp/node_modules/side-channel/index.d.ts b/apps/angular/node_modules/side-channel/index.d.ts similarity index 100% rename from ClientApp/node_modules/side-channel/index.d.ts rename to apps/angular/node_modules/side-channel/index.d.ts diff --git a/ClientApp/node_modules/side-channel/index.js b/apps/angular/node_modules/side-channel/index.js similarity index 100% rename from ClientApp/node_modules/side-channel/index.js rename to apps/angular/node_modules/side-channel/index.js diff --git a/ClientApp/node_modules/side-channel/package.json b/apps/angular/node_modules/side-channel/package.json similarity index 100% rename from ClientApp/node_modules/side-channel/package.json rename to apps/angular/node_modules/side-channel/package.json diff --git a/ClientApp/node_modules/side-channel/test/index.js b/apps/angular/node_modules/side-channel/test/index.js similarity index 100% rename from ClientApp/node_modules/side-channel/test/index.js rename to apps/angular/node_modules/side-channel/test/index.js diff --git a/ClientApp/node_modules/side-channel/tsconfig.json b/apps/angular/node_modules/side-channel/tsconfig.json similarity index 100% rename from ClientApp/node_modules/side-channel/tsconfig.json rename to apps/angular/node_modules/side-channel/tsconfig.json diff --git a/ClientApp/node_modules/siginfo/.travis.yml b/apps/angular/node_modules/siginfo/.travis.yml similarity index 100% rename from ClientApp/node_modules/siginfo/.travis.yml rename to apps/angular/node_modules/siginfo/.travis.yml diff --git a/ClientApp/node_modules/siginfo/LICENSE b/apps/angular/node_modules/siginfo/LICENSE similarity index 100% rename from ClientApp/node_modules/siginfo/LICENSE rename to apps/angular/node_modules/siginfo/LICENSE diff --git a/ClientApp/node_modules/siginfo/README.md b/apps/angular/node_modules/siginfo/README.md similarity index 100% rename from ClientApp/node_modules/siginfo/README.md rename to apps/angular/node_modules/siginfo/README.md diff --git a/ClientApp/node_modules/siginfo/index.js b/apps/angular/node_modules/siginfo/index.js similarity index 100% rename from ClientApp/node_modules/siginfo/index.js rename to apps/angular/node_modules/siginfo/index.js diff --git a/ClientApp/node_modules/siginfo/package.json b/apps/angular/node_modules/siginfo/package.json similarity index 100% rename from ClientApp/node_modules/siginfo/package.json rename to apps/angular/node_modules/siginfo/package.json diff --git a/ClientApp/node_modules/siginfo/test.js b/apps/angular/node_modules/siginfo/test.js similarity index 100% rename from ClientApp/node_modules/siginfo/test.js rename to apps/angular/node_modules/siginfo/test.js diff --git a/ClientApp/node_modules/signal-exit/LICENSE.txt b/apps/angular/node_modules/signal-exit/LICENSE.txt similarity index 100% rename from ClientApp/node_modules/signal-exit/LICENSE.txt rename to apps/angular/node_modules/signal-exit/LICENSE.txt diff --git a/ClientApp/node_modules/signal-exit/README.md b/apps/angular/node_modules/signal-exit/README.md similarity index 100% rename from ClientApp/node_modules/signal-exit/README.md rename to apps/angular/node_modules/signal-exit/README.md diff --git a/ClientApp/node_modules/signal-exit/index.js b/apps/angular/node_modules/signal-exit/index.js similarity index 100% rename from ClientApp/node_modules/signal-exit/index.js rename to apps/angular/node_modules/signal-exit/index.js diff --git a/ClientApp/node_modules/signal-exit/package.json b/apps/angular/node_modules/signal-exit/package.json similarity index 100% rename from ClientApp/node_modules/signal-exit/package.json rename to apps/angular/node_modules/signal-exit/package.json diff --git a/ClientApp/node_modules/signal-exit/signals.js b/apps/angular/node_modules/signal-exit/signals.js similarity index 100% rename from ClientApp/node_modules/signal-exit/signals.js rename to apps/angular/node_modules/signal-exit/signals.js diff --git a/ClientApp/node_modules/sirv/build.js b/apps/angular/node_modules/sirv/build.js similarity index 100% rename from ClientApp/node_modules/sirv/build.js rename to apps/angular/node_modules/sirv/build.js diff --git a/ClientApp/node_modules/sirv/build.mjs b/apps/angular/node_modules/sirv/build.mjs similarity index 100% rename from ClientApp/node_modules/sirv/build.mjs rename to apps/angular/node_modules/sirv/build.mjs diff --git a/ClientApp/node_modules/sirv/package.json b/apps/angular/node_modules/sirv/package.json similarity index 100% rename from ClientApp/node_modules/sirv/package.json rename to apps/angular/node_modules/sirv/package.json diff --git a/ClientApp/node_modules/sirv/readme.md b/apps/angular/node_modules/sirv/readme.md similarity index 100% rename from ClientApp/node_modules/sirv/readme.md rename to apps/angular/node_modules/sirv/readme.md diff --git a/ClientApp/node_modules/sirv/sirv.d.ts b/apps/angular/node_modules/sirv/sirv.d.ts similarity index 100% rename from ClientApp/node_modules/sirv/sirv.d.ts rename to apps/angular/node_modules/sirv/sirv.d.ts diff --git a/ClientApp/node_modules/slice-ansi/index.js b/apps/angular/node_modules/slice-ansi/index.js similarity index 100% rename from ClientApp/node_modules/slice-ansi/index.js rename to apps/angular/node_modules/slice-ansi/index.js diff --git a/ClientApp/node_modules/slice-ansi/license b/apps/angular/node_modules/slice-ansi/license similarity index 100% rename from ClientApp/node_modules/slice-ansi/license rename to apps/angular/node_modules/slice-ansi/license diff --git a/ClientApp/node_modules/slice-ansi/package.json b/apps/angular/node_modules/slice-ansi/package.json similarity index 100% rename from ClientApp/node_modules/slice-ansi/package.json rename to apps/angular/node_modules/slice-ansi/package.json diff --git a/ClientApp/node_modules/slice-ansi/readme.md b/apps/angular/node_modules/slice-ansi/readme.md similarity index 100% rename from ClientApp/node_modules/slice-ansi/readme.md rename to apps/angular/node_modules/slice-ansi/readme.md diff --git a/ClientApp/node_modules/source-map-js/LICENSE b/apps/angular/node_modules/source-map-js/LICENSE similarity index 100% rename from ClientApp/node_modules/source-map-js/LICENSE rename to apps/angular/node_modules/source-map-js/LICENSE diff --git a/ClientApp/node_modules/source-map-js/README.md b/apps/angular/node_modules/source-map-js/README.md similarity index 100% rename from ClientApp/node_modules/source-map-js/README.md rename to apps/angular/node_modules/source-map-js/README.md diff --git a/ClientApp/node_modules/source-map-js/lib/array-set.js b/apps/angular/node_modules/source-map-js/lib/array-set.js similarity index 100% rename from ClientApp/node_modules/source-map-js/lib/array-set.js rename to apps/angular/node_modules/source-map-js/lib/array-set.js diff --git a/ClientApp/node_modules/source-map-js/lib/base64-vlq.js b/apps/angular/node_modules/source-map-js/lib/base64-vlq.js similarity index 100% rename from ClientApp/node_modules/source-map-js/lib/base64-vlq.js rename to apps/angular/node_modules/source-map-js/lib/base64-vlq.js diff --git a/ClientApp/node_modules/source-map-js/lib/base64.js b/apps/angular/node_modules/source-map-js/lib/base64.js similarity index 100% rename from ClientApp/node_modules/source-map-js/lib/base64.js rename to apps/angular/node_modules/source-map-js/lib/base64.js diff --git a/ClientApp/node_modules/source-map-js/lib/binary-search.js b/apps/angular/node_modules/source-map-js/lib/binary-search.js similarity index 100% rename from ClientApp/node_modules/source-map-js/lib/binary-search.js rename to apps/angular/node_modules/source-map-js/lib/binary-search.js diff --git a/ClientApp/node_modules/source-map-js/lib/mapping-list.js b/apps/angular/node_modules/source-map-js/lib/mapping-list.js similarity index 100% rename from ClientApp/node_modules/source-map-js/lib/mapping-list.js rename to apps/angular/node_modules/source-map-js/lib/mapping-list.js diff --git a/ClientApp/node_modules/source-map-js/lib/quick-sort.js b/apps/angular/node_modules/source-map-js/lib/quick-sort.js similarity index 100% rename from ClientApp/node_modules/source-map-js/lib/quick-sort.js rename to apps/angular/node_modules/source-map-js/lib/quick-sort.js diff --git a/ClientApp/node_modules/source-map-js/lib/source-map-consumer.d.ts b/apps/angular/node_modules/source-map-js/lib/source-map-consumer.d.ts similarity index 100% rename from ClientApp/node_modules/source-map-js/lib/source-map-consumer.d.ts rename to apps/angular/node_modules/source-map-js/lib/source-map-consumer.d.ts diff --git a/ClientApp/node_modules/source-map-js/lib/source-map-consumer.js b/apps/angular/node_modules/source-map-js/lib/source-map-consumer.js similarity index 100% rename from ClientApp/node_modules/source-map-js/lib/source-map-consumer.js rename to apps/angular/node_modules/source-map-js/lib/source-map-consumer.js diff --git a/ClientApp/node_modules/source-map-js/lib/source-map-generator.d.ts b/apps/angular/node_modules/source-map-js/lib/source-map-generator.d.ts similarity index 100% rename from ClientApp/node_modules/source-map-js/lib/source-map-generator.d.ts rename to apps/angular/node_modules/source-map-js/lib/source-map-generator.d.ts diff --git a/ClientApp/node_modules/source-map-js/lib/source-map-generator.js b/apps/angular/node_modules/source-map-js/lib/source-map-generator.js similarity index 100% rename from ClientApp/node_modules/source-map-js/lib/source-map-generator.js rename to apps/angular/node_modules/source-map-js/lib/source-map-generator.js diff --git a/ClientApp/node_modules/source-map-js/lib/source-node.d.ts b/apps/angular/node_modules/source-map-js/lib/source-node.d.ts similarity index 100% rename from ClientApp/node_modules/source-map-js/lib/source-node.d.ts rename to apps/angular/node_modules/source-map-js/lib/source-node.d.ts diff --git a/ClientApp/node_modules/source-map-js/lib/source-node.js b/apps/angular/node_modules/source-map-js/lib/source-node.js similarity index 100% rename from ClientApp/node_modules/source-map-js/lib/source-node.js rename to apps/angular/node_modules/source-map-js/lib/source-node.js diff --git a/ClientApp/node_modules/source-map-js/lib/util.js b/apps/angular/node_modules/source-map-js/lib/util.js similarity index 100% rename from ClientApp/node_modules/source-map-js/lib/util.js rename to apps/angular/node_modules/source-map-js/lib/util.js diff --git a/ClientApp/node_modules/source-map-js/package.json b/apps/angular/node_modules/source-map-js/package.json similarity index 100% rename from ClientApp/node_modules/source-map-js/package.json rename to apps/angular/node_modules/source-map-js/package.json diff --git a/ClientApp/node_modules/source-map-js/source-map.d.ts b/apps/angular/node_modules/source-map-js/source-map.d.ts similarity index 100% rename from ClientApp/node_modules/source-map-js/source-map.d.ts rename to apps/angular/node_modules/source-map-js/source-map.d.ts diff --git a/ClientApp/node_modules/source-map-js/source-map.js b/apps/angular/node_modules/source-map-js/source-map.js similarity index 100% rename from ClientApp/node_modules/source-map-js/source-map.js rename to apps/angular/node_modules/source-map-js/source-map.js diff --git a/ClientApp/node_modules/source-map/CHANGELOG.md b/apps/angular/node_modules/source-map/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/source-map/CHANGELOG.md rename to apps/angular/node_modules/source-map/CHANGELOG.md diff --git a/ClientApp/node_modules/source-map/LICENSE b/apps/angular/node_modules/source-map/LICENSE similarity index 100% rename from ClientApp/node_modules/source-map/LICENSE rename to apps/angular/node_modules/source-map/LICENSE diff --git a/ClientApp/node_modules/source-map/README.md b/apps/angular/node_modules/source-map/README.md similarity index 100% rename from ClientApp/node_modules/source-map/README.md rename to apps/angular/node_modules/source-map/README.md diff --git a/ClientApp/node_modules/source-map/dist/source-map.debug.js b/apps/angular/node_modules/source-map/dist/source-map.debug.js similarity index 100% rename from ClientApp/node_modules/source-map/dist/source-map.debug.js rename to apps/angular/node_modules/source-map/dist/source-map.debug.js diff --git a/ClientApp/node_modules/source-map/dist/source-map.js b/apps/angular/node_modules/source-map/dist/source-map.js similarity index 100% rename from ClientApp/node_modules/source-map/dist/source-map.js rename to apps/angular/node_modules/source-map/dist/source-map.js diff --git a/ClientApp/node_modules/source-map/dist/source-map.min.js b/apps/angular/node_modules/source-map/dist/source-map.min.js similarity index 100% rename from ClientApp/node_modules/source-map/dist/source-map.min.js rename to apps/angular/node_modules/source-map/dist/source-map.min.js diff --git a/ClientApp/node_modules/source-map/dist/source-map.min.js.map b/apps/angular/node_modules/source-map/dist/source-map.min.js.map similarity index 100% rename from ClientApp/node_modules/source-map/dist/source-map.min.js.map rename to apps/angular/node_modules/source-map/dist/source-map.min.js.map diff --git a/ClientApp/node_modules/source-map/lib/array-set.js b/apps/angular/node_modules/source-map/lib/array-set.js similarity index 100% rename from ClientApp/node_modules/source-map/lib/array-set.js rename to apps/angular/node_modules/source-map/lib/array-set.js diff --git a/ClientApp/node_modules/source-map/lib/base64-vlq.js b/apps/angular/node_modules/source-map/lib/base64-vlq.js similarity index 100% rename from ClientApp/node_modules/source-map/lib/base64-vlq.js rename to apps/angular/node_modules/source-map/lib/base64-vlq.js diff --git a/ClientApp/node_modules/source-map/lib/base64.js b/apps/angular/node_modules/source-map/lib/base64.js similarity index 100% rename from ClientApp/node_modules/source-map/lib/base64.js rename to apps/angular/node_modules/source-map/lib/base64.js diff --git a/ClientApp/node_modules/source-map/lib/binary-search.js b/apps/angular/node_modules/source-map/lib/binary-search.js similarity index 100% rename from ClientApp/node_modules/source-map/lib/binary-search.js rename to apps/angular/node_modules/source-map/lib/binary-search.js diff --git a/ClientApp/node_modules/source-map/lib/mapping-list.js b/apps/angular/node_modules/source-map/lib/mapping-list.js similarity index 100% rename from ClientApp/node_modules/source-map/lib/mapping-list.js rename to apps/angular/node_modules/source-map/lib/mapping-list.js diff --git a/ClientApp/node_modules/source-map/lib/quick-sort.js b/apps/angular/node_modules/source-map/lib/quick-sort.js similarity index 100% rename from ClientApp/node_modules/source-map/lib/quick-sort.js rename to apps/angular/node_modules/source-map/lib/quick-sort.js diff --git a/ClientApp/node_modules/source-map/lib/source-map-consumer.js b/apps/angular/node_modules/source-map/lib/source-map-consumer.js similarity index 100% rename from ClientApp/node_modules/source-map/lib/source-map-consumer.js rename to apps/angular/node_modules/source-map/lib/source-map-consumer.js diff --git a/ClientApp/node_modules/source-map/lib/source-map-generator.js b/apps/angular/node_modules/source-map/lib/source-map-generator.js similarity index 100% rename from ClientApp/node_modules/source-map/lib/source-map-generator.js rename to apps/angular/node_modules/source-map/lib/source-map-generator.js diff --git a/ClientApp/node_modules/source-map/lib/source-node.js b/apps/angular/node_modules/source-map/lib/source-node.js similarity index 100% rename from ClientApp/node_modules/source-map/lib/source-node.js rename to apps/angular/node_modules/source-map/lib/source-node.js diff --git a/ClientApp/node_modules/source-map/lib/util.js b/apps/angular/node_modules/source-map/lib/util.js similarity index 100% rename from ClientApp/node_modules/source-map/lib/util.js rename to apps/angular/node_modules/source-map/lib/util.js diff --git a/ClientApp/node_modules/source-map/package.json b/apps/angular/node_modules/source-map/package.json similarity index 100% rename from ClientApp/node_modules/source-map/package.json rename to apps/angular/node_modules/source-map/package.json diff --git a/ClientApp/node_modules/source-map/source-map.d.ts b/apps/angular/node_modules/source-map/source-map.d.ts similarity index 100% rename from ClientApp/node_modules/source-map/source-map.d.ts rename to apps/angular/node_modules/source-map/source-map.d.ts diff --git a/ClientApp/node_modules/source-map/source-map.js b/apps/angular/node_modules/source-map/source-map.js similarity index 100% rename from ClientApp/node_modules/source-map/source-map.js rename to apps/angular/node_modules/source-map/source-map.js diff --git a/ClientApp/node_modules/sshpk/.travis.yml b/apps/angular/node_modules/sshpk/.travis.yml similarity index 100% rename from ClientApp/node_modules/sshpk/.travis.yml rename to apps/angular/node_modules/sshpk/.travis.yml diff --git a/ClientApp/node_modules/sshpk/Jenkinsfile b/apps/angular/node_modules/sshpk/Jenkinsfile similarity index 100% rename from ClientApp/node_modules/sshpk/Jenkinsfile rename to apps/angular/node_modules/sshpk/Jenkinsfile diff --git a/ClientApp/node_modules/sshpk/LICENSE b/apps/angular/node_modules/sshpk/LICENSE similarity index 100% rename from ClientApp/node_modules/sshpk/LICENSE rename to apps/angular/node_modules/sshpk/LICENSE diff --git a/ClientApp/node_modules/sshpk/README.md b/apps/angular/node_modules/sshpk/README.md similarity index 100% rename from ClientApp/node_modules/sshpk/README.md rename to apps/angular/node_modules/sshpk/README.md diff --git a/ClientApp/node_modules/sshpk/bin/sshpk-conv b/apps/angular/node_modules/sshpk/bin/sshpk-conv similarity index 100% rename from ClientApp/node_modules/sshpk/bin/sshpk-conv rename to apps/angular/node_modules/sshpk/bin/sshpk-conv diff --git a/ClientApp/node_modules/sshpk/bin/sshpk-sign b/apps/angular/node_modules/sshpk/bin/sshpk-sign similarity index 100% rename from ClientApp/node_modules/sshpk/bin/sshpk-sign rename to apps/angular/node_modules/sshpk/bin/sshpk-sign diff --git a/ClientApp/node_modules/sshpk/bin/sshpk-verify b/apps/angular/node_modules/sshpk/bin/sshpk-verify similarity index 100% rename from ClientApp/node_modules/sshpk/bin/sshpk-verify rename to apps/angular/node_modules/sshpk/bin/sshpk-verify diff --git a/ClientApp/node_modules/sshpk/lib/algs.js b/apps/angular/node_modules/sshpk/lib/algs.js similarity index 100% rename from ClientApp/node_modules/sshpk/lib/algs.js rename to apps/angular/node_modules/sshpk/lib/algs.js diff --git a/ClientApp/node_modules/sshpk/lib/certificate.js b/apps/angular/node_modules/sshpk/lib/certificate.js similarity index 100% rename from ClientApp/node_modules/sshpk/lib/certificate.js rename to apps/angular/node_modules/sshpk/lib/certificate.js diff --git a/ClientApp/node_modules/sshpk/lib/dhe.js b/apps/angular/node_modules/sshpk/lib/dhe.js similarity index 100% rename from ClientApp/node_modules/sshpk/lib/dhe.js rename to apps/angular/node_modules/sshpk/lib/dhe.js diff --git a/ClientApp/node_modules/sshpk/lib/ed-compat.js b/apps/angular/node_modules/sshpk/lib/ed-compat.js similarity index 100% rename from ClientApp/node_modules/sshpk/lib/ed-compat.js rename to apps/angular/node_modules/sshpk/lib/ed-compat.js diff --git a/ClientApp/node_modules/sshpk/lib/errors.js b/apps/angular/node_modules/sshpk/lib/errors.js similarity index 100% rename from ClientApp/node_modules/sshpk/lib/errors.js rename to apps/angular/node_modules/sshpk/lib/errors.js diff --git a/ClientApp/node_modules/sshpk/lib/fingerprint.js b/apps/angular/node_modules/sshpk/lib/fingerprint.js similarity index 100% rename from ClientApp/node_modules/sshpk/lib/fingerprint.js rename to apps/angular/node_modules/sshpk/lib/fingerprint.js diff --git a/ClientApp/node_modules/sshpk/lib/formats/auto.js b/apps/angular/node_modules/sshpk/lib/formats/auto.js similarity index 100% rename from ClientApp/node_modules/sshpk/lib/formats/auto.js rename to apps/angular/node_modules/sshpk/lib/formats/auto.js diff --git a/ClientApp/node_modules/sshpk/lib/formats/dnssec.js b/apps/angular/node_modules/sshpk/lib/formats/dnssec.js similarity index 100% rename from ClientApp/node_modules/sshpk/lib/formats/dnssec.js rename to apps/angular/node_modules/sshpk/lib/formats/dnssec.js diff --git a/ClientApp/node_modules/sshpk/lib/formats/openssh-cert.js b/apps/angular/node_modules/sshpk/lib/formats/openssh-cert.js similarity index 100% rename from ClientApp/node_modules/sshpk/lib/formats/openssh-cert.js rename to apps/angular/node_modules/sshpk/lib/formats/openssh-cert.js diff --git a/ClientApp/node_modules/sshpk/lib/formats/pem.js b/apps/angular/node_modules/sshpk/lib/formats/pem.js similarity index 100% rename from ClientApp/node_modules/sshpk/lib/formats/pem.js rename to apps/angular/node_modules/sshpk/lib/formats/pem.js diff --git a/ClientApp/node_modules/sshpk/lib/formats/pkcs1.js b/apps/angular/node_modules/sshpk/lib/formats/pkcs1.js similarity index 100% rename from ClientApp/node_modules/sshpk/lib/formats/pkcs1.js rename to apps/angular/node_modules/sshpk/lib/formats/pkcs1.js diff --git a/ClientApp/node_modules/sshpk/lib/formats/pkcs8.js b/apps/angular/node_modules/sshpk/lib/formats/pkcs8.js similarity index 100% rename from ClientApp/node_modules/sshpk/lib/formats/pkcs8.js rename to apps/angular/node_modules/sshpk/lib/formats/pkcs8.js diff --git a/ClientApp/node_modules/sshpk/lib/formats/putty.js b/apps/angular/node_modules/sshpk/lib/formats/putty.js similarity index 100% rename from ClientApp/node_modules/sshpk/lib/formats/putty.js rename to apps/angular/node_modules/sshpk/lib/formats/putty.js diff --git a/ClientApp/node_modules/sshpk/lib/formats/rfc4253.js b/apps/angular/node_modules/sshpk/lib/formats/rfc4253.js similarity index 100% rename from ClientApp/node_modules/sshpk/lib/formats/rfc4253.js rename to apps/angular/node_modules/sshpk/lib/formats/rfc4253.js diff --git a/ClientApp/node_modules/sshpk/lib/formats/ssh-private.js b/apps/angular/node_modules/sshpk/lib/formats/ssh-private.js similarity index 100% rename from ClientApp/node_modules/sshpk/lib/formats/ssh-private.js rename to apps/angular/node_modules/sshpk/lib/formats/ssh-private.js diff --git a/ClientApp/node_modules/sshpk/lib/formats/ssh.js b/apps/angular/node_modules/sshpk/lib/formats/ssh.js similarity index 100% rename from ClientApp/node_modules/sshpk/lib/formats/ssh.js rename to apps/angular/node_modules/sshpk/lib/formats/ssh.js diff --git a/ClientApp/node_modules/sshpk/lib/formats/x509-pem.js b/apps/angular/node_modules/sshpk/lib/formats/x509-pem.js similarity index 100% rename from ClientApp/node_modules/sshpk/lib/formats/x509-pem.js rename to apps/angular/node_modules/sshpk/lib/formats/x509-pem.js diff --git a/ClientApp/node_modules/sshpk/lib/formats/x509.js b/apps/angular/node_modules/sshpk/lib/formats/x509.js similarity index 100% rename from ClientApp/node_modules/sshpk/lib/formats/x509.js rename to apps/angular/node_modules/sshpk/lib/formats/x509.js diff --git a/ClientApp/node_modules/sshpk/lib/identity.js b/apps/angular/node_modules/sshpk/lib/identity.js similarity index 100% rename from ClientApp/node_modules/sshpk/lib/identity.js rename to apps/angular/node_modules/sshpk/lib/identity.js diff --git a/ClientApp/node_modules/sshpk/lib/index.js b/apps/angular/node_modules/sshpk/lib/index.js similarity index 100% rename from ClientApp/node_modules/sshpk/lib/index.js rename to apps/angular/node_modules/sshpk/lib/index.js diff --git a/ClientApp/node_modules/sshpk/lib/key.js b/apps/angular/node_modules/sshpk/lib/key.js similarity index 100% rename from ClientApp/node_modules/sshpk/lib/key.js rename to apps/angular/node_modules/sshpk/lib/key.js diff --git a/ClientApp/node_modules/sshpk/lib/private-key.js b/apps/angular/node_modules/sshpk/lib/private-key.js similarity index 100% rename from ClientApp/node_modules/sshpk/lib/private-key.js rename to apps/angular/node_modules/sshpk/lib/private-key.js diff --git a/ClientApp/node_modules/sshpk/lib/signature.js b/apps/angular/node_modules/sshpk/lib/signature.js similarity index 100% rename from ClientApp/node_modules/sshpk/lib/signature.js rename to apps/angular/node_modules/sshpk/lib/signature.js diff --git a/ClientApp/node_modules/sshpk/lib/ssh-buffer.js b/apps/angular/node_modules/sshpk/lib/ssh-buffer.js similarity index 100% rename from ClientApp/node_modules/sshpk/lib/ssh-buffer.js rename to apps/angular/node_modules/sshpk/lib/ssh-buffer.js diff --git a/ClientApp/node_modules/sshpk/lib/utils.js b/apps/angular/node_modules/sshpk/lib/utils.js similarity index 100% rename from ClientApp/node_modules/sshpk/lib/utils.js rename to apps/angular/node_modules/sshpk/lib/utils.js diff --git a/ClientApp/node_modules/sshpk/man/man1/sshpk-conv.1 b/apps/angular/node_modules/sshpk/man/man1/sshpk-conv.1 similarity index 100% rename from ClientApp/node_modules/sshpk/man/man1/sshpk-conv.1 rename to apps/angular/node_modules/sshpk/man/man1/sshpk-conv.1 diff --git a/ClientApp/node_modules/sshpk/man/man1/sshpk-sign.1 b/apps/angular/node_modules/sshpk/man/man1/sshpk-sign.1 similarity index 100% rename from ClientApp/node_modules/sshpk/man/man1/sshpk-sign.1 rename to apps/angular/node_modules/sshpk/man/man1/sshpk-sign.1 diff --git a/ClientApp/node_modules/sshpk/man/man1/sshpk-verify.1 b/apps/angular/node_modules/sshpk/man/man1/sshpk-verify.1 similarity index 100% rename from ClientApp/node_modules/sshpk/man/man1/sshpk-verify.1 rename to apps/angular/node_modules/sshpk/man/man1/sshpk-verify.1 diff --git a/ClientApp/node_modules/sshpk/package.json b/apps/angular/node_modules/sshpk/package.json similarity index 100% rename from ClientApp/node_modules/sshpk/package.json rename to apps/angular/node_modules/sshpk/package.json diff --git a/ClientApp/node_modules/stackback/.npmignore b/apps/angular/node_modules/stackback/.npmignore similarity index 100% rename from ClientApp/node_modules/stackback/.npmignore rename to apps/angular/node_modules/stackback/.npmignore diff --git a/ClientApp/node_modules/stackback/.travis.yml b/apps/angular/node_modules/stackback/.travis.yml similarity index 100% rename from ClientApp/node_modules/stackback/.travis.yml rename to apps/angular/node_modules/stackback/.travis.yml diff --git a/ClientApp/node_modules/stackback/README.md b/apps/angular/node_modules/stackback/README.md similarity index 100% rename from ClientApp/node_modules/stackback/README.md rename to apps/angular/node_modules/stackback/README.md diff --git a/ClientApp/node_modules/stackback/formatstack.js b/apps/angular/node_modules/stackback/formatstack.js similarity index 100% rename from ClientApp/node_modules/stackback/formatstack.js rename to apps/angular/node_modules/stackback/formatstack.js diff --git a/ClientApp/node_modules/stackback/index.js b/apps/angular/node_modules/stackback/index.js similarity index 100% rename from ClientApp/node_modules/stackback/index.js rename to apps/angular/node_modules/stackback/index.js diff --git a/ClientApp/node_modules/stackback/package.json b/apps/angular/node_modules/stackback/package.json similarity index 100% rename from ClientApp/node_modules/stackback/package.json rename to apps/angular/node_modules/stackback/package.json diff --git a/ClientApp/node_modules/stackback/test.js b/apps/angular/node_modules/stackback/test.js similarity index 100% rename from ClientApp/node_modules/stackback/test.js rename to apps/angular/node_modules/stackback/test.js diff --git a/ClientApp/node_modules/stackframe/LICENSE b/apps/angular/node_modules/stackframe/LICENSE similarity index 100% rename from ClientApp/node_modules/stackframe/LICENSE rename to apps/angular/node_modules/stackframe/LICENSE diff --git a/ClientApp/node_modules/stackframe/README.md b/apps/angular/node_modules/stackframe/README.md similarity index 100% rename from ClientApp/node_modules/stackframe/README.md rename to apps/angular/node_modules/stackframe/README.md diff --git a/ClientApp/node_modules/stackframe/dist/stackframe.js b/apps/angular/node_modules/stackframe/dist/stackframe.js similarity index 100% rename from ClientApp/node_modules/stackframe/dist/stackframe.js rename to apps/angular/node_modules/stackframe/dist/stackframe.js diff --git a/ClientApp/node_modules/stackframe/dist/stackframe.min.js b/apps/angular/node_modules/stackframe/dist/stackframe.min.js similarity index 100% rename from ClientApp/node_modules/stackframe/dist/stackframe.min.js rename to apps/angular/node_modules/stackframe/dist/stackframe.min.js diff --git a/ClientApp/node_modules/stackframe/dist/stackframe.min.js.map b/apps/angular/node_modules/stackframe/dist/stackframe.min.js.map similarity index 100% rename from ClientApp/node_modules/stackframe/dist/stackframe.min.js.map rename to apps/angular/node_modules/stackframe/dist/stackframe.min.js.map diff --git a/ClientApp/node_modules/stackframe/package.json b/apps/angular/node_modules/stackframe/package.json similarity index 100% rename from ClientApp/node_modules/stackframe/package.json rename to apps/angular/node_modules/stackframe/package.json diff --git a/ClientApp/node_modules/stackframe/stackframe.d.ts b/apps/angular/node_modules/stackframe/stackframe.d.ts similarity index 100% rename from ClientApp/node_modules/stackframe/stackframe.d.ts rename to apps/angular/node_modules/stackframe/stackframe.d.ts diff --git a/ClientApp/node_modules/stackframe/stackframe.js b/apps/angular/node_modules/stackframe/stackframe.js similarity index 100% rename from ClientApp/node_modules/stackframe/stackframe.js rename to apps/angular/node_modules/stackframe/stackframe.js diff --git a/ClientApp/node_modules/std-env/LICENCE b/apps/angular/node_modules/std-env/LICENCE similarity index 100% rename from ClientApp/node_modules/std-env/LICENCE rename to apps/angular/node_modules/std-env/LICENCE diff --git a/ClientApp/node_modules/std-env/README.md b/apps/angular/node_modules/std-env/README.md similarity index 100% rename from ClientApp/node_modules/std-env/README.md rename to apps/angular/node_modules/std-env/README.md diff --git a/ClientApp/node_modules/std-env/dist/index.cjs b/apps/angular/node_modules/std-env/dist/index.cjs similarity index 100% rename from ClientApp/node_modules/std-env/dist/index.cjs rename to apps/angular/node_modules/std-env/dist/index.cjs diff --git a/ClientApp/node_modules/std-env/dist/index.d.cts b/apps/angular/node_modules/std-env/dist/index.d.cts similarity index 100% rename from ClientApp/node_modules/std-env/dist/index.d.cts rename to apps/angular/node_modules/std-env/dist/index.d.cts diff --git a/ClientApp/node_modules/std-env/dist/index.d.mts b/apps/angular/node_modules/std-env/dist/index.d.mts similarity index 100% rename from ClientApp/node_modules/std-env/dist/index.d.mts rename to apps/angular/node_modules/std-env/dist/index.d.mts diff --git a/ClientApp/node_modules/std-env/dist/index.d.ts b/apps/angular/node_modules/std-env/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/std-env/dist/index.d.ts rename to apps/angular/node_modules/std-env/dist/index.d.ts diff --git a/ClientApp/node_modules/std-env/dist/index.mjs b/apps/angular/node_modules/std-env/dist/index.mjs similarity index 100% rename from ClientApp/node_modules/std-env/dist/index.mjs rename to apps/angular/node_modules/std-env/dist/index.mjs diff --git a/ClientApp/node_modules/std-env/package.json b/apps/angular/node_modules/std-env/package.json similarity index 100% rename from ClientApp/node_modules/std-env/package.json rename to apps/angular/node_modules/std-env/package.json diff --git a/ClientApp/node_modules/stop-iteration-iterator/.eslintrc b/apps/angular/node_modules/stop-iteration-iterator/.eslintrc similarity index 100% rename from ClientApp/node_modules/stop-iteration-iterator/.eslintrc rename to apps/angular/node_modules/stop-iteration-iterator/.eslintrc diff --git a/ClientApp/node_modules/stop-iteration-iterator/.github/FUNDING.yml b/apps/angular/node_modules/stop-iteration-iterator/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/stop-iteration-iterator/.github/FUNDING.yml rename to apps/angular/node_modules/stop-iteration-iterator/.github/FUNDING.yml diff --git a/ClientApp/node_modules/stop-iteration-iterator/.nycrc b/apps/angular/node_modules/stop-iteration-iterator/.nycrc similarity index 100% rename from ClientApp/node_modules/stop-iteration-iterator/.nycrc rename to apps/angular/node_modules/stop-iteration-iterator/.nycrc diff --git a/ClientApp/node_modules/stop-iteration-iterator/CHANGELOG.md b/apps/angular/node_modules/stop-iteration-iterator/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/stop-iteration-iterator/CHANGELOG.md rename to apps/angular/node_modules/stop-iteration-iterator/CHANGELOG.md diff --git a/ClientApp/node_modules/stop-iteration-iterator/LICENSE b/apps/angular/node_modules/stop-iteration-iterator/LICENSE similarity index 100% rename from ClientApp/node_modules/stop-iteration-iterator/LICENSE rename to apps/angular/node_modules/stop-iteration-iterator/LICENSE diff --git a/ClientApp/node_modules/stop-iteration-iterator/README.md b/apps/angular/node_modules/stop-iteration-iterator/README.md similarity index 100% rename from ClientApp/node_modules/stop-iteration-iterator/README.md rename to apps/angular/node_modules/stop-iteration-iterator/README.md diff --git a/ClientApp/node_modules/stop-iteration-iterator/index.d.ts b/apps/angular/node_modules/stop-iteration-iterator/index.d.ts similarity index 100% rename from ClientApp/node_modules/stop-iteration-iterator/index.d.ts rename to apps/angular/node_modules/stop-iteration-iterator/index.d.ts diff --git a/ClientApp/node_modules/stop-iteration-iterator/index.js b/apps/angular/node_modules/stop-iteration-iterator/index.js similarity index 100% rename from ClientApp/node_modules/stop-iteration-iterator/index.js rename to apps/angular/node_modules/stop-iteration-iterator/index.js diff --git a/ClientApp/node_modules/stop-iteration-iterator/package.json b/apps/angular/node_modules/stop-iteration-iterator/package.json similarity index 100% rename from ClientApp/node_modules/stop-iteration-iterator/package.json rename to apps/angular/node_modules/stop-iteration-iterator/package.json diff --git a/ClientApp/node_modules/stop-iteration-iterator/test/index.js b/apps/angular/node_modules/stop-iteration-iterator/test/index.js similarity index 100% rename from ClientApp/node_modules/stop-iteration-iterator/test/index.js rename to apps/angular/node_modules/stop-iteration-iterator/test/index.js diff --git a/ClientApp/node_modules/stop-iteration-iterator/tsconfig.json b/apps/angular/node_modules/stop-iteration-iterator/tsconfig.json similarity index 100% rename from ClientApp/node_modules/stop-iteration-iterator/tsconfig.json rename to apps/angular/node_modules/stop-iteration-iterator/tsconfig.json diff --git a/ClientApp/node_modules/storybook/README.md b/apps/angular/node_modules/storybook/README.md similarity index 100% rename from ClientApp/node_modules/storybook/README.md rename to apps/angular/node_modules/storybook/README.md diff --git a/ClientApp/node_modules/storybook/assets/browser/favicon-wrapper.svg b/apps/angular/node_modules/storybook/assets/browser/favicon-wrapper.svg similarity index 100% rename from ClientApp/node_modules/storybook/assets/browser/favicon-wrapper.svg rename to apps/angular/node_modules/storybook/assets/browser/favicon-wrapper.svg diff --git a/ClientApp/node_modules/storybook/assets/browser/favicon.svg b/apps/angular/node_modules/storybook/assets/browser/favicon.svg similarity index 100% rename from ClientApp/node_modules/storybook/assets/browser/favicon.svg rename to apps/angular/node_modules/storybook/assets/browser/favicon.svg diff --git a/ClientApp/node_modules/storybook/assets/browser/nunito-sans-bold-italic.woff2 b/apps/angular/node_modules/storybook/assets/browser/nunito-sans-bold-italic.woff2 similarity index 100% rename from ClientApp/node_modules/storybook/assets/browser/nunito-sans-bold-italic.woff2 rename to apps/angular/node_modules/storybook/assets/browser/nunito-sans-bold-italic.woff2 diff --git a/ClientApp/node_modules/storybook/assets/browser/nunito-sans-bold.woff2 b/apps/angular/node_modules/storybook/assets/browser/nunito-sans-bold.woff2 similarity index 100% rename from ClientApp/node_modules/storybook/assets/browser/nunito-sans-bold.woff2 rename to apps/angular/node_modules/storybook/assets/browser/nunito-sans-bold.woff2 diff --git a/ClientApp/node_modules/storybook/assets/browser/nunito-sans-italic.woff2 b/apps/angular/node_modules/storybook/assets/browser/nunito-sans-italic.woff2 similarity index 100% rename from ClientApp/node_modules/storybook/assets/browser/nunito-sans-italic.woff2 rename to apps/angular/node_modules/storybook/assets/browser/nunito-sans-italic.woff2 diff --git a/ClientApp/node_modules/storybook/assets/browser/nunito-sans-regular.woff2 b/apps/angular/node_modules/storybook/assets/browser/nunito-sans-regular.woff2 similarity index 100% rename from ClientApp/node_modules/storybook/assets/browser/nunito-sans-regular.woff2 rename to apps/angular/node_modules/storybook/assets/browser/nunito-sans-regular.woff2 diff --git a/ClientApp/node_modules/storybook/assets/docs/addon-backgrounds.gif b/apps/angular/node_modules/storybook/assets/docs/addon-backgrounds.gif similarity index 100% rename from ClientApp/node_modules/storybook/assets/docs/addon-backgrounds.gif rename to apps/angular/node_modules/storybook/assets/docs/addon-backgrounds.gif diff --git a/ClientApp/node_modules/storybook/assets/docs/addon-controls-args-annotated.png b/apps/angular/node_modules/storybook/assets/docs/addon-controls-args-annotated.png similarity index 100% rename from ClientApp/node_modules/storybook/assets/docs/addon-controls-args-annotated.png rename to apps/angular/node_modules/storybook/assets/docs/addon-controls-args-annotated.png diff --git a/ClientApp/node_modules/storybook/assets/docs/addon-controls-args-background-color.png b/apps/angular/node_modules/storybook/assets/docs/addon-controls-args-background-color.png similarity index 100% rename from ClientApp/node_modules/storybook/assets/docs/addon-controls-args-background-color.png rename to apps/angular/node_modules/storybook/assets/docs/addon-controls-args-background-color.png diff --git a/ClientApp/node_modules/storybook/assets/docs/addon-controls-args-background-string.png b/apps/angular/node_modules/storybook/assets/docs/addon-controls-args-background-string.png similarity index 100% rename from ClientApp/node_modules/storybook/assets/docs/addon-controls-args-background-string.png rename to apps/angular/node_modules/storybook/assets/docs/addon-controls-args-background-string.png diff --git a/ClientApp/node_modules/storybook/assets/docs/addon-controls-args-docs.png b/apps/angular/node_modules/storybook/assets/docs/addon-controls-args-docs.png similarity index 100% rename from ClientApp/node_modules/storybook/assets/docs/addon-controls-args-docs.png rename to apps/angular/node_modules/storybook/assets/docs/addon-controls-args-docs.png diff --git a/ClientApp/node_modules/storybook/assets/docs/addon-controls-args-logging.png b/apps/angular/node_modules/storybook/assets/docs/addon-controls-args-logging.png similarity index 100% rename from ClientApp/node_modules/storybook/assets/docs/addon-controls-args-logging.png rename to apps/angular/node_modules/storybook/assets/docs/addon-controls-args-logging.png diff --git a/ClientApp/node_modules/storybook/assets/docs/addon-controls-args-no-annotation.png b/apps/angular/node_modules/storybook/assets/docs/addon-controls-args-no-annotation.png similarity index 100% rename from ClientApp/node_modules/storybook/assets/docs/addon-controls-args-no-annotation.png rename to apps/angular/node_modules/storybook/assets/docs/addon-controls-args-no-annotation.png diff --git a/ClientApp/node_modules/storybook/assets/docs/addon-controls-args-reflow-slider.png b/apps/angular/node_modules/storybook/assets/docs/addon-controls-args-reflow-slider.png similarity index 100% rename from ClientApp/node_modules/storybook/assets/docs/addon-controls-args-reflow-slider.png rename to apps/angular/node_modules/storybook/assets/docs/addon-controls-args-reflow-slider.png diff --git a/ClientApp/node_modules/storybook/assets/docs/addon-controls-args-reflow.png b/apps/angular/node_modules/storybook/assets/docs/addon-controls-args-reflow.png similarity index 100% rename from ClientApp/node_modules/storybook/assets/docs/addon-controls-args-reflow.png rename to apps/angular/node_modules/storybook/assets/docs/addon-controls-args-reflow.png diff --git a/ClientApp/node_modules/storybook/assets/docs/addon-controls-args-template.png b/apps/angular/node_modules/storybook/assets/docs/addon-controls-args-template.png similarity index 100% rename from ClientApp/node_modules/storybook/assets/docs/addon-controls-args-template.png rename to apps/angular/node_modules/storybook/assets/docs/addon-controls-args-template.png diff --git a/ClientApp/node_modules/storybook/assets/docs/addon-controls-expanded.png b/apps/angular/node_modules/storybook/assets/docs/addon-controls-expanded.png similarity index 100% rename from ClientApp/node_modules/storybook/assets/docs/addon-controls-expanded.png rename to apps/angular/node_modules/storybook/assets/docs/addon-controls-expanded.png diff --git a/ClientApp/node_modules/storybook/assets/docs/addon-controls-hero.gif b/apps/angular/node_modules/storybook/assets/docs/addon-controls-hero.gif similarity index 100% rename from ClientApp/node_modules/storybook/assets/docs/addon-controls-hero.gif rename to apps/angular/node_modules/storybook/assets/docs/addon-controls-hero.gif diff --git a/ClientApp/node_modules/storybook/assets/docs/addon-controls-install.png b/apps/angular/node_modules/storybook/assets/docs/addon-controls-install.png similarity index 100% rename from ClientApp/node_modules/storybook/assets/docs/addon-controls-install.png rename to apps/angular/node_modules/storybook/assets/docs/addon-controls-install.png diff --git a/ClientApp/node_modules/storybook/assets/docs/hero.gif b/apps/angular/node_modules/storybook/assets/docs/hero.gif similarity index 100% rename from ClientApp/node_modules/storybook/assets/docs/hero.gif rename to apps/angular/node_modules/storybook/assets/docs/hero.gif diff --git a/ClientApp/node_modules/storybook/assets/docs/highlight.png b/apps/angular/node_modules/storybook/assets/docs/highlight.png similarity index 100% rename from ClientApp/node_modules/storybook/assets/docs/highlight.png rename to apps/angular/node_modules/storybook/assets/docs/highlight.png diff --git a/ClientApp/node_modules/storybook/assets/docs/message-reference.png b/apps/angular/node_modules/storybook/assets/docs/message-reference.png similarity index 100% rename from ClientApp/node_modules/storybook/assets/docs/message-reference.png rename to apps/angular/node_modules/storybook/assets/docs/message-reference.png diff --git a/ClientApp/node_modules/storybook/assets/docs/viewport.png b/apps/angular/node_modules/storybook/assets/docs/viewport.png similarity index 100% rename from ClientApp/node_modules/storybook/assets/docs/viewport.png rename to apps/angular/node_modules/storybook/assets/docs/viewport.png diff --git a/ClientApp/node_modules/storybook/assets/server/addon.tsconfig.json b/apps/angular/node_modules/storybook/assets/server/addon.tsconfig.json similarity index 100% rename from ClientApp/node_modules/storybook/assets/server/addon.tsconfig.json rename to apps/angular/node_modules/storybook/assets/server/addon.tsconfig.json diff --git a/ClientApp/node_modules/storybook/assets/server/base-preview-body.html b/apps/angular/node_modules/storybook/assets/server/base-preview-body.html similarity index 100% rename from ClientApp/node_modules/storybook/assets/server/base-preview-body.html rename to apps/angular/node_modules/storybook/assets/server/base-preview-body.html diff --git a/ClientApp/node_modules/storybook/assets/server/base-preview-head.html b/apps/angular/node_modules/storybook/assets/server/base-preview-head.html similarity index 100% rename from ClientApp/node_modules/storybook/assets/server/base-preview-head.html rename to apps/angular/node_modules/storybook/assets/server/base-preview-head.html diff --git a/ClientApp/node_modules/storybook/assets/server/openBrowser.applescript b/apps/angular/node_modules/storybook/assets/server/openBrowser.applescript similarity index 100% rename from ClientApp/node_modules/storybook/assets/server/openBrowser.applescript rename to apps/angular/node_modules/storybook/assets/server/openBrowser.applescript diff --git a/ClientApp/node_modules/storybook/assets/server/template.ejs b/apps/angular/node_modules/storybook/assets/server/template.ejs similarity index 100% rename from ClientApp/node_modules/storybook/assets/server/template.ejs rename to apps/angular/node_modules/storybook/assets/server/template.ejs diff --git a/ClientApp/node_modules/storybook/dist/_browser-chunks/Color-KPF66X3F.js b/apps/angular/node_modules/storybook/dist/_browser-chunks/Color-KPF66X3F.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_browser-chunks/Color-KPF66X3F.js rename to apps/angular/node_modules/storybook/dist/_browser-chunks/Color-KPF66X3F.js diff --git a/ClientApp/node_modules/storybook/dist/_browser-chunks/WithTooltip-65CFNBJE.js b/apps/angular/node_modules/storybook/dist/_browser-chunks/WithTooltip-65CFNBJE.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_browser-chunks/WithTooltip-65CFNBJE.js rename to apps/angular/node_modules/storybook/dist/_browser-chunks/WithTooltip-65CFNBJE.js diff --git a/ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-242VQQM5.js b/apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-242VQQM5.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-242VQQM5.js rename to apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-242VQQM5.js diff --git a/ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-2FRVAXCZ.js b/apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-2FRVAXCZ.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-2FRVAXCZ.js rename to apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-2FRVAXCZ.js diff --git a/ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-2GLGVABT.js b/apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-2GLGVABT.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-2GLGVABT.js rename to apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-2GLGVABT.js diff --git a/ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-3LY4VQVK.js b/apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-3LY4VQVK.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-3LY4VQVK.js rename to apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-3LY4VQVK.js diff --git a/ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-6XWLIJQL.js b/apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-6XWLIJQL.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-6XWLIJQL.js rename to apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-6XWLIJQL.js diff --git a/ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-7YGTGCDG.js b/apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-7YGTGCDG.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-7YGTGCDG.js rename to apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-7YGTGCDG.js diff --git a/ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-A242L54C.js b/apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-A242L54C.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-A242L54C.js rename to apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-A242L54C.js diff --git a/ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-ASKQZAOS.js b/apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-ASKQZAOS.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-ASKQZAOS.js rename to apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-ASKQZAOS.js diff --git a/ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-ECQ75MKQ.js b/apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-ECQ75MKQ.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-ECQ75MKQ.js rename to apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-ECQ75MKQ.js diff --git a/ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-EUVGDK4H.js b/apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-EUVGDK4H.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-EUVGDK4H.js rename to apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-EUVGDK4H.js diff --git a/ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-FNXWN6IK.js b/apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-FNXWN6IK.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-FNXWN6IK.js rename to apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-FNXWN6IK.js diff --git a/ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-IH6QJILI.js b/apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-IH6QJILI.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-IH6QJILI.js rename to apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-IH6QJILI.js diff --git a/ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-IWQGIXJS.js b/apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-IWQGIXJS.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-IWQGIXJS.js rename to apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-IWQGIXJS.js diff --git a/ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-IYCKG66Y.js b/apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-IYCKG66Y.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-IYCKG66Y.js rename to apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-IYCKG66Y.js diff --git a/ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-JK6U3MQW.js b/apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-JK6U3MQW.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-JK6U3MQW.js rename to apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-JK6U3MQW.js diff --git a/ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-JVRDBUUP.js b/apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-JVRDBUUP.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-JVRDBUUP.js rename to apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-JVRDBUUP.js diff --git a/ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-KJHJLCBK.js b/apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-KJHJLCBK.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-KJHJLCBK.js rename to apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-KJHJLCBK.js diff --git a/ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-LCHBOIHN.js b/apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-LCHBOIHN.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-LCHBOIHN.js rename to apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-LCHBOIHN.js diff --git a/ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-LE2LTDW3.js b/apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-LE2LTDW3.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-LE2LTDW3.js rename to apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-LE2LTDW3.js diff --git a/ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-MEXTPDJG.js b/apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-MEXTPDJG.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-MEXTPDJG.js rename to apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-MEXTPDJG.js diff --git a/ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-NQJGOFZV.js b/apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-NQJGOFZV.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-NQJGOFZV.js rename to apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-NQJGOFZV.js diff --git a/ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-NZMVUW5T.js b/apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-NZMVUW5T.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-NZMVUW5T.js rename to apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-NZMVUW5T.js diff --git a/ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-POMIZRJL.js b/apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-POMIZRJL.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-POMIZRJL.js rename to apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-POMIZRJL.js diff --git a/ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-Q5RYDXT3.js b/apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-Q5RYDXT3.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-Q5RYDXT3.js rename to apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-Q5RYDXT3.js diff --git a/ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-RD3KTAHR.js b/apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-RD3KTAHR.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-RD3KTAHR.js rename to apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-RD3KTAHR.js diff --git a/ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-S6TK43XQ.js b/apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-S6TK43XQ.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-S6TK43XQ.js rename to apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-S6TK43XQ.js diff --git a/ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-SI6AKD4S.js b/apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-SI6AKD4S.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-SI6AKD4S.js rename to apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-SI6AKD4S.js diff --git a/ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-SL75JR6Y.js b/apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-SL75JR6Y.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-SL75JR6Y.js rename to apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-SL75JR6Y.js diff --git a/ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-SZQXB3JV.js b/apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-SZQXB3JV.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-SZQXB3JV.js rename to apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-SZQXB3JV.js diff --git a/ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-UAYGIC3L.js b/apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-UAYGIC3L.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-UAYGIC3L.js rename to apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-UAYGIC3L.js diff --git a/ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-V2VKKSMQ.js b/apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-V2VKKSMQ.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-V2VKKSMQ.js rename to apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-V2VKKSMQ.js diff --git a/ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-V5NV5R37.js b/apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-V5NV5R37.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-V5NV5R37.js rename to apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-V5NV5R37.js diff --git a/ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-XLJZ7AOP.js b/apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-XLJZ7AOP.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-XLJZ7AOP.js rename to apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-XLJZ7AOP.js diff --git a/ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-YK43Z22A.js b/apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-YK43Z22A.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-YK43Z22A.js rename to apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-YK43Z22A.js diff --git a/ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-ZCFV7BZB.js b/apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-ZCFV7BZB.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-ZCFV7BZB.js rename to apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-ZCFV7BZB.js diff --git a/ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-ZUWEVLDX.js b/apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-ZUWEVLDX.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_browser-chunks/chunk-ZUWEVLDX.js rename to apps/angular/node_modules/storybook/dist/_browser-chunks/chunk-ZUWEVLDX.js diff --git a/ClientApp/node_modules/storybook/dist/_browser-chunks/formatter-EIJCOSYU.js b/apps/angular/node_modules/storybook/dist/_browser-chunks/formatter-EIJCOSYU.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_browser-chunks/formatter-EIJCOSYU.js rename to apps/angular/node_modules/storybook/dist/_browser-chunks/formatter-EIJCOSYU.js diff --git a/ClientApp/node_modules/storybook/dist/_browser-chunks/syntaxhighlighter-OH4MV7E3.js b/apps/angular/node_modules/storybook/dist/_browser-chunks/syntaxhighlighter-OH4MV7E3.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_browser-chunks/syntaxhighlighter-OH4MV7E3.js rename to apps/angular/node_modules/storybook/dist/_browser-chunks/syntaxhighlighter-OH4MV7E3.js diff --git a/ClientApp/node_modules/storybook/dist/_node-chunks/builder-manager-LPFGKXTG.js b/apps/angular/node_modules/storybook/dist/_node-chunks/builder-manager-LPFGKXTG.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_node-chunks/builder-manager-LPFGKXTG.js rename to apps/angular/node_modules/storybook/dist/_node-chunks/builder-manager-LPFGKXTG.js diff --git a/ClientApp/node_modules/storybook/dist/_node-chunks/camelcase-N7ZROTBG.js b/apps/angular/node_modules/storybook/dist/_node-chunks/camelcase-N7ZROTBG.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_node-chunks/camelcase-N7ZROTBG.js rename to apps/angular/node_modules/storybook/dist/_node-chunks/camelcase-N7ZROTBG.js diff --git a/ClientApp/node_modules/storybook/dist/_node-chunks/chunk-2FN7EC43.js b/apps/angular/node_modules/storybook/dist/_node-chunks/chunk-2FN7EC43.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_node-chunks/chunk-2FN7EC43.js rename to apps/angular/node_modules/storybook/dist/_node-chunks/chunk-2FN7EC43.js diff --git a/ClientApp/node_modules/storybook/dist/_node-chunks/chunk-5EBSFPNT.js b/apps/angular/node_modules/storybook/dist/_node-chunks/chunk-5EBSFPNT.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_node-chunks/chunk-5EBSFPNT.js rename to apps/angular/node_modules/storybook/dist/_node-chunks/chunk-5EBSFPNT.js diff --git a/ClientApp/node_modules/storybook/dist/_node-chunks/chunk-6KXUKKG7.js b/apps/angular/node_modules/storybook/dist/_node-chunks/chunk-6KXUKKG7.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_node-chunks/chunk-6KXUKKG7.js rename to apps/angular/node_modules/storybook/dist/_node-chunks/chunk-6KXUKKG7.js diff --git a/ClientApp/node_modules/storybook/dist/_node-chunks/chunk-6PADJQ3N.js b/apps/angular/node_modules/storybook/dist/_node-chunks/chunk-6PADJQ3N.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_node-chunks/chunk-6PADJQ3N.js rename to apps/angular/node_modules/storybook/dist/_node-chunks/chunk-6PADJQ3N.js diff --git a/ClientApp/node_modules/storybook/dist/_node-chunks/chunk-73MPA7MW.js b/apps/angular/node_modules/storybook/dist/_node-chunks/chunk-73MPA7MW.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_node-chunks/chunk-73MPA7MW.js rename to apps/angular/node_modules/storybook/dist/_node-chunks/chunk-73MPA7MW.js diff --git a/ClientApp/node_modules/storybook/dist/_node-chunks/chunk-7FOO4VZY.js b/apps/angular/node_modules/storybook/dist/_node-chunks/chunk-7FOO4VZY.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_node-chunks/chunk-7FOO4VZY.js rename to apps/angular/node_modules/storybook/dist/_node-chunks/chunk-7FOO4VZY.js diff --git a/ClientApp/node_modules/storybook/dist/_node-chunks/chunk-AV2LSJTV.js b/apps/angular/node_modules/storybook/dist/_node-chunks/chunk-AV2LSJTV.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_node-chunks/chunk-AV2LSJTV.js rename to apps/angular/node_modules/storybook/dist/_node-chunks/chunk-AV2LSJTV.js diff --git a/ClientApp/node_modules/storybook/dist/_node-chunks/chunk-BKLQ6O3U.js b/apps/angular/node_modules/storybook/dist/_node-chunks/chunk-BKLQ6O3U.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_node-chunks/chunk-BKLQ6O3U.js rename to apps/angular/node_modules/storybook/dist/_node-chunks/chunk-BKLQ6O3U.js diff --git a/ClientApp/node_modules/storybook/dist/_node-chunks/chunk-C2H53V4H.js b/apps/angular/node_modules/storybook/dist/_node-chunks/chunk-C2H53V4H.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_node-chunks/chunk-C2H53V4H.js rename to apps/angular/node_modules/storybook/dist/_node-chunks/chunk-C2H53V4H.js diff --git a/ClientApp/node_modules/storybook/dist/_node-chunks/chunk-CERCAI3W.js b/apps/angular/node_modules/storybook/dist/_node-chunks/chunk-CERCAI3W.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_node-chunks/chunk-CERCAI3W.js rename to apps/angular/node_modules/storybook/dist/_node-chunks/chunk-CERCAI3W.js diff --git a/ClientApp/node_modules/storybook/dist/_node-chunks/chunk-FVZGAF6J.js b/apps/angular/node_modules/storybook/dist/_node-chunks/chunk-FVZGAF6J.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_node-chunks/chunk-FVZGAF6J.js rename to apps/angular/node_modules/storybook/dist/_node-chunks/chunk-FVZGAF6J.js diff --git a/ClientApp/node_modules/storybook/dist/_node-chunks/chunk-GMFDJH6Z.js b/apps/angular/node_modules/storybook/dist/_node-chunks/chunk-GMFDJH6Z.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_node-chunks/chunk-GMFDJH6Z.js rename to apps/angular/node_modules/storybook/dist/_node-chunks/chunk-GMFDJH6Z.js diff --git a/ClientApp/node_modules/storybook/dist/_node-chunks/chunk-HULCERYQ.js b/apps/angular/node_modules/storybook/dist/_node-chunks/chunk-HULCERYQ.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_node-chunks/chunk-HULCERYQ.js rename to apps/angular/node_modules/storybook/dist/_node-chunks/chunk-HULCERYQ.js diff --git a/ClientApp/node_modules/storybook/dist/_node-chunks/chunk-ID6EW6PR.js b/apps/angular/node_modules/storybook/dist/_node-chunks/chunk-ID6EW6PR.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_node-chunks/chunk-ID6EW6PR.js rename to apps/angular/node_modules/storybook/dist/_node-chunks/chunk-ID6EW6PR.js diff --git a/ClientApp/node_modules/storybook/dist/_node-chunks/chunk-IPFJ62CM.js b/apps/angular/node_modules/storybook/dist/_node-chunks/chunk-IPFJ62CM.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_node-chunks/chunk-IPFJ62CM.js rename to apps/angular/node_modules/storybook/dist/_node-chunks/chunk-IPFJ62CM.js diff --git a/ClientApp/node_modules/storybook/dist/_node-chunks/chunk-KBP3PLJZ.js b/apps/angular/node_modules/storybook/dist/_node-chunks/chunk-KBP3PLJZ.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_node-chunks/chunk-KBP3PLJZ.js rename to apps/angular/node_modules/storybook/dist/_node-chunks/chunk-KBP3PLJZ.js diff --git a/ClientApp/node_modules/storybook/dist/_node-chunks/chunk-KZRQTMIL.js b/apps/angular/node_modules/storybook/dist/_node-chunks/chunk-KZRQTMIL.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_node-chunks/chunk-KZRQTMIL.js rename to apps/angular/node_modules/storybook/dist/_node-chunks/chunk-KZRQTMIL.js diff --git a/ClientApp/node_modules/storybook/dist/_node-chunks/chunk-LFZC4GGD.js b/apps/angular/node_modules/storybook/dist/_node-chunks/chunk-LFZC4GGD.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_node-chunks/chunk-LFZC4GGD.js rename to apps/angular/node_modules/storybook/dist/_node-chunks/chunk-LFZC4GGD.js diff --git a/ClientApp/node_modules/storybook/dist/_node-chunks/chunk-N326NX4R.js b/apps/angular/node_modules/storybook/dist/_node-chunks/chunk-N326NX4R.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_node-chunks/chunk-N326NX4R.js rename to apps/angular/node_modules/storybook/dist/_node-chunks/chunk-N326NX4R.js diff --git a/ClientApp/node_modules/storybook/dist/_node-chunks/chunk-NQBOIYE4.js b/apps/angular/node_modules/storybook/dist/_node-chunks/chunk-NQBOIYE4.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_node-chunks/chunk-NQBOIYE4.js rename to apps/angular/node_modules/storybook/dist/_node-chunks/chunk-NQBOIYE4.js diff --git a/ClientApp/node_modules/storybook/dist/_node-chunks/chunk-UE3FZNFM.js b/apps/angular/node_modules/storybook/dist/_node-chunks/chunk-UE3FZNFM.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_node-chunks/chunk-UE3FZNFM.js rename to apps/angular/node_modules/storybook/dist/_node-chunks/chunk-UE3FZNFM.js diff --git a/ClientApp/node_modules/storybook/dist/_node-chunks/chunk-WBQJIPO2.js b/apps/angular/node_modules/storybook/dist/_node-chunks/chunk-WBQJIPO2.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_node-chunks/chunk-WBQJIPO2.js rename to apps/angular/node_modules/storybook/dist/_node-chunks/chunk-WBQJIPO2.js diff --git a/ClientApp/node_modules/storybook/dist/_node-chunks/chunk-XLBFPKTO.js b/apps/angular/node_modules/storybook/dist/_node-chunks/chunk-XLBFPKTO.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_node-chunks/chunk-XLBFPKTO.js rename to apps/angular/node_modules/storybook/dist/_node-chunks/chunk-XLBFPKTO.js diff --git a/ClientApp/node_modules/storybook/dist/_node-chunks/chunk-Y7LKTMXG.js b/apps/angular/node_modules/storybook/dist/_node-chunks/chunk-Y7LKTMXG.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_node-chunks/chunk-Y7LKTMXG.js rename to apps/angular/node_modules/storybook/dist/_node-chunks/chunk-Y7LKTMXG.js diff --git a/ClientApp/node_modules/storybook/dist/_node-chunks/chunk-YH55PJTI.js b/apps/angular/node_modules/storybook/dist/_node-chunks/chunk-YH55PJTI.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_node-chunks/chunk-YH55PJTI.js rename to apps/angular/node_modules/storybook/dist/_node-chunks/chunk-YH55PJTI.js diff --git a/ClientApp/node_modules/storybook/dist/_node-chunks/chunk-Z44UHNLR.js b/apps/angular/node_modules/storybook/dist/_node-chunks/chunk-Z44UHNLR.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_node-chunks/chunk-Z44UHNLR.js rename to apps/angular/node_modules/storybook/dist/_node-chunks/chunk-Z44UHNLR.js diff --git a/ClientApp/node_modules/storybook/dist/_node-chunks/chunk-ZEK5SANA.js b/apps/angular/node_modules/storybook/dist/_node-chunks/chunk-ZEK5SANA.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_node-chunks/chunk-ZEK5SANA.js rename to apps/angular/node_modules/storybook/dist/_node-chunks/chunk-ZEK5SANA.js diff --git a/ClientApp/node_modules/storybook/dist/_node-chunks/chunk-ZNOZEVUY.js b/apps/angular/node_modules/storybook/dist/_node-chunks/chunk-ZNOZEVUY.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_node-chunks/chunk-ZNOZEVUY.js rename to apps/angular/node_modules/storybook/dist/_node-chunks/chunk-ZNOZEVUY.js diff --git a/ClientApp/node_modules/storybook/dist/_node-chunks/globby-2JQDE3NB.js b/apps/angular/node_modules/storybook/dist/_node-chunks/globby-2JQDE3NB.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_node-chunks/globby-2JQDE3NB.js rename to apps/angular/node_modules/storybook/dist/_node-chunks/globby-2JQDE3NB.js diff --git a/ClientApp/node_modules/storybook/dist/_node-chunks/lib-KLPVH2U2.js b/apps/angular/node_modules/storybook/dist/_node-chunks/lib-KLPVH2U2.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_node-chunks/lib-KLPVH2U2.js rename to apps/angular/node_modules/storybook/dist/_node-chunks/lib-KLPVH2U2.js diff --git a/ClientApp/node_modules/storybook/dist/_node-chunks/mdx-N42X6CFJ-E6XEY3IS.js b/apps/angular/node_modules/storybook/dist/_node-chunks/mdx-N42X6CFJ-E6XEY3IS.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_node-chunks/mdx-N42X6CFJ-E6XEY3IS.js rename to apps/angular/node_modules/storybook/dist/_node-chunks/mdx-N42X6CFJ-E6XEY3IS.js diff --git a/ClientApp/node_modules/storybook/dist/_node-chunks/p-limit-PYJ6ADAG.js b/apps/angular/node_modules/storybook/dist/_node-chunks/p-limit-PYJ6ADAG.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/_node-chunks/p-limit-PYJ6ADAG.js rename to apps/angular/node_modules/storybook/dist/_node-chunks/p-limit-PYJ6ADAG.js diff --git a/ClientApp/node_modules/storybook/dist/actions/decorator.d.ts b/apps/angular/node_modules/storybook/dist/actions/decorator.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/dist/actions/decorator.d.ts rename to apps/angular/node_modules/storybook/dist/actions/decorator.d.ts diff --git a/ClientApp/node_modules/storybook/dist/actions/decorator.js b/apps/angular/node_modules/storybook/dist/actions/decorator.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/actions/decorator.js rename to apps/angular/node_modules/storybook/dist/actions/decorator.js diff --git a/ClientApp/node_modules/storybook/dist/actions/index.d.ts b/apps/angular/node_modules/storybook/dist/actions/index.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/dist/actions/index.d.ts rename to apps/angular/node_modules/storybook/dist/actions/index.d.ts diff --git a/ClientApp/node_modules/storybook/dist/actions/index.js b/apps/angular/node_modules/storybook/dist/actions/index.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/actions/index.js rename to apps/angular/node_modules/storybook/dist/actions/index.js diff --git a/ClientApp/node_modules/storybook/dist/babel/index.d.ts b/apps/angular/node_modules/storybook/dist/babel/index.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/dist/babel/index.d.ts rename to apps/angular/node_modules/storybook/dist/babel/index.d.ts diff --git a/ClientApp/node_modules/storybook/dist/babel/index.js b/apps/angular/node_modules/storybook/dist/babel/index.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/babel/index.js rename to apps/angular/node_modules/storybook/dist/babel/index.js diff --git a/ClientApp/node_modules/storybook/dist/bin/core.js b/apps/angular/node_modules/storybook/dist/bin/core.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/bin/core.js rename to apps/angular/node_modules/storybook/dist/bin/core.js diff --git a/ClientApp/node_modules/storybook/dist/bin/dispatcher.js b/apps/angular/node_modules/storybook/dist/bin/dispatcher.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/bin/dispatcher.js rename to apps/angular/node_modules/storybook/dist/bin/dispatcher.js diff --git a/ClientApp/node_modules/storybook/dist/bin/loader.js b/apps/angular/node_modules/storybook/dist/bin/loader.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/bin/loader.js rename to apps/angular/node_modules/storybook/dist/bin/loader.js diff --git a/ClientApp/node_modules/storybook/dist/channels/index.d.ts b/apps/angular/node_modules/storybook/dist/channels/index.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/dist/channels/index.d.ts rename to apps/angular/node_modules/storybook/dist/channels/index.d.ts diff --git a/ClientApp/node_modules/storybook/dist/channels/index.js b/apps/angular/node_modules/storybook/dist/channels/index.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/channels/index.js rename to apps/angular/node_modules/storybook/dist/channels/index.js diff --git a/ClientApp/node_modules/storybook/dist/cli/index.d.ts b/apps/angular/node_modules/storybook/dist/cli/index.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/dist/cli/index.d.ts rename to apps/angular/node_modules/storybook/dist/cli/index.d.ts diff --git a/ClientApp/node_modules/storybook/dist/cli/index.js b/apps/angular/node_modules/storybook/dist/cli/index.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/cli/index.js rename to apps/angular/node_modules/storybook/dist/cli/index.js diff --git a/ClientApp/node_modules/storybook/dist/client-logger/index.d.ts b/apps/angular/node_modules/storybook/dist/client-logger/index.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/dist/client-logger/index.d.ts rename to apps/angular/node_modules/storybook/dist/client-logger/index.d.ts diff --git a/ClientApp/node_modules/storybook/dist/client-logger/index.js b/apps/angular/node_modules/storybook/dist/client-logger/index.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/client-logger/index.js rename to apps/angular/node_modules/storybook/dist/client-logger/index.js diff --git a/ClientApp/node_modules/storybook/dist/common/index.d.ts b/apps/angular/node_modules/storybook/dist/common/index.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/dist/common/index.d.ts rename to apps/angular/node_modules/storybook/dist/common/index.d.ts diff --git a/ClientApp/node_modules/storybook/dist/common/index.js b/apps/angular/node_modules/storybook/dist/common/index.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/common/index.js rename to apps/angular/node_modules/storybook/dist/common/index.js diff --git a/ClientApp/node_modules/storybook/dist/components/index.d.ts b/apps/angular/node_modules/storybook/dist/components/index.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/dist/components/index.d.ts rename to apps/angular/node_modules/storybook/dist/components/index.d.ts diff --git a/ClientApp/node_modules/storybook/dist/components/index.js b/apps/angular/node_modules/storybook/dist/components/index.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/components/index.js rename to apps/angular/node_modules/storybook/dist/components/index.js diff --git a/ClientApp/node_modules/storybook/dist/core-events/index.d.ts b/apps/angular/node_modules/storybook/dist/core-events/index.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/dist/core-events/index.d.ts rename to apps/angular/node_modules/storybook/dist/core-events/index.d.ts diff --git a/ClientApp/node_modules/storybook/dist/core-events/index.js b/apps/angular/node_modules/storybook/dist/core-events/index.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/core-events/index.js rename to apps/angular/node_modules/storybook/dist/core-events/index.js diff --git a/ClientApp/node_modules/storybook/dist/core-server/index.d.ts b/apps/angular/node_modules/storybook/dist/core-server/index.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/dist/core-server/index.d.ts rename to apps/angular/node_modules/storybook/dist/core-server/index.d.ts diff --git a/ClientApp/node_modules/storybook/dist/core-server/index.js b/apps/angular/node_modules/storybook/dist/core-server/index.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/core-server/index.js rename to apps/angular/node_modules/storybook/dist/core-server/index.js diff --git a/ClientApp/node_modules/storybook/dist/core-server/presets/common-manager.css b/apps/angular/node_modules/storybook/dist/core-server/presets/common-manager.css similarity index 100% rename from ClientApp/node_modules/storybook/dist/core-server/presets/common-manager.css rename to apps/angular/node_modules/storybook/dist/core-server/presets/common-manager.css diff --git a/ClientApp/node_modules/storybook/dist/core-server/presets/common-manager.js b/apps/angular/node_modules/storybook/dist/core-server/presets/common-manager.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/core-server/presets/common-manager.js rename to apps/angular/node_modules/storybook/dist/core-server/presets/common-manager.js diff --git a/ClientApp/node_modules/storybook/dist/core-server/presets/common-override-preset.js b/apps/angular/node_modules/storybook/dist/core-server/presets/common-override-preset.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/core-server/presets/common-override-preset.js rename to apps/angular/node_modules/storybook/dist/core-server/presets/common-override-preset.js diff --git a/ClientApp/node_modules/storybook/dist/core-server/presets/common-preset.js b/apps/angular/node_modules/storybook/dist/core-server/presets/common-preset.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/core-server/presets/common-preset.js rename to apps/angular/node_modules/storybook/dist/core-server/presets/common-preset.js diff --git a/ClientApp/node_modules/storybook/dist/csf-tools/index.d.ts b/apps/angular/node_modules/storybook/dist/csf-tools/index.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/dist/csf-tools/index.d.ts rename to apps/angular/node_modules/storybook/dist/csf-tools/index.d.ts diff --git a/ClientApp/node_modules/storybook/dist/csf-tools/index.js b/apps/angular/node_modules/storybook/dist/csf-tools/index.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/csf-tools/index.js rename to apps/angular/node_modules/storybook/dist/csf-tools/index.js diff --git a/ClientApp/node_modules/storybook/dist/csf/index.d.ts b/apps/angular/node_modules/storybook/dist/csf/index.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/dist/csf/index.d.ts rename to apps/angular/node_modules/storybook/dist/csf/index.d.ts diff --git a/ClientApp/node_modules/storybook/dist/csf/index.js b/apps/angular/node_modules/storybook/dist/csf/index.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/csf/index.js rename to apps/angular/node_modules/storybook/dist/csf/index.js diff --git a/ClientApp/node_modules/storybook/dist/docs-tools/index.d.ts b/apps/angular/node_modules/storybook/dist/docs-tools/index.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/dist/docs-tools/index.d.ts rename to apps/angular/node_modules/storybook/dist/docs-tools/index.d.ts diff --git a/ClientApp/node_modules/storybook/dist/docs-tools/index.js b/apps/angular/node_modules/storybook/dist/docs-tools/index.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/docs-tools/index.js rename to apps/angular/node_modules/storybook/dist/docs-tools/index.js diff --git a/ClientApp/node_modules/storybook/dist/highlight/index.d.ts b/apps/angular/node_modules/storybook/dist/highlight/index.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/dist/highlight/index.d.ts rename to apps/angular/node_modules/storybook/dist/highlight/index.d.ts diff --git a/ClientApp/node_modules/storybook/dist/highlight/index.js b/apps/angular/node_modules/storybook/dist/highlight/index.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/highlight/index.js rename to apps/angular/node_modules/storybook/dist/highlight/index.js diff --git a/ClientApp/node_modules/storybook/dist/instrumenter/index.d.ts b/apps/angular/node_modules/storybook/dist/instrumenter/index.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/dist/instrumenter/index.d.ts rename to apps/angular/node_modules/storybook/dist/instrumenter/index.d.ts diff --git a/ClientApp/node_modules/storybook/dist/instrumenter/index.js b/apps/angular/node_modules/storybook/dist/instrumenter/index.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/instrumenter/index.js rename to apps/angular/node_modules/storybook/dist/instrumenter/index.js diff --git a/ClientApp/node_modules/storybook/dist/manager-api/index.d.ts b/apps/angular/node_modules/storybook/dist/manager-api/index.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/dist/manager-api/index.d.ts rename to apps/angular/node_modules/storybook/dist/manager-api/index.d.ts diff --git a/ClientApp/node_modules/storybook/dist/manager-api/index.js b/apps/angular/node_modules/storybook/dist/manager-api/index.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/manager-api/index.js rename to apps/angular/node_modules/storybook/dist/manager-api/index.js diff --git a/ClientApp/node_modules/storybook/dist/manager-errors.d.ts b/apps/angular/node_modules/storybook/dist/manager-errors.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/dist/manager-errors.d.ts rename to apps/angular/node_modules/storybook/dist/manager-errors.d.ts diff --git a/ClientApp/node_modules/storybook/dist/manager-errors.js b/apps/angular/node_modules/storybook/dist/manager-errors.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/manager-errors.js rename to apps/angular/node_modules/storybook/dist/manager-errors.js diff --git a/ClientApp/node_modules/storybook/dist/manager/globals-runtime.js b/apps/angular/node_modules/storybook/dist/manager/globals-runtime.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/manager/globals-runtime.js rename to apps/angular/node_modules/storybook/dist/manager/globals-runtime.js diff --git a/ClientApp/node_modules/storybook/dist/manager/globals.d.ts b/apps/angular/node_modules/storybook/dist/manager/globals.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/dist/manager/globals.d.ts rename to apps/angular/node_modules/storybook/dist/manager/globals.d.ts diff --git a/ClientApp/node_modules/storybook/dist/manager/globals.js b/apps/angular/node_modules/storybook/dist/manager/globals.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/manager/globals.js rename to apps/angular/node_modules/storybook/dist/manager/globals.js diff --git a/ClientApp/node_modules/storybook/dist/manager/manager-stores.d.ts b/apps/angular/node_modules/storybook/dist/manager/manager-stores.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/dist/manager/manager-stores.d.ts rename to apps/angular/node_modules/storybook/dist/manager/manager-stores.d.ts diff --git a/ClientApp/node_modules/storybook/dist/manager/manager-stores.js b/apps/angular/node_modules/storybook/dist/manager/manager-stores.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/manager/manager-stores.js rename to apps/angular/node_modules/storybook/dist/manager/manager-stores.js diff --git a/ClientApp/node_modules/storybook/dist/manager/runtime.js b/apps/angular/node_modules/storybook/dist/manager/runtime.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/manager/runtime.js rename to apps/angular/node_modules/storybook/dist/manager/runtime.js diff --git a/ClientApp/node_modules/storybook/dist/mocking-utils/index.d.ts b/apps/angular/node_modules/storybook/dist/mocking-utils/index.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/dist/mocking-utils/index.d.ts rename to apps/angular/node_modules/storybook/dist/mocking-utils/index.d.ts diff --git a/ClientApp/node_modules/storybook/dist/mocking-utils/index.js b/apps/angular/node_modules/storybook/dist/mocking-utils/index.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/mocking-utils/index.js rename to apps/angular/node_modules/storybook/dist/mocking-utils/index.js diff --git a/ClientApp/node_modules/storybook/dist/mocking-utils/mocker-runtime.js b/apps/angular/node_modules/storybook/dist/mocking-utils/mocker-runtime.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/mocking-utils/mocker-runtime.js rename to apps/angular/node_modules/storybook/dist/mocking-utils/mocker-runtime.js diff --git a/ClientApp/node_modules/storybook/dist/node-logger/index.d.ts b/apps/angular/node_modules/storybook/dist/node-logger/index.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/dist/node-logger/index.d.ts rename to apps/angular/node_modules/storybook/dist/node-logger/index.d.ts diff --git a/ClientApp/node_modules/storybook/dist/node-logger/index.js b/apps/angular/node_modules/storybook/dist/node-logger/index.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/node-logger/index.js rename to apps/angular/node_modules/storybook/dist/node-logger/index.js diff --git a/ClientApp/node_modules/storybook/dist/preview-api/index.d.ts b/apps/angular/node_modules/storybook/dist/preview-api/index.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/dist/preview-api/index.d.ts rename to apps/angular/node_modules/storybook/dist/preview-api/index.d.ts diff --git a/ClientApp/node_modules/storybook/dist/preview-api/index.js b/apps/angular/node_modules/storybook/dist/preview-api/index.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/preview-api/index.js rename to apps/angular/node_modules/storybook/dist/preview-api/index.js diff --git a/ClientApp/node_modules/storybook/dist/preview-errors.d.ts b/apps/angular/node_modules/storybook/dist/preview-errors.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/dist/preview-errors.d.ts rename to apps/angular/node_modules/storybook/dist/preview-errors.d.ts diff --git a/ClientApp/node_modules/storybook/dist/preview-errors.js b/apps/angular/node_modules/storybook/dist/preview-errors.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/preview-errors.js rename to apps/angular/node_modules/storybook/dist/preview-errors.js diff --git a/ClientApp/node_modules/storybook/dist/preview/globals.d.ts b/apps/angular/node_modules/storybook/dist/preview/globals.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/dist/preview/globals.d.ts rename to apps/angular/node_modules/storybook/dist/preview/globals.d.ts diff --git a/ClientApp/node_modules/storybook/dist/preview/globals.js b/apps/angular/node_modules/storybook/dist/preview/globals.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/preview/globals.js rename to apps/angular/node_modules/storybook/dist/preview/globals.js diff --git a/ClientApp/node_modules/storybook/dist/preview/runtime.js b/apps/angular/node_modules/storybook/dist/preview/runtime.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/preview/runtime.js rename to apps/angular/node_modules/storybook/dist/preview/runtime.js diff --git a/ClientApp/node_modules/storybook/dist/router/index.d.ts b/apps/angular/node_modules/storybook/dist/router/index.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/dist/router/index.d.ts rename to apps/angular/node_modules/storybook/dist/router/index.d.ts diff --git a/ClientApp/node_modules/storybook/dist/router/index.js b/apps/angular/node_modules/storybook/dist/router/index.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/router/index.js rename to apps/angular/node_modules/storybook/dist/router/index.js diff --git a/ClientApp/node_modules/storybook/dist/server-errors.d.ts b/apps/angular/node_modules/storybook/dist/server-errors.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/dist/server-errors.d.ts rename to apps/angular/node_modules/storybook/dist/server-errors.d.ts diff --git a/ClientApp/node_modules/storybook/dist/server-errors.js b/apps/angular/node_modules/storybook/dist/server-errors.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/server-errors.js rename to apps/angular/node_modules/storybook/dist/server-errors.js diff --git a/ClientApp/node_modules/storybook/dist/telemetry/index.d.ts b/apps/angular/node_modules/storybook/dist/telemetry/index.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/dist/telemetry/index.d.ts rename to apps/angular/node_modules/storybook/dist/telemetry/index.d.ts diff --git a/ClientApp/node_modules/storybook/dist/telemetry/index.js b/apps/angular/node_modules/storybook/dist/telemetry/index.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/telemetry/index.js rename to apps/angular/node_modules/storybook/dist/telemetry/index.js diff --git a/ClientApp/node_modules/storybook/dist/test/index.d.ts b/apps/angular/node_modules/storybook/dist/test/index.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/dist/test/index.d.ts rename to apps/angular/node_modules/storybook/dist/test/index.d.ts diff --git a/ClientApp/node_modules/storybook/dist/test/index.js b/apps/angular/node_modules/storybook/dist/test/index.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/test/index.js rename to apps/angular/node_modules/storybook/dist/test/index.js diff --git a/ClientApp/node_modules/storybook/dist/theming/create.d.ts b/apps/angular/node_modules/storybook/dist/theming/create.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/dist/theming/create.d.ts rename to apps/angular/node_modules/storybook/dist/theming/create.d.ts diff --git a/ClientApp/node_modules/storybook/dist/theming/create.js b/apps/angular/node_modules/storybook/dist/theming/create.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/theming/create.js rename to apps/angular/node_modules/storybook/dist/theming/create.js diff --git a/ClientApp/node_modules/storybook/dist/theming/index.d.ts b/apps/angular/node_modules/storybook/dist/theming/index.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/dist/theming/index.d.ts rename to apps/angular/node_modules/storybook/dist/theming/index.d.ts diff --git a/ClientApp/node_modules/storybook/dist/theming/index.js b/apps/angular/node_modules/storybook/dist/theming/index.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/theming/index.js rename to apps/angular/node_modules/storybook/dist/theming/index.js diff --git a/ClientApp/node_modules/storybook/dist/types/index.d.ts b/apps/angular/node_modules/storybook/dist/types/index.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/dist/types/index.d.ts rename to apps/angular/node_modules/storybook/dist/types/index.d.ts diff --git a/ClientApp/node_modules/storybook/dist/types/index.js b/apps/angular/node_modules/storybook/dist/types/index.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/types/index.js rename to apps/angular/node_modules/storybook/dist/types/index.js diff --git a/ClientApp/node_modules/storybook/dist/viewport/index.d.ts b/apps/angular/node_modules/storybook/dist/viewport/index.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/dist/viewport/index.d.ts rename to apps/angular/node_modules/storybook/dist/viewport/index.d.ts diff --git a/ClientApp/node_modules/storybook/dist/viewport/index.js b/apps/angular/node_modules/storybook/dist/viewport/index.js similarity index 100% rename from ClientApp/node_modules/storybook/dist/viewport/index.js rename to apps/angular/node_modules/storybook/dist/viewport/index.js diff --git a/ClientApp/node_modules/storybook/node_modules/@vitest/expect/LICENSE b/apps/angular/node_modules/storybook/node_modules/@vitest/expect/LICENSE similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/@vitest/expect/LICENSE rename to apps/angular/node_modules/storybook/node_modules/@vitest/expect/LICENSE diff --git a/ClientApp/node_modules/storybook/node_modules/@vitest/expect/README.md b/apps/angular/node_modules/storybook/node_modules/@vitest/expect/README.md similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/@vitest/expect/README.md rename to apps/angular/node_modules/storybook/node_modules/@vitest/expect/README.md diff --git a/ClientApp/node_modules/storybook/node_modules/@vitest/expect/dist/index.d.ts b/apps/angular/node_modules/storybook/node_modules/@vitest/expect/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/@vitest/expect/dist/index.d.ts rename to apps/angular/node_modules/storybook/node_modules/@vitest/expect/dist/index.d.ts diff --git a/ClientApp/node_modules/storybook/node_modules/@vitest/expect/dist/index.js b/apps/angular/node_modules/storybook/node_modules/@vitest/expect/dist/index.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/@vitest/expect/dist/index.js rename to apps/angular/node_modules/storybook/node_modules/@vitest/expect/dist/index.js diff --git a/ClientApp/node_modules/storybook/node_modules/@vitest/expect/package.json b/apps/angular/node_modules/storybook/node_modules/@vitest/expect/package.json similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/@vitest/expect/package.json rename to apps/angular/node_modules/storybook/node_modules/@vitest/expect/package.json diff --git a/ClientApp/node_modules/storybook/node_modules/@vitest/spy/LICENSE b/apps/angular/node_modules/storybook/node_modules/@vitest/spy/LICENSE similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/@vitest/spy/LICENSE rename to apps/angular/node_modules/storybook/node_modules/@vitest/spy/LICENSE diff --git a/ClientApp/node_modules/storybook/node_modules/@vitest/spy/README.md b/apps/angular/node_modules/storybook/node_modules/@vitest/spy/README.md similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/@vitest/spy/README.md rename to apps/angular/node_modules/storybook/node_modules/@vitest/spy/README.md diff --git a/ClientApp/node_modules/storybook/node_modules/@vitest/spy/dist/index.d.ts b/apps/angular/node_modules/storybook/node_modules/@vitest/spy/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/@vitest/spy/dist/index.d.ts rename to apps/angular/node_modules/storybook/node_modules/@vitest/spy/dist/index.d.ts diff --git a/ClientApp/node_modules/storybook/node_modules/@vitest/spy/dist/index.js b/apps/angular/node_modules/storybook/node_modules/@vitest/spy/dist/index.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/@vitest/spy/dist/index.js rename to apps/angular/node_modules/storybook/node_modules/@vitest/spy/dist/index.js diff --git a/ClientApp/node_modules/storybook/node_modules/@vitest/spy/package.json b/apps/angular/node_modules/storybook/node_modules/@vitest/spy/package.json similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/@vitest/spy/package.json rename to apps/angular/node_modules/storybook/node_modules/@vitest/spy/package.json diff --git a/ClientApp/node_modules/storybook/node_modules/@vitest/utils/LICENSE b/apps/angular/node_modules/storybook/node_modules/@vitest/utils/LICENSE similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/@vitest/utils/LICENSE rename to apps/angular/node_modules/storybook/node_modules/@vitest/utils/LICENSE diff --git a/ClientApp/node_modules/storybook/node_modules/@vitest/utils/diff.d.ts b/apps/angular/node_modules/storybook/node_modules/@vitest/utils/diff.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/@vitest/utils/diff.d.ts rename to apps/angular/node_modules/storybook/node_modules/@vitest/utils/diff.d.ts diff --git a/ClientApp/node_modules/storybook/node_modules/@vitest/utils/dist/chunk-_commonjsHelpers.js b/apps/angular/node_modules/storybook/node_modules/@vitest/utils/dist/chunk-_commonjsHelpers.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/@vitest/utils/dist/chunk-_commonjsHelpers.js rename to apps/angular/node_modules/storybook/node_modules/@vitest/utils/dist/chunk-_commonjsHelpers.js diff --git a/ClientApp/node_modules/storybook/node_modules/@vitest/utils/dist/diff.d.ts b/apps/angular/node_modules/storybook/node_modules/@vitest/utils/dist/diff.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/@vitest/utils/dist/diff.d.ts rename to apps/angular/node_modules/storybook/node_modules/@vitest/utils/dist/diff.d.ts diff --git a/ClientApp/node_modules/storybook/node_modules/@vitest/utils/dist/diff.js b/apps/angular/node_modules/storybook/node_modules/@vitest/utils/dist/diff.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/@vitest/utils/dist/diff.js rename to apps/angular/node_modules/storybook/node_modules/@vitest/utils/dist/diff.js diff --git a/ClientApp/node_modules/storybook/node_modules/@vitest/utils/dist/error.d.ts b/apps/angular/node_modules/storybook/node_modules/@vitest/utils/dist/error.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/@vitest/utils/dist/error.d.ts rename to apps/angular/node_modules/storybook/node_modules/@vitest/utils/dist/error.d.ts diff --git a/ClientApp/node_modules/storybook/node_modules/@vitest/utils/dist/error.js b/apps/angular/node_modules/storybook/node_modules/@vitest/utils/dist/error.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/@vitest/utils/dist/error.js rename to apps/angular/node_modules/storybook/node_modules/@vitest/utils/dist/error.js diff --git a/ClientApp/node_modules/storybook/node_modules/@vitest/utils/dist/helpers.d.ts b/apps/angular/node_modules/storybook/node_modules/@vitest/utils/dist/helpers.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/@vitest/utils/dist/helpers.d.ts rename to apps/angular/node_modules/storybook/node_modules/@vitest/utils/dist/helpers.d.ts diff --git a/ClientApp/node_modules/storybook/node_modules/@vitest/utils/dist/helpers.js b/apps/angular/node_modules/storybook/node_modules/@vitest/utils/dist/helpers.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/@vitest/utils/dist/helpers.js rename to apps/angular/node_modules/storybook/node_modules/@vitest/utils/dist/helpers.js diff --git a/ClientApp/node_modules/storybook/node_modules/@vitest/utils/dist/index.d.ts b/apps/angular/node_modules/storybook/node_modules/@vitest/utils/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/@vitest/utils/dist/index.d.ts rename to apps/angular/node_modules/storybook/node_modules/@vitest/utils/dist/index.d.ts diff --git a/ClientApp/node_modules/storybook/node_modules/@vitest/utils/dist/index.js b/apps/angular/node_modules/storybook/node_modules/@vitest/utils/dist/index.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/@vitest/utils/dist/index.js rename to apps/angular/node_modules/storybook/node_modules/@vitest/utils/dist/index.js diff --git a/ClientApp/node_modules/storybook/node_modules/@vitest/utils/dist/source-map.d.ts b/apps/angular/node_modules/storybook/node_modules/@vitest/utils/dist/source-map.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/@vitest/utils/dist/source-map.d.ts rename to apps/angular/node_modules/storybook/node_modules/@vitest/utils/dist/source-map.d.ts diff --git a/ClientApp/node_modules/storybook/node_modules/@vitest/utils/dist/source-map.js b/apps/angular/node_modules/storybook/node_modules/@vitest/utils/dist/source-map.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/@vitest/utils/dist/source-map.js rename to apps/angular/node_modules/storybook/node_modules/@vitest/utils/dist/source-map.js diff --git a/ClientApp/node_modules/storybook/node_modules/@vitest/utils/dist/types.d-BCElaP-c.d.ts b/apps/angular/node_modules/storybook/node_modules/@vitest/utils/dist/types.d-BCElaP-c.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/@vitest/utils/dist/types.d-BCElaP-c.d.ts rename to apps/angular/node_modules/storybook/node_modules/@vitest/utils/dist/types.d-BCElaP-c.d.ts diff --git a/ClientApp/node_modules/storybook/node_modules/@vitest/utils/dist/types.d.ts b/apps/angular/node_modules/storybook/node_modules/@vitest/utils/dist/types.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/@vitest/utils/dist/types.d.ts rename to apps/angular/node_modules/storybook/node_modules/@vitest/utils/dist/types.d.ts diff --git a/ClientApp/node_modules/storybook/node_modules/@vitest/utils/dist/types.js b/apps/angular/node_modules/storybook/node_modules/@vitest/utils/dist/types.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/@vitest/utils/dist/types.js rename to apps/angular/node_modules/storybook/node_modules/@vitest/utils/dist/types.js diff --git a/ClientApp/node_modules/storybook/node_modules/@vitest/utils/error.d.ts b/apps/angular/node_modules/storybook/node_modules/@vitest/utils/error.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/@vitest/utils/error.d.ts rename to apps/angular/node_modules/storybook/node_modules/@vitest/utils/error.d.ts diff --git a/ClientApp/node_modules/storybook/node_modules/@vitest/utils/helpers.d.ts b/apps/angular/node_modules/storybook/node_modules/@vitest/utils/helpers.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/@vitest/utils/helpers.d.ts rename to apps/angular/node_modules/storybook/node_modules/@vitest/utils/helpers.d.ts diff --git a/ClientApp/node_modules/storybook/node_modules/@vitest/utils/package.json b/apps/angular/node_modules/storybook/node_modules/@vitest/utils/package.json similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/@vitest/utils/package.json rename to apps/angular/node_modules/storybook/node_modules/@vitest/utils/package.json diff --git a/ClientApp/node_modules/storybook/node_modules/assertion-error/LICENSE b/apps/angular/node_modules/storybook/node_modules/assertion-error/LICENSE similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/assertion-error/LICENSE rename to apps/angular/node_modules/storybook/node_modules/assertion-error/LICENSE diff --git a/ClientApp/node_modules/storybook/node_modules/assertion-error/README.md b/apps/angular/node_modules/storybook/node_modules/assertion-error/README.md similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/assertion-error/README.md rename to apps/angular/node_modules/storybook/node_modules/assertion-error/README.md diff --git a/ClientApp/node_modules/storybook/node_modules/assertion-error/index.d.ts b/apps/angular/node_modules/storybook/node_modules/assertion-error/index.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/assertion-error/index.d.ts rename to apps/angular/node_modules/storybook/node_modules/assertion-error/index.d.ts diff --git a/ClientApp/node_modules/storybook/node_modules/assertion-error/index.js b/apps/angular/node_modules/storybook/node_modules/assertion-error/index.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/assertion-error/index.js rename to apps/angular/node_modules/storybook/node_modules/assertion-error/index.js diff --git a/ClientApp/node_modules/storybook/node_modules/assertion-error/package.json b/apps/angular/node_modules/storybook/node_modules/assertion-error/package.json similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/assertion-error/package.json rename to apps/angular/node_modules/storybook/node_modules/assertion-error/package.json diff --git a/ClientApp/node_modules/storybook/node_modules/chai/LICENSE b/apps/angular/node_modules/storybook/node_modules/chai/LICENSE similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/chai/LICENSE rename to apps/angular/node_modules/storybook/node_modules/chai/LICENSE diff --git a/ClientApp/node_modules/storybook/node_modules/chai/README.md b/apps/angular/node_modules/storybook/node_modules/chai/README.md similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/chai/README.md rename to apps/angular/node_modules/storybook/node_modules/chai/README.md diff --git a/ClientApp/node_modules/storybook/node_modules/chai/chai.js b/apps/angular/node_modules/storybook/node_modules/chai/chai.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/chai/chai.js rename to apps/angular/node_modules/storybook/node_modules/chai/chai.js diff --git a/ClientApp/node_modules/storybook/node_modules/chai/index.js b/apps/angular/node_modules/storybook/node_modules/chai/index.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/chai/index.js rename to apps/angular/node_modules/storybook/node_modules/chai/index.js diff --git a/ClientApp/node_modules/storybook/node_modules/chai/lib/chai.js b/apps/angular/node_modules/storybook/node_modules/chai/lib/chai.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/chai/lib/chai.js rename to apps/angular/node_modules/storybook/node_modules/chai/lib/chai.js diff --git a/ClientApp/node_modules/storybook/node_modules/chai/lib/chai/assertion.js b/apps/angular/node_modules/storybook/node_modules/chai/lib/chai/assertion.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/chai/lib/chai/assertion.js rename to apps/angular/node_modules/storybook/node_modules/chai/lib/chai/assertion.js diff --git a/ClientApp/node_modules/storybook/node_modules/chai/lib/chai/config.js b/apps/angular/node_modules/storybook/node_modules/chai/lib/chai/config.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/chai/lib/chai/config.js rename to apps/angular/node_modules/storybook/node_modules/chai/lib/chai/config.js diff --git a/ClientApp/node_modules/storybook/node_modules/chai/lib/chai/core/assertions.js b/apps/angular/node_modules/storybook/node_modules/chai/lib/chai/core/assertions.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/chai/lib/chai/core/assertions.js rename to apps/angular/node_modules/storybook/node_modules/chai/lib/chai/core/assertions.js diff --git a/ClientApp/node_modules/storybook/node_modules/chai/lib/chai/interface/assert.js b/apps/angular/node_modules/storybook/node_modules/chai/lib/chai/interface/assert.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/chai/lib/chai/interface/assert.js rename to apps/angular/node_modules/storybook/node_modules/chai/lib/chai/interface/assert.js diff --git a/ClientApp/node_modules/storybook/node_modules/chai/lib/chai/interface/expect.js b/apps/angular/node_modules/storybook/node_modules/chai/lib/chai/interface/expect.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/chai/lib/chai/interface/expect.js rename to apps/angular/node_modules/storybook/node_modules/chai/lib/chai/interface/expect.js diff --git a/ClientApp/node_modules/storybook/node_modules/chai/lib/chai/interface/should.js b/apps/angular/node_modules/storybook/node_modules/chai/lib/chai/interface/should.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/chai/lib/chai/interface/should.js rename to apps/angular/node_modules/storybook/node_modules/chai/lib/chai/interface/should.js diff --git a/ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/addChainableMethod.js b/apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/addChainableMethod.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/addChainableMethod.js rename to apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/addChainableMethod.js diff --git a/ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/addLengthGuard.js b/apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/addLengthGuard.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/addLengthGuard.js rename to apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/addLengthGuard.js diff --git a/ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/addMethod.js b/apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/addMethod.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/addMethod.js rename to apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/addMethod.js diff --git a/ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/addProperty.js b/apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/addProperty.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/addProperty.js rename to apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/addProperty.js diff --git a/ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/compareByInspect.js b/apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/compareByInspect.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/compareByInspect.js rename to apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/compareByInspect.js diff --git a/ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/expectTypes.js b/apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/expectTypes.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/expectTypes.js rename to apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/expectTypes.js diff --git a/ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/flag.js b/apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/flag.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/flag.js rename to apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/flag.js diff --git a/ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/getActual.js b/apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/getActual.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/getActual.js rename to apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/getActual.js diff --git a/ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/getMessage.js b/apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/getMessage.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/getMessage.js rename to apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/getMessage.js diff --git a/ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/getOperator.js b/apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/getOperator.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/getOperator.js rename to apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/getOperator.js diff --git a/ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/getOwnEnumerableProperties.js b/apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/getOwnEnumerableProperties.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/getOwnEnumerableProperties.js rename to apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/getOwnEnumerableProperties.js diff --git a/ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/getOwnEnumerablePropertySymbols.js b/apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/getOwnEnumerablePropertySymbols.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/getOwnEnumerablePropertySymbols.js rename to apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/getOwnEnumerablePropertySymbols.js diff --git a/ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/getProperties.js b/apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/getProperties.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/getProperties.js rename to apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/getProperties.js diff --git a/ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/index.js b/apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/index.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/index.js rename to apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/index.js diff --git a/ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/inspect.js b/apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/inspect.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/inspect.js rename to apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/inspect.js diff --git a/ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/isNaN.js b/apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/isNaN.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/isNaN.js rename to apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/isNaN.js diff --git a/ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/isProxyEnabled.js b/apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/isProxyEnabled.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/isProxyEnabled.js rename to apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/isProxyEnabled.js diff --git a/ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/objDisplay.js b/apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/objDisplay.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/objDisplay.js rename to apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/objDisplay.js diff --git a/ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/overwriteChainableMethod.js b/apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/overwriteChainableMethod.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/overwriteChainableMethod.js rename to apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/overwriteChainableMethod.js diff --git a/ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/overwriteMethod.js b/apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/overwriteMethod.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/overwriteMethod.js rename to apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/overwriteMethod.js diff --git a/ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/overwriteProperty.js b/apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/overwriteProperty.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/overwriteProperty.js rename to apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/overwriteProperty.js diff --git a/ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/proxify.js b/apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/proxify.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/proxify.js rename to apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/proxify.js diff --git a/ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/test.js b/apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/test.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/test.js rename to apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/test.js diff --git a/ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/transferFlags.js b/apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/transferFlags.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/transferFlags.js rename to apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/transferFlags.js diff --git a/ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/type-detect.js b/apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/type-detect.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/chai/lib/chai/utils/type-detect.js rename to apps/angular/node_modules/storybook/node_modules/chai/lib/chai/utils/type-detect.js diff --git a/ClientApp/node_modules/storybook/node_modules/chai/package.json b/apps/angular/node_modules/storybook/node_modules/chai/package.json similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/chai/package.json rename to apps/angular/node_modules/storybook/node_modules/chai/package.json diff --git a/ClientApp/node_modules/storybook/node_modules/chai/register-assert.js b/apps/angular/node_modules/storybook/node_modules/chai/register-assert.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/chai/register-assert.js rename to apps/angular/node_modules/storybook/node_modules/chai/register-assert.js diff --git a/ClientApp/node_modules/storybook/node_modules/chai/register-expect.js b/apps/angular/node_modules/storybook/node_modules/chai/register-expect.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/chai/register-expect.js rename to apps/angular/node_modules/storybook/node_modules/chai/register-expect.js diff --git a/ClientApp/node_modules/storybook/node_modules/chai/register-should.js b/apps/angular/node_modules/storybook/node_modules/chai/register-should.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/chai/register-should.js rename to apps/angular/node_modules/storybook/node_modules/chai/register-should.js diff --git a/ClientApp/node_modules/storybook/node_modules/check-error/LICENSE b/apps/angular/node_modules/storybook/node_modules/check-error/LICENSE similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/check-error/LICENSE rename to apps/angular/node_modules/storybook/node_modules/check-error/LICENSE diff --git a/ClientApp/node_modules/storybook/node_modules/check-error/README.md b/apps/angular/node_modules/storybook/node_modules/check-error/README.md similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/check-error/README.md rename to apps/angular/node_modules/storybook/node_modules/check-error/README.md diff --git a/ClientApp/node_modules/storybook/node_modules/check-error/index.js b/apps/angular/node_modules/storybook/node_modules/check-error/index.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/check-error/index.js rename to apps/angular/node_modules/storybook/node_modules/check-error/index.js diff --git a/ClientApp/node_modules/storybook/node_modules/check-error/package.json b/apps/angular/node_modules/storybook/node_modules/check-error/package.json similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/check-error/package.json rename to apps/angular/node_modules/storybook/node_modules/check-error/package.json diff --git a/ClientApp/node_modules/storybook/node_modules/deep-eql/LICENSE b/apps/angular/node_modules/storybook/node_modules/deep-eql/LICENSE similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/deep-eql/LICENSE rename to apps/angular/node_modules/storybook/node_modules/deep-eql/LICENSE diff --git a/ClientApp/node_modules/storybook/node_modules/deep-eql/README.md b/apps/angular/node_modules/storybook/node_modules/deep-eql/README.md similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/deep-eql/README.md rename to apps/angular/node_modules/storybook/node_modules/deep-eql/README.md diff --git a/ClientApp/node_modules/storybook/node_modules/deep-eql/index.js b/apps/angular/node_modules/storybook/node_modules/deep-eql/index.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/deep-eql/index.js rename to apps/angular/node_modules/storybook/node_modules/deep-eql/index.js diff --git a/ClientApp/node_modules/storybook/node_modules/deep-eql/package.json b/apps/angular/node_modules/storybook/node_modules/deep-eql/package.json similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/deep-eql/package.json rename to apps/angular/node_modules/storybook/node_modules/deep-eql/package.json diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/LICENSE b/apps/angular/node_modules/storybook/node_modules/loupe/LICENSE similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/LICENSE rename to apps/angular/node_modules/storybook/node_modules/loupe/LICENSE diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/README.md b/apps/angular/node_modules/storybook/node_modules/loupe/README.md similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/README.md rename to apps/angular/node_modules/storybook/node_modules/loupe/README.md diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/arguments.d.ts b/apps/angular/node_modules/storybook/node_modules/loupe/lib/arguments.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/arguments.d.ts rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/arguments.d.ts diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/arguments.d.ts.map b/apps/angular/node_modules/storybook/node_modules/loupe/lib/arguments.d.ts.map similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/arguments.d.ts.map rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/arguments.d.ts.map diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/arguments.js b/apps/angular/node_modules/storybook/node_modules/loupe/lib/arguments.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/arguments.js rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/arguments.js diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/array.d.ts b/apps/angular/node_modules/storybook/node_modules/loupe/lib/array.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/array.d.ts rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/array.d.ts diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/array.d.ts.map b/apps/angular/node_modules/storybook/node_modules/loupe/lib/array.d.ts.map similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/array.d.ts.map rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/array.d.ts.map diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/array.js b/apps/angular/node_modules/storybook/node_modules/loupe/lib/array.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/array.js rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/array.js diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/bigint.d.ts b/apps/angular/node_modules/storybook/node_modules/loupe/lib/bigint.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/bigint.d.ts rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/bigint.d.ts diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/bigint.d.ts.map b/apps/angular/node_modules/storybook/node_modules/loupe/lib/bigint.d.ts.map similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/bigint.d.ts.map rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/bigint.d.ts.map diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/bigint.js b/apps/angular/node_modules/storybook/node_modules/loupe/lib/bigint.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/bigint.js rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/bigint.js diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/class.d.ts b/apps/angular/node_modules/storybook/node_modules/loupe/lib/class.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/class.d.ts rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/class.d.ts diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/class.d.ts.map b/apps/angular/node_modules/storybook/node_modules/loupe/lib/class.d.ts.map similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/class.d.ts.map rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/class.d.ts.map diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/class.js b/apps/angular/node_modules/storybook/node_modules/loupe/lib/class.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/class.js rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/class.js diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/date.d.ts b/apps/angular/node_modules/storybook/node_modules/loupe/lib/date.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/date.d.ts rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/date.d.ts diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/date.d.ts.map b/apps/angular/node_modules/storybook/node_modules/loupe/lib/date.d.ts.map similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/date.d.ts.map rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/date.d.ts.map diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/date.js b/apps/angular/node_modules/storybook/node_modules/loupe/lib/date.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/date.js rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/date.js diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/error.d.ts b/apps/angular/node_modules/storybook/node_modules/loupe/lib/error.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/error.d.ts rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/error.d.ts diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/error.d.ts.map b/apps/angular/node_modules/storybook/node_modules/loupe/lib/error.d.ts.map similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/error.d.ts.map rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/error.d.ts.map diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/error.js b/apps/angular/node_modules/storybook/node_modules/loupe/lib/error.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/error.js rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/error.js diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/function.d.ts b/apps/angular/node_modules/storybook/node_modules/loupe/lib/function.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/function.d.ts rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/function.d.ts diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/function.d.ts.map b/apps/angular/node_modules/storybook/node_modules/loupe/lib/function.d.ts.map similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/function.d.ts.map rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/function.d.ts.map diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/function.js b/apps/angular/node_modules/storybook/node_modules/loupe/lib/function.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/function.js rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/function.js diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/helpers.d.ts b/apps/angular/node_modules/storybook/node_modules/loupe/lib/helpers.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/helpers.d.ts rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/helpers.d.ts diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/helpers.d.ts.map b/apps/angular/node_modules/storybook/node_modules/loupe/lib/helpers.d.ts.map similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/helpers.d.ts.map rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/helpers.d.ts.map diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/helpers.js b/apps/angular/node_modules/storybook/node_modules/loupe/lib/helpers.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/helpers.js rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/helpers.js diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/html.d.ts b/apps/angular/node_modules/storybook/node_modules/loupe/lib/html.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/html.d.ts rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/html.d.ts diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/html.d.ts.map b/apps/angular/node_modules/storybook/node_modules/loupe/lib/html.d.ts.map similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/html.d.ts.map rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/html.d.ts.map diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/html.js b/apps/angular/node_modules/storybook/node_modules/loupe/lib/html.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/html.js rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/html.js diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/index.d.ts b/apps/angular/node_modules/storybook/node_modules/loupe/lib/index.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/index.d.ts rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/index.d.ts diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/index.d.ts.map b/apps/angular/node_modules/storybook/node_modules/loupe/lib/index.d.ts.map similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/index.d.ts.map rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/index.d.ts.map diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/index.js b/apps/angular/node_modules/storybook/node_modules/loupe/lib/index.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/index.js rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/index.js diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/map.d.ts b/apps/angular/node_modules/storybook/node_modules/loupe/lib/map.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/map.d.ts rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/map.d.ts diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/map.d.ts.map b/apps/angular/node_modules/storybook/node_modules/loupe/lib/map.d.ts.map similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/map.d.ts.map rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/map.d.ts.map diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/map.js b/apps/angular/node_modules/storybook/node_modules/loupe/lib/map.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/map.js rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/map.js diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/number.d.ts b/apps/angular/node_modules/storybook/node_modules/loupe/lib/number.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/number.d.ts rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/number.d.ts diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/number.d.ts.map b/apps/angular/node_modules/storybook/node_modules/loupe/lib/number.d.ts.map similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/number.d.ts.map rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/number.d.ts.map diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/number.js b/apps/angular/node_modules/storybook/node_modules/loupe/lib/number.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/number.js rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/number.js diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/object.d.ts b/apps/angular/node_modules/storybook/node_modules/loupe/lib/object.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/object.d.ts rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/object.d.ts diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/object.d.ts.map b/apps/angular/node_modules/storybook/node_modules/loupe/lib/object.d.ts.map similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/object.d.ts.map rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/object.d.ts.map diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/object.js b/apps/angular/node_modules/storybook/node_modules/loupe/lib/object.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/object.js rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/object.js diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/promise.d.ts b/apps/angular/node_modules/storybook/node_modules/loupe/lib/promise.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/promise.d.ts rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/promise.d.ts diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/promise.d.ts.map b/apps/angular/node_modules/storybook/node_modules/loupe/lib/promise.d.ts.map similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/promise.d.ts.map rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/promise.d.ts.map diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/promise.js b/apps/angular/node_modules/storybook/node_modules/loupe/lib/promise.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/promise.js rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/promise.js diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/regexp.d.ts b/apps/angular/node_modules/storybook/node_modules/loupe/lib/regexp.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/regexp.d.ts rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/regexp.d.ts diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/regexp.d.ts.map b/apps/angular/node_modules/storybook/node_modules/loupe/lib/regexp.d.ts.map similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/regexp.d.ts.map rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/regexp.d.ts.map diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/regexp.js b/apps/angular/node_modules/storybook/node_modules/loupe/lib/regexp.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/regexp.js rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/regexp.js diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/set.d.ts b/apps/angular/node_modules/storybook/node_modules/loupe/lib/set.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/set.d.ts rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/set.d.ts diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/set.d.ts.map b/apps/angular/node_modules/storybook/node_modules/loupe/lib/set.d.ts.map similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/set.d.ts.map rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/set.d.ts.map diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/set.js b/apps/angular/node_modules/storybook/node_modules/loupe/lib/set.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/set.js rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/set.js diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/string.d.ts b/apps/angular/node_modules/storybook/node_modules/loupe/lib/string.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/string.d.ts rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/string.d.ts diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/string.d.ts.map b/apps/angular/node_modules/storybook/node_modules/loupe/lib/string.d.ts.map similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/string.d.ts.map rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/string.d.ts.map diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/string.js b/apps/angular/node_modules/storybook/node_modules/loupe/lib/string.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/string.js rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/string.js diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/symbol.d.ts b/apps/angular/node_modules/storybook/node_modules/loupe/lib/symbol.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/symbol.d.ts rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/symbol.d.ts diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/symbol.d.ts.map b/apps/angular/node_modules/storybook/node_modules/loupe/lib/symbol.d.ts.map similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/symbol.d.ts.map rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/symbol.d.ts.map diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/symbol.js b/apps/angular/node_modules/storybook/node_modules/loupe/lib/symbol.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/symbol.js rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/symbol.js diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/typedarray.d.ts b/apps/angular/node_modules/storybook/node_modules/loupe/lib/typedarray.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/typedarray.d.ts rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/typedarray.d.ts diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/typedarray.d.ts.map b/apps/angular/node_modules/storybook/node_modules/loupe/lib/typedarray.d.ts.map similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/typedarray.d.ts.map rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/typedarray.d.ts.map diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/typedarray.js b/apps/angular/node_modules/storybook/node_modules/loupe/lib/typedarray.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/typedarray.js rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/typedarray.js diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/types.d.ts b/apps/angular/node_modules/storybook/node_modules/loupe/lib/types.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/types.d.ts rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/types.d.ts diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/types.d.ts.map b/apps/angular/node_modules/storybook/node_modules/loupe/lib/types.d.ts.map similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/types.d.ts.map rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/types.d.ts.map diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/lib/types.js b/apps/angular/node_modules/storybook/node_modules/loupe/lib/types.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/lib/types.js rename to apps/angular/node_modules/storybook/node_modules/loupe/lib/types.js diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/loupe.js b/apps/angular/node_modules/storybook/node_modules/loupe/loupe.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/loupe.js rename to apps/angular/node_modules/storybook/node_modules/loupe/loupe.js diff --git a/ClientApp/node_modules/storybook/node_modules/loupe/package.json b/apps/angular/node_modules/storybook/node_modules/loupe/package.json similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/loupe/package.json rename to apps/angular/node_modules/storybook/node_modules/loupe/package.json diff --git a/ClientApp/node_modules/storybook/node_modules/pathval/LICENSE b/apps/angular/node_modules/storybook/node_modules/pathval/LICENSE similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/pathval/LICENSE rename to apps/angular/node_modules/storybook/node_modules/pathval/LICENSE diff --git a/ClientApp/node_modules/storybook/node_modules/pathval/README.md b/apps/angular/node_modules/storybook/node_modules/pathval/README.md similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/pathval/README.md rename to apps/angular/node_modules/storybook/node_modules/pathval/README.md diff --git a/ClientApp/node_modules/storybook/node_modules/pathval/index.js b/apps/angular/node_modules/storybook/node_modules/pathval/index.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/pathval/index.js rename to apps/angular/node_modules/storybook/node_modules/pathval/index.js diff --git a/ClientApp/node_modules/storybook/node_modules/pathval/package.json b/apps/angular/node_modules/storybook/node_modules/pathval/package.json similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/pathval/package.json rename to apps/angular/node_modules/storybook/node_modules/pathval/package.json diff --git a/ClientApp/node_modules/storybook/node_modules/tinyspy/LICENCE b/apps/angular/node_modules/storybook/node_modules/tinyspy/LICENCE similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/tinyspy/LICENCE rename to apps/angular/node_modules/storybook/node_modules/tinyspy/LICENCE diff --git a/ClientApp/node_modules/storybook/node_modules/tinyspy/README.md b/apps/angular/node_modules/storybook/node_modules/tinyspy/README.md similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/tinyspy/README.md rename to apps/angular/node_modules/storybook/node_modules/tinyspy/README.md diff --git a/ClientApp/node_modules/storybook/node_modules/tinyspy/dist/index.d.ts b/apps/angular/node_modules/storybook/node_modules/tinyspy/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/tinyspy/dist/index.d.ts rename to apps/angular/node_modules/storybook/node_modules/tinyspy/dist/index.d.ts diff --git a/ClientApp/node_modules/storybook/node_modules/tinyspy/dist/index.js b/apps/angular/node_modules/storybook/node_modules/tinyspy/dist/index.js similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/tinyspy/dist/index.js rename to apps/angular/node_modules/storybook/node_modules/tinyspy/dist/index.js diff --git a/ClientApp/node_modules/storybook/node_modules/tinyspy/package.json b/apps/angular/node_modules/storybook/node_modules/tinyspy/package.json similarity index 100% rename from ClientApp/node_modules/storybook/node_modules/tinyspy/package.json rename to apps/angular/node_modules/storybook/node_modules/tinyspy/package.json diff --git a/ClientApp/node_modules/storybook/package.json b/apps/angular/node_modules/storybook/package.json similarity index 100% rename from ClientApp/node_modules/storybook/package.json rename to apps/angular/node_modules/storybook/package.json diff --git a/ClientApp/node_modules/string-width/index.d.ts b/apps/angular/node_modules/string-width/index.d.ts similarity index 100% rename from ClientApp/node_modules/string-width/index.d.ts rename to apps/angular/node_modules/string-width/index.d.ts diff --git a/ClientApp/node_modules/string-width/index.js b/apps/angular/node_modules/string-width/index.js similarity index 100% rename from ClientApp/node_modules/string-width/index.js rename to apps/angular/node_modules/string-width/index.js diff --git a/ClientApp/node_modules/string-width/license b/apps/angular/node_modules/string-width/license similarity index 100% rename from ClientApp/node_modules/string-width/license rename to apps/angular/node_modules/string-width/license diff --git a/ClientApp/node_modules/string-width/package.json b/apps/angular/node_modules/string-width/package.json similarity index 100% rename from ClientApp/node_modules/string-width/package.json rename to apps/angular/node_modules/string-width/package.json diff --git a/ClientApp/node_modules/string-width/readme.md b/apps/angular/node_modules/string-width/readme.md similarity index 100% rename from ClientApp/node_modules/string-width/readme.md rename to apps/angular/node_modules/string-width/readme.md diff --git a/ClientApp/node_modules/string.prototype.matchall/.editorconfig b/apps/angular/node_modules/string.prototype.matchall/.editorconfig similarity index 100% rename from ClientApp/node_modules/string.prototype.matchall/.editorconfig rename to apps/angular/node_modules/string.prototype.matchall/.editorconfig diff --git a/ClientApp/node_modules/string.prototype.matchall/.eslintrc b/apps/angular/node_modules/string.prototype.matchall/.eslintrc similarity index 100% rename from ClientApp/node_modules/string.prototype.matchall/.eslintrc rename to apps/angular/node_modules/string.prototype.matchall/.eslintrc diff --git a/ClientApp/node_modules/string.prototype.matchall/.github/FUNDING.yml b/apps/angular/node_modules/string.prototype.matchall/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/string.prototype.matchall/.github/FUNDING.yml rename to apps/angular/node_modules/string.prototype.matchall/.github/FUNDING.yml diff --git a/ClientApp/node_modules/string.prototype.matchall/.nycrc b/apps/angular/node_modules/string.prototype.matchall/.nycrc similarity index 100% rename from ClientApp/node_modules/string.prototype.matchall/.nycrc rename to apps/angular/node_modules/string.prototype.matchall/.nycrc diff --git a/ClientApp/node_modules/string.prototype.matchall/CHANGELOG.md b/apps/angular/node_modules/string.prototype.matchall/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/string.prototype.matchall/CHANGELOG.md rename to apps/angular/node_modules/string.prototype.matchall/CHANGELOG.md diff --git a/ClientApp/node_modules/string.prototype.matchall/LICENSE b/apps/angular/node_modules/string.prototype.matchall/LICENSE similarity index 100% rename from ClientApp/node_modules/string.prototype.matchall/LICENSE rename to apps/angular/node_modules/string.prototype.matchall/LICENSE diff --git a/ClientApp/node_modules/string.prototype.matchall/README.md b/apps/angular/node_modules/string.prototype.matchall/README.md similarity index 100% rename from ClientApp/node_modules/string.prototype.matchall/README.md rename to apps/angular/node_modules/string.prototype.matchall/README.md diff --git a/ClientApp/node_modules/string.prototype.matchall/auto.js b/apps/angular/node_modules/string.prototype.matchall/auto.js similarity index 100% rename from ClientApp/node_modules/string.prototype.matchall/auto.js rename to apps/angular/node_modules/string.prototype.matchall/auto.js diff --git a/ClientApp/node_modules/string.prototype.matchall/implementation.js b/apps/angular/node_modules/string.prototype.matchall/implementation.js similarity index 100% rename from ClientApp/node_modules/string.prototype.matchall/implementation.js rename to apps/angular/node_modules/string.prototype.matchall/implementation.js diff --git a/ClientApp/node_modules/string.prototype.matchall/index.js b/apps/angular/node_modules/string.prototype.matchall/index.js similarity index 100% rename from ClientApp/node_modules/string.prototype.matchall/index.js rename to apps/angular/node_modules/string.prototype.matchall/index.js diff --git a/ClientApp/node_modules/string.prototype.matchall/package.json b/apps/angular/node_modules/string.prototype.matchall/package.json similarity index 100% rename from ClientApp/node_modules/string.prototype.matchall/package.json rename to apps/angular/node_modules/string.prototype.matchall/package.json diff --git a/ClientApp/node_modules/string.prototype.matchall/polyfill-regexp-matchall.js b/apps/angular/node_modules/string.prototype.matchall/polyfill-regexp-matchall.js similarity index 100% rename from ClientApp/node_modules/string.prototype.matchall/polyfill-regexp-matchall.js rename to apps/angular/node_modules/string.prototype.matchall/polyfill-regexp-matchall.js diff --git a/ClientApp/node_modules/string.prototype.matchall/polyfill.js b/apps/angular/node_modules/string.prototype.matchall/polyfill.js similarity index 100% rename from ClientApp/node_modules/string.prototype.matchall/polyfill.js rename to apps/angular/node_modules/string.prototype.matchall/polyfill.js diff --git a/ClientApp/node_modules/string.prototype.matchall/regexp-matchall.js b/apps/angular/node_modules/string.prototype.matchall/regexp-matchall.js similarity index 100% rename from ClientApp/node_modules/string.prototype.matchall/regexp-matchall.js rename to apps/angular/node_modules/string.prototype.matchall/regexp-matchall.js diff --git a/ClientApp/node_modules/string.prototype.matchall/shim.js b/apps/angular/node_modules/string.prototype.matchall/shim.js similarity index 100% rename from ClientApp/node_modules/string.prototype.matchall/shim.js rename to apps/angular/node_modules/string.prototype.matchall/shim.js diff --git a/ClientApp/node_modules/string.prototype.matchall/test/index.js b/apps/angular/node_modules/string.prototype.matchall/test/index.js similarity index 100% rename from ClientApp/node_modules/string.prototype.matchall/test/index.js rename to apps/angular/node_modules/string.prototype.matchall/test/index.js diff --git a/ClientApp/node_modules/string.prototype.matchall/test/shimmed.js b/apps/angular/node_modules/string.prototype.matchall/test/shimmed.js similarity index 100% rename from ClientApp/node_modules/string.prototype.matchall/test/shimmed.js rename to apps/angular/node_modules/string.prototype.matchall/test/shimmed.js diff --git a/ClientApp/node_modules/string.prototype.matchall/test/tests.js b/apps/angular/node_modules/string.prototype.matchall/test/tests.js similarity index 100% rename from ClientApp/node_modules/string.prototype.matchall/test/tests.js rename to apps/angular/node_modules/string.prototype.matchall/test/tests.js diff --git a/ClientApp/node_modules/string.prototype.repeat/.editorconfig b/apps/angular/node_modules/string.prototype.repeat/.editorconfig similarity index 100% rename from ClientApp/node_modules/string.prototype.repeat/.editorconfig rename to apps/angular/node_modules/string.prototype.repeat/.editorconfig diff --git a/ClientApp/node_modules/string.prototype.repeat/.gitattributes b/apps/angular/node_modules/string.prototype.repeat/.gitattributes similarity index 100% rename from ClientApp/node_modules/string.prototype.repeat/.gitattributes rename to apps/angular/node_modules/string.prototype.repeat/.gitattributes diff --git a/ClientApp/node_modules/string.prototype.repeat/.travis.yml b/apps/angular/node_modules/string.prototype.repeat/.travis.yml similarity index 100% rename from ClientApp/node_modules/string.prototype.repeat/.travis.yml rename to apps/angular/node_modules/string.prototype.repeat/.travis.yml diff --git a/ClientApp/node_modules/string.prototype.repeat/LICENSE-MIT.txt b/apps/angular/node_modules/string.prototype.repeat/LICENSE-MIT.txt similarity index 100% rename from ClientApp/node_modules/string.prototype.repeat/LICENSE-MIT.txt rename to apps/angular/node_modules/string.prototype.repeat/LICENSE-MIT.txt diff --git a/ClientApp/node_modules/string.prototype.repeat/README.md b/apps/angular/node_modules/string.prototype.repeat/README.md similarity index 100% rename from ClientApp/node_modules/string.prototype.repeat/README.md rename to apps/angular/node_modules/string.prototype.repeat/README.md diff --git a/ClientApp/node_modules/string.prototype.repeat/auto.js b/apps/angular/node_modules/string.prototype.repeat/auto.js similarity index 100% rename from ClientApp/node_modules/string.prototype.repeat/auto.js rename to apps/angular/node_modules/string.prototype.repeat/auto.js diff --git a/ClientApp/node_modules/string.prototype.repeat/implementation.js b/apps/angular/node_modules/string.prototype.repeat/implementation.js similarity index 100% rename from ClientApp/node_modules/string.prototype.repeat/implementation.js rename to apps/angular/node_modules/string.prototype.repeat/implementation.js diff --git a/ClientApp/node_modules/string.prototype.repeat/index.js b/apps/angular/node_modules/string.prototype.repeat/index.js similarity index 100% rename from ClientApp/node_modules/string.prototype.repeat/index.js rename to apps/angular/node_modules/string.prototype.repeat/index.js diff --git a/ClientApp/node_modules/string.prototype.repeat/package.json b/apps/angular/node_modules/string.prototype.repeat/package.json similarity index 100% rename from ClientApp/node_modules/string.prototype.repeat/package.json rename to apps/angular/node_modules/string.prototype.repeat/package.json diff --git a/ClientApp/node_modules/string.prototype.repeat/polyfill.js b/apps/angular/node_modules/string.prototype.repeat/polyfill.js similarity index 100% rename from ClientApp/node_modules/string.prototype.repeat/polyfill.js rename to apps/angular/node_modules/string.prototype.repeat/polyfill.js diff --git a/ClientApp/node_modules/string.prototype.repeat/shim.js b/apps/angular/node_modules/string.prototype.repeat/shim.js similarity index 100% rename from ClientApp/node_modules/string.prototype.repeat/shim.js rename to apps/angular/node_modules/string.prototype.repeat/shim.js diff --git a/ClientApp/node_modules/string.prototype.repeat/tests/index.js b/apps/angular/node_modules/string.prototype.repeat/tests/index.js similarity index 100% rename from ClientApp/node_modules/string.prototype.repeat/tests/index.js rename to apps/angular/node_modules/string.prototype.repeat/tests/index.js diff --git a/ClientApp/node_modules/string.prototype.repeat/tests/shimmed.js b/apps/angular/node_modules/string.prototype.repeat/tests/shimmed.js similarity index 100% rename from ClientApp/node_modules/string.prototype.repeat/tests/shimmed.js rename to apps/angular/node_modules/string.prototype.repeat/tests/shimmed.js diff --git a/ClientApp/node_modules/string.prototype.repeat/tests/tests.js b/apps/angular/node_modules/string.prototype.repeat/tests/tests.js similarity index 100% rename from ClientApp/node_modules/string.prototype.repeat/tests/tests.js rename to apps/angular/node_modules/string.prototype.repeat/tests/tests.js diff --git a/ClientApp/node_modules/string.prototype.trim/.editorconfig b/apps/angular/node_modules/string.prototype.trim/.editorconfig similarity index 100% rename from ClientApp/node_modules/string.prototype.trim/.editorconfig rename to apps/angular/node_modules/string.prototype.trim/.editorconfig diff --git a/ClientApp/node_modules/string.prototype.trim/.eslintrc b/apps/angular/node_modules/string.prototype.trim/.eslintrc similarity index 100% rename from ClientApp/node_modules/string.prototype.trim/.eslintrc rename to apps/angular/node_modules/string.prototype.trim/.eslintrc diff --git a/ClientApp/node_modules/string.prototype.trim/.nycrc b/apps/angular/node_modules/string.prototype.trim/.nycrc similarity index 100% rename from ClientApp/node_modules/string.prototype.trim/.nycrc rename to apps/angular/node_modules/string.prototype.trim/.nycrc diff --git a/ClientApp/node_modules/string.prototype.trim/CHANGELOG.md b/apps/angular/node_modules/string.prototype.trim/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/string.prototype.trim/CHANGELOG.md rename to apps/angular/node_modules/string.prototype.trim/CHANGELOG.md diff --git a/ClientApp/node_modules/string.prototype.trim/LICENSE b/apps/angular/node_modules/string.prototype.trim/LICENSE similarity index 100% rename from ClientApp/node_modules/string.prototype.trim/LICENSE rename to apps/angular/node_modules/string.prototype.trim/LICENSE diff --git a/ClientApp/node_modules/string.prototype.trim/README.md b/apps/angular/node_modules/string.prototype.trim/README.md similarity index 100% rename from ClientApp/node_modules/string.prototype.trim/README.md rename to apps/angular/node_modules/string.prototype.trim/README.md diff --git a/ClientApp/node_modules/string.prototype.trim/auto.js b/apps/angular/node_modules/string.prototype.trim/auto.js similarity index 100% rename from ClientApp/node_modules/string.prototype.trim/auto.js rename to apps/angular/node_modules/string.prototype.trim/auto.js diff --git a/ClientApp/node_modules/string.prototype.trim/implementation.js b/apps/angular/node_modules/string.prototype.trim/implementation.js similarity index 100% rename from ClientApp/node_modules/string.prototype.trim/implementation.js rename to apps/angular/node_modules/string.prototype.trim/implementation.js diff --git a/ClientApp/node_modules/string.prototype.trim/index.js b/apps/angular/node_modules/string.prototype.trim/index.js similarity index 100% rename from ClientApp/node_modules/string.prototype.trim/index.js rename to apps/angular/node_modules/string.prototype.trim/index.js diff --git a/ClientApp/node_modules/string.prototype.trim/package.json b/apps/angular/node_modules/string.prototype.trim/package.json similarity index 100% rename from ClientApp/node_modules/string.prototype.trim/package.json rename to apps/angular/node_modules/string.prototype.trim/package.json diff --git a/ClientApp/node_modules/string.prototype.trim/polyfill.js b/apps/angular/node_modules/string.prototype.trim/polyfill.js similarity index 100% rename from ClientApp/node_modules/string.prototype.trim/polyfill.js rename to apps/angular/node_modules/string.prototype.trim/polyfill.js diff --git a/ClientApp/node_modules/string.prototype.trim/shim.js b/apps/angular/node_modules/string.prototype.trim/shim.js similarity index 100% rename from ClientApp/node_modules/string.prototype.trim/shim.js rename to apps/angular/node_modules/string.prototype.trim/shim.js diff --git a/ClientApp/node_modules/string.prototype.trim/test/implementation.js b/apps/angular/node_modules/string.prototype.trim/test/implementation.js similarity index 100% rename from ClientApp/node_modules/string.prototype.trim/test/implementation.js rename to apps/angular/node_modules/string.prototype.trim/test/implementation.js diff --git a/ClientApp/node_modules/string.prototype.trim/test/index.js b/apps/angular/node_modules/string.prototype.trim/test/index.js similarity index 100% rename from ClientApp/node_modules/string.prototype.trim/test/index.js rename to apps/angular/node_modules/string.prototype.trim/test/index.js diff --git a/ClientApp/node_modules/string.prototype.trim/test/shimmed.js b/apps/angular/node_modules/string.prototype.trim/test/shimmed.js similarity index 100% rename from ClientApp/node_modules/string.prototype.trim/test/shimmed.js rename to apps/angular/node_modules/string.prototype.trim/test/shimmed.js diff --git a/ClientApp/node_modules/string.prototype.trim/test/tests.js b/apps/angular/node_modules/string.prototype.trim/test/tests.js similarity index 100% rename from ClientApp/node_modules/string.prototype.trim/test/tests.js rename to apps/angular/node_modules/string.prototype.trim/test/tests.js diff --git a/ClientApp/node_modules/string.prototype.trimend/.editorconfig b/apps/angular/node_modules/string.prototype.trimend/.editorconfig similarity index 100% rename from ClientApp/node_modules/string.prototype.trimend/.editorconfig rename to apps/angular/node_modules/string.prototype.trimend/.editorconfig diff --git a/ClientApp/node_modules/string.prototype.trimend/.eslintrc b/apps/angular/node_modules/string.prototype.trimend/.eslintrc similarity index 100% rename from ClientApp/node_modules/string.prototype.trimend/.eslintrc rename to apps/angular/node_modules/string.prototype.trimend/.eslintrc diff --git a/ClientApp/node_modules/string.prototype.trimend/.nycrc b/apps/angular/node_modules/string.prototype.trimend/.nycrc similarity index 100% rename from ClientApp/node_modules/string.prototype.trimend/.nycrc rename to apps/angular/node_modules/string.prototype.trimend/.nycrc diff --git a/ClientApp/node_modules/string.prototype.trimend/CHANGELOG.md b/apps/angular/node_modules/string.prototype.trimend/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/string.prototype.trimend/CHANGELOG.md rename to apps/angular/node_modules/string.prototype.trimend/CHANGELOG.md diff --git a/ClientApp/node_modules/string.prototype.trimend/LICENSE b/apps/angular/node_modules/string.prototype.trimend/LICENSE similarity index 100% rename from ClientApp/node_modules/string.prototype.trimend/LICENSE rename to apps/angular/node_modules/string.prototype.trimend/LICENSE diff --git a/ClientApp/node_modules/string.prototype.trimend/README.md b/apps/angular/node_modules/string.prototype.trimend/README.md similarity index 100% rename from ClientApp/node_modules/string.prototype.trimend/README.md rename to apps/angular/node_modules/string.prototype.trimend/README.md diff --git a/ClientApp/node_modules/string.prototype.trimend/auto.js b/apps/angular/node_modules/string.prototype.trimend/auto.js similarity index 100% rename from ClientApp/node_modules/string.prototype.trimend/auto.js rename to apps/angular/node_modules/string.prototype.trimend/auto.js diff --git a/ClientApp/node_modules/string.prototype.trimend/implementation.js b/apps/angular/node_modules/string.prototype.trimend/implementation.js similarity index 100% rename from ClientApp/node_modules/string.prototype.trimend/implementation.js rename to apps/angular/node_modules/string.prototype.trimend/implementation.js diff --git a/ClientApp/node_modules/string.prototype.trimend/index.js b/apps/angular/node_modules/string.prototype.trimend/index.js similarity index 100% rename from ClientApp/node_modules/string.prototype.trimend/index.js rename to apps/angular/node_modules/string.prototype.trimend/index.js diff --git a/ClientApp/node_modules/string.prototype.trimend/package.json b/apps/angular/node_modules/string.prototype.trimend/package.json similarity index 100% rename from ClientApp/node_modules/string.prototype.trimend/package.json rename to apps/angular/node_modules/string.prototype.trimend/package.json diff --git a/ClientApp/node_modules/string.prototype.trimend/polyfill.js b/apps/angular/node_modules/string.prototype.trimend/polyfill.js similarity index 100% rename from ClientApp/node_modules/string.prototype.trimend/polyfill.js rename to apps/angular/node_modules/string.prototype.trimend/polyfill.js diff --git a/ClientApp/node_modules/string.prototype.trimend/shim.js b/apps/angular/node_modules/string.prototype.trimend/shim.js similarity index 100% rename from ClientApp/node_modules/string.prototype.trimend/shim.js rename to apps/angular/node_modules/string.prototype.trimend/shim.js diff --git a/ClientApp/node_modules/string.prototype.trimend/test/implementation.js b/apps/angular/node_modules/string.prototype.trimend/test/implementation.js similarity index 100% rename from ClientApp/node_modules/string.prototype.trimend/test/implementation.js rename to apps/angular/node_modules/string.prototype.trimend/test/implementation.js diff --git a/ClientApp/node_modules/string.prototype.trimend/test/index.js b/apps/angular/node_modules/string.prototype.trimend/test/index.js similarity index 100% rename from ClientApp/node_modules/string.prototype.trimend/test/index.js rename to apps/angular/node_modules/string.prototype.trimend/test/index.js diff --git a/ClientApp/node_modules/string.prototype.trimend/test/shimmed.js b/apps/angular/node_modules/string.prototype.trimend/test/shimmed.js similarity index 100% rename from ClientApp/node_modules/string.prototype.trimend/test/shimmed.js rename to apps/angular/node_modules/string.prototype.trimend/test/shimmed.js diff --git a/ClientApp/node_modules/string.prototype.trimend/test/tests.js b/apps/angular/node_modules/string.prototype.trimend/test/tests.js similarity index 100% rename from ClientApp/node_modules/string.prototype.trimend/test/tests.js rename to apps/angular/node_modules/string.prototype.trimend/test/tests.js diff --git a/ClientApp/node_modules/string.prototype.trimstart/.editorconfig b/apps/angular/node_modules/string.prototype.trimstart/.editorconfig similarity index 100% rename from ClientApp/node_modules/string.prototype.trimstart/.editorconfig rename to apps/angular/node_modules/string.prototype.trimstart/.editorconfig diff --git a/ClientApp/node_modules/string.prototype.trimstart/.eslintrc b/apps/angular/node_modules/string.prototype.trimstart/.eslintrc similarity index 100% rename from ClientApp/node_modules/string.prototype.trimstart/.eslintrc rename to apps/angular/node_modules/string.prototype.trimstart/.eslintrc diff --git a/ClientApp/node_modules/string.prototype.trimstart/.nycrc b/apps/angular/node_modules/string.prototype.trimstart/.nycrc similarity index 100% rename from ClientApp/node_modules/string.prototype.trimstart/.nycrc rename to apps/angular/node_modules/string.prototype.trimstart/.nycrc diff --git a/ClientApp/node_modules/string.prototype.trimstart/CHANGELOG.md b/apps/angular/node_modules/string.prototype.trimstart/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/string.prototype.trimstart/CHANGELOG.md rename to apps/angular/node_modules/string.prototype.trimstart/CHANGELOG.md diff --git a/ClientApp/node_modules/string.prototype.trimstart/LICENSE b/apps/angular/node_modules/string.prototype.trimstart/LICENSE similarity index 100% rename from ClientApp/node_modules/string.prototype.trimstart/LICENSE rename to apps/angular/node_modules/string.prototype.trimstart/LICENSE diff --git a/ClientApp/node_modules/string.prototype.trimstart/README.md b/apps/angular/node_modules/string.prototype.trimstart/README.md similarity index 100% rename from ClientApp/node_modules/string.prototype.trimstart/README.md rename to apps/angular/node_modules/string.prototype.trimstart/README.md diff --git a/ClientApp/node_modules/string.prototype.trimstart/auto.js b/apps/angular/node_modules/string.prototype.trimstart/auto.js similarity index 100% rename from ClientApp/node_modules/string.prototype.trimstart/auto.js rename to apps/angular/node_modules/string.prototype.trimstart/auto.js diff --git a/ClientApp/node_modules/string.prototype.trimstart/implementation.js b/apps/angular/node_modules/string.prototype.trimstart/implementation.js similarity index 100% rename from ClientApp/node_modules/string.prototype.trimstart/implementation.js rename to apps/angular/node_modules/string.prototype.trimstart/implementation.js diff --git a/ClientApp/node_modules/string.prototype.trimstart/index.js b/apps/angular/node_modules/string.prototype.trimstart/index.js similarity index 100% rename from ClientApp/node_modules/string.prototype.trimstart/index.js rename to apps/angular/node_modules/string.prototype.trimstart/index.js diff --git a/ClientApp/node_modules/string.prototype.trimstart/package.json b/apps/angular/node_modules/string.prototype.trimstart/package.json similarity index 100% rename from ClientApp/node_modules/string.prototype.trimstart/package.json rename to apps/angular/node_modules/string.prototype.trimstart/package.json diff --git a/ClientApp/node_modules/string.prototype.trimstart/polyfill.js b/apps/angular/node_modules/string.prototype.trimstart/polyfill.js similarity index 100% rename from ClientApp/node_modules/string.prototype.trimstart/polyfill.js rename to apps/angular/node_modules/string.prototype.trimstart/polyfill.js diff --git a/ClientApp/node_modules/string.prototype.trimstart/shim.js b/apps/angular/node_modules/string.prototype.trimstart/shim.js similarity index 100% rename from ClientApp/node_modules/string.prototype.trimstart/shim.js rename to apps/angular/node_modules/string.prototype.trimstart/shim.js diff --git a/ClientApp/node_modules/string.prototype.trimstart/test/implementation.js b/apps/angular/node_modules/string.prototype.trimstart/test/implementation.js similarity index 100% rename from ClientApp/node_modules/string.prototype.trimstart/test/implementation.js rename to apps/angular/node_modules/string.prototype.trimstart/test/implementation.js diff --git a/ClientApp/node_modules/string.prototype.trimstart/test/index.js b/apps/angular/node_modules/string.prototype.trimstart/test/index.js similarity index 100% rename from ClientApp/node_modules/string.prototype.trimstart/test/index.js rename to apps/angular/node_modules/string.prototype.trimstart/test/index.js diff --git a/ClientApp/node_modules/string.prototype.trimstart/test/shimmed.js b/apps/angular/node_modules/string.prototype.trimstart/test/shimmed.js similarity index 100% rename from ClientApp/node_modules/string.prototype.trimstart/test/shimmed.js rename to apps/angular/node_modules/string.prototype.trimstart/test/shimmed.js diff --git a/ClientApp/node_modules/string.prototype.trimstart/test/tests.js b/apps/angular/node_modules/string.prototype.trimstart/test/tests.js similarity index 100% rename from ClientApp/node_modules/string.prototype.trimstart/test/tests.js rename to apps/angular/node_modules/string.prototype.trimstart/test/tests.js diff --git a/ClientApp/node_modules/strip-ansi/index.d.ts b/apps/angular/node_modules/strip-ansi/index.d.ts similarity index 100% rename from ClientApp/node_modules/strip-ansi/index.d.ts rename to apps/angular/node_modules/strip-ansi/index.d.ts diff --git a/ClientApp/node_modules/strip-ansi/index.js b/apps/angular/node_modules/strip-ansi/index.js similarity index 100% rename from ClientApp/node_modules/strip-ansi/index.js rename to apps/angular/node_modules/strip-ansi/index.js diff --git a/ClientApp/node_modules/strip-ansi/license b/apps/angular/node_modules/strip-ansi/license similarity index 100% rename from ClientApp/node_modules/strip-ansi/license rename to apps/angular/node_modules/strip-ansi/license diff --git a/ClientApp/node_modules/strip-ansi/package.json b/apps/angular/node_modules/strip-ansi/package.json similarity index 100% rename from ClientApp/node_modules/strip-ansi/package.json rename to apps/angular/node_modules/strip-ansi/package.json diff --git a/ClientApp/node_modules/strip-ansi/readme.md b/apps/angular/node_modules/strip-ansi/readme.md similarity index 100% rename from ClientApp/node_modules/strip-ansi/readme.md rename to apps/angular/node_modules/strip-ansi/readme.md diff --git a/ClientApp/node_modules/strip-final-newline/index.js b/apps/angular/node_modules/strip-final-newline/index.js similarity index 100% rename from ClientApp/node_modules/strip-final-newline/index.js rename to apps/angular/node_modules/strip-final-newline/index.js diff --git a/ClientApp/node_modules/strip-final-newline/license b/apps/angular/node_modules/strip-final-newline/license similarity index 100% rename from ClientApp/node_modules/strip-final-newline/license rename to apps/angular/node_modules/strip-final-newline/license diff --git a/ClientApp/node_modules/strip-final-newline/package.json b/apps/angular/node_modules/strip-final-newline/package.json similarity index 100% rename from ClientApp/node_modules/strip-final-newline/package.json rename to apps/angular/node_modules/strip-final-newline/package.json diff --git a/ClientApp/node_modules/strip-final-newline/readme.md b/apps/angular/node_modules/strip-final-newline/readme.md similarity index 100% rename from ClientApp/node_modules/strip-final-newline/readme.md rename to apps/angular/node_modules/strip-final-newline/readme.md diff --git a/ClientApp/node_modules/strip-indent/index.d.ts b/apps/angular/node_modules/strip-indent/index.d.ts similarity index 100% rename from ClientApp/node_modules/strip-indent/index.d.ts rename to apps/angular/node_modules/strip-indent/index.d.ts diff --git a/ClientApp/node_modules/strip-indent/index.js b/apps/angular/node_modules/strip-indent/index.js similarity index 100% rename from ClientApp/node_modules/strip-indent/index.js rename to apps/angular/node_modules/strip-indent/index.js diff --git a/ClientApp/node_modules/strip-indent/license b/apps/angular/node_modules/strip-indent/license similarity index 100% rename from ClientApp/node_modules/strip-indent/license rename to apps/angular/node_modules/strip-indent/license diff --git a/ClientApp/node_modules/strip-indent/package.json b/apps/angular/node_modules/strip-indent/package.json similarity index 100% rename from ClientApp/node_modules/strip-indent/package.json rename to apps/angular/node_modules/strip-indent/package.json diff --git a/ClientApp/node_modules/strip-indent/readme.md b/apps/angular/node_modules/strip-indent/readme.md similarity index 100% rename from ClientApp/node_modules/strip-indent/readme.md rename to apps/angular/node_modules/strip-indent/readme.md diff --git a/ClientApp/node_modules/strip-json-comments/index.d.ts b/apps/angular/node_modules/strip-json-comments/index.d.ts similarity index 100% rename from ClientApp/node_modules/strip-json-comments/index.d.ts rename to apps/angular/node_modules/strip-json-comments/index.d.ts diff --git a/ClientApp/node_modules/strip-json-comments/index.js b/apps/angular/node_modules/strip-json-comments/index.js similarity index 100% rename from ClientApp/node_modules/strip-json-comments/index.js rename to apps/angular/node_modules/strip-json-comments/index.js diff --git a/ClientApp/node_modules/strip-json-comments/license b/apps/angular/node_modules/strip-json-comments/license similarity index 100% rename from ClientApp/node_modules/strip-json-comments/license rename to apps/angular/node_modules/strip-json-comments/license diff --git a/ClientApp/node_modules/strip-json-comments/package.json b/apps/angular/node_modules/strip-json-comments/package.json similarity index 100% rename from ClientApp/node_modules/strip-json-comments/package.json rename to apps/angular/node_modules/strip-json-comments/package.json diff --git a/ClientApp/node_modules/strip-json-comments/readme.md b/apps/angular/node_modules/strip-json-comments/readme.md similarity index 100% rename from ClientApp/node_modules/strip-json-comments/readme.md rename to apps/angular/node_modules/strip-json-comments/readme.md diff --git a/ClientApp/node_modules/strip-literal/LICENSE b/apps/angular/node_modules/strip-literal/LICENSE similarity index 100% rename from ClientApp/node_modules/strip-literal/LICENSE rename to apps/angular/node_modules/strip-literal/LICENSE diff --git a/ClientApp/node_modules/strip-literal/README.md b/apps/angular/node_modules/strip-literal/README.md similarity index 100% rename from ClientApp/node_modules/strip-literal/README.md rename to apps/angular/node_modules/strip-literal/README.md diff --git a/ClientApp/node_modules/strip-literal/dist/index.cjs b/apps/angular/node_modules/strip-literal/dist/index.cjs similarity index 100% rename from ClientApp/node_modules/strip-literal/dist/index.cjs rename to apps/angular/node_modules/strip-literal/dist/index.cjs diff --git a/ClientApp/node_modules/strip-literal/dist/index.d.cts b/apps/angular/node_modules/strip-literal/dist/index.d.cts similarity index 100% rename from ClientApp/node_modules/strip-literal/dist/index.d.cts rename to apps/angular/node_modules/strip-literal/dist/index.d.cts diff --git a/ClientApp/node_modules/strip-literal/dist/index.d.mts b/apps/angular/node_modules/strip-literal/dist/index.d.mts similarity index 100% rename from ClientApp/node_modules/strip-literal/dist/index.d.mts rename to apps/angular/node_modules/strip-literal/dist/index.d.mts diff --git a/ClientApp/node_modules/strip-literal/dist/index.d.ts b/apps/angular/node_modules/strip-literal/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/strip-literal/dist/index.d.ts rename to apps/angular/node_modules/strip-literal/dist/index.d.ts diff --git a/ClientApp/node_modules/strip-literal/dist/index.mjs b/apps/angular/node_modules/strip-literal/dist/index.mjs similarity index 100% rename from ClientApp/node_modules/strip-literal/dist/index.mjs rename to apps/angular/node_modules/strip-literal/dist/index.mjs diff --git a/ClientApp/node_modules/strip-literal/node_modules/js-tokens/LICENSE b/apps/angular/node_modules/strip-literal/node_modules/js-tokens/LICENSE similarity index 100% rename from ClientApp/node_modules/strip-literal/node_modules/js-tokens/LICENSE rename to apps/angular/node_modules/strip-literal/node_modules/js-tokens/LICENSE diff --git a/ClientApp/node_modules/strip-literal/node_modules/js-tokens/README.md b/apps/angular/node_modules/strip-literal/node_modules/js-tokens/README.md similarity index 100% rename from ClientApp/node_modules/strip-literal/node_modules/js-tokens/README.md rename to apps/angular/node_modules/strip-literal/node_modules/js-tokens/README.md diff --git a/ClientApp/node_modules/strip-literal/node_modules/js-tokens/index.d.ts b/apps/angular/node_modules/strip-literal/node_modules/js-tokens/index.d.ts similarity index 100% rename from ClientApp/node_modules/strip-literal/node_modules/js-tokens/index.d.ts rename to apps/angular/node_modules/strip-literal/node_modules/js-tokens/index.d.ts diff --git a/ClientApp/node_modules/strip-literal/node_modules/js-tokens/index.js b/apps/angular/node_modules/strip-literal/node_modules/js-tokens/index.js similarity index 100% rename from ClientApp/node_modules/strip-literal/node_modules/js-tokens/index.js rename to apps/angular/node_modules/strip-literal/node_modules/js-tokens/index.js diff --git a/ClientApp/node_modules/strip-literal/node_modules/js-tokens/package.json b/apps/angular/node_modules/strip-literal/node_modules/js-tokens/package.json similarity index 100% rename from ClientApp/node_modules/strip-literal/node_modules/js-tokens/package.json rename to apps/angular/node_modules/strip-literal/node_modules/js-tokens/package.json diff --git a/ClientApp/node_modules/strip-literal/package.json b/apps/angular/node_modules/strip-literal/package.json similarity index 100% rename from ClientApp/node_modules/strip-literal/package.json rename to apps/angular/node_modules/strip-literal/package.json diff --git a/ClientApp/node_modules/supports-color/browser.js b/apps/angular/node_modules/supports-color/browser.js similarity index 100% rename from ClientApp/node_modules/supports-color/browser.js rename to apps/angular/node_modules/supports-color/browser.js diff --git a/ClientApp/node_modules/supports-color/index.js b/apps/angular/node_modules/supports-color/index.js similarity index 100% rename from ClientApp/node_modules/supports-color/index.js rename to apps/angular/node_modules/supports-color/index.js diff --git a/ClientApp/node_modules/supports-color/license b/apps/angular/node_modules/supports-color/license similarity index 100% rename from ClientApp/node_modules/supports-color/license rename to apps/angular/node_modules/supports-color/license diff --git a/ClientApp/node_modules/supports-color/package.json b/apps/angular/node_modules/supports-color/package.json similarity index 100% rename from ClientApp/node_modules/supports-color/package.json rename to apps/angular/node_modules/supports-color/package.json diff --git a/ClientApp/node_modules/supports-color/readme.md b/apps/angular/node_modules/supports-color/readme.md similarity index 100% rename from ClientApp/node_modules/supports-color/readme.md rename to apps/angular/node_modules/supports-color/readme.md diff --git a/ClientApp/node_modules/supports-preserve-symlinks-flag/.eslintrc b/apps/angular/node_modules/supports-preserve-symlinks-flag/.eslintrc similarity index 100% rename from ClientApp/node_modules/supports-preserve-symlinks-flag/.eslintrc rename to apps/angular/node_modules/supports-preserve-symlinks-flag/.eslintrc diff --git a/ClientApp/node_modules/supports-preserve-symlinks-flag/.github/FUNDING.yml b/apps/angular/node_modules/supports-preserve-symlinks-flag/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/supports-preserve-symlinks-flag/.github/FUNDING.yml rename to apps/angular/node_modules/supports-preserve-symlinks-flag/.github/FUNDING.yml diff --git a/ClientApp/node_modules/supports-preserve-symlinks-flag/.nycrc b/apps/angular/node_modules/supports-preserve-symlinks-flag/.nycrc similarity index 100% rename from ClientApp/node_modules/supports-preserve-symlinks-flag/.nycrc rename to apps/angular/node_modules/supports-preserve-symlinks-flag/.nycrc diff --git a/ClientApp/node_modules/supports-preserve-symlinks-flag/CHANGELOG.md b/apps/angular/node_modules/supports-preserve-symlinks-flag/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/supports-preserve-symlinks-flag/CHANGELOG.md rename to apps/angular/node_modules/supports-preserve-symlinks-flag/CHANGELOG.md diff --git a/ClientApp/node_modules/supports-preserve-symlinks-flag/LICENSE b/apps/angular/node_modules/supports-preserve-symlinks-flag/LICENSE similarity index 100% rename from ClientApp/node_modules/supports-preserve-symlinks-flag/LICENSE rename to apps/angular/node_modules/supports-preserve-symlinks-flag/LICENSE diff --git a/ClientApp/node_modules/supports-preserve-symlinks-flag/README.md b/apps/angular/node_modules/supports-preserve-symlinks-flag/README.md similarity index 100% rename from ClientApp/node_modules/supports-preserve-symlinks-flag/README.md rename to apps/angular/node_modules/supports-preserve-symlinks-flag/README.md diff --git a/ClientApp/node_modules/supports-preserve-symlinks-flag/browser.js b/apps/angular/node_modules/supports-preserve-symlinks-flag/browser.js similarity index 100% rename from ClientApp/node_modules/supports-preserve-symlinks-flag/browser.js rename to apps/angular/node_modules/supports-preserve-symlinks-flag/browser.js diff --git a/ClientApp/node_modules/supports-preserve-symlinks-flag/index.js b/apps/angular/node_modules/supports-preserve-symlinks-flag/index.js similarity index 100% rename from ClientApp/node_modules/supports-preserve-symlinks-flag/index.js rename to apps/angular/node_modules/supports-preserve-symlinks-flag/index.js diff --git a/ClientApp/node_modules/supports-preserve-symlinks-flag/package.json b/apps/angular/node_modules/supports-preserve-symlinks-flag/package.json similarity index 100% rename from ClientApp/node_modules/supports-preserve-symlinks-flag/package.json rename to apps/angular/node_modules/supports-preserve-symlinks-flag/package.json diff --git a/ClientApp/node_modules/supports-preserve-symlinks-flag/test/index.js b/apps/angular/node_modules/supports-preserve-symlinks-flag/test/index.js similarity index 100% rename from ClientApp/node_modules/supports-preserve-symlinks-flag/test/index.js rename to apps/angular/node_modules/supports-preserve-symlinks-flag/test/index.js diff --git a/ClientApp/node_modules/symbol-tree/LICENSE b/apps/angular/node_modules/symbol-tree/LICENSE similarity index 100% rename from ClientApp/node_modules/symbol-tree/LICENSE rename to apps/angular/node_modules/symbol-tree/LICENSE diff --git a/ClientApp/node_modules/symbol-tree/README.md b/apps/angular/node_modules/symbol-tree/README.md similarity index 100% rename from ClientApp/node_modules/symbol-tree/README.md rename to apps/angular/node_modules/symbol-tree/README.md diff --git a/ClientApp/node_modules/symbol-tree/lib/SymbolTree.js b/apps/angular/node_modules/symbol-tree/lib/SymbolTree.js similarity index 100% rename from ClientApp/node_modules/symbol-tree/lib/SymbolTree.js rename to apps/angular/node_modules/symbol-tree/lib/SymbolTree.js diff --git a/ClientApp/node_modules/symbol-tree/lib/SymbolTreeNode.js b/apps/angular/node_modules/symbol-tree/lib/SymbolTreeNode.js similarity index 100% rename from ClientApp/node_modules/symbol-tree/lib/SymbolTreeNode.js rename to apps/angular/node_modules/symbol-tree/lib/SymbolTreeNode.js diff --git a/ClientApp/node_modules/symbol-tree/lib/TreeIterator.js b/apps/angular/node_modules/symbol-tree/lib/TreeIterator.js similarity index 100% rename from ClientApp/node_modules/symbol-tree/lib/TreeIterator.js rename to apps/angular/node_modules/symbol-tree/lib/TreeIterator.js diff --git a/ClientApp/node_modules/symbol-tree/lib/TreePosition.js b/apps/angular/node_modules/symbol-tree/lib/TreePosition.js similarity index 100% rename from ClientApp/node_modules/symbol-tree/lib/TreePosition.js rename to apps/angular/node_modules/symbol-tree/lib/TreePosition.js diff --git a/ClientApp/node_modules/symbol-tree/package.json b/apps/angular/node_modules/symbol-tree/package.json similarity index 100% rename from ClientApp/node_modules/symbol-tree/package.json rename to apps/angular/node_modules/symbol-tree/package.json diff --git a/ClientApp/node_modules/sync-child-process/LICENSE b/apps/angular/node_modules/sync-child-process/LICENSE similarity index 100% rename from ClientApp/node_modules/sync-child-process/LICENSE rename to apps/angular/node_modules/sync-child-process/LICENSE diff --git a/ClientApp/node_modules/sync-child-process/README.md b/apps/angular/node_modules/sync-child-process/README.md similarity index 100% rename from ClientApp/node_modules/sync-child-process/README.md rename to apps/angular/node_modules/sync-child-process/README.md diff --git a/ClientApp/node_modules/sync-child-process/dist/lib/event.d.ts b/apps/angular/node_modules/sync-child-process/dist/lib/event.d.ts similarity index 100% rename from ClientApp/node_modules/sync-child-process/dist/lib/event.d.ts rename to apps/angular/node_modules/sync-child-process/dist/lib/event.d.ts diff --git a/ClientApp/node_modules/sync-child-process/dist/lib/event.js b/apps/angular/node_modules/sync-child-process/dist/lib/event.js similarity index 100% rename from ClientApp/node_modules/sync-child-process/dist/lib/event.js rename to apps/angular/node_modules/sync-child-process/dist/lib/event.js diff --git a/ClientApp/node_modules/sync-child-process/dist/lib/event.js.map b/apps/angular/node_modules/sync-child-process/dist/lib/event.js.map similarity index 100% rename from ClientApp/node_modules/sync-child-process/dist/lib/event.js.map rename to apps/angular/node_modules/sync-child-process/dist/lib/event.js.map diff --git a/ClientApp/node_modules/sync-child-process/dist/lib/index.d.ts b/apps/angular/node_modules/sync-child-process/dist/lib/index.d.ts similarity index 100% rename from ClientApp/node_modules/sync-child-process/dist/lib/index.d.ts rename to apps/angular/node_modules/sync-child-process/dist/lib/index.d.ts diff --git a/ClientApp/node_modules/sync-child-process/dist/lib/index.js b/apps/angular/node_modules/sync-child-process/dist/lib/index.js similarity index 100% rename from ClientApp/node_modules/sync-child-process/dist/lib/index.js rename to apps/angular/node_modules/sync-child-process/dist/lib/index.js diff --git a/ClientApp/node_modules/sync-child-process/dist/lib/index.js.map b/apps/angular/node_modules/sync-child-process/dist/lib/index.js.map similarity index 100% rename from ClientApp/node_modules/sync-child-process/dist/lib/index.js.map rename to apps/angular/node_modules/sync-child-process/dist/lib/index.js.map diff --git a/ClientApp/node_modules/sync-child-process/dist/lib/worker.d.ts b/apps/angular/node_modules/sync-child-process/dist/lib/worker.d.ts similarity index 100% rename from ClientApp/node_modules/sync-child-process/dist/lib/worker.d.ts rename to apps/angular/node_modules/sync-child-process/dist/lib/worker.d.ts diff --git a/ClientApp/node_modules/sync-child-process/dist/lib/worker.js b/apps/angular/node_modules/sync-child-process/dist/lib/worker.js similarity index 100% rename from ClientApp/node_modules/sync-child-process/dist/lib/worker.js rename to apps/angular/node_modules/sync-child-process/dist/lib/worker.js diff --git a/ClientApp/node_modules/sync-child-process/dist/lib/worker.js.map b/apps/angular/node_modules/sync-child-process/dist/lib/worker.js.map similarity index 100% rename from ClientApp/node_modules/sync-child-process/dist/lib/worker.js.map rename to apps/angular/node_modules/sync-child-process/dist/lib/worker.js.map diff --git a/ClientApp/node_modules/sync-child-process/dist/tsconfig.build.tsbuildinfo b/apps/angular/node_modules/sync-child-process/dist/tsconfig.build.tsbuildinfo similarity index 100% rename from ClientApp/node_modules/sync-child-process/dist/tsconfig.build.tsbuildinfo rename to apps/angular/node_modules/sync-child-process/dist/tsconfig.build.tsbuildinfo diff --git a/ClientApp/node_modules/sync-child-process/package.json b/apps/angular/node_modules/sync-child-process/package.json similarity index 100% rename from ClientApp/node_modules/sync-child-process/package.json rename to apps/angular/node_modules/sync-child-process/package.json diff --git a/ClientApp/node_modules/sync-message-port/LICENSE b/apps/angular/node_modules/sync-message-port/LICENSE similarity index 100% rename from ClientApp/node_modules/sync-message-port/LICENSE rename to apps/angular/node_modules/sync-message-port/LICENSE diff --git a/ClientApp/node_modules/sync-message-port/README.md b/apps/angular/node_modules/sync-message-port/README.md similarity index 100% rename from ClientApp/node_modules/sync-message-port/README.md rename to apps/angular/node_modules/sync-message-port/README.md diff --git a/ClientApp/node_modules/sync-message-port/dist/lib/atomic_counter.d.ts b/apps/angular/node_modules/sync-message-port/dist/lib/atomic_counter.d.ts similarity index 100% rename from ClientApp/node_modules/sync-message-port/dist/lib/atomic_counter.d.ts rename to apps/angular/node_modules/sync-message-port/dist/lib/atomic_counter.d.ts diff --git a/ClientApp/node_modules/sync-message-port/dist/lib/atomic_counter.js b/apps/angular/node_modules/sync-message-port/dist/lib/atomic_counter.js similarity index 100% rename from ClientApp/node_modules/sync-message-port/dist/lib/atomic_counter.js rename to apps/angular/node_modules/sync-message-port/dist/lib/atomic_counter.js diff --git a/ClientApp/node_modules/sync-message-port/dist/lib/atomic_counter.js.map b/apps/angular/node_modules/sync-message-port/dist/lib/atomic_counter.js.map similarity index 100% rename from ClientApp/node_modules/sync-message-port/dist/lib/atomic_counter.js.map rename to apps/angular/node_modules/sync-message-port/dist/lib/atomic_counter.js.map diff --git a/ClientApp/node_modules/sync-message-port/dist/lib/index.d.ts b/apps/angular/node_modules/sync-message-port/dist/lib/index.d.ts similarity index 100% rename from ClientApp/node_modules/sync-message-port/dist/lib/index.d.ts rename to apps/angular/node_modules/sync-message-port/dist/lib/index.d.ts diff --git a/ClientApp/node_modules/sync-message-port/dist/lib/index.js b/apps/angular/node_modules/sync-message-port/dist/lib/index.js similarity index 100% rename from ClientApp/node_modules/sync-message-port/dist/lib/index.js rename to apps/angular/node_modules/sync-message-port/dist/lib/index.js diff --git a/ClientApp/node_modules/sync-message-port/dist/lib/index.js.map b/apps/angular/node_modules/sync-message-port/dist/lib/index.js.map similarity index 100% rename from ClientApp/node_modules/sync-message-port/dist/lib/index.js.map rename to apps/angular/node_modules/sync-message-port/dist/lib/index.js.map diff --git a/ClientApp/node_modules/sync-message-port/dist/tsconfig.build.tsbuildinfo b/apps/angular/node_modules/sync-message-port/dist/tsconfig.build.tsbuildinfo similarity index 100% rename from ClientApp/node_modules/sync-message-port/dist/tsconfig.build.tsbuildinfo rename to apps/angular/node_modules/sync-message-port/dist/tsconfig.build.tsbuildinfo diff --git a/ClientApp/node_modules/sync-message-port/package.json b/apps/angular/node_modules/sync-message-port/package.json similarity index 100% rename from ClientApp/node_modules/sync-message-port/package.json rename to apps/angular/node_modules/sync-message-port/package.json diff --git a/ClientApp/node_modules/test-exclude/CHANGELOG.md b/apps/angular/node_modules/test-exclude/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/test-exclude/CHANGELOG.md rename to apps/angular/node_modules/test-exclude/CHANGELOG.md diff --git a/ClientApp/node_modules/test-exclude/LICENSE.txt b/apps/angular/node_modules/test-exclude/LICENSE.txt similarity index 100% rename from ClientApp/node_modules/test-exclude/LICENSE.txt rename to apps/angular/node_modules/test-exclude/LICENSE.txt diff --git a/ClientApp/node_modules/test-exclude/README.md b/apps/angular/node_modules/test-exclude/README.md similarity index 100% rename from ClientApp/node_modules/test-exclude/README.md rename to apps/angular/node_modules/test-exclude/README.md diff --git a/ClientApp/node_modules/test-exclude/index.js b/apps/angular/node_modules/test-exclude/index.js similarity index 100% rename from ClientApp/node_modules/test-exclude/index.js rename to apps/angular/node_modules/test-exclude/index.js diff --git a/ClientApp/node_modules/test-exclude/is-outside-dir-posix.js b/apps/angular/node_modules/test-exclude/is-outside-dir-posix.js similarity index 100% rename from ClientApp/node_modules/test-exclude/is-outside-dir-posix.js rename to apps/angular/node_modules/test-exclude/is-outside-dir-posix.js diff --git a/ClientApp/node_modules/test-exclude/is-outside-dir-win32.js b/apps/angular/node_modules/test-exclude/is-outside-dir-win32.js similarity index 100% rename from ClientApp/node_modules/test-exclude/is-outside-dir-win32.js rename to apps/angular/node_modules/test-exclude/is-outside-dir-win32.js diff --git a/ClientApp/node_modules/test-exclude/is-outside-dir.js b/apps/angular/node_modules/test-exclude/is-outside-dir.js similarity index 100% rename from ClientApp/node_modules/test-exclude/is-outside-dir.js rename to apps/angular/node_modules/test-exclude/is-outside-dir.js diff --git a/ClientApp/node_modules/test-exclude/package.json b/apps/angular/node_modules/test-exclude/package.json similarity index 100% rename from ClientApp/node_modules/test-exclude/package.json rename to apps/angular/node_modules/test-exclude/package.json diff --git a/ClientApp/node_modules/text-table/.travis.yml b/apps/angular/node_modules/text-table/.travis.yml similarity index 100% rename from ClientApp/node_modules/text-table/.travis.yml rename to apps/angular/node_modules/text-table/.travis.yml diff --git a/ClientApp/node_modules/text-table/LICENSE b/apps/angular/node_modules/text-table/LICENSE similarity index 100% rename from ClientApp/node_modules/text-table/LICENSE rename to apps/angular/node_modules/text-table/LICENSE diff --git a/ClientApp/node_modules/text-table/example/align.js b/apps/angular/node_modules/text-table/example/align.js similarity index 100% rename from ClientApp/node_modules/text-table/example/align.js rename to apps/angular/node_modules/text-table/example/align.js diff --git a/ClientApp/node_modules/text-table/example/center.js b/apps/angular/node_modules/text-table/example/center.js similarity index 100% rename from ClientApp/node_modules/text-table/example/center.js rename to apps/angular/node_modules/text-table/example/center.js diff --git a/ClientApp/node_modules/text-table/example/dotalign.js b/apps/angular/node_modules/text-table/example/dotalign.js similarity index 100% rename from ClientApp/node_modules/text-table/example/dotalign.js rename to apps/angular/node_modules/text-table/example/dotalign.js diff --git a/ClientApp/node_modules/text-table/example/doubledot.js b/apps/angular/node_modules/text-table/example/doubledot.js similarity index 100% rename from ClientApp/node_modules/text-table/example/doubledot.js rename to apps/angular/node_modules/text-table/example/doubledot.js diff --git a/ClientApp/node_modules/text-table/example/table.js b/apps/angular/node_modules/text-table/example/table.js similarity index 100% rename from ClientApp/node_modules/text-table/example/table.js rename to apps/angular/node_modules/text-table/example/table.js diff --git a/ClientApp/node_modules/text-table/index.js b/apps/angular/node_modules/text-table/index.js similarity index 100% rename from ClientApp/node_modules/text-table/index.js rename to apps/angular/node_modules/text-table/index.js diff --git a/ClientApp/node_modules/text-table/package.json b/apps/angular/node_modules/text-table/package.json similarity index 100% rename from ClientApp/node_modules/text-table/package.json rename to apps/angular/node_modules/text-table/package.json diff --git a/ClientApp/node_modules/text-table/readme.markdown b/apps/angular/node_modules/text-table/readme.markdown similarity index 100% rename from ClientApp/node_modules/text-table/readme.markdown rename to apps/angular/node_modules/text-table/readme.markdown diff --git a/ClientApp/node_modules/text-table/test/align.js b/apps/angular/node_modules/text-table/test/align.js similarity index 100% rename from ClientApp/node_modules/text-table/test/align.js rename to apps/angular/node_modules/text-table/test/align.js diff --git a/ClientApp/node_modules/text-table/test/ansi-colors.js b/apps/angular/node_modules/text-table/test/ansi-colors.js similarity index 100% rename from ClientApp/node_modules/text-table/test/ansi-colors.js rename to apps/angular/node_modules/text-table/test/ansi-colors.js diff --git a/ClientApp/node_modules/text-table/test/center.js b/apps/angular/node_modules/text-table/test/center.js similarity index 100% rename from ClientApp/node_modules/text-table/test/center.js rename to apps/angular/node_modules/text-table/test/center.js diff --git a/ClientApp/node_modules/text-table/test/dotalign.js b/apps/angular/node_modules/text-table/test/dotalign.js similarity index 100% rename from ClientApp/node_modules/text-table/test/dotalign.js rename to apps/angular/node_modules/text-table/test/dotalign.js diff --git a/ClientApp/node_modules/text-table/test/doubledot.js b/apps/angular/node_modules/text-table/test/doubledot.js similarity index 100% rename from ClientApp/node_modules/text-table/test/doubledot.js rename to apps/angular/node_modules/text-table/test/doubledot.js diff --git a/ClientApp/node_modules/text-table/test/table.js b/apps/angular/node_modules/text-table/test/table.js similarity index 100% rename from ClientApp/node_modules/text-table/test/table.js rename to apps/angular/node_modules/text-table/test/table.js diff --git a/ClientApp/node_modules/throttleit/History.md b/apps/angular/node_modules/throttleit/History.md similarity index 100% rename from ClientApp/node_modules/throttleit/History.md rename to apps/angular/node_modules/throttleit/History.md diff --git a/ClientApp/node_modules/throttleit/Makefile b/apps/angular/node_modules/throttleit/Makefile similarity index 100% rename from ClientApp/node_modules/throttleit/Makefile rename to apps/angular/node_modules/throttleit/Makefile diff --git a/ClientApp/node_modules/throttleit/Readme.md b/apps/angular/node_modules/throttleit/Readme.md similarity index 100% rename from ClientApp/node_modules/throttleit/Readme.md rename to apps/angular/node_modules/throttleit/Readme.md diff --git a/ClientApp/node_modules/throttleit/component.json b/apps/angular/node_modules/throttleit/component.json similarity index 100% rename from ClientApp/node_modules/throttleit/component.json rename to apps/angular/node_modules/throttleit/component.json diff --git a/ClientApp/node_modules/throttleit/example.js b/apps/angular/node_modules/throttleit/example.js similarity index 100% rename from ClientApp/node_modules/throttleit/example.js rename to apps/angular/node_modules/throttleit/example.js diff --git a/ClientApp/node_modules/throttleit/index.js b/apps/angular/node_modules/throttleit/index.js similarity index 100% rename from ClientApp/node_modules/throttleit/index.js rename to apps/angular/node_modules/throttleit/index.js diff --git a/ClientApp/node_modules/throttleit/package.json b/apps/angular/node_modules/throttleit/package.json similarity index 100% rename from ClientApp/node_modules/throttleit/package.json rename to apps/angular/node_modules/throttleit/package.json diff --git a/ClientApp/node_modules/throttleit/test.js b/apps/angular/node_modules/throttleit/test.js similarity index 100% rename from ClientApp/node_modules/throttleit/test.js rename to apps/angular/node_modules/throttleit/test.js diff --git a/ClientApp/node_modules/through/.travis.yml b/apps/angular/node_modules/through/.travis.yml similarity index 100% rename from ClientApp/node_modules/through/.travis.yml rename to apps/angular/node_modules/through/.travis.yml diff --git a/ClientApp/node_modules/through/LICENSE.APACHE2 b/apps/angular/node_modules/through/LICENSE.APACHE2 similarity index 100% rename from ClientApp/node_modules/through/LICENSE.APACHE2 rename to apps/angular/node_modules/through/LICENSE.APACHE2 diff --git a/ClientApp/node_modules/through/LICENSE.MIT b/apps/angular/node_modules/through/LICENSE.MIT similarity index 100% rename from ClientApp/node_modules/through/LICENSE.MIT rename to apps/angular/node_modules/through/LICENSE.MIT diff --git a/ClientApp/node_modules/through/index.js b/apps/angular/node_modules/through/index.js similarity index 100% rename from ClientApp/node_modules/through/index.js rename to apps/angular/node_modules/through/index.js diff --git a/ClientApp/node_modules/through/package.json b/apps/angular/node_modules/through/package.json similarity index 100% rename from ClientApp/node_modules/through/package.json rename to apps/angular/node_modules/through/package.json diff --git a/ClientApp/node_modules/through/readme.markdown b/apps/angular/node_modules/through/readme.markdown similarity index 100% rename from ClientApp/node_modules/through/readme.markdown rename to apps/angular/node_modules/through/readme.markdown diff --git a/ClientApp/node_modules/through/test/async.js b/apps/angular/node_modules/through/test/async.js similarity index 100% rename from ClientApp/node_modules/through/test/async.js rename to apps/angular/node_modules/through/test/async.js diff --git a/ClientApp/node_modules/through/test/auto-destroy.js b/apps/angular/node_modules/through/test/auto-destroy.js similarity index 100% rename from ClientApp/node_modules/through/test/auto-destroy.js rename to apps/angular/node_modules/through/test/auto-destroy.js diff --git a/ClientApp/node_modules/through/test/buffering.js b/apps/angular/node_modules/through/test/buffering.js similarity index 100% rename from ClientApp/node_modules/through/test/buffering.js rename to apps/angular/node_modules/through/test/buffering.js diff --git a/ClientApp/node_modules/through/test/end.js b/apps/angular/node_modules/through/test/end.js similarity index 100% rename from ClientApp/node_modules/through/test/end.js rename to apps/angular/node_modules/through/test/end.js diff --git a/ClientApp/node_modules/through/test/index.js b/apps/angular/node_modules/through/test/index.js similarity index 100% rename from ClientApp/node_modules/through/test/index.js rename to apps/angular/node_modules/through/test/index.js diff --git a/ClientApp/node_modules/tiny-invariant/LICENSE b/apps/angular/node_modules/tiny-invariant/LICENSE similarity index 100% rename from ClientApp/node_modules/tiny-invariant/LICENSE rename to apps/angular/node_modules/tiny-invariant/LICENSE diff --git a/ClientApp/node_modules/tiny-invariant/README.md b/apps/angular/node_modules/tiny-invariant/README.md similarity index 100% rename from ClientApp/node_modules/tiny-invariant/README.md rename to apps/angular/node_modules/tiny-invariant/README.md diff --git a/ClientApp/node_modules/tiny-invariant/dist/esm/package.json b/apps/angular/node_modules/tiny-invariant/dist/esm/package.json similarity index 100% rename from ClientApp/node_modules/tiny-invariant/dist/esm/package.json rename to apps/angular/node_modules/tiny-invariant/dist/esm/package.json diff --git a/ClientApp/node_modules/tiny-invariant/dist/esm/tiny-invariant.d.ts b/apps/angular/node_modules/tiny-invariant/dist/esm/tiny-invariant.d.ts similarity index 100% rename from ClientApp/node_modules/tiny-invariant/dist/esm/tiny-invariant.d.ts rename to apps/angular/node_modules/tiny-invariant/dist/esm/tiny-invariant.d.ts diff --git a/ClientApp/node_modules/tiny-invariant/dist/esm/tiny-invariant.js b/apps/angular/node_modules/tiny-invariant/dist/esm/tiny-invariant.js similarity index 100% rename from ClientApp/node_modules/tiny-invariant/dist/esm/tiny-invariant.js rename to apps/angular/node_modules/tiny-invariant/dist/esm/tiny-invariant.js diff --git a/ClientApp/node_modules/tiny-invariant/dist/tiny-invariant.cjs.js b/apps/angular/node_modules/tiny-invariant/dist/tiny-invariant.cjs.js similarity index 100% rename from ClientApp/node_modules/tiny-invariant/dist/tiny-invariant.cjs.js rename to apps/angular/node_modules/tiny-invariant/dist/tiny-invariant.cjs.js diff --git a/ClientApp/node_modules/tiny-invariant/dist/tiny-invariant.d.ts b/apps/angular/node_modules/tiny-invariant/dist/tiny-invariant.d.ts similarity index 100% rename from ClientApp/node_modules/tiny-invariant/dist/tiny-invariant.d.ts rename to apps/angular/node_modules/tiny-invariant/dist/tiny-invariant.d.ts diff --git a/ClientApp/node_modules/tiny-invariant/dist/tiny-invariant.esm.js b/apps/angular/node_modules/tiny-invariant/dist/tiny-invariant.esm.js similarity index 100% rename from ClientApp/node_modules/tiny-invariant/dist/tiny-invariant.esm.js rename to apps/angular/node_modules/tiny-invariant/dist/tiny-invariant.esm.js diff --git a/ClientApp/node_modules/tiny-invariant/dist/tiny-invariant.js b/apps/angular/node_modules/tiny-invariant/dist/tiny-invariant.js similarity index 100% rename from ClientApp/node_modules/tiny-invariant/dist/tiny-invariant.js rename to apps/angular/node_modules/tiny-invariant/dist/tiny-invariant.js diff --git a/ClientApp/node_modules/tiny-invariant/dist/tiny-invariant.min.js b/apps/angular/node_modules/tiny-invariant/dist/tiny-invariant.min.js similarity index 100% rename from ClientApp/node_modules/tiny-invariant/dist/tiny-invariant.min.js rename to apps/angular/node_modules/tiny-invariant/dist/tiny-invariant.min.js diff --git a/ClientApp/node_modules/tiny-invariant/package.json b/apps/angular/node_modules/tiny-invariant/package.json similarity index 100% rename from ClientApp/node_modules/tiny-invariant/package.json rename to apps/angular/node_modules/tiny-invariant/package.json diff --git a/ClientApp/node_modules/tiny-invariant/src/tiny-invariant.flow.js b/apps/angular/node_modules/tiny-invariant/src/tiny-invariant.flow.js similarity index 100% rename from ClientApp/node_modules/tiny-invariant/src/tiny-invariant.flow.js rename to apps/angular/node_modules/tiny-invariant/src/tiny-invariant.flow.js diff --git a/ClientApp/node_modules/tiny-invariant/src/tiny-invariant.ts b/apps/angular/node_modules/tiny-invariant/src/tiny-invariant.ts similarity index 100% rename from ClientApp/node_modules/tiny-invariant/src/tiny-invariant.ts rename to apps/angular/node_modules/tiny-invariant/src/tiny-invariant.ts diff --git a/ClientApp/node_modules/tinybench/LICENSE b/apps/angular/node_modules/tinybench/LICENSE similarity index 100% rename from ClientApp/node_modules/tinybench/LICENSE rename to apps/angular/node_modules/tinybench/LICENSE diff --git a/ClientApp/node_modules/tinybench/README.md b/apps/angular/node_modules/tinybench/README.md similarity index 100% rename from ClientApp/node_modules/tinybench/README.md rename to apps/angular/node_modules/tinybench/README.md diff --git a/ClientApp/node_modules/tinybench/dist/index.cjs b/apps/angular/node_modules/tinybench/dist/index.cjs similarity index 100% rename from ClientApp/node_modules/tinybench/dist/index.cjs rename to apps/angular/node_modules/tinybench/dist/index.cjs diff --git a/ClientApp/node_modules/tinybench/dist/index.d.cts b/apps/angular/node_modules/tinybench/dist/index.d.cts similarity index 100% rename from ClientApp/node_modules/tinybench/dist/index.d.cts rename to apps/angular/node_modules/tinybench/dist/index.d.cts diff --git a/ClientApp/node_modules/tinybench/dist/index.d.ts b/apps/angular/node_modules/tinybench/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/tinybench/dist/index.d.ts rename to apps/angular/node_modules/tinybench/dist/index.d.ts diff --git a/ClientApp/node_modules/tinybench/dist/index.js b/apps/angular/node_modules/tinybench/dist/index.js similarity index 100% rename from ClientApp/node_modules/tinybench/dist/index.js rename to apps/angular/node_modules/tinybench/dist/index.js diff --git a/ClientApp/node_modules/tinybench/package.json b/apps/angular/node_modules/tinybench/package.json similarity index 100% rename from ClientApp/node_modules/tinybench/package.json rename to apps/angular/node_modules/tinybench/package.json diff --git a/ClientApp/node_modules/tinyglobby/LICENSE b/apps/angular/node_modules/tinyglobby/LICENSE similarity index 100% rename from ClientApp/node_modules/tinyglobby/LICENSE rename to apps/angular/node_modules/tinyglobby/LICENSE diff --git a/ClientApp/node_modules/tinyglobby/README.md b/apps/angular/node_modules/tinyglobby/README.md similarity index 100% rename from ClientApp/node_modules/tinyglobby/README.md rename to apps/angular/node_modules/tinyglobby/README.md diff --git a/ClientApp/node_modules/tinyglobby/dist/index.cjs b/apps/angular/node_modules/tinyglobby/dist/index.cjs similarity index 100% rename from ClientApp/node_modules/tinyglobby/dist/index.cjs rename to apps/angular/node_modules/tinyglobby/dist/index.cjs diff --git a/ClientApp/node_modules/tinyglobby/dist/index.d.cts b/apps/angular/node_modules/tinyglobby/dist/index.d.cts similarity index 100% rename from ClientApp/node_modules/tinyglobby/dist/index.d.cts rename to apps/angular/node_modules/tinyglobby/dist/index.d.cts diff --git a/ClientApp/node_modules/tinyglobby/dist/index.d.mts b/apps/angular/node_modules/tinyglobby/dist/index.d.mts similarity index 100% rename from ClientApp/node_modules/tinyglobby/dist/index.d.mts rename to apps/angular/node_modules/tinyglobby/dist/index.d.mts diff --git a/ClientApp/node_modules/tinyglobby/dist/index.mjs b/apps/angular/node_modules/tinyglobby/dist/index.mjs similarity index 100% rename from ClientApp/node_modules/tinyglobby/dist/index.mjs rename to apps/angular/node_modules/tinyglobby/dist/index.mjs diff --git a/ClientApp/node_modules/tinyglobby/node_modules/fdir/LICENSE b/apps/angular/node_modules/tinyglobby/node_modules/fdir/LICENSE similarity index 100% rename from ClientApp/node_modules/tinyglobby/node_modules/fdir/LICENSE rename to apps/angular/node_modules/tinyglobby/node_modules/fdir/LICENSE diff --git a/ClientApp/node_modules/tinyglobby/node_modules/fdir/README.md b/apps/angular/node_modules/tinyglobby/node_modules/fdir/README.md similarity index 100% rename from ClientApp/node_modules/tinyglobby/node_modules/fdir/README.md rename to apps/angular/node_modules/tinyglobby/node_modules/fdir/README.md diff --git a/ClientApp/node_modules/tinyglobby/node_modules/fdir/dist/index.cjs b/apps/angular/node_modules/tinyglobby/node_modules/fdir/dist/index.cjs similarity index 100% rename from ClientApp/node_modules/tinyglobby/node_modules/fdir/dist/index.cjs rename to apps/angular/node_modules/tinyglobby/node_modules/fdir/dist/index.cjs diff --git a/ClientApp/node_modules/tinyglobby/node_modules/fdir/dist/index.d.cts b/apps/angular/node_modules/tinyglobby/node_modules/fdir/dist/index.d.cts similarity index 100% rename from ClientApp/node_modules/tinyglobby/node_modules/fdir/dist/index.d.cts rename to apps/angular/node_modules/tinyglobby/node_modules/fdir/dist/index.d.cts diff --git a/ClientApp/node_modules/tinyglobby/node_modules/fdir/dist/index.d.mts b/apps/angular/node_modules/tinyglobby/node_modules/fdir/dist/index.d.mts similarity index 100% rename from ClientApp/node_modules/tinyglobby/node_modules/fdir/dist/index.d.mts rename to apps/angular/node_modules/tinyglobby/node_modules/fdir/dist/index.d.mts diff --git a/ClientApp/node_modules/tinyglobby/node_modules/fdir/dist/index.mjs b/apps/angular/node_modules/tinyglobby/node_modules/fdir/dist/index.mjs similarity index 100% rename from ClientApp/node_modules/tinyglobby/node_modules/fdir/dist/index.mjs rename to apps/angular/node_modules/tinyglobby/node_modules/fdir/dist/index.mjs diff --git a/ClientApp/node_modules/tinyglobby/node_modules/fdir/package.json b/apps/angular/node_modules/tinyglobby/node_modules/fdir/package.json similarity index 100% rename from ClientApp/node_modules/tinyglobby/node_modules/fdir/package.json rename to apps/angular/node_modules/tinyglobby/node_modules/fdir/package.json diff --git a/ClientApp/node_modules/tinyglobby/node_modules/picomatch/LICENSE b/apps/angular/node_modules/tinyglobby/node_modules/picomatch/LICENSE similarity index 100% rename from ClientApp/node_modules/tinyglobby/node_modules/picomatch/LICENSE rename to apps/angular/node_modules/tinyglobby/node_modules/picomatch/LICENSE diff --git a/ClientApp/node_modules/tinyglobby/node_modules/picomatch/README.md b/apps/angular/node_modules/tinyglobby/node_modules/picomatch/README.md similarity index 100% rename from ClientApp/node_modules/tinyglobby/node_modules/picomatch/README.md rename to apps/angular/node_modules/tinyglobby/node_modules/picomatch/README.md diff --git a/ClientApp/node_modules/tinyglobby/node_modules/picomatch/index.js b/apps/angular/node_modules/tinyglobby/node_modules/picomatch/index.js similarity index 100% rename from ClientApp/node_modules/tinyglobby/node_modules/picomatch/index.js rename to apps/angular/node_modules/tinyglobby/node_modules/picomatch/index.js diff --git a/ClientApp/node_modules/tinyglobby/node_modules/picomatch/lib/constants.js b/apps/angular/node_modules/tinyglobby/node_modules/picomatch/lib/constants.js similarity index 100% rename from ClientApp/node_modules/tinyglobby/node_modules/picomatch/lib/constants.js rename to apps/angular/node_modules/tinyglobby/node_modules/picomatch/lib/constants.js diff --git a/ClientApp/node_modules/tinyglobby/node_modules/picomatch/lib/parse.js b/apps/angular/node_modules/tinyglobby/node_modules/picomatch/lib/parse.js similarity index 100% rename from ClientApp/node_modules/tinyglobby/node_modules/picomatch/lib/parse.js rename to apps/angular/node_modules/tinyglobby/node_modules/picomatch/lib/parse.js diff --git a/ClientApp/node_modules/tinyglobby/node_modules/picomatch/lib/picomatch.js b/apps/angular/node_modules/tinyglobby/node_modules/picomatch/lib/picomatch.js similarity index 100% rename from ClientApp/node_modules/tinyglobby/node_modules/picomatch/lib/picomatch.js rename to apps/angular/node_modules/tinyglobby/node_modules/picomatch/lib/picomatch.js diff --git a/ClientApp/node_modules/tinyglobby/node_modules/picomatch/lib/scan.js b/apps/angular/node_modules/tinyglobby/node_modules/picomatch/lib/scan.js similarity index 100% rename from ClientApp/node_modules/tinyglobby/node_modules/picomatch/lib/scan.js rename to apps/angular/node_modules/tinyglobby/node_modules/picomatch/lib/scan.js diff --git a/ClientApp/node_modules/tinyglobby/node_modules/picomatch/lib/utils.js b/apps/angular/node_modules/tinyglobby/node_modules/picomatch/lib/utils.js similarity index 100% rename from ClientApp/node_modules/tinyglobby/node_modules/picomatch/lib/utils.js rename to apps/angular/node_modules/tinyglobby/node_modules/picomatch/lib/utils.js diff --git a/ClientApp/node_modules/tinyglobby/node_modules/picomatch/package.json b/apps/angular/node_modules/tinyglobby/node_modules/picomatch/package.json similarity index 100% rename from ClientApp/node_modules/tinyglobby/node_modules/picomatch/package.json rename to apps/angular/node_modules/tinyglobby/node_modules/picomatch/package.json diff --git a/ClientApp/node_modules/tinyglobby/node_modules/picomatch/posix.js b/apps/angular/node_modules/tinyglobby/node_modules/picomatch/posix.js similarity index 100% rename from ClientApp/node_modules/tinyglobby/node_modules/picomatch/posix.js rename to apps/angular/node_modules/tinyglobby/node_modules/picomatch/posix.js diff --git a/ClientApp/node_modules/tinyglobby/package.json b/apps/angular/node_modules/tinyglobby/package.json similarity index 100% rename from ClientApp/node_modules/tinyglobby/package.json rename to apps/angular/node_modules/tinyglobby/package.json diff --git a/ClientApp/node_modules/tinypool/LICENSE b/apps/angular/node_modules/tinypool/LICENSE similarity index 100% rename from ClientApp/node_modules/tinypool/LICENSE rename to apps/angular/node_modules/tinypool/LICENSE diff --git a/ClientApp/node_modules/tinypool/README.md b/apps/angular/node_modules/tinypool/README.md similarity index 100% rename from ClientApp/node_modules/tinypool/README.md rename to apps/angular/node_modules/tinypool/README.md diff --git a/ClientApp/node_modules/tinypool/dist/entry/process.d.ts b/apps/angular/node_modules/tinypool/dist/entry/process.d.ts similarity index 100% rename from ClientApp/node_modules/tinypool/dist/entry/process.d.ts rename to apps/angular/node_modules/tinypool/dist/entry/process.d.ts diff --git a/ClientApp/node_modules/tinypool/dist/entry/utils.d.ts b/apps/angular/node_modules/tinypool/dist/entry/utils.d.ts similarity index 100% rename from ClientApp/node_modules/tinypool/dist/entry/utils.d.ts rename to apps/angular/node_modules/tinypool/dist/entry/utils.d.ts diff --git a/ClientApp/node_modules/tinypool/dist/entry/worker.d.ts b/apps/angular/node_modules/tinypool/dist/entry/worker.d.ts similarity index 100% rename from ClientApp/node_modules/tinypool/dist/entry/worker.d.ts rename to apps/angular/node_modules/tinypool/dist/entry/worker.d.ts diff --git a/ClientApp/node_modules/tinypool/dist/esm/chunk-DSRZHYCS.js b/apps/angular/node_modules/tinypool/dist/esm/chunk-DSRZHYCS.js similarity index 100% rename from ClientApp/node_modules/tinypool/dist/esm/chunk-DSRZHYCS.js rename to apps/angular/node_modules/tinypool/dist/esm/chunk-DSRZHYCS.js diff --git a/ClientApp/node_modules/tinypool/dist/esm/chunk-FJA3Y3DX.js b/apps/angular/node_modules/tinypool/dist/esm/chunk-FJA3Y3DX.js similarity index 100% rename from ClientApp/node_modules/tinypool/dist/esm/chunk-FJA3Y3DX.js rename to apps/angular/node_modules/tinypool/dist/esm/chunk-FJA3Y3DX.js diff --git a/ClientApp/node_modules/tinypool/dist/esm/chunk-OECBSOR6.js b/apps/angular/node_modules/tinypool/dist/esm/chunk-OECBSOR6.js similarity index 100% rename from ClientApp/node_modules/tinypool/dist/esm/chunk-OECBSOR6.js rename to apps/angular/node_modules/tinypool/dist/esm/chunk-OECBSOR6.js diff --git a/ClientApp/node_modules/tinypool/dist/esm/chunk-T6A5DJAH.js b/apps/angular/node_modules/tinypool/dist/esm/chunk-T6A5DJAH.js similarity index 100% rename from ClientApp/node_modules/tinypool/dist/esm/chunk-T6A5DJAH.js rename to apps/angular/node_modules/tinypool/dist/esm/chunk-T6A5DJAH.js diff --git a/ClientApp/node_modules/tinypool/dist/esm/entry/process.js b/apps/angular/node_modules/tinypool/dist/esm/entry/process.js similarity index 100% rename from ClientApp/node_modules/tinypool/dist/esm/entry/process.js rename to apps/angular/node_modules/tinypool/dist/esm/entry/process.js diff --git a/ClientApp/node_modules/tinypool/dist/esm/entry/utils.js b/apps/angular/node_modules/tinypool/dist/esm/entry/utils.js similarity index 100% rename from ClientApp/node_modules/tinypool/dist/esm/entry/utils.js rename to apps/angular/node_modules/tinypool/dist/esm/entry/utils.js diff --git a/ClientApp/node_modules/tinypool/dist/esm/entry/worker.js b/apps/angular/node_modules/tinypool/dist/esm/entry/worker.js similarity index 100% rename from ClientApp/node_modules/tinypool/dist/esm/entry/worker.js rename to apps/angular/node_modules/tinypool/dist/esm/entry/worker.js diff --git a/ClientApp/node_modules/tinypool/dist/esm/index.js b/apps/angular/node_modules/tinypool/dist/esm/index.js similarity index 100% rename from ClientApp/node_modules/tinypool/dist/esm/index.js rename to apps/angular/node_modules/tinypool/dist/esm/index.js diff --git a/ClientApp/node_modules/tinypool/dist/index.d.ts b/apps/angular/node_modules/tinypool/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/tinypool/dist/index.d.ts rename to apps/angular/node_modules/tinypool/dist/index.d.ts diff --git a/ClientApp/node_modules/tinypool/package.json b/apps/angular/node_modules/tinypool/package.json similarity index 100% rename from ClientApp/node_modules/tinypool/package.json rename to apps/angular/node_modules/tinypool/package.json diff --git a/ClientApp/node_modules/tinyrainbow/LICENCE b/apps/angular/node_modules/tinyrainbow/LICENCE similarity index 100% rename from ClientApp/node_modules/tinyrainbow/LICENCE rename to apps/angular/node_modules/tinyrainbow/LICENCE diff --git a/ClientApp/node_modules/tinyrainbow/README.md b/apps/angular/node_modules/tinyrainbow/README.md similarity index 100% rename from ClientApp/node_modules/tinyrainbow/README.md rename to apps/angular/node_modules/tinyrainbow/README.md diff --git a/ClientApp/node_modules/tinyrainbow/dist/browser.d.ts b/apps/angular/node_modules/tinyrainbow/dist/browser.d.ts similarity index 100% rename from ClientApp/node_modules/tinyrainbow/dist/browser.d.ts rename to apps/angular/node_modules/tinyrainbow/dist/browser.d.ts diff --git a/ClientApp/node_modules/tinyrainbow/dist/browser.js b/apps/angular/node_modules/tinyrainbow/dist/browser.js similarity index 100% rename from ClientApp/node_modules/tinyrainbow/dist/browser.js rename to apps/angular/node_modules/tinyrainbow/dist/browser.js diff --git a/ClientApp/node_modules/tinyrainbow/dist/chunk-BVHSVHOK.js b/apps/angular/node_modules/tinyrainbow/dist/chunk-BVHSVHOK.js similarity index 100% rename from ClientApp/node_modules/tinyrainbow/dist/chunk-BVHSVHOK.js rename to apps/angular/node_modules/tinyrainbow/dist/chunk-BVHSVHOK.js diff --git a/ClientApp/node_modules/tinyrainbow/dist/index-8b61d5bc.d.ts b/apps/angular/node_modules/tinyrainbow/dist/index-8b61d5bc.d.ts similarity index 100% rename from ClientApp/node_modules/tinyrainbow/dist/index-8b61d5bc.d.ts rename to apps/angular/node_modules/tinyrainbow/dist/index-8b61d5bc.d.ts diff --git a/ClientApp/node_modules/tinyrainbow/dist/node.d.ts b/apps/angular/node_modules/tinyrainbow/dist/node.d.ts similarity index 100% rename from ClientApp/node_modules/tinyrainbow/dist/node.d.ts rename to apps/angular/node_modules/tinyrainbow/dist/node.d.ts diff --git a/ClientApp/node_modules/tinyrainbow/dist/node.js b/apps/angular/node_modules/tinyrainbow/dist/node.js similarity index 100% rename from ClientApp/node_modules/tinyrainbow/dist/node.js rename to apps/angular/node_modules/tinyrainbow/dist/node.js diff --git a/ClientApp/node_modules/tinyrainbow/package.json b/apps/angular/node_modules/tinyrainbow/package.json similarity index 100% rename from ClientApp/node_modules/tinyrainbow/package.json rename to apps/angular/node_modules/tinyrainbow/package.json diff --git a/ClientApp/node_modules/tinyspy/LICENCE b/apps/angular/node_modules/tinyspy/LICENCE similarity index 100% rename from ClientApp/node_modules/tinyspy/LICENCE rename to apps/angular/node_modules/tinyspy/LICENCE diff --git a/ClientApp/node_modules/tinyspy/README.md b/apps/angular/node_modules/tinyspy/README.md similarity index 100% rename from ClientApp/node_modules/tinyspy/README.md rename to apps/angular/node_modules/tinyspy/README.md diff --git a/ClientApp/node_modules/tinyspy/dist/index.cjs b/apps/angular/node_modules/tinyspy/dist/index.cjs similarity index 100% rename from ClientApp/node_modules/tinyspy/dist/index.cjs rename to apps/angular/node_modules/tinyspy/dist/index.cjs diff --git a/ClientApp/node_modules/tinyspy/dist/index.d.ts b/apps/angular/node_modules/tinyspy/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/tinyspy/dist/index.d.ts rename to apps/angular/node_modules/tinyspy/dist/index.d.ts diff --git a/ClientApp/node_modules/tinyspy/dist/index.js b/apps/angular/node_modules/tinyspy/dist/index.js similarity index 100% rename from ClientApp/node_modules/tinyspy/dist/index.js rename to apps/angular/node_modules/tinyspy/dist/index.js diff --git a/ClientApp/node_modules/tinyspy/package.json b/apps/angular/node_modules/tinyspy/package.json similarity index 100% rename from ClientApp/node_modules/tinyspy/package.json rename to apps/angular/node_modules/tinyspy/package.json diff --git a/ClientApp/node_modules/tldts-core/LICENSE b/apps/angular/node_modules/tldts-core/LICENSE similarity index 100% rename from ClientApp/node_modules/tldts-core/LICENSE rename to apps/angular/node_modules/tldts-core/LICENSE diff --git a/ClientApp/node_modules/tldts-core/README.md b/apps/angular/node_modules/tldts-core/README.md similarity index 100% rename from ClientApp/node_modules/tldts-core/README.md rename to apps/angular/node_modules/tldts-core/README.md diff --git a/ClientApp/node_modules/tldts-core/dist/cjs/index.js b/apps/angular/node_modules/tldts-core/dist/cjs/index.js similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/cjs/index.js rename to apps/angular/node_modules/tldts-core/dist/cjs/index.js diff --git a/ClientApp/node_modules/tldts-core/dist/cjs/index.js.map b/apps/angular/node_modules/tldts-core/dist/cjs/index.js.map similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/cjs/index.js.map rename to apps/angular/node_modules/tldts-core/dist/cjs/index.js.map diff --git a/ClientApp/node_modules/tldts-core/dist/cjs/src/domain-without-suffix.js b/apps/angular/node_modules/tldts-core/dist/cjs/src/domain-without-suffix.js similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/cjs/src/domain-without-suffix.js rename to apps/angular/node_modules/tldts-core/dist/cjs/src/domain-without-suffix.js diff --git a/ClientApp/node_modules/tldts-core/dist/cjs/src/domain-without-suffix.js.map b/apps/angular/node_modules/tldts-core/dist/cjs/src/domain-without-suffix.js.map similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/cjs/src/domain-without-suffix.js.map rename to apps/angular/node_modules/tldts-core/dist/cjs/src/domain-without-suffix.js.map diff --git a/ClientApp/node_modules/tldts-core/dist/cjs/src/domain.js b/apps/angular/node_modules/tldts-core/dist/cjs/src/domain.js similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/cjs/src/domain.js rename to apps/angular/node_modules/tldts-core/dist/cjs/src/domain.js diff --git a/ClientApp/node_modules/tldts-core/dist/cjs/src/domain.js.map b/apps/angular/node_modules/tldts-core/dist/cjs/src/domain.js.map similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/cjs/src/domain.js.map rename to apps/angular/node_modules/tldts-core/dist/cjs/src/domain.js.map diff --git a/ClientApp/node_modules/tldts-core/dist/cjs/src/extract-hostname.js b/apps/angular/node_modules/tldts-core/dist/cjs/src/extract-hostname.js similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/cjs/src/extract-hostname.js rename to apps/angular/node_modules/tldts-core/dist/cjs/src/extract-hostname.js diff --git a/ClientApp/node_modules/tldts-core/dist/cjs/src/extract-hostname.js.map b/apps/angular/node_modules/tldts-core/dist/cjs/src/extract-hostname.js.map similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/cjs/src/extract-hostname.js.map rename to apps/angular/node_modules/tldts-core/dist/cjs/src/extract-hostname.js.map diff --git a/ClientApp/node_modules/tldts-core/dist/cjs/src/factory.js b/apps/angular/node_modules/tldts-core/dist/cjs/src/factory.js similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/cjs/src/factory.js rename to apps/angular/node_modules/tldts-core/dist/cjs/src/factory.js diff --git a/ClientApp/node_modules/tldts-core/dist/cjs/src/factory.js.map b/apps/angular/node_modules/tldts-core/dist/cjs/src/factory.js.map similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/cjs/src/factory.js.map rename to apps/angular/node_modules/tldts-core/dist/cjs/src/factory.js.map diff --git a/ClientApp/node_modules/tldts-core/dist/cjs/src/is-ip.js b/apps/angular/node_modules/tldts-core/dist/cjs/src/is-ip.js similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/cjs/src/is-ip.js rename to apps/angular/node_modules/tldts-core/dist/cjs/src/is-ip.js diff --git a/ClientApp/node_modules/tldts-core/dist/cjs/src/is-ip.js.map b/apps/angular/node_modules/tldts-core/dist/cjs/src/is-ip.js.map similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/cjs/src/is-ip.js.map rename to apps/angular/node_modules/tldts-core/dist/cjs/src/is-ip.js.map diff --git a/ClientApp/node_modules/tldts-core/dist/cjs/src/is-valid.js b/apps/angular/node_modules/tldts-core/dist/cjs/src/is-valid.js similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/cjs/src/is-valid.js rename to apps/angular/node_modules/tldts-core/dist/cjs/src/is-valid.js diff --git a/ClientApp/node_modules/tldts-core/dist/cjs/src/is-valid.js.map b/apps/angular/node_modules/tldts-core/dist/cjs/src/is-valid.js.map similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/cjs/src/is-valid.js.map rename to apps/angular/node_modules/tldts-core/dist/cjs/src/is-valid.js.map diff --git a/ClientApp/node_modules/tldts-core/dist/cjs/src/lookup/fast-path.js b/apps/angular/node_modules/tldts-core/dist/cjs/src/lookup/fast-path.js similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/cjs/src/lookup/fast-path.js rename to apps/angular/node_modules/tldts-core/dist/cjs/src/lookup/fast-path.js diff --git a/ClientApp/node_modules/tldts-core/dist/cjs/src/lookup/fast-path.js.map b/apps/angular/node_modules/tldts-core/dist/cjs/src/lookup/fast-path.js.map similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/cjs/src/lookup/fast-path.js.map rename to apps/angular/node_modules/tldts-core/dist/cjs/src/lookup/fast-path.js.map diff --git a/ClientApp/node_modules/tldts-core/dist/cjs/src/lookup/interface.js b/apps/angular/node_modules/tldts-core/dist/cjs/src/lookup/interface.js similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/cjs/src/lookup/interface.js rename to apps/angular/node_modules/tldts-core/dist/cjs/src/lookup/interface.js diff --git a/ClientApp/node_modules/tldts-core/dist/cjs/src/lookup/interface.js.map b/apps/angular/node_modules/tldts-core/dist/cjs/src/lookup/interface.js.map similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/cjs/src/lookup/interface.js.map rename to apps/angular/node_modules/tldts-core/dist/cjs/src/lookup/interface.js.map diff --git a/ClientApp/node_modules/tldts-core/dist/cjs/src/options.js b/apps/angular/node_modules/tldts-core/dist/cjs/src/options.js similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/cjs/src/options.js rename to apps/angular/node_modules/tldts-core/dist/cjs/src/options.js diff --git a/ClientApp/node_modules/tldts-core/dist/cjs/src/options.js.map b/apps/angular/node_modules/tldts-core/dist/cjs/src/options.js.map similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/cjs/src/options.js.map rename to apps/angular/node_modules/tldts-core/dist/cjs/src/options.js.map diff --git a/ClientApp/node_modules/tldts-core/dist/cjs/src/subdomain.js b/apps/angular/node_modules/tldts-core/dist/cjs/src/subdomain.js similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/cjs/src/subdomain.js rename to apps/angular/node_modules/tldts-core/dist/cjs/src/subdomain.js diff --git a/ClientApp/node_modules/tldts-core/dist/cjs/src/subdomain.js.map b/apps/angular/node_modules/tldts-core/dist/cjs/src/subdomain.js.map similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/cjs/src/subdomain.js.map rename to apps/angular/node_modules/tldts-core/dist/cjs/src/subdomain.js.map diff --git a/ClientApp/node_modules/tldts-core/dist/cjs/tsconfig.tsbuildinfo b/apps/angular/node_modules/tldts-core/dist/cjs/tsconfig.tsbuildinfo similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/cjs/tsconfig.tsbuildinfo rename to apps/angular/node_modules/tldts-core/dist/cjs/tsconfig.tsbuildinfo diff --git a/ClientApp/node_modules/tldts-core/dist/es6/index.js b/apps/angular/node_modules/tldts-core/dist/es6/index.js similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/es6/index.js rename to apps/angular/node_modules/tldts-core/dist/es6/index.js diff --git a/ClientApp/node_modules/tldts-core/dist/es6/index.js.map b/apps/angular/node_modules/tldts-core/dist/es6/index.js.map similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/es6/index.js.map rename to apps/angular/node_modules/tldts-core/dist/es6/index.js.map diff --git a/ClientApp/node_modules/tldts-core/dist/es6/src/domain-without-suffix.js b/apps/angular/node_modules/tldts-core/dist/es6/src/domain-without-suffix.js similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/es6/src/domain-without-suffix.js rename to apps/angular/node_modules/tldts-core/dist/es6/src/domain-without-suffix.js diff --git a/ClientApp/node_modules/tldts-core/dist/es6/src/domain-without-suffix.js.map b/apps/angular/node_modules/tldts-core/dist/es6/src/domain-without-suffix.js.map similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/es6/src/domain-without-suffix.js.map rename to apps/angular/node_modules/tldts-core/dist/es6/src/domain-without-suffix.js.map diff --git a/ClientApp/node_modules/tldts-core/dist/es6/src/domain.js b/apps/angular/node_modules/tldts-core/dist/es6/src/domain.js similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/es6/src/domain.js rename to apps/angular/node_modules/tldts-core/dist/es6/src/domain.js diff --git a/ClientApp/node_modules/tldts-core/dist/es6/src/domain.js.map b/apps/angular/node_modules/tldts-core/dist/es6/src/domain.js.map similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/es6/src/domain.js.map rename to apps/angular/node_modules/tldts-core/dist/es6/src/domain.js.map diff --git a/ClientApp/node_modules/tldts-core/dist/es6/src/extract-hostname.js b/apps/angular/node_modules/tldts-core/dist/es6/src/extract-hostname.js similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/es6/src/extract-hostname.js rename to apps/angular/node_modules/tldts-core/dist/es6/src/extract-hostname.js diff --git a/ClientApp/node_modules/tldts-core/dist/es6/src/extract-hostname.js.map b/apps/angular/node_modules/tldts-core/dist/es6/src/extract-hostname.js.map similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/es6/src/extract-hostname.js.map rename to apps/angular/node_modules/tldts-core/dist/es6/src/extract-hostname.js.map diff --git a/ClientApp/node_modules/tldts-core/dist/es6/src/factory.js b/apps/angular/node_modules/tldts-core/dist/es6/src/factory.js similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/es6/src/factory.js rename to apps/angular/node_modules/tldts-core/dist/es6/src/factory.js diff --git a/ClientApp/node_modules/tldts-core/dist/es6/src/factory.js.map b/apps/angular/node_modules/tldts-core/dist/es6/src/factory.js.map similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/es6/src/factory.js.map rename to apps/angular/node_modules/tldts-core/dist/es6/src/factory.js.map diff --git a/ClientApp/node_modules/tldts-core/dist/es6/src/is-ip.js b/apps/angular/node_modules/tldts-core/dist/es6/src/is-ip.js similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/es6/src/is-ip.js rename to apps/angular/node_modules/tldts-core/dist/es6/src/is-ip.js diff --git a/ClientApp/node_modules/tldts-core/dist/es6/src/is-ip.js.map b/apps/angular/node_modules/tldts-core/dist/es6/src/is-ip.js.map similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/es6/src/is-ip.js.map rename to apps/angular/node_modules/tldts-core/dist/es6/src/is-ip.js.map diff --git a/ClientApp/node_modules/tldts-core/dist/es6/src/is-valid.js b/apps/angular/node_modules/tldts-core/dist/es6/src/is-valid.js similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/es6/src/is-valid.js rename to apps/angular/node_modules/tldts-core/dist/es6/src/is-valid.js diff --git a/ClientApp/node_modules/tldts-core/dist/es6/src/is-valid.js.map b/apps/angular/node_modules/tldts-core/dist/es6/src/is-valid.js.map similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/es6/src/is-valid.js.map rename to apps/angular/node_modules/tldts-core/dist/es6/src/is-valid.js.map diff --git a/ClientApp/node_modules/tldts-core/dist/es6/src/lookup/fast-path.js b/apps/angular/node_modules/tldts-core/dist/es6/src/lookup/fast-path.js similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/es6/src/lookup/fast-path.js rename to apps/angular/node_modules/tldts-core/dist/es6/src/lookup/fast-path.js diff --git a/ClientApp/node_modules/tldts-core/dist/es6/src/lookup/fast-path.js.map b/apps/angular/node_modules/tldts-core/dist/es6/src/lookup/fast-path.js.map similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/es6/src/lookup/fast-path.js.map rename to apps/angular/node_modules/tldts-core/dist/es6/src/lookup/fast-path.js.map diff --git a/ClientApp/node_modules/tldts-core/dist/es6/src/lookup/interface.js b/apps/angular/node_modules/tldts-core/dist/es6/src/lookup/interface.js similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/es6/src/lookup/interface.js rename to apps/angular/node_modules/tldts-core/dist/es6/src/lookup/interface.js diff --git a/ClientApp/node_modules/tldts-core/dist/es6/src/lookup/interface.js.map b/apps/angular/node_modules/tldts-core/dist/es6/src/lookup/interface.js.map similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/es6/src/lookup/interface.js.map rename to apps/angular/node_modules/tldts-core/dist/es6/src/lookup/interface.js.map diff --git a/ClientApp/node_modules/tldts-core/dist/es6/src/options.js b/apps/angular/node_modules/tldts-core/dist/es6/src/options.js similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/es6/src/options.js rename to apps/angular/node_modules/tldts-core/dist/es6/src/options.js diff --git a/ClientApp/node_modules/tldts-core/dist/es6/src/options.js.map b/apps/angular/node_modules/tldts-core/dist/es6/src/options.js.map similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/es6/src/options.js.map rename to apps/angular/node_modules/tldts-core/dist/es6/src/options.js.map diff --git a/ClientApp/node_modules/tldts-core/dist/es6/src/subdomain.js b/apps/angular/node_modules/tldts-core/dist/es6/src/subdomain.js similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/es6/src/subdomain.js rename to apps/angular/node_modules/tldts-core/dist/es6/src/subdomain.js diff --git a/ClientApp/node_modules/tldts-core/dist/es6/src/subdomain.js.map b/apps/angular/node_modules/tldts-core/dist/es6/src/subdomain.js.map similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/es6/src/subdomain.js.map rename to apps/angular/node_modules/tldts-core/dist/es6/src/subdomain.js.map diff --git a/ClientApp/node_modules/tldts-core/dist/es6/tsconfig.bundle.tsbuildinfo b/apps/angular/node_modules/tldts-core/dist/es6/tsconfig.bundle.tsbuildinfo similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/es6/tsconfig.bundle.tsbuildinfo rename to apps/angular/node_modules/tldts-core/dist/es6/tsconfig.bundle.tsbuildinfo diff --git a/ClientApp/node_modules/tldts-core/dist/types/index.d.ts b/apps/angular/node_modules/tldts-core/dist/types/index.d.ts similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/types/index.d.ts rename to apps/angular/node_modules/tldts-core/dist/types/index.d.ts diff --git a/ClientApp/node_modules/tldts-core/dist/types/src/domain-without-suffix.d.ts b/apps/angular/node_modules/tldts-core/dist/types/src/domain-without-suffix.d.ts similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/types/src/domain-without-suffix.d.ts rename to apps/angular/node_modules/tldts-core/dist/types/src/domain-without-suffix.d.ts diff --git a/ClientApp/node_modules/tldts-core/dist/types/src/domain.d.ts b/apps/angular/node_modules/tldts-core/dist/types/src/domain.d.ts similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/types/src/domain.d.ts rename to apps/angular/node_modules/tldts-core/dist/types/src/domain.d.ts diff --git a/ClientApp/node_modules/tldts-core/dist/types/src/extract-hostname.d.ts b/apps/angular/node_modules/tldts-core/dist/types/src/extract-hostname.d.ts similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/types/src/extract-hostname.d.ts rename to apps/angular/node_modules/tldts-core/dist/types/src/extract-hostname.d.ts diff --git a/ClientApp/node_modules/tldts-core/dist/types/src/factory.d.ts b/apps/angular/node_modules/tldts-core/dist/types/src/factory.d.ts similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/types/src/factory.d.ts rename to apps/angular/node_modules/tldts-core/dist/types/src/factory.d.ts diff --git a/ClientApp/node_modules/tldts-core/dist/types/src/is-ip.d.ts b/apps/angular/node_modules/tldts-core/dist/types/src/is-ip.d.ts similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/types/src/is-ip.d.ts rename to apps/angular/node_modules/tldts-core/dist/types/src/is-ip.d.ts diff --git a/ClientApp/node_modules/tldts-core/dist/types/src/is-valid.d.ts b/apps/angular/node_modules/tldts-core/dist/types/src/is-valid.d.ts similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/types/src/is-valid.d.ts rename to apps/angular/node_modules/tldts-core/dist/types/src/is-valid.d.ts diff --git a/ClientApp/node_modules/tldts-core/dist/types/src/lookup/fast-path.d.ts b/apps/angular/node_modules/tldts-core/dist/types/src/lookup/fast-path.d.ts similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/types/src/lookup/fast-path.d.ts rename to apps/angular/node_modules/tldts-core/dist/types/src/lookup/fast-path.d.ts diff --git a/ClientApp/node_modules/tldts-core/dist/types/src/lookup/interface.d.ts b/apps/angular/node_modules/tldts-core/dist/types/src/lookup/interface.d.ts similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/types/src/lookup/interface.d.ts rename to apps/angular/node_modules/tldts-core/dist/types/src/lookup/interface.d.ts diff --git a/ClientApp/node_modules/tldts-core/dist/types/src/options.d.ts b/apps/angular/node_modules/tldts-core/dist/types/src/options.d.ts similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/types/src/options.d.ts rename to apps/angular/node_modules/tldts-core/dist/types/src/options.d.ts diff --git a/ClientApp/node_modules/tldts-core/dist/types/src/subdomain.d.ts b/apps/angular/node_modules/tldts-core/dist/types/src/subdomain.d.ts similarity index 100% rename from ClientApp/node_modules/tldts-core/dist/types/src/subdomain.d.ts rename to apps/angular/node_modules/tldts-core/dist/types/src/subdomain.d.ts diff --git a/ClientApp/node_modules/tldts-core/index.ts b/apps/angular/node_modules/tldts-core/index.ts similarity index 100% rename from ClientApp/node_modules/tldts-core/index.ts rename to apps/angular/node_modules/tldts-core/index.ts diff --git a/ClientApp/node_modules/tldts-core/package.json b/apps/angular/node_modules/tldts-core/package.json similarity index 100% rename from ClientApp/node_modules/tldts-core/package.json rename to apps/angular/node_modules/tldts-core/package.json diff --git a/ClientApp/node_modules/tldts-core/src/domain-without-suffix.ts b/apps/angular/node_modules/tldts-core/src/domain-without-suffix.ts similarity index 100% rename from ClientApp/node_modules/tldts-core/src/domain-without-suffix.ts rename to apps/angular/node_modules/tldts-core/src/domain-without-suffix.ts diff --git a/ClientApp/node_modules/tldts-core/src/domain.ts b/apps/angular/node_modules/tldts-core/src/domain.ts similarity index 100% rename from ClientApp/node_modules/tldts-core/src/domain.ts rename to apps/angular/node_modules/tldts-core/src/domain.ts diff --git a/ClientApp/node_modules/tldts-core/src/extract-hostname.ts b/apps/angular/node_modules/tldts-core/src/extract-hostname.ts similarity index 100% rename from ClientApp/node_modules/tldts-core/src/extract-hostname.ts rename to apps/angular/node_modules/tldts-core/src/extract-hostname.ts diff --git a/ClientApp/node_modules/tldts-core/src/factory.ts b/apps/angular/node_modules/tldts-core/src/factory.ts similarity index 100% rename from ClientApp/node_modules/tldts-core/src/factory.ts rename to apps/angular/node_modules/tldts-core/src/factory.ts diff --git a/ClientApp/node_modules/tldts-core/src/is-ip.ts b/apps/angular/node_modules/tldts-core/src/is-ip.ts similarity index 100% rename from ClientApp/node_modules/tldts-core/src/is-ip.ts rename to apps/angular/node_modules/tldts-core/src/is-ip.ts diff --git a/ClientApp/node_modules/tldts-core/src/is-valid.ts b/apps/angular/node_modules/tldts-core/src/is-valid.ts similarity index 100% rename from ClientApp/node_modules/tldts-core/src/is-valid.ts rename to apps/angular/node_modules/tldts-core/src/is-valid.ts diff --git a/ClientApp/node_modules/tldts-core/src/lookup/fast-path.ts b/apps/angular/node_modules/tldts-core/src/lookup/fast-path.ts similarity index 100% rename from ClientApp/node_modules/tldts-core/src/lookup/fast-path.ts rename to apps/angular/node_modules/tldts-core/src/lookup/fast-path.ts diff --git a/ClientApp/node_modules/tldts-core/src/lookup/interface.ts b/apps/angular/node_modules/tldts-core/src/lookup/interface.ts similarity index 100% rename from ClientApp/node_modules/tldts-core/src/lookup/interface.ts rename to apps/angular/node_modules/tldts-core/src/lookup/interface.ts diff --git a/ClientApp/node_modules/tldts-core/src/options.ts b/apps/angular/node_modules/tldts-core/src/options.ts similarity index 100% rename from ClientApp/node_modules/tldts-core/src/options.ts rename to apps/angular/node_modules/tldts-core/src/options.ts diff --git a/ClientApp/node_modules/tldts-core/src/subdomain.ts b/apps/angular/node_modules/tldts-core/src/subdomain.ts similarity index 100% rename from ClientApp/node_modules/tldts-core/src/subdomain.ts rename to apps/angular/node_modules/tldts-core/src/subdomain.ts diff --git a/ClientApp/node_modules/tldts/LICENSE b/apps/angular/node_modules/tldts/LICENSE similarity index 100% rename from ClientApp/node_modules/tldts/LICENSE rename to apps/angular/node_modules/tldts/LICENSE diff --git a/ClientApp/node_modules/tldts/README.md b/apps/angular/node_modules/tldts/README.md similarity index 100% rename from ClientApp/node_modules/tldts/README.md rename to apps/angular/node_modules/tldts/README.md diff --git a/ClientApp/node_modules/tldts/bin/cli.js b/apps/angular/node_modules/tldts/bin/cli.js similarity index 100% rename from ClientApp/node_modules/tldts/bin/cli.js rename to apps/angular/node_modules/tldts/bin/cli.js diff --git a/ClientApp/node_modules/tldts/dist/cjs/index.js b/apps/angular/node_modules/tldts/dist/cjs/index.js similarity index 100% rename from ClientApp/node_modules/tldts/dist/cjs/index.js rename to apps/angular/node_modules/tldts/dist/cjs/index.js diff --git a/ClientApp/node_modules/tldts/dist/cjs/index.js.map b/apps/angular/node_modules/tldts/dist/cjs/index.js.map similarity index 100% rename from ClientApp/node_modules/tldts/dist/cjs/index.js.map rename to apps/angular/node_modules/tldts/dist/cjs/index.js.map diff --git a/ClientApp/node_modules/tldts/dist/cjs/src/data/trie.js b/apps/angular/node_modules/tldts/dist/cjs/src/data/trie.js similarity index 100% rename from ClientApp/node_modules/tldts/dist/cjs/src/data/trie.js rename to apps/angular/node_modules/tldts/dist/cjs/src/data/trie.js diff --git a/ClientApp/node_modules/tldts/dist/cjs/src/data/trie.js.map b/apps/angular/node_modules/tldts/dist/cjs/src/data/trie.js.map similarity index 100% rename from ClientApp/node_modules/tldts/dist/cjs/src/data/trie.js.map rename to apps/angular/node_modules/tldts/dist/cjs/src/data/trie.js.map diff --git a/ClientApp/node_modules/tldts/dist/cjs/src/suffix-trie.js b/apps/angular/node_modules/tldts/dist/cjs/src/suffix-trie.js similarity index 100% rename from ClientApp/node_modules/tldts/dist/cjs/src/suffix-trie.js rename to apps/angular/node_modules/tldts/dist/cjs/src/suffix-trie.js diff --git a/ClientApp/node_modules/tldts/dist/cjs/src/suffix-trie.js.map b/apps/angular/node_modules/tldts/dist/cjs/src/suffix-trie.js.map similarity index 100% rename from ClientApp/node_modules/tldts/dist/cjs/src/suffix-trie.js.map rename to apps/angular/node_modules/tldts/dist/cjs/src/suffix-trie.js.map diff --git a/ClientApp/node_modules/tldts/dist/cjs/tsconfig.tsbuildinfo b/apps/angular/node_modules/tldts/dist/cjs/tsconfig.tsbuildinfo similarity index 100% rename from ClientApp/node_modules/tldts/dist/cjs/tsconfig.tsbuildinfo rename to apps/angular/node_modules/tldts/dist/cjs/tsconfig.tsbuildinfo diff --git a/ClientApp/node_modules/tldts/dist/es6/index.js b/apps/angular/node_modules/tldts/dist/es6/index.js similarity index 100% rename from ClientApp/node_modules/tldts/dist/es6/index.js rename to apps/angular/node_modules/tldts/dist/es6/index.js diff --git a/ClientApp/node_modules/tldts/dist/es6/index.js.map b/apps/angular/node_modules/tldts/dist/es6/index.js.map similarity index 100% rename from ClientApp/node_modules/tldts/dist/es6/index.js.map rename to apps/angular/node_modules/tldts/dist/es6/index.js.map diff --git a/ClientApp/node_modules/tldts/dist/es6/src/data/trie.js b/apps/angular/node_modules/tldts/dist/es6/src/data/trie.js similarity index 100% rename from ClientApp/node_modules/tldts/dist/es6/src/data/trie.js rename to apps/angular/node_modules/tldts/dist/es6/src/data/trie.js diff --git a/ClientApp/node_modules/tldts/dist/es6/src/data/trie.js.map b/apps/angular/node_modules/tldts/dist/es6/src/data/trie.js.map similarity index 100% rename from ClientApp/node_modules/tldts/dist/es6/src/data/trie.js.map rename to apps/angular/node_modules/tldts/dist/es6/src/data/trie.js.map diff --git a/ClientApp/node_modules/tldts/dist/es6/src/suffix-trie.js b/apps/angular/node_modules/tldts/dist/es6/src/suffix-trie.js similarity index 100% rename from ClientApp/node_modules/tldts/dist/es6/src/suffix-trie.js rename to apps/angular/node_modules/tldts/dist/es6/src/suffix-trie.js diff --git a/ClientApp/node_modules/tldts/dist/es6/src/suffix-trie.js.map b/apps/angular/node_modules/tldts/dist/es6/src/suffix-trie.js.map similarity index 100% rename from ClientApp/node_modules/tldts/dist/es6/src/suffix-trie.js.map rename to apps/angular/node_modules/tldts/dist/es6/src/suffix-trie.js.map diff --git a/ClientApp/node_modules/tldts/dist/es6/tsconfig.bundle.tsbuildinfo b/apps/angular/node_modules/tldts/dist/es6/tsconfig.bundle.tsbuildinfo similarity index 100% rename from ClientApp/node_modules/tldts/dist/es6/tsconfig.bundle.tsbuildinfo rename to apps/angular/node_modules/tldts/dist/es6/tsconfig.bundle.tsbuildinfo diff --git a/ClientApp/node_modules/tldts/dist/index.cjs.min.js b/apps/angular/node_modules/tldts/dist/index.cjs.min.js similarity index 100% rename from ClientApp/node_modules/tldts/dist/index.cjs.min.js rename to apps/angular/node_modules/tldts/dist/index.cjs.min.js diff --git a/ClientApp/node_modules/tldts/dist/index.cjs.min.js.map b/apps/angular/node_modules/tldts/dist/index.cjs.min.js.map similarity index 100% rename from ClientApp/node_modules/tldts/dist/index.cjs.min.js.map rename to apps/angular/node_modules/tldts/dist/index.cjs.min.js.map diff --git a/ClientApp/node_modules/tldts/dist/index.esm.min.js b/apps/angular/node_modules/tldts/dist/index.esm.min.js similarity index 100% rename from ClientApp/node_modules/tldts/dist/index.esm.min.js rename to apps/angular/node_modules/tldts/dist/index.esm.min.js diff --git a/ClientApp/node_modules/tldts/dist/index.esm.min.js.map b/apps/angular/node_modules/tldts/dist/index.esm.min.js.map similarity index 100% rename from ClientApp/node_modules/tldts/dist/index.esm.min.js.map rename to apps/angular/node_modules/tldts/dist/index.esm.min.js.map diff --git a/ClientApp/node_modules/tldts/dist/index.umd.min.js b/apps/angular/node_modules/tldts/dist/index.umd.min.js similarity index 100% rename from ClientApp/node_modules/tldts/dist/index.umd.min.js rename to apps/angular/node_modules/tldts/dist/index.umd.min.js diff --git a/ClientApp/node_modules/tldts/dist/index.umd.min.js.map b/apps/angular/node_modules/tldts/dist/index.umd.min.js.map similarity index 100% rename from ClientApp/node_modules/tldts/dist/index.umd.min.js.map rename to apps/angular/node_modules/tldts/dist/index.umd.min.js.map diff --git a/ClientApp/node_modules/tldts/dist/types/index.d.ts b/apps/angular/node_modules/tldts/dist/types/index.d.ts similarity index 100% rename from ClientApp/node_modules/tldts/dist/types/index.d.ts rename to apps/angular/node_modules/tldts/dist/types/index.d.ts diff --git a/ClientApp/node_modules/tldts/dist/types/src/data/trie.d.ts b/apps/angular/node_modules/tldts/dist/types/src/data/trie.d.ts similarity index 100% rename from ClientApp/node_modules/tldts/dist/types/src/data/trie.d.ts rename to apps/angular/node_modules/tldts/dist/types/src/data/trie.d.ts diff --git a/ClientApp/node_modules/tldts/dist/types/src/suffix-trie.d.ts b/apps/angular/node_modules/tldts/dist/types/src/suffix-trie.d.ts similarity index 100% rename from ClientApp/node_modules/tldts/dist/types/src/suffix-trie.d.ts rename to apps/angular/node_modules/tldts/dist/types/src/suffix-trie.d.ts diff --git a/ClientApp/node_modules/tldts/index.ts b/apps/angular/node_modules/tldts/index.ts similarity index 100% rename from ClientApp/node_modules/tldts/index.ts rename to apps/angular/node_modules/tldts/index.ts diff --git a/ClientApp/node_modules/tldts/package.json b/apps/angular/node_modules/tldts/package.json similarity index 100% rename from ClientApp/node_modules/tldts/package.json rename to apps/angular/node_modules/tldts/package.json diff --git a/ClientApp/node_modules/tldts/src/data/trie.ts b/apps/angular/node_modules/tldts/src/data/trie.ts similarity index 100% rename from ClientApp/node_modules/tldts/src/data/trie.ts rename to apps/angular/node_modules/tldts/src/data/trie.ts diff --git a/ClientApp/node_modules/tldts/src/suffix-trie.ts b/apps/angular/node_modules/tldts/src/suffix-trie.ts similarity index 100% rename from ClientApp/node_modules/tldts/src/suffix-trie.ts rename to apps/angular/node_modules/tldts/src/suffix-trie.ts diff --git a/ClientApp/node_modules/tmp/LICENSE b/apps/angular/node_modules/tmp/LICENSE similarity index 100% rename from ClientApp/node_modules/tmp/LICENSE rename to apps/angular/node_modules/tmp/LICENSE diff --git a/ClientApp/node_modules/tmp/README.md b/apps/angular/node_modules/tmp/README.md similarity index 100% rename from ClientApp/node_modules/tmp/README.md rename to apps/angular/node_modules/tmp/README.md diff --git a/ClientApp/node_modules/tmp/lib/tmp.js b/apps/angular/node_modules/tmp/lib/tmp.js similarity index 100% rename from ClientApp/node_modules/tmp/lib/tmp.js rename to apps/angular/node_modules/tmp/lib/tmp.js diff --git a/ClientApp/node_modules/tmp/package.json b/apps/angular/node_modules/tmp/package.json similarity index 100% rename from ClientApp/node_modules/tmp/package.json rename to apps/angular/node_modules/tmp/package.json diff --git a/ClientApp/node_modules/to-regex-range/LICENSE b/apps/angular/node_modules/to-regex-range/LICENSE similarity index 100% rename from ClientApp/node_modules/to-regex-range/LICENSE rename to apps/angular/node_modules/to-regex-range/LICENSE diff --git a/ClientApp/node_modules/to-regex-range/README.md b/apps/angular/node_modules/to-regex-range/README.md similarity index 100% rename from ClientApp/node_modules/to-regex-range/README.md rename to apps/angular/node_modules/to-regex-range/README.md diff --git a/ClientApp/node_modules/to-regex-range/index.js b/apps/angular/node_modules/to-regex-range/index.js similarity index 100% rename from ClientApp/node_modules/to-regex-range/index.js rename to apps/angular/node_modules/to-regex-range/index.js diff --git a/ClientApp/node_modules/to-regex-range/package.json b/apps/angular/node_modules/to-regex-range/package.json similarity index 100% rename from ClientApp/node_modules/to-regex-range/package.json rename to apps/angular/node_modules/to-regex-range/package.json diff --git a/ClientApp/node_modules/totalist/dist/index.js b/apps/angular/node_modules/totalist/dist/index.js similarity index 100% rename from ClientApp/node_modules/totalist/dist/index.js rename to apps/angular/node_modules/totalist/dist/index.js diff --git a/ClientApp/node_modules/totalist/dist/index.mjs b/apps/angular/node_modules/totalist/dist/index.mjs similarity index 100% rename from ClientApp/node_modules/totalist/dist/index.mjs rename to apps/angular/node_modules/totalist/dist/index.mjs diff --git a/ClientApp/node_modules/totalist/index.d.ts b/apps/angular/node_modules/totalist/index.d.ts similarity index 100% rename from ClientApp/node_modules/totalist/index.d.ts rename to apps/angular/node_modules/totalist/index.d.ts diff --git a/ClientApp/node_modules/totalist/license b/apps/angular/node_modules/totalist/license similarity index 100% rename from ClientApp/node_modules/totalist/license rename to apps/angular/node_modules/totalist/license diff --git a/ClientApp/node_modules/totalist/package.json b/apps/angular/node_modules/totalist/package.json similarity index 100% rename from ClientApp/node_modules/totalist/package.json rename to apps/angular/node_modules/totalist/package.json diff --git a/ClientApp/node_modules/totalist/readme.md b/apps/angular/node_modules/totalist/readme.md similarity index 100% rename from ClientApp/node_modules/totalist/readme.md rename to apps/angular/node_modules/totalist/readme.md diff --git a/ClientApp/node_modules/totalist/sync/index.d.ts b/apps/angular/node_modules/totalist/sync/index.d.ts similarity index 100% rename from ClientApp/node_modules/totalist/sync/index.d.ts rename to apps/angular/node_modules/totalist/sync/index.d.ts diff --git a/ClientApp/node_modules/totalist/sync/index.js b/apps/angular/node_modules/totalist/sync/index.js similarity index 100% rename from ClientApp/node_modules/totalist/sync/index.js rename to apps/angular/node_modules/totalist/sync/index.js diff --git a/ClientApp/node_modules/totalist/sync/index.mjs b/apps/angular/node_modules/totalist/sync/index.mjs similarity index 100% rename from ClientApp/node_modules/totalist/sync/index.mjs rename to apps/angular/node_modules/totalist/sync/index.mjs diff --git a/ClientApp/node_modules/tough-cookie/LICENSE b/apps/angular/node_modules/tough-cookie/LICENSE similarity index 100% rename from ClientApp/node_modules/tough-cookie/LICENSE rename to apps/angular/node_modules/tough-cookie/LICENSE diff --git a/ClientApp/node_modules/tough-cookie/README.md b/apps/angular/node_modules/tough-cookie/README.md similarity index 100% rename from ClientApp/node_modules/tough-cookie/README.md rename to apps/angular/node_modules/tough-cookie/README.md diff --git a/ClientApp/node_modules/tough-cookie/dist/cookie/canonicalDomain.d.ts b/apps/angular/node_modules/tough-cookie/dist/cookie/canonicalDomain.d.ts similarity index 100% rename from ClientApp/node_modules/tough-cookie/dist/cookie/canonicalDomain.d.ts rename to apps/angular/node_modules/tough-cookie/dist/cookie/canonicalDomain.d.ts diff --git a/ClientApp/node_modules/tough-cookie/dist/cookie/canonicalDomain.js b/apps/angular/node_modules/tough-cookie/dist/cookie/canonicalDomain.js similarity index 100% rename from ClientApp/node_modules/tough-cookie/dist/cookie/canonicalDomain.js rename to apps/angular/node_modules/tough-cookie/dist/cookie/canonicalDomain.js diff --git a/ClientApp/node_modules/tough-cookie/dist/cookie/constants.d.ts b/apps/angular/node_modules/tough-cookie/dist/cookie/constants.d.ts similarity index 100% rename from ClientApp/node_modules/tough-cookie/dist/cookie/constants.d.ts rename to apps/angular/node_modules/tough-cookie/dist/cookie/constants.d.ts diff --git a/ClientApp/node_modules/tough-cookie/dist/cookie/constants.js b/apps/angular/node_modules/tough-cookie/dist/cookie/constants.js similarity index 100% rename from ClientApp/node_modules/tough-cookie/dist/cookie/constants.js rename to apps/angular/node_modules/tough-cookie/dist/cookie/constants.js diff --git a/ClientApp/node_modules/tough-cookie/dist/cookie/cookie.d.ts b/apps/angular/node_modules/tough-cookie/dist/cookie/cookie.d.ts similarity index 100% rename from ClientApp/node_modules/tough-cookie/dist/cookie/cookie.d.ts rename to apps/angular/node_modules/tough-cookie/dist/cookie/cookie.d.ts diff --git a/ClientApp/node_modules/tough-cookie/dist/cookie/cookie.js b/apps/angular/node_modules/tough-cookie/dist/cookie/cookie.js similarity index 100% rename from ClientApp/node_modules/tough-cookie/dist/cookie/cookie.js rename to apps/angular/node_modules/tough-cookie/dist/cookie/cookie.js diff --git a/ClientApp/node_modules/tough-cookie/dist/cookie/cookieCompare.d.ts b/apps/angular/node_modules/tough-cookie/dist/cookie/cookieCompare.d.ts similarity index 100% rename from ClientApp/node_modules/tough-cookie/dist/cookie/cookieCompare.d.ts rename to apps/angular/node_modules/tough-cookie/dist/cookie/cookieCompare.d.ts diff --git a/ClientApp/node_modules/tough-cookie/dist/cookie/cookieCompare.js b/apps/angular/node_modules/tough-cookie/dist/cookie/cookieCompare.js similarity index 100% rename from ClientApp/node_modules/tough-cookie/dist/cookie/cookieCompare.js rename to apps/angular/node_modules/tough-cookie/dist/cookie/cookieCompare.js diff --git a/ClientApp/node_modules/tough-cookie/dist/cookie/cookieJar.d.ts b/apps/angular/node_modules/tough-cookie/dist/cookie/cookieJar.d.ts similarity index 100% rename from ClientApp/node_modules/tough-cookie/dist/cookie/cookieJar.d.ts rename to apps/angular/node_modules/tough-cookie/dist/cookie/cookieJar.d.ts diff --git a/ClientApp/node_modules/tough-cookie/dist/cookie/cookieJar.js b/apps/angular/node_modules/tough-cookie/dist/cookie/cookieJar.js similarity index 100% rename from ClientApp/node_modules/tough-cookie/dist/cookie/cookieJar.js rename to apps/angular/node_modules/tough-cookie/dist/cookie/cookieJar.js diff --git a/ClientApp/node_modules/tough-cookie/dist/cookie/defaultPath.d.ts b/apps/angular/node_modules/tough-cookie/dist/cookie/defaultPath.d.ts similarity index 100% rename from ClientApp/node_modules/tough-cookie/dist/cookie/defaultPath.d.ts rename to apps/angular/node_modules/tough-cookie/dist/cookie/defaultPath.d.ts diff --git a/ClientApp/node_modules/tough-cookie/dist/cookie/defaultPath.js b/apps/angular/node_modules/tough-cookie/dist/cookie/defaultPath.js similarity index 100% rename from ClientApp/node_modules/tough-cookie/dist/cookie/defaultPath.js rename to apps/angular/node_modules/tough-cookie/dist/cookie/defaultPath.js diff --git a/ClientApp/node_modules/tough-cookie/dist/cookie/domainMatch.d.ts b/apps/angular/node_modules/tough-cookie/dist/cookie/domainMatch.d.ts similarity index 100% rename from ClientApp/node_modules/tough-cookie/dist/cookie/domainMatch.d.ts rename to apps/angular/node_modules/tough-cookie/dist/cookie/domainMatch.d.ts diff --git a/ClientApp/node_modules/tough-cookie/dist/cookie/domainMatch.js b/apps/angular/node_modules/tough-cookie/dist/cookie/domainMatch.js similarity index 100% rename from ClientApp/node_modules/tough-cookie/dist/cookie/domainMatch.js rename to apps/angular/node_modules/tough-cookie/dist/cookie/domainMatch.js diff --git a/ClientApp/node_modules/tough-cookie/dist/cookie/formatDate.d.ts b/apps/angular/node_modules/tough-cookie/dist/cookie/formatDate.d.ts similarity index 100% rename from ClientApp/node_modules/tough-cookie/dist/cookie/formatDate.d.ts rename to apps/angular/node_modules/tough-cookie/dist/cookie/formatDate.d.ts diff --git a/ClientApp/node_modules/tough-cookie/dist/cookie/formatDate.js b/apps/angular/node_modules/tough-cookie/dist/cookie/formatDate.js similarity index 100% rename from ClientApp/node_modules/tough-cookie/dist/cookie/formatDate.js rename to apps/angular/node_modules/tough-cookie/dist/cookie/formatDate.js diff --git a/ClientApp/node_modules/tough-cookie/dist/cookie/index.d.ts b/apps/angular/node_modules/tough-cookie/dist/cookie/index.d.ts similarity index 100% rename from ClientApp/node_modules/tough-cookie/dist/cookie/index.d.ts rename to apps/angular/node_modules/tough-cookie/dist/cookie/index.d.ts diff --git a/ClientApp/node_modules/tough-cookie/dist/cookie/index.js b/apps/angular/node_modules/tough-cookie/dist/cookie/index.js similarity index 100% rename from ClientApp/node_modules/tough-cookie/dist/cookie/index.js rename to apps/angular/node_modules/tough-cookie/dist/cookie/index.js diff --git a/ClientApp/node_modules/tough-cookie/dist/cookie/parseDate.d.ts b/apps/angular/node_modules/tough-cookie/dist/cookie/parseDate.d.ts similarity index 100% rename from ClientApp/node_modules/tough-cookie/dist/cookie/parseDate.d.ts rename to apps/angular/node_modules/tough-cookie/dist/cookie/parseDate.d.ts diff --git a/ClientApp/node_modules/tough-cookie/dist/cookie/parseDate.js b/apps/angular/node_modules/tough-cookie/dist/cookie/parseDate.js similarity index 100% rename from ClientApp/node_modules/tough-cookie/dist/cookie/parseDate.js rename to apps/angular/node_modules/tough-cookie/dist/cookie/parseDate.js diff --git a/ClientApp/node_modules/tough-cookie/dist/cookie/permutePath.d.ts b/apps/angular/node_modules/tough-cookie/dist/cookie/permutePath.d.ts similarity index 100% rename from ClientApp/node_modules/tough-cookie/dist/cookie/permutePath.d.ts rename to apps/angular/node_modules/tough-cookie/dist/cookie/permutePath.d.ts diff --git a/ClientApp/node_modules/tough-cookie/dist/cookie/permutePath.js b/apps/angular/node_modules/tough-cookie/dist/cookie/permutePath.js similarity index 100% rename from ClientApp/node_modules/tough-cookie/dist/cookie/permutePath.js rename to apps/angular/node_modules/tough-cookie/dist/cookie/permutePath.js diff --git a/ClientApp/node_modules/tough-cookie/dist/getPublicSuffix.d.ts b/apps/angular/node_modules/tough-cookie/dist/getPublicSuffix.d.ts similarity index 100% rename from ClientApp/node_modules/tough-cookie/dist/getPublicSuffix.d.ts rename to apps/angular/node_modules/tough-cookie/dist/getPublicSuffix.d.ts diff --git a/ClientApp/node_modules/tough-cookie/dist/getPublicSuffix.js b/apps/angular/node_modules/tough-cookie/dist/getPublicSuffix.js similarity index 100% rename from ClientApp/node_modules/tough-cookie/dist/getPublicSuffix.js rename to apps/angular/node_modules/tough-cookie/dist/getPublicSuffix.js diff --git a/ClientApp/node_modules/tough-cookie/dist/memstore.d.ts b/apps/angular/node_modules/tough-cookie/dist/memstore.d.ts similarity index 100% rename from ClientApp/node_modules/tough-cookie/dist/memstore.d.ts rename to apps/angular/node_modules/tough-cookie/dist/memstore.d.ts diff --git a/ClientApp/node_modules/tough-cookie/dist/memstore.js b/apps/angular/node_modules/tough-cookie/dist/memstore.js similarity index 100% rename from ClientApp/node_modules/tough-cookie/dist/memstore.js rename to apps/angular/node_modules/tough-cookie/dist/memstore.js diff --git a/ClientApp/node_modules/tough-cookie/dist/pathMatch.d.ts b/apps/angular/node_modules/tough-cookie/dist/pathMatch.d.ts similarity index 100% rename from ClientApp/node_modules/tough-cookie/dist/pathMatch.d.ts rename to apps/angular/node_modules/tough-cookie/dist/pathMatch.d.ts diff --git a/ClientApp/node_modules/tough-cookie/dist/pathMatch.js b/apps/angular/node_modules/tough-cookie/dist/pathMatch.js similarity index 100% rename from ClientApp/node_modules/tough-cookie/dist/pathMatch.js rename to apps/angular/node_modules/tough-cookie/dist/pathMatch.js diff --git a/ClientApp/node_modules/tough-cookie/dist/permuteDomain.d.ts b/apps/angular/node_modules/tough-cookie/dist/permuteDomain.d.ts similarity index 100% rename from ClientApp/node_modules/tough-cookie/dist/permuteDomain.d.ts rename to apps/angular/node_modules/tough-cookie/dist/permuteDomain.d.ts diff --git a/ClientApp/node_modules/tough-cookie/dist/permuteDomain.js b/apps/angular/node_modules/tough-cookie/dist/permuteDomain.js similarity index 100% rename from ClientApp/node_modules/tough-cookie/dist/permuteDomain.js rename to apps/angular/node_modules/tough-cookie/dist/permuteDomain.js diff --git a/ClientApp/node_modules/tough-cookie/dist/store.d.ts b/apps/angular/node_modules/tough-cookie/dist/store.d.ts similarity index 100% rename from ClientApp/node_modules/tough-cookie/dist/store.d.ts rename to apps/angular/node_modules/tough-cookie/dist/store.d.ts diff --git a/ClientApp/node_modules/tough-cookie/dist/store.js b/apps/angular/node_modules/tough-cookie/dist/store.js similarity index 100% rename from ClientApp/node_modules/tough-cookie/dist/store.js rename to apps/angular/node_modules/tough-cookie/dist/store.js diff --git a/ClientApp/node_modules/tough-cookie/dist/utils.d.ts b/apps/angular/node_modules/tough-cookie/dist/utils.d.ts similarity index 100% rename from ClientApp/node_modules/tough-cookie/dist/utils.d.ts rename to apps/angular/node_modules/tough-cookie/dist/utils.d.ts diff --git a/ClientApp/node_modules/tough-cookie/dist/utils.js b/apps/angular/node_modules/tough-cookie/dist/utils.js similarity index 100% rename from ClientApp/node_modules/tough-cookie/dist/utils.js rename to apps/angular/node_modules/tough-cookie/dist/utils.js diff --git a/ClientApp/node_modules/tough-cookie/dist/validators.d.ts b/apps/angular/node_modules/tough-cookie/dist/validators.d.ts similarity index 100% rename from ClientApp/node_modules/tough-cookie/dist/validators.d.ts rename to apps/angular/node_modules/tough-cookie/dist/validators.d.ts diff --git a/ClientApp/node_modules/tough-cookie/dist/validators.js b/apps/angular/node_modules/tough-cookie/dist/validators.js similarity index 100% rename from ClientApp/node_modules/tough-cookie/dist/validators.js rename to apps/angular/node_modules/tough-cookie/dist/validators.js diff --git a/ClientApp/node_modules/tough-cookie/dist/version.d.ts b/apps/angular/node_modules/tough-cookie/dist/version.d.ts similarity index 100% rename from ClientApp/node_modules/tough-cookie/dist/version.d.ts rename to apps/angular/node_modules/tough-cookie/dist/version.d.ts diff --git a/ClientApp/node_modules/tough-cookie/dist/version.js b/apps/angular/node_modules/tough-cookie/dist/version.js similarity index 100% rename from ClientApp/node_modules/tough-cookie/dist/version.js rename to apps/angular/node_modules/tough-cookie/dist/version.js diff --git a/ClientApp/node_modules/tough-cookie/package.json b/apps/angular/node_modules/tough-cookie/package.json similarity index 100% rename from ClientApp/node_modules/tough-cookie/package.json rename to apps/angular/node_modules/tough-cookie/package.json diff --git a/ClientApp/node_modules/tr46/LICENSE.md b/apps/angular/node_modules/tr46/LICENSE.md similarity index 100% rename from ClientApp/node_modules/tr46/LICENSE.md rename to apps/angular/node_modules/tr46/LICENSE.md diff --git a/ClientApp/node_modules/tr46/README.md b/apps/angular/node_modules/tr46/README.md similarity index 100% rename from ClientApp/node_modules/tr46/README.md rename to apps/angular/node_modules/tr46/README.md diff --git a/ClientApp/node_modules/tr46/index.js b/apps/angular/node_modules/tr46/index.js similarity index 100% rename from ClientApp/node_modules/tr46/index.js rename to apps/angular/node_modules/tr46/index.js diff --git a/ClientApp/node_modules/tr46/lib/mappingTable.json b/apps/angular/node_modules/tr46/lib/mappingTable.json similarity index 100% rename from ClientApp/node_modules/tr46/lib/mappingTable.json rename to apps/angular/node_modules/tr46/lib/mappingTable.json diff --git a/ClientApp/node_modules/tr46/lib/regexes.js b/apps/angular/node_modules/tr46/lib/regexes.js similarity index 100% rename from ClientApp/node_modules/tr46/lib/regexes.js rename to apps/angular/node_modules/tr46/lib/regexes.js diff --git a/ClientApp/node_modules/tr46/lib/statusMapping.js b/apps/angular/node_modules/tr46/lib/statusMapping.js similarity index 100% rename from ClientApp/node_modules/tr46/lib/statusMapping.js rename to apps/angular/node_modules/tr46/lib/statusMapping.js diff --git a/ClientApp/node_modules/tr46/package.json b/apps/angular/node_modules/tr46/package.json similarity index 100% rename from ClientApp/node_modules/tr46/package.json rename to apps/angular/node_modules/tr46/package.json diff --git a/ClientApp/node_modules/tree-kill/LICENSE b/apps/angular/node_modules/tree-kill/LICENSE similarity index 100% rename from ClientApp/node_modules/tree-kill/LICENSE rename to apps/angular/node_modules/tree-kill/LICENSE diff --git a/ClientApp/node_modules/tree-kill/README.md b/apps/angular/node_modules/tree-kill/README.md similarity index 100% rename from ClientApp/node_modules/tree-kill/README.md rename to apps/angular/node_modules/tree-kill/README.md diff --git a/ClientApp/node_modules/tree-kill/cli.js b/apps/angular/node_modules/tree-kill/cli.js similarity index 100% rename from ClientApp/node_modules/tree-kill/cli.js rename to apps/angular/node_modules/tree-kill/cli.js diff --git a/ClientApp/node_modules/tree-kill/index.d.ts b/apps/angular/node_modules/tree-kill/index.d.ts similarity index 100% rename from ClientApp/node_modules/tree-kill/index.d.ts rename to apps/angular/node_modules/tree-kill/index.d.ts diff --git a/ClientApp/node_modules/tree-kill/index.js b/apps/angular/node_modules/tree-kill/index.js similarity index 100% rename from ClientApp/node_modules/tree-kill/index.js rename to apps/angular/node_modules/tree-kill/index.js diff --git a/ClientApp/node_modules/tree-kill/package.json b/apps/angular/node_modules/tree-kill/package.json similarity index 100% rename from ClientApp/node_modules/tree-kill/package.json rename to apps/angular/node_modules/tree-kill/package.json diff --git a/ClientApp/node_modules/ts-api-utils/LICENSE.md b/apps/angular/node_modules/ts-api-utils/LICENSE.md similarity index 100% rename from ClientApp/node_modules/ts-api-utils/LICENSE.md rename to apps/angular/node_modules/ts-api-utils/LICENSE.md diff --git a/ClientApp/node_modules/ts-api-utils/README.md b/apps/angular/node_modules/ts-api-utils/README.md similarity index 100% rename from ClientApp/node_modules/ts-api-utils/README.md rename to apps/angular/node_modules/ts-api-utils/README.md diff --git a/ClientApp/node_modules/ts-api-utils/lib/index.cjs b/apps/angular/node_modules/ts-api-utils/lib/index.cjs similarity index 100% rename from ClientApp/node_modules/ts-api-utils/lib/index.cjs rename to apps/angular/node_modules/ts-api-utils/lib/index.cjs diff --git a/ClientApp/node_modules/ts-api-utils/lib/index.d.cts b/apps/angular/node_modules/ts-api-utils/lib/index.d.cts similarity index 100% rename from ClientApp/node_modules/ts-api-utils/lib/index.d.cts rename to apps/angular/node_modules/ts-api-utils/lib/index.d.cts diff --git a/ClientApp/node_modules/ts-api-utils/lib/index.d.ts b/apps/angular/node_modules/ts-api-utils/lib/index.d.ts similarity index 100% rename from ClientApp/node_modules/ts-api-utils/lib/index.d.ts rename to apps/angular/node_modules/ts-api-utils/lib/index.d.ts diff --git a/ClientApp/node_modules/ts-api-utils/lib/index.js b/apps/angular/node_modules/ts-api-utils/lib/index.js similarity index 100% rename from ClientApp/node_modules/ts-api-utils/lib/index.js rename to apps/angular/node_modules/ts-api-utils/lib/index.js diff --git a/ClientApp/node_modules/ts-api-utils/package.json b/apps/angular/node_modules/ts-api-utils/package.json similarity index 100% rename from ClientApp/node_modules/ts-api-utils/package.json rename to apps/angular/node_modules/ts-api-utils/package.json diff --git a/ClientApp/node_modules/tslib/CopyrightNotice.txt b/apps/angular/node_modules/tslib/CopyrightNotice.txt similarity index 100% rename from ClientApp/node_modules/tslib/CopyrightNotice.txt rename to apps/angular/node_modules/tslib/CopyrightNotice.txt diff --git a/ClientApp/node_modules/tslib/LICENSE.txt b/apps/angular/node_modules/tslib/LICENSE.txt similarity index 100% rename from ClientApp/node_modules/tslib/LICENSE.txt rename to apps/angular/node_modules/tslib/LICENSE.txt diff --git a/ClientApp/node_modules/tslib/README.md b/apps/angular/node_modules/tslib/README.md similarity index 100% rename from ClientApp/node_modules/tslib/README.md rename to apps/angular/node_modules/tslib/README.md diff --git a/ClientApp/node_modules/tslib/SECURITY.md b/apps/angular/node_modules/tslib/SECURITY.md similarity index 100% rename from ClientApp/node_modules/tslib/SECURITY.md rename to apps/angular/node_modules/tslib/SECURITY.md diff --git a/ClientApp/node_modules/tslib/modules/index.d.ts b/apps/angular/node_modules/tslib/modules/index.d.ts similarity index 100% rename from ClientApp/node_modules/tslib/modules/index.d.ts rename to apps/angular/node_modules/tslib/modules/index.d.ts diff --git a/ClientApp/node_modules/tslib/modules/index.js b/apps/angular/node_modules/tslib/modules/index.js similarity index 100% rename from ClientApp/node_modules/tslib/modules/index.js rename to apps/angular/node_modules/tslib/modules/index.js diff --git a/ClientApp/node_modules/tslib/modules/package.json b/apps/angular/node_modules/tslib/modules/package.json similarity index 100% rename from ClientApp/node_modules/tslib/modules/package.json rename to apps/angular/node_modules/tslib/modules/package.json diff --git a/ClientApp/node_modules/tslib/package.json b/apps/angular/node_modules/tslib/package.json similarity index 100% rename from ClientApp/node_modules/tslib/package.json rename to apps/angular/node_modules/tslib/package.json diff --git a/ClientApp/node_modules/tslib/tslib.d.ts b/apps/angular/node_modules/tslib/tslib.d.ts similarity index 100% rename from ClientApp/node_modules/tslib/tslib.d.ts rename to apps/angular/node_modules/tslib/tslib.d.ts diff --git a/ClientApp/node_modules/tslib/tslib.es6.html b/apps/angular/node_modules/tslib/tslib.es6.html similarity index 100% rename from ClientApp/node_modules/tslib/tslib.es6.html rename to apps/angular/node_modules/tslib/tslib.es6.html diff --git a/ClientApp/node_modules/tslib/tslib.es6.js b/apps/angular/node_modules/tslib/tslib.es6.js similarity index 100% rename from ClientApp/node_modules/tslib/tslib.es6.js rename to apps/angular/node_modules/tslib/tslib.es6.js diff --git a/ClientApp/node_modules/tslib/tslib.es6.mjs b/apps/angular/node_modules/tslib/tslib.es6.mjs similarity index 100% rename from ClientApp/node_modules/tslib/tslib.es6.mjs rename to apps/angular/node_modules/tslib/tslib.es6.mjs diff --git a/ClientApp/node_modules/tslib/tslib.html b/apps/angular/node_modules/tslib/tslib.html similarity index 100% rename from ClientApp/node_modules/tslib/tslib.html rename to apps/angular/node_modules/tslib/tslib.html diff --git a/ClientApp/node_modules/tslib/tslib.js b/apps/angular/node_modules/tslib/tslib.js similarity index 100% rename from ClientApp/node_modules/tslib/tslib.js rename to apps/angular/node_modules/tslib/tslib.js diff --git a/ClientApp/node_modules/tunnel-agent/LICENSE b/apps/angular/node_modules/tunnel-agent/LICENSE similarity index 100% rename from ClientApp/node_modules/tunnel-agent/LICENSE rename to apps/angular/node_modules/tunnel-agent/LICENSE diff --git a/ClientApp/node_modules/tunnel-agent/README.md b/apps/angular/node_modules/tunnel-agent/README.md similarity index 100% rename from ClientApp/node_modules/tunnel-agent/README.md rename to apps/angular/node_modules/tunnel-agent/README.md diff --git a/ClientApp/node_modules/tunnel-agent/index.js b/apps/angular/node_modules/tunnel-agent/index.js similarity index 100% rename from ClientApp/node_modules/tunnel-agent/index.js rename to apps/angular/node_modules/tunnel-agent/index.js diff --git a/ClientApp/node_modules/tunnel-agent/package.json b/apps/angular/node_modules/tunnel-agent/package.json similarity index 100% rename from ClientApp/node_modules/tunnel-agent/package.json rename to apps/angular/node_modules/tunnel-agent/package.json diff --git a/ClientApp/node_modules/tweetnacl/.npmignore b/apps/angular/node_modules/tweetnacl/.npmignore similarity index 100% rename from ClientApp/node_modules/tweetnacl/.npmignore rename to apps/angular/node_modules/tweetnacl/.npmignore diff --git a/ClientApp/node_modules/tweetnacl/AUTHORS.md b/apps/angular/node_modules/tweetnacl/AUTHORS.md similarity index 100% rename from ClientApp/node_modules/tweetnacl/AUTHORS.md rename to apps/angular/node_modules/tweetnacl/AUTHORS.md diff --git a/ClientApp/node_modules/tweetnacl/CHANGELOG.md b/apps/angular/node_modules/tweetnacl/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/tweetnacl/CHANGELOG.md rename to apps/angular/node_modules/tweetnacl/CHANGELOG.md diff --git a/ClientApp/node_modules/tweetnacl/LICENSE b/apps/angular/node_modules/tweetnacl/LICENSE similarity index 100% rename from ClientApp/node_modules/tweetnacl/LICENSE rename to apps/angular/node_modules/tweetnacl/LICENSE diff --git a/ClientApp/node_modules/tweetnacl/PULL_REQUEST_TEMPLATE.md b/apps/angular/node_modules/tweetnacl/PULL_REQUEST_TEMPLATE.md similarity index 100% rename from ClientApp/node_modules/tweetnacl/PULL_REQUEST_TEMPLATE.md rename to apps/angular/node_modules/tweetnacl/PULL_REQUEST_TEMPLATE.md diff --git a/ClientApp/node_modules/tweetnacl/README.md b/apps/angular/node_modules/tweetnacl/README.md similarity index 100% rename from ClientApp/node_modules/tweetnacl/README.md rename to apps/angular/node_modules/tweetnacl/README.md diff --git a/ClientApp/node_modules/tweetnacl/nacl-fast.js b/apps/angular/node_modules/tweetnacl/nacl-fast.js similarity index 100% rename from ClientApp/node_modules/tweetnacl/nacl-fast.js rename to apps/angular/node_modules/tweetnacl/nacl-fast.js diff --git a/ClientApp/node_modules/tweetnacl/nacl-fast.min.js b/apps/angular/node_modules/tweetnacl/nacl-fast.min.js similarity index 100% rename from ClientApp/node_modules/tweetnacl/nacl-fast.min.js rename to apps/angular/node_modules/tweetnacl/nacl-fast.min.js diff --git a/ClientApp/node_modules/tweetnacl/nacl.d.ts b/apps/angular/node_modules/tweetnacl/nacl.d.ts similarity index 100% rename from ClientApp/node_modules/tweetnacl/nacl.d.ts rename to apps/angular/node_modules/tweetnacl/nacl.d.ts diff --git a/ClientApp/node_modules/tweetnacl/nacl.js b/apps/angular/node_modules/tweetnacl/nacl.js similarity index 100% rename from ClientApp/node_modules/tweetnacl/nacl.js rename to apps/angular/node_modules/tweetnacl/nacl.js diff --git a/ClientApp/node_modules/tweetnacl/nacl.min.js b/apps/angular/node_modules/tweetnacl/nacl.min.js similarity index 100% rename from ClientApp/node_modules/tweetnacl/nacl.min.js rename to apps/angular/node_modules/tweetnacl/nacl.min.js diff --git a/ClientApp/node_modules/tweetnacl/package.json b/apps/angular/node_modules/tweetnacl/package.json similarity index 100% rename from ClientApp/node_modules/tweetnacl/package.json rename to apps/angular/node_modules/tweetnacl/package.json diff --git a/ClientApp/node_modules/type-check/LICENSE b/apps/angular/node_modules/type-check/LICENSE similarity index 100% rename from ClientApp/node_modules/type-check/LICENSE rename to apps/angular/node_modules/type-check/LICENSE diff --git a/ClientApp/node_modules/type-check/README.md b/apps/angular/node_modules/type-check/README.md similarity index 100% rename from ClientApp/node_modules/type-check/README.md rename to apps/angular/node_modules/type-check/README.md diff --git a/ClientApp/node_modules/type-check/lib/check.js b/apps/angular/node_modules/type-check/lib/check.js similarity index 100% rename from ClientApp/node_modules/type-check/lib/check.js rename to apps/angular/node_modules/type-check/lib/check.js diff --git a/ClientApp/node_modules/type-check/lib/index.js b/apps/angular/node_modules/type-check/lib/index.js similarity index 100% rename from ClientApp/node_modules/type-check/lib/index.js rename to apps/angular/node_modules/type-check/lib/index.js diff --git a/ClientApp/node_modules/type-check/lib/parse-type.js b/apps/angular/node_modules/type-check/lib/parse-type.js similarity index 100% rename from ClientApp/node_modules/type-check/lib/parse-type.js rename to apps/angular/node_modules/type-check/lib/parse-type.js diff --git a/ClientApp/node_modules/type-check/package.json b/apps/angular/node_modules/type-check/package.json similarity index 100% rename from ClientApp/node_modules/type-check/package.json rename to apps/angular/node_modules/type-check/package.json diff --git a/ClientApp/node_modules/type-detect/LICENSE b/apps/angular/node_modules/type-detect/LICENSE similarity index 100% rename from ClientApp/node_modules/type-detect/LICENSE rename to apps/angular/node_modules/type-detect/LICENSE diff --git a/ClientApp/node_modules/type-detect/README.md b/apps/angular/node_modules/type-detect/README.md similarity index 100% rename from ClientApp/node_modules/type-detect/README.md rename to apps/angular/node_modules/type-detect/README.md diff --git a/ClientApp/node_modules/type-detect/index.d.ts b/apps/angular/node_modules/type-detect/index.d.ts similarity index 100% rename from ClientApp/node_modules/type-detect/index.d.ts rename to apps/angular/node_modules/type-detect/index.d.ts diff --git a/ClientApp/node_modules/type-detect/index.js b/apps/angular/node_modules/type-detect/index.js similarity index 100% rename from ClientApp/node_modules/type-detect/index.js rename to apps/angular/node_modules/type-detect/index.js diff --git a/ClientApp/node_modules/type-detect/index.ts b/apps/angular/node_modules/type-detect/index.ts similarity index 100% rename from ClientApp/node_modules/type-detect/index.ts rename to apps/angular/node_modules/type-detect/index.ts diff --git a/ClientApp/node_modules/type-detect/package.json b/apps/angular/node_modules/type-detect/package.json similarity index 100% rename from ClientApp/node_modules/type-detect/package.json rename to apps/angular/node_modules/type-detect/package.json diff --git a/ClientApp/node_modules/type-detect/type-detect.js b/apps/angular/node_modules/type-detect/type-detect.js similarity index 100% rename from ClientApp/node_modules/type-detect/type-detect.js rename to apps/angular/node_modules/type-detect/type-detect.js diff --git a/ClientApp/node_modules/type-fest/base.d.ts b/apps/angular/node_modules/type-fest/base.d.ts similarity index 100% rename from ClientApp/node_modules/type-fest/base.d.ts rename to apps/angular/node_modules/type-fest/base.d.ts diff --git a/ClientApp/node_modules/type-fest/index.d.ts b/apps/angular/node_modules/type-fest/index.d.ts similarity index 100% rename from ClientApp/node_modules/type-fest/index.d.ts rename to apps/angular/node_modules/type-fest/index.d.ts diff --git a/ClientApp/node_modules/type-fest/license b/apps/angular/node_modules/type-fest/license similarity index 100% rename from ClientApp/node_modules/type-fest/license rename to apps/angular/node_modules/type-fest/license diff --git a/ClientApp/node_modules/type-fest/package.json b/apps/angular/node_modules/type-fest/package.json similarity index 100% rename from ClientApp/node_modules/type-fest/package.json rename to apps/angular/node_modules/type-fest/package.json diff --git a/ClientApp/node_modules/type-fest/readme.md b/apps/angular/node_modules/type-fest/readme.md similarity index 100% rename from ClientApp/node_modules/type-fest/readme.md rename to apps/angular/node_modules/type-fest/readme.md diff --git a/ClientApp/node_modules/type-fest/source/async-return-type.d.ts b/apps/angular/node_modules/type-fest/source/async-return-type.d.ts similarity index 100% rename from ClientApp/node_modules/type-fest/source/async-return-type.d.ts rename to apps/angular/node_modules/type-fest/source/async-return-type.d.ts diff --git a/ClientApp/node_modules/type-fest/source/asyncify.d.ts b/apps/angular/node_modules/type-fest/source/asyncify.d.ts similarity index 100% rename from ClientApp/node_modules/type-fest/source/asyncify.d.ts rename to apps/angular/node_modules/type-fest/source/asyncify.d.ts diff --git a/ClientApp/node_modules/type-fest/source/basic.d.ts b/apps/angular/node_modules/type-fest/source/basic.d.ts similarity index 100% rename from ClientApp/node_modules/type-fest/source/basic.d.ts rename to apps/angular/node_modules/type-fest/source/basic.d.ts diff --git a/ClientApp/node_modules/type-fest/source/conditional-except.d.ts b/apps/angular/node_modules/type-fest/source/conditional-except.d.ts similarity index 100% rename from ClientApp/node_modules/type-fest/source/conditional-except.d.ts rename to apps/angular/node_modules/type-fest/source/conditional-except.d.ts diff --git a/ClientApp/node_modules/type-fest/source/conditional-keys.d.ts b/apps/angular/node_modules/type-fest/source/conditional-keys.d.ts similarity index 100% rename from ClientApp/node_modules/type-fest/source/conditional-keys.d.ts rename to apps/angular/node_modules/type-fest/source/conditional-keys.d.ts diff --git a/ClientApp/node_modules/type-fest/source/conditional-pick.d.ts b/apps/angular/node_modules/type-fest/source/conditional-pick.d.ts similarity index 100% rename from ClientApp/node_modules/type-fest/source/conditional-pick.d.ts rename to apps/angular/node_modules/type-fest/source/conditional-pick.d.ts diff --git a/ClientApp/node_modules/type-fest/source/entries.d.ts b/apps/angular/node_modules/type-fest/source/entries.d.ts similarity index 100% rename from ClientApp/node_modules/type-fest/source/entries.d.ts rename to apps/angular/node_modules/type-fest/source/entries.d.ts diff --git a/ClientApp/node_modules/type-fest/source/entry.d.ts b/apps/angular/node_modules/type-fest/source/entry.d.ts similarity index 100% rename from ClientApp/node_modules/type-fest/source/entry.d.ts rename to apps/angular/node_modules/type-fest/source/entry.d.ts diff --git a/ClientApp/node_modules/type-fest/source/except.d.ts b/apps/angular/node_modules/type-fest/source/except.d.ts similarity index 100% rename from ClientApp/node_modules/type-fest/source/except.d.ts rename to apps/angular/node_modules/type-fest/source/except.d.ts diff --git a/ClientApp/node_modules/type-fest/source/fixed-length-array.d.ts b/apps/angular/node_modules/type-fest/source/fixed-length-array.d.ts similarity index 100% rename from ClientApp/node_modules/type-fest/source/fixed-length-array.d.ts rename to apps/angular/node_modules/type-fest/source/fixed-length-array.d.ts diff --git a/ClientApp/node_modules/type-fest/source/iterable-element.d.ts b/apps/angular/node_modules/type-fest/source/iterable-element.d.ts similarity index 100% rename from ClientApp/node_modules/type-fest/source/iterable-element.d.ts rename to apps/angular/node_modules/type-fest/source/iterable-element.d.ts diff --git a/ClientApp/node_modules/type-fest/source/literal-union.d.ts b/apps/angular/node_modules/type-fest/source/literal-union.d.ts similarity index 100% rename from ClientApp/node_modules/type-fest/source/literal-union.d.ts rename to apps/angular/node_modules/type-fest/source/literal-union.d.ts diff --git a/ClientApp/node_modules/type-fest/source/merge-exclusive.d.ts b/apps/angular/node_modules/type-fest/source/merge-exclusive.d.ts similarity index 100% rename from ClientApp/node_modules/type-fest/source/merge-exclusive.d.ts rename to apps/angular/node_modules/type-fest/source/merge-exclusive.d.ts diff --git a/ClientApp/node_modules/type-fest/source/merge.d.ts b/apps/angular/node_modules/type-fest/source/merge.d.ts similarity index 100% rename from ClientApp/node_modules/type-fest/source/merge.d.ts rename to apps/angular/node_modules/type-fest/source/merge.d.ts diff --git a/ClientApp/node_modules/type-fest/source/mutable.d.ts b/apps/angular/node_modules/type-fest/source/mutable.d.ts similarity index 100% rename from ClientApp/node_modules/type-fest/source/mutable.d.ts rename to apps/angular/node_modules/type-fest/source/mutable.d.ts diff --git a/ClientApp/node_modules/type-fest/source/opaque.d.ts b/apps/angular/node_modules/type-fest/source/opaque.d.ts similarity index 100% rename from ClientApp/node_modules/type-fest/source/opaque.d.ts rename to apps/angular/node_modules/type-fest/source/opaque.d.ts diff --git a/ClientApp/node_modules/type-fest/source/package-json.d.ts b/apps/angular/node_modules/type-fest/source/package-json.d.ts similarity index 100% rename from ClientApp/node_modules/type-fest/source/package-json.d.ts rename to apps/angular/node_modules/type-fest/source/package-json.d.ts diff --git a/ClientApp/node_modules/type-fest/source/partial-deep.d.ts b/apps/angular/node_modules/type-fest/source/partial-deep.d.ts similarity index 100% rename from ClientApp/node_modules/type-fest/source/partial-deep.d.ts rename to apps/angular/node_modules/type-fest/source/partial-deep.d.ts diff --git a/ClientApp/node_modules/type-fest/source/promisable.d.ts b/apps/angular/node_modules/type-fest/source/promisable.d.ts similarity index 100% rename from ClientApp/node_modules/type-fest/source/promisable.d.ts rename to apps/angular/node_modules/type-fest/source/promisable.d.ts diff --git a/ClientApp/node_modules/type-fest/source/promise-value.d.ts b/apps/angular/node_modules/type-fest/source/promise-value.d.ts similarity index 100% rename from ClientApp/node_modules/type-fest/source/promise-value.d.ts rename to apps/angular/node_modules/type-fest/source/promise-value.d.ts diff --git a/ClientApp/node_modules/type-fest/source/readonly-deep.d.ts b/apps/angular/node_modules/type-fest/source/readonly-deep.d.ts similarity index 100% rename from ClientApp/node_modules/type-fest/source/readonly-deep.d.ts rename to apps/angular/node_modules/type-fest/source/readonly-deep.d.ts diff --git a/ClientApp/node_modules/type-fest/source/require-at-least-one.d.ts b/apps/angular/node_modules/type-fest/source/require-at-least-one.d.ts similarity index 100% rename from ClientApp/node_modules/type-fest/source/require-at-least-one.d.ts rename to apps/angular/node_modules/type-fest/source/require-at-least-one.d.ts diff --git a/ClientApp/node_modules/type-fest/source/require-exactly-one.d.ts b/apps/angular/node_modules/type-fest/source/require-exactly-one.d.ts similarity index 100% rename from ClientApp/node_modules/type-fest/source/require-exactly-one.d.ts rename to apps/angular/node_modules/type-fest/source/require-exactly-one.d.ts diff --git a/ClientApp/node_modules/type-fest/source/set-optional.d.ts b/apps/angular/node_modules/type-fest/source/set-optional.d.ts similarity index 100% rename from ClientApp/node_modules/type-fest/source/set-optional.d.ts rename to apps/angular/node_modules/type-fest/source/set-optional.d.ts diff --git a/ClientApp/node_modules/type-fest/source/set-required.d.ts b/apps/angular/node_modules/type-fest/source/set-required.d.ts similarity index 100% rename from ClientApp/node_modules/type-fest/source/set-required.d.ts rename to apps/angular/node_modules/type-fest/source/set-required.d.ts diff --git a/ClientApp/node_modules/type-fest/source/set-return-type.d.ts b/apps/angular/node_modules/type-fest/source/set-return-type.d.ts similarity index 100% rename from ClientApp/node_modules/type-fest/source/set-return-type.d.ts rename to apps/angular/node_modules/type-fest/source/set-return-type.d.ts diff --git a/ClientApp/node_modules/type-fest/source/stringified.d.ts b/apps/angular/node_modules/type-fest/source/stringified.d.ts similarity index 100% rename from ClientApp/node_modules/type-fest/source/stringified.d.ts rename to apps/angular/node_modules/type-fest/source/stringified.d.ts diff --git a/ClientApp/node_modules/type-fest/source/tsconfig-json.d.ts b/apps/angular/node_modules/type-fest/source/tsconfig-json.d.ts similarity index 100% rename from ClientApp/node_modules/type-fest/source/tsconfig-json.d.ts rename to apps/angular/node_modules/type-fest/source/tsconfig-json.d.ts diff --git a/ClientApp/node_modules/type-fest/source/union-to-intersection.d.ts b/apps/angular/node_modules/type-fest/source/union-to-intersection.d.ts similarity index 100% rename from ClientApp/node_modules/type-fest/source/union-to-intersection.d.ts rename to apps/angular/node_modules/type-fest/source/union-to-intersection.d.ts diff --git a/ClientApp/node_modules/type-fest/source/utilities.d.ts b/apps/angular/node_modules/type-fest/source/utilities.d.ts similarity index 100% rename from ClientApp/node_modules/type-fest/source/utilities.d.ts rename to apps/angular/node_modules/type-fest/source/utilities.d.ts diff --git a/ClientApp/node_modules/type-fest/source/value-of.d.ts b/apps/angular/node_modules/type-fest/source/value-of.d.ts similarity index 100% rename from ClientApp/node_modules/type-fest/source/value-of.d.ts rename to apps/angular/node_modules/type-fest/source/value-of.d.ts diff --git a/ClientApp/node_modules/type-fest/ts41/camel-case.d.ts b/apps/angular/node_modules/type-fest/ts41/camel-case.d.ts similarity index 100% rename from ClientApp/node_modules/type-fest/ts41/camel-case.d.ts rename to apps/angular/node_modules/type-fest/ts41/camel-case.d.ts diff --git a/ClientApp/node_modules/type-fest/ts41/delimiter-case.d.ts b/apps/angular/node_modules/type-fest/ts41/delimiter-case.d.ts similarity index 100% rename from ClientApp/node_modules/type-fest/ts41/delimiter-case.d.ts rename to apps/angular/node_modules/type-fest/ts41/delimiter-case.d.ts diff --git a/ClientApp/node_modules/type-fest/ts41/index.d.ts b/apps/angular/node_modules/type-fest/ts41/index.d.ts similarity index 100% rename from ClientApp/node_modules/type-fest/ts41/index.d.ts rename to apps/angular/node_modules/type-fest/ts41/index.d.ts diff --git a/ClientApp/node_modules/type-fest/ts41/kebab-case.d.ts b/apps/angular/node_modules/type-fest/ts41/kebab-case.d.ts similarity index 100% rename from ClientApp/node_modules/type-fest/ts41/kebab-case.d.ts rename to apps/angular/node_modules/type-fest/ts41/kebab-case.d.ts diff --git a/ClientApp/node_modules/type-fest/ts41/pascal-case.d.ts b/apps/angular/node_modules/type-fest/ts41/pascal-case.d.ts similarity index 100% rename from ClientApp/node_modules/type-fest/ts41/pascal-case.d.ts rename to apps/angular/node_modules/type-fest/ts41/pascal-case.d.ts diff --git a/ClientApp/node_modules/type-fest/ts41/snake-case.d.ts b/apps/angular/node_modules/type-fest/ts41/snake-case.d.ts similarity index 100% rename from ClientApp/node_modules/type-fest/ts41/snake-case.d.ts rename to apps/angular/node_modules/type-fest/ts41/snake-case.d.ts diff --git a/ClientApp/node_modules/typed-array-buffer/.eslintrc b/apps/angular/node_modules/typed-array-buffer/.eslintrc similarity index 100% rename from ClientApp/node_modules/typed-array-buffer/.eslintrc rename to apps/angular/node_modules/typed-array-buffer/.eslintrc diff --git a/ClientApp/node_modules/typed-array-buffer/.github/FUNDING.yml b/apps/angular/node_modules/typed-array-buffer/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/typed-array-buffer/.github/FUNDING.yml rename to apps/angular/node_modules/typed-array-buffer/.github/FUNDING.yml diff --git a/ClientApp/node_modules/typed-array-buffer/.nycrc b/apps/angular/node_modules/typed-array-buffer/.nycrc similarity index 100% rename from ClientApp/node_modules/typed-array-buffer/.nycrc rename to apps/angular/node_modules/typed-array-buffer/.nycrc diff --git a/ClientApp/node_modules/typed-array-buffer/CHANGELOG.md b/apps/angular/node_modules/typed-array-buffer/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/typed-array-buffer/CHANGELOG.md rename to apps/angular/node_modules/typed-array-buffer/CHANGELOG.md diff --git a/ClientApp/node_modules/typed-array-buffer/LICENSE b/apps/angular/node_modules/typed-array-buffer/LICENSE similarity index 100% rename from ClientApp/node_modules/typed-array-buffer/LICENSE rename to apps/angular/node_modules/typed-array-buffer/LICENSE diff --git a/ClientApp/node_modules/typed-array-buffer/README.md b/apps/angular/node_modules/typed-array-buffer/README.md similarity index 100% rename from ClientApp/node_modules/typed-array-buffer/README.md rename to apps/angular/node_modules/typed-array-buffer/README.md diff --git a/ClientApp/node_modules/typed-array-buffer/index.d.ts b/apps/angular/node_modules/typed-array-buffer/index.d.ts similarity index 100% rename from ClientApp/node_modules/typed-array-buffer/index.d.ts rename to apps/angular/node_modules/typed-array-buffer/index.d.ts diff --git a/ClientApp/node_modules/typed-array-buffer/index.js b/apps/angular/node_modules/typed-array-buffer/index.js similarity index 100% rename from ClientApp/node_modules/typed-array-buffer/index.js rename to apps/angular/node_modules/typed-array-buffer/index.js diff --git a/ClientApp/node_modules/typed-array-buffer/package.json b/apps/angular/node_modules/typed-array-buffer/package.json similarity index 100% rename from ClientApp/node_modules/typed-array-buffer/package.json rename to apps/angular/node_modules/typed-array-buffer/package.json diff --git a/ClientApp/node_modules/typed-array-buffer/test/index.js b/apps/angular/node_modules/typed-array-buffer/test/index.js similarity index 100% rename from ClientApp/node_modules/typed-array-buffer/test/index.js rename to apps/angular/node_modules/typed-array-buffer/test/index.js diff --git a/ClientApp/node_modules/typed-array-buffer/tsconfig.json b/apps/angular/node_modules/typed-array-buffer/tsconfig.json similarity index 100% rename from ClientApp/node_modules/typed-array-buffer/tsconfig.json rename to apps/angular/node_modules/typed-array-buffer/tsconfig.json diff --git a/ClientApp/node_modules/typed-array-byte-length/.eslintrc b/apps/angular/node_modules/typed-array-byte-length/.eslintrc similarity index 100% rename from ClientApp/node_modules/typed-array-byte-length/.eslintrc rename to apps/angular/node_modules/typed-array-byte-length/.eslintrc diff --git a/ClientApp/node_modules/typed-array-byte-length/.github/FUNDING.yml b/apps/angular/node_modules/typed-array-byte-length/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/typed-array-byte-length/.github/FUNDING.yml rename to apps/angular/node_modules/typed-array-byte-length/.github/FUNDING.yml diff --git a/ClientApp/node_modules/typed-array-byte-length/.nycrc b/apps/angular/node_modules/typed-array-byte-length/.nycrc similarity index 100% rename from ClientApp/node_modules/typed-array-byte-length/.nycrc rename to apps/angular/node_modules/typed-array-byte-length/.nycrc diff --git a/ClientApp/node_modules/typed-array-byte-length/CHANGELOG.md b/apps/angular/node_modules/typed-array-byte-length/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/typed-array-byte-length/CHANGELOG.md rename to apps/angular/node_modules/typed-array-byte-length/CHANGELOG.md diff --git a/ClientApp/node_modules/typed-array-byte-length/LICENSE b/apps/angular/node_modules/typed-array-byte-length/LICENSE similarity index 100% rename from ClientApp/node_modules/typed-array-byte-length/LICENSE rename to apps/angular/node_modules/typed-array-byte-length/LICENSE diff --git a/ClientApp/node_modules/typed-array-byte-length/README.md b/apps/angular/node_modules/typed-array-byte-length/README.md similarity index 100% rename from ClientApp/node_modules/typed-array-byte-length/README.md rename to apps/angular/node_modules/typed-array-byte-length/README.md diff --git a/ClientApp/node_modules/typed-array-byte-length/index.d.ts b/apps/angular/node_modules/typed-array-byte-length/index.d.ts similarity index 100% rename from ClientApp/node_modules/typed-array-byte-length/index.d.ts rename to apps/angular/node_modules/typed-array-byte-length/index.d.ts diff --git a/ClientApp/node_modules/typed-array-byte-length/index.js b/apps/angular/node_modules/typed-array-byte-length/index.js similarity index 100% rename from ClientApp/node_modules/typed-array-byte-length/index.js rename to apps/angular/node_modules/typed-array-byte-length/index.js diff --git a/ClientApp/node_modules/typed-array-byte-length/package.json b/apps/angular/node_modules/typed-array-byte-length/package.json similarity index 100% rename from ClientApp/node_modules/typed-array-byte-length/package.json rename to apps/angular/node_modules/typed-array-byte-length/package.json diff --git a/ClientApp/node_modules/typed-array-byte-length/test/index.js b/apps/angular/node_modules/typed-array-byte-length/test/index.js similarity index 100% rename from ClientApp/node_modules/typed-array-byte-length/test/index.js rename to apps/angular/node_modules/typed-array-byte-length/test/index.js diff --git a/ClientApp/node_modules/typed-array-byte-length/tsconfig.json b/apps/angular/node_modules/typed-array-byte-length/tsconfig.json similarity index 100% rename from ClientApp/node_modules/typed-array-byte-length/tsconfig.json rename to apps/angular/node_modules/typed-array-byte-length/tsconfig.json diff --git a/ClientApp/node_modules/typed-array-byte-offset/.eslintrc b/apps/angular/node_modules/typed-array-byte-offset/.eslintrc similarity index 100% rename from ClientApp/node_modules/typed-array-byte-offset/.eslintrc rename to apps/angular/node_modules/typed-array-byte-offset/.eslintrc diff --git a/ClientApp/node_modules/typed-array-byte-offset/.github/FUNDING.yml b/apps/angular/node_modules/typed-array-byte-offset/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/typed-array-byte-offset/.github/FUNDING.yml rename to apps/angular/node_modules/typed-array-byte-offset/.github/FUNDING.yml diff --git a/ClientApp/node_modules/typed-array-byte-offset/.nycrc b/apps/angular/node_modules/typed-array-byte-offset/.nycrc similarity index 100% rename from ClientApp/node_modules/typed-array-byte-offset/.nycrc rename to apps/angular/node_modules/typed-array-byte-offset/.nycrc diff --git a/ClientApp/node_modules/typed-array-byte-offset/CHANGELOG.md b/apps/angular/node_modules/typed-array-byte-offset/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/typed-array-byte-offset/CHANGELOG.md rename to apps/angular/node_modules/typed-array-byte-offset/CHANGELOG.md diff --git a/ClientApp/node_modules/typed-array-byte-offset/LICENSE b/apps/angular/node_modules/typed-array-byte-offset/LICENSE similarity index 100% rename from ClientApp/node_modules/typed-array-byte-offset/LICENSE rename to apps/angular/node_modules/typed-array-byte-offset/LICENSE diff --git a/ClientApp/node_modules/typed-array-byte-offset/README.md b/apps/angular/node_modules/typed-array-byte-offset/README.md similarity index 100% rename from ClientApp/node_modules/typed-array-byte-offset/README.md rename to apps/angular/node_modules/typed-array-byte-offset/README.md diff --git a/ClientApp/node_modules/typed-array-byte-offset/index.d.ts b/apps/angular/node_modules/typed-array-byte-offset/index.d.ts similarity index 100% rename from ClientApp/node_modules/typed-array-byte-offset/index.d.ts rename to apps/angular/node_modules/typed-array-byte-offset/index.d.ts diff --git a/ClientApp/node_modules/typed-array-byte-offset/index.js b/apps/angular/node_modules/typed-array-byte-offset/index.js similarity index 100% rename from ClientApp/node_modules/typed-array-byte-offset/index.js rename to apps/angular/node_modules/typed-array-byte-offset/index.js diff --git a/ClientApp/node_modules/typed-array-byte-offset/package.json b/apps/angular/node_modules/typed-array-byte-offset/package.json similarity index 100% rename from ClientApp/node_modules/typed-array-byte-offset/package.json rename to apps/angular/node_modules/typed-array-byte-offset/package.json diff --git a/ClientApp/node_modules/typed-array-byte-offset/test/index.js b/apps/angular/node_modules/typed-array-byte-offset/test/index.js similarity index 100% rename from ClientApp/node_modules/typed-array-byte-offset/test/index.js rename to apps/angular/node_modules/typed-array-byte-offset/test/index.js diff --git a/ClientApp/node_modules/typed-array-byte-offset/tsconfig.json b/apps/angular/node_modules/typed-array-byte-offset/tsconfig.json similarity index 100% rename from ClientApp/node_modules/typed-array-byte-offset/tsconfig.json rename to apps/angular/node_modules/typed-array-byte-offset/tsconfig.json diff --git a/ClientApp/node_modules/typed-array-length/.eslintrc b/apps/angular/node_modules/typed-array-length/.eslintrc similarity index 100% rename from ClientApp/node_modules/typed-array-length/.eslintrc rename to apps/angular/node_modules/typed-array-length/.eslintrc diff --git a/ClientApp/node_modules/typed-array-length/.github/FUNDING.yml b/apps/angular/node_modules/typed-array-length/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/typed-array-length/.github/FUNDING.yml rename to apps/angular/node_modules/typed-array-length/.github/FUNDING.yml diff --git a/ClientApp/node_modules/typed-array-length/.nycrc b/apps/angular/node_modules/typed-array-length/.nycrc similarity index 100% rename from ClientApp/node_modules/typed-array-length/.nycrc rename to apps/angular/node_modules/typed-array-length/.nycrc diff --git a/ClientApp/node_modules/typed-array-length/CHANGELOG.md b/apps/angular/node_modules/typed-array-length/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/typed-array-length/CHANGELOG.md rename to apps/angular/node_modules/typed-array-length/CHANGELOG.md diff --git a/ClientApp/node_modules/typed-array-length/LICENSE b/apps/angular/node_modules/typed-array-length/LICENSE similarity index 100% rename from ClientApp/node_modules/typed-array-length/LICENSE rename to apps/angular/node_modules/typed-array-length/LICENSE diff --git a/ClientApp/node_modules/typed-array-length/README.md b/apps/angular/node_modules/typed-array-length/README.md similarity index 100% rename from ClientApp/node_modules/typed-array-length/README.md rename to apps/angular/node_modules/typed-array-length/README.md diff --git a/ClientApp/node_modules/typed-array-length/index.d.ts b/apps/angular/node_modules/typed-array-length/index.d.ts similarity index 100% rename from ClientApp/node_modules/typed-array-length/index.d.ts rename to apps/angular/node_modules/typed-array-length/index.d.ts diff --git a/ClientApp/node_modules/typed-array-length/index.js b/apps/angular/node_modules/typed-array-length/index.js similarity index 100% rename from ClientApp/node_modules/typed-array-length/index.js rename to apps/angular/node_modules/typed-array-length/index.js diff --git a/ClientApp/node_modules/typed-array-length/package.json b/apps/angular/node_modules/typed-array-length/package.json similarity index 100% rename from ClientApp/node_modules/typed-array-length/package.json rename to apps/angular/node_modules/typed-array-length/package.json diff --git a/ClientApp/node_modules/typed-array-length/test/index.js b/apps/angular/node_modules/typed-array-length/test/index.js similarity index 100% rename from ClientApp/node_modules/typed-array-length/test/index.js rename to apps/angular/node_modules/typed-array-length/test/index.js diff --git a/ClientApp/node_modules/typed-array-length/tsconfig.json b/apps/angular/node_modules/typed-array-length/tsconfig.json similarity index 100% rename from ClientApp/node_modules/typed-array-length/tsconfig.json rename to apps/angular/node_modules/typed-array-length/tsconfig.json diff --git a/ClientApp/node_modules/typescript/LICENSE.txt b/apps/angular/node_modules/typescript/LICENSE.txt similarity index 100% rename from ClientApp/node_modules/typescript/LICENSE.txt rename to apps/angular/node_modules/typescript/LICENSE.txt diff --git a/ClientApp/node_modules/typescript/README.md b/apps/angular/node_modules/typescript/README.md similarity index 100% rename from ClientApp/node_modules/typescript/README.md rename to apps/angular/node_modules/typescript/README.md diff --git a/ClientApp/node_modules/typescript/SECURITY.md b/apps/angular/node_modules/typescript/SECURITY.md similarity index 100% rename from ClientApp/node_modules/typescript/SECURITY.md rename to apps/angular/node_modules/typescript/SECURITY.md diff --git a/ClientApp/node_modules/typescript/ThirdPartyNoticeText.txt b/apps/angular/node_modules/typescript/ThirdPartyNoticeText.txt similarity index 100% rename from ClientApp/node_modules/typescript/ThirdPartyNoticeText.txt rename to apps/angular/node_modules/typescript/ThirdPartyNoticeText.txt diff --git a/ClientApp/node_modules/typescript/bin/tsc b/apps/angular/node_modules/typescript/bin/tsc similarity index 100% rename from ClientApp/node_modules/typescript/bin/tsc rename to apps/angular/node_modules/typescript/bin/tsc diff --git a/ClientApp/node_modules/typescript/bin/tsserver b/apps/angular/node_modules/typescript/bin/tsserver similarity index 100% rename from ClientApp/node_modules/typescript/bin/tsserver rename to apps/angular/node_modules/typescript/bin/tsserver diff --git a/ClientApp/node_modules/typescript/lib/_tsc.js b/apps/angular/node_modules/typescript/lib/_tsc.js similarity index 100% rename from ClientApp/node_modules/typescript/lib/_tsc.js rename to apps/angular/node_modules/typescript/lib/_tsc.js diff --git a/ClientApp/node_modules/typescript/lib/_tsserver.js b/apps/angular/node_modules/typescript/lib/_tsserver.js similarity index 100% rename from ClientApp/node_modules/typescript/lib/_tsserver.js rename to apps/angular/node_modules/typescript/lib/_tsserver.js diff --git a/ClientApp/node_modules/typescript/lib/_typingsInstaller.js b/apps/angular/node_modules/typescript/lib/_typingsInstaller.js similarity index 100% rename from ClientApp/node_modules/typescript/lib/_typingsInstaller.js rename to apps/angular/node_modules/typescript/lib/_typingsInstaller.js diff --git a/ClientApp/node_modules/typescript/lib/cs/diagnosticMessages.generated.json b/apps/angular/node_modules/typescript/lib/cs/diagnosticMessages.generated.json similarity index 100% rename from ClientApp/node_modules/typescript/lib/cs/diagnosticMessages.generated.json rename to apps/angular/node_modules/typescript/lib/cs/diagnosticMessages.generated.json diff --git a/ClientApp/node_modules/typescript/lib/de/diagnosticMessages.generated.json b/apps/angular/node_modules/typescript/lib/de/diagnosticMessages.generated.json similarity index 100% rename from ClientApp/node_modules/typescript/lib/de/diagnosticMessages.generated.json rename to apps/angular/node_modules/typescript/lib/de/diagnosticMessages.generated.json diff --git a/ClientApp/node_modules/typescript/lib/es/diagnosticMessages.generated.json b/apps/angular/node_modules/typescript/lib/es/diagnosticMessages.generated.json similarity index 100% rename from ClientApp/node_modules/typescript/lib/es/diagnosticMessages.generated.json rename to apps/angular/node_modules/typescript/lib/es/diagnosticMessages.generated.json diff --git a/ClientApp/node_modules/typescript/lib/fr/diagnosticMessages.generated.json b/apps/angular/node_modules/typescript/lib/fr/diagnosticMessages.generated.json similarity index 100% rename from ClientApp/node_modules/typescript/lib/fr/diagnosticMessages.generated.json rename to apps/angular/node_modules/typescript/lib/fr/diagnosticMessages.generated.json diff --git a/ClientApp/node_modules/typescript/lib/it/diagnosticMessages.generated.json b/apps/angular/node_modules/typescript/lib/it/diagnosticMessages.generated.json similarity index 100% rename from ClientApp/node_modules/typescript/lib/it/diagnosticMessages.generated.json rename to apps/angular/node_modules/typescript/lib/it/diagnosticMessages.generated.json diff --git a/ClientApp/node_modules/typescript/lib/ja/diagnosticMessages.generated.json b/apps/angular/node_modules/typescript/lib/ja/diagnosticMessages.generated.json similarity index 100% rename from ClientApp/node_modules/typescript/lib/ja/diagnosticMessages.generated.json rename to apps/angular/node_modules/typescript/lib/ja/diagnosticMessages.generated.json diff --git a/ClientApp/node_modules/typescript/lib/ko/diagnosticMessages.generated.json b/apps/angular/node_modules/typescript/lib/ko/diagnosticMessages.generated.json similarity index 100% rename from ClientApp/node_modules/typescript/lib/ko/diagnosticMessages.generated.json rename to apps/angular/node_modules/typescript/lib/ko/diagnosticMessages.generated.json diff --git a/ClientApp/node_modules/typescript/lib/lib.d.ts b/apps/angular/node_modules/typescript/lib/lib.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.d.ts rename to apps/angular/node_modules/typescript/lib/lib.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.decorators.d.ts b/apps/angular/node_modules/typescript/lib/lib.decorators.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.decorators.d.ts rename to apps/angular/node_modules/typescript/lib/lib.decorators.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.decorators.legacy.d.ts b/apps/angular/node_modules/typescript/lib/lib.decorators.legacy.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.decorators.legacy.d.ts rename to apps/angular/node_modules/typescript/lib/lib.decorators.legacy.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.dom.asynciterable.d.ts b/apps/angular/node_modules/typescript/lib/lib.dom.asynciterable.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.dom.asynciterable.d.ts rename to apps/angular/node_modules/typescript/lib/lib.dom.asynciterable.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.dom.d.ts b/apps/angular/node_modules/typescript/lib/lib.dom.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.dom.d.ts rename to apps/angular/node_modules/typescript/lib/lib.dom.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.dom.iterable.d.ts b/apps/angular/node_modules/typescript/lib/lib.dom.iterable.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.dom.iterable.d.ts rename to apps/angular/node_modules/typescript/lib/lib.dom.iterable.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2015.collection.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2015.collection.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2015.collection.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2015.collection.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2015.core.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2015.core.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2015.core.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2015.core.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2015.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2015.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2015.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2015.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2015.generator.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2015.generator.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2015.generator.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2015.generator.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2015.iterable.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2015.iterable.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2015.iterable.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2015.iterable.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2015.promise.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2015.promise.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2015.promise.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2015.promise.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2015.proxy.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2015.proxy.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2015.proxy.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2015.proxy.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2015.reflect.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2015.reflect.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2015.reflect.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2015.reflect.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2015.symbol.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2015.symbol.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2015.symbol.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2015.symbol.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2016.array.include.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2016.array.include.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2016.array.include.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2016.array.include.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2016.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2016.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2016.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2016.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2016.full.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2016.full.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2016.full.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2016.full.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2016.intl.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2016.intl.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2016.intl.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2016.intl.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2017.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2017.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2017.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2017.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2017.date.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2017.date.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2017.date.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2017.date.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2017.full.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2017.full.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2017.full.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2017.full.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2017.intl.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2017.intl.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2017.intl.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2017.intl.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2017.object.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2017.object.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2017.object.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2017.object.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2017.string.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2017.string.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2017.string.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2017.string.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2018.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2018.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2018.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2018.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2018.full.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2018.full.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2018.full.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2018.full.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2018.intl.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2018.intl.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2018.intl.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2018.intl.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2018.promise.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2018.promise.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2018.promise.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2018.promise.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2018.regexp.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2018.regexp.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2018.regexp.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2018.regexp.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2019.array.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2019.array.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2019.array.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2019.array.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2019.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2019.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2019.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2019.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2019.full.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2019.full.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2019.full.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2019.full.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2019.intl.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2019.intl.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2019.intl.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2019.intl.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2019.object.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2019.object.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2019.object.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2019.object.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2019.string.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2019.string.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2019.string.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2019.string.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2019.symbol.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2019.symbol.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2019.symbol.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2019.symbol.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2020.bigint.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2020.bigint.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2020.bigint.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2020.bigint.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2020.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2020.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2020.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2020.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2020.date.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2020.date.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2020.date.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2020.date.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2020.full.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2020.full.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2020.full.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2020.full.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2020.intl.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2020.intl.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2020.intl.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2020.intl.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2020.number.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2020.number.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2020.number.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2020.number.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2020.promise.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2020.promise.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2020.promise.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2020.promise.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2020.string.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2020.string.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2020.string.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2020.string.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2021.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2021.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2021.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2021.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2021.full.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2021.full.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2021.full.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2021.full.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2021.intl.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2021.intl.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2021.intl.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2021.intl.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2021.promise.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2021.promise.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2021.promise.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2021.promise.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2021.string.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2021.string.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2021.string.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2021.string.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2021.weakref.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2021.weakref.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2021.weakref.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2021.weakref.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2022.array.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2022.array.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2022.array.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2022.array.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2022.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2022.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2022.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2022.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2022.error.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2022.error.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2022.error.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2022.error.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2022.full.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2022.full.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2022.full.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2022.full.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2022.intl.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2022.intl.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2022.intl.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2022.intl.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2022.object.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2022.object.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2022.object.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2022.object.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2022.regexp.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2022.regexp.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2022.regexp.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2022.regexp.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2022.string.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2022.string.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2022.string.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2022.string.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2023.array.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2023.array.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2023.array.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2023.array.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2023.collection.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2023.collection.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2023.collection.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2023.collection.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2023.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2023.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2023.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2023.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2023.full.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2023.full.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2023.full.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2023.full.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2023.intl.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2023.intl.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2023.intl.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2023.intl.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2024.arraybuffer.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2024.arraybuffer.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2024.arraybuffer.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2024.arraybuffer.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2024.collection.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2024.collection.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2024.collection.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2024.collection.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2024.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2024.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2024.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2024.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2024.full.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2024.full.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2024.full.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2024.full.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2024.object.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2024.object.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2024.object.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2024.object.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2024.promise.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2024.promise.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2024.promise.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2024.promise.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2024.regexp.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2024.regexp.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2024.regexp.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2024.regexp.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2024.sharedmemory.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2024.sharedmemory.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2024.sharedmemory.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2024.sharedmemory.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es2024.string.d.ts b/apps/angular/node_modules/typescript/lib/lib.es2024.string.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es2024.string.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es2024.string.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es5.d.ts b/apps/angular/node_modules/typescript/lib/lib.es5.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es5.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es5.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.es6.d.ts b/apps/angular/node_modules/typescript/lib/lib.es6.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.es6.d.ts rename to apps/angular/node_modules/typescript/lib/lib.es6.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.esnext.array.d.ts b/apps/angular/node_modules/typescript/lib/lib.esnext.array.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.esnext.array.d.ts rename to apps/angular/node_modules/typescript/lib/lib.esnext.array.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.esnext.collection.d.ts b/apps/angular/node_modules/typescript/lib/lib.esnext.collection.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.esnext.collection.d.ts rename to apps/angular/node_modules/typescript/lib/lib.esnext.collection.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.esnext.d.ts b/apps/angular/node_modules/typescript/lib/lib.esnext.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.esnext.d.ts rename to apps/angular/node_modules/typescript/lib/lib.esnext.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.esnext.decorators.d.ts b/apps/angular/node_modules/typescript/lib/lib.esnext.decorators.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.esnext.decorators.d.ts rename to apps/angular/node_modules/typescript/lib/lib.esnext.decorators.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.esnext.disposable.d.ts b/apps/angular/node_modules/typescript/lib/lib.esnext.disposable.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.esnext.disposable.d.ts rename to apps/angular/node_modules/typescript/lib/lib.esnext.disposable.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.esnext.error.d.ts b/apps/angular/node_modules/typescript/lib/lib.esnext.error.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.esnext.error.d.ts rename to apps/angular/node_modules/typescript/lib/lib.esnext.error.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.esnext.float16.d.ts b/apps/angular/node_modules/typescript/lib/lib.esnext.float16.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.esnext.float16.d.ts rename to apps/angular/node_modules/typescript/lib/lib.esnext.float16.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.esnext.full.d.ts b/apps/angular/node_modules/typescript/lib/lib.esnext.full.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.esnext.full.d.ts rename to apps/angular/node_modules/typescript/lib/lib.esnext.full.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.esnext.intl.d.ts b/apps/angular/node_modules/typescript/lib/lib.esnext.intl.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.esnext.intl.d.ts rename to apps/angular/node_modules/typescript/lib/lib.esnext.intl.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.esnext.iterator.d.ts b/apps/angular/node_modules/typescript/lib/lib.esnext.iterator.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.esnext.iterator.d.ts rename to apps/angular/node_modules/typescript/lib/lib.esnext.iterator.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.esnext.promise.d.ts b/apps/angular/node_modules/typescript/lib/lib.esnext.promise.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.esnext.promise.d.ts rename to apps/angular/node_modules/typescript/lib/lib.esnext.promise.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.esnext.sharedmemory.d.ts b/apps/angular/node_modules/typescript/lib/lib.esnext.sharedmemory.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.esnext.sharedmemory.d.ts rename to apps/angular/node_modules/typescript/lib/lib.esnext.sharedmemory.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.scripthost.d.ts b/apps/angular/node_modules/typescript/lib/lib.scripthost.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.scripthost.d.ts rename to apps/angular/node_modules/typescript/lib/lib.scripthost.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.webworker.asynciterable.d.ts b/apps/angular/node_modules/typescript/lib/lib.webworker.asynciterable.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.webworker.asynciterable.d.ts rename to apps/angular/node_modules/typescript/lib/lib.webworker.asynciterable.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.webworker.d.ts b/apps/angular/node_modules/typescript/lib/lib.webworker.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.webworker.d.ts rename to apps/angular/node_modules/typescript/lib/lib.webworker.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.webworker.importscripts.d.ts b/apps/angular/node_modules/typescript/lib/lib.webworker.importscripts.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.webworker.importscripts.d.ts rename to apps/angular/node_modules/typescript/lib/lib.webworker.importscripts.d.ts diff --git a/ClientApp/node_modules/typescript/lib/lib.webworker.iterable.d.ts b/apps/angular/node_modules/typescript/lib/lib.webworker.iterable.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/lib.webworker.iterable.d.ts rename to apps/angular/node_modules/typescript/lib/lib.webworker.iterable.d.ts diff --git a/ClientApp/node_modules/typescript/lib/pl/diagnosticMessages.generated.json b/apps/angular/node_modules/typescript/lib/pl/diagnosticMessages.generated.json similarity index 100% rename from ClientApp/node_modules/typescript/lib/pl/diagnosticMessages.generated.json rename to apps/angular/node_modules/typescript/lib/pl/diagnosticMessages.generated.json diff --git a/ClientApp/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json b/apps/angular/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json similarity index 100% rename from ClientApp/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json rename to apps/angular/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json diff --git a/ClientApp/node_modules/typescript/lib/ru/diagnosticMessages.generated.json b/apps/angular/node_modules/typescript/lib/ru/diagnosticMessages.generated.json similarity index 100% rename from ClientApp/node_modules/typescript/lib/ru/diagnosticMessages.generated.json rename to apps/angular/node_modules/typescript/lib/ru/diagnosticMessages.generated.json diff --git a/ClientApp/node_modules/typescript/lib/tr/diagnosticMessages.generated.json b/apps/angular/node_modules/typescript/lib/tr/diagnosticMessages.generated.json similarity index 100% rename from ClientApp/node_modules/typescript/lib/tr/diagnosticMessages.generated.json rename to apps/angular/node_modules/typescript/lib/tr/diagnosticMessages.generated.json diff --git a/ClientApp/node_modules/typescript/lib/tsc.js b/apps/angular/node_modules/typescript/lib/tsc.js similarity index 100% rename from ClientApp/node_modules/typescript/lib/tsc.js rename to apps/angular/node_modules/typescript/lib/tsc.js diff --git a/ClientApp/node_modules/typescript/lib/tsserver.js b/apps/angular/node_modules/typescript/lib/tsserver.js similarity index 100% rename from ClientApp/node_modules/typescript/lib/tsserver.js rename to apps/angular/node_modules/typescript/lib/tsserver.js diff --git a/ClientApp/node_modules/typescript/lib/tsserverlibrary.d.ts b/apps/angular/node_modules/typescript/lib/tsserverlibrary.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/tsserverlibrary.d.ts rename to apps/angular/node_modules/typescript/lib/tsserverlibrary.d.ts diff --git a/ClientApp/node_modules/typescript/lib/tsserverlibrary.js b/apps/angular/node_modules/typescript/lib/tsserverlibrary.js similarity index 100% rename from ClientApp/node_modules/typescript/lib/tsserverlibrary.js rename to apps/angular/node_modules/typescript/lib/tsserverlibrary.js diff --git a/ClientApp/node_modules/typescript/lib/typesMap.json b/apps/angular/node_modules/typescript/lib/typesMap.json similarity index 100% rename from ClientApp/node_modules/typescript/lib/typesMap.json rename to apps/angular/node_modules/typescript/lib/typesMap.json diff --git a/ClientApp/node_modules/typescript/lib/typescript.d.ts b/apps/angular/node_modules/typescript/lib/typescript.d.ts similarity index 100% rename from ClientApp/node_modules/typescript/lib/typescript.d.ts rename to apps/angular/node_modules/typescript/lib/typescript.d.ts diff --git a/ClientApp/node_modules/typescript/lib/typescript.js b/apps/angular/node_modules/typescript/lib/typescript.js similarity index 100% rename from ClientApp/node_modules/typescript/lib/typescript.js rename to apps/angular/node_modules/typescript/lib/typescript.js diff --git a/ClientApp/node_modules/typescript/lib/typingsInstaller.js b/apps/angular/node_modules/typescript/lib/typingsInstaller.js similarity index 100% rename from ClientApp/node_modules/typescript/lib/typingsInstaller.js rename to apps/angular/node_modules/typescript/lib/typingsInstaller.js diff --git a/ClientApp/node_modules/typescript/lib/watchGuard.js b/apps/angular/node_modules/typescript/lib/watchGuard.js similarity index 100% rename from ClientApp/node_modules/typescript/lib/watchGuard.js rename to apps/angular/node_modules/typescript/lib/watchGuard.js diff --git a/ClientApp/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json b/apps/angular/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json similarity index 100% rename from ClientApp/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json rename to apps/angular/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json diff --git a/ClientApp/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json b/apps/angular/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json similarity index 100% rename from ClientApp/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json rename to apps/angular/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json diff --git a/ClientApp/node_modules/typescript/package.json b/apps/angular/node_modules/typescript/package.json similarity index 100% rename from ClientApp/node_modules/typescript/package.json rename to apps/angular/node_modules/typescript/package.json diff --git a/ClientApp/node_modules/ufo/LICENSE b/apps/angular/node_modules/ufo/LICENSE similarity index 100% rename from ClientApp/node_modules/ufo/LICENSE rename to apps/angular/node_modules/ufo/LICENSE diff --git a/ClientApp/node_modules/ufo/README.md b/apps/angular/node_modules/ufo/README.md similarity index 100% rename from ClientApp/node_modules/ufo/README.md rename to apps/angular/node_modules/ufo/README.md diff --git a/ClientApp/node_modules/ufo/dist/index.cjs b/apps/angular/node_modules/ufo/dist/index.cjs similarity index 100% rename from ClientApp/node_modules/ufo/dist/index.cjs rename to apps/angular/node_modules/ufo/dist/index.cjs diff --git a/ClientApp/node_modules/ufo/dist/index.d.cts b/apps/angular/node_modules/ufo/dist/index.d.cts similarity index 100% rename from ClientApp/node_modules/ufo/dist/index.d.cts rename to apps/angular/node_modules/ufo/dist/index.d.cts diff --git a/ClientApp/node_modules/ufo/dist/index.d.mts b/apps/angular/node_modules/ufo/dist/index.d.mts similarity index 100% rename from ClientApp/node_modules/ufo/dist/index.d.mts rename to apps/angular/node_modules/ufo/dist/index.d.mts diff --git a/ClientApp/node_modules/ufo/dist/index.d.ts b/apps/angular/node_modules/ufo/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/ufo/dist/index.d.ts rename to apps/angular/node_modules/ufo/dist/index.d.ts diff --git a/ClientApp/node_modules/ufo/dist/index.mjs b/apps/angular/node_modules/ufo/dist/index.mjs similarity index 100% rename from ClientApp/node_modules/ufo/dist/index.mjs rename to apps/angular/node_modules/ufo/dist/index.mjs diff --git a/ClientApp/node_modules/ufo/package.json b/apps/angular/node_modules/ufo/package.json similarity index 100% rename from ClientApp/node_modules/ufo/package.json rename to apps/angular/node_modules/ufo/package.json diff --git a/ClientApp/node_modules/unbox-primitive/.editorconfig b/apps/angular/node_modules/unbox-primitive/.editorconfig similarity index 100% rename from ClientApp/node_modules/unbox-primitive/.editorconfig rename to apps/angular/node_modules/unbox-primitive/.editorconfig diff --git a/ClientApp/node_modules/unbox-primitive/.eslintrc b/apps/angular/node_modules/unbox-primitive/.eslintrc similarity index 100% rename from ClientApp/node_modules/unbox-primitive/.eslintrc rename to apps/angular/node_modules/unbox-primitive/.eslintrc diff --git a/ClientApp/node_modules/unbox-primitive/.github/FUNDING.yml b/apps/angular/node_modules/unbox-primitive/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/unbox-primitive/.github/FUNDING.yml rename to apps/angular/node_modules/unbox-primitive/.github/FUNDING.yml diff --git a/ClientApp/node_modules/unbox-primitive/.nycrc b/apps/angular/node_modules/unbox-primitive/.nycrc similarity index 100% rename from ClientApp/node_modules/unbox-primitive/.nycrc rename to apps/angular/node_modules/unbox-primitive/.nycrc diff --git a/ClientApp/node_modules/unbox-primitive/CHANGELOG.md b/apps/angular/node_modules/unbox-primitive/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/unbox-primitive/CHANGELOG.md rename to apps/angular/node_modules/unbox-primitive/CHANGELOG.md diff --git a/ClientApp/node_modules/unbox-primitive/LICENSE b/apps/angular/node_modules/unbox-primitive/LICENSE similarity index 100% rename from ClientApp/node_modules/unbox-primitive/LICENSE rename to apps/angular/node_modules/unbox-primitive/LICENSE diff --git a/ClientApp/node_modules/unbox-primitive/README.md b/apps/angular/node_modules/unbox-primitive/README.md similarity index 100% rename from ClientApp/node_modules/unbox-primitive/README.md rename to apps/angular/node_modules/unbox-primitive/README.md diff --git a/ClientApp/node_modules/unbox-primitive/index.d.ts b/apps/angular/node_modules/unbox-primitive/index.d.ts similarity index 100% rename from ClientApp/node_modules/unbox-primitive/index.d.ts rename to apps/angular/node_modules/unbox-primitive/index.d.ts diff --git a/ClientApp/node_modules/unbox-primitive/index.js b/apps/angular/node_modules/unbox-primitive/index.js similarity index 100% rename from ClientApp/node_modules/unbox-primitive/index.js rename to apps/angular/node_modules/unbox-primitive/index.js diff --git a/ClientApp/node_modules/unbox-primitive/package.json b/apps/angular/node_modules/unbox-primitive/package.json similarity index 100% rename from ClientApp/node_modules/unbox-primitive/package.json rename to apps/angular/node_modules/unbox-primitive/package.json diff --git a/ClientApp/node_modules/unbox-primitive/test/index.js b/apps/angular/node_modules/unbox-primitive/test/index.js similarity index 100% rename from ClientApp/node_modules/unbox-primitive/test/index.js rename to apps/angular/node_modules/unbox-primitive/test/index.js diff --git a/ClientApp/node_modules/unbox-primitive/tsconfig.json b/apps/angular/node_modules/unbox-primitive/tsconfig.json similarity index 100% rename from ClientApp/node_modules/unbox-primitive/tsconfig.json rename to apps/angular/node_modules/unbox-primitive/tsconfig.json diff --git a/ClientApp/node_modules/undici-types/LICENSE b/apps/angular/node_modules/undici-types/LICENSE similarity index 100% rename from ClientApp/node_modules/undici-types/LICENSE rename to apps/angular/node_modules/undici-types/LICENSE diff --git a/ClientApp/node_modules/undici-types/README.md b/apps/angular/node_modules/undici-types/README.md similarity index 100% rename from ClientApp/node_modules/undici-types/README.md rename to apps/angular/node_modules/undici-types/README.md diff --git a/ClientApp/node_modules/undici-types/agent.d.ts b/apps/angular/node_modules/undici-types/agent.d.ts similarity index 100% rename from ClientApp/node_modules/undici-types/agent.d.ts rename to apps/angular/node_modules/undici-types/agent.d.ts diff --git a/ClientApp/node_modules/undici-types/api.d.ts b/apps/angular/node_modules/undici-types/api.d.ts similarity index 100% rename from ClientApp/node_modules/undici-types/api.d.ts rename to apps/angular/node_modules/undici-types/api.d.ts diff --git a/ClientApp/node_modules/undici-types/balanced-pool.d.ts b/apps/angular/node_modules/undici-types/balanced-pool.d.ts similarity index 100% rename from ClientApp/node_modules/undici-types/balanced-pool.d.ts rename to apps/angular/node_modules/undici-types/balanced-pool.d.ts diff --git a/ClientApp/node_modules/undici-types/cache.d.ts b/apps/angular/node_modules/undici-types/cache.d.ts similarity index 100% rename from ClientApp/node_modules/undici-types/cache.d.ts rename to apps/angular/node_modules/undici-types/cache.d.ts diff --git a/ClientApp/node_modules/undici-types/client.d.ts b/apps/angular/node_modules/undici-types/client.d.ts similarity index 100% rename from ClientApp/node_modules/undici-types/client.d.ts rename to apps/angular/node_modules/undici-types/client.d.ts diff --git a/ClientApp/node_modules/undici-types/connector.d.ts b/apps/angular/node_modules/undici-types/connector.d.ts similarity index 100% rename from ClientApp/node_modules/undici-types/connector.d.ts rename to apps/angular/node_modules/undici-types/connector.d.ts diff --git a/ClientApp/node_modules/undici-types/content-type.d.ts b/apps/angular/node_modules/undici-types/content-type.d.ts similarity index 100% rename from ClientApp/node_modules/undici-types/content-type.d.ts rename to apps/angular/node_modules/undici-types/content-type.d.ts diff --git a/ClientApp/node_modules/undici-types/cookies.d.ts b/apps/angular/node_modules/undici-types/cookies.d.ts similarity index 100% rename from ClientApp/node_modules/undici-types/cookies.d.ts rename to apps/angular/node_modules/undici-types/cookies.d.ts diff --git a/ClientApp/node_modules/undici-types/diagnostics-channel.d.ts b/apps/angular/node_modules/undici-types/diagnostics-channel.d.ts similarity index 100% rename from ClientApp/node_modules/undici-types/diagnostics-channel.d.ts rename to apps/angular/node_modules/undici-types/diagnostics-channel.d.ts diff --git a/ClientApp/node_modules/undici-types/dispatcher.d.ts b/apps/angular/node_modules/undici-types/dispatcher.d.ts similarity index 100% rename from ClientApp/node_modules/undici-types/dispatcher.d.ts rename to apps/angular/node_modules/undici-types/dispatcher.d.ts diff --git a/ClientApp/node_modules/undici-types/env-http-proxy-agent.d.ts b/apps/angular/node_modules/undici-types/env-http-proxy-agent.d.ts similarity index 100% rename from ClientApp/node_modules/undici-types/env-http-proxy-agent.d.ts rename to apps/angular/node_modules/undici-types/env-http-proxy-agent.d.ts diff --git a/ClientApp/node_modules/undici-types/errors.d.ts b/apps/angular/node_modules/undici-types/errors.d.ts similarity index 100% rename from ClientApp/node_modules/undici-types/errors.d.ts rename to apps/angular/node_modules/undici-types/errors.d.ts diff --git a/ClientApp/node_modules/undici-types/eventsource.d.ts b/apps/angular/node_modules/undici-types/eventsource.d.ts similarity index 100% rename from ClientApp/node_modules/undici-types/eventsource.d.ts rename to apps/angular/node_modules/undici-types/eventsource.d.ts diff --git a/ClientApp/node_modules/undici-types/fetch.d.ts b/apps/angular/node_modules/undici-types/fetch.d.ts similarity index 100% rename from ClientApp/node_modules/undici-types/fetch.d.ts rename to apps/angular/node_modules/undici-types/fetch.d.ts diff --git a/ClientApp/node_modules/undici-types/file.d.ts b/apps/angular/node_modules/undici-types/file.d.ts similarity index 100% rename from ClientApp/node_modules/undici-types/file.d.ts rename to apps/angular/node_modules/undici-types/file.d.ts diff --git a/ClientApp/node_modules/undici-types/filereader.d.ts b/apps/angular/node_modules/undici-types/filereader.d.ts similarity index 100% rename from ClientApp/node_modules/undici-types/filereader.d.ts rename to apps/angular/node_modules/undici-types/filereader.d.ts diff --git a/ClientApp/node_modules/undici-types/formdata.d.ts b/apps/angular/node_modules/undici-types/formdata.d.ts similarity index 100% rename from ClientApp/node_modules/undici-types/formdata.d.ts rename to apps/angular/node_modules/undici-types/formdata.d.ts diff --git a/ClientApp/node_modules/undici-types/global-dispatcher.d.ts b/apps/angular/node_modules/undici-types/global-dispatcher.d.ts similarity index 100% rename from ClientApp/node_modules/undici-types/global-dispatcher.d.ts rename to apps/angular/node_modules/undici-types/global-dispatcher.d.ts diff --git a/ClientApp/node_modules/undici-types/global-origin.d.ts b/apps/angular/node_modules/undici-types/global-origin.d.ts similarity index 100% rename from ClientApp/node_modules/undici-types/global-origin.d.ts rename to apps/angular/node_modules/undici-types/global-origin.d.ts diff --git a/ClientApp/node_modules/undici-types/handlers.d.ts b/apps/angular/node_modules/undici-types/handlers.d.ts similarity index 100% rename from ClientApp/node_modules/undici-types/handlers.d.ts rename to apps/angular/node_modules/undici-types/handlers.d.ts diff --git a/ClientApp/node_modules/undici-types/header.d.ts b/apps/angular/node_modules/undici-types/header.d.ts similarity index 100% rename from ClientApp/node_modules/undici-types/header.d.ts rename to apps/angular/node_modules/undici-types/header.d.ts diff --git a/ClientApp/node_modules/undici-types/index.d.ts b/apps/angular/node_modules/undici-types/index.d.ts similarity index 100% rename from ClientApp/node_modules/undici-types/index.d.ts rename to apps/angular/node_modules/undici-types/index.d.ts diff --git a/ClientApp/node_modules/undici-types/interceptors.d.ts b/apps/angular/node_modules/undici-types/interceptors.d.ts similarity index 100% rename from ClientApp/node_modules/undici-types/interceptors.d.ts rename to apps/angular/node_modules/undici-types/interceptors.d.ts diff --git a/ClientApp/node_modules/undici-types/mock-agent.d.ts b/apps/angular/node_modules/undici-types/mock-agent.d.ts similarity index 100% rename from ClientApp/node_modules/undici-types/mock-agent.d.ts rename to apps/angular/node_modules/undici-types/mock-agent.d.ts diff --git a/ClientApp/node_modules/undici-types/mock-client.d.ts b/apps/angular/node_modules/undici-types/mock-client.d.ts similarity index 100% rename from ClientApp/node_modules/undici-types/mock-client.d.ts rename to apps/angular/node_modules/undici-types/mock-client.d.ts diff --git a/ClientApp/node_modules/undici-types/mock-errors.d.ts b/apps/angular/node_modules/undici-types/mock-errors.d.ts similarity index 100% rename from ClientApp/node_modules/undici-types/mock-errors.d.ts rename to apps/angular/node_modules/undici-types/mock-errors.d.ts diff --git a/ClientApp/node_modules/undici-types/mock-interceptor.d.ts b/apps/angular/node_modules/undici-types/mock-interceptor.d.ts similarity index 100% rename from ClientApp/node_modules/undici-types/mock-interceptor.d.ts rename to apps/angular/node_modules/undici-types/mock-interceptor.d.ts diff --git a/ClientApp/node_modules/undici-types/mock-pool.d.ts b/apps/angular/node_modules/undici-types/mock-pool.d.ts similarity index 100% rename from ClientApp/node_modules/undici-types/mock-pool.d.ts rename to apps/angular/node_modules/undici-types/mock-pool.d.ts diff --git a/ClientApp/node_modules/undici-types/package.json b/apps/angular/node_modules/undici-types/package.json similarity index 100% rename from ClientApp/node_modules/undici-types/package.json rename to apps/angular/node_modules/undici-types/package.json diff --git a/ClientApp/node_modules/undici-types/patch.d.ts b/apps/angular/node_modules/undici-types/patch.d.ts similarity index 100% rename from ClientApp/node_modules/undici-types/patch.d.ts rename to apps/angular/node_modules/undici-types/patch.d.ts diff --git a/ClientApp/node_modules/undici-types/pool-stats.d.ts b/apps/angular/node_modules/undici-types/pool-stats.d.ts similarity index 100% rename from ClientApp/node_modules/undici-types/pool-stats.d.ts rename to apps/angular/node_modules/undici-types/pool-stats.d.ts diff --git a/ClientApp/node_modules/undici-types/pool.d.ts b/apps/angular/node_modules/undici-types/pool.d.ts similarity index 100% rename from ClientApp/node_modules/undici-types/pool.d.ts rename to apps/angular/node_modules/undici-types/pool.d.ts diff --git a/ClientApp/node_modules/undici-types/proxy-agent.d.ts b/apps/angular/node_modules/undici-types/proxy-agent.d.ts similarity index 100% rename from ClientApp/node_modules/undici-types/proxy-agent.d.ts rename to apps/angular/node_modules/undici-types/proxy-agent.d.ts diff --git a/ClientApp/node_modules/undici-types/readable.d.ts b/apps/angular/node_modules/undici-types/readable.d.ts similarity index 100% rename from ClientApp/node_modules/undici-types/readable.d.ts rename to apps/angular/node_modules/undici-types/readable.d.ts diff --git a/ClientApp/node_modules/undici-types/retry-agent.d.ts b/apps/angular/node_modules/undici-types/retry-agent.d.ts similarity index 100% rename from ClientApp/node_modules/undici-types/retry-agent.d.ts rename to apps/angular/node_modules/undici-types/retry-agent.d.ts diff --git a/ClientApp/node_modules/undici-types/retry-handler.d.ts b/apps/angular/node_modules/undici-types/retry-handler.d.ts similarity index 100% rename from ClientApp/node_modules/undici-types/retry-handler.d.ts rename to apps/angular/node_modules/undici-types/retry-handler.d.ts diff --git a/ClientApp/node_modules/undici-types/util.d.ts b/apps/angular/node_modules/undici-types/util.d.ts similarity index 100% rename from ClientApp/node_modules/undici-types/util.d.ts rename to apps/angular/node_modules/undici-types/util.d.ts diff --git a/ClientApp/node_modules/undici-types/webidl.d.ts b/apps/angular/node_modules/undici-types/webidl.d.ts similarity index 100% rename from ClientApp/node_modules/undici-types/webidl.d.ts rename to apps/angular/node_modules/undici-types/webidl.d.ts diff --git a/ClientApp/node_modules/undici-types/websocket.d.ts b/apps/angular/node_modules/undici-types/websocket.d.ts similarity index 100% rename from ClientApp/node_modules/undici-types/websocket.d.ts rename to apps/angular/node_modules/undici-types/websocket.d.ts diff --git a/ClientApp/node_modules/universalify/LICENSE b/apps/angular/node_modules/universalify/LICENSE similarity index 100% rename from ClientApp/node_modules/universalify/LICENSE rename to apps/angular/node_modules/universalify/LICENSE diff --git a/ClientApp/node_modules/universalify/README.md b/apps/angular/node_modules/universalify/README.md similarity index 100% rename from ClientApp/node_modules/universalify/README.md rename to apps/angular/node_modules/universalify/README.md diff --git a/ClientApp/node_modules/universalify/index.js b/apps/angular/node_modules/universalify/index.js similarity index 100% rename from ClientApp/node_modules/universalify/index.js rename to apps/angular/node_modules/universalify/index.js diff --git a/ClientApp/node_modules/universalify/package.json b/apps/angular/node_modules/universalify/package.json similarity index 100% rename from ClientApp/node_modules/universalify/package.json rename to apps/angular/node_modules/universalify/package.json diff --git a/ClientApp/node_modules/untildify/index.d.ts b/apps/angular/node_modules/untildify/index.d.ts similarity index 100% rename from ClientApp/node_modules/untildify/index.d.ts rename to apps/angular/node_modules/untildify/index.d.ts diff --git a/ClientApp/node_modules/untildify/index.js b/apps/angular/node_modules/untildify/index.js similarity index 100% rename from ClientApp/node_modules/untildify/index.js rename to apps/angular/node_modules/untildify/index.js diff --git a/ClientApp/node_modules/untildify/license b/apps/angular/node_modules/untildify/license similarity index 100% rename from ClientApp/node_modules/untildify/license rename to apps/angular/node_modules/untildify/license diff --git a/ClientApp/node_modules/untildify/package.json b/apps/angular/node_modules/untildify/package.json similarity index 100% rename from ClientApp/node_modules/untildify/package.json rename to apps/angular/node_modules/untildify/package.json diff --git a/ClientApp/node_modules/untildify/readme.md b/apps/angular/node_modules/untildify/readme.md similarity index 100% rename from ClientApp/node_modules/untildify/readme.md rename to apps/angular/node_modules/untildify/readme.md diff --git a/ClientApp/node_modules/uri-js/LICENSE b/apps/angular/node_modules/uri-js/LICENSE similarity index 100% rename from ClientApp/node_modules/uri-js/LICENSE rename to apps/angular/node_modules/uri-js/LICENSE diff --git a/ClientApp/node_modules/uri-js/README.md b/apps/angular/node_modules/uri-js/README.md similarity index 100% rename from ClientApp/node_modules/uri-js/README.md rename to apps/angular/node_modules/uri-js/README.md diff --git a/ClientApp/node_modules/uri-js/dist/es5/uri.all.d.ts b/apps/angular/node_modules/uri-js/dist/es5/uri.all.d.ts similarity index 100% rename from ClientApp/node_modules/uri-js/dist/es5/uri.all.d.ts rename to apps/angular/node_modules/uri-js/dist/es5/uri.all.d.ts diff --git a/ClientApp/node_modules/uri-js/dist/es5/uri.all.js b/apps/angular/node_modules/uri-js/dist/es5/uri.all.js similarity index 100% rename from ClientApp/node_modules/uri-js/dist/es5/uri.all.js rename to apps/angular/node_modules/uri-js/dist/es5/uri.all.js diff --git a/ClientApp/node_modules/uri-js/dist/es5/uri.all.js.map b/apps/angular/node_modules/uri-js/dist/es5/uri.all.js.map similarity index 100% rename from ClientApp/node_modules/uri-js/dist/es5/uri.all.js.map rename to apps/angular/node_modules/uri-js/dist/es5/uri.all.js.map diff --git a/ClientApp/node_modules/uri-js/dist/es5/uri.all.min.d.ts b/apps/angular/node_modules/uri-js/dist/es5/uri.all.min.d.ts similarity index 100% rename from ClientApp/node_modules/uri-js/dist/es5/uri.all.min.d.ts rename to apps/angular/node_modules/uri-js/dist/es5/uri.all.min.d.ts diff --git a/ClientApp/node_modules/uri-js/dist/es5/uri.all.min.js b/apps/angular/node_modules/uri-js/dist/es5/uri.all.min.js similarity index 100% rename from ClientApp/node_modules/uri-js/dist/es5/uri.all.min.js rename to apps/angular/node_modules/uri-js/dist/es5/uri.all.min.js diff --git a/ClientApp/node_modules/uri-js/dist/es5/uri.all.min.js.map b/apps/angular/node_modules/uri-js/dist/es5/uri.all.min.js.map similarity index 100% rename from ClientApp/node_modules/uri-js/dist/es5/uri.all.min.js.map rename to apps/angular/node_modules/uri-js/dist/es5/uri.all.min.js.map diff --git a/ClientApp/node_modules/uri-js/dist/esnext/index.d.ts b/apps/angular/node_modules/uri-js/dist/esnext/index.d.ts similarity index 100% rename from ClientApp/node_modules/uri-js/dist/esnext/index.d.ts rename to apps/angular/node_modules/uri-js/dist/esnext/index.d.ts diff --git a/ClientApp/node_modules/uri-js/dist/esnext/index.js b/apps/angular/node_modules/uri-js/dist/esnext/index.js similarity index 100% rename from ClientApp/node_modules/uri-js/dist/esnext/index.js rename to apps/angular/node_modules/uri-js/dist/esnext/index.js diff --git a/ClientApp/node_modules/uri-js/dist/esnext/index.js.map b/apps/angular/node_modules/uri-js/dist/esnext/index.js.map similarity index 100% rename from ClientApp/node_modules/uri-js/dist/esnext/index.js.map rename to apps/angular/node_modules/uri-js/dist/esnext/index.js.map diff --git a/ClientApp/node_modules/uri-js/dist/esnext/regexps-iri.d.ts b/apps/angular/node_modules/uri-js/dist/esnext/regexps-iri.d.ts similarity index 100% rename from ClientApp/node_modules/uri-js/dist/esnext/regexps-iri.d.ts rename to apps/angular/node_modules/uri-js/dist/esnext/regexps-iri.d.ts diff --git a/ClientApp/node_modules/uri-js/dist/esnext/regexps-iri.js b/apps/angular/node_modules/uri-js/dist/esnext/regexps-iri.js similarity index 100% rename from ClientApp/node_modules/uri-js/dist/esnext/regexps-iri.js rename to apps/angular/node_modules/uri-js/dist/esnext/regexps-iri.js diff --git a/ClientApp/node_modules/uri-js/dist/esnext/regexps-iri.js.map b/apps/angular/node_modules/uri-js/dist/esnext/regexps-iri.js.map similarity index 100% rename from ClientApp/node_modules/uri-js/dist/esnext/regexps-iri.js.map rename to apps/angular/node_modules/uri-js/dist/esnext/regexps-iri.js.map diff --git a/ClientApp/node_modules/uri-js/dist/esnext/regexps-uri.d.ts b/apps/angular/node_modules/uri-js/dist/esnext/regexps-uri.d.ts similarity index 100% rename from ClientApp/node_modules/uri-js/dist/esnext/regexps-uri.d.ts rename to apps/angular/node_modules/uri-js/dist/esnext/regexps-uri.d.ts diff --git a/ClientApp/node_modules/uri-js/dist/esnext/regexps-uri.js b/apps/angular/node_modules/uri-js/dist/esnext/regexps-uri.js similarity index 100% rename from ClientApp/node_modules/uri-js/dist/esnext/regexps-uri.js rename to apps/angular/node_modules/uri-js/dist/esnext/regexps-uri.js diff --git a/ClientApp/node_modules/uri-js/dist/esnext/regexps-uri.js.map b/apps/angular/node_modules/uri-js/dist/esnext/regexps-uri.js.map similarity index 100% rename from ClientApp/node_modules/uri-js/dist/esnext/regexps-uri.js.map rename to apps/angular/node_modules/uri-js/dist/esnext/regexps-uri.js.map diff --git a/ClientApp/node_modules/uri-js/dist/esnext/schemes/http.d.ts b/apps/angular/node_modules/uri-js/dist/esnext/schemes/http.d.ts similarity index 100% rename from ClientApp/node_modules/uri-js/dist/esnext/schemes/http.d.ts rename to apps/angular/node_modules/uri-js/dist/esnext/schemes/http.d.ts diff --git a/ClientApp/node_modules/uri-js/dist/esnext/schemes/http.js b/apps/angular/node_modules/uri-js/dist/esnext/schemes/http.js similarity index 100% rename from ClientApp/node_modules/uri-js/dist/esnext/schemes/http.js rename to apps/angular/node_modules/uri-js/dist/esnext/schemes/http.js diff --git a/ClientApp/node_modules/uri-js/dist/esnext/schemes/http.js.map b/apps/angular/node_modules/uri-js/dist/esnext/schemes/http.js.map similarity index 100% rename from ClientApp/node_modules/uri-js/dist/esnext/schemes/http.js.map rename to apps/angular/node_modules/uri-js/dist/esnext/schemes/http.js.map diff --git a/ClientApp/node_modules/uri-js/dist/esnext/schemes/https.d.ts b/apps/angular/node_modules/uri-js/dist/esnext/schemes/https.d.ts similarity index 100% rename from ClientApp/node_modules/uri-js/dist/esnext/schemes/https.d.ts rename to apps/angular/node_modules/uri-js/dist/esnext/schemes/https.d.ts diff --git a/ClientApp/node_modules/uri-js/dist/esnext/schemes/https.js b/apps/angular/node_modules/uri-js/dist/esnext/schemes/https.js similarity index 100% rename from ClientApp/node_modules/uri-js/dist/esnext/schemes/https.js rename to apps/angular/node_modules/uri-js/dist/esnext/schemes/https.js diff --git a/ClientApp/node_modules/uri-js/dist/esnext/schemes/https.js.map b/apps/angular/node_modules/uri-js/dist/esnext/schemes/https.js.map similarity index 100% rename from ClientApp/node_modules/uri-js/dist/esnext/schemes/https.js.map rename to apps/angular/node_modules/uri-js/dist/esnext/schemes/https.js.map diff --git a/ClientApp/node_modules/uri-js/dist/esnext/schemes/mailto.d.ts b/apps/angular/node_modules/uri-js/dist/esnext/schemes/mailto.d.ts similarity index 100% rename from ClientApp/node_modules/uri-js/dist/esnext/schemes/mailto.d.ts rename to apps/angular/node_modules/uri-js/dist/esnext/schemes/mailto.d.ts diff --git a/ClientApp/node_modules/uri-js/dist/esnext/schemes/mailto.js b/apps/angular/node_modules/uri-js/dist/esnext/schemes/mailto.js similarity index 100% rename from ClientApp/node_modules/uri-js/dist/esnext/schemes/mailto.js rename to apps/angular/node_modules/uri-js/dist/esnext/schemes/mailto.js diff --git a/ClientApp/node_modules/uri-js/dist/esnext/schemes/mailto.js.map b/apps/angular/node_modules/uri-js/dist/esnext/schemes/mailto.js.map similarity index 100% rename from ClientApp/node_modules/uri-js/dist/esnext/schemes/mailto.js.map rename to apps/angular/node_modules/uri-js/dist/esnext/schemes/mailto.js.map diff --git a/ClientApp/node_modules/uri-js/dist/esnext/schemes/urn-uuid.d.ts b/apps/angular/node_modules/uri-js/dist/esnext/schemes/urn-uuid.d.ts similarity index 100% rename from ClientApp/node_modules/uri-js/dist/esnext/schemes/urn-uuid.d.ts rename to apps/angular/node_modules/uri-js/dist/esnext/schemes/urn-uuid.d.ts diff --git a/ClientApp/node_modules/uri-js/dist/esnext/schemes/urn-uuid.js b/apps/angular/node_modules/uri-js/dist/esnext/schemes/urn-uuid.js similarity index 100% rename from ClientApp/node_modules/uri-js/dist/esnext/schemes/urn-uuid.js rename to apps/angular/node_modules/uri-js/dist/esnext/schemes/urn-uuid.js diff --git a/ClientApp/node_modules/uri-js/dist/esnext/schemes/urn-uuid.js.map b/apps/angular/node_modules/uri-js/dist/esnext/schemes/urn-uuid.js.map similarity index 100% rename from ClientApp/node_modules/uri-js/dist/esnext/schemes/urn-uuid.js.map rename to apps/angular/node_modules/uri-js/dist/esnext/schemes/urn-uuid.js.map diff --git a/ClientApp/node_modules/uri-js/dist/esnext/schemes/urn.d.ts b/apps/angular/node_modules/uri-js/dist/esnext/schemes/urn.d.ts similarity index 100% rename from ClientApp/node_modules/uri-js/dist/esnext/schemes/urn.d.ts rename to apps/angular/node_modules/uri-js/dist/esnext/schemes/urn.d.ts diff --git a/ClientApp/node_modules/uri-js/dist/esnext/schemes/urn.js b/apps/angular/node_modules/uri-js/dist/esnext/schemes/urn.js similarity index 100% rename from ClientApp/node_modules/uri-js/dist/esnext/schemes/urn.js rename to apps/angular/node_modules/uri-js/dist/esnext/schemes/urn.js diff --git a/ClientApp/node_modules/uri-js/dist/esnext/schemes/urn.js.map b/apps/angular/node_modules/uri-js/dist/esnext/schemes/urn.js.map similarity index 100% rename from ClientApp/node_modules/uri-js/dist/esnext/schemes/urn.js.map rename to apps/angular/node_modules/uri-js/dist/esnext/schemes/urn.js.map diff --git a/ClientApp/node_modules/uri-js/dist/esnext/schemes/ws.d.ts b/apps/angular/node_modules/uri-js/dist/esnext/schemes/ws.d.ts similarity index 100% rename from ClientApp/node_modules/uri-js/dist/esnext/schemes/ws.d.ts rename to apps/angular/node_modules/uri-js/dist/esnext/schemes/ws.d.ts diff --git a/ClientApp/node_modules/uri-js/dist/esnext/schemes/ws.js b/apps/angular/node_modules/uri-js/dist/esnext/schemes/ws.js similarity index 100% rename from ClientApp/node_modules/uri-js/dist/esnext/schemes/ws.js rename to apps/angular/node_modules/uri-js/dist/esnext/schemes/ws.js diff --git a/ClientApp/node_modules/uri-js/dist/esnext/schemes/ws.js.map b/apps/angular/node_modules/uri-js/dist/esnext/schemes/ws.js.map similarity index 100% rename from ClientApp/node_modules/uri-js/dist/esnext/schemes/ws.js.map rename to apps/angular/node_modules/uri-js/dist/esnext/schemes/ws.js.map diff --git a/ClientApp/node_modules/uri-js/dist/esnext/schemes/wss.d.ts b/apps/angular/node_modules/uri-js/dist/esnext/schemes/wss.d.ts similarity index 100% rename from ClientApp/node_modules/uri-js/dist/esnext/schemes/wss.d.ts rename to apps/angular/node_modules/uri-js/dist/esnext/schemes/wss.d.ts diff --git a/ClientApp/node_modules/uri-js/dist/esnext/schemes/wss.js b/apps/angular/node_modules/uri-js/dist/esnext/schemes/wss.js similarity index 100% rename from ClientApp/node_modules/uri-js/dist/esnext/schemes/wss.js rename to apps/angular/node_modules/uri-js/dist/esnext/schemes/wss.js diff --git a/ClientApp/node_modules/uri-js/dist/esnext/schemes/wss.js.map b/apps/angular/node_modules/uri-js/dist/esnext/schemes/wss.js.map similarity index 100% rename from ClientApp/node_modules/uri-js/dist/esnext/schemes/wss.js.map rename to apps/angular/node_modules/uri-js/dist/esnext/schemes/wss.js.map diff --git a/ClientApp/node_modules/uri-js/dist/esnext/uri.d.ts b/apps/angular/node_modules/uri-js/dist/esnext/uri.d.ts similarity index 100% rename from ClientApp/node_modules/uri-js/dist/esnext/uri.d.ts rename to apps/angular/node_modules/uri-js/dist/esnext/uri.d.ts diff --git a/ClientApp/node_modules/uri-js/dist/esnext/uri.js b/apps/angular/node_modules/uri-js/dist/esnext/uri.js similarity index 100% rename from ClientApp/node_modules/uri-js/dist/esnext/uri.js rename to apps/angular/node_modules/uri-js/dist/esnext/uri.js diff --git a/ClientApp/node_modules/uri-js/dist/esnext/uri.js.map b/apps/angular/node_modules/uri-js/dist/esnext/uri.js.map similarity index 100% rename from ClientApp/node_modules/uri-js/dist/esnext/uri.js.map rename to apps/angular/node_modules/uri-js/dist/esnext/uri.js.map diff --git a/ClientApp/node_modules/uri-js/dist/esnext/util.d.ts b/apps/angular/node_modules/uri-js/dist/esnext/util.d.ts similarity index 100% rename from ClientApp/node_modules/uri-js/dist/esnext/util.d.ts rename to apps/angular/node_modules/uri-js/dist/esnext/util.d.ts diff --git a/ClientApp/node_modules/uri-js/dist/esnext/util.js b/apps/angular/node_modules/uri-js/dist/esnext/util.js similarity index 100% rename from ClientApp/node_modules/uri-js/dist/esnext/util.js rename to apps/angular/node_modules/uri-js/dist/esnext/util.js diff --git a/ClientApp/node_modules/uri-js/dist/esnext/util.js.map b/apps/angular/node_modules/uri-js/dist/esnext/util.js.map similarity index 100% rename from ClientApp/node_modules/uri-js/dist/esnext/util.js.map rename to apps/angular/node_modules/uri-js/dist/esnext/util.js.map diff --git a/ClientApp/node_modules/uri-js/package.json b/apps/angular/node_modules/uri-js/package.json similarity index 100% rename from ClientApp/node_modules/uri-js/package.json rename to apps/angular/node_modules/uri-js/package.json diff --git a/ClientApp/node_modules/uri-js/yarn.lock b/apps/angular/node_modules/uri-js/yarn.lock similarity index 100% rename from ClientApp/node_modules/uri-js/yarn.lock rename to apps/angular/node_modules/uri-js/yarn.lock diff --git a/ClientApp/node_modules/url-parse/LICENSE b/apps/angular/node_modules/url-parse/LICENSE similarity index 100% rename from ClientApp/node_modules/url-parse/LICENSE rename to apps/angular/node_modules/url-parse/LICENSE diff --git a/ClientApp/node_modules/url-parse/README.md b/apps/angular/node_modules/url-parse/README.md similarity index 100% rename from ClientApp/node_modules/url-parse/README.md rename to apps/angular/node_modules/url-parse/README.md diff --git a/ClientApp/node_modules/url-parse/dist/url-parse.js b/apps/angular/node_modules/url-parse/dist/url-parse.js similarity index 100% rename from ClientApp/node_modules/url-parse/dist/url-parse.js rename to apps/angular/node_modules/url-parse/dist/url-parse.js diff --git a/ClientApp/node_modules/url-parse/dist/url-parse.min.js b/apps/angular/node_modules/url-parse/dist/url-parse.min.js similarity index 100% rename from ClientApp/node_modules/url-parse/dist/url-parse.min.js rename to apps/angular/node_modules/url-parse/dist/url-parse.min.js diff --git a/ClientApp/node_modules/url-parse/dist/url-parse.min.js.map b/apps/angular/node_modules/url-parse/dist/url-parse.min.js.map similarity index 100% rename from ClientApp/node_modules/url-parse/dist/url-parse.min.js.map rename to apps/angular/node_modules/url-parse/dist/url-parse.min.js.map diff --git a/ClientApp/node_modules/url-parse/index.js b/apps/angular/node_modules/url-parse/index.js similarity index 100% rename from ClientApp/node_modules/url-parse/index.js rename to apps/angular/node_modules/url-parse/index.js diff --git a/ClientApp/node_modules/url-parse/package.json b/apps/angular/node_modules/url-parse/package.json similarity index 100% rename from ClientApp/node_modules/url-parse/package.json rename to apps/angular/node_modules/url-parse/package.json diff --git a/ClientApp/node_modules/use-sync-external-store/LICENSE b/apps/angular/node_modules/use-sync-external-store/LICENSE similarity index 100% rename from ClientApp/node_modules/use-sync-external-store/LICENSE rename to apps/angular/node_modules/use-sync-external-store/LICENSE diff --git a/ClientApp/node_modules/use-sync-external-store/README.md b/apps/angular/node_modules/use-sync-external-store/README.md similarity index 100% rename from ClientApp/node_modules/use-sync-external-store/README.md rename to apps/angular/node_modules/use-sync-external-store/README.md diff --git a/ClientApp/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js b/apps/angular/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js similarity index 100% rename from ClientApp/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js rename to apps/angular/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js diff --git a/ClientApp/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.native.development.js b/apps/angular/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.native.development.js similarity index 100% rename from ClientApp/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.native.development.js rename to apps/angular/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.native.development.js diff --git a/ClientApp/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.native.production.js b/apps/angular/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.native.production.js similarity index 100% rename from ClientApp/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.native.production.js rename to apps/angular/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.native.production.js diff --git a/ClientApp/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js b/apps/angular/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js similarity index 100% rename from ClientApp/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js rename to apps/angular/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js diff --git a/ClientApp/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.js b/apps/angular/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.js similarity index 100% rename from ClientApp/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.js rename to apps/angular/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.js diff --git a/ClientApp/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.js b/apps/angular/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.js similarity index 100% rename from ClientApp/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.js rename to apps/angular/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.js diff --git a/ClientApp/node_modules/use-sync-external-store/cjs/use-sync-external-store-with-selector.development.js b/apps/angular/node_modules/use-sync-external-store/cjs/use-sync-external-store-with-selector.development.js similarity index 100% rename from ClientApp/node_modules/use-sync-external-store/cjs/use-sync-external-store-with-selector.development.js rename to apps/angular/node_modules/use-sync-external-store/cjs/use-sync-external-store-with-selector.development.js diff --git a/ClientApp/node_modules/use-sync-external-store/cjs/use-sync-external-store-with-selector.production.js b/apps/angular/node_modules/use-sync-external-store/cjs/use-sync-external-store-with-selector.production.js similarity index 100% rename from ClientApp/node_modules/use-sync-external-store/cjs/use-sync-external-store-with-selector.production.js rename to apps/angular/node_modules/use-sync-external-store/cjs/use-sync-external-store-with-selector.production.js diff --git a/ClientApp/node_modules/use-sync-external-store/cjs/use-sync-external-store.development.js b/apps/angular/node_modules/use-sync-external-store/cjs/use-sync-external-store.development.js similarity index 100% rename from ClientApp/node_modules/use-sync-external-store/cjs/use-sync-external-store.development.js rename to apps/angular/node_modules/use-sync-external-store/cjs/use-sync-external-store.development.js diff --git a/ClientApp/node_modules/use-sync-external-store/cjs/use-sync-external-store.production.js b/apps/angular/node_modules/use-sync-external-store/cjs/use-sync-external-store.production.js similarity index 100% rename from ClientApp/node_modules/use-sync-external-store/cjs/use-sync-external-store.production.js rename to apps/angular/node_modules/use-sync-external-store/cjs/use-sync-external-store.production.js diff --git a/ClientApp/node_modules/use-sync-external-store/index.js b/apps/angular/node_modules/use-sync-external-store/index.js similarity index 100% rename from ClientApp/node_modules/use-sync-external-store/index.js rename to apps/angular/node_modules/use-sync-external-store/index.js diff --git a/ClientApp/node_modules/use-sync-external-store/package.json b/apps/angular/node_modules/use-sync-external-store/package.json similarity index 100% rename from ClientApp/node_modules/use-sync-external-store/package.json rename to apps/angular/node_modules/use-sync-external-store/package.json diff --git a/ClientApp/node_modules/use-sync-external-store/shim/index.js b/apps/angular/node_modules/use-sync-external-store/shim/index.js similarity index 100% rename from ClientApp/node_modules/use-sync-external-store/shim/index.js rename to apps/angular/node_modules/use-sync-external-store/shim/index.js diff --git a/ClientApp/node_modules/use-sync-external-store/shim/index.native.js b/apps/angular/node_modules/use-sync-external-store/shim/index.native.js similarity index 100% rename from ClientApp/node_modules/use-sync-external-store/shim/index.native.js rename to apps/angular/node_modules/use-sync-external-store/shim/index.native.js diff --git a/ClientApp/node_modules/use-sync-external-store/shim/with-selector.js b/apps/angular/node_modules/use-sync-external-store/shim/with-selector.js similarity index 100% rename from ClientApp/node_modules/use-sync-external-store/shim/with-selector.js rename to apps/angular/node_modules/use-sync-external-store/shim/with-selector.js diff --git a/ClientApp/node_modules/use-sync-external-store/with-selector.js b/apps/angular/node_modules/use-sync-external-store/with-selector.js similarity index 100% rename from ClientApp/node_modules/use-sync-external-store/with-selector.js rename to apps/angular/node_modules/use-sync-external-store/with-selector.js diff --git a/ClientApp/node_modules/uuid/CHANGELOG.md b/apps/angular/node_modules/uuid/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/uuid/CHANGELOG.md rename to apps/angular/node_modules/uuid/CHANGELOG.md diff --git a/ClientApp/node_modules/uuid/CONTRIBUTING.md b/apps/angular/node_modules/uuid/CONTRIBUTING.md similarity index 100% rename from ClientApp/node_modules/uuid/CONTRIBUTING.md rename to apps/angular/node_modules/uuid/CONTRIBUTING.md diff --git a/ClientApp/node_modules/uuid/LICENSE.md b/apps/angular/node_modules/uuid/LICENSE.md similarity index 100% rename from ClientApp/node_modules/uuid/LICENSE.md rename to apps/angular/node_modules/uuid/LICENSE.md diff --git a/ClientApp/node_modules/uuid/README.md b/apps/angular/node_modules/uuid/README.md similarity index 100% rename from ClientApp/node_modules/uuid/README.md rename to apps/angular/node_modules/uuid/README.md diff --git a/ClientApp/node_modules/uuid/dist/bin/uuid b/apps/angular/node_modules/uuid/dist/bin/uuid similarity index 100% rename from ClientApp/node_modules/uuid/dist/bin/uuid rename to apps/angular/node_modules/uuid/dist/bin/uuid diff --git a/ClientApp/node_modules/uuid/dist/esm-browser/index.js b/apps/angular/node_modules/uuid/dist/esm-browser/index.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/esm-browser/index.js rename to apps/angular/node_modules/uuid/dist/esm-browser/index.js diff --git a/ClientApp/node_modules/uuid/dist/esm-browser/md5.js b/apps/angular/node_modules/uuid/dist/esm-browser/md5.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/esm-browser/md5.js rename to apps/angular/node_modules/uuid/dist/esm-browser/md5.js diff --git a/ClientApp/node_modules/uuid/dist/esm-browser/nil.js b/apps/angular/node_modules/uuid/dist/esm-browser/nil.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/esm-browser/nil.js rename to apps/angular/node_modules/uuid/dist/esm-browser/nil.js diff --git a/ClientApp/node_modules/uuid/dist/esm-browser/parse.js b/apps/angular/node_modules/uuid/dist/esm-browser/parse.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/esm-browser/parse.js rename to apps/angular/node_modules/uuid/dist/esm-browser/parse.js diff --git a/ClientApp/node_modules/uuid/dist/esm-browser/regex.js b/apps/angular/node_modules/uuid/dist/esm-browser/regex.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/esm-browser/regex.js rename to apps/angular/node_modules/uuid/dist/esm-browser/regex.js diff --git a/ClientApp/node_modules/uuid/dist/esm-browser/rng.js b/apps/angular/node_modules/uuid/dist/esm-browser/rng.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/esm-browser/rng.js rename to apps/angular/node_modules/uuid/dist/esm-browser/rng.js diff --git a/ClientApp/node_modules/uuid/dist/esm-browser/sha1.js b/apps/angular/node_modules/uuid/dist/esm-browser/sha1.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/esm-browser/sha1.js rename to apps/angular/node_modules/uuid/dist/esm-browser/sha1.js diff --git a/ClientApp/node_modules/uuid/dist/esm-browser/stringify.js b/apps/angular/node_modules/uuid/dist/esm-browser/stringify.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/esm-browser/stringify.js rename to apps/angular/node_modules/uuid/dist/esm-browser/stringify.js diff --git a/ClientApp/node_modules/uuid/dist/esm-browser/v1.js b/apps/angular/node_modules/uuid/dist/esm-browser/v1.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/esm-browser/v1.js rename to apps/angular/node_modules/uuid/dist/esm-browser/v1.js diff --git a/ClientApp/node_modules/uuid/dist/esm-browser/v3.js b/apps/angular/node_modules/uuid/dist/esm-browser/v3.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/esm-browser/v3.js rename to apps/angular/node_modules/uuid/dist/esm-browser/v3.js diff --git a/ClientApp/node_modules/uuid/dist/esm-browser/v35.js b/apps/angular/node_modules/uuid/dist/esm-browser/v35.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/esm-browser/v35.js rename to apps/angular/node_modules/uuid/dist/esm-browser/v35.js diff --git a/ClientApp/node_modules/uuid/dist/esm-browser/v4.js b/apps/angular/node_modules/uuid/dist/esm-browser/v4.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/esm-browser/v4.js rename to apps/angular/node_modules/uuid/dist/esm-browser/v4.js diff --git a/ClientApp/node_modules/uuid/dist/esm-browser/v5.js b/apps/angular/node_modules/uuid/dist/esm-browser/v5.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/esm-browser/v5.js rename to apps/angular/node_modules/uuid/dist/esm-browser/v5.js diff --git a/ClientApp/node_modules/uuid/dist/esm-browser/validate.js b/apps/angular/node_modules/uuid/dist/esm-browser/validate.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/esm-browser/validate.js rename to apps/angular/node_modules/uuid/dist/esm-browser/validate.js diff --git a/ClientApp/node_modules/uuid/dist/esm-browser/version.js b/apps/angular/node_modules/uuid/dist/esm-browser/version.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/esm-browser/version.js rename to apps/angular/node_modules/uuid/dist/esm-browser/version.js diff --git a/ClientApp/node_modules/uuid/dist/esm-node/index.js b/apps/angular/node_modules/uuid/dist/esm-node/index.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/esm-node/index.js rename to apps/angular/node_modules/uuid/dist/esm-node/index.js diff --git a/ClientApp/node_modules/uuid/dist/esm-node/md5.js b/apps/angular/node_modules/uuid/dist/esm-node/md5.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/esm-node/md5.js rename to apps/angular/node_modules/uuid/dist/esm-node/md5.js diff --git a/ClientApp/node_modules/uuid/dist/esm-node/nil.js b/apps/angular/node_modules/uuid/dist/esm-node/nil.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/esm-node/nil.js rename to apps/angular/node_modules/uuid/dist/esm-node/nil.js diff --git a/ClientApp/node_modules/uuid/dist/esm-node/parse.js b/apps/angular/node_modules/uuid/dist/esm-node/parse.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/esm-node/parse.js rename to apps/angular/node_modules/uuid/dist/esm-node/parse.js diff --git a/ClientApp/node_modules/uuid/dist/esm-node/regex.js b/apps/angular/node_modules/uuid/dist/esm-node/regex.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/esm-node/regex.js rename to apps/angular/node_modules/uuid/dist/esm-node/regex.js diff --git a/ClientApp/node_modules/uuid/dist/esm-node/rng.js b/apps/angular/node_modules/uuid/dist/esm-node/rng.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/esm-node/rng.js rename to apps/angular/node_modules/uuid/dist/esm-node/rng.js diff --git a/ClientApp/node_modules/uuid/dist/esm-node/sha1.js b/apps/angular/node_modules/uuid/dist/esm-node/sha1.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/esm-node/sha1.js rename to apps/angular/node_modules/uuid/dist/esm-node/sha1.js diff --git a/ClientApp/node_modules/uuid/dist/esm-node/stringify.js b/apps/angular/node_modules/uuid/dist/esm-node/stringify.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/esm-node/stringify.js rename to apps/angular/node_modules/uuid/dist/esm-node/stringify.js diff --git a/ClientApp/node_modules/uuid/dist/esm-node/v1.js b/apps/angular/node_modules/uuid/dist/esm-node/v1.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/esm-node/v1.js rename to apps/angular/node_modules/uuid/dist/esm-node/v1.js diff --git a/ClientApp/node_modules/uuid/dist/esm-node/v3.js b/apps/angular/node_modules/uuid/dist/esm-node/v3.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/esm-node/v3.js rename to apps/angular/node_modules/uuid/dist/esm-node/v3.js diff --git a/ClientApp/node_modules/uuid/dist/esm-node/v35.js b/apps/angular/node_modules/uuid/dist/esm-node/v35.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/esm-node/v35.js rename to apps/angular/node_modules/uuid/dist/esm-node/v35.js diff --git a/ClientApp/node_modules/uuid/dist/esm-node/v4.js b/apps/angular/node_modules/uuid/dist/esm-node/v4.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/esm-node/v4.js rename to apps/angular/node_modules/uuid/dist/esm-node/v4.js diff --git a/ClientApp/node_modules/uuid/dist/esm-node/v5.js b/apps/angular/node_modules/uuid/dist/esm-node/v5.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/esm-node/v5.js rename to apps/angular/node_modules/uuid/dist/esm-node/v5.js diff --git a/ClientApp/node_modules/uuid/dist/esm-node/validate.js b/apps/angular/node_modules/uuid/dist/esm-node/validate.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/esm-node/validate.js rename to apps/angular/node_modules/uuid/dist/esm-node/validate.js diff --git a/ClientApp/node_modules/uuid/dist/esm-node/version.js b/apps/angular/node_modules/uuid/dist/esm-node/version.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/esm-node/version.js rename to apps/angular/node_modules/uuid/dist/esm-node/version.js diff --git a/ClientApp/node_modules/uuid/dist/index.js b/apps/angular/node_modules/uuid/dist/index.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/index.js rename to apps/angular/node_modules/uuid/dist/index.js diff --git a/ClientApp/node_modules/uuid/dist/md5-browser.js b/apps/angular/node_modules/uuid/dist/md5-browser.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/md5-browser.js rename to apps/angular/node_modules/uuid/dist/md5-browser.js diff --git a/ClientApp/node_modules/uuid/dist/md5.js b/apps/angular/node_modules/uuid/dist/md5.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/md5.js rename to apps/angular/node_modules/uuid/dist/md5.js diff --git a/ClientApp/node_modules/uuid/dist/nil.js b/apps/angular/node_modules/uuid/dist/nil.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/nil.js rename to apps/angular/node_modules/uuid/dist/nil.js diff --git a/ClientApp/node_modules/uuid/dist/parse.js b/apps/angular/node_modules/uuid/dist/parse.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/parse.js rename to apps/angular/node_modules/uuid/dist/parse.js diff --git a/ClientApp/node_modules/uuid/dist/regex.js b/apps/angular/node_modules/uuid/dist/regex.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/regex.js rename to apps/angular/node_modules/uuid/dist/regex.js diff --git a/ClientApp/node_modules/uuid/dist/rng-browser.js b/apps/angular/node_modules/uuid/dist/rng-browser.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/rng-browser.js rename to apps/angular/node_modules/uuid/dist/rng-browser.js diff --git a/ClientApp/node_modules/uuid/dist/rng.js b/apps/angular/node_modules/uuid/dist/rng.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/rng.js rename to apps/angular/node_modules/uuid/dist/rng.js diff --git a/ClientApp/node_modules/uuid/dist/sha1-browser.js b/apps/angular/node_modules/uuid/dist/sha1-browser.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/sha1-browser.js rename to apps/angular/node_modules/uuid/dist/sha1-browser.js diff --git a/ClientApp/node_modules/uuid/dist/sha1.js b/apps/angular/node_modules/uuid/dist/sha1.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/sha1.js rename to apps/angular/node_modules/uuid/dist/sha1.js diff --git a/ClientApp/node_modules/uuid/dist/stringify.js b/apps/angular/node_modules/uuid/dist/stringify.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/stringify.js rename to apps/angular/node_modules/uuid/dist/stringify.js diff --git a/ClientApp/node_modules/uuid/dist/umd/uuid.min.js b/apps/angular/node_modules/uuid/dist/umd/uuid.min.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/umd/uuid.min.js rename to apps/angular/node_modules/uuid/dist/umd/uuid.min.js diff --git a/ClientApp/node_modules/uuid/dist/umd/uuidNIL.min.js b/apps/angular/node_modules/uuid/dist/umd/uuidNIL.min.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/umd/uuidNIL.min.js rename to apps/angular/node_modules/uuid/dist/umd/uuidNIL.min.js diff --git a/ClientApp/node_modules/uuid/dist/umd/uuidParse.min.js b/apps/angular/node_modules/uuid/dist/umd/uuidParse.min.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/umd/uuidParse.min.js rename to apps/angular/node_modules/uuid/dist/umd/uuidParse.min.js diff --git a/ClientApp/node_modules/uuid/dist/umd/uuidStringify.min.js b/apps/angular/node_modules/uuid/dist/umd/uuidStringify.min.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/umd/uuidStringify.min.js rename to apps/angular/node_modules/uuid/dist/umd/uuidStringify.min.js diff --git a/ClientApp/node_modules/uuid/dist/umd/uuidValidate.min.js b/apps/angular/node_modules/uuid/dist/umd/uuidValidate.min.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/umd/uuidValidate.min.js rename to apps/angular/node_modules/uuid/dist/umd/uuidValidate.min.js diff --git a/ClientApp/node_modules/uuid/dist/umd/uuidVersion.min.js b/apps/angular/node_modules/uuid/dist/umd/uuidVersion.min.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/umd/uuidVersion.min.js rename to apps/angular/node_modules/uuid/dist/umd/uuidVersion.min.js diff --git a/ClientApp/node_modules/uuid/dist/umd/uuidv1.min.js b/apps/angular/node_modules/uuid/dist/umd/uuidv1.min.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/umd/uuidv1.min.js rename to apps/angular/node_modules/uuid/dist/umd/uuidv1.min.js diff --git a/ClientApp/node_modules/uuid/dist/umd/uuidv3.min.js b/apps/angular/node_modules/uuid/dist/umd/uuidv3.min.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/umd/uuidv3.min.js rename to apps/angular/node_modules/uuid/dist/umd/uuidv3.min.js diff --git a/ClientApp/node_modules/uuid/dist/umd/uuidv4.min.js b/apps/angular/node_modules/uuid/dist/umd/uuidv4.min.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/umd/uuidv4.min.js rename to apps/angular/node_modules/uuid/dist/umd/uuidv4.min.js diff --git a/ClientApp/node_modules/uuid/dist/umd/uuidv5.min.js b/apps/angular/node_modules/uuid/dist/umd/uuidv5.min.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/umd/uuidv5.min.js rename to apps/angular/node_modules/uuid/dist/umd/uuidv5.min.js diff --git a/ClientApp/node_modules/uuid/dist/uuid-bin.js b/apps/angular/node_modules/uuid/dist/uuid-bin.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/uuid-bin.js rename to apps/angular/node_modules/uuid/dist/uuid-bin.js diff --git a/ClientApp/node_modules/uuid/dist/v1.js b/apps/angular/node_modules/uuid/dist/v1.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/v1.js rename to apps/angular/node_modules/uuid/dist/v1.js diff --git a/ClientApp/node_modules/uuid/dist/v3.js b/apps/angular/node_modules/uuid/dist/v3.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/v3.js rename to apps/angular/node_modules/uuid/dist/v3.js diff --git a/ClientApp/node_modules/uuid/dist/v35.js b/apps/angular/node_modules/uuid/dist/v35.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/v35.js rename to apps/angular/node_modules/uuid/dist/v35.js diff --git a/ClientApp/node_modules/uuid/dist/v4.js b/apps/angular/node_modules/uuid/dist/v4.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/v4.js rename to apps/angular/node_modules/uuid/dist/v4.js diff --git a/ClientApp/node_modules/uuid/dist/v5.js b/apps/angular/node_modules/uuid/dist/v5.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/v5.js rename to apps/angular/node_modules/uuid/dist/v5.js diff --git a/ClientApp/node_modules/uuid/dist/validate.js b/apps/angular/node_modules/uuid/dist/validate.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/validate.js rename to apps/angular/node_modules/uuid/dist/validate.js diff --git a/ClientApp/node_modules/uuid/dist/version.js b/apps/angular/node_modules/uuid/dist/version.js similarity index 100% rename from ClientApp/node_modules/uuid/dist/version.js rename to apps/angular/node_modules/uuid/dist/version.js diff --git a/ClientApp/node_modules/uuid/package.json b/apps/angular/node_modules/uuid/package.json similarity index 100% rename from ClientApp/node_modules/uuid/package.json rename to apps/angular/node_modules/uuid/package.json diff --git a/ClientApp/node_modules/uuid/wrapper.mjs b/apps/angular/node_modules/uuid/wrapper.mjs similarity index 100% rename from ClientApp/node_modules/uuid/wrapper.mjs rename to apps/angular/node_modules/uuid/wrapper.mjs diff --git a/ClientApp/node_modules/varint/README.md b/apps/angular/node_modules/varint/README.md similarity index 100% rename from ClientApp/node_modules/varint/README.md rename to apps/angular/node_modules/varint/README.md diff --git a/ClientApp/node_modules/varint/bench.js b/apps/angular/node_modules/varint/bench.js similarity index 100% rename from ClientApp/node_modules/varint/bench.js rename to apps/angular/node_modules/varint/bench.js diff --git a/ClientApp/node_modules/varint/decode.js b/apps/angular/node_modules/varint/decode.js similarity index 100% rename from ClientApp/node_modules/varint/decode.js rename to apps/angular/node_modules/varint/decode.js diff --git a/ClientApp/node_modules/varint/encode.js b/apps/angular/node_modules/varint/encode.js similarity index 100% rename from ClientApp/node_modules/varint/encode.js rename to apps/angular/node_modules/varint/encode.js diff --git a/ClientApp/node_modules/varint/index.js b/apps/angular/node_modules/varint/index.js similarity index 100% rename from ClientApp/node_modules/varint/index.js rename to apps/angular/node_modules/varint/index.js diff --git a/ClientApp/node_modules/varint/length.js b/apps/angular/node_modules/varint/length.js similarity index 100% rename from ClientApp/node_modules/varint/length.js rename to apps/angular/node_modules/varint/length.js diff --git a/ClientApp/node_modules/varint/package.json b/apps/angular/node_modules/varint/package.json similarity index 100% rename from ClientApp/node_modules/varint/package.json rename to apps/angular/node_modules/varint/package.json diff --git a/ClientApp/node_modules/varint/test.js b/apps/angular/node_modules/varint/test.js similarity index 100% rename from ClientApp/node_modules/varint/test.js rename to apps/angular/node_modules/varint/test.js diff --git a/ClientApp/node_modules/verror/.npmignore b/apps/angular/node_modules/verror/.npmignore similarity index 100% rename from ClientApp/node_modules/verror/.npmignore rename to apps/angular/node_modules/verror/.npmignore diff --git a/ClientApp/node_modules/verror/CHANGES.md b/apps/angular/node_modules/verror/CHANGES.md similarity index 100% rename from ClientApp/node_modules/verror/CHANGES.md rename to apps/angular/node_modules/verror/CHANGES.md diff --git a/ClientApp/node_modules/verror/CONTRIBUTING.md b/apps/angular/node_modules/verror/CONTRIBUTING.md similarity index 100% rename from ClientApp/node_modules/verror/CONTRIBUTING.md rename to apps/angular/node_modules/verror/CONTRIBUTING.md diff --git a/ClientApp/node_modules/verror/LICENSE b/apps/angular/node_modules/verror/LICENSE similarity index 100% rename from ClientApp/node_modules/verror/LICENSE rename to apps/angular/node_modules/verror/LICENSE diff --git a/ClientApp/node_modules/verror/README.md b/apps/angular/node_modules/verror/README.md similarity index 100% rename from ClientApp/node_modules/verror/README.md rename to apps/angular/node_modules/verror/README.md diff --git a/ClientApp/node_modules/verror/lib/verror.js b/apps/angular/node_modules/verror/lib/verror.js similarity index 100% rename from ClientApp/node_modules/verror/lib/verror.js rename to apps/angular/node_modules/verror/lib/verror.js diff --git a/ClientApp/node_modules/verror/package.json b/apps/angular/node_modules/verror/package.json similarity index 100% rename from ClientApp/node_modules/verror/package.json rename to apps/angular/node_modules/verror/package.json diff --git a/ClientApp/node_modules/vite-node/LICENSE b/apps/angular/node_modules/vite-node/LICENSE similarity index 100% rename from ClientApp/node_modules/vite-node/LICENSE rename to apps/angular/node_modules/vite-node/LICENSE diff --git a/ClientApp/node_modules/vite-node/README.md b/apps/angular/node_modules/vite-node/README.md similarity index 100% rename from ClientApp/node_modules/vite-node/README.md rename to apps/angular/node_modules/vite-node/README.md diff --git a/ClientApp/node_modules/vite-node/dist/chunk-hmr.cjs b/apps/angular/node_modules/vite-node/dist/chunk-hmr.cjs similarity index 100% rename from ClientApp/node_modules/vite-node/dist/chunk-hmr.cjs rename to apps/angular/node_modules/vite-node/dist/chunk-hmr.cjs diff --git a/ClientApp/node_modules/vite-node/dist/chunk-hmr.mjs b/apps/angular/node_modules/vite-node/dist/chunk-hmr.mjs similarity index 100% rename from ClientApp/node_modules/vite-node/dist/chunk-hmr.mjs rename to apps/angular/node_modules/vite-node/dist/chunk-hmr.mjs diff --git a/ClientApp/node_modules/vite-node/dist/cli.cjs b/apps/angular/node_modules/vite-node/dist/cli.cjs similarity index 100% rename from ClientApp/node_modules/vite-node/dist/cli.cjs rename to apps/angular/node_modules/vite-node/dist/cli.cjs diff --git a/ClientApp/node_modules/vite-node/dist/cli.d.ts b/apps/angular/node_modules/vite-node/dist/cli.d.ts similarity index 100% rename from ClientApp/node_modules/vite-node/dist/cli.d.ts rename to apps/angular/node_modules/vite-node/dist/cli.d.ts diff --git a/ClientApp/node_modules/vite-node/dist/cli.mjs b/apps/angular/node_modules/vite-node/dist/cli.mjs similarity index 100% rename from ClientApp/node_modules/vite-node/dist/cli.mjs rename to apps/angular/node_modules/vite-node/dist/cli.mjs diff --git a/ClientApp/node_modules/vite-node/dist/client.cjs b/apps/angular/node_modules/vite-node/dist/client.cjs similarity index 100% rename from ClientApp/node_modules/vite-node/dist/client.cjs rename to apps/angular/node_modules/vite-node/dist/client.cjs diff --git a/ClientApp/node_modules/vite-node/dist/client.d.ts b/apps/angular/node_modules/vite-node/dist/client.d.ts similarity index 100% rename from ClientApp/node_modules/vite-node/dist/client.d.ts rename to apps/angular/node_modules/vite-node/dist/client.d.ts diff --git a/ClientApp/node_modules/vite-node/dist/client.mjs b/apps/angular/node_modules/vite-node/dist/client.mjs similarity index 100% rename from ClientApp/node_modules/vite-node/dist/client.mjs rename to apps/angular/node_modules/vite-node/dist/client.mjs diff --git a/ClientApp/node_modules/vite-node/dist/constants.cjs b/apps/angular/node_modules/vite-node/dist/constants.cjs similarity index 100% rename from ClientApp/node_modules/vite-node/dist/constants.cjs rename to apps/angular/node_modules/vite-node/dist/constants.cjs diff --git a/ClientApp/node_modules/vite-node/dist/constants.d.ts b/apps/angular/node_modules/vite-node/dist/constants.d.ts similarity index 100% rename from ClientApp/node_modules/vite-node/dist/constants.d.ts rename to apps/angular/node_modules/vite-node/dist/constants.d.ts diff --git a/ClientApp/node_modules/vite-node/dist/constants.mjs b/apps/angular/node_modules/vite-node/dist/constants.mjs similarity index 100% rename from ClientApp/node_modules/vite-node/dist/constants.mjs rename to apps/angular/node_modules/vite-node/dist/constants.mjs diff --git a/ClientApp/node_modules/vite-node/dist/hmr.cjs b/apps/angular/node_modules/vite-node/dist/hmr.cjs similarity index 100% rename from ClientApp/node_modules/vite-node/dist/hmr.cjs rename to apps/angular/node_modules/vite-node/dist/hmr.cjs diff --git a/ClientApp/node_modules/vite-node/dist/hmr.d.ts b/apps/angular/node_modules/vite-node/dist/hmr.d.ts similarity index 100% rename from ClientApp/node_modules/vite-node/dist/hmr.d.ts rename to apps/angular/node_modules/vite-node/dist/hmr.d.ts diff --git a/ClientApp/node_modules/vite-node/dist/hmr.mjs b/apps/angular/node_modules/vite-node/dist/hmr.mjs similarity index 100% rename from ClientApp/node_modules/vite-node/dist/hmr.mjs rename to apps/angular/node_modules/vite-node/dist/hmr.mjs diff --git a/ClientApp/node_modules/vite-node/dist/index-O2IrwHKf.d.ts b/apps/angular/node_modules/vite-node/dist/index-O2IrwHKf.d.ts similarity index 100% rename from ClientApp/node_modules/vite-node/dist/index-O2IrwHKf.d.ts rename to apps/angular/node_modules/vite-node/dist/index-O2IrwHKf.d.ts diff --git a/ClientApp/node_modules/vite-node/dist/index.cjs b/apps/angular/node_modules/vite-node/dist/index.cjs similarity index 100% rename from ClientApp/node_modules/vite-node/dist/index.cjs rename to apps/angular/node_modules/vite-node/dist/index.cjs diff --git a/ClientApp/node_modules/vite-node/dist/index.d.ts b/apps/angular/node_modules/vite-node/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/vite-node/dist/index.d.ts rename to apps/angular/node_modules/vite-node/dist/index.d.ts diff --git a/ClientApp/node_modules/vite-node/dist/index.mjs b/apps/angular/node_modules/vite-node/dist/index.mjs similarity index 100% rename from ClientApp/node_modules/vite-node/dist/index.mjs rename to apps/angular/node_modules/vite-node/dist/index.mjs diff --git a/ClientApp/node_modules/vite-node/dist/server.cjs b/apps/angular/node_modules/vite-node/dist/server.cjs similarity index 100% rename from ClientApp/node_modules/vite-node/dist/server.cjs rename to apps/angular/node_modules/vite-node/dist/server.cjs diff --git a/ClientApp/node_modules/vite-node/dist/server.d.ts b/apps/angular/node_modules/vite-node/dist/server.d.ts similarity index 100% rename from ClientApp/node_modules/vite-node/dist/server.d.ts rename to apps/angular/node_modules/vite-node/dist/server.d.ts diff --git a/ClientApp/node_modules/vite-node/dist/server.mjs b/apps/angular/node_modules/vite-node/dist/server.mjs similarity index 100% rename from ClientApp/node_modules/vite-node/dist/server.mjs rename to apps/angular/node_modules/vite-node/dist/server.mjs diff --git a/ClientApp/node_modules/vite-node/dist/source-map.cjs b/apps/angular/node_modules/vite-node/dist/source-map.cjs similarity index 100% rename from ClientApp/node_modules/vite-node/dist/source-map.cjs rename to apps/angular/node_modules/vite-node/dist/source-map.cjs diff --git a/ClientApp/node_modules/vite-node/dist/source-map.d.ts b/apps/angular/node_modules/vite-node/dist/source-map.d.ts similarity index 100% rename from ClientApp/node_modules/vite-node/dist/source-map.d.ts rename to apps/angular/node_modules/vite-node/dist/source-map.d.ts diff --git a/ClientApp/node_modules/vite-node/dist/source-map.mjs b/apps/angular/node_modules/vite-node/dist/source-map.mjs similarity index 100% rename from ClientApp/node_modules/vite-node/dist/source-map.mjs rename to apps/angular/node_modules/vite-node/dist/source-map.mjs diff --git a/ClientApp/node_modules/vite-node/dist/trace-mapping.d-xyIfZtPm.d.ts b/apps/angular/node_modules/vite-node/dist/trace-mapping.d-xyIfZtPm.d.ts similarity index 100% rename from ClientApp/node_modules/vite-node/dist/trace-mapping.d-xyIfZtPm.d.ts rename to apps/angular/node_modules/vite-node/dist/trace-mapping.d-xyIfZtPm.d.ts diff --git a/ClientApp/node_modules/vite-node/dist/types.cjs b/apps/angular/node_modules/vite-node/dist/types.cjs similarity index 100% rename from ClientApp/node_modules/vite-node/dist/types.cjs rename to apps/angular/node_modules/vite-node/dist/types.cjs diff --git a/ClientApp/node_modules/vite-node/dist/types.d.ts b/apps/angular/node_modules/vite-node/dist/types.d.ts similarity index 100% rename from ClientApp/node_modules/vite-node/dist/types.d.ts rename to apps/angular/node_modules/vite-node/dist/types.d.ts diff --git a/ClientApp/node_modules/vite-node/dist/types.mjs b/apps/angular/node_modules/vite-node/dist/types.mjs similarity index 100% rename from ClientApp/node_modules/vite-node/dist/types.mjs rename to apps/angular/node_modules/vite-node/dist/types.mjs diff --git a/ClientApp/node_modules/vite-node/dist/utils.cjs b/apps/angular/node_modules/vite-node/dist/utils.cjs similarity index 100% rename from ClientApp/node_modules/vite-node/dist/utils.cjs rename to apps/angular/node_modules/vite-node/dist/utils.cjs diff --git a/ClientApp/node_modules/vite-node/dist/utils.d.ts b/apps/angular/node_modules/vite-node/dist/utils.d.ts similarity index 100% rename from ClientApp/node_modules/vite-node/dist/utils.d.ts rename to apps/angular/node_modules/vite-node/dist/utils.d.ts diff --git a/ClientApp/node_modules/vite-node/dist/utils.mjs b/apps/angular/node_modules/vite-node/dist/utils.mjs similarity index 100% rename from ClientApp/node_modules/vite-node/dist/utils.mjs rename to apps/angular/node_modules/vite-node/dist/utils.mjs diff --git a/ClientApp/node_modules/vite-node/package.json b/apps/angular/node_modules/vite-node/package.json similarity index 100% rename from ClientApp/node_modules/vite-node/package.json rename to apps/angular/node_modules/vite-node/package.json diff --git a/ClientApp/node_modules/vite-node/vite-node.mjs b/apps/angular/node_modules/vite-node/vite-node.mjs similarity index 100% rename from ClientApp/node_modules/vite-node/vite-node.mjs rename to apps/angular/node_modules/vite-node/vite-node.mjs diff --git a/ClientApp/node_modules/vite/LICENSE.md b/apps/angular/node_modules/vite/LICENSE.md similarity index 100% rename from ClientApp/node_modules/vite/LICENSE.md rename to apps/angular/node_modules/vite/LICENSE.md diff --git a/ClientApp/node_modules/vite/README.md b/apps/angular/node_modules/vite/README.md similarity index 100% rename from ClientApp/node_modules/vite/README.md rename to apps/angular/node_modules/vite/README.md diff --git a/ClientApp/node_modules/vite/bin/openChrome.applescript b/apps/angular/node_modules/vite/bin/openChrome.applescript similarity index 100% rename from ClientApp/node_modules/vite/bin/openChrome.applescript rename to apps/angular/node_modules/vite/bin/openChrome.applescript diff --git a/ClientApp/node_modules/vite/bin/vite.js b/apps/angular/node_modules/vite/bin/vite.js similarity index 100% rename from ClientApp/node_modules/vite/bin/vite.js rename to apps/angular/node_modules/vite/bin/vite.js diff --git a/ClientApp/node_modules/vite/client.d.ts b/apps/angular/node_modules/vite/client.d.ts similarity index 100% rename from ClientApp/node_modules/vite/client.d.ts rename to apps/angular/node_modules/vite/client.d.ts diff --git a/ClientApp/node_modules/vite/dist/client/client.mjs b/apps/angular/node_modules/vite/dist/client/client.mjs similarity index 100% rename from ClientApp/node_modules/vite/dist/client/client.mjs rename to apps/angular/node_modules/vite/dist/client/client.mjs diff --git a/ClientApp/node_modules/vite/dist/client/env.mjs b/apps/angular/node_modules/vite/dist/client/env.mjs similarity index 100% rename from ClientApp/node_modules/vite/dist/client/env.mjs rename to apps/angular/node_modules/vite/dist/client/env.mjs diff --git a/ClientApp/node_modules/vite/dist/node-cjs/publicUtils.cjs b/apps/angular/node_modules/vite/dist/node-cjs/publicUtils.cjs similarity index 100% rename from ClientApp/node_modules/vite/dist/node-cjs/publicUtils.cjs rename to apps/angular/node_modules/vite/dist/node-cjs/publicUtils.cjs diff --git a/ClientApp/node_modules/vite/dist/node/chunks/dep-BB45zftN.js b/apps/angular/node_modules/vite/dist/node/chunks/dep-BB45zftN.js similarity index 100% rename from ClientApp/node_modules/vite/dist/node/chunks/dep-BB45zftN.js rename to apps/angular/node_modules/vite/dist/node/chunks/dep-BB45zftN.js diff --git a/ClientApp/node_modules/vite/dist/node/chunks/dep-BK3b2jBa.js b/apps/angular/node_modules/vite/dist/node/chunks/dep-BK3b2jBa.js similarity index 100% rename from ClientApp/node_modules/vite/dist/node/chunks/dep-BK3b2jBa.js rename to apps/angular/node_modules/vite/dist/node/chunks/dep-BK3b2jBa.js diff --git a/ClientApp/node_modules/vite/dist/node/chunks/dep-D-7KCb9p.js b/apps/angular/node_modules/vite/dist/node/chunks/dep-D-7KCb9p.js similarity index 100% rename from ClientApp/node_modules/vite/dist/node/chunks/dep-D-7KCb9p.js rename to apps/angular/node_modules/vite/dist/node/chunks/dep-D-7KCb9p.js diff --git a/ClientApp/node_modules/vite/dist/node/chunks/dep-Dnp7gl8U.js b/apps/angular/node_modules/vite/dist/node/chunks/dep-Dnp7gl8U.js similarity index 100% rename from ClientApp/node_modules/vite/dist/node/chunks/dep-Dnp7gl8U.js rename to apps/angular/node_modules/vite/dist/node/chunks/dep-Dnp7gl8U.js diff --git a/ClientApp/node_modules/vite/dist/node/chunks/dep-IQS-Za7F.js b/apps/angular/node_modules/vite/dist/node/chunks/dep-IQS-Za7F.js similarity index 100% rename from ClientApp/node_modules/vite/dist/node/chunks/dep-IQS-Za7F.js rename to apps/angular/node_modules/vite/dist/node/chunks/dep-IQS-Za7F.js diff --git a/ClientApp/node_modules/vite/dist/node/cli.js b/apps/angular/node_modules/vite/dist/node/cli.js similarity index 100% rename from ClientApp/node_modules/vite/dist/node/cli.js rename to apps/angular/node_modules/vite/dist/node/cli.js diff --git a/ClientApp/node_modules/vite/dist/node/constants.js b/apps/angular/node_modules/vite/dist/node/constants.js similarity index 100% rename from ClientApp/node_modules/vite/dist/node/constants.js rename to apps/angular/node_modules/vite/dist/node/constants.js diff --git a/ClientApp/node_modules/vite/dist/node/index.d.ts b/apps/angular/node_modules/vite/dist/node/index.d.ts similarity index 100% rename from ClientApp/node_modules/vite/dist/node/index.d.ts rename to apps/angular/node_modules/vite/dist/node/index.d.ts diff --git a/ClientApp/node_modules/vite/dist/node/index.js b/apps/angular/node_modules/vite/dist/node/index.js similarity index 100% rename from ClientApp/node_modules/vite/dist/node/index.js rename to apps/angular/node_modules/vite/dist/node/index.js diff --git a/ClientApp/node_modules/vite/dist/node/runtime.d.ts b/apps/angular/node_modules/vite/dist/node/runtime.d.ts similarity index 100% rename from ClientApp/node_modules/vite/dist/node/runtime.d.ts rename to apps/angular/node_modules/vite/dist/node/runtime.d.ts diff --git a/ClientApp/node_modules/vite/dist/node/runtime.js b/apps/angular/node_modules/vite/dist/node/runtime.js similarity index 100% rename from ClientApp/node_modules/vite/dist/node/runtime.js rename to apps/angular/node_modules/vite/dist/node/runtime.js diff --git a/ClientApp/node_modules/vite/dist/node/types.d-aGj9QkWt.d.ts b/apps/angular/node_modules/vite/dist/node/types.d-aGj9QkWt.d.ts similarity index 100% rename from ClientApp/node_modules/vite/dist/node/types.d-aGj9QkWt.d.ts rename to apps/angular/node_modules/vite/dist/node/types.d-aGj9QkWt.d.ts diff --git a/ClientApp/node_modules/vite/index.cjs b/apps/angular/node_modules/vite/index.cjs similarity index 100% rename from ClientApp/node_modules/vite/index.cjs rename to apps/angular/node_modules/vite/index.cjs diff --git a/ClientApp/node_modules/vite/index.d.cts b/apps/angular/node_modules/vite/index.d.cts similarity index 100% rename from ClientApp/node_modules/vite/index.d.cts rename to apps/angular/node_modules/vite/index.d.cts diff --git a/ClientApp/node_modules/vite/package.json b/apps/angular/node_modules/vite/package.json similarity index 100% rename from ClientApp/node_modules/vite/package.json rename to apps/angular/node_modules/vite/package.json diff --git a/ClientApp/node_modules/vite/types/customEvent.d.ts b/apps/angular/node_modules/vite/types/customEvent.d.ts similarity index 100% rename from ClientApp/node_modules/vite/types/customEvent.d.ts rename to apps/angular/node_modules/vite/types/customEvent.d.ts diff --git a/ClientApp/node_modules/vite/types/hmrPayload.d.ts b/apps/angular/node_modules/vite/types/hmrPayload.d.ts similarity index 100% rename from ClientApp/node_modules/vite/types/hmrPayload.d.ts rename to apps/angular/node_modules/vite/types/hmrPayload.d.ts diff --git a/ClientApp/node_modules/vite/types/hot.d.ts b/apps/angular/node_modules/vite/types/hot.d.ts similarity index 100% rename from ClientApp/node_modules/vite/types/hot.d.ts rename to apps/angular/node_modules/vite/types/hot.d.ts diff --git a/ClientApp/node_modules/vite/types/import-meta.d.ts b/apps/angular/node_modules/vite/types/import-meta.d.ts similarity index 100% rename from ClientApp/node_modules/vite/types/import-meta.d.ts rename to apps/angular/node_modules/vite/types/import-meta.d.ts diff --git a/ClientApp/node_modules/vite/types/importGlob.d.ts b/apps/angular/node_modules/vite/types/importGlob.d.ts similarity index 100% rename from ClientApp/node_modules/vite/types/importGlob.d.ts rename to apps/angular/node_modules/vite/types/importGlob.d.ts diff --git a/ClientApp/node_modules/vite/types/importMeta.d.ts b/apps/angular/node_modules/vite/types/importMeta.d.ts similarity index 100% rename from ClientApp/node_modules/vite/types/importMeta.d.ts rename to apps/angular/node_modules/vite/types/importMeta.d.ts diff --git a/ClientApp/node_modules/vite/types/metadata.d.ts b/apps/angular/node_modules/vite/types/metadata.d.ts similarity index 100% rename from ClientApp/node_modules/vite/types/metadata.d.ts rename to apps/angular/node_modules/vite/types/metadata.d.ts diff --git a/ClientApp/node_modules/vite/types/package.json b/apps/angular/node_modules/vite/types/package.json similarity index 100% rename from ClientApp/node_modules/vite/types/package.json rename to apps/angular/node_modules/vite/types/package.json diff --git a/ClientApp/node_modules/vitest/LICENSE.md b/apps/angular/node_modules/vitest/LICENSE.md similarity index 100% rename from ClientApp/node_modules/vitest/LICENSE.md rename to apps/angular/node_modules/vitest/LICENSE.md diff --git a/ClientApp/node_modules/vitest/README.md b/apps/angular/node_modules/vitest/README.md similarity index 100% rename from ClientApp/node_modules/vitest/README.md rename to apps/angular/node_modules/vitest/README.md diff --git a/ClientApp/node_modules/vitest/browser.d.ts b/apps/angular/node_modules/vitest/browser.d.ts similarity index 100% rename from ClientApp/node_modules/vitest/browser.d.ts rename to apps/angular/node_modules/vitest/browser.d.ts diff --git a/ClientApp/node_modules/vitest/config.d.ts b/apps/angular/node_modules/vitest/config.d.ts similarity index 100% rename from ClientApp/node_modules/vitest/config.d.ts rename to apps/angular/node_modules/vitest/config.d.ts diff --git a/ClientApp/node_modules/vitest/coverage.d.ts b/apps/angular/node_modules/vitest/coverage.d.ts similarity index 100% rename from ClientApp/node_modules/vitest/coverage.d.ts rename to apps/angular/node_modules/vitest/coverage.d.ts diff --git a/ClientApp/node_modules/vitest/dist/browser.d.ts b/apps/angular/node_modules/vitest/dist/browser.d.ts similarity index 100% rename from ClientApp/node_modules/vitest/dist/browser.d.ts rename to apps/angular/node_modules/vitest/dist/browser.d.ts diff --git a/ClientApp/node_modules/vitest/dist/browser.js b/apps/angular/node_modules/vitest/dist/browser.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/browser.js rename to apps/angular/node_modules/vitest/dist/browser.js diff --git a/ClientApp/node_modules/vitest/dist/chunks/environments-node.vcoXCoKs.js b/apps/angular/node_modules/vitest/dist/chunks/environments-node.vcoXCoKs.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/chunks/environments-node.vcoXCoKs.js rename to apps/angular/node_modules/vitest/dist/chunks/environments-node.vcoXCoKs.js diff --git a/ClientApp/node_modules/vitest/dist/chunks/install-pkg.LE8oaA1t.js b/apps/angular/node_modules/vitest/dist/chunks/install-pkg.LE8oaA1t.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/chunks/install-pkg.LE8oaA1t.js rename to apps/angular/node_modules/vitest/dist/chunks/install-pkg.LE8oaA1t.js diff --git a/ClientApp/node_modules/vitest/dist/chunks/integrations-globals.kw4co3rx.js b/apps/angular/node_modules/vitest/dist/chunks/integrations-globals.kw4co3rx.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/chunks/integrations-globals.kw4co3rx.js rename to apps/angular/node_modules/vitest/dist/chunks/integrations-globals.kw4co3rx.js diff --git a/ClientApp/node_modules/vitest/dist/chunks/node-git.Hw101KjS.js b/apps/angular/node_modules/vitest/dist/chunks/node-git.Hw101KjS.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/chunks/node-git.Hw101KjS.js rename to apps/angular/node_modules/vitest/dist/chunks/node-git.Hw101KjS.js diff --git a/ClientApp/node_modules/vitest/dist/chunks/runtime-console.EO5ha7qv.js b/apps/angular/node_modules/vitest/dist/chunks/runtime-console.EO5ha7qv.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/chunks/runtime-console.EO5ha7qv.js rename to apps/angular/node_modules/vitest/dist/chunks/runtime-console.EO5ha7qv.js diff --git a/ClientApp/node_modules/vitest/dist/chunks/runtime-runBaseTests.oAvMKtQC.js b/apps/angular/node_modules/vitest/dist/chunks/runtime-runBaseTests.oAvMKtQC.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/chunks/runtime-runBaseTests.oAvMKtQC.js rename to apps/angular/node_modules/vitest/dist/chunks/runtime-runBaseTests.oAvMKtQC.js diff --git a/ClientApp/node_modules/vitest/dist/cli-wrapper.js b/apps/angular/node_modules/vitest/dist/cli-wrapper.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/cli-wrapper.js rename to apps/angular/node_modules/vitest/dist/cli-wrapper.js diff --git a/ClientApp/node_modules/vitest/dist/cli.js b/apps/angular/node_modules/vitest/dist/cli.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/cli.js rename to apps/angular/node_modules/vitest/dist/cli.js diff --git a/ClientApp/node_modules/vitest/dist/config.cjs b/apps/angular/node_modules/vitest/dist/config.cjs similarity index 100% rename from ClientApp/node_modules/vitest/dist/config.cjs rename to apps/angular/node_modules/vitest/dist/config.cjs diff --git a/ClientApp/node_modules/vitest/dist/config.d.ts b/apps/angular/node_modules/vitest/dist/config.d.ts similarity index 100% rename from ClientApp/node_modules/vitest/dist/config.d.ts rename to apps/angular/node_modules/vitest/dist/config.d.ts diff --git a/ClientApp/node_modules/vitest/dist/config.js b/apps/angular/node_modules/vitest/dist/config.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/config.js rename to apps/angular/node_modules/vitest/dist/config.js diff --git a/ClientApp/node_modules/vitest/dist/coverage.d.ts b/apps/angular/node_modules/vitest/dist/coverage.d.ts similarity index 100% rename from ClientApp/node_modules/vitest/dist/coverage.d.ts rename to apps/angular/node_modules/vitest/dist/coverage.d.ts diff --git a/ClientApp/node_modules/vitest/dist/coverage.js b/apps/angular/node_modules/vitest/dist/coverage.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/coverage.js rename to apps/angular/node_modules/vitest/dist/coverage.js diff --git a/ClientApp/node_modules/vitest/dist/environments.d.ts b/apps/angular/node_modules/vitest/dist/environments.d.ts similarity index 100% rename from ClientApp/node_modules/vitest/dist/environments.d.ts rename to apps/angular/node_modules/vitest/dist/environments.d.ts diff --git a/ClientApp/node_modules/vitest/dist/environments.js b/apps/angular/node_modules/vitest/dist/environments.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/environments.js rename to apps/angular/node_modules/vitest/dist/environments.js diff --git a/ClientApp/node_modules/vitest/dist/execute.d.ts b/apps/angular/node_modules/vitest/dist/execute.d.ts similarity index 100% rename from ClientApp/node_modules/vitest/dist/execute.d.ts rename to apps/angular/node_modules/vitest/dist/execute.d.ts diff --git a/ClientApp/node_modules/vitest/dist/execute.js b/apps/angular/node_modules/vitest/dist/execute.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/execute.js rename to apps/angular/node_modules/vitest/dist/execute.js diff --git a/ClientApp/node_modules/vitest/dist/index.d.ts b/apps/angular/node_modules/vitest/dist/index.d.ts similarity index 100% rename from ClientApp/node_modules/vitest/dist/index.d.ts rename to apps/angular/node_modules/vitest/dist/index.d.ts diff --git a/ClientApp/node_modules/vitest/dist/index.js b/apps/angular/node_modules/vitest/dist/index.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/index.js rename to apps/angular/node_modules/vitest/dist/index.js diff --git a/ClientApp/node_modules/vitest/dist/node.d.ts b/apps/angular/node_modules/vitest/dist/node.d.ts similarity index 100% rename from ClientApp/node_modules/vitest/dist/node.d.ts rename to apps/angular/node_modules/vitest/dist/node.d.ts diff --git a/ClientApp/node_modules/vitest/dist/node.js b/apps/angular/node_modules/vitest/dist/node.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/node.js rename to apps/angular/node_modules/vitest/dist/node.js diff --git a/ClientApp/node_modules/vitest/dist/path.js b/apps/angular/node_modules/vitest/dist/path.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/path.js rename to apps/angular/node_modules/vitest/dist/path.js diff --git a/ClientApp/node_modules/vitest/dist/reporters-w_64AS5f.d.ts b/apps/angular/node_modules/vitest/dist/reporters-w_64AS5f.d.ts similarity index 100% rename from ClientApp/node_modules/vitest/dist/reporters-w_64AS5f.d.ts rename to apps/angular/node_modules/vitest/dist/reporters-w_64AS5f.d.ts diff --git a/ClientApp/node_modules/vitest/dist/reporters.d.ts b/apps/angular/node_modules/vitest/dist/reporters.d.ts similarity index 100% rename from ClientApp/node_modules/vitest/dist/reporters.d.ts rename to apps/angular/node_modules/vitest/dist/reporters.d.ts diff --git a/ClientApp/node_modules/vitest/dist/reporters.js b/apps/angular/node_modules/vitest/dist/reporters.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/reporters.js rename to apps/angular/node_modules/vitest/dist/reporters.js diff --git a/ClientApp/node_modules/vitest/dist/runners.d.ts b/apps/angular/node_modules/vitest/dist/runners.d.ts similarity index 100% rename from ClientApp/node_modules/vitest/dist/runners.d.ts rename to apps/angular/node_modules/vitest/dist/runners.d.ts diff --git a/ClientApp/node_modules/vitest/dist/runners.js b/apps/angular/node_modules/vitest/dist/runners.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/runners.js rename to apps/angular/node_modules/vitest/dist/runners.js diff --git a/ClientApp/node_modules/vitest/dist/snapshot.d.ts b/apps/angular/node_modules/vitest/dist/snapshot.d.ts similarity index 100% rename from ClientApp/node_modules/vitest/dist/snapshot.d.ts rename to apps/angular/node_modules/vitest/dist/snapshot.d.ts diff --git a/ClientApp/node_modules/vitest/dist/snapshot.js b/apps/angular/node_modules/vitest/dist/snapshot.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/snapshot.js rename to apps/angular/node_modules/vitest/dist/snapshot.js diff --git a/ClientApp/node_modules/vitest/dist/spy.js b/apps/angular/node_modules/vitest/dist/spy.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/spy.js rename to apps/angular/node_modules/vitest/dist/spy.js diff --git a/ClientApp/node_modules/vitest/dist/suite-dWqIFb_-.d.ts b/apps/angular/node_modules/vitest/dist/suite-dWqIFb_-.d.ts similarity index 100% rename from ClientApp/node_modules/vitest/dist/suite-dWqIFb_-.d.ts rename to apps/angular/node_modules/vitest/dist/suite-dWqIFb_-.d.ts diff --git a/ClientApp/node_modules/vitest/dist/suite.d.ts b/apps/angular/node_modules/vitest/dist/suite.d.ts similarity index 100% rename from ClientApp/node_modules/vitest/dist/suite.d.ts rename to apps/angular/node_modules/vitest/dist/suite.d.ts diff --git a/ClientApp/node_modules/vitest/dist/suite.js b/apps/angular/node_modules/vitest/dist/suite.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/suite.js rename to apps/angular/node_modules/vitest/dist/suite.js diff --git a/ClientApp/node_modules/vitest/dist/utils.d.ts b/apps/angular/node_modules/vitest/dist/utils.d.ts similarity index 100% rename from ClientApp/node_modules/vitest/dist/utils.d.ts rename to apps/angular/node_modules/vitest/dist/utils.d.ts diff --git a/ClientApp/node_modules/vitest/dist/utils.js b/apps/angular/node_modules/vitest/dist/utils.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/utils.js rename to apps/angular/node_modules/vitest/dist/utils.js diff --git a/ClientApp/node_modules/vitest/dist/vendor/_commonjsHelpers.jjO7Zipk.js b/apps/angular/node_modules/vitest/dist/vendor/_commonjsHelpers.jjO7Zipk.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/vendor/_commonjsHelpers.jjO7Zipk.js rename to apps/angular/node_modules/vitest/dist/vendor/_commonjsHelpers.jjO7Zipk.js diff --git a/ClientApp/node_modules/vitest/dist/vendor/base.5NT-gWu5.js b/apps/angular/node_modules/vitest/dist/vendor/base.5NT-gWu5.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/vendor/base.5NT-gWu5.js rename to apps/angular/node_modules/vitest/dist/vendor/base.5NT-gWu5.js diff --git a/ClientApp/node_modules/vitest/dist/vendor/base.Ybri3C14.js b/apps/angular/node_modules/vitest/dist/vendor/base.Ybri3C14.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/vendor/base.Ybri3C14.js rename to apps/angular/node_modules/vitest/dist/vendor/base.Ybri3C14.js diff --git a/ClientApp/node_modules/vitest/dist/vendor/benchmark.yGkUTKnC.js b/apps/angular/node_modules/vitest/dist/vendor/benchmark.yGkUTKnC.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/vendor/benchmark.yGkUTKnC.js rename to apps/angular/node_modules/vitest/dist/vendor/benchmark.yGkUTKnC.js diff --git a/ClientApp/node_modules/vitest/dist/vendor/cac.cdAtVkJZ.js b/apps/angular/node_modules/vitest/dist/vendor/cac.cdAtVkJZ.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/vendor/cac.cdAtVkJZ.js rename to apps/angular/node_modules/vitest/dist/vendor/cac.cdAtVkJZ.js diff --git a/ClientApp/node_modules/vitest/dist/vendor/cli-api.OdDWuB7Y.js b/apps/angular/node_modules/vitest/dist/vendor/cli-api.OdDWuB7Y.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/vendor/cli-api.OdDWuB7Y.js rename to apps/angular/node_modules/vitest/dist/vendor/cli-api.OdDWuB7Y.js diff --git a/ClientApp/node_modules/vitest/dist/vendor/constants.5J7I254_.js b/apps/angular/node_modules/vitest/dist/vendor/constants.5J7I254_.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/vendor/constants.5J7I254_.js rename to apps/angular/node_modules/vitest/dist/vendor/constants.5J7I254_.js diff --git a/ClientApp/node_modules/vitest/dist/vendor/coverage.E7sG1b3r.js b/apps/angular/node_modules/vitest/dist/vendor/coverage.E7sG1b3r.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/vendor/coverage.E7sG1b3r.js rename to apps/angular/node_modules/vitest/dist/vendor/coverage.E7sG1b3r.js diff --git a/ClientApp/node_modules/vitest/dist/vendor/date.Ns1pGd_X.js b/apps/angular/node_modules/vitest/dist/vendor/date.Ns1pGd_X.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/vendor/date.Ns1pGd_X.js rename to apps/angular/node_modules/vitest/dist/vendor/date.Ns1pGd_X.js diff --git a/ClientApp/node_modules/vitest/dist/vendor/env.AtSIuHFg.js b/apps/angular/node_modules/vitest/dist/vendor/env.AtSIuHFg.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/vendor/env.AtSIuHFg.js rename to apps/angular/node_modules/vitest/dist/vendor/env.AtSIuHFg.js diff --git a/ClientApp/node_modules/vitest/dist/vendor/execute.fL3szUAI.js b/apps/angular/node_modules/vitest/dist/vendor/execute.fL3szUAI.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/vendor/execute.fL3szUAI.js rename to apps/angular/node_modules/vitest/dist/vendor/execute.fL3szUAI.js diff --git a/ClientApp/node_modules/vitest/dist/vendor/global.CkGT_TMy.js b/apps/angular/node_modules/vitest/dist/vendor/global.CkGT_TMy.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/vendor/global.CkGT_TMy.js rename to apps/angular/node_modules/vitest/dist/vendor/global.CkGT_TMy.js diff --git a/ClientApp/node_modules/vitest/dist/vendor/index.-xs08BYx.js b/apps/angular/node_modules/vitest/dist/vendor/index.-xs08BYx.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/vendor/index.-xs08BYx.js rename to apps/angular/node_modules/vitest/dist/vendor/index.-xs08BYx.js diff --git a/ClientApp/node_modules/vitest/dist/vendor/index.8bPxjt7g.js b/apps/angular/node_modules/vitest/dist/vendor/index.8bPxjt7g.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/vendor/index.8bPxjt7g.js rename to apps/angular/node_modules/vitest/dist/vendor/index.8bPxjt7g.js diff --git a/ClientApp/node_modules/vitest/dist/vendor/index.DpVgvm2P.js b/apps/angular/node_modules/vitest/dist/vendor/index.DpVgvm2P.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/vendor/index.DpVgvm2P.js rename to apps/angular/node_modules/vitest/dist/vendor/index.DpVgvm2P.js diff --git a/ClientApp/node_modules/vitest/dist/vendor/index.GVFv9dZ0.js b/apps/angular/node_modules/vitest/dist/vendor/index.GVFv9dZ0.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/vendor/index.GVFv9dZ0.js rename to apps/angular/node_modules/vitest/dist/vendor/index.GVFv9dZ0.js diff --git a/ClientApp/node_modules/vitest/dist/vendor/index.SMVOaj7F.js b/apps/angular/node_modules/vitest/dist/vendor/index.SMVOaj7F.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/vendor/index.SMVOaj7F.js rename to apps/angular/node_modules/vitest/dist/vendor/index.SMVOaj7F.js diff --git a/ClientApp/node_modules/vitest/dist/vendor/index.dI9lHwVn.js b/apps/angular/node_modules/vitest/dist/vendor/index.dI9lHwVn.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/vendor/index.dI9lHwVn.js rename to apps/angular/node_modules/vitest/dist/vendor/index.dI9lHwVn.js diff --git a/ClientApp/node_modules/vitest/dist/vendor/index.xL8XjTLv.js b/apps/angular/node_modules/vitest/dist/vendor/index.xL8XjTLv.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/vendor/index.xL8XjTLv.js rename to apps/angular/node_modules/vitest/dist/vendor/index.xL8XjTLv.js diff --git a/ClientApp/node_modules/vitest/dist/vendor/inspector.IgLX3ur5.js b/apps/angular/node_modules/vitest/dist/vendor/inspector.IgLX3ur5.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/vendor/inspector.IgLX3ur5.js rename to apps/angular/node_modules/vitest/dist/vendor/inspector.IgLX3ur5.js diff --git a/ClientApp/node_modules/vitest/dist/vendor/rpc.joBhAkyK.js b/apps/angular/node_modules/vitest/dist/vendor/rpc.joBhAkyK.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/vendor/rpc.joBhAkyK.js rename to apps/angular/node_modules/vitest/dist/vendor/rpc.joBhAkyK.js diff --git a/ClientApp/node_modules/vitest/dist/vendor/run-once.Olz_Zkd8.js b/apps/angular/node_modules/vitest/dist/vendor/run-once.Olz_Zkd8.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/vendor/run-once.Olz_Zkd8.js rename to apps/angular/node_modules/vitest/dist/vendor/run-once.Olz_Zkd8.js diff --git a/ClientApp/node_modules/vitest/dist/vendor/setup-common.8nJLd4ay.js b/apps/angular/node_modules/vitest/dist/vendor/setup-common.8nJLd4ay.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/vendor/setup-common.8nJLd4ay.js rename to apps/angular/node_modules/vitest/dist/vendor/setup-common.8nJLd4ay.js diff --git a/ClientApp/node_modules/vitest/dist/vendor/tasks.IknbGB2n.js b/apps/angular/node_modules/vitest/dist/vendor/tasks.IknbGB2n.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/vendor/tasks.IknbGB2n.js rename to apps/angular/node_modules/vitest/dist/vendor/tasks.IknbGB2n.js diff --git a/ClientApp/node_modules/vitest/dist/vendor/utils.0uYuCbzo.js b/apps/angular/node_modules/vitest/dist/vendor/utils.0uYuCbzo.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/vendor/utils.0uYuCbzo.js rename to apps/angular/node_modules/vitest/dist/vendor/utils.0uYuCbzo.js diff --git a/ClientApp/node_modules/vitest/dist/vendor/utils.dEtNIEgr.js b/apps/angular/node_modules/vitest/dist/vendor/utils.dEtNIEgr.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/vendor/utils.dEtNIEgr.js rename to apps/angular/node_modules/vitest/dist/vendor/utils.dEtNIEgr.js diff --git a/ClientApp/node_modules/vitest/dist/vendor/vi.YFlodzP_.js b/apps/angular/node_modules/vitest/dist/vendor/vi.YFlodzP_.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/vendor/vi.YFlodzP_.js rename to apps/angular/node_modules/vitest/dist/vendor/vi.YFlodzP_.js diff --git a/ClientApp/node_modules/vitest/dist/vendor/vm.QEE48c0T.js b/apps/angular/node_modules/vitest/dist/vendor/vm.QEE48c0T.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/vendor/vm.QEE48c0T.js rename to apps/angular/node_modules/vitest/dist/vendor/vm.QEE48c0T.js diff --git a/ClientApp/node_modules/vitest/dist/worker.js b/apps/angular/node_modules/vitest/dist/worker.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/worker.js rename to apps/angular/node_modules/vitest/dist/worker.js diff --git a/ClientApp/node_modules/vitest/dist/workers.d.ts b/apps/angular/node_modules/vitest/dist/workers.d.ts similarity index 100% rename from ClientApp/node_modules/vitest/dist/workers.d.ts rename to apps/angular/node_modules/vitest/dist/workers.d.ts diff --git a/ClientApp/node_modules/vitest/dist/workers.js b/apps/angular/node_modules/vitest/dist/workers.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/workers.js rename to apps/angular/node_modules/vitest/dist/workers.js diff --git a/ClientApp/node_modules/vitest/dist/workers/forks.js b/apps/angular/node_modules/vitest/dist/workers/forks.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/workers/forks.js rename to apps/angular/node_modules/vitest/dist/workers/forks.js diff --git a/ClientApp/node_modules/vitest/dist/workers/runVmTests.js b/apps/angular/node_modules/vitest/dist/workers/runVmTests.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/workers/runVmTests.js rename to apps/angular/node_modules/vitest/dist/workers/runVmTests.js diff --git a/ClientApp/node_modules/vitest/dist/workers/threads.js b/apps/angular/node_modules/vitest/dist/workers/threads.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/workers/threads.js rename to apps/angular/node_modules/vitest/dist/workers/threads.js diff --git a/ClientApp/node_modules/vitest/dist/workers/vmForks.js b/apps/angular/node_modules/vitest/dist/workers/vmForks.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/workers/vmForks.js rename to apps/angular/node_modules/vitest/dist/workers/vmForks.js diff --git a/ClientApp/node_modules/vitest/dist/workers/vmThreads.js b/apps/angular/node_modules/vitest/dist/workers/vmThreads.js similarity index 100% rename from ClientApp/node_modules/vitest/dist/workers/vmThreads.js rename to apps/angular/node_modules/vitest/dist/workers/vmThreads.js diff --git a/ClientApp/node_modules/vitest/environments.d.ts b/apps/angular/node_modules/vitest/environments.d.ts similarity index 100% rename from ClientApp/node_modules/vitest/environments.d.ts rename to apps/angular/node_modules/vitest/environments.d.ts diff --git a/ClientApp/node_modules/vitest/execute.d.ts b/apps/angular/node_modules/vitest/execute.d.ts similarity index 100% rename from ClientApp/node_modules/vitest/execute.d.ts rename to apps/angular/node_modules/vitest/execute.d.ts diff --git a/ClientApp/node_modules/vitest/globals.d.ts b/apps/angular/node_modules/vitest/globals.d.ts similarity index 100% rename from ClientApp/node_modules/vitest/globals.d.ts rename to apps/angular/node_modules/vitest/globals.d.ts diff --git a/ClientApp/node_modules/vitest/import-meta.d.ts b/apps/angular/node_modules/vitest/import-meta.d.ts similarity index 100% rename from ClientApp/node_modules/vitest/import-meta.d.ts rename to apps/angular/node_modules/vitest/import-meta.d.ts diff --git a/ClientApp/node_modules/vitest/importMeta.d.ts b/apps/angular/node_modules/vitest/importMeta.d.ts similarity index 100% rename from ClientApp/node_modules/vitest/importMeta.d.ts rename to apps/angular/node_modules/vitest/importMeta.d.ts diff --git a/ClientApp/node_modules/vitest/index.cjs b/apps/angular/node_modules/vitest/index.cjs similarity index 100% rename from ClientApp/node_modules/vitest/index.cjs rename to apps/angular/node_modules/vitest/index.cjs diff --git a/ClientApp/node_modules/vitest/index.d.cts b/apps/angular/node_modules/vitest/index.d.cts similarity index 100% rename from ClientApp/node_modules/vitest/index.d.cts rename to apps/angular/node_modules/vitest/index.d.cts diff --git a/ClientApp/node_modules/vitest/jsdom.d.ts b/apps/angular/node_modules/vitest/jsdom.d.ts similarity index 100% rename from ClientApp/node_modules/vitest/jsdom.d.ts rename to apps/angular/node_modules/vitest/jsdom.d.ts diff --git a/ClientApp/node_modules/vitest/node.d.ts b/apps/angular/node_modules/vitest/node.d.ts similarity index 100% rename from ClientApp/node_modules/vitest/node.d.ts rename to apps/angular/node_modules/vitest/node.d.ts diff --git a/ClientApp/node_modules/vitest/node_modules/execa/index.d.ts b/apps/angular/node_modules/vitest/node_modules/execa/index.d.ts similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/execa/index.d.ts rename to apps/angular/node_modules/vitest/node_modules/execa/index.d.ts diff --git a/ClientApp/node_modules/vitest/node_modules/execa/index.js b/apps/angular/node_modules/vitest/node_modules/execa/index.js similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/execa/index.js rename to apps/angular/node_modules/vitest/node_modules/execa/index.js diff --git a/ClientApp/node_modules/vitest/node_modules/execa/lib/command.js b/apps/angular/node_modules/vitest/node_modules/execa/lib/command.js similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/execa/lib/command.js rename to apps/angular/node_modules/vitest/node_modules/execa/lib/command.js diff --git a/ClientApp/node_modules/vitest/node_modules/execa/lib/error.js b/apps/angular/node_modules/vitest/node_modules/execa/lib/error.js similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/execa/lib/error.js rename to apps/angular/node_modules/vitest/node_modules/execa/lib/error.js diff --git a/ClientApp/node_modules/vitest/node_modules/execa/lib/kill.js b/apps/angular/node_modules/vitest/node_modules/execa/lib/kill.js similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/execa/lib/kill.js rename to apps/angular/node_modules/vitest/node_modules/execa/lib/kill.js diff --git a/ClientApp/node_modules/vitest/node_modules/execa/lib/pipe.js b/apps/angular/node_modules/vitest/node_modules/execa/lib/pipe.js similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/execa/lib/pipe.js rename to apps/angular/node_modules/vitest/node_modules/execa/lib/pipe.js diff --git a/ClientApp/node_modules/vitest/node_modules/execa/lib/promise.js b/apps/angular/node_modules/vitest/node_modules/execa/lib/promise.js similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/execa/lib/promise.js rename to apps/angular/node_modules/vitest/node_modules/execa/lib/promise.js diff --git a/ClientApp/node_modules/vitest/node_modules/execa/lib/stdio.js b/apps/angular/node_modules/vitest/node_modules/execa/lib/stdio.js similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/execa/lib/stdio.js rename to apps/angular/node_modules/vitest/node_modules/execa/lib/stdio.js diff --git a/ClientApp/node_modules/vitest/node_modules/execa/lib/stream.js b/apps/angular/node_modules/vitest/node_modules/execa/lib/stream.js similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/execa/lib/stream.js rename to apps/angular/node_modules/vitest/node_modules/execa/lib/stream.js diff --git a/ClientApp/node_modules/vitest/node_modules/execa/lib/verbose.js b/apps/angular/node_modules/vitest/node_modules/execa/lib/verbose.js similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/execa/lib/verbose.js rename to apps/angular/node_modules/vitest/node_modules/execa/lib/verbose.js diff --git a/ClientApp/node_modules/vitest/node_modules/execa/license b/apps/angular/node_modules/vitest/node_modules/execa/license similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/execa/license rename to apps/angular/node_modules/vitest/node_modules/execa/license diff --git a/ClientApp/node_modules/vitest/node_modules/execa/package.json b/apps/angular/node_modules/vitest/node_modules/execa/package.json similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/execa/package.json rename to apps/angular/node_modules/vitest/node_modules/execa/package.json diff --git a/ClientApp/node_modules/vitest/node_modules/execa/readme.md b/apps/angular/node_modules/vitest/node_modules/execa/readme.md similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/execa/readme.md rename to apps/angular/node_modules/vitest/node_modules/execa/readme.md diff --git a/ClientApp/node_modules/vitest/node_modules/get-stream/license b/apps/angular/node_modules/vitest/node_modules/get-stream/license similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/get-stream/license rename to apps/angular/node_modules/vitest/node_modules/get-stream/license diff --git a/ClientApp/node_modules/vitest/node_modules/get-stream/package.json b/apps/angular/node_modules/vitest/node_modules/get-stream/package.json similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/get-stream/package.json rename to apps/angular/node_modules/vitest/node_modules/get-stream/package.json diff --git a/ClientApp/node_modules/vitest/node_modules/get-stream/readme.md b/apps/angular/node_modules/vitest/node_modules/get-stream/readme.md similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/get-stream/readme.md rename to apps/angular/node_modules/vitest/node_modules/get-stream/readme.md diff --git a/ClientApp/node_modules/vitest/node_modules/get-stream/source/array-buffer.js b/apps/angular/node_modules/vitest/node_modules/get-stream/source/array-buffer.js similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/get-stream/source/array-buffer.js rename to apps/angular/node_modules/vitest/node_modules/get-stream/source/array-buffer.js diff --git a/ClientApp/node_modules/vitest/node_modules/get-stream/source/array.js b/apps/angular/node_modules/vitest/node_modules/get-stream/source/array.js similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/get-stream/source/array.js rename to apps/angular/node_modules/vitest/node_modules/get-stream/source/array.js diff --git a/ClientApp/node_modules/vitest/node_modules/get-stream/source/buffer.js b/apps/angular/node_modules/vitest/node_modules/get-stream/source/buffer.js similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/get-stream/source/buffer.js rename to apps/angular/node_modules/vitest/node_modules/get-stream/source/buffer.js diff --git a/ClientApp/node_modules/vitest/node_modules/get-stream/source/contents.js b/apps/angular/node_modules/vitest/node_modules/get-stream/source/contents.js similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/get-stream/source/contents.js rename to apps/angular/node_modules/vitest/node_modules/get-stream/source/contents.js diff --git a/ClientApp/node_modules/vitest/node_modules/get-stream/source/index.d.ts b/apps/angular/node_modules/vitest/node_modules/get-stream/source/index.d.ts similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/get-stream/source/index.d.ts rename to apps/angular/node_modules/vitest/node_modules/get-stream/source/index.d.ts diff --git a/ClientApp/node_modules/vitest/node_modules/get-stream/source/index.js b/apps/angular/node_modules/vitest/node_modules/get-stream/source/index.js similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/get-stream/source/index.js rename to apps/angular/node_modules/vitest/node_modules/get-stream/source/index.js diff --git a/ClientApp/node_modules/vitest/node_modules/get-stream/source/string.js b/apps/angular/node_modules/vitest/node_modules/get-stream/source/string.js similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/get-stream/source/string.js rename to apps/angular/node_modules/vitest/node_modules/get-stream/source/string.js diff --git a/ClientApp/node_modules/vitest/node_modules/get-stream/source/utils.js b/apps/angular/node_modules/vitest/node_modules/get-stream/source/utils.js similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/get-stream/source/utils.js rename to apps/angular/node_modules/vitest/node_modules/get-stream/source/utils.js diff --git a/ClientApp/node_modules/vitest/node_modules/human-signals/LICENSE b/apps/angular/node_modules/vitest/node_modules/human-signals/LICENSE similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/human-signals/LICENSE rename to apps/angular/node_modules/vitest/node_modules/human-signals/LICENSE diff --git a/ClientApp/node_modules/vitest/node_modules/human-signals/README.md b/apps/angular/node_modules/vitest/node_modules/human-signals/README.md similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/human-signals/README.md rename to apps/angular/node_modules/vitest/node_modules/human-signals/README.md diff --git a/ClientApp/node_modules/vitest/node_modules/human-signals/build/src/core.js b/apps/angular/node_modules/vitest/node_modules/human-signals/build/src/core.js similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/human-signals/build/src/core.js rename to apps/angular/node_modules/vitest/node_modules/human-signals/build/src/core.js diff --git a/ClientApp/node_modules/vitest/node_modules/human-signals/build/src/main.d.ts b/apps/angular/node_modules/vitest/node_modules/human-signals/build/src/main.d.ts similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/human-signals/build/src/main.d.ts rename to apps/angular/node_modules/vitest/node_modules/human-signals/build/src/main.d.ts diff --git a/ClientApp/node_modules/vitest/node_modules/human-signals/build/src/main.js b/apps/angular/node_modules/vitest/node_modules/human-signals/build/src/main.js similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/human-signals/build/src/main.js rename to apps/angular/node_modules/vitest/node_modules/human-signals/build/src/main.js diff --git a/ClientApp/node_modules/vitest/node_modules/human-signals/build/src/realtime.js b/apps/angular/node_modules/vitest/node_modules/human-signals/build/src/realtime.js similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/human-signals/build/src/realtime.js rename to apps/angular/node_modules/vitest/node_modules/human-signals/build/src/realtime.js diff --git a/ClientApp/node_modules/vitest/node_modules/human-signals/build/src/signals.js b/apps/angular/node_modules/vitest/node_modules/human-signals/build/src/signals.js similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/human-signals/build/src/signals.js rename to apps/angular/node_modules/vitest/node_modules/human-signals/build/src/signals.js diff --git a/ClientApp/node_modules/vitest/node_modules/human-signals/package.json b/apps/angular/node_modules/vitest/node_modules/human-signals/package.json similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/human-signals/package.json rename to apps/angular/node_modules/vitest/node_modules/human-signals/package.json diff --git a/ClientApp/node_modules/vitest/node_modules/is-stream/index.d.ts b/apps/angular/node_modules/vitest/node_modules/is-stream/index.d.ts similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/is-stream/index.d.ts rename to apps/angular/node_modules/vitest/node_modules/is-stream/index.d.ts diff --git a/ClientApp/node_modules/vitest/node_modules/is-stream/index.js b/apps/angular/node_modules/vitest/node_modules/is-stream/index.js similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/is-stream/index.js rename to apps/angular/node_modules/vitest/node_modules/is-stream/index.js diff --git a/ClientApp/node_modules/vitest/node_modules/is-stream/license b/apps/angular/node_modules/vitest/node_modules/is-stream/license similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/is-stream/license rename to apps/angular/node_modules/vitest/node_modules/is-stream/license diff --git a/ClientApp/node_modules/vitest/node_modules/is-stream/package.json b/apps/angular/node_modules/vitest/node_modules/is-stream/package.json similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/is-stream/package.json rename to apps/angular/node_modules/vitest/node_modules/is-stream/package.json diff --git a/ClientApp/node_modules/vitest/node_modules/is-stream/readme.md b/apps/angular/node_modules/vitest/node_modules/is-stream/readme.md similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/is-stream/readme.md rename to apps/angular/node_modules/vitest/node_modules/is-stream/readme.md diff --git a/ClientApp/node_modules/vitest/node_modules/mimic-fn/index.d.ts b/apps/angular/node_modules/vitest/node_modules/mimic-fn/index.d.ts similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/mimic-fn/index.d.ts rename to apps/angular/node_modules/vitest/node_modules/mimic-fn/index.d.ts diff --git a/ClientApp/node_modules/vitest/node_modules/mimic-fn/index.js b/apps/angular/node_modules/vitest/node_modules/mimic-fn/index.js similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/mimic-fn/index.js rename to apps/angular/node_modules/vitest/node_modules/mimic-fn/index.js diff --git a/ClientApp/node_modules/vitest/node_modules/mimic-fn/license b/apps/angular/node_modules/vitest/node_modules/mimic-fn/license similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/mimic-fn/license rename to apps/angular/node_modules/vitest/node_modules/mimic-fn/license diff --git a/ClientApp/node_modules/vitest/node_modules/mimic-fn/package.json b/apps/angular/node_modules/vitest/node_modules/mimic-fn/package.json similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/mimic-fn/package.json rename to apps/angular/node_modules/vitest/node_modules/mimic-fn/package.json diff --git a/ClientApp/node_modules/vitest/node_modules/mimic-fn/readme.md b/apps/angular/node_modules/vitest/node_modules/mimic-fn/readme.md similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/mimic-fn/readme.md rename to apps/angular/node_modules/vitest/node_modules/mimic-fn/readme.md diff --git a/ClientApp/node_modules/vitest/node_modules/npm-run-path/index.d.ts b/apps/angular/node_modules/vitest/node_modules/npm-run-path/index.d.ts similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/npm-run-path/index.d.ts rename to apps/angular/node_modules/vitest/node_modules/npm-run-path/index.d.ts diff --git a/ClientApp/node_modules/vitest/node_modules/npm-run-path/index.js b/apps/angular/node_modules/vitest/node_modules/npm-run-path/index.js similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/npm-run-path/index.js rename to apps/angular/node_modules/vitest/node_modules/npm-run-path/index.js diff --git a/ClientApp/node_modules/vitest/node_modules/npm-run-path/license b/apps/angular/node_modules/vitest/node_modules/npm-run-path/license similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/npm-run-path/license rename to apps/angular/node_modules/vitest/node_modules/npm-run-path/license diff --git a/ClientApp/node_modules/vitest/node_modules/npm-run-path/package.json b/apps/angular/node_modules/vitest/node_modules/npm-run-path/package.json similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/npm-run-path/package.json rename to apps/angular/node_modules/vitest/node_modules/npm-run-path/package.json diff --git a/ClientApp/node_modules/vitest/node_modules/npm-run-path/readme.md b/apps/angular/node_modules/vitest/node_modules/npm-run-path/readme.md similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/npm-run-path/readme.md rename to apps/angular/node_modules/vitest/node_modules/npm-run-path/readme.md diff --git a/ClientApp/node_modules/vitest/node_modules/onetime/index.d.ts b/apps/angular/node_modules/vitest/node_modules/onetime/index.d.ts similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/onetime/index.d.ts rename to apps/angular/node_modules/vitest/node_modules/onetime/index.d.ts diff --git a/ClientApp/node_modules/vitest/node_modules/onetime/index.js b/apps/angular/node_modules/vitest/node_modules/onetime/index.js similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/onetime/index.js rename to apps/angular/node_modules/vitest/node_modules/onetime/index.js diff --git a/ClientApp/node_modules/vitest/node_modules/onetime/license b/apps/angular/node_modules/vitest/node_modules/onetime/license similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/onetime/license rename to apps/angular/node_modules/vitest/node_modules/onetime/license diff --git a/ClientApp/node_modules/vitest/node_modules/onetime/package.json b/apps/angular/node_modules/vitest/node_modules/onetime/package.json similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/onetime/package.json rename to apps/angular/node_modules/vitest/node_modules/onetime/package.json diff --git a/ClientApp/node_modules/vitest/node_modules/onetime/readme.md b/apps/angular/node_modules/vitest/node_modules/onetime/readme.md similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/onetime/readme.md rename to apps/angular/node_modules/vitest/node_modules/onetime/readme.md diff --git a/ClientApp/node_modules/vitest/node_modules/path-key/index.d.ts b/apps/angular/node_modules/vitest/node_modules/path-key/index.d.ts similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/path-key/index.d.ts rename to apps/angular/node_modules/vitest/node_modules/path-key/index.d.ts diff --git a/ClientApp/node_modules/vitest/node_modules/path-key/index.js b/apps/angular/node_modules/vitest/node_modules/path-key/index.js similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/path-key/index.js rename to apps/angular/node_modules/vitest/node_modules/path-key/index.js diff --git a/ClientApp/node_modules/vitest/node_modules/path-key/license b/apps/angular/node_modules/vitest/node_modules/path-key/license similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/path-key/license rename to apps/angular/node_modules/vitest/node_modules/path-key/license diff --git a/ClientApp/node_modules/vitest/node_modules/path-key/package.json b/apps/angular/node_modules/vitest/node_modules/path-key/package.json similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/path-key/package.json rename to apps/angular/node_modules/vitest/node_modules/path-key/package.json diff --git a/ClientApp/node_modules/vitest/node_modules/path-key/readme.md b/apps/angular/node_modules/vitest/node_modules/path-key/readme.md similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/path-key/readme.md rename to apps/angular/node_modules/vitest/node_modules/path-key/readme.md diff --git a/ClientApp/node_modules/vitest/node_modules/signal-exit/LICENSE.txt b/apps/angular/node_modules/vitest/node_modules/signal-exit/LICENSE.txt similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/signal-exit/LICENSE.txt rename to apps/angular/node_modules/vitest/node_modules/signal-exit/LICENSE.txt diff --git a/ClientApp/node_modules/vitest/node_modules/signal-exit/README.md b/apps/angular/node_modules/vitest/node_modules/signal-exit/README.md similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/signal-exit/README.md rename to apps/angular/node_modules/vitest/node_modules/signal-exit/README.md diff --git a/ClientApp/node_modules/vitest/node_modules/signal-exit/dist/cjs/browser.d.ts b/apps/angular/node_modules/vitest/node_modules/signal-exit/dist/cjs/browser.d.ts similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/signal-exit/dist/cjs/browser.d.ts rename to apps/angular/node_modules/vitest/node_modules/signal-exit/dist/cjs/browser.d.ts diff --git a/ClientApp/node_modules/vitest/node_modules/signal-exit/dist/cjs/browser.d.ts.map b/apps/angular/node_modules/vitest/node_modules/signal-exit/dist/cjs/browser.d.ts.map similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/signal-exit/dist/cjs/browser.d.ts.map rename to apps/angular/node_modules/vitest/node_modules/signal-exit/dist/cjs/browser.d.ts.map diff --git a/ClientApp/node_modules/vitest/node_modules/signal-exit/dist/cjs/browser.js b/apps/angular/node_modules/vitest/node_modules/signal-exit/dist/cjs/browser.js similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/signal-exit/dist/cjs/browser.js rename to apps/angular/node_modules/vitest/node_modules/signal-exit/dist/cjs/browser.js diff --git a/ClientApp/node_modules/vitest/node_modules/signal-exit/dist/cjs/browser.js.map b/apps/angular/node_modules/vitest/node_modules/signal-exit/dist/cjs/browser.js.map similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/signal-exit/dist/cjs/browser.js.map rename to apps/angular/node_modules/vitest/node_modules/signal-exit/dist/cjs/browser.js.map diff --git a/ClientApp/node_modules/vitest/node_modules/signal-exit/dist/cjs/index.d.ts b/apps/angular/node_modules/vitest/node_modules/signal-exit/dist/cjs/index.d.ts similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/signal-exit/dist/cjs/index.d.ts rename to apps/angular/node_modules/vitest/node_modules/signal-exit/dist/cjs/index.d.ts diff --git a/ClientApp/node_modules/vitest/node_modules/signal-exit/dist/cjs/index.d.ts.map b/apps/angular/node_modules/vitest/node_modules/signal-exit/dist/cjs/index.d.ts.map similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/signal-exit/dist/cjs/index.d.ts.map rename to apps/angular/node_modules/vitest/node_modules/signal-exit/dist/cjs/index.d.ts.map diff --git a/ClientApp/node_modules/vitest/node_modules/signal-exit/dist/cjs/index.js b/apps/angular/node_modules/vitest/node_modules/signal-exit/dist/cjs/index.js similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/signal-exit/dist/cjs/index.js rename to apps/angular/node_modules/vitest/node_modules/signal-exit/dist/cjs/index.js diff --git a/ClientApp/node_modules/vitest/node_modules/signal-exit/dist/cjs/index.js.map b/apps/angular/node_modules/vitest/node_modules/signal-exit/dist/cjs/index.js.map similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/signal-exit/dist/cjs/index.js.map rename to apps/angular/node_modules/vitest/node_modules/signal-exit/dist/cjs/index.js.map diff --git a/ClientApp/node_modules/vitest/node_modules/signal-exit/dist/cjs/package.json b/apps/angular/node_modules/vitest/node_modules/signal-exit/dist/cjs/package.json similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/signal-exit/dist/cjs/package.json rename to apps/angular/node_modules/vitest/node_modules/signal-exit/dist/cjs/package.json diff --git a/ClientApp/node_modules/vitest/node_modules/signal-exit/dist/cjs/signals.d.ts b/apps/angular/node_modules/vitest/node_modules/signal-exit/dist/cjs/signals.d.ts similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/signal-exit/dist/cjs/signals.d.ts rename to apps/angular/node_modules/vitest/node_modules/signal-exit/dist/cjs/signals.d.ts diff --git a/ClientApp/node_modules/vitest/node_modules/signal-exit/dist/cjs/signals.d.ts.map b/apps/angular/node_modules/vitest/node_modules/signal-exit/dist/cjs/signals.d.ts.map similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/signal-exit/dist/cjs/signals.d.ts.map rename to apps/angular/node_modules/vitest/node_modules/signal-exit/dist/cjs/signals.d.ts.map diff --git a/ClientApp/node_modules/vitest/node_modules/signal-exit/dist/cjs/signals.js b/apps/angular/node_modules/vitest/node_modules/signal-exit/dist/cjs/signals.js similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/signal-exit/dist/cjs/signals.js rename to apps/angular/node_modules/vitest/node_modules/signal-exit/dist/cjs/signals.js diff --git a/ClientApp/node_modules/vitest/node_modules/signal-exit/dist/cjs/signals.js.map b/apps/angular/node_modules/vitest/node_modules/signal-exit/dist/cjs/signals.js.map similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/signal-exit/dist/cjs/signals.js.map rename to apps/angular/node_modules/vitest/node_modules/signal-exit/dist/cjs/signals.js.map diff --git a/ClientApp/node_modules/vitest/node_modules/signal-exit/dist/mjs/browser.d.ts b/apps/angular/node_modules/vitest/node_modules/signal-exit/dist/mjs/browser.d.ts similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/signal-exit/dist/mjs/browser.d.ts rename to apps/angular/node_modules/vitest/node_modules/signal-exit/dist/mjs/browser.d.ts diff --git a/ClientApp/node_modules/vitest/node_modules/signal-exit/dist/mjs/browser.d.ts.map b/apps/angular/node_modules/vitest/node_modules/signal-exit/dist/mjs/browser.d.ts.map similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/signal-exit/dist/mjs/browser.d.ts.map rename to apps/angular/node_modules/vitest/node_modules/signal-exit/dist/mjs/browser.d.ts.map diff --git a/ClientApp/node_modules/vitest/node_modules/signal-exit/dist/mjs/browser.js b/apps/angular/node_modules/vitest/node_modules/signal-exit/dist/mjs/browser.js similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/signal-exit/dist/mjs/browser.js rename to apps/angular/node_modules/vitest/node_modules/signal-exit/dist/mjs/browser.js diff --git a/ClientApp/node_modules/vitest/node_modules/signal-exit/dist/mjs/browser.js.map b/apps/angular/node_modules/vitest/node_modules/signal-exit/dist/mjs/browser.js.map similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/signal-exit/dist/mjs/browser.js.map rename to apps/angular/node_modules/vitest/node_modules/signal-exit/dist/mjs/browser.js.map diff --git a/ClientApp/node_modules/vitest/node_modules/signal-exit/dist/mjs/index.d.ts b/apps/angular/node_modules/vitest/node_modules/signal-exit/dist/mjs/index.d.ts similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/signal-exit/dist/mjs/index.d.ts rename to apps/angular/node_modules/vitest/node_modules/signal-exit/dist/mjs/index.d.ts diff --git a/ClientApp/node_modules/vitest/node_modules/signal-exit/dist/mjs/index.d.ts.map b/apps/angular/node_modules/vitest/node_modules/signal-exit/dist/mjs/index.d.ts.map similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/signal-exit/dist/mjs/index.d.ts.map rename to apps/angular/node_modules/vitest/node_modules/signal-exit/dist/mjs/index.d.ts.map diff --git a/ClientApp/node_modules/vitest/node_modules/signal-exit/dist/mjs/index.js b/apps/angular/node_modules/vitest/node_modules/signal-exit/dist/mjs/index.js similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/signal-exit/dist/mjs/index.js rename to apps/angular/node_modules/vitest/node_modules/signal-exit/dist/mjs/index.js diff --git a/ClientApp/node_modules/vitest/node_modules/signal-exit/dist/mjs/index.js.map b/apps/angular/node_modules/vitest/node_modules/signal-exit/dist/mjs/index.js.map similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/signal-exit/dist/mjs/index.js.map rename to apps/angular/node_modules/vitest/node_modules/signal-exit/dist/mjs/index.js.map diff --git a/ClientApp/node_modules/vitest/node_modules/signal-exit/dist/mjs/package.json b/apps/angular/node_modules/vitest/node_modules/signal-exit/dist/mjs/package.json similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/signal-exit/dist/mjs/package.json rename to apps/angular/node_modules/vitest/node_modules/signal-exit/dist/mjs/package.json diff --git a/ClientApp/node_modules/vitest/node_modules/signal-exit/dist/mjs/signals.d.ts b/apps/angular/node_modules/vitest/node_modules/signal-exit/dist/mjs/signals.d.ts similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/signal-exit/dist/mjs/signals.d.ts rename to apps/angular/node_modules/vitest/node_modules/signal-exit/dist/mjs/signals.d.ts diff --git a/ClientApp/node_modules/vitest/node_modules/signal-exit/dist/mjs/signals.d.ts.map b/apps/angular/node_modules/vitest/node_modules/signal-exit/dist/mjs/signals.d.ts.map similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/signal-exit/dist/mjs/signals.d.ts.map rename to apps/angular/node_modules/vitest/node_modules/signal-exit/dist/mjs/signals.d.ts.map diff --git a/ClientApp/node_modules/vitest/node_modules/signal-exit/dist/mjs/signals.js b/apps/angular/node_modules/vitest/node_modules/signal-exit/dist/mjs/signals.js similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/signal-exit/dist/mjs/signals.js rename to apps/angular/node_modules/vitest/node_modules/signal-exit/dist/mjs/signals.js diff --git a/ClientApp/node_modules/vitest/node_modules/signal-exit/dist/mjs/signals.js.map b/apps/angular/node_modules/vitest/node_modules/signal-exit/dist/mjs/signals.js.map similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/signal-exit/dist/mjs/signals.js.map rename to apps/angular/node_modules/vitest/node_modules/signal-exit/dist/mjs/signals.js.map diff --git a/ClientApp/node_modules/vitest/node_modules/signal-exit/package.json b/apps/angular/node_modules/vitest/node_modules/signal-exit/package.json similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/signal-exit/package.json rename to apps/angular/node_modules/vitest/node_modules/signal-exit/package.json diff --git a/ClientApp/node_modules/vitest/node_modules/strip-final-newline/index.js b/apps/angular/node_modules/vitest/node_modules/strip-final-newline/index.js similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/strip-final-newline/index.js rename to apps/angular/node_modules/vitest/node_modules/strip-final-newline/index.js diff --git a/ClientApp/node_modules/vitest/node_modules/strip-final-newline/license b/apps/angular/node_modules/vitest/node_modules/strip-final-newline/license similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/strip-final-newline/license rename to apps/angular/node_modules/vitest/node_modules/strip-final-newline/license diff --git a/ClientApp/node_modules/vitest/node_modules/strip-final-newline/package.json b/apps/angular/node_modules/vitest/node_modules/strip-final-newline/package.json similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/strip-final-newline/package.json rename to apps/angular/node_modules/vitest/node_modules/strip-final-newline/package.json diff --git a/ClientApp/node_modules/vitest/node_modules/strip-final-newline/readme.md b/apps/angular/node_modules/vitest/node_modules/strip-final-newline/readme.md similarity index 100% rename from ClientApp/node_modules/vitest/node_modules/strip-final-newline/readme.md rename to apps/angular/node_modules/vitest/node_modules/strip-final-newline/readme.md diff --git a/ClientApp/node_modules/vitest/package.json b/apps/angular/node_modules/vitest/package.json similarity index 100% rename from ClientApp/node_modules/vitest/package.json rename to apps/angular/node_modules/vitest/package.json diff --git a/ClientApp/node_modules/vitest/reporters.d.ts b/apps/angular/node_modules/vitest/reporters.d.ts similarity index 100% rename from ClientApp/node_modules/vitest/reporters.d.ts rename to apps/angular/node_modules/vitest/reporters.d.ts diff --git a/ClientApp/node_modules/vitest/runners.d.ts b/apps/angular/node_modules/vitest/runners.d.ts similarity index 100% rename from ClientApp/node_modules/vitest/runners.d.ts rename to apps/angular/node_modules/vitest/runners.d.ts diff --git a/ClientApp/node_modules/vitest/snapshot.d.ts b/apps/angular/node_modules/vitest/snapshot.d.ts similarity index 100% rename from ClientApp/node_modules/vitest/snapshot.d.ts rename to apps/angular/node_modules/vitest/snapshot.d.ts diff --git a/ClientApp/node_modules/vitest/suite.d.ts b/apps/angular/node_modules/vitest/suite.d.ts similarity index 100% rename from ClientApp/node_modules/vitest/suite.d.ts rename to apps/angular/node_modules/vitest/suite.d.ts diff --git a/ClientApp/node_modules/vitest/suppress-warnings.cjs b/apps/angular/node_modules/vitest/suppress-warnings.cjs similarity index 100% rename from ClientApp/node_modules/vitest/suppress-warnings.cjs rename to apps/angular/node_modules/vitest/suppress-warnings.cjs diff --git a/ClientApp/node_modules/vitest/utils.d.ts b/apps/angular/node_modules/vitest/utils.d.ts similarity index 100% rename from ClientApp/node_modules/vitest/utils.d.ts rename to apps/angular/node_modules/vitest/utils.d.ts diff --git a/ClientApp/node_modules/vitest/vitest.mjs b/apps/angular/node_modules/vitest/vitest.mjs similarity index 100% rename from ClientApp/node_modules/vitest/vitest.mjs rename to apps/angular/node_modules/vitest/vitest.mjs diff --git a/ClientApp/node_modules/vitest/workers.d.ts b/apps/angular/node_modules/vitest/workers.d.ts similarity index 100% rename from ClientApp/node_modules/vitest/workers.d.ts rename to apps/angular/node_modules/vitest/workers.d.ts diff --git a/ClientApp/node_modules/w3c-xmlserializer/LICENSE.md b/apps/angular/node_modules/w3c-xmlserializer/LICENSE.md similarity index 100% rename from ClientApp/node_modules/w3c-xmlserializer/LICENSE.md rename to apps/angular/node_modules/w3c-xmlserializer/LICENSE.md diff --git a/ClientApp/node_modules/w3c-xmlserializer/README.md b/apps/angular/node_modules/w3c-xmlserializer/README.md similarity index 100% rename from ClientApp/node_modules/w3c-xmlserializer/README.md rename to apps/angular/node_modules/w3c-xmlserializer/README.md diff --git a/ClientApp/node_modules/w3c-xmlserializer/lib/attributes.js b/apps/angular/node_modules/w3c-xmlserializer/lib/attributes.js similarity index 100% rename from ClientApp/node_modules/w3c-xmlserializer/lib/attributes.js rename to apps/angular/node_modules/w3c-xmlserializer/lib/attributes.js diff --git a/ClientApp/node_modules/w3c-xmlserializer/lib/constants.js b/apps/angular/node_modules/w3c-xmlserializer/lib/constants.js similarity index 100% rename from ClientApp/node_modules/w3c-xmlserializer/lib/constants.js rename to apps/angular/node_modules/w3c-xmlserializer/lib/constants.js diff --git a/ClientApp/node_modules/w3c-xmlserializer/lib/serialize.js b/apps/angular/node_modules/w3c-xmlserializer/lib/serialize.js similarity index 100% rename from ClientApp/node_modules/w3c-xmlserializer/lib/serialize.js rename to apps/angular/node_modules/w3c-xmlserializer/lib/serialize.js diff --git a/ClientApp/node_modules/w3c-xmlserializer/package.json b/apps/angular/node_modules/w3c-xmlserializer/package.json similarity index 100% rename from ClientApp/node_modules/w3c-xmlserializer/package.json rename to apps/angular/node_modules/w3c-xmlserializer/package.json diff --git a/ClientApp/node_modules/webidl-conversions/LICENSE.md b/apps/angular/node_modules/webidl-conversions/LICENSE.md similarity index 100% rename from ClientApp/node_modules/webidl-conversions/LICENSE.md rename to apps/angular/node_modules/webidl-conversions/LICENSE.md diff --git a/ClientApp/node_modules/webidl-conversions/README.md b/apps/angular/node_modules/webidl-conversions/README.md similarity index 100% rename from ClientApp/node_modules/webidl-conversions/README.md rename to apps/angular/node_modules/webidl-conversions/README.md diff --git a/ClientApp/node_modules/webidl-conversions/lib/index.js b/apps/angular/node_modules/webidl-conversions/lib/index.js similarity index 100% rename from ClientApp/node_modules/webidl-conversions/lib/index.js rename to apps/angular/node_modules/webidl-conversions/lib/index.js diff --git a/ClientApp/node_modules/webidl-conversions/package.json b/apps/angular/node_modules/webidl-conversions/package.json similarity index 100% rename from ClientApp/node_modules/webidl-conversions/package.json rename to apps/angular/node_modules/webidl-conversions/package.json diff --git a/ClientApp/node_modules/whatwg-encoding/LICENSE.txt b/apps/angular/node_modules/whatwg-encoding/LICENSE.txt similarity index 100% rename from ClientApp/node_modules/whatwg-encoding/LICENSE.txt rename to apps/angular/node_modules/whatwg-encoding/LICENSE.txt diff --git a/ClientApp/node_modules/whatwg-encoding/README.md b/apps/angular/node_modules/whatwg-encoding/README.md similarity index 100% rename from ClientApp/node_modules/whatwg-encoding/README.md rename to apps/angular/node_modules/whatwg-encoding/README.md diff --git a/ClientApp/node_modules/whatwg-encoding/lib/labels-to-names.json b/apps/angular/node_modules/whatwg-encoding/lib/labels-to-names.json similarity index 100% rename from ClientApp/node_modules/whatwg-encoding/lib/labels-to-names.json rename to apps/angular/node_modules/whatwg-encoding/lib/labels-to-names.json diff --git a/ClientApp/node_modules/whatwg-encoding/lib/supported-names.json b/apps/angular/node_modules/whatwg-encoding/lib/supported-names.json similarity index 100% rename from ClientApp/node_modules/whatwg-encoding/lib/supported-names.json rename to apps/angular/node_modules/whatwg-encoding/lib/supported-names.json diff --git a/ClientApp/node_modules/whatwg-encoding/lib/whatwg-encoding.js b/apps/angular/node_modules/whatwg-encoding/lib/whatwg-encoding.js similarity index 100% rename from ClientApp/node_modules/whatwg-encoding/lib/whatwg-encoding.js rename to apps/angular/node_modules/whatwg-encoding/lib/whatwg-encoding.js diff --git a/ClientApp/node_modules/whatwg-encoding/package.json b/apps/angular/node_modules/whatwg-encoding/package.json similarity index 100% rename from ClientApp/node_modules/whatwg-encoding/package.json rename to apps/angular/node_modules/whatwg-encoding/package.json diff --git a/ClientApp/node_modules/whatwg-mimetype/LICENSE.txt b/apps/angular/node_modules/whatwg-mimetype/LICENSE.txt similarity index 100% rename from ClientApp/node_modules/whatwg-mimetype/LICENSE.txt rename to apps/angular/node_modules/whatwg-mimetype/LICENSE.txt diff --git a/ClientApp/node_modules/whatwg-mimetype/README.md b/apps/angular/node_modules/whatwg-mimetype/README.md similarity index 100% rename from ClientApp/node_modules/whatwg-mimetype/README.md rename to apps/angular/node_modules/whatwg-mimetype/README.md diff --git a/ClientApp/node_modules/whatwg-mimetype/lib/mime-type-parameters.js b/apps/angular/node_modules/whatwg-mimetype/lib/mime-type-parameters.js similarity index 100% rename from ClientApp/node_modules/whatwg-mimetype/lib/mime-type-parameters.js rename to apps/angular/node_modules/whatwg-mimetype/lib/mime-type-parameters.js diff --git a/ClientApp/node_modules/whatwg-mimetype/lib/mime-type.js b/apps/angular/node_modules/whatwg-mimetype/lib/mime-type.js similarity index 100% rename from ClientApp/node_modules/whatwg-mimetype/lib/mime-type.js rename to apps/angular/node_modules/whatwg-mimetype/lib/mime-type.js diff --git a/ClientApp/node_modules/whatwg-mimetype/lib/parser.js b/apps/angular/node_modules/whatwg-mimetype/lib/parser.js similarity index 100% rename from ClientApp/node_modules/whatwg-mimetype/lib/parser.js rename to apps/angular/node_modules/whatwg-mimetype/lib/parser.js diff --git a/ClientApp/node_modules/whatwg-mimetype/lib/serializer.js b/apps/angular/node_modules/whatwg-mimetype/lib/serializer.js similarity index 100% rename from ClientApp/node_modules/whatwg-mimetype/lib/serializer.js rename to apps/angular/node_modules/whatwg-mimetype/lib/serializer.js diff --git a/ClientApp/node_modules/whatwg-mimetype/lib/utils.js b/apps/angular/node_modules/whatwg-mimetype/lib/utils.js similarity index 100% rename from ClientApp/node_modules/whatwg-mimetype/lib/utils.js rename to apps/angular/node_modules/whatwg-mimetype/lib/utils.js diff --git a/ClientApp/node_modules/whatwg-mimetype/package.json b/apps/angular/node_modules/whatwg-mimetype/package.json similarity index 100% rename from ClientApp/node_modules/whatwg-mimetype/package.json rename to apps/angular/node_modules/whatwg-mimetype/package.json diff --git a/ClientApp/node_modules/whatwg-url/LICENSE.txt b/apps/angular/node_modules/whatwg-url/LICENSE.txt similarity index 100% rename from ClientApp/node_modules/whatwg-url/LICENSE.txt rename to apps/angular/node_modules/whatwg-url/LICENSE.txt diff --git a/ClientApp/node_modules/whatwg-url/README.md b/apps/angular/node_modules/whatwg-url/README.md similarity index 100% rename from ClientApp/node_modules/whatwg-url/README.md rename to apps/angular/node_modules/whatwg-url/README.md diff --git a/ClientApp/node_modules/whatwg-url/index.js b/apps/angular/node_modules/whatwg-url/index.js similarity index 100% rename from ClientApp/node_modules/whatwg-url/index.js rename to apps/angular/node_modules/whatwg-url/index.js diff --git a/ClientApp/node_modules/whatwg-url/lib/Function.js b/apps/angular/node_modules/whatwg-url/lib/Function.js similarity index 100% rename from ClientApp/node_modules/whatwg-url/lib/Function.js rename to apps/angular/node_modules/whatwg-url/lib/Function.js diff --git a/ClientApp/node_modules/whatwg-url/lib/URL-impl.js b/apps/angular/node_modules/whatwg-url/lib/URL-impl.js similarity index 100% rename from ClientApp/node_modules/whatwg-url/lib/URL-impl.js rename to apps/angular/node_modules/whatwg-url/lib/URL-impl.js diff --git a/ClientApp/node_modules/whatwg-url/lib/URL.js b/apps/angular/node_modules/whatwg-url/lib/URL.js similarity index 100% rename from ClientApp/node_modules/whatwg-url/lib/URL.js rename to apps/angular/node_modules/whatwg-url/lib/URL.js diff --git a/ClientApp/node_modules/whatwg-url/lib/URLSearchParams-impl.js b/apps/angular/node_modules/whatwg-url/lib/URLSearchParams-impl.js similarity index 100% rename from ClientApp/node_modules/whatwg-url/lib/URLSearchParams-impl.js rename to apps/angular/node_modules/whatwg-url/lib/URLSearchParams-impl.js diff --git a/ClientApp/node_modules/whatwg-url/lib/URLSearchParams.js b/apps/angular/node_modules/whatwg-url/lib/URLSearchParams.js similarity index 100% rename from ClientApp/node_modules/whatwg-url/lib/URLSearchParams.js rename to apps/angular/node_modules/whatwg-url/lib/URLSearchParams.js diff --git a/ClientApp/node_modules/whatwg-url/lib/VoidFunction.js b/apps/angular/node_modules/whatwg-url/lib/VoidFunction.js similarity index 100% rename from ClientApp/node_modules/whatwg-url/lib/VoidFunction.js rename to apps/angular/node_modules/whatwg-url/lib/VoidFunction.js diff --git a/ClientApp/node_modules/whatwg-url/lib/encoding.js b/apps/angular/node_modules/whatwg-url/lib/encoding.js similarity index 100% rename from ClientApp/node_modules/whatwg-url/lib/encoding.js rename to apps/angular/node_modules/whatwg-url/lib/encoding.js diff --git a/ClientApp/node_modules/whatwg-url/lib/infra.js b/apps/angular/node_modules/whatwg-url/lib/infra.js similarity index 100% rename from ClientApp/node_modules/whatwg-url/lib/infra.js rename to apps/angular/node_modules/whatwg-url/lib/infra.js diff --git a/ClientApp/node_modules/whatwg-url/lib/percent-encoding.js b/apps/angular/node_modules/whatwg-url/lib/percent-encoding.js similarity index 100% rename from ClientApp/node_modules/whatwg-url/lib/percent-encoding.js rename to apps/angular/node_modules/whatwg-url/lib/percent-encoding.js diff --git a/ClientApp/node_modules/whatwg-url/lib/url-state-machine.js b/apps/angular/node_modules/whatwg-url/lib/url-state-machine.js similarity index 100% rename from ClientApp/node_modules/whatwg-url/lib/url-state-machine.js rename to apps/angular/node_modules/whatwg-url/lib/url-state-machine.js diff --git a/ClientApp/node_modules/whatwg-url/lib/urlencoded.js b/apps/angular/node_modules/whatwg-url/lib/urlencoded.js similarity index 100% rename from ClientApp/node_modules/whatwg-url/lib/urlencoded.js rename to apps/angular/node_modules/whatwg-url/lib/urlencoded.js diff --git a/ClientApp/node_modules/whatwg-url/lib/utils.js b/apps/angular/node_modules/whatwg-url/lib/utils.js similarity index 100% rename from ClientApp/node_modules/whatwg-url/lib/utils.js rename to apps/angular/node_modules/whatwg-url/lib/utils.js diff --git a/ClientApp/node_modules/whatwg-url/package.json b/apps/angular/node_modules/whatwg-url/package.json similarity index 100% rename from ClientApp/node_modules/whatwg-url/package.json rename to apps/angular/node_modules/whatwg-url/package.json diff --git a/ClientApp/node_modules/whatwg-url/webidl2js-wrapper.js b/apps/angular/node_modules/whatwg-url/webidl2js-wrapper.js similarity index 100% rename from ClientApp/node_modules/whatwg-url/webidl2js-wrapper.js rename to apps/angular/node_modules/whatwg-url/webidl2js-wrapper.js diff --git a/ClientApp/node_modules/which-boxed-primitive/.editorconfig b/apps/angular/node_modules/which-boxed-primitive/.editorconfig similarity index 100% rename from ClientApp/node_modules/which-boxed-primitive/.editorconfig rename to apps/angular/node_modules/which-boxed-primitive/.editorconfig diff --git a/ClientApp/node_modules/which-boxed-primitive/.eslintrc b/apps/angular/node_modules/which-boxed-primitive/.eslintrc similarity index 100% rename from ClientApp/node_modules/which-boxed-primitive/.eslintrc rename to apps/angular/node_modules/which-boxed-primitive/.eslintrc diff --git a/ClientApp/node_modules/which-boxed-primitive/.github/FUNDING.yml b/apps/angular/node_modules/which-boxed-primitive/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/which-boxed-primitive/.github/FUNDING.yml rename to apps/angular/node_modules/which-boxed-primitive/.github/FUNDING.yml diff --git a/ClientApp/node_modules/which-boxed-primitive/.nycrc b/apps/angular/node_modules/which-boxed-primitive/.nycrc similarity index 100% rename from ClientApp/node_modules/which-boxed-primitive/.nycrc rename to apps/angular/node_modules/which-boxed-primitive/.nycrc diff --git a/ClientApp/node_modules/which-boxed-primitive/CHANGELOG.md b/apps/angular/node_modules/which-boxed-primitive/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/which-boxed-primitive/CHANGELOG.md rename to apps/angular/node_modules/which-boxed-primitive/CHANGELOG.md diff --git a/ClientApp/node_modules/which-boxed-primitive/LICENSE b/apps/angular/node_modules/which-boxed-primitive/LICENSE similarity index 100% rename from ClientApp/node_modules/which-boxed-primitive/LICENSE rename to apps/angular/node_modules/which-boxed-primitive/LICENSE diff --git a/ClientApp/node_modules/which-boxed-primitive/README.md b/apps/angular/node_modules/which-boxed-primitive/README.md similarity index 100% rename from ClientApp/node_modules/which-boxed-primitive/README.md rename to apps/angular/node_modules/which-boxed-primitive/README.md diff --git a/ClientApp/node_modules/which-boxed-primitive/index.d.ts b/apps/angular/node_modules/which-boxed-primitive/index.d.ts similarity index 100% rename from ClientApp/node_modules/which-boxed-primitive/index.d.ts rename to apps/angular/node_modules/which-boxed-primitive/index.d.ts diff --git a/ClientApp/node_modules/which-boxed-primitive/index.js b/apps/angular/node_modules/which-boxed-primitive/index.js similarity index 100% rename from ClientApp/node_modules/which-boxed-primitive/index.js rename to apps/angular/node_modules/which-boxed-primitive/index.js diff --git a/ClientApp/node_modules/which-boxed-primitive/package.json b/apps/angular/node_modules/which-boxed-primitive/package.json similarity index 100% rename from ClientApp/node_modules/which-boxed-primitive/package.json rename to apps/angular/node_modules/which-boxed-primitive/package.json diff --git a/ClientApp/node_modules/which-boxed-primitive/test/index.js b/apps/angular/node_modules/which-boxed-primitive/test/index.js similarity index 100% rename from ClientApp/node_modules/which-boxed-primitive/test/index.js rename to apps/angular/node_modules/which-boxed-primitive/test/index.js diff --git a/ClientApp/node_modules/which-boxed-primitive/tsconfig.json b/apps/angular/node_modules/which-boxed-primitive/tsconfig.json similarity index 100% rename from ClientApp/node_modules/which-boxed-primitive/tsconfig.json rename to apps/angular/node_modules/which-boxed-primitive/tsconfig.json diff --git a/ClientApp/node_modules/which-builtin-type/.eslintrc b/apps/angular/node_modules/which-builtin-type/.eslintrc similarity index 100% rename from ClientApp/node_modules/which-builtin-type/.eslintrc rename to apps/angular/node_modules/which-builtin-type/.eslintrc diff --git a/ClientApp/node_modules/which-builtin-type/.nycrc b/apps/angular/node_modules/which-builtin-type/.nycrc similarity index 100% rename from ClientApp/node_modules/which-builtin-type/.nycrc rename to apps/angular/node_modules/which-builtin-type/.nycrc diff --git a/ClientApp/node_modules/which-builtin-type/CHANGELOG.md b/apps/angular/node_modules/which-builtin-type/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/which-builtin-type/CHANGELOG.md rename to apps/angular/node_modules/which-builtin-type/CHANGELOG.md diff --git a/ClientApp/node_modules/which-builtin-type/LICENSE b/apps/angular/node_modules/which-builtin-type/LICENSE similarity index 100% rename from ClientApp/node_modules/which-builtin-type/LICENSE rename to apps/angular/node_modules/which-builtin-type/LICENSE diff --git a/ClientApp/node_modules/which-builtin-type/README.md b/apps/angular/node_modules/which-builtin-type/README.md similarity index 100% rename from ClientApp/node_modules/which-builtin-type/README.md rename to apps/angular/node_modules/which-builtin-type/README.md diff --git a/ClientApp/node_modules/which-builtin-type/index.d.ts b/apps/angular/node_modules/which-builtin-type/index.d.ts similarity index 100% rename from ClientApp/node_modules/which-builtin-type/index.d.ts rename to apps/angular/node_modules/which-builtin-type/index.d.ts diff --git a/ClientApp/node_modules/which-builtin-type/index.js b/apps/angular/node_modules/which-builtin-type/index.js similarity index 100% rename from ClientApp/node_modules/which-builtin-type/index.js rename to apps/angular/node_modules/which-builtin-type/index.js diff --git a/ClientApp/node_modules/which-builtin-type/package.json b/apps/angular/node_modules/which-builtin-type/package.json similarity index 100% rename from ClientApp/node_modules/which-builtin-type/package.json rename to apps/angular/node_modules/which-builtin-type/package.json diff --git a/ClientApp/node_modules/which-builtin-type/test/index.js b/apps/angular/node_modules/which-builtin-type/test/index.js similarity index 100% rename from ClientApp/node_modules/which-builtin-type/test/index.js rename to apps/angular/node_modules/which-builtin-type/test/index.js diff --git a/ClientApp/node_modules/which-builtin-type/tsconfig.json b/apps/angular/node_modules/which-builtin-type/tsconfig.json similarity index 100% rename from ClientApp/node_modules/which-builtin-type/tsconfig.json rename to apps/angular/node_modules/which-builtin-type/tsconfig.json diff --git a/ClientApp/node_modules/which-collection/.eslintrc b/apps/angular/node_modules/which-collection/.eslintrc similarity index 100% rename from ClientApp/node_modules/which-collection/.eslintrc rename to apps/angular/node_modules/which-collection/.eslintrc diff --git a/ClientApp/node_modules/which-collection/.github/FUNDING.yml b/apps/angular/node_modules/which-collection/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/which-collection/.github/FUNDING.yml rename to apps/angular/node_modules/which-collection/.github/FUNDING.yml diff --git a/ClientApp/node_modules/which-collection/.nycrc b/apps/angular/node_modules/which-collection/.nycrc similarity index 100% rename from ClientApp/node_modules/which-collection/.nycrc rename to apps/angular/node_modules/which-collection/.nycrc diff --git a/ClientApp/node_modules/which-collection/CHANGELOG.md b/apps/angular/node_modules/which-collection/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/which-collection/CHANGELOG.md rename to apps/angular/node_modules/which-collection/CHANGELOG.md diff --git a/ClientApp/node_modules/which-collection/LICENSE b/apps/angular/node_modules/which-collection/LICENSE similarity index 100% rename from ClientApp/node_modules/which-collection/LICENSE rename to apps/angular/node_modules/which-collection/LICENSE diff --git a/ClientApp/node_modules/which-collection/README.md b/apps/angular/node_modules/which-collection/README.md similarity index 100% rename from ClientApp/node_modules/which-collection/README.md rename to apps/angular/node_modules/which-collection/README.md diff --git a/ClientApp/node_modules/which-collection/index.d.ts b/apps/angular/node_modules/which-collection/index.d.ts similarity index 100% rename from ClientApp/node_modules/which-collection/index.d.ts rename to apps/angular/node_modules/which-collection/index.d.ts diff --git a/ClientApp/node_modules/which-collection/index.js b/apps/angular/node_modules/which-collection/index.js similarity index 100% rename from ClientApp/node_modules/which-collection/index.js rename to apps/angular/node_modules/which-collection/index.js diff --git a/ClientApp/node_modules/which-collection/package.json b/apps/angular/node_modules/which-collection/package.json similarity index 100% rename from ClientApp/node_modules/which-collection/package.json rename to apps/angular/node_modules/which-collection/package.json diff --git a/ClientApp/node_modules/which-collection/test/index.js b/apps/angular/node_modules/which-collection/test/index.js similarity index 100% rename from ClientApp/node_modules/which-collection/test/index.js rename to apps/angular/node_modules/which-collection/test/index.js diff --git a/ClientApp/node_modules/which-collection/tsconfig.json b/apps/angular/node_modules/which-collection/tsconfig.json similarity index 100% rename from ClientApp/node_modules/which-collection/tsconfig.json rename to apps/angular/node_modules/which-collection/tsconfig.json diff --git a/ClientApp/node_modules/which-typed-array/.editorconfig b/apps/angular/node_modules/which-typed-array/.editorconfig similarity index 100% rename from ClientApp/node_modules/which-typed-array/.editorconfig rename to apps/angular/node_modules/which-typed-array/.editorconfig diff --git a/ClientApp/node_modules/which-typed-array/.eslintrc b/apps/angular/node_modules/which-typed-array/.eslintrc similarity index 100% rename from ClientApp/node_modules/which-typed-array/.eslintrc rename to apps/angular/node_modules/which-typed-array/.eslintrc diff --git a/ClientApp/node_modules/which-typed-array/.github/FUNDING.yml b/apps/angular/node_modules/which-typed-array/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/which-typed-array/.github/FUNDING.yml rename to apps/angular/node_modules/which-typed-array/.github/FUNDING.yml diff --git a/ClientApp/node_modules/which-typed-array/.nycrc b/apps/angular/node_modules/which-typed-array/.nycrc similarity index 100% rename from ClientApp/node_modules/which-typed-array/.nycrc rename to apps/angular/node_modules/which-typed-array/.nycrc diff --git a/ClientApp/node_modules/which-typed-array/CHANGELOG.md b/apps/angular/node_modules/which-typed-array/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/which-typed-array/CHANGELOG.md rename to apps/angular/node_modules/which-typed-array/CHANGELOG.md diff --git a/ClientApp/node_modules/which-typed-array/LICENSE b/apps/angular/node_modules/which-typed-array/LICENSE similarity index 100% rename from ClientApp/node_modules/which-typed-array/LICENSE rename to apps/angular/node_modules/which-typed-array/LICENSE diff --git a/ClientApp/node_modules/which-typed-array/README.md b/apps/angular/node_modules/which-typed-array/README.md similarity index 100% rename from ClientApp/node_modules/which-typed-array/README.md rename to apps/angular/node_modules/which-typed-array/README.md diff --git a/ClientApp/node_modules/which-typed-array/index.d.ts b/apps/angular/node_modules/which-typed-array/index.d.ts similarity index 100% rename from ClientApp/node_modules/which-typed-array/index.d.ts rename to apps/angular/node_modules/which-typed-array/index.d.ts diff --git a/ClientApp/node_modules/which-typed-array/index.js b/apps/angular/node_modules/which-typed-array/index.js similarity index 100% rename from ClientApp/node_modules/which-typed-array/index.js rename to apps/angular/node_modules/which-typed-array/index.js diff --git a/ClientApp/node_modules/which-typed-array/package.json b/apps/angular/node_modules/which-typed-array/package.json similarity index 100% rename from ClientApp/node_modules/which-typed-array/package.json rename to apps/angular/node_modules/which-typed-array/package.json diff --git a/ClientApp/node_modules/which-typed-array/test/index.js b/apps/angular/node_modules/which-typed-array/test/index.js similarity index 100% rename from ClientApp/node_modules/which-typed-array/test/index.js rename to apps/angular/node_modules/which-typed-array/test/index.js diff --git a/ClientApp/node_modules/which-typed-array/tsconfig.json b/apps/angular/node_modules/which-typed-array/tsconfig.json similarity index 100% rename from ClientApp/node_modules/which-typed-array/tsconfig.json rename to apps/angular/node_modules/which-typed-array/tsconfig.json diff --git a/ClientApp/node_modules/which/CHANGELOG.md b/apps/angular/node_modules/which/CHANGELOG.md similarity index 100% rename from ClientApp/node_modules/which/CHANGELOG.md rename to apps/angular/node_modules/which/CHANGELOG.md diff --git a/ClientApp/node_modules/which/LICENSE b/apps/angular/node_modules/which/LICENSE similarity index 100% rename from ClientApp/node_modules/which/LICENSE rename to apps/angular/node_modules/which/LICENSE diff --git a/ClientApp/node_modules/which/README.md b/apps/angular/node_modules/which/README.md similarity index 100% rename from ClientApp/node_modules/which/README.md rename to apps/angular/node_modules/which/README.md diff --git a/ClientApp/node_modules/which/bin/node-which b/apps/angular/node_modules/which/bin/node-which similarity index 100% rename from ClientApp/node_modules/which/bin/node-which rename to apps/angular/node_modules/which/bin/node-which diff --git a/ClientApp/node_modules/which/package.json b/apps/angular/node_modules/which/package.json similarity index 100% rename from ClientApp/node_modules/which/package.json rename to apps/angular/node_modules/which/package.json diff --git a/ClientApp/node_modules/which/which.js b/apps/angular/node_modules/which/which.js similarity index 100% rename from ClientApp/node_modules/which/which.js rename to apps/angular/node_modules/which/which.js diff --git a/ClientApp/node_modules/why-is-node-running/.github/FUNDING.yml b/apps/angular/node_modules/why-is-node-running/.github/FUNDING.yml similarity index 100% rename from ClientApp/node_modules/why-is-node-running/.github/FUNDING.yml rename to apps/angular/node_modules/why-is-node-running/.github/FUNDING.yml diff --git a/ClientApp/node_modules/why-is-node-running/LICENSE b/apps/angular/node_modules/why-is-node-running/LICENSE similarity index 100% rename from ClientApp/node_modules/why-is-node-running/LICENSE rename to apps/angular/node_modules/why-is-node-running/LICENSE diff --git a/ClientApp/node_modules/why-is-node-running/README.md b/apps/angular/node_modules/why-is-node-running/README.md similarity index 100% rename from ClientApp/node_modules/why-is-node-running/README.md rename to apps/angular/node_modules/why-is-node-running/README.md diff --git a/ClientApp/node_modules/why-is-node-running/cli.js b/apps/angular/node_modules/why-is-node-running/cli.js similarity index 100% rename from ClientApp/node_modules/why-is-node-running/cli.js rename to apps/angular/node_modules/why-is-node-running/cli.js diff --git a/ClientApp/node_modules/why-is-node-running/example.js b/apps/angular/node_modules/why-is-node-running/example.js similarity index 100% rename from ClientApp/node_modules/why-is-node-running/example.js rename to apps/angular/node_modules/why-is-node-running/example.js diff --git a/ClientApp/node_modules/why-is-node-running/include.js b/apps/angular/node_modules/why-is-node-running/include.js similarity index 100% rename from ClientApp/node_modules/why-is-node-running/include.js rename to apps/angular/node_modules/why-is-node-running/include.js diff --git a/ClientApp/node_modules/why-is-node-running/index.js b/apps/angular/node_modules/why-is-node-running/index.js similarity index 100% rename from ClientApp/node_modules/why-is-node-running/index.js rename to apps/angular/node_modules/why-is-node-running/index.js diff --git a/ClientApp/node_modules/why-is-node-running/package.json b/apps/angular/node_modules/why-is-node-running/package.json similarity index 100% rename from ClientApp/node_modules/why-is-node-running/package.json rename to apps/angular/node_modules/why-is-node-running/package.json diff --git a/ClientApp/node_modules/word-wrap/LICENSE b/apps/angular/node_modules/word-wrap/LICENSE similarity index 100% rename from ClientApp/node_modules/word-wrap/LICENSE rename to apps/angular/node_modules/word-wrap/LICENSE diff --git a/ClientApp/node_modules/word-wrap/README.md b/apps/angular/node_modules/word-wrap/README.md similarity index 100% rename from ClientApp/node_modules/word-wrap/README.md rename to apps/angular/node_modules/word-wrap/README.md diff --git a/ClientApp/node_modules/word-wrap/index.d.ts b/apps/angular/node_modules/word-wrap/index.d.ts similarity index 100% rename from ClientApp/node_modules/word-wrap/index.d.ts rename to apps/angular/node_modules/word-wrap/index.d.ts diff --git a/ClientApp/node_modules/word-wrap/index.js b/apps/angular/node_modules/word-wrap/index.js similarity index 100% rename from ClientApp/node_modules/word-wrap/index.js rename to apps/angular/node_modules/word-wrap/index.js diff --git a/ClientApp/node_modules/word-wrap/package.json b/apps/angular/node_modules/word-wrap/package.json similarity index 100% rename from ClientApp/node_modules/word-wrap/package.json rename to apps/angular/node_modules/word-wrap/package.json diff --git a/ClientApp/node_modules/wrap-ansi/index.js b/apps/angular/node_modules/wrap-ansi/index.js similarity index 100% rename from ClientApp/node_modules/wrap-ansi/index.js rename to apps/angular/node_modules/wrap-ansi/index.js diff --git a/ClientApp/node_modules/wrap-ansi/license b/apps/angular/node_modules/wrap-ansi/license similarity index 100% rename from ClientApp/node_modules/wrap-ansi/license rename to apps/angular/node_modules/wrap-ansi/license diff --git a/ClientApp/node_modules/wrap-ansi/package.json b/apps/angular/node_modules/wrap-ansi/package.json similarity index 100% rename from ClientApp/node_modules/wrap-ansi/package.json rename to apps/angular/node_modules/wrap-ansi/package.json diff --git a/ClientApp/node_modules/wrap-ansi/readme.md b/apps/angular/node_modules/wrap-ansi/readme.md similarity index 100% rename from ClientApp/node_modules/wrap-ansi/readme.md rename to apps/angular/node_modules/wrap-ansi/readme.md diff --git a/ClientApp/node_modules/wrappy/LICENSE b/apps/angular/node_modules/wrappy/LICENSE similarity index 100% rename from ClientApp/node_modules/wrappy/LICENSE rename to apps/angular/node_modules/wrappy/LICENSE diff --git a/ClientApp/node_modules/wrappy/README.md b/apps/angular/node_modules/wrappy/README.md similarity index 100% rename from ClientApp/node_modules/wrappy/README.md rename to apps/angular/node_modules/wrappy/README.md diff --git a/ClientApp/node_modules/wrappy/package.json b/apps/angular/node_modules/wrappy/package.json similarity index 100% rename from ClientApp/node_modules/wrappy/package.json rename to apps/angular/node_modules/wrappy/package.json diff --git a/ClientApp/node_modules/wrappy/wrappy.js b/apps/angular/node_modules/wrappy/wrappy.js similarity index 100% rename from ClientApp/node_modules/wrappy/wrappy.js rename to apps/angular/node_modules/wrappy/wrappy.js diff --git a/ClientApp/node_modules/ws/LICENSE b/apps/angular/node_modules/ws/LICENSE similarity index 100% rename from ClientApp/node_modules/ws/LICENSE rename to apps/angular/node_modules/ws/LICENSE diff --git a/ClientApp/node_modules/ws/README.md b/apps/angular/node_modules/ws/README.md similarity index 100% rename from ClientApp/node_modules/ws/README.md rename to apps/angular/node_modules/ws/README.md diff --git a/ClientApp/node_modules/ws/browser.js b/apps/angular/node_modules/ws/browser.js similarity index 100% rename from ClientApp/node_modules/ws/browser.js rename to apps/angular/node_modules/ws/browser.js diff --git a/ClientApp/node_modules/ws/index.js b/apps/angular/node_modules/ws/index.js similarity index 100% rename from ClientApp/node_modules/ws/index.js rename to apps/angular/node_modules/ws/index.js diff --git a/ClientApp/node_modules/ws/lib/buffer-util.js b/apps/angular/node_modules/ws/lib/buffer-util.js similarity index 100% rename from ClientApp/node_modules/ws/lib/buffer-util.js rename to apps/angular/node_modules/ws/lib/buffer-util.js diff --git a/ClientApp/node_modules/ws/lib/constants.js b/apps/angular/node_modules/ws/lib/constants.js similarity index 100% rename from ClientApp/node_modules/ws/lib/constants.js rename to apps/angular/node_modules/ws/lib/constants.js diff --git a/ClientApp/node_modules/ws/lib/event-target.js b/apps/angular/node_modules/ws/lib/event-target.js similarity index 100% rename from ClientApp/node_modules/ws/lib/event-target.js rename to apps/angular/node_modules/ws/lib/event-target.js diff --git a/ClientApp/node_modules/ws/lib/extension.js b/apps/angular/node_modules/ws/lib/extension.js similarity index 100% rename from ClientApp/node_modules/ws/lib/extension.js rename to apps/angular/node_modules/ws/lib/extension.js diff --git a/ClientApp/node_modules/ws/lib/limiter.js b/apps/angular/node_modules/ws/lib/limiter.js similarity index 100% rename from ClientApp/node_modules/ws/lib/limiter.js rename to apps/angular/node_modules/ws/lib/limiter.js diff --git a/ClientApp/node_modules/ws/lib/permessage-deflate.js b/apps/angular/node_modules/ws/lib/permessage-deflate.js similarity index 100% rename from ClientApp/node_modules/ws/lib/permessage-deflate.js rename to apps/angular/node_modules/ws/lib/permessage-deflate.js diff --git a/ClientApp/node_modules/ws/lib/receiver.js b/apps/angular/node_modules/ws/lib/receiver.js similarity index 100% rename from ClientApp/node_modules/ws/lib/receiver.js rename to apps/angular/node_modules/ws/lib/receiver.js diff --git a/ClientApp/node_modules/ws/lib/sender.js b/apps/angular/node_modules/ws/lib/sender.js similarity index 100% rename from ClientApp/node_modules/ws/lib/sender.js rename to apps/angular/node_modules/ws/lib/sender.js diff --git a/ClientApp/node_modules/ws/lib/stream.js b/apps/angular/node_modules/ws/lib/stream.js similarity index 100% rename from ClientApp/node_modules/ws/lib/stream.js rename to apps/angular/node_modules/ws/lib/stream.js diff --git a/ClientApp/node_modules/ws/lib/subprotocol.js b/apps/angular/node_modules/ws/lib/subprotocol.js similarity index 100% rename from ClientApp/node_modules/ws/lib/subprotocol.js rename to apps/angular/node_modules/ws/lib/subprotocol.js diff --git a/ClientApp/node_modules/ws/lib/validation.js b/apps/angular/node_modules/ws/lib/validation.js similarity index 100% rename from ClientApp/node_modules/ws/lib/validation.js rename to apps/angular/node_modules/ws/lib/validation.js diff --git a/ClientApp/node_modules/ws/lib/websocket-server.js b/apps/angular/node_modules/ws/lib/websocket-server.js similarity index 100% rename from ClientApp/node_modules/ws/lib/websocket-server.js rename to apps/angular/node_modules/ws/lib/websocket-server.js diff --git a/ClientApp/node_modules/ws/lib/websocket.js b/apps/angular/node_modules/ws/lib/websocket.js similarity index 100% rename from ClientApp/node_modules/ws/lib/websocket.js rename to apps/angular/node_modules/ws/lib/websocket.js diff --git a/ClientApp/node_modules/ws/package.json b/apps/angular/node_modules/ws/package.json similarity index 100% rename from ClientApp/node_modules/ws/package.json rename to apps/angular/node_modules/ws/package.json diff --git a/ClientApp/node_modules/ws/wrapper.mjs b/apps/angular/node_modules/ws/wrapper.mjs similarity index 100% rename from ClientApp/node_modules/ws/wrapper.mjs rename to apps/angular/node_modules/ws/wrapper.mjs diff --git a/ClientApp/node_modules/wsl-utils/index.d.ts b/apps/angular/node_modules/wsl-utils/index.d.ts similarity index 100% rename from ClientApp/node_modules/wsl-utils/index.d.ts rename to apps/angular/node_modules/wsl-utils/index.d.ts diff --git a/ClientApp/node_modules/wsl-utils/index.js b/apps/angular/node_modules/wsl-utils/index.js similarity index 100% rename from ClientApp/node_modules/wsl-utils/index.js rename to apps/angular/node_modules/wsl-utils/index.js diff --git a/ClientApp/node_modules/wsl-utils/license b/apps/angular/node_modules/wsl-utils/license similarity index 100% rename from ClientApp/node_modules/wsl-utils/license rename to apps/angular/node_modules/wsl-utils/license diff --git a/ClientApp/node_modules/wsl-utils/package.json b/apps/angular/node_modules/wsl-utils/package.json similarity index 100% rename from ClientApp/node_modules/wsl-utils/package.json rename to apps/angular/node_modules/wsl-utils/package.json diff --git a/ClientApp/node_modules/wsl-utils/readme.md b/apps/angular/node_modules/wsl-utils/readme.md similarity index 100% rename from ClientApp/node_modules/wsl-utils/readme.md rename to apps/angular/node_modules/wsl-utils/readme.md diff --git a/ClientApp/node_modules/xml-name-validator/LICENSE.txt b/apps/angular/node_modules/xml-name-validator/LICENSE.txt similarity index 100% rename from ClientApp/node_modules/xml-name-validator/LICENSE.txt rename to apps/angular/node_modules/xml-name-validator/LICENSE.txt diff --git a/ClientApp/node_modules/xml-name-validator/README.md b/apps/angular/node_modules/xml-name-validator/README.md similarity index 100% rename from ClientApp/node_modules/xml-name-validator/README.md rename to apps/angular/node_modules/xml-name-validator/README.md diff --git a/ClientApp/node_modules/xml-name-validator/lib/xml-name-validator.js b/apps/angular/node_modules/xml-name-validator/lib/xml-name-validator.js similarity index 100% rename from ClientApp/node_modules/xml-name-validator/lib/xml-name-validator.js rename to apps/angular/node_modules/xml-name-validator/lib/xml-name-validator.js diff --git a/ClientApp/node_modules/xml-name-validator/package.json b/apps/angular/node_modules/xml-name-validator/package.json similarity index 100% rename from ClientApp/node_modules/xml-name-validator/package.json rename to apps/angular/node_modules/xml-name-validator/package.json diff --git a/ClientApp/node_modules/xmlchars/LICENSE b/apps/angular/node_modules/xmlchars/LICENSE similarity index 100% rename from ClientApp/node_modules/xmlchars/LICENSE rename to apps/angular/node_modules/xmlchars/LICENSE diff --git a/ClientApp/node_modules/xmlchars/README.md b/apps/angular/node_modules/xmlchars/README.md similarity index 100% rename from ClientApp/node_modules/xmlchars/README.md rename to apps/angular/node_modules/xmlchars/README.md diff --git a/ClientApp/node_modules/xmlchars/package.json b/apps/angular/node_modules/xmlchars/package.json similarity index 100% rename from ClientApp/node_modules/xmlchars/package.json rename to apps/angular/node_modules/xmlchars/package.json diff --git a/ClientApp/node_modules/xmlchars/xml/1.0/ed4.d.ts b/apps/angular/node_modules/xmlchars/xml/1.0/ed4.d.ts similarity index 100% rename from ClientApp/node_modules/xmlchars/xml/1.0/ed4.d.ts rename to apps/angular/node_modules/xmlchars/xml/1.0/ed4.d.ts diff --git a/ClientApp/node_modules/xmlchars/xml/1.0/ed4.js b/apps/angular/node_modules/xmlchars/xml/1.0/ed4.js similarity index 100% rename from ClientApp/node_modules/xmlchars/xml/1.0/ed4.js rename to apps/angular/node_modules/xmlchars/xml/1.0/ed4.js diff --git a/ClientApp/node_modules/xmlchars/xml/1.0/ed4.js.map b/apps/angular/node_modules/xmlchars/xml/1.0/ed4.js.map similarity index 100% rename from ClientApp/node_modules/xmlchars/xml/1.0/ed4.js.map rename to apps/angular/node_modules/xmlchars/xml/1.0/ed4.js.map diff --git a/ClientApp/node_modules/xmlchars/xml/1.0/ed5.d.ts b/apps/angular/node_modules/xmlchars/xml/1.0/ed5.d.ts similarity index 100% rename from ClientApp/node_modules/xmlchars/xml/1.0/ed5.d.ts rename to apps/angular/node_modules/xmlchars/xml/1.0/ed5.d.ts diff --git a/ClientApp/node_modules/xmlchars/xml/1.0/ed5.js b/apps/angular/node_modules/xmlchars/xml/1.0/ed5.js similarity index 100% rename from ClientApp/node_modules/xmlchars/xml/1.0/ed5.js rename to apps/angular/node_modules/xmlchars/xml/1.0/ed5.js diff --git a/ClientApp/node_modules/xmlchars/xml/1.0/ed5.js.map b/apps/angular/node_modules/xmlchars/xml/1.0/ed5.js.map similarity index 100% rename from ClientApp/node_modules/xmlchars/xml/1.0/ed5.js.map rename to apps/angular/node_modules/xmlchars/xml/1.0/ed5.js.map diff --git a/ClientApp/node_modules/xmlchars/xml/1.1/ed2.d.ts b/apps/angular/node_modules/xmlchars/xml/1.1/ed2.d.ts similarity index 100% rename from ClientApp/node_modules/xmlchars/xml/1.1/ed2.d.ts rename to apps/angular/node_modules/xmlchars/xml/1.1/ed2.d.ts diff --git a/ClientApp/node_modules/xmlchars/xml/1.1/ed2.js b/apps/angular/node_modules/xmlchars/xml/1.1/ed2.js similarity index 100% rename from ClientApp/node_modules/xmlchars/xml/1.1/ed2.js rename to apps/angular/node_modules/xmlchars/xml/1.1/ed2.js diff --git a/ClientApp/node_modules/xmlchars/xml/1.1/ed2.js.map b/apps/angular/node_modules/xmlchars/xml/1.1/ed2.js.map similarity index 100% rename from ClientApp/node_modules/xmlchars/xml/1.1/ed2.js.map rename to apps/angular/node_modules/xmlchars/xml/1.1/ed2.js.map diff --git a/ClientApp/node_modules/xmlchars/xmlchars.d.ts b/apps/angular/node_modules/xmlchars/xmlchars.d.ts similarity index 100% rename from ClientApp/node_modules/xmlchars/xmlchars.d.ts rename to apps/angular/node_modules/xmlchars/xmlchars.d.ts diff --git a/ClientApp/node_modules/xmlchars/xmlchars.js b/apps/angular/node_modules/xmlchars/xmlchars.js similarity index 100% rename from ClientApp/node_modules/xmlchars/xmlchars.js rename to apps/angular/node_modules/xmlchars/xmlchars.js diff --git a/ClientApp/node_modules/xmlchars/xmlchars.js.map b/apps/angular/node_modules/xmlchars/xmlchars.js.map similarity index 100% rename from ClientApp/node_modules/xmlchars/xmlchars.js.map rename to apps/angular/node_modules/xmlchars/xmlchars.js.map diff --git a/ClientApp/node_modules/xmlchars/xmlns/1.0/ed3.d.ts b/apps/angular/node_modules/xmlchars/xmlns/1.0/ed3.d.ts similarity index 100% rename from ClientApp/node_modules/xmlchars/xmlns/1.0/ed3.d.ts rename to apps/angular/node_modules/xmlchars/xmlns/1.0/ed3.d.ts diff --git a/ClientApp/node_modules/xmlchars/xmlns/1.0/ed3.js b/apps/angular/node_modules/xmlchars/xmlns/1.0/ed3.js similarity index 100% rename from ClientApp/node_modules/xmlchars/xmlns/1.0/ed3.js rename to apps/angular/node_modules/xmlchars/xmlns/1.0/ed3.js diff --git a/ClientApp/node_modules/xmlchars/xmlns/1.0/ed3.js.map b/apps/angular/node_modules/xmlchars/xmlns/1.0/ed3.js.map similarity index 100% rename from ClientApp/node_modules/xmlchars/xmlns/1.0/ed3.js.map rename to apps/angular/node_modules/xmlchars/xmlns/1.0/ed3.js.map diff --git a/ClientApp/node_modules/yauzl/LICENSE b/apps/angular/node_modules/yauzl/LICENSE similarity index 100% rename from ClientApp/node_modules/yauzl/LICENSE rename to apps/angular/node_modules/yauzl/LICENSE diff --git a/ClientApp/node_modules/yauzl/README.md b/apps/angular/node_modules/yauzl/README.md similarity index 100% rename from ClientApp/node_modules/yauzl/README.md rename to apps/angular/node_modules/yauzl/README.md diff --git a/ClientApp/node_modules/yauzl/index.js b/apps/angular/node_modules/yauzl/index.js similarity index 100% rename from ClientApp/node_modules/yauzl/index.js rename to apps/angular/node_modules/yauzl/index.js diff --git a/ClientApp/node_modules/yauzl/package.json b/apps/angular/node_modules/yauzl/package.json similarity index 100% rename from ClientApp/node_modules/yauzl/package.json rename to apps/angular/node_modules/yauzl/package.json diff --git a/ClientApp/node_modules/yocto-queue/index.d.ts b/apps/angular/node_modules/yocto-queue/index.d.ts similarity index 100% rename from ClientApp/node_modules/yocto-queue/index.d.ts rename to apps/angular/node_modules/yocto-queue/index.d.ts diff --git a/ClientApp/node_modules/yocto-queue/index.js b/apps/angular/node_modules/yocto-queue/index.js similarity index 100% rename from ClientApp/node_modules/yocto-queue/index.js rename to apps/angular/node_modules/yocto-queue/index.js diff --git a/ClientApp/node_modules/yocto-queue/license b/apps/angular/node_modules/yocto-queue/license similarity index 100% rename from ClientApp/node_modules/yocto-queue/license rename to apps/angular/node_modules/yocto-queue/license diff --git a/ClientApp/node_modules/yocto-queue/package.json b/apps/angular/node_modules/yocto-queue/package.json similarity index 100% rename from ClientApp/node_modules/yocto-queue/package.json rename to apps/angular/node_modules/yocto-queue/package.json diff --git a/ClientApp/node_modules/yocto-queue/readme.md b/apps/angular/node_modules/yocto-queue/readme.md similarity index 100% rename from ClientApp/node_modules/yocto-queue/readme.md rename to apps/angular/node_modules/yocto-queue/readme.md diff --git a/ClientApp/node_modules/zod/LICENSE b/apps/angular/node_modules/zod/LICENSE similarity index 100% rename from ClientApp/node_modules/zod/LICENSE rename to apps/angular/node_modules/zod/LICENSE diff --git a/ClientApp/node_modules/zod/README.md b/apps/angular/node_modules/zod/README.md similarity index 100% rename from ClientApp/node_modules/zod/README.md rename to apps/angular/node_modules/zod/README.md diff --git a/ClientApp/node_modules/zod/index.cjs b/apps/angular/node_modules/zod/index.cjs similarity index 100% rename from ClientApp/node_modules/zod/index.cjs rename to apps/angular/node_modules/zod/index.cjs diff --git a/ClientApp/node_modules/zod/index.d.cts b/apps/angular/node_modules/zod/index.d.cts similarity index 100% rename from ClientApp/node_modules/zod/index.d.cts rename to apps/angular/node_modules/zod/index.d.cts diff --git a/ClientApp/node_modules/zod/index.d.ts b/apps/angular/node_modules/zod/index.d.ts similarity index 100% rename from ClientApp/node_modules/zod/index.d.ts rename to apps/angular/node_modules/zod/index.d.ts diff --git a/ClientApp/node_modules/zod/index.js b/apps/angular/node_modules/zod/index.js similarity index 100% rename from ClientApp/node_modules/zod/index.js rename to apps/angular/node_modules/zod/index.js diff --git a/ClientApp/node_modules/zod/package.json b/apps/angular/node_modules/zod/package.json similarity index 100% rename from ClientApp/node_modules/zod/package.json rename to apps/angular/node_modules/zod/package.json diff --git a/ClientApp/node_modules/zod/src/index.ts b/apps/angular/node_modules/zod/src/index.ts similarity index 100% rename from ClientApp/node_modules/zod/src/index.ts rename to apps/angular/node_modules/zod/src/index.ts diff --git a/ClientApp/node_modules/zod/src/v3/ZodError.ts b/apps/angular/node_modules/zod/src/v3/ZodError.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/ZodError.ts rename to apps/angular/node_modules/zod/src/v3/ZodError.ts diff --git a/ClientApp/node_modules/zod/src/v3/benchmarks/datetime.ts b/apps/angular/node_modules/zod/src/v3/benchmarks/datetime.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/benchmarks/datetime.ts rename to apps/angular/node_modules/zod/src/v3/benchmarks/datetime.ts diff --git a/ClientApp/node_modules/zod/src/v3/benchmarks/discriminatedUnion.ts b/apps/angular/node_modules/zod/src/v3/benchmarks/discriminatedUnion.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/benchmarks/discriminatedUnion.ts rename to apps/angular/node_modules/zod/src/v3/benchmarks/discriminatedUnion.ts diff --git a/ClientApp/node_modules/zod/src/v3/benchmarks/index.ts b/apps/angular/node_modules/zod/src/v3/benchmarks/index.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/benchmarks/index.ts rename to apps/angular/node_modules/zod/src/v3/benchmarks/index.ts diff --git a/ClientApp/node_modules/zod/src/v3/benchmarks/ipv4.ts b/apps/angular/node_modules/zod/src/v3/benchmarks/ipv4.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/benchmarks/ipv4.ts rename to apps/angular/node_modules/zod/src/v3/benchmarks/ipv4.ts diff --git a/ClientApp/node_modules/zod/src/v3/benchmarks/object.ts b/apps/angular/node_modules/zod/src/v3/benchmarks/object.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/benchmarks/object.ts rename to apps/angular/node_modules/zod/src/v3/benchmarks/object.ts diff --git a/ClientApp/node_modules/zod/src/v3/benchmarks/primitives.ts b/apps/angular/node_modules/zod/src/v3/benchmarks/primitives.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/benchmarks/primitives.ts rename to apps/angular/node_modules/zod/src/v3/benchmarks/primitives.ts diff --git a/ClientApp/node_modules/zod/src/v3/benchmarks/realworld.ts b/apps/angular/node_modules/zod/src/v3/benchmarks/realworld.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/benchmarks/realworld.ts rename to apps/angular/node_modules/zod/src/v3/benchmarks/realworld.ts diff --git a/ClientApp/node_modules/zod/src/v3/benchmarks/string.ts b/apps/angular/node_modules/zod/src/v3/benchmarks/string.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/benchmarks/string.ts rename to apps/angular/node_modules/zod/src/v3/benchmarks/string.ts diff --git a/ClientApp/node_modules/zod/src/v3/benchmarks/union.ts b/apps/angular/node_modules/zod/src/v3/benchmarks/union.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/benchmarks/union.ts rename to apps/angular/node_modules/zod/src/v3/benchmarks/union.ts diff --git a/ClientApp/node_modules/zod/src/v3/errors.ts b/apps/angular/node_modules/zod/src/v3/errors.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/errors.ts rename to apps/angular/node_modules/zod/src/v3/errors.ts diff --git a/ClientApp/node_modules/zod/src/v3/external.ts b/apps/angular/node_modules/zod/src/v3/external.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/external.ts rename to apps/angular/node_modules/zod/src/v3/external.ts diff --git a/ClientApp/node_modules/zod/src/v3/helpers/enumUtil.ts b/apps/angular/node_modules/zod/src/v3/helpers/enumUtil.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/helpers/enumUtil.ts rename to apps/angular/node_modules/zod/src/v3/helpers/enumUtil.ts diff --git a/ClientApp/node_modules/zod/src/v3/helpers/errorUtil.ts b/apps/angular/node_modules/zod/src/v3/helpers/errorUtil.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/helpers/errorUtil.ts rename to apps/angular/node_modules/zod/src/v3/helpers/errorUtil.ts diff --git a/ClientApp/node_modules/zod/src/v3/helpers/parseUtil.ts b/apps/angular/node_modules/zod/src/v3/helpers/parseUtil.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/helpers/parseUtil.ts rename to apps/angular/node_modules/zod/src/v3/helpers/parseUtil.ts diff --git a/ClientApp/node_modules/zod/src/v3/helpers/partialUtil.ts b/apps/angular/node_modules/zod/src/v3/helpers/partialUtil.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/helpers/partialUtil.ts rename to apps/angular/node_modules/zod/src/v3/helpers/partialUtil.ts diff --git a/ClientApp/node_modules/zod/src/v3/helpers/typeAliases.ts b/apps/angular/node_modules/zod/src/v3/helpers/typeAliases.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/helpers/typeAliases.ts rename to apps/angular/node_modules/zod/src/v3/helpers/typeAliases.ts diff --git a/ClientApp/node_modules/zod/src/v3/helpers/util.ts b/apps/angular/node_modules/zod/src/v3/helpers/util.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/helpers/util.ts rename to apps/angular/node_modules/zod/src/v3/helpers/util.ts diff --git a/ClientApp/node_modules/zod/src/v3/index.ts b/apps/angular/node_modules/zod/src/v3/index.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/index.ts rename to apps/angular/node_modules/zod/src/v3/index.ts diff --git a/ClientApp/node_modules/zod/src/v3/locales/en.ts b/apps/angular/node_modules/zod/src/v3/locales/en.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/locales/en.ts rename to apps/angular/node_modules/zod/src/v3/locales/en.ts diff --git a/ClientApp/node_modules/zod/src/v3/standard-schema.ts b/apps/angular/node_modules/zod/src/v3/standard-schema.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/standard-schema.ts rename to apps/angular/node_modules/zod/src/v3/standard-schema.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/Mocker.ts b/apps/angular/node_modules/zod/src/v3/tests/Mocker.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/Mocker.ts rename to apps/angular/node_modules/zod/src/v3/tests/Mocker.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/all-errors.test.ts b/apps/angular/node_modules/zod/src/v3/tests/all-errors.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/all-errors.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/all-errors.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/anyunknown.test.ts b/apps/angular/node_modules/zod/src/v3/tests/anyunknown.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/anyunknown.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/anyunknown.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/array.test.ts b/apps/angular/node_modules/zod/src/v3/tests/array.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/array.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/array.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/async-parsing.test.ts b/apps/angular/node_modules/zod/src/v3/tests/async-parsing.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/async-parsing.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/async-parsing.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/async-refinements.test.ts b/apps/angular/node_modules/zod/src/v3/tests/async-refinements.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/async-refinements.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/async-refinements.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/base.test.ts b/apps/angular/node_modules/zod/src/v3/tests/base.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/base.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/base.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/bigint.test.ts b/apps/angular/node_modules/zod/src/v3/tests/bigint.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/bigint.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/bigint.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/branded.test.ts b/apps/angular/node_modules/zod/src/v3/tests/branded.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/branded.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/branded.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/catch.test.ts b/apps/angular/node_modules/zod/src/v3/tests/catch.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/catch.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/catch.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/coerce.test.ts b/apps/angular/node_modules/zod/src/v3/tests/coerce.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/coerce.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/coerce.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/complex.test.ts b/apps/angular/node_modules/zod/src/v3/tests/complex.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/complex.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/complex.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/custom.test.ts b/apps/angular/node_modules/zod/src/v3/tests/custom.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/custom.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/custom.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/date.test.ts b/apps/angular/node_modules/zod/src/v3/tests/date.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/date.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/date.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/deepmasking.test.ts b/apps/angular/node_modules/zod/src/v3/tests/deepmasking.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/deepmasking.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/deepmasking.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/default.test.ts b/apps/angular/node_modules/zod/src/v3/tests/default.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/default.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/default.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/description.test.ts b/apps/angular/node_modules/zod/src/v3/tests/description.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/description.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/description.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/discriminated-unions.test.ts b/apps/angular/node_modules/zod/src/v3/tests/discriminated-unions.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/discriminated-unions.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/discriminated-unions.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/enum.test.ts b/apps/angular/node_modules/zod/src/v3/tests/enum.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/enum.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/enum.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/error.test.ts b/apps/angular/node_modules/zod/src/v3/tests/error.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/error.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/error.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/firstparty.test.ts b/apps/angular/node_modules/zod/src/v3/tests/firstparty.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/firstparty.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/firstparty.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/firstpartyschematypes.test.ts b/apps/angular/node_modules/zod/src/v3/tests/firstpartyschematypes.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/firstpartyschematypes.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/firstpartyschematypes.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/function.test.ts b/apps/angular/node_modules/zod/src/v3/tests/function.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/function.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/function.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/generics.test.ts b/apps/angular/node_modules/zod/src/v3/tests/generics.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/generics.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/generics.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/instanceof.test.ts b/apps/angular/node_modules/zod/src/v3/tests/instanceof.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/instanceof.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/instanceof.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/intersection.test.ts b/apps/angular/node_modules/zod/src/v3/tests/intersection.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/intersection.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/intersection.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/language-server.source.ts b/apps/angular/node_modules/zod/src/v3/tests/language-server.source.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/language-server.source.ts rename to apps/angular/node_modules/zod/src/v3/tests/language-server.source.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/language-server.test.ts b/apps/angular/node_modules/zod/src/v3/tests/language-server.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/language-server.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/language-server.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/literal.test.ts b/apps/angular/node_modules/zod/src/v3/tests/literal.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/literal.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/literal.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/map.test.ts b/apps/angular/node_modules/zod/src/v3/tests/map.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/map.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/map.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/masking.test.ts b/apps/angular/node_modules/zod/src/v3/tests/masking.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/masking.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/masking.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/mocker.test.ts b/apps/angular/node_modules/zod/src/v3/tests/mocker.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/mocker.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/mocker.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/nan.test.ts b/apps/angular/node_modules/zod/src/v3/tests/nan.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/nan.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/nan.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/nativeEnum.test.ts b/apps/angular/node_modules/zod/src/v3/tests/nativeEnum.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/nativeEnum.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/nativeEnum.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/nullable.test.ts b/apps/angular/node_modules/zod/src/v3/tests/nullable.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/nullable.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/nullable.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/number.test.ts b/apps/angular/node_modules/zod/src/v3/tests/number.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/number.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/number.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/object-augmentation.test.ts b/apps/angular/node_modules/zod/src/v3/tests/object-augmentation.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/object-augmentation.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/object-augmentation.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/object-in-es5-env.test.ts b/apps/angular/node_modules/zod/src/v3/tests/object-in-es5-env.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/object-in-es5-env.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/object-in-es5-env.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/object.test.ts b/apps/angular/node_modules/zod/src/v3/tests/object.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/object.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/object.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/optional.test.ts b/apps/angular/node_modules/zod/src/v3/tests/optional.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/optional.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/optional.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/parseUtil.test.ts b/apps/angular/node_modules/zod/src/v3/tests/parseUtil.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/parseUtil.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/parseUtil.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/parser.test.ts b/apps/angular/node_modules/zod/src/v3/tests/parser.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/parser.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/parser.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/partials.test.ts b/apps/angular/node_modules/zod/src/v3/tests/partials.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/partials.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/partials.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/pickomit.test.ts b/apps/angular/node_modules/zod/src/v3/tests/pickomit.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/pickomit.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/pickomit.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/pipeline.test.ts b/apps/angular/node_modules/zod/src/v3/tests/pipeline.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/pipeline.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/pipeline.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/preprocess.test.ts b/apps/angular/node_modules/zod/src/v3/tests/preprocess.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/preprocess.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/preprocess.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/primitive.test.ts b/apps/angular/node_modules/zod/src/v3/tests/primitive.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/primitive.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/primitive.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/promise.test.ts b/apps/angular/node_modules/zod/src/v3/tests/promise.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/promise.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/promise.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/readonly.test.ts b/apps/angular/node_modules/zod/src/v3/tests/readonly.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/readonly.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/readonly.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/record.test.ts b/apps/angular/node_modules/zod/src/v3/tests/record.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/record.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/record.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/recursive.test.ts b/apps/angular/node_modules/zod/src/v3/tests/recursive.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/recursive.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/recursive.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/refine.test.ts b/apps/angular/node_modules/zod/src/v3/tests/refine.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/refine.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/refine.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/safeparse.test.ts b/apps/angular/node_modules/zod/src/v3/tests/safeparse.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/safeparse.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/safeparse.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/set.test.ts b/apps/angular/node_modules/zod/src/v3/tests/set.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/set.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/set.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/standard-schema.test.ts b/apps/angular/node_modules/zod/src/v3/tests/standard-schema.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/standard-schema.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/standard-schema.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/string.test.ts b/apps/angular/node_modules/zod/src/v3/tests/string.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/string.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/string.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/transformer.test.ts b/apps/angular/node_modules/zod/src/v3/tests/transformer.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/transformer.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/transformer.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/tuple.test.ts b/apps/angular/node_modules/zod/src/v3/tests/tuple.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/tuple.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/tuple.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/unions.test.ts b/apps/angular/node_modules/zod/src/v3/tests/unions.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/unions.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/unions.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/validations.test.ts b/apps/angular/node_modules/zod/src/v3/tests/validations.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/validations.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/validations.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/tests/void.test.ts b/apps/angular/node_modules/zod/src/v3/tests/void.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/tests/void.test.ts rename to apps/angular/node_modules/zod/src/v3/tests/void.test.ts diff --git a/ClientApp/node_modules/zod/src/v3/types.ts b/apps/angular/node_modules/zod/src/v3/types.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v3/types.ts rename to apps/angular/node_modules/zod/src/v3/types.ts diff --git a/ClientApp/node_modules/zod/src/v4-mini/index.ts b/apps/angular/node_modules/zod/src/v4-mini/index.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4-mini/index.ts rename to apps/angular/node_modules/zod/src/v4-mini/index.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/checks.ts b/apps/angular/node_modules/zod/src/v4/classic/checks.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/checks.ts rename to apps/angular/node_modules/zod/src/v4/classic/checks.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/coerce.ts b/apps/angular/node_modules/zod/src/v4/classic/coerce.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/coerce.ts rename to apps/angular/node_modules/zod/src/v4/classic/coerce.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/compat.ts b/apps/angular/node_modules/zod/src/v4/classic/compat.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/compat.ts rename to apps/angular/node_modules/zod/src/v4/classic/compat.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/errors.ts b/apps/angular/node_modules/zod/src/v4/classic/errors.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/errors.ts rename to apps/angular/node_modules/zod/src/v4/classic/errors.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/external.ts b/apps/angular/node_modules/zod/src/v4/classic/external.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/external.ts rename to apps/angular/node_modules/zod/src/v4/classic/external.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/index.ts b/apps/angular/node_modules/zod/src/v4/classic/index.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/index.ts rename to apps/angular/node_modules/zod/src/v4/classic/index.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/iso.ts b/apps/angular/node_modules/zod/src/v4/classic/iso.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/iso.ts rename to apps/angular/node_modules/zod/src/v4/classic/iso.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/parse.ts b/apps/angular/node_modules/zod/src/v4/classic/parse.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/parse.ts rename to apps/angular/node_modules/zod/src/v4/classic/parse.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/schemas.ts b/apps/angular/node_modules/zod/src/v4/classic/schemas.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/schemas.ts rename to apps/angular/node_modules/zod/src/v4/classic/schemas.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/anyunknown.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/anyunknown.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/anyunknown.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/anyunknown.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/array.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/array.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/array.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/array.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/assignability.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/assignability.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/assignability.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/assignability.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/async-parsing.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/async-parsing.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/async-parsing.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/async-parsing.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/async-refinements.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/async-refinements.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/async-refinements.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/async-refinements.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/base.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/base.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/base.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/base.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/bigint.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/bigint.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/bigint.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/bigint.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/brand.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/brand.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/brand.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/brand.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/catch.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/catch.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/catch.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/catch.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/coalesce.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/coalesce.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/coalesce.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/coalesce.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/coerce.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/coerce.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/coerce.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/coerce.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/continuability.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/continuability.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/continuability.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/continuability.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/custom.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/custom.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/custom.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/custom.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/date.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/date.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/date.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/date.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/datetime.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/datetime.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/datetime.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/datetime.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/default.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/default.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/default.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/default.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/description.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/description.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/description.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/description.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/discriminated-unions.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/discriminated-unions.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/discriminated-unions.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/discriminated-unions.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/enum.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/enum.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/enum.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/enum.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/error-utils.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/error-utils.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/error-utils.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/error-utils.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/error.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/error.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/error.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/error.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/file.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/file.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/file.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/file.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/firstparty.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/firstparty.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/firstparty.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/firstparty.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/function.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/function.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/function.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/function.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/generics.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/generics.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/generics.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/generics.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/index.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/index.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/index.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/index.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/instanceof.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/instanceof.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/instanceof.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/instanceof.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/intersection.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/intersection.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/intersection.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/intersection.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/json.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/json.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/json.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/json.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/lazy.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/lazy.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/lazy.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/lazy.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/literal.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/literal.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/literal.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/literal.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/map.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/map.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/map.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/map.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/nan.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/nan.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/nan.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/nan.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/nested-refine.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/nested-refine.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/nested-refine.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/nested-refine.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/nonoptional.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/nonoptional.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/nonoptional.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/nonoptional.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/nullable.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/nullable.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/nullable.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/nullable.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/number.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/number.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/number.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/number.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/object.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/object.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/object.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/object.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/optional.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/optional.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/optional.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/optional.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/partial.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/partial.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/partial.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/partial.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/pickomit.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/pickomit.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/pickomit.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/pickomit.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/pipe.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/pipe.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/pipe.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/pipe.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/prefault.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/prefault.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/prefault.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/prefault.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/preprocess.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/preprocess.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/preprocess.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/preprocess.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/primitive.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/primitive.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/primitive.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/primitive.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/promise.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/promise.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/promise.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/promise.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/prototypes.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/prototypes.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/prototypes.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/prototypes.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/readonly.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/readonly.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/readonly.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/readonly.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/record.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/record.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/record.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/record.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/recursive-types.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/recursive-types.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/recursive-types.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/recursive-types.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/refine.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/refine.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/refine.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/refine.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/registries.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/registries.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/registries.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/registries.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/set.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/set.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/set.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/set.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/standard-schema.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/standard-schema.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/standard-schema.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/standard-schema.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/string-formats.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/string-formats.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/string-formats.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/string-formats.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/string.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/string.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/string.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/string.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/stringbool.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/stringbool.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/stringbool.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/stringbool.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/template-literal.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/template-literal.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/template-literal.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/template-literal.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/to-json-schema.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/to-json-schema.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/to-json-schema.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/to-json-schema.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/transform.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/transform.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/transform.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/transform.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/tuple.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/tuple.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/tuple.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/tuple.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/union.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/union.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/union.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/union.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/validations.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/validations.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/validations.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/validations.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/classic/tests/void.test.ts b/apps/angular/node_modules/zod/src/v4/classic/tests/void.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/classic/tests/void.test.ts rename to apps/angular/node_modules/zod/src/v4/classic/tests/void.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/core/api.ts b/apps/angular/node_modules/zod/src/v4/core/api.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/core/api.ts rename to apps/angular/node_modules/zod/src/v4/core/api.ts diff --git a/ClientApp/node_modules/zod/src/v4/core/checks.ts b/apps/angular/node_modules/zod/src/v4/core/checks.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/core/checks.ts rename to apps/angular/node_modules/zod/src/v4/core/checks.ts diff --git a/ClientApp/node_modules/zod/src/v4/core/config.ts b/apps/angular/node_modules/zod/src/v4/core/config.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/core/config.ts rename to apps/angular/node_modules/zod/src/v4/core/config.ts diff --git a/ClientApp/node_modules/zod/src/v4/core/core.ts b/apps/angular/node_modules/zod/src/v4/core/core.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/core/core.ts rename to apps/angular/node_modules/zod/src/v4/core/core.ts diff --git a/ClientApp/node_modules/zod/src/v4/core/doc.ts b/apps/angular/node_modules/zod/src/v4/core/doc.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/core/doc.ts rename to apps/angular/node_modules/zod/src/v4/core/doc.ts diff --git a/ClientApp/node_modules/zod/src/v4/core/errors.ts b/apps/angular/node_modules/zod/src/v4/core/errors.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/core/errors.ts rename to apps/angular/node_modules/zod/src/v4/core/errors.ts diff --git a/ClientApp/node_modules/zod/src/v4/core/function.ts b/apps/angular/node_modules/zod/src/v4/core/function.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/core/function.ts rename to apps/angular/node_modules/zod/src/v4/core/function.ts diff --git a/ClientApp/node_modules/zod/src/v4/core/index.ts b/apps/angular/node_modules/zod/src/v4/core/index.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/core/index.ts rename to apps/angular/node_modules/zod/src/v4/core/index.ts diff --git a/ClientApp/node_modules/zod/src/v4/core/json-schema.ts b/apps/angular/node_modules/zod/src/v4/core/json-schema.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/core/json-schema.ts rename to apps/angular/node_modules/zod/src/v4/core/json-schema.ts diff --git a/ClientApp/node_modules/zod/src/v4/core/parse.ts b/apps/angular/node_modules/zod/src/v4/core/parse.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/core/parse.ts rename to apps/angular/node_modules/zod/src/v4/core/parse.ts diff --git a/ClientApp/node_modules/zod/src/v4/core/regexes.ts b/apps/angular/node_modules/zod/src/v4/core/regexes.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/core/regexes.ts rename to apps/angular/node_modules/zod/src/v4/core/regexes.ts diff --git a/ClientApp/node_modules/zod/src/v4/core/registries.ts b/apps/angular/node_modules/zod/src/v4/core/registries.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/core/registries.ts rename to apps/angular/node_modules/zod/src/v4/core/registries.ts diff --git a/ClientApp/node_modules/zod/src/v4/core/schemas.ts b/apps/angular/node_modules/zod/src/v4/core/schemas.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/core/schemas.ts rename to apps/angular/node_modules/zod/src/v4/core/schemas.ts diff --git a/ClientApp/node_modules/zod/src/v4/core/standard-schema.ts b/apps/angular/node_modules/zod/src/v4/core/standard-schema.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/core/standard-schema.ts rename to apps/angular/node_modules/zod/src/v4/core/standard-schema.ts diff --git a/ClientApp/node_modules/zod/src/v4/core/tests/index.test.ts b/apps/angular/node_modules/zod/src/v4/core/tests/index.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/core/tests/index.test.ts rename to apps/angular/node_modules/zod/src/v4/core/tests/index.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/core/tests/locales/be.test.ts b/apps/angular/node_modules/zod/src/v4/core/tests/locales/be.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/core/tests/locales/be.test.ts rename to apps/angular/node_modules/zod/src/v4/core/tests/locales/be.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/core/tests/locales/en.test.ts b/apps/angular/node_modules/zod/src/v4/core/tests/locales/en.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/core/tests/locales/en.test.ts rename to apps/angular/node_modules/zod/src/v4/core/tests/locales/en.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/core/tests/locales/ru.test.ts b/apps/angular/node_modules/zod/src/v4/core/tests/locales/ru.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/core/tests/locales/ru.test.ts rename to apps/angular/node_modules/zod/src/v4/core/tests/locales/ru.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/core/tests/locales/tr.test.ts b/apps/angular/node_modules/zod/src/v4/core/tests/locales/tr.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/core/tests/locales/tr.test.ts rename to apps/angular/node_modules/zod/src/v4/core/tests/locales/tr.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/core/to-json-schema.ts b/apps/angular/node_modules/zod/src/v4/core/to-json-schema.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/core/to-json-schema.ts rename to apps/angular/node_modules/zod/src/v4/core/to-json-schema.ts diff --git a/ClientApp/node_modules/zod/src/v4/core/util.ts b/apps/angular/node_modules/zod/src/v4/core/util.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/core/util.ts rename to apps/angular/node_modules/zod/src/v4/core/util.ts diff --git a/ClientApp/node_modules/zod/src/v4/core/versions.ts b/apps/angular/node_modules/zod/src/v4/core/versions.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/core/versions.ts rename to apps/angular/node_modules/zod/src/v4/core/versions.ts diff --git a/ClientApp/node_modules/zod/src/v4/core/zsf.ts b/apps/angular/node_modules/zod/src/v4/core/zsf.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/core/zsf.ts rename to apps/angular/node_modules/zod/src/v4/core/zsf.ts diff --git a/ClientApp/node_modules/zod/src/v4/index.ts b/apps/angular/node_modules/zod/src/v4/index.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/index.ts rename to apps/angular/node_modules/zod/src/v4/index.ts diff --git a/ClientApp/node_modules/zod/src/v4/locales/ar.ts b/apps/angular/node_modules/zod/src/v4/locales/ar.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/locales/ar.ts rename to apps/angular/node_modules/zod/src/v4/locales/ar.ts diff --git a/ClientApp/node_modules/zod/src/v4/locales/az.ts b/apps/angular/node_modules/zod/src/v4/locales/az.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/locales/az.ts rename to apps/angular/node_modules/zod/src/v4/locales/az.ts diff --git a/ClientApp/node_modules/zod/src/v4/locales/be.ts b/apps/angular/node_modules/zod/src/v4/locales/be.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/locales/be.ts rename to apps/angular/node_modules/zod/src/v4/locales/be.ts diff --git a/ClientApp/node_modules/zod/src/v4/locales/ca.ts b/apps/angular/node_modules/zod/src/v4/locales/ca.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/locales/ca.ts rename to apps/angular/node_modules/zod/src/v4/locales/ca.ts diff --git a/ClientApp/node_modules/zod/src/v4/locales/cs.ts b/apps/angular/node_modules/zod/src/v4/locales/cs.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/locales/cs.ts rename to apps/angular/node_modules/zod/src/v4/locales/cs.ts diff --git a/ClientApp/node_modules/zod/src/v4/locales/de.ts b/apps/angular/node_modules/zod/src/v4/locales/de.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/locales/de.ts rename to apps/angular/node_modules/zod/src/v4/locales/de.ts diff --git a/ClientApp/node_modules/zod/src/v4/locales/en.ts b/apps/angular/node_modules/zod/src/v4/locales/en.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/locales/en.ts rename to apps/angular/node_modules/zod/src/v4/locales/en.ts diff --git a/ClientApp/node_modules/zod/src/v4/locales/eo.ts b/apps/angular/node_modules/zod/src/v4/locales/eo.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/locales/eo.ts rename to apps/angular/node_modules/zod/src/v4/locales/eo.ts diff --git a/ClientApp/node_modules/zod/src/v4/locales/es.ts b/apps/angular/node_modules/zod/src/v4/locales/es.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/locales/es.ts rename to apps/angular/node_modules/zod/src/v4/locales/es.ts diff --git a/ClientApp/node_modules/zod/src/v4/locales/fa.ts b/apps/angular/node_modules/zod/src/v4/locales/fa.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/locales/fa.ts rename to apps/angular/node_modules/zod/src/v4/locales/fa.ts diff --git a/ClientApp/node_modules/zod/src/v4/locales/fi.ts b/apps/angular/node_modules/zod/src/v4/locales/fi.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/locales/fi.ts rename to apps/angular/node_modules/zod/src/v4/locales/fi.ts diff --git a/ClientApp/node_modules/zod/src/v4/locales/fr-CA.ts b/apps/angular/node_modules/zod/src/v4/locales/fr-CA.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/locales/fr-CA.ts rename to apps/angular/node_modules/zod/src/v4/locales/fr-CA.ts diff --git a/ClientApp/node_modules/zod/src/v4/locales/fr.ts b/apps/angular/node_modules/zod/src/v4/locales/fr.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/locales/fr.ts rename to apps/angular/node_modules/zod/src/v4/locales/fr.ts diff --git a/ClientApp/node_modules/zod/src/v4/locales/he.ts b/apps/angular/node_modules/zod/src/v4/locales/he.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/locales/he.ts rename to apps/angular/node_modules/zod/src/v4/locales/he.ts diff --git a/ClientApp/node_modules/zod/src/v4/locales/hu.ts b/apps/angular/node_modules/zod/src/v4/locales/hu.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/locales/hu.ts rename to apps/angular/node_modules/zod/src/v4/locales/hu.ts diff --git a/ClientApp/node_modules/zod/src/v4/locales/id.ts b/apps/angular/node_modules/zod/src/v4/locales/id.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/locales/id.ts rename to apps/angular/node_modules/zod/src/v4/locales/id.ts diff --git a/ClientApp/node_modules/zod/src/v4/locales/index.ts b/apps/angular/node_modules/zod/src/v4/locales/index.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/locales/index.ts rename to apps/angular/node_modules/zod/src/v4/locales/index.ts diff --git a/ClientApp/node_modules/zod/src/v4/locales/it.ts b/apps/angular/node_modules/zod/src/v4/locales/it.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/locales/it.ts rename to apps/angular/node_modules/zod/src/v4/locales/it.ts diff --git a/ClientApp/node_modules/zod/src/v4/locales/ja.ts b/apps/angular/node_modules/zod/src/v4/locales/ja.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/locales/ja.ts rename to apps/angular/node_modules/zod/src/v4/locales/ja.ts diff --git a/ClientApp/node_modules/zod/src/v4/locales/kh.ts b/apps/angular/node_modules/zod/src/v4/locales/kh.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/locales/kh.ts rename to apps/angular/node_modules/zod/src/v4/locales/kh.ts diff --git a/ClientApp/node_modules/zod/src/v4/locales/ko.ts b/apps/angular/node_modules/zod/src/v4/locales/ko.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/locales/ko.ts rename to apps/angular/node_modules/zod/src/v4/locales/ko.ts diff --git a/ClientApp/node_modules/zod/src/v4/locales/mk.ts b/apps/angular/node_modules/zod/src/v4/locales/mk.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/locales/mk.ts rename to apps/angular/node_modules/zod/src/v4/locales/mk.ts diff --git a/ClientApp/node_modules/zod/src/v4/locales/ms.ts b/apps/angular/node_modules/zod/src/v4/locales/ms.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/locales/ms.ts rename to apps/angular/node_modules/zod/src/v4/locales/ms.ts diff --git a/ClientApp/node_modules/zod/src/v4/locales/nl.ts b/apps/angular/node_modules/zod/src/v4/locales/nl.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/locales/nl.ts rename to apps/angular/node_modules/zod/src/v4/locales/nl.ts diff --git a/ClientApp/node_modules/zod/src/v4/locales/no.ts b/apps/angular/node_modules/zod/src/v4/locales/no.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/locales/no.ts rename to apps/angular/node_modules/zod/src/v4/locales/no.ts diff --git a/ClientApp/node_modules/zod/src/v4/locales/ota.ts b/apps/angular/node_modules/zod/src/v4/locales/ota.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/locales/ota.ts rename to apps/angular/node_modules/zod/src/v4/locales/ota.ts diff --git a/ClientApp/node_modules/zod/src/v4/locales/pl.ts b/apps/angular/node_modules/zod/src/v4/locales/pl.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/locales/pl.ts rename to apps/angular/node_modules/zod/src/v4/locales/pl.ts diff --git a/ClientApp/node_modules/zod/src/v4/locales/ps.ts b/apps/angular/node_modules/zod/src/v4/locales/ps.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/locales/ps.ts rename to apps/angular/node_modules/zod/src/v4/locales/ps.ts diff --git a/ClientApp/node_modules/zod/src/v4/locales/pt.ts b/apps/angular/node_modules/zod/src/v4/locales/pt.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/locales/pt.ts rename to apps/angular/node_modules/zod/src/v4/locales/pt.ts diff --git a/ClientApp/node_modules/zod/src/v4/locales/ru.ts b/apps/angular/node_modules/zod/src/v4/locales/ru.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/locales/ru.ts rename to apps/angular/node_modules/zod/src/v4/locales/ru.ts diff --git a/ClientApp/node_modules/zod/src/v4/locales/sl.ts b/apps/angular/node_modules/zod/src/v4/locales/sl.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/locales/sl.ts rename to apps/angular/node_modules/zod/src/v4/locales/sl.ts diff --git a/ClientApp/node_modules/zod/src/v4/locales/sv.ts b/apps/angular/node_modules/zod/src/v4/locales/sv.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/locales/sv.ts rename to apps/angular/node_modules/zod/src/v4/locales/sv.ts diff --git a/ClientApp/node_modules/zod/src/v4/locales/ta.ts b/apps/angular/node_modules/zod/src/v4/locales/ta.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/locales/ta.ts rename to apps/angular/node_modules/zod/src/v4/locales/ta.ts diff --git a/ClientApp/node_modules/zod/src/v4/locales/th.ts b/apps/angular/node_modules/zod/src/v4/locales/th.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/locales/th.ts rename to apps/angular/node_modules/zod/src/v4/locales/th.ts diff --git a/ClientApp/node_modules/zod/src/v4/locales/tr.ts b/apps/angular/node_modules/zod/src/v4/locales/tr.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/locales/tr.ts rename to apps/angular/node_modules/zod/src/v4/locales/tr.ts diff --git a/ClientApp/node_modules/zod/src/v4/locales/ua.ts b/apps/angular/node_modules/zod/src/v4/locales/ua.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/locales/ua.ts rename to apps/angular/node_modules/zod/src/v4/locales/ua.ts diff --git a/ClientApp/node_modules/zod/src/v4/locales/ur.ts b/apps/angular/node_modules/zod/src/v4/locales/ur.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/locales/ur.ts rename to apps/angular/node_modules/zod/src/v4/locales/ur.ts diff --git a/ClientApp/node_modules/zod/src/v4/locales/vi.ts b/apps/angular/node_modules/zod/src/v4/locales/vi.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/locales/vi.ts rename to apps/angular/node_modules/zod/src/v4/locales/vi.ts diff --git a/ClientApp/node_modules/zod/src/v4/locales/zh-CN.ts b/apps/angular/node_modules/zod/src/v4/locales/zh-CN.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/locales/zh-CN.ts rename to apps/angular/node_modules/zod/src/v4/locales/zh-CN.ts diff --git a/ClientApp/node_modules/zod/src/v4/locales/zh-TW.ts b/apps/angular/node_modules/zod/src/v4/locales/zh-TW.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/locales/zh-TW.ts rename to apps/angular/node_modules/zod/src/v4/locales/zh-TW.ts diff --git a/ClientApp/node_modules/zod/src/v4/mini/checks.ts b/apps/angular/node_modules/zod/src/v4/mini/checks.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/mini/checks.ts rename to apps/angular/node_modules/zod/src/v4/mini/checks.ts diff --git a/ClientApp/node_modules/zod/src/v4/mini/coerce.ts b/apps/angular/node_modules/zod/src/v4/mini/coerce.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/mini/coerce.ts rename to apps/angular/node_modules/zod/src/v4/mini/coerce.ts diff --git a/ClientApp/node_modules/zod/src/v4/mini/external.ts b/apps/angular/node_modules/zod/src/v4/mini/external.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/mini/external.ts rename to apps/angular/node_modules/zod/src/v4/mini/external.ts diff --git a/ClientApp/node_modules/zod/src/v4/mini/index.ts b/apps/angular/node_modules/zod/src/v4/mini/index.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/mini/index.ts rename to apps/angular/node_modules/zod/src/v4/mini/index.ts diff --git a/ClientApp/node_modules/zod/src/v4/mini/iso.ts b/apps/angular/node_modules/zod/src/v4/mini/iso.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/mini/iso.ts rename to apps/angular/node_modules/zod/src/v4/mini/iso.ts diff --git a/ClientApp/node_modules/zod/src/v4/mini/parse.ts b/apps/angular/node_modules/zod/src/v4/mini/parse.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/mini/parse.ts rename to apps/angular/node_modules/zod/src/v4/mini/parse.ts diff --git a/ClientApp/node_modules/zod/src/v4/mini/schemas.ts b/apps/angular/node_modules/zod/src/v4/mini/schemas.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/mini/schemas.ts rename to apps/angular/node_modules/zod/src/v4/mini/schemas.ts diff --git a/ClientApp/node_modules/zod/src/v4/mini/tests/assignability.test.ts b/apps/angular/node_modules/zod/src/v4/mini/tests/assignability.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/mini/tests/assignability.test.ts rename to apps/angular/node_modules/zod/src/v4/mini/tests/assignability.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/mini/tests/brand.test.ts b/apps/angular/node_modules/zod/src/v4/mini/tests/brand.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/mini/tests/brand.test.ts rename to apps/angular/node_modules/zod/src/v4/mini/tests/brand.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/mini/tests/checks.test.ts b/apps/angular/node_modules/zod/src/v4/mini/tests/checks.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/mini/tests/checks.test.ts rename to apps/angular/node_modules/zod/src/v4/mini/tests/checks.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/mini/tests/computed.test.ts b/apps/angular/node_modules/zod/src/v4/mini/tests/computed.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/mini/tests/computed.test.ts rename to apps/angular/node_modules/zod/src/v4/mini/tests/computed.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/mini/tests/error.test.ts b/apps/angular/node_modules/zod/src/v4/mini/tests/error.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/mini/tests/error.test.ts rename to apps/angular/node_modules/zod/src/v4/mini/tests/error.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/mini/tests/functions.test.ts b/apps/angular/node_modules/zod/src/v4/mini/tests/functions.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/mini/tests/functions.test.ts rename to apps/angular/node_modules/zod/src/v4/mini/tests/functions.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/mini/tests/index.test.ts b/apps/angular/node_modules/zod/src/v4/mini/tests/index.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/mini/tests/index.test.ts rename to apps/angular/node_modules/zod/src/v4/mini/tests/index.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/mini/tests/number.test.ts b/apps/angular/node_modules/zod/src/v4/mini/tests/number.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/mini/tests/number.test.ts rename to apps/angular/node_modules/zod/src/v4/mini/tests/number.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/mini/tests/object.test.ts b/apps/angular/node_modules/zod/src/v4/mini/tests/object.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/mini/tests/object.test.ts rename to apps/angular/node_modules/zod/src/v4/mini/tests/object.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/mini/tests/prototypes.test.ts b/apps/angular/node_modules/zod/src/v4/mini/tests/prototypes.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/mini/tests/prototypes.test.ts rename to apps/angular/node_modules/zod/src/v4/mini/tests/prototypes.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/mini/tests/recursive-types.test.ts b/apps/angular/node_modules/zod/src/v4/mini/tests/recursive-types.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/mini/tests/recursive-types.test.ts rename to apps/angular/node_modules/zod/src/v4/mini/tests/recursive-types.test.ts diff --git a/ClientApp/node_modules/zod/src/v4/mini/tests/string.test.ts b/apps/angular/node_modules/zod/src/v4/mini/tests/string.test.ts similarity index 100% rename from ClientApp/node_modules/zod/src/v4/mini/tests/string.test.ts rename to apps/angular/node_modules/zod/src/v4/mini/tests/string.test.ts diff --git a/ClientApp/node_modules/zod/v3/ZodError.cjs b/apps/angular/node_modules/zod/v3/ZodError.cjs similarity index 100% rename from ClientApp/node_modules/zod/v3/ZodError.cjs rename to apps/angular/node_modules/zod/v3/ZodError.cjs diff --git a/ClientApp/node_modules/zod/v3/ZodError.d.cts b/apps/angular/node_modules/zod/v3/ZodError.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v3/ZodError.d.cts rename to apps/angular/node_modules/zod/v3/ZodError.d.cts diff --git a/ClientApp/node_modules/zod/v3/ZodError.d.ts b/apps/angular/node_modules/zod/v3/ZodError.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v3/ZodError.d.ts rename to apps/angular/node_modules/zod/v3/ZodError.d.ts diff --git a/ClientApp/node_modules/zod/v3/ZodError.js b/apps/angular/node_modules/zod/v3/ZodError.js similarity index 100% rename from ClientApp/node_modules/zod/v3/ZodError.js rename to apps/angular/node_modules/zod/v3/ZodError.js diff --git a/ClientApp/node_modules/zod/v3/errors.cjs b/apps/angular/node_modules/zod/v3/errors.cjs similarity index 100% rename from ClientApp/node_modules/zod/v3/errors.cjs rename to apps/angular/node_modules/zod/v3/errors.cjs diff --git a/ClientApp/node_modules/zod/v3/errors.d.cts b/apps/angular/node_modules/zod/v3/errors.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v3/errors.d.cts rename to apps/angular/node_modules/zod/v3/errors.d.cts diff --git a/ClientApp/node_modules/zod/v3/errors.d.ts b/apps/angular/node_modules/zod/v3/errors.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v3/errors.d.ts rename to apps/angular/node_modules/zod/v3/errors.d.ts diff --git a/ClientApp/node_modules/zod/v3/errors.js b/apps/angular/node_modules/zod/v3/errors.js similarity index 100% rename from ClientApp/node_modules/zod/v3/errors.js rename to apps/angular/node_modules/zod/v3/errors.js diff --git a/ClientApp/node_modules/zod/v3/external.cjs b/apps/angular/node_modules/zod/v3/external.cjs similarity index 100% rename from ClientApp/node_modules/zod/v3/external.cjs rename to apps/angular/node_modules/zod/v3/external.cjs diff --git a/ClientApp/node_modules/zod/v3/external.d.cts b/apps/angular/node_modules/zod/v3/external.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v3/external.d.cts rename to apps/angular/node_modules/zod/v3/external.d.cts diff --git a/ClientApp/node_modules/zod/v3/external.d.ts b/apps/angular/node_modules/zod/v3/external.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v3/external.d.ts rename to apps/angular/node_modules/zod/v3/external.d.ts diff --git a/ClientApp/node_modules/zod/v3/external.js b/apps/angular/node_modules/zod/v3/external.js similarity index 100% rename from ClientApp/node_modules/zod/v3/external.js rename to apps/angular/node_modules/zod/v3/external.js diff --git a/ClientApp/node_modules/zod/v3/helpers/enumUtil.cjs b/apps/angular/node_modules/zod/v3/helpers/enumUtil.cjs similarity index 100% rename from ClientApp/node_modules/zod/v3/helpers/enumUtil.cjs rename to apps/angular/node_modules/zod/v3/helpers/enumUtil.cjs diff --git a/ClientApp/node_modules/zod/v3/helpers/enumUtil.d.cts b/apps/angular/node_modules/zod/v3/helpers/enumUtil.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v3/helpers/enumUtil.d.cts rename to apps/angular/node_modules/zod/v3/helpers/enumUtil.d.cts diff --git a/ClientApp/node_modules/zod/v3/helpers/enumUtil.d.ts b/apps/angular/node_modules/zod/v3/helpers/enumUtil.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v3/helpers/enumUtil.d.ts rename to apps/angular/node_modules/zod/v3/helpers/enumUtil.d.ts diff --git a/ClientApp/node_modules/zod/v3/helpers/enumUtil.js b/apps/angular/node_modules/zod/v3/helpers/enumUtil.js similarity index 100% rename from ClientApp/node_modules/zod/v3/helpers/enumUtil.js rename to apps/angular/node_modules/zod/v3/helpers/enumUtil.js diff --git a/ClientApp/node_modules/zod/v3/helpers/errorUtil.cjs b/apps/angular/node_modules/zod/v3/helpers/errorUtil.cjs similarity index 100% rename from ClientApp/node_modules/zod/v3/helpers/errorUtil.cjs rename to apps/angular/node_modules/zod/v3/helpers/errorUtil.cjs diff --git a/ClientApp/node_modules/zod/v3/helpers/errorUtil.d.cts b/apps/angular/node_modules/zod/v3/helpers/errorUtil.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v3/helpers/errorUtil.d.cts rename to apps/angular/node_modules/zod/v3/helpers/errorUtil.d.cts diff --git a/ClientApp/node_modules/zod/v3/helpers/errorUtil.d.ts b/apps/angular/node_modules/zod/v3/helpers/errorUtil.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v3/helpers/errorUtil.d.ts rename to apps/angular/node_modules/zod/v3/helpers/errorUtil.d.ts diff --git a/ClientApp/node_modules/zod/v3/helpers/errorUtil.js b/apps/angular/node_modules/zod/v3/helpers/errorUtil.js similarity index 100% rename from ClientApp/node_modules/zod/v3/helpers/errorUtil.js rename to apps/angular/node_modules/zod/v3/helpers/errorUtil.js diff --git a/ClientApp/node_modules/zod/v3/helpers/parseUtil.cjs b/apps/angular/node_modules/zod/v3/helpers/parseUtil.cjs similarity index 100% rename from ClientApp/node_modules/zod/v3/helpers/parseUtil.cjs rename to apps/angular/node_modules/zod/v3/helpers/parseUtil.cjs diff --git a/ClientApp/node_modules/zod/v3/helpers/parseUtil.d.cts b/apps/angular/node_modules/zod/v3/helpers/parseUtil.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v3/helpers/parseUtil.d.cts rename to apps/angular/node_modules/zod/v3/helpers/parseUtil.d.cts diff --git a/ClientApp/node_modules/zod/v3/helpers/parseUtil.d.ts b/apps/angular/node_modules/zod/v3/helpers/parseUtil.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v3/helpers/parseUtil.d.ts rename to apps/angular/node_modules/zod/v3/helpers/parseUtil.d.ts diff --git a/ClientApp/node_modules/zod/v3/helpers/parseUtil.js b/apps/angular/node_modules/zod/v3/helpers/parseUtil.js similarity index 100% rename from ClientApp/node_modules/zod/v3/helpers/parseUtil.js rename to apps/angular/node_modules/zod/v3/helpers/parseUtil.js diff --git a/ClientApp/node_modules/zod/v3/helpers/partialUtil.cjs b/apps/angular/node_modules/zod/v3/helpers/partialUtil.cjs similarity index 100% rename from ClientApp/node_modules/zod/v3/helpers/partialUtil.cjs rename to apps/angular/node_modules/zod/v3/helpers/partialUtil.cjs diff --git a/ClientApp/node_modules/zod/v3/helpers/partialUtil.d.cts b/apps/angular/node_modules/zod/v3/helpers/partialUtil.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v3/helpers/partialUtil.d.cts rename to apps/angular/node_modules/zod/v3/helpers/partialUtil.d.cts diff --git a/ClientApp/node_modules/zod/v3/helpers/partialUtil.d.ts b/apps/angular/node_modules/zod/v3/helpers/partialUtil.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v3/helpers/partialUtil.d.ts rename to apps/angular/node_modules/zod/v3/helpers/partialUtil.d.ts diff --git a/ClientApp/node_modules/zod/v3/helpers/partialUtil.js b/apps/angular/node_modules/zod/v3/helpers/partialUtil.js similarity index 100% rename from ClientApp/node_modules/zod/v3/helpers/partialUtil.js rename to apps/angular/node_modules/zod/v3/helpers/partialUtil.js diff --git a/ClientApp/node_modules/zod/v3/helpers/typeAliases.cjs b/apps/angular/node_modules/zod/v3/helpers/typeAliases.cjs similarity index 100% rename from ClientApp/node_modules/zod/v3/helpers/typeAliases.cjs rename to apps/angular/node_modules/zod/v3/helpers/typeAliases.cjs diff --git a/ClientApp/node_modules/zod/v3/helpers/typeAliases.d.cts b/apps/angular/node_modules/zod/v3/helpers/typeAliases.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v3/helpers/typeAliases.d.cts rename to apps/angular/node_modules/zod/v3/helpers/typeAliases.d.cts diff --git a/ClientApp/node_modules/zod/v3/helpers/typeAliases.d.ts b/apps/angular/node_modules/zod/v3/helpers/typeAliases.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v3/helpers/typeAliases.d.ts rename to apps/angular/node_modules/zod/v3/helpers/typeAliases.d.ts diff --git a/ClientApp/node_modules/zod/v3/helpers/typeAliases.js b/apps/angular/node_modules/zod/v3/helpers/typeAliases.js similarity index 100% rename from ClientApp/node_modules/zod/v3/helpers/typeAliases.js rename to apps/angular/node_modules/zod/v3/helpers/typeAliases.js diff --git a/ClientApp/node_modules/zod/v3/helpers/util.cjs b/apps/angular/node_modules/zod/v3/helpers/util.cjs similarity index 100% rename from ClientApp/node_modules/zod/v3/helpers/util.cjs rename to apps/angular/node_modules/zod/v3/helpers/util.cjs diff --git a/ClientApp/node_modules/zod/v3/helpers/util.d.cts b/apps/angular/node_modules/zod/v3/helpers/util.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v3/helpers/util.d.cts rename to apps/angular/node_modules/zod/v3/helpers/util.d.cts diff --git a/ClientApp/node_modules/zod/v3/helpers/util.d.ts b/apps/angular/node_modules/zod/v3/helpers/util.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v3/helpers/util.d.ts rename to apps/angular/node_modules/zod/v3/helpers/util.d.ts diff --git a/ClientApp/node_modules/zod/v3/helpers/util.js b/apps/angular/node_modules/zod/v3/helpers/util.js similarity index 100% rename from ClientApp/node_modules/zod/v3/helpers/util.js rename to apps/angular/node_modules/zod/v3/helpers/util.js diff --git a/ClientApp/node_modules/zod/v3/index.cjs b/apps/angular/node_modules/zod/v3/index.cjs similarity index 100% rename from ClientApp/node_modules/zod/v3/index.cjs rename to apps/angular/node_modules/zod/v3/index.cjs diff --git a/ClientApp/node_modules/zod/v3/index.d.cts b/apps/angular/node_modules/zod/v3/index.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v3/index.d.cts rename to apps/angular/node_modules/zod/v3/index.d.cts diff --git a/ClientApp/node_modules/zod/v3/index.d.ts b/apps/angular/node_modules/zod/v3/index.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v3/index.d.ts rename to apps/angular/node_modules/zod/v3/index.d.ts diff --git a/ClientApp/node_modules/zod/v3/index.js b/apps/angular/node_modules/zod/v3/index.js similarity index 100% rename from ClientApp/node_modules/zod/v3/index.js rename to apps/angular/node_modules/zod/v3/index.js diff --git a/ClientApp/node_modules/zod/v3/locales/en.cjs b/apps/angular/node_modules/zod/v3/locales/en.cjs similarity index 100% rename from ClientApp/node_modules/zod/v3/locales/en.cjs rename to apps/angular/node_modules/zod/v3/locales/en.cjs diff --git a/ClientApp/node_modules/zod/v3/locales/en.d.cts b/apps/angular/node_modules/zod/v3/locales/en.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v3/locales/en.d.cts rename to apps/angular/node_modules/zod/v3/locales/en.d.cts diff --git a/ClientApp/node_modules/zod/v3/locales/en.d.ts b/apps/angular/node_modules/zod/v3/locales/en.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v3/locales/en.d.ts rename to apps/angular/node_modules/zod/v3/locales/en.d.ts diff --git a/ClientApp/node_modules/zod/v3/locales/en.js b/apps/angular/node_modules/zod/v3/locales/en.js similarity index 100% rename from ClientApp/node_modules/zod/v3/locales/en.js rename to apps/angular/node_modules/zod/v3/locales/en.js diff --git a/ClientApp/node_modules/zod/v3/standard-schema.cjs b/apps/angular/node_modules/zod/v3/standard-schema.cjs similarity index 100% rename from ClientApp/node_modules/zod/v3/standard-schema.cjs rename to apps/angular/node_modules/zod/v3/standard-schema.cjs diff --git a/ClientApp/node_modules/zod/v3/standard-schema.d.cts b/apps/angular/node_modules/zod/v3/standard-schema.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v3/standard-schema.d.cts rename to apps/angular/node_modules/zod/v3/standard-schema.d.cts diff --git a/ClientApp/node_modules/zod/v3/standard-schema.d.ts b/apps/angular/node_modules/zod/v3/standard-schema.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v3/standard-schema.d.ts rename to apps/angular/node_modules/zod/v3/standard-schema.d.ts diff --git a/ClientApp/node_modules/zod/v3/standard-schema.js b/apps/angular/node_modules/zod/v3/standard-schema.js similarity index 100% rename from ClientApp/node_modules/zod/v3/standard-schema.js rename to apps/angular/node_modules/zod/v3/standard-schema.js diff --git a/ClientApp/node_modules/zod/v3/types.cjs b/apps/angular/node_modules/zod/v3/types.cjs similarity index 100% rename from ClientApp/node_modules/zod/v3/types.cjs rename to apps/angular/node_modules/zod/v3/types.cjs diff --git a/ClientApp/node_modules/zod/v3/types.d.cts b/apps/angular/node_modules/zod/v3/types.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v3/types.d.cts rename to apps/angular/node_modules/zod/v3/types.d.cts diff --git a/ClientApp/node_modules/zod/v3/types.d.ts b/apps/angular/node_modules/zod/v3/types.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v3/types.d.ts rename to apps/angular/node_modules/zod/v3/types.d.ts diff --git a/ClientApp/node_modules/zod/v3/types.js b/apps/angular/node_modules/zod/v3/types.js similarity index 100% rename from ClientApp/node_modules/zod/v3/types.js rename to apps/angular/node_modules/zod/v3/types.js diff --git a/ClientApp/node_modules/zod/v4-mini/index.cjs b/apps/angular/node_modules/zod/v4-mini/index.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4-mini/index.cjs rename to apps/angular/node_modules/zod/v4-mini/index.cjs diff --git a/ClientApp/node_modules/zod/v4-mini/index.d.cts b/apps/angular/node_modules/zod/v4-mini/index.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4-mini/index.d.cts rename to apps/angular/node_modules/zod/v4-mini/index.d.cts diff --git a/ClientApp/node_modules/zod/v4-mini/index.d.ts b/apps/angular/node_modules/zod/v4-mini/index.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4-mini/index.d.ts rename to apps/angular/node_modules/zod/v4-mini/index.d.ts diff --git a/ClientApp/node_modules/zod/v4-mini/index.js b/apps/angular/node_modules/zod/v4-mini/index.js similarity index 100% rename from ClientApp/node_modules/zod/v4-mini/index.js rename to apps/angular/node_modules/zod/v4-mini/index.js diff --git a/ClientApp/node_modules/zod/v4/classic/checks.cjs b/apps/angular/node_modules/zod/v4/classic/checks.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/classic/checks.cjs rename to apps/angular/node_modules/zod/v4/classic/checks.cjs diff --git a/ClientApp/node_modules/zod/v4/classic/checks.d.cts b/apps/angular/node_modules/zod/v4/classic/checks.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/classic/checks.d.cts rename to apps/angular/node_modules/zod/v4/classic/checks.d.cts diff --git a/ClientApp/node_modules/zod/v4/classic/checks.d.ts b/apps/angular/node_modules/zod/v4/classic/checks.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/classic/checks.d.ts rename to apps/angular/node_modules/zod/v4/classic/checks.d.ts diff --git a/ClientApp/node_modules/zod/v4/classic/checks.js b/apps/angular/node_modules/zod/v4/classic/checks.js similarity index 100% rename from ClientApp/node_modules/zod/v4/classic/checks.js rename to apps/angular/node_modules/zod/v4/classic/checks.js diff --git a/ClientApp/node_modules/zod/v4/classic/coerce.cjs b/apps/angular/node_modules/zod/v4/classic/coerce.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/classic/coerce.cjs rename to apps/angular/node_modules/zod/v4/classic/coerce.cjs diff --git a/ClientApp/node_modules/zod/v4/classic/coerce.d.cts b/apps/angular/node_modules/zod/v4/classic/coerce.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/classic/coerce.d.cts rename to apps/angular/node_modules/zod/v4/classic/coerce.d.cts diff --git a/ClientApp/node_modules/zod/v4/classic/coerce.d.ts b/apps/angular/node_modules/zod/v4/classic/coerce.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/classic/coerce.d.ts rename to apps/angular/node_modules/zod/v4/classic/coerce.d.ts diff --git a/ClientApp/node_modules/zod/v4/classic/coerce.js b/apps/angular/node_modules/zod/v4/classic/coerce.js similarity index 100% rename from ClientApp/node_modules/zod/v4/classic/coerce.js rename to apps/angular/node_modules/zod/v4/classic/coerce.js diff --git a/ClientApp/node_modules/zod/v4/classic/compat.cjs b/apps/angular/node_modules/zod/v4/classic/compat.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/classic/compat.cjs rename to apps/angular/node_modules/zod/v4/classic/compat.cjs diff --git a/ClientApp/node_modules/zod/v4/classic/compat.d.cts b/apps/angular/node_modules/zod/v4/classic/compat.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/classic/compat.d.cts rename to apps/angular/node_modules/zod/v4/classic/compat.d.cts diff --git a/ClientApp/node_modules/zod/v4/classic/compat.d.ts b/apps/angular/node_modules/zod/v4/classic/compat.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/classic/compat.d.ts rename to apps/angular/node_modules/zod/v4/classic/compat.d.ts diff --git a/ClientApp/node_modules/zod/v4/classic/compat.js b/apps/angular/node_modules/zod/v4/classic/compat.js similarity index 100% rename from ClientApp/node_modules/zod/v4/classic/compat.js rename to apps/angular/node_modules/zod/v4/classic/compat.js diff --git a/ClientApp/node_modules/zod/v4/classic/errors.cjs b/apps/angular/node_modules/zod/v4/classic/errors.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/classic/errors.cjs rename to apps/angular/node_modules/zod/v4/classic/errors.cjs diff --git a/ClientApp/node_modules/zod/v4/classic/errors.d.cts b/apps/angular/node_modules/zod/v4/classic/errors.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/classic/errors.d.cts rename to apps/angular/node_modules/zod/v4/classic/errors.d.cts diff --git a/ClientApp/node_modules/zod/v4/classic/errors.d.ts b/apps/angular/node_modules/zod/v4/classic/errors.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/classic/errors.d.ts rename to apps/angular/node_modules/zod/v4/classic/errors.d.ts diff --git a/ClientApp/node_modules/zod/v4/classic/errors.js b/apps/angular/node_modules/zod/v4/classic/errors.js similarity index 100% rename from ClientApp/node_modules/zod/v4/classic/errors.js rename to apps/angular/node_modules/zod/v4/classic/errors.js diff --git a/ClientApp/node_modules/zod/v4/classic/external.cjs b/apps/angular/node_modules/zod/v4/classic/external.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/classic/external.cjs rename to apps/angular/node_modules/zod/v4/classic/external.cjs diff --git a/ClientApp/node_modules/zod/v4/classic/external.d.cts b/apps/angular/node_modules/zod/v4/classic/external.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/classic/external.d.cts rename to apps/angular/node_modules/zod/v4/classic/external.d.cts diff --git a/ClientApp/node_modules/zod/v4/classic/external.d.ts b/apps/angular/node_modules/zod/v4/classic/external.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/classic/external.d.ts rename to apps/angular/node_modules/zod/v4/classic/external.d.ts diff --git a/ClientApp/node_modules/zod/v4/classic/external.js b/apps/angular/node_modules/zod/v4/classic/external.js similarity index 100% rename from ClientApp/node_modules/zod/v4/classic/external.js rename to apps/angular/node_modules/zod/v4/classic/external.js diff --git a/ClientApp/node_modules/zod/v4/classic/index.cjs b/apps/angular/node_modules/zod/v4/classic/index.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/classic/index.cjs rename to apps/angular/node_modules/zod/v4/classic/index.cjs diff --git a/ClientApp/node_modules/zod/v4/classic/index.d.cts b/apps/angular/node_modules/zod/v4/classic/index.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/classic/index.d.cts rename to apps/angular/node_modules/zod/v4/classic/index.d.cts diff --git a/ClientApp/node_modules/zod/v4/classic/index.d.ts b/apps/angular/node_modules/zod/v4/classic/index.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/classic/index.d.ts rename to apps/angular/node_modules/zod/v4/classic/index.d.ts diff --git a/ClientApp/node_modules/zod/v4/classic/index.js b/apps/angular/node_modules/zod/v4/classic/index.js similarity index 100% rename from ClientApp/node_modules/zod/v4/classic/index.js rename to apps/angular/node_modules/zod/v4/classic/index.js diff --git a/ClientApp/node_modules/zod/v4/classic/iso.cjs b/apps/angular/node_modules/zod/v4/classic/iso.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/classic/iso.cjs rename to apps/angular/node_modules/zod/v4/classic/iso.cjs diff --git a/ClientApp/node_modules/zod/v4/classic/iso.d.cts b/apps/angular/node_modules/zod/v4/classic/iso.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/classic/iso.d.cts rename to apps/angular/node_modules/zod/v4/classic/iso.d.cts diff --git a/ClientApp/node_modules/zod/v4/classic/iso.d.ts b/apps/angular/node_modules/zod/v4/classic/iso.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/classic/iso.d.ts rename to apps/angular/node_modules/zod/v4/classic/iso.d.ts diff --git a/ClientApp/node_modules/zod/v4/classic/iso.js b/apps/angular/node_modules/zod/v4/classic/iso.js similarity index 100% rename from ClientApp/node_modules/zod/v4/classic/iso.js rename to apps/angular/node_modules/zod/v4/classic/iso.js diff --git a/ClientApp/node_modules/zod/v4/classic/parse.cjs b/apps/angular/node_modules/zod/v4/classic/parse.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/classic/parse.cjs rename to apps/angular/node_modules/zod/v4/classic/parse.cjs diff --git a/ClientApp/node_modules/zod/v4/classic/parse.d.cts b/apps/angular/node_modules/zod/v4/classic/parse.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/classic/parse.d.cts rename to apps/angular/node_modules/zod/v4/classic/parse.d.cts diff --git a/ClientApp/node_modules/zod/v4/classic/parse.d.ts b/apps/angular/node_modules/zod/v4/classic/parse.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/classic/parse.d.ts rename to apps/angular/node_modules/zod/v4/classic/parse.d.ts diff --git a/ClientApp/node_modules/zod/v4/classic/parse.js b/apps/angular/node_modules/zod/v4/classic/parse.js similarity index 100% rename from ClientApp/node_modules/zod/v4/classic/parse.js rename to apps/angular/node_modules/zod/v4/classic/parse.js diff --git a/ClientApp/node_modules/zod/v4/classic/schemas.cjs b/apps/angular/node_modules/zod/v4/classic/schemas.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/classic/schemas.cjs rename to apps/angular/node_modules/zod/v4/classic/schemas.cjs diff --git a/ClientApp/node_modules/zod/v4/classic/schemas.d.cts b/apps/angular/node_modules/zod/v4/classic/schemas.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/classic/schemas.d.cts rename to apps/angular/node_modules/zod/v4/classic/schemas.d.cts diff --git a/ClientApp/node_modules/zod/v4/classic/schemas.d.ts b/apps/angular/node_modules/zod/v4/classic/schemas.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/classic/schemas.d.ts rename to apps/angular/node_modules/zod/v4/classic/schemas.d.ts diff --git a/ClientApp/node_modules/zod/v4/classic/schemas.js b/apps/angular/node_modules/zod/v4/classic/schemas.js similarity index 100% rename from ClientApp/node_modules/zod/v4/classic/schemas.js rename to apps/angular/node_modules/zod/v4/classic/schemas.js diff --git a/ClientApp/node_modules/zod/v4/core/api.cjs b/apps/angular/node_modules/zod/v4/core/api.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/core/api.cjs rename to apps/angular/node_modules/zod/v4/core/api.cjs diff --git a/ClientApp/node_modules/zod/v4/core/api.d.cts b/apps/angular/node_modules/zod/v4/core/api.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/core/api.d.cts rename to apps/angular/node_modules/zod/v4/core/api.d.cts diff --git a/ClientApp/node_modules/zod/v4/core/api.d.ts b/apps/angular/node_modules/zod/v4/core/api.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/core/api.d.ts rename to apps/angular/node_modules/zod/v4/core/api.d.ts diff --git a/ClientApp/node_modules/zod/v4/core/api.js b/apps/angular/node_modules/zod/v4/core/api.js similarity index 100% rename from ClientApp/node_modules/zod/v4/core/api.js rename to apps/angular/node_modules/zod/v4/core/api.js diff --git a/ClientApp/node_modules/zod/v4/core/checks.cjs b/apps/angular/node_modules/zod/v4/core/checks.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/core/checks.cjs rename to apps/angular/node_modules/zod/v4/core/checks.cjs diff --git a/ClientApp/node_modules/zod/v4/core/checks.d.cts b/apps/angular/node_modules/zod/v4/core/checks.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/core/checks.d.cts rename to apps/angular/node_modules/zod/v4/core/checks.d.cts diff --git a/ClientApp/node_modules/zod/v4/core/checks.d.ts b/apps/angular/node_modules/zod/v4/core/checks.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/core/checks.d.ts rename to apps/angular/node_modules/zod/v4/core/checks.d.ts diff --git a/ClientApp/node_modules/zod/v4/core/checks.js b/apps/angular/node_modules/zod/v4/core/checks.js similarity index 100% rename from ClientApp/node_modules/zod/v4/core/checks.js rename to apps/angular/node_modules/zod/v4/core/checks.js diff --git a/ClientApp/node_modules/zod/v4/core/core.cjs b/apps/angular/node_modules/zod/v4/core/core.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/core/core.cjs rename to apps/angular/node_modules/zod/v4/core/core.cjs diff --git a/ClientApp/node_modules/zod/v4/core/core.d.cts b/apps/angular/node_modules/zod/v4/core/core.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/core/core.d.cts rename to apps/angular/node_modules/zod/v4/core/core.d.cts diff --git a/ClientApp/node_modules/zod/v4/core/core.d.ts b/apps/angular/node_modules/zod/v4/core/core.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/core/core.d.ts rename to apps/angular/node_modules/zod/v4/core/core.d.ts diff --git a/ClientApp/node_modules/zod/v4/core/core.js b/apps/angular/node_modules/zod/v4/core/core.js similarity index 100% rename from ClientApp/node_modules/zod/v4/core/core.js rename to apps/angular/node_modules/zod/v4/core/core.js diff --git a/ClientApp/node_modules/zod/v4/core/doc.cjs b/apps/angular/node_modules/zod/v4/core/doc.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/core/doc.cjs rename to apps/angular/node_modules/zod/v4/core/doc.cjs diff --git a/ClientApp/node_modules/zod/v4/core/doc.d.cts b/apps/angular/node_modules/zod/v4/core/doc.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/core/doc.d.cts rename to apps/angular/node_modules/zod/v4/core/doc.d.cts diff --git a/ClientApp/node_modules/zod/v4/core/doc.d.ts b/apps/angular/node_modules/zod/v4/core/doc.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/core/doc.d.ts rename to apps/angular/node_modules/zod/v4/core/doc.d.ts diff --git a/ClientApp/node_modules/zod/v4/core/doc.js b/apps/angular/node_modules/zod/v4/core/doc.js similarity index 100% rename from ClientApp/node_modules/zod/v4/core/doc.js rename to apps/angular/node_modules/zod/v4/core/doc.js diff --git a/ClientApp/node_modules/zod/v4/core/errors.cjs b/apps/angular/node_modules/zod/v4/core/errors.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/core/errors.cjs rename to apps/angular/node_modules/zod/v4/core/errors.cjs diff --git a/ClientApp/node_modules/zod/v4/core/errors.d.cts b/apps/angular/node_modules/zod/v4/core/errors.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/core/errors.d.cts rename to apps/angular/node_modules/zod/v4/core/errors.d.cts diff --git a/ClientApp/node_modules/zod/v4/core/errors.d.ts b/apps/angular/node_modules/zod/v4/core/errors.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/core/errors.d.ts rename to apps/angular/node_modules/zod/v4/core/errors.d.ts diff --git a/ClientApp/node_modules/zod/v4/core/errors.js b/apps/angular/node_modules/zod/v4/core/errors.js similarity index 100% rename from ClientApp/node_modules/zod/v4/core/errors.js rename to apps/angular/node_modules/zod/v4/core/errors.js diff --git a/ClientApp/node_modules/zod/v4/core/function.cjs b/apps/angular/node_modules/zod/v4/core/function.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/core/function.cjs rename to apps/angular/node_modules/zod/v4/core/function.cjs diff --git a/ClientApp/node_modules/zod/v4/core/function.d.cts b/apps/angular/node_modules/zod/v4/core/function.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/core/function.d.cts rename to apps/angular/node_modules/zod/v4/core/function.d.cts diff --git a/ClientApp/node_modules/zod/v4/core/function.d.ts b/apps/angular/node_modules/zod/v4/core/function.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/core/function.d.ts rename to apps/angular/node_modules/zod/v4/core/function.d.ts diff --git a/ClientApp/node_modules/zod/v4/core/function.js b/apps/angular/node_modules/zod/v4/core/function.js similarity index 100% rename from ClientApp/node_modules/zod/v4/core/function.js rename to apps/angular/node_modules/zod/v4/core/function.js diff --git a/ClientApp/node_modules/zod/v4/core/index.cjs b/apps/angular/node_modules/zod/v4/core/index.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/core/index.cjs rename to apps/angular/node_modules/zod/v4/core/index.cjs diff --git a/ClientApp/node_modules/zod/v4/core/index.d.cts b/apps/angular/node_modules/zod/v4/core/index.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/core/index.d.cts rename to apps/angular/node_modules/zod/v4/core/index.d.cts diff --git a/ClientApp/node_modules/zod/v4/core/index.d.ts b/apps/angular/node_modules/zod/v4/core/index.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/core/index.d.ts rename to apps/angular/node_modules/zod/v4/core/index.d.ts diff --git a/ClientApp/node_modules/zod/v4/core/index.js b/apps/angular/node_modules/zod/v4/core/index.js similarity index 100% rename from ClientApp/node_modules/zod/v4/core/index.js rename to apps/angular/node_modules/zod/v4/core/index.js diff --git a/ClientApp/node_modules/zod/v4/core/json-schema.cjs b/apps/angular/node_modules/zod/v4/core/json-schema.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/core/json-schema.cjs rename to apps/angular/node_modules/zod/v4/core/json-schema.cjs diff --git a/ClientApp/node_modules/zod/v4/core/json-schema.d.cts b/apps/angular/node_modules/zod/v4/core/json-schema.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/core/json-schema.d.cts rename to apps/angular/node_modules/zod/v4/core/json-schema.d.cts diff --git a/ClientApp/node_modules/zod/v4/core/json-schema.d.ts b/apps/angular/node_modules/zod/v4/core/json-schema.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/core/json-schema.d.ts rename to apps/angular/node_modules/zod/v4/core/json-schema.d.ts diff --git a/ClientApp/node_modules/zod/v4/core/json-schema.js b/apps/angular/node_modules/zod/v4/core/json-schema.js similarity index 100% rename from ClientApp/node_modules/zod/v4/core/json-schema.js rename to apps/angular/node_modules/zod/v4/core/json-schema.js diff --git a/ClientApp/node_modules/zod/v4/core/parse.cjs b/apps/angular/node_modules/zod/v4/core/parse.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/core/parse.cjs rename to apps/angular/node_modules/zod/v4/core/parse.cjs diff --git a/ClientApp/node_modules/zod/v4/core/parse.d.cts b/apps/angular/node_modules/zod/v4/core/parse.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/core/parse.d.cts rename to apps/angular/node_modules/zod/v4/core/parse.d.cts diff --git a/ClientApp/node_modules/zod/v4/core/parse.d.ts b/apps/angular/node_modules/zod/v4/core/parse.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/core/parse.d.ts rename to apps/angular/node_modules/zod/v4/core/parse.d.ts diff --git a/ClientApp/node_modules/zod/v4/core/parse.js b/apps/angular/node_modules/zod/v4/core/parse.js similarity index 100% rename from ClientApp/node_modules/zod/v4/core/parse.js rename to apps/angular/node_modules/zod/v4/core/parse.js diff --git a/ClientApp/node_modules/zod/v4/core/regexes.cjs b/apps/angular/node_modules/zod/v4/core/regexes.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/core/regexes.cjs rename to apps/angular/node_modules/zod/v4/core/regexes.cjs diff --git a/ClientApp/node_modules/zod/v4/core/regexes.d.cts b/apps/angular/node_modules/zod/v4/core/regexes.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/core/regexes.d.cts rename to apps/angular/node_modules/zod/v4/core/regexes.d.cts diff --git a/ClientApp/node_modules/zod/v4/core/regexes.d.ts b/apps/angular/node_modules/zod/v4/core/regexes.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/core/regexes.d.ts rename to apps/angular/node_modules/zod/v4/core/regexes.d.ts diff --git a/ClientApp/node_modules/zod/v4/core/regexes.js b/apps/angular/node_modules/zod/v4/core/regexes.js similarity index 100% rename from ClientApp/node_modules/zod/v4/core/regexes.js rename to apps/angular/node_modules/zod/v4/core/regexes.js diff --git a/ClientApp/node_modules/zod/v4/core/registries.cjs b/apps/angular/node_modules/zod/v4/core/registries.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/core/registries.cjs rename to apps/angular/node_modules/zod/v4/core/registries.cjs diff --git a/ClientApp/node_modules/zod/v4/core/registries.d.cts b/apps/angular/node_modules/zod/v4/core/registries.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/core/registries.d.cts rename to apps/angular/node_modules/zod/v4/core/registries.d.cts diff --git a/ClientApp/node_modules/zod/v4/core/registries.d.ts b/apps/angular/node_modules/zod/v4/core/registries.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/core/registries.d.ts rename to apps/angular/node_modules/zod/v4/core/registries.d.ts diff --git a/ClientApp/node_modules/zod/v4/core/registries.js b/apps/angular/node_modules/zod/v4/core/registries.js similarity index 100% rename from ClientApp/node_modules/zod/v4/core/registries.js rename to apps/angular/node_modules/zod/v4/core/registries.js diff --git a/ClientApp/node_modules/zod/v4/core/schemas.cjs b/apps/angular/node_modules/zod/v4/core/schemas.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/core/schemas.cjs rename to apps/angular/node_modules/zod/v4/core/schemas.cjs diff --git a/ClientApp/node_modules/zod/v4/core/schemas.d.cts b/apps/angular/node_modules/zod/v4/core/schemas.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/core/schemas.d.cts rename to apps/angular/node_modules/zod/v4/core/schemas.d.cts diff --git a/ClientApp/node_modules/zod/v4/core/schemas.d.ts b/apps/angular/node_modules/zod/v4/core/schemas.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/core/schemas.d.ts rename to apps/angular/node_modules/zod/v4/core/schemas.d.ts diff --git a/ClientApp/node_modules/zod/v4/core/schemas.js b/apps/angular/node_modules/zod/v4/core/schemas.js similarity index 100% rename from ClientApp/node_modules/zod/v4/core/schemas.js rename to apps/angular/node_modules/zod/v4/core/schemas.js diff --git a/ClientApp/node_modules/zod/v4/core/standard-schema.cjs b/apps/angular/node_modules/zod/v4/core/standard-schema.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/core/standard-schema.cjs rename to apps/angular/node_modules/zod/v4/core/standard-schema.cjs diff --git a/ClientApp/node_modules/zod/v4/core/standard-schema.d.cts b/apps/angular/node_modules/zod/v4/core/standard-schema.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/core/standard-schema.d.cts rename to apps/angular/node_modules/zod/v4/core/standard-schema.d.cts diff --git a/ClientApp/node_modules/zod/v4/core/standard-schema.d.ts b/apps/angular/node_modules/zod/v4/core/standard-schema.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/core/standard-schema.d.ts rename to apps/angular/node_modules/zod/v4/core/standard-schema.d.ts diff --git a/ClientApp/node_modules/zod/v4/core/standard-schema.js b/apps/angular/node_modules/zod/v4/core/standard-schema.js similarity index 100% rename from ClientApp/node_modules/zod/v4/core/standard-schema.js rename to apps/angular/node_modules/zod/v4/core/standard-schema.js diff --git a/ClientApp/node_modules/zod/v4/core/to-json-schema.cjs b/apps/angular/node_modules/zod/v4/core/to-json-schema.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/core/to-json-schema.cjs rename to apps/angular/node_modules/zod/v4/core/to-json-schema.cjs diff --git a/ClientApp/node_modules/zod/v4/core/to-json-schema.d.cts b/apps/angular/node_modules/zod/v4/core/to-json-schema.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/core/to-json-schema.d.cts rename to apps/angular/node_modules/zod/v4/core/to-json-schema.d.cts diff --git a/ClientApp/node_modules/zod/v4/core/to-json-schema.d.ts b/apps/angular/node_modules/zod/v4/core/to-json-schema.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/core/to-json-schema.d.ts rename to apps/angular/node_modules/zod/v4/core/to-json-schema.d.ts diff --git a/ClientApp/node_modules/zod/v4/core/to-json-schema.js b/apps/angular/node_modules/zod/v4/core/to-json-schema.js similarity index 100% rename from ClientApp/node_modules/zod/v4/core/to-json-schema.js rename to apps/angular/node_modules/zod/v4/core/to-json-schema.js diff --git a/ClientApp/node_modules/zod/v4/core/util.cjs b/apps/angular/node_modules/zod/v4/core/util.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/core/util.cjs rename to apps/angular/node_modules/zod/v4/core/util.cjs diff --git a/ClientApp/node_modules/zod/v4/core/util.d.cts b/apps/angular/node_modules/zod/v4/core/util.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/core/util.d.cts rename to apps/angular/node_modules/zod/v4/core/util.d.cts diff --git a/ClientApp/node_modules/zod/v4/core/util.d.ts b/apps/angular/node_modules/zod/v4/core/util.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/core/util.d.ts rename to apps/angular/node_modules/zod/v4/core/util.d.ts diff --git a/ClientApp/node_modules/zod/v4/core/util.js b/apps/angular/node_modules/zod/v4/core/util.js similarity index 100% rename from ClientApp/node_modules/zod/v4/core/util.js rename to apps/angular/node_modules/zod/v4/core/util.js diff --git a/ClientApp/node_modules/zod/v4/core/versions.cjs b/apps/angular/node_modules/zod/v4/core/versions.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/core/versions.cjs rename to apps/angular/node_modules/zod/v4/core/versions.cjs diff --git a/ClientApp/node_modules/zod/v4/core/versions.d.cts b/apps/angular/node_modules/zod/v4/core/versions.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/core/versions.d.cts rename to apps/angular/node_modules/zod/v4/core/versions.d.cts diff --git a/ClientApp/node_modules/zod/v4/core/versions.d.ts b/apps/angular/node_modules/zod/v4/core/versions.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/core/versions.d.ts rename to apps/angular/node_modules/zod/v4/core/versions.d.ts diff --git a/ClientApp/node_modules/zod/v4/core/versions.js b/apps/angular/node_modules/zod/v4/core/versions.js similarity index 100% rename from ClientApp/node_modules/zod/v4/core/versions.js rename to apps/angular/node_modules/zod/v4/core/versions.js diff --git a/ClientApp/node_modules/zod/v4/index.cjs b/apps/angular/node_modules/zod/v4/index.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/index.cjs rename to apps/angular/node_modules/zod/v4/index.cjs diff --git a/ClientApp/node_modules/zod/v4/index.d.cts b/apps/angular/node_modules/zod/v4/index.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/index.d.cts rename to apps/angular/node_modules/zod/v4/index.d.cts diff --git a/ClientApp/node_modules/zod/v4/index.d.ts b/apps/angular/node_modules/zod/v4/index.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/index.d.ts rename to apps/angular/node_modules/zod/v4/index.d.ts diff --git a/ClientApp/node_modules/zod/v4/index.js b/apps/angular/node_modules/zod/v4/index.js similarity index 100% rename from ClientApp/node_modules/zod/v4/index.js rename to apps/angular/node_modules/zod/v4/index.js diff --git a/ClientApp/node_modules/zod/v4/locales/ar.cjs b/apps/angular/node_modules/zod/v4/locales/ar.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/ar.cjs rename to apps/angular/node_modules/zod/v4/locales/ar.cjs diff --git a/ClientApp/node_modules/zod/v4/locales/ar.d.cts b/apps/angular/node_modules/zod/v4/locales/ar.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/ar.d.cts rename to apps/angular/node_modules/zod/v4/locales/ar.d.cts diff --git a/ClientApp/node_modules/zod/v4/locales/ar.d.ts b/apps/angular/node_modules/zod/v4/locales/ar.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/ar.d.ts rename to apps/angular/node_modules/zod/v4/locales/ar.d.ts diff --git a/ClientApp/node_modules/zod/v4/locales/ar.js b/apps/angular/node_modules/zod/v4/locales/ar.js similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/ar.js rename to apps/angular/node_modules/zod/v4/locales/ar.js diff --git a/ClientApp/node_modules/zod/v4/locales/az.cjs b/apps/angular/node_modules/zod/v4/locales/az.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/az.cjs rename to apps/angular/node_modules/zod/v4/locales/az.cjs diff --git a/ClientApp/node_modules/zod/v4/locales/az.d.cts b/apps/angular/node_modules/zod/v4/locales/az.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/az.d.cts rename to apps/angular/node_modules/zod/v4/locales/az.d.cts diff --git a/ClientApp/node_modules/zod/v4/locales/az.d.ts b/apps/angular/node_modules/zod/v4/locales/az.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/az.d.ts rename to apps/angular/node_modules/zod/v4/locales/az.d.ts diff --git a/ClientApp/node_modules/zod/v4/locales/az.js b/apps/angular/node_modules/zod/v4/locales/az.js similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/az.js rename to apps/angular/node_modules/zod/v4/locales/az.js diff --git a/ClientApp/node_modules/zod/v4/locales/be.cjs b/apps/angular/node_modules/zod/v4/locales/be.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/be.cjs rename to apps/angular/node_modules/zod/v4/locales/be.cjs diff --git a/ClientApp/node_modules/zod/v4/locales/be.d.cts b/apps/angular/node_modules/zod/v4/locales/be.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/be.d.cts rename to apps/angular/node_modules/zod/v4/locales/be.d.cts diff --git a/ClientApp/node_modules/zod/v4/locales/be.d.ts b/apps/angular/node_modules/zod/v4/locales/be.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/be.d.ts rename to apps/angular/node_modules/zod/v4/locales/be.d.ts diff --git a/ClientApp/node_modules/zod/v4/locales/be.js b/apps/angular/node_modules/zod/v4/locales/be.js similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/be.js rename to apps/angular/node_modules/zod/v4/locales/be.js diff --git a/ClientApp/node_modules/zod/v4/locales/ca.cjs b/apps/angular/node_modules/zod/v4/locales/ca.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/ca.cjs rename to apps/angular/node_modules/zod/v4/locales/ca.cjs diff --git a/ClientApp/node_modules/zod/v4/locales/ca.d.cts b/apps/angular/node_modules/zod/v4/locales/ca.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/ca.d.cts rename to apps/angular/node_modules/zod/v4/locales/ca.d.cts diff --git a/ClientApp/node_modules/zod/v4/locales/ca.d.ts b/apps/angular/node_modules/zod/v4/locales/ca.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/ca.d.ts rename to apps/angular/node_modules/zod/v4/locales/ca.d.ts diff --git a/ClientApp/node_modules/zod/v4/locales/ca.js b/apps/angular/node_modules/zod/v4/locales/ca.js similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/ca.js rename to apps/angular/node_modules/zod/v4/locales/ca.js diff --git a/ClientApp/node_modules/zod/v4/locales/cs.cjs b/apps/angular/node_modules/zod/v4/locales/cs.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/cs.cjs rename to apps/angular/node_modules/zod/v4/locales/cs.cjs diff --git a/ClientApp/node_modules/zod/v4/locales/cs.d.cts b/apps/angular/node_modules/zod/v4/locales/cs.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/cs.d.cts rename to apps/angular/node_modules/zod/v4/locales/cs.d.cts diff --git a/ClientApp/node_modules/zod/v4/locales/cs.d.ts b/apps/angular/node_modules/zod/v4/locales/cs.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/cs.d.ts rename to apps/angular/node_modules/zod/v4/locales/cs.d.ts diff --git a/ClientApp/node_modules/zod/v4/locales/cs.js b/apps/angular/node_modules/zod/v4/locales/cs.js similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/cs.js rename to apps/angular/node_modules/zod/v4/locales/cs.js diff --git a/ClientApp/node_modules/zod/v4/locales/de.cjs b/apps/angular/node_modules/zod/v4/locales/de.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/de.cjs rename to apps/angular/node_modules/zod/v4/locales/de.cjs diff --git a/ClientApp/node_modules/zod/v4/locales/de.d.cts b/apps/angular/node_modules/zod/v4/locales/de.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/de.d.cts rename to apps/angular/node_modules/zod/v4/locales/de.d.cts diff --git a/ClientApp/node_modules/zod/v4/locales/de.d.ts b/apps/angular/node_modules/zod/v4/locales/de.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/de.d.ts rename to apps/angular/node_modules/zod/v4/locales/de.d.ts diff --git a/ClientApp/node_modules/zod/v4/locales/de.js b/apps/angular/node_modules/zod/v4/locales/de.js similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/de.js rename to apps/angular/node_modules/zod/v4/locales/de.js diff --git a/ClientApp/node_modules/zod/v4/locales/en.cjs b/apps/angular/node_modules/zod/v4/locales/en.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/en.cjs rename to apps/angular/node_modules/zod/v4/locales/en.cjs diff --git a/ClientApp/node_modules/zod/v4/locales/en.d.cts b/apps/angular/node_modules/zod/v4/locales/en.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/en.d.cts rename to apps/angular/node_modules/zod/v4/locales/en.d.cts diff --git a/ClientApp/node_modules/zod/v4/locales/en.d.ts b/apps/angular/node_modules/zod/v4/locales/en.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/en.d.ts rename to apps/angular/node_modules/zod/v4/locales/en.d.ts diff --git a/ClientApp/node_modules/zod/v4/locales/en.js b/apps/angular/node_modules/zod/v4/locales/en.js similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/en.js rename to apps/angular/node_modules/zod/v4/locales/en.js diff --git a/ClientApp/node_modules/zod/v4/locales/eo.cjs b/apps/angular/node_modules/zod/v4/locales/eo.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/eo.cjs rename to apps/angular/node_modules/zod/v4/locales/eo.cjs diff --git a/ClientApp/node_modules/zod/v4/locales/eo.d.cts b/apps/angular/node_modules/zod/v4/locales/eo.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/eo.d.cts rename to apps/angular/node_modules/zod/v4/locales/eo.d.cts diff --git a/ClientApp/node_modules/zod/v4/locales/eo.d.ts b/apps/angular/node_modules/zod/v4/locales/eo.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/eo.d.ts rename to apps/angular/node_modules/zod/v4/locales/eo.d.ts diff --git a/ClientApp/node_modules/zod/v4/locales/eo.js b/apps/angular/node_modules/zod/v4/locales/eo.js similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/eo.js rename to apps/angular/node_modules/zod/v4/locales/eo.js diff --git a/ClientApp/node_modules/zod/v4/locales/es.cjs b/apps/angular/node_modules/zod/v4/locales/es.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/es.cjs rename to apps/angular/node_modules/zod/v4/locales/es.cjs diff --git a/ClientApp/node_modules/zod/v4/locales/es.d.cts b/apps/angular/node_modules/zod/v4/locales/es.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/es.d.cts rename to apps/angular/node_modules/zod/v4/locales/es.d.cts diff --git a/ClientApp/node_modules/zod/v4/locales/es.d.ts b/apps/angular/node_modules/zod/v4/locales/es.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/es.d.ts rename to apps/angular/node_modules/zod/v4/locales/es.d.ts diff --git a/ClientApp/node_modules/zod/v4/locales/es.js b/apps/angular/node_modules/zod/v4/locales/es.js similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/es.js rename to apps/angular/node_modules/zod/v4/locales/es.js diff --git a/ClientApp/node_modules/zod/v4/locales/fa.cjs b/apps/angular/node_modules/zod/v4/locales/fa.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/fa.cjs rename to apps/angular/node_modules/zod/v4/locales/fa.cjs diff --git a/ClientApp/node_modules/zod/v4/locales/fa.d.cts b/apps/angular/node_modules/zod/v4/locales/fa.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/fa.d.cts rename to apps/angular/node_modules/zod/v4/locales/fa.d.cts diff --git a/ClientApp/node_modules/zod/v4/locales/fa.d.ts b/apps/angular/node_modules/zod/v4/locales/fa.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/fa.d.ts rename to apps/angular/node_modules/zod/v4/locales/fa.d.ts diff --git a/ClientApp/node_modules/zod/v4/locales/fa.js b/apps/angular/node_modules/zod/v4/locales/fa.js similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/fa.js rename to apps/angular/node_modules/zod/v4/locales/fa.js diff --git a/ClientApp/node_modules/zod/v4/locales/fi.cjs b/apps/angular/node_modules/zod/v4/locales/fi.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/fi.cjs rename to apps/angular/node_modules/zod/v4/locales/fi.cjs diff --git a/ClientApp/node_modules/zod/v4/locales/fi.d.cts b/apps/angular/node_modules/zod/v4/locales/fi.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/fi.d.cts rename to apps/angular/node_modules/zod/v4/locales/fi.d.cts diff --git a/ClientApp/node_modules/zod/v4/locales/fi.d.ts b/apps/angular/node_modules/zod/v4/locales/fi.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/fi.d.ts rename to apps/angular/node_modules/zod/v4/locales/fi.d.ts diff --git a/ClientApp/node_modules/zod/v4/locales/fi.js b/apps/angular/node_modules/zod/v4/locales/fi.js similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/fi.js rename to apps/angular/node_modules/zod/v4/locales/fi.js diff --git a/ClientApp/node_modules/zod/v4/locales/fr-CA.cjs b/apps/angular/node_modules/zod/v4/locales/fr-CA.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/fr-CA.cjs rename to apps/angular/node_modules/zod/v4/locales/fr-CA.cjs diff --git a/ClientApp/node_modules/zod/v4/locales/fr-CA.d.cts b/apps/angular/node_modules/zod/v4/locales/fr-CA.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/fr-CA.d.cts rename to apps/angular/node_modules/zod/v4/locales/fr-CA.d.cts diff --git a/ClientApp/node_modules/zod/v4/locales/fr-CA.d.ts b/apps/angular/node_modules/zod/v4/locales/fr-CA.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/fr-CA.d.ts rename to apps/angular/node_modules/zod/v4/locales/fr-CA.d.ts diff --git a/ClientApp/node_modules/zod/v4/locales/fr-CA.js b/apps/angular/node_modules/zod/v4/locales/fr-CA.js similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/fr-CA.js rename to apps/angular/node_modules/zod/v4/locales/fr-CA.js diff --git a/ClientApp/node_modules/zod/v4/locales/fr.cjs b/apps/angular/node_modules/zod/v4/locales/fr.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/fr.cjs rename to apps/angular/node_modules/zod/v4/locales/fr.cjs diff --git a/ClientApp/node_modules/zod/v4/locales/fr.d.cts b/apps/angular/node_modules/zod/v4/locales/fr.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/fr.d.cts rename to apps/angular/node_modules/zod/v4/locales/fr.d.cts diff --git a/ClientApp/node_modules/zod/v4/locales/fr.d.ts b/apps/angular/node_modules/zod/v4/locales/fr.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/fr.d.ts rename to apps/angular/node_modules/zod/v4/locales/fr.d.ts diff --git a/ClientApp/node_modules/zod/v4/locales/fr.js b/apps/angular/node_modules/zod/v4/locales/fr.js similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/fr.js rename to apps/angular/node_modules/zod/v4/locales/fr.js diff --git a/ClientApp/node_modules/zod/v4/locales/he.cjs b/apps/angular/node_modules/zod/v4/locales/he.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/he.cjs rename to apps/angular/node_modules/zod/v4/locales/he.cjs diff --git a/ClientApp/node_modules/zod/v4/locales/he.d.cts b/apps/angular/node_modules/zod/v4/locales/he.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/he.d.cts rename to apps/angular/node_modules/zod/v4/locales/he.d.cts diff --git a/ClientApp/node_modules/zod/v4/locales/he.d.ts b/apps/angular/node_modules/zod/v4/locales/he.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/he.d.ts rename to apps/angular/node_modules/zod/v4/locales/he.d.ts diff --git a/ClientApp/node_modules/zod/v4/locales/he.js b/apps/angular/node_modules/zod/v4/locales/he.js similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/he.js rename to apps/angular/node_modules/zod/v4/locales/he.js diff --git a/ClientApp/node_modules/zod/v4/locales/hu.cjs b/apps/angular/node_modules/zod/v4/locales/hu.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/hu.cjs rename to apps/angular/node_modules/zod/v4/locales/hu.cjs diff --git a/ClientApp/node_modules/zod/v4/locales/hu.d.cts b/apps/angular/node_modules/zod/v4/locales/hu.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/hu.d.cts rename to apps/angular/node_modules/zod/v4/locales/hu.d.cts diff --git a/ClientApp/node_modules/zod/v4/locales/hu.d.ts b/apps/angular/node_modules/zod/v4/locales/hu.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/hu.d.ts rename to apps/angular/node_modules/zod/v4/locales/hu.d.ts diff --git a/ClientApp/node_modules/zod/v4/locales/hu.js b/apps/angular/node_modules/zod/v4/locales/hu.js similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/hu.js rename to apps/angular/node_modules/zod/v4/locales/hu.js diff --git a/ClientApp/node_modules/zod/v4/locales/id.cjs b/apps/angular/node_modules/zod/v4/locales/id.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/id.cjs rename to apps/angular/node_modules/zod/v4/locales/id.cjs diff --git a/ClientApp/node_modules/zod/v4/locales/id.d.cts b/apps/angular/node_modules/zod/v4/locales/id.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/id.d.cts rename to apps/angular/node_modules/zod/v4/locales/id.d.cts diff --git a/ClientApp/node_modules/zod/v4/locales/id.d.ts b/apps/angular/node_modules/zod/v4/locales/id.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/id.d.ts rename to apps/angular/node_modules/zod/v4/locales/id.d.ts diff --git a/ClientApp/node_modules/zod/v4/locales/id.js b/apps/angular/node_modules/zod/v4/locales/id.js similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/id.js rename to apps/angular/node_modules/zod/v4/locales/id.js diff --git a/ClientApp/node_modules/zod/v4/locales/index.cjs b/apps/angular/node_modules/zod/v4/locales/index.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/index.cjs rename to apps/angular/node_modules/zod/v4/locales/index.cjs diff --git a/ClientApp/node_modules/zod/v4/locales/index.d.cts b/apps/angular/node_modules/zod/v4/locales/index.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/index.d.cts rename to apps/angular/node_modules/zod/v4/locales/index.d.cts diff --git a/ClientApp/node_modules/zod/v4/locales/index.d.ts b/apps/angular/node_modules/zod/v4/locales/index.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/index.d.ts rename to apps/angular/node_modules/zod/v4/locales/index.d.ts diff --git a/ClientApp/node_modules/zod/v4/locales/index.js b/apps/angular/node_modules/zod/v4/locales/index.js similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/index.js rename to apps/angular/node_modules/zod/v4/locales/index.js diff --git a/ClientApp/node_modules/zod/v4/locales/it.cjs b/apps/angular/node_modules/zod/v4/locales/it.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/it.cjs rename to apps/angular/node_modules/zod/v4/locales/it.cjs diff --git a/ClientApp/node_modules/zod/v4/locales/it.d.cts b/apps/angular/node_modules/zod/v4/locales/it.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/it.d.cts rename to apps/angular/node_modules/zod/v4/locales/it.d.cts diff --git a/ClientApp/node_modules/zod/v4/locales/it.d.ts b/apps/angular/node_modules/zod/v4/locales/it.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/it.d.ts rename to apps/angular/node_modules/zod/v4/locales/it.d.ts diff --git a/ClientApp/node_modules/zod/v4/locales/it.js b/apps/angular/node_modules/zod/v4/locales/it.js similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/it.js rename to apps/angular/node_modules/zod/v4/locales/it.js diff --git a/ClientApp/node_modules/zod/v4/locales/ja.cjs b/apps/angular/node_modules/zod/v4/locales/ja.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/ja.cjs rename to apps/angular/node_modules/zod/v4/locales/ja.cjs diff --git a/ClientApp/node_modules/zod/v4/locales/ja.d.cts b/apps/angular/node_modules/zod/v4/locales/ja.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/ja.d.cts rename to apps/angular/node_modules/zod/v4/locales/ja.d.cts diff --git a/ClientApp/node_modules/zod/v4/locales/ja.d.ts b/apps/angular/node_modules/zod/v4/locales/ja.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/ja.d.ts rename to apps/angular/node_modules/zod/v4/locales/ja.d.ts diff --git a/ClientApp/node_modules/zod/v4/locales/ja.js b/apps/angular/node_modules/zod/v4/locales/ja.js similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/ja.js rename to apps/angular/node_modules/zod/v4/locales/ja.js diff --git a/ClientApp/node_modules/zod/v4/locales/kh.cjs b/apps/angular/node_modules/zod/v4/locales/kh.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/kh.cjs rename to apps/angular/node_modules/zod/v4/locales/kh.cjs diff --git a/ClientApp/node_modules/zod/v4/locales/kh.d.cts b/apps/angular/node_modules/zod/v4/locales/kh.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/kh.d.cts rename to apps/angular/node_modules/zod/v4/locales/kh.d.cts diff --git a/ClientApp/node_modules/zod/v4/locales/kh.d.ts b/apps/angular/node_modules/zod/v4/locales/kh.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/kh.d.ts rename to apps/angular/node_modules/zod/v4/locales/kh.d.ts diff --git a/ClientApp/node_modules/zod/v4/locales/kh.js b/apps/angular/node_modules/zod/v4/locales/kh.js similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/kh.js rename to apps/angular/node_modules/zod/v4/locales/kh.js diff --git a/ClientApp/node_modules/zod/v4/locales/ko.cjs b/apps/angular/node_modules/zod/v4/locales/ko.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/ko.cjs rename to apps/angular/node_modules/zod/v4/locales/ko.cjs diff --git a/ClientApp/node_modules/zod/v4/locales/ko.d.cts b/apps/angular/node_modules/zod/v4/locales/ko.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/ko.d.cts rename to apps/angular/node_modules/zod/v4/locales/ko.d.cts diff --git a/ClientApp/node_modules/zod/v4/locales/ko.d.ts b/apps/angular/node_modules/zod/v4/locales/ko.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/ko.d.ts rename to apps/angular/node_modules/zod/v4/locales/ko.d.ts diff --git a/ClientApp/node_modules/zod/v4/locales/ko.js b/apps/angular/node_modules/zod/v4/locales/ko.js similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/ko.js rename to apps/angular/node_modules/zod/v4/locales/ko.js diff --git a/ClientApp/node_modules/zod/v4/locales/mk.cjs b/apps/angular/node_modules/zod/v4/locales/mk.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/mk.cjs rename to apps/angular/node_modules/zod/v4/locales/mk.cjs diff --git a/ClientApp/node_modules/zod/v4/locales/mk.d.cts b/apps/angular/node_modules/zod/v4/locales/mk.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/mk.d.cts rename to apps/angular/node_modules/zod/v4/locales/mk.d.cts diff --git a/ClientApp/node_modules/zod/v4/locales/mk.d.ts b/apps/angular/node_modules/zod/v4/locales/mk.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/mk.d.ts rename to apps/angular/node_modules/zod/v4/locales/mk.d.ts diff --git a/ClientApp/node_modules/zod/v4/locales/mk.js b/apps/angular/node_modules/zod/v4/locales/mk.js similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/mk.js rename to apps/angular/node_modules/zod/v4/locales/mk.js diff --git a/ClientApp/node_modules/zod/v4/locales/ms.cjs b/apps/angular/node_modules/zod/v4/locales/ms.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/ms.cjs rename to apps/angular/node_modules/zod/v4/locales/ms.cjs diff --git a/ClientApp/node_modules/zod/v4/locales/ms.d.cts b/apps/angular/node_modules/zod/v4/locales/ms.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/ms.d.cts rename to apps/angular/node_modules/zod/v4/locales/ms.d.cts diff --git a/ClientApp/node_modules/zod/v4/locales/ms.d.ts b/apps/angular/node_modules/zod/v4/locales/ms.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/ms.d.ts rename to apps/angular/node_modules/zod/v4/locales/ms.d.ts diff --git a/ClientApp/node_modules/zod/v4/locales/ms.js b/apps/angular/node_modules/zod/v4/locales/ms.js similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/ms.js rename to apps/angular/node_modules/zod/v4/locales/ms.js diff --git a/ClientApp/node_modules/zod/v4/locales/nl.cjs b/apps/angular/node_modules/zod/v4/locales/nl.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/nl.cjs rename to apps/angular/node_modules/zod/v4/locales/nl.cjs diff --git a/ClientApp/node_modules/zod/v4/locales/nl.d.cts b/apps/angular/node_modules/zod/v4/locales/nl.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/nl.d.cts rename to apps/angular/node_modules/zod/v4/locales/nl.d.cts diff --git a/ClientApp/node_modules/zod/v4/locales/nl.d.ts b/apps/angular/node_modules/zod/v4/locales/nl.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/nl.d.ts rename to apps/angular/node_modules/zod/v4/locales/nl.d.ts diff --git a/ClientApp/node_modules/zod/v4/locales/nl.js b/apps/angular/node_modules/zod/v4/locales/nl.js similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/nl.js rename to apps/angular/node_modules/zod/v4/locales/nl.js diff --git a/ClientApp/node_modules/zod/v4/locales/no.cjs b/apps/angular/node_modules/zod/v4/locales/no.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/no.cjs rename to apps/angular/node_modules/zod/v4/locales/no.cjs diff --git a/ClientApp/node_modules/zod/v4/locales/no.d.cts b/apps/angular/node_modules/zod/v4/locales/no.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/no.d.cts rename to apps/angular/node_modules/zod/v4/locales/no.d.cts diff --git a/ClientApp/node_modules/zod/v4/locales/no.d.ts b/apps/angular/node_modules/zod/v4/locales/no.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/no.d.ts rename to apps/angular/node_modules/zod/v4/locales/no.d.ts diff --git a/ClientApp/node_modules/zod/v4/locales/no.js b/apps/angular/node_modules/zod/v4/locales/no.js similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/no.js rename to apps/angular/node_modules/zod/v4/locales/no.js diff --git a/ClientApp/node_modules/zod/v4/locales/ota.cjs b/apps/angular/node_modules/zod/v4/locales/ota.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/ota.cjs rename to apps/angular/node_modules/zod/v4/locales/ota.cjs diff --git a/ClientApp/node_modules/zod/v4/locales/ota.d.cts b/apps/angular/node_modules/zod/v4/locales/ota.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/ota.d.cts rename to apps/angular/node_modules/zod/v4/locales/ota.d.cts diff --git a/ClientApp/node_modules/zod/v4/locales/ota.d.ts b/apps/angular/node_modules/zod/v4/locales/ota.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/ota.d.ts rename to apps/angular/node_modules/zod/v4/locales/ota.d.ts diff --git a/ClientApp/node_modules/zod/v4/locales/ota.js b/apps/angular/node_modules/zod/v4/locales/ota.js similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/ota.js rename to apps/angular/node_modules/zod/v4/locales/ota.js diff --git a/ClientApp/node_modules/zod/v4/locales/pl.cjs b/apps/angular/node_modules/zod/v4/locales/pl.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/pl.cjs rename to apps/angular/node_modules/zod/v4/locales/pl.cjs diff --git a/ClientApp/node_modules/zod/v4/locales/pl.d.cts b/apps/angular/node_modules/zod/v4/locales/pl.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/pl.d.cts rename to apps/angular/node_modules/zod/v4/locales/pl.d.cts diff --git a/ClientApp/node_modules/zod/v4/locales/pl.d.ts b/apps/angular/node_modules/zod/v4/locales/pl.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/pl.d.ts rename to apps/angular/node_modules/zod/v4/locales/pl.d.ts diff --git a/ClientApp/node_modules/zod/v4/locales/pl.js b/apps/angular/node_modules/zod/v4/locales/pl.js similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/pl.js rename to apps/angular/node_modules/zod/v4/locales/pl.js diff --git a/ClientApp/node_modules/zod/v4/locales/ps.cjs b/apps/angular/node_modules/zod/v4/locales/ps.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/ps.cjs rename to apps/angular/node_modules/zod/v4/locales/ps.cjs diff --git a/ClientApp/node_modules/zod/v4/locales/ps.d.cts b/apps/angular/node_modules/zod/v4/locales/ps.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/ps.d.cts rename to apps/angular/node_modules/zod/v4/locales/ps.d.cts diff --git a/ClientApp/node_modules/zod/v4/locales/ps.d.ts b/apps/angular/node_modules/zod/v4/locales/ps.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/ps.d.ts rename to apps/angular/node_modules/zod/v4/locales/ps.d.ts diff --git a/ClientApp/node_modules/zod/v4/locales/ps.js b/apps/angular/node_modules/zod/v4/locales/ps.js similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/ps.js rename to apps/angular/node_modules/zod/v4/locales/ps.js diff --git a/ClientApp/node_modules/zod/v4/locales/pt.cjs b/apps/angular/node_modules/zod/v4/locales/pt.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/pt.cjs rename to apps/angular/node_modules/zod/v4/locales/pt.cjs diff --git a/ClientApp/node_modules/zod/v4/locales/pt.d.cts b/apps/angular/node_modules/zod/v4/locales/pt.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/pt.d.cts rename to apps/angular/node_modules/zod/v4/locales/pt.d.cts diff --git a/ClientApp/node_modules/zod/v4/locales/pt.d.ts b/apps/angular/node_modules/zod/v4/locales/pt.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/pt.d.ts rename to apps/angular/node_modules/zod/v4/locales/pt.d.ts diff --git a/ClientApp/node_modules/zod/v4/locales/pt.js b/apps/angular/node_modules/zod/v4/locales/pt.js similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/pt.js rename to apps/angular/node_modules/zod/v4/locales/pt.js diff --git a/ClientApp/node_modules/zod/v4/locales/ru.cjs b/apps/angular/node_modules/zod/v4/locales/ru.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/ru.cjs rename to apps/angular/node_modules/zod/v4/locales/ru.cjs diff --git a/ClientApp/node_modules/zod/v4/locales/ru.d.cts b/apps/angular/node_modules/zod/v4/locales/ru.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/ru.d.cts rename to apps/angular/node_modules/zod/v4/locales/ru.d.cts diff --git a/ClientApp/node_modules/zod/v4/locales/ru.d.ts b/apps/angular/node_modules/zod/v4/locales/ru.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/ru.d.ts rename to apps/angular/node_modules/zod/v4/locales/ru.d.ts diff --git a/ClientApp/node_modules/zod/v4/locales/ru.js b/apps/angular/node_modules/zod/v4/locales/ru.js similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/ru.js rename to apps/angular/node_modules/zod/v4/locales/ru.js diff --git a/ClientApp/node_modules/zod/v4/locales/sl.cjs b/apps/angular/node_modules/zod/v4/locales/sl.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/sl.cjs rename to apps/angular/node_modules/zod/v4/locales/sl.cjs diff --git a/ClientApp/node_modules/zod/v4/locales/sl.d.cts b/apps/angular/node_modules/zod/v4/locales/sl.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/sl.d.cts rename to apps/angular/node_modules/zod/v4/locales/sl.d.cts diff --git a/ClientApp/node_modules/zod/v4/locales/sl.d.ts b/apps/angular/node_modules/zod/v4/locales/sl.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/sl.d.ts rename to apps/angular/node_modules/zod/v4/locales/sl.d.ts diff --git a/ClientApp/node_modules/zod/v4/locales/sl.js b/apps/angular/node_modules/zod/v4/locales/sl.js similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/sl.js rename to apps/angular/node_modules/zod/v4/locales/sl.js diff --git a/ClientApp/node_modules/zod/v4/locales/sv.cjs b/apps/angular/node_modules/zod/v4/locales/sv.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/sv.cjs rename to apps/angular/node_modules/zod/v4/locales/sv.cjs diff --git a/ClientApp/node_modules/zod/v4/locales/sv.d.cts b/apps/angular/node_modules/zod/v4/locales/sv.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/sv.d.cts rename to apps/angular/node_modules/zod/v4/locales/sv.d.cts diff --git a/ClientApp/node_modules/zod/v4/locales/sv.d.ts b/apps/angular/node_modules/zod/v4/locales/sv.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/sv.d.ts rename to apps/angular/node_modules/zod/v4/locales/sv.d.ts diff --git a/ClientApp/node_modules/zod/v4/locales/sv.js b/apps/angular/node_modules/zod/v4/locales/sv.js similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/sv.js rename to apps/angular/node_modules/zod/v4/locales/sv.js diff --git a/ClientApp/node_modules/zod/v4/locales/ta.cjs b/apps/angular/node_modules/zod/v4/locales/ta.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/ta.cjs rename to apps/angular/node_modules/zod/v4/locales/ta.cjs diff --git a/ClientApp/node_modules/zod/v4/locales/ta.d.cts b/apps/angular/node_modules/zod/v4/locales/ta.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/ta.d.cts rename to apps/angular/node_modules/zod/v4/locales/ta.d.cts diff --git a/ClientApp/node_modules/zod/v4/locales/ta.d.ts b/apps/angular/node_modules/zod/v4/locales/ta.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/ta.d.ts rename to apps/angular/node_modules/zod/v4/locales/ta.d.ts diff --git a/ClientApp/node_modules/zod/v4/locales/ta.js b/apps/angular/node_modules/zod/v4/locales/ta.js similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/ta.js rename to apps/angular/node_modules/zod/v4/locales/ta.js diff --git a/ClientApp/node_modules/zod/v4/locales/th.cjs b/apps/angular/node_modules/zod/v4/locales/th.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/th.cjs rename to apps/angular/node_modules/zod/v4/locales/th.cjs diff --git a/ClientApp/node_modules/zod/v4/locales/th.d.cts b/apps/angular/node_modules/zod/v4/locales/th.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/th.d.cts rename to apps/angular/node_modules/zod/v4/locales/th.d.cts diff --git a/ClientApp/node_modules/zod/v4/locales/th.d.ts b/apps/angular/node_modules/zod/v4/locales/th.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/th.d.ts rename to apps/angular/node_modules/zod/v4/locales/th.d.ts diff --git a/ClientApp/node_modules/zod/v4/locales/th.js b/apps/angular/node_modules/zod/v4/locales/th.js similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/th.js rename to apps/angular/node_modules/zod/v4/locales/th.js diff --git a/ClientApp/node_modules/zod/v4/locales/tr.cjs b/apps/angular/node_modules/zod/v4/locales/tr.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/tr.cjs rename to apps/angular/node_modules/zod/v4/locales/tr.cjs diff --git a/ClientApp/node_modules/zod/v4/locales/tr.d.cts b/apps/angular/node_modules/zod/v4/locales/tr.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/tr.d.cts rename to apps/angular/node_modules/zod/v4/locales/tr.d.cts diff --git a/ClientApp/node_modules/zod/v4/locales/tr.d.ts b/apps/angular/node_modules/zod/v4/locales/tr.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/tr.d.ts rename to apps/angular/node_modules/zod/v4/locales/tr.d.ts diff --git a/ClientApp/node_modules/zod/v4/locales/tr.js b/apps/angular/node_modules/zod/v4/locales/tr.js similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/tr.js rename to apps/angular/node_modules/zod/v4/locales/tr.js diff --git a/ClientApp/node_modules/zod/v4/locales/ua.cjs b/apps/angular/node_modules/zod/v4/locales/ua.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/ua.cjs rename to apps/angular/node_modules/zod/v4/locales/ua.cjs diff --git a/ClientApp/node_modules/zod/v4/locales/ua.d.cts b/apps/angular/node_modules/zod/v4/locales/ua.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/ua.d.cts rename to apps/angular/node_modules/zod/v4/locales/ua.d.cts diff --git a/ClientApp/node_modules/zod/v4/locales/ua.d.ts b/apps/angular/node_modules/zod/v4/locales/ua.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/ua.d.ts rename to apps/angular/node_modules/zod/v4/locales/ua.d.ts diff --git a/ClientApp/node_modules/zod/v4/locales/ua.js b/apps/angular/node_modules/zod/v4/locales/ua.js similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/ua.js rename to apps/angular/node_modules/zod/v4/locales/ua.js diff --git a/ClientApp/node_modules/zod/v4/locales/ur.cjs b/apps/angular/node_modules/zod/v4/locales/ur.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/ur.cjs rename to apps/angular/node_modules/zod/v4/locales/ur.cjs diff --git a/ClientApp/node_modules/zod/v4/locales/ur.d.cts b/apps/angular/node_modules/zod/v4/locales/ur.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/ur.d.cts rename to apps/angular/node_modules/zod/v4/locales/ur.d.cts diff --git a/ClientApp/node_modules/zod/v4/locales/ur.d.ts b/apps/angular/node_modules/zod/v4/locales/ur.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/ur.d.ts rename to apps/angular/node_modules/zod/v4/locales/ur.d.ts diff --git a/ClientApp/node_modules/zod/v4/locales/ur.js b/apps/angular/node_modules/zod/v4/locales/ur.js similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/ur.js rename to apps/angular/node_modules/zod/v4/locales/ur.js diff --git a/ClientApp/node_modules/zod/v4/locales/vi.cjs b/apps/angular/node_modules/zod/v4/locales/vi.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/vi.cjs rename to apps/angular/node_modules/zod/v4/locales/vi.cjs diff --git a/ClientApp/node_modules/zod/v4/locales/vi.d.cts b/apps/angular/node_modules/zod/v4/locales/vi.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/vi.d.cts rename to apps/angular/node_modules/zod/v4/locales/vi.d.cts diff --git a/ClientApp/node_modules/zod/v4/locales/vi.d.ts b/apps/angular/node_modules/zod/v4/locales/vi.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/vi.d.ts rename to apps/angular/node_modules/zod/v4/locales/vi.d.ts diff --git a/ClientApp/node_modules/zod/v4/locales/vi.js b/apps/angular/node_modules/zod/v4/locales/vi.js similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/vi.js rename to apps/angular/node_modules/zod/v4/locales/vi.js diff --git a/ClientApp/node_modules/zod/v4/locales/zh-CN.cjs b/apps/angular/node_modules/zod/v4/locales/zh-CN.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/zh-CN.cjs rename to apps/angular/node_modules/zod/v4/locales/zh-CN.cjs diff --git a/ClientApp/node_modules/zod/v4/locales/zh-CN.d.cts b/apps/angular/node_modules/zod/v4/locales/zh-CN.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/zh-CN.d.cts rename to apps/angular/node_modules/zod/v4/locales/zh-CN.d.cts diff --git a/ClientApp/node_modules/zod/v4/locales/zh-CN.d.ts b/apps/angular/node_modules/zod/v4/locales/zh-CN.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/zh-CN.d.ts rename to apps/angular/node_modules/zod/v4/locales/zh-CN.d.ts diff --git a/ClientApp/node_modules/zod/v4/locales/zh-CN.js b/apps/angular/node_modules/zod/v4/locales/zh-CN.js similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/zh-CN.js rename to apps/angular/node_modules/zod/v4/locales/zh-CN.js diff --git a/ClientApp/node_modules/zod/v4/locales/zh-TW.cjs b/apps/angular/node_modules/zod/v4/locales/zh-TW.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/zh-TW.cjs rename to apps/angular/node_modules/zod/v4/locales/zh-TW.cjs diff --git a/ClientApp/node_modules/zod/v4/locales/zh-TW.d.cts b/apps/angular/node_modules/zod/v4/locales/zh-TW.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/zh-TW.d.cts rename to apps/angular/node_modules/zod/v4/locales/zh-TW.d.cts diff --git a/ClientApp/node_modules/zod/v4/locales/zh-TW.d.ts b/apps/angular/node_modules/zod/v4/locales/zh-TW.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/zh-TW.d.ts rename to apps/angular/node_modules/zod/v4/locales/zh-TW.d.ts diff --git a/ClientApp/node_modules/zod/v4/locales/zh-TW.js b/apps/angular/node_modules/zod/v4/locales/zh-TW.js similarity index 100% rename from ClientApp/node_modules/zod/v4/locales/zh-TW.js rename to apps/angular/node_modules/zod/v4/locales/zh-TW.js diff --git a/ClientApp/node_modules/zod/v4/mini/checks.cjs b/apps/angular/node_modules/zod/v4/mini/checks.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/mini/checks.cjs rename to apps/angular/node_modules/zod/v4/mini/checks.cjs diff --git a/ClientApp/node_modules/zod/v4/mini/checks.d.cts b/apps/angular/node_modules/zod/v4/mini/checks.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/mini/checks.d.cts rename to apps/angular/node_modules/zod/v4/mini/checks.d.cts diff --git a/ClientApp/node_modules/zod/v4/mini/checks.d.ts b/apps/angular/node_modules/zod/v4/mini/checks.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/mini/checks.d.ts rename to apps/angular/node_modules/zod/v4/mini/checks.d.ts diff --git a/ClientApp/node_modules/zod/v4/mini/checks.js b/apps/angular/node_modules/zod/v4/mini/checks.js similarity index 100% rename from ClientApp/node_modules/zod/v4/mini/checks.js rename to apps/angular/node_modules/zod/v4/mini/checks.js diff --git a/ClientApp/node_modules/zod/v4/mini/coerce.cjs b/apps/angular/node_modules/zod/v4/mini/coerce.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/mini/coerce.cjs rename to apps/angular/node_modules/zod/v4/mini/coerce.cjs diff --git a/ClientApp/node_modules/zod/v4/mini/coerce.d.cts b/apps/angular/node_modules/zod/v4/mini/coerce.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/mini/coerce.d.cts rename to apps/angular/node_modules/zod/v4/mini/coerce.d.cts diff --git a/ClientApp/node_modules/zod/v4/mini/coerce.d.ts b/apps/angular/node_modules/zod/v4/mini/coerce.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/mini/coerce.d.ts rename to apps/angular/node_modules/zod/v4/mini/coerce.d.ts diff --git a/ClientApp/node_modules/zod/v4/mini/coerce.js b/apps/angular/node_modules/zod/v4/mini/coerce.js similarity index 100% rename from ClientApp/node_modules/zod/v4/mini/coerce.js rename to apps/angular/node_modules/zod/v4/mini/coerce.js diff --git a/ClientApp/node_modules/zod/v4/mini/external.cjs b/apps/angular/node_modules/zod/v4/mini/external.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/mini/external.cjs rename to apps/angular/node_modules/zod/v4/mini/external.cjs diff --git a/ClientApp/node_modules/zod/v4/mini/external.d.cts b/apps/angular/node_modules/zod/v4/mini/external.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/mini/external.d.cts rename to apps/angular/node_modules/zod/v4/mini/external.d.cts diff --git a/ClientApp/node_modules/zod/v4/mini/external.d.ts b/apps/angular/node_modules/zod/v4/mini/external.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/mini/external.d.ts rename to apps/angular/node_modules/zod/v4/mini/external.d.ts diff --git a/ClientApp/node_modules/zod/v4/mini/external.js b/apps/angular/node_modules/zod/v4/mini/external.js similarity index 100% rename from ClientApp/node_modules/zod/v4/mini/external.js rename to apps/angular/node_modules/zod/v4/mini/external.js diff --git a/ClientApp/node_modules/zod/v4/mini/index.cjs b/apps/angular/node_modules/zod/v4/mini/index.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/mini/index.cjs rename to apps/angular/node_modules/zod/v4/mini/index.cjs diff --git a/ClientApp/node_modules/zod/v4/mini/index.d.cts b/apps/angular/node_modules/zod/v4/mini/index.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/mini/index.d.cts rename to apps/angular/node_modules/zod/v4/mini/index.d.cts diff --git a/ClientApp/node_modules/zod/v4/mini/index.d.ts b/apps/angular/node_modules/zod/v4/mini/index.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/mini/index.d.ts rename to apps/angular/node_modules/zod/v4/mini/index.d.ts diff --git a/ClientApp/node_modules/zod/v4/mini/index.js b/apps/angular/node_modules/zod/v4/mini/index.js similarity index 100% rename from ClientApp/node_modules/zod/v4/mini/index.js rename to apps/angular/node_modules/zod/v4/mini/index.js diff --git a/ClientApp/node_modules/zod/v4/mini/iso.cjs b/apps/angular/node_modules/zod/v4/mini/iso.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/mini/iso.cjs rename to apps/angular/node_modules/zod/v4/mini/iso.cjs diff --git a/ClientApp/node_modules/zod/v4/mini/iso.d.cts b/apps/angular/node_modules/zod/v4/mini/iso.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/mini/iso.d.cts rename to apps/angular/node_modules/zod/v4/mini/iso.d.cts diff --git a/ClientApp/node_modules/zod/v4/mini/iso.d.ts b/apps/angular/node_modules/zod/v4/mini/iso.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/mini/iso.d.ts rename to apps/angular/node_modules/zod/v4/mini/iso.d.ts diff --git a/ClientApp/node_modules/zod/v4/mini/iso.js b/apps/angular/node_modules/zod/v4/mini/iso.js similarity index 100% rename from ClientApp/node_modules/zod/v4/mini/iso.js rename to apps/angular/node_modules/zod/v4/mini/iso.js diff --git a/ClientApp/node_modules/zod/v4/mini/parse.cjs b/apps/angular/node_modules/zod/v4/mini/parse.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/mini/parse.cjs rename to apps/angular/node_modules/zod/v4/mini/parse.cjs diff --git a/ClientApp/node_modules/zod/v4/mini/parse.d.cts b/apps/angular/node_modules/zod/v4/mini/parse.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/mini/parse.d.cts rename to apps/angular/node_modules/zod/v4/mini/parse.d.cts diff --git a/ClientApp/node_modules/zod/v4/mini/parse.d.ts b/apps/angular/node_modules/zod/v4/mini/parse.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/mini/parse.d.ts rename to apps/angular/node_modules/zod/v4/mini/parse.d.ts diff --git a/ClientApp/node_modules/zod/v4/mini/parse.js b/apps/angular/node_modules/zod/v4/mini/parse.js similarity index 100% rename from ClientApp/node_modules/zod/v4/mini/parse.js rename to apps/angular/node_modules/zod/v4/mini/parse.js diff --git a/ClientApp/node_modules/zod/v4/mini/schemas.cjs b/apps/angular/node_modules/zod/v4/mini/schemas.cjs similarity index 100% rename from ClientApp/node_modules/zod/v4/mini/schemas.cjs rename to apps/angular/node_modules/zod/v4/mini/schemas.cjs diff --git a/ClientApp/node_modules/zod/v4/mini/schemas.d.cts b/apps/angular/node_modules/zod/v4/mini/schemas.d.cts similarity index 100% rename from ClientApp/node_modules/zod/v4/mini/schemas.d.cts rename to apps/angular/node_modules/zod/v4/mini/schemas.d.cts diff --git a/ClientApp/node_modules/zod/v4/mini/schemas.d.ts b/apps/angular/node_modules/zod/v4/mini/schemas.d.ts similarity index 100% rename from ClientApp/node_modules/zod/v4/mini/schemas.d.ts rename to apps/angular/node_modules/zod/v4/mini/schemas.d.ts diff --git a/ClientApp/node_modules/zod/v4/mini/schemas.js b/apps/angular/node_modules/zod/v4/mini/schemas.js similarity index 100% rename from ClientApp/node_modules/zod/v4/mini/schemas.js rename to apps/angular/node_modules/zod/v4/mini/schemas.js diff --git a/ClientApp/node_modules/zustand/LICENSE b/apps/angular/node_modules/zustand/LICENSE similarity index 100% rename from ClientApp/node_modules/zustand/LICENSE rename to apps/angular/node_modules/zustand/LICENSE diff --git a/ClientApp/node_modules/zustand/context.d.ts b/apps/angular/node_modules/zustand/context.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/context.d.ts rename to apps/angular/node_modules/zustand/context.d.ts diff --git a/ClientApp/node_modules/zustand/context.js b/apps/angular/node_modules/zustand/context.js similarity index 100% rename from ClientApp/node_modules/zustand/context.js rename to apps/angular/node_modules/zustand/context.js diff --git a/ClientApp/node_modules/zustand/esm/context.d.mts b/apps/angular/node_modules/zustand/esm/context.d.mts similarity index 100% rename from ClientApp/node_modules/zustand/esm/context.d.mts rename to apps/angular/node_modules/zustand/esm/context.d.mts diff --git a/ClientApp/node_modules/zustand/esm/context.d.ts b/apps/angular/node_modules/zustand/esm/context.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/esm/context.d.ts rename to apps/angular/node_modules/zustand/esm/context.d.ts diff --git a/ClientApp/node_modules/zustand/esm/context.js b/apps/angular/node_modules/zustand/esm/context.js similarity index 100% rename from ClientApp/node_modules/zustand/esm/context.js rename to apps/angular/node_modules/zustand/esm/context.js diff --git a/ClientApp/node_modules/zustand/esm/context.mjs b/apps/angular/node_modules/zustand/esm/context.mjs similarity index 100% rename from ClientApp/node_modules/zustand/esm/context.mjs rename to apps/angular/node_modules/zustand/esm/context.mjs diff --git a/ClientApp/node_modules/zustand/esm/index.d.mts b/apps/angular/node_modules/zustand/esm/index.d.mts similarity index 100% rename from ClientApp/node_modules/zustand/esm/index.d.mts rename to apps/angular/node_modules/zustand/esm/index.d.mts diff --git a/ClientApp/node_modules/zustand/esm/index.d.ts b/apps/angular/node_modules/zustand/esm/index.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/esm/index.d.ts rename to apps/angular/node_modules/zustand/esm/index.d.ts diff --git a/ClientApp/node_modules/zustand/esm/index.js b/apps/angular/node_modules/zustand/esm/index.js similarity index 100% rename from ClientApp/node_modules/zustand/esm/index.js rename to apps/angular/node_modules/zustand/esm/index.js diff --git a/ClientApp/node_modules/zustand/esm/index.mjs b/apps/angular/node_modules/zustand/esm/index.mjs similarity index 100% rename from ClientApp/node_modules/zustand/esm/index.mjs rename to apps/angular/node_modules/zustand/esm/index.mjs diff --git a/ClientApp/node_modules/zustand/esm/middleware.d.mts b/apps/angular/node_modules/zustand/esm/middleware.d.mts similarity index 100% rename from ClientApp/node_modules/zustand/esm/middleware.d.mts rename to apps/angular/node_modules/zustand/esm/middleware.d.mts diff --git a/ClientApp/node_modules/zustand/esm/middleware.d.ts b/apps/angular/node_modules/zustand/esm/middleware.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/esm/middleware.d.ts rename to apps/angular/node_modules/zustand/esm/middleware.d.ts diff --git a/ClientApp/node_modules/zustand/esm/middleware.js b/apps/angular/node_modules/zustand/esm/middleware.js similarity index 100% rename from ClientApp/node_modules/zustand/esm/middleware.js rename to apps/angular/node_modules/zustand/esm/middleware.js diff --git a/ClientApp/node_modules/zustand/esm/middleware.mjs b/apps/angular/node_modules/zustand/esm/middleware.mjs similarity index 100% rename from ClientApp/node_modules/zustand/esm/middleware.mjs rename to apps/angular/node_modules/zustand/esm/middleware.mjs diff --git a/ClientApp/node_modules/zustand/esm/middleware/combine.d.mts b/apps/angular/node_modules/zustand/esm/middleware/combine.d.mts similarity index 100% rename from ClientApp/node_modules/zustand/esm/middleware/combine.d.mts rename to apps/angular/node_modules/zustand/esm/middleware/combine.d.mts diff --git a/ClientApp/node_modules/zustand/esm/middleware/combine.d.ts b/apps/angular/node_modules/zustand/esm/middleware/combine.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/esm/middleware/combine.d.ts rename to apps/angular/node_modules/zustand/esm/middleware/combine.d.ts diff --git a/ClientApp/node_modules/zustand/esm/middleware/devtools.d.mts b/apps/angular/node_modules/zustand/esm/middleware/devtools.d.mts similarity index 100% rename from ClientApp/node_modules/zustand/esm/middleware/devtools.d.mts rename to apps/angular/node_modules/zustand/esm/middleware/devtools.d.mts diff --git a/ClientApp/node_modules/zustand/esm/middleware/devtools.d.ts b/apps/angular/node_modules/zustand/esm/middleware/devtools.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/esm/middleware/devtools.d.ts rename to apps/angular/node_modules/zustand/esm/middleware/devtools.d.ts diff --git a/ClientApp/node_modules/zustand/esm/middleware/immer.d.mts b/apps/angular/node_modules/zustand/esm/middleware/immer.d.mts similarity index 100% rename from ClientApp/node_modules/zustand/esm/middleware/immer.d.mts rename to apps/angular/node_modules/zustand/esm/middleware/immer.d.mts diff --git a/ClientApp/node_modules/zustand/esm/middleware/immer.d.ts b/apps/angular/node_modules/zustand/esm/middleware/immer.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/esm/middleware/immer.d.ts rename to apps/angular/node_modules/zustand/esm/middleware/immer.d.ts diff --git a/ClientApp/node_modules/zustand/esm/middleware/immer.js b/apps/angular/node_modules/zustand/esm/middleware/immer.js similarity index 100% rename from ClientApp/node_modules/zustand/esm/middleware/immer.js rename to apps/angular/node_modules/zustand/esm/middleware/immer.js diff --git a/ClientApp/node_modules/zustand/esm/middleware/immer.mjs b/apps/angular/node_modules/zustand/esm/middleware/immer.mjs similarity index 100% rename from ClientApp/node_modules/zustand/esm/middleware/immer.mjs rename to apps/angular/node_modules/zustand/esm/middleware/immer.mjs diff --git a/ClientApp/node_modules/zustand/esm/middleware/persist.d.mts b/apps/angular/node_modules/zustand/esm/middleware/persist.d.mts similarity index 100% rename from ClientApp/node_modules/zustand/esm/middleware/persist.d.mts rename to apps/angular/node_modules/zustand/esm/middleware/persist.d.mts diff --git a/ClientApp/node_modules/zustand/esm/middleware/persist.d.ts b/apps/angular/node_modules/zustand/esm/middleware/persist.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/esm/middleware/persist.d.ts rename to apps/angular/node_modules/zustand/esm/middleware/persist.d.ts diff --git a/ClientApp/node_modules/zustand/esm/middleware/redux.d.mts b/apps/angular/node_modules/zustand/esm/middleware/redux.d.mts similarity index 100% rename from ClientApp/node_modules/zustand/esm/middleware/redux.d.mts rename to apps/angular/node_modules/zustand/esm/middleware/redux.d.mts diff --git a/ClientApp/node_modules/zustand/esm/middleware/redux.d.ts b/apps/angular/node_modules/zustand/esm/middleware/redux.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/esm/middleware/redux.d.ts rename to apps/angular/node_modules/zustand/esm/middleware/redux.d.ts diff --git a/ClientApp/node_modules/zustand/esm/middleware/subscribeWithSelector.d.mts b/apps/angular/node_modules/zustand/esm/middleware/subscribeWithSelector.d.mts similarity index 100% rename from ClientApp/node_modules/zustand/esm/middleware/subscribeWithSelector.d.mts rename to apps/angular/node_modules/zustand/esm/middleware/subscribeWithSelector.d.mts diff --git a/ClientApp/node_modules/zustand/esm/middleware/subscribeWithSelector.d.ts b/apps/angular/node_modules/zustand/esm/middleware/subscribeWithSelector.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/esm/middleware/subscribeWithSelector.d.ts rename to apps/angular/node_modules/zustand/esm/middleware/subscribeWithSelector.d.ts diff --git a/ClientApp/node_modules/zustand/esm/react.d.mts b/apps/angular/node_modules/zustand/esm/react.d.mts similarity index 100% rename from ClientApp/node_modules/zustand/esm/react.d.mts rename to apps/angular/node_modules/zustand/esm/react.d.mts diff --git a/ClientApp/node_modules/zustand/esm/react.d.ts b/apps/angular/node_modules/zustand/esm/react.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/esm/react.d.ts rename to apps/angular/node_modules/zustand/esm/react.d.ts diff --git a/ClientApp/node_modules/zustand/esm/react/shallow.d.mts b/apps/angular/node_modules/zustand/esm/react/shallow.d.mts similarity index 100% rename from ClientApp/node_modules/zustand/esm/react/shallow.d.mts rename to apps/angular/node_modules/zustand/esm/react/shallow.d.mts diff --git a/ClientApp/node_modules/zustand/esm/react/shallow.d.ts b/apps/angular/node_modules/zustand/esm/react/shallow.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/esm/react/shallow.d.ts rename to apps/angular/node_modules/zustand/esm/react/shallow.d.ts diff --git a/ClientApp/node_modules/zustand/esm/react/shallow.js b/apps/angular/node_modules/zustand/esm/react/shallow.js similarity index 100% rename from ClientApp/node_modules/zustand/esm/react/shallow.js rename to apps/angular/node_modules/zustand/esm/react/shallow.js diff --git a/ClientApp/node_modules/zustand/esm/react/shallow.mjs b/apps/angular/node_modules/zustand/esm/react/shallow.mjs similarity index 100% rename from ClientApp/node_modules/zustand/esm/react/shallow.mjs rename to apps/angular/node_modules/zustand/esm/react/shallow.mjs diff --git a/ClientApp/node_modules/zustand/esm/shallow.d.mts b/apps/angular/node_modules/zustand/esm/shallow.d.mts similarity index 100% rename from ClientApp/node_modules/zustand/esm/shallow.d.mts rename to apps/angular/node_modules/zustand/esm/shallow.d.mts diff --git a/ClientApp/node_modules/zustand/esm/shallow.d.ts b/apps/angular/node_modules/zustand/esm/shallow.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/esm/shallow.d.ts rename to apps/angular/node_modules/zustand/esm/shallow.d.ts diff --git a/ClientApp/node_modules/zustand/esm/shallow.js b/apps/angular/node_modules/zustand/esm/shallow.js similarity index 100% rename from ClientApp/node_modules/zustand/esm/shallow.js rename to apps/angular/node_modules/zustand/esm/shallow.js diff --git a/ClientApp/node_modules/zustand/esm/shallow.mjs b/apps/angular/node_modules/zustand/esm/shallow.mjs similarity index 100% rename from ClientApp/node_modules/zustand/esm/shallow.mjs rename to apps/angular/node_modules/zustand/esm/shallow.mjs diff --git a/ClientApp/node_modules/zustand/esm/traditional.d.mts b/apps/angular/node_modules/zustand/esm/traditional.d.mts similarity index 100% rename from ClientApp/node_modules/zustand/esm/traditional.d.mts rename to apps/angular/node_modules/zustand/esm/traditional.d.mts diff --git a/ClientApp/node_modules/zustand/esm/traditional.d.ts b/apps/angular/node_modules/zustand/esm/traditional.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/esm/traditional.d.ts rename to apps/angular/node_modules/zustand/esm/traditional.d.ts diff --git a/ClientApp/node_modules/zustand/esm/traditional.js b/apps/angular/node_modules/zustand/esm/traditional.js similarity index 100% rename from ClientApp/node_modules/zustand/esm/traditional.js rename to apps/angular/node_modules/zustand/esm/traditional.js diff --git a/ClientApp/node_modules/zustand/esm/traditional.mjs b/apps/angular/node_modules/zustand/esm/traditional.mjs similarity index 100% rename from ClientApp/node_modules/zustand/esm/traditional.mjs rename to apps/angular/node_modules/zustand/esm/traditional.mjs diff --git a/ClientApp/node_modules/zustand/esm/vanilla.d.mts b/apps/angular/node_modules/zustand/esm/vanilla.d.mts similarity index 100% rename from ClientApp/node_modules/zustand/esm/vanilla.d.mts rename to apps/angular/node_modules/zustand/esm/vanilla.d.mts diff --git a/ClientApp/node_modules/zustand/esm/vanilla.d.ts b/apps/angular/node_modules/zustand/esm/vanilla.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/esm/vanilla.d.ts rename to apps/angular/node_modules/zustand/esm/vanilla.d.ts diff --git a/ClientApp/node_modules/zustand/esm/vanilla.js b/apps/angular/node_modules/zustand/esm/vanilla.js similarity index 100% rename from ClientApp/node_modules/zustand/esm/vanilla.js rename to apps/angular/node_modules/zustand/esm/vanilla.js diff --git a/ClientApp/node_modules/zustand/esm/vanilla.mjs b/apps/angular/node_modules/zustand/esm/vanilla.mjs similarity index 100% rename from ClientApp/node_modules/zustand/esm/vanilla.mjs rename to apps/angular/node_modules/zustand/esm/vanilla.mjs diff --git a/ClientApp/node_modules/zustand/esm/vanilla/shallow.d.mts b/apps/angular/node_modules/zustand/esm/vanilla/shallow.d.mts similarity index 100% rename from ClientApp/node_modules/zustand/esm/vanilla/shallow.d.mts rename to apps/angular/node_modules/zustand/esm/vanilla/shallow.d.mts diff --git a/ClientApp/node_modules/zustand/esm/vanilla/shallow.d.ts b/apps/angular/node_modules/zustand/esm/vanilla/shallow.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/esm/vanilla/shallow.d.ts rename to apps/angular/node_modules/zustand/esm/vanilla/shallow.d.ts diff --git a/ClientApp/node_modules/zustand/esm/vanilla/shallow.js b/apps/angular/node_modules/zustand/esm/vanilla/shallow.js similarity index 100% rename from ClientApp/node_modules/zustand/esm/vanilla/shallow.js rename to apps/angular/node_modules/zustand/esm/vanilla/shallow.js diff --git a/ClientApp/node_modules/zustand/esm/vanilla/shallow.mjs b/apps/angular/node_modules/zustand/esm/vanilla/shallow.mjs similarity index 100% rename from ClientApp/node_modules/zustand/esm/vanilla/shallow.mjs rename to apps/angular/node_modules/zustand/esm/vanilla/shallow.mjs diff --git a/ClientApp/node_modules/zustand/index.d.ts b/apps/angular/node_modules/zustand/index.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/index.d.ts rename to apps/angular/node_modules/zustand/index.d.ts diff --git a/ClientApp/node_modules/zustand/index.js b/apps/angular/node_modules/zustand/index.js similarity index 100% rename from ClientApp/node_modules/zustand/index.js rename to apps/angular/node_modules/zustand/index.js diff --git a/ClientApp/node_modules/zustand/middleware.d.ts b/apps/angular/node_modules/zustand/middleware.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/middleware.d.ts rename to apps/angular/node_modules/zustand/middleware.d.ts diff --git a/ClientApp/node_modules/zustand/middleware.js b/apps/angular/node_modules/zustand/middleware.js similarity index 100% rename from ClientApp/node_modules/zustand/middleware.js rename to apps/angular/node_modules/zustand/middleware.js diff --git a/ClientApp/node_modules/zustand/middleware/combine.d.ts b/apps/angular/node_modules/zustand/middleware/combine.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/middleware/combine.d.ts rename to apps/angular/node_modules/zustand/middleware/combine.d.ts diff --git a/ClientApp/node_modules/zustand/middleware/devtools.d.ts b/apps/angular/node_modules/zustand/middleware/devtools.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/middleware/devtools.d.ts rename to apps/angular/node_modules/zustand/middleware/devtools.d.ts diff --git a/ClientApp/node_modules/zustand/middleware/immer.d.ts b/apps/angular/node_modules/zustand/middleware/immer.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/middleware/immer.d.ts rename to apps/angular/node_modules/zustand/middleware/immer.d.ts diff --git a/ClientApp/node_modules/zustand/middleware/immer.js b/apps/angular/node_modules/zustand/middleware/immer.js similarity index 100% rename from ClientApp/node_modules/zustand/middleware/immer.js rename to apps/angular/node_modules/zustand/middleware/immer.js diff --git a/ClientApp/node_modules/zustand/middleware/persist.d.ts b/apps/angular/node_modules/zustand/middleware/persist.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/middleware/persist.d.ts rename to apps/angular/node_modules/zustand/middleware/persist.d.ts diff --git a/ClientApp/node_modules/zustand/middleware/redux.d.ts b/apps/angular/node_modules/zustand/middleware/redux.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/middleware/redux.d.ts rename to apps/angular/node_modules/zustand/middleware/redux.d.ts diff --git a/ClientApp/node_modules/zustand/middleware/subscribeWithSelector.d.ts b/apps/angular/node_modules/zustand/middleware/subscribeWithSelector.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/middleware/subscribeWithSelector.d.ts rename to apps/angular/node_modules/zustand/middleware/subscribeWithSelector.d.ts diff --git a/ClientApp/node_modules/zustand/package.json b/apps/angular/node_modules/zustand/package.json similarity index 100% rename from ClientApp/node_modules/zustand/package.json rename to apps/angular/node_modules/zustand/package.json diff --git a/ClientApp/node_modules/zustand/react.d.ts b/apps/angular/node_modules/zustand/react.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/react.d.ts rename to apps/angular/node_modules/zustand/react.d.ts diff --git a/ClientApp/node_modules/zustand/react/shallow.d.ts b/apps/angular/node_modules/zustand/react/shallow.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/react/shallow.d.ts rename to apps/angular/node_modules/zustand/react/shallow.d.ts diff --git a/ClientApp/node_modules/zustand/react/shallow.js b/apps/angular/node_modules/zustand/react/shallow.js similarity index 100% rename from ClientApp/node_modules/zustand/react/shallow.js rename to apps/angular/node_modules/zustand/react/shallow.js diff --git a/ClientApp/node_modules/zustand/readme.md b/apps/angular/node_modules/zustand/readme.md similarity index 100% rename from ClientApp/node_modules/zustand/readme.md rename to apps/angular/node_modules/zustand/readme.md diff --git a/ClientApp/node_modules/zustand/shallow.d.ts b/apps/angular/node_modules/zustand/shallow.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/shallow.d.ts rename to apps/angular/node_modules/zustand/shallow.d.ts diff --git a/ClientApp/node_modules/zustand/shallow.js b/apps/angular/node_modules/zustand/shallow.js similarity index 100% rename from ClientApp/node_modules/zustand/shallow.js rename to apps/angular/node_modules/zustand/shallow.js diff --git a/ClientApp/node_modules/zustand/system/context.development.js b/apps/angular/node_modules/zustand/system/context.development.js similarity index 100% rename from ClientApp/node_modules/zustand/system/context.development.js rename to apps/angular/node_modules/zustand/system/context.development.js diff --git a/ClientApp/node_modules/zustand/system/context.production.js b/apps/angular/node_modules/zustand/system/context.production.js similarity index 100% rename from ClientApp/node_modules/zustand/system/context.production.js rename to apps/angular/node_modules/zustand/system/context.production.js diff --git a/ClientApp/node_modules/zustand/system/index.development.js b/apps/angular/node_modules/zustand/system/index.development.js similarity index 100% rename from ClientApp/node_modules/zustand/system/index.development.js rename to apps/angular/node_modules/zustand/system/index.development.js diff --git a/ClientApp/node_modules/zustand/system/index.production.js b/apps/angular/node_modules/zustand/system/index.production.js similarity index 100% rename from ClientApp/node_modules/zustand/system/index.production.js rename to apps/angular/node_modules/zustand/system/index.production.js diff --git a/ClientApp/node_modules/zustand/system/middleware.development.js b/apps/angular/node_modules/zustand/system/middleware.development.js similarity index 100% rename from ClientApp/node_modules/zustand/system/middleware.development.js rename to apps/angular/node_modules/zustand/system/middleware.development.js diff --git a/ClientApp/node_modules/zustand/system/middleware.production.js b/apps/angular/node_modules/zustand/system/middleware.production.js similarity index 100% rename from ClientApp/node_modules/zustand/system/middleware.production.js rename to apps/angular/node_modules/zustand/system/middleware.production.js diff --git a/ClientApp/node_modules/zustand/system/middleware/immer.development.js b/apps/angular/node_modules/zustand/system/middleware/immer.development.js similarity index 100% rename from ClientApp/node_modules/zustand/system/middleware/immer.development.js rename to apps/angular/node_modules/zustand/system/middleware/immer.development.js diff --git a/ClientApp/node_modules/zustand/system/middleware/immer.production.js b/apps/angular/node_modules/zustand/system/middleware/immer.production.js similarity index 100% rename from ClientApp/node_modules/zustand/system/middleware/immer.production.js rename to apps/angular/node_modules/zustand/system/middleware/immer.production.js diff --git a/ClientApp/node_modules/zustand/system/react/shallow.development.js b/apps/angular/node_modules/zustand/system/react/shallow.development.js similarity index 100% rename from ClientApp/node_modules/zustand/system/react/shallow.development.js rename to apps/angular/node_modules/zustand/system/react/shallow.development.js diff --git a/ClientApp/node_modules/zustand/system/react/shallow.production.js b/apps/angular/node_modules/zustand/system/react/shallow.production.js similarity index 100% rename from ClientApp/node_modules/zustand/system/react/shallow.production.js rename to apps/angular/node_modules/zustand/system/react/shallow.production.js diff --git a/ClientApp/node_modules/zustand/system/shallow.development.js b/apps/angular/node_modules/zustand/system/shallow.development.js similarity index 100% rename from ClientApp/node_modules/zustand/system/shallow.development.js rename to apps/angular/node_modules/zustand/system/shallow.development.js diff --git a/ClientApp/node_modules/zustand/system/shallow.production.js b/apps/angular/node_modules/zustand/system/shallow.production.js similarity index 100% rename from ClientApp/node_modules/zustand/system/shallow.production.js rename to apps/angular/node_modules/zustand/system/shallow.production.js diff --git a/ClientApp/node_modules/zustand/system/traditional.development.js b/apps/angular/node_modules/zustand/system/traditional.development.js similarity index 100% rename from ClientApp/node_modules/zustand/system/traditional.development.js rename to apps/angular/node_modules/zustand/system/traditional.development.js diff --git a/ClientApp/node_modules/zustand/system/traditional.production.js b/apps/angular/node_modules/zustand/system/traditional.production.js similarity index 100% rename from ClientApp/node_modules/zustand/system/traditional.production.js rename to apps/angular/node_modules/zustand/system/traditional.production.js diff --git a/ClientApp/node_modules/zustand/system/vanilla.development.js b/apps/angular/node_modules/zustand/system/vanilla.development.js similarity index 100% rename from ClientApp/node_modules/zustand/system/vanilla.development.js rename to apps/angular/node_modules/zustand/system/vanilla.development.js diff --git a/ClientApp/node_modules/zustand/system/vanilla.production.js b/apps/angular/node_modules/zustand/system/vanilla.production.js similarity index 100% rename from ClientApp/node_modules/zustand/system/vanilla.production.js rename to apps/angular/node_modules/zustand/system/vanilla.production.js diff --git a/ClientApp/node_modules/zustand/system/vanilla/shallow.development.js b/apps/angular/node_modules/zustand/system/vanilla/shallow.development.js similarity index 100% rename from ClientApp/node_modules/zustand/system/vanilla/shallow.development.js rename to apps/angular/node_modules/zustand/system/vanilla/shallow.development.js diff --git a/ClientApp/node_modules/zustand/system/vanilla/shallow.production.js b/apps/angular/node_modules/zustand/system/vanilla/shallow.production.js similarity index 100% rename from ClientApp/node_modules/zustand/system/vanilla/shallow.production.js rename to apps/angular/node_modules/zustand/system/vanilla/shallow.production.js diff --git a/ClientApp/node_modules/zustand/traditional.d.ts b/apps/angular/node_modules/zustand/traditional.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/traditional.d.ts rename to apps/angular/node_modules/zustand/traditional.d.ts diff --git a/ClientApp/node_modules/zustand/traditional.js b/apps/angular/node_modules/zustand/traditional.js similarity index 100% rename from ClientApp/node_modules/zustand/traditional.js rename to apps/angular/node_modules/zustand/traditional.js diff --git a/ClientApp/node_modules/zustand/ts3.4/context.d.ts b/apps/angular/node_modules/zustand/ts3.4/context.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/ts3.4/context.d.ts rename to apps/angular/node_modules/zustand/ts3.4/context.d.ts diff --git a/ClientApp/node_modules/zustand/ts3.4/esm/context.d.ts b/apps/angular/node_modules/zustand/ts3.4/esm/context.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/ts3.4/esm/context.d.ts rename to apps/angular/node_modules/zustand/ts3.4/esm/context.d.ts diff --git a/ClientApp/node_modules/zustand/ts3.4/esm/index.d.ts b/apps/angular/node_modules/zustand/ts3.4/esm/index.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/ts3.4/esm/index.d.ts rename to apps/angular/node_modules/zustand/ts3.4/esm/index.d.ts diff --git a/ClientApp/node_modules/zustand/ts3.4/esm/middleware.d.ts b/apps/angular/node_modules/zustand/ts3.4/esm/middleware.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/ts3.4/esm/middleware.d.ts rename to apps/angular/node_modules/zustand/ts3.4/esm/middleware.d.ts diff --git a/ClientApp/node_modules/zustand/ts3.4/esm/middleware/combine.d.ts b/apps/angular/node_modules/zustand/ts3.4/esm/middleware/combine.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/ts3.4/esm/middleware/combine.d.ts rename to apps/angular/node_modules/zustand/ts3.4/esm/middleware/combine.d.ts diff --git a/ClientApp/node_modules/zustand/ts3.4/esm/middleware/devtools.d.ts b/apps/angular/node_modules/zustand/ts3.4/esm/middleware/devtools.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/ts3.4/esm/middleware/devtools.d.ts rename to apps/angular/node_modules/zustand/ts3.4/esm/middleware/devtools.d.ts diff --git a/ClientApp/node_modules/zustand/ts3.4/esm/middleware/immer.d.ts b/apps/angular/node_modules/zustand/ts3.4/esm/middleware/immer.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/ts3.4/esm/middleware/immer.d.ts rename to apps/angular/node_modules/zustand/ts3.4/esm/middleware/immer.d.ts diff --git a/ClientApp/node_modules/zustand/ts3.4/esm/middleware/persist.d.ts b/apps/angular/node_modules/zustand/ts3.4/esm/middleware/persist.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/ts3.4/esm/middleware/persist.d.ts rename to apps/angular/node_modules/zustand/ts3.4/esm/middleware/persist.d.ts diff --git a/ClientApp/node_modules/zustand/ts3.4/esm/middleware/redux.d.ts b/apps/angular/node_modules/zustand/ts3.4/esm/middleware/redux.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/ts3.4/esm/middleware/redux.d.ts rename to apps/angular/node_modules/zustand/ts3.4/esm/middleware/redux.d.ts diff --git a/ClientApp/node_modules/zustand/ts3.4/esm/middleware/subscribeWithSelector.d.ts b/apps/angular/node_modules/zustand/ts3.4/esm/middleware/subscribeWithSelector.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/ts3.4/esm/middleware/subscribeWithSelector.d.ts rename to apps/angular/node_modules/zustand/ts3.4/esm/middleware/subscribeWithSelector.d.ts diff --git a/ClientApp/node_modules/zustand/ts3.4/esm/react.d.ts b/apps/angular/node_modules/zustand/ts3.4/esm/react.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/ts3.4/esm/react.d.ts rename to apps/angular/node_modules/zustand/ts3.4/esm/react.d.ts diff --git a/ClientApp/node_modules/zustand/ts3.4/esm/react/shallow.d.ts b/apps/angular/node_modules/zustand/ts3.4/esm/react/shallow.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/ts3.4/esm/react/shallow.d.ts rename to apps/angular/node_modules/zustand/ts3.4/esm/react/shallow.d.ts diff --git a/ClientApp/node_modules/zustand/ts3.4/esm/shallow.d.ts b/apps/angular/node_modules/zustand/ts3.4/esm/shallow.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/ts3.4/esm/shallow.d.ts rename to apps/angular/node_modules/zustand/ts3.4/esm/shallow.d.ts diff --git a/ClientApp/node_modules/zustand/ts3.4/esm/traditional.d.ts b/apps/angular/node_modules/zustand/ts3.4/esm/traditional.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/ts3.4/esm/traditional.d.ts rename to apps/angular/node_modules/zustand/ts3.4/esm/traditional.d.ts diff --git a/ClientApp/node_modules/zustand/ts3.4/esm/vanilla.d.ts b/apps/angular/node_modules/zustand/ts3.4/esm/vanilla.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/ts3.4/esm/vanilla.d.ts rename to apps/angular/node_modules/zustand/ts3.4/esm/vanilla.d.ts diff --git a/ClientApp/node_modules/zustand/ts3.4/esm/vanilla/shallow.d.ts b/apps/angular/node_modules/zustand/ts3.4/esm/vanilla/shallow.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/ts3.4/esm/vanilla/shallow.d.ts rename to apps/angular/node_modules/zustand/ts3.4/esm/vanilla/shallow.d.ts diff --git a/ClientApp/node_modules/zustand/ts3.4/index.d.ts b/apps/angular/node_modules/zustand/ts3.4/index.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/ts3.4/index.d.ts rename to apps/angular/node_modules/zustand/ts3.4/index.d.ts diff --git a/ClientApp/node_modules/zustand/ts3.4/middleware.d.ts b/apps/angular/node_modules/zustand/ts3.4/middleware.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/ts3.4/middleware.d.ts rename to apps/angular/node_modules/zustand/ts3.4/middleware.d.ts diff --git a/ClientApp/node_modules/zustand/ts3.4/middleware/combine.d.ts b/apps/angular/node_modules/zustand/ts3.4/middleware/combine.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/ts3.4/middleware/combine.d.ts rename to apps/angular/node_modules/zustand/ts3.4/middleware/combine.d.ts diff --git a/ClientApp/node_modules/zustand/ts3.4/middleware/devtools.d.ts b/apps/angular/node_modules/zustand/ts3.4/middleware/devtools.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/ts3.4/middleware/devtools.d.ts rename to apps/angular/node_modules/zustand/ts3.4/middleware/devtools.d.ts diff --git a/ClientApp/node_modules/zustand/ts3.4/middleware/immer.d.ts b/apps/angular/node_modules/zustand/ts3.4/middleware/immer.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/ts3.4/middleware/immer.d.ts rename to apps/angular/node_modules/zustand/ts3.4/middleware/immer.d.ts diff --git a/ClientApp/node_modules/zustand/ts3.4/middleware/persist.d.ts b/apps/angular/node_modules/zustand/ts3.4/middleware/persist.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/ts3.4/middleware/persist.d.ts rename to apps/angular/node_modules/zustand/ts3.4/middleware/persist.d.ts diff --git a/ClientApp/node_modules/zustand/ts3.4/middleware/redux.d.ts b/apps/angular/node_modules/zustand/ts3.4/middleware/redux.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/ts3.4/middleware/redux.d.ts rename to apps/angular/node_modules/zustand/ts3.4/middleware/redux.d.ts diff --git a/ClientApp/node_modules/zustand/ts3.4/middleware/subscribeWithSelector.d.ts b/apps/angular/node_modules/zustand/ts3.4/middleware/subscribeWithSelector.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/ts3.4/middleware/subscribeWithSelector.d.ts rename to apps/angular/node_modules/zustand/ts3.4/middleware/subscribeWithSelector.d.ts diff --git a/ClientApp/node_modules/zustand/ts3.4/react.d.ts b/apps/angular/node_modules/zustand/ts3.4/react.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/ts3.4/react.d.ts rename to apps/angular/node_modules/zustand/ts3.4/react.d.ts diff --git a/ClientApp/node_modules/zustand/ts3.4/react/shallow.d.ts b/apps/angular/node_modules/zustand/ts3.4/react/shallow.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/ts3.4/react/shallow.d.ts rename to apps/angular/node_modules/zustand/ts3.4/react/shallow.d.ts diff --git a/ClientApp/node_modules/zustand/ts3.4/shallow.d.ts b/apps/angular/node_modules/zustand/ts3.4/shallow.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/ts3.4/shallow.d.ts rename to apps/angular/node_modules/zustand/ts3.4/shallow.d.ts diff --git a/ClientApp/node_modules/zustand/ts3.4/traditional.d.ts b/apps/angular/node_modules/zustand/ts3.4/traditional.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/ts3.4/traditional.d.ts rename to apps/angular/node_modules/zustand/ts3.4/traditional.d.ts diff --git a/ClientApp/node_modules/zustand/ts3.4/vanilla.d.ts b/apps/angular/node_modules/zustand/ts3.4/vanilla.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/ts3.4/vanilla.d.ts rename to apps/angular/node_modules/zustand/ts3.4/vanilla.d.ts diff --git a/ClientApp/node_modules/zustand/ts3.4/vanilla/shallow.d.ts b/apps/angular/node_modules/zustand/ts3.4/vanilla/shallow.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/ts3.4/vanilla/shallow.d.ts rename to apps/angular/node_modules/zustand/ts3.4/vanilla/shallow.d.ts diff --git a/ClientApp/node_modules/zustand/umd/context.development.js b/apps/angular/node_modules/zustand/umd/context.development.js similarity index 100% rename from ClientApp/node_modules/zustand/umd/context.development.js rename to apps/angular/node_modules/zustand/umd/context.development.js diff --git a/ClientApp/node_modules/zustand/umd/context.production.js b/apps/angular/node_modules/zustand/umd/context.production.js similarity index 100% rename from ClientApp/node_modules/zustand/umd/context.production.js rename to apps/angular/node_modules/zustand/umd/context.production.js diff --git a/ClientApp/node_modules/zustand/umd/index.development.js b/apps/angular/node_modules/zustand/umd/index.development.js similarity index 100% rename from ClientApp/node_modules/zustand/umd/index.development.js rename to apps/angular/node_modules/zustand/umd/index.development.js diff --git a/ClientApp/node_modules/zustand/umd/index.production.js b/apps/angular/node_modules/zustand/umd/index.production.js similarity index 100% rename from ClientApp/node_modules/zustand/umd/index.production.js rename to apps/angular/node_modules/zustand/umd/index.production.js diff --git a/ClientApp/node_modules/zustand/umd/middleware.development.js b/apps/angular/node_modules/zustand/umd/middleware.development.js similarity index 100% rename from ClientApp/node_modules/zustand/umd/middleware.development.js rename to apps/angular/node_modules/zustand/umd/middleware.development.js diff --git a/ClientApp/node_modules/zustand/umd/middleware.production.js b/apps/angular/node_modules/zustand/umd/middleware.production.js similarity index 100% rename from ClientApp/node_modules/zustand/umd/middleware.production.js rename to apps/angular/node_modules/zustand/umd/middleware.production.js diff --git a/ClientApp/node_modules/zustand/umd/middleware/immer.development.js b/apps/angular/node_modules/zustand/umd/middleware/immer.development.js similarity index 100% rename from ClientApp/node_modules/zustand/umd/middleware/immer.development.js rename to apps/angular/node_modules/zustand/umd/middleware/immer.development.js diff --git a/ClientApp/node_modules/zustand/umd/middleware/immer.production.js b/apps/angular/node_modules/zustand/umd/middleware/immer.production.js similarity index 100% rename from ClientApp/node_modules/zustand/umd/middleware/immer.production.js rename to apps/angular/node_modules/zustand/umd/middleware/immer.production.js diff --git a/ClientApp/node_modules/zustand/umd/react/shallow.development.js b/apps/angular/node_modules/zustand/umd/react/shallow.development.js similarity index 100% rename from ClientApp/node_modules/zustand/umd/react/shallow.development.js rename to apps/angular/node_modules/zustand/umd/react/shallow.development.js diff --git a/ClientApp/node_modules/zustand/umd/react/shallow.production.js b/apps/angular/node_modules/zustand/umd/react/shallow.production.js similarity index 100% rename from ClientApp/node_modules/zustand/umd/react/shallow.production.js rename to apps/angular/node_modules/zustand/umd/react/shallow.production.js diff --git a/ClientApp/node_modules/zustand/umd/shallow.development.js b/apps/angular/node_modules/zustand/umd/shallow.development.js similarity index 100% rename from ClientApp/node_modules/zustand/umd/shallow.development.js rename to apps/angular/node_modules/zustand/umd/shallow.development.js diff --git a/ClientApp/node_modules/zustand/umd/shallow.production.js b/apps/angular/node_modules/zustand/umd/shallow.production.js similarity index 100% rename from ClientApp/node_modules/zustand/umd/shallow.production.js rename to apps/angular/node_modules/zustand/umd/shallow.production.js diff --git a/ClientApp/node_modules/zustand/umd/traditional.development.js b/apps/angular/node_modules/zustand/umd/traditional.development.js similarity index 100% rename from ClientApp/node_modules/zustand/umd/traditional.development.js rename to apps/angular/node_modules/zustand/umd/traditional.development.js diff --git a/ClientApp/node_modules/zustand/umd/traditional.production.js b/apps/angular/node_modules/zustand/umd/traditional.production.js similarity index 100% rename from ClientApp/node_modules/zustand/umd/traditional.production.js rename to apps/angular/node_modules/zustand/umd/traditional.production.js diff --git a/ClientApp/node_modules/zustand/umd/vanilla.development.js b/apps/angular/node_modules/zustand/umd/vanilla.development.js similarity index 100% rename from ClientApp/node_modules/zustand/umd/vanilla.development.js rename to apps/angular/node_modules/zustand/umd/vanilla.development.js diff --git a/ClientApp/node_modules/zustand/umd/vanilla.production.js b/apps/angular/node_modules/zustand/umd/vanilla.production.js similarity index 100% rename from ClientApp/node_modules/zustand/umd/vanilla.production.js rename to apps/angular/node_modules/zustand/umd/vanilla.production.js diff --git a/ClientApp/node_modules/zustand/umd/vanilla/shallow.development.js b/apps/angular/node_modules/zustand/umd/vanilla/shallow.development.js similarity index 100% rename from ClientApp/node_modules/zustand/umd/vanilla/shallow.development.js rename to apps/angular/node_modules/zustand/umd/vanilla/shallow.development.js diff --git a/ClientApp/node_modules/zustand/umd/vanilla/shallow.production.js b/apps/angular/node_modules/zustand/umd/vanilla/shallow.production.js similarity index 100% rename from ClientApp/node_modules/zustand/umd/vanilla/shallow.production.js rename to apps/angular/node_modules/zustand/umd/vanilla/shallow.production.js diff --git a/ClientApp/node_modules/zustand/vanilla.d.ts b/apps/angular/node_modules/zustand/vanilla.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/vanilla.d.ts rename to apps/angular/node_modules/zustand/vanilla.d.ts diff --git a/ClientApp/node_modules/zustand/vanilla.js b/apps/angular/node_modules/zustand/vanilla.js similarity index 100% rename from ClientApp/node_modules/zustand/vanilla.js rename to apps/angular/node_modules/zustand/vanilla.js diff --git a/ClientApp/node_modules/zustand/vanilla/shallow.d.ts b/apps/angular/node_modules/zustand/vanilla/shallow.d.ts similarity index 100% rename from ClientApp/node_modules/zustand/vanilla/shallow.d.ts rename to apps/angular/node_modules/zustand/vanilla/shallow.d.ts diff --git a/ClientApp/node_modules/zustand/vanilla/shallow.js b/apps/angular/node_modules/zustand/vanilla/shallow.js similarity index 100% rename from ClientApp/node_modules/zustand/vanilla/shallow.js rename to apps/angular/node_modules/zustand/vanilla/shallow.js diff --git a/ClientApp/package-lock.json b/apps/angular/package-lock.json similarity index 100% rename from ClientApp/package-lock.json rename to apps/angular/package-lock.json diff --git a/ClientApp/package.json b/apps/angular/package.json similarity index 100% rename from ClientApp/package.json rename to apps/angular/package.json diff --git a/ClientApp/src/app/app-routing.module.ts b/apps/angular/src/app/app-routing.module.ts similarity index 100% rename from ClientApp/src/app/app-routing.module.ts rename to apps/angular/src/app/app-routing.module.ts diff --git a/ClientApp/src/app/app.component.html b/apps/angular/src/app/app.component.html similarity index 100% rename from ClientApp/src/app/app.component.html rename to apps/angular/src/app/app.component.html diff --git a/ClientApp/src/app/app.component.ts b/apps/angular/src/app/app.component.ts similarity index 100% rename from ClientApp/src/app/app.component.ts rename to apps/angular/src/app/app.component.ts diff --git a/ClientApp/src/app/app.module.ts b/apps/angular/src/app/app.module.ts similarity index 100% rename from ClientApp/src/app/app.module.ts rename to apps/angular/src/app/app.module.ts diff --git a/ClientApp/src/app/components/city-autocomplete/cities-search-service/cities-search.service.spec.ts b/apps/angular/src/app/components/city-autocomplete/cities-search-service/cities-search.service.spec.ts similarity index 100% rename from ClientApp/src/app/components/city-autocomplete/cities-search-service/cities-search.service.spec.ts rename to apps/angular/src/app/components/city-autocomplete/cities-search-service/cities-search.service.spec.ts diff --git a/ClientApp/src/app/components/city-autocomplete/cities-search-service/cities-search.service.ts b/apps/angular/src/app/components/city-autocomplete/cities-search-service/cities-search.service.ts similarity index 100% rename from ClientApp/src/app/components/city-autocomplete/cities-search-service/cities-search.service.ts rename to apps/angular/src/app/components/city-autocomplete/cities-search-service/cities-search.service.ts diff --git a/ClientApp/src/app/components/city-autocomplete/city-autocomplete-item/city-autocomplete-item.component.html b/apps/angular/src/app/components/city-autocomplete/city-autocomplete-item/city-autocomplete-item.component.html similarity index 100% rename from ClientApp/src/app/components/city-autocomplete/city-autocomplete-item/city-autocomplete-item.component.html rename to apps/angular/src/app/components/city-autocomplete/city-autocomplete-item/city-autocomplete-item.component.html diff --git a/ClientApp/src/app/components/city-autocomplete/city-autocomplete-item/city-autocomplete-item.component.scss b/apps/angular/src/app/components/city-autocomplete/city-autocomplete-item/city-autocomplete-item.component.scss similarity index 100% rename from ClientApp/src/app/components/city-autocomplete/city-autocomplete-item/city-autocomplete-item.component.scss rename to apps/angular/src/app/components/city-autocomplete/city-autocomplete-item/city-autocomplete-item.component.scss diff --git a/ClientApp/src/app/components/city-autocomplete/city-autocomplete-item/city-autocomplete-item.component.ts b/apps/angular/src/app/components/city-autocomplete/city-autocomplete-item/city-autocomplete-item.component.ts similarity index 100% rename from ClientApp/src/app/components/city-autocomplete/city-autocomplete-item/city-autocomplete-item.component.ts rename to apps/angular/src/app/components/city-autocomplete/city-autocomplete-item/city-autocomplete-item.component.ts diff --git a/ClientApp/src/app/components/city-autocomplete/city-autocomplete.component.html b/apps/angular/src/app/components/city-autocomplete/city-autocomplete.component.html similarity index 100% rename from ClientApp/src/app/components/city-autocomplete/city-autocomplete.component.html rename to apps/angular/src/app/components/city-autocomplete/city-autocomplete.component.html diff --git a/ClientApp/src/app/components/city-autocomplete/city-autocomplete.component.scss b/apps/angular/src/app/components/city-autocomplete/city-autocomplete.component.scss similarity index 100% rename from ClientApp/src/app/components/city-autocomplete/city-autocomplete.component.scss rename to apps/angular/src/app/components/city-autocomplete/city-autocomplete.component.scss diff --git a/ClientApp/src/app/components/city-autocomplete/city-autocomplete.component.spec.ts b/apps/angular/src/app/components/city-autocomplete/city-autocomplete.component.spec.ts similarity index 100% rename from ClientApp/src/app/components/city-autocomplete/city-autocomplete.component.spec.ts rename to apps/angular/src/app/components/city-autocomplete/city-autocomplete.component.spec.ts diff --git a/ClientApp/src/app/components/city-autocomplete/city-autocomplete.component.ts b/apps/angular/src/app/components/city-autocomplete/city-autocomplete.component.ts similarity index 100% rename from ClientApp/src/app/components/city-autocomplete/city-autocomplete.component.ts rename to apps/angular/src/app/components/city-autocomplete/city-autocomplete.component.ts diff --git a/ClientApp/src/app/components/city-autocomplete/city-autocomplete.module.ts b/apps/angular/src/app/components/city-autocomplete/city-autocomplete.module.ts similarity index 100% rename from ClientApp/src/app/components/city-autocomplete/city-autocomplete.module.ts rename to apps/angular/src/app/components/city-autocomplete/city-autocomplete.module.ts diff --git a/ClientApp/src/app/components/city-autocomplete/city-select/city-select.component.html b/apps/angular/src/app/components/city-autocomplete/city-select/city-select.component.html similarity index 100% rename from ClientApp/src/app/components/city-autocomplete/city-select/city-select.component.html rename to apps/angular/src/app/components/city-autocomplete/city-select/city-select.component.html diff --git a/ClientApp/src/app/components/city-autocomplete/city-select/city-select.component.scss b/apps/angular/src/app/components/city-autocomplete/city-select/city-select.component.scss similarity index 100% rename from ClientApp/src/app/components/city-autocomplete/city-select/city-select.component.scss rename to apps/angular/src/app/components/city-autocomplete/city-select/city-select.component.scss diff --git a/ClientApp/src/app/components/city-autocomplete/city-select/city-select.component.ts b/apps/angular/src/app/components/city-autocomplete/city-select/city-select.component.ts similarity index 100% rename from ClientApp/src/app/components/city-autocomplete/city-select/city-select.component.ts rename to apps/angular/src/app/components/city-autocomplete/city-select/city-select.component.ts diff --git a/ClientApp/src/app/components/components.module.ts b/apps/angular/src/app/components/components.module.ts similarity index 100% rename from ClientApp/src/app/components/components.module.ts rename to apps/angular/src/app/components/components.module.ts diff --git a/ClientApp/src/app/components/dates-selectors/date-selector-base.ts b/apps/angular/src/app/components/dates-selectors/date-selector-base.ts similarity index 100% rename from ClientApp/src/app/components/dates-selectors/date-selector-base.ts rename to apps/angular/src/app/components/dates-selectors/date-selector-base.ts diff --git a/ClientApp/src/app/components/dates-selectors/day-tabs/day-tabs.component.html b/apps/angular/src/app/components/dates-selectors/day-tabs/day-tabs.component.html similarity index 100% rename from ClientApp/src/app/components/dates-selectors/day-tabs/day-tabs.component.html rename to apps/angular/src/app/components/dates-selectors/day-tabs/day-tabs.component.html diff --git a/ClientApp/src/app/components/dates-selectors/day-tabs/day-tabs.component.ts b/apps/angular/src/app/components/dates-selectors/day-tabs/day-tabs.component.ts similarity index 100% rename from ClientApp/src/app/components/dates-selectors/day-tabs/day-tabs.component.ts rename to apps/angular/src/app/components/dates-selectors/day-tabs/day-tabs.component.ts diff --git a/ClientApp/src/app/components/dates-selectors/week-tabs/week-tabs.component.html b/apps/angular/src/app/components/dates-selectors/week-tabs/week-tabs.component.html similarity index 100% rename from ClientApp/src/app/components/dates-selectors/week-tabs/week-tabs.component.html rename to apps/angular/src/app/components/dates-selectors/week-tabs/week-tabs.component.html diff --git a/ClientApp/src/app/components/dates-selectors/week-tabs/week-tabs.component.ts b/apps/angular/src/app/components/dates-selectors/week-tabs/week-tabs.component.ts similarity index 100% rename from ClientApp/src/app/components/dates-selectors/week-tabs/week-tabs.component.ts rename to apps/angular/src/app/components/dates-selectors/week-tabs/week-tabs.component.ts diff --git a/ClientApp/src/app/components/meta-base/meta-base.component.ts b/apps/angular/src/app/components/meta-base/meta-base.component.ts similarity index 100% rename from ClientApp/src/app/components/meta-base/meta-base.component.ts rename to apps/angular/src/app/components/meta-base/meta-base.component.ts diff --git a/ClientApp/src/app/components/page/breadcrumds/page-breadcrumbs.component.html b/apps/angular/src/app/components/page/breadcrumds/page-breadcrumbs.component.html similarity index 100% rename from ClientApp/src/app/components/page/breadcrumds/page-breadcrumbs.component.html rename to apps/angular/src/app/components/page/breadcrumds/page-breadcrumbs.component.html diff --git a/ClientApp/src/app/components/page/breadcrumds/page-breadcrumbs.component.spec.ts b/apps/angular/src/app/components/page/breadcrumds/page-breadcrumbs.component.spec.ts similarity index 100% rename from ClientApp/src/app/components/page/breadcrumds/page-breadcrumbs.component.spec.ts rename to apps/angular/src/app/components/page/breadcrumds/page-breadcrumbs.component.spec.ts diff --git a/ClientApp/src/app/components/page/breadcrumds/page-breadcrumbs.component.ts b/apps/angular/src/app/components/page/breadcrumds/page-breadcrumbs.component.ts similarity index 100% rename from ClientApp/src/app/components/page/breadcrumds/page-breadcrumbs.component.ts rename to apps/angular/src/app/components/page/breadcrumds/page-breadcrumbs.component.ts diff --git a/ClientApp/src/app/components/page/feedback/button/feedback-button.component.html b/apps/angular/src/app/components/page/feedback/button/feedback-button.component.html similarity index 100% rename from ClientApp/src/app/components/page/feedback/button/feedback-button.component.html rename to apps/angular/src/app/components/page/feedback/button/feedback-button.component.html diff --git a/ClientApp/src/app/components/page/feedback/button/feedback-button.component.scss b/apps/angular/src/app/components/page/feedback/button/feedback-button.component.scss similarity index 100% rename from ClientApp/src/app/components/page/feedback/button/feedback-button.component.scss rename to apps/angular/src/app/components/page/feedback/button/feedback-button.component.scss diff --git a/ClientApp/src/app/components/page/feedback/button/feedback-button.component.ts b/apps/angular/src/app/components/page/feedback/button/feedback-button.component.ts similarity index 100% rename from ClientApp/src/app/components/page/feedback/button/feedback-button.component.ts rename to apps/angular/src/app/components/page/feedback/button/feedback-button.component.ts diff --git a/ClientApp/src/app/components/page/feedback/form/feedback-form.component.html b/apps/angular/src/app/components/page/feedback/form/feedback-form.component.html similarity index 100% rename from ClientApp/src/app/components/page/feedback/form/feedback-form.component.html rename to apps/angular/src/app/components/page/feedback/form/feedback-form.component.html diff --git a/ClientApp/src/app/components/page/feedback/form/feedback-form.component.scss b/apps/angular/src/app/components/page/feedback/form/feedback-form.component.scss similarity index 100% rename from ClientApp/src/app/components/page/feedback/form/feedback-form.component.scss rename to apps/angular/src/app/components/page/feedback/form/feedback-form.component.scss diff --git a/ClientApp/src/app/components/page/feedback/form/feedback-form.component.ts b/apps/angular/src/app/components/page/feedback/form/feedback-form.component.ts similarity index 100% rename from ClientApp/src/app/components/page/feedback/form/feedback-form.component.ts rename to apps/angular/src/app/components/page/feedback/form/feedback-form.component.ts diff --git a/ClientApp/src/app/components/page/layout/page-layout.component.html b/apps/angular/src/app/components/page/layout/page-layout.component.html similarity index 100% rename from ClientApp/src/app/components/page/layout/page-layout.component.html rename to apps/angular/src/app/components/page/layout/page-layout.component.html diff --git a/ClientApp/src/app/components/page/layout/page-layout.component.scss b/apps/angular/src/app/components/page/layout/page-layout.component.scss similarity index 100% rename from ClientApp/src/app/components/page/layout/page-layout.component.scss rename to apps/angular/src/app/components/page/layout/page-layout.component.scss diff --git a/ClientApp/src/app/components/page/layout/page-layout.component.spec.ts b/apps/angular/src/app/components/page/layout/page-layout.component.spec.ts similarity index 100% rename from ClientApp/src/app/components/page/layout/page-layout.component.spec.ts rename to apps/angular/src/app/components/page/layout/page-layout.component.spec.ts diff --git a/ClientApp/src/app/components/page/layout/page-layout.component.ts b/apps/angular/src/app/components/page/layout/page-layout.component.ts similarity index 100% rename from ClientApp/src/app/components/page/layout/page-layout.component.ts rename to apps/angular/src/app/components/page/layout/page-layout.component.ts diff --git a/ClientApp/src/app/components/page/page.module.ts b/apps/angular/src/app/components/page/page.module.ts similarity index 100% rename from ClientApp/src/app/components/page/page.module.ts rename to apps/angular/src/app/components/page/page.module.ts diff --git a/ClientApp/src/app/components/page/scroll-up-button/scroll-up-button.component.html b/apps/angular/src/app/components/page/scroll-up-button/scroll-up-button.component.html similarity index 100% rename from ClientApp/src/app/components/page/scroll-up-button/scroll-up-button.component.html rename to apps/angular/src/app/components/page/scroll-up-button/scroll-up-button.component.html diff --git a/ClientApp/src/app/components/page/scroll-up-button/scroll-up-button.component.scss b/apps/angular/src/app/components/page/scroll-up-button/scroll-up-button.component.scss similarity index 100% rename from ClientApp/src/app/components/page/scroll-up-button/scroll-up-button.component.scss rename to apps/angular/src/app/components/page/scroll-up-button/scroll-up-button.component.scss diff --git a/ClientApp/src/app/components/page/scroll-up-button/scroll-up-button.component.ts b/apps/angular/src/app/components/page/scroll-up-button/scroll-up-button.component.ts similarity index 100% rename from ClientApp/src/app/components/page/scroll-up-button/scroll-up-button.component.ts rename to apps/angular/src/app/components/page/scroll-up-button/scroll-up-button.component.ts diff --git a/ClientApp/src/app/components/same-url-navigation-detector/same-url-navigation-detector.component.ts b/apps/angular/src/app/components/same-url-navigation-detector/same-url-navigation-detector.component.ts similarity index 100% rename from ClientApp/src/app/components/same-url-navigation-detector/same-url-navigation-detector.component.ts rename to apps/angular/src/app/components/same-url-navigation-detector/same-url-navigation-detector.component.ts diff --git a/ClientApp/src/app/components/search-history/components/online-board-flight-number-history-item/online-board-flight-number-history-item.component.html b/apps/angular/src/app/components/search-history/components/online-board-flight-number-history-item/online-board-flight-number-history-item.component.html similarity index 100% rename from ClientApp/src/app/components/search-history/components/online-board-flight-number-history-item/online-board-flight-number-history-item.component.html rename to apps/angular/src/app/components/search-history/components/online-board-flight-number-history-item/online-board-flight-number-history-item.component.html diff --git a/ClientApp/src/app/components/search-history/components/online-board-flight-number-history-item/online-board-flight-number-history-item.component.ts b/apps/angular/src/app/components/search-history/components/online-board-flight-number-history-item/online-board-flight-number-history-item.component.ts similarity index 100% rename from ClientApp/src/app/components/search-history/components/online-board-flight-number-history-item/online-board-flight-number-history-item.component.ts rename to apps/angular/src/app/components/search-history/components/online-board-flight-number-history-item/online-board-flight-number-history-item.component.ts diff --git a/ClientApp/src/app/components/search-history/components/online-board-item/online-board-history-item.component.html b/apps/angular/src/app/components/search-history/components/online-board-item/online-board-history-item.component.html similarity index 100% rename from ClientApp/src/app/components/search-history/components/online-board-item/online-board-history-item.component.html rename to apps/angular/src/app/components/search-history/components/online-board-item/online-board-history-item.component.html diff --git a/ClientApp/src/app/components/search-history/components/online-board-item/online-board-history-item.component.ts b/apps/angular/src/app/components/search-history/components/online-board-item/online-board-history-item.component.ts similarity index 100% rename from ClientApp/src/app/components/search-history/components/online-board-item/online-board-history-item.component.ts rename to apps/angular/src/app/components/search-history/components/online-board-item/online-board-history-item.component.ts diff --git a/ClientApp/src/app/components/search-history/components/online-board-route-history-item/online-board-route-history-item.component.html b/apps/angular/src/app/components/search-history/components/online-board-route-history-item/online-board-route-history-item.component.html similarity index 100% rename from ClientApp/src/app/components/search-history/components/online-board-route-history-item/online-board-route-history-item.component.html rename to apps/angular/src/app/components/search-history/components/online-board-route-history-item/online-board-route-history-item.component.html diff --git a/ClientApp/src/app/components/search-history/components/online-board-route-history-item/online-board-route-history-item.component.ts b/apps/angular/src/app/components/search-history/components/online-board-route-history-item/online-board-route-history-item.component.ts similarity index 100% rename from ClientApp/src/app/components/search-history/components/online-board-route-history-item/online-board-route-history-item.component.ts rename to apps/angular/src/app/components/search-history/components/online-board-route-history-item/online-board-route-history-item.component.ts diff --git a/ClientApp/src/app/components/search-history/components/schedule-item/schedule-history-item.component.html b/apps/angular/src/app/components/search-history/components/schedule-item/schedule-history-item.component.html similarity index 100% rename from ClientApp/src/app/components/search-history/components/schedule-item/schedule-history-item.component.html rename to apps/angular/src/app/components/search-history/components/schedule-item/schedule-history-item.component.html diff --git a/ClientApp/src/app/components/search-history/components/schedule-item/schedule-history-item.component.ts b/apps/angular/src/app/components/search-history/components/schedule-item/schedule-history-item.component.ts similarity index 100% rename from ClientApp/src/app/components/search-history/components/schedule-item/schedule-history-item.component.ts rename to apps/angular/src/app/components/search-history/components/schedule-item/schedule-history-item.component.ts diff --git a/ClientApp/src/app/components/search-history/components/search-history-item/search-history-item.component.html b/apps/angular/src/app/components/search-history/components/search-history-item/search-history-item.component.html similarity index 100% rename from ClientApp/src/app/components/search-history/components/search-history-item/search-history-item.component.html rename to apps/angular/src/app/components/search-history/components/search-history-item/search-history-item.component.html diff --git a/ClientApp/src/app/components/search-history/components/search-history-item/search-history-item.component.scss b/apps/angular/src/app/components/search-history/components/search-history-item/search-history-item.component.scss similarity index 100% rename from ClientApp/src/app/components/search-history/components/search-history-item/search-history-item.component.scss rename to apps/angular/src/app/components/search-history/components/search-history-item/search-history-item.component.scss diff --git a/ClientApp/src/app/components/search-history/components/search-history-item/search-history-item.component.ts b/apps/angular/src/app/components/search-history/components/search-history-item/search-history-item.component.ts similarity index 100% rename from ClientApp/src/app/components/search-history/components/search-history-item/search-history-item.component.ts rename to apps/angular/src/app/components/search-history/components/search-history-item/search-history-item.component.ts diff --git a/ClientApp/src/app/components/search-history/search-history.component.html b/apps/angular/src/app/components/search-history/search-history.component.html similarity index 100% rename from ClientApp/src/app/components/search-history/search-history.component.html rename to apps/angular/src/app/components/search-history/search-history.component.html diff --git a/ClientApp/src/app/components/search-history/search-history.component.scss b/apps/angular/src/app/components/search-history/search-history.component.scss similarity index 100% rename from ClientApp/src/app/components/search-history/search-history.component.scss rename to apps/angular/src/app/components/search-history/search-history.component.scss diff --git a/ClientApp/src/app/components/search-history/search-history.component.ts b/apps/angular/src/app/components/search-history/search-history.component.ts similarity index 100% rename from ClientApp/src/app/components/search-history/search-history.component.ts rename to apps/angular/src/app/components/search-history/search-history.component.ts diff --git a/ClientApp/src/app/components/search-history/search-history.module.ts b/apps/angular/src/app/components/search-history/search-history.module.ts similarity index 100% rename from ClientApp/src/app/components/search-history/search-history.module.ts rename to apps/angular/src/app/components/search-history/search-history.module.ts diff --git a/ClientApp/src/app/components/title-base/details-title-base.ts b/apps/angular/src/app/components/title-base/details-title-base.ts similarity index 100% rename from ClientApp/src/app/components/title-base/details-title-base.ts rename to apps/angular/src/app/components/title-base/details-title-base.ts diff --git a/ClientApp/src/app/features/flights-map/components/flights-map-body/flights-map-body.component.html b/apps/angular/src/app/features/flights-map/components/flights-map-body/flights-map-body.component.html similarity index 100% rename from ClientApp/src/app/features/flights-map/components/flights-map-body/flights-map-body.component.html rename to apps/angular/src/app/features/flights-map/components/flights-map-body/flights-map-body.component.html diff --git a/ClientApp/src/app/features/flights-map/components/flights-map-body/flights-map-body.component.scss b/apps/angular/src/app/features/flights-map/components/flights-map-body/flights-map-body.component.scss similarity index 100% rename from ClientApp/src/app/features/flights-map/components/flights-map-body/flights-map-body.component.scss rename to apps/angular/src/app/features/flights-map/components/flights-map-body/flights-map-body.component.scss diff --git a/ClientApp/src/app/features/flights-map/components/flights-map-body/flights-map-body.component.ts b/apps/angular/src/app/features/flights-map/components/flights-map-body/flights-map-body.component.ts similarity index 100% rename from ClientApp/src/app/features/flights-map/components/flights-map-body/flights-map-body.component.ts rename to apps/angular/src/app/features/flights-map/components/flights-map-body/flights-map-body.component.ts diff --git a/ClientApp/src/app/features/flights-map/components/flights-map-filter/flights-map-filter.component.html b/apps/angular/src/app/features/flights-map/components/flights-map-filter/flights-map-filter.component.html similarity index 100% rename from ClientApp/src/app/features/flights-map/components/flights-map-filter/flights-map-filter.component.html rename to apps/angular/src/app/features/flights-map/components/flights-map-filter/flights-map-filter.component.html diff --git a/ClientApp/src/app/features/flights-map/components/flights-map-filter/flights-map-filter.component.scss b/apps/angular/src/app/features/flights-map/components/flights-map-filter/flights-map-filter.component.scss similarity index 100% rename from ClientApp/src/app/features/flights-map/components/flights-map-filter/flights-map-filter.component.scss rename to apps/angular/src/app/features/flights-map/components/flights-map-filter/flights-map-filter.component.scss diff --git a/ClientApp/src/app/features/flights-map/components/flights-map-filter/flights-map-filter.component.ts b/apps/angular/src/app/features/flights-map/components/flights-map-filter/flights-map-filter.component.ts similarity index 100% rename from ClientApp/src/app/features/flights-map/components/flights-map-filter/flights-map-filter.component.ts rename to apps/angular/src/app/features/flights-map/components/flights-map-filter/flights-map-filter.component.ts diff --git a/ClientApp/src/app/features/flights-map/components/flights-map-meta-tags/flights-map-meta-tags.component.html b/apps/angular/src/app/features/flights-map/components/flights-map-meta-tags/flights-map-meta-tags.component.html similarity index 100% rename from ClientApp/src/app/features/flights-map/components/flights-map-meta-tags/flights-map-meta-tags.component.html rename to apps/angular/src/app/features/flights-map/components/flights-map-meta-tags/flights-map-meta-tags.component.html diff --git a/ClientApp/src/app/features/flights-map/components/flights-map-meta-tags/flights-map-meta-tags.component.scss b/apps/angular/src/app/features/flights-map/components/flights-map-meta-tags/flights-map-meta-tags.component.scss similarity index 100% rename from ClientApp/src/app/features/flights-map/components/flights-map-meta-tags/flights-map-meta-tags.component.scss rename to apps/angular/src/app/features/flights-map/components/flights-map-meta-tags/flights-map-meta-tags.component.scss diff --git a/ClientApp/src/app/features/flights-map/components/flights-map-meta-tags/flights-map-meta-tags.component.ts b/apps/angular/src/app/features/flights-map/components/flights-map-meta-tags/flights-map-meta-tags.component.ts similarity index 100% rename from ClientApp/src/app/features/flights-map/components/flights-map-meta-tags/flights-map-meta-tags.component.ts rename to apps/angular/src/app/features/flights-map/components/flights-map-meta-tags/flights-map-meta-tags.component.ts diff --git a/ClientApp/src/app/features/flights-map/components/flights-map-start-page-title/flights-map-start-page-title.component.html b/apps/angular/src/app/features/flights-map/components/flights-map-start-page-title/flights-map-start-page-title.component.html similarity index 100% rename from ClientApp/src/app/features/flights-map/components/flights-map-start-page-title/flights-map-start-page-title.component.html rename to apps/angular/src/app/features/flights-map/components/flights-map-start-page-title/flights-map-start-page-title.component.html diff --git a/ClientApp/src/app/features/flights-map/components/flights-map-start-page-title/flights-map-start-page-title.component.scss b/apps/angular/src/app/features/flights-map/components/flights-map-start-page-title/flights-map-start-page-title.component.scss similarity index 100% rename from ClientApp/src/app/features/flights-map/components/flights-map-start-page-title/flights-map-start-page-title.component.scss rename to apps/angular/src/app/features/flights-map/components/flights-map-start-page-title/flights-map-start-page-title.component.scss diff --git a/ClientApp/src/app/features/flights-map/components/flights-map-start-page-title/flights-map-start-page-title.component.ts b/apps/angular/src/app/features/flights-map/components/flights-map-start-page-title/flights-map-start-page-title.component.ts similarity index 100% rename from ClientApp/src/app/features/flights-map/components/flights-map-start-page-title/flights-map-start-page-title.component.ts rename to apps/angular/src/app/features/flights-map/components/flights-map-start-page-title/flights-map-start-page-title.component.ts diff --git a/ClientApp/src/app/features/flights-map/components/flights-map-start-page/flights-map-start-page.component.html b/apps/angular/src/app/features/flights-map/components/flights-map-start-page/flights-map-start-page.component.html similarity index 100% rename from ClientApp/src/app/features/flights-map/components/flights-map-start-page/flights-map-start-page.component.html rename to apps/angular/src/app/features/flights-map/components/flights-map-start-page/flights-map-start-page.component.html diff --git a/ClientApp/src/app/features/flights-map/components/flights-map-start-page/flights-map-start-page.component.scss b/apps/angular/src/app/features/flights-map/components/flights-map-start-page/flights-map-start-page.component.scss similarity index 100% rename from ClientApp/src/app/features/flights-map/components/flights-map-start-page/flights-map-start-page.component.scss rename to apps/angular/src/app/features/flights-map/components/flights-map-start-page/flights-map-start-page.component.scss diff --git a/ClientApp/src/app/features/flights-map/components/flights-map-start-page/flights-map-start-page.component.ts b/apps/angular/src/app/features/flights-map/components/flights-map-start-page/flights-map-start-page.component.ts similarity index 100% rename from ClientApp/src/app/features/flights-map/components/flights-map-start-page/flights-map-start-page.component.ts rename to apps/angular/src/app/features/flights-map/components/flights-map-start-page/flights-map-start-page.component.ts diff --git a/ClientApp/src/app/features/flights-map/components/loader-sheet/loader-sheet.component.html b/apps/angular/src/app/features/flights-map/components/loader-sheet/loader-sheet.component.html similarity index 100% rename from ClientApp/src/app/features/flights-map/components/loader-sheet/loader-sheet.component.html rename to apps/angular/src/app/features/flights-map/components/loader-sheet/loader-sheet.component.html diff --git a/ClientApp/src/app/features/flights-map/components/loader-sheet/loader-sheet.component.scss b/apps/angular/src/app/features/flights-map/components/loader-sheet/loader-sheet.component.scss similarity index 100% rename from ClientApp/src/app/features/flights-map/components/loader-sheet/loader-sheet.component.scss rename to apps/angular/src/app/features/flights-map/components/loader-sheet/loader-sheet.component.scss diff --git a/ClientApp/src/app/features/flights-map/components/loader-sheet/loader-sheet.component.ts b/apps/angular/src/app/features/flights-map/components/loader-sheet/loader-sheet.component.ts similarity index 100% rename from ClientApp/src/app/features/flights-map/components/loader-sheet/loader-sheet.component.ts rename to apps/angular/src/app/features/flights-map/components/loader-sheet/loader-sheet.component.ts diff --git a/ClientApp/src/app/features/flights-map/components/no-directions-sheet/no-directions-sheet.component.html b/apps/angular/src/app/features/flights-map/components/no-directions-sheet/no-directions-sheet.component.html similarity index 100% rename from ClientApp/src/app/features/flights-map/components/no-directions-sheet/no-directions-sheet.component.html rename to apps/angular/src/app/features/flights-map/components/no-directions-sheet/no-directions-sheet.component.html diff --git a/ClientApp/src/app/features/flights-map/components/no-directions-sheet/no-directions-sheet.component.scss b/apps/angular/src/app/features/flights-map/components/no-directions-sheet/no-directions-sheet.component.scss similarity index 100% rename from ClientApp/src/app/features/flights-map/components/no-directions-sheet/no-directions-sheet.component.scss rename to apps/angular/src/app/features/flights-map/components/no-directions-sheet/no-directions-sheet.component.scss diff --git a/ClientApp/src/app/features/flights-map/components/no-directions-sheet/no-directions-sheet.component.ts b/apps/angular/src/app/features/flights-map/components/no-directions-sheet/no-directions-sheet.component.ts similarity index 100% rename from ClientApp/src/app/features/flights-map/components/no-directions-sheet/no-directions-sheet.component.ts rename to apps/angular/src/app/features/flights-map/components/no-directions-sheet/no-directions-sheet.component.ts diff --git a/ClientApp/src/app/features/flights-map/flights-map-routing.module.ts b/apps/angular/src/app/features/flights-map/flights-map-routing.module.ts similarity index 100% rename from ClientApp/src/app/features/flights-map/flights-map-routing.module.ts rename to apps/angular/src/app/features/flights-map/flights-map-routing.module.ts diff --git a/ClientApp/src/app/features/flights-map/flights-map.module.ts b/apps/angular/src/app/features/flights-map/flights-map.module.ts similarity index 100% rename from ClientApp/src/app/features/flights-map/flights-map.module.ts rename to apps/angular/src/app/features/flights-map/flights-map.module.ts diff --git a/ClientApp/src/app/features/flights-map/services/category-city.service.ts b/apps/angular/src/app/features/flights-map/services/category-city.service.ts similarity index 100% rename from ClientApp/src/app/features/flights-map/services/category-city.service.ts rename to apps/angular/src/app/features/flights-map/services/category-city.service.ts diff --git a/ClientApp/src/app/features/flights-map/services/flights-map-api.service.ts b/apps/angular/src/app/features/flights-map/services/flights-map-api.service.ts similarity index 100% rename from ClientApp/src/app/features/flights-map/services/flights-map-api.service.ts rename to apps/angular/src/app/features/flights-map/services/flights-map-api.service.ts diff --git a/ClientApp/src/app/features/online-board/components/filter/components/flight-number-filter/flight-number-filter.component.html b/apps/angular/src/app/features/online-board/components/filter/components/flight-number-filter/flight-number-filter.component.html similarity index 100% rename from ClientApp/src/app/features/online-board/components/filter/components/flight-number-filter/flight-number-filter.component.html rename to apps/angular/src/app/features/online-board/components/filter/components/flight-number-filter/flight-number-filter.component.html diff --git a/ClientApp/src/app/features/online-board/components/filter/components/flight-number-filter/flight-number-filter.component.spec.ts b/apps/angular/src/app/features/online-board/components/filter/components/flight-number-filter/flight-number-filter.component.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/components/filter/components/flight-number-filter/flight-number-filter.component.spec.ts rename to apps/angular/src/app/features/online-board/components/filter/components/flight-number-filter/flight-number-filter.component.spec.ts diff --git a/ClientApp/src/app/features/online-board/components/filter/components/flight-number-filter/flight-number-filter.component.ts b/apps/angular/src/app/features/online-board/components/filter/components/flight-number-filter/flight-number-filter.component.ts similarity index 100% rename from ClientApp/src/app/features/online-board/components/filter/components/flight-number-filter/flight-number-filter.component.ts rename to apps/angular/src/app/features/online-board/components/filter/components/flight-number-filter/flight-number-filter.component.ts diff --git a/ClientApp/src/app/features/online-board/components/filter/components/flight-number-filter/services/online-board-flight-number-filter-validation.service.spec.ts b/apps/angular/src/app/features/online-board/components/filter/components/flight-number-filter/services/online-board-flight-number-filter-validation.service.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/components/filter/components/flight-number-filter/services/online-board-flight-number-filter-validation.service.spec.ts rename to apps/angular/src/app/features/online-board/components/filter/components/flight-number-filter/services/online-board-flight-number-filter-validation.service.spec.ts diff --git a/ClientApp/src/app/features/online-board/components/filter/components/flight-number-filter/services/online-board-flight-number-filter-validation.service.ts b/apps/angular/src/app/features/online-board/components/filter/components/flight-number-filter/services/online-board-flight-number-filter-validation.service.ts similarity index 100% rename from ClientApp/src/app/features/online-board/components/filter/components/flight-number-filter/services/online-board-flight-number-filter-validation.service.ts rename to apps/angular/src/app/features/online-board/components/filter/components/flight-number-filter/services/online-board-flight-number-filter-validation.service.ts diff --git a/ClientApp/src/app/features/online-board/components/filter/components/route-filter/online-board-route-filter.component.html b/apps/angular/src/app/features/online-board/components/filter/components/route-filter/online-board-route-filter.component.html similarity index 100% rename from ClientApp/src/app/features/online-board/components/filter/components/route-filter/online-board-route-filter.component.html rename to apps/angular/src/app/features/online-board/components/filter/components/route-filter/online-board-route-filter.component.html diff --git a/ClientApp/src/app/features/online-board/components/filter/components/route-filter/online-board-route-filter.component.spec.ts b/apps/angular/src/app/features/online-board/components/filter/components/route-filter/online-board-route-filter.component.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/components/filter/components/route-filter/online-board-route-filter.component.spec.ts rename to apps/angular/src/app/features/online-board/components/filter/components/route-filter/online-board-route-filter.component.spec.ts diff --git a/ClientApp/src/app/features/online-board/components/filter/components/route-filter/online-board-route-filter.component.ts b/apps/angular/src/app/features/online-board/components/filter/components/route-filter/online-board-route-filter.component.ts similarity index 100% rename from ClientApp/src/app/features/online-board/components/filter/components/route-filter/online-board-route-filter.component.ts rename to apps/angular/src/app/features/online-board/components/filter/components/route-filter/online-board-route-filter.component.ts diff --git a/ClientApp/src/app/features/online-board/components/filter/components/route-filter/services/online-board-route-filter-validation.service.spec.ts b/apps/angular/src/app/features/online-board/components/filter/components/route-filter/services/online-board-route-filter-validation.service.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/components/filter/components/route-filter/services/online-board-route-filter-validation.service.spec.ts rename to apps/angular/src/app/features/online-board/components/filter/components/route-filter/services/online-board-route-filter-validation.service.spec.ts diff --git a/ClientApp/src/app/features/online-board/components/filter/components/route-filter/services/online-board-route-filter-validation.service.ts b/apps/angular/src/app/features/online-board/components/filter/components/route-filter/services/online-board-route-filter-validation.service.ts similarity index 100% rename from ClientApp/src/app/features/online-board/components/filter/components/route-filter/services/online-board-route-filter-validation.service.ts rename to apps/angular/src/app/features/online-board/components/filter/components/route-filter/services/online-board-route-filter-validation.service.ts diff --git a/ClientApp/src/app/features/online-board/components/filter/online-board-filter.component.html b/apps/angular/src/app/features/online-board/components/filter/online-board-filter.component.html similarity index 100% rename from ClientApp/src/app/features/online-board/components/filter/online-board-filter.component.html rename to apps/angular/src/app/features/online-board/components/filter/online-board-filter.component.html diff --git a/ClientApp/src/app/features/online-board/components/filter/online-board-filter.component.spec.ts b/apps/angular/src/app/features/online-board/components/filter/online-board-filter.component.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/components/filter/online-board-filter.component.spec.ts rename to apps/angular/src/app/features/online-board/components/filter/online-board-filter.component.spec.ts diff --git a/ClientApp/src/app/features/online-board/components/filter/online-board-filter.component.ts b/apps/angular/src/app/features/online-board/components/filter/online-board-filter.component.ts similarity index 100% rename from ClientApp/src/app/features/online-board/components/filter/online-board-filter.component.ts rename to apps/angular/src/app/features/online-board/components/filter/online-board-filter.component.ts diff --git a/ClientApp/src/app/features/online-board/components/filter/online-board-filter.module.ts b/apps/angular/src/app/features/online-board/components/filter/online-board-filter.module.ts similarity index 100% rename from ClientApp/src/app/features/online-board/components/filter/online-board-filter.module.ts rename to apps/angular/src/app/features/online-board/components/filter/online-board-filter.module.ts diff --git a/ClientApp/src/app/features/online-board/guards/can-activate-arrival-search.spec.ts b/apps/angular/src/app/features/online-board/guards/can-activate-arrival-search.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/guards/can-activate-arrival-search.spec.ts rename to apps/angular/src/app/features/online-board/guards/can-activate-arrival-search.spec.ts diff --git a/ClientApp/src/app/features/online-board/guards/can-activate-arrival-search.ts b/apps/angular/src/app/features/online-board/guards/can-activate-arrival-search.ts similarity index 100% rename from ClientApp/src/app/features/online-board/guards/can-activate-arrival-search.ts rename to apps/angular/src/app/features/online-board/guards/can-activate-arrival-search.ts diff --git a/ClientApp/src/app/features/online-board/guards/can-activate-departure-search.spec.ts b/apps/angular/src/app/features/online-board/guards/can-activate-departure-search.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/guards/can-activate-departure-search.spec.ts rename to apps/angular/src/app/features/online-board/guards/can-activate-departure-search.spec.ts diff --git a/ClientApp/src/app/features/online-board/guards/can-activate-departure-search.ts b/apps/angular/src/app/features/online-board/guards/can-activate-departure-search.ts similarity index 100% rename from ClientApp/src/app/features/online-board/guards/can-activate-departure-search.ts rename to apps/angular/src/app/features/online-board/guards/can-activate-departure-search.ts diff --git a/ClientApp/src/app/features/online-board/guards/can-activate-details.spec.ts b/apps/angular/src/app/features/online-board/guards/can-activate-details.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/guards/can-activate-details.spec.ts rename to apps/angular/src/app/features/online-board/guards/can-activate-details.spec.ts diff --git a/ClientApp/src/app/features/online-board/guards/can-activate-details.ts b/apps/angular/src/app/features/online-board/guards/can-activate-details.ts similarity index 100% rename from ClientApp/src/app/features/online-board/guards/can-activate-details.ts rename to apps/angular/src/app/features/online-board/guards/can-activate-details.ts diff --git a/ClientApp/src/app/features/online-board/guards/can-activate-flight-number-search.spec.ts b/apps/angular/src/app/features/online-board/guards/can-activate-flight-number-search.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/guards/can-activate-flight-number-search.spec.ts rename to apps/angular/src/app/features/online-board/guards/can-activate-flight-number-search.spec.ts diff --git a/ClientApp/src/app/features/online-board/guards/can-activate-flight-number-search.ts b/apps/angular/src/app/features/online-board/guards/can-activate-flight-number-search.ts similarity index 100% rename from ClientApp/src/app/features/online-board/guards/can-activate-flight-number-search.ts rename to apps/angular/src/app/features/online-board/guards/can-activate-flight-number-search.ts diff --git a/ClientApp/src/app/features/online-board/guards/can-activate-route-search.spec.ts b/apps/angular/src/app/features/online-board/guards/can-activate-route-search.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/guards/can-activate-route-search.spec.ts rename to apps/angular/src/app/features/online-board/guards/can-activate-route-search.spec.ts diff --git a/ClientApp/src/app/features/online-board/guards/can-activate-route-search.ts b/apps/angular/src/app/features/online-board/guards/can-activate-route-search.ts similarity index 100% rename from ClientApp/src/app/features/online-board/guards/can-activate-route-search.ts rename to apps/angular/src/app/features/online-board/guards/can-activate-route-search.ts diff --git a/ClientApp/src/app/features/online-board/guards/utils/can-activate-date-params.spec.ts b/apps/angular/src/app/features/online-board/guards/utils/can-activate-date-params.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/guards/utils/can-activate-date-params.spec.ts rename to apps/angular/src/app/features/online-board/guards/utils/can-activate-date-params.spec.ts diff --git a/ClientApp/src/app/features/online-board/guards/utils/can-activate-date-params.ts b/apps/angular/src/app/features/online-board/guards/utils/can-activate-date-params.ts similarity index 100% rename from ClientApp/src/app/features/online-board/guards/utils/can-activate-date-params.ts rename to apps/angular/src/app/features/online-board/guards/utils/can-activate-date-params.ts diff --git a/ClientApp/src/app/features/online-board/guards/utils/can-activate-redirrect-to-not-found.ts b/apps/angular/src/app/features/online-board/guards/utils/can-activate-redirrect-to-not-found.ts similarity index 100% rename from ClientApp/src/app/features/online-board/guards/utils/can-activate-redirrect-to-not-found.ts rename to apps/angular/src/app/features/online-board/guards/utils/can-activate-redirrect-to-not-found.ts diff --git a/ClientApp/src/app/features/online-board/guards/utils/can-activate-route-params.spec.ts b/apps/angular/src/app/features/online-board/guards/utils/can-activate-route-params.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/guards/utils/can-activate-route-params.spec.ts rename to apps/angular/src/app/features/online-board/guards/utils/can-activate-route-params.spec.ts diff --git a/ClientApp/src/app/features/online-board/guards/utils/can-activate-route-params.ts b/apps/angular/src/app/features/online-board/guards/utils/can-activate-route-params.ts similarity index 100% rename from ClientApp/src/app/features/online-board/guards/utils/can-activate-route-params.ts rename to apps/angular/src/app/features/online-board/guards/utils/can-activate-route-params.ts diff --git a/ClientApp/src/app/features/online-board/guards/utils/can-activate-stations.spec.ts b/apps/angular/src/app/features/online-board/guards/utils/can-activate-stations.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/guards/utils/can-activate-stations.spec.ts rename to apps/angular/src/app/features/online-board/guards/utils/can-activate-stations.spec.ts diff --git a/ClientApp/src/app/features/online-board/guards/utils/can-activate-stations.ts b/apps/angular/src/app/features/online-board/guards/utils/can-activate-stations.ts similarity index 100% rename from ClientApp/src/app/features/online-board/guards/utils/can-activate-stations.ts rename to apps/angular/src/app/features/online-board/guards/utils/can-activate-stations.ts diff --git a/ClientApp/src/app/features/online-board/online-board-routing.module.ts b/apps/angular/src/app/features/online-board/online-board-routing.module.ts similarity index 100% rename from ClientApp/src/app/features/online-board/online-board-routing.module.ts rename to apps/angular/src/app/features/online-board/online-board-routing.module.ts diff --git a/ClientApp/src/app/features/online-board/online-board.module.ts b/apps/angular/src/app/features/online-board/online-board.module.ts similarity index 100% rename from ClientApp/src/app/features/online-board/online-board.module.ts rename to apps/angular/src/app/features/online-board/online-board.module.ts diff --git a/ClientApp/src/app/features/online-board/pages/flight-details/components/flights-mini-list/online-board-flights-mini-list.component.html b/apps/angular/src/app/features/online-board/pages/flight-details/components/flights-mini-list/online-board-flights-mini-list.component.html similarity index 100% rename from ClientApp/src/app/features/online-board/pages/flight-details/components/flights-mini-list/online-board-flights-mini-list.component.html rename to apps/angular/src/app/features/online-board/pages/flight-details/components/flights-mini-list/online-board-flights-mini-list.component.html diff --git a/ClientApp/src/app/features/online-board/pages/flight-details/components/flights-mini-list/online-board-flights-mini-list.component.spec.ts b/apps/angular/src/app/features/online-board/pages/flight-details/components/flights-mini-list/online-board-flights-mini-list.component.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/pages/flight-details/components/flights-mini-list/online-board-flights-mini-list.component.spec.ts rename to apps/angular/src/app/features/online-board/pages/flight-details/components/flights-mini-list/online-board-flights-mini-list.component.spec.ts diff --git a/ClientApp/src/app/features/online-board/pages/flight-details/components/flights-mini-list/online-board-flights-mini-list.component.ts b/apps/angular/src/app/features/online-board/pages/flight-details/components/flights-mini-list/online-board-flights-mini-list.component.ts similarity index 100% rename from ClientApp/src/app/features/online-board/pages/flight-details/components/flights-mini-list/online-board-flights-mini-list.component.ts rename to apps/angular/src/app/features/online-board/pages/flight-details/components/flights-mini-list/online-board-flights-mini-list.component.ts diff --git a/ClientApp/src/app/features/online-board/pages/flight-details/components/meta-tags/flight-details-meta-tags.component.html b/apps/angular/src/app/features/online-board/pages/flight-details/components/meta-tags/flight-details-meta-tags.component.html similarity index 100% rename from ClientApp/src/app/features/online-board/pages/flight-details/components/meta-tags/flight-details-meta-tags.component.html rename to apps/angular/src/app/features/online-board/pages/flight-details/components/meta-tags/flight-details-meta-tags.component.html diff --git a/ClientApp/src/app/features/online-board/pages/flight-details/components/meta-tags/flight-details-meta-tags.component.spec.ts b/apps/angular/src/app/features/online-board/pages/flight-details/components/meta-tags/flight-details-meta-tags.component.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/pages/flight-details/components/meta-tags/flight-details-meta-tags.component.spec.ts rename to apps/angular/src/app/features/online-board/pages/flight-details/components/meta-tags/flight-details-meta-tags.component.spec.ts diff --git a/ClientApp/src/app/features/online-board/pages/flight-details/components/meta-tags/flight-details-meta-tags.component.ts b/apps/angular/src/app/features/online-board/pages/flight-details/components/meta-tags/flight-details-meta-tags.component.ts similarity index 100% rename from ClientApp/src/app/features/online-board/pages/flight-details/components/meta-tags/flight-details-meta-tags.component.ts rename to apps/angular/src/app/features/online-board/pages/flight-details/components/meta-tags/flight-details-meta-tags.component.ts diff --git a/ClientApp/src/app/features/online-board/pages/flight-details/components/title/flight-details-title.component.html b/apps/angular/src/app/features/online-board/pages/flight-details/components/title/flight-details-title.component.html similarity index 100% rename from ClientApp/src/app/features/online-board/pages/flight-details/components/title/flight-details-title.component.html rename to apps/angular/src/app/features/online-board/pages/flight-details/components/title/flight-details-title.component.html diff --git a/ClientApp/src/app/features/online-board/pages/flight-details/components/title/flight-details-title.component.spec.ts b/apps/angular/src/app/features/online-board/pages/flight-details/components/title/flight-details-title.component.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/pages/flight-details/components/title/flight-details-title.component.spec.ts rename to apps/angular/src/app/features/online-board/pages/flight-details/components/title/flight-details-title.component.spec.ts diff --git a/ClientApp/src/app/features/online-board/pages/flight-details/components/title/flight-details-title.component.ts b/apps/angular/src/app/features/online-board/pages/flight-details/components/title/flight-details-title.component.ts similarity index 100% rename from ClientApp/src/app/features/online-board/pages/flight-details/components/title/flight-details-title.component.ts rename to apps/angular/src/app/features/online-board/pages/flight-details/components/title/flight-details-title.component.ts diff --git a/ClientApp/src/app/features/online-board/pages/flight-details/components/view/online-board-details.component.html b/apps/angular/src/app/features/online-board/pages/flight-details/components/view/online-board-details.component.html similarity index 100% rename from ClientApp/src/app/features/online-board/pages/flight-details/components/view/online-board-details.component.html rename to apps/angular/src/app/features/online-board/pages/flight-details/components/view/online-board-details.component.html diff --git a/ClientApp/src/app/features/online-board/pages/flight-details/components/view/online-board-details.component.scss b/apps/angular/src/app/features/online-board/pages/flight-details/components/view/online-board-details.component.scss similarity index 100% rename from ClientApp/src/app/features/online-board/pages/flight-details/components/view/online-board-details.component.scss rename to apps/angular/src/app/features/online-board/pages/flight-details/components/view/online-board-details.component.scss diff --git a/ClientApp/src/app/features/online-board/pages/flight-details/components/view/online-board-details.component.spec.ts b/apps/angular/src/app/features/online-board/pages/flight-details/components/view/online-board-details.component.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/pages/flight-details/components/view/online-board-details.component.spec.ts rename to apps/angular/src/app/features/online-board/pages/flight-details/components/view/online-board-details.component.spec.ts diff --git a/ClientApp/src/app/features/online-board/pages/flight-details/components/view/online-board-details.component.ts b/apps/angular/src/app/features/online-board/pages/flight-details/components/view/online-board-details.component.ts similarity index 100% rename from ClientApp/src/app/features/online-board/pages/flight-details/components/view/online-board-details.component.ts rename to apps/angular/src/app/features/online-board/pages/flight-details/components/view/online-board-details.component.ts diff --git a/ClientApp/src/app/features/online-board/pages/flight-details/flight-details-page.component.html b/apps/angular/src/app/features/online-board/pages/flight-details/flight-details-page.component.html similarity index 100% rename from ClientApp/src/app/features/online-board/pages/flight-details/flight-details-page.component.html rename to apps/angular/src/app/features/online-board/pages/flight-details/flight-details-page.component.html diff --git a/ClientApp/src/app/features/online-board/pages/flight-details/flight-details-page.component.spec.ts b/apps/angular/src/app/features/online-board/pages/flight-details/flight-details-page.component.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/pages/flight-details/flight-details-page.component.spec.ts rename to apps/angular/src/app/features/online-board/pages/flight-details/flight-details-page.component.spec.ts diff --git a/ClientApp/src/app/features/online-board/pages/flight-details/flight-details-page.component.ts b/apps/angular/src/app/features/online-board/pages/flight-details/flight-details-page.component.ts similarity index 100% rename from ClientApp/src/app/features/online-board/pages/flight-details/flight-details-page.component.ts rename to apps/angular/src/app/features/online-board/pages/flight-details/flight-details-page.component.ts diff --git a/ClientApp/src/app/features/online-board/pages/flight-details/services/refresh.service.spec.ts b/apps/angular/src/app/features/online-board/pages/flight-details/services/refresh.service.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/pages/flight-details/services/refresh.service.spec.ts rename to apps/angular/src/app/features/online-board/pages/flight-details/services/refresh.service.spec.ts diff --git a/ClientApp/src/app/features/online-board/pages/flight-details/services/refresh.service.ts b/apps/angular/src/app/features/online-board/pages/flight-details/services/refresh.service.ts similarity index 100% rename from ClientApp/src/app/features/online-board/pages/flight-details/services/refresh.service.ts rename to apps/angular/src/app/features/online-board/pages/flight-details/services/refresh.service.ts diff --git a/ClientApp/src/app/features/online-board/pages/search/arrival/arrival-search-page.component.html b/apps/angular/src/app/features/online-board/pages/search/arrival/arrival-search-page.component.html similarity index 100% rename from ClientApp/src/app/features/online-board/pages/search/arrival/arrival-search-page.component.html rename to apps/angular/src/app/features/online-board/pages/search/arrival/arrival-search-page.component.html diff --git a/ClientApp/src/app/features/online-board/pages/search/arrival/arrival-search-page.component.ts b/apps/angular/src/app/features/online-board/pages/search/arrival/arrival-search-page.component.ts similarity index 100% rename from ClientApp/src/app/features/online-board/pages/search/arrival/arrival-search-page.component.ts rename to apps/angular/src/app/features/online-board/pages/search/arrival/arrival-search-page.component.ts diff --git a/ClientApp/src/app/features/online-board/pages/search/arrival/components/meta-tags/online-board-arrival-meta-tags.component.html b/apps/angular/src/app/features/online-board/pages/search/arrival/components/meta-tags/online-board-arrival-meta-tags.component.html similarity index 100% rename from ClientApp/src/app/features/online-board/pages/search/arrival/components/meta-tags/online-board-arrival-meta-tags.component.html rename to apps/angular/src/app/features/online-board/pages/search/arrival/components/meta-tags/online-board-arrival-meta-tags.component.html diff --git a/ClientApp/src/app/features/online-board/pages/search/arrival/components/meta-tags/online-board-arrival-meta-tags.component.spec.ts b/apps/angular/src/app/features/online-board/pages/search/arrival/components/meta-tags/online-board-arrival-meta-tags.component.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/pages/search/arrival/components/meta-tags/online-board-arrival-meta-tags.component.spec.ts rename to apps/angular/src/app/features/online-board/pages/search/arrival/components/meta-tags/online-board-arrival-meta-tags.component.spec.ts diff --git a/ClientApp/src/app/features/online-board/pages/search/arrival/components/meta-tags/online-board-arrival-meta-tags.component.ts b/apps/angular/src/app/features/online-board/pages/search/arrival/components/meta-tags/online-board-arrival-meta-tags.component.ts similarity index 100% rename from ClientApp/src/app/features/online-board/pages/search/arrival/components/meta-tags/online-board-arrival-meta-tags.component.ts rename to apps/angular/src/app/features/online-board/pages/search/arrival/components/meta-tags/online-board-arrival-meta-tags.component.ts diff --git a/ClientApp/src/app/features/online-board/pages/search/arrival/components/title/online-board-arrival-title.component.html b/apps/angular/src/app/features/online-board/pages/search/arrival/components/title/online-board-arrival-title.component.html similarity index 100% rename from ClientApp/src/app/features/online-board/pages/search/arrival/components/title/online-board-arrival-title.component.html rename to apps/angular/src/app/features/online-board/pages/search/arrival/components/title/online-board-arrival-title.component.html diff --git a/ClientApp/src/app/features/online-board/pages/search/arrival/components/title/online-board-arrival-title.component.spec.ts b/apps/angular/src/app/features/online-board/pages/search/arrival/components/title/online-board-arrival-title.component.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/pages/search/arrival/components/title/online-board-arrival-title.component.spec.ts rename to apps/angular/src/app/features/online-board/pages/search/arrival/components/title/online-board-arrival-title.component.spec.ts diff --git a/ClientApp/src/app/features/online-board/pages/search/arrival/components/title/online-board-arrival-title.component.ts b/apps/angular/src/app/features/online-board/pages/search/arrival/components/title/online-board-arrival-title.component.ts similarity index 100% rename from ClientApp/src/app/features/online-board/pages/search/arrival/components/title/online-board-arrival-title.component.ts rename to apps/angular/src/app/features/online-board/pages/search/arrival/components/title/online-board-arrival-title.component.ts diff --git a/ClientApp/src/app/features/online-board/pages/search/components/base/search-page-base.component.html b/apps/angular/src/app/features/online-board/pages/search/components/base/search-page-base.component.html similarity index 100% rename from ClientApp/src/app/features/online-board/pages/search/components/base/search-page-base.component.html rename to apps/angular/src/app/features/online-board/pages/search/components/base/search-page-base.component.html diff --git a/ClientApp/src/app/features/online-board/pages/search/components/base/search-page-base.component.spec.ts b/apps/angular/src/app/features/online-board/pages/search/components/base/search-page-base.component.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/pages/search/components/base/search-page-base.component.spec.ts rename to apps/angular/src/app/features/online-board/pages/search/components/base/search-page-base.component.spec.ts diff --git a/ClientApp/src/app/features/online-board/pages/search/components/base/search-page-base.component.ts b/apps/angular/src/app/features/online-board/pages/search/components/base/search-page-base.component.ts similarity index 100% rename from ClientApp/src/app/features/online-board/pages/search/components/base/search-page-base.component.ts rename to apps/angular/src/app/features/online-board/pages/search/components/base/search-page-base.component.ts diff --git a/ClientApp/src/app/features/online-board/pages/search/components/base/services/refresh-board.service.ts b/apps/angular/src/app/features/online-board/pages/search/components/base/services/refresh-board.service.ts similarity index 100% rename from ClientApp/src/app/features/online-board/pages/search/components/base/services/refresh-board.service.ts rename to apps/angular/src/app/features/online-board/pages/search/components/base/services/refresh-board.service.ts diff --git a/ClientApp/src/app/features/online-board/pages/search/components/view/online-board-search.component.html b/apps/angular/src/app/features/online-board/pages/search/components/view/online-board-search.component.html similarity index 100% rename from ClientApp/src/app/features/online-board/pages/search/components/view/online-board-search.component.html rename to apps/angular/src/app/features/online-board/pages/search/components/view/online-board-search.component.html diff --git a/ClientApp/src/app/features/online-board/pages/search/components/view/online-board-search.component.scss b/apps/angular/src/app/features/online-board/pages/search/components/view/online-board-search.component.scss similarity index 100% rename from ClientApp/src/app/features/online-board/pages/search/components/view/online-board-search.component.scss rename to apps/angular/src/app/features/online-board/pages/search/components/view/online-board-search.component.scss diff --git a/ClientApp/src/app/features/online-board/pages/search/components/view/online-board-search.component.ts b/apps/angular/src/app/features/online-board/pages/search/components/view/online-board-search.component.ts similarity index 100% rename from ClientApp/src/app/features/online-board/pages/search/components/view/online-board-search.component.ts rename to apps/angular/src/app/features/online-board/pages/search/components/view/online-board-search.component.ts diff --git a/ClientApp/src/app/features/online-board/pages/search/components/view/utils/find-closest-flight.spec.ts b/apps/angular/src/app/features/online-board/pages/search/components/view/utils/find-closest-flight.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/pages/search/components/view/utils/find-closest-flight.spec.ts rename to apps/angular/src/app/features/online-board/pages/search/components/view/utils/find-closest-flight.spec.ts diff --git a/ClientApp/src/app/features/online-board/pages/search/components/view/utils/find-closest-flight.ts b/apps/angular/src/app/features/online-board/pages/search/components/view/utils/find-closest-flight.ts similarity index 100% rename from ClientApp/src/app/features/online-board/pages/search/components/view/utils/find-closest-flight.ts rename to apps/angular/src/app/features/online-board/pages/search/components/view/utils/find-closest-flight.ts diff --git a/ClientApp/src/app/features/online-board/pages/search/departure/components/meta-tags/online-board-departure-meta-tags.component.html b/apps/angular/src/app/features/online-board/pages/search/departure/components/meta-tags/online-board-departure-meta-tags.component.html similarity index 100% rename from ClientApp/src/app/features/online-board/pages/search/departure/components/meta-tags/online-board-departure-meta-tags.component.html rename to apps/angular/src/app/features/online-board/pages/search/departure/components/meta-tags/online-board-departure-meta-tags.component.html diff --git a/ClientApp/src/app/features/online-board/pages/search/departure/components/meta-tags/online-board-departure-meta-tags.component.spec.ts b/apps/angular/src/app/features/online-board/pages/search/departure/components/meta-tags/online-board-departure-meta-tags.component.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/pages/search/departure/components/meta-tags/online-board-departure-meta-tags.component.spec.ts rename to apps/angular/src/app/features/online-board/pages/search/departure/components/meta-tags/online-board-departure-meta-tags.component.spec.ts diff --git a/ClientApp/src/app/features/online-board/pages/search/departure/components/meta-tags/online-board-departure-meta-tags.component.ts b/apps/angular/src/app/features/online-board/pages/search/departure/components/meta-tags/online-board-departure-meta-tags.component.ts similarity index 100% rename from ClientApp/src/app/features/online-board/pages/search/departure/components/meta-tags/online-board-departure-meta-tags.component.ts rename to apps/angular/src/app/features/online-board/pages/search/departure/components/meta-tags/online-board-departure-meta-tags.component.ts diff --git a/ClientApp/src/app/features/online-board/pages/search/departure/components/title/online-board-departure-title.component.html b/apps/angular/src/app/features/online-board/pages/search/departure/components/title/online-board-departure-title.component.html similarity index 100% rename from ClientApp/src/app/features/online-board/pages/search/departure/components/title/online-board-departure-title.component.html rename to apps/angular/src/app/features/online-board/pages/search/departure/components/title/online-board-departure-title.component.html diff --git a/ClientApp/src/app/features/online-board/pages/search/departure/components/title/online-board-departure-title.component.spec.ts b/apps/angular/src/app/features/online-board/pages/search/departure/components/title/online-board-departure-title.component.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/pages/search/departure/components/title/online-board-departure-title.component.spec.ts rename to apps/angular/src/app/features/online-board/pages/search/departure/components/title/online-board-departure-title.component.spec.ts diff --git a/ClientApp/src/app/features/online-board/pages/search/departure/components/title/online-board-departure-title.component.ts b/apps/angular/src/app/features/online-board/pages/search/departure/components/title/online-board-departure-title.component.ts similarity index 100% rename from ClientApp/src/app/features/online-board/pages/search/departure/components/title/online-board-departure-title.component.ts rename to apps/angular/src/app/features/online-board/pages/search/departure/components/title/online-board-departure-title.component.ts diff --git a/ClientApp/src/app/features/online-board/pages/search/departure/departure-search-page.component.html b/apps/angular/src/app/features/online-board/pages/search/departure/departure-search-page.component.html similarity index 100% rename from ClientApp/src/app/features/online-board/pages/search/departure/departure-search-page.component.html rename to apps/angular/src/app/features/online-board/pages/search/departure/departure-search-page.component.html diff --git a/ClientApp/src/app/features/online-board/pages/search/departure/departure-search-page.component.ts b/apps/angular/src/app/features/online-board/pages/search/departure/departure-search-page.component.ts similarity index 100% rename from ClientApp/src/app/features/online-board/pages/search/departure/departure-search-page.component.ts rename to apps/angular/src/app/features/online-board/pages/search/departure/departure-search-page.component.ts diff --git a/ClientApp/src/app/features/online-board/pages/search/flight-number-search/components/meta-tags/online-board-flight-number-meta-tags.component.html b/apps/angular/src/app/features/online-board/pages/search/flight-number-search/components/meta-tags/online-board-flight-number-meta-tags.component.html similarity index 100% rename from ClientApp/src/app/features/online-board/pages/search/flight-number-search/components/meta-tags/online-board-flight-number-meta-tags.component.html rename to apps/angular/src/app/features/online-board/pages/search/flight-number-search/components/meta-tags/online-board-flight-number-meta-tags.component.html diff --git a/ClientApp/src/app/features/online-board/pages/search/flight-number-search/components/meta-tags/online-board-flight-number-meta-tags.component.spec.ts b/apps/angular/src/app/features/online-board/pages/search/flight-number-search/components/meta-tags/online-board-flight-number-meta-tags.component.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/pages/search/flight-number-search/components/meta-tags/online-board-flight-number-meta-tags.component.spec.ts rename to apps/angular/src/app/features/online-board/pages/search/flight-number-search/components/meta-tags/online-board-flight-number-meta-tags.component.spec.ts diff --git a/ClientApp/src/app/features/online-board/pages/search/flight-number-search/components/meta-tags/online-board-flight-number-meta-tags.component.ts b/apps/angular/src/app/features/online-board/pages/search/flight-number-search/components/meta-tags/online-board-flight-number-meta-tags.component.ts similarity index 100% rename from ClientApp/src/app/features/online-board/pages/search/flight-number-search/components/meta-tags/online-board-flight-number-meta-tags.component.ts rename to apps/angular/src/app/features/online-board/pages/search/flight-number-search/components/meta-tags/online-board-flight-number-meta-tags.component.ts diff --git a/ClientApp/src/app/features/online-board/pages/search/flight-number-search/components/title/online-board-flight-number-title.component.html b/apps/angular/src/app/features/online-board/pages/search/flight-number-search/components/title/online-board-flight-number-title.component.html similarity index 100% rename from ClientApp/src/app/features/online-board/pages/search/flight-number-search/components/title/online-board-flight-number-title.component.html rename to apps/angular/src/app/features/online-board/pages/search/flight-number-search/components/title/online-board-flight-number-title.component.html diff --git a/ClientApp/src/app/features/online-board/pages/search/flight-number-search/components/title/online-board-flight-number-title.component.spec.ts b/apps/angular/src/app/features/online-board/pages/search/flight-number-search/components/title/online-board-flight-number-title.component.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/pages/search/flight-number-search/components/title/online-board-flight-number-title.component.spec.ts rename to apps/angular/src/app/features/online-board/pages/search/flight-number-search/components/title/online-board-flight-number-title.component.spec.ts diff --git a/ClientApp/src/app/features/online-board/pages/search/flight-number-search/components/title/online-board-flight-number-title.component.ts b/apps/angular/src/app/features/online-board/pages/search/flight-number-search/components/title/online-board-flight-number-title.component.ts similarity index 100% rename from ClientApp/src/app/features/online-board/pages/search/flight-number-search/components/title/online-board-flight-number-title.component.ts rename to apps/angular/src/app/features/online-board/pages/search/flight-number-search/components/title/online-board-flight-number-title.component.ts diff --git a/ClientApp/src/app/features/online-board/pages/search/flight-number-search/flight-number-search-page.component.html b/apps/angular/src/app/features/online-board/pages/search/flight-number-search/flight-number-search-page.component.html similarity index 100% rename from ClientApp/src/app/features/online-board/pages/search/flight-number-search/flight-number-search-page.component.html rename to apps/angular/src/app/features/online-board/pages/search/flight-number-search/flight-number-search-page.component.html diff --git a/ClientApp/src/app/features/online-board/pages/search/flight-number-search/flight-number-search-page.component.spec.ts b/apps/angular/src/app/features/online-board/pages/search/flight-number-search/flight-number-search-page.component.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/pages/search/flight-number-search/flight-number-search-page.component.spec.ts rename to apps/angular/src/app/features/online-board/pages/search/flight-number-search/flight-number-search-page.component.spec.ts diff --git a/ClientApp/src/app/features/online-board/pages/search/flight-number-search/flight-number-search-page.component.ts b/apps/angular/src/app/features/online-board/pages/search/flight-number-search/flight-number-search-page.component.ts similarity index 100% rename from ClientApp/src/app/features/online-board/pages/search/flight-number-search/flight-number-search-page.component.ts rename to apps/angular/src/app/features/online-board/pages/search/flight-number-search/flight-number-search-page.component.ts diff --git a/ClientApp/src/app/features/online-board/pages/search/route-search/components/meta-tags/online-board-route-meta-tags.component.html b/apps/angular/src/app/features/online-board/pages/search/route-search/components/meta-tags/online-board-route-meta-tags.component.html similarity index 100% rename from ClientApp/src/app/features/online-board/pages/search/route-search/components/meta-tags/online-board-route-meta-tags.component.html rename to apps/angular/src/app/features/online-board/pages/search/route-search/components/meta-tags/online-board-route-meta-tags.component.html diff --git a/ClientApp/src/app/features/online-board/pages/search/route-search/components/meta-tags/online-board-route-meta-tags.component.spec.ts b/apps/angular/src/app/features/online-board/pages/search/route-search/components/meta-tags/online-board-route-meta-tags.component.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/pages/search/route-search/components/meta-tags/online-board-route-meta-tags.component.spec.ts rename to apps/angular/src/app/features/online-board/pages/search/route-search/components/meta-tags/online-board-route-meta-tags.component.spec.ts diff --git a/ClientApp/src/app/features/online-board/pages/search/route-search/components/meta-tags/online-board-route-meta-tags.component.ts b/apps/angular/src/app/features/online-board/pages/search/route-search/components/meta-tags/online-board-route-meta-tags.component.ts similarity index 100% rename from ClientApp/src/app/features/online-board/pages/search/route-search/components/meta-tags/online-board-route-meta-tags.component.ts rename to apps/angular/src/app/features/online-board/pages/search/route-search/components/meta-tags/online-board-route-meta-tags.component.ts diff --git a/ClientApp/src/app/features/online-board/pages/search/route-search/components/title/online-board-route-title.component.html b/apps/angular/src/app/features/online-board/pages/search/route-search/components/title/online-board-route-title.component.html similarity index 100% rename from ClientApp/src/app/features/online-board/pages/search/route-search/components/title/online-board-route-title.component.html rename to apps/angular/src/app/features/online-board/pages/search/route-search/components/title/online-board-route-title.component.html diff --git a/ClientApp/src/app/features/online-board/pages/search/route-search/components/title/online-board-route-title.component.spec.ts b/apps/angular/src/app/features/online-board/pages/search/route-search/components/title/online-board-route-title.component.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/pages/search/route-search/components/title/online-board-route-title.component.spec.ts rename to apps/angular/src/app/features/online-board/pages/search/route-search/components/title/online-board-route-title.component.spec.ts diff --git a/ClientApp/src/app/features/online-board/pages/search/route-search/components/title/online-board-route-title.component.ts b/apps/angular/src/app/features/online-board/pages/search/route-search/components/title/online-board-route-title.component.ts similarity index 100% rename from ClientApp/src/app/features/online-board/pages/search/route-search/components/title/online-board-route-title.component.ts rename to apps/angular/src/app/features/online-board/pages/search/route-search/components/title/online-board-route-title.component.ts diff --git a/ClientApp/src/app/features/online-board/pages/search/route-search/route-search-page.component.html b/apps/angular/src/app/features/online-board/pages/search/route-search/route-search-page.component.html similarity index 100% rename from ClientApp/src/app/features/online-board/pages/search/route-search/route-search-page.component.html rename to apps/angular/src/app/features/online-board/pages/search/route-search/route-search-page.component.html diff --git a/ClientApp/src/app/features/online-board/pages/search/route-search/route-search-page.component.ts b/apps/angular/src/app/features/online-board/pages/search/route-search/route-search-page.component.ts similarity index 100% rename from ClientApp/src/app/features/online-board/pages/search/route-search/route-search-page.component.ts rename to apps/angular/src/app/features/online-board/pages/search/route-search/route-search-page.component.ts diff --git a/ClientApp/src/app/features/online-board/pages/start/components/meta-tags/online-board-start-page-meta-tags.component.html b/apps/angular/src/app/features/online-board/pages/start/components/meta-tags/online-board-start-page-meta-tags.component.html similarity index 100% rename from ClientApp/src/app/features/online-board/pages/start/components/meta-tags/online-board-start-page-meta-tags.component.html rename to apps/angular/src/app/features/online-board/pages/start/components/meta-tags/online-board-start-page-meta-tags.component.html diff --git a/ClientApp/src/app/features/online-board/pages/start/components/meta-tags/online-board-start-page-meta-tags.component.ts b/apps/angular/src/app/features/online-board/pages/start/components/meta-tags/online-board-start-page-meta-tags.component.ts similarity index 100% rename from ClientApp/src/app/features/online-board/pages/start/components/meta-tags/online-board-start-page-meta-tags.component.ts rename to apps/angular/src/app/features/online-board/pages/start/components/meta-tags/online-board-start-page-meta-tags.component.ts diff --git a/ClientApp/src/app/features/online-board/pages/start/components/title/start-page-title.component.html b/apps/angular/src/app/features/online-board/pages/start/components/title/start-page-title.component.html similarity index 100% rename from ClientApp/src/app/features/online-board/pages/start/components/title/start-page-title.component.html rename to apps/angular/src/app/features/online-board/pages/start/components/title/start-page-title.component.html diff --git a/ClientApp/src/app/features/online-board/pages/start/components/title/start-page-title.component.spec.ts b/apps/angular/src/app/features/online-board/pages/start/components/title/start-page-title.component.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/pages/start/components/title/start-page-title.component.spec.ts rename to apps/angular/src/app/features/online-board/pages/start/components/title/start-page-title.component.spec.ts diff --git a/ClientApp/src/app/features/online-board/pages/start/components/title/start-page-title.component.ts b/apps/angular/src/app/features/online-board/pages/start/components/title/start-page-title.component.ts similarity index 100% rename from ClientApp/src/app/features/online-board/pages/start/components/title/start-page-title.component.ts rename to apps/angular/src/app/features/online-board/pages/start/components/title/start-page-title.component.ts diff --git a/ClientApp/src/app/features/online-board/pages/start/online-board-start-page.component.html b/apps/angular/src/app/features/online-board/pages/start/online-board-start-page.component.html similarity index 100% rename from ClientApp/src/app/features/online-board/pages/start/online-board-start-page.component.html rename to apps/angular/src/app/features/online-board/pages/start/online-board-start-page.component.html diff --git a/ClientApp/src/app/features/online-board/pages/start/online-board-start-page.component.ts b/apps/angular/src/app/features/online-board/pages/start/online-board-start-page.component.ts similarity index 100% rename from ClientApp/src/app/features/online-board/pages/start/online-board-start-page.component.ts rename to apps/angular/src/app/features/online-board/pages/start/online-board-start-page.component.ts diff --git a/ClientApp/src/app/features/online-board/resolvers/bread-crumbs/details-bread-crumbs.resolver.spec.ts b/apps/angular/src/app/features/online-board/resolvers/bread-crumbs/details-bread-crumbs.resolver.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/resolvers/bread-crumbs/details-bread-crumbs.resolver.spec.ts rename to apps/angular/src/app/features/online-board/resolvers/bread-crumbs/details-bread-crumbs.resolver.spec.ts diff --git a/ClientApp/src/app/features/online-board/resolvers/bread-crumbs/details-bread-crumbs.resolver.ts b/apps/angular/src/app/features/online-board/resolvers/bread-crumbs/details-bread-crumbs.resolver.ts similarity index 100% rename from ClientApp/src/app/features/online-board/resolvers/bread-crumbs/details-bread-crumbs.resolver.ts rename to apps/angular/src/app/features/online-board/resolvers/bread-crumbs/details-bread-crumbs.resolver.ts diff --git a/ClientApp/src/app/features/online-board/resolvers/bread-crumbs/route-search-bread-crumbs.resolver.spec.ts b/apps/angular/src/app/features/online-board/resolvers/bread-crumbs/route-search-bread-crumbs.resolver.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/resolvers/bread-crumbs/route-search-bread-crumbs.resolver.spec.ts rename to apps/angular/src/app/features/online-board/resolvers/bread-crumbs/route-search-bread-crumbs.resolver.spec.ts diff --git a/ClientApp/src/app/features/online-board/resolvers/bread-crumbs/route-search-bread-crumbs.resolver.ts b/apps/angular/src/app/features/online-board/resolvers/bread-crumbs/route-search-bread-crumbs.resolver.ts similarity index 100% rename from ClientApp/src/app/features/online-board/resolvers/bread-crumbs/route-search-bread-crumbs.resolver.ts rename to apps/angular/src/app/features/online-board/resolvers/bread-crumbs/route-search-bread-crumbs.resolver.ts diff --git a/ClientApp/src/app/features/online-board/resolvers/request-data.resolver.spec.ts b/apps/angular/src/app/features/online-board/resolvers/request-data.resolver.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/resolvers/request-data.resolver.spec.ts rename to apps/angular/src/app/features/online-board/resolvers/request-data.resolver.spec.ts diff --git a/ClientApp/src/app/features/online-board/resolvers/request-data.resolver.ts b/apps/angular/src/app/features/online-board/resolvers/request-data.resolver.ts similarity index 100% rename from ClientApp/src/app/features/online-board/resolvers/request-data.resolver.ts rename to apps/angular/src/app/features/online-board/resolvers/request-data.resolver.ts diff --git a/ClientApp/src/app/features/online-board/resolvers/url-params/arrival-url-params.resolver.spec.ts b/apps/angular/src/app/features/online-board/resolvers/url-params/arrival-url-params.resolver.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/resolvers/url-params/arrival-url-params.resolver.spec.ts rename to apps/angular/src/app/features/online-board/resolvers/url-params/arrival-url-params.resolver.spec.ts diff --git a/ClientApp/src/app/features/online-board/resolvers/url-params/arrival-url-params.resolver.ts b/apps/angular/src/app/features/online-board/resolvers/url-params/arrival-url-params.resolver.ts similarity index 100% rename from ClientApp/src/app/features/online-board/resolvers/url-params/arrival-url-params.resolver.ts rename to apps/angular/src/app/features/online-board/resolvers/url-params/arrival-url-params.resolver.ts diff --git a/ClientApp/src/app/features/online-board/resolvers/url-params/departure-url-params.resolver.spec.ts b/apps/angular/src/app/features/online-board/resolvers/url-params/departure-url-params.resolver.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/resolvers/url-params/departure-url-params.resolver.spec.ts rename to apps/angular/src/app/features/online-board/resolvers/url-params/departure-url-params.resolver.spec.ts diff --git a/ClientApp/src/app/features/online-board/resolvers/url-params/departure-url-params.resolver.ts b/apps/angular/src/app/features/online-board/resolvers/url-params/departure-url-params.resolver.ts similarity index 100% rename from ClientApp/src/app/features/online-board/resolvers/url-params/departure-url-params.resolver.ts rename to apps/angular/src/app/features/online-board/resolvers/url-params/departure-url-params.resolver.ts diff --git a/ClientApp/src/app/features/online-board/resolvers/url-params/details-url-params.resolver.spec.ts b/apps/angular/src/app/features/online-board/resolvers/url-params/details-url-params.resolver.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/resolvers/url-params/details-url-params.resolver.spec.ts rename to apps/angular/src/app/features/online-board/resolvers/url-params/details-url-params.resolver.spec.ts diff --git a/ClientApp/src/app/features/online-board/resolvers/url-params/details-url-params.resolver.ts b/apps/angular/src/app/features/online-board/resolvers/url-params/details-url-params.resolver.ts similarity index 100% rename from ClientApp/src/app/features/online-board/resolvers/url-params/details-url-params.resolver.ts rename to apps/angular/src/app/features/online-board/resolvers/url-params/details-url-params.resolver.ts diff --git a/ClientApp/src/app/features/online-board/resolvers/url-params/flight-number-url-params.resolver.spec.ts b/apps/angular/src/app/features/online-board/resolvers/url-params/flight-number-url-params.resolver.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/resolvers/url-params/flight-number-url-params.resolver.spec.ts rename to apps/angular/src/app/features/online-board/resolvers/url-params/flight-number-url-params.resolver.spec.ts diff --git a/ClientApp/src/app/features/online-board/resolvers/url-params/flight-number-url-params.resolver.ts b/apps/angular/src/app/features/online-board/resolvers/url-params/flight-number-url-params.resolver.ts similarity index 100% rename from ClientApp/src/app/features/online-board/resolvers/url-params/flight-number-url-params.resolver.ts rename to apps/angular/src/app/features/online-board/resolvers/url-params/flight-number-url-params.resolver.ts diff --git a/ClientApp/src/app/features/online-board/resolvers/url-params/route-url-params.resolver.spec.ts b/apps/angular/src/app/features/online-board/resolvers/url-params/route-url-params.resolver.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/resolvers/url-params/route-url-params.resolver.spec.ts rename to apps/angular/src/app/features/online-board/resolvers/url-params/route-url-params.resolver.spec.ts diff --git a/ClientApp/src/app/features/online-board/resolvers/url-params/route-url-params.resolver.ts b/apps/angular/src/app/features/online-board/resolvers/url-params/route-url-params.resolver.ts similarity index 100% rename from ClientApp/src/app/features/online-board/resolvers/url-params/route-url-params.resolver.ts rename to apps/angular/src/app/features/online-board/resolvers/url-params/route-url-params.resolver.ts diff --git a/ClientApp/src/app/features/online-board/services/api.service.spec.ts b/apps/angular/src/app/features/online-board/services/api.service.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/services/api.service.spec.ts rename to apps/angular/src/app/features/online-board/services/api.service.spec.ts diff --git a/ClientApp/src/app/features/online-board/services/api.service.ts b/apps/angular/src/app/features/online-board/services/api.service.ts similarity index 100% rename from ClientApp/src/app/features/online-board/services/api.service.ts rename to apps/angular/src/app/features/online-board/services/api.service.ts diff --git a/ClientApp/src/app/features/online-board/services/bread-crumb.service.spec.ts b/apps/angular/src/app/features/online-board/services/bread-crumb.service.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/services/bread-crumb.service.spec.ts rename to apps/angular/src/app/features/online-board/services/bread-crumb.service.spec.ts diff --git a/ClientApp/src/app/features/online-board/services/bread-crumb.service.ts b/apps/angular/src/app/features/online-board/services/bread-crumb.service.ts similarity index 100% rename from ClientApp/src/app/features/online-board/services/bread-crumb.service.ts rename to apps/angular/src/app/features/online-board/services/bread-crumb.service.ts diff --git a/ClientApp/src/app/features/online-board/services/data-source.service.spec.ts b/apps/angular/src/app/features/online-board/services/data-source.service.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/services/data-source.service.spec.ts rename to apps/angular/src/app/features/online-board/services/data-source.service.spec.ts diff --git a/ClientApp/src/app/features/online-board/services/data-source.service.ts b/apps/angular/src/app/features/online-board/services/data-source.service.ts similarity index 100% rename from ClientApp/src/app/features/online-board/services/data-source.service.ts rename to apps/angular/src/app/features/online-board/services/data-source.service.ts diff --git a/ClientApp/src/app/features/online-board/services/date-validation.service.spec.ts b/apps/angular/src/app/features/online-board/services/date-validation.service.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/services/date-validation.service.spec.ts rename to apps/angular/src/app/features/online-board/services/date-validation.service.spec.ts diff --git a/ClientApp/src/app/features/online-board/services/date-validation.service.ts b/apps/angular/src/app/features/online-board/services/date-validation.service.ts similarity index 100% rename from ClientApp/src/app/features/online-board/services/date-validation.service.ts rename to apps/angular/src/app/features/online-board/services/date-validation.service.ts diff --git a/ClientApp/src/app/features/online-board/services/fade.service.ts b/apps/angular/src/app/features/online-board/services/fade.service.ts similarity index 100% rename from ClientApp/src/app/features/online-board/services/fade.service.ts rename to apps/angular/src/app/features/online-board/services/fade.service.ts diff --git a/ClientApp/src/app/features/online-board/services/filter/filter.service.mock.ts b/apps/angular/src/app/features/online-board/services/filter/filter.service.mock.ts similarity index 100% rename from ClientApp/src/app/features/online-board/services/filter/filter.service.mock.ts rename to apps/angular/src/app/features/online-board/services/filter/filter.service.mock.ts diff --git a/ClientApp/src/app/features/online-board/services/filter/filter.service.spec.ts b/apps/angular/src/app/features/online-board/services/filter/filter.service.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/services/filter/filter.service.spec.ts rename to apps/angular/src/app/features/online-board/services/filter/filter.service.spec.ts diff --git a/ClientApp/src/app/features/online-board/services/filter/filter.service.ts b/apps/angular/src/app/features/online-board/services/filter/filter.service.ts similarity index 100% rename from ClientApp/src/app/features/online-board/services/filter/filter.service.ts rename to apps/angular/src/app/features/online-board/services/filter/filter.service.ts diff --git a/ClientApp/src/app/features/online-board/services/meta-tags.service.spec.ts b/apps/angular/src/app/features/online-board/services/meta-tags.service.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/services/meta-tags.service.spec.ts rename to apps/angular/src/app/features/online-board/services/meta-tags.service.spec.ts diff --git a/ClientApp/src/app/features/online-board/services/meta-tags.service.ts b/apps/angular/src/app/features/online-board/services/meta-tags.service.ts similarity index 100% rename from ClientApp/src/app/features/online-board/services/meta-tags.service.ts rename to apps/angular/src/app/features/online-board/services/meta-tags.service.ts diff --git a/ClientApp/src/app/features/online-board/services/navigation.service.spec.ts b/apps/angular/src/app/features/online-board/services/navigation.service.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/services/navigation.service.spec.ts rename to apps/angular/src/app/features/online-board/services/navigation.service.spec.ts diff --git a/ClientApp/src/app/features/online-board/services/navigation.service.ts b/apps/angular/src/app/features/online-board/services/navigation.service.ts similarity index 100% rename from ClientApp/src/app/features/online-board/services/navigation.service.ts rename to apps/angular/src/app/features/online-board/services/navigation.service.ts diff --git a/ClientApp/src/app/features/online-board/services/request/request-builder.service.spec.ts b/apps/angular/src/app/features/online-board/services/request/request-builder.service.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/services/request/request-builder.service.spec.ts rename to apps/angular/src/app/features/online-board/services/request/request-builder.service.spec.ts diff --git a/ClientApp/src/app/features/online-board/services/request/request-builder.service.ts b/apps/angular/src/app/features/online-board/services/request/request-builder.service.ts similarity index 100% rename from ClientApp/src/app/features/online-board/services/request/request-builder.service.ts rename to apps/angular/src/app/features/online-board/services/request/request-builder.service.ts diff --git a/ClientApp/src/app/features/online-board/services/request/request-parser.service.spec.ts b/apps/angular/src/app/features/online-board/services/request/request-parser.service.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/services/request/request-parser.service.spec.ts rename to apps/angular/src/app/features/online-board/services/request/request-parser.service.spec.ts diff --git a/ClientApp/src/app/features/online-board/services/request/request-parser.service.ts b/apps/angular/src/app/features/online-board/services/request/request-parser.service.ts similarity index 100% rename from ClientApp/src/app/features/online-board/services/request/request-parser.service.ts rename to apps/angular/src/app/features/online-board/services/request/request-parser.service.ts diff --git a/ClientApp/src/app/features/online-board/services/request/types.ts b/apps/angular/src/app/features/online-board/services/request/types.ts similarity index 100% rename from ClientApp/src/app/features/online-board/services/request/types.ts rename to apps/angular/src/app/features/online-board/services/request/types.ts diff --git a/ClientApp/src/app/features/online-board/services/title.service.spec.ts b/apps/angular/src/app/features/online-board/services/title.service.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/services/title.service.spec.ts rename to apps/angular/src/app/features/online-board/services/title.service.spec.ts diff --git a/ClientApp/src/app/features/online-board/services/title.service.ts b/apps/angular/src/app/features/online-board/services/title.service.ts similarity index 100% rename from ClientApp/src/app/features/online-board/services/title.service.ts rename to apps/angular/src/app/features/online-board/services/title.service.ts diff --git a/ClientApp/src/app/features/online-board/services/url/index.ts b/apps/angular/src/app/features/online-board/services/url/index.ts similarity index 100% rename from ClientApp/src/app/features/online-board/services/url/index.ts rename to apps/angular/src/app/features/online-board/services/url/index.ts diff --git a/ClientApp/src/app/features/online-board/services/url/types.ts b/apps/angular/src/app/features/online-board/services/url/types.ts similarity index 100% rename from ClientApp/src/app/features/online-board/services/url/types.ts rename to apps/angular/src/app/features/online-board/services/url/types.ts diff --git a/ClientApp/src/app/features/online-board/services/url/url-base.ts b/apps/angular/src/app/features/online-board/services/url/url-base.ts similarity index 100% rename from ClientApp/src/app/features/online-board/services/url/url-base.ts rename to apps/angular/src/app/features/online-board/services/url/url-base.ts diff --git a/ClientApp/src/app/features/online-board/services/url/url-builder.service.spec.ts b/apps/angular/src/app/features/online-board/services/url/url-builder.service.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/services/url/url-builder.service.spec.ts rename to apps/angular/src/app/features/online-board/services/url/url-builder.service.spec.ts diff --git a/ClientApp/src/app/features/online-board/services/url/url-builder.service.ts b/apps/angular/src/app/features/online-board/services/url/url-builder.service.ts similarity index 100% rename from ClientApp/src/app/features/online-board/services/url/url-builder.service.ts rename to apps/angular/src/app/features/online-board/services/url/url-builder.service.ts diff --git a/ClientApp/src/app/features/online-board/services/url/url-parser.service.spec.ts b/apps/angular/src/app/features/online-board/services/url/url-parser.service.spec.ts similarity index 100% rename from ClientApp/src/app/features/online-board/services/url/url-parser.service.spec.ts rename to apps/angular/src/app/features/online-board/services/url/url-parser.service.spec.ts diff --git a/ClientApp/src/app/features/online-board/services/url/url-parser.service.ts b/apps/angular/src/app/features/online-board/services/url/url-parser.service.ts similarity index 100% rename from ClientApp/src/app/features/online-board/services/url/url-parser.service.ts rename to apps/angular/src/app/features/online-board/services/url/url-parser.service.ts diff --git a/ClientApp/src/app/features/online-board/types.ts b/apps/angular/src/app/features/online-board/types.ts similarity index 100% rename from ClientApp/src/app/features/online-board/types.ts rename to apps/angular/src/app/features/online-board/types.ts diff --git a/ClientApp/src/app/features/popular-requests/components/arrival-request/arrival-request.component.html b/apps/angular/src/app/features/popular-requests/components/arrival-request/arrival-request.component.html similarity index 100% rename from ClientApp/src/app/features/popular-requests/components/arrival-request/arrival-request.component.html rename to apps/angular/src/app/features/popular-requests/components/arrival-request/arrival-request.component.html diff --git a/ClientApp/src/app/features/popular-requests/components/arrival-request/arrival-request.component.spec.ts b/apps/angular/src/app/features/popular-requests/components/arrival-request/arrival-request.component.spec.ts similarity index 100% rename from ClientApp/src/app/features/popular-requests/components/arrival-request/arrival-request.component.spec.ts rename to apps/angular/src/app/features/popular-requests/components/arrival-request/arrival-request.component.spec.ts diff --git a/ClientApp/src/app/features/popular-requests/components/arrival-request/arrival-request.component.ts b/apps/angular/src/app/features/popular-requests/components/arrival-request/arrival-request.component.ts similarity index 100% rename from ClientApp/src/app/features/popular-requests/components/arrival-request/arrival-request.component.ts rename to apps/angular/src/app/features/popular-requests/components/arrival-request/arrival-request.component.ts diff --git a/ClientApp/src/app/features/popular-requests/components/departure-request/departure-request.component.html b/apps/angular/src/app/features/popular-requests/components/departure-request/departure-request.component.html similarity index 100% rename from ClientApp/src/app/features/popular-requests/components/departure-request/departure-request.component.html rename to apps/angular/src/app/features/popular-requests/components/departure-request/departure-request.component.html diff --git a/ClientApp/src/app/features/popular-requests/components/departure-request/departure-request.component.spec.ts b/apps/angular/src/app/features/popular-requests/components/departure-request/departure-request.component.spec.ts similarity index 100% rename from ClientApp/src/app/features/popular-requests/components/departure-request/departure-request.component.spec.ts rename to apps/angular/src/app/features/popular-requests/components/departure-request/departure-request.component.spec.ts diff --git a/ClientApp/src/app/features/popular-requests/components/departure-request/departure-request.component.ts b/apps/angular/src/app/features/popular-requests/components/departure-request/departure-request.component.ts similarity index 100% rename from ClientApp/src/app/features/popular-requests/components/departure-request/departure-request.component.ts rename to apps/angular/src/app/features/popular-requests/components/departure-request/departure-request.component.ts diff --git a/ClientApp/src/app/features/popular-requests/components/flight-number-request/flight-number-request.component.html b/apps/angular/src/app/features/popular-requests/components/flight-number-request/flight-number-request.component.html similarity index 100% rename from ClientApp/src/app/features/popular-requests/components/flight-number-request/flight-number-request.component.html rename to apps/angular/src/app/features/popular-requests/components/flight-number-request/flight-number-request.component.html diff --git a/ClientApp/src/app/features/popular-requests/components/flight-number-request/flight-number-request.component.spec.ts b/apps/angular/src/app/features/popular-requests/components/flight-number-request/flight-number-request.component.spec.ts similarity index 100% rename from ClientApp/src/app/features/popular-requests/components/flight-number-request/flight-number-request.component.spec.ts rename to apps/angular/src/app/features/popular-requests/components/flight-number-request/flight-number-request.component.spec.ts diff --git a/ClientApp/src/app/features/popular-requests/components/flight-number-request/flight-number-request.component.ts b/apps/angular/src/app/features/popular-requests/components/flight-number-request/flight-number-request.component.ts similarity index 100% rename from ClientApp/src/app/features/popular-requests/components/flight-number-request/flight-number-request.component.ts rename to apps/angular/src/app/features/popular-requests/components/flight-number-request/flight-number-request.component.ts diff --git a/ClientApp/src/app/features/popular-requests/components/popular-request/popular-request.component.html b/apps/angular/src/app/features/popular-requests/components/popular-request/popular-request.component.html similarity index 100% rename from ClientApp/src/app/features/popular-requests/components/popular-request/popular-request.component.html rename to apps/angular/src/app/features/popular-requests/components/popular-request/popular-request.component.html diff --git a/ClientApp/src/app/features/popular-requests/components/popular-request/popular-request.component.scss b/apps/angular/src/app/features/popular-requests/components/popular-request/popular-request.component.scss similarity index 100% rename from ClientApp/src/app/features/popular-requests/components/popular-request/popular-request.component.scss rename to apps/angular/src/app/features/popular-requests/components/popular-request/popular-request.component.scss diff --git a/ClientApp/src/app/features/popular-requests/components/popular-request/popular-request.component.spec.ts b/apps/angular/src/app/features/popular-requests/components/popular-request/popular-request.component.spec.ts similarity index 100% rename from ClientApp/src/app/features/popular-requests/components/popular-request/popular-request.component.spec.ts rename to apps/angular/src/app/features/popular-requests/components/popular-request/popular-request.component.spec.ts diff --git a/ClientApp/src/app/features/popular-requests/components/popular-request/popular-request.component.ts b/apps/angular/src/app/features/popular-requests/components/popular-request/popular-request.component.ts similarity index 100% rename from ClientApp/src/app/features/popular-requests/components/popular-request/popular-request.component.ts rename to apps/angular/src/app/features/popular-requests/components/popular-request/popular-request.component.ts diff --git a/ClientApp/src/app/features/popular-requests/components/popular-requests/popular-requests.component.html b/apps/angular/src/app/features/popular-requests/components/popular-requests/popular-requests.component.html similarity index 100% rename from ClientApp/src/app/features/popular-requests/components/popular-requests/popular-requests.component.html rename to apps/angular/src/app/features/popular-requests/components/popular-requests/popular-requests.component.html diff --git a/ClientApp/src/app/features/popular-requests/components/popular-requests/popular-requests.component.scss b/apps/angular/src/app/features/popular-requests/components/popular-requests/popular-requests.component.scss similarity index 100% rename from ClientApp/src/app/features/popular-requests/components/popular-requests/popular-requests.component.scss rename to apps/angular/src/app/features/popular-requests/components/popular-requests/popular-requests.component.scss diff --git a/ClientApp/src/app/features/popular-requests/components/popular-requests/popular-requests.component.spec.ts b/apps/angular/src/app/features/popular-requests/components/popular-requests/popular-requests.component.spec.ts similarity index 100% rename from ClientApp/src/app/features/popular-requests/components/popular-requests/popular-requests.component.spec.ts rename to apps/angular/src/app/features/popular-requests/components/popular-requests/popular-requests.component.spec.ts diff --git a/ClientApp/src/app/features/popular-requests/components/popular-requests/popular-requests.component.ts b/apps/angular/src/app/features/popular-requests/components/popular-requests/popular-requests.component.ts similarity index 100% rename from ClientApp/src/app/features/popular-requests/components/popular-requests/popular-requests.component.ts rename to apps/angular/src/app/features/popular-requests/components/popular-requests/popular-requests.component.ts diff --git a/ClientApp/src/app/features/popular-requests/components/request-info/request-info.component.html b/apps/angular/src/app/features/popular-requests/components/request-info/request-info.component.html similarity index 100% rename from ClientApp/src/app/features/popular-requests/components/request-info/request-info.component.html rename to apps/angular/src/app/features/popular-requests/components/request-info/request-info.component.html diff --git a/ClientApp/src/app/features/popular-requests/components/request-info/request-info.component.scss b/apps/angular/src/app/features/popular-requests/components/request-info/request-info.component.scss similarity index 100% rename from ClientApp/src/app/features/popular-requests/components/request-info/request-info.component.scss rename to apps/angular/src/app/features/popular-requests/components/request-info/request-info.component.scss diff --git a/ClientApp/src/app/features/popular-requests/components/request-info/request-info.component.ts b/apps/angular/src/app/features/popular-requests/components/request-info/request-info.component.ts similarity index 100% rename from ClientApp/src/app/features/popular-requests/components/request-info/request-info.component.ts rename to apps/angular/src/app/features/popular-requests/components/request-info/request-info.component.ts diff --git a/ClientApp/src/app/features/popular-requests/components/route-request/route-request.component.html b/apps/angular/src/app/features/popular-requests/components/route-request/route-request.component.html similarity index 100% rename from ClientApp/src/app/features/popular-requests/components/route-request/route-request.component.html rename to apps/angular/src/app/features/popular-requests/components/route-request/route-request.component.html diff --git a/ClientApp/src/app/features/popular-requests/components/route-request/route-request.component.spec.ts b/apps/angular/src/app/features/popular-requests/components/route-request/route-request.component.spec.ts similarity index 100% rename from ClientApp/src/app/features/popular-requests/components/route-request/route-request.component.spec.ts rename to apps/angular/src/app/features/popular-requests/components/route-request/route-request.component.spec.ts diff --git a/ClientApp/src/app/features/popular-requests/components/route-request/route-request.component.ts b/apps/angular/src/app/features/popular-requests/components/route-request/route-request.component.ts similarity index 100% rename from ClientApp/src/app/features/popular-requests/components/route-request/route-request.component.ts rename to apps/angular/src/app/features/popular-requests/components/route-request/route-request.component.ts diff --git a/ClientApp/src/app/features/popular-requests/popular-requests.module.ts b/apps/angular/src/app/features/popular-requests/popular-requests.module.ts similarity index 100% rename from ClientApp/src/app/features/popular-requests/popular-requests.module.ts rename to apps/angular/src/app/features/popular-requests/popular-requests.module.ts diff --git a/ClientApp/src/app/features/popular-requests/services/api.service.mock.ts b/apps/angular/src/app/features/popular-requests/services/api.service.mock.ts similarity index 100% rename from ClientApp/src/app/features/popular-requests/services/api.service.mock.ts rename to apps/angular/src/app/features/popular-requests/services/api.service.mock.ts diff --git a/ClientApp/src/app/features/popular-requests/services/api.service.spec.ts b/apps/angular/src/app/features/popular-requests/services/api.service.spec.ts similarity index 100% rename from ClientApp/src/app/features/popular-requests/services/api.service.spec.ts rename to apps/angular/src/app/features/popular-requests/services/api.service.spec.ts diff --git a/ClientApp/src/app/features/popular-requests/services/api.service.ts b/apps/angular/src/app/features/popular-requests/services/api.service.ts similarity index 100% rename from ClientApp/src/app/features/popular-requests/services/api.service.ts rename to apps/angular/src/app/features/popular-requests/services/api.service.ts diff --git a/ClientApp/src/app/features/schedule/components/schedule-filter/schedule-filter.component.html b/apps/angular/src/app/features/schedule/components/schedule-filter/schedule-filter.component.html similarity index 100% rename from ClientApp/src/app/features/schedule/components/schedule-filter/schedule-filter.component.html rename to apps/angular/src/app/features/schedule/components/schedule-filter/schedule-filter.component.html diff --git a/ClientApp/src/app/features/schedule/components/schedule-filter/schedule-filter.component.scss b/apps/angular/src/app/features/schedule/components/schedule-filter/schedule-filter.component.scss similarity index 100% rename from ClientApp/src/app/features/schedule/components/schedule-filter/schedule-filter.component.scss rename to apps/angular/src/app/features/schedule/components/schedule-filter/schedule-filter.component.scss diff --git a/ClientApp/src/app/features/schedule/components/schedule-filter/schedule-filter.component.spec.ts b/apps/angular/src/app/features/schedule/components/schedule-filter/schedule-filter.component.spec.ts similarity index 100% rename from ClientApp/src/app/features/schedule/components/schedule-filter/schedule-filter.component.spec.ts rename to apps/angular/src/app/features/schedule/components/schedule-filter/schedule-filter.component.spec.ts diff --git a/ClientApp/src/app/features/schedule/components/schedule-filter/schedule-filter.component.ts b/apps/angular/src/app/features/schedule/components/schedule-filter/schedule-filter.component.ts similarity index 100% rename from ClientApp/src/app/features/schedule/components/schedule-filter/schedule-filter.component.ts rename to apps/angular/src/app/features/schedule/components/schedule-filter/schedule-filter.component.ts diff --git a/ClientApp/src/app/features/schedule/components/schedule-filter/services/schedule-filter-validation.service.spec.ts b/apps/angular/src/app/features/schedule/components/schedule-filter/services/schedule-filter-validation.service.spec.ts similarity index 100% rename from ClientApp/src/app/features/schedule/components/schedule-filter/services/schedule-filter-validation.service.spec.ts rename to apps/angular/src/app/features/schedule/components/schedule-filter/services/schedule-filter-validation.service.spec.ts diff --git a/ClientApp/src/app/features/schedule/components/schedule-filter/services/schedule-filter-validation.service.ts b/apps/angular/src/app/features/schedule/components/schedule-filter/services/schedule-filter-validation.service.ts similarity index 100% rename from ClientApp/src/app/features/schedule/components/schedule-filter/services/schedule-filter-validation.service.ts rename to apps/angular/src/app/features/schedule/components/schedule-filter/services/schedule-filter-validation.service.ts diff --git a/ClientApp/src/app/features/schedule/guards/can-activate-redirrect-to-not-found.ts b/apps/angular/src/app/features/schedule/guards/can-activate-redirrect-to-not-found.ts similarity index 100% rename from ClientApp/src/app/features/schedule/guards/can-activate-redirrect-to-not-found.ts rename to apps/angular/src/app/features/schedule/guards/can-activate-redirrect-to-not-found.ts diff --git a/ClientApp/src/app/features/schedule/guards/can-activate-schedule-details.service.spec.ts b/apps/angular/src/app/features/schedule/guards/can-activate-schedule-details.service.spec.ts similarity index 100% rename from ClientApp/src/app/features/schedule/guards/can-activate-schedule-details.service.spec.ts rename to apps/angular/src/app/features/schedule/guards/can-activate-schedule-details.service.spec.ts diff --git a/ClientApp/src/app/features/schedule/guards/can-activate-schedule-details.service.ts b/apps/angular/src/app/features/schedule/guards/can-activate-schedule-details.service.ts similarity index 100% rename from ClientApp/src/app/features/schedule/guards/can-activate-schedule-details.service.ts rename to apps/angular/src/app/features/schedule/guards/can-activate-schedule-details.service.ts diff --git a/ClientApp/src/app/features/schedule/guards/can-activate-schedule-route-search.service.spec.ts b/apps/angular/src/app/features/schedule/guards/can-activate-schedule-route-search.service.spec.ts similarity index 100% rename from ClientApp/src/app/features/schedule/guards/can-activate-schedule-route-search.service.spec.ts rename to apps/angular/src/app/features/schedule/guards/can-activate-schedule-route-search.service.spec.ts diff --git a/ClientApp/src/app/features/schedule/guards/can-activate-schedule-route-search.service.ts b/apps/angular/src/app/features/schedule/guards/can-activate-schedule-route-search.service.ts similarity index 100% rename from ClientApp/src/app/features/schedule/guards/can-activate-schedule-route-search.service.ts rename to apps/angular/src/app/features/schedule/guards/can-activate-schedule-route-search.service.ts diff --git a/ClientApp/src/app/features/schedule/pages/flight-details/components/flights-mini-list/schedule-flights-mini-list.component.html b/apps/angular/src/app/features/schedule/pages/flight-details/components/flights-mini-list/schedule-flights-mini-list.component.html similarity index 100% rename from ClientApp/src/app/features/schedule/pages/flight-details/components/flights-mini-list/schedule-flights-mini-list.component.html rename to apps/angular/src/app/features/schedule/pages/flight-details/components/flights-mini-list/schedule-flights-mini-list.component.html diff --git a/ClientApp/src/app/features/schedule/pages/flight-details/components/flights-mini-list/schedule-flights-mini-list.component.scss b/apps/angular/src/app/features/schedule/pages/flight-details/components/flights-mini-list/schedule-flights-mini-list.component.scss similarity index 100% rename from ClientApp/src/app/features/schedule/pages/flight-details/components/flights-mini-list/schedule-flights-mini-list.component.scss rename to apps/angular/src/app/features/schedule/pages/flight-details/components/flights-mini-list/schedule-flights-mini-list.component.scss diff --git a/ClientApp/src/app/features/schedule/pages/flight-details/components/flights-mini-list/schedule-flights-mini-list.component.spec.ts b/apps/angular/src/app/features/schedule/pages/flight-details/components/flights-mini-list/schedule-flights-mini-list.component.spec.ts similarity index 100% rename from ClientApp/src/app/features/schedule/pages/flight-details/components/flights-mini-list/schedule-flights-mini-list.component.spec.ts rename to apps/angular/src/app/features/schedule/pages/flight-details/components/flights-mini-list/schedule-flights-mini-list.component.spec.ts diff --git a/ClientApp/src/app/features/schedule/pages/flight-details/components/flights-mini-list/schedule-flights-mini-list.component.ts b/apps/angular/src/app/features/schedule/pages/flight-details/components/flights-mini-list/schedule-flights-mini-list.component.ts similarity index 100% rename from ClientApp/src/app/features/schedule/pages/flight-details/components/flights-mini-list/schedule-flights-mini-list.component.ts rename to apps/angular/src/app/features/schedule/pages/flight-details/components/flights-mini-list/schedule-flights-mini-list.component.ts diff --git a/ClientApp/src/app/features/schedule/pages/flight-details/components/meta-tags/schedule-flight-details-meta-tags.component.html b/apps/angular/src/app/features/schedule/pages/flight-details/components/meta-tags/schedule-flight-details-meta-tags.component.html similarity index 100% rename from ClientApp/src/app/features/schedule/pages/flight-details/components/meta-tags/schedule-flight-details-meta-tags.component.html rename to apps/angular/src/app/features/schedule/pages/flight-details/components/meta-tags/schedule-flight-details-meta-tags.component.html diff --git a/ClientApp/src/app/features/schedule/pages/flight-details/components/meta-tags/schedule-flight-details-meta-tags.component.ts b/apps/angular/src/app/features/schedule/pages/flight-details/components/meta-tags/schedule-flight-details-meta-tags.component.ts similarity index 100% rename from ClientApp/src/app/features/schedule/pages/flight-details/components/meta-tags/schedule-flight-details-meta-tags.component.ts rename to apps/angular/src/app/features/schedule/pages/flight-details/components/meta-tags/schedule-flight-details-meta-tags.component.ts diff --git a/ClientApp/src/app/features/schedule/pages/flight-details/components/title/schedule-flight-details-title.component.html b/apps/angular/src/app/features/schedule/pages/flight-details/components/title/schedule-flight-details-title.component.html similarity index 100% rename from ClientApp/src/app/features/schedule/pages/flight-details/components/title/schedule-flight-details-title.component.html rename to apps/angular/src/app/features/schedule/pages/flight-details/components/title/schedule-flight-details-title.component.html diff --git a/ClientApp/src/app/features/schedule/pages/flight-details/components/title/schedule-flight-details-title.component.ts b/apps/angular/src/app/features/schedule/pages/flight-details/components/title/schedule-flight-details-title.component.ts similarity index 100% rename from ClientApp/src/app/features/schedule/pages/flight-details/components/title/schedule-flight-details-title.component.ts rename to apps/angular/src/app/features/schedule/pages/flight-details/components/title/schedule-flight-details-title.component.ts diff --git a/ClientApp/src/app/features/schedule/pages/flight-details/components/view/schedule-flight-details-view.component.html b/apps/angular/src/app/features/schedule/pages/flight-details/components/view/schedule-flight-details-view.component.html similarity index 100% rename from ClientApp/src/app/features/schedule/pages/flight-details/components/view/schedule-flight-details-view.component.html rename to apps/angular/src/app/features/schedule/pages/flight-details/components/view/schedule-flight-details-view.component.html diff --git a/ClientApp/src/app/features/schedule/pages/flight-details/components/view/schedule-flight-details-view.component.scss b/apps/angular/src/app/features/schedule/pages/flight-details/components/view/schedule-flight-details-view.component.scss similarity index 100% rename from ClientApp/src/app/features/schedule/pages/flight-details/components/view/schedule-flight-details-view.component.scss rename to apps/angular/src/app/features/schedule/pages/flight-details/components/view/schedule-flight-details-view.component.scss diff --git a/ClientApp/src/app/features/schedule/pages/flight-details/components/view/schedule-flight-details-view.component.ts b/apps/angular/src/app/features/schedule/pages/flight-details/components/view/schedule-flight-details-view.component.ts similarity index 100% rename from ClientApp/src/app/features/schedule/pages/flight-details/components/view/schedule-flight-details-view.component.ts rename to apps/angular/src/app/features/schedule/pages/flight-details/components/view/schedule-flight-details-view.component.ts diff --git a/ClientApp/src/app/features/schedule/pages/flight-details/schedule-flight-details-page.component.html b/apps/angular/src/app/features/schedule/pages/flight-details/schedule-flight-details-page.component.html similarity index 100% rename from ClientApp/src/app/features/schedule/pages/flight-details/schedule-flight-details-page.component.html rename to apps/angular/src/app/features/schedule/pages/flight-details/schedule-flight-details-page.component.html diff --git a/ClientApp/src/app/features/schedule/pages/flight-details/schedule-flight-details-page.component.spec.ts b/apps/angular/src/app/features/schedule/pages/flight-details/schedule-flight-details-page.component.spec.ts similarity index 100% rename from ClientApp/src/app/features/schedule/pages/flight-details/schedule-flight-details-page.component.spec.ts rename to apps/angular/src/app/features/schedule/pages/flight-details/schedule-flight-details-page.component.spec.ts diff --git a/ClientApp/src/app/features/schedule/pages/flight-details/schedule-flight-details-page.component.ts b/apps/angular/src/app/features/schedule/pages/flight-details/schedule-flight-details-page.component.ts similarity index 100% rename from ClientApp/src/app/features/schedule/pages/flight-details/schedule-flight-details-page.component.ts rename to apps/angular/src/app/features/schedule/pages/flight-details/schedule-flight-details-page.component.ts diff --git a/ClientApp/src/app/features/schedule/pages/flight-details/services/current-schedule.service.spec.ts b/apps/angular/src/app/features/schedule/pages/flight-details/services/current-schedule.service.spec.ts similarity index 100% rename from ClientApp/src/app/features/schedule/pages/flight-details/services/current-schedule.service.spec.ts rename to apps/angular/src/app/features/schedule/pages/flight-details/services/current-schedule.service.spec.ts diff --git a/ClientApp/src/app/features/schedule/pages/flight-details/services/current-schedule.service.ts b/apps/angular/src/app/features/schedule/pages/flight-details/services/current-schedule.service.ts similarity index 100% rename from ClientApp/src/app/features/schedule/pages/flight-details/services/current-schedule.service.ts rename to apps/angular/src/app/features/schedule/pages/flight-details/services/current-schedule.service.ts diff --git a/ClientApp/src/app/features/schedule/pages/flight-details/services/details-schedule-dates.service.spec.ts b/apps/angular/src/app/features/schedule/pages/flight-details/services/details-schedule-dates.service.spec.ts similarity index 100% rename from ClientApp/src/app/features/schedule/pages/flight-details/services/details-schedule-dates.service.spec.ts rename to apps/angular/src/app/features/schedule/pages/flight-details/services/details-schedule-dates.service.spec.ts diff --git a/ClientApp/src/app/features/schedule/pages/flight-details/services/details-schedule-dates.service.ts b/apps/angular/src/app/features/schedule/pages/flight-details/services/details-schedule-dates.service.ts similarity index 100% rename from ClientApp/src/app/features/schedule/pages/flight-details/services/details-schedule-dates.service.ts rename to apps/angular/src/app/features/schedule/pages/flight-details/services/details-schedule-dates.service.ts diff --git a/ClientApp/src/app/features/schedule/pages/search/components/direction-switch/schedule-direction-switch.component.html b/apps/angular/src/app/features/schedule/pages/search/components/direction-switch/schedule-direction-switch.component.html similarity index 100% rename from ClientApp/src/app/features/schedule/pages/search/components/direction-switch/schedule-direction-switch.component.html rename to apps/angular/src/app/features/schedule/pages/search/components/direction-switch/schedule-direction-switch.component.html diff --git a/ClientApp/src/app/features/schedule/pages/search/components/direction-switch/schedule-direction-switch.component.scss b/apps/angular/src/app/features/schedule/pages/search/components/direction-switch/schedule-direction-switch.component.scss similarity index 100% rename from ClientApp/src/app/features/schedule/pages/search/components/direction-switch/schedule-direction-switch.component.scss rename to apps/angular/src/app/features/schedule/pages/search/components/direction-switch/schedule-direction-switch.component.scss diff --git a/ClientApp/src/app/features/schedule/pages/search/components/direction-switch/schedule-direction-switch.component.ts b/apps/angular/src/app/features/schedule/pages/search/components/direction-switch/schedule-direction-switch.component.ts similarity index 100% rename from ClientApp/src/app/features/schedule/pages/search/components/direction-switch/schedule-direction-switch.component.ts rename to apps/angular/src/app/features/schedule/pages/search/components/direction-switch/schedule-direction-switch.component.ts diff --git a/ClientApp/src/app/features/schedule/pages/search/components/meta-tags/schedule-search-meta-tags.component.html b/apps/angular/src/app/features/schedule/pages/search/components/meta-tags/schedule-search-meta-tags.component.html similarity index 100% rename from ClientApp/src/app/features/schedule/pages/search/components/meta-tags/schedule-search-meta-tags.component.html rename to apps/angular/src/app/features/schedule/pages/search/components/meta-tags/schedule-search-meta-tags.component.html diff --git a/ClientApp/src/app/features/schedule/pages/search/components/meta-tags/schedule-search-meta-tags.component.spec.ts b/apps/angular/src/app/features/schedule/pages/search/components/meta-tags/schedule-search-meta-tags.component.spec.ts similarity index 100% rename from ClientApp/src/app/features/schedule/pages/search/components/meta-tags/schedule-search-meta-tags.component.spec.ts rename to apps/angular/src/app/features/schedule/pages/search/components/meta-tags/schedule-search-meta-tags.component.spec.ts diff --git a/ClientApp/src/app/features/schedule/pages/search/components/meta-tags/schedule-search-meta-tags.component.ts b/apps/angular/src/app/features/schedule/pages/search/components/meta-tags/schedule-search-meta-tags.component.ts similarity index 100% rename from ClientApp/src/app/features/schedule/pages/search/components/meta-tags/schedule-search-meta-tags.component.ts rename to apps/angular/src/app/features/schedule/pages/search/components/meta-tags/schedule-search-meta-tags.component.ts diff --git a/ClientApp/src/app/features/schedule/pages/search/components/schedule-days/schedule-days.component.html b/apps/angular/src/app/features/schedule/pages/search/components/schedule-days/schedule-days.component.html similarity index 100% rename from ClientApp/src/app/features/schedule/pages/search/components/schedule-days/schedule-days.component.html rename to apps/angular/src/app/features/schedule/pages/search/components/schedule-days/schedule-days.component.html diff --git a/ClientApp/src/app/features/schedule/pages/search/components/schedule-days/schedule-days.component.ts b/apps/angular/src/app/features/schedule/pages/search/components/schedule-days/schedule-days.component.ts similarity index 100% rename from ClientApp/src/app/features/schedule/pages/search/components/schedule-days/schedule-days.component.ts rename to apps/angular/src/app/features/schedule/pages/search/components/schedule-days/schedule-days.component.ts diff --git a/ClientApp/src/app/features/schedule/pages/search/components/title/schedule-search-title.component.html b/apps/angular/src/app/features/schedule/pages/search/components/title/schedule-search-title.component.html similarity index 100% rename from ClientApp/src/app/features/schedule/pages/search/components/title/schedule-search-title.component.html rename to apps/angular/src/app/features/schedule/pages/search/components/title/schedule-search-title.component.html diff --git a/ClientApp/src/app/features/schedule/pages/search/components/title/schedule-search-title.component.ts b/apps/angular/src/app/features/schedule/pages/search/components/title/schedule-search-title.component.ts similarity index 100% rename from ClientApp/src/app/features/schedule/pages/search/components/title/schedule-search-title.component.ts rename to apps/angular/src/app/features/schedule/pages/search/components/title/schedule-search-title.component.ts diff --git a/ClientApp/src/app/features/schedule/pages/search/components/view/schedule-search-view.component.html b/apps/angular/src/app/features/schedule/pages/search/components/view/schedule-search-view.component.html similarity index 100% rename from ClientApp/src/app/features/schedule/pages/search/components/view/schedule-search-view.component.html rename to apps/angular/src/app/features/schedule/pages/search/components/view/schedule-search-view.component.html diff --git a/ClientApp/src/app/features/schedule/pages/search/components/view/schedule-search-view.component.scss b/apps/angular/src/app/features/schedule/pages/search/components/view/schedule-search-view.component.scss similarity index 100% rename from ClientApp/src/app/features/schedule/pages/search/components/view/schedule-search-view.component.scss rename to apps/angular/src/app/features/schedule/pages/search/components/view/schedule-search-view.component.scss diff --git a/ClientApp/src/app/features/schedule/pages/search/components/view/schedule-search-view.component.ts b/apps/angular/src/app/features/schedule/pages/search/components/view/schedule-search-view.component.ts similarity index 100% rename from ClientApp/src/app/features/schedule/pages/search/components/view/schedule-search-view.component.ts rename to apps/angular/src/app/features/schedule/pages/search/components/view/schedule-search-view.component.ts diff --git a/ClientApp/src/app/features/schedule/pages/search/schedule-search-page.component.html b/apps/angular/src/app/features/schedule/pages/search/schedule-search-page.component.html similarity index 100% rename from ClientApp/src/app/features/schedule/pages/search/schedule-search-page.component.html rename to apps/angular/src/app/features/schedule/pages/search/schedule-search-page.component.html diff --git a/ClientApp/src/app/features/schedule/pages/search/schedule-search-page.component.ts b/apps/angular/src/app/features/schedule/pages/search/schedule-search-page.component.ts similarity index 100% rename from ClientApp/src/app/features/schedule/pages/search/schedule-search-page.component.ts rename to apps/angular/src/app/features/schedule/pages/search/schedule-search-page.component.ts diff --git a/ClientApp/src/app/features/schedule/pages/start/components/bottom-description/bottom-description.component.html b/apps/angular/src/app/features/schedule/pages/start/components/bottom-description/bottom-description.component.html similarity index 100% rename from ClientApp/src/app/features/schedule/pages/start/components/bottom-description/bottom-description.component.html rename to apps/angular/src/app/features/schedule/pages/start/components/bottom-description/bottom-description.component.html diff --git a/ClientApp/src/app/features/schedule/pages/start/components/bottom-description/bottom-description.component.scss b/apps/angular/src/app/features/schedule/pages/start/components/bottom-description/bottom-description.component.scss similarity index 100% rename from ClientApp/src/app/features/schedule/pages/start/components/bottom-description/bottom-description.component.scss rename to apps/angular/src/app/features/schedule/pages/start/components/bottom-description/bottom-description.component.scss diff --git a/ClientApp/src/app/features/schedule/pages/start/components/bottom-description/bottom-description.component.ts b/apps/angular/src/app/features/schedule/pages/start/components/bottom-description/bottom-description.component.ts similarity index 100% rename from ClientApp/src/app/features/schedule/pages/start/components/bottom-description/bottom-description.component.ts rename to apps/angular/src/app/features/schedule/pages/start/components/bottom-description/bottom-description.component.ts diff --git a/ClientApp/src/app/features/schedule/pages/start/components/meta-tags/schedule-start-meta-tags.component.html b/apps/angular/src/app/features/schedule/pages/start/components/meta-tags/schedule-start-meta-tags.component.html similarity index 100% rename from ClientApp/src/app/features/schedule/pages/start/components/meta-tags/schedule-start-meta-tags.component.html rename to apps/angular/src/app/features/schedule/pages/start/components/meta-tags/schedule-start-meta-tags.component.html diff --git a/ClientApp/src/app/features/schedule/pages/start/components/meta-tags/schedule-start-meta-tags.component.ts b/apps/angular/src/app/features/schedule/pages/start/components/meta-tags/schedule-start-meta-tags.component.ts similarity index 100% rename from ClientApp/src/app/features/schedule/pages/start/components/meta-tags/schedule-start-meta-tags.component.ts rename to apps/angular/src/app/features/schedule/pages/start/components/meta-tags/schedule-start-meta-tags.component.ts diff --git a/ClientApp/src/app/features/schedule/pages/start/components/title/schedule-start-title.component.html b/apps/angular/src/app/features/schedule/pages/start/components/title/schedule-start-title.component.html similarity index 100% rename from ClientApp/src/app/features/schedule/pages/start/components/title/schedule-start-title.component.html rename to apps/angular/src/app/features/schedule/pages/start/components/title/schedule-start-title.component.html diff --git a/ClientApp/src/app/features/schedule/pages/start/components/title/schedule-start-title.component.spec.ts b/apps/angular/src/app/features/schedule/pages/start/components/title/schedule-start-title.component.spec.ts similarity index 100% rename from ClientApp/src/app/features/schedule/pages/start/components/title/schedule-start-title.component.spec.ts rename to apps/angular/src/app/features/schedule/pages/start/components/title/schedule-start-title.component.spec.ts diff --git a/ClientApp/src/app/features/schedule/pages/start/components/title/schedule-start-title.component.ts b/apps/angular/src/app/features/schedule/pages/start/components/title/schedule-start-title.component.ts similarity index 100% rename from ClientApp/src/app/features/schedule/pages/start/components/title/schedule-start-title.component.ts rename to apps/angular/src/app/features/schedule/pages/start/components/title/schedule-start-title.component.ts diff --git a/ClientApp/src/app/features/schedule/pages/start/schedule-start-page.component.html b/apps/angular/src/app/features/schedule/pages/start/schedule-start-page.component.html similarity index 100% rename from ClientApp/src/app/features/schedule/pages/start/schedule-start-page.component.html rename to apps/angular/src/app/features/schedule/pages/start/schedule-start-page.component.html diff --git a/ClientApp/src/app/features/schedule/pages/start/schedule-start-page.component.ts b/apps/angular/src/app/features/schedule/pages/start/schedule-start-page.component.ts similarity index 100% rename from ClientApp/src/app/features/schedule/pages/start/schedule-start-page.component.ts rename to apps/angular/src/app/features/schedule/pages/start/schedule-start-page.component.ts diff --git a/ClientApp/src/app/features/schedule/resolvers/bread-crumbs/details-bread-crumbs.resolver.spec.ts b/apps/angular/src/app/features/schedule/resolvers/bread-crumbs/details-bread-crumbs.resolver.spec.ts similarity index 100% rename from ClientApp/src/app/features/schedule/resolvers/bread-crumbs/details-bread-crumbs.resolver.spec.ts rename to apps/angular/src/app/features/schedule/resolvers/bread-crumbs/details-bread-crumbs.resolver.spec.ts diff --git a/ClientApp/src/app/features/schedule/resolvers/bread-crumbs/details-bread-crumbs.resolver.ts b/apps/angular/src/app/features/schedule/resolvers/bread-crumbs/details-bread-crumbs.resolver.ts similarity index 100% rename from ClientApp/src/app/features/schedule/resolvers/bread-crumbs/details-bread-crumbs.resolver.ts rename to apps/angular/src/app/features/schedule/resolvers/bread-crumbs/details-bread-crumbs.resolver.ts diff --git a/ClientApp/src/app/features/schedule/resolvers/bread-crumbs/search-bread-crumbs.resolver.spec.ts b/apps/angular/src/app/features/schedule/resolvers/bread-crumbs/search-bread-crumbs.resolver.spec.ts similarity index 100% rename from ClientApp/src/app/features/schedule/resolvers/bread-crumbs/search-bread-crumbs.resolver.spec.ts rename to apps/angular/src/app/features/schedule/resolvers/bread-crumbs/search-bread-crumbs.resolver.spec.ts diff --git a/ClientApp/src/app/features/schedule/resolvers/bread-crumbs/search-bread-crumbs.resolver.ts b/apps/angular/src/app/features/schedule/resolvers/bread-crumbs/search-bread-crumbs.resolver.ts similarity index 100% rename from ClientApp/src/app/features/schedule/resolvers/bread-crumbs/search-bread-crumbs.resolver.ts rename to apps/angular/src/app/features/schedule/resolvers/bread-crumbs/search-bread-crumbs.resolver.ts diff --git a/ClientApp/src/app/features/schedule/resolvers/request-data.resolver.spec.ts b/apps/angular/src/app/features/schedule/resolvers/request-data.resolver.spec.ts similarity index 100% rename from ClientApp/src/app/features/schedule/resolvers/request-data.resolver.spec.ts rename to apps/angular/src/app/features/schedule/resolvers/request-data.resolver.spec.ts diff --git a/ClientApp/src/app/features/schedule/resolvers/request-data.resolver.ts b/apps/angular/src/app/features/schedule/resolvers/request-data.resolver.ts similarity index 100% rename from ClientApp/src/app/features/schedule/resolvers/request-data.resolver.ts rename to apps/angular/src/app/features/schedule/resolvers/request-data.resolver.ts diff --git a/ClientApp/src/app/features/schedule/resolvers/url-params/details-url-params.resolver.spec.ts b/apps/angular/src/app/features/schedule/resolvers/url-params/details-url-params.resolver.spec.ts similarity index 100% rename from ClientApp/src/app/features/schedule/resolvers/url-params/details-url-params.resolver.spec.ts rename to apps/angular/src/app/features/schedule/resolvers/url-params/details-url-params.resolver.spec.ts diff --git a/ClientApp/src/app/features/schedule/resolvers/url-params/details-url-params.resolver.ts b/apps/angular/src/app/features/schedule/resolvers/url-params/details-url-params.resolver.ts similarity index 100% rename from ClientApp/src/app/features/schedule/resolvers/url-params/details-url-params.resolver.ts rename to apps/angular/src/app/features/schedule/resolvers/url-params/details-url-params.resolver.ts diff --git a/ClientApp/src/app/features/schedule/resolvers/url-params/search-page-url-params.resolver.spec.ts b/apps/angular/src/app/features/schedule/resolvers/url-params/search-page-url-params.resolver.spec.ts similarity index 100% rename from ClientApp/src/app/features/schedule/resolvers/url-params/search-page-url-params.resolver.spec.ts rename to apps/angular/src/app/features/schedule/resolvers/url-params/search-page-url-params.resolver.spec.ts diff --git a/ClientApp/src/app/features/schedule/resolvers/url-params/search-page-url-params.resolver.ts b/apps/angular/src/app/features/schedule/resolvers/url-params/search-page-url-params.resolver.ts similarity index 100% rename from ClientApp/src/app/features/schedule/resolvers/url-params/search-page-url-params.resolver.ts rename to apps/angular/src/app/features/schedule/resolvers/url-params/search-page-url-params.resolver.ts diff --git a/ClientApp/src/app/features/schedule/schedule-routing.module.ts b/apps/angular/src/app/features/schedule/schedule-routing.module.ts similarity index 100% rename from ClientApp/src/app/features/schedule/schedule-routing.module.ts rename to apps/angular/src/app/features/schedule/schedule-routing.module.ts diff --git a/ClientApp/src/app/features/schedule/schedule.module.ts b/apps/angular/src/app/features/schedule/schedule.module.ts similarity index 100% rename from ClientApp/src/app/features/schedule/schedule.module.ts rename to apps/angular/src/app/features/schedule/schedule.module.ts diff --git a/ClientApp/src/app/features/schedule/services/api.service.spec.ts b/apps/angular/src/app/features/schedule/services/api.service.spec.ts similarity index 100% rename from ClientApp/src/app/features/schedule/services/api.service.spec.ts rename to apps/angular/src/app/features/schedule/services/api.service.spec.ts diff --git a/ClientApp/src/app/features/schedule/services/api.service.ts b/apps/angular/src/app/features/schedule/services/api.service.ts similarity index 100% rename from ClientApp/src/app/features/schedule/services/api.service.ts rename to apps/angular/src/app/features/schedule/services/api.service.ts diff --git a/ClientApp/src/app/features/schedule/services/bread-crumb.service.spec.ts b/apps/angular/src/app/features/schedule/services/bread-crumb.service.spec.ts similarity index 100% rename from ClientApp/src/app/features/schedule/services/bread-crumb.service.spec.ts rename to apps/angular/src/app/features/schedule/services/bread-crumb.service.spec.ts diff --git a/ClientApp/src/app/features/schedule/services/bread-crumb.service.ts b/apps/angular/src/app/features/schedule/services/bread-crumb.service.ts similarity index 100% rename from ClientApp/src/app/features/schedule/services/bread-crumb.service.ts rename to apps/angular/src/app/features/schedule/services/bread-crumb.service.ts diff --git a/ClientApp/src/app/features/schedule/services/data-source/details-data-source.service.mock.ts b/apps/angular/src/app/features/schedule/services/data-source/details-data-source.service.mock.ts similarity index 100% rename from ClientApp/src/app/features/schedule/services/data-source/details-data-source.service.mock.ts rename to apps/angular/src/app/features/schedule/services/data-source/details-data-source.service.mock.ts diff --git a/ClientApp/src/app/features/schedule/services/data-source/details-data-source.service.spec.ts b/apps/angular/src/app/features/schedule/services/data-source/details-data-source.service.spec.ts similarity index 100% rename from ClientApp/src/app/features/schedule/services/data-source/details-data-source.service.spec.ts rename to apps/angular/src/app/features/schedule/services/data-source/details-data-source.service.spec.ts diff --git a/ClientApp/src/app/features/schedule/services/data-source/details-data-source.service.ts b/apps/angular/src/app/features/schedule/services/data-source/details-data-source.service.ts similarity index 100% rename from ClientApp/src/app/features/schedule/services/data-source/details-data-source.service.ts rename to apps/angular/src/app/features/schedule/services/data-source/details-data-source.service.ts diff --git a/ClientApp/src/app/features/schedule/services/data-source/search-data-source.service.spec.ts b/apps/angular/src/app/features/schedule/services/data-source/search-data-source.service.spec.ts similarity index 100% rename from ClientApp/src/app/features/schedule/services/data-source/search-data-source.service.spec.ts rename to apps/angular/src/app/features/schedule/services/data-source/search-data-source.service.spec.ts diff --git a/ClientApp/src/app/features/schedule/services/data-source/search-data-source.service.ts b/apps/angular/src/app/features/schedule/services/data-source/search-data-source.service.ts similarity index 100% rename from ClientApp/src/app/features/schedule/services/data-source/search-data-source.service.ts rename to apps/angular/src/app/features/schedule/services/data-source/search-data-source.service.ts diff --git a/ClientApp/src/app/features/schedule/services/date-validation.service.spec.ts b/apps/angular/src/app/features/schedule/services/date-validation.service.spec.ts similarity index 100% rename from ClientApp/src/app/features/schedule/services/date-validation.service.spec.ts rename to apps/angular/src/app/features/schedule/services/date-validation.service.spec.ts diff --git a/ClientApp/src/app/features/schedule/services/date-validation.service.ts b/apps/angular/src/app/features/schedule/services/date-validation.service.ts similarity index 100% rename from ClientApp/src/app/features/schedule/services/date-validation.service.ts rename to apps/angular/src/app/features/schedule/services/date-validation.service.ts diff --git a/ClientApp/src/app/features/schedule/services/navigation.service.spec.ts b/apps/angular/src/app/features/schedule/services/navigation.service.spec.ts similarity index 100% rename from ClientApp/src/app/features/schedule/services/navigation.service.spec.ts rename to apps/angular/src/app/features/schedule/services/navigation.service.spec.ts diff --git a/ClientApp/src/app/features/schedule/services/navigation.service.ts b/apps/angular/src/app/features/schedule/services/navigation.service.ts similarity index 100% rename from ClientApp/src/app/features/schedule/services/navigation.service.ts rename to apps/angular/src/app/features/schedule/services/navigation.service.ts diff --git a/ClientApp/src/app/features/schedule/services/request/request-builder.service.spec.ts b/apps/angular/src/app/features/schedule/services/request/request-builder.service.spec.ts similarity index 100% rename from ClientApp/src/app/features/schedule/services/request/request-builder.service.spec.ts rename to apps/angular/src/app/features/schedule/services/request/request-builder.service.spec.ts diff --git a/ClientApp/src/app/features/schedule/services/request/request-builder.service.ts b/apps/angular/src/app/features/schedule/services/request/request-builder.service.ts similarity index 100% rename from ClientApp/src/app/features/schedule/services/request/request-builder.service.ts rename to apps/angular/src/app/features/schedule/services/request/request-builder.service.ts diff --git a/ClientApp/src/app/features/schedule/services/request/request-parser.service.spec.ts b/apps/angular/src/app/features/schedule/services/request/request-parser.service.spec.ts similarity index 100% rename from ClientApp/src/app/features/schedule/services/request/request-parser.service.spec.ts rename to apps/angular/src/app/features/schedule/services/request/request-parser.service.spec.ts diff --git a/ClientApp/src/app/features/schedule/services/request/request-parser.service.ts b/apps/angular/src/app/features/schedule/services/request/request-parser.service.ts similarity index 100% rename from ClientApp/src/app/features/schedule/services/request/request-parser.service.ts rename to apps/angular/src/app/features/schedule/services/request/request-parser.service.ts diff --git a/ClientApp/src/app/features/schedule/services/route-params-validation.service.spec.ts b/apps/angular/src/app/features/schedule/services/route-params-validation.service.spec.ts similarity index 100% rename from ClientApp/src/app/features/schedule/services/route-params-validation.service.spec.ts rename to apps/angular/src/app/features/schedule/services/route-params-validation.service.spec.ts diff --git a/ClientApp/src/app/features/schedule/services/route-params-validation.service.ts b/apps/angular/src/app/features/schedule/services/route-params-validation.service.ts similarity index 100% rename from ClientApp/src/app/features/schedule/services/route-params-validation.service.ts rename to apps/angular/src/app/features/schedule/services/route-params-validation.service.ts diff --git a/ClientApp/src/app/features/schedule/services/schedule-helpers.service.spec.ts b/apps/angular/src/app/features/schedule/services/schedule-helpers.service.spec.ts similarity index 100% rename from ClientApp/src/app/features/schedule/services/schedule-helpers.service.spec.ts rename to apps/angular/src/app/features/schedule/services/schedule-helpers.service.spec.ts diff --git a/ClientApp/src/app/features/schedule/services/schedule-helpers.service.ts b/apps/angular/src/app/features/schedule/services/schedule-helpers.service.ts similarity index 100% rename from ClientApp/src/app/features/schedule/services/schedule-helpers.service.ts rename to apps/angular/src/app/features/schedule/services/schedule-helpers.service.ts diff --git a/ClientApp/src/app/features/schedule/services/state.service.ts b/apps/angular/src/app/features/schedule/services/state.service.ts similarity index 100% rename from ClientApp/src/app/features/schedule/services/state.service.ts rename to apps/angular/src/app/features/schedule/services/state.service.ts diff --git a/ClientApp/src/app/features/schedule/services/title.service.spec.ts b/apps/angular/src/app/features/schedule/services/title.service.spec.ts similarity index 100% rename from ClientApp/src/app/features/schedule/services/title.service.spec.ts rename to apps/angular/src/app/features/schedule/services/title.service.spec.ts diff --git a/ClientApp/src/app/features/schedule/services/title.service.ts b/apps/angular/src/app/features/schedule/services/title.service.ts similarity index 100% rename from ClientApp/src/app/features/schedule/services/title.service.ts rename to apps/angular/src/app/features/schedule/services/title.service.ts diff --git a/ClientApp/src/app/features/schedule/services/url/flights-info-param.ts b/apps/angular/src/app/features/schedule/services/url/flights-info-param.ts similarity index 100% rename from ClientApp/src/app/features/schedule/services/url/flights-info-param.ts rename to apps/angular/src/app/features/schedule/services/url/flights-info-param.ts diff --git a/ClientApp/src/app/features/schedule/services/url/types.ts b/apps/angular/src/app/features/schedule/services/url/types.ts similarity index 100% rename from ClientApp/src/app/features/schedule/services/url/types.ts rename to apps/angular/src/app/features/schedule/services/url/types.ts diff --git a/ClientApp/src/app/features/schedule/services/url/url-base.ts b/apps/angular/src/app/features/schedule/services/url/url-base.ts similarity index 100% rename from ClientApp/src/app/features/schedule/services/url/url-base.ts rename to apps/angular/src/app/features/schedule/services/url/url-base.ts diff --git a/ClientApp/src/app/features/schedule/services/url/url-builder.service.spec.ts b/apps/angular/src/app/features/schedule/services/url/url-builder.service.spec.ts similarity index 100% rename from ClientApp/src/app/features/schedule/services/url/url-builder.service.spec.ts rename to apps/angular/src/app/features/schedule/services/url/url-builder.service.spec.ts diff --git a/ClientApp/src/app/features/schedule/services/url/url-builder.service.ts b/apps/angular/src/app/features/schedule/services/url/url-builder.service.ts similarity index 100% rename from ClientApp/src/app/features/schedule/services/url/url-builder.service.ts rename to apps/angular/src/app/features/schedule/services/url/url-builder.service.ts diff --git a/ClientApp/src/app/features/schedule/services/url/url-parser.service.spec.ts b/apps/angular/src/app/features/schedule/services/url/url-parser.service.spec.ts similarity index 100% rename from ClientApp/src/app/features/schedule/services/url/url-parser.service.spec.ts rename to apps/angular/src/app/features/schedule/services/url/url-parser.service.spec.ts diff --git a/ClientApp/src/app/features/schedule/services/url/url-parser.service.ts b/apps/angular/src/app/features/schedule/services/url/url-parser.service.ts similarity index 100% rename from ClientApp/src/app/features/schedule/services/url/url-parser.service.ts rename to apps/angular/src/app/features/schedule/services/url/url-parser.service.ts diff --git a/ClientApp/src/app/features/schedule/types.ts b/apps/angular/src/app/features/schedule/types.ts similarity index 100% rename from ClientApp/src/app/features/schedule/types.ts rename to apps/angular/src/app/features/schedule/types.ts diff --git a/ClientApp/src/app/guards/feature-flag.guard.ts b/apps/angular/src/app/guards/feature-flag.guard.ts similarity index 100% rename from ClientApp/src/app/guards/feature-flag.guard.ts rename to apps/angular/src/app/guards/feature-flag.guard.ts diff --git a/ClientApp/src/app/modules/components/app-show-debug/app-show-debug.component.html b/apps/angular/src/app/modules/components/app-show-debug/app-show-debug.component.html similarity index 100% rename from ClientApp/src/app/modules/components/app-show-debug/app-show-debug.component.html rename to apps/angular/src/app/modules/components/app-show-debug/app-show-debug.component.html diff --git a/ClientApp/src/app/modules/components/app-show-debug/app-show-debug.component.ts b/apps/angular/src/app/modules/components/app-show-debug/app-show-debug.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/app-show-debug/app-show-debug.component.ts rename to apps/angular/src/app/modules/components/app-show-debug/app-show-debug.component.ts diff --git a/ClientApp/src/app/modules/components/app-version/app-version.component.html b/apps/angular/src/app/modules/components/app-version/app-version.component.html similarity index 100% rename from ClientApp/src/app/modules/components/app-version/app-version.component.html rename to apps/angular/src/app/modules/components/app-version/app-version.component.html diff --git a/ClientApp/src/app/modules/components/app-version/app-version.component.scss b/apps/angular/src/app/modules/components/app-version/app-version.component.scss similarity index 100% rename from ClientApp/src/app/modules/components/app-version/app-version.component.scss rename to apps/angular/src/app/modules/components/app-version/app-version.component.scss diff --git a/ClientApp/src/app/modules/components/app-version/app-version.component.ts b/apps/angular/src/app/modules/components/app-version/app-version.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/app-version/app-version.component.ts rename to apps/angular/src/app/modules/components/app-version/app-version.component.ts diff --git a/ClientApp/src/app/modules/components/buy-ticket-button/buy-logic.spec.ts b/apps/angular/src/app/modules/components/buy-ticket-button/buy-logic.spec.ts similarity index 100% rename from ClientApp/src/app/modules/components/buy-ticket-button/buy-logic.spec.ts rename to apps/angular/src/app/modules/components/buy-ticket-button/buy-logic.spec.ts diff --git a/ClientApp/src/app/modules/components/buy-ticket-button/buy-ticket-button.component.html b/apps/angular/src/app/modules/components/buy-ticket-button/buy-ticket-button.component.html similarity index 100% rename from ClientApp/src/app/modules/components/buy-ticket-button/buy-ticket-button.component.html rename to apps/angular/src/app/modules/components/buy-ticket-button/buy-ticket-button.component.html diff --git a/ClientApp/src/app/modules/components/buy-ticket-button/buy-ticket-button.component.scss b/apps/angular/src/app/modules/components/buy-ticket-button/buy-ticket-button.component.scss similarity index 100% rename from ClientApp/src/app/modules/components/buy-ticket-button/buy-ticket-button.component.scss rename to apps/angular/src/app/modules/components/buy-ticket-button/buy-ticket-button.component.scss diff --git a/ClientApp/src/app/modules/components/buy-ticket-button/buy-ticket-button.component.spec.ts b/apps/angular/src/app/modules/components/buy-ticket-button/buy-ticket-button.component.spec.ts similarity index 100% rename from ClientApp/src/app/modules/components/buy-ticket-button/buy-ticket-button.component.spec.ts rename to apps/angular/src/app/modules/components/buy-ticket-button/buy-ticket-button.component.spec.ts diff --git a/ClientApp/src/app/modules/components/buy-ticket-button/buy-ticket-button.component.ts b/apps/angular/src/app/modules/components/buy-ticket-button/buy-ticket-button.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/buy-ticket-button/buy-ticket-button.component.ts rename to apps/angular/src/app/modules/components/buy-ticket-button/buy-ticket-button.component.ts diff --git a/ClientApp/src/app/modules/components/buy-ticket-button/buy-ticket.logic.ts b/apps/angular/src/app/modules/components/buy-ticket-button/buy-ticket.logic.ts similarity index 100% rename from ClientApp/src/app/modules/components/buy-ticket-button/buy-ticket.logic.ts rename to apps/angular/src/app/modules/components/buy-ticket-button/buy-ticket.logic.ts diff --git a/ClientApp/src/app/modules/components/captioned-time-group/captioned-time-group.component.html b/apps/angular/src/app/modules/components/captioned-time-group/captioned-time-group.component.html similarity index 100% rename from ClientApp/src/app/modules/components/captioned-time-group/captioned-time-group.component.html rename to apps/angular/src/app/modules/components/captioned-time-group/captioned-time-group.component.html diff --git a/ClientApp/src/app/modules/components/captioned-time-group/captioned-time-group.component.scss b/apps/angular/src/app/modules/components/captioned-time-group/captioned-time-group.component.scss similarity index 100% rename from ClientApp/src/app/modules/components/captioned-time-group/captioned-time-group.component.scss rename to apps/angular/src/app/modules/components/captioned-time-group/captioned-time-group.component.scss diff --git a/ClientApp/src/app/modules/components/captioned-time-group/captioned-time-group.component.ts b/apps/angular/src/app/modules/components/captioned-time-group/captioned-time-group.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/captioned-time-group/captioned-time-group.component.ts rename to apps/angular/src/app/modules/components/captioned-time-group/captioned-time-group.component.ts diff --git a/ClientApp/src/app/modules/components/day-change-square-legacy/day-change-square-legacy.component.html b/apps/angular/src/app/modules/components/day-change-square-legacy/day-change-square-legacy.component.html similarity index 100% rename from ClientApp/src/app/modules/components/day-change-square-legacy/day-change-square-legacy.component.html rename to apps/angular/src/app/modules/components/day-change-square-legacy/day-change-square-legacy.component.html diff --git a/ClientApp/src/app/modules/components/day-change-square-legacy/day-change-square-legacy.component.scss b/apps/angular/src/app/modules/components/day-change-square-legacy/day-change-square-legacy.component.scss similarity index 100% rename from ClientApp/src/app/modules/components/day-change-square-legacy/day-change-square-legacy.component.scss rename to apps/angular/src/app/modules/components/day-change-square-legacy/day-change-square-legacy.component.scss diff --git a/ClientApp/src/app/modules/components/day-change-square-legacy/day-change-square-legacy.component.ts b/apps/angular/src/app/modules/components/day-change-square-legacy/day-change-square-legacy.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/day-change-square-legacy/day-change-square-legacy.component.ts rename to apps/angular/src/app/modules/components/day-change-square-legacy/day-change-square-legacy.component.ts diff --git a/ClientApp/src/app/modules/components/day-change-square/day-change-square.component.html b/apps/angular/src/app/modules/components/day-change-square/day-change-square.component.html similarity index 100% rename from ClientApp/src/app/modules/components/day-change-square/day-change-square.component.html rename to apps/angular/src/app/modules/components/day-change-square/day-change-square.component.html diff --git a/ClientApp/src/app/modules/components/day-change-square/day-change-square.component.scss b/apps/angular/src/app/modules/components/day-change-square/day-change-square.component.scss similarity index 100% rename from ClientApp/src/app/modules/components/day-change-square/day-change-square.component.scss rename to apps/angular/src/app/modules/components/day-change-square/day-change-square.component.scss diff --git a/ClientApp/src/app/modules/components/day-change-square/day-change-square.component.ts b/apps/angular/src/app/modules/components/day-change-square/day-change-square.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/day-change-square/day-change-square.component.ts rename to apps/angular/src/app/modules/components/day-change-square/day-change-square.component.ts diff --git a/ClientApp/src/app/modules/components/details-header-badge/details-header-badge.component.html b/apps/angular/src/app/modules/components/details-header-badge/details-header-badge.component.html similarity index 100% rename from ClientApp/src/app/modules/components/details-header-badge/details-header-badge.component.html rename to apps/angular/src/app/modules/components/details-header-badge/details-header-badge.component.html diff --git a/ClientApp/src/app/modules/components/details-header-badge/details-header-badge.component.scss b/apps/angular/src/app/modules/components/details-header-badge/details-header-badge.component.scss similarity index 100% rename from ClientApp/src/app/modules/components/details-header-badge/details-header-badge.component.scss rename to apps/angular/src/app/modules/components/details-header-badge/details-header-badge.component.scss diff --git a/ClientApp/src/app/modules/components/details-header-badge/details-header-badge.component.spec.ts b/apps/angular/src/app/modules/components/details-header-badge/details-header-badge.component.spec.ts similarity index 100% rename from ClientApp/src/app/modules/components/details-header-badge/details-header-badge.component.spec.ts rename to apps/angular/src/app/modules/components/details-header-badge/details-header-badge.component.spec.ts diff --git a/ClientApp/src/app/modules/components/details-header-badge/details-header-badge.component.ts b/apps/angular/src/app/modules/components/details-header-badge/details-header-badge.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/details-header-badge/details-header-badge.component.ts rename to apps/angular/src/app/modules/components/details-header-badge/details-header-badge.component.ts diff --git a/ClientApp/src/app/modules/components/details-header-badges/details-header-badges.component.html b/apps/angular/src/app/modules/components/details-header-badges/details-header-badges.component.html similarity index 100% rename from ClientApp/src/app/modules/components/details-header-badges/details-header-badges.component.html rename to apps/angular/src/app/modules/components/details-header-badges/details-header-badges.component.html diff --git a/ClientApp/src/app/modules/components/details-header-badges/details-header-badges.component.scss b/apps/angular/src/app/modules/components/details-header-badges/details-header-badges.component.scss similarity index 100% rename from ClientApp/src/app/modules/components/details-header-badges/details-header-badges.component.scss rename to apps/angular/src/app/modules/components/details-header-badges/details-header-badges.component.scss diff --git a/ClientApp/src/app/modules/components/details-header-badges/details-header-badges.component.spec.ts b/apps/angular/src/app/modules/components/details-header-badges/details-header-badges.component.spec.ts similarity index 100% rename from ClientApp/src/app/modules/components/details-header-badges/details-header-badges.component.spec.ts rename to apps/angular/src/app/modules/components/details-header-badges/details-header-badges.component.spec.ts diff --git a/ClientApp/src/app/modules/components/details-header-badges/details-header-badges.component.ts b/apps/angular/src/app/modules/components/details-header-badges/details-header-badges.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/details-header-badges/details-header-badges.component.ts rename to apps/angular/src/app/modules/components/details-header-badges/details-header-badges.component.ts diff --git a/ClientApp/src/app/modules/components/duration/duration.component.html b/apps/angular/src/app/modules/components/duration/duration.component.html similarity index 100% rename from ClientApp/src/app/modules/components/duration/duration.component.html rename to apps/angular/src/app/modules/components/duration/duration.component.html diff --git a/ClientApp/src/app/modules/components/duration/duration.component.scss b/apps/angular/src/app/modules/components/duration/duration.component.scss similarity index 100% rename from ClientApp/src/app/modules/components/duration/duration.component.scss rename to apps/angular/src/app/modules/components/duration/duration.component.scss diff --git a/ClientApp/src/app/modules/components/duration/duration.component.spec.ts b/apps/angular/src/app/modules/components/duration/duration.component.spec.ts similarity index 100% rename from ClientApp/src/app/modules/components/duration/duration.component.spec.ts rename to apps/angular/src/app/modules/components/duration/duration.component.spec.ts diff --git a/ClientApp/src/app/modules/components/duration/duration.component.ts b/apps/angular/src/app/modules/components/duration/duration.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/duration/duration.component.ts rename to apps/angular/src/app/modules/components/duration/duration.component.ts diff --git a/ClientApp/src/app/modules/components/flight-actions/flight-actions.component.html b/apps/angular/src/app/modules/components/flight-actions/flight-actions.component.html similarity index 100% rename from ClientApp/src/app/modules/components/flight-actions/flight-actions.component.html rename to apps/angular/src/app/modules/components/flight-actions/flight-actions.component.html diff --git a/ClientApp/src/app/modules/components/flight-actions/flight-actions.component.scss b/apps/angular/src/app/modules/components/flight-actions/flight-actions.component.scss similarity index 100% rename from ClientApp/src/app/modules/components/flight-actions/flight-actions.component.scss rename to apps/angular/src/app/modules/components/flight-actions/flight-actions.component.scss diff --git a/ClientApp/src/app/modules/components/flight-actions/flight-actions.component.spec.ts b/apps/angular/src/app/modules/components/flight-actions/flight-actions.component.spec.ts similarity index 100% rename from ClientApp/src/app/modules/components/flight-actions/flight-actions.component.spec.ts rename to apps/angular/src/app/modules/components/flight-actions/flight-actions.component.spec.ts diff --git a/ClientApp/src/app/modules/components/flight-actions/flight-actions.component.ts b/apps/angular/src/app/modules/components/flight-actions/flight-actions.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/flight-actions/flight-actions.component.ts rename to apps/angular/src/app/modules/components/flight-actions/flight-actions.component.ts diff --git a/ClientApp/src/app/modules/components/flight-brief/flight-brief.component.html b/apps/angular/src/app/modules/components/flight-brief/flight-brief.component.html similarity index 100% rename from ClientApp/src/app/modules/components/flight-brief/flight-brief.component.html rename to apps/angular/src/app/modules/components/flight-brief/flight-brief.component.html diff --git a/ClientApp/src/app/modules/components/flight-brief/flight-brief.component.scss b/apps/angular/src/app/modules/components/flight-brief/flight-brief.component.scss similarity index 100% rename from ClientApp/src/app/modules/components/flight-brief/flight-brief.component.scss rename to apps/angular/src/app/modules/components/flight-brief/flight-brief.component.scss diff --git a/ClientApp/src/app/modules/components/flight-brief/flight-brief.component.spec.ts b/apps/angular/src/app/modules/components/flight-brief/flight-brief.component.spec.ts similarity index 100% rename from ClientApp/src/app/modules/components/flight-brief/flight-brief.component.spec.ts rename to apps/angular/src/app/modules/components/flight-brief/flight-brief.component.spec.ts diff --git a/ClientApp/src/app/modules/components/flight-brief/flight-brief.component.ts b/apps/angular/src/app/modules/components/flight-brief/flight-brief.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/flight-brief/flight-brief.component.ts rename to apps/angular/src/app/modules/components/flight-brief/flight-brief.component.ts diff --git a/ClientApp/src/app/modules/components/flight-details-button/flight-details-button.component.html b/apps/angular/src/app/modules/components/flight-details-button/flight-details-button.component.html similarity index 100% rename from ClientApp/src/app/modules/components/flight-details-button/flight-details-button.component.html rename to apps/angular/src/app/modules/components/flight-details-button/flight-details-button.component.html diff --git a/ClientApp/src/app/modules/components/flight-details-button/flight-details-button.component.scss b/apps/angular/src/app/modules/components/flight-details-button/flight-details-button.component.scss similarity index 100% rename from ClientApp/src/app/modules/components/flight-details-button/flight-details-button.component.scss rename to apps/angular/src/app/modules/components/flight-details-button/flight-details-button.component.scss diff --git a/ClientApp/src/app/modules/components/flight-details-button/flight-details-button.component.spec.ts b/apps/angular/src/app/modules/components/flight-details-button/flight-details-button.component.spec.ts similarity index 100% rename from ClientApp/src/app/modules/components/flight-details-button/flight-details-button.component.spec.ts rename to apps/angular/src/app/modules/components/flight-details-button/flight-details-button.component.spec.ts diff --git a/ClientApp/src/app/modules/components/flight-details-button/flight-details-button.component.ts b/apps/angular/src/app/modules/components/flight-details-button/flight-details-button.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/flight-details-button/flight-details-button.component.ts rename to apps/angular/src/app/modules/components/flight-details-button/flight-details-button.component.ts diff --git a/ClientApp/src/app/modules/components/flight-details-icon/flight-details-icon.component.html b/apps/angular/src/app/modules/components/flight-details-icon/flight-details-icon.component.html similarity index 100% rename from ClientApp/src/app/modules/components/flight-details-icon/flight-details-icon.component.html rename to apps/angular/src/app/modules/components/flight-details-icon/flight-details-icon.component.html diff --git a/ClientApp/src/app/modules/components/flight-details-icon/flight-details-icon.component.scss b/apps/angular/src/app/modules/components/flight-details-icon/flight-details-icon.component.scss similarity index 100% rename from ClientApp/src/app/modules/components/flight-details-icon/flight-details-icon.component.scss rename to apps/angular/src/app/modules/components/flight-details-icon/flight-details-icon.component.scss diff --git a/ClientApp/src/app/modules/components/flight-details-icon/flight-details-icon.component.ts b/apps/angular/src/app/modules/components/flight-details-icon/flight-details-icon.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/flight-details-icon/flight-details-icon.component.ts rename to apps/angular/src/app/modules/components/flight-details-icon/flight-details-icon.component.ts diff --git a/ClientApp/src/app/modules/components/flight-details-section/flight-details-section.component.html b/apps/angular/src/app/modules/components/flight-details-section/flight-details-section.component.html similarity index 100% rename from ClientApp/src/app/modules/components/flight-details-section/flight-details-section.component.html rename to apps/angular/src/app/modules/components/flight-details-section/flight-details-section.component.html diff --git a/ClientApp/src/app/modules/components/flight-details-section/flight-details-section.component.scss b/apps/angular/src/app/modules/components/flight-details-section/flight-details-section.component.scss similarity index 100% rename from ClientApp/src/app/modules/components/flight-details-section/flight-details-section.component.scss rename to apps/angular/src/app/modules/components/flight-details-section/flight-details-section.component.scss diff --git a/ClientApp/src/app/modules/components/flight-details-section/flight-details-section.component.ts b/apps/angular/src/app/modules/components/flight-details-section/flight-details-section.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/flight-details-section/flight-details-section.component.ts rename to apps/angular/src/app/modules/components/flight-details-section/flight-details-section.component.ts diff --git a/ClientApp/src/app/modules/components/flight-events/flight-events.component.html b/apps/angular/src/app/modules/components/flight-events/flight-events.component.html similarity index 100% rename from ClientApp/src/app/modules/components/flight-events/flight-events.component.html rename to apps/angular/src/app/modules/components/flight-events/flight-events.component.html diff --git a/ClientApp/src/app/modules/components/flight-events/flight-events.component.scss b/apps/angular/src/app/modules/components/flight-events/flight-events.component.scss similarity index 100% rename from ClientApp/src/app/modules/components/flight-events/flight-events.component.scss rename to apps/angular/src/app/modules/components/flight-events/flight-events.component.scss diff --git a/ClientApp/src/app/modules/components/flight-events/flight-events.component.ts b/apps/angular/src/app/modules/components/flight-events/flight-events.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/flight-events/flight-events.component.ts rename to apps/angular/src/app/modules/components/flight-events/flight-events.component.ts diff --git a/ClientApp/src/app/modules/components/flight-props/flight-props.component.html b/apps/angular/src/app/modules/components/flight-props/flight-props.component.html similarity index 100% rename from ClientApp/src/app/modules/components/flight-props/flight-props.component.html rename to apps/angular/src/app/modules/components/flight-props/flight-props.component.html diff --git a/ClientApp/src/app/modules/components/flight-props/flight-props.component.scss b/apps/angular/src/app/modules/components/flight-props/flight-props.component.scss similarity index 100% rename from ClientApp/src/app/modules/components/flight-props/flight-props.component.scss rename to apps/angular/src/app/modules/components/flight-props/flight-props.component.scss diff --git a/ClientApp/src/app/modules/components/flight-props/flight-props.component.spec.ts b/apps/angular/src/app/modules/components/flight-props/flight-props.component.spec.ts similarity index 100% rename from ClientApp/src/app/modules/components/flight-props/flight-props.component.spec.ts rename to apps/angular/src/app/modules/components/flight-props/flight-props.component.spec.ts diff --git a/ClientApp/src/app/modules/components/flight-props/flight-props.component.ts b/apps/angular/src/app/modules/components/flight-props/flight-props.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/flight-props/flight-props.component.ts rename to apps/angular/src/app/modules/components/flight-props/flight-props.component.ts diff --git a/ClientApp/src/app/modules/components/flight-status-button/flight-status-button.component.html b/apps/angular/src/app/modules/components/flight-status-button/flight-status-button.component.html similarity index 100% rename from ClientApp/src/app/modules/components/flight-status-button/flight-status-button.component.html rename to apps/angular/src/app/modules/components/flight-status-button/flight-status-button.component.html diff --git a/ClientApp/src/app/modules/components/flight-status-button/flight-status-button.component.scss b/apps/angular/src/app/modules/components/flight-status-button/flight-status-button.component.scss similarity index 100% rename from ClientApp/src/app/modules/components/flight-status-button/flight-status-button.component.scss rename to apps/angular/src/app/modules/components/flight-status-button/flight-status-button.component.scss diff --git a/ClientApp/src/app/modules/components/flight-status-button/flight-status-button.component.spec.ts b/apps/angular/src/app/modules/components/flight-status-button/flight-status-button.component.spec.ts similarity index 100% rename from ClientApp/src/app/modules/components/flight-status-button/flight-status-button.component.spec.ts rename to apps/angular/src/app/modules/components/flight-status-button/flight-status-button.component.spec.ts diff --git a/ClientApp/src/app/modules/components/flight-status-button/flight-status-button.component.ts b/apps/angular/src/app/modules/components/flight-status-button/flight-status-button.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/flight-status-button/flight-status-button.component.ts rename to apps/angular/src/app/modules/components/flight-status-button/flight-status-button.component.ts diff --git a/ClientApp/src/app/modules/components/flight-status-button/flight-status.logic.spec.ts b/apps/angular/src/app/modules/components/flight-status-button/flight-status.logic.spec.ts similarity index 100% rename from ClientApp/src/app/modules/components/flight-status-button/flight-status.logic.spec.ts rename to apps/angular/src/app/modules/components/flight-status-button/flight-status.logic.spec.ts diff --git a/ClientApp/src/app/modules/components/flight-status-button/flight-status.logic.ts b/apps/angular/src/app/modules/components/flight-status-button/flight-status.logic.ts similarity index 100% rename from ClientApp/src/app/modules/components/flight-status-button/flight-status.logic.ts rename to apps/angular/src/app/modules/components/flight-status-button/flight-status.logic.ts diff --git a/ClientApp/src/app/modules/components/flight-status-icon/flight-status-colors.ts b/apps/angular/src/app/modules/components/flight-status-icon/flight-status-colors.ts similarity index 100% rename from ClientApp/src/app/modules/components/flight-status-icon/flight-status-colors.ts rename to apps/angular/src/app/modules/components/flight-status-icon/flight-status-colors.ts diff --git a/ClientApp/src/app/modules/components/flight-status-icon/flight-status-icon.component.html b/apps/angular/src/app/modules/components/flight-status-icon/flight-status-icon.component.html similarity index 100% rename from ClientApp/src/app/modules/components/flight-status-icon/flight-status-icon.component.html rename to apps/angular/src/app/modules/components/flight-status-icon/flight-status-icon.component.html diff --git a/ClientApp/src/app/modules/components/flight-status-icon/flight-status-icon.component.spec.ts b/apps/angular/src/app/modules/components/flight-status-icon/flight-status-icon.component.spec.ts similarity index 100% rename from ClientApp/src/app/modules/components/flight-status-icon/flight-status-icon.component.spec.ts rename to apps/angular/src/app/modules/components/flight-status-icon/flight-status-icon.component.spec.ts diff --git a/ClientApp/src/app/modules/components/flight-status-icon/flight-status-icon.component.ts b/apps/angular/src/app/modules/components/flight-status-icon/flight-status-icon.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/flight-status-icon/flight-status-icon.component.ts rename to apps/angular/src/app/modules/components/flight-status-icon/flight-status-icon.component.ts diff --git a/ClientApp/src/app/modules/components/flight-status/flight-status.component.html b/apps/angular/src/app/modules/components/flight-status/flight-status.component.html similarity index 100% rename from ClientApp/src/app/modules/components/flight-status/flight-status.component.html rename to apps/angular/src/app/modules/components/flight-status/flight-status.component.html diff --git a/ClientApp/src/app/modules/components/flight-status/flight-status.component.scss b/apps/angular/src/app/modules/components/flight-status/flight-status.component.scss similarity index 100% rename from ClientApp/src/app/modules/components/flight-status/flight-status.component.scss rename to apps/angular/src/app/modules/components/flight-status/flight-status.component.scss diff --git a/ClientApp/src/app/modules/components/flight-status/flight-status.component.ts b/apps/angular/src/app/modules/components/flight-status/flight-status.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/flight-status/flight-status.component.ts rename to apps/angular/src/app/modules/components/flight-status/flight-status.component.ts diff --git a/ClientApp/src/app/modules/components/flight-transition/flight-transition.component.html b/apps/angular/src/app/modules/components/flight-transition/flight-transition.component.html similarity index 100% rename from ClientApp/src/app/modules/components/flight-transition/flight-transition.component.html rename to apps/angular/src/app/modules/components/flight-transition/flight-transition.component.html diff --git a/ClientApp/src/app/modules/components/flight-transition/flight-transition.component.layout.scss b/apps/angular/src/app/modules/components/flight-transition/flight-transition.component.layout.scss similarity index 100% rename from ClientApp/src/app/modules/components/flight-transition/flight-transition.component.layout.scss rename to apps/angular/src/app/modules/components/flight-transition/flight-transition.component.layout.scss diff --git a/ClientApp/src/app/modules/components/flight-transition/flight-transition.component.mobile-layout.scss b/apps/angular/src/app/modules/components/flight-transition/flight-transition.component.mobile-layout.scss similarity index 100% rename from ClientApp/src/app/modules/components/flight-transition/flight-transition.component.mobile-layout.scss rename to apps/angular/src/app/modules/components/flight-transition/flight-transition.component.mobile-layout.scss diff --git a/ClientApp/src/app/modules/components/flight-transition/flight-transition.component.ts b/apps/angular/src/app/modules/components/flight-transition/flight-transition.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/flight-transition/flight-transition.component.ts rename to apps/angular/src/app/modules/components/flight-transition/flight-transition.component.ts diff --git a/ClientApp/src/app/modules/components/flight-transition/flight-transition.stories.ts b/apps/angular/src/app/modules/components/flight-transition/flight-transition.stories.ts similarity index 100% rename from ClientApp/src/app/modules/components/flight-transition/flight-transition.stories.ts rename to apps/angular/src/app/modules/components/flight-transition/flight-transition.stories.ts diff --git a/ClientApp/src/app/modules/components/index.ts b/apps/angular/src/app/modules/components/index.ts similarity index 100% rename from ClientApp/src/app/modules/components/index.ts rename to apps/angular/src/app/modules/components/index.ts diff --git a/ClientApp/src/app/modules/components/last-update/last-update.component.html b/apps/angular/src/app/modules/components/last-update/last-update.component.html similarity index 100% rename from ClientApp/src/app/modules/components/last-update/last-update.component.html rename to apps/angular/src/app/modules/components/last-update/last-update.component.html diff --git a/ClientApp/src/app/modules/components/last-update/last-update.component.scss b/apps/angular/src/app/modules/components/last-update/last-update.component.scss similarity index 100% rename from ClientApp/src/app/modules/components/last-update/last-update.component.scss rename to apps/angular/src/app/modules/components/last-update/last-update.component.scss diff --git a/ClientApp/src/app/modules/components/last-update/last-update.component.spec.ts b/apps/angular/src/app/modules/components/last-update/last-update.component.spec.ts similarity index 100% rename from ClientApp/src/app/modules/components/last-update/last-update.component.spec.ts rename to apps/angular/src/app/modules/components/last-update/last-update.component.spec.ts diff --git a/ClientApp/src/app/modules/components/last-update/last-update.component.ts b/apps/angular/src/app/modules/components/last-update/last-update.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/last-update/last-update.component.ts rename to apps/angular/src/app/modules/components/last-update/last-update.component.ts diff --git a/ClientApp/src/app/modules/components/link-to-old-version/link-to-old-version.component.html b/apps/angular/src/app/modules/components/link-to-old-version/link-to-old-version.component.html similarity index 100% rename from ClientApp/src/app/modules/components/link-to-old-version/link-to-old-version.component.html rename to apps/angular/src/app/modules/components/link-to-old-version/link-to-old-version.component.html diff --git a/ClientApp/src/app/modules/components/link-to-old-version/link-to-old-version.component.scss b/apps/angular/src/app/modules/components/link-to-old-version/link-to-old-version.component.scss similarity index 100% rename from ClientApp/src/app/modules/components/link-to-old-version/link-to-old-version.component.scss rename to apps/angular/src/app/modules/components/link-to-old-version/link-to-old-version.component.scss diff --git a/ClientApp/src/app/modules/components/link-to-old-version/link-to-old-version.component.spec.ts b/apps/angular/src/app/modules/components/link-to-old-version/link-to-old-version.component.spec.ts similarity index 100% rename from ClientApp/src/app/modules/components/link-to-old-version/link-to-old-version.component.spec.ts rename to apps/angular/src/app/modules/components/link-to-old-version/link-to-old-version.component.spec.ts diff --git a/ClientApp/src/app/modules/components/link-to-old-version/link-to-old-version.component.ts b/apps/angular/src/app/modules/components/link-to-old-version/link-to-old-version.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/link-to-old-version/link-to-old-version.component.ts rename to apps/angular/src/app/modules/components/link-to-old-version/link-to-old-version.component.ts diff --git a/ClientApp/src/app/modules/components/note/note.component.html b/apps/angular/src/app/modules/components/note/note.component.html similarity index 100% rename from ClientApp/src/app/modules/components/note/note.component.html rename to apps/angular/src/app/modules/components/note/note.component.html diff --git a/ClientApp/src/app/modules/components/note/note.component.scss b/apps/angular/src/app/modules/components/note/note.component.scss similarity index 100% rename from ClientApp/src/app/modules/components/note/note.component.scss rename to apps/angular/src/app/modules/components/note/note.component.scss diff --git a/ClientApp/src/app/modules/components/note/note.component.ts b/apps/angular/src/app/modules/components/note/note.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/note/note.component.ts rename to apps/angular/src/app/modules/components/note/note.component.ts diff --git a/ClientApp/src/app/modules/components/operator-logo-and-model/operator-logo-and-model.component.html b/apps/angular/src/app/modules/components/operator-logo-and-model/operator-logo-and-model.component.html similarity index 100% rename from ClientApp/src/app/modules/components/operator-logo-and-model/operator-logo-and-model.component.html rename to apps/angular/src/app/modules/components/operator-logo-and-model/operator-logo-and-model.component.html diff --git a/ClientApp/src/app/modules/components/operator-logo-and-model/operator-logo-and-model.component.scss b/apps/angular/src/app/modules/components/operator-logo-and-model/operator-logo-and-model.component.scss similarity index 100% rename from ClientApp/src/app/modules/components/operator-logo-and-model/operator-logo-and-model.component.scss rename to apps/angular/src/app/modules/components/operator-logo-and-model/operator-logo-and-model.component.scss diff --git a/ClientApp/src/app/modules/components/operator-logo-and-model/operator-logo-and-model.component.spec.ts b/apps/angular/src/app/modules/components/operator-logo-and-model/operator-logo-and-model.component.spec.ts similarity index 100% rename from ClientApp/src/app/modules/components/operator-logo-and-model/operator-logo-and-model.component.spec.ts rename to apps/angular/src/app/modules/components/operator-logo-and-model/operator-logo-and-model.component.spec.ts diff --git a/ClientApp/src/app/modules/components/operator-logo-and-model/operator-logo-and-model.component.ts b/apps/angular/src/app/modules/components/operator-logo-and-model/operator-logo-and-model.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/operator-logo-and-model/operator-logo-and-model.component.ts rename to apps/angular/src/app/modules/components/operator-logo-and-model/operator-logo-and-model.component.ts diff --git a/ClientApp/src/app/modules/components/operator-logo/operator-logo.component.html b/apps/angular/src/app/modules/components/operator-logo/operator-logo.component.html similarity index 100% rename from ClientApp/src/app/modules/components/operator-logo/operator-logo.component.html rename to apps/angular/src/app/modules/components/operator-logo/operator-logo.component.html diff --git a/ClientApp/src/app/modules/components/operator-logo/operator-logo.component.scss b/apps/angular/src/app/modules/components/operator-logo/operator-logo.component.scss similarity index 100% rename from ClientApp/src/app/modules/components/operator-logo/operator-logo.component.scss rename to apps/angular/src/app/modules/components/operator-logo/operator-logo.component.scss diff --git a/ClientApp/src/app/modules/components/operator-logo/operator-logo.component.spec.ts b/apps/angular/src/app/modules/components/operator-logo/operator-logo.component.spec.ts similarity index 100% rename from ClientApp/src/app/modules/components/operator-logo/operator-logo.component.spec.ts rename to apps/angular/src/app/modules/components/operator-logo/operator-logo.component.spec.ts diff --git a/ClientApp/src/app/modules/components/operator-logo/operator-logo.component.ts b/apps/angular/src/app/modules/components/operator-logo/operator-logo.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/operator-logo/operator-logo.component.ts rename to apps/angular/src/app/modules/components/operator-logo/operator-logo.component.ts diff --git a/ClientApp/src/app/modules/components/page-empty-list/page-empty-list.component.html b/apps/angular/src/app/modules/components/page-empty-list/page-empty-list.component.html similarity index 100% rename from ClientApp/src/app/modules/components/page-empty-list/page-empty-list.component.html rename to apps/angular/src/app/modules/components/page-empty-list/page-empty-list.component.html diff --git a/ClientApp/src/app/modules/components/page-empty-list/page-empty-list.component.scss b/apps/angular/src/app/modules/components/page-empty-list/page-empty-list.component.scss similarity index 100% rename from ClientApp/src/app/modules/components/page-empty-list/page-empty-list.component.scss rename to apps/angular/src/app/modules/components/page-empty-list/page-empty-list.component.scss diff --git a/ClientApp/src/app/modules/components/page-empty-list/page-empty-list.component.ts b/apps/angular/src/app/modules/components/page-empty-list/page-empty-list.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/page-empty-list/page-empty-list.component.ts rename to apps/angular/src/app/modules/components/page-empty-list/page-empty-list.component.ts diff --git a/ClientApp/src/app/modules/components/page-filters/models/airport.model.ts b/apps/angular/src/app/modules/components/page-filters/models/airport.model.ts similarity index 100% rename from ClientApp/src/app/modules/components/page-filters/models/airport.model.ts rename to apps/angular/src/app/modules/components/page-filters/models/airport.model.ts diff --git a/ClientApp/src/app/modules/components/page-filters/models/city.model.ts b/apps/angular/src/app/modules/components/page-filters/models/city.model.ts similarity index 100% rename from ClientApp/src/app/modules/components/page-filters/models/city.model.ts rename to apps/angular/src/app/modules/components/page-filters/models/city.model.ts diff --git a/ClientApp/src/app/modules/components/page-filters/models/country.model.ts b/apps/angular/src/app/modules/components/page-filters/models/country.model.ts similarity index 100% rename from ClientApp/src/app/modules/components/page-filters/models/country.model.ts rename to apps/angular/src/app/modules/components/page-filters/models/country.model.ts diff --git a/ClientApp/src/app/modules/components/page-filters/models/flat-data.model.ts b/apps/angular/src/app/modules/components/page-filters/models/flat-data.model.ts similarity index 100% rename from ClientApp/src/app/modules/components/page-filters/models/flat-data.model.ts rename to apps/angular/src/app/modules/components/page-filters/models/flat-data.model.ts diff --git a/ClientApp/src/app/modules/components/page-filters/models/flat-type.enum.ts b/apps/angular/src/app/modules/components/page-filters/models/flat-type.enum.ts similarity index 100% rename from ClientApp/src/app/modules/components/page-filters/models/flat-type.enum.ts rename to apps/angular/src/app/modules/components/page-filters/models/flat-type.enum.ts diff --git a/ClientApp/src/app/modules/components/page-filters/models/index.ts b/apps/angular/src/app/modules/components/page-filters/models/index.ts similarity index 100% rename from ClientApp/src/app/modules/components/page-filters/models/index.ts rename to apps/angular/src/app/modules/components/page-filters/models/index.ts diff --git a/ClientApp/src/app/modules/components/page-filters/models/region-flat.model.ts b/apps/angular/src/app/modules/components/page-filters/models/region-flat.model.ts similarity index 100% rename from ClientApp/src/app/modules/components/page-filters/models/region-flat.model.ts rename to apps/angular/src/app/modules/components/page-filters/models/region-flat.model.ts diff --git a/ClientApp/src/app/modules/components/page-filters/services/dictionaries-service.mock.ts b/apps/angular/src/app/modules/components/page-filters/services/dictionaries-service.mock.ts similarity index 100% rename from ClientApp/src/app/modules/components/page-filters/services/dictionaries-service.mock.ts rename to apps/angular/src/app/modules/components/page-filters/services/dictionaries-service.mock.ts diff --git a/ClientApp/src/app/modules/components/page-filters/services/dictionaries-service.ts b/apps/angular/src/app/modules/components/page-filters/services/dictionaries-service.ts similarity index 100% rename from ClientApp/src/app/modules/components/page-filters/services/dictionaries-service.ts rename to apps/angular/src/app/modules/components/page-filters/services/dictionaries-service.ts diff --git a/ClientApp/src/app/modules/components/page-footer-notes/page-footer-notes.component.html b/apps/angular/src/app/modules/components/page-footer-notes/page-footer-notes.component.html similarity index 100% rename from ClientApp/src/app/modules/components/page-footer-notes/page-footer-notes.component.html rename to apps/angular/src/app/modules/components/page-footer-notes/page-footer-notes.component.html diff --git a/ClientApp/src/app/modules/components/page-footer-notes/page-footer-notes.component.ts b/apps/angular/src/app/modules/components/page-footer-notes/page-footer-notes.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/page-footer-notes/page-footer-notes.component.ts rename to apps/angular/src/app/modules/components/page-footer-notes/page-footer-notes.component.ts diff --git a/ClientApp/src/app/modules/components/page-loader/page-loader.component.html b/apps/angular/src/app/modules/components/page-loader/page-loader.component.html similarity index 100% rename from ClientApp/src/app/modules/components/page-loader/page-loader.component.html rename to apps/angular/src/app/modules/components/page-loader/page-loader.component.html diff --git a/ClientApp/src/app/modules/components/page-loader/page-loader.component.ts b/apps/angular/src/app/modules/components/page-loader/page-loader.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/page-loader/page-loader.component.ts rename to apps/angular/src/app/modules/components/page-loader/page-loader.component.ts diff --git a/ClientApp/src/app/modules/components/page-tabs/page-tabs.component.html b/apps/angular/src/app/modules/components/page-tabs/page-tabs.component.html similarity index 100% rename from ClientApp/src/app/modules/components/page-tabs/page-tabs.component.html rename to apps/angular/src/app/modules/components/page-tabs/page-tabs.component.html diff --git a/ClientApp/src/app/modules/components/page-tabs/page-tabs.component.ts b/apps/angular/src/app/modules/components/page-tabs/page-tabs.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/page-tabs/page-tabs.component.ts rename to apps/angular/src/app/modules/components/page-tabs/page-tabs.component.ts diff --git a/ClientApp/src/app/modules/components/page-title/flight-title.pipe.spec.ts b/apps/angular/src/app/modules/components/page-title/flight-title.pipe.spec.ts similarity index 100% rename from ClientApp/src/app/modules/components/page-title/flight-title.pipe.spec.ts rename to apps/angular/src/app/modules/components/page-title/flight-title.pipe.spec.ts diff --git a/ClientApp/src/app/modules/components/page-title/flight-title.pipe.ts b/apps/angular/src/app/modules/components/page-title/flight-title.pipe.ts similarity index 100% rename from ClientApp/src/app/modules/components/page-title/flight-title.pipe.ts rename to apps/angular/src/app/modules/components/page-title/flight-title.pipe.ts diff --git a/ClientApp/src/app/modules/components/page-title/page-title.component.html b/apps/angular/src/app/modules/components/page-title/page-title.component.html similarity index 100% rename from ClientApp/src/app/modules/components/page-title/page-title.component.html rename to apps/angular/src/app/modules/components/page-title/page-title.component.html diff --git a/ClientApp/src/app/modules/components/page-title/page-title.component.scss b/apps/angular/src/app/modules/components/page-title/page-title.component.scss similarity index 100% rename from ClientApp/src/app/modules/components/page-title/page-title.component.scss rename to apps/angular/src/app/modules/components/page-title/page-title.component.scss diff --git a/ClientApp/src/app/modules/components/page-title/page-title.component.ts b/apps/angular/src/app/modules/components/page-title/page-title.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/page-title/page-title.component.ts rename to apps/angular/src/app/modules/components/page-title/page-title.component.ts diff --git a/ClientApp/src/app/modules/components/partners-redirect-note/partners-redirect-note.component.html b/apps/angular/src/app/modules/components/partners-redirect-note/partners-redirect-note.component.html similarity index 100% rename from ClientApp/src/app/modules/components/partners-redirect-note/partners-redirect-note.component.html rename to apps/angular/src/app/modules/components/partners-redirect-note/partners-redirect-note.component.html diff --git a/ClientApp/src/app/modules/components/partners-redirect-note/partners-redirect-note.component.scss b/apps/angular/src/app/modules/components/partners-redirect-note/partners-redirect-note.component.scss similarity index 100% rename from ClientApp/src/app/modules/components/partners-redirect-note/partners-redirect-note.component.scss rename to apps/angular/src/app/modules/components/partners-redirect-note/partners-redirect-note.component.scss diff --git a/ClientApp/src/app/modules/components/partners-redirect-note/partners-redirect-note.component.spec.ts b/apps/angular/src/app/modules/components/partners-redirect-note/partners-redirect-note.component.spec.ts similarity index 100% rename from ClientApp/src/app/modules/components/partners-redirect-note/partners-redirect-note.component.spec.ts rename to apps/angular/src/app/modules/components/partners-redirect-note/partners-redirect-note.component.spec.ts diff --git a/ClientApp/src/app/modules/components/partners-redirect-note/partners-redirect-note.component.ts b/apps/angular/src/app/modules/components/partners-redirect-note/partners-redirect-note.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/partners-redirect-note/partners-redirect-note.component.ts rename to apps/angular/src/app/modules/components/partners-redirect-note/partners-redirect-note.component.ts diff --git a/ClientApp/src/app/modules/components/print-button/print-button.component.html b/apps/angular/src/app/modules/components/print-button/print-button.component.html similarity index 100% rename from ClientApp/src/app/modules/components/print-button/print-button.component.html rename to apps/angular/src/app/modules/components/print-button/print-button.component.html diff --git a/ClientApp/src/app/modules/components/print-button/print-button.component.scss b/apps/angular/src/app/modules/components/print-button/print-button.component.scss similarity index 100% rename from ClientApp/src/app/modules/components/print-button/print-button.component.scss rename to apps/angular/src/app/modules/components/print-button/print-button.component.scss diff --git a/ClientApp/src/app/modules/components/print-button/print-button.component.spec.ts b/apps/angular/src/app/modules/components/print-button/print-button.component.spec.ts similarity index 100% rename from ClientApp/src/app/modules/components/print-button/print-button.component.spec.ts rename to apps/angular/src/app/modules/components/print-button/print-button.component.spec.ts diff --git a/ClientApp/src/app/modules/components/print-button/print-button.component.ts b/apps/angular/src/app/modules/components/print-button/print-button.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/print-button/print-button.component.ts rename to apps/angular/src/app/modules/components/print-button/print-button.component.ts diff --git a/ClientApp/src/app/modules/components/property/property.component.html b/apps/angular/src/app/modules/components/property/property.component.html similarity index 100% rename from ClientApp/src/app/modules/components/property/property.component.html rename to apps/angular/src/app/modules/components/property/property.component.html diff --git a/ClientApp/src/app/modules/components/property/property.component.scss b/apps/angular/src/app/modules/components/property/property.component.scss similarity index 100% rename from ClientApp/src/app/modules/components/property/property.component.scss rename to apps/angular/src/app/modules/components/property/property.component.scss diff --git a/ClientApp/src/app/modules/components/property/property.component.spec.ts b/apps/angular/src/app/modules/components/property/property.component.spec.ts similarity index 100% rename from ClientApp/src/app/modules/components/property/property.component.spec.ts rename to apps/angular/src/app/modules/components/property/property.component.spec.ts diff --git a/ClientApp/src/app/modules/components/property/property.component.ts b/apps/angular/src/app/modules/components/property/property.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/property/property.component.ts rename to apps/angular/src/app/modules/components/property/property.component.ts diff --git a/ClientApp/src/app/modules/components/registration-button/registration-button.component.html b/apps/angular/src/app/modules/components/registration-button/registration-button.component.html similarity index 100% rename from ClientApp/src/app/modules/components/registration-button/registration-button.component.html rename to apps/angular/src/app/modules/components/registration-button/registration-button.component.html diff --git a/ClientApp/src/app/modules/components/registration-button/registration-button.component.scss b/apps/angular/src/app/modules/components/registration-button/registration-button.component.scss similarity index 100% rename from ClientApp/src/app/modules/components/registration-button/registration-button.component.scss rename to apps/angular/src/app/modules/components/registration-button/registration-button.component.scss diff --git a/ClientApp/src/app/modules/components/registration-button/registration-button.component.spec.ts b/apps/angular/src/app/modules/components/registration-button/registration-button.component.spec.ts similarity index 100% rename from ClientApp/src/app/modules/components/registration-button/registration-button.component.spec.ts rename to apps/angular/src/app/modules/components/registration-button/registration-button.component.spec.ts diff --git a/ClientApp/src/app/modules/components/registration-button/registration-button.component.ts b/apps/angular/src/app/modules/components/registration-button/registration-button.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/registration-button/registration-button.component.ts rename to apps/angular/src/app/modules/components/registration-button/registration-button.component.ts diff --git a/ClientApp/src/app/modules/components/registration-button/registration.logic.ts b/apps/angular/src/app/modules/components/registration-button/registration.logic.ts similarity index 100% rename from ClientApp/src/app/modules/components/registration-button/registration.logic.ts rename to apps/angular/src/app/modules/components/registration-button/registration.logic.ts diff --git a/ClientApp/src/app/modules/components/section-number/section-number.component.html b/apps/angular/src/app/modules/components/section-number/section-number.component.html similarity index 100% rename from ClientApp/src/app/modules/components/section-number/section-number.component.html rename to apps/angular/src/app/modules/components/section-number/section-number.component.html diff --git a/ClientApp/src/app/modules/components/section-number/section-number.component.scss b/apps/angular/src/app/modules/components/section-number/section-number.component.scss similarity index 100% rename from ClientApp/src/app/modules/components/section-number/section-number.component.scss rename to apps/angular/src/app/modules/components/section-number/section-number.component.scss diff --git a/ClientApp/src/app/modules/components/section-number/section-number.component.spec.ts b/apps/angular/src/app/modules/components/section-number/section-number.component.spec.ts similarity index 100% rename from ClientApp/src/app/modules/components/section-number/section-number.component.spec.ts rename to apps/angular/src/app/modules/components/section-number/section-number.component.spec.ts diff --git a/ClientApp/src/app/modules/components/section-number/section-number.component.ts b/apps/angular/src/app/modules/components/section-number/section-number.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/section-number/section-number.component.ts rename to apps/angular/src/app/modules/components/section-number/section-number.component.ts diff --git a/ClientApp/src/app/modules/components/share-button/share-button.component.html b/apps/angular/src/app/modules/components/share-button/share-button.component.html similarity index 100% rename from ClientApp/src/app/modules/components/share-button/share-button.component.html rename to apps/angular/src/app/modules/components/share-button/share-button.component.html diff --git a/ClientApp/src/app/modules/components/share-button/share-button.component.scss b/apps/angular/src/app/modules/components/share-button/share-button.component.scss similarity index 100% rename from ClientApp/src/app/modules/components/share-button/share-button.component.scss rename to apps/angular/src/app/modules/components/share-button/share-button.component.scss diff --git a/ClientApp/src/app/modules/components/share-button/share-button.component.spec.ts b/apps/angular/src/app/modules/components/share-button/share-button.component.spec.ts similarity index 100% rename from ClientApp/src/app/modules/components/share-button/share-button.component.spec.ts rename to apps/angular/src/app/modules/components/share-button/share-button.component.spec.ts diff --git a/ClientApp/src/app/modules/components/share-button/share-button.component.ts b/apps/angular/src/app/modules/components/share-button/share-button.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/share-button/share-button.component.ts rename to apps/angular/src/app/modules/components/share-button/share-button.component.ts diff --git a/ClientApp/src/app/modules/components/share-panel/share-panel.component.html b/apps/angular/src/app/modules/components/share-panel/share-panel.component.html similarity index 100% rename from ClientApp/src/app/modules/components/share-panel/share-panel.component.html rename to apps/angular/src/app/modules/components/share-panel/share-panel.component.html diff --git a/ClientApp/src/app/modules/components/share-panel/share-panel.component.ts b/apps/angular/src/app/modules/components/share-panel/share-panel.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/share-panel/share-panel.component.ts rename to apps/angular/src/app/modules/components/share-panel/share-panel.component.ts diff --git a/ClientApp/src/app/modules/components/spin-lock/spin-lock.component.html b/apps/angular/src/app/modules/components/spin-lock/spin-lock.component.html similarity index 100% rename from ClientApp/src/app/modules/components/spin-lock/spin-lock.component.html rename to apps/angular/src/app/modules/components/spin-lock/spin-lock.component.html diff --git a/ClientApp/src/app/modules/components/spin-lock/spin-lock.component.scss b/apps/angular/src/app/modules/components/spin-lock/spin-lock.component.scss similarity index 100% rename from ClientApp/src/app/modules/components/spin-lock/spin-lock.component.scss rename to apps/angular/src/app/modules/components/spin-lock/spin-lock.component.scss diff --git a/ClientApp/src/app/modules/components/spin-lock/spin-lock.component.spec.ts b/apps/angular/src/app/modules/components/spin-lock/spin-lock.component.spec.ts similarity index 100% rename from ClientApp/src/app/modules/components/spin-lock/spin-lock.component.spec.ts rename to apps/angular/src/app/modules/components/spin-lock/spin-lock.component.spec.ts diff --git a/ClientApp/src/app/modules/components/spin-lock/spin-lock.component.ts b/apps/angular/src/app/modules/components/spin-lock/spin-lock.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/spin-lock/spin-lock.component.ts rename to apps/angular/src/app/modules/components/spin-lock/spin-lock.component.ts diff --git a/ClientApp/src/app/modules/components/station-change/station-change.component.html b/apps/angular/src/app/modules/components/station-change/station-change.component.html similarity index 100% rename from ClientApp/src/app/modules/components/station-change/station-change.component.html rename to apps/angular/src/app/modules/components/station-change/station-change.component.html diff --git a/ClientApp/src/app/modules/components/station-change/station-change.component.scss b/apps/angular/src/app/modules/components/station-change/station-change.component.scss similarity index 100% rename from ClientApp/src/app/modules/components/station-change/station-change.component.scss rename to apps/angular/src/app/modules/components/station-change/station-change.component.scss diff --git a/ClientApp/src/app/modules/components/station-change/station-change.component.spec.ts b/apps/angular/src/app/modules/components/station-change/station-change.component.spec.ts similarity index 100% rename from ClientApp/src/app/modules/components/station-change/station-change.component.spec.ts rename to apps/angular/src/app/modules/components/station-change/station-change.component.spec.ts diff --git a/ClientApp/src/app/modules/components/station-change/station-change.component.ts b/apps/angular/src/app/modules/components/station-change/station-change.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/station-change/station-change.component.ts rename to apps/angular/src/app/modules/components/station-change/station-change.component.ts diff --git a/ClientApp/src/app/modules/components/station/station.component.html b/apps/angular/src/app/modules/components/station/station.component.html similarity index 100% rename from ClientApp/src/app/modules/components/station/station.component.html rename to apps/angular/src/app/modules/components/station/station.component.html diff --git a/ClientApp/src/app/modules/components/station/station.component.scss b/apps/angular/src/app/modules/components/station/station.component.scss similarity index 100% rename from ClientApp/src/app/modules/components/station/station.component.scss rename to apps/angular/src/app/modules/components/station/station.component.scss diff --git a/ClientApp/src/app/modules/components/station/station.component.ts b/apps/angular/src/app/modules/components/station/station.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/station/station.component.ts rename to apps/angular/src/app/modules/components/station/station.component.ts diff --git a/ClientApp/src/app/modules/components/station/station.stories.ts b/apps/angular/src/app/modules/components/station/station.stories.ts similarity index 100% rename from ClientApp/src/app/modules/components/station/station.stories.ts rename to apps/angular/src/app/modules/components/station/station.stories.ts diff --git a/ClientApp/src/app/modules/components/terminal-link/terminal-link.component.html b/apps/angular/src/app/modules/components/terminal-link/terminal-link.component.html similarity index 100% rename from ClientApp/src/app/modules/components/terminal-link/terminal-link.component.html rename to apps/angular/src/app/modules/components/terminal-link/terminal-link.component.html diff --git a/ClientApp/src/app/modules/components/terminal-link/terminal-link.component.scss b/apps/angular/src/app/modules/components/terminal-link/terminal-link.component.scss similarity index 100% rename from ClientApp/src/app/modules/components/terminal-link/terminal-link.component.scss rename to apps/angular/src/app/modules/components/terminal-link/terminal-link.component.scss diff --git a/ClientApp/src/app/modules/components/terminal-link/terminal-link.component.spec.ts b/apps/angular/src/app/modules/components/terminal-link/terminal-link.component.spec.ts similarity index 100% rename from ClientApp/src/app/modules/components/terminal-link/terminal-link.component.spec.ts rename to apps/angular/src/app/modules/components/terminal-link/terminal-link.component.spec.ts diff --git a/ClientApp/src/app/modules/components/terminal-link/terminal-link.component.ts b/apps/angular/src/app/modules/components/terminal-link/terminal-link.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/terminal-link/terminal-link.component.ts rename to apps/angular/src/app/modules/components/terminal-link/terminal-link.component.ts diff --git a/ClientApp/src/app/modules/components/time-group-legacy/time-group-legacy.component.html b/apps/angular/src/app/modules/components/time-group-legacy/time-group-legacy.component.html similarity index 100% rename from ClientApp/src/app/modules/components/time-group-legacy/time-group-legacy.component.html rename to apps/angular/src/app/modules/components/time-group-legacy/time-group-legacy.component.html diff --git a/ClientApp/src/app/modules/components/time-group-legacy/time-group-legacy.component.scss b/apps/angular/src/app/modules/components/time-group-legacy/time-group-legacy.component.scss similarity index 100% rename from ClientApp/src/app/modules/components/time-group-legacy/time-group-legacy.component.scss rename to apps/angular/src/app/modules/components/time-group-legacy/time-group-legacy.component.scss diff --git a/ClientApp/src/app/modules/components/time-group-legacy/time-group-legacy.component.spec.ts b/apps/angular/src/app/modules/components/time-group-legacy/time-group-legacy.component.spec.ts similarity index 100% rename from ClientApp/src/app/modules/components/time-group-legacy/time-group-legacy.component.spec.ts rename to apps/angular/src/app/modules/components/time-group-legacy/time-group-legacy.component.spec.ts diff --git a/ClientApp/src/app/modules/components/time-group-legacy/time-group-legacy.component.ts b/apps/angular/src/app/modules/components/time-group-legacy/time-group-legacy.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/time-group-legacy/time-group-legacy.component.ts rename to apps/angular/src/app/modules/components/time-group-legacy/time-group-legacy.component.ts diff --git a/ClientApp/src/app/modules/components/time-group/time-group-base.component.ts b/apps/angular/src/app/modules/components/time-group/time-group-base.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/time-group/time-group-base.component.ts rename to apps/angular/src/app/modules/components/time-group/time-group-base.component.ts diff --git a/ClientApp/src/app/modules/components/time-group/time-group-positioning.component.scss b/apps/angular/src/app/modules/components/time-group/time-group-positioning.component.scss similarity index 100% rename from ClientApp/src/app/modules/components/time-group/time-group-positioning.component.scss rename to apps/angular/src/app/modules/components/time-group/time-group-positioning.component.scss diff --git a/ClientApp/src/app/modules/components/time-group/time-group-sizes.component.scss b/apps/angular/src/app/modules/components/time-group/time-group-sizes.component.scss similarity index 100% rename from ClientApp/src/app/modules/components/time-group/time-group-sizes.component.scss rename to apps/angular/src/app/modules/components/time-group/time-group-sizes.component.scss diff --git a/ClientApp/src/app/modules/components/time-group/time-group.component.html b/apps/angular/src/app/modules/components/time-group/time-group.component.html similarity index 100% rename from ClientApp/src/app/modules/components/time-group/time-group.component.html rename to apps/angular/src/app/modules/components/time-group/time-group.component.html diff --git a/ClientApp/src/app/modules/components/time-group/time-group.component.scss b/apps/angular/src/app/modules/components/time-group/time-group.component.scss similarity index 100% rename from ClientApp/src/app/modules/components/time-group/time-group.component.scss rename to apps/angular/src/app/modules/components/time-group/time-group.component.scss diff --git a/ClientApp/src/app/modules/components/time-group/time-group.component.ts b/apps/angular/src/app/modules/components/time-group/time-group.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/time-group/time-group.component.ts rename to apps/angular/src/app/modules/components/time-group/time-group.component.ts diff --git a/ClientApp/src/app/modules/components/time-note/time-note.component.html b/apps/angular/src/app/modules/components/time-note/time-note.component.html similarity index 100% rename from ClientApp/src/app/modules/components/time-note/time-note.component.html rename to apps/angular/src/app/modules/components/time-note/time-note.component.html diff --git a/ClientApp/src/app/modules/components/time-note/time-note.component.ts b/apps/angular/src/app/modules/components/time-note/time-note.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/time-note/time-note.component.ts rename to apps/angular/src/app/modules/components/time-note/time-note.component.ts diff --git a/ClientApp/src/app/modules/components/timeline/timeline.component.html b/apps/angular/src/app/modules/components/timeline/timeline.component.html similarity index 100% rename from ClientApp/src/app/modules/components/timeline/timeline.component.html rename to apps/angular/src/app/modules/components/timeline/timeline.component.html diff --git a/ClientApp/src/app/modules/components/timeline/timeline.component.scss b/apps/angular/src/app/modules/components/timeline/timeline.component.scss similarity index 100% rename from ClientApp/src/app/modules/components/timeline/timeline.component.scss rename to apps/angular/src/app/modules/components/timeline/timeline.component.scss diff --git a/ClientApp/src/app/modules/components/timeline/timeline.component.spec.ts b/apps/angular/src/app/modules/components/timeline/timeline.component.spec.ts similarity index 100% rename from ClientApp/src/app/modules/components/timeline/timeline.component.spec.ts rename to apps/angular/src/app/modules/components/timeline/timeline.component.spec.ts diff --git a/ClientApp/src/app/modules/components/timeline/timeline.component.ts b/apps/angular/src/app/modules/components/timeline/timeline.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/timeline/timeline.component.ts rename to apps/angular/src/app/modules/components/timeline/timeline.component.ts diff --git a/ClientApp/src/app/modules/components/transfer-inline-extended/transfer-inline-extended.component.html b/apps/angular/src/app/modules/components/transfer-inline-extended/transfer-inline-extended.component.html similarity index 100% rename from ClientApp/src/app/modules/components/transfer-inline-extended/transfer-inline-extended.component.html rename to apps/angular/src/app/modules/components/transfer-inline-extended/transfer-inline-extended.component.html diff --git a/ClientApp/src/app/modules/components/transfer-inline-extended/transfer-inline-extended.component.scss b/apps/angular/src/app/modules/components/transfer-inline-extended/transfer-inline-extended.component.scss similarity index 100% rename from ClientApp/src/app/modules/components/transfer-inline-extended/transfer-inline-extended.component.scss rename to apps/angular/src/app/modules/components/transfer-inline-extended/transfer-inline-extended.component.scss diff --git a/ClientApp/src/app/modules/components/transfer-inline-extended/transfer-inline-extended.component.ts b/apps/angular/src/app/modules/components/transfer-inline-extended/transfer-inline-extended.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/transfer-inline-extended/transfer-inline-extended.component.ts rename to apps/angular/src/app/modules/components/transfer-inline-extended/transfer-inline-extended.component.ts diff --git a/ClientApp/src/app/modules/components/transfer-inline/transfer-inline.component.html b/apps/angular/src/app/modules/components/transfer-inline/transfer-inline.component.html similarity index 100% rename from ClientApp/src/app/modules/components/transfer-inline/transfer-inline.component.html rename to apps/angular/src/app/modules/components/transfer-inline/transfer-inline.component.html diff --git a/ClientApp/src/app/modules/components/transfer-inline/transfer-inline.component.scss b/apps/angular/src/app/modules/components/transfer-inline/transfer-inline.component.scss similarity index 100% rename from ClientApp/src/app/modules/components/transfer-inline/transfer-inline.component.scss rename to apps/angular/src/app/modules/components/transfer-inline/transfer-inline.component.scss diff --git a/ClientApp/src/app/modules/components/transfer-inline/transfer-inline.component.spec.ts b/apps/angular/src/app/modules/components/transfer-inline/transfer-inline.component.spec.ts similarity index 100% rename from ClientApp/src/app/modules/components/transfer-inline/transfer-inline.component.spec.ts rename to apps/angular/src/app/modules/components/transfer-inline/transfer-inline.component.spec.ts diff --git a/ClientApp/src/app/modules/components/transfer-inline/transfer-inline.component.ts b/apps/angular/src/app/modules/components/transfer-inline/transfer-inline.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/transfer-inline/transfer-inline.component.ts rename to apps/angular/src/app/modules/components/transfer-inline/transfer-inline.component.ts diff --git a/ClientApp/src/app/modules/components/transfer-section/transfer-section.component.html b/apps/angular/src/app/modules/components/transfer-section/transfer-section.component.html similarity index 100% rename from ClientApp/src/app/modules/components/transfer-section/transfer-section.component.html rename to apps/angular/src/app/modules/components/transfer-section/transfer-section.component.html diff --git a/ClientApp/src/app/modules/components/transfer-section/transfer-section.component.scss b/apps/angular/src/app/modules/components/transfer-section/transfer-section.component.scss similarity index 100% rename from ClientApp/src/app/modules/components/transfer-section/transfer-section.component.scss rename to apps/angular/src/app/modules/components/transfer-section/transfer-section.component.scss diff --git a/ClientApp/src/app/modules/components/transfer-section/transfer-section.component.spec.ts b/apps/angular/src/app/modules/components/transfer-section/transfer-section.component.spec.ts similarity index 100% rename from ClientApp/src/app/modules/components/transfer-section/transfer-section.component.spec.ts rename to apps/angular/src/app/modules/components/transfer-section/transfer-section.component.spec.ts diff --git a/ClientApp/src/app/modules/components/transfer-section/transfer-section.component.ts b/apps/angular/src/app/modules/components/transfer-section/transfer-section.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/transfer-section/transfer-section.component.ts rename to apps/angular/src/app/modules/components/transfer-section/transfer-section.component.ts diff --git a/ClientApp/src/app/modules/components/transfer-time/transfer-time.component.html b/apps/angular/src/app/modules/components/transfer-time/transfer-time.component.html similarity index 100% rename from ClientApp/src/app/modules/components/transfer-time/transfer-time.component.html rename to apps/angular/src/app/modules/components/transfer-time/transfer-time.component.html diff --git a/ClientApp/src/app/modules/components/transfer-time/transfer-time.component.scss b/apps/angular/src/app/modules/components/transfer-time/transfer-time.component.scss similarity index 100% rename from ClientApp/src/app/modules/components/transfer-time/transfer-time.component.scss rename to apps/angular/src/app/modules/components/transfer-time/transfer-time.component.scss diff --git a/ClientApp/src/app/modules/components/transfer-time/transfer-time.component.spec.ts b/apps/angular/src/app/modules/components/transfer-time/transfer-time.component.spec.ts similarity index 100% rename from ClientApp/src/app/modules/components/transfer-time/transfer-time.component.spec.ts rename to apps/angular/src/app/modules/components/transfer-time/transfer-time.component.spec.ts diff --git a/ClientApp/src/app/modules/components/transfer-time/transfer-time.component.ts b/apps/angular/src/app/modules/components/transfer-time/transfer-time.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/transfer-time/transfer-time.component.ts rename to apps/angular/src/app/modules/components/transfer-time/transfer-time.component.ts diff --git a/ClientApp/src/app/modules/components/warning-ifly-carrier-detail/warning-ifly-carrier-detail.component.html b/apps/angular/src/app/modules/components/warning-ifly-carrier-detail/warning-ifly-carrier-detail.component.html similarity index 100% rename from ClientApp/src/app/modules/components/warning-ifly-carrier-detail/warning-ifly-carrier-detail.component.html rename to apps/angular/src/app/modules/components/warning-ifly-carrier-detail/warning-ifly-carrier-detail.component.html diff --git a/ClientApp/src/app/modules/components/warning-ifly-carrier-detail/warning-ifly-carrier-detail.component.scss b/apps/angular/src/app/modules/components/warning-ifly-carrier-detail/warning-ifly-carrier-detail.component.scss similarity index 100% rename from ClientApp/src/app/modules/components/warning-ifly-carrier-detail/warning-ifly-carrier-detail.component.scss rename to apps/angular/src/app/modules/components/warning-ifly-carrier-detail/warning-ifly-carrier-detail.component.scss diff --git a/ClientApp/src/app/modules/components/warning-ifly-carrier-detail/warning-ifly-carrier-detail.component.ts b/apps/angular/src/app/modules/components/warning-ifly-carrier-detail/warning-ifly-carrier-detail.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/warning-ifly-carrier-detail/warning-ifly-carrier-detail.component.ts rename to apps/angular/src/app/modules/components/warning-ifly-carrier-detail/warning-ifly-carrier-detail.component.ts diff --git a/ClientApp/src/app/modules/components/warning-ifly-carrier-small/warning-ifly-carrier-small.component.html b/apps/angular/src/app/modules/components/warning-ifly-carrier-small/warning-ifly-carrier-small.component.html similarity index 100% rename from ClientApp/src/app/modules/components/warning-ifly-carrier-small/warning-ifly-carrier-small.component.html rename to apps/angular/src/app/modules/components/warning-ifly-carrier-small/warning-ifly-carrier-small.component.html diff --git a/ClientApp/src/app/modules/components/warning-ifly-carrier-small/warning-ifly-carrier-small.component.scss b/apps/angular/src/app/modules/components/warning-ifly-carrier-small/warning-ifly-carrier-small.component.scss similarity index 100% rename from ClientApp/src/app/modules/components/warning-ifly-carrier-small/warning-ifly-carrier-small.component.scss rename to apps/angular/src/app/modules/components/warning-ifly-carrier-small/warning-ifly-carrier-small.component.scss diff --git a/ClientApp/src/app/modules/components/warning-ifly-carrier-small/warning-ifly-carrier-small.component.ts b/apps/angular/src/app/modules/components/warning-ifly-carrier-small/warning-ifly-carrier-small.component.ts similarity index 100% rename from ClientApp/src/app/modules/components/warning-ifly-carrier-small/warning-ifly-carrier-small.component.ts rename to apps/angular/src/app/modules/components/warning-ifly-carrier-small/warning-ifly-carrier-small.component.ts diff --git a/ClientApp/src/app/modules/flights.module.ts b/apps/angular/src/app/modules/flights.module.ts similarity index 100% rename from ClientApp/src/app/modules/flights.module.ts rename to apps/angular/src/app/modules/flights.module.ts diff --git a/ClientApp/src/app/modules/pages/board/board-flight/board-flight-body/board-flight-body.component.html b/apps/angular/src/app/modules/pages/board/board-flight/board-flight-body/board-flight-body.component.html similarity index 100% rename from ClientApp/src/app/modules/pages/board/board-flight/board-flight-body/board-flight-body.component.html rename to apps/angular/src/app/modules/pages/board/board-flight/board-flight-body/board-flight-body.component.html diff --git a/ClientApp/src/app/modules/pages/board/board-flight/board-flight-body/board-flight-body.component.scss b/apps/angular/src/app/modules/pages/board/board-flight/board-flight-body/board-flight-body.component.scss similarity index 100% rename from ClientApp/src/app/modules/pages/board/board-flight/board-flight-body/board-flight-body.component.scss rename to apps/angular/src/app/modules/pages/board/board-flight/board-flight-body/board-flight-body.component.scss diff --git a/ClientApp/src/app/modules/pages/board/board-flight/board-flight-body/board-flight-body.component.ts b/apps/angular/src/app/modules/pages/board/board-flight/board-flight-body/board-flight-body.component.ts similarity index 100% rename from ClientApp/src/app/modules/pages/board/board-flight/board-flight-body/board-flight-body.component.ts rename to apps/angular/src/app/modules/pages/board/board-flight/board-flight-body/board-flight-body.component.ts diff --git a/ClientApp/src/app/modules/pages/board/board-flight/board-flight-bottom/board-flight-bottom.component.html b/apps/angular/src/app/modules/pages/board/board-flight/board-flight-bottom/board-flight-bottom.component.html similarity index 100% rename from ClientApp/src/app/modules/pages/board/board-flight/board-flight-bottom/board-flight-bottom.component.html rename to apps/angular/src/app/modules/pages/board/board-flight/board-flight-bottom/board-flight-bottom.component.html diff --git a/ClientApp/src/app/modules/pages/board/board-flight/board-flight-bottom/board-flight-bottom.component.scss b/apps/angular/src/app/modules/pages/board/board-flight/board-flight-bottom/board-flight-bottom.component.scss similarity index 100% rename from ClientApp/src/app/modules/pages/board/board-flight/board-flight-bottom/board-flight-bottom.component.scss rename to apps/angular/src/app/modules/pages/board/board-flight/board-flight-bottom/board-flight-bottom.component.scss diff --git a/ClientApp/src/app/modules/pages/board/board-flight/board-flight-bottom/board-flight-bottom.component.ts b/apps/angular/src/app/modules/pages/board/board-flight/board-flight-bottom/board-flight-bottom.component.ts similarity index 100% rename from ClientApp/src/app/modules/pages/board/board-flight/board-flight-bottom/board-flight-bottom.component.ts rename to apps/angular/src/app/modules/pages/board/board-flight/board-flight-bottom/board-flight-bottom.component.ts diff --git a/ClientApp/src/app/modules/pages/board/board-flight/board-flight-header/board-flight-header.component.html b/apps/angular/src/app/modules/pages/board/board-flight/board-flight-header/board-flight-header.component.html similarity index 100% rename from ClientApp/src/app/modules/pages/board/board-flight/board-flight-header/board-flight-header.component.html rename to apps/angular/src/app/modules/pages/board/board-flight/board-flight-header/board-flight-header.component.html diff --git a/ClientApp/src/app/modules/pages/board/board-flight/board-flight-header/board-flight-header.component.mobile.scss b/apps/angular/src/app/modules/pages/board/board-flight/board-flight-header/board-flight-header.component.mobile.scss similarity index 100% rename from ClientApp/src/app/modules/pages/board/board-flight/board-flight-header/board-flight-header.component.mobile.scss rename to apps/angular/src/app/modules/pages/board/board-flight/board-flight-header/board-flight-header.component.mobile.scss diff --git a/ClientApp/src/app/modules/pages/board/board-flight/board-flight-header/board-flight-header.component.scss b/apps/angular/src/app/modules/pages/board/board-flight/board-flight-header/board-flight-header.component.scss similarity index 100% rename from ClientApp/src/app/modules/pages/board/board-flight/board-flight-header/board-flight-header.component.scss rename to apps/angular/src/app/modules/pages/board/board-flight/board-flight-header/board-flight-header.component.scss diff --git a/ClientApp/src/app/modules/pages/board/board-flight/board-flight-header/board-flight-header.component.tablets.scss b/apps/angular/src/app/modules/pages/board/board-flight/board-flight-header/board-flight-header.component.tablets.scss similarity index 100% rename from ClientApp/src/app/modules/pages/board/board-flight/board-flight-header/board-flight-header.component.tablets.scss rename to apps/angular/src/app/modules/pages/board/board-flight/board-flight-header/board-flight-header.component.tablets.scss diff --git a/ClientApp/src/app/modules/pages/board/board-flight/board-flight-header/board-flight-header.component.ts b/apps/angular/src/app/modules/pages/board/board-flight/board-flight-header/board-flight-header.component.ts similarity index 100% rename from ClientApp/src/app/modules/pages/board/board-flight/board-flight-header/board-flight-header.component.ts rename to apps/angular/src/app/modules/pages/board/board-flight/board-flight-header/board-flight-header.component.ts diff --git a/ClientApp/src/app/modules/pages/board/board-flight/board-multi-flight-body/board-multi-flight-body.component.html b/apps/angular/src/app/modules/pages/board/board-flight/board-multi-flight-body/board-multi-flight-body.component.html similarity index 100% rename from ClientApp/src/app/modules/pages/board/board-flight/board-multi-flight-body/board-multi-flight-body.component.html rename to apps/angular/src/app/modules/pages/board/board-flight/board-multi-flight-body/board-multi-flight-body.component.html diff --git a/ClientApp/src/app/modules/pages/board/board-flight/board-multi-flight-body/board-multi-flight-body.component.scss b/apps/angular/src/app/modules/pages/board/board-flight/board-multi-flight-body/board-multi-flight-body.component.scss similarity index 100% rename from ClientApp/src/app/modules/pages/board/board-flight/board-multi-flight-body/board-multi-flight-body.component.scss rename to apps/angular/src/app/modules/pages/board/board-flight/board-multi-flight-body/board-multi-flight-body.component.scss diff --git a/ClientApp/src/app/modules/pages/board/board-flight/board-multi-flight-body/board-multi-flight-body.component.ts b/apps/angular/src/app/modules/pages/board/board-flight/board-multi-flight-body/board-multi-flight-body.component.ts similarity index 100% rename from ClientApp/src/app/modules/pages/board/board-flight/board-multi-flight-body/board-multi-flight-body.component.ts rename to apps/angular/src/app/modules/pages/board/board-flight/board-multi-flight-body/board-multi-flight-body.component.ts diff --git a/ClientApp/src/app/modules/pages/board/board-search-result/board-search-result.component.html b/apps/angular/src/app/modules/pages/board/board-search-result/board-search-result.component.html similarity index 100% rename from ClientApp/src/app/modules/pages/board/board-search-result/board-search-result.component.html rename to apps/angular/src/app/modules/pages/board/board-search-result/board-search-result.component.html diff --git a/ClientApp/src/app/modules/pages/board/board-search-result/board-search-result.component.ts b/apps/angular/src/app/modules/pages/board/board-search-result/board-search-result.component.ts similarity index 100% rename from ClientApp/src/app/modules/pages/board/board-search-result/board-search-result.component.ts rename to apps/angular/src/app/modules/pages/board/board-search-result/board-search-result.component.ts diff --git a/ClientApp/src/app/modules/pages/board/click-stop-propagation.directive.ts b/apps/angular/src/app/modules/pages/board/click-stop-propagation.directive.ts similarity index 100% rename from ClientApp/src/app/modules/pages/board/click-stop-propagation.directive.ts rename to apps/angular/src/app/modules/pages/board/click-stop-propagation.directive.ts diff --git a/ClientApp/src/app/modules/pages/board/flight-details-row/code-sharing/code-sharing.component.html b/apps/angular/src/app/modules/pages/board/flight-details-row/code-sharing/code-sharing.component.html similarity index 100% rename from ClientApp/src/app/modules/pages/board/flight-details-row/code-sharing/code-sharing.component.html rename to apps/angular/src/app/modules/pages/board/flight-details-row/code-sharing/code-sharing.component.html diff --git a/ClientApp/src/app/modules/pages/board/flight-details-row/code-sharing/code-sharing.component.scss b/apps/angular/src/app/modules/pages/board/flight-details-row/code-sharing/code-sharing.component.scss similarity index 100% rename from ClientApp/src/app/modules/pages/board/flight-details-row/code-sharing/code-sharing.component.scss rename to apps/angular/src/app/modules/pages/board/flight-details-row/code-sharing/code-sharing.component.scss diff --git a/ClientApp/src/app/modules/pages/board/flight-details-row/code-sharing/code-sharing.component.ts b/apps/angular/src/app/modules/pages/board/flight-details-row/code-sharing/code-sharing.component.ts similarity index 100% rename from ClientApp/src/app/modules/pages/board/flight-details-row/code-sharing/code-sharing.component.ts rename to apps/angular/src/app/modules/pages/board/flight-details-row/code-sharing/code-sharing.component.ts diff --git a/ClientApp/src/app/modules/pages/board/flight-details-row/flight-details-row-disembarkation/flight-details-row-disembarkation.component.html b/apps/angular/src/app/modules/pages/board/flight-details-row/flight-details-row-disembarkation/flight-details-row-disembarkation.component.html similarity index 100% rename from ClientApp/src/app/modules/pages/board/flight-details-row/flight-details-row-disembarkation/flight-details-row-disembarkation.component.html rename to apps/angular/src/app/modules/pages/board/flight-details-row/flight-details-row-disembarkation/flight-details-row-disembarkation.component.html diff --git a/ClientApp/src/app/modules/pages/board/flight-details-row/flight-details-row-disembarkation/flight-details-row-disembarkation.component.scss b/apps/angular/src/app/modules/pages/board/flight-details-row/flight-details-row-disembarkation/flight-details-row-disembarkation.component.scss similarity index 100% rename from ClientApp/src/app/modules/pages/board/flight-details-row/flight-details-row-disembarkation/flight-details-row-disembarkation.component.scss rename to apps/angular/src/app/modules/pages/board/flight-details-row/flight-details-row-disembarkation/flight-details-row-disembarkation.component.scss diff --git a/ClientApp/src/app/modules/pages/board/flight-details-row/flight-details-row-disembarkation/flight-details-row-disembarkation.component.ts b/apps/angular/src/app/modules/pages/board/flight-details-row/flight-details-row-disembarkation/flight-details-row-disembarkation.component.ts similarity index 100% rename from ClientApp/src/app/modules/pages/board/flight-details-row/flight-details-row-disembarkation/flight-details-row-disembarkation.component.ts rename to apps/angular/src/app/modules/pages/board/flight-details-row/flight-details-row-disembarkation/flight-details-row-disembarkation.component.ts diff --git a/ClientApp/src/app/modules/pages/board/flight-details-row/flight-details-row-landing/flight-details-row-boarding.component.html b/apps/angular/src/app/modules/pages/board/flight-details-row/flight-details-row-landing/flight-details-row-boarding.component.html similarity index 100% rename from ClientApp/src/app/modules/pages/board/flight-details-row/flight-details-row-landing/flight-details-row-boarding.component.html rename to apps/angular/src/app/modules/pages/board/flight-details-row/flight-details-row-landing/flight-details-row-boarding.component.html diff --git a/ClientApp/src/app/modules/pages/board/flight-details-row/flight-details-row-landing/flight-details-row-boarding.component.scss b/apps/angular/src/app/modules/pages/board/flight-details-row/flight-details-row-landing/flight-details-row-boarding.component.scss similarity index 100% rename from ClientApp/src/app/modules/pages/board/flight-details-row/flight-details-row-landing/flight-details-row-boarding.component.scss rename to apps/angular/src/app/modules/pages/board/flight-details-row/flight-details-row-landing/flight-details-row-boarding.component.scss diff --git a/ClientApp/src/app/modules/pages/board/flight-details-row/flight-details-row-landing/flight-details-row-boarding.component.ts b/apps/angular/src/app/modules/pages/board/flight-details-row/flight-details-row-landing/flight-details-row-boarding.component.ts similarity index 100% rename from ClientApp/src/app/modules/pages/board/flight-details-row/flight-details-row-landing/flight-details-row-boarding.component.ts rename to apps/angular/src/app/modules/pages/board/flight-details-row/flight-details-row-landing/flight-details-row-boarding.component.ts diff --git a/ClientApp/src/app/modules/pages/board/flight-details-row/flight-details-row-part-header/flight-details-row-part-header.component.html b/apps/angular/src/app/modules/pages/board/flight-details-row/flight-details-row-part-header/flight-details-row-part-header.component.html similarity index 100% rename from ClientApp/src/app/modules/pages/board/flight-details-row/flight-details-row-part-header/flight-details-row-part-header.component.html rename to apps/angular/src/app/modules/pages/board/flight-details-row/flight-details-row-part-header/flight-details-row-part-header.component.html diff --git a/ClientApp/src/app/modules/pages/board/flight-details-row/flight-details-row-part-header/flight-details-row-part-header.component.mobile.scss b/apps/angular/src/app/modules/pages/board/flight-details-row/flight-details-row-part-header/flight-details-row-part-header.component.mobile.scss similarity index 100% rename from ClientApp/src/app/modules/pages/board/flight-details-row/flight-details-row-part-header/flight-details-row-part-header.component.mobile.scss rename to apps/angular/src/app/modules/pages/board/flight-details-row/flight-details-row-part-header/flight-details-row-part-header.component.mobile.scss diff --git a/ClientApp/src/app/modules/pages/board/flight-details-row/flight-details-row-part-header/flight-details-row-part-header.component.scss b/apps/angular/src/app/modules/pages/board/flight-details-row/flight-details-row-part-header/flight-details-row-part-header.component.scss similarity index 100% rename from ClientApp/src/app/modules/pages/board/flight-details-row/flight-details-row-part-header/flight-details-row-part-header.component.scss rename to apps/angular/src/app/modules/pages/board/flight-details-row/flight-details-row-part-header/flight-details-row-part-header.component.scss diff --git a/ClientApp/src/app/modules/pages/board/flight-details-row/flight-details-row-part-header/flight-details-row-part-header.component.tablets.scss b/apps/angular/src/app/modules/pages/board/flight-details-row/flight-details-row-part-header/flight-details-row-part-header.component.tablets.scss similarity index 100% rename from ClientApp/src/app/modules/pages/board/flight-details-row/flight-details-row-part-header/flight-details-row-part-header.component.tablets.scss rename to apps/angular/src/app/modules/pages/board/flight-details-row/flight-details-row-part-header/flight-details-row-part-header.component.tablets.scss diff --git a/ClientApp/src/app/modules/pages/board/flight-details-row/flight-details-row-part-header/flight-details-row-part-header.component.ts b/apps/angular/src/app/modules/pages/board/flight-details-row/flight-details-row-part-header/flight-details-row-part-header.component.ts similarity index 100% rename from ClientApp/src/app/modules/pages/board/flight-details-row/flight-details-row-part-header/flight-details-row-part-header.component.ts rename to apps/angular/src/app/modules/pages/board/flight-details-row/flight-details-row-part-header/flight-details-row-part-header.component.ts diff --git a/ClientApp/src/app/modules/pages/board/flight-details-row/flight-details-row-registrations/flight-details-row-registrations.component.html b/apps/angular/src/app/modules/pages/board/flight-details-row/flight-details-row-registrations/flight-details-row-registrations.component.html similarity index 100% rename from ClientApp/src/app/modules/pages/board/flight-details-row/flight-details-row-registrations/flight-details-row-registrations.component.html rename to apps/angular/src/app/modules/pages/board/flight-details-row/flight-details-row-registrations/flight-details-row-registrations.component.html diff --git a/ClientApp/src/app/modules/pages/board/flight-details-row/flight-details-row-registrations/flight-details-row-registrations.component.scss b/apps/angular/src/app/modules/pages/board/flight-details-row/flight-details-row-registrations/flight-details-row-registrations.component.scss similarity index 100% rename from ClientApp/src/app/modules/pages/board/flight-details-row/flight-details-row-registrations/flight-details-row-registrations.component.scss rename to apps/angular/src/app/modules/pages/board/flight-details-row/flight-details-row-registrations/flight-details-row-registrations.component.scss diff --git a/ClientApp/src/app/modules/pages/board/flight-details-row/flight-details-row-registrations/flight-details-row-registrations.component.ts b/apps/angular/src/app/modules/pages/board/flight-details-row/flight-details-row-registrations/flight-details-row-registrations.component.ts similarity index 100% rename from ClientApp/src/app/modules/pages/board/flight-details-row/flight-details-row-registrations/flight-details-row-registrations.component.ts rename to apps/angular/src/app/modules/pages/board/flight-details-row/flight-details-row-registrations/flight-details-row-registrations.component.ts diff --git a/ClientApp/src/app/modules/pages/board/flight-details-row/flight-details-row-time/flight-details-row-time.component.html b/apps/angular/src/app/modules/pages/board/flight-details-row/flight-details-row-time/flight-details-row-time.component.html similarity index 100% rename from ClientApp/src/app/modules/pages/board/flight-details-row/flight-details-row-time/flight-details-row-time.component.html rename to apps/angular/src/app/modules/pages/board/flight-details-row/flight-details-row-time/flight-details-row-time.component.html diff --git a/ClientApp/src/app/modules/pages/board/flight-details-row/flight-details-row-time/flight-details-row-time.component.mobile.scss b/apps/angular/src/app/modules/pages/board/flight-details-row/flight-details-row-time/flight-details-row-time.component.mobile.scss similarity index 100% rename from ClientApp/src/app/modules/pages/board/flight-details-row/flight-details-row-time/flight-details-row-time.component.mobile.scss rename to apps/angular/src/app/modules/pages/board/flight-details-row/flight-details-row-time/flight-details-row-time.component.mobile.scss diff --git a/ClientApp/src/app/modules/pages/board/flight-details-row/flight-details-row-time/flight-details-row-time.component.scss b/apps/angular/src/app/modules/pages/board/flight-details-row/flight-details-row-time/flight-details-row-time.component.scss similarity index 100% rename from ClientApp/src/app/modules/pages/board/flight-details-row/flight-details-row-time/flight-details-row-time.component.scss rename to apps/angular/src/app/modules/pages/board/flight-details-row/flight-details-row-time/flight-details-row-time.component.scss diff --git a/ClientApp/src/app/modules/pages/board/flight-details-row/flight-details-row-time/flight-details-row-time.component.ts b/apps/angular/src/app/modules/pages/board/flight-details-row/flight-details-row-time/flight-details-row-time.component.ts similarity index 100% rename from ClientApp/src/app/modules/pages/board/flight-details-row/flight-details-row-time/flight-details-row-time.component.ts rename to apps/angular/src/app/modules/pages/board/flight-details-row/flight-details-row-time/flight-details-row-time.component.ts diff --git a/ClientApp/src/app/modules/pages/board/index.ts b/apps/angular/src/app/modules/pages/board/index.ts similarity index 100% rename from ClientApp/src/app/modules/pages/board/index.ts rename to apps/angular/src/app/modules/pages/board/index.ts diff --git a/ClientApp/src/app/modules/pages/details/components/board-details-header/board-details-header.component.html b/apps/angular/src/app/modules/pages/details/components/board-details-header/board-details-header.component.html similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/board-details-header/board-details-header.component.html rename to apps/angular/src/app/modules/pages/details/components/board-details-header/board-details-header.component.html diff --git a/ClientApp/src/app/modules/pages/details/components/board-details-header/board-details-header.component.scss b/apps/angular/src/app/modules/pages/details/components/board-details-header/board-details-header.component.scss similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/board-details-header/board-details-header.component.scss rename to apps/angular/src/app/modules/pages/details/components/board-details-header/board-details-header.component.scss diff --git a/ClientApp/src/app/modules/pages/details/components/board-details-header/board-details-header.component.ts b/apps/angular/src/app/modules/pages/details/components/board-details-header/board-details-header.component.ts similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/board-details-header/board-details-header.component.ts rename to apps/angular/src/app/modules/pages/details/components/board-details-header/board-details-header.component.ts diff --git a/ClientApp/src/app/modules/pages/details/components/details-back/details-back.component.html b/apps/angular/src/app/modules/pages/details/components/details-back/details-back.component.html similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/details-back/details-back.component.html rename to apps/angular/src/app/modules/pages/details/components/details-back/details-back.component.html diff --git a/ClientApp/src/app/modules/pages/details/components/details-back/details-back.component.ts b/apps/angular/src/app/modules/pages/details/components/details-back/details-back.component.ts similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/details-back/details-back.component.ts rename to apps/angular/src/app/modules/pages/details/components/details-back/details-back.component.ts diff --git a/ClientApp/src/app/modules/pages/details/components/flight-details-airplane/flight-details-airplane.component.html b/apps/angular/src/app/modules/pages/details/components/flight-details-airplane/flight-details-airplane.component.html similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/flight-details-airplane/flight-details-airplane.component.html rename to apps/angular/src/app/modules/pages/details/components/flight-details-airplane/flight-details-airplane.component.html diff --git a/ClientApp/src/app/modules/pages/details/components/flight-details-airplane/flight-details-airplane.component.scss b/apps/angular/src/app/modules/pages/details/components/flight-details-airplane/flight-details-airplane.component.scss similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/flight-details-airplane/flight-details-airplane.component.scss rename to apps/angular/src/app/modules/pages/details/components/flight-details-airplane/flight-details-airplane.component.scss diff --git a/ClientApp/src/app/modules/pages/details/components/flight-details-airplane/flight-details-airplane.component.ts b/apps/angular/src/app/modules/pages/details/components/flight-details-airplane/flight-details-airplane.component.ts similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/flight-details-airplane/flight-details-airplane.component.ts rename to apps/angular/src/app/modules/pages/details/components/flight-details-airplane/flight-details-airplane.component.ts diff --git a/ClientApp/src/app/modules/pages/details/components/flight-details-boarding/flight-details-boarding.component.html b/apps/angular/src/app/modules/pages/details/components/flight-details-boarding/flight-details-boarding.component.html similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/flight-details-boarding/flight-details-boarding.component.html rename to apps/angular/src/app/modules/pages/details/components/flight-details-boarding/flight-details-boarding.component.html diff --git a/ClientApp/src/app/modules/pages/details/components/flight-details-boarding/flight-details-boarding.component.scss b/apps/angular/src/app/modules/pages/details/components/flight-details-boarding/flight-details-boarding.component.scss similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/flight-details-boarding/flight-details-boarding.component.scss rename to apps/angular/src/app/modules/pages/details/components/flight-details-boarding/flight-details-boarding.component.scss diff --git a/ClientApp/src/app/modules/pages/details/components/flight-details-boarding/flight-details-boarding.component.spec.ts b/apps/angular/src/app/modules/pages/details/components/flight-details-boarding/flight-details-boarding.component.spec.ts similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/flight-details-boarding/flight-details-boarding.component.spec.ts rename to apps/angular/src/app/modules/pages/details/components/flight-details-boarding/flight-details-boarding.component.spec.ts diff --git a/ClientApp/src/app/modules/pages/details/components/flight-details-boarding/flight-details-boarding.component.ts b/apps/angular/src/app/modules/pages/details/components/flight-details-boarding/flight-details-boarding.component.ts similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/flight-details-boarding/flight-details-boarding.component.ts rename to apps/angular/src/app/modules/pages/details/components/flight-details-boarding/flight-details-boarding.component.ts diff --git a/ClientApp/src/app/modules/pages/details/components/flight-details-deboarding/flight-details-deboarding.component.html b/apps/angular/src/app/modules/pages/details/components/flight-details-deboarding/flight-details-deboarding.component.html similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/flight-details-deboarding/flight-details-deboarding.component.html rename to apps/angular/src/app/modules/pages/details/components/flight-details-deboarding/flight-details-deboarding.component.html diff --git a/ClientApp/src/app/modules/pages/details/components/flight-details-deboarding/flight-details-deboarding.component.scss b/apps/angular/src/app/modules/pages/details/components/flight-details-deboarding/flight-details-deboarding.component.scss similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/flight-details-deboarding/flight-details-deboarding.component.scss rename to apps/angular/src/app/modules/pages/details/components/flight-details-deboarding/flight-details-deboarding.component.scss diff --git a/ClientApp/src/app/modules/pages/details/components/flight-details-deboarding/flight-details-deboarding.component.spec.ts b/apps/angular/src/app/modules/pages/details/components/flight-details-deboarding/flight-details-deboarding.component.spec.ts similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/flight-details-deboarding/flight-details-deboarding.component.spec.ts rename to apps/angular/src/app/modules/pages/details/components/flight-details-deboarding/flight-details-deboarding.component.spec.ts diff --git a/ClientApp/src/app/modules/pages/details/components/flight-details-deboarding/flight-details-deboarding.component.ts b/apps/angular/src/app/modules/pages/details/components/flight-details-deboarding/flight-details-deboarding.component.ts similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/flight-details-deboarding/flight-details-deboarding.component.ts rename to apps/angular/src/app/modules/pages/details/components/flight-details-deboarding/flight-details-deboarding.component.ts diff --git a/ClientApp/src/app/modules/pages/details/components/flight-details-full-route/flight-details-full-route.component.html b/apps/angular/src/app/modules/pages/details/components/flight-details-full-route/flight-details-full-route.component.html similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/flight-details-full-route/flight-details-full-route.component.html rename to apps/angular/src/app/modules/pages/details/components/flight-details-full-route/flight-details-full-route.component.html diff --git a/ClientApp/src/app/modules/pages/details/components/flight-details-full-route/flight-details-full-route.component.scss b/apps/angular/src/app/modules/pages/details/components/flight-details-full-route/flight-details-full-route.component.scss similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/flight-details-full-route/flight-details-full-route.component.scss rename to apps/angular/src/app/modules/pages/details/components/flight-details-full-route/flight-details-full-route.component.scss diff --git a/ClientApp/src/app/modules/pages/details/components/flight-details-full-route/flight-details-full-route.component.ts b/apps/angular/src/app/modules/pages/details/components/flight-details-full-route/flight-details-full-route.component.ts similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/flight-details-full-route/flight-details-full-route.component.ts rename to apps/angular/src/app/modules/pages/details/components/flight-details-full-route/flight-details-full-route.component.ts diff --git a/ClientApp/src/app/modules/pages/details/components/flight-details-icons-update-time/flight-details-icons-update-time.component.html b/apps/angular/src/app/modules/pages/details/components/flight-details-icons-update-time/flight-details-icons-update-time.component.html similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/flight-details-icons-update-time/flight-details-icons-update-time.component.html rename to apps/angular/src/app/modules/pages/details/components/flight-details-icons-update-time/flight-details-icons-update-time.component.html diff --git a/ClientApp/src/app/modules/pages/details/components/flight-details-icons-update-time/flight-details-icons-update-time.component.ts b/apps/angular/src/app/modules/pages/details/components/flight-details-icons-update-time/flight-details-icons-update-time.component.ts similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/flight-details-icons-update-time/flight-details-icons-update-time.component.ts rename to apps/angular/src/app/modules/pages/details/components/flight-details-icons-update-time/flight-details-icons-update-time.component.ts diff --git a/ClientApp/src/app/modules/pages/details/components/flight-details-meal/flight-details-meal.component.html b/apps/angular/src/app/modules/pages/details/components/flight-details-meal/flight-details-meal.component.html similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/flight-details-meal/flight-details-meal.component.html rename to apps/angular/src/app/modules/pages/details/components/flight-details-meal/flight-details-meal.component.html diff --git a/ClientApp/src/app/modules/pages/details/components/flight-details-meal/flight-details-meal.component.scss b/apps/angular/src/app/modules/pages/details/components/flight-details-meal/flight-details-meal.component.scss similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/flight-details-meal/flight-details-meal.component.scss rename to apps/angular/src/app/modules/pages/details/components/flight-details-meal/flight-details-meal.component.scss diff --git a/ClientApp/src/app/modules/pages/details/components/flight-details-meal/flight-details-meal.component.ts b/apps/angular/src/app/modules/pages/details/components/flight-details-meal/flight-details-meal.component.ts similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/flight-details-meal/flight-details-meal.component.ts rename to apps/angular/src/app/modules/pages/details/components/flight-details-meal/flight-details-meal.component.ts diff --git a/ClientApp/src/app/modules/pages/details/components/flight-details-registration/flight-details-registration.component.html b/apps/angular/src/app/modules/pages/details/components/flight-details-registration/flight-details-registration.component.html similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/flight-details-registration/flight-details-registration.component.html rename to apps/angular/src/app/modules/pages/details/components/flight-details-registration/flight-details-registration.component.html diff --git a/ClientApp/src/app/modules/pages/details/components/flight-details-registration/flight-details-registration.component.scss b/apps/angular/src/app/modules/pages/details/components/flight-details-registration/flight-details-registration.component.scss similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/flight-details-registration/flight-details-registration.component.scss rename to apps/angular/src/app/modules/pages/details/components/flight-details-registration/flight-details-registration.component.scss diff --git a/ClientApp/src/app/modules/pages/details/components/flight-details-registration/flight-details-registration.component.spec.ts b/apps/angular/src/app/modules/pages/details/components/flight-details-registration/flight-details-registration.component.spec.ts similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/flight-details-registration/flight-details-registration.component.spec.ts rename to apps/angular/src/app/modules/pages/details/components/flight-details-registration/flight-details-registration.component.spec.ts diff --git a/ClientApp/src/app/modules/pages/details/components/flight-details-registration/flight-details-registration.component.ts b/apps/angular/src/app/modules/pages/details/components/flight-details-registration/flight-details-registration.component.ts similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/flight-details-registration/flight-details-registration.component.ts rename to apps/angular/src/app/modules/pages/details/components/flight-details-registration/flight-details-registration.component.ts diff --git a/ClientApp/src/app/modules/pages/details/components/flight-details-services/flight-details-services.component.html b/apps/angular/src/app/modules/pages/details/components/flight-details-services/flight-details-services.component.html similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/flight-details-services/flight-details-services.component.html rename to apps/angular/src/app/modules/pages/details/components/flight-details-services/flight-details-services.component.html diff --git a/ClientApp/src/app/modules/pages/details/components/flight-details-services/flight-details-services.component.scss b/apps/angular/src/app/modules/pages/details/components/flight-details-services/flight-details-services.component.scss similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/flight-details-services/flight-details-services.component.scss rename to apps/angular/src/app/modules/pages/details/components/flight-details-services/flight-details-services.component.scss diff --git a/ClientApp/src/app/modules/pages/details/components/flight-details-services/flight-details-services.component.ts b/apps/angular/src/app/modules/pages/details/components/flight-details-services/flight-details-services.component.ts similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/flight-details-services/flight-details-services.component.ts rename to apps/angular/src/app/modules/pages/details/components/flight-details-services/flight-details-services.component.ts diff --git a/ClientApp/src/app/modules/pages/details/components/flight-details-wrapper/flight-details-wrapper.component.html b/apps/angular/src/app/modules/pages/details/components/flight-details-wrapper/flight-details-wrapper.component.html similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/flight-details-wrapper/flight-details-wrapper.component.html rename to apps/angular/src/app/modules/pages/details/components/flight-details-wrapper/flight-details-wrapper.component.html diff --git a/ClientApp/src/app/modules/pages/details/components/flight-details-wrapper/flight-details-wrapper.component.scss b/apps/angular/src/app/modules/pages/details/components/flight-details-wrapper/flight-details-wrapper.component.scss similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/flight-details-wrapper/flight-details-wrapper.component.scss rename to apps/angular/src/app/modules/pages/details/components/flight-details-wrapper/flight-details-wrapper.component.scss diff --git a/ClientApp/src/app/modules/pages/details/components/flight-details-wrapper/flight-details-wrapper.component.ts b/apps/angular/src/app/modules/pages/details/components/flight-details-wrapper/flight-details-wrapper.component.ts similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/flight-details-wrapper/flight-details-wrapper.component.ts rename to apps/angular/src/app/modules/pages/details/components/flight-details-wrapper/flight-details-wrapper.component.ts diff --git a/ClientApp/src/app/modules/pages/details/components/flight-details/flight-board-details/flight-board-details.component.html b/apps/angular/src/app/modules/pages/details/components/flight-details/flight-board-details/flight-board-details.component.html similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/flight-details/flight-board-details/flight-board-details.component.html rename to apps/angular/src/app/modules/pages/details/components/flight-details/flight-board-details/flight-board-details.component.html diff --git a/ClientApp/src/app/modules/pages/details/components/flight-details/flight-board-details/flight-board-details.component.mobile.scss b/apps/angular/src/app/modules/pages/details/components/flight-details/flight-board-details/flight-board-details.component.mobile.scss similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/flight-details/flight-board-details/flight-board-details.component.mobile.scss rename to apps/angular/src/app/modules/pages/details/components/flight-details/flight-board-details/flight-board-details.component.mobile.scss diff --git a/ClientApp/src/app/modules/pages/details/components/flight-details/flight-board-details/flight-board-details.component.scss b/apps/angular/src/app/modules/pages/details/components/flight-details/flight-board-details/flight-board-details.component.scss similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/flight-details/flight-board-details/flight-board-details.component.scss rename to apps/angular/src/app/modules/pages/details/components/flight-details/flight-board-details/flight-board-details.component.scss diff --git a/ClientApp/src/app/modules/pages/details/components/flight-details/flight-board-details/flight-board-details.component.ts b/apps/angular/src/app/modules/pages/details/components/flight-details/flight-board-details/flight-board-details.component.ts similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/flight-details/flight-board-details/flight-board-details.component.ts rename to apps/angular/src/app/modules/pages/details/components/flight-details/flight-board-details/flight-board-details.component.ts diff --git a/ClientApp/src/app/modules/pages/details/components/flight-details/flight-schedule-details/flight-schedule-details.component.html b/apps/angular/src/app/modules/pages/details/components/flight-details/flight-schedule-details/flight-schedule-details.component.html similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/flight-details/flight-schedule-details/flight-schedule-details.component.html rename to apps/angular/src/app/modules/pages/details/components/flight-details/flight-schedule-details/flight-schedule-details.component.html diff --git a/ClientApp/src/app/modules/pages/details/components/flight-details/flight-schedule-details/flight-schedule-details.component.mobile.scss b/apps/angular/src/app/modules/pages/details/components/flight-details/flight-schedule-details/flight-schedule-details.component.mobile.scss similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/flight-details/flight-schedule-details/flight-schedule-details.component.mobile.scss rename to apps/angular/src/app/modules/pages/details/components/flight-details/flight-schedule-details/flight-schedule-details.component.mobile.scss diff --git a/ClientApp/src/app/modules/pages/details/components/flight-details/flight-schedule-details/flight-schedule-details.component.scss b/apps/angular/src/app/modules/pages/details/components/flight-details/flight-schedule-details/flight-schedule-details.component.scss similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/flight-details/flight-schedule-details/flight-schedule-details.component.scss rename to apps/angular/src/app/modules/pages/details/components/flight-details/flight-schedule-details/flight-schedule-details.component.scss diff --git a/ClientApp/src/app/modules/pages/details/components/flight-details/flight-schedule-details/flight-schedule-details.component.ts b/apps/angular/src/app/modules/pages/details/components/flight-details/flight-schedule-details/flight-schedule-details.component.ts similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/flight-details/flight-schedule-details/flight-schedule-details.component.ts rename to apps/angular/src/app/modules/pages/details/components/flight-details/flight-schedule-details/flight-schedule-details.component.ts diff --git a/ClientApp/src/app/modules/pages/details/components/flight-schedule/flight-schedule.component.html b/apps/angular/src/app/modules/pages/details/components/flight-schedule/flight-schedule.component.html similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/flight-schedule/flight-schedule.component.html rename to apps/angular/src/app/modules/pages/details/components/flight-schedule/flight-schedule.component.html diff --git a/ClientApp/src/app/modules/pages/details/components/flight-schedule/flight-schedule.component.scss b/apps/angular/src/app/modules/pages/details/components/flight-schedule/flight-schedule.component.scss similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/flight-schedule/flight-schedule.component.scss rename to apps/angular/src/app/modules/pages/details/components/flight-schedule/flight-schedule.component.scss diff --git a/ClientApp/src/app/modules/pages/details/components/flight-schedule/flight-schedule.component.ts b/apps/angular/src/app/modules/pages/details/components/flight-schedule/flight-schedule.component.ts similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/flight-schedule/flight-schedule.component.ts rename to apps/angular/src/app/modules/pages/details/components/flight-schedule/flight-schedule.component.ts diff --git a/ClientApp/src/app/modules/pages/details/components/flights-details-list-flight/flights-details-list-flight.component.html b/apps/angular/src/app/modules/pages/details/components/flights-details-list-flight/flights-details-list-flight.component.html similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/flights-details-list-flight/flights-details-list-flight.component.html rename to apps/angular/src/app/modules/pages/details/components/flights-details-list-flight/flights-details-list-flight.component.html diff --git a/ClientApp/src/app/modules/pages/details/components/flights-details-list-flight/flights-details-list-flight.component.scss b/apps/angular/src/app/modules/pages/details/components/flights-details-list-flight/flights-details-list-flight.component.scss similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/flights-details-list-flight/flights-details-list-flight.component.scss rename to apps/angular/src/app/modules/pages/details/components/flights-details-list-flight/flights-details-list-flight.component.scss diff --git a/ClientApp/src/app/modules/pages/details/components/flights-details-list-flight/flights-details-list-flight.component.ts b/apps/angular/src/app/modules/pages/details/components/flights-details-list-flight/flights-details-list-flight.component.ts similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/flights-details-list-flight/flights-details-list-flight.component.ts rename to apps/angular/src/app/modules/pages/details/components/flights-details-list-flight/flights-details-list-flight.component.ts diff --git a/ClientApp/src/app/modules/pages/details/components/flights-details-list-schedule-header/flights-details-list-schedule-header.component.html b/apps/angular/src/app/modules/pages/details/components/flights-details-list-schedule-header/flights-details-list-schedule-header.component.html similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/flights-details-list-schedule-header/flights-details-list-schedule-header.component.html rename to apps/angular/src/app/modules/pages/details/components/flights-details-list-schedule-header/flights-details-list-schedule-header.component.html diff --git a/ClientApp/src/app/modules/pages/details/components/flights-details-list-schedule-header/flights-details-list-schedule-header.component.scss b/apps/angular/src/app/modules/pages/details/components/flights-details-list-schedule-header/flights-details-list-schedule-header.component.scss similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/flights-details-list-schedule-header/flights-details-list-schedule-header.component.scss rename to apps/angular/src/app/modules/pages/details/components/flights-details-list-schedule-header/flights-details-list-schedule-header.component.scss diff --git a/ClientApp/src/app/modules/pages/details/components/flights-details-list-schedule-header/flights-details-list-schedule-header.component.ts b/apps/angular/src/app/modules/pages/details/components/flights-details-list-schedule-header/flights-details-list-schedule-header.component.ts similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/flights-details-list-schedule-header/flights-details-list-schedule-header.component.ts rename to apps/angular/src/app/modules/pages/details/components/flights-details-list-schedule-header/flights-details-list-schedule-header.component.ts diff --git a/ClientApp/src/app/modules/pages/details/components/icon-tooltip/icon-tooltip.component.html b/apps/angular/src/app/modules/pages/details/components/icon-tooltip/icon-tooltip.component.html similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/icon-tooltip/icon-tooltip.component.html rename to apps/angular/src/app/modules/pages/details/components/icon-tooltip/icon-tooltip.component.html diff --git a/ClientApp/src/app/modules/pages/details/components/icon-tooltip/icon-tooltip.component.ts b/apps/angular/src/app/modules/pages/details/components/icon-tooltip/icon-tooltip.component.ts similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/icon-tooltip/icon-tooltip.component.ts rename to apps/angular/src/app/modules/pages/details/components/icon-tooltip/icon-tooltip.component.ts diff --git a/ClientApp/src/app/modules/pages/details/components/route-status/route-status.component.html b/apps/angular/src/app/modules/pages/details/components/route-status/route-status.component.html similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/route-status/route-status.component.html rename to apps/angular/src/app/modules/pages/details/components/route-status/route-status.component.html diff --git a/ClientApp/src/app/modules/pages/details/components/route-status/route-status.component.scss b/apps/angular/src/app/modules/pages/details/components/route-status/route-status.component.scss similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/route-status/route-status.component.scss rename to apps/angular/src/app/modules/pages/details/components/route-status/route-status.component.scss diff --git a/ClientApp/src/app/modules/pages/details/components/route-status/route-status.component.spec.ts b/apps/angular/src/app/modules/pages/details/components/route-status/route-status.component.spec.ts similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/route-status/route-status.component.spec.ts rename to apps/angular/src/app/modules/pages/details/components/route-status/route-status.component.spec.ts diff --git a/ClientApp/src/app/modules/pages/details/components/route-status/route-status.component.ts b/apps/angular/src/app/modules/pages/details/components/route-status/route-status.component.ts similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/route-status/route-status.component.ts rename to apps/angular/src/app/modules/pages/details/components/route-status/route-status.component.ts diff --git a/ClientApp/src/app/modules/pages/details/components/schedule-details-header/schedule-details-header.component.html b/apps/angular/src/app/modules/pages/details/components/schedule-details-header/schedule-details-header.component.html similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/schedule-details-header/schedule-details-header.component.html rename to apps/angular/src/app/modules/pages/details/components/schedule-details-header/schedule-details-header.component.html diff --git a/ClientApp/src/app/modules/pages/details/components/schedule-details-header/schedule-details-header.component.scss b/apps/angular/src/app/modules/pages/details/components/schedule-details-header/schedule-details-header.component.scss similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/schedule-details-header/schedule-details-header.component.scss rename to apps/angular/src/app/modules/pages/details/components/schedule-details-header/schedule-details-header.component.scss diff --git a/ClientApp/src/app/modules/pages/details/components/schedule-details-header/schedule-details-header.component.ts b/apps/angular/src/app/modules/pages/details/components/schedule-details-header/schedule-details-header.component.ts similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/schedule-details-header/schedule-details-header.component.ts rename to apps/angular/src/app/modules/pages/details/components/schedule-details-header/schedule-details-header.component.ts diff --git a/ClientApp/src/app/modules/pages/details/components/transfer/transfer.component.html b/apps/angular/src/app/modules/pages/details/components/transfer/transfer.component.html similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/transfer/transfer.component.html rename to apps/angular/src/app/modules/pages/details/components/transfer/transfer.component.html diff --git a/ClientApp/src/app/modules/pages/details/components/transfer/transfer.component.scss b/apps/angular/src/app/modules/pages/details/components/transfer/transfer.component.scss similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/transfer/transfer.component.scss rename to apps/angular/src/app/modules/pages/details/components/transfer/transfer.component.scss diff --git a/ClientApp/src/app/modules/pages/details/components/transfer/transfer.component.ts b/apps/angular/src/app/modules/pages/details/components/transfer/transfer.component.ts similarity index 100% rename from ClientApp/src/app/modules/pages/details/components/transfer/transfer.component.ts rename to apps/angular/src/app/modules/pages/details/components/transfer/transfer.component.ts diff --git a/ClientApp/src/app/modules/pages/details/index.ts b/apps/angular/src/app/modules/pages/details/index.ts similarity index 100% rename from ClientApp/src/app/modules/pages/details/index.ts rename to apps/angular/src/app/modules/pages/details/index.ts diff --git a/ClientApp/src/app/modules/pages/error-pages/error-page/error-page.component.html b/apps/angular/src/app/modules/pages/error-pages/error-page/error-page.component.html similarity index 100% rename from ClientApp/src/app/modules/pages/error-pages/error-page/error-page.component.html rename to apps/angular/src/app/modules/pages/error-pages/error-page/error-page.component.html diff --git a/ClientApp/src/app/modules/pages/error-pages/error-page/error-page.component.scss b/apps/angular/src/app/modules/pages/error-pages/error-page/error-page.component.scss similarity index 100% rename from ClientApp/src/app/modules/pages/error-pages/error-page/error-page.component.scss rename to apps/angular/src/app/modules/pages/error-pages/error-page/error-page.component.scss diff --git a/ClientApp/src/app/modules/pages/error-pages/error-page/error-page.component.ts b/apps/angular/src/app/modules/pages/error-pages/error-page/error-page.component.ts similarity index 100% rename from ClientApp/src/app/modules/pages/error-pages/error-page/error-page.component.ts rename to apps/angular/src/app/modules/pages/error-pages/error-page/error-page.component.ts diff --git a/ClientApp/src/app/modules/pages/error-pages/error-pages.module.ts b/apps/angular/src/app/modules/pages/error-pages/error-pages.module.ts similarity index 100% rename from ClientApp/src/app/modules/pages/error-pages/error-pages.module.ts rename to apps/angular/src/app/modules/pages/error-pages/error-pages.module.ts diff --git a/ClientApp/src/app/modules/pages/schedule/components/connecting-flight-body/connecting-flight-body.component.html b/apps/angular/src/app/modules/pages/schedule/components/connecting-flight-body/connecting-flight-body.component.html similarity index 100% rename from ClientApp/src/app/modules/pages/schedule/components/connecting-flight-body/connecting-flight-body.component.html rename to apps/angular/src/app/modules/pages/schedule/components/connecting-flight-body/connecting-flight-body.component.html diff --git a/ClientApp/src/app/modules/pages/schedule/components/connecting-flight-body/connecting-flight-body.component.scss b/apps/angular/src/app/modules/pages/schedule/components/connecting-flight-body/connecting-flight-body.component.scss similarity index 100% rename from ClientApp/src/app/modules/pages/schedule/components/connecting-flight-body/connecting-flight-body.component.scss rename to apps/angular/src/app/modules/pages/schedule/components/connecting-flight-body/connecting-flight-body.component.scss diff --git a/ClientApp/src/app/modules/pages/schedule/components/connecting-flight-body/connecting-flight-body.component.ts b/apps/angular/src/app/modules/pages/schedule/components/connecting-flight-body/connecting-flight-body.component.ts similarity index 100% rename from ClientApp/src/app/modules/pages/schedule/components/connecting-flight-body/connecting-flight-body.component.ts rename to apps/angular/src/app/modules/pages/schedule/components/connecting-flight-body/connecting-flight-body.component.ts diff --git a/ClientApp/src/app/modules/pages/schedule/components/direct-flight-body/schedule-search-result-flight-body.component.html b/apps/angular/src/app/modules/pages/schedule/components/direct-flight-body/schedule-search-result-flight-body.component.html similarity index 100% rename from ClientApp/src/app/modules/pages/schedule/components/direct-flight-body/schedule-search-result-flight-body.component.html rename to apps/angular/src/app/modules/pages/schedule/components/direct-flight-body/schedule-search-result-flight-body.component.html diff --git a/ClientApp/src/app/modules/pages/schedule/components/direct-flight-body/schedule-search-result-flight-body.component.ts b/apps/angular/src/app/modules/pages/schedule/components/direct-flight-body/schedule-search-result-flight-body.component.ts similarity index 100% rename from ClientApp/src/app/modules/pages/schedule/components/direct-flight-body/schedule-search-result-flight-body.component.ts rename to apps/angular/src/app/modules/pages/schedule/components/direct-flight-body/schedule-search-result-flight-body.component.ts diff --git a/ClientApp/src/app/modules/pages/schedule/components/download-schedule-dialog/download-schedule-dialog.component.html b/apps/angular/src/app/modules/pages/schedule/components/download-schedule-dialog/download-schedule-dialog.component.html similarity index 100% rename from ClientApp/src/app/modules/pages/schedule/components/download-schedule-dialog/download-schedule-dialog.component.html rename to apps/angular/src/app/modules/pages/schedule/components/download-schedule-dialog/download-schedule-dialog.component.html diff --git a/ClientApp/src/app/modules/pages/schedule/components/download-schedule-dialog/download-schedule-dialog.component.ts b/apps/angular/src/app/modules/pages/schedule/components/download-schedule-dialog/download-schedule-dialog.component.ts similarity index 100% rename from ClientApp/src/app/modules/pages/schedule/components/download-schedule-dialog/download-schedule-dialog.component.ts rename to apps/angular/src/app/modules/pages/schedule/components/download-schedule-dialog/download-schedule-dialog.component.ts diff --git a/ClientApp/src/app/modules/pages/schedule/components/flight-body-part-header/flight-body-part-header.component.html b/apps/angular/src/app/modules/pages/schedule/components/flight-body-part-header/flight-body-part-header.component.html similarity index 100% rename from ClientApp/src/app/modules/pages/schedule/components/flight-body-part-header/flight-body-part-header.component.html rename to apps/angular/src/app/modules/pages/schedule/components/flight-body-part-header/flight-body-part-header.component.html diff --git a/ClientApp/src/app/modules/pages/schedule/components/flight-body-part-header/flight-body-part-header.component.mobile.scss b/apps/angular/src/app/modules/pages/schedule/components/flight-body-part-header/flight-body-part-header.component.mobile.scss similarity index 100% rename from ClientApp/src/app/modules/pages/schedule/components/flight-body-part-header/flight-body-part-header.component.mobile.scss rename to apps/angular/src/app/modules/pages/schedule/components/flight-body-part-header/flight-body-part-header.component.mobile.scss diff --git a/ClientApp/src/app/modules/pages/schedule/components/flight-body-part-header/flight-body-part-header.component.scss b/apps/angular/src/app/modules/pages/schedule/components/flight-body-part-header/flight-body-part-header.component.scss similarity index 100% rename from ClientApp/src/app/modules/pages/schedule/components/flight-body-part-header/flight-body-part-header.component.scss rename to apps/angular/src/app/modules/pages/schedule/components/flight-body-part-header/flight-body-part-header.component.scss diff --git a/ClientApp/src/app/modules/pages/schedule/components/flight-body-part-header/flight-body-part-header.component.tablets.scss b/apps/angular/src/app/modules/pages/schedule/components/flight-body-part-header/flight-body-part-header.component.tablets.scss similarity index 100% rename from ClientApp/src/app/modules/pages/schedule/components/flight-body-part-header/flight-body-part-header.component.tablets.scss rename to apps/angular/src/app/modules/pages/schedule/components/flight-body-part-header/flight-body-part-header.component.tablets.scss diff --git a/ClientApp/src/app/modules/pages/schedule/components/flight-body-part-header/flight-body-part-header.component.ts b/apps/angular/src/app/modules/pages/schedule/components/flight-body-part-header/flight-body-part-header.component.ts similarity index 100% rename from ClientApp/src/app/modules/pages/schedule/components/flight-body-part-header/flight-body-part-header.component.ts rename to apps/angular/src/app/modules/pages/schedule/components/flight-body-part-header/flight-body-part-header.component.ts diff --git a/ClientApp/src/app/modules/pages/schedule/components/flight-details-body-actions/flight-details-body-actions.component.html b/apps/angular/src/app/modules/pages/schedule/components/flight-details-body-actions/flight-details-body-actions.component.html similarity index 100% rename from ClientApp/src/app/modules/pages/schedule/components/flight-details-body-actions/flight-details-body-actions.component.html rename to apps/angular/src/app/modules/pages/schedule/components/flight-details-body-actions/flight-details-body-actions.component.html diff --git a/ClientApp/src/app/modules/pages/schedule/components/flight-details-body-actions/flight-details-body-actions.component.scss b/apps/angular/src/app/modules/pages/schedule/components/flight-details-body-actions/flight-details-body-actions.component.scss similarity index 100% rename from ClientApp/src/app/modules/pages/schedule/components/flight-details-body-actions/flight-details-body-actions.component.scss rename to apps/angular/src/app/modules/pages/schedule/components/flight-details-body-actions/flight-details-body-actions.component.scss diff --git a/ClientApp/src/app/modules/pages/schedule/components/flight-details-body-actions/flight-details-body-actions.component.ts b/apps/angular/src/app/modules/pages/schedule/components/flight-details-body-actions/flight-details-body-actions.component.ts similarity index 100% rename from ClientApp/src/app/modules/pages/schedule/components/flight-details-body-actions/flight-details-body-actions.component.ts rename to apps/angular/src/app/modules/pages/schedule/components/flight-details-body-actions/flight-details-body-actions.component.ts diff --git a/ClientApp/src/app/modules/pages/schedule/components/flight-legs-switcher/flight-legs-switcher.component.html b/apps/angular/src/app/modules/pages/schedule/components/flight-legs-switcher/flight-legs-switcher.component.html similarity index 100% rename from ClientApp/src/app/modules/pages/schedule/components/flight-legs-switcher/flight-legs-switcher.component.html rename to apps/angular/src/app/modules/pages/schedule/components/flight-legs-switcher/flight-legs-switcher.component.html diff --git a/ClientApp/src/app/modules/pages/schedule/components/flight-legs-switcher/flight-legs-switcher.component.scss b/apps/angular/src/app/modules/pages/schedule/components/flight-legs-switcher/flight-legs-switcher.component.scss similarity index 100% rename from ClientApp/src/app/modules/pages/schedule/components/flight-legs-switcher/flight-legs-switcher.component.scss rename to apps/angular/src/app/modules/pages/schedule/components/flight-legs-switcher/flight-legs-switcher.component.scss diff --git a/ClientApp/src/app/modules/pages/schedule/components/flight-legs-switcher/flight-legs-switcher.component.ts b/apps/angular/src/app/modules/pages/schedule/components/flight-legs-switcher/flight-legs-switcher.component.ts similarity index 100% rename from ClientApp/src/app/modules/pages/schedule/components/flight-legs-switcher/flight-legs-switcher.component.ts rename to apps/angular/src/app/modules/pages/schedule/components/flight-legs-switcher/flight-legs-switcher.component.ts diff --git a/ClientApp/src/app/modules/pages/schedule/components/multi-flight-body/multi-flight-body.component.html b/apps/angular/src/app/modules/pages/schedule/components/multi-flight-body/multi-flight-body.component.html similarity index 100% rename from ClientApp/src/app/modules/pages/schedule/components/multi-flight-body/multi-flight-body.component.html rename to apps/angular/src/app/modules/pages/schedule/components/multi-flight-body/multi-flight-body.component.html diff --git a/ClientApp/src/app/modules/pages/schedule/components/multi-flight-body/multi-flight-body.component.ts b/apps/angular/src/app/modules/pages/schedule/components/multi-flight-body/multi-flight-body.component.ts similarity index 100% rename from ClientApp/src/app/modules/pages/schedule/components/multi-flight-body/multi-flight-body.component.ts rename to apps/angular/src/app/modules/pages/schedule/components/multi-flight-body/multi-flight-body.component.ts diff --git a/ClientApp/src/app/modules/pages/schedule/index.ts b/apps/angular/src/app/modules/pages/schedule/index.ts similarity index 100% rename from ClientApp/src/app/modules/pages/schedule/index.ts rename to apps/angular/src/app/modules/pages/schedule/index.ts diff --git a/ClientApp/src/app/modules/pages/schedule/schedule-list-flight-header/schedule-list-flight-header.component.html b/apps/angular/src/app/modules/pages/schedule/schedule-list-flight-header/schedule-list-flight-header.component.html similarity index 100% rename from ClientApp/src/app/modules/pages/schedule/schedule-list-flight-header/schedule-list-flight-header.component.html rename to apps/angular/src/app/modules/pages/schedule/schedule-list-flight-header/schedule-list-flight-header.component.html diff --git a/ClientApp/src/app/modules/pages/schedule/schedule-list-flight-header/schedule-list-flight-header.component.mobile.scss b/apps/angular/src/app/modules/pages/schedule/schedule-list-flight-header/schedule-list-flight-header.component.mobile.scss similarity index 100% rename from ClientApp/src/app/modules/pages/schedule/schedule-list-flight-header/schedule-list-flight-header.component.mobile.scss rename to apps/angular/src/app/modules/pages/schedule/schedule-list-flight-header/schedule-list-flight-header.component.mobile.scss diff --git a/ClientApp/src/app/modules/pages/schedule/schedule-list-flight-header/schedule-list-flight-header.component.scss b/apps/angular/src/app/modules/pages/schedule/schedule-list-flight-header/schedule-list-flight-header.component.scss similarity index 100% rename from ClientApp/src/app/modules/pages/schedule/schedule-list-flight-header/schedule-list-flight-header.component.scss rename to apps/angular/src/app/modules/pages/schedule/schedule-list-flight-header/schedule-list-flight-header.component.scss diff --git a/ClientApp/src/app/modules/pages/schedule/schedule-list-flight-header/schedule-list-flight-header.component.tablets.scss b/apps/angular/src/app/modules/pages/schedule/schedule-list-flight-header/schedule-list-flight-header.component.tablets.scss similarity index 100% rename from ClientApp/src/app/modules/pages/schedule/schedule-list-flight-header/schedule-list-flight-header.component.tablets.scss rename to apps/angular/src/app/modules/pages/schedule/schedule-list-flight-header/schedule-list-flight-header.component.tablets.scss diff --git a/ClientApp/src/app/modules/pages/schedule/schedule-list-flight-header/schedule-list-flight-header.component.ts b/apps/angular/src/app/modules/pages/schedule/schedule-list-flight-header/schedule-list-flight-header.component.ts similarity index 100% rename from ClientApp/src/app/modules/pages/schedule/schedule-list-flight-header/schedule-list-flight-header.component.ts rename to apps/angular/src/app/modules/pages/schedule/schedule-list-flight-header/schedule-list-flight-header.component.ts diff --git a/ClientApp/src/app/modules/pages/schedule/schedule-search-result-header/schedule-search-result-header.component.html b/apps/angular/src/app/modules/pages/schedule/schedule-search-result-header/schedule-search-result-header.component.html similarity index 100% rename from ClientApp/src/app/modules/pages/schedule/schedule-search-result-header/schedule-search-result-header.component.html rename to apps/angular/src/app/modules/pages/schedule/schedule-search-result-header/schedule-search-result-header.component.html diff --git a/ClientApp/src/app/modules/pages/schedule/schedule-search-result-header/schedule-search-result-header.component.ts b/apps/angular/src/app/modules/pages/schedule/schedule-search-result-header/schedule-search-result-header.component.ts similarity index 100% rename from ClientApp/src/app/modules/pages/schedule/schedule-search-result-header/schedule-search-result-header.component.ts rename to apps/angular/src/app/modules/pages/schedule/schedule-search-result-header/schedule-search-result-header.component.ts diff --git a/ClientApp/src/app/modules/pages/schedule/schedule-search-result/list-scheduled-flight/list-scheduled-flight.component.html b/apps/angular/src/app/modules/pages/schedule/schedule-search-result/list-scheduled-flight/list-scheduled-flight.component.html similarity index 100% rename from ClientApp/src/app/modules/pages/schedule/schedule-search-result/list-scheduled-flight/list-scheduled-flight.component.html rename to apps/angular/src/app/modules/pages/schedule/schedule-search-result/list-scheduled-flight/list-scheduled-flight.component.html diff --git a/ClientApp/src/app/modules/pages/schedule/schedule-search-result/list-scheduled-flight/list-scheduled-flight.component.ts b/apps/angular/src/app/modules/pages/schedule/schedule-search-result/list-scheduled-flight/list-scheduled-flight.component.ts similarity index 100% rename from ClientApp/src/app/modules/pages/schedule/schedule-search-result/list-scheduled-flight/list-scheduled-flight.component.ts rename to apps/angular/src/app/modules/pages/schedule/schedule-search-result/list-scheduled-flight/list-scheduled-flight.component.ts diff --git a/ClientApp/src/app/modules/pages/schedule/schedule-search-result/schedule-search-result-day/schedule-search-result-day.component.html b/apps/angular/src/app/modules/pages/schedule/schedule-search-result/schedule-search-result-day/schedule-search-result-day.component.html similarity index 100% rename from ClientApp/src/app/modules/pages/schedule/schedule-search-result/schedule-search-result-day/schedule-search-result-day.component.html rename to apps/angular/src/app/modules/pages/schedule/schedule-search-result/schedule-search-result-day/schedule-search-result-day.component.html diff --git a/ClientApp/src/app/modules/pages/schedule/schedule-search-result/schedule-search-result-day/schedule-search-result-day.component.ts b/apps/angular/src/app/modules/pages/schedule/schedule-search-result/schedule-search-result-day/schedule-search-result-day.component.ts similarity index 100% rename from ClientApp/src/app/modules/pages/schedule/schedule-search-result/schedule-search-result-day/schedule-search-result-day.component.ts rename to apps/angular/src/app/modules/pages/schedule/schedule-search-result/schedule-search-result-day/schedule-search-result-day.component.ts diff --git a/ClientApp/src/app/modules/prime-components-module.ts b/apps/angular/src/app/modules/prime-components-module.ts similarity index 100% rename from ClientApp/src/app/modules/prime-components-module.ts rename to apps/angular/src/app/modules/prime-components-module.ts diff --git a/ClientApp/src/app/shared/airlines.ts b/apps/angular/src/app/shared/airlines.ts similarity index 100% rename from ClientApp/src/app/shared/airlines.ts rename to apps/angular/src/app/shared/airlines.ts diff --git a/ClientApp/src/app/shared/destroyable.ts b/apps/angular/src/app/shared/destroyable.ts similarity index 100% rename from ClientApp/src/app/shared/destroyable.ts rename to apps/angular/src/app/shared/destroyable.ts diff --git a/ClientApp/src/app/shared/enumerators/dispatch-mode.enum.ts b/apps/angular/src/app/shared/enumerators/dispatch-mode.enum.ts similarity index 100% rename from ClientApp/src/app/shared/enumerators/dispatch-mode.enum.ts rename to apps/angular/src/app/shared/enumerators/dispatch-mode.enum.ts diff --git a/ClientApp/src/app/shared/enumerators/flight-icon.enum.ts b/apps/angular/src/app/shared/enumerators/flight-icon.enum.ts similarity index 100% rename from ClientApp/src/app/shared/enumerators/flight-icon.enum.ts rename to apps/angular/src/app/shared/enumerators/flight-icon.enum.ts diff --git a/ClientApp/src/app/shared/enumerators/flight-loaded-state.enum.ts b/apps/angular/src/app/shared/enumerators/flight-loaded-state.enum.ts similarity index 100% rename from ClientApp/src/app/shared/enumerators/flight-loaded-state.enum.ts rename to apps/angular/src/app/shared/enumerators/flight-loaded-state.enum.ts diff --git a/ClientApp/src/app/shared/enumerators/flight-request-type.enum.ts b/apps/angular/src/app/shared/enumerators/flight-request-type.enum.ts similarity index 100% rename from ClientApp/src/app/shared/enumerators/flight-request-type.enum.ts rename to apps/angular/src/app/shared/enumerators/flight-request-type.enum.ts diff --git a/ClientApp/src/app/shared/enumerators/flight-status.enum.ts b/apps/angular/src/app/shared/enumerators/flight-status.enum.ts similarity index 100% rename from ClientApp/src/app/shared/enumerators/flight-status.enum.ts rename to apps/angular/src/app/shared/enumerators/flight-status.enum.ts diff --git a/ClientApp/src/app/shared/enumerators/index.ts b/apps/angular/src/app/shared/enumerators/index.ts similarity index 100% rename from ClientApp/src/app/shared/enumerators/index.ts rename to apps/angular/src/app/shared/enumerators/index.ts diff --git a/ClientApp/src/app/shared/enumerators/language.enum.ts b/apps/angular/src/app/shared/enumerators/language.enum.ts similarity index 100% rename from ClientApp/src/app/shared/enumerators/language.enum.ts rename to apps/angular/src/app/shared/enumerators/language.enum.ts diff --git a/ClientApp/src/app/shared/enumerators/operation-status.enum.ts b/apps/angular/src/app/shared/enumerators/operation-status.enum.ts similarity index 100% rename from ClientApp/src/app/shared/enumerators/operation-status.enum.ts rename to apps/angular/src/app/shared/enumerators/operation-status.enum.ts diff --git a/ClientApp/src/app/shared/enumerators/route-type.enum.ts b/apps/angular/src/app/shared/enumerators/route-type.enum.ts similarity index 100% rename from ClientApp/src/app/shared/enumerators/route-type.enum.ts rename to apps/angular/src/app/shared/enumerators/route-type.enum.ts diff --git a/ClientApp/src/app/shared/enumerators/time-type.enum.ts b/apps/angular/src/app/shared/enumerators/time-type.enum.ts similarity index 100% rename from ClientApp/src/app/shared/enumerators/time-type.enum.ts rename to apps/angular/src/app/shared/enumerators/time-type.enum.ts diff --git a/ClientApp/src/app/shared/factories/index.ts b/apps/angular/src/app/shared/factories/index.ts similarity index 100% rename from ClientApp/src/app/shared/factories/index.ts rename to apps/angular/src/app/shared/factories/index.ts diff --git a/ClientApp/src/app/shared/factories/schedule.factory.ts b/apps/angular/src/app/shared/factories/schedule.factory.ts similarity index 100% rename from ClientApp/src/app/shared/factories/schedule.factory.ts rename to apps/angular/src/app/shared/factories/schedule.factory.ts diff --git a/ClientApp/src/app/shared/factories/translate-http-loader.factory.ts b/apps/angular/src/app/shared/factories/translate-http-loader.factory.ts similarity index 100% rename from ClientApp/src/app/shared/factories/translate-http-loader.factory.ts rename to apps/angular/src/app/shared/factories/translate-http-loader.factory.ts diff --git a/ClientApp/src/app/shared/helpers/dateHelper.ts b/apps/angular/src/app/shared/helpers/dateHelper.ts similarity index 100% rename from ClientApp/src/app/shared/helpers/dateHelper.ts rename to apps/angular/src/app/shared/helpers/dateHelper.ts diff --git a/ClientApp/src/app/shared/helpers/index.ts b/apps/angular/src/app/shared/helpers/index.ts similarity index 100% rename from ClientApp/src/app/shared/helpers/index.ts rename to apps/angular/src/app/shared/helpers/index.ts diff --git a/ClientApp/src/app/shared/helpers/keyboardLayoutConverter.ts b/apps/angular/src/app/shared/helpers/keyboardLayoutConverter.ts similarity index 100% rename from ClientApp/src/app/shared/helpers/keyboardLayoutConverter.ts rename to apps/angular/src/app/shared/helpers/keyboardLayoutConverter.ts diff --git a/ClientApp/src/app/shared/helpers/sorterts.ts b/apps/angular/src/app/shared/helpers/sorterts.ts similarity index 100% rename from ClientApp/src/app/shared/helpers/sorterts.ts rename to apps/angular/src/app/shared/helpers/sorterts.ts diff --git a/ClientApp/src/app/shared/index.ts b/apps/angular/src/app/shared/index.ts similarity index 100% rename from ClientApp/src/app/shared/index.ts rename to apps/angular/src/app/shared/index.ts diff --git a/ClientApp/src/app/shared/interceptor/app.interceptor.ts b/apps/angular/src/app/shared/interceptor/app.interceptor.ts similarity index 100% rename from ClientApp/src/app/shared/interceptor/app.interceptor.ts rename to apps/angular/src/app/shared/interceptor/app.interceptor.ts diff --git a/ClientApp/src/app/shared/localisation-ready/localisation-ready.directive.spec.ts b/apps/angular/src/app/shared/localisation-ready/localisation-ready.directive.spec.ts similarity index 100% rename from ClientApp/src/app/shared/localisation-ready/localisation-ready.directive.spec.ts rename to apps/angular/src/app/shared/localisation-ready/localisation-ready.directive.spec.ts diff --git a/ClientApp/src/app/shared/localisation-ready/localisation-ready.directive.ts b/apps/angular/src/app/shared/localisation-ready/localisation-ready.directive.ts similarity index 100% rename from ClientApp/src/app/shared/localisation-ready/localisation-ready.directive.ts rename to apps/angular/src/app/shared/localisation-ready/localisation-ready.directive.ts diff --git a/ClientApp/src/app/shared/localizations/calendar-de.ts b/apps/angular/src/app/shared/localizations/calendar-de.ts similarity index 100% rename from ClientApp/src/app/shared/localizations/calendar-de.ts rename to apps/angular/src/app/shared/localizations/calendar-de.ts diff --git a/ClientApp/src/app/shared/localizations/calendar-en.ts b/apps/angular/src/app/shared/localizations/calendar-en.ts similarity index 100% rename from ClientApp/src/app/shared/localizations/calendar-en.ts rename to apps/angular/src/app/shared/localizations/calendar-en.ts diff --git a/ClientApp/src/app/shared/localizations/calendar-es.ts b/apps/angular/src/app/shared/localizations/calendar-es.ts similarity index 100% rename from ClientApp/src/app/shared/localizations/calendar-es.ts rename to apps/angular/src/app/shared/localizations/calendar-es.ts diff --git a/ClientApp/src/app/shared/localizations/calendar-fr.ts b/apps/angular/src/app/shared/localizations/calendar-fr.ts similarity index 100% rename from ClientApp/src/app/shared/localizations/calendar-fr.ts rename to apps/angular/src/app/shared/localizations/calendar-fr.ts diff --git a/ClientApp/src/app/shared/localizations/calendar-it.ts b/apps/angular/src/app/shared/localizations/calendar-it.ts similarity index 100% rename from ClientApp/src/app/shared/localizations/calendar-it.ts rename to apps/angular/src/app/shared/localizations/calendar-it.ts diff --git a/ClientApp/src/app/shared/localizations/calendar-jp.ts b/apps/angular/src/app/shared/localizations/calendar-jp.ts similarity index 100% rename from ClientApp/src/app/shared/localizations/calendar-jp.ts rename to apps/angular/src/app/shared/localizations/calendar-jp.ts diff --git a/ClientApp/src/app/shared/localizations/calendar-ko.ts b/apps/angular/src/app/shared/localizations/calendar-ko.ts similarity index 100% rename from ClientApp/src/app/shared/localizations/calendar-ko.ts rename to apps/angular/src/app/shared/localizations/calendar-ko.ts diff --git a/ClientApp/src/app/shared/localizations/calendar-ru.ts b/apps/angular/src/app/shared/localizations/calendar-ru.ts similarity index 100% rename from ClientApp/src/app/shared/localizations/calendar-ru.ts rename to apps/angular/src/app/shared/localizations/calendar-ru.ts diff --git a/ClientApp/src/app/shared/localizations/calendar-zh.ts b/apps/angular/src/app/shared/localizations/calendar-zh.ts similarity index 100% rename from ClientApp/src/app/shared/localizations/calendar-zh.ts rename to apps/angular/src/app/shared/localizations/calendar-zh.ts diff --git a/ClientApp/src/app/shared/localizations/index.ts b/apps/angular/src/app/shared/localizations/index.ts similarity index 100% rename from ClientApp/src/app/shared/localizations/index.ts rename to apps/angular/src/app/shared/localizations/index.ts diff --git a/ClientApp/src/app/shared/models-legacy/aircraft-type.model.ts b/apps/angular/src/app/shared/models-legacy/aircraft-type.model.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/aircraft-type.model.ts rename to apps/angular/src/app/shared/models-legacy/aircraft-type.model.ts diff --git a/ClientApp/src/app/shared/models-legacy/aircraft.model.ts b/apps/angular/src/app/shared/models-legacy/aircraft.model.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/aircraft.model.ts rename to apps/angular/src/app/shared/models-legacy/aircraft.model.ts diff --git a/ClientApp/src/app/shared/models-legacy/airport-info-modification.model.ts b/apps/angular/src/app/shared/models-legacy/airport-info-modification.model.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/airport-info-modification.model.ts rename to apps/angular/src/app/shared/models-legacy/airport-info-modification.model.ts diff --git a/ClientApp/src/app/shared/models-legacy/app-settings.model.ts b/apps/angular/src/app/shared/models-legacy/app-settings.model.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/app-settings.model.ts rename to apps/angular/src/app/shared/models-legacy/app-settings.model.ts diff --git a/ClientApp/src/app/shared/models-legacy/arrival-station.model.ts b/apps/angular/src/app/shared/models-legacy/arrival-station.model.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/arrival-station.model.ts rename to apps/angular/src/app/shared/models-legacy/arrival-station.model.ts diff --git a/ClientApp/src/app/shared/models-legacy/arrival-times.model.ts b/apps/angular/src/app/shared/models-legacy/arrival-times.model.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/arrival-times.model.ts rename to apps/angular/src/app/shared/models-legacy/arrival-times.model.ts diff --git a/ClientApp/src/app/shared/models-legacy/booking-classes.model.ts b/apps/angular/src/app/shared/models-legacy/booking-classes.model.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/booking-classes.model.ts rename to apps/angular/src/app/shared/models-legacy/booking-classes.model.ts diff --git a/ClientApp/src/app/shared/models-legacy/connected-flight.strategy.ts b/apps/angular/src/app/shared/models-legacy/connected-flight.strategy.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/connected-flight.strategy.ts rename to apps/angular/src/app/shared/models-legacy/connected-flight.strategy.ts diff --git a/ClientApp/src/app/shared/models-legacy/contracts/airport-info.contract.ts b/apps/angular/src/app/shared/models-legacy/contracts/airport-info.contract.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/contracts/airport-info.contract.ts rename to apps/angular/src/app/shared/models-legacy/contracts/airport-info.contract.ts diff --git a/ClientApp/src/app/shared/models-legacy/contracts/arrival-station.contract.ts b/apps/angular/src/app/shared/models-legacy/contracts/arrival-station.contract.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/contracts/arrival-station.contract.ts rename to apps/angular/src/app/shared/models-legacy/contracts/arrival-station.contract.ts diff --git a/ClientApp/src/app/shared/models-legacy/contracts/departure-station.contract.ts b/apps/angular/src/app/shared/models-legacy/contracts/departure-station.contract.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/contracts/departure-station.contract.ts rename to apps/angular/src/app/shared/models-legacy/contracts/departure-station.contract.ts diff --git a/ClientApp/src/app/shared/models-legacy/contracts/flight-time.contract.ts b/apps/angular/src/app/shared/models-legacy/contracts/flight-time.contract.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/contracts/flight-time.contract.ts rename to apps/angular/src/app/shared/models-legacy/contracts/flight-time.contract.ts diff --git a/ClientApp/src/app/shared/models-legacy/contracts/flight.contract.ts b/apps/angular/src/app/shared/models-legacy/contracts/flight.contract.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/contracts/flight.contract.ts rename to apps/angular/src/app/shared/models-legacy/contracts/flight.contract.ts diff --git a/ClientApp/src/app/shared/models-legacy/contracts/index.ts b/apps/angular/src/app/shared/models-legacy/contracts/index.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/contracts/index.ts rename to apps/angular/src/app/shared/models-legacy/contracts/index.ts diff --git a/ClientApp/src/app/shared/models-legacy/contracts/leg.contract.ts b/apps/angular/src/app/shared/models-legacy/contracts/leg.contract.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/contracts/leg.contract.ts rename to apps/angular/src/app/shared/models-legacy/contracts/leg.contract.ts diff --git a/ClientApp/src/app/shared/models-legacy/contracts/operator.contract.ts b/apps/angular/src/app/shared/models-legacy/contracts/operator.contract.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/contracts/operator.contract.ts rename to apps/angular/src/app/shared/models-legacy/contracts/operator.contract.ts diff --git a/ClientApp/src/app/shared/models-legacy/contracts/route.contract.ts b/apps/angular/src/app/shared/models-legacy/contracts/route.contract.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/contracts/route.contract.ts rename to apps/angular/src/app/shared/models-legacy/contracts/route.contract.ts diff --git a/ClientApp/src/app/shared/models-legacy/contracts/station.contract.ts b/apps/angular/src/app/shared/models-legacy/contracts/station.contract.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/contracts/station.contract.ts rename to apps/angular/src/app/shared/models-legacy/contracts/station.contract.ts diff --git a/ClientApp/src/app/shared/models-legacy/day-change.model.ts b/apps/angular/src/app/shared/models-legacy/day-change.model.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/day-change.model.ts rename to apps/angular/src/app/shared/models-legacy/day-change.model.ts diff --git a/ClientApp/src/app/shared/models-legacy/days-of-week.model.ts b/apps/angular/src/app/shared/models-legacy/days-of-week.model.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/days-of-week.model.ts rename to apps/angular/src/app/shared/models-legacy/days-of-week.model.ts diff --git a/ClientApp/src/app/shared/models-legacy/departure-station.model.ts b/apps/angular/src/app/shared/models-legacy/departure-station.model.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/departure-station.model.ts rename to apps/angular/src/app/shared/models-legacy/departure-station.model.ts diff --git a/ClientApp/src/app/shared/models-legacy/departure-times.model.ts b/apps/angular/src/app/shared/models-legacy/departure-times.model.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/departure-times.model.ts rename to apps/angular/src/app/shared/models-legacy/departure-times.model.ts diff --git a/ClientApp/src/app/shared/models-legacy/direct-flight.strategy.ts b/apps/angular/src/app/shared/models-legacy/direct-flight.strategy.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/direct-flight.strategy.ts rename to apps/angular/src/app/shared/models-legacy/direct-flight.strategy.ts diff --git a/ClientApp/src/app/shared/models-legacy/duration.model.spec.ts b/apps/angular/src/app/shared/models-legacy/duration.model.spec.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/duration.model.spec.ts rename to apps/angular/src/app/shared/models-legacy/duration.model.spec.ts diff --git a/ClientApp/src/app/shared/models-legacy/duration.model.ts b/apps/angular/src/app/shared/models-legacy/duration.model.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/duration.model.ts rename to apps/angular/src/app/shared/models-legacy/duration.model.ts diff --git a/ClientApp/src/app/shared/models-legacy/equipment.model.ts b/apps/angular/src/app/shared/models-legacy/equipment.model.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/equipment.model.ts rename to apps/angular/src/app/shared/models-legacy/equipment.model.ts diff --git a/ClientApp/src/app/shared/models-legacy/fallback-flight.strategy.ts b/apps/angular/src/app/shared/models-legacy/fallback-flight.strategy.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/fallback-flight.strategy.ts rename to apps/angular/src/app/shared/models-legacy/fallback-flight.strategy.ts diff --git a/ClientApp/src/app/shared/models-legacy/flight-id.model.ts b/apps/angular/src/app/shared/models-legacy/flight-id.model.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/flight-id.model.ts rename to apps/angular/src/app/shared/models-legacy/flight-id.model.ts diff --git a/ClientApp/src/app/shared/models-legacy/flight-sorting.logic.ts b/apps/angular/src/app/shared/models-legacy/flight-sorting.logic.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/flight-sorting.logic.ts rename to apps/angular/src/app/shared/models-legacy/flight-sorting.logic.ts diff --git a/ClientApp/src/app/shared/models-legacy/flight-time.model.ts b/apps/angular/src/app/shared/models-legacy/flight-time.model.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/flight-time.model.ts rename to apps/angular/src/app/shared/models-legacy/flight-time.model.ts diff --git a/ClientApp/src/app/shared/models-legacy/flight-update-signal.model.ts b/apps/angular/src/app/shared/models-legacy/flight-update-signal.model.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/flight-update-signal.model.ts rename to apps/angular/src/app/shared/models-legacy/flight-update-signal.model.ts diff --git a/ClientApp/src/app/shared/models-legacy/flight.model.ts b/apps/angular/src/app/shared/models-legacy/flight.model.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/flight.model.ts rename to apps/angular/src/app/shared/models-legacy/flight.model.ts diff --git a/ClientApp/src/app/shared/models-legacy/flight.strategy.ts b/apps/angular/src/app/shared/models-legacy/flight.strategy.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/flight.strategy.ts rename to apps/angular/src/app/shared/models-legacy/flight.strategy.ts diff --git a/ClientApp/src/app/shared/models-legacy/get-flight.strategy.ts b/apps/angular/src/app/shared/models-legacy/get-flight.strategy.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/get-flight.strategy.ts rename to apps/angular/src/app/shared/models-legacy/get-flight.strategy.ts diff --git a/ClientApp/src/app/shared/models-legacy/index.ts b/apps/angular/src/app/shared/models-legacy/index.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/index.ts rename to apps/angular/src/app/shared/models-legacy/index.ts diff --git a/ClientApp/src/app/shared/models-legacy/leg.model.ts b/apps/angular/src/app/shared/models-legacy/leg.model.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/leg.model.ts rename to apps/angular/src/app/shared/models-legacy/leg.model.ts diff --git a/ClientApp/src/app/shared/models-legacy/meal.model.ts b/apps/angular/src/app/shared/models-legacy/meal.model.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/meal.model.ts rename to apps/angular/src/app/shared/models-legacy/meal.model.ts diff --git a/ClientApp/src/app/shared/models-legacy/multileg-fligh.strategy.ts b/apps/angular/src/app/shared/models-legacy/multileg-fligh.strategy.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/multileg-fligh.strategy.ts rename to apps/angular/src/app/shared/models-legacy/multileg-fligh.strategy.ts diff --git a/ClientApp/src/app/shared/models-legacy/onboard-service.model.ts b/apps/angular/src/app/shared/models-legacy/onboard-service.model.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/onboard-service.model.ts rename to apps/angular/src/app/shared/models-legacy/onboard-service.model.ts diff --git a/ClientApp/src/app/shared/models-legacy/operator.model.ts b/apps/angular/src/app/shared/models-legacy/operator.model.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/operator.model.ts rename to apps/angular/src/app/shared/models-legacy/operator.model.ts diff --git a/ClientApp/src/app/shared/models-legacy/passenger-info.model.ts b/apps/angular/src/app/shared/models-legacy/passenger-info.model.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/passenger-info.model.ts rename to apps/angular/src/app/shared/models-legacy/passenger-info.model.ts diff --git a/ClientApp/src/app/shared/models-legacy/passengers.model.ts b/apps/angular/src/app/shared/models-legacy/passengers.model.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/passengers.model.ts rename to apps/angular/src/app/shared/models-legacy/passengers.model.ts diff --git a/ClientApp/src/app/shared/models-legacy/period-flight-time.model.ts b/apps/angular/src/app/shared/models-legacy/period-flight-time.model.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/period-flight-time.model.ts rename to apps/angular/src/app/shared/models-legacy/period-flight-time.model.ts diff --git a/ClientApp/src/app/shared/models-legacy/populate.logic.spec.ts b/apps/angular/src/app/shared/models-legacy/populate.logic.spec.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/populate.logic.spec.ts rename to apps/angular/src/app/shared/models-legacy/populate.logic.spec.ts diff --git a/ClientApp/src/app/shared/models-legacy/populate.logic.ts b/apps/angular/src/app/shared/models-legacy/populate.logic.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/populate.logic.ts rename to apps/angular/src/app/shared/models-legacy/populate.logic.ts diff --git a/ClientApp/src/app/shared/models-legacy/route.model.ts b/apps/angular/src/app/shared/models-legacy/route.model.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/route.model.ts rename to apps/angular/src/app/shared/models-legacy/route.model.ts diff --git a/ClientApp/src/app/shared/models-legacy/schedule-item.model.ts b/apps/angular/src/app/shared/models-legacy/schedule-item.model.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/schedule-item.model.ts rename to apps/angular/src/app/shared/models-legacy/schedule-item.model.ts diff --git a/ClientApp/src/app/shared/models-legacy/seat.model.ts b/apps/angular/src/app/shared/models-legacy/seat.model.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/seat.model.ts rename to apps/angular/src/app/shared/models-legacy/seat.model.ts diff --git a/ClientApp/src/app/shared/models-legacy/service-class.model.ts b/apps/angular/src/app/shared/models-legacy/service-class.model.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/service-class.model.ts rename to apps/angular/src/app/shared/models-legacy/service-class.model.ts diff --git a/ClientApp/src/app/shared/models-legacy/service-type.model.ts b/apps/angular/src/app/shared/models-legacy/service-type.model.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/service-type.model.ts rename to apps/angular/src/app/shared/models-legacy/service-type.model.ts diff --git a/ClientApp/src/app/shared/models-legacy/sort-by.enum.ts b/apps/angular/src/app/shared/models-legacy/sort-by.enum.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/sort-by.enum.ts rename to apps/angular/src/app/shared/models-legacy/sort-by.enum.ts diff --git a/ClientApp/src/app/shared/models-legacy/station.model.ts b/apps/angular/src/app/shared/models-legacy/station.model.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/station.model.ts rename to apps/angular/src/app/shared/models-legacy/station.model.ts diff --git a/ClientApp/src/app/shared/models-legacy/times.model.ts b/apps/angular/src/app/shared/models-legacy/times.model.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/times.model.ts rename to apps/angular/src/app/shared/models-legacy/times.model.ts diff --git a/ClientApp/src/app/shared/models-legacy/traffic-restrictions.model.ts b/apps/angular/src/app/shared/models-legacy/traffic-restrictions.model.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/traffic-restrictions.model.ts rename to apps/angular/src/app/shared/models-legacy/traffic-restrictions.model.ts diff --git a/ClientApp/src/app/shared/models-legacy/transfer.logic.ts b/apps/angular/src/app/shared/models-legacy/transfer.logic.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/transfer.logic.ts rename to apps/angular/src/app/shared/models-legacy/transfer.logic.ts diff --git a/ClientApp/src/app/shared/models-legacy/transfer.model.ts b/apps/angular/src/app/shared/models-legacy/transfer.model.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/transfer.model.ts rename to apps/angular/src/app/shared/models-legacy/transfer.model.ts diff --git a/ClientApp/src/app/shared/models-legacy/transition.model.ts b/apps/angular/src/app/shared/models-legacy/transition.model.ts similarity index 100% rename from ClientApp/src/app/shared/models-legacy/transition.model.ts rename to apps/angular/src/app/shared/models-legacy/transition.model.ts diff --git a/ClientApp/src/app/shared/pipes-legacy/airport-terminal.pipe.spec.ts b/apps/angular/src/app/shared/pipes-legacy/airport-terminal.pipe.spec.ts similarity index 100% rename from ClientApp/src/app/shared/pipes-legacy/airport-terminal.pipe.spec.ts rename to apps/angular/src/app/shared/pipes-legacy/airport-terminal.pipe.spec.ts diff --git a/ClientApp/src/app/shared/pipes-legacy/airport-terminal.pipe.ts b/apps/angular/src/app/shared/pipes-legacy/airport-terminal.pipe.ts similarity index 100% rename from ClientApp/src/app/shared/pipes-legacy/airport-terminal.pipe.ts rename to apps/angular/src/app/shared/pipes-legacy/airport-terminal.pipe.ts diff --git a/ClientApp/src/app/shared/pipes-legacy/codesharing.pipe.spec.ts b/apps/angular/src/app/shared/pipes-legacy/codesharing.pipe.spec.ts similarity index 100% rename from ClientApp/src/app/shared/pipes-legacy/codesharing.pipe.spec.ts rename to apps/angular/src/app/shared/pipes-legacy/codesharing.pipe.spec.ts diff --git a/ClientApp/src/app/shared/pipes-legacy/codesharing.pipe.ts b/apps/angular/src/app/shared/pipes-legacy/codesharing.pipe.ts similarity index 100% rename from ClientApp/src/app/shared/pipes-legacy/codesharing.pipe.ts rename to apps/angular/src/app/shared/pipes-legacy/codesharing.pipe.ts diff --git a/ClientApp/src/app/shared/pipes-legacy/day-change.pipe.spec.ts b/apps/angular/src/app/shared/pipes-legacy/day-change.pipe.spec.ts similarity index 100% rename from ClientApp/src/app/shared/pipes-legacy/day-change.pipe.spec.ts rename to apps/angular/src/app/shared/pipes-legacy/day-change.pipe.spec.ts diff --git a/ClientApp/src/app/shared/pipes-legacy/day-change.pipe.ts b/apps/angular/src/app/shared/pipes-legacy/day-change.pipe.ts similarity index 100% rename from ClientApp/src/app/shared/pipes-legacy/day-change.pipe.ts rename to apps/angular/src/app/shared/pipes-legacy/day-change.pipe.ts diff --git a/ClientApp/src/app/shared/pipes-legacy/duration.pipe.spec.ts b/apps/angular/src/app/shared/pipes-legacy/duration.pipe.spec.ts similarity index 100% rename from ClientApp/src/app/shared/pipes-legacy/duration.pipe.spec.ts rename to apps/angular/src/app/shared/pipes-legacy/duration.pipe.spec.ts diff --git a/ClientApp/src/app/shared/pipes-legacy/duration.pipe.ts b/apps/angular/src/app/shared/pipes-legacy/duration.pipe.ts similarity index 100% rename from ClientApp/src/app/shared/pipes-legacy/duration.pipe.ts rename to apps/angular/src/app/shared/pipes-legacy/duration.pipe.ts diff --git a/ClientApp/src/app/shared/pipes-legacy/flight-number.pipe.spec.ts b/apps/angular/src/app/shared/pipes-legacy/flight-number.pipe.spec.ts similarity index 100% rename from ClientApp/src/app/shared/pipes-legacy/flight-number.pipe.spec.ts rename to apps/angular/src/app/shared/pipes-legacy/flight-number.pipe.spec.ts diff --git a/ClientApp/src/app/shared/pipes-legacy/flight-number.pipe.ts b/apps/angular/src/app/shared/pipes-legacy/flight-number.pipe.ts similarity index 100% rename from ClientApp/src/app/shared/pipes-legacy/flight-number.pipe.ts rename to apps/angular/src/app/shared/pipes-legacy/flight-number.pipe.ts diff --git a/ClientApp/src/app/shared/pipes-legacy/index.ts b/apps/angular/src/app/shared/pipes-legacy/index.ts similarity index 100% rename from ClientApp/src/app/shared/pipes-legacy/index.ts rename to apps/angular/src/app/shared/pipes-legacy/index.ts diff --git a/ClientApp/src/app/shared/pipes-legacy/leg-duration.pipe.ts b/apps/angular/src/app/shared/pipes-legacy/leg-duration.pipe.ts similarity index 100% rename from ClientApp/src/app/shared/pipes-legacy/leg-duration.pipe.ts rename to apps/angular/src/app/shared/pipes-legacy/leg-duration.pipe.ts diff --git a/ClientApp/src/app/shared/pipes-legacy/sort-flights-by.pipe.spec.ts b/apps/angular/src/app/shared/pipes-legacy/sort-flights-by.pipe.spec.ts similarity index 100% rename from ClientApp/src/app/shared/pipes-legacy/sort-flights-by.pipe.spec.ts rename to apps/angular/src/app/shared/pipes-legacy/sort-flights-by.pipe.spec.ts diff --git a/ClientApp/src/app/shared/pipes-legacy/sort-flights-by.pipe.ts b/apps/angular/src/app/shared/pipes-legacy/sort-flights-by.pipe.ts similarity index 100% rename from ClientApp/src/app/shared/pipes-legacy/sort-flights-by.pipe.ts rename to apps/angular/src/app/shared/pipes-legacy/sort-flights-by.pipe.ts diff --git a/ClientApp/src/app/shared/pipes-legacy/station-change.pipe.spec.ts b/apps/angular/src/app/shared/pipes-legacy/station-change.pipe.spec.ts similarity index 100% rename from ClientApp/src/app/shared/pipes-legacy/station-change.pipe.spec.ts rename to apps/angular/src/app/shared/pipes-legacy/station-change.pipe.spec.ts diff --git a/ClientApp/src/app/shared/pipes-legacy/station-change.pipe.ts b/apps/angular/src/app/shared/pipes-legacy/station-change.pipe.ts similarity index 100% rename from ClientApp/src/app/shared/pipes-legacy/station-change.pipe.ts rename to apps/angular/src/app/shared/pipes-legacy/station-change.pipe.ts diff --git a/ClientApp/src/app/shared/pipes-legacy/transfer-time.pipe.spec.ts b/apps/angular/src/app/shared/pipes-legacy/transfer-time.pipe.spec.ts similarity index 100% rename from ClientApp/src/app/shared/pipes-legacy/transfer-time.pipe.spec.ts rename to apps/angular/src/app/shared/pipes-legacy/transfer-time.pipe.spec.ts diff --git a/ClientApp/src/app/shared/pipes-legacy/transfer-time.pipe.ts b/apps/angular/src/app/shared/pipes-legacy/transfer-time.pipe.ts similarity index 100% rename from ClientApp/src/app/shared/pipes-legacy/transfer-time.pipe.ts rename to apps/angular/src/app/shared/pipes-legacy/transfer-time.pipe.ts diff --git a/ClientApp/src/app/shared/pipes-legacy/transfer-type.pipe.spec.ts b/apps/angular/src/app/shared/pipes-legacy/transfer-type.pipe.spec.ts similarity index 100% rename from ClientApp/src/app/shared/pipes-legacy/transfer-type.pipe.spec.ts rename to apps/angular/src/app/shared/pipes-legacy/transfer-type.pipe.spec.ts diff --git a/ClientApp/src/app/shared/pipes-legacy/transfer-type.pipe.ts b/apps/angular/src/app/shared/pipes-legacy/transfer-type.pipe.ts similarity index 100% rename from ClientApp/src/app/shared/pipes-legacy/transfer-type.pipe.ts rename to apps/angular/src/app/shared/pipes-legacy/transfer-type.pipe.ts diff --git a/ClientApp/src/app/shared/pipes-legacy/tz-offset.pipe.spec.ts b/apps/angular/src/app/shared/pipes-legacy/tz-offset.pipe.spec.ts similarity index 100% rename from ClientApp/src/app/shared/pipes-legacy/tz-offset.pipe.spec.ts rename to apps/angular/src/app/shared/pipes-legacy/tz-offset.pipe.spec.ts diff --git a/ClientApp/src/app/shared/pipes-legacy/tz-offset.pipe.ts b/apps/angular/src/app/shared/pipes-legacy/tz-offset.pipe.ts similarity index 100% rename from ClientApp/src/app/shared/pipes-legacy/tz-offset.pipe.ts rename to apps/angular/src/app/shared/pipes-legacy/tz-offset.pipe.ts diff --git a/ClientApp/src/app/shared/pipes/city-name.pipe.spec.ts b/apps/angular/src/app/shared/pipes/city-name.pipe.spec.ts similarity index 100% rename from ClientApp/src/app/shared/pipes/city-name.pipe.spec.ts rename to apps/angular/src/app/shared/pipes/city-name.pipe.spec.ts diff --git a/ClientApp/src/app/shared/pipes/city-name.pipe.ts b/apps/angular/src/app/shared/pipes/city-name.pipe.ts similarity index 100% rename from ClientApp/src/app/shared/pipes/city-name.pipe.ts rename to apps/angular/src/app/shared/pipes/city-name.pipe.ts diff --git a/ClientApp/src/app/shared/pipes/date.pipe.spec.ts b/apps/angular/src/app/shared/pipes/date.pipe.spec.ts similarity index 100% rename from ClientApp/src/app/shared/pipes/date.pipe.spec.ts rename to apps/angular/src/app/shared/pipes/date.pipe.spec.ts diff --git a/ClientApp/src/app/shared/pipes/date.pipe.ts b/apps/angular/src/app/shared/pipes/date.pipe.ts similarity index 100% rename from ClientApp/src/app/shared/pipes/date.pipe.ts rename to apps/angular/src/app/shared/pipes/date.pipe.ts diff --git a/ClientApp/src/app/shared/pipes/pipe.mock.ts b/apps/angular/src/app/shared/pipes/pipe.mock.ts similarity index 100% rename from ClientApp/src/app/shared/pipes/pipe.mock.ts rename to apps/angular/src/app/shared/pipes/pipe.mock.ts diff --git a/ClientApp/src/app/shared/pipes/pipes.module.ts b/apps/angular/src/app/shared/pipes/pipes.module.ts similarity index 100% rename from ClientApp/src/app/shared/pipes/pipes.module.ts rename to apps/angular/src/app/shared/pipes/pipes.module.ts diff --git a/ClientApp/src/app/shared/pipes/time-range.pipe.spec.ts b/apps/angular/src/app/shared/pipes/time-range.pipe.spec.ts similarity index 100% rename from ClientApp/src/app/shared/pipes/time-range.pipe.spec.ts rename to apps/angular/src/app/shared/pipes/time-range.pipe.spec.ts diff --git a/ClientApp/src/app/shared/pipes/time-range.pipe.ts b/apps/angular/src/app/shared/pipes/time-range.pipe.ts similarity index 100% rename from ClientApp/src/app/shared/pipes/time-range.pipe.ts rename to apps/angular/src/app/shared/pipes/time-range.pipe.ts diff --git a/ClientApp/src/app/shared/providers/error-handler.provider.ts b/apps/angular/src/app/shared/providers/error-handler.provider.ts similarity index 100% rename from ClientApp/src/app/shared/providers/error-handler.provider.ts rename to apps/angular/src/app/shared/providers/error-handler.provider.ts diff --git a/ClientApp/src/app/shared/providers/index.ts b/apps/angular/src/app/shared/providers/index.ts similarity index 100% rename from ClientApp/src/app/shared/providers/index.ts rename to apps/angular/src/app/shared/providers/index.ts diff --git a/ClientApp/src/app/shared/scroll-to/scroll-to.directive.spec.ts b/apps/angular/src/app/shared/scroll-to/scroll-to.directive.spec.ts similarity index 100% rename from ClientApp/src/app/shared/scroll-to/scroll-to.directive.spec.ts rename to apps/angular/src/app/shared/scroll-to/scroll-to.directive.spec.ts diff --git a/ClientApp/src/app/shared/scroll-to/scroll-to.directive.ts b/apps/angular/src/app/shared/scroll-to/scroll-to.directive.ts similarity index 100% rename from ClientApp/src/app/shared/scroll-to/scroll-to.directive.ts rename to apps/angular/src/app/shared/scroll-to/scroll-to.directive.ts diff --git a/ClientApp/src/app/shared/seo/index.ts b/apps/angular/src/app/shared/seo/index.ts similarity index 100% rename from ClientApp/src/app/shared/seo/index.ts rename to apps/angular/src/app/shared/seo/index.ts diff --git a/ClientApp/src/app/shared/seo/meta-tags.directive.ts b/apps/angular/src/app/shared/seo/meta-tags.directive.ts similarity index 100% rename from ClientApp/src/app/shared/seo/meta-tags.directive.ts rename to apps/angular/src/app/shared/seo/meta-tags.directive.ts diff --git a/ClientApp/src/app/shared/services/airports-data.service.ts b/apps/angular/src/app/shared/services/airports-data.service.ts similarity index 100% rename from ClientApp/src/app/shared/services/airports-data.service.ts rename to apps/angular/src/app/shared/services/airports-data.service.ts diff --git a/ClientApp/src/app/shared/services/api/api.service.spec.ts b/apps/angular/src/app/shared/services/api/api.service.spec.ts similarity index 100% rename from ClientApp/src/app/shared/services/api/api.service.spec.ts rename to apps/angular/src/app/shared/services/api/api.service.spec.ts diff --git a/ClientApp/src/app/shared/services/api/api.service.ts b/apps/angular/src/app/shared/services/api/api.service.ts similarity index 100% rename from ClientApp/src/app/shared/services/api/api.service.ts rename to apps/angular/src/app/shared/services/api/api.service.ts diff --git a/ClientApp/src/app/shared/services/api/endpoint.service.spec.ts b/apps/angular/src/app/shared/services/api/endpoint.service.spec.ts similarity index 100% rename from ClientApp/src/app/shared/services/api/endpoint.service.spec.ts rename to apps/angular/src/app/shared/services/api/endpoint.service.spec.ts diff --git a/ClientApp/src/app/shared/services/api/endpoint.service.ts b/apps/angular/src/app/shared/services/api/endpoint.service.ts similarity index 100% rename from ClientApp/src/app/shared/services/api/endpoint.service.ts rename to apps/angular/src/app/shared/services/api/endpoint.service.ts diff --git a/ClientApp/src/app/shared/services/api/formatter.service.spec.ts b/apps/angular/src/app/shared/services/api/formatter.service.spec.ts similarity index 100% rename from ClientApp/src/app/shared/services/api/formatter.service.spec.ts rename to apps/angular/src/app/shared/services/api/formatter.service.spec.ts diff --git a/ClientApp/src/app/shared/services/api/formatter.service.ts b/apps/angular/src/app/shared/services/api/formatter.service.ts similarity index 100% rename from ClientApp/src/app/shared/services/api/formatter.service.ts rename to apps/angular/src/app/shared/services/api/formatter.service.ts diff --git a/ClientApp/src/app/shared/services/api/parser-service.spec.ts b/apps/angular/src/app/shared/services/api/parser-service.spec.ts similarity index 100% rename from ClientApp/src/app/shared/services/api/parser-service.spec.ts rename to apps/angular/src/app/shared/services/api/parser-service.spec.ts diff --git a/ClientApp/src/app/shared/services/api/parser.service.ts b/apps/angular/src/app/shared/services/api/parser.service.ts similarity index 100% rename from ClientApp/src/app/shared/services/api/parser.service.ts rename to apps/angular/src/app/shared/services/api/parser.service.ts diff --git a/ClientApp/src/app/shared/services/app-insights.service.ts b/apps/angular/src/app/shared/services/app-insights.service.ts similarity index 100% rename from ClientApp/src/app/shared/services/app-insights.service.ts rename to apps/angular/src/app/shared/services/app-insights.service.ts diff --git a/ClientApp/src/app/shared/services/app-settings.service.ts b/apps/angular/src/app/shared/services/app-settings.service.ts similarity index 100% rename from ClientApp/src/app/shared/services/app-settings.service.ts rename to apps/angular/src/app/shared/services/app-settings.service.ts diff --git a/ClientApp/src/app/shared/services/base-href.provider.ts b/apps/angular/src/app/shared/services/base-href.provider.ts similarity index 100% rename from ClientApp/src/app/shared/services/base-href.provider.ts rename to apps/angular/src/app/shared/services/base-href.provider.ts diff --git a/ClientApp/src/app/shared/services/body-scroll.service.ts b/apps/angular/src/app/shared/services/body-scroll.service.ts similarity index 100% rename from ClientApp/src/app/shared/services/body-scroll.service.ts rename to apps/angular/src/app/shared/services/body-scroll.service.ts diff --git a/ClientApp/src/app/shared/services/cache.service.spec.ts b/apps/angular/src/app/shared/services/cache.service.spec.ts similarity index 100% rename from ClientApp/src/app/shared/services/cache.service.spec.ts rename to apps/angular/src/app/shared/services/cache.service.spec.ts diff --git a/ClientApp/src/app/shared/services/cache.service.ts b/apps/angular/src/app/shared/services/cache.service.ts similarity index 100% rename from ClientApp/src/app/shared/services/cache.service.ts rename to apps/angular/src/app/shared/services/cache.service.ts diff --git a/ClientApp/src/app/shared/services/canonical.service.ts b/apps/angular/src/app/shared/services/canonical.service.ts similarity index 100% rename from ClientApp/src/app/shared/services/canonical.service.ts rename to apps/angular/src/app/shared/services/canonical.service.ts diff --git a/ClientApp/src/app/shared/services/create-legacy-flights.service.ts b/apps/angular/src/app/shared/services/create-legacy-flights.service.ts similarity index 100% rename from ClientApp/src/app/shared/services/create-legacy-flights.service.ts rename to apps/angular/src/app/shared/services/create-legacy-flights.service.ts diff --git a/ClientApp/src/app/shared/services/date/date-transformer.service.spec.ts b/apps/angular/src/app/shared/services/date/date-transformer.service.spec.ts similarity index 100% rename from ClientApp/src/app/shared/services/date/date-transformer.service.spec.ts rename to apps/angular/src/app/shared/services/date/date-transformer.service.spec.ts diff --git a/ClientApp/src/app/shared/services/date/date-transformer.service.ts b/apps/angular/src/app/shared/services/date/date-transformer.service.ts similarity index 100% rename from ClientApp/src/app/shared/services/date/date-transformer.service.ts rename to apps/angular/src/app/shared/services/date/date-transformer.service.ts diff --git a/ClientApp/src/app/shared/services/dates-translation.service.ts b/apps/angular/src/app/shared/services/dates-translation.service.ts similarity index 100% rename from ClientApp/src/app/shared/services/dates-translation.service.ts rename to apps/angular/src/app/shared/services/dates-translation.service.ts diff --git a/ClientApp/src/app/shared/services/feature-flags.service.ts b/apps/angular/src/app/shared/services/feature-flags.service.ts similarity index 100% rename from ClientApp/src/app/shared/services/feature-flags.service.ts rename to apps/angular/src/app/shared/services/feature-flags.service.ts diff --git a/ClientApp/src/app/shared/services/filters/flights-map-filters-state.service.ts b/apps/angular/src/app/shared/services/filters/flights-map-filters-state.service.ts similarity index 100% rename from ClientApp/src/app/shared/services/filters/flights-map-filters-state.service.ts rename to apps/angular/src/app/shared/services/filters/flights-map-filters-state.service.ts diff --git a/ClientApp/src/app/shared/services/filters/online-board-filters-state.service.spec.ts b/apps/angular/src/app/shared/services/filters/online-board-filters-state.service.spec.ts similarity index 100% rename from ClientApp/src/app/shared/services/filters/online-board-filters-state.service.spec.ts rename to apps/angular/src/app/shared/services/filters/online-board-filters-state.service.spec.ts diff --git a/ClientApp/src/app/shared/services/filters/online-board-filters-state.service.ts b/apps/angular/src/app/shared/services/filters/online-board-filters-state.service.ts similarity index 100% rename from ClientApp/src/app/shared/services/filters/online-board-filters-state.service.ts rename to apps/angular/src/app/shared/services/filters/online-board-filters-state.service.ts diff --git a/ClientApp/src/app/shared/services/filters/schedule-filters-state.service.spec.ts b/apps/angular/src/app/shared/services/filters/schedule-filters-state.service.spec.ts similarity index 100% rename from ClientApp/src/app/shared/services/filters/schedule-filters-state.service.spec.ts rename to apps/angular/src/app/shared/services/filters/schedule-filters-state.service.spec.ts diff --git a/ClientApp/src/app/shared/services/filters/schedule-filters-state.service.ts b/apps/angular/src/app/shared/services/filters/schedule-filters-state.service.ts similarity index 100% rename from ClientApp/src/app/shared/services/filters/schedule-filters-state.service.ts rename to apps/angular/src/app/shared/services/filters/schedule-filters-state.service.ts diff --git a/ClientApp/src/app/shared/services/geo.service.spec.ts b/apps/angular/src/app/shared/services/geo.service.spec.ts similarity index 100% rename from ClientApp/src/app/shared/services/geo.service.spec.ts rename to apps/angular/src/app/shared/services/geo.service.spec.ts diff --git a/ClientApp/src/app/shared/services/geo.service.ts b/apps/angular/src/app/shared/services/geo.service.ts similarity index 100% rename from ClientApp/src/app/shared/services/geo.service.ts rename to apps/angular/src/app/shared/services/geo.service.ts diff --git a/ClientApp/src/app/shared/services/history/search-history.service.spec.ts b/apps/angular/src/app/shared/services/history/search-history.service.spec.ts similarity index 100% rename from ClientApp/src/app/shared/services/history/search-history.service.spec.ts rename to apps/angular/src/app/shared/services/history/search-history.service.spec.ts diff --git a/ClientApp/src/app/shared/services/history/search-history.service.ts b/apps/angular/src/app/shared/services/history/search-history.service.ts similarity index 100% rename from ClientApp/src/app/shared/services/history/search-history.service.ts rename to apps/angular/src/app/shared/services/history/search-history.service.ts diff --git a/ClientApp/src/app/shared/services/http-cancel.service.ts b/apps/angular/src/app/shared/services/http-cancel.service.ts similarity index 100% rename from ClientApp/src/app/shared/services/http-cancel.service.ts rename to apps/angular/src/app/shared/services/http-cancel.service.ts diff --git a/ClientApp/src/app/shared/services/index.ts b/apps/angular/src/app/shared/services/index.ts similarity index 100% rename from ClientApp/src/app/shared/services/index.ts rename to apps/angular/src/app/shared/services/index.ts diff --git a/ClientApp/src/app/shared/services/localization.service.ts b/apps/angular/src/app/shared/services/localization.service.ts similarity index 100% rename from ClientApp/src/app/shared/services/localization.service.ts rename to apps/angular/src/app/shared/services/localization.service.ts diff --git a/ClientApp/src/app/shared/services/navigation.service.ts b/apps/angular/src/app/shared/services/navigation.service.ts similarity index 100% rename from ClientApp/src/app/shared/services/navigation.service.ts rename to apps/angular/src/app/shared/services/navigation.service.ts diff --git a/ClientApp/src/app/shared/services/network.service.ts b/apps/angular/src/app/shared/services/network.service.ts similarity index 100% rename from ClientApp/src/app/shared/services/network.service.ts rename to apps/angular/src/app/shared/services/network.service.ts diff --git a/ClientApp/src/app/shared/services/old-airpoirt-visibility.service.spec.ts b/apps/angular/src/app/shared/services/old-airpoirt-visibility.service.spec.ts similarity index 100% rename from ClientApp/src/app/shared/services/old-airpoirt-visibility.service.spec.ts rename to apps/angular/src/app/shared/services/old-airpoirt-visibility.service.spec.ts diff --git a/ClientApp/src/app/shared/services/old-airport-visibility.service.ts b/apps/angular/src/app/shared/services/old-airport-visibility.service.ts similarity index 100% rename from ClientApp/src/app/shared/services/old-airport-visibility.service.ts rename to apps/angular/src/app/shared/services/old-airport-visibility.service.ts diff --git a/ClientApp/src/app/shared/services/router-handler.service.ts b/apps/angular/src/app/shared/services/router-handler.service.ts similarity index 100% rename from ClientApp/src/app/shared/services/router-handler.service.ts rename to apps/angular/src/app/shared/services/router-handler.service.ts diff --git a/ClientApp/src/app/shared/services/settings.provider.spec.ts b/apps/angular/src/app/shared/services/settings.provider.spec.ts similarity index 100% rename from ClientApp/src/app/shared/services/settings.provider.spec.ts rename to apps/angular/src/app/shared/services/settings.provider.spec.ts diff --git a/ClientApp/src/app/shared/services/settings.provider.ts b/apps/angular/src/app/shared/services/settings.provider.ts similarity index 100% rename from ClientApp/src/app/shared/services/settings.provider.ts rename to apps/angular/src/app/shared/services/settings.provider.ts diff --git a/ClientApp/src/app/shared/services/settings.resolver.spec.ts b/apps/angular/src/app/shared/services/settings.resolver.spec.ts similarity index 100% rename from ClientApp/src/app/shared/services/settings.resolver.spec.ts rename to apps/angular/src/app/shared/services/settings.resolver.spec.ts diff --git a/ClientApp/src/app/shared/services/settings.resolver.ts b/apps/angular/src/app/shared/services/settings.resolver.ts similarity index 100% rename from ClientApp/src/app/shared/services/settings.resolver.ts rename to apps/angular/src/app/shared/services/settings.resolver.ts diff --git a/ClientApp/src/app/shared/services/special-meal-provider.service.ts b/apps/angular/src/app/shared/services/special-meal-provider.service.ts similarity index 100% rename from ClientApp/src/app/shared/services/special-meal-provider.service.ts rename to apps/angular/src/app/shared/services/special-meal-provider.service.ts diff --git a/ClientApp/src/app/shared/services/state.service.ts b/apps/angular/src/app/shared/services/state.service.ts similarity index 100% rename from ClientApp/src/app/shared/services/state.service.ts rename to apps/angular/src/app/shared/services/state.service.ts diff --git a/ClientApp/src/app/shared/services/url/url-builder.service.spec.ts b/apps/angular/src/app/shared/services/url/url-builder.service.spec.ts similarity index 100% rename from ClientApp/src/app/shared/services/url/url-builder.service.spec.ts rename to apps/angular/src/app/shared/services/url/url-builder.service.spec.ts diff --git a/ClientApp/src/app/shared/services/url/url-builder.service.ts b/apps/angular/src/app/shared/services/url/url-builder.service.ts similarity index 100% rename from ClientApp/src/app/shared/services/url/url-builder.service.ts rename to apps/angular/src/app/shared/services/url/url-builder.service.ts diff --git a/ClientApp/src/app/shared/services/url/url-parser.service.spec.ts b/apps/angular/src/app/shared/services/url/url-parser.service.spec.ts similarity index 100% rename from ClientApp/src/app/shared/services/url/url-parser.service.spec.ts rename to apps/angular/src/app/shared/services/url/url-parser.service.spec.ts diff --git a/ClientApp/src/app/shared/services/url/url-parser.service.ts b/apps/angular/src/app/shared/services/url/url-parser.service.ts similarity index 100% rename from ClientApp/src/app/shared/services/url/url-parser.service.ts rename to apps/angular/src/app/shared/services/url/url-parser.service.ts diff --git a/ClientApp/src/app/shared/services/user-location/user-location.service.mock.ts b/apps/angular/src/app/shared/services/user-location/user-location.service.mock.ts similarity index 100% rename from ClientApp/src/app/shared/services/user-location/user-location.service.mock.ts rename to apps/angular/src/app/shared/services/user-location/user-location.service.mock.ts diff --git a/ClientApp/src/app/shared/services/user-location/user-location.service.ts b/apps/angular/src/app/shared/services/user-location/user-location.service.ts similarity index 100% rename from ClientApp/src/app/shared/services/user-location/user-location.service.ts rename to apps/angular/src/app/shared/services/user-location/user-location.service.ts diff --git a/ClientApp/src/app/shared/services/validators/station-code.service.spec.ts b/apps/angular/src/app/shared/services/validators/station-code.service.spec.ts similarity index 100% rename from ClientApp/src/app/shared/services/validators/station-code.service.spec.ts rename to apps/angular/src/app/shared/services/validators/station-code.service.spec.ts diff --git a/ClientApp/src/app/shared/services/validators/station-code.service.ts b/apps/angular/src/app/shared/services/validators/station-code.service.ts similarity index 100% rename from ClientApp/src/app/shared/services/validators/station-code.service.ts rename to apps/angular/src/app/shared/services/validators/station-code.service.ts diff --git a/ClientApp/src/app/shared/services/validators/time-range.service.spec.ts b/apps/angular/src/app/shared/services/validators/time-range.service.spec.ts similarity index 100% rename from ClientApp/src/app/shared/services/validators/time-range.service.spec.ts rename to apps/angular/src/app/shared/services/validators/time-range.service.spec.ts diff --git a/ClientApp/src/app/shared/services/validators/time-range.service.ts b/apps/angular/src/app/shared/services/validators/time-range.service.ts similarity index 100% rename from ClientApp/src/app/shared/services/validators/time-range.service.ts rename to apps/angular/src/app/shared/services/validators/time-range.service.ts diff --git a/ClientApp/src/app/shared/services/window.token.ts b/apps/angular/src/app/shared/services/window.token.ts similarity index 100% rename from ClientApp/src/app/shared/services/window.token.ts rename to apps/angular/src/app/shared/services/window.token.ts diff --git a/ClientApp/src/app/shared/shared.module.ts b/apps/angular/src/app/shared/shared.module.ts similarity index 100% rename from ClientApp/src/app/shared/shared.module.ts rename to apps/angular/src/app/shared/shared.module.ts diff --git a/ClientApp/src/app/toolkit/calendar-input/calendar-input-week.component.html b/apps/angular/src/app/toolkit/calendar-input/calendar-input-week.component.html similarity index 100% rename from ClientApp/src/app/toolkit/calendar-input/calendar-input-week.component.html rename to apps/angular/src/app/toolkit/calendar-input/calendar-input-week.component.html diff --git a/ClientApp/src/app/toolkit/calendar-input/calendar-input-week.component.ts b/apps/angular/src/app/toolkit/calendar-input/calendar-input-week.component.ts similarity index 100% rename from ClientApp/src/app/toolkit/calendar-input/calendar-input-week.component.ts rename to apps/angular/src/app/toolkit/calendar-input/calendar-input-week.component.ts diff --git a/ClientApp/src/app/toolkit/calendar-input/calendar-input.component.html b/apps/angular/src/app/toolkit/calendar-input/calendar-input.component.html similarity index 100% rename from ClientApp/src/app/toolkit/calendar-input/calendar-input.component.html rename to apps/angular/src/app/toolkit/calendar-input/calendar-input.component.html diff --git a/ClientApp/src/app/toolkit/calendar-input/calendar-input.component.spec.ts b/apps/angular/src/app/toolkit/calendar-input/calendar-input.component.spec.ts similarity index 100% rename from ClientApp/src/app/toolkit/calendar-input/calendar-input.component.spec.ts rename to apps/angular/src/app/toolkit/calendar-input/calendar-input.component.spec.ts diff --git a/ClientApp/src/app/toolkit/calendar-input/calendar-input.component.ts b/apps/angular/src/app/toolkit/calendar-input/calendar-input.component.ts similarity index 100% rename from ClientApp/src/app/toolkit/calendar-input/calendar-input.component.ts rename to apps/angular/src/app/toolkit/calendar-input/calendar-input.component.ts diff --git a/ClientApp/src/app/toolkit/calendar-input/calendar-input.methods.ts b/apps/angular/src/app/toolkit/calendar-input/calendar-input.methods.ts similarity index 100% rename from ClientApp/src/app/toolkit/calendar-input/calendar-input.methods.ts rename to apps/angular/src/app/toolkit/calendar-input/calendar-input.methods.ts diff --git a/ClientApp/src/app/toolkit/card/card.component.html b/apps/angular/src/app/toolkit/card/card.component.html similarity index 100% rename from ClientApp/src/app/toolkit/card/card.component.html rename to apps/angular/src/app/toolkit/card/card.component.html diff --git a/ClientApp/src/app/toolkit/card/card.component.scss b/apps/angular/src/app/toolkit/card/card.component.scss similarity index 100% rename from ClientApp/src/app/toolkit/card/card.component.scss rename to apps/angular/src/app/toolkit/card/card.component.scss diff --git a/ClientApp/src/app/toolkit/card/card.component.ts b/apps/angular/src/app/toolkit/card/card.component.ts similarity index 100% rename from ClientApp/src/app/toolkit/card/card.component.ts rename to apps/angular/src/app/toolkit/card/card.component.ts diff --git a/ClientApp/src/app/toolkit/chat-bot/chat-bot.component.html b/apps/angular/src/app/toolkit/chat-bot/chat-bot.component.html similarity index 100% rename from ClientApp/src/app/toolkit/chat-bot/chat-bot.component.html rename to apps/angular/src/app/toolkit/chat-bot/chat-bot.component.html diff --git a/ClientApp/src/app/toolkit/chat-bot/chat-bot.component.scss b/apps/angular/src/app/toolkit/chat-bot/chat-bot.component.scss similarity index 100% rename from ClientApp/src/app/toolkit/chat-bot/chat-bot.component.scss rename to apps/angular/src/app/toolkit/chat-bot/chat-bot.component.scss diff --git a/ClientApp/src/app/toolkit/chat-bot/chat-bot.component.ts b/apps/angular/src/app/toolkit/chat-bot/chat-bot.component.ts similarity index 100% rename from ClientApp/src/app/toolkit/chat-bot/chat-bot.component.ts rename to apps/angular/src/app/toolkit/chat-bot/chat-bot.component.ts diff --git a/ClientApp/src/app/toolkit/date-tabs/date-select/date-select.component.html b/apps/angular/src/app/toolkit/date-tabs/date-select/date-select.component.html similarity index 100% rename from ClientApp/src/app/toolkit/date-tabs/date-select/date-select.component.html rename to apps/angular/src/app/toolkit/date-tabs/date-select/date-select.component.html diff --git a/ClientApp/src/app/toolkit/date-tabs/date-select/date-select.component.scss b/apps/angular/src/app/toolkit/date-tabs/date-select/date-select.component.scss similarity index 100% rename from ClientApp/src/app/toolkit/date-tabs/date-select/date-select.component.scss rename to apps/angular/src/app/toolkit/date-tabs/date-select/date-select.component.scss diff --git a/ClientApp/src/app/toolkit/date-tabs/date-select/date-select.component.ts b/apps/angular/src/app/toolkit/date-tabs/date-select/date-select.component.ts similarity index 100% rename from ClientApp/src/app/toolkit/date-tabs/date-select/date-select.component.ts rename to apps/angular/src/app/toolkit/date-tabs/date-select/date-select.component.ts diff --git a/ClientApp/src/app/toolkit/date-tabs/date-tabs.component.html b/apps/angular/src/app/toolkit/date-tabs/date-tabs.component.html similarity index 100% rename from ClientApp/src/app/toolkit/date-tabs/date-tabs.component.html rename to apps/angular/src/app/toolkit/date-tabs/date-tabs.component.html diff --git a/ClientApp/src/app/toolkit/date-tabs/date-tabs.component.scss b/apps/angular/src/app/toolkit/date-tabs/date-tabs.component.scss similarity index 100% rename from ClientApp/src/app/toolkit/date-tabs/date-tabs.component.scss rename to apps/angular/src/app/toolkit/date-tabs/date-tabs.component.scss diff --git a/ClientApp/src/app/toolkit/date-tabs/date-tabs.component.ts b/apps/angular/src/app/toolkit/date-tabs/date-tabs.component.ts similarity index 100% rename from ClientApp/src/app/toolkit/date-tabs/date-tabs.component.ts rename to apps/angular/src/app/toolkit/date-tabs/date-tabs.component.ts diff --git a/ClientApp/src/app/toolkit/date-tabs/date-tabs.stories.ts b/apps/angular/src/app/toolkit/date-tabs/date-tabs.stories.ts similarity index 100% rename from ClientApp/src/app/toolkit/date-tabs/date-tabs.stories.ts rename to apps/angular/src/app/toolkit/date-tabs/date-tabs.stories.ts diff --git a/ClientApp/src/app/toolkit/date-tabs/tab-button/tab-button.component.html b/apps/angular/src/app/toolkit/date-tabs/tab-button/tab-button.component.html similarity index 100% rename from ClientApp/src/app/toolkit/date-tabs/tab-button/tab-button.component.html rename to apps/angular/src/app/toolkit/date-tabs/tab-button/tab-button.component.html diff --git a/ClientApp/src/app/toolkit/date-tabs/tab-button/tab-button.component.scss b/apps/angular/src/app/toolkit/date-tabs/tab-button/tab-button.component.scss similarity index 100% rename from ClientApp/src/app/toolkit/date-tabs/tab-button/tab-button.component.scss rename to apps/angular/src/app/toolkit/date-tabs/tab-button/tab-button.component.scss diff --git a/ClientApp/src/app/toolkit/date-tabs/tab-button/tab-button.component.ts b/apps/angular/src/app/toolkit/date-tabs/tab-button/tab-button.component.ts similarity index 100% rename from ClientApp/src/app/toolkit/date-tabs/tab-button/tab-button.component.ts rename to apps/angular/src/app/toolkit/date-tabs/tab-button/tab-button.component.ts diff --git a/ClientApp/src/app/toolkit/date-tabs/tab-button/tab-button.stories.ts b/apps/angular/src/app/toolkit/date-tabs/tab-button/tab-button.stories.ts similarity index 100% rename from ClientApp/src/app/toolkit/date-tabs/tab-button/tab-button.stories.ts rename to apps/angular/src/app/toolkit/date-tabs/tab-button/tab-button.stories.ts diff --git a/ClientApp/src/app/toolkit/icons/additional-services/additional-services-icon.component.html b/apps/angular/src/app/toolkit/icons/additional-services/additional-services-icon.component.html similarity index 100% rename from ClientApp/src/app/toolkit/icons/additional-services/additional-services-icon.component.html rename to apps/angular/src/app/toolkit/icons/additional-services/additional-services-icon.component.html diff --git a/ClientApp/src/app/toolkit/icons/additional-services/additional-services-icon.component.scss b/apps/angular/src/app/toolkit/icons/additional-services/additional-services-icon.component.scss similarity index 100% rename from ClientApp/src/app/toolkit/icons/additional-services/additional-services-icon.component.scss rename to apps/angular/src/app/toolkit/icons/additional-services/additional-services-icon.component.scss diff --git a/ClientApp/src/app/toolkit/icons/additional-services/additional-services-icon.component.ts b/apps/angular/src/app/toolkit/icons/additional-services/additional-services-icon.component.ts similarity index 100% rename from ClientApp/src/app/toolkit/icons/additional-services/additional-services-icon.component.ts rename to apps/angular/src/app/toolkit/icons/additional-services/additional-services-icon.component.ts diff --git a/ClientApp/src/app/toolkit/icons/alarm-clock/alarm-clock-icon.component.html b/apps/angular/src/app/toolkit/icons/alarm-clock/alarm-clock-icon.component.html similarity index 100% rename from ClientApp/src/app/toolkit/icons/alarm-clock/alarm-clock-icon.component.html rename to apps/angular/src/app/toolkit/icons/alarm-clock/alarm-clock-icon.component.html diff --git a/ClientApp/src/app/toolkit/icons/alarm-clock/alarm-clock-icon.component.scss b/apps/angular/src/app/toolkit/icons/alarm-clock/alarm-clock-icon.component.scss similarity index 100% rename from ClientApp/src/app/toolkit/icons/alarm-clock/alarm-clock-icon.component.scss rename to apps/angular/src/app/toolkit/icons/alarm-clock/alarm-clock-icon.component.scss diff --git a/ClientApp/src/app/toolkit/icons/alarm-clock/alarm-clock-icon.component.ts b/apps/angular/src/app/toolkit/icons/alarm-clock/alarm-clock-icon.component.ts similarity index 100% rename from ClientApp/src/app/toolkit/icons/alarm-clock/alarm-clock-icon.component.ts rename to apps/angular/src/app/toolkit/icons/alarm-clock/alarm-clock-icon.component.ts diff --git a/ClientApp/src/app/toolkit/icons/arrow-down/arrow-down-icon.component.html b/apps/angular/src/app/toolkit/icons/arrow-down/arrow-down-icon.component.html similarity index 100% rename from ClientApp/src/app/toolkit/icons/arrow-down/arrow-down-icon.component.html rename to apps/angular/src/app/toolkit/icons/arrow-down/arrow-down-icon.component.html diff --git a/ClientApp/src/app/toolkit/icons/arrow-down/arrow-down-icon.component.scss b/apps/angular/src/app/toolkit/icons/arrow-down/arrow-down-icon.component.scss similarity index 100% rename from ClientApp/src/app/toolkit/icons/arrow-down/arrow-down-icon.component.scss rename to apps/angular/src/app/toolkit/icons/arrow-down/arrow-down-icon.component.scss diff --git a/ClientApp/src/app/toolkit/icons/arrow-down/arrow-down-icon.component.ts b/apps/angular/src/app/toolkit/icons/arrow-down/arrow-down-icon.component.ts similarity index 100% rename from ClientApp/src/app/toolkit/icons/arrow-down/arrow-down-icon.component.ts rename to apps/angular/src/app/toolkit/icons/arrow-down/arrow-down-icon.component.ts diff --git a/ClientApp/src/app/toolkit/icons/change/change-icon.component.html b/apps/angular/src/app/toolkit/icons/change/change-icon.component.html similarity index 100% rename from ClientApp/src/app/toolkit/icons/change/change-icon.component.html rename to apps/angular/src/app/toolkit/icons/change/change-icon.component.html diff --git a/ClientApp/src/app/toolkit/icons/change/change-icon.component.scss b/apps/angular/src/app/toolkit/icons/change/change-icon.component.scss similarity index 100% rename from ClientApp/src/app/toolkit/icons/change/change-icon.component.scss rename to apps/angular/src/app/toolkit/icons/change/change-icon.component.scss diff --git a/ClientApp/src/app/toolkit/icons/change/change-icon.component.ts b/apps/angular/src/app/toolkit/icons/change/change-icon.component.ts similarity index 100% rename from ClientApp/src/app/toolkit/icons/change/change-icon.component.ts rename to apps/angular/src/app/toolkit/icons/change/change-icon.component.ts diff --git a/ClientApp/src/app/toolkit/icons/dining/dining-icon.component.html b/apps/angular/src/app/toolkit/icons/dining/dining-icon.component.html similarity index 100% rename from ClientApp/src/app/toolkit/icons/dining/dining-icon.component.html rename to apps/angular/src/app/toolkit/icons/dining/dining-icon.component.html diff --git a/ClientApp/src/app/toolkit/icons/dining/dining-icon.component.scss b/apps/angular/src/app/toolkit/icons/dining/dining-icon.component.scss similarity index 100% rename from ClientApp/src/app/toolkit/icons/dining/dining-icon.component.scss rename to apps/angular/src/app/toolkit/icons/dining/dining-icon.component.scss diff --git a/ClientApp/src/app/toolkit/icons/dining/dining-icon.component.ts b/apps/angular/src/app/toolkit/icons/dining/dining-icon.component.ts similarity index 100% rename from ClientApp/src/app/toolkit/icons/dining/dining-icon.component.ts rename to apps/angular/src/app/toolkit/icons/dining/dining-icon.component.ts diff --git a/ClientApp/src/app/toolkit/icons/flight-transfer/flight-transfer-icon.component.html b/apps/angular/src/app/toolkit/icons/flight-transfer/flight-transfer-icon.component.html similarity index 100% rename from ClientApp/src/app/toolkit/icons/flight-transfer/flight-transfer-icon.component.html rename to apps/angular/src/app/toolkit/icons/flight-transfer/flight-transfer-icon.component.html diff --git a/ClientApp/src/app/toolkit/icons/flight-transfer/flight-transfer-icon.component.scss b/apps/angular/src/app/toolkit/icons/flight-transfer/flight-transfer-icon.component.scss similarity index 100% rename from ClientApp/src/app/toolkit/icons/flight-transfer/flight-transfer-icon.component.scss rename to apps/angular/src/app/toolkit/icons/flight-transfer/flight-transfer-icon.component.scss diff --git a/ClientApp/src/app/toolkit/icons/flight-transfer/flight-transfer-icon.component.ts b/apps/angular/src/app/toolkit/icons/flight-transfer/flight-transfer-icon.component.ts similarity index 100% rename from ClientApp/src/app/toolkit/icons/flight-transfer/flight-transfer-icon.component.ts rename to apps/angular/src/app/toolkit/icons/flight-transfer/flight-transfer-icon.component.ts diff --git a/ClientApp/src/app/toolkit/icons/icons.module.ts b/apps/angular/src/app/toolkit/icons/icons.module.ts similarity index 100% rename from ClientApp/src/app/toolkit/icons/icons.module.ts rename to apps/angular/src/app/toolkit/icons/icons.module.ts diff --git a/ClientApp/src/app/toolkit/icons/intermediate-landing/intermediate-landing-icon.component.html b/apps/angular/src/app/toolkit/icons/intermediate-landing/intermediate-landing-icon.component.html similarity index 100% rename from ClientApp/src/app/toolkit/icons/intermediate-landing/intermediate-landing-icon.component.html rename to apps/angular/src/app/toolkit/icons/intermediate-landing/intermediate-landing-icon.component.html diff --git a/ClientApp/src/app/toolkit/icons/intermediate-landing/intermediate-landing-icon.component.scss b/apps/angular/src/app/toolkit/icons/intermediate-landing/intermediate-landing-icon.component.scss similarity index 100% rename from ClientApp/src/app/toolkit/icons/intermediate-landing/intermediate-landing-icon.component.scss rename to apps/angular/src/app/toolkit/icons/intermediate-landing/intermediate-landing-icon.component.scss diff --git a/ClientApp/src/app/toolkit/icons/intermediate-landing/intermediate-landing-icon.component.ts b/apps/angular/src/app/toolkit/icons/intermediate-landing/intermediate-landing-icon.component.ts similarity index 100% rename from ClientApp/src/app/toolkit/icons/intermediate-landing/intermediate-landing-icon.component.ts rename to apps/angular/src/app/toolkit/icons/intermediate-landing/intermediate-landing-icon.component.ts diff --git a/ClientApp/src/app/toolkit/icons/multi-landings/multi-landings-icon.component.html b/apps/angular/src/app/toolkit/icons/multi-landings/multi-landings-icon.component.html similarity index 100% rename from ClientApp/src/app/toolkit/icons/multi-landings/multi-landings-icon.component.html rename to apps/angular/src/app/toolkit/icons/multi-landings/multi-landings-icon.component.html diff --git a/ClientApp/src/app/toolkit/icons/multi-landings/multi-landings-icon.component.scss b/apps/angular/src/app/toolkit/icons/multi-landings/multi-landings-icon.component.scss similarity index 100% rename from ClientApp/src/app/toolkit/icons/multi-landings/multi-landings-icon.component.scss rename to apps/angular/src/app/toolkit/icons/multi-landings/multi-landings-icon.component.scss diff --git a/ClientApp/src/app/toolkit/icons/multi-landings/multi-landings-icon.component.ts b/apps/angular/src/app/toolkit/icons/multi-landings/multi-landings-icon.component.ts similarity index 100% rename from ClientApp/src/app/toolkit/icons/multi-landings/multi-landings-icon.component.ts rename to apps/angular/src/app/toolkit/icons/multi-landings/multi-landings-icon.component.ts diff --git a/ClientApp/src/app/toolkit/icons/plane/plane-icon.component.html b/apps/angular/src/app/toolkit/icons/plane/plane-icon.component.html similarity index 100% rename from ClientApp/src/app/toolkit/icons/plane/plane-icon.component.html rename to apps/angular/src/app/toolkit/icons/plane/plane-icon.component.html diff --git a/ClientApp/src/app/toolkit/icons/plane/plane-icon.component.scss b/apps/angular/src/app/toolkit/icons/plane/plane-icon.component.scss similarity index 100% rename from ClientApp/src/app/toolkit/icons/plane/plane-icon.component.scss rename to apps/angular/src/app/toolkit/icons/plane/plane-icon.component.scss diff --git a/ClientApp/src/app/toolkit/icons/plane/plane-icon.component.ts b/apps/angular/src/app/toolkit/icons/plane/plane-icon.component.ts similarity index 100% rename from ClientApp/src/app/toolkit/icons/plane/plane-icon.component.ts rename to apps/angular/src/app/toolkit/icons/plane/plane-icon.component.ts diff --git a/ClientApp/src/app/toolkit/icons/return/return-icon.component.html b/apps/angular/src/app/toolkit/icons/return/return-icon.component.html similarity index 100% rename from ClientApp/src/app/toolkit/icons/return/return-icon.component.html rename to apps/angular/src/app/toolkit/icons/return/return-icon.component.html diff --git a/ClientApp/src/app/toolkit/icons/return/return-icon.component.scss b/apps/angular/src/app/toolkit/icons/return/return-icon.component.scss similarity index 100% rename from ClientApp/src/app/toolkit/icons/return/return-icon.component.scss rename to apps/angular/src/app/toolkit/icons/return/return-icon.component.scss diff --git a/ClientApp/src/app/toolkit/icons/return/return-icon.component.ts b/apps/angular/src/app/toolkit/icons/return/return-icon.component.ts similarity index 100% rename from ClientApp/src/app/toolkit/icons/return/return-icon.component.ts rename to apps/angular/src/app/toolkit/icons/return/return-icon.component.ts diff --git a/ClientApp/src/app/toolkit/text/text.component.html b/apps/angular/src/app/toolkit/text/text.component.html similarity index 100% rename from ClientApp/src/app/toolkit/text/text.component.html rename to apps/angular/src/app/toolkit/text/text.component.html diff --git a/ClientApp/src/app/toolkit/text/text.component.scss b/apps/angular/src/app/toolkit/text/text.component.scss similarity index 100% rename from ClientApp/src/app/toolkit/text/text.component.scss rename to apps/angular/src/app/toolkit/text/text.component.scss diff --git a/ClientApp/src/app/toolkit/text/text.component.ts b/apps/angular/src/app/toolkit/text/text.component.ts similarity index 100% rename from ClientApp/src/app/toolkit/text/text.component.ts rename to apps/angular/src/app/toolkit/text/text.component.ts diff --git a/ClientApp/src/app/toolkit/text/text.stories.ts b/apps/angular/src/app/toolkit/text/text.stories.ts similarity index 100% rename from ClientApp/src/app/toolkit/text/text.stories.ts rename to apps/angular/src/app/toolkit/text/text.stories.ts diff --git a/ClientApp/src/app/toolkit/time-selector/time-selector.component.html b/apps/angular/src/app/toolkit/time-selector/time-selector.component.html similarity index 100% rename from ClientApp/src/app/toolkit/time-selector/time-selector.component.html rename to apps/angular/src/app/toolkit/time-selector/time-selector.component.html diff --git a/ClientApp/src/app/toolkit/time-selector/time-selector.component.scss b/apps/angular/src/app/toolkit/time-selector/time-selector.component.scss similarity index 100% rename from ClientApp/src/app/toolkit/time-selector/time-selector.component.scss rename to apps/angular/src/app/toolkit/time-selector/time-selector.component.scss diff --git a/ClientApp/src/app/toolkit/time-selector/time-selector.component.spec.ts b/apps/angular/src/app/toolkit/time-selector/time-selector.component.spec.ts similarity index 100% rename from ClientApp/src/app/toolkit/time-selector/time-selector.component.spec.ts rename to apps/angular/src/app/toolkit/time-selector/time-selector.component.spec.ts diff --git a/ClientApp/src/app/toolkit/time-selector/time-selector.component.ts b/apps/angular/src/app/toolkit/time-selector/time-selector.component.ts similarity index 100% rename from ClientApp/src/app/toolkit/time-selector/time-selector.component.ts rename to apps/angular/src/app/toolkit/time-selector/time-selector.component.ts diff --git a/ClientApp/src/app/toolkit/title/title.component.html b/apps/angular/src/app/toolkit/title/title.component.html similarity index 100% rename from ClientApp/src/app/toolkit/title/title.component.html rename to apps/angular/src/app/toolkit/title/title.component.html diff --git a/ClientApp/src/app/toolkit/title/title.component.scss b/apps/angular/src/app/toolkit/title/title.component.scss similarity index 100% rename from ClientApp/src/app/toolkit/title/title.component.scss rename to apps/angular/src/app/toolkit/title/title.component.scss diff --git a/ClientApp/src/app/toolkit/title/title.component.ts b/apps/angular/src/app/toolkit/title/title.component.ts similarity index 100% rename from ClientApp/src/app/toolkit/title/title.component.ts rename to apps/angular/src/app/toolkit/title/title.component.ts diff --git a/ClientApp/src/app/toolkit/toggle-switch/toggle-switch.component.html b/apps/angular/src/app/toolkit/toggle-switch/toggle-switch.component.html similarity index 100% rename from ClientApp/src/app/toolkit/toggle-switch/toggle-switch.component.html rename to apps/angular/src/app/toolkit/toggle-switch/toggle-switch.component.html diff --git a/ClientApp/src/app/toolkit/toggle-switch/toggle-switch.component.scss b/apps/angular/src/app/toolkit/toggle-switch/toggle-switch.component.scss similarity index 100% rename from ClientApp/src/app/toolkit/toggle-switch/toggle-switch.component.scss rename to apps/angular/src/app/toolkit/toggle-switch/toggle-switch.component.scss diff --git a/ClientApp/src/app/toolkit/toggle-switch/toggle-switch.component.ts b/apps/angular/src/app/toolkit/toggle-switch/toggle-switch.component.ts similarity index 100% rename from ClientApp/src/app/toolkit/toggle-switch/toggle-switch.component.ts rename to apps/angular/src/app/toolkit/toggle-switch/toggle-switch.component.ts diff --git a/ClientApp/src/app/toolkit/toolkit.module.ts b/apps/angular/src/app/toolkit/toolkit.module.ts similarity index 100% rename from ClientApp/src/app/toolkit/toolkit.module.ts rename to apps/angular/src/app/toolkit/toolkit.module.ts diff --git a/ClientApp/src/app/toolkit/tooltip/tooltip.component.html b/apps/angular/src/app/toolkit/tooltip/tooltip.component.html similarity index 100% rename from ClientApp/src/app/toolkit/tooltip/tooltip.component.html rename to apps/angular/src/app/toolkit/tooltip/tooltip.component.html diff --git a/ClientApp/src/app/toolkit/tooltip/tooltip.component.scss b/apps/angular/src/app/toolkit/tooltip/tooltip.component.scss similarity index 100% rename from ClientApp/src/app/toolkit/tooltip/tooltip.component.scss rename to apps/angular/src/app/toolkit/tooltip/tooltip.component.scss diff --git a/ClientApp/src/app/toolkit/tooltip/tooltip.component.ts b/apps/angular/src/app/toolkit/tooltip/tooltip.component.ts similarity index 100% rename from ClientApp/src/app/toolkit/tooltip/tooltip.component.ts rename to apps/angular/src/app/toolkit/tooltip/tooltip.component.ts diff --git a/ClientApp/src/app/utils/date.spec.ts b/apps/angular/src/app/utils/date.spec.ts similarity index 100% rename from ClientApp/src/app/utils/date.spec.ts rename to apps/angular/src/app/utils/date.spec.ts diff --git a/ClientApp/src/app/utils/date.ts b/apps/angular/src/app/utils/date.ts similarity index 100% rename from ClientApp/src/app/utils/date.ts rename to apps/angular/src/app/utils/date.ts diff --git a/ClientApp/src/app/utils/flight/arrival/city-code.spec.ts b/apps/angular/src/app/utils/flight/arrival/city-code.spec.ts similarity index 100% rename from ClientApp/src/app/utils/flight/arrival/city-code.spec.ts rename to apps/angular/src/app/utils/flight/arrival/city-code.spec.ts diff --git a/ClientApp/src/app/utils/flight/arrival/city-code.ts b/apps/angular/src/app/utils/flight/arrival/city-code.ts similarity index 100% rename from ClientApp/src/app/utils/flight/arrival/city-code.ts rename to apps/angular/src/app/utils/flight/arrival/city-code.ts diff --git a/ClientApp/src/app/utils/flight/arrival/city.spec.ts b/apps/angular/src/app/utils/flight/arrival/city.spec.ts similarity index 100% rename from ClientApp/src/app/utils/flight/arrival/city.spec.ts rename to apps/angular/src/app/utils/flight/arrival/city.spec.ts diff --git a/ClientApp/src/app/utils/flight/arrival/city.ts b/apps/angular/src/app/utils/flight/arrival/city.ts similarity index 100% rename from ClientApp/src/app/utils/flight/arrival/city.ts rename to apps/angular/src/app/utils/flight/arrival/city.ts diff --git a/ClientApp/src/app/utils/flight/date.spec.ts b/apps/angular/src/app/utils/flight/date.spec.ts similarity index 100% rename from ClientApp/src/app/utils/flight/date.spec.ts rename to apps/angular/src/app/utils/flight/date.spec.ts diff --git a/ClientApp/src/app/utils/flight/date.ts b/apps/angular/src/app/utils/flight/date.ts similarity index 100% rename from ClientApp/src/app/utils/flight/date.ts rename to apps/angular/src/app/utils/flight/date.ts diff --git a/ClientApp/src/app/utils/flight/departure/city-code.spec.ts b/apps/angular/src/app/utils/flight/departure/city-code.spec.ts similarity index 100% rename from ClientApp/src/app/utils/flight/departure/city-code.spec.ts rename to apps/angular/src/app/utils/flight/departure/city-code.spec.ts diff --git a/ClientApp/src/app/utils/flight/departure/city-code.ts b/apps/angular/src/app/utils/flight/departure/city-code.ts similarity index 100% rename from ClientApp/src/app/utils/flight/departure/city-code.ts rename to apps/angular/src/app/utils/flight/departure/city-code.ts diff --git a/ClientApp/src/app/utils/flight/departure/city.spec.ts b/apps/angular/src/app/utils/flight/departure/city.spec.ts similarity index 100% rename from ClientApp/src/app/utils/flight/departure/city.spec.ts rename to apps/angular/src/app/utils/flight/departure/city.spec.ts diff --git a/ClientApp/src/app/utils/flight/departure/city.ts b/apps/angular/src/app/utils/flight/departure/city.ts similarity index 100% rename from ClientApp/src/app/utils/flight/departure/city.ts rename to apps/angular/src/app/utils/flight/departure/city.ts diff --git a/ClientApp/src/app/utils/flight/legs/first-leg.spec.ts b/apps/angular/src/app/utils/flight/legs/first-leg.spec.ts similarity index 100% rename from ClientApp/src/app/utils/flight/legs/first-leg.spec.ts rename to apps/angular/src/app/utils/flight/legs/first-leg.spec.ts diff --git a/ClientApp/src/app/utils/flight/legs/first-leg.ts b/apps/angular/src/app/utils/flight/legs/first-leg.ts similarity index 100% rename from ClientApp/src/app/utils/flight/legs/first-leg.ts rename to apps/angular/src/app/utils/flight/legs/first-leg.ts diff --git a/ClientApp/src/app/utils/flight/legs/last-leg.spec.ts b/apps/angular/src/app/utils/flight/legs/last-leg.spec.ts similarity index 100% rename from ClientApp/src/app/utils/flight/legs/last-leg.spec.ts rename to apps/angular/src/app/utils/flight/legs/last-leg.spec.ts diff --git a/ClientApp/src/app/utils/flight/legs/last-leg.ts b/apps/angular/src/app/utils/flight/legs/last-leg.ts similarity index 100% rename from ClientApp/src/app/utils/flight/legs/last-leg.ts rename to apps/angular/src/app/utils/flight/legs/last-leg.ts diff --git a/ClientApp/src/app/utils/flight/legs/types.ts b/apps/angular/src/app/utils/flight/legs/types.ts similarity index 100% rename from ClientApp/src/app/utils/flight/legs/types.ts rename to apps/angular/src/app/utils/flight/legs/types.ts diff --git a/ClientApp/src/app/utils/flight/p-id.spec.ts b/apps/angular/src/app/utils/flight/p-id.spec.ts similarity index 100% rename from ClientApp/src/app/utils/flight/p-id.spec.ts rename to apps/angular/src/app/utils/flight/p-id.spec.ts diff --git a/ClientApp/src/app/utils/flight/p-id.ts b/apps/angular/src/app/utils/flight/p-id.ts similarity index 100% rename from ClientApp/src/app/utils/flight/p-id.ts rename to apps/angular/src/app/utils/flight/p-id.ts diff --git a/ClientApp/src/app/utils/flight/station.spec.ts b/apps/angular/src/app/utils/flight/station.spec.ts similarity index 100% rename from ClientApp/src/app/utils/flight/station.spec.ts rename to apps/angular/src/app/utils/flight/station.spec.ts diff --git a/ClientApp/src/app/utils/flight/station.ts b/apps/angular/src/app/utils/flight/station.ts similarity index 100% rename from ClientApp/src/app/utils/flight/station.ts rename to apps/angular/src/app/utils/flight/station.ts diff --git a/ClientApp/src/app/utils/mobile.spec.ts b/apps/angular/src/app/utils/mobile.spec.ts similarity index 100% rename from ClientApp/src/app/utils/mobile.spec.ts rename to apps/angular/src/app/utils/mobile.spec.ts diff --git a/ClientApp/src/app/utils/mobile.ts b/apps/angular/src/app/utils/mobile.ts similarity index 100% rename from ClientApp/src/app/utils/mobile.ts rename to apps/angular/src/app/utils/mobile.ts diff --git a/ClientApp/src/app/utils/test/get-flight.mock.ts b/apps/angular/src/app/utils/test/get-flight.mock.ts similarity index 100% rename from ClientApp/src/app/utils/test/get-flight.mock.ts rename to apps/angular/src/app/utils/test/get-flight.mock.ts diff --git a/ClientApp/src/app/utils/time-range.spec.ts b/apps/angular/src/app/utils/time-range.spec.ts similarity index 100% rename from ClientApp/src/app/utils/time-range.spec.ts rename to apps/angular/src/app/utils/time-range.spec.ts diff --git a/ClientApp/src/app/utils/time-range.ts b/apps/angular/src/app/utils/time-range.ts similarity index 100% rename from ClientApp/src/app/utils/time-range.ts rename to apps/angular/src/app/utils/time-range.ts diff --git a/ClientApp/src/app/utils/time.spec.ts b/apps/angular/src/app/utils/time.spec.ts similarity index 100% rename from ClientApp/src/app/utils/time.spec.ts rename to apps/angular/src/app/utils/time.spec.ts diff --git a/ClientApp/src/app/utils/time.ts b/apps/angular/src/app/utils/time.ts similarity index 100% rename from ClientApp/src/app/utils/time.ts rename to apps/angular/src/app/utils/time.ts diff --git a/ClientApp/src/app/utils/times.spec.ts b/apps/angular/src/app/utils/times.spec.ts similarity index 100% rename from ClientApp/src/app/utils/times.spec.ts rename to apps/angular/src/app/utils/times.spec.ts diff --git a/ClientApp/src/app/utils/times.ts b/apps/angular/src/app/utils/times.ts similarity index 100% rename from ClientApp/src/app/utils/times.ts rename to apps/angular/src/app/utils/times.ts diff --git a/ClientApp/src/app/utils/week.ts b/apps/angular/src/app/utils/week.ts similarity index 100% rename from ClientApp/src/app/utils/week.ts rename to apps/angular/src/app/utils/week.ts diff --git a/ClientApp/src/assets/fonts/cyrillic-300.woff2 b/apps/angular/src/assets/fonts/cyrillic-300.woff2 similarity index 100% rename from ClientApp/src/assets/fonts/cyrillic-300.woff2 rename to apps/angular/src/assets/fonts/cyrillic-300.woff2 diff --git a/ClientApp/src/assets/fonts/cyrillic-400.woff2 b/apps/angular/src/assets/fonts/cyrillic-400.woff2 similarity index 100% rename from ClientApp/src/assets/fonts/cyrillic-400.woff2 rename to apps/angular/src/assets/fonts/cyrillic-400.woff2 diff --git a/ClientApp/src/assets/fonts/cyrillic-500.woff2 b/apps/angular/src/assets/fonts/cyrillic-500.woff2 similarity index 100% rename from ClientApp/src/assets/fonts/cyrillic-500.woff2 rename to apps/angular/src/assets/fonts/cyrillic-500.woff2 diff --git a/ClientApp/src/assets/fonts/cyrillic-700.woff2 b/apps/angular/src/assets/fonts/cyrillic-700.woff2 similarity index 100% rename from ClientApp/src/assets/fonts/cyrillic-700.woff2 rename to apps/angular/src/assets/fonts/cyrillic-700.woff2 diff --git a/ClientApp/src/assets/fonts/cyrillic-ext-300.woff2 b/apps/angular/src/assets/fonts/cyrillic-ext-300.woff2 similarity index 100% rename from ClientApp/src/assets/fonts/cyrillic-ext-300.woff2 rename to apps/angular/src/assets/fonts/cyrillic-ext-300.woff2 diff --git a/ClientApp/src/assets/fonts/cyrillic-ext-400.woff2 b/apps/angular/src/assets/fonts/cyrillic-ext-400.woff2 similarity index 100% rename from ClientApp/src/assets/fonts/cyrillic-ext-400.woff2 rename to apps/angular/src/assets/fonts/cyrillic-ext-400.woff2 diff --git a/ClientApp/src/assets/fonts/cyrillic-ext-500.woff2 b/apps/angular/src/assets/fonts/cyrillic-ext-500.woff2 similarity index 100% rename from ClientApp/src/assets/fonts/cyrillic-ext-500.woff2 rename to apps/angular/src/assets/fonts/cyrillic-ext-500.woff2 diff --git a/ClientApp/src/assets/fonts/cyrillic-ext-700.woff2 b/apps/angular/src/assets/fonts/cyrillic-ext-700.woff2 similarity index 100% rename from ClientApp/src/assets/fonts/cyrillic-ext-700.woff2 rename to apps/angular/src/assets/fonts/cyrillic-ext-700.woff2 diff --git a/ClientApp/src/assets/fonts/greek-300.woff2 b/apps/angular/src/assets/fonts/greek-300.woff2 similarity index 100% rename from ClientApp/src/assets/fonts/greek-300.woff2 rename to apps/angular/src/assets/fonts/greek-300.woff2 diff --git a/ClientApp/src/assets/fonts/greek-400.woff2 b/apps/angular/src/assets/fonts/greek-400.woff2 similarity index 100% rename from ClientApp/src/assets/fonts/greek-400.woff2 rename to apps/angular/src/assets/fonts/greek-400.woff2 diff --git a/ClientApp/src/assets/fonts/greek-500.woff2 b/apps/angular/src/assets/fonts/greek-500.woff2 similarity index 100% rename from ClientApp/src/assets/fonts/greek-500.woff2 rename to apps/angular/src/assets/fonts/greek-500.woff2 diff --git a/ClientApp/src/assets/fonts/greek-700.woff2 b/apps/angular/src/assets/fonts/greek-700.woff2 similarity index 100% rename from ClientApp/src/assets/fonts/greek-700.woff2 rename to apps/angular/src/assets/fonts/greek-700.woff2 diff --git a/ClientApp/src/assets/fonts/greek-ext-300.woff2 b/apps/angular/src/assets/fonts/greek-ext-300.woff2 similarity index 100% rename from ClientApp/src/assets/fonts/greek-ext-300.woff2 rename to apps/angular/src/assets/fonts/greek-ext-300.woff2 diff --git a/ClientApp/src/assets/fonts/greek-ext-400.woff2 b/apps/angular/src/assets/fonts/greek-ext-400.woff2 similarity index 100% rename from ClientApp/src/assets/fonts/greek-ext-400.woff2 rename to apps/angular/src/assets/fonts/greek-ext-400.woff2 diff --git a/ClientApp/src/assets/fonts/greek-ext-500.woff2 b/apps/angular/src/assets/fonts/greek-ext-500.woff2 similarity index 100% rename from ClientApp/src/assets/fonts/greek-ext-500.woff2 rename to apps/angular/src/assets/fonts/greek-ext-500.woff2 diff --git a/ClientApp/src/assets/fonts/greek-ext-700.woff2 b/apps/angular/src/assets/fonts/greek-ext-700.woff2 similarity index 100% rename from ClientApp/src/assets/fonts/greek-ext-700.woff2 rename to apps/angular/src/assets/fonts/greek-ext-700.woff2 diff --git a/ClientApp/src/assets/fonts/latin-300.woff2 b/apps/angular/src/assets/fonts/latin-300.woff2 similarity index 100% rename from ClientApp/src/assets/fonts/latin-300.woff2 rename to apps/angular/src/assets/fonts/latin-300.woff2 diff --git a/ClientApp/src/assets/fonts/latin-400.woff2 b/apps/angular/src/assets/fonts/latin-400.woff2 similarity index 100% rename from ClientApp/src/assets/fonts/latin-400.woff2 rename to apps/angular/src/assets/fonts/latin-400.woff2 diff --git a/ClientApp/src/assets/fonts/latin-500.woff2 b/apps/angular/src/assets/fonts/latin-500.woff2 similarity index 100% rename from ClientApp/src/assets/fonts/latin-500.woff2 rename to apps/angular/src/assets/fonts/latin-500.woff2 diff --git a/ClientApp/src/assets/fonts/latin-700.woff2 b/apps/angular/src/assets/fonts/latin-700.woff2 similarity index 100% rename from ClientApp/src/assets/fonts/latin-700.woff2 rename to apps/angular/src/assets/fonts/latin-700.woff2 diff --git a/ClientApp/src/assets/fonts/latin-ext-300.woff2 b/apps/angular/src/assets/fonts/latin-ext-300.woff2 similarity index 100% rename from ClientApp/src/assets/fonts/latin-ext-300.woff2 rename to apps/angular/src/assets/fonts/latin-ext-300.woff2 diff --git a/ClientApp/src/assets/fonts/latin-ext-400.woff2 b/apps/angular/src/assets/fonts/latin-ext-400.woff2 similarity index 100% rename from ClientApp/src/assets/fonts/latin-ext-400.woff2 rename to apps/angular/src/assets/fonts/latin-ext-400.woff2 diff --git a/ClientApp/src/assets/fonts/latin-ext-500.woff2 b/apps/angular/src/assets/fonts/latin-ext-500.woff2 similarity index 100% rename from ClientApp/src/assets/fonts/latin-ext-500.woff2 rename to apps/angular/src/assets/fonts/latin-ext-500.woff2 diff --git a/ClientApp/src/assets/fonts/latin-ext-700.woff2 b/apps/angular/src/assets/fonts/latin-ext-700.woff2 similarity index 100% rename from ClientApp/src/assets/fonts/latin-ext-700.woff2 rename to apps/angular/src/assets/fonts/latin-ext-700.woff2 diff --git a/ClientApp/src/assets/fonts/vietnamese-300.woff2 b/apps/angular/src/assets/fonts/vietnamese-300.woff2 similarity index 100% rename from ClientApp/src/assets/fonts/vietnamese-300.woff2 rename to apps/angular/src/assets/fonts/vietnamese-300.woff2 diff --git a/ClientApp/src/assets/fonts/vietnamese-400.woff2 b/apps/angular/src/assets/fonts/vietnamese-400.woff2 similarity index 100% rename from ClientApp/src/assets/fonts/vietnamese-400.woff2 rename to apps/angular/src/assets/fonts/vietnamese-400.woff2 diff --git a/ClientApp/src/assets/fonts/vietnamese-500.woff2 b/apps/angular/src/assets/fonts/vietnamese-500.woff2 similarity index 100% rename from ClientApp/src/assets/fonts/vietnamese-500.woff2 rename to apps/angular/src/assets/fonts/vietnamese-500.woff2 diff --git a/ClientApp/src/assets/fonts/vietnamese-700.woff2 b/apps/angular/src/assets/fonts/vietnamese-700.woff2 similarity index 100% rename from ClientApp/src/assets/fonts/vietnamese-700.woff2 rename to apps/angular/src/assets/fonts/vietnamese-700.woff2 diff --git a/ClientApp/src/assets/i18n/de.json b/apps/angular/src/assets/i18n/de.json similarity index 100% rename from ClientApp/src/assets/i18n/de.json rename to apps/angular/src/assets/i18n/de.json diff --git a/ClientApp/src/assets/i18n/en.json b/apps/angular/src/assets/i18n/en.json similarity index 100% rename from ClientApp/src/assets/i18n/en.json rename to apps/angular/src/assets/i18n/en.json diff --git a/ClientApp/src/assets/i18n/es.json b/apps/angular/src/assets/i18n/es.json similarity index 100% rename from ClientApp/src/assets/i18n/es.json rename to apps/angular/src/assets/i18n/es.json diff --git a/ClientApp/src/assets/i18n/fr.json b/apps/angular/src/assets/i18n/fr.json similarity index 100% rename from ClientApp/src/assets/i18n/fr.json rename to apps/angular/src/assets/i18n/fr.json diff --git a/ClientApp/src/assets/i18n/it.json b/apps/angular/src/assets/i18n/it.json similarity index 100% rename from ClientApp/src/assets/i18n/it.json rename to apps/angular/src/assets/i18n/it.json diff --git a/ClientApp/src/assets/i18n/ja.json b/apps/angular/src/assets/i18n/ja.json similarity index 100% rename from ClientApp/src/assets/i18n/ja.json rename to apps/angular/src/assets/i18n/ja.json diff --git a/ClientApp/src/assets/i18n/ko.json b/apps/angular/src/assets/i18n/ko.json similarity index 100% rename from ClientApp/src/assets/i18n/ko.json rename to apps/angular/src/assets/i18n/ko.json diff --git a/ClientApp/src/assets/i18n/ru.json b/apps/angular/src/assets/i18n/ru.json similarity index 100% rename from ClientApp/src/assets/i18n/ru.json rename to apps/angular/src/assets/i18n/ru.json diff --git a/ClientApp/src/assets/i18n/zh.json b/apps/angular/src/assets/i18n/zh.json similarity index 100% rename from ClientApp/src/assets/i18n/zh.json rename to apps/angular/src/assets/i18n/zh.json diff --git a/ClientApp/src/assets/img/airlines-logo/aeroflot/large/en.png b/apps/angular/src/assets/img/airlines-logo/aeroflot/large/en.png similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/aeroflot/large/en.png rename to apps/angular/src/assets/img/airlines-logo/aeroflot/large/en.png diff --git a/ClientApp/src/assets/img/airlines-logo/aeroflot/large/ru.png b/apps/angular/src/assets/img/airlines-logo/aeroflot/large/ru.png similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/aeroflot/large/ru.png rename to apps/angular/src/assets/img/airlines-logo/aeroflot/large/ru.png diff --git a/ClientApp/src/assets/img/airlines-logo/aeroflot/round.png b/apps/angular/src/assets/img/airlines-logo/aeroflot/round.png similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/aeroflot/round.png rename to apps/angular/src/assets/img/airlines-logo/aeroflot/round.png diff --git a/ClientApp/src/assets/img/airlines-logo/aerolineas-argentinas/large.png b/apps/angular/src/assets/img/airlines-logo/aerolineas-argentinas/large.png similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/aerolineas-argentinas/large.png rename to apps/angular/src/assets/img/airlines-logo/aerolineas-argentinas/large.png diff --git a/ClientApp/src/assets/img/airlines-logo/aerolineas-argentinas/round.svg b/apps/angular/src/assets/img/airlines-logo/aerolineas-argentinas/round.svg similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/aerolineas-argentinas/round.svg rename to apps/angular/src/assets/img/airlines-logo/aerolineas-argentinas/round.svg diff --git a/ClientApp/src/assets/img/airlines-logo/aeromexico/large.svg b/apps/angular/src/assets/img/airlines-logo/aeromexico/large.svg similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/aeromexico/large.svg rename to apps/angular/src/assets/img/airlines-logo/aeromexico/large.svg diff --git a/ClientApp/src/assets/img/airlines-logo/aeromexico/round.svg b/apps/angular/src/assets/img/airlines-logo/aeromexico/round.svg similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/aeromexico/round.svg rename to apps/angular/src/assets/img/airlines-logo/aeromexico/round.svg diff --git a/ClientApp/src/assets/img/airlines-logo/air-baltic/large.svg b/apps/angular/src/assets/img/airlines-logo/air-baltic/large.svg similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/air-baltic/large.svg rename to apps/angular/src/assets/img/airlines-logo/air-baltic/large.svg diff --git a/ClientApp/src/assets/img/airlines-logo/air-baltic/round.svg b/apps/angular/src/assets/img/airlines-logo/air-baltic/round.svg similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/air-baltic/round.svg rename to apps/angular/src/assets/img/airlines-logo/air-baltic/round.svg diff --git a/ClientApp/src/assets/img/airlines-logo/air-europa/large.svg b/apps/angular/src/assets/img/airlines-logo/air-europa/large.svg similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/air-europa/large.svg rename to apps/angular/src/assets/img/airlines-logo/air-europa/large.svg diff --git a/ClientApp/src/assets/img/airlines-logo/air-europa/round.svg b/apps/angular/src/assets/img/airlines-logo/air-europa/round.svg similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/air-europa/round.svg rename to apps/angular/src/assets/img/airlines-logo/air-europa/round.svg diff --git a/ClientApp/src/assets/img/airlines-logo/air-serbia/large.svg b/apps/angular/src/assets/img/airlines-logo/air-serbia/large.svg similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/air-serbia/large.svg rename to apps/angular/src/assets/img/airlines-logo/air-serbia/large.svg diff --git a/ClientApp/src/assets/img/airlines-logo/air-serbia/round.svg b/apps/angular/src/assets/img/airlines-logo/air-serbia/round.svg similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/air-serbia/round.svg rename to apps/angular/src/assets/img/airlines-logo/air-serbia/round.svg diff --git a/ClientApp/src/assets/img/airlines-logo/airfrance/large.svg b/apps/angular/src/assets/img/airlines-logo/airfrance/large.svg similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/airfrance/large.svg rename to apps/angular/src/assets/img/airlines-logo/airfrance/large.svg diff --git a/ClientApp/src/assets/img/airlines-logo/airmalta/large.svg b/apps/angular/src/assets/img/airlines-logo/airmalta/large.svg similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/airmalta/large.svg rename to apps/angular/src/assets/img/airlines-logo/airmalta/large.svg diff --git a/ClientApp/src/assets/img/airlines-logo/alitalia/large.svg b/apps/angular/src/assets/img/airlines-logo/alitalia/large.svg similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/alitalia/large.svg rename to apps/angular/src/assets/img/airlines-logo/alitalia/large.svg diff --git a/ClientApp/src/assets/img/airlines-logo/aurora/large/en.svg b/apps/angular/src/assets/img/airlines-logo/aurora/large/en.svg similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/aurora/large/en.svg rename to apps/angular/src/assets/img/airlines-logo/aurora/large/en.svg diff --git a/ClientApp/src/assets/img/airlines-logo/aurora/large/ru.svg b/apps/angular/src/assets/img/airlines-logo/aurora/large/ru.svg similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/aurora/large/ru.svg rename to apps/angular/src/assets/img/airlines-logo/aurora/large/ru.svg diff --git a/ClientApp/src/assets/img/airlines-logo/aurora/round.png b/apps/angular/src/assets/img/airlines-logo/aurora/round.png similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/aurora/round.png rename to apps/angular/src/assets/img/airlines-logo/aurora/round.png diff --git a/ClientApp/src/assets/img/airlines-logo/bangkok-airways/large.png b/apps/angular/src/assets/img/airlines-logo/bangkok-airways/large.png similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/bangkok-airways/large.png rename to apps/angular/src/assets/img/airlines-logo/bangkok-airways/large.png diff --git a/ClientApp/src/assets/img/airlines-logo/brussels-airlines/large.png b/apps/angular/src/assets/img/airlines-logo/brussels-airlines/large.png similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/brussels-airlines/large.png rename to apps/angular/src/assets/img/airlines-logo/brussels-airlines/large.png diff --git a/ClientApp/src/assets/img/airlines-logo/bulgaria-air/large.png b/apps/angular/src/assets/img/airlines-logo/bulgaria-air/large.png similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/bulgaria-air/large.png rename to apps/angular/src/assets/img/airlines-logo/bulgaria-air/large.png diff --git a/ClientApp/src/assets/img/airlines-logo/china-airlines/large.png b/apps/angular/src/assets/img/airlines-logo/china-airlines/large.png similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/china-airlines/large.png rename to apps/angular/src/assets/img/airlines-logo/china-airlines/large.png diff --git a/ClientApp/src/assets/img/airlines-logo/china-eastern/large.svg b/apps/angular/src/assets/img/airlines-logo/china-eastern/large.svg similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/china-eastern/large.svg rename to apps/angular/src/assets/img/airlines-logo/china-eastern/large.svg diff --git a/ClientApp/src/assets/img/airlines-logo/china-southern/large.svg b/apps/angular/src/assets/img/airlines-logo/china-southern/large.svg similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/china-southern/large.svg rename to apps/angular/src/assets/img/airlines-logo/china-southern/large.svg diff --git a/ClientApp/src/assets/img/airlines-logo/czech-airline/large.png b/apps/angular/src/assets/img/airlines-logo/czech-airline/large.png similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/czech-airline/large.png rename to apps/angular/src/assets/img/airlines-logo/czech-airline/large.png diff --git a/ClientApp/src/assets/img/airlines-logo/czech-airline/round.svg b/apps/angular/src/assets/img/airlines-logo/czech-airline/round.svg similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/czech-airline/round.svg rename to apps/angular/src/assets/img/airlines-logo/czech-airline/round.svg diff --git a/ClientApp/src/assets/img/airlines-logo/delta/large.svg b/apps/angular/src/assets/img/airlines-logo/delta/large.svg similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/delta/large.svg rename to apps/angular/src/assets/img/airlines-logo/delta/large.svg diff --git a/ClientApp/src/assets/img/airlines-logo/delta/round.png b/apps/angular/src/assets/img/airlines-logo/delta/round.png similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/delta/round.png rename to apps/angular/src/assets/img/airlines-logo/delta/round.png diff --git a/ClientApp/src/assets/img/airlines-logo/finnair/large.svg b/apps/angular/src/assets/img/airlines-logo/finnair/large.svg similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/finnair/large.svg rename to apps/angular/src/assets/img/airlines-logo/finnair/large.svg diff --git a/ClientApp/src/assets/img/airlines-logo/finnair/round.png b/apps/angular/src/assets/img/airlines-logo/finnair/round.png similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/finnair/round.png rename to apps/angular/src/assets/img/airlines-logo/finnair/round.png diff --git a/ClientApp/src/assets/img/airlines-logo/garuda-indonesia/large.png b/apps/angular/src/assets/img/airlines-logo/garuda-indonesia/large.png similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/garuda-indonesia/large.png rename to apps/angular/src/assets/img/airlines-logo/garuda-indonesia/large.png diff --git a/ClientApp/src/assets/img/airlines-logo/icelandair/large.svg b/apps/angular/src/assets/img/airlines-logo/icelandair/large.svg similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/icelandair/large.svg rename to apps/angular/src/assets/img/airlines-logo/icelandair/large.svg diff --git a/ClientApp/src/assets/img/airlines-logo/japan-airlines/large.svg b/apps/angular/src/assets/img/airlines-logo/japan-airlines/large.svg similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/japan-airlines/large.svg rename to apps/angular/src/assets/img/airlines-logo/japan-airlines/large.svg diff --git a/ClientApp/src/assets/img/airlines-logo/kenya-airways/large.svg b/apps/angular/src/assets/img/airlines-logo/kenya-airways/large.svg similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/kenya-airways/large.svg rename to apps/angular/src/assets/img/airlines-logo/kenya-airways/large.svg diff --git a/ClientApp/src/assets/img/airlines-logo/klm/large.png b/apps/angular/src/assets/img/airlines-logo/klm/large.png similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/klm/large.png rename to apps/angular/src/assets/img/airlines-logo/klm/large.png diff --git a/ClientApp/src/assets/img/airlines-logo/klm/round.png b/apps/angular/src/assets/img/airlines-logo/klm/round.png similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/klm/round.png rename to apps/angular/src/assets/img/airlines-logo/klm/round.png diff --git a/ClientApp/src/assets/img/airlines-logo/korean-air/large.svg b/apps/angular/src/assets/img/airlines-logo/korean-air/large.svg similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/korean-air/large.svg rename to apps/angular/src/assets/img/airlines-logo/korean-air/large.svg diff --git a/ClientApp/src/assets/img/airlines-logo/mea/large.png b/apps/angular/src/assets/img/airlines-logo/mea/large.png similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/mea/large.png rename to apps/angular/src/assets/img/airlines-logo/mea/large.png diff --git a/ClientApp/src/assets/img/airlines-logo/miat/large.svg b/apps/angular/src/assets/img/airlines-logo/miat/large.svg similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/miat/large.svg rename to apps/angular/src/assets/img/airlines-logo/miat/large.svg diff --git a/ClientApp/src/assets/img/airlines-logo/miat/round.svg b/apps/angular/src/assets/img/airlines-logo/miat/round.svg similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/miat/round.svg rename to apps/angular/src/assets/img/airlines-logo/miat/round.svg diff --git a/ClientApp/src/assets/img/airlines-logo/pobeda/large.svg b/apps/angular/src/assets/img/airlines-logo/pobeda/large.svg similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/pobeda/large.svg rename to apps/angular/src/assets/img/airlines-logo/pobeda/large.svg diff --git a/ClientApp/src/assets/img/airlines-logo/pobeda/round.png b/apps/angular/src/assets/img/airlines-logo/pobeda/round.png similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/pobeda/round.png rename to apps/angular/src/assets/img/airlines-logo/pobeda/round.png diff --git a/ClientApp/src/assets/img/airlines-logo/polish-airlines/large.png b/apps/angular/src/assets/img/airlines-logo/polish-airlines/large.png similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/polish-airlines/large.png rename to apps/angular/src/assets/img/airlines-logo/polish-airlines/large.png diff --git a/ClientApp/src/assets/img/airlines-logo/rossiya/large/en.svg b/apps/angular/src/assets/img/airlines-logo/rossiya/large/en.svg similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/rossiya/large/en.svg rename to apps/angular/src/assets/img/airlines-logo/rossiya/large/en.svg diff --git a/ClientApp/src/assets/img/airlines-logo/rossiya/large/ru.svg b/apps/angular/src/assets/img/airlines-logo/rossiya/large/ru.svg similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/rossiya/large/ru.svg rename to apps/angular/src/assets/img/airlines-logo/rossiya/large/ru.svg diff --git a/ClientApp/src/assets/img/airlines-logo/rossiya/round.png b/apps/angular/src/assets/img/airlines-logo/rossiya/round.png similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/rossiya/round.png rename to apps/angular/src/assets/img/airlines-logo/rossiya/round.png diff --git a/ClientApp/src/assets/img/airlines-logo/s7/large.svg b/apps/angular/src/assets/img/airlines-logo/s7/large.svg similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/s7/large.svg rename to apps/angular/src/assets/img/airlines-logo/s7/large.svg diff --git a/ClientApp/src/assets/img/airlines-logo/saudi-arabian-airlines/large.png b/apps/angular/src/assets/img/airlines-logo/saudi-arabian-airlines/large.png similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/saudi-arabian-airlines/large.png rename to apps/angular/src/assets/img/airlines-logo/saudi-arabian-airlines/large.png diff --git a/ClientApp/src/assets/img/airlines-logo/tarom/large.png b/apps/angular/src/assets/img/airlines-logo/tarom/large.png similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/tarom/large.png rename to apps/angular/src/assets/img/airlines-logo/tarom/large.png diff --git a/ClientApp/src/assets/img/airlines-logo/tarom/round.svg b/apps/angular/src/assets/img/airlines-logo/tarom/round.svg similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/tarom/round.svg rename to apps/angular/src/assets/img/airlines-logo/tarom/round.svg diff --git a/ClientApp/src/assets/img/airlines-logo/vietnam-airlines/large.png b/apps/angular/src/assets/img/airlines-logo/vietnam-airlines/large.png similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/vietnam-airlines/large.png rename to apps/angular/src/assets/img/airlines-logo/vietnam-airlines/large.png diff --git a/ClientApp/src/assets/img/airlines-logo/xiamen-air/large.svg b/apps/angular/src/assets/img/airlines-logo/xiamen-air/large.svg similarity index 100% rename from ClientApp/src/assets/img/airlines-logo/xiamen-air/large.svg rename to apps/angular/src/assets/img/airlines-logo/xiamen-air/large.svg diff --git a/ClientApp/src/assets/img/apple-touch-icon.png b/apps/angular/src/assets/img/apple-touch-icon.png similarity index 100% rename from ClientApp/src/assets/img/apple-touch-icon.png rename to apps/angular/src/assets/img/apple-touch-icon.png diff --git a/ClientApp/src/assets/img/arr-down.svg b/apps/angular/src/assets/img/arr-down.svg similarity index 100% rename from ClientApp/src/assets/img/arr-down.svg rename to apps/angular/src/assets/img/arr-down.svg diff --git a/ClientApp/src/assets/img/arrow-left.svg b/apps/angular/src/assets/img/arrow-left.svg similarity index 100% rename from ClientApp/src/assets/img/arrow-left.svg rename to apps/angular/src/assets/img/arrow-left.svg diff --git a/ClientApp/src/assets/img/arrow-right.svg b/apps/angular/src/assets/img/arrow-right.svg similarity index 100% rename from ClientApp/src/assets/img/arrow-right.svg rename to apps/angular/src/assets/img/arrow-right.svg diff --git a/ClientApp/src/assets/img/arrow-up.svg b/apps/angular/src/assets/img/arrow-up.svg similarity index 100% rename from ClientApp/src/assets/img/arrow-up.svg rename to apps/angular/src/assets/img/arrow-up.svg diff --git a/ClientApp/src/assets/img/background.jpg b/apps/angular/src/assets/img/background.jpg similarity index 100% rename from ClientApp/src/assets/img/background.jpg rename to apps/angular/src/assets/img/background.jpg diff --git a/ClientApp/src/assets/img/board.svg b/apps/angular/src/assets/img/board.svg similarity index 100% rename from ClientApp/src/assets/img/board.svg rename to apps/angular/src/assets/img/board.svg diff --git a/ClientApp/src/assets/img/calendar.svg b/apps/angular/src/assets/img/calendar.svg similarity index 100% rename from ClientApp/src/assets/img/calendar.svg rename to apps/angular/src/assets/img/calendar.svg diff --git a/ClientApp/src/assets/img/check-white.svg b/apps/angular/src/assets/img/check-white.svg similarity index 100% rename from ClientApp/src/assets/img/check-white.svg rename to apps/angular/src/assets/img/check-white.svg diff --git a/ClientApp/src/assets/img/check.svg b/apps/angular/src/assets/img/check.svg similarity index 100% rename from ClientApp/src/assets/img/check.svg rename to apps/angular/src/assets/img/check.svg diff --git a/ClientApp/src/assets/img/close.svg b/apps/angular/src/assets/img/close.svg similarity index 100% rename from ClientApp/src/assets/img/close.svg rename to apps/angular/src/assets/img/close.svg diff --git a/ClientApp/src/assets/img/deboard.svg b/apps/angular/src/assets/img/deboard.svg similarity index 100% rename from ClientApp/src/assets/img/deboard.svg rename to apps/angular/src/assets/img/deboard.svg diff --git a/ClientApp/src/assets/img/expand.svg b/apps/angular/src/assets/img/expand.svg similarity index 100% rename from ClientApp/src/assets/img/expand.svg rename to apps/angular/src/assets/img/expand.svg diff --git a/ClientApp/src/assets/img/favicon-16x16.png b/apps/angular/src/assets/img/favicon-16x16.png similarity index 100% rename from ClientApp/src/assets/img/favicon-16x16.png rename to apps/angular/src/assets/img/favicon-16x16.png diff --git a/ClientApp/src/assets/img/favicon-192x192.png b/apps/angular/src/assets/img/favicon-192x192.png similarity index 100% rename from ClientApp/src/assets/img/favicon-192x192.png rename to apps/angular/src/assets/img/favicon-192x192.png diff --git a/ClientApp/src/assets/img/favicon-32x32.png b/apps/angular/src/assets/img/favicon-32x32.png similarity index 100% rename from ClientApp/src/assets/img/favicon-32x32.png rename to apps/angular/src/assets/img/favicon-32x32.png diff --git a/ClientApp/src/assets/img/favicon-48x48.png b/apps/angular/src/assets/img/favicon-48x48.png similarity index 100% rename from ClientApp/src/assets/img/favicon-48x48.png rename to apps/angular/src/assets/img/favicon-48x48.png diff --git a/ClientApp/src/assets/img/favicon-57x57.png b/apps/angular/src/assets/img/favicon-57x57.png similarity index 100% rename from ClientApp/src/assets/img/favicon-57x57.png rename to apps/angular/src/assets/img/favicon-57x57.png diff --git a/ClientApp/src/assets/img/favicon-touch.png b/apps/angular/src/assets/img/favicon-touch.png similarity index 100% rename from ClientApp/src/assets/img/favicon-touch.png rename to apps/angular/src/assets/img/favicon-touch.png diff --git a/ClientApp/src/assets/img/favicon.ico b/apps/angular/src/assets/img/favicon.ico similarity index 100% rename from ClientApp/src/assets/img/favicon.ico rename to apps/angular/src/assets/img/favicon.ico diff --git a/ClientApp/src/assets/img/favicon.png b/apps/angular/src/assets/img/favicon.png similarity index 100% rename from ClientApp/src/assets/img/favicon.png rename to apps/angular/src/assets/img/favicon.png diff --git a/ClientApp/src/assets/img/header-test.html b/apps/angular/src/assets/img/header-test.html similarity index 100% rename from ClientApp/src/assets/img/header-test.html rename to apps/angular/src/assets/img/header-test.html diff --git a/ClientApp/src/assets/img/icon--search-blue.svg b/apps/angular/src/assets/img/icon--search-blue.svg similarity index 100% rename from ClientApp/src/assets/img/icon--search-blue.svg rename to apps/angular/src/assets/img/icon--search-blue.svg diff --git a/ClientApp/src/assets/img/icon--search.svg b/apps/angular/src/assets/img/icon--search.svg similarity index 100% rename from ClientApp/src/assets/img/icon--search.svg rename to apps/angular/src/assets/img/icon--search.svg diff --git a/ClientApp/src/assets/img/icon-not-found.svg b/apps/angular/src/assets/img/icon-not-found.svg similarity index 100% rename from ClientApp/src/assets/img/icon-not-found.svg rename to apps/angular/src/assets/img/icon-not-found.svg diff --git a/ClientApp/src/assets/img/lady404.png b/apps/angular/src/assets/img/lady404.png similarity index 100% rename from ClientApp/src/assets/img/lady404.png rename to apps/angular/src/assets/img/lady404.png diff --git a/ClientApp/src/assets/img/lady500.png b/apps/angular/src/assets/img/lady500.png similarity index 100% rename from ClientApp/src/assets/img/lady500.png rename to apps/angular/src/assets/img/lady500.png diff --git a/ClientApp/src/assets/img/leaflet/marker-blue-shadow.png b/apps/angular/src/assets/img/leaflet/marker-blue-shadow.png similarity index 100% rename from ClientApp/src/assets/img/leaflet/marker-blue-shadow.png rename to apps/angular/src/assets/img/leaflet/marker-blue-shadow.png diff --git a/ClientApp/src/assets/img/leaflet/marker-blue-small.png b/apps/angular/src/assets/img/leaflet/marker-blue-small.png similarity index 100% rename from ClientApp/src/assets/img/leaflet/marker-blue-small.png rename to apps/angular/src/assets/img/leaflet/marker-blue-small.png diff --git a/ClientApp/src/assets/img/leaflet/marker-blue.png b/apps/angular/src/assets/img/leaflet/marker-blue.png similarity index 100% rename from ClientApp/src/assets/img/leaflet/marker-blue.png rename to apps/angular/src/assets/img/leaflet/marker-blue.png diff --git a/ClientApp/src/assets/img/leaflet/marker-orange.png b/apps/angular/src/assets/img/leaflet/marker-orange.png similarity index 100% rename from ClientApp/src/assets/img/leaflet/marker-orange.png rename to apps/angular/src/assets/img/leaflet/marker-orange.png diff --git a/ClientApp/src/assets/img/list-remove.svg b/apps/angular/src/assets/img/list-remove.svg similarity index 100% rename from ClientApp/src/assets/img/list-remove.svg rename to apps/angular/src/assets/img/list-remove.svg diff --git a/ClientApp/src/assets/img/loader.gif b/apps/angular/src/assets/img/loader.gif similarity index 100% rename from ClientApp/src/assets/img/loader.gif rename to apps/angular/src/assets/img/loader.gif diff --git a/ClientApp/src/assets/img/not-found-location.svg b/apps/angular/src/assets/img/not-found-location.svg similarity index 100% rename from ClientApp/src/assets/img/not-found-location.svg rename to apps/angular/src/assets/img/not-found-location.svg diff --git a/ClientApp/src/assets/img/pin-24.svg b/apps/angular/src/assets/img/pin-24.svg similarity index 100% rename from ClientApp/src/assets/img/pin-24.svg rename to apps/angular/src/assets/img/pin-24.svg diff --git a/ClientApp/src/assets/img/print.svg b/apps/angular/src/assets/img/print.svg similarity index 100% rename from ClientApp/src/assets/img/print.svg rename to apps/angular/src/assets/img/print.svg diff --git a/ClientApp/src/assets/img/schedule-title-icon-1.svg b/apps/angular/src/assets/img/schedule-title-icon-1.svg similarity index 100% rename from ClientApp/src/assets/img/schedule-title-icon-1.svg rename to apps/angular/src/assets/img/schedule-title-icon-1.svg diff --git a/ClientApp/src/assets/img/schedule-title-icon-2.svg b/apps/angular/src/assets/img/schedule-title-icon-2.svg similarity index 100% rename from ClientApp/src/assets/img/schedule-title-icon-2.svg rename to apps/angular/src/assets/img/schedule-title-icon-2.svg diff --git a/ClientApp/src/assets/img/schedule-title-icon-3.svg b/apps/angular/src/assets/img/schedule-title-icon-3.svg similarity index 100% rename from ClientApp/src/assets/img/schedule-title-icon-3.svg rename to apps/angular/src/assets/img/schedule-title-icon-3.svg diff --git a/ClientApp/src/assets/img/schedule-title-icon-4.svg b/apps/angular/src/assets/img/schedule-title-icon-4.svg similarity index 100% rename from ClientApp/src/assets/img/schedule-title-icon-4.svg rename to apps/angular/src/assets/img/schedule-title-icon-4.svg diff --git a/ClientApp/src/assets/img/schedule-title-icon-5.svg b/apps/angular/src/assets/img/schedule-title-icon-5.svg similarity index 100% rename from ClientApp/src/assets/img/schedule-title-icon-5.svg rename to apps/angular/src/assets/img/schedule-title-icon-5.svg diff --git a/ClientApp/src/assets/img/schedule-title-icon-6.svg b/apps/angular/src/assets/img/schedule-title-icon-6.svg similarity index 100% rename from ClientApp/src/assets/img/schedule-title-icon-6.svg rename to apps/angular/src/assets/img/schedule-title-icon-6.svg diff --git a/ClientApp/src/assets/img/service-and-food-icons/business.svg b/apps/angular/src/assets/img/service-and-food-icons/business.svg similarity index 100% rename from ClientApp/src/assets/img/service-and-food-icons/business.svg rename to apps/angular/src/assets/img/service-and-food-icons/business.svg diff --git a/ClientApp/src/assets/img/service-and-food-icons/class.svg b/apps/angular/src/assets/img/service-and-food-icons/class.svg similarity index 100% rename from ClientApp/src/assets/img/service-and-food-icons/class.svg rename to apps/angular/src/assets/img/service-and-food-icons/class.svg diff --git a/ClientApp/src/assets/img/service-and-food-icons/comfort-plus.svg b/apps/angular/src/assets/img/service-and-food-icons/comfort-plus.svg similarity index 100% rename from ClientApp/src/assets/img/service-and-food-icons/comfort-plus.svg rename to apps/angular/src/assets/img/service-and-food-icons/comfort-plus.svg diff --git a/ClientApp/src/assets/img/service-and-food-icons/comfort.svg b/apps/angular/src/assets/img/service-and-food-icons/comfort.svg similarity index 100% rename from ClientApp/src/assets/img/service-and-food-icons/comfort.svg rename to apps/angular/src/assets/img/service-and-food-icons/comfort.svg diff --git a/ClientApp/src/assets/img/service-and-food-icons/econom.svg b/apps/angular/src/assets/img/service-and-food-icons/econom.svg similarity index 100% rename from ClientApp/src/assets/img/service-and-food-icons/econom.svg rename to apps/angular/src/assets/img/service-and-food-icons/econom.svg diff --git a/ClientApp/src/assets/img/service-and-food-icons/entertaiment-system.svg b/apps/angular/src/assets/img/service-and-food-icons/entertaiment-system.svg similarity index 100% rename from ClientApp/src/assets/img/service-and-food-icons/entertaiment-system.svg rename to apps/angular/src/assets/img/service-and-food-icons/entertaiment-system.svg diff --git a/ClientApp/src/assets/img/service-and-food-icons/entertaintment.svg b/apps/angular/src/assets/img/service-and-food-icons/entertaintment.svg similarity index 100% rename from ClientApp/src/assets/img/service-and-food-icons/entertaintment.svg rename to apps/angular/src/assets/img/service-and-food-icons/entertaintment.svg diff --git a/ClientApp/src/assets/img/service-and-food-icons/food.svg b/apps/angular/src/assets/img/service-and-food-icons/food.svg similarity index 100% rename from ClientApp/src/assets/img/service-and-food-icons/food.svg rename to apps/angular/src/assets/img/service-and-food-icons/food.svg diff --git a/ClientApp/src/assets/img/service-and-food-icons/gsm.svg b/apps/angular/src/assets/img/service-and-food-icons/gsm.svg similarity index 100% rename from ClientApp/src/assets/img/service-and-food-icons/gsm.svg rename to apps/angular/src/assets/img/service-and-food-icons/gsm.svg diff --git a/ClientApp/src/assets/img/service-and-food-icons/internet.svg b/apps/angular/src/assets/img/service-and-food-icons/internet.svg similarity index 100% rename from ClientApp/src/assets/img/service-and-food-icons/internet.svg rename to apps/angular/src/assets/img/service-and-food-icons/internet.svg diff --git a/ClientApp/src/assets/img/service-and-food-icons/menu.svg b/apps/angular/src/assets/img/service-and-food-icons/menu.svg similarity index 100% rename from ClientApp/src/assets/img/service-and-food-icons/menu.svg rename to apps/angular/src/assets/img/service-and-food-icons/menu.svg diff --git a/ClientApp/src/assets/img/service-and-food-icons/plate.svg b/apps/angular/src/assets/img/service-and-food-icons/plate.svg similarity index 100% rename from ClientApp/src/assets/img/service-and-food-icons/plate.svg rename to apps/angular/src/assets/img/service-and-food-icons/plate.svg diff --git a/ClientApp/src/assets/img/service-and-food-icons/schield.svg b/apps/angular/src/assets/img/service-and-food-icons/schield.svg similarity index 100% rename from ClientApp/src/assets/img/service-and-food-icons/schield.svg rename to apps/angular/src/assets/img/service-and-food-icons/schield.svg diff --git a/ClientApp/src/assets/img/service-and-food-icons/seat.svg b/apps/angular/src/assets/img/service-and-food-icons/seat.svg similarity index 100% rename from ClientApp/src/assets/img/service-and-food-icons/seat.svg rename to apps/angular/src/assets/img/service-and-food-icons/seat.svg diff --git a/ClientApp/src/assets/img/service-and-food-icons/seat_reservation.svg b/apps/angular/src/assets/img/service-and-food-icons/seat_reservation.svg similarity index 100% rename from ClientApp/src/assets/img/service-and-food-icons/seat_reservation.svg rename to apps/angular/src/assets/img/service-and-food-icons/seat_reservation.svg diff --git a/ClientApp/src/assets/img/service-and-food-icons/service-and-food-icons.zip b/apps/angular/src/assets/img/service-and-food-icons/service-and-food-icons.zip similarity index 100% rename from ClientApp/src/assets/img/service-and-food-icons/service-and-food-icons.zip rename to apps/angular/src/assets/img/service-and-food-icons/service-and-food-icons.zip diff --git a/ClientApp/src/assets/img/service-and-food-icons/shopping.svg b/apps/angular/src/assets/img/service-and-food-icons/shopping.svg similarity index 100% rename from ClientApp/src/assets/img/service-and-food-icons/shopping.svg rename to apps/angular/src/assets/img/service-and-food-icons/shopping.svg diff --git a/ClientApp/src/assets/img/service-and-food-icons/space.svg b/apps/angular/src/assets/img/service-and-food-icons/space.svg similarity index 100% rename from ClientApp/src/assets/img/service-and-food-icons/space.svg rename to apps/angular/src/assets/img/service-and-food-icons/space.svg diff --git a/ClientApp/src/assets/img/service-and-food-icons/special-food.svg b/apps/angular/src/assets/img/service-and-food-icons/special-food.svg similarity index 100% rename from ClientApp/src/assets/img/service-and-food-icons/special-food.svg rename to apps/angular/src/assets/img/service-and-food-icons/special-food.svg diff --git a/ClientApp/src/assets/img/service-and-food-icons/taxi.svg b/apps/angular/src/assets/img/service-and-food-icons/taxi.svg similarity index 100% rename from ClientApp/src/assets/img/service-and-food-icons/taxi.svg rename to apps/angular/src/assets/img/service-and-food-icons/taxi.svg diff --git a/ClientApp/src/assets/img/service-and-food-icons/upgrade_class.svg b/apps/angular/src/assets/img/service-and-food-icons/upgrade_class.svg similarity index 100% rename from ClientApp/src/assets/img/service-and-food-icons/upgrade_class.svg rename to apps/angular/src/assets/img/service-and-food-icons/upgrade_class.svg diff --git a/ClientApp/src/assets/img/service-and-food-icons/vegetables.svg b/apps/angular/src/assets/img/service-and-food-icons/vegetables.svg similarity index 100% rename from ClientApp/src/assets/img/service-and-food-icons/vegetables.svg rename to apps/angular/src/assets/img/service-and-food-icons/vegetables.svg diff --git a/ClientApp/src/assets/img/service-and-food-icons/video.svg b/apps/angular/src/assets/img/service-and-food-icons/video.svg similarity index 100% rename from ClientApp/src/assets/img/service-and-food-icons/video.svg rename to apps/angular/src/assets/img/service-and-food-icons/video.svg diff --git a/ClientApp/src/assets/img/service-and-food-icons/wifi.svg b/apps/angular/src/assets/img/service-and-food-icons/wifi.svg similarity index 100% rename from ClientApp/src/assets/img/service-and-food-icons/wifi.svg rename to apps/angular/src/assets/img/service-and-food-icons/wifi.svg diff --git a/ClientApp/src/assets/img/share.svg b/apps/angular/src/assets/img/share.svg similarity index 100% rename from ClientApp/src/assets/img/share.svg rename to apps/angular/src/assets/img/share.svg diff --git a/ClientApp/src/assets/img/share/copy.svg b/apps/angular/src/assets/img/share/copy.svg similarity index 100% rename from ClientApp/src/assets/img/share/copy.svg rename to apps/angular/src/assets/img/share/copy.svg diff --git a/ClientApp/src/assets/img/share/facebook.svg b/apps/angular/src/assets/img/share/facebook.svg similarity index 100% rename from ClientApp/src/assets/img/share/facebook.svg rename to apps/angular/src/assets/img/share/facebook.svg diff --git a/ClientApp/src/assets/img/share/twitter.svg b/apps/angular/src/assets/img/share/twitter.svg similarity index 100% rename from ClientApp/src/assets/img/share/twitter.svg rename to apps/angular/src/assets/img/share/twitter.svg diff --git a/ClientApp/src/assets/img/share/vk.svg b/apps/angular/src/assets/img/share/vk.svg similarity index 100% rename from ClientApp/src/assets/img/share/vk.svg rename to apps/angular/src/assets/img/share/vk.svg diff --git a/ClientApp/src/assets/img/share/weibo.svg b/apps/angular/src/assets/img/share/weibo.svg similarity index 100% rename from ClientApp/src/assets/img/share/weibo.svg rename to apps/angular/src/assets/img/share/weibo.svg diff --git a/ClientApp/src/assets/img/sprite.svg b/apps/angular/src/assets/img/sprite.svg similarity index 100% rename from ClientApp/src/assets/img/sprite.svg rename to apps/angular/src/assets/img/sprite.svg diff --git a/ClientApp/src/assets/img/tabs-shadow-left.svg b/apps/angular/src/assets/img/tabs-shadow-left.svg similarity index 100% rename from ClientApp/src/assets/img/tabs-shadow-left.svg rename to apps/angular/src/assets/img/tabs-shadow-left.svg diff --git a/ClientApp/src/assets/img/tabs-shadow-right.svg b/apps/angular/src/assets/img/tabs-shadow-right.svg similarity index 100% rename from ClientApp/src/assets/img/tabs-shadow-right.svg rename to apps/angular/src/assets/img/tabs-shadow-right.svg diff --git a/ClientApp/src/assets/img/time-blue.svg b/apps/angular/src/assets/img/time-blue.svg similarity index 100% rename from ClientApp/src/assets/img/time-blue.svg rename to apps/angular/src/assets/img/time-blue.svg diff --git a/ClientApp/src/assets/img/time-orange.svg b/apps/angular/src/assets/img/time-orange.svg similarity index 100% rename from ClientApp/src/assets/img/time-orange.svg rename to apps/angular/src/assets/img/time-orange.svg diff --git a/ClientApp/src/assets/img/title-icon-1.svg b/apps/angular/src/assets/img/title-icon-1.svg similarity index 100% rename from ClientApp/src/assets/img/title-icon-1.svg rename to apps/angular/src/assets/img/title-icon-1.svg diff --git a/ClientApp/src/assets/img/title-icon-2.svg b/apps/angular/src/assets/img/title-icon-2.svg similarity index 100% rename from ClientApp/src/assets/img/title-icon-2.svg rename to apps/angular/src/assets/img/title-icon-2.svg diff --git a/ClientApp/src/assets/img/title-icon-3.svg b/apps/angular/src/assets/img/title-icon-3.svg similarity index 100% rename from ClientApp/src/assets/img/title-icon-3.svg rename to apps/angular/src/assets/img/title-icon-3.svg diff --git a/ClientApp/src/assets/img/title-icon-4.svg b/apps/angular/src/assets/img/title-icon-4.svg similarity index 100% rename from ClientApp/src/assets/img/title-icon-4.svg rename to apps/angular/src/assets/img/title-icon-4.svg diff --git a/ClientApp/src/environments/environment.development.ts b/apps/angular/src/environments/environment.development.ts similarity index 100% rename from ClientApp/src/environments/environment.development.ts rename to apps/angular/src/environments/environment.development.ts diff --git a/ClientApp/src/environments/environment.prod.ts b/apps/angular/src/environments/environment.prod.ts similarity index 100% rename from ClientApp/src/environments/environment.prod.ts rename to apps/angular/src/environments/environment.prod.ts diff --git a/ClientApp/src/environments/environment.testing.ts b/apps/angular/src/environments/environment.testing.ts similarity index 100% rename from ClientApp/src/environments/environment.testing.ts rename to apps/angular/src/environments/environment.testing.ts diff --git a/ClientApp/src/environments/environment.ts b/apps/angular/src/environments/environment.ts similarity index 100% rename from ClientApp/src/environments/environment.ts rename to apps/angular/src/environments/environment.ts diff --git a/ClientApp/src/favicon.ico b/apps/angular/src/favicon.ico similarity index 100% rename from ClientApp/src/favicon.ico rename to apps/angular/src/favicon.ico diff --git a/ClientApp/src/fonts.scss b/apps/angular/src/fonts.scss similarity index 100% rename from ClientApp/src/fonts.scss rename to apps/angular/src/fonts.scss diff --git a/ClientApp/src/googledeb8cf566236306b.html b/apps/angular/src/googledeb8cf566236306b.html similarity index 100% rename from ClientApp/src/googledeb8cf566236306b.html rename to apps/angular/src/googledeb8cf566236306b.html diff --git a/ClientApp/src/index.dev.html b/apps/angular/src/index.dev.html similarity index 100% rename from ClientApp/src/index.dev.html rename to apps/angular/src/index.dev.html diff --git a/ClientApp/src/index.html b/apps/angular/src/index.html similarity index 100% rename from ClientApp/src/index.html rename to apps/angular/src/index.html diff --git a/ClientApp/src/main.ts b/apps/angular/src/main.ts similarity index 100% rename from ClientApp/src/main.ts rename to apps/angular/src/main.ts diff --git a/ClientApp/src/polyfills.ts b/apps/angular/src/polyfills.ts similarity index 100% rename from ClientApp/src/polyfills.ts rename to apps/angular/src/polyfills.ts diff --git a/ClientApp/src/polyfills/array.extensions.ts b/apps/angular/src/polyfills/array.extensions.ts similarity index 100% rename from ClientApp/src/polyfills/array.extensions.ts rename to apps/angular/src/polyfills/array.extensions.ts diff --git a/ClientApp/src/polyfills/padstart.ts b/apps/angular/src/polyfills/padstart.ts similarity index 100% rename from ClientApp/src/polyfills/padstart.ts rename to apps/angular/src/polyfills/padstart.ts diff --git a/ClientApp/src/proxy.conf.json b/apps/angular/src/proxy.conf.json similarity index 100% rename from ClientApp/src/proxy.conf.json rename to apps/angular/src/proxy.conf.json diff --git a/ClientApp/src/styles.scss b/apps/angular/src/styles.scss similarity index 100% rename from ClientApp/src/styles.scss rename to apps/angular/src/styles.scss diff --git a/ClientApp/src/styles/_banners.scss b/apps/angular/src/styles/_banners.scss similarity index 100% rename from ClientApp/src/styles/_banners.scss rename to apps/angular/src/styles/_banners.scss diff --git a/ClientApp/src/styles/_buttons.scss b/apps/angular/src/styles/_buttons.scss similarity index 100% rename from ClientApp/src/styles/_buttons.scss rename to apps/angular/src/styles/_buttons.scss diff --git a/ClientApp/src/styles/_colors.scss b/apps/angular/src/styles/_colors.scss similarity index 100% rename from ClientApp/src/styles/_colors.scss rename to apps/angular/src/styles/_colors.scss diff --git a/ClientApp/src/styles/_common.scss b/apps/angular/src/styles/_common.scss similarity index 100% rename from ClientApp/src/styles/_common.scss rename to apps/angular/src/styles/_common.scss diff --git a/ClientApp/src/styles/_fonts.classes.scss b/apps/angular/src/styles/_fonts.classes.scss similarity index 100% rename from ClientApp/src/styles/_fonts.classes.scss rename to apps/angular/src/styles/_fonts.classes.scss diff --git a/ClientApp/src/styles/_fonts.scss b/apps/angular/src/styles/_fonts.scss similarity index 100% rename from ClientApp/src/styles/_fonts.scss rename to apps/angular/src/styles/_fonts.scss diff --git a/ClientApp/src/styles/_grid-sizes.scss b/apps/angular/src/styles/_grid-sizes.scss similarity index 100% rename from ClientApp/src/styles/_grid-sizes.scss rename to apps/angular/src/styles/_grid-sizes.scss diff --git a/ClientApp/src/styles/_icons.scss b/apps/angular/src/styles/_icons.scss similarity index 100% rename from ClientApp/src/styles/_icons.scss rename to apps/angular/src/styles/_icons.scss diff --git a/ClientApp/src/styles/_layout-print.scss b/apps/angular/src/styles/_layout-print.scss similarity index 100% rename from ClientApp/src/styles/_layout-print.scss rename to apps/angular/src/styles/_layout-print.scss diff --git a/ClientApp/src/styles/_layout.scss b/apps/angular/src/styles/_layout.scss similarity index 100% rename from ClientApp/src/styles/_layout.scss rename to apps/angular/src/styles/_layout.scss diff --git a/ClientApp/src/styles/_layouts.scss b/apps/angular/src/styles/_layouts.scss similarity index 100% rename from ClientApp/src/styles/_layouts.scss rename to apps/angular/src/styles/_layouts.scss diff --git a/ClientApp/src/styles/_leaflet-popup.scss b/apps/angular/src/styles/_leaflet-popup.scss similarity index 100% rename from ClientApp/src/styles/_leaflet-popup.scss rename to apps/angular/src/styles/_leaflet-popup.scss diff --git a/ClientApp/src/styles/_logos.scss b/apps/angular/src/styles/_logos.scss similarity index 100% rename from ClientApp/src/styles/_logos.scss rename to apps/angular/src/styles/_logos.scss diff --git a/ClientApp/src/styles/_mixins.scss b/apps/angular/src/styles/_mixins.scss similarity index 100% rename from ClientApp/src/styles/_mixins.scss rename to apps/angular/src/styles/_mixins.scss diff --git a/ClientApp/src/styles/_overrides.scss b/apps/angular/src/styles/_overrides.scss similarity index 100% rename from ClientApp/src/styles/_overrides.scss rename to apps/angular/src/styles/_overrides.scss diff --git a/ClientApp/src/styles/_positioning.scss b/apps/angular/src/styles/_positioning.scss similarity index 100% rename from ClientApp/src/styles/_positioning.scss rename to apps/angular/src/styles/_positioning.scss diff --git a/ClientApp/src/styles/_prime-calendar.scss b/apps/angular/src/styles/_prime-calendar.scss similarity index 100% rename from ClientApp/src/styles/_prime-calendar.scss rename to apps/angular/src/styles/_prime-calendar.scss diff --git a/ClientApp/src/styles/_prime-styles.scss b/apps/angular/src/styles/_prime-styles.scss similarity index 100% rename from ClientApp/src/styles/_prime-styles.scss rename to apps/angular/src/styles/_prime-styles.scss diff --git a/ClientApp/src/styles/_reset.scss b/apps/angular/src/styles/_reset.scss similarity index 100% rename from ClientApp/src/styles/_reset.scss rename to apps/angular/src/styles/_reset.scss diff --git a/ClientApp/src/styles/_screen.scss b/apps/angular/src/styles/_screen.scss similarity index 100% rename from ClientApp/src/styles/_screen.scss rename to apps/angular/src/styles/_screen.scss diff --git a/ClientApp/src/styles/_scrollbar.scss b/apps/angular/src/styles/_scrollbar.scss similarity index 100% rename from ClientApp/src/styles/_scrollbar.scss rename to apps/angular/src/styles/_scrollbar.scss diff --git a/ClientApp/src/styles/_shadows.scss b/apps/angular/src/styles/_shadows.scss similarity index 100% rename from ClientApp/src/styles/_shadows.scss rename to apps/angular/src/styles/_shadows.scss diff --git a/ClientApp/src/styles/_tooltips.scss b/apps/angular/src/styles/_tooltips.scss similarity index 100% rename from ClientApp/src/styles/_tooltips.scss rename to apps/angular/src/styles/_tooltips.scss diff --git a/ClientApp/src/styles/_variables.scss b/apps/angular/src/styles/_variables.scss similarity index 100% rename from ClientApp/src/styles/_variables.scss rename to apps/angular/src/styles/_variables.scss diff --git a/ClientApp/src/styles/framework.scss b/apps/angular/src/styles/framework.scss similarity index 100% rename from ClientApp/src/styles/framework.scss rename to apps/angular/src/styles/framework.scss diff --git a/ClientApp/src/styles/pages/adaptive/_flight_details-row.scss b/apps/angular/src/styles/pages/adaptive/_flight_details-row.scss similarity index 100% rename from ClientApp/src/styles/pages/adaptive/_flight_details-row.scss rename to apps/angular/src/styles/pages/adaptive/_flight_details-row.scss diff --git a/ClientApp/src/styles/pages/adaptive/_flights-board-details-page-adaptive.scss b/apps/angular/src/styles/pages/adaptive/_flights-board-details-page-adaptive.scss similarity index 100% rename from ClientApp/src/styles/pages/adaptive/_flights-board-details-page-adaptive.scss rename to apps/angular/src/styles/pages/adaptive/_flights-board-details-page-adaptive.scss diff --git a/ClientApp/src/styles/pages/adaptive/_layout-adaptive.scss b/apps/angular/src/styles/pages/adaptive/_layout-adaptive.scss similarity index 100% rename from ClientApp/src/styles/pages/adaptive/_layout-adaptive.scss rename to apps/angular/src/styles/pages/adaptive/_layout-adaptive.scss diff --git a/ClientApp/src/styles/pages/adaptive/_page-filters-adaptive.scss b/apps/angular/src/styles/pages/adaptive/_page-filters-adaptive.scss similarity index 100% rename from ClientApp/src/styles/pages/adaptive/_page-filters-adaptive.scss rename to apps/angular/src/styles/pages/adaptive/_page-filters-adaptive.scss diff --git a/ClientApp/src/styles/pages/adaptive/_schedule-page-filters-adaptive.scss b/apps/angular/src/styles/pages/adaptive/_schedule-page-filters-adaptive.scss similarity index 100% rename from ClientApp/src/styles/pages/adaptive/_schedule-page-filters-adaptive.scss rename to apps/angular/src/styles/pages/adaptive/_schedule-page-filters-adaptive.scss diff --git a/ClientApp/src/styles/pages/adaptive/fligjts-map-filters-adaptive.scss b/apps/angular/src/styles/pages/adaptive/fligjts-map-filters-adaptive.scss similarity index 100% rename from ClientApp/src/styles/pages/adaptive/fligjts-map-filters-adaptive.scss rename to apps/angular/src/styles/pages/adaptive/fligjts-map-filters-adaptive.scss diff --git a/ClientApp/src/styles/pages/adaptive/schedule-flight-select-adaptive.scss b/apps/angular/src/styles/pages/adaptive/schedule-flight-select-adaptive.scss similarity index 100% rename from ClientApp/src/styles/pages/adaptive/schedule-flight-select-adaptive.scss rename to apps/angular/src/styles/pages/adaptive/schedule-flight-select-adaptive.scss diff --git a/ClientApp/src/styles/pages/board/board-flight-body.scss b/apps/angular/src/styles/pages/board/board-flight-body.scss similarity index 100% rename from ClientApp/src/styles/pages/board/board-flight-body.scss rename to apps/angular/src/styles/pages/board/board-flight-body.scss diff --git a/ClientApp/src/styles/pages/board/board-flight-header.scss b/apps/angular/src/styles/pages/board/board-flight-header.scss similarity index 100% rename from ClientApp/src/styles/pages/board/board-flight-header.scss rename to apps/angular/src/styles/pages/board/board-flight-header.scss diff --git a/ClientApp/src/styles/pages/board/board-search-result.scss b/apps/angular/src/styles/pages/board/board-search-result.scss similarity index 100% rename from ClientApp/src/styles/pages/board/board-search-result.scss rename to apps/angular/src/styles/pages/board/board-search-result.scss diff --git a/ClientApp/src/styles/pages/board/components/city-autocomplite.scss b/apps/angular/src/styles/pages/board/components/city-autocomplite.scss similarity index 100% rename from ClientApp/src/styles/pages/board/components/city-autocomplite.scss rename to apps/angular/src/styles/pages/board/components/city-autocomplite.scss diff --git a/ClientApp/src/styles/pages/board/components/details/board-details.scss b/apps/angular/src/styles/pages/board/components/details/board-details.scss similarity index 100% rename from ClientApp/src/styles/pages/board/components/details/board-details.scss rename to apps/angular/src/styles/pages/board/components/details/board-details.scss diff --git a/ClientApp/src/styles/pages/board/components/details/details-back.scss b/apps/angular/src/styles/pages/board/components/details/details-back.scss similarity index 100% rename from ClientApp/src/styles/pages/board/components/details/details-back.scss rename to apps/angular/src/styles/pages/board/components/details/details-back.scss diff --git a/ClientApp/src/styles/pages/board/components/details/flight-details-full-route.scss b/apps/angular/src/styles/pages/board/components/details/flight-details-full-route.scss similarity index 100% rename from ClientApp/src/styles/pages/board/components/details/flight-details-full-route.scss rename to apps/angular/src/styles/pages/board/components/details/flight-details-full-route.scss diff --git a/ClientApp/src/styles/pages/board/components/details/flight-details-icons-update-time.scss b/apps/angular/src/styles/pages/board/components/details/flight-details-icons-update-time.scss similarity index 100% rename from ClientApp/src/styles/pages/board/components/details/flight-details-icons-update-time.scss rename to apps/angular/src/styles/pages/board/components/details/flight-details-icons-update-time.scss diff --git a/ClientApp/src/styles/pages/board/components/details/flight-details-info.scss b/apps/angular/src/styles/pages/board/components/details/flight-details-info.scss similarity index 100% rename from ClientApp/src/styles/pages/board/components/details/flight-details-info.scss rename to apps/angular/src/styles/pages/board/components/details/flight-details-info.scss diff --git a/ClientApp/src/styles/pages/board/components/details/flight-details-list.scss b/apps/angular/src/styles/pages/board/components/details/flight-details-list.scss similarity index 100% rename from ClientApp/src/styles/pages/board/components/details/flight-details-list.scss rename to apps/angular/src/styles/pages/board/components/details/flight-details-list.scss diff --git a/ClientApp/src/styles/pages/board/components/details/flight-details-schedule.scss b/apps/angular/src/styles/pages/board/components/details/flight-details-schedule.scss similarity index 100% rename from ClientApp/src/styles/pages/board/components/details/flight-details-schedule.scss rename to apps/angular/src/styles/pages/board/components/details/flight-details-schedule.scss diff --git a/ClientApp/src/styles/pages/board/components/details/flight-details-wrapper.scss b/apps/angular/src/styles/pages/board/components/details/flight-details-wrapper.scss similarity index 100% rename from ClientApp/src/styles/pages/board/components/details/flight-details-wrapper.scss rename to apps/angular/src/styles/pages/board/components/details/flight-details-wrapper.scss diff --git a/ClientApp/src/styles/pages/board/components/details/flight-details.scss b/apps/angular/src/styles/pages/board/components/details/flight-details.scss similarity index 100% rename from ClientApp/src/styles/pages/board/components/details/flight-details.scss rename to apps/angular/src/styles/pages/board/components/details/flight-details.scss diff --git a/ClientApp/src/styles/pages/board/components/flight-details-row/flight-details-row.scss b/apps/angular/src/styles/pages/board/components/flight-details-row/flight-details-row.scss similarity index 100% rename from ClientApp/src/styles/pages/board/components/flight-details-row/flight-details-row.scss rename to apps/angular/src/styles/pages/board/components/flight-details-row/flight-details-row.scss diff --git a/ClientApp/src/styles/pages/board/components/flight-details-row/transfer-inline-extended.scss b/apps/angular/src/styles/pages/board/components/flight-details-row/transfer-inline-extended.scss similarity index 100% rename from ClientApp/src/styles/pages/board/components/flight-details-row/transfer-inline-extended.scss rename to apps/angular/src/styles/pages/board/components/flight-details-row/transfer-inline-extended.scss diff --git a/ClientApp/src/styles/pages/board/components/flight-icons.scss b/apps/angular/src/styles/pages/board/components/flight-icons.scss similarity index 100% rename from ClientApp/src/styles/pages/board/components/flight-icons.scss rename to apps/angular/src/styles/pages/board/components/flight-icons.scss diff --git a/ClientApp/src/styles/pages/board/components/flight-number-filter.scss b/apps/angular/src/styles/pages/board/components/flight-number-filter.scss similarity index 100% rename from ClientApp/src/styles/pages/board/components/flight-number-filter.scss rename to apps/angular/src/styles/pages/board/components/flight-number-filter.scss diff --git a/ClientApp/src/styles/pages/board/components/page-breadcrumds.scss b/apps/angular/src/styles/pages/board/components/page-breadcrumds.scss similarity index 100% rename from ClientApp/src/styles/pages/board/components/page-breadcrumds.scss rename to apps/angular/src/styles/pages/board/components/page-breadcrumds.scss diff --git a/ClientApp/src/styles/pages/board/components/page-date-tab-selector.scss b/apps/angular/src/styles/pages/board/components/page-date-tab-selector.scss similarity index 100% rename from ClientApp/src/styles/pages/board/components/page-date-tab-selector.scss rename to apps/angular/src/styles/pages/board/components/page-date-tab-selector.scss diff --git a/ClientApp/src/styles/pages/board/components/page-filters.scss b/apps/angular/src/styles/pages/board/components/page-filters.scss similarity index 100% rename from ClientApp/src/styles/pages/board/components/page-filters.scss rename to apps/angular/src/styles/pages/board/components/page-filters.scss diff --git a/ClientApp/src/styles/pages/board/components/page-loader.scss b/apps/angular/src/styles/pages/board/components/page-loader.scss similarity index 100% rename from ClientApp/src/styles/pages/board/components/page-loader.scss rename to apps/angular/src/styles/pages/board/components/page-loader.scss diff --git a/ClientApp/src/styles/pages/board/components/page-tabs.scss b/apps/angular/src/styles/pages/board/components/page-tabs.scss similarity index 100% rename from ClientApp/src/styles/pages/board/components/page-tabs.scss rename to apps/angular/src/styles/pages/board/components/page-tabs.scss diff --git a/ClientApp/src/styles/pages/board/components/page-time-selector.scss b/apps/angular/src/styles/pages/board/components/page-time-selector.scss similarity index 100% rename from ClientApp/src/styles/pages/board/components/page-time-selector.scss rename to apps/angular/src/styles/pages/board/components/page-time-selector.scss diff --git a/ClientApp/src/styles/pages/board/components/page-your-search.scss b/apps/angular/src/styles/pages/board/components/page-your-search.scss similarity index 100% rename from ClientApp/src/styles/pages/board/components/page-your-search.scss rename to apps/angular/src/styles/pages/board/components/page-your-search.scss diff --git a/ClientApp/src/styles/pages/board/index.scss b/apps/angular/src/styles/pages/board/index.scss similarity index 100% rename from ClientApp/src/styles/pages/board/index.scss rename to apps/angular/src/styles/pages/board/index.scss diff --git a/ClientApp/src/styles/pages/board/start.scss b/apps/angular/src/styles/pages/board/start.scss similarity index 100% rename from ClientApp/src/styles/pages/board/start.scss rename to apps/angular/src/styles/pages/board/start.scss diff --git a/ClientApp/src/styles/pages/schedule/details/schedule-details.scss b/apps/angular/src/styles/pages/schedule/details/schedule-details.scss similarity index 100% rename from ClientApp/src/styles/pages/schedule/details/schedule-details.scss rename to apps/angular/src/styles/pages/schedule/details/schedule-details.scss diff --git a/ClientApp/src/styles/pages/schedule/download-schedule-dialog.scss b/apps/angular/src/styles/pages/schedule/download-schedule-dialog.scss similarity index 100% rename from ClientApp/src/styles/pages/schedule/download-schedule-dialog.scss rename to apps/angular/src/styles/pages/schedule/download-schedule-dialog.scss diff --git a/ClientApp/src/styles/pages/schedule/flight/schedule-flight-body.scss b/apps/angular/src/styles/pages/schedule/flight/schedule-flight-body.scss similarity index 100% rename from ClientApp/src/styles/pages/schedule/flight/schedule-flight-body.scss rename to apps/angular/src/styles/pages/schedule/flight/schedule-flight-body.scss diff --git a/ClientApp/src/styles/pages/schedule/flight/schedule-flight-header.scss b/apps/angular/src/styles/pages/schedule/flight/schedule-flight-header.scss similarity index 100% rename from ClientApp/src/styles/pages/schedule/flight/schedule-flight-header.scss rename to apps/angular/src/styles/pages/schedule/flight/schedule-flight-header.scss diff --git a/ClientApp/src/styles/pages/schedule/home.scss b/apps/angular/src/styles/pages/schedule/home.scss similarity index 100% rename from ClientApp/src/styles/pages/schedule/home.scss rename to apps/angular/src/styles/pages/schedule/home.scss diff --git a/ClientApp/src/styles/pages/schedule/index.scss b/apps/angular/src/styles/pages/schedule/index.scss similarity index 100% rename from ClientApp/src/styles/pages/schedule/index.scss rename to apps/angular/src/styles/pages/schedule/index.scss diff --git a/ClientApp/src/styles/pages/schedule/schedule-flight-select.scss b/apps/angular/src/styles/pages/schedule/schedule-flight-select.scss similarity index 100% rename from ClientApp/src/styles/pages/schedule/schedule-flight-select.scss rename to apps/angular/src/styles/pages/schedule/schedule-flight-select.scss diff --git a/ClientApp/src/styles/pages/schedule/schedule-search-result-day.scss b/apps/angular/src/styles/pages/schedule/schedule-search-result-day.scss similarity index 100% rename from ClientApp/src/styles/pages/schedule/schedule-search-result-day.scss rename to apps/angular/src/styles/pages/schedule/schedule-search-result-day.scss diff --git a/ClientApp/src/styles/pages/schedule/schedule-search-result-header.scss b/apps/angular/src/styles/pages/schedule/schedule-search-result-header.scss similarity index 100% rename from ClientApp/src/styles/pages/schedule/schedule-search-result-header.scss rename to apps/angular/src/styles/pages/schedule/schedule-search-result-header.scss diff --git a/ClientApp/src/styles/pages/schedule/schedule-search-result.scss b/apps/angular/src/styles/pages/schedule/schedule-search-result.scss similarity index 100% rename from ClientApp/src/styles/pages/schedule/schedule-search-result.scss rename to apps/angular/src/styles/pages/schedule/schedule-search-result.scss diff --git a/ClientApp/src/test.ts b/apps/angular/src/test.ts similarity index 100% rename from ClientApp/src/test.ts rename to apps/angular/src/test.ts diff --git a/ClientApp/src/typings/airport-info.ts b/apps/angular/src/typings/airport-info.ts similarity index 100% rename from ClientApp/src/typings/airport-info.ts rename to apps/angular/src/typings/airport-info.ts diff --git a/ClientApp/src/typings/common/align.ts b/apps/angular/src/typings/common/align.ts similarity index 100% rename from ClientApp/src/typings/common/align.ts rename to apps/angular/src/typings/common/align.ts diff --git a/ClientApp/src/typings/common/position.ts b/apps/angular/src/typings/common/position.ts similarity index 100% rename from ClientApp/src/typings/common/position.ts rename to apps/angular/src/typings/common/position.ts diff --git a/ClientApp/src/typings/common/route.ts b/apps/angular/src/typings/common/route.ts similarity index 100% rename from ClientApp/src/typings/common/route.ts rename to apps/angular/src/typings/common/route.ts diff --git a/ClientApp/src/typings/common/size.ts b/apps/angular/src/typings/common/size.ts similarity index 100% rename from ClientApp/src/typings/common/size.ts rename to apps/angular/src/typings/common/size.ts diff --git a/ClientApp/src/typings/common/url.ts b/apps/angular/src/typings/common/url.ts similarity index 100% rename from ClientApp/src/typings/common/url.ts rename to apps/angular/src/typings/common/url.ts diff --git a/ClientApp/src/typings/common/util.ts b/apps/angular/src/typings/common/util.ts similarity index 100% rename from ClientApp/src/typings/common/util.ts rename to apps/angular/src/typings/common/util.ts diff --git a/ClientApp/src/typings/enums.ts b/apps/angular/src/typings/enums.ts similarity index 100% rename from ClientApp/src/typings/enums.ts rename to apps/angular/src/typings/enums.ts diff --git a/ClientApp/src/typings/equipment.ts b/apps/angular/src/typings/equipment.ts similarity index 100% rename from ClientApp/src/typings/equipment.ts rename to apps/angular/src/typings/equipment.ts diff --git a/ClientApp/src/typings/flight/flight-id.ts b/apps/angular/src/typings/flight/flight-id.ts similarity index 100% rename from ClientApp/src/typings/flight/flight-id.ts rename to apps/angular/src/typings/flight/flight-id.ts diff --git a/ClientApp/src/typings/flight/flight-leg.ts b/apps/angular/src/typings/flight/flight-leg.ts similarity index 100% rename from ClientApp/src/typings/flight/flight-leg.ts rename to apps/angular/src/typings/flight/flight-leg.ts diff --git a/ClientApp/src/typings/flight/flight-station.ts b/apps/angular/src/typings/flight/flight-station.ts similarity index 100% rename from ClientApp/src/typings/flight/flight-station.ts rename to apps/angular/src/typings/flight/flight-station.ts diff --git a/ClientApp/src/typings/flight/flight-transition.ts b/apps/angular/src/typings/flight/flight-transition.ts similarity index 100% rename from ClientApp/src/typings/flight/flight-transition.ts rename to apps/angular/src/typings/flight/flight-transition.ts diff --git a/ClientApp/src/typings/flight/flight.ts b/apps/angular/src/typings/flight/flight.ts similarity index 100% rename from ClientApp/src/typings/flight/flight.ts rename to apps/angular/src/typings/flight/flight.ts diff --git a/ClientApp/src/typings/language.ts b/apps/angular/src/typings/language.ts similarity index 100% rename from ClientApp/src/typings/language.ts rename to apps/angular/src/typings/language.ts diff --git a/ClientApp/src/typings/locations.ts b/apps/angular/src/typings/locations.ts similarity index 100% rename from ClientApp/src/typings/locations.ts rename to apps/angular/src/typings/locations.ts diff --git a/ClientApp/src/typings/operating-by.ts b/apps/angular/src/typings/operating-by.ts similarity index 100% rename from ClientApp/src/typings/operating-by.ts rename to apps/angular/src/typings/operating-by.ts diff --git a/ClientApp/src/typings/popular-request.ts b/apps/angular/src/typings/popular-request.ts similarity index 100% rename from ClientApp/src/typings/popular-request.ts rename to apps/angular/src/typings/popular-request.ts diff --git a/ClientApp/src/typings/responses.ts b/apps/angular/src/typings/responses.ts similarity index 100% rename from ClientApp/src/typings/responses.ts rename to apps/angular/src/typings/responses.ts diff --git a/ClientApp/src/typings/times.ts b/apps/angular/src/typings/times.ts similarity index 100% rename from ClientApp/src/typings/times.ts rename to apps/angular/src/typings/times.ts diff --git a/ClientApp/src/yandex_02230d34b29eaf63.html b/apps/angular/src/yandex_02230d34b29eaf63.html similarity index 100% rename from ClientApp/src/yandex_02230d34b29eaf63.html rename to apps/angular/src/yandex_02230d34b29eaf63.html diff --git a/ClientApp/src/yandex_1947cc7ca150f934.html b/apps/angular/src/yandex_1947cc7ca150f934.html similarity index 100% rename from ClientApp/src/yandex_1947cc7ca150f934.html rename to apps/angular/src/yandex_1947cc7ca150f934.html diff --git a/ClientApp/src/zone-flags.ts b/apps/angular/src/zone-flags.ts similarity index 100% rename from ClientApp/src/zone-flags.ts rename to apps/angular/src/zone-flags.ts diff --git a/ClientApp/tsconfig.json b/apps/angular/tsconfig.json similarity index 100% rename from ClientApp/tsconfig.json rename to apps/angular/tsconfig.json diff --git a/ClientApp/tsconfig.spec.json b/apps/angular/tsconfig.spec.json similarity index 100% rename from ClientApp/tsconfig.spec.json rename to apps/angular/tsconfig.spec.json diff --git a/apps/react/.gitkeep b/apps/react/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/e2e/.gitkeep b/e2e/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/package.json b/package.json new file mode 100644 index 000000000..90f998967 --- /dev/null +++ b/package.json @@ -0,0 +1,18 @@ +{ + "name": "aeroflot-flights", + "private": true, + "workspaces": [ + "apps/angular", + "apps/react", + "e2e" + ], + "scripts": { + "dev:angular": "cd apps/angular && npm start", + "dev:react": "cd apps/react && npm run dev", + "dev:both": "concurrently \"npm run dev:angular\" \"npm run dev:react\"", + "validate": "cd e2e && bash ../scripts/full-validation.sh" + }, + "devDependencies": { + "concurrently": "^8.2.0" + } +}